/* body.checkout-page {
    line-height: 1.4;
    height: 100vh;
    background: #ffffff;
    background-image: url("../img/wizard_direita.png");
    background-position: right;
    background-repeat: no-repeat;
    font-family: "Inter", Arial, Helvetica, Sans-Serif;
} */

.checkout-page #checkout {
    padding: 3.75rem 5.6rem;
}

body.checkout-page {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    height: 100vh;
}

.checkout-page .wizard-wrapper {
    width: 765px;
    height: 100vh;
}

.checkout-page .wizard-image {
    width: 100%;
    height: 100%;
    background-image: url("../img/wizard_direita.png");
    background-position: left;
    background-repeat: no-repeat;
}

.checkout-page .dotto-logo {
    width: 165px;
    background: url('../img/logo_wizard.png');
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-15px);
}

.checkout-page .checkout-wrapper {
    margin-top: 4.5rem;
}

.checkout-page .dots {
    display: flex;
    gap: .875rem;
    margin-bottom: 1.5rem;
}

.checkout-page .dot {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #d1dbfe;
}

.checkout-page .dot.active {
    background-color: #194AF9;
}

.checkout-page .text-select-plan {
    margin: 0;
    margin-top: 1.5rem;
    color: #7985AC;
}

.checkout-page .text-select-plan + .text-select-plan {
    margin-top: .675rem !important;
}

/* PLANOS */
.checkout-page .plan-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2.5rem;
}

.checkout-page .plan-item {
    width: 100%;
    max-width: 350px;
    min-width: 250px;
    padding: 1.375rem 1rem;
    border-radius: 1.875rem;
    border: 1px solid #EBF0FF;
    display: flex;
    flex-direction: column;
    gap: .875rem;
    animation:0.6s cubic-bezier(0.45, 1.1, 0.4, 1) 0s wizardWrapperAnimation;
    animation-fill-mode:both;
}

.checkout-page .plan-item > .item-header {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .375rem;
}

.checkout-page .emphasis {
    position: relative;
    border-radius: 0 0 1.875rem 1.875rem;
}

.checkout-page .emphasis > div:first-child {
    position: absolute;
    width: calc(100% + 2px);
    padding: 12px 0;
    position: absolute;
    top: -42px;
    left: -1px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 1.875rem 1.875rem 0 0;
    background-color: #2e4cff;
}

.checkout-page input[type=radio] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #D9E0F5;
    border-radius: 50%;
    display: grid;
    place-content: center;
    margin: 10px auto;
}

.checkout-page input[type=radio]:checked::before {
    transform: scale(1);
}

.checkout-page input[type=radio]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: #0049fe;
}

.checkout-page .plan-item > .item-header > span {
    font-size: .75rem;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
}

.checkout-page .plan-item:nth-child(1) > .item-header > span {
    background-color: #7058BA;
}

.checkout-page .plan-period:nth-child(1) > .item-header > span {
    background-color: #1A9D9C;
}

.checkout-page .plan-item:nth-child(2) > .item-header > span {
    background-color: #194AF9;
}

.checkout-page .plan-item:nth-child(3) > .item-header > span {
    background-color: #D45F2D;
}

.checkout-page .plan-details {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 1rem;
    border-radius: .625rem;
    background-color: #CED7F433;
    display: flex;
    flex-direction: column;
    gap: .687rem;
}

.checkout-page .plan-details-item > img {
    width: 1rem;
    height: 1rem;
}

.checkout-page .plan-details-item > span {
    font-size: .75rem;
}

.checkout-page .plan-details small {
    color: #7985AC;
}

.checkout-page .plan-details .price-wrapper {
    color: #7985AC;
    display: flex;
    align-items: baseline;
}

.checkout-page .plan-details .price {
    margin-left: 6px;
    color: #000;
    font-size: 1.5rem;
}

.checkout-page .plan-details .period-description,
.checkout-page .plan-details .period-description p,
.checkout-page .plan-details .period-description div {
    color: #7985AC;
    font-size: .625rem !important;
    text-align: center;
}

.checkout-footer-wrap-buttons {
    margin-top: 4.25rem;
}

.checkout-page .btn-primary-checkout,
.checkout-page .dotto-btn-secondary {
    min-width: 15%;
    padding: 1rem .875rem;
    border-radius: 1.875rem;
    padding: 1rem 1.5rem;
}

.checkout-page .btn-primary-checkout > img {
    margin-left: 10px;
}

.checkout-page .dotto-btn.os-loading,
.checkout-page .dotto-btn:hover.os-loading {
    color: transparent !important;
}

.checkout-page .btn-primary-checkout.os-loading > img {
    opacity: 0;
}

/* CHECKOUT */
.checkout-page .payment-method-wrapper {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0 2rem 0;
}

.checkout-page .payment-method-wrapper label {
    color: #7985AC;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: .675rem;
    font-size: .875rem;
    border: 1px solid rgba(235, 240, 255, 1);
    border-radius: 5px;
}

.checkout-page .payment-method-wrapper label > input {
    display: none;
}

.checkout-page .payment-method-wrapper label:has(> input[type='radio']:checked) {
    border-color: #6788FF !important;
}

.checkout-page .payment-method-wrapper span {
    display: block;
}

.checkout-page .checkout label {
    color: rgba(121, 133, 172, 1);
    font-size: 12px;
    font-weight: 400;
}

.checkout-page .checkout input[type='text'],
.checkout-page .checkout select {
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(235, 240, 255, 1);
    margin-top: 5px;
    text-align: left;
    padding: 15px;
    color: #7985AC;
    font-family: "Inter", Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    border: 1px solid #EBF0FF !important;
}

.checkout-page .checkout input[type='text']:focus,
.checkout-page .checkout select:focus {
    border-color: #6788FF !important;
}

.checkout-page .checkout-selected-plan-details {
    max-width: 550px;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #F5F7FD;
    margin-bottom: 1.5rem;
}

.checkout-page .checkout-selected-plan-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.checkout-page .checkout-selected-plan-details li {
    display: flex;
    justify-content: space-between;
    color: #7985AC;
}

.checkout-page .checkout-selected-plan-details li:first-child {
    padding: 0 0 8px 0 !important;
}

.checkout-page .checkout-selected-plan-details li + li {
    border-top: 1px solid #7985ac67;
    padding: 8px 0;
}

.checkout-page .checkout-selected-plan-details li:last-child {
    padding-top: 8px 0 0 0 !important;
}

.checkout-page .checkout .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 550px;
    gap: 0 1rem;
}

.grid-col-full {
    grid-column: 1/-1;
}

.checkout-page .checkout-anim {
    animation:0.6s cubic-bezier(0.45, 1.1, 0.4, 1) 0s wizardWrapperAnimation;
    animation-fill-mode:both;
}

@media (max-width: 1500px) {
    .checkout-page .wizard-wrapper {
        width: 500px;
    }

    .checkout-page .emphasis {
        margin-top: 2.55rem;
    }
}

@media (max-width: 1000px) {
    .checkout-page .wizard-wrapper {
        width: 300px;
    }

    .checkout-page .checkout .row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .checkout-page .wizard-wrapper {
        display: none;
    }

    body.checkout-page {
        background-image: url("../img/topo_wizard.png");
        background-position: top;
        background-repeat: no-repeat;
    }

    .checkout-page .os-row {
        gap: 0 !important;
    }

    .checkout-page #checkout {
        margin: 0 auto !important;
        padding: 11rem 2.5rem 2rem 2.5rem;
    }

    .checkout-page .plan-item {
        width: 100%;
        max-width: none;
    }

    .checkout-page .checkout-footer-wrap-buttons {
        display: flex;
    }

    .checkout-page .btn-primary-checkout,
    .checkout-page .dotto-btn-secondary {
        flex: 1;
    }

    .checkout-page .btn-primary-checkout img {
        display: none;
    }
}

/* PAYMENT RESULT */
.checkout-page .payment-result-wrapper {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.checkout-page .payment-icon-status-wrapper {
    max-width: 78px;
    margin: 0 auto 19px auto;
}

.checkout-page .payment-icon-status-wrapper img {
    width: 100%;
}

.checkout-page .payment-result-wrapper h2,
.checkout-page .payment-result-wrapper .text-select-plan {
    text-align: center;
}

.checkout-page .pix-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.checkout-page .qr-code-wrapper {
    max-width: 250px;
}

.checkout-page .payment-details {
    gap: 1rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    max-width: 392px;
    width: 392px;
    padding: 2.375rem;
    border-radius: 1.875rem;
    border: 1px solid rgba(235, 240, 255, 1);
    margin: 3.125rem auto 0 auto;
    box-shadow: 0px 10px 50px 0px rgba(144, 155, 194, 0.1);
}

.checkout-page .payment-details-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .875rem;
}

.checkout-page .payment-details-item > p {
    margin-bottom: 0;
    text-align: end;
}

.checkout-page .payment-details-item > p:first-child {
    color: rgba(121, 133, 172, 1);
}

.checkout-page .payment-details-item + .payment-details-item {
    border-top: 1px solid rgba(235, 240, 255, 1);
    padding-top: 1rem;
}

.checkout-page .dotto-btn {
    min-width: auto !important;
}

.checkout-page .checkout-steps > h2 {
    font-size:1.5rem;
}

/* NOTIFICATION */
.notification {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 15px;
    border-radius: 25px;
    background: #F4382C;
    color: #85130C;
    font-weight: 500;
    transition: all .8s;
    white-space: nowrap;
    font-size: .875rem;
    z-index: 99999;
}

.notification.show {
    top: 25px;
    opacity: 1;
}