/* [project]/src/components/layout/Sidebar.module.scss.module.css [app-client] (css) */
.Sidebar-module-scss-module__LGLh5a__sidebar {
  color: #fff;
  background: linear-gradient(#2e3445 0%, #1e2532 100%);
  flex-direction: column;
  width: 280px;
  padding: 1.5rem 1.25rem;
  transition: width .3s;
  display: flex;
  position: relative;
}

.Sidebar-module-scss-module__LGLh5a__sidebar.Sidebar-module-scss-module__LGLh5a__collapsed {
  width: 80px;
  padding: 1.5rem .5rem;
}

.Sidebar-module-scss-module__LGLh5a__sidebar.Sidebar-module-scss-module__LGLh5a__collapsed .Sidebar-module-scss-module__LGLh5a__label, .Sidebar-module-scss-module__LGLh5a__sidebar.Sidebar-module-scss-module__LGLh5a__collapsed .Sidebar-module-scss-module__LGLh5a__collapseText, .Sidebar-module-scss-module__LGLh5a__sidebar.Sidebar-module-scss-module__LGLh5a__collapsed .Sidebar-module-scss-module__LGLh5a__badge {
  display: none;
}

.Sidebar-module-scss-module__LGLh5a__sidebar.Sidebar-module-scss-module__LGLh5a__collapsed .Sidebar-module-scss-module__LGLh5a__navItem {
  justify-content: center;
}

.Sidebar-module-scss-module__LGLh5a__logoContainer {
  cursor: default;
  align-items: center;
  gap: .625rem;
  min-height: 50px;
  margin-bottom: 3rem;
  padding: 0 .5rem;
  display: flex;
  overflow: hidden;
}

.Sidebar-module-scss-module__LGLh5a__logoIcon {
  object-fit: contain;
  flex-shrink: 0;
  width: 64px;
  height: 42px;
  transition: width .3s, height .3s;
}

.Sidebar-module-scss-module__LGLh5a__collapsed .Sidebar-module-scss-module__LGLh5a__logoIcon {
  width: 44px;
  height: 28px;
}

.Sidebar-module-scss-module__LGLh5a__logoText {
  object-fit: contain;
  flex-shrink: 0;
  width: 130px;
  height: 42px;
}

.Sidebar-module-scss-module__LGLh5a__nav {
  flex-direction: column;
  flex: 1;
  gap: .5rem;
  display: flex;
}

.Sidebar-module-scss-module__LGLh5a__navItem {
  color: #9ca3af;
  border-radius: .5rem;
  align-items: center;
  padding: .875rem 1.25rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.Sidebar-module-scss-module__LGLh5a__navItem:hover {
  color: #fff;
  background-color: #ffffff0d;
}

.Sidebar-module-scss-module__LGLh5a__navItem.Sidebar-module-scss-module__LGLh5a__isActive, .Sidebar-module-scss-module__LGLh5a__navItem.Sidebar-module-scss-module__LGLh5a__active {
  color: #fff;
  background: linear-gradient(90deg, #3b82f633 0%, #3b82f600 100%);
  border-left: 3px solid #3b82f6;
}

.Sidebar-module-scss-module__LGLh5a__icon {
  min-width: 1.5rem;
  font-size: 1.5rem;
}

.Sidebar-module-scss-module__LGLh5a__label {
  white-space: nowrap;
  margin-left: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.Sidebar-module-scss-module__LGLh5a__badge {
  color: #fff;
  background-color: #ef4444;
  border-radius: 999px;
  margin-left: auto;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 700;
}

.Sidebar-module-scss-module__LGLh5a__collapseBtn {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: .75rem;
  margin-top: auto;
  padding: .75rem 1rem;
  transition: color .2s;
  display: flex;
}

.Sidebar-module-scss-module__LGLh5a__collapseBtn:hover {
  color: #fff;
}

/* [project]/src/components/layout/Header.module.scss.module.css [app-client] (css) */
.Header-module-scss-module__rIun6a__header {
  background-color: #fff;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 2rem;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.Header-module-scss-module__rIun6a__pageTitle {
  color: #1f2937;
  font-size: 1.5rem;
  font-weight: 600;
}

.Header-module-scss-module__rIun6a__actions {
  align-items: center;
  gap: 2rem;
  display: flex;
}

.Header-module-scss-module__rIun6a__notification {
  color: #9ca3af;
  cursor: pointer;
  font-size: 1.25rem;
  transition: color .2s;
  position: relative;
}

.Header-module-scss-module__rIun6a__notification:hover {
  color: #6b7280;
}

.Header-module-scss-module__rIun6a__dot {
  background-color: #ef4444;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -2px;
  right: -2px;
}

.Header-module-scss-module__rIun6a__profile {
  cursor: pointer;
  align-items: center;
  gap: .75rem;
  display: flex;
  position: relative;
}

.Header-module-scss-module__rIun6a__avatar {
  object-fit: cover;
  border: 2px solid #e5e7eb;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.Header-module-scss-module__rIun6a__userInfo {
  flex-direction: column;
  display: flex;
}

.Header-module-scss-module__rIun6a__userName {
  color: #111827;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.2;
}

.Header-module-scss-module__rIun6a__userRole {
  color: #9ca3af;
  font-size: .75rem;
}

.Header-module-scss-module__rIun6a__dropdown {
  z-index: 10;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  min-width: 150px;
  padding: .5rem;
  position: absolute;
  top: 120%;
  right: 0;
  box-shadow: 0 10px 15px -3px #0000001a;
}

.Header-module-scss-module__rIun6a__menuItem {
  text-align: left;
  color: #ef4444;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: .25rem;
  width: 100%;
  padding: .5rem 1rem;
  font-size: .9rem;
}

.Header-module-scss-module__rIun6a__menuItem:hover {
  background-color: #fef2f2;
}

/* [project]/src/app/[locale]/page.module.scss.module.css [app-client] (css) */
.page-module-scss-module__zaYFfG__dashboardContainer {
  background-color: #f3f4f6;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.page-module-scss-module__zaYFfG__mainContent {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.page-module-scss-module__zaYFfG__content {
  flex-direction: column;
  flex: auto;
  gap: 1.5rem;
  min-height: 0;
  padding: 1.5rem;
  display: flex;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .page-module-scss-module__zaYFfG__content {
    padding: 2rem;
  }
}

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