@media (max-width: 1024px) {
  .kt-header-menu-wrapper {
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .kt-header-menu-wrapper {
    z-index: 1001;
    position: initial;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 100% !important;
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
  .breadcrumb-position {
    position: fixed;
    left: 0px;
    right: 0;
    padding: 0px;
    z-index: 999;
    background: white;
    border-bottom: 1px solid #f1f2f3;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
      0 1px 3px 0 rgb(0 0 0 / 12%);
    text-transform: capitalize;
  }
  .kt-header-menu-mobile .kt-menu__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .breadcrumb {
    padding: 0.75rem 1.5rem;
  }
  .kt-aside {
    top: 91px;
    background: #083d60 !important;
  }
  ul#nav-stick-top,
  ul#nav-stick-right {
    position: fixed;
    top: 91px;
    width: 46px;
    height: 46px;
    z-index: 999;
  }
  ul#nav-stick-top {
    left: 0;
  }
  ul#nav-stick-right {
    right: 0;
  }
  .nav-sticky-toolbar-left .nav-sticky-toolbar-left__item {
    padding: 3px;
  }
  .nav-sticky-toolbar-left {
    border-radius: 0;
  }
  #table-area {
    flex-grow: 1;
    flex-shrink: 1;
    position: absolute;
    top: 110px;
    bottom: 0px;
    left: 0;
    right: 265px;
    outline: none;
  }
  .nav-sticky-toolbar-right {
    display: flex !important;
    list-style: none;
    padding: 5px;
    margin: 0;
    margin-top: 0px;
    z-index: 100;
    background: #041527;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
  }
  .nav-sticky-toolbar-right .nav-sticky-toolbar-left__item > a,
  .kt-sticky-toolbar .kt-sticky-toolbar__item > a {
    /* background: #f4f4f8; */
    background: #041527 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .nav-sticky-toolbar-right .nav-sticky-toolbar-left__item > a > i {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 1.3rem;
    color: #fff;
  }
  .fa[_ngcontent-kpq-c91],
  .fa-solid[_ngcontent-kpq-c91],
  .fa-regular[_ngcontent-kpq-c91],
  .fal[_ngcontent-kpq-c91],
  .fad[_ngcontent-kpq-c91],
  .fa-brands[_ngcontent-kpq-c91] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 2;
    font-size: 30px;
  }
}
