:root{
    --color-warning: #F8CB64; /* Quedó igual */
    --color-warning-text: #816600;
    --color-warning-bg: #fff3c8;
}

.spinner-docs {
    color: var(--color-green-2);
}

.admin_suscription{
    max-width: 1300px;
    margin: 40px 0;
}

.c_figure img{
    max-width: 90%;
}

.warning-msg {
    background: var(--color-warning-bg);
    color: var(--color-warning-text);
    border-radius: 5px;
    padding: 4px 16px;
    font: var(--font-h3);
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    transition: all 0.3S ease-in-out;
}

.warning-msg-vs{
    height: auto;
    margin: 20px 0 0 0;
    opacity: 1;
}

.payment{
    background-color: var(--bs-body-bg);
}

.payment .text_home {
    font: normal normal bold 20px/26px Europa;
    color: #4A784E;
}

.payment .ctn-btn-loader{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.payment .ctn-btn-loader img{
    width: auto;
    height: 100%;
}

.form-payment {
    max-width: 1246px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 8vw;
    flex-wrap: wrap;
}

.form-output {
    height: 100%;
    background: var(--color-green-1) 0% 0% no-repeat padding-box;
    border-radius: 17px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 26px 37px 26px;
}

.form-output .ctn-title {
    max-width: 369px;
    width: 100%;
    min-height: 80px;
    background: var(--color-green-5) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
}

.form-output .ctn-inf {
    width: 100%;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: var(--color-white) 0% 0% no-repeat padding-box;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
    margin-bottom: 32px;
    padding: 24px 0 31px 0;
}

.form-output .ctn-inf p {
    max-width: 290px;
    text-align: center;
    font: normal normal bold 20px/26px Europa;
    color: var(--text);
}

.form-output .input {
    margin-bottom: 0;
}

.form-output .ctn-inf h2 {
    position: relative;
    margin-top: 19px;
    font: normal normal bold 41px/52px Europa;
    color: var(--text);
}

.form-output .ctn-inf span {
    position: absolute;
    top: -10px;
    right: 2px;
    font: normal normal bold 13px/17px Europa;
    color: var(--text);
}

.form-payment .btn-form {
    max-width: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit-card .input {
    margin: 0;
}

.credit-card .ctn-payments {
    margin: 10px 0;
    padding: 0 20px;
    display: flex;
    column-gap: 10px;
    min-height: 30px;
}

.ctn-payments .item-payment {
    height: auto;
    width: 5%;
    opacity: 0.5;
    min-width: 30px;
}

.ctn-payments .card-active{
    opacity: 1;
}

.credit-card .invalid-feedback,
.credit-card .error-card {
    margin-top: 20px !important;
    padding: 0 5px !important;
}

.form-payment .inp,
.form-payment .select2-container ,
.body_enterprice .select2-container{
    height: 55px;
}

.form-payment .select2-container .select2-selection,
.body_enterprice .select2-container .select2-selection{
    border-radius: 26px !important;
    padding: 7px 20px !important;
    height: 100% !important;
    background-color: var(--color-white);
}

.form-payment .select2-container .select2-selection--single .select2-selection__rendered,
.body_enterprice .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 4px;
}

.form-payment .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow,
.body_enterprice .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 12px !important;
}

.plan-payment {
    margin-left: 8vw;
}

.ctn-inf-plan {
    background: #F5F5F5;
    padding: 16px 5px;
}

.ctn-inf-plan .payment-inf {
    display: flex;
    justify-content: space-between;
}

.ctn-inf-plan h5 {
    font: normal normal bold 20px/26px Europa;
    color: var(--text);
}

.ctn-inf-plan p {
    font: normal normal 300 14px/20px Europa;
    color: var(--text-light);
}

.method-payment {
    margin: 35px 0 90px 0;
}

.method-payment a {
    color: var(--color-card);
}

.method-payment .credit-card-selected {
    display: flex;
    justify-content: space-between;
}

.payment-inf span {
    font: normal normal normal 16px/20px Europa;
    color: var(--text);
}

.ctn-list-methods {
    margin-left: 8vw;
}

.ctn-list-methods .ctn_item_card{
    inset: 0px 0px auto auto !important;
}

.list-methods {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 10px 5px;
}

.list-methods .search-loader{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-methods .search-loader img{
    width: 150px;
    height: 150px;
}

.txt-list-cards {
    margin-left: 8vw;
    font: normal normal bold 14px/18px Europa;
    letter-spacing: 0px;
    color: var(--first-color-light);
}

.list-methods .card-method {
    width: 99%;
    height: auto;
    box-shadow: 0px 3px 15px #0000001C;
    display: flex;
    align-items: start;
    padding: 16px 11px 16px 19px;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.card-method .card-active{
    color: var(--first-color);
    position: absolute;
    top: 12px;
    right: 15px;
}

.form-add-payment {
    align-items: start;
}

.card-method figure {
    margin: 0;
}

.card-method .card-details {
    display: flex;
    align-items: start;
    column-gap: 22px;
}

.card-method .icon-card-type {
    font-size: 40px;
}

.card-method p {
    margin: 0;
}

.card-method .btn-options {
    color: #BBBBBB;
    font-size: 23px;
    cursor: pointer;
    padding: 5px;
}

.ctn-skr-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.skr-cc {
    width: 95%;
    max-width: 353px;
    height: 227px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg);
}

.skr-cc .input-card{
    z-index: 9999;
    background: transparent;
    border: none;
    outline: none;
    color: var(--color-white);
    width: 100%;
    font: normal normal normal 21px/27px Europa;
    pointer-events: none;
}

.chip-front .chip-card{
    position: absolute;
    top: 25px;
    left: 30px;
    transform: translateZ(10px);
    z-index: 9999;
}

.face {
    position: absolute;
}

.front {
    transform: translateZ(1px);
}

.back {
    transform: translateZ(0px) rotateY(180deg);
}

.skr-credit-card {
    width: 100%;
    height: 227px;
    border-radius: 16px;
    overflow: hidden;
}

.front-card .skr-card-top {
    width: 100%;
    height: 45%;
    position: absolute;
    top: 0;
    background: var(--color-card);
    opacity: 0.45;
    border-bottom: 1px solid rgba(16, 62, 20, 0.1);
}

.front-card .skr-card-inf {
    width: 100%;
    height: 55%;
    position: absolute;
    bottom: 0;
    padding: 0 20px 14px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.front-card .skr-card-inf .data {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    color: white;
}

.front-card .skr-card-inf .data h6 {
    margin: 0;
    font: normal normal normal 16px/20px Europa;
    letter-spacing: 0px;
}

.reverse-card .skr-card-top {
    width: 100%;
    height: 43px;
    position: absolute;
    top: 25%;
    background: black;
    z-index: 1;
}

.reverse-card .card-cvv {
    width: 100%;
    max-width: 237px;
    height: 100%;
    max-height: 33px;
    position: absolute;
    border: 1.5px solid white;
    color: white;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 13px;
    margin: auto;
    border-radius: 2px;
}

.reverse-card .card-cvv .input-card{
    height: 100%;
    text-align: right;
}

.skr-credit-card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 227px;
    background: var(--color-card);
    clip-path: polygon(101% 0%, 0% 0%, 0% 101%);
    border: 1px solid transparent;
    opacity: 0.97;
}

.skr-credit-card::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 227px;
    background: var(--color-card);
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    transform: matrix(-1, 0, 0, -1, 0, 0);
    opacity: 0.98;
}

.cc-anim {
    animation: 2s cc-anim 1;
}

.question-tooltip {
    position: absolute;
    background: var(--color-black-2);
    color: var(--color-white);
    box-shadow: 0px 3px 7px var(--color-box-shadow) !important;
    border-radius: 12px;
    padding: 17px 13px 22px 18px;
    font: normal normal normal 14px/20px Europa;
    opacity: 0;
    bottom: 58px;
    transition: opacity 0.5s ease-in;
    pointer-events: none;
    z-index: 9999;
    max-width: 270px;
    min-width: 270px;
    right: 0;
}

.question-tooltip::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 15px;
    width: 20px;
    height: 20px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid var(--color-black-2);
}

.question-icon{
    color: var(--color-green);
    cursor: pointer;
}

.question-icon:hover + .question-tooltip {
    opacity: 1;
}

.payment .success_edit{
    padding: 45px 30px 52px 30px;
    text-align: center;
}

.payment .btn-modal-close {
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 28px;
    cursor: pointer;
    background: none;
    color: var(--color-green);
    border: 0;
}

.payment .success_edit h1 {
    font: normal normal bold 40px/34px Europa;
    color: var(--color-green-ligth);
}

.payment .success_edit p {
    font: normal normal normal 14px/18px europa;
    color: var(--color-txt-gray);
    margin: 25px 0 0 0;
}

.payment .md_content {
    border: none;
    box-shadow: 0px 3px 6px var(--sombra);
    border-radius: 15px;
    max-width: 372px;
    max-height: 437px;
}

.payment .md_dialog {
    margin: 0 auto;
    width: auto;
    max-width: 90%;
}

@keyframes cc-anim {
    0% {
        transform: perspective(1000px) translateZ(0px) rotateY(0deg);
    }

    100% {
        transform: perspective(1000px) translateZ(0px) rotateY(180deg);
    }
}

.ctn-step-btn{        
    column-gap: 16px;
    margin-top: 30px;
}

.ctn-step-btn .step-btn{
    display: none;
}

.ctn-step-btn .prev{
    border: 2px solid var(--color-green-ligth);
    color: var(--color-green-ligth);
    background: transparent;
}

.main_enterprice .invalid-feedback{
    position: absolute;
}

.img .invalid-feedback {
    position: relative;
    margin-top: 30px;
    text-align: center;
    left: 0;
}

.main_enterprice .img{
    flex-direction: column;
}

.main_enterprice .min-h-100{
    min-height: 100px;
}

.ctn-receipt{
    margin-left: 8vw;
}

.receipt-table {
    width: 100%;
    max-width: 500px;
}

.receipt-table tr ,
.receipt-table td {
    border-width: 2px;
    border-color: var(--text-secondary);
    color: var(--text-medium);
    padding: 0 5px;
}

.receipt-table thead th{
    background: var(--text-secondary);
    color: var(--color-white);
    padding: 0 10px;
    user-select: none;
    pointer-events: none;
}

.receipt-table .col-end{
    text-align: right;
}

.options-receipt{
    display: flex;
    gap: 15px;
    margin-top: 20px;
    width: 100%;
    max-width: 500px;
}

.options-receipt .btn-receipt-link{
    border: none;
    background: transparent;
    color: var(--text-medium);
    text-decoration: underline;
}

.options-receipt .btn-print-receipt{
    color: var(--color-white);
    background: var(--text-secondary);
    border-radius: 5px;
    padding: 10px;
    border: none;
    outline: none;
}

.suscription-carousel{
    margin: 0;
    margin-left: 8vw;
}

@media only screen and (max-width: 1400px) {

    .form-payment,
    .plan-payment,
    .ctn-list-methods,
    .txt-list-cards,
    .suscription-carousel{
        margin-left: 0;
    }
}

@media only screen and (max-width: 1220px) {
    .payment{
        display: grid;
        flex-direction: revert;
    }

    .modal-methods-payment {
        display: none;
    }

    .footer{
        grid-area: revert;
    }
}

@media only screen and (max-width: 1199.98px) {
    .form-payment {
        margin-left: 0;
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .form-payment .form-output {
        margin-top: 50px;
    }

    .skr-cc{
        width: 100%;
    }
}

@media only screen and (max-width: 991.98px) {

    .warning-msg{
        height: auto;
        margin: 20px 0 0 0;
        opacity: 1;
    }

    .question-icon{
        font-size: 1.5rem;
    }

    .question-icon:hover + .question-tooltip {
        opacity: 1;
    }

    .question-icon:active + .question-tooltip {
        opacity: 1;
    }

    .form-output .ctn-inf p {
        font-size: 16px;
    }

    .form-output .ctn-inf h2 {
        font-size: 35px;
    }

    .step-card{
        opacity: 0;
        z-index: -9999;
        height: 0;
    }

    .current-step{
        opacity: revert;
        z-index: revert;
        height: revert;
    }

    .ctn-step-btn .step-btn{
        display: flex;
    }

    #btn_add_cc, #btn_buy_plan{
        display: none;
    }
}


@media only screen and (max-width: 799px) {
    .payment-back .c_volver_ent {
        display: revert !important;
        gap: revert !important;
        float: revert !important;
        padding: revert !important;
        margin-bottom: 15px;
    }

    .payment-back .ocl_txt {
        display: revert !important;
    }
}

@media only screen and (max-width: 767px) {
    .spinner-docs {
        width: 25px;
        height: 25px;
        border-width: 3px;
    }
}