/* [next]/internal/font/google/inter_5972bc34.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_5972bc34-module__OU16Qa__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --brand-orange: #ff5b16;
  --brand-orange-hover: #e0470b;
  --bg-primary: #fff;
  --bg-secondary: #f9f9f9;
  --bg-sidebar: #f0f0f0;
  --bg-sidebar-active: #fff;
  --text-primary: #333;
  --text-secondary: #666;
  --text-muted: #999;
  --border-light: #e0e0e0;
  --topbar-height: 56px;
  --primary-sidebar-width: 70px;
  --secondary-sidebar-width: 280px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background-color: var(--bg-primary);
  max-width: 100vw;
  color: var(--text-primary);
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.main-content {
  margin-top: var(--topbar-height);
  margin-left: calc(var(--primary-sidebar-width) + var(--secondary-sidebar-width));
  min-height: calc(100vh - var(--topbar-height));
  background-color: var(--bg-primary);
  position: relative;
}

@media (prefers-color-scheme: dark) {
  html {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
  }
}

.ck-editor__editable_inline {
  min-height: 400px;
}

@media print {
  body * {
    visibility: hidden;
  }

  .print-area, .print-area * {
    visibility: visible;
  }

  .print-area {
    width: 100%;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .no-print, .no-print * {
    display: none !important;
  }

  .print-footer, .print-footer * {
    visibility: visible;
  }

  .print-footer {
    color: #000;
    border-top: 1px solid #ccc;
    justify-content: space-between;
    padding-top: 10px;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    left: 20px;
    right: 20px;
    display: flex !important;
  }
}

.print-footer {
  display: none;
}

/* [project]/src/components/layout/TopNavbar.module.css [app-client] (css) */
.TopNavbar-module__-WoPcq__navbar {
  height: var(--topbar-height);
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-light);
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.TopNavbar-module__-WoPcq__logoContainer {
  align-items: center;
  display: flex;
}

.TopNavbar-module__-WoPcq__logoText {
  color: var(--brand-orange);
  letter-spacing: -.5px;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 700;
}

.TopNavbar-module__-WoPcq__actions {
  align-items: center;
  gap: 16px;
  display: flex;
}

.TopNavbar-module__-WoPcq__iconButton {
  cursor: pointer;
  color: var(--text-secondary);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.TopNavbar-module__-WoPcq__iconButton:hover {
  color: var(--text-primary);
}

.TopNavbar-module__-WoPcq__profileContainer {
  position: relative;
}

.TopNavbar-module__-WoPcq__profile {
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  display: flex;
}

.TopNavbar-module__-WoPcq__profile:hover {
  background-color: #f1f1f1;
}

.TopNavbar-module__-WoPcq__avatar {
  background-color: var(--brand-orange);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
}

.TopNavbar-module__-WoPcq__dropdownMenu {
  border: 1px solid var(--border-light);
  z-index: 1000;
  cursor: default;
  background: #f8f9fa;
  border-radius: 8px;
  flex-direction: column;
  width: 320px;
  padding: 16px;
  display: flex;
  position: absolute;
  top: 50px;
  right: -10px;
  box-shadow: 0 4px 20px #00000026;
}

.TopNavbar-module__-WoPcq__dropdownCloseBtn {
  cursor: pointer;
  color: #888;
  background: none;
  border: none;
  padding: 4px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.TopNavbar-module__-WoPcq__dropdownCloseBtn:hover {
  color: #333;
}

.TopNavbar-module__-WoPcq__dropdownHeader {
  align-items: center;
  margin-bottom: 16px;
  padding-right: 24px;
  display: flex;
}

.TopNavbar-module__-WoPcq__dropdownAvatar {
  color: #fff;
  background-color: #e0e0e0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  font-size: 20px;
  display: flex;
}

.TopNavbar-module__-WoPcq__dropdownUserInfo {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.TopNavbar-module__-WoPcq__dropdownUserName {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.TopNavbar-module__-WoPcq__dropdownUserEmail {
  color: #666;
  font-size: 13px;
}

.TopNavbar-module__-WoPcq__dropdownSettingsBtn {
  cursor: pointer;
  color: #888;
  background: none;
  border: none;
  padding: 4px;
}

.TopNavbar-module__-WoPcq__dropdownSettingsBtn:hover {
  color: #333;
}

.TopNavbar-module__-WoPcq__dropdownCard {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 16px;
  box-shadow: 0 1px 3px #0000000d;
}

.TopNavbar-module__-WoPcq__dropdownCard:last-child {
  margin-bottom: 0;
}

.TopNavbar-module__-WoPcq__dropdownActionRow {
  color: #333;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 0;
  font-size: 14px;
  display: flex;
}

.TopNavbar-module__-WoPcq__dropdownActionRow:hover {
  color: var(--brand-orange);
}

.TopNavbar-module__-WoPcq__dropdownDivider {
  background-color: #eee;
  height: 1px;
  margin: 8px 0;
}

.TopNavbar-module__-WoPcq__dropdownCardTitle {
  color: #333;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
}

.TopNavbar-module__-WoPcq__dropdownEmptyState {
  color: #aaa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 13px;
  display: flex;
}

.TopNavbar-module__-WoPcq__dropdownSelect {
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
}

.TopNavbar-module__-WoPcq__dropdownSelect:focus {
  border-color: var(--brand-orange);
}

.TopNavbar-module__-WoPcq__colorPalette {
  align-items: center;
  gap: 10px;
  display: flex;
}

.TopNavbar-module__-WoPcq__colorSwatch {
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.TopNavbar-module__-WoPcq__statusBadge {
  color: #666;
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: normal;
}

.TopNavbar-module__-WoPcq__workTimeDisplay {
  margin-top: 8px;
}

.TopNavbar-module__-WoPcq__timeValue {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.TopNavbar-module__-WoPcq__timeUnit {
  color: #000;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 500;
}

.TopNavbar-module__-WoPcq__shortcutItem {
  color: #555;
  cursor: pointer;
  align-items: center;
  padding: 8px 0;
  font-size: 13px;
  display: flex;
}

.TopNavbar-module__-WoPcq__shortcutItem:hover {
  color: #000;
}

/* [project]/src/components/layout/PrimarySidebar.module.css [app-client] (css) */
.PrimarySidebar-module__kfB3AW__sidebar {
  width: var(--primary-sidebar-width);
  height: calc(100vh - var(--topbar-height));
  background-color: var(--bg-sidebar);
  border-right: 1px solid var(--border-light);
  top: var(--topbar-height);
  z-index: 90;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: fixed;
  left: 0;
}

.PrimarySidebar-module__kfB3AW__menuList {
  flex-direction: column;
  gap: 2px;
  width: 100%;
  display: flex;
}

.PrimarySidebar-module__kfB3AW__menuItem {
  cursor: pointer;
  width: 100%;
  color: var(--text-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  transition: all .2s;
  display: flex;
}

.PrimarySidebar-module__kfB3AW__menuItem:hover {
  color: var(--text-primary);
  background-color: #0000000d;
}

.PrimarySidebar-module__kfB3AW__menuItem.PrimarySidebar-module__kfB3AW__active {
  color: var(--brand-orange);
}

.PrimarySidebar-module__kfB3AW__menuItem.PrimarySidebar-module__kfB3AW__active .PrimarySidebar-module__kfB3AW__icon {
  background-color: var(--brand-orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.PrimarySidebar-module__kfB3AW__icon {
  margin-bottom: 4px;
  font-size: 24px;
}

.PrimarySidebar-module__kfB3AW__label {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}

/* [project]/src/components/layout/SecondarySidebar.module.css [app-client] (css) */
.SecondarySidebar-module__vfrO_a__sidebar {
  width: var(--secondary-sidebar-width);
  height: calc(100vh - var(--topbar-height));
  border-right: 1px solid var(--border-light);
  top: var(--topbar-height);
  left: var(--primary-sidebar-width);
  z-index: 80;
  background-color: #f9fafb;
  flex-direction: column;
  padding: 24px 0;
  display: flex;
  position: fixed;
  overflow-y: auto;
}

.SecondarySidebar-module__vfrO_a__actions {
  gap: 8px;
  margin-bottom: 24px;
  padding: 0 20px;
  display: flex;
}

.SecondarySidebar-module__vfrO_a__primaryButton {
  background-color: var(--brand-orange);
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: 4px;
  flex: 1;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .2s;
}

.SecondarySidebar-module__vfrO_a__primaryButton:hover {
  background-color: var(--brand-orange-hover);
}

.SecondarySidebar-module__vfrO_a__secondaryButton {
  color: var(--text-primary);
  border: 1px solid var(--border-light);
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
}

.SecondarySidebar-module__vfrO_a__secondaryButton:hover {
  background-color: var(--bg-secondary);
}

.SecondarySidebar-module__vfrO_a__filters {
  border-bottom: 1px solid var(--border-light);
  flex-direction: column;
  gap: 12px;
  padding: 0 20px 20px;
  display: flex;
}

.SecondarySidebar-module__vfrO_a__filterItem {
  color: var(--text-secondary);
  cursor: pointer;
  white-space: nowrap;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.SecondarySidebar-module__vfrO_a__filterItem:hover {
  color: var(--text-primary);
}

.SecondarySidebar-module__vfrO_a__filterIcon {
  text-align: center;
  width: 16px;
  margin-right: 8px;
}

.SecondarySidebar-module__vfrO_a__menuSection {
  border-bottom: 1px solid var(--border-light);
  padding: 8px 0;
}

.SecondarySidebar-module__vfrO_a__menuSection:last-child {
  border-bottom: none;
}

.SecondarySidebar-module__vfrO_a__menuItem {
  color: #374151;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  display: flex;
  overflow: hidden;
}

.SecondarySidebar-module__vfrO_a__menuItem:hover {
  background-color: #f3f4f6;
}

.SecondarySidebar-module__vfrO_a__menuItem.SecondarySidebar-module__vfrO_a__active {
  color: #111827;
  background-color: #e5e7eb;
  font-weight: 500;
}

.SecondarySidebar-module__vfrO_a__badge {
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
  border-radius: 12px;
  padding: 2px 6px;
  font-size: 11px;
}

.SecondarySidebar-module__vfrO_a__sectionTitle {
  color: var(--text-muted);
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.SecondarySidebar-module__vfrO_a__addBtn {
  cursor: pointer;
  color: var(--text-muted);
  background: none;
  border: none;
  font-size: 16px;
}

.SecondarySidebar-module__vfrO_a__addBtn:hover {
  color: var(--text-primary);
}

.SecondarySidebar-module__vfrO_a__sidebarFooter {
  border-top: 1px solid var(--border-light);
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding: 14px 20px;
  display: flex;
}

.SecondarySidebar-module__vfrO_a__capacityRow {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.SecondarySidebar-module__vfrO_a__capacityInfo {
  color: #2563eb;
  cursor: pointer;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.SecondarySidebar-module__vfrO_a__refreshIcon {
  color: #2563eb;
  font-size: 13px;
}

.SecondarySidebar-module__vfrO_a__collapseIcon {
  color: #9ca3af;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}

.SecondarySidebar-module__vfrO_a__settingsRow {
  justify-content: space-between;
  align-items: center;
  padding-top: 2px;
  display: flex;
}

.SecondarySidebar-module__vfrO_a__settingsBtn {
  color: #4b5563;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
  display: inline-flex;
}

.SecondarySidebar-module__vfrO_a__settingsBtn:hover {
  color: #111827;
}

.SecondarySidebar-module__vfrO_a__settingsIcon {
  font-size: 22px;
  line-height: 1;
}

.SecondarySidebar-module__vfrO_a__collapseIcon {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: color .15s, background-color .15s, border-color .15s;
}

.SecondarySidebar-module__vfrO_a__collapseIcon:hover {
  color: #111827;
  background-color: #e5e7eb;
  border-color: #d1d5db;
}

.SecondarySidebar-module__vfrO_a__settingsContainer {
  position: relative;
}

.SecondarySidebar-module__vfrO_a__settingsMenuPopup {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  flex-direction: column;
  width: 170px;
  padding: 8px 0;
  animation: .15s ease-out SecondarySidebar-module__vfrO_a__popupFadeIn;
  display: flex;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  box-shadow: 0 10px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}

@keyframes SecondarySidebar-module__vfrO_a__popupFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.SecondarySidebar-module__vfrO_a__menuPopupItem {
  color: #374151;
  cursor: pointer;
  align-items: center;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.SecondarySidebar-module__vfrO_a__menuPopupItem:hover {
  color: #111827;
  background-color: #f3f4f6;
}

/* [project]/src/components/layout/ContactsSidebar.module.css [app-client] (css) */
.ContactsSidebar-module__tlBeEG__sidebar {
  width: var(--secondary-sidebar-width);
  height: calc(100vh - var(--topbar-height));
  background-color: var(--bg-primary);
  border-right: 1px solid var(--border-light);
  top: var(--topbar-height);
  left: var(--primary-sidebar-width);
  z-index: 80;
  color: #333;
  flex-direction: column;
  padding: 20px 0;
  font-size: 14px;
  display: flex;
  position: fixed;
  overflow-y: auto;
}

.ContactsSidebar-module__tlBeEG__header {
  gap: 10px;
  padding: 20px;
  display: flex;
}

.ContactsSidebar-module__tlBeEG__composeBtnPrimary {
  color: #fff;
  cursor: pointer;
  background-color: #ff6b00;
  border: none;
  border-radius: 4px;
  flex: 1;
  padding: 10px 0;
  font-weight: bold;
}

.ContactsSidebar-module__tlBeEG__composeBtnSecondary {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  flex: 1;
  padding: 10px 0;
  font-weight: bold;
}

.ContactsSidebar-module__tlBeEG__menuList {
  flex-direction: column;
  padding: 0 10px;
  display: flex;
}

.ContactsSidebar-module__tlBeEG__menuItem {
  cursor: pointer;
  color: #333;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 2px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.ContactsSidebar-module__tlBeEG__menuItem:hover {
  background-color: #f0f0f0;
}

.ContactsSidebar-module__tlBeEG__menuItem.ContactsSidebar-module__tlBeEG__active {
  background-color: #e6e6e6;
  font-weight: bold;
}

.ContactsSidebar-module__tlBeEG__icon {
  text-align: center;
  color: #888;
  width: 16px;
  margin-right: 10px;
  font-size: 16px;
}

.ContactsSidebar-module__tlBeEG__section {
  margin-top: 15px;
  padding: 0 10px;
}

.ContactsSidebar-module__tlBeEG__sectionTitle {
  color: #333;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-size: 13px;
  display: flex;
}

.ContactsSidebar-module__tlBeEG__sectionTitle:hover {
  background-color: #f0f0f0;
  border-radius: 4px;
}

.ContactsSidebar-module__tlBeEG__chevron {
  color: #888;
  margin-right: 8px;
  font-size: 12px;
}

.ContactsSidebar-module__tlBeEG__addBtn {
  color: #888;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0 5px;
  font-size: 16px;
}

.ContactsSidebar-module__tlBeEG__addBtn:hover {
  color: #333;
}

.ContactsSidebar-module__tlBeEG__bottomMenu {
  margin-top: 20px;
  padding: 0 10px;
}

.ContactsSidebar-module__tlBeEG__bottomMenuItem {
  color: #333;
  padding: 8px 20px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.ContactsSidebar-module__tlBeEG__bottomMenuItem:hover {
  background-color: #f0f0f0;
  border-radius: 4px;
}

.ContactsSidebar-module__tlBeEG__sidebarFooter {
  background-color: #fcfcfc;
  border-top: 1px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 10px 20px;
  display: flex;
}

.ContactsSidebar-module__tlBeEG__iconBtn {
  color: #666;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px 8px;
  font-size: 20px;
}

.ContactsSidebar-module__tlBeEG__iconBtn:hover {
  color: #333;
}

.ContactsSidebar-module__tlBeEG__settingsContainer {
  position: relative;
}

.ContactsSidebar-module__tlBeEG__settingsMenuPopup {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  flex-direction: column;
  width: 170px;
  padding: 8px 0;
  animation: .15s ease-out ContactsSidebar-module__tlBeEG__popupFadeIn;
  display: flex;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  box-shadow: 0 10px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}

@keyframes ContactsSidebar-module__tlBeEG__popupFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ContactsSidebar-module__tlBeEG__menuPopupItem {
  color: #374151;
  cursor: pointer;
  align-items: center;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.ContactsSidebar-module__tlBeEG__menuPopupItem:hover {
  color: #111827;
  background-color: #f3f4f6;
}

/* [project]/src/components/layout/AdminSidebar.module.css [app-client] (css) */
.AdminSidebar-module__Cg1ZwW__sidebar {
  background-color: #f9f9f9;
  border-right: 1px solid #f0f0f0;
  flex-direction: column;
  width: 250px;
  min-width: 250px;
  height: 100%;
  padding: 20px 0;
  display: flex;
  overflow-y: auto;
}

.AdminSidebar-module__Cg1ZwW__menuSection {
  margin-bottom: 24px;
}

.AdminSidebar-module__Cg1ZwW__sectionTitle {
  color: #999;
  margin-bottom: 4px;
  padding: 0 20px;
  font-size: 11px;
  font-weight: normal;
}

.AdminSidebar-module__Cg1ZwW__menuItem {
  color: #333;
  cursor: pointer;
  border-radius: 6px;
  margin: 2px 12px;
  padding: 8px 16px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.AdminSidebar-module__Cg1ZwW__menuItem:hover {
  background-color: #f0f0f0;
}

.AdminSidebar-module__Cg1ZwW__menuItem.AdminSidebar-module__Cg1ZwW__active {
  color: #000;
  background-color: #e9e9e9;
  font-weight: bold;
}

/* [project]/src/components/layout/DriveSidebar.module.css [app-client] (css) */
.DriveSidebar-module__BQTbxq__sidebar {
  width: var(--secondary-sidebar-width);
  height: calc(100vh - var(--topbar-height));
  top: var(--topbar-height);
  left: var(--primary-sidebar-width);
  z-index: 80;
  background-color: #fcfcfc;
  border-right: 1px solid #e9ecef;
  flex-direction: column;
  display: flex;
  position: fixed;
}

.DriveSidebar-module__BQTbxq__scrollArea {
  flex: 1;
  padding: 15px 0;
  overflow-y: auto;
}

.DriveSidebar-module__BQTbxq__sidebarCollapsed {
  width: 50px;
  height: calc(100vh - var(--topbar-height));
  top: var(--topbar-height);
  left: var(--primary-sidebar-width);
  z-index: 80;
  background-color: #fcfcfc;
  border-right: 1px solid #e9ecef;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
}

.DriveSidebar-module__BQTbxq__expandBtn {
  cursor: pointer;
  color: #666;
  background: none;
  border: none;
  font-size: 14px;
}

.DriveSidebar-module__BQTbxq__menuSection {
  margin-bottom: 20px;
}

.DriveSidebar-module__BQTbxq__sectionTitle {
  color: #333;
  cursor: pointer;
  align-items: center;
  padding: 8px 15px;
  font-size: 13px;
  display: flex;
}

.DriveSidebar-module__BQTbxq__expandIcon {
  color: #aaa;
  margin-right: 8px;
  font-size: 10px;
}

.DriveSidebar-module__BQTbxq__sectionText {
  flex: 1;
  font-weight: 500;
}

.DriveSidebar-module__BQTbxq__addBtn {
  cursor: pointer;
  color: #888;
  background: none;
  border: none;
  padding: 0 5px;
  font-size: 16px;
}

.DriveSidebar-module__BQTbxq__addBtn:hover {
  color: #333;
}

.DriveSidebar-module__BQTbxq__sectionContent {
  flex-direction: column;
  display: flex;
}

.DriveSidebar-module__BQTbxq__menuItem {
  color: #555;
  cursor: pointer;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin: 2px 10px;
  padding: 8px 15px 8px 30px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.DriveSidebar-module__BQTbxq__menuItem:hover {
  background-color: #f5f5f5;
}

.DriveSidebar-module__BQTbxq__menuItem.DriveSidebar-module__BQTbxq__active {
  color: #333;
  background-color: #efefef;
  font-weight: 600;
}

.DriveSidebar-module__BQTbxq__itemLeft {
  align-items: center;
  gap: 8px;
  display: flex;
}

.DriveSidebar-module__BQTbxq__folderBoxIcon {
  background-color: #d8d8d8;
  border-radius: 2px;
  width: 14px;
  height: 12px;
}

.DriveSidebar-module__BQTbxq__itemRight {
  align-items: center;
  gap: 8px;
  font-size: 11px;
  display: flex;
}

.DriveSidebar-module__BQTbxq__sizeText {
  color: #aaa;
}

.DriveSidebar-module__BQTbxq__settingsIcon {
  color: #888;
  cursor: pointer;
}

.DriveSidebar-module__BQTbxq__emptyMsg {
  color: #aaa;
  padding: 10px 30px;
  font-size: 12px;
}

.DriveSidebar-module__BQTbxq__bottomArea {
  border-top: 1px solid #e9ecef;
  flex-direction: column;
  gap: 15px;
  padding: 20px 15px;
  display: flex;
}

.DriveSidebar-module__BQTbxq__capacityInfo {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.DriveSidebar-module__BQTbxq__capacityHeader {
  color: #666;
  font-size: 11px;
}

.DriveSidebar-module__BQTbxq__progressBar {
  background-color: #e0e0e0;
  border-radius: 2px;
  height: 4px;
  overflow: hidden;
}

.DriveSidebar-module__BQTbxq__progressFill {
  background-color: #3b82f6;
  height: 100%;
}

.DriveSidebar-module__BQTbxq__capacityDetails {
  color: #888;
  justify-content: space-between;
  font-size: 10px;
  line-height: 1.4;
  display: flex;
}

.DriveSidebar-module__BQTbxq__capacityLeft {
  text-align: left;
}

.DriveSidebar-module__BQTbxq__capacityRight {
  text-align: right;
}

.DriveSidebar-module__BQTbxq__highlight {
  color: #3b82f6;
  font-size: 11px;
  font-weight: bold;
}

.DriveSidebar-module__BQTbxq__darkText {
  color: #333;
  font-size: 11px;
  font-weight: bold;
}

.DriveSidebar-module__BQTbxq__bottomActions {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.DriveSidebar-module__BQTbxq__settingsBottomBtn {
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  padding: 5px;
  display: flex;
}

.DriveSidebar-module__BQTbxq__collapseBtn {
  cursor: pointer;
  color: #aaa;
  background: none;
  border: none;
  font-size: 14px;
}

.DriveSidebar-module__BQTbxq__collapseBtn:hover {
  color: #333;
}

.DriveSidebar-module__BQTbxq__modalOverlay {
  z-index: 1000;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.DriveSidebar-module__BQTbxq__modalContent {
  background: #fff;
  border-radius: 8px;
  width: 400px;
  padding: 25px;
  box-shadow: 0 4px 12px #00000026;
}

.DriveSidebar-module__BQTbxq__modalContent h4 {
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.DriveSidebar-module__BQTbxq__inputField {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
}

.DriveSidebar-module__BQTbxq__modalActions {
  justify-content: flex-end;
  gap: 10px;
  display: flex;
}

.DriveSidebar-module__BQTbxq__cancelBtn {
  cursor: pointer;
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 16px;
}

.DriveSidebar-module__BQTbxq__confirmBtn {
  color: #fff;
  cursor: pointer;
  background: #ff5722;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
}

.DriveSidebar-module__BQTbxq__confirmBtn:disabled {
  background: #ffaa90;
}

.DriveSidebar-module__BQTbxq__itemRightHover {
  align-items: center;
  gap: 8px;
  font-size: 11px;
  display: none;
}

.DriveSidebar-module__BQTbxq__menuItem:hover .DriveSidebar-module__BQTbxq__itemRightHover, .DriveSidebar-module__BQTbxq__itemRightHover.DriveSidebar-module__BQTbxq__show {
  display: flex;
}

/* [project]/src/components/layout/ReservationSidebar.module.css [app-client] (css) */
.ReservationSidebar-module__aLdW8G__sidebar {
  width: var(--secondary-sidebar-width);
  height: calc(100vh - var(--topbar-height));
  background-color: var(--bg-surface);
  border-right: 1px solid var(--border-light);
  top: var(--topbar-height);
  left: var(--primary-sidebar-width);
  z-index: 80;
  flex-direction: column;
  transition: width .3s;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.ReservationSidebar-module__aLdW8G__actions {
  border-bottom: 1px solid var(--border-light);
  padding: 20px 16px;
}

.ReservationSidebar-module__aLdW8G__primaryButton {
  color: #fff;
  cursor: pointer;
  background-color: #ff6b00;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
}

.ReservationSidebar-module__aLdW8G__menuSection {
  flex: 1;
  padding: 12px 16px;
  overflow-y: auto;
}

.ReservationSidebar-module__aLdW8G__menuItem {
  color: #374151;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 4px;
  padding: 8px 12px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.ReservationSidebar-module__aLdW8G__menuItem:hover {
  background-color: #f3f4f6;
}

.ReservationSidebar-module__aLdW8G__menuItem.ReservationSidebar-module__aLdW8G__active {
  background-color: #e5e7eb;
  font-weight: 600;
}

.ReservationSidebar-module__aLdW8G__categoryHeader {
  color: #4b5563;
  cursor: pointer;
  align-items: center;
  padding: 8px 0;
  font-size: 13px;
  display: flex;
}

.ReservationSidebar-module__aLdW8G__categoryHeader:hover {
  background-color: #f3f4f6;
}

.ReservationSidebar-module__aLdW8G__sidebarFooter {
  border-top: 1px solid var(--border-light);
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.ReservationSidebar-module__aLdW8G__iconButton {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.ReservationSidebar-module__aLdW8G__iconButton:hover {
  color: #374151;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__12tdnvp._.css.map*/