/* [project]/src/frontend/tokuComponents/tokuLoading/toku-loading.module.css [client] (css) */
.toku-loading-module__3XTqRq__loadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fffffffc;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 20px;
}

.toku-loading-module__3XTqRq__loadingContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.toku-loading-module__3XTqRq__loadingLogo {
  height: 35px;
  width: auto;
}

.toku-loading-module__3XTqRq__loadingDots {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 24px;
}

.toku-loading-module__3XTqRq__loadingSubtext {
  color: #7e8699;
  text-align: center;
}

.toku-loading-module__3XTqRq__loadingTextContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.toku-loading-module__3XTqRq__loadingDot {
  width: 12px;
  height: 12px;
  background: #1646ce;
  border-radius: 50%;
  animation: .8s ease-out infinite toku-loading-module__3XTqRq__dotBounce;
}

.toku-loading-module__3XTqRq__loadingDot:first-child {
  animation-delay: 0s;
  background: #2663eb;
}

.toku-loading-module__3XTqRq__loadingDot:nth-child(2) {
  animation-delay: .1s;
  background: #3e92f9;
}

.toku-loading-module__3XTqRq__loadingDot:nth-child(3) {
  animation-delay: .2s;
  background: #61a6fb;
}

@keyframes toku-loading-module__3XTqRq__dotBounce {
  0%, 60%, 100% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(4px);
  }
}


/* [project]/src/styles/reset.css [client] (css) */
html, body {
  padding: 0;
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

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

* {
  box-sizing: border-box;
}

input:focus {
  outline: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}


/* [project]/src/frontend/components/scrollbar/styles.css [client] (css, ) */
.simplebar-scrollbar:before {
  background-color: var(--palette-text-disabled);
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .48;
}


/* [project]/src/frontend/components/editor/components/code-highlight-block.css [client] (css, ) */
pre code[as="code"] .hljs-comment {
  color: #999;
}

pre code[as="code"] .hljs-tag {
  color: #b4b7b4;
}

pre code[as="code"] .hljs-operator, pre code[as="code"] .hljs-punctuation, pre code[as="code"] .hljs-subst {
  color: #ccc;
}

pre code[as="code"] .hljs-operator {
  opacity: .7;
}

pre code[as="code"] .hljs-bullet, pre code[as="code"] .hljs-deletion, pre code[as="code"] .hljs-name, pre code[as="code"] .hljs-selector-tag, pre code[as="code"] .hljs-template-variable, pre code[as="code"] .hljs-variable {
  color: #f2777a;
}

pre code[as="code"] .hljs-attr, pre code[as="code"] .hljs-link, pre code[as="code"] .hljs-literal, pre code[as="code"] .hljs-number, pre code[as="code"] .hljs-symbol, pre code[as="code"] .hljs-variable.constant_ {
  color: #f99157;
}

pre code[as="code"] .hljs-class .hljs-title, pre code[as="code"] .hljs-title, pre code[as="code"] .hljs-title.class_ {
  color: #fc6;
}

pre code[as="code"] .hljs-strong {
  font-weight: 700;
  color: #fc6;
}

pre code[as="code"] .hljs-addition, pre code[as="code"] .hljs-code, pre code[as="code"] .hljs-string, pre code[as="code"] .hljs-title.class_.inherited__ {
  color: #9c9;
}

pre code[as="code"] .hljs-built_in, pre code[as="code"] .hljs-doctag, pre code[as="code"] .hljs-keyword.hljs-atrule, pre code[as="code"] .hljs-quote, pre code[as="code"] .hljs-regexp {
  color: #6cc;
}

pre code[as="code"] .hljs-attribute, pre code[as="code"] .hljs-function .hljs-title, pre code[as="code"] .hljs-section, pre code[as="code"] .hljs-title.function_, pre code[as="code"] .ruby .hljs-property {
  color: #69c;
}

pre code[as="code"] .diff .hljs-meta, pre code[as="code"] .hljs-keyword, pre code[as="code"] .hljs-template-tag, pre code[as="code"] .hljs-type {
  color: #c9c;
}

pre code[as="code"] .hljs-emphasis {
  color: #c9c;
  font-style: italic;
}

pre code[as="code"] .hljs-meta, pre code[as="code"] .hljs-meta .hljs-keyword, pre code[as="code"] .hljs-meta .hljs-string {
  color: #a3685a;
}

pre code[as="code"] .hljs-meta .hljs-keyword, pre code[as="code"] .hljs-meta-keyword {
  font-weight: 700;
}


/* [project]/src/styles/mui-toku-spacing-isolation.css [client] (css, ) */
:root {
  --toku-spacing: .25rem;
  --mui-spacing: .5rem;
}

.toku-ui {
  --spacing: var(--toku-spacing) !important;
}

.MuiStack-root, .MuiGrid-root, .MuiBox-root, .MuiContainer-root, .MuiPaper-root, .MuiCard-root, .MuiDialog-root, .MuiModal-root, .MuiPopover-root, .MuiTooltip-root, .MuiMenu-root, .MuiSelect-root, .MuiAutocomplete-root, .MuiTextField-root, .MuiButton-root, .MuiIconButton-root, .MuiFab-root, .MuiChip-root, .MuiBadge-root, .MuiAvatar-root, .MuiListItem-root, .MuiTable-root, .MuiTableCell-root, .MuiTableRow-root, .MuiAppBar-root, .MuiToolbar-root, .MuiDrawer-root, .MuiList-root, .MuiListItemButton-root, .MuiListItemIcon-root, .MuiListItemText-root, .MuiFormControl-root, .MuiInputBase-root, .MuiOutlinedInput-root, .MuiInputLabel-root, .MuiFormHelperText-root, .MuiCheckbox-root, .MuiRadio-root, .MuiSwitch-root, .MuiSlider-root, .MuiRating-root, .MuiSkeleton-root, .MuiSpeedDial-root, .MuiTimeline-root, .MuiTimelineItem-root, .MuiTimelineSeparator-root, .MuiTimelineConnector-root, .MuiTimelineContent-root, .MuiTimelineDot-root, .MuiTimelineOppositeContent-root, .MuiTreeView-root, .MuiTreeItem-root, .MuiAlert-root, .MuiSnackbar-root, .MuiBackdrop-root, .MuiCircularProgress-root, .MuiLinearProgress-root, .MuiSvgIcon-root, .MuiDivider-root, .MuiLink-root, .MuiBreadcrumbs-root, .MuiPagination-root, .MuiTabs-root, .MuiTab-root, .MuiStep-root, .MuiStepLabel-root, .MuiStepContent-root, .MuiStepConnector-root, .MuiStepper-root, .MuiMobileStepper-root, .MuiAccordion-root, .MuiAccordionSummary-root, .MuiAccordionDetails-root, .MuiCardActions-root, .MuiCardMedia-root, .MuiCardHeader-root, .MuiExpansionPanel-root, .MuiExpansionPanelSummary-root, .MuiExpansionPanelDetails-root, .MuiSpeedDialAction-root, .MuiToggleButton-root, .MuiToggleButtonGroup-root, .MuiFab-root, .MuiChip-root, .MuiBadge-root, .MuiAvatar-root, .MuiListItem-root, .MuiTable-root, .MuiTableCell-root, .MuiTableRow-root {
  --spacing: var(--mui-spacing) !important;
}

.toku-ui .MuiStack-root, .toku-ui .MuiGrid-root, .toku-ui .MuiBox-root, .toku-ui .MuiContainer-root, .toku-ui .MuiPaper-root, .toku-ui .MuiCard-root, .toku-ui .MuiDialog-root, .toku-ui .MuiModal-root, .toku-ui .MuiPopover-root, .toku-ui .MuiTooltip-root, .toku-ui .MuiMenu-root, .toku-ui .MuiSelect-root, .toku-ui .MuiAutocomplete-root, .toku-ui .MuiTextField-root, .toku-ui .MuiButton-root, .toku-ui .MuiIconButton-root, .toku-ui .MuiFab-root, .toku-ui .MuiChip-root, .toku-ui .MuiBadge-root, .toku-ui .MuiAvatar-root, .toku-ui .MuiListItem-root, .toku-ui .MuiTable-root, .toku-ui .MuiTableCell-root, .toku-ui .MuiTableRow-root, .toku-ui .MuiAppBar-root, .toku-ui .MuiToolbar-root, .toku-ui .MuiDrawer-root, .toku-ui .MuiList-root, .toku-ui .MuiListItemButton-root, .toku-ui .MuiListItemIcon-root, .toku-ui .MuiListItemText-root, .toku-ui .MuiFormControl-root, .toku-ui .MuiInputBase-root, .toku-ui .MuiOutlinedInput-root, .toku-ui .MuiInputLabel-root, .toku-ui .MuiFormHelperText-root, .toku-ui .MuiCheckbox-root, .toku-ui .MuiRadio-root, .toku-ui .MuiSwitch-root, .toku-ui .MuiSlider-root, .toku-ui .MuiRating-root, .toku-ui .MuiSkeleton-root, .toku-ui .MuiSpeedDial-root, .toku-ui .MuiTimeline-root, .toku-ui .MuiTimelineItem-root, .toku-ui .MuiTimelineSeparator-root, .toku-ui .MuiTimelineConnector-root, .toku-ui .MuiTimelineContent-root, .toku-ui .MuiTimelineDot-root, .toku-ui .MuiTimelineOppositeContent-root, .toku-ui .MuiTreeView-root, .toku-ui .MuiTreeItem-root, .toku-ui .MuiAlert-root, .toku-ui .MuiSnackbar-root, .toku-ui .MuiBackdrop-root, .toku-ui .MuiCircularProgress-root, .toku-ui .MuiLinearProgress-root, .toku-ui .MuiSvgIcon-root, .toku-ui .MuiDivider-root, .toku-ui .MuiLink-root, .toku-ui .MuiBreadcrumbs-root, .toku-ui .MuiPagination-root, .toku-ui .MuiTabs-root, .toku-ui .MuiTab-root, .toku-ui .MuiStep-root, .toku-ui .MuiStepLabel-root, .toku-ui .MuiStepContent-root, .toku-ui .MuiStepConnector-root, .toku-ui .MuiStepper-root, .toku-ui .MuiMobileStepper-root, .toku-ui .MuiAccordion-root, .toku-ui .MuiAccordionSummary-root, .toku-ui .MuiAccordionDetails-root, .toku-ui .MuiCardActions-root, .toku-ui .MuiCardMedia-root, .toku-ui .MuiCardHeader-root, .toku-ui .MuiExpansionPanel-root, .toku-ui .MuiExpansionPanelSummary-root, .toku-ui .MuiExpansionPanelDetails-root, .toku-ui .MuiSpeedDialAction-root, .toku-ui .MuiToggleButton-root, .toku-ui .MuiToggleButtonGroup-root {
  --spacing: var(--mui-spacing) !important;
}

.toku-ui.MuiModal-root, .toku-ui .MuiDialog-root {
  background-color: #0000 !important;
}

.toku-ui :not([class*="Mui"]) {
  --spacing: var(--toku-spacing) !important;
}

.toku-ui .toku-spacing-1 {
  margin: calc(var(--toku-spacing) * 1) !important;
}

.toku-ui .toku-spacing-2 {
  margin: calc(var(--toku-spacing) * 2) !important;
}

.toku-ui .toku-spacing-3 {
  margin: calc(var(--toku-spacing) * 3) !important;
}

.toku-ui .toku-spacing-4 {
  margin: calc(var(--toku-spacing) * 4) !important;
}

.mui-spacing-1 {
  margin: calc(var(--mui-spacing) * 1) !important;
}

.mui-spacing-2 {
  margin: calc(var(--mui-spacing) * 2) !important;
}

.mui-spacing-3 {
  margin: calc(var(--mui-spacing) * 3) !important;
}

.mui-spacing-4 {
  margin: calc(var(--mui-spacing) * 4) !important;
}


/* [project]/src/styles/globals.css [client] (css) */
html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

*, :before, :after {
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

body, #root, #root__layout {
  display: flex;
  flex: auto;
  min-height: 100%;
  flex-direction: column;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
}

input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.CustomToolBarInput .MuiInputBase-root {
  border-radius: 8px;
  border-color: #637381;
}

.CustomToolBarInput .MuiSvgIcon-root {
  height: 20px;
  width: 20px;
}

.CustomToolBarInput input {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.ant-picker-dropdown {
  z-index: 2000;
}

.ant-select-dropdown {
  z-index: 2000;
}

.ant-select-picker {
  z-index: 2000;
}

.ant-dropdown {
  z-index: 2000;
}

.evm-settlement-modal {
  z-index: 9999 !important;
}

.evm-settlement-modal .ant-modal-mask {
  z-index: 9998 !important;
}

.evm-settlement-modal .ant-modal-wrap {
  z-index: 9999 !important;
}

.ant-popover {
  z-index: 2000;
}

[data-radix-collection-item]:hover *, [data-radix-collection-item][data-highlighted] * {
  background-color: #0000 !important;
}

[data-react-aria-top-layer], [data-overlay-container] {
  z-index: 3000 !important;
}

[data-rac][data-entering], [data-rac][data-exiting] {
  pointer-events: none !important;
}

[data-rac][data-entering] > *, [data-rac][data-exiting] > * {
  pointer-events: auto !important;
}

[data-sonner-toaster] {
  z-index: 2147483647 !important;
  pointer-events: none !important;
}

[data-sonner-toaster] > * {
  pointer-events: auto !important;
}

[data-sonner-toast] {
  pointer-events: auto !important;
  z-index: 2147483647 !important;
}

[data-sonner-toast] * {
  pointer-events: auto !important;
}

[data-sonner-toast] button {
  pointer-events: auto !important;
  cursor: pointer !important;
}

div[data-rac][class*="fixed"][class*="inset-0"]:has([class*="w-\\[440px\\]"]) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 3000 !important;
  background-color: #030712b3 !important;
  backdrop-filter: blur(6px) !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  pointer-events: none !important;
}

div[data-rac][class*="w-\\[440px\\]"] {
  background-color: #fff;
  height: 100%;
  pointer-events: auto !important;
}

div[data-rac][class*="fixed"][class*="inset-0"]:has([class*="max-w-"]) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 3000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
}

div[data-rac][class*="fixed"][class*="inset-0"]:has([class*="max-w-"]) > * {
  pointer-events: auto !important;
}

[data-react-aria-top-layer], [data-react-aria-top-layer] * {
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}


/* [project]/src/frontend/styles/tables.css [client] (css) */
.ant-table-tbody > tr > td {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.ant-table-thead > tr > th {
  white-space: nowrap !important;
}

.MuiTableCell-root {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.MuiDataGrid-cell {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.MuiDataGrid-columnHeader {
  white-space: nowrap !important;
}

.toku-datagrid-pin-last .MuiDataGrid-root .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeader:last-child, .toku-datagrid-pin-last .MuiDataGrid-root .MuiDataGrid-columnHeader.MuiDataGrid-columnHeader--last, .toku-datagrid-pin-last .MuiDataGrid-root .MuiDataGrid-columnHeader[data-field="actions"] {
  position: sticky !important;
  right: 0 !important;
  z-index: 10 !important;
  background: var(--palette-background-neutral) !important;
}

.toku-datagrid-pin-last .MuiDataGrid-root .MuiDataGrid-cell:last-child {
  position: sticky !important;
  right: 0 !important;
  z-index: 5 !important;
  background: #fff !important;
}

.toku-datagrid-pin-last .MuiDataGrid-root .MuiDataGrid-row:hover .MuiDataGrid-cell:last-child {
  background: #f7f7f7 !important;
}

.toku-table-pin-last .ant-table-thead > tr > th.toku-table-pinned-last-column, .toku-table-pin-last .ant-table-tbody > tr > td.toku-table-pinned-last-column {
  position: sticky !important;
  right: 0 !important;
  z-index: 10 !important;
  background: #fff !important;
}

.toku-table-pin-last .ant-table-thead > tr > th.toku-table-pinned-last-column {
  background: #fafafa !important;
}

.toku-table-pin-last .ant-table-tbody > tr:hover > td.toku-table-pinned-last-column {
  background: #f5f5f5 !important;
}

.toku-table-pin-last .ant-table-thead > tr > th.toku-table-pinned-last-column, .toku-table-pin-last .ant-table-tbody > tr > td.toku-table-pinned-last-column {
  border-left: 1px solid #f0f0f0 !important;
}

.styled-table-pin-last .ant-table-thead > tr > th.styled-table-pinned-last-column, .styled-table-pin-last .ant-table-tbody > tr > td.styled-table-pinned-last-column {
  position: sticky !important;
  right: 0 !important;
  z-index: 10 !important;
  background: #fff !important;
}

.styled-table-pin-last .ant-table-thead > tr > th.styled-table-pinned-last-column {
  background-color: #fafbfc !important;
}

.styled-table-pin-last .ant-table-tbody > tr:hover > td.styled-table-pinned-last-column {
  background: #f8f9fa !important;
}

.styled-table-pin-last .ant-table-thead > tr > th.styled-table-pinned-last-column, .styled-table-pin-last .ant-table-tbody > tr > td.styled-table-pinned-last-column {
  border-left: 1px solid #e5e7eb !important;
}

.styled-table-pin-last .MuiTableCell-root.styled-table-pinned-last-column {
  position: sticky !important;
  right: 0 !important;
  z-index: 10 !important;
  background: #fff !important;
  box-shadow: -2px 0 4px #0000001a !important;
}

.styled-table-pin-last .MuiTableHead-root .MuiTableCell-root.styled-table-pinned-last-column {
  background: var(--palette-background-neutral) !important;
}

.styled-table-pin-last .MuiTableRow-root:hover .MuiTableCell-root.styled-table-pinned-last-column {
  background: var(--mui-palette-action-hover, #f6f7f8) !important;
}


/* [project]/src/frontend/modules/main-layout/components/main-layout-main-content.module.css [client] (css) */
.main-layout-main-content-module__oFNG8G__main-layout-content {
  min-height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

.main-layout-main-content-module__oFNG8G__main-layout-content::-webkit-scrollbar {
  width: 10px;
}

.main-layout-main-content-module__oFNG8G__main-layout-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.main-layout-main-content-module__oFNG8G__main-layout-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 6px;
}

.main-layout-main-content-module__oFNG8G__main-layout-content::-webkit-scrollbar-thumb:hover {
  background: #7b7b7b;
}


/* [project]/src/frontend/modules/main-layout/components/main-layout-menu.module.css [client] (css) */
.main-layout-menu-module__QE1nCa__desktop-menu {
  background-color: #fff;
}

.main-layout-menu-module__QE1nCa__desktop-menu > * {
  width: 265px !important;
  max-width: 265px !important;
  min-width: 265px !important;
  background-color: #fff !important;
}

.main-layout-menu-module__QE1nCa__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  background-color: #fafafb;
  box-shadow: none;
  overflow-y: auto;
  pointer-events: none;
  transform: translateX(-100%);
  -webkit-overflow-scrolling: touch;
}

.main-layout-menu-module__QE1nCa__mobile-menu > *, .main-layout-menu-module__QE1nCa__mobile-menu > * > * {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.main-layout-menu-module__QE1nCa__mobile-menu.main-layout-menu-module__QE1nCa__open {
  transform: translateX(0);
  box-shadow: 2px 0 8px #00000026;
  pointer-events: auto;
}

.main-layout-menu-module__QE1nCa__mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000080;
  z-index: 1000;
  opacity: 1;
  pointer-events: auto;
}

.main-layout-menu-module__QE1nCa__mobile-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  min-height: 56px;
}

.main-layout-menu-module__QE1nCa__mobile-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-right: 4px;
  color: #666;
  border: none;
  background: none;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}

.main-layout-menu-module__QE1nCa__mobile-close-button:hover {
  color: #1890ff;
  background: #0000000a;
}

.main-layout-menu-module__QE1nCa__mobile-close-button:focus {
  outline: 2px solid #1890ff;
  outline-offset: 2px;
}

.main-layout-menu-module__QE1nCa__mobile-menu [class*="MenuItem"], .main-layout-menu-module__QE1nCa__mobile-menu [data-testid="menu-item"], .main-layout-menu-module__QE1nCa__mobile-menu button[role="menuitem"], .main-layout-menu-module__QE1nCa__mobile-menu a[role="menuitem"] {
  min-height: 56px;
  padding: 16px;
  display: flex;
  align-items: center;
}

.main-layout-menu-module__QE1nCa__mobile-menu [class*="MenuItem"] span, .main-layout-menu-module__QE1nCa__mobile-menu [class*="MenuItem"] > div, .main-layout-menu-module__QE1nCa__mobile-menu [data-testid="menu-item"] span {
  font-size: 16px;
  font-weight: 500;
}

.main-layout-menu-module__QE1nCa__mobile-menu [data-test-id="menu-footer-drawer"] [class*="name"], .main-layout-menu-module__QE1nCa__mobile-menu [data-test-id="menu-footer-drawer"] [class*="userName"], .main-layout-menu-module__QE1nCa__mobile-menu [data-test-id="menu-footer-trigger"] [class*="name"] {
  font-size: 16px;
  font-weight: 600;
}

.main-layout-menu-module__QE1nCa__mobile-menu [data-test-id="menu-footer-drawer"], .main-layout-menu-module__QE1nCa__mobile-menu [data-test-id="menu-footer-trigger"] {
  min-height: 56px;
  padding: 12px 16px;
}


/* [project]/src/frontend/domains/hris/components/HRISDashboard.module.css [client] (css) */
.HRISDashboard-module__R7F01G__pageContainer {
  padding-top: 4px;
  background: none !important;
}

.HRISDashboard-module__R7F01G__dateText {
  color: #6b7280;
  margin-bottom: 24px;
}

.HRISDashboard-module__R7F01G__pageHeading {
  margin-top: 6px;
  margin-bottom: 2px;
  color: #111827;
}

.HRISDashboard-module__R7F01G__summaryStrip {
  align-items: center;
  border-radius: 12px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, #4b78ec 0%, #3f68df 40%, #3159d5 75%, #2b53cc 100%);
  overflow-x: auto;
  padding: 20px 24px !important;
  border: none !important;
}

.HRISDashboard-module__R7F01G__summaryStrip::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.HRISDashboard-module__R7F01G__summaryItem {
  min-width: 175px;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

.HRISDashboard-module__R7F01G__summaryIcon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ffffff29;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.HRISDashboard-module__R7F01G__summaryContent {
  margin-left: 12px;
}

.HRISDashboard-module__R7F01G__summaryValue {
  color: #fff;
  line-height: 1.2;
}

.HRISDashboard-module__R7F01G__summaryLabel {
  color: #ffffffe6;
  line-height: 1.2;
}

.HRISDashboard-module__R7F01G__summaryDivider {
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #ffffff40;
}

.HRISDashboard-module__R7F01G__topGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.HRISDashboard-module__R7F01G__bottomGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  align-items: stretch;
}

.HRISDashboard-module__R7F01G__card {
  box-sizing: border-box;
  border: 1px solid #e4e7ec !important;
  border-radius: 12px !important;
  padding: 16px !important;
  background: #fff !important;
  box-shadow: none !important;
  width: 100% !important;
  align-items: stretch !important;
}

.HRISDashboard-module__R7F01G__cardHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

.HRISDashboard-module__R7F01G__cardTitle {
  color: #111827;
  line-height: 1.35;
}

.HRISDashboard-module__R7F01G__linkAction {
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1 !important;
}

.HRISDashboard-module__R7F01G__earningsTotalRow {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 6px;
  margin-bottom: 20px;
}

.HRISDashboard-module__R7F01G__earningsTotal {
  color: #111827;
  line-height: 1;
}

.HRISDashboard-module__R7F01G__mutedText {
  color: #6b7280;
}

.HRISDashboard-module__R7F01G__chartRow {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.HRISDashboard-module__R7F01G__chartAxis {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}

.HRISDashboard-module__R7F01G__axisLabel {
  color: #364152;
  line-height: 1;
}

.HRISDashboard-module__R7F01G__chartBars {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.HRISDashboard-module__R7F01G__barWrapper {
  flex: 1;
  min-width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.HRISDashboard-module__R7F01G__bar {
  width: 100%;
  max-width: 46px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(#4d7ff8 0%, #1f4eca 100%);
}

.HRISDashboard-module__R7F01G__barLabel {
  color: #344054;
}

.HRISDashboard-module__R7F01G__quickCardsGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.HRISDashboard-module__R7F01G__quickCard {
  box-sizing: border-box;
  border: 1px solid #e4e7ec !important;
  border-radius: 12px !important;
  padding: 16px !important;
  background: #fff !important;
  box-shadow: none !important;
  width: 100% !important;
}

.HRISDashboard-module__R7F01G__tableCard {
  background: #fff !important;
}

.HRISDashboard-module__R7F01G__quickCardIcon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f2f4f7;
  color: #667085;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.HRISDashboard-module__R7F01G__quickCardTitle {
  color: #101828;
  line-height: 1.3;
}

.HRISDashboard-module__R7F01G__quickCardDescription {
  color: #667085;
  line-height: 1.3;
  margin-top: 4px;
}

.HRISDashboard-module__R7F01G__listContainer {
  margin-top: 8px;
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.HRISDashboard-module__R7F01G__listRow {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  width: 100%;
  box-sizing: border-box;
  align-self: stretch;
}

.HRISDashboard-module__R7F01G__listRowLeft {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.HRISDashboard-module__R7F01G__rowIcon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f2f4f7;
  color: #667085;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.HRISDashboard-module__R7F01G__listRowTitle {
  color: #101828;
  line-height: 1.35;
}

.HRISDashboard-module__R7F01G__listRowDetails {
  color: #667085;
  line-height: 1.35;
  margin-top: 2px;
}

.HRISDashboard-module__R7F01G__statusBadge {
  margin-top: 3px;
}

.HRISDashboard-module__R7F01G__statusApproved {
}

.HRISDashboard-module__R7F01G__statusPending {
}

.HRISDashboard-module__R7F01G__rowDivider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #eaecf0;
}

.HRISDashboard-module__R7F01G__activityRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  width: 100%;
  box-sizing: border-box;
  align-self: stretch;
}

.HRISDashboard-module__R7F01G__activityRow + .HRISDashboard-module__R7F01G__activityRow {
  border-top: 1px solid #eaecf0;
}

.HRISDashboard-module__R7F01G__activityLeft {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.HRISDashboard-module__R7F01G__activityDot {
  margin-top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  flex-shrink: 0;
}

.HRISDashboard-module__R7F01G__activityDotPositive {
  background: #12b76a;
}

.HRISDashboard-module__R7F01G__activityDotNeutral {
  background: #d0d5dd;
}

.HRISDashboard-module__R7F01G__activityTime {
  color: #667085;
  white-space: nowrap;
  padding-top: 2px;
}

.HRISDashboard-module__R7F01G__adminStatsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.HRISDashboard-module__R7F01G__adminStatCard {
  box-sizing: border-box;
  border: 1px solid #e4e7ec !important;
  border-radius: 12px !important;
  padding: 20px !important;
  background: #fff !important;
  box-shadow: none !important;
  width: 100% !important;
}

.HRISDashboard-module__R7F01G__adminStatIcon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f2f4f7;
  color: #667085;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.HRISDashboard-module__R7F01G__adminStatValue {
  color: #111827;
  line-height: 1.2;
  margin-bottom: 2px;
}

.HRISDashboard-module__R7F01G__adminStatLabel {
  color: #667085;
  line-height: 1.3;
}

.HRISDashboard-module__R7F01G__emptyState {
  padding: 32px 16px;
  text-align: center;
}

@media (width <= 960px) {
  .HRISDashboard-module__R7F01G__topGrid, .HRISDashboard-module__R7F01G__bottomGrid {
    grid-template-columns: 1fr;
  }

  .HRISDashboard-module__R7F01G__adminStatsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 780px) {
  .HRISDashboard-module__R7F01G__summaryStrip {
    margin-bottom: 20px;
    padding: 16px !important;
  }

  .HRISDashboard-module__R7F01G__summaryItem {
    min-width: 165px;
    padding-right: 16px;
    margin-right: 16px;
  }

  .HRISDashboard-module__R7F01G__quickCardsGrid {
    grid-template-columns: 1fr;
  }

  .HRISDashboard-module__R7F01G__chartBars {
    gap: 10px;
  }
}


/* [project]/src/frontend/domains/hris/components/onboarding/OnboardingOverview.module.css [client] (css) */
.OnboardingOverview-module__-0qXiG__pageContainer {
  padding-top: 4px;
  background: none !important;
}

.OnboardingOverview-module__-0qXiG__headerRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

.OnboardingOverview-module__-0qXiG__headerLeft {
  display: flex;
  flex-direction: column;
}

.OnboardingOverview-module__-0qXiG__welcomeHeading {
  color: #111827;
}

.OnboardingOverview-module__-0qXiG__subtitle {
  color: #667085;
  margin-top: 4px;
}

.OnboardingOverview-module__-0qXiG__skipLink {
  flex-shrink: 0;
  margin-top: 4px;
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1 !important;
}

.OnboardingOverview-module__-0qXiG__mainCard {
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 3px #0000000a;
  overflow: hidden;
}

.OnboardingOverview-module__-0qXiG__cardHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 0;
}

.OnboardingOverview-module__-0qXiG__cardHeaderTitle {
  color: #111827;
}

.OnboardingOverview-module__-0qXiG__cardHeaderPercentage {
  color: #4b78ec;
}

.OnboardingOverview-module__-0qXiG__progressSection {
  padding: 12px 28px 0;
}

.OnboardingOverview-module__-0qXiG__progressLabel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.OnboardingOverview-module__-0qXiG__progressLabelText {
  color: #667085;
}

.OnboardingOverview-module__-0qXiG__progressTrack {
  height: 6px;
  border-radius: 9999px;
  background: #e4e7ec;
  overflow: hidden;
}

.OnboardingOverview-module__-0qXiG__progressFill {
  height: 100%;
  border-radius: 9999px;
  background: #4b78ec;
  transition: width .3s;
}

.OnboardingOverview-module__-0qXiG__stepList {
  padding: 20px 0 8px;
}

.OnboardingOverview-module__-0qXiG__stepRow {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 28px;
  cursor: pointer;
  transition: background-color .1s;
}

.OnboardingOverview-module__-0qXiG__stepRow:hover {
  background-color: #f9fafb;
}

.OnboardingOverview-module__-0qXiG__stepRowDisabled {
  cursor: default;
  opacity: .55;
}

.OnboardingOverview-module__-0qXiG__stepRowDisabled:hover {
  background-color: #0000;
}

.OnboardingOverview-module__-0qXiG__stepRowActive {
  background-color: #f0f4ff;
}

.OnboardingOverview-module__-0qXiG__stepRowActive:hover {
  background-color: #e8eeff;
}

.OnboardingOverview-module__-0qXiG__stepIndicator {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
}

.OnboardingOverview-module__-0qXiG__stepIndicatorCompleted {
  background-color: #4b78ec;
  color: #fff;
}

.OnboardingOverview-module__-0qXiG__stepIndicatorActive {
  background-color: #4b78ec;
  color: #fff;
}

.OnboardingOverview-module__-0qXiG__stepIndicatorPending {
  background-color: #f2f4f7;
  color: #667085;
}

.OnboardingOverview-module__-0qXiG__stepContent {
  flex: 1;
  min-width: 0;
}

.OnboardingOverview-module__-0qXiG__stepTitle {
  color: #111827;
  line-height: 1.35;
}

.OnboardingOverview-module__-0qXiG__stepTitleDisabled {
  color: #9ca3af;
}

.OnboardingOverview-module__-0qXiG__stepDescription {
  color: #667085;
  line-height: 1.35;
  margin-top: 1px;
}

.OnboardingOverview-module__-0qXiG__stepDescriptionDisabled {
  color: #d0d5dd;
}

.OnboardingOverview-module__-0qXiG__stepAction {
  flex-shrink: 0;
}

.OnboardingOverview-module__-0qXiG__loadingContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.OnboardingOverview-module__-0qXiG__loadingText {
  color: #667085;
}

.OnboardingOverview-module__-0qXiG__completedContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  gap: 16px;
}

.OnboardingOverview-module__-0qXiG__completedCircle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #12b76a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.OnboardingOverview-module__-0qXiG__completedTitle {
  color: #111827;
}

.OnboardingOverview-module__-0qXiG__completedSubtitle {
  color: #667085;
}

.OnboardingOverview-module__-0qXiG__noStepsContainer {
  padding: 40px;
  text-align: center;
}

.OnboardingOverview-module__-0qXiG__noStepsText {
  color: #667085;
}


/* [project]/src/frontend/modules/product-switcher/components/product-switcher-modal.module.css [client] (css) */
.product-switcher-modal-module__5gCwzG__productSwitcherModalWrapper .ant-modal {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.product-switcher-modal-module__5gCwzG__productSwitcherModalWrapper .ant-modal-content {
  border-radius: 16px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 20px 24px -4px #0a0d1214, 0 8px 8px -4px #0a0d1208, 0 3px 3px -1.5px #0a0d120a !important;
}

.product-switcher-modal-module__5gCwzG__productSwitcherModalWrapper .ant-modal-body {
  padding: 0 !important;
}

.product-switcher-modal-module__5gCwzG__modalContainer {
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  padding: 24px;
}

.product-switcher-modal-module__5gCwzG__modalHeader {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.product-switcher-modal-module__5gCwzG__headerTitle {
  margin: 0;
  color: #181d27;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600 !important;
}

.product-switcher-modal-module__5gCwzG__rolesSection {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  max-height: 400px;
  overflow-y: auto;
}

.product-switcher-modal-module__5gCwzG__rolesSection::-webkit-scrollbar {
  width: 6px;
}

.product-switcher-modal-module__5gCwzG__rolesSection::-webkit-scrollbar-track {
  background: none;
}

.product-switcher-modal-module__5gCwzG__rolesSection::-webkit-scrollbar-thumb {
  background: #e6e8ec;
  border-radius: 3px;
}

.product-switcher-modal-module__5gCwzG__rolesSection::-webkit-scrollbar-thumb:hover {
  background: #d1d5db;
}

.product-switcher-modal-module__5gCwzG__roleCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #fff;
  border: 1.5px solid #e9eaeb;
  border-radius: 12px;
  cursor: pointer;
  transition: all .2s;
  width: 100%;
  text-align: left;
}

.product-switcher-modal-module__5gCwzG__roleCard:hover {
  border-color: #4e5ba6;
}

.product-switcher-modal-module__5gCwzG__roleCardSelected {
  border: 2px solid #4e5ba6;
  padding: 15.5px 19.5px;
}

.product-switcher-modal-module__5gCwzG__roleCardContent {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.product-switcher-modal-module__5gCwzG__orgName {
  margin: 0;
  color: #717680;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.product-switcher-modal-module__5gCwzG__roleNameRow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-switcher-modal-module__5gCwzG__roleName {
  margin: 0;
  color: #181d27;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500 !important;
}

.product-switcher-modal-module__5gCwzG__radioButton {
  width: 20px;
  height: 20px;
  border: 1.5px solid #d5d7da;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .2s;
  background: #fff;
}

.product-switcher-modal-module__5gCwzG__radioButtonSelected {
  background: #4e5ba6;
  border-color: #4e5ba6;
}

.product-switcher-modal-module__5gCwzG__radioButtonInner {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.product-switcher-modal-module__5gCwzG__modalFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}


/* [project]/src/frontend/modules/product-switcher/components/post-login-org-selector.module.css [client] (css) */
.post-login-org-selector-module__xlrToG__postLoginModalWrapper .ant-modal {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.post-login-org-selector-module__xlrToG__postLoginModalWrapper .ant-modal-content {
  border-radius: 16px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 20px 24px -4px #0a0d1214, 0 8px 8px -4px #0a0d1208, 0 3px 3px -1.5px #0a0d120a !important;
}

.post-login-org-selector-module__xlrToG__postLoginModalWrapper .ant-modal-body {
  padding: 0 !important;
}

.post-login-org-selector-module__xlrToG__modalContainer {
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  padding: 24px;
}

.post-login-org-selector-module__xlrToG__tokuLogo {
  position: fixed;
  top: 20px;
  left: 24px;
  z-index: 10000;
}

.post-login-org-selector-module__xlrToG__modalHeader {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.post-login-org-selector-module__xlrToG__headerTitle {
  margin: 0;
  color: #181d27;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600 !important;
}

.post-login-org-selector-module__xlrToG__headerSubtitle {
  margin: 0;
  color: #535862;
  font-size: 14px;
  line-height: 20px;
}

.post-login-org-selector-module__xlrToG__searchSection {
  margin-bottom: 16px;
}

.post-login-org-selector-module__xlrToG__noResults {
  text-align: center;
  color: #717680;
  font-size: 14px;
  padding: 16px;
  margin: 0;
}

.post-login-org-selector-module__xlrToG__rolesSection {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  max-height: 400px;
  overflow-y: auto;
}

.post-login-org-selector-module__xlrToG__roleCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #fff;
  border: 1.5px solid #e9eaeb;
  border-radius: 12px;
  cursor: pointer;
  transition: all .2s;
  width: 100%;
  text-align: left;
}

.post-login-org-selector-module__xlrToG__roleCard:hover {
  border-color: #4e5ba6;
}

.post-login-org-selector-module__xlrToG__roleCardSelected {
  border: 2px solid #4e5ba6;
  padding: 15.5px 19.5px;
}

.post-login-org-selector-module__xlrToG__roleCardContent {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.post-login-org-selector-module__xlrToG__orgName {
  margin: 0;
  color: #717680;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.post-login-org-selector-module__xlrToG__roleNameRow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-login-org-selector-module__xlrToG__roleName {
  margin: 0;
  color: #181d27;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500 !important;
}

.post-login-org-selector-module__xlrToG__radioButton {
  width: 20px;
  height: 20px;
  border: 1.5px solid #d5d7da;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .2s;
  background: #fff;
}

.post-login-org-selector-module__xlrToG__radioButtonSelected {
  background: #4e5ba6;
  border-color: #4e5ba6;
}

.post-login-org-selector-module__xlrToG__radioButtonInner {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.post-login-org-selector-module__xlrToG__modalFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.post-login-org-selector-module__xlrToG__footerHint {
  margin: 0;
  color: #717680;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}


/* [project]/src/frontend/modules/unlock-access/components/unlock-access-modal.module.css [client] (css) */
.unlock-access-modal-module__XRgL6a__unlockAccessModalWrapper .ant-modal {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.unlock-access-modal-module__XRgL6a__unlockAccessModalWrapper .ant-modal-content {
  border-radius: 20px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 20px 24px -4px #0a0d1214, 0 8px 8px -4px #0a0d1208, 0 3px 3px -1.5px #0a0d120a !important;
}

.unlock-access-modal-module__XRgL6a__unlockAccessModalWrapper .ant-modal-body {
  padding: 0 !important;
}

.unlock-access-modal-module__XRgL6a__modalContainer {
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  max-height: 90vh;
}

.unlock-access-modal-module__XRgL6a__modalHeader {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 24px 16px;
}

.unlock-access-modal-module__XRgL6a__iconWrapper {
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #d0daf53d 0%, #d0daf512 100%), var(--color-neutral-0, #fff);
  border: 1px solid var(--color-neutral-20, #e5e7eb);
  border-radius: var(--border-radius-0_5rem, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1570ef;
}

.unlock-access-modal-module__XRgL6a__headerTitle {
  margin: 0;
  color: #181d27;
  letter-spacing: -.4px;
  font-weight: 600;
}

.unlock-access-modal-module__XRgL6a__contentSection {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 24px;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

.unlock-access-modal-module__XRgL6a__contentSection::-webkit-scrollbar {
  width: 6px;
}

.unlock-access-modal-module__XRgL6a__contentSection::-webkit-scrollbar-track {
  background: none;
}

.unlock-access-modal-module__XRgL6a__contentSection::-webkit-scrollbar-thumb {
  background: #e6e8ec;
  border-radius: 3px;
}

.unlock-access-modal-module__XRgL6a__contentSection::-webkit-scrollbar-thumb:hover {
  background: #d1d5db;
}

.unlock-access-modal-module__XRgL6a__featuresTitle {
  color: #000;
}

.unlock-access-modal-module__XRgL6a__productDescription {
  margin: 0;
  color: #222121;
  line-height: 20px;
  letter-spacing: -.28px;
}

.unlock-access-modal-module__XRgL6a__featuresList {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
  color: #181d27;
}

.unlock-access-modal-module__XRgL6a__featuresList li {
  margin: 4px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.28px;
}

.unlock-access-modal-module__XRgL6a__learnMoreLink {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1646ce;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -.28px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  text-decoration-line: none;
}

.unlock-access-modal-module__XRgL6a__learnMoreLink:hover {
  text-decoration: underline;
}

.unlock-access-modal-module__XRgL6a__learnMoreLink svg {
  width: 16px;
  height: 16px;
}

.unlock-access-modal-module__XRgL6a__formSection {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
}

.unlock-access-modal-module__XRgL6a__formInfoText {
  margin: 0;
  color: #525866;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.28px;
}

.unlock-access-modal-module__XRgL6a__formField {
  display: flex;
  flex-direction: column;
}

.unlock-access-modal-module__XRgL6a__fieldLabel {
  margin: 0;
  color: #525866;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.28px;
}

.unlock-access-modal-module__XRgL6a__fieldError {
  border-color: #f04438 !important;
}

.unlock-access-modal-module__XRgL6a__fieldError:focus {
  box-shadow: 0 0 0 3px #f044381a !important;
}

.unlock-access-modal-module__XRgL6a__errorText {
  margin: 0;
  color: #f04438;
  font-size: 13px;
  line-height: 18px;
}

.unlock-access-modal-module__XRgL6a__fieldOptional {
  color: #7e8699;
  font-weight: 400;
}

.unlock-access-modal-module__XRgL6a__formSection .ant-input-textarea {
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
}

.unlock-access-modal-module__XRgL6a__modalFooter {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 24px 24px;
}


/* [project]/src/frontend/modules/self-serve-layout/components/self-serve-layout-menu.module.css [client] (css) */
.self-serve-layout-menu-module__YVeTXq__self-serve-desktop-menu {
  background-color: var(--background-primary, #fff);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.self-serve-layout-menu-module__YVeTXq__self-serve-desktop-menu > * {
  width: 256px !important;
  max-width: 256px !important;
  min-width: 256px !important;
  background-color: var(--background-primary, #fff) !important;
}

.self-serve-layout-menu-module__YVeTXq__self-serve-desktop-menu button {
  padding: 8px 12px !important;
  font-size: 14px !important;
  gap: 12px !important;
}

.self-serve-layout-menu-module__YVeTXq__self-serve-desktop-menu button span, .self-serve-layout-menu-module__YVeTXq__self-serve-desktop-menu button p {
  line-height: 1.4;
  font-size: 14px !important;
}

.self-serve-layout-menu-module__YVeTXq__self-serve-desktop-menu button svg {
  width: 16px !important;
  height: 16px !important;
}

.self-serve-layout-menu-module__YVeTXq__self-serve-support-label {
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 600;
  color: var(--text-secondary, #6b7280);
  letter-spacing: .5px;
}

.self-serve-layout-menu-module__YVeTXq__self-serve-desktop-menu .self-serve-layout-menu-module__YVeTXq__lifetime-earnings-card {
  padding: 12px;
  margin: 12px;
}


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