/* _content/jobfit100.UI/Components/Layout/Footer.razor.rz.scp.css */
.layout-footer[b-rcqixif3tz] {
/*    height: 50px;    */
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width:576px) {
    .layout-footer[b-rcqixif3tz] {
        height:auto;
    }
    .footer-nav[b-rcqixif3tz]{
        gap:12px;
    }
}
/* _content/jobfit100.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h7e3xqdns7] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-items: center;
    height: 100vh;
    margin: 0;
}

main[b-h7e3xqdns7] {
    flex: 2;
}


.navbar[b-h7e3xqdns7] {
    /*padding: 10px 0px 10px 0px;*/
    flex-shrink: 0;
}

.container[b-h7e3xqdns7] {
    max-width: 1300px;
    margin: 0 auto; /* Centers the container horizontally */
}

.main-content[b-h7e3xqdns7] {
    flex-grow: 1; /* Das main-Element nimmt den restlichen Platz ein */
    overflow: auto; /* Erm�glicht Scrollen, falls der Inhalt zu gro� ist */
}



/*

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row ::deep a, .top-row ::deep .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
    text-decoration: underline;
}

.top-row ::deep a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: column;
    }

    .navbar {
        height: 100px;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
        */
#blazor-error-ui[b-h7e3xqdns7] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);

    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-h7e3xqdns7] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


/* _content/jobfit100.UI/Components/Layout/NavMenu.razor.rz.scp.css */

.img-logo[b-20qszgghq4] {
    width: 130px;
}

.div-nav[b-20qszgghq4] {
   
    position:sticky;
}

.main-header-navbar[b-20qszgghq4] {
    border-bottom: 1px solid #ddd;
}

.navbar[b-20qszgghq4] {
    position: relative;
    z-index: 9999999;
}

.navbar-menus-list[b-20qszgghq4] {
    justify-content: end;
}

.navbar-menus-list .nav-link.active[b-20qszgghq4] {
    border-bottom: 3px solid #17a6a6; /* or any color you like */
}

/* Hamburger button style */
.navbar-toggler[b-20qszgghq4] {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    color:#17a6a6;
    padding-right:0px !important;
}

/* NavLink style (already in your design) */
.navbar-menus-list .nav-link[b-20qszgghq4] {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

    /* Border for active nav link */
    .navbar-menus-list .nav-link.active[b-20qszgghq4] {
        border-bottom: 2px solid #17a6a6 !important;
    }

/* Optional spacing in mobile menu */
@media (max-width: 992px) {
    .navbar-menus-list .nav-link[b-20qszgghq4] {
        padding: 10px 0;
        border-top: 1px solid #eee;
    }
    .main-header-navbar[b-20qszgghq4] {
        z-index: 999999 !important;
    }
}


/*
.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
}


.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}
    
    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }
    
    .nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {
        -- Never collapse the sidebar for wide screens 
        display: block;

        -- Allow sidebar to scroll for tall menus 
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

*/

.navbar-toggler-icon img[b-20qszgghq4]{
 width:20px;
}


.navbar-toggler-icon[b-20qszgghq4] {
    width: auto;
    height: auto;
}

a.nav-link.active[b-20qszgghq4] {
    border-bottom: 4px solid #17a6a6 !important;
}
/* _content/jobfit100.UI/Components/Layout/SettingsLayout.razor.rz.scp.css */
body[b-487kgtr2d2] {
}
/* _content/jobfit100.UI/Components/Layout/SettingsSidebar.razor.rz.scp.css */
.nav-link-costum.active[b-61qqc8lf6y] {
    background-color: #e0f0ff;
    border-radius: 8px;
    padding: 5px;
}
/* _content/jobfit100.UI/Components/Pages/Account/Signout.razor.rz.scp.css */
.signout-container[b-lymqqhwnlf] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 162px);
    background-color: #f5f7fb;
}

.signout-card[b-lymqqhwnlf] {
    background: #fff;
    padding: 40px 60px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
}

.signout-icon[b-lymqqhwnlf] {
    font-size: 64px;
    color: #4caf50;
    margin-bottom: 20px;
}

.signout-card h2[b-lymqqhwnlf] {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.signout-card p[b-lymqqhwnlf] {
    color: #666;
    margin-bottom: 30px;
}

.btn-login[b-lymqqhwnlf] {
    background-color: #024959;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

    .btn-login:hover[b-lymqqhwnlf] {
        background-color: #036b73;
    }
/* _content/jobfit100.UI/Components/Pages/Admin/Contracts.razor.rz.scp.css */
.admin-contractor-div[b-fxjfy08aft]{
    margin-left:30px;
}
/* _content/jobfit100.UI/Components/Pages/Admin/Dashboard.razor.rz.scp.css */
@media (max-width:991px){
   
}

@media (max-width:767px) {
    .company-dashboard-offboarding-main-div[b-zwjzka944t] {
        flex-direction: column;
       
    }
    .div-BoxLeft[b-zwjzka944t], .div-BoxRight[b-zwjzka944t] {
        width: 100%;
        padding-right: 0px;
    }
    .div-BoxRight[b-zwjzka944t] {
      padding-left:0px;
      padding-right:0px;
    }
    .document-member-inner-box[b-zwjzka944t]{
        margin:0px !important;
    }
}

.admin-dashboard .containerDashboardOverview h3[b-zwjzka944t] {
    font-size: clamp(20px, 4vw, 40px) !important;
}
/* _content/jobfit100.UI/Components/Pages/Admin/Invoice.razor.rz.scp.css */

.all-gyms-wrapper[b-k9324w1rat]{
    width:730px;
}

.admin-invoice-company-div[b-k9324w1rat] {
    gap: 1%;
}

.all-gyms-header[b-k9324w1rat] {
    background: #153f52 !important;
    padding: 12px 20px !important;
    border-radius: 12px 12px 0 0 !important;
    font-size: 20px !important;
}

.accordion-item[b-k9324w1rat] {
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #cfcfcf !important;
}

.accordion-button[b-k9324w1rat] {
    background: #efefef !important;
    font-size: 20px;
    color: #004b5c !important;
}

    .accordion-button:not(.collapsed)[b-k9324w1rat]::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004b5c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

.main-header-collapse[b-k9324w1rat]{
    margin-bottom:14px;
}

.accordion-body p[b-k9324w1rat] {
    margin-bottom: 6px;
}
.accordion-header[b-k9324w1rat]{
    width:100%;
}
.main-header-collapse .accordion-button:not(.collapsed)[b-k9324w1rat]::after {
    filter: brightness(0) invert(1) !important; /* makes the SVG icon white */
    transform: rotate(-180deg) !important;
}
.main-header-collapse .accordion-button[b-k9324w1rat]::after {
    filter: brightness(0) invert(1) !important;
}
.accordion-button[b-k9324w1rat]{
    background: #d9dada !important;
    font-size: 18px;
}
.accordion-item[b-k9324w1rat]{
    border :none !important;
}

.accordion-body[b-k9324w1rat]{
    padding-left:0px !important;
}
.accordion-button:focus[b-k9324w1rat]{
box-shadow:none !important;
border:none !important;
}
.accordion-button[b-k9324w1rat]::after {
    transform: rotate(0deg) !important;
}
.main-header-collapse .accordion-button:not(.collapsed)[b-k9324w1rat]::after {
    transform: rotate(0deg) !important;
}


    .invoice-check-container[b-k9324w1rat] {
    border: 2px solid #0f6b79;
    border-radius: 12px;
    width: 430px;
    background: white;
    font-family: Arial, sans-serif;
}

.invoice-check-header[b-k9324w1rat] {
    display: flex;
    align-items: center;
    background: #0f6b79;
    color: white;
    padding: 12px 16px;
    border-radius: 10px 10px 0 0;
}

.invoice-check-header h2[b-k9324w1rat] {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 600;
}

.header-icon[b-k9324w1rat] {
    width: 32px;
}

.invoice-check-body[b-k9324w1rat] {
    padding: 20px;
}

.status-line[b-k9324w1rat] {
    display: flex;
    margin-bottom: 10px;
}

.status-dot[b-k9324w1rat] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
}

.green[b-k9324w1rat] {
    background: #00a65a;
}

.status-title[b-k9324w1rat] {
    font-weight: bold;
    margin: 0;
}

.status-text[b-k9324w1rat] {
    margin: 0;
    color: #0f6b79;
    font-size: 14px;
}



.sample-header[b-k9324w1rat],
.sample-row[b-k9324w1rat] {
    display: grid;
    grid-template-columns: 120px 1fr 60px;
    align-items: center;
    margin-bottom: 8px;
}

.sample-header[b-k9324w1rat] {
    font-weight: bold;
    color: #0f6b79;
}

.sample-row input[type="text"][b-k9324w1rat] {
    width: 100%;
    padding: 4px;
}

.sample-row input[type="checkbox"][b-k9324w1rat] {
    width: 20px;
    height: 20px;
}
.billing-list span[b-k9324w1rat]{
    font-weight:600;
}

.checkbox-input[b-k9324w1rat] {
    width: 28px;
    height: 28px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #004b5c;
    border-radius:3px;
}

button.btn-primary:focus[b-k9324w1rat] {
    border: none !important;
    background: #3ca6a6 !important;
    color: #f2e3d5 !important;
}
.admin-book-member-inner-div[b-k9324w1rat], .admin-member-booking-inner-content-div[b-k9324w1rat] {
    margin-left: 14px;
}
.execution-date-input[b-k9324w1rat]{
    max-width:154px;
}

.kontrolle-modal-box[b-k9324w1rat] {
    border-radius: 12px;
}

.kontrolle-title[b-k9324w1rat] {
    color: #004b5c;
    font-weight: 700;
}

.kontrolle-main-checkbox[b-k9324w1rat] {
    width: 22px;
    height: 22px;
}

.kontrolle-checkbox[b-k9324w1rat] {
    width: 18px;
    height: 18px;
}

.kontrolle-main-label[b-k9324w1rat] {
    font-weight: 600;
    margin-left: 6px;
}
/* show X icon even without bootstrap-icons */
.custom-close-btn[b-k9324w1rat] {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23000' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat center center;
    opacity: 1 !important;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
}
.custom-close-btn[b-k9324w1rat] {
    color: #fff !important;
}
    .custom-close-btn:hover[b-k9324w1rat] {
        color: #fff !important;
    }

.admin-invoice-modal[b-k9324w1rat]{
    z-index:999999 !important;
}
.kontrolle-title[b-k9324w1rat]{
    color:#fff !important;
}


.admin-invoice-modal .modal-header[b-k9324w1rat] {
    background: #004b5c;
}

.select-month-btn:disabled[b-k9324w1rat] {
    background: #ebecec !important;
    border: 1px solid grey !important;
    color:grey !important;
}

.accordion-body[b-k9324w1rat]{
    padding-bottom:0px !important;
    padding-top:10px !important;
}

.accordion-body p[b-k9324w1rat] {
    margin-bottom: 0px !important;
}

.billing-month-outer-div .form-select[b-k9324w1rat] {
    max-width: 220px;
    border: 1px solid #767675;
}

.billing-month-outer-div .form-select:focus[b-k9324w1rat] {
   box-shadow:none !important;
}

.gym-list-invoice[b-k9324w1rat] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin-left: 43px;
}

.gym-list-invoice p[b-k9324w1rat] {
   font-weight:500;
   font-size:17px;
}


.accordion-button:not(.collapsed)[b-k9324w1rat] {
    color: #004b5c !important;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius:7px !important;
}


@media (max-width:991px) {
    .admin-book-member-inner-div[b-k9324w1rat] {
            margin-left: 0px;
        }
    }

    @media (max-width:767px) {
        .all-gyms-wrapper[b-k9324w1rat] {
            width: 100%;
            margin: 0px !important;
        }

        .admin-member-booking-inner-content-div[b-k9324w1rat] {
            padding: 10px !important;
        }
    }

    @media (max-width:575px) {

        .admin-invoice-company-div[b-k9324w1rat] {
            flex-direction: column;
            gap: 12px;
        }

            .admin-invoice-company-div button[b-k9324w1rat] {
                width: 100%;
                margin-bottom: 12px;
            }
    }

    @media (max-width:400px) {
    }
/* _content/jobfit100.UI/Components/Pages/Admin/Profile.razor.rz.scp.css */


@media (max-width:767px){
 .admin-profilewrap-div .card-small-div[b-w70leh3426] {
            margin: auto !important;
        }
    .document-member-inner-box[b-w70leh3426] {
        margin: 0px !important;
    }
}

@media (max-width:575px){
    .admin-profilewrap-div[b-w70leh3426] {
        margin: 0px !important;
    }
    .admin-profilewrap-div[b-w70leh3426] {
        margin: 0px !important;
    }
}
/* _content/jobfit100.UI/Components/Pages/Admin/VipCode.razor.rz.scp.css */
@media (max-width:991px){
    .pagination-outer-main-div[b-g2hclkhre0]{
        margin:12px !important;
    }
    .admin-contractor-div[b-g2hclkhre0] {
        margin: 12px !important;
    }
} 
/* _content/jobfit100.UI/Components/Pages/Companies.razor.rz.scp.css */
/* _content/jobfit100.UI/Components/Pages/Company/Dashboard.razor.rz.scp.css */
/* Mobile responsiveness */
@media (max-width: 768px) {
    .offboarding-main-div[b-gnlvdn4udg] {
        flex-direction: column;
        margin: 12px !important;
    }

    .lineDashboardOverview[b-gnlvdn4udg] {
        display: none;
    }

    .div-BoxLeft[b-gnlvdn4udg] {
        width: 100%;
        padding-right: 0px;
        margin-top: 12px;
    }

    .div-BoxRight[b-gnlvdn4udg] {
        width: 100%;
        padding-left: 0px;
    }

    h4[b-gnlvdn4udg], p[b-gnlvdn4udg] {
        text-align: center;
    }
    .company-dashboard-offboarding-main-div[b-gnlvdn4udg]{
        margin:12px !important;
    }

    .dashboardoverviewtotal[b-gnlvdn4udg] {
        margin-top: 20px;
    }
}
/* _content/jobfit100.UI/Components/Pages/Company/Gyms.razor.rz.scp.css */
.btn-fvrt[b-ys4i18c5c4]{
    width:max-content;
}

.companygym-favrt-div[b-ys4i18c5c4] {
    margin-right: 52px;
}

@media (max-width:610px) {
    .companygym-favrt-div[b-ys4i18c5c4] {
        flex-direction: column;
        gap:12px;
        margin-left:12px !important;
    }

    .gym-search-icon[b-ys4i18c5c4]{
        display:none;
    }
    .companygym-filter-btnn[b-ys4i18c5c4]{
        width:100%;
    }
    .companygym-filter-btnn button[b-ys4i18c5c4] {
        width: 50%;
    }
    .companygym-favrt-div button[b-ys4i18c5c4]{
        width:100%;
        margin:0px !important;
    }
    .companygym-favrt-div input[b-ys4i18c5c4] {
       
        margin-left: 0px !important;
    }
}


@media (max-width: 575px) {
    .landingpage-table-gym-td[b-ys4i18c5c4] {
        flex-direction: column;
        align-items: start !important;
        max-width: 400px !important;
        min-width: 276px !important;
    }
    .gym-favrt-table-responsive table th[b-ys4i18c5c4] {
        max-width: 400px !important;
        min-width: 276px !important;
    }
    .companygym-favrt-div[b-ys4i18c5c4] {
        margin-right:0px;
    }
}

/* Background overlay */
.popup-overlay[b-ys4i18c5c4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup box */
.popup-box[b-ys4i18c5c4] {
    background: #fff;
    width: 420px;
    max-width: 90%;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.20);
    position: relative;
    animation: popupShow-b-ys4i18c5c4 0.25s ease-out;
}

/* Close button */
.popup-close[b-ys4i18c5c4] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    color: #555;
    transition: 0.2s;
}

    .popup-close:hover[b-ys4i18c5c4] {
        color: #000;
        transform: scale(1.15);
    }

/* Heading */
.popup-box h5[b-ys4i18c5c4] {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
}

/* Paragraph spacing */
.popup-box p[b-ys4i18c5c4] {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.45;
}

/* Button styling override */
.popup-box .btn[b-ys4i18c5c4] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
}

/* Animation */
@keyframes popupShow-b-ys4i18c5c4 {
    from {
        opacity: 0;
        transform: scale(0.93);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.popup-box .btn-primary[b-ys4i18c5c4]{

}
/* _content/jobfit100.UI/Components/Pages/Company/Onboarding.razor.rz.scp.css */
/* _content/jobfit100.UI/Components/Pages/Company/Profile.razor.rz.scp.css */
@media (max-width:1080px){
    .invoice-box .highlight-box[b-us77dpsdmt] {
        min-width: auto !important;
    }
}

@media (max-width:991px){
    .member-profile-document-section[b-us77dpsdmt] {
        width: 89% !important;
        margin-right: 20px;
    }
}

.terminate-member-btn[b-us77dpsdmt], .terminate-member-btn:hover[b-us77dpsdmt] {
    background: #F44336 !important;
}

.terminate-member-amount .amount[b-us77dpsdmt] {
    color: #F44336 !important;
}
.member-anpasung-div[b-us77dpsdmt]{
    width:756px !important;
}

   
    @media (max-width:767px) {
        .highlight-box[b-us77dpsdmt], .member-dashboard-badge[b-us77dpsdmt] {
        width: 100%;
    }
    .company-member-kein-adjustment div[b-us77dpsdmt], .company-member-kein-adjustment .adjust-btn[b-us77dpsdmt] {
        width: 100%;
    }
    .invoice-box .sign[b-us77dpsdmt] {
        font-size: 28px; 
    }
    .sign-equal[b-us77dpsdmt] {
        max-width: auto;
        min-width: 30px !important;
        margin-right: 0px;
    }
    .sign-col[b-us77dpsdmt] {
        max-width: auto;
        min-width: 30px !important;
        margin-right: 0px;
    }
    .companyprofile-amout-div[b-us77dpsdmt]{
        margin-top:14px;
    }
    .company-member-kein-adjustment[b-us77dpsdmt] {
        gap: 15px !important;
    }
    .invoice-totalnumber-inner-div[b-us77dpsdmt] {
        min-width: auto;
    }
    .invoice-number-inner-div[b-us77dpsdmt] {
        min-width: auto !important;
    }
    .gyminvoice-inner-container[b-us77dpsdmt] {
        margin-right: 15px !important;
    }
    .gyminvoice-inner-container[b-us77dpsdmt] {
        margin-left: 15px !important;
    }
    .companyprofile-count-div[b-us77dpsdmt] {
        width: 100%;
        max-width: 100%;
        min-width: 84%;
    }
    .adjustment-date-div[b-us77dpsdmt], .adjust-btn[b-us77dpsdmt] {
        width: 100%;
    }
    .profil-gesture-btnn button[b-us77dpsdmt] {
        margin-left: 0px;
        width: fit-content;
    }
}
.member-keine-div[b-us77dpsdmt] {
    min-width: 84%;
}
.companyprofile-count-div[b-us77dpsdmt] {
    width: 100%;
    max-width: 100%;
    min-width: 84%;
}


@media (max-width:575px){
    .invoice-box .col[b-us77dpsdmt] {
        min-width: auto;  
    }
    .member-profile-document-section[b-us77dpsdmt] {
        width: 100% !important;
    }
}

@media(max-width:440px) {
    .invoice-box .label[b-us77dpsdmt] {
        font-size: 14px;
      
    }
}


/* _content/jobfit100.UI/Components/Pages/Company/Settings.razor.rz.scp.css */
/* _content/jobfit100.UI/Components/Pages/Gyms.razor.rz.scp.css */
/* _content/jobfit100.UI/Components/Pages/Gym/Dashboard.razor.rz.scp.css */
/* Mobile responsiveness */
@media (max-width: 768px) {
    .offboarding-main-div[b-0m5xhb27li]{
        flex-direction:column;
        margin:12px !important;
    }
    .lineDashboardOverview[b-0m5xhb27li]{
        display:none;
    }
    .div-BoxLeft[b-0m5xhb27li] {
        width: 100%;
        padding-right: 0px;
        margin-top: 12px;
    }
    .div-BoxRight[b-0m5xhb27li] {
        width: 100%;
        padding-left:0px;
    }
    h4[b-0m5xhb27li], p[b-0m5xhb27li]{
        text-align:center;
    }

    .dashboardoverviewtotal[b-0m5xhb27li]{
        margin-top:20px;
    }
}
/* _content/jobfit100.UI/Components/Pages/Gym/Profile.razor.rz.scp.css */
.gym-memberprofile-outer-div[b-kg5wvmi4bj]{
    max-width:85%;
    min-width:85%;
}

.invoice-row.adjustment .amount[b-kg5wvmi4bj] {
    padding-left: 12px;
}
.gym-memberprofile-card-div h4[b-kg5wvmi4bj]{
    margin-bottom:12px;
}
.terminate-member-btn[b-kg5wvmi4bj], .terminate-member-btn:hover[b-kg5wvmi4bj] {
    background: #F44336 !important;
}

.terminate-member-amount .amount[b-kg5wvmi4bj] {
    color: #F44336 !important;
}

.member-keine-div[b-kg5wvmi4bj] {
    min-width: 82%;
}

.member-anpasung-div[b-kg5wvmi4bj] {
    width: 756px !important;
}


.companyprofile-count-div[b-kg5wvmi4bj] {
    width: 100%;
    max-width: 100%;
    min-width: 84%;
}

@media (max-width:767px) {
    .highlight-box[b-kg5wvmi4bj], .member-dashboard-badge[b-kg5wvmi4bj], .highlight-box[b-kg5wvmi4bj] {
        width: 100%;
    }

    .gym-kein-adjustment[b-kg5wvmi4bj] {
        width: 100%;
    }

        .gym-kein-adjustment div[b-kg5wvmi4bj], .gym-kein-adjustment button[b-kg5wvmi4bj] {
            width: 100%;
        }
    .invoice-row.adjustment .amount[b-kg5wvmi4bj] {
        padding-left: 12px;
    }
    .gym-memberprofile-outer-div[b-kg5wvmi4bj]{
        max-width: 100%;
        min-width: 100%;
    }
    .profil-gesture-btnn button[b-kg5wvmi4bj] {
        margin-left: 0px;
        width: fit-content;
    }
    .invoice-row.adjustment .amount[b-kg5wvmi4bj] {
        padding-left: 0px;
    }
    .invoice-totalnumber-inner-div[b-kg5wvmi4bj]{
        width:100%;
    }
    .highlight-design-div[b-kg5wvmi4bj]{
        width:100%;
        min-width:100%;
    }

    .adjustment-date-div[b-kg5wvmi4bj]{
      width:100%;
    }
    .adjust-btn[b-kg5wvmi4bj], .gym-member-invoice-empty[b-kg5wvmi4bj], .member-keine-div[b-kg5wvmi4bj] {
        width: 100%;
    }

}


@media (max-width:575px){
    .gym-sign-equal[b-kg5wvmi4bj] {
        margin-right: 12px;
    }
    .gym-sign-col[b-kg5wvmi4bj] {
        margin-right: 12px;
    }
    .invoice-number-inner-div[b-kg5wvmi4bj] {
        min-width: auto !important;
    }
    .company-profile-invoice-div .invoice-box .col[b-kg5wvmi4bj] {
        min-width: fit-content !important;
    }
    .invoice-totalnumber-inner-div[b-kg5wvmi4bj] {
        display: flex;
        min-width: auto !important;
    }

}


@media (max-width:454px){
    .invoice-box .sign[b-kg5wvmi4bj] {
        font-size: 34px;
    }
    .invoice-box .amount[b-kg5wvmi4bj] {
        font-size: 20px ;
    }
  
}

@media (max-width:442px){
    .invoice-box .label[b-kg5wvmi4bj] {
        font-size: 13px;
    }
    .gyminvoice-inner-container[b-kg5wvmi4bj] {
        margin: 12px 24px !important;
    }
    .invoice-box .sign[b-kg5wvmi4bj]{
        font-size: 26px;
    }
    .gym-sign-equal[b-kg5wvmi4bj]{
        margin-right: 0px;
    }


}
/* _content/jobfit100.UI/Components/Pages/Gym/Settings.razor.rz.scp.css */
.instruction-box[b-p1nlwedb25] {
    border-radius: 8px;
    background-color: #fff;
}

.btn-download[b-p1nlwedb25] {
    background-color: #2a9d9f;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 6px 20px;
    font-weight: 500;
    transition: 0.3s;
}

    .btn-download:hover[b-p1nlwedb25] {
        background-color: #1e7d80;
    }
    .btn-close:hover[b-p1nlwedb25]{
        color:#000 !important;
}
/* _content/jobfit100.UI/Components/Pages/Home.razor.rz.scp.css */
/* _content/jobfit100.UI/Components/Pages/Impressum.razor.rz.scp.css */
.impressum-section h2[b-b97hddmuj7] {
    font-size: 27px !important;
}

.impressum-inner-content[b-b97hddmuj7] {
    padding: 30px 63px;
}

.impressum-content-heading[b-b97hddmuj7] {
    margin-bottom:30px;
}
.address-div[b-b97hddmuj7]{
    margin-bottom:16px;
}

.impressum-content-div[b-b97hddmuj7] {
    margin-bottom: 30px;
}
/* _content/jobfit100.UI/Components/Pages/Member/Dashboard.razor.rz.scp.css */
.member-dashboard-main-div[b-578lvurrrn]{
    padding-left:30px !important;
}

    .member-dashboard-main-div .company-dashboard-main-div[b-578lvurrrn] {
        margin-left:0px !important;
    }
.dashboard-member-inner-div[b-578lvurrrn] {
    padding-left: 20px !important;
    max-width: 1046px;
}

.member-dashboard-dropdown-div[b-578lvurrrn] {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content:left;
    margin-left: 25px;
}

  
.member-dashboard-log[b-578lvurrrn] {
    margin-left: 0px !important;
}

.dropdown-arrow-wrapper[b-578lvurrrn] {
    position: relative;
}

    .dropdown-arrow-wrapper[b-578lvurrrn]::after {
        content: "";
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px; /* bigger size */
        height: 16px;
        pointer-events: none;
        background-repeat: no-repeat;
        background-size: 16px 16px; /* match size */
        background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/></svg>");
    }


.member-design-main-div div[b-578lvurrrn] {
    gap: 38px !important;
}

.member-billing-process[b-578lvurrrn] {
    max-width: 80%;
    min-width: 80%;
}

.member-anpasung-div[b-578lvurrrn] {
    min-width: 85%;
    max-width: 85%;
}

.member-billing-process[b-578lvurrrn] {
    margin-top: 20px;
}
.member-keine-div[b-578lvurrrn] {
    min-width: 84%;
    max-width: 84%;
}


.member-design-main-div button[b-578lvurrrn]{
    width:446px;
    font-size:18px;
}

.member-design-main-div[b-578lvurrrn]{
    margin:auto;
}

    .member-design-main-div .btn-list[b-578lvurrrn], .member-design-main-div .btn-list:hover[b-578lvurrrn] {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        background: #9dd3d3;
        padding: 12px;
        border-bottom-right-radius: 12px;
        border-top-right-radius: 12px;
    }

.btn-card[b-578lvurrrn], .btn-card:hover[b-578lvurrrn] {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #9dd3d3;
    padding: 12px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.member-gym-history  .badge[b-578lvurrrn] {
    padding: 25px 12px !important;
}

.terminate-member-btn[b-578lvurrrn], .terminate-member-btn:hover[b-578lvurrrn] {
    background: #F44336 !important;
}

.terminate-member-amount .amount[b-578lvurrrn] {
    color: #F44336 !important;
}



@media(max-width:541px) {
    .sign-equal[b-578lvurrrn], .member-sign-col[b-578lvurrrn] {
        margin-right: 20px !important;
    }
}
@media(max-width:461px) {
    .invoice-box .sign[b-578lvurrrn] {
        font-size: 27px;
    }
}

@media(max-width:441px) {
    .invoice-box .sign[b-578lvurrrn] {
        font-size: 19px;
    }
}


@media(max-width:767px) {
    .invoice-box .amount[b-578lvurrrn] {
        font-size: 19px;
    }
    .gyminvoice-inner-container[b-578lvurrrn] {
        margin-right: 19px !important;
        margin-left:19px !important;
    }
    .member-dashboard-badge[b-578lvurrrn] {
        width: 100% !important;
    }
    .highlight-box[b-578lvurrrn] {
        width: 100% !important;
    }
    .member-kein-adjustment div[b-578lvurrrn] {
        width: 100%;
        gap:12%;
    }

    .member-kein-adjustment .adjust-btn[b-578lvurrrn] {
        width: 100%;
    }

    .member-keine-div[b-578lvurrrn] {
        min-width: 100%;
        max-width: 100%;
    }
    .adjustment-date-div[b-578lvurrrn]{
        width:100%;
    }
    .adjust-btn[b-578lvurrrn] {
        width: 100%;
    }
    .member-anpasung-div[b-578lvurrrn] {
        min-width: 100%;
        gap: 12%;
    }
    .member-billing-process[b-578lvurrrn]{
        min-width: 100%;
    }
    .profil-gesture-btnn button[b-578lvurrrn] {
        margin-left: 0px;
        width: fit-content;
    }
    .empty-data-member[b-578lvurrrn]{
        margin-left:31px !important;
    }
    .member-dashboard-main-div[b-578lvurrrn] {
        padding-left: 0px !important;
    }
    .dashboard-member-inner-div[b-578lvurrrn] {
        padding-left: 10px !important;
        max-width: 100%;
    }
}


@media (max-width:435px){
    .invoice-box .label[b-578lvurrrn] {
        font-size: 13px;
    }
}


@media (max-width:991px) {
    .document-member-inner-box[b-578lvurrrn] {
        width: 96% !important;
        margin: 12px !important;
    }

    .member-dashboard-log[b-578lvurrrn] {
        margin: 12px;
    }
}

/* _content/jobfit100.UI/Components/Pages/Member/Setting.razor.rz.scp.css */
@media (max-width:991px){
    .spacing-common-div[b-qaz9qhy3yt] {
        margin-right: 0px;
        margin-left: 0px;
    }
    .gym-change-box  .row[b-qaz9qhy3yt]{
        gap:14px;
    }
}
@media (max-width:767px){
    .gym-change-box .form-check-input[b-qaz9qhy3yt] {
        width: 45px !important;
        max-width:45px !important;
        height: 26px !important;
        margin-right: 12px;
    }
    .save-input-wrapper button[b-qaz9qhy3yt] {
        width: fit-content;
        margin-right: 0px;
    }
    .save-input-wrapper[b-qaz9qhy3yt] {
        justify-content: start !important;
        margin-left: 19px;
    }
    .btn-release[b-qaz9qhy3yt]{
        margin-left:19px !important;
    }
}

@media (max-width: 430px) {
    .gym-change-box .form-check-input[b-qaz9qhy3yt][b-qaz9qhy3yt] {
        width: 70px !important;
        max-width: 56px !important;
        height: 26px !important;
        margin-right: 12px;
    }
}
/* _content/jobfit100.UI/Components/Pages/Sharred/AGB.razor.rz.scp.css */
.impressum-section h2[b-r58idqf9d3] {
    font-size: 27px !important;
}

.impressum-inner-content[b-r58idqf9d3] {
    padding: 30px 66px;
}

.impressum-content-heading[b-r58idqf9d3] {
    margin-bottom: 30px;
}

.address-div[b-r58idqf9d3] {
    margin-bottom: 16px;
}

.impressum-content-div[b-r58idqf9d3] {
    margin-bottom: 30px;
}
    .impressum-content-div ul li[b-r58idqf9d3] {
        list-style-type: decimal;
    }
@media (max-width: 991px) {
    .impressum-inner-content[b-r58idqf9d3]{
        padding: 15px !important;
        word-break: break-all !important;
    }
}
/* _content/jobfit100.UI/Components/Pages/Sharred/DataProtection.razor.rz.scp.css */
.impressum-section h2[b-bbu57ptvg5] {
    font-size: 27px !important;
}

.impressum-inner-content[b-bbu57ptvg5] {
    padding: 30px 63px;
}

.impressum-content-heading[b-bbu57ptvg5] {
    margin-bottom: 30px;
}

.address-div[b-bbu57ptvg5] {
    margin-bottom: 16px;
}

.impressum-content-div[b-bbu57ptvg5] {
    margin-bottom: 30px;
}
.dienstleister-table[b-bbu57ptvg5] {
    display: table;
    width: 100%;

    border-radius: 6px;
    border-collapse: collapse;
    margin-top: 1.5rem;
    font-family: 'Tenorite', sans-serif;
    font-size: 15px;
    color: #1a1a1a;
}

.table-row[b-bbu57ptvg5] {
    display: table-row;
}

.table-header[b-bbu57ptvg5] {
   
    font-weight: 600;
    color: #002b45;
}

.table-cell[b-bbu57ptvg5] {
    display: table-cell;
    padding: 10px 15px;
   border:none !important;
    vertical-align: top;
}

.table-row:last-child .table-cell[b-bbu57ptvg5] {
    border-bottom: none;
}

@media (max-width: 991px) {
    .impressum-inner-content[b-bbu57ptvg5] {
        padding: 15px !important;
        word-break: break-all !important;
    }
}
/* _content/jobfit100.UI/Components/Pages/Sharred/Faq.razor.rz.scp.css */
.impressum-section h2[b-m5atwkx5e3] {
    font-size: 27px !important;
}

.impressum-inner-content[b-m5atwkx5e3] {
    padding: 30px 66px;
}

.impressum-content-heading[b-m5atwkx5e3] {
    margin-bottom: 30px;
}

.address-div[b-m5atwkx5e3] {
    margin-bottom: 16px;
}

.impressum-content-div[b-m5atwkx5e3] {
    margin-bottom: 30px;
}
    .impressum-content-div ul li[b-m5atwkx5e3] {
        list-style-type: decimal;
    }
@media (max-width: 991px) {
    .impressum-inner-content[b-m5atwkx5e3]{
        padding: 15px !important;
        word-break: break-all !important;
    }
}

.accordion-header[b-m5atwkx5e3]{
    width:100% !important;
}   
.impressum-inner-content .accordion-button[b-m5atwkx5e3] {
    background: transparent !important;
    border: 2px solid #004b5c;
}
    .impressum-inner-content .accordion-button:not(.collapsed)[b-m5atwkx5e3] {
        background: transparent !important;
    }

.accordion-button[b-m5atwkx5e3] {
    background-color: #f3f8ff !important;
    color: #024959 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-size: clamp(16px, 2vw, 22px);
}

    .accordion-button:not(.collapsed)[b-m5atwkx5e3] {
        background-color: #e8f0ff !important;
        color: #024959 !important;
    }

    .accordion-button[b-m5atwkx5e3]::after {
        filter: brightness(0) saturate(100%) invert(27%) sepia(87%) saturate(1041%) hue-rotate(153deg) brightness(92%) contrast(101%);
    }

.accordion-body[b-m5atwkx5e3] {
    background: #ffffff;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 1rem 1.25rem;
    color: #333;
    line-height: 1.6;
}
    .accordion-body p[b-m5atwkx5e3] {
        margin-bottom: 15px;
        font-size: clamp(16px, 1.5vw, 18px);
        color: #004b5c;
    }

    @media (max-width:767px){
        .accordion-body[b-m5atwkx5e3]{
            padding: 1rem .25rem;
        }
    }
/* _content/jobfit100.UI/Components/Pages/Sharred/FooterContact.razor.rz.scp.css */
.impressum-section h2[b-y6uvbphab7] {
    font-size: 27px !important;
}

.impressum-inner-content[b-y6uvbphab7] {
    padding: 30px 63px;
}

.impressum-content-heading[b-y6uvbphab7] {
    margin-bottom: 30px;
}

.address-div[b-y6uvbphab7] {
    margin-bottom: 16px;
}

.impressum-content-div[b-y6uvbphab7] {
    margin-bottom: 30px;
}


.kontakt-box[b-y6uvbphab7] {
    padding: 10px 37px;
}

.kontakt-item[b-y6uvbphab7] {
    display: flex;
    margin-bottom: 8px;
    align-items: flex-start;
    gap: 94px;
}

.kontakt-label[b-y6uvbphab7] {
    width: 120px;
    font-weight: 600;
    color: #000;
    font-size:19px;
}

.kontakt-value a[b-y6uvbphab7] {
    color: #007bff;
    text-decoration: none;
}

    .kontakt-value a:hover[b-y6uvbphab7] {
        text-decoration: underline;
    }

.kontakt-value[b-y6uvbphab7] {
    flex: 1;
    color: #000;
    line-height: 1.4;
    font-size: 17px;
}


@media (max-width:990px){
    .kontakt-box[b-y6uvbphab7]{
        padding:0px;
    }
    .kontakt-item[b-y6uvbphab7] {
        gap: 0px;
    }
    .kontakt-label[b-y6uvbphab7] {
        font-size: 15px;
    }
}
/* _content/jobfit100.UI/Components/Pages/Sharred/MessageBox.razor.rz.scp.css */

.overlay[b-94xxd6rfvd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Popup box */
.message-box[b-94xxd6rfvd] {
    background: #fff;
    border-radius: 8px;
    padding: 25px 30px;
    max-width: 380px;
    width:100%;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    animation: fadeIn-b-94xxd6rfvd 0.3s ease-out;
    font-family: "Segoe UI", sans-serif;
}

    /* Title */
    .message-box h5[b-94xxd6rfvd] {
        font-size: 29px;
        font-weight: 600 !important;
        margin-bottom: 6px;
        color: #012e40;
    }

    /* Message text */
    .message-box p[b-94xxd6rfvd] {
        font-size: 15px !important;
        color: #012e40;
        margin-bottom: 13px;
        font-weight: 400 !important;
    }

    /* Buttons container */
    .message-box button[b-94xxd6rfvd] {
        padding: 4px 16px;
        border-radius: 6px;
        font-weight: bold;
        border: none;
        cursor: pointer;
        margin: 0 5px;
        transition: all 0.2s ease-in-out;
    }


/* Yes button */
.yes-btn[b-94xxd6rfvd] {
    background-color: #4cb050;
    color: #206924;
    width: 52px;
    padding: 4px 0 !important;
}

    .yes-btn:hover[b-94xxd6rfvd] {
        background-color: #4cb050;
        color: #206924;
    }

/* No button */
.close-btn[b-94xxd6rfvd] {
    background-color: #f44236;
    color: #720604;
    width: 52px;
    padding: 4px 0 !important;
}

    .close-btn:hover[b-94xxd6rfvd] {
        background-color: #f44236;
        color: #720604;
    }

/* Animation */
@keyframes fadeIn-b-94xxd6rfvd {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.message-alert[b-94xxd6rfvd] {
    position: fixed;
    top: 10px;
    right: 10px;
    max-width: 400px;
    z-index:9999 !important;
}
.alert-close-btn[b-94xxd6rfvd] {
    position: absolute;
    top: 4px;
    right: 6px;
    padding: 4px 5px 0px;
    margin: 0;
    line-height: 1;
}
.message-box.alert-message-box[b-94xxd6rfvd] {
    max-width: 400px;
    position: relative;
    padding: 15px 20px;
    text-align:left;
}
.message-alert .message-box[b-94xxd6rfvd]{
    width:100%;
    max-width:auto;
}
.message-alert .alert-close-btn[b-94xxd6rfvd] {
    margin: 0;
    padding: 2px 5px 2px !important;
    line-height: 1;
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    font-weight: 100 !important;
    font-size: 12px !important;
}
.message-alert .message-box-success[b-94xxd6rfvd] {
    background: #51a351;
    color: #fff;
}
.message-alert .message-box h5[b-94xxd6rfvd] {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-bottom: 0 !important;
}
.message-alert .message-box p[b-94xxd6rfvd] {
    font-size: 13px !important;
    color: #fff !important;
    margin-bottom: 0 !important;
}
.message-alert .message-box-error[b-94xxd6rfvd] {
    background: #bd362f;
    color: #fff;
}


/* _content/jobfit100.UI/Components/Pages/Sharred/Profile/AuditTrail.razor.rz.scp.css */
@media (max-width: 768px) {
    table th:nth-child(3)[b-20lcb2m36l], table td:nth-child(3)[b-20lcb2m36l] {
        order: 0 !important;
    }

    .datum-weight[b-20lcb2m36l] {
        font-weight: 500 !important;
    }
    table th:nth-child(2)[b-20lcb2m36l] {
        font-weight:600 !important;
    }

    .contribution-text[b-20lcb2m36l] {
        font-weight: 600 !important;
    }
     table td:nth-child(2)[b-20lcb2m36l] {
        font-weight: 500 !important;
    }
    table td:nth-child(1)[b-20lcb2m36l] {
        font-weight: 600 !important;
    }
    .datum-weight[b-20lcb2m36l] {
        font-weight: 500 !important;
    }
}
