@import url(../fonts/iconsmind/iconsmind.css);
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


.box-shadow-1 {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }

.box-shadow-2 {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.24), 0 1px 6px rgba(0, 0, 0, 0.04); }

.layout-sidebar-compact .main-header {
  position: absolute !important;
  width: 100%;
  left: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: transparent;
  z-index: 100;
  transition: all .24s ease-in-out; }
  .layout-sidebar-compact .main-header .logo {
    display: none; }

.main-header {
  position: fixed;
  height: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  z-index: 100; }
  .main-header .menu-toggle {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 12px; }
    .main-header .menu-toggle div {
      width: 24px;
      height: 1px;
      background: #47404f;
      margin: 3px 0; }
  .main-header .search-bar {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 20px;
    position: relative;
    width: 230px;
    height: 40px; }
    .main-header .search-bar input {
      background: transparent;
      border: 0;
      color: #212121;
      font-size: .8rem;
      line-height: 2;
      height: 100%;
      outline: initial !important;
      padding: .5rem 1rem;
      width: calc(100% - 32px); }
    .main-header .search-bar .search-icon {
      font-size: 18px;
      width: 24px;
      display: inline-block; }
  .main-header .logo {
    width: 76px; }
    .main-header .logo img {
      width: 60px;
      height: 60px;
      margin: 0 auto;
      display: block; }
  .main-header .header-icon {
    font-size: 19px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    margin: 0 2px; }
    .main-header .header-icon:hover {
      background: #f8f9fa; }
    .main-header .header-icon.dropdown-toggle:after {
      display: none; }
  .main-header .header-part-right {
    display: flex;
    align-items: center; }
    .main-header .header-part-right .user {
      margin-right: 2rem; }
      .main-header .header-part-right .user img {
        width: 36px;
        height: 36px;
        border-radius: 50%; }
  .main-header .notification-dropdown {
    padding: 0;
    max-height: 260px;
    cursor: pointer; }
    .main-header .notification-dropdown .dropdown-item {
      display: flex;
      align-items: center;
      padding: 0;
      height: 72px;
      border-bottom: 1px solid #dee2e6; }
      .main-header .notification-dropdown .dropdown-item .notification-icon {
        background: #eee;
        height: 100%;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .main-header .notification-dropdown .dropdown-item .notification-icon i {
          font-size: 18px; }
      .main-header .notification-dropdown .dropdown-item .notification-details {
        padding: .25rem .75rem; }
      .main-header .notification-dropdown .dropdown-item:active {
        color: inherit;
        background: inherit; }

@media (max-width: 1024px) {
  .main-header .search-bar {
    width: 180px;
    display: none; }
  .main-header .menu-toggle {
    width: 24px;
    margin: 0 36px; }
  .main-header .header-part-right .user {
    margin-right: 1rem; } }

@media (max-width: 767px) {
  .main-header .search-bar {
    display: none; }
  .main-header .menu-toggle {
    width: 24px;
    margin-right: 36px; } }

@media (max-width: 576px) {
  .main-header {
    height: 70px;
    padding: 0 1.5rem; }
    .main-header .logo {
      width: 60px; }
    .main-header .menu-toggle {
      width: 24px !important;
      margin: 0 10px !important; }
    .main-header .header-part-right .user {
      margin-right: 0;
      padding-right: 0; }
  .notification-dropdown {
    left: -180px !important; } }

@media (max-width: 360px) {
  .main-header .menu-toggle {
    margin: 0; } }

.layout-sidebar-compact.app-admin-wrap {
  width: 100%; }

.layout-sidebar-compact.sidenav-open .main-content-wrap {
  width: calc( 100% - 76px - 220px); }

.layout-sidebar-compact.sidenav-open .sidebar-left {
  left: 0; }

.layout-sidebar-compact .main-content-wrap {
  width: 100%;
  float: right;
  margin-top: 0;
  transition: all 0.24s ease-in-out;
  padding: 0 2rem;
  position: relative;
  min-height: calc(100vh - 80px);
  background: #fff; }

.layout-sidebar-compact .main-content {
  margin-top: 104px;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 104px); }

.layout-sidebar-compact .sidebar-left-secondary,
.layout-sidebar-compact .sidebar-left {
  position: fixed;
  top: 0;
  height: 100vh;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
  z-index: 101; }

.layout-sidebar-compact .sidebar-left {
  left: calc(-76px - 20px);
  transition: all 0.24s ease-in-out; }
  .layout-sidebar-compact .sidebar-left .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    border-bottom: 1px solid rgba(248, 249, 250, 0.05); }
    .layout-sidebar-compact .sidebar-left .logo img {
      width: 40px; }
  .layout-sidebar-compact .sidebar-left .navigation-left {
    list-style: none;
    text-align: center;
    width: 76px;
    height: 100%;
    margin: 0;
    padding: 0; }
    .layout-sidebar-compact .sidebar-left .navigation-left .nav-item {
      position: relative;
      display: block;
      width: 100%;
      color: #fff;
      cursor: pointer;
      border-bottom: 1px solid rgba(248, 249, 250, 0.05); }
      .layout-sidebar-compact .sidebar-left .navigation-left .nav-item:focus, .layout-sidebar-compact .sidebar-left .navigation-left .nav-item:active {
        outline: none; }
      .layout-sidebar-compact .sidebar-left .navigation-left .nav-item.lvl1 {
        text-align: center; }
      .layout-sidebar-compact .sidebar-left .navigation-left .nav-item.active {
        color: #fff;
        border-left: 2px solid #fff; }
      .layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold {
        width: 100%;
        padding: 22px 0;
        display: block;
        color: #ffffff; }
        .layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold:focus, .layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold:active {
          outline: none; }
        .layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon,
        .layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold .feather {
          font-size: 24px;
          height: 24px;
          width: 24px;
          display: block;
          margin: 0 auto; }
        .layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text {
          display: none; }
        .layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold a {
          color: #fff; }
      .layout-sidebar-compact .sidebar-left .navigation-left .nav-item.active .triangle {
        display: none; }

.layout-sidebar-compact.sidenav-open .sidebar-left-secondary {
  left: 76px; }

.layout-sidebar-compact .sidebar-left-secondary {
  left: calc(-220px - 20px);
  width: 220px;
  padding: 0.75rem 0;
  transition: all 0.24s ease-in-out;
  background: #fff; }
  .layout-sidebar-compact .sidebar-left-secondary .sidebar-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 16px; }
  .layout-sidebar-compact .sidebar-left-secondary header {
    padding: 0px 24px; }
    .layout-sidebar-compact .sidebar-left-secondary header .logo {
      padding: 10px 0;
      margin-bottom: 14px; }
      .layout-sidebar-compact .sidebar-left-secondary header .logo img {
        width: auto;
        height: 24px; }
    .layout-sidebar-compact .sidebar-left-secondary header h6 {
      font-size: 18px;
      margin-bottom: 4px;
      font-weight: 600; }
    .layout-sidebar-compact .sidebar-left-secondary header p {
      color: #70657b;
      margin-bottom: 12px; }
  .layout-sidebar-compact .sidebar-left-secondary .submenu-area {
    display: none; }
  .layout-sidebar-compact .sidebar-left-secondary .childNav {
    list-style: none;
    padding: 0; }
    .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item {
      display: block; }
      .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a {
        color: #332e38;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        font-size: 13px;
        cursor: pointer;
        padding: 12px 24px;
        transition: 0.15s all ease-in; }
        .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a:hover {
          background: #eee; }
        .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a.open {
          color: #663399;
          background: #eee; }
        .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
          font-size: 18px;
          margin-right: 8px;
          vertical-align: middle;
          color: #70657b; }
        .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .item-name {
          vertical-align: middle;
          font-weight: 400; }
        .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
          margin-left: auto;
          font-size: 11px; }
      .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item .submenu {
        margin-left: 8px; }
  .layout-sidebar-compact .sidebar-left-secondary > .childNav {
    margin: 0; }
  .layout-sidebar-compact .sidebar-left-secondary li.nav-item.open > div > a > .dd-arrow {
    transform: rotate(90deg); }
  .layout-sidebar-compact .sidebar-left-secondary li.nav-item.open > div > .childNav {
    max-height: 1000px;
    overflow: visible; }
  .layout-sidebar-compact .sidebar-left-secondary li.nav-item > div > a > .dd-arrow {
    transition: all 0.4s ease-in-out; }
  .layout-sidebar-compact .sidebar-left-secondary li.nav-item > div > .childNav {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease-in-out; }
    .layout-sidebar-compact .sidebar-left-secondary li.nav-item > div > .childNav li.nav-item a {
      padding: 12px 12px 12px 50px; }

.layout-sidebar-compact .sidebar-overlay {
  display: none !important; }

@media (max-width: 767px) {
  .layout-sidebar-compact.sidenav-open .main-content-wrap {
    width: 100%; }
  .layout-sidebar-compact .sidebar-left-secondary .sidebar-close {
    display: block; } }

@media (max-width: 576px) {
  .main-content-wrap {
    padding: 1.5rem; }
    .main-content-wrap.sidenav-open {
      width: 100%; }
  .main-content-wrap {
    margin-top: 70px; }
  .sidebar-left-secondary,
  .sidebar-left {
    top: 70px;
    height: calc(100vh - 70px); }
  .sidebar-left {
    left: calc(-90px - 20px); }
    .sidebar-left .navigation-left {
      width: 90px; }
      .sidebar-left .navigation-left .nav-item.active .triangle {
        border-width: 0 0 24px 24px; }
      .sidebar-left .navigation-left .nav-item .nav-item-hold {
        padding: 16px 0; }
  .sidebar-left-secondary {
    left: calc(-190px - 20px);
    width: 190px; }
    .sidebar-left-secondary.open {
      left: 90px; }
  .sidebar-overlay {
    height: calc(100vh - 70px); } }

[dir="rtl"] .layout-sidebar-compact .sidebar-left {
  left: auto !important;
  right: calc(-76px - 20px); }

[dir="rtl"] .layout-sidebar-compact.sidenav-open .sidebar-left {
  left: auto !important;
  right: 0; }

[dir="rtl"] .layout-sidebar-compact.sidenav-open .sidebar-left-secondary {
  right: 76px; }

[dir="rtl"] .layout-sidebar-compact .sidebar-left-secondary {
  left: auto !important;
  right: calc(-220px - 20px); }
  [dir="rtl"] .layout-sidebar-compact .sidebar-left-secondary header {
    text-align: right; }
  [dir="rtl"] .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
    margin-left: unset !important;
    margin-right: auto; }
  [dir="rtl"] .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    margin-left: 8px;
    margin-right: 0; }

[dir="rtl"] .layout-sidebar-compact .main-content-wrap {
  float: left; }

.layout-sidebar-large .main-header {
  position: fixed;
  width: 100%;
  height: 57px;
  top: 0px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #1caed9;
  z-index: 100; }
  .layout-sidebar-large .main-header .menu-toggle {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 12px; }
    .layout-sidebar-large .main-header .menu-toggle div {
      width: 24px;
      height: 2px;
      background: #fff;
      margin: 3px 0; }
  .layout-sidebar-large .main-header .search-bar {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 20px;
    position: relative;
    width: 230px;
    height: 40px; }
    .layout-sidebar-large .main-header .search-bar input {
      background: transparent;
      border: 0;
      color: #212121;
      font-size: .8rem;
      line-height: 2;
      height: 100%;
      outline: initial !important;
      padding: .5rem 1rem;
      width: calc(100% - 32px); }
    .layout-sidebar-large .main-header .search-bar .search-icon {
      font-size: 18px;
      width: 24px;
      display: inline-block; }
  .layout-sidebar-large .main-header .logo {
    width: 120px; }
    .layout-sidebar-large .main-header .logo img {
      width: 60px;
      height: 60px;
      margin: 0 auto;
      display: block; }
  .layout-sidebar-large .main-header .header-icon {
    font-size: 25px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    background-color: #ffc85e;
    margin: 0 2px; }
    .layout-sidebar-large .main-header .header-icon:hover {
      background: #f8f9fa; }
    .layout-sidebar-large .main-header .header-icon.dropdown-toggle:after {
      display: none; }
  .layout-sidebar-large .main-header .header-part-right {
    display: flex;
    align-items: center; }
    .layout-sidebar-large .main-header .header-part-right .user {
      margin-right: 2rem; }
      .layout-sidebar-large .main-header .header-part-right .user img {
        width: 36px;
        height: 36px;
        border-radius: 50%; }
  .layout-sidebar-large .main-header .notification-dropdown {
    padding: 0;
    max-height: 260px;
    cursor: pointer; }
    .layout-sidebar-large .main-header .notification-dropdown .dropdown-item {
      display: flex;
      align-items: center;
      padding: 0;
      height: 72px;
      border-bottom: 1px solid #dee2e6; }
      .layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-icon {
        background: #eee;
        height: 100%;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-icon i {
          font-size: 18px; }
      .layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-details {
        padding: .25rem .75rem; }
      .layout-sidebar-large .main-header .notification-dropdown .dropdown-item:active {
        color: inherit;
        background: inherit; }

@media (max-width: 991px) {
  .layout-sidebar-large .main-header .search-bar {
    width: 180px; }
  .layout-sidebar-large .main-header .menu-toggle {
    width: 24px;
    margin-right: 36px; } }

@media (max-width: 767px) {
  .layout-sidebar-large .main-header .search-bar {
    display: none; }
  .layout-sidebar-large .main-header .menu-toggle {
    width: 24px;
    margin-right: 36px; } }

@media (max-width: 576px) {
  .layout-sidebar-large .main-header {
    height: 70px;
    padding: 0 1.5rem; }
    .layout-sidebar-large .main-header .logo {
      width: 60px; }
    .layout-sidebar-large .main-header .search-bar {
      display: none; }
    .layout-sidebar-large .main-header .menu-toggle {
      width: 60px; }
    .layout-sidebar-large .main-header .header-part-right .user {
      margin-right: 0;
      padding-right: 0; }
  .layout-sidebar-large .notification-dropdown {
    left: -0px !important; } }

@media (max-width: 360px) {
  .layout-sidebar-large .main-header .menu-toggle {
    margin: 0; } }

.app-admin-wrap {
  width: 100%; }

.main-content-wrap {
  width: 100%;
  float: right;
  margin-top: 80px;
  transition: all .24s ease-in-out;
  padding: 2rem 2rem 0;
  position: relative;
  min-height: calc(100vh - 80px);
  background: #fff; }
  .main-content-wrap.sidenav-open {
    width: calc(100% - 120px); }

.layout-sidebar-large .sidebar-left-secondary,
.layout-sidebar-large .sidebar-left {
  position: fixed;
  top: 55px;
  height: calc(100vh - 80px);
  background: #fff;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08); }

.layout-sidebar-large .sidebar-left {
  left: calc(-120px - 20px);
  z-index: 90;
  transition: all .24s ease-in-out; }
  .layout-sidebar-large .sidebar-left.open {
    left: 0; }
  .layout-sidebar-large .sidebar-left .logo {
    display: none; }
  .layout-sidebar-large .sidebar-left .navigation-left {
    list-style: none;
    text-align: center;
    /* width: 120px; */
    height: 100%;
    margin: 0;
    padding: 0; }
    .layout-sidebar-large .sidebar-left .navigation-left .nav-item {
      position: relative;
      display: block;
      width: 100%;
      color: #332e38;
      cursor: pointer;
      border-bottom: 1px solid #dee2e6; }
      .layout-sidebar-large .sidebar-left .navigation-left .nav-item:focus, .layout-sidebar-large .sidebar-left .navigation-left .nav-item:active {
        outline: none; }
      .layout-sidebar-large .sidebar-left .navigation-left .nav-item.lvl1 {
        text-align: center; }
      .layout-sidebar-large .sidebar-left .navigation-left .nav-item.active {
        color: #663399; }
        .layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
          color: #e42626; }
      .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
        display: block;
        width: 100%;
        padding: 10px 0px;
        color: #47404f; }
        .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:focus, .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:active {
          outline: none; }
        .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon,
        .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .feather {
          font-size: 32px;
          height: 32px;
          width: 32px;
          display: block;
          margin: 0 auto 6px; }
        .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text {
          font-size: 20px;
          display: block;
          font-weight: 400; }
        .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold a {
          color: #332e38; }
      .layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        bottom: 0;
        border-style: solid;
        border-width: 0 0 30px 30px;
        border-color: transparent transparent #1caed9 transparent; }

.layout-sidebar-large .sidebar-left-secondary {
  left: calc(-220px - 20px);
  z-index: 89;
  width: 239px;
  padding: .75rem 0;
  transition: all .24s ease-in-out;
  background: #43bdd2; }
  .layout-sidebar-large .sidebar-left-secondary.open {
    left: 110px; }
  .layout-sidebar-large .sidebar-left-secondary header {
    display: none; }
  .layout-sidebar-large .sidebar-left-secondary .childNav {
    list-style: none;
    padding: 0;
    display: none; }
    .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item {
      display: block; }
      .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a {
        color: #332e38;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        font-size: 20px;
        cursor: pointer;
        padding: 5px 24px;
        transition: .15s all ease-in; }
        .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a:hover {
          background: #eee; }
        .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a.open {
          color: #663399; }
        .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
          font-size: 18px;
          margin-right: 8px;
          vertical-align: middle;
          color: #70657b; }
        .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .item-name {
          vertical-align: middle;
          font-weight: 400; }
        .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
          margin-left: auto;
          font-size: 30px;
          transition: all .3s ease-in; }
  .layout-sidebar-large .sidebar-left-secondary > .childNav {
    margin: 0; }
  .layout-sidebar-large .sidebar-left-secondary li.nav-item.open > div > a > .dd-arrow {
    transform: rotate(90deg); }
  .layout-sidebar-large .sidebar-left-secondary li.nav-item.open > div > .childNav {
    max-height: 1000px;
    overflow: visible; }
  .layout-sidebar-large .sidebar-left-secondary li.nav-item > div > a > .dd-arrow {
    transition: all .4s ease-in-out; }
  .layout-sidebar-large .sidebar-left-secondary li.nav-item > div > .childNav {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: all .4s ease-in-out; }
    .layout-sidebar-large .sidebar-left-secondary li.nav-item > div > .childNav li.nav-item a {
      padding: 12px 12px 12px 50px; }

.layout-sidebar-large .sidebar-overlay {
  display: none;
  position: fixed;
  width: calc(100% - 120px - 220px);
  height: calc(100vh - 80px);
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 101;
  cursor: w-resize; }
  .layout-sidebar-large .sidebar-overlay.open {
    display: block; }

.module-loader {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9; }
  .module-loader .loader,
  .module-loader .spinner {
    position: fixed;
    top: 45%;
    left: calc(50% + 56px);
    z-index: inherit; }

@media (max-width: 576px) {
  .main-content-wrap {
    padding: 1.5rem; }
    .main-content-wrap.sidenav-open {
      width: 100%; }
  .main-content-wrap {
    margin-top: 70px; }
  .sidebar-left-secondary,
  .sidebar-left {
    top: 70px !important;
    height: calc(100vh - 70px); }
  .sidebar-left {
    left: calc(-90px - 20px); }
    .sidebar-left .navigation-left {
      width: 90px; }
      .sidebar-left .navigation-left .nav-item.active .triangle {
        border-width: 0 0 24px 24px; }
      .sidebar-left .navigation-left .nav-item .nav-item-hold {
        padding: 16px 0; }
  .sidebar-left-secondary {
    left: calc(-190px - 20px);
    width: 190px; }
    .sidebar-left-secondary.open {
      left: 90px; }
  .sidebar-overlay {
    height: calc(100vh - 70px); } }

[dir="rtl"] .layout-sidebar-large .sidebar-left {
  left: auto !important;
  right: calc(-120px - 20px); }
  [dir="rtl"] .layout-sidebar-large .sidebar-left.open {
    left: auto !important;
    right: 0; }
  [dir="rtl"] .layout-sidebar-large .sidebar-left .navigation-left .nav-item .triangle {
    transform: rotate(90deg);
    right: auto;
    left: 0; }

[dir="rtl"] .layout-sidebar-large .sidebar-left-secondary {
  left: auto !important;
  right: calc(-220px - 20px); }
  [dir="rtl"] .layout-sidebar-large .sidebar-left-secondary.open {
    left: auto !important;
    right: 120px; }
  [dir="rtl"] .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
    margin-left: unset !important;
    margin-right: auto; }
  [dir="rtl"] .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    margin-left: 8px;
    margin-right: 0; }

[dir="rtl"] .layout-sidebar-large .main-content-wrap {
  float: left; }

[dir="rtl"] .layout-sidebar-large .sidebar-overlay {
  right: auto !important;
  left: 0;
  cursor: e-resize; }

.layout-horizontal-bar .main-content-wrap {
  width: 100%;
  float: right;
  margin-top: 140px !important;
  transition: all .24s ease-in-out;
  padding: 2rem 2rem 0;
  position: relative;
  min-height: calc(100vh - 160px);
  background: #fff; }

.layout-horizontal-bar .main-header {
  position: fixed;
  width: 100%;
  height: 80px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  z-index: 100; }
  .layout-horizontal-bar .main-header .menu-toggle {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 12px;
    display: none; }
    .layout-horizontal-bar .main-header .menu-toggle div {
      width: 24px;
      height: 1px;
      background: #47404f;
      margin: 3px 0; }
  .layout-horizontal-bar .main-header .search-bar {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 20px;
    position: relative;
    width: 230px;
    height: 40px; }
    .layout-horizontal-bar .main-header .search-bar input {
      background: transparent;
      border: 0;
      color: #212121;
      font-size: .8rem;
      line-height: 2;
      height: 100%;
      outline: initial !important;
      padding: .5rem 1rem;
      width: calc(100% - 32px); }
    .layout-horizontal-bar .main-header .search-bar .search-icon {
      font-size: 18px;
      width: 24px;
      display: inline-block; }
  .layout-horizontal-bar .main-header .logo {
    width: 120px; }
    .layout-horizontal-bar .main-header .logo img {
      width: 60px;
      height: 60px;
      margin: 0 auto;
      display: block; }
  .layout-horizontal-bar .main-header .header-icon {
    font-size: 19px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    margin: 0 2px; }
    .layout-horizontal-bar .main-header .header-icon:hover {
      background: #f8f9fa; }
    .layout-horizontal-bar .main-header .header-icon.dropdown-toggle:after {
      display: none; }
  .layout-horizontal-bar .main-header .header-part-right {
    display: flex;
    align-items: center; }
    .layout-horizontal-bar .main-header .header-part-right .user {
      margin-right: 2rem; }
      .layout-horizontal-bar .main-header .header-part-right .user img {
        width: 36px;
        height: 36px;
        border-radius: 50%; }
  .layout-horizontal-bar .main-header .notification-dropdown {
    padding: 0;
    max-height: 260px;
    cursor: pointer; }
    .layout-horizontal-bar .main-header .notification-dropdown .dropdown-item {
      display: flex;
      align-items: center;
      padding: 0;
      height: 72px;
      border-bottom: 1px solid #dee2e6; }
      .layout-horizontal-bar .main-header .notification-dropdown .dropdown-item .notification-icon {
        background: #eee;
        height: 100%;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .layout-horizontal-bar .main-header .notification-dropdown .dropdown-item .notification-icon i {
          font-size: 18px; }
      .layout-horizontal-bar .main-header .notification-dropdown .dropdown-item .notification-details {
        padding: .25rem .75rem; }
      .layout-horizontal-bar .main-header .notification-dropdown .dropdown-item:active {
        color: inherit;
        background: inherit; }

@media (max-width: 991px) {
  .layout-horizontal-bar .main-header .search-bar {
    width: 180px; }
  .layout-horizontal-bar .main-header .menu-toggle {
    width: 24px;
    margin-right: 36px; } }

@media (max-width: 767px) {
  .layout-horizontal-bar .main-header .search-bar {
    display: none; }
  .layout-horizontal-bar .main-header .menu-toggle {
    width: 24px;
    margin-right: 36px;
    display: block; }
  .layout-horizontal-bar .main-content-wrap {
    width: 100%;
    float: right;
    margin-top: 80px !important;
    transition: all .24s ease-in-out;
    padding: 2rem 2rem 0;
    position: relative;
    min-height: calc(100vh - 160px);
    background: #fff; }
  .layout-horizontal-bar .header-topnav.open {
    left: 0px; } }

@media (max-width: 576px) {
  .layout-horizontal-bar .main-header {
    height: 70px;
    padding: 0 1.5rem; }
    .layout-horizontal-bar .main-header .logo {
      width: 60px; }
    .layout-horizontal-bar .main-header .search-bar {
      display: none; }
    .layout-horizontal-bar .main-header .menu-toggle {
      width: 60px; }
    .layout-horizontal-bar .main-header .header-part-right .user {
      margin-right: 0;
      padding-right: 0; }
  .layout-horizontal-bar .notification-dropdown {
    left: -0px !important; } }

@media (max-width: 360px) {
  .layout-horizontal-bar .main-header .menu-toggle {
    margin: 0; } }

.app-admin-wrap {
  width: 100%; }

.main-content-wrap {
  width: 100%;
  float: right;
  margin-top: 80px;
  transition: all .24s ease-in-out;
  padding: 2rem 2rem 0;
  position: relative;
  min-height: calc(100vh - 80px);
  background: #fff; }
  .main-content-wrap.sidenav-open {
    width: calc(100% - 120px); }

.module-loader {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9; }
  .module-loader .loader,
  .module-loader .spinner {
    position: fixed;
    top: 45%;
    left: calc(50% + 56px);
    z-index: inherit; }

@media (max-width: 576px) {
  .main-content-wrap {
    padding: 1.5rem; }
    .main-content-wrap.sidenav-open {
      width: 100%; }
  .main-content-wrap {
    margin-top: 70px; } }

[dir="rtl"] .layout-horizontal-bar .sidebar-left {
  left: auto !important;
  right: calc(-120px - 20px); }
  [dir="rtl"] .layout-horizontal-bar .sidebar-left.open {
    left: auto !important;
    right: 0; }
  [dir="rtl"] .layout-horizontal-bar .sidebar-left .navigation-left .nav-item .triangle {
    transform: rotate(90deg);
    right: auto;
    left: 0; }

[dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary {
  left: auto !important;
  right: calc(-220px - 20px); }
  [dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary.open {
    left: auto !important;
    right: 120px; }
  [dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
    margin-left: unset !important;
    margin-right: auto; }
  [dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    margin-left: 8px;
    margin-right: 0; }

[dir="rtl"] .layout-horizontal-bar .main-content-wrap {
  float: left; }

[dir="rtl"] .layout-horizontal-bar .sidebar-overlay {
  right: auto !important;
  left: 0;
  cursor: e-resize; }

.app-footer {
  margin-top: 2rem;
  background: #f8f9fa;
  padding: 1.25rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .app-footer .footer-bottom {
    width: 100%; }
    .app-footer .footer-bottom .logo {
      width: 3rem;
      height: auto;
      margin: 4px; }

.layout-sidebar-vertical .main-content-wrap {
  width: 100%;
  min-height: 100vh;
  float: right; }
  .layout-sidebar-vertical .main-content-wrap .main-header {
    border-radius: 5px;
    height: 64px; }
    .layout-sidebar-vertical .main-content-wrap .main-header .header-toggle {
      display: flex;
      align-items: center;
      margin-left: 15px; }
      .layout-sidebar-vertical .main-content-wrap .main-header .header-toggle .sidebar-full-toggle,
      .layout-sidebar-vertical .main-content-wrap .main-header .header-toggle .sidebar-compact-toggle {
        vertical-align: middle;
        padding: 0;
        min-width: 0;
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        background: none; }
        .layout-sidebar-vertical .main-content-wrap .main-header .header-toggle .sidebar-full-toggle i,
        .layout-sidebar-vertical .main-content-wrap .main-header .header-toggle .sidebar-compact-toggle i {
          background-repeat: no-repeat;
          display: inline-block;
          height: 24px;
          width: 24px; }
    .layout-sidebar-vertical .main-content-wrap .main-header .search-bar {
      height: 38px; }
      .layout-sidebar-vertical .main-content-wrap .main-header .search-bar .top-search-form {
        position: relative;
        background: #fff;
        border-radius: 40px;
        display: block;
        max-width: 220px;
        margin: 0;
        box-shadow: inset 0 0 2px 2px rgba(136, 136, 136, 0.2);
        display: flex;
        align-items: center;
        overflow: hidden;
        height: 100%; }
        .layout-sidebar-vertical .main-content-wrap .main-header .search-bar .top-search-form .bmd-form-group {
          padding: 0; }
        .layout-sidebar-vertical .main-content-wrap .main-header .search-bar .top-search-form i {
          padding-left: 8px; }
        .layout-sidebar-vertical .main-content-wrap .main-header .search-bar .top-search-form input {
          border: none;
          padding: 0 8px;
          background: transparent; }
          .layout-sidebar-vertical .main-content-wrap .main-header .search-bar .top-search-form input:focus {
            outline: none; }
    .layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown {
      text-transform: uppercase; }
      .layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown .notification-badge {
        position: absolute;
        top: 8px;
        right: 14px;
        border-radius: 50%; }
      .layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown .language-dropdown .header-btn-group button .language-text {
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        margin-right: 13px; }
      .layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown button:hover {
        background: none; }
      .layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown button img {
        width: 32px;
        height: 32px;
        border-radius: 50%; }
      .layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown button i {
        color: #111;
        height: 24px;
        width: 24px;
        display: inline-block;
        align-items: center;
        line-height: 1.6; }
      .layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown .dropdown-menu a i {
        color: gray; }
    .layout-sidebar-vertical .main-content-wrap .main-header .profile-dropdown .dropdown-menu {
      left: auto !important;
      right: 12px !important; }
      .layout-sidebar-vertical .main-content-wrap .main-header .profile-dropdown .dropdown-menu .dropdown-item {
        flex-flow: row; }

.b-none_button {
  border: none; }

.b-none_button {
  box-shadow: none !important; }

.gull-input:focus {
  box-shadow: none !important; }

.avatar-dropdown .user img {
  width: 100px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer !important; }

.cursor-pointer {
  cursor: pointer !important; }

.gull-brand img {
  width: 60px;
  margin-right: 5px; }

.gull-sidebar--width {
  width: 20px;
  margin-right: 15px; }

.layout-sidebar-vertical .sidebar-panel {
  height: 100vh;
  position: fixed;
  top: 0;
  left: -240px;
  width: 240px;
  z-index: 1000;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  background: #fff; }
  .layout-sidebar-vertical .sidebar-panel .brand {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .layout-sidebar-vertical .sidebar-panel .brand img {
      height: 20px; }
  .layout-sidebar-vertical .sidebar-panel .sidebar-compact-switch {
    position: relative;
    width: 24px;
    height: 12px;
    border-radius: 10px;
    border: 1px solid #70657b;
    transition: all 0.3s ease-in;
    cursor: pointer; }
    .layout-sidebar-vertical .sidebar-panel .sidebar-compact-switch span {
      position: absolute;
      left: 1px;
      top: 1px;
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #bbb;
      transition: all 0.3s ease-in; }
  .layout-sidebar-vertical .sidebar-panel .scroll-nav {
    height: calc(100vh - 64px); }
  .layout-sidebar-vertical .sidebar-panel .app-user .app-user-photo img {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 4px; }
  .layout-sidebar-vertical .sidebar-panel .app-user .app-user-name {
    display: block;
    font-weight: 300;
    margin-bottom: 0.5rem; }
    .layout-sidebar-vertical .sidebar-panel .app-user .app-user-name i {
      font-size: 12px; }
  .layout-sidebar-vertical .sidebar-panel .app-user .app-user-control {
    margin-bottom: 1rem; }
    .layout-sidebar-vertical .sidebar-panel .app-user .app-user-control a {
      color: #47404f; }
      .layout-sidebar-vertical .sidebar-panel .app-user .app-user-control a i {
        font-size: 16px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        display: inline-block; }
  .layout-sidebar-vertical .sidebar-panel .side-nav .icon-menu-title,
  .layout-sidebar-vertical .sidebar-panel .side-nav .main-menu-title {
    color: #70657b;
    font-size: 12px;
    padding: 16px 0 16px 16px;
    display: block; }
  .layout-sidebar-vertical .sidebar-panel .side-nav .icon-menu .icon-menu-item {
    padding: 0 24px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between; }
  .layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul {
    padding: 0 12px; }
    .layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li {
      list-style: none;
      font-size: 15px; }
      .layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a {
        color: #47404f;
        display: flex;
        align-items: center;
        height: 35px;
        padding: 0px 15px;
        margin-bottom: 10px;
        cursor: pointer; }
        .layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a .nav-icon {
          margin-right: 10px; }
        .layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a .item-name {
          text-transform: capitalize;
          font-size: 15px; }
        .layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a .spacer {
          margin: auto; }
        .layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a:hover {
          text-decoration: none; }
      .layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li.dropdown > .sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: all 0.4s ease-in; }
        .layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li.dropdown > .sub-menu a {
          height: 44px;
          padding-left: 50px; }
      .layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li.dropdown.open > .sub-menu {
        max-height: 1000px; }

.app-admin-wrap.sidebar-full.sidebar-closed .sidebar-panel {
  left: -240px; }

.app-admin-wrap.sidebar-full.sidebar-closed .main-content-wrap {
  width: 100%; }

.app-admin-wrap.sidebar-full .sidebar-panel {
  width: 240px;
  left: 0px; }

.app-admin-wrap.sidebar-full .main-content-wrap {
  width: calc(100% - 240px);
  padding: 1rem 2rem 0rem; }

.app-admin-wrap.sidebar-compact .sidebar-panel {
  width: 75px;
  left: 0; }
  .app-admin-wrap.sidebar-compact .sidebar-panel .app-user,
  .app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-title,
  .app-admin-wrap.sidebar-compact .sidebar-panel .main-menu-title,
  .app-admin-wrap.sidebar-compact .sidebar-panel .item-badge,
  .app-admin-wrap.sidebar-compact .sidebar-panel .item-name {
    display: none; }
  .app-admin-wrap.sidebar-compact .sidebar-panel .sidebar-compact-switch {
    display: none; }
  .app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-item {
    flex-direction: column;
    padding: 0; }
    .app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-item a {
      width: 100%;
      display: contents; }
      .app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-item a i {
        padding: 5px;
        font-size: 30px; }
      .app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-item a:hover {
        cursor: pointer;
        padding: 0px 10px; }
  .app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a i {
    padding: 0; }
    .app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a i a {
      width: 100%;
      display: contents; }
      .app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a i a i {
        padding: 5px;
        font-size: 30px; }
      .app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a i a:hover {
        cursor: pointer;
        padding: 0px 10px; }
  .app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a .main-menu ul li a i {
    padding: 0; }
  .app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a .main-menu .dropdown {
    display: none; }
  .app-admin-wrap.sidebar-compact .sidebar-panel .main-menu .dropdown {
    display: none; }

.app-admin-wrap.sidebar-compact .main-content-wrap {
  width: calc(100% - 65px);
  padding: 1rem 2rem 0; }

.app-admin-wrap.sidebar-compact .main-content-wrap .main-header {
  height: 64px; }

.main-content-wrap.sidebar-full-z-index {
  width: calc(100% - 65px) !important;
  z-index: -100; }

ul.metismenu {
  position: relative; }

.Ul_li--hover::before {
  content: "";
  background-color: #663399;
  position: absolute;
  height: 36px;
  width: 225px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  opacity: 0.1;
  left: -233px;
  transition: all 400ms ease; }

.Ul_li--hover:hover::before {
  left: 0px;
  transition: all 300ms ease;
  z-index: -1; }

.metismenu .has-arrow:after {
  right: 2em !important;
  opacity: 0.6 !important;
  width: 0.6em !important;
  height: 0.6em !important;
  border-width: 2px 0 0 2px !important; }

.comp {
  position: absolute;
  top: 69px;
  right: -166px; }

.header-toggle .mobile-menu-icon {
  display: none !important; }

.has-arrow.without-after-element:after {
  content: none !important; }

.sidebar-overlay {
  display: none; }

@media only screen and (max-width: 1150px) {
  .sidebar-switch-open {
    left: 0px !important; }
  .app-admin-wrap.sidebar-full .sidebar-panel {
    left: -240px; }
  .header-toggle .mobile-menu-icon {
    display: block !important; }
  .switch-overlay {
    height: calc(100vh - 70px);
    display: block;
    position: fixed;
    width: calc(100% - 240px);
    height: calc(100vh - 5px);
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 20000;
    cursor: w-resize; }
  .app-admin-wrap.sidebar-full .main-content-wrap {
    width: calc(100% - 0px); }
  .sidebar-compact-switch {
    display: none; } }

@media only screen and (max-width: 530px) {
  .mobile-hide {
    display: none !important; } }

.has-arrow.without-after-element:after {
  content: none !important; }

[dir="rtl"] .Ul_li--hover::before {
  content: "";
  background-color: #663399;
  position: absolute;
  height: 36px;
  width: 225px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  opacity: 0.1;
  right: -233px;
  transition: all 400ms ease; }

[dir="rtl"] .Ul_li--hover:hover::before {
  right: 0px;
  transition: all 300ms ease;
  z-index: -1; }

[dir="rtl"] .metismenu .has-arrow:after {
  left: 2em !important;
  right: auto !important;
  opacity: 0.6 !important;
  width: 0.6em !important;
  height: 0.6em !important;
  border-width: 2px 0 0 2px !important; }

[dir="rtl"] .comp {
  position: absolute;
  top: 69px;
  left: -166px; }

[dir="rtl"] .layout-sidebar-vertical .ml-auto,
[dir="rtl"] .layout-sidebar-vertical .mx-auto {
  margin-right: auto !important; }

[dir="rtl"] .layout-sidebar-vertical .sidebar-panel {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -240px; }

[dir="rtl"] .layout-sidebar-vertical .main-content-wrap {
  float: left; }

[dir="rtl"] .layout-sidebar-vertical .side-nav .icon-menu-title,
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu-title {
  color: #70657b;
  font-size: 12px;
  padding: 16px 0 16px 16px;
  display: block; }

[dir="rtl"] .layout-sidebar-vertical .side-nav .icon-menu .icon-menu-item {
  padding: 0 24px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between; }

[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul {
  padding: 0 12px; }
  [dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li {
    list-style: none;
    font-size: 15px; }
    [dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li a {
      color: #47404f;
      display: flex;
      align-items: center;
      height: 35px;
      padding: 0px 15px;
      margin-bottom: 10px;
      cursor: pointer; }
      [dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li a .nav-icon {
        margin-left: 10px; }
      [dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li a .item-name {
        text-transform: capitalize;
        font-size: 15px; }
      [dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li a .spacer {
        margin: auto; }
      [dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li a:hover {
        text-decoration: none; }
    [dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li.dropdown > .sub-menu {
      max-height: 0;
      overflow: hidden;
      transition: all 0.4s ease-in; }
      [dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li.dropdown > .sub-menu a {
        height: 44px;
        padding-right: 50px; }
    [dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li.dropdown.open > .sub-menu {
      max-height: 1000px; }

[dir="rtl"] .app-admin-wrap.sidebar-full.sidebar-closed .sidebar-panel {
  right: -240px; }

[dir="rtl"] .app-admin-wrap.sidebar-full.sidebar-closed .main-content-wrap {
  width: 100%; }

[dir="rtl"] .app-admin-wrap.sidebar-full .sidebar-panel {
  width: 240px;
  right: 0px; }

[dir="rtl"] .app-admin-wrap.sidebar-full .main-content-wrap {
  width: calc(100% - 240px);
  padding: 1rem 2rem 0rem; }

[dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel {
  width: 75px;
  right: 0; }
  [dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel .app-user,
  [dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-title,
  [dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel .main-menu-title,
  [dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel .item-badge,
  [dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel .item-name {
    display: none; }

.sidebar-panel,
.main-content-wrap,
.main-header {
  transition: all 0.2s ease-in; }

.main-content-wrap {
  width: 100%;
  min-height: 100vh;
  float: right; }
  .main-content-wrap .main-content-body {
    padding: 0.66rem; }

.app-admin-wrap.sidebar-compact-onhover .sidebar-compact-switch {
  background: #663399; }
  .app-admin-wrap.sidebar-compact-onhover .sidebar-compact-switch span {
    left: 14px;
    background: #fff; }

.bg-off-white {
  background-color: #f9f9f9; }

.sidebar-left-secondary .childNav li.nav-item.open > a {
  background: #eee; }
  .sidebar-left-secondary .childNav li.nav-item.open > a > .dd-arrow {
    transform: rotate(90deg); }

.sidebar-left-secondary .childNav li.nav-item.open > .submenu {
  max-height: 1000px; }

.sidebar-left-secondary .childNav li.nav-item .submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in; }
  .sidebar-left-secondary .childNav li.nav-item .submenu > li a {
    padding-left: 50px; }

[dir="rtl"] .notification-dropdown .dropdown-item .notification-details {
  text-align: right; }

[dir="rtl"] .main-header .user {
  margin-left: 2rem;
  margin-right: 0; }

.active-color {
  height: 40px;
  padding: 0 12px 0 24px;
  border-radius: 0 35px 35px 0;
  margin-right: 16px;
  background-color: #663399;
  color: #fff !important; }

[role="tab"] .btn {
  width: 100%;
  text-align: left; }
  [role="tab"] .btn:hover, [role="tab"] .btn:focus {
    text-decoration: none; }

.accordion > .card {
  overflow: hidden; }

.avatar-sm {
  width: 36px;
  height: 36px; }

.avatar-md {
  width: 54px;
  height: 54px; }

.avatar-lg {
  width: 80px;
  height: 80px; }

.avatar-xl {
  width: 150px;
  height: 150px; }

.avatar-sm-table {
  width: 20px;
  height: 20px; }

.border-bottom-primary {
  border-bottom: 1px solid #663399; }

.border-bottom-secondary {
  border-bottom: 1px solid #52495a; }

.border-bottom-success {
  border-bottom: 1px solid #4caf50; }

.border-bottom-info {
  border-bottom: 1px solid #003473; }

.border-bottom-warning {
  border-bottom: 1px solid #ffc107; }

.border-bottom-danger {
  border-bottom: 1px solid #f44336; }

.border-bottom-light {
  border-bottom: 1px solid #bbb; }

.border-bottom-dark {
  border-bottom: 1px solid #47404f; }

.border-bottom-gray-100 {
  border-bottom: 1px solid #f8f9fa; }

.border-bottom-gray-200 {
  border-bottom: 1px solid #eee; }

.border-bottom-gray-300 {
  border-bottom: 1px solid #dee2e6; }

.border-bottom-gray-400 {
  border-bottom: 1px solid #ced4da; }

.border-bottom-gray-500 {
  border-bottom: 1px solid #bbb; }

.border-bottom-gray-600 {
  border-bottom: 1px solid #70657b; }

.border-bottom-gray-700 {
  border-bottom: 1px solid #665c70; }

.border-bottom-gray-800 {
  border-bottom: 1px solid #52495a; }

.border-bottom-gray-900 {
  border-bottom: 1px solid #47404f; }

.border-bottom-dotted-primary {
  border-bottom: 1px dotted #663399; }

.border-bottom-dotted-secondary {
  border-bottom: 1px dotted #52495a; }

.border-bottom-dotted-success {
  border-bottom: 1px dotted #4caf50; }

.border-bottom-dotted-info {
  border-bottom: 1px dotted #003473; }

.border-bottom-dotted-warning {
  border-bottom: 1px dotted #ffc107; }

.border-bottom-dotted-danger {
  border-bottom: 1px dotted #f44336; }

.border-bottom-dotted-light {
  border-bottom: 1px dotted #bbb; }

.border-bottom-dotted-dark {
  border-bottom: 1px dotted #47404f; }

.border-bottom-dotted-gray-100 {
  border-bottom: 1px dotted #f8f9fa; }

.border-bottom-dotted-gray-200 {
  border-bottom: 1px dotted #eee; }

.border-bottom-dotted-gray-300 {
  border-bottom: 1px dotted #dee2e6; }

.border-bottom-dotted-gray-400 {
  border-bottom: 1px dotted #ced4da; }

.border-bottom-dotted-gray-500 {
  border-bottom: 1px dotted #bbb; }

.border-bottom-dotted-gray-600 {
  border-bottom: 1px dotted #70657b; }

.border-bottom-dotted-gray-700 {
  border-bottom: 1px dotted #665c70; }

.border-bottom-dotted-gray-800 {
  border-bottom: 1px dotted #52495a; }

.border-bottom-dotted-gray-900 {
  border-bottom: 1px dotted #47404f; }

.card {
  border-radius: 10px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
  border: 0; }
  .card.border-top {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #4caf50; }

.card-header, .card-footer {
  border-color: rgba(0, 0, 0, 0.03); }

.card-title {
  font-size: 1.1rem;
  margin-bottom: 1.5rem; }

.card-img-overlay * {
  position: relative;
  z-index: 1; }

.card-img-overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.36);
  z-index: 0; }

.card-img-overlay .separator {
  width: 35px;
  margin: auto; }

.card-img-overlay .card-footer {
  position: absolute;
  bottom: 16px;
  left: 20px;
  border: 0;
  background: transparent; }
  .card-img-overlay .card-footer [class^="i-"] {
    font-size: .875rem;
    vertical-align: text-bottom; }

.card-icon .card-body {
  padding: 2rem .5rem; }

.card-icon [class^="i-"] {
  font-size: 32px; }

.card-icon [class^="i-"], .card-icon .lead {
  color: #663399; }

.card-icon-big .card-body {
  padding: 2rem .5rem; }

.card-icon-big [class^="i-"] {
  font-size: 48px; }

.card-icon-big [class^="i-"] {
  color: rgba(102, 51, 153, 0.6); }

.card-icon-bg {
  position: relative;
  z-index: 1; }
  .card-icon-bg .card-body {
    display: flex; }
    .card-icon-bg .card-body .content {
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 70px; }
  .card-icon-bg [class^="i-"] {
    font-size: 4rem;
    color: rgba(187, 187, 187, 0.28); }
  .card-icon-bg .lead {
    line-height: 1; }

.card-icon-bg-primary [class^="i-"] {
  color: rgba(102, 51, 153, 0.28); }

.card-icon-bg-secondary [class^="i-"] {
  color: rgba(82, 73, 90, 0.28); }

.card-icon-bg-success [class^="i-"] {
  color: rgba(76, 175, 80, 0.28); }

.card-icon-bg-info [class^="i-"] {
  color: rgba(0, 52, 115, 0.28); }

.card-icon-bg-warning [class^="i-"] {
  color: rgba(255, 193, 7, 0.28); }

.card-icon-bg-danger [class^="i-"] {
  color: rgba(244, 67, 54, 0.28); }

.card-icon-bg-light [class^="i-"] {
  color: rgba(187, 187, 187, 0.28); }

.card-icon-bg-dark [class^="i-"] {
  color: rgba(71, 64, 79, 0.28); }

.card-icon-bg-gray-100 [class^="i-"] {
  color: rgba(248, 249, 250, 0.28); }

.card-icon-bg-gray-200 [class^="i-"] {
  color: rgba(238, 238, 238, 0.28); }

.card-icon-bg-gray-300 [class^="i-"] {
  color: rgba(222, 226, 230, 0.28); }

.card-icon-bg-gray-400 [class^="i-"] {
  color: rgba(206, 212, 218, 0.28); }

.card-icon-bg-gray-500 [class^="i-"] {
  color: rgba(187, 187, 187, 0.28); }

.card-icon-bg-gray-600 [class^="i-"] {
  color: rgba(112, 101, 123, 0.28); }

.card-icon-bg-gray-700 [class^="i-"] {
  color: rgba(102, 92, 112, 0.28); }

.card-icon-bg-gray-800 [class^="i-"] {
  color: rgba(82, 73, 90, 0.28); }

.card-icon-bg-gray-900 [class^="i-"] {
  color: rgba(71, 64, 79, 0.28); }

.card-profile-1 .avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: auto;
  border-radius: 50%; }

.card-ecommerce-1 .card-body [class^="i-"] {
  display: block;
  font-size: 78px;
  color: #663399; }

.card-ecommerce-2 .row {
  margin: 0; }

.card-ecommerce-2 .card-action, .card-ecommerce-2 .col {
  padding: 1rem; }

.card-ecommerce-2 .card-action {
  position: relative;
  display: flex;
  align-items: center; }
  .card-ecommerce-2 .card-action .icon {
    font-size: 22px;
    height: 24px;
    display: inline-block;
    width: 24px;
    line-height: 24px;
    margin: 0 8px;
    cursor: pointer; }
  .card-ecommerce-2 .card-action:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(71, 64, 79, 0.1); }

.card-ecommerce-3 .card-img-left {
  height: 220px;
  object-fit: cover; }

.card-socials-simple a {
  display: inline-block;
  padding: 4px; }

.card-zoom-in {
  position: relative;
  background-color: white;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.card-zoom-in:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.card-zoom-in:hover {
  transform: scale(1.2); }

.card-zoom-in:hover:after {
  opacity: 1; }

@media screen and (max-width: 576px) {
  .card-ecommerce-3 .card-img-left {
    width: 100%; } }

#calendar {
  float: right;
  width: 100%; }

#external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em; }

#external-events .fc-event {
  margin: 2px 0;
  cursor: move; }

.create_event_wrap p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666; }

.create_event_wrap p input {
  margin: 0;
  vertical-align: middle; }

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 0px solid #663399 !important; }

a.fc-day-grid-event {
  background: #663399;
  padding: 5px; }

th.fc-day-header {
  border-bottom-width: 2px;
  padding: 10px 0px;
  display: table-cell;
  background: #F5F5F5;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

td.fc-head-container {
  padding: 0px !important; }

.fc-toolbar h2 {
  margin: 0;
  font-weight: bold; }

span.fa {
  font-family: 'iconsmind' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

span.fa.fa-chevron-left:before {
  content: "\f077"; }

span.fa.fa-chevron-right:before {
  content: "\f07d"; }

.breadcrumb {
  background: transparent;
  align-items: center;
  margin: 0 0 1.25rem;
  padding: 0; }
  .breadcrumb h1 {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0; }
  .breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .breadcrumb ul li {
      display: inline-block;
      position: relative;
      padding: 0 .5rem;
      line-height: 1;
      vertical-align: bottom;
      color: #70657b; }
      .breadcrumb ul li:after {
        position: absolute;
        top: -1px;
        right: 0;
        content: "";
        height: 16px;
        width: 1px;
        background: #70657b;
        border-radius: 5px; }
      .breadcrumb ul li:last-child:after {
        display: none; }
      .breadcrumb ul li a {
        color: #332e38; }

[dir="rtl"] .breadcrumb h1 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  margin-left: .5rem; }

@media (max-width: 576px) {
  .breadcrumb {
    flex-direction: column;
    align-items: flex-start; }
    .breadcrumb ul li:first-child {
      padding-left: 0; } }

html [type="button"],
.btn[type="button"] {
  -webkit-appearance: none !important; }

.btn.rounded, .btn.btn-rounded {
  border-radius: 40px !important; }

.btn.btn-xl {
  padding: .75rem 2rem;
  font-size: 1.18rem; }

.btn:focus {
  box-shadow: none; }

.btn-secondary,
.btn-raised-secondary {
  color: #47404f !important;
  background-color: #fff !important; }

.btn-icon [class^="i-"],
.btn-icon .icon {
  vertical-align: middle;
  margin: 0 2px;
  -webkit-font-smoothing: subpixel-antialiased; }

.btn-icon.rounded-circle {
  width: 44px;
  height: 44px;
  padding: 0; }

.btn-icon-text [class^="i-"],
.btn-icon-text .icon {
  vertical-align: middle;
  margin: 0 2px;
  -webkit-font-smoothing: subpixel-antialiased; }

.btn-outline-email {
  background: rgba(238, 238, 238, 0.6); }

.btn-spinner {
  width: 1em;
  height: 1em;
  background: transparent;
  border-radius: 50%;
  margin: 0 16px 0 0;
  border: 2px solid transparent; }

.btn-checkbox .checkbox, .btn-checkbox .radio {
  display: inline; }

.btn.btn-outline-light.btn-svg {
  border-color: #665c70; }
  .btn.btn-outline-light.btn-svg.active, .btn.btn-outline-light.btn-svg:hover {
    background: #663399;
    border-color: #663399; }
    .btn.btn-outline-light.btn-svg.active svg, .btn.btn-outline-light.btn-svg:hover svg {
      fill: #ffffff; }
  .btn.btn-outline-light.btn-svg:focus {
    box-shadow: none !important; }

.btn-raised {
  color: #fff; }

.btn-primary,
.btn-outline-primary {
  border-color: #663399; }
  .btn-primary .btn-spinner,
  .btn-outline-primary .btn-spinner {
    animation: btn-glow-primary 1s ease infinite; }
  .btn-primary:hover,
  .btn-outline-primary:hover {
    background: #663399;
    box-shadow: 0 8px 25px -8px #663399;
    border-color: #663399; }
  .btn-primary:focus,
  .btn-outline-primary:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #663399; }

.btn-raised.btn-raised-primary {
  background: #663399;
  box-shadow: 0 4px 6px rgba(102, 51, 153, 0.11), 0 1px 3px rgba(102, 51, 153, 0.08); }

@keyframes btn-glow-primary {
  0% {
    box-shadow: 0 0 0 0.4em #4d2673, 0 0 0 0.1em #4d2673;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #4d2673, 0 0 0 3.6em transparent; } }

.btn-secondary,
.btn-outline-secondary {
  border-color: #52495a; }
  .btn-secondary .btn-spinner,
  .btn-outline-secondary .btn-spinner {
    animation: btn-glow-secondary 1s ease infinite; }
  .btn-secondary:hover,
  .btn-outline-secondary:hover {
    background: #52495a;
    box-shadow: 0 8px 25px -8px #52495a;
    border-color: #52495a; }
  .btn-secondary:focus,
  .btn-outline-secondary:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #52495a; }

.btn-raised.btn-raised-secondary {
  background: #52495a;
  box-shadow: 0 4px 6px rgba(82, 73, 90, 0.11), 0 1px 3px rgba(82, 73, 90, 0.08); }

@keyframes btn-glow-secondary {
  0% {
    box-shadow: 0 0 0 0.4em #38323e, 0 0 0 0.1em #38323e;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #38323e, 0 0 0 3.6em transparent; } }

.btn-success,
.btn-outline-success {
  border-color: #4caf50; }
  .btn-success .btn-spinner,
  .btn-outline-success .btn-spinner {
    animation: btn-glow-success 1s ease infinite; }
  .btn-success:hover,
  .btn-outline-success:hover {
    background: #4caf50;
    box-shadow: 0 8px 25px -8px #4caf50;
    border-color: #4caf50; }
  .btn-success:focus,
  .btn-outline-success:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #4caf50; }

.btn-raised.btn-raised-success {
  background: #4caf50;
  box-shadow: 0 4px 6px rgba(76, 175, 80, 0.11), 0 1px 3px rgba(76, 175, 80, 0.08); }

@keyframes btn-glow-success {
  0% {
    box-shadow: 0 0 0 0.4em #3d8b40, 0 0 0 0.1em #3d8b40;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #3d8b40, 0 0 0 3.6em transparent; } }

.btn-info,
.btn-outline-info {
  border-color: #003473; }
  .btn-info .btn-spinner,
  .btn-outline-info .btn-spinner {
    animation: btn-glow-info 1s ease infinite; }
  .btn-info:hover,
  .btn-outline-info:hover {
    background: #003473;
    box-shadow: 0 8px 25px -8px #003473;
    border-color: #003473; }
  .btn-info:focus,
  .btn-outline-info:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #003473; }

.btn-raised.btn-raised-info {
  background: #003473;
  box-shadow: 0 4px 6px rgba(0, 52, 115, 0.11), 0 1px 3px rgba(0, 52, 115, 0.08); }

@keyframes btn-glow-info {
  0% {
    box-shadow: 0 0 0 0.4em #001d40, 0 0 0 0.1em #001d40;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #001d40, 0 0 0 3.6em transparent; } }

.btn-warning,
.btn-outline-warning {
  border-color: #ffc107; }
  .btn-warning .btn-spinner,
  .btn-outline-warning .btn-spinner {
    animation: btn-glow-warning 1s ease infinite; }
  .btn-warning:hover,
  .btn-outline-warning:hover {
    background: #ffc107;
    box-shadow: 0 8px 25px -8px #ffc107;
    border-color: #ffc107; }
  .btn-warning:focus,
  .btn-outline-warning:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #ffc107; }

.btn-raised.btn-raised-warning {
  background: #ffc107;
  box-shadow: 0 4px 6px rgba(255, 193, 7, 0.11), 0 1px 3px rgba(255, 193, 7, 0.08); }

@keyframes btn-glow-warning {
  0% {
    box-shadow: 0 0 0 0.4em #d39e00, 0 0 0 0.1em #d39e00;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #d39e00, 0 0 0 3.6em transparent; } }

.btn-danger,
.btn-outline-danger {
  border-color: #f44336; }
  .btn-danger .btn-spinner,
  .btn-outline-danger .btn-spinner {
    animation: btn-glow-danger 1s ease infinite; }
  .btn-danger:hover,
  .btn-outline-danger:hover {
    background: #f44336;
    box-shadow: 0 8px 25px -8px #f44336;
    border-color: #f44336; }
  .btn-danger:focus,
  .btn-outline-danger:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #f44336; }

.btn-raised.btn-raised-danger {
  background: #f44336;
  box-shadow: 0 4px 6px rgba(244, 67, 54, 0.11), 0 1px 3px rgba(244, 67, 54, 0.08); }

@keyframes btn-glow-danger {
  0% {
    box-shadow: 0 0 0 0.4em #ea1c0d, 0 0 0 0.1em #ea1c0d;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #ea1c0d, 0 0 0 3.6em transparent; } }

.btn-light,
.btn-outline-light {
  border-color: #bbb; }
  .btn-light .btn-spinner,
  .btn-outline-light .btn-spinner {
    animation: btn-glow-light 1s ease infinite; }
  .btn-light:hover,
  .btn-outline-light:hover {
    background: #bbb;
    box-shadow: 0 8px 25px -8px #bbb;
    border-color: #bbb; }
  .btn-light:focus,
  .btn-outline-light:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #bbb; }

.btn-raised.btn-raised-light {
  background: #bbb;
  box-shadow: 0 4px 6px rgba(187, 187, 187, 0.11), 0 1px 3px rgba(187, 187, 187, 0.08); }

@keyframes btn-glow-light {
  0% {
    box-shadow: 0 0 0 0.4em #a2a2a2, 0 0 0 0.1em #a2a2a2;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #a2a2a2, 0 0 0 3.6em transparent; } }

.btn-dark,
.btn-outline-dark {
  border-color: #47404f; }
  .btn-dark .btn-spinner,
  .btn-outline-dark .btn-spinner {
    animation: btn-glow-dark 1s ease infinite; }
  .btn-dark:hover,
  .btn-outline-dark:hover {
    background: #47404f;
    box-shadow: 0 8px 25px -8px #47404f;
    border-color: #47404f; }
  .btn-dark:focus,
  .btn-outline-dark:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #47404f; }

.btn-raised.btn-raised-dark {
  background: #47404f;
  box-shadow: 0 4px 6px rgba(71, 64, 79, 0.11), 0 1px 3px rgba(71, 64, 79, 0.08); }

@keyframes btn-glow-dark {
  0% {
    box-shadow: 0 0 0 0.4em #2e2932, 0 0 0 0.1em #2e2932;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #2e2932, 0 0 0 3.6em transparent; } }

.btn-gray-100,
.btn-outline-gray-100 {
  border-color: #f8f9fa; }
  .btn-gray-100 .btn-spinner,
  .btn-outline-gray-100 .btn-spinner {
    animation: btn-glow-gray-100 1s ease infinite; }
  .btn-gray-100:hover,
  .btn-outline-gray-100:hover {
    background: #f8f9fa;
    box-shadow: 0 8px 25px -8px #f8f9fa;
    border-color: #f8f9fa; }
  .btn-gray-100:focus,
  .btn-outline-gray-100:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #f8f9fa; }

.btn-raised.btn-raised-gray-100 {
  background: #f8f9fa;
  box-shadow: 0 4px 6px rgba(248, 249, 250, 0.11), 0 1px 3px rgba(248, 249, 250, 0.08); }

@keyframes btn-glow-gray-100 {
  0% {
    box-shadow: 0 0 0 0.4em #dae0e5, 0 0 0 0.1em #dae0e5;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #dae0e5, 0 0 0 3.6em transparent; } }

.btn-gray-200,
.btn-outline-gray-200 {
  border-color: #eee; }
  .btn-gray-200 .btn-spinner,
  .btn-outline-gray-200 .btn-spinner {
    animation: btn-glow-gray-200 1s ease infinite; }
  .btn-gray-200:hover,
  .btn-outline-gray-200:hover {
    background: #eee;
    box-shadow: 0 8px 25px -8px #eee;
    border-color: #eee; }
  .btn-gray-200:focus,
  .btn-outline-gray-200:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #eee; }

.btn-raised.btn-raised-gray-200 {
  background: #eee;
  box-shadow: 0 4px 6px rgba(238, 238, 238, 0.11), 0 1px 3px rgba(238, 238, 238, 0.08); }

@keyframes btn-glow-gray-200 {
  0% {
    box-shadow: 0 0 0 0.4em #d5d5d5, 0 0 0 0.1em #d5d5d5;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #d5d5d5, 0 0 0 3.6em transparent; } }

.btn-gray-300,
.btn-outline-gray-300 {
  border-color: #dee2e6; }
  .btn-gray-300 .btn-spinner,
  .btn-outline-gray-300 .btn-spinner {
    animation: btn-glow-gray-300 1s ease infinite; }
  .btn-gray-300:hover,
  .btn-outline-gray-300:hover {
    background: #dee2e6;
    box-shadow: 0 8px 25px -8px #dee2e6;
    border-color: #dee2e6; }
  .btn-gray-300:focus,
  .btn-outline-gray-300:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #dee2e6; }

.btn-raised.btn-raised-gray-300 {
  background: #dee2e6;
  box-shadow: 0 4px 6px rgba(222, 226, 230, 0.11), 0 1px 3px rgba(222, 226, 230, 0.08); }

@keyframes btn-glow-gray-300 {
  0% {
    box-shadow: 0 0 0 0.4em #c1c9d0, 0 0 0 0.1em #c1c9d0;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #c1c9d0, 0 0 0 3.6em transparent; } }

.btn-gray-400,
.btn-outline-gray-400 {
  border-color: #ced4da; }
  .btn-gray-400 .btn-spinner,
  .btn-outline-gray-400 .btn-spinner {
    animation: btn-glow-gray-400 1s ease infinite; }
  .btn-gray-400:hover,
  .btn-outline-gray-400:hover {
    background: #ced4da;
    box-shadow: 0 8px 25px -8px #ced4da;
    border-color: #ced4da; }
  .btn-gray-400:focus,
  .btn-outline-gray-400:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #ced4da; }

.btn-raised.btn-raised-gray-400 {
  background: #ced4da;
  box-shadow: 0 4px 6px rgba(206, 212, 218, 0.11), 0 1px 3px rgba(206, 212, 218, 0.08); }

@keyframes btn-glow-gray-400 {
  0% {
    box-shadow: 0 0 0 0.4em #b1bbc4, 0 0 0 0.1em #b1bbc4;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #b1bbc4, 0 0 0 3.6em transparent; } }

.btn-gray-500,
.btn-outline-gray-500 {
  border-color: #bbb; }
  .btn-gray-500 .btn-spinner,
  .btn-outline-gray-500 .btn-spinner {
    animation: btn-glow-gray-500 1s ease infinite; }
  .btn-gray-500:hover,
  .btn-outline-gray-500:hover {
    background: #bbb;
    box-shadow: 0 8px 25px -8px #bbb;
    border-color: #bbb; }
  .btn-gray-500:focus,
  .btn-outline-gray-500:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #bbb; }

.btn-raised.btn-raised-gray-500 {
  background: #bbb;
  box-shadow: 0 4px 6px rgba(187, 187, 187, 0.11), 0 1px 3px rgba(187, 187, 187, 0.08); }

@keyframes btn-glow-gray-500 {
  0% {
    box-shadow: 0 0 0 0.4em #a2a2a2, 0 0 0 0.1em #a2a2a2;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #a2a2a2, 0 0 0 3.6em transparent; } }

.btn-gray-600,
.btn-outline-gray-600 {
  border-color: #70657b; }
  .btn-gray-600 .btn-spinner,
  .btn-outline-gray-600 .btn-spinner {
    animation: btn-glow-gray-600 1s ease infinite; }
  .btn-gray-600:hover,
  .btn-outline-gray-600:hover {
    background: #70657b;
    box-shadow: 0 8px 25px -8px #70657b;
    border-color: #70657b; }
  .btn-gray-600:focus,
  .btn-outline-gray-600:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #70657b; }

.btn-raised.btn-raised-gray-600 {
  background: #70657b;
  box-shadow: 0 4px 6px rgba(112, 101, 123, 0.11), 0 1px 3px rgba(112, 101, 123, 0.08); }

@keyframes btn-glow-gray-600 {
  0% {
    box-shadow: 0 0 0 0.4em #574e5f, 0 0 0 0.1em #574e5f;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #574e5f, 0 0 0 3.6em transparent; } }

.btn-gray-700,
.btn-outline-gray-700 {
  border-color: #665c70; }
  .btn-gray-700 .btn-spinner,
  .btn-outline-gray-700 .btn-spinner {
    animation: btn-glow-gray-700 1s ease infinite; }
  .btn-gray-700:hover,
  .btn-outline-gray-700:hover {
    background: #665c70;
    box-shadow: 0 8px 25px -8px #665c70;
    border-color: #665c70; }
  .btn-gray-700:focus,
  .btn-outline-gray-700:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #665c70; }

.btn-raised.btn-raised-gray-700 {
  background: #665c70;
  box-shadow: 0 4px 6px rgba(102, 92, 112, 0.11), 0 1px 3px rgba(102, 92, 112, 0.08); }

@keyframes btn-glow-gray-700 {
  0% {
    box-shadow: 0 0 0 0.4em #4d4554, 0 0 0 0.1em #4d4554;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #4d4554, 0 0 0 3.6em transparent; } }

.btn-gray-800,
.btn-outline-gray-800 {
  border-color: #52495a; }
  .btn-gray-800 .btn-spinner,
  .btn-outline-gray-800 .btn-spinner {
    animation: btn-glow-gray-800 1s ease infinite; }
  .btn-gray-800:hover,
  .btn-outline-gray-800:hover {
    background: #52495a;
    box-shadow: 0 8px 25px -8px #52495a;
    border-color: #52495a; }
  .btn-gray-800:focus,
  .btn-outline-gray-800:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #52495a; }

.btn-raised.btn-raised-gray-800 {
  background: #52495a;
  box-shadow: 0 4px 6px rgba(82, 73, 90, 0.11), 0 1px 3px rgba(82, 73, 90, 0.08); }

@keyframes btn-glow-gray-800 {
  0% {
    box-shadow: 0 0 0 0.4em #38323e, 0 0 0 0.1em #38323e;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #38323e, 0 0 0 3.6em transparent; } }

.btn-gray-900,
.btn-outline-gray-900 {
  border-color: #47404f; }
  .btn-gray-900 .btn-spinner,
  .btn-outline-gray-900 .btn-spinner {
    animation: btn-glow-gray-900 1s ease infinite; }
  .btn-gray-900:hover,
  .btn-outline-gray-900:hover {
    background: #47404f;
    box-shadow: 0 8px 25px -8px #47404f;
    border-color: #47404f; }
  .btn-gray-900:focus,
  .btn-outline-gray-900:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #47404f; }

.btn-raised.btn-raised-gray-900 {
  background: #47404f;
  box-shadow: 0 4px 6px rgba(71, 64, 79, 0.11), 0 1px 3px rgba(71, 64, 79, 0.08); }

@keyframes btn-glow-gray-900 {
  0% {
    box-shadow: 0 0 0 0.4em #2e2932, 0 0 0 0.1em #2e2932;
    transform: rotate(360deg); }
  50% {
    border-top-color: #ffffff; }
  100% {
    box-shadow: 0 0 0 0.4em #2e2932, 0 0 0 3.6em transparent; } }

.btn-facebook {
  color: #fff;
  background-color: #3765c9;
  border-color: #3765c9; }

.btn-facebook:hover {
  background-color: #3765c9;
  border-color: #3765c9; }

.btn-google {
  color: #fff;
  background-color: #ec412c;
  border-color: #ec412c; }

.btn-twitter {
  color: #fff;
  background-color: #039ff5;
  border-color: #039ff5; }

.btn-instagram {
  color: #fff;
  background-color: #c13584;
  border-color: #c13584; }

.btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5; }

.btn-dribble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89; }

.btn-youtube {
  color: #fff;
  background-color: #c4302b;
  border-color: #c4302b; }

.btn-outline-facebook {
  color: #3765c9 !important;
  border-color: #3765c9;
  background: rgba(238, 238, 238, 0.6); }
  .btn-outline-facebook:hover {
    background: #315bb5;
    border-color: #315bb5;
    color: #fff !important; }

.btn-outline-google {
  color: #ec412c !important;
  border-color: #ec412c;
  background: rgba(238, 238, 238, 0.6); }
  .btn-outline-google:hover {
    background: #e92c15;
    border-color: #e92c15;
    color: #fff !important; }

.btn-outline-twitter {
  color: #039ff5 !important;
  border-color: #039ff5;
  background: rgba(238, 238, 238, 0.6); }
  .btn-outline-twitter:hover {
    background: #038fdc;
    border-color: #038fdc; }

.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }

.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s; }

.ripple:active:after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s; }

.nav-tabs {
  border: 0; }
  .nav-tabs .nav-item .nav-link {
    border: 0;
    padding: 1rem; }
    .nav-tabs .nav-item .nav-link:not(.disabled) {
      color: inherit; }
    .nav-tabs .nav-item .nav-link.active {
      border-bottom: 2px solid #663399;
      background: rgba(102, 51, 153, 0.1); }
  .nav-tabs .nav-item .dropdown-toggle:after {
    position: absolute;
    top: calc(50% - 2px);
    right: 6px !important; }

.tab-content {
  padding: 1rem; }

ngb-tabset.p-0 .tab-content {
  padding: 1rem 0; }

.dropdown-toggle {
  position: relative; }
  .dropdown-toggle.btn {
    padding-right: 28px; }
  .dropdown-toggle::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 10px !important; }

.dropdown-menu {
  border: 0;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08); }

.dropdown-item {
  padding: .42rem 1.5rem; }

.menu-icon-grid {
  width: 220px;
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .menu-icon-grid > a {
    display: inline-flex;
    width: 6rem;
    flex-direction: column;
    align-items: center;
    padding: 18px 12px;
    color: #52495a;
    border-radius: 4px; }
    .menu-icon-grid > a i {
      font-size: 28px;
      margin-bottom: 4px; }
    .menu-icon-grid > a:hover {
      background: #663399;
      color: #fff; }

.mega-menu {
  position: static; }
  .mega-menu .dropdown-menu {
    left: auto;
    right: 0;
    width: calc(100% - 120px);
    max-width: 1200px;
    padding: 0;
    overflow: hidden;
    max-height: calc(100vh - 100px);
    overflow-y: scroll; }
    .mega-menu .dropdown-menu .bg-img {
      background: linear-gradient(to right, #663399, #003473); }
    .mega-menu .dropdown-menu .bg-img,
    .mega-menu .dropdown-menu .bg-img .title {
      color: #ffffff; }
    .mega-menu .dropdown-menu ul.links {
      list-style: none;
      margin: 0;
      padding: 0;
      column-count: 2; }
      .mega-menu .dropdown-menu ul.links li a {
        display: inline-block;
        margin-bottom: 8px;
        color: #70657b; }
        .mega-menu .dropdown-menu ul.links li a:hover {
          color: #663399; }

.widget_dropdown .dropdown-menu {
  left: auto !important;
  right: 2px !important; }

@media (max-width: 767px) {
  .mega-menu .dropdown-menu {
    width: calc(100% - 10px); } }

[dir="rtl"] .mega-menu .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  margin: auto !important; }

.main-header {
  position: fixed;
  width: 100%;
  height: 80px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  z-index: 100; }
  .main-header .menu-toggle {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 12px; }
    .main-header .menu-toggle div {
      width: 24px;
      height: 1px;
      background: #47404f;
      margin: 3px 0; }
  .main-header .search-bar {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 20px;
    position: relative;
    width: 230px;
    height: 40px; }
    .main-header .search-bar input {
      background: transparent;
      border: 0;
      color: #212121;
      font-size: 0.8rem;
      line-height: 2;
      height: 100%;
      outline: initial !important;
      padding: 0.5rem 1rem;
      width: calc(100% - 32px); }
    .main-header .search-bar .search-icon {
      font-size: 18px;
      width: 24px;
      display: inline-block; }
  .main-header .logo {
    width: 120px; }
    .main-header .logo img {
      width: 60px;
      height: 60px;
      margin: 0 auto;
      display: block; }
  .main-header .show .header-icon {
    background: #f8f9fa; }
  .main-header .header-icon {
    font-size: 19px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    margin: 0 2px; }
    .main-header .header-icon:hover {
      background: #f8f9fa; }
    .main-header .header-icon.dropdown-toggle:after {
      display: none; }
  .main-header .header-part-right {
    display: flex;
    align-items: center; }
    .main-header .header-part-right .user {
      margin-right: 2rem; }
      .main-header .header-part-right .user img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        cursor: pointer; }
  .main-header .notification-dropdown {
    padding: 0;
    max-height: 260px;
    cursor: pointer; }
    .main-header .notification-dropdown .dropdown-item {
      display: flex;
      align-items: center;
      padding: 0;
      height: 72px;
      border-bottom: 1px solid #dee2e6; }
      .main-header .notification-dropdown .dropdown-item .notification-icon {
        background: #eee;
        height: 100%;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .main-header .notification-dropdown .dropdown-item .notification-icon i {
          font-size: 18px; }
      .main-header .notification-dropdown .dropdown-item .notification-details {
        padding: 0.25rem 0.75rem; }
      .main-header .notification-dropdown .dropdown-item:active {
        color: inherit;
        background: inherit; }

@media (max-width: 991px) {
  .main-header .search-bar {
    width: 180px; }
  .main-header .menu-toggle {
    width: 24px;
    margin-right: 36px; } }

@media (max-width: 615px) {
  .main-header .header-part-right .user {
    margin-right: 0rem; } }

@media (max-width: 580px) {
  .main-header {
    height: 70px;
    padding: 0 1.5rem; }
    .main-header .logo {
      width: 60px; }
    .main-header .search-bar {
      display: none; }
    .main-header .menu-toggle {
      width: 60px; }
    .main-header .header-part-right .user {
      margin-right: 0;
      padding-right: 0; }
  .notification-dropdown {
    left: 10px !important; } }

@media (max-width: 360px) {
  .main-header .menu-toggle {
    margin: 0; } }

.layout-horizontal-bar .header-topnav {
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 90;
  position: fixed;
  width: 100%;
  /* height: 80px; */
  top: 80px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }
  .layout-horizontal-bar .header-topnav .container {
    padding: 0; }
  .layout-horizontal-bar .header-topnav .topbar-branding {
    float: left;
    height: 48px;
    padding: 8px;
    margin: 0 8px; }
    .layout-horizontal-bar .header-topnav .topbar-branding img {
      height: 100%;
      width: auto; }
  .layout-horizontal-bar .header-topnav .ps {
    overflow: initial !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto; }
  .layout-horizontal-bar .header-topnav .topnav {
    display: flex;
    align-items: center;
    height: auto; }
  .layout-horizontal-bar .header-topnav .header-topnav-right {
    float: right;
    height: 48px;
    display: flex;
    align-items: center;
    padding-right: .67rem; }
  .layout-horizontal-bar .header-topnav .topnav:after {
    content: "";
    display: table;
    clear: both; }
  .layout-horizontal-bar .header-topnav .topnav a {
    color: #333 !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }
  .layout-horizontal-bar .header-topnav .topnav label.menu-toggle {
    height: 48px;
    width: 48px;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 50%; }
    .layout-horizontal-bar .header-topnav .topnav label.menu-toggle .mat-icon {
      font-size: 24px; }
  .layout-horizontal-bar .header-topnav .topnav .toggle,
  .layout-horizontal-bar .header-topnav .topnav [id^=drop] {
    display: none; }
  .layout-horizontal-bar .header-topnav .topnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
  .layout-horizontal-bar .header-topnav .topnav ul:not(.menu) {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0), 0 4px 8px rgba(0, 0, 0, 0.28); }
  .layout-horizontal-bar .header-topnav .topnav ul.menu {
    float: left;
    height: 48px;
    padding-right: 45px; }
    .layout-horizontal-bar .header-topnav .topnav ul.menu > li {
      float: left; }
      .layout-horizontal-bar .header-topnav .topnav ul.menu > li > div > a,
      .layout-horizontal-bar .header-topnav .topnav ul.menu > li > div > div {
        border-bottom: 2px solid;
        height: 48px;
        box-sizing: border-box;
        border-color: transparent;
        margin: 0 6px; }
  .layout-horizontal-bar .header-topnav .topnav ul li {
    margin: 0px;
    display: inline-block; }
  .layout-horizontal-bar .header-topnav .topnav a,
  .layout-horizontal-bar .header-topnav .topnav label {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 20px;
    height: 44px;
    font-size: .875rem;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer; }
  .layout-horizontal-bar .header-topnav .topnav ul li ul li:hover,
  .layout-horizontal-bar .header-topnav .topnav ul li ul li.open {
    background: #eeeeee; }
  .layout-horizontal-bar .header-topnav .topnav ul ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #ffffff;
    color: rgba(0, 0, 0, 0.87);
    /* has to be the same number as the "line-height" of "nav a" */
    top: 48px;
    transform: translateY(-100px);
    transition: all 0.3s ease-in-out;
    z-index: -1;
    border-radius: 5px; }
  .layout-horizontal-bar .header-topnav .topnav ul li:hover > div > div > ul,
  .layout-horizontal-bar .header-topnav .topnav ul li:hover > div > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .layout-horizontal-bar .header-topnav .topnav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative; }
  .layout-horizontal-bar .header-topnav .topnav ul ul ul {
    top: 0;
    left: 170px; }
  .layout-horizontal-bar .header-topnav .topnav ul ul ul li {
    position: relative;
    top: 0; }
  .layout-horizontal-bar .header-topnav .topnav li > a:after {
    content: ' +'; }
  .layout-horizontal-bar .header-topnav .topnav li > a:only-child:after {
    content: ''; }

@media (max-width: 959px) {
  .header-topnav-right {
    position: absolute;
    right: 6px;
    top: 0; } }

/* Media Queries
--------------------------------------------- */
@media only screen and (max-width: 768px) {
  .layout-horizontal-bar .header-topnav {
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
    position: fixed;
    width: 200px;
    top: 70px;
    height: 100%;
    padding-top: 20px;
    left: -200px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    transition: all .5s ease-in-out; }
    .layout-horizontal-bar .header-topnav .ps {
      overflow: hidden !important;
      overflow-anchor: none;
      -ms-overflow-style: none;
      touch-action: auto;
      -ms-touch-action: auto; }
  .layout-horizontal-bar .topnav {
    margin: 0;
    max-height: calc(100vh - 80px) !important;
    /* Hide menus on hover */ }
    .layout-horizontal-bar .topnav .menu {
      height: auto !important;
      padding-right: 0px !important;
      width: 100%; }
      .layout-horizontal-bar .topnav .menu li a {
        border: none !important; }
    .layout-horizontal-bar .topnav ul.menu {
      float: left;
      padding-left: 0px; }
      .layout-horizontal-bar .topnav ul.menu > li {
        float: left; }
        .layout-horizontal-bar .topnav ul.menu > li > div > a,
        .layout-horizontal-bar .topnav ul.menu > li > div > div {
          border-bottom: 2px solid;
          height: auto !important;
          box-sizing: border-box;
          border-color: transparent;
          margin: 0 6px; }
    .layout-horizontal-bar .topnav .toggle {
      display: flex;
      text-decoration: none;
      border: none; }
    .layout-horizontal-bar .topnav ul {
      transform: translateY(0px) !important;
      transition: max-height 0.3s ease-in-out; }
    .layout-horizontal-bar .topnav [id^=drop]:checked + ul {
      opacity: 1;
      visibility: visible;
      max-height: 2000px; }
    .layout-horizontal-bar .topnav [id^=drop]:checked + ul.menu {
      max-height: 300px;
      overflow-y: scroll; }
    .layout-horizontal-bar .topnav ul li {
      position: relative;
      opacity: 1;
      visibility: visible;
      width: 100%;
      z-index: 1; }
    .layout-horizontal-bar .topnav ul ul .toggle,
    .layout-horizontal-bar .topnav ul ul a {
      padding: 0 40px; }
    .layout-horizontal-bar .topnav ul ul ul a {
      padding: 0 80px; }
    .layout-horizontal-bar .topnav ul li ul li .toggle,
    .layout-horizontal-bar .topnav ul ul a,
    .layout-horizontal-bar .topnav ul ul ul a {
      padding: 14px 20px; }
    .layout-horizontal-bar .topnav ul ul {
      opacity: 1 !important;
      visibility: hidden !important;
      max-height: 0px;
      position: relative !important;
      background: #ffffff;
      color: rgba(0, 0, 0, 0.87);
      /* has to be the same number as the "line-height" of "nav a" */
      top: 0px !important;
      transform: translateY(-100px);
      transition: all 1s ease-in-out !important;
      z-index: 99 !important;
      border-radius: 5px;
      overflow: hidden;
      left: 0px; }
    .layout-horizontal-bar .topnav ul li:hover > div > div > ul,
    .layout-horizontal-bar .topnav ul li:hover > div > ul {
      opacity: 1 !important;
      visibility: visible !important;
      transform: translateY(0);
      transition: all 0.3s ease-in-out !important;
      max-height: 400px; }
    .layout-horizontal-bar .topnav ul ul li {
      opacity: 1;
      visibility: visible;
      width: 100% !important; }
    .layout-horizontal-bar .topnav ul:not(.menu) {
      box-shadow: none !important;
      margin-left: 5px;
      border-left: 1px dashed #eee; }
    .layout-horizontal-bar .topnav ul ul ul {
      left: 0; }
    .layout-horizontal-bar .topnav ul ul ul li {
      position: static; } }
