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

ul[b-t5dlhrkn21] {
    list-style: none;
}

main[b-t5dlhrkn21] {
    /*flex: 1;*/
    width: calc(100% - 250px);
    margin-left: 250px;
    position: relative;
    /*transition: all .3s ease;*/
}

main.expand[b-t5dlhrkn21], .navbar.expand[b-t5dlhrkn21] {
    width: 100%;
    margin-left: 0;
}

.navbar[b-t5dlhrkn21] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white-100);
    padding: 15px 20px;
    /*border-bottom: 3px solid var(--dark-blue);*/
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    position: fixed;
    width: calc(100% - 250px);
    /*transition: all .3s ease;*/
    z-index: 999;
}

.nav-left[b-t5dlhrkn21] {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

#btn-menu-toggler[b-t5dlhrkn21] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
    transition: all .3s ease;
    color: var(--black-100);
}

.search-box[b-t5dlhrkn21] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    border: 1px solid #d7dbe6;
    border-radius: 4px;
}

.search-box input[b-t5dlhrkn21] {
    border: none;
    outline: none;
    font-size: 14px;
}

.nav-right[b-t5dlhrkn21] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.profile-dropdown[b-t5dlhrkn21] {
    position: absolute;
    /*top: calc(100% + 10px);*/
    top: calc(100% + -10px);
    right: 20px;
    background-color: var(--white-100) !important;
    padding: 10px 0;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, .1);
    border-radius: 10px;
    width: 160px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.profile-dropdown a[b-t5dlhrkn21] {
    padding: 10px 16px;
	display: flex;
	grid-gap: 10px;
	font-size: 12px;
	color: black;
	align-items: center;
	transition: all .3s ease;
    text-decoration: none;
}

.profile-dropdown i[b-t5dlhrkn21] {
    font-size: 12px;
}

.profile-dropdown.show[b-t5dlhrkn21] {
    opacity: 1;
	pointer-events: visible;
	/*top: 100%;*/
}

.nav-right i[b-t5dlhrkn21] {
    /*margin-right: 20px;*/
    font-size: 32px;
    font-weight: 400;
}

.content[b-t5dlhrkn21] {
    margin-top: 60px;
    padding: 30px 20px;
}

@media (max-width: 800px) { 
    main.expand[b-t5dlhrkn21], .navbar.expand[b-t5dlhrkn21] {
        width: 100%;
        margin-left: 0;
    }
}

.k-picker-solid:focus-within[b-t5dlhrkn21] {
    border-color: #B90262 !important;
}

.user-text[b-t5dlhrkn21] {
    font-weight:400;
    color: #B90262;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 480px) {
    .navbar[b-t5dlhrkn21] {
        padding: 10px 0px;
    }
    .nav-left[b-t5dlhrkn21] {
        gap: 0;
    }
    .nav-right[b-t5dlhrkn21] {
        padding-right: 10px;
    }
    .user-text[b-t5dlhrkn21] {
        font-size: 14px;
        line-height: 20px;
    }
    .content[b-t5dlhrkn21] {
        padding: 10px 0px;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-ij2n14e6g6] {
    background-color: var(--primary-color);
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .3s ease;
    z-index: 999;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    overflow-y: auto;
    padding: 15px;
}

.sidebar[b-ij2n14e6g6]::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.sidebar[b-ij2n14e6g6]::-webkit-scrollbar:hover {
    width: 13px !important;
}

.sidebar[b-ij2n14e6g6]::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 12px;
}

.sidebar[b-ij2n14e6g6]::-webkit-scrollbar-thumb {
    background-color: #9a0051;
    border: 1.5px solid #c084ac;
    border-radius: 8px;
}

.sidebar.collapse[b-ij2n14e6g6] {
    transition: all .3s ease;
    left: -250px !important;
}

@media (max-width: 800px) {
    .sidebar.collapse[b-ij2n14e6g6] {
        transition: all .3s ease;
        left: -250px !important;
    }

}

.brand[b-ij2n14e6g6] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}

.brand h1[b-ij2n14e6g6] {
    font-size: 4rem;
    color: var(--white-100);
    line-height: 3rem;
    margin-bottom: 0;
}

.brand p[b-ij2n14e6g6] {
    color: var(--white-100);
    font-weight: 400;
}

.sidebar-items[b-ij2n14e6g6] {
    margin-top: 40px;
}

.sidebar-items .link i[b-ij2n14e6g6] {
    color: inherit;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    margin: 0 10px 0 10px;
}

.sidebar-items .link[b-ij2n14e6g6]  a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
    /*border-left: 5px solid transparent;*/
    text-decoration: none;
    color: var(--white-100);
    font-weight: 400;
    transition: all .3s ease;
    border-radius: 4px;
    margin-bottom: 0.3rem;
}

.sidebar-items .link[b-ij2n14e6g6]  a:hover,
.sidebar-items .link[b-ij2n14e6g6]  a.active {
    /*font-weight: 600;*/
    background-color: var(--white-100);
    color: var(--primary-color);
}
