.profile-navbar{max-width:272px;display:flex;flex-direction:column;gap:16px;padding:0;font-family:Poppins,sans-serif}.profile-navbar .profile-navbar-user{display:flex;align-items:center;gap:10px}.profile-navbar .profile-navbar-avatar{width:48px;height:48px;border-radius:12px;background:#eae9e9;display:flex;align-items:center;justify-content:center;font-family:Open Sans,sans-serif;font-weight:700;font-size:32px;line-height:44px;color:#838d99}.profile-navbar .profile-navbar-user-meta{display:flex;flex-direction:column;gap:4px}.profile-navbar .profile-navbar-user-meta .profile-navbar-user-email,.profile-navbar .profile-navbar-user-meta .profile-navbar-user-name{margin:0;color:#1c1d21;line-height:1}.profile-navbar .profile-navbar-user-meta .profile-navbar-user-name{font-size:22px;line-height:33px;font-weight:600}.profile-navbar .profile-navbar-user-meta .profile-navbar-user-email{font-size:12px;line-height:18px;font-weight:400}.profile-navbar .profile-navbar-section{border:1px solid #cdcdcd;border-radius:8px;padding:4px 20px;display:flex;flex-direction:column;gap:8px;background:#fff}.profile-navbar .profile-navbar-section .profile-navbar-section-header{display:flex;margin-top:10px;align-items:center;gap:10px;font-size:14px;line-height:21px;font-weight:600;color:#1c1d21;border-bottom:1px solid #eae9e9}.profile-navbar .profile-navbar-section .profile-navbar-section-icon{color:#1c1d21;width:24px;height:24px}.profile-navbar .profile-navbar-section .profile-navbar-section-items{display:flex;margin-left:20px;flex-direction:column}.profile-navbar .profile-navbar-menu-item{display:flex;align-items:center;width:100%;padding:10px 10px 10px 12px;border:none;background:rgba(0,0,0,0);gap:10px;border-radius:4px;color:inherit;text-decoration:none;transition:background .2s ease,border-left .2s ease}.profile-navbar .profile-navbar-menu-item:hover{background:#fdf8f5}.profile-navbar .profile-navbar-menu-item.active{background:#fbf3ec;border-left:4px solid #ff5000;font-weight:600}.profile-navbar .profile-navbar-menu-item.disabled{cursor:not-allowed;opacity:.5}.profile-navbar .profile-navbar-menu-item-text{font-size:14px;line-height:21px;font-weight:400;color:#1c1d21}.profile-navbar .profile-navbar-logout{display:flex;align-items:center;gap:10px;border:none;background:rgba(0,0,0,0);padding:0;font-size:14px;line-height:21px;font-weight:600;color:#1c1d21;cursor:pointer;transition:color .2s ease}.profile-navbar .profile-navbar-logout:hover{color:#ff5000}@media only screen and (max-width:767px){.profile-navbar{display:none}}:root{--primary:rgb(255,80,0);--secondary:rgb(0,0,0);--primary-text-btn:rgb(246,80,2,0.1);--secondary-text-btn:rgb(0,0,0,0.1);--disabled-btn:rgb(88,92,104)}.profile-mobile-navbar{display:none}.profile-mobile-navbar .mantine-Select-dropdown{z-index:1000!important}@media only screen and (max-width:767px){.profile-mobile-navbar{display:block}}.breadcrumbs-container{overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;max-width:100%;white-space:nowrap}.breadcrumbs-links{color:#4b5563;text-decoration:none;font-size:12px}.seperator{margin:0 10px!important}