@charset "UTF-8";
:root {
  --surface-a:#ffffff;
  --surface-b:#efefef;
  --surface-c:#e9ecef;
  --surface-d:#dee2e6;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#212529;
  --text-color-secondary:#525B73;
  --primary-color:#5346E0;
  --primary-color-text:#ffffff;
  --font-family:Mulish;
  --surface-0: #ffffff;
  --surface-50: #f9fafb;
  --surface-100: #f8f9fa;
  --surface-200: #e9ecef;
  --surface-300: #dee2e6;
  --surface-400: #ced4da;
  --surface-500: #adb5bd;
  --surface-600: #6c757d;
  --surface-700: #495057;
  --surface-800: #343a40;
  --surface-900: #212529;
  --gray-50: #f9fafb;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --content-padding:1.25rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
  --surface-ground:#efefef;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dee2e6;
  --surface-hover:#e9ecef;
  --maskbg: rgba(255, 255, 255, 0.56);
  --focus-ring: 0 0 0 0.2rem #bab5f3;
}

/* Add your variable customizations of theme here */
* {
  box-sizing: border-box;
}

.p-component {
  font-family: "Mulish";
  font-size: 1rem;
  font-weight: normal;
}

.p-component-overlay {
  background-color: rgba(255, 255, 255, 0.56);
  transition-duration: 0.15s;
}

.p-disabled, .p-component:disabled {
  opacity: 0.65;
}

.custom-input-disabled .p-component.p-disabled, .custom-input-disabled .p-component:disabled, .custom-input-disabled .p-disabled {
  opacity: 1;
  background: #f8f8f8 !important;
}
.custom-input-disabled:disabled {
  opacity: 1;
  background: #f8f8f8 !important;
}

.custom-dropdown-disable .p-component.p-disabled {
  opacity: 1;
  background: #f8f8f8 !important;
}

.p-error {
  color: #dc3545;
}

.p-text-secondary {
  color: #525B73;
}

.pi {
  font-size: 1rem;
}

.p-link {
  font-size: 1rem;
  font-family: "Mulish";
  border-radius: 8px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}

.p-component-overlay-enter {
  animation: p-component-overlay-enter-animation 150ms forwards;
}

.p-component-overlay-leave {
  animation: p-component-overlay-leave-animation 150ms forwards;
}

@keyframes p-component-overlay-enter-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--maskbg);
  }
}
@keyframes p-component-overlay-leave-animation {
  from {
    background-color: var(--maskbg);
  }
  to {
    background-color: transparent;
  }
}

:root {
  --blue-50:#f4fafe;
  --blue-100:#cae6fc;
  --blue-200:#a0d2fa;
  --blue-300:#75bef8;
  --blue-400:#4baaf5;
  --blue-500:#2196f3;
  --blue-600:#1c80cf;
  --blue-700:#1769aa;
  --blue-800:#125386;
  --blue-900:#0d3c61;
  --green-50:#f6fbf6;
  --green-100:#d4ecd5;
  --green-200:#b2ddb4;
  --green-300:#90cd93;
  --green-400:#6ebe71;
  --green-500:#4caf50;
  --green-600:#419544;
  --green-700:#357b38;
  --green-800:#2a602c;
  --green-900:#1e4620;
  --yellow-50:#fffcf5;
  --yellow-100:#fef0cd;
  --yellow-200:#fde4a5;
  --yellow-300:#fdd87d;
  --yellow-400:#fccc55;
  --yellow-500:#fbc02d;
  --yellow-600:#d5a326;
  --yellow-700:#b08620;
  --yellow-800:#8a6a19;
  --yellow-900:#644d12;
  --cyan-50:#f2fcfd;
  --cyan-100:#c2eff5;
  --cyan-200:#91e2ed;
  --cyan-300:#61d5e4;
  --cyan-400:#30c9dc;
  --cyan-500:#00bcd4;
  --cyan-600:#00a0b4;
  --cyan-700:#008494;
  --cyan-800:#006775;
  --cyan-900:#004b55;
  --pink-50:#fef4f7;
  --pink-100:#fac9da;
  --pink-200:#f69ebc;
  --pink-300:#f1749e;
  --pink-400:#ed4981;
  --pink-500:#e91e63;
  --pink-600:#c61a54;
  --pink-700:#a31545;
  --pink-800:#801136;
  --pink-900:#5d0c28;
  --indigo-50:#f5f6fb;
  --indigo-100:#d1d5ed;
  --indigo-200:#acb4df;
  --indigo-300:#8893d1;
  --indigo-400:#6372c3;
  --indigo-500:#3f51b5;
  --indigo-600:#36459a;
  --indigo-700:#2c397f;
  --indigo-800:#232d64;
  --indigo-900:#192048;
  --teal-50:#f2faf9;
  --teal-100:#c2e6e2;
  --teal-200:#91d2cc;
  --teal-300:#61beb5;
  --teal-400:#30aa9f;
  --teal-500:#009688;
  --teal-600:#008074;
  --teal-700:#00695f;
  --teal-800:#00534b;
  --teal-900:#003c36;
  --orange-50:#fff8f2;
  --orange-100:#fde0c2;
  --orange-200:#fbc791;
  --orange-300:#f9ae61;
  --orange-400:#f79530;
  --orange-500:#f57c00;
  --orange-600:#d06900;
  --orange-700:#ac5700;
  --orange-800:#874400;
  --orange-900:#623200;
  --bluegray-50:#f7f9f9;
  --bluegray-100:#d9e0e3;
  --bluegray-200:#bbc7cd;
  --bluegray-300:#9caeb7;
  --bluegray-400:#7e96a1;
  --bluegray-500:#607d8b;
  --bluegray-600:#526a76;
  --bluegray-700:#435861;
  --bluegray-800:#35454c;
  --bluegray-900:#263238;
  --purple-50:#faf4fb;
  --purple-100:#e7cbec;
  --purple-200:#d4a2dd;
  --purple-300:#c279ce;
  --purple-400:#af50bf;
  --purple-500:#9c27b0;
  --purple-600:#852196;
  --purple-700:#6d1b7b;
  --purple-800:#561561;
  --purple-900:#3e1046;
}

.p-autocomplete .p-autocomplete-loader {
  right: 0.75rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 3.107rem;
}
.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.25rem 0.75rem;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  border-color: #5346E0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.25rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: "Mulish";
  font-size: 1rem;
  color: #212529;
  padding: 0;
  margin: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #5346E0;
  color: #ffffff;
  border-radius: 8px;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}

p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #dc3545;
}

.p-autocomplete-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  box-shadow: none;
}
.p-autocomplete-panel .p-autocomplete-items:not(.p-autocomplete-virtualscroll) {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items.p-autocomplete-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #212529;
  background: #e9ecef;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #ffffff;
  background: #5346E0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}

p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #dc3545;
}

.p-datepicker {
  padding: 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 8px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #efefef;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  color: #212529;
  transition: box-shadow 0.15s;
  font-weight: 600;
  padding: 0.5rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
  color: #5346E0;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  transition: box-shadow 0.15s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #ffffff;
  background: #5346E0;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #ced4da;
  color: #212529;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #ffffff;
  background: #5346E0;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #dee2e6;
  padding: 0.5rem;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.25rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: box-shadow 0.15s;
  border-radius: 8px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #ffffff;
  background: #5346E0;
}
.p-datepicker .p-yearpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-yearpicker .p-yearpicker-year {
  padding: 0.5rem;
  transition: box-shadow 0.15s;
  border-radius: 8px;
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
  color: #ffffff;
  background: #5346E0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-left: 1px solid #dee2e6;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
  border-left: 0 none;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}

@media screen and (max-width: 769px) {
  .p-datepicker table th, .p-datepicker table td {
    padding: 0;
  }
}
.p-cascadeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 8px;
}
.p-cascadeselect:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-cascadeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  border-color: #5346E0;
}
.p-cascadeselect .p-cascadeselect-label {
  background: transparent;
  border: 0 none;
  padding: 0.5rem 0.75rem;
}
.p-cascadeselect .p-cascadeselect-label.p-placeholder {
  color: #525B73;
}
.p-cascadeselect .p-cascadeselect-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-cascadeselect .p-cascadeselect-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.p-cascadeselect-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  box-shadow: none;
}
.p-cascadeselect-panel .p-cascadeselect-items {
  padding: 0.5rem 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
  margin: 0;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
  padding: 0.5rem 1.5rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
  color: #ffffff;
  background: #5346E0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
  font-size: 0.875rem;
}

p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
  border-color: #dc3545;
}

.p-input-filled .p-cascadeselect {
  background: #efefef;
}
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
  background-color: #efefef;
}

.p-checkbox {
  width: 16px;
  height: 16px;
}
.p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 16px;
  height: 16px;
  color: #212529;
  border-radius: 4px;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.15s;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #0747A6;
  background: #0747A6;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #ced4da;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  border-color: #5346E0;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #3022c9;
  background: #3022c9;
  color: #ffffff;
}

p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #dc3545;
}

.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #efefef;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #0747A6;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #efefef;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #3022c9;
}

.p-checkbox-label {
  margin-left: 0.5rem;
}

.p-chips .p-chips-multiple-container {
  padding: 0.25rem 0.75rem;
}
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  border-color: #5346E0;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #5346E0;
  color: #ffffff;
  border-radius: 8px;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.25rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: "Mulish";
  font-size: 1rem;
  color: #212529;
  padding: 0;
  margin: 0;
}

p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #dc3545;
}

.p-colorpicker-preview,
.p-fluid .p-colorpicker-preview.p-inputtext {
  width: 2rem;
  height: 2rem;
}

.p-colorpicker-panel {
  background: #212529;
  border: 1px solid #191919;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}

.p-colorpicker-overlay-panel {
  box-shadow: none;
}

.p-dropdown {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 8px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  border-color: #5346E0;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.75rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #525B73;
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #495057;
  right: 2.357rem;
}

.p-dropdown-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  box-shadow: none;
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.75rem;
  margin-right: -1.75rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-dropdown-panel .p-dropdown-items:not(.p-dropdown-virtualscroll) {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items.p-dropdown-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #ffffff;
  background: #5346E0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}

p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #dc3545;
}

.p-input-filled .p-dropdown {
  background: #efefef;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #efefef;
}

.p-dropdown-limit-length .p-dropdown-panel {
  max-width: 100% !important;
}
.p-dropdown-limit-length .p-dropdown-panel .p-dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-editor-container .p-editor-toolbar {
  background: #efefef;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #525B73;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #525B73;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #525B73;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  border-radius: 8px;
  padding: 0.5rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #212529;
  background: #e9ecef;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.5rem 1.5rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #5346E0;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #5346E0;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #5346E0;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #5346E0;
}

.p-inputgroup-addon {
  background: #e9ecef;
  color: #495057;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
  min-width: 2.357rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #ced4da;
}

.p-inputgroup > .p-component,
.p-inputgroup > .p-element,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-element + .p-inputgroup-addon,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-element:focus,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-element:focus ~ label,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}

.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child,
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child,
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}

p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #dc3545;
}

p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
  border-color: #dc3545;
}

.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #ced4da;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 8px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 8px;
  transition-duration: 0.15s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #ced4da;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #5346E0;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ffffff;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #5346E0;
}

p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #dc3545;
}

.p-inputtext {
  font-family: "Mulish";
  font-size: 1rem;
  color: #495057;
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ced4da;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  appearance: none;
  border-radius: 8px;
}
.p-inputtext:enabled:hover {
  border-color: #ced4da;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  border-color: #5346E0;
}
.p-inputtext.ng-dirty.ng-invalid {
  border-color: #dc3545;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}

.p-float-label > label {
  left: 0.75rem;
  color: #525B73;
  transition-duration: 0.15s;
}

.p-float-label > .ng-invalid.ng-dirty + label {
  color: #dc3545;
}

.p-input-icon-left > i:first-of-type {
  left: 0.75rem;
  color: #495057;
}

.p-input-icon-left > .p-inputtext {
  padding-left: 2.5rem;
}

.p-input-icon-left.p-float-label > label {
  left: 2.5rem;
}

.p-input-icon-right > i:last-of-type {
  right: 0.75rem;
  color: #495057;
}

.p-input-icon-right > .p-inputtext {
  padding-right: 2.5rem;
}

::-webkit-input-placeholder {
  color: #525B73;
}

:-moz-placeholder {
  color: #525B73;
}

::-moz-placeholder {
  color: #525B73;
}

:-ms-input-placeholder {
  color: #525B73;
}

.p-input-filled .p-inputtext {
  background-color: #efefef;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #efefef;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #efefef;
}

.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}

.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}

.p-inputtext-filter label {
  left: 0.75rem !important;
  padding: 0px !important;
}
.p-inputtext-filter input:focus ~ label {
  margin-top: -1.25rem !important;
}

.p-listbox {
  background: #ffffff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 8px;
}
.p-listbox .p-listbox-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.75rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list {
  padding: 0.5rem 0;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #ffffff;
  background: #5346E0;
}
.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list .p-listbox-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}

p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #dc3545;
}

.p-multiselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 8px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  border-color: #5346E0;
}
.p-multiselect .p-multiselect-label {
  padding: 0.5rem 0.75rem;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #525B73;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #5346E0;
  color: #ffffff;
  border-radius: 8px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 0.5rem;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.25rem 0.75rem;
}

.p-multiselect-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  box-shadow: none;
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.75rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-multiselect-panel .p-multiselect-items:not(.p-multiselect-virtualscroll) {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items.p-multiselect-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}

p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #dc3545;
}

.p-input-filled .p-multiselect {
  background: #efefef;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #efefef;
}

p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
  border-color: #dc3545;
}

.p-password-panel {
  padding: 1.25rem;
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  border-radius: 8px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
  background: #dee2e6;
}
.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #D32F2F;
}
.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #FBC02D;
}
.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #689F38;
}

.p-radiobutton {
  width: 20px;
  height: 20px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #212529;
  border-radius: 50%;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #ced4da;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  border-color: #5346E0;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.15s;
  background-color: #ffffff;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #5346E0;
  background: #5346E0;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #3022c9;
  background: #3022c9;
  color: #ffffff;
}

p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #dc3545;
}

.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #efefef;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #5346E0;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #3022c9;
}

.p-radiobutton-label {
  margin-left: 0.5rem;
}

.p-highlight .p-radiobutton .p-radiobutton-box {
  border-color: #ffffff;
}

.p-rating .p-rating-icon {
  color: #495057;
  margin-left: 0.5rem;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  font-size: 1.143rem;
}
.p-rating .p-rating-icon.p-rating-cancel {
  color: #dc3545;
}
.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}
.p-rating .p-rating-icon.pi-star-fill {
  color: #5346E0;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #5346E0;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #dc3545;
}

.p-highlight .p-rating .p-rating-icon {
  color: #ffffff;
}

.p-selectbutton .p-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}

p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #dc3545;
}

.p-slider {
  background: #e9ecef;
  border: 0 none;
  border-radius: 8px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #5346E0;
  border: 2px solid #5346E0;
  border-radius: 8px;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-slider .p-slider-range {
  background: #5346E0;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: #3c2ddc;
  border-color: #3c2ddc;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, left 0.15s;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  transition: width 0.15s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, bottom 0.15s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  transition: height 0.15s;
}

.p-togglebutton.p-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}

p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #dc3545;
}

.p-treeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 8px;
}
.p-treeselect:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-treeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  border-color: #5346E0;
}
.p-treeselect .p-treeselect-label {
  padding: 0.5rem 0.75rem;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-treeselect .p-treeselect-label.p-placeholder {
  color: #525B73;
}
.p-treeselect.p-treeselect-chip .p-treeselect-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #dee2e6;
  color: #212529;
  border-radius: 16px;
}
.p-treeselect .p-treeselect-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
  border-color: #dc3545;
}

.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
  padding: 0.25rem 0.75rem;
}

.p-treeselect-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  box-shadow: none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
  border: 0 none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}

.p-input-filled .p-treeselect {
  background: #efefef;
}
.p-input-filled .p-treeselect:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
  background-color: #efefef;
}

.p-button {
  color: #ffffff;
  background: #5346E0;
  border: 1px solid #5346E0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 8px;
}
.p-button:enabled:hover {
  background: #3c2ddc;
  color: #ffffff;
  border-color: #3c2ddc;
}
.p-button:enabled:active {
  background: #3022c9;
  color: #ffffff;
  border-color: #3022c9;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #5346E0;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(83, 70, 224, 0.04);
  color: #5346E0;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(83, 70, 224, 0.16);
  color: #5346E0;
  border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
  color: #525B73;
  border-color: #525B73;
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #525B73;
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #525B73;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #5346E0;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(83, 70, 224, 0.04);
  color: #5346E0;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(83, 70, 224, 0.16);
  color: #5346E0;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #525B73;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #525B73;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #525B73;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #5346E0;
  background-color: #ffffff;
}
.p-button.p-button-raised {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.5rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}

.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button.custom-button {
  width: auto !important;
  border-radius: 8px;
  background: #5346E0;
}
.p-fluid .p-button-icon-only {
  width: 2.357rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}

.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #6c757d;
  border: 1px solid #6c757d;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #5a6268;
  color: #ffffff;
  border-color: #5a6268;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #545b62;
  color: #ffffff;
  border-color: #4e555b;
}
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #6c757d;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(108, 117, 125, 0.04);
  color: #6c757d;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(108, 117, 125, 0.16);
  color: #6c757d;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #6c757d;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(108, 117, 125, 0.04);
  border-color: transparent;
  color: #6c757d;
}
.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(108, 117, 125, 0.16);
  border-color: transparent;
  color: #6c757d;
}

.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #17a2b8;
  border: 1px solid #17a2b8;
}
.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #138496;
  color: #ffffff;
  border-color: #117a8b;
}
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #138496;
  color: #ffffff;
  border-color: #117a8b;
}
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #17a2b8;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(23, 162, 184, 0.04);
  color: #17a2b8;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(23, 162, 184, 0.16);
  color: #17a2b8;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #17a2b8;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(23, 162, 184, 0.04);
  border-color: transparent;
  color: #17a2b8;
}
.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(23, 162, 184, 0.16);
  border-color: transparent;
  color: #17a2b8;
}

.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #5346E0;
  border: 1px solid #5346E0;
}
.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #4739dd;
  color: #ffffff;
  border-color: #4d42cd;
}
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #4d42cd;
  color: #ffffff;
  border-color: #4739dd;
}
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #5346E0;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(83, 70, 224, 0.04);
  color: #5346E0;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(83, 70, 224, 0.16);
  color: #5346E0;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #5346E0;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(83, 70, 224, 0.04);
  border-color: transparent;
  color: #5346E0;
}
.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(83, 70, 224, 0.16);
  border-color: transparent;
  color: #5346E0;
}

.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
  color: #212529;
  background: #ffc107;
  border: 1px solid #ffc107;
}
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #e0a800;
  color: #212529;
  border-color: #d39e00;
}
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #d39e00;
  color: #212529;
  border-color: #c69500;
}
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #ffc107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(255, 193, 7, 0.04);
  color: #ffc107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(255, 193, 7, 0.16);
  color: #ffc107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #ffc107;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(255, 193, 7, 0.04);
  border-color: transparent;
  color: #ffc107;
}
.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(255, 193, 7, 0.16);
  border-color: transparent;
  color: #ffc107;
}

.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #6f42c1;
  border: 1px solid #6f42c1;
}
.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #633bad;
  color: #ffffff;
  border-color: #58349a;
}
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #d3c6ec;
}
.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #58349a;
  color: #ffffff;
  border-color: #4d2e87;
}
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #6f42c1;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(111, 66, 193, 0.04);
  color: #6f42c1;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(111, 66, 193, 0.16);
  color: #6f42c1;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #6f42c1;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(111, 66, 193, 0.04);
  border-color: transparent;
  color: #6f42c1;
}
.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(111, 66, 193, 0.16);
  border-color: transparent;
  color: #6f42c1;
}

.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #dc3545;
  border: 1px solid #dc3545;
}
.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #c82333;
  color: #ffffff;
  border-color: #bd2130;
}
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #bd2130;
  color: #ffffff;
  border-color: #b21f2d;
}
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #dc3545;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(220, 53, 69, 0.04);
  color: #dc3545;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(220, 53, 69, 0.16);
  color: #dc3545;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #dc3545;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(220, 53, 69, 0.04);
  border-color: transparent;
  color: #dc3545;
}
.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(220, 53, 69, 0.16);
  border-color: transparent;
  color: #dc3545;
}

.p-button.p-button-link {
  color: #5346E0;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #3c2ddc;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #5346E0;
  border-color: transparent;
}

.p-speeddial-button.p-button.p-button-icon-only {
  width: 4rem;
  height: 4rem;
}
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
  font-size: 1.3rem;
}

.p-speeddial-action {
  width: 3rem;
  height: 3rem;
  background: #495057;
  color: #fff;
}
.p-speeddial-action:hover {
  background: #343a40;
  color: #fff;
}

.p-speeddial-direction-up .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-up .p-speeddial-item:first-child {
  margin-bottom: 0.5rem;
}

.p-speeddial-direction-down .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-down .p-speeddial-item:first-child {
  margin-top: 0.5rem;
}

.p-speeddial-direction-left .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-left .p-speeddial-item:first-child {
  margin-right: 0.5rem;
}

.p-speeddial-direction-right .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-right .p-speeddial-item:first-child {
  margin-left: 0.5rem;
}

.p-speeddial-circle .p-speeddial-item,
.p-speeddial-semi-circle .p-speeddial-item,
.p-speeddial-quarter-circle .p-speeddial-item {
  margin: 0;
}
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
.p-speeddial-semi-circle .p-speeddial-item:first-child,
.p-speeddial-semi-circle .p-speeddial-item:last-child,
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
  margin: 0;
}

.p-speeddial-mask {
  background-color: rgba(255, 255, 255, 0.56);
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #e9ecef;
  width: 2rem;
  height: 0.5rem;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #dee2e6;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #5346E0;
  color: #ffffff;
}

.p-datatable .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  color: #212529;
  padding: 1rem 0rem;
  font-weight: 600;
}
.p-datatable .p-datatable-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 0px 0 1px 0;
  font-weight: 700;
  color: #525B73;
  background: #ffffff;
  transition: box-shadow 0.15s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #525B73;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #5346E0;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #525B73;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #ffffff;
  color: #5346E0;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #5346E0;
}
.p-datatable .p-sortable-column.p-highlight:hover {
  background: #e9ecef;
  color: #5346E0;
}
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #5346E0;
}
.p-datatable .p-sortable-column:focus {
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
  outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr:nth-child(even) {
  background-color: #F7F9FF;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: black;
  transition: box-shadow 0.15s;
  outline-color: #bab5f3;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #dee2e6;
  border-width: 0px 0 0 0;
  padding: 0.5rem 1rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #5346E0;
  color: #ffffff;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #5346E0;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #5346E0;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-datatable .p-column-resizer-helper {
  background: #5346E0;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #efefef;
}
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
  background-color: #ffffff;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 0px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th.b-table-actions {
  justify-content: center;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th.b-table-actions i {
  cursor: pointer;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th.b-table-actions i:hover {
  color: #6C63F0;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.p-frozen-column {
  font-weight: 500;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.b-border-frozen-left {
  border-right: 1px solid #dee2e6 !important;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.b-border-frozen-right {
  border-left: 1px solid #dee2e6 !important;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.b-table-actions {
  justify-content: center;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.b-table-actions i {
  cursor: pointer;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.b-table-actions i:hover {
  color: #6C63F0;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #5346E0;
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #ffffff;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.5rem 0rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.375rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.25rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.25rem 0rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 0.9375rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 0.625rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 1.25rem 1.25rem;
}

.p-dataview .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 0rem;
  font-weight: 600;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #212529;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .grid > div {
  border: 1px solid #dee2e6;
  border-width: 1px 0 0 0;
}
.p-dataview .p-dataview-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}
.p-dataview .p-dataview-emptymessage {
  padding: 1.25rem;
}

.p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
}

.p-column-filter-menu-button {
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-column-filter-menu-button:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
  background: transparent;
  color: #495057;
}
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  background: #5346E0;
  color: #ffffff;
}
.p-column-filter-menu-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}

.p-column-filter-clear-button {
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-column-filter-clear-button:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-column-filter-clear-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}

.p-column-filter-overlay {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  box-shadow: none;
  min-width: 12.5rem;
}
.p-column-filter-overlay .p-column-filter-row-items {
  padding: 0.5rem 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: #ffffff;
  background: #5346E0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}

.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 1.25rem;
  border-bottom: 1px solid #dee2e6;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
  margin-bottom: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
  margin-top: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
  border-bottom: 0 none;
}
.p-column-filter-overlay-menu .p-column-filter-add-rule {
  padding: 0.5rem 1.25rem;
}
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
  padding: 1.25rem;
}

.fc {
  /* FullCalendar 4 */
  /* FullCalendar 5 */
}
.fc.fc-unthemed .fc-view-container th {
  background: #efefef;
  border: 1px solid #dee2e6;
  color: #212529;
}
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #212529;
}
.fc.fc-unthemed .fc-view-container td.fc-head-container {
  border: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-view-container .fc-row {
  border-right: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-view-container .fc-event {
  background: #3c2ddc;
  border: 1px solid #3c2ddc;
  color: #ffffff;
}
.fc.fc-unthemed .fc-view-container .fc-divider {
  background: #efefef;
  border: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-toolbar .fc-button {
  color: #ffffff;
  background: #5346E0;
  border: 1px solid #5346E0;
  font-size: 1rem;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
  background: #3c2ddc;
  color: #ffffff;
  border-color: #3c2ddc;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
  background: #3022c9;
  color: #ffffff;
  border-color: #3022c9;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  z-index: 1;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
  border-color: #dee2e6;
}
.fc.fc-theme-standard .fc-view-harness th {
  background: #efefef;
  border-color: #dee2e6;
  color: #212529;
}
.fc.fc-theme-standard .fc-view-harness td {
  color: #212529;
  border-color: #dee2e6;
}
.fc.fc-theme-standard .fc-view-harness .fc-view {
  background: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover {
  background: none;
  border: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  background: #efefef;
  color: #212529;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: "PrimeIcons" !important;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
  content: "\e90b";
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-top: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
  color: #ffffff;
  background: #3c2ddc;
  border-color: #3c2ddc;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
  color: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
  background: #3c2ddc;
  border-color: #3c2ddc;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
  background: #e9ecef;
  color: #212529;
}
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
  background: #efefef;
}
.fc.fc-theme-standard .fc-toolbar .fc-button {
  color: #ffffff;
  background: #5346E0;
  border: 1px solid #5346E0;
  font-size: 1rem;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 8px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
  background: #3c2ddc;
  color: #ffffff;
  border-color: #3c2ddc;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
  background: #3022c9;
  color: #ffffff;
  border-color: #3022c9;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
  opacity: 0.65;
  color: #ffffff;
  background: #5346E0;
  border: 1px solid #5346E0;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
  z-index: 1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fc.fc-theme-standard a {
  color: #212529;
}
.fc.fc-theme-standard .fc-highlight {
  color: #ffffff;
  background: #5346E0;
}

.p-orderlist .p-orderlist-controls {
  padding: 1.25rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-bottom: 0 none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 600;
}
.p-orderlist .p-orderlist-filter-container {
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.75rem;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 0.5rem 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.5rem 1.5rem;
  margin: 0;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #ffffff;
  background: #5346E0;
}
.p-orderlist .p-orderlist-list .p-orderlist-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
}
.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}

.p-orderlist-item.cdk-drag-preview {
  padding: 0.5rem 1.5rem;
  box-shadow: none;
  border: 0 none;
  color: #212529;
  background: #ffffff;
  margin: 0;
}

.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #5346E0;
  color: #ffffff;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #22188f;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 1.25rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}

.p-paginator {
  background: #ffffff;
  color: #5346E0;
  border: solid #dee2e6;
  border-width: 0;
  padding: 0.75rem;
  border-top: 2px solid #dee2e6 !important;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #5346E0;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #5346E0;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 2.357rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-page-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.p-paginator .p-paginator-page-input .p-inputtext {
  max-width: 2.357rem;
}
.p-paginator .p-paginator-current {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #525B73;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: #ffffff;
  color: rgba(43, 47, 51, 0.8);
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #e2eeff;
  border-color: #5346E0;
  color: #0747A6;
  font-weight: 500;
  border-radius: 8px;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #5346E0;
  border-radius: 8px;
}

.p-picklist .p-picklist-buttons {
  padding: 1.25rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-bottom: 0 none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 600;
}
.p-picklist .p-picklist-filter-container {
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.75rem;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-picklist .p-picklist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 0.5rem 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.5rem 1.5rem;
  margin: 0;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
}
.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #ffffff;
  background: #5346E0;
}
.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
}
.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}

.p-picklist-item.cdk-drag-preview {
  padding: 0.5rem 1.5rem;
  box-shadow: none;
  border: 0 none;
  color: #212529;
  background: #ffffff;
  margin: 0;
}

.p-timeline .p-timeline-event-marker {
  border: 0 none;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #5346E0;
}
.p-timeline .p-timeline-event-connector {
  background-color: #dee2e6;
}
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
  padding: 0 1rem;
}
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  width: 2px;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
  padding: 1rem 0;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
}

.p-tree {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 1.25rem;
  border-radius: 8px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 8px;
  transition: box-shadow 0.15s;
  padding: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #525B73;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #212529;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #5346E0;
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #e9ecef;
  color: #212529;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.75rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #3022c9;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  color: #212529;
  padding: 0.5rem;
  transition: box-shadow 0.15s;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #5346E0;
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #525B73;
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}

.p-treetable .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 0rem;
  font-weight: 600;
}
.p-treetable .p-treetable-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 0px 0 1px 0;
  font-weight: 700;
  color: #343a40;
  background: #ffffff;
  transition: box-shadow 0.15s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
}
.p-treetable .p-sortable-column {
  outline-color: #bab5f3;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #525B73;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #5346E0;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #525B73;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #ffffff;
  color: #5346E0;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #5346E0;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #212529;
  transition: box-shadow 0.15s;
  outline-color: #bab5f3;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #dee2e6;
  border-width: 0px 0 0 0;
  padding: 0.5rem 1rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #212529;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #5346E0;
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #ffffff;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #212529;
}
.p-treetable .p-column-resizer-helper {
  background: #5346E0;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #efefef;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.875rem 0rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.375rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.25rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.25rem 0rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 0.9375rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 0.625rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 1.25rem 1.25rem;
}

.p-virtualscroller .p-virtualscroller-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 0rem;
  font-weight: 600;
}
.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #212529;
  border: 0 none;
  padding: 0;
}
.p-virtualscroller .p-virtualscroller-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 8px;
  transition: box-shadow 0.15s;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #efefef;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #212529;
}
.p-accordion .p-accordion-content {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 0;
}
.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
  border-radius: 0;
}
.p-accordion p-accordiontab .p-accordion-content {
  border-radius: 0;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-accordion p-accordiontab:last-child .p-accordion-content {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.p-card {
  background: #ffffff;
  color: #212529;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.p-card .p-card-body {
  padding: 1.5rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #525B73;
}
.p-card .p-card-content {
  padding: 1rem 0;
}
.p-card .p-card-footer {
  padding: 1rem 0 0 0;
}

.p-divider .p-divider-content {
  background-color: #ffffff;
}
.p-divider.p-divider-horizontal {
  margin: 1rem 0;
  padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
  border-top: 1px #dee2e6;
}
.p-divider.p-divider-horizontal .p-divider-content {
  padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
  margin: 0 1rem;
  padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
  border-left: 1px #dee2e6;
}
.p-divider.p-divider-vertical .p-divider-content {
  padding: 0.5rem 0;
}

.p-fieldset {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-radius: 8px;
}
.p-fieldset .p-fieldset-legend {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 8px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: box-shadow 0.15s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 1rem 1.25rem;
  color: #212529;
  border-radius: 8px;
  transition: box-shadow 0.15s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}
.p-fieldset .p-fieldset-content {
  padding: 1.25rem;
}

.p-panel .p-panel-header {
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  background: #efefef;
  color: #212529;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 600;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.5rem 1.25rem;
}
.p-panel .p-panel-content {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.5rem 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-top: 0 none;
}

.p-scrollpanel .p-scrollpanel-bar {
  background: #efefef;
  border: 0 none;
}

.p-splitter {
  border: 1px solid #dee2e6;
  background: #ffffff;
  border-radius: 8px;
  color: #212529;
}
.p-splitter .p-splitter-gutter {
  transition: box-shadow 0.15s;
  background: #efefef;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: #dee2e6;
}
.p-splitter .p-splitter-gutter-resizing {
  background: #dee2e6;
}

.p-tabview .p-tabview-nav {
  background: transparent;
  border-width: 0 0 1px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid;
  border-width: 1px;
  border-color: #ffffff #ffffff #dee2e6 #ffffff;
  background: #ffffff;
  color: #525B73;
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  transition: box-shadow 0.15s;
  margin: 0 0 -1px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #bab5f3;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #ffffff;
  border-color: #dee2e6;
  color: #525B73;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
  color: #495057;
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-nav-btn.p-link {
  background: #ffffff;
  color: #495057;
  width: 2.357rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.p-tabview .p-tabview-nav-btn.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #bab5f3;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 1.25rem;
  border: 0 none;
  color: #212529;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.p-toolbar {
  background: #efefef;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-radius: 8px;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}

.p-confirm-popup {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: none;
}
.p-confirm-popup .p-confirm-popup-content {
  padding: 1.25rem;
}
.p-confirm-popup .p-confirm-popup-footer {
  text-align: right;
  padding: 0.5rem 1.25rem;
}
.p-confirm-popup .p-confirm-popup-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-confirm-popup .p-confirm-popup-footer button:last-child {
  margin: 0;
}
.p-confirm-popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup:before {
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.p-confirm-popup.p-confirm-popup-flipped:after {
  border-top-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.p-confirm-popup .p-confirm-popup-icon {
  font-size: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-message {
  margin-left: 1rem;
}

.p-dialog {
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.p-dialog .p-dialog-header {
  border-bottom: 1px solid #e9ecef;
  background: #ffffff;
  color: #212529;
  padding: 1rem;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #212529;
  padding: 1rem;
  display: block !important;
}
.p-dialog .p-dialog-footer {
  border-top: 1px solid #e9ecef;
  background: #ffffff;
  color: #212529;
  padding: 1rem;
  text-align: right;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-dialog .p-dialog-footer .p-button-icon {
  display: none;
}
.p-dialog .p-dialog-footer .p-confirm-dialog-reject {
  background-color: #FFFFFF;
  border-color: #DE350C;
  color: #DE350C;
}
.p-dialog .p-dialog-footer .p-confirm-dialog-reject:hover {
  background-color: #F9C9CF;
  color: #DE350C;
}
.p-dialog .p-dialog-footer .p-confirm-dialog-approve {
  background-color: #7268e0;
  border-color: #5346E0;
  color: #FFFFFF;
}
.p-dialog .p-dialog-footer .p-confirm-dialog-approve:hover {
  background-color: #5346E0;
  color: #FFFFFF;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
  display: block !important;
  text-align: center;
  margin: 1rem 0;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
  display: block !important;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.p-overlaypanel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: none;
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 1.25rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #5346E0;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: box-shadow 0.15s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #3c2ddc;
  color: #ffffff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.p-sidebar {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
.p-sidebar .p-sidebar-header {
  padding: 1rem 1.25rem;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  color: #525B73;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:focus,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 1.25rem;
}

.p-tooltip {
  width: auto;
  max-width: 500px !important;
}
.p-tooltip .p-tooltip-text {
  background: #212529;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  box-shadow: none;
  border-radius: 8px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #212529;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #212529;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #212529;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #212529;
}

.p-fileupload .p-fileupload-buttonbar {
  background: #efefef;
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  border-bottom: 0 none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 2rem 1rem;
  border: 1px solid #dee2e6;
  color: #212529;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: inline-block;
  width: 100%;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 0.5rem 1rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}

.p-fileupload-choose:not(.p-disabled):hover {
  background: #3c2ddc;
  color: #ffffff;
  border-color: #3c2ddc;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #3022c9;
  color: #ffffff;
  border-color: #3022c9;
}

.p-breadcrumb {
  background: #efefef;
  border: 0 none;
  border-radius: 8px;
  padding: 1rem;
}
.p-breadcrumb ul li .p-menuitem-link {
  transition: box-shadow 0.15s;
  border-radius: 8px;
}
.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #5346E0;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #5346E0;
}
.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #525B73;
}
.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #525B73;
}
.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #525B73;
}

.p-contextmenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  border-radius: 8px;
  width: 12.5rem;
}
.p-contextmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  user-select: none;
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-contextmenu .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  border-radius: 8px;
}
.p-contextmenu .p-menuitem {
  margin: 0;
}
.p-contextmenu .p-menuitem:last-child {
  margin: 0;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-contextmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}

.p-dock .p-dock-list {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
}
.p-dock .p-dock-item {
  padding: 0.5rem;
}
.p-dock .p-dock-action {
  width: 4rem;
  height: 4rem;
}
.p-dock.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-bottom .p-dock-item-second-next {
  margin: 0 0.9rem;
}
.p-dock.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-bottom .p-dock-item-next {
  margin: 0 1.3rem;
}
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
  margin: 0 1.5rem;
}
.p-dock.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-right .p-dock-item-second-next {
  margin: 0.9rem 0;
}
.p-dock.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-right .p-dock-item-next {
  margin: 1.3rem 0;
}
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
  margin: 1.5rem 0;
}

@media screen and (max-width: 960px) {
  .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
    overflow-x: auto;
    width: 100%;
  }
  .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
    margin: 0 auto;
  }
  .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
    overflow-y: auto;
    height: 100%;
  }
  .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
    margin: auto 0;
  }
  .p-dock .p-dock-list .p-dock-item {
    transform: none;
    margin: 0;
  }
}
.p-megamenu {
  padding: 0.5rem 1rem;
  background: #efefef;
  color: rgba(0, 0, 0, 0.9);
  border: 0 none;
  border-radius: 8px;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 1rem;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  transition: box-shadow 0.15s;
  user-select: none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: rgba(0, 0, 0, 0.5);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.7);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.9);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-megamenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  user-select: none;
}
.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-megamenu .p-megamenu-submenu {
  padding: 0.5rem 0;
  width: 12.5rem;
}
.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem {
  margin: 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem:last-child {
  margin: 0;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0.5rem 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem {
  margin: 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem:last-child {
  margin: 0;
}

.p-menu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  width: 12.5rem;
}
.p-menu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.p-menu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-menu .p-menuitem {
  margin: 0;
}
.p-menu .p-menuitem:last-child {
  margin: 0;
}

.p-menubar {
  padding: 0.5rem 1rem;
  background: #efefef;
  color: rgba(0, 0, 0, 0.9);
  border: 0 none;
  border-radius: 8px;
}
.p-menubar .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  user-select: none;
}
.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 1rem;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  transition: box-shadow 0.15s;
  user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: rgba(0, 0, 0, 0.5);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.7);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.9);
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-menubar .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
.p-menubar .p-submenu-list .p-menuitem {
  margin: 0;
}
.p-menubar .p-submenu-list .p-menuitem:last-child {
  margin: 0;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-menubar .p-menubar-button:hover {
    color: rgba(0, 0, 0, 0.7);
    background: transparent;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #bab5f3;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0.5rem 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1rem;
    color: #212529;
    border-radius: 0;
    transition: box-shadow 0.15s;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #212529;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #bab5f3;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.15s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.15s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 3.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 6.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 8.25rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header > a {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 8px;
  transition: box-shadow 0.15s;
}
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}
.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #efefef;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #212529;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0.5rem 0;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  margin-bottom: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header > a {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover > a, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.p-slidemenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  width: 12.5rem;
}
.p-slidemenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  user-select: none;
}
.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-slidemenu .p-slidemenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: #e9ecef;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #212529;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #212529;
}
.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}
.p-slidemenu .p-slidemenu-backward {
  padding: 0.75rem 1rem;
  color: #212529;
}

.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 8px;
  background: transparent;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #212529;
  border: 1px solid #dee2e6;
  background: white;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 8px;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #525B73;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #5346E0;
  color: #ffffff;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 600;
  color: #212529;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #dee2e6;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}

.p-tabmenu .p-tabmenu-nav {
  background: transparent;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: -20px;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: solid;
  border-width: 1px;
  border-color: #ffffff #ffffff #dee2e6 #ffffff;
  background: #ffffff;
  color: #525B73;
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  transition: box-shadow 0.15s;
  margin: 0 0 -1px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #bab5f3;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #ffffff;
  border-color: #dee2e6;
  color: #525B73;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
  color: #495057;
}

.p-tieredmenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  width: 12.5rem;
}
.p-tieredmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  user-select: none;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #bab5f3;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-tieredmenu .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-tieredmenu .p-menuitem {
  margin: 0;
}
.p-tieredmenu .p-menuitem:last-child {
  margin: 0;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}

.p-inline-message {
  padding: 0.5rem 0.75rem;
  margin: 0;
  border-radius: 8px;
}
.p-inline-message.p-inline-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 0px;
  color: #004085;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #004085;
}
.p-inline-message.p-inline-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 0px;
  color: #155724;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #155724;
}
.p-inline-message.p-inline-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 0px;
  color: #856404;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #856404;
}
.p-inline-message.p-inline-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 0px;
  color: #721c24;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #721c24;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}

.p-message {
  margin: 1rem 0;
  border-radius: 8px;
}
.p-message .p-message-wrapper {
  padding: 1rem 1.25rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: box-shadow 0.15s;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-message.p-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 1px;
  color: #004085;
}
.p-message.p-message-info .p-message-icon {
  color: #004085;
}
.p-message.p-message-info .p-message-close {
  color: #004085;
}
.p-message.p-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 1px;
  color: #155724;
}
.p-message.p-message-success .p-message-icon {
  color: #155724;
}
.p-message.p-message-success .p-message-close {
  color: #155724;
}
.p-message.p-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 1px;
  color: #856404;
}
.p-message.p-message-warn .p-message-icon {
  color: #856404;
}
.p-message.p-message-warn .p-message-close {
  color: #856404;
}
.p-message.p-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 1px;
  color: #721c24;
}
.p-message.p-message-error .p-message-icon {
  color: #721c24;
}
.p-message.p-message-error .p-message-close {
  color: #721c24;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 500;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-message-summary {
  font-weight: 700;
}
.p-message .p-message-detail {
  margin-left: 0.5rem;
}

.p-toast {
  opacity: 1;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: box-shadow 0.15s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 1px;
  color: #004085;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #004085;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 1px;
  color: #155724;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #155724;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 1px;
  color: #856404;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #856404;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 1px;
  color: #721c24;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #721c24;
}

.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #efefef;
  width: 4rem;
  height: 4rem;
  transition: box-shadow 0.15s;
  border-radius: 8px;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}
.p-galleria .p-galleria-item-nav {
  background: transparent;
  color: #efefef;
  width: 4rem;
  height: 4rem;
  transition: box-shadow 0.15s;
  border-radius: 8px;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #efefef;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  overflow: auto;
  justify-content: space-between !important;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #e9ecef;
  width: 1rem;
  height: 1rem;
  transition: box-shadow 0.15s;
  border-radius: 8px;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #dee2e6;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #5346E0;
  color: #ffffff;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #5346E0;
  color: #ffffff;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #efefef;
  width: 2rem;
  height: 2rem;
  transition: box-shadow 0.15s;
  border-radius: 8px;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}

.p-galleria-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-preview-indicator {
  background-color: transparent;
  color: #f8f9fa;
  transition: box-shadow 0.15s;
}

.p-image-preview-container:hover > .p-image-preview-indicator {
  background-color: rgba(0, 0, 0, 0.5);
}

.p-image-toolbar {
  padding: 1rem;
}

.p-image-action.p-link {
  color: #f8f9fa;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: box-shadow 0.15s;
  margin-right: 0.5rem;
}
.p-image-action.p-link:last-child {
  margin-right: 0;
}
.p-image-action.p-link:hover {
  color: #f8f9fa;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-image-action.p-link i {
  font-size: 1.5rem;
}

.p-avatar {
  background-color: #dee2e6;
  border-radius: 8px;
}
.p-avatar.p-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.p-avatar.p-avatar-lg .p-avatar-icon {
  font-size: 1.5rem;
}
.p-avatar.p-avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.p-avatar.p-avatar-xl .p-avatar-icon {
  font-size: 2rem;
}

.p-avatar-group .p-avatar {
  border: 2px solid #ffffff;
}

.p-badge {
  background: #5346E0;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #6c757d;
  color: #ffffff;
}
.p-badge.p-badge-success {
  background-color: #5346E0;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #17a2b8;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #ffc107;
  color: #212529;
}
.p-badge.p-badge-danger {
  background-color: #dc3545;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.p-chip {
  background-color: #dee2e6;
  color: #212529;
  border-radius: 16px;
  padding: 0 0.75rem;
}
.p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.p-chip .p-chip-icon {
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  margin-left: 0.5rem;
}
.p-chip img {
  width: 2rem;
  height: 2rem;
  margin-left: -0.75rem;
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  border-radius: 8px;
  transition: box-shadow 0.15s;
}
.p-chip .pi-chip-remove-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}

.p-inplace .p-inplace-display {
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #e9ecef;
  color: #212529;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #bab5f3;
}

.p-progressbar {
  border: 0 none;
  height: 1.5rem;
  background: #e9ecef;
  border-radius: 8px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #5346E0;
}
.p-progressbar .p-progressbar-label {
  color: #ffffff;
  line-height: 1.5rem;
}

.p-scrolltop {
  width: 3rem;
  height: 3rem;
  border-radius: 8px;
  box-shadow: none;
  transition: box-shadow 0.15s;
}
.p-scrolltop.p-link {
  background: rgba(0, 0, 0, 0.7);
}
.p-scrolltop.p-link:hover {
  background: rgba(0, 0, 0, 0.8);
}
.p-scrolltop .p-scrolltop-icon {
  font-size: 1.5rem;
  color: #efefef;
}

.p-skeleton {
  background-color: #e9ecef;
  border-radius: 8px;
}
.p-skeleton:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.p-tag {
  background: #5346E0;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 4px 3px;
  border-radius: 8px;
}
.p-tag.p-tag-success {
  background-color: #E8F9F3;
  color: #006644;
}
.p-tag.p-tag-info {
  background-color: #EDF4FD;
  color: #0747A6;
}
.p-tag.p-tag-warning {
  background-color: #FDF8ED;
  color: #FFAB00;
}
.p-tag.p-tag-danger {
  background-color: #FDEDEF;
  color: #DE350C;
}
.p-tag.p-tag-secondary {
  background-color: #E2E6F2;
  color: #99A2BC;
}
.p-tag.p-tag-help {
  background-color: #FEF9F6;
  color: #FF5630;
}
.p-tag .p-tag-icon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

.p-terminal {
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1.25rem;
}
.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family: "Mulish";
}

/* Vendor extensions to the designer enhanced bootstrap compatibility */
.p-breadcrumb .p-breadcrumb-chevron {
  font-family: "Mulish";
}
.p-breadcrumb .p-breadcrumb-chevron:before {
  content: "/";
}

/* Add your customizations of theme here */
.p-toolbar {
  background: white;
  border: none;
}

.p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label {
  background: white;
  padding: 0px 5px;
  top: 0px !important;
}

.p-float-label.b-custom label {
  top: -0.75rem !important;
  font-size: 12px;
}

.p-top-label {
  top: -0.75rem;
  font-size: 12px;
}

.p-toast {
  max-width: 35rem !important;
  width: auto !important;
  z-index: 1103;
}
.p-toast .p-toast-message-content {
  align-items: center !important;
}
.p-toast .p-toast-message-content .p-toast-detail {
  margin-top: 0px !important;
}

.p-count-price {
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  margin: 0 !important;
  color: black !important;
}

.p-dynamic-dialog {
  overflow: auto;
}
.p-dynamic-dialog .p-dialog-content {
  overflow: auto;
  padding-bottom: 70px;
}
.p-dynamic-dialog .p-dialog-footer.e-custom-dialog-footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.p-dynamic-dialog .p-dialog-footer.e-custom-dialog-footer .p-confirm-dialog-reject {
  background: #FEF6F7;
  border: 1px solid #DE350C !important;
  color: #DE350C !important;
}
.p-dynamic-dialog .p-dialog-footer.e-custom-dialog-footer .p-confirm-dialog-reject span.p-button-icon {
  display: none;
}
.p-dynamic-dialog .p-dialog-footer.e-custom-dialog-footer .p-confirm-dialog-reject:hover {
  background: #f5cdd2;
}
.p-dynamic-dialog .p-dialog-footer.e-custom-dialog-footer .p-confirm-dialog-accept span.p-button-icon {
  display: none;
}
.p-dynamic-dialog.height-100 {
  height: 100%;
  max-height: 100%;
}
.p-dynamic-dialog.height-100 .p-dialog-content {
  max-height: unset;
}
.p-dynamic-dialog.no-background .p-dialog-header {
  background: none;
}
.p-dynamic-dialog.no-background .p-dialog-header .p-dialog-header-icons {
  display: none;
}
.p-dynamic-dialog.no-background .p-dialog-content {
  background: none;
}

.b-hover-pointer {
  cursor: pointer;
}

.b-loading {
  opacity: 0.5;
  pointer-events: none;
}

.b-field {
  margin-bottom: 0;
}
.b-field label.b-title-info {
  margin-bottom: 0.3rem;
  opacity: 0.75;
}
.b-field label.b-hightline-title {
  font-weight: 500;
  opacity: 1 !important;
}
.b-field p.b-info {
  font-weight: 500;
  opacity: 0.95;
}
.b-field input, .b-field textarea, .b-field .p-dropdown {
  width: 100%;
}
.b-field input:hover, .b-field textarea:hover, .b-field .p-dropdown:hover {
  border-color: blue !important;
  outline: #6C63F0 !important;
}

.b-icon {
  color: #6C63F0;
  font-size: 1.2rem;
}
.b-icon:hover {
  font-weight: bold;
}

.g-icon {
  color: #1DA108;
  font-size: 1.2rem;
}
.g-icon:hover {
  font-weight: bold;
}

.r-icon {
  color: #EB4C60;
  font-size: 1.2rem;
}
.r-icon:hover {
  font-weight: bold;
}

.b-count-price {
  margin: 0 1rem !important;
  padding: 2rem 0 !important;
  border: 2px solid !important;
  border-color: var(--surface-200) !important;
  border-radius: 13px !important;
}

.card .b-count-price {
  display: flex;
}
.card .b-count-price .b-count-icon {
  background: #EDF1FA;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  margin-left: 30px;
}

/* b-cut-text TỪ 1 -> 60 REM */
.b-cut-text-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 1rem;
  white-space: nowrap;
}

.b-cut-text-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 2rem;
  white-space: nowrap;
}

.b-cut-text-3 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 3rem;
  white-space: nowrap;
}

.b-cut-text-4 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 4rem;
  white-space: nowrap;
}

.b-cut-text-5 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 5rem;
  white-space: nowrap;
}

.b-cut-text-6 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 6rem;
  white-space: nowrap;
}

.b-cut-text-7 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 7rem;
  white-space: nowrap;
}

.b-cut-text-8 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 8rem;
  white-space: nowrap;
}

.b-cut-text-9 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 9rem;
  white-space: nowrap;
}

.b-cut-text-10 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 10rem;
  white-space: nowrap;
}

.b-cut-text-11 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 11rem;
  white-space: nowrap;
}

.b-cut-text-12 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 12rem;
  white-space: nowrap;
}

.b-cut-text-13 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 13rem;
  white-space: nowrap;
}

.b-cut-text-14 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 14rem;
  white-space: nowrap;
}

.b-cut-text-15 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 15rem;
  white-space: nowrap;
}

.b-cut-text-16 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 16rem;
  white-space: nowrap;
}

.b-cut-text-17 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 17rem;
  white-space: nowrap;
}

.b-cut-text-18 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 18rem;
  white-space: nowrap;
}

.b-cut-text-19 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 19rem;
  white-space: nowrap;
}

.b-cut-text-20 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 20rem;
  white-space: nowrap;
}

.b-cut-text-21 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 21rem;
  white-space: nowrap;
}

.b-cut-text-22 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 22rem;
  white-space: nowrap;
}

.b-cut-text-23 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 23rem;
  white-space: nowrap;
}

.b-cut-text-24 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 24rem;
  white-space: nowrap;
}

.b-cut-text-25 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 25rem;
  white-space: nowrap;
}

.b-cut-text-26 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 26rem;
  white-space: nowrap;
}

.b-cut-text-27 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 27rem;
  white-space: nowrap;
}

.b-cut-text-28 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 28rem;
  white-space: nowrap;
}

.b-cut-text-29 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 29rem;
  white-space: nowrap;
}

.b-cut-text-30 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 30rem;
  white-space: nowrap;
}

.b-cut-text-31 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 31rem;
  white-space: nowrap;
}

.b-cut-text-32 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 32rem;
  white-space: nowrap;
}

.b-cut-text-33 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 33rem;
  white-space: nowrap;
}

.b-cut-text-34 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 34rem;
  white-space: nowrap;
}

.b-cut-text-35 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 35rem;
  white-space: nowrap;
}

.b-cut-text-36 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 36rem;
  white-space: nowrap;
}

.b-cut-text-37 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 37rem;
  white-space: nowrap;
}

.b-cut-text-38 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 38rem;
  white-space: nowrap;
}

.b-cut-text-39 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 39rem;
  white-space: nowrap;
}

.b-cut-text-40 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 40rem;
  white-space: nowrap;
}

.b-cut-text-41 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 41rem;
  white-space: nowrap;
}

.b-cut-text-42 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 42rem;
  white-space: nowrap;
}

.b-cut-text-43 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 43rem;
  white-space: nowrap;
}

.b-cut-text-44 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 44rem;
  white-space: nowrap;
}

.b-cut-text-45 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 45rem;
  white-space: nowrap;
}

.b-cut-text-46 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 46rem;
  white-space: nowrap;
}

.b-cut-text-47 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 47rem;
  white-space: nowrap;
}

.b-cut-text-48 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 48rem;
  white-space: nowrap;
}

.b-cut-text-49 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 49rem;
  white-space: nowrap;
}

.b-cut-text-50 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 50rem;
  white-space: nowrap;
}

.b-cut-text-51 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 51rem;
  white-space: nowrap;
}

.b-cut-text-52 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 52rem;
  white-space: nowrap;
}

.b-cut-text-53 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 53rem;
  white-space: nowrap;
}

.b-cut-text-54 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 54rem;
  white-space: nowrap;
}

.b-cut-text-55 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 55rem;
  white-space: nowrap;
}

.b-cut-text-56 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 56rem;
  white-space: nowrap;
}

.b-cut-text-57 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 57rem;
  white-space: nowrap;
}

.b-cut-text-58 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 58rem;
  white-space: nowrap;
}

.b-cut-text-59 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 59rem;
  white-space: nowrap;
}

.b-cut-text-60 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 60rem;
  white-space: nowrap;
}

.b-ml-1 {
  margin-left: 5px !important;
}

.b-ml-2 {
  margin-left: 10px !important;
}

.b-ml-3 {
  margin-left: 15px !important;
}

.b-ml-4 {
  margin-left: 20px !important;
}

.b-ml-5 {
  margin-left: 25px !important;
}

.b-ml-6 {
  margin-left: 30px !important;
}

.b-ml-7 {
  margin-left: 35px !important;
}

.b-ml-8 {
  margin-left: 40px !important;
}

.b-ml-9 {
  margin-left: 45px !important;
}

.b-ml-10 {
  margin-left: 50px !important;
}

.b-ml-11 {
  margin-left: 55px !important;
}

.b-ml-12 {
  margin-left: 60px !important;
}

.b-ml-13 {
  margin-left: 65px !important;
}

.b-ml-14 {
  margin-left: 70px !important;
}

.b-ml-15 {
  margin-left: 75px !important;
}

.b-ml-16 {
  margin-left: 80px !important;
}

.b-ml-17 {
  margin-left: 85px !important;
}

.b-ml-18 {
  margin-left: 90px !important;
}

.b-ml-19 {
  margin-left: 95px !important;
}

.b-ml-20 {
  margin-left: 100px !important;
}

.card.b-page-detail {
  padding-top: 15px;
}
.card.b-page-detail .b-header {
  align-items: start;
}
.card.b-page-detail .b-header .b-actions {
  padding-right: 1.75rem;
}
.card.b-page-detail .b-header .b-actions div > * {
  margin-left: 1rem;
}
.card.b-page-detail .b-header .b-actions div > p-menu {
  margin-left: 0px;
}

.b-pr-tabview {
  padding-right: 1.25rem;
}

.b-w-50 {
  width: 50%;
}

/* WIDTH REM 31 -> 60 */
.w-31rem {
  width: 31rem;
}

.w-32rem {
  width: 32rem;
}

.w-33rem {
  width: 33rem;
}

.w-34rem {
  width: 34rem;
}

.w-35rem {
  width: 35rem;
}

.w-36rem {
  width: 36rem;
}

.w-37rem {
  width: 37rem;
}

.w-38rem {
  width: 38rem;
}

.w-39rem {
  width: 39rem;
}

.w-40rem {
  width: 40rem;
}

.w-41rem {
  width: 41rem;
}

.w-42rem {
  width: 42rem;
}

.w-43rem {
  width: 43rem;
}

.w-44rem {
  width: 44rem;
}

.w-45rem {
  width: 45rem;
}

.w-46rem {
  width: 46rem;
}

.w-47rem {
  width: 47rem;
}

.w-48rem {
  width: 48rem;
}

.w-49rem {
  width: 49rem;
}

.w-50rem {
  width: 50rem;
}

.w-51rem {
  width: 51rem;
}

.w-52rem {
  width: 52rem;
}

.w-53rem {
  width: 53rem;
}

.w-54rem {
  width: 54rem;
}

.w-55rem {
  width: 55rem;
}

.w-56rem {
  width: 56rem;
}

.w-57rem {
  width: 57rem;
}

.w-58rem {
  width: 58rem;
}

.w-59rem {
  width: 59rem;
}

.w-60rem {
  width: 60rem;
}

/* MIN WIDTH REM 31 -> 60 */
.w-min-1rem {
  min-width: 1rem;
}

.w-min-2rem {
  min-width: 2rem;
}

.w-min-3rem {
  min-width: 3rem;
}

.w-min-4rem {
  min-width: 4rem;
}

.w-min-5rem {
  min-width: 5rem;
}

.w-min-6rem {
  min-width: 6rem;
}

.w-min-7rem {
  min-width: 7rem;
}

.w-min-8rem {
  min-width: 8rem;
}

.w-min-9rem {
  min-width: 9rem;
}

.w-min-10rem {
  min-width: 10rem;
}

.w-min-11rem {
  min-width: 11rem;
}

.w-min-12rem {
  min-width: 12rem;
}

.w-min-13rem {
  min-width: 13rem;
}

.w-min-14rem {
  min-width: 14rem;
}

.w-min-15rem {
  min-width: 15rem;
}

.w-min-16rem {
  min-width: 16rem;
}

.w-min-17rem {
  min-width: 17rem;
}

.w-min-18rem {
  min-width: 18rem;
}

.w-min-19rem {
  min-width: 19rem;
}

.w-min-20rem {
  min-width: 20rem;
}

.w-min-21rem {
  min-width: 21rem;
}

.w-min-22rem {
  min-width: 22rem;
}

.w-min-23rem {
  min-width: 23rem;
}

.w-min-24rem {
  min-width: 24rem;
}

.w-min-25rem {
  min-width: 25rem;
}

.w-min-26rem {
  min-width: 26rem;
}

.w-min-27rem {
  min-width: 27rem;
}

.w-min-28rem {
  min-width: 28rem;
}

.w-min-29rem {
  min-width: 29rem;
}

.w-min-30rem {
  min-width: 30rem;
}

.w-min-31rem {
  min-width: 31rem;
}

.w-min-32rem {
  min-width: 32rem;
}

.w-min-33rem {
  min-width: 33rem;
}

.w-min-34rem {
  min-width: 34rem;
}

.w-min-35rem {
  min-width: 35rem;
}

.w-min-36rem {
  min-width: 36rem;
}

.w-min-37rem {
  min-width: 37rem;
}

.w-min-38rem {
  min-width: 38rem;
}

.w-min-39rem {
  min-width: 39rem;
}

.w-min-40rem {
  min-width: 40rem;
}

.w-min-41rem {
  min-width: 41rem;
}

.w-min-42rem {
  min-width: 42rem;
}

.w-min-43rem {
  min-width: 43rem;
}

.w-min-44rem {
  min-width: 44rem;
}

.w-min-45rem {
  min-width: 45rem;
}

.w-min-46rem {
  min-width: 46rem;
}

.w-min-47rem {
  min-width: 47rem;
}

.w-min-48rem {
  min-width: 48rem;
}

.w-min-49rem {
  min-width: 49rem;
}

.w-min-50rem {
  min-width: 50rem;
}

.w-min-51rem {
  min-width: 51rem;
}

.w-min-52rem {
  min-width: 52rem;
}

.w-min-53rem {
  min-width: 53rem;
}

.w-min-54rem {
  min-width: 54rem;
}

.w-min-55rem {
  min-width: 55rem;
}

.w-min-56rem {
  min-width: 56rem;
}

.w-min-57rem {
  min-width: 57rem;
}

.w-min-58rem {
  min-width: 58rem;
}

.w-min-59rem {
  min-width: 59rem;
}

.w-min-60rem {
  min-width: 60rem;
}

/* FLEX 1 -> 60 */
.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.flex-7 {
  flex: 7;
}

.flex-8 {
  flex: 8;
}

.flex-9 {
  flex: 9;
}

.flex-10 {
  flex: 10;
}

.flex-11 {
  flex: 11;
}

.flex-12 {
  flex: 12;
}

.flex-13 {
  flex: 13;
}

.flex-14 {
  flex: 14;
}

.flex-15 {
  flex: 15;
}

.flex-16 {
  flex: 16;
}

.flex-17 {
  flex: 17;
}

.flex-18 {
  flex: 18;
}

.flex-19 {
  flex: 19;
}

.flex-20 {
  flex: 20;
}

.flex-21 {
  flex: 21;
}

.flex-22 {
  flex: 22;
}

.flex-23 {
  flex: 23;
}

.flex-24 {
  flex: 24;
}

.flex-25 {
  flex: 25;
}

.flex-26 {
  flex: 26;
}

.flex-27 {
  flex: 27;
}

.flex-28 {
  flex: 28;
}

.flex-29 {
  flex: 29;
}

.flex-30 {
  flex: 30;
}

.flex-31 {
  flex: 31;
}

.flex-32 {
  flex: 32;
}

.flex-33 {
  flex: 33;
}

.flex-34 {
  flex: 34;
}

.flex-35 {
  flex: 35;
}

.flex-36 {
  flex: 36;
}

.flex-37 {
  flex: 37;
}

.flex-38 {
  flex: 38;
}

.flex-39 {
  flex: 39;
}

.flex-40 {
  flex: 40;
}

.flex-41 {
  flex: 41;
}

.flex-42 {
  flex: 42;
}

.flex-43 {
  flex: 43;
}

.flex-44 {
  flex: 44;
}

.flex-45 {
  flex: 45;
}

.flex-46 {
  flex: 46;
}

.flex-47 {
  flex: 47;
}

.flex-48 {
  flex: 48;
}

.flex-49 {
  flex: 49;
}

.flex-50 {
  flex: 50;
}

.flex-51 {
  flex: 51;
}

.flex-52 {
  flex: 52;
}

.flex-53 {
  flex: 53;
}

.flex-54 {
  flex: 54;
}

.flex-55 {
  flex: 55;
}

.flex-56 {
  flex: 56;
}

.flex-57 {
  flex: 57;
}

.flex-58 {
  flex: 58;
}

.flex-59 {
  flex: 59;
}

.flex-60 {
  flex: 60;
}

.wp-1 {
  width: 1%;
}

.wp-2 {
  width: 2%;
}

.wp-3 {
  width: 3%;
}

.wp-4 {
  width: 4%;
}

.wp-5 {
  width: 5%;
}

.wp-6 {
  width: 6%;
}

.wp-7 {
  width: 7%;
}

.wp-8 {
  width: 8%;
}

.wp-9 {
  width: 9%;
}

.wp-10 {
  width: 10%;
}

.wp-11 {
  width: 11%;
}

.wp-12 {
  width: 12%;
}

.wp-13 {
  width: 13%;
}

.wp-14 {
  width: 14%;
}

.wp-15 {
  width: 15%;
}

.wp-16 {
  width: 16%;
}

.wp-17 {
  width: 17%;
}

.wp-18 {
  width: 18%;
}

.wp-19 {
  width: 19%;
}

.wp-20 {
  width: 20%;
}

.wp-21 {
  width: 21%;
}

.wp-22 {
  width: 22%;
}

.wp-23 {
  width: 23%;
}

.wp-24 {
  width: 24%;
}

.wp-25 {
  width: 25%;
}

.wp-26 {
  width: 26%;
}

.wp-27 {
  width: 27%;
}

.wp-28 {
  width: 28%;
}

.wp-29 {
  width: 29%;
}

.wp-30 {
  width: 30%;
}

.wp-31 {
  width: 31%;
}

.wp-32 {
  width: 32%;
}

.wp-33 {
  width: 33%;
}

.wp-34 {
  width: 34%;
}

.wp-35 {
  width: 35%;
}

.wp-36 {
  width: 36%;
}

.wp-37 {
  width: 37%;
}

.wp-38 {
  width: 38%;
}

.wp-39 {
  width: 39%;
}

.wp-40 {
  width: 40%;
}

.wp-41 {
  width: 41%;
}

.wp-42 {
  width: 42%;
}

.wp-43 {
  width: 43%;
}

.wp-44 {
  width: 44%;
}

.wp-45 {
  width: 45%;
}

.wp-46 {
  width: 46%;
}

.wp-47 {
  width: 47%;
}

.wp-48 {
  width: 48%;
}

.wp-49 {
  width: 49%;
}

.wp-50 {
  width: 50%;
}

.wp-51 {
  width: 51%;
}

.wp-52 {
  width: 52%;
}

.wp-53 {
  width: 53%;
}

.wp-54 {
  width: 54%;
}

.wp-55 {
  width: 55%;
}

.wp-56 {
  width: 56%;
}

.wp-57 {
  width: 57%;
}

.wp-58 {
  width: 58%;
}

.wp-59 {
  width: 59%;
}

.wp-60 {
  width: 60%;
}

.wp-61 {
  width: 61%;
}

.wp-62 {
  width: 62%;
}

.wp-63 {
  width: 63%;
}

.wp-64 {
  width: 64%;
}

.wp-65 {
  width: 65%;
}

.wp-66 {
  width: 66%;
}

.wp-67 {
  width: 67%;
}

.wp-68 {
  width: 68%;
}

.wp-69 {
  width: 69%;
}

.wp-70 {
  width: 70%;
}

.wp-71 {
  width: 71%;
}

.wp-72 {
  width: 72%;
}

.wp-73 {
  width: 73%;
}

.wp-74 {
  width: 74%;
}

.wp-75 {
  width: 75%;
}

.wp-76 {
  width: 76%;
}

.wp-77 {
  width: 77%;
}

.wp-78 {
  width: 78%;
}

.wp-79 {
  width: 79%;
}

.wp-80 {
  width: 80%;
}

.wp-81 {
  width: 81%;
}

.wp-82 {
  width: 82%;
}

.wp-83 {
  width: 83%;
}

.wp-84 {
  width: 84%;
}

.wp-85 {
  width: 85%;
}

.wp-86 {
  width: 86%;
}

.wp-87 {
  width: 87%;
}

.wp-88 {
  width: 88%;
}

.wp-89 {
  width: 89%;
}

.wp-90 {
  width: 90%;
}

.wp-91 {
  width: 91%;
}

.wp-92 {
  width: 92%;
}

.wp-93 {
  width: 93%;
}

.wp-94 {
  width: 94%;
}

.wp-95 {
  width: 95%;
}

.wp-96 {
  width: 96%;
}

.wp-97 {
  width: 97%;
}

.wp-98 {
  width: 98%;
}

.wp-99 {
  width: 99%;
}

.wp-100 {
  width: 100%;
}

/* WIDTH % 1 -> 60 */
.b-w-1 {
  width: 1%;
}

.b-wr-1 {
  width: 1rem;
}

.b-w-2 {
  width: 2%;
}

.b-wr-2 {
  width: 2rem;
}

.b-w-3 {
  width: 3%;
}

.b-wr-3 {
  width: 3rem;
}

.b-w-4 {
  width: 4%;
}

.b-wr-4 {
  width: 4rem;
}

.b-w-5 {
  width: 5%;
}

.b-wr-5 {
  width: 5rem;
}

.b-w-6 {
  width: 6%;
}

.b-wr-6 {
  width: 6rem;
}

.b-w-7 {
  width: 7%;
}

.b-wr-7 {
  width: 7rem;
}

.b-w-8 {
  width: 8%;
}

.b-wr-8 {
  width: 8rem;
}

.b-w-9 {
  width: 9%;
}

.b-wr-9 {
  width: 9rem;
}

.b-w-10 {
  width: 10%;
}

.b-wr-10 {
  width: 10rem;
}

.b-w-11 {
  width: 11%;
}

.b-wr-11 {
  width: 11rem;
}

.b-w-12 {
  width: 12%;
}

.b-wr-12 {
  width: 12rem;
}

.b-w-13 {
  width: 13%;
}

.b-wr-13 {
  width: 13rem;
}

.b-w-14 {
  width: 14%;
}

.b-wr-14 {
  width: 14rem;
}

.b-w-15 {
  width: 15%;
}

.b-wr-15 {
  width: 15rem;
}

.b-w-16 {
  width: 16%;
}

.b-wr-16 {
  width: 16rem;
}

.b-w-17 {
  width: 17%;
}

.b-wr-17 {
  width: 17rem;
}

.b-w-18 {
  width: 18%;
}

.b-wr-18 {
  width: 18rem;
}

.b-w-19 {
  width: 19%;
}

.b-wr-19 {
  width: 19rem;
}

.b-w-20 {
  width: 20%;
}

.b-wr-20 {
  width: 20rem;
}

.b-w-21 {
  width: 21%;
}

.b-wr-21 {
  width: 21rem;
}

.b-w-22 {
  width: 22%;
}

.b-wr-22 {
  width: 22rem;
}

.b-w-23 {
  width: 23%;
}

.b-wr-23 {
  width: 23rem;
}

.b-w-24 {
  width: 24%;
}

.b-wr-24 {
  width: 24rem;
}

.b-w-25 {
  width: 25%;
}

.b-wr-25 {
  width: 25rem;
}

.b-w-26 {
  width: 26%;
}

.b-wr-26 {
  width: 26rem;
}

.b-w-27 {
  width: 27%;
}

.b-wr-27 {
  width: 27rem;
}

.b-w-28 {
  width: 28%;
}

.b-wr-28 {
  width: 28rem;
}

.b-w-29 {
  width: 29%;
}

.b-wr-29 {
  width: 29rem;
}

.b-w-30 {
  width: 30%;
}

.b-wr-30 {
  width: 30rem;
}

.b-w-31 {
  width: 31%;
}

.b-wr-31 {
  width: 31rem;
}

.b-w-32 {
  width: 32%;
}

.b-wr-32 {
  width: 32rem;
}

.b-w-33 {
  width: 33%;
}

.b-wr-33 {
  width: 33rem;
}

.b-w-34 {
  width: 34%;
}

.b-wr-34 {
  width: 34rem;
}

.b-w-35 {
  width: 35%;
}

.b-wr-35 {
  width: 35rem;
}

.b-w-36 {
  width: 36%;
}

.b-wr-36 {
  width: 36rem;
}

.b-w-37 {
  width: 37%;
}

.b-wr-37 {
  width: 37rem;
}

.b-w-38 {
  width: 38%;
}

.b-wr-38 {
  width: 38rem;
}

.b-w-39 {
  width: 39%;
}

.b-wr-39 {
  width: 39rem;
}

.b-w-40 {
  width: 40%;
}

.b-wr-40 {
  width: 40rem;
}

.b-w-41 {
  width: 41%;
}

.b-wr-41 {
  width: 41rem;
}

.b-w-42 {
  width: 42%;
}

.b-wr-42 {
  width: 42rem;
}

.b-w-43 {
  width: 43%;
}

.b-wr-43 {
  width: 43rem;
}

.b-w-44 {
  width: 44%;
}

.b-wr-44 {
  width: 44rem;
}

.b-w-45 {
  width: 45%;
}

.b-wr-45 {
  width: 45rem;
}

.b-w-46 {
  width: 46%;
}

.b-wr-46 {
  width: 46rem;
}

.b-w-47 {
  width: 47%;
}

.b-wr-47 {
  width: 47rem;
}

.b-w-48 {
  width: 48%;
}

.b-wr-48 {
  width: 48rem;
}

.b-w-49 {
  width: 49%;
}

.b-wr-49 {
  width: 49rem;
}

.b-w-50 {
  width: 50%;
}

.b-wr-50 {
  width: 50rem;
}

.b-w-51 {
  width: 51%;
}

.b-wr-51 {
  width: 51rem;
}

.b-w-52 {
  width: 52%;
}

.b-wr-52 {
  width: 52rem;
}

.b-w-53 {
  width: 53%;
}

.b-wr-53 {
  width: 53rem;
}

.b-w-54 {
  width: 54%;
}

.b-wr-54 {
  width: 54rem;
}

.b-w-55 {
  width: 55%;
}

.b-wr-55 {
  width: 55rem;
}

.b-w-56 {
  width: 56%;
}

.b-wr-56 {
  width: 56rem;
}

.b-w-57 {
  width: 57%;
}

.b-wr-57 {
  width: 57rem;
}

.b-w-58 {
  width: 58%;
}

.b-wr-58 {
  width: 58rem;
}

.b-w-59 {
  width: 59%;
}

.b-wr-59 {
  width: 59rem;
}

.b-w-60 {
  width: 60%;
}

.b-wr-60 {
  width: 60rem;
}

.b-border-radius-1 {
  border-radius: 1%;
}

.b-border-radius-2 {
  border-radius: 2%;
}

.b-border-radius-3 {
  border-radius: 3%;
}

.b-border-radius-4 {
  border-radius: 4%;
}

.b-border-radius-5 {
  border-radius: 5%;
}

.b-border-radius-6 {
  border-radius: 6%;
}

.b-border-radius-7 {
  border-radius: 7%;
}

.b-border-radius-8 {
  border-radius: 8%;
}

.b-border-radius-9 {
  border-radius: 9%;
}

.b-border-radius-10 {
  border-radius: 10%;
}

.b-fw-1 {
  min-width: 1rem !important;
  max-width: 1rem !important;
}

.b-fw-2 {
  min-width: 2rem !important;
  max-width: 2rem !important;
}

.b-fw-3 {
  min-width: 3rem !important;
  max-width: 3rem !important;
}

.b-fw-4 {
  min-width: 4rem !important;
  max-width: 4rem !important;
}

.b-fw-5 {
  min-width: 5rem !important;
  max-width: 5rem !important;
}

.b-fw-6 {
  min-width: 6rem !important;
  max-width: 6rem !important;
}

.b-fw-7 {
  min-width: 7rem !important;
  max-width: 7rem !important;
}

.b-fw-8 {
  min-width: 8rem !important;
  max-width: 8rem !important;
}

.b-fw-9 {
  min-width: 9rem !important;
  max-width: 9rem !important;
}

.b-fw-10 {
  min-width: 10rem !important;
  max-width: 10rem !important;
}

.b-fw-11 {
  min-width: 11rem !important;
  max-width: 11rem !important;
}

.b-fw-12 {
  min-width: 12rem !important;
  max-width: 12rem !important;
}

.b-fw-13 {
  min-width: 13rem !important;
  max-width: 13rem !important;
}

.b-fw-14 {
  min-width: 14rem !important;
  max-width: 14rem !important;
}

.b-fw-15 {
  min-width: 15rem !important;
  max-width: 15rem !important;
}

.b-fw-16 {
  min-width: 16rem !important;
  max-width: 16rem !important;
}

.b-fw-17 {
  min-width: 17rem !important;
  max-width: 17rem !important;
}

.b-fw-18 {
  min-width: 18rem !important;
  max-width: 18rem !important;
}

.b-fw-19 {
  min-width: 19rem !important;
  max-width: 19rem !important;
}

.b-fw-20 {
  min-width: 20rem !important;
  max-width: 20rem !important;
}

.b-fw-21 {
  min-width: 21rem !important;
  max-width: 21rem !important;
}

.b-fw-22 {
  min-width: 22rem !important;
  max-width: 22rem !important;
}

.b-fw-23 {
  min-width: 23rem !important;
  max-width: 23rem !important;
}

.b-fw-24 {
  min-width: 24rem !important;
  max-width: 24rem !important;
}

.b-fw-25 {
  min-width: 25rem !important;
  max-width: 25rem !important;
}

.b-fw-26 {
  min-width: 26rem !important;
  max-width: 26rem !important;
}

.b-fw-27 {
  min-width: 27rem !important;
  max-width: 27rem !important;
}

.b-fw-28 {
  min-width: 28rem !important;
  max-width: 28rem !important;
}

.b-fw-29 {
  min-width: 29rem !important;
  max-width: 29rem !important;
}

.b-fw-30 {
  min-width: 30rem !important;
  max-width: 30rem !important;
}

.b-fw-31 {
  min-width: 31rem !important;
  max-width: 31rem !important;
}

.b-fw-32 {
  min-width: 32rem !important;
  max-width: 32rem !important;
}

.b-fw-33 {
  min-width: 33rem !important;
  max-width: 33rem !important;
}

.b-fw-34 {
  min-width: 34rem !important;
  max-width: 34rem !important;
}

.b-fw-35 {
  min-width: 35rem !important;
  max-width: 35rem !important;
}

.b-fw-36 {
  min-width: 36rem !important;
  max-width: 36rem !important;
}

.b-fw-37 {
  min-width: 37rem !important;
  max-width: 37rem !important;
}

.b-fw-38 {
  min-width: 38rem !important;
  max-width: 38rem !important;
}

.b-fw-39 {
  min-width: 39rem !important;
  max-width: 39rem !important;
}

.b-fw-40 {
  min-width: 40rem !important;
  max-width: 40rem !important;
}

.b-fw-41 {
  min-width: 41rem !important;
  max-width: 41rem !important;
}

.b-fw-42 {
  min-width: 42rem !important;
  max-width: 42rem !important;
}

.b-fw-43 {
  min-width: 43rem !important;
  max-width: 43rem !important;
}

.b-fw-44 {
  min-width: 44rem !important;
  max-width: 44rem !important;
}

.b-fw-45 {
  min-width: 45rem !important;
  max-width: 45rem !important;
}

.b-fw-46 {
  min-width: 46rem !important;
  max-width: 46rem !important;
}

.b-fw-47 {
  min-width: 47rem !important;
  max-width: 47rem !important;
}

.b-fw-48 {
  min-width: 48rem !important;
  max-width: 48rem !important;
}

.b-fw-49 {
  min-width: 49rem !important;
  max-width: 49rem !important;
}

.b-fw-50 {
  min-width: 50rem !important;
  max-width: 50rem !important;
}

.b-fw-51 {
  min-width: 51rem !important;
  max-width: 51rem !important;
}

.b-fw-52 {
  min-width: 52rem !important;
  max-width: 52rem !important;
}

.b-fw-53 {
  min-width: 53rem !important;
  max-width: 53rem !important;
}

.b-fw-54 {
  min-width: 54rem !important;
  max-width: 54rem !important;
}

.b-fw-55 {
  min-width: 55rem !important;
  max-width: 55rem !important;
}

.b-fw-56 {
  min-width: 56rem !important;
  max-width: 56rem !important;
}

.b-fw-57 {
  min-width: 57rem !important;
  max-width: 57rem !important;
}

.b-fw-58 {
  min-width: 58rem !important;
  max-width: 58rem !important;
}

.b-fw-59 {
  min-width: 59rem !important;
  max-width: 59rem !important;
}

.b-fw-60 {
  min-width: 60rem !important;
  max-width: 60rem !important;
}

.b-fw-61 {
  min-width: 61rem !important;
  max-width: 61rem !important;
}

.b-fw-62 {
  min-width: 62rem !important;
  max-width: 62rem !important;
}

.b-fw-63 {
  min-width: 63rem !important;
  max-width: 63rem !important;
}

.b-fw-64 {
  min-width: 64rem !important;
  max-width: 64rem !important;
}

.b-fw-65 {
  min-width: 65rem !important;
  max-width: 65rem !important;
}

.b-fw-66 {
  min-width: 66rem !important;
  max-width: 66rem !important;
}

.b-fw-67 {
  min-width: 67rem !important;
  max-width: 67rem !important;
}

.b-fw-68 {
  min-width: 68rem !important;
  max-width: 68rem !important;
}

.b-fw-69 {
  min-width: 69rem !important;
  max-width: 69rem !important;
}

.b-fw-70 {
  min-width: 70rem !important;
  max-width: 70rem !important;
}

.b-fw-71 {
  min-width: 71rem !important;
  max-width: 71rem !important;
}

.b-fw-72 {
  min-width: 72rem !important;
  max-width: 72rem !important;
}

.b-fw-73 {
  min-width: 73rem !important;
  max-width: 73rem !important;
}

.b-fw-74 {
  min-width: 74rem !important;
  max-width: 74rem !important;
}

.b-fw-75 {
  min-width: 75rem !important;
  max-width: 75rem !important;
}

.b-fw-76 {
  min-width: 76rem !important;
  max-width: 76rem !important;
}

.b-fw-77 {
  min-width: 77rem !important;
  max-width: 77rem !important;
}

.b-fw-78 {
  min-width: 78rem !important;
  max-width: 78rem !important;
}

.b-fw-79 {
  min-width: 79rem !important;
  max-width: 79rem !important;
}

.b-fw-80 {
  min-width: 80rem !important;
  max-width: 80rem !important;
}

.b-fw-81 {
  min-width: 81rem !important;
  max-width: 81rem !important;
}

.b-fw-82 {
  min-width: 82rem !important;
  max-width: 82rem !important;
}

.b-fw-83 {
  min-width: 83rem !important;
  max-width: 83rem !important;
}

.b-fw-84 {
  min-width: 84rem !important;
  max-width: 84rem !important;
}

.b-fw-85 {
  min-width: 85rem !important;
  max-width: 85rem !important;
}

.b-fw-86 {
  min-width: 86rem !important;
  max-width: 86rem !important;
}

.b-fw-87 {
  min-width: 87rem !important;
  max-width: 87rem !important;
}

.b-fw-88 {
  min-width: 88rem !important;
  max-width: 88rem !important;
}

.b-fw-89 {
  min-width: 89rem !important;
  max-width: 89rem !important;
}

.b-fw-90 {
  min-width: 90rem !important;
  max-width: 90rem !important;
}

.b-fw-91 {
  min-width: 91rem !important;
  max-width: 91rem !important;
}

.b-fw-92 {
  min-width: 92rem !important;
  max-width: 92rem !important;
}

.b-fw-93 {
  min-width: 93rem !important;
  max-width: 93rem !important;
}

.b-fw-94 {
  min-width: 94rem !important;
  max-width: 94rem !important;
}

.b-fw-95 {
  min-width: 95rem !important;
  max-width: 95rem !important;
}

.b-fw-96 {
  min-width: 96rem !important;
  max-width: 96rem !important;
}

.b-fw-97 {
  min-width: 97rem !important;
  max-width: 97rem !important;
}

.b-fw-98 {
  min-width: 98rem !important;
  max-width: 98rem !important;
}

.b-fw-99 {
  min-width: 99rem !important;
  max-width: 99rem !important;
}

.b-fw-100 {
  min-width: 100rem !important;
  max-width: 100rem !important;
}

/* SU DUNG CHO GRID LAYOUT */
.b-grid {
  display: grid;
  /* SM */
  /* MD */
  /* LG */
  /* XL */
}
.b-grid > div {
  padding: 0.5rem;
}
.b-grid .row-span-1 {
  grid-row: span 1/span 1;
}
.b-grid .col-span-1 {
  grid-column: span 1/span 1;
}
.b-grid .grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.b-grid .row-span-2 {
  grid-row: span 2/span 2;
}
.b-grid .col-span-2 {
  grid-column: span 2/span 2;
}
.b-grid .grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.b-grid .row-span-3 {
  grid-row: span 3/span 3;
}
.b-grid .col-span-3 {
  grid-column: span 3/span 3;
}
.b-grid .grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.b-grid .row-span-4 {
  grid-row: span 4/span 4;
}
.b-grid .col-span-4 {
  grid-column: span 4/span 4;
}
.b-grid .grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.b-grid .row-span-5 {
  grid-row: span 5/span 5;
}
.b-grid .col-span-5 {
  grid-column: span 5/span 5;
}
.b-grid .grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.b-grid .row-span-6 {
  grid-row: span 6/span 6;
}
.b-grid .col-span-6 {
  grid-column: span 6/span 6;
}
.b-grid .grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.b-grid .row-span-7 {
  grid-row: span 7/span 7;
}
.b-grid .col-span-7 {
  grid-column: span 7/span 7;
}
.b-grid .grid-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}
.b-grid .row-span-8 {
  grid-row: span 8/span 8;
}
.b-grid .col-span-8 {
  grid-column: span 8/span 8;
}
.b-grid .grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}
.b-grid .row-span-9 {
  grid-row: span 9/span 9;
}
.b-grid .col-span-9 {
  grid-column: span 9/span 9;
}
.b-grid .grid-cols-9 {
  grid-template-columns: repeat(9, 1fr);
}
.b-grid .row-span-10 {
  grid-row: span 10/span 10;
}
.b-grid .col-span-10 {
  grid-column: span 10/span 10;
}
.b-grid .grid-cols-10 {
  grid-template-columns: repeat(10, 1fr);
}
.b-grid .row-span-11 {
  grid-row: span 11/span 11;
}
.b-grid .col-span-11 {
  grid-column: span 11/span 11;
}
.b-grid .grid-cols-11 {
  grid-template-columns: repeat(11, 1fr);
}
.b-grid .row-span-12 {
  grid-row: span 12/span 12;
}
.b-grid .col-span-12 {
  grid-column: span 12/span 12;
}
.b-grid .grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 576px) {
  .b-grid .sm\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .b-grid .sm\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .b-grid .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .b-grid .sm\:flex-1 {
    flex: 1;
  }
  .b-grid .sm\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .b-grid .sm\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .b-grid .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .b-grid .sm\:flex-2 {
    flex: 2;
  }
  .b-grid .sm\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .b-grid .sm\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .b-grid .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .b-grid .sm\:flex-3 {
    flex: 3;
  }
  .b-grid .sm\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .b-grid .sm\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .b-grid .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .b-grid .sm\:flex-4 {
    flex: 4;
  }
  .b-grid .sm\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .b-grid .sm\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .b-grid .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .b-grid .sm\:flex-5 {
    flex: 5;
  }
  .b-grid .sm\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .b-grid .sm\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .b-grid .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .b-grid .sm\:flex-6 {
    flex: 6;
  }
  .b-grid .sm\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .b-grid .sm\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .b-grid .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .b-grid .sm\:flex-7 {
    flex: 7;
  }
  .b-grid .sm\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .b-grid .sm\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .b-grid .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .b-grid .sm\:flex-8 {
    flex: 8;
  }
  .b-grid .sm\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .b-grid .sm\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .b-grid .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .b-grid .sm\:flex-9 {
    flex: 9;
  }
  .b-grid .sm\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .b-grid .sm\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .b-grid .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .b-grid .sm\:flex-10 {
    flex: 10;
  }
  .b-grid .sm\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .b-grid .sm\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .b-grid .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .b-grid .sm\:flex-11 {
    flex: 11;
  }
  .b-grid .sm\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .b-grid .sm\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .b-grid .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .b-grid .sm\:flex-12 {
    flex: 12;
  }
}
@media (min-width: 768px) {
  .b-grid .md\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .b-grid .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .b-grid .md\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .b-grid .md\:flex-1 {
    flex: 1;
  }
  .b-grid .md\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .b-grid .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .b-grid .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .b-grid .md\:flex-2 {
    flex: 2;
  }
  .b-grid .md\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .b-grid .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .b-grid .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .b-grid .md\:flex-3 {
    flex: 3;
  }
  .b-grid .md\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .b-grid .md\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .b-grid .md\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .b-grid .md\:flex-4 {
    flex: 4;
  }
  .b-grid .md\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .b-grid .md\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .b-grid .md\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .b-grid .md\:flex-5 {
    flex: 5;
  }
  .b-grid .md\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .b-grid .md\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .b-grid .md\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .b-grid .md\:flex-6 {
    flex: 6;
  }
  .b-grid .md\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .b-grid .md\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .b-grid .md\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .b-grid .md\:flex-7 {
    flex: 7;
  }
  .b-grid .md\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .b-grid .md\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .b-grid .md\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .b-grid .md\:flex-8 {
    flex: 8;
  }
  .b-grid .md\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .b-grid .md\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .b-grid .md\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .b-grid .md\:flex-9 {
    flex: 9;
  }
  .b-grid .md\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .b-grid .md\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .b-grid .md\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .b-grid .md\:flex-10 {
    flex: 10;
  }
  .b-grid .md\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .b-grid .md\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .b-grid .md\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .b-grid .md\:flex-11 {
    flex: 11;
  }
  .b-grid .md\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .b-grid .md\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .b-grid .md\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .b-grid .md\:flex-12 {
    flex: 12;
  }
}
@media (min-width: 992px) {
  .b-grid .lg\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .b-grid .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .b-grid .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .b-grid .lg\:flex-1 {
    flex: 1;
  }
  .b-grid .lg\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .b-grid .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .b-grid .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .b-grid .lg\:flex-2 {
    flex: 2;
  }
  .b-grid .lg\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .b-grid .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .b-grid .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .b-grid .lg\:flex-3 {
    flex: 3;
  }
  .b-grid .lg\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .b-grid .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .b-grid .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .b-grid .lg\:flex-4 {
    flex: 4;
  }
  .b-grid .lg\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .b-grid .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .b-grid .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .b-grid .lg\:flex-5 {
    flex: 5;
  }
  .b-grid .lg\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .b-grid .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .b-grid .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .b-grid .lg\:flex-6 {
    flex: 6;
  }
  .b-grid .lg\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .b-grid .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .b-grid .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .b-grid .lg\:flex-7 {
    flex: 7;
  }
  .b-grid .lg\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .b-grid .lg\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .b-grid .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .b-grid .lg\:flex-8 {
    flex: 8;
  }
  .b-grid .lg\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .b-grid .lg\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .b-grid .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .b-grid .lg\:flex-9 {
    flex: 9;
  }
  .b-grid .lg\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .b-grid .lg\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .b-grid .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .b-grid .lg\:flex-10 {
    flex: 10;
  }
  .b-grid .lg\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .b-grid .lg\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .b-grid .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .b-grid .lg\:flex-11 {
    flex: 11;
  }
  .b-grid .lg\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .b-grid .lg\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .b-grid .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .b-grid .lg\:flex-12 {
    flex: 12;
  }
}
@media (min-width: 1200px) {
  .b-grid .xl\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .b-grid .xl\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .b-grid .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .b-grid .xl\:flex-1 {
    flex: 1;
  }
  .b-grid .xl\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .b-grid .xl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .b-grid .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .b-grid .xl\:flex-2 {
    flex: 2;
  }
  .b-grid .xl\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .b-grid .xl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .b-grid .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .b-grid .xl\:flex-3 {
    flex: 3;
  }
  .b-grid .xl\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .b-grid .xl\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .b-grid .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .b-grid .xl\:flex-4 {
    flex: 4;
  }
  .b-grid .xl\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .b-grid .xl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .b-grid .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .b-grid .xl\:flex-5 {
    flex: 5;
  }
  .b-grid .xl\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .b-grid .xl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .b-grid .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .b-grid .xl\:flex-6 {
    flex: 6;
  }
  .b-grid .xl\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .b-grid .xl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .b-grid .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .b-grid .xl\:flex-7 {
    flex: 7;
  }
  .b-grid .xl\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .b-grid .xl\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .b-grid .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .b-grid .xl\:flex-8 {
    flex: 8;
  }
  .b-grid .xl\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .b-grid .xl\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .b-grid .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .b-grid .xl\:flex-9 {
    flex: 9;
  }
  .b-grid .xl\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .b-grid .xl\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .b-grid .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .b-grid .xl\:flex-10 {
    flex: 10;
  }
  .b-grid .xl\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .b-grid .xl\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .b-grid .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .b-grid .xl\:flex-11 {
    flex: 11;
  }
  .b-grid .xl\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .b-grid .xl\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .b-grid .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .b-grid .xl\:flex-12 {
    flex: 12;
  }
}

.custom-table.empty-data .p-datatable-wrapper {
  overflow-x: hidden;
}
.custom-table .p-datatable-header {
  margin-bottom: 1rem;
  padding: 0;
}
.custom-table thead tr th {
  box-shadow: none !important;
  border-width: 1px 0px 1px 0px !important;
}
.custom-table thead tr th.b-border-frozen-left {
  border-right: 1px solid #dee2e6 !important;
}
.custom-table thead tr th.b-border-frozen-right {
  border-left: 1px solid #dee2e6 !important;
}
.custom-table thead tr th.b-table-actions {
  justify-content: center;
}
.custom-table thead tr th.b-table-actions i {
  cursor: pointer;
}
.custom-table thead tr th.b-table-actions i:hover {
  color: #6C63F0;
}
.custom-table thead tr th .p-sortable-column-badge {
  margin-left: 0 !important;
  font-size: 85%;
  background: white !important;
  color: #5346E0 !important;
  min-width: 0.75rem !important;
}
.custom-table thead tr th .icon-resize {
  position: absolute;
  width: 11px;
  right: 0;
  opacity: 0.3;
  margin-top: 5px;
}
.custom-table thead tr th .icon-resize:hover {
  cursor: col-resize;
}
.custom-table thead tr th .icon-resize img {
  width: 100%;
}
.custom-table tbody tr td.p-frozen-column {
  font-weight: 500;
}
.custom-table tbody tr td.b-border-frozen-left {
  border-right: 1px solid #dee2e6 !important;
}
.custom-table tbody tr td.b-border-frozen-right {
  border-left: 1px solid #dee2e6 !important;
}
.custom-table tbody tr td.b-table-actions {
  justify-content: center;
}
.custom-table tbody tr td.b-table-actions i {
  cursor: pointer;
}
.custom-table tbody tr td.b-table-actions i:hover {
  color: #6C63F0;
}
.custom-table.distribution-contract-payment .p-datatable-header {
  padding: 0px;
  padding-bottom: 0px;
  background: white;
  border: none;
}

.required-field {
  color: red;
}

.title-group-input h6 {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #80808057;
}

.button-actions button:first-child {
  display: none;
}

.detail .col-12 .card {
  padding: 0px;
}
.detail .col-12 .card hr {
  border-width: 2px 0 0;
}
.detail .col-12 .card .p-formgrid.grid .field {
  margin-bottom: 0;
}
.detail .col-12 .card .p-formgrid.grid .field label.title-info {
  margin-bottom: 0.3rem;
  opacity: 0.8;
}
.detail .col-12 .card .p-formgrid.grid .field label.title-info.hightline-title {
  font-weight: bold;
  opacity: 1 !important;
}
.detail .col-12 .card .p-formgrid.grid .field .hightline-select .p-dropdown {
  box-shadow: 0 0 0 0.15rem #bab5f3;
  border-color: #5346E0;
}
.detail .col-12 .card .p-formgrid.grid .field .hightline-input {
  box-shadow: 0 0 0 0.15rem #bab5f3;
  border-color: #5346E0;
}
.detail .col-12 .card .p-formgrid.grid .field .hightline-p-input input {
  box-shadow: 0 0 0 0.15rem #bab5f3;
  border-color: #5346E0;
}
.detail .col-12 .card .p-formgrid.grid .field p {
  font-weight: 500;
  opacity: 0.95;
}

.p-dialog-custom.filter-trading-provider .p-dialog-content {
  padding-top: 0px;
  overflow-y: hidden;
}

.custom-tabview .p-tabview-nav-container .p-tabview-nav-content .p-tabview-nav li {
  margin-right: -20px;
}
.custom-tabview .p-tabview-nav-container .p-tabview-nav-content .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  border-color: white;
  border-bottom: 2px solid #6C63F0 !important;
  color: #6C63F0;
}
.custom-tabview .p-tabview-nav-container .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link {
  margin: 0 1.5rem;
  padding: 0.75rem 0 !important;
  border-color: #ffffff #ffffff #ffffff #ffffff !important;
}
.custom-tabview .p-tabview-nav-container .p-tabview-nav-content .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  box-shadow: none;
}
.custom-tabview .p-tabview-nav-container .p-tabview-nav-content .p-tabview-nav li:first-child .p-tabview-nav-link {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0;
}
.custom-tabview .p-tabview-panels {
  padding-top: 0;
  padding-left: 0px;
}
.custom-tabview .p-tabview-panels .p-element .p-tabview-panel {
  border: 1px solid gray;
  padding: 20px 20px;
  margin-top: 1.2rem;
  border-radius: 8px;
  border-color: rgba(0, 0, 0, 0.05);
}
.custom-tabview .p-tabview-panels .p-element.pt-0 .p-tabview-panel {
  padding-top: 0;
}
.custom-tabview .p-tabview-panels .p-element.pb-0 .p-tabview-panel {
  padding-bottom: 0;
}
.custom-tabview.distribution-contract-payment .p-tabview-panels {
  display: none;
}
.custom-tabview.distribution-contract-payment .p-tabview-nav-container .p-tabview-nav-content ul.p-tabview-nav li a {
  border-radius: 0px;
}
.custom-tabview.distribution-contract-payment .p-tabview-nav-container .p-tabview-nav-content ul.p-tabview-nav li.p-highlight .p-tabview-nav-link {
  border: none;
  border-bottom: 2px solid #b7bcc1c7;
}

.wrapper-files-upload .p-fileupload-content {
  padding: 10px 0px;
}
.wrapper-files-upload .p-fileupload-content .p-fileupload-files .p-fileupload-row div:first-child {
  display: none;
}
.wrapper-files-upload .p-fileupload-content .p-fileupload-files .p-fileupload-row div {
  width: auto;
}
.wrapper-files-upload .p-fileupload-content .p-fileupload-files .p-fileupload-row div:last-child button {
  padding: 2px 10px;
}
.wrapper-files-upload .p-fileupload-buttonbar {
  background: white;
  text-align: right;
  padding: 10px 5px;
}

.custom-file-upload .p-fileupload-buttonbar {
  padding: 0px;
  background: white;
  border: none;
}
.custom-file-upload .p-fileupload-content {
  display: none;
}
.custom-file-upload.b-w-100 span.p-fileupload-choose {
  width: 100% !important;
}

.b-w-100 {
  width: 100% !important;
}

.text-center {
  text-align: center !important;
}

.e-page {
  padding: 0 18px;
  background: white;
  border-radius: 4px;
}
.e-page .wrapper-page-header .b-header {
  margin-bottom: 0.5rem;
}
.e-page .wrapper-page-header .b-header .grid {
  margin: 0;
  align-items: baseline;
  min-height: 50px;
}
.e-page .wrapper-page-header .b-header .grid div {
  padding: 0;
  margin: 0;
}
.e-page .wrapper-page-header .b-header .grid .b-title h4 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.e-page .wrapper-page-header .b-header .grid .b-actions {
  text-align: right !important;
}
.e-page .wrapper-page-header .b-header .grid .b-actions p-button button {
  margin-left: 10px;
  width: auto;
}
.e-page .wrapper-page-header .b-header .grid .b-actions p-button:first-child button {
  margin-left: 0;
}
.e-page .wrapper-page-header .b-header .grid.no-actions {
  align-items: center;
}
.e-page .wrapper-page-header .wrapper-line-filter {
  padding-bottom: 2rem;
}
.e-page .wrapper-page-header .wrapper-line-filter .wrapper-filter {
  margin-right: 10px;
}
.e-page .wrapper-page-header .wrapper-line-filter .wrapper-filter span .input-filter {
  width: 100%;
}
.e-page .wrapper-page-header .wrapper-line-filter .wrapper-filter span.p-float-label label {
  margin-left: -0.5rem !important;
  top: -0.75rem !important;
  font-size: 12px;
}
.e-page .wrapper-page-header .wrapper-line-filter .wrapper-filter:last-child {
  margin-right: 0;
}
.e-page .wrapper-page-header .wrapper-line-filter:last-child {
  padding-bottom: 1rem;
}
.e-page.page-detail .wrapper-page-header .b-header {
  margin-bottom: 0;
}
.e-page.page-detail .wrapper-page-header .b-header .grid {
  min-height: 40px;
}

.b-list .b-header {
  align-items: center;
}
.b-list .b-header .b-title h4 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.b-list .b-header .b-action {
  text-align: right;
}
.b-list .b-header .b-action button {
  width: auto;
}

.disable-click {
  pointer-events: none;
}

.b-disabled .p-component.p-disabled, .b-disabled .p-component:disabled, .b-disabled .p-disabled {
  opacity: 1;
  background: #f8f8f8 !important;
}
.b-disabled:disabled {
  opacity: 1;
  background: #f8f8f8 !important;
}

.b-form .field {
  margin-bottom: 0;
}

.b-tr-active-hover {
  background: #e9ecef !important;
}

.p-float-label.b-custom label {
  margin-left: -0.5rem !important;
}

.b-layout-toast {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.b-layout-toast:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-progress-spinner {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.b-progress-spinner:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff94;
}

.custom-spinner .p-progress-spinner-circle {
  stroke: #5346E0 !important;
  animation: custom-progress-spinner-dash 1.5s ease-in-out infinite, custom-progress-spinner-color 6s ease-in-out infinite !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e7e7e7;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 10px;
}

.p-paginator .p-paginator-current {
  margin-left: auto;
  border: none;
}
.p-paginator .p-paginator-element {
  border: none;
}
.p-paginator .p-paginator-first, .p-paginator .p-paginator-last {
  display: none;
}

.b-calender-panel {
  min-width: 250px;
}

.b-new-div-account-display {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 409px;
  height: 386px;
  background: #FFFFFF;
  border-radius: 12px !important;
}

.profile-item-submenu {
  border-radius: 12px !important;
}

.b-avt-detail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.b-name-detail {
  text-align: center;
  margin-top: 2rem;
}

.b-display-name {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.b-email-detail {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}

.b-manage-account {
  margin-top: 2rem;
  padding: 8px 16px;
  gap: 10px;
  height: 40px;
  background: #EEECFC;
  border: 1px solid #5346E0;
  border-radius: 90px;
  cursor: pointer;
}

.b-manage-account:hover {
  opacity: 0.8;
}

.b-manage-account-text {
  font-family: "Mulish";
  color: #5346E0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.b-logout-detail {
  margin-top: 3rem;
}

.b-logout-detail:hover {
  opacity: 0.8;
}

.b-logout-detail > button {
  cursor: pointer;
  border: none;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #5346E0;
  padding: 1rem;
  background-color: #fff;
}

.b-col-id {
  max-width: 5rem;
  min-width: 5rem;
  justify-content: center;
}

.b-col-status {
  min-width: 8.1rem;
  max-width: 8.1rem;
  justify-content: left;
}

.b-col-actions {
  max-width: 3rem;
  min-width: 3rem;
  justify-content: center;
}

.b-col-6rem {
  max-width: 6rem;
  min-width: 6rem;
  justify-content: center;
}

.b-filter-wrapper div h6 {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.b-no-data {
  margin-top: 10px;
  border-radius: 5px;
  background: #F7F9FF;
  padding: 25px;
}
.b-no-data h6 {
  color: #525B73;
  text-align: center;
}

.b-wrapper-empty-data {
  border-bottom: none !important;
  background: white !important;
}
.b-wrapper-empty-data td {
  padding: 10px 0px 0px 0px !important;
}
.b-wrapper-empty-data td div {
  width: 100%;
}
.b-wrapper-empty-data td div .b-wrapper-info {
  padding: 20px;
  background-color: #F7F9FF;
}
.b-wrapper-empty-data td div .b-wrapper-info.b-cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 30rem;
  white-space: nowrap;
}
.b-wrapper-empty-data td div .b-wrapper-info.b-choose {
  padding: 14px;
}
.b-wrapper-empty-data td div .b-wrapper-info.b-empty-data {
  opacity: 0.9;
  text-align: center;
  font-weight: bold;
  color: #525B73;
}

.b-checkbox-hightlight .p-checkbox-box {
  border-color: #ffae00 !important;
}
.b-checkbox-hightlight .p-checkbox-box.p-highlight {
  background: #ffae00;
}
.b-checkbox-hightlight .p-checkbox-box.p-highlight:hover {
  background: #ffae00 !important;
}

.border-color-pink .p-checkbox-box {
  border-color: #e718bd;
}
.border-color-pink .p-checkbox-box:hover {
  border-color: #e718bd !important;
}
.border-color-pink .p-checkbox-box.p-highlight {
  border-color: #e718bd;
  background: #e718bd !important;
}
.border-color-pink .p-checkbox-box.p-highlight:hover {
  background: #e718bd !important;
}
.border-color-pink .p-checkbox-box.p-focus {
  border-color: #e718bd !important;
}

/*# sourceMappingURL=theme-light.css.map */
