/* [project]/wlmsfrontend/src/views/components/layout/Sidebar.module.css [app-client] (css) */
.Sidebar-module__bydVzG__sidebar {
  color: #fff;
  z-index: 200;
  background: #1a2035;
  flex-direction: column;
  width: 220px;
  min-height: 100vh;
  transition: transform .25s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .Sidebar-module__bydVzG__sidebar {
    transform: translateX(0) !important;
  }
}

@media (max-width: 767px) {
  .Sidebar-module__bydVzG__sidebar {
    transform: translateX(-100%);
  }

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

.Sidebar-module__bydVzG__backdrop {
  display: none;
}

@media (max-width: 767px) {
  .Sidebar-module__bydVzG__backdrop {
    z-index: 199;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: #00000080;
    display: block;
    position: fixed;
    inset: 0;
  }
}

.Sidebar-module__bydVzG__logo {
  border-bottom: 1px solid #ffffff14;
  align-items: center;
  gap: 10px;
  padding: 20px 16px;
  display: flex;
}

.Sidebar-module__bydVzG__logoIcon {
  background: linear-gradient(135deg, #635bff, #3b82f6);
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.Sidebar-module__bydVzG__logoText {
  letter-spacing: 1.5px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
}

.Sidebar-module__bydVzG__logoSub {
  letter-spacing: 2px;
  color: #94a3b8;
  margin-top: 1px;
  font-size: 9px;
  font-weight: 500;
}

.Sidebar-module__bydVzG__nav {
  flex: 1;
  padding: 12px 10px;
  overflow-y: auto;
}

.Sidebar-module__bydVzG__nav::-webkit-scrollbar {
  width: 4px;
}

.Sidebar-module__bydVzG__nav::-webkit-scrollbar-thumb {
  background: #ffffff1a;
  border-radius: 4px;
}

.Sidebar-module__bydVzG__navItem {
  color: #94a3b8;
  border-radius: 8px;
  align-items: center;
  gap: 11px;
  margin-bottom: 2px;
  padding: 10px 14px;
  font-size: 13.5px;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.Sidebar-module__bydVzG__navItem:hover {
  color: #e2e8f0;
  background: #ffffff0f;
}

.Sidebar-module__bydVzG__navItemActive {
  color: #fff;
  background: #3b82f6;
}

.Sidebar-module__bydVzG__navItemActive:hover {
  color: #fff;
  background: #2563eb;
}

.Sidebar-module__bydVzG__navIcon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.Sidebar-module__bydVzG__liveSection {
  padding: 8px 10px;
}

.Sidebar-module__bydVzG__liveBtn {
  color: #fff;
  background: #3b82f6;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s;
  display: flex;
}

.Sidebar-module__bydVzG__liveBtn:hover {
  background: #2563eb;
}

.Sidebar-module__bydVzG__liveDot {
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  animation: 1.5s infinite Sidebar-module__bydVzG__pulse;
  box-shadow: 0 0 6px #fffc;
}

@keyframes Sidebar-module__bydVzG__pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

.Sidebar-module__bydVzG__rankCard {
  background: linear-gradient(135deg, #1e3a5f, #1a2e4a);
  border: 1px solid #635bff33;
  border-radius: 10px;
  margin: 8px 10px 16px;
  padding: 14px 16px;
}

.Sidebar-module__bydVzG__rankTop {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.Sidebar-module__bydVzG__rankLabel {
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 600;
}

.Sidebar-module__bydVzG__rankSub {
  color: #94a3b8;
  margin-bottom: 2px;
  font-size: 11px;
}

.Sidebar-module__bydVzG__rankName {
  color: #818cf8;
  font-size: 14px;
  font-weight: 700;
}

/* [project]/wlmsfrontend/src/views/components/layout/DashboardLayout.module.css [app-client] (css) */
.DashboardLayout-module__spg16W__layout {
  min-height: 100vh;
  display: flex;
}

.DashboardLayout-module__spg16W__main {
  background: var(--wz-bg);
  flex: 1;
  min-height: 100vh;
  margin-left: 220px;
}

@media (max-width: 767px) {
  .DashboardLayout-module__spg16W__main {
    width: 100%;
    margin-left: 0;
  }
}

.DashboardLayout-module__spg16W__content {
  padding: 24px 32px;
}

/*# sourceMappingURL=wlmsfrontend_src_views_components_layout_1-ekjhi._.css.map*/