@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Shared/CustomNavMenu.razor.rz.scp.css */

*[b-hpy7li5lv3] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.customsidebar[b-hpy7li5lv3] {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 150px;
    background: #11101D;
    padding: 6px 14px;
    z-index: 99;
    transition: all 0.5s ease;
    overflow-y: auto;
}

    .customsidebar.open[b-hpy7li5lv3] {
        width: 260px;
    }
    .customsidebar .logo-details[b-hpy7li5lv3] {
        height: 60px;
        display: flex;
        align-items: center;
        position: relative;
    }

        .customsidebar .logo-details .icon[b-hpy7li5lv3] {
            opacity: 0;
            transition: all 0.5s ease;
        }

        .customsidebar .logo-details .logo_name[b-hpy7li5lv3] {
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            opacity: 0;
            transition: all 0.5s ease;
        }

    .customsidebar.open .logo-details .icon[b-hpy7li5lv3],
    .customsidebar.open .logo-details .logo_name[b-hpy7li5lv3] {
        opacity: 1;
    }

    .customsidebar .logo-details #xxbutton[b-hpy7li5lv3] {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 22px;
        transition: all 0.4s ease;
        font-size: 23px;
        text-align: center;
        cursor: pointer;
        transition: all 0.5s ease;
    }

    .customsidebar.open .logo-details #xxbutton[b-hpy7li5lv3] {
        text-align: right;
    }

    .customsidebar i[b-hpy7li5lv3] {
        color: #fff;
        height: 60px;
        min-width: 50px;
        font-size: 28px;
        text-align: center;
        line-height: 60px;
    }



    .customsidebar .sub-nav[b-hpy7li5lv3] {
        padding-left: 10px;
    }

    .customsidebar li[b-hpy7li5lv3] {
        position: relative;
        margin: 8px 0;
        list-style: none;
    }

        .customsidebar li .tooltip[b-hpy7li5lv3] {
            position: absolute;
            top: -20px;
            left: calc(100% + 15px);
            z-index: 3;
            background: #fff;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 400;
            opacity: 0;
            white-space: nowrap;
            pointer-events: none;
            transition: 0s;
        }

        .customsidebar li:hover .tooltip[b-hpy7li5lv3] {
            opacity: 1;
            pointer-events: auto;
            transition: all 0.4s ease;
            top: 50%;
            transform: translateY(-50%);
        }

    .customsidebar.open li .tooltip[b-hpy7li5lv3] {
        display: none;
    }

    .customsidebar input[b-hpy7li5lv3] {
        font-size: 15px;
        color: #FFF;
        font-weight: 400;
        outline: none;
        height: 50px;
        width: 100%;
        width: 50px;
        border: none;
        border-radius: 12px;
        transition: all 0.5s ease;
        background: #1d1b31;
    }

    .customsidebar.open input[b-hpy7li5lv3] {
        padding: 0 20px 0 50px;
        width: 100%;
    }

    .customsidebar .bx-search[b-hpy7li5lv3] {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 22px;
        background: #1d1b31;
        color: #FFF;
    }

    .customsidebar.open .bx-search:hover[b-hpy7li5lv3] {
        background: #1d1b31;
        color: #FFF;
    }

    .customsidebar .bx-search:hover[b-hpy7li5lv3] {
        background: #FFF;
        color: #11101d;
    }

    .customsidebar li a[b-hpy7li5lv3] {
        display: flex;
        height: 100%;
        width: 100%;
        border-radius: 12px;
        align-items: center;
        text-decoration: none;
        transition: all 0.4s ease;
        background: #11101D;
    }

        .customsidebar li a:hover[b-hpy7li5lv3] {
            background: #FFF;
        }

        .customsidebar li a .links_name[b-hpy7li5lv3] {
            color: #fff;
            font-size: 15px;
            font-weight: 400;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: 0.4s;
        }

    .customsidebar.open li a .links_name[b-hpy7li5lv3] {
        opacity: 1;
        pointer-events: auto;
    }

    .customsidebar li a:hover .links_name[b-hpy7li5lv3],
    .customsidebar li a:hover i[b-hpy7li5lv3] {
        transition: all 0.5s ease;
        color: #11101D;
    }

    .customsidebar li i[b-hpy7li5lv3] {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        border-radius: 12px;
    }

    .customsidebar li.profile[b-hpy7li5lv3] {
        position: sticky;
        /*position: fixed;*/
        height: 60px;
        width: 78px;
        left: 0;
        bottom: -8px;
        padding: 10px 14px;
        background: #1d1b31;
        transition: all 0.5s ease;
        overflow: hidden;
    }

    .customsidebar.open li.profile[b-hpy7li5lv3] {
        width: 260px;
    }

    .customsidebar li .profile-details[b-hpy7li5lv3] {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .customsidebar li img[b-hpy7li5lv3] {
        height: 45px;
        width: 45px;
        object-fit: cover;
        border-radius: 6px;
        margin-right: 10px;
    }

    .customsidebar li.profile .name[b-hpy7li5lv3],
    .customsidebar li.profile .job[b-hpy7li5lv3] {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        white-space: nowrap;
    }

    .customsidebar li.profile .job[b-hpy7li5lv3] {
        font-size: 12px;
    }

    .customsidebar .profile #log_out[b-hpy7li5lv3] {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: #1d1b31;
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-radius: 0px;
        transition: all 0.5s ease;
    }

    .customsidebar.open .profile #log_out[b-hpy7li5lv3] {
        width: 50px;
        background: none;
    }

.home-section[b-hpy7li5lv3] {
    position: relative;
    background: #E4E9F7;
    min-height: 100vh;
    top: 0;
    left: 78px;
    width: calc(100% - 78px);
    transition: all 0.5s ease;
    z-index: 2;
}

.customsidebar.open ~ .home-section[b-hpy7li5lv3] {
    left: 250px;
    width: calc(100% - 250px);
}

.home-section .text[b-hpy7li5lv3] {
    display: inline-block;
    color: #11101d;
    font-size: 25px;
    font-weight: 500;
    margin: 18px
}

@media (max-width: 420px) {
    .customsidebar li .tooltip[b-hpy7li5lv3] {
        display: none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-q3v4n01hjk] {
  /*  position: relative;*/
    display: flex;
    flex-direction: column;
    background-color: #E4E9F7;
}

main[b-q3v4n01hjk] {
    background-color:  #E4E9F7;
    flex: 1;
 /*   position: relative;*/
    /*  background-color: aqua;*/
    transition: margin-left 0.5s ease;
    /*  margin-left: 60px;*/ /* Default margin for collapsed sidebar */
}
/*.sidebar-collapsed main {
    width: 90px;*/ /* Adjust the width as needed */
    /*transition: width 0.5s;*/
    /*overflow: hidden;*/
/*}*/

.customsidebar.open ~ .home-section[b-q3v4n01hjk] {
    left: 250px;
    width: calc(100% - 250px);
}

.home-section .text[b-q3v4n01hjk] {
    display: inline-block;
    color: #11101d;
    font-size: 25px;
    font-weight: 500;
    margin: 18px
}
.home-section[b-q3v4n01hjk] {
    position: relative;
    background: #E4E9F7;
    min-height: 100vh;
    top: 0;
    left: 150px;
    width: calc(100% - 90px);
    transition: all 0.5s ease;
    z-index: 2;
}
.top-row[b-q3v4n01hjk] {
    /*background-color: #f7f7f7;*/
    background-color: #009E60;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-q3v4n01hjk]  a, .top-row[b-q3v4n01hjk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-q3v4n01hjk]  a:hover, .top-row[b-q3v4n01hjk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-q3v4n01hjk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-q3v4n01hjk] {
        display: none;
    }

    .top-row.auth[b-q3v4n01hjk] {
        justify-content: space-between;
    }

    .top-row[b-q3v4n01hjk]  a, .top-row[b-q3v4n01hjk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-q3v4n01hjk] {
        flex-direction: row;
        position: relative;
    }
    main[b-q3v4n01hjk] {
        position: relative;
    }

    .customsidebar[b-q3v4n01hjk] {
        width: 250px;
        height: 100vh;
        position: relative;
        top: 0;
    }

    .top-row[b-q3v4n01hjk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q3v4n01hjk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-q3v4n01hjk], article[b-q3v4n01hjk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu2.razor.rz.scp.css */
.navbar-toggler[b-krldgdwgc6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-krldgdwgc6] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
    background-color: #009E60;
}
/*.sidebar {
    background-color: #343a40;*/ /* Adjust the background color as needed */
    /*transition: all 0.5s;*/
  /*  height: 100vh;*/ /* Ensure the sidebar takes the full height */
    /*position: fixed;*/ /* Fix the sidebar position */
  /*  top: 0; *//* Align the sidebar to the top */
    /*left: 0;*/ /* Align the sidebar to the left */
    /*overflow: hidden;*/ /* Hide overflow content */
    /*z-index: 1000;*/ /* Ensure the sidebar is on top */
/*}*/

.sidebar-collapsed[b-krldgdwgc6] {
    width: 90px; /* Adjust the width as needed */
    transition: width 0.5s;
    /*overflow: hidden;*/
}
.sidebar-collapsed .nav-item span[b-krldgdwgc6] {
     display: none; /* Hide the text when sidebar is collapsed */
}
.sidebar .nav-item .bx[b-krldgdwgc6] {
    display: flex;
    width: 3rem;
    text-align: center;
}
.sidebar-expanded .nav-item span[b-krldgdwgc6] {
    display: inline; /* Show the text when sidebar is expanded */
}
.sidebar-expanded[b-krldgdwgc6] {
    width: 250px; /* Adjust the width as needed */
    transition: width 0.5s;
}
.sidebar.active[b-krldgdwgc6]{
    width: 350px;
}

img[b-krldgdwgc6] {
    height: 3rem;
}
.navbar-brand[b-krldgdwgc6] {
    font-size: 1.1rem;
}

.oi .bx[b-krldgdwgc6] {
    width: 3rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sub-nav[b-krldgdwgc6] {
    display: none;
    padding-left: 15px;
}

    .sub-nav.show[b-krldgdwgc6] {
        display: block;
    }
.nav-item[b-krldgdwgc6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}


    .nav-item:first-of-type[b-krldgdwgc6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-krldgdwgc6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-krldgdwgc6]  a {
        /* //  color: #d7d7d7;*/
        /*color: #009E60;*/
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-krldgdwgc6]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-krldgdwgc6]  a:hover {
            /*background-color: rgba(255,255,255,0.1);*/
            background-color: rgba(255,255,255,0.25);
            /*background-color: #009E60;*/
            color: white;
            /*color: #009E60;*/
        }
.logout-item[b-krldgdwgc6] {
    bottom: 0;
    position: absolute;
    align-items: center;
    /*  padding-left: 1rem;*/ /* Adjust this based on your preference */
}

@media (min-width: 641px) {
    .navbar-toggler[b-krldgdwgc6] {
     /*   display: none;*/
    }

    .collapse[b-krldgdwgc6] {
        /* Never collapse the sidebar for wide screens */
     /*   display: block;*/
    }
    
    .nav-scrollable[b-krldgdwgc6] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
       /* overflow-y: auto;*/
    }
}
