/* [project]/src/shared/components/layout/Sidebar.module.scss.module.css [app-client] (css) */
.Sidebar-module-scss-module__Tk885W__notificationPopover {
  min-width: 320px;
  max-width: 400px;
  max-height: 500px;
  overflow-y: auto;
}

.Sidebar-module-scss-module__Tk885W__notificationPopover__empty {
  text-align: center;
  color: #8c8c8c;
  padding: 40px 20px;
}

.Sidebar-module-scss-module__Tk885W__notificationPopover__empty .Sidebar-module-scss-module__Tk885W__notificationPopover__icon {
  margin-bottom: 16px;
  font-size: 48px;
}

.Sidebar-module-scss-module__Tk885W__notificationPopover__item {
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 16px;
  transition: background-color .2s;
  position: relative;
}

.Sidebar-module-scss-module__Tk885W__notificationPopover__item:hover {
  background-color: #f5f5f5;
}

.Sidebar-module-scss-module__Tk885W__notificationPopover__item:last-child {
  border-bottom: none;
}

.Sidebar-module-scss-module__Tk885W__notificationPopover__dot {
  background-color: #52c41a;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.Sidebar-module-scss-module__Tk885W__profilePopover {
  min-width: 168px;
  padding: 0;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__header {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #083539 0%, #168b96 100%);
  border-radius: 8px 8px 0 0;
  margin-bottom: 8px;
  padding: 20px;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__name {
  color: #fff;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__actions {
  padding: 8px 0;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__action {
  cursor: pointer;
  color: #262626;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__action:hover {
  color: #667eea;
  background-color: #f5f5f5;
  padding-left: 24px;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__action .Sidebar-module-scss-module__Tk885W__anticon {
  color: #8c8c8c;
  font-size: 18px;
  transition: color .2s;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__action:hover .Sidebar-module-scss-module__Tk885W__anticon {
  color: #667eea;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__divider {
  background-color: #f0f0f0;
  height: 1px;
  margin: 8px 0;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__darkMode {
  color: #262626;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  display: flex;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__darkMode .Sidebar-module-scss-module__Tk885W__anticon {
  color: #8c8c8c;
  margin-right: 12px;
  font-size: 18px;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__logout {
  cursor: pointer;
  color: #ff4d4f;
  border-top: 1px solid #f0f0f0;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding: 12px 20px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__logout:hover {
  background-color: #fff1f0;
  padding-left: 24px;
}

.Sidebar-module-scss-module__Tk885W__profilePopover__logout .Sidebar-module-scss-module__Tk885W__anticon {
  font-size: 18px;
}

.Sidebar-module-scss-module__Tk885W__tenantPhoneDisplay {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 0 16px;
  display: flex;
}

.Sidebar-module-scss-module__Tk885W__tenantPhoneDisplay .Sidebar-module-scss-module__Tk885W__tenantPhoneText {
  color: #083539;
  letter-spacing: .3px;
  font-size: 16px;
  font-weight: 600;
}

.Sidebar-module-scss-module__Tk885W__tenantPhoneDisplay .Sidebar-module-scss-module__Tk885W__tenantStatusLine {
  color: #595959;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.Sidebar-module-scss-module__Tk885W__tenantPhoneDisplay .Sidebar-module-scss-module__Tk885W__tenantStatusLine .Sidebar-module-scss-module__Tk885W__statusItem {
  align-items: center;
  gap: 4px;
  display: flex;
}

.Sidebar-module-scss-module__Tk885W__tenantPhoneDisplay .Sidebar-module-scss-module__Tk885W__tenantStatusLine .Sidebar-module-scss-module__Tk885W__statusItem .Sidebar-module-scss-module__Tk885W__statusDot {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.Sidebar-module-scss-module__Tk885W__tenantPhoneDisplay .Sidebar-module-scss-module__Tk885W__tenantStatusLine .Sidebar-module-scss-module__Tk885W__statusItem .Sidebar-module-scss-module__Tk885W__statusDot.Sidebar-module-scss-module__Tk885W__online {
  background-color: #52c41a;
  box-shadow: 0 0 0 2px #52c41a33;
}

.Sidebar-module-scss-module__Tk885W__tenantPhoneDisplay .Sidebar-module-scss-module__Tk885W__tenantStatusLine .Sidebar-module-scss-module__Tk885W__statusItem .Sidebar-module-scss-module__Tk885W__statusDot.Sidebar-module-scss-module__Tk885W__offline {
  background-color: #ff4d4f;
  box-shadow: 0 0 0 2px #ff4d4f33;
}

.Sidebar-module-scss-module__Tk885W__tenantPhoneDisplay .Sidebar-module-scss-module__Tk885W__tenantStatusLine .Sidebar-module-scss-module__Tk885W__statusItem .Sidebar-module-scss-module__Tk885W__wifiIcon {
  font-size: 14px;
}

.Sidebar-module-scss-module__Tk885W__tenantPhoneDisplay .Sidebar-module-scss-module__Tk885W__tenantStatusLine .Sidebar-module-scss-module__Tk885W__statusItem .Sidebar-module-scss-module__Tk885W__wifiIcon.Sidebar-module-scss-module__Tk885W__online {
  color: #52c41a;
}

.Sidebar-module-scss-module__Tk885W__tenantPhoneDisplay .Sidebar-module-scss-module__Tk885W__tenantStatusLine .Sidebar-module-scss-module__Tk885W__statusItem .Sidebar-module-scss-module__Tk885W__wifiIcon.Sidebar-module-scss-module__Tk885W__offline {
  color: #ff4d4f;
}

.Sidebar-module-scss-module__Tk885W__tenantPhoneDisplay .Sidebar-module-scss-module__Tk885W__tenantStatusLine .Sidebar-module-scss-module__Tk885W__statusDivider {
  background-color: #d9d9d9;
  width: 1px;
  height: 12px;
}

.Sidebar-module-scss-module__Tk885W__notifIcon {
  color: #595959;
  cursor: pointer;
  background-color: #f5f7fa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: all .2s;
  display: inline-flex;
  position: relative;
}

.Sidebar-module-scss-module__Tk885W__notifIcon:hover {
  color: #083539;
  background-color: #e6f7ff;
  transform: translateY(-2px);
}

.Sidebar-module-scss-module__Tk885W__notifIcon__badge {
  background-color: #52c41a;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: 6px;
}

.Sidebar-module-scss-module__Tk885W__headerAvatar {
  cursor: pointer;
  border: 2px solid #0000;
  transition: all .2s;
}

.Sidebar-module-scss-module__Tk885W__headerAvatar:hover {
  border-color: #667eea;
  transform: scale(1.05);
}

/* [project]/src/shared/components/layout/HeaderRight.module.scss.module.css [app-client] (css) */
.HeaderRight-module-scss-module__9k1NtW__profilePopover {
  min-width: 280px;
  padding: 0;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__header {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px 8px 0 0;
  margin-bottom: 8px;
  padding: 20px;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__name {
  color: #fff;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__actions {
  padding: 8px 0;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__action {
  cursor: pointer;
  color: #262626;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__action:hover {
  color: #667eea;
  background-color: #f5f5f5;
  padding-left: 24px;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__action .HeaderRight-module-scss-module__9k1NtW__anticon {
  color: #8c8c8c;
  font-size: 18px;
  transition: color .2s;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__action:hover .HeaderRight-module-scss-module__9k1NtW__anticon {
  color: #667eea;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__divider {
  background-color: #f0f0f0;
  height: 1px;
  margin: 8px 0;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__darkMode {
  color: #262626;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  display: flex;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__darkMode .HeaderRight-module-scss-module__9k1NtW__anticon {
  color: #8c8c8c;
  margin-right: 8px;
  font-size: 18px;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__logout {
  cursor: pointer;
  color: #ff4d4f;
  border-top: 1px solid #f0f0f0;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding: 12px 20px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__logout:hover {
  background-color: #fff1f0;
  padding-left: 24px;
}

.HeaderRight-module-scss-module__9k1NtW__profilePopover__logout .HeaderRight-module-scss-module__9k1NtW__anticon {
  font-size: 18px;
}

.HeaderRight-module-scss-module__9k1NtW__headerAvatar {
  cursor: pointer;
  border: 2px solid #0000;
  transition: all .2s;
}

.HeaderRight-module-scss-module__9k1NtW__headerAvatar:hover {
  border-color: #667eea;
  transform: scale(1.05);
}

.HeaderRight-module-scss-module__9k1NtW__notifIcon {
  color: #595959;
  cursor: pointer;
  background-color: #f5f7fa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: all .2s;
  display: inline-flex;
  position: relative;
}

.HeaderRight-module-scss-module__9k1NtW__notifIcon:hover {
  color: #083539;
  background-color: #e6f7ff;
  transform: translateY(-2px);
}

.HeaderRight-module-scss-module__9k1NtW__notifIcon__badge {
  background-color: #52c41a;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: 6px;
}

.HeaderRight-module-scss-module__9k1NtW__notificationPopover {
  min-width: 320px;
  max-width: 400px;
  max-height: 500px;
  overflow-y: auto;
}

.HeaderRight-module-scss-module__9k1NtW__notificationPopover__empty {
  text-align: center;
  color: #8c8c8c;
  padding: 40px 20px;
}

.HeaderRight-module-scss-module__9k1NtW__notificationPopover__empty img {
  width: 70px;
  margin-top: 35px;
}

.HeaderRight-module-scss-module__9k1NtW__notificationPopover__item {
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 16px;
  transition: background-color .2s;
  position: relative;
}

.HeaderRight-module-scss-module__9k1NtW__notificationPopover__item:hover {
  background-color: #f5f5f5;
}

.HeaderRight-module-scss-module__9k1NtW__notificationPopover__item:last-child {
  border-bottom: none;
}

.HeaderRight-module-scss-module__9k1NtW__notificationPopover__dot {
  background-color: #52c41a;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 16px;
  right: 16px;
}

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