/* /Layout/FlexiLoaderLine.razor.rz.scp.css */
.loader-line[b-x52paofbex] {
    width: 100%;
    height: 2px;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 1000; /* Ensure it is on top of other elements */
}

    .loader-line[b-x52paofbex]:before {
        content: "";
        position: absolute;
        left: -50%;
        height: 2px;
        width: 40%;
        background-color: coral;
        -webkit-animation: lineAnim 1s linear infinite;
        -moz-animation: lineAnim 1s linear infinite;
        animation: lineAnim-b-x52paofbex 1s linear infinite;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

@keyframes lineAnim-b-x52paofbex {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}




/*.loader-line {
    width: 100%;
    height: 2px;
    position:relative;
    
    overflow: hidden;
    background-color: #ddd;*/
    /*margin: 10px auto;*/
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 100;
}

    .loader-line:before {
        content: "";
        position: absolute;
        left: -50%;        
        height: 2px;
        width: 40%;
        background-color: coral;
        -webkit-animation: lineAnim 1s linear infinite;
        -moz-animation: lineAnim 1s linear infinite;
        animation: lineAnim 1s linear infinite;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

@keyframes lineAnim {
    0% {
        left: -40%;
    }


    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}*/
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-p558d6mp6v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

/* Mobile header styling */
.mobile-header[b-p558d6mp6v] {
    background-color: #212529; /* bg-dark color */
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

/* Mobile: < 576px */
@media (max-width: 575.98px) {
    .top-row[b-p558d6mp6v] {
        justify-content: space-between;
    }

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

    article[b-p558d6mp6v] {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
}

/* Tablet & Desktop: >= 576px */
@media (min-width: 576px) {
    .page[b-p558d6mp6v] {
        flex-direction: row;
    }

    .sidebar[b-p558d6mp6v] {
        width: 80px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-p558d6mp6v], article[b-p558d6mp6v] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-ka5svrz2bk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ka5svrz2bk] {
    height: 3rem;
}

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

.bi[b-ka5svrz2bk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-ka5svrz2bk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-ka5svrz2bk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        line-height: 3rem;
    }

        .nav-item[b-ka5svrz2bk]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-ka5svrz2bk]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
            transition: background-color 0.2s;
        }
/* /Layout/SecIcon.razor.rz.scp.css */
/*svg {
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    align-items: center;
}*/


.AddNew[b-n6wbdjya2u] {
    height: 50px;
    width: 50px;
    cursor: pointer;
    align-items: center;
}

.Refresh[b-n6wbdjya2u] {
    height: 50px;
    width: 50px;
    cursor: pointer;
    align-items: center;
}
/* /Pages/Appointments/AppointmentScheduleGrid.razor.rz.scp.css */
/*.scrollable-container {
    max-height: 400px;*/ /* Adjust height as needed */
    /*max-width: 100%;*/ /* Adjust width as needed */
    /*overflow-x: auto;*/ /* Enable horizontal scrolling */
    /*overflow-y: auto;*/ /* Enable vertical scrolling */
    /*border: 1px solid #ccc;*/ /* Optional for better visibility */
/*}

.scheduler {
    display: grid;
    grid-template-columns: 100px repeat(auto-fit, minmax(150px, 1fr));
    border: 1px solid #ccc;
    text-align: center;
    width: 800px;*/ /* Fixed width for horizontal scrolling */
/*}

.time-slot, .resource {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}

.appointment {
    background-color: lightblue;
    margin: 2px;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}*/


.scheduler-container[b-qgh5tlqjeq] {
    width: 1500px;
    height: calc(100vh - 200px);   
    overflow: auto; /* Enable scrollbars */
    border: 1px solid #ccc;
}

.scheduler[b-qgh5tlqjeq] {
    display: grid;
    gap: 0;
    border-collapse: collapse;
    width: max-content; /* Ensures horizontal scrolling for many resources */
}

.time-slot[b-qgh5tlqjeq], .resource[b-qgh5tlqjeq] {
    border: 0.1px solid lightblue;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    margin:0px;
}

.appointment[b-qgh5tlqjeq] {
    background-color: lightblue;
    margin: 2px;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Pages/Appointments/AppointmentScheduleOld.razor.rz.scp.css */
body[b-44t7srxs4b] {

}

table.flexi-schedule[b-44t7srxs4b] {
    table-layout: fixed; 
    width: 100%; /* Table takes full width */
    border-collapse: collapse; /* Removes gaps between cells */
}

    table.flexi-schedule th[b-44t7srxs4b], td[b-44t7srxs4b] {
        overflow: hidden;
        width: 150px; /* Fixed width for cells */
        height: 50px; /* Fixed height for cells */
        text-overflow: ellipsis; /* Adds "..." if text overflows */
        /*white-space: nowrap;*/ /* Prevents text wrapping*/
    }

@media screen and (max-width: 768px) {
    table.flexi-schedule[b-44t7srxs4b] {
        display: block; /* Table becomes scrollable horizontally */
        overflow-x: auto;
        /*white-space: nowrap;*/ /* Prevents columns from wrapping */
    }

        table.flexi-schedule th[b-44t7srxs4b], td[b-44t7srxs4b] {
            width: auto; /* Adjust width dynamically for smaller screens */
            height: auto; /* Adjust height dynamically */
        }
}
/* /Pages/Appointments/AppointmentScheduleTable.razor.rz.scp.css */


/*Light Theme*/
:root[data-bs-theme='light'] .fse-timehead[b-w9nhnichd5] {
    background-color: #f8f9fa;
    color: #000 ;
}

/*:root[data-bs-theme='light'] .table-light {
    background-color: #f8f9fa ;
    color: #000 ;
}*/

:root[data-bs-theme='dark'] .table-light[b-w9nhnichd5] {
    --bs-table-bg: #343a40;
    --bs-table-color: #fff;
}

/*Dark Theme*/
:root[data-bs-theme='dark'] .fse-timehead[b-w9nhnichd5] {
    background-color: #343a40 ;
    color: #fff ;
}

:root[data-bs-theme='light'] .fse-td-00min[b-w9nhnichd5] {
    border-top: 1px solid black ;
}

:root[data-bs-theme='dark'] .fse-td-00min[b-w9nhnichd5] {
    border-top: 1px solid white ;
}


div.table-responsive[b-w9nhnichd5] {
    /*height: 500px;*/
    /*overflow-y: auto;*/
    height: calc(100vh - 8.25rem); /* Subtract header and footer heights */
    width: calc(100vw - 7.25rem);    
    background-color: lightgray;
}

table.flexi-schedule[b-w9nhnichd5] {
    table-layout: fixed;
    border-collapse: collapse; /* Removes gaps between cells */
    width: 100%; /* Table takes full width */
    height: 100%;
 /*   text-align: center;
    vertical-align: middle;*/

    overflow-x: auto;
    overflow-y: auto;
        
}

table.flexi-schedule th[b-w9nhnichd5], td[b-w9nhnichd5] {
    overflow: hidden;
    width: 150px; /* Fixed width for cells */
    height: 50px; /* Fixed height for cells */
    /*text-overflow: ellipsis;*/ /* Adds "..." if text overflows */
    
    /*text-align: center;
    vertical-align: middle;*/

    /*white-space: nowrap;*/ /* Prevents text wrapping*/
}
/*
@media screen and (max-width: 768px) {
    table.flexi-schedule {
        display: block;  Table becomes scrollable horizontally 
        overflow-x: auto;
        white-space: nowrap;  Prevents columns from wrapping 
    }

    table.flexi-schedule th, td {
        width: auto;  Adjust width dynamically for smaller screens 
        height: auto;  Adjust height dynamically        
    }
}*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    div.table-responsive[b-w9nhnichd5] {
        /*height: calc(100vh - 200px);*/ /* Subtract header and footer heights */
        /*width: calc(100vw - 50px);*/
        height: 100vh; /* Subtract header and footer heights */
        width: calc(100vw - 1.15rem);
    }

    table.flexi-schedule[b-w9nhnichd5] {
        display: block; /* Table becomes scrollable horizontally */       
        /*white-space: nowrap;*/ /* Prevents columns from wrapping */
    }

    /*table.flexi-schedule th, td {
        width: auto;*/ /* Adjust width dynamically for smaller screens */
        /*height: auto;*/ /* Adjust height dynamically */
    /*}*/
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    /*div.table-responsive {
        height: calc(100vh - 5.5rem);*/ /* Subtract header and footer heights */
        /*width: calc(100vw - 8.75rem);
    }*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/*  XX-Large devices (larger desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
}
/* /Pages/Appointments/AppointmentTimelineCardEmployee.razor.rz.scp.css */
/* Timeline Mobile Responsive Styles */
.appointment-timeline-card[b-i0003sh7x6] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.timeline-grid[b-i0003sh7x6] {
    display: grid;
    /* Grid columns will be set dynamically via inline styles */
    gap: 1px;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    min-height: 300px;
}

.timeline-header[b-i0003sh7x6] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 4px;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    white-space: nowrap;
}

.timeline-time-label[b-i0003sh7x6] {
    background: #f8f9fa;
    color: #6c757d;
    padding: 4px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    border-right: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
}

.timeline-slot[b-i0003sh7x6] {
    background: white;
    min-height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
}

.appointment-block[b-i0003sh7x6] {
    width: 100%;
    height: 100%;
    min-height: 30px;
    border-radius: 4px;
    padding: 4px 2px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: 500;
}

    .appointment-block:hover[b-i0003sh7x6] {
        transform: scale(1.02);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    .appointment-block span[b-i0003sh7x6] {
        white-space: pre-line;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
    }

/* Status Colors */
.status-confirmed[b-i0003sh7x6] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.status-pending[b-i0003sh7x6] {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
    color: #212529;
}

.status-cancelled[b-i0003sh7x6] {
    background: linear-gradient(135deg, #dc3545 0%, #e83e8c 100%);
    color: white;
}

.status-completed[b-i0003sh7x6] {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
}

/* Extra Large Desktop Styles (1920px and above) */
@media (min-width: 1920px) {
    .appointment-block[b-i0003sh7x6] {
        font-size: 0.8rem;
        padding: 6px 4px;
    }

        .appointment-block span[b-i0003sh7x6] {
            -webkit-line-clamp: 4;
        }

    .timeline-header[b-i0003sh7x6] {
        font-size: 0.8rem;
        padding: 10px 6px;
    }
}

/* Large Desktop Styles (1400px to 1919px) */
@media (min-width: 1400px) and (max-width: 1919px) {
    .appointment-block[b-i0003sh7x6] {
        font-size: 0.75rem;
        padding: 5px 3px;
    }

        .appointment-block span[b-i0003sh7x6] {
            -webkit-line-clamp: 3;
        }

    .timeline-header[b-i0003sh7x6] {
        font-size: 0.75rem;
        padding: 8px 4px;
    }
}

/* Standard Laptop Styles (1366px to 1399px) - NO SCROLL */
@media (min-width: 1366px) and (max-width: 1399px) {
    .timeline-grid[b-i0003sh7x6] {
        gap: 0.5px;
    }

    .appointment-block[b-i0003sh7x6] {
        font-size: 0.65rem;
        padding: 3px 2px;
    }

        .appointment-block span[b-i0003sh7x6] {
            -webkit-line-clamp: 2;
        }

    .timeline-header[b-i0003sh7x6] {
        font-size: 0.65rem;
        padding: 6px 2px;
    }

    .timeline-time-label[b-i0003sh7x6] {
        font-size: 0.6rem;
        padding: 3px 2px;
    }

    /* Ensure no horizontal overflow */
    .card-body[b-i0003sh7x6] {
        overflow-x: hidden !important;
    }
}

/* Small Laptop/Large Tablet Styles (1024px to 1365px) - NO SCROLL */
@media (min-width: 1024px) and (max-width: 1365px) {
    .timeline-grid[b-i0003sh7x6] {
        gap: 0.5px;
    }

    .appointment-block[b-i0003sh7x6] {
        font-size: 0.6rem;
        padding: 2px 1px;
    }

        .appointment-block span[b-i0003sh7x6] {
            -webkit-line-clamp: 2;
            font-size: 0.55rem;
        }

    .timeline-header[b-i0003sh7x6] {
        font-size: 0.6rem;
        padding: 5px 2px;
    }

    .timeline-time-label[b-i0003sh7x6] {
        font-size: 0.55rem;
        padding: 2px 1px;
    }

    /* Ensure no horizontal overflow */
    .card-body[b-i0003sh7x6] {
        overflow-x: hidden !important;
    }
}

/* Tablet Styles (769px to 1023px) - NO SCROLL */
@media (min-width: 769px) and (max-width: 1023px) {
    .timeline-grid[b-i0003sh7x6] {
        gap: 0.5px;
    }

    .appointment-block[b-i0003sh7x6] {
        font-size: 0.55rem;
        padding: 2px 1px;
    }

        .appointment-block span[b-i0003sh7x6] {
            -webkit-line-clamp: 2;
            font-size: 0.5rem;
        }

    .timeline-header[b-i0003sh7x6] {
        font-size: 0.55rem;
        padding: 4px 1px;
    }

    .timeline-time-label[b-i0003sh7x6] {
        font-size: 0.5rem;
        padding: 2px 1px;
    }

    /* Ensure no horizontal overflow */
    .card-body[b-i0003sh7x6] {
        overflow-x: hidden !important;
    }
}

/* Mobile Styles (481px to 768px) - SCROLL ALLOWED */
@media (max-width: 768px) and (min-width: 481px) {
    .timeline-grid[b-i0003sh7x6] {
        gap: 0.5px;
        /* min-width will be set dynamically by component */
    }

    .timeline-header[b-i0003sh7x6] {
        padding: 4px 2px;
        font-size: 0.6rem;
        min-height: 35px;
        min-width: 50px;
    }

    .timeline-time-label[b-i0003sh7x6] {
        padding: 3px 2px;
        font-size: 0.55rem;
        min-height: 30px;
        position: sticky;
        left: 0;
        z-index: 5;
        background: #f8f9fa;
        min-width: 40px;
    }

    .timeline-slot[b-i0003sh7x6] {
        min-height: 30px;
        min-width: 50px;
    }

    .appointment-block[b-i0003sh7x6] {
        min-height: 25px;
        font-size: 0.5rem;
        padding: 2px 1px;
        border-radius: 3px;
    }

        .appointment-block span[b-i0003sh7x6] {
            -webkit-line-clamp: 2;
            font-size: 0.45rem;
        }

    .card-body[b-i0003sh7x6] {
        padding: 1rem !important;
        overflow-x: auto !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .appointment-timeline-card .card-header[b-i0003sh7x6] {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}

/* Small Mobile Styles (up to 480px) - SCROLL ALLOWED */
@media (max-width: 480px) {
    .timeline-grid[b-i0003sh7x6] {
        gap: 0.5px;
        /* min-width will be set dynamically by component */
    }

    .timeline-header[b-i0003sh7x6] {
        padding: 3px 1px;
        font-size: 0.55rem;
        min-height: 30px;
        min-width: 45px;
    }

    .timeline-time-label[b-i0003sh7x6] {
        padding: 2px 1px;
        font-size: 0.5rem;
        min-height: 25px;
        position: sticky;
        left: 0;
        z-index: 5;
        background: #f8f9fa;
        min-width: 35px;
    }

    .timeline-slot[b-i0003sh7x6] {
        min-height: 25px;
        min-width: 45px;
    }

    .appointment-block[b-i0003sh7x6] {
        min-height: 20px;
        font-size: 0.45rem;
        padding: 1px;
    }

        .appointment-block span[b-i0003sh7x6] {
            font-size: 0.4rem;
            -webkit-line-clamp: 2;
        }

    .card-body[b-i0003sh7x6] {
        padding: 0.75rem !important;
        overflow-x: auto !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .appointment-timeline-card .card-header[b-i0003sh7x6] {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }

    /* Show minute markers as dots on small screens */
    .timeline-time-label[b-i0003sh7x6] {
        font-size: 0;
    }

        .timeline-time-label[b-i0003sh7x6]::after {
            content: '';
            width: 4px;
            height: 4px;
            background: #6c757d;
            border-radius: 50%;
            display: block;
            margin: auto;
        }
}

/* Landscape orientation adjustments for mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .timeline-grid[b-i0003sh7x6] {
        min-height: 200px;
        /* min-width will be set dynamically by component */
    }

    .timeline-header[b-i0003sh7x6] {
        min-height: 25px;
        min-width: 45px;
    }

    .timeline-time-label[b-i0003sh7x6] {
        min-height: 20px;
        min-width: 35px;
    }

    .timeline-slot[b-i0003sh7x6] {
        min-height: 20px;
        min-width: 45px;
    }

    .appointment-block[b-i0003sh7x6] {
        min-height: 18px;
    }
}

/* Better touch targets for mobile */
@media (hover: none) and (pointer: coarse) {
    .appointment-block[b-i0003sh7x6] {
        min-height: 35px;
        cursor: pointer;
    }

        .appointment-block:active[b-i0003sh7x6] {
            transform: scale(0.98);
            transition: transform 0.1s ease;
        }
}

/* Force scrollbar visibility on mobile for better UX */
@media (max-width: 768px) {
    .card-body[b-i0003sh7x6]::-webkit-scrollbar {
        height: 6px;
    }

    .card-body[b-i0003sh7x6]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .card-body[b-i0003sh7x6]::-webkit-scrollbar-thumb {
        background: #667eea;
        border-radius: 3px;
    }

        .card-body[b-i0003sh7x6]::-webkit-scrollbar-thumb:hover {
            background: #5a67d8;
        }
}
/* /Pages/Appointments/DateSelectListHScroll.razor.rz.scp.css */

.scroll-container[b-jftxn1284k] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    max-width: 100%;
    /* Hide scrollbar for WebKit browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer and Edge */
}

    .scroll-container[b-jftxn1284k]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }


.scrollable-row[b-jftxn1284k] {
    display: flex;
    flex-wrap: nowrap;
    min-width: max-content;
}

.item[b-jftxn1284k] {
    flex: 0 0 auto;
    /* margin-right: 0.25rem;*/
    width: 60px; /*  Item width */
    height: 50px; /*Item height*/
    display: flex; /*  Flexbox */
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /*color: white;*/
    /* font-weight: bold;*/
    margin: 0 3px;
    /*background-color: #007bff;*/
    /* / Margin between items /*/
    cursor: pointer;
}

.scroll-container-old[b-jftxn1284k] {
    display: flex;
    align-items: center;
    overflow: hidden;
    /*width: 600px;*/
    white-space: nowrap;
    /* Set container width */
}

.scrollable-row-old[b-jftxn1284k] {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /*  Smooth scrolling */
}

.item-old[b-jftxn1284k] {
    width: 60px; /*  Item width */
    height: 50px; /*Item height*/
    display: flex; /*  Flexbox */
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /*color: white;*/
   /* font-weight: bold;*/
    margin: 0 3px;
    /*background-color: #007bff;*/
    /* / Margin between items /*/
    cursor: pointer;
}
/* /Pages/Appointments/TimeSelectList.razor.rz.scp.css */

.fxheight[b-n11ttbt0vw] {
    height: auto;
}

/*lg*/
@media(min-width: 992px) {
    .fxheight[b-n11ttbt0vw] {
        height: calc(100vh - 350px);
        overflow-y: auto;
    }
}
/* /Pages/Services/ServiceListHScroll.razor.rz.scp.css */

.scroll-container[b-xm2ykxhw7z] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    max-width: 100%;
    /* Hide scrollbar for WebKit browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer and Edge */
}

.scroll-container[b-xm2ykxhw7z]::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}


.scrollable-row[b-xm2ykxhw7z] {
    display: flex;
    flex-wrap: nowrap;
    min-width: max-content;
}

.item[b-xm2ykxhw7z] {
    flex: 0 0 auto;
    /* margin-right: 0.25rem;*/
    cursor: pointer;
}


.scroll-container-old[b-xm2ykxhw7z] {
    display: flex;
    align-items: center;
    overflow: hidden;
    /*width: 600px;*/
    white-space: nowrap;
    
    /* Set container width */
}

.scrollable-row-old[b-xm2ykxhw7z] {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 45px;
    /*  Smooth scrolling */
}

.item-old[b-xm2ykxhw7z] {
    /*width: 60px;*/ /*  Item width */
    /*height: 60px;*/ /*Item height*/
    display: flex; /*  Flexbox */
    align-items: center;
    justify-content: center;
    /*border-radius: 50%;*/
    /*color: white;*/
    /*font-weight: bold;*/
    /*  margin: 0 5px;*/
    /*background-color: #007bff;*/ /*  Item background color */
    /* / Margin between items /*/
    cursor: pointer;
}

