/* /Components/Account/Pages/LoginPage.razor.rz.scp.css */

@font-face {
    font-family: 'Cairo';
    src: url(fonts/Cairo-VariableFont_slnt,wght.ttf);
}

*[b-oiqcvko1f1] {
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.loginBody[b-oiqcvko1f1] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
}

.loginBody[b-oiqcvko1f1] {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(images/loginback.jpg);
    background-position: center;
    background-size: cover;
}

.login-wrapper[b-oiqcvko1f1]{
    width: 400px;
    padding:30px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
}

form[b-oiqcvko1f1]{
    display: flex;
    flex-direction: column;
}

form h2[b-oiqcvko1f1]{
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.input-field[b-oiqcvko1f1]{
    position: relative;
    margin: 15px 0;
    border-bottom: 2px solid #ccc;
}

.input-field[b-oiqcvko1f1]  input {
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1rem;
}

.input-field label[b-oiqcvko1f1]{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1rem;
    pointer-events: none;
    transition: 0.3s ease;
}

.input-field[b-oiqcvko1f1]  input:focus ~ label,
.input-field[b-oiqcvko1f1]  input:valid ~ label {
    transform: translateY(-120%);
    font-size: 0.8rem;
    top: 10px;
}

[b-oiqcvko1f1] input {
    -webkit-background-clip: text !important;
/*    background-clip: text !important;*/
/*    -webkit-text-fill-color: inherit !important;*/
    -webkit-text-fill-color: #fff !important;
}

    .password-options[b-oiqcvko1f1] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 25px 0 35px 0;
        color: #fff;
    }

.password-options label[b-oiqcvko1f1] {
    display: flex;
    align-items: center;
}

[b-oiqcvko1f1] input[type=checkbox] {
    accent-color: #fff;
    cursor: pointer;
    -webkit-appearance: checkbox;
}

#remember[b-oiqcvko1f1] {
    accent-color: #fff;
    cursor: pointer;
}

/*.my-checkbox {
    accent-color: #fff;
    cursor: pointer;
    font-size: large;
}*/
/*.form-check-input {*/
/*    accent-color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #fff;*/
/*}*/
.password-options label p[b-oiqcvko1f1] {
    margin-right: 8px;
}

.login-wrapper a[b-oiqcvko1f1]{
    color: #efefef;
    text-decoration: none;
}

.login-wrapper a:hover[b-oiqcvko1f1]{
    text-decoration: underline;
}

button[b-oiqcvko1f1] {
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 1rem;
    font-weight: 800;
    padding: 12px 20px;
    border-color: #ccc;
    border-radius: 5px;
    border: 2px solid;
    border-color: transparent;
    cursor: pointer;
    transition: 0.3s ease;
}

button:hover[b-oiqcvko1f1]{
    background: rgba(255,255,255, 0.15);
    border-color: #fff;
    color: #fff;
}

.account-options[b-oiqcvko1f1]{
    text-align: center;
    margin-top: 30px;
    color: #fff;
}
/* /Components/Customer/Pages/CustomerApplyPoints.razor.rz.scp.css */

@font-face {
    font-family: 'Cairo';
    src: url(fonts/Cairo-VariableFont_slnt,wght.ttf);
}

*[b-48mkzefnjp] {
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    *[b-48mkzefnjp],
    *[b-48mkzefnjp]::before,
    *[b-48mkzefnjp]::after {
        font-family: 'Cairo', sans-serif;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }



.applyBody[b-48mkzefnjp] {
    position: absolute;
    content: '';
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 20px;
    background: url(images/painbacklight.jpg);
    background-position: center;
    background-size: cover;
    align-content: center;
    min-height: 100vh;
    width: 100%;
    overflow: auto;
}

.radzen_wrapper[b-48mkzefnjp] {
    width: 500px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.apply-wrapper[b-48mkzefnjp] {
    width: auto;
    padding: 30px;
    margin: 10px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.success-block[b-48mkzefnjp] {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 8px;
    backdrop-filter: blur(8px);
}

.succss-message[b-48mkzefnjp] {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    gap: 20px;
    width: auto;
    margin: 0 5px;
}

    .succss-message .success-title[b-48mkzefnjp] {
        color: white;
    }

    .succss-message h5[b-48mkzefnjp], h6[b-48mkzefnjp] {
        color: white;
        align-self: flex-start;
    }

.OfferImageDetails h4[b-48mkzefnjp] {
    color: white;
    display: block;
    margin: 5px 5px 5px 0;
}

.OfferImageDetails[b-48mkzefnjp] {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    margin: 0 0 15px 0;
    padding: 0;
}

    .OfferImageDetails img[b-48mkzefnjp] {
        width: auto;
        height: 510px;
        margin: 10px;
        background: url(images/background.png);
        background-size: contain;
        background-repeat: no-repeat;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 8px;
        padding: 0;
    }

.failed-wrapper[b-48mkzefnjp] {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(8px);
    margin: 10px 0 10px 0;
    padding: 5px;
}

.points-footer[b-48mkzefnjp] {
    color: white;
}

    .points-footer p[b-48mkzefnjp] {
        color: white;
        text-shadow: 0 0 0.2rem black, 0 0 1em blue, 1px 0 1em blue;
    }

form[b-48mkzefnjp] {
    display: flex;
    flex-direction: column;
}

    form h2[b-48mkzefnjp],h3[b-48mkzefnjp] {
        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;
        margin-bottom: 20px;
    }

.input-field[b-48mkzefnjp] {
    position: relative;
    margin: 15px 0;
    border-bottom: 2px solid #ccc;
}

    .input-field[b-48mkzefnjp]  input {
        width: 100%;
        height: 40px;
        background: transparent;
        border: none;
        outline: none;
        color: #fff;
        font-size: 1rem;
        text-shadow: 0 0 0.2em black, 0 0 1em black;
    }

    .input-field label[b-48mkzefnjp] {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        color: #fff;
        font-size: 1rem;
        pointer-events: none;
        transition: 0.3s ease;
    }

    .input-field[b-48mkzefnjp]  input:focus ~ label,
    .input-field[b-48mkzefnjp]  input:valid ~ label {
        transform: translateY(-120%);
        font-size: 0.8rem;
        top: 10px;
    }

[b-48mkzefnjp] input {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-text-fill-color: #fff !important;
}

.password-options[b-48mkzefnjp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 35px 0;
    color: #fff;
}

    .password-options label[b-48mkzefnjp] {
        display: flex;
        align-items: center;
    }

#remember[b-48mkzefnjp] {
    accent-color: #fff;
    cursor: pointer;
}

.password-options label p[b-48mkzefnjp] {
    margin-right: 8px;
}

.apply-wrapper a[b-48mkzefnjp] {
    color: #efefef;
    text-decoration: none;
}

    .apply-wrapper a:hover[b-48mkzefnjp] {
        text-decoration: underline;
    }

button[b-48mkzefnjp] {
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 1rem;
    font-weight: 800;
    padding: 12px 20px;
    border-color: #ccc;
    border-radius: 5px;
    border: 2px solid;
    border-color: transparent;
    cursor: pointer;
    transition: 0.3s ease;
}

    button:hover[b-48mkzefnjp] {
        background: rgba(255,255,255, 0.15);
        border-color: #fff;
        color: #fff;
    }

.account-options[b-48mkzefnjp] {
    text-align: center;
    margin-top: 30px;
    color: #fff;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0cr0njoeyh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0cr0njoeyh] {
    flex: 1;
}

.sidebar[b-0cr0njoeyh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0cr0njoeyh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0cr0njoeyh]  a, .top-row[b-0cr0njoeyh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0cr0njoeyh]  a:hover, .top-row[b-0cr0njoeyh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0cr0njoeyh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0cr0njoeyh] {
        justify-content: space-between;
    }

    .top-row[b-0cr0njoeyh]  a, .top-row[b-0cr0njoeyh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0cr0njoeyh] {
        flex-direction: row;
    }

    .sidebar[b-0cr0njoeyh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0cr0njoeyh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0cr0njoeyh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0cr0njoeyh], article[b-0cr0njoeyh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0cr0njoeyh] {
    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-0cr0njoeyh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MyLayout2.razor.rz.scp.css */
/*Google Font Import - 'Cairo'*/

/*@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');*/

*[b-7xz81j36mm] {
    font-family: 'Cairo', 'Times New Roman', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*[b-7xz81j36mm],
*[b-7xz81j36mm]::before,
*[b-7xz81j36mm]::after {
    box-sizing: border-box;
}

:root[b-7xz81j36mm] {
    /*===== Colors ======*/
    --body-color: #E4E9F7;
    --sidebar-color: #FFF;
    --primary-color: #0a9eb0;
    --primary-color-light: #F6F5FF;
    --toggle-color: #DDD;
    --text-color: #707070;
    /*===== Transition =====*/
    --tran-02: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.4s ease;
    --tran-05: all 0.5s ease;
}

section[b-7xz81j36mm] {
    height: 100vh;
    background: var(--body-color);
    transition: var(--tran-05);
}

    section.dark[b-7xz81j36mm] {
        --body-color: #18191A;
        --sidebar-color: #242526;
        --primary-color: #3A3B3C;
        --primary-color-light: #3A3B3C;
        --toggle-color: #FFF;
        --text-color: #CCC;
    }

/*===== asidebar =====*/
.sidebar[b-7xz81j36mm] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    padding: 10px 14px;
    background: var(--sidebar-color);
    transition: var(--tran-05);
    opacity: 1;
    z-index: 100;
}

    .sidebar.close[b-7xz81j36mm] {
        width: 88px;
    }

    /*===== Reusable CSS =====*/
    .sidebar .text[b-7xz81j36mm] {
        font-size: 16px;
        font-weight: 600;
        color: var(--text-color);
        transition: var(--tran-03);
        white-space: nowrap;
    }

    /*I added overflow here:  */
    .sidebar.close .text[b-7xz81j36mm] {
        opacity: 0;
        overflow: hidden;
    }

    .sidebar.close li .logout[b-7xz81j36mm] {
        width: 65px;
    }

    .sidebar .image[b-7xz81j36mm] {
        min-width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar li[b-7xz81j36mm] {
        height: 50px;
        margin-top: 10px;
        list-style: none;
        display: flex;
        align-items: center;
    }

        .sidebar li .icon[b-7xz81j36mm] {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 60px;
            font-size: 20px;
        }

        .sidebar li .icon[b-7xz81j36mm],
        .sidebar li .text[b-7xz81j36mm] {
            color: var(--text-color);
            transition: var(--tran-02);
        }

    .sidebar header[b-7xz81j36mm] {
        position: relative;
    }

    .sidebar .image-text img[b-7xz81j36mm] {
        width: 50px;
        border-radius: 6px;
    }

    .sidebar header .image-text[b-7xz81j36mm] {
        display: flex;
        align-items: center;
    }

header .image-text .header-text[b-7xz81j36mm] {
    display: flex;
    flex-direction: column;
}

.header-text .name[b-7xz81j36mm] {
    font-weight: 800;
}

.header-text .profession[b-7xz81j36mm] {
    margin-top: -2px;
}

.sidebar header .toggle[b-7xz81j36mm] {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--sidebar-color);
    font-size: 22px;
    transition: var(--tran-03);
}

.sidebar.close header .toggle[b-7xz81j36mm] {
    transform: translateY(-50%) rotate(180deg);
}

section.dark .sidebar header .toggle[b-7xz81j36mm] {
    color: var(--text-color);
}

.sidebar .menu[b-7xz81j36mm] {
    margin-top: 35px;
}

.sidebar .search-box[b-7xz81j36mm] {
    background: var(--primary-color-light);
    border-radius: 6px;
    transition: var(--tran-05);
}

    .sidebar .search-box .icon[b-7xz81j36mm] {
        color: var(--sidebar-color)
    }

section.dark .sidebar .search-box .icon[b-7xz81j36mm],
section.dark .sidebar .search-box input[b-7xz81j36mm] {
    color: var(--text-color)
}

.search-box input[b-7xz81j36mm] {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    background: var(--primary-color-light);
    transition: var(--tran-05);
    color: var(--sidebar-color);
}

.sidebar li[b-7xz81j36mm]  a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 6px;
    transition: var(--tran-04);
}

/*======== Logout Button =========*/
.sidebar li .logout[b-7xz81j36mm] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 6px;
    transition: var(--tran-04);
    border: none;
    background: var(--sidebar-color);
}

    .sidebar li .logout:hover[b-7xz81j36mm] {
        background: var(--primary-color);
    }

        .sidebar li .logout:hover .icon[b-7xz81j36mm],
        .sidebar li .logout:hover .text[b-7xz81j36mm] {
            color: var(--sidebar-color);
        }

section.dark .sidebar li .logout:hover .icon[b-7xz81j36mm],
section.dark .sidebar li .logout:hover .text[b-7xz81j36mm] {
    color: var(--text-color);
}
/*======== End Logout =========*/

.sidebar li[b-7xz81j36mm]  a:hover {
    background: var(--primary-color);
}

.sidebar li[b-7xz81j36mm]  a.active {
    background: var(--primary-color);
}

section.dark .sidebar li[b-7xz81j36mm]  a.active .icon,
section.dark .sidebar li[b-7xz81j36mm]  a.active .text {
    color: var(--text-color);
}

.sidebar li[b-7xz81j36mm]  a.active .icon,
.sidebar li[b-7xz81j36mm]  a.active .text {
    color: var(--sidebar-color);
}

.sidebar li[b-7xz81j36mm]  a:hover .icon,
.sidebar li[b-7xz81j36mm]  a:hover .text {
    color: var(--sidebar-color);
}



section.dark .sidebar li[b-7xz81j36mm]  a:hover .icon,
section.dark .sidebar li[b-7xz81j36mm]  a:hover .text {
    color: var(--text-color);
}

.sidebar .menu-bar[b-7xz81j36mm] {
    height: calc(100% - 65px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-bar .mode[b-7xz81j36mm] {
    position: relative;
    border-radius: 6px;
    background: var(--sidebar-color);
    transition: var(--tran-05);
}

    .menu-bar .mode .moon-sun[b-7xz81j36mm] {
        height: 50px;
        width: 60px;
        display: flex;
        align-items: center;
    }

    .menu-bar .mode i[b-7xz81j36mm] {
        position: absolute;
        transition: var(--tran-05);
    }

        .menu-bar .mode i.sun[b-7xz81j36mm] {
            opacity: 0;
        }

section.dark .menu-bar .mode i.sun[b-7xz81j36mm] {
    opacity: 1;
}

section.dark .menu-bar .mode i.moon[b-7xz81j36mm] {
    opacity: 0;
}

.menu-bar .mode .toggle-switch[b-7xz81j36mm] {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 60px;
    cursor: pointer;
    border-radius: 6px;
    background: var(--sidebar-color);
    transition: var(--tran-05);
}

.toggle-switch .switch[b-7xz81j36mm] {
    position: relative;
    height: 22px;
    width: 40px;
    border-radius: 25px;
    background: var(--toggle-color);
    transition: var(--tran-05);
}

.switch[b-7xz81j36mm]::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background: var(--sidebar-color);
    transition: var(--tran-03);
}

section.dark .switch[b-7xz81j36mm]::before {
    left: 24px;
}

.main-content[b-7xz81j36mm] {
    position: relative;
    height: 100vh;
    right: 250px;
    width: calc(100% - 250px);
    background: var(--body-color);
    transition: var(--tran-05);
    padding: 8px 0px;
}

/*    .main-content .text {
        font-size: 30px;
        font-weight: 700;
        color: var(--text-color);
        padding: 8px 40px;
    }*/

.sidebar.close ~ .main-content[b-7xz81j36mm] {
    right: 88px;
    width: calc(100% - 88px);
}

.main-content .main-header[b-7xz81j36mm] {
    padding: 8px 40px 20px 0px;
}

.line[b-7xz81j36mm] {
    margin: 0px 0px 20px 0px;
}

/*---------------Changes for testing--------------*/
/*.navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
}
.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 */
        /*position: fixed;
        display: unset;
        top: 0;
        right: 0;
        height: 100%;
        width: 250px;
        padding: 10px 14px;
        background: var(--sidebar-color);
        transition: var(--tran-05);
        opacity: 1;
        z-index: 100;*/
        /* Allow sidebar to scroll for tall menus */
        /* height: calc(100vh - 3.5rem);*/
        /*overflow-y: auto;
    }

    .sidebar header .toggle {
        position: absolute;
        top: 50%;
        left: -25px;
        transform: translateY(-50%);
        height: 25px;
        width: 25px;
        background: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: var(--sidebar-color);
        font-size: 22px;
        transition: var(--tran-03);
    }
}*/
/* /Components/Layout/MyTempLayout.razor.rz.scp.css */
/* MyTempLayout.css */
.dashboard-layout[b-mcchprhjlf] {
    display: flex;
    height: 100vh;
    background-color: #f5f5f5;
}



.sidebar[b-mcchprhjlf] {
    width: fit-content;
    background-color: #10677e;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.nav-link[b-mcchprhjlf] {
    background-color: #10677e;
    padding: 0px, 0px, 0px, 0px;
    margin: 50px, 0px, 0px,0px;
}
span[b-mcchprhjlf], .nav-item[b-mcchprhjlf] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    padding: 5px 16px 0px 0px;
    border-radius: 8px;
    transition: background-color 0.3s, color 0.3s;
    font-size: medium;
    text-underline-offset: unset;
}

.nav-menu[b-mcchprhjlf] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nav-item.active[b-mcchprhjlf],
.nav-item:hover[b-mcchprhjlf] {
    background-color: #4fb5c8;
    color: #fff;
    font-size: larger;
}

.user-info[b-mcchprhjlf] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.profile-pic[b-mcchprhjlf] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user-name[b-mcchprhjlf] {
    font-size: 16px;
    font-weight: bold;
}

.icon[b-mcchprhjlf] {
    font-size: 20px;
}

.add-files-btn[b-mcchprhjlf] {
    background-color: #10b981;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.main-content[b-mcchprhjlf] {
    flex-grow: 1;
    padding: 32px;
}

.main-header[b-mcchprhjlf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .main-header h1[b-mcchprhjlf] {
        font-size: 24px;
        font-weight: bold;
    }

.upgrade-btn[b-mcchprhjlf] {
    background-color: #10b981;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
}

.content[b-mcchprhjlf] {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding-top: 1.1rem;
}

/*a, .btn-link {
    color: #1499f4;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/
/*//---------------*/











/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5o9ik1todv] {
    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[b-5o9ik1todv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5o9ik1todv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5o9ik1todv] {
    font-size: 1.1rem;
    display: none;
}

.bi[b-5o9ik1todv] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.00rem;
    margin-left: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5o9ik1todv] {
    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-5o9ik1todv] {
    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-5o9ik1todv] {
    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-5o9ik1todv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5o9ik1todv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5o9ik1todv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5o9ik1todv]  .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-5o9ik1todv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5o9ik1todv]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5o9ik1todv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5o9ik1todv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5o9ik1todv] {
        display: none;
    }

    .nav-scrollable[b-5o9ik1todv] {
        /* 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-brand[b-5o9ik1todv] {
        display: block;
    }
}
/* /Components/Layout/NavMenu2.razor.rz.scp.css */
/*Google Font Import - 'Cairo'*/

/*@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');*/

*[b-0geedbs45k] {
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root[b-0geedbs45k] {
    /*===== Colors ======*/
    --body-color: #E4E9F7;
    --sidebar-color: #FFF;
    --primary-color: #0a9eb0;
    --primary-color-light: #F6F5FF;
    --toggle-color: #DDD;
    --text-color: #707070;
    /*===== Transition =====*/
    --tran-02: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.4s ease;
    --tran-05: all 0.5s ease;
}

section[b-0geedbs45k] {
    height: 100vh;
    background: var(--body-color);
    transition: var(--tran-05);
}

    section.dark[b-0geedbs45k] {
        --body-color: #18191A;
        --sidebar-color: #242526;
        --primary-color: #3A3B3C;
        --primary-color-light: #3A3B3C;
        --toggle-color: #FFF;
        --text-color: #CCC;
    }

/*===== asidebar =====*/
.sidebar[b-0geedbs45k] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    padding: 10px 14px;
    background: var(--sidebar-color);
    transition: var(--tran-05);
    opacity: 1;
    z-index: 100;
}

    .sidebar.close[b-0geedbs45k] {
        width: 88px;
    }

    /*===== Reusable CSS =====*/
    .sidebar .text[b-0geedbs45k] {
        font-size: 16px;
        font-weight: 600;
        color: var(--text-color);
        transition: var(--tran-03);
        white-space: nowrap;
    }

    .sidebar.close .text[b-0geedbs45k] {
        opacity: 0;
    }

    .sidebar .image[b-0geedbs45k] {
        min-width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar li[b-0geedbs45k] {
        height: 50px;
        margin-top: 10px;
        list-style: none;
        display: flex;
        align-items: center;
    }

        .sidebar li .icon[b-0geedbs45k] {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 60px;
            font-size: 20px;
        }

        .sidebar li .icon[b-0geedbs45k],
        .sidebar li .text[b-0geedbs45k] {
            color: var(--text-color);
            transition: var(--tran-02);
        }

    .sidebar header[b-0geedbs45k] {
        position: relative;
    }

    .sidebar .image-text img[b-0geedbs45k] {
        width: 50px;
        border-radius: 6px;
    }

    .sidebar header .image-text[b-0geedbs45k] {
        display: flex;
        align-items: center;
    }

header .image-text .header-text[b-0geedbs45k] {
    display: flex;
    flex-direction: column;
}

.header-text .name[b-0geedbs45k] {
    font-weight: 800;
}

.header-text .profession[b-0geedbs45k] {
    margin-top: -2px;
}

.sidebar header .toggle[b-0geedbs45k] {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--sidebar-color);
    font-size: 22px;
    transition: var(--tran-03);
}

.sidebar.close header .toggle[b-0geedbs45k] {
    transform: translateY(-50%) rotate(180deg);
}

section.dark .sidebar header .toggle[b-0geedbs45k] {
    color: var(--text-color);
}

.sidebar .menu[b-0geedbs45k] {
    margin-top: 35px;
}

.sidebar .search-box[b-0geedbs45k] {
    background: var(--primary-color-light);
    border-radius: 6px;
    transition: var(--tran-05);
}

.search-box input[b-0geedbs45k] {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    background: var(--primary-color-light);
    transition: var(--tran-05);
    color: var(--text-color);
}

.sidebar li[b-0geedbs45k]  a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 6px;
    transition: var(--tran-04);
}

/*======== Logout Button =========*/
.sidebar li .logout[b-0geedbs45k] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 6px;
    transition: var(--tran-04);
    border: none;
    background: var(--sidebar-color);
}

    .sidebar li .logout:hover[b-0geedbs45k] {
        background: var(--primary-color);
    }

        .sidebar li .logout:hover .icon[b-0geedbs45k],
        .sidebar li .logout:hover .text[b-0geedbs45k] {
            color: var(--sidebar-color);
        }

section.dark .sidebar li .logout:hover .icon[b-0geedbs45k],
section.dark .sidebar li .logout:hover .text[b-0geedbs45k] {
    color: var(--text-color);
}
/*======== End Logout =========*/

.sidebar li[b-0geedbs45k]  a:hover {
    background: var(--primary-color);
}

.sidebar li[b-0geedbs45k]  a.active {
    background: var(--primary-color);
}

section.dark .sidebar li[b-0geedbs45k]  a.active .icon,
section.dark .sidebar li[b-0geedbs45k]  a.active .text {
    color: var(--text-color);
}

.sidebar li[b-0geedbs45k]  a.active .icon,
.sidebar li[b-0geedbs45k]  a.active .text {
    color: var(--sidebar-color);
}

.sidebar li[b-0geedbs45k]  a:hover .icon,
.sidebar li[b-0geedbs45k]  a:hover .text {
    color: var(--sidebar-color);
}



section.dark .sidebar li[b-0geedbs45k]  a:hover .icon,
section.dark .sidebar li[b-0geedbs45k]  a:hover .text {
    color: var(--text-color);
}

.sidebar .menu-bar[b-0geedbs45k] {
    height: calc(100% - 65px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-bar .mode[b-0geedbs45k] {
    position: relative;
    border-radius: 6px;
    background: var(--primary-color-light);
    transition: var(--tran-05);
}

    .menu-bar .mode .moon-sun[b-0geedbs45k] {
        height: 50px;
        width: 60px;
        display: flex;
        align-items: center;
    }

    .menu-bar .mode i[b-0geedbs45k] {
        position: absolute;
        transition: var(--tran-05);
    }

        .menu-bar .mode i.sun[b-0geedbs45k] {
            opacity: 0;
        }

section.dark .menu-bar .mode i.sun[b-0geedbs45k] {
    opacity: 1;
}

section.dark .menu-bar .mode i.moon[b-0geedbs45k] {
    opacity: 0;
}

.menu-bar .mode .toggle-switch[b-0geedbs45k] {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 60px;
    cursor: pointer;
    border-radius: 6px;
    background: var(--primary-color-light);
    transition: var(--tran-05);
}

.toggle-switch .switch[b-0geedbs45k] {
    position: relative;
    height: 22px;
    width: 40px;
    border-radius: 25px;
    background: var(--toggle-color);
    transition: var(--tran-05);
}

.switch[b-0geedbs45k]::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background: var(--sidebar-color);
    transition: var(--tran-03);
}

section.dark .switch[b-0geedbs45k]::before {
    left: 24px;
}

.main-content[b-0geedbs45k] {
    position: relative;
    height: 100vh;
    right: 250px;
    width: calc(100% - 250px);
    background: var(--body-color);
    transition: var(--tran-05);
    padding: 8px 40px;
}

/*    .main-content .text {
        font-size: 30px;
        font-weight: 700;
        color: var(--text-color);
        padding: 8px 40px;
    }*/

.sidebar.close ~ .main-content[b-0geedbs45k] {
    right: 88px;
    width: calc(100% - 88px);
}

.main-content .main-header[b-0geedbs45k] {
    padding: 8px 40px 20px 0px;
}
