/******AB testing*****/
.sticky-bottom-ab-testing {
    display: none;
}

.sticky-bottom-ab-testing.sticky-bar-dismissed {
    display: none !important;
}

@media (max-width: 480px) {
    .sticky-cta-a {
        display: flex;
        justify-content: center;
        background-color: #fff;
        padding: 20px;
        border-radius:0;
        box-shadow: 0 -4px 24px rgba(49, 33, 107, 0.12);
    }

    .sticky-bottom-ab-testing {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        box-sizing: border-box;
        transform: translateY(100%);
        transition: transform 0.4s ease;
        will-change: transform;
    }

    .sticky-bottom-ab-testing.show_sticky_bar {
        transform: translateY(0);
    }

    .BeaconFabButtonFrame,
    #BeaconFabButtonFrame {
        transition: transform 0.4s ease !important;
    }

    body.move_up_chat .BeaconFabButtonFrame,
    body.move_up_chat #BeaconFabButtonFrame {
        transform: translateY(-115px) scale(1) !important;
    }

    .sticky-cta-enrollment-open {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width:100%;
    }

    .sticky-cta-left {
        flex: 1;
        min-width: 0;
    }

    .sticky-cta-label {
        margin: 0 0 8px;
        color: #31216b;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
    }

    .sticky-cta-right {
        flex-shrink: 0;
    }

    .sticky-cta-enroll-btn,
    .sticky-cta-preview-btn {
        min-width: 140px;
        padding: 12px 16px !important;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        box-sizing: border-box;
        border-radius: 5px;
        box-shadow: 0 4px 12px rgba(251, 159, 0, 0.35);
    }

    #sticky-bottom-counter {
        margin: 0;
    }

    #sticky-bottom-counter .sticky-counter-holder {
        display: flex;
        align-items: baseline;
        flex-wrap: nowrap;
        gap: 6px;
    }

    #sticky-bottom-counter .sticky-counter-item {
        display: inline-flex;
        align-items: baseline;
        gap: 4px;
        white-space: nowrap;
    }

    #sticky-bottom-counter .sticky-counter-value {
        color: #31216b;
        font-size: 22px;
        line-height: 1;
        font-weight: 600;
    }

    #sticky-bottom-counter .sticky-counter-unit {
        color: #31216b;
        font-size: 12px;
        line-height: 1;
        font-weight: 400;
    }

    .sticky-cta-enrollment-closed {
        text-align: center;
        width:100%;
    }

    .sticky-cta-next-enrollment {
        margin: 0 0 14px;
        color: #31216b;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3;
        b{
            font-weight: 600!important;
        }
    }

    .sticky-cta-actions {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }

    .sticky-cta-reminder {
        color: #1ebbf0;
        font-size: 14px;
        font-weight: 600;
        text-decoration: underline;
        cursor: pointer;
        flex-shrink: 0;
    }
    .redesign_page .default-button.sticky-cta-preview-btn{
        margin:0!important;
    }
    .sticky-cta-preview-btn {
        max-width: 200px!important;
    }
}

@media (max-width: 400px) {
    .sticky-cta-a{
        padding:15px 10px;
    }
    #sticky-bottom-counter .sticky-counter-holder {
        gap: 4px;
    }

    #sticky-bottom-counter .sticky-counter-item {
        gap: 2px;
    }
    #sticky-bottom-counter .sticky-counter-value{
        font-size: 20px;
    }
}

@media (max-width: 350px) {
    .sticky-cta-enroll-btn, .sticky-cta-preview-btn{
        padding:12px 11px!important;
    }


}
