@media (min-width: 992px) {
  .header-resume .head-bar.head-sticky {
    top: 80px !important;
    left: var(--sidebar-width);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.sidebar-left-modal) .header-resume .head-bar.head-sticky {
    left: 0;
  }
}
