.dash-header {
    /*background: linear-gradient(269.98deg, #019839 0.02%, #FCFDFD 99.99%, rgba(1, 152, 57, 0.86) 99.99%);*/
    /* background: url(../img/hed.png) no-repeat; */
    background-position: center;
    background-size: cover;
    background-color: #fff;
    background-blend-mode: multiply;
    /* height: 80px; */

    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    z-index: 1000;
  }

  .dash-header .dropdown-divider{
    --bs-dropdown-divider-bg: #E5E9EF;
  }
  .dash-header .dropdown-menu{
    --bs-dropdown-border-color: #E5E9EF;
  }

  .dash-header .top-section{
      display: flex;
      align-items: center;
      justify-content: space-between;

      background: #FFFFFF;
      border-bottom: 1px solid #DADADA;

      padding: 12px var(--page-padding);

      font-weight: 600;
      font-size: 14px;
      line-height: 135%;
      /* or 16px */


      color: #102E32;
  }

  .dash-header .bottom-section{
    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #FAFAFA;
    border-bottom: 1px solid #DADADA;
    
    font-weight: 600;
    font-size: 13px;

    padding: 8px var(--page-padding);
  }

  .dash-header .user-dropdown-btn{
    display: inline-flex;
    align-items: center;

    padding: 6px 8px ;

    background: #FFFFFF;
    border-left: 3px solid #27AE60;

    box-shadow: 0px 1px 4px rgba(94, 94, 94, 0.1);

    border-radius: 10px;
  }

  .dash-header .user-dropdown-btn .user-name{
    max-width: 100px;
    white-space: nowrap;
  }

  .dash-header .user-dropdown-menu{
    font-size: 15px;
  }

  .dash-header .user-dropdown-menu .dropdown-item{
    padding: 6px 16px;
  }

  .dash-header .support-dropdown-menu{
    max-width: 340px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.11);
    border: 0;
  }
  .dash-header .support-dropdown-menu .tut-video-btn{
    all: unset;
    display: flex;
    align-items: center;

    font-weight: 600;
    font-size: 15px;
    line-height: 145%;
    text-transform: capitalize;

    color: #2A676F;

    cursor: pointer;

    transition: 0.3s ease-out;
  }
  .dash-header .support-dropdown-menu .tut-video-btn img{
    transition: 0.3s ease-out;
  }
  .dash-header .support-dropdown-menu .tut-video-btn:hover img{
    transform: scale(1.03);
  }
  .dash-header .support-dropdown-menu li{
    background: #fff!important;
  }
  .dash-header .support-dropdown-menu .support-item{
    display: block;
    text-align: center;

    font-size: 12px;

    padding: 0.75rem 0.5rem;

    background: rgba(95, 178, 130, 0.17);
    border-radius: 11.5px;

    transition: 0.3s ease-out;
  }
  .dash-header .support-dropdown-menu .support-item,
  .dash-header .support-dropdown-menu .support-item a{
    text-decoration: none!important;
    color: #102E32;
  }
  .dash-header .support-dropdown-menu .support-item:hover{
    transform: scale(1.03);
  }

.navbar-brand img {
    width: auto;
    max-height: 40px;
  }


  .burger-btn{
    display: none;
    cursor: pointer;
  }
  .full-width .burger-btn{
    display: none!important;
  }

  @media (max-width: 767px) {
    .burger-btn{
      display: inline-block;
    }
  }





/* Sidebar Styles */
.sidenav {
  position: fixed;
  top: 0;
  height: 100vh;
  width: var(--sidebar-width);
  background: #f1f1f1;
  padding: 0;
  padding-top: calc(var(--header-height) + 0px);

  transition: 0.3s ease-out;

    z-index: 999;
}

.sidenav .sidenav-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  overflow-x: hidden;

  background: #f1f1f1;
}


/* Login ID Section */
.sidenav .login-id-section{
  background: #0A1629;
  border-right: 1px solid #D7D7D7;
  color: #ffffff;
  line-height: 140%;

  padding: 12px 30px;

  font-size: 12px;
}

.sidenav .login-id-section .id-txt{
    font-size: 16px;
    font-weight: 700;
    opacity: 0.8;
}

.sidenav .navlist{
    padding: 0;
    list-style: none;
}

.sidenav .navlist .nav-item{
    /* Move .nav-item styles here pleaseee!!! Keep this CSS Clean */
}

.sidenav .navlist .nav-item .nav-link{
    display: flex;
    align-items: center;
    text-decoration: none;

    font-size: 15px;
    color: #2e353a;

    /* column-gap: 1rem; */
    padding: 0.75rem 2rem 0.75rem 1rem;
    margin-left: 1rem;
    margin-bottom: 0.75rem;

    transition: 0.5s;
}

.sidenav .navlist .nav-item .nav-link.active{
  color: #757575;
  font-weight: 600;
  background: #fbfbfb !important;

  /* padding: 0.5rem 0 0.5rem 0.8rem; */
  border-left: solid 5px #27ae60 !important;
  border-radius: 3px 0 0 3px;
}

.sidenav .navlist .nav-item .nav-link:hover {
  color: inherit;
  /* border-radius: 5px; */
  transform: scale(1.04);
}

.sidenav .navlist .nav-item .nav-icon{
    font-size: 24px;
    margin-right: 10px;
}

.sidenav-overlay{
  display: none;
}

@media (max-width: 767px) {
  .sidenav {
    left: calc(var(--sidebar-width) * -1);
  }
  /* .sidenav.active::after {
    content: '';
    position: fixed;
    background: rgb(0 0 0 / 23%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  } */

  .sidenav .sidenav-overlay{
    position: fixed;
    display: block;
    background: rgb(0 0 0 / 23%);
    top: 0;
    left: -101vw;
    right: 101vw;
    bottom: 0;
    z-index: -1;

    transition: 0.2s 0.1s ease-out;
  }

  .sidenav.active .sidenav-overlay{
    left: 0;
    right: 0;
    transition: 0.15s ease-out;
  }

  .sidenav.active{
    left: 0;
  }
}



.custom-sidebar-items{
  padding: 1rem;
}






/* Indicators */
.tooltip{
  word-break: break-word;
}

.tooltip-item{
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.55);
  cursor: default;
}


.network-indicator{
  position: fixed;
  right: 0;
  top: calc(var(--header-height) + 0px);
  background: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
  border-radius: 22px 0 0 22px;

  padding: 6px 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  cursor: default;

  animation: network-indicator 0.3s ease-out forwards;
}

.network-indicator .hid_hov{
  display: none;
  cursor: default;

  animation: hid_hov 0.3s ease-out forwards;
}
.network-indicator:hover .hid_hov{
  display: inline;
}


@keyframes network-indicator {
  from{
      right: -70px;
  }

  to{
      right: 0;
  }
}
@keyframes hid_hov {
  from{
    margin-right: -70px;
  }

  to{
    margin-right: 0px;
  }
}