@import '_content/PhuketFit.Components/PhuketFit.Components.bu2fzkfr5u.bundle.scp.css';

/* /Components/Bookings/BookingPage.razor.rz.scp.css */
.spinner-border[b-ye2o6ukghb] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Cart/CartPaymentTypePickerComponent.razor.rz.scp.css */
table[b-ku9r4iqx2r] {
    max-width: 15em;
}

    table tr td:last-child[b-ku9r4iqx2r] {
        text-align: right;
    }
/* /Components/Cart/CheckoutComponent.razor.rz.scp.css */
.items-container[b-txqbmf2c0j] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

table[b-txqbmf2c0j] {
    max-width: 15em;
}

    table tr td:last-child[b-txqbmf2c0j] {
        text-align: right;
    }
/* /Components/Classes/ClassesBookingActions.razor.rz.scp.css */
.spinner-border[b-gnv04hb2j4] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Classes/ClassesCancelClass.razor.rz.scp.css */
.spinner-border[b-53lw88t008] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Classes/ClassesContent.razor.rz.scp.css */
.header[b-b2mje2ao9o] {
    font-size: 1.2em;
}

.booking-groups[b-b2mje2ao9o] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.booking-group[b-b2mje2ao9o] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.bookings[b-b2mje2ao9o] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}


.spinner-border[b-b2mje2ao9o] {
    width: 1rem;
    height: 1rem;
}


.toolbar[b-b2mje2ao9o] {
    display: flex;
    gap: 1em;
}

#classes-servicepicker[b-b2mje2ao9o] {
    min-width: 20em;
}

@media (max-width: 640.98px) {
    .toolbar[b-b2mje2ao9o] {
        flex-direction: column;
    }
}
/* /Components/Classes/ClassesJoinClass.razor.rz.scp.css */
.spinner-border[b-vongakthib] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Classes/ScheduledServiceCard.razor.rz.scp.css */
.is-joined[b-j0awh7h40c] {
    color: #bbffbb;
}
/* /Components/Diary/DiaryPage.razor.rz.scp.css */
#report[b-0fcj5sabeq] {
    color: #fff;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 2em;
}

[b-0fcj5sabeq] .e-grid .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
    box-shadow: 0 0 0 0px #0d6efd inset;
}

.date-picker[b-0fcj5sabeq] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.macros-table[b-0fcj5sabeq] {
    width: 25em;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 1.5em;
}

.total-calories[b-0fcj5sabeq] {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.date-button[b-0fcj5sabeq] {
    font-size: 24px;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

    .date-button:hover[b-0fcj5sabeq] {
        cursor: pointer;
    }

.no-margin[b-0fcj5sabeq] {
    margin: 0;
    padding: 0;
    width: 100%;
}

.date-picker-input[b-0fcj5sabeq] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%; /* Ensure full width */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
}

.custom-card[b-0fcj5sabeq] {
    background-color: #3A3A3A;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 0.5em; /* Increase padding for better visual separation */
    width: 100%; /* Full width */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.custom-card-content .custom-card-title[b-0fcj5sabeq] {
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.custom-card-content .custom-card-number[b-0fcj5sabeq] {
    font-size: 28px;
    font-weight: bold;
    color: #FFA500; /* Orange color for numbers */
}

.chart-details-container[b-0fcj5sabeq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25em;
    width: 100%;
}

.piechart-container[b-0fcj5sabeq] {
    width: 15em;
    height: 15em;
}

.macro-details[b-0fcj5sabeq] {
    text-align: left;
    flex: 1; /* Ensure it takes up the remaining space */
}

.macro-table[b-0fcj5sabeq] {
    width: 100%;
}

.macro-row[b-0fcj5sabeq] {
    justify-content: space-between;
    margin: 3px 0;
    align-items: center;
}

.macro-color[b-0fcj5sabeq] {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.macro-name[b-0fcj5sabeq] {
    text-align: left;
    color: #FFA500;
    padding: 0 0.5em;
}

.macro-value[b-0fcj5sabeq] {
    text-align: left;
    color: #fff;
    padding: 0 0.5em;
}

.macro-percent[b-0fcj5sabeq] {
    text-align: right;
    color: #aaa;
    padding-left: 0.5em;
}

.macros-chart-container[b-0fcj5sabeq] {
    width: fit-content;
    margin: 0 auto;
}

.custom-card-content[b-0fcj5sabeq] {
    width: 100%;
    max-width: min(100%, 25em);
}
/* /Components/Itinerary/ItineraryContent.razor.rz.scp.css */
.itinerary[b-4zkzem0e88] {
    display: flex;
    flex-direction: column;
}

.header[b-4zkzem0e88] {
    font-size: 1.2em;
}

.booking-groups[b-4zkzem0e88] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.booking-group[b-4zkzem0e88] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.bookings[b-4zkzem0e88] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.booking[b-4zkzem0e88] {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 0.5em;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 6px 2px rgba(26, 44, 55, 0.15);
}

.booking-service[b-4zkzem0e88] {
    font-size: 1.25em;
}

.spinner-border[b-4zkzem0e88] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Layout/CurrentPersonComponent.razor.rz.scp.css */
.current-person.can-change:hover[b-r4h8sdqdi4] {
    cursor: pointer;
}

/*.current-person {
    flex-grow: 1;
}*/
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j06acpxo5r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j06acpxo5r] {
    flex: 1;
}

.sidebar[b-j06acpxo5r] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #000;
}

.top-row[b-j06acpxo5r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j06acpxo5r]  a, .top-row[b-j06acpxo5r]  .btn-link {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
        text-decoration: none;
    }

        .top-row[b-j06acpxo5r]  a:hover, .top-row[b-j06acpxo5r]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-j06acpxo5r]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-j06acpxo5r] {
        justify-content: space-between;
    }

        .top-row[b-j06acpxo5r]  a, .top-row[b-j06acpxo5r]  .btn-link {
            margin-left: 0;
        }
}

.top-row[b-j06acpxo5r], article[b-j06acpxo5r] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}

@media (min-width: 641px) {
    .page.navbar-open[b-j06acpxo5r] {
        flex-direction: row;
    }

    .page.navbar-closed .navbar-second-row[b-j06acpxo5r] {
        display: none;
    }

    .page.navbar-open .sidebar[b-j06acpxo5r] {
        width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
    }

        .top-row[b-j06acpxo5r] {
            position: sticky;
            top: 0;
            z-index: 3;
        }

            .top-row.auth[b-j06acpxo5r]  a:first-child {
                flex: 1;
                text-align: right;
                width: 0;
            }

        /*.top-row {
            justify-content: space-between;
        }

        ::deep .top-row .current-person {
            flex-grow: 1;
        }*/
}

#blazor-error-ui[b-j06acpxo5r] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-j06acpxo5r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.htmx-indicator[b-j06acpxo5r] {
    display: none;
    transition: opacity 500ms ease-in;
}

.htmx-request .htmx-indicator[b-j06acpxo5r] {
    display: block;
}

.htmx-request .body-inner-container[b-j06acpxo5r] {
    display: none;
}


.navbar-toggler[b-j06acpxo5r] {
    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(0, 0, 0, 0.5);
}

    .navbar-toggler:checked[b-j06acpxo5r] {
        background-color: rgb(0 0 0 / 50%);
    }

.top-row[b-j06acpxo5r] {
    height: 3.5rem;
}

.navbar-brand[b-j06acpxo5r] {
    font-size: 1.1rem;
}

    .navbar-brand img[b-j06acpxo5r] {
        max-height: 2rem;
        max-width: 100%;
    }

.bi[b-j06acpxo5r] {
    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[b-j06acpxo5r] {
    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[b-j06acpxo5r] {
    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[b-j06acpxo5r] {
    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[b-j06acpxo5r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-j06acpxo5r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-j06acpxo5r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-j06acpxo5r]  .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[b-j06acpxo5r]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-j06acpxo5r]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-j06acpxo5r] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-j06acpxo5r] {
    display: block;
}

.current-person-container[b-j06acpxo5r] {
    color: #fff;
    margin: 0rem 1rem;
}

.navbar-toggler:not(.desktop-navbar-toggler)[b-j06acpxo5r] {
    display: none;
}

@media (min-width: 641px) {
    .navbar-toggler:not(.desktop-navbar-toggler)[b-j06acpxo5r] {
        display: none;
    }

    .page.navbar-open .nav-scrollable[b-j06acpxo5r] {
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .current-person-container[b-j06acpxo5r] {
        display: none;
    }
}

.main-container[b-j06acpxo5r] {
    display: flex;
    height: 100%;
}

@media (max-width: 640.98px) {
    .main-container[b-j06acpxo5r] {
        flex-direction: column;
    }

    .navbar-second-column[b-j06acpxo5r] {
        display: none;
    }
}

.navbar[b-j06acpxo5r] {
    place-content: space-between;
    flex-direction: column;
    justify-content: center;
    padding-right: 1.5rem !important;
}

.navbar-brand-container[b-j06acpxo5r] {
    justify-content: flex-start;
    width: fit-content;
    flex-wrap: nowrap;
}

.page.navbar-open .navbar-brand-container[b-j06acpxo5r] {
    flex-direction: row;
}

    .page.navbar-open .navbar-brand-container .navbar-brand[b-j06acpxo5r] {
        flex: 1;
    }

.desktop-navbar-toggler[b-j06acpxo5r] {
    position: relative;
    top: 0;
}

.content[b-j06acpxo5r] {
    flex: 1;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o99rigi1ay] {
    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(0, 0, 0, 0.5);
}

    .navbar-toggler:checked[b-o99rigi1ay] {
        background-color: rgb(0 0 0 / 50%);
    }

.top-row[b-o99rigi1ay] {
    height: 3.5rem;
}

.navbar-brand[b-o99rigi1ay] {
    font-size: 1.1rem;
}

    .navbar-brand img[b-o99rigi1ay] {
        max-height: 2rem;
        max-width: 100%;
    }

.bi[b-o99rigi1ay] {
    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[b-o99rigi1ay] {
    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[b-o99rigi1ay] {
    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[b-o99rigi1ay] {
    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[b-o99rigi1ay] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-o99rigi1ay] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-o99rigi1ay] {
        padding-bottom: 1rem;
    }

    .nav-item[b-o99rigi1ay]  .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[b-o99rigi1ay]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-o99rigi1ay]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-o99rigi1ay] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-o99rigi1ay] {
    display: block;
}

.current-person-container[b-o99rigi1ay] {
    color: #fff;
    margin: 0rem 1rem;
}

.navbar-toggler:not(.desktop-navbar-toggler)[b-o99rigi1ay] {
    display: none;
}

@media (min-width: 641px) {
     .navbar-toggler:not(.desktop-navbar-toggler)[b-o99rigi1ay] {
        display: none;
    }

    .page.navbar-open .nav-scrollable[b-o99rigi1ay] {
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .current-person-container[b-o99rigi1ay] {
        display: none;
    }
}

@media (max-width: 640.98){
    .desktop-navbar-toggler[b-o99rigi1ay] {
        display: none;
    }
}

.navbar[b-o99rigi1ay] {
    place-content: space-between;
    flex-direction: column;
    justify-content: center;
    padding-right: 1.5rem !important;
}

.navbar-brand-container[b-o99rigi1ay] {
    justify-content: flex-start;
    width: fit-content;
    flex-wrap: nowrap;
}

.page.navbar-open .navbar-brand-container[b-o99rigi1ay] {
    flex-direction: row;
}

.page.navbar-open .navbar-brand-container .navbar-brand[b-o99rigi1ay] {
    flex: 1;
}

.desktop-navbar-toggler[b-o99rigi1ay] {
    position: relative;
    top: 0;
}

.page.navbar-open .navbar-second-column[b-o99rigi1ay] {
    display: none;
}
/* /Components/Pages/Arriving.razor.rz.scp.css */
.home-container[b-7kd8rey32r] {
    padding-top: 1em;
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 0 auto;
    max-width: min(40em, 100vw - 1.5em);
    color: #fff;
}

.custom-card[b-7kd8rey32r] {
    background-color: #3A3A3A;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    padding: 0.5em;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

table th[b-7kd8rey32r] {
    width: 15em;
}

table[b-7kd8rey32r] {
    color: #fff;
}

    table tr:last-child th[b-7kd8rey32r],
    table tr:last-child td[b-7kd8rey32r] {
        border-bottom: none;
    }

.actions-container[b-7kd8rey32r] {
    text-align: center;
}

.no-goal-container[b-7kd8rey32r] {
    display: flex;
    flex-direction: column;
    gap: 1em;
    text-align: center;
}

.guest-section[b-7kd8rey32r] {
    margin-bottom: 2em;
}

.guest-name[b-7kd8rey32r] {
    margin-bottom: 0.75em;
}

.filter-card[b-7kd8rey32r] {
    position: sticky;
    top: 0.5em;
    z-index: 2;
}

@media (min-width: 641px) {
    .filter-card[b-7kd8rey32r] {
        top: calc(3.5rem + 0.5em);
    }
}

.filter-input-wrapper[b-7kd8rey32r] {
    width: 100%;
    position: relative;
}

.filter-input[b-7kd8rey32r] {
    width: 100%;
    padding: 0.4em 2em 0.4em 2.5em;
    background-color: #2a2a2a;
    border: 1px solid #555;
    border-radius: 0.4em;
    color: #fff;
    font-size: 0.9em;
    outline: none;
}

.filter-input[b-7kd8rey32r]::placeholder {
    color: #888;
}

.filter-input:focus[b-7kd8rey32r] {
    border-color: #d4a559;
}

.filter-clear[b-7kd8rey32r] {
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 0.25em;
    font-size: 0.85em;
    line-height: 1;
    display: none;
}

.filter-clear:hover[b-7kd8rey32r] {
    color: #fff;
}
/* /Components/Pages/ForgotPasswordPage.razor.rz.scp.css */
@media (min-height: 500px) {
    .container[b-37f6phm4xe] {
        height: 100vh;
    }
}
/* /Components/Pages/HelpPage.razor.rz.scp.css */
ul[b-rdp3jafnfx] {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: fit-content;
}

li[b-rdp3jafnfx] {
    margin: 0.25em 0;
}

a[b-rdp3jafnfx] {
    box-shadow: none;
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 0.2em;
}

i[b-rdp3jafnfx] {
    color: #F2C970;
    font-size: 1.4em;
}

span:first-child[b-rdp3jafnfx] {
    width: 2em;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-5vkfnug7zx] {
    padding-top: 1em;
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 0 auto;
    max-width: min(40em, 100vw - 1.5em);
    color: #fff;
}

.custom-card[b-5vkfnug7zx] {
    background-color: #3A3A3A;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    padding: 0.5em;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

table th[b-5vkfnug7zx] {
    width: 15em;
}

table[b-5vkfnug7zx] {
    color: #fff;
}

    table tr:last-child th[b-5vkfnug7zx],
    table tr:last-child td[b-5vkfnug7zx] {
        border-bottom: none;
    }

.actions-container[b-5vkfnug7zx] {
    text-align: center;
}

.no-goal-container[b-5vkfnug7zx] {
    display: flex;
    flex-direction: column;
    gap: 1em;
    text-align: center;
}

.filter-card[b-5vkfnug7zx] {
    position: sticky;
    top: 0.5em;
    z-index: 2;
}

@media (min-width: 641px) {
    .filter-card[b-5vkfnug7zx] {
        top: calc(3.5rem + 0.5em);
    }
}

.filter-input-wrapper[b-5vkfnug7zx] {
    width: 100%;
    position: relative;
}

.filter-input[b-5vkfnug7zx] {
    width: 100%;
    padding: 0.4em 2em 0.4em 2.5em;
    background-color: #2a2a2a;
    border: 1px solid #555;
    border-radius: 0.4em;
    color: #fff;
    font-size: 0.9em;
    outline: none;
}

.filter-input[b-5vkfnug7zx]::placeholder {
    color: #888;
}

.filter-input:focus[b-5vkfnug7zx] {
    border-color: #d4a559;
}

.filter-clear[b-5vkfnug7zx] {
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 0.25em;
    font-size: 0.85em;
    line-height: 1;
    display: none;
}

.filter-clear:hover[b-5vkfnug7zx] {
    color: #fff;
}
/* /Components/Pages/LoginPage.razor.rz.scp.css */
@media (min-height: 500px) {
    .container[b-apjsk9wogx] {
        height: 100vh;
    }
}

.login-container[b-apjsk9wogx] {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
/* /Components/Pages/ResetPasswordPage.razor.rz.scp.css */
@media (min-height: 500px) {
    .container[b-cvdnlctgbe] {
        height: 100vh;
    }
}
/* /Components/RegistrationForms/RegistrationFormPage.razor.rz.scp.css */
/* /Components/Report/ReportPage.razor.rz.scp.css */
#report[b-70ns8ucq2v] {
    color: #fff;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    max-width: min(40em, 100vw);
    margin: 0 auto;
}

.toolbar-items-container[b-70ns8ucq2v] {
    display: flex;
    gap: 1em;
}

.toolbar-item-container[b-70ns8ucq2v] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.no-margin[b-70ns8ucq2v] {
    margin: 0;
    padding: 0;
    width: 100%;
}

.date-picker-input[b-70ns8ucq2v] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%; /* Ensure full width */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
}

.custom-card[b-70ns8ucq2v] {
    background-color: #3A3A3A;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 0.5em; /* Increase padding for better visual separation */
    width: 100%; /* Full width */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.custom-card-content .custom-card-title[b-70ns8ucq2v] {
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.custom-card-content .custom-card-number[b-70ns8ucq2v] {
    font-size: 28px;
    font-weight: bold;
    color: #FFA500; /* Orange color for numbers */
}

.chart-details-container[b-70ns8ucq2v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25em;
    width: 100%;
}

.piechart-container[b-70ns8ucq2v] {
    width: 15em;
    height: 15em;
}

.macro-details[b-70ns8ucq2v] {
    text-align: left;
    flex: 1; /* Ensure it takes up the remaining space */
}

.macro-table[b-70ns8ucq2v] {
    width: 100%;
}

.macro-row[b-70ns8ucq2v] {
    justify-content: space-between;
    margin: 3px 0;
    align-items: center;
}

.macro-color[b-70ns8ucq2v] {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.macro-name[b-70ns8ucq2v] {
    text-align: left;
    color: #FFA500;
    padding: 0 0.5em;
}

.macro-value[b-70ns8ucq2v] {
    text-align: left;
    color: #fff;
    padding: 0 0.5em;
}

.macro-percent[b-70ns8ucq2v] {
    text-align: right;
    color: #aaa;
    padding-left: 0.5em;
}

.barchart-container[b-70ns8ucq2v] {
    width: 100%;
    max-width: 100%;
}

.date-title[b-70ns8ucq2v] {
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.daily-summary[b-70ns8ucq2v] {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 0.5em 0;
}


.daily-summaries[b-70ns8ucq2v] {
    width: 100%;
}

[b-70ns8ucq2v] .daily-summaries tbody:not(:last-child) .divider {
    height: 1em;
    background-color: transparent;
}

.custom-card-content[b-70ns8ucq2v] {
    width: 100%;
    max-width: min(100%, 25em);
}
