.header-container {
    background: #fff;
    /* box-shadow: -1px 4px 20px 1px #f1f1f185; */
}

header.header {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.icon {
    font-size: 20px;
    color: #9999;
    transition: 0.3s;
}

.icon:hover {
    color: var(--blue);
}

.header-left {
    justify-content: space-between;
    align-items: center;
}

ul.navbar-item {
    display: flex;
}

.drop-down {
    position: relative;
}

p.count {
    position: absolute;
    top: 0;
    font-size: 10px;
    color: var(--white);
    background: var(--red);
    height: 13px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: 10px;
}

.logo a {
    width: 234px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
    background: var(--white);
    color: var(--gray-medium);
}

.logo a span {
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}


/* .logo a:hover {
    color: var(-);
  } */

a.sidebarCollapse {
    /* padding-left: 14px; */
    font-size: 20px;
    padding: 5px;
    margin-left: 30px;
}

.sidebarCollapse:hover {
    background-color: #f2f5fa;
    padding: 5px;
    border-radius: 8px;
}

.user-profile-dropdown {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link .user {
    padding: 6px 0;
    font-size: 25px;
    color: #9999;
    position: relative;
}


/*============================================================== Sidebar Style */

.left-menu {
    height: 100%;
    width: 240px;
    left: 0;
    position: fixed;
    /* box-shadow: 3px -1px 19px 1px #efeeee; */
    overflow-y: scroll;
    transition: all 0.5s ease;
    margin-top: -1.2rem;
    background: var(--white);
    padding-top: 60px;
}

.left-menu.hide {
    width: 0px;
}

.fixed_company_name p {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 234px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0;
    background: var(--white);
    color: var(--gray-medium);
    /*line-height: 16px;
    */
    /* transition: 2s ease !important;
    -webkit-transition: 2s ease !important;
    -moz-transition: 2s ease !important;
    -ms-transition: 2s ease !important;
    -o-transition: 2s ease !important; */
}

.fixed_company_name.hide {
    width: 0px;
    opacity: 0;
    /* transition: 2s ease !important;
    -webkit-transition: 2s ease !important;
    -moz-transition: 2s ease !important;
    -ms-transition: 2s ease !important;
    -o-transition: 2s ease !important; */
}


/* nav.animated {
    position: relative;
    width: 240px;
  } */

.left-menu::-webkit-scrollbar {
    width: 0px;
}

.left-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(255, 255, 255);
}

.left-menu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    /* background-color: #2929294d !important; */
    background-color: #ffffff;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(255, 255, 255);
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #2929294d !important;
    /* background-color: #ffffff; */
}

ul#sidebar {
    margin: 0;
    padding: 0 0 200px 0;
}

ul#sidebar li {
    border-left: 5px solid #fff;
    transition: 0.3s;
}

ul#sidebar li a {
    display: block;
    padding: 7px 15px;
    transition: 0.2s;
    font-size: 13px;
    font-weight: 400;
    color: #676767;
}

a {
    display: block;
    padding: 7px 15px;
    transition: 0.2s;
    font-size: 13px;
    font-weight: 400;
    color: #676767 !important;
}

ul li {
    /* display: block; */
    transition: 0.2s;
    font-size: 14px;
    font-weight: 400;
    color: #676767;
}

ul#sidebar li a:hover {
    color: var(--blue);
    background: #f7f7f7;
}

ul#sidebar li a i {
    padding-right: 8px;
    font-size: 14px;
}

ul#sidebar li:hover {
    border-left: 5px solid var(--blue);
}


/* li.active {
    border-left: 5px solid var(--blue) !important;
  } */


/* li.active a {
    color: var(--blue) !important;
    background: #f9f9f9;
  } */

.left-menu-dp li a {
    font-size: 13px;
    font-weight: 400;
    color: #676767;
}


/*======================================== dropdown-menu */

.user-dropdown .dropdown-menu {
    z-index: var(--z-fixed);
    max-width: 15rem;
    right: 0px;
    left: auto !important;
    min-width: 14rem;
    padding: 0;
    border-radius: 8px;
}

i.user-note {
    width: 50px;
}


/* .dp-main-menu {
    display: -ms-inline-grid;
    width: 100%;
    box-shadow: 0px 4px 20px 0px #ddd;
    border-radius: 8px;
    padding: 0px 0;
} */

.dp-main-menu a {
    padding: 0;
    margin: 0;
    font-size: 13px;
    width: 100%;
    white-space: initial;
    line-height: 0px;
    align-items: center;
}

.dp-main-menu a:hover {
    color: var(--blue);
}

.profile_dropdown img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
    margin-top: 5px;
}

.nav-profile .btn {
    padding: 2px 0px !important;
}

.message-item {
    display: flex;
}

.user-note {
    font-size: 25px;
    padding-right: 8px;
}


/* .note-info-desmis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  } */

.user-notify-info {
    line-height: 18px;
}

.status-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--gray-medium);
    color: var(--white);
}

.status-link .fa-times {
    font-size: 10px;
}


/* p.note-name {
    font-size: 13px;
    font-weight: 500;
  }

  p.note-item {
    font-size: 11px;
  } */

.dp-main-menu a:last-child {
    border-bottom: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    transition: 0.4s;
}

.dropdown-item:hover {
     /* background: #e7e7e7; */
    border-radius: 8px;
}

.dropdown-item .pro_icon {
    font-size: 14px !important;
}

.header_profile .social_media ul li a {
    font-size: 20px;
    transition: 0.4s;
}

.logout-text {
    font-size: 12px;
    font-weight: 600;
}


/* Sidebar */


/* .sidebar-list {
    height: 100%;
    padding: 0px 0 15px 0;
    overflow: auto;
  }

  .sidebar-list li {
    transition: all 0.5s ease;
  }

  .sidebar-list li:hover {
    background-color: var(--blue);
  }

  .sidebar-list li .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  .sidebar-list li.active .title{
    background-color: var(--blue);
  }
  .sidebar-list li .fa-angle-down{
    transform: rotate(270deg);
    transition: all .5s ease;
  }
  .sidebar-list li.active .fa-angle-down{
    transition: all .5s ease;
    transform: rotate(360deg);
  }

  .sidebar-list li .title .link{
    display: flex;
    align-items: center;
  }
  .sidebar-list li .title i{
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
    color: var(--white);
    font-size: 20px;
  }

  .sidebar-list li .title .name{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }

  .sidebar-list li .submenu{
    width: 0;
    height: 0;
    opacity: 0;
    transition: all .5s ease;
  }
  .sidebar-list li.dropdown.active .submenu{
    width: unset;
    height: unset;
    opacity: 1;
    display: flex;
    flex-direction: column;
    padding: 6px 6px 14px 80px;
    background-color: #242424;
  }

  .submenu .link-item{
    color: #ddd;
    font-size: 12px;
    padding: 5px 0;
    transition: all .5s ease;
  }
  .submenu .link:hover{
    color: #fff;
  }

  .submenu-title{
    display: none;
  } */


/* Toggle */


/* .toggle-sidebar{
    height: 60px;
    display: flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
  } */