:root.ls-light, .client-portal {
  --theme-dark: #000000;
  --theme-main-dark: #1B1E28;
  --theme-main-white: #FFF;
  --theme-background: #F6F8FD;
  --theme-primary-900: #7B5200;
  --theme-primary-800: #A16B00;
  --theme-primary-700: #C88603;
  --theme-primary-600: #ECA416;
  --theme-primary: #FFB31B;
  --theme-primary-400: #FFC248;
  --theme-primary-300: #FFD174;
  --theme-primary-200: #FFE1A6;
  --theme-primary-100: #FFEECD;
  --theme-secondary-900: #011632;
  --theme-secondary-800: #062653;
  --theme-secondary-700: #0D3062;
  --theme-secondary-600: #163B70;
  --theme-secondary: #204780;
  --theme-secondary-400: #2A599E;
  --theme-secondary-300: #3A70BE;
  --theme-secondary-200: #4D8AE2;
  --theme-secondary-100: #6CA6FA;
  --theme-grayscale-900: #1B1E28;
  --theme-grayscale-800: #282B33;
  --theme-grayscale-700: #3D414E;
  --theme-grayscale-600: #777A87;
  --theme-grayscale: #A8AAB2;
  --theme-grayscale-400: #B9BBC1;
  --theme-grayscale-300: #CBCCD1;
  --theme-grayscale-200: #DCDDE0;
  --theme-grayscale-100: #EEEEF0;
  --theme-semantic1: #5FBD33;
  --theme-semantic2: #9746FF;
  --theme-semantic3: #FFB31B;
  --theme-semantic4: #608CFF;
  --theme-semantic5: #52D6CE;
  --theme-semantic6: #FD6C2E;
  --theme-semantic7: #FF5190;
  --theme-semantic8: #FF002E;
  --theme-badge: #FF3D00;
  --theme-gray-border: #F0F0F0;
  --theme-thead-gray: #F6F7F8;
  --theme-th-gray: #6F7179;
  --theme-outlined: #204780;
  --text-text-default-dark: #F7F9FF;
  --theme-dark-1: rgba(0, 0, 0, 0.1);
  --theme-dark-2: rgba(0, 0, 0, 0.2);
  --theme-main-white-1: rgba(255, 255, 255, 0.1);
  --theme-main-white-2: rgba(255, 255, 255, 0.2);
  --theme-main-white-3: rgba(255, 255, 255, 0.3);
  --theme-main-white-4: rgba(255, 255, 255, 0.4);
  --border-primary: #222630;
  --outline-color: #477FFD;
  --theme-error: #FD3A3A;
  --theme-warning: #FF961B;
  --theme-success: #5EAD38;
  --btn-error: #FD3A3A;
  --btn-error-hover: rgba(253, 58, 58, 0.8);
  --btn-error-disabled: rgba(253, 58, 58, 0.4);
  --btn-warn: #FF961B;
  --btn-warn-hover: rgba(255, 150, 27, 0.8);
  --btn-warn-disabled: rgba(255, 150, 27, 0.4);
  --btn-success: #5EAD38;
  --btn-success-hover: rgba(94, 173, 56, 0.8);
  --btn-success-disabled: rgba(94, 173, 56, 0.4);
  --btn-fifth: #222630;
  --btn-fifth-hover: #3A3E47;
  --btn-fifth-disabled: #777A87;
  --btn-info: #2F7AE8;
  --btn-info-hover: rgba(47, 122, 232, 0.8);
  --btn-info-disabled: rgba(47, 122, 232, 0.4);
  --font-weight-600: 600;
  --font-weight-500: 500;
  --font-weight-400: 400;
}

:root.ls-dark {
  --theme-dark: #000000;
  --theme-main-dark: #1B1E28;
  --theme-main-white: #FFF;
  --theme-background: #F6F8FD;
  --theme-primary-900: #7B5200;
  --theme-primary-800: #A16B00;
  --theme-primary-700: #C88603;
  --theme-primary-600: #ECA416;
  --theme-primary: #FFB31B;
  --theme-primary-400: #FFC248;
  --theme-primary-300: #FFD174;
  --theme-primary-200: #FFE1A6;
  --theme-primary-100: #FFEECD;
  --theme-secondary-900: #011632;
  --theme-secondary-800: #062653;
  --theme-secondary-700: #0D3062;
  --theme-secondary-600: #163B70;
  --theme-secondary: #204780;
  --theme-secondary-400: #2A599E;
  --theme-secondary-300: #3A70BE;
  --theme-secondary-200: #4D8AE2;
  --theme-secondary-100: #6CA6FA;
  --theme-grayscale-900: #1B1E28;
  --theme-grayscale-800: #282B33;
  --theme-grayscale-700: #3D414E;
  --theme-grayscale-600: #777A87;
  --theme-grayscale: #A8AAB2;
  --theme-grayscale-400: #B9BBC1;
  --theme-grayscale-300: #CBCCD1;
  --theme-grayscale-200: #DCDDE0;
  --theme-grayscale-100: #EEEEF0;
  --theme-semantic1: #5FBD33;
  --theme-semantic2: #9746FF;
  --theme-semantic3: #FFB31B;
  --theme-semantic4: #608CFF;
  --theme-semantic5: #52D6CE;
  --theme-semantic6: #FD6C2E;
  --theme-semantic7: #FF5190;
  --theme-semantic8: #FF002E;
  --theme-badge: #FF3D00;
  --theme-gray-border: #F0F0F0;
  --theme-thead-gray: #F6F7F8;
  --theme-th-gray: #6F7179;
  --theme-outlined: #204780;
  --text-text-default-dark: #F7F9FF;
  --theme-dark-1: rgba(0, 0, 0, 0.1);
  --theme-dark-2: rgba(0, 0, 0, 0.2);
  --theme-main-white-1: rgba(255, 255, 255, 0.1);
  --theme-main-white-2: rgba(255, 255, 255, 0.2);
  --theme-main-white-3: rgba(255, 255, 255, 0.3);
  --theme-main-white-4: rgba(255, 255, 255, 0.4);
  --border-primary: #222630;
  --outline-color: #477FFD;
  --theme-error: #FD3A3A;
  --theme-warning: #FF961B;
  --theme-success: #5EAD38;
  --btn-error: #FD3A3A;
  --btn-error-hover: rgba(253, 58, 58, 0.8);
  --btn-error-disabled: rgba(253, 58, 58, 0.4);
  --btn-warn: #FF961B;
  --btn-warn-hover: rgba(255, 150, 27, 0.8);
  --btn-warn-disabled: rgba(255, 150, 27, 0.4);
  --btn-success: #5EAD38;
  --btn-success-hover: rgba(94, 173, 56, 0.8);
  --btn-success-disabled: rgba(94, 173, 56, 0.4);
  --btn-fifth: #222630;
  --btn-fifth-hover: #3A3E47;
  --btn-fifth-disabled: #777A87;
  --btn-info: #2F7AE8;
  --btn-info-hover: rgba(47, 122, 232, 0.8);
  --btn-info-disabled: rgba(47, 122, 232, 0.4);
  --font-weight-600: 600;
  --font-weight-500: 500;
  --font-weight-400: 400;
}

._simple-switch-checkbox {
  height: 0px;
  width: 0px;
  overflow: hidden;
  opacity: 0;
}

._simple-switch-track {
  --simple-switch_size: 20px;
  font-size: inherit;
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  background: #ccc;
  border-radius: 20px;
  padding: 0 calc((20px * 1.25) - 6px) 0 0;
  border: 3px solid #ccc;
  transition: background 250ms ease-out, border 250ms ease-out;
  outline: none;
  box-sizing: padding-box;
}
@supports (--foobar: false) {
  ._simple-switch-track {
    border-radius: var(--simple-switch_size);
    padding: 0 calc((var(--simple-switch_size) * 1.25) - 6px) 0 0;
  }
}
._simple-switch-track.on {
  background: #FFB31B;
  border: 3px solid #FFB31B;
}
._simple-switch-track.on .handle {
  transform: translateX(calc((20px * 1.25) - 6px));
}
@supports (--foobar: false) {
  ._simple-switch-track.on .handle {
    transform: translateX(calc((var(--simple-switch_size) * 1.25) - 6px));
  }
}
._simple-switch-track.focus {
  border: 3px solid #03A9F4;
}
._simple-switch-track .handle {
  position: relative;
  width: calc(14px);
  height: calc(14px);
  border-radius: 20px;
  background: #fff;
  display: block;
  transition: transform 250ms ease-out;
  will-change: transition;
  z-index: 2;
}
@supports (--foobar: false) {
  ._simple-switch-track .handle {
    width: calc(var(--simple-switch_size) - 6px);
    height: calc(var(--simple-switch_size) - 6px);
    border-radius: var(--simple-switch_size);
  }
}
._simple-switch-track._simple-switch_disabled {
  background-color: #eee;
  border-color: #eee;
  cursor: default;
}
._simple-switch-track._material {
  padding: 0;
  margin: 3px 0;
  height: 17px;
  width: 30px;
  border: none;
  vertical-align: top;
}
@supports (--foobar: false) {
  ._simple-switch-track._material {
    height: calc(var(--simple-switch_size) - 3px);
    width: calc(var(--simple-switch_size) * 1.5);
  }
}
._simple-switch-track._material.on {
  background: #FFB31B;
}
._simple-switch-track._material.on:after {
  transform: translateX(17px);
}
@supports (--foobar: false) {
  ._simple-switch-track._material.on:after {
    transform: translateX(calc(var(--simple-switch_size) - 3px));
  }
}
._simple-switch-track._material.on .handle {
  background: #ce8900;
  transform: translateX(17px);
}
@supports (--foobar: false) {
  ._simple-switch-track._material.on .handle {
    transform: translateX(calc(var(--simple-switch_size) - 3px));
  }
}
._simple-switch-track._material:after {
  content: "";
  position: absolute;
  top: -9.25px;
  left: -10px;
  width: 34px;
  height: 34px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.125);
  border-radius: 34px;
  opacity: 0;
  will-change: opacity;
  transition: opacity 250ms ease-out, transform 250ms ease-out;
}
@supports (--foobar: false) {
  ._simple-switch-track._material:after {
    width: calc(var(--simple-switch_size) + 14px);
    height: calc(var(--simple-switch_size) + 14px);
    border-radius: calc(var(--simple-switch_size) + 14px);
  }
}
._simple-switch-track._material.focus:after {
  opacity: 1;
}
._simple-switch-track._material .handle {
  position: absolute;
  top: -2.25px;
  left: -3px;
  width: 20px;
  height: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: transform 250ms ease-out, background 250ms ease-out;
}
@supports (--foobar: false) {
  ._simple-switch-track._material .handle {
    width: var(--simple-switch_size);
    height: var(--simple-switch_size);
  }
}

html {
  height: 100%;
}

body {
  background: var(--theme-background);
  height: 100%;
  position: relative;
}
body .ls-content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
  height: calc(100% - 60px);
}
body .justify-content-between {
  justify-content: space-between;
}
body .justify-content-end {
  justify-content: flex-end;
}
body .flex-row {
  display: flex;
  flex-direction: row;
}
body .flex-col {
  display: flex;
  flex-direction: column;
}
body .align-center {
  align-items: center;
}
body .ls-layout-flex {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
body .ls-layout-flex--sidebar {
  display: flex;
  width: 265px;
  min-width: 265px;
  box-sizing: border-box;
}
body .ls-layout-flex--sidebar--profile {
  width: unset;
  min-width: unset;
}
body .ls-layout-flex--content {
  display: flex;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  body .ls-layout-flex {
    flex-direction: column;
    row-gap: 30px;
  }
  body .ls-layout-flex--content {
    width: 100%;
  }
}
body input.ls-input, body select.ls-input, body textarea.ls-input {
  padding: 10px;
  padding-left: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-grayscale-900);
  min-height: 40px;
  border-radius: 6px;
  border: none;
  outline: 1px solid var(--theme-grayscale-300);
}
body input.ls-input:focus, body select.ls-input:focus, body textarea.ls-input:focus {
  outline: 2px solid #6CA6FA;
}
body input.ls-input[type=date]::-webkit-calendar-picker-indicator, body select.ls-input[type=date]::-webkit-calendar-picker-indicator, body textarea.ls-input[type=date]::-webkit-calendar-picker-indicator {
  background: url("/images/ls-redesign/icons/calendar.svg") no-repeat;
  width: 20px;
  height: 20px;
  padding: 0;
}
body input.ls-input[type=date]::-webkit-datetime-edit-fields-wrapper, body select.ls-input[type=date]::-webkit-datetime-edit-fields-wrapper, body textarea.ls-input[type=date]::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
body input.ls-input.transparent-background, body select.ls-input.transparent-background, body textarea.ls-input.transparent-background {
  background: none !important;
}
body .input-group .fa-chevron-down, body .input-group .fa-chevron-up {
  color: #3D414E;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 1.3rem;
  z-index: 4;
}
body .transparent-background {
  background: none !important;
}
body textarea.no-focus:focus {
  outline: none;
}
body textarea.no-focus {
  --tw-ring-color: none !important;
  --tw-ring-shadow: none !important;
}
body .custom-dropdown {
  position: relative;
  cursor: pointer;
  padding-left: 10px;
}
body .dropdown-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}
body .custom-dropdown .fa-chevron-down, body .custom-dropdown .fa-chevron-up {
  font-size: 12px;
  color: #3D414E;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 30%;
  transform: translateY(-50%);
}
body .dropdown-options {
  position: absolute;
  top: 101%;
  left: 0;
  background-color: white;
  max-height: 350px; /* Limit dropdown height */
  overflow-y: auto; /* Add scroll for long lists */
  z-index: 10;
  display: none; /* Hide by default */
  width: 190px;
  background: white;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 4px;
  display: inline-block;
  padding: 0px;
}
body .dropdown-options::-webkit-scrollbar {
  width: 6px;
}
body .dropdown-options::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: var(--Surface-primary-300, #F6F7F8);
}
body .dropdown-options::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}
body .dropdown-options::-webkit-scrollbar-thumb:hover {
  background-color: var(--theme-grayscale-600);
}
body .dropdown-options li {
  padding: 10px 16px 10px 16px;
  color: var(--Text-text-secondary, #777A87);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  list-style: none;
  cursor: pointer;
  border-bottom: 1px solid var(--Border-border-tertiary, #EEEEF0);
}
body .dropdown-options li:hover {
  font-weight: 500;
  color: black;
  background-color: #f0f0f0;
}
body .dropdown-options li.active {
  color: var(--Text-text-primary, #1B1E28);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
body .ls-checkbox, body .ls-multiple-select .ms-drop ul li label {
  height: 24px;
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  color: var(--theme-grayscale-900);
  font-size: 14px;
  font-family: Roboto, normal, sans-serif;
  margin-top: 8px;
  white-space: nowrap;
  position: relative;
}
body .ls-checkbox:has(input[type=checkbox]) input, body .ls-multiple-select .ms-drop ul li label:has(input[type=checkbox]) input {
  display: none;
}
body .ls-checkbox:has(input[type=checkbox]):before, body .ls-multiple-select .ms-drop ul li label:has(input[type=checkbox]):before {
  font-family: "Material Symbols Outlined", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-size: 14px;
  border-color: var(--theme-grayscale-600);
  border-radius: 3px;
  border-width: 2px;
  color: rgba(0, 0, 0, 0);
  border-style: solid;
  margin: 3px;
  margin-right: 11px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  content: "check";
  width: 18px;
}
body .ls-checkbox:has(input[type=checkbox]):hover:after, body .ls-multiple-select .ms-drop ul li label:has(input[type=checkbox]):hover:after {
  background: var(--theme-primary-100);
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: block;
  position: absolute;
  border-radius: 100%;
  content: "";
  z-index: -1;
  top: -4px;
  left: -4px;
}
body .ls-checkbox:has(input[type=checkbox]):has(> input:checked):before, body .ls-multiple-select .ms-drop ul li label:has(input[type=checkbox]):has(> input:checked):before {
  background: var(--theme-success);
  border-color: var(--theme-success);
  color: var(--theme-main-white);
}
body .ls-checkbox:has(input[type=checkbox]).yellow:has(> input:checked):before, body .ls-multiple-select .ms-drop ul li label:has(input[type=checkbox]).yellow:has(> input:checked):before {
  background: var(--theme-semantic3);
  border-color: var(--theme-semantic3);
  color: var(--theme-main-white);
}
body .select2.ls-select2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-grayscale-600);
  border-radius: 6px;
  outline: 1px solid var(--theme-grayscale-300);
}
body .select2.ls-select2 input {
  color: var(--theme-grayscale-600);
  padding: 0 !important;
}
body .select2.ls-select2 .select2-selection__rendered, body .select2.ls-select2 .select2-search {
  padding: 0 !important;
}
body .select2.ls-select2 ul {
  display: block !important;
}
body .select2.ls-select2 .selection {
  display: block;
}
body .select2.ls-select2 .selection .select2-selection {
  border: none;
  padding: 10px !important;
  padding-left: 16px !important;
  min-height: 40px;
  display: block !important;
}
body .select2.ls-select2 .selection .select2-selection--multiple {
  padding: 3px 2px !important;
}
body .select2.ls-select2 .selection .select2-selection--multiple input {
  padding: 6px !important;
  padding-left: 13px !important;
}
body .select2.ls-select2 .selection .select2-selection__choice {
  border: none;
  background: var(--theme-grayscale-100);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 8px 2px 12px !important;
  color: var(--theme-grayscale-900);
  max-width: calc(100% - 15px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body .select2.ls-select2 .selection .select2-selection__choice__remove {
  float: right;
  margin-left: 8px;
  margin-right: 0;
  color: var(--theme-grayscale-900);
  border: 2px solid var(--theme-grayscale-900);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  display: flex !important;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 0 !important;
  margin-top: 2px !important;
  font-family: Roboto, sans-serif;
}
body .select2.ls-select2.select2-container--focus .select2-selection {
  box-shadow: none;
  outline: 2px solid var(--theme-secondary-100);
}
body .ls-select2 .select2-dropdown {
  filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.05));
  border-radius: 4px !important;
  border: none !important;
}
body .ls-select2 .select2-dropdown .select2-results__option {
  background: var(--theme-main-white);
  border-bottom: 1px solid var(--theme-grayscale-100);
  box-sizing: border-box;
  color: var(--theme-grayscale-900);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
body .ls-select2 .select2-dropdown .select2-results__option:last-child {
  border-bottom: none;
}
body .ls-select2 .select2-dropdown .select2-results__option--highlighted {
  background: var(--theme-grayscale-100);
}
body .ls-select2 .select2-dropdown .select2-results__option[aria-selected=true] {
  background: var(--theme-primary-100);
}
body li.select2-search, body .select2-search--inline {
  width: 100% !important;
}
body .census-select2-filters .select2-search--inline {
  width: auto !important;
}
body .select2.ls-select2.color-mode {
  outline: none;
}
body .select2.ls-select2.color-mode .selection .select2-selection {
  display: flex !important;
  align-items: center;
  background: var(--theme-grayscale-100);
  box-shadow: none;
  padding: 0 5px !important;
  min-height: 32px !important;
}
body .select2.ls-select2.color-mode .selection .select2-selection .select2-selection__rendered {
  color: var(--theme-grayscale-800) !important;
}
body .ls-radio {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-grayscale-900);
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
body .ls-radio input {
  display: none;
}
body .ls-radio:before {
  font-family: "Material Symbols Outlined", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: var(--theme-grayscale-600);
  margin-right: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  content: "radio_button_unchecked";
  z-index: 2;
}
body .ls-radio:hover:not(:has(input:disabled)):after {
  background: var(--theme-primary-100);
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: block;
  position: absolute;
  border-radius: 100%;
  content: "";
  z-index: 1;
  top: -6px;
  left: -6px;
}
body .ls-radio:has(> input:checked):before {
  content: "radio_button_checked";
  color: var(--theme-semantic3);
}
body .ls-radio:has(> input:disabled) {
  cursor: not-allowed;
}
body .ls-radio:has(> input:disabled):before {
  color: #A8AAB2;
}
body .radio-group .control-label {
  margin-bottom: 8px !important;
}
body .ls-modal {
  padding: 0;
}
body .ls-modal .modal-dialog {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
body .ls-modal .modal-dialog .modal-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-grayscale-900);
  margin-bottom: 0;
}
body .ls-modal .modal-dialog .panel-body {
  padding: 0;
}
body .ls-modal .divider {
  background: var(--theme-grayscale-200);
  height: 1px;
  display: flex;
  flex: 1;
  margin-top: 24px;
}
body .ls-modal .form-group {
  padding: 0;
}
body .ls-modal .mt-24 {
  margin-top: 24px;
}
body .ls-modal .mb-24 {
  margin-bottom: 24px;
}
body .ls-modal .mt-16 {
  margin-top: 16px;
}
body .ls-modal .mb-16 {
  margin-bottom: 16px;
}
body .ls-modal .mt-30 {
  margin-top: 30px;
}
body .ls-modal--buttons {
  margin-top: 35px;
  background-color: var(--theme-grayscale-900);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 24px;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -16px;
}
body .ls-modal--buttons .flex-row, body .ls-modal--buttons .flex-col {
  gap: 16px;
}
body .modal-backdrop {
  background: var(--theme-grayscale-900) 40%;
}
body .ls-dropdown .dropdown-back {
  inset: 0;
  position: fixed;
  background: white;
  z-index: 2;
  display: none;
  opacity: 0.01;
}
body .ls-dropdown[data-open=true] .dropdown-back {
  display: block;
}
body .ls-dropdown--menu .dropdown-menu {
  align-items: normal !important;
  flex-direction: column;
  padding: 0;
  filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.25));
  border-radius: 4px;
}
body .ls-dropdown--menu .dropdown-menu a, body .ls-dropdown--menu .dropdown-menu span {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  display: flex;
  height: 40px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid var(--theme-grayscale-100);
  box-sizing: border-box;
}
body .ls-dropdown--menu .dropdown-menu a:last-child, body .ls-dropdown--menu .dropdown-menu span:last-child {
  border-bottom: none;
}
body .ls-dropdown--menu .dropdown-menu a:hover, body .ls-dropdown--menu .dropdown-menu span:hover {
  color: #898A90;
}
body .ls-dropdown--menu .dropdown-menu a.selected, body .ls-dropdown--menu .dropdown-menu span.selected {
  background: var(--theme-primary-100);
}
body .ls-dropdown--menu .dropdown-menu[aria-expanded=true] {
  display: flex;
}
body .ls-dropdown--menu .dropdown-menu .dropdown-submenu {
  position: relative;
}
body .ls-dropdown--menu .dropdown-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
  margin-left: 2px;
  top: 0;
}
body .ls-dropdown--menu .dropdown-menu.m_calendar {
  width: 21rem;
}
body .ls-dropdown--menu .dropdown-menu.m_calendar a, body .ls-dropdown--menu .dropdown-menu.m_calendar span {
  color: #000 !important;
}
body .ls-dropdown--menu .dropdown-menu.m_calendar a:hover, body .ls-dropdown--menu .dropdown-menu.m_calendar span:hover {
  color: #898A90 !important;
}
body .ls-dropdown--menu .df:not(#telehealth-contact-dropdown-list) a, body .ls-dropdown--menu .df:not(#telehealth-contact-dropdown-list) span:not(.ignore-color) {
  color: var(--theme-main-dark) !important;
}
body .dropdown-toggle-menu {
  position: relative;
  width: 100%;
  margin-top: 0px !important;
  overflow-y: auto;
  max-height: 338px;
  padding-bottom: 10px;
  background: white;
  z-index: 100;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1019607843);
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body .dropdown-toggle-menu::-webkit-scrollbar {
  width: 8px;
}
body .dropdown-toggle-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white;
  border-radius: 10px;
}
body .dropdown-toggle-menu::-webkit-scrollbar-thumb {
  background: #F6F7F8;
  border-radius: 8px;
  height: 64px;
  padding: 2px 0px 2px 0px;
}
body .dropdown-toggle-menu::-webkit-scrollbar-thumb:hover {
  background: #eee;
}
body .dropdown-toggle-menu:not(.dropdown-toggle-open) {
  visibility: hidden;
}
body .dropdown-toggle-menu.dropdown-toggle-open {
  visibility: visible;
}
body .dropdown-toggle-search-holder {
  border-bottom: 1px solid #DADADA !important;
  padding: 10px;
  display: flex;
}
body .dropdown-toggle-search-icon {
  background: url("/img/calendar-icons/search_icon.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  gap: 0px;
}
body .dropdown-toggle-search {
  width: 100%;
  border: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #1B1E28;
}
body .dropdown-toggle-item {
  border-bottom: 0px !important;
  width: 100%;
  height: 46px;
  display: block;
  padding: 12px 16px;
}
body .dropdown-toggle-text {
  border: 0px;
  border-bottom: 0px !important;
  padding: 0px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: default !important;
  width: 70%;
  display: inline-block;
}
body .dropdown-toggle-icon-holder {
  border: 0px;
  border-bottom: 0px !important;
  padding: 0px !important;
  padding-left: 15px !important;
  padding-right: 0px !important;
  cursor: pointer;
  width: 30%;
}
body .ls-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  height: 36px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  outline: none !important;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  text-transform: initial;
}
body .ls-btn:has(> .material-symbols-outlined):not(.icon-right) {
  padding-left: 12px;
}
body .ls-btn:has(> .material-symbols-outlined).icon-right {
  padding-right: 12px;
}
body .ls-btn .material-symbols-outlined {
  font-size: 20px;
}
body .ls-btn .material-symbols-outlined:first-child {
  margin-right: 4px;
}
body .ls-btn .material-symbols-outlined:last-child {
  margin-left: 4px;
}
body .ls-btn:focus {
  border: 2px solid #6CA6FA !important;
  padding: 6px 14px !important;
  text-decoration: none;
}
body .ls-btn:focus:has(> .material-symbols-outlined):not(.icon-right) {
  padding-left: 10px !important;
}
body .ls-btn:focus:has(> .material-symbols-outlined).icon-right {
  padding-right: 10px !important;
}
body .ls-btn:hover:not(.without-hover) {
  text-decoration: none;
}
body .ls-btn.btn-primary {
  border: none;
  background: var(--theme-semantic3) !important;
  color: var(--theme-dark) !important;
}
body .ls-btn.btn-primary:hover {
  background: var(--theme-primary-400);
}
body .ls-btn.btn-primary:focus {
  background: var(--theme-semantic3) !important;
}
body .ls-btn.btn-secondary {
  background: #32353E;
  color: var(--theme-main-white);
}
body .ls-btn.btn-secondary:hover {
  background: #3b3c3f;
}
body .ls-btn.btn-secondary:focus {
  background: #32353E !important;
}
body .ls-btn.btn-outline {
  background: transparent;
  border: 1px solid #A3A3A3;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 17px;
  color: #B5B5B5;
}
body .ls-btn.capitalize {
  text-transform: capitalize;
}
body .ls-btn.uppercase {
  text-transform: uppercase;
}
body .ls-btn.btn-green {
  border: none;
  background: var(--green-dark);
  color: var(--theme-main-white);
}
body .ls-btn.btn-white {
  border: none;
  background: white;
  line-height: 20px;
  color: var(--theme-main-dark);
}
body .ls-btn.btn-white:hover:not(.without-hover) {
  background: var(--theme-semantic3);
}
body .ls-btn.btn-white.active:not(.without-hover) {
  background: var(--theme-semantic3);
}
body .ls-btn.btn-white.bordered {
  border: 1px solid var(--theme-grayscale-200);
  border-radius: 4px;
}
body .ls-btn.btn-dark-gray {
  border: none;
  background: var(--theme-grayscale-600);
  line-height: 20px;
  color: var(--theme-main-white);
}
body .ls-btn.btn-dark-gray:hover {
  background: var(--theme-grayscale-400);
}
body .ls-btn.btn-dark-gray.active {
  background: var(--theme-grayscale-400);
}
body .ls-btn.btn-gray {
  border: none;
  background: #F6F7F8;
  line-height: 20px;
  color: var(--theme-main-dark);
}
body .ls-btn.btn-gray:hover {
  background: var(--theme-semantic3);
}
body .ls-btn.btn-gray.active {
  background: var(--theme-semantic3);
}
body .ls-btn.btn-red {
  border: none;
  background: var(--theme-error);
  line-height: 20px;
  color: var(--theme-main-white);
}
body .ls-btn.btn-red:hover {
  background: var(--theme-error) !important;
}
body .ls-btn.btn-red.active {
  background: var(--theme-error);
}
body .ls-btn.m_with-icon {
  padding-right: 2.5rem !important;
}
body .ls-buttons-group {
  height: 32px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid var(--theme-grayscale-100);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
body .ls-buttons-group .ls-btn {
  border-radius: 0;
  width: 65px;
  height: 32px;
  border-right: 1px solid var(--theme-grayscale-100);
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
body .ls-buttons-group .ls-btn:hover {
  background: var(--theme-semantic3);
}
body .ls-buttons-group .ls-btn.active {
  background: var(--theme-semantic3);
}
body .ls-buttons-group .ls-btn:last-child {
  border: none;
}
body .telehealth-btn {
  height: 32px;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  text-align: center;
  border: none;
}
body #telehealth-organizer-link, body #telehealth-organizer-link-zoom, body #telehealth-resend-link-zoom-group {
  width: 270px;
  padding: 8px 16px 8px 16px;
  gap: 8px;
}
body #telehealth-resend-link-contact {
  width: 167.66px;
  padding: 8px 16px 8px 16px;
  gap: 8px;
}
body .telehealth-bg {
  background: #103EB4;
  color: #FFFFFF;
}
body #telehealth-copy-link, body #telehealth-copy-link-zoom {
  width: 32px;
  gap: 0px;
}
body #telehealth-resend-link, body #telehealth-resend-link-zoom {
  width: 200.66px;
  padding: 0px 16px 0px 16px;
  gap: 8px;
}
body .zoom-bg {
  background: #4C7EFF;
  color: #FFFFFF;
}
body #telehealth-resend-link-contact-dropdown-button {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #103EB4;
  cursor: pointer;
  margin-left: 6px;
}
body .reason-area {
  border-radius: 0.4rem;
  background: none;
  background-image: none;
  border: 0.1rem solid #CBCCD1;
  padding: 0.8rem 1.6rem;
  resize: none;
  height: 8rem;
  font-size: 1.4rem;
  max-width: 40rem;
  width: 100%;
}
body .reason-area::-moz-placeholder {
  font-size: 1.4rem;
}
body .reason-area::placeholder {
  font-size: 1.4rem;
}
body .ls-multiple-select .ms-choice {
  padding: 10px;
  padding-left: 16px;
  height: 40px;
  border-radius: 6px;
}
body .ls-multiple-select .ms-choice span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  align-items: center;
  color: var(--theme-main-dark);
  margin-left: 16px;
  padding-left: 0;
}
body .ls-multiple-select .ms-choice span.placeholder {
  color: var(--theme-grayscale-600);
}
body .ls-multiple-select .ms-drop .ms-search input {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
  padding: 4px;
  box-sizing: border-box;
}
body .ls-multiple-select .ms-drop ul li {
  padding: 0;
  margin: 0;
  height: 40px;
  background: var(--theme-main-white);
  border-bottom: 1px solid var(--theme-grayscale-100);
  box-sizing: border-box;
  color: var(--theme-grayscale-900);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
body .ls-multiple-select .ms-drop ul li label {
  height: 40px;
  box-sizing: border-box;
  color: var(--theme-grayscale-900);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  background: transparent;
}
body .ls-multiple-select .ms-drop ul li.selected {
  background: var(--theme-primary-100);
}
body .ls-multiple-select .ms-drop ul li.selected label:before {
  background: var(--theme-semantic3) !important;
  border-color: var(--theme-semantic3) !important;
  color: var(--theme-main-white) !important;
}
body .ls-multiple-select .ms-drop ul li:hover {
  background: var(--theme-grayscale-100);
}
body .ls-form-group {
  margin: 0 !important;
}
body .ls-form-group .control-label {
  margin: 0 !important;
  margin-bottom: 4px !important;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: var(--theme-main-dark) !important;
}
body .ls-form-group--helper {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--theme-grayscale-600);
  margin-top: 4px;
}
body .ls-form-group .control-label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 20px;
  color: var(--theme-grayscale-900) !important;
  margin-bottom: 4px;
  display: inline-block;
}
body .ls-form-group .control-label.required::after {
  content: "*";
  color: #D52B2B;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
body .ls-form-group .required-error {
  align-items: center;
  margin-top: 4px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: var(--theme-error);
  display: none;
  flex-direction: row;
  gap: 8px;
}
body .ls-form-group .required-error::before {
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-feature-settings: "liga";
  content: "error";
}
body .ls-form-group[data-error=true] .required-error {
  display: flex;
}
body .ls-form-group[data-error=true] .select2, body .ls-form-group[data-error=true] input {
  outline: 1px solid var(--theme-error);
}
body .ls-form-group[data-error=true] .select2.select2-container--focus .select2-selection, body .ls-form-group[data-error=true] input.select2-container--focus .select2-selection {
  outline: none !important;
}
body .ls-input-label {
  margin: 0 !important;
  margin-bottom: 4px !important;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: var(--theme-main-dark) !important;
}
body .ls-input-label.required::after {
  content: "*";
  color: #D52B2B;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
body .ls-switch {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-main-dark);
  margin: 0;
  display: flex;
}
body .ls-switch ._simple-switch-track {
  margin-right: 8px;
}
body .ls-data-table {
  margin-top: 27px;
}
body .ls-data-table .dataTables_filter label {
  display: inline-block;
  position: relative;
}
body .ls-data-table .dataTables_filter label::before {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-feature-settings: "liga";
  content: "search";
  position: absolute;
  left: 10px;
  top: 8px;
}
body .ls-data-table .dataTables_filter label input {
  padding: 6px 6px 6px 36px !important;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid var(--theme-grayscale-300);
  border-radius: 6px;
  background-image: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
body .ls-data-table .dataTables_filter label input::-moz-placeholder {
  color: var(--theme-grayscale-600);
}
body .ls-data-table .dataTables_filter label input::placeholder {
  color: var(--theme-grayscale-600);
}
body .ls-data-table .dataTables_filter label input:focus {
  padding: 5px 5px 5px 35px;
  border: 2px solid var(--theme-secondary-100);
  box-shadow: none;
}
body .ls-data-table .dt-buttons {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: flex-end;
}
body .ls-data-table .dt-buttons .dt-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  height: 36px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  background: var(--theme-semantic3);
  color: var(--theme-main-dark) !important;
  border: none;
}
body .ls-data-table .dt-buttons .dt-button:hover, body .ls-data-table .dt-buttons .dt-button:active, body .ls-data-table .dt-buttons .dt-button:focus {
  background: var(--theme-primary-400) !important;
  box-shadow: none !important;
  text-shadow: none;
}
body .ls-data-table .dt-buttons .dt-button:focus {
  border: 2px solid #6CA6FA;
  padding: 6px 14px;
  border-radius: 4px;
}
body .ls-data-table .dt-buttons .dt-button:before {
  content: "" !important;
}
body .ls-data-table .dt-buttons .dt-button span {
  padding: 0 !important;
  top: 0px !important;
}
body .ls-data-table .dataTables_length {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: var(--theme-grayscale-600);
  margin-top: 15px;
  margin-bottom: 12px;
}
body .ls-data-table .dataTables_length select {
  padding: 6px 16px;
  gap: 4px;
  height: 32px;
  border: 1px solid var(--theme-grayscale);
  border-radius: 6px;
  margin-left: 8px;
  margin-right: 8px;
  background: none;
}
body .ls-data-table .dataTables_length select:focus, body .ls-data-table .dataTables_length select:active {
  outline: 2px solid var(--theme-secondary-100);
  box-shadow: none;
}
body .ls-data-table table {
  margin-bottom: 5px;
}
body .ls-data-table .dataTables_info {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-left: 21px;
}
body .ls-data-table .pagination {
  margin-top: 25px;
  margin-left: 21px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
body .ls-data-table .pagination .paginate_button {
  box-sizing: border-box;
}
body .ls-data-table .pagination .paginate_button a {
  padding: 8px;
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--theme-grayscale-200);
  border-radius: 4px;
  display: flex;
  justify-content: center;
}
body .ls-data-table .pagination .paginate_button a:focus {
  border: 2px solid var(--theme-secondary-100);
  outline: none;
  padding: 7px;
}
body .ls-table, body .ls-table th, body .ls-table td {
  border: 1px solid #DDD;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
body .ls-table th {
  font-weight: 700;
  height: 68px;
  vertical-align: middle;
}
body .ls-table td {
  font-weight: 400;
}
body .ls-breadcrumbs {
  display: flex;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  line-height: 12px;
}
body .ls-breadcrumbs a:hover {
  font-size: 10px;
  font-weight: 700;
}
body .ls-breadcrumbs .current-page-title {
  font-family: Roboto, sans-serif;
  color: var(--theme-grayscale-900);
}
body .ls-breadcrumbs .arrow-icon {
  font-size: 12px;
  line-height: 12px;
  color: var(--theme-grayscale-900);
  opacity: 0.6;
}
body .ls-breadcrumbs .inner-page-title {
  text-transform: uppercase;
  color: var(--theme-grayscale-900);
}
body .ls-tabs-switcher {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}
body .ls-tabs-switcher--item {
  display: inline-block;
  vertical-align: top;
  color: #73757D;
  padding-bottom: 7px;
  margin-bottom: 25px;
}
body .ls-tabs-switcher--item.active {
  color: var(--theme-grayscale-900);
  border-bottom: 3px solid var(--theme-grayscale-900);
}
body .ls-tabs-switcher--item:not(.active) {
  cursor: pointer;
}
body .ls-tabs-switcher--item:not(:last-child) {
  margin-right: 16px;
}
body .ls-tabs-list .ls-tabs-list--item:not(.active) {
  display: none;
}

.priority-low {
  color: var(--theme-secondary-200);
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.priority-routine {
  color: var(--theme-grayscale-700);
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.priority-important {
  color: var(--theme-success);
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.priority-urgent {
  color: var(--theme-warning);
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.priority-immediate {
  color: var(--theme-error);
  font-size: 20px;
  width: 20px;
  height: 20px;
}

table.ls-data-table {
  margin: 0;
  width: 100% !important;
}
table.ls-data-table thead {
  background-color: #F6F7F8;
}
table.ls-data-table thead tr th {
  color: #6F7179;
  font-size: 12px !important;
  line-height: 12px !important;
  align-items: center;
  background-image: none !important;
  padding: 7px 32px 7px 16px !important;
  position: relative;
  white-space: nowrap;
}
table.ls-data-table thead tr th:first-child {
  padding-left: 16px !important;
}
table.ls-data-table thead tr th:last-child {
  padding-right: 16px !important;
}
table.ls-data-table thead tr th .column-title-wrapper {
  color: #6F7179;
  font-size: 12px !important;
}
table.ls-data-table thead tr th:after, table.ls-data-table thead tr th:before {
  position: absolute;
  height: 7px;
  width: 10px;
  font-family: "Material Symbols Outlined", sans-serif;
  right: 15px;
  left: unset;
  font-size: 14px;
  line-height: 14px;
  color: #6F7179;
  opacity: 0.3;
}
table.ls-data-table thead tr th:before {
  content: "\e698";
  top: 0;
}
table.ls-data-table thead tr th:after {
  content: "\e69b";
  bottom: 7px;
}
table.ls-data-table thead tr th.sorting_asc:before {
  opacity: 1;
  color: var(--theme-main-dark);
}
table.ls-data-table thead tr th.sorting_desc:after {
  opacity: 1;
  color: var(--theme-main-dark);
}
table.ls-data-table thead tr th.sorting_disabled:after, table.ls-data-table thead tr th.sorting_disabled:before {
  display: none;
}
table.ls-data-table tr td {
  font-size: 14px !important;
  padding: 5px 16px;
  font-weight: 500;
}
table.ls-data-table tr td:first-child {
  padding-left: 16px;
}
table.ls-data-table tr td:last-child {
  padding-right: 16px;
}
table.ls-data-table tr td.table-widget-column {
  color: var(--theme-main-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
table.ls-data-table tr td.table-widget-column a,
table.ls-data-table tr td.table-widget-column a:visited,
table.ls-data-table tr td.table-widget-column a:hover,
table.ls-data-table tr td.table-widget-column a:active {
  color: var(--theme-main-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
table.ls-data-table tr td.table-widget-column.client-name-column .client-name-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
table.ls-data-table tr td.table-widget-column.client-name-column .client-name-wrapper .client_pic {
  border-radius: 20px;
}
table.ls-data-table tr td.table-widget-column.program-name-column, table.ls-data-table tr td.table-widget-column.task-category-column {
  color: #6F7179;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
table.ls-data-table tr td.table-widget-column.action-column {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
table.ls-data-table tr td.table-widget-column.action-column span {
  width: 20px;
  height: 20px;
  color: #B2B4B8;
  font-size: 20px;
}
table.ls-data-table tr td.table-widget-column.action-column span a {
  line-height: 20px;
}
table.ls-data-table tr td.table-widget-column.action-column span:hover {
  color: var(--theme-main-dark);
}
table.ls-data-table tr td.table-widget-column .checkbox {
  width: 20px;
  height: 20px;
}
table.ls-data-table tr td.table-widget-column .checkbox label.control-label {
  margin: 0;
}
table.ls-data-table tr td.table-widget-column .checkbox label.control-label .checkbox-material {
  vertical-align: unset;
  position: relative;
  top: 0;
}
table.ls-data-table tr td.table-widget-column .checkbox label.control-label .checkbox-material:before {
  transform: unset;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0;
}
table.ls-data-table tbody tr:not(:has(.dataTables_empty)):hover {
  background: #CDD4E5;
}
table.ls-data-table .rewdateclass {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
table.ls-data-table .rewdateclass span {
  color: var(--theme-badge);
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.select2-selection__rendered {
  margin-left: 8px !important;
  width: calc(100% - 16px) !important;
}

.select2-search__field, .select2-search__field:focus {
  box-shadow: none !important;
}

.pag-m-0 .pagination {
  margin: 0 !important;
}

.d-flex {
  display: flex;
}

.d-align-center {
  align-items: center;
}

.sticky_datatable_header_with_filter {
  background-color: white;
}

.ls-panel-heading {
  background: var(--theme-main-dark) !important;
  color: #CADFFF !important;
  border-radius: 4px 4px 0 0;
}
.ls-panel-heading .accordion-toggle i {
  margin-left: 20px;
}
.ls-panel-heading .accordion-toggle::after {
  color: #CADFFF !important;
}

.dataTables_length label select {
  margin-top: 1px !important;
  padding-top: 4px !important;
  line-height: 14px;
}

#tblclients tr td:first-child em {
  font-style: italic;
}

#homepage_census_view_facesheet em {
  font-style: italic;
}

.header16 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  color: #1B1E28;
}

.text-small-medium {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.text__green {
  color: var(--green-dark);
}

.flex-start {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-end {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.status-label {
  border-radius: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
}
.status-label.m_green {
  background: var(--green-dark);
  color: white;
}

.column-gap-125 {
  -moz-column-gap: 125px !important;
       column-gap: 125px !important;
}

.swal-success {
  width: 434px;
  height: 180px;
}
.swal-success .swal2-title {
  font-family: Roboto;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 24px;
  text-align: left;
  color: #1B1E28;
  padding-left: 22px !important;
}
.swal-success .swal2-html-container {
  font-family: Roboto;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: var(--Colours-Greyscale-300, #777A87);
}
.swal-success .swal2-confirm {
  width: 87px;
  height: 36px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
  background: #FFB31B;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  color: #1B1E28;
}

.swal2-popup .swal2-title {
  text-align: left;
}
.swal2-popup .swal2-html-container {
  text-align: left;
}
.swal2-popup .swal2-loader {
  border-color: var(--theme-primary) rgba(0, 0, 0, 0) var(--theme-primary) rgba(0, 0, 0, 0);
}

.swal2-container.swal2-top-end .swal2-toast, .swal2-container.swal2-top .swal2-toast {
  padding: 1.6rem;
}
.swal2-container.swal2-top-end .swal2-toast.popup-bordered-success, .swal2-container.swal2-top .swal2-toast.popup-bordered-success {
  border: 1px solid var(--theme-success);
}
.swal2-container.swal2-top-end .swal2-toast .swal2-title, .swal2-container.swal2-top .swal2-toast .swal2-title {
  color: var(--theme-main-dark);
  font-size: 14px !important;
  font-weight: 500;
  margin: 0 0 0.8rem !important;
}
.swal2-container.swal2-top-end .swal2-toast .swal2-html-container, .swal2-container.swal2-top .swal2-toast .swal2-html-container {
  color: var(--theme-main-dark);
  font-size: 14px !important;
  font-weight: 400;
  margin: 0;
}
.swal2-container.swal2-top-end .swal2-toast .swal2-close, .swal2-container.swal2-top .swal2-toast .swal2-close {
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid var(--theme-grayscale-300);
  color: var(--theme-grayscale-900);
}
.swal2-container.swal2-top-end .swal2-toast .swal2-icon, .swal2-container.swal2-top .swal2-toast .swal2-icon {
  grid-row: 1;
}
.swal2-container.swal2-top-end .swal2-toast .swal2-icon .swal2-toast, .swal2-container.swal2-top .swal2-toast .swal2-icon .swal2-toast {
  padding: 1.6rem;
}
.swal2-container.swal2-top-end .swal2-toast .swal2-icon.swal2-success, .swal2-container.swal2-top .swal2-toast .swal2-icon.swal2-success {
  border-color: var(--theme-success);
}
.swal2-container.swal2-top-end .swal2-toast .swal2-icon.swal2-success .swal2-success-ring, .swal2-container.swal2-top .swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  border: 0;
}
.swal2-container .warning-with-confirm {
  padding: 24px;
}
.swal2-container .warning-with-confirm .swal2-title {
  padding: 0 0 1.6rem;
  color: var(--theme-main-dark);
  font-size: 20px !important;
  font-weight: 500;
}
.swal2-container .warning-with-confirm .swal2-html-container {
  margin: 0;
  padding-bottom: 2rem;
}
.swal2-container .warning-with-confirm .warning-actions-wrapper {
  margin-right: 0;
  grid-gap: 0.5rem;
}
.swal2-container .warning-with-confirm .warning-actions-wrapper.reverse {
  flex-direction: row-reverse;
}
.swal2-container .warning-with-confirm .warning-actions-wrapper button {
  margin: 0;
  min-width: 124px;
}

.custom-swal-popup.swal2-modal {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  padding: 24px;
}
.custom-swal-popup .swal2-warning {
  grid-area: 1/1;
  width: 1.9rem;
  height: 1.9rem;
  margin: 0;
  border-color: #FF961B;
  color: #FF961B;
}
.custom-swal-popup .swal2-warning .swal2-icon-content {
  font-size: 1.5rem !important;
}
.custom-swal-popup .swal2-title {
  grid-area: 1/2;
  padding: 0 0 0 10px;
  color: var(--theme-main-dark);
  font-size: 20px !important;
  font-weight: 500;
}
.custom-swal-popup .swal2-html-container {
  grid-area: 2/1/2/3;
  width: 100%;
  margin: 0;
  padding-top: 16px;
  color: var(--theme-main-dark);
  font-size: 16px !important;
  font-weight: 400;
}
.custom-swal-popup .swal2-actions {
  grid-area: 3/2;
  margin-right: 0;
}
.custom-swal-popup .swal2-actions .swal2-confirm {
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--theme-main-dark);
  display: inline-flex;
  font-weight: var(--font-weight-500);
  font-size: 1.4rem;
  grid-gap: 0.8rem;
  line-height: 2.2rem;
  text-transform: none;
  background-color: var(--theme-primary);
  padding: 0.7rem 2.4rem;
}

.ls-nav-tabs li {
  padding: 0 0 4px 0;
  width: auto;
  height: auto;
  border-bottom: 3px solid transparent !important;
}
.ls-nav-tabs li a,
.ls-nav-tabs li a:hover,
.ls-nav-tabs li a:active,
.ls-nav-tabs li a:visited {
  font-size: 14px;
  line-height: 20px;
  color: #73757D !important;
  background-color: white !important;
  padding: 0;
}
.ls-nav-tabs li:hover, .ls-nav-tabs li.active {
  background-color: white !important;
  border-bottom: 3px solid #1B1E28 !important;
  color: var(--theme-main-dark) !important;
}
.ls-nav-tabs li:hover a,
.ls-nav-tabs li:hover a:hover,
.ls-nav-tabs li:hover a:active,
.ls-nav-tabs li:hover a:visited, .ls-nav-tabs li.active a,
.ls-nav-tabs li.active a:hover,
.ls-nav-tabs li.active a:active,
.ls-nav-tabs li.active a:visited {
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-main-dark) !important;
  background-color: white !important;
  padding: 0;
}
.ls-nav-tabs li:not(:last-child) {
  margin-right: 16px;
}
