/* popup payment css-section  */

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 40%;
    position: relative;
    padding-bottom: 5%;
    margin: 0 auto;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.elsa-card .card-header .toggle-icon .elsa-icon {
    float: left;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.elsa-card .card-header .toggle-icon {
    position: absolute;
    font-size: 1rem;
    color: #20af57;
    right: .75rem;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}


.elsa-svg.icon-paypal {
    background-image: url("../../static/Icons-Logo/paypal.svg");
    width: 24px;
    height: 24px;
}

.elsa-svg {
    background-position: 50%;
    background-repeat: no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
}

.elsa-svg.icon-bank {
    background-image: url("../../static/Icons-Logo/bank.svg");
    width: 24px;
    height: 24px;
}

.bank-transfer-content {
    padding-top: 14px;
}

.icon-chevron-right:before {
    content: "\EA02";
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #000;
}

.step-1:after {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step:not(.step-1):has(.step-active) ~ .stepwizard-step.step-1::after{
    background: #9C6CEE;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 25px;
    background: #f6f7f8;
    border: 1px solid #ccc;
    color: #fff;
}

.stepwizard-step .step-active {
    background: linear-gradient(168.26deg, #C57BFF 15.09%, #454BCB 141.04%);
    border-color: #C57BFF;
}

.step-active::after {
    background: #9C6CEE;
}

.payment-form .form-control {
    background-color: #f6f7f8;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .elsa-icon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .elsa-icon {
    color: #57B3FF;
    left: 0px;
    top: 0;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 35px;
}

.right-addon .elsa-icon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    color: #acbbd1;
    padding-left: 35px;
    line-height: 100%;
    font-weight: 300;
    font-size: 16px;
    height: calc(2.4em + 2px);
}

.right-addon input {
    padding-right: 30px;
}

.submit-payment {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(180deg, #F9F9F9 0%, #DDDDDD 100%);
    border-radius: 10px;
    color: #000000;
    border: #F9F9F9;
    font-weight: lighter !important; 
    outline: none !important;
    font-size: 18px;
    padding: 14px;
    line-height: 100%;
}

.submit-payment:focus,.submit-payment:hover {
    color: #fff;
    background: linear-gradient(168.26deg, #C57BFF 15.09%, #454BCB 141.04%);
    border-color: #454BCB;
    box-shadow: none;
}

.elsa-svg {
    background-size: contain;
    background-position: center;
}

.elsa-svg.icon-payoo {
    background-image: url("../images/payoo-logo.png");
    width: 44px;
    height: 24px;
}

.elsa-svg.icon-momo {
    background-image: url("../images/momo-logo.png");
    width: 30px;
    height: 30px;
}
.elsa-svg.icon-qr-code {
    background-image: url(../images/elsa_qr.png);
    width: 24px;
    height: 24px;
}
.payment-form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-bottom: 20px;
    border-radius: 4px;
}
.elsa-svg.icon-qr-code {
    background-image: url("../images/elsa_qr.png");
    width: 24px;
    height: 24px; 
}
  
 .change-payment-template__bank-control-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 0;
  }
  .change-payment-template__bank-control {
    flex: 0 0 20%;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 5px;
  }
  .change-payment__label{
  width: 100%
  }
  .text_bank {
    margin: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: #c3c3c3;
  }
  
  .change-payment-template__bank-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .change-payment-template__bank-input:checked+.change-payment-template__bank-img-field {
    border-color: #0080FF;
    opacity: 1;
  }
  .change-payment-template__bank-img-field {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    display: flex;
    /* width: 100%; */
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 4px;
    opacity: 0.5;
    cursor: pointer;
  }
  .change-payment-template__bank-img {
    max-width: 100%;
    max-height: 100%;
  }
  h5.text_bank.checked{
    color: #0080FF
  }

  .elsa-upgrade-container>.title {
    margin: 0;
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
    }

    .elsa-upgrade-container>.title {
        margin: 0;
        font-size: 1.125rem;
        margin-bottom: 1.125rem;
    }

    .font-weight-semibold {
        font-weight: 500;
    }

    .elsa-plan-chooser .item:not(.active) {
        background: #E5E5E5 !important;
        color: #828282 !important;
    }

    .elsa-plan-chooser .item.active {
        background: #F4FCFF;
        border: 1px solid #36C3FF;
    }

    .elsa-plan-chooser .item.active, .elsa-plan-chooser .item:hover {
        -webkit-box-shadow: 5px 9px 54px 0 rgba(50,51,57,.09);
        -moz-box-shadow: 5px 9px 54px 0 rgba(50,51,57,.09);
        box-shadow: 5px 9px 54px 0 rgba(50,51,57,.09);
    }

    .icon-user:before {
        content: "\EA0A";
    }

    .icon-phone:before {
        content : "\EA08";
    }

    .icon-email:before{
        content: "\EA06";
    }

    #method_cod i.mr-3.float-left {
        display: none;
    }
    
    .payment-form .form-control {
        background: #FFFFFF;
        border: 2px solid #57B3FF;
        color: #000000;
    }

    .payment-form .form-control::placeholder {
        color: #57B3FF;
    }

    @media (max-width: 991.98px){
        .elsa-plan-chooser .item.item-success {
            margin-bottom: 1rem;
        }
    }

    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        text-decoration: none;
    }

    .elsa-plan-chooser .item {
        -webkit-border-radius: .5rem;
        -moz-border-radius: .5rem;
        border-radius: .5rem;
        background-color: rgba(67,99,201,.05);
        border: 1px solid #d1d8e0;
        padding: 8px 16px;
        position: relative;
        cursor: pointer;
        display: block;
        color: inherit;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .elsa-plan-chooser .item .plan-checkbox {
        display: none;
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 1.25rem;
        height: 1.25rem;
        background-color: #fff;
        border: 1px solid #d1d8e0;
        -webkit-border-radius: .25rem;
        -moz-border-radius: .25rem;
        border-radius: .25rem;
    }

    .elsa-plan-chooser .item.active .plan-checkbox .elsa-icon {
        visibility: visible;
        opacity: 1;
    }

    .elsa-plan-chooser .item .plan-checkbox .elsa-icon {
        text-align: center;
        font-size: .5rem;
        float: left;
        height: 100%;
        width: 100%;
        line-height: 1.25rem;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .elsa-icon.icon-check {
        color: #d92e20 ;
    }

    .elsa-icon[class*=" icon-"] {
        display: inline-block;
        font-family: elsa-icon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-check:before {
        content: "\EA04";
    }


.elsa-upgrade-container .subtitle {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}


.elsa-plan-chooser .item .price {
    line-height: 1.5625rem;
    margin-top: .75rem;
    display: flex;
    flex-direction: column;
}

.text-info ,.text-success{
    color: #828282!important;
}

.elsa-plan-chooser .item .sale-price {
    font-size: 24px;
    font-weight: 500 !important;
}

.hint {
    margin-top: 16px;
}

.hint > span {
    font-size: 14px;
    font-weight: 300;
    color: #000000 !important;
}

/* .item.active .sale-price {
    color: #d92e20;
} */

.item.active .text-success , .item.active .text-info{
    color: #d92e20 !important;
}

.elsa-plan-chooser .item .original-price {
    font-size: .875rem;
}

.text-line-through {
    text-decoration: line-through;
}

.text-secondary {
    color: #687582!important;
}

.float-left {
    float: left!important;
}

.elsa-plan-chooser .item .text {
    font-size: 16px;
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.2);
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    outline: 0;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.elsa-modal .modal-body button.close {
    position: absolute;
    outline: none;
    top: 1.25rem;
    right: 1.25rem;
}

#loader-cover {
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(50, 115, 220, 0.3);
    z-index: 10000;
}

.elsa-card .card-body {
    background-color: #f5f7fc;
    font-size: .845rem;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.bank-transfer-tabs .active {
    color: #20af57!important;
    border-bottom: 3px solid #20af57;
}
.bank-transfer-tabs .text-body {
    font-size: 16px;
    padding: 0 13px;
    font-weight: 600;
}
.text-body {
    color: #112e4e!important;
}
.elsa-plan-chooser > div{
	margin-bottom: 16px;
}

@media (max-width: 768px) {
    .submit-payment {
        font-size: 15px;
        padding: 8px;
    }
}

@media (min-width: 992px) {
    .elsa-modal .modal-body {
        padding: 3.125rem 6.25rem;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 770px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: -webkit-calc(100% - 3.5rem);
        min-height: -moz-calc(100% - 3.5rem);
        min-height: calc(100% - 3.5rem);
    }
}
  /* popup payment css-section  */