.membership-list-content-font {
    font-family: 'Montserrat', helvetica neue, helvetica, arial, sans-serif !important;
}

.sqf-navy-background:hover,
.sqf-red-background:hover{
    color:#ffffff;
}

.sqf-navy-background {
    background-color: #2d354e !important;
    color:#ffffff;
}

.sqf-red-background {
    background-color: #a32135 !important;
    color:#ffffff;
}

.sqf-yellow-background {
    background-color: #FFCD4E !important;
    color:#000000 !important;
}

.sqf-gray-background {
    background-color: #e5e5e5 !important;
    color: #000000 !important;
}

.membership-types-titles {
    position: absolute;
    margin-left: 30px;
}

@media (max-width: 700px) {
    .membership-types-titles {
        display: none;
    }
}

.membership-types-logo {
    text-align: center;
    margin: 30px 0;
}

.membership-types-main-title {
    color: #2d354e;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

.pricing-content-1 .mobile-padding {
    word-wrap: break-word;
}

.membership-types-sub-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #2d354e;
}

.pricing-content-1 .price-table-head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-content-1 .price-column-container.border-active {
    border-radius: 4px;
    border: 2px solid #f9f9f9;
    margin-bottom: 35px;
    box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.06);
}

.pricing-content-1 .price-column-container {
    text-align: left;
}

.membership-title {
    max-width: 90%;
    word-wrap: break-word;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.pricing-content-1 .price-table-pricing {
    word-wrap: break-word;
    text-align: right;
    margin-right: 25px;
    display: flex;
    justify-content: flex-end;
}

.pricing-content-1 .price-table-pricing .membership-price {
    font-size: 40px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.pricing-content-1 .price-table-pricing .membership-currency {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-left: 8px;
    margin-top: 8px;
}

.membership-name-label {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.membership-footer-wrapper {
    margin-top: 17px;
}

.membership-mobile-header {
    display: none;
}

.membership-mobile-content {
    display: none;
}

@media (max-width: 425px) {
    .membership-types-main-title {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    .membership-types-main-title {
        font-size: 24px;
    }
}

@media (max-width: 425px) {
    .membership-types-sub-title {
        font-size: 20px;
    }
}

@media (min-width: 448px) {
    .membership-mobile-content {
        display: none !important;
    }

    .membership-footer-wrapper {
        display: flex;
        align-items: center;
        margin-top: 17px;
    }
}

@media (max-width: 448px) {
    .membership-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .membership-list-content .pricing-content-1 .price-table-head {
        height: 70px;
    }

    .pricing-content-1 .price-table-content {
        margin-left: 0 !important;
        background-color: transparent !important;
    }

    /*.membership-desktop-header {*/
    /*    display: none;*/
    /*}*/

    /*.membership-desktop-content {*/
    /*    display: none!important;*/
    /*}*/

    .membership-mobile-header {
        display: block;
    }

    .membership-mobile-content {
        display: block;
    }

    .membership-info-row {
        margin-bottom: 5px;
    }
}

.membership-footer-wrapper a.btn {
    padding: 11px 31px;
    text-transform: capitalize !important;
}

.membership-list-content .pricing-content-1 .price-table-head {
    text-align: center;
    word-wrap: break-word;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-content-1 .price-table-content {
    background-color: transparent;
    margin-left: 20px;
    color: #2d354e;
    font-weight: 300;
}

.pricing-content-1 .price-table-content .price-table-content-description {
    font-size: 18px;
    margin-top: 20px;
}

.pricing-content-1 .price-table-content .price-table-content-description-information {
    font-size: 16px;
}

.pricing-content-1 .price-table-content .text-right {
    margin-right: 25px;
}

.pricing-content-1 .price-table-content .row:last-child {
    padding-bottom: 6px;
}

.pricing-content-1 .price-table-content .row {
    padding-bottom: 6px;
}

.pricing-content-1 .price-table-footer {
    padding: 0;
    margin-top: -3px;
    margin-left: 20px;
    margin-bottom: 25px;
}

.modal#signup_membership .modal-title {
    color: #383737;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.modal#signup_membership .modal-header {
    border: 0;
    padding: 19px 26px 15px 26px;
}

.modal#signup_membership .modal-membership-information {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0 15px 0;
}

.modal#signup_membership .modal-footer-information {
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.modal#signup_membership .modal-footer-information label {
    margin-left: 10px;
    cursor: pointer;
}

.modal#signup_membership .modal-membership-data {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    padding: var(--Numbers-Spacing-spacing-20, 20px) 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;

    align-self: stretch;
}

.modal#signup_membership .modal-body ul {
    padding: 0;
    list-style-type: none;
}

.modal#signup_membership .modal-body ul li {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #a9a9a9;
    font-size: 16px;
    margin-bottom: 8px;
}

.modal#signup_membership .modal-body ul li:not(:last-child) span {
    float: right;
}

.modal#signup_membership .modal-body ul li #membership_administration_fee_amount {
    float: right;
}

.modal#signup_membership .modal-body ul li:last-child {
    margin-bottom: 0;
}

.modal#signup_membership .modal-label {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #a9a9a9;
    font-size: 16px;
}

.modal#signup_membership .modal-footer button#btn-close {
    padding: 10px 23px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.modal#signup_membership .modal-footer button#btn-pay {
    padding: 10px 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-left: 9px;
}

.modal#signup_membership .modal-footer {
    padding: 5px 15px 25px 15px;
    border: 0;
}

@media (min-width: 768px) {
    .modal#signup_membership .modal-dialog {
        width: 464px;
    }
    .modal-dialog {
        margin: 135px auto;
    }
}

@media (max-width: 992px) {
    .pricing-content-1 .price-table-head-left {
        margin: 0;
        text-align: center;
    }

    .pricing-content-1 .price-table-footer {
        text-align: center;
    }
}

@media (max-width: 447px) {
    .price-table-head {
        height: 50px !important;
    }
}

.powered {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.powered .caption {
    /* margin-left: 3%; */
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #8290a3;
    font-weight: 400;
}
.powered .min-logo {
    background-position: center;
    background-repeat: no-repeat;
    min-width: 77px;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}
.powered .logo-book247 {
    background-image: url('../img/login/book-logo-new.svg');
    height: 20px;
}
.powered .logo-rankedin {
    background-image: url('../img/login/rankedin-logo-new.svg');
    height: 20px;
}
.powered .separator-logo {
    height: 15px;
    width: 1px;
    background-color: #999;
    vertical-align: middle;
    display: inline-block;
}

.create-account {
    padding: 17px 0 28px 0;
    text-align: center;
    background-color: #6c7a8d;
    font-size: 16px;
    border-top: 1px solid #eee;
    border-radius: 0 0 7px 7px;
}
.create-account > p {
    margin: 0;
}

.create-account p a {
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
}

.create-account a {
    display: inline-block;
    margin-top: 5px;
}
.create-account button {
    width: 90%;
    margin-top: 15px;
    font-weight: 600;
    line-height: 2;
}

/* @media screen and (min-width: 768px) {
	.create-account {
		height: 280px;
		border-left: 1px solid #eee;
		border-top: 0 !important;
		padding-top: 100px;
	}
} */

.forget-form {
    padding: 0px;
    margin: 0px;
}

.result-forget-form,
.forget-form {
    display: none;
}

.forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.pre-register-form,
.pre-register-password-api,
.user_result_forget_form,
.result-register-form {
    display: none;
}

.pre-register-form a#forget-password {
    margin-top: 0;
    margin-bottom: 3px;
}

.pre-register-form,
.pre-register-form,
.result-register-form {
    padding: 0px;
    margin: 0 0 25px 0;
}

.register-form {
    display: none;
}

.register-form div.checker {
    margin-left: -2px;
}

.register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.memberships-register-form {
    display: none;
}

.memberships-register-form div.checker {
    margin-left: -2px;
}

.memberships-register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content {
    background-color: #eceef1;
    border-radius: 7px;
    /*width: 400px;*/
    margin: 40px auto 10px auto;
    padding: 0 !important;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}

.input-inline-help-register {
    padding-left: 5px;
    padding-right: 5px;
}
.input-inline-help-register > a.question-button {
    padding: 1px 10px 0px;
    cursor: pointer;
    line-height: 17px;
    font-size: 26px;
}

.box-button {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 35px;
    float: right;
}

.fancybox-overlay {
    z-index: 1000000 !important;
}

.modal-label-gray {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #a9a9a9;
    font-size: 16px;
    margin-bottom: 0;
}

.line-height-label {
    line-height: 34px;
}

.tag-filter-container {
    display: flex;
    flex-direction: column;
}

.invoice-filter-container {
    display: flex;
    flex-direction: column;
}

.filtering-sidebar-wrapper {
    z-index: 10;
    max-width: 75%;
    position: sticky;
    top: 10%;
}

.filtering-sidebar {
    background: rgb(253, 159, 50);
    position: absolute;
    left: -400px;
    transition: 0.7s;
    padding: 5px;
    max-width: 400px;
}

.filtering-sidebar.show {
    left: 0;
}

.filters {
    max-width: 400px;
    min-width: 400px;
    min-height: 128px;
}

.filters-header {
    font-weight: bold;
    position: absolute;
    background: rgb(253, 159, 50);
    color: white;
    transform: rotate(-90deg);
    padding: 10px 15px 10px 15px;
    right: -91px;
    top: 46px;
}

.filters-header.fa-item i {
    color: white;
}

.filtering-sidebar .btn.orange {
    font-weight: bold;
    color: #fff;
    background-color: rgb(252, 176, 87);
}

.filters-header {
    display: none !important;
}

.filters-header.show {
    display: inline-block !important;
}

.filters-title {
    font-weight: bold;
    color: white;
}

.filtering-sidebar .btn.orange.active {
    background-color: orangered;
}

.filters-header:hover {
    background: rgb(253, 159, 50);
}

.filters-header-wrapper {
    position: relative;
}

@media screen and (max-width: 448px) {
    .filtering-sidebar {
        left: -320px;
        max-width: 320px;
    }

    .filters {
        max-width: 320px;
        min-width: 320px;
    }
}

/*Stefan design code*/

*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    background-color: #f2f2f7 !important;
}
.container-memberships {
    max-width: 1416px;
    margin: auto;
}

p {
    margin-bottom: 0px;
}

.row.logo {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.row.logo img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.row.logo h2 {
    color: #3a3a3c;
    text-align: center;
    /* Headings/h3 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
}

.row.logo p {
    align-self: stretch;
    color: #3a3a3c;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.col.plan {
    /* min-width: 375px; */
    min-height: 317px;
    padding: 5px;
    width: 100%;
}

.membership-desktop-content.membership-content {
    padding: 0px;
    margin-bottom: 0px;
}

.plan-content {
    background-color: #fff;
    padding: 8px 12px 16px 12px;
    border-radius: 12px;
}

.plan-title {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    border-bottom: 1px solid #e5e5ea;
    gap: 8px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-text {
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    color: #3a3a3c;
    text-align: center;
}

.text-group {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    color: #3a3a3c;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 16px;
    /*min-height: 45px;*/
}

.accordion-button::after {
    margin-left: unset !important;
}

p.accordion-button {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: unset;
}

.accordion-item {
    border: none;
}

.accordion-body ul {
    list-style-position: inside;
    margin-left: 0;
    padding-left: 1em;
}

.accordion-body li {
    color: #3a3a3c;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.plan-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    height: 58px;
}

.price-value {
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-right: 5px;
}

.price-currency {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.signup-btn {
    width: 100%;
    border-radius: 12px;
    padding: 12px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 21px */
}

.more-info-accordion {
    text-align: center;
}

.more-info-accordion button {
    color: black;
}

.more-info-accordion button:hover {
    text-decoration: none;
}

.info-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3a3a3c;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
}

.bottom-small-text-plan {
    color: #3a3a3c;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.pricing-content-1,
.membership-list-content .portlet {
    background-color: transparent !important;
}

.modal-header-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 12px 0px;
    gap: 8px;
    border-bottom: 1px solid #e5e5ea;
    margin: 0px 15px;
}

.modal-title-new {
    color: #3a3a3a;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0px;
}

.modal-content {
    padding: 4px 15px 20px 15px;
}

.close-new {
    border: none;
    background: none;
    padding: 0px;
}

.modal-footer-new {
    display: flex;
    padding: 0px 0px 20px 0px;
    align-items: center;

    align-self: stretch;
}

#username_focus,
#login-password {
    background-color: transparent !important;
}

/* .login-form-content {
	max-width: 545px;
} */

.login-text-modal {
    color: #3a3a3c;
    /* Body/p2-b */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 22.4px */
    text-align: center;
    margin-bottom: 15px;
}

.btn-login,
.reset-pass-next,
.next-result-forget-btn,
#preregister-btn1,
.submit-register-btn,
.pre-register-form-btn,
.result-register-form-btn,
.primary-btn-new {
    background-color: #3a3a3a;
    border-radius: 8px;
    color: #ffffff !important;
    height: 49px;
    padding: 12px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.transparent-btn-new {
    background-color: transparent;
    border-radius: 8px;
    color: var(--Color-Text-text-link-primary, #48484a);
    height: 49px;
    padding: 12px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

#forget-password {
    color: #8290a3;
    text-align: right;

    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.rememberme.check {
    color: #8e8e93;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 16.9px */
}

.create-account .caption-subject {
    color: #3a3a3c;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 22.4px */
}

#pre-register-btn {
    background-color: #ffffff;
    border-radius: 8px;
    color: #3a3a3a !important;
    height: 49px;
    padding: 12px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    width: 100%;
    border:solid 1px #3a3a3a !important;
    text-transform: capitalize;
}

.portlet-title {
    margin-bottom: 20px;
}

form .caption,
.signup_modal_message {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    color: #3a3a3c !important;
    /* Body/p2-b */
    font-family: Inter;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 140% !important; /* 22.4px */
}

.forgot-pass-input,
.register-user-input,
.pre-register-form-input,
.create-form-details input,
.create-form-details select,
.new-input {
    height: 43px;
    width: 100%;
}

.hint-result-forget,
.hint.register-finished {
    margin-bottom: 15px;
    color: var(--Color-Text-text-secondary, #3a3a3c);
    /* Body/p3-r */
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
}

.create-form-details {
    display: flex;
}

.left-details,
.right-details {
    width: 50%;
    padding: 5px;
}

.input-group {
    width: 100%;
}

.create-selects {
    display: flex;
    justify-content: space-between;
}

.modal-dialog {
    max-width: 800px;
    width: unset;
    display: inline-block;
}

.modal.fade {
    text-align: center;
}

.create-selects div {
    flex: 0.3;
}

.terms-check {
    text-align: left;

    margin-bottom: 15px;
    color: var(--Color-Text-text-secondary, #3a3a3c);
    /* Body/p3-r */
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
}

.select-col {
    width: 100%;
}

.forget-password-block {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .memberships-register-form {
        width: 750px;
    }
}

@media screen and (max-width: 768px) {
    .memberships-register-form {
        width: unset;
    }
    .create-form-details {
        flex-direction: column;
    }
    .left-details,
    .right-details {
        width: 100%;
    }
}

.modal-footer-new .powered {
    display: flex;
    align-items: center;
    justify-content: center;
}

html,
body {
    overflow-x: hidden;
}

.membership-list-content .portlet {
    margin-top: 0px !important;
}

@media screen and (min-width: 800px) {
    body {
        height: 100vh;
    }

    .page-container {
        height: calc(100% - 252px);
    }

    .page-content-wrapper {
        height: 100%;
    }
}

.long-description {
    text-align: center;
    margin-bottom: 20px;
}

.description-title {
    color: var(--Color-Text-text-secondary, #3a3a3c);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.description-text {
    color: var(--Color-Text-text-secondary, #3a3a3c);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.periods-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.periods-info span {
    color: #3a3a3c;
    /* Body/p5-r */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 16.9px */
}

.modal-footer-new.column-direction {
    flex-direction: column;
}

select.new-dropdown {
    height: 49px;
    padding: 12px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
}

.terms_link {
    color: #557de2;
    /* Body/p5-m */
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 16.9px */
}

.terms-text {
    color: #8e8e93;
    /* Body/p5-m */
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 16.9px */
}

.terms-container {
    text-align: left;
}

.buttons-bottom-column-direction {
    display: flex;
    flex-direction: column;
}

.country-label {
    text-align: left;
}

.form-group.country-select {
    text-align: left;
}

.buttons-bottom-column-direction.add-address {
    margin-top: 40px;
}

.form-group country-select {
    text-align: left;
}

.membership-desktop-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.membership-types-main-title {
    color: var(--Color-Text-text-secondary, #3a3a3c);
    text-align: center;

    /* Headings/h3 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
}

.membership-types-sub-title {
    color: var(--Color-Text-text-secondary, #3a3a3c);
    text-align: center;

    /* Body/p2-m */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.trainer-header-title-container {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 0px !important;
}

.trainer-header-title-container.subtitle {
    margin-bottom: 20px;
}

.price-table-content.price-table-content-desktop {
    margin: 0px !important;
    padding: 0px !important;
    width: 291px;
    height: 314px;
}

.price-table-content img {
    height: 100%;
    border-radius: var(--Numbers-Radius-radius-12, 12px);
}

.membership-content {
    padding: 5px !important;
    padding-bottom: 20px !important;
}

.trainer-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: var(--Numbers-Radius-radius-12, 12px);
    background: var(--Color-Background-bg-primary, #fff);
}

.trainer-name {
    color: var(--Color-Text-text-primary, #1a1a1a);

    /* Headings/h5 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
}

.club-name {
    color: var(--Color-Text-text-secondary, #3a3a3c);

    /* Body/p3-m */
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 21px */
}

.private-availability {
    color: var(--Color-Text-text-secondary, #3a3a3c);

    /* Body/p6-r */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
}

.membership-price-new {
    color: var(--Color-Pricing-cards-dark-blue, #2b59d0);
    text-align: center;

    /* Headings/h4 */
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
}

.membership-currency-new {
    color: var(--Color-Pricing-cards-dark-blue, #2b59d0);
    text-align: center;

    /* Body/p4-r */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    margin-left: 5px;
}

.price-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-btn {
    margin-bottom: 15px;
}

.container-trainer {
    max-width: 1416px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.dropdowns-container {
    width: 100%;
    display: flex;
    justify-content: SPACE-BETWEEN;
    align-items: center;
}

select.new-dropdown {
    width: 100%;
}

.select-wrapper {
    width: 48%;
}

.new-dropdown-trainer {
    border-radius: var(--Numbers-Radius-radius-8, 8px);
    background: var(--Color-Background-bg-secondary, #f2f2f7);
    display: flex;
    padding: var(--Numbers-Spacing-spacing-12, 12px);
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    border: none;
}

.new-dropdown-trainer:focus-visible {
    border: none !important;
    outline-color: transparent !important;
}

.trainer-name {
    color: var(--Color-Text-text-primary, #1a1a1a);

    /* Body/p1-b */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
}

.trainer-description {
    color: var(--Color-Text-text-secondary, #3a3a3c);

    /* Body/p6-r */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
}

.activity-group-badges h4{
    color: var(--Color-Text-text-secondary, #3A3A3C);

    /* Body/p5-r */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 16.9px */
}

b.f-s-18{
    color: var(--Color-Text-text-secondary, #3A3A3C);

    /* Body/p2-m */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

span.group-availability{
    color: var(--Color-Text-text-secondary, #3A3A3C);

    /* Body/p5-r */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 16.9px */
}

.l-h-22 b{
    color: var(--Color-Text-text-secondary, #3A3A3C);

    /* Body/p2-m */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.badge-group-activity-title{
    color: var(--Color-Text-text-secondary, #3A3A3C);

    /* Body/p5-r */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 16.9px */
}

.activity-group-badges a{
    border-radius: var(--Numbers-Radius-radius-4, 4px) var(--Numbers-Radius-radius-12, 12px) var(--Numbers-Radius-radius-12, 12px) var(--Numbers-Radius-radius-4, 4px) !important;
    background: var(--Color-Background-bg-red, #FFF3F3) !important;
}

.question-button{
    background: var(--Color-Background-bg-red, #FFF3F3) !important;
    border: none;
    padding-top: 5px !important;
}

.search-container img{
    border-radius: 8px;
}

.booking-hours-info{
    display: flex;
    flex-direction: column;
}

.info-bottom {
    text-align: left;
    background: transparent;
    background-color: transparent;
    text-decoration: none;
    color: var(--Color-Text-text-secondary, #3A3A3C);

    /* Body/p4-r */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.group-info-box,
.why-pay
{
    text-align: left;
}



@media (max-width: 992px) {
    #location-activity-select .dropdowns-container{
        display: flex;
        flex-direction: column;

    }
    .select-wrapper {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #collapse8122873 img{
        display: block !important;
    }
    .trainer-container-desktop{
        display: none;
    }

}
@media (min-width: 992px) {
    .mobile-trainer-description{
        display: none;
    }
}


.panel-heading.show-more{
    max-width: 100px;
}
.panel-heading.show-more a{
    color: var(--Color-Text-text-link-primary, #557DE2) !important;

    /* Body/p5-m */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 16.9px */
}

#accordion7401210 .panel-default{
    background: transparent;
    border: none;
}
#accordion7401210 .panel-body{
    background: transparent;
    border: none;
}

.mobile-trainer-description{
    padding: var(--Numbers-Spacing-spacing-16, 16px);
    align-items: center;
    gap: var(--Numbers-Spacing-spacing-16, 16px);
    border-radius: var(--Numbers-Radius-radius-12, 12px);
    background: var(--Color-Background-bg-primary, #FFF);
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-heading.show-more{
    background: none;
    padding: 0px;
    margin-top: 5px;
}

.slots-container{
    border-radius: var(--Numbers-Radius-radius-12, 12px);
    background: var(--Color-Background-bg-primary, #FFF);
}


.activity-group-badges a.green-jungle-stripe{
    background-color: #7EC06E !important;
    border-color: #64A953 !important;
}
.booking-hours-info .info-bottom.green-jungle-stripe{
    border-color: #64A953 !important;
}


.activity-group-badges a.green-jungle-stripe .question-button{
    background-color: #7EC06E !important;
}

.activity-group-badges a.yellow-saffron-stripe{
    background-color: #EEA009 !important;
    border-color: #FEB72F !important;
}
.booking-hours-info .info-bottom.yellow-saffron-stripe{
    border-color: #FEB72F !important;
}

.activity-group-badges a.yellow-saffron-stripe .question-button{
    background-color: #EEA009 !important;
}

.activity-group-badges a.red-stripe{
    background-color: #FF5E5E !important;
    border-color: #FF7676 !important;
}

.activity-group-badges a.red-stripe .question-button{
    background-color: #FF5E5E !important;
}

.booking-hours-info .info-bottom.red-stripe-stripe{
    border-color: #FF5E5E !important;
}

.activity-group-badges a.purple-stripe{
    background-color: #2B59D0 !important;
    border-color: #4C79EC !important;
}

.activity-group-badges a.purple-stripe .question-button{
    background-color: #2B59D0 !important;
}

.booking-hours-info .info-bottom.purple-stripe{
    border-color: #2B59D0 !important;
}

.booking-hours-info .info-bottom{
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.activity-group-badges a{
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

#location-activity-select{
    margin-top: 10px;
}

@media (max-width: 768px) {
    .membership-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* IE and Edge */
    }
    .membership-scroll-wrapper::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    .membership-content-row {
        flex-wrap: nowrap !important;
        display: flex;
    }
    .membership-content {
        min-width: 80vw !important;  /* Show most of the card */
        max-width: 80vw !important;
        flex: 0 0 auto !important;
        box-sizing: border-box;
    }

    .long-description {
        height:145px;
        overflow:hidden;
    }

    .row.logo h2 {
        font-size:24px;
        line-height: 120%;
    }

    .row.logo p{
        font-size:13px;
    }

    h5.mb-0{
        margin-top:0px;
        margin-bottom:0px;
    }

    .description-more-info {
        display:none;
    }

    .dropin-subtitle{
        font-size:13px;
    }

    .dropin-section {
        padding-left:0px;
    }

    .dropin-cards-row{
        padding-left:0px;
    }
}

@media (max-width: 768px) {
    .dropin-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        padding-bottom: 10px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        background-color: #F2F2F7;
    }
    .dropin-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }
    .dropin-cards-row {
        flex-wrap: nowrap !important;
        display: flex;
        gap: 16px;
        margin-left: 0;
        margin-right: 0;
    }
    .dropin-card {
        min-width: 70vw !important;
        max-width: 70vw !important;
        flex: 0 0 auto !important;
        box-sizing: border-box;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-color: white;
        border-radius: var(--Numbers-Radius-radius-16, 16px);
        border: 1px solid var(--Color-Border-border-primary, #E5E5EA);
        min-height: 350px;
    }
}
.dropin-card {
    background-color: white;
    min-height: 350px;

}
.dropin-scroll-wrapper{
    background-color: #F2F2F7;
}
.dropin-card-inner {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 18px 12px 18px 12px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 220px;
}
.dropin-card-header {
    background: #e5e5e5;
    border-radius: 16px 16px 0 0;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 8px 0 8px 0;
    margin-bottom: 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Black, #000);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 28px */
}
.dropin-card-body {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    min-height: 130px;
}
.dropin-card-price {
    color: var(--Black, #000);
    text-align: center;

    /* Headings/h4 */
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.dropin-card-body-title{
    color: var(--Color-Text-text-secondary, #3A3A3C);
    text-align: center;

    /* Body/p2-m */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    margin-bottom: 20px !important;
}

.dropin-card-body span {
    color: var(--Color-Text-text-secondary, #3A3A3C);
    text-align: center;

    /* Body/p3-r */
    font-family: Inter;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
}

.dropin-card-price-currency{
    color: var(--Black, #000);
    text-align: center;

    /* Body/p4-r */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    margin-left: 5px;
}

.dropin-card-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropin-card-button button{
    display: flex;
    width: 203px;
    padding: var(--Numbers-Spacing-spacing-16, 16px) var(--Numbers-Spacing-spacing-12, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Numbers-Spacing-spacing-8, 8px);
    border-radius: var(--Numbers-Radius-radius-8, 8px);
    background: #000;

    color: var(--Color-Text-text-white, #FFF);
    text-align: center;

    /* Body/p1-m */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
}

@media (min-width: 769px) {
    .dropin-card{
        background-color: transparent;
        background: none;
    }

    .dropin-card-body,
    .dropin-card-price,
    .dropin-card-button{
        background-color: white;
        margin-bottom: 0px;
        padding-bottom: 20px;
        border-left:  1px solid var(--Color-Border-border-primary, #E5E5EA);;
        border-right:  1px solid var(--Color-Border-border-primary, #E5E5EA);;

    }
    .dropin-card-body{
        margin-top: 0px;
        padding-top: 20px;
    }
    .dropin-card-header{
        margin-bottom: 0px;
    }

    .dropin-card-button{
        height: 110px;
        border-bottom:  1px solid var(--Color-Border-border-primary, #E5E5EA);
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }
}

.sqf-navy-gray-background {
    background-color: #5e688a !important;
    color: #ffffff !important;
}

.sqf-navy-text {
    color: #2D3F6E !important;
}

.sqf-red-text {
    color: #a32135 !important;
}

.sqf-gray-text {
    color: #e5e5e5 !important;
}

.sqf-navy-gray-text {
    color: #5e688a !important;
}

.sqf-yellow-text { color:#FFCD4E !important;}

.long-description.is-marketing-description {
  font-weight:400;
  font-size:15px;
  line-height: 21px;
  text-align:left;
}

.long-description br{
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: 8px; /* change this to whatever height you want it */
}
.fa-check {
    margin-right: 5px;
}
.dropin-card {
    margin-bottom:15px;
}

.old-price.diagonal {
    position: relative;
    display: inline-block;
}

.old-price.diagonal::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    border-bottom: 4px solid red;
    border-bottom-width: 4px;
    border-bottom-color: #ff6600;
    filter: drop-shadow(0 0 4px red);
    height: 3px;
    border-radius: 3px;
    background: #d00;
    border-bottom: none;
}

/* Make toggle pill-shaped */
.ios-toggle.btn {
    border-radius: 50px !important;
    padding: 0;
    min-width: 70px;
}

/* Inner ON / OFF container */
.ios-toggle .toggle-group {
    border-radius: 50px !important;
}

/* ON / OFF areas */
.ios-toggle .toggle-on,
.ios-toggle .toggle-off {
    border-radius: 50px !important;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 28px;
}

/* Handle (circle) */
.ios-toggle .toggle-handle {
    border-radius: 50% !important;
    width: 26px;
    height: 26px;
    margin: 2px;
    background: #fff;

}

/* Position when ON */
.toggle.btn.off .toggle-handle {
    left: calc(100% - 105px) !important;

}

.toggle-handle{
    margin-top:3px !important;
    margin-right:32px!important;
}

.toggle-group.btn:hover {
    transition: none !important;
}

.toggle-group .btn:hover {
    transition: none !important;
}

.btn-default {
    background-color: #337ab7;
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle{
    color: #fff;
    background-color: #337ab7;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover{
    color: #fff;
    background-color: #337ab7;
}

.toggle-handle.btn.btn-default:focus, .toggle-handle.btn.btn-default:hover {
    background-color: #ffffff!important;
}

.page-container {
    height:auto;
}

/* Mobile-first approach: Styles apply from 0px up to 500px */
@media (max-width: 599px) {
    .row.logo {
        margin-top:0;
        margin-bottom: 0;
    }

    .row.logo h2 {
        margin-top:0;
        margin-bottom: 0;
    }

    .row.logo p {
        display:none;
    }

    .long-description br{
        margin-top:4px;
    }

    .long-description.is-marketing-description.isAiGymDescription {
        height:244px;
    }

    .plan-title{
        font-size:17px;
    }
}

.page-header .page-header-menu {
    background-color: #000000 !important;
}
.page-footer {
    padding: 18px 0 19px !important;
    background-color: #000000 !important;
}
.page-header-menu > .container {
    display:none;
}

.page-header .page-header-top .menu-toggler {
    display:none !important;
}

.powered .logo-book247-black {
    background-image: url('../img/login/logo-book247-black-white.svg');
    height: 20px;
}

/* Custom Scoped Styles - Protects your Metronic theme from bleed */
/* Import Inter from Google Fonts (Place at the very top of your CSS file) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Custom Scoped Styles */
#gym-pricing-integration {
    background-color: #000000;
    color: #ffffff;
    /* Update the base font to Inter to match the live site's body text */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 30px 0px 80px 0;
}

#gym-pricing-integration ul,
#gym-pricing-integration p {
    margin: 0;
    padding: 0;
}

#gym-pricing-integration p {
    margin: 0;
    padding: 0;
    color: #c2c2c2;
    font-size: 16px;
    font-weight: normal;
    line-height: 140%;
}

/* Header Section */
#gym-pricing-integration .gym-header-block {
    text-align: center;
    margin-bottom: 15px;
}

#gym-pricing-integration .gym-sub-header {
    font-size: 13px;
    letter-spacing: 2.5px;
    color: #a0a0a0;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#gym-pricing-integration .gym-main-header {
    font-size: 42px;
    font-weight: 600;
    line-height: 115%;
    margin: 0 0 10px 0;
    color: #e8e8e8;
    letter-spacing: -0.03em;
    font-family: inherit;
}

/* Recreating the elegant italic serif font from the live site */
#gym-pricing-integration .gym-main-header .serif-italic {
    font-family: "Inria Serif", "Inria Serif Placeholder", serif;
    font-style: italic;
    font-weight: 400;
    color: #e8e8e8;
}

/* Ensure the specific description explicitly inherits it (optional, but good for safety) */
#gym-pricing-integration .plan-binding-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #a0a0a0;
    margin-bottom: 30px;
}

/* --- Card Styles --- */
#gym-pricing-integration .gym-pricing-card {
    margin-top: 20px; /* Creates the space for the badge to stick out */
    background-color: #080808;
    border: 1px solid #474747;
    border-radius: 16px;
    padding: 40px;
    color: #ffffff;
    position: relative;
    height: 100%;
    overflow: visible; /* Ensures the card doesn't clip the badge */
}

/* Featured (Left) Card */
#gym-pricing-integration .gym-pricing-card.featured {
    border: 1px solid #ffbb53; /* The brand yellow/orange */
}

/* Popular Badge */
#gym-pricing-integration .popular-badge {
    position: absolute;
    top: 12px;
    left: 40px;
    transform: translateY(-50%);
    background-color: #ffbb53;
    color: #000000;
    font-size: 13px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: 0em;
    padding: 5px 10px;
    border-radius: 0px 0px 4px 4px;
}

/* Plan Title & Subtitle */
#gym-pricing-integration .plan-title-aigym {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
    color: #ffffff;
}

#gym-pricing-integration .plan-binding-desc {
    font-size: 16px;
    color: #a0a0a0;
    margin-bottom: 25px;
}

/* Pricing Section */
#gym-pricing-integration .price-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#gym-pricing-integration .price-main {
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #e8e8e8;
}

#gym-pricing-integration .price-unit {
    font-size: 20px;
    color: #c2c2c2;
    margin-left: 10px;
    line-height: 1;
}

#gym-pricing-integration .price-crossed {
    font-size: 24px;
    color: #c2c2c2;
    text-decoration: line-through;
    margin-left: 15px;
    margin-right: 5px;
    line-height: 1;
}

/* Fine Print / Details */
#gym-pricing-integration .price-fine-print {
    font-size: 12px;
    color: #a1a1a1;
    line-height: 130%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #474747;
}

#gym-pricing-integration .price-fine-print span {
    display: block;
}

/* Feature List */
#gym-pricing-integration .feature-list {
    list-style: none;
    margin-bottom: 40px;
}

#gym-pricing-integration .feature-item {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    color: #e8e8e8;

    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
}

#gym-pricing-integration .check-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ffbb53;
    color: #000000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Buttons */
#gym-pricing-integration .btn.gym-btn {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0em;
    padding: 18px 30px;
    border-radius: 8px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

#gym-pricing-integration .gym-btn.featured-btn {
    background-color: #ffbb53;
    color: #000000;
    border: none;
}

#gym-pricing-integration .gym-btn.featured-btn:hover {
    background-color: #ffbb53;
}

#gym-pricing-integration .gym-btn.standard-btn {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #444444;
}

#gym-pricing-integration .gym-btn.standard-btn:hover {
    border-color: #ffffff;
}

/* Fix for equal height columns in standard Bootstrap 3 */
@media (min-width: 992px) {
    #gym-pricing-integration .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}

/* =========================================
Mobile Horizontal Swipe (Under 768px)
========================================= */
@media (max-width: 767px) {

    /* 1. Force the row to be a horizontal scrolling flex container */
    #gym-pricing-integration .mobile-swipe-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
        scroll-snap-type: x mandatory; /* Snaps cards to the center */

        /* Hide scrollbars for a clean app-like look */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */

        /* Spacing adjustments */
        padding-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
    }

    /* Hide scrollbar for Chrome/Safari */
    #gym-pricing-integration .mobile-swipe-row::-webkit-scrollbar {
        display: none;
    }

    /* 2. Override Bootstrap 3 pseudo-elements that break flexbox */
    #gym-pricing-integration .mobile-swipe-row::before,
    #gym-pricing-integration .mobile-swipe-row::after {
        display: none !important;
    }

    /* 3. Style the columns to act as slider items */
    #gym-pricing-integration .mobile-swipe-row > div[class*="col-"] {
        /* Set width to 85% of the screen so a bit of the next card peaks out */
        flex: 0 0 85vw;
        max-width: 85vw;
        scroll-snap-align: center; /* Snaps the card to the middle of the screen */
        padding-left: 10px;
        padding-right: 10px;
    }

    /* 4. Reduce card padding on mobile to give text more space */
    #gym-pricing-integration .gym-pricing-card {
        padding: 25px;
    }

    /* Adjust the popular badge position slightly to match the new padding */
    #gym-pricing-integration .popular-badge {
        left: 25px;
    }

    /* =========================================
       5. Price Row & Fine Print Mobile Layout
    ========================================= */

    /* Keep Price Row Horizontal and Prevent Wrapping */
    #gym-pricing-integration .price-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap; /* STRICTLY prevent wrapping to next line */
        margin-bottom: 15px;
    }

    /* Scale down font sizes so they physically fit on one line on mobile */
    #gym-pricing-integration .price-main {
        font-size: 48px; /* Scaled down from 64px */
        line-height: 1;
        letter-spacing: -1px;
    }

    #gym-pricing-integration .price-crossed {
        font-size: 18px; /* Scaled down from 24px */
        margin-left: 10px;
        margin-right: 5px;
        white-space: nowrap;
    }

    #gym-pricing-integration .price-unit {
        font-size: 14px; /* Scaled down from 18px */
        margin-left: 0;
        white-space: nowrap; /* Prevents 'NOK /' and 'mnd' from breaking apart */
    }

    /* Ensure Fine Print stays neat */
    #gym-pricing-integration .price-fine-print {
        font-size: 12px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    #gym-pricing-integration .price-fine-print span {
        line-height: 1.5;
        display: inline; /* Allows the two spans to flow naturally if they need to wrap */
    }
}

.page-container { background-color: #000000 !important}

@media screen and (min-height: 960px) {
    .page-container {
        height: calc(100% - 56px) !important;
    }
}

#pre-back-btn-1, #register-back-btn-step-1 {
    color:#8e8e93 !important;
}
.loginblue-link {
    color: #48484a;
}
.loginblue-font{
    color: #8e8e93 !important;
}
.portlet > .portlet-title {
    border:none;
}
.form-control{
    border-color:#e5e5ea;
    border-radius:8px;
}

select.form-control {
    background-color: #f2f2f7;
}
.text-danger.display-hide.terms_and_conditions {
    text-align: left !important;
}
.membership-information-location-st{
    margin-bottom:10px;
}
.terms_link{
    color: #48484a;
}