body{
    background-color: #EEEEEE !important;
}

#container_buy{
    display:none;
    position:fixed;
    top:0;
    z-index:100000;
    background-color:#EEEEEE;
    margin-top:58px;
    height: 100%;
    overflow-y: scroll;
}

.section_buy{
    height: auto;
    font-family: Montserrat-Regular;
}

.buy_modal h1{
    color: #006464;
    font-family: Montserrat-SemiBold;
    font-size: 2.1rem;
}

.buy_modal h2{
    color: #006464;
    font-family: Montserrat-SemiBold;
    font-size: 1.3rem;
}

.buy_modal h3{
    color: #006464;
    font-family: Montserrat-SemiBold;
    font-size: 1rem;
}

.buy_modal h4{
    color: #5C5C5C;
    font-family: Montserrat-SemiBold;
    font-size: 1.5rem;
}

.buy_modal b{
    font-family: Montserrat-Bold;
}

.light{
    font-family: Montserrat-Light;
}

.p-method{
    height: 250px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #888888;
}

.p-detail{    
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #888888;
    padding-top: 12px;
    height: 100%;
}

.p-detail p{
    font-size: 14px;
}
.p-detail .v-data{
    font-size: 14px;
    text-align: right;
}

.p-data{
    height: -webkit-fill-available;
    /*min-height: 500px;*/
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #888888;
    display: flex;
    justify-content: center;
}

.p-data iframe{
    height: 100%;
}

.p-data p{
    font-size: 0.5rem;
}
.resultPay{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    color: green;
}

.crypto-selector{
    width: 260px;
    height: 270px;/**/
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #888888;    
    margin-top: 8px;
    padding: 10px;
    padding-top: 10px;
}

.selector{
    width: 100%;
    height: 60px;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    font-size: 24px;
    padding: 10px 30px;
    box-shadow: 0px 2px 5px #888888;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #5C5C5C;
    cursor: pointer;
    background: none;
    margin-bottom: 22px;    
}

.selector img{
    max-width: 35px;
}

.crypto-selector span{
    font-family: Montserrat-SemiBold;
    font-size: 0.7rem;
    color: #5C5C5C;
    margin-top: 6px;
}

.crypto-selector input{
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    font-size: 0.7rem;
    color: #C4C4C4;
    width: 100%;
    height: 30px;
}

.p-total{
    width: 100%;
    height: auto;
    min-height: 500px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #888888;
}

.grey-line{
    text-align: center;
    height: 1px;
    width: 99%;
    background-color: #E5E5E5;
    margin-left: auto;
}

.use-balance{
    max-width: 10px;
}

.section_buy .terminarCompra .pay .qr-code, .section_buy .terminarCompra .pay .createWallet, .section_buy .terminarCompra .pay .walletCreated, .section_buy .terminarCompra .pay .waiting{
    width: 400px;
    height: 310px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #888888;
    text-align: center;
}

.qr-code span{
    font-size: 0.7rem;
    color: #5C5C5C;
}

.qr-code p{
    font-family: Montserrat-SemiBold;
    color: #7FA824;
    font-size: 19px;
}

.go-back{
    cursor: pointer;
}

.go-back .steps-left-arrow{
    display: flex;
    width: 40px;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    transform: rotate(180deg);
}

.step-circle{
    background-color: #018786;
    border-radius: 90px;
    width: 32px;
    height: 32px;
    color: white;
}

.step-circle-empty{
    background-color: white;
    border: 1px solid #018786;
    border-radius: 90px;
    width: 32px;
    height: 32px;
    color: #018786;
}

.step-line{
    height: 2px;
    background-color: #018786;
    width: 100%;
}

.modal-tkp .logoTkp{
    max-width: 160px;

}

.social-icons-tkp img{
    max-width: 30px;
}

.modal-tkp p{
    color:#5C5C5C;
    font-size: 16px;
    font-family: Montserrat-Medium;
}

.modal-tkp h1{
    color:#7FA824;
    font-size: 30px;
}

#dc-1 iframe{
    width: 500px;
}
.recibe{
    font-size: 20px;
}

.section_buy .operate .amountSend, .section_buy .operate .amountReceive{
    font-size: 20px;
    text-align: center;
    margin-bottom:0px;
}
.section_buy .operate .fee,.section_buy .operate .amountFee{
    font-size: 14px;
    text-align: center;   
}
.section_buy .p-method .medio-crypto{
    cursor: pointer;
}
.section_buy .operate .applyDiscountCode{
    margin-top: 0px;
}

.section_buy .operate .coloredDis {
    background: rgb(120, 158, 42);
    background: linear-gradient( 90deg, rgba(120, 158, 42, 1) 0%, rgba(21, 126, 115, 1) 100% );
    border-style: none;
    border-radius: 10px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    color: white;
    font-family: Montserrat-Regular;
    padding: 8px 6px;
    width: 50px;
    height: 30px;
    font-size: 11px;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
  }

  .section_buy .coloredNext {
    background: rgb(120, 158, 42);
    background: linear-gradient( 90deg, rgba(120, 158, 42, 1) 0%, rgba(21, 126, 115, 1) 100% );
    border-style: none;
    border-radius: 10px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    color: white;
    font-family: Montserrat-Regular;
    padding: 8px 6px;
    width: 100px;
    height: 30px;
    font-size: 11px;
    text-align: center;
    margin-top:5px;
  }

.section_buy .operate .discountCode{
    height: 30px;
    text-align: center;
    color: black;
    font-size: 16px;
}
.section_buy .operate .discountCodeMessage.error {
    color: red;
    text-align: left;
    margin-left: 6px;
    margin-top: 0px;
}
.section_buy .operate .discountCodeMessage.success {
    color: green;
    text-align: left;
    margin-left: 6px;
    margin-top: 0px;
}
.section_buy .terminarCompra .titleSend, .section_buy .terminarCompra .titleSend .amountSend, .section_buy .terminarCompra .titleSend .symbol{
    font-size: 14px;
    color: #0aa81b;
    text-align: center;   
}
.section_buy .terminarCompra .addressQQ{
    font-size: 14px;
}
.modalThankYou .btnThankYou{
    width: 116px;
}
.modalThankYou .section-button{
    margin-top: 30px;
}

.section_buy .header-gbmland p{
    font-size: 13px;
}
.section_buy .go-next{
    margin-top: 15px;
    
}
#ic-exchangeLg{
    display: block;
}
#ic-exchangeSm{
    display: none;
}
 .black_box{
  background: #1c1c1c;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  position: relative;
  /* display: none; */
  visibility: hidden;
  animation: fadeEffect 1s;
  padding-top: 2px;
}
 .black_box:before {
    content:"";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #1c1c1c transparent transparent;
    position: absolute;
    top: -7px;
    right: 10px;
}
 .black_box .p_message{
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.end_opacity_blackBox{
  animation: fadeEffect 1s;
}
.short_address{
  color: #7fa824;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}
.no_visible_qr{
  /* visibility: hidden; */
  display: none;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 600px){
    .section_buy .crypto-selector {
        width: 260px;
        height:auto; 
        background-color: white;
        border-radius: 10px;
        box-shadow: 0px 2px 5px #888888;
        margin-top: 8px;
        padding: 10px;
        padding-top: 10px;
      }
      .section_buy .p-data{
          max-height: auto!important;
      }
      .section_buy .go-next{
        margin-top: 1px;
        
    }
    #ic-exchangeLg{
        display: none;
    }
    #ic-exchangeSm{
        display: none;
        float:left;
        max-width: 45px;
        margin-right:5px;
    }
    .selector {
        width: 100%;
        height: 45px;
        border: 1px solid #C4C4C4;
        border-radius: 10px;
        font-size: 24px;
        padding: 2px 30px;
        box-shadow: 0px 2px 5px #888888;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #5C5C5C;
        cursor: pointer;
        background: none;
        margin-bottom: 12px;
      }
      .h4Iwant{
          padding-top:10px;
      }
}

.section_buy .terminarCompra .pay .createWallet .title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.section_buy .terminarCompra .pay .createWallet .secretKey{
    text-align: center;
}
.section_buy .terminarCompra .pay .createWallet .btnCreateWallet{
    font-size: 14px;
    padding-top: 9px;
}
.section_buy .terminarCompra .pay .createWallet .errorSecretKey{
    font-size: 12px;
    color: red;
    text-align: left;
}

.section_buy .terminarCompra .pay .walletCreated .desc{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: green;
}
.section_buy .terminarCompra .pay .walletCreated .btnNext{
    width: 130px;
    font-size: 14px;
    padding-top: 9px;
}

.section_buy .terminarCompra .pay .waiting .title{
    font-style: italic;
    color: #006464;
    font-size: 20px;
    text-align: center;
}
.section_buy .terminarCompra .pay .waiting .img-loading{
    margin: 0 auto;
    width: 152px;
}

.terminarCompra .section_address{
    display: flex;
    justify-content: center;
    align-items: center;
}
.terminarCompra .section_address .btnCopy{
    background: none;
    border: none;
    margin-left: 5px;
}

