.fs-xxs {
  font-size: 0.8rem !important;
}

.fs-xs {
  font-size: 0.9rem !important;
}

.fs-sm {
  font-size: 1.04rem !important;
}

.fs-md {
  font-size: 1.4rem !important;
}

.fs-lg {
  font-size: 2rem !important;
}

.fs-xl {
  font-size: 2.4rem !important;
}-

.fs-xxl {
  font-size: 3.2rem !important;
}

@media (max-width: 1600px) {
  html {
    font-size: 13px;
  }
  .sidebar nav .nav .nav-item .nav-link > svg {
    top: 17px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 12px;
  }
  header .navbar .navbar-nav .profile .avatar {
    width: 40px;
    height: 40px;
  }
  header .navbar .navbar-nav .profile .avatar::before {
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
  .sidebar nav .nav .nav-item .nav-link > svg {
    top: 14px;
  }
}
/* Styles for tablets and smaller devices */
@media (max-width: 991.98px) {
  header {
    left: 0;
    width: 100%;
  }
  header .navbar .navbar-nav .nav-item .notification:not(.list) .dropdown-menu,
  header .navbar .navbar-nav .nav-item .list:not(.list) .dropdown-menu,
  header .navbar .navbar-nav .nav-item .insight:not(.list) .dropdown-menu {
    min-width: 300px;
  }
  header .navbar .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
  }
  .sidebar {
    left: -100%;
  }
  .sidebar .navbar .navbar-nav .profile .avatar {
    width: 36px;
    height: 36px;
  }
  .sidebar .navbar .navbar-nav .profile .avatar::before {
    width: 42px;
    height: 42px;
    border-radius: 42px;
  }
  .sidebar.show {
    left: 0;
  }
  .sidebar .close {
    right: 20px;
  }
  main {
    padding-left: 0px;
  }
}

/*# sourceMappingURL=responsive.css.map */
