@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600";

/* node_modules/primeng/resources/themes/lara-light-blue/theme.css */
:root {
  font-family: "Inter var", sans-serif;
  font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11";
  font-variation-settings: normal;
  --font-family: "Inter var", sans-serif;
  --font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11";
  --surface-a: #ffffff;
  --surface-b: #f9fafb;
  --surface-c: #f3f4f6;
  --surface-d: #e5e7eb;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #4b5563;
  --text-color-secondary: #6b7280;
  --primary-color: #3B82F6;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #f9fafb;
  --surface-100: #f3f4f6;
  --surface-200: #e5e7eb;
  --surface-300: #d1d5db;
  --surface-400: #9ca3af;
  --surface-500: #6b7280;
  --surface-600: #4b5563;
  --surface-700: #374151;
  --surface-800: #1f2937;
  --surface-900: #111827;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --content-padding: 1.25rem;
  --inline-spacing: 0.5rem;
  --border-radius: 6px;
  --surface-ground: #f9fafb;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dfe7ef;
  --surface-hover: #f6f9fc;
  --focus-ring: 0 0 0 0.2rem #BFDBFE;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #EFF6FF;
  --highlight-text-color: #1D4ED8;
  color-scheme: light;
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url("./media/Inter-roman.var.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: "Italic";
  src: url("./media/Inter-italic.var.woff2?v=3.19") format("woff2");
}
:root {
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#f5f9ff;
  --primary-100:#d0e1fd;
  --primary-200:#abc9fb;
  --primary-300:#85b2f9;
  --primary-400:#609af8;
  --primary-500:#3b82f6;
  --primary-600:#326fd1;
  --primary-700:#295bac;
  --primary-800:#204887;
  --primary-900:#183462;
}
.p-editor-container .p-editor-toolbar {
  background: #f9fafb;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #e5e7eb;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0.75rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #4b5563;
  background: #f3f4f6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.75rem 1.25rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #e5e7eb;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #4b5563;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #4b5563;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #4b5563;
}
.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: #3B82F6;
}
.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: #3B82F6;
}
.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: #3B82F6;
}
.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: #3B82F6;
}
@layer primeng {
  * {
    box-sizing: border-box;
  }
  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }
  .p-disabled,
  .p-component:disabled {
    opacity: 0.6;
  }
  .p-error {
    color: #e24c4c;
  }
  .p-text-secondary {
    color: #6b7280;
  }
  .pi {
    font-size: 1rem;
  }
  .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 6px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .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;
    }
  }
  .p-autocomplete .p-autocomplete-loader {
    right: 0.75rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 3.75rem;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #3B82F6;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.375rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.375rem 0.75rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
    background: #d1d5db;
    color: #4b5563;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-autocomplete-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0.75rem 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
    margin-top: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #e24c4c;
  }
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #6b7280;
    right: 3.75rem;
  }
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-datepicker {
    padding: 0.5rem;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #ffffff;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #4b5563;
    background: #ffffff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .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: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    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: #3B82F6;
  }
  .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: 50%;
    transition: box-shadow 0.2s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #d1d5db;
    color: #4b5563;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #e5e7eb;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #e5e7eb;
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .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.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #e5e7eb;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    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: #f3f4f6;
  }
  .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 #BFDBFE;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
  }
  .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 #BFDBFE;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
  }
  .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 #BFDBFE;
  }
  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #6b7280;
    right: 3.75rem;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.75rem 0.75rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #e24c4c;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-cascadeselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0.75rem 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.75rem 1.25rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-input-filled .p-cascadeselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #e24c4c;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.75rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
    transform: rotate(90deg);
  }
  .p-checkbox {
    width: 22px;
    height: 22px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid #d1d5db;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #3B82F6;
    background: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #1D4ED8;
    background: #1D4ED8;
    color: #ffffff;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #e24c4c;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-checkbox-label {
    margin-left: 0.5rem;
  }
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #e24c4c;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #3B82F6;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #d1d5db;
    color: #4b5563;
  }
  .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.375rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0;
  }
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #e24c4c;
  }
  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.75rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  .p-colorpicker-preview,
  .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem;
  }
  .p-colorpicker-panel {
    background: #323232;
    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: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .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: #6b7280;
  }
  .p-dropdown .p-dropdown-label:focus,
  .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #e24c4c;
  }
  .p-dropdown.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-dropdown.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-dropdown.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-dropdown-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .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: #6b7280;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0.75rem 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-dropdown {
    background: #f3f4f6;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
    border-color: #e24c4c;
  }
  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-inputgroup-addon {
    background: #f3f4f6;
    color: #6b7280;
    border-top: 1px solid #d1d5db;
    border-left: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
    padding: 0.75rem 0.75rem;
    min-width: 3rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #d1d5db;
  }
  .p-inputgroup > .p-component,
  .p-inputgroup > .p-inputwrapper > .p-inputtext,
  .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
  .p-inputgroup > .p-inputwrapper > .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-inputwrapper > .p-inputtext:focus,
  .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
  .p-inputgroup > .p-inputwrapper > .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: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .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: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 3rem;
  }
  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.75rem;
    color: #6b7280;
  }
  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.75rem;
    color: #6b7280;
  }
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #e24c4c;
  }
  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  .p-inputmask.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-inputmask.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-inputmask.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #e24c4c;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 2.5rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 3.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 3.75rem;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
    background-color: #f3f4f6;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
    background-color: #f3f4f6;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-inputotp-input {
    text-align: center;
    width: 2.5rem;
  }
  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 30px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .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 #BFDBFE;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #b7bcc5;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #3B82F6;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #ffffff;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #2563eb;
  }
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #e24c4c;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    background: #ffffff;
    padding: 0.75rem 0.75rem;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    appearance: none;
    border-radius: 6px;
  }
  .p-inputtext:enabled:hover {
    border-color: #3B82F6;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #e24c4c;
  }
  .p-inputtext.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }
  .p-float-label > label {
    left: 0.75rem;
    color: #6b7280;
    transition-duration: 0.2s;
  }
  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #e24c4c;
  }
  .p-input-icon-left > .p-icon-wrapper.p-icon,
  .p-input-icon-left > i:first-of-type {
    left: 0.75rem;
    color: #6b7280;
  }
  .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 > .p-icon-wrapper,
  .p-input-icon-right > i:last-of-type {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-input-icon-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 2.5rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 2.5rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  ::-webkit-input-placeholder {
    color: #6b7280;
  }
  :-moz-placeholder {
    color: #6b7280;
  }
  ::-moz-placeholder {
    color: #6b7280;
  }
  :-ms-input-placeholder {
    color: #6b7280;
  }
  .p-input-filled .p-inputtext {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }
  .p-listbox {
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .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: #6b7280;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .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 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #e24c4c;
  }
  .p-multiselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.75rem 0.75rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-multiselect.p-variant-filled {
    background: #f3f4f6;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.375rem 0.75rem;
  }
  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.75rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-multiselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .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: #6b7280;
  }
  .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: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0.75rem 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .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 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-multiselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #e24c4c;
  }
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-password-panel {
    padding: 1.25rem;
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #e5e7eb;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #ea5455;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ff9f42;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #29c76f;
  }
  p-password.p-password-clearable .p-password-input {
    padding-right: 2.5rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 4.25rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #6b7280;
    right: 2.5rem;
  }
  .p-radiobutton {
    width: 22px;
    height: 22px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #d1d5db;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.2s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #3B82F6;
    background: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #1D4ED8;
    background: #1D4ED8;
    color: #ffffff;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #f3f4f6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
    background: #3B82F6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1D4ED8;
  }
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #e24c4c;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #3B82F6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1D4ED8;
  }
  .p-radiobutton-label {
    margin-left: 0.5rem;
  }
  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item {
    border-radius: 50%;
    outline-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #ea5455;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #3B82F6;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #3B82F6;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #e73d3e;
  }
  .p-selectbutton .p-button {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: #6b7280;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563;
  }
  .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: #374151;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #3B82F6;
    border-color: #3B82F6;
    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: #2563eb;
    border-color: #2563eb;
    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: #e24c4c;
  }
  .p-slider {
    background: #e5e7eb;
    border: 0 none;
    border-radius: 6px;
  }
  .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 {
    height: 100%;
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #ffffff;
    border: 2px solid #3B82F6;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-slider .p-slider-range {
    background: #3B82F6;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #3B82F6;
    border-color: #3B82F6;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      left 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      bottom 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height 0.2s;
  }
  .p-togglebutton.p-button {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
  .p-togglebutton.p-button .p-button-icon-right {
    color: #6b7280;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563;
  }
  .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: #374151;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #3B82F6;
    border-color: #3B82F6;
    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: #2563eb;
    border-color: #2563eb;
    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: #e24c4c;
  }
  .p-treeselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.75rem 0.75rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-treeselect.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-treeselect.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-treeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #e24c4c;
  }
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.375rem 0.75rem;
  }
  .p-treeselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.75rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .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.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.75rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-button {
    color: #ffffff;
    background: #3B82F6;
    border: 1px solid #3B82F6;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
    outline-color: transparent;
  }
  .p-button:not(:disabled):hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
  }
  .p-button:not(:disabled):active {
    background: #1D4ED8;
    color: #ffffff;
    border-color: #1D4ED8;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #6b7280;
    border-color: #6b7280;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #6b7280;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280;
  }
  .p-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .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: #3B82F6;
    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: 3rem;
    padding: 0.75rem 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: 3rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 1.09375rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 1.5625rem;
  }
  .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-icon-only {
    width: 3rem;
  }
  .p-fluid .p-button-group {
    display: flex;
  }
  .p-fluid .p-button-group .p-button {
    flex: 1;
  }
  .p-button.p-button-secondary,
  .p-button-group.p-button-secondary > .p-button,
  .p-splitbutton.p-button-secondary > .p-button {
    color: #ffffff;
    background: #64748b;
    border: 1px solid #64748b;
  }
  .p-button.p-button-secondary:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
    background: #475569;
    color: #ffffff;
    border-color: #475569;
  }
  .p-button.p-button-secondary:not(:disabled):focus,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e2e8f0;
  }
  .p-button.p-button-secondary:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
    background: #334155;
    color: #ffffff;
    border-color: #334155;
  }
  .p-button.p-button-secondary.p-button-outlined,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: transparent;
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(100, 116, 139, 0.16);
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text,
  .p-button-group.p-button-secondary > .p-button.p-button-text,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: transparent;
    color: #64748b;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    border-color: transparent;
    color: #64748b;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
    background: rgba(100, 116, 139, 0.16);
    border-color: transparent;
    color: #64748b;
  }
  .p-button.p-button-info,
  .p-button-group.p-button-info > .p-button,
  .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #0ea5e9;
    border: 1px solid #0ea5e9;
  }
  .p-button.p-button-info:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
    background: #0284c7;
    color: #ffffff;
    border-color: #0284c7;
  }
  .p-button.p-button-info:not(:disabled):focus,
  .p-button-group.p-button-info > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bfdbfe;
  }
  .p-button.p-button-info:not(:disabled):active,
  .p-button-group.p-button-info > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
    background: #0369a1;
    color: #ffffff;
    border-color: #0369a1;
  }
  .p-button.p-button-info.p-button-outlined,
  .p-button-group.p-button-info > .p-button.p-button-outlined,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: transparent;
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(14, 165, 233, 0.04);
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(14, 165, 233, 0.16);
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text,
  .p-button-group.p-button-info > .p-button.p-button-text,
  .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: transparent;
    color: #0ea5e9;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(14, 165, 233, 0.04);
    border-color: transparent;
    color: #0ea5e9;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
    background: rgba(14, 165, 233, 0.16);
    border-color: transparent;
    color: #0ea5e9;
  }
  .p-button.p-button-success,
  .p-button-group.p-button-success > .p-button,
  .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #22c55e;
    border: 1px solid #22c55e;
  }
  .p-button.p-button-success:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
    background: #16a34a;
    color: #ffffff;
    border-color: #16a34a;
  }
  .p-button.p-button-success:not(:disabled):focus,
  .p-button-group.p-button-success > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bbf7d0;
  }
  .p-button.p-button-success:not(:disabled):active,
  .p-button-group.p-button-success > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
    background: #15803d;
    color: #ffffff;
    border-color: #15803d;
  }
  .p-button.p-button-success.p-button-outlined,
  .p-button-group.p-button-success > .p-button.p-button-outlined,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: transparent;
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(34, 197, 94, 0.16);
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text,
  .p-button-group.p-button-success > .p-button.p-button-text,
  .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: transparent;
    color: #22c55e;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    border-color: transparent;
    color: #22c55e;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
    background: rgba(34, 197, 94, 0.16);
    border-color: transparent;
    color: #22c55e;
  }
  .p-button.p-button-warning,
  .p-button-group.p-button-warning > .p-button,
  .p-splitbutton.p-button-warning > .p-button {
    color: #ffffff;
    background: #f97316;
    border: 1px solid #f97316;
  }
  .p-button.p-button-warning:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
    background: #ea580c;
    color: #ffffff;
    border-color: #ea580c;
  }
  .p-button.p-button-warning:not(:disabled):focus,
  .p-button-group.p-button-warning > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fde68a;
  }
  .p-button.p-button-warning:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
    background: #c2410c;
    color: #ffffff;
    border-color: #c2410c;
  }
  .p-button.p-button-warning.p-button-outlined,
  .p-button-group.p-button-warning > .p-button.p-button-outlined,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: transparent;
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(249, 115, 22, 0.04);
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(249, 115, 22, 0.16);
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text,
  .p-button-group.p-button-warning > .p-button.p-button-text,
  .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: transparent;
    color: #f97316;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(249, 115, 22, 0.04);
    border-color: transparent;
    color: #f97316;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
    background: rgba(249, 115, 22, 0.16);
    border-color: transparent;
    color: #f97316;
  }
  .p-button.p-button-help,
  .p-button-group.p-button-help > .p-button,
  .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #a855f7;
    border: 1px solid #a855f7;
  }
  .p-button.p-button-help:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
    background: #9333ea;
    color: #ffffff;
    border-color: #9333ea;
  }
  .p-button.p-button-help:not(:disabled):focus,
  .p-button-group.p-button-help > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e9d5ff;
  }
  .p-button.p-button-help:not(:disabled):active,
  .p-button-group.p-button-help > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
    background: #7e22ce;
    color: #ffffff;
    border-color: #7e22ce;
  }
  .p-button.p-button-help.p-button-outlined,
  .p-button-group.p-button-help > .p-button.p-button-outlined,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: transparent;
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text,
  .p-button-group.p-button-help > .p-button.p-button-text,
  .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: transparent;
    color: #a855f7;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-danger,
  .p-button-group.p-button-danger > .p-button,
  .p-splitbutton.p-button-danger > .p-button {
    color: #ffffff;
    background: #ef4444;
    border: 1px solid #ef4444;
  }
  .p-button.p-button-danger:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
    background: #dc2626;
    color: #ffffff;
    border-color: #dc2626;
  }
  .p-button.p-button-danger:not(:disabled):focus,
  .p-button-group.p-button-danger > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fecaca;
  }
  .p-button.p-button-danger:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
    background: #b91c1c;
    color: #ffffff;
    border-color: #b91c1c;
  }
  .p-button.p-button-danger.p-button-outlined,
  .p-button-group.p-button-danger > .p-button.p-button-outlined,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: transparent;
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(239, 68, 68, 0.16);
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text,
  .p-button-group.p-button-danger > .p-button.p-button-text,
  .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: transparent;
    color: #ef4444;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    border-color: transparent;
    color: #ef4444;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
    background: rgba(239, 68, 68, 0.16);
    border-color: transparent;
    color: #ef4444;
  }
  .p-button.p-button-contrast,
  .p-button-group.p-button-contrast > .p-button,
  .p-splitbutton.p-button-contrast > .p-button {
    color: #ffffff;
    background: #1f2937;
    border: 1px solid #1f2937;
  }
  .p-button.p-button-contrast:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover {
    background: #374151;
    color: #ffffff;
    border-color: #374151;
  }
  .p-button.p-button-contrast:not(:disabled):focus,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-contrast:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active {
    background: #4b5563;
    color: #ffffff;
    border-color: #4b5563;
  }
  .p-button.p-button-contrast.p-button-outlined,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined {
    background-color: transparent;
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(31, 41, 55, 0.04);
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(31, 41, 55, 0.16);
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-text,
  .p-button-group.p-button-contrast > .p-button.p-button-text,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text {
    background-color: transparent;
    color: #1f2937;
    border-color: transparent;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(31, 41, 55, 0.04);
    border-color: transparent;
    color: #1f2937;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active {
    background: rgba(31, 41, 55, 0.16);
    border-color: transparent;
    color: #1f2937;
  }
  .p-button.p-button-link {
    color: #1D4ED8;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #1D4ED8;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #1D4ED8;
    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-button.p-button.p-button-icon-only .p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-speeddial-list {
    outline: 0 none;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #4b5563;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #022354;
    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(0, 0, 0, 0.4);
  }
  .p-splitbutton {
    border-radius: 6px;
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.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-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .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: #d1d5db;
    width: 2rem;
    height: 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #9ca3af;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    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: #1D4ED8;
    background: #EFF6FF;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #374151;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #4b5563;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 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: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .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: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr:focus-visible {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #EFF6FF;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #EFF6FF;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-datatable .p-column-resizer-helper {
    background: #3B82F6;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #f9fafb;
  }
  .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,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f9fafb;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .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 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: #f8f8fa;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.5rem 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 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 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: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .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: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open,
  .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active,
  .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-column-filter-overlay {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0.75rem 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
    margin-top: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1.25rem;
    border-bottom: 1px solid #e5e7eb;
  }
  .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.75rem 1.25rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-orderlist .p-orderlist-list-container.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-orderlist .p-orderlist-header {
    color: #374151;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    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: #6b7280;
  }
  .p-orderlist .p-orderlist-list {
    color: #4b5563;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: 1px solid #e5e7eb;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
    margin-top: 0;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #f8f8fa;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #f3f4f6;
  }
  .p-orderlist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #4b5563;
    background: #ffffff;
    margin: 0;
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #70aeff;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #e5e7eb;
    border-color: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #e5e7eb;
    border-color: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    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-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-paginator {
    background: #ffffff;
    color: #6b7280;
    border: solid #f3f4f6;
    border-width: 0;
    padding: 0.5rem 1rem;
    border-radius: 6px;
  }
  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .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: #f3f4f6;
    border-color: transparent;
    color: #374151;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 3rem;
  }
  .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: 3rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #EFF6FF;
    border-color: #EFF6FF;
    color: #1D4ED8;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: transparent;
    color: #374151;
  }
  .p-picklist .p-picklist-buttons {
    padding: 1.25rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-picklist .p-picklist-list-wrapper.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-picklist .p-picklist-header {
    color: #374151;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 700;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    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: #6b7280;
  }
  .p-picklist .p-picklist-list {
    color: #4b5563;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: 1px solid #e5e7eb;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:first-child {
    margin-top: 0;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: #f8f8fa;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #f3f4f6;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #4b5563;
    background: #ffffff;
    margin: 0;
  }
  .p-timeline .p-timeline-event-marker {
    border: 2px solid #3B82F6;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #e5e7eb;
  }
  .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 #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    padding: 1.25rem;
    border-radius: 6px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 6px;
    transition: box-shadow 0.2s;
    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: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #6b7280;
  }
  .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: #4b5563;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .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: #1D4ED8;
  }
  .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: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .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: #6b7280;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: #8cbeff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #4b5563;
    padding: 0.5rem;
    transition: box-shadow 0.2s;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #EFF6FF;
    color: #1D4ED8;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #1D4ED8;
  }
  .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: #6b7280;
    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: #f3f4f6;
    color: #4b5563;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treetable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
  }
  .p-treetable .p-sortable-column {
    outline-color: #BFDBFE;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    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: #1D4ED8;
    background: #EFF6FF;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #374151;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #4b5563;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .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: #4b5563;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #1D4ED8;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #4b5563;
  }
  .p-treetable .p-column-resizer-helper {
    background: #3B82F6;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #f9fafb;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 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 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.5rem 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 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 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: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .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-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    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: #e5e7eb;
    background: #f3f4f6;
    color: #374151;
  }
  .p-accordion .p-accordion-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 4px;
  }
  .p-card {
    background: #ffffff;
    color: #4b5563;
    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: 6px;
  }
  .p-card .p-card-body {
    padding: 1.25rem;
  }
  .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: #6b7280;
  }
  .p-card .p-card-content {
    padding: 1.25rem 0;
  }
  .p-card .p-card-footer {
    padding: 1.25rem 0 0 0;
  }
  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1.25rem 0;
    padding: 0 1.25rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #e5e7eb;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1.25rem;
    padding: 1.25rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #e5e7eb;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-fieldset {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-radius: 6px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1.25rem;
    color: #374151;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .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-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-fieldset .p-fieldset-content {
    padding: 1.25rem;
  }
  .p-panel .p-panel-header {
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    background: #f9fafb;
    color: #374151;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 700;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.75rem 1.25rem;
  }
  .p-panel .p-panel-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-panel .p-panel-footer {
    padding: 0.75rem 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0 none;
  }
  .p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto;
  }
  .p-panel .p-panel-icons-start {
    order: 0;
    margin-right: 0.5rem;
  }
  .p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .p-scrollpanel .p-scrollpanel-bar {
    background: #f9fafb;
    border: 0 none;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-splitter {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    border-radius: 6px;
    color: #4b5563;
  }
  .p-splitter .p-splitter-gutter {
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    background: #f9fafb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #e5e7eb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #e5e7eb;
  }
  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 3rem;
  }
  .p-tabview .p-tabview-nav {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #ffffff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #ffffff;
    border-color: #9ca3af;
    color: #6b7280;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-color: #3B82F6;
    color: #3B82F6;
  }
  .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: #3B82F6;
    width: 3rem;
    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-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 1.25rem;
    border: 0 none;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-toolbar {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    border-radius: 6px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }
  .p-stepper .p-stepper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
  }
  .p-stepper-vertical .p-stepper-nav {
    flex-direction: column;
  }
  .p-stepper-header {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .p-stepper-header:last-of-type {
    flex: initial;
  }
  .p-stepper-header .p-stepper-action {
    border: 0 none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .p-stepper-header .p-stepper-action:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper.p-stepper-readonly .p-stepper-header {
    cursor: auto;
  }
  .p-stepper-header.p-highlight .p-stepper-action {
    cursor: default;
  }
  .p-stepper-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .p-stepper-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-stepper-separator {
    flex: 1 1 0;
  }
  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    border-width: 2px;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: #6b7280;
    font-weight: 700;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #4b5563;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #3B82F6;
  }
  .p-stepper .p-stepper-panels {
    background: #ffffff;
    padding: 1.25rem;
    color: #4b5563;
  }
  .p-stepper .p-stepper-separator {
    background-color: #e5e7eb;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: box-shadow 0.2s;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: #ffffff;
    color: #4b5563;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #3B82F6;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
  .p-confirm-popup {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0.75rem 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(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #ffffff;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 0 none;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #ffffff;
    color: #374151;
    padding: 1.5rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 700;
    font-size: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #4b5563;
    padding: 0 1.5rem 2rem 1.5rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #ffffff;
    color: #4b5563;
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .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;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1.25rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #3B82F6;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #2563eb;
    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(255, 255, 255, 0);
    border-bottom-color: #f2f2f2;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #ffffff;
  }
  .p-sidebar {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-sidebar .p-sidebar-header {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 1.25rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #4b5563;
    color: #ffffff;
    padding: 0.75rem 0.75rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #4b5563;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #4b5563;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #4b5563;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #4b5563;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: #f9fafb;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .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 #BFDBFE;
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 2rem 1rem;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #3B82F6;
    border-style: dashed;
    background-color: #EFF6FF;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-fileupload-choose:not(.p-disabled):hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #1D4ED8;
    color: #ffffff;
    border-color: #1D4ED8;
  }
  .p-breadcrumb {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #6b7280;
  }
  .p-contextmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-dock .p-dock-list-container {
    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-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 6px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-dock .p-dock-link {
    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;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0.5rem 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0.5rem 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-menu .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-menubar {
    padding: 0.5rem;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 12.5rem;
    border-radius: 6px;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #6b7280;
      border-radius: 50%;
      transition:
        background-color 0.2s,
        color 0.2s,
        box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #6b7280;
      background: #f3f4f6;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem #BFDBFE;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.5rem 0;
      background: #ffffff;
      border: 0 none;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #e5e7eb;
      margin: 0.25rem 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-content .p-menuitem-link .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .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.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .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 .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 3.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 5.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 6.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      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 {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #374151;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.5rem 0;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 4px;
  }
  .p-slidemenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-slidemenu .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #6b7280;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 700;
    color: #4b5563;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #e5e7eb;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #ffffff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 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-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #ffffff;
    border-color: #9ca3af;
    color: #6b7280;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #ffffff;
    border-color: #3B82F6;
    color: #3B82F6;
  }
  .p-tabmenu .p-tabmenu-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: #ffffff;
    color: #3B82F6;
    width: 3rem;
    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-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tieredmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message {
    padding: 0.75rem 0.75rem;
    margin: 0;
    border-radius: 6px;
  }
  .p-inline-message.p-inline-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0px;
    color: #3b82f6;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #3b82f6;
  }
  .p-inline-message.p-inline-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0px;
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0px;
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0px;
    color: #ff5757;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #ff5757;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .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: 6px;
  }
  .p-message .p-message-wrapper {
    padding: 1.25rem 1.75rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-message.p-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6;
  }
  .p-message.p-message-info .p-message-icon {
    color: #3b82f6;
  }
  .p-message.p-message-info .p-message-close {
    color: #3b82f6;
  }
  .p-message.p-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-icon {
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-close {
    color: #1ea97c;
  }
  .p-message.p-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-close {
    color: #cc8925;
  }
  .p-message.p-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-icon {
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-close {
    color: #ff5757;
  }
  .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-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-message.p-message-secondary {
    background: #64748b;
    border: solid #64748b;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-secondary .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-secondary .p-message-close {
    color: #ffffff;
  }
  .p-message.p-message-contrast {
    background: #1f2937;
    border: solid #1f2937;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-contrast .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-contrast .p-message-close {
    color: #ffffff;
  }
  .p-toast {
    opacity: 1;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 6px;
  }
  .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-icon:not(.p-toast-icon-close-icon) {
    width: 2rem;
    height: 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:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6;
  }
  .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: #3b82f6;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .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: #1ea97c;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .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: #cc8925;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .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: #ff5757;
  }
  .p-toast .p-toast-message.p-toast-message-secondary {
    background: #64748b;
    border: solid #64748b;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-icon-close {
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-contrast {
    background: #1f2937;
    border: solid #1f2937;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-icon-close {
    color: #ffffff;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
    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 .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #f9fafb;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #d1d5db;
    width: 1rem;
    height: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #9ca3af;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .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: #EFF6FF;
    color: #1D4ED8;
  }
  .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: #f9fafb;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .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: #f9fafb;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .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:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .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:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    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-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-avatar {
    background-color: #e5e7eb;
    border-radius: 6px;
  }
  .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: #3B82F6;
    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: #64748b;
    color: #ffffff;
  }
  .p-badge.p-badge-contrast {
    background-color: #1f2937;
    color: #ffffff;
  }
  .p-badge.p-badge-success {
    background-color: #22c55e;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #0ea5e9;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #f97316;
    color: #ffffff;
  }
  .p-badge.p-badge-danger {
    background-color: #ef4444;
    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: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
    padding: 0 0.75rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip img {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: -0.75rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-chip .pi-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-inplace .p-inplace-display {
    padding: 0.75rem 0.75rem;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-metergroup {
    display: flex;
  }
  .p-metergroup-meters {
    display: flex;
  }
  .p-metergroup-vertical .p-metergroup-meters {
    flex-direction: column;
  }
  .p-metergroup-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-metergroup-vertical .p-metergroup-labels {
    align-items: start;
  }
  .p-metergroup-labels-vertical {
    flex-direction: column;
  }
  .p-metergroup-label {
    display: inline-flex;
    align-items: center;
  }
  .p-metergroup-label-marker {
    display: inline-flex;
  }
  .p-metergroup {
    gap: 1rem;
  }
  .p-metergroup .p-metergroup-meters {
    background: #e5e7eb;
    border-radius: 6px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #3B82F6;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #3B82F6;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
    gap: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal {
    flex-direction: column;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-metergroup.p-metergroup-vertical {
    flex-direction: row;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #e5e7eb;
    border-radius: 6px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #3B82F6;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 1.5rem;
  }
  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .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: #f9fafb;
  }
  .p-scrolltop .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-skeleton {
    background-color: #e5e7eb;
    border-radius: 6px;
  }
  .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: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
  }
  .p-tag.p-tag-success {
    background-color: #22c55e;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #0ea5e9;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #f97316;
    color: #ffffff;
  }
  .p-tag.p-tag-danger {
    background-color: #ef4444;
    color: #ffffff;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-tag.p-tag-secondary {
    background-color: #64748b;
    color: #ffffff;
  }
  .p-tag.p-tag-contrast {
    background-color: #1f2937;
    color: #ffffff;
  }
  .p-terminal {
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
}
@layer primeng {
  .p-button-label {
    font-weight: 700;
  }
  .p-selectbutton > .p-button,
  .p-togglebutton.p-button {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background-color: #3B82F6;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background-color: #3B82F6;
  }
  .p-button:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #9dc1fb,
      0 1px 2px 0 black;
  }
  .p-button.p-button-secondary:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #b0b9c6,
      0 1px 2px 0 black;
  }
  .p-button.p-button-success:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #88eaac,
      0 1px 2px 0 black;
  }
  .p-button.p-button-info:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #83d3f8,
      0 1px 2px 0 black;
  }
  .p-button.p-button-warning:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #fcb98b,
      0 1px 2px 0 black;
  }
  .p-button.p-button-help:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #d4aafb,
      0 1px 2px 0 black;
  }
  .p-button.p-button-danger:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #f7a2a2,
      0 1px 2px 0 black;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #3B82F6;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #3B82F6;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #9dc1fb,
      0 1px 2px 0 black;
  }
  .p-toast-message {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .p-inline-message-text {
    font-weight: 500;
  }
  .p-picklist-buttons .p-button,
  .p-orderlist-controls .p-button {
    transition:
      opacity 0.2s,
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #3B82F6;
    color: #ffffff;
  }
}

/* node_modules/primeng/resources/primeng.min.css */
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@layer primeng {
  .p-component,
  .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input,
  .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled,
  .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
    user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @-webkit-keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button],
  input[type=submit],
  input[type=reset],
  input[type=file]::-webkit-file-upload-button,
  button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity .1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    -webkit-animation: p-icon-spin 2s infinite linear;
    animation: p-icon-spin 2s infinite linear;
  }
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 .5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
}
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
}
@layer primeng {
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
}
@layer primeng {
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
}
@layer primeng {
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal,
  .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
}
@layer primeng {
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
}
@layer primeng {
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple .4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: .25em .5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 .25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: .25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: .25em .25em .25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: .25em 0 .25em .25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: .25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: .25em .25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 .25em .25rem;
  }
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css */
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #673ab7;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ffd740;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #ffd740;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ffd740;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #673ab7;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #673ab7;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #ffd740;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ffd740;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #673ab7;
  --mat-progress-bar-track-color: rgba(103, 58, 183, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #ffd740;
  --mat-progress-bar-track-color: rgba(255, 215, 64, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #673ab7 87%, transparent);
  --mat-form-field-filled-caret-color: #673ab7;
  --mat-form-field-filled-focus-active-indicator-color: #673ab7;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #673ab7 87%, transparent);
  --mat-form-field-outlined-caret-color: #673ab7;
  --mat-form-field-outlined-focus-outline-color: #673ab7;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #673ab7 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ffd740 87%, transparent);
  --mat-form-field-filled-caret-color: #ffd740;
  --mat-form-field-filled-focus-active-indicator-color: #ffd740;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ffd740 87%, transparent);
  --mat-form-field-outlined-caret-color: #ffd740;
  --mat-form-field-outlined-focus-outline-color: #ffd740;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ffd740 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #673ab7;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ffd740;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #673ab7;
  --mat-chip-elevated-disabled-container-color: #673ab7;
  --mat-chip-elevated-selected-container-color: #673ab7;
  --mat-chip-flat-disabled-selected-container-color: #673ab7;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: #ffd740;
  --mat-chip-elevated-disabled-container-color: #ffd740;
  --mat-chip-elevated-selected-container-color: #ffd740;
  --mat-chip-flat-disabled-selected-container-color: #ffd740;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}
html {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #673ab7;
  --mat-slide-toggle-selected-handle-color: #673ab7;
  --mat-slide-toggle-selected-hover-state-layer-color: #673ab7;
  --mat-slide-toggle-selected-pressed-state-layer-color: #673ab7;
  --mat-slide-toggle-selected-focus-handle-color: #673ab7;
  --mat-slide-toggle-selected-hover-handle-color: #673ab7;
  --mat-slide-toggle-selected-pressed-handle-color: #673ab7;
  --mat-slide-toggle-selected-focus-track-color: #9575cd;
  --mat-slide-toggle-selected-hover-track-color: #9575cd;
  --mat-slide-toggle-selected-pressed-track-color: #9575cd;
  --mat-slide-toggle-selected-track-color: #9575cd;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-focus-state-layer-color: #ffd740;
  --mat-slide-toggle-selected-handle-color: #ffd740;
  --mat-slide-toggle-selected-hover-state-layer-color: #ffd740;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ffd740;
  --mat-slide-toggle-selected-focus-handle-color: #ffd740;
  --mat-slide-toggle-selected-hover-handle-color: #ffd740;
  --mat-slide-toggle-selected-pressed-handle-color: #ffd740;
  --mat-slide-toggle-selected-focus-track-color: #ffd54f;
  --mat-slide-toggle-selected-hover-track-color: #ffd54f;
  --mat-slide-toggle-selected-pressed-track-color: #ffd54f;
  --mat-slide-toggle-selected-track-color: #ffd54f;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #673ab7;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #673ab7;
  --mat-radio-selected-hover-icon-color: #673ab7;
  --mat-radio-selected-icon-color: #673ab7;
  --mat-radio-selected-pressed-icon-color: #673ab7;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #ffd740;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ffd740;
  --mat-radio-selected-hover-icon-color: #ffd740;
  --mat-radio-selected-icon-color: #ffd740;
  --mat-radio-selected-pressed-icon-color: #ffd740;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
}
html {
  --mat-slider-active-track-color: #673ab7;
  --mat-slider-focus-handle-color: #673ab7;
  --mat-slider-handle-color: #673ab7;
  --mat-slider-hover-handle-color: #673ab7;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #673ab7 4%, transparent);
  --mat-slider-inactive-track-color: #673ab7;
  --mat-slider-ripple-color: #673ab7;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #673ab7;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #ffd740;
  --mat-slider-focus-handle-color: #ffd740;
  --mat-slider-handle-color: #ffd740;
  --mat-slider-hover-handle-color: #ffd740;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ffd740 4%, transparent);
  --mat-slider-inactive-track-color: #ffd740;
  --mat-slider-ripple-color: #ffd740;
  --mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-inactive-container-color: #ffd740;
}
.mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #673ab7;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #673ab7;
  --mat-radio-selected-hover-icon-color: #673ab7;
  --mat-radio-selected-icon-color: #673ab7;
  --mat-radio-selected-pressed-icon-color: #673ab7;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ffd740;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ffd740;
  --mat-radio-selected-hover-icon-color: #ffd740;
  --mat-radio-selected-icon-color: #ffd740;
  --mat-radio-selected-pressed-icon-color: #ffd740;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #673ab7;
  --mat-checkbox-selected-hover-icon-color: #673ab7;
  --mat-checkbox-selected-icon-color: #673ab7;
  --mat-checkbox-selected-pressed-icon-color: #673ab7;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #673ab7;
  --mat-checkbox-selected-hover-state-layer-color: #673ab7;
  --mat-checkbox-selected-pressed-state-layer-color: #673ab7;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #ffd740;
  --mat-checkbox-selected-hover-icon-color: #ffd740;
  --mat-checkbox-selected-icon-color: #ffd740;
  --mat-checkbox-selected-pressed-icon-color: #ffd740;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ffd740;
  --mat-checkbox-selected-hover-state-layer-color: #ffd740;
  --mat-checkbox-selected-pressed-state-layer-color: #ffd740;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #673ab7;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #673ab7;
  --mat-tab-active-ripple-color: #673ab7;
  --mat-tab-inactive-ripple-color: #673ab7;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #673ab7;
  --mat-tab-active-hover-label-text-color: #673ab7;
  --mat-tab-active-focus-indicator-color: #673ab7;
  --mat-tab-active-hover-indicator-color: #673ab7;
  --mat-tab-active-indicator-color: #673ab7;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ffd740;
  --mat-tab-active-ripple-color: #ffd740;
  --mat-tab-inactive-ripple-color: #ffd740;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ffd740;
  --mat-tab-active-hover-label-text-color: #ffd740;
  --mat-tab-active-focus-indicator-color: #ffd740;
  --mat-tab-active-hover-indicator-color: #ffd740;
  --mat-tab-active-indicator-color: #ffd740;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #673ab7;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #ffd740;
  --mat-tab-foreground-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #ffd740;
  --mat-checkbox-selected-hover-icon-color: #ffd740;
  --mat-checkbox-selected-icon-color: #ffd740;
  --mat-checkbox-selected-pressed-icon-color: #ffd740;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ffd740;
  --mat-checkbox-selected-hover-state-layer-color: #ffd740;
  --mat-checkbox-selected-pressed-state-layer-color: #ffd740;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #673ab7;
  --mat-checkbox-selected-hover-icon-color: #673ab7;
  --mat-checkbox-selected-icon-color: #673ab7;
  --mat-checkbox-selected-pressed-icon-color: #673ab7;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #673ab7;
  --mat-checkbox-selected-hover-state-layer-color: #673ab7;
  --mat-checkbox-selected-pressed-state-layer-color: #673ab7;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #673ab7;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #673ab7;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-button-outlined-state-layer-color: #673ab7;
  --mat-button-protected-container-color: #673ab7;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #673ab7;
  --mat-button-text-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-button-text-state-layer-color: #673ab7;
  --mat-button-tonal-container-color: #673ab7;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #ffd740;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-label-text-color: #ffd740;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-button-outlined-state-layer-color: #ffd740;
  --mat-button-protected-container-color: #ffd740;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-label-text-color: #ffd740;
  --mat-button-text-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-button-text-state-layer-color: #ffd740;
  --mat-button-tonal-container-color: #ffd740;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #673ab7;
  --mat-icon-button-state-layer-color: #673ab7;
  --mat-icon-button-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #ffd740;
  --mat-icon-button-state-layer-color: #ffd740;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #673ab7;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-fab-small-container-color: #673ab7;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #ffd740;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-fab-small-container-color: #ffd740;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #9575cd;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #673ab7;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #ffd740;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #673ab7;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #ffd740;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #673ab7 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #673ab7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #673ab7 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #673ab7 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #673ab7;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #ffd740;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ffd740 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ffd740 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ffd740;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #673ab7;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ffd740;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #673ab7;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #673ab7;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #673ab7;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #ffd740;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #ffd740;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #ffd740;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #673ab7;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ffd740;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* src/styles.css */

/* public/public/css/style.css */
html {
  height: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333448;
  background:
    linear-gradient(
      0deg,
      rgba(51, 53, 72, 0.05),
      rgba(51, 53, 72, 0.05)),
    #FFFFFF;
  overflow-x: hidden;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2.25rem;
}
h2,
.h2 {
  font-size: 1.875rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 0.875rem;
}
h6,
.h6 {
  font-size: 0.75rem;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #009ce7;
  outline: none;
}
.form-control {
  box-shadow: none;
  padding: 10px 15px;
  font-size: 14px;
  min-height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
}
.form-control::placeholder {
  font-size: 13px;
}
.form-control:focus {
  border-color: #008080;
  box-shadow: none;
  outline: 0 none;
}
a {
  color: #008080;
  text-decoration: none;
}
input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
input,
button {
  outline: none;
}
input[type=file] {
  height: auto;
  padding: 6px 0.75rem;
}
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.form-control {
  resize: vertical;
}
.navbar-nav > li {
  float: left;
}
.input-block {
  margin-bottom: 20px;
}
.display-block {
  display: block;
}
.btn.rounded {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.btn.focus,
.btn:focus {
  box-shadow: inherit !important;
}
.list-group-item {
  border: 1px solid #eaeaea;
}
.table > :not(:first-child) {
  border: 0;
}
table.table td,
table.table th {
  border-color: #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.dataTables_length select {
  appearance: auto;
}
.table {
  color: #000;
  border: 1px solid #f0f0f0;
}
.table.table-white {
  background-color: #fff;
}
.table > tbody > tr > td {
  font-weight: 300;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f6f6f6;
}
table.table td .avatar {
  margin: 0 5px 0 0;
}
table.table td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
table.table td h2 a {
  color: #757575;
}
table.table td h2 a:hover {
  color: #009efb;
}
table.table td h2 span {
  color: #9e9e9e;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.table-nowrap td,
.table-nowrap th {
  white-space: nowrap;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.w-40 {
  width: 40px;
}
.block {
  display: block !important;
}
.text-ellipsis {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-muted-light {
  color: #aaa;
}
.card-box {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}
.card-title {
  color: #333448;
  font-size: 16px;
  margin-bottom: 20px;
}
.page-title {
  color: #333448;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 25px;
}
.page-sub-title {
  color: #565656;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
.cal-icon:after {
  background: transparent url("./media/calendar-icon.svg") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 24px;
  cursor: pointer;
}
.cal-icon {
  position: relative;
  width: 100%;
}
.time-icon:after {
  background: transparent url("./media/clock.png") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 19px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 19px;
}
.time-icon {
  position: relative;
  width: 100%;
}
.badge-success-border {
  border: 1px solid #55ce63;
  color: #55ce63;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}
.badge-danger-border {
  border: 1px solid #f62d51;
  color: #f62d51;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}
.badge-warning-border {
  border: 1px solid #ffbc34;
  color: #ffbc34;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}
.badge-info-border {
  border: 1px solid #009efb;
  color: #009efb;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}
.modal-footer.text-start {
  text-align: left;
}
.modal-footer.text-center {
  text-align: center;
}
.font-18 {
  font-size: 18px;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.btn {
  font-size: 0.875rem;
}
.btn-white {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
}
.rounded,
.circle {
  border-radius: 500px;
}
.bg-primary,
.badge-primary {
  background-color: #009efb !important;
}
.bg-success,
.badge-success {
  background-color: #55ce63 !important;
}
.bg-info,
.badge-info {
  background-color: #009efb !important;
}
.bg-warning,
.badge-warning {
  background-color: #ffbc34 !important;
}
.bg-danger,
.badge-danger {
  background-color: #f62d51 !important;
}
.bg-white {
  background-color: #fff;
}
.text-primary,
.dropdown-menu > li > a.text-primary {
  color: #00d3c7 !important;
}
.text-success,
.dropdown-menu > li > a.text-success {
  color: #55ce63;
}
.text-danger,
.dropdown-menu > li > a.text-danger {
  color: #f62d51;
}
.text-info,
.dropdown-menu > li > a.text-info {
  color: #009efb;
}
.text-warning,
.dropdown-menu > li > a.text-warning {
  color: #ffbc34;
}
.text-purple,
.dropdown-menu > li > a.text-purple {
  color: #7460ee;
}
.btn-primary {
  border-color: transparent;
  background-color: #32729b;
  border-radius: 8px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: #3f8fc1;
  border: 1px solid #3f8fc1;
  color: #fff;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: #009efb;
  border-color: #009efb;
  color: #fff;
}
.btn-outline-primary {
  border-color: #009efb;
  color: #009efb;
}
.btn-outline-primary:hover {
  background-color: #009efb;
  border-color: #009efb;
  color: #fff;
}
.btn-outline-primary.active:not(:disabled):not(.disabled),
.btn-outline-primary:active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #009efb;
  border-color: #009efb;
  color: #fff;
}
.btn-success {
  background-color: #55ce63;
  border: 1px solid #55ce63;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background: #4ab657;
  border: 1px solid #4ab657;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  background: #4ab657;
  border: 1px solid #4ab657;
}
.btn-info {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.btn-warning {
  background: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  background: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.btn-danger {
  background: #f62d51;
  border: 1px solid #f62d51;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #e6294b;
  border: 1px solid #e6294b;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #00d3c7;
  border-color: #00d3c7;
}
.pagination > li > a,
.pagination > li > span {
  color: #008080;
  font-size: 14px;
  padding: 5px 15px !important;
}
.page-item.active .page-link {
  background-color: #008080;
  border-color: #008080;
}
.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transform-origin: left top 0;
  box-shadow: inherit;
  background-color: #fff;
}
.navbar-nav .open .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-group-xs > .btn,
.btn-xs {
  min-height: 22px;
  min-width: 22px;
}
.dropdown-menu {
  font-size: 13px;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  box-shadow: none;
}
.btn-link {
  color: #333;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.card {
  margin-bottom: 25px;
  box-shadow: none;
  border: 0;
  border-radius: 12px;
  width: 100%;
}
.card-title {
  margin-bottom: 1.125rem;
}
.dropdown-action .dropdown-toggle:after {
  display: none;
}
.badge.rounded-pill {
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
}
.btn.btn-rounded {
  border-radius: 50px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background-color: #eee;
  border-color: transparent;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.table.dataTable {
  border-collapse: collapse !important;
}
textarea.form-control {
  height: auto;
}
.progress-example .progress {
  margin-bottom: 1.5rem;
}
.progress-xs {
  height: 4px;
}
.progress-sm {
  height: 15px;
}
.progress.progress-sm {
  height: 6px;
}
.progress.progress-md {
  height: 8px;
}
.progress.progress-lg {
  height: 18px;
}
.form-control.form-control-sm {
  padding: 0.25rem 0.5rem;
}
.card .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0 none;
  font-size: 16px;
  line-height: 30px;
  padding: 15px;
}
.card .card-header .card-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 5px 0;
}
.table h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  vertical-align: middle;
}
.table h5 + p {
  color: #9e9e9e;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.page-link:focus {
  box-shadow: unset;
}
.col-form-label {
  font-size: 14px;
  font-weight: 500;
}
.input-group-text {
  height: 45px;
}
.header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1039;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(204, 204, 204, 0.25);
}
.header .header-left {
  float: left;
  height: 70px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 220px;
  z-index: 1;
}
.logo {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: start;
}
.logo span {
  color: #008080;
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}
.header .navbar-nav .badge {
  position: absolute;
  right: 7px;
  top: 4px;
}
.header .dropdown-menu > li > a {
  position: relative;
}
.header .dropdown-toggle:after {
  display: none;
}
.page-title-box {
  border-radius: 0;
  height: 70px;
  margin-bottom: 0;
  padding: 14px 20px;
}
.page-title-box h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.user-menu {
  margin: 0;
  position: relative;
  z-index: 99;
}
.user-menu.nav > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 70px;
  padding: 0 5px;
  height: 70px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
  background-color: #eee;
}
.user-img {
  display: inline-block;
  position: relative;
}
.header .user-img img {
  width: 40px;
  border-radius: 14px;
}
.user-img .status {
  border: 2px solid #fff;
  bottom: 0;
  height: 10px;
  position: absolute;
  right: 0;
  width: 10px;
}
.user-menu .user-img .status {
  bottom: 0px;
}
.user-menu .dropdown-menu {
  min-width: 145px;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  transform: translate(0px, 100px);
}
.user-menu .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.table .dropdown-item {
  padding: 7px 10px;
}
.user-menu .bg-primary {
  background-color: #009efb !important;
}
.status {
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.status.online {
  background-color: #55ce63;
}
.status.offline {
  background-color: #f62d51;
}
.status.away {
  background-color: #faa937;
}
.top-nav-search {
  float: left;
  margin-left: 22px;
}
.top-nav-search form {
  margin-top: 13px;
  position: relative;
  width: 270px;
}
.top-nav-search .form-control {
  background-color: #f4f4fb !important;
  border-radius: 12px !important;
  border: 0;
  height: 40px;
  padding: 10px 15px 10px 40px !important;
}
.top-nav-search .btn {
  background-color: transparent;
  border-color: transparent;
  min-height: 45px;
  padding: 7px 10px;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-nav-search .form-control::-webkit-input-placeholder {
  color: rgba(46, 55, 164, 0.3) !important;
  font-weight: 500;
}
.top-nav-search .form-control::-moz-placeholder {
  color: rgba(46, 55, 164, 0.3) !important;
  font-weight: 500;
}
.top-nav-search .form-control:-ms-input-placeholder {
  color: rgba(46, 55, 164, 0.3) !important;
  font-weight: 500;
}
.top-nav-search .form-control::-ms-input-placeholder {
  color: rgba(46, 55, 164, 0.3) !important;
  font-weight: 500;
}
.top-nav-search .form-control::placeholder {
  color: rgba(46, 55, 164, 0.3) !important;
  font-weight: 500;
}
.theme-set .form-control {
  line-height: 29px;
}
.user-profile-list .user-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px !important;
}
.user-menu.nav li.user-profile-list a {
  line-height: 20px;
}
.user-names {
  padding-right: 10px;
  text-align: right;
}
.user-names h5 {
  color: #008080;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.user-names span {
  color: rgba(46, 55, 164, 0.5);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.user-menu.nav li {
  margin-right: 12px;
  position: relative;
}
.sidebar {
  top: 71px;
  width: 250px;
  z-index: 1039;
  background-color: #fff;
  bottom: 0;
  margin-top: 0px;
  position: fixed;
  left: 0;
  transition: all 0.2s ease-in-out;
  border-top-right-radius: 0px;
  box-shadow: 5px 20px 14px rgba(46, 55, 164, 0.05);
  overflow-y: hidden;
  height: 100%;
  box-shadow: none !important;
  border-right: 1px solid #e2d8d8;
}
.sidebar.opened {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar-inner {
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu li a {
  color: #888;
  display: block;
  font-size: 14px;
  height: auto;
  padding: 0 20px;
}
.sidebar-menu li a:hover {
  color: #008080;
}
.sidebar-menu ul li .active img {
  filter: invert(13%) sepia(85%) saturate(7478%) hue-rotate(266deg) brightness(50%) contrast(340%);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.sidebar-menu li.active a {
  color: #008080;
}
.menu-title {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
}
.menu-title > i {
  float: right;
  line-height: 40px;
}
.sidebar-menu li.menu-title a {
  color: #009efb;
  display: inline-block;
  float: right;
  padding: 0;
}
.sidebar-menu li.menu-title a.btn {
  color: #fff;
  display: block;
  float: none;
  font-size: 15px;
  line-height: inherit;
  margin-bottom: 15px;
}
.sidebar-menu ul .submenu .active {
  color: #008080;
  font-weight: 500;
}
.sidebar-menu ul li .active {
  color: #008080;
  font-weight: 500;
}
.sidebar-menu ul .submenu ul .active {
  position: relative;
}
.sidebar-menu ul .submenu ul .active:before {
  background-image: url("./media/right-icon.svg");
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  top: 50%;
  left: 35px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sidebar-menu ul ul a.active {
  color: #008080;
  font-weight: 500;
}
.mobile-user-menu {
  color: #fff;
  display: none;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 50px;
  z-index: 10;
}
.mobile-user-menu > a {
  color: #fff;
  padding: 0;
}
.mobile-user-menu > a:hover {
  color: #fff;
}
.mobile-user-menu > .dropdown-menu > a {
  line-height: 23px;
}
.profile-rightbar {
  display: none !important;
  color: #009efb;
  font-size: 26px;
  margin-left: 15px;
}
.fixed-sidebar-right {
  position: fixed;
  top: 60px;
  right: 0;
  width: 300px;
  margin-right: -300px;
  bottom: 0;
  z-index: 101;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile_btn {
  display: none;
}
.sidebar .sidebar-menu > ul > li > a span {
  transition: all 0.2s ease-in-out 0s;
  margin-left: 10px;
  white-space: nowrap;
}
.sidebar .sidebar-menu > ul > li > a span.badge {
  color: #fff;
  margin-left: auto;
}
.sidebar-menu ul ul a {
  display: block;
  font-size: 14px;
  padding: 9px 10px 9px 60px;
  position: relative;
  color: rgba(46, 55, 164, 0.5);
  font-weight: 500;
}
.sidebar-menu ul ul {
  display: none;
}
.sidebar-menu ul ul ul a {
  padding-left: 70px;
}
.sidebar-menu ul ul ul ul a {
  padding-left: 90px;
}
.sidebar-menu > ul > li {
  position: relative;
}
.sidebar-menu .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform .15s;
  position: absolute;
  right: 25px;
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  line-height: 40px;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  line-height: 18px;
  top: 23px;
}
.sidebar-menu .menu-arrow:before {
  content: "\f105";
}
.sidebar-menu li a.subdrop .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-menu ul ul a .menu-arrow {
  top: 6px;
}
.sidebar-menu a {
  transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  -ms-transition: unset;
  -webkit-transition: unset;
}
.sidebar-menu > ul > li > a {
  padding: 9px 15px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: rgba(51, 53, 72, 0.75);
  font-weight: 500;
}
.sidebar-menu ul li a i {
  font-size: 18px;
  min-height: 24px;
  line-height: 18px;
  transition: all 0.2s ease-in-out 0s;
  background: rgba(46, 55, 164, 0.05);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.sidebar-menu ul li a span.menu-side {
  font-size: 18px;
  min-height: 24px;
  line-height: 18px;
  transition: all 0.2s ease-in-out 0s;
  background: rgba(46, 55, 164, 0.05);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.sidebar-menu ul .submenu .active img {
  filter: invert(13%) sepia(85%) saturate(7478%) hue-rotate(266deg) brightness(50%) contrast(340%);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.sidebar-menu li a:hover img {
  filter: invert(13%) sepia(85%) saturate(7478%) hue-rotate(266deg) brightness(50%) contrast(340%);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.sidebar-menu ul li.menu-title a i {
  font-size: 16px;
  margin-right: 0;
  text-align: right;
  width: auto;
}
.logout-btn {
  margin: 50px 0px;
}
.logout-btn a span.menu-side {
  font-size: 18px;
  min-height: 24px;
  line-height: 18px;
  transition: all 0.2s ease-in-out 0s;
  background: rgba(46, 55, 164, 0.05);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  flex-shrink: 0;
}
.logout-btn a {
  padding: 12px 20px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: #008080;
  font-weight: 500;
}
.logout-btn a span {
  margin-left: 10px;
}
.page-wrapper {
  left: 0;
  margin-left: 250px;
  padding-top: 70px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-wrapper > .content {
  padding: 15px;
  padding-bottom: 0;
}
.login-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.login-wrapper .loginbox .login-right .login-right-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}
.login-wrapper .loginbox .login-right .login-right-wrap .input-block {
  position: relative;
}
.login-wrapper .loginbox .login-right .login-right-wrap .input-block label {
  font-size: 12px;
  color: #333448;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  margin-bottom: 0;
  padding: 0px 5px;
}
.login-danger,
.star-red {
  color: #FF0000;
  margin-left: 0px;
}
.account-subtitle {
  color: rgba(51, 52, 72, 0.5);
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
}
.account-subtitle a {
  color: #008080;
}
.login-wrapper .loginbox .login-right h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.login-wrapper .loginbox .login-right .forgotpass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.remember-me .custom_check {
  color: #333448;
  font-size: 13px;
  font-weight: 500;
}
.remember-me .custom_check .checkmark {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 2px;
  border: 2px solid rgba(51, 52, 72, 0.2);
  border-radius: 4px;
  background-color: #fff;
}
.remember-me .custom_check .checkmark::after {
  left: 3px;
  top: 0px;
}
.login-wrapper .loginbox .login-right .forgotpass a {
  color: #00D3C7;
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
}
.login-wrapper .loginbox .login-right .forgotpass a:hover {
  color: #333;
  text-decoration: underline;
}
.login-wrapper .loginbox .login-right .dont-have {
  color: #a0a0a0;
  margin: 20px 0px;
}
.login-wrapper .loginbox .login-right .dont-have a {
  color: #18AEFA;
  font-weight: 500;
}
.login-wrapper .loginbox .login-right .dont-have a:hover {
  text-decoration: underline;
}
.social-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-login > span {
  color: #a0a0a0;
  margin-right: 8px;
}
.social-login > a {
  background: rgba(51, 52, 72, 0.05);
  border-radius: 12px;
  height: 40px;
  margin-right: 6px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.social-login > a:hover {
  background-color: #e6e6e8;
  color: #fff;
}
.social-login > a:last-child {
  margin-right: 0;
}
.btn-primary.primary-reset {
  background-color: #18AEFA;
  border-color: #18AEFA;
}
.btn-primary.primary-reset:hover {
  background-color: #3d5ee1;
  border: 1px solid #3d5ee1;
}
.profile-views {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(51, 52, 72, 0.2);
  cursor: pointer;
}
.login-right .form-control {
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
  height: 45px;
}
.login-right .form-control:focus {
  border: 2px solid rgb(74 83 199 / 80%);
}
.btn-block {
  width: 100%;
}
.account-logo {
  margin-bottom: 40px;
  text-align: left;
}
.login-right .btn-primary {
  background:
    linear-gradient(
      92.39deg,
      #4E57CD 1.86%,
      #008080 100%);
  border-radius: 12px;
  font-size: 16px;
  padding: 10px 15px;
}
.login-right .btn-primary:hover {
  background:
    linear-gradient(
      92.39deg,
      #008080 1.86%,
      #00318b 100%);
  border: 1px solid #00318b;
}
.next-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.login-btn {
  margin-bottom: 40px;
}
.login-wrapper .login-right .user-lock-screen h2 {
  margin-bottom: 10px;
}
.user-lock-screen p {
  margin-bottom: 0;
  color: #333448;
  font-size: 14px;
  font-weight: 500;
}
.user-lock-screen {
  margin-bottom: 30px;
}
.sucess-mail h4 {
  font-size: 26px;
  font-weight: 600;
  margin: 15px 0px 20px;
}
.sucess-mail p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.login-sec {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: auto;
}
.log-img img {
  margin: 0 auto;
}
.login-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.login-wrap {
  background-color: #008080;
  top: 0;
  left: 0;
  position: fixed;
  height: 100vh;
  padding: 0px;
  border-radius: 0px 65px 65px 0px;
}
.login-wrap-bg {
  position: absolute;
  right: 0;
  padding: 15px 90px 15px;
  height: 100%;
}
.login-wrap .login-sec {
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover, auto;
  width: 100%;
}
.login-wrapper .loginbox {
  background: #FFFFFF;
  box-shadow: 0px 80px 80px rgba(46, 55, 164, 0.03);
  border-radius: 24px;
  display: flex;
  max-width: 830px;
  width: 100%;
}
.login-wrapper .loginbox .login-right {
  padding: 50px;
  width: 100%;
}
.dash-widget {
  background-color: #fff;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}
.dash-boxs {
  background: rgba(46, 55, 164, 0.05);
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 12px;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.dash-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.dash-content h2 {
  color: #008080;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.dash-content p {
  color: rgba(51, 52, 72, 0.5);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.dash-content p .negative-view {
  color: #FF3667;
}
.dash-content p .passive-view {
  color: #00D3C7;
}
.comman-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.card-table.card-table-top .card-body {
  height: 175px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chart-title {
  margin-bottom: 25px;
}
.chart-title h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  color: #333;
}
.chart-title span {
  color: #009efb;
}
.card-title > a.btn {
  color: #fff;
}
ul.chat-user-total li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333448;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
ul.chat-user-total li i.current-users {
  color: #008080;
  padding-right: 5px;
  font-size: 8px;
}
ul.chat-user-total li i.low-users {
  color: #D5D7ED;
  padding-right: 5px;
  font-size: 8px;
}
ul.chat-user-total li i.old-users {
  color: #00D3C7;
  padding-right: 5px;
  font-size: 8px;
}
.new-patient-table {
  display: table;
}
.new-patient-table td,
.new-patient-table th {
  vertical-align: middle;
}
.new-patient-table tr td img {
  margin-right: 5px;
}
.btn-primary-one {
  border: 1px solid #ffbc35;
  border-radius: 25px;
  width: 100px;
  background: transparent;
  color: #000;
}
.btn-primary-two {
  border: 1px solid #009efb;
  border-radius: 25px;
  width: 100px;
  background: transparent;
  color: #000;
}
.btn-primary-three {
  border: 1px solid #55ce63;
  border-radius: 25px;
  width: 100px;
  background: transparent;
  color: #000;
}
.btn-primary-four {
  border: 1px solid #ffbc35;
  border-radius: 25px;
  width: 100px;
  background: transparent;
  color: #000;
}
.bar-chart {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.bar-chart > .legend {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  margin-bottom: -45px;
  border-top: 1px solid #000;
}
.bar-chart > .legend > .item {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}
.bar-chart > .legend > .item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 8px;
  background-color: #000;
  margin-top: -8px;
}
.bar-chart > .legend > .item.text-end:before {
  right: 0;
  left: auto;
}
.bar-chart > .legend > .item h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 5px;
}
.bar-chart > .chart {
  position: relative;
  width: 100%;
}
.bar-chart > .chart > .item {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}
.bar-chart > .chart > .item > .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffbc35;
  z-index: 5;
}
.bar-chart > .chart > .item > .bar > .percent {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  padding-right: 12px;
  z-index: 15;
}
.bar-chart > .chart > .item > .bar > .item-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #009efb;
  z-index: 10;
}
.bar-chart > .chart > .item > .bar > .item-progress > .title {
  display: block;
  position: absolute;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  letter-spacing: 2px;
  z-index: 15;
}
.hospital-barchart h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #333;
}
.custom-table tr {
  background-color: #fff;
  white-space: nowrap;
}
.table.custom-table > tbody > tr > td,
.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > td,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > td,
.table.custom-table > thead > tr > th {
  padding: 10px 15px;
  vertical-align: middle;
}
.member-panel .contact-list > li:last-child {
  border-bottom: 0;
}
.member-panel .card-body {
  overflow-y: auto;
  height: 245px;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
.contact-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.contact-list > li {
  border-bottom: 1px solid #eaeaea;
  border-radius: inherit;
  padding: 10px;
  background-color: #fff;
}
.contact-cont {
  position: relative;
}
.contact-info {
  padding: 0 30px 0 50px;
}
.contact-date {
  color: #888;
  font-size: 12px;
}
.take-btn {
  min-width: 80px;
}
.good-morning-blk {
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 25px;
  position: relative;
  z-index: 9;
}
.good-morning-blk:before {
  content: "";
  position: absolute;
  background-image: url("./media/bg-img-01.png");
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.morning-user {
  padding: 50px 0px 50px 35px;
}
.morning-user h2 {
  font-size: 28px;
  font-weight: 600;
}
.morning-user h2 span {
  color: #008080;
}
.morning-user p {
  font-size: 15px;
  font-weight: 500;
  color: rgba(51, 52, 72, 0.5);
  margin-bottom: 0;
}
.morning-img img {
  position: absolute;
  bottom: 0;
}
.position-blk {
  position: relative;
}
.activity-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.activity-boxs {
  background: rgba(46, 55, 164, 0.05);
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50px;
}
.departments-list h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.departments-list p {
  font-size: 14px;
  font-weight: 600;
  color: rgba(51, 53, 72, 0.5);
  margin-bottom: 0;
}
.chart-user-icon {
  position: relative;
}
.chart-user-icon img {
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 15px;
}
.custom-table tbody tr td,
.custom-table thead tr th {
  border: 0;
}
.custom-table tbody tr {
  box-shadow: 0 0 3px #e5e5e5;
  border: 0;
}
.table.comman-table.custom-table > thead > tr > th {
  border-bottom: 1px solid #f5f5f5 !important;
}
.custom-table tbody tr td {
  font-size: 14px;
}
.custom-table thead tr th {
  font-size: 14px;
  color: rgba(51, 52, 72, 0.5);
}
.table-dash .dataTables_length,
.table-dash .dataTables_info,
.table-dash .pagination {
  display: none;
}
.table-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-image img {
  margin-right: 10px;
}
.patient-views {
  color: #008080;
  font-size: 14px;
  font-weight: 500;
}
.appoint-doctor h2 {
  color: #008080;
}
.appoint-time span {
  color: rgba(51, 52, 72, 0.5);
  font-size: 12px;
  font-weight: 500;
}
.appoint-time h6 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.patient-visit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.doctor-list-blk {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 25px;
}
.doctor-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.doctor-box-icon {
  width: 66px;
  height: 66px;
  background: #008080;
  border-radius: 12px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.doctor-content {
  width: 100%;
}
.doctor-content h4 {
  font-size: 24px;
  color: #008080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.doctor-content h5 {
  font-size: 14px;
  margin-bottom: 0;
}
.doctor-content h4 span:nth-child(2) {
  font-size: 14px;
  color: rgb(51 52 72 / 20%);
}
.doctor-content h4 span:last-child {
  font-size: 10px;
  border-radius: 20px;
  margin: auto;
  padding: 5px;
}
.border-right-bg:before {
  content: "";
  position: absolute;
  background: rgba(46, 55, 164, 0.2);
  height: 44px;
  width: 2px;
  right: 0;
}
.income-value {
  text-align: center;
}
.income-value h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.income-value h3 span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 52, 72, 0.5);
}
.income-value p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(51, 52, 72, 0.5);
  margin-bottom: 0;
}
.income-value p span {
  color: #00D3C7;
}
.patient-structure h5 {
  font-size: 16px;
  font-weight: 500;
  color: #008080;
  margin-bottom: 10px;
}
.struct-point {
  width: 100%;
}
.patient-structure h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.patient-structure h3 span {
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 20px;
}
.check-point {
  border: 0;
  border-radius: 4px;
}
.card.wallet-widget {
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}
.main-limit {
  text-align: center;
}
.main-limit p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.main-limit h4 {
  font-size: 24px;
  font-weight: 600;
  color: #008080;
  margin-bottom: 0;
}
.wallet-widget .circle-bar {
  text-align: center;
}
.wallet-widget .circle-bar > div {
  display: inline-block;
  position: relative;
  text-align: center;
}
.wallet-widget .circle-bar > div b {
  left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: rgba(0, 211, 199, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.wallet-widget .circle-bar > div canvas {
  width: 100px !important;
  height: 100px !important;
}
.teaching-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.steps-history {
  margin-bottom: 0;
  margin-right: 10px;
  align-items: baseline;
  display: inline-grid;
  padding: 0;
  width: 40px;
}
.steps-history li {
  margin-top: 5px;
  color: rgba(51, 53, 72, 0.5);
  font-weight: 500;
  list-style: none;
  font-size: 12px;
}
.activity-feed {
  list-style: none;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0;
  width: 100%;
  position: relative;
}
.activity-feed::after {
  position: absolute;
  content: "";
  background: #e4e8eb;
  width: 2px;
  height: 100%;
  left: -2px;
  top: 10px;
  z-index: 0;
}
.activity-feed .feed-item {
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.activity-feed .feed-item:last-child {
  padding-bottom: 0;
}
.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #333448;
  width: 7px;
  height: 7px;
  top: 10px;
  left: -4px;
  border-radius: 50px;
  z-index: 9;
}
.doctor-date-list {
  padding: 0;
}
.doctor-date-list li {
  list-style: none;
  color: #333548;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.doctor-date-list li span {
  color: rgba(51, 53, 72, 0.5);
  font-size: 12px;
  font-weight: 500;
  padding-left: 15px;
}
.doctor-date-list li i {
  font-size: 6px;
}
.dolor-activity {
  width: 100%;
}
.dolor-activity .stick-line {
  text-decoration: line-through;
  color: rgba(51, 53, 72, 0.5);
}
.active-doctor {
  border: 1px solid rgba(46, 55, 164, 0.2);
  box-shadow: 0px 25px 50px rgba(46, 55, 164, 0.07);
  border-radius: 14px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.doctor-sub-list {
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid rgba(46, 55, 164, 0.2);
  box-shadow: 0px 25px 50px rgba(46, 55, 164, 0.07);
  border-radius: 14px;
  width: 100%;
  position: absolute;
  z-index: 99;
  display: none;
}
.ongoing-blk {
  position: relative;
}
.schedule-time li {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(46, 55, 164, 0.2);
  border-radius: 5px;
}
.schedule-time li {
  margin-right: 5px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.schedule-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid rgba(51, 52, 72, 0.2);
  padding-top: 10px;
  flex-wrap: wrap;
}
.appoint-start {
  font-size: 12px;
  border-radius: 10px;
  padding: 10px 20px;
}
.new-dot {
  padding: 3px 10px;
  font-size: 12px;
  margin-left: auto;
  border-radius: 8px;
}
.doctor-date-list .new-dot i {
  font-size: 5px;
}
.patient-new-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.average-health h5 {
  margin-bottom: 0;
  background: rgba(46, 55, 164, 0.05);
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
}
.average-health h5 span {
  color: rgba(46, 55, 164, 0.5);
  font-size: 10px;
}
.dash-content h5 {
  font-size: 24px;
  color: #008080;
  font-weight: 600;
  margin-bottom: 20px;
}
.calendar header .month {
  font-size: 18px;
}
.dash-content h5 span {
  font-size: 16px;
  color: rgba(51, 52, 72, 0.5);
}
.report-blk {
  width: 100%;
}
.ongoing-drapt {
  position: relative;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ongoing-drapt i {
  background: #FFFFFF;
  border: 1px solid rgba(46, 55, 164, 0.2);
  box-shadow: 0px 25px 50px rgba(46, 55, 164, 0.07);
  border-radius: 6px;
  color: #008080;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.doctor-date-list li .ongoing-drapt i {
  font-size: 12px;
}
.active-doctor.dropdown-toggle::after {
  display: none;
}
.doctor-sub-list .dropdown-item {
  padding: 0;
}
.doctor-sub-list .dropdown-item:focus,
.doctor-sub-list .dropdown-item:hover {
  background-color: transparent;
}
.active-doctor .active-circles {
  color: #00D3C7;
}
.doctor-date-list .active-doctor span {
  color: #008080;
}
.doctor-date-list .active-doctor span.ongoing-drapt {
  color: rgba(51, 52, 72, 0.5);
}
.note-checkit .custom_check .checkmark {
  border: 2px solid rgba(46, 55, 164, 0.2);
  border-radius: 5px;
}
.note-checkit .custom_check input:checked ~ .checkmark {
  background-color: #008080;
  border-color: #008080;
}
.note-checkit .custom_check {
  color: #333548;
  font-size: 12px;
  font-weight: 600;
}
.wallet-widget.general-health {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  flex-direction: inherit;
}
.general-health .main-limit p {
  font-weight: 600;
}
.general-health.wallet-widget .circle-bar > div canvas {
  width: 135px;
  height: 135px;
}
.status-gray.re-shedule {
  color: #008080;
  font-weight: 600;
  font-size: 12px;
}
.patient-table tbody tr td,
.patient-table tbody tr td h2 {
  font-weight: 500;
  color: #333448;
}
.patient-table tbody tr td:nth-child(3) {
  color: rgba(51, 52, 72, 0.5);
}
.treat-box {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.user-imgs-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-imgs-blk img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50px;
  margin-right: 20px;
  border: 2px solid rgba(46, 55, 164, 0.2);
}
.active-user-detail h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.active-user-detail p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(51, 52, 72, 0.5);
  margin-bottom: 0;
}
.weight-blk .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.weight-blk .slick-slide div {
  text-align: center;
}
.weight-blk .slick-slide span {
  opacity: 0;
}
.weight-blk .slick-slide h4 {
  margin-bottom: 0;
  font-size: 14px;
}
.weight-blk .slick-current span {
  opacity: 1;
  font-size: 12px;
}
.weight-blk .slick-active {
  opacity: .5;
}
.weight-blk .slick-current {
  opacity: 1;
}
.max-blk {
  width: 50%;
}
.weight-blk {
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 14px;
  padding: 25px 0px 20px;
  position: relative;
}
.report-head h4 {
  margin-bottom: 0;
  font-size: 18px;
}
.report-head img {
  width: 40px;
  height: 40px;
}
.weight-blk:before {
  background-image: url("./media/mass-icon.svg");
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  left: 50%;
  top: 0px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.weight-bar.progress {
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin: 40px 0px 10px;
}
.weight-bar .progress-bar {
  width: 100px;
  background-color: #008080;
  border-radius: 20px;
}
.weight-checkit {
  list-style: none;
  padding: 0;
  color: rgba(51, 52, 72, 0.5);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.pulse {
  display: block;
  position: absolute;
  top: 24px;
  right: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #39C0C4;
}
.pulse:before {
  content: "";
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background: rgb(0 211 199 / 50%);
  cursor: pointer;
  box-shadow: 0 0 0 rgb(0 211 199);
  animation: pulse 1s linear infinite;
  z-index: 1;
}
@keyframes pulse {
  100% {
    transform: scale(2.5);
  }
}
.activity-box {
  position: relative;
}
.activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.activity .activity-list > li .activity-user {
  height: 32px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 12px;
  left: 8px;
  width: 32px;
}
.activity .activity-list > li .activity-content {
  margin: 0 0 0 40px;
  padding: 0;
  position: relative;
}
.activity-list > li {
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}
.activity-list > li:last-child .activity-content {
  margin-bottom: 0;
}
.activity-user .avatar {
  height: 32px;
  line-height: 32px;
  margin: 0;
  width: 32px;
}
.activity-list > li .activity-user {
  background: #fff;
  height: 32px;
  left: -7px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3px;
  width: 32px;
}
.activity-list > li .activity-content {
  background-color: #fff;
  margin: 0 0 20px 40px;
  padding: 0;
  position: relative;
}
.activity-list > li .time {
  color: rgba(51, 52, 72, 0.5);
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
.activity-delete {
  background-color: #ffe5e6;
  border: 1px solid #fe0000;
  color: #fe0000;
  display: none;
  font-size: 20px;
  height: 20px;
  line-height: 18px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}
.activity-delete:hover {
  background-color: #fe0000;
  color: #fff;
}
.activity-list > li:hover .activity-delete {
  display: inline-block;
}
.activity-list::before {
  background: rgba(46, 55, 164, 0.1);
  bottom: 0;
  content: "";
  left: 23px;
  position: absolute;
  top: 8px;
  width: 2px;
}
.timeline-group {
  margin-right: 20px;
  min-width: 100px;
}
.timeline-group h4 {
  color: #333448;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.timeline-group-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comman-activitys {
  background: rgba(51, 52, 72, 0.05);
  border-radius: 0px 16px 16px 16px;
  padding: 20px;
  width: 100%;
}
.comman-activitys h3 {
  color: #008080;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.comman-activitys h3 span {
  color: #333448;
  font-size: 14px;
  font-weight: 500;
}
.comman-activitys p {
  color: rgba(51, 52, 72, 0.5);
  margin-bottom: 0px;
  font-size: 12px;
}
.activity-sub-list li {
  margin-right: 10px;
}
.activity-sub-list li img {
  border-radius: 8px;
}
.activity-maps {
  border-radius: 8px;
  border: 2px solid #fff;
}
.activity-maps iframe {
  width: 100%;
}
.select2-container .select2-selection--single {
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #171717;
  border-right: 1px solid #171717;
  content: "";
  height: 6px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 6px;
  vertical-align: 0px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #171717;
  border-right: 1px solid #171717;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #008080;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #eaeaea;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #eaeaea;
  border-radius: 0;
}
.select2-container .select2-selection--multiple {
  min-height: 40px;
}
.select2-results__option {
  font-size: 14px;
}
.nav-tabs > li > a {
  margin-right: 0;
  color: #888;
  border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
  color: #333;
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
  color: #333;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  background-color: #008080;
  border-color: #008080;
  color: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
  border-radius: 50px;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
  border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
.custom-table tr.holiday-completed {
  color: #aaa;
}
.modal-header.bg-danger .modal-title {
  color: #fff;
}
.dropdown.action-label {
  display: inline-block;
}
.action-label > a {
  display: inline-block;
  min-width: 103px;
}
.action-label .btn-sm {
  padding: 5px;
}
.profile-img-wrap {
  height: 120px;
  position: absolute;
  width: 120px;
  background: #fff;
  overflow: hidden;
}
.profile-basic {
  margin-left: 140px;
}
.profile-img-wrap img {
  width: 120px;
  height: 120px;
}
.fileupload.btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.5);
  border-radius: 0;
  padding: 3px 10px;
  border: none;
}
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: -3px;
  top: -3px;
  padding: 5px;
}
.btn-text {
  color: #fff;
}
.media .avatar {
  min-width: 36px;
}
.avatar {
  background-color: #aaa;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 38px;
  position: relative;
  white-space: nowrap;
  font-size: 14px;
}
.avatar:hover {
  color: #fff;
}
.avatar > img {
  width: 100%;
  display: block;
}
.card.chat-box {
  padding: 20px;
  border-radius: 8px;
  width: 100%;
}
.card.chat-box-clinic {
  padding: 0;
  border-radius: 8px;
  width: 100%;
}
.chat-box-clinic .chat-user-group,
.chat-box-clinic .chat-search {
  padding: 10px 20px;
}
.chat-box-clinic .chat-user-group,
.chat-box-clinic .chat-search {
  margin-bottom: 20px;
}
.chat-box-clinic .chat-user-group:hover {
  background: #008080;
}
.chat-box-clinic .chat-user-group:hover .user-titles h5,
.chat-box-clinic .chat-user-group:hover .chat-user-time p {
  color: #FFFFFF;
}
.chat-box-clinic .chat-user-group:hover .user-text p {
  color: rgba(255, 255, 255, 0.5);
}
.chat-user-group:hover .chat-user-count span {
  background: #fff;
  color: #008080;
}
.chat-user-group {
  margin-bottom: 30px;
}
.chat-user-group-head .img-users {
  margin-right: 10px;
}
.chat-user-group-head {
  padding: 20px;
}
.chat-user-group-head .user-titles h5 {
  color: #008080;
}
.chat-users {
  width: 100%;
}
.chat-users.user-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.user-dot-list {
  width: 40px;
  height: 40px;
  background: rgba(51, 52, 72, 0.05);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.user-dot-list a {
  color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-user-time,
.chat-user-count {
  margin-left: auto;
}
.user-titles h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
}
.chat-user-time p,
.user-text p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  color: rgba(51, 53, 72, 0.5);
}
.chat-user-count span {
  background: #008080;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.chat-user-count .user-check {
  background: none;
  color: #838383;
  font-size: 14px;
}
.chat-user-group .img-users {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.user-check.active {
  color: #399E8D;
}
.chat-user-group .active-users {
  width: 8px;
  height: 8px;
  right: 5px;
  top: 0px;
}
.img-users {
  position: relative;
}
.active-users {
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50px;
  position: absolute;
  right: 0;
  border: 1px solid #FFFFFF;
}
.call-user img {
  width: 45px;
  height: 45px;
  border-radius: 50px;
}
.call-list-add li a {
  background: rgba(46, 55, 164, 0.05);
  border-radius: 12px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #333448;
  font-size: 14px;
  font-weight: 600;
}
.call-list-add li {
  list-style: none;
  margin-right: 10px;
}
.call-list-add li:first-child a {
  width: 67px;
}
.call-list-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.chat-search .input-block {
  position: relative;
  width: 100%;
}
.chat-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 30px;
}
.add-search a {
  background: rgba(46, 55, 164, 0.05);
  border-radius: 12px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #008080;
}
.add-search a:hover {
  background: #223d9f;
}
.add-search a:hover i {
  color: #fff;
}
.top-liv-search.top-chat-search .btn {
  left: 0;
  right: inherit;
}
.top-liv-search.top-chat-search .form-control {
  padding-left: 40px;
  background: rgba(46, 55, 164, 0.05);
  border-radius: 12px;
  border: 0;
}
.top-liv-search.top-chat-search .form-control::placeholder {
  color: rgba(46, 55, 164, 0.3);
  font-size: 12px;
}
.chat-search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.chat-search-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.chat-search-list ul li {
  padding: 10px 0px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin: 0px 10px;
  background: rgba(46, 55, 164, 0.05);
  border-radius: 8px;
}
.chat-search-list ul li:last-child {
  margin-right: 0;
}
.card.chat-message-box {
  padding: 20px;
}
.message-sub-box h4 {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.message-sub-box p {
  font-size: 12px;
  font-weight: 400;
  background: rgba(51, 52, 72, 0.1);
  border-radius: 0px 10px 10px 10px;
  padding: 10px;
  margin-bottom: 5px;
  max-width: 270px;
}
.message-sub-box span {
  color: rgba(51, 53, 72, 0.5);
  font-size: 10px;
  font-weight: 500;
}
.media.sent .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.media.sent .message-sub-box {
  text-align: right;
}
.media.sent .message-sub-box p {
  background: rgba(46, 55, 164, 0.1);
  border-radius: 0px 15px 15px 15px;
  color: #008080;
}
.msg-sub-list {
  margin-bottom: 0;
}
.msg-sub-list li {
  background: rgba(46, 55, 164, 0.05);
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 5px;
  max-width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.msg-sub-list li:last-child {
  margin-bottom: 0;
}
.footer-discussion {
  display: inline-flex;
  width: 100%;
}
.footer-discussion .inputgroups {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.inputgroups input[type=text] {
  width: 100%;
  height: 52px;
  padding-left: 32px;
  background: rgba(46, 55, 164, 0.05);
  border-radius: 12px;
  border: 0;
}
.inputgroups input[type=text]::placeholder {
  font-size: 12px;
  color: rgba(51, 52, 72, 0.3);
}
.chat-footer-box {
  border-top: 2px solid rgba(46, 55, 164, 0.05);
  border-radius: 0px 0px 10px 10px;
}
.position-icon {
  position: absolute;
}
.micro-text {
  top: 15px;
  left: 10px;
}
.send-chat {
  background: #234CE3;
  border-radius: 8px;
  width: 52px;
  height: 52px;
  top: 0;
  right: 0;
}
.comman-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.symple-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.symple-text ul li {
  list-style: none;
}
.symple-text {
  top: 15px;
  right: 65px;
}
.chat-heading h3 {
  margin-bottom: 20px;
}
.chat-users.chat-user-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.comman-space-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.chat-user-blk .user-titles p {
  color: rgba(51, 53, 72, 0.5);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.chat-user-blk .user-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-user-icon {
  margin-left: 15px;
}
.call-all {
  margin-bottom: 25px;
}
.call-all h4 {
  color: #333448;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.call-all h4 span {
  background: #0DBF0A;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.call-all h5 {
  margin-bottom: 0;
}
.call-all h5 a {
  color: #008080;
  font-size: 14px;
  font-weight: 600;
}
.voice-call-user {
  margin-bottom: 30px;
}
.voice-call-user img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.voice-call-user h3 {
  color: #333448;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.voice-call-user p {
  color: rgba(51, 53, 72, 0.5);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.voice-time {
  background: rgba(46, 55, 164, 0.05);
  border-radius: 12px;
  max-width: 191px;
  margin: auto;
}
.voice-time h3 {
  font-size: 26px;
  color: #008080;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px;
}
.voice-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin: 30px 0px;
  padding: 0;
}
.voice-menu ul li {
  margin-right: 20px;
  list-style: none;
}
.voice-menu ul li:last-child {
  margin-right: 0px;
}
.voice-menu ul li:hover a {
  background: #008080;
  border: 1px solid #008080;
}
.voice-menu ul li:hover img {
  filter: invert(1) brightness(100);
}
.voice-menu ul li a {
  width: 50px;
  height: 50px;
  background: rgba(51, 52, 72, 0.05);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.end-call-voice .btn-primary {
  background: #FE3F51;
  border-radius: 8px;
  min-width: 136px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
}
.end-call-voice .btn-primary:hover {
  background: #234ce3;
  border: 1px solid #234ce3;
}
.video-call-blk.chat-user-group:hover {
  border-radius: 8px;
  background: rgba(51, 52, 72, 0.05);
  border-radius: 8px;
}
.video-call-blk.chat-user-group {
  padding: 10px;
  margin-bottom: 15px;
}
.chat-user-group .user-titles h5 {
  color: #333448;
}
.message-sub-box h5 {
  color: rgba(51, 52, 72, 0.5);
  font-size: 10px;
  font-weight: 500;
}
.video-chat-show .message-sub-box p {
  font-size: 12px;
}
.video-chat-show ul li {
  margin-bottom: 15px;
}
.video-chat-show ul {
  margin-bottom: 0px;
  padding: 0;
}
.video-chat-show ul li:last-child {
  margin-bottom: 0px;
}
.calling-income h4 {
  color: #35446F;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
}
.crypto-income-blk .voice-call-user h3 {
  color: #35446F;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.crypto-income-blk .voice-call-user p {
  color: #008080;
  font-size: 14px;
  font-weight: 600;
}
.voice-menu-income .btn-primary {
  width: 60px;
  height: 60px;
  border-radius: 12px;
}
.voice-menu-income .call-remove {
  background: #FE3F51;
}
.voice-menu-income .call-received {
  background: #0DBF0A;
}
.top-liv-search.top-chat-search .btn {
  left: 0;
  right: inherit;
}
.top-liv-search .btn {
  background-color: transparent;
  border-color: transparent;
  color: rgba(17, 17, 17, 0.32);
  min-height: 45px;
  padding: 7px 15px;
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-content {
  width: 100%;
}
.join-call {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.join-video {
  position: relative;
  margin-bottom: 30px;
}
.join-video img {
  border-radius: 10px;
  object-fit: cover;
}
.join-video.video-hide > img,
.video-wrap.video-hide > video {
  display: none;
}
.video-avatar {
  color: #FFF;
  background: #5D5D5D;
  font-size: 50px;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-avatar.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-avatar h4 {
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
}
.join-content {
  padding-bottom: 25px;
}
.join-content h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 37px;
}
.join-content label {
  font-size: 20px;
  margin-bottom: 1.25rem;
}
.icon-mic {
  background: #31AA52;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.icon-mic i {
  color: #fff;
}
.btn-join {
  font-weight: 700;
  font-size: 20px;
  padding: 14px 20px;
  min-width: 192px;
  border-radius: 10px;
}
.btn-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-infos .btn-join {
  margin-right: 18px;
}
.btn-infos .icon-mic {
  margin-right: 15px;
}
.btn-infos span {
  font-size: 18px;
  color: #808184;
}
.call-icons {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.call-icons .call-items {
  border-radius: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.call-icons .call-items .call-item {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.call-icons .call-items .call-item:last-child {
  margin-right: 0;
}
.call-icons .call-items .call-item a {
  color: #FFF;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  white-space: nowrap;
}
.call-icons .call-items .call-item a:hover {
  opacity: 0.8;
}
.call-icons .call-items .call-item .mute-video.stop,
.call-icons .call-items .call-item .mute-bt.stop {
  background: #EB4132;
  border: 1px solid #EB4132;
}
.set-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.vert-icon,
a.vert-icon {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  color: #000;
}
.voice-sec1 {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.voice-sec {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.voice-icon,
a.voice-icon {
  width: 40px;
  height: 40px;
  background: #31AA52;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
}
.voice-icon:hover,
a.voice-icon:hover,
.vert-icon:hover,
a.vert-icon:hover {
  opacity: 0.8;
}
.meet-icons {
  padding: 40px 0px 20px;
  margin-top: 40px;
  border-top: 2px solid rgba(46, 55, 164, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.meet-icons .meet-items,
.action-items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.meet-icons .meet-items .meet-item,
.action-items .action-item {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.meet-icons .meet-items .meet-item:last-child,
.action-items .action-item:last-child {
  margin-right: 0;
}
.meet-icons .meet-items .meet-item > a {
  background: rgba(51, 52, 72, 0.05);
  border-radius: 12px;
  color: #636e8e;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
}
.meet-icons .meet-items .meet-item > a:hover img {
  filter: invert(1) brightness(100);
}
.meet-icons .meet-items .meet-item > a:hover,
.action-items .action-item a:hover {
  opacity: 0.8;
  background: #008080;
}
.meet-icons .meet-items .meet-item > a.showChatList.active,
.meet-icons .meet-items .meet-item > a.showInviteList.active,
.meet-icons .meet-items .meet-item > a.hand-raise.active,
.action-items .action-item a.record-icon.active {
  background: #008080;
}
.meet-icons .meet-items .meet-item > a.mute-bt.stop,
.meet-icons .meet-items .meet-item > a.mute-video.stop {
  background: #008080;
}
.meet-icons .meet-items .meet-item > a.mute-video.stop .feather-video-off {
  filter: invert(1) brightness(100);
}
.meet-icons .meet-items .meet-item > a.show {
  background: #0074E0;
}
.action-items .action-item a {
  width: 80px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
  border-radius: 10px;
  color: #FFF;
}
.action-items .action-item a.share-icon {
  background: #EB4132;
}
.action-items .action-item a.callend-icon {
  background: #0074E0;
}
.action-items .action-item a.record-icon {
  background: #31AA52;
}
.end-calls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.action-icons {
  text-align: center;
}
.part-name {
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: left;
}
.part-name h4 {
  font-weight: 600;
  font-size: 10px;
  color: #FFF;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #35446F;
  opacity: 0.75;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border-radius: 8px;
  padding: 10px;
  display: inline-block;
}
.more-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.more-icon a {
  color: #FFF;
  background: #35446F;
  opacity: 0.75;
  border-radius: 8px;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.single-user .more-icon a {
  width: 30px;
  height: 30px;
}
.more-icon a:first-child {
  padding-left: 0;
}
.more-icon a:hover {
  opacity: 0.8;
}
.meeting .part-name {
  top: inherit;
  left: 15px;
  bottom: 15px;
}
.meeting .more-icon {
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meeting-wrapper,
.meeting {
  width: inherit;
  max-width: inherit;
}
.show-chat-list,
.show-invite-list,
.show-chat-list .user-sidebar-right,
.show-invite-list .invite-sidebar-right {
  transition: all 0.8s ease;
}
.user-sidebar-right,
.invite-sidebar-right {
  background: #dedede;
  border-radius: 10px;
  width: 410px;
  position: absolute;
  top: 105px;
  bottom: 117px;
  right: 0;
  margin-right: -410px;
  transition: all 0.8s ease;
  overflow: hidden;
  font-size: 13px;
  z-index: 3;
}
.join-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
.join-contents.grid-view {
  align-content: center;
}
.ripple {
  width: 114px;
  height: 114px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multigrid-view .text-box {
  height: 61px;
  width: 61px;
}
.multigrid-view .ripple {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.meeting .join-video {
  margin: 0 5px 10px;
  width: 100%;
  height: 309px;
}
.join-video.user-active {
  background: #415B6A;
  border-radius: 10px;
}
.join-video.single-user {
  width: 23%;
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0 5px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  height: auto;
  background: #415B6A;
  border-radius: 10px;
  padding: 0;
}
.multigrid-view .join-video.single-user {
  width: calc(20% - 10px);
  flex-grow: 0;
}
.join-video.single-user img {
  height: auto;
}
.text-avatar h4 {
  color: #FFF;
}
.text-avatar {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-box {
  height: 86px;
  width: 86px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 36px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.settings-menu {
  background: #E4EEFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  padding: 0 15px;
}
.settings-menu li a {
  padding: 12px 0;
  border-bottom: 1px solid #FFFFFF;
  width: auto;
  height: auto;
  background: #E4EEFF;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.settings-menu li a:focus,
.settings-menu li a:hover {
  color: #000;
  background-color: #E4EEFF;
}
.settings-menu li:last-child a {
  border: 0;
}
.settings-menu .user-img {
  font-size: 18px;
}
.settings-menu .user-img img {
  width: 36px;
  border-radius: 10px;
}
.settings-menu.setting-list-menu li a {
  background: transparent;
}
.overlay-icon {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 42px;
  left: 15px;
  opacity: 0;
  transition: opacity .3s linear;
}
.overlay-icon a {
  color: #FFF;
  padding: 3px 0;
  font-size: 14px;
  text-align: center;
}
.overlay-icon a:hover {
  opacity: 0.8;
}
.join-video.single-user::before,
.meeting .join-video::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  border-radius: 10px;
  opacity: 0;
  transition: opacity .3s linear;
}
.join-video.single-user:hover::before,
.meeting .join-video:hover::before {
  opacity: 1;
}
.join-video.single-user:hover .overlay-icon,
.join-video:hover .overlay-icon {
  opacity: 1;
}
.more-icon.mic-view .mic-off {
  display: block;
}
.grid-view .join-video.single-user {
  width: 48%;
}
.join-contents.multigrid-view {
  max-width: 100%;
  padding: 25px 100px 0;
  justify-content: center;
}
.meeting-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
}
.user-active .more-icon .handraise-on.active {
  display: block;
  animation: mymove 5s;
}
.user-active .more-icon .handraise-on.active .meeting .join-video.user-active::before {
  animation: mymove 5s infinite;
  opacity: 1;
}
@keyframes mymove {
  from {
    color: #0074E0;
  }
  to {
    color: transparent;
  }
}
.join-contents.vertical-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  max-width: 1300px;
}
.join-contents.vertical-view .join-video.user-active {
  flex: 1;
  margin-bottom: 5px;
}
.join-contents.vertical {
  flex-direction: column;
  height: 200px;
}
.join-contents.vertical-view .join-video.single-user {
  width: 97%;
  flex-grow: 1;
}
.meeting .join-contents.vertical .join-video.user-active {
  flex: 1 0 100%;
}
.meeting .join-contents.vertical .join-video.single-user {
  flex: 0;
}
.meeting .join-contents.vertical .join-video {
  width: auto;
}
.ptro-holder-wrapper {
  top: 80px !important;
  position: relative !important;
  height: auto !important;
  bottom: 300px;
  z-index: 4;
}
.chat-footer .btn:hover {
  background: #0066c5;
  color: #FFF;
}
.person-view {
  width: 40px;
  height: 40px;
  background: #415B6A;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 16px;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
}
.end-call-chat .btn-primary {
  min-width: 136px;
  background: #FE3F51;
  border-radius: 8px;
  margin: 0px 20px;
  padding: 12px 15px;
  font-size: 16px;
}
.compose-mail .btn-primary {
  font-size: 14px;
  font-weight: 500;
  min-width: 100%;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.email-menu-blk ul {
  padding: 0;
}
.email-menu-blk ul li {
  list-style: none;
}
.email-menu-blk ul li a {
  color: rgba(51, 52, 72, 0.5);
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 5px;
}
.email-menu-blk ul li a:hover {
  background: rgba(51, 52, 72, 0.05);
  color: #333448;
}
.email-menu-blk ul li.active a {
  background: rgba(51, 52, 72, 0.05);
  color: #333448;
}
.email-menu-blk ul li.active span {
  background: #00D3C7;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
}
.email-menu-blk ul li span {
  font-size: 14px;
  margin-left: auto;
  width: 45px;
  height: 26px;
}
.sub-mails {
  padding: 0;
  position: absolute;
  top: 13px;
  right: 20px;
}
.sub-mails li {
  padding: 0px 5px;
  color: #333448;
  font-size: 14px;
  font-weight: 600;
}
.summer-mail .card .card-header {
  background: rgba(51, 52, 72, 0.05);
  border-radius: 10px;
}
.summer-mail .note-editor.note-frame {
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
}
.chat-user-group .user-titles.user-head-compse h5 {
  color: #008080;
}
.label-blk {
  margin-bottom: 20px;
}
.label-blk h4 {
  margin-bottom: 0;
  color: #333448;
  font-size: 16px;
  font-weight: 600;
}
.label-add-list li .add-list-btn {
  width: 30px;
  height: 30px;
  background: rgba(46, 55, 164, 0.05);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.label-add-list li .add-list-btn:hover {
  background: #234CE3;
  color: #fff;
}
.top-action-right ul li {
  margin-right: 20px;
}
.top-action-right ul li:last-child {
  margin-right: 0px;
}
.top-liv-search.top-action-search .form-control {
  background: rgba(51, 52, 72, 0.05);
  border-radius: 12px;
  border: 0;
}
.top-inbox-blk {
  background: rgba(51, 52, 72, 0.05);
  border-radius: 10px;
  width: 40px;
  height: 40px;
}
.top-inbox-blk .dropdown-menu {
  text-align: center;
  padding: 0;
  border: 0;
  background:
    linear-gradient(
      51.64deg,
      rgba(255, 255, 255, 0) 34.2%,
      rgba(255, 255, 255, 0.5) 97.35%,
      rgba(255, 255, 255, 0) 160.66%),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 9px #E1ECFF, inset 0px 0px 15px rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 5px;
}
.top-inbox-blk .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #EBEBF6;
  font-size: 14px;
  font-weight: 600;
  color: #333448;
  padding: 10px;
}
.top-inbox-blk .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0px;
}
.top-recheck .custom_check input {
  position: relative;
}
.top-check .form-check-input {
  border: 2px solid rgba(51, 52, 72, 0.2);
  border-radius: 4px;
  width: 18px;
  height: 18px;
}
.top-check .form-check-input:checked[type=checkbox] {
  background-color: #234ce3;
}
.form-check-input:checked {
  background-color: #39c0c4;
  border-color: #39c0c4;
}
.select-gender .form-check-input:focus {
  box-shadow: none;
}
.top-check .form-check-input:focus {
  box-shadow: none;
}
.email-content .table-inbox tr {
  background: #fff;
  border-radius: 5px;
}
.email-content .table-inbox tr td {
  vertical-align: middle;
  padding: 15px;
  color: #6586BF;
  white-space: nowrap;
}
.email-img img {
  border-radius: 50px;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.send-user h4 {
  color: #333448;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.send-user p {
  color: rgba(51, 52, 72, 0.5);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.email-img-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.send-user h4 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  margin-left: 10px;
  font-size: 10px;
  border-radius: 8px;
}
.send-user .email-market {
  background: rgba(0, 211, 199, 0.15);
  color: #00D3C7;
}
.email-office {
  background: rgba(13, 191, 10, 0.15);
  color: #0DBF0A;
}
.email-bills {
  background: rgba(254, 63, 81, 0.15);
  color: #FE3F51;
}
.email-work {
  background: rgba(255, 182, 39, 0.15);
  color: #FFB627;
}
.send-user h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.compose-mail h3 {
  color: #333448;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.mail-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.mail-send .btn-primary {
  margin-bottom: 0;
  min-width: 111px;
  border-radius: 12px;
}
.mail-reports ul li .ford-angle {
  background: rgba(51, 52, 72, 0.05);
  border-radius: 10px;
  transform:
    matrix(
      -1, 0,
      0, 1,
      0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 40px;
  height: 40px;
}
.mail-reports ul li .ford-angle:hover {
  background: rgb(35 76 227 / 50%);
}
.mail-reports ul li .ford-angle:hover img,
.mail-reports ul li .ford-angle:hover i {
  filter: invert(1) brightness(100);
}
.mail-reports ul li {
  margin-right: 10px;
}
.mail-reports ul li:last-child {
  margin-right: 0px;
}
.mail-view-list {
  margin-bottom: 25px;
}
.mail-view-list li {
  margin-right: 10px;
}
.mailview-inner p {
  color: rgba(51, 52, 72, 0.5);
  font-size: 13px;
  font-weight: 600;
}
.thank-mail {
  margin-bottom: 40px;
}
.thank-mail h5 {
  color: #35446F;
  font-size: 14px;
  margin-bottom: 0;
}
.thank-mail h4 {
  color: #333448;
  font-size: 16px;
  font-weight: 600;
}
.forward-send .btn-primary {
  padding: 10px 15px;
  padding: 7px 23px;
  margin-bottom: 0;
  border: 2px solid transparent;
  font-size: 14px;
}
div.dataTables_wrapper div.dataTables_info {
  padding-bottom: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  padding-right: 15px;
}
.forward-send .forwrd-btn {
  background: transparent;
  border: 2px solid #234CE3;
  color: #234CE3;
  font-weight: 600;
}
.forward-send .forwrd-btn:hover {
  background: #234CE3;
  border: 2px solid #234CE3;
  color: #fff;
}
.forward-send .forwrd-btn:hover img {
  filter: invert(1) brightness(100);
}
.custom-file-upload {
  background:
    linear-gradient(
      51.64deg,
      rgba(255, 255, 255, 0) 34.2%,
      rgba(255, 255, 255, 0.2) 97.35%,
      rgba(255, 255, 255, 0) 160.66%),
    rgba(255, 255, 255, 0.2);
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  display: inline-flex;
  transition: border-color .3s;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  margin-top: 0;
  height: 53px;
  color: #000;
  position: relative;
}
.custom-file-upload input {
  display: none;
}
.custom-file-upload .file-upload-text {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.change-user {
  padding: 10px 18px;
  background: #6586BF;
  border-radius: 8px;
  font-size: 16px;
  color: #FFF;
  position: absolute;
  right: 0;
  margin: 2px;
  min-width: 177px;
  text-align: center;
}
.sender-img img {
  width: 48px;
  height: 48px;
}
.send-user.send-user-name h4 {
  font-size: 15px;
}
.send-user.send-user-name h4 span {
  padding: 5px 15px;
}
.send-user p span {
  color: #333448;
  font-weight: 600;
}
.mail-reports ul li .ford-angle.star-bg {
  background: transparent;
  margin-right: 0;
}
.ford-angle.star-bg i {
  color: #FFB627;
}
.mail-attach .msg-sub-list li {
  max-width: 100%;
  margin-bottom: 0;
  margin-right: 10px;
}
.mail-attach .msg-sub-list li i {
  color: #FE3F51;
}
.mail-attach {
  margin-bottom: 40px;
}
.view-content-bottom {
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.mail-attach h2 {
  color: #35446F;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.mail-attach h2 a {
  color: #008080;
  font-size: 14px;
}
.setting-title p {
  margin-bottom: 0;
}
.form-focus {
  display: flex;
  height: 50px;
  position: relative;
}
.form-focus .focus-label {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate3d(0, 22px, 0) scale(1);
  -ms-transform: translate3d(0, 22px, 0) scale(1);
  -o-transform: translate3d(0, 22px, 0) scale(1);
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  left: 12px;
  top: -8px;
  z-index: 1;
  color: #888;
}
.form-focus.focused .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -14px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}
.form-focus .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
  transition: none;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #bbb;
}
.profile-basic .cal-icon {
  width: 100%;
}
.form-focus .select2-container .select2-selection--single {
  border: 1px solid #ccc;
  height: 50px;
  border-radius: 0;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 7px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ccc;
  border-width: 0 6px 6px;
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 12px;
  padding-top: 10px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fc6075;
}
.file-size {
  color: #888;
}
.filter-row .btn {
  border-radius: 0;
  min-height: 50px;
  padding: 12px;
  text-transform: uppercase;
}
.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}
.action-label .label {
  display: inline-block;
  min-width: 85px;
  padding: 0.5em 0.6em;
}
.action-label i {
  margin-right: 3px;
}
.action-label .dropdown-menu > li > a {
  padding: 3px 10px;
}
.action-icon {
  color: #777;
  font-size: 14px;
  background: rgba(51, 52, 72, 0.05);
  border-radius: 10px;
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-left: auto;
}
.table .dropdown-menu {
  font-size: 12px;
  padding: 0;
}
.profile-widget {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.profile-widget .user-name > a {
  color: #333;
}
.dropdown.profile-action {
  position: absolute;
  right: 5px;
  text-align: right;
  top: 10px;
}
.profile-action .dropdown-toggle:after {
  display: none;
}
.profile-img {
  cursor: pointer;
  height: 80px;
  margin: 0 auto;
  position: relative;
  width: 80px;
}
.profile-img .avatar {
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  width: 80px;
}
.mobile-no > a {
  color: #777;
  display: inline-block;
}
.staff-mail > a {
  color: #777;
  display: inline-block;
  margin-top: 5px;
}
.staff-action-btns {
  margin-top: 10px;
}
.staff-id {
  margin-top: 5px;
}
.view-icons {
  float: right;
  margin-right: 10px;
}
.view-icons .btn {
  color: #888;
  font-size: 18px;
  margin-right: 5px;
  padding: 4px;
}
.view-icons .btn.active {
  color: #333;
}
.attent-status {
  background: rgba(0, 211, 199, 0.15);
  border-radius: 6px;
  width: 26px;
  height: 26px;
  color: #00D3C7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.present-table {
  background: rgba(0, 211, 199, 0.15);
  color: #00D3C7;
}
.absent-table {
  background: rgba(255, 54, 103, 0.1);
  color: #FF3667;
}
.month-table h5 {
  font-weight: 500;
  font-size: 14px;
}
.attent-table thead tr th:first-child {
  color: #333448;
}
.attent-table thead tr th {
  font-weight: 600;
  font-size: 14px;
  color: #008080;
}
.attent-table .week-days {
  color: rgba(51, 52, 72, 0.2);
}
.calendar {
  float: left;
  margin-bottom: 0;
}
.fc-view {
  margin-top: 30px;
}
a.fc-event:not([href]) {
  color: #fff;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}
.fc-day-grid-event .fc-time {
  font-family: "Rubik", sans-serif;
}
.fc-day {
  background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc th.fc-widget-header {
  background: #eeeeee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f3f3f3;
}
.fc-button {
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}
.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}
.fc-state-hover {
  background: #f3f3f3;
}
.fc-state-highlight {
  background: #f0f0f0;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #00d3c7;
  color: #fff;
  text-shadow: none;
}
.fc-cell-overlay {
  background: #f0f0f0;
}
.fc-unthemed .fc-today {
  background: #fff;
}
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 1px 7px;
  padding: 5px;
  text-align: center;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.card-box.profile-header {
  margin: 0;
}
.profile-details {
  text-align: center;
}
.personal-info li .title {
  color: #515365;
  float: left;
  font-weight: 500;
  margin-right: 30px;
  width: 30%;
  font-size: 14px;
}
.personal-info li .text {
  color: #888da8;
  display: block;
  overflow: hidden;
  font-size: 14px;
}
.personal-info li {
  margin-bottom: 10px;
}
.personal-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.personal-info .text > a {
  color: #008080;
  font-size: 14px;
}
.profile-view .profile-img-wrap {
  height: 150px;
  width: 150px;
}
.profile-view .profile-img {
  width: 150px;
  height: 150px;
}
.profile-view .profile-img .avatar {
  font-size: 24px;
  height: 150px;
  line-height: 150px;
  margin: 0;
  width: 150px;
}
.profile-view .profile-basic {
  margin-left: 170px;
}
.staff-msg {
  margin-top: 30px;
}
.experience-box {
  position: relative;
}
.experience-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.experience-list:before {
  background: #ddd;
  bottom: 0;
  content: "";
  left: 8px;
  position: absolute;
  top: 8px;
  width: 2px;
}
.experience-list > li {
  position: relative;
}
.experience-list > li:last-child .experience-content {
  margin-bottom: 0;
}
.experience-user .avatar {
  height: 32px;
  line-height: 32px;
  margin: 0;
  width: 32px;
}
.experience-list > li .experience-user {
  background: #fff;
  height: 10px;
  left: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}
.experience-list > li .experience-content {
  background-color: #fff;
  margin: 0 0 20px 40px;
  padding: 0;
  position: relative;
}
.experience-list > li .experience-content .timeline-content {
  color: #9e9e9e;
}
.experience-list > li .experience-content .timeline-content a.name {
  color: #616161;
  font-weight: bold;
  font-size: 14px;
}
.experience-list > li .time {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
.before-circle {
  background-color: #ddd;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.skills > span {
  border: 1px solid #ccc;
  border-radius: 500px;
  display: block;
  margin-bottom: 10px;
  padding: 6px 12px;
  text-align: center;
}
.profile-info-left {
  border-right: 2px dashed #ccc;
}
.profile-info-left h3 {
  font-size: 20px;
}
.profile-info-left .staff-id {
  font-size: 15px;
}
.profile-tabs .nav-tabs {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.alert {
  font-size: 14px;
}
.notifications {
  padding: 0;
}
.notifications .drop-scroll {
  height: 290px;
  width: 400px;
}
.notifications.msg-noti .drop-scroll {
  width: 310px;
}
.notifications .notification-heading {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.45;
  color: #616161;
}
.notifications .notification-time {
  font-size: 12px;
  line-height: 1.35;
  color: #bdbdbd;
}
.notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notifications ul.notification-list > li {
  margin-top: 0;
  border-bottom: 1px solid #f5f5f5;
}
.notifications ul.notification-list > li:last-child {
  border-bottom: none;
}
.notifications ul.notification-list > li a {
  display: block;
  padding: 12px;
  border-radius: 2px;
}
.notifications ul.notification-list > li a:hover {
  background-color: #fafafa;
}
.drop-scroll {
  overflow-y: scroll;
  position: relative;
}
.topnav-dropdown-header {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.topnav-dropdown-header,
.topnav-dropdown-footer {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}
.topnav-dropdown-footer a {
  display: block;
  text-align: center;
  color: #333;
}
.user-menu.nav > li > a .badge {
  color: #fff;
  font-size: 60%;
  font-weight: 700;
  position: absolute;
  right: 3px;
  top: 6px;
}
.user-menu.nav > li > a > i {
  font-size: 16px;
  line-height: 55px;
}
.noti-details {
  color: #989c9e;
  margin: 0;
}
.noti-time {
  margin: 0;
}
.noti-title {
  color: #333;
}
.roles-menu {
  margin-top: 20px;
}
.roles-menu > ul {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.roles-menu > ul > li {
  display: block;
  position: relative;
}
.roles-menu > ul > li > a {
  border-left: 3px solid transparent;
  color: #333;
  display: block;
  padding: 10px 15px;
  position: relative;
}
.roles-menu > ul > li.active > a {
  border-color: #009efb;
  color: #009efb;
}
.roles-menu > ul > li > a:hover {
  border-color: #009efb;
  background-color: #eee;
}
.material-switch > input[type=checkbox] {
  display: none;
}
.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}
.material-switch > label:before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
.material-switch > label:after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.material-switch > input[type=checkbox]:checked + label:before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type=checkbox]:checked + label:after {
  background: inherit;
  left: 20px;
}
.role-action {
  display: none;
  float: right;
  position: absolute;
  right: 8px;
  top: 8px;
}
.roles-menu > ul > li:hover .role-action {
  display: block;
}
.slide-nav .sidebar {
  margin-left: 0;
}
.action-circle {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.action-circle .material-icons {
  color: #ccc;
  font-size: 18px;
  vertical-align: -3px;
}
.action-circle.completed {
  background: #35BA67;
  border: 1px solid #2fa65c;
}
.action-circle.completed .material-icons {
  color: #fff;
}
.action-circle.large {
  height: 24px;
  width: 24px;
}
.action-circle.large .material-icons {
  font-size: 16px;
  vertical-align: -4px;
}
.sidebar-overlay {
  display: none;
  position: fixed;
  z-index: 90;
  height: 100%;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.menu-opened .sidebar-overlay {
  display: block;
}
.sidebar-menu.opened {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  margin-left: 0;
}
html.menu-opened {
  overflow: hidden;
}
html.menu-opened body {
  overflow: hidden;
}
.chat-profile-view.opened {
  margin-right: 0;
}
.menu-opened .message-view.chat-view {
  width: 100%;
}
.fixed-header .custom-menu {
  margin: 1px 0 0;
}
.topnav-dropdown-footer {
  border-top: 1px solid #eee;
}
.notification-box {
  bottom: 0;
  margin-right: -300px;
  position: fixed;
  right: 0;
  top: 70px;
  transition: all 0.4s ease 0s;
  width: 300px;
  z-index: 101;
  border-left: 1px solid #ddd;
}
.open-msg-box .notification-box {
  margin-right: 0;
}
.msg-sidebar {
  background-color: #fff;
}
.list-box {
  list-style: none;
  padding-left: 0;
}
.list-item.new-message {
  background-color: rgba(0, 0, 0, 0.2);
}
.list-item {
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  position: relative;
}
.list-left {
  height: 48px;
  position: absolute;
  width: 48px;
}
.files-icon {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}
.files-icon i {
  color: #777;
  font-size: 20px;
}
.list-body {
  padding: 0 0 0 50px;
}
.message-author {
  color: #333448;
  float: left;
  font-weight: bold;
  width: 175px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}
.message-time {
  color: #888;
  float: right;
  font-size: 11px;
}
.message-content {
  color: #333;
  font-size: 11px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.invoice-details,
.invoice-payment-details > li span {
  float: right;
  text-align: right;
}
.attach-files > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.attach-files li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.attach-files li img {
  width: 50px;
}
.file-remove {
  color: #f00;
  position: absolute;
  right: -6px;
  top: -7px;
}
.attach-files li:last-child {
  margin-right: 0;
}
.inv-logo {
  height: auto;
  margin-bottom: 20px;
  max-height: 100px;
  width: auto;
}
.form-amt {
  border: 1px solid #fff;
}
.page-title-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  text-align: center;
}
.invoices-links:last-child {
  margin-right: 0px;
}
.invoices-links {
  color: #1B2559;
  margin-right: 20px;
}
.invoice-inner-datepic {
  border: 0;
  padding-left: 0;
}
.invoice-inner-datepic {
  border: 0;
  padding-left: 0;
}
.invoices-form .inovices-month-info .form-control {
  height: 42px;
}
.app-listing {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.app-listing > li {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.multipleSelection {
  position: relative;
  margin-bottom: 20px;
}
.multipleSelection .selectBox,
.SortBy .selectBoxes {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 11px 10px;
  font-weight: 400;
  background: #FFFFFF;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.selectBox p {
  color: #1B2559;
  font-weight: 500;
  font-size: 14px;
}
.selectBox p .select-icon {
  color: #008080;
  width: 20px;
  height: 20px;
}
.multipleSelection #checkBoxes,
.SortBy #checkBox {
  display: none;
  position: absolute;
  width: 300px;
  left: 0;
  z-index: 1;
  margin-top: 10px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #F2ECFF;
  box-shadow: 0px 4px 44px rgb(231 234 252 / 75%);
  border-radius: 6px;
}
.multipleSelection #checkBoxes::before,
.SortBy #checkBox::before {
  border: 7px solid #F2ECFF;
  border-color: transparent transparent #ffffff #ffffff;
  box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 10%);
  content: "";
  left: 30px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.checkbox-title {
  font-weight: 600;
  font-size: 15px;
  color: #008080;
  margin-bottom: 14px;
}
#checkBoxes .form-custom {
  margin-bottom: 14px;
}
.selectBox-cont {
  height: 220px;
  overflow-y: auto;
  padding: 5px;
}
#checkBoxes-one .btn-grey {
  background: #55ddff30;
  color: #1B2559;
  margin-top: 10px;
  border: none;
}
.custom_check {
  color: #1B2559;
  display: inline-block;
  position: relative;
  font-size: 13px;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #C4C4C4;
  background-color: transparent;
  border-radius: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_check input:checked ~ .checkmark:after {
  display: block;
}
.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  color: #ffffff;
  font-size: 9px;
}
#checkBoxes .btn,
#checkBox .btn {
  font-size: 13px;
  font-weight: 500;
  padding: 8px 0px;
}
#checkBoxes .btn-grey {
  background: #55ddff30;
  color: #1B2559;
  margin-top: 10px;
  border: none;
}
.feather {
  width: 18px;
  height: 18px;
}
.report-btn {
  margin-bottom: 20px;
}
.report-btn .btn {
  font-weight: 600;
  color: #008080;
  background: #FFFFFF;
  border: 2px solid #008080;
  border-radius: 8px;
  width: 100%;
  padding: 11px 0;
}
.selectBox-cont-one {
  overflow-y: inherit;
}
.date-picker {
  width: 50%;
  float: left;
  padding-right: 10px;
}
#checkBoxes .form-custom {
  margin-bottom: 14px;
}
#checkBoxes .date-picker .form-custom .form-control {
  padding-left: 10px;
}
.form-custom.cal-icon:after {
  font-size: 14px;
}
.date-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.date-list ul li {
  width: 100%;
  padding: 0;
  padding-bottom: 5px;
}
#checkBoxes .btn,
#checkBox .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0px;
}
.date-list .date-btn {
  background: #fff;
  color: #1B2559;
  border: 1px solid #E7EAFC;
  border-radius: 4px;
  padding: 10px 0 !important;
  width: 100%;
}
.date-list .date-btn:hover {
  background: #00d3c7;
  color: #fff;
  border: 1px solid #E7EAFC;
}
.custom_check input:checked ~ .checkmark {
  background-color: #008080;
  border-color: #008080;
}
.invoices-tabs-card {
  background: transparent;
  box-shadow: none;
  border: 0;
}
.inovices-card .card-body {
  padding: 15px;
}
.invoices-main-tabs {
  border-bottom: 2px solid #F3F3F3;
  padding-bottom: 10px;
}
.invoices-tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.invoices-tabs ul li {
  position: relative;
  display: inline-block;
  margin-right: 36px;
}
.invoices-tabs ul li a.active {
  color: #008080;
  border-bottom: 2px solid #008080;
}
.invoices-settings-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.invoices-settings-icon {
  color: #008080;
  margin-right: 20px;
}
.invoices-settings-btn .btn {
  font-weight: 600;
  color: #fff;
  background-color: #008080;
  padding: 12px 0;
  min-width: 167px;
  border: 1px solid #008080;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.inovices-card {
  border-radius: 5px;
}
.inovices-widget-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.inovices-widget-icon img {
  width: 50px;
}
.inovices-widget-header .inovices-amount {
  font-weight: 600;
  font-size: 20px;
  color: #008080;
}
.inovices-all {
  font-weight: 500;
  color: #1B2559;
  margin-top: 16px;
}
.inovices-all span {
  font-size: 10px;
  margin-left: 15px;
}
.invoices-tabs ul li a {
  font-weight: 500;
  font-size: 15px;
  color: #1B2559;
  padding-bottom: 24px;
}
table .badge {
  border-radius: 6px;
  display: inline-block;
  font-size: 13px;
  min-width: 105px;
  padding: 8px 20px;
  font-weight: 500;
  text-align: center;
}
.bg-primary-light {
  background-color: rgba(17, 148, 247, 0.12) !important;
  color: #2196f3 !important;
}
.bg-success-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}
.bg-danger-light {
  background-color: rgb(255 218 218 / 49%) !important;
  color: #FF0000 !important;
}
.table .invoice-link {
  color: #009efb;
}
.invoices-links.active {
  color: #008080;
}
.invoices-links:last-child {
  margin-right: 0px;
}
.invoices-links {
  color: #1B2559;
  margin-right: 20px;
}
.table .bg-success-dark {
  background: #008F64;
}
.table .bg-danger-dark {
  background: #FF0000;
}
.invoices-grid-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgb(228 228 228 / 25%);
  border-radius: 10px;
  color: #1B2559;
}
.invoices-grid-card .card-header {
  padding: 20px;
  border: 0;
}
.invoice-grid-link {
  color: #1B2559;
  font-size: 14px;
}
.card-middle {
  padding: 20px;
  background: #55ddff30;
}
.card-middle-avatar {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  margin: 0;
}
.card-middle-avatar a {
  color: #1B2559;
}
.invoices-grid-card .card-body {
  padding: 20px;
}
.invoices-grid-card .card-body span {
  font-size: 14px;
}
.invoices-grid-card .card-footer {
  padding: 20px;
  border: 0;
}
.card-footer:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.invoices-settings-btn .btn svg {
  margin-right: 10px;
}
.preclincs-title {
  margin: 0;
  padding: 10px;
  display: flex;
  align-items: center;
}
.report-btn .btn:hover {
  color: #FFFFFF;
  background: #008080;
  border: 2px solid #008080;
}
.report-btn .btn:hover img {
  filter: invert(0) brightness(100);
}
.invoices-settings-btn .btn:hover {
  background: #00d3c7;
  border: 1px solid #00d3c7;
}
.invoices-tabs > ul > li > a:hover {
  color: #008080;
}
a.invoices-settings-icon:hover {
  color: #00d3c7;
}
a.btn.delete-invoice-btn:hover {
  background: #474d52;
}
a.btn.save-invoice-btn:hover {
  background: #00d3c7;
}
a.invoices-preview-link:hover {
  color: #00d3c7;
}
li.breadcrumb-item.invoices-breadcrumb-item:hover > a {
  color: #00d3c7;
}
li.breadcrumb-item.invoices-breadcrumb-item:hover > a i {
  background: #00d3c7;
}
.invoice-info > strong > a:hover {
  color: #00d3c7;
}
.invoice-inner-head span a:hover {
  color: #00d3c7;
}
.field-box > a:hover {
  background: #00d3c7;
}
.invoice-total-inner a:hover {
  color: #00d3c7;
}
h2.card-middle-avatar:hover > a {
  color: #00d3c7;
}
.upload-sign button:hover {
  background: #00d3c7;
}
.payment-details:hover {
  background: #00d3c7;
}
.invoices-upload-btn:hover .upload {
  background-color: #00d3c7;
}
.invoice-setting-btn .cancel-btn:hover {
  background-color: #474d52;
}
.invoice-setting-btn button:last-child:hover {
  background-color: #00d3c7;
}
.settings-btns button:nth-child(1):hover {
  background-color: #00d3c7;
}
.settings-btn:hover .upload {
  background-color: #00d3c7;
}
.nav-tabs.menu-tabs .nav-link:hover {
  background: #008080;
  color: #fff;
}
.form-row.links-cont a:hover {
  background: #00d3c7;
}
.form-row.links-cont button:hover {
  background: #00d3c7;
}
a.btn.add-links:hover {
  background: #00d3c7;
}
.breadcrumb-item a:hover {
  color: #00d3c7;
}
.breadcrumb-item.active {
  color: rgba(46, 55, 164, 0.5);
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.breadcrumb-item + .breadcrumb-item i {
  color: #008080;
}
.doctor-img {
  cursor: pointer;
  height: 80px;
  margin: 0 auto 15px;
  position: relative;
  width: 80px;
}
.doctor-img .avatar {
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  width: 80px;
}
.doc-prof {
  color: #777;
  font-size: 12px;
  margin-bottom: 10px;
}
.doctor-name {
  margin: 0;
}
.doctor-name a {
  color: #333;
}
.see-all {
  margin-top: 30px;
  text-align: center;
}
.see-all .see-all-btn {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #777;
  display: inline-block;
  padding: 10px 20px;
}
.comman-table.custom-table thead tr th,
.comman-table.custom-table tbody tr td {
  color: #333448;
  font-size: 14px;
  font-weight: 500;
}
.comman-table.custom-table thead tr th {
  font-weight: 600;
}
.show-entire .dataTables_length {
  display: none;
}
.doctor-table-blk h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.doctor-table-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.doctor-search-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.doctor-search-blk .top-nav-search {
  margin-left: 15px;
}
.doctor-search-blk .top-nav-search form {
  margin: 0px;
}
.add-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.add-group .btn-primary {
  background: rgba(46, 55, 164, 0.05);
  border-radius: 12px;
  color: #3F51B5;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.add-group .btn-primary:hover {
  border: 0;
  background: #3F51B5;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.add-group .btn-primary:hover img {
  filter: invert(1) brightness(100);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.table.comman-table > thead > tr > th,
.table.comman-table > tbody > tr > td {
  padding: 15px 15px;
}
.card-table .card-body {
  padding: 0;
}
.page-table-header {
  padding: 15px 15px 0px 15px;
}
.card-table .dataTables_info {
  padding-left: 15px;
  font-size: 14px;
}
.profile-image a {
  color: #333448;
}
.profile-image a:hover {
  color: #008080;
}
.profile-upload {
  display: flex;
}
.upload-img {
  margin-right: 10px;
}
.upload-img img {
  border-radius: 4px;
  height: 40px;
  width: 40px;
}
.upload-input {
  width: 100%;
}
.gen-label {
  display: block;
  margin-bottom: 18px;
}
.submit-btn {
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  min-width: 200px;
  padding: 8px 20px;
  text-transform: uppercase;
}
.delete-modal .modal-body .btn {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 90px;
  color: #333;
}
.delete-modal .modal-body .btn.btn-danger {
  color: #fff;
}
.delete-modal .modal-body > h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 0;
}
.custom-badge {
  border-radius: 8px;
  display: inline-block;
  font-size: 12px;
  min-width: 115px;
  padding: 5px 15px;
  text-align: center;
  border: 0;
}
.status-red,
a.status-red {
  background-color: #ffe5e6;
  color: #fe0000;
}
.status-green,
a.status-green {
  background: rgba(0, 211, 199, 0.1);
  color: #00D3C7;
}
.status-orange,
a.status-orange {
  background-color: #fef5e4;
  color: #ff9b01;
}
.status-blue,
a.status-blue {
  background-color: #e5f3fe !important;
  color: #008cff;
}
.status-purple,
a.status-purple {
  background-color: #f3e7fd;
  color: #8f13fd;
}
.status-pink,
a.status-pink {
  background-color: #ffe5f6;
  color: #ff01a2;
}
.status-grey,
a.status-grey {
  background-color: #ddd;
  color: #818181;
}
.btn-grey {
  background-color: #b2b2b2;
  border: 1px solid #b2b2b2;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.invoices-view {
  width: 70%;
  float: right;
}
.local-forms.input-block {
  position: relative;
  margin-bottom: 30px;
}
.local-forms label {
  font-size: 12px;
  color: #333448;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  margin-bottom: 0;
  padding: 0px 5px;
  z-index: 9;
}
.local-forms .select2-container .select2-selection--single {
  height: 45px;
}
.local-forms .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.local-forms .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}
.form-heading h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.select-gender .gen-label {
  margin-bottom: 5px;
  color: #333448;
  font-size: 12px;
  font-weight: 500;
}
.select-gender .form-check-label {
  color: rgba(51, 52, 72, 0.5);
  font-weight: 500;
  font-size: 14px;
}
.select-gender .form-check-input {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: 0;
}
.local-top-form {
  position: relative;
}
.local-top-form .local-top {
  font-size: 12px;
  color: #333448;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  margin-bottom: 0;
  padding: 0px 5px;
  z-index: 99;
}
.settings-btn.upload-files-avator .upload {
  width: 148px;
  background: #F4F5FA;
  color: #008080;
  font-size: 14px;
  font-weight: 500;
  right: -2px;
  top: -2px;
  height: 46px;
}
.settings-btn.upload-files-avator {
  min-height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
}
.doctor-submit .btn-primary {
  min-width: 131px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 15px;
}
.doctor-submit .cancel-form {
  background: rgba(51, 52, 72, 0.05);
  color: #333448;
}
.doctor-submit .cancel-form:hover {
  background: #008080;
  color: #fff;
  border: 1px solid #008080;
}
.calendar-icon:after {
  color: #333448;
  content: "\f073";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 600;
  margin: auto;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.top-nav-search.table-search-blk .btn {
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.doctor-profile-head {
  background: rgba(51, 52, 72, 0.05);
  border-radius: 10px;
}
.profile-bg-img img {
  width: 100%;
  border-radius: 10px;
}
.profile-user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}
.profile-user-img {
  margin-right: 20px;
  position: relative;
  top: -30px;
}
.profile-user-img img {
  border-radius: 50%;
  width: 141px;
}
.names-profiles h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}
.names-profiles h5 {
  font-size: 14px;
  font-weight: 500;
  color: #008080;
  margin-bottom: 0;
}
.profile-edit-icon {
  position: absolute;
  border-radius: 50px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.profile-edit-icon img {
  width: 25px;
}
.follow-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.doctor-follows {
  text-align: center;
}
.doctor-follows h5 {
  color: rgba(51, 52, 72, 0.5);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.doctor-follows h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.follow-btn-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.follow-btn-group .btn-info {
  min-width: 127px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  padding: 9px 15px;
}
.follow-btn-group .follow-btns {
  background: #008080;
  border: 1px solid #008080;
  margin-right: 15px;
}
.follow-btn-group .follow-btns:hover {
  background: #00D3C7;
  border: 1px solid #00D3C7;
}
.follow-btn-group .message-btns {
  background: #00D3C7;
  border: 1px solid #00D3C7;
}
.follow-btn-group .message-btns:hover {
  background: #008080;
  border: 1px solid #008080;
}
.personal-activity {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.views-personal {
  margin-left: 10px;
}
.views-personal h5 {
  color: rgba(51, 53, 72, 0.5);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.views-personal h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.personal-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}
.personal-icons i {
  color: #3D5EE1;
}
.doctor-personals-grp .card {
  border-radius: 10px;
  box-shadow: none;
}
.heading-detail h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
.heading-detail p {
  color: rgba(51, 53, 72, 0.5);
  font-size: 14px;
  font-weight: 500;
}
.hello-park h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(46, 55, 164, 0.1);
}
.hello-park p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 53, 72, 0.5);
}
.skills-head {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.skills-head h5 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: rgba(51, 53, 72, 0.5);
}
.skills-head p {
  margin-bottom: 0;
  color: rgba(51, 53, 72, 0.5);
  font-size: 15px;
  font-weight: 500;
}
.skill-statistics {
  margin-bottom: 25px;
}
.skill-statistics .progress {
  height: 4px;
}
.bg-operations {
  background: #008080;
}
.bg-statistics {
  background: #00D3C7;
}
.bg-haemoglobin {
  background: #FF3667;
}
.bg-endoscopic {
  background: #FFBF42;
}
.bg-visit {
  background: #333548;
}
.setting-form-blk .local-forms label {
  font-size: 12px;
  color: rgba(51, 52, 72, 0.5);
}
.setting-form-blk .local-forms .form-control::placeholder {
  color: rgba(51, 52, 72, 0.5);
  font-size: 14px;
}
.about-info h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 18px;
  font-weight: 500;
}
.about-info h4 i {
  color: #8C8C8C;
  background: rgba(51, 53, 72, 0.05);
  border-radius: 10px;
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.about-info {
  margin-bottom: 25px;
}
.doctor-up-files label {
  font-size: 15px;
  font-weight: 500;
}
.doctor-up-files label.file-upload.image-upbtn {
  background: #444;
  border: 1px solid #444;
  border-radius: 8px;
  color: #fff;
  padding: 6px 19px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.doctor-up-files label.file-upload.image-upbtn:hover {
  background: #000;
  border: 1px solid #000;
}
.doctor-up-files label.file-upload {
  position: relative;
  overflow: hidden;
}
.doctor-up-files label.file-upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.doctor-up-files.profile-edit-icon label.file-upload.profile-upbtn {
  cursor: pointer;
}
.list-space {
  padding: 0;
  margin: 0;
}
.about-me-list ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.about-me-list ul li:last-child {
  margin-bottom: 0;
}
.about-me-list ul li h4 {
  min-width: 50%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}
.about-me-list ul li span {
  min-width: 50%;
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 53, 72, 0.5);
}
.tab-content-set {
  border-bottom: 4px solid rgba(46, 55, 164, 0.05);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.tab-content-set ul li a.active::after,
.tab-content-set ul li a:hover::after {
  position: absolute;
  content: "";
  background: #008080;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -29px;
}
.tab-content-set ul li a.active,
.tab-content-set ul li a:hover {
  color: #008080;
}
.tab-content-set ul li a.active .set-about-icon,
.tab-content-set ul li a:hover .set-about-icon {
  background: rgba(46, 55, 164, 0.05);
}
.tab-content-set ul li a.active .set-about-icon img,
.tab-content-set ul li a:hover .set-about-icon img {
  filter: invert(13%) sepia(85%) saturate(7478%) hue-rotate(266deg) brightness(50%) contrast(340%);
}
.tab-content-set li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(51, 53, 72, 0.5);
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.tab-content-set li {
  padding-right: 20px;
}
.set-about-icon {
  background: rgba(51, 53, 72, 0.05);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.detail-personal h2 {
  font-size: 15px;
  font-weight: 500;
}
.detail-personal h3 {
  font-size: 12px;
  font-weight: 500;
  color: rgba(51, 53, 72, 0.5);
  margin-bottom: 0;
}
.personal-list-out {
  margin-bottom: 30px;
}
.profile-table.custom-table thead tr th,
.profile-table.custom-table tbody tr td {
  font-size: 14px;
  color: #333548;
  font-weight: 500;
  padding: 10px;
}
.profile-table.custom-table thead tr th {
  color: #333548;
}
.profile-table.custom-table tbody tr td {
  color: rgba(51, 53, 72, 0.5);
}
.profile-table.custom-table tbody tr {
  box-shadow: none;
}
.profile-check-blk .remember-me {
  margin-bottom: 20px;
}
.profile-check-blk .custom_check input:checked ~ .checkmark {
  background-color: #008080;
  border-color: #008080;
}
.profile-check-blk .form-heading h4 {
  font-size: 16px;
}
.patient-profile-table tbody tr td:nth-child(4) {
  color: rgba(51, 52, 72, 0.5);
}
.staff-search-table {
  padding: 0px 15px;
  margin-top: 30px;
}
.submit-list-form {
  width: 100%;
}
.status-staff {
  background: #FFFFFF;
  border: 1px solid rgba(46, 55, 164, 0.1);
  box-shadow: 5px 5px 20px rgba(51, 52, 72, 0.05);
  border-radius: 12px;
  padding: 0;
}
.status-staff .dropdown-item {
  border-bottom: 1px solid #EBEBF6;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
.status-staff .dropdown-item:last-child {
  border: 0;
}
.payslip-title {
  margin-bottom: 20px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
.pay-head-roll h5 {
  color: #008080;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.invoice-counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.payroll-head-clinic {
  margin-bottom: 20px;
}
.payrolss-counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 2px solid rgba(46, 55, 164, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.payrolss-counts h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}
.payslip-head-roll h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.half-day {
  width: 15px;
}
.table-inbox input[type=radio],
.table-inbox input[type=checkbox] {
  cursor: pointer;
}
.mail-list {
  list-style: none;
  padding: 0;
}
.mail-list > li > a {
  color: #333;
  display: block;
  padding: 10px;
}
.mail-list > li.active > a {
  color: #009efb;
  font-weight: bold;
}
.unread .name,
.unread .subject,
.unread .mail-date {
  color: #000;
  font-weight: 600;
}
.table-inbox .starred.fa-star {
  color: #ffd200;
}
.table.table-inbox > tbody > tr > td,
.table.table-inbox > tbody > tr > th,
.table.table-inbox > tfoot > tr > td,
.table.table-inbox > tfoot > tr > th,
.table.table-inbox > thead > tr > td,
.table.table-inbox > thead > tr > th {
  border-bottom: 1px solid #f2f2f2;
  border-top: 0;
}
.table-inbox {
  font-size: 14px;
  margin-bottom: 0;
}
.note-editor.note-frame {
  border: 1px solid #ccc;
  box-shadow: inherit;
}
.note-editor.note-frame .note-statusbar {
  background-color: #fff;
}
.note-editor.note-frame.fullscreen {
  top: 60px;
}
.mail-title {
  font-weight: bold;
  text-transform: uppercase;
}
.form-control.search-message {
  border-radius: 4px;
  margin-left: 5px;
  width: 180px;
  padding: 0.375rem 0.75rem;
  min-height: 35px;
  margin-bottom: 5px;
}
.table-inbox tr {
  cursor: pointer;
}
table.table-inbox tbody tr.checked {
  background-color: #ffffcc;
}
.mail-label {
  margin-right: 5px;
}
.attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.attachments li {
  border: 1px solid #eee;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 200px;
}
.attach-file {
  color: #777;
  font-size: 70px;
  padding: 10px;
  text-align: center;
  min-height: 153px;
}
.attach-file > i {
  line-height: 133px;
}
.attach-info {
  background-color: #f4f4f4;
  padding: 10px;
}
.attach-filename {
  color: #777;
  font-weight: bold;
}
.attach-filesize {
  color: #999;
  font-size: 12px;
}
.attach-file img {
  height: auto;
  max-width: 100%;
}
.mailview-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.mailview-footer {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 15px;
}
.mailview-footer .btn-white {
  min-width: 102px;
}
.sender-name {
  display: block;
}
.receiver-name {
  color: #777;
}
.right-action {
  text-align: right;
}
.mail-view-title {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}
.mail-view-action {
  float: right;
}
.mail-sent-time {
  float: right;
}
.blog {
  position: relative;
  margin: 0 0 25px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px;
}
.blog-image {
  overflow: hidden;
}
.blog-image,
.blog-image > a,
.blog-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.blog-image img {
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 16px;
}
.blog-image a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-image {
  margin-bottom: 30px;
}
.blog-content {
  position: relative;
}
.blog-title {
  color: #000;
  font-weight: normal;
  margin: 0 0 20px;
}
.media {
  display: flex;
  align-items: center;
}
.blog-content p {
  color: rgba(51, 52, 72, 0.75);
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 25px;
}
.read-more {
  color: #282628;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
}
.read-more:hover {
  color: #009efb;
  margin-left: 10px;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.read-more i {
  color: #008080;
  font-size: 18px;
  margin-right: 3px;
}
.blog-info {
  border: 1px solid #eaeaea;
  color: #909090;
  font-size: 12px;
  margin-bottom: 0;
  padding: 12px 20px;
}
.blog-info a {
  color: #909090;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-info a:last-child {
  margin-right: 0;
}
.blog-info a:hover {
  color: #00d3c7;
}
.blog-info i {
  color: rgba(51, 52, 72, 0.5);
  font-size: 18px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-left {
  float: right;
}
.post-right {
  float: left;
}
.post-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-left ul li {
  float: left;
  margin-right: 20px;
}
.post-left ul li:last-child {
  margin-right: 0;
}
.video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.widget {
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
}
.widget h5 {
  color: #333548;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}
.search-form .form-control {
  border: 1px solid #eaeaea;
  border-radius: 0;
  border-right: 0;
  box-shadow: inherit;
  height: 40px;
  color: #ababab;
}
.search-form .btn-primary {
  background-color: transparent;
  border-color: #eaeaea;
  border-left: none;
  color: #009efb;
  height: 40px;
  border-radius: 0;
}
.latest-posts {
  margin: 0;
  padding: 0;
}
.latest-posts li {
  display: table;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.latest-posts li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.post-thumb {
  width: 80px;
  float: left;
  overflow: hidden;
  border-radius: 16px;
}
.post-thumb a img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 16px;
}
.post-thumb a:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.post-info {
  margin-left: 95px;
}
.post-info h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 10px;
}
.post-info h4 a {
  color: #333448;
  font-size: 14px;
  font-weight: 600;
}
.post-info p {
  color: #008080;
  font-size: 12px;
  margin: 0;
  font-weight: 500;
}
.post-info p i {
  color: #008080;
  font-size: 16px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.categories li {
  padding: 12px 0;
  font-size: 16px;
  color: #333448;
  font-weight: 600;
}
.categories li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.categories li a {
  color: #656565;
  font-size: 14px;
}
.categories li a:hover {
  color: #009efb;
  margin-left: 10px;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.categories > li > a > i {
  color: #009efb;
  font-size: 18px;
  margin-right: 10px;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tags li {
  float: left;
}
.tag {
  background: rgba(51, 52, 72, 0.1);
  border-radius: 8px;
  color: #333448;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 12px;
  font-weight: 500;
}
.tag:hover {
  background-color: #008080;
  color: #fff;
}
.comment-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
}
.comments-list .comment-block p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  text-align: justify;
  color: rgba(51, 52, 72, 0.5);
  font-weight: 500;
}
blockquote p {
  font-style: italic;
  font-weight: 400;
}
.grid-blog .blog-title {
  font-size: 16px;
  margin: 0 0 10px;
}
.grid-blog .blog-title a {
  color: #333448;
  font-size: 16px;
  font-weight: 500;
}
.grid-blog .blog-content p {
  font-size: 14px;
  margin: 0 0 15px;
  color: rgba(51, 52, 72, 0.5);
}
.grid-blog .blog-info {
  border: 0;
  border-top: 1px solid #eaeaea;
  margin-bottom: 0;
  padding: 12px 0;
}
.grid-blog .blog-image {
  margin-bottom: 20px;
  border-radius: 16px;
}
.grid-blog .read-more {
  font-size: 14px;
  margin-bottom: 0px;
  color: #008080;
  font-weight: 500;
}
.product-thumbnail {
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
}
.product-remove {
  position: absolute;
  top: -10px;
  right: -6px;
  color: #f06060;
  cursor: pointer;
}
.bootstrap-tagsinput {
  width: 100%;
  height: auto;
  box-shadow: inherit;
  border-radius: 8px;
  line-height: 30px;
}
.bootstrap-tagsinput .badge [data-role=remove]:hover {
  box-shadow: inherit;
  color: #f00;
}
.blog-views {
  position: absolute;
  top: 20px;
  left: 15px;
  background: #F5F6FA;
  border-radius: 6px;
  padding: 4px 10px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  font-size: 12px;
}
.blog-views h5 {
  color: #008080;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.view-blog-list.blog-views {
  bottom: 20px;
  top: inherit;
}
.blog-views li {
  color: #008080;
  font-weight: 600;
}
.blog-views li:first-child {
  margin-right: 10px;
}
.blog-grp-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 25px;
}
.blog-img-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-blk-blog h4 a {
  font-size: 15px;
  font-weight: 600;
  color: #333448;
}
.content-blk-blog h4 {
  margin-bottom: 0;
}
.content-blk-blog h5 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  color: rgba(51, 53, 72, 0.5);
}
.blog-grp-blk span {
  color: #008080;
  font-size: 12px;
  font-weight: 500;
}
.blog-grp-blk img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.blog-view .blog-title {
  font-size: 18px;
  font-weight: 500;
}
.blog-view .blog-info {
  border: 0 none;
  margin-bottom: 20px;
  padding: 0;
}
.social-share {
  float: left;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.social-share > li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: center;
}
.social-share > li:first-child {
  margin-left: 0;
}
.social-share > li > a {
  background: rgba(51, 52, 72, 0.05);
  border-radius: 8px;
  color: #009efb;
  font-size: 22px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.social-share > li > a:hover {
  background-color: #008080;
  border-color: #008080;
}
.social-share > li > a:hover img {
  filter: invert(1) brightness(100);
}
.share-blogs a {
  background: rgba(51, 52, 72, 0.05);
  border-radius: 8px;
  color: #009efb;
  font-size: 22px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.widget h3 {
  color: #333448;
  font-size: 18px;
  margin: 0 0 20px;
}
.blog-reply > a {
  color: #008080;
  font-size: 12px;
  font-weight: 500;
}
.blog-date {
  color: #999;
  font-size: 12px;
}
.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-list li {
  clear: both;
  padding: 10px 0 0 50px;
}
.comments-list li .comment {
  margin-bottom: 30px;
}
.comments-list li .comment-author {
  margin-left: -50px;
  position: absolute;
}
.comments-list li img.avatar {
  height: 40px;
  width: 40px;
  border-radius: 58px;
}
.blog-author-name {
  color: #009efb;
  font-size: 18px;
}
.text-red {
  color: #f00;
}
.new-comment label {
  font-size: 14px;
  font-weight: 500;
}
.new-comment .input-block {
  margin-bottom: 20px;
}
.comment-submit .btn {
  background-color: #009efb;
  border-color: #009efb;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 26px;
  color: #fff;
}
.about-author-img {
  background-color: #fff;
  height: 120px;
  overflow: hidden;
  position: absolute;
  width: 120px;
}
.author-details {
  margin-left: 145px;
}
.about-author {
  min-height: 120px;
}
.author-details .blog-author-name {
  display: inline-block;
  margin-bottom: 10px;
}
.blog-navigation {
  text-align: right;
}
.read-blks a,
.date-blks li a {
  color: rgba(51, 52, 72, 0.5);
  font-weight: 600;
}
.authr-blog-group h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.authr-blog-group p {
  color: rgba(51, 52, 72, 0.5);
  font-size: 12px;
  margin-bottom: 20px;
}
.authr-blog-group span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(51, 53, 72, 0.5);
}
.social-blk {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.social-blk li {
  padding: 0px 10px;
}
.social-blk li a:hover img {
  filter: invert(13%) sepia(85%) saturate(7478%) hue-rotate(266deg) brightness(50%) contrast(340%);
}
.week-list {
  color: rgba(51, 53, 72, 0.5);
  font-size: 10px;
  font-weight: 500;
}
.week-group h5 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
.share-blogs span {
  color: rgba(51, 52, 72, 0.5);
  font-size: 12px;
  font-weight: 600;
}
.list-add-blogs {
  margin-top: 25px;
}
.list-add-blogs ul li {
  background: rgba(51, 52, 72, 0.1);
  border-radius: 8px;
  padding: 5px 10px;
  margin-right: 10px;
  color: #333448;
  font-size: 12px;
  font-weight: 500;
}
.list-add-blogs ul li:hover {
  background: rgba(51, 52, 72, 0.3);
}
.list-add-blogs ul li:last-child {
  margin-right: 00px;
}
.relat-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 2px solid rgba(46, 55, 164, 0.05);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.relat-head h5 {
  margin-bottom: 0;
}
.relat-head a {
  font-weight: 500;
  font-size: 14px;
  color: #008080;
}
.date-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.date-posts h5 {
  background: rgba(51, 52, 72, 0.1);
  border-radius: 8px;
  font-weight: 600;
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 0;
}
.date-posts span {
  color: rgba(51, 52, 72, 0.5);
  font-weight: 500;
  font-size: 12px;
}
.pagination-box .pagination {
  margin-top: 0;
}
.tab-content {
  padding-top: 20px;
}
.error-pages {
  background: #fff;
}
.error-box {
  border-radius: 5px;
  line-height: 1;
  margin: 0 auto;
  max-width: 620px;
  padding: 50px 30px 55px;
  text-align: center;
  width: 100%;
}
.error-wrapper {
  margin: 0;
  color: #4F5155;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.error-box h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.error-box p {
  margin-bottom: 40px;
  color: rgba(51, 52, 72, 0.5);
}
.error-box img {
  margin-bottom: 50px;
}
.error-box .btn {
  text-transform: capitalize;
  min-width: 179px;
  padding: 10px 15px;
  border-radius: 12px;
}
.lock-user {
  margin-bottom: 20px;
}
.lock-user img {
  margin-bottom: 15px;
  width: 100px;
}
.voice-call-avatar {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
}
.voice-call-avatar .call-avatar {
  margin: 15px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px;
  background-color: #fff;
}
.call-duration {
  display: inline-block;
  font-size: 30px;
  margin-top: 4px;
  position: absolute;
  left: 0;
}
.voice-call-avatar .call-timing-count {
  padding: 5px;
}
.voice-call-avatar .username {
  font-size: 18px;
  text-transform: uppercase;
}
.call-icons {
  text-align: center;
  position: relative;
}
.call-icons .call-items {
  border-radius: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.call-icons .call-items .call-item {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.call-icons .call-items .call-item:last-child {
  margin-right: 0;
}
.call-icons .call-items .call-item a {
  color: #777;
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
}
.call-icons .call-items .call-item a i {
  width: 18px;
  height: 18px;
}
.user-video {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.user-video img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.user-video video {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.my-video {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}
.my-video ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.my-video ul li {
  float: left;
  width: 120px;
  margin-right: 10px;
}
.my-video ul li img {
  border: 3px solid #fff;
  border-radius: 6px;
}
.end-call {
  position: absolute;
  top: 7px;
  right: 0;
}
.end-call a {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  background-color: #f06060;
  padding: 8px 25px;
  text-transform: uppercase;
}
.call-users {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}
.call-users ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.call-users ul li {
  float: left;
  width: 80px;
  margin-left: 10px;
}
.call-users ul li img {
  border-radius: 6px;
  padding: 2px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.call-mute {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 6px;
  font-size: 30px;
  color: #fff;
  display: none;
  top: 0;
  border: 3px solid transparent;
}
.download-grp {
  display: flex;
  flex-wrap: wrap;
}
.call-users ul li a:hover .call-mute {
  display: block;
}
.call-details {
  margin: 10px 0 0px;
  display: flex;
}
.call-info {
  margin-left: 10px;
  width: 100%;
}
.call-user-details,
.call-timing {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.call-description {
  white-space: nowrap;
  vertical-align: bottom;
}
.call-timing {
  color: #a0a0a2;
  display: flex;
  font-size: 14px;
  margin-top: 1px;
  overflow: hidden;
  white-space: pre;
}
.content-full {
  height: 100%;
  position: relative;
  width: 100%;
}
.video-window .fixed-header {
  padding: 0;
  border: 0;
}
.video-window .fixed-header .nav > li > a {
  padding: 19px 15px;
}
.incoming-btns {
  margin-top: 20px;
}
.modal.custom-modal {
  background-color: rgba(0, 0, 0, 0.66);
}
.custom-modal .modal-content {
  border: 0;
  background-color: #fff;
}
.custom-modal .profile-widget {
  margin-bottom: 0;
}
.modal.custom-modal.modal-bg {
  background-color: rgba(0, 0, 0, 0.66);
}
.custom-modal.modal-bg .modal-content {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
}
.custom-modal .modal-body {
  padding: 30px;
}
.form-header {
  text-align: center;
  margin-bottom: 30px;
}
.notification-list .list-group-item {
  padding: 15px;
}
.notification-list .status-toggle {
  float: right;
}
.invoice-load-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.invoice-load-btn .btn {
  font-weight: 700;
  font-size: 14px;
  color: #009efb;
  min-width: 170px;
  padding: 10px 15px;
  background: #FFFFFF;
  border: 2px solid #009efb;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.invoice-load-btn .btn:hover span {
  border: 3px solid #ffffff7a;
  border-right-color: #fff;
}
.invoice-load-btn .btn:hover {
  background: #009efb;
  color: #fff;
}
.invoice-load-btn .btn span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  vertical-align: 0;
  border: 3px solid #9a55ff21;
  border-right-color: #009efb;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}
.invoices-grid-card .card-footer .badge {
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 18px;
}
.invoices-grid-card .bg-success-dark {
  background: #008F64;
}
.invoices-grid-card .bg-success-dark {
  background: #008F64;
}
.invoices-grid-card .bg-danger-dark {
  background: #FF0000;
}
.invoices-grid-card .bg-secondary-dark {
  background: #009efb;
}
.invoices-grid-card .bg-primary-dark {
  background: #2196f3;
}
.invoices-grid-card .text-sm {
  font-size: 14px;
}
.invoices-page-header {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 12px;
}
.page-header .breadcrumb {
  background-color: transparent;
  color: #6c757d;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0;
}
.invoices-page-header .invoices-breadcrumb-item i {
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 10px;
  margin-right: 10px;
  background: #008080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.invoices-create-btn .invoices-preview-link {
  font-weight: 500;
  color: #008080;
  margin-right: 30px;
  font-size: 15px;
}
.invoices-create-btn .delete-invoice-btn {
  background: #6c757d;
  margin-right: 10px;
}
.invoices-create-btn .btn {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  border-radius: 8px;
  padding: 10px 0px;
  min-width: 160px;
  position: relative;
}
.check:checked + .checktoggle {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.payment-details {
  width: 266px;
  border-radius: 4px;
  padding: 15px;
  background: #008080;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-details p {
  color: #fff;
  max-width: 140px;
  font-weight: 400;
  margin-bottom: 0;
}
.invoices-create-btn .save-invoice-btn {
  background: #008080;
}
.invoices-add-card {
  background: #FFFFFF;
  border-radius: 10px;
}
.invoices-main-form {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.invoices-main-form label {
  font-size: 14px;
}
.multipleSelection {
  position: relative;
  margin-bottom: 20px;
}
.invoices-form .multipleSelection .selectBox {
  border: 2px solid #008080;
  border-radius: 6px;
}
.multipleSelection #checkBoxes-one {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  margin-top: 10px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #F2ECFF;
  box-shadow: 0px 4px 44px rgb(231 234 252 / 75%);
  border-radius: 6px;
}
.invoice-details-title {
  font-weight: 500;
  font-size: 18px;
  color: #1B2559;
  margin-bottom: 0.5rem;
}
.invoice-details-box {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.invoice-inner-head {
  padding: 26px;
  border-bottom: 1px solid #E5E5E5;
}
.invoice-inner-head span {
  color: #1B2559;
  font-size: 14px;
}
.invoice-inner-head span a {
  font-weight: 500;
  color: #008080;
}
.invoice-inner-footer {
  padding: 0;
}
.invoice-inner-date {
  padding: 26px;
  border-right: 1px solid #E5E5E5;
}
.payment-details {
  width: 266px;
  border-radius: 4px;
  padding: 15px;
  background: #008080;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-details p {
  color: #fff;
  max-width: 140px;
  font-weight: 400;
  margin-bottom: 0;
}
.payment-details a {
  font-size: 26px;
  color: #fff;
}
.invoice-inner-footer .form-control {
  position: absolute;
  color: #009efb;
  background: transparent;
  border: 0;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 10px;
}
.invoice-inner-footer span {
  font-weight: 500;
  color: #1B2559;
  position: relative;
}
.invoice-inner-datepic {
  border: 0;
  padding-left: 0;
}
.invoices-form .form-control {
  height: 50px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
}
.invoice-info {
  margin-bottom: 20px;
}
.invoice-item .customer-text {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.invoice-item .customer-text a {
  font-size: 14px;
  color: #009efb;
  margin-left: 12px;
}
.invoice-item .invoice-details-two {
  text-align: left;
  color: #000;
  float: left;
}
.invoice-add-table h4 {
  font-weight: 600;
  font-size: 18px;
  color: #008080;
  margin-bottom: 30px;
}
.invoice-add-table .add-btns {
  color: #008080;
}
.invoice-add-table .copy-btn {
  color: #C4C4C4;
}
.invoice-add-table .remove-btn {
  color: #FF0000;
}
.invoice-fields .field-title {
  font-weight: 600;
  font-size: 16px;
  color: #1B2559;
  margin-bottom: 15px;
}
.field-box {
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
.field-box p {
  font-weight: 500;
  font-size: 14px;
  color: #1B2559;
  margin-bottom: 10px;
}
.field-box .btn {
  min-width: 266px;
  border-radius: 4px;
  padding: 30px 0;
}
.invoice-faq .faq-tab {
  padding-top: 10px;
}
.faq-tab .panel-title {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 14px;
}
.faq-tab .panel-title a {
  color: #C4C4C4;
}
.faq-tab .panel-title a.collapsed::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  top: 10px;
  color: #f09e9e;
  font-weight: 600;
  font-size: 14px;
}
.faq-tab .panel-title a:not(.collapsed)::after {
  color: #FF0000;
}
.invoice-total-card .invoice-total-title {
  font-weight: 600;
  font-size: 16px;
  color: #1B2559;
  margin-bottom: 15px;
}
.invoice-total-box {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
.invoice-total-inner {
  padding: 15px;
}
.invoice-total-box p {
  color: #1B2559;
  margin-bottom: 20px;
  position: relative;
  text-align: initial;
  font-size: 14px;
}
.invoice-total-box p span {
  float: right;
}
.invoice-total-box .add-links {
  font-weight: 500;
  color: #009efb;
  margin-bottom: 20px;
  display: block;
}
.invoice-total-box .service-trash-one {
  margin-top: 10px;
  color: #1B2559;
}
.invoice-total-footer {
  border-top: 1px solid #E5E5E5;
  padding: 15px;
}
.invoice-total-footer h4 {
  font-size: 16px;
  margin-bottom: 0;
  color: #008080;
  text-align: initial;
}
.invoice-total-footer h4 span {
  float: right;
}
.upload-sign {
  float: right;
  margin-top: 20px;
}
.service-upload {
  border: 2px dashed #E5E5E5;
  text-align: center;
  padding: 30px 0;
  background-color: #fff;
  position: relative;
  width: 330px;
}
.service-upload span {
  font-size: 15px;
  color: #858585;
  display: block;
}
.service-upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.upload-sign .btn {
  border-radius: 8px;
  min-width: 198px;
  padding: 10px 0;
}
.invoice-total-box .service-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.invoice-total-box .service-trash,
.invoice-total-box .service-trash1 {
  margin-bottom: 10px;
  color: #1B2559;
}
#show-invoices {
  display: none;
}
.invoice-total-box .service-trash i {
  color: #EC1361;
}
.check:checked + .checktoggles {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.check:checked + .checktoggles:after {
  background-color: #fff;
  left: 100%;
  transform: translate(calc(-100% - 5px), -50%);
}
.checktoggles:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition: left 300ms ease, transform 300ms ease;
}
.checktoggles {
  background-color: #C4C4C4;
  border: 1px solid #C4C4C4;
  border-radius: 12px;
  cursor: pointer;
  font-size: 0;
  height: 15px;
  margin-left: 10px;
  top: 3px;
  margin-bottom: 0;
  position: absolute;
  width: 30px;
  display: inline-block;
}
.invoice-total-box .add-links1,
.add-links-one {
  font-weight: 500;
  color: #008080;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}
.invoice-add-table th {
  background: #F8F9FA;
  padding: 15px;
  font-size: 14px;
}
.table > :not(:first-child) {
  border-top: 0;
}
td.add-remove {
  padding: 20px;
}
.add-remove i {
  font-size: 18px;
  cursor: pointer;
}
.bank-details .modal-content {
  border: 1px solid #F2ECFF;
  border-radius: 6px;
}
.bank-details .modal-header {
  border: 0;
  justify-content: space-between;
  padding: 30px;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #E5E5E5;
}
.bank-details .close {
  background: transparent;
  border: 0;
  color: #1B2559;
  font-size: 28px;
  line-height: normal;
  top: 20px;
  width: auto;
  height: auto;
  right: 20px;
}
.bank-details .modal-body {
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
.bank-details .bank-inner-details .form-control {
  height: 50px;
}
.bank-details .modal-footer {
  justify-content: end;
  padding: 30px;
}
.bank-details .modal-footer > * {
  margin: 0;
}
.bank-details-btn .bank-cancel-btn {
  background: #1B2559;
}
.bank-details-btn .bank-save-btn {
  background: #008080;
}
.bank-details-btn .btn {
  min-width: 160px;
  border-radius: 8px;
  padding: 10px 0;
  color: #fff;
}
.invoice-inner-footer .form-control {
  position: relative;
  color: #009efb;
  background: transparent;
  border: 0;
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 0 10px;
}
.invoice-inner-footer span {
  font-weight: 500;
  color: #1B2559;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.invoice-inner-date {
  padding: 8px 15px;
  border-right: 1px solid #E5E5E5;
}
.invoice-info-card {
  border-radius: 14px;
}
.invoice-item-one {
  border-bottom: 1px solid rgba(231, 234, 252, 0.75);
}
.faq-tab .panel-title a:hover {
  color: #1B2559;
}
.faq-tab .panel-title a:not(.collapsed)::after {
  color: #FF0000;
}
.faq-tab .panel-title a::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  top: 10px;
  color: #f09e9e;
  font-weight: 600;
  font-size: 14px;
}
.faq-tab .panel-body textarea {
  min-height: 100px;
  border: 0;
  border-radius: 0 0 4px 4px;
}
.faq-tab .panel-body {
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
}
.inovices-month-info {
  padding-top: 50px;
}
.invoice-add-table {
  padding-top: 20px;
  padding-bottom: 30px;
}
.invoice-item .invoice-logo {
  margin-bottom: 30px;
}
.invoice-item .invoice-logo img {
  width: auto;
  max-height: 52px;
}
.invoice-item .invoice-text h2 {
  color: #272b41;
  font-size: 36px;
  font-weight: 600;
}
.invoice-item .invoice-details {
  text-align: right;
  font-weight: 400;
}
.invoice-item .invoice-details strong {
  color: #272b41;
}
.invoice-item .invoice-details-two {
  text-align: left;
  color: #000;
  font-size: 13px;
}
.invoice-item .invoice-text {
  padding-top: 42px;
  padding-bottom: 36px;
}
.invoice-item .invoice-text h2 {
  font-weight: 400;
}
.invoice-info {
  margin-bottom: 20px;
}
.invoice-info p {
  margin-bottom: 0;
  color: rgba(51, 53, 72, 0.5);
  font-size: 14px;
}
.invoice-info.invoice-info2 {
  text-align: right;
}
.invoice-item .customer-text {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.invoice-item .customer-text a {
  font-size: 14px;
  color: #008080;
  margin-left: 12px;
}
.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
  color: #272b41;
  font-weight: 600;
  padding: 15px 20px;
  line-height: inherit;
}
.invoice-table tr td,
.invoice-table-two tr td {
  font-weight: 500;
}
.invoice-table-two {
  margin-bottom: 0;
}
.invoice-table-two tr th,
.invoice-table-two tr td {
  border-top: 0;
}
.invoice-table-two tr td {
  text-align: right;
}
.invoice-info h5 {
  font-size: 16px;
  font-weight: 500;
}
.other-info {
  margin-top: 10px;
}
.file {
  visibility: hidden;
  position: absolute;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.font-size-14 {
  font-size: 14px;
}
.invoice-info-card {
  border-radius: 14px;
}
.invoice-item-one {
  border-bottom: 1px solid rgba(231, 234, 252, 0.75);
}
.invoice-item-one .invoice-info {
  margin-bottom: 30px;
  text-align: right;
}
.customer-text-one {
  font-size: 16px;
  color: #1B2559;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.invoice-name {
  color: #1B2559;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.invoice-item-one .invoice-details {
  color: #1B2559;
  font-weight: 400;
}
.invoice-head h2 {
  font-weight: 600;
  font-size: 22px;
  color: #1B2559;
  text-transform: uppercase;
  margin-bottom: 0;
}
.invoice-head {
  margin-bottom: 30px;
}
.invoice-head p {
  font-weight: 400;
  font-size: 16px;
  color: #1B2559;
  margin-bottom: 0;
}
.invoice-item-two {
  padding-top: 30px;
  padding-bottom: 30px;
}
.invoice-item-two .invoice-details {
  color: #1B2559;
  font-weight: 400;
  width: 100%;
}
.invoice-item-box {
  background: #55ddff30;
  border-radius: 5px;
  padding: 15px;
  width: 200px;
  float: right;
  margin-top: 20px;
}
.invoice-item-box p {
  color: #1B2559;
  font-weight: 400;
  margin-bottom: 10px;
}
.invoice-issues-box {
  background: #008080;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
.invoice-issues-date {
  padding-top: 20px;
  padding-bottom: 20px;
}
.invoice-issues-date p {
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.invoice-table-wrap {
  margin-bottom: 30px;
}
.invoice-table > thead > tr > th {
  background: #F5F7FF;
  border-top: 0;
  font-weight: 500;
  font-size: 14px;
  color: #1B2559;
}
.invoice-table > tbody > tr > td {
  font-weight: 400;
  color: #1B2559;
  padding: 15px 20px;
  font-size: 14px;
}
.invoice-terms {
  margin-bottom: 30px;
}
.invoice-total-inner input[type=checkbox] {
  display: none;
}
.invoice-total-inner.showCheckBoxDiv input[type=checkbox] {
  display: block;
}
.invoice-terms h6 {
  font-weight: 500;
  font-size: 15px;
  color: #1B2559;
  margin-bottom: 6px;
}
.invoice-terms p {
  font-weight: 400;
  font-size: 14px;
  color: #8F9BBA;
}
.invoice-sign {
  padding-top: 30px;
}
.invoice-sign span {
  color: #1B2559;
  margin-top: 18px;
}
.invoice-item-bg {
  background: #008080;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.invoice-circle-img {
  position: relative;
}
.invoice-circle-img .invoice-circle1 {
  position: absolute;
  left: 0;
  opacity: 0.1;
}
.invoice-circle-img .invoice-circle2 {
  position: absolute;
  right: 0;
  opacity: 0.1;
}
.invoice-item-bg .invoice-info {
  border-right: 1px solid #fff;
  padding: 30px;
  margin-top: 20px;
  text-align: initial;
  display: flow-root;
}
.invoice-payment-box {
  text-align: left;
}
.invoice-item-bg .customer-text-one {
  color: #fff;
}
.invoice-item-bg .invoice-name {
  color: #fff;
}
.invoice-item-bg .invoice-details-two {
  color: #fff;
}
.invoice-item-bg .invoice-info-one p {
  color: #fff;
  margin-bottom: 10px;
}
.invoice-sign-box {
  margin-top: 30px;
  text-align: initial;
}
.invoice-payment-box h4 {
  font-weight: 600;
  font-size: 16px;
  color: #1B2559;
  margin-bottom: 16px;
}
.invoice-payment-box .payment-details {
  background: transparent;
  border: 2px dashed #009efb;
}
.invoice-payment-box .payment-details p {
  font-weight: 600;
  font-size: 15px;
  color: #1B2559;
}
.invoices-preview .modal-body {
  padding: 0;
}
.settings-menu {
  margin-bottom: 30px;
}
.settings-menu ul {
  display: block;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.settings-menu ul li a.active {
  color: #008080 !important;
  border: 0;
}
.settings-menu ul li {
  margin-bottom: 15px;
}
.settings-menu ul li:last-child {
  margin-bottom: 0;
}
.settings-menu ul li a {
  color: #1B2559;
  padding: 0;
  border: 0 !important;
  display: inline-block;
}
.invoices-upload-btn {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  color: #000000;
  cursor: pointer;
  font-weight: 400;
  padding: 15px 15px;
  position: relative;
  width: 100%;
  height: 50px;
}
.invoices-upload-btn .upload {
  position: absolute;
  background: #008080;
  border-radius: 4px;
  right: 6px;
  top: 8px;
  width: 136px;
  height: 32px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.invoices-upload-btn .hide-input {
  position: relative;
  z-index: 1;
  cursor: pointer;
  min-height: auto;
  padding-left: 4px;
  padding-top: 0;
  line-height: 10px;
  width: 100%;
  opacity: 0;
}
.invoice-setting-btn .cancel-btn {
  background: #6c757d;
}
.invoice-setting-btn .btn {
  min-width: 160px;
  padding: 10px 0;
  color: #fff;
  border-radius: 8px;
  border: 0;
}
.invoice-setting-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.paid-continue-btn {
  background-color: #008080;
  border: 1px solid #008080;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px;
  text-align: center;
}
.paid-cancel-btn {
  background-color: #fff;
  border: 1px solid #008080;
  border-radius: 5px;
  color: #008080;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px;
  text-align: center;
}
.invoices-page-header .invoices-breadcrumb-item a {
  font-weight: 500;
  color: #008080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.page-header {
  margin-bottom: 1.875rem;
}
.invoices-table.custom-table tbody tr {
  box-shadow: none;
}
.invoices-table.custom-table tbody tr td {
  vertical-align: middle;
}
.invoices-table.custom-table thead tr th {
  color: #333448;
}
.add-table-invoice {
  background: rgba(46, 55, 164, 0.05);
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.add-table-invoice i {
  color: #008080;
}
.grand-totals tr td:first-child {
  width: 75%;
}
.custom-table .bold-total td {
  font-weight: 600;
}
.custom-table .bold-total .form-control {
  font-weight: 600;
}
.invoice-clinic li {
  color: rgba(51, 53, 72, 0.5);
  font-size: 14px;
  font-weight: 500;
}
.invoice-details h3 {
  font-size: 14px;
  font-weight: 700;
}
.invoice-details h4 {
  font-size: 14px;
  font-weight: 600;
}
.invoice-details h4 span {
  font-weight: 500;
  color: rgba(51, 53, 72, 0.5);
}
.bold-total-invoice h5 {
  font-size: 22px;
  color: #333448;
  font-weight: 600;
}
.total-fonts tr td {
  color: rgba(51, 53, 72, 0.5);
  font-weight: 500;
}
.invoice-head-clinic {
  border-bottom: 2px solid rgba(46, 55, 164, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.invoice-counts h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.invoice-counts h4 span {
  font-size: 15px;
  font-weight: 500;
  color: rgb(51 53 72 / 50%);
}
.invoice-counts a {
  padding: 3px 23px;
  font-size: 15px;
  border-radius: 8px;
  margin-left: 15px;
}
.chat-sidebar {
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  width: 300px;
}
.chat-sidebar .chat-contents {
  background-color: #fff;
}
.chat-sidebar .chat-left .chat-content {
  border: 0;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  max-width: 100%;
}
.chat-sidebar .chat-left .chat-body {
  margin-left: 50px;
  padding-right: 0;
}
.chat-sidebar .chat-date {
  background-color: #fff;
}
.chat-sidebar .chats {
  padding: 15px 15px 30px;
}
.chat-sidebar .avatar {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.chat-sidebar .chat.chat-left {
  margin-bottom: 20px;
}
.chat-sidebar .chat.chat-left:last-child {
  margin-bottom: 0;
}
.chat-sidebar .chat-left .chat-time {
  color: #888;
  display: inline-block;
  font-size: 11px;
}
.chat-sidebar .chat-content > p {
  font-size: 13px;
  margin-bottom: 0;
}
.chat-sidebar.opened {
  margin-right: 0;
}
.lg-backdrop {
  z-index: 1041;
}
#lightgallery .img-thumbnail {
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}
.settings-menu-links .nav-tabs.menu-tabs {
  border: none;
  margin-bottom: 20px;
  margin-top: 20px;
}
.nav-tabs.menu-tabs .nav-item {
  padding-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.nav-tabs.menu-tabs .nav-item.active .nav-link {
  color: #fff;
  background: #008080;
}
.nav-tabs.menu-tabs .nav-link {
  position: relative;
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  background: rgb(46 55 164 / 53%);
}
.card .card-header .card-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.settings-form {
  margin-top: 20px;
}
.settings-label {
  margin-bottom: 10px;
  font-size: 13px;
}
.settings-btn {
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  color: #000000;
  cursor: pointer;
  font-weight: 400;
  padding: 15px 15px;
  position: relative;
  width: 100%;
  height: 46px;
}
.settings-btn .hide-input {
  position: relative;
  z-index: 1;
  cursor: pointer;
  min-height: auto;
  padding-left: 4px;
  padding-top: 0;
  line-height: 10px;
  width: 100%;
  opacity: 0;
}
.settings-btn .upload {
  position: absolute;
  z-index: 11;
  background: #008080;
  border-radius: 5px;
  right: 2px;
  top: 1.5px;
  width: 41px;
  height: 41px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.settings-size {
  font-size: 13px;
  color: #131523;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 0;
}
.settings-size span {
  font-weight: 700;
}
.upload-images {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  display: flex;
  margin-top: 30px;
  width: 196px;
  height: 78px;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}
.upload-images img {
  max-height: 45px;
  width: auto;
}
.upload-images .btn-icon {
  color: #00d3c7;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  padding: 0;
  width: 20px;
  height: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: 0px;
  top: 0px;
  justify-content: center;
  -webkit-justify-content: center;
}
.invoice-load-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.invoice-load-btn .btn {
  font-weight: 700;
  font-size: 14px;
  color: #00d3c7;
  min-width: 170px;
  padding: 10px 15px;
  background: #FFFFFF;
  border: 2px solid #00d3c7;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.invoice-load-btn .btn span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  vertical-align: 0;
  border: 3px solid rgb(0 211 199 / 57%);
  border-right-color: #00d3c7;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}
.upload-size {
  width: 82px;
  height: 82px;
}
.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.checktoggle {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 48px;
}
.checktoggle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: left 300ms ease, transform 300ms ease;
}
.check:checked + .checktoggle {
  background-color: #008080;
  border: 1px solid #008080;
}
.star-red {
  color: #ff0000;
}
form .btn-gradient-primary {
  font-size: 14px;
  padding: 8px 40px;
  color: #fff;
}
form .btn-secondary {
  font-size: 14px;
  padding: 7px 30px;
  color: #fff;
}
.check:checked + .checktoggle:after {
  background-color: #fff;
  left: 100%;
  transform: translate(calc(-100% - 5px), -50%);
}
.card-header {
  padding: 15px;
}
.settings-form .custom_radio {
  color: #000;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.9375rem;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.settings-form .custom_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #008080;
  border-radius: 50%;
}
.custom_radio input:checked ~ .checkmark::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.settings-form .custom_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #008080;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.settings-form .social-icon {
  width: 50px;
  height: 42px;
  margin-right: 6px;
  color: #fff;
  background: #008080;
  border: 1px solid #008080;
  border-radius: 5px;
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 4px;
}
.settings-form .links-cont .social-icon::after {
  content: "";
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
  margin-left: 4px;
}
.settings-form .trash {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #008080;
  color: #fff;
  position: relative;
  font-size: 16px;
  margin-left: 6px;
}
.add-links {
  background-color: #008080;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 26px;
  border-radius: 4px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput input::placeholder {
  font-size: 14px;
}
.settings-form .bootstrap-tagsinput .tag {
  margin-right: 5px;
  margin-bottom: 0px;
  color: #000000;
  background: #E4E4E4 !important;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
}
.settings-form .bootstrap-tagsinput {
  display: block;
  color: #333;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  box-shadow: unset;
  min-height: 46px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 4px;
}
.form-row.links-cont {
  margin-bottom: 0px;
}
textarea.form-control {
  resize: vertical;
}
textarea.form-control {
  height: auto;
}
.settings-form .input-block label {
  margin-bottom: 10px;
  font-size: 13px;
}
.card.invoices-grid-card .card-footer {
  background-color: #fff;
}
.card-block tr th,
.card-block tr td {
  font-size: 14px;
}
.modal-body label {
  font-size: 13px;
}
.avatar {
  width: 34px;
  height: 34px;
}
.avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}
.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}
.avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}
.avatar-xxl {
  width: 8rem;
  height: 8rem;
}
.avatar-xl {
  width: 5rem;
  height: 5rem;
}
.avatar-lg {
  width: 3.75rem;
  height: 3.75rem;
}
.avatar.shape {
  border-radius: 6px;
}
.avatar.shape img {
  border-radius: 6px;
}
.avatar.avatar-online::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #55ce63;
}
.avatar.avatar-offline::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f62d51;
}
.avatar.avatar-away::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffbc34;
}
.avatar-group .avatar {
  margin-right: 0;
  margin-left: -10px;
}
.avatar-group .avatar:first-child {
  margin-right: 0;
  margin-left: 0;
}
.note-editor.note-frame .note-statusbar {
  border-top: 0;
}
.bootstrap-datetimepicker-widget {
  font-size: 13px;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #7638ff;
}
.bg-primary-light {
  background-color: rgba(17, 148, 247, 0.12) !important;
  color: #2196f3 !important;
}
.bg-danger-light {
  background-color: rgb(255 218 218 / 49%) !important;
  color: #FF0000 !important;
}
.bg-purple-light {
  background-color: rgba(197, 128, 255, 0.12) !important;
  color: #c580ff !important;
}
.bg-default-light {
  background-color: rgba(40, 52, 71, 0.12) !important;
  color: #283447 !important;
}
.card-two {
  border: 1px solid #DBDFEA;
  border-radius: 5px;
}
.badge-soft-primary {
  color: #405189;
  background-color: rgba(64, 81, 137, .1);
}
.badge-soft-secondary {
  color: #3577f1;
  background-color: rgba(53, 119, 241, .1);
}
.badge-soft-success {
  color: #0ab39c;
  background-color: rgba(10, 179, 156, .1);
}
.badge-soft-info {
  color: #299cdb;
  background-color: rgba(41, 156, 219, .1);
}
.badge-soft-warning {
  color: #f7b84b;
  background-color: rgba(247, 184, 75, .1);
}
.badge-soft-danger {
  color: #f06548;
  background-color: rgba(240, 101, 72, .1);
}
.badge-soft-dark {
  color: #212529;
  background-color: rgba(33, 37, 41, .1);
}
.badge-soft-light {
  color: #f3f6f9;
  background-color: rgba(243, 246, 249, .1);
}
.badge-outline-primary {
  color: #405189;
  border: 1px solid #405189;
  background-color: transparent;
}
.badge-outline-secondary {
  color: #3577f1;
  border: 1px solid #3577f1;
  background-color: transparent;
}
.badge-outline-success {
  color: #0ab39c;
  border: 1px solid #0ab39c;
  background-color: transparent;
}
.badge-outline-info {
  color: #299cdb;
  border: 1px solid #299cdb;
  background-color: transparent;
}
.badge-outline-warning {
  color: #f7b84b;
  border: 1px solid #f7b84b;
  background-color: transparent;
}
.badge-outline-danger {
  color: #f06548;
  border: 1px solid #f06548;
  background-color: transparent;
}
.badge-outline-dark {
  color: #212529;
  border: 1px solid #212529;
  background-color: transparent;
}
.badge-outline-light {
  color: #f3f6f9;
  border: 1px solid #f3f6f9;
  background-color: transparent;
}
.badge-gray-outline {
  background-color: #fff;
  border: 1px solid blue;
  color: gray;
}
.badge-gradient-primary {
  background:
    linear-gradient(
      135deg,
      #405189 0,
      #0ab39c 100%);
}
.badge-gradient-secondary {
  background:
    linear-gradient(
      135deg,
      #3577f1 0,
      #299cdb 100%);
}
.badge-gradient-success {
  background:
    linear-gradient(
      135deg,
      #0ab39c 0,
      #f7b84b 100%);
}
.badge-gradient-danger {
  background:
    linear-gradient(
      135deg,
      #f06548 0,
      #3577f1 100%);
}
.badge-gradient-warning {
  background:
    linear-gradient(
      135deg,
      #f7b84b 0,
      #eb990a 100%);
}
.badge-gradient-info {
  background:
    linear-gradient(
      135deg,
      #299cdb 0,
      #0ab39c 100%);
}
.badge-gradient-dark {
  background:
    linear-gradient(
      135deg,
      #212529 0,
      #405189 100%);
}
.breadcrumb.breadcrumb-colored {
  padding: 15px;
  border-radius: 5px;
}
.breadcrumb.breadcrumb-colored.bg-primary {
  background: #008080 !important;
}
.breadcrumb.breadcrumb-colored.bg-primary li {
  color: #fff;
}
.breadcrumb.breadcrumb-colored.bg-primary li a {
  color: #fff;
}
.breadcrumb.breadcrumb-colored.bg-secondary {
  background: #00D3C7 !important;
}
.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background: #008080;
}
.irs--flat .irs-handle > i:first-child {
  background: #008080;
}
.irs--sharp .irs-handle,
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single,
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  background: #00D3C7;
}
.irs--sharp .irs-handle > i:first-child {
  border-top-color: #00D3C7;
}
.ribbon-primary {
  background: #008080;
}
.ribbon-primary.ribbon-corner:before {
  border-top-color: #008080;
  border-left-color: #008080;
}
.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #008080;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #008080;
}
.ribbon-primary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #43f;
  border-right-color: #43f;
}
.ribbon-primary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #43f;
  border-left-color: #43f;
}
.ribbon-primary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #43f;
  border-right-color: #43f;
}
.ribbon-primary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #43f;
  border-right-color: transparent;
  border-left-color: #43f;
}
.ribbon-bookmark.ribbon-primary:before {
  border-color: #008080;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #008080;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
  border-right-color: #f73164;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #51bb25;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #dc3545;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #008080;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-light:before {
  border-right-color: #f4f4f4;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-dark:before {
  border-right-color: #2c323f;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #f8d62b;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-secondary:before {
  border-color: #f73164;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-success:before {
  border-color: #51bb25;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-danger:before {
  border-color: #dc3545;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-info:before {
  border-color: #008080;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-light:before {
  border-color: #f4f4f4;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-dark:before {
  border-color: #2c323f;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-warning:before {
  border-color: #f8d62b;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
  border-right-color: #008080;
  border-bottom-color: transparent;
}
.ribbon-secondary {
  background: #f73164;
  background: #f73164;
}
.ribbon-secondary.ribbon-corner:before {
  border-top-color: #f73164;
  border-left-color: #f73164;
}
.ribbon-secondary.ribbon-corner.ribbon-right:before {
  border-right-color: #f73164;
  border-left-color: transparent;
}
.ribbon-secondary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f73164;
}
.ribbon-secondary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #ec0944;
  border-right-color: #ec0944;
}
.ribbon-secondary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #ec0944;
  border-left-color: #ec0944;
}
.ribbon-secondary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ec0944;
  border-right-color: #ec0944;
}
.ribbon-secondary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #ec0944;
  border-right-color: transparent;
  border-left-color: #ec0944;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {
  border-right-color: #f73164;
  border-bottom-color: transparent;
}
.ribbon-success {
  background: #51bb25;
  background: #51bb25;
}
.ribbon-success.ribbon-corner:before {
  border-top-color: #51bb25;
  border-left-color: #51bb25;
}
.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #51bb25;
  border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #51bb25;
}
.ribbon-success.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #3f901d;
  border-right-color: #3f901d;
}
.ribbon-success.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #3f901d;
  border-left-color: #3f901d;
}
.ribbon-success.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #3f901d;
  border-right-color: #3f901d;
}
.ribbon-success.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #3f901d;
  border-right-color: transparent;
  border-left-color: #3f901d;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {
  border-right-color: #51bb25;
  border-bottom-color: transparent;
}
.ribbon-danger {
  background: #dc3545;
  background: #dc3545;
}
.ribbon-danger.ribbon-corner:before {
  border-top-color: #dc3545;
  border-left-color: #dc3545;
}
.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #dc3545;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #dc3545;
}
.ribbon-danger.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #bd2130;
  border-right-color: #bd2130;
}
.ribbon-danger.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #bd2130;
  border-left-color: #bd2130;
}
.ribbon-danger.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #bd2130;
  border-right-color: #bd2130;
}
.ribbon-danger.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #bd2130;
  border-right-color: transparent;
  border-left-color: #bd2130;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {
  border-right-color: #dc3545;
  border-bottom-color: transparent;
}
.ribbon-info {
  background: #008080;
  background: #008080;
}
.ribbon-info.ribbon-corner:before {
  border-top-color: #008080;
  border-left-color: #008080;
}
.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #008080;
  border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #008080;
}
.ribbon-info.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #9106e7;
  border-right-color: #9106e7;
}
.ribbon-info.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #9106e7;
  border-left-color: #9106e7;
}
.ribbon-info.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #9106e7;
  border-right-color: #9106e7;
}
.ribbon-info.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #9106e7;
  border-right-color: transparent;
  border-left-color: #9106e7;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-right-color: #008080;
  border-bottom-color: transparent;
}
.ribbon-light {
  background: #f4f4f4;
  background: #f4f4f4;
}
.ribbon-light.ribbon-corner:before {
  border-top-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.ribbon-light.ribbon-corner.ribbon-right:before {
  border-right-color: #f4f4f4;
  border-left-color: transparent;
}
.ribbon-light.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f4f4f4;
}
.ribbon-light.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #dbdbdb;
  border-right-color: #dbdbdb;
}
.ribbon-light.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #dbdbdb;
  border-left-color: #dbdbdb;
}
.ribbon-light.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #dbdbdb;
  border-right-color: #dbdbdb;
}
.ribbon-light.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #dbdbdb;
  border-right-color: transparent;
  border-left-color: #dbdbdb;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-light:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {
  border-right-color: #f4f4f4;
  border-bottom-color: transparent;
}
.ribbon-dark {
  background: #2c323f;
  background: #2c323f;
}
.ribbon-dark.ribbon-corner:before {
  border-top-color: #2c323f;
  border-left-color: #2c323f;
}
.ribbon-dark.ribbon-corner.ribbon-right:before {
  border-right-color: #2c323f;
  border-left-color: transparent;
}
.ribbon-dark.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #2c323f;
}
.ribbon-dark.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #171a21;
  border-right-color: #171a21;
}
.ribbon-dark.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #171a21;
  border-left-color: #171a21;
}
.ribbon-dark.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #171a21;
  border-right-color: #171a21;
}
.ribbon-dark.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #171a21;
  border-right-color: transparent;
  border-left-color: #171a21;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {
  border-right-color: #2c323f;
  border-bottom-color: transparent;
}
.ribbon-warning {
  background: #f8d62b;
  background: #f8d62b;
}
.ribbon-warning.ribbon-corner:before {
  border-top-color: #f8d62b;
  border-left-color: #f8d62b;
}
.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #f8d62b;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f8d62b;
}
.ribbon-warning.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #e8c308;
  border-right-color: #e8c308;
}
.ribbon-warning.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #e8c308;
  border-left-color: #e8c308;
}
.ribbon-warning.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #e8c308;
  border-right-color: #e8c308;
}
.ribbon-warning.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #e8c308;
  border-right-color: transparent;
  border-left-color: #e8c308;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {
  border-right-color: #f8d62b;
  border-bottom-color: transparent;
}
.ribbon-wrapper {
  position: relative;
  padding-top: 40px;
}
.ribbon-wrapper .card-body,
.ribbon-vertical-left-wrapper .card-body,
.ribbon-vertical-right-wrapper .card-body {
  position: unset;
}
.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: 0px;
  color: #fff;
  z-index: 1;
}
.ribbon-right {
  left: auto;
  right: -2px;
}
.ribbon-vertical-left-wrapper {
  padding-left: 40px;
  position: relative;
}
.ribbon-vertical-left {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
}
.ribbon-vertical-right-wrapper {
  padding-right: 40px;
}
.ribbon-vertical-right {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  top: -2px;
  left: auto;
  right: 12px;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:after {
  clear: both;
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid #e9ecef;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #e9ecef;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 1;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
  content: " ";
  display: table;
}
.timeline-badge.primary {
  background-color: #fb9678;
}
.timeline-badge.success {
  background-color: #00c292;
}
.timeline-badge.warning {
  background-color: #fec107;
}
.timeline-badge.danger {
  background-color: #e46a76;
}
.timeline-badge.info {
  background-color: #03a9f3;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 30px;
  height: 2px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .events a {
  padding-bottom: 6px;
  color: #008080;
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  border-color: #008080;
  background-color: #008080;
  border-color: #008080;
}
.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #008080;
}
.cd-horizontal-timeline .m-t-40 {
  margin-top: 25px !important;
}
.cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .timeline:before {
  content: " ";
  display: none;
  bottom: 0;
  left: 0%;
  width: 0px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #008080;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: 600;
  margin-bottom: 0px;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
.cd-horizontal-timeline .events-content p {
  font-size: 16px;
}
.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
  background: #008080;
}
.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  list-style: none;
}
.cd-timeline-navigation a:hover,
.cd-timeline-navigation a:focus {
  border-color: #008080;
}
.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
  color: #008080;
}
.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
  quotes: none;
}
.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before,
.cd-horizontal-timeline q:after {
  content: "";
  content: none;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #008080;
  border-color: #008080;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("./media/arrow.svg") no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 30px;
}
.h-250 {
  height: 250px;
}
.icons-list {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icons-list li {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgb(215, 197, 255);
  border: 1px solid #e6ebf1;
  color: #008080;
  margin: 5px;
}
.custom-file-container {
  box-sizing: border-box;
  position: relative;
  display: block;
}
.custom-file-container label {
  color: #008080;
}
.custom-file-container__custom-file {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
  margin-top: 5px;
}
.custom-file-container__custom-file:hover {
  cursor: pointer;
}
.custom-file-container__custom-file__custom-file-input {
  box-sizing: border-box;
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-container__custom-file__custom-file-input:focus ~ span {
  outline: 1px dotted #dddde0;
  outline: 0px auto -webkit-focus-ring-color;
}
.custom-file-container__custom-file__custom-file-control {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: auto;
  overflow: hidden;
  line-height: 1.5;
  -webkit-user-select: none;
  user-select: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  height: auto;
  border: 1px solid #f1f2f3;
  color: #3b3f5c;
  font-size: 15px;
  padding: 8px 10px;
  letter-spacing: 1px;
  background-color: #f1f2f3;
}
.custom-file-container__custom-file__custom-file-control__button {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  display: block;
  height: auto;
  padding: 10px 16px;
  line-height: 1.25;
  background-color: #bdbdbd;
  color: #ffffff;
  border-left: 1px solid #e0e6ed;
  box-sizing: border-box;
}
.custom-file-container__image-preview {
  box-sizing: border-box;
  margin-top: 54px;
  margin-bottom: 40px;
  height: 250px;
  width: 100%;
  border-radius: 4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  overflow: auto;
  padding: 15px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-file-container__image-multi-preview {
  position: relative;
  box-sizing: border-box;
  border-radius: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin: 1.858736%;
  width: 29.615861214%;
  height: 90px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-file-container__image-multi-preview__single-image-clear {
  background: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-top: -6px;
  border-radius: 50%;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
  position: absolute;
  left: -6px;
}
.custom-file-container__image-multi-preview__single-image-clear:hover {
  background: #cbcbbd;
  cursor: pointer;
}
.custom-file-container__image-multi-preview__single-image-clear__icon {
  color: #008080;
  display: block;
  margin-top: -2px;
}
.note-editor.card {
  padding: 0.5rem;
  margin-bottom: 0;
}
.note-toolbar.card-header {
  padding: 0;
  padding-bottom: 0.5rem;
}
.nav-pills .nav-link {
  background: rgba(46, 55, 164, 0.05);
  color: #008080;
}
.nav-pills .nav-link.active {
  background: #008080;
  color: #fff;
}
.navtab-bg li {
  margin-right: 5px;
}
.btn-outline-light,
.btn:disabled {
  color: #ababab;
  border-color: #e6e6e6;
}
.card-buttons .btn.btn-secondary {
  background: #00d3c7 !important;
  border-color: #00d3c7;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 0;
  height: 0;
  width: 100%;
  cursor: ns-resize;
  background: transparent;
  border: 0;
}
.wizard .nav-tabs {
  position: relative;
  margin-top: 20px;
  border: 0;
  margin-bottom: 30px;
}
.wizard .nav-item {
  position: relative;
}
.wizard .nav-item .nav-link {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  color: #5156be;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid rgba(81, 86, 190, 0.2);
}
.wizard .nav-tabs li:first-child::after {
  display: none;
}
.wizard .nav-item .nav-link.active {
  background: #e9e9ef;
  color: #5156be;
  border: 1px solid rgba(81, 86, 190, 0.2);
}
.wizard .nav-tabs li:after {
  content: "";
  width: 75%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  background: #e9e9ef;
  height: 2px;
  left: -30%;
  top: 38%;
  z-index: 1;
}
.alertify .ajs-footer {
  border-top: 1px solid #eee;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  font-weight: 500;
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #008080;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}
.alertify .ajs-body .ajs-content .ajs-input {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 4px;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.alertify .ajs-body .ajs-content .ajs-input:focus-visible {
  outline: 0;
}
.alertify .ajs-commands {
  right: 4px;
  left: auto;
  margin: -14px 0 0 24px;
}
.alertify .ajs-header {
  border-bottom: 1px solid #eee;
}
.alertify-notifier .ajs-message {
  background-color: #008080;
  border-color: #008080;
  color: #ffffff;
  text-shadow: none !important;
}
.alertify-notifier .ajs-message.ajs-success {
  background-color: #26af48;
  border-color: #26af48;
}
.alertify-notifier .ajs-message.ajs-error {
  background-color: #008080;
  border-color: #008080;
}
.alertify-notifier .ajs-message.ajs-warning {
  background-color: #ffbf53;
  border-color: #ffbf53;
}
.alertify-notifier.ajs-right {
  right: 10px;
  left: auto;
}
.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
  left: auto;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
  left: auto;
}
.alertify-notifier.ajs-left {
  left: 10px;
  right: auto;
}
.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
  right: auto;
}
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
  right: auto;
}
body[data-layout-mode=dark] .alertify .ajs-dialog {
  background-color: #313533;
}
body[data-layout-mode=dark] .alertify .ajs-body {
  color: #adb5bd;
}
body[data-layout-mode=dark] .alertify .ajs-body .ajs-content .ajs-input {
  color: #adb5bd;
  background-color: #363a38;
  border: 1px solid #3b403d;
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button {
  color: #adb5bd;
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #008080;
}
body[data-layout-mode=dark] .alertify .ajs-footer,
body[data-layout-mode=dark] .alertify .ajs-header {
  color: #ced4da;
  background-color: #313533;
  border-color: #3b403d;
}
.swal2-actions button {
  margin-right: 10px;
}
.select2-container {
  min-width: 100% !important;
  width: auto !important;
}
.breadcrumb {
  position: relative;
}
.card-buttons .breadcrumb .breadcrumb-item {
  position: relative;
}
.card-buttons .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
  display: block;
  padding-right: 5px;
}
.card-buttons .breadcrumb.breadcrumb-dot .breadcrumb-item + .breadcrumb-item::before {
  content: ".";
  font-size: 25px;
  position: relative;
  top: -13px;
}
.card-buttons .breadcrumb {
  background-color: transparent;
  color: #6c757d;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.card-buttons .breadcrumb-colored {
  margin: 0 0 10px;
  padding: 12px 16px;
  border-radius: 4px;
}
.btn-primary span {
  color: #fff;
}
.btn.btn-primary:disabled {
  color: #fff;
}
.swal2-header .swal2-title {
  font-size: 22px;
}
.auth-logo {
  display: flex;
  justify-content: center;
}
.modal-dialog.modal-bottom {
  display: flex;
  align-items: end;
  height: 90%;
}
.modal-dialog.modal-right {
  margin-right: 50px;
}
.sidebar .logout-btn {
  margin-top: 0;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  border-bottom: 1px solid #fff;
}
.dataTables_paginate .paginate_button {
  background: #e9ecef !important;
}
.dataTables_paginate .paginate_button.previous {
  border-radius: 5px 0 0 5px;
}
.dataTables_paginate .paginate_button.next {
  border-radius: 0 5px 5px 0;
}
#DataTables_Table_0_wrapper .dt-layout-row:first-child {
  display: none;
}
#DataTables_Table_0_wrapper .dt-layout-row:last-child {
  padding: 0 20px;
}
#DataTables_Table_1_wrapper .dt-layout-row:first-child {
  display: none;
}
#DataTables_Table_1_wrapper .dt-layout-row:last-child {
  padding: 0 20px;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: unset;
}
.dt-paging-button.disabled.first,
.dt-paging-button.disabled.last {
  display: none !important;
}
.dt-paging-button.previous {
  background: #e9ecef !important;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 5px 0 0 5px !important;
  margin: 0 !important;
}
.dt-paging-button.next {
  background: #e9ecef !important;
  padding: 5px 15px;
  font-size: 14px;
  margin: 0 !important;
  border-radius: 0 5px 5px 0 !important;
}
div.dt-container .dt-paging .dt-paging-button.current {
  background: #008080 !important;
  border-color: #008080 !important;
  padding: 0;
  color: #fff !important;
  padding: 5px 15px !important;
  margin: 0 !important;
}
div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: #00d3c7 !important;
  border-color: #00d3c7 !important;
  color: #fff !important;
}
.datatable tr th:hover {
  outline: 0 !important;
}
#DataTables_Table_0_info {
  font-size: 14px;
}
.swal2-actions .swal2-confirm.btn:active {
  background-color: #008080;
  border-color: #008080;
}
.swal2-confirm {
  margin-right: 5px;
}
button.swal2-confirm {
  background: #008080;
  border: 1px solid #008080;
  color: #fff;
  border-radius: 5px;
  padding: 0.5rem 0.85rem;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
button.swal2-cancel {
  background: #E70D0D;
  border: 1px solid #E70D0D;
  color: #fff;
  border-radius: 5px;
  padding: 0.5rem 0.85rem;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
@media only screen and (min-width: 991px) {
  #toggle_btn {
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 70px;
    padding: 0 10px;
  }
  .user-active .call-imgs {
    width: 100%;
  }
  .join-video.user-active {
    height: auto;
  }
  .single-user .call-imgs {
    width: 100%;
  }
  .mini-sidebar .header-left .logo span {
    display: none;
  }
  .mini-sidebar .header .header-left {
    padding: 0 5px;
    width: 60px;
  }
  .mini-sidebar .sidebar {
    width: 60px;
  }
  .mini-sidebar.expand-menu .sidebar {
    width: 230px;
  }
  .mini-sidebar .menu-title {
    visibility: hidden;
    white-space: nowrap;
  }
  .mini-sidebar.expand-menu .menu-title {
    visibility: visible;
  }
  .modal-open .mini-sidebar .sidebar {
    z-index: 1051;
  }
  .mini-sidebar .sidebar .sidebar-menu ul > li > a span {
    display: none;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
    display: inline;
    opacity: 1;
  }
  .mini-sidebar .page-wrapper {
    margin-left: 60px;
  }
  .mini-sidebar .sidebar .sidebar-menu ul > li > a span.menu-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .mini-sidebar .sidebar-menu > ul > li > a {
    padding: 12px 10px;
  }
  .mini-sidebar.expand-menu .sidebar-menu > ul > li > a {
    padding: 12px 20px;
  }
  .mini-sidebar .sidebar-menu .logout-btn a {
    padding: 12px 10px;
  }
  .mini-sidebar.expand-menu .sidebar-menu .logout-btn a {
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md {
    width: 500px;
  }
  .nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified.nav-tabs-top > li > a,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
  .nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-top > li > a,
  .nav-tabs.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
  .nav-tabs.nav-tabs-top > li + li > a {
    margin-left: 1px;
  }
  .nav-tabs.nav-tabs-top > li > a.active,
  .nav-tabs.nav-tabs-top > li > a.active:hover,
  .nav-tabs.nav-tabs-top > li > a.active:focus {
    border-top-color: #008080;
  }
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: -1px;
  }
  .nav-tabs.nav-tabs-bottom > li > a.active,
  .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #009efb;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
  }
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: -1px;
  }
  .nav-tabs.nav-tabs-bottom > li > a.active,
  .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #008080;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
  }
  .nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
  }
  .nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-solid > li > a {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-solid > li > a:hover,
  .nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: #f5f5f5;
  }
  .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent;
  }
  .nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified.nav-tabs-top > li > a,
  .nav-tabs-justified.nav-tabs-top > li > a:hover,
  .nav-tabs-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .profile-user-img img {
    width: 90px;
  }
  .profile-edit-icon img {
    width: 25px;
  }
  .follow-btn-group .btn-info {
    min-width: auto;
  }
  .profile-table.custom-table thead tr th,
  .profile-table.custom-table tbody tr td {
    padding: 10px;
  }
  .invoices-view {
    width: 90%;
    float: right;
  }
  .invoices-tabs ul li {
    margin-right: 10px;
  }
  .invoices-tabs ul li a {
    font-size: 14px;
  }
  .login-wrap-bg {
    padding: 15px 50px 15px;
  }
  .login-wrapper .loginbox .login-right {
    padding: 30px;
  }
  .morning-user {
    padding: 30px 0px 30px 30px;
  }
  .morning-user h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .border-right-bg:before {
    display: none;
  }
  .border-right-bg {
    margin-bottom: 10px;
  }
  .wallet-widget .circle-bar > div canvas {
    width: 140px !important;
    height: 140px !important;
  }
  .meeting .join-video {
    height: 320px;
  }
  .join-video.single-user {
    height: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .profile-rightbar {
    display: inline-block !important;
  }
  div.dataTables_wrapper div.dataTables_info {
    padding-bottom: 0.85em;
  }
  .chat-profile-view {
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 0;
    transform: translateX(0px);
    z-index: 1041;
    width: 300px;
    position: fixed;
    margin-right: -300px;
    display: table-cell;
    top: 0;
    padding-bottom: 60px;
    margin-top: 50px;
  }
  .message-view.chat-view {
    width: 100%;
  }
  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }
  .chat-main-row {
    left: 0;
  }
  .header .header-left {
    position: absolute;
    width: 100%;
  }
  .mobile_btn {
    display: block;
  }
  .page-title-box {
    display: none;
  }
  .sidebar {
    margin-left: -225px;
    width: 225px;
  }
  .page-wrapper {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .slide-nav .sidebar {
    margin-left: 0;
  }
  a.mobile_btn {
    color: #fff;
    font-size: 24px;
    height: 70px;
    left: 0;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 10;
  }
  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }
  .invoices-view {
    width: 100%;
    float: none;
  }
  #toggle_btn {
    display: none;
  }
  .sidebar {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .page-wrapper {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .app-listing li {
    width: 49%;
    display: inline-block;
  }
  .app-listing {
    display: inline-block;
  }
  .multipleSelection #checkBoxes,
  .SortBy #checkBox {
    width: 100%;
  }
  .inovices-month-info {
    padding-top: 20px;
  }
  .invoice-inner-date {
    padding: 10px;
  }
  .invoice-inner-date.invoice-inner-datepic {
    padding: 10px 0;
  }
  .field-box .btn {
    min-width: auto;
    border-radius: 4px;
    padding: 10px;
  }
  .invoice-inner-head {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
  }
  .invoice-circle-img {
    display: none;
  }
  .invoice-item-bg .invoice-info {
    border-right: 1px solid #fff;
    padding: 10px 30px;
    margin-top: 20px;
  }
  .invoice-item-bg .invoice-info {
    border-right: 1px solid #fff;
    padding: 10px 30px;
    margin-top: 0;
  }
  .invoice-info {
    margin-bottom: 0;
  }
  .payment-details {
    width: auto;
  }
  .invoices-preview .modal-dialog {
    max-width: 700px;
  }
  .invoice-item-one .invoice-info {
    text-align: left;
  }
  .invoice-head h2 {
    font-size: 16px;
  }
  .invoice-head p {
    font-size: 14px;
  }
  .invoice-payment-box .payment-details {
    margin-bottom: 20px;
  }
  .invoice-faq .faq-tab {
    padding-bottom: 10px;
  }
  .service-upload {
    padding: 30px 0;
    width: auto;
  }
  .invoice-inner-date.invoice-inner-datepic {
    padding: 10px;
  }
  .bank-details-btn .btn {
    min-width: auto;
    padding: 10px;
  }
  .invoice-info-card .invoice-item-one .invoice-info {
    text-align: right;
  }
  .login-wrap {
    display: none;
  }
  .account-logo,
  .login-wrapper .loginbox .login-right h2,
  .login-wrapper .loginbox .login-right .forgotpass,
  .login-btn {
    margin-bottom: 25px;
  }
  .login-wrapper .loginbox .login-right h2 {
    font-size: 20px;
  }
  .error-box h3 {
    font-size: 26px;
  }
  .mob-view {
    display: none;
  }
  .logo {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
  .morning-user {
    padding: 25px 0px 25px 25px;
  }
  .morning-user h2 {
    font-size: 26px;
  }
  .user-menu.nav li {
    margin-right: 6px;
  }
  .profile-user-img img {
    width: 60px;
  }
  .profile-edit-icon img {
    width: 15px;
  }
  .names-profiles h4 {
    font-size: 14px;
  }
  .names-profiles h5 {
    font-size: 12px;
  }
  .doctor-follows h5 {
    font-size: 12px;
  }
  .doctor-follows h4 {
    font-size: 16px;
  }
  .follow-btn-group .btn-info {
    min-width: 90px;
    font-size: 12px;
    padding: 4px 15px;
  }
  .meeting .join-video {
    height: 320px;
  }
  .join-video.single-user {
    height: auto;
  }
  .feather-chevron-right:before {
    top: 2px;
    position: relative;
  }
}
@media only screen and (max-width: 767.98px) {
  .table .invoice-link {
    font-size: 14px;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    padding-bottom: 15px;
    justify-content: center;
  }
  .profile-info-left {
    border-right: none;
    border-bottom: 2px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav .open .dropdown-menu {
    float: left;
    position: absolute;
  }
  .notifications {
    right: -48px;
  }
  .notifications:before,
  .notifications:after {
    right: 60px;
  }
  .modal-body.card-box {
    background-color: #fff;
    border: none;
    border-radius: inherit;
    box-shadow: unset;
    margin-bottom: 0;
    padding: 15px;
  }
  .roles-menu {
    margin-bottom: 20px;
  }
  .left-action {
    text-align: center;
    margin-bottom: 15px;
  }
  .right-action {
    text-align: center;
  }
  .top-action-left .float-left {
    float: none !important;
  }
  .top-action-left .btn-group {
    margin-bottom: 15px;
  }
  .top-action-right {
    text-align: center;
  }
  .top-action-right a.btn.btn-white {
    margin-bottom: 15px;
  }
  .mail-sent-time {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified > li > a.active,
  .nav-tabs.nav-justified > li > a.active:hover,
  .nav-tabs.nav-justified > li > a.active:focus {
    border-color: transparent transparent transparent #009efb;
    border-left-width: 2px;
  }
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    padding: 5px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .nav-tabs > li > a {
    border-width: 2px;
    border-left-color: transparent;
  }
  .nav-tabs .nav-link {
    border-width: 2px;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active,
  .nav-tabs > li > a.active,
  .nav-tabs > li > a.active:hover,
  .nav-tabs > li > a.active:focus {
    background-color: #f5f5f5;
    border-color: transparent transparent transparent #009efb;
    border-left-width: 2px;
  }
  .nav-tabs > li.open:not(.active) > a,
  .nav-tabs > li.open:not(.active) > a:hover,
  .nav-tabs > li.open:not(.active) > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs.nav-tabs-solid {
    padding: 5px;
  }
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 5px;
  }
  .nav-tabs.nav-tabs-solid > li > a {
    border-left-width: 0 !important;
  }
  .nav-tabs-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified > li > a.active,
  .nav-tabs-justified > li > a.active:hover,
  .nav-tabs-justified > li > a.active:focus {
    border-width: 0 0 0 2px;
    border-left-color: #009efb;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.17em;
  }
  h4 {
    font-size: 1.12em;
  }
  h5 {
    font-size: .83em;
  }
  h6 {
    font-size: .75em;
  }
  .page-title {
    font-size: 1.2em;
    padding-top: 10px;
  }
  .card-title {
    font-size: 1.12em;
  }
  .blog-view .blog-title {
    font-size: 18px;
  }
  .widget h3 {
    font-size: 18px;
  }
  .my-video ul li {
    width: 80px;
  }
  .voice-call-avatar .call-avatar {
    width: 120px;
    height: 120px;
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .header .has-arrow .dropdown-toggle > span:nth-child(2) {
    display: none;
  }
  .header .has-arrow .dropdown-toggle:after {
    display: none;
  }
  .btn-white {
    margin: 0px;
  }
  .login-wrapper .loginbox .login-right .forgotpass,
  .next-sign {
    display: block;
  }
  .remember-me {
    margin-bottom: 10px;
  }
  .login-right .btn-primary {
    font-size: 14px;
    padding: 7px 15px;
  }
  .account-subtitle {
    margin-bottom: 15px;
  }
  .login-wrap-bg {
    padding: 15px 20px 15px;
  }
  .login-wrapper .loginbox .login-right {
    padding: 20px;
  }
  .error-box h3 {
    font-size: 18px;
  }
  .error-box p {
    font-size: 14px;
  }
  .error-box img {
    margin-bottom: 25px;
  }
  .sucess-mail h4 {
    font-size: 22px;
  }
  .mobile-user-menu > a {
    color: #008080;
  }
  .morning-img img {
    position: relative;
    width: 100%;
  }
  .good-morning-blk:before {
    display: none;
  }
  .morning-user {
    padding: 0;
  }
  .good-morning-blk {
    padding: 20px;
  }
  .morning-user h2 {
    font-size: 20px;
  }
  .morning-user p {
    font-size: 14px;
  }
  .page-header .breadcrumb {
    font-size: 14px;
  }
  .dash-content h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .dash-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .patient-visit {
    flex-wrap: wrap;
  }
  .chat-user-total {
    margin: 10px 0px;
  }
  .wallet-widget .circle-bar > div canvas {
    width: 100px !important;
    height: 100px !important;
  }
  .steps-history li,
  .doctor-date-list li {
    font-size: 12px;
  }
  .doctor-date-list li span {
    padding-left: 5px;
  }
  .border-right-bg:before {
    display: none;
  }
  .border-right-bg {
    margin-bottom: 10px;
  }
  .active-doctor {
    display: block;
  }
  .weight-blk {
    margin-bottom: 5px;
  }
  .treat-box {
    display: block;
  }
  .user-imgs-blk {
    margin-bottom: 10px;
  }
  .user-imgs-blk img {
    margin-right: 8px;
  }
  .profile-user-img img {
    width: 90px;
  }
  .profile-edit-icon img {
    width: 25px;
  }
  .doctor-follows h5 {
    font-size: 12px;
  }
  .doctor-follows h4 {
    font-size: 16px;
  }
  .follow-group {
    padding: 0px 15px;
  }
  .follow-btn-group .btn-info {
    font-size: 14px;
    padding: 6px 15px;
  }
  .follow-btn-group {
    margin: 15px 0px;
  }
  .names-profiles h4,
  .tab-content-set li a {
    font-size: 16px;
  }
  .tab-content-set ul li a.active::after,
  .tab-content-set ul li a:hover::after {
    display: none;
  }
  .tab-content-set li {
    margin-bottom: 15px;
  }
  .tab-content-set {
    padding: 0;
  }
  .detail-personal {
    margin-bottom: 15px;
  }
  .doctor-submit .btn-primary {
    min-width: 125px;
    font-size: 12px;
    border-radius: 12px;
    padding: 7px 15px;
    margin-bottom: 8px;
    margin-right: 0px !important;
  }
  .invoice-counts h4 {
    display: inline-block;
  }
  .activity-list::before {
    display: none;
  }
  .timeline-group-blk {
    display: block;
  }
  .comman-activitys {
    padding: 12px;
    margin-top: 5px;
  }
  .activity-sub-list li {
    margin-bottom: 10px;
  }
  .latest-posts-act .post-thumb {
    float: inherit;
    margin-bottom: 15px;
  }
  .latest-posts-act .post-info {
    margin-left: 0;
  }
  .blog-grp-blk {
    flex-wrap: wrap;
  }
  .blog-img-blk {
    margin-bottom: 5px;
  }
  .blog-grp-blk span {
    margin-left: auto;
  }
  .grid-blog .blog-title a {
    font-size: 15px;
  }
  .chat-search-group {
    display: block;
  }
  .chat-search-list ul {
    margin-top: 10px;
  }
  .chat-search-list ul li:first-child {
    margin-left: 0;
  }
  .inputgroups input[type=text] {
    padding-right: 125px;
  }
  .settings-btn.upload-files-avator .upload {
    width: 120px;
    font-size: 12px;
  }
  .mailview-header,
  .send-user.send-user-name h4 {
    display: block;
  }
  .sender-info {
    margin-bottom: 10px;
  }
  .send-user.send-user-name h4 span {
    display: inline-block;
    margin: 0;
  }
  .mail-attach .msg-sub-list li {
    margin-bottom: 10px;
  }
  .forward-send .btn-primary {
    margin-bottom: 10px;
    width: 100%;
  }
  .chat-user-group.clinic-user {
    display: block !important;
  }
  .call-list-add {
    padding: 0;
  }
  .meeting .join-video {
    height: 116px;
  }
  .join-video.single-user {
    width: 100%;
  }
  .join-video.single-user {
    height: auto;
  }
  .meet-icons .meet-items .meet-item > a {
    width: 35px;
    height: 35px;
  }
  .end-call-chat .btn-primary {
    min-width: 90px;
    margin: 0px 5px;
    padding: 6px 13px;
    font-size: 14px;
  }
  .meet-icons .meet-items .meet-item,
  .action-items .action-item {
    margin-right: 5px;
  }
  .card {
    width: 100%;
  }
  .patient-structure h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  .app-listing li {
    width: 100%;
  }
  .download-grp {
    margin-top: 10px;
  }
  .invoices-tabs ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 14px;
  }
  .schedule-time {
    margin-bottom: 10px;
  }
  .invoices-tabs ul li a {
    padding-bottom: 0;
  }
  .invoices-settings-btn {
    justify-content: start;
  }
  .invoices-create-btn .btn {
    font-size: 14px;
    padding: 10px;
    min-width: auto;
  }
  .invoice-info-card .invoice-item-one .invoice-info {
    text-align: left;
  }
  .invoice-item .invoice-details {
    text-align: left;
    float: left;
  }
  .invoice-info.invoice-info2 {
    text-align: left;
  }
  .invoice-total-footer h4 {
    font-size: 14px;
  }
  .nav-tabs.menu-tabs .nav-link {
    padding: 10px;
  }
  ul.nav.nav-tabs.menu-tabs {
    padding: 10px;
  }
  .invoice-setting-btn .btn {
    min-width: auto;
    padding: 10px;
  }
  .contact-cat {
    padding-right: 70px;
  }
  .user-menu {
    display: none;
  }
  .mobile-user-menu {
    display: block;
  }
  .search-box {
    display: none;
  }
  .filter-row {
    margin-bottom: 15px;
  }
  .page-wrapper > .content {
    padding: 15px;
  }
  .profile-view .profile-basic {
    margin-left: 0;
  }
  .profile-img-wrap {
    position: relative;
    margin: 0 auto;
  }
  .profile-view .profile-img-wrap {
    margin: 0 auto 10px;
    height: 100px;
    width: 100px;
  }
  .profile-view .profile-img {
    height: 100px;
    width: 100px;
  }
  .profile-view .profile-img .avatar {
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    width: 100px;
  }
  .profile-info-left {
    text-align: center;
  }
  .profile-basic {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-title {
    font-size: 18px;
  }
  .fc-toolbar .fc-right {
    display: inline-block;
    float: none;
    margin: 10px auto 0;
    width: 200px;
    clear: both;
  }
  .fc-toolbar .fc-left {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .upload-text {
    font-size: 18px;
  }
  .call-duration {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    position: inherit;
  }
  .end-call {
    margin-top: 10px;
    position: inherit;
  }
  .chat-right .chat-content {
    max-width: 90%;
  }
  .chat-right .chat-body {
    padding-left: 0;
    padding-right: 0;
  }
  .chat-left .chat-content {
    max-width: 90%;
  }
  .chat-left .chat-body {
    padding-left: 0;
    padding-right: 0;
  }
  .chat-avatar .avatar {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .account-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .content {
    padding: 0 50px;
  }
  .custom-menu.navbar-nav > li > a {
    margin-left: 10px;
  }
  .error-box h1 {
    font-size: 50px;
  }
  .submit-btn {
    min-width: 150px;
  }
  .ui-kit-wrapper button {
    margin-bottom: 5px;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding: .5rem !important;
  }
  .invoice-item-box {
    float: left;
  }
  .wizard .nav-tabs li:after {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .compose-btn button {
    padding: 0.365rem 0.5rem;
  }
  .doctor-search-blk .add-group {
    margin-top: 10px;
  }
  .doctor-search-blk .top-nav-search {
    margin-left: 0;
  }
  .attachments li {
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .meeting .join-video {
    height: 100%;
  }
  .follow-btn-group .btn-info {
    min-width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .nav-tabs.nav-tabs-bottom > li > a.active,
  .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #008080;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
  }
}
.nav-tabs .nav-link i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-left: 9px;
}
.nav-tabs .nav-link i {
  font-size: 17px;
  position: relative;
  top: 1px;
  margin-left: 9px;
}
.inv_table input {
  border: 1px solid #c2cad8;
  border-radius: 3px !important;
  height: 30px !important;
  padding: 0 10px;
  box-shadow: none;
  padding: 10px 15px;
  font-size: 14px;
  min-height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
}
.main-visit form .form-group .form-control,
.main-visit form select,
.danphe-auto-complete-wrapper .form-control {
  height: 30px !important;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
  padding-left: 5px;
  box-shadow: none;
  padding: 10px 15px;
  font-size: 14px;
  min-height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
  padding-right: 5px;
  box-shadow: none;
  padding: 10px 15px;
  font-size: 14px;
  min-height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
}
input[type=text],
input[type=password] {
}
.btnprint {
  cursor: pointer;
  background: rgba(46, 55, 164, 0.05);
  border-radius: 12px;
  color: #008080;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 15px !important;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  font-size: 14px;
}
.sidebar-menu ul li a span.menu-side {
  font-size: 20px;
  min-height: 19px;
  line-height: 16px;
  transition: all 0.2s ease-in-out 0s;
  background: #efefef;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
}
.menu-side[_ngcontent-ng-c2847841652] img[_ngcontent-ng-c2847841652] {
  width: 20px;
}
danphe-auto-complete input.form-control.select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  width: 100%;
  box-shadow: none;
  transition: border-color 0.3s ease;
}
danphe-auto-complete input.form-control.select:focus {
  border-color: #007bff;
  outline: none;
}
.autocomplete-container {
  position: absolute;
  z-index: 9999;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.autocomplete-container .autocomplete-item {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
}
.autocomplete-container .autocomplete-item:hover {
  background-color: #f5f5f5;
}
.autocomplete-container .selected {
  background-color: #007bff;
  color: white;
}
.lb-caption i,
.custom-caption i {
  margin-right: 5px;
  color: #008080 !important;
  font-size: 19px !important;
}
.form-control {
  box-shadow: none;
  padding: 10px 15px;
  font-size: 14px;
  min-height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
}
.hm-form .danphe-auto-complete-wrapper input,
.hm-form input,
.hm-form select,
.select select,
.emr-form .danphe-auto-complete-wrapper input,
.emr-form input,
.emr-form select,
.emr-form .select select {
  border-radius: 10px !important;
}
.inv_table input {
  border: 1px solid #c2cad8;
  border-radius: 3px !important;
  height: 24px !important;
  padding: 0 10px;
  box-shadow: none;
  padding: 1px 15px;
  font-size: 14px;
  border-radius: 10px;
  min-height: 37px;
  border-radius: 10px !important;
}
.local-forms.input-block2 {
  margin-bottom: 5px !important;
}
.table > :not(caption) > * > * {
  padding: .2rem .5rem;
}
.inv_table b,
.custom_table b {
  margin-left: 15px;
  font-size: 13px;
  font-weight: 600 !important;
  text-align: center !important;
}
.inv_table a .btn,
.custom_table a .btn,
.custom_table button .btn {
  margin: 0 auto;
  padding: 0 !important;
  width: 30px;
  height: 30px;
  line-height: 27px !important;
  text-align: center;
  border-radius: 0;
  display: block;
  border-radius: 5px;
}
.btn {
  font-size: 0.875rem;
  border-radius: 10px;
}
.btn.btn-secondary {
  background: #05958c !important;
  border-color: #05958c !important;
}
input[type=text],
input[type=password],
.local-forms.input-block input[type=date] {
}
.grp-title-div .form-group label {
  height: 20px;
  line-height: 26px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1px;
}
.customheaderstyle {
  background: #e9eaf8;
  margin: 6px 0px !important;
  padding: 10px;
  height: 44px;
  margin-top: -11px !important;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  font-size: 14px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  border-radius: 8px;
  background: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
  border-radius: 8px;
}
.fixed-subnavtab {
  top: 63px;
  background-color: #d9dbeb !important;
  box-shadow: none;
  padding: 5px;
  margin: -3px 0px;
  width: 100%;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  font-size: 14px;
  height: 39px;
  line-height: 21px;
}
.local-forms label {
  font-weight: 600;
}
.lb-caption .caption-subject,
.lb-caption i,
.custom-caption .caption-subject,
.custom-caption i {
  font-size: 14px;
}
.smalltextbox {
  max-height: 30px !important;
  height: 30px !important;
  min-height: 39px !important;
}
.minusmargint {
  margin-top: -7px !important;
}
.local-forms.input-block.mb0 {
  margin-bottom: 0px !important;
}
input[type=text] {
}
.form-select {
  min-height: 45px;
  border-radius: 10px !important;
  font-size: 13px;
}
.form-control {
}
.form-control:hover,
.form-control:focus,
.form-select:hover,
.form-control:focus {
  background-color: #f4f4fb !important;
  border-color: #008080 !important;
  box-shadow: 0 0 6px rgba(46, 55, 164, 0.4) !important;
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary {
  color: #fff;
}
.inv_table thead tr th,
.custom_table thead tr th {
  padding: 11px 10px;
  font-weight: 600;
  font-size: 13px;
}
.inv_table thead tr th,
.custom_table thead tr th {
  background: #ececec;
}
table.customtablestyle td {
  border-color: #dee2e6;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e7e7;
}
table.customtablestyle td .form-control {
  max-width: 293px;
}
.customcardstyle {
  border: 2px solid rgba(46, 55, 164, 0.1);
}
.cutsotmiconcss {
  background: #ebedff;
  width: 22px;
  color: #5d6082;
  height: 22px;
  margin-right: 3px;
  text-align: center;
  line-height: 22px;
  border-radius: 10px;
}
:host ::ng-deep ul.dropdown-autocomplete {
  position: absolute;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e7ed;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-5px);
  animation: fadeInDropdown 0.2s ease-out forwards;
}
:is()::-webkit-scrollbar {
  width: 6px;
}
:is()::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 4px;
}
:is()::-webkit-scrollbar-track {
  background: #f7fafc;
}
:is() li {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #2d3748;
  border-bottom: 1px solid #f0f4f8;
  transition: background 0.2s ease;
}
:is() li:not(.loading):not(.no-match-found):not(.blank-item):hover {
  background: #f7fafc;
}
:is() li.selected {
  background: #f0f7ff;
  color: #1a56a7;
  font-weight: 500;
  border-left: 3px solid #1a56a7;
}
:is() li.loading,
:is() li.no-match-found {
  color: #718096;
  text-align: center;
  padding: 12px;
  font-style: italic;
}
:is() li.blank-item {
  color: #718096;
  font-style: italic;
}
@keyframes fadeInDropdown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal.show .modal-dialog2 {
  transform: none;
  max-width: 70%;
}
.card-title2 {
  font-weight: 600;
}
.btn-secondar2 {
  background: #05958c !important;
  border-color: #05958c !important;
  color: #fff;
}
.searchsmbtn {
  height: 40px;
}
.customautocomplete {
  width: 100% !important;
  display: flex;
  flex-wrap: nowrap;
}
.customautocomplete .-wrapper {
  width: 100% !important;
}
.customautocomplete .-wrapper .form-control {
  border-radius: 10px 0px 0px 10px;
}
.invoice-total-box2 p {
  margin-bottom: 9px;
}
.autocomplete-dropdown {
  position: relative;
}
.autocomplete-dropdown ul {
  position: absolute;
  z-index: 1000;
  width: 100%;
  max-height: 250px;
  margin-top: 4px;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.autocomplete-dropdown ul.empty {
  border-color: #e0e0e0;
  background-color: #fafafa;
}
.autocomplete-dropdown ul li {
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.autocomplete-dropdown ul li:hover,
.autocomplete-dropdown ul li.selected {
  background-color: #f0f8ff;
}
.autocomplete-dropdown ul li.loading {
  color: #888;
  font-style: italic;
}
.autocomplete-dropdown ul li.no-match-found {
  color: #999;
  font-weight: 500;
}
.autocomplete-dropdown ul li.blank-item {
  color: #666;
  font-style: italic;
  border-bottom: 1px solid #eee;
}
danphe-auto-complete .autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 280px;
  background-color: #fff !important;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  z-index: 999999;
}
danphe-auto-complete .autocomplete-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
danphe-auto-complete .autocomplete-dropdown li {
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  list-style: none;
  border-bottom: 1px solid #f7f7f7 !important;
}
danphe-auto-complete .autocomplete-dropdown li:hover,
danphe-auto-complete .autocomplete-dropdown li.selected {
  background-color: #008080;
  color: #fff !important;
}
danphe-auto-complete .autocomplete-dropdown li.loading,
danphe-auto-complete .autocomplete-dropdown li.no-match-found {
  color: #999;
  font-style: italic;
}
.navlink2 {
  padding: 0px 16px;
  height: 39px;
  background: #fff !important;
  line-height: 39px;
  display: inline-flex;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
  border-radius: 10px !important;
  font-size: 14.5px;
}
.nav-tabs.nav-tabs-solid > li > a {
  color: #666161;
  font-size: 14.5px;
  padding: 7px 23px;
}
.medical-tabs {
  border-bottom: 2px solid var(--primary-blue);
}
.medical-tabs .nav-link {
  color: var(--medium-gray);
  font-weight: 600;
  border: none;
  padding: 12px 20px;
  transition: all 0.3s;
}
.medical-tabs .nav-link.active {
  color: var(--primary-blue);
  background-color: transparent;
  border-bottom: 3px solid var(--primary-blue);
}
.medical-tabs .nav-link:hover {
  color: var(--primary-blue);
  background-color: var(--light-blue);
}
.medical-card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  overflow: hidden;
}
.medical-header {
  background-color: white;
  border-bottom: 1px solid var(--light-gray);
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.medical-title {
  color: var(--primary-blue);
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
}
.add-btn {
  color: var(--primary-blue);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.add-btn:hover {
  transform: scale(1.05);
  color: #3a7ab3;
}
.medical-body {
  padding: 0;
}
.medical-table {
  margin-bottom: 0;
}
.medical-table thead th {
  background-color: var(--light-blue);
  color: var(--dark-gray);
  font-weight: 600;
  border-bottom: 2px solid var(--primary-blue);
  padding: 12px 15px;
}
.medical-table tbody td {
  padding: 12px 15px;
  vertical-align: middle;
}
.medical-table tr:hover {
  background-color: var(--light-blue);
}
.action-btn {
  color: var(--primary-blue);
  cursor: pointer;
  margin: 0 5px;
  transition: all 0.2s;
}
.action-btn:hover {
  transform: scale(1.2);
}
.status-badge {
  padding: 4px 5px;
  border-radius: 12px;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  min-width: 92px;
  text-align: center;
  justify-content: center;
}
.status-active {
  background-color: #E3F2FD;
  color: #1976D2;
}
.status-resolved {
  background-color: #E8F5E9;
  color: #388E3C;
}
.sidebar-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 24px;
}
.sidebar-title {
  color: var(--primary-blue);
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.cutsotmiconcss {
  background: #ebedff;
  width: 22px;
  color: #5d6082;
  height: 22px;
  margin-right: 3px;
  text-align: center;
  line-height: 22px;
  border-radius: 10px;
}
.card-title {
  color: #333448;
  font-size: 16px;
  margin-bottom: 20px;
}
.renkli-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 43px;
}
.nav-tabs.nav-tabs-solid.customnme {
  height: 49px;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 10px;
}
.avatar2 {
  background-color: #efeffa;
  color: #3F51B5 !important;
}
.local-forms.input-block.mb-0 {
  margin-bottom: 5px !important;
}
.vital-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  background: white;
  position: relative;
  margin-bottom: 0.1rem;
  height: 100%;
}
.vital-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.vital-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background:
    linear-gradient(
      to bottom,
      var(--primary-color),
      var(--accent-color));
}
.vital-header {
  padding: 0.4rem 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vital-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #6c757d;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.0px;
}
.vital-icon {
  font-size: 1.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.vital-value {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0.2rem 0 0rem 1.25rem;
  color: var(--dark-color);
}
.vital-unit {
  font-size: 0.9rem;
  color: #6c757d;
  margin-left: 0.25rem;
}
.vital-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(67, 97, 238, 0.05);
  font-size: 0.8rem;
  color: #6c757d;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.temp-icon {
  color: var(--danger-color);
  background-color: rgba(247, 37, 133, 0.1);
}
.weight-icon {
  color: var(--warning-color);
  background-color: rgba(248, 150, 30, 0.1);
}
.height-icon {
  color: var(--info-color);
  background-color: rgba(67, 170, 139, 0.1);
}
.pulse-icon {
  color: var(--danger-color);
  background-color: rgba(247, 37, 133, 0.1);
}
.sys-icon {
  color: var(--primary-color);
  background-color: rgba(67, 97, 238, 0.1);
}
.dia-icon {
  color: var(--secondary-color);
  background-color: rgba(63, 55, 201, 0.1);
}
.oxygen-icon {
  color: var(--success-color);
  background-color: rgba(76, 201, 240, 0.1);
}
.resp-icon {
  color: var(--accent-color);
  background-color: rgba(72, 149, 239, 0.1);
}
.rhythm-icon {
  color: var(--danger-color);
  background-color: rgba(247, 37, 133, 0.1);
}
.heart-rhythm-card {
  background:
    linear-gradient(
      135deg,
      #4361ee,
      #3a0ca3);
  color: white;
}
.heart-rhythm-card .vital-title,
.heart-rhythm-card .vital-value,
.heart-rhythm-card .vital-footer {
  color: white;
}
.heart-rhythm-card::before {
  background:
    linear-gradient(
      to bottom,
      #f72585,
      #b5179e);
}
.pulse-animation {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.vital-card {
  position: relative;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.vital-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.vital-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background:
    linear-gradient(
      to bottom,
      var(--primary-color),
      var(--accent-color));
}
.vital-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #6c757d;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.vital-icon {
  font-size: 1.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.vital-value {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem 1.25rem;
  color: var(--dark-color);
}
.vital-unit {
  font-size: 0.9rem;
  color: #6c757d;
  margin-left: 0.25rem;
}
.vital-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(67, 97, 238, 0.05);
  font-size: 0.8rem;
  color: #6c757d;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  margin-top: auto;
}
.temp-icon {
  color: #f72585;
  background-color: rgba(247, 37, 133, 0.1);
}
.weight-icon {
  color: #f8961e;
  background-color: rgba(248, 150, 30, 0.1);
}
.height-icon {
  color: #43aa8b;
  background-color: rgba(67, 170, 139, 0.1);
}
.pulse-icon {
  color: #f72585;
  background-color: rgba(247, 37, 133, 0.1);
}
.sys-icon {
  color: #4361ee;
  background-color: rgba(67, 97, 238, 0.1);
}
.dia-icon {
  color: #3f37c9;
  background-color: rgba(63, 55, 201, 0.1);
}
.oxygen-icon {
  color: #4cc9f0;
  background-color: rgba(76, 201, 240, 0.1);
}
.resp-icon {
  color: #4895ef;
  background-color: rgba(72, 149, 239, 0.1);
}
.rhythm-icon {
  color: #f72585;
  background-color: rgba(247, 37, 133, 0.1);
}
.heart-rhythm-card {
  background:
    linear-gradient(
      135deg,
      #4361ee,
      #3a0ca3);
  color: white;
}
.heart-rhythm-card .vital-title,
.heart-rhythm-card .vital-value,
.heart-rhythm-card .vital-footer {
  color: white;
}
.heart-rhythm-card::before {
  background:
    linear-gradient(
      to bottom,
      #f72585,
      #b5179e);
}
.pulse-animation {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.card-equal-height {
  display: flex;
  flex-direction: column;
  height: 337px;
  overflow: scroll;
}
.card-equal-height .card-body {
  flex: 1;
}
.med-icon,
.lab-icon,
.imaging-icon {
  width: 40px;
  height: 40px;
  line-height: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.renkli-menu li a.btnprimary2c {
  background-color: #3e9e99;
  border: 1px solid #3e9e99;
  color: #fff !important;
  line-height: 22px;
  padding: 5px 10px;
  font-size: 12px;
}
.renkli-menu li a.btnprimary2c {
  background-color: #3e9e99;
  border: 1px solid #3e9e99;
  color: #fff !important;
  line-height: 22px;
  padding: 5px 10px;
}
p.usenamelb2 span {
  color: #787575;
  font-size: 0.8rem;
}
.card .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0 none;
  font-size: 20px;
  line-height: 24px;
  padding: 8px 15px;
}
.renkli-menu p {
  margin-top: 14px;
  margin-bottom: 8px;
}
.renkli-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-bottom: 0px;
}
.renkli-menu {
  list-style: none;
}
.upperbox {
  min-height: 84px;
  padding: 0px 10px;
  background-color: #f2f2f2;
  border: 2px solid #e0e1e2;
  border-radius: 9px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background:
    linear-gradient(
      to bottom,
      #ffffff 0%,
      #f6f6f6 47%,
      #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed", GradientType=0);
  -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
  -moz-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
}
.renkli-menu p {
  margin-top: 14px;
  margin-bottom: 8px;
}
p.usenamelb {
  color: #0487ba;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-left: 20px;
}
.renkli-menu li a {
  font-family: "Poppins", sans-serif;
  color: #666;
  font-weight: 500;
}
.renkli-menu li a {
  line-height: 30px;
  width: 78px;
  font-family: "Poppins", sans-serif;
}
.renkli-menu li a {
  padding: 5px;
  text-align: center;
  display: block;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: center 20%;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  color: #5b5b5b;
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}
.img-circle {
  border-radius: 50%;
}
.renkli-menu li a {
  font-family: "Poppins", sans-serif;
  color: #666;
  font-weight: 500;
}
.renkli-menu li a {
  line-height: 30px;
  width: auto;
  font-family: "Poppins", sans-serif;
}
.renkli-menu li a {
  padding: 5px;
  text-align: center;
  display: block;
  line-height: 26px;
  background-repeat: no-repeat;
  background-position: center 20%;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  color: #5b5b5b;
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}
.necldd {
  height: 32px;
  display: block;
  margin-top: -5px;
  margin: 0px auto;
  padding-bottom: 5px;
}
.renkli-menu li {
  float: left;
}
p.usenamelb span {
  color: #787575;
}
.necldd {
  height: 30px;
  display: block;
  margin-top: -5px;
  margin: 0px auto;
  padding-bottom: -2px;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
  font-size: 14px;
}
.bg-warningopacity {
  background-color: rgb(255 188 52 / 10%) !important;
}
.doctorDesktop h6,
.doctorDesktop .h6 {
  font-size: 0.95rem;
}
.modal.show .modal-dialog.modal-dialogsize {
  max-width: 75% !important;
  width: 75% !important;
}
.customheadbg3 {
  border: 1px solid #e7e7e7;
  padding: 32px 10px 0px 14px !important;
}
.customheadbg2 {
  background-color: rgb(232 233 240);
  border: 1px solid #e3e3e3;
}
.moda {
  background: #f5f5f5 !important;
}
.medications-section {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.card.custom-card {
  border-radius: 0.5rem;
  border: 0;
  background-color: var(--custom-white);
  box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
}
.customheadbg3 {
  border: 1px solid #e7e7e7;
  padding: 32px 10px 0px 14px !important;
  background: #eaeaea;
}
.text-primary2 {
  color: #545cb5 !important;
}
.text-primary2 {
  color: #545cb5 !important;
  font-size: 14px;
}
.modal .bg-light {
  background: #f5f5f5 !important;
}
.creative-medical-tabs {
  border-bottom: none;
  background:
    linear-gradient(
      145deg,
      #f8f9fa,
      #ffffff);
  border-radius: 12px;
  padding: 8px;
  margin-bottom: -4px;
  margin-top: -5px;
  padding-bottom: 0px !important;
}
.creative-medical-tabs .nav-item {
  margin: 0 4px;
}
.creative-medical-tabs .nav-link {
  position: relative;
  border: none;
  background: transparent;
  color: #6c757d;
  font-weight: 600;
  padding: 6px 11px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  overflow: hidden;
  font-size: 15px;
}
.creative-medical-tabs .nav-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.creative-medical-tabs .nav-link.active {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.tab-icon-wrapper {
  position: relative;
  margin-bottom: 8px;
}
.tab-icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}
.tab-notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4757;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}
.heartbeat-tab.active {
  background:
    linear-gradient(
      135deg,
      #ff6b6b,
      #ff4757);
}
.family-tab.active {
  background:
    linear-gradient(
      135deg,
      #74b9ff,
      #0984e3);
}
.surgical-tab.active {
  background:
    linear-gradient(
      135deg,
      #a55eea,
      #8854d0);
}
.social-tab.active {
  background:
    linear-gradient(
      135deg,
      #20bf6b,
      #01a35a);
}
.heartbeat-tab .tab-icon-circle {
  background: rgba(255, 107, 107, 0.1);
  color: #ff6b6b;
}
.family-tab .tab-icon-circle {
  background: rgba(116, 185, 255, 0.1);
  color: #74b9ff;
}
.surgical-tab .tab-icon-circle {
  background: rgba(165, 94, 234, 0.1);
  color: #a55eea;
}
.social-tab .tab-icon-circle {
  background: rgba(32, 191, 107, 0.1);
  color: #20bf6b;
}
.creative-medical-tabs .nav-link.active .tab-icon-circle {
  background: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  transform: scale(1.1);
}
.tab-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  border-radius: 8px;
  transform: scale(0);
  transition: transform 0.6s, opacity 0.6s;
}
.creative-medical-tabs .nav-link.active .tab-ripple {
  opacity: 1;
  transform: scale(1);
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation: pulse 1.5s infinite;
}
@media (max-width: 768px) {
  .creative-medical-tabs .nav-link {
    padding: 12px 8px;
    font-size: 14px;
  }
  .tab-icon-circle {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
.iconlghtbg {
  background: #ebedff;
  width: 22px;
  color: #5d6082;
  height: 22px;
  margin-right: 3px;
  text-align: center;
  line-height: 22px;
  border-radius: 10px;
}
.tab-icon-wrapper {
  position: relative;
  margin-bottom: 8px;
  margin-right: 7px;
}
h4.fs-14 {
  font-size: 15px;
  color: #000 !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  background: #f0f0f3 !important;
}
.cutsotmiconcss {
  background: #ebedff;
  width: 24px;
  color: #2a328b;
  height: 24px;
  margin-right: 3px;
  text-align: center;
  line-height: 22px;
  border-radius: 10px;
  font-size: 13px;
}
.card-equal-height .card-body {
  flex: 1;
  overflow: auto;
}
ital-unit {
  font-size: 16px;
  font-weight: 400;
  color: #6c757d;
}
.text-muted {
  font-size: 12px;
}
.range-container {
  margin: 15px 20px;
  display: block;
}
.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #6c757d;
  margin-bottom: 5px;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #e9ecef;
  outline: none;
  margin: 8px 0;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1fb58c;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.inline-range {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}
.inline-range input[type=range] {
  flex-grow: 1;
  -webkit-appearance: none;
  height: 8px;
  border-radius: 5px;
  background: #e9ecef;
  outline: none;
}
.inline-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1fb58c;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.inline-range input[type=number] {
  width: 70px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
}
.inline-range input[type=number]:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bp-controls {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
.bp-slider {
  flex-grow: 1;
}
.bp-input {
  width: 60px;
}
.vital-value {
  font-weight: 700;
  color: #212529;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.vital-unit {
  font-size: 14px;
  font-weight: 400;
  color: #6c757d;
}
.text-muted {
  font-size: 12px;
}
.inline-range {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 5px auto;
  width: 80%;
  font-size: 19px;
  color: #555;
}
.icon-svg {
  width: 24px;
  height: 24px;
}
.range-container {
  margin-top: 8px;
}
.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #6c757d;
  margin-bottom: 4px;
}
.range-value {
  font-size: 18px;
  font-weight: 700;
  color: #212529;
  margin-top: 6px;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #e9ecef;
  outline: none;
  margin: 6px 0;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1fb58c;
  cursor: pointer;
  border: 2px solid white;
}
.form-select {
  font-size: 14px;
  border-radius: 6px;
  padding: 6px 10px;
  border-color: #dee2e6;
  margin-top: 6px;
  margin-bottom: 12px;
}
.custom-range {
  background:
    linear-gradient(
      90deg,
      #1fb58c var(--range-percent),
      #ddd var(--range-percent));
}
.range-container {
  margin-top: 15px;
}
.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #6c757d;
  margin-bottom: 5px;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #e9ecef;
  outline: none;
  margin: 8px 0;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1fb58c;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.pulse-animation {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.custom-range {
  background:
    linear-gradient(
      90deg,
      #1fb58c var(--range-percent),
      #ddd var(--range-percent));
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  background: #f7f7ff !important;
}
.vital-card {
  border: 1px solid #e7e5e5;
}
.card .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0 none;
  font-size: 20px;
  line-height: 24px;
  padding: 7px 15px;
}
.page-wrapper > .content {
  padding: 30px 16px;
  padding-bottom: 0;
}
.modal-content .local-forms.input-block {
  margin-bottom: 14px !important;
}
.btn {
  font-size: 0.805rem;
}
.cardcollapse {
  border: 1px solid #e7e7e7;
  border-radius: 10px !important;
  padding: 5px 10px;
}
.doctorDesktop h6,
.doctorDesktop .h6 {
  font-size: 0.85rem;
}
.med-visit-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.med-info-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.med-info-icon {
  background-color: #ebf8ff;
  color: #4299e1;
}
.modal.show .modal-dialog.modal-dialogsize {
  max-width: 84% !important;
  width: 84% !important;
}
.customheadbg3 .local-forms label {
  font-size: 12px;
  color: #333448;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #eaeaea;
  margin-bottom: 0;
  padding: 0px 5px;
  z-index: 99;
}
.customheadbg3 .local-forms label {
  font-size: 12px;
  color: #333448;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #eaeaea;
  margin-bottom: 0;
  padding: 0px 5px;
  z-index: 99;
}
.customheadbg2 .local-forms label {
  background: #eaeaea;
}
.local-forms:has(input:disabled) label {
  background:
    linear-gradient(
      to bottom,
      transparent 56%,
      #f1f3f7 50%);
}
.bg-gradient-primary {
  background:
    linear-gradient(
      45deg,
      #6e58ea,
      #8e44ad);
}
.bg-gradient-info {
  background:
    linear-gradient(
      45deg,
      #3498db,
      #2ecc71);
}
.bg-gradient-warning {
  background:
    linear-gradient(
      45deg,
      #f39c12,
      #e74c3c);
}
.bg-gradient-success {
  background:
    linear-gradient(
      45deg,
      #2ecc71,
      #27ae60);
}
.bg-gradient-danger {
  background:
    linear-gradient(
      45deg,
      #e74c3c,
      #c0392b);
}
.bg-gradient-secondary {
  background:
    linear-gradient(
      45deg,
      #7f8c8d,
      #34495e);
}
.bg-gradient-purple {
  background:
    linear-gradient(
      45deg,
      #9b59b6,
      #6e58ea);
}
.card {
  border-radius: 15px;
}
.PrintIconBTN i {
  font-size: 18px;
}
.PrintIconBTN:hover i {
  color: #fff;
}
table .dropdown-item i {
  font-size: 14px;
  position: relative;
  top: 2px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  white-space: nowrap;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border: 2px solid rgba(46, 55, 164, 0.1);
}
.input-group .dropdown-toggle::after {
  display: none;
}
.input-group .dropdown-toggle i {
  font-size: 20px;
}
.input-group .dropdown-toggle.btn-white {
  border-left: 0px solid rgba(46, 55, 164, 0.1) !important;
}
.ArrowMenuDDL i {
  margin-right: 8px;
}
.Floatlabel {
  font-size: 12px;
  color: #333448;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  margin-bottom: 0;
  padding: 0px 5px;
  z-index: 99;
}
.CardBox {
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid #f4f5fa;
}
.CardHead {
  display: flex;
  justify-content: space-between;
  background-color: #f4f5fa;
  padding: 5px 20px;
  align-items: center;
  min-height: 45px;
}
.CardHead h3 {
  font-size: 0.95rem;
  margin-bottom: 0px !important;
  color: #008080;
}
.CardBody {
  padding: 20px 20px;
}
.SMBtn {
  color: #8C8C8C;
  background: #fff;
  border-radius: 10px;
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border: 0px;
}
.SMBtn:hover {
  background: #008080;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.CardHead h3 i {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.dashborderSpan {
  display: block;
  height: 100%;
  width: 2px;
  border: 1px dashed #eaebf6;
}
.iTop1 {
  position: relative;
  top: 1px;
}
.TabButtons {
  padding-top: 20px;
  border-top: 1px solid #eaebf6;
  margin-top: 20px;
}
.table-responsive div.dt-container .dt-paging .dt-paging-button:hover {
  color: #008080 !important;
  border: 0px solid #008080;
}
thead tr th {
  position: relative;
}
.SortDiv {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-size: 8px;
  right: 8px;
  top: 16px;
  color: #E5E6E8;
}
.SortDiv button {
  border: 0px;
  background-color: transparent;
  padding: 0px;
  height: 8px;
  color: #E5E6E8;
}
.ActiveSort {
  color: #0d294b;
}
.actionEnd thead th:last-child {
  text-align: center;
}
.GrayCard {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 15px;
  box-shadow: 0 0.125rem 0.25rem #00808012;
  border-radius: 5px !important;
  border: 1px solid #0080801c;
}
.modal-header {
  background-color: #f4f5fa;
}
.modal-title {
  color: #008080;
  font-size: 16px;
}
.modal-title i {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.modal-backdrop {
  background-color: #7b7b7b !important;
}
.settings-btn.upload-files-avator .upload {
  width: 90px !important;
  font-size: 12px !important;
}
.color-red {
  color: red;
  font-size: 10px;
}
.weather-card {
  border-radius: 10px;
  padding: 15px 25px;
  background-color: #f4f5fa;
  max-width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 305px;
}
.weather-info {
  flex: 1;
}
.temperature {
  font-size: 30px;
  font-weight: bold;
}
.date {
  color: #8b8b8b;
  font-size: 12px;
}
.location {
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
}
.description {
  font-size: 11px;
  color: #8b8b8b;
  margin-top: 5px;
}
.weather-icon {
  font-size: 40px;
  color: #ffcc00;
  padding-left: 10px;
}
.patient-banner-compact {
  font-family: "Segoe UI", sans-serif;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-left: 4px solid #e74c3c;
}
.patient-status {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.patient-status.inpatient {
  background: #ffecec;
  color: #e74c3c;
}
.patient-status.outpatient {
  background: #e8f7ee;
  color: #2ecc71;
}
.patient-status i {
  font-size: 16px;
}
.patient-core {
  flex-grow: 1;
  min-width: 0;
}
.patient-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.patient-identity i {
  font-size: 24px;
  color: #3498db;
}
.patient-identity strong {
  font-size: 16px;
  color: #2c3e50;
}
.patient-identity span {
  color: #7f8c8d;
  font-size: 14px;
}
.patient-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: #555;
  font-size: 13px;
}
.patient-meta i {
  color: #7f8c8d;
  margin-right: 3px;
  font-size: 14px;
}
@media (max-width: 600px) {
  .patient-banner-compact {
    flex-direction: column;
    align-items: flex-start;
  }
  .patient-meta {
    gap: 10px;
  }
}
.renkli-menu li a i.textfemale {
  color: #fe397c !important;
}
.renkli-menu li a i.textmale {
  color: #009efb !important;
}
span.boldlabel {
  font-weight: 600;
  color: #4851c6;
  font-size: 13.5px;
  margin-bottom: 0px;
  line-height: 20px;
}
span.mormallabel {
  color: #666;
  font-size: 13px;
  font-weight: normal;
}
span.boldlabel2 {
  font-weight: 600;
  color: #5e5e73 !important;
  font-size: 14.5px !important;
  margin-bottom: 0px;
  line-height: 20px;
}
.med-card-patient-info {
  display: flex;
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  border-left: 4px solid #3b82f6;
}
.med-patient-field {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  min-width: 120px;
  border-right: 1px solid #e2e8f0;
}
.med-patient-field:last-child {
  border-right: none;
}
.med-field-label {
  font-size: 11px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 4px;
}
.med-field-value {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
}
.med-code {
  color: #3b82f6;
  font-weight: 600;
}
.med-name {
  color: #10b981;
  font-weight: 600;
}
.med-address {
  color: #6366f1;
}
.med-age {
  color: #f59e0b;
}
.med-gender {
  color: #ec4899;
}
.med-contact {
  color: #14b8a6;
}
@media (max-width: 1024px) {
  .med-patient-field {
    padding: 0 12px;
    min-width: 100px;
  }
  .med-field-label {
    font-size: 10px;
  }
  .med-field-value {
    font-size: 13px;
  }
}
.med-card-patient-info::-webkit-scrollbar {
  height: 6px;
}
.med-card-patient-info::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}
.med-card-patient-info::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}
.customcardstyle .local-forms.input-block {
  margin-bottom: 15px !important;
}
.modal-content .local-forms.input-block {
  margin-bottom: 21px !important;
}
.add-table-items .form-control {
  height: 40px !important;
  min-height: 40px;
}
.add-table-items .remember-me .custom_check .checkmark {
  width: 18px;
  height: 18px;
  top: -13px;
  border: 2px solid rgba(51, 52, 72, 0.2);
  border-radius: 4px;
  background-color: #fff;
}
.customtabcy .local-forms.input-block {
  position: relative;
  margin-bottom: 1px !important;
}
.mat-mdc-dialog-container .mat-mdc-dialog-title + .mat-mdc-dialog-content {
  padding-top: 5px;
}
.select-gender .form-check-input {
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: 0;
}
.error-msg {
  color: red;
  font-size: 12.5px;
  font-weight: 500;
  padding-top: 7px;
  padding-left: 5px;
}
.select-gender .form-check-label {
  color: rgba(51, 52, 72, 0.9);
  font-weight: 500;
  font-size: 14px;
}
.color-red {
  color: red;
  font-size: 12.5px;
  padding-top: 5px;
}
.mat-mdc-dialog-container .mat-mdc-dialog-title + .mat-mdc-dialog-content {
  padding-top: 21px !important;
}
.add-table-items .form-control {
}
.button-container {
  perspective: 1000px;
}
.receiving-item-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 11px;
  background:
    linear-gradient(
      145deg,
      #8a2be2,
      #5d00ff);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(138, 43, 226, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  animation: gentleFloat 4s ease-in-out infinite, colorShift 8s linear infinite;
  z-index: 1;
}
.receiving-item-btn .icon {
  display: inline-flex;
  margin-right: 4px;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.7));
  animation: rotate 3s linear infinite, iconPulse 2s ease-in-out infinite alternate;
}
.receiving-item-btn .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  animation: textGlow 3s ease-in-out infinite alternate;
}
.receiving-item-btn .pulse-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 70%);
  border-radius: 60px;
  top: 0;
  left: 0;
  opacity: 0;
  animation: pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  z-index: 0;
}
.receiving-item-btn:hover {
  transform: translateY(-5px) rotateX(10deg);
  box-shadow: 0 12px 30px rgba(138, 43, 226, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.receiving-item-btn:active {
  transform: translateY(2px) scale(0.98);
}
.receiving-item-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background:
    conic-gradient(
      transparent,
      rgba(255, 255, 255, 0.1),
      transparent);
  animation: rotateBorder 6s linear infinite;
  z-index: -1;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(0.95);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
}
@keyframes gentleFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes colorShift {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
@keyframes iconPulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes textGlow {
  0% {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  }
  100% {
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
  }
}
@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.particle {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  filter: blur(1px);
  animation: floatParticle linear infinite;
}
@keyframes floatParticle {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) translateX(20px);
    opacity: 0;
  }
}
:root {
  --general: #3498db;
  --icu: #e74c3c;
  --pediatric: #9b59b6;
  --cabin: #2ecc71;
  --nicu: #f39c12;
  --post-op: #1abc9c;
  --delux: #e67e22;
  --suite: #34495e;
}
.dashboard-header h1 {
  font-size: 28px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
}
.dashboard-header p {
  opacity: 0.9;
  font-size: 15px;
}
.ward-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 30px;
}
.ward-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-top: 5px solid;
  position: relative;
}
.ward-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.12);
}
.ward-card.general {
  border-color: var(--general);
}
.ward-card.icu {
  border-color: var(--icu);
}
.ward-card.pediatric {
  border-color: var(--pediatric);
}
.ward-card.cabin {
  border-color: var(--cabin);
}
.ward-card.nicu {
  border-color: var(--nicu);
}
.ward-card.post-op {
  border-color: var(--post-op);
}
.ward-card.delux {
  border-color: var(--delux);
}
.ward-card.suite {
  border-color: var(--suite);
}
.ward-header {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.ward-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;
}
.general .ward-icon {
  background: var(--general);
}
.icu .ward-icon {
  background: var(--icu);
}
.pediatric .ward-icon {
  background: var(--pediatric);
}
.cabin .ward-icon {
  background: var(--cabin);
}
.nicu .ward-icon {
  background: var(--nicu);
}
.post-op .ward-icon {
  background: var(--post-op);
}
.delux .ward-icon {
  background: var(--delux);
}
.suite .ward-icon {
  background: var(--suite);
}
.ward-info h3 {
  font-size: 18px;
  margin-bottom: 3px;
  color: #2c3e50;
}
.ward-info p {
  font-size: 13px;
  display: none;
  color: #7f8c8d;
  font-weight: 500;
}
.ward-stats {
  display: flex;
  padding: 0 20px 20px;
  gap: 10px;
}
.stat {
  flex: 1;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  background: #f8f9fa;
}
.stat .count {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}
.stat .label {
  font-size: 12px;
  color: #7f8c8d;
  font-weight: 600;
}
.occupied .count {
  color: #e74c3c;
}
.vacant .count {
  color: #2ecc71;
}
.total .count {
  color: #3498db;
}
.ward-progress {
  height: 8px;
  background: #ecf0f1;
  border-radius: 4px;
  margin: 0 20px 20px;
  overflow: hidden;
  position: relative;
}
.progress-bar {
  height: 100%;
  position: relative;
  transition: width 1s ease;
}
.progress-bar::after {
  content: attr(data-percent);
  position: absolute;
  right: 5px;
  top: -20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  opacity: 0;
  transition: opacity 0.3s;
}
.ward-progress:hover .progress-bar::after {
  opacity: 1;
}
.general .progress-bar {
  background: var(--general);
}
.icu .progress-bar {
  background: var(--icu);
}
.pediatric .progress-bar {
  background: var(--pediatric);
}
.cabin .progress-bar {
  background: var(--cabin);
}
.nicu .progress-bar {
  background: var(--nicu);
}
.post-op .progress-bar {
  background: var(--post-op);
}
.delux .progress-bar {
  background: var(--delux);
}
.suite .progress-bar {
  background: var(--suite);
}
.ward-action {
  display: block;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  padding: 12px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.general .ward-action {
  background: var(--general);
  color: white;
}
.icu .ward-action {
  background: var(--icu);
  color: white;
}
.pediatric .ward-action {
  background: var(--pediatric);
  color: white;
}
.cabin .ward-action {
  background: var(--cabin);
  color: white;
}
.nicu .ward-action {
  background: var(--nicu);
  color: white;
}
.post-op .ward-action {
  background: var(--post-op);
  color: white;
}
.delux .ward-action {
  background: var(--delux);
  color: white;
}
.suite .ward-action {
  background: var(--suite);
  color: white;
}
.ward-action:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}
.dashboard-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  background: #f8f9fa;
  border-top: 1px solid #eaecef;
}
.last-updated {
  font-size: 14px;
  color: #7f8c8d;
}
.refresh-btn {
  background: #3498db;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.refresh-btn:hover {
  background: #2980b9;
  transform: translateY(-2px);
}
@media (max-width: 1400px) {
  .ward-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1100px) {
  .ward-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ward-container {
    grid-template-columns: 1fr;
  }
}
.discharge-summary-container {
  margin-top: -50px;
  font-family:
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
}
.discharge-summary-container .patient-header-card {
  background:
    linear-gradient(
      135deg,
      #008080 0%,
      #3e9e99 100%);
  color: white;
  padding: 1.1rem 2rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
}
.discharge-summary-container .patient-header-card::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 140%;
  background:
    linear-gradient(
      45deg,
      transparent 0%,
      rgba(255, 255, 255, 0.1) 50%,
      transparent 100%);
  transform: rotate(30deg);
  z-index: -1;
  animation: discharge-summary-shimmer 8s infinite linear;
}
@keyframes discharge-summary-shimmer {
  0% {
    transform: translateX(-100%) rotate(30deg);
  }
  100% {
    transform: translateX(100%) rotate(30deg);
  }
}
.discharge-summary-container .patient-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.discharge-summary-container .patient-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.0rem;
  font-size: 1.8rem;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  animation: discharge-summary-float 4s ease-in-out infinite;
}
@keyframes discharge-summary-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.discharge-summary-container .patient-badge {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.5rem 1.0rem;
  border-radius: 50px;
  font-size: 0.78rem;
  margin-left: 1.5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.discharge-summary-container .patient-meta {
  font-size: 0.89rem;
  opacity: 0.9;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: #fff;
}
.discharge-summary-container .patient-meta i {
  margin-right: 0.5rem;
  font-size: 1.0rem;
  color: #fff;
}
.discharge-summary-container .patient-details-grid {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 2rem;
}
.discharge-summary-container .detail-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.8rem;
  padding: 0.4rem 0.6rem;
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: default;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.discharge-summary-container .detail-icon {
  margin-left: 0.5rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  min-width: 19px;
  text-align: center;
}
.discharge-summary-container .detail-label {
  font-weight: 600;
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.95);
}
.discharge-summary-container .detail-value {
  opacity: 0.95;
  color: white;
}
.discharge-summary-container .admitedby {
  font-size: 12px;
  display: block;
}
.discharge-summary-container .discharge-info-section {
  background-color: white;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
}
.discharge-summary-container .discharge-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.discharge-summary-container .discharge-textarea {
  min-height: 50px;
  resize: vertical;
}
.discharge-summary-container .custom-tabs-container {
  margin-bottom: 2rem;
  position: relative;
}
.discharge-summary-container .custom-tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
.discharge-summary-container .custom-tabs .nav-link {
  color: #495057;
  font-weight: 600;
  border: none;
  padding: 0.65rem 1.8rem;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #e9ecef;
  position: relative;
  overflow: hidden;
  font-size: 0.80rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.discharge-summary-container .custom-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      #008080 0%,
      #3e9e99 100%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: -1;
}
.discharge-summary-container .custom-tabs .nav-link:hover:not(.active) {
  background-color: #dee2e6;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.discharge-summary-container .custom-tabs .nav-link.active {
  color: white;
  background: transparent;
  box-shadow: 0 5px 15px rgba(46, 55, 164, 0.2);
}
.discharge-summary-container .custom-tabs .nav-link.active::before {
  opacity: 1;
}
.discharge-summary-container .custom-tab-content {
  background-color: white;
  padding: 2rem 1.0rem;
  border-radius: 12px;
  border-top: none;
  position: relative;
  z-index: 0;
  margin-top: -1rem;
  padding-top: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.discharge-summary-container .section-card {
  background-color: white;
  padding: 1.8rem 1.2rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  animation: unset !important;
  opacity: 1 !important;
}
@keyframes discharge-summary-fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.discharge-summary-container .section-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.discharge-summary-container .section-title {
  font-weight: 700;
  color: #3b3c41;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 0.5rem;
  display: inline-block;
  margin-bottom: 38px;
}
.discharge-summary-container .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #008080 0%,
      #3e9e99 100%);
  border-radius: 3px;
}
.discharge-summary-container .section-title.with-icon {
  display: flex;
  align-items: center;
}
.discharge-summary-container .section-title.with-icon i {
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #3e9e99;
}
.discharge-summary-container .section-title.with-icon i.marginn {
  margin-right: 0;
  font-size: 1.2rem;
  color: inherit;
}
.discharge-summary-container .diagnosis-view {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.discharge-summary-container .diagnosis-view__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.discharge-summary-container .diagnosis-view__icon {
  color: #4e73df;
  margin-right: 10px;
  font-size: 1rem;
}
.discharge-summary-container .diagnosis-view__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.discharge-summary-container .diagnosis-view__item {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #4e73df;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.discharge-summary-container .other-diagnosis__item {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.discharge-summary-container .diagnosis-view__item--provisional {
  border-left-color: #f6c23e;
  background: #fef9e7;
}
.discharge-summary-container .diagnosis-view__number {
  font-weight: 600;
  color: #4e73df;
  margin-right: 10px;
  min-width: 20px;
}
.discharge-summary-container .diagnosis-view__item--provisional .diagnosis-view__number {
  color: #f39c12;
}
.discharge-summary-container .diagnosis-view__details {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.discharge-summary-container .diagnosis-view__code {
  font-weight: 600;
  color: #2c3e50;
  background: #e8f4fd;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.discharge-summary-container .diagnosis-view__description {
  color: #5a5c69;
  font-size: 0.9rem;
  flex: 1;
}
.discharge-summary-container .diagnosis-view__provisional-badge {
  background: #fdf3d8;
  color: #f39c12;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 600;
}
.discharge-summary-container .other-diagnosis {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.discharge-summary-container .other-diagnosis__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.discharge-summary-container .other-diagnosis__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  display: flex;
  align-items: center;
}
.discharge-summary-container .other-diagnosis__icon {
  color: #6c757d;
  margin-right: 10px;
  font-size: 1rem;
}
.discharge-summary-container .other-diagnosis__add-btn {
  background: #4e73df;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.85rem;
  transition: all 0.2s;
}
.discharge-summary-container .other-diagnosis__add-btn:hover {
  background: #3a5bbf;
}
.discharge-summary-container .other-diagnosis__add-icon {
  margin-right: 5px;
}
.discharge-summary-container .other-diagnosis__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.discharge-summary-container .other-diagnosis__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background: #ffffff;
  border-radius: 6px;
  border-left: 3px solid #6c757d;
}
.discharge-summary-container .other-diagnosis__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.discharge-summary-container .other-diagnosis__number {
  font-weight: 600;
  color: #6c757d;
  min-width: 20px;
}
.discharge-summary-container .other-diagnosis__code {
  font-weight: 600;
  color: #2c3e50;
  background: #e8f4fd;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.discharge-summary-container .other-diagnosis__description {
  color: #5a5c69;
  font-size: 0.9rem;
  flex: 1;
}
.discharge-summary-container .other-diagnosis__delete-btn {
  background: none;
  border: none;
  color: #e74c3c;
  opacity: 0.7;
  padding: 5px;
  margin-left: 10px;
  transition: opacity 0.2s;
}
.discharge-summary-container .other-diagnosis__delete-btn:hover {
  opacity: 1;
}
.discharge-summary-container .other-diagnosis__delete-icon {
  font-size: 0.9rem;
}
.discharge-summary-container .other-diagnosis__notes {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.discharge-summary-container .other-diagnosis__subtitle {
  font-size: 0.9rem;
  font-weight: 600;
  color: #5a5c69;
  margin-bottom: 10px;
}
.discharge-summary-container .other-diagnosis__notes-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 80px;
}
.discharge-summary-container .other-diagnosis__notes-actions {
  text-align: right;
  margin-top: 10px;
}
.discharge-summary-container .other-diagnosis__save-btn {
  background: #4e73df;
  color: white;
  border: none;
  padding: 6px 15px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.discharge-summary-container .other-diagnosis__save-btn:hover {
  background: #3a5bbf;
}
.discharge-summary-container .medication-list {
  margin-bottom: 2rem;
}
.discharge-summary-container .medication-item {
  background-color: white;
  padding: 1.0rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  border-left: 4px solid #008080;
}
.discharge-summary-container .medication-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.discharge-summary-container .medication-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background:
    linear-gradient(
      to bottom,
      #008080 0%,
      #3e9e99 100%);
}
.discharge-summary-container .med-name {
  color: #343a40;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.discharge-summary-container .med-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #495057;
}
.discharge-summary-container .med-detail {
  display: flex;
  align-items: center;
  background: rgba(51, 52, 72, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.discharge-summary-container .med-detail i {
  margin-right: 0.5rem;
  font-size: 1rem;
  color: #3e9e99;
}
.discharge-summary-container .btn-remove-med {
  color: #dc3545;
  background: none;
  border: none;
  font-size: 1.2rem;
  padding: 0.5rem;
  opacity: 0.7;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.discharge-summary-container .btn-remove-med:hover {
  opacity: 1;
  transform: scale(1.2);
  color: #dc3545;
}
.discharge-summary-container .investigation-panel {
  padding: 15px !important;
}
.discharge-summary-container .lab-test-container {
  margin-top: 15px;
}
.discharge-summary-container .current-tests-section {
  background: #f9f9f9;
  border: 1px solid #eee;
}
.discharge-summary-container .test-category {
  margin-bottom: 20px;
}
.discharge-summary-container .category-title {
  font-size: 1rem;
  color: #2c3e50;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.discharge-summary-container .test-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.discharge-summary-container .add-tests-section {
  background: #f9f9f9;
  border: 1px solid #eee;
}
.discharge-summary-container .input-block {
  margin-bottom: 1rem;
}
.discharge-summary-container .local-forms label {
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.5rem;
  display: block;
}
.discharge-summary-container .form-control {
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
}
.discharge-summary-container .form-select {
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
}
.discharge-summary-container .text-danger {
  color: #dc3545;
  font-size: 0.85rem;
}
.discharge-summary-container .btn {
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: all 0.3s;
}
.discharge-summary-container .btn-primary {
  background-color: #008080;
  border-color: #008080;
}
.discharge-summary-container .btn-primary:hover {
  background-color: #252d8f;
  border-color: #252d8f;
}
.discharge-summary-container .submit-form {
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .discharge-summary-container .patient-details-grid {
    flex-wrap: wrap;
  }
  .discharge-summary-container .detail-item {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .discharge-summary-container .patient-header-card {
    flex-direction: column;
    padding: 1.5rem;
  }
  .discharge-summary-container .patient-title {
    margin-bottom: 1rem;
  }
  .discharge-summary-container .patient-details-grid {
    margin-left: 0;
    margin-top: 1rem;
  }
  .discharge-summary-container .detail-item {
    flex: 0 0 100%;
    border-left: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .discharge-summary-container .custom-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .discharge-summary-container .discharge-info-section {
    padding: 1rem;
  }
  .discharge-summary-container .section-card {
    padding: 1.2rem;
  }
  .discharge-summary-container .section-title {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .discharge-summary-container .medication-item {
    padding: 0.8rem;
  }
  .discharge-summary-container .med-details {
    gap: 0.8rem;
  }
}
.general-section-card {
  background-color: white;
  padding: 1.8rem 1.2rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 5px 14px;
}
.general-section-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.general-section-title {
  font-weight: 600;
  color: #3b3c41;
  margin-bottom: 1.5rem;
  font-size: 1.0rem;
  position: relative;
  padding-bottom: 0.5rem;
  display: inline-block;
}
.general-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #008080 0%,
      #3e9e99 100%);
  border-radius: 3px;
}
.icon-title {
  display: flex;
  align-items: center;
}
.icon-title i {
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #3e9e99;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.accident-row-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accident-row-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 12px 15px;
  border-left: 3px solid #dc3545;
}
.accident-row-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.accident-row-badge {
  background: #dc3545;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.accident-row-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.accident-main-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.accident-main-info h4 {
  margin: 0;
  font-size: 1rem;
  color: #333;
}
.accident-date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.85rem;
  color: #666;
}
.accident-date i {
  color: #dc3545;
}
.accident-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.85rem;
  color: #666;
}
.accident-location i {
  color: #dc3545;
}
.accident-row-actions .dropdown-toggle {
  color: #666;
  padding: 5px;
  background: transparent;
  border: none;
}
.no-accident-card {
  text-align: center;
  padding: 30px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px dashed #ddd;
}
.no-accident-card i {
  font-size: 2rem;
  color: #ccc;
  margin-bottom: 15px;
}
.no-accident-card p {
  color: #777;
  margin-bottom: 15px;
}
.add-accident-btn {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .accident-main-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .accident-row-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .accident-row-actions {
    align-self: flex-end;
  }
}
.fh-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  padding: 1rem;
}
.fh-card {
  background: var(--fh-card-bg, #ffffff);
  border-radius: var(--fh-card-radius, 0.75rem);
  box-shadow: var(--fh-card-shadow, 0 4px 12px rgba(0,0,0,0.08));
  border-left: 4px solid var(--fh-card-accent, #4a90e2);
  transition: all 0.25s ease;
  overflow: hidden;
}
.fh-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: var(--fh-card-hover-shadow, 0 8px 16px rgba(0,0,0,0.12));
}
.fh-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--fh-header-padding, 1rem);
  border-bottom: 1px solid var(--fh-header-border, #f0f0f0);
  background: var(--fh-header-bg, #f9fafb);
}
.fh-card-title {
  margin: 0;
  font-size: var(--fh-title-size, 1rem);
  color: var(--fh-title-color, #2d3748);
  font-weight: var(--fh-title-weight, 600);
  line-height: 1.4;
}
.fh-card-actions .fh-action-btn {
  background: none;
  border: none;
  color: var(--fh-action-color, #718096);
  cursor: pointer;
  padding: 0.25rem;
}
.fh-action-icon {
  font-size: var(--fh-action-icon-size, 1rem);
}
.fh-dropdown-menu {
  border-radius: var(--fh-dropdown-radius, 0.5rem);
  border: 1px solid var(--fh-dropdown-border, #e2e8f0);
}
.fh-dropdown-item {
  display: flex;
  align-items: center;
  padding: var(--fh-dropdown-item-padding, 0.5rem 1rem);
  font-size: var(--fh-dropdown-item-size, 0.875rem);
  color: var(--fh-dropdown-item-color, #4a5568);
}
.fh-item-icon {
  margin-right: var(--fh-icon-margin, 0.5rem);
  width: 1em;
  text-align: center;
  color: var(--fh-icon-color, #718096);
}
.fh-card-body {
  padding: var(--fh-body-padding, 1rem);
}
.fh-card-field {
  margin-bottom: var(--fh-field-spacing, 0.75rem);
}
.fh-field-label {
  display: block;
  font-size: var(--fh-label-size, 0.75rem);
  color: var(--fh-label-color, #718096);
  margin-bottom: var(--fh-label-margin, 0.25rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.fh-field-value {
  font-size: var(--fh-value-size, 0.875rem);
  color: var(--fh-value-color, #4a5568);
  line-height: 1.5;
}
.fh-empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: var(--fh-empty-padding, 2.5rem 1rem);
  background: var(--fh-empty-bg, #f8fafc);
  border-radius: var(--fh-empty-radius, 0.75rem);
  border: 1px dashed var(--fh-empty-border, #cbd5e0);
}
.fh-empty-icon {
  font-size: var(--fh-empty-icon-size, 2.5rem);
  color: var(--fh-empty-icon-color, #cbd5e0);
  margin-bottom: var(--fh-empty-icon-margin, 1rem);
}
.fh-empty-title {
  color: var(--fh-empty-title-color, #718096);
  margin-bottom: var(--fh-empty-title-margin, 0.5rem);
  font-size: var(--fh-empty-title-size, 1.25rem);
}
.fh-empty-text {
  color: var(--fh-empty-text-color, #a0aec0);
  margin: 0;
  font-size: var(--fh-empty-text-size, 0.875rem);
}
.sh-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  padding: 1rem;
}
.sh-card {
  background: var(--sh-card-bg, #ffffff);
  border-radius: var(--sh-card-radius, 0.75rem);
  box-shadow: var(--sh-card-shadow, 0 4px 12px rgba(0,0,0,0.08));
  border-left: 4px solid var(--sh-card-accent, #e53e3e);
  transition: all 0.25s ease;
  overflow: hidden;
}
.sh-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: var(--sh-card-hover-shadow, 0 8px 16px rgba(0,0,0,0.12));
}
.sh-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: var(--sh-header-padding, 1rem);
  border-bottom: 1px solid var(--sh-header-border, #f0f0f0);
  background: var(--sh-header-bg, #fff5f5);
}
.sh-card-title-group {
  flex: 1;
}
.sh-card-title {
  margin: 0;
  font-size: var(--sh-title-size, 1.1rem);
  color: var(--sh-title-color, #2d3748);
  font-weight: var(--sh-title-weight, 600);
  line-height: 1.4;
}
.sh-card-date {
  font-size: var(--sh-date-size, 0.8rem);
  color: var(--sh-date-color, #718096);
  margin-top: 0.25rem;
}
.sh-card-body {
  padding: var(--sh-body-padding, 1rem);
}
.sh-card-field {
  margin-bottom: var(--sh-field-spacing, 0.75rem);
}
.sh-field-label {
  display: block;
  font-size: var(--sh-label-size, 0.75rem);
  color: var(--sh-label-color, #718096);
  margin-bottom: var(--sh-label-margin, 0.25rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.sh-field-value {
  font-size: var(--sh-value-size, 0.875rem);
  color: var(--sh-value-color, #4a5568);
  line-height: 1.5;
}
.sh-empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: var(--sh-empty-padding, 2.5rem 1rem);
  background: var(--sh-empty-bg, #fff5f5);
  border-radius: var(--sh-empty-radius, 0.75rem);
  border: 1px dashed var(--sh-empty-border, #fed7d7);
}
.sh-empty-icon {
  font-size: var(--sh-empty-icon-size, 2.5rem);
  color: var(--sh-empty-icon-color, #fed7d7);
  margin-bottom: var(--sh-empty-icon-margin, 1rem);
}
.sh-empty-title {
  color: var(--sh-empty-title-color, #718096);
  margin-bottom: var(--sh-empty-title-margin, 0.5rem);
  font-size: var(--sh-empty-title-size, 1.25rem);
}
.sh-empty-text {
  color: var(--sh-empty-text-color, #a0aec0);
  margin: 0;
  font-size: var(--sh-empty-text-size, 0.875rem);
}
.sh-card-actions .dropdown {
  position: relative;
  display: inline-block;
}
.sh-dropdown-menu {
  position: absolute;
  right: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #4a5568;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.sh-dropdown-menu.show {
  display: block;
}
.sh-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #4a5568;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: none;
}
.sh-dropdown-item:hover,
.sh-dropdown-item:focus {
  color: #2d3748;
  background-color: #f8f9fa;
}
.sh-dropdown-item:active {
  color: #1a202c;
  background-color: #edf2f7;
}
.sh-action-btn {
  background: none;
  border: none;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #718096;
  cursor: pointer;
  transition: color 0.15s ease;
}
.sh-action-btn:hover {
  color: #4a5568;
}
.sh-item-icon {
  margin-right: 0.5rem;
  width: 1em;
  text-align: center;
}
.social-history-container {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
}
.social-history-card {
  background: var(--social-card-bg, #ffffff);
  border-radius: var(--social-card-radius, 0.75rem);
  box-shadow: var(--social-card-shadow, 0 4px 12px rgba(0,0,0,0.08));
  border-left: 4px solid var(--social-card-accent, #38b2ac);
  transition: all 0.25s ease;
  overflow: hidden;
}
.social-history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--social-header-border, #f0f0f0);
  background: var(--social-header-bg, #f0fdfa);
}
.social-history-title {
  margin: 0;
  font-size: 1.25rem;
  color: var(--social-title-color, #2d3748);
  font-weight: 600;
}
.social-history-body {
  padding: 1.5rem;
}
.social-history-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.social-history-field {
  margin-bottom: 0;
}
.social-field-label {
  display: block;
  font-size: 0.8rem;
  color: var(--social-label-color, #718096);
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.social-field-value {
  font-size: 1rem;
  color: var(--social-value-color, #4a5568);
  line-height: 1.5;
  word-break: break-word;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e2e8f0;
}
.social-history-empty {
  text-align: center;
  padding: 3rem 1rem;
  background: var(--social-empty-bg, #f0fdfa);
  border-radius: 0.75rem;
  border: 1px dashed var(--social-empty-border, #ccfbf1);
}
.social-empty-icon {
  font-size: 2.5rem;
  color: var(--social-empty-icon-color, #99f6e4);
  margin-bottom: 1rem;
}
.social-empty-title {
  color: var(--social-empty-title-color, #718096);
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.social-empty-text {
  color: var(--social-empty-text-color, #a0aec0);
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.social-history-add-btn {
  background: var(--social-btn-bg, #38b2ac);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.social-history-add-btn:hover {
  background: var(--social-btn-hover, #2c9c96);
  transform: translateY(-1px);
}
.social-history-actions .dropdown {
  position: relative;
  display: inline-block;
}
.social-dropdown-menu {
  position: absolute;
  right: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #4a5568;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.social-dropdown-menu.show {
  display: block;
}
.social-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #4a5568;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: none;
}
.social-dropdown-item:hover,
.social-dropdown-item:focus {
  color: #2d3748;
  background-color: #f8f9fa;
}
.social-action-btn {
  background: none;
  border: none;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #718096;
  cursor: pointer;
  transition: color 0.15s ease;
}
.social-action-btn:hover {
  color: #4a5568;
}
.social-item-icon {
  margin-right: 0.5rem;
  width: 1em;
  text-align: center;
}
.custom-card-table-container {
  width: 100%;
  overflow-x: auto;
  padding: 5px;
}
.custom-card-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  background: transparent;
}
.custom-card-table-header th {
  background-color: #f8f9fa;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: #495057;
  border: none;
}
.custom-card-table-body tr {
  margin-bottom: 12px;
}
.custom-card-table-row td {
  padding: 0;
  border: none;
  background: transparent;
}
.custom-card-table-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 16px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}
.custom-card-table-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-color: #dee2e6;
}
.custom-card-table-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e9ecef;
}
.custom-card-table-card .card-header i {
  margin-right: 6px;
  font-size: 14px;
  color: #6c757d;
}
.custom-card-table-card .card-header .order-number,
.custom-card-table-card .card-header .order-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6c757d;
}
.status-badge {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.status-badge i {
  margin-right: 4px;
  font-size: 8px;
}
.status-cancel {
  background-color: #f8d7da;
  color: #721c24;
}
.status-final {
  background-color: #d4edda;
  color: #155724;
}
.status-active {
  background-color: #d1ecf1;
  color: #0c5460;
}
.status-pending {
  background-color: #fff3cd;
  color: #856404;
}
.custom-card-table-card .card-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 12px;
}
.custom-card-table-card .card-content .service-info {
  flex: 1;
  min-width: 250px;
}
.custom-card-table-card .card-content .service-info h5 {
  margin-bottom: 6px;
  color: #343a40;
  display: flex;
  align-items: center;
}
.custom-card-table-card .card-content .service-info h5 i {
  color: #4e73df;
  margin-right: 8px;
  font-size: 16px;
}
.custom-card-table-card .card-content .service-info p {
  color: #6c757d;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.custom-card-table-card .card-content .service-info p i {
  color: #6c757d;
  margin-right: 8px;
  font-size: 14px;
}
.custom-card-table-card .card-content .quantity-price {
  display: flex;
  gap: 20px;
}
.custom-card-table-card .card-content .quantity,
.custom-card-table-card .card-content .price,
.custom-card-table-card .card-content .net-amount {
  min-width: 100px;
}
.custom-card-table-card .card-content .quantity label,
.custom-card-table-card .card-content .price label,
.custom-card-table-card .card-content .net-amount label {
  display: block;
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 4px;
}
.custom-card-table-card .card-content .quantity span,
.custom-card-table-card .card-content .price span {
  font-weight: 600;
  color: #495057;
  display: flex;
  align-items: center;
}
.custom-card-table-card .card-content .quantity i,
.custom-card-table-card .card-content .price i,
.custom-card-table-card .card-content .net-amount i {
  margin-right: 6px;
  font-size: 14px;
  color: #6c757d;
}
.custom-card-table-card .card-content .net-amount {
  margin-left: auto;
}
.custom-card-table-card .card-content .net-amount .amount-value {
  font-size: 18px;
  font-weight: 700;
  color: #2e59d9;
}
.custom-card-table-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 12px;
  border-top: 1px solid #e9ecef;
}
.custom-card-table-card .card-footer .remarks {
  flex: 1;
  min-width: 200px;
}
.custom-card-table-card .card-footer .remarks label {
  font-size: 12px;
  color: #6c757d;
  display: flex;
  align-items: center;
}
.custom-card-table-card .card-footer .remarks label i {
  margin-right: 6px;
  font-size: 14px;
}
.custom-card-table-card .card-footer .remarks p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #495057;
}
.custom-card-table-card .card-footer .actions {
  display: flex;
  gap: 8px;
}
.custom-card-table-card .card-footer .actions button {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.custom-card-table-card .card-footer .actions button i {
  margin-right: 6px;
  font-size: 14px;
}
.custom-card-table-card .card-footer .actions .btn-details {
  background-color: #e2e6ea;
  color: #495057;
}
.custom-card-table-card .card-footer .actions .btn-details:hover {
  background-color: #d1d7dc;
}
.custom-card-table-card .card-footer .actions .btn-cancel {
  background-color: #f8d7da;
  color: #721c24;
}
.custom-card-table-card .card-footer .actions .btn-cancel:hover {
  background-color: #f1b7bc;
}
.empty-row td {
  padding: 0;
}
.empty-state {
  padding: 40px 20px;
  text-align: center;
  color: #adb5bd;
}
.empty-state i {
  font-size: 48px;
  margin-bottom: 10px;
  display: block;
}
.empty-state p {
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .custom-card-table-card .card-content {
    flex-direction: column;
    gap: 15px;
  }
  .custom-card-table-card .card-content .quantity-price {
    justify-content: space-between;
  }
  .custom-card-table-card .card-content .net-amount {
    margin-left: 0;
  }
  .custom-card-table-card .card-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-card-table-card .card-footer .actions {
    width: 100%;
    justify-content: flex-end;
    margin-top: 10px;
  }
}
.custom-card-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.custom-card-table-row {
  margin-bottom: 1rem;
}
.custom-card-table-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  transition: all 0.3s ease;
}
.custom-card-table-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.order-number {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
  min-width: 40px;
  text-align: center;
  margin-right: 1rem;
}
.card-content {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.service-info {
  flex: 2;
  padding: 0 1rem;
}
.service-info h5 {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  color: #333;
}
.service-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
.quantity-price {
  flex: 1;
  display: flex;
}
.quantity,
.price {
  flex: 1;
}
.quantity label,
.price label {
  display: block;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 0.25rem;
}
.quantity span,
.price span {
  font-size: 0.95rem;
  color: #333;
}
.net-amount {
  flex: 1;
  text-align: right;
  padding-right: 1rem;
}
.net-amount label {
  display: block;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 0.25rem;
}
.amount-value {
  font-size: 1.1rem;
  font-weight: bold;
  color: #2c3e50;
}
.order-status {
  margin-left: auto;
  margin-right: 1rem;
}
.status-badge {
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
}
.status-badge i {
  margin-right: 0.25rem;
  font-size: 0.5rem;
}
.status-active {
  background-color: #e3f2fd;
  color: #1976d2;
}
.status-pending {
  background-color: #fff8e1;
  color: #ff8f00;
}
.status-final {
  background-color: #e8f5e9;
  color: #388e3c;
}
.status-cancel {
  background-color: #ffebee;
  color: #d32f2f;
}
.actions {
  display: flex;
  gap: 0.5rem;
}
.btn-details,
.btn-cancel {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.2s ease;
}
.btn-details {
  background-color: #e3f2fd;
  color: #1976d2;
}
.btn-details:hover {
  background-color: #bbdefb;
}
.btn-cancel {
  background-color: #ffebee;
  color: #d32f2f;
}
.btn-cancel:hover {
  background-color: #ffcdd2;
}
.empty-state {
  text-align: center;
  padding: 2rem;
  color: #888;
}
.empty-state i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.card-header {
  align-items: center;
  margin-bottom: 0.5rem;
}
.order-date {
  font-size: 0.8rem;
  color: #666;
  margin-right: 1rem;
}
.remarks {
  display: none;
}
.custom-card-table {
  width: 100%;
  border-collapse: collapse;
}
.custom-card-table-row {
  margin-bottom: 12px;
}
.custom-card-table-card {
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  transition: all 0.3s ease;
  gap: 16px;
  align-items: center;
}
.custom-card-table-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.order-number {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-content {
  display: flex;
  flex: 2;
  align-items: center;
  gap: 24px;
}
.service-info {
  display: flex;
  flex-direction: column;
}
.service-info h5 {
  margin: 0;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}
.meta-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.order-date {
  font-size: 0.8rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.order-status {
  margin-left: 0;
}
.price-info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.quantity,
.unit-price,
.net-amount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 109px;
}
.quantity label,
.unit-price label,
.net-amount label {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 4px;
}
.quantity span,
.unit-price span,
.net-amount span {
  font-size: 0.95rem;
  color: #333;
}
.net-amount span {
  font-weight: bold;
  font-size: 1.1rem;
  color: #2c3e50;
}
.status-badge {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.status-badge i {
  font-size: 0.5rem;
}
.status-active {
  background-color: #e3f2fd;
  color: #1976d2;
}
.status-pending {
  background-color: #fff8e1;
  color: #ff8f00;
}
.status-final {
  background-color: #e8f5e9;
  color: #388e3c;
}
.status-cancel {
  background-color: #ffebee;
  color: #d32f2f;
}
.actions {
  display: flex;
  gap: 8px;
  margin-left: 16px;
  width: 120px;
}
.btn-details,
.btn-cancel {
  padding: 8px;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-details {
  background-color: #e3f2fd;
  color: #1976d2;
}
.btn-details:hover {
  background-color: #bbdefb;
  transform: scale(1.1);
}
.btn-cancel {
  background-color: #ffebee;
  color: #d32f2f;
}
.btn-cancel:hover {
  background-color: #ffcdd2;
  transform: scale(1.1);
}
.btn-details:hover::after,
.btn-cancel:hover::after {
  content: attr(aria-label);
  position: absolute;
  background: #333;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  white-space: nowrap;
  transform: translateY(100%);
  z-index: 1;
}
.empty-state {
  text-align: center;
  padding: 32px;
  color: #888;
}
.empty-state i {
  font-size: 2rem;
  margin-bottom: 8px;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  background-color: #008080 !important;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  border-color: #008080;
}
.top-nav-search .form-control {
  background-color: #f4f4fb !important;
  border-radius: 12px !important;
  border: 0;
  height: 40px;
  padding: 10px 15px 10px 40px !important;
}
.sidebar-menu ul ul a {
  display: block;
  font-size: 14px;
  padding: 9px 10px 9px 60px;
  position: relative;
  color: rgb(88 97 97 / 60%);
  font-weight: 500;
}
.discharge-summary-container {
  margin-top: -50px;
  @keyframes discharge-shimmer {
    0% {
      transform: translateX(-100%) rotate(30deg);
    }
    100% {
      transform: translateX(100%) rotate(30deg);
    }
  }
  @keyframes discharge-float {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @keyframes discharge-fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.discharge-summary-container .patient-header-card {
  background:
    linear-gradient(
      135deg,
      #2e37a4 0%,
      #3e9e99 100%);
  color: white;
  padding: 1.1rem 2rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
}
.discharge-summary-container .patient-header-card::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 140%;
  background:
    linear-gradient(
      45deg,
      transparent 0%,
      rgba(255, 255, 255, 0.1) 50%,
      transparent 100%);
  transform: rotate(30deg);
  z-index: -1;
  animation: discharge-shimmer 8s infinite linear;
}
.discharge-summary-container .patient-header-card .patient-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.discharge-summary-container .patient-header-card .patient-title .patient-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.8rem;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  animation: discharge-float 4s ease-in-out infinite;
}
.discharge-summary-container .patient-header-card .patient-title .patient-badge {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.78rem;
  margin-left: 1.5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.discharge-summary-container .patient-header-card .patient-details-grid {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 2rem;
}
.discharge-summary-container .patient-header-card .patient-details-grid .detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
  font-size: 0.8rem;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: default;
  border: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0px;
}
.discharge-summary-container .patient-header-card .patient-details-grid .detail-item .detail-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.discharge-summary-container .patient-header-card .patient-details-grid .detail-item .detail-icon {
  margin-left: 0.5rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  min-width: 19px;
  text-align: center;
}
.discharge-summary-container .patient-header-card .patient-details-grid .detail-item .detail-label {
  font-weight: 600;
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.95);
}
.discharge-summary-container .patient-header-card .patient-details-grid .detail-item .detail-value {
  opacity: 0.95;
  color: white;
  padding-left: 1.5rem;
}
.discharge-summary-container .patient-header-card .admitedby {
  font-size: 12px;
  display: block;
}
.discharge-summary-container .discharge-info-section {
  background-color: white;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0px;
}
.discharge-summary-container .custom-tabs-container {
  margin-bottom: 2rem;
  position: relative;
}
.discharge-summary-container .custom-tabs-container .custom-tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
.discharge-summary-container .custom-tabs-container .custom-tabs .nav-link {
  color: #495057;
  font-weight: 600;
  border: none;
  padding: 0.65rem 1.8rem;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #e9ecef;
  position: relative;
  overflow: hidden;
  font-size: 0.80rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.discharge-summary-container .custom-tabs-container .custom-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      #2e37a4 0%,
      #3e9e99 100%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: -1;
}
.discharge-summary-container .custom-tabs-container .custom-tabs .nav-link:hover:not(.active) {
  background-color: #dee2e6;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.discharge-summary-container .custom-tabs-container .custom-tabs .nav-link.active {
  color: white;
  background: transparent;
  box-shadow: 0 5px 15px rgba(46, 55, 164, 0.2);
}
.discharge-summary-container .custom-tabs-container .custom-tabs .nav-link.active::before {
  opacity: 1;
}
.discharge-summary-container .custom-tabs-container .custom-tab-content {
  background-color: white;
  padding: 2rem 1rem;
  border-radius: 12px;
  border-top: none;
  position: relative;
  z-index: 0;
  margin-top: -1rem;
  padding-top: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.discharge-summary-container .section-card {
  background-color: white;
  padding: 1.8rem 1.2rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  animation: discharge-fadeIn 0.6s ease forwards;
  opacity: 0;
}
.discharge-summary-container .section-card .section-title {
  font-weight: 700;
  color: #3b3c41;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 0.5rem;
  display: inline-block;
  margin-bottom: 38px;
}
.discharge-summary-container .section-card .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #2e37a4 0%,
      #3e9e99 100%);
  border-radius: 3px;
}
.discharge-summary-container .section-card .section-title.with-icon {
  display: flex;
  align-items: center;
}
.discharge-summary-container .section-card .section-title.with-icon i {
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #3e9e99;
}
.discharge-summary-container .section-card .section-title.with-icon i.marginn {
  margin-right: 0;
  font-size: 1.2rem;
  color: inherit;
}
.discharge-summary-container .diagnosis-view {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.discharge-summary-container .diagnosis-view .diagnosis-view__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.discharge-summary-container .diagnosis-view .diagnosis-view__item {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #4e73df;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.discharge-summary-container .diagnosis-view .diagnosis-view__number {
  font-weight: 600;
  color: #4e73df;
  margin-right: 10px;
  min-width: 20px;
}
.discharge-summary-container .diagnosis-view .diagnosis-view__details {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.discharge-summary-container .diagnosis-view .diagnosis-view__code {
  font-weight: 600;
  color: #2c3e50;
  background: #e8f4fd;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.discharge-summary-container .diagnosis-view .diagnosis-view__description {
  color: #5a5c69;
  font-size: 0.9rem;
  flex: 1;
}
.discharge-summary-container .other-diagnosis {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.discharge-summary-container .other-diagnosis .other-diagnosis__item {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background: #ffffff;
  border-radius: 6px;
  border-left: 3px solid #6c757d;
}
.discharge-summary-container .other-diagnosis .other-diagnosis__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.discharge-summary-container .other-diagnosis .other-diagnosis__number {
  font-weight: 600;
  color: #6c757d;
  min-width: 20px;
}
.discharge-summary-container .other-diagnosis .other-diagnosis__code {
  font-weight: 600;
  color: #2c3e50;
  background: #e8f4fd;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.discharge-summary-container .other-diagnosis .other-diagnosis__description {
  color: #5a5c69;
  font-size: 0.9rem;
  flex: 1;
}
.discharge-summary-container .other-diagnosis .other-diagnosis__delete-btn {
  background: none;
  border: none;
  color: #e74c3c;
  opacity: 0.7;
  padding: 5px;
  margin-left: 10px;
  transition: opacity 0.2s;
}
.discharge-summary-container .other-diagnosis .other-diagnosis__delete-icon {
  font-size: 0.9rem;
}
.discharge-summary-container .medication-list {
  margin-bottom: 2rem;
}
.discharge-summary-container .medication-list .medication-item {
  background-color: white;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  border-left: 4px solid #2e37a4;
}
.discharge-summary-container .medication-list .med-name {
  color: #343a40;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.discharge-summary-container .medication-list .med-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #495057;
}
.discharge-summary-container .medication-list .med-detail {
  display: flex;
  align-items: center;
  background: rgba(51, 52, 72, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.discharge-summary-container .medication-list .med-detail i {
  margin-right: 0.5rem;
  font-size: 1rem;
  color: #3e9e99;
}
.discharge-summary-container .medication-list .btn-remove-med {
  color: #dc3545;
  background: none;
  border: none;
  font-size: 1.2rem;
  padding: 0.5rem;
  opacity: 0.7;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.discharge-summary-container .investigation-panel {
  margin-bottom: 2rem;
}
.discharge-summary-container .investigation-panel .lab-test-container {
  margin-top: 1rem;
}
.discharge-summary-container .investigation-panel .current-tests-section,
.discharge-summary-container .investigation-panel .add-tests-section {
  padding: 1.5rem;
  border-radius: 8px;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.discharge-summary-container .investigation-panel .test-category {
  margin-bottom: 1.5rem;
}
.discharge-summary-container .investigation-panel .category-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
}
.discharge-summary-container .investigation-panel .test-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.discharge-summary-container .investigation-panel .common-tests {
  margin-top: 1.5rem;
}
.discharge-summary-container .investigation-panel .common-tests .btn-sm {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}
@media (max-width: 992px) {
  .discharge-summary-container .patient-details-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .discharge-summary-container .custom-tabs .nav-link {
    padding: 0.7rem 1.2rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .discharge-summary-container .patient-header-card {
    padding: 1.5rem;
    flex-direction: column;
  }
  .discharge-summary-container .patient-title {
    font-size: 1.6rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .discharge-summary-container .patient-icon {
    margin-bottom: 1rem;
    margin-right: 0;
    width: 60px;
    height: 60px;
  }
  .discharge-summary-container .patient-badge {
    margin-left: 0;
    margin-top: 0.8rem;
  }
  .discharge-summary-container .patient-details-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-top: 1rem;
  }
  .discharge-summary-container .custom-tabs {
    flex-direction: column;
  }
  .discharge-summary-container .custom-tab-content {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .discharge-summary-container .detail-item {
    padding: 1rem;
    justify-content: center;
  }
  .discharge-summary-container .discharge-info-section,
  .discharge-summary-container .custom-tab-content,
  .discharge-summary-container .section-card {
    padding: 1.2rem;
  }
}
.left-panel {
  width: 100%;
  background-color: #fffbdd;
  padding: 0 0 0 0;
  margin-bottom: 15px;
}
.left-panel .panel-heading {
  border-bottom: 1px solid #f7f3d7;
  background-color: #fff7bf;
}
.left-panel .patient-hdr-label {
  background-color: transparent;
  width: 100%;
}
.doc-pagecontent .form-body,
.doc-pagecontent .form-body:focus {
  outline: none;
}
.doc-pagecontent .form-body {
  background-color: transparent;
}
.investigation-panel table tr td .btn {
  padding: 0;
}
.left-panel .panel-heading {
  margin: 0;
}
.investigation-panel {
  padding: 15px !important;
}
.show-report-btn {
  padding: 10px 0;
}
.show-report-btn input[type=checkbox],
.show-report-btn input[type=radio] {
  margin: 0 2px;
  vertical-align: middle;
}
.textarea {
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: inherit;
  padding: 1px 6px;
  display: block;
  width: 100%;
  overflow: hidden;
  resize: both;
  min-height: 60px;
  line-height: 20px;
  border-radius: 3px !important;
}
.right-panel .row {
  margin: 0 -5px;
}
.right-panel div[class*=col-] {
  padding: 0 5px !important;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
.right-panel textarea.form-control {
  min-height: 70px;
  max-width: 100%;
  width: 100%;
  resize: both;
}
.investigation-panel table tr td {
  padding: 3px 5px;
}
.right-panel .control-label {
  padding-left: 10px;
  text-align: left;
}
.modelbox-div ul {
  padding: 0;
}
.modelbox-div ul ul {
  padding: 0 15px;
}
.modelbox-div ul li {
  list-style: none;
}
.modelbox-div ul li label {
  width: 100%;
}
.modelbox-div ul li label input {
  float: right;
  margin: 0;
}
.discharge-summary-creative {
  max-width: 1200px;
  margin: 20px auto;
  padding: 30px;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  color: #333;
  position: relative;
  overflow: hidden;
}
.dsc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.dsc-clinic-info h1 {
  color: #2e37a4;
  margin: 0;
  font-size: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dsc-clinic-info p {
  color: #666;
  margin: 5px 0 0 0;
  font-size: 14px;
}
.dsc-watermark {
  font-size: 60px;
  font-weight: bold;
  color: rgba(46, 55, 164, 0.05);
  transform: rotate(-15deg);
  position: absolute;
  right: 50px;
  top: -30px;
  z-index: 0;
}
.dsc-patient-banner {
  background:
    linear-gradient(
      135deg,
      #2e37a4 0%,
      #3e9e99 100%);
  color: white;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.dsc-banner-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.dsc-patient-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.dsc-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dsc-patient-info {
  flex: 1;
  min-width: 200px;
}
.dsc-patient-name {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.dsc-patient-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 8px;
}
.dsc-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 12px;
  border-radius: 20px;
}
.status-blue {
  background: rgba(62, 158, 153, 0.8);
}
.dsc-admission-details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  min-width: 250px;
}
.dsc-detail-item {
  display: flex;
  flex-direction: column;
}
.dsc-detail-label {
  font-size: 12px;
  opacity: 0.8;
}
.dsc-detail-value {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.badge-inpatient {
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.dsc-physician-info {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  border-radius: 8px;
  min-width: 200px;
}
.dsc-physician-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.dsc-physician-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dsc-physician-details {
  display: flex;
  flex-direction: column;
}
.dsc-physician-name {
  font-size: 14px;
  font-weight: 600;
}
.dsc-physician-dept {
  font-size: 12px;
  opacity: 0.9;
}
.dsc-content-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}
.dsc-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  position: relative;
  border: 1px solid #eee;
  width: 100%;
  margin-bottom: 15px;
}
.dsc-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  position: relative;
}
.dsc-card-header h3 {
  margin: 0;
  font-size: 18px;
  color: #2e37a4;
}
.dsc-card-header i {
  color: #3e9e99;
  font-size: 20px;
}
.dsc-badge {
  background: #3e9e99;
  color: white;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: auto;
}
.dsc-diagnosis-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dsc-diagnosis-item {
  display: flex;
  gap: 15px;
}
.dsc-diagnosis-icon {
  color: #2e37a4;
  font-size: 20px;
  margin-top: 3px;
}
.dsc-diagnosis-details {
  flex: 1;
}
.dsc-diagnosis-details h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #444;
}
.dsc-diagnosis-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.dsc-diagnosis-code {
  background: #e8f4fd;
  color: #2e37a4;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  min-width: 70px;
  text-align: center;
}
.dsc-diagnosis-desc {
  font-size: 14px;
  color: #555;
}
.dsc-medication-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dsc-medication-item {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 10px;
  border-left: 4px solid #3e9e99;
}
.dsc-med-icon {
  color: #2e37a4;
  font-size: 24px;
  margin-top: 3px;
}
.dsc-med-details h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
}
.dsc-med-meta {
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #666;
}
.dsc-med-meta i {
  margin-right: 5px;
  color: #3e9e99;
}
.dsc-section {
  margin-bottom: 20px;
}
.dsc-section h4 {
  margin: 0 0 8px 0;
  font-size: 15px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dsc-section h4 i {
  color: #3e9e99;
  font-size: 16px;
}
.dsc-section p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  padding-left: 24px;
}
.dsc-lab-list,
.dsc-imaging-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dsc-lab-item,
.dsc-imaging-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 14px;
}
.dsc-lab-item i {
  color: #2e37a4;
}
.dsc-imaging-item i {
  color: #3e9e99;
}
.dsc-orders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.dsc-order-item {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
}
.dsc-order-item i {
  color: #2e37a4;
  font-size: 20px;
  margin-top: 3px;
}
.dsc-order-item h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #444;
}
.dsc-order-item p {
  margin: 0;
  font-size: 13px;
  color: #666;
}
.dsc-info-box-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.dsc-info-box {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  width: 100%;
}
.dsc-discharge-info-box {
  border-top: 4px solid #3e9e99;
}
.dsc-admission-info-box {
  border-top: 4px solid #2e37a4;
}
.dsc-info-box-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.dsc-info-box-header h3 {
  margin: 0;
  font-size: 18px;
}
.dsc-info-box-header i {
  font-size: 20px;
}
.dsc-discharge-info-box .dsc-info-box-header h3,
.dsc-discharge-info-box .dsc-info-box-header i {
  color: #3e9e99;
}
.dsc-admission-info-box .dsc-info-box-header h3,
.dsc-admission-info-box .dsc-info-box-header i {
  color: #2e37a4;
}
.dsc-info-box-content {
  padding: 0 10px;
}
.dsc-info-box-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dsc-info-box-col {
  flex: 1;
  min-width: 200px;
}
.dsc-info-box-item {
  margin-bottom: 15px;
}
.dsc-info-box-label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dsc-info-box-label i {
  font-size: 16px;
  width: 20px;
  text-align: center;
}
.dsc-discharge-info-box .dsc-info-box-label i {
  color: #3e9e99;
}
.dsc-admission-info-box .dsc-info-box-label i {
  color: #2e37a4;
}
.dsc-info-box-value {
  font-size: 15px;
  color: #333;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-left: 28px;
}
.dsc-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.dsc-signature p {
  margin: 5px 0;
  font-size: 14px;
}
.dsc-signature-line {
  margin-top: 15px;
}
.dsc-signature-line p {
  margin: 0;
}
.dsc-signature-line p:first-child {
  margin-bottom: 5px;
}
.dsc-print-info {
  text-align: right;
}
.dsc-print-info p {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #666;
}
.dsc-print-btn {
  background: #2e37a4;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.dsc-print-btn:hover {
  background: #3e9e99;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .dsc-banner-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .dsc-admission-details,
  .dsc-physician-info {
    width: 100%;
  }
  .dsc-orders-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .discharge-summary-creative {
    padding: 20px;
  }
  .dsc-info-box-row {
    flex-direction: column;
  }
  .dsc-info-box-col {
    min-width: 100%;
  }
  .dsc-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .dsc-print-info {
    text-align: left;
    width: 100%;
  }
  .dsc-orders-grid {
    grid-template-columns: 1fr;
  }
}
@media print {
  body {
    background: white;
    padding: 20px;
  }
  .discharge-summary-creative {
    box-shadow: none;
    padding: 0;
    max-width: 100%;
  }
  .dsc-print-btn {
    display: none;
  }
}
.discharge-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.header-logo img {
  height: 60px;
}
.header-info {
  text-align: center;
  flex: 1;
}
.clinic-name {
  margin: 0;
  color: #2e37a4;
}
.clinic-subtitle {
  margin: 2px 0;
  font-size: 14px;
  color: #555;
}
.clinic-details {
  margin: 2px 0;
  font-size: 13px;
  color: #777;
}
.header-watermark {
  width: 25%;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  background-color: #8c75b2 !important;
  border-color: #8c75b2 !important;
}
a {
  color: #32729b;
  text-decoration: none;
}
.dhs-dashboard {
  background: #f0f2f5;
  color: #333;
  padding: 30px;
  min-width: 1000px;
  padding-top: 0px;
}
.dhs-welcome-block {
  background: white;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.dhs-welcome-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.dhs-welcome-title span {
  color: #008080;
}
.dhs-welcome-message {
  color: #7f8c8d;
  font-size: 1rem;
}
.dhs-widgets-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}
.dhs-widget {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.dhs-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.dhs-widget__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.dhs-widget__title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #333;
}
.dhs-widget__icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.dhs-widget__value {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 15px 0;
  color: #333;
  line-height: 1;
}
.dhs-widget__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-top: 10px;
}
.dhs-widget__trend {
  display: flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
}
.dhs-widget__trend--up {
  background: rgba(39, 174, 96, 0.1);
  color: #27ae60;
}
.dhs-widget__trend--down {
  background: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
}
.dhs-widget--patients .dhs-widget__icon {
  background: #008080;
}
.dhs-widget--doctors .dhs-widget__icon {
  background: #8c75b2;
}
.dhs-widget--appointments .dhs-widget__icon {
  background: #1a3c51;
}
.dhs-widget--emergency .dhs-widget__icon {
  background: #ff6b6b;
}
.dhs-charts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.dhs-chart {
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.dhs-chart:hover {
  transform: translateY(-3px);
}
.dhs-chart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.dhs-chart__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
}
.dhs-chart__title i {
  margin-right: 8px;
  color: #4a6fa5;
}
.dhs-chart__actions a {
  color: #95a5a6;
  margin-left: 10px;
  transition: color 0.3s;
}
.dhs-chart__actions a:hover {
  color: #4a6fa5;
}
.dhs-patient-flow {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding-bottom: 0px;
}
.dhs-patient-flow__title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  display: flex;
  align-items: center;
}
.dhs-patient-flow__title i {
  margin-right: 10px;
  color: #4a6fa5;
}
.dhs-patient-flow__steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 30px 0;
  flex-wrap: wrap;
}
.dhs-patient-flow__step {
  text-align: center;
  position: relative;
  z-index: 2;
  min-width: 120px;
  margin-bottom: 20px;
  flex: 1;
}
.dhs-patient-flow__step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 3px solid #4a6fa5;
  color: #4a6fa5;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.dhs-patient-flow__step:hover .dhs-patient-flow__step-icon {
  transform: scale(1.1);
  background: #4a6fa5;
  color: white;
}
.dhs-patient-flow__step-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  font-size: 0.95rem;
}
.dhs-patient-flow__step-count {
  font-weight: 700;
  color: #4a6fa5;
  margin-top: 5px;
  font-size: 1.1rem;
}
.dhs-patient-flow__line {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 4px;
  background: #eee;
  z-index: 1;
}
.dhs-patient-flow__progress {
  position: absolute;
  top: 30px;
  left: 0;
  height: 4px;
  background: #4a6fa5;
  z-index: 2;
  width: 65%;
  transition: width 1s ease;
}
.dhs-emergency-alerts {
  background: white;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #fff;
  position: relative;
  overflow: hidden;
}
.dhs-emergency-alerts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #fff;
}
.dhs-emergency-alerts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 10px;
}
.dhs-emergency-alerts__title {
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #e74c3c;
}
.dhs-emergency-alerts__title i {
  margin-right: 10px;
  color: #e74c3c;
}
.dhs-emergency-alerts__badge {
  background: #e74c3c;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.8rem;
}
.dhs-emergency-alerts__item {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid rgba(231, 76, 60, 0.1);
  transition: all 0.3s ease;
}
.dhs-emergency-alerts__item:hover {
  background: rgba(231, 76, 60, 0.05);
}
.dhs-emergency-alerts__item:last-child {
  border-bottom: none;
}
.dhs-emergency-alerts__item i {
  margin-right: 10px;
  font-size: 1.2rem;
  min-width: 24px;
  color: #e74c3c;
}
.dhs-emergency-alerts__item strong {
  display: block;
  margin-bottom: 3px;
  color: #e74c3c;
}
.dhs-emergency-alerts__item div {
  color: #333;
}
.dhs-emergency-alerts--critical {
  animation: dhsPulse 2s infinite;
}
@keyframes dhsPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
  }
}
.dhs-fade-in {
  opacity: 0;
  animation: dhsFadeIn 0.8s ease forwards;
}
@keyframes dhsFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dhsPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1400px) {
  .dhs-widgets-grid {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }
  .dhs-charts-grid {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
  }
}
@media (max-width: 1200px) {
  .dhs-widgets-grid {
    grid-template-columns: repeat(3, minmax(240px, 1fr));
  }
  .dhs-charts-grid {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
}
@media (max-width: 992px) {
  .dhs-widgets-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
  .dhs-charts-grid {
    grid-template-columns: 1fr;
  }
  .dhs-patient-flow__steps {
    justify-content: center;
  }
  .dhs-patient-flow__line,
  .dhs-patient-flow__progress {
    display: none;
  }
  .dhs-patient-flow__step {
    min-width: 100px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .dhs-dashboard {
    padding: 20px 10px;
    min-width: auto;
  }
  .dhs-widgets-grid {
    grid-template-columns: 1fr;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
  .dhs-widget__title {
    font-weight: 600;
    font-size: 1.0rem;
    color: #333;
  }
  .dhs-widget {
    padding: 20px;
  }
  .dhs-widget__value {
    font-size: 2rem;
  }
  .dhs-emergency-alerts__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .dhs-emergency-alerts__item i {
    margin-bottom: 5px;
  }
}
.dhs-lab-stats-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(5, 1fr);
  gap: 25px;
  margin-bottom: 30px;
  background: transparent;
}
.dhs-lab-main-stat {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 15px;
  padding: 25px;
  border-left: 5px solid var(--border-color, #4a6fa5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.dhs-lab-main-stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.dhs-lab-sub-stat {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-right: 10px;
}
.dhs-lab-sub-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.dhs-lab-sub-stat::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--icon-color);
  opacity: 0.7;
}
.dhs-lab-icon {
  width: 50px;
  height: 50px;
  background: rgba(var(--icon-rgb), 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: var(--icon-color);
  font-size: 1.5rem;
  flex-shrink: 0;
  z-index: 1;
}
.dhs-lab-content {
  z-index: 1;
}
.dhs-lab-value {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1;
}
.dhs-lab-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #7f8c8d;
  margin: 5px 0 0;
}
.dhs-stat-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(74, 111, 165, 0.1);
  color: #4a6fa5;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  z-index: 1;
}
.dhs-stat-badge i {
  margin-right: 5px;
  font-size: 0.9rem;
}
.dhs-lab-sub-stat:nth-child(2) {
  --icon-color: #27ae60;
  --icon-rgb:
    39,
    174,
    96;
}
.dhs-lab-sub-stat:nth-child(3) {
  --icon-color: #f39c12;
  --icon-rgb:
    243,
    156,
    18;
}
.dhs-lab-sub-stat:nth-child(4) {
  --icon-color: #2ecc71;
  --icon-rgb:
    46,
    204,
    113;
}
.dhs-lab-sub-stat:nth-child(5) {
  --icon-color: #e74c3c;
  --icon-rgb:
    231,
    76,
    60;
}
.dhs-lab-sub-stat:nth-child(6) {
  --icon-color: #9b59b6;
  --icon-rgb:
    155,
    89,
    182;
}
@media (max-width: 1200px) {
  .dhs-lab-stats-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .dhs-lab-stats-row {
    grid-template-columns: 1fr;
  }
  .dhs-lab-main-stat,
  .dhs-lab-sub-stat {
    padding: 20px;
  }
  .dhs-lab-icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
  .dhs-lab-value {
    font-size: 1.8rem;
  }
}
.dhs-lab-stats-row > * {
  animation: dhsFadeIn 0.6s ease forwards;
  opacity: 0;
}
.dhs-lab-stats-row > *:nth-child(1) {
  animation-delay: 0.1s;
}
.dhs-lab-stats-row > *:nth-child(2) {
  animation-delay: 0.2s;
}
.dhs-lab-stats-row > *:nth-child(3) {
  animation-delay: 0.3s;
}
.dhs-lab-stats-row > *:nth-child(4) {
  animation-delay: 0.4s;
}
.dhs-lab-stats-row > *:nth-child(5) {
  animation-delay: 0.5s;
}
.dhs-lab-stats-row > *:nth-child(6) {
  animation-delay: 0.6s;
}
.dhs-chart-container {
  margin-top: 30px;
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.dhs-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.dhs-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.dhs-card-header {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9fafc;
}
.dhs-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dhs-card-icon {
  color: #008080;
  font-size: 1.3rem;
}
.dhs-card-title h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.dhs-card-tools {
  display: flex;
  gap: 10px;
}
.dhs-card-tools a {
  color: #95a5a6;
  font-size: 1rem;
  transition: all 0.2s;
}
.dhs-card-tools a:hover {
  color: #4a6fa5;
}
.dhs-card-body {
  padding: 20px;
}
.ipd-billing-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ipd-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: white;
}
.ipd-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}
.ipd-btn i {
  font-size: 18px;
}
.ipd-btn-back {
  background-color: rgba(0, 128, 128, 0.7);
}
.ipd-btn-back:hover {
  background-color: rgba(0, 128, 128, 0.9);
}
.ipd-btn-new {
  background-color: rgba(46, 204, 113, 0.7);
}
.ipd-btn-new:hover {
  background-color: rgba(46, 204, 113, 0.9);
}
.ipd-btn-estimate {
  background-color: rgba(54, 162, 235, 0.7);
}
.ipd-btn-estimate:hover {
  background-color: rgba(54, 162, 235, 0.9);
}
.ipd-btn-discount {
  background-color: rgba(140, 117, 178, 0.7);
}
.ipd-btn-discount:hover {
  background-color: rgba(140, 117, 178, 0.9);
}
.ipd-btn-deposit {
  background-color: rgba(26, 60, 81, 0.7);
}
.ipd-btn-deposit:hover {
  background-color: rgba(26, 60, 81, 0.9);
}
.ipd-btn-edit {
  background-color: rgba(255, 159, 64, 0.7);
}
.ipd-btn-edit:hover {
  background-color: rgba(255, 159, 64, 0.9);
}
.ipd-btn-partial {
  background-color: rgba(231, 76, 60, 0.7);
}
.ipd-btn-partial:hover {
  background-color: rgba(231, 76, 60, 0.9);
}
.ipd-case-display {
  background-color: rgba(0, 128, 128, 0.9);
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ipd-case-display span:first-child {
  opacity: 0.9;
}
.ipd-case-display span:last-child {
  font-weight: 600;
}
g[aria-labelledby$=-amcharts-logo-title] {
  display: none !important;
}
a[aria-label="Chart created using amCharts"] {
  display: none !important;
}
.am5-layer-30 {
  display: none !important;
}
.discharge-summary-container {
  color: #495057;
}
.patient-header-card {
  background:
    linear-gradient(
      135deg,
      #2e37a4 0%,
      #3e9e99 100%);
  color: white;
  padding: 1.1rem 2rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
}
.patient-header-card::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 140%;
  background:
    linear-gradient(
      45deg,
      transparent 0%,
      rgba(255, 255, 255, 0.1) 50%,
      transparent 100%);
  transform: rotate(30deg);
  z-index: -1;
  animation: shimmer 8s infinite linear;
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%) rotate(30deg);
  }
  100% {
    transform: translateX(100%) rotate(30deg);
  }
}
.patient-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.patient-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.0rem;
  font-size: 1.8rem;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.patient-badge {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.5rem 1.0rem;
  border-radius: 50px;
  font-size: 0.78rem;
  margin-left: 1.5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.patient-meta {
  font-size: 0.89rem;
  opacity: 0.9;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: #fff;
}
.patient-meta i {
  margin-right: 0.5rem;
  font-size: 1.0rem;
  color: #fff;
}
.patient-details-grid {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 2rem;
}
.detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
  font-size: 0.8rem;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: default;
  border: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0px !important;
}
.detail-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.detail-icon {
  margin-left: 0.5rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  min-width: 19px;
  text-align: center;
}
.detail-label {
  font-weight: 600;
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.95);
}
.detail-value {
  opacity: 0.95;
  color: white;
  padding-left: 1.5rem;
}
.admitedby {
  font-size: 12px;
  display: block;
}
.discharge-info-section {
  background-color: white;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0px;
}
.discharge-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.discharge-textarea {
  min-height: 50px;
}
.text-danger {
  color: #dc3545;
  font-size: 0.85rem;
  margin-top: 0.3rem;
}
.custom-tabs-container {
  margin-bottom: 2rem;
  position: relative;
}
.custom-tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
.custom-tabs .nav-link {
  color: #495057;
  font-weight: 600;
  border: none;
  padding: 0.65rem 1.8rem;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #e9ecef;
  position: relative;
  overflow: hidden;
  font-size: 0.80rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.custom-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      #2e37a4 0%,
      #3e9e99 100%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: -1;
}
.custom-tabs .nav-link:hover:not(.active) {
  background-color: #dee2e6;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.custom-tabs .nav-link.active {
  color: white;
  background: transparent;
  box-shadow: 0 5px 15px rgba(46, 55, 164, 0.2);
}
.custom-tabs .nav-link.active::before {
  opacity: 1;
}
.custom-tab-content {
  background-color: white;
  padding: 2rem 1.0rem;
  border-radius: 12px;
  border-top: none;
  position: relative;
  z-index: 0;
  margin-top: -1rem;
  padding-top: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.section-card {
  background-color: white;
  padding: 1.8rem 1.2rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  animation: fadeIn 0.6s ease forwards;
  opacity: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.section-title {
  font-weight: 700;
  color: #3b3c41;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 0.5rem;
  display: inline-block;
  margin-bottom: 38px;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #2e37a4 0%,
      #3e9e99 100%);
  border-radius: 3px;
}
.section-title.with-icon {
  display: flex;
  align-items: center;
}
.section-title.with-icon i {
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #3e9e99;
}
.section-title.with-icon i.marginn {
  margin-right: 0px;
  font-size: 1.2rem;
  color: inherit;
}
.medication-list {
  margin-bottom: 2rem;
}
.medication-item {
  background-color: white;
  padding: 1.0rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  border-left: 4px solid #2e37a4;
}
.medication-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.medication-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background:
    linear-gradient(
      to bottom,
      #2e37a4 0%,
      #3e9e99 100%);
}
.med-name {
  color: #343a40;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.med-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #495057;
}
.med-detail {
  display: flex;
  align-items: center;
  background: rgba(51, 52, 72, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.med-detail i {
  margin-right: 0.5rem;
  font-size: 1rem;
  color: #3e9e99;
}
.btn-remove-med {
  color: #dc3545;
  background: none;
  border: none;
  font-size: 1.2rem;
  padding: 0.5rem;
  opacity: 0.7;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.btn-remove-med:hover {
  opacity: 1;
  transform: scale(1.2);
  color: #dc3545;
}
.diagnosis-view {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.diagnosis-view__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.diagnosis-view__item {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #4e73df;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.diagnosis-view__number {
  font-weight: 600;
  color: #4e73df;
  margin-right: 10px;
  min-width: 20px;
}
.diagnosis-view__details {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.diagnosis-view__code {
  font-weight: 600;
  color: #2c3e50;
  background: #e8f4fd;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.diagnosis-view__description {
  color: #5a5c69;
  font-size: 0.9rem;
  flex: 1;
}
.other-diagnosis {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.other-diagnosis__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background: #ffffff;
  border-radius: 6px;
  border-left: 3px solid #6c757d;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.other-diagnosis__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.other-diagnosis__number {
  font-weight: 600;
  color: #6c757d;
  min-width: 20px;
}
.other-diagnosis__code {
  font-weight: 600;
  color: #2c3e50;
  background: #e8f4fd;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.other-diagnosis__description {
  color: #5a5c69;
  font-size: 0.9rem;
  flex: 1;
}
.other-diagnosis__delete-btn {
  background: none;
  border: none;
  color: #e74c3c;
  opacity: 0.7;
  padding: 5px;
  margin-left: 10px;
  transition: opacity 0.2s;
}
.other-diagnosis__delete-btn:hover {
  opacity: 1;
}
.other-diagnosis__delete-icon {
  font-size: 0.9rem;
}
.investigation-panel {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
}
.lab-test-container {
  margin-top: 20px;
}
.current-tests-section,
.add-tests-section {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.test-category {
  margin-bottom: 20px;
}
.category-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.test-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.common-tests {
  margin-top: 20px;
}
.common-tests .btn-sm {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}
.modal-content {
  border-radius: 12px;
  overflow: hidden;
}
.modal-header {
  background:
    linear-gradient(
      135deg,
      #2e37a4 0%,
      #3e9e99 100%);
  color: white;
}
.modal-title {
  font-weight: 600;
}
#prescriptionModal,
#sickLeaveModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
#prescriptionModal > div,
#sickLeaveModal > div {
  background: #fff;
  width: 900px;
  max-width: 95%;
  margin: 40px auto;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .patient-details-grid {
    flex-wrap: wrap;
  }
  .custom-tabs .nav-link {
    padding: 0.7rem 1.2rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .patient-header-card {
    padding: 1.5rem;
    flex-direction: column;
  }
  .patient-title {
    font-size: 1.6rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .patient-icon {
    margin-bottom: 1rem;
    margin-right: 0;
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
  }
  .patient-badge {
    margin-left: 0;
    margin-top: 0.8rem;
  }
  .patient-details-grid {
    flex-direction: column;
    margin-left: 0;
    margin-top: 1rem;
  }
  .detail-item {
    width: 100%;
    border-left: none !important;
    padding-left: 0;
  }
  .custom-tabs {
    flex-direction: column;
    gap: 0.5rem;
  }
  .custom-tabs .nav-link {
    width: 100%;
  }
  .custom-tab-content {
    padding: 1.5rem;
  }
  .section-card {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .patient-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .section-title.with-icon {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-title.with-icon i {
    margin-bottom: 0.8rem;
    margin-right: 0;
  }
  .med-details {
    flex-direction: column;
    gap: 0.8rem;
  }
  .discharge-info-section,
  .custom-tab-content,
  .section-card {
    padding: 1.2rem;
  }
}
.inventory-selector {
  --primary-color: #008080;
  --secondary-color: #6f42c1;
  --light-bg: #f8f9fa;
  --card-hover-color: #eaf0ff;
  --border-radius: 12px;
  padding: 2rem 1rem;
  border-radius: var(--border-radius);
  padding-top: 0px;
}
.inventory-selector .selector-header {
  margin-bottom: 1rem;
  padding-bottom: 0rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.inventory-selector .selector-header h6 {
  color: #2c3e50;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.inventory-selector .selector-header h2 i {
  color: var(--primary-color);
}
.inventory-selector .cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.inventory-selector .inventory-card {
  background: white;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #e9ecef;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.inventory-selector .inventory-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
  background: var(--card-hover-color);
}
.inventory-selector .inventory-card.selected {
  border-color: var(--primary-color);
  background: var(--card-hover-color);
  box-shadow: 0 5px 15px rgba(74, 108, 247, 0.2);
}
.inventory-selector .card-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  margin-right: 20px;
}
.inventory-selector .inventory-card.selected .card-icon {
  color: var(--secondary-color);
}
.inventory-selector .card-title {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  text-align: center;
}
.inventory-selector .card-subtitle {
  color: #6c757d;
  text-align: left;
  font-size: 0.9rem;
}
.inventory-selector .selection-feedback {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: white;
  border-radius: var(--border-radius);
  border-left: 4px solid var(--primary-color);
}
@media (max-width: 768px) {
  .inventory-selector {
    padding: 1.5rem;
    margin: 1rem;
  }
  .inventory-selector .cards-container {
    grid-template-columns: 1fr;
  }
}
.purchase-order-container {
  --primary-color: #2e37a4;
  --secondary-color: #05958c;
  --light-bg: #f8f9fa;
  --border-color: #e7e7e7;
  --text-dark: #333;
  --text-light: #6c757d;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --item-highlight: #f0f7ff;
}
.purchase-order-container .card {
  border-radius: 12px;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.purchase-order-container .card-header {
  background:
    linear-gradient(
      120deg,
      #f8f9ff 0%,
      #ffffff 100%);
  border-bottom: 1px solid var(--border-color);
  padding: 20px 25px;
  border-radius: 12px 12px 0 0 !important;
}
.purchase-order-container .card-body {
  padding: 18px 17px;
}
.purchase-order-container .order-info-section .customcardstyle {
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(
      to bottom,
      #ffffff,
      #fafbff);
}
.order-info-section .section-title {
  color: var(--primary-color);
  border-bottom: 2px solid #e6e9ff;
  padding-bottom: 12px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.order-info-section .section-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 24px;
  background: var(--primary-color);
  border-radius: 4px;
  margin-right: 12px;
}
.order-info-section .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text-dark);
  font-size: 14px;
  display: flex;
  align-items: center;
}
.order-info-section .form-label::before {
  content: "\2022";
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 18px;
}
.order-info-section .form-control,
.order-info-section .form-select {
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  height: 46px;
  transition: all 0.3s ease;
}
.order-info-section .form-control:focus,
.order-info-section .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(46, 55, 164, 0.1);
}
.order-info-section textarea.form-control {
  height: auto;
  resize: vertical;
}
.order-info-section .vendor-info {
  background:
    linear-gradient(
      to bottom,
      #f7f7f7,
      #eef1f5);
  border-radius: 7px;
  padding: 12px 14px;
  border-left: 4px solid var(--primary-color);
  gap: 61px;
  margin-top: -12px;
}
.order-info-section .vendor-info p {
  margin-bottom: 3px;
  font-size: 13px;
  color: var(--text-dark);
  display: flex;
  align-items: center;
}
.order-info-section .vendor-info p::before {
}
.order-info-section .vendor-info b {
  color: var(--primary-color);
  font-weight: 600;
  margin-left: 5px;
}
.items-section .card-body {
  background:
    linear-gradient(
      to bottom,
      #ffffff,
      #fafbff);
}
.items-section .section-title {
  color: var(--primary-color);
  border-bottom: 2px solid #e6e9ff;
  padding-bottom: 12px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.items-section .section-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 24px;
  background: var(--primary-color);
  border-radius: 4px;
  margin-right: 12px;
}
.items-section .invoice-add-table {
  margin-top: 20px;
}
.items-section .add-table-items thead th {
  background:
    linear-gradient(
      to bottom,
      var(--primary-color),
      #252f9a);
  color: white;
  font-weight: 500;
  padding: 15px 12px;
  vertical-align: middle;
  font-size: 14px;
  border: none;
  position: relative;
}
.items-section .add-table-items thead th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
}
.items-section .add-table-items tbody td {
  padding: 12px;
  vertical-align: middle;
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.items-section .add-table-items tbody tr:hover {
  background-color: #f8f9ff;
}
.items-section .add-pluss {
  background:
    linear-gradient(
      to bottom,
      var(--primary-color),
      #252f9a);
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.items-section .add-pluss:hover {
  background:
    linear-gradient(
      to bottom,
      #252f9a,
      #1c2370);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(46, 55, 164, 0.2);
}
.items-section .add-pluss i {
  margin-right: 5px;
}
.items-section .first-item-row {
  background:
    linear-gradient(
      to right,
      var(--item-highlight),
      #e8f1ff) !important;
  border-left: 4px solid var(--primary-color);
}
.items-section .first-item-row td {
  border-bottom: 2px solid #dde6ff;
  font-weight: 500;
}
.items-section .first-item-label {
  display: inline-block;
  background:
    linear-gradient(
      to bottom,
      var(--primary-color),
      #252f9a);
  color: white;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(46, 55, 164, 0.2);
}
.items-section .item-input-focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 3px rgba(46, 55, 164, 0.15) !important;
}
.items-section .item-input-highlight {
  background-color: #f8fbff !important;
  font-weight: 500;
}
.terms-verification-section .verification-card {
  background:
    linear-gradient(
      135deg,
      #f8f9ff 0%,
      #f0f3ff 100%);
  border-radius: 5px;
  padding: 10px 17px;
  line-height: 10px;
  margin-bottom: 18px;
  border: 1px solid #e6e9ff;
  position: relative;
  overflow: hidden;
}
.terms-verification-section .verification-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background:
    linear-gradient(
      to bottom,
      var(--primary-color),
      var(--secondary-color));
}
.terms-verification-section .verification-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.terms-verification-section .verification-check input[type=checkbox] {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  accent-color: var(--primary-color);
}
.terms-verification-section .verification-check label {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 16px;
  cursor: pointer;
}
.terms-verification-section .verification-check input[type=checkbox]:checked + label {
  color: var(--secondary-color);
}
.terms-verification-section .verification-desc {
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-light);
}
.terms-verification-section .terms-card {
  background:
    linear-gradient(
      to bottom,
      #ffffff,
      #fafbff);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #e6e9ff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.terms-verification-section .section-title {
  color: var(--primary-color);
  border-bottom: 2px solid #e6e9ff;
  padding-bottom: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.terms-verification-section .section-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 24px;
  background: var(--primary-color);
  border-radius: 4px;
  margin-right: 12px;
}
.summary-section .total-section {
  background:
    linear-gradient(
      to bottom,
      #ffffff,
      #fafbff);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #e6e9ff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.summary-section .section-title {
  color: var(--primary-color);
  border-bottom: 2px solid #e6e9ff;
  padding-bottom: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.summary-section .section-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 24px;
  background: var(--primary-color);
  border-radius: 4px;
  margin-right: 12px;
}
.summary-section .total-section table {
  width: 100%;
}
.summary-section .total-section td {
  padding: 10px 0;
  border: none;
}
.summary-section .total-section .form-group div {
  background: #eef1f5;
  padding: 0.6rem 1.5rem;
  border: 1px solid #e0e3ea;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  color: var(--primary-color);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}
.summary-section .btn-action {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.summary-section .btn-action input {
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  border: none;
  transition: all 0.3s ease;
}
.summary-section .btn-success {
  background:
    linear-gradient(
      to bottom,
      var(--success-color),
      #218838);
}
.summary-section .btn-success:hover {
  background:
    linear-gradient(
      to bottom,
      #218838,
      #1c7430);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.summary-section .btn-danger {
  background:
    linear-gradient(
      to bottom,
      var(--danger-color),
      #c82333);
}
.summary-section .btn-danger:hover {
  background:
    linear-gradient(
      to bottom,
      #c82333,
      #a71e2a);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}
.note-alert {
  margin-top: 15px;
  padding: 12px 15px;
  border-radius: 8px;
  background:
    linear-gradient(
      to bottom,
      #fff8e6,
      #fff2d0);
  border: 1px solid #ffeaa7;
}
.note-alert i {
  margin-right: 8px;
  color: var(--warning-color);
}
.tooltip-list {
  background:
    linear-gradient(
      to bottom,
      #c8c8d2,
      #b0b0c0);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  font-size: 12px;
  color: white;
  cursor: pointer;
}
.verification-card {
  background: white;
  border-radius: 16px;
  padding: 15px 15px;
  width: 100%;
  max-width: 650px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}
.verification-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background:
    linear-gradient(
      90deg,
      #3f51b5 0%,
      #2575fc 100%);
}
.verification-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.verification-card .verification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #f0f0f0;
}
.verification-card .verification-title {
  font-size: 1.0rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
}
.verification-card .verification-title i {
  margin-right: 10px;
  color: #3f51b5;
}
.verification-card .quality-toggle {
  display: flex;
  align-items: center;
  zoom: 90%;
}
.verification-card .toggle-label {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-right: 10px;
}
.verification-card .toggle-label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.verification-card .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}
.verification-card .toggle-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
.verification-card input:checked + .toggle-slider {
  background:
    linear-gradient(
      90deg,
      #3f51b5 0%,
      #2575fc 100%);
}
.verification-card input:checked + .toggle-slider:before {
  transform: translateX(30px);
}
.verification-card .toggle-text {
  font-weight: 500;
  color: #34495e;
}
.verification-card .verification-body {
  margin-top: 10px;
  margin-bottom: -26px;
}
.verification-card .verifier-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #3f51b5;
  transition: all 0.3s ease;
}
.verification-card .verifier-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transform: translateX(5px);
}
.verification-card .verifier-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.verification-card .verifier-title {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #2c3e50;
}
.verification-card .verifier-title i {
  margin-right: 8px;
  color: #3f51b5;
}
.verification-card .verifier-buttons {
  display: flex;
  gap: 10px;
}
.verification-card .btn {
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.verification-card .btn-danger {
  background-color: #ff6b6b;
  color: white;
}
.verification-card .btn-danger:hover {
  background-color: #ee5253;
  transform: scale(1.1);
}
.verification-card .btn-primary {
  background-color: #48dbfb;
  color: white;
}
.verification-card .btn-primary:hover {
  background-color: #0abde3;
  transform: scale(1.1);
}
.verification-card .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: scale(1);
}
.verification-card .verifier-content {
  display: flex;
  gap: 15px;
  align-items: center;
}
.verification-card .auto-complete-wrapper {
  flex: 1;
  position: relative;
}
.verification-card .auto-complete-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: white;
}
.verification-card .auto-complete-input:focus {
  outline: none;
  border-color: #3f51b5;
  box-shadow: 0 0 0 3px rgba(106, 17, 203, 0.1);
}
.verification-card .suggestion-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}
.verification-card .suggestion-item {
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.suggestion-item:hover {
  background: #f8f9fa;
}
.auto-complete-input:focus + .suggestion-list {
  display: block;
}
.card-footer {
  margin-top: 20px;
  text-align: center;
}
.btn-submit {
  background:
    linear-gradient(
      90deg,
      #3f51b5 0%,
      #2575fc 100%);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(106, 17, 203, 0.2);
}
.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(106, 17, 203, 0.3);
}
@media (max-width: 576px) {
  .verifier-content {
    flex-direction: column;
  }
  .auto-complete-wrapper {
    width: 100%;
  }
  .verifier-buttons {
    align-self: flex-end;
  }
}
.doctor-search-blk {
  position: relative;
}
.cardstylecss td .btn.tooltipMain {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  width: 27px !important;
  height: 27px !important;
  line-height: 25px !important;
  padding: 0px !important;
  border-bottom: 1px solid !important;
  border-radius: 5px !important;
  font-size: 19px !important;
}
.cardstylecss .top-nav-search.table-search-blk .btn {
  margin-left: 19px;
}
table.comman-table2 {
  width: 100% !important;
  white-space: normal !important;
  overflow: hidden;
}
table.comman-table2 {
  width: 100% !important;
  white-space: normal !important;
}
.comman-table2 th:last-child,
.comman-table2 td:last-child {
  text-align: center !important;
}
.page-bar.fixed-top-bar {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
.inventory-info {
  background: #f9f9ff;
  border: 1px solid #d0d7ff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 14px;
  max-width: 260px;
  position: relative;
}
.inventory-info .fa-caret-up {
  font-size: 22px;
  color: #5a5a5a;
  position: absolute;
  right: 10px;
  top: -15px;
}
.inventory-info .close-icon {
  font-size: 16px;
  color: #888;
  position: absolute;
  right: 8px;
  top: 6px;
  cursor: pointer;
  transition: color 0.2s;
}
.inventory-info .close-icon:hover {
  color: #e74c3c;
}
.inventory-status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.inventory-status .label.label-primary {
  background:
    linear-gradient(
      135deg,
      #3f51b5,
      #0c8381);
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.inventory-status .logout-icon {
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: color 0.2s, transform 0.2s;
}
.inventory-status .logout-icon:hover {
  color: #e74c3c;
  transform: scale(1.1);
}
.marginminmud {
  margin-top: -30px;
}
.page-bar.fixed-top-bar.marginminmud {
  justify-content: flex-end;
  justify-content: flex-end;
  box-shadow: none !important;
  border: 0px;
}
.h40px {
  height: 40px !important;
}
.backdesign {
  position: absolute;
  margin-top: -45px;
  margin-left: 17px;
}
.fs-12 {
  font-size: 13px;
}
.fs-13 {
  font-size: 14px;
}
@media print {
  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  .customprintstyle {
    background: #fff !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
    border: 2px solid #444 !important;
    padding: 20px !important;
  }
}
.report-dashboard {
  border-radius: 10px;
}
.report-dashboard .report-header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.report-dashboard .report-header h2 {
  color: #2c3e50;
  font-weight: 600;
}
.report-dashboard .category-section {
  margin-bottom: -20px;
  border: 1px solid #e7e7e7 !important;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f5f6 !important;
}
.report-dashboard .card-footer {
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12px 15px;
  margin-bottom: 0px;
}
.report-dashboard .category-title {
  padding: 12px 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.report-dashboard .report-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #fff;
}
.report-dashboard .report-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  margin-bottom: 0px;
}
.report-dashboard .report-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.report-dashboard .report-title2 {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
}
.report-dashboard .report-desc {
  font-size: 0.85rem;
  color: #7f8c8d;
  margin-bottom: 0px;
  min-height: 40px;
}
.report-dashboard .card-footer {
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-top: 0px;
}
.report-dashboard .btn-outline-primary {
  border-color: #3498db;
  color: #3498db;
}
.report-dashboard .btn-outline-primary:hover {
  background-color: #3498db;
  color: white;
}
.report-dashboard .btn-outline-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.report-dashboard .btn-outline-success:hover {
  background-color: #2ecc71;
  color: white;
}
.report-dashboard .btn-outline-warning {
  border-color: #f39c12;
  color: #f39c12;
}
.report-dashboard .btn-outline-warning:hover {
  background-color: #f39c12;
  color: white;
}
.report-dashboard .btn-outline-info {
  border-color: #1abc9c;
  color: #1abc9c;
}
.report-dashboard .btn-outline-info:hover {
  background-color: #1abc9c;
  color: white;
}
.report-dashboard .bg-gradient-primary {
  background:
    linear-gradient(
      45deg,
      #3498db,
      #2c3e50);
}
.report-dashboard .bg-gradient-danger {
  background:
    linear-gradient(
      45deg,
      #e74c3c,
      #c0392b);
}
.report-dashboard .bg-gradient-success {
  background:
    linear-gradient(
      45deg,
      #2ecc71,
      #27ae60);
}
.report-dashboard .bg-gradient-warning {
  background:
    linear-gradient(
      45deg,
      #f39c12,
      #d35400);
}
.report-dashboard .bg-gradient-info {
  background:
    linear-gradient(
      45deg,
      #1abc9c,
      #16a085);
}
.report-dashboard .bg-gradient-purple {
  background:
    linear-gradient(
      45deg,
      #9b59b6,
      #8e44ad);
}
.report-dashboard .bg-gradient-pink {
  background:
    linear-gradient(
      45deg,
      #e84393,
      #fd79a8);
}
.report-dashboard .bg-gradient-orange {
  background:
    linear-gradient(
      45deg,
      #e17055,
      #d63031);
}
.report-dashboard .bg-gradient-teal {
  background:
    linear-gradient(
      45deg,
      #00cec9,
      #0984e3);
}
.report-dashboard .bg-gradient-indigo {
  background:
    linear-gradient(
      45deg,
      #6c5ce7,
      #0984e3);
}
.report-dashboard .bg-gradient-yellow {
  background:
    linear-gradient(
      45deg,
      #fdcb6e,
      #e17055);
}
.report-dashboard .bg-gradient-blue {
  background:
    linear-gradient(
      45deg,
      #0984e3,
      #6c5ce7);
}
.report-dashboard .bg-gradient-green {
  background:
    linear-gradient(
      45deg,
      #00b894,
      #55efc4);
}
.cusomizedtbale.comman-table.custom-table thead tr th {
  border-bottom: 0px solid #f0f0f0;
  background-color: #f4f5fa;
}
.br10px {
  border-radius: 10px !important;
}
.postioniconleft {
  position: absolute !important;
  right: 0px;
  top: 0px;
  height: 45px;
  background: #167a8b;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
}
.postioniconleft2 {
  position: relative;
  right: 0px;
  top: 0px;
  height: auto;
  background: #167a8b;
  border-radius: 10px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  display: flex;
  justify-content: center;
  margin-left: 7px;
  width: 40px;
}
.cusotmcodcc .custom_check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #677788;
  font-weight: 500;
}
.cusotmcodcc .custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cusotmcodcc .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.cusotmcodcc .custom_check:hover input ~ .checkmark {
  background-color: #f1f1f1;
}
.cusotmcodcc .custom_check input:checked ~ .checkmark {
  background-color: #20c0f3;
  border-color: #20c0f3;
}
.cusotmcodcc .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cusotmcodcc .custom_check input:checked ~ .checkmark:after {
  display: block;
}
.cusotmcodcc .custom_check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cusotmcodcc .remember-me {
  margin-top: 10px;
}
.cusotmcodcc .hm-form {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.cusotmcodcc .input-block {
  margin-bottom: 20px;
}
.cusotmcodcc .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}
.cusotmcodcc .input-with-icon {
  position: relative;
}
.cusotmcodcc .input-with-icon .fa {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #20c0f3;
  cursor: pointer;
}
.cusotmcodcc .error-msg {
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
}
.cusotmcodcc .info-warning {
  color: #ff9800;
}
.marginminmud {
  margin-top: -11px;
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
.cusotmcodcc .custom_check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1c1e1f;
  font-weight: 500;
  font-family: "Poppins";
  letter-spacing: 0px;
  top: 0px;
  left: 0px;
}
.postioniconleft3 {
  position: absolute;
  right: -1px;
  top: 1px;
  height: auto;
  background: #167a8b;
  border-radius: 0px 7px -3px 10px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  margin-left: 7px;
  width: 36px;
}
.item-box {
  border-radius: 10px;
  background:
    linear-gradient(
      135deg,
      #f0f8ff,
      #e6f0ff);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.item-title {
  font-weight: 600;
  color: #333;
}
.item-name {
  font-size: 1.2rem;
}
.doctor-submit22 .btn-primary {
  min-width: 121px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 9px;
  padding: 9px 15px;
  margin-top: -13px;
}
.invoice-add-table22 th {
  padding: 15px 10px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.invoice-add-table22 .add-table-items .form-control {
  font-size: 12px;
}
.add-table-items input[type=text],
.add-table-items input[type=number] {
  height: 40px !important;
  min-height: 40px;
}
.divrelative2 .fa {
  width: 30px !important;
  height: 33px !important;
  line-height: 36px !important;
  background-color: #167a8b !important;
  text-align: center;
  padding: 0;
  position: relative !important;
  right: 0;
  color: #fffefe !important;
  z-index: 1;
  border-radius: 5px !important;
  margin-left: 7px !important;
  margin-top: 2px !important;
}
.modallablecss {
  letter-spacing: 0px;
  font-size: 14px;
}
#printpage .rq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family:
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
}
#printpage .rq-progress {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#printpage .rq-progress::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 4px;
  background:
    linear-gradient(
      to right,
      #ddd 40%,
      #ddd 40%,
      #ddd 70%,
      #ddd 70%);
  z-index: 1;
}
#printpage .rq-progress li {
  text-align: center;
  position: relative;
  z-index: 2;
  flex: 1;
}
#printpage .step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #666;
  margin-bottom: 8px;
  font-size: 20px;
}
#printpage .rq-progress li.active .step-icon {
  background-color: #4CAF50;
  transform: scale(1.1);
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
  color: white;
}
#printpage .rq-progress li.active::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0px;
  width: 100%;
  height: 4px;
  background:
    linear-gradient(
      to right,
      #4CAF50 40%,
      #4CAF50 40%,
      #4CAF50 70%,
      #4CAF50 70%);
  z-index: -1;
}
#printpage .rq-progress li.warning::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0px;
  width: 100%;
  height: 4px;
  background:
    linear-gradient(
      to right,
      #ff9800 40%,
      #ff9800 40%,
      #ff9800 70%,
      #ff9800 70%);
  z-index: -1;
}
#printpage .rq-progress li.warning .step-icon {
  background-color: #ff9800;
  transform: scale(1.1);
  box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.2);
  color: white;
}
#printpage .rq-progress label {
  display: block;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  margin-top: 8px;
}
#printpage .status-text {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #printpage .rq-progress {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #printpage .rq-progress::before {
    display: none;
  }
  #printpage .rq-progress li {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
  }
  #printpage .step-icon {
    margin-right: 12px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  #printpage .step-content {
    text-align: left;
  }
  #printpage .tooltiptext {
    left: 100%;
    bottom: 50%;
    transform: translateY(50%);
    margin-left: 10px;
  }
  #printpage .tooltiptext::after {
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    border-color: transparent #333 transparent transparent;
  }
}
@media print {
  #printpage .no-print {
    display: none !important;
  }
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fcfcfc;
}
.doctor-submit .cancel-form {
  background: #F5F5F6 !important;
  color: #333448 !important;
  border-color: #F5F5F6 !important;
}
.doctor-submitmodal .btn-primary {
  min-width: 94px;
  font-size: 14px !important;
  margin-bottom: -12px;
}
.mat-mdc-dialog-container .mat-mdc-dialog-title + .mat-mdc-dialog-content {
  padding-top: 21px !important;
  padding-bottom: 0px;
}
.verification-form-control {
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
.verification-form-control .t-wrap {
  margin-bottom: 0px;
  padding: 8px 20px;
  border: 2px solid #82adac;
  border-radius: 16px;
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f8fbff 100%);
  box-shadow: 0 4px 20px rgba(0, 123, 255, 0.08);
  position: relative;
}
.verification-form-control .t-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  transition: width 0.3s ease;
}
.verification-form-control .t-wrap:hover::before {
  width: 6px;
}
.verification-form-control .row {
  display: flex;
  align-items: center;
  margin: 0 -12px;
}
.verification-form-control .col-md-5,
.verification-form-control .col-md-6,
.verification-form-control .col-md-1 {
  padding: 0 12px;
}
.verification-form-control .col-md-5 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.verification-form-control .col-md-6 {
  flex: 1;
}
.verification-form-control .btn {
  border: none;
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.verification-form-control .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.verification-form-control .btn:hover:not(:disabled)::before {
  width: 100px;
  height: 100px;
}
.verification-form-control .btn-sm {
  min-width: 40px;
  height: 40px;
  padding: 0;
  justify-content: center;
}
.verification-form-control .btn-danger {
  background:
    linear-gradient(
      135deg,
      #ff6b6b 0%,
      #ee5a52 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}
.verification-form-control .btn-danger:hover:not(:disabled) {
  background:
    linear-gradient(
      135deg,
      #ff5252 0%,
      #e53935 100%);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}
.verification-form-control .btn-primary {
  color: white;
  background-color: #167a8b;
}
.verification-form-control .btn-primary:hover:not(:disabled) {
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.verification-form-control .btn:disabled {
  background: #b0bec5;
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
  box-shadow: none;
}
.verification-form-control .btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
  z-index: 1;
}
.verification-form-control .btn:hover:not(:disabled) i {
  transform: scale(1.2);
}
.verification-form-control .btn-sm i {
  font-size: 20px;
}
.verification-form-control .verifier {
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(103, 58, 183, 0.1);
  border-radius: 10px;
  border-left: 3px solid #673ab7;
}
.verification-form-control .verifier i.fa-user {
  color: #673ab7;
  font-size: 16px;
  background: white;
  padding: 6px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(103, 58, 183, 0.2);
}
.verification-form-control .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  font-size: 14px;
  background: white;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.verification-form-control .form-control:focus {
  border-color: #667eea;
  outline: 0;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
  background: #fafbff;
}
.verification-form-control .form-control::placeholder {
  color: #a0aec0;
  font-weight: 500;
}
.verification-form-control danphe-auto-complete {
  width: 100%;
}
@media (max-width: 768px) {
  .verification-form-control .t-wrap {
    padding: 15px;
    border-radius: 12px;
  }
  .verification-form-control .row {
    flex-direction: column;
    gap: 15px;
  }
  .verification-form-control .col-md-5,
  .verification-form-control .col-md-6,
  .verification-form-control .col-md-1 {
    width: 100%;
  }
  .verification-form-control .col-md-5 {
    justify-content: space-between;
    background: rgba(103, 58, 183, 0.05);
    padding: 12px;
    border-radius: 10px;
  }
  .verification-form-control .btn-sm {
    min-width: 36px;
    height: 36px;
  }
}
.verification-form-control .t-wrap:nth-child(1) .verifier {
  border-left-color: #4caf50;
  background: rgba(76, 175, 80, 0.1);
}
.verification-form-control .t-wrap:nth-child(2) .verifier {
  border-left-color: #ff9800;
  background: rgba(255, 152, 0, 0.1);
}
.verification-form-control .t-wrap:nth-child(3) .verifier {
  border-left-color: #f44336;
  background: rgba(244, 67, 54, 0.1);
}
.verification-form-control {
  width: 100%;
  margin: 20px 0;
  padding: 0;
  position: relative;
  z-index: 99;
}
.insidewrapper .-wrapper {
  width: 100%;
}
.heightbox .cuppa-dropdown {
  width: 439px;
  left: unset !important;
  top: 100% !important;
  top: unset !important;
  bottom: auto;
  max-height: 254px;
}
.heightbox .cuppa-dropdown .dropdown-list {
  width: 100% !important;
  left: unset !important;
  top: 41px !important;
  bottom: unset !important;
}
table .tooltipMain .tooltiptext {
  padding: 3px 15px;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 600;
}
.text-primary,
.dropdown-menu > li > a.text-primary {
  color: #009688 !important;
}
.custom-control.verification-check {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.custom-control.verification-check input[type=checkbox] {
  display: none;
}
.custom-control.verification-check .toggle-switch {
  position: relative;
  width: 50px;
  height: 24px;
  background-color: #ccc;
  border-radius: 34px;
  margin-right: 12px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.custom-control.verification-check .toggle-switch:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.custom-control.verification-check input:checked + .toggle-switch {
  background-color: #007bff;
}
.custom-control.verification-check input:checked + .toggle-switch:before {
  transform: translateX(26px);
}
.custom-control.verification-check label {
  font-weight: 600;
  color: #333;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 14px;
  -webkit-user-select: none;
  user-select: none;
}
.custom-control.verification-check:hover .toggle-switch {
  background-color: #b3b3b3;
}
.custom-control.verification-check:hover input:checked + .toggle-switch {
  background-color: #0056b3;
}
.custom-control.verification-check input:focus + .toggle-switch {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}
.custom-control.verification-check input:disabled + .toggle-switch {
  background-color: #e9ecef;
  cursor: not-allowed;
}
.custom-control.verification-check input:disabled:checked + .toggle-switch {
  background-color: #6c757d;
}
.verification-desc {
  font-size: 12px;
  color: #6c757d;
  margin-top: 4px;
  margin-bottom: 16px;
  font-style: italic;
  line-height: 1.4;
  padding-left: 62px;
}
@media (max-width: 768px) {
  .custom-control.verification-check {
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-control.verification-check .toggle-switch {
    margin-bottom: 8px;
  }
  .verification-desc {
    padding-left: 0;
  }
}
.custom-control.verification-check .toggle-switch {
  width: 40px;
  height: 20px;
}
.custom-control.verification-check .toggle-switch:before {
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
}
.custom-control.verification-check input:checked + .toggle-switch:before {
  transform: translateX(20px);
}
.verification-card {
  background: white;
  border-radius: 16px;
  padding: 20px 28px;
  width: 100%;
  max-width: 650px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
  padding-bottom: 4px;
}
.btn-primary.cusotmprintcss {
  border-color: #0c8381 !important;
  color: #0c8381 !important;
  background: #fff !important;
  font-weight: bold;
}
.btn-primary.cusotmprintcss:hover {
  border-color: #0c8381 !important;
  color: #fff !important;
  font-weight: bold;
  background: #0c8381 !important;
}
td .list-tooltip {
  display: none !important;
}
td .error-msg {
  color: red;
  font-size: 10px;
  font-weight: 500;
  display: block;
  clear: left;
}
.verification-card {
  background: #f8f9fa;
  border: 1px solid #e2e5e8;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.verification-card:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.verification-check {
  gap: 10px;
}
.verification-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.verification-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.verification-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  border-radius: 30px;
  transition: 0.3s;
}
.verification-slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.verification-toggle input:checked + .verification-slider {
  background-color: #28a745;
}
.verification-toggle input:checked + .verification-slider::before {
  transform: translateX(24px);
}
.verification-toggle:hover .verification-slider {
  background-color: #a7a7a7;
}
.verification-toggle input:checked:hover + .verification-slider {
  background-color: #218838;
}
.verification-desc {
  margin-top: 2px;
  line-height: 1.4;
}
.table.comman-table > thead > tr > th {
  padding: 12px 12px;
}
.table.comman-table > tbody > tr > td {
  padding: 9px 12px;
}
.borderpradiusntm {
  border-radius: 8px !important;
  width: 34px !important;
  height: 34px !important;
  font-size: 22px;
  display: block !important;
  padding: 0px !important;
}
:root {
  --teal: #008080;
  --teal-2: #008080;
  --blue: #4a6fa5;
  --bg: #ffffff;
  --muted: #6b7280;
  --line: rgba(0,0,0,0.06);
}
.calendar-container {
  background:
    linear-gradient(
      180deg,
      rgba(10, 30, 50, 0.02),
      rgba(255, 255, 255, 0.02));
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(13, 38, 63, 0.06);
  color: #0b2340;
}
.calendar-header {
  padding: 6px 8px;
  border-bottom: 1px solid var(--line);
}
.calendar-header h5 {
  color: var(--teal);
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0;
}
.calendar-header .btn {
  min-width: 40px;
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  border-color: rgba(0, 128, 128, 0.12);
  color: var(--teal);
  background: transparent;
}
.calendar-header .btn:hover {
  background: rgba(0, 128, 128, 0.06);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) inset;
}
.d-flex.gap-2.mb-3 .btn {
  border-radius: 8px;
  border: 1px solid rgba(74, 111, 165, 0.12);
  color: var(--blue);
  background: rgba(74, 111, 165, 0.03);
  font-size: 0.85rem;
  padding: 6px 10px;
}
.d-flex.gap-2.mb-3 .btn.active-view,
.d-flex.gap-2.mb-3 .btn:active,
.d-flex.gap-2.mb-3 .btn:hover {
  background:
    linear-gradient(
      90deg,
      var(--teal),
      var(--blue));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(10, 40, 80, 0.08);
}
.cal-day-headers .cal-header {
  background:
    linear-gradient(
      180deg,
      rgba(0, 128, 128, 0.03),
      rgba(74, 111, 165, 0.02));
  border-radius: 6px;
  padding: 8px 10px;
  text-align: center;
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #083045;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.cal-day-headers .cal-header b {
  display: block;
  font-size: 0.95rem;
  color: var(--teal);
}
.cal-day-headers .cal-header span {
  font-size: 0.82rem;
  color: var(--muted);
}
.cal-header.cal-today {
  box-shadow: 0 4px 18px rgba(0, 128, 128, 0.08);
  border: 1px solid rgba(0, 128, 128, 0.14);
}
.cal-time-events {
  border-top: 1px solid var(--line);
  margin-top: 12px;
  overflow: auto;
  max-height: 68vh;
}
.cal-hour-segment .cal-time {
  font-size: 0.78rem;
  color: var(--muted);
  padding-left: 6px;
}
.cal-hour.ng-star-inserted:nth-child(odd),
.cal-hour.cal-hour-odd {
  background: rgba(10, 20, 30, 0.01);
}
.cal-day-column {
  border-left: 1px solid rgba(0, 0, 0, 0.04);
}
.cal-hour-segment {
  position: relative;
  border-bottom: 1px solid rgba(10, 20, 30, 0.02);
  box-sizing: border-box;
}
.cal-events-container {
  position: relative;
  z-index: 2;
}
.cal-event,
.cal-event .cal-event-title {
  font-size: 0.88rem;
  color: #fff !important;
}
.cal-event {
  background:
    linear-gradient(
      90deg,
      var(--teal),
      var(--blue));
  border-radius: 8px;
  padding: 6px 8px;
  box-shadow: 0 4px 12px rgba(9, 30, 50, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-current-time-marker {
  height: 2px;
  background:
    linear-gradient(
      90deg,
      var(--teal),
      var(--blue));
  box-shadow: 0 0 8px rgba(74, 111, 165, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}
.cal-drag-over {
  background: rgba(0, 128, 128, 0.04);
  transition: background .18s ease;
}
.cal-drag-active {
  outline: 2px dashed rgba(74, 111, 165, 0.22);
}
@media (max-width: 900px) {
  .calendar-container {
    padding: 12px;
  }
  .cal-day-column {
    min-width: 160px;
  }
  .calendar-header h5 {
    font-size: 0.98rem;
  }
  .d-flex.gap-2.mb-3 .btn {
    padding: 6px 8px;
    font-size: 0.8rem;
  }
}
.btn:focus,
.cal-header:focus,
.cal-day-column:focus {
  outline: 3px solid rgba(0, 128, 128, 0.12);
  outline-offset: 2px;
}
.cal-time-events::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cal-time-events::-webkit-scrollbar-track {
  background: transparent;
}
.cal-time-events::-webkit-scrollbar-thumb {
  background:
    linear-gradient(
      180deg,
      rgba(0, 128, 128, 0.12),
      rgba(74, 111, 165, 0.12));
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.02);
}
.calendar-container {
  max-width: 100% !important;
}
table.table .add-row td {
  font-size: 14px;
  vertical-align: middle;
  vertical-align: middle;
  vertical-align: middle !important;
}
.tableheadecss thead th {
  border-bottom: 0px solid #f0f0f0 !important;
  background-color: #f4f5fa !important;
}
.asset-container {
  width: 100%;
  background: white;
  border-radius: 16px;
  overflow: hidden;
}
.asset-container .asset-header {
  background:
    linear-gradient(
      135deg,
      #2c3e50,
      #3498db);
  color: white;
  padding: 12px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.asset-container .asset-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0px;
}
.asset-container .asset-details {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.asset-container .detail-item {
  display: flex;
  flex-direction: column;
}
.asset-container .detail-label {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-bottom: 5px;
}
.asset-container .detail-value {
  font-weight: 600;
  font-size: 1.1rem;
}
.asset-container .asset-form {
  padding: 30px;
}
.asset-container .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 25px;
}
.asset-container .calculation-summary {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  border-left: 4px solid #3498db;
}
.asset-container .summary-title {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.asset-container .summary-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}
.asset-container .summary-item {
  display: flex;
  flex-direction: column;
}
.asset-container .summary-label {
  font-size: 0.85rem;
  color: #7f8c8d;
}
.asset-container .summary-value {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c3e50;
}
.invoice-add-table2x .form-control {
  box-shadow: none;
  padding: 6px 15px;
  font-size: 14px;
  min-height: 22px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
}
.invoice-add-table2x .form-check-input {
  width: 1.8em;
  height: 1.8em;
  margin-top: .25em;
}
.invoice-add-table2x .form-check-input {
  width: 1.8em;
  height: 1.8em;
  margin-top: .25em;
}
.invoice-add-table2x .form-check-input:checked {
  background-color: #009688;
  border-color: #0c8281;
}
.invoice-add-table2x3 .form-check-input {
  width: 29px !important;
  height: 20px !important;
  margin-top: .25em;
  padding: 0px !important;
  display: block;
  font-size: 14px;
  min-height: 29px !important;
}
.add-table-items .remember-me .custom_check23 .checkmark {
  width: 18px;
  height: 18px;
  top: 0px;
  border: 2px solid rgba(51, 52, 72, 0.2);
  border-radius: 4px;
  background-color: #fff;
  left: 10px;
}
.ActionsIconsDiv a.ScanColorAction2 {
  background: #0099991f;
  color: #009999;
}
.stock-card {
  background: white;
  border-radius: 8px;
  margin: 10px auto;
  border: 1px solid #e0e0e0;
}
.stock-header {
  background: #f8f9fa;
  padding: 8px 15px;
  border-bottom: 1px solid #e0e0e0;
}
.stock-title {
  font-size: 1.0rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}
.stock-content {
  padding: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.info-card {
  padding: 5px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #3498db;
}
.info-card.quantity {
  border-left-color: #27ae60;
}
.info-label {
  font-size: 0.70rem;
  color: #666;
  font-weight: 500;
  margin-bottom: 4px;
}
.info-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2c3e50;
}
.quantity-display {
  margin-top: 8px;
}
.quantity-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #27ae60;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  margin: 0 auto;
}
.stock-footer {
  background: #f8f9fa;
  padding: 10px 15px;
  border-top: 1px solid #e0e0e0;
  font-size: 0.75rem;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.status-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #27ae60;
}
@media (max-width: 480px) {
  .stock-content {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }
  .stock-header {
    padding: 10px 12px;
  }
  .stock-title {
    font-size: 1.1rem;
  }
}
.add-table-items2d2 input {
  height: auto !important;
  min-height: auto !important;
}
.bg-on {
  font-weight: bold;
  background-color: #f65151;
}
.bg-off {
  background-color: #ffffff;
  font-weight: bold;
}
.add-table-items2d2 input[type=checkbox].chk-itms {
  zoom: 1.5;
}
tr.dispatch-disabled {
  opacity: 0.8;
  color: #908181;
}
.fs-13 {
  font-size: 13px !important;
}
.custbox {
  border: 1px solid #e7e7e7;
  background: #f3feff;
  border-radius: 5px;
  padding: 10px 20px;
}
.checklist-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.checklist-wrapper {
  background: #f5f5f5;
  border-radius: 8px;
}
.checklist {
  background: white;
  border-radius: 8px;
  overflow: hidden;
}
.checklist .table {
  width: 100%;
  border-collapse: collapse;
}
.checklist tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.checklist tbody tr:last-child {
  border-bottom: none;
}
.checklist th {
  background: #f3fffd;
  color: #35848c;
  font-weight: 600;
  padding: 0.8rem 2rem;
  text-align: left;
  width: 50%;
  font-size: 0.9rem;
}
.checklist td {
  padding: 0.8rem 2rem;
}
.checklist td p {
  display: inline-block;
  margin-right: 2rem;
}
.checklist input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
  vertical-align: middle;
}
.checklist label {
  cursor: pointer;
  vertical-align: middle;
}
.checklist .text-right {
  text-align: right;
  padding: 1rem;
  background: #f9f9f9;
}
.contract-form-wrapper * {
  box-sizing: border-box;
}
.contract-form-wrapper .asset-detail {
  margin-bottom: 15px;
}
.contract-form-wrapper .asset-detail label.text-dark {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}
.contract-form-wrapper .asset-detail label:not(.text-dark) {
  color: #555;
  font-size: 15px;
}
.contract-form-wrapper .barcode-section {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contract-form-wrapper .contract-status {
  background: #d7edfc;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 4px solid #32729b;
  margin-bottom: 20px;
}
.contract-form-wrapper .contract-status strong {
  color: #32729b;
  font-size: 17px;
  margin-top: 4px !important;
  display: block;
  padding-bottom: 5px;
}
.contract-form-wrapper .no-contract-msg {
  background: #faf5ec;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 4px solid #FF9800;
  color: #c4790c;
  font-weight: 500;
}
.contract-form-wrapper .btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contract-form-wrapper .btn-primary:hover {
  background: #0056b3;
}
.contract-form-wrapper .reupload-section {
  background: white;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin: 20px 0;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.contract-form-wrapper .reupload-section span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-right: 15px;
}
.contract-form-wrapper .reupload-section input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.contract-form-wrapper .file-upload-section {
  background: white;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  height: auto;
}
.contract-form-wrapper .file-upload-section label.control-label {
  font-weight: 600;
  color: #333;
  font-size: 15px;
}
.contract-form-wrapper .file-upload-section sup {
  color: red;
  font-size: 16px;
}
.contract-form-wrapper input[type=file] {
  padding: 10px;
  border: 2px dashed #ccc;
  border-radius: 6px;
  width: 100%;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.contract-form-wrapper input[type=file]:hover {
  border-color: #007bff;
  background: #f0f8ff;
}
.contract-form-wrapper .color-red {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
.contract-form-wrapper .file-preview-container {
  background: white;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
}
.contract-form-wrapper iframe {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .contract-form-wrapper .custbox {
    flex-direction: column;
  }
  .contract-form-wrapper iframe {
    width: 100% !important;
  }
}
:host ::ng-deep .table-wrap-only {
  width: 100%;
  table-layout: fixed;
}
.table.comman-table.custom-table.custom-table333 > thead > tr > th {
  border-bottom: 1px solid #f5f5f5 !important;
  background: #f1f1f1 !important;
  padding: 20px 10px;
}
.danphe-auto-complete-wrapper {
  position: relative !important;
}
.danphe-auto-complete-wrapper ul,
.danphe-auto-complete-wrapper .autocomplete-list {
  position: absolute !important;
  top: 100%;
  left: 0;
  z-index: 10000;
  background: #fff;
}
.custom-dialog-no-cut .mat-dialog-container {
  overflow: visible !important;
}
.custom-dialog-no-cut .mat-dialog-content {
  overflow-y: visible !important;
  overflow-x: visible !important;
}
.table.comman-tableheader.custom-table > thead > tr > th {
  background: #f7f7f7 !important;
}
body .logobig {
  display: block !important;
}
body .logosmallsze {
  display: none !important;
}
.mini-sidebar .logobig {
  display: none !important;
}
.mini-sidebar .logosmallsze {
  display: block !important;
}
@media (max-width: 767px) {
  .dhs-patient-flow__steps {
    padding: 10px 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dhs-patient-flow__step {
    min-width: 30%;
    margin-bottom: 28px;
  }
  .customprintstyle {
    overflow-x: scroll;
  }
  .header-left .logo img {
    width: 148px;
    height: auto;
  }
}

/* public/themes/theme-default/Danphe_ui_style.css */
:root,
[data-bs-theme=light] {
  --bs-success-rgb:
    0,
    128,
    128;
}
html,
body {
  height: 100%;
}
body {
  background-color: #fafafa;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
}
:focus {
  outline: none;
}
.mlr,
.mlr .form-group {
  margin-right: 0;
  margin-left: 0;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt5 {
  margin-top: 4px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.m1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.p1 {
  padding: 10px !important;
}
.p2 {
  padding: 15px !important;
}
.text-primary {
  color: #212121;
}
.primary-btn,
.grid-action,
.ar-table-template .primary-btn {
  background-color: #1A8B72 !important;
  border-color: #1A8B72 !important;
  color: #ffffff !important;
}
.grid-action.btn-danger {
  background-color: #e31d2d !important;
  border-color: #a91520 !important;
}
.primary-btn i {
  margin: 0 5px;
}
.secondary-btn {
  background-color: #295dd2;
  border-color: #295dd2;
  color: #ffffff;
}
.btn-success {
  color: #fff !important;
  background-color: #1A8B72 !important;
  border-color: #1A8B72 !important;
}
.btn-danger {
  color: #fff;
  background-color: #e31d2d;
  border-color: #a91520;
}
.primary-btn:hover,
.grid-action:hover {
}
.btn.primary-btn:not(.btn-outline).active,
.btn.primary-btn:not(.btn-outline):active,
.btn.primary-btn:not(.btn-outline):hover,
.open > .btn.primary-btn:not(.btn-outline).dropdown-toggle,
.primary-btn.active.focus,
.primary-btn.active:focus,
.primary-btn.focus,
.primary-btn:active.focus,
.primary-btn:active:focus,
.primary-btn:focus {
  background-color: #1A8B72 !important;
  border-color: #1A8B72 !important;
  color: #fff;
}
.btn.secondary-btn:not(.btn-outline).active,
.btn.secondary-btn:not(.btn-outline):active,
.btn.secondary-btn:not(.btn-outline):hover,
.open > .btn.secondary-btn:not(.btn-outline).dropdown-toggle,
.secondary-btn.active.focus,
.secondary-btn.active:focus,
.secondary-btn.focus,
.secondary-btn:active.focus,
.secondary-btn:active:focus,
.secondary-btn:focus {
  background-color: #1A8B72;
  border-color: #1A8B72;
  color: #ffffff;
}
.btn.btn-success:not(.btn-outline).active,
.btn.btn-success:not(.btn-outline):active,
.btn.btn-success:not(.btn-outline):hover,
.open > .btn.btn-success:not(.btn-outline).dropdown-toggle,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.focus,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:focus,
.btn-outline:hover {
  background-color: #1A8B72 !important;
  border-color: #1A8B72;
  color: #ffffff;
}
.btn-outline {
  color: #1A8B72;
  background: #fdfdff;
  border: 1px solid #1A8B72;
}
.btn-link {
  color: #ffffff !important;
  background-color: #1A8B72;
  border: 1px solid #2355c3;
  padding: 6px 10px;
  border-radius: 5px !important;
  font-weight: normal;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  background-color: #2355c3;
  border: 1px solid #1A8B72;
  color: #ffffff;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
.action-btn {
  border: 1px solid #60aeec !important;
  background: #6dbcfb;
  color: #ffffff;
}
.action-btn:hover {
  border: 1px solid #6dbcfb !important;
  background: #60aeec;
  color: #ffffff;
}
.btn {
  margin: 0 5px;
  padding: 5px 15px;
}
.btn:first-child {
  margin-left: 0;
}
.btn:last-child {
  margin-right: 0;
}
.lb-caption .btn-link i,
.custom-caption .btn-link i {
  color: #ffffff !important;
}
.lb-caption .btn-link,
.custom-caption .btn-link {
  margin-left: 10px;
}
.caption h3 img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.caption-subject {
  font-size: 20px;
  font-weight: 600;
}
.p1 {
  padding: 10px 0;
}
sup {
  top: 0;
  font-size: 12px !important;
  color: #ec0000;
}
.icon-user:before {
  content: "\f007";
}
.border-bottom {
  border-bottom: 1px solid #dddddd;
}
.no-gutters {
  margin: 0 !important;
}
.no-gutters [class*=col-] {
  padding: 0 !important;
}
.no-gutters .padding-set {
  padding-bottom: 10px;
}
.no-gutters input {
  margin-bottom: 15px !important;
}
.gutter-5 {
  margin: 0 -5px;
}
.gutter-5 [class*=col-] {
  padding: 0 5px !important;
}
.page-content-wrapper .page-content {
  padding-top: 10px;
}
div.col-md-4,
div.col-md-3 {
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: none !important;
}
.fixed-top-bar,
.fixed-subnavtab {
  position: sticky !important;
  top: 52px;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}
.fixed-subnavtab {
  top: 109px;
  top: 83px;
  background-color: #fafafa;
  box-shadow: none;
}
.fixed-subnavtab.sub-navtab .nav > li > a {
  padding: 10px 15px 10px 15px;
}
.model-inner-content,
.wrapper {
  padding: 0 15px;
}
.right-content-wrapper,
.tabbable-custom > .tab-content {
  padding: 15px;
}
.light-bg {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px !important;
}
.hm-form,
.emr-form {
}
.hm-form .form-group,
.emr-form .form-group {
  margin-bottom: 10px;
}
.hm-form .control-label,
.emr-form .control-label {
  font-weight: 600;
  font-size: 12px;
  color: #333333 !important;
  padding: 0 15px;
}
.hm-form .control-label b,
.emr-form .control-label b {
  float: unset;
}
.hm-form .danphe-auto-complete-wrapper input,
.hm-form input,
.hm-form select,
.select select,
.emr-form .danphe-auto-complete-wrapper input,
.emr-form input,
.emr-form select,
.emr-form .select select {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid #ced0d4;
  border-radius: 0 !important;
}
.hm-form select,
.select select,
.emr-form .select select {
  line-height: normal;
  border-radius: 0 !important;
}
.hm-form textarea,
.hm-f-note .table textarea,
.emr-form textarea,
.emr-f-note .table textarea {
  padding: 10px 15px;
  font-size: 12px;
  border: 1px solid #ced0d4;
  width: 100%;
  height: auto !important;
}
.hm-form .form-control[disabled],
.emr-form .form-control[disabled] {
  opacity: 0.6;
}
.hm-form .nepcalender tr td select,
.emr-form .nepcalender tr td select {
  margin: auto 5px;
  padding: 0 5px !important;
}
.hm-form .nepcalender tr td select:first-child,
.emr-form .nepcalender tr td select:first-child {
  margin-left: 0;
}
.hm-form .nepcalender tr td select:last-child,
.emr-form .nepcalender tr td select:last-child {
  margin-right: 0;
}
.hm-form .ng-pristine + div,
.emr-form .ng-pristine + div {
  padding: 0 !important;
}
.nepcalender tr td select {
  margin: auto 2px;
  font-size: 12px !important;
  border-radius: 0 !important;
  width: auto;
}
.hm-form select::-ms-expand,
.select select::-ms-expand,
.emr-form select::-ms-expand {
  display: none;
}
.select {
  position: relative;
  display: flex;
  background: #fff;
  overflow: hidden;
}
.select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2.5px;
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ced0d4;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  background: #ced0d4;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.select:hover::after {
  color: #f39c12;
}
.hm-form input::-webkit-input-placeholder,
.emr-form input::-webkit-input-placeholder {
  color: #555;
}
.hm-form input::-moz-placeholder,
.emr-form input::-moz-placeholder {
  color: #555;
}
.hm-form input:-ms-input-placeholder,
.emr-form input:-ms-input-placeholder {
  color: #555;
}
.hm-form input:-moz-placeholder,
.emr-form input:-moz-placeholder {
  color: #555;
}
.tem-action {
  text-align: center;
}
.hm-f-note,
.erm-f-note {
}
.hm-f-note .text-head-wrapper,
.hm-form .text-head-wrapper,
.erm-f-note .text-head-wrapper,
.erm-form .text-head-wrapper {
  border-bottom: 1px solid #e6e3e3;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.hm-f-note .text-head-wrapper.mt0,
.hm-form .text-head-wrapper.mt0,
.erm-f-note .text-head-wrapper.mt0,
.erm-form .text-head-wrapper.mt0 {
  margin-top: 0;
}
.hm-f-note .text-head,
.hm-form .text-head,
.erm-f-note .text-head,
.erm-form .text-head {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  float: left;
  margin: 0;
  color: #333333;
  border: none;
  padding: 0;
}
.hm-f-note .text-head-wrapper .btn,
.hm-form .text-head-wrapper .btn,
.erm-f-note .text-head-wrapper .btn,
.erm-form .text-head-wrapper .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 15px;
  height: 25px;
  padding: 0 10px;
  float: right;
}
.hm-f-note .text-head-wrapper .btn i,
.hm-form .text-head-wrapper .btn i,
.erm-f-note .text-head-wrapper .btn i,
.erm-form .text-head-wrapper .btn i {
  margin-right: 5px;
}
.hm-f-note .text-head,
.erm-f-note .text-head {
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #e6e3e3;
  padding-bottom: 13px;
  margin-bottom: 0;
}
.hm-f-note table th b,
.erm-f-note table th b {
  font-size: 13px;
  font-weight: 500;
}
.hm-f-note .table > thead > tr > th,
.hm-f-note .table tr td,
.erm-f-note .table > thead > tr > th,
.erm-f-note .table tr td {
}
.hm-f-note table button,
.erm-f-note table button {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  padding: 0;
}
.hm-f-note .table > thead > tr > td,
.erm-f-note .table > thead > tr > td {
}
.hm-f-note .table input,
.erm-f-note .table input {
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  width: 100%;
  border: 1px solid #ced0d4;
}
.hm-f-note .table textarea,
.erm-f-note .table textarea {
  width: 100%;
}
.hm-f-note .table tr:last-child td,
.erm-f-note .table textarea {
  border: none;
}
.hm-form .height30px,
.erm-form .height30px {
  height: 30px;
  padding: 0 15px;
}
.mt-checkbox > span:after {
  border: solid #1A8B72;
  border-width: 0 2px 2px 0;
}
.mt-checkbox.mt-checkbox-outline > input:checked ~ span,
.mt-checkbox > span:hover {
  border: 1px solid #1A8B72 !important;
}
.mt-checkbox {
  margin-right: 10px;
}
.hm-bg-white,
.emr-bg-white {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #f3f3f3;
  border-radius: 5px !important;
}
.hm-ecard .clp-hd,
.emr-ecard .cld-hd {
  background-color: transparent;
  border-bottom: 1px solid #ced0d4;
  padding: 14px 10px 14px 30px !important;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.hm-ecard .btn,
.emr-ecard .btn {
  float: right;
  padding: 2px 10px;
  font-size: 12px;
}
.hm-ecard .clp-hd:after,
.emr-ecard .clp-hd:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
  font-size: 15px;
}
.hm-ecard .clp-hd[aria-expanded=true]:after,
.emr-ecard .clp-hd[aria-expanded=true]:after {
  content: "\f106";
}
.hm-ecard .clp-hd span,
.emr-ecard .clp-hd span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}
.hm-ecard .clp-cntnt,
.emr-ecard .clp-cntnt {
  font-size: 12px;
  padding: 0;
}
.hm-ecard .table thead tr th,
.hm-ecard .table > tbody > tr > td,
.emr-ecard .table thead tr th,
.emr-ecard .table > tbody > tr > td {
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 5px 10px;
}
.hm-ecard .table tr:nth-child(odd),
.emr-ecard .table tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.hm-portlet-body,
.erm-portlet-body {
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.hm-portlet-body .modelbox-div,
.erm-portlet-body .modelbox-div {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  box-shadow: none;
  border: none;
}
.hm-portlet-body .modelbox-div .prob-entry,
.erm-portlet-body .modelbox-div .prob-entry {
  padding: 0 15px 15px 15px;
}
.hm-portlet-body h3.cstm-add-heading,
.erm-portlet-body h3.cstm-add-heading {
  color: #333333;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 15px 0;
  padding: 10px 0;
  font-size: 15px;
  text-align: left;
}
.hm-portlet-body .cstm-close,
.erm-portlet-body .cstm-close {
  right: -5px;
  top: -5px;
  background: #e73d4a;
  width: 20px;
  height: 20px;
  line-height: 17px;
  border-radius: 50% !important;
  padding: 0;
  text-align: center;
}
.hm-portlet-body .cstm-close a,
.emr-portlet-body .cstm-close a {
  padding: 0;
  display: block;
}
.hm-portlet-body .cstm-close a i,
.emr-portlet-body .cstm-close a i {
  font-size: 12px;
  margin: 0;
}
.hm-portlet-body .prob-entry label.control-label,
.erm-portlet-body .prob-entry label.control-label {
  color: #333333;
}
.hm-portlet-body .mt-checkbox,
.erm-portlet-body .mt-radio {
  padding-left: 26px !important;
  font-size: 12px;
  margin-right: 10px;
}
.hm-portlet-body .addbtn,
.erm-portlet-body .addbtn {
  margin-left: 25% !important;
  top: auto !important;
}
.hm-portlet-body .addbtn .btn,
.erm-portlet-body .addbtn .btn {
  width: auto;
}
.hm-form p,
.erm-form p {
  font-size: 12px;
}
.cstm-pat-registration .mt-checkbox.mt-checkbox-outline > span,
.mt-radio.mt-radio-outline > span {
  border-color: #ced0d4;
}
.mt-checkbox:hover > input:not([disabled]):checked ~ span,
.mt-checkbox > input:checked ~ span,
.mt-radio:hover > input:not([disabled]):checked ~ span,
.mt-radio > input:checked ~ span,
.mt-radio input:checked + span {
  border: 1px solid #1A8B72 !important;
}
.mt-radio > span {
  height: 16px;
  width: 16px;
}
.mt-radio > span:after {
  background: #1A8B72;
  left: 50%;
  top: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  margin-left: -5px;
}
.em_title {
}
.em_title h4 {
  font-size: 12px;
  margin: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.em_tab .a-tab-active {
  border-bottom: 4px solid #1A8B72 !important;
  color: #1A8B72;
}
.em_tab > li > a {
  color: #333333;
  padding: 5px 10px;
  border: none;
}
.em_tab > li > a:hover {
  background-color: transparent;
  border-bottom: 4px solid #1A8B72 !important;
  color: #1A8B72;
  box-shadow: none;
  border-color: transparent transparent #1A8B72;
}
.em_module textarea,
.em_module input {
  border: 1px solid #ced0d4;
  width: 100%;
  padding: 0 5px;
  font-size: 12px;
}
.em_module input {
  height: 30px;
}
.em_module .mt-checkbox > input,
.em_module .mt-radio > input {
  height: auto;
}
.em_module table tr {
  background-color: #fff;
}
.em_module table td {
  padding: 0.625em 1em;
}
.em_module table tr th {
  padding: 0.625em 1.3em !important;
}
.em_module table tr th:first-child {
  border-right: 1px solid #ced0d4;
  width: 20%;
}
.em_module .logo img {
  max-height: 290px;
}
.em_module .figure_eye {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
#saveallbutton {
  margin: 20px 0;
}
#saveallbutton .btn {
}
.ef_table_top {
}
.ef_table_top th {
  border-right: 1px solid #ced0d4;
}
.ef_table_top th:last-child {
  border-right: none;
}
.em_module .fd_table tr th {
  border: 1px solid #ced0d4;
  padding: 8px 2px !important;
  line-height: 12px;
  text-align: center;
}
.em_module .fd_table tr td {
  padding: 5px 4px !important;
  border-bottom: 1px solid #ced0d4;
}
.em_module .fd_table tr th:first-child {
}
.fd-radio-inline {
  padding: 0;
}
.fd-radio-inline .mt-checkbox > span,
.fd-radio-inline .mt-radio > span {
  border-radius: 50% !important;
}
.fd-radio-inline .mt-checkbox > span:after {
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background-color: #1A8B72;
  border-radius: 50%;
  border: none !important;
  transform: none;
}
.portlet {
}
.portlet .cancel-btn {
  position: absolute;
  top: 10px;
  right: -15px;
  z-index: 99;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  font-size: 15px;
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.portlet .cancel-btn i {
  margin: 0;
}
.portlet .modal-md {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  display: block;
  background-color: transparent;
  padding: 0;
}
#printpage h2,
.bill-receipt-printpage h2 {
  font-size: 16px;
}
.portlet fieldset {
  margin: 1% 0 !important;
  border: 1px solid #ced0d4 !important;
}
.portlet fieldset b {
  color: #333333;
}
.portlet fieldset p {
  font-size: 12px;
}
#printpage table tr td,
#printpage table th,
.bill-receipt-printpage table tr td,
.bill-receipt-printpage table th {
}
.modal-cb {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 15px 15px 0;
}
.modal-cb input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 0;
}
.modal-md .modelbox-div {
  padding: 0 15px;
}
.modelbox-div.p5 {
  padding: 15px 0;
}
.eh_view table tr th {
  text-align: left;
}
.eh_view .table-center tr td,
.eh_view .table-center tr th {
  text-align: center;
}
.eh_view .table-center tr td .logo {
  overflow: hidden;
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.eh_view .table-center tr td .logo img {
  display: block;
  margin: 0 auto;
}
.modelbox-div .primary-btn i {
  margin: 0 5px;
}
.lb-caption,
.custom-caption {
  margin-bottom: 15px;
}
.lb-caption i,
.custom-caption i {
  margin-right: 5px;
  color: #1A8B72 !important;
}
.lb-caption .caption-subject,
.lb-caption i,
.custom-caption .caption-subject,
.custom-caption i {
  color: #333333;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.grid-action {
  font-weight: normal;
}
.grid-action:hover {
  text-decoration: none;
}
.grid-action i {
  margin-right: 2px;
}
.lab-header-top {
  padding: 10px 0;
}
.lab-header-top .primary-btn {
  padding: 3px 12px;
}
.lab-header-top .primary-btn i {
  margin-right: 4px;
}
.lab_form_wrap {
  display: flex;
}
.lab_form_wrap > div {
  flex: 0 1 auto;
  margin: 0 10px 0 0;
}
.lab_form_wrap > div:first-child {
  flex: 9 1 auto;
}
.lab_form_wrap > div strong,
.search-wrap strong {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.lab_form_wrap > div input {
  display: inline-block;
  vertical-align: middle;
  width: 67%;
  height: 30px;
  padding: 0 5px;
}
.lab_form_wrap > div:first-child input {
  width: 64%;
}
.lab_form_wrap > div:last-child {
  margin-right: 0;
}
.search-wrap,
.lab_form_wrap {
  margin-top: 5px;
}
.search-wrap .autocomplete-item {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  margin-left: 0;
}
.search-wrap .autocomplete-item input {
  width: 100%;
  height: 30px !important;
}
.search-wrap strong {
}
.lb-caption .animate-message,
.custom-caption .animate-message {
  font-weight: normal !important;
  background-color: rgba(69, 204, 0, 0.18);
  padding: 5px 15px;
  color: #4b5447 !important;
}
.table .lb-info-head tr {
  background-color: #ececec !important;
  color: #333 !important;
}
.form-inline-center {
  display: flex;
  justify-content: center;
}
.lab_modal_box {
  max-width: 1280px;
  margin: 20px auto;
  padding: 0;
}
.lab_modal_box .modelbox-header h4,
.modelbox-header h4 {
  color: #333333;
  font-size: 16px;
}
.hm-form .bg-light {
  background-color: transparent;
  margin: 20px 0;
  border: 1px solid #e2e2e2;
}
.lab-test-header {
  padding: 10px 15px;
  border-bottom: 1px solid #d0cece;
  margin-bottom: 15px;
  background-color: #e2e2e2;
}
.lab-test-header h3 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  text-align: left;
}
.s_f_wrapper {
  padding: 0 15px;
}
.s_f_wrapper .mt-checkbox > span,
.s_f_wrapper .mt-radio > span {
  border: 1px solid #949292;
  width: 14px;
  height: 14px;
}
.s_f_wrapper .mt-checkbox input,
.s_f_wrapper .mt-radio input {
  height: 100%;
}
.s_f_wrapper .mt-checkbox > span:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 9px;
}
.s_f_wrapper .mt-checkbox input.comp-check-box {
  height: 14px !important;
  width: auto;
  left: 0;
  margin: 0;
}
.s_f_wrapper .mt-checkbox {
  margin: 0;
  padding: 0 !important;
}
.s_f_wrapper table tr td {
  vertical-align: middle;
}
.s_f_label table tr td {
  text-align: center;
}
.s_f_label .mt-checkbox input.comp-check-box {
  height: 14px !important;
  width: auto;
  left: 0;
  margin: 0;
  position: static;
}
.s_f_wrapper a {
  color: #1A8B72;
}
.s_f_wrapper .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,
.s_f_wrapper .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span,
.s_f_wrapper .mt-checkbox.mt-checkbox-outline > input:checked ~ span,
.s_f_wrapper .mt-checkbox.mt-checkbox-outline > input:focus ~ span,
.s_f_wrapper .mt-checkbox.mt-checkbox-outline > span,
.s_f_wrapper .mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
.s_f_wrapper .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span,
.s_f_wrapper .mt-checkbox.mt-radio-outline > input:checked ~ span,
.s_f_wrapper .mt-checkbox.mt-radio-outline > input:focus ~ span,
.s_f_wrapper .mt-checkbox.mt-radio-outline > span,
.s_f_wrapper .mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,
.s_f_wrapper .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span,
.s_f_wrapper .mt-radio.mt-checkbox-outline > input:checked ~ span,
.s_f_wrapper .mt-radio.mt-checkbox-outline > input:focus ~ span,
.s_f_wrapper .mt-radio.mt-checkbox-outline > span,
.s_f_wrapper .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
.s_f_wrapper .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span,
.s_f_wrapper .mt-radio.mt-radio-outline > input:checked ~ span,
.s_f_wrapper .mt-radio.mt-radio-outline > input:focus ~ span,
.s_f_wrapper .mt-radio.mt-radio-outline > span {
  border: 1px solid #949292;
}
.ml0 {
  margin-left: 0 !important;
}
.s_f_wrapper .checkbox .mt-checkbox {
  font-size: 12px;
  padding-left: 22px !important;
  margin: 0;
}
.s_f_wrapper .checkbox {
  margin: 4px 0;
}
.s_f_wrapper table tr .btn {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.s_f_wrapper table tr .btn i {
  margin: 0;
  height: 30px;
  top: -1px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.s_f_wrapper .table thead tr th {
  font-size: 12px;
}
.hm-form .colsetting-name {
  margin-left: 0 !important;
}
.lb-si-title,
.signature-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.lb-si-title h4,
.signature-title h4 {
  font-size: 16px;
  margin: 0;
}
.lb-si-div,
.signature-div {
  display: inline-block;
  width: 20%;
}
.lb-si-div label,
.signature-div label {
  font-size: 12px;
}
.managetxt .mt-checkbox {
  line-height: inherit !important;
}
.lu_up_wrap {
  padding: 0 15px;
}
.lu_up_wrap .data-title {
  padding: 15px 0;
}
.lu_up_wrap .data-title h4 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.lu_up_wrap tr td .btn {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  padding: 0;
}
.lb-close-btn {
  right: -10px;
  top: -10px;
}
.lb-close-btn .btn {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  line-height: 30px !important;
  padding: 0;
}
.lb-close-btn .btn i {
  text-align: center;
  display: block;
  margin-right: 0;
}
#categoryName {
  width: 100%;
  padding: 0 10px;
}
.ar-table-template {
}
.ar-table-template .tmplate-name-hdr {
  background-color: #cecece !important;
  color: #000 !important;
  text-align: left !important;
}
.info-item a {
  color: #1A8B72;
}
.ar-table-template .test-title {
  color: #000000 !important;
}
.ar-table-template .btn-addnew-comp {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.ar-table-template .btn-remove-dyn-comp {
  display: inline-block;
  vertical-align: middle !important;
  width: 30px;
  height: 30px;
  margin-left: 0 !important;
  color: #fff;
  background-color: #e31d2d !important;
  border: 1px solid #a91520 !important;
}
.ar-table-template .mt-checkbox {
  margin: 0;
  padding-left: 0 !important;
  display: inline-block;
  vertical-align: middle !important;
}
.ar-table-template .mt-checkbox .zoomcheckbox {
  left: 0;
  top: 0;
}
.ar-table-template .mt-checkbox span {
  position: relative;
  display: block;
}
.ar-table-template input.cstm-res-input {
  width: 100% !important;
}
.ar-table-template .input_name {
  position: relative;
  display: block;
}
.ar-table-template .input_name sup {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: 1px;
  display: block;
}
.ar-table-template .error-message {
}
.number-note-wrapper blockquote {
  font-size: 14px;
  background-color: rgba(122, 110, 224, 0.17);
  border: none;
}
.number-note-wrapper blockquote p {
}
#lab-report .lab-pr-container {
  border: none !important;
  box-shadow: none;
  background: none;
}
#lab-report .lab-pr-container .rpt-curholder {
  padding: 0;
  box-shadow: none;
  background: none;
}
#lab-report .lab-pr-container .rep-containr {
  margin: 0;
}
#lab-report .lab-pr-container .patient-info-box {
  border: 1px solid #dbdfea;
  padding: 7px;
}
#lab-report .flex-align-center {
  margin-bottom: 3px;
}
#lab-report .flex-container .lab-report-tbl tr,
#lab-report .ng-pristine {
  border: 1px solid #dbdfea;
}
#lab-report .flex-container .lab-report-tbl tr th,
#lab-report .flex-container .lab-report-tbl tr td {
  padding: 5px 10px;
}
#lab-report .tooltip span {
  background-color: transparent;
  padding: 0;
  margin-left: 3px;
  vertical-align: middle;
  color: #1A8B72;
}
#lab-report input.dontShowInPrint {
  left: 0;
}
#lab-report .mt-checkbox {
  margin-right: 0;
  margin-bottom: 0;
}
.lab-sg-wrapper {
  padding: 0 15px;
}
#lab-report textarea {
  width: 100%;
}
.sg-name {
  background-color: #e5e9f2;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 4px !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 60px;
  word-wrap: break-word;
  padding: 5px 40px 5px 15px;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 15px;
}
.sg-name i {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #1A8B72;
  text-align: center;
  line-height: 20px !important;
  color: #fff;
  border-radius: 50%;
}
.sig-select {
  margin: 15px 0;
}
.sig-select .c-btn {
  border: 1px solid #dbdfea !important;
  box-shadow: none !important;
}
.sig-select .danaphe-multiselect-style .c-token {
  background-color: #1A8B72 !important;
  border: 1px solid #1A8B72;
  color: #fff !important;
  border-radius: 3px !important;
  padding: 1px 10px !important;
}
.sig-select .danaphe-multiselect-style .pure-checkbox label::before {
  border: 1px solid #1A8B72 !important;
}
.sig-select .pure-checkbox input[type=checkbox]:checked + label:before {
  background: #1A8B72 !important;
}
.sig-select .pure-checkbox input[type=checkbox] + label:after {
  width: 7px !important;
  height: 4px !important;
  margin-top: -5px !important;
  border-width: 0 0 1px 1px !important;
}
.sig-select .dropdown-list ul li {
  padding: 5px 10px !important;
}
.inv_modal .modelbox-div,
.custom_modal .modelbox-div {
  padding: 0;
  position: relative;
}
.inv_modal .lb-caption,
.custom_modal .custom-caption {
  position: relative;
  padding: 15px 15px;
  border-bottom: 1px solid #ced0d4;
}
.inv_modal .lb-caption h3,
.lb-caption h3,
.custom_modal .custom-caption h3,
.custom-caption h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.inv_modal .lb-caption .heading,
.custom_modal .custom-caption .heading {
  margin: 0;
}
.inv_modal .lb-caption .btn-danger,
.inv_modal .modelbox-div .history-del-btn,
.custom_modal .custom-caption .btn-danger,
.custom_modal .modelbox-div .del-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50% !important;
  padding: 0;
  text-align: center;
  margin: 0;
}
.inv_modal .modelbox-div .history-del-btn i,
.custom_modal .modelbox-div .del-btn {
  margin: 0;
}
.inv_modal .form-actions,
.custom_modal .form-actions {
  background-color: transparent;
  padding: 15px 0;
}
.inv_modal .form-actions .btn,
.custom_modal .form-actions .btn {
  width: auto !important;
}
.inv_modal .form-body,
.custom_modal .form-body {
  padding: 15px 15px 0 15px;
}
.inv_modal .form-horizontal .page-bar,
.custom_modal .form-horizontal .page-bar {
  box-shadow: none;
}
.div-relative {
  position: relative;
}
.div-relative .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #1A8B72;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fffefe;
  z-index: 1;
}
.inv_modal .icheck-inline label,
.custom_modal .icheck-inline label {
  padding-top: 0;
}
.inv_modal table .icheck-inline label,
.custom_modal table .icheck-inline label {
  margin: 0;
}
.inv_modal .icheck-inline.list-inline label,
.custom_modal .icheck-inline.list-inline label {
  margin: 0;
}
.hm-form table td .multi-line-date,
.erm-form table td .multi-line-date {
  display: flex;
}
.inv_table thead tr,
.custom_table thead tr {
  background-color: #f5f5f5;
}
.inv_table thead tr th,
.custom_table thead tr th {
  font-size: 12px;
  font-weight: bold;
}
.inv_table thead tr th,
.inv_table tbody tr td,
.custom_table thead tr th,
.custom_table tbody tr td {
  vertical-align: middle;
}
.inv_table thead tr th,
.custom_table thead tr th {
  padding: 10px 5px;
}
.inv_table a,
.custom_table a {
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  display: block;
  font-family: "FontAwesome";
}
.inv_table a.fa-question:hover,
.custom_table a.fa-question:hover {
  text-decoration: underline;
}
.inv_table a .btn,
.custom_table a .btn,
.custom_table button .btn {
  margin: 0 auto;
  padding: 0 !important;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  border-radius: 0;
  display: block;
  font-family: "FontAwesome";
}
.inv_table .error-message,
.error-message,
.custom_table .error-message {
  color: #de0404;
  font-size: 12px;
}
.report_list {
  display: block;
}
.report_list:hover {
  text-decoration: none;
}
.report_list .rpt-link-container {
  padding: 0 !important;
  margin-top: 15px !important;
  position: relative;
  width: 100% !important;
  border-radius: 5px !important;
  padding-left: 60px !important;
  border: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(38, 37, 37, 0.16);
  -moz-box-shadow: 0px 0px 6px 0px rgba(38, 37, 37, 0.16);
  box-shadow: 0px 0px 6px 0px rgba(38, 37, 37, 0.16);
}
.report_list .rpt-link-container .report_icon {
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
}
.report_list .rpt-link-container .report_icon i {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 23px;
  height: 40px !important;
  width: 40px;
  line-height: 40px;
  background-color: #1A8B72;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.report_list .rpt-link-container .report-name {
}
.report_list .rpt-link-container .report-name i {
  font-style: normal;
  display: block;
  font-weight: 900;
  color: #333333;
  font-size: 15px;
}
.report_list .rpt-link-container .report-name i + i {
  font-weight: normal;
  font-size: 13px;
  color: #c1c1c1;
}
.report_list .rpt-link-container:hover {
  background-color: #1A8B72 !important;
  color: #ffffff;
}
.report_list .rpt-link-container:hover .report_icon i {
  background-color: #ffffff;
  color: #1A8B72 !important;
}
.report_list .rpt-link-container:hover .report-name i {
  text-decoration: none;
  color: #ffffff;
}
.inv_table td,
.custom_table td {
  font-size: 12px;
}
.inv_table b,
.custom_table b {
  margin-right: 15px;
  font-size: 12px;
}
.inv_table .form-group .form-control,
.inv_table,
.custom_table .form-group .form-control,
.custom_table {
  width: 100%;
  text-align: left;
}
.inv_table .form-group,
.custom_table .form-group {
  margin-bottom: 6px;
}
.inv_modal .lb-caption .btn-danger i,
.custom_modal .custom-caption .btn-danger i {
  margin: 0;
  height: 100%;
  line-height: 22px;
  color: #ffffff !important;
}
.t-wrap {
  margin-top: 10px;
}
.t-wrap td {
  font-size: 12px;
}
label,
.control-label {
  font-weight: 600;
  font-size: 12px;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
}
.hm-form .nepcalender tr td .tooltip span input[type=button],
.hm-form .engcalender tr td .tooltip span input[type=button] {
  padding: 0 6px;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
  font-style: normal;
  background-color: #1A8B72;
}
.hm-form .engcalender {
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
  width: 100%;
}
.g_r_inv .hm-form .control-label {
}
.g_r_inv .hm-form .control-label i {
  margin-right: 10px;
  font-size: 15px;
}
.g_r_inv .hm-form input {
  border-radius: 0 !important;
  width: 100%;
}
.inv_table input {
  border: 1px solid #c2cad8;
  border-radius: 3px !important;
  height: 30px !important;
  padding: 0 10px;
}
.inv_table select,
.custom_table select {
  border-radius: 3px;
}
.re-qo-form .engcalender tr td .tooltip,
.re-qo-form .engcalender tr td .tooltip span {
  padding: 0 !important;
}
.re-qo-form .engcalender td input[type=date] {
  margin: 0;
}
.re-qo-form .form-control {
  border-radius: 0 !important;
}
.multi-line-date {
  display: flex !important;
  width: 100%;
}
.nepcalender {
  width: 100%;
}
.gg-group label b,
.gg-group label input {
  display: inline-block;
  vertical-align: middle;
}
.lb-search-filter,
.custom-search-filter {
  padding: 5px 0;
}
.lb-search-filter .search-title,
.custom-search-filter .search-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.lb-search-filter .input-group,
.custom-search-filter .input-group {
  display: inline-block;
}
.lb-search-filter .input-group .icheck-inline .mt-checkbox,
.custom-search-filter .input-group .icheck-inline .mt-checkbox {
  color: #333333;
}
.v-checkbox {
  margin-top: 15px;
  margin-bottom: 15px;
}
.v-checkbox .mt-checkbox {
  margin-right: 5px;
}
.componentjson-table > tbody > tr > td,
.componentjson-table > tbody > tr > th,
.componentjson-table > tfoot > tr > td,
.componentjson-table > tfoot > tr > th,
.componentjson-table > thead > tr > td,
.componentjson-table > thead > tr > th {
  padding: 10px !important;
}
.componentjson-table > tbody > tr > td > .btn {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  padding: 0;
  text-align: center;
}
.componentjson-table > tbody > tr > td > .btn i {
  margin: 0;
}
.main-visit .clp-hd i,
h3.visit-head i {
  margin-right: 10px;
}
.main-visit .mt-radio > span:after {
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
}
.icheck-inline .rad-holder input {
  margin: 0;
  height: auto;
  opacity: 0;
}
.icheck-inline .rad-holder .mt-radio {
  padding-left: 10px !important;
  margin: 4px 11px !important;
}
.icheck-inline .rad-holder .mt-radio:first-child {
  margin-left: 0 !important;
}
.hm-form .itembox {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
  border-radius: 3px !important;
}
.hm-form .itembox .selectedItem {
  background-color: #9e9e9e;
  padding: 5px 10px;
  border: none;
  border-radius: 3px !important;
  margin: 0 3px;
}
.hm-form .itembox .selectedItem:first-child {
  margin-left: 0;
}
.hm-form .itembox .selectedItem:first-child {
  margin-right: 0;
}
.hm-form .itembox .selectedItem .deleteItem {
  color: #fff;
}
.btn-delete-comp {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  padding: 0;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
}
.good-panel-heading {
}
.good-panel-heading b {
  padding: 6px 0;
  display: inline-block;
  vertical-align: middle;
}
.good-panel-heading .control-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.page-sidebar.doctor-sdbar {
  width: 200px !important;
  min-height: 100% !important;
  position: fixed;
  top: 60px !important;
  left: 0;
}
.cstm-pg-content,
.page-content.doc-pagecontent,
.page-content-wrapper {
}
.doctor-sdbar ul.doctor-sidebar-list {
  margin: 0;
  position: static !important;
  background-color: #ffffff !important;
  width: auto !important;
}
#printpageTransactionView {
  position: relative;
}
#printpageTransactionView .rt_close_btn {
  position: absolute;
  top: -35px;
  right: -30px;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  margin: 0;
  border-radius: 50% !important;
}
#printpageTransactionView .form-actions {
  padding: 0;
  background-color: transparent;
  border: none;
}
.btn-delete-comp {
  padding: 0 !important;
}
.ap_list_header .tooltip,
.ap_list_header .tooltip span {
  padding: 0 !important;
}
.ap_list_header .tooltip span input[type=button] {
  background: #1A8B72 !important;
  border: 1px solid #1A8B72 !important;
}
.ap_list_header .danphe-auto-complete-wrapper input {
  padding-left: 10px;
}
.ap_list_header .ng-star-inserted {
  padding: 0 !important;
}
.ap_list_header .primary-btn {
  border-radius: 0 !important;
  background-color: #1A8B72 !important;
}
.nepcalender tr td select:nth-last-child(1) {
  width: 60px;
}
.ag-row .ag-cell p {
  line-height: 22px !important;
  text-align: left !important;
}
.sub-navtab {
  margin-bottom: 15px;
}
.sub-navtab .nav > li > a {
  padding: 5px 15px 10px 15px;
  color: #002035;
  border: none;
  text-align: center;
  margin: 0;
  position: relative;
  margin: 0px 5px;
}
.sub-navtab .nav > li > a > i {
  margin-left: 5px;
}
.sub-navtab .nav > li > a:hover,
.sub-navtab .nav > li > a:focus {
  background-color: transparent;
}
.sub-navtab .nav > li > a:after {
  content: "";
  width: 0;
  height: 4px;
  background-color: #1A8B72;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
}
.sub-navtab .nav > li:hover a:after,
.sub-navtab .nav > li > .a-tab-active:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.sub-navtab .nav > li > .a-tab-active {
  border-bottom: none !important;
}
.table-dropdown {
  z-index: 999;
}
.ph-title {
  height: 35px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0 !important;
}
.ph-title .lb-caption,
.ph-title .custom-caption {
  margin: 4px 0;
}
.deposit_bal {
}
.deposit_bal h3 {
  font-size: 17px;
  margin: 0;
}
.primary-btn-wrapper .caption-subject {
  display: block;
}
.primary-btn-wrapper .caption-subject i {
  color: #ffffff;
}
.patient_searchdiv {
}
.patient_searchdiv .Patient_search {
  justify-content: center;
  flex-direction: column;
  display: flex;
  height: 100%;
  margin-bottom: 10px;
}
.patient_searchdiv .Patient_search .form-group {
  margin-bottom: 0;
}
.patient_searchdiv .Patient_search label {
  margin: 0;
  height: 100%;
}
.patient_searchdiv .Patient_search label.control-label {
  padding-top: 5px !important;
}
.patient_searchdiv .Patient_search .text-wit-btn label,
.community-card .text-wit-btn label {
  padding-left: 35px !important;
}
.community-card .text-wit-btn label {
  padding: 0;
  padding-left: 35px !important;
  margin: 0 5px 0 0;
  height: 30px;
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.patient_searchdiv .Patient_search .text-wit-btn .icheck-inline,
.community-card .text-wit-btn .icheck-inline {
  height: 30px;
}
.community-card .text-wit-btn .icheck-inline {
  margin-top: 0;
}
.patient_searchdiv .Patient_search .text-wit-btn .mt-checkbox span,
.community-card .text-wit-btn .mt-checkbox span {
  top: 50%;
  margin-top: -9px;
}
.patient_searchdiv .Patient_search #patient-search,
.patient_searchdiv .Patient_search .form-control {
  border-radius: 3px !important;
  margin: 0 !important;
  text-align: left;
}
.patient_searchdiv .Patient_search .btn,
.community-card .text-wit-btn .btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 !important;
  text-align: center !important;
  background-color: #1A8B72 !important;
  border-radius: 3px !important;
}
.patient_searchdiv .Patient_search .btn i,
.community-card .text-wit-btn .btn i {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
}
.patient_searchdiv .mt-checkbox,
.patient_searchdiv .mt-radio {
  padding-left: 25px !important;
  margin: 0;
}
.patient_searchdiv .icheck-inline > label,
.patient_searchdiv .input-group {
  margin-left: 0;
}
.panel_title {
}
.panel_title h4 {
}
.patient_searchdiv .well {
  background-color: #f3f0f0;
  border-radius: 0 !important;
  padding: 10px 15px;
}
.invoice-history {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.invoice-history .history-title {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdbdb;
}
.invoice-history td {
  padding: 4px 5px;
  font-size: 12px;
}
.accountinfo {
  width: 100%;
}
.accountinfo td {
  padding: 0 5px;
  vertical-align: middle;
  font-size: 12px;
}
.accountinfo td .form-control {
  text-align: left;
}
.header,
.header-sm {
  color: #ffffff;
}
.inner-header,
.inner-header-sm {
  color: #26c281;
}
.page-header .patient-info-header {
  border: 2px solid #ffffff;
}
.tooltip i.fa {
  margin: 0;
}
.display-flex {
  justify-content: center;
  flex-direction: column;
  display: flex;
  height: 30px;
}
.ipd-title {
  background-color: transparent;
  padding: 10px 0 15px 0;
}
.ipd-title .left {
}
.ipd-title .btn-default {
  margin-right: 15px;
}
.ipd-title .right .label {
  background-color: transparent;
  color: #777;
  padding: 0;
  margin-right: 10px;
}
.ipd-title .btn-default:hover,
.ipd-title .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.pat-info-top .pat-profile-pic img {
  margin: 0;
}
.pat-info-top .pat-profile-pic {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.page-header.navbar .top-menu .btn-back {
  font-size: 13px;
  font-weight: normal;
  border-radius: 3px !important;
  margin: 18px 0;
}
.page-header.navbar .top-menu .btn-back i {
  padding-right: 0;
  margin: 0 5px 0 0;
}
h1.pat-name-hd {
  margin: 0;
}
.cstm-header-top {
  padding: 8px 0;
}
.community-card label {
  text-align: left;
  font-weight: 600;
}
.accountinfo td .form-group {
  margin-bottom: 5px;
}
.ap-group .icheck-inline > label {
  margin: 0 5px 0 0;
  padding-left: 25px !important;
}
.rad-holder {
  margin-right: 0;
}
.patient_searchdiv .Patient_search .ref_modal_div a.btn-danger {
  border-radius: 50% !important;
  padding: 0;
  color: #fff;
  background-color: #e31d2d !important;
  border-color: #a91520 !important;
}
.patient_searchdiv .Patient_search .ref_modal_div label.control-label {
  padding: 5px 15px 0 15px !important;
}
.ref_modal_div .row {
  margin: 0 -15px;
}
.ref_modal_div [class*=col-] {
  padding: 0 15px !important;
}
.patient_searchdiv .Patient_search .ref_modal_div .form-group {
  margin-bottom: 10px !important;
}
.patient_searchdiv .Patient_search .ref_modal_div .modelbox-footer .btn {
  width: 90px;
  margin: 0;
}
.ref_modal_div .mt-checkbox.mt-checkbox-outline > input:checked ~ span,
.ref_modal_div .mt-checkbox > span:hover {
  margin: 0 !important;
}
.datepicker-wrap .ng-untouched + div,
.datepicker-wrap .tooltip {
  padding: 0 !important;
}
.btn-wrapper .btn {
  width: auto !important;
}
#editPanel {
  padding: 0 20px;
}
.patient_info_modal {
  padding: 0;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}
.patient_info_modal h4 {
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: relative;
  background-color: #e7ecf1;
  color: #333333;
  padding: 6px 15px;
}
.patient_info_modal h4 i {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  background-color: #5867dd;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.patient_info_modal ul {
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.patient_info_modal li {
  list-style: none;
  font-size: 13px;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.patient_info_modal li b {
  margin-right: 7px;
  font-weight: 700;
}
.patient_info_modal li b i {
}
.simple-table {
}
.simple-table tr td {
  border: none !important;
  padding: 5px 0 !important;
}
.simple-table tr td label {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.simple-table tr td .display-inline {
  vertical-align: middle;
}
.page-bar-secondary .text-link {
  text-decoration: none;
}
.grp-title-div {
}
.grp-title-div .form-group,
.grp-title-div .form-group .lb-caption,
.grp-title-div .form-group .custom-caption {
  margin-bottom: 0;
}
.grp-title-div .form-group label {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
.grid-btnCstm {
  background-color: #1A8B72;
  border: 1px solid #0765a5;
  padding: 3px 10px;
}
.grid-ddlCstm {
  left: 50%;
  top: 19px;
  margin-left: -70px;
}
.ap-v-header {
  background-color: #ffffff;
  padding: 10px 15px;
  box-shadow: 0 0 25px rgba(26, 107, 225, 0.1);
  margin-bottom: 15px;
  font-size: 12px;
}
.ac-check-wrapper {
  height: 47px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.ac-check-wrapper .mt-checkbox {
  margin: 0;
}
.ap-v-header select,
.ap-v-header input {
  width: 100%;
}
.ap-v-header .relative {
  position: relative;
}
.ap-v-header .relative i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  cursor: pointer;
}
.grp-title-div .lb-caption,
.grp-title-div .custom-caption {
  height: 30px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  margin: 0 !important;
}
.tbPadding {
}
table.tbPadding thead tr th,
table.tbPadding tbody tr td {
  padding: 0 5px !important;
}
table.tbPadding thead tr th {
  padding: 10px 5px !important;
}
.sum_table {
  width: 25%;
  background-color: #fff;
  padding: 10px;
}
.sum_table ul {
  padding: 0;
}
.sum_table ul li {
  list-style: none;
  font-size: 12px;
  position: relative;
  padding-left: 85px;
  margin: 5px 0;
}
.sum_table ul li b {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.sum_data {
  width: 70%;
}
.sum_data h4 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}
.sum_data form {
}
.sum_data form textarea {
  border-color: #e8e6e6;
  border-radius: 3px !important;
}
.top-menu ul.nav li a {
  padding-top: 16px;
  padding-bottom: 16px;
}
.top-checkbox-wrap {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ced0d4;
}
.inv_modal .top-checkbox-wrap .icheck-inline label,
.custom_modal .top-checkbox-wrap .icheck-inline label {
  margin: 10px 0;
}
.checkbox-nolabel {
  padding: 0 !important;
}
.checkbox-nolabel span {
  padding: 0 !important;
  position: relative;
  display: block;
}
.padLess_table th,
.padLess_table td {
  padding: 5px 10px !important;
}
.top-report-section h3 {
  display: inline-block;
  vertical-align: middle;
}
.top-report-section label {
  margin: 0 0 0 15px !important;
  display: inline;
}
.titlebar .header {
  display: inline-block;
}
.titlebar .btn {
  display: inline-block;
  margin-left: 10px;
}
.danphe-followup-visit {
  width: 100%;
  margin: 0;
  box-shadow: none;
}
.danphe-followup-visit:hover {
  box-shadow: none;
}
.inv_modal .danphe-followup-visit .headin-left,
.custom_modal .danphe-followup-visit .headin-left {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.inv_modal .danphe-followup-visit .headin-left h3.visit-head,
.custom_modal .danphe-followup-visit .headin-left h3.visit-head {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 15px;
}
.warning_div {
  padding: 5px 15px;
  margin: 10px 0;
  font-size: 13px;
  background: rgba(253, 57, 122, 0.1);
  border-color: transparent;
  color: #fd397a;
}
.modelbox-div .no-wrap-div {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50% !important;
  padding: 0;
  text-align: center;
  margin: 0;
}
.modelbox-div .no-wrap-div i {
  margin: 0;
}
.inv_modal.portlet fieldset,
.custom_modal.portlet fieldset {
  padding: 0 15px;
}
.inv_modal.portlet fieldset legend,
.custom_modal.portlet fieldset legend {
  width: auto;
  border-bottom: none;
  font-size: 15px;
  padding: 0 15px;
  margin-bottom: 15px;
}
.page-header .patient-info-header {
  padding: 7px 10px;
}
.top-menu ul.nav li a i,
.top-menu ul.nav li a span {
  font-size: 12px !important;
}
.top-menu ul.nav li a {
  padding: 15px 10px;
}
.portlet.blue-hoki,
.portlet.box.blue-hoki > .portlet-title,
.portlet > .portlet-body.blue-hoki {
  background-color: #DDEEEB;
  padding: 0 15px;
}
.portlet > .portlet-title > .caption {
  font-size: 15px;
}
.portlet.box.blue-hoki > .portlet-title > .actions .edit-btn {
  background-color: #fff !important;
  color: #1a8b72 !important;
  border: 0px solid #e2e2e2 !important;
}
.portlet.box.blue-hoki > .portlet-title > .actions .edit-btn i {
  color: #1a8b72 !important;
}
.portlet.box.blue-hoki > .portlet-title > .actions .edit-btn:hover {
  background-color: #1a8b72 !important;
}
.portlet.box.blue-hoki > .portlet-title > .actions .edit-btn:hover i {
  color: #fff !important;
}
.rq-container {
  background-color: transparent;
  border-radius: 0 !important;
  margin: 0;
}
.rq-container .rq-progress {
  padding: 15px 0;
  margin: 0;
}
.rq-container .rq-progress li {
  position: relative;
  width: 16.67%;
  line-height: normal;
}
.req_table .tooltip {
  z-index: inherit;
}
.pv_print .receipt .flex-1 .flex-container img {
  top: 0 !important;
}
.dashboard-stat {
  display: block;
  position: relative;
  padding: 5px 0;
  border-radius: 5px !important;
  height: 106px;
}
.dashboard-stat.blue {
  background-image:
    linear-gradient(
      -20deg,
      #19a2ff 0%,
      #1A8B72 100%);
}
.dashboard-stat.red {
  background-image:
    linear-gradient(
      -20deg,
      #e7505a 0%,
      #ff825c 100%);
}
.dashboard-stat.green {
  background-image:
    linear-gradient(
      to top,
      #1A8B72 0%,
      #32c5d2 100%);
}
.dashboard-stat.dashboard-stat-v2 .visual {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -10px;
  right: -15px;
  width: 100px;
  height: 100px;
  z-index: 1;
}
.dashboard-stat.dashboard-stat-v2 .visual .visual_icon {
  margin-left: 0;
  line-height: normal;
  font-size: 20px;
  opacity: 0.3;
  margin: 0;
}
.dashboard-stat.dashboard-stat-v2 .visual .visual_icon img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.dashboard-stat .details {
  position: static;
  color: #fff;
  padding: 0;
  z-index: 1;
}
.dashboard-stat .details .board-title {
  padding: 10px 15px 5px 15px;
  position: relative;
}
.dashboard-stat .details .board-title div {
  float: left;
  font-size: 14px;
  font-weight: 700;
}
.dashboard-stat .details .board-title .count {
  float: right;
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  top: 5px;
  right: 15px;
}
.dashboard-stat .details .board-title div p {
  margin: 0;
}
.dashboard-stat .details .board-title div span {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  margin-right: 10px;
}
.dashboard-stat .details .board-title div span + span {
  display: inline-block;
}
.dashboard-stat .details .left {
  padding: 10px 15px 9px 15px;
  float: none;
}
.dashboard-stat .details .left span {
  display: inline-block;
  float: left;
  font-size: 13px;
}
.dashboard-stat .details .left span + span {
  float: right;
}
.portlet.light {
  padding: 10px;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}
.portlet.light > .portlet-title {
  min-height: inherit;
  padding: 5px 0 10px 0;
}
.portlet.light > .portlet-title > .tools {
  padding: 0;
  margin: 0;
}
.page-sidebar-closed .page-sidebar {
  z-index: 999;
}
span.ad-sign {
  display: block;
}
span.ad-sign:after {
  top: 50% !important;
  margin-top: -12px;
}
.page-sidebar {
  width: 180px;
}
.page-content-wrapper .page-content {
  margin-left: 186px;
  padding: 0;
}
.page-content-white .page-content .page-bar {
  border-radius: 0 !important;
}
.tabbable-custom {
  padding: 0 15px 15px 15px;
}
.no-data-div {
  background: rgba(10, 187, 135, 0.1);
  color: #0abb87;
}
.page-content-white .page-bar .page-breadcrumb > li > a,
.page-container-bg-solid .page-bar .page-breadcrumb > li > a {
  padding: 5px 10px;
  border-radius: 5px !important;
  margin: 5px 5px;
}
.page-container-bg-solid .page-bar .page-breadcrumb > li > a.link3-active,
.page-container-bg-solid .page-bar .page-breadcrumb > li:hover a {
  color: #fff !important;
  background: #1A8B72 !important;
}
.page-container-bg-solid .page-bar .page-breadcrumb > li:hover .dropdown-menu li a {
  background-color: #ffffff !important;
}
.page-container-bg-solid .page-bar .page-breadcrumb > li .dropdown-menu li a {
  position: relative;
}
.page-container-bg-solid .page-bar .page-breadcrumb > li .dropdown-menu li a i {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  margin: -7px 0 0 0;
}
.dropdown.bil-hr-bar.open a.dropdown-toggle {
  background:
    linear-gradient(
      to bottom,
      #1A8B72 0%,
      #1A8B72 50%,
      #1A8B72 100%) !important;
  color: #fff;
}
.page-content-white .page-bar .page-breadcrumb > li > a:hover,
.page-container-bg-solid .page-bar .page-breadcrumb > li > a:hover {
  color: #fff;
}
.page-content-white .page-bar .page-breadcrumb > li:after,
.page-container-bg-solid .page-bar .page-breadcrumb > li:after {
  display: none;
}
.page-content-white .page-bar .page-breadcrumb > li > a:hover,
.page-content-white .page-bar .page-breadcrumb > li:hover > a,
.page-container-bg-solid .page-bar .page-breadcrumb > li:hover > a {
  color: #fff !important;
  background: #1A8B72 !important;
}
.page-content-white .page-bar .page-breadcrumb > li > a i,
.page-container-bg-solid .page-bar .page-breadcrumb > li > a i {
  margin-right: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #5867dd;
  border-color: #337ab7;
}
.modelbox-div .alert {
  padding: 10px;
  font-weight: normal;
}
.ag-theme-fresh .ag-cell .fa {
  font-family: FontAwesome;
}
.information-container {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 15px 0;
}
.inv_substore_list {
}
.inv_substore_list .card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  color: #46484c;
  background-color: #ffffff;
  padding: 1.25rem 1.25rem 1.25rem 7rem;
  overflow: hidden;
  border-top: 4px solid #62a9fa;
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}
.inv_substore_list .card.bg-danger {
  border-top: 4px solid #f76767;
}
.inv_substore_list .card.bg-success {
  border-top: 4px solid #53d0c2;
}
.inv_substore_list .card.bg-warning {
  border-top: 4px solid #ffa83d;
}
.inv_substore_list .card .card-title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.inv_substore_list .card .card-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #62a9fa;
  margin-top: -20px;
}
.inv_substore_list .card.bg-danger .card-icon {
  background-color: #f76767;
}
.inv_substore_list .card.bg-success .card-icon {
  background-color: #53d0c2;
}
.inv_substore_list .card.bg-warning .card-icon {
  background-color: #ffa83d;
}
.inv_substore_list .card .card-icon i {
  width: 100%;
  height: 100%;
  line-height: 40px;
  display: block;
  font-size: 25px;
}
.inv_substore_list .card .card-desc {
  font-size: 1.8rem;
  font-weight: 700;
}
.inv_substore_search .search-form {
  display: flex;
  align-items: center;
}
.inv_substore_search .search-form label {
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 13px;
}
.inv_substore_search .search-form .danphe-auto-complete-wrapper .form-control {
  margin: 0 !important;
}
.inv_substore_search .search-form .danphe-auto-complete {
}
.inv_substore_search .search-form .danphe-auto-complete > ul {
  background-color: #ffffff !important;
  border: none !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(82, 63, 105, 0.15);
  box-shadow: 0 0 5px 0 rgba(82, 63, 105, 0.15);
}
.inv_substore_search .search-form .danphe-auto-complete > ul li {
  color: #595d6e;
  padding: 5px 10px;
}
.inv_substore_search .search-form .danphe-auto-complete > ul li.selected {
  background-color: #f7f8fa;
}
.inv_substore_search .search-form .activeFilterBox {
  height: auto;
  padding: 3px 10px;
  margin: 0 0;
  background-color: rgba(66, 66, 66, 0.1);
  color: #46484c;
  font-size: 13px;
}
.inv_substore_search .search-form .activeFilterBox .activeFilterText {
  margin: 0;
}
.substore_table {
}
.substore_table .table thead tr th {
  border: none;
}
.substore_table .table thead tr th,
.substore_table .table tbody tr td {
  font-size: 12px;
}
.portlet-body .date_label b {
  font-size: 12px;
  margin: 7px 0;
  display: block;
}
.counter-wrap-wrap .row {
  margin: 0 -5px;
}
.counter-wrap-wrap div[class*=col-] {
  padding: 0 5px !important;
}
.page-sidebar-wrapper {
  height: 100%;
  background-color: #1A8B72;
  z-index: 999;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a {
  padding: 10px 15px !important;
}
.navbar-collapse.collapse {
  height: 100% !important;
  padding: 0 !important;
  position: fixed;
  top: 52px;
  left: 0px;
  width: 186px;
  padding-bottom: 60px !important;
}
.navbar-collapse.collapse .menu-content {
  overflow-x: hidden !important;
  height: 100% !important;
  width: 180px;
  padding-bottom: 50px;
  background-color: #1A8B72;
  padding: 0;
}
.navbar-collapse.collapse .doctor-sidebar-list {
  height: inherit !important;
  max-height: 50vh;
}
.navbar-collapse.collapse .menu-content::-webkit-scrollbar {
  width: 3px;
  opacity: 0;
  visibility: hidden;
}
.navbar-collapse.collapse:hover .menu-content::-webkit-scrollbar {
  opacity: 1;
  visibility: visible;
}
.navbar-collapse.collapse:hover .menu-content::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
}
.navbar-collapse.collapse:hover .menu-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ddd;
}
.doctor-sdbar ul.doctor-sidebar-list::-webkit-scrollbar-track {
  background-color: #fefefe !important;
}
.doctor-sdbar ul.doctor-sidebar-list::-webkit-scrollbar-thumb {
  background: #cccccc !important;
}
.navbar-collapse.collapse .menu-content.page-sidebar-menu-closed {
  overflow: visible !important;
  position: relative;
  top: 0;
}
.page-sidebar-menu.page-sidebar-menu-closed > li:hover {
  box-shadow: none;
}
.page-sidebar .page-sidebar-menu ul.sub-menu {
  background-color: #1A8B72;
}
.bill-p-info span {
  display: inline-block;
  margin: 10px 15px;
}
.community-card select {
  min-width: 120px;
}
.btn i {
  margin: 0;
}
.rad-holder .mt-radio {
  padding-left: 7px !important;
  margin: 0 5px;
}
.mt-radio > span {
  margin: 0;
}
.rad-holder .mt-radio input[type=radio],
.mid-rad-holder {
  margin: 0;
}
.mid-rad-holder {
}
.single-line-date {
  margin-bottom: 5px;
}
.sp_header {
}
.sp_header h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sp_header h4 {
  font-size: 12px;
  font-weight: normal;
}
.cstm-close a i.fa {
  margin-right: 0;
}
.order-item-list {
  padding: 10px 0;
  font-size: 12px;
}
.order-item-list .item-type-head {
  font-size: 13px;
  font-weight: 600;
}
.order-item-list .item-type-name span {
  border-radius: 3px !important;
  padding: 5px !important;
  margin-right: 5px;
}
.order-item-list .item-type-name span i {
  font-size: 14px !important;
  margin: 0 5px;
}
.arrow-up {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid #fff !important;
}
.arrow-2[_ngcontent-c5] {
  border-bottom: 9px solid #ccc !important;
}
.dropdown-list {
  padding-top: 7px !important;
  z-index: 9999 !important;
}
.danaphe-multiselect-style .pure-checkbox label::before {
  border: 1px solid #dad8d8 !important;
}
.pure-checkbox input[type=checkbox] + label {
  font-weight: normal !important;
}
.list-filter {
  padding-left: 30px;
}
.list-filter .fa {
  top: 50% !important;
  margin-top: -7px;
}
.pure-checkbox input[type=checkbox]:checked + label:before {
  background: #1A8B72 !important;
  border: 1px solid #1A8B72 !important;
}
.pure-checkbox input[type=checkbox] + label:after {
  left: 3px;
  border-width: 0 0 2px 2px !important;
}
.danaphe-multiselect-style .c-token {
  background: #a6a6a7 !important;
}
.danaphe-multiselect-style .selected-list .c-btn {
  box-shadow: none !important;
}
.main-visit .form-module membership-select .no-gutters {
  margin: 0 -15px !important;
}
.main-visit .form-module membership-select .no-gutters div[class*=col-],
.main-visit .form-module membership-select .no-gutters label {
  padding: 0 15px !important;
}
.main-visit .form-module membership-select .no-gutters label.col-md-5 {
  padding: 0 13px !important;
}
.titlebar h3 {
  display: inline-block;
}
.cstm-action {
  background: #1A8B72;
  border: 1px solid #2d64de;
  border-radius: 5px !important;
}
.cstm-action a.cstm-add {
  color: #ffffff;
  padding: 4px 8px;
}
.incentive_form input.incentive-search-doctor,
.incentive_form input.incentive-item-name,
.incentive_form input.incentive-item-name:focus {
  width: 100%;
  background: url("./media/shapes-and-symbols.svg") no-repeat 97% center, #fff !important;
  background-size: 18px !important;
}
.incentive_form input.incentive-search-doctor[disabled] {
  background: url("./media/shapes-and-symbols.svg") no-repeat 97% center !important;
  background-size: 18px !important;
}
.invoice-no-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  border: 0;
  border-radius: 0.42rem !important;
  padding: 10px;
}
.invoice-no-wrap table th {
  position: sticky;
  top: -1px;
  background-color: #f1f1f1;
  z-index: 9;
}
.invoice-no-wrap .tbl-trns-itm-holder {
  overflow: inherit !important;
}
.tbl-hdr-info {
  background: #def2ff !important;
  border-radius: 3px !important;
}
.tbl-trns-itm-holder .itm-selected {
  background-color: #e8fff5 !important;
  border: 1px solid #daf1e7;
  font: bold;
}
.invoice-table .tbl-hdr-info {
  background: #def2ff !important;
  border-radius: 3px !important;
  margin-bottom: 0px !important;
  border: none;
}
.light_bg_table {
  background-color: #fff;
  margin-top: 10px;
}
.light_bg_table tr td input,
.doctor-select-opt input {
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px !important;
  padding-left: 11px;
}
.light_bg_table tr td button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.table-wrapper {
  max-height: 400px;
  overflow-y: scroll;
  margin-top: 10px;
}
.table-wrapper::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.table-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.table-wrapper table {
  margin-bottom: 0 !important;
}
.table-wrapper table th {
  position: sticky;
  top: -1px;
  background-color: #f1f1f1;
  z-index: 2;
}
.round-shadow-div {
  background-color: #fff;
  background-clip: border-box;
  padding: 0 15px;
  margin-bottom: 15px;
  border-radius: 0.42rem !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  overflow: hidden;
}
.round-shadow-div .searchtbx {
  width: 225px !important;
  margin-top: 8px;
}
.round-shadow-div .page-items + div {
  padding: 0 10px;
}
.round-shadow-div danphe-date-range-select .row {
  background-color: #d6d6d6 !important;
  margin-top: 0;
}
.round-shadow-div danphe-date-range-select .row .form-control {
  margin-top: 5px !important;
}
.round-shadow-div danphe-date-range-select .row .col-md-9 {
  text-align: right !important;
}
.round-shadow-div .light_bg_table {
  margin: 10px;
  width: 97%;
}
.round-shadow-div .btn {
  margin: 0 10px 10px 10px;
}
.round-shadow-div .padLess_table th,
.round-shadow-div .padLess_table td {
  padding: 5px 5px !important;
}
.incentive-inner-wrap .row,
.lessgutters {
  margin: 0 -5px;
}
.incentive-inner-wrap div[class*=col-md],
.lessgutters div[class*=col-md] {
  padding: 0 5px !important;
}
.blink-btn-2s {
  -webkit-animation: blinking 2s infinite;
  -moz-animation: blinking 2s infinite;
  -o-animation: blinking 2s infinite;
  animation: blinking 2s infinite;
}
.blink-btn-4s {
  -webkit-animation: blinking 4s infinite;
  -moz-animation: blinking 4s infinite;
  -o-animation: blinking 4s infinite;
  animation: blinking 4s infinite;
}
.blink-btn-danger-2s {
  background-color: #a91520;
  -webkit-animation: blinkingred 2s infinite;
  -moz-animation: blinkingred 2s infinite;
  -o-animation: blinkingred 2s infinite;
  animation: blinkingred 2s infinite;
}
.blink-btn-danger-4s {
  background-color: #a91520;
  -webkit-animation: blinkingred 4s infinite;
  -moz-animation: blinkingred 4s infinite;
  -o-animation: blinkingred 4s infinite;
  animation: blinkingred 4s infinite;
}
.blink-btn-warning-2s {
  background-color: #ff6e07;
  -webkit-animation: blinkingyellow 2s infinite;
  -moz-animation: blinkingyellow 2s infinite;
  -o-animation: blinkingyellow 2s infinite;
  animation: blinkingyellow 2s infinite;
}
.blink-btn-warning-4s {
  background-color: #ff6e07;
  -webkit-animation: blinkingyellow 4s infinite;
  -moz-animation: blinkingyellow 4s infinite;
  -o-animation: blinkingyellow 4s infinite;
  animation: blinkingyellow 4s infinite;
}
.blink-btn-success-2s {
  background-color: #27a343;
  -webkit-animation: blinkinggreen 2s infinite;
  -moz-animation: blinkinggreen 2s infinite;
  -o-animation: blinkinggreen 2s infinite;
  animation: blinkinggreen 2s infinite;
}
.blink-btn-success-4s {
  background-color: #27a343;
  -webkit-animation: blinkinggreen 4s infinite;
  -moz-animation: blinkinggreen 4s infinite;
  -o-animation: blinkinggreen 4s infinite;
  animation: blinkinggreen 4s infinite;
}
.animated-btn {
  display: inline-block;
  padding: 1px 7px !important;
  animation: pulse 1s ease infinite;
}
.blinking-btn {
  background-color: #f8f9fa !important;
  color: #212529 !important;
}
.blinking-btn-primary {
  background-color: #007bff !important;
  color: #fff !important;
}
.blinking-btn-secondary {
  background-color: #6c757d !important;
  color: #fff !important;
}
.blinking-btn-success {
  background-color: #28a745 !important;
  color: #fff !important;
}
.blinking-btn-danger {
  background-color: #dc3545 !important;
  color: #fff !important;
}
.blinking-btn-warning {
  background-color: #ff6e07 !important;
  color: #fff !important;
}
.blinking-btn-info {
  background-color: #17a2b8 !important;
  color: #fff !important;
}
.blinking-btn-dark {
  background-color: #343a40 !important;
  color: #fff !important;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blinkingred {
  0% {
    background-color: #a91520;
    box-shadow: 0 0 3px #a91520;
  }
  50% {
    background-color: #c41b27;
    box-shadow: 0 0 5px #c41b27;
  }
  100% {
    background-color: #a91520;
    box-shadow: 0 0 3px #a91520;
  }
}
@keyframes blinkingyellow {
  0% {
    background-color: #ff6e07;
    box-shadow: 0 0 5px #ff6e07;
  }
  50% {
    background-color: #ff9041;
    box-shadow: 0 0 7px #ff9041;
  }
  100% {
    background-color: #ff6e07;
    box-shadow: 0 0 5px #ff6e07;
  }
}
@keyframes blinkinggreen {
  0% {
    background-color: #27a343;
    box-shadow: 0 0 3px #27a343;
  }
  50% {
    background-color: #2eb94e;
    box-shadow: 0 0 5px #2eb94e;
  }
  100% {
    background-color: #27a343;
    box-shadow: 0 0 3px #27a343;
  }
}
@keyframes blinking {
  0% {
    background-color: #1A8B72;
    box-shadow: 0 0 3px #1A8B72;
  }
  50% {
    background-color: #0387e0;
    box-shadow: 0 0 5px #0387e0;
  }
  100% {
    background-color: #1A8B72;
    box-shadow: 0 0 3px #1A8B72;
  }
}
.list-tooltip {
  z-index: inherit;
}
.tooltip .tooltiptext {
  min-width: 150px;
  width: 100% !important;
  padding: 5px;
  border-radius: 5px !important;
}
.tooltip-list-type {
  padding: 0 !important;
  text-align: left !important;
  border-radius: 4px !important;
  min-width: 180px !important;
}
.tooltip-list-type .tooltip-header {
  background-color: #828282;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  font-weight: bold;
  letter-spacing: 1px;
}
.tooltip-list-type span {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #868383;
}
.tooltip-list-type span:last-child {
  border-bottom: none;
}
.tooltip .tooltip-list-type.ttptextdown:after {
  border-color: transparent transparent #828282 transparent;
  left: 40%;
}
.dropdown-notification.active-notification .dropdown-toggle {
  -webkit-animation: shake 0.1s ease-in-out 0.1s infinite alternate;
}
.danphe-tab-wrapper .nav-tabs > li.active > a,
.danphe-tab-wrapper .nav-tabs > li.active > a:focus,
.danphe-tab-wrapper .nav-tabs > li.active > a:hover {
  background-image:
    linear-gradient(
      to top,
      #48c6ef 0%,
      #6f86d6 100%);
  border: 1px solid #5c79bf !important;
  border-bottom: none !important;
  color: #fff;
}
.danphe-tab-wrapper .nav-tabs > li > a {
  background-image:
    linear-gradient(
      to top,
      #e6e9f0 0%,
      #eef1f5 100%);
  border: 1px solid #8c8c8e !important;
  color: #696969;
  font-weight: normal;
  font-size: 14px;
  padding: 7px 25px;
  margin: 0 -1px 0px 0;
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
}
.top-tab-header .nav-tabs > li a {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.danphe-tab-wrapper .nav-tabs,
.top-tab-header {
  border-bottom: 1px solid #49a0ca;
  position: relative;
}
.danphe-tab-wrapper .nav-tabs li {
}
.danphe-tab-wrapper .nav-tabs:before,
.top-tab-header:before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 0;
  background: #48c5ee;
  border-bottom: 1px solid #49a0ca;
  border-left: 1px solid #446ea0;
}
.top-tab-header .nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
}
.top-tab-header .nav-tabs:before {
  display: none;
}
.top-tab-header:before {
  bottom: -1px;
}
.danphe-tab-wrapper table {
}
.danphe-tab-wrapper table thead tr th {
  position: sticky;
  top: 0;
  left: 0;
  background: #1A8B72;
  color: #fff;
  border: 1px solid #07609c !important;
}
.danphe-tab-wrapper .tab-pane {
  padding: 15px 0;
}
.multi-line-date select {
  margin: 0 5px;
  padding: 0 2px !important;
}
.main-container .nepcalender .np-datepickr-holdr {
  padding: 0 5px;
  background-color: #ffffff;
}
.np-datepickr-holdr .form-control,
.np-datepickr-holdr input[type=text],
.np-datepickr-holdr input[type=number],
.np-datepickr-holdr input[type=email] {
}
.adbs-btn {
  width: 30px !important;
}
.add-row-btn {
  padding: 2px 3px 0px;
  background-color: #5867dd;
  border: none;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 5px !important;
}
.add-row-btn i.fa {
  margin: 0;
  font-size: 14px !important;
}
.add-row-btn:focus {
  border: none;
}
.doc-pagecontent .icheck-inline > label {
  margin: 0 10px 15px 0;
}
.cstm-close {
  line-height: 33px;
  padding: 0;
}
.doc-pagecontent .danphe_horizontal_form .form-body {
  background-color: transparent;
  outline: none;
}
.doc-pagecontent .danphe_horizontal_form .form-body:focus,
.doc-pagecontent .danphe_horizontal_form .form-body:active {
  outline: none;
}
.note-panel .right-panel {
  padding: 15px 0;
}
.note-panel .investigation-panel {
  height: 100vh;
}
.IconSize {
  font-size: 10px;
  margin-right: 5px !important;
}
.CardDiv {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 10px !important;
  margin-bottom: 20px;
}
.actionsDiv > a.grid-action {
  background-color: #1c8c7329 !important;
  border-color: #1c8c7329 !important;
  color: #1A8B72 !important;
  border-radius: 5px !important;
}
.actionsDiv .grid-btnCstm {
  padding: 0px 0px;
  background-color: #1c8c7329 !important;
  border-color: #1c8c7329 !important;
  color: #1A8B72 !important;
  border-radius: 5px !important;
  border: 1px solid #1c8c7329;
  padding: 3px 7px !important;
  text-align: center;
  font-size: 12px;
}
.actionsDiv .grid-btnCstm i {
  margin-right: 0px;
}
.actionsDiv > a.grid-action.OrangeAction {
  background-color: #e6870229 !important;
  border-color: #e6870229 !important;
  color: #E68702 !important;
}
.actionsDiv > a.grid-action.BlueAction {
  background-color: #0067c029 !important;
  border-color: #0067c003 !important;
  border: 1px solid #0067c003;
  color: #0067C0 !important;
}
.actionsDiv .grid-btnCstm.GreenAction {
  background-color: #1c8c7329 !important;
  border-color: #1c8c7314 !important;
  border: 1px solid #1c8c731a;
  color: #1A8B72 !important;
}
div select.membership-list {
  width: 100% !important;
  margin-left: 0px !important;
}
.lft-gap {
  width: 100% !important;
}
.en-cal-flx {
  width: 100% !important;
}
input[type=date] {
  width: 100% !important;
}
.flex.engcalender {
  width: 100% !important;
}
.engcal {
  max-width: 100% !important;
  width: 100% !important;
}
.TabIcons.sub-navtab .nav-tabs li a i {
  margin-left: 0px;
  margin-right: 0px;
}
.static-info .value {
  font-weight: 400 !important;
  color: #333 !important;
}
.mt-checkbox,
.mt-radio {
}
.sub-navtab .nav > li > a {
  font-weight: 500;
}
.a-tab-active {
  color: #fff !important;
}
.sub-navtab .nav > li > a:after {
  height: 3px;
}
.grid-ddlCstm {
  padding: 5px;
}
.grid-ddlCstm > li > a:hover {
  font-weight: 300;
  color: #1a8b72 !important;
}
.nav-tabs .btn.green {
  margin-right: 20px !important;
  font-weight: 500;
}
.portlet.box > .portlet-body {
  border: 0px solid #1a8b72;
}
.portlet > .portlet-title > .caption {
  font-size: 13px;
  font-weight: 600;
  color: #1a8b72 !important;
}
.actions .btn-sm {
  font-size: 12px !important;
  padding: 5px 10px !important;
}
.static-info .name {
  font-size: 12px;
  font-weight: 500;
}
.static-info .value {
  font-size: 14px;
  color: #666a80 !important;
}
.CBXcontainer {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}
.CBXcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.CBXcontainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
}
.CBXcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.CBXcontainer input:checked ~ .checkmark {
  background-color: #1a8b72;
}
.CBXcontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.CBXcontainer input:checked ~ .checkmark:after {
  display: block;
}
.CBXcontainer .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline-offset: 0px;
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: unset;
}
.nameswidthDiv .name {
  font-size: 14px;
  min-width: 115px;
  display: inline-block;
  color: #515365;
  font-weight: 500;
}
.GrayCard {
  background-color: #F6F8FB;
  margin-bottom: 10px;
  padding: 15px 15px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 5px !important;
}
.controlLabel {
  font-weight: 500;
  font-size: 12px;
  color: #333333 !important;
  padding: 0 0px;
  margin-bottom: 5px;
}
.FlexRow {
  gap: 15px;
  display: flex;
  width: 100%;
}
.CustomeModalHeader {
  background-color: #1a8b720d;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #1a8b720d;
  align-items: center;
}
.CustomeModalHeader h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
}
.CustomeModalHeader h3 i {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.CloseModal {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  border: 0px;
  font-size: 23px;
  background-color: transparent;
  color: #000;
  opacity: 0.5;
}
.CloseModal:hover {
  opacity: 1;
  color: #000;
  background-color: transparent;
}
.CustomeModalFooter {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-top: 1px solid #f1f1f1;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-top: 20px;
}
.hm-form .CustomeModalFooter input,
.CustomeModalFooter button {
  border-radius: 5px !important;
}
.input_container {
  min-height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.input_container:has(input[type=file]:focus) {
  box-shadow: unset !important;
  border: 1px solid #2E37A4 !important;
}
.input_container:hover {
  cursor: pointer;
}
.input_container input {
  padding: 0 0px;
  font-size: 12px;
  border: 0px solid #ced0d4;
  width: 100%;
  font-weight: 300;
}
.input_container input[type=file]::file-selector-button {
  background-color: #fff;
  color: #000;
  border: 0px;
  border-right: 1px solid #ced0d4;
  padding: 6px 15px !important;
  margin-right: 20px;
  transition: .5s;
}
.input_container input[type=file]::file-selector-button:hover {
  background-color: #eee;
  border: 0px;
  border-right: 1px solid #ced0d4;
  cursor: pointer;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
  outline-offset: 0px !important;
}
.inv_modal .modelbox-div,
.custom_modal .modelbox-div {
  border-radius: 10px !important;
}
.DFlex {
  display: flex;
}
.DFlex button {
  background-color: #e3e9ef !important;
  color: #475f7b;
  padding: 5px 10px !important;
  border-radius: 0 3px 3px 0 !important;
  width: 35px;
  height: 30px;
  border: 1px solid #ccc;
}
.DFlex .form-control {
  border-right: 0px;
  border-radius: 3px 0px 0px 3px !important;
}
.ArrowMenu .dropdown-menu > li > a > [class*=" fa-"],
.ArrowMenu .dropdown-menu > li > a > [class^=fa-] {
  color: #000;
  font-size: 10px;
}
.ArrowMenu .dropdown-menu > li > a:hover > [class*=" fa-"],
.ArrowMenu .dropdown-menu > li > a:hover > [class^=fa-] {
  color: #1a8b72 !important;
}
.ArrowMenu .grid-ddlCstm:before,
.ArrowMenu .grid-ddlCstm:after {
  left: 33% !important;
}
.page-header.navbar {
  display: inherit;
}
select.form-control,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='gray' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.5rem;
  padding-right: 2rem;
}
select.form-control:focus,
select:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='gray' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.5rem;
  padding-right: 2rem;
}
label.mt-checkbox.mt-checkbox-outline {
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.row {
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.error-msg {
  color: red;
  font-size: 10px;
  font-weight: 500;
}
.mt-checkbox.mt-checkbox-outline > span {
  background-color: #FBFBFB;
  border-color: #d8dce0 !important;
}
.portlet.box.blue-hoki {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 3px !important;
  overflow: hidden;
}
.portlet.box.blue-hoki > .portlet-title > .caption,
.portlet.box.blue-hoki > .portlet-title > .caption > i {
  color: #1a8b72;
  margin-top: 2px;
  font-size: 13px;
  margin-right: 6px;
}
.form-groupFlex {
  align-items: center;
  display: flex;
  margin-right: calc(var(--bs-gutter-x) * -.5) !important;
  margin-left: calc(var(--bs-gutter-x) * -.5) !important;
}
.col-md-8 {
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.btn.blue i {
  margin: 0;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.CustomeModalBody .patientstickercontainer {
  padding: 0px !important;
}
.TableStyle.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 0px solid #e7ecf1;
  background-color: #DDEEEB;
  font-weight: 600;
  font-size: 12px;
}
.TableStyle td {
  background-color: #fff !important;
  color: #444;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.TableStyle.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #fff;
}
.TableStyle.table-striped > tbody > tr:nth-of-type(even) {
  --bs-table-accent-bg: #FBFBFB;
}
.TableStyle tr {
  border-color: #edf1f5;
}
.TableStyle.table-hover > tbody > tr:hover,
.TableStyle.table-hover > tbody > tr:hover > td {
  background: #F8FBFB !important;
}
.userCard {
  background-color: #f4f5fa;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 5px !important;
  padding: 6px 10px;
}
.userCard .static-info .name {
  margin-bottom: 8px !important;
  font-size: 14px;
}
.userCard .static-info .value {
  font-size: 14px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a:hover {
  cursor: pointer;
}
.text-Green {
  color: #2e37a4;
}
.avatar.avatar-md {
  width: 50px;
  height: 50px;
  line-height: 2.7rem;
  font-size: 0.7rem;
  display: block;
  position: relative;
  margin-right: 20px !important;
  margin-left: 15px;
}
.avatar.avatar-rounded img {
  border-radius: 50% !important;
  width: 100%;
  height: 100%;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.minWidth {
  min-width: 131px;
}
.nav-pills,
.nav-tabs {
  margin-bottom: 0px;
  background-color: #EFF1F4;
  padding-top: 5px;
  border: 1px solid #ededed;
}
.sub-navtab {
  margin-bottom: 0px;
}
.CardDiv.BorderRadTop0 {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0px 0px 10px 10px !important;
  margin-bottom: 20px;
}
.text-Green.fw-semibold {
  font-weight: 700;
  margin-bottom: 5px !important;
  font-size: 15px;
}
.userCard .name i {
  font-size: 14px;
  margin-right: 5px !important;
  display: inline-block;
}
.backBtn {
  position: fixed;
  top: 65px;
  right: 11px;
  z-index: 20;
}
.GrayCard.OrangBG {
  background-color: #fdac411a;
}
.backBtn i {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.nav-tabs .btn.green i {
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.ActionTD button {
  background-color: #e6870229 !important;
  border-color: #e6870229 !important;
  color: #E68702 !important;
  border-radius: 5px !important;
  border: none !important;
  padding: 0px 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}
.ActionTD button i {
  margin-right: 0px;
}
.page-content-white .page-content .page-bar.pageBarPadd {
  padding: 0px 0px;
}
.navbar-collapse.collapse .menu-content {
  background-color: #fff;
}
.page-sidebar .page-sidebar-menu > li > a {
  background: #fff !important;
  color: #384551 !important;
}
.navbar-collapse.collapse {
  box-shadow: 0 0.125rem 0.375rem 0 rgba(34, 48, 62, 0.08) !important;
}
.navbar-collapse.collapse .menu-content {
  width: 100% !important;
  padding-top: 30px !important;
}
.page-sidebar .page-sidebar-menu > li > a.left-nav-active,
.page-sidebar .page-sidebar-menu > li > a:hover {
  background: #29a0b124 !important;
  box-shadow: unset !important;
  color: #29A0B1 !important;
}
.navbar-collapse.collapse {
  width: 220px;
}
.page-content-wrapper .page-content {
  margin-left: 220px;
}
span.ad-sign:after {
  color: #727680 !important;
}
.page-sidebar .page-sidebar-menu > li > a.left-nav-active span.ad-sign:after,
.page-sidebar .page-sidebar-menu > li > a:hover span.ad-sign:after {
  color: #29A0B1 !important;
}
.page-sidebar .page-sidebar-menu > li > a {
  margin: 5px 10px !important;
  border-radius: 5px !important;
  position: relative;
}
span.title {
  font-weight: 400;
  font-size: 14px;
}
.page-sidebar .page-sidebar-menu > li > a.left-nav-active::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  right: -11px;
  top: 0px;
  background-color: #29A0B1;
  z-index: 99999;
  border-radius: 10px 0px 0px 10px;
}
.page-header.navbar {
  width: calc(100% - 220px);
  margin-left: auto;
}
.page-header.navbar .page-logo {
  height: 52px;
  position: absolute;
  left: -176px;
  background-color: transparent;
}
.page-header.navbar .page-logo {
  height: 66px;
  position: absolute;
  left: -221px;
  width: 220px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.page-content {
}
.page-header.navbar .menu-toggler.sidebar-toggler i {
  font-size: 23px;
}
.page-header.navbar .menu-toggler.sidebar-toggler {
  position: relative;
  right: -52px;
  top: -55px;
}
.page-header.navbar .page-logo > .logo-image,
.page-header.navbar .page-logo > a {
  display: inline-block;
  float: unset;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.page-logo img {
  margin-top: 13px !important;
  margin-left: 0px !important;
}
.page-sidebar .page-sidebar-menu .sub-menu > li > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a {
  color: #7b7b7b;
}
.left-nav-active {
  background-color: transparent !important;
  color: #32729b !important;
}
.left-nav-active img {
  filter: invert(13%) sepia(85%) saturate(7478%) hue-rotate(266deg) brightness(50%) contrast(340%);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.page-sidebar .page-sidebar-menu ul.sub-menu {
  background-color: transparent;
}
.page-sidebar .page-sidebar-menu .sub-menu li > a {
  padding-left: 40px;
  font-size: 11px;
}
.page-sidebar .page-sidebar-menu .sub-menu li > a span.title {
  font-weight: 400;
  font-size: 13px;
}
.page-sidebar .page-sidebar-menu .sub-menu li:not(:last-child) {
  border-bottom: 0px solid #1b3f4e1c;
}
.page-sidebar .page-sidebar-menu .sub-menu li,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
  margin: 0px 10px;
}
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a,
.page-sidebar .page-sidebar-menu .sub-menu > li.open > a,
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a {
  background: #F2F3F3 !important;
}
.page-sidebar .page-sidebar-menu .sub-menu li > a {
  padding-left: 25px;
  padding: 8px 5px 8px 34px;
  border-radius: 5px !important;
  position: relative;
}
.page-sidebar .page-sidebar-menu .sub-menu li > a::after {
  position: absolute;
  left: 16px;
  top: 14px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #a7acb2;
  border-radius: 50px;
}
.page-sidebar .page-sidebar-menu .sub-menu li > a.left-nav-active::after {
  background-color: #29A0B1;
  box-shadow: 0 0 0 3px #eaf5f2;
}
span.ad-sign.collapsed:after {
  transform: rotate(-90deg) !important;
}
span.ad-sign:after {
  transform: rotate(0deg) !important;
}
.page-sidebar .page-sidebar-menu > li > a img {
  height: 20px !important;
  width: 20px !important;
  position: relative;
  top: -2px;
  margin-right: 8px !important;
}
.page-sidebar .page-sidebar-menu > li > a.left-nav-active img,
.page-sidebar .page-sidebar-menu > li > a:hover img {
  filter: invert(52%) sepia(82%) saturate(413%) hue-rotate(139deg) brightness(88%) contrast(84%);
}
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .menu-toggler.sidebar-toggler {
  right: -59px;
  top: -22px;
}
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar {
  width: calc(100% - 45px);
}
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo {
  left: -45px;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a {
  padding: 10px 10px !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu {
  background: #fff;
  height: auto !important;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(34, 48, 62, 0.08) !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a.left-nav-active,
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a:hover {
  background: #E1F2F4 !important;
  box-shadow: unset !important;
  color: #29A0B1 !important;
  border-radius: 0px !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu > li > a {
  margin: 5px 0px !important;
  border-radius: 0px !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu li > a {
  padding-left: 25px;
  padding: 8px 5px 8px 34px;
  border-radius: 0px !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu .sub-menu li,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
  margin: 0px 0px;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu > li > a {
  padding-left: 32px !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu > li > a.left-nav-active::after {
  display: none;
}
.SideClosedImgLink img {
  width: 33px;
  height: auto;
  margin-top: 8px;
  margin-left: 15px;
  position: absolute;
  left: -56px;
  top: 14px;
  z-index: 3333;
  display: none;
}
.page-sidebar-closed .SideClosedImgLink img {
  display: block;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
  position: absolute;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
  position: absolute;
}
.mini-sidebar .logo img {
  width: 50px;
}
.breadcrumb li:last-child i.feather-chevron-right {
  display: none;
}
.breadcrumb-item a {
  color: rgba(46, 55, 164, 0.5);
}
.breadcrumb-item a.active {
  color: rgba(46, 55, 164, 1);
}
.breadcrumb-item i {
  margin-right: 0px;
  margin-left: 5px;
}
.PrintIconBTN i {
  font-size: 18px;
}
.PrintIconBTN:hover i {
  color: #fff;
}
table .dropdown-item i {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  white-space: nowrap;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border: 2px solid rgba(46, 55, 164, 0.1);
}
.input-group .dropdown-toggle::after {
  display: none;
}
.input-group .dropdown-toggle i {
  font-size: 20px;
}
.input-group .dropdown-toggle.btn-white {
  border-left: 0px solid rgba(46, 55, 164, 0.1) !important;
}
.ArrowMenuDDL i {
  margin-right: 8px;
}
.Floatlabel {
  font-size: 12px;
  color: #333448;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  margin-bottom: 0;
  padding: 0px 5px;
  z-index: 99;
}
.CardBox {
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid #f4f5fa;
}
.CardBox .personal-info {
  display: flex;
  flex-direction: column;
}
.CardHead {
  display: flex;
  justify-content: space-between;
  background-color: #f4f5fa;
  padding: 5px 20px;
  align-items: center;
  min-height: 45px;
}
.CardHead h3 {
  font-size: 0.95rem;
  margin-bottom: 0px !important;
  color: #2e37a4;
}
.CardBody {
  padding: 20px 20px;
}
.SMBtn {
  color: #8C8C8C;
  background: #fff;
  border-radius: 10px;
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border: 0px;
}
.SMBtn:hover {
  background: #2E37A4;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.CardHead h3 i {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.dashborderSpan {
  display: block;
  height: 100%;
  width: 2px;
  border: 1px dashed #eaebf6;
}
.iTop1 {
  position: relative;
  top: 1px;
}
.TabButtons {
  padding-top: 20px;
  border-top: 1px solid #eaebf6;
  margin-top: 20px;
}
div.dt-container .dt-paging .dt-paging-button {
  height: 40px;
}
div.dt-container .dt-paging .dt-paging-button i {
  color: #fff !important;
}
div.dt-container .form-select {
  max-height: 45px;
  min-height: 40px;
  height: 40px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.table-responsive div.dt-container .dt-paging .dt-paging-button:hover {
  color: #2e37a4 !important;
  border: 1px solid transparent !important;
}
.dt-paging nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
thead tr th {
  position: relative;
}
.SortDiv {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-size: 8px;
  right: 2px;
  top: 16px;
  color: #E5E6E8;
}
.SortDiv button {
  border: 0px;
  background-color: transparent;
  padding: 0px;
  height: 8px;
  color: #E5E6E8;
}
.ActiveSort {
  color: #2e37a4;
}
.actionEnd thead th:last-child {
  text-align: center;
}
.GrayCard {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 15px;
  box-shadow: 0 0.125rem 0.25rem #2e37a412;
  border-radius: 5px !important;
  border: 1px solid #2e37a41c;
}
.card.GrayCard {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 15px;
  box-shadow: 0 0.125rem 0.25rem #2e37a412;
  border-radius: 5px !important;
  border: 1px solid #2e37a41c;
}
.modal-header {
  background-color: #f4f5fa;
}
.modal-title {
  color: #fff;
  font-size: 16px;
}
.modal-title i {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.modal-backdrop {
  background-color: #7b7b7b !important;
}
.settings-btn.upload-files-avator .upload {
  width: 90px !important;
  font-size: 12px !important;
}
.color-red {
  color: red;
  font-size: 10px;
}
.danphe-login.loader {
  padding: 2% 0;
  background: #F0F0F1;
  height: 98%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.danphe-login.loader .hpanel {
}
@-webkit-keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
    opacity: 1;
  }
  20% {
    clip: rect(0, 66.66667px, 100px, 0);
    opacity: 01;
  }
  40% {
    clip: rect(0, 133.33333px, 100px, 0);
    opacity: 1;
  }
  60% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 1;
  }
  80% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 01;
  }
  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
    opacity: 1;
  }
  20% {
    clip: rect(0, 66.66667px, 100px, 0);
    opacity: 1;
  }
  40% {
    clip: rect(0, 133.33333px, 100px, 0);
    opacity: 1;
  }
  60% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 1;
  }
  80% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 1;
  }
  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.app-name {
  background: transparent;
  width: 200px;
  color: #555;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
  margin: auto;
  font-weight: 600;
}
.app-name span {
  font-size: 15px;
  margin-left: 5px;
  -webkit-animation: 2s blink linear infinite;
  -moz-animation: 2s blink linear infinite;
  -o-animation: 2s blink linear infinite;
  animation: 2s blink linear infinite;
}
.heart-rate {
  width: 200px;
  height: 73px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
.heart-rate svg {
  width: 100%;
}
.close-btn {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
a.close-btn i.fa {
  display: inline-block;
  font-size: 28px;
  color: #fff;
  background: red;
  border-radius: 50%;
}
.msg-box-close {
  position: absolute;
  right: -4px;
  top: -10px;
}
.local-forms.input-block input[type=date] {
  font-weight: 400;
  color: #212529;
  letter-spacing: 1px;
  border: 1px solid #ccc;
  width: 140px;
  font-family: inherit;
  padding: 0 5px;
  box-shadow: none;
  padding: 10px 15px;
  font-size: 13px;
  min-height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px !important;
}
.backBtn {
  position: absolute;
  top: -60px;
  right: 0px;
  margin-right: 0px;
}
.tooltipMain {
  position: relative;
  display: inline-block;
}
.tooltipMain .tooltiptext {
  visibility: hidden;
  width: fit-content;
  background-color: #D4EDED;
  color: #006666;
  text-align: center;
  padding: 5px 20px;
  white-space: nowrap;
  border-radius: 6px;
  position: absolute;
  z-index: 1040;
  bottom: 125%;
  left: -38%;
  margin-left: 0px;
  line-height: 25px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltipMain .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #D4EDED transparent transparent transparent;
}
.tooltipMain:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltipMain .tooltiptext.LeftArrow {
  left: -115%;
}
.local-forms.input-block {
  margin-bottom: 24px !important;
}
body {
  zoom: 90%;
}
.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}
.table .dropdown-item:hover {
  cursor: pointer;
}
.HistoryUploadDiv .doctor-table-blk {
  display: none;
}
.HistoryUploadDiv .card-table {
  min-height: 200px !important;
}
.HistoryUploadDiv .page-table-header {
  margin-bottom: 0px !important;
}
.tab-content.tab-contentTable .comman-table.custom-table thead tr th {
  border-bottom: 0px solid #f0f0f0;
  background-color: #f4f5fa;
  color: #1B2559;
}
.borderBox {
  border: 2px solid #eaebf6;
  border-radius: 10px;
  padding: 10px;
}
td button.status-green {
  width: 28px;
  height: 28px;
  font-size: 16px;
}
.caption {
  font-weight: bold;
  color: white;
  line-height: 2;
}
.heading {
  font-size: 15px;
  color: #555;
  font-weight: 500;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
}
.table.tbl-primary b {
  font-weight: 500 !important;
}
.display-inline {
  display: inline-block;
  width: auto;
}
label.mt-checkbox.mt-checkbox-outline {
  font-weight: 500;
}
table.tbl-primary {
  background-color: #fff;
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
  margin: auto;
  border: 1px solid #eaecf2;
}
table.tbl-primary tr td,
table.tbl-primary tr th {
  border-bottom: none;
  border-top: none;
  font-size: 14px;
  font-weight: 600 !important;
  background-color: #fff;
  color: #333;
  border-bottom: 1px dashed #ececec;
}
table.tbl-primary .fa {
  font-weight: 500;
  font-size: 12px;
  margin-right: 7px;
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
table.tbl-primary i {
  margin-right: 10px;
  padding: 6px;
  background-color: #f4f5fa;
  color: #2e37a4;
  display: inline-block;
  border-radius: 50%;
}
table.tbl-primary tr th:last-child {
  color: #2e37a4 !important;
  font-weight: bold !important;
}
.clp {
  color: #333;
  background: #f4f5fa !important;
  padding: 10px 15px !important;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  margin: 0px 0px 5px;
  border-bottom: 1px solid #f4f5fa;
  border-top: 1px solid #f4f5fa;
}
.clp i {
  margin-right: 7px;
}
.clp .text-primary {
  color: #2e37a4 !important;
}
.clp-hd:after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.clp-hd:after {
  content: "+";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.clp-cntnt {
  padding: 0px 0px;
  font-size: 12px;
}
.no-data-div {
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  text-transform: capitalize;
  background: rgb(212 212 212 / 10%);
  color: #333;
  border: 1px solid #f4f5fa;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.doc-tbl {
  white-space: nowrap;
}
.dashboard-stat.red {
  background-image:
    linear-gradient(
      -20deg,
      #2e37a4 0%,
      #6670f5 100%) !important;
}
.weather-card {
  border: 3px solid #f0f1f5;
  border-radius: 10px;
  padding: 15px 25px;
  background-color: #f4f5fa;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
}
.weather-info {
  flex: 1;
}
.temperature {
  font-size: 30px;
  font-weight: bold;
}
.date {
  color: #8b8b8b;
  font-size: 12px;
}
.location {
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
}
.description {
  font-size: 11px;
  color: #8b8b8b;
  margin-top: 5px;
}
.weather-icon {
  font-size: 40px;
  color: #ffcc00;
  padding-left: 10px;
}
.CardContent1 {
  position: relative;
  z-index: 3000;
  margin-top: 30px;
}
.cardCover1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.pat-detail {
  position: relative;
}
.CardName {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.parm-nam {
  font-size: 14px;
  white-space: nowrap;
  min-width: 115px;
  display: inline-block;
  color: #000;
}
.parm-val {
  font-size: 14px;
}
.CardLogo {
  width: 167px;
  display: block;
  margin: 0 auto;
  top: 50%;
  position: relative;
  left: -20px;
}
.CardContent1 > .row {
  align-items: center;
}
.pat-detail {
  padding: 15px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 10px !important;
  height: 335px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-bottom: 0px;
}
.ech-data {
  margin-top: 3px;
  align-items: center;
}
.bottom-part .CardLogo {
  width: 150px;
  display: block;
  margin: 0 auto;
  top: 50%;
  position: relative;
  left: 0px;
  margin-bottom: 32px;
}
.daphe-detail p,
.hams-detail p {
  margin-bottom: 3px !important;
}
.daphe-detail h3,
.hams-detail h3 {
  margin-bottom: 5px !important;
}
.HealthCardTitle {
  font-weight: 600;
  margin-bottom: 28px;
}
.table-responsive.minHeightDiv {
}
.card-table div.dt-container .dt-paging .dt-paging-button {
  color: #fff !important;
}
.card-table div.dt-container .dt-paging .dt-paging-button:hover {
  color: #fff !important;
}
div.dt-container .dt-paging-button.next {
  background: #008080 !important;
  border-radius: 5px 5px 5px 5px !important;
}
div.dt-container .dt-paging-button.previous {
  background: #008080 !important;
  border-radius: 5px 5px 5px 5px !important;
}
div.dt-container .dt-paging-button.previous:disabled,
div.dt-container .dt-paging-button.next:disabled {
  opacity: 0.3 !important;
  cursor: default;
}
.goToPage {
  font-weight: 400;
  font-size: 14px;
}
.counterDiv {
  border: 1px solid #32729b63;
  border-radius: 10px;
  padding: 20px;
  transform: scale(1, 1);
  transition: all 0.3s;
  height: 100%;
}
.counterDiv:hover {
  cursor: pointer;
  border: 1px solid #32729B;
  transform: scale(1.05, 1.05);
  transition: all 0.3s;
}
.counterItemDiv {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  height: 100%;
}
.counterItemDiv img {
  width: 36px;
  position: relative;
  top: -3px;
}
.ImageDiv {
  background-color: #F4F5FA;
  border-radius: 50%;
  padding: 10px;
}
.counterItemDiv h5 {
  font-weight: 600;
  color: #32729B;
  font-size: 15px;
}
.counterItemDiv h5 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #838383;
  margin-top: 5px;
}
.info-box {
  background-color: #f0f5f8;
  border-left: 5px solid #32729b;
  padding: 15px 18px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-text {
  color: #265472;
  font-weight: 500;
  font-size: 14px;
}
.info-text i {
  font-size: 20px !important;
}
.highlight {
  font-weight: 700;
  color: #202678;
}
.question-text {
  font-weight: 500;
  margin-right: 15px;
}
.KeyboardIcon .KeySpan {
  border: 1px solid #ccc;
  padding: 0px 6px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.tooltipMain .tooltiptext.LeftArrow.KeyboardIcon {
  left: -288%;
  padding-left: 8px;
  padding-right: 8px;
}
.tooltipMain .tooltiptext.KeyboardIcon::after {
  left: 77%;
}
.tooltipMain.btn-primary span {
  color: #006666;
}
.disabledLink {
  color: currentColor;
  cursor: default;
  text-decoration: none;
}
.statusSM {
  font-size: 12px !important;
}
.table-responsive {
  max-height: 800px;
  overflow-y: auto;
  position: relative;
}
.table-responsive:has(tbody tr:only-child .dropdown-menu.show),
.table-responsive:has(tbody tr:first-child:nth-last-child(2) .dropdown-menu.show),
.table-responsive:has(tbody tr:nth-child(2):last-child .dropdown-menu.show),
.table-responsive:has(tbody tr:first-child:nth-last-child(3) .dropdown-menu.show),
.table-responsive:has(tbody tr:nth-child(2):nth-last-child(2) .dropdown-menu.show),
.table-responsive:has(tbody tr:nth-child(3):last-child .dropdown-menu.show) {
  overflow: visible !important;
}
.table mark {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.accordArrowBtn {
  color: #cccccc;
  font-size: 25px;
}
.accordArrowBtn .bx-chevron-down {
  display: none;
}
.accordArrowBtn.collapsed .bx-chevron-down {
  display: inline-block;
}
.accordArrowBtn.collapsed .bx-chevron-up {
  display: none;
}
td .badge-success {
  background: rgba(0, 211, 199, 0.1) !important;
  color: #39c0c4 !important;
}
.lb-caption .remember-me .custom_check .checkmark::after {
  top: -2px;
}
.doc-tbl b {
  font-weight: 600 !important;
}
.tbl-doc .nameswidthDiv .name {
  font-size: 14px;
}
.tbl-doc .nameswidthDiv .value {
  font-size: 14px;
}
.clp.clp-hd b {
  font-weight: 600;
}
.clp.clp-hd b:hover {
  text-decoration: underline;
}
.table .dropdown-menu {
  font-size: 13.7px !important;
}
.dash-widget {
  min-height: 236px;
}
table.doc-tbl .badge {
  border-radius: 6px;
  display: inline-block;
  font-size: 11px;
  min-width: 80px;
  padding: 7px 11px;
  font-weight: 500;
  text-align: center;
  margin: 10px 0px;
}
.SearchIconBTN i {
  font-size: 20px;
}
.SearchIconBTN:hover {
  color: #fff !important;
}
body {
  overflow-y: auto !important;
  padding-right: 0px !important;
}
.invoice-add-table .add-remove i {
  font-size: 20px;
  margin: 0 3px;
}
.LGTableDiv .comman-table.custom-table thead tr th,
.LGTableDiv .comman-table.custom-table tbody tr td {
  font-size: 13px;
}
.LGTableDiv td.profile-image {
  display: flex;
  align-items: center;
}
td.profile-image.profileimageTooltip {
  display: flex;
  align-items: center;
}
.ellipsisTxt {
  text-overflow: ellipsis;
  max-width: 124px;
  display: block;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.ellipsisTxt.ellipsisTxtWidth {
  max-width: 90px;
  height: inherit;
}
.ellipsisTxt.ellipsisTxtWidth2 {
  max-width: 75px;
  height: inherit;
}
table .tooltipMain .tooltiptext {
  padding: 3px 15px;
  font-size: 12px;
}
.ArrowMenuDDL .dropdown-item i {
  display: none;
}
.ArrowMenuDDL .dropdown-item:nth-child(1) i.MenuIconColor1 {
  display: inline-block;
}
.ArrowMenuDDL .dropdown-item:nth-child(2) i.MenuIconColor2 {
  display: inline-block;
}
.ArrowMenuDDL .dropdown-item:nth-child(3) i.MenuIconColor3 {
  display: inline-block;
}
.ArrowMenuDDL .dropdown-item:nth-child(4) i.MenuIconColor4 {
  display: inline-block;
}
.ArrowMenuDDL .dropdown-item:nth-child(5) i.MenuIconColor5 {
  display: inline-block;
}
.modal.custom-modal.modal-bg {
  background-color: #7b7b7b2b !important;
}
.local-forms:has(input:disabled) label,
.local-forms:has(select:disabled) label,
.local-forms:has(textarea:disabled) label {
  background:
    linear-gradient(
      to bottom,
      transparent 56%,
      #f1f3f7 50%);
}
.tab-content .comman-table.custom-table thead.TabThead tr th {
  border-bottom: 0px solid #f0f0f0;
  background-color: transparent;
  color: #333448;
}
.nav-tabs .nav-link i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.MinWidthTab.nav-tabs.nav-tabs-solid > li {
  margin-bottom: 0;
  width: 330px;
  text-align: center;
}
.select2-container--open .select2-dropdown {
  left: 100px !important;
  top: 25px !important;
}
.select2-container .select2-selection--multiple {
  min-height: 45px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: 2px solid rgba(46, 55, 164, 0.1) !important;
  border-radius: 10px !important;
  height: 45px !important;
  padding: 5px 15px !important;
  font-size: 14px !important;
  overflow: auto;
}
.input-block .select2-container {
  min-width: 100% !important;
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 4px !important;
  padding: 4px 9px !important;
  font-size: 12px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 2px;
  font-size: 18px !important;
  height: auto;
  margin-right: 5px !important;
  line-height: 15px;
  position: relative;
  top: 2px;
}
.select2-selection__choice {
  background-color: #f4f5fa !important;
  border: 1px solid #f4f5fa !important;
}
.nav-tabs.nav-tabs-solid {
  padding: 10px 10px;
  border-radius: 5px !important;
  gap: 10px;
}
.nav-tabs.nav-tabs-solid > li > a {
  border-color: transparent;
  background-color: #ececec;
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
  background-color: #e9e9e9 !important;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  background-color: #5F4A85 !important;
}
.GrayBgDiv {
  background-color: #EEEFF0;
  padding: 15px 20px;
}
.OlStyle {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 25px;
}
.OlStyle li {
  margin-bottom: 5px;
}
.card-buttons .btn.btn-secondary {
  background: #39c0c4 !important;
  border-color: #39c0c4 !important;
  font-size: 14px;
}
.card-buttons .btn.btn-secondary:hover {
  background: #009999 !important;
  border-color: #009999 !important;
}
.CloseBoxBtn:hover {
  background-color: red !important;
  color: #fff !important;
}
body.modal-open {
  overflow-y: hidden !important;
  padding-right: 15px !important;
}
.tableTStyle.comman-table.custom-table thead tr th {
  border-bottom: 1px solid #f4f5fa;
  background-color: #f4f5fa;
  color: #1B2559;
}
.invoice-add-table th {
  padding: 15px 10px !important;
}
.invoice-add-table td {
  padding: 5px 10px !important;
}
table.table .add-row td {
  font-size: 14px;
}
.add-table-items .add-remove a:has(.fa-plus-circle) {
  color: #008080;
  margin-top: 10px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
table.table.VertTopTable .add-row td {
  vertical-align: top !important;
}
table.table.VertMidTable .add-row td {
  vertical-align: middle !important;
}
.add-table-items.table.VertMidTable td {
  vertical-align: middle !important;
}
.add-table-items .add-remove > div {
  margin-top: 0px !important;
}
.add-table-items .add-remove a.removeBtn {
  color: #FF0000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.add-table-items .add-remove .removeBtn {
  color: #FF0000;
}
.invoice-add-table .removeBtn {
  color: #FF0000;
}
.removeBtn {
  color: #FF0000;
}
.invoice-add-table a.disabled {
  opacity: 0.3 !important;
  cursor: default !important;
}
.invoice-add-table a.disabled:hover {
  opacity: 0.3 !important;
  cursor: default !important;
}
.invoice-add-table a.disabled i:hover {
  cursor: default !important;
}
.NoDataBox {
  border-radius: 12px;
  line-height: 1;
  margin: 0 auto;
  max-width: 100%;
  padding: 50px 30px 55px;
  text-align: center;
  width: 100%;
  background-color: #fff;
}
.NoDataBox img {
  width: 180px;
  margin-bottom: 20px;
}
.NoDataBox h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.NoDataBox p {
  margin-bottom: 40px;
  color: rgba(51, 52, 72, 0.5);
  line-height: 26px;
  margin-top: 15px;
  font-size: 16px;
}
.ActionsIconsDiv {
  position: relative;
  min-width: 100px;
}
.ActionsIconsDiv a {
  font-size: 19px;
  color: #000;
  background-color: #f4f5fa;
  width: 33px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0px 2px;
  transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -webkit-transition: all 0s ease;
}
.ActionsIconsDiv a:hover {
  background-color: #5F4A85;
  cursor: pointer;
  color: #fff;
  transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -webkit-transition: all 0s ease;
}
.tooltipMain .tooltiptext.LeftArrow {
  left: auto !important;
}
.minWidth4Action {
  min-width: 190px;
}
.minWidth4Action .tooltipMain:last-child .tooltiptext {
  margin-left: -32px;
}
.ScanColorAction {
  color: #0576b8 !important;
  background-color: #009efb12 !important;
}
.AddColorAction {
  color: #2e37a4 !important;
  background-color: #2e37a40d !important;
}
.EditColorAction {
  color: #02afa5 !important;
  background-color: #00d3c717 !important;
}
.DetailColorAction {
  color: #0576b8 !important;
  background-color: #009efb12 !important;
}
.ActiveColorAction {
  background: #0099991f !important;
  color: #009999 !important;
}
.InActiveColorAction {
  background-color: #ffe5f6 !important;
  color: #ff01a2 !important;
}
.CancelColorAction {
  color: #f44336 !important;
  background-color: #f4433612 !important;
}
.borderpradiusntm {
  border-radius: 8px !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 18px;
  display: block !important;
  padding: 0px !important;
  color: #2e37a4 !important;
  background-color: #2e37a40d !important;
  border: 0px !important;
  transition: all 0.2s ease;
}
.borderpradiusntm:hover {
  transform: scale(1.1);
}
.borderpradiusntm.btn-outline-primary {
  background-color: #3d9a991a !important;
  color: #3d9a99 !important;
}
.borderpradiusntm.btn-outline-danger {
  color: #f44336 !important;
  background-color: #f4433612 !important;
}
.borderpradiusntm.btn-outline-warning {
  color: #f6a300 !important;
  background-color: #f6a30017 !important;
}
.borderpradiusntm.btn-outline-secondary {
  color: #000 !important;
  background-color: #f4f5fa !important;
}
td .btn-group.btn-group-sm {
  gap: 3px;
  justify-content: start;
  min-width: 100px;
}
td .btn-group.btn-group-sm > .btn {
  flex: unset;
}
.ImageDiv {
  background-color: #F4F5FA;
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
}
.ImageDiv i {
  font-size: 25px;
  color: #32729B;
}
.CustomWidgetDiv .doctor-content h4 span:last-child {
  margin: 0px;
}
.CustomWidgetDiv .doctor-content h4 span:last-child {
  font-size: 28px;
  padding: 0px;
}
.MainWidgetBox .doctor-content {
  margin-left: 15px;
}
.MainWidgetBox .doctor-content h4 {
  font-weight: bold;
}
.SubWidgetBox .doctor-content h4 {
  color: #39c0c4;
  margin-bottom: 9px;
}
.SubWidgetBox .doctor-content h5 {
  color: #333448b0;
}
.MainWidgetBox .doctor-box-icon i {
  color: #ffff;
  font-size: 25px;
}
.drop-toggle {
  background-color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
  border: 1px solid #ccc;
  width: 233px;
  text-align: left;
}
.drop-toggle {
  box-shadow: none !important;
  padding: 10px 15px !important;
  font-size: 14px !important;
  min-height: 45px !important;
  border: 2px solid rgba(46, 55, 164, 0.1) !important;
  border-radius: 10px !important;
  width: 100% !important;
  text-align: left !important;
}
.drop-toggle i {
  float: right;
  margin-top: 5px !important;
}
.drop-show {
  padding: 4px;
  width: 300px;
  background-color: #FFF;
  border: 1px solid #BABABA;
  position: absolute;
  z-index: 100;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
  margin-left: 1px;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 20px;
}
.drop-show label {
  display: block;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
  position: relative !important;
  display: flex !important;
  gap: 10px !important;
  margin-bottom: 5px !important;
}
.drop-show label input {
  vertical-align: top;
}
.drop-show label span {
  display: inline-block;
}
.paid-continue-btn,
.paid-cancel-btn {
  border-radius: 5px !important;
  font-size: 16px !important;
}
.danaphe-multiselect-style {
  color: #ccc !important;
}
.danaphe-multiselect-style .c-token {
  background: #38d574 !important;
}
.danaphe-multiselect-style .pure-checkbox label::before {
  border-color: #38d574 !important;
}
.danaphe-multiselect-style .pure-checkbox input[type=checkbox]:checked + label:before {
  background: #38d574 !important;
}
.danaphe-multiselect-style .selected-list .c-btn {
  width: 100%;
  box-shadow: 0px 1px 5px #959595;
  padding: 7px !important;
  cursor: pointer;
  display: flex;
}
.sg-name {
  white-space: pre-line;
}
.selected-list {
  box-shadow: none !important;
  padding: 0px 10px !important;
  font-size: 14px !important;
  min-height: 45px !important;
  border: 2px solid rgba(46, 55, 164, 0.1) !important;
  border-radius: 10px !important;
  width: 100% !important;
  text-align: left !important;
}
.danaphe-multiselect-style .c-token {
  background: #f4f5fa !important;
  color: #333 !important;
}
.selected-list .c-list .c-token .c-remove svg {
  fill: red !important;
}
.selected-list .c-list .c-token {
  padding: 5px 35px 4px 8px !important;
}
.selected-list .countplaceholder {
  position: relative !important;
  right: inherit !important;
  top: inherit !important;
  transform: inherit !important;
  font-size: 16px !important;
  color: #000 !important;
  margin-left: 10px !important;
}
.danaphe-multiselect-style .pure-checkbox input[type=checkbox]:checked + label:before {
  background: #2e37a4 !important;
}
.pure-checkbox input[type=checkbox]:checked + label:after {
  color: #fff !important;
}
.danaphe-multiselect-style .pure-checkbox label::before {
  border-color: #2e37a4 !important;
}
.dropdown-list ul.lazyContainer {
  margin-top: 15px;
}
.cuppa-dropdown .dropdown-list {
  width: 439px;
  left: unset !important;
  bottom: 150% !important;
  top: unset !important;
}
.dropdown-list.tagToBody {
  position: absolute !important;
}
.list-filter input {
  padding: 0px 10px !important;
  font-size: 14px !important;
}
.selected-list .c-list {
  width: fit-content !important;
}
.clear-all {
  display: none;
}
.selected-list .c-angle-down,
.selected-list .c-angle-up {
  top: 55% !important;
}
.Signbox {
  min-height: 62px;
}
.SubTiltle {
  margin-bottom: 15px;
  font-size: 18px;
  margin-top: 17px;
  text-align: center;
  font-weight: 600;
  background-color: #f4f5fa;
  padding: 15px;
  margin-top: 0px;
}
.ResTitle {
  font-size: 14px;
  display: inline-block;
  color: #515365;
  font-weight: 600;
}
.AddScrollDiv {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.InputStarDiv {
  position: relative;
}
.InputStarDiv .login-danger {
  position: absolute;
  right: 10px;
  top: 13px;
}
.invoice-add-table td {
  padding: 5px 10px !important;
  font-size: 14px;
}
.paid-continue-btn,
.paid-cancel-btn {
  padding: 10px 20px !important;
}
input[type=date]:disabled {
  background-color: #e9ecef !important;
  opacity: 1;
  border: 2px solid #e9ecef !important;
}
.sidebar,
.header {
  z-index: 1000 !important;
}
.mat-mdc-dialog-container .mat-mdc-dialog-title {
  display: flex;
  width: 100%;
  background-color: #F4F5FA;
  align-items: center;
  padding: 8px 20px;
  background:
    linear-gradient(
      135deg,
      #255674 0%,
      #3e9e99 100%);
  color: #fff;
}
.mat-mdc-dialog-container .mat-mdc-dialog-title > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.mat-mdc-dialog-container .mat-mdc-dialog-title h4,
.mat-mdc-dialog-container .mat-mdc-dialog-title h5 {
  color: #fff;
  margin-bottom: 0px !important;
  font-size: 16px;
}
.mat-mdc-dialog-container .mat-mdc-dialog-title h4 i,
.mat-mdc-dialog-container .mat-mdc-dialog-title h5 i {
  margin-right: 3px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.mat-mdc-dialog-actions {
  border-top: 1px solid #dee2e6 !important;
  padding: 15px 16px 15px !important;
}
.select-gender .gen-label {
  font-size: 13px !important;
}
.select-gender.RadFSDiv .form-check-label {
  font-size: 13px;
  color: #333448;
}
.select-gender.RadFSDiv .form-check-input {
  width: 16px;
  height: 16px;
}
.InputPara {
  font-size: 13px !important;
  font-weight: 500;
}
.ScrollHeightDiv {
  max-height: 450px;
  overflow: auto;
}
.accordionStyle .accordion-button {
  background-color: #f4f5fa;
  font-weight: 500;
  color: #333;
  font-size: 0.9rem;
  padding: 12px 15px;
}
.accordionStyle .accordion-button:not(.collapsed) {
  color: #2e37a4;
  background-color: #f4f5fa;
  box-shadow: unset;
  font-weight: 500;
}
.accordionStyle .accordion-item {
  margin-bottom: 5px;
}
.accordionStyle .accordion-item hr {
  margin: 10px 0px;
  color: #ccc;
}
.accordionStyle .accordion-button:focus {
  box-shadow: unset;
}
.form-control:disabled:hover,
.form-control:disabled:focus,
.form-select:disabled:hover,
.form-control:disabled:focus {
  border-color: #f4f4fb !important;
  box-shadow: unset !important;
  background-color: #e9ecef !important;
}
.invoice-add-table .form-control {
  padding: 10px 8px;
}
.InfoBTN {
  background-color: #e4e7f3;
  border: 0px;
  height: 22px;
  width: 22px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 5px;
}
.InfoBTN i {
  color: #2e37a4;
  font-size: 16px;
}
.InfoBTN i.fa {
  font-size: 11px;
}
.tooltipMain.InfoTooltipMain .tooltiptext {
  padding: 5px 10px;
  left: auto;
  line-height: 18px;
  font-size: 12px;
  max-width: 257px;
  width: 200px;
  white-space: pre-wrap;
}
.tooltipMain.InfoTooltipMain.InfoTooltipMain2 .tooltiptext {
  padding: 5px 10px;
  left: -245px;
  line-height: 15px;
  font-size: 11px;
  max-width: 412px;
  width: 320px;
  white-space: pre-wrap;
}
.tooltipMain.InfoTooltipMain2 .tooltiptext::after {
  left: 84%;
}
.nav-tabs.nav-tabs-solid.NavFontSM > li > a {
  font-size: 14px !important;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-badge.statusSM {
  min-width: 80px;
  text-transform: capitalize;
}
.table-responsive.tableResScrollActions {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-height: none !important;
}
.table-responsive.tableResScrollActions:has(tbody tr:last-child .dropdown:focus-within),
.table-responsive.tableResScrollActions:has(tbody tr:last-child .dropdown:hover) {
  overflow-y: visible !important;
}
.table-responsive.tableResScrollActions:has(tbody tr:nth-last-child(2) .dropdown:focus-within),
.table-responsive.tableResScrollActions:has(tbody tr:nth-last-child(2) .dropdown:hover) {
  overflow-y: visible !important;
}
.table-responsive.tableResScrollActions:has(tbody tr:nth-last-child(3) .dropdown:focus-within),
.table-responsive.tableResScrollActions:has(tbody tr:nth-last-child(3) .dropdown:focus),
.table-responsive.tableResScrollActions:has(tbody tr:nth-last-child(3) .dropdown:hover) {
  overflow-y: visible !important;
}
.FileBTN {
  background-color: #3B8FC3;
  color: #fff;
  border: 0px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.3s;
}
.FileBTN:hover {
  background-color: #32729b;
  transition: all 0.3s;
}
.SinLable {
  color: #333448;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  top: -13px;
}
.upload-images.uploadImagesBox {
  width: 160px;
}
.tooltipMain.bottomtooltipMain .tooltiptext {
  top: 125%;
  bottom: unset;
}
.tooltipMain.bottomtooltipMain .tooltiptext::after {
  bottom: 100%;
  top: unset;
  transform: rotate(-180deg);
}
.LinkStyle {
  color: #32729b;
  font-size: 14px;
}
.LinkStyle:hover {
  color: #1ccac6;
  cursor: pointer;
}
.AdmitBtn {
  border: 0px;
  background-color: #2e37a4;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  min-width: 100px;
}
.AdmitBtn:hover {
  background-color: #39c0c4;
}
.AdmitBtn.AdmittedBtn {
  opacity: 0.5;
}
.AdmitBtn.AdmittedBtn:hover {
  background-color: #2e37a4;
}
.InfoLabelsDiv {
  display: flex;
  width: fit-content;
  margin-top: 20px;
  background-color: #f4f5fa;
  font-size: 14px;
}
.InfoLabelsDiv .FirstDiv {
  padding: 15px 20px 15px 20px;
}
.InfoLabelsDiv .SecoundDiv {
  padding: 15px 20px;
  background-color: #2e37a42b;
  font-weight: bold;
}
.CkHeaderDiv {
  background-color: #f4f5fa;
  padding: 10px 15px;
  font-size: 14px;
}
.CkSubDiv {
  font-size: 14px;
  padding: 10px 15px;
  border: 2px solid #f4f5fa;
}
.CkSubDiv > div {
  border-bottom: 1px solid #f4f5fa;
  margin-bottom: 10px;
}
.CkSubDiv > div:last-child {
  border-bottom: 0px solid #f4f5fa;
  margin-bottom: 0px;
}
.card-buttons .btn.btn-secondary {
  border-radius: 10px;
  padding: 8px 20px;
}
.TableCKb .remember-me .custom_check .checkmark::after {
  top: 3px;
}
.TableCKb .remember-me .custom_check .checkmark {
  top: -15px;
}
.user-menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.user-menu.nav > li > a {
  height: auto !important;
}
.pulse {
  top: -2px !important;
}
.header #toggle_btn {
  margin-top: 26px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
  background-color: transparent !important;
}
.sidebar-inner {
  overflow-y: scroll;
  transition: overflow 0.3s;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  height: 100% !important;
}
.sidebar-inner:hover {
  overflow-y: auto;
  scrollbar-color: #ddd transparent;
}
.sidebar-inner::-webkit-scrollbar {
  width: 6px;
}
.sidebar-inner::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar-inner::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.sidebar-menu .menu-arrow {
  right: 15px !important;
}
.sidebar-menu > ul {
  margin-bottom: 90px !important;
}
.HistoryBackBtn.backBtn {
  top: 15px;
  right: 18px;
}
.BackBtnPositionDiv .backBtn {
  background-color: #2E37A4 !important;
  border-radius: 8px !important;
  width: fit-content !important;
  top: 16px;
  right: 69px;
  height: 35px !important;
  color: #fff !important;
  border: 0px !important;
}
.BackBtnPositionDiv .backBtn:hover {
  background-color: #39c0c4 !important;
}
.tab-content .BackBtnPositionDiv .backBtn {
  display: none;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content {
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif !important;
}
.mat-mdc-dialog-container .mat-mdc-dialog-title {
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif !important;
}
.removeBtn.removeBtnStyle {
  color: #FF0000;
  font-size: 18px;
}
.removeBtn.removeBtnStyle:hover {
  color: #db0202;
}
.name.GrayText {
  font-size: 14px;
  margin-bottom: 5px !important;
}
.SMInput {
  min-height: 40px;
  height: 40px;
  font-size: 14px;
}
.SMbtns {
  background-color: #32729b;
  color: #fff;
  border: 0px;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 5px;
  margin: 0px 2px;
}
.SMbtns:hover {
  background-color: #3f8fc1;
}
.OrangeBGDiv {
  background-color: #fef5e4;
  color: #ff9b01;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 500;
}
.UserNameDiv,
.UserInfoDiv {
  font-size: 14px;
}
.UserNameDiv i,
.UserInfoDiv i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 1px;
  color: #2e37a4;
}
.UserNameDiv {
  font-weight: bold;
  color: #2e37a4;
}
.UserInfoDiv span:last-child {
  margin-left: 12px;
}
.txtSpan {
  font-size: 14px;
  margin-bottom: 14px;
  display: block;
  font-weight: 600;
}
.bottomMultiSelectDDl .cuppa-dropdown .dropdown-list {
  bottom: unset !important;
  top: 95% !important;
}
.list-filter input[type=text]:focus {
  border: 0px !important;
}
.list-filter .c-search {
  top: 10px !important;
}
.pure-checkbox.select-all label {
  top: 0px;
}
.LeftSide.tooltipMain .tooltiptext {
  margin-left: -160px;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content {
  line-height: unset !important;
}
.CheckInCKBDiv .remember-me .custom_check .checkmark::after {
  left: 3px;
  top: -4px !important;
}
.invoice-add-table tfoot td {
  font-weight: 600;
  background-color: #f4f6f8;
  padding: 10px 10px !important;
}
.card-equal-height {
  overflow: auto !important;
}
.nav-tabs.nav-tabs-solid.customnme {
  height: auto !important;
}
.creative-medical-tabs {
  background: #f8f9fa !important;
  margin-bottom: 15px !important;
}
.bg-opacity-10.bg-light h4.fs-14 {
  min-height: 32px;
  line-height: 32px;
}
.p-dropdown {
  padding: 10px 15px;
  font-size: 14px;
  min-height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
}
.p-dropdown-label {
  padding: 0px;
  font-size: 14px;
}
.p-dropdown .p-dropdown-trigger {
  width: fit-content;
}
ul.p-dropdown-items {
  padding-left: 0rem;
  padding-top: 5px;
  margin-bottom: 0px;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  font-size: 13px;
  padding: 5px 20px;
  white-space: pre-wrap;
}
.p-dropdown-filter-container input[type=text] {
  height: 40px;
}
.p-dropdown-panel .p-dropdown-header {
  padding: 5px 10px;
}
.p-dropdown:not(.p-disabled):hover {
  background-color: #f4f4fb !important;
  border-color: #008080 !important;
  box-shadow: 0 0 6px rgba(46, 55, 164, 0.4) !important;
}
.p-dropdown:not(.p-disabled).p-focus {
  background-color: #f4f4fb !important;
  border-color: #008080 !important;
  box-shadow: 0 0 6px rgba(46, 55, 164, 0.4) !important;
}
.card.card-equal-height .card-header {
  min-height: 43px;
}
.p-scroller {
  max-height: 200px !important;
}
.timeline-item {
  margin-bottom: 10px;
}
.mat-mdc-dialog-actions .btn-danger {
  min-width: 131px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 15px;
}
.NoScrolldialog .mat-mdc-dialog-content {
  overflow: visible;
  max-height: inherit;
}
.NoScrolldialog .mat-mdc-dialog-surface {
  overflow-y: visible;
}
.p-disabled {
  background-color: #e9ecef;
  opacity: 1;
  border: 1px solid #e9ecef !important;
}
.local-forms:has(.p-disabled) label {
  background:
    linear-gradient(
      to bottom,
      transparent 56%,
      #f1f3f7 50%);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #2E37A4;
  background: #F4F5FA;
}
.NoDataWarningDiv {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 0px !important;
}
.customheadbg2 .text-primary2 .bg-light {
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 0px;
}
.customheadbg3 .local-forms label {
  top: -20px !important;
  left: 0px !important;
  background: transparent !important;
}
.customheadbg2 .local-forms label {
  top: -20px;
  left: 0px;
  background: transparent !important;
}
.customheadbg2 .border-top.border-muted {
  padding-top: 33px !important;
}
.vital-card {
  overflow: visible !important;
}
.vital-value p-dropdown {
  width: 100%;
  text-align: left;
}
.add-table-items .remember-me .custom_check input:checked ~ .checkmark {
  background-color: #008080;
  border-color: #008080;
}
.add-table-items .remember-me .custom_check .checkmark::after {
  top: 2px;
}
.DDlOpenTopDiv .p-overlay.p-component {
  z-index: 1002;
  min-width: 1429px;
  transform-origin: center bottom !important;
  left: -2.6px;
  bottom: 0px;
  top: inherit !important;
}
.DDlOpenTopDiv2 .p-overlay.p-component {
  z-index: 1002;
  min-width: 1429px;
  transform-origin: center bottom !important;
  left: -2.6px;
  bottom: 42px;
  top: inherit !important;
}
.NewPatientDiv .ValidMember .p-overlay.p-component {
  z-index: 1002;
  min-width: 1429px;
  transform-origin: center bottom !important;
  left: -2.6px;
  bottom: 42px;
  top: inherit !important;
}
.mat-mdc-dialog-container .p-dropdown-items-wrapper {
  max-height: 120px !important;
}
.tooltipMain.tooltipMainLastMD .tooltiptext {
  margin-left: -54px;
  font-size: 13px;
  padding: 5px 10px;
}
.bg-info.text-white,
.text-primary.bg-light {
  text-transform: capitalize;
}
.pull-left.cstm-res-autocomplete {
  float: unset;
  position: relative;
}
.p-dropdown .p-dropdown-panel {
  max-width: 300px;
}
.static-info.staticInfoDiv .value {
  font-size: 13px;
  color: #666a80 !important;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 8px;
  min-height: 37px;
}
.nameswidthDiv .static-info.staticInfoDiv .name {
  font-size: 13px;
}
.NoFooterdialog .mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-end,
.NoFooterdialog .mat-mdc-dialog-actions[align=end] {
  display: none;
}
.renkli-menu li a.btnprimary2c {
}
.renkli-menu li a.btnprimary2c:last-child {
  background-color: #2e37a4;
  border: 1px solid #2e37a4;
}
.cstm-res-autocomplete ng-component {
  width: 100% !important;
}
.table-responsive:has(tbody tr:nth-last-child(1) .cstm-res-autocomplete ng-component) {
  overflow: visible;
}
.table-responsive:has(tbody tr:nth-last-child(2) .cstm-res-autocomplete ng-component) {
  overflow: visible;
}
.table-responsive:has(tbody tr:nth-last-child(3) .cstm-res-autocomplete ng-component) {
  overflow: visible;
}
.status-LightBlue,
a.status-LightBlue {
  background-color: #1d4ed814;
  color: #1d4ed8;
}
.status-LightYellow,
a.status-LightYellow {
  background-color: #fff3cd;
  color: #ffc107;
}
.status-LightGreen,
a.status-LightGreen {
  background-color: #e8f5e9;
  color: #4caf50;
}
.status-LightPurp,
a.status-LightPurp,
.status-ResultAdded {
  background-color: #ede7f6;
  color: #673ab7;
}
.status-Lightlactic,
a.status-Lightlactic {
  background-color: rgb(105 206 240 / 20%);
  color: #44b5db;
}
.status-SampleDispatched {
  background-color: #32729b21;
  color: #32729b;
}
.billStatusWidthDiv .custom-badge.statusSM {
  min-width: 102px;
}
.status-LightGray,
a.status-LightGray {
  background-color: #6b728014;
  color: #4a4f59;
}
.BtnsLi {
  line-height: 20px;
  position: absolute;
  right: 20px;
  margin-top: 8px;
  display: flex;
  gap: 5px;
}
p.usenamelb {
  max-width: 212px;
  font-size: 15px;
  line-height: 20px;
}
p.usenamelb2 {
  max-width: 212px;
  line-height: 20px;
}
.renkli-menu {
  padding-left: 10px;
}
.ADTCards .dash-widget {
  min-height: 150px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.ADTCards .dash-content h2 {
  margin-bottom: 0px;
}
.ADTCards .dash-boxs img {
  width: 33px;
}
.ADTCards .dash-boxs img.LgImg {
  width: 40px;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  min-width: 100px;
}
.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0px 0px;
  border-radius: 50px;
  width: 100%;
  font-size: 0.95rem;
  cursor: pointer;
  font-weight: 400;
  color: #495057;
}
.custom-select:focus {
  outline: none;
  box-shadow: unset;
  border: 0px !important;
}
.btn-Blue-med {
  color: #2E37A3;
  background: none;
  border: none;
  font-size: 1.2rem;
  padding: 0px;
  opacity: 0.7;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background-color: #f4f5fa;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}
.btn-Blue-med:hover {
  opacity: 1;
  transform: scale(1.2);
  color: #2E37A3;
  background-color: #f4f5fa;
}
.medication-item.OverVisible {
  overflow: visible !important;
}
.btn-Blue-med:hover .tooltiptext {
  transform: scale(0.8);
  bottom: 102%;
}
.NumDiv {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      #2e37a4 0%,
      #3e9e99 100%);
  margin-right: 25px;
  margin-left: 10px;
}
.CustomCbxLG .remember-me .custom_check .checkmark {
  width: 28px;
  height: 28px;
  top: -22px;
  left: 2px;
  border: 2px solid #c2cad8;
  border-radius: 4px;
  background-color: #fff;
  background: #f7f8fb;
  border-color: #c2cad8 !important;
}
.CustomCbxLG .custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  color: #ffffff;
  font-size: 15px;
}
.CustomCbxLG {
  margin-left: 10px;
  margin-right: 30px;
}
.CustomCbxLG .custom_check input:checked ~ .checkmark {
  background:
    linear-gradient(
      135deg,
      #2e37a4 0%,
      #3e9e99 100%);
  border-color: transparent !important;
  border: 0px solid transparent;
}
.UnCheckStyle {
  opacity: 0.6;
}
.medicationListScroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
  padding: 40px 10px 0px;
}
.CustomCbxLG.CustomCbxLGSM .remember-me .custom_check .checkmark {
  width: 25px;
  height: 25px;
  top: -3px;
  left: -9px;
}
.CustomCbxLG.CustomCbxLGSM .custom_check .checkmark::after {
  left: 7px;
  top: 3px;
  font-size: 14px;
}
.CustomCbxLG.CustomCbxLGSM .remember-me .custom_check {
  font-size: 0.95rem;
}
.dash-boxs.dash-boxsRed {
  background: #dc354521;
  border: 2px solid #dc354524;
  color: #dc3545;
  font-size: 20px;
}
.dash-boxs.dash-boxsBlue {
  background: #37a6b212;
  border: 2px solid #37a6b224;
  color: #37a6b2;
  font-size: 20px;
}
.TxtBlue {
  color: #37a6b2 !important;
}
.TxtRed {
  color: #dc3545 !important;
}
.med-details.med-detailsSM .med-detail span {
  font-weight: bold;
  margin-left: 5px;
}
.med-details.med-detailsSM {
  gap: 6px;
  font-size: 0.85rem;
}
.med-details.med-detailsSM i {
  margin-right: 5px;
  font-size: 1rem;
  color: #3e9e99;
}
.card .card-header .card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #2e37a4 0%,
      #3e9e99 100%);
  border-radius: 3px;
}
.card .card-header .card-title {
  position: relative;
  font-size: 16px;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.card .card-header .card-title i {
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #3e9e99;
}
.btn-Red-med {
  color: #f44336;
  background-color: #f4433612;
}
.btn-Red-med:hover {
  color: #d80f00 !important;
  background-color: #f8453833 !important;
  transform: scale(1.1) !important;
}
.dsc-info-box-value {
  min-height: 38px;
}
td form {
  margin-bottom: 0px;
}
.NoHeaderFooterdialog .mat-mdc-dialog-container .mat-mdc-dialog-title,
.NoHeaderFooterdialog .mat-mdc-dialog-actions {
  display: none;
}
.NoFooterdialog .mat-mdc-dialog-actions {
  display: none;
}
.doctor-submit .btn.btn-secondary {
  min-width: 131px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 15px;
}
.dsc-discharge-info-box.boxBorder > .dsc-info-box-content {
  border-bottom: 1px solid #f2f2f2;
}
.dsc-discharge-info-box.boxBorder > .dsc-info-box-content:last-child {
  border-bottom: 0px solid #f2f2f2;
}
.barCodeDiv svg#barcode {
  width: 130px;
  max-height: 65px;
}
.dsc-banner-content .dsc-physician-info {
  min-width: 175px !important;
}
.btn-dispatch-preview {
  font-size: 14px;
}
tr.highlightbg:hover,
tr.donthighlight:hover {
  cursor: pointer;
}
.custom-table tbody tr.highlightbg td {
  background-color: #fafafa;
}
.custom-table tbody tr.donthighlight:hover td {
  background-color: #fafafa;
}
.p-calendar input[type=text] {
  padding: 10px 15px;
  font-size: 14px;
  min-height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0px;
}
.p-calendar button.p-button {
  background-color: transparent;
  color: #000;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p-calendar button.p-button:focus {
  box-shadow: unset !important;
}
.p-calendar input[type=text]:focus {
  box-shadow: unset !important;
  border: 2px solid rgba(46, 55, 164, 0.1) !important;
  border-right: 0px !important;
}
.p-datepicker table td {
  padding: 2px;
}
.p-datepicker table td > span {
  width: 30px;
  height: 30px;
  font-size: 13px;
}
.p-datepicker table th > span {
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-datepicker table td > span.p-highlight {
  color: #068282;
  background: #e5f2f2;
}
.local-forms:has(.p-datepicker .p-disabled) label {
  background: #fff;
}
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
  box-shadow: unset;
  border-color: rgba(46, 55, 164, 0.1);
}
.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: #008080;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  padding: 5px 5px;
  font-size: 15px !important;
}
.p-calendar {
  height: 45px;
  width: 100%;
}
.p-datepicker table td > span.p-disabled {
  opacity: 0.6;
}
.orderNumber {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 1rem;
}
.med-details .status-badge {
  padding: 4px 20px;
  height: 38px;
  margin-left: 0px;
  border-radius: 50px;
  font-size: 0.9rem;
}
.table-striped > tbody > tr.bg-red td {
  --bs-table-bg-type: #ff6b6b0d;
}
.table-striped > tbody > tr.bg-red:nth-of-type(odd) > * {
  --bs-table-bg-type: #ff6b6b0d;
}
.table.comman-table > tbody > tr.bg-red > td {
  background-color: #f500001c;
}
.table.comman-table > tbody > tr.bg-green > td {
  background-color: #eef6f6;
}
.cstm-res-autocomplete .form-control:focus {
  background-color: #fff !important;
}
.cstm-res-autocomplete .autocomplete-dropdown ul {
  border: 0px !important;
  max-height: 300px;
}
.cstm-res-autocomplete .autocomplete-dropdown ul li {
  width: 100%;
  margin: 0px;
  white-space: pre-wrap;
  line-height: 16px;
  padding: 5px 15px !important;
  font-size: 13px !important;
}
.cstm-res-autocomplete .autocomplete-dropdown ul li:hover {
  color: #333 !important;
  background: #f3f4f6;
}
.cstm-res-autocomplete .autocomplete-dropdown ul li.selected {
  background-color: #32729b30;
}
.popUpTableHeight {
  max-height: 350px;
}
.Inputwidth100.cstm-res-autocomplete ng-component {
  width: 100% !important;
}
.DivideDiv {
  border-bottom: 1px solid #f4f5fa;
  margin-bottom: 12px;
}
.accordion-body > div:last-child .DivideDiv {
  border-bottom: 0px solid #f4f5fa;
}
.upload-images {
  overflow: hidden;
}
.btn.btn-secondary.LightGreenBtn {
  background-color: #39c0c4 !important;
  border-color: #39c0c4 !important;
}
.btn.btn-secondary.LightGreenBtn:hover,
.btn.btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.doctor-submit .cancel-form {
  background: rgb(51 52 72 / 8%);
}
.modal-header .modal-title {
  color: #fff;
}
.NumSpan {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.FinList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #e7e9f1;
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.FinIconDiv {
  display: inline-flex;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #0c82821c;
  color: #0C8282;
  border-radius: 10px;
  font-size: 16px;
}
.FinSpanText {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}
.PriceSpan {
  font-weight: bold;
  font-size: 0.95rem;
}
.PaidColor {
  background-color: rgb(40 167 69 / 20%);
  color: #28a745;
}
.UnpaidColor {
  background-color: rgb(108 117 125 / 20%);
  color: #6c757d;
}
.ProvisionalColor {
  background-color: rgb(253 126 20 / 20%);
  color: #fd7e14;
}
.DepositColor {
  background-color: rgb(0 123 255 / 20%);
  color: #007bff;
}
.RefundColor {
  background-color: rgb(23 162 184 / 20%);
  color: #17a2b8;
}
.DiscountColor {
  background-color: rgb(225 189 53 / 20%);
  color: #e1bd35;
}
.BalanceColor {
  background-color: rgb(32 201 151 / 20%);
  color: #20c997;
}
.DueColor {
  background-color: rgb(200 35 157 / 20%);
  color: #c8239d;
}
.ReturnedColor {
  background-color: rgb(111 66 193 / 20%);
  color: #6f42c1;
}
.CancelledColor {
  background-color: rgb(220 53 69 / 20%);
  color: #dc3545;
}
.insuranceColor {
  background-color: rgb(105 206 240 / 20%);
  color: #44b5db;
}
.accordionMainDiv .accordion-item {
  background-color: #fff;
  color: #343a40;
  border: 0px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #008080;
  border-radius: 10px !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-weight: 500;
}
.accordionMainDiv .accordion-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.accordionMainDiv .accordion-button {
  font-weight: 500;
  font-size: 0.95rem;
  padding: 12px 15px;
}
.accordionMainDiv .accordion-button:not(.collapsed) {
  color: #343a40;
  background-color: #fff;
}
.accordionMainDiv .accordion-button:focus {
  box-shadow: unset;
}
.accordionMainDiv .accordion-item.PaidItemDiv {
  border-left: 5px solid #28a745;
}
.accordionMainDiv .accordion-item.UnPaidItemDiv {
  border-left: 5px solid #6c757d;
}
.accordionMainDiv .accordion-item.ProvisionalItemDiv {
  border-left: 5px solid #fd7e14;
}
.accordionMainDiv .accordion-item.DepositItemDiv {
  border-left: 5px solid #007bff;
}
.accordionMainDiv .accordion-item.BalanceItemDiv {
  border-left: 5px solid #20c997;
}
.accordionMainDiv .accordion-item.DueItemDiv {
  border-left: 5px solid #c8239d;
}
.accordionMainDiv .accordion-item.ReturnedItemDiv {
  border-left: 5px solid #6f42c1;
}
.accordionMainDiv .accordion-item.CancelledItemDiv {
  border-left: 5px solid #dc3545;
}
.accordionMainDiv .accordion-item.insuranceItemDiv {
  border-left: 5px solid #44b5db;
}
.accordionMainDiv .FinIconDiv {
  background-color: transparent !important;
  margin-right: 10px;
  width: fit-content;
}
.accordionBtnDiv {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-transform: capitalize;
}
.FinNumspan {
  background-color: #F5F5F6;
  min-width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 12px;
  font-size: 0.95rem;
  border-radius: 5px;
  margin-right: 20px;
}
.medCol1 {
  width: 22%;
}
.medCol2 {
  width: 25%;
}
.medCol3 {
  width: 25%;
}
.medCol4 {
  width: 30%;
}
.medCol5 {
  width: 20%;
}
.medCol6 {
  width: 77%;
}
.medicationListScroll .med-detail {
  min-height: 40px;
  border-radius: 5px !important;
}
.cancelBtnPosition {
  top: 0px;
  position: relative;
  right: 0;
}
.medicationListScroll .med-details .status-badge {
  border-radius: 5px !important;
  min-width: 122px;
}
.medicationListScroll .med-name {
  font-weight: 600;
}
.memberddlDiv .local-forms.input-block {
  margin-bottom: 0px !important;
  margin-top: 20px;
}
.medDetailCol1 {
  min-width: 20%;
}
.medDetailCol2 {
  min-width: 23%;
}
.medDetailCol3 {
  min-width: 20%;
}
.medDetailCol4 {
  min-width: 11%;
}
.invoice-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
  margin-bottom: 10px;
}
.invoice-card:focus-within,
.invoice-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .10);
  border-color: rgb(62 158 153 / 33%);
}
.invoiceDiv {
  display: grid;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  grid-template-columns: 1.1fr 1.1fr 1fr 1.1fr .9fr;
}
.invoiceDiv .cell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.invoiceDiv .cell i {
  opacity: .9;
  color: #333;
}
.invoiceDiv .cell .value {
  font-weight: 600;
  font-size: .8rem;
  color: #333;
}
.invoiceDiv .cell .sub {
  color: #6b7280;
  font-size: .8rem;
  font-weight: 500;
  min-height: 20px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.invoice-card .order-number {
  font-size: 1.1rem;
  margin-left: 5px;
}
.invoice-list {
  max-height: 250px;
  overflow: auto;
  padding: 5px;
}
.buttonsDiv {
  width: fit-content;
  display: flex;
  gap: 5px;
  width: 72px;
  justify-content: end;
}
.buttonsDiv .btn-Blue-med {
  position: unset;
  top: inherit;
  right: inherit;
}
.dhs-lab-value {
  font-size: 1.3rem;
}
.dhs-lab-title {
  font-size: 0.9rem;
}
.paid-cancel-btn.paid-close-btn {
  background-color: #fff;
  border: 1px solid #f44336;
  color: #f44336;
  width: 200px;
}
.showOnPrint {
  display: none;
}
.dsc-discharge-info-box.BorderGray {
  border-top: 1px solid #eee;
}
.actionbtnsDiv {
  justify-content: center;
  margin: 0 auto;
}
.InfoBTN.InfoBTNLG {
  width: 30px;
  height: 30px;
}
.InfoBTN.InfoBTNLG i {
  font-size: 18px;
}
.timePickerDiv .p-datepicker {
  top: 46px;
  z-index: 100;
}
.p-datepicker-timeonly {
  top: 46px;
  z-index: 100;
}
.invoice-add-table.invoice-add-tableSM th {
  font-size: 13px;
}
.actionbtnsDiv.actions {
  width: fit-content;
}
.btn-cancel:hover {
  color: #d32f2f;
}
.btnAdd {
  padding: 8px;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.85rem;
  gap: 0.25rem;
  background-color: #3d9a991a;
  color: #3d9a99;
}
.btnAdd:hover {
  background-color: #3d9a9930;
  color: #338887;
  transform: scale(1.1);
}
.NoToolDiv .btn-details:hover::after,
.NoToolDiv .btn-cancel:hover::after {
  display: none;
}
.p-dropdown-item-group .item {
  font-size: 13px;
  white-space: normal;
  color: #4b5563;
  font-weight: 400;
}
.p-dropdown-item-group:hover {
  color: #4b5563;
  background: #f3f4f6;
}
.dscInfoDataDiv .dsc-info-box-item {
  display: flex;
}
.dsc-info-box-value {
  padding: 0px 0px;
  background: transparent;
  margin-left: 10px;
  margin-top: 11px;
  color: #55575c;
}
.invoice-add-table .tableNewStyle th {
  background: #fff;
}
.table.tableNewStyle {
  border: 0px solid #f0f0f0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 15px;
}
.table.tableNewStyle thead tr {
  border: 1px solid #f0f0f0;
}
.table.tableNewStyle thead tr th {
  border: 0px solid #f0f0f0;
  padding: 5px 12px !important;
}
.table.tableNewStyle tbody tr {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
  padding: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ddd;
}
.table.tableNewStyle tbody tr:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 10px rgb(0 0 0 / 13%);
}
.table.tableNewStyle tbody tr td {
  padding: 8px 12px !important;
  border: 0px solid #ddd;
}
.TableBorderCard {
  max-height: 500px;
  border: 2px solid #f4f4fb;
  border-radius: 5px;
  padding: 10px;
}
.RangeSpan {
  white-space: normal;
  width: 100%;
  display: inline-block;
}
.table.tableNewStyle2 > thead {
  border-bottom: 1px solid #f0f0f0;
}
input[type=number]:disabled::-webkit-inner-spin-button,
input[type=number]:disabled::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.TeethBtnDiv button {
  width: 42px;
  height: 42px;
  padding: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}
.TeethBtnDiv button img {
  width: 25px;
}
.mat-mdc-dialog-content {
  max-height: 90vh !important;
}
.CustomCbxLGSM {
  margin-left: 44px;
}
.w-80 {
  width: 80% !important;
}
.ImgLoader {
  width: 200px;
  animation: zoomInOut 1.2s infinite ease-in-out;
}
@keyframes zoomInOut {
  0% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.9;
  }
}
.msg-status {
  text-transform: capitalize;
}
p-overlay .p-overlay.p-component {
  left: 0px !important;
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: #39c0c4;
  border-color: #39c0c4;
  text-transform: capitalize;
}
.fc .fc-button-primary {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #797979;
  text-transform: capitalize;
}
.fc .fc-button-primary:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #797979;
}
.fc .fc-button-primary:disabled {
  background-color: #39c0c4;
  border-color: #39c0c4;
  color: #fff;
  text-transform: capitalize;
}
.fc .fc-toolbar-title {
  font-size: 1.5em;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif !important;
}
.fc-theme-standard th th {
  background: #eeeeee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  border-color: #d6d6d9;
  color: #333448;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
}
.fc-theme-standard th th a {
  color: #333448 !important;
}
.fc .fc-daygrid-day-number {
  color: #333448;
}
.fc-h-event {
  background-color: #0c8381;
  border: 1px solid #0c8381;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: #f7f5fab8;
}
.fc .fc-timegrid-col.fc-day-today {
  background-color: #f7f5fab8;
}
.fc-daygrid-day-number {
  background-color: transparent;
  color: #000;
  border-radius: 50px;
  width: 26px;
  height: 26px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 3px;
  margin-right: 3px;
}
.fc .fc-day-today .fc-daygrid-day-number {
  background-color: #03aea5;
  color: #fff;
  border-radius: 50px;
  width: 26px;
  height: 26px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 3px;
  margin-right: 3px;
}
.fc-timegrid-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-scroller table.fc-col-header {
  width: 100% !important;
}
.fc-scrollgrid-sync-table {
  width: 100% !important;
  height: 100% !important;
}
.fc-timegrid-body,
.fc-timegrid-slots,
.fc-timegrid-slots table {
  width: 100% !important;
}
.fc-daygrid-body {
  width: 100% !important;
}
.fc-view-harness {
  height: 534.26px !important;
}
.fc-theme-standard td,
.fc-theme-standard th {
  border-color: #d6d6d9;
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #d6d6d9;
  border-bottom: 0px;
}
.fc .fc-timegrid-axis .fc-timegrid-axis-cushion {
  max-width: 80px;
  width: 80px;
}
.fc .fc-timegrid-axis .fc-timegrid-axis-cushion {
  padding: 0px 10px;
}
.fc-scroller-harness .fc-scroller {
  overflow: hidden auto !important;
}
a.fc-event:not([href]) {
  color: #fff;
  background-color: #3a9391;
  border: 1px solid #3a9391;
}
.fc .fc-timegrid-slot {
  height: 35px !important;
}
.fc-daygrid-event-dot {
  border: calc(var(--fc-daygrid-event-dot-width) / 2) solid #39c0c4;
}
.fc-timegrid-cols table {
  width: 100% !important;
}
.text-danger {
  font-size: 12px;
}
.col-form-label {
  font-size: 13px;
  color: #333448;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  height: 42px;
  line-height: 26px;
  font-size: 15px;
}
.creative-medical-tabs.creativeTabs .nav-link {
  font-weight: 500;
  padding: 5px 20px;
  font-size: 13.5px;
  min-width: 195px;
}
.creativeTabs .tab-icon-circle {
  width: 26px;
  height: 26px;
  top: 2px;
  position: relative;
}
.PopCalendarHeightDiv .fc-view-harness {
  height: 400px !important;
}
.creative-medical-tabs.creativeTabs .nav-link {
  background: #fff;
  transform: translateY(-4px);
}
.creativeTabs .family-tab.active,
.creative-medical-tabs.creativeTabs .nav-link.active {
  background:
    linear-gradient(
      135deg,
      #009999,
      #009999);
}
.creativeTabs .tab-icon-circle {
  background: rgb(62 158 153 / 10%) !important;
  color: #03aea5 !important;
}
.creative-medical-tabs.creativeTabs .nav-link.active .tab-icon-circle {
  background: rgb(255 255 255 / 14%) !important;
  color: #fff !important;
  transform: scale(1);
}
.local-forms.input-block input[type=date].ng-dirty,
div select.membership-list.ng-dirty {
  color: #212529;
}
.local-forms.input-block input[type=date].ng-pristine,
div select.membership-list.ng-pristine {
  color: #6b7280;
  font-weight: 400;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
  font-size: 13px;
}
.p-inputtext {
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
  font-size: 14px;
  color: var(--bs-body-color);
}
.p-inputtext.p-placeholder {
  font-size: 13px;
  color: #6b7280;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
}
input::placeholder,
textarea::placeholder {
  color: #6b7280 !important;
  font-size: 13px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280 !important;
  font-size: 13px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6b7280 !important;
  font-size: 13px;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #6b7280 !important;
  font-size: 13px;
}
.DataDiv {
  margin-top: -15px !important;
  position: relative;
}
.DataDiv label {
  font-size: 12px;
  color: #333448;
  font-weight: 600;
  margin-bottom: 5px;
}
.DataDiv div {
  line-height: 19px;
}
.DataDiv div span {
  font-size: 13px;
}
.InputGroupDiv .btn.btn-outline-secondary {
  padding: 0px 12px;
  font-size: 15px;
  background-color: #f4f5fa;
  color: #2e37a3;
  border-left: 1px solid rgb(222 223 234) !important;
}
.InputGroupDiv .btn.btn-outline-secondary:hover {
  background-color: #ecedf1;
}
.GridCardBtn {
  display: flex;
  gap: 5px;
}
.GridCardBtn button {
  width: fit-content;
  padding: 8px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #5f4a85;
  border: 0px;
  display: flex;
  gap: 5px;
  align-items: center;
  border-radius: 5px;
  opacity: 0.8;
  transition: all 0.3s;
}
.GridCardBtn button:hover {
  opacity: 1;
  transition: all 0.3s;
}
.GridCardBtn .GreenBtn {
  background-color: #008080;
}
.medDiv .med-detail {
  background: transparent;
  padding: 0rem 0rem;
  box-shadow: unset;
}
.medDiv .medication-item {
  padding: 10px 15px;
}
.dsc-info-box-value {
  font-size: 14px;
}
.nav-tabs.nav-tabs-solid.NavFontXSM > li > a {
  font-size: 13px;
  padding: 7px 15px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded.NavFontXSM > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded.NavFontXSM > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded.NavFontXSM > li > a.active:focus {
  font-size: 13px;
}
.counterDiv {
  background-color: #fff;
}
.col-header {
  display: grid;
  grid-template-columns: 44% 120px 120px 120px 120px 120px 120px;
  background: #f4f5fa;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 10px;
}
.col-Body {
  display: grid;
  grid-template-columns: 45% 120px 120px 120px 120px 120px 120px;
  width: 100%;
}
#SubItem .accordion-button {
  background-color: #f1f1f1;
}
.accordionMainDiv.TableaccordionMainDiv .accordion-item {
  border-left: 0px solid #008080;
}
.comman-table.custom-table tbody tr.MainRow td {
  color: #333448;
  font-size: 14px;
  font-weight: 600;
  background-color: #f3f7f94f;
}
.comman-table.custom-table tbody tr.SubRow td {
  color: #6a6969;
  font-size: 14px;
  font-weight: 500;
}
.TableReportStyle thead th {
  font-weight: 500;
  border: 0px solid #000;
  padding: 15px;
  color: #1B2559;
  font-size: 14px;
  background-color: #32729b0f;
}
.custom-table.TableReportStyle tbody tr td,
.custom-table.TableReportStyle thead tr th {
  border: 1px solid #32729b0f;
}
.TableReportStyle tfoot td {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #32729b0f;
  background-color: #f3f7f969;
  color: #333448;
}
.comman-table.custom-table tbody tr.Subthead td {
  color: #333448;
  font-weight: 700;
}
.collapseSpan i {
  background-color: #32729b12;
  color: #32729b;
  margin-right: 5px;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.MainCollapseRow td {
  color: #32729b !important;
  font-weight: 600 !important;
}
.collapseTD {
  color: #32729b !important;
}
.collapseTD:hover {
  cursor: pointer;
}
.SubCollapseRow td {
  color: #3f3f3f !important;
  font-size: 13px !important;
}
.SubcollapseTD {
  padding-left: 30px !important;
}
.SubcollapseTD:hover {
  cursor: pointer;
}
.SubcollapseTD .collapseSpan i {
  background-color: #f3f3f3;
  color: #3f3f3f;
}
.SubSubCollapseRow td {
  color: #008080 !important;
  font-size: 13px !important;
}
.SubSubCollapseRow td a {
  color: #008080 !important;
}
.SubSubCollapseRow td a:hover {
  color: #39c0c4 !important;
  text-decoration: underline !important;
}
tr.SubSubCollapseRow > td:first-child {
  padding-left: 55px !important;
}
tr.SubSubCollapseRow > td:first-child:hover {
  cursor: pointer;
}
.TitleRow td {
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 1px solid #f5f7ff !important;
  background-color: #f3f7f94f !important;
  color: #333448 !important;
}
.doctor-search-blk .top-nav-search a.btn {
  border: 0px !important;
}
.doctor-search-blk .top-nav-search a.btn:hover {
  cursor: default;
}
.ipd-case-display {
  background-color: rgb(0 128 128 / 9%);
  color: rgb(0 128 128);
  font-size: 14px;
  box-shadow: unset;
}
.ipd-case-display b {
  font-weight: 600;
}
.clear-parent {
  right: 37px !important;
  background-color: #32729b17;
  border: 0px solid #808080 !important;
  color: #808080 !important;
  border-radius: 50px !important;
  height: 20px;
  width: 20px;
  font-size: 18px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.clear-parent:hover {
  background-color: #f4433614;
  border: 0px solid #808080 !important;
  color: red !important;
}
.clear-parent:disabled {
  display: none;
}
.login-container .btn.InputHeight {
  margin: 0 0px;
}
.CustomCbxLG.CustomCbxMD .remember-me .custom_check .checkmark {
  width: 25px;
  height: 25px;
  top: -18px;
}
.CustomCbxLG.CustomCbxMD .custom_check .checkmark::after {
  left: 6px;
  top: 2px;
  font-size: 14px;
}
.status-card,
.statusCard {
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
  transition: 0.3s;
  height: 88px;
}
.status-card:hover {
  transform: translateY(-4px);
}
.status-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  color: #fff;
  position: relative;
}
.status-icon i {
  font-size: 28px;
  background: #fff;
  border-radius: 50%;
  color: inherit;
  padding: 10px;
}
.status-info {
  flex-grow: 1;
  padding: 15px 20px;
  text-align: right;
}
.status-info h6 {
  margin: 0;
  font-weight: 500;
  color: #7f8c8d;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.status-info h4 {
  margin: 0;
  font-weight: 700;
  color: #333;
  font-size: 1.3rem;
}
.bg-pending {
  color: #ffca28;
}
.bg-approved {
  color: #00c853;
}
.bg-cancelled {
  color: #ff4081;
}
.bg-total {
  color: #00bcd4;
}
.bg-green-img {
  background-image: url("./media/bg-green-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-pink-img {
  background-image: url("./media/bg-pink-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-yellow-img {
  background-image: url("./media/bg-yellow-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-blue-img {
  background-image: url("./media/bg-blue-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-black-le {
  background-image: url("./media/bg-black-le.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-pink-le {
  background-image: url("./media/bg-pink-le.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-purple-le {
  background-image: url("./media/bg-purple-le.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-blue-le {
  background-image: url("./media/bg-blue-le.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.av {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #FFF;
  font-weight: 500;
}
.av.avMd {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
}
.statusCard .badge {
  padding: 5px 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
  font-size: 0.7rem;
}
.bg-secondary-transparent {
  background-color: #EDF2F4 !important;
  color: #3B7080 !important;
}
.bg-info-transparent {
  background-color: #D6E9FF !important;
  color: #1B84FF !important;
}
.bg-transparent-purple {
  background: #F7EEF9 !important;
  color: #AB47BC !important;
}
.bg-pink-transparent {
  background: #FFEDF6 !important;
  color: #FD3995 !important;
}
.statusCard {
  height: 120px;
}
.statusInfo p {
  margin: 0;
  font-weight: 500;
  color: #7f8c8d;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.statusInfo h4 {
  margin: 0;
  font-weight: 700;
  color: #333;
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.fs-32 {
  font-size: 1.5rem;
}
.atted-info {
  gap: 10px;
  font-size: 1rem;
}
.atted-info i {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.fullPresentIcon {
  color: #198754 !important;
}
.absentIcon {
  color: #dc3545 !important;
}
.LateIcon {
  color: #ffc107 !important;
}
.NaIcon {
  color: #a27bdc !important;
}
.AttendaceTable i {
  font-size: 18px;
}
.DayToday {
  background-color: #f4f5fa !important;
}
.action-label.SmDDL > a {
  min-width: 40px;
  background-color: #fff;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #eaebf6;
}
.SmDDL .status-staff .dropdown-item {
  font-size: 14px;
  padding: 5px 20px;
  text-align: left;
}
.SmDDL .status-staff .dropdown-item i {
  font-size: 18px;
}
.table.AttendaceTable .dropdown-menu {
  max-width: 35px !important;
  width: 30px !important;
}
.SmDDL .dropdown-item:active {
  color: #000;
  background-color: #f3f4f6;
}
.countCardDiv {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  padding: 20px 10px 20px 20px;
  box-shadow: -1px 1px 15px #00000017;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  justify-content: space-between;
}
.countCardDiv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #9b59b6;
  opacity: .7;
}
.countCardIconDiv {
  width: 50px;
  height: 50px;
  background: rgb(155 89 182 / 10%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #9b59b6;
  font-size: 1.5rem;
  flex-shrink: 0;
  z-index: 1;
}
.TotalEmpColorDiv:after {
  background: #9b59b6;
}
.PresentColorDiv:after {
  background: #198754;
}
.AbsentColorDiv:after {
  background: #dc3545;
}
.LateColorDiv:after {
  background: #f39c12;
}
.TotalEmpColorDiv .countCardIconDiv {
  background: rgb(155 89 182 / 10%);
  color: #9b59b6;
}
.PresentColorDiv .countCardIconDiv {
  background: #00808017;
  color: #008080;
}
.AbsentColorDiv .countCardIconDiv {
  background: rgb(231 76 60 / 10%);
  color: #dc3545;
}
.LateColorDiv .countCardIconDiv {
  background: rgb(243 156 18 / 10%);
  color: #f39c12;
}
.countCardContentDiv h4 {
  font-weight: 500;
  color: #7f8c8d;
  margin: 0px 0 5px;
  font-size: .9rem;
}
.countCardContentDiv h6 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1;
}
.stat-card {
  padding: 20px;
  border: 1px solid #E5E7EB;
  box-shadow: -1px 1px 15px #00000017;
  border-radius: 5px;
}
.statCardDiv {
  border: 1px solid #E5E7EB;
  box-shadow: -1px 1px 15px #00000017;
  border-radius: 5px;
}
.stat-card h4 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.stat-card h4 span {
  color: #6B7280;
  font-weight: 600;
  font-size: 1.3rem;
}
.stat-icon {
  margin-bottom: 8px;
  background-color: #F26522 !important;
  border: 1px solid #F26522 !important;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 500;
}
.timeline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  margin-top: 10px;
}
.block {
  height: 14px;
  border-radius: 3px;
}
.timeline-wrapper {
  padding: 20px;
}
.timeline-bar {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  margin-bottom: 10px;
  border-radius: 5px;
  background: #e9edf440;
}
.timeline-bar > div {
  border-radius: 5px;
  margin: 1px 0px;
}
.CirColorSpan {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background-color: #E9EDF4;
  border-radius: 50%;
  display: inline-block;
}
.productive {
  background-color: #008080;
  color: #fff;
  padding-left: 10px;
  font-size: 11px;
  padding-top: 4px;
  text-transform: capitalize;
}
.break {
  background-color: #facc15;
  color: #333;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  padding-top: 4px;
  text-transform: capitalize;
}
.overtime {
  background-color: #3b82f6;
  color: #fff;
  padding-left: 10px;
  font-size: 11px;
  padding-top: 4px;
  text-transform: capitalize;
}
.timeline-hours {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.timeline-hours span {
  text-align: center;
  border-left: 1px solid #ddd;
}
.timeline-hours span:first-child {
  border-left: none;
}
.EmpProfDiv h6 {
  color: #6B7280;
  font-size: 0.9rem;
}
.EmpProfDiv h4 {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
}
.EmpProfDiv {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ProductionDiv {
  background: #33C0C4;
  border-radius: 5px;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
}
.EmpProfDiv .profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.TotalToday .stat-icon {
  background-color: #3e9e99 !important;
  border: 1px solid #3e9e99 !important;
}
.TotalWeek .stat-icon {
  background-color: #F26522 !important;
  border: 1px solid #F26522 !important;
}
.TotalMonth .stat-icon {
  background-color: #8C75B2 !important;
  border: 1px solid #8C75B2 !important;
}
.stat-card p {
  font-weight: 500;
  color: #7f8c8d;
  margin: 5px 0 5px;
  font-size: .9rem;
}
.stat-card small {
  font-size: .875em;
  width: 100%;
  display: block;
  border-top: 1px solid #f4f5fa;
  padding-top: 7px;
  margin-top: 10px;
  color: #7f8c8d;
  font-size: 14px;
}
.stat-card small i {
  background-color: #E70D0D;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.stat-card small.GreenCirColorSpan i {
  background-color: #22C55E;
}
.stat-card small.RedCirColorSpan i {
  background-color: #E70D0D;
}
.statCardflex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.WorkingHrsDiv h6 {
  font-weight: 400;
  color: #7f8c8d;
  margin: 5px 0 8px;
  font-size: .9rem;
}
.WorkingHrsDiv h5 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.ScheduleTimingBtn {
  background-color: #006666;
  border: 0px;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 5px;
}
.ScheduleTimingBtn:hover {
  background-color: #008080;
}
.p-multiselect {
  box-shadow: none;
  padding: 0px 0px;
  font-size: 13px;
  height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px !important;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
  font-weight: 400;
  color: #212529 !important;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #212529;
}
p-multiselect ul {
  padding-left: 0px;
}
p-multiselect ul li {
  font-size: 14px;
}
.p-multiselect-filter-container input[type=text] {
  height: 40px;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #006666;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight {
  border-color: #006666;
  background: #006666;
  color: #ffffff;
}
.btn-primary.submit-list-form,
.btn-primary.submit-form,
.doctor-submit .btn-primary {
  background-color: #32729b;
  border-color: #32729b;
}
.btn-primary.submit-list-form:hover,
.btn-primary.submit-form:hover,
.doctor-submit .btn-primary:hover {
  background-color: #3f8fc1;
  border-color: #3f8fc1;
}
.backBtn,
.HistoryBackBtn.backBtn,
.BackBtnPositionDiv .backBtn {
  background-color: #32729b !important;
  border-color: #32729b;
}
.backBtn:hover,
.HistoryBackBtn.backBtn:hover,
.BackBtnPositionDiv .backBtn:hover {
  background-color: #3f8fc1 !important;
  border-color: #3f8fc1;
}
.modal-header {
  background:
    linear-gradient(
      135deg,
      #255674 0%,
      #3e9e99 100%);
}
.sidebar-menu li a:hover img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(92%) saturate(1953%) hue-rotate(140deg) brightness(91%) contrast(101%);
}
#toggle_btn img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(19%) saturate(1078%) hue-rotate(234deg) brightness(92%) contrast(88%);
}
.mat-mdc-tooltip-surface {
  background-color: #D4EDED !important;
  color: #006666 !important;
  text-align: center;
  padding: 5px 10px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif !important;
}
.ValiSpan {
  color: #3B8FC3;
  cursor: pointer;
}
.ValiSpan i {
  position: relative;
  top: 2px;
}
.ValiSpan strong {
  color: #3B8FC3;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
  font-weight: 600;
  margin-left: 6px;
  font-size: 13px;
}
h4 .ValiSpan {
  color: #aadeff;
  margin-left: 10px;
}
h4 .ValiSpan strong {
  color: #aadeff;
  font-size: 15px;
}
.mat-mdc-dialog-surface h4 b {
  font-weight: 800 !important;
}
.CardHeight {
  min-height: calc(100vh - 61px);
}
.ValidMember .local-forms.input-block {
  margin-bottom: 0px !important;
}
.top-nav-search .form-control {
  background-color: #F7F5FA !important;
}
.top-nav-search .form-control:focus,
.top-nav-search select:focus {
  box-shadow: 0 0 0 0rem #785ca3 !important;
  border: 1px solid #785ca3 !important;
}
.add-group .btn-primary {
  background: #F7F5FA;
}
.add-group .btn-primary:focus {
  background-color: #F7F5FA;
  border: 1px solid #F7F5FA;
}
.add-group .btn-primary:hover {
  background: #785ca3;
}
.add-group .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #785ca3;
  border-color: #785ca3;
}
.status-green,
a.status-green,
.status-complete {
  background: #0099991f;
  color: #009999;
}
.cstm-res-autocomplete {
  position: relative;
  display: block;
}
.cstm-res-autocomplete::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #32729bb3;
  z-index: 3;
}
.cstm-res-autocomplete input.form-control {
  padding-right: 35px !important;
}
.doctor-submit .cancel-form {
  background: #F5F5F6 !important;
  color: #333448;
  border-color: #F5F5F6 !important;
}
.doctor-submit .cancel-form:hover {
  background: #E0EAF0 !important;
  color: #333448 !important;
  border-color: #E0EAF0 !important;
}
.add-table-items td {
  vertical-align: top !important;
}
.dt-paging .p-icon {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.dsc-patient-banner {
  background:
    linear-gradient(
      135deg,
      #255674 40%,
      #3e9e99 100%);
}
.AddNewBtn {
  width: fit-content !important;
  font-weight: 500;
  font-size: 14px;
}
.AddNewBtn:hover {
  color: #fff !important;
}
.AddNewBtn i {
  font-size: 17px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.NewPatientDiv .tab-content {
  margin-top: 0px !important;
}
.DocDiv {
  display: flex;
}
.DocDiv .col {
  width: calc(100% - 50px);
}
.CalendarBtn {
  background-color: #3B8FC3;
  color: #fff;
  height: 42px;
  width: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  border-radius: 10px;
  font-size: 18px;
}
.CalendarBtn:hover {
  background-color: #32729b;
  color: #fff;
}
.CalendarBtn.tooltipMain .tooltiptext.LeftArrow {
  left: -63px !important;
  padding: 5px 15px !important;
}
a.CalendarBtn:focus {
  color: #fff;
}
.passInputDiv {
  display: block;
  width: 40px;
  height: 20px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  right: 8px;
  top: 16px;
  color: #9a9a9a;
  font-size: 1rem;
  cursor: pointer;
  z-index: 100;
}
.passInputDiv:hover {
  color: #32729b;
}
.passInput {
  position: relative !important;
}
.InputGroupDiv .cstm-res-autocomplete {
  width: 90%;
}
.InputGroupDiv .cstm-res-autocomplete .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.add-table-items .remember-me.OutlineCBX .custom_check input:checked ~ .checkmark {
  background-color: #fff;
}
.remember-me.OutlineCBX .custom_check input:checked ~ .checkmark {
  background-color: #fff;
}
.remember-me.OutlineCBX .custom_check .checkmark::after {
  color: transparent;
}
.cstm-res-autocomplete:has(.form-control:disabled)::before {
  display: none;
}
.cstm-res-autocomplete:has(.form-control:disabled) input.form-control {
  padding-right: 8px !important;
}
.AccFlexBtn {
  display: flex;
  margin: 0 auto !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
}
.InputLabel {
  font-size: 12px;
  color: #333448;
  margin-bottom: 5px;
}
.NoMaxHeightDDL .p-dropdown-items-wrapper {
  max-height: unset !important;
}
.NoScrolldialog .mat-mdc-dialog-container .p-dropdown-items-wrapper {
  max-height: 200px !important;
}
input[type=time] {
  line-height: 20px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.375rem 0.75rem;
  margin-right: 5px;
  background: #F1F5F9;
  color: #1e293b;
  border-radius: 15px;
  font-size: 12px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 5px;
  width: 14px;
  position: relative;
  top: -1px;
}
.table-responsive.minheightDDLopen:has(.ng-trigger) {
  overflow: visible !important;
}
.closeDDLBtn {
  color: #333 !important;
  text-decoration: none;
  border: 0px !important;
  background-color: transparent;
  font-size: 20px;
}
.closeDDLBtn:hover {
  cursor: pointer;
  color: red !important;
}
.dep-list {
  max-height: 180px !important;
}
.invalid-feedback {
  font-size: 11px;
}
.cdk-global-scrollblock {
  top: 0px !important;
  overflow-y: auto !important;
}
.btn-outline-info {
  border-color: #39c0c4;
  color: #39c0c4;
}
.btn-outline-info:hover,
.btn.btn-outline-info:first-child:active {
  border-color: #39c0c4;
  color: #fff;
  background-color: #39c0c4;
}
.btn-outline-info i {
  position: relative;
  top: 2px;
}
.MRbottom .local-forms.input-block {
  margin-bottom: 0px !important;
}
.report-dashboard .bg-gradient-green2 {
  background:
    linear-gradient(
      45deg,
      #15b9b8,
      #0c8281);
}
.report-dashboard .bg-gradient-red2 {
  background:
    linear-gradient(
      45deg,
      #ff9a7a,
      #b5372b);
}
.report-dashboard .bg-gradient-lightPurple {
  background:
    linear-gradient(
      45deg,
      #dd8bff,
      #8e44ad);
}
.report-dashboard .bg-gradient-green3 {
  background:
    linear-gradient(
      45deg,
      #00b894,
      #55efc4);
}
.report-dashboard .bg-gradient-teal2 {
  background:
    linear-gradient(
      45deg,
      #00cec9,
      #0984e3);
}
.report-dashboard .bg-gradient-darkGreen {
  background:
    linear-gradient(
      45deg,
      #22aa8c,
      #316d6c);
}
.report-dashboard .bg-gradient-darkPink {
  background:
    linear-gradient(
      45deg,
      #e84373,
      #ff79a0);
}
.report-dashboard .bg-gradient-primary2 {
  background:
    linear-gradient(
      45deg,
      #3498db,
      #2c3e50);
}
.report-dashboard .bg-gradient-DarkPurple {
  background:
    linear-gradient(
      45deg,
      #9e68ff,
      #673ab7);
}
.report-dashboard .bg-gradient-warning2 {
  background:
    linear-gradient(
      45deg,
      #efc993,
      #804004);
}
.top-nav-search .p-dropdown {
  font-size: 14px;
  min-height: 45px;
  border: 0px solid rgba(46, 55, 164, 0.1);
  background-color: #f7f5fa;
}
.top-nav-search .p-inputtext {
  line-height: 25px;
  font-size: 13px;
}
.YearWidthDDL {
  width: 200px !important;
}
.dt-info {
  font-size: 14px;
}
.cutsotmiconcss {
  background: #32729b1a;
  width: 24px;
  color: #32729b;
  height: 24px;
  margin-right: 3px;
  text-align: center;
  line-height: 22px;
  border-radius: 10px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2px;
}
.LgSearchDDLDiv.cstm-res-autocomplete ng-component {
  min-width: 200px !important;
}
.nav-tabs.nav-tabs-solid.customnme > li > a {
  padding: 7px 20px;
}
.nav-tabs.customnme .nav-link i {
  margin-left: 0px;
}
.PendingCardDiv {
  background-image: url("./media/bg-yellow-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.PendingCardDiv .status-icon i {
  color: #ffca28;
}
.ApprovedCardDiv {
  background-image: url("./media/bg-green-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.ApprovedCardDiv .status-icon i {
  color: #00c853;
}
.CancelledCardDiv {
  background-image: url("./media/bg-pink-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.CancelledCardDiv .status-icon i {
  color: #ff4081;
}
.DeclinedCardDiv {
  background-image: url("./media/bg-red-01.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.DeclinedCardDiv .status-icon i {
  color: #FF5757;
}
.TotalCardDiv {
  background-image: url("./media/bg-blue-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.TotalCardDiv .status-icon i {
  color: #00bcd4;
}
.p-carousel-items-content {
  padding: 20px 0px !important;
}
.p-carousel-item {
  padding: 0px 10px;
  flex: 1 0 25% !important;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  border-radius: 6px !important;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background-color: #0c8281;
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 50% !important;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.p-carousel .p-carousel-content .p-carousel-prev:hover,
.p-carousel .p-carousel-content .p-carousel-next:hover {
  color: #5f4a85;
  background: #5f4a8426;
}
.p-carousel-indicators {
  margin-bottom: 0px;
}
.discharge-summary-container .medication-list {
  max-height: 54vh;
  overflow: auto;
  margin-bottom: 0px;
}
.status-badge {
  text-transform: capitalize;
}
.discharge-summary-container .section-card {
  overflow: unset;
}
.week-grid {
  display: flex;
  flex-direction: row;
  grid-template-columns: repeat(7, 1fr);
  gap: 0px;
  justify-content: space-between;
}
.day-card {
  background: white;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 6px 18px rgb(26 60 81 / 9%);
  border: 1px solid rgba(26, 60, 81, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 110px;
  width: 13.5%;
  min-width: 13.5%;
}
.day-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.day-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.day-card > input[type=checkbox] {
  display: none;
}
.day-name {
  font-weight: bold;
  color: #1a3c51;
  letter-spacing: 0.2px;
  font-size: 15px;
}
.day-card .switch {
  position: relative;
  width: 47px;
  height: 27px;
  display: inline-block;
}
.day-card .switch input {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    linear-gradient(
      180deg,
      #e9f5f4,
      #ffffff);
  border: 1px solid rgba(0, 128, 128, 0.12);
  display: flex;
  align-items: center;
  padding: 4px;
}
.knob {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 6px rgba(26, 60, 81, 0.12);
  transform: translateX(0);
  transition: transform 180ms cubic-bezier(.2, .9, .3, 1);
}
.day-card .switch input:checked + .track {
  background:
    linear-gradient(
      180deg,
      #008080,
      #006b6b);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.day-card .switch input:checked + .track .knob {
  transform: translateX(19px);
}
.DayStatus {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1a3c51;
}
.DayStatus .off {
  display: inline-block;
}
.DayStatus .on {
  display: none;
  color: white;
  font-weight: 600;
}
.day-card input[type=checkbox]:checked ~ .DayStatus .off {
  display: none;
}
.day-card input[type=checkbox]:checked ~ .DayStatus .on {
  display: inline-block;
}
.shift-area {
  margin-top: 6px;
  display: none;
  gap: 6px;
  align-items: center;
}
.day-card input[type=checkbox]:checked ~ .shift-area {
  display: flex;
}
.shift-area label {
  font-size: 13px;
  color: #1a3c51;
  min-width: 32px;
}
.shift-area select {
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(26, 60, 81, 0.09);
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fafafa);
  font-size: 13px;
  outline: none;
  min-width: 100px;
  width: 100%;
}
.pill {
  padding: 6px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}
.pill.off {
  background: #f3f4f6;
  color: #6b7280;
  border: 1px solid rgba(26, 60, 81, 0.04);
}
.pill.on {
  display: none;
}
input[type=checkbox]:checked ~ .pill.off {
  display: none;
}
input[type=checkbox]:checked ~ .pill.on {
  display: inline-block;
  background: #8c75b2;
  color: white;
}
.help {
  font-size: 12px;
  color: #475569;
  opacity: 0.9;
}
.pill span {
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 7px;
  margin-left: 5px;
  opacity: 1;
}
.pill.off span {
  border: 2px solid #6b7280;
  background-color: #fff;
}
.DayShift .local-forms.input-block {
  margin-bottom: 5px !important;
  margin-top: 10px;
}
.p-multiselect .p-multiselect-trigger {
  width: 33px;
}
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding-right: 0px;
}
.discharge-summary-container .local-forms .submit-form {
  margin-top: 2px;
  margin-left: 5px !important;
  height: 40px !important;
}
.BillingHeaderLastDiv div > div {
  width: 33.3%;
}
.custom-card-table-card .left-content {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: 50% 1fr;
}
.custom-card-table-card .actions {
  width: 100px;
}
.dep-caret {
  color: #808080 !important;
  font-size: 22px !important;
  right: 13px !important;
}
.searchable-select .caret-btn {
  right: 13px !important;
  color: #808080 !important;
  font-size: 22px !important;
}
.depositOnModal .page-table-header {
  display: none;
}
.depositOnModal .p-3.pt-2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.status-gray {
  background-color: #F0F0F0;
  color: #333448;
}
.table.comman-table.TableReportStyle > tbody > tr > td {
  padding: 15px 15px;
}
button.custom-badge.statusSM {
  cursor: default;
}
button.custom-badge.statusSM:hover {
  cursor: default;
}
.LastTooltipRight {
  left: -23px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.MainCollapseRow .openedIcon,
.SubCollapseRow .openedIcon {
  display: none;
}
.TableReportStyle:has(.SubCollapseRow) .MainCollapseRow .openedIcon {
  display: inline-flex;
}
.TableReportStyle:has(.SubCollapseRow) .MainCollapseRow .closedIcon {
  display: none;
}
.TableReportStyle:has(.SubSubCollapseRow) .SubCollapseRow .openedIcon {
  display: inline-flex;
}
.TableReportStyle:has(.SubSubCollapseRow) .SubCollapseRow .closedIcon {
  display: none;
}
.TitleRowTd {
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 1px solid #f5f7ff !important;
  background-color: #F3F7F9 !important;
  color: #333448 !important;
}
.reportsListDiv div.dsc-medication-item:not(:has(> div)) {
  display: none;
}
.multiselectPaginationDiv p-overlay .p-overlay.p-component {
  min-width: 250px !important;
}
.multiselectPaginationDiv p-multiselect ul li {
  font-size: 14px;
  white-space: pre-wrap;
  padding: 5px 20px !important;
  height: auto !important;
}
.multiselectPaginationDiv .p-multiselect-header {
  display: none;
}
.multiselectPaginationDiv .p-multiselect-footer {
  background-color: #f9fafb;
  border-top: 1px solid #f3f4f6;
  padding: 5px 10px;
}
.multiselectPaginationDiv .btn-primary {
  border-color: transparent;
  background-color: #32729b;
  color: #fff;
  border-radius: 8px;
  width: 100%;
  border-radius: 3px !important;
}
p-multiselect .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #006666;
}
.custom-badge.dropdown-toggle:hover {
  cursor: pointer;
}
.RemoveImgBTN {
  color: #00d3c7;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  padding: 0;
  width: 20px;
  height: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: 5px;
  top: 9px;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0px;
  background-color: transparent;
}
.RemoveImgBTN:hover,
.upload-images .btn-icon:hover {
  color: red;
}
.MaxHeightDiv {
  max-height: 72vh;
  overflow-x: auto;
  padding-right: 12px;
  margin-bottom: 18px;
}
.doctor-search-blk .top-nav-search {
  position: relative;
}
.justFlexDiv span.text-muted {
  width: 25%;
}
.listGroup {
  height: 100%;
  border: 1px solid #eaeaea;
}
.listGroup .list-group-item {
  border: 0px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.listGroup1 .list-group-item:last-child,
.listGroup2 .list-group-item:last-child {
  border-bottom: none !important;
}
.p-inputwrapper timesicon svg {
  width: 14px;
  right: 37px;
}
.dhs-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .32);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.dhs-modal {
  background: #ffffff;
  padding: 32px 42px;
  border-radius: 18px;
  text-align: center;
  min-width: 320px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  animation: fadeUp 0.35s ease;
}
.pdf-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      #008080,
      #8c75b2);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  letter-spacing: 1px;
}
.dhs-loader {
  width: 44px;
  height: 44px;
  border: 4px solid #e5e7eb;
  border-top-color: #008080;
  border-right-color: #8c75b2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 18px;
}
.dhs-modal h4 {
  margin: 0;
  font-size: 18px;
  color: #1a3c51;
}
.dhs-modal p {
  margin-top: 6px;
  font-size: 14px;
  color: #6b7280;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.GridCollapseMainDiv .header {
  background: #32729b;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.GridCollapseMainDiv .header h1 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
}
.GridCollapseMainDiv .report-date {
  font-size: 0.9rem;
  opacity: 0.9;
}
.GridCollapseMainDiv .report-container {
  max-width: 1200px;
  margin: auto;
}
.GridCollapseMainDiv {
}
.GridCollapseMainDiv .section-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a3c51;
}
.GridCollapseMainDiv .col-header {
  display: grid;
  grid-template-columns: 4% 39% 25% 22% 10%;
  background: #edf2f7;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}
.GridCollapseMainDiv .cardGridMain {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 5px 16px;
  margin-bottom: 10px;
  font-size: 14px;
}
.GridCollapseMainDiv .cardGridMain:hover {
  transform: translateY(-2px);
}
.GridCollapseMainDiv .cardGrid {
  padding: 10px 0px;
  display: grid;
  grid-template-columns: 4% 39% 25% 22% 10%;
  align-items: center;
  transition: transform 0.2s ease;
  color: #333;
}
.GridCollapseMainDiv .invoice-list {
  border-top: 1px solid #dee2e69e;
  padding-top: 10px;
}
.GridCollapseMainDiv .invoice-card:hover {
  transform: unset;
}
.GridCollapseMainDiv .name {
  font-weight: 500;
}
.GridCollapseMainDiv .sub {
  font-size: 0.9rem;
  color: #539bff;
}
.GridCollapseMainDiv .value {
  text-align: left;
  font-weight: 500;
}
.GridCollapseMainDiv .accordArrowBtn {
  position: relative;
  top: 0px;
}
.add-table-items .p-calendar {
  height: 40px;
}
.add-table-items .p-calendar input[type=text] {
  padding: 3px 5px;
  min-height: 40px;
}
.add-table-items .p-calendar button.p-button {
  width: 35px;
}
.iTop4 {
  position: relative;
  top: 4px;
}
.CutText {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
table .p-datepicker .p-yearpicker,
table .p-datepicker .p-monthpicker {
  white-space: break-spaces;
}
.comman-table.custom-table.datatableFSM thead tr th,
.comman-table.custom-table.datatableFSM tbody tr td {
  font-size: 13px;
}
.top-nav-search:has(a.btn) .p-dropdown {
  padding-left: 40px;
}
.InpMainDiv {
  display: flex;
  align-items: center;
  gap: 2px;
}
.add-table-items .p-dropdown {
  min-height: 40px;
}
.remember-me .custom_check:has(input[type=checkbox i]:disabled) .checkmark {
  background-color: #e9ecef;
}
.detailDiv {
  white-space: pre-wrap;
  display: flex;
  flex-wrap: wrap;
}
.detailDiv > div {
  display: inline-block;
  margin-right: 30px;
  min-width: 42%;
  width: 42%;
}
.ReportsBGCard:has(app-reports-main) {
  background-color: transparent !important;
}
.item-card {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: rgba(0, 0, 0, .08) 0px 3px 15px;
  border-left: 5px solid #167a8b;
  animation: fadeSlide .4s ease;
}
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.item-icon {
  font-size: 20px;
  color: #167a8b;
}
.item-number {
  font-weight: 600;
  color: #167a8b;
}
.item-card .arrow {
  font-size: 22px;
  transition: transform .3s ease;
}
.item-header.collapsed .arrow {
  transform: rotate(-90deg);
}
.diabledValueDiv .Val {
  background-color: #E9ECEF;
  padding: 13px 10px;
  border-radius: 8px !important;
  text-align: center;
  text-align: left;
  font-size: 13px;
  height: 45px;
}
.diabledValueDiv > label {
  background:
    linear-gradient(
      to bottom,
      transparent 56%,
      #f1f3f7 50%);
}
.WidSizeDiv {
  width: 16.6%;
}
.MaxHeightScrollDiv {
  max-height: 80vh;
  overflow: auto;
  padding: 10px;
  margin-top: 10px;
}
.textSmDdlDiv .p-inputtext {
  padding-right: 25px;
}
.CustomCbxLGSM {
  margin-left: 14px;
}
.pro-dashboard h4 {
  color: #1e293b;
}
.kpi-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 18px;
  display: flex;
  gap: 15px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
  border-top: 4px solid #32729b;
}
.kpi-card h5 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}
.kpi-card span {
  font-size: 14px;
  color: #64748b;
}
.kpi-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.bg-primary-soft {
  background: rgb(50 114 155 / 10%);
  color: #32729b;
}
.bg-success-soft {
  background: rgb(17 171 169 / 10%);
  color: #0c8281;
}
.bg-warning-soft {
  background: rgb(243 156 18 / 10%);
  color: #f39c12;
}
.bg-danger-soft {
  background: rgb(220 38 38 / 10%);
  color: #dc2626;
}
.kpi-card:has(.bg-primary-soft) {
  border-top: 4px solid #32729b;
}
.kpi-card:has(.bg-success-soft) {
  border-top: 4px solid #0c8281;
}
.kpi-card:has(.bg-warning-soft) {
  border-top: 4px solid #f39c12;
}
.kpi-card:has(.bg-danger-soft) {
  border-top: 4px solid #dc2626;
}
.glass-card {
  border: none;
  border-radius: 18px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
}
.glass-card .card-header {
  background: transparent;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 600;
}
.pro-table th {
  font-size: 12px;
  text-transform: uppercase;
  color: #64748b;
}
.badge.bg-success-soft {
  background: #dcfce7;
  color: #15803d;
}
.badge.bg-warning-soft {
  background: #fef3c7;
  color: #b45309;
}
.btn-soft-primary {
  background: #e0ecff;
  color: #2563eb;
  border: none;
}
.horizontal-card {
  border-radius: 12px;
  transition: transform 0.2s;
  background-color: #f7f7f7;
}
.horizontal-card .card-body {
  padding: 12px 20px;
}
.horizontal-card:hover {
  transform: translateY(-5px);
}
.card-left h5 {
  font-weight: 700;
}
.card-left span.bg-primary {
  background-color: #8b75b3 !important;
}
.card-right {
  min-width: 285px;
  justify-content: space-between;
  margin-right: 0px;
}
.card-stat i {
  font-size: 1.4rem;
}
.card-action i {
  font-size: 20px;
}
.card-action a {
  background: rgb(50 114 155 / 10%);
  color: #32729b;
  width: 35px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.card-action a:hover {
  background: rgb(50 114 155 / 18%);
}
.card-stat p {
  font-size: 13px;
}
.CardScrollDiv {
  max-height: 100%;
  overflow: auto;
  padding: 10px;
}
.searchForm {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.searchForm label {
  font-size: 14px;
}
.doctor-submit .btn-outline-info {
  border-color: #39c0c4;
  color: #39c0c4;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 15px;
}
.doctor-submit .btn-outline-info:hover {
  background-color: transparent;
}
.dhs-chart .dt-container {
  padding: 0px !important;
}
.dhs-chart .NoDataBox {
  zoom: 80%;
  padding: 0px !important;
}
.CardScrollDiv:has(.NoDataBox) {
  max-height: unset !important;
}
@media (min-width: 1700px) {
  .ellipsisTxt.ellipsisTxtWidth {
    max-width: 120px;
  }
  .LGTableDiv .comman-table.custom-table thead tr th,
  .LGTableDiv .comman-table.custom-table tbody tr td {
    font-size: 14px;
  }
  p.usenamelb {
    max-width: 345px;
  }
  p.usenamelb2 {
    max-width: 345px;
  }
}
@media (max-width: 1573px) {
  .ellipsisTxt.ellipsisTxtWidth {
    max-width: 70px;
  }
}
@media (max-width: 1485px) {
  .dsc-info-box-label {
    white-space: nowrap;
  }
  .mat-mdc-dialog-content {
    max-height: 98vh !important;
  }
  .CardHeight {
    min-height: calc(100vh - 0px);
  }
  .counterItemDiv img {
    width: 25px;
  }
  .counterItemDiv h5 {
    font-size: 14px;
  }
  .counterItemDiv h5 span {
    font-size: 13px;
  }
  .counterItemDiv {
    gap: 15px;
  }
  body {
    zoom: 80%;
  }
  .sidebar .slimScrollDiv {
    height: 100% !important;
  }
  .sidebar-inner {
    height: 100% !important;
  }
  .select2-container--open .select2-dropdown {
    left: 184px !important;
    top: 51px !important;
  }
  p.usenamelb {
    max-width: 200px;
    font-size: 13px;
  }
  p.usenamelb2 {
    max-width: 200px;
  }
}
@media (max-width: 991.98px) {
  .sidebar.opened {
    margin-left: 0px !important;
  }
  a.mobile_btn {
    top: 27px !important;
  }
  .nav-justified .nav-item .nav-link {
    width: fit-content;
  }
  .dsc-banner-content {
    flex-direction: row;
  }
  .nav-justified .nav-item,
  .nav-justified > .nav-link {
    flex-grow: unset;
  }
  .dhs-lab-stats-row {
    grid-template-columns: repeat(3, 1fr);
  }
  #dvLabTestTrends > div > div {
    width: 100% !important;
  }
  #dvLabTestTrends canvas {
    width: 100% !important;
  }
  .header-left .logo img {
    width: 120px;
    height: auto;
  }
  .header-left .logo {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    margin-left: 35px;
  }
  .CustomCbxLG .remember-me .custom_check .checkmark {
    width: 25px;
    height: 25px;
    top: -8px;
  }
  .CustomCbxLG .custom_check .checkmark::after {
    left: 6px;
    top: 2px;
  }
  .med-details {
    gap: 10px;
  }
  .custom-select-wrapper {
    width: 100%;
  }
  .heightAutoResDiv {
    min-height: auto !important;
  }
  .dscInfoDataDiv .dsc-info-box-row {
    gap: 0px;
  }
  .dscInfoDataDiv .dsc-info-box-value {
    min-height: 33px;
  }
  .dscInfoDataDiv .dsc-info-box-value {
    margin-top: 0px;
  }
  .dsc-physician-info .BarCodeDiv {
    margin: 0 auto;
  }
  .dsc-admission-details {
    border: 1px solid #4b969a;
    padding: 10px;
    border-radius: 10px;
  }
  .tooltipMain .tooltiptext {
    z-index: 990;
  }
}
@media (max-width: 767px) {
  .MrbottomRes {
    margin-bottom: 14px !important;
  }
  .dsc-info-box-header h3 {
    font-size: 16px !important;
  }
  .tooltipMain.TooltipMainLeftRes .tooltiptext.LeftArrow {
    left: -116px !important;
  }
  .GridBtnRes {
    display: grid !important;
    grid-template-columns: 0.5fr 1fr auto;
    margin-top: 10px;
  }
  .doctor-submit .btn.btn-secondary {
    min-width: 100px;
    padding: 5px 10px;
    font-size: 13px;
    height: 45px;
  }
  .dsc-admission-details {
    display: grid;
    gap: 5px !important;
    min-width: unset;
    grid-template-columns: 1fr 1fr;
  }
  .barCodeDiv svg#barcode {
    width: 75px;
    max-height: 50px;
  }
  .BarCodeDiv > div > span {
    font-size: 12px;
  }
  .tableWidthRes table {
    width: 800px;
  }
  .section-title.with-icon {
    flex-direction: row !important;
    align-items: center !important;
  }
  .section-title.with-icon i {
    margin-bottom: 0rem !important;
  }
  .CustomCbxLG .remember-me .custom_check .checkmark {
    width: 25px;
    height: 25px;
    top: -8px;
  }
  .CustomCbxLG .custom_check .checkmark::after {
    left: 6px;
    top: 2px;
  }
  .section-title {
    font-size: 1.1rem;
    line-height: 12px;
  }
  .cancelBtnPosition {
    right: -15px;
  }
  .dhs-lab-icon {
    margin-right: 0px;
  }
  .dhs-lab-main-stat .dhs-lab-icon {
    width: 10px;
    height: 26px;
    margin-right: 15px;
  }
  .dhs-lab-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .nav-justified .nav-item .nav-link {
    width: 100%;
  }
  .nav-justified .nav-item,
  .nav-justified > .nav-link {
    flex-grow: 1;
  }
  .p-datepicker table thead th {
    text-align: center;
  }
  .accordion-body .invoice-list .invoice-card .d-flex {
    flex-direction: column;
  }
  billing-header img {
    width: 100px !important;
  }
  billing-header h1 {
    font-size: 14px !important;
  }
  billing-header p {
    font-size: 11px !important;
  }
  .WrapFlexDiv {
    flex-wrap: wrap;
  }
  .WrapFlexDiv > span {
    width: 50%;
  }
  .tab-icon-circle {
    width: 25px !important;
    height: 25px !important;
  }
  .custom-card-table-card .left-content {
    display: flex;
    align-items: start;
  }
  .med-id,
  .med-date,
  .med-qty,
  .med-price,
  .med-amount {
    flex: 45px;
  }
  .med-date {
    flex: 0 0 170px !important;
  }
  .medications-section.card.custom-card {
    max-height: unset;
  }
  .table-responsive.tableResScrollActions:has(tbody tr:last-child .dropdown:focus-within),
  .table-responsive.tableResScrollActions:has(tbody tr:last-child .dropdown:hover) {
    overflow-y: auto !important;
  }
  .table-responsive.tableResScrollActions:has(tbody tr:nth-last-child(2) .dropdown:focus-within),
  .table-responsive.tableResScrollActions:has(tbody tr:nth-last-child(2) .dropdown:hover) {
    overflow-y: auto !important;
  }
  .table-responsive.tableResScrollActions:has(tbody tr:nth-last-child(3) .dropdown:focus-within),
  .table-responsive.tableResScrollActions:has(tbody tr:nth-last-child(3) .dropdown:focus),
  .table-responsive.tableResScrollActions:has(tbody tr:nth-last-child(3) .dropdown:hover) {
    overflow-y: auto !important;
  }
  .table-responsive:has(tbody tr:nth-last-child(1) .cstm-res-autocomplete ng-component) {
    overflow: auto;
  }
  .table-responsive:has(tbody tr:nth-last-child(2) .cstm-res-autocomplete ng-component) {
    overflow: auto;
  }
  .table-responsive:has(tbody tr:nth-last-child(3) .cstm-res-autocomplete ng-component) {
    overflow: auto;
  }
  .table-responsive.minheightDDLopen:has(.ng-trigger) {
    overflow: auto !important;
  }
  .table-responsive:has(tbody tr:only-child .dropdown-menu.show),
  .table-responsive:has(tbody tr:first-child:nth-last-child(2) .dropdown-menu.show),
  .table-responsive:has(tbody tr:nth-child(2):last-child .dropdown-menu.show),
  .table-responsive:has(tbody tr:first-child:nth-last-child(3) .dropdown-menu.show),
  .table-responsive:has(tbody tr:nth-child(2):nth-last-child(2) .dropdown-menu.show),
  .table-responsive:has(tbody tr:nth-child(3):last-child .dropdown-menu.show) {
    overflow: auto !important;
  }
  .mobile-user-menu {
    display: none;
  }
  .header-left .logo {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    margin-left: 35px;
  }
  .header-left .logo img {
    width: 120px;
    height: auto;
  }
  .dhs-charts-grid {
    display: flex;
    flex-direction: column;
  }
  .top-nav-search form {
    width: inherit;
  }
  .doctor-search-blk .add-group {
    margin-top: 0px !important;
  }
  .doctor-table-blk h3 {
    margin-bottom: 15px;
  }
  .float-end.ms-auto.add-group {
    margin-bottom: 3px;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: flex;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  div.dt-container .dt-paging .dt-paging-button {
    height: 35px;
    width: 35px;
    padding: 0px;
  }
  div.dt-container .p-dropdown,
  div.dt-container select {
    padding: 8px 15px;
    font-size: 12px;
    min-height: 31px;
    height: 40px;
  }
  #DataTables_Table_0_info {
    font-size: 12px;
  }
  .goToPage {
    font-size: 11px;
  }
  div.dt-container .form-select {
    width: 62px !important;
  }
  .dt-paging nav {
    gap: 3px;
  }
  .dsc-banner-content {
    flex-direction: row;
  }
  .dsc-patient-name {
    font-size: 14px;
  }
  .dsc-meta-item {
    gap: 5px;
    font-size: 11px;
    padding: 4px 10px;
  }
  .dsc-patient-meta {
    gap: 8px;
  }
  .dsc-patient-avatar {
    width: 60px;
    height: 60px;
  }
  .dsc-banner-content {
    gap: 10px;
  }
  .dsc-detail-value {
    font-size: 12px;
  }
  .SummaryItemDiv .col-md-6.col-xs-12 {
    width: 100% !important;
  }
  .FinSpanText {
    font-size: 13px;
  }
  .PriceSpan {
    font-size: 13px;
    white-space: nowrap;
  }
  .dsc-info-box {
    margin-bottom: 10px;
  }
  .dsc-info-box {
    padding: 10px 10px;
  }
  .caption.lb-caption .heading {
    font-size: 14px;
    line-height: 20px;
  }
  .caption.lb-caption .icheck-inline {
    margin-left: 0px !important;
  }
  .dsc-info-box-header {
    margin-left: 10px;
  }
  .invoiceDiv {
    display: flex;
    flex-wrap: wrap;
  }
  .invoiceDiv .cell {
    min-width: 100%;
  }
  .invoice-list {
    max-height: 460px;
  }
  .row.static-info.mb-2 {
    margin-bottom: 0px !important;
  }
  .row.static-info > div {
    margin-bottom: 10px !important;
  }
  .doctor-submit .btn-primary {
    font-size: 13px;
    height: 45px;
  }
  .CardLogo {
    width: 130px !important;
  }
  .CardName {
    font-size: 14px !important;
  }
  .parm-nam {
    font-size: 12px !important;
    min-width: 80px !important;
  }
  .parm-val {
    font-size: 12px !important;
  }
  .hams-detail h3 {
    font-size: 16px !important;
  }
  .pat-detail > img {
    height: 305px !important;
  }
  .row.static-info > div {
    width: 100% !important;
  }
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
    font-size: 13px;
  }
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
    font-size: 13px;
  }
  .personal-info li .title {
    font-size: 13px;
  }
  .mat-mdc-dialog-panel {
    max-width: 99% !important;
  }
  .ResTableWidth {
    width: 1000px;
  }
  .ResWidth100 {
    width: 100% !important;
  }
  .PrintInvoiceDiv .nameswidthDiv .name {
    min-width: 145px !important;
  }
  .ResFlexDiv {
    display: flex;
    width: 100%;
    gap: 5px;
  }
  .ResFlexDiv .top-nav-search {
    width: 49%;
  }
  .ResFlexDiv .top-nav-search form {
    width: 100%;
  }
  .ResFlexDiv .form-control {
    width: 100%;
  }
  .ResFilterDiv .doctor-search-blk .top-nav-search {
    width: 34%;
  }
  .ResFilterDiv2 .doctor-search-blk .top-nav-search {
    width: 100%;
  }
  .ResFilterDiv3 .doctor-search-blk .top-nav-search {
    width: 41%;
  }
  .top-nav-search form {
    width: 100% !important;
  }
  .MinWidthTab.nav-tabs.nav-tabs-solid > li {
    width: fit-content;
  }
  .nav-tabs .nav-link i {
    margin-left: 0px;
  }
  .creative-medical-tabs.creativeTabs .nav-link {
    min-width: fit-content;
  }
  .dt-container {
    padding: 0px !important;
  }
  .YearWidthDDL {
    width: 100% !important;
  }
  .doctor-search-blk {
    flex-wrap: nowrap;
    gap: 4px;
  }
  .dt-info {
    font-size: 12px;
  }
  .renkli-menu {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
  }
  .BtnsLi {
    position: relative;
    right: 0px;
    margin-bottom: 15px;
  }
  .renkli-menu li a {
    text-align: left;
  }
  .mat-mdc-dialog-container .p-dropdown-items-wrapper {
    max-height: inherit !important;
  }
  .content {
    padding: 0 0px;
  }
  .custom-card-table-card {
    margin-bottom: 16px;
  }
  .service-info {
    padding: 0 0rem;
    width: 100%;
    white-space: nowrap;
  }
  .left-content {
    align-items: start;
    gap: 10px;
    flex-direction: column;
  }
  .price-info {
    align-items: start;
    gap: 10px;
    margin-left: unset;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .custom-card-table-card {
    gap: 10px;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    text-align: left;
  }
  .quantity,
  .unit-price,
  .net-amount {
    width: 50%;
    align-items: start;
  }
  .order-number {
    min-width: 55px;
    justify-content: center;
    background-color: #f2f2f26e;
    padding: 5px;
  }
  .custom-card-table-card .actions {
    width: 100%;
    margin: 0 auto;
  }
  .flex-grow-1 {
    width: 100% !important;
  }
  .customheadbg3 .local-forms.input-block.mb-0 {
    margin-bottom: 30px !important;
  }
  .mat-mdc-dialog-content {
    max-height: 98vh !important;
    overflow: auto !important;
  }
  .customheadbg3 {
    margin-bottom: 10px !important;
  }
}
@-webkit-keyframes shake {
  from {
    -webkit-transform: rotate(10deg);
  }
  to {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-10deg);
  }
}
@media only screen and (min-width: 1400px) {
  .page-sidebar.doctor-sdbar {
    width: 235px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .hm-form .control-label,
  .erm-form .control-label {
    font-size: 10px;
    padding: 0 5px;
  }
  .hm-form .row,
  .erm-form .row {
    margin: 0 -5px;
  }
  .hm-form .col-md-7,
  .erm-form .col-md-7 {
    padding: 0 5px;
  }
  .hm-form .danphe-auto-complete-wrapper input,
  .hm-form input,
  .hm-form select,
  .select select,
  .erm-form .danphe-auto-complete-wrapper input,
  .erm-form input,
  .hm-form select,
  .select select {
    width: 104px;
  }
  .page-content-white .page-content .page-bar {
    z-index: 9999 !important;
  }
  .inv_table input#itemName0 {
    width: 170px !important;
  }
  .inv_table input[name=expirty_date] {
    width: 120px !important;
  }
  .inv_table input[name=price] {
    width: 43px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .hm-form select[name=GRCategory],
  .erm-form select[name=GRCategory] {
    width: 110px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1300px) {
  .page-header .patient-info-header {
    padding: 7px 10px;
  }
  .top-menu ul.nav li a i,
  .top-menu ul.nav li a span {
    font-size: 12px !important;
  }
  .top-menu ul.nav li a {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 850px) {
  .fixed-top-bar,
  .fixed-subnavtab {
    top: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .lab_form_wrap > div input {
    width: 36%;
  }
  .search-wrap .autocomplete-item {
    width: 53%;
  }
  .lb-si-div {
    width: 25%;
  }
  .report_list .rpt-link-container .report_icon i {
    height: 30px !important;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .report_list .rpt-link-container .report-name i {
    font-size: 12px;
  }
  .report_list .rpt-link-container {
    padding-left: 50px !important;
  }
  .report_list .rpt-link-container .report_icon {
    width: 1em;
    line-height: normal;
    margin-top: -15px;
  }
}
.search-textbox {
  width: 100%;
  background: url("./media/shapes-and-symbols.svg") no-repeat 97% center !important;
  background-size: 18px !important;
  box-shadow: none;
  padding: 10px 15px;
  font-size: 14px;
  min-height: 45px;
  border: 2px solid rgba(46, 55, 164, 0.1);
  border-radius: 10px;
  padding-right: 30px;
}
.portlet > .portlet-body p {
  margin-top: 0;
  font-size: 12px;
}
.label-frm-to {
  font-size: 12px;
}
.dsv-div .left-panel .patient-hdr-label,
.left-panel .patient-hdr-label {
  font-weight: 600;
  display: inline-block;
  width: 33.33%;
}
.report-title {
  background-color: #d0d0d0 !important;
  padding: 10px;
  border: 1px solid #b3b1b1 !important;
  font-weight: bold;
  font-size: 15px;
}
.report-title b {
  font-weight: bold;
}
.multi-table-wrap {
}
.multi-table-wrap .table-row {
  display: flex;
}
.multi-table-wrap .table-row > div {
  width: 283px;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 1px;
}
.multi-table-wrap table {
  background-color: #fff;
  width: 100%;
  margin: 0;
}
.multi-table-wrap table th {
  font-weight: bold !important;
  background-color: #848282 !important;
  border: 1px solid #e7ecf1 !important;
  border-bottom: none !important;
  color: #fff;
}
.multi-table-wrap table .bg-gray {
  background-color: #949393;
  color: #fff;
  border: 1px solid #000;
}
.multi-table-wrap table th,
.multi-table-wrap table td {
  vertical-align: middle !important;
}
.billing-rcpt .wrapper {
  padding: 0;
  margin: 0 -15px;
}
.billing-rcpt .receipt {
  margin: 0;
}
.billing-rcpt .bill-rcpt-btn {
  max-width: 600px;
}
.rad-holder input[type=radio]:focus + span {
  border: 1px solid #64789c !important;
}
.select-list {
  padding: 0;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
}
.select-list li {
  display: inline-block !important;
  padding: 5px;
  border-radius: 3px !important;
  margin: 0 5px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background:
    linear-gradient(
      to bottom,
      #ffffff 0%,
      #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e5e5e5", GradientType=0);
  border: 1px solid #ccc;
  font-family:
    "Poppins",
    "Roboto",
    "Quicksand",
    sans-serif;
  font-size: 12px;
  position: relative;
  margin: 3px;
}
.select-list li:before {
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 10px;
}
.select-list li:after {
  content: "";
}
.select-list li i {
  margin: 0;
}
.form-content-header {
  background-color: #e9eeff;
  padding: 10px 0;
  margin: 0px 0 15px 0;
}
.form-group-header {
}
.medication-list .form-group input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  height: 35px;
  margin-bottom: 5px;
}
ul.adviceSubList,
.dr-signature-list {
  display: flex;
  flex-flow: wrap;
}
ul.adviceSubList li {
  flex: 0 0 49%;
  background-color: #fff;
  margin: 0 10px 0 0;
  border-radius: 5px !important;
}
ul.adviceSubList li .sub-main-cls {
  width: 100%;
  display: block;
}
ul.adviceSubList li .sub-main-cls .p-relative b:before {
  display: none;
}
:root {
  --borderWidth: 2px;
  --height: 10px;
  --width: 5px;
  --borderColor: #78b13f;
}
.lab-test-list {
}
.lab-test-list li {
  position: relative;
  padding: 3px 0 3px 13px;
}
.lab-test-list li::before {
  content: "";
  transform: rotate(45deg);
  height: var(--height);
  width: var(--width);
  border-bottom: var(--borderWidth) solid var(--borderColor);
  border-right: var(--borderWidth) solid var(--borderColor);
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}
.dr-signature-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.dr-signature-list > div {
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.dr-signature-list .panel-heading {
  border: none;
  padding-top: 15px;
}
.dr-signature-list .panel-heading i {
  display: none;
  font-weight: bold;
}
.dr-signature-list .patient-hdr-label {
  display: block;
  width: 100%;
  padding: 0 0 0 0 !important;
  max-width: 400px;
  margin: 0 auto;
}
.dr-signature-list .patient-hdr-label b {
}
.dr-signature-list .patient-hdr-label b:before {
  display: none;
}
.dr-signature-list .signature {
  border-bottom: 1px solid #ccc;
  height: 80px;
  padding: 0 !important;
  margin-bottom: 15px !important;
}
.child-loader {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3000;
  align-items: center;
  justify-content: center;
  display: flex;
}
.loading-image-holder {
  position: fixed;
  display: inline-block;
  left: 50%;
  top: 40%;
}
.loading-image-holder img {
  max-width: 160px;
  height: auto;
}
.tbl-small-text thead tr th {
  font-size: 12px;
  font-weight: bold;
}
.tbl-small-text tbody tr td {
  font-size: 12px;
  font-weight: normal;
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media Print {
  billing-header div > div {
    width: 33.3% !important;
  }
}
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
.form-control:focus,
select:focus {
  box-shadow: 0 0 0 0rem #2E37A4 !important;
  border: 1px solid #2E37A4 !important;
}
.custom-enter-selection {
  position: absolute !important;
  z-index: 11 !important;
  width: 100px !important;
}
.dropdown-menu.grid-ddlCstm li a {
  background-color: transparent !important;
  color: #000000;
}
.add-result-scroll {
  max-height: 500px;
  overflow: auto;
}
.smalltextbox {
  max-height: 30px !important;
  height: 30px !important;
  min-height: 39px;
}
.minusmargint {
  margin-top: -10px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.hm-form .danphe-auto-complete-wrapper input,
.hm-form input,
.hm-form select,
.select select,
.emr-form .danphe-auto-complete-wrapper input,
.emr-form input,
.emr-form select,
.emr-form .select select {
  border-radius: 8px !important;
}

/* node_modules/angular-calendar/css/angular-calendar.css */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}
.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
}
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}
.cal-month-view .cal-open-day-events {
  padding: 15px;
  overflow: hidden;
  animation: cal-slide-down 150ms ease-in;
}
.cal-month-view .cal-open-day-events.cal-open-day-events-closing {
  animation: cal-slide-up 150ms ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .cal-month-view .cal-open-day-events.cal-open-day-events-closing {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cal-month-view .cal-open-day-events {
    animation: none;
  }
}
@keyframes cal-slide-down {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  to {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@keyframes cal-slide-up {
  from {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}
.cal-month-view .cal-draggable {
  cursor: move;
}
.cal-month-view .cal-drag-active * {
  pointer-events: none;
}
.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}
.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: rgb(224.25, 224.25, 224.25) !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.cal-week-view {
}
.cal-week-view * {
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}
.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  display: flex;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: "\a0";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}
.cal-day-view {
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}
[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}
.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}

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