.app_modals {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 40%);
    z-index: 99999;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.app_modals.visible {
    opacity: 1;
    pointer-events: auto;
}

.app_modals .app_modal {
    position: fixed;
    left: calc(50% - 300px);
    top: 30%;
    background: #fff;
    width: 600px;
    height: auto;
    border-radius: 10px;
    transform: scale(0);
    transition: all .3s;
}

@media (max-width: 768px) {
    .app_modals .app_modal {
        width: 90vw;
        left: 5vw;
        top: 20%;
    }
}

.app_modals .app_modal.active {
    transform: scale(1);
}

.app_modals .app_modal .close_modal {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    cursor: pointer;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}

.app_modals .app_modal .close_modal:hover {
    transform: scale(1.1);
}

.app_modals .app_modal .app_modal_title {
    background: #e5e0ce;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 15px;
}

.app_modals .app_modal .app_modal_content {
    padding: 15px;
}

body header.usr .right a.profile {
    margin-left: 1vw;
}

.admin-brown-btn:focus {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
}

.buy_clipcard {
    margin-top: 0;
}

.clips_balance {
    float: right;
    position: relative;
    background: #b4a26c;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
    margin-left: 48px;
    cursor: pointer;
}

.paid_class_marker {
    background: #b4a26c;
    color: #fff;
    width: 23px;
    height: 23px;
    float: left;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 14px;
    padding-top: 2px;
    font-weight: bold;
}

.overlay-event-detail a.register-paid-me-mobile {
    font-size: .9vw;
    color: #fff;
    background-color: #b3a26c;
    background-image: url(/assets/img/right_white.svg);
    width: 40%;
    display: block;
    padding: 10px 20px;
    background-repeat: no-repeat;
    background-position: 90%;
    font-weight: 300;
    margin-top: 1.5vw;
    text-transform: uppercase;
}

.overlay-event-detail a.register-paid-me-mobile:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .overlay-event-detail a.register-paid-me-mobile {
        width: 100%;
        font-size: 4vw;
        margin: 10vw 0;
    }
}

.event-time-item.is_new:not(.past) {
    background: #d3e5cf;
}

.event-time-item.is_paid::before {
    content: '$';
    position: absolute;
    font-size: 17px;
    right: 10px;
    top: 10px;
    font-weight: bold;
    opacity: .4;
}

.lg-form {
    overflow: hidden;
    padding: 20px 0;
}

.no_mt {
    margin-top: 0 !important;
}

.single-form[data-type="sign-up"] {
    transition: all .3s;
}

#user-form {
    float: left;
    margin-top: 50px;
}

.no-before::before {
    content: '' !important;
    background: transparent !important;
}

.mt_0 {
    margin-top: 0 !important;
}

.center_v2 {
    grid-column-start: 2;
    grid-column-end: 4;
    padding-right: 70px !important;
}

.sp_switch {
    width: 150px;
}

.sp_switch p {
    color: #BBBBBB;
    font-weight: 500;
}

.sign-up-user-step-2 {
    background-color: #b3a26c;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}

.sign-up-user-step-2:hover {
    color: white;
    text-decoretion: none;
}

.r_step_2 {
    transform: translateX(-100%);
}

.r_slides {
    float: left;
    width: 200%;
}

.r_slide {
    float: left;
    width: 50%;
}

#formClub, #formGender {
    width: 100%;
    height: 40px;
    border-radius: 0;
    background: url(/assets/img/arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% 55%;
}

.single-form[data-type="sign-up"] .terms-switch {
    margin-bottom: 10px;
}

.sign_up_back {
    color: #000;
    opacity: .6;
    margin-bottom: 9px;
    float: left;
}

.sign_up_back:hover {
    color: #000;
    text-decoration: none;
    opacity: .7;
}

.sign_up_back img {
    width: 15px;
}

body .page-content > .right-side .main-form .terms-switch span {
    float: left;
    margin-left: 15px;
    margin-top: -1px;
}

.content-box.disabled {
    background: #f0f0f0 !important;
    color: #9d9d9d;
}

.content-box.disabled input {
    background: #f0f0f0;
}

body .page-content > .right-side .main-form .lg-form {
    margin-top: 2vw;
}

.sign_up_back {
    z-index: 99;
    position: relative;
}

@media (max-width: 768px) {
    body .page-content > .right-side .main-form .lg-form .single-form .form-group {
        position: relative;
    }
    body .page-content > .right-side .main-form .lg-form .single-form .form-group.select_group label {
        right: 8vw;
    }
    .r_slide {
        padding: 0 1px;
    }
    body .page-content > .right-side .main-form .terms-switch span {
        margin-left: 12px;
    }
    .clip_table_detail {
        float: left;
        position: relative;
        width: 100%;
        background: #e5e0ce;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 15px;
    }
    .clip_table_detail div {
        font-size: 16px;
    }
    .clip_table_detail div.clip_club {
        font-weight: bold;
    }
    .buy_clipcard {
        font-size: 14px;
        margin: 20px 0;
        width: 40%;
        position: absolute;
        top: 20%;
        right: 10px;
    }
    .properties-place.mt_0.grid_2 {
        display: block;
    }
    .properties-place.mt_0.grid_2 .center-data.center_v2 {
        margin-top: 20px;
        width: 118%;
    }
    .stram-content-place {
        margin-top: 6vw !important;
    }
    .stram-content-place .left-data {
        width: 100% !important;
    }
    .stram-content-place .left-data img {
        width: 7vw !important;
        margin-right: 3vw;
    }
    .stram-content-place .left-data .os {
        width: 90% !important;
        position: absolute;
        top: 4vw;
    }
    .stram-content-place .center-data {
        width: 97% !important;
        margin-top: 7vw;
    }
    .stram-content-place .right-data {
        width: 97% !important;
        margin-top: -8vw !important;
        z-index: 99 !important;
    }
    .stram-content-place .right-data .online-streaming-only p {
        font-size: 14px !important;
    }
}