﻿/*    ********** Variables ***********/
:root {
    --color-primary: #004B5C;
    --color-secondary: #3CA6A6;
    --color-tertiary: #F2E3D5;
    --color-red: #F44336;
    --color-green: #4CAF50;
    --color-font: #012E40;
    --color-font-white: #FFFFFF;
}

/*
    ********** Utils **********
*/
html, body {
    font-family: Tenorite, Calibri, sans-serif;
    color: var(--color-font)
}
* {
    scroll-behavior: smooth !important;
}
#myVideo::-webkit-media-controls-panel {
    background-color: transparent !important;
}
#myVideo {
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
}


/* Border for active nav link */
.navbar-menus-list .nav-link.active {
    border-bottom: 4px solid #17a6a6 !important;
}
.main-body-content{
    width:100%;
}

/* Fix greyed-out start */
#myVideo {
    background-color: transparent !important;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

    /* Removes grey overlay from default video controls */
    #myVideo::-webkit-media-controls-panel {
        background-color: transparent !important;
    }

/* Optional: fade-in look without delay */
.fade-in-video {
    opacity: 1 !important;
    transition: opacity 0.3s ease !important;
    background-color: transparent !important;
}
#myVideo {
    background: url('/Images/fallback-img.png');
    background-size: cover; /* Fills the container without distortion */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
}
    @font-face {
        font-family: 'Tenorite';
        src: url('/fonts/Tenorite-Regular.woff2') format('woff2');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Tenorite';
        src: url('/fonts/Tenorite-Bold.woff2') format('woff2');
        font-weight: 700;
        font-style: normal;
    }

    @font-face {
        font-family: 'Tenorite';
        src: url('/fonts/Tenorite-Italic.woff2') format('woff2');
        font-weight: 400;
        font-style: italic;
    }

    .container {
    max-width: 1300px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.heigth-100 {
    height: 100% !important;
}

.width-50 {
    width: 50%;
}

.w-20 {
    width: 20% !important;
}

.w-40 {
    width: 40% !important;
}
input::placeholder,
textarea::placeholder {
    color: #7a8289 !important; 
}
.jobfit-modal .form-control::placeholder {
    color: #7a8289 !important;
}
/* Animation for text */
.fitness-gym-main-content-div {
    overflow: hidden;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRightToLeft {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-slide-up {
    animation: slideUp 2s ease-in-out forwards;
}

.animate-slide-left {
    animation: slideLeft 2s ease-in-out forwards;
}

.animate-slide-right {
    animation: slideRightToLeft 2s ease-in-out forwards;
}

/* Start hidden */
.animate-on-scroll,
.animate-on-scroll-left,
.animate-on-scroll-right {
    opacity: 0;
}

/* Add animation */
.pulse-animate {
    animation: pulse 2.5s ease-in-out 4 forwards;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(241, 224, 207, 0.7);
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(241, 224, 207, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(241, 224, 207, 0);
    }
}

/* apply this class to your icons */
.blop-icon {
    display: inline-block;
    transform: scale(0);
    opacity: 0;
    animation: blop 0.6s cubic-bezier(.2,.9,.3,1) forwards;
}

/* keyframes */
@keyframes blop {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    45% {
        transform: scale(1.2);
        opacity: 1;
    }

    70% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/*
    ******************************
*/

/*
    ********** Bootstrap **********
*/

.row {
    margin: 0px;
}

/*
    ******************************
*/

/*
    ********** Color **********
*/

.color-primary {
    background-color: var(--color-primary);
}

.color-secondary {
    background-color: var(--color-secondary);
}

.color-tertiary {
    background-color: var(--color-tertiary);
}

.color-red {
    background-color: var(--color-red) !important;
}

.color-green {
    background-color: var(--color-green) !important;
}

.color-font-white {
    color: white !important;
}

.color-font-tertiary {
    color: var(--color-tertiary) !important;
}

.color-font-primary {
    color: var(--color-primary) !important;
}

.color-font-red {
    color: var(--color-red) !important;
}

.color-font-green {
    color: var(--color-green) !important;
}

.nav-link-costum.active {
    border: 2px solid #012E40 !important;
    border-radius: 6px !important;
    background-color: #fff;
    box-shadow: 0 4px 8px #00000069; /* subtle glow */
    color: #012E40 !important;
    font-weight: 600;
    min-width: 80px;
}


.nav-link-costum {
    padding: 5px !important;
    color: #012E40 !important;
    font-weight: 600;
}

.cursor-pointer {
    cursor: pointer;
}


/*loader css*/
.loading-container {
    position: fixed; /* Always stay in viewport */
    top: 0;
    left: 0;
    width: 100vw; /* Full width */
    height: 100vh; /* Full height */
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    display: flex; /* Flexbox for centering */
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Spinner above text */
    z-index: 999999; /* Make sure it overlays everything */
}

    .loading-container p {
        font-size: 1.2rem;
        color: #333;
    }


/*table height css start*/
.logo-link {
    text-decoration: none; /* No underline */
    display: inline-block;
}

    .logo-link:focus,
    .logo-link:hover,
    .logo-link:visited,
    .logo-link:active {
        text-decoration: none;
        color: inherit;
    }

.load-more-btn {
    color: #f2e3d5 !important;
}
table thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
}

.td-width-cls {
    max-width: 230px;
    word-break: break-word;
}

table thead th, table tr td {
    color: #012E40 !important;
}

.memberstatus-img-div img {
    width: 20px !important;
    margin-right: 17px;
}

.contracts-main-div .table-responsive {
    height: calc(100vh - 506px);
}

.member-main-div .table-responsive {
    height: calc(100vh - 419px);
    margin-bottom: 0px !important
}

    .member-main-div .table-responsive tfoot {
        position: sticky;
        bottom: 0px;
        background: #fff;
        width: 100%;
    }

.termination-main-div .table-responsive {
    height: calc(100vh - 441px);
    margin-bottom: 0px !important
}

table thead {
    width: 100%;
    background: #f8f9fa;
}
/*table height css end*/


/*login page css start*/
.eyeshow-password-btn {
    transform: translate(0%, 0%) !important;
    right: 0% !important;
}

.login-registartion .input-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

.eyeshow-password-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}


.eyeshow-password-btn:focus {
    box-shadow: none !important;
}

.login-registartion .input-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

    .login-registartion .input-wrapper .form-control {
        padding-right: 2.5rem;
        height: 45px;
    }

.login-registartion .eyeshow-password-btn {
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #007bff;
}

.login-registartion .validation-message {
    font-size: 0.875rem;
    color: red;
    margin-top: 0.25rem;
    position: absolute;
    bottom: -20px;
    left: 0;
}

/*login page css end*/
/*forget password css*/
.forget-password-btnn {
    display: block;
    margin-left: auto;
}
/*register page eye iconn css start*/
.gym-registration .input-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

    .gym-registration .input-wrapper .form-control {
        padding-right: 2.5rem; /* make room for the eye icon */
        height: 45px; /* fixed height to avoid expanding on validation */
    }

.gym-registration .eyeshow-password-btn {
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #007bff;
    position: absolute !important;
    right: 0px;
    transform: translateY(43px) !important;
}

.gym-registration .input-wrapper .validation-message {
    font-size: 0.875rem;
    color: red;
    display: block;
    font-size: 0.875rem;
    margin-top: 5px;
}

.gym-registration .input-wrapper .position-relative {
    display: flex;
    align-items: center;
}


/*register page eye iconn css end*/


/*register member eye password  css start*/
.member-registration .input-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

    .member-registration .input-wrapper .form-control {
        padding-right: 0.5rem;
        height: 45px;
    }

.member-registration .eyeshow-password-btn {
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #007bff;
    position: absolute !important;
    right: 0px;
    transform: translateY(43px) !important;
}

.member-registration .validation-message {
    font-size: 0.875rem;
    color: red;
    display: block;
    font-size: 0.875rem;
    margin-top: 5px;
}


/*register member eye password css end*/



/*company register eye passowrd css start*/

.company-registration .input-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

    .company-registration .input-wrapper .form-control {
        padding-right: 2.5rem;
        height: 45px;
    }

.company-registration .eyeshow-password-btn {
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #007bff;
    position: absolute !important;
    right: 0px;
    transform: translateY(43px) !important;
}

.company-registration .validation-message {
    font-size: 0.875rem;
    color: red;
    display: block;
    font-size: 0.875rem;
    margin-top: 5px;
}


/*company register eye password css end*/


/*logout page css start */
.redirect-btnn, .redirect-btnn:hover, .redirect-btnn:active, .redirect-btnn:focus, .redirect-btnn:focus-visible {
    background: #17a6a6 !important;
    color: #F2E3D5 !important;
    border: none !important;
    font-weight: 600 !important;
}
/*logout page css end*/
/*pagination css start*/
.custom-pagination .page-button {
    background-color: white;
    color: #333;
    border: 1px solid #ccc;
    padding: 5px 12px;
    border-radius: 10px;
    font-weight: bold;
    min-width: 40px;
}

    .custom-pagination .page-button.active {
        background-color: #17a6a6; /* red highlight like your screenshot */
        color: #fff;
        border-color: #17a6a6;
    }

    .custom-pagination .page-button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }


/*pagination css end */

/*
    ******************************

/*number scoller css remove*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*sidescroller css*/
/* sidescroller css */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #c8f0ef;
    border-radius: 10px;
    background-color: #3ca6a6; /* light mint background */
}

::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    background-color: #e4f7f7;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #17a6a6;
    background-color: #024959; /* teal green thumb */
}



/*
    ********** Button / Link **********
*/


.marketing-file-name-div a, invoice-circle a {
    cursor: pointer;
}

a, .btn-link {
    color: var(--color-primary) !important;
}

a {
    padding: 0px !important;
}

.btn-primary {
    color: var(--color-tertiary);
    background-color: var(--color-secondary);
    padding: 0.5rem 1rem 0.5rem 1rem;
}
    .btn-primary:active, .btn-primary.active {
        color: var(--color-tertiary) !important;
        background-color: var(--color-secondary) !important;
        padding: 0.5rem 1rem 0.5rem 1rem !important;
    }

    .btn-primary:hover {
        color: var(--color-tertiary);
        background-color: var(--color-secondary);
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

.btn-outline-primary {
    color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.btn-secondary {
    color: var(--color-primary);
    background-color: var(--color-tertiary);
    padding: 0.5rem 1rem 0.5rem 1rem;
}

button {
    border-radius: 7px;
    box-shadow: none;
    border: none;
    padding: 5px;
    color: var(--color-tertiary);
    font-weight: bold;
}

.btn-primary:focus, .btn-primary:focus-visible {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.action-edit-btnn:focus {
    background: #17a6a6 !important;
}

button:focus {
    outline: none;
}
/*
    ******************************
*/
/*
    ********** Text **********
*/
h1 {
    font-size: clamp(20px, 4vw, 51px);
    font-weight: bold;
    margin: 0px;
    line-height: 1 !important;
}

h2 {
    font-size: clamp(22px, 3vw, 39px);
    font-weight: bold;
    margin: 0px;
}

h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
}

h4 {
    font-size: 23px;
    font-weight: bold;
    margin: 0px;
}


h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

h6 {
    margin: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

hr {
    margin: 0px;
    padding: 0px;
}

.label-info {
    font-size: 12px;
}
/*
    ******************************
*/
/*
    ********** Register **********
*/

.registration-outer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    min-height: 100%;
}

.registration-wrapper {
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem;
    border-radius: 0.5rem;
    max-width: 800px;
}

.registration-box {
    background-color: white;
    max-width: 900px;
    width: 100%;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.register-card-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.register-card {
    min-width: 160px;
    min-height: 200px;
    border: 2px solid var(--color-primary);
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.register-icon {
    width: 80px;
}

.register-wrapper-headline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 35rem;
    margin-bottom: 5px;
}

.register-headline {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.input-wrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F2E3D5 inset !important; /* Paint over Chrome's blue */
    border-radius: inherit;
}

    .input-wrapper input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px #F2E3D5 inset !important;
    }

.input-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.save-input-wrapper {
    display: flex;
    justify-content: end
}


.btn-RegisterOverview {
    width: 300px;
    height: 200px;
}

.containerRegister {
    width: 600px;
}
/*
    ******************************
*/
/*
    ********** Settings **********
*/
.containerSettings {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.border-SettingBase {
    border-width: 3px;
    border-style: solid;
    border-radius: 12px;
}

.border-SettingBlue {
    border-color: var(--color-primary);
}

.border-SettingRed {
    border-color: var(--color-red);
}

.border-SettingGreen {
    border-color: var(--color-green);
}

.setting-headline-img {
    width: 30px;
}

.containerDashboardOverview {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0%;
}

.lineDashboardOverview {
    border-top: 5px solid #3CA6A6;
}

.containerHSettingsHeader {
    display: flex;
    margin: 0px;
    padding: 0px;
    align-items: center;
    flex-wrap: nowrap;
    color: white;
    background-color: var(--color-primary);
}

.containerSearchInput {
    display: flex;
    margin: 1rem;
}
/*
    ******************************
*/
/*
    ********** Navigation **********
*/
.nav-link-head {
    margin-left: 20px;
    margin-right: 20px;
}

/*
    ******************************
*/

/*
    ********** My Area **********
*/

.img-HeaderBox {
    width: 70px;
    height: auto;
    margin-top: 11px;
    margin-bottom: 11px;
}

.div-BoxLeft {
    padding-left: 0;
    width: 50%;
}

.div-BoxRight {
    padding-right: 0;
    width: 50%;
}

.img-LegendIcon {
    width: 20px;
    height: 20px;
}

/*
    ******************************
*/
.validation-message {
    color: #e50000;
}
/*header css start 30-06-25 16:07*/

.header-logo-div {
    width: 160px;
}

.navbar-menus-list a {
    font-size: 18px;
    font-weight: 600;
}

/*first landing page css start*/

.video-container {
    width: 100%;
    /*    max-width: 70%;*/
    margin: 0 auto;
}

    .video-container video {
        width: 100%;
        height: auto;
        display: block;
        max-width: 100%;
    }


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 8px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 2;
    background: transparent;
}

    .play-button:hover {
        background: rgba(255, 255, 255, 1);
    }

    .play-button::before {
        content: '';
        display: block;
        margin-left: 5px;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 25px solid #333;
    }

.pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 8px solid rgba(255, 255, 255, 0.8);
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}


    .pause-button:hover {
        content: '';
        display: block;
        width: 10px;
        height: 24px;
        background: #333;
        box-shadow: 16px 0 0 #333;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        cursor: pointer !important;
    }



    .pause-button::before {
        content: '';
        display: block;
        width: 10px;
        height: 24px;
        background: #333;
        box-shadow: 16px 0 0 #333;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        position: absolute;
        cursor: pointer !important;
    }


.landing-main-advantage-section {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

    .landing-main-advantage-section h1 {
        border-radius: 13px;
        padding-top: 11px !important
    }

.landing-homepage-members-sections .member-img-div {
    margin-left: 80px;
}

.landing-homepage-members-sections .homepage-member-bg-plain-div h1 {
    font-size: clamp(17px, 4vw, 30px);
    color: #002137;
    text-align: left;
    margin-left: 72px;
    margin-top: 17px;
    font-weight:500;
}

.landing-homepage-members-sections .homepage-member-bg-div h1 {
    text-align: left;
    margin-left: 72px;
}

.landing-homepage-members-sections .homepage-member-bg-plain-div button {
    background: #17a6a6;
    margin-left: 72px;
    margin-top: 13px;
    font-size: clamp(18px, 2.5vw, 26px) !important;
    padding: 8px 21px;
    border: none !important;
    font-weight: 600;
    border-radius:7px;
}


.landing-homepage-members-sections .homepage-member-bg-div {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.landing-homepage-member-right-section .homepage-member-bg-div {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}


.company-page-empty-div {
    width: 47% !important;
}
.companypage-right-section {
    width: 53% !important;
}

 .companypage-right-section .homepage-member-right-content-div p {
        max-width: 100%;
    }
    .companypage-right-section .homepage-member-bg-div h1 {
        margin-right: 0px !important;
    }

    .companypage-right-section .member-img-div {
        margin-right: 15px !important;
    }


.landing-members-inner-content-sections, .landing-content-end-section .homepage-member-right-inner-content-section {
    width: 55% !important;
}

.landing-page-space-div, .landing-content-end-section .homepage-width-space-div {
    width: 45% !important;
}

.landing-homepage-member-right-section .homepage-member-right-inner-content-section {
    width: 50% !important;
}

.landing-homepage-member-right-section .homepage-width-space-div {
    width: 50% !important;
}

.landing-content-end-section .homepage-member-right-inner-content-section {
    width: 50% !important;
}

.landing-content-end-section .homepage-width-space-div {
    width: 50% !important;
}

.landing-homepage-member-right-section .member-img-div {
    margin-right: 80px;
    width: 250px !important;
}

.landing-homepage-member-right-section .img-div-main {
    margin-top: -241px !important;
}

.landing-homepage-member-right-section .homepage-member-bg-div h1 {
    margin-top: 28px;
}


.landing-homepage-member-right-section .homepage-member-bg-plain-div h1 {
    font-size: clamp(18px, 4vw, 30px);
    color: #002137 !important;
    text-align: right;
    margin-top: 17px;
    margin-right: 64px;
    font-weight:500;
}

.landing-homepage-member-right-section .homepage-member-bg-div h1 {
    text-align: right;
    margin-right: 56px;
}


.landing-homepage-member-right-section .homepage-member-bg-plain-div button {
    background: #17a6a6;
    margin-top: 13px;
    font-size: 26px !important;
    padding: 8px 21px;
    margin-right: 64px;
    float: right;
    border: none !important;
    font-weight: 600 !important;
    border-radius:7px;
}

.landing-homepage-member-right-section .homepage-member-bg-div {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}




.landing-homepage-member-right-section {
    margin-top: 150px;
}

.landing-content-end-section .homepage-member-bg-div {
    background: #f1e0cf;
}


.landing-content-end-section .member-img-div {
    margin-left: 80px !important;
    width: 360px !important;
}


.landing-content-end-section .homepage-member-bg-plain-div h1 {
    font-size: clamp(18px, 4vw, 30px);
    color: #002137;
    text-align: left;
    margin-left: 72px;
    margin-top: 17px;
    font-weight: 500;
}


.landing-content-end-section .homepage-member-bg-div h1 {
    text-align: left;
    margin-left: 72px;
    font-size: clamp(2.2rem, 6.5vw, 6.0625rem);
}

.landing-content-end-section .homepage-member-bg-plain-div button {
    background: #17a6a6;
    margin-left: 72px;
    margin-top: 13px;
    font-size: 26px !important;
    padding: 8px 21px;
    border: none !important;
    font-weight: 600 !important;
    border-radius:7px;
}


.landing-content-end-section .homepage-member-bg-div {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .landing-content-end-section .homepage-member-bg-div h1 {
        color: #002137 !important;
    }

.landing-content-end-section .img-div-main {
    margin-top: -172px;
}

.landing-content-end-section .homepage-member-bg-div h1 {
    margin-top: 27px !important;
}

.landing-content-end-section {
    margin-top: 110px !important;
}

.landing-page-corporate-fitness {
    margin-top: 80px !important;
}

.landing-page-corporate-fitness-inner-content p {
    font-size: clamp(18px, 2.5vw, 25px) !important;
    text-align: center;
}

.landing-page-corporate-fitness-inner-content {
    padding: 0px 150px;
    margin-bottom: 60px;
}


.landing-page-register-main-div {
    background: #004152;
    padding: 100px 28px;
}

    .landing-page-register-main-div h1 {
        padding-top: 20px;
        font-size: clamp(40px, 10vw, 109px);
        color: #f1e0cf;
    }

.landing-main-advantage-section {
    padding: 0px !important;
}

    .landing-main-advantage-section p {
        font-size: clamp(17px, 4vw, 30px) !important;
    }

.landing-page-register-main-div p {
    font-size: 43px;
    color: #f1e0cf;
    margin-top: 15px;
}

.landing-page-register-main-div button {
    font-size: clamp(16px, 2vw, 28px);
    color: #f1e0cf;
    margin-top: 20px;
}


.fitness-landing-page-design h1 {
    background: none !important;
    color: #012E40 !important;
}

.fitness-gym-main-content-div {
    text-align: center;
    margin: auto;
}

.fitness-gym-img-outer-div {
    width: 300px;
    display: block;
    margin: auto;
}

.fitness-gym-main-content-div p {
    max-width: 400px;
    width: fit-content;
    text-align: center;
    margin: auto;
}

.fitness-landing-page-design {
    padding-bottom: 20px !important;
}

.fitness-gym-main-content-div h1 {
    font-size: clamp(24px, 5vw, 70px);
}

.signup-img-main-div {
    width: 200px;
    align-self: baseline;
}

.register-mainflex-div {
    gap: 11%;
}

.homepage-gym-class {
    background: #38767c94;
    padding: 30px 0px;
    border-radius: 16px;
    padding-bottom: 50px;
    border: 3px solid #fff;
}

.homepage-new-section-design {
    background: url('Images/Icons/bg-green.png');
    background-repeat: no-repeat;
    background-position: center,center;
    padding: 60px !important;
    background-size: cover;
}

.company-landing-page-section {
    background: url('Images/bg-img.png') !important;
    background-repeat: no-repeat !important;
    background-position: center,center !important;
    background-size: cover !important;
}

.fitness-green-section {
/*    background: url('Images/Icons/bg-green.png') !important;*/
    background-repeat: no-repeat;
    background-position: center,center;
    padding: 60px !important;
    background-size: cover;
}


.landing-page-logo {
    width: 286px;
    margin: auto;
}

.homepage-new-section-design p {
    color: #fff;
}


.homepage-new-section-design .icon-row {
    display: flex;
    justify-content: center;
    gap: 16px; /* space between icons */
    margin-bottom: 20px;
}

.icon-row-design {
    gap: 30px !important;
}

    .icon-row-design .icon {
        width: 65px !important;
    }

.homepage-new-section-design .icon {
    width: 60px; /* adjust size */
    height: auto;
    filter: brightness(0) invert(1); /* makes them white, like in screenshot */
}

.homepage-new-bg-design {
}

.free-register-btnn {
    margin: auto;
    display: block;
    color: #000;
    font-size: 24px;
    background: #fff;
    padding: 12px 20px;
}


/*end */
/*main-section css hero*/
.hero-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-main-hero-section {
    margin-bottom: 80px;
}

.main-hero-section-img {
    width: 100%;
}

    .main-hero-section-img img {
        height: auto;
        width: 100%;
    }

.hero-section-content {
    padding: 40px;
}

    .hero-section-content h1 {
        /*        font-size: 125px !important;*/
        font-size: clamp(3.5rem, 10vw, 10rem) !important;
    }

.hero-section-list ul {
    padding-left: 0px !important;
}

    .hero-section-list ul li {
        font-size: clamp(1rem, 2vw, 1.8rem);
        font-weight: 600;
        color: #f1e0cf;
        list-style-type: none;
    }

        .hero-section-list ul li img {
            width: 25px;
            margin-right: 12px;
        }

/*main-advantage section*/

.main-advantages-section {
    padding: 84px 30px;
    position: relative;
    margin-top: 32px;
}



    .main-advantages-section h1 {
        font-size: clamp(2rem, 6vw, 5.5625rem);
        width: fit-content;
        margin: auto;
        background: #024959;
        color: #fff;
        padding: 0px 25px;
        position: relative;
        padding-top: 8px;
    }

    .main-advantages-section p {
        padding: 20px;
        padding-top: 10px;
        margin-bottom: 0px;
        font-size: clamp(1.2rem, 3vw, 2rem);
    }

        .main-advantages-section p b {
            font-family: 700px;
        }

    .main-advantages-section .level-up-img-div {
        position: absolute;
        width: 163px;
        top: -53px;
        right: 36%;
    }


/*members section css start*/


.homepage-members-sections {
    margin-top: 191px;
}

.homepage-members-inner-content-sections {
    width: 50%
}

.homepage-member-bg-div {
    background: #024959;
    /*    padding-left:120px;*/
}

    .homepage-member-bg-div h1 {
        color: #f1e0cf !important;
        text-align: center;
        font-size: clamp(2.2rem, 6.5vw, 6.0625rem);
        margin-top: auto;
    }

.homepage-section-content-div p {
    font-size: 16px;
    max-width: 394px;
    margin: auto;
}


.homepage-member-bg-div p {
    color: #f1e0cf !important;
    text-align: center;
    font-size: 70px;
    margin-top: auto;
}

.homepage-members-main-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
}

.member-img-div {
    width: 300px;
    margin: auto;
}

.homepage-member-right-content-div h1 {
    color: #024959 !important;
}

.homepage-member-right-div .img-div-main {
    margin-top: -276px;
}

.homepage-member-right-div .member-img-div {
    width: 390px;
}

.img-div-main {
    margin-top: -197px;
}

.homepage-member-bg-plain-div h1 {
    font-size: clamp(2.5rem, 7vw, 6.625rem);
    color: #17a6a6;
    text-align: center;
}

.homepage-member-bg-plain-div p {
    text-align: left;
    font-size: 19px;
    max-width: 550px;
}

.homepage-member-right-content-div p {
    text-align: right;
    max-width: 589px;
    margin-top: 1px;
}

.homepage-member-right-content-div .member-img-div {
    width: 350px;
}

.homepage-member-right-div h1 {
    color: #024959;
}

.homepage-member-right-section .homepage-member-bg-right-div {
    background: #024959;
}

.homepage-member-bg-right-div h1 {
    color: #f1e0cf;
}

.homepage-member-right-section .homepage-member-right-div {
    background: #024959 !important;
}

.homepage-member-right-content-div h1 {
    /*    font-size: 91px !important;*/
    font-size: clamp(2.5rem, 7vw, 6.625rem);
}


.homepage-member-right-inner-content-section {
    width: 50%;
}

.homepage-width-space-div {
    width: 50%;
}



/*know more section css*/
.homepage-knowmore-sections {
    margin-top: 90px;
}

.homepage-knowmore-div {
    background: #024959;
    padding: 20px;
    padding-bottom: 43px;
}

    .homepage-knowmore-div h1 {
        color: #fff;
    }

.homepage-main-right-div p {
    color: #fff !important;
}

.text-white {
    color: #fff !important;
}

.homepage-knowmore-div p {
    color: #fff;
    font-size: 25px;
}

.homepage-knowmore-div button {
    background: #17a6a6;
    color: #fff;
    font-size: 14px !important;
    padding: 6px 11px;
}

.homepage-knowmore-right-div {
    background: #17a6a6;
}

    .homepage-knowmore-right-div h1 {
        color: #f1e0cf;
    }


    .homepage-knowmore-right-div button {
        background: #f1e0cf;
        color: #17a6a6;
    }

    .homepage-knowmore-right-div p {
        color: #f1e0cf;
    }

/*background section css start */
.background-main-section {
    margin-top: 159px;
}

    .background-main-section
    .top-blue-img-div {
        top: -99px;
        width: 191px;
        right: 39%;
    }

.regionality-img-div {
    width: 100px;
    margin-bottom: 15px;
}

.Regionality-main-section p {
    font-size: 19px;
    max-width: 400px;
}

.Regionality-main-width-section {
    width: 50%;
}

.regionality-width-div {
    width: 50%;
}

.Regionality-main-right-section p {
    font-size: 19px;
    max-width: 351px;
    margin-left: auto !important;
}

.Regionality-main-right-section {
    text-align: right;
}

.regionality-img-right-div {
    margin-left: auto;
}

.homepage-member-bg-div {
    background: #17a6a6;
}

.subsection-list-div {
    max-width: 1000px;
    margin: auto;
}

.Regionality-main-right-section {
    margin-top: -155px;
}

.jobfit-content-inner-section {
    text-align: center;
    color: #ffff;
}

.subsection-list-div {
    position: relative;
    min-height: 1000px;
}
.gym-subsection-list-div{
    padding:8px !important;
}

.how-itworks-after-remove-class .how-it-works-sub-content-section::after {
    display: none !important;
}

.regionality-spaceing-div {
    margin-top: -91px;
}

.regionality-spaceing-bottom-div {
    margin-top: -180px;
}

.regionality-benefit-section {
    margin-top: -234px;
}

.svg-curve-divider {
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin: -30px 0 40px 0;
}

    .svg-curve-divider svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .svg-curve-divider.flip {
        transform: scaleX(-1);
    }

/*how cite works css start*/

.how-it-works-main-section {
    margin-top: 46px;
}


.how-it-works-main-section {
    padding-bottom: 0px !important;
}

    .how-it-works-main-section .setting-img-div {
        width: 139px !important;
        top: -20px !important;
    }

.how-it-works-sub-content-section {
    background: #17a6a6;
    padding: 30px 40px 47px 40px;
    position: relative
}

    .how-it-works-sub-content-section::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -40px;
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid #17a6a6;
        transform: translateY(-50%);
    }

.how-it-works-inner-content-div {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.green-bgjobfit {
    background: #2ab560;
    color: #fff;
    padding: 5px;
}

.how-it-works-icon {
    width: 70px;
    height: 70px;
    background-color: #17a6a6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -40px auto;
    position: relative;
    z-index: 2;
}

    .how-it-works-icon img {
        width: 116px;
        height: auto;
    }

.fitnessgym-control-section {
    max-width: 900px !important;
    margin: 70px auto !important;
    text-align: center !important;
    display: block !important;
}

.billing-schema {
    padding: 40px 0;
    text-align: center;
}

.billing-img {
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}



.how-it-works-inner-content-div p {
    text-align: left;
}

.jobfit-content-inner-section {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.how-it-works-sub-content-section h1 {
    font-size: clamp(24px, 6vw, 65px);
    color: #012e40;
}

.how-it-works-sub-content-section h2 {
    font-size: clamp(18px, 3vw, 40px);
    color: #fff;
}

.how-it-works-sub-content-section p {
    color: #012e40;
    text-align: justify;
}

.how-it-works-sub-image-section {
    background: #024959;
    padding: 30px;
}



.diagram {
    position: relative;
    width: 400px;
    height: 327px;
    margin: auto;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #C8E8EA;
    background-color: #003E4E;
    color: #00D0D1;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.line {
    position: absolute;
    background-color: #C8E8EA;
}

.vertical-line {
    width: 2px;
    height: 16px;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
}

.horizontal-line {
    width: 240px;
    height: 2px;
    top: 146px;
    left: 50%;
    transform: translateX(-50%);
}

.branch-line {
    width: 2px;
    height: 20px;
    top: 148px;
}

.arrow-head {
    width: 0;
    height: 0;
    position: absolute;
}

.arrow-up-head {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #C8E8EA;
}

.arrow-down-head {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #C8E8EA;
}

.arrow-left-head {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #C8E8EA;
}

.arrow-right-head {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #C8E8EA;
}

.box {
    background-color: white;
    color: #003E4E;
    font-weight: bold;
    padding: 2px 6px;
    font-size: 14px;
    display: inline-block;
    position: absolute;
}

.description {
    color: #C8E8EA;
    font-size: 11px;
    position: absolute;
    white-space: nowrap;
}

/* Positions */
.gym-label {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
}

.arrow-to-gym {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.total {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.arrow-left {
    top: 160px;
    left: calc(50% - 124px);
    transform: rotate(90deg);
}

.arrow-right {
    top: 160px;
    left: calc(50% + 134px - 20px);
    transform: rotate(270deg);
}

.subsidy-line {
    left: calc(50% - 120px);
}

.contribution-line {
    left: calc(50% + 118px);
}

.subsidy-circle {
    top: 202px;
    left: calc(50% - 120px);
    transform: translateX(-50%);
}

.contribution-circle {
    top: 202px;
    left: calc(50% + 120px);
    transform: translateX(-50%);
}

.subsidy-label {
    top: 180px;
    left: calc(50% - 150px);
    background-color: transparent;
    color: #fff;
}

.contribution-label {
    top: 180px;
    left: calc(50% + 80px);
    background-color: transparent;
    color: #fff
}

.unternehmen-box {
    top: 280px;
    left: calc(50% - 175px);
    font-size: 18px;
}

.mitglied-box {
    top: 280px;
    left: calc(50% + 90px);
    font-size: 18px;
}

.unternehmen-desc {
    top: 310px;
    left: calc(50% - 175px);
}

.mitglied-desc {
    top: 310px;
    left: calc(50% + 80px);
}

.bottom-line.subsidy {
    top: 255px;
    left: calc(50% - 120px);
}

.bottom-line.contribution {
    top: 255px;
    left: calc(50% + 120px);
}

.bottom-line {
    width: 2px;
    height: 30px;
    background-color: #C8E8EA;
}

.gesamtbeitrag {
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    color: #fff;
}

.vertical-line-bottom {
    width: 2px;
    height: 20px;
    left: 50%;
    top: 126px;
    transform: translateX(-50%);
}

/*calculation css start*/

.calculation-sub-section {
}

.calculation-main-section {
    margin: 40px 0px;
}

    .calculation-main-section h1 {
        color: #012e40;
        font-size: clamp(2rem, 6vw, 5.5625rem);
    }

    .calculation-main-section p {
        font-size: 23px;
        color: #012e40;
        font-weight: 500;
    }

.calculation-Pursue-div {
    text-align: center;
}

.pursue-gym-div {
}

    .pursue-gym-div .pursue-gym-img {
        background: #012e40;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        margin: auto;
    }

    .pursue-gym-div p {
        font-size: 18px;
        font-weight: 700;
    }

.company-card {
    background-color: #0f4957; /* Slightly deeper than teal */
    color: #ffffff;
    padding: 16px 20px;
    /*    width: 350px;*/
    font-family: 'Segoe UI', sans-serif;
    margin-bottom: 25px;
    width: clamp(12rem, 40vw, 21.875rem);
}

.company-title {
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
    color: #f1e0cf;
}

.member-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 15px;
    color: #f1e0cf;
}

.total-line {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 10px 0 6px;
    width: fit-content;
    margin-left: auto;
}

.total-amount {
    text-align: right;
    font-weight: 700;
    font-size: 1rem;
    color: #f1e0cf;
}

.pursue-gym-div {
    margin-bottom: 14px;
}

.cross-arrow-div img {
    height: 500px;
    margin-top: 100px;
}

.calculation-sub-section {
    max-width: 1000px;
    margin: auto;
}

.pursue-gym-light-div .pursue-gym-img {
    background: #17a6a6;
}


.calculation-Pursue-light-div .company-card {
    background: #17a6a6;
}

.pursue-gym-light-div p {
    color: #17a6a6;
}


/*cost section css green color start*/

.costs-main-section {
    margin-top: 132px;
}

    .costs-main-section h1 {
        background: #42b759;
    }

    .costs-main-section p {
        color: #175924;
    }

    .costs-main-section .letter-img-div {
        width: 96px;
        top: -30px;
        right: 41%;
    }


.costs-card-div {
    /*    max-width: 400px;*/
    border: 4px solid #175924;
    /*    margin-left: 252px;*/
    padding: 50px;
    max-width: clamp(20rem, 90vw, 31.25rem);
    margin-left: clamp(1rem, 15vw, 15.75rem);
}

.costs-inner-div {
    position: relative;
    width: 60% !important;
}

.comparison-sub-section .costs-title-div {
    right: clamp(-6rem, -12vw, -11.75rem);
}

.costs-title-div {
    position: absolute;
    top: 175px;
    right: -260px;
    background: #42b759;
    border: 4px solid #fff;
    color: #fff;
    padding: 10px;
}

.costs-card-div h1 {
    color: #42b759;
}

.costs-card-div p {
    color: #175924;
    font-size: 20px;
    font-weight: 600 !important;
}

.costs-card-div div {
    margin-bottom: 30px;
}

/*costs customer section*/
.costs-customer-section {
    margin-top: 45px;
}

    .costs-customer-section .costs-card-div {
        /*        max-width: 500px;*/
        max-width: clamp(20rem, 90vw, 31.25rem);
    }

    .costs-customer-section .costs-inner-div {
        width: 60%;
    }

    .costs-customer-section .cost-space-div {
        width: 40%;
    }

.costs-calculate-section .costs-card-div {
    padding: 0px !important;
}

.cost-card-inner-div {
    padding: 50px 50px 0px 50px
}

.costs-card-div .card-notice-p {
    font-size: 14px;
    color: #175924;
    padding: 12px;
}

/*comparison red css start*/

.comparison-sub-section {
    margin-bottom: 90px;
}

    .comparison-sub-section .costs-card-div {
        border: 4px solid #700100 !important;
    }

    .comparison-sub-section .costs-title-div {
        background: #f9472f;
    }

    .comparison-sub-section .costs-card-div h1 {
        color: #f9472f;
    }

.comparison-inner-space-div {
    padding: 50px 50px 0px 50px
}

.comparison-sub-section .costs-card-div {
    padding: 0px !important;
}

.comparison-sub-section .costs-title-div {
    top: 106px !important;
}

.comparison-sub-section .costs-card-div p {
    color: #75111d !important
}

.comparison-notice-p {
    color: #75111d !important;
    font-size: 14px !important;
    padding: 12px;
    font-weight: 400 !important;
}

.example-section {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.example-card {
    background: #083344;
    color: #fff;
    border-radius: 10px;
    padding: 40px;
    max-width: 900px;
    width: 100%;
    text-align: center;
}

    .example-card h2 {
        font-size: 70px;
        margin: 0;
        font-weight: bold;
    }

.subtitle {
    font-size: 35px;
    margin: 10px 0 40px;
}

    .subtitle .highlight {
        font-weight: bold;
        color: #16a34a;
    }

.calculation-row {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.calc-box {
    background: #fff;
    color: #083344;
    border-radius: 6px;
    padding: 10px 20px;
    margin: 0 10px;
    text-align: center;
}

    .calc-box strong {
        display: block;
        font-size: 20px;
    }

    .calc-box span {
        font-size: 14px;
    }

.calc-symbol {
    font-size: 28px;
    font-weight: bold;
    margin: 0 10px;
    color: #fff;
}

.calc-result {
    font-size: 37px;
    font-weight: bold;
    margin-left: 10px;
    text-align: left;
}

    .calc-result span {
        display: block;
        font-size: 14px;
        font-weight: normal;
    }

.main-page-row {
    gap: 40px;
    row-gap: 35px;
    flex-wrap: wrap;
}

.bar-red {
    width: 300px;
}

.bar-green {
    width:75px;
}

.bar-col {
    text-align: center;
}

.bar-col-main {
    text-align: center;
    display: flex;
}

.bar {
    border-radius: 6px;
}

.bar-text {
    font-size: 33px;
    font-weight: bold;
}

    .bar-text span {
        font-size: 14px;
        font-weight: normal;
        color: #fff;
    }

    .bar-text.green {
        color: #47b659;
        text-align: left;
        margin-left: 24px;
    }

.jobfitamount-text {
    margin-left: 24px;
}

.bar-text.red {
    color: #ef4632;
    text-align: left;
    margin-left: 24px;
}

.bars-row {
    width: 600px;
    margin: 40px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bar {
    height: 40px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
}

.bar-fill {
    height: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 1s ease;
}

.bar-red .bar-fill {
    background: #f44336;
    width: 100%;
}

.bar-green .bar-fill {
    background: #4CAF50;
    width: 100%;
}

.bar-fill.active {
    transform: scaleX(1);
}

.footnote {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 20px;
    color: #e5e5e5;
    text-align:left;
}

    .footnote a {
        color: #fff !important;
    }
/*fitness main section css start*/
.fitness-main-section {
    margin-top: 120px;
}

    .fitness-main-section .level-up-img-div {
        position: absolute;
        width: 145px !important;
        top: -53px !important;
        right: 34% !important;
    }

    .fitness-main-section h1 {
        padding: 7px 45px;
        padding-top: 17px !important;
    }

.fitness-sub-section {
    max-width: 1000px;
    margin: auto;
}

    .fitness-sub-section h1 {
        font-size: 38px;
    }

    .fitness-sub-section p {
        font-size: 19px;
    }

.fitness-card-inner-section {
    max-width: 400px;
}

.gympage-right-section {
    max-width: 384px !important;
    width: 100% !important;
    margin-left: 60px !important;
}


.fitness-right-content-section {
    text-align: right;
    margin-top: -195px;
}

.fitness-card-left-section {
    margin-top: 32px;
}

.fitness-card-inner-section .regionality-img-div {
    width: 75px !important;
}


/*plan css start*/
.plan-main-section {
    margin-top: 70px;
    background: #1eb660;
    padding: 30px;
}


    .plan-main-section h1 {
        color: #004520;
        font-size: clamp(3rem, 10vw, 8.125rem);
        font-weight: 900 !important;
        padding: 33px 20px;
    }

.plan-after-section {
    position: relative;
}

    .plan-after-section::after {
        content: "";
        position: absolute;
        bottom: -135px;
        left: 27%;
        width: 0;
        height: 0;
        border-top: 90px solid transparent;
        border-bottom: 90px solid transparent;
        border-right: 90px solid #1eb660;
        transform: rotate(270deg);
    }

/*flexibitlity section css start*/

.flexibility-members-section .homepage-member-bg-div {
    background: #024959 !important;
}

.flexibility-members-section
.homepage-member-bg-plain-div h1 {
    color: #024959 !important
}

.flexibility-members-section .img-div-main {
    margin-top: -234px;
}

.flexibility-members-section .member-img-div {
    margin-left: 40px;
}

.flexibility-members-section .homepage-member-bg-div h1 {
    text-align: left;
    margin-left: 108px;
    margin-top: 20px;
}

.flexibility-members-section .homepage-member-bg-plain-div h1 {
    text-align: left;
    margin-left: 108px;
}

.flexibility-members-section .homepage-section-content-div p {
    text-align: left;
    margin-left: 108px;
}

.flexibility-right-members-section .homepage-member-bg-div h1 {
    text-align: right !important;
    margin-right: 60px;
    margin-top: 20px;
}

.flexibility-right-members-section .homepage-member-bg-div {
    background: #17a6a6 !important;
}

.flexibility-right-members-section .member-img-div {
    margin-right: 0px;
}

.flexibility-members-section .member-img-div {
    width: 273px;
}

.flexibility-members-section .homepage-member-bg-div {
    min-height: 184px;
}

.flexibility-right-members-section .homepage-member-right-div .member-img-div {
    width: 220px;
    margin-right: 60px;
}


.flexibility-right-members-section .homepage-member-right-div .img-div-main[b-9ap488ni3w] {
    margin-top: -210px;
}

.flexibility-right-members-section
.homepage-member-right-div[b-9ap488ni3w] {
    min-height: 154px !important;
}

.flexibility-right-members-section .homepage-member-bg-plain-div h1 {
    text-align: right !important;
    margin-right: 60px;
}




.flexibility-right-members-section
.homepage-member-right-content-div h1 {
    color: #17a6a6 !important;
}

.gym-regionality-main-right-section {
    margin-top: -87px;
}

.gym-regionality-spaceing-div {
    margin-top: -177px;
}

    .gym-regionality-spaceing-div p {
        font-size: 19px;
        max-width: 418px;
    }

.gym-regionality-main-right-section .regionality-img-right-div {
    width: 80px;
}

.gym-regionality-benefit-section {
    margin-top: -82px !important;
}

.gym-how-it-works-main-section {
    margin-top: 120px;
}

.tax-benefits-main-div
.homepage-member-bg-plain-div h1[b-9ap488ni3w] {
    text-align: left !important;
    margin-left: 84px !important;
}

.tax-benefits-main-div .homepage-section-content-div p {
    font-size: 16px;
    max-width: 394px;
    margin-left: 60px !important;
}

.tax-benefits-main-div .homepage-member-bg-div h1 {
    text-align: left;
    margin-left: 60px !important;
    color: #024959 !important;
}

.tax-benefits-main-div .homepage-member-bg-div {
    background: #024959 !important
}

.tax-benefits-main-div .homepage-member-bg-plain-div h1 {
    color: #024959 !important;
    margin-left: 60px !important;
    text-align: left;
}




.ability-main-section::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -30px !important;
    width: 100%;
    height: 100%;
    background-image: url(Images/Icons/wave-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: -1;
    max-height: 1375px !important;
}

.ability-main-section .ability-left-content-section {
    margin-top: -145px !important;
}

.ability-content-right-section {
    margin-top: -152px;
}




/*second page design css start*/


.gym-main-advantages-section p {
    font-size: 30px;
}

.flexibility-right-members-section .homepage-member-right-div .img-div-main {
    margin-top: -220px;
}

.flexibility-right-members-section .homepage-member-right-div {
    min-height: 143px !important;
}

.tax-benefits-main-div .homepage-member-bg-div h1 {
    color: #f1e0cf !important
}

.flexibility-right-members-section .homepage-member-right-content-div p {
    text-align: right;
    max-width: 370px !important;
    margin-left: auto;
    margin-right: 53px;
}

.tax-benefits-main-div {
    margin-top: 16px !important;
}

.homepage-knowmore-right-div p {
    color: #000 !important;
    font-size: 34px;
}

.homepage-knowmore-div p {
    color: #fff;
    font-size: 34px;
}

.gym-homepage-knowmore-sections .homepage-knowmore-right-div h1 {
    color: #000;
}

.gym-homepage-knowmore-sections .homepage-knowmore-right-div {
    background: #f1e0cf;
}

    .gym-homepage-knowmore-sections .homepage-knowmore-right-div button {
        background: #17a6a6;
        color: #f1e0cf;
    }

.fitness-content-end-section .member-img-div {
    width: 270px;
}

.fitness-content-end-section .homepage-member-bg-div h1 {
    margin-top: 25px;
}
/*companies page design css start 3rd page*/
/*main-advantage section*/
.companies-main-advantages-section {
    max-width: 600px;
    margin: auto;
}


    .companies-main-advantages-section .img-div-main {
        margin-top: -148px;
    }

    .companies-main-advantages-section .homepage-member-bg-div {
        min-height: 180px;
    }


        .companies-main-advantages-section .homepage-member-bg-div h1 {
            text-align: left;
            margin-left: 30px;
            font-size: clamp(2.2rem, 6.5vw, 6.0625rem);
        }

.companies-heading-tittle-section {
    margin-bottom: 100px;
}

.companies-main-advantages-section .homepage-member-bg-plain-div h1 {
    text-align: left;
    margin-left: 30px;
    font-size: clamp(2.2rem, 6.5vw, 6.0625rem);
}

.companies-main-advantages-section .member-img-div {
    width: 348px;
    margin-left: 40px;
}

.companies-main-advantages-section .homepage-section-content-div p {
    font-size: 16px;
    max-width: 400px;
    margin-left: 40px;
}

.companies-main-advantages-section {
    margin-bottom: 90px;
}

.companies-homepage-knowmore-sections .homepage-knowmore-right-div p {
    color: #000 !important;
    font-size: 34px;
}

.companies-homepage-knowmore-sections
.homepage-knowmore-div p {
    color: #fff;
    font-size: 34px;
}

.companies-homepage-knowmore-sections .homepage-knowmore-right-div h1 {
    color: #000;
}

.companies-homepage-knowmore-sections .homepage-knowmore-right-div {
    background: #f1e0cf;
}

    .companies-homepage-knowmore-sections .homepage-knowmore-right-div button {
        background: #17a6a6;
        color: #f1e0cf;
    }

.companies-subsection-list-div
.regionality-spaceing-div[b-mrzyqa91sh] {
    margin-top: -246px;
}

.companies-plan-main-section {
    background: #0f4957;
    margin: 86px 0px 30px;
    text-align: left;
    color: #f1e0cf;
}

    .companies-plan-main-section h1 {
        color: #f1e0cf;
        font-weight: 900 !important;
    }

.companies-jobfit-section {
    margin: 20px 40px;
}

    .companies-jobfit-section h1 {
        text-align: left;
        color: #012e40;
        font-weight: 800;
        font-size: clamp(1.5rem, 5vw, 3.75rem);
    }

    .companies-jobfit-section button {
        background: #17a6a6;
        color: #f1e0cf;
        font-weight: 700;
        padding: 3px 14px;
        padding-top: 10px;
        font-size: 23px;
        padding-right: 37px;
        padding-bottom: 5px;
    }

    .companies-jobfit-section p {
        color: #012e40;
        font-size: 23px;
        font-weight: 500;
        margin-top: 23px;
    }

.companies-subsection-list-div {
    max-width: 1000px;
    margin: auto;
}

.jobfit-button {
    display: flex;
    align-items: center;
}

    .jobfit-button img {
        width: 20px;
        margin-right: 12px;
    }

.member-count-main-div h1 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.edit-icon-span img {
    width: 18px;
}

.edit-icon-span {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #42b759;
    margin-top: -44px;
}

.member-count-main-div input {
    color: #175924;
    font-size: 27px;
    border: 2px solid #175924;
    border-radius: 6px;
    padding: 4px 10px;
    line-height: 1;
    padding-top: 8px;
    max-width: 120px;
    width: 100% !important;
}

    .member-count-main-div input:focus {
        outline: none !important;
    }

.fitness-main-width-section {
    width: 50%;
}

.fitness-width-div {
    width: 50%;
}

.fitness-main-medium-width-section {
    width: 60%;
}

.fitness-medium-width-section {
    width: 40%;
}

.regionality-less-space-div {
    width: 20%;
}

.regionality-more-space-div {
    width: 80%;
}


/*company dashboard css start here */

.company-dashboard-main-div {
    /*    max-width: 850px;*/
    margin-left: 30px !important;
}

.company-dashboard-offboarding-main-div, .company-workers .containerSettings, .company-gyms .containerSettings, .company-invoice .containerSettings {
    margin-left: 30px !important;
}

.company-marketing {
    padding-left: 0px !important;
    padding-right: 0px !important;
}



.lineDashboardOverview {
    opacity: 100%;
    width: 650px;
    margin: auto;
    border-top: 3px solid #004959;
    margin-top: 30px;
    margin-bottom: 30px;
}

.offboarding-main-div {
    /*    max-width: 850px;*/
    margin-left: 30px;
}

.containerHSettingsHeader h2, .containerSettings h2 {
    width: fit-content;
}

.setting-sidebar-main-div {
    height: calc(100vh - 288px);
    overflow: auto;
    position: relative;
}

.company-sidebar-inner-div {
    min-width: 200px;
    position: sticky;
    top: 0;
    overflow: auto;
}

.top-bar-div {
    margin-left: 230px;
}

.edit-btnn {
    color: #fff !important;
}

/*contract page css*/
.contracts-main-div {
    /*    max-width:850px;*/
    margin-left: 30px;
}

.action-div img, .question-mark-div img {
    width: 20px;
    margin-right: 17px;
}

.containerHSettingsHeader h2 {
    font-size: clamp(24px, 2.5vw, 33px) !important;
}

.containerHSettingsHeader img {
    width: 60px;
}

.action-div img {
    margin-right: 25px;
}

.contract-filter-div img {
    margin-right: 12px;
}

.contract-filter-div h5 {
    font-size: 16px;
    font-weight: 600;
}

.contract-filter-inner-div {
    width: fit-content;
    margin-left: auto;
    padding-bottom: 10px;
}

    .contract-filter-inner-div.company-filter-inner {
        border-bottom: none !important;
    }

.contract-filter-div {
    margin-right: 20px;
}
/*member page css start*/
.member-main-div {
    /*    max-width:850px;*/
    margin-left: 30px;
}

    .member-main-div h2 {
        font-size: 33px;
    }

    .member-main-div img {
        width: 60px;
    }

.amount-total {
    font-size: 23px;
    color: #42b759;
    font-weight: 600;
}

.action-edit-btnn {
    padding: 4px 15px;
}

    .action-edit-btnn:hover, .action-edit-btnn:active {
        padding: 4px 15px;
        background: #3ca6a6;
        color: #f2e3d5;
    }

.member-main-div table tfoot tr .footer-border {
    border-top: 2px solid black;
    font-size: 20px;
}

.total-member-td {
    color: #42b759;
}

.gym-profile-edit-btn {
    padding: 4px 15px !important;
    background: #3ca6a6 !important;
    color: #f2e3d5 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    margin-left: 10px !important;
    font-weight: bold !important;
}

.zum-gym-profile-btnn {
    padding: 9px 15px !important;
}

.jobfit-kundi-div .containerHSettingsHeader h2 {
    padding-left: 5px !important;
}

.btn-send, .btn-send:hover, .btn-send.active {
    width: fit-content;
    border: none;
    padding: 4px 17px;
    box-shadow: none !important;
    background: #17a6a6 !important;
}

.correction-overview-div form label {
    font-weight: 600;
}
/*termination page css start*/
.termination-main-div {
    /*    max-width:850px;*/
    margin-left: 30px;
}

    .termination-main-div h2 {
        font-size: 33px;
    }

    .termination-main-div img {
        width: 60px;
    }

/*invoice page css start*/
.invoice-img-div img {
    width: 20px;
}

.invoice-img-div {
    background: #f2e3d5;
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.invoice-list {
    gap: 1.5rem;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.invoice-item {
    width: 70px;
}

.invoice-circle {
    width: 64px;
    height: 64px;
    background-color: #f8e4d2;
    border-radius: 50%;
}

.invoice-icon {
    width: 32px;
    height: 32px;
}

.invoice-main-div {
    /*    max-width:600px;*/
    margin-left: 30px;
}

.unternehmen-container {
    border-radius: 7px;
    border: 3px solid #003b4a;
    background-color: white;
}

    .unternehmen-container .containerHSettingsHeader {
        background-color: #004B5C;
        color: white;
        padding: 0px 12px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

.img-HeaderBox {
    width: 34px;
    height: auto;
    margin-right: 12px;
}

.unternehmen-entry {
    font-size: 16px;
    font-weight: 500;
}

.unternehmen-icon {
    width: 20px;
    height: 20px;
}

.chart-img {
    width: 120px;
    height: 120px;
}

.company-main-div, .correction-main-div {
    /*    max-width: 600px;*/
    margin-left: 30px;
}

.correction-overview-div {
    padding: 12px;
}

    .correction-overview-div h3 {
        font-size: 25px;
        color: #000;
    }

.correction-main-div table td, .correction-main-div table th {
    font-size: 14px;
}

.danger-div img {
    font-size: 14px;
    margin-left: 12px;
}

.linecorrection-class {
    height: 10px !important;
    background: #849cac;
    opacity: 100%;
}

.correction-main-div {
    border-radius: 29px !important;
}

    .correction-main-div .containerHSettingsHeader {
        border-top-left-radius: 23px;
        border-top-right-radius: 23px;
    }

.correction-overview-div {
    padding: 27px;
    padding-bottom: 35px !important;
}

    .correction-overview-div p {
        font-size: 19px;
        margin-top: 14px;
    }

.maincorrection-form-div {
    gap: 12% !important;
}

.correction-form-left-div, .correction-form-right-div {
    width: 40%;
}

.unternehmen-icon {
    vertical-align: middle;
}

.unternehmen-row {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    margin-bottom: 12px;
}

.unternehmen-icon {
    width: 18px;
    height: 18px;
}

.unternehmen-name {
    font-weight: 600;
    min-width: 100px;
}

.unternehmen-location {
    min-width: 120px;
}

.unternehmen-members {
    min-width: 100px;
    font-weight: 500;
    color: #024959 !important;
}


.member-main-div .table-responsive, .termination-main-div .table-responsive {
    margin: 26px !important;
}

.member-main-div .table-responsive {
    margin-top: 35px !important;
    margin-left: 35px !important;
}


.edit-btnn {
    padding: 4px 17px;
}

.contracts-main-div
.containerHSettingsHeader img, .termination-main-div img {
    margin: 10px 0px 10px 20px !important;
}

.invoice-main-div .containerHSettingsHeader {
    padding: 0px;
}

.total-price-td {
    color: #4dbe52;
    font-size: 16px !important;
}

.action-div {
    color: #012E40 !important;
}

.member-main-div h2 {
    padding-left: 0px;
}

.correction-main-div input,
.correction-main-div select,
.correction-main-div textarea {
    border: 1.5px solid black !important;
    border-radius: 4px;
    padding: 6px;
}

.correction-main-div textarea {
    height: 80px !important;
    border-radius: 19px;
}

    .correction-main-div input:focus, .correction-main-div select:focus, .correction-main-div textarea:focus {
        outline: none;
        box-shadow: none;
    }

/* For radio buttons */
input[type="radio"] {
    accent-color: black; /* ensures radio is styled black in modern browsers */
    border: 2px solid black !important;
}

.correction-main-div .form-control,
.correction-main-div .form-select,
.correction-main-div textarea,
.correction-main-div input[type="text"],
input[type="radio"],
.correction-main-div input[type="email"],
.correction-main-div input[type="number"] {
    border-radius: 12px !important;
}



/*marketing page css */

.downloads-main-div {
    border-radius: 20px;
    background-color: #fff;
    margin-left: 30px;
    margin-left: 30px;
}

    .downloads-main-div .downloads-section-title {
        font-weight: bold;
        margin-bottom: 10px;
        color: #024959;
    }

    .downloads-main-div .downloads-icons-row {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .downloads-main-div .downloads-icon-item {
        text-align: center;
        font-size: 13px;
        width: 85px;
    }

    .downloads-main-div .downloads-icon-circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #f6e3d7;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-bottom: 6px;
    }

        .downloads-main-div .downloads-icon-circle img {
            width: 36px;
            height: 36px;
        }

.containerHSettingsHeader {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.invoice-main-div .containerHSettingsHeader, .contracts-main-div .containerHSettingsHeader {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.unternehmen-container .containerHSettingsHeader {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


.company-dashboard-main-div .containerHSettingsHeader, .offboarding-main-div .containerHSettingsHeader {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.marketing-file-name-div {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px !important;
    font-weight: 600;
}


/*modal css start*/
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-width: 300px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.btn-close {
    margin-top: 10px;
    padding: 6px 12px;
    border: none;
    color: white;
    font-size: 25px;
    border-radius: 4px;
    cursor: pointer;
    background: none !important;
    opacity: 100% !important;
}

    .btn-close:hover {
        color: white !important;
        font-size: 25px;
    }

    .btn-close img {
        width: 13px;
    }


.modal-title {
    line-height: 0px;
}

.btn-close {
    line-height: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

/*css for modal content*/
.jobfit-modal .modal-header {
    background-color: #00515f;
    color: #fff;
}

.jobfit-modal .modal-title {
    font-weight: bold;
    font-size: 26px;
}

.jobfit-modal .form-label {
    font-weight: 600;
}

.jobfit-modal .form-control {
    border-radius: 6px;
    border: 1px solid #ccc;
   
}
    .jobfit-modal .form-control::placeholder{
        color: #7a8289 !important;
    }

.jobfit-modal .jobfit-note {
    font-size: 14px;
    color: #024959;
    font-weight: 600;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.modal-header h5 img {
    width: 23px;
    margin-right: 10px;
}

.address-detail-div {
    margin-bottom: 15px;
}

.btn-refuse, .btn-refuse:hover {
    background: #024959;
    color: #fff;
    border-radius: 8px !important;
}

.btn-release, .btn-release:hover {
    background: #17a6a6;
    color: #fff;
    border-radius:8px !important;
}
/*setting page design*/
.gym-setting-page {
    margin-left: 30px;
}

    .gym-setting-page label {
        font-weight: 600;
    }

    .gym-setting-page input {
        border: 1px solid #024959;
    }

.member-main-div .table-responsive {
    margin-bottom: 0px !important
}

/*Glovel setting css*/
input:focus {
    box-shadow: none !important;
    border-color: #024959 !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

button.btn-primary:active {
    border: none !important;
    background: #3ca6a6 !important;
}


button.btn-primary:focus {
    border: none !important;
    background: #3ca6a6 !important;
}
/*compant dashboard css(22/07/2025) */

.company-dashboard .card-header-company-dashboard {
    border-radius: 0;
}

.company-dashboard .company-offboarding h3 {
    color: #660000;
}

.company-dashboard .company-offboarding p {
    color: #660000;
}

.company-dashboard .company-offboarding h4 {
    color: #660000;
}

.company-dashboard .card-header-company-dashboard img.img-HeaderBox {
    width: 34px;
    height: auto;
    margin-left: 25px;
    margin-right: 0;
    padding: 0;
}

.company-dashboard .card-header-company-dashboard h2 {
    padding: 0 12px;
}


/*    Company WORKERS CSS START*/


.company-workers .card-header-company-workers {
    border-radius: 0;
}

    .company-workers .card-header-company-workers img.img-HeaderBox {
        width: 34px;
        height: auto;
        margin-left: 25px;
        margin-right: 0;
        padding: 0;
        filter: brightness(0) invert(1);
    }

    .company-workers .card-header-company-workers h2 {
        padding: 0 12px;
    }

.company-workers td button {
    padding: 3px 10px 0px !important;
    line-height: 2;
    border-radius: 8px !important;
}

    .company-workers td button:hover {
        padding: 3px 10px 0px !important;
        line-height: 2;
        border-radius: 8px !important;
    }

.blue-header {
    border-bottom: 3px solid #004b5c !important;
}

.green-header {
    border-bottom: 3px solid #4caf50 !important;
}

.red-header {
    border-bottom: 3px solid #f44336 !important;
}


.company-gyms .containerSearchInput input {
    padding: 6px 10px !important;
}

.company-gyms table td button {
    padding: 6px 10px 4px !important;
}

.company-gyms .containerSearchInput button {
    padding: 6px 10px 4px !important;
}

.company-gyms .card-header-company-gyms {
    border-radius: 0;
}

    .company-gyms .card-header-company-gyms img.img-HeaderBox {
        width: 34px;
        height: auto;
        margin-left: 25px;
        margin-right: 0;
        padding: 0;
        filter: brightness(0) invert(1);
    }

.company-setting-main {
    margin-left: 30px;
}

    .company-setting-main label {
        font-weight: 600;
    }

    .company-setting-main input {
        border: 1px solid #024959;
    }

    .company-setting-main select {
        border-color: #004959;
        appearance: auto;
        height: 38px;
    }

        .company-setting-main select:focus {
            border-color: #004959;
            box-shadow: none;
        }

.company-gyms .card-header-company-gyms h2 {
    padding: 0 12px;
}

.company-workers .company-worker-onboarding-filters {
    color: #000;
}

.monthly-allowance button {
    background: #024959 !important;
    color: #fff;
    margin-left: auto;
    display: block;
    padding: 6px 10px 4px;
    line-height: 1;
}

.monthly-allowance textarea {
    resize: none;
}

.monthly-allowance button:hover {
    background: #024959 !important;
    color: #fff;
}

.internal-personnel button {
    border: none !important;
    padding: 6px 10px 4px;
    line-height: 1;
}

    .internal-personnel button:hover {
        border: none !important;
        padding: 6px 10px 4px;
        line-height: 1;
    }

.company-worker-profile-modal {
    color: #000;
}

.internal-personnel textarea {
    resize: none;
}

.company-worker-profile-modal .profile-section address {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
}

.company-worker-profile-modal h3 {
    border-bottom: 3px solid #17a6a6;
    width: fit-content !important;
    padding-bottom: 0 !important;
    line-height: 1;
}

.company-worker-profile-modal .summary-box {
    font-size: 14px;
}

    .company-worker-profile-modal .summary-box .summary {
        min-width: 200px;
    }

    .company-worker-profile-modal .summary-box .adjust-grant-btn {
        border: none !important;
        padding: 6px 10px 4px;
        line-height: 1;
    }

.company-worker-profile-modal .company-profile-invoice .icon-circle {
    width: 64px;
    height: 64px;
    background-color: #f2decf;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .company-worker-profile-modal .company-profile-invoice .icon-circle img {
        width: 32px;
        height: auto;
    }

.company-worker-profile-modal .company-profile-invoice a {
    font-size: 14px;
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
    text-decoration: none !important;
}

.payment-bubble-section .payment-bubble {
    width: 60px;
    height: 60px;
    background: #2ab560;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.payment-bubble-section a {
    font-size: 14px;
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
    text-decoration: none !important;
}

.profile-modal-content {
    border: 2px solid #00515f;
    padding: 20px;
    border-radius: 10px;
}
/*23/07/2025 css start*/
/*COMPANY INVOICE CSS START*/
.company-invoice-grants-tbl table {
    table-layout: fixed;
}

    .company-invoice-grants-tbl table input {
        border: 1px solid rgb(2, 73, 89);
        padding: 4px 10px;
    }

        .company-invoice-grants-tbl table input[type='checkbox'] {
            width: 22px;
            height: 22px;
            vertical-align: middle;
        }

.adjust-allowance-employee {
    background-color: #f6e3d2; /* soft peach */
    padding: 15px;
    border-radius: 0.5rem;
}

    .adjust-allowance-employee input {
        max-width: 100px;
        border: 1px solid rgb(2, 73, 89);
        padding: 4px 10px;
    }

        .adjust-allowance-employee input[type='checkbox'] {
            width: 22px;
            height: 22px;
            vertical-align: middle;
            margin-top: 6px;
        }

.your-confirmation-modal input[type='checkbox'] {
    width: 22px;
    height: 22px;
}

.company-invoice .card-header-company-invoice img.img-HeaderBox {
    width: 34px;
    height: auto;
    margin-left: 25px !important;
    margin-right: 0 !important;
    padding: 0;
}

.company-invoice .card-header-company-invoice h2 {
    padding: 0 12px;
}

.comapny-invoice-save-btn {
    padding: 5px 12px;
}

    .comapny-invoice-save-btn:hover {
        padding: 5px 12px;
    }
/*company-marketing css*/
.company-marketing .card-header-company-marketing img.img-HeaderBox {
    width: 34px;
    height: auto;
    margin-left: 25px !important;
    margin-right: 0 !important;
    padding: 0;
}

.company-marketing .card-header-company-marketing h2 {
    padding: 0 12px;
}

.company-marketing .marketing-file-name-div a {
    text-decoration: none;
}

/*24/07/2025 css start
Member dashboard css start*/
.member-dashboard .over-view-outer .over-view-box {
    border: 3px solid #004152;
    border-radius: 12px;
    padding: 10px 20px;
    width: 26%;
}

    .member-dashboard .over-view-outer .over-view-box h2 {
        font-size: 32px;
    }

    .member-dashboard .over-view-outer .over-view-box h6 {
        font-size: 13px;
        font-weight: 600;
    }

.member-dashboard .over-view-outer .symbol {
    width: 5%;
    text-align: center;
    font-weight: 900;
    font-size: 44px;
}

.advantages-list {
    width: 718px;
    margin: auto;
}

.bg-green-box-div strong {
    font-size: clamp(24px, 5vw, 60px);
}

.member-dashboard .over-view-outer .over-view-box img {
    width: 70%;
    margin-bottom: 10px;
}

.member-dashboard .wacker-box img {
    margin-top: 10px;
}

.member-dashboard .hansi-box h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 46px !important;
}

.member-dashboard .wacker-box h2 {
    color: #2ab560;
}

.member-dashboard .wacker-box h6 {
    color: #2ab560;
}

/*member setting css start*/
.member-setting-profile-modal table input[type='checkbox'] {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.member-setting .containerSearchInput input {
    padding: 4px 10px !important;
}

.member-setting table td button {
    padding: 6px 10px 4px !important;
}

.member-setting .containerSearchInput button {
    padding: 6px 10px 4px !important;
}

.member-setting .your-employee-btn button {
    padding: 6px 10px 4px !important;
}

.member-setting select {
    border-color: #004959;
    appearance: auto;
    height: 38px;
}

    .member-setting select:focus {
        box-shadow: none;
        border-color: #004959;
    }

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.alert-modal-img img {
    width: 30px;
    margin: auto;
}

.company-worker-onboarding-tbl {
    height: calc(100vh - 494px) !important;
}

.company-workers .table-responsive {
    height: calc(100vh - 423px);
}

.company-offboarding-section .table-responsive {
    height: calc(100vh - 436px) !important;
}

.correction-modal .modal-title {
    font-weight: 500 !important;
}

.logo-text{
    white-space:nowrap;
}
.company-gyms-list {
    padding-left:39px !important;
}

/**/
@media (max-width:1270px) {
    /*    .costs-card-div {
        margin-left: 60px;
    }*/
}

@media (max-width: 1200px) {
    .navbar-menus-list a {
        font-size: 14px;
    }

    .comparison-sub-section .costs-title-div {
        right: -260px;
    }
    .gym-product-homepage {
        padding: 30px;
    }
}



@media (max-width: 1024px) {
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        background: #024959;
        width: 100%;
        top: 89px;
        left: 0;
        margin: 0%;
        z-index: 999999 !important;
        padding: 20px;
        padding-right: 0px;
    }

    .navbar-menus-list a {
        color: #fff !important;
        font-size: 16px;
        line-height: 2;
        text-align:right !important;
    }
    .how-it-works-sub-image-section {
        padding: 10px !important;
    }

    .how-it-works-sub-content-section {
        padding: 20px 32px;
    }

    .costs-card-div {
        margin-left: 30px;
    }

    .homepage-member-right-div .member-img-div {
        width: 372px;
    }
    .homepage-member-bg-div h1 {
        margin-top: 23px;
    }

    .landing-page-corporate-fitness-inner-content {
        padding: 0px !important;
        margin-bottom: 10px;
    }

    .landing-members-inner-content-sections {
        width: 90% !important;
    }

    .landing-page-space-div, .landing-content-end-section .homepage-width-space-div {
        width: 10% !important;
    }

    .landing-homepage-member-right-section .homepage-member-right-inner-content-section {
        width: 90% !important;
    }

    .landing-homepage-member-right-section .homepage-width-space-div {
        width: 10% !important;
    }

    .landing-content-end-section .homepage-member-right-inner-content-section {
        width: 90% !important;
        margin-left: 0px;
    }

    .landing-content-end-section .homepage-width-space-div {
        width: 10% !important;
    }

    .landing-homepage-member-right-section .member-img-div {
        width: 200px !important;
    }

    .landing-homepage-member-right-section .img-div-main {
        margin-top: -194px !important;
    }

    .landing-homepage-member-right-section {
        margin-top: 220px;
    }

        .landing-homepage-member-right-section .homepage-member-bg-div h1 {
            margin-top: 40px;
        }
    .landing-content-end-section .homepage-member-bg-div h1 {
        margin-top: 13px !important;
    }

    .landing-content-end-section {
        margin-top: 220px !important;
    }

    .landing-homepage-member-right-section .homepage-member-bg-div h1, .landing-homepage-member-right-section .homepage-member-bg-plain-div h1, .landing-homepage-member-right-section .homepage-member-bg-plain-div button, .landing-homepage-member-right-section .member-img-div {
        margin-right: 32px !important;
    }
    .landing-page-register-main-div {
        margin-top: 52px;
    }

    .landing-homepage-members-sections .homepage-member-bg-div h1,
    .landing-homepage-members-sections .homepage-member-bg-plain-div h1,
    .landing-homepage-members-sections .homepage-member-bg-plain-div button,
    .landing-content-end-section .homepage-member-bg-div h1, .landing-content-end-section .homepage-member-bg-plain-div h1,
    .landing-content-end-section .homepage-member-bg-plain-div button, .landing-content-end-section .member-img-div {
        margin-left: 32px !important;
    }

    .home-page-right-img {
        margin-right: 27px !important;
    }
    .video-container {
        z-index: -1;
    }

    .navbar-menus-list .nav-link.active {
        border-bottom: 0px !important;
    }

    .top-bar-div {
        margin-left: 10px !important;
    }

    .example-section {
        padding: 40px 32px !important;
    }

    .jobfit-content-data-div {
        padding-top: 20px;
    }

    .billing-schema {
        padding-right: 32px;
        padding-left: 32px;
    }

    .green-section-list, .advantages-list {
        width: 100% !important;
    }

    .icon-row-design {
        gap: 16px !important;
    }
    .company-card-empty-div{
        width:0px !important;
    }
    .company-card-content-div{
        width:100%;
        margin-left:auto;
    }

    .fitness-sub-section{
        padding-left:15px;
        padding-right:15px;
    }
    .safety-section {
        padding: 40px 20px;
    }

    .homepage-member-bg-plain-div p {
        margin-left: 23px;
    }
    .companies-margin-right {
        margin-right: 23px !important;
    }
    .impressum-inner-content[b-b97hddmuj7] {
        padding: 15px !important;
        word-break: break-all !important;
    }
    .registration-wrapper {
        width:100%;
    }

    .your-release-modal{
        z-index:999999 !important;
    }
}

@media (max-width: 767px) {
    .table-responsive 
      {
    margin: 15px 21px !important;
     }
    
    .home-main-hero-section {
        margin-bottom: 12px;
    }

    .main-advantages-section {
        margin-top: 13px;
    }

    .homepage-members-inner-content-sections {
        width: 90%
    }

    .homepage-member-right-inner-content-section {
        width: 90%;
        margin-left: auto;
    }

    .flexibility-members-section .homepage-member-right-inner-content-section, .fitness-content-end-section .homepage-member-right-inner-content-section {
        margin-left: 0px;
    }

    .homepage-width-space-div {
        width: 10%;
    }

    .homepage-member-right-div .img-div-main {
        margin-top: -119px;
    }

    .homepage-member-right-div .member-img-div {
        width: 262px;
    }

    .homepage-member-right-section {
        margin-top: 196px;
    }

    .Regionality-main-right-section {
        margin-top: 31px;
    }

    .regionality-spaceing-div {
        margin-top: 19px;
    }

    .regionality-img-div {
        width: 59px !important;
    }

    .Regionality-main-section h1, .fitness-sub-section h1 {
        font-size: 28px;
    }

    .Regionality-main-section p {
        font-size: 17px;
    }

    .how-it-works-sub-content-section::after {
        display: none;
    }

    .subsection-list-div::before {
        display: none;
    }

    .Regionality-main-width-section {
        width: 100%;
    }

    .main-advantages-section .level-up-img-div {
        width: 94px;
        top: 0px;
    }

    .background-main-section {
        margin-top: 40px;
    }

    .main-advantages-section {
        padding-bottom: 16px;
    }

    .regionality-width-div {
        width: 0%;
    }

    .Regionality-main-width-section {
        width: 100%;
    }

    .regionality-less-space-div {
        width: 0%;
    }

    .regionality-more-space-div {
        width: 100%;
    }

    .Regionality-main-section p {
        max-width: 100%;
    }

    .regionality-spaceing-bottom-div {
        margin-top: 32px;
    }

    .calculation-main-section h1 {
        font-size: 36px;
    }

    .calculation-main-section p {
        font-size: 16px;
    }

    .costs-inner-div {
        width: 100% !important;
    }

    .costs-card-div {
        margin: auto;
    }

    .costs-title-div h1 {
        font-size: 22px;
    }

    .costs-title-div {
        right: 76px;
    }

    .comparison-sub-section .costs-title-div {
        right: clamp(2rem, -12vw, -11.75rem);
    }

    .companies-plan-main-section h1 {
        font-size: clamp(3rem, 8vw, 8.125rem) !important;
    }

    .how-it-works-main-section .setting-img-div {
        width: 63px !important;
        top: 30px !important;
    }

    .how-it-works-main-section {
        margin-top: 0px;
    }

    .costs-main-section {
        margin-top: 0px;
    }

        .costs-main-section .letter-img-div {
            width: 46px;
            top: 30px;
        }

    .costs-card-div h1 {
        font-size: 36px;
    }

    .costs-card-div {
        padding: 36px;
    }

        .costs-card-div div {
            margin-bottom: 19px;
        }

    .costs-customer-section .costs-title-div {
        right: 9px;
    }

    .zusammengefasst-section h3 {
        font-size: 26px;
    }

    .zusammengefasst-section h1 {
        font-size: 30px;
    }

    .zusammengefasst-section ul li {
        font-size: 19px;
    }

    .fitness-main-section .level-up-img-div {
        width: 91px !important;
        top: 0px !important;
    }

    .fitness-main-section {
        margin-top: 28px;
    }

    .fitness-main-width-section {
        width: 100%;
    }

    .fitness-width-div {
        width: 0%;
    }

    .fitness-medium-width-section {
        width: 0%;
    }

    .fitness-main-medium-width-section {
        width: 100%;
    }

    .fitness-right-content-section {
        text-align: right;
        margin-top: 19px;
    }

    .fitness-card-inner-section {
        max-width: 100%;
    }

    .fitness-card-left-section {
        margin-top: 27px;
    }

    .flexibility-members-section .homepage-member-bg-div {
        min-height: 130px;
    }

    .flexibility-members-section .member-img-div {
        width: 223px;
    }

    .flexibility-members-section .img-div-main {
        margin-top: -174px;
    }

    .homepage-member-bg-plain-div p {
        font-size: 16px;
    }

    .flexibility-right-members-section .homepage-member-right-div .member-img-div {
        width: 158px;
    }

    .flexibility-right-members-section .homepage-member-right-div .img-div-main {
        margin-top: -115px;
    }

    .fitness-content-end-section .member-img-div {
        width: 208px;
    }

    .fitness-content-end-section .img-div-main {
        margin-top: -140px;
    }

    .fitness-content-end-section .homepage-member-bg-div {
        min-height: 135px;
    }

    .fitness-content-end-section .tax-benefits-main-div {
        margin-top: 155px !important;
    }
    .member-img-div {
        width: 270px;
    }

    .fitness-content-end-section .img-div-main {
        margin-top: -177px;
    }

    .fitness-content-end-section {
        margin-top: 173px !important;
    }

    .gym-regionality-benefit-section {
        margin-top: 9px !important;
    }

    .ability-main-section .ability-left-content-section {
        margin-top: 30px !important;
    }

    .edit-icon-span {
        margin-top: -33px;
    }

    .costs-customer-section .costs-card-div p {
        max-width: 300px;
    }

    .how-it-works-sub-image-section {
        padding: 20px;
    }

    .diagram {
        margin: auto !important;
    }

    .costs-title-div {
        top: -25px;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: fit-content;
        right: 0px !important;
        font-size: 20px;
    }

    .comparison-sub-section .costs-title-div {
        top: -24px !important;
    }

    .companies-main-advantages-section .homepage-member-bg-div {
        min-height: 153px;
    }

        .companies-main-advantages-section .homepage-member-bg-div h1 {
            margin-top: 18px;
        }

    .register-mainflex-div {
        flex-direction: column;
        row-gap: 50px !important;
    }

    .signup-img-main-div {
        width: 200px;
        align-self: center;
    }

    .landing-page-register-last-div img {
        width: 8% !important;
    }

    .bar-col-main {
        flex-direction: column;
    }
    .company-member-img{
        width:250px !important;
    }
    .bar-text.red, .bar-text.green {
        margin-left: 0px !important;
    }
    .company-gyms-list {
        padding-left: 10px !important;
    }
        .company-gyms-list .card-small-div {
            margin:auto;
        }
}

@media (max-width:640px) {
    .safety-section {
        padding-right: 32px !important;
        padding-left: 32px !important;
    }

    .safety-top h2 {
        font-size: 39px !important;
    }

    .checkmark {
        width: 25px !important;
    }

    .safety-item h3 {
        font-size: 24px !important;
    }

    .safety-card p {
        font-size: 17px !important;
    }

    .jobfitamount-text {
        margin-left: 0px !important;
        text-align: left !important;
        margin-top: -15px;
        margin-bottom: 10px;
    }

    .pulse-button {
        font-size: 17px;
    }
    .company-gym-search{
        flex-direction:column;
        padding-top:15px;
    }
        .company-gym-search button {
            width:fit-content;
        }
    }


@media (max-width: 576px) {
    .fitness-heading-class {
        margin-top: 0px !important;
    }
    .header-logo-div img {
        width: 80px !important;
    }

    .hero-section-content h1 {
        font-size: clamp(1rem, 10vw, 10rem) !important;
    }

    .calculation-profile-div {
        flex-direction: column;
        row-gap: 16px;
    }

    .highlight-box {
        font-size: 18px;
    }

    .company-card {
        width: 100% !important;
    }

    .cross-arrow-div {
        display: none;
    }

    .costs-title-div {
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
        right: 0px !important;
        font-size: 20px;
        text-wrap: nowrap;
    }

    .comparison-sub-section .costs-title-div {
        top: -24px !important;
    }

    .costs-customer-section, .costs-sub-section {
        margin-top: 50px;
    }

    .costs-card-div {
        max-width: 100%;
    }

    .plan-main-section h1 {
        padding: 3px 20px;
    }

    .plan-after-section::after {
        content: "";
        position: absolute;
        bottom: -55px;
        left: 27%;
        width: 0;
        height: 0;
        border-top: 37px solid transparent;
        border-bottom: 37px solid transparent;
        border-right: 37px solid #1eb660;
        transform: rotate(270deg);
    }

    .homepage-member-bg-div h1 {
        margin-top: 27px;
    }

    .diagram {
        margin: auto !important;
    }

    .timeline-title {
        font-size: 25px;
    }

    .signup-img-main-div {
        width: 180px;
        align-self: center;
    }

    .landing-homepage-member-right-section .member-img-div {
        width: 200px !important;
    }

    .landing-homepage-member-right-section .img-div-main {
        margin-top: -194px !important;
    }

    .landing-homepage-member-right-section .homepage-member-bg-div h1 {
        margin-top: 13px;
    }
    .landing-page-corporate-fitness {
        margin-top: 72px !important;
        margin-bottom: 35px !important;
    }

    .card-small-div .d-flex {
        max-width: 100% !important;
        padding: 0px;
    }

    .landing-page-logo {
        width: 156px;
        margin: auto;
    }

    .fitness-gym-img-outer-div {
        width: 166px !important;
    }

    .homepage-new-section-design .icon {
        max-width: 34px !important;
    }

    .eure-check-btn-img {
        width: 26px !important;
        height: 26px !important;
    }

    .landing-page-register-last-div img {
        width: 8% !important;
    }
    .fitness-heading-class {
        margin-top: 0px !important;
    }
}


@media (max-width: 450px) {
    .main-advantages-section h1 {
        font-size: clamp(17px, 7vw, 5.5625rem);
       
    }
    .jetzt-h1 {
        font-size: clamp(28px, 6vw, 5.5625rem) !important;
    }

   
    .member-img-div {
        width: 200px;
    }

    .img-div-main {
        margin-top: -148px;
    }

    .homepage-member-bg-plain-div p {
        font-size: 17px;
        margin-left: 36px;
    }
        .homepage-member-right-div .member-img-div {
            width: 171px;
        }

        .homepage-member-right-div h1 {
            margin-top: 14px;
        }
    .homepage-knowmore-div h1 {
        font-size: 1.5rem;
    }

    .homepage-knowmore-div p {
        font-size: 17px;
    }

    .homepage-knowmore-sections {
        margin-top: 23px;
    }

    .background-main-section.main-advantages-section {
        padding: 54px 10px 0px 10px;
    }

    .main-advantages-section .level-up-img-div {
        width: 54px;
    }

    .Regionality-main-section h1 {
        font-size: 24px;
    }

    .main-advantages-section p {
        font-size: clamp(17px, 3vw, 2rem);
        line-height: 1;
      
    }

    .how-it-works-sub-content-section h1 {
        font-size: 27px;
    }

    .how-it-works-sub-content-section h2 {
        font-size: 22px;
    }

    .calculation-main-section h1 {
        font-size: 27px;
    }

    .how-it-works-sub-image-section {
        padding: 10px;
    }

    .highlight-box {
        font-size: 16px;
    }

    .diagram {
        margin-left: 0px !important;
    }

    .footer-nav a {
        font-size: 13px;
    }

    .diagram {
        position: relative;
        width: 345px;
        height: 327px;
        margin: auto;
    }

    .companies-main-advantages-section .member-img-div {
        max-width: 319px;
        width: 100%;
    }

    .companies-main-advantages-section .homepage-member-bg-div {
        min-height: 126px;
    }

    .companies-homepage-knowmore-sections .homepage-knowmore-div p {
        font-size: 16px;
    }

    .homepage-members-sections {
        margin-top: 134px !important;
    }

    .homepage-member-right-section {
        margin-top: 209px;
    }

    .landing-content-end-section .member-img-div {
        width: 278px !important;
    }

    .landing-main-advantage-section h1 {
        border-radius: 13px;
        padding-top: 6px !important;
        padding-bottom: 5px !important;
    }

    
    .homepage-members-sections {
        margin-top: 144px !important;
    }

    .landing-content-end-section .homepage-member-bg-plain-div button, .landing-homepage-member-right-section .homepage-member-bg-plain-div button {
        font-size: 18px !important;
    }

    .landing-homepage-member-right-section .homepage-member-bg-plain-div h1 {
        font-size: 20px !important;
    }

    .landing-content-end-section {
        margin-top: 200px !important;
    }

    .homepage-gym-class {
        border: 0px !important;
        background: none !important;
        padding: 0px !important;
        padding-bottom: 50px !important;
        border-radius: 0px !important;
    }

    .register-mainflex-div {
        margin-left: 0px !important;
    }

    .homepage-new-section-design {
        margin-bottom: 0px !important;
    }

    .bg-green-box-div strong {
        font-size: clamp(24px, 1.8vw, 24px);
    }

    .fitness-gym-img-outer-div {
        width: 148px !important;
    }

    .jobfit-content-inner-section h1 {
        font-size: 27px !important;
    }

    .jobfit-content-inner-section h4 {
        font-size: 14px !important;
    }

    .icon-row-design {
        gap: 0px !important;
    }

        .icon-row-design .icon {
            width: 30px !important;
        }

    .homepage-new-section-design .icon {
        max-width: 28px !important;
    }

    .example-card h2 {
        font-size: 30px;
    }
}

@media (max-width:399px) {
    .mitglied-desc {
        top: 310px;
        left: calc(50% + 55px);
    }

    .landing-homepage-member-right-section .homepage-member-bg-plain-div h1, .landing-content-end-section .homepage-member-bg-plain-div h1,
    .landing-homepage-member-right-section .homepage-member-bg-plain-div button,
    .landing-content-end-section .homepage-member-bg-plain-div button {
        font-size: 17px !important;
        font-weight:500;
    }

    .landing-page-register-main-div button {
        font-size: 17px !important;
    }

    .landing-page-register-main-div h1 {
        font-size: 30px !important;
        text-align: center;
    }

    .landing-page-register-main-div p {
        font-size: 20px !important;
        text-align: center;
    }

    .landing-page-register-main-div button {
        margin: auto;
        display: block;
    }

    .landing-page-register-main-div a {
        text-decoration: none;
    }

    .signup-img-main-div {
        width: 125px;
        align-self: center;
    }

    .homepage-new-section-design .icon {
        max-width: 24px !important;
    }

    .landing-page-register-last-div img {
        width: 8% !important;
    }
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.popup {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    width: 100%;
    text-align: center;
    animation: fadeIn 0.3s ease-in-out;
}

.popup-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.popup-message {
    font-size: 16px;
    margin-bottom: 25px;
    color: #555;
}

.popup-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.alert-popup .btn {
    padding: 5px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.2s ease;
    padding-bottom: 3px !important;
}

.alert-popup .btn-danger {
    background-color: #3ca6a6;
    color: white;
}

    .alert-popup .btn-danger:focus {
        box-shadow: none !important;
    }

    .alert-popup .btn-danger:hover {
        background-color: #c82333;
    }

    .alert-popup .btn-danger:hover {
        background-color: #3ca6a6;
    }

.alert-popup .btn-light {
    background-color: #f1f1f1;
    color: #333;
}

    .alert-popup .btn-light:hover {
        background-color: #e2e2e2;
    }

.alert-modal-img img {
    width: 55px;
    margin-bottom: 20px;
}

/*company member profile css start*/
.company-member-profile .containerSettings {
    margin-left: 30px;
}

.company-member-profile .card-header-company-workers img {
    width: 34px;
    height: auto;
    margin-left: 25px;
    margin-right: 0;
    padding: 0;
}

.company-workers .profile-edit-btn {
    padding: 9px 10px 8px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #f2e3d5 !important;
    font-weight: 600;
    text-align:center;
}

.company-member-profile .left-member-data a {
    text-decoration: underline !important;
    color: #43338f !important;
    font-size: 20px !important;
    font-weight: 500;
}

.company-member-profile .left-member-data address {
    line-height: 1.2 !important;
}

    .company-member-profile .left-member-data address p {
        font-size: 18px !important;
    }

.left-member-data h4 {
    font-size: 18px !important;
}

.left-member-data h3 {
    font-size: 24px;
}

.company-member-profile .data-member-profile .right-gym-company-member .right-gym-company-member-inner {
    width: fit-content;
}
.company-member-profile .data-member-profile .right-gym-company-member-inner address {
    line-height: 1.2 !important;
}

.right-gym-company-member-inner h5, .right-gym-company-member-inner p {
    font-size: 15px !important;
}


.data-member-profile {
    margin-top: 50px !important;
}

.right-gym-company-member {
    margin-right: 77px;
}

.data-member-profile {
    margin-left: 40px !important;
}

.company-member-profile .data-member-profile .right-gym-company-member img {
    width: 130px;
    height: auto;
    margin-right: 40px;
    margin-top: 20px;
}

.company-member-profile .data-member-profile .right-gym-company-member a {
    text-decoration: underline !important;
    color: #43338f !important;
}

.company-member-profile .data-member-profile .right-gym-company-member .email a {
    text-decoration: none !important;
    color: #012e40 !important;
}

.company-member-profile .billing-over-view .sec-number h2 {
    color: #2ab560;
    border-bottom: 4px solid #2ab560 !important;
}

.company-member-profile .billing-over-view .sec-number .exclamation {
    width: 16px;
    height: 16px;
    background: #2ab560;
    border-radius: 50%;
    margin-right: 4px;
    padding: 2px 7px;
    color: #000;
    vertical-align: middle;
}

.company-member-profile .billing-over-view .sec-number p {
    color: #2ab560;
}

.company-member-profile .billing-over-view .number-box {
    width: 30%;
    text-align: center
}

.company-member-profile .billing-over-view .number-box {
    width: 30%;
    text-align: center;
    padding: 20px 50px;
}

.company-member-profile .billing-over-view .icon {
    width: 5%;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    align-self: center;
    margin-top: -20px;
}

.company-member-profile .data-heading .back-btn button {
    padding: 6px 10px 4px !important;
}

    .company-member-profile .data-heading .back-btn button img {
        width: 16px;
        margin-left: 0;
        margin-right: 6px;
    }

.company-member-profile .billing-over-view .number-box h2 {
    border-bottom: 4px solid #000;
    font-size: 38px !important;
}

.company-member-profile .billing-over-view .number-box p {
    margin-top: 6px;
}

    .company-member-profile .billing-over-view .number-box p span {
        font-weight: 600;
    }

.custom-tooltip-wrapper .custom-tooltip {
    background-color: #f9e8dc;
    color: #1c1c1c;
    font-size: 17px;
    border-radius: 6px;
    padding: 12px 15px;
    left: 0;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    width: fit-content;
    margin-top: 20px;
}

.profile-tooltip{
    display:flex !important;
    align-items:center;
    gap:12px;
}

    .custom-tooltip-wrapper:hover .custom-tooltip {
    visibility: visible;
}

.custom-tooltip i {
    background-color: #000;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    margin-right: 6px;
    font-size: 18px;
    padding-top: 3px;
}

.company-member-profile .billing-over-view .documents-section select {
    border-color: #004959;
    appearance: auto;
    height: 38px;
    margin-top: 11px;
}

.line-divide-hr {
    height: 20px !important;
    background: #8398a7 !important;
    width: 100%;
}

.documents-section h3 {
    font-size: 39px !important;
}

.company-member-profile .billing-over-view .documents-section select:focus {
    box-shadow: none;
    border: 1px solid #004959;
}

.company-member-profile .billing-over-view .documents-section label {
    font-weight: 900;
    font-size: 17px;
}

.company-member-profile .documents-section h3 {
    width: fit-content;
}

.company-member-profile .documents-section {
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
}

.documents-section .document-section-inner-div {
    gap: 20px;
}

.documents-section .document-date-picker {
    margin-right: 80px;
    margin-left: 43px;
}

.downloads-content label {
    display: block;
    text-align: center;
}

.documents-section .document-payment-div, .documents-section .document-date-picker {
    width: 100%;
    max-width: 400px;
}

.company-member-profile .membership-section label {
    font-weight: 600;
}

    .company-member-profile .membership-section label span {
        font-weight: 500;
    }

.company-member-profile .membership-section input {
    border: 1px solid #024959;
}

.company-member-profile .membership-section h3 {
    width: fit-content;
    margin-bottom: 0px !important;
}

.company-member-profile .membership-section .input-wrapper {
    width: 80%;
}

.company-member-profile .membership-section {
    padding: 33px 38px;
    margin-bottom: 0px !important;
}

.grant-section .membership-section {
    padding-bottom: 90px;
}

.company-member-profile .membership-section:last-child {
    margin-bottom: 0 !important;
}

.company-member-profile .membership-section p {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    font-weight: 500;
    font-size: 17px;
}

    .company-member-profile .membership-section p.termination-bottom-content {
        margin-top: 15px !important;
        margin-bottom: 0px !important;
    }

.company-member-profile .instructions-action table .contribution-text {
    color: #2ab560;
    font-weight: 600;
}

.company-member-profile .instructions-action table td button {
    padding: 6px 10px 4px !important;
    line-height: 1;
}

.company-member-profile .instructions-action .table-responsive {
    min-height: 180px;
}

.company-marketing .downloads-main-div, .gym-marketing-main-div .downloads-main-div, .downloads-main-div, .member-marketing .downloads-main-div {
    min-height: calc(100vh - 274px);
}

.admin-marketing .downloads-main-div {
    min-height: calc(100vh - 274px) !important;
}

.company-member-profile .stored-rest-periods-tbl {
    max-height: 250px;
}

.company-member-profile .monthly-fee-data-table {
    max-height: 250px;
}

.monthly-fee-data-table th {
    border-bottom: none !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.info-tooltip {
    background-color: #fbeee4;
    color: #1a1a1a;
    font-size: 12px;
    border-radius: 5px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    position: relative;
    max-width: fit-content;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .info-tooltip::before {
        content: "";
        position: absolute;
        top: -24px;
        left: 20px;
        border-width: 13px;
        border-style: solid;
        border-color: transparent transparent #fbeee4 transparent;
    }

.info-icon {
    background-color: #00344a;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.main-div-document-download {
    margin-bottom: 7px;
}

.form-control:focus {
    box-shadow: none !important;
}

.member-setting-header img.img-HeaderBox {
    width: 36px !important;
}

/*13/08/2025 register member css*/
.register-member-scan-btn {
    width: 90px !important;
}

.register-member-info {
    background-color: #f2e3d5;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 40px;
}

    .register-member-info p {
        font-size: 16px !important;
        line-height: 1.1;
    }

    .register-member-info img {
        margin: 10px;
        margin-left: 0;
        width: 18px;
        height: auto;
    }

.member-registration-main {
    margin-bottom: 36px
}

.containerSettings .comapny-header-radius {
    border-radius: 8px 8px 0 0 !important
}

.containerHSettingsHeader {
    height: 56px !important;
    padding: 0 !important;
}

    .containerHSettingsHeader img {
        margin-left: 28px !important;
        width: 37px !important;
        margin-top: 0;
        margin-right: 0 !important;
        margin-bottom: 0;
        padding: 0 !important;
    }

    .containerHSettingsHeader h2 {
        padding-left: 18px !important;
    }

    .containerHSettingsHeader.member-setting-header h4 {
        padding-left: 18px !important;
    }

.offboarding-main-div .div-BoxLeft .color-font-green {
    color: #1B5E20 !important;
}

.company-dashboard-offboarding-main-div .div-BoxLeft .color-font-green {
    color: #1B5E20 !important;
}

.custom-dropdown-select-gym button {
    text-align: start !important;
}

    .custom-dropdown-select-gym button:after {
        display: none;
    }

.custom-dropdown-select-gym ul {
    margin-bottom: 0;
    padding: 20px !important;
    border: 1px solid #c5c6c4;
    margin-top: 2px;
    max-height: 180px;
    overflow: auto;
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    z-index: 9999 !important;
}

    .custom-dropdown-select-gym ul li {
        list-style: none;
        margin-bottom: 6px;
    }

        .custom-dropdown-select-gym ul li:last-child {
            margin-bottom: 0 !important
        }

        .custom-dropdown-select-gym ul li img {
            padding-left: 0
        }

.custom-dropdown-select-gym .dropdown-item {
    padding: 2px 8px !important;
}

.custom-dropdown-select-gym ul li .dropdown-item {
    border: 1px solid transparent;
}

    .custom-dropdown-select-gym ul li .dropdown-item:hover {
        background: transparent;
        border: 1px solid #c5c6c4;
    }

.custom-dropdown-select-gym button .dropdown-item:hover {
    background: transparent;
}

.custom-dropdown-select-gym .dropdown-item .gym-name {
    margin-left: 15px;
    margin-right: 80px;
}

.custom-dropdown-select-gym .dropdown-item img {
    border: 1px solid #012e40;
    padding: 2px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.jobfit-quit-btnn.btn-primary {
    border: 1px solid transparent !important;
    display: block !important;
    margin-right: auto !important;
    margin-top: 12px !important;
}

.login-password-forget {
    margin-bottom: 15px !important;
}

    .login-password-forget .forget-password-link {
        color: #012e40 !important;
        font-size: 15px;
        margin-left: auto;
    }

.sepa-checkbox p {
    font-weight: 700;
    margin-top: 5px;
    margin-left: 10px;
}

.btn-confirm, .btn-confirm:hover {
    background: #4caf50 !important;
    color: #1B5E20;
    font-weight: 600;
}

.btn-not-confirm, .btn-not-confirm:hover {
    background: #f44336 !important;
    color: #660000;
    font-weight: 600;
}

.message-box button {
    font-size: 17px !important;
    padding: 5px 24px !important;
    font-weight: 600 !important;
}

.company-marketing .downloads-main-div, .gym-marketing-main-div .downloads-main-div {
    border-radius: 12px !important;
}

.company-marketing .containerHSettingsHeader, .gym-marketing-main-div .containerHSettingsHeader {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.subtitle-text-div {
    padding-left: 30px !important;
}

.offboading-text-highlight {
    color: #700000 !important;
}

.gym-termination-dashboard-div p, .gym-termination-dashboard-div .containerDashboardOverview h3 {
    color: #660000 !important;
}

.btn-gener, .btn-upload-sepa {
    background: #3CA6A6;
    color: #f1e0cf;
}

    .btn-gener:hover, .btn-upload-sepa:hover {
        background: #3CA6A6;
        color: #f1e0cf;
    }

.sepa-button-main-div {
    gap: 18px;
}

.sepa-infor-tooltip {
    margin-top: 20px;
    padding: 18px;
    margin-right: 0px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
    color: #1c1c1c !important;
    font-size: 15px !important;
    border-radius: 6px !important;
}

    .sepa-infor-tooltip span {
        color: #012E40 !important;
        font-size: 17px;
        max-width: 95%;
    }

.payment-tooltip {
    width: 72px;
}
.half-payment-tooltip {
    width: 90px;
}
.tooltip-payment-icon {
    width: 116px;
}

.sepa-infor-tooltip .info-icon {
    width: 58px !important;
    height: 26px !important;
    margin-right: 18px;
    background: #1c1c1c !important;
    color: #fff !important;
}

.disabled-section {
    opacity: 0.5;
}

    /* 1) Alles innerhalb der Section blockieren */
    .disabled-section * {
        pointer-events: none;
    }

    /* 2) Ausnahmen: die Toggle-Reihe (Checkbox + Label) wieder aktivieren */
    .disabled-section .sepa-checkbox,
    .disabled-section .sepa-checkbox * {
        pointer-events: auto;
    }

/* Hide default checkbox */
.sepa-checkbox input[type="checkbox"] {
    display: none;
}

/* Custom box */
.sepa-checkbox .checkbox-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}

/* Empty square */
.sepa-checkbox .checkbox-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #777; /* grey border */
    border-radius: 4px; /* make slightly rounded like in image */
    background: transparent; /* transparent bg when not checked */
}

/* Tick mark when checked */
.sepa-checkbox input[type="checkbox"]:checked + .checkbox-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #000; /* black tick */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn-gener a {
    text-decoration: none;
    color: #f1e0cf !important;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 600;
}

.admin-sepa-tooltip {
    margin-top: 20px;
    padding: 18px;
    gap:12px;
}

    .admin-sepa-tooltip .info-icon {
        width: 97px !important;
        margin-right: 20px !important;
        background: #1c1c1c !important;
        color: #fff !important;
    }

.setting-subtitle-img-div img {
    margin-left: 12px !important;
    width: 64px !important;
}

.gym-setting-main-section .containerHSettingsHeader h2 {
    padding-left: 4px !important;
}

.gym-setting-main-section .containerHSettingsHeader h2, .gym-invoice-main-div .containerHSettingsHeader h2, .gymcompany-main-div .containerHSettingsHeader h2 {
    padding-left: 4px !important;
}

.gym-contract-main-div .containerHSettingsHeader h2, .gymcompany-main-div .containerHSettingsHeader h2 {
    padding-left: 4px !important;
}

.gym-contract-main-div .containerHSettingsHeader img, .gym-invoice-main-div .containerHSettingsHeader img {
    width: 60px !important;
    margin-left: 12px !important;
}

.gymcompany-main-div .containerHSettingsHeader img {
    width: 60px !important;
    margin-left: 14px !important;
}

.offboarding-icon-div .containerHSettingsHeader img {
    width: 60px !important;
    margin-left: 14px !important;
}

.offboarding-icon-div .containerHSettingsHeader h2, .offboarding-icon-div .containerHSettingsHeader h2 {
    padding-left: 4px !important;
}


.company-setting-page .containerHSettingsHeader h2, .gym-termination-div .containerHSettingsHeader h2, .member-setting-main-div .containerHSettingsHeader h2, .member-setting-main-page .containerHSettingsHeader h2 {
    padding-left: 4px !important;
}

.company-setting-page .containerHSettingsHeader img {
    width: 60px !important;
    margin-left: 12px !important;
}

.company-member-main-div .containerHSettingsHeader img, .gym-termination-div .containerHSettingsHeader img, .member-setting-main-div .containerHSettingsHeader img, .member-setting-main-page .containerHSettingsHeader img {
    width: 60px !important;
    margin-left: 12px !important;
}

.company-member-main-div .containerHSettingsHeader h2 {
    padding-left: 4px !important;
}

.gym-termination-div .containerHSettingsHeader h2 {
    padding-left: 4px !important;
}

.member-setting-main-div .containerHSettingsHeader {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.member-dashboard .containerSettings {
    min-height: calc(100vh - 299px);
}

.dark-green-text {
    color: #4caf50 !important;
}

/*invoice controlling css */
.controlling-card-div {
    border: 3px solid #004B5C;
    border-radius: 7px;
    text-align: center;
    padding: 20px;
}

.controllingcard-img-holder {
    width: 90px;
    margin: auto;
    margin-bottom: 10px;
}

.controlling-card-div p {
    font-size: 26px !important;
    margin-bottom: 10px !important;
}

.controlling-card-div h2 {
    font-size: 50px !important;
    font-weight: 700;
}

.color-green-text {
    color: #4caf50;
    font-size: 20px;
    font-weight: 600;
}

.color-darkblue {
    color: #004B5C;
    font-size: 20px;
    font-weight: 600;
}

.color-lightblue {
    color: #3ca6a6;
    font-size: 20px;
    font-weight: 600;
}

.totalamount-darkblue-div {
    background: #004B5C;
    color: #fff;
    min-width: 50%;
    margin-bottom: 10px;
    padding: 10px 32px;
    border-radius: 8px;
}

    .totalamount-darkblue-div h2, .totalamount-green-div h2, .totalamount-lightblue-div h2 {
        font-size: 22px !important
    }

    .totalamount-darkblue-div p, .totalamount-green-div p, .totalamount-lightblue-div p {
        font-size: 13px !important
    }

.totalamount-green-div {
    background: #4caf50 !important;
    color: #fff;
    min-width: 60%;
    margin-bottom: 10px;
    padding: 10px 32px;
    border-radius: 8px;
}

.company-totalamount-green-div {
    max-width: 350px !important;
}

.totalamount-lightblue-div {
    background: #3ca6a6 !important;
    color: #fff;
    min-width: 40%;
    padding: 10px 32px;
    border-radius: 8px;
}

.controlling-content-div {
    max-width: 500px;
    padding-left: 20px;
}



    .controlling-content-div .progress-container {
        width: 100%;
    }

    .controlling-content-div .progress-bar {
        position: relative;
        height: 12px;
        background-color: #ccc;
        border-radius: 6px;
        overflow: hidden;
    }

    .controlling-content-div .segment {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .controlling-content-div .subsidies {
        background-color: #006d75; /* dark teal */
    }

    .controlling-content-div .contributions {
        background-color: #006d75; /* light green */
    }

    .controlling-content-div .total {
        background-color: transparent;
        border: 1px solid #006d75; /* outlines full length */
    }

    .controlling-content-div .marker {
        position: absolute;
        top: -4px;
        width: 8px;
        height: 8px;
        background-color: #006d75;
        border: 2px solid white;
        border-radius: 50%;
        transform: translateX(-50%);
    }

    .controlling-content-div .ticks {
        display: flex;
        justify-content: space-between;
        margin-top: 6px;
        font-size: 12px;
        color: #333;
    }

.btn-back-div img {
    margin-left: 0px !important;
    width: 16px !important;
    margin-right: 4px !important
}

.btn-back-div {
    color: #fff !important;
}

.company-member-profile .containerHSettingsHeader {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.btn-group-container {
    display: flex;
}

.flex-btn {
    flex: 0.6; /* makes buttons equal width */
    text-align: center;
}

/*terminate in gym offboarding*/
.offboarding-terminate-btnn {
    margin-left: 30px;
}

.terminate-btnn {
    background: #3ca6a6;
    margin-top: 15px;
    padding: 6px 12px;
}

    .terminate-btnn img {
        margin-right: 7px;
    }

.confirm-tooltip {
    display: flex;
    align-items: center;
    white-space: wrap !important;
    bottom: -116px !important;
}

    .confirm-tooltip .payment-tooltip {
        width: 70px;
    }

.confirm-tooltip-text {
    font-size: 16px;
}

    .confirm-tooltip-text button {
        margin-top: 13px !important;
    }

.jobfit-confirm-note {
    border-top: 0px solid transparent !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 25px;
}

    .jobfit-confirm-note strong {
        font-weight: 700 !important;
    }

.note-strong-jobfit {
    font-weight: 500 !important;
}

.jobfit-confirmation-modal {
    max-width: 600px !important;
}

.member-register-tooltip {
    visibility: visible !important;
    position: inherit !important;
    bottom: 0px !important;
    margin-top: 12px;
}

.member-form-date-input {
    display: flex;
    flex-direction: column;
}

    .member-form-date-input input {
        height: 45px;
        padding: 10px;
        border: 1px solid #ced4da !important;
        border-radius: 4px;
    }

.member-registration-input {
    margin-bottom: 13px !important;
}

.confirm-member-checkbox-div {
    margin-top: 12px;
}

.checbox-approval-div {
    display: flex;
    align-items: flex-start;
}

    .checbox-approval-div input {
        margin-right: 12px;
        width: 25px;
        height: 25px;
        border-radius:2px;
    }

.button-register-disable:disabled {
    background: #e0e0e0 !important;
    color: #6c757d;
    cursor: not-allowed !important;
}

.deduct-contribution-content h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #2ab560 !important;
    text-align: left;
}

.deduct-contribution-content p {
    margin: 0px !important;
    font-size: 13px !important;
}

.deduct-contribution-div {
    margin-top: 12px;
}

    .deduct-contribution-div img {
        width: 29px;
    }

.deduct-contribution-content {
    margin-left: 12px;
}

.employee-confirm-div {
    margin-bottom: 20px !important;
}

    .employee-confirm-div input {
        margin-right: 12px;
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }

    .employee-confirm-div .confirm-tooltip-text {
        font-size: 14px !important;
    }

    .employee-confirm-div .btn-release, .employee-confirm-div .btn-release:hover {
        font-size: 14px !important;
    }

.btn-disabledconfirm:disabled {
    cursor: not-allowed !important;
    font-weight: 600;
    background: #3ca6a6 !important;
    border-radius: 8px;
}

.bottom-redirect-div {
    margin-left: 30px;
}


/*admin dashboard css start*/
.admin-dashboard .containerDashboardOverview h3 {
    font-size: 40px !important;
}

.admin-dashboard .color-font-green, .admin-dashboard .color-font-red {
    padding-bottom: 30px;
}

.admin-dashboard .containerHSettingsHeader img {
    width: 43px !important;
}

.admin-suces-btn {
    width: 20px !important;
}

.admin-member-booking-inner-content-div {
    gap: 40px;
}

.admin-invoice-inner-content-select {
    min-width: 200px;
}

.admin-error-img-container {
    align-self: baseline;
}

.admin-book-member-inner-div h2 {
    font-size: 20px !important;
}

.admin-invoice-company-div {
    gap: 15%;
}

    .admin-invoice-company-div label {
        font-weight: 800;
    }

.text-danger-span {
    color: #6c0101 !important;
}

/* Scope only inside correction-modal */
.correction-modal {
    background: #000000a3 !important;
}

    .correction-modal .modal-dialog {
        max-width: 700px !important;
    }

    .correction-modal .overview-main-content-div {
        padding: 20px
    }

    .correction-modal .modal-body {
        padding: 0px;
    }

    .correction-modal hr {
        height: 16px !important;
    }

    .correction-modal .modal-footer {
        margin-right: auto;
    }

        .correction-modal .modal-footer .btn-primary {
            font-weight: 400 !important;
        }

    .correction-modal .overview-main-content-div label, .correction-modal .overview-main-content-div .form-check-label {
        font-weight: 500 !important;
    }

    .correction-modal .overview-header-section {
        padding: 20px
    }

    .correction-modal .modal-content {
        border-radius: 20px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        font-family: "Inter", sans-serif;
        overflow: hidden;
    }

    .correction-modal .modal-header {
        background-color: #0a5c68; /* Teal like screenshot */
        color: white;
        border-bottom: none;
    }

    .correction-modal .header-icon {
        font-size: 20px;
    }

    .correction-modal .section-title {
        font-size: 16px;
        font-weight: 500;
        margin-top: 10px;
    }

.overview-main-content-div .small-text {
    font-weight: 500 !important;
    margin-bottom: 15px;
}

.overview-main-content-div .section-title {
    margin-bottom: 15px;
}

.correction-modal .overview-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /*        gap: 12px;*/
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0;
}

    .correction-modal .overview-box strong {
        font-size: 12px;
        color: #444;
        font-weight: 400;
    }

.correction-modal .positive {
    color: green;
    font-weight: 400;
}

.correction-modal .status {
    color: #d18c00; /* amber like screenshot */
    font-weight: 4 00;
}

.correction-modal .form-group {
    margin-bottom: 12px;
}

.correction-modal .form-control {
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-weight: 500;
}

.correction-modal .btn-cancel {
    background-color: #f2f2f2;
    color: #333;
    border: none;
    border-radius: 12px;
    padding: 8px 16px;
    font-weight: 500;
    transition: 0.2s;
}

    .correction-modal .btn-cancel:hover {
        background-color: #e0e0e0;
    }

.correction-modal .btn-confirm {
    background-color: #0a5c68;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 8px 16px;
    font-weight: 600;
    transition: 0.2s;
}

    .correction-modal .btn-confirm:hover {
        background-color: #074850;
    }


.confirm-btnn-termination {
    margin-left: 10px;
    padding: 5px 20px;
    border-radius: 4px;
}

    .confirm-btnn-termination:hover {
        margin-left: 10px;
        padding: 5px 20px;
        border-radius: 4px;
    }

.confirm-btnn-termination-company {
    margin-left: 0px;
    padding: 4px 15px !important;
    border-radius: 4px;
    min-width: 100px;
}

    .confirm-btnn-termination-company:hover {
        margin-left: 0px;
        padding: 4px 15px !important;
        border-radius: 4px;
        min-width: 100px;
    }

.search-border-radius {
    border-radius: 4px !important;
}

.td-flex {
    display: flex;
}

.text-width {
}

.confirm-btnn-termination {
    flex: 0.6 !important;
}

.member-design-main-div {
    max-width: 1055px;
}

.over-view-outer {
    max-width: 900px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 80px;
}
/*company gym card css*/
.company-gym-card {
    width: 300px;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 351px;
}

    /* Entfernen button */
    .company-gym-card .remove-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        background: #d9534f;
        color: #fff;
        font-size: 13px;
        padding: 4px 10px;
        cursor: pointer;
    }
    /* Hinzufügen button */
    .company-gym-card .add-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        background: #28a745;
        color: #fff;
        font-size: 13px;
        padding: 4px 10px;
        cursor: pointer;
    }

.safety-section {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.safety-wrapper {
    max-width: 900px;
    width: 100%;
}

.safety-card {
    border: 4px solid #175924;
    border-radius: 8px;
    background: #fff;
    padding: 40px 30px;
    position: relative;
}

.safety-top {
    text-align: center;
    margin-bottom: 10px;
}

.shield-circle {
    width: 70px;
    height: 70px;
    background: #47b659;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    margin: -75px auto 15px;
    border: 4px solid #175924;
}

.safety-top h2 {
    font-size: 80px;
    font-weight: bold;
    color: #175924;
    margin: 0;
}

.safety-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.safety-card p {
    font-size: 22px;
    max-width: 450px
}

.safety-item:last-child {
    margin-bottom: 0;
}

.checkmark {
    color: #15803d;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.security-inner-div {
    margin-left: 40px;
}

.safety-item .safety-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.safety-item h3 {
    margin: 0;
    font-size: 60px;
    font-weight: 800 !important;
    color: #42b759;
}

.safety-item p {
    margin: 4px 0 0;
    font-size: 15px;
    color: #175924;
    line-height: 1.4;
}

.fitness-costs-green-section {
    margin: auto;
}
/* Logo */
.company-gym-card .logo {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 10px;
}

    .company-gym-card .logo span:first-child {
        color: #00a4a8; /* teal */
    }

    .company-gym-card .logo span:last-child {
        color: #333; /* dark gray */
    }
.enquiry-section{
    margin-left:30px;
}

.company-gym-card .logo {
    width: 80px;
    margin: 11px auto;
    height: 60px;
    min-height: 60px;
}

    .company-gym-card .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
/* Header bar */
.company-gym-card .header-bar {
    background: #00a4a8;
    color: #fff;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    min-height: 55px;
    text-shadow: 1px 1px #000;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: grabbing;
}
.businesslunch-logo-div img {
    margin-top: -97px;
    width:232px;    
}

.landing-page-text {
    color: #fff;
    width: fit-content;
    margin: auto;
    background: #024959;
    margin-top: 23px;
    border-radius: 7px;
    padding-bottom: 10px !important;
}
/* Address */
.company-gym-card .address {
    margin: 15px 0 10px;
    font-size: 14px;
}

    .company-gym-card .address strong {
        display: block;
    }

/* Icons */
.company-gym-card .icons, .icons-list {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 12px 0;
}
.icons-list {
    justify-content: left;
    
}

    .company-gym-card .icons div, .icons-list div {
        width: 37px;
        height: 37px;
        background: #024959;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        cursor: pointer;
    }

        .company-gym-card .icons div img, .icons-list img{
            filter: brightness(0) invert(1);
        }
        /* Comment box */

        .company-gym-card .comment-box .checkmark {
    position: absolute;
    bottom: 8px;
    right: -15px;
    color: #00a4a8;
    font-size: 16px;
}

    .company-gym-card .comment-box .checkmark img {
        cursor: pointer;
    }

.company-gym-card .gym-card-location {
    margin-left: 16px;
    text-align: left;
}

    .company-gym-card .gym-card-location strong {
        text-align: left;
    }

.to-favrt-btn {
    margin-top: 25px !important;
}

.homepage-gym-section-div .company-gym-card .header-bar {
    background: #00a4a8;
    color: #fff;
    padding: 5px !important;
    font-size: 27px !important;
    font-weight: bold;
}

.homepage-gym-section-div {
    flex-wrap: wrap !Important;
}

.gymcard-instagram-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.gymcard-instagram-modal-content .modal-dialog-scrollable {
    height: 100% !important;
}

.gymcard-instagram-modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    min-width: 420px;
    max-width: 90%;
    width: 420px;
}

.info-socialmedia .gymcard-instagram-modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 90%;
    width: 800px;
}

    .gymcard-instagram-modal-content button {
        margin-left: auto;
        display: block;
    }

    .gymcard-instagram-modal-content p {
        font-size: 18px !important;
        color: #012e40;
        text-align: left;
        padding-left: 0px;
    }

    .gymcard-instagram-modal-content h3 {
        color: #012e40;
    }

.green-section-list {
    width: 510px;
}

.gymcard-instagram-modal-content a {
    text-decoration: none;
}

.the-bg-section-cls {
    max-width: 1000px !important;
}

/* Animation for text */
.fitness-gym-main-content-div {
    overflow: hidden;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRightToLeft {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-slide-up {
    animation: slideUp 2s ease-in-out forwards;
}

.animate-slide-left {
    animation: slideLeft 2s ease-in-out forwards;
}

.animate-slide-right {
    animation: slideRightToLeft 2s ease-in-out forwards;
}

.animate-on-scroll,
.animate-on-scroll-left,
.animate-on-scroll-right {
    opacity: 0; /* hidden initially */
}

.homepage-justify-cls p {
    text-align: justify;
    font-size: 21px !important;
}
.commitment-line {
    text-align: center;
    font-size: 38px !important;
}

/* 🔹 Responsive adjustments */
@media (max-width: 1024px) {
    .registration-wrapper {
        padding: 3rem;
        max-width: 90%;
    }

    .homepage-new-section-design .icon {
        width: 60px; /* adjust size */
        height: auto;
        filter: brightness(0) invert(1); /* makes them white, like in screenshot */
    }

    .register-wrapper-headline {
        flex-direction: column;
        align-items: flex-start;
        min-width: auto;
    }

    .register-icon {
        width: 60px;
        margin-top: 10px;
    }

    .btn-RegisterOverview {
        width: 240px;
        height: 160px;
    }

    .containerRegister {
        width: 90%;
    }
    .register-card-wrapper {
        gap: 17px;
    }
}

@media (max-width: 768px) {
    .registration-wrapper {
        padding: 2rem;
    }

    .homepage-new-section-design .icon {
        max-width: 40px;
    }

    .bottom-colored-div {
        max-width: 30px !important;
        margin: auto;
    }

    .homepage-new-section-design .icon {
        width: 40px;
    }

    .registration-box {
        padding: 1rem;
    }

    .homepage-new-section-design .icon {
        width: 8%;
        height: auto;
        filter: brightness(0) invert(1);
    }

    .register-card-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .register-card {
        width: 100%;
        min-width: auto;
        margin-bottom: 1rem;
    }

    .register-wrapper-headline {
        text-align: center;
        align-items: center;
    }

    .register-headline h2 {
        font-size: 1.5rem;
    }

    .register-headline p {
        font-size: 0.9rem;
    }

    .btn-RegisterOverview {
        width: 100%;
        height: auto;
        padding: 1rem;
    }

    .containerRegister {
        width: 100%;
    }

    .free-register-btnn {
        font-size: 14px !important;
    }

    .check-butoon-img {
        width: 24px !important;
        width: 24px !important;
    }

    .gympage-right-section {
        margin-left: 0px !important;
    }
    .bars-row{
        width:100%;
    }
}

@media (max-width: 480px) {
    .registration-wrapper {
        padding: 1rem;
    }

    .homepage-new-section-design .icon {
        width: 20px; 
        height: auto;
        filter: brightness(0) invert(1); 
    }

    .register-icon {
        width: 50px;
    }

    .register-headline h2 {
        font-size: 1.2rem;
    }

    .register-headline p {
        font-size: 0.8rem;
    }

    .input-wrapper input,
    .btn-primary,
    .register-member-scan-btn {
        width: 100%;
    }

    .save-input-wrapper {
        justify-content: center;
    }

    .free-register-btnn {
        font-size: 14px;
    }

    .homepage-new-section-design {
        padding: 20px 32px !important;
    }

    .homepage-gym-class {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .to-favrt-btn button {
        width: fit-content !important;
    }

    .company-gym-card .icons {
        flex-wrap: wrap;
    }

    .homepage-gym-class .containerSearchInput {
        margin: auto !important;
        margin-bottom: 15px !important;
    }

    .fitness-gym-image-section {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .landing-page-register-main-div {
        background: #004152;
        padding: 33px 28px;
    }
    .bar-red {
        width: 100%;
    }
    .bg-green-box-div span{
        font-size:15px !important;
    }
    .commitment-line {
        text-align: center;
        font-size: 14px !important;
    }
    .subtitle{
      font-size:17px;
    }
    .security-inner-div{
        margin-left:0px;
    }
    .safety-top h2 {
        font-size: 24px !important;
    }
    .img-div-main h1{
        font-size:24px;
    }
}



.comment-box-wrapper-design {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
}

    .comment-box-wrapper-design .comment-box {
        flex: 1;
        min-height: 40px;
        border: 1px solid #17a6a6;
        border-radius: 6px;
        padding: 6px 8px;
        resize: none;
        padding-right: 23px;
    }

    .comment-box-wrapper-design .edit-btn i,
    .comment-box-wrapper-design .action-icons i {
        font-size: 18px;
        color: #17a6a6;
        cursor: pointer;
        transition: transform 0.2s, color 0.2s;
    }

        .comment-box-wrapper-design .edit-btn i:hover,
        .comment-box-wrapper-design .action-icons i:hover {
            transform: scale(1.1);
            color: #0d6868;
        }

    .comment-box-wrapper-design .action-icons {
        display: flex;
        gap: 10px;
        position: absolute;
        right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        bottom: 2px;
    }

    .comment-box-wrapper-design .cancel-icon i {
        color: red !important;
    }

    .comment-box-wrapper-design .edit-btn {
        position: absolute;
        right: 20px;
        bottom: 50%;
        transform: translate(0px, 15px);
    }

.landing-page-registration-page {
    margin-top: 35px !important;
}

.homepage-justify-cls {
    margin-bottom: 35px !important;
}

.gym-setting-input-select {
    border: 1px solid #024959 !important;
}

.member-setting-date-picker {
    min-width: 400px;
}

.gymcard-instagram-modal-content a {
    font-size: 18px !important;
}

/* Footer main container */
.lp-footer {
    background: #ffffff;
    border-top: 5px solid #004a54; /* top line like screenshot */
    border-bottom: 15px solid #004a54; /* bottom thick line */
    padding: 40px 20px;
}

/* Flex layout */
.lp-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

/* Each column */
.lp-footer-col ul {
    padding-left: 0px !important;
}

    .lp-footer-col ul li {
        list-style-type: none;
    }

        .lp-footer-col ul li a {
            text-decoration: none;
        }

.landing-page-register-last-div img {
    width: 60px;
}

.social-icon {
    width: 63px; /* min 28px, scale with screen, max 40px */
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .social-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; /* keeps aspect ratio */
        display: block; /* removes inline gap */
    }

.valid-date {
    border: 2px solid green !important;
}

.invalid-date {
    border: 2px solid red !important;
}

.calc-box {
    background: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
    color: #002b36; /* same as text color */
}

.calc-input {
    width: 137px;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #002b36;
    background: transparent;
}


/*css*/
.gyminvoice-inner-container {
    border-radius: 10px;
    padding: 20px 0px;
    /*    width: 968px !important;
    margin: auto;*/
    margin: 0px 82px;
    margin-right: 47px !important;
}

.invoice-box .invoice-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.adjust-align-div {
    align-items:end !important;
}

.invoice-box .main-row {
    gap: 15px;
}
.neu-margin-div{
    margin-left:21px ;
}

.invoice-box .adjustment {
    gap: 56px;
}
.gym-kein-adjustment {
    gap: 34px !important;
}
.company-adjustment {
    gap: 28px !important;
}

.company-member-kein-adjustment {
    gap: 48px !important;
}

.member-kein-adjustment {
    gap: 45px !important;
}
/* consistent column width */
.invoice-box .col {
    min-width: 140px;
    text-align: left;
}

.invoice-box .label {
    font-size: 16px;
    color: #012e40;
}

.invoice-box .amount {
    font-size: 45px;
    font-weight: bold;
    color: #012e40;
    word-break: break-word;
}

    .invoice-box .amount.green {
        color: #2ba84a;
    }

.invoice-box .sign {
    font-size: 50px;
    font-weight: bold;
    color: #818283 !important;
    text-align: center;
}

.gyminvoice-inner-container .badge {
    background: #2ba84a;
    color: #fff;
    padding: 25px;
    border-radius: 8px;
    font-size: 21px;
    font-weight: bold;
    display: inline-block;
}

.member-dashboard-badge {
    min-width: 146px;
}

.badge span {
    font-weight: 400 !important;
}
.gym-badge span {
    font-size: 19px;
}

.gyminvoice-inner-container .adjust-btn {
    background: #004152 !important;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 32px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    min-width: 146px;
}

    .gyminvoice-inner-container .adjust-btn:hover {
        background: #004152 !important;
    }

.kein-adjustment .adjust-btn {
    background: #818283 !important;
}

    .kein-adjustment .adjust-btn:hover {
        background: #818283 !important;
    }


.invoice-row.adjustment .amount {
    font-size: 25px;
}

.amount-empty {
    color: #828384 !important;
}

.green-bg-text {
    background: none !important;
}

.blop-text {
    opacity: 0; /* hidden by default */
    transform: scale(0); /* start small */
}

    .blop-text.animate {
        animation: blopUp 2.8s ease forwards;
    }

@keyframes blopUp {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    80% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* Stable state after animation has already been run once */
.blop-text.stable {
    transform: scale(1);
    opacity: 1;
}

.document-member-inner-box {
    padding: 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 59px;
    margin-right: 59px;
}

.document-margin-spacing {
    margin-left: 66px !important;
}

.document-member-inner-box .document-row {
    display: flex;
    align-items: center;
    padding: 2px 0px;
   
}
.document-member-inner-box .document-name {
    width: 505px;
}
.document-member-inner-box .document-date {
    width: 222px;
}
.document-member-inner-box .document-download-info {
    width: 185px;
}

.document-member-inner-box .document-actions {
    float: right;
}

.member-profile-document-section {
    width: 917px !important;
    padding-right:10px;
}
.document-member-inner-box .document-date {
    font-size: 17px;
    color: #012e40;
    font-weight: 800;
    margin-top: 6px;
}

    .document-member-inner-box .document-name {
        font-size: 17px;
        color: #012e40;
        padding-left: 10px;
        font-weight: 500;
        margin-top:6px;
    }

.company-sepa-document {
    max-width: 516px !important;
    word-wrap: break-word !important;
}

.document-member-inner-box .document-actions {
    display: flex;
    gap: 5px;
}

.instruction-actionmain-div .instructions-action {
    margin-right: 81px !important;
    margin-left: 74px !important;
    padding: 20px 0px !important;
}

.company-member-termination {
    margin-right: 86px;
    margin-left: 86px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.grant-member-div {
    margin-right: 83px;
    margin-left: 86px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.sepa-link{
    cursor:pointer;

}

.instruction-actionmain-div .containerSettings h2 {
    padding-left: 22px;
}

.instruction-actionmain-div .custom-tooltip-wrapper .custom-tooltip {
    margin-left: 26px !important;
    margin-right: 26px !important;
}

.neu-btn {
    background: #2ba84a !important;
    width: fit-content;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 10px;
}

.common-border-radius-heading {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.renew-custom-tooltip {
    position: relative;
    background: #f9e8dc; /* tooltip bg */
    padding: 12px;
    border-radius: 6px;
    display: inline-block;
}

    .renew-custom-tooltip::after {
        content: "";
        position: absolute;
        top: -11px;
        left: 15px;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 13px solid #f9e8dc;
    }

.setting-active-gym .company-gym-card {
    min-height: 278px;
}

.green-text {
    color: #2ba84a !important;
}

.heading-text-margin {
    margin-top: 8px !important;
}

.custom-switch:checked {
    background-color: #3ca6a6;
    border-color: #3ca6a6;
}

.custom-switch:focus {
    box-shadow: 0 0 0 0.25rem #3ca6a6;
}

.remove-dark-btn {
    background: #f44336;
}

    .remove-dark-btn:hover {
        background: #f44336 !important;
    }

.configuration-div {
    margin-left: 30px !important;
}

    .configuration-div .table-responsive {
        height: calc(100vh - 450px);
    }
.security-design-div{
    margin-bottom:44px !important;
}

.admin-contractor-div .table-responsive {
    height: calc(100vh - 507px) !important;
}
.gym-contract-main-div .table-responsive {
    height: calc(100vh - 439px);
}
.company-member-outer-div .table-responsive {
    height: calc(100vh - 443px) !important;
}
.edit-anchor-clss {
    text-decoration: none !important;
    padding: 8px 10px !important;
    border-radius: 4px !important;
    background: #3ca6a6;
    color: #f2e3d5 !important;
    font-weight:600;
}
.admin-profilewrap-div{
    flex-wrap:wrap;
}
.admin-profilewrap-div .memberbox-design-div, .admin-profilewrap-div .company-gym-card {
        max-width: 261px !important;
    }

.admin-contract-table{
    margin-top:0px !important;
}

.radio-main-form .form-check-input.custom-switch {
    background-color: #3ca6a6 !important; /* green */
    border-color: #3ca6a6;
}

.admin-memberprofile-div {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 84px;
    margin-right: 84px;
}
.company-profile-invoice-div .invoice-box .col {
    min-width:auto !important;
}

.company-profile-invoice-div .gyminvoice-inner-container .badge {
    padding: 25px 12px !important;
}
.company-profile-invoice-div .gyminvoice-inner-container .adjust-btn {
    padding-right: 23px !important;
    padding-left: 23px !important;
}

.member-benefit-section {
    width: 100%;
    padding: 60px 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top:10px !important;
}

.member-benefit-container {
    max-width: 800px;
    margin: 0 auto;
}

.member-benefit-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.member-benefit-image {
    width: clamp(180px, 40vw, 330px);
    margin: 0 auto;
}
.member-homepage-img {
    width: clamp(271px, 40vw, 330px) !important;
}

.member-benefit-image img {
    width: 100%;
    height: auto;
    display: block;
}

.member-benefit-title {
    margin-top: 20px;
    font-size: 65px;
    font-weight: 700;
    color: #012E40;
    
}

.member-benefit-text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.6;
    color: #012E40;
    max-width: 600px;
    text-align:justify;
}
.employer-section {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top:20px !important;
}

.employer-container {
    max-width: 800px;
    margin: 0 auto;
}

.employer-title {
    font-size: 99px;
    font-weight: 700;
    color: #012e40;
    margin: 0;
    line-height: 1.2;
}

.employer-subtitle {
    font-size: clamp(18px, 4vw, 45px);
    font-weight: 600;
    color: #1bb3a7;
    margin: 15px 0 30px;
}

.employer-btn {
    display: inline-block;
    background: #1bb3a7;
    color: #f1e0cf !important;
    font-size: clamp(16px, 2.5vw, 30px);
    font-weight: 600;
    padding: 6px 12px !important;
    border-radius: 7px;
    text-decoration: none;
    transition: background 0.3s ease;
}

    .employer-btn:hover {
        background: #159084;
    }

.employer-text {
    margin-top: 25px;
    font-size: clamp(17px, 2vw, 25px);
    color: #012e40;
    line-height: 1.6;
}

.memberlanding-page-footer {
    background: url(Images/Icons/bg-green.png) !important;
    background-repeat: no-repeat !important;
    background-position: center, center !important;
    background-size: cover !important;
}
.member-footer-cls{
    border-top:0px !important;
}
.gym-change-box {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    margin-top: 10px;
}
.member-setting-label {
    font-weight:500 !important;
}
.gym-change-box .form-check-input {
    width: 26px !important;
    height: 26px !important;
    margin-right:12px;
}
.spacing-common-div {
    margin-right: 50px;
    margin-left: 50px;
}
.gym-change-box .form-check {
    display:flex;
}
.gym-serach-highlight p{
    font-weight:600;
    color:darkgrey;
    font-size:17px;
}
.gym-serach-highlight{
    gap:12px;
}
.member-dashboard-invoice {
    margin-left:30px;
}
.invoiceisetting-member-div .dropdown{
    min-width:250px;
}

.member-dashboard-main-div .company-gym-card .logo {
    width: 60px;
    margin: 11px auto;
    height: 60px !important;
    min-height:60px;
}
.profil-gesture-btnn{
    max-width:146px;
}

.profil-gesture-btnn button { 
    margin: auto;
}

.invoice-setting-input{
    min-width:280px;
    height:39px !important;
    margin-top:0px !important;
    border-radius:4px;
}
.disabled_companychange {
    opacity: 0.5 !important;
    pointer-events: none !important;
}
.company-member-img {
    width:300px !important;
}
.btn-sepa-mendat, .btn-sepa-mendat:hover {
    background: #f44336 !important;
    color: #660000 !important;
    border-radius: 7px !important;
}
.btn-sepa-generate, .btn-sepa-generate:hover {
    background: #4caf50;
    color: #1b5e20;
    color: #1b5e20;
    padding: 7px 12px;
}
.document-sepa-name a{
    text-decoration:none;
}
.document-sepa-name {
    border: 2px solid #012E40;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 7px;
}


/*business lunch css start*/

.businesslunch-section {
    margin-top:60px;
    padding-top:25px;
    padding-bottom:81px;
    background: url('Images/bg-img.png') !important;
    background-repeat: no-repeat !important;
    background-position: center,center !important;
    background-size: cover !important;
}
    .businesslunch-section span {
        font-size: clamp(20px, 4vw, 55px);
        color: #012E40;
    }
    .businesslunch-section h2 {
        font-size: clamp(40px, 8vw, 130px);
        font-weight: 800;
        color: #fff;
        line-height:0.7;
        margin:0px;
        padding:0px;
    }
    .businesslunch-section h3 {
        font-size: clamp(35px, 7vw, 100px) !important;
        font-weight: 600;
        color: #012E40;
        line-height: 0.8;
        margin: 0px;
        padding: 0px;
    }
    .businesslunch-section p {
        font-size: clamp(16px, 2.5vw, 25px);
        font-weight: 500;
        color: #fff;
        text-align: justify;
        margin-bottom: 30px;
    }
    .businesslunch-section button {
        margin: auto;
        display: block;
        background: #fff;
        color: #012E40;
        padding: 12px 19px;
        font-size: 22px;
    }

.businesslunch-registration {
    background: #004a54;
    padding:40px 20px;
}

.businesslunch-listing-section {
    background-color: #ffffff;
    color: #222;
    padding: 0;
    margin: 0;
    
}

.businesslunch-listing-header {
    margin-top: -80px;
}

.businesslunch-listing-header .header {
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    padding-bottom: 0px;
    margin: auto;
}

        .businesslunch-listing-header h1 {
            font-size: clamp(30px, 5vw, 60px);
            font-weight: 700;
            margin: 0;
            line-height: 1.2;
        }

            .businesslunch-listing-header h1 .span-1 {
                display: block;
                font-weight: 600;
                color: transparent;
                -webkit-text-stroke: 1px #ffffff;
            }
            .businesslunch-listing-header h1 .span-2 {
                display: block;
                font-weight: 600;
                color: #9ecdcd;
            }
            .businesslunch-listing-header h1 .span-3 {
                display: block;
                font-weight: 600;
                color: #6bb9b8;
            }
            .businesslunch-listing-header h1 .span-4 {
                display: block;
                font-weight: 600;
                color: #25a7a5;
            }

.businesslunch-listing-header .arrows {
    font-size: 28px;
    margin-top: 10px;
    color: #00a8a8;
}

.businesslunch-listing-section .content {
    padding: 40px 20px 60px;
    display: flex;
    flex-direction: column;
    gap: 35px; /* equal spacing between all events */
}

.businesslunch-listing-section .event {
    display: flex;
    align-items: center; /* centers circle & headline vertically */
    gap: 20px;
    min-height: 83px;
}

.businesslunch-listing-section .time {
    background: url('Images/bg-img.png') center center / cover no-repeat;
    color: #fff;
    font-weight: 700;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.businesslunch-listing-section .details {
    display: flex;
    flex-direction: column;
    justify-content: center; /* keeps headline centered to circle */
}

    .businesslunch-listing-section .details h3 {
        margin: 0;
        font-size: clamp(20px, 2vw + 1rem, 27px);
        font-weight: 700;
        color: #012E40;
        line-height: 1.3;
    }

    .businesslunch-listing-section .details p {
        margin-top: 6px;
        font-size: clamp(17px, 1.5vw + 0.5rem, 21px);
        color: #012E40;
        line-height: 1.4;
      
    }

.businesslunch-registration-inner-div {
    background: #fff;
    padding: 40px 92px;
    padding-bottom: 72px;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: auto;
}

    .businesslunch-registration-inner-div h3 {
        font-size: clamp(25px, 5vw, 50px) !important;
        color: #3ca6a6;
    }

    .businesslunch-registration-inner-div h2 {
        font-size: clamp(35px, 7vw, 80px) !important;
        color: #012E40;
        line-height:0.7;
    }
    .businesslunch-registration-inner-div span {
        font-size: clamp(17px, 4vw, 38px);
        color: #012E40;
        line-height:0.8;    
        margin-bottom:10px;
    }



    .businesslunch-registration-inner-div .form-group label {
        display: block;
        font-size: 24px;
        color: #012E40;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .businesslunch-registration-inner-div .form-group input[type="text"],
    .businesslunch-registration-inner-div .form-group input[type="email"] {
        width: 100%;
        padding: 10px;
        border: 2px solid #012E40;
        border-radius: 4px;
        font-size: 16px;
        outline: none;
    }

    .businesslunch-registration-inner-div .form-group input:focus {
        border-color: #1aa3a9;
        box-shadow: 0 0 0 2px rgba(26,163,169,0.15);
    }

    .businesslunch-registration-inner-div .checkbox-group {
        margin-bottom: 20px;
    }

    .businesslunch-registration-inner-div .checkbox-options {
        display: flex;
        gap: 20px;
        margin-top: 5px;
    }
    .businesslunch-registration-inner-div .form-group {
        margin-bottom: 20px;
    }

    .businesslunch-registration-inner-div .checkbox-options label {
        display: flex;
        align-items: center;
        font-size: 22px;
        color: #012E40;
        gap: 5px;
        width: 50%;
    }
        .businesslunch-registration-inner-div .checkbox-options input {
            width:27px;
            height:27px;
            border:2px solid #000;
            margin-right:13px;
        }

    .businesslunch-registration-inner-div .submit-btn {
        background-color: #1aa3a9;
        color: #f1e0cf !important;
        border: none;
        padding: 10px 25px;
        border-radius: 9px;
        cursor: pointer;
        font-size: 19px;
        margin-top: 20px;
        margin-left: auto;
        display: block;
    }

  .businesslunch-registration-inner-div .submit-btn:hover {
     background-color: #178c92;
      }
.company-setting-subdiv{
    width:947px;
    margin:0px auto;
}
.gym-marketing-section, .gym-marketing-section .downloads-main-div {
    min-height: auto !important;
}

.main-page-row .company-gym-card {
    min-height: 322px;
}

.businesslunch-link-section p {
    font-size: 17px;
    color: #012E40;
}

.table-hompage-gym .table-custom-bg {
    background: #024959;
}
.table-hompage-gym table th, .table-hompage-gym table td, .table-hompage-gym table td a {
    color: #fff !important;
}
.member-dashboard-log {
    margin-left: 30px;
}

    .member-dashboard-log .member-dashboard-logbuch .img-HeaderBox {
        width: 62px;
        margin-left: 10px;
    
    }

    .member-dashboard-log .member-dashboard-logbuch h2 {
       padding-left:0px !important;
    }

.employer-code-div, .employer-scanner-div, .employeer-code-div {
    display: flex;
    align-items: center;
}
    .employer-code-div{
        margin-top:20px;
        justify-content:space-between;
    }

.scanner-sub-div {
    width: 200px;
    height: 120px;
    border-radius: 12px;
    border: 2px solid #004b5c;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scanner-code-sub-div {
    border: 2px solid #004b5c;
    padding: 20px 60px;
    border-radius: 12px;
    margin-right: 40px;
    font-size: 23px;
}
.scanner-sub-div img {
    width:75px;
}
.releasing-btnn {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border-radius: 4px !important;
}

.spea-mandate-div, .btn-sepa-mendat {
    width: 50%;
}
.spea-mandate-div button{
    width: 100%;
}

/*company setting logo button*/
.logo-company-setting .file-upload-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #024959;
    border-radius: 6px;
    width: 100%;
    min-width: 230px; /* adjust overall width */
    background-color: #fff;
}

/* Custom "Durchsuchen" button */
.logo-company-setting .custom-upload-btn {
    background-color: #024959;
    color: #fff;
    font-weight: bold;
    padding: 6px 14px;
    border-right: 1px solid #cccccc;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.2s;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .logo-company-setting .custom-upload-btn:hover {
        background: #024959;
    }

/* File name text */
.logo-company-setting .file-name {
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px; /* reduce white box width */
}

/* Icon button (optional) */
.logo-company-setting .icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #024959;
    font-size: 20px;
    padding: 0 4px;
}

.reset-password-div .eyeshow-password-btn {
    position: absolute;
    right: 10px;
    top: 36px;
    border: none;
    background: transparent;
    color: #666;
}


.reset-password-div .eye-btnn {
    top:40%;
}

.reset-password-div button:focus {
   box-shadow:none !important;
}
.anchor-link-clss{
    text-decoration:underline;
    cursor:pointer !important;
}

.sign-col {
    max-width: 30px;
    min-width: 30px !important;
    margin-right:50px;
}
.sign-equal {
    max-width: 30px;
    min-width: 30px !important;
    margin-right: 54px;
}
.gym-sign-equal {
    max-width: 30px;
    min-width: 30px !important;
    margin-right: 42px;
}
.gym-sign-col {
    max-width: 30px;
    min-width: 30px !important;
    margin-right: 35px;
}
.member-sign-col {
    max-width: 30px;
    min-width: 30px !important;
    margin-right: 60px;
}

.btn-card, .btn-card:hover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #024959;
    padding: 12px;
}
    .btn-card:active, .btn-card.active {
        background: #3ca6a6 !important;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 12px;
    }
.btn-list.active, .btn-list:active {
    background: #3ca6a6 !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 12px;
}

.btn-list, .btn-list:hover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #024959;
    padding: 12px;
}

@media (max-width:767px) {
    .businesslunch-registration-inner-div {
            padding: 20px 45px;
        }

    .businesslunch-section {
        padding: 30px;
        padding-bottom: 49px !important;
    }
    .businesslunch-listing-header {
        margin-top: -62px !important;
    }

        .businesslunch-logo-div img {
            margin-top: -34%;
            width: 156px;
        }

        .businesslunch-listing-header {
            margin-top: -53px;
        }

    .gym-display-width {
        min-width: 200px;
        max-width: 200px;
        word-break: break-all;
    }
    }

    @media (max-width: 600px) {
        .businesslunch-listing-section .event {
            flex-direction: column;
            align-items: flex-start;
        }

        .businesslunch-listing-section .time {
            margin-bottom: 8px;
        }
    }


    @media (min-width: 2200px) {
        .gym-knowmore-contentright-div {
            max-width: 1000px;
        }

        .gym-knowmore-contentleft-div {
            max-width: 1000px;
            margin-left: auto;
        }
    }

    @media (min-width: 2000px) {
        .admin-profilewrap-div .memberbox-design-div, .admin-profilewrap-div .company-gym-card {
            max-width: 262px !important;
        }
    }

    @media (max-width: 1130px) {
        .businesslunch-logo-div img {
            margin-top: -55px;
            width: 232px;
        }
    }

    @media (max-width: 575px) {
        .landing-page-text {
            font-size: 15px !important;
        }

        .landing-page-corporate-fitness-inner-content p {
            font-size: 17px !important;
            padding-right: 0px;
            padding-left: 0px;
            font-weight: 500 !important;
            line-height: 1.5;
        }

        .landing-main-advantage-section {
            margin-top: 20px !important;
        }

        .landing-page-registration-page {
            margin-top: 10px;
        }

        .free-register-btnn {
            font-size: 15px !important;
        }

        .landing-page-register-main-div p {
            font-size: 18px !important;
        }

        .homepage-members-main-div .homepage-member-bg-plain-div button, .homepage-section-content-div button, .register-mainflex-div button {
            width: fit-content;
        }

        .fitness-right-text-div {
            margin-right: 32px;
            margin-left: 0px !important;
        }

        .jobfit-content-data-div p {
            font-size: 17px !important;
        }

        .homepage-member-right-div .member-img-div {
            width: 250px !important;
        }

        .heading-response-class {
            font-size: 28px !important;
        }

        .text-padding-class {
            padding-top: 4px !important;
        }

        .fitnessgym-control-section {
            margin: 40px auto !important;
            padding:0px 36px;
        }

        .billing-schema {
            padding-top: 0px !important;
            padding-bottom: 13px !important;
        }

        .fitness-heading-class {
            margin-top: 0px !important;
        }

        .fitness-landing-page-design {
            padding-top: 25px !important;
        }

        .how-it-works-sub-image-section {
            padding: 20px 32px !important;
        }

        .bg-green-box-div strong {
            line-height: 65px;
        }

        .advantages-list ul li {
            margin-bottom: 0px !important;
        }

        .jest-registration-btnn {
            margin: 24px auto !important;
        }

        .fitness-card-inner-section p {
            font-size: 15px !important;
        }

        .fitness-card-class {
            font-size: 24px !important;
        }

        .regionality-padding-class {
            padding-left: 20px;
            padding-right: 20px;
            padding-top:25px;
        }

        .fitness-margin-class {
            padding-top: 0px !important;
            margin-top: 0px !important;
            padding-bottom: 7px !important;
        }

        .company-member-img {
            width: 150px !important;
        }

        .company-responsive-right-section {
            width: 100% !important;
        }

        .employer-section {
            padding: 17px 32px !important;
        }

        .homepage-member-right-div .member-img-div {
            width: 171px !important;
        }

        .homepage-fitness-img {
            margin-left: 10px !important;
        }

        .calc-box {
            padding: 5px 20px;
        }

        .companies-margin-right {
            margin-right: 10px !important;
        }

        .company-cost-term {
            margin: 20px !important;
        }

        .businesslunch-logo-div img {
            margin-top: -45%;
            width: 114px;
        }
        .lp-footer-container {
            flex-direction: column;
        }
        .common-margin-top{
            margin-top:9px;
        }
        .fitness-studio-text{
            margin-top:0px !important;
        }
        .calc-input {
            width: 76px !important;
            font-size: 18px;
        }
        .calc-box {
            padding: 5px 8px !important;
            margin: 0px;
        }

        .example-card {
            padding: 22px;
        }

        .calculation-row span {
            font-size: 15px;
            text-align: left;
            display: block;
        }
        .calc-result {
            font-size: 30px;
            margin-left: 0px;
            margin-top: 10px;
        }
        .calc-symbol {
            font-size: 20px;
            vertical-align: middle;
            align-self: center;
            margin-bottom: 17px;
        }
        .bars-row {
            margin: 40px 0px;
        }
        .calculation-row {
            margin-bottom: 28px;
        }
        .bars-row {
            margin: 16px 0px;
        }
        .subtitle {
            margin: 0px 0 40px;
        }
        .main-advantages-section p {
           padding:0px;
          
        }
        .revenue-price-span{
          margin-top:-13px;
        }

        .homepage-gym-class {
           background: none; 
           border-radius:0;
           padding-bottom:0; 
           border:0; 
        }
        .steu-img-div {
            margin-left: 20px !important;
            margin-top:40px;
        }
        .nextlevel-img-div {
            margin-left: 20px !important;
          
        }

        .einf-img-div{
            margin-right:20px;
            margin-bottom:16px;
        }
        .einf-text{
            margin-right: 20px;
            margin-top:10px;
        }
         .enif-lines {
            margin-right: 32px;
        }
        .membergain-heading{
            margin-bottom:8px;
        }

        .landing-page-text-p{
            margin-top:1px !important;
        }
        .lp-footer {
            padding: 40px 36px;
        }
        .home-page-left-img{
            margin-left:27px !important;
        }
        .home-page-right-img {
            margin-right: 27px !important;
        }
        .homepage-gym-main-section .company-gym-card {
            width: 318px;
        }
        .the-bg-section-cls {
            padding-right:8px;
            padding-left:8px;
        }
        .businesslunch-registration-inner-div {
            padding: 20px 16px;
        }
        .businesslunch-registration {
            background: #004a54;
            padding: 40px 20px;
        }
        .businesslunch-section button {
           font-size:17px;
        }
        }

    @media (max-width:510px) {
        .businesslunch-logo-div img {
            margin-top: -60%;
            width: 114px;
        }
        .fitness-heading-reponsive{
            padding:0px !important;
        }
        .bloop-register-number{
            font-size:35px !important;
        }
        .commitment-line{
            padding-top:0px !important;
        }
        .businesslunch-section h2 {
            line-height: 1.2;
        }
        .businesslunch-section p{
            margin-top:10px;
        }
        .businesslunch-link-section p {
            font-size: 15px;
        }
        .businesslunch-registration-inner-div .form-group label {
            font-size: 16px;
        }
        .businesslunch-listing-section .event {
            gap: 0px;
   
        }
        .businesslunch-registration-inner-div .submit-btn {
            width: 100%;
            padding: 7px 25px;
            font-size: 17px;
        }
        .businesslunch-registration-inner-div .form-group input[type="text"], .businesslunch-registration-inner-div .form-group input[type="email"] {
            border: 1px solid #012E40;
            
        }
        .businesslunch-registration-inner-div .form-group {
            margin-top: 8px !important;
        }
        .gym-knowmore-contentright-div{
             padding-top:18px;
        }
        .gym-knowmore-contentleft-div {
            padding-top: 18px;
        }
        .load-more-btn{
            margin-bottom:15px;
        }
        }

@media (max-width:488px) {
    .businesslunch-logo-div img {
        margin-top: -65%;
        width: 114px;
    }
   
}
        @media (max-width:418px) {
            .businesslunch-logo-div img {
                margin-top: -146%;
                width: 78px;
            }
            .custom-dropdown-select-gym .dropdown-item .gym-name {
                margin-left: 7px;
                margin-right: 17px;
            }
        }
        @media (max-width:400px){
            .businesslunch-logo-div img {
                margin-top: -251%;
                width: 72px;
                margin-left: -23px;
            }
           
        }
.logo {
    width: 200px; /* container width */
    height: 200px; /* container height */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.responsive-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}


/* sidebar responsive new changes*/

/* Default sidebar (desktop) */
.company-sidebar-inner-div {
    width: 10%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    /* Collapsed (hidden) on mobile */
    .company-sidebar-inner-div.collapsed {
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
    }

    /* Expanded (open) state on mobile */
    .company-sidebar-inner-div.open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

/* Hamburger button */
.sidebar-toggle {
    background: none;
    border: none;
    font-size: 22px;
    color:#fff;
    margin: 0px;
    cursor: pointer;
    position: relative;
    z-index: 99999 !important; /* ensure it's above sidebar */
    background: #3ca6a6;
    margin: 0px;
    border-radius: 0px 12px 12px 0px;
    line-height:1;
}

@media (max-width:991px){
     .company-sidebar-inner-div {
        position: fixed;
        top: 155px; /* keep as you want */
        left: 0;
        width: 70%;
        height: calc(100% - 155px); /* ensure full height without overflow */
        background-color: #fff;
        box-shadow: 2px 0 8px rgba(0,0,0,0.2);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        z-index: 999999 !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch !important;
    }
    .company-sidebar-inner-div.open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        padding-top: 20px;
    }

    .sidebar-toggle {
        display: block;
        position: fixed;
        left: 0px;
        top: 158px;
        z-index: 9999999 !important;
    }

    .company-dashboard-main-div, .company-workers .containerSettings, .company-gyms .containerSettings {
        margin: 12px !important;
    }

}

/* ---------- Mobile Styles (below 767px) ---------- */
@media (max-width: 767px) {
   
    .registration-outer-wrapper {
        padding: 12px;
        display: block;
        margin: auto;
    }

    .registration-wrapper {
        max-width: 100%;
    }

    .contract-filter-div h5 {
        font-size: 13px;
    }

    .contract-filter-inner-div {
    }

    .to-favrt-btn {
        width: fit-content;
        margin: auto;
    }

    .setting-button-clss {
        width: fit-content;
        margin: 12px 0px !important;
    }

    .company-setting-subdiv {
        width: 89% !important;
    }

    .btn-danger {
        margin-left: 0px !important;
    }

    .company-setting-main {
        margin: 12px !important;
    }

    .half-payment-tooltip {
        margin: auto;
        text-align: center;
    }

    .employer-code-div {
        flex-direction: column;
    }

    .jobfit-quit-btnn.btn-primary {
        width: fit-content !important;
    }

    .employer-scanner-div, .employeer-code-div {
        flex-direction: column;
    }

    .admin-sepa-tooltip {
        flex-direction: column;
        margin: 12px 0px !important;
        padding: 18px !important;
    }

    .company-setting-subdiv .row div {
        padding: 0px;
        width: 100%;
    }

    .socialmedia-main-div {
        flex-direction: column-reverse;
        justify-content: start !important;
        align-items: start !important;
        margin-top:12px;
    }

    .gym-marketing-main-div div {
        text-align: left !important;
    }

    .instruction-box {
        padding: 9px !important;
    }

    .gym-marketing-main-div button {
        width: fit-content;
    }

    .gym-marketing-main-div h5 {
        font-size: 17px !important;
    }

    .btn-sepa-mendat {
        width: 100%;
    }

    .gym-setting-contact-info {
        align-items: start !important;
    }

    .sepa-button-main-div {
        flex-direction: column;
    }

    .gym-setting-contact-info {
        flex-direction: column;
    }

    .logo-content-div {
        width: fit-content !important;
    }

    .payment-tooltip {
        text-align: center;
    }

    .gym-setting-page {
        margin: 10px 12px;
    }

    .employeer-code-div button, .employer-scanner-div button {
        width: fit-content !important;
        margin-top: 12px;
    }

    .scanner-code-sub-div, .scanner-sub-div {
        margin: 0px;
    }

    .scanner-code-sub-div {
        margin-top: 12px;
    }

    .logo-company-setting {
        flex-wrap: wrap;
        gap: 12px;
    }

    .gym-invoice-chart-section {
        margin: 0px !important;
    }

    .controlling-content-div {
        margin-top: 20px;
        padding-left: 0px !important;
    }

    .row-left-section, .company-invoice-chart-row {
        padding: 14px !important;
    }

    .invoice-main-div, .company-main-div, .company-invoice .containerSettings {
        margin: 12px !important;
    }

    .company-invoice-chart-div {
        padding: 12px 0px !important;
        width: 100%;
    }

    .dashboard-count-list p {
        line-height: 1;
    }

    .gym-invoice-chart {
        width: 100%;
        margin-top: 12px;
    }

    .unternehmen-container .right-content-row .col-md-3, .right-content-row .col-md-9 {
        padding: 0;
    }

    .termination-main-div .table-responsive {
        height: calc(100vh - 402px);
    }

    .confirm-btnn-termination-company {
        min-width: 102px !important;
    }

    .termination-main-div {
        margin: 12px;
    }

    .pagination-outer-main-div {
        flex-direction: column;
        align-items: start !important;
        margin: 12px;
    }

    .bottom-redirect-div {
        margin-left: 0px;
    }

    .member-main-div, .contracts-main-div, .downloads-main-div, .company-marketing-inner-div {
        margin: 12px !important;
    }
    .gym-profile-edit-btn {
        min-width: max-content;
    }
    .gym-contract-main-div .table-responsive {
        height: calc(100vh - 501px);
        margin: 15px 21px !important;
    }

    .company-setting-subdiv .row p{
        padding:0px;
    }

    .company-invoice-chart-section{
        width:100%;
    }

    .company-gymcards-main-div{
        margin: 0px 12px !important;

    }
    .profile-edit-btn {
        display: block;
        width: 100%;
        min-width: max-content;
    }

    .gym-memberprofile-card-div {
        margin: 27px 26px !important;
        justify-content: start !important;
    }
    .gymprofilecompany-card{
        margin-top:20px;
    }
    .instruction-actionmain-div .instructions-action {
        margin-right: 16px !important;
        margin-left: 18px !important;
        padding: 20px 0px !important;
    }
    .company-member-termination {
        margin-right: 31px;
        margin-left: 31px;
    }
    .profil-termination-wrapper{
        flex-direction:column;
    }
    .company-member-profile .containerSettings {
       margin:12px !important;
    }
    .col-padding{
      padding-left:0px !important;
    }
    .company-member-profile .membership-section .input-wrapper {
        width: 100%;
    }
    .grant-member-div {
        margin-right: 28px;
        margin-left: 28px;
    }
    .gyminvoice-inner-container {
        margin: 0px 29px;
      
    }
    .document-member-inner-box .document-row{
        flex-direction:column;
        align-items:start !important;
    }
    .member-profile-document-section {
        width: auto !important;
        margin: 14px !important;
    }
    .document-member-inner-box .document-download-info {
        width: auto;
    }

    .invoice-box .invoice-row {
        flex-direction: column;
        align-items: start !important;
    }
    .invoice-box .amount{
        margin-left:0px !important;
    }
    .neu-btn {
        margin-left:0px !important;
    }
    .neu-margin-div {
        margin-left: 0px !important;
    }
    .invoice-box .amount {
        font-size: 28px;
    }
    .invoice-fixedamount {
        display: flex;
        min-width: 100% !important;
    }

    .invoice-number-inner-div {
        min-width: 329px !important;
    }
    .document-member-inner-box .document-name {
        width: auto !important;
    }
    .company-sepa-document {
        max-width: auto !important;
    }
    .gymcard-instagram-modal-content {
        min-width: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 20px !important;
    }
    .invoicecompany-number-inner-div {
        display: flex;
        min-width: 320px !important;
        margin-top:20px;
    }
        .invoicecompany-number-inner-div .sign-col {
            margin-right: 22px;
        }
    .table-hompage-gym{
        margin:0px !important
    }

    .homepage-gym-main-section .container, .homepage-gym-main-section .col-lg-12 {
        padding: 0px !important;
    }
    .custom-dropdown-select-gym .dropdown-item .gym-name {
        margin-left: 15px;
        margin-right: 22px;
    }
    .member-registration .input-wrapper .form-control {
        padding-right: 0.5rem;
        height: 100%;
        min-height:45px;
    }
    .register-location-dropdown span {
        display: inline-block;
        word-break: break-all;
        white-space: normal;
    }

    .register-location-dropdown {
        flex-wrap: wrap
    }
    html, body {
        overscroll-behavior: contain;
    }
    }


/* ---------- Desktop (768px and up) ---------- */
@media (min-width: 991px) {
    .sidebar-toggle {
        display: none;
    }

    /* ⚠️ unchanged desktop styles — as you requested */
    .company-sidebar-inner-div {
        display: flex !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 10%;
        box-shadow: none;
    }
}
.businesslunch-btnn{
    display:block;
    text-align:right;
    margin-top:20px;
}


.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ===== MOBILE ONLY ===== */
@media (max-width: 768px) {

    /* Make the 'Name' column appear first */
    table th:nth-child(3),
    table td:nth-child(3) {
        order: -1;
    }
    .table-hompage-gym table th:nth-child(3), .table-hompage-gym table td:nth-child(3) {
        order: inherit !important;
    }

    /* Convert table layout for mobile flexibility */
    table thead tr,
    table tbody tr {
        display: flex;
        width: max-content; /* allows horizontal scroll */
    }

    table th,
    table td {
        display: flex;
        align-items: center;
        min-width: 120px; /* adjust for readability */
    }

        /* Sticky 'Name' column */
        table th:nth-child(3),
        table td:nth-child(3) {
            position: sticky;
            left: 0;
            background: #fff;
            z-index: 3;
            min-width: 150px;
            max-width: 150px;
        }
        /* Sticky 'Name' column */
        table th:nth-child(3) {
            position: sticky;
            left: 0;
            background: #f8f9fa;
            z-index: 3;
            min-width: 150px;
        }


    /* Sticky header */
    thead th {
        position: sticky;
        top: 0;
        background: #f8f9fa;
        z-index: 4;

    }

        thead th:nth-child(3) {
            z-index: 5;
        }


    /* Sticky 'Name' column */
    .table-hompage-gym table th:nth-child(3),
    .table-hompage-gym table td:nth-child(3) {
        position: inherit !important;
        background: none;
        z-index: inherit;
        min-width: fit-content;
        max-width: fit-content;
    }
    /* Sticky 'Name' column */
    .table-hompage-gym table th:nth-child(3) {
        position: inherit !important;
        background: none;
        z-index: inherit;
        min-width: fit-content;
        max-width: fit-content;
    }
}

.td-content-show {
    display: none !important;
}

.td-content-hide {
    display: table-cell !important;
}

@media (max-width: 575px) {
    .td-content-show {
        display: flex !important;
        align-items:start;
    }

    .td-content-hide {
        display: none !important;
    }
    .landingpage-table-gym-td {
        flex-direction: column;
        align-items: start !important;
        max-width: 400px;
    }
    .landing-pagetable-td {
        align-items: flex-start;
    }
    .td-content-show button {
        padding: 5px !important;
        font-weight: 600;
        font-size: 13px;
    }
    .td-content-show img {
        width: 18px !important;
    }
    .td-content-show .icons-list div {
        width:28px;
        height:28px;
    }
    .td-content-show .icons-list {
        gap: 5px;
        margin-left: 7px;
        margin-top: 0px;
    }
    .landingtable-th-cls{
       width:220px !important;
    }
    .navbar-collapse {
        top: 65px;
    }
}


.invoice-change-profile{
    display:flex;
/*    min-width:540px;*/
}
.invoice-number-inner-div {
    display: flex;
    min-width: 459px;
}
.invoicecompany-number-inner-div {
    display: flex;
    min-width: 455px;
}
.invoice-totalnumber-inner-div {
    display: flex;
    min-width: 282px;
}
.invoice-fixedamount {
    display: flex;
    min-width: 754px;
    align-items: end;
}
.gymcard-instagram-modal-content{
    max-height:calc(100% - 105px);
    overflow-y:scroll;
}
.company-marketing-inner-div{
    margin-left:30px;
}

.gym-sign-equal, .gym-sign-col, .sign-col, .sign-equal {
    display: flex;
    align-items: center;
}

.cky-btn-close, .cky-btn-close:hover, .cky-btn-close:active, .cky-btn-close.active {
    background: #f1e0cf !important;
}