.app-header {
    padding: 16px 64px;
    justify-content: space-between;
    align-items: center !important;
    background: #FAFAFA;
}

#logo {
    width: 61px;
    height: 44px;
    flex-shrink: 0;
}

.header-search {
    margin-left: 10vw;
}



.search-icon {
    margin-left: 90%;
}

.user-pic-header {
    background-color: #FBE9E9 !important;
}

.user-info {
    color: #161616;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    line-height: normal;
}

.user-name {
    font-size: 14px;
    font-weight: 600;
}

.user-role {
    color: #161616;
    font-size: 12px;

}


.side-bar {
    margin-top: 30px !important;
    margin-left: 65px !important;
    border-radius: 90px !important;
    background: var(--bs-app-bg-color) !important;
    display: inline-flex !important;
    height: 80vh !important;
    padding: 16px 8px !important;
    flex-direction: column !important;
    /* justify-content: space-between !important; */
    align-items: flex-start !important;

}

.app-wrapper, #kt_app_sidebar {
    background: var(--bs-app-bg) !important;
    border: none;
}



.custom-box {
  width: 12px;
  border-radius: 0.5rem 0 0 0.5rem;
  height: 80vh;

}
.custom-box2{
  width: 5px;
  height: 80vh;
}


