<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#offer_price .api-title{
  text-transform: initial;
  margin: 20px 0 10px 0;
  color: #2a2a2a;
  text-align: center;
  font-size: 28px;
}
#offer_price .title_form_type_6{
  color: #2a2a2a;
  font-weight: 500;
  text-transform: initial;
  font-size: 19px;
  margin: 18px 10px 30px;
}
#offer_price .group-button{
  margin: 10px 0 0;
}
#offer_price .group-button .uk-form-controls{
  text-align: center;
}
#offer_price button.btn{
  min-width: 150px;
  font-weight: 500;
  border: none;
  padding: 10px;
  margin: 0 0 10px;
}
.offer-price-block .uk-form-row{
  width: 150px;
  /*float: right;*/
}
.offer-price-block .uk-form-row label{
  text-align: center;
  font-weight: 500;
}
.offer-price-block{
  overflow: hidden;
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0 0 20px;
}
.offer-price-block .base-price-block{
  /*float: left;*/
}
.offer-price-block .base-price-block span{
  text-align: center;
  display: block;
  font-weight: 500;
}
.offer-price-block .base-price{
  /*text-decoration-line: line-through;*/
  font-weight: bold;
  font-size: 20px;
  height: 34px;
  position: relative;
}
.offer-price-block .base-price:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2a2a2a;
  position: absolute;
  left: 0;
  bottom: 54%;
}
.offer-price-block .base-price-label{
  font-weight: 500;
}
.eula-block{
  margin: 20px 0 0;
}
.offer-price-description{
  display: block;
  text-align: center;
}

#API_FEX_OFFER_PRICE .api-success-message{
  margin: 10px 0 40px;
}

@media (max-width: 767px){
  .modal .modal-dialog{
    margin: 80px auto 0;
  }
  #offer_price .api-title{
    font-size: 25px;
  }
  #offer_price .title_form_type_6{
    margin: 18px 10px 25px;
  }
}</pre></body></html>