/* /*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*
strong {
  font-family: inherit !important;
}
*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.row-transferencias {
	box-shadow: 0px 0px 0px 3px #70707024;
    padding: 15px !important;
    margin-top: -3%;
}

/*MY ACCOUNT*/

    label {
        width: 100% !important;
    }
    
    #operaciones ::selection {
        color: #fff;
        background: #1387f4;
    }

    #operaciones .wrapper {
        display: flex;
        width: 100% !important;
        max-width: 100%;
    }

    /*#operaciones .wrapper {*/
    #operaciones .section-container {
        /* position: relative; */
        width: 370px;
        padding: 30px 20px;
        border-radius: 7px;
        background: #fff;
        box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.05);
    }

    .section-instruction {
        width: 370px;
        padding: 30px 50px;
    }

    .swap-col-lg-6 {
        width: 50%;
    }

    #operaciones .wrapper header {
        font-size: 28px;
        font-weight: 500;
        text-align: center;
    }

    #operaciones .wrapper form {
        margin: 20px 0 20px 0;
    }

    #operaciones form :where(input, select, button) {
        width: 100%;
        outline: none;
        border-radius: 5px;
        border: none;
    }

    #operaciones form p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    #operaciones form input {
        height: 50px;
        font-size: 17px;
        padding: 0 15px;
        border: 1px solid #999;
    }

    #operaciones form input:focus {
        padding: 0 14px;
        border: 2px solid #1387f4;
    }

    #operaciones form .drop-list {
        display: flex;
        margin-top: 20px;
        align-items: center;
        justify-content: space-between;
    }

    #operaciones .drop-list .select-box {
        display: flex;
        width: 115px;
        height: 45px;
        align-items: center;
        border-radius: 5px;
        justify-content: center;
        border: 1px solid #999;
    }

    #operaciones .select-box img {
        max-width: 21px;
    }

    #operaciones .select-box select {
        width: auto;
        font-size: 16px;
        background: none;
        margin: 0 -5px 0 5px;
    }

    #operaciones .select-box select::-webkit-scrollbar {
        width: 8px;
    }

    #operaciones .select-box select::-webkit-scrollbar-track {
        background: #fff;
    }

    #operaciones .select-box select::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 8px;
        border-right: 2px solid #ffffff;
    }

    #operaciones .drop-list .icon {
        cursor: pointer;
        font-size: 22px;
    }

    #operaciones form .exchange-rate {
        font-size: 17px;
        margin: 20px 0 30px;
    }

 /*    #operaciones form button {
        height: 35px !important;
        margin: 0 !important;
        color: #fff;
        font-size: 17px;
        cursor: pointer;
        background: #1387f4;
        transition: 0.3s ease;
    } */


    #operaciones form button {
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        border-radius: 18px;
        margin-bottom: 20px;
        cursor: pointer;
        background-color: #008DD2;
    }

    #operaciones form button:hover {
        background-color: #257C28 !important;
    }

    #operaciones #inverter {
        width: 60px;
    }

    #operaciones form button:hover {
        /* background: #1387f4; */
    }

    #operaciones .wrapper {
        width: 370px;
        padding: 30px;
        border-radius: 7px;
        background: #fff;
        box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.05);
    }

    #operaciones .wrapper header {
        font-size: 28px;
        font-weight: 500;
        text-align: center;
    }

    #operaciones .wrapper form {
        margin: 40px 0 20px 0;
    }

    #operaciones form :where(input, select, button) {
        width: 100%;
        outline: none;
        border-radius: 5px;
        border: none;
    }

    #operaciones form p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    #operaciones form input {
        height: 50px;
        font-size: 17px;
        padding: 0 15px;
        border: 1px solid #999;
    }

    #operaciones form input:focus {
        padding: 0 14px;
        border: 2px solid #1387f4;
    }

    #operaciones form .drop-list {
        display: flex;
        margin-top: 20px;
        align-items: center;
        justify-content: space-between;
    }

    #operaciones .drop-list .select-box {
        display: flex;
        width: 115px;
        height: 45px;
        align-items: center;
        border-radius: 5px;
        justify-content: center;
        border: 1px solid #999;
    }

    #operaciones .select-box img {
        max-width: 21px;
    }

    .select-box select {
        width: auto;
        font-size: 16px;
        background: none;
        margin: 0 -5px 0 5px;
    }

    #operaciones .select-box select::-webkit-scrollbar {
        width: 8px;
    }

    #operaciones .select-box select::-webkit-scrollbar-track {
        background: #fff;
    }

    #operaciones .select-box select::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 8px;
        border-right: 2px solid #ffffff;
    }

    #operaciones .drop-list .icon {
        cursor: pointer;
        font-size: 22px;
    }

    #operaciones form .exchange-rate {
        font-size: 17px;
        margin: 20px 0 30px;
    }

 /*    #operaciones form button {
        height: 35px !important;
        color: #fff;
        font-size: 17px;
        cursor: pointer;
        background: #1387f4;
        transition: 0.3s ease;
    }
 */

    #operaciones form #swapButton {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0 15px;
        height: 35px !important;
        color: #fff;
        font-size: 17px;
        cursor: pointer;
        background: #008DD2;
        transition: 0.3s ease;
        width: 100%;
        outline: none;
        border-radius: 5px;
        border: none;
        font-weight: bold;
        padding: 2px;
        text-align: center;
        width: 15% !important;
        margin-left: 76% !important;
        margin-top: 2.5%;
        position: absolute;
        z-index: 999 !important;
        width: 11%;
        position: absolute;
        width: 50px !important;

     }

     #swapButton img {
        margin: 0 auto;
     }

     #operaciones #inverter {
        width: 60px;
    }

    #operaciones form button:hover {
        background: #1387f4;
    }

    #operaciones #swapButton img {
        width: 20px;
        margin-right: 13px;
        filter: invert(1);
    }

    #operaciones .rotate {
        animation-direction: normal;
        rotate: 180deg;
        transition: 0.5s;
    }


    #operaciones .rotate-off {
        animation-direction: normal;
        rotate: 360deg;
        transition: 0.5s;
    }

    #operaciones #actualCurrency, #operaciones #exchangeCurrency {
        text-align: center;
    }


    .operation-active {
        display: block;
    }

    .operation-disable {
        display: none;
    }

    .hide-button {
        display: none !important;
    }

/*     #operaciones a.btn {
        background-color: #34495e !important;
        color: #fff !important;
        border-radius: 5px !important;
        text-rendering: optimizeLegibility;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0;
        box-sizing: border-box;
        color: currentColor;
        cursor: pointer;
        display: inline-block;
        font-size: .97em;
        font-weight: bolder;
        letter-spacing: .03em;
        line-height: 2.4em;
        margin-right: 1em;
        margin-top: 0;
        max-width: 100%;
        min-height: 2.5em;
        padding: 0 1.2em;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-shadow: none;
        text-transform: uppercase;
        transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
        vertical-align: middle;
    } */


    .button.primary, .woocommerce-Button{
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        border-radius: 18px;
        margin-bottom: 20px;
        cursor: pointer;
        background-color: #008DD2;
    }

    .swal-button {
        height: 35px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        color: #ffffff !important;
        text-transform: uppercase !important;
        font-size: 12px !important;
        line-height: 16px !important;
        border-radius: 18px !important;
        margin-bottom: 20px !important;
        cursor: pointer !important;
        background-color: #008DD2 !important;
    }

    .swal-button:hover {
        background-color: #257C28 !important;
    }

    .woocommerce-button {
        height: 35px !important;
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
        color: #ffffff;
        text-transform: uppercase;
        /* font-size: 12px; */
        /* line-height: 16px; */
        border-radius: 18px;
        /* margin-bottom: 20px;  */
        cursor: pointer;
        background-color: #008DD2;
    }

    .woocommerce-button:hover {
        text-decoration: none;
        background-color: #257C28 !important;
    }

    .woocommerce-Button.button.wp-element-button {
        margin-top: 2%;
    }

    .button.primary:hover {
        background-color: #257C28 !important;
    }

    #operaciones div.btn  {
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        border-radius: 18px;
        margin-bottom: 20px;
        cursor: pointer;
        background-color: #008DD2;
    }


    
    #operaciones div.btn:hover {
        background-color: #257C28 !important;
    }

    .exchange-instructions {
        border: dotted 3px #fff;
        border-radius: 10px;
        padding: 15px;
        background: #e74c3c;
        color: #fff;
        margin-bottom: 25px;
    
    }

    .exchange-instructions p {
        padding: 0 !important;
        margin: 0 !important;
    }

    .exchange-actions {
        display: flex;
        justify-content: space-between;
    }

    .start-operation {
        width: 91% !important;
    }

    div#cuentasBancarias select {
        font-weight: normal;
    }

    div#cuentasBancarias input {
        font-weight: normal;
    }

    #loading {
        display: none;
    }



    /* spinner */


    /* Estilos para el spinner */

    #loader {
        /* border: solid red; */
        max-width: 400px;
        width: 100%;
        position: absolute;
        height: 80%;
        z-index: 99;
        opacity: .95;
        background: #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    #spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }
  
  #spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
  
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  #spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  #spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  #spinner .bounce3 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

.label-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.label-row input {
    width: 88%;
}

  .clippy {
    width: 12%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0 !important;
    border-radius: 0px;
    height: 35.02px;
  }

  .clippy img {
    width: 80%;
    padding: 3px;
  }

  .clippy:hover {
    cursor: pointer;
    background-color: #e5e5e5;
  }

  div#startOperation {
    width: 91%;
}

a.woocommerce-button.wp-element-button.button.pay {
    display: none;
}

.exchange-info {
    margin: 0;
    background: #659765;
    padding: 10px 5px;
    border-radius: 5px;
    color: #fff;
    border: dotted;
    font-size: 15px;
    text-align: center;
}

#confirmOperationForm {
    margin-top: 10px !important;
}

#voucher {
    max-width: 1000px !important;
    padding: 0 !important;
}

#voucher .row {
    display: flex !important;
    justify-content: space-around !important;
    text-align: center !important;
    margin: 0 auto;
}

h5.exchange-info a {
    color: #fff !important;
}

.col-ag-front {
    box-shadow: 0px 0px 0px 3px #70707024;
    padding: 25px !important;
    margin-top: -3%;
    background: #fff;
}

.col-ag-front form {
    width: 80%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {

    #operaciones .wrapper {
        max-width: 100% !important;
        padding: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    #operaciones form #swapButton {
        position: relative;
        padding: 10px 15px;
        width: 100% !important;
        margin: 25px 0 !important;
        text-align: right !important;
    }


    .swap-col-lg-6.swap-col-1 {
        width: 100%;
        order: 2;
    }

    .swap-col-lg-6.swap-col-2 {
        width: 100%;
        order: 1;
    }

    .section-instruction {
        width: 100%;
        padding: 30px 20px;
    }

}

em.user-id.op-5 {
    display: none !important;
}



.progress-bar{
    display: flex;
    margin: -20px 0 20px 0;
    user-select: none;
  }
  .progress-bar .step{
    text-align: center;
    width: 100%;
    position: relative;
  }
  .progress-bar .step p{
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
  }
  .progress-bar .step .bullet{
    height: 25px;
    width: 25px;
    border: 2px solid #0a83b9;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
  }
  .progress-bar .step .bullet.active{
    border-color: #2980b9;
    background: #2980b9;
  }
  .progress-bar .step .bullet span{
    position: absolute;
    left: 50%;
    font-weight: bold;
    color:#2980b9;
    transform: translateX(-50%);
  }
  .progress-bar .step .bullet.active span{
    display: none;
  }
  .progress-bar .step .bullet:before,
  .progress-bar .step .bullet:after{
    position: absolute;
    content: '';
    bottom: 11px;
    right: -51px;
    height: 3px;
    width: 44px;
    background: #2980b9;
  }
  .progress-bar .step .bullet.active:after{
    background: #2980b9;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
  }
  @keyframes animate {
    100%{
      transform: scaleX(1);
    }
  }
  .progress-bar .step:last-child .bullet:before,
  .progress-bar .step:last-child .bullet:after{
    display: none;
  }
  .progress-bar .step p.active{
    color: #2980b9;
    transition: 0.2s linear;
  }
  .progress-bar .step .check{
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
  }
  .progress-bar .step .check.active{
    display: block;
    color: #fff;
  }


  .swal-title {
    color: rgb(46 46 46) !important; 
  }

  .swal-footer {
    text-align: center !important;
  }

  .page-template-default .wrapper_interna .page-wrapper {
    padding: 0 !important;
    padding-top: 50px !important;
    /**padding-bottom: 50px !important;*/
  }


  .logged-in.page.page-template.page-template-templates .wrapper header .box_topper nav ul.menu {
    justify-content: end !important;
  }

  .logged-in.page-id-10 .wrapper header .box_topper nav ul.menu {
    justify-content: end !important;
  }

  .logged-in.page-template-default .wrapper header .box_topper nav ul.menu {
    justify-content: end !important;
  }

  .page-id-166 .input[type=email], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=text], select, textarea {
    font-weight: 100 !important;
    font-family: "Arial" !important;
  }

  .condicional {
    display: none !important;
  }
/* Operation timestamps in order details */
.woocommerce-account .woocommerce-order-operation-timestamps {
  margin-top: 2rem;
}

.woocommerce-order-operation-timestamps .woocommerce-table--operation-timestamps {
  margin-bottom: 0;
  background: rgba(19, 135, 244, 0.05);
  border-left: 4px solid #1387f4;
}

.woocommerce-order-operation-timestamps .operation-timestamps__label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #1387f4;
}

.woocommerce-order-operation-timestamps .operation-timestamps__value {
  font-weight: 600;
}

.woocommerce-order-operation-timestamps .operation-timestamps__value time,
.woocommerce-order-operation-timestamps .operation-timestamps__value span {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0.35em 0.85em;
  border-radius: 999px;
  background: #ffffff;
  color: #1387f4;
  box-shadow: inset 0 0 0 1px rgba(19, 135, 244, 0.25);
}

.woocommerce-order-operation-timestamps .operation-timestamps__row--end .operation-timestamps__label {
  color: #0b437a;
}

.woocommerce-order-operation-timestamps .operation-timestamps__row--end .operation-timestamps__value time,
.woocommerce-order-operation-timestamps .operation-timestamps__row--end .operation-timestamps__value span {
  color: #0b437a;
  box-shadow: inset 0 0 0 1px rgba(11, 67, 122, 0.25);
}

@media only screen and (max-width: 48em) {
  .woocommerce-order-operation-timestamps .woocommerce-table--operation-timestamps {
    border-left-width: 3px;
  }

  .woocommerce-order-operation-timestamps .operation-timestamps__label {
    font-size: 0.85rem;
  }

  .woocommerce-order-operation-timestamps .operation-timestamps__value {
    font-size: 0.9rem;
  }
}
