:root {
  --Color-Border-border-primary: #E0E0E0;
  --Color-Surface-surface-brand: #008038;
  --Color-Surface-surface-secondary: #EFEDED;
  --Color-Surface-surface-tertiary: #F9F9F9;
  --Color-Radius-radius-full: 9999px;
  --Color-Radius-radius-minimal: 2px;
  --Color-Icon-icon-secondary: #797676;
  --Color-Text-text-invert: #797676;
  --Surface-surface-darker: #7C5FC0;
  --Surface-surface-purple-lighten: #EAE1FF;
  --Surface-surface-warning: #ECA336;
  --Surface-surface-warning-lighten: #FFF7E2;
  --Surface-surface-red: #C83232;
  --Surface-surface-red-lighten-2: #FFF0F0;
}

body {
  margin: 0;
}

.input-adornment {
  color: #797676;
  font-size: 16px;
  font-weight: 400;
}

.input-adornment-end {
  padding-right: 12px;
}

.input-adornment-start {
  padding-left: 12px;
}

.k-datepicker .k-input-button.k-button-outline {
  background-color: transparent;
  border-color: transparent;
}
.k-datepicker .k-input-button.k-button-outline:hover {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: transparent;
}
.k-datepicker .k-input-button.k-button-outline:active, .k-datepicker .k-input-button.k-button-outline:focus {
  background-color: rgba(0, 0, 0, 0.08);
  border-color: transparent;
  box-shadow: none;
}

body:has(.k-dialog-wrapper) {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.k-drawer {
  background-color: #264B95;
}

.k-drawer-item:hover, .k-drawer-item.k-hover {
  background-color: #3264C8;
}

.k-drawer-item:focus:hover, .k-drawer-item:focus.k-hover, .k-drawer-item.k-focus:hover, .k-drawer-item.k-focus.k-hover {
  background-color: #3264C8;
}

.k-drawer-item.k-selected {
  background-color: #3264C8;
}

.k-drawer-item.k-selected:hover, .k-drawer-item.k-selected.k-hover {
  background-color: #3264C8;
}

.k-drawer-expanded > .k-drawer {
  background-color: #264B95;
}

.k-drawer-item.k-selected .k-svg-icon > svg > svg, .k-drawer-item.k-selected .k-svg-icon > svg {
  color: #FFFFFF;
}

.k-drawer-item .k-svg-icon > svg > svg, .k-drawer-item .k-svg-icon > svg {
  color: #FFFFFF;
}

/* Text colors from Figma */
.text-primary {
  color: #424242;
}

.text-secondary {
  color: #797676;
}

.text-muted {
  color: #949494;
}

.k-button-lg .k-button-icon {
  width: 24px !important;
  height: 24px !important;
}
.k-button-lg .k-button-icon svg {
  width: 24px !important;
  height: 24px !important;
}

.k-button-md .k-button-icon {
  width: 20px !important;
  height: 20px !important;
}
.k-button-md .k-button-icon svg {
  width: 20px !important;
  height: 20px !important;
}

.k-button-sm .k-button-icon {
  width: 16px !important;
  height: 16px !important;
}
.k-button-sm .k-button-icon svg {
  width: 16px !important;
  height: 16px !important;
}

.sys-table .k-grid .k-table-th:first-child,
.sys-table .k-grid td:first-child,
.sys-table .k-grid .k-table-td:first-child {
  padding-left: var(--kendo-spacing-2, 0.5rem) !important;
}

.multi-line-td-text {
  margin: 0 !important;
  padding: 0 !important;
}

.sys-table .k-pager .k-dropdownlist {
  width: auto !important;
  min-width: 50px !important;
}

.sys-table .k-pager .k-dropdownlist .k-input-inner {
  min-width: 30px !important;
  padding-right: 24px !important;
}

.external-link-cell-button {
  width: 100% !important;
  height: 100% !important;
  min-width: 56px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.external-link-cell-button:hover, .external-link-cell-button.k-hover, .external-link-cell-button:hover:not(:active), .external-link-cell-button.k-button-flat-primary:hover {
  background-color: #F5F5F5 !important;
  border-color: transparent !important;
  color: inherit !important;
}
.external-link-cell-button:active, .external-link-cell-button.k-active {
  background-color: #E0E0E0 !important;
  border-color: transparent !important;
}
.external-link-cell-button .k-button-icon {
  margin: 0 !important;
}
.external-link-cell-button .k-button-icon svg {
  color: #797676 !important;
}

.sys-search-box-container {
  position: relative;
}

.sys-search-box-wrapper {
  position: relative;
  width: 100%;
}

.sys-search-box-input {
  width: 100%;
}

.sys-search-box-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  max-height: 300px;
  overflow-y: auto;
}

.sys-search-box-item {
  cursor: pointer;
  border-bottom: 1px solid #F5F5F5;
}
.sys-search-box-item:last-child {
  border-bottom: none;
}
.sys-search-box-item:hover {
  background-color: #F9F9F9;
}

.sys-search-box-item-content {
  padding: 12px 16px;
  transition: background-color 0.2s ease;
}
.sys-search-box-item-content.selected {
  background-color: #F0F8FF;
  color: #008038;
}
.sys-search-box-item-content:hover {
  background-color: #F9F9F9;
}

.sys-search-box-loading {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-full-height {
  height: 100vh;
  min-height: 100vh;
}

.sys-info-card {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}

.sys-info-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.sys-info-card-clear {
  padding: 0 !important;
  min-height: auto !important;
  font-size: 12px !important;
  color: #747474 !important;
}
.sys-info-card-clear:hover {
  color: #008038 !important;
  text-decoration: underline;
}

.sys-info-card-details {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.sys-info-card-item {
  flex: 1;
  min-width: 0;
}

.k-tabstrip-items-wrapper {
  border: none !important;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.filter-container {
  border-radius: var(--Color-Radius-radius-rounded, 8px);
  background: var(--Color-Surface-surface-primary, #FFF);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 0 rgba(0, 0, 0, 0.15);
}

.filter-section {
  gap: 10px;
}
.filter-section .filter-section-content {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}
.filter-section .filter-section-content .filter-status-chips {
  width: inherit;
  flex-wrap: wrap;
}

.filter-header {
  background: var(--Color-Surface-surface-tertiary, #F9F9F9);
  padding: 4px 24px;
  margin: 0;
}

.filter-header .sys-typography-label3 {
  line-height: 1;
  margin: 0;
  color: #424242;
}

.filter-content {
  padding-inline: 24px;
}

.filter-content.last {
  padding-bottom: 100px;
}

.filter-chip {
  margin: 0;
  padding: 0;
  height: 26px;
  opacity: 1;
  cursor: pointer;
  border-radius: var(--Color-Radius-radius-full, 9999px);
}
.filter-chip.k-selected {
  background-color: unset;
}
.filter-chip:active {
  background-color: unset;
}
.filter-chip:focus {
  outline: none;
  box-shadow: unset;
}
.filter-chip.filter-chip-active {
  border: 1px solid var(--Color-Border-border-primary, #E0E0E0);
  background: var(--Surface-surface-sand-lighten, #FFF);
}
.filter-chip.filter-chip-active:hover {
  border-color: #757575 !important;
}
.filter-chip.filter-chip-active {
  border: 2px solid var(--Color-Border-border-brand, #008038);
  background: var(--Color-Surface-surface-tertiary, #F9F9F9);
}
.filter-chip.filter-chip-active .k-svg-icon {
  color: var(--Color-Border-border-brand, #008038);
}

.filter-chip-selected {
  border-radius: var(--Color-Radius-radius-medium, 4px);
  border: 1px solid var(--Color-Border-border-tetriary, #959595);
  background: var(--Color-Surface-surface-primary, #FFF);
  height: 20px;
  padding: 4px 8px;
  flex-grow: 0;
}
.filter-chip-selected .remove-button {
  cursor: pointer;
  display: flex;
  color: var(--Color-Icon-icon-primary, #959595);
}

.k-popup {
  border-radius: 8px;
  background-color: #fff !important;
}

.k-toolbar {
  padding-bottom: 0;
  padding-top: 0;
}

.popup-action {
  width: 100%;
  background-color: #F9F9F9;
  border-top: 1px solid #E0E0E0;
  z-index: 100;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (max-height: 960px) {
  .k-popup {
    max-height: 75vh;
    overflow-y: auto;
  }
}
@media (min-height: 961px) and (max-height: 1400px) {
  .k-popup {
    max-height: 800px;
    overflow-y: auto;
  }
}
@media (min-height: 1401px) {
  .k-popup {
    max-height: 2000px;
    overflow-y: auto;
  }
}
.csv-upload .combined-container {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.csv-upload .file-icon {
  color: #3264c8;
  width: 24px !important;
  height: 24px !important;
  flex-shrink: 0; /* Prevent icon from shrinking */
}
.csv-upload .download-link {
  color: #008038 !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}
.csv-upload .download-link:hover {
  text-decoration: underline !important;
}
.csv-upload .custom-bullet {
  position: relative;
  padding-left: 16px;
  gap: 12px;
}
.csv-upload .custom-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #3264C8;
  border-radius: 50%;
}
.csv-upload .upload-result-container {
  border-radius: 8px;
  padding: 20px;
  border: 2px solid;
}
.csv-upload .upload-result-container.success {
  background-color: #F3FFDB;
  border-color: #008038;
}
.csv-upload .upload-result-container.error {
  background-color: #FFF0F0;
  border-color: #C83232;
}
.csv-upload .success-icon {
  color: #008038;
  width: 24px !important;
  height: 24px !important;
}
.csv-upload .error-file-icon {
  color: #C83232;
  width: 24px !important;
  height: 24px !important;
}
.csv-upload .error-divider {
  border: none;
  border-top: 1px solid #E0E0E0;
  margin: 16px 0;
}
.csv-upload .error-table-container {
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background-color: #E0E0E0;
}
.csv-upload .error-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.csv-upload .error-table thead {
  background-color: #EFEDED;
  position: sticky;
  top: 0;
  z-index: 10;
}
.csv-upload .error-table th {
  text-align: left;
  padding: 4px 16px;
  border: 1px solid #E0E0E0;
  vertical-align: middle;
}
.csv-upload .error-table th.row-header {
  width: 80px;
  min-width: 80px;
}
.csv-upload .error-table th.column-header {
  width: 160px;
  min-width: 160px;
}
.csv-upload .error-table th.error-header {
  width: auto;
}
.csv-upload .error-table td {
  padding: 8px 16px;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  vertical-align: middle;
}
.csv-upload .error-table td.row-cell {
  width: 80px;
  min-width: 80px;
}
.csv-upload .error-table td.column-cell {
  width: 160px;
  min-width: 160px;
}
.csv-upload .error-table td.error-cell {
  word-break: break-word;
}
.csv-upload .error-table a {
  color: #008038;
  text-decoration: underline;
  font-weight: 500;
}
.csv-upload .error-table a:hover {
  text-decoration: none;
}
.csv-upload .validation-link {
  color: #008038 !important;
  text-decoration: underline !important;
  font-weight: 500;
  cursor: pointer;
}
.csv-upload .validation-link:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
.csv-upload .guidelines-link-container {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.csv-upload .guidelines-link {
  color: #008038 !important;
  text-decoration: underline !important;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.csv-upload .guidelines-link:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
.csv-upload .popover-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}
.csv-upload .popover-header span {
  font-weight: 600;
  font-size: 16px;
  color: #242424;
}
.csv-upload .popover-body-scroll {
  max-height: calc(70vh - 20px);
  overflow-y: auto;
  padding: 0;
}

/*# sourceMappingURL=CompensationStyle.css.map */
