.es-topbar {
  position: fixed;
  left: 70px;
  top: 0;
  z-index: 1003;
  height: 55px;
  background: #fff;
  width: calc(100% - 70px);
  border-bottom: 1px solid #eaeaea;
}
.es-topbar .navbar-expand {
  padding-top: 9px;
}
.es-topbar .logo a {
  background-repeat: no-repeat;
  width: 88px;
  background-size: 100%;
  display: block;
}
.es-topbar .logo img {
  max-width: 100px;
  max-height: 34px;
}
.es-topbar .es-nav-collapse {
  display: flex !important;
  flex-basis: auto;
}
.es-topbar .es-nav-collapse .navbar-nav {
  flex-direction: row;
}
.es-topbar .dropdown-toggle {
  white-space: nowrap;
}
.es-topbar .nav-item:hover .indicator {
  top: -4px;
}
.es-topbar .nav-item .nav-icon {
  padding: 0.1rem 0.8rem;
  display: block;
  font-size: 1.5rem;
  color: #6c757d;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  line-height: 1.4;
}
.es-topbar .nav-item .nav-icon::after {
  display: none;
}
.es-topbar .nav-item .nav-icon:hover {
  color: #f17171;
  text-decoration: none;
}
.es-topbar .nav-item .position-relative .indicator {
  background: #f17171;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  height: 18px;
  width: 18px;
  padding: 1px;
  position: absolute;
  top: 0;
  right: -8px;
  text-align: center;
  transition: top 0.1s ease-out;
  font-size: 0.675rem;
  color: #fff;
}

.es-notification-menu {
  min-width: 20rem;
}
.es-notification-menu .dropdown-menu-header {
  padding: 0.75rem;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #dee2e6;
}
.es-notification-menu .list-group-item {
  border: 0px solid #fff;
}
.es-notification-menu .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.es-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
  z-index: 1002;
  border-right: 2px solid #eff2f7;
}
@media screen and (max-width: 768px) {
  .es-sidebar {
    left: 0;
    padding: 1rem 1rem 0 0;
  }
}
.es-sidebar .nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.es-sidebar .nav .nav_list {
  padding-top: 1rem;
}
.es-sidebar .nav .item-sub-menu {
  position: relative;
}
.es-sidebar .nav .item-sub-menu a i {
  font-size: 26px;
}
.es-sidebar .nav .item-sub-menu .sidebar_submenu {
  position: absolute;
  left: 90%;
  top: 1px;
  z-index: 9999;
  margin: 0;
  list-style: none;
  background-color: #fff;
  margin-left: 43px;
  border-radius: 0 12px 12px 0;
  padding: 8px 13px;
  min-width: 289px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 2px rgba(56, 65, 74, 0.1);
  border: 1px solid #f9f5f5;
}
.es-sidebar .nav .item-sub-menu .sidebar_submenu h4 {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .es-sidebar .nav .item-sub-menu .sidebar_submenu {
    min-width: 250px;
  }
  .es-sidebar .nav .item-sub-menu .sidebar_submenu .show {
    width: 224px;
  }
  .es-sidebar .nav .item-sub-menu .sidebar_submenu ul {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 !important;
  }
}
.es-sidebar .nav .item-sub-menu .sidebar_submenu h3 {
  margin-bottom: 10px;
}
.es-sidebar .nav .item-sub-menu .sidebar_submenu li {
  list-style: circle;
  margin-left: 20px;
}
.es-sidebar .nav .item-sub-menu .sidebar_submenu li a {
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
  color: #334152;
  width: 100%;
  text-decoration: none;
  padding: 5px 0;
  line-height: normal;
}
.es-sidebar .nav .item-sub-menu .sidebar_submenu li a:hover {
  color: #f7813d;
}
.es-sidebar .nav .item-sub-menu:hover ul.sidebar_submenu {
  margin-left: 8px;
  opacity: 1;
  visibility: visible;
}
.es-sidebar .nav .nav_logo {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin-bottom: 2rem;
}
.es-sidebar .nav .nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.2rem 0 0rem 1.5rem;
  position: relative;
  color: #334152;
  margin-bottom: 1.5rem;
  transition: 0.3s;
  text-decoration: none;
}
.es-sidebar .nav .nav_link:hover {
  color: #f7813d;
  text-decoration: none;
}
.es-sidebar .nav .nav_heading_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.2rem 0 0rem 0rem;
  position: relative;
  color: #334152;
  transition: 0.3s;
  text-decoration: none;
}
.es-sidebar .nav .nav_heading_link:hover {
  color: #f7813d;
  text-decoration: none;
}
.es-sidebar .nav .nav_logo-icon {
  font-size: 26px;
  color: #334152;
}
.es-sidebar .nav .nav_logo-name {
  color: #334152;
  font-weight: 700;
}
.es-sidebar .nav .nav_icon {
  font-size: 26px;
}
.es-sidebar .nav .show {
  left: 0;
}
.es-sidebar .nav .body-pd {
  padding-left: calc(68px + 1rem);
}
.es-sidebar .nav .active {
  color: #f7813d;
}
.es-sidebar .nav .active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: #f7813d;
}

.main-content {
  margin-left: 70px;
}
.main-content .page-content {
  padding: calc(40px + 1.5rem) 1.375rem 40px 1.375rem;
}

.es-cs-nav {
  position: fixed;
  height: calc(100vh - 65px);
  background: #fff;
  border-right-color: #fff;
  left: 70px;
  top: 55px;
  width: 270px;
  overflow: hidden auto;
  scrollbar-color: #e4e7ea #F5F5F5;
  scrollbar-width: thin;
  /* Handle */
}
.es-cs-nav::-webkit-scrollbar {
  width: 8px;
}
.es-cs-nav::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.es-cs-nav::-webkit-scrollbar-thumb {
  background: #e4e7ea;
}
.es-cs-nav::-webkit-scrollbar-thumb:hover {
  background: #a9a9a9;
}
.es-cs-nav ul {
  list-style: none;
  padding: 20px;
  margin: 0;
}
.es-cs-nav ul li h6 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  padding-left: 10px;
  margin-bottom: 1rem;
}
.es-cs-nav ul li a {
  padding: 8px 10px;
  display: block;
  font-weight: 500;
  border-radius: 4px;
  color: #1e2022;
  transition: all 0.2s ease;
  position: relative;
  line-height: 1.35;
}
.es-cs-nav ul li a:hover {
  text-decoration: none;
  color: #f7813d;
}
.es-cs-nav ul li a.active {
  background-color: rgba(247, 129, 61, 0.25);
  color: #f7813d;
}
.es-cs-nav.has-counts a {
  padding-right: 40px;
}
.es-cs-nav.has-counts a.active .count-pill {
  background-color: #f7813d;
  color: #fff;
}
.es-cs-nav.has-counts .count-pill {
  border-radius: 50rem;
  padding: 0.3em 0.6em;
  text-align: center;
  font-size: 80%;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  background-color: #e9ebec;
  color: #878a99;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: block;
}

.es-cs-content {
  padding-left: 270px;
}

.es-note-badge {
  border: 1px solid #f7813d;
  border-left-width: 6px;
  border-radius: 0.2rem;
  padding: 0.2rem;
}

#tabs-wizard {
  border-bottom: 1px dashed #e5e9f2;
}

.es-nav-progressbar button:hover, .es-nav-progressbar button:focus {
  border-left: 1px solid #fff !important;
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
.es-nav-progressbar button.active {
  border-top: 2px solid #f7813d !important;
  background-color: #fff !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0;
  border-bottom: 1px dashed #e5e9f2;
  padding-bottom: 0;
}

.ht-m200 {
  max-height: 200px;
}

.ht-m300 {
  max-height: 300px;
}

.ht-m400 {
  max-height: 400px;
}

.ht-m500 {
  max-height: 500px;
}

.ht-m600 {
  max-height: 600px;
}

.ht-m700 {
  max-height: 700px;
}