/* [project]/src/components/Sidebar.module.css [app-client] (css) */
.Sidebar-module__WZVnLW__sidebar {
  z-index: 1030;
  color: #fff;
  background: #2c3e50;
  flex-direction: column;
  width: 260px;
  height: 100vh;
  transition: transform .3s ease-in-out;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 2px 0 8px #0000001a;
}

.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__open {
  transform: translateX(0);
}

@media (max-width: 991.98px) {
  .Sidebar-module__WZVnLW__sidebar:not(.Sidebar-module__WZVnLW__open) {
    transform: translateX(-100%);
  }
}

@media (min-width: 992px) {
  .Sidebar-module__WZVnLW__sidebar {
    height: auto;
    box-shadow: none;
    border-right: 1px solid #dee2e6;
    position: static;
    transform: none;
  }
}

.Sidebar-module__WZVnLW__logoSection {
  border-bottom: 1px solid #ffffff1a;
  padding: 1.5rem;
}

.Sidebar-module__WZVnLW__logoBadge {
  color: #fff;
  background: #0d6efd;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 2px 8px #0d6efd33;
}

.Sidebar-module__WZVnLW__logoLink {
  transition: opacity .2s;
  color: #fff !important;
}

.Sidebar-module__WZVnLW__logoLink:hover {
  opacity: .9;
}

.Sidebar-module__WZVnLW__userSection {
  background: #0003;
  border-bottom: 1px solid #ffffff1a;
  padding: 1rem 1.5rem;
}

.Sidebar-module__WZVnLW__menu {
  overflow-y: auto;
  padding-top: 1rem !important;
}

.Sidebar-module__WZVnLW__menu::-webkit-scrollbar {
  width: 6px;
}

.Sidebar-module__WZVnLW__menu::-webkit-scrollbar-track {
  background: none;
}

.Sidebar-module__WZVnLW__menu::-webkit-scrollbar-thumb {
  background: #fff3;
  border-radius: 3px;
}

.Sidebar-module__WZVnLW__menu::-webkit-scrollbar-thumb:hover {
  background: #ffffff4d;
}

.Sidebar-module__WZVnLW__menu a {
  color: #fffc;
  transition: all .2s;
}

.Sidebar-module__WZVnLW__menu a:hover {
  color: #fff;
  background: #ffffff1a;
}

.Sidebar-module__WZVnLW__menu .Sidebar-module__WZVnLW__active {
  color: #fff;
  background: #0d6efd;
  box-shadow: inset -2px 0 #fff3;
}

.Sidebar-module__WZVnLW__menu .Sidebar-module__WZVnLW__active:hover {
  background: #0d6efd;
}

.Sidebar-module__WZVnLW__indicator {
  background: #fff;
  border-radius: 2px;
  flex-shrink: 0;
  width: 3px;
  height: 20px;
}

.Sidebar-module__WZVnLW__settingsBtn {
  color: #fffc;
  transition: all .2s;
}

.Sidebar-module__WZVnLW__settingsBtn:hover {
  color: #fff;
  background: #ffffff1a;
}

.Sidebar-module__WZVnLW__logoutBtn {
  color: #fffc;
  transition: all .2s;
}

.Sidebar-module__WZVnLW__logoutBtn:hover {
  color: #dc3545;
  background: #dc35451a;
}

.Sidebar-module__WZVnLW__overlay {
  z-index: 1020;
  background: #00000080;
  position: fixed;
  inset: 0;
}

@media (min-width: 992px) {
  .Sidebar-module__WZVnLW__overlay {
    display: none;
  }
}

.Sidebar-module__WZVnLW__mobileToggle {
  z-index: 1035 !important;
  top: 1rem !important;
  left: 1rem !important;
}

@media (min-width: 992px) {
  .Sidebar-module__WZVnLW__mobileToggle {
    display: none !important;
  }
}

/* [project]/src/components/Header.module.css [app-client] (css) */
.Header-module__hBw1pG__header {
  background-color: #fff !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.Header-module__hBw1pG__userToggle:after {
  display: none;
}

.Header-module__hBw1pG__userToggle:hover {
  opacity: .85;
  text-decoration: none;
}

.Header-module__hBw1pG__avatar {
  color: #fff;
  background: #0d6efd;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
}

/* [project]/app/dashboard/dashboard.module.css [app-client] (css) */
.dashboard-module__Gx_nyq__dashboardLayout {
  background-color: #f8f9fa;
  height: 100vh;
  display: flex;
}

.dashboard-module__Gx_nyq__mainContent {
  flex-direction: column;
  flex: 1;
  margin-left: 260px;
  display: flex;
  overflow: hidden;
}

.dashboard-module__Gx_nyq__main {
  flex: 1;
  overflow: hidden auto;
}

@media (max-width: 991.98px) {
  .dashboard-module__Gx_nyq__mainContent {
    margin-left: 0;
  }
}

.dashboard-module__Gx_nyq__main::-webkit-scrollbar {
  width: 8px;
}

.dashboard-module__Gx_nyq__main::-webkit-scrollbar-track {
  background: #f1f5f9;
}

.dashboard-module__Gx_nyq__main::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.dashboard-module__Gx_nyq__main::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/*# sourceMappingURL=_9b43cf8b._.css.map*/