@import '_content/BlazorJWT.Core/BlazorJWT.Core.bundle.scp.css';

/* /Pages/Appointments.razor.rz.scp.css */
.modalPopup[b-h06js4sjo9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    min-width: 200px;
    padding: 10px 25px;
    background-color: #F5F5F5;
    border: 5px solid black;
    border-radius: 12px;
    z-index: 999999999;
}

.modalBackground[b-h06js4sjo9] {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999998;
}

.th-width[b-h06js4sjo9] {
    width: 16.666%;
}
/* /Pages/AppointmentSidebar.razor.rz.scp.css */
.appointment-sidebar[b-h3w8dm0dox] {
    position: fixed;
    top: 0;
    /*right: 0;*/
    width:35%;
    min-width: 300px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
}

.position-right[b-h3w8dm0dox] {
    right: 0;
}

.position-left[b-h3w8dm0dox] {
    left: 0;
}

.sidebar-header[b-h3w8dm0dox] {
    padding: 1rem;
    background-color: #007bff;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-body[b-h3w8dm0dox] {
    padding: 1rem;
    overflow-y: auto;
}

.close-btn[b-h3w8dm0dox] {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}


.custom-select-class[b-h3w8dm0dox] {
    background-color: #2d2f34;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 10px;
}

.input-group[b-h3w8dm0dox] {
    position: relative;
}

    .input-group .input-group-text[b-h3w8dm0dox] {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: none;
    }
/* /Pages/RoomsSlots.razor.rz.scp.css */
.appointment-sidebar[b-693piesjxj] {
    position: fixed;
    top: 0;
    /*right: 0;*/
    width: 35%;
    min-width: 300px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    z-index: 1051;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
}

.position-right[b-693piesjxj] {
    right: 0;
}

.position-left[b-693piesjxj] {
    left: 0;
}

.sidebar-header[b-693piesjxj] {
    padding: 1rem;
    background-color: #007bff;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-body[b-693piesjxj] {
    padding: 1rem;
    overflow-y: auto;
}

.close-btn[b-693piesjxj] {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.bold-blue[b-693piesjxj] {
    font-weight: bold;
    color: blue;
}
/* /Pages/SearchSidebar.razor.rz.scp.css */
.appointment-sidebar[b-qgagc3xmif] {
    position: fixed;
    top: 0;
    /*right: 0;*/
    width: 35%;
    min-width: 300px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
}

.position-right[b-qgagc3xmif] {
    right: 0;
}

.position-left[b-qgagc3xmif] {
    left: 0;
}

.sidebar-header[b-qgagc3xmif] {
    padding: 1rem;
    background-color: #007bff;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-body[b-qgagc3xmif] {
    padding: 1rem;
    overflow-y: auto;
}

.close-btn[b-qgagc3xmif] {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.bold-blue[b-qgagc3xmif] {
    font-weight: bold;
    color: blue;
}
/* /Pages/SearchSidebartest.razor.rz.scp.css */
.appointment-sidebar[b-fzu0wu8k6i] {
    position: fixed;
    top: 0;
    /*right: 0;*/
    width: 35%;
    min-width: 300px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
}

.position-right[b-fzu0wu8k6i] {
    right: 0;
}

.position-left[b-fzu0wu8k6i] {
    left: 0;
}

.sidebar-header[b-fzu0wu8k6i] {
    padding: 1rem;
    background-color: #007bff;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-body[b-fzu0wu8k6i] {
    padding: 1rem;
    overflow-y: auto;
}

.close-btn[b-fzu0wu8k6i] {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.bold-blue[b-fzu0wu8k6i] {
    font-weight: bold;
    color: blue;
}
/* /Shared/Components/SetStaff.razor.rz.scp.css */
.bg-blue[b-ldjv5l0wim] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-l80i4y0zo4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l80i4y0zo4] {
    flex: 1;
}

.sidebar[b-l80i4y0zo4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-l80i4y0zo4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l80i4y0zo4]  a, .top-row[b-l80i4y0zo4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-l80i4y0zo4]  a:hover, .top-row[b-l80i4y0zo4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l80i4y0zo4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.circle-count[b-l80i4y0zo4] {
    display: inline-block;
    width: 30px; /* Set a fixed width and height */
    height: 30px;
    border-radius: 50%; /* Make it a circle */
    /*background-color: blue; /* Blue background */
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    color: white; /* White text */
    text-align: center; /* Center the text horizontally */
    line-height: 30px; /* Center the text vertically */
    font-weight: bold; /* Optional: Make the text bold */
    font-size: 14px; /* Optional: Adjust the font size */
    margin-left: 10px; /* Add left margin */
    margin-right: 10px; /* Add right margin */
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-l80i4y0zo4] {
        display: none;
    }

    .top-row.auth[b-l80i4y0zo4] {
        justify-content: space-between;
    }

    .top-row[b-l80i4y0zo4]  a, .top-row[b-l80i4y0zo4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l80i4y0zo4] {
        flex-direction: row;
    }

    .sidebar[b-l80i4y0zo4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l80i4y0zo4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l80i4y0zo4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l80i4y0zo4], article[b-l80i4y0zo4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rpc4entton] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rpc4entton] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rpc4entton] {
    font-size: 1.1rem;
}

.oi[b-rpc4entton] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rpc4entton] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rpc4entton] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rpc4entton] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rpc4entton]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rpc4entton]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-rpc4entton]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rpc4entton] {
        display: none;
    }

    .collapse[b-rpc4entton] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}






/* Style for the select element */
.custom-select[b-rpc4entton] {
    background-color: transparent; /* Transparent background */
    color: white; /* White text color */
    border: 1px solid white; /* White border */
}

    /* Style for the dropdown when open */
    .custom-select:focus[b-rpc4entton] {
        background-color: #003366; /* Dark blue background when select is focused/open */
        color: white; /* Keep text white */
        border-color: #003366; /* Optional: Dark blue border */
    }

    /* Style for the dropdown menu itself */
    .custom-select option[b-rpc4entton] {
        background-color: #003366; /* Dark blue background for options */
        color: white; /* White text for options */
    }

        /* Optional: Change option background color when hovered */
        .custom-select option:hover[b-rpc4entton] {
            background-color: #005b8c; /* Slightly lighter blue when hovering over an option */
        }


.position-bottom[b-rpc4entton] {
    position: absolute;
    bottom: 0;
    width: 100%; /* Optional: Ensure it spans the container's width */
}
/* /Shared/SelectActivity.razor.rz.scp.css */

/* Style for the select element */
.custom-select[b-peqh1rjclo] {
    background-color: transparent; /* Transparent background */
    color: white; /* White text color */
    border: 1px solid white; /* White border */
}

    /* Style for the dropdown when open */
    .custom-select:focus[b-peqh1rjclo] {
        background-color: #003366; /* Dark blue background when select is focused/open */
        color: white; /* Keep text white */
        border-color: #003366; /* Optional: Dark blue border */
    }

    /* Style for the dropdown menu itself */
    .custom-select option[b-peqh1rjclo] {
        background-color: #003366; /* Dark blue background for options */
        color: white; /* White text for options */
    }

        /* Optional: Change option background color when hovered */
        .custom-select option:hover[b-peqh1rjclo] {
            background-color: #005b8c; /* Slightly lighter blue when hovering over an option */
        }
/* /Shared/SelectStaff.razor.rz.scp.css */

/* Style for the select element */
.custom-select[b-n9fixsgtuh] {
    background-color: transparent; /* Transparent background */
    color: white; /* White text color */
    border: 1px solid white; /* White border */
}

    /* Style for the dropdown when open */
    .custom-select:focus[b-n9fixsgtuh] {
        background-color: #003366; /* Dark blue background when select is focused/open */
        color: white; /* Keep text white */
        border-color: #003366; /* Optional: Dark blue border */
    }

    /* Style for the dropdown menu itself */
    .custom-select option[b-n9fixsgtuh] {
        background-color: #003366; /* Dark blue background for options */
        color: white; /* White text for options */
    }

        /* Optional: Change option background color when hovered */
        .custom-select option:hover[b-n9fixsgtuh] {
            background-color: #005b8c; /* Slightly lighter blue when hovering over an option */
        }
/* /Shared/SelectStatus.razor.rz.scp.css */

/* Style for the select element */
.custom-select[b-ahl65g6qrm] {
    background-color: transparent; /* Transparent background */
    color: white; /* White text color */
    border: 1px solid white; /* White border */
}

    /* Style for the dropdown when open */
    .custom-select:focus[b-ahl65g6qrm] {
        background-color: #003366; /* Dark blue background when select is focused/open */
        color: white; /* Keep text white */
        border-color: #003366; /* Optional: Dark blue border */
    }

    /* Style for the dropdown menu itself */
    .custom-select option[b-ahl65g6qrm] {
        background-color: #003366; /* Dark blue background for options */
        color: white; /* White text for options */
    }

        /* Optional: Change option background color when hovered */
        .custom-select option:hover[b-ahl65g6qrm] {
            background-color: #005b8c; /* Slightly lighter blue when hovering over an option */
        }
