@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";

/* src/styles.scss */
.cdk-overlay-pane {
  width: auto;
}
.cdk-overlay-pane .mat-mdc-menu-panel {
  width: auto;
  max-width: 500px;
  border-radius: 12px;
}
.cdk-overlay-pane .mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0;
}

/* src/assets/styles/main.scss */
:root {
  --primary: #164AF3;
  --primary-hover: #0236DE;
  --primary-active: #002DC2;
  --primary-disabled: #F0EFFF;
  --surface-high: #DDE3F4;
  --surface-mid: #E7EBF8;
  --surface-low: #EEF1FB;
  --surface-soft: #F6F8FD;
  --surface-clear: #FFFFFF;
  --accent-strong: #191C1E;
  --accent-bold: #414653;
  --accent-medium: #6D7589;
  --accent-light: #C0C5D8;
  --accent-clear: #ffffff;
  --error: #BA1A1A;
  --error-background: #FFE9E5;
  --success: #196C31;
  --success-background: #C6FFC7;
  --alert: #EB6B01;
}
body,
table,
button,
input,
select,
textarea {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
  font-weight: 400;
}
table thead tr th,
table tbody tr td {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
}
.g-table-container {
  overflow: auto;
  border-bottom: 1px solid #DDE3F4 !important;
}
.mat-table {
  width: 100%;
  border-radius: 8px;
}
.mat-table thead tr {
  height: 52px !important;
  position: sticky;
  z-index: 10;
}
.mat-table tbody tr {
  height: 52px !important;
}
.mat-table th {
  background-color: #EEF1FB !important;
  color: #191C1E;
  font-weight: bold;
  padding: 6px 12px;
  font-size: 14px;
}
.mat-table th:first-child {
  border-top-left-radius: 8px;
}
.mat-table th:last-child {
  border-top-right-radius: 8px;
}
.mat-table td {
  padding: 6px 12px;
  color: #414653;
  font-size: 14px;
}
.mat-table.hover-row tr:hover {
  background: #F6F8FD;
  transition: background 0.3s ease-in-out;
}
.mat-table.box-shadow {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.mat-mdc-paginator-container {
  min-height: unset !important;
  padding: 10px 0 !important;
}
.mat-mdc-paginator-container mat-tooltip-component {
  display: none !important;
}
.mat-mdc-paginator-page-size,
.mat-mdc-paginator-range-label {
  font-size: 14px;
  color: #414653;
  margin: 0 12px !important;
}
.mat-mdc-paginator .mat-mdc-icon-button[disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-mdc-icon-button .mat-mdc-button-touch-target {
  height: 24px !important;
  width: 24px !important;
}
.mat-mdc-paginator-range-actions .mat-mdc-icon-button.mat-mdc-button-disabled-interactive {
  pointer-events: auto;
  padding: 0;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  color: #414653;
}
.mat-mdc-paginator-range-actions .mat-mdc-icon-button.mat-mdc-button-disabled-interactive:hover {
  background-color: #EEF1FB;
}
.mat-mdc-paginator-range-actions .mat-mdc-icon-button.mat-mdc-button-disabled {
  color: #f3f3f3;
}
.mat-internal-form-field > label {
  padding-left: 0px !important;
}
.mat-mdc-checkbox {
  --mat-checkbox-touch-target-display: none;
  --mdc-checkbox-state-layer-size: 24px;
  --mdc-checkbox-unselected-hover-icon-color: variables.$primary;
  --mdc-checkbox-unselected-icon-color: #DDE3F4;
  --mdc-checkbox-unselected-focus-icon-color: variables.$primary;
  padding: 4px 0;
  display: inline-flex;
  align-items: center;
}
.mat-mdc-checkbox .mat-mdc-checkbox-touch-target {
  width: 20px !important;
  height: 20px !important;
}
.mat-mdc-checkbox .mdc-checkbox {
  padding: 0px 2px 0 0;
  margin: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.mat-mdc-checkbox .mdc-checkbox:hover::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-color: rgba(22, 74, 243, 0.1);
  border-radius: 6px;
  z-index: 0;
}
.mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__background {
  z-index: 1;
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  border-color: #C0C5D8 !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px !important;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  width: 20px !important;
  height: 20px !important;
  top: 0px !important;
  right: 0px !important;
  left: 0px !important;
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__checkmark {
  width: 16px !important;
  height: 16px !important;
  top: 1px !important;
  left: 1px !important;
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__checkmark-path {
  stroke-width: 3px !important;
}
.mat-mdc-checkbox.mat-mdc-checkbox-checked {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: variables.$primary;
  --mdc-checkbox-selected-hover-icon-color: variables.$primary;
  --mdc-checkbox-selected-icon-color: variables.$primary;
  --mdc-checkbox-selected-pressed-icon-color: variables.$primary;
}
.mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  border-color: #164AF3 !important;
  background-color: #164AF3 !important;
}
.mat-mdc-checkbox .mdc-form-field {
  display: inline-flex;
  align-items: center;
}
.mat-mdc-checkbox label {
  margin-left: 16px !important;
  margin-bottom: 0;
  color: #191C1E;
  font-size: 14px;
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #C0C5D8 !important;
}
.mat-mdc-radio-button {
  --mat-radio-touch-target-display: none;
  --mdc-radio-state-layer-size: 24px;
  --mdc-radio-unselected-hover-icon-color: variables.$primary;
  --mdc-radio-unselected-icon-color: #DDE3F4;
  --mdc-radio-unselected-focus-icon-color: variables.$primary;
  display: inline-flex;
  align-items: center;
}
.mat-mdc-radio-button .mat-mdc-radio-touch-target {
  width: 20px !important;
  height: 20px !important;
}
.mat-mdc-radio-button .mdc-radio {
  padding: 0px !important;
  margin: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.mat-mdc-radio-button .mdc-radio:hover::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-color: rgba(22, 74, 243, 0.1);
  border-radius: 50%;
  z-index: 0;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background {
  position: relative;
  border-color: #DDE3F4 !important;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background .mdc-radio__outer-circle {
  border-width: 1px;
  border-color: #DDE3F4 !important;
  width: 20px !important;
  height: 20px !important;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background .mdc-radio__inner-circle {
  width: 10px !important;
  height: 10px !important;
  transform: scale(0);
  transition: transform 0.2s ease;
  color: #164AF3;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  width: 20px !important;
  height: 20px !important;
  top: 0px !important;
  right: 0px !important;
  left: 0px !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked {
  --mdc-radio-selected-focus-icon-color: variables.$primary;
  --mdc-radio-selected-hover-icon-color: variables.$primary;
  --mdc-radio-selected-icon-color: variables.$primary;
  --mdc-radio-selected-pressed-icon-color: variables.$primary;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #164AF3 !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background .mdc-radio__inner-circle {
  background-color: #164AF3 !important;
  transform: scale(0.7) !important;
}
.mat-mdc-radio-button .mdc-form-field {
  display: inline-flex;
  align-items: center;
}
.mat-mdc-radio-button label {
  padding-left: 10px !important;
  margin-bottom: 0;
  color: #191C1E;
  font-size: 14px;
  cursor: pointer;
}
.mat-mdc-slide-toggle {
  --mat-slide-toggle-touch-target-display: none;
  --mdc-switch-state-layer-size: 24px;
  --mdc-switch-unselected-hover-track-color: #DDE3F4;
  --mdc-switch-unselected-track-color: #DDE3F4;
  --mdc-switch-unselected-focus-track-color: #DDE3F4;
  --mdc-switch-unselected-handle-color: #fff;
  display: inline-flex;
  align-items: center;
}
.mat-mdc-slide-toggle .mat-mdc-slide-toggle-touch-target {
  width: 20px !important;
  height: 20px !important;
}
.mat-mdc-slide-toggle .mdc-switch {
  padding: 0px !important;
  margin: 0;
  width: 36px;
  height: 20px;
  position: relative;
}
.mat-mdc-slide-toggle .mdc-switch:hover::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background-color: rgba(22, 74, 243, 0.05);
  border-radius: 12px;
  z-index: 0;
}
.mat-mdc-slide-toggle .mdc-switch .mdc-switch__track {
  border-radius: 10px;
  height: 20px !important;
  width: 36px !important;
  opacity: 1;
  border: 1px solid #DDE3F4;
}
.mat-mdc-slide-toggle .mdc-switch .mdc-switch__handle-track {
  width: 36px !important;
  height: 20px !important;
  top: 0 !important;
  left: 0 !important;
}
.mat-mdc-slide-toggle .mdc-switch .mdc-switch__handle {
  height: 16px !important;
  width: 16px !important;
  top: 10px !important;
  left: 0px !important;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle-track {
  transform: translateX(50%);
  top: 2px !important;
  left: -2px !important;
}
.mat-mdc-slide-toggle .mdc-switch__track::before,
.mat-mdc-slide-toggle .mdc-switch__track::after {
  border: 1px solid #DDE3F4;
  border-radius: 1px;
}
.mat-mdc-slide-toggle .mdc-switch__track::after {
  background-color: #164AF3 !important;
}
.mat-mdc-slide-toggle.mat-mdc-slide-toggle-checked {
  --mdc-switch-selected-focus-track-color: variables.$primary;
  --mdc-switch-selected-hover-track-color: variables.$primary;
  --mdc-switch-selected-pressed-track-color: variables.$primary;
  --mdc-switch-selected-track-color: variables.$primary;
  --mdc-switch-selected-handle-color: variables.$primary;
}
.mat-mdc-slide-toggle.mat-mdc-slide-toggle-checked .mdc-switch__handle {
  transform: translateX(0) !important;
  margin: 0 !important;
  top: 0 !important;
}
.mat-mdc-slide-toggle.mat-mdc-slide-toggle-checked .mdc-switch__track {
  border-color: #164AF3;
}
.mat-mdc-slide-toggle .mdc-form-field {
  display: inline-flex;
  align-items: center;
}
.mat-mdc-slide-toggle label {
  padding-left: 10px !important;
  margin-bottom: 0;
  color: #191C1E;
  font-size: 14px;
  cursor: pointer;
}
.mat-mdc-form-field {
  --mat-mdc-form-field-floating-label-scale: 0.75;
}
.mat-mdc-form-field .mdc-text-field {
  padding: 0 12px;
  border-radius: 8px;
  background-color: #F6F8FD;
  border: 1px solid #C0C5D8;
  height: unset;
}
.mat-mdc-form-field .mdc-text-field:hover {
  background-color: rgba(238, 241, 251, 0.7);
}
.mat-mdc-form-field .mdc-text-field.mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding: 6px 0 !important;
  min-height: unset;
}
.mat-mdc-form-field .mdc-text-field.mdc-text-field--no-label input.mat-mdc-input-element {
  padding: 0 !important;
}
.mat-mdc-form-field .mdc-text-field.mdc-text-field--focused {
  border-color: #164AF3;
  background-color: #F6F8FD;
}
.mat-mdc-form-field .mdc-text-field.mdc-text-field--focused .mdc-floating-label {
  color: #164AF3;
}
.mat-mdc-form-field .mdc-text-field .mdc-floating-label {
  color: #191C1E;
  font-size: 14px;
  top: 24px;
}
.mat-mdc-form-field .mdc-text-field .mdc-line-ripple {
  display: none;
}
.mat-mdc-form-field .mdc-text-field .mat-mdc-form-field-icon-prefix {
  padding: 0 6px 0 12px;
}
.mat-mdc-form-field .mdc-text-field .mat-mdc-form-field-icon-suffix {
  padding: 0 8px 0 6px;
}
.mat-mdc-form-field .mdc-text-field input.mat-mdc-input-element {
  color: #414653;
  font-size: 14px;
  padding: 0;
  height: 28px;
  caret-color: #164AF3;
}
.mat-mdc-form-field .mdc-text-field input.mat-mdc-input-element.xxs {
  height: 16px;
}
.mat-mdc-form-field .mdc-text-field input.mat-mdc-input-element.xs {
  height: 20px;
}
.mat-mdc-form-field .mdc-text-field input.mat-mdc-input-element.sm {
  height: 24px;
}
.mat-mdc-form-field .mdc-text-field input.mat-mdc-input-element.md {
  height: 28px;
}
.mat-mdc-form-field .mdc-text-field input.mat-mdc-input-element.lg {
  height: 32px;
}
.mat-mdc-form-field .mdc-text-field input.mat-mdc-input-element::placeholder {
  color: #C0C5D8;
  font-size: 14px;
}
.mat-mdc-form-field .mdc-text-field textarea.mat-mdc-input-element {
  color: #414653;
  font-size: 14px;
  caret-color: #164AF3;
}
.mat-mdc-form-field .mdc-text-field textarea.mat-mdc-input-element::placeholder {
  color: #C0C5D8;
  font-size: 14px;
}
.mat-mdc-form-field.mat-form-field-invalid .mdc-text-field {
  border-color: #BA1A1A;
}
.mat-mdc-form-field.mat-form-field-invalid .mdc-text-field .mdc-floating-label {
  color: #BA1A1A;
}
.mat-mdc-form-field.mat-form-field-invalid .mat-mdc-form-field-error {
  color: #BA1A1A;
  font-size: 12px;
  margin-top: 4px;
}
.mat-mdc-form-field .mat-mdc-form-field-error-wrapper,
.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper {
  padding: 0 10px;
  white-space: nowrap;
}
.mat-mdc-form-field .mat-mdc-form-field-error-wrapper .mat-mdc-form-field-error,
.mat-mdc-form-field .mat-mdc-form-field-error-wrapper .mat-mdc-form-field-hint,
.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-error,
.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint {
  margin: 0 0 0 0;
}
.mat-mdc-form-field .mdc-text-field--disabled {
  background-color: rgba(238, 241, 251, 0.7) !important;
  border-color: #DDE3F4;
  opacity: 0.7;
}
.mat-mdc-form-field .mdc-text-field--disabled input.mat-mdc-input-element {
  color: #C0C5D8;
}
.mat-mdc-form-field .mdc-text-field--disabled .mdc-floating-label {
  color: #C0C5D8;
}
div.mat-mdc-select-panel {
  background-color: #fff !important;
}
.g-select-all.mat-mdc-option .mat-pseudo-checkbox-full {
  display: none;
}
.mat-mdc-option .mat-pseudo-checkbox-full {
  border: 1px solid #C0C5D8;
  color: #fff;
  width: 20px !important;
  height: 20px !important;
  top: 0px !important;
  right: 0px !important;
  left: 0px !important;
  border-radius: 4px;
}
.mat-mdc-option .mat-pseudo-checkbox-full:hover::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-color: rgba(22, 74, 243, 0.1);
  border-radius: 6px;
  z-index: 0;
}
.mat-mdc-option .mat-pseudo-checkbox-full:hover .mdc-checkbox__background {
  z-index: 1;
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked {
  background-color: #164AF3 !important;
  border: 1px solid #C0C5D8;
}
.mat-mdc-optgroup-label {
  font-size: 14px !important;
  min-height: 36px !important;
}
.mat-form-field-appearance-outline {
  margin-top: 12px;
  border: none !important;
  outline: none !important;
}
.mat-form-field-appearance-outline.g-no-subscript .mat-mdc-form-field-subscript-wrapper {
  height: 0;
}
.mat-form-field-appearance-outline.g-no-mat-label {
  margin-top: 0px;
}
.mat-form-field-appearance-outline .mdc-text-field--outlined {
  border: none !important;
  background: unset;
}
.mat-form-field-appearance-outline .mdc-notched-outline__leading,
.mat-form-field-appearance-outline .mdc-notched-outline__notch,
.mat-form-field-appearance-outline .mdc-notched-outline__trailing {
  border: none !important;
}
.mat-form-field-appearance-outline .mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding: 2px 0 0 0 !important;
}
.mat-form-field-appearance-outline .mat-mdc-form-field-infix {
  min-height: var(--mat-form-field-container-height, 30px) !important;
}
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: calc(var(--mat-form-field-container-height, 30px) / 2) !important;
  padding: 0 12px;
}
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(calc(calc(10px + var(--mat-form-field-container-height, 40px) / 2)* -1)) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75)) !important;
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-form-field-appearance-fill.g-no-subscript .mat-mdc-form-field-subscript-wrapper {
  height: 0;
}
.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper {
  display: none;
}
.mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background-color: #fff;
  min-height: unset !important;
  font-size: 14px !important;
  color: #191C1E !important;
}
.mat-mdc-option {
  min-height: unset !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: 14px !important;
}
.search-option.mat-mdc-option .mat-icon,
.search-option.mat-mdc-option .mat-pseudo-checkbox-full {
  display: none;
}
.mat-mdc-select-placeholder {
  color: #6D7589 !important;
  font-size: 14px !important;
}
.mat-mdc-select-value-text {
  color: #414653 !important;
  font-size: 14px !important;
}
input {
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 1px solid #C0C5D8;
  color: #414653;
  font-size: 14px;
  padding: 0 12px;
  height: 28px;
  caret-color: #164AF3;
}
input.xs {
  height: 20px;
}
input.sm {
  height: 24px;
}
input.md {
  height: 28px;
}
input.lg {
  height: 32px;
}
input::placeholder {
  color: #C0C5D8;
  font-size: 14px;
}
.mat-datepicker-toggle button {
  width: 24px !important;
  height: 28px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
}
.mat-datepicker-toggle-default-icon {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
  color: #6D7589;
}
.mat-datepicker-content .mat-calendar {
  width: 250px !important;
  height: 300px !important;
  background-color: #FFFFFF;
  box-shadow: 0 8px 12px rgba(65, 70, 83, 0.1);
}
.mat-datepicker-content .mat-calendar .mat-calendar-controls {
  margin: 0 !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-table {
  margin: 10px 0 0 0 !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-table-header th {
  color: #414653 !important;
  font-size: 14px !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body-cell {
  border-radius: 10px !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body-cell:hover {
  border: 1px solid #164AF3;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body-cell:hover .mat-calendar-body-cell-content {
  color: #164AF3 !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body-cell-content {
  color: #414653 !important;
  font-size: 14px !important;
  border-radius: 10px !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body-cell-content:hover {
  background-color: rgba(22, 74, 243, 0.2);
}
.mat-datepicker-content .mat-calendar .mat-calendar-header {
  background-color: #F6F8FD;
  font-size: 14px !important;
  padding: 0;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body-label {
  color: #414653 !important;
  font-size: 14px !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-content {
  padding: 0 !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body-today {
  border: 1px solid #164AF3;
  color: #164AF3 !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body-selected {
  background-color: #164AF3;
  border: #E7EBF8;
  color: #fff !important;
  border-radius: 10px !important;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #C0C5D8 !important;
}
.mat-mdc-tooltip {
  background-color: #2E3133 !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: normal !important;
  border-radius: 6px !important;
  padding: 0 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}
mat-label {
  color: #414653;
  font-size: 14px;
  line-height: 24px;
}
ngx-mat-select-search {
  display: block;
  padding: 0;
  background-color: white;
  z-index: 1;
  position: sticky;
  top: 0;
}
ngx-mat-select-search .mat-select-search-input {
  height: 36px !important;
  border: 1px solid #DDE3F4 !important;
  color: #414653 !important;
}
ngx-mat-select-search .mat-divider {
  display: none !important;
}
.mat-mdc-option[aria-disabled=true].contains-mat-select-search {
  background-color: #fff;
}
.mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-icon {
  background-image: url(/assets/icons/close-x.svg);
  color: transparent;
}
.cdk-overlay-pane.mat-mdc-dialog-panel {
  max-width: unset !important;
}
body {
  background-color: #F6F8FD;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.g-layout {
  height: 100vh;
}
.g-router {
  padding: 12px 24px;
  height: -webkit-fill-available;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.btn:disabled {
  background: #C0C5D8 !important;
  color: #414653 !important;
  border-color: #C0C5D8 !important;
  cursor: not-allowed;
}
.btn.primary {
  background: #164AF3;
  color: #ffffff;
  border-color: #164AF3;
}
.btn.primary:hover {
  background: rgb(10.4816326531, 55.9020408163, 203.5183673469);
  border-color: rgb(10.4816326531, 55.9020408163, 203.5183673469);
}
.btn.primary:active {
  background: rgb(9.2326530612, 49.2408163265, 179.2673469388);
  border-color: rgb(9.2326530612, 49.2408163265, 179.2673469388);
}
.btn.secondary {
  background: #ffffff;
  color: #164AF3;
  border-color: #164AF3;
}
.btn.secondary:hover {
  background: rgb(229.5, 229.5, 229.5);
  border-color: rgb(10.4816326531, 55.9020408163, 203.5183673469);
}
.btn.secondary:active {
  background: rgb(216.75, 216.75, 216.75);
  border-color: rgb(9.2326530612, 49.2408163265, 179.2673469388);
}
.btn.tertiary {
  background: transparent;
  color: #164AF3;
  border-color: transparent;
}
.btn.tertiary:hover {
  background: hsla(0, 0%, -10%, 0);
  border-color: hsla(0, 0%, -10%, 0);
}
.btn.tertiary:active {
  background: hsla(0, 0%, -15%, 0);
  border-color: hsla(0, 0%, -15%, 0);
}
.btn.tertiary:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.btn.small {
  height: 32px;
  padding: 0 16px;
  font-size: 12px;
}
.btn.medium {
  height: 38px;
  padding: 0 20px;
  font-size: 14px;
}
.btn.large {
  height: 44px;
  padding: 0 24px;
  font-size: 16px;
}
.btn.full-width {
  width: 100%;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.chip.info-purple {
  background-color: #DDE1FF;
  color: #164AF3;
}
.chip.go-green {
  background-color: #A3F6AB;
  color: #196C31;
}
.chip.alert-orange {
  background-color: #FFDBCA;
  color: #EB6B01;
}
.chip.issue-red {
  background-color: #FFE9E5;
  color: #BA1A1A;
}
.chip.disabled-gray {
  background-color: #E2E2E5;
  color: #5D5E61;
}
.chip.approved-blue {
  background-color: #B1ECFF;
  color: #0589A3;
}
.chip.sm {
  height: 20px;
  font-size: 12px;
  padding: 0 10px;
}
.chip.md {
  height: 24px;
  font-size: 14px;
  padding: 0 12px;
}
.chip.lg {
  height: 28px;
  font-size: 16px;
  padding: 0 16px;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.badge.neutral {
  background-color: #164AF3;
  color: #fff;
}
.badge.success {
  background-color: #196C31;
  color: #fff;
}
.badge.warning {
  background-color: #EB6B01;
  color: #fff;
}
.badge.error {
  background-color: #BA1A1A;
  color: #fff;
}
.badge.sm {
  height: 20px;
  font-size: 12px;
  padding: 0 10px;
}
.badge.md {
  height: 24px;
  font-size: 14px;
  padding: 0 12px;
}
.badge.lg {
  height: 28px;
  font-size: 16px;
  padding: 0 16px;
}
.g-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.g-header-row .g-left-section {
  display: flex;
  align-items: center;
  gap: 6px;
}
.g-header-row .g-left-section .g-back-arrow {
  width: 20px;
  cursor: pointer;
}
.g-header-row .g-left-section .g-header {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #565D6E;
}
.g-header-row .g-right-section {
  display: flex;
  align-items: center;
  gap: 6px;
}
.width-100 {
  width: 100%;
}
.g-plus-icon {
  width: 20px;
  height: 20px;
  background-color: #164AF3;
  mask: url(/assets/icons/plus.svg) no-repeat center;
  -webkit-mask: url(/assets/icons/plus.svg) no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.g-plus-icon.disabled {
  background-color: #6D7589;
}
.g-plus-icon.medium {
  width: 18px;
  height: 18px;
}
.g-readonly-select {
  pointer-events: none;
}
.g-dialog-box {
  padding: 20px;
  height: calc(100% - 40px);
  max-height: calc(100% - 40px);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.g-dialog-box .g-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.g-dialog-box .g-header-row .g-header {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #414653;
}
.g-dialog-box .g-header-row .g-close-icon {
  width: 20px;
  cursor: pointer;
}
.g-tab-header {
  display: flex;
  cursor: pointer;
}
.g-tab {
  padding: 5px 12px;
  border-bottom: 2px solid #C0C5D8;
  color: #565D6E;
}
.g-tab:hover {
  color: #164AF3;
}
.g-tab.active {
  border-bottom: 2px solid #164AF3;
  color: #164AF3;
}
.g-tab-content {
  padding: 12px 0;
}
.g-toggle-tabs {
  display: flex;
  cursor: pointer;
  border-radius: 8px;
}
.g-toggle-tabs .g-toggle-tab {
  padding: 5px 12px;
  background-color: #fff;
  color: #565D6E;
  font-size: 14px;
  border-radius: 8px;
}
.g-toggle-tabs .g-toggle-tab:first-child {
  border-radius: 8px 0 0 8px;
}
.g-toggle-tabs .g-toggle-tab:last-child {
  border-radius: 0 8px 8px 0;
}
.g-toggle-tabs .g-toggle-tab:hover {
  color: #164AF3;
}
.g-toggle-tabs .g-toggle-tab.active {
  background-color: #DDE1FF;
  color: #164AF3;
}
.g-toggle-tabs .g-toggle-tab-content {
  padding: 12px 0;
}
.g-text-center {
  text-align: center;
  color: #C0C5D8;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
