@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.figure {
  display: inline-block;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child, .card-text-smaller:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

:root {
  --bs-btn-close-filter: ;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}


.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

.d-block {
  display: block !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.visible {
  visibility: visible !important;
}
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.figure {
  display: inline-block;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child, .card-text-smaller:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

:root {
  --bs-btn-close-filter: ;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}


.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

.d-block {
  display: block !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.visible {
  visibility: visible !important;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: #0062e6;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small, .small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

header .logo, section.dashboard-main .button-switcher button {
  background-color: transparent;
  color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 100%;
  text-shadow: none;
  white-space: nowrap;
}
header .logo:before, section.dashboard-main .button-switcher button:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
}

body.dashboard ol.dashboard-display.hidden-dashboard {
  display: none !important;
  visibility: hidden;
}

body.session section.login-options ul, body.help #training-materials ul.materials-list, body.dashboard ol.dashboard-display, #claim-editor #e-codes ol,
#claim-editor #odx ol,
#certification-record-viewer #e-codes ol,
#certification-record-viewer #odx ol, body.certification section.certification-group section.certification-year ul.certification-quarters, ul.nav, #advanced-search ol, form ol {
  margin: 0;
  padding: 0;
}
body.session section.login-options ul li, body.help #training-materials ul.materials-list li, body.dashboard ol.dashboard-display li, #claim-editor #e-codes ol li,
#claim-editor #odx ol li,
#certification-record-viewer #e-codes ol li,
#certification-record-viewer #odx ol li, body.certification section.certification-group section.certification-year ul.certification-quarters li, ul.nav li, #advanced-search ol li, form ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.nav.nav-tabs li.nav-item a.nav-link.disabled, button.disabled, button[disabled],
.btn.disabled,
.btn[disabled],
input[type=button].disabled,
input[type=button][disabled],
input[type=reset].disabled,
input[type=reset][disabled],
input[type=submit].disabled,
input[type=submit][disabled] {
  background: #969490; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #969490 0%, #555 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#79a7da", endColorstr="#3264b1",GradientType=0 ); /* IE6-9 */
  border-color: #555;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.4) inset;
  color: #555;
}

#claim-editor nav#claim-sections ul.nav li.nav-item:has(a.active),
#certification-record-viewer nav#claim-sections ul.nav li.nav-item:has(a.active), body.certification #eod h2, body.certification #eod .h2,
body.certification #eod h3,
body.certification #eod .h3,
body.certification #eod-quarter-analysis h2,
body.certification #eod-quarter-analysis .h2,
body.certification #eod-quarter-analysis h3,
body.certification #eod-quarter-analysis .h3,
body.certification #eod-quarter-comparison h2,
body.certification #eod-quarter-comparison .h2,
body.certification #eod-quarter-comparison h3,
body.certification #eod-quarter-comparison .h3,
body.certification #eod-messages h2,
body.certification #eod-messages .h2,
body.certification #eod-messages h3,
body.certification #eod-messages .h3, table thead.ember-table-head, body.session form .submit-block .btn.send-instructions-btn,
.btn-primary, button.btn-blue,
.btn.btn-blue,
input[type=button].btn-blue,
input[type=reset].btn-blue,
input[type=submit].btn-blue {
  background: #79a7da; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #79a7da 0%, #3264b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#79a7da", endColorstr="#3264b1",GradientType=0 ); /* IE6-9 */
  border-color: #3873b7;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.4) inset;
  color: #fff;
}

.ember-modal-dialog {
  z-index: 51;
  position: fixed;
}

.ember-modal-dialog.emd-in-place {
  position: static;
}

.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center .ember-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable .ember-modal-dialog {
  position: relative;
}

.ember-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.ember-modal-dialog {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px #222;
  padding: 10px;
}

.ember-modal-overlay.translucent {
  background-color: rgba(128, 128, 128, 0.77);
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 2;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 2em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #66afe9;
  border-bottom: 1px solid #66afe9;
  border-right: 1px solid #66afe9;
  border-left: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #999 transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-multiple-options {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  text-indent: 2px;
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input {
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  line-height: 1.45;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}

.ember-power-select-dropdown {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 2;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  transform: translateY(calc(-1 * 3px));
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  transform: translateY(3px);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 14em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #f5f5f5;
}

.ember-power-select-option[aria-current=true] {
  background-color: #f5f5f5;
  color: inherit;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

/* #############################################################################
   # TYPOGRAPHY BASELINE
   #
   # The vast majority of this is defined in vendor/typey/_defaults.scss now
   #############################################################################
*/
html {
  font-size: 100%;
  line-height: 1.5em;
}
@media print {
  html {
    font-size: 12pt;
  }
}

p {
  hyphens: auto;
  -webkit-hyphens: auto;
  margin-bottom: 5px;
  orphans: 4;
  widows: 4;
}

small, .small {
  font-size: 85% !important;
}

strong,
th {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

button,
.btn,
input[type=button],
input[type=reset],
input[type=submit] {
  border-color: #3873b7;
  border-radius: 8px;
  border-width: 1px;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: none;
  display: inline-block;
  color: #3873b7;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  outline: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.07rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s linear, color 0.25s linear;
}
@media (max-width: 767px) {
  button,
  .btn,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 100%;
  }
}
button:focus, button:hover,
.btn:focus,
.btn:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #7ea7d7;
  color: #fff;
  box-shadow: none;
}
button:active,
.btn:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background-color: #7ea7d7;
  opacity: 0.8;
}
button.disabled, button[disabled],
.btn.disabled,
.btn[disabled],
input[type=button].disabled,
input[type=button][disabled],
input[type=reset].disabled,
input[type=reset][disabled],
input[type=submit].disabled,
input[type=submit][disabled] {
  background-image: none;
  cursor: not-allowed;
}
.btn.box {
  width: 100%;
}

button.locked-icon {
  background-color: #3873b7;
  color: white;
}

.btn-small {
  border-radius: 4px !important;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 2px 5px;
  font-weight: 600;
}

.btn-large {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

body.session form .submit-block .btn.send-instructions-btn,
.btn-primary {
  color: white;
}

.btn-search {
  border-radius: 7px !important;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 7px 3px 9px !important;
}

.dynamic-list-add-item {
  margin-top: 1em;
}

.callout {
  padding: 12px;
  padding: 0.75rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.callout > div {
  flex-basis: 50%;
  padding: 0px 12px;
  padding: 0 0.75rem;
}
.callout h2, .callout .h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.callout.alert {
  background-color: #fffbe8;
  background-image: url("/assets/images/icon_alert.svg");
}
.no-svg .callout.alert {
  background-image: url("/assets/images/icon_alert-4fd1ecde26182f6ca439073a7b7e3f97.png");
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .callout.alert {
    background-image: url("/assets/images/icon_alert@2x-053487dbf42cbb6d57de89d363d17dc4.png");
  }
}
.callout.alert {
  background-position: 1em 1em;
  background-repeat: no-repeat;
  border: 5px solid #d2c06a;
  border-radius: 8px;
  padding-left: 80px;
}

.delete-dynamic-list-item-button {
  color: #8b0000;
  visibility: visible;
  cursor: pointer;
  float: right;
}
.delete-dynamic-list-item-button:hover {
  color: #690000;
}

li.charges-field-error span.delete-item-button,
li.charges-field-warning span.delete-item-button {
  visibility: hidden;
}
li.charges-field-error #resolve-error-message,
li.charges-field-warning #resolve-error-message {
  margin-bottom: 0px;
}

.delete-dynamic-list-item-button.field-audit-error {
  visibility: hidden;
}

#resolve-error-message {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0px;
}

#resolve-error-message,
#resolve-error-message.error,
#resolve-error-message.error.warning {
  color: #a80000;
}

#resolve-error-message.warning {
  color: #2762a6;
}

#procedure-codes-section .delete-dynamic-list-item-button {
  margin-right: 5px;
}

#value-code-list div.col-4 {
  padding-left: 0;
}
#value-code-list span#resolve-error-message {
  padding-left: 15px;
}

#occurrence-span-list span#resolve-error-message {
  padding-left: 15px;
}

#occurrence-span-list li fieldset div.row {
  height: 65px;
}

#occurrence-list span.delete-dynamic-list-item-button + li fieldset div.row {
  margin-bottom: 0px !important;
  height: 60px;
}

#value-code-list li fieldset div.row {
  height: 70px;
}
#value-code-list li fieldset div.row div.col-4,
#value-code-list li fieldset div.row div.col-8 {
  height: 50px;
}

.no-padding-left {
  padding-left: 0px;
}

section.dashboard-main .button-switcher {
  display: inline-block;
  margin: 12px 0px;
  margin: 0.75rem 0;
}
section.dashboard-main .button-switcher:after {
  content: "";
  clear: both;
  display: table;
}
section.dashboard-main .button-switcher button {
  background-color: #f1f1ef !important;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  border-radius: 0px 8px 8px 0px;
  color: white; /* White text */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  height: 35px;
  width: 45px;
  padding: 0px;
  padding: 0;
  margin: 0px;
  margin: 0;
}
section.dashboard-main .button-switcher button:not(:last-child) {
  border-radius: 8px 0px 0px 8px;
  border-right: 1px solid white;
}
section.dashboard-main .button-switcher button#grid_layout {
  background-image: url("/assets/images/icon_grid_off.svg");
}
.no-svg section.dashboard-main .button-switcher button#grid_layout {
  background-image: url("/assets/images/icon_grid_off-ed79efcb6e33436ad764815ec34e7adf.png");
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg section.dashboard-main .button-switcher button#grid_layout {
    background-image: url("/assets/images/icon_grid_off@2x-5b7cadf9c9a22988a2d4a4020acbb449.png");
  }
}
section.dashboard-main .button-switcher button#timeline_layout {
  background-image: url("/assets/images/icon_hamburger_off.svg");
}
.no-svg section.dashboard-main .button-switcher button#timeline_layout {
  background-image: url("/assets/images/icon_hamburger_off-2ba703dbebb76ac123711f2e6bfe01f8.png");
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg section.dashboard-main .button-switcher button#timeline_layout {
    background-image: url("/assets/images/icon_hamburger_off@2x-b2f7c84f75b0a0799f0eb41e0662b65e.png");
  }
}
section.dashboard-main .button-switcher.gridview button, section.dashboard-main .button-switcher.timelineview button {
  background-color: #fff;
}
section.dashboard-main .button-switcher.gridview button#grid_layout.selected {
  background: url("/assets/images/icon_grid_on.svg") no-repeat center center, linear-gradient(to bottom, #79a7da 0%, #3264b1 100%);
}
.no-svg section.dashboard-main .button-switcher.gridview button#grid_layout.selected {
  background: url("/assets/images/icon_grid_on-80e7226bdc559c0a7d66e58e0af81e03.png") no-repeat center center, linear-gradient(to bottom, #79a7da 0%, #3264b1 100%);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg section.dashboard-main .button-switcher.gridview button#grid_layout.selected {
    background: url("/assets/images/icon_grid_on@2x-bc3705c5f7fa30bb97c5af05cdffd57b.png") no-repeat center center, linear-gradient(to bottom, #79a7da 0%, #3264b1 100%);
  }
}
section.dashboard-main .button-switcher.timelineview button#timeline_layout.selected {
  background: url("/assets/images/icon_hamburger_on.svg") no-repeat center center, linear-gradient(to bottom, #79a7da 0%, #3264b1 100%);
}
.no-svg section.dashboard-main .button-switcher.timelineview button#timeline_layout.selected {
  background: url("/assets/images/icon_hamburger_on-59cb98e4f58d89be64a51aee60199d1a.png") no-repeat center center, linear-gradient(to bottom, #79a7da 0%, #3264b1 100%);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg section.dashboard-main .button-switcher.timelineview button#timeline_layout.selected {
    background: url("/assets/images/icon_hamburger_on@2x-fb708ee2342149cfe9719cc7c9c6552c.png") no-repeat center center, linear-gradient(to bottom, #79a7da 0%, #3264b1 100%);
  }
}

body.dashboard aside#dash_meta section.next-deadline {
  border: 1px solid #597699;
  background: #fffbe8;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 12px;
  padding: 0.75rem;
}
body.dashboard aside#dash_meta section.next-deadline p.deadline-name {
  color: #666;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}
body.dashboard aside#dash_meta section.next-deadline p.deadline-date {
  background: #597699;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  margin: -12px -12px -12px 0px;
  margin: -0.75rem -0.75rem -0.75rem 0;
  padding: 12px;
  padding: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  min-width: 80px;
}
body.dashboard aside#dash_meta section.next-deadline p.deadline-date b,
body.dashboard aside#dash_meta section.next-deadline p.deadline-date span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

body.dashboard section.dashboard-main section.quick-tip {
  background-color: #597699;
  background-image: url("/assets/images/tip_background.svg");
}
.no-svg body.dashboard section.dashboard-main section.quick-tip {
  background-image: url("/assets/images/tip_background-3acb12594ce1b9687458a00ce60c3f2d.png");
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg body.dashboard section.dashboard-main section.quick-tip {
    background-image: url("/assets/images/tip_background@2x-8f62926959c1b42ebc4b6bc319ccf666.png");
  }
}
body.dashboard section.dashboard-main section.quick-tip {
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7) inset;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}
body.dashboard section.dashboard-main section.quick-tip h1, body.dashboard section.dashboard-main section.quick-tip .h1 {
  color: #fff;
  float: none;
  font-size: 12px;
  font-size: 0.75rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
body.dashboard section.dashboard-main section.quick-tip p {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.1;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
body.dashboard section.dashboard-main section.quick-tip p a,
body.dashboard section.dashboard-main section.quick-tip p a:link {
  color: #fff;
  text-decoration: underline;
}

span.error-warning-circle-count {
  background-color: #a80000;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  height: 24px;
  width: 24px;
  text-align: center;
}

.charges-field-error,
.total-charges-field-error,
.diagnoses-field-error,
.diagnoses-field-error.diagnoses-field-warning,
.situationals-field-error,
.practitioners-field-error,
.payers-field-error,
.patient-field-error,
.error-message {
  color: #a80000;
  position: relative;
  background: rgb(255, 142.5, 142.5);
  border: 1px solid #a80000;
  padding: 2px;
}
.charges-field-error dt label,
.total-charges-field-error dt label,
.diagnoses-field-error dt label,
.diagnoses-field-error.diagnoses-field-warning dt label,
.situationals-field-error dt label,
.practitioners-field-error dt label,
.payers-field-error dt label,
.patient-field-error dt label,
.error-message dt label {
  color: #a80000 !important;
}
.charges-field-error input,
.total-charges-field-error input,
.diagnoses-field-error input,
.diagnoses-field-error.diagnoses-field-warning input,
.situationals-field-error input,
.practitioners-field-error input,
.payers-field-error input,
.patient-field-error input,
.error-message input {
  margin-bottom: 0;
  background: rgb(255, 193.5, 193.5);
  border: 1px solid #a80000 !important;
}
.charges-field-error input:focus-visible,
.charges-field-error input:focus,
.total-charges-field-error input:focus-visible,
.total-charges-field-error input:focus,
.diagnoses-field-error input:focus-visible,
.diagnoses-field-error input:focus,
.diagnoses-field-error.diagnoses-field-warning input:focus-visible,
.diagnoses-field-error.diagnoses-field-warning input:focus,
.situationals-field-error input:focus-visible,
.situationals-field-error input:focus,
.practitioners-field-error input:focus-visible,
.practitioners-field-error input:focus,
.payers-field-error input:focus-visible,
.payers-field-error input:focus,
.patient-field-error input:focus-visible,
.patient-field-error input:focus,
.error-message input:focus-visible,
.error-message input:focus {
  border: 2px solid #a80000 !important;
  outline: none;
}
.charges-field-error .ember-power-select-trigger,
.charges-field-error .ember-power-select-selected-item,
.charges-field-error .ember-power-select-option,
.total-charges-field-error .ember-power-select-trigger,
.total-charges-field-error .ember-power-select-selected-item,
.total-charges-field-error .ember-power-select-option,
.diagnoses-field-error .ember-power-select-trigger,
.diagnoses-field-error .ember-power-select-selected-item,
.diagnoses-field-error .ember-power-select-option,
.diagnoses-field-error.diagnoses-field-warning .ember-power-select-trigger,
.diagnoses-field-error.diagnoses-field-warning .ember-power-select-selected-item,
.diagnoses-field-error.diagnoses-field-warning .ember-power-select-option,
.situationals-field-error .ember-power-select-trigger,
.situationals-field-error .ember-power-select-selected-item,
.situationals-field-error .ember-power-select-option,
.practitioners-field-error .ember-power-select-trigger,
.practitioners-field-error .ember-power-select-selected-item,
.practitioners-field-error .ember-power-select-option,
.payers-field-error .ember-power-select-trigger,
.payers-field-error .ember-power-select-selected-item,
.payers-field-error .ember-power-select-option,
.patient-field-error .ember-power-select-trigger,
.patient-field-error .ember-power-select-selected-item,
.patient-field-error .ember-power-select-option,
.error-message .ember-power-select-trigger,
.error-message .ember-power-select-selected-item,
.error-message .ember-power-select-option {
  color: #000 !important;
}
.charges-field-error .ember-power-select-trigger,
.total-charges-field-error .ember-power-select-trigger,
.diagnoses-field-error .ember-power-select-trigger,
.diagnoses-field-error.diagnoses-field-warning .ember-power-select-trigger,
.situationals-field-error .ember-power-select-trigger,
.practitioners-field-error .ember-power-select-trigger,
.payers-field-error .ember-power-select-trigger,
.patient-field-error .ember-power-select-trigger,
.error-message .ember-power-select-trigger {
  background: rgb(255, 193.5, 193.5);
  border: 1px solid #a80000 !important;
  outline: none;
  box-shadow: none;
}
.charges-field-error .ember-power-select-trigger:focus,
.charges-field-error .ember-power-select-trigger:focus-visible,
.total-charges-field-error .ember-power-select-trigger:focus,
.total-charges-field-error .ember-power-select-trigger:focus-visible,
.diagnoses-field-error .ember-power-select-trigger:focus,
.diagnoses-field-error .ember-power-select-trigger:focus-visible,
.diagnoses-field-error.diagnoses-field-warning .ember-power-select-trigger:focus,
.diagnoses-field-error.diagnoses-field-warning .ember-power-select-trigger:focus-visible,
.situationals-field-error .ember-power-select-trigger:focus,
.situationals-field-error .ember-power-select-trigger:focus-visible,
.practitioners-field-error .ember-power-select-trigger:focus,
.practitioners-field-error .ember-power-select-trigger:focus-visible,
.payers-field-error .ember-power-select-trigger:focus,
.payers-field-error .ember-power-select-trigger:focus-visible,
.patient-field-error .ember-power-select-trigger:focus,
.patient-field-error .ember-power-select-trigger:focus-visible,
.error-message .ember-power-select-trigger:focus,
.error-message .ember-power-select-trigger:focus-visible {
  border: 2px solid #a80000 !important;
  outline: none;
  box-shadow: none;
}

.charges-field-error.warning,
.total-charges-field-error.warning,
.diagnoses-field-error.warning,
.diagnoses-field-warning,
.situationals-field-error.warning,
.practitioners-field-error.warning,
.payers-field-error.warning,
.patient-field-error.warning {
  color: #2762a6;
  position: relative;
  background: rgb(193.8634146341, 215.5926829268, 240.6365853659);
  border: 1px solid #2762a6;
  padding: 2px;
}
.charges-field-error.warning dt label,
.total-charges-field-error.warning dt label,
.diagnoses-field-error.warning dt label,
.diagnoses-field-warning dt label,
.situationals-field-error.warning dt label,
.practitioners-field-error.warning dt label,
.payers-field-error.warning dt label,
.patient-field-error.warning dt label {
  color: #2762a6 !important;
}
.charges-field-error.warning input,
.total-charges-field-error.warning input,
.diagnoses-field-error.warning input,
.diagnoses-field-warning input,
.situationals-field-error.warning input,
.practitioners-field-error.warning input,
.payers-field-error.warning input,
.patient-field-error.warning input {
  margin-bottom: 0;
  background: rgb(235.1609756098, 242.212195122, 250.3390243902);
  border: 1px solid #2762a6 !important;
}
.charges-field-error.warning input:focus-visible,
.charges-field-error.warning input:focus,
.total-charges-field-error.warning input:focus-visible,
.total-charges-field-error.warning input:focus,
.diagnoses-field-error.warning input:focus-visible,
.diagnoses-field-error.warning input:focus,
.diagnoses-field-warning input:focus-visible,
.diagnoses-field-warning input:focus,
.situationals-field-error.warning input:focus-visible,
.situationals-field-error.warning input:focus,
.practitioners-field-error.warning input:focus-visible,
.practitioners-field-error.warning input:focus,
.payers-field-error.warning input:focus-visible,
.payers-field-error.warning input:focus,
.patient-field-error.warning input:focus-visible,
.patient-field-error.warning input:focus {
  border: 2px solid #2762a6 !important;
  outline: none;
}
.charges-field-error.warning .ember-power-select-trigger,
.total-charges-field-error.warning .ember-power-select-trigger,
.diagnoses-field-error.warning .ember-power-select-trigger,
.diagnoses-field-warning .ember-power-select-trigger,
.situationals-field-error.warning .ember-power-select-trigger,
.practitioners-field-error.warning .ember-power-select-trigger,
.payers-field-error.warning .ember-power-select-trigger,
.patient-field-error.warning .ember-power-select-trigger {
  background: rgb(235.1609756098, 242.212195122, 250.3390243902);
  border: 1px solid #2762a6 !important;
  outline: none;
  box-shadow: none;
}
.charges-field-error.warning .ember-power-select-trigger:focus,
.charges-field-error.warning .ember-power-select-trigger:focus-visible,
.total-charges-field-error.warning .ember-power-select-trigger:focus,
.total-charges-field-error.warning .ember-power-select-trigger:focus-visible,
.diagnoses-field-error.warning .ember-power-select-trigger:focus,
.diagnoses-field-error.warning .ember-power-select-trigger:focus-visible,
.diagnoses-field-warning .ember-power-select-trigger:focus,
.diagnoses-field-warning .ember-power-select-trigger:focus-visible,
.situationals-field-error.warning .ember-power-select-trigger:focus,
.situationals-field-error.warning .ember-power-select-trigger:focus-visible,
.practitioners-field-error.warning .ember-power-select-trigger:focus,
.practitioners-field-error.warning .ember-power-select-trigger:focus-visible,
.payers-field-error.warning .ember-power-select-trigger:focus,
.payers-field-error.warning .ember-power-select-trigger:focus-visible,
.patient-field-error.warning .ember-power-select-trigger:focus,
.patient-field-error.warning .ember-power-select-trigger:focus-visible {
  border: 2px solid #2762a6 !important;
  outline: none;
  box-shadow: none;
}

.success-message {
  background: #e7f0bf;
}

.corrected-field {
  background: repeating-linear-gradient(135deg, #ff7575, #ff7575 10px, transparent, transparent);
  border: none;
  padding: 6px;
  padding: 0.375rem;
}
.corrected-field input {
  background: #e7f0bf;
  margin-bottom: 0;
}
.corrected-field .ember-power-select-trigger {
  background: #e7f0b4;
  border: 1px solid #a80000;
}
.corrected-field label::after {
  color: #a80000;
  font-weight: bold;
  content: " CHECK FOR ERRORS";
}

.flashes .flash-message.alert {
  border-radius: 0.5em;
  color: #fff;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 6px 24px;
  padding: 0.375rem 1.5rem;
}
.flashes .flash-message.alert-info {
  background-color: #17a2b8;
}
.flashes .flash-message.alert-success {
  background-color: #4c8118;
}
.flashes .flash-message.alert-warning {
  background-color: #ffc107;
}
.flashes .flash-message.alert-danger {
  background-color: #a80000;
}
form {
  border: none;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding: 0px;
  padding: 0;
}
form fieldset {
  border: none;
}
form label {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
form textarea {
  font-size: 16px;
  font-size: 1rem;
  padding: 6px;
  padding: 0.375rem;
  max-width: 100%;
}
form input[type=checkbox] {
  clear: left;
  float: left;
  margin: 0.25em 0.5em 0.25em 0;
}
form input[type=checkbox] + label {
  font-weight: normal;
  text-transform: capitalize;
}
form input[type=radio].form-check-input {
  margin-bottom: 0 !important;
}
form input {
  font-size: 16px;
  font-size: 1rem;
  padding: 6px;
  padding: 0.375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
form input[type=text], form input[type=url] {
  width: 20em;
}
form input[type=email], form input[type=password] {
  width: 20em;
}
form input[type=number] {
  width: 8em;
}

form#login-form li,
form#password-reset-request-form li {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
form#login-form li input#login-form-username,
form#login-form li input#login-form-password,
form#login-form li input#password-reset-username,
form#login-form li input#password-reset-requet-username,
form#password-reset-request-form li input#login-form-username,
form#password-reset-request-form li input#login-form-password,
form#password-reset-request-form li input#password-reset-username,
form#password-reset-request-form li input#password-reset-requet-username {
  margin-bottom: 0;
}
form#login-form li input#password-reset-username + p,
form#login-form li input#password-reset-requet-username + p,
form#password-reset-request-form li input#password-reset-username + p,
form#password-reset-request-form li input#password-reset-requet-username + p {
  width: 100%;
}
form#login-form li p.caps-lock-warning,
form#password-reset-request-form li p.caps-lock-warning {
  background-color: rgba(138, 138, 138, 0.8);
  color: white;
  padding: 0.25em 0;
  text-align: center;
  width: 20em;
}
form#login-form li p.caps-lock-warning i,
form#password-reset-request-form li p.caps-lock-warning i {
  color: #bb0303;
}

form#password-update-form .form-group {
  margin-bottom: 2rem;
}
form#password-update-form .form-group input {
  margin-bottom: 0;
}
form#password-update-form .form-group p.caps-lock-warning {
  background-color: rgba(138, 138, 138, 0.8);
  color: white;
  padding: 0.25em 0;
  text-align: center;
  width: 20em;
}
form#password-update-form .form-group p.caps-lock-warning i {
  color: #bb0303;
}

.form-check input[type=checkbox] {
  transform: scale(1.5);
}

.invalid-feedback {
  color: #bb0303;
  background-color: rgba(204, 0, 0, 0.2);
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px;
  padding: 0.375rem;
}

input,
.ember-power-select-trigger {
  font-size: 14px !important;
}

.ember-power-select-trigger:focus {
  border: 2px solid black;
  outline: none;
  box-shadow: none;
}

#upload-form {
  width: 500px !important;
}
#upload-form .form-group {
  margin-bottom: 1rem;
}
#upload-form .form-group .input-group .input-group-btn {
  height: fit-content;
}
#upload-form .form-group .input-group input {
  margin-bottom: 0;
}
#upload-form .form-group .input-group .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
#upload-form label {
  margin-bottom: 0.25rem;
}
#upload-form label.form-check-label {
  margin-bottom: 0;
}
#upload-form .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
}
#upload-form div[data-test-upload-management-form-inpatient-section] {
  margin-bottom: 1em;
}
#upload-form #submitUpload {
  margin-top: 1rem;
}

.upload-main-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

#page-content-area h1, #page-content-area .h1 {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 100;
  margin: 0px 0px 12px 0px;
  margin: 0 0 0.75rem 0;
}

body.help h2, body.help .h2, body.certification section.certification-group h2, body.certification section.certification-group .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

body.help h3, body.help .h3, body.certification section.certification-group h3, body.certification section.certification-group .h3, body.certification.certification-sets-certify #page-content-area h3, body.certification.certification-sets-certify #page-content-area .h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2.4px;
  margin-bottom: 0.15rem;
}

header.index-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
header.index-actions a span {
  color: #4c8118;
}
header.index-actions a span i.fas {
  position: relative;
  top: 5px;
}
header.index-actions p.breadcrumbs span {
  color: #4c8118;
}
header.index-actions #simple-search {
  margin-top: 6px;
  margin-top: 0.375rem;
}
body.completed-claims header.index-actions, body.unfinished-claims header.index-actions, body.claims-in-error header.index-actions {
  display: block;
  overflow: hidden;
  margin: 12px;
  margin: 0.75rem;
  position: relative;
}
body.completed-claims header.index-actions p#navigation-buttons, body.unfinished-claims header.index-actions p#navigation-buttons, body.claims-in-error header.index-actions p#navigation-buttons {
  float: right;
}
body.completed-claims header.index-actions #simple-search, body.unfinished-claims header.index-actions #simple-search, body.claims-in-error header.index-actions #simple-search {
  float: left;
  margin-top: 0;
  margin-right: 6px;
  margin-right: 0.375rem;
  position: relative;
}
body.completed-claims header.index-actions #simple-search button, body.unfinished-claims header.index-actions #simple-search button, body.claims-in-error header.index-actions #simple-search button {
  position: relative;
}
body.completed-claims header.index-actions #advsearch-close, body.unfinished-claims header.index-actions #advsearch-close, body.claims-in-error header.index-actions #advsearch-close {
  position: absolute;
  top: 30px;
  right: 5px;
}
body.completed-claims header.index-actions #advanced-search, body.unfinished-claims header.index-actions #advanced-search, body.claims-in-error header.index-actions #advanced-search {
  clear: both;
  top: 10px;
}

p.loading-spinner {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  cursor: wait !important;
}

/* OVERRIDES FOR EMBER MODAL MODULE */
.ember-modal-overlay.translucent {
  background-color: rgba(0, 0, 0, 0.6);
}

.ember-modal-dialog,
.ember-modal-overlay {
  border: 5px solid white;
  border-radius: 10px;
  padding: 24px;
  padding: 1.5rem;
  overflow: hidden;
}
.ember-modal-dialog h2, .ember-modal-dialog .h2,
.ember-modal-overlay h2,
.ember-modal-overlay .h2 {
  background-color: #444;
  background-image: url("/assets/images/system13_logo_icon.svg");
}
.no-svg .ember-modal-dialog h2, .no-svg .ember-modal-dialog .h2,
.no-svg .ember-modal-overlay h2,
.no-svg .ember-modal-overlay .h2 {
  background-image: url("/assets/images/system13_logo_icon-96aa65118902f238a989f7716f0dfb84.png");
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .ember-modal-dialog h2, .no-svg .ember-modal-dialog .h2,
  .no-svg .ember-modal-overlay h2,
  .no-svg .ember-modal-overlay .h2 {
    background-image: url("/assets/images/system13_logo_icon@2x-7b459a0ec2d7ed5197d3182a5066da9f.png");
  }
}
.ember-modal-dialog h2, .ember-modal-dialog .h2,
.ember-modal-overlay h2,
.ember-modal-overlay .h2 {
  background-position: 98% 50%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 300;
  font-size: 2rem !important;
  text-transform: unset !important;
  margin: -24px -24px 24px -24px;
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
  padding: 12px 60px 12px 12px;
  padding: 0.75rem 3.75rem 0.75rem 0.75rem;
}
.ember-modal-dialog h3, .ember-modal-dialog .h3,
.ember-modal-overlay h3,
.ember-modal-overlay .h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.ember-modal-dialog p.legal-title,
.ember-modal-dialog p.certify-statement,
.ember-modal-dialog p.subheader,
.ember-modal-overlay p.legal-title,
.ember-modal-overlay p.certify-statement,
.ember-modal-overlay p.subheader {
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  margin: 12px auto;
  margin: 0.75rem auto;
  text-align: center;
  max-width: 70%;
}
.ember-modal-dialog p.certify-statement,
.ember-modal-dialog p.subheader,
.ember-modal-overlay p.certify-statement,
.ember-modal-overlay p.subheader {
  font-size: 16px;
  font-size: 1rem;
}
.ember-modal-dialog .confirmation-buttons,
.ember-modal-dialog .legal-buttons,
.ember-modal-overlay .confirmation-buttons,
.ember-modal-overlay .legal-buttons {
  text-align: center;
}
.ember-modal-dialog ul.list-group,
.ember-modal-overlay ul.list-group {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.ember-modal-dialog.video-modal {
  width: 700px;
}
.ember-modal-dialog.video-modal iframe {
  margin: 10px 0 0;
}

p.card-text.accept-as-is, p.accept-as-is.card-text-smaller {
  max-width: 420px;
  padding: 0 0 10px;
}

section#record-selector {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 12px;
  margin-right: 0.75rem;
}
section#record-selector div:has(button[disabled]) {
  cursor: not-allowed;
}
section#record-selector .btn {
  width: 40px;
  height: 24px;
  font-size: 12px;
}
section#record-selector .ember-power-select-trigger {
  height: 25px;
  font-size: 12px !important;
  width: 250px;
}
section#record-selector .ember-power-select-trigger:focus {
  border: 2px solid black;
  outline: none;
  box-shadow: none;
}
section#record-selector div {
  margin-left: 6px;
  margin-left: 0.375rem;
}

#advanced-search {
  background: #f1f1ef;
  padding: 0.75rem 0.75rem 0.375rem;
}
#advanced-search ol form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
#advanced-search ol form input[type=text] {
  height: 28px;
  width: auto !important;
  margin-bottom: 0;
}
#advanced-search ol form div.form-check {
  padding: 5px 0 0 5px;
}
#advanced-search ol form input[type=checkbox] + label {
  padding-left: 20px;
}
#advanced-search ol li {
  margin: 0 1% 1% 0;
  width: 200px;
  height: 55px;
}
#advanced-search ol li#errorCodeField {
  height: 75px;
}
#advanced-search ol li#errorCodeField .mb-3 .form-check-input {
  float: left;
  margin-left: 0;
}
#advanced-search ol li#errorCodeField .mb-3 .form-check-input:focus {
  border-color: #6c757d;
  outline: 0;
  box-shadow: none;
}
#advanced-search ol li#errorCodeField .mb-3 .form-check-input:active {
  filter: none;
}
#advanced-search ol li#errorCodeField .mb-3 label.form-check-label {
  margin-bottom: 0 !important;
}
#advanced-search i.fa-tiems-circle {
  position: relative;
  top: 8px;
}
#advanced-search p#form-actions {
  margin-top: 1rem;
  flex-basis: 100%;
}

#submission-upload-guide {
  background-color: rgb(223.3224852071, 233.3905325444, 245.1775147929);
  border-radius: 10px;
  margin: 0px 0px 24px 72px;
  margin: 0 0 1.5rem 4.5rem;
  padding: 24px;
  padding: 1.5rem;
  width: 400px;
}
#submission-upload-guide ol {
  margin: 0px;
  margin: 0;
}

#submission-upload-guide h3, #submission-upload-guide .h3 {
  border-bottom: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

section.system-message {
  width: 100%;
}

section.system-message div.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
section.system-message div.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
section.system-message div.alert-info {
  color: #0c5460;
  background-color: #bee5eb;
  border-color: #bee5eb;
}
section.system-message div.alert-info button.btn-close {
  background-color: unset;
  border: none;
  float: right;
  padding: 1em;
  background-image: url("/assets/images/close-small.svg");
}
.no-svg section.system-message div.alert-info button.btn-close {
  background-image: url("/assets/images/close-small.png");
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg section.system-message div.alert-info button.btn-close {
    background-image: url("/assets/images/close-small@2x.png");
  }
}
section.system-message div.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
section.system-message div.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
section.system-message div.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

table thead.ember-table-head {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
table thead.ember-table-head th {
  background: linear-gradient(to bottom, #79a7da 0%, #3264b1 100%);
  border: none;
}

.ember-table-overflow {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px !important;
}

.ember-table thead tr {
  height: 50px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px !important;
}

.ember-table tbody tr {
  height: 50px;
}

.ember-table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ember-table tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.ember-table td,
table th {
  border-top: 1px solid #dee2e6;
  vertical-align: middle;
}

.ember-table td {
  padding: 10px;
}

.ember-table input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.ember-table {
  max-width: 1100px;
  height: 65vh;
  cursor: pointer;
}

.footer-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 98%;
  margin: 0 20px 0 10px;
  border-top: 1px solid #dee2e6;
  padding: 10px 0;
}
.footer-row .width-percent {
  width: 9%;
}
.footer-row .padding-top {
  padding-top: 20px;
}

#completed-claims > #claims > .ember-table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.certification-sets tr th,
.ember-table tr th {
  padding: 0 10px;
}

.footer-row.certification-sets {
  display: flex;
  justify-content: center;
  border-top: 1px solid #dee2e6;
  padding: 30px 0 10px;
}

.ember-table#chargesTable td {
  vertical-align: top;
}

.ember-table#chargesTable td.is-first-column {
  padding-top: 0px;
}

.ember-table#chargesTable {
  height: 500px;
  cursor: default;
}

#download-items input[type=checkbox] {
  display: none !important;
}

.table {
  margin-bottom: 0;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

span.sortIcons {
  display: inline-grid;
  vertical-align: middle;
}
span.sortIcons .fas {
  line-height: 0.5;
}

#claims-search #navigation-buttons a,
#corrections-search #navigation-buttons a,
#claims-unfinished-search #navigation-buttons a {
  vertical-align: middle;
}
#claims-search #navigation-buttons a.btn:hover,
#corrections-search #navigation-buttons a.btn:hover,
#claims-unfinished-search #navigation-buttons a.btn:hover {
  text-decoration: none;
}
#claims-search #search-component #simple-search span,
#claims-search #search-component #simple-search input,
#claims-search #search-component #simple-search button,
#corrections-search #search-component #simple-search span,
#corrections-search #search-component #simple-search input,
#corrections-search #search-component #simple-search button,
#claims-unfinished-search #search-component #simple-search span,
#claims-unfinished-search #search-component #simple-search input,
#claims-unfinished-search #search-component #simple-search button {
  vertical-align: middle;
}
#claims-search #search-component button,
#corrections-search #search-component button,
#claims-unfinished-search #search-component button {
  vertical-align: middle;
}
#claims-search #search-component #advanced-search-form label,
#corrections-search #search-component #advanced-search-form label,
#claims-unfinished-search #search-component #advanced-search-form label {
  margin-bottom: 0.5rem;
}

#batches-index #simple-search span,
#batches-index #simple-search input,
#batches-index #simple-search button {
  vertical-align: middle;
}
#batches-index .ember-table {
  max-width: 1100px;
  height: 65vh;
  cursor: default;
}
#batches-index .ember-table input[type=checkbox] {
  cursor: pointer;
}

header.index-actions a {
  vertical-align: middle;
}
header.index-actions a:hover {
  color: #0056b3;
}
header.index-actions #simple-search span,
header.index-actions #simple-search input,
header.index-actions #simple-search button {
  vertical-align: middle;
}

ul.nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  padding: 0;
  margin: 0px;
  margin: 0;
}
ul.nav.nav-tabs {
  border-bottom: none;
}
ul.nav.nav-tabs li.nav-item {
  margin-bottom: -2px;
}
ul.nav.nav-tabs li.nav-item a.nav-link {
  background: #79a7da; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #79a7da 0%, #3264b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#79a7da", endColorstr="#3264b1",GradientType=0 ); /* IE6-9 */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-color: #3873b7;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.4) inset;
  color: white;
  font-weight: bold;
  margin: 1.8px;
  margin: 0.1125rem;
  padding: 14.4px;
  padding: 0.9rem;
  vertical-align: middle;
  text-decoration: none;
}
ul.nav.nav-tabs li.nav-item a.nav-link.active {
  background: #9ec76a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9ec76a 0%, #59801a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9ec76a", endColorstr="#59801a",GradientType=0 ); /* IE6-9 */
  border-color: #59801a;
}
ul.nav.nav-tabs li.nav-item a.nav-link.disabled {
  color: #ccc;
  opacity: 0.3;
}
ul.nav.nav-tabs li.nav-item a.nav-link:hover {
  text-decoration: underline;
}

p.video-link {
  background-color: rgba(0, 0, 0, 0.55);
  display: inline-block;
  position: relative;
  top: 5px;
  right: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1em;
  cursor: pointer;
  border: 1px solid #777;
  border-radius: 4px;
  padding: 5px;
}
p.video-link:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
p.video-link button.btn-link {
  border: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: none;
  font-size: 0.875rem !important;
  letter-spacing: normal;
  padding: 0px;
  background-color: transparent;
  margin-bottom: 0 !important;
  color: white;
  font-weight: 400;
  text-decoration: none;
}
p.video-link button.btn-link:focus, p.video-link button.btn-link:hover, p.video-link button.btn-link:active {
  background-color: transparent;
  color: white;
  text-decoration: none;
}

p.video-link.help-page {
  background-color: unset !important;
  border: none;
  padding: 0px;
  right: 0px;
  color: #0062e6;
  margin-bottom: 0px;
}
p.video-link.help-page button {
  margin-bottom: 0 !important;
  color: #0062e6;
  font-weight: 400;
  text-decoration: none;
}
p.video-link.help-page button i::before {
  color: white;
}
p.video-link.help-page button:focus, p.video-link.help-page button:hover, p.video-link.help-page button:active {
  background-color: transparent;
  text-decoration: underline;
  color: #0056b3;
}
p.video-link.help-page i {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #777;
}

#v-pills-diagnoses p.video-link {
  top: auto;
  right: auto;
}

#v-pills-practitioners p.video-link {
  top: auto;
  right: auto;
}

#upload p.video-link {
  float: right;
}

#upload p#troubleshoot-837 {
  margin-top: -33px;
}

#upload p#data-formats {
  margin-top: -5px;
}

section.dashboard-main.submitter p.video-link {
  left: 125px;
  top: -15px;
}

section#common-issues p.video-link {
  left: 0px;
  margin-bottom: 10px;
}

section#common-issues-no-text p.video-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

section#which-choose p.video-link {
  right: 0px;
}

/* #############################################################################
   # PAGE FRAME & GLOBAL LAYOUT
   #
   # All the global styles go here. Avoid duplication whenever possible and if
   # there is something that is repeating page by page, it may want to be
   # extracted to this level, or if it is more component-related, to a component
   # scss file in the appropriate directory.
   #############################################################################
*/
body {
  background: #ccdcef; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7ea7d7 0%, #ccdcef 36%, #ccdcef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7ea7d7", endColorstr="#ccdcef",GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat;
  background-color: #ccdcef;
  color: #444;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding-top: 24px;
  padding-top: 1.5rem;
}

header .logo {
  background-image: url("/assets/images/logo_system13.svg");
}
.no-svg header .logo {
  background-image: url("/assets/images/logo_system13-018f8208a8f4066866cb82839c808dca.png");
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg header .logo {
    background-image: url("/assets/images/logo_system13@2x-04ebe6f103dfcadebb09875d33b6357e.png");
  }
}
header .logo {
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  height: 47px;
  margin: 0 auto;
  width: 218px;
}

main {
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}
main header.dashboard-header {
  padding: 0px 12px;
  padding: 0 0.75rem;
}
main header.dashboard-header nav#page_nav {
  min-height: 55px;
}
main header.dashboard-header nav#page_nav .logo {
  float: right;
  margin: 4px 0px 0px auto;
  margin: 0.25rem 0 0 auto;
}
main header.dashboard-header nav#page_nav ul.nav {
  padding-top: 20px;
  padding-top: 1.25rem;
}

footer#page_footer {
  margin-top: 24px;
  margin-top: 1.5rem;
}
footer#page_footer p,
footer#page_footer address {
  color: #3873b7;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
footer#page_footer a,
footer#page_footer a:link,
footer#page_footer a:visited {
  color: #3873b7;
}
footer#page_footer a:hover,
footer#page_footer a:active {
  color: #2762a6;
}

.account-info {
  border-top: 9px solid #9db62c;
  margin: 0px -12px;
  margin: 0 -0.75rem;
  position: relative;
}
.account-info h1, .account-info .h1 {
  font-weight: 300;
  margin: 12px;
  margin: 0.75rem;
}
.account-info .app-login-box {
  background: #e7f0bf;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  float: right;
  padding: 6px;
  padding: 0.375rem;
  position: absolute;
  right: 10px;
  top: 0;
}
.account-info .app-login-box a,
.account-info .app-login-box span {
  padding: 0px 6px;
  padding: 0 0.375rem;
}
.account-info .app-login-box a:hover {
  color: #0056b3;
}
.account-info .app-login-box span {
  font-weight: bold;
}
.account-info .app-login-box .last {
  border-left: #9db62c 1px solid;
  padding-left: 12px;
  padding-left: 0.75rem;
}

#page-content-area {
  padding: 12px;
  padding: 0.75rem;
}
dl {
  position: relative;
}

body.account .account-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px;
  padding: 1.5rem;
}
body.account .account-main h2, body.account .account-main .h2 {
  flex-basis: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
body.account .account-main h2 span, body.account .account-main .h2 span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: italic;
}
body.account .account-main h2 a, body.account .account-main .h2 a {
  font-size: 14px;
  font-size: 0.875rem;
}
body.account .account-main form {
  margin-right: 24px;
  margin-right: 1.5rem;
}
body.account .account-main form .form-group {
  max-width: fit-content;
}
body.account .account-main form + div {
  flex-basis: 50%;
}

body.account.mfa-challenge main {
  min-width: unset !important;
  max-width: 600px;
}
body.account.mfa-challenge main .account-main.mfa-challenge {
  justify-content: center;
  text-align: center;
}
body.account.mfa-challenge main .account-main.mfa-challenge h1, body.account.mfa-challenge main .account-main.mfa-challenge .h1 {
  margin: 0 0 0.5em;
}
body.account.mfa-challenge main .account-main.mfa-challenge h2, body.account.mfa-challenge main .account-main.mfa-challenge .h2 {
  font-weight: 400;
}
body.account.mfa-challenge main .account-main.mfa-challenge form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.account.mfa-challenge main .account-main.mfa-challenge form label {
  display: table;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: none;
}
body.account.mfa-challenge main .account-main.mfa-challenge form input {
  border: 1px solid black;
  border-radius: 0;
  width: 225px;
  margin-bottom: 0.5rem;
}
body.account.mfa-challenge main .account-main.mfa-challenge form input[type=text] {
  padding-block: 1px;
  padding-inline: 2px;
}
body.account.mfa-challenge main .account-main.mfa-challenge form input:focus-visible,
body.account.mfa-challenge main .account-main.mfa-challenge form input:focus {
  border: 2px solid black !important;
  outline: none;
  box-shadow: none;
}
body.account.mfa-challenge main .account-main.mfa-challenge form button {
  margin: 0.5em 0 0;
}

#account-mfa-configuration h1, #account-mfa-configuration .h1 {
  margin: 0.25em 0;
}
#account-mfa-configuration #mfa-configuration-settings {
  flex-basis: 50%;
}
#account-mfa-configuration #mfa-configuration-settings #mfa-configuration-form fieldset {
  padding: 0.35em 0.75em 0.625em 0;
}
#account-mfa-configuration #mfa-configuration-settings #mfa-configuration-form fieldset legend {
  font-size: 22px;
}
#account-mfa-configuration #mfa-configuration-settings #mfa-configuration-form fieldset label {
  margin-bottom: 0.5rem;
}

section#batches-index {
  margin: 12px;
  margin: 0.75rem;
}
section#batches-index #simple-search {
  margin-bottom: 16px;
}

body.certification.certification-sets-records #page-content-area, body.certification.certification-sets-certify #page-content-area {
  padding: 0;
}
body.certification.certification-sets-records #page-content-area h1, body.certification.certification-sets-records #page-content-area .h1, body.certification.certification-sets-certify #page-content-area h1, body.certification.certification-sets-certify #page-content-area .h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0px;
  margin: 0;
  text-transform: uppercase;
  text-indent: 10px;
}
body.certification.certification-sets-records header#claim-header p.breadcrumbs, body.certification.certification-sets-certify header#claim-header p.breadcrumbs {
  flex-basis: 50%;
}
body.certification.certification-sets-certify #page-content-area {
  padding: 12px;
  padding: 0.75rem;
}
body.certification.certification-sets-certify #page-content-area h1, body.certification.certification-sets-certify #page-content-area .h1,
body.certification.certification-sets-certify #page-content-area h2,
body.certification.certification-sets-certify #page-content-area .h2 {
  text-indent: 0;
}
body.certification.certification-sets-certify #page-content-area h3, body.certification.certification-sets-certify #page-content-area .h3 {
  margin: 36px 0px 12px;
  margin: 2.25rem 0 0.75rem;
}
body.certification.certification-sets-certify #page-content-area h3.border-bottom, body.certification.certification-sets-certify #page-content-area .border-bottom.h3 {
  margin: 12px 0px;
  margin: 0.75rem 0;
}
body.certification.certification-sets-certify #page-content-area .index-actions {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
body.certification.certification-sets-certify #page-content-area #reports-and-cert {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: auto;
  overflow: hidden;
}
body.certification.certification-sets-certify #page-content-area #reports-and-cert #reports {
  flex-basis: 33%;
}
body.certification.certification-sets-certify #page-content-area #reports-and-cert #certification-reports a:hover {
  color: #0056b3;
}
body.certification.certification-sets-certify #page-content-area #reports-and-cert #certification {
  flex-basis: 66%;
}
body.certification.certification-sets-records-icd .row {
  margin: 0;
}
body.certification.certification-sets-records-medpar #v-pills-certification-medpar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.certification.certification-sets-records-medpar #v-pills-certification-medpar h3, body.certification.certification-sets-records-medpar #v-pills-certification-medpar .h3 {
  flex-basis: 100%;
  height: 40px;
}
body.certification.certification-sets-records-medpar #v-pills-certification-medpar dl {
  flex-basis: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.certification.certification-sets-records-medpar #v-pills-certification-medpar dl dd,
body.certification.certification-sets-records-medpar #v-pills-certification-medpar dl dt {
  flex-basis: 50%;
  position: relative;
}
body.certification .double-cert {
  display: flex;
  flex-direction: row;
  flex-wrap: none;
  justify-content: space-between;
}
body.certification section.certification-group {
  flex-basis: 49.5%;
}
body.certification section.certification-group h2, body.certification section.certification-group .h2 {
  border-bottom: 1px solid #bdbcb9;
  padding: 12px 0px;
  padding: 0.75rem 0;
}
body.certification section.certification-group section.certification-year > header h3, body.certification section.certification-group section.certification-year > header .h3 {
  border-bottom: 1px solid #bdbcb9;
  padding: 9.6px 0px 14.4px 0px;
  padding: 0.6rem 0 0.9rem 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
body.certification section.certification-group section.certification-year ul.certification-quarters li {
  border-bottom: 1px solid #bdbcb9;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 12px 0px 14.4px 24px;
  padding: 0.75rem 0 0.9rem 1.5rem;
}
body.certification section.certification-group section.certification-year ul.certification-quarters li p {
  padding: 6px;
  padding: 0.375rem;
}
body.certification table.eod-table {
  width: 100%;
}
body.certification table.eod-table th,
body.certification table.eod-table td {
  padding: 6px;
  padding: 0.375rem;
  text-align: right;
}
body.certification table.eod-table th:first-child,
body.certification table.eod-table td:first-child {
  text-align: left;
}
body.certification table.eod-table thead tr {
  background-color: #333;
  color: #fff;
}
body.certification table.eod-table tbody tr:nth-child(even) {
  background-color: #f1f1ef;
}
body.certification #eod,
body.certification #eod-quarter-analysis,
body.certification #eod-quarter-comparison,
body.certification #eod-messages {
  border: 1px solid #f1f1ef;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 12px;
  padding: 0.75rem;
}
body.certification #eod h2, body.certification #eod .h2,
body.certification #eod h3,
body.certification #eod .h3,
body.certification #eod-quarter-analysis h2,
body.certification #eod-quarter-analysis .h2,
body.certification #eod-quarter-analysis h3,
body.certification #eod-quarter-analysis .h3,
body.certification #eod-quarter-comparison h2,
body.certification #eod-quarter-comparison .h2,
body.certification #eod-quarter-comparison h3,
body.certification #eod-quarter-comparison .h3,
body.certification #eod-messages h2,
body.certification #eod-messages .h2,
body.certification #eod-messages h3,
body.certification #eod-messages .h3 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px;
  padding: 0.75rem;
  margin: -12px -12px 12px -12px;
  margin: -0.75rem -0.75rem 0.75rem -0.75rem;
}
body.certification #eod {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.certification #eod h2, body.certification #eod .h2 {
  flex-basis: calc(100% + 2em);
}
body.certification #eod-quarter-analysis {
  flex-basis: 74%;
}
body.certification #eod-quarter-comparison {
  flex-basis: 25%;
}
body.certification #eod-messages {
  flex-basis: 100%;
  margin: 12px 0px;
  margin: 0.75rem 0;
}
body.certification #eod-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.certification #eod-actions p {
  flex-basis: 100%;
}
body.certification #eod-actions div {
  margin-right: 12px;
  margin-right: 0.75rem;
}
body.certification #eod-actions div:last-child {
  margin-left: auto;
  margin-right: 0;
}

.editable-button {
  color: #444;
  cursor: pointer;
  float: right;
}
.editable-button:hover {
  color: #222;
}

div.float-button-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

div.center-button-row {
  margin: 24px 0px 0px 0px;
  margin: 1.5rem 0 0 0;
  text-align: center;
}

#completed-claims,
#claims-in-error,
#unfinished-claims {
  margin: 10px;
}

header#claim-header p.breadcrumbs {
  padding: 0px 12px;
  padding: 0 0.75rem;
  position: relative;
  flex-basis: 30%;
}
header#claim-header p.breadcrumbs a {
  position: absolute;
  top: 0.2em;
  left: 2em;
  text-decoration: none;
}
header#claim-header p.breadcrumbs a:hover {
  text-decoration: underline;
  color: #0056b3;
}
header#claim-header section#claim-information {
  border-bottom: 1px solid #f1f1ef;
  border-top: 1px solid #f1f1ef;
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 12px;
  padding: 0 0.75rem;
}
header#claim-header section#claim-information p {
  font-weight: bold;
}
header#claim-header section#claim-information p,
header#claim-header section#claim-information dl {
  margin-bottom: 0px;
  margin-bottom: 0;
  flex-basis: 25%;
}
header#claim-header section#claim-information dt,
header#claim-header section#claim-information dd {
  display: inline-block;
  position: relative;
}
header#claim-header section#claim-information dt {
  font-weight: 400;
}
header#claim-header section#claim-information dd {
  font-weight: bold;
}

section#claim-editor section#claim-information #claim-type .form-check {
  padding-left: 1.25em;
}
section#claim-editor section#claim-information #claim-type .form-check input[type=radio].form-check-input {
  margin-top: 0.15em;
  margin-left: -1.35em;
}
section#claim-editor .form-group {
  margin-bottom: 0px !important;
}
section#claim-editor .form-group #claim-patient-control-number-control {
  margin-bottom: 0px !important;
}
section#claim-editor .form-group #claim-patient-control-number-control input#claim-patient-control-number {
  height: auto;
  margin-bottom: 0px;
}
section#claim-editor section#resolving-pcn-errors,
section#claim-editor section#explaining-thcic-required-codes {
  margin-left: 5px;
}

footer#claim-footer {
  background-color: #969490;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 12px;
  padding: 0.75rem;
  position: relative;
  text-align: right;
}
footer#claim-footer div.progress-bar {
  display: inline-block;
  width: 45%;
}
footer#claim-footer span.text-danger {
  background: #a80000;
  border-bottom-left-radius: 8px;
  border: 1px solid #a80000;
  color: white !important;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 20.4px;
  padding: 1.275rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 222px;
  text-align: center;
  font-weight: bold;
}
footer#claim-footer button:focus {
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;
}

#claim-editor,
#certification-record-viewer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#claim-editor nav#claim-sections,
#certification-record-viewer nav#claim-sections {
  background-color: #f1f1ef;
  flex-basis: 20%;
}
#claim-editor nav#claim-sections ul.nav,
#certification-record-viewer nav#claim-sections ul.nav {
  display: flex;
  flex-direction: column;
}
#claim-editor nav#claim-sections ul.nav li.nav-item a,
#claim-editor nav#claim-sections ul.nav li.nav-item a:link,
#claim-editor nav#claim-sections ul.nav li.nav-item a:visited,
#certification-record-viewer nav#claim-sections ul.nav li.nav-item a,
#certification-record-viewer nav#claim-sections ul.nav li.nav-item a:link,
#certification-record-viewer nav#claim-sections ul.nav li.nav-item a:visited {
  display: block;
  text-decoration: none;
  padding: 12px;
  padding: 0.75rem;
}
#claim-editor nav#claim-sections ul.nav li.nav-item a:hover,
#certification-record-viewer nav#claim-sections ul.nav li.nav-item a:hover {
  text-decoration: underline;
  color: #0056b3;
}
#claim-editor nav#claim-sections ul.nav li.nav-item:has(a.active) a,
#claim-editor nav#claim-sections ul.nav li.nav-item:has(a.active) a:link,
#claim-editor nav#claim-sections ul.nav li.nav-item:has(a.active) a:visited,
#certification-record-viewer nav#claim-sections ul.nav li.nav-item:has(a.active) a,
#certification-record-viewer nav#claim-sections ul.nav li.nav-item:has(a.active) a:link,
#certification-record-viewer nav#claim-sections ul.nav li.nav-item:has(a.active) a:visited {
  color: #fff;
  font-weight: bold;
}
#claim-editor nav#claim-sections ul.nav li.nav-item:has(a.active) a .text-success,
#claim-editor nav#claim-sections ul.nav li.nav-item:has(a.active) a:link .text-success,
#claim-editor nav#claim-sections ul.nav li.nav-item:has(a.active) a:visited .text-success,
#certification-record-viewer nav#claim-sections ul.nav li.nav-item:has(a.active) a .text-success,
#certification-record-viewer nav#claim-sections ul.nav li.nav-item:has(a.active) a:link .text-success,
#certification-record-viewer nav#claim-sections ul.nav li.nav-item:has(a.active) a:visited .text-success {
  color: #fff !important;
}
#claim-editor nav#claim-sections section,
#certification-record-viewer nav#claim-sections section {
  padding-top: 1.5em;
}
#claim-editor nav#claim-sections section h6.audit-list-title, #claim-editor nav#claim-sections section .audit-list-title.h6,
#certification-record-viewer nav#claim-sections section h6.audit-list-title,
#certification-record-viewer nav#claim-sections section .audit-list-title.h6 {
  color: #555;
  font-size: 14px;
  font-weight: 700;
  -webkit-text-decoration: underline #555;
          text-decoration: underline #555;
  padding-left: 1em;
  margin-bottom: 2px;
}
#claim-editor nav#claim-sections section .error-style-guide,
#certification-record-viewer nav#claim-sections section .error-style-guide {
  display: inline-block;
  padding-left: 1em;
}
#claim-editor nav#claim-sections section .error-style-guide span.warning-color,
#certification-record-viewer nav#claim-sections section .error-style-guide span.warning-color {
  background-color: #2762a6;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-left: 0.75em;
}
#claim-editor nav#claim-sections section .error-style-guide span.warning-color + p,
#certification-record-viewer nav#claim-sections section .error-style-guide span.warning-color + p {
  color: #2762a6;
}
#claim-editor nav#claim-sections section .error-style-guide span.error-color,
#certification-record-viewer nav#claim-sections section .error-style-guide span.error-color {
  background-color: #a80000;
  display: inline-block;
  height: 8px;
  width: 8px;
}
#claim-editor nav#claim-sections section .error-style-guide span.error-color + p,
#certification-record-viewer nav#claim-sections section .error-style-guide span.error-color + p {
  color: #a80000;
}
#claim-editor nav#claim-sections section .error-style-guide p,
#certification-record-viewer nav#claim-sections section .error-style-guide p {
  color: #444;
  display: inline;
  font-size: 12px;
}
#claim-editor nav#claim-sections section p.audit-list-subtitle,
#certification-record-viewer nav#claim-sections section p.audit-list-subtitle {
  color: rgb(83, 83, 83);
  font-size: 12px;
  font-style: italic;
  padding-left: 1em;
}
#claim-editor nav#claim-sections section ul.audit-list,
#certification-record-viewer nav#claim-sections section ul.audit-list {
  list-style-type: disc !important;
  padding: 0em 1em;
  overflow-y: auto;
}
#claim-editor nav#claim-sections section ul.audit-list li.audit-list-item,
#certification-record-viewer nav#claim-sections section ul.audit-list li.audit-list-item {
  color: #a80000;
  position: relative;
  display: block;
  padding-bottom: 0.25rem;
  background-color: none;
  border: none;
}
#claim-editor nav#claim-sections section ul.audit-list li.audit-list-item.warning,
#certification-record-viewer nav#claim-sections section ul.audit-list li.audit-list-item.warning {
  color: #2762a6;
}
#claim-editor nav#claim-sections section ul.audit-list .selected,
#certification-record-viewer nav#claim-sections section ul.audit-list .selected {
  font-weight: bold;
}
#claim-editor .tab-content,
#certification-record-viewer .tab-content {
  background-color: #fffbe8;
  flex-basis: 80%;
  padding: 12px;
  padding: 0.75rem;
}
#claim-editor section#v-pills-tabContent,
#certification-record-viewer section#v-pills-tabContent {
  overflow-x: hidden;
}
#claim-editor section#v-pills-tabContent > div.ember-view,
#certification-record-viewer section#v-pills-tabContent > div.ember-view {
  overflow-x: hidden;
}
#claim-editor section#v-pills-tabContent h3, #claim-editor section#v-pills-tabContent .h3,
#certification-record-viewer section#v-pills-tabContent h3,
#certification-record-viewer section#v-pills-tabContent .h3 {
  font-weight: 200;
  margin-top: 12px;
  margin-top: 0.75rem;
}
#claim-editor section#v-pills-tabContent #v-pills-patient,
#claim-editor section#v-pills-tabContent #v-pills-payers,
#claim-editor section#v-pills-tabContent #v-pills-practitioners,
#claim-editor section#v-pills-tabContent #v-pills-diagnoses,
#claim-editor section#v-pills-tabContent #v-pills-charges,
#claim-editor section#v-pills-tabContent #v-pills-situationals,
#claim-editor section#v-pills-tabContent #v-pills-certification-patient,
#claim-editor section#v-pills-tabContent #v-pills-certification-medpar,
#claim-editor section#v-pills-tabContent #v-pills-certification-icd,
#claim-editor section#v-pills-tabContent #v-pills-certification-charges,
#claim-editor section#v-pills-tabContent #v-pills-certification-situationals,
#claim-editor section#v-pills-tabContent #v-pills-certification-warnings,
#certification-record-viewer section#v-pills-tabContent #v-pills-patient,
#certification-record-viewer section#v-pills-tabContent #v-pills-payers,
#certification-record-viewer section#v-pills-tabContent #v-pills-practitioners,
#certification-record-viewer section#v-pills-tabContent #v-pills-diagnoses,
#certification-record-viewer section#v-pills-tabContent #v-pills-charges,
#certification-record-viewer section#v-pills-tabContent #v-pills-situationals,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-patient,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-medpar,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-icd,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-charges,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-situationals,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-warnings {
  display: block;
  height: 605px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: relative;
  padding-right: 0.5em;
}
#claim-editor section#v-pills-tabContent #v-pills-patient div,
#claim-editor section#v-pills-tabContent #v-pills-payers div,
#claim-editor section#v-pills-tabContent #v-pills-practitioners div,
#claim-editor section#v-pills-tabContent #v-pills-diagnoses div,
#claim-editor section#v-pills-tabContent #v-pills-charges div,
#claim-editor section#v-pills-tabContent #v-pills-situationals div,
#claim-editor section#v-pills-tabContent #v-pills-certification-patient div,
#claim-editor section#v-pills-tabContent #v-pills-certification-medpar div,
#claim-editor section#v-pills-tabContent #v-pills-certification-icd div,
#claim-editor section#v-pills-tabContent #v-pills-certification-charges div,
#claim-editor section#v-pills-tabContent #v-pills-certification-situationals div,
#claim-editor section#v-pills-tabContent #v-pills-certification-warnings div,
#certification-record-viewer section#v-pills-tabContent #v-pills-patient div,
#certification-record-viewer section#v-pills-tabContent #v-pills-payers div,
#certification-record-viewer section#v-pills-tabContent #v-pills-practitioners div,
#certification-record-viewer section#v-pills-tabContent #v-pills-diagnoses div,
#certification-record-viewer section#v-pills-tabContent #v-pills-charges div,
#certification-record-viewer section#v-pills-tabContent #v-pills-situationals div,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-patient div,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-medpar div,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-icd div,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-charges div,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-situationals div,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-warnings div {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
#claim-editor section#v-pills-tabContent #v-pills-patient label,
#claim-editor section#v-pills-tabContent #v-pills-payers label,
#claim-editor section#v-pills-tabContent #v-pills-practitioners label,
#claim-editor section#v-pills-tabContent #v-pills-diagnoses label,
#claim-editor section#v-pills-tabContent #v-pills-charges label,
#claim-editor section#v-pills-tabContent #v-pills-situationals label,
#claim-editor section#v-pills-tabContent #v-pills-certification-patient label,
#claim-editor section#v-pills-tabContent #v-pills-certification-medpar label,
#claim-editor section#v-pills-tabContent #v-pills-certification-icd label,
#claim-editor section#v-pills-tabContent #v-pills-certification-charges label,
#claim-editor section#v-pills-tabContent #v-pills-certification-situationals label,
#claim-editor section#v-pills-tabContent #v-pills-certification-warnings label,
#certification-record-viewer section#v-pills-tabContent #v-pills-patient label,
#certification-record-viewer section#v-pills-tabContent #v-pills-payers label,
#certification-record-viewer section#v-pills-tabContent #v-pills-practitioners label,
#certification-record-viewer section#v-pills-tabContent #v-pills-diagnoses label,
#certification-record-viewer section#v-pills-tabContent #v-pills-charges label,
#certification-record-viewer section#v-pills-tabContent #v-pills-situationals label,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-patient label,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-medpar label,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-icd label,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-charges label,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-situationals label,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-warnings label {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.1em;
  color: #414141;
}
#claim-editor section#v-pills-tabContent #v-pills-patient .ember-power-select-trigger,
#claim-editor section#v-pills-tabContent #v-pills-payers .ember-power-select-trigger,
#claim-editor section#v-pills-tabContent #v-pills-practitioners .ember-power-select-trigger,
#claim-editor section#v-pills-tabContent #v-pills-diagnoses .ember-power-select-trigger,
#claim-editor section#v-pills-tabContent #v-pills-charges .ember-power-select-trigger,
#claim-editor section#v-pills-tabContent #v-pills-situationals .ember-power-select-trigger,
#claim-editor section#v-pills-tabContent #v-pills-certification-patient .ember-power-select-trigger,
#claim-editor section#v-pills-tabContent #v-pills-certification-medpar .ember-power-select-trigger,
#claim-editor section#v-pills-tabContent #v-pills-certification-icd .ember-power-select-trigger,
#claim-editor section#v-pills-tabContent #v-pills-certification-charges .ember-power-select-trigger,
#claim-editor section#v-pills-tabContent #v-pills-certification-situationals .ember-power-select-trigger,
#claim-editor section#v-pills-tabContent #v-pills-certification-warnings .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-patient .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-payers .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-practitioners .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-diagnoses .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-charges .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-situationals .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-patient .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-medpar .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-icd .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-charges .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-situationals .ember-power-select-trigger,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-warnings .ember-power-select-trigger {
  height: 32px;
  border: 1px solid #777;
  border-radius: 2px;
}
#claim-editor section#v-pills-tabContent #v-pills-patient .ember-power-select-trigger:focus,
#claim-editor section#v-pills-tabContent #v-pills-payers .ember-power-select-trigger:focus,
#claim-editor section#v-pills-tabContent #v-pills-practitioners .ember-power-select-trigger:focus,
#claim-editor section#v-pills-tabContent #v-pills-diagnoses .ember-power-select-trigger:focus,
#claim-editor section#v-pills-tabContent #v-pills-charges .ember-power-select-trigger:focus,
#claim-editor section#v-pills-tabContent #v-pills-situationals .ember-power-select-trigger:focus,
#claim-editor section#v-pills-tabContent #v-pills-certification-patient .ember-power-select-trigger:focus,
#claim-editor section#v-pills-tabContent #v-pills-certification-medpar .ember-power-select-trigger:focus,
#claim-editor section#v-pills-tabContent #v-pills-certification-icd .ember-power-select-trigger:focus,
#claim-editor section#v-pills-tabContent #v-pills-certification-charges .ember-power-select-trigger:focus,
#claim-editor section#v-pills-tabContent #v-pills-certification-situationals .ember-power-select-trigger:focus,
#claim-editor section#v-pills-tabContent #v-pills-certification-warnings .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-patient .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-payers .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-practitioners .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-diagnoses .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-charges .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-situationals .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-patient .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-medpar .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-icd .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-charges .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-situationals .ember-power-select-trigger:focus,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-warnings .ember-power-select-trigger:focus {
  border: 2px solid black;
  outline: none;
  box-shadow: none;
}
#claim-editor section#v-pills-tabContent #v-pills-certification-charges #total-charges,
#certification-record-viewer section#v-pills-tabContent #v-pills-certification-charges #total-charges {
  visibility: hidden;
}
#claim-editor section#v-pills-tabContent #v-pills-situationals,
#certification-record-viewer section#v-pills-tabContent #v-pills-situationals {
  height: 605px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: relative;
  padding-right: 0.5em;
}
#claim-editor section#v-pills-tabContent #v-pills-charges,
#certification-record-viewer section#v-pills-tabContent #v-pills-charges {
  position: relative;
  padding-bottom: 100px;
  overflow-y: hidden !important;
}
#claim-editor section#v-pills-tabContent #v-pills-charges form,
#certification-record-viewer section#v-pills-tabContent #v-pills-charges form {
  margin-bottom: 0;
  position: relative;
  height: 600px;
}
body.charges #claim-editor section#v-pills-tabContent,
body.charges #certification-record-viewer section#v-pills-tabContent {
  padding-bottom: 0;
}
#claim-editor section#total-charges,
#certification-record-viewer section#total-charges {
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  font-weight: bold;
  height: 9%;
}
#claim-editor section#total-charges .claim-field-error,
#certification-record-viewer section#total-charges .claim-field-error {
  background-color: #900;
  color: white;
  padding: 6px 12px 0px 12px;
  padding: 0.375rem 0.75rem 0 0.75rem;
}
#claim-editor section#total-charges dl,
#certification-record-viewer section#total-charges dl {
  overflow: visible;
  margin-bottom: 0;
  height: 100%;
}
#claim-editor section#total-charges dt,
#certification-record-viewer section#total-charges dt {
  padding-top: 2px;
  float: left;
  width: 40%;
}
#claim-editor section#total-charges dd,
#certification-record-viewer section#total-charges dd {
  float: right;
  width: 40%;
}
#claim-editor section#total-charges dd p,
#certification-record-viewer section#total-charges dd p {
  padding: 0 10px;
  text-align: right !important;
}
#claim-editor #charges-table + #total-charges,
#certification-record-viewer #charges-table + #total-charges {
  height: 40px;
}
#claim-editor #charges-table + #total-charges dl,
#certification-record-viewer #charges-table + #total-charges dl {
  padding-right: 130px;
}
#claim-editor #charges-table thead,
#certification-record-viewer #charges-table thead {
  position: sticky !important;
}
#claim-editor #charge-detail-wrapper + #total-charges,
#certification-record-viewer #charge-detail-wrapper + #total-charges {
  padding-right: calc(50% + 15px);
}
#claim-editor form,
#certification-record-viewer form {
  position: relative;
}
#claim-editor form input,
#certification-record-viewer form input {
  width: auto !important;
  height: 32px;
  border: 1px solid #777;
  border-radius: 2px;
}
#claim-editor form input[name=patient-middle-initial],
#certification-record-viewer form input[name=patient-middle-initial] {
  width: 80px !important;
}
#claim-editor form input#payer-primary-name, #claim-editor form input#payer-secondary-name,
#certification-record-viewer form input#payer-primary-name,
#certification-record-viewer form input#payer-secondary-name {
  width: 100% !important;
}
#claim-editor #personal-information input#patient-middle-initial,
#certification-record-viewer #personal-information input#patient-middle-initial {
  margin-bottom: 0px !important;
}
#claim-editor #pdx,
#claim-editor #ppx,
#claim-editor div.other-diagnosis,
#claim-editor p.other-ecode,
#certification-record-viewer #pdx,
#certification-record-viewer #ppx,
#certification-record-viewer div.other-diagnosis,
#certification-record-viewer p.other-ecode {
  background: lightblue;
  border-radius: 8px;
  padding: 6px;
  padding: 0.375rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
#claim-editor #pdx div,
#claim-editor #ppx div,
#claim-editor div.other-diagnosis div,
#claim-editor p.other-ecode div,
#certification-record-viewer #pdx div,
#certification-record-viewer #ppx div,
#certification-record-viewer div.other-diagnosis div,
#certification-record-viewer p.other-ecode div {
  margin-bottom: 0;
}
#claim-editor .golden-edit,
#certification-record-viewer .golden-edit {
  background: goldenrod;
  border-radius: 8px;
}
#claim-editor #opx ol,
#certification-record-viewer #opx ol {
  list-style: none;
}
#claim-editor #opx li,
#certification-record-viewer #opx li {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
#claim-editor #v-pills-diagnoses li,
#certification-record-viewer #v-pills-diagnoses li {
  border-radius: 8px;
  padding: 6px;
  padding: 0.375rem;
}
#claim-editor #e-codes ol li,
#claim-editor #odx ol li,
#certification-record-viewer #e-codes ol li,
#certification-record-viewer #odx ol li {
  background-color: lightblue;
  border-radius: 8px;
  padding: 6px;
  padding: 0.375rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
#claim-editor #value-codes ol,
#certification-record-viewer #value-codes ol {
  list-style: none;
}
#claim-editor #value-codes ol li,
#certification-record-viewer #value-codes ol li {
  height: 82px;
}
#claim-editor #charges-editor,
#certification-record-viewer #charges-editor {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
#claim-editor #charges-editor span.charge-deleting-spinner,
#certification-record-viewer #charges-editor span.charge-deleting-spinner {
  color: darkred;
  visibility: show;
  position: absolute;
  right: 20px;
  z-index: 10;
}
#claim-editor #charges-editor ol#charge-list,
#claim-editor #charges-editor ol#charges,
#certification-record-viewer #charges-editor ol#charge-list,
#certification-record-viewer #charges-editor ol#charges {
  background: white;
  flex-basis: 48%;
  margin-right: 12px;
  margin-right: 0.75rem;
  height: 520px;
  overflow-y: auto;
}
#claim-editor #charges-editor ol#charge-list li,
#claim-editor #charges-editor ol#charges li,
#certification-record-viewer #charges-editor ol#charge-list li,
#certification-record-viewer #charges-editor ol#charges li {
  border-bottom: 1px solid #f1f1ef;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 12px;
  padding: 0.75rem;
  position: relative;
  cursor: pointer;
}
#claim-editor #charges-editor ol#charge-list li small, #claim-editor #charges-editor ol#charge-list li .small,
#claim-editor #charges-editor ol#charges li small,
#claim-editor #charges-editor ol#charges li .small,
#certification-record-viewer #charges-editor ol#charge-list li small,
#certification-record-viewer #charges-editor ol#charge-list li .small,
#certification-record-viewer #charges-editor ol#charges li small,
#certification-record-viewer #charges-editor ol#charges li .small {
  width: 250px;
  white-space: nowrap;
  margin-right: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8em;
}
#claim-editor #charges-editor ol#charge-list li.charge,
#claim-editor #charges-editor ol#charges li.charge,
#certification-record-viewer #charges-editor ol#charge-list li.charge,
#certification-record-viewer #charges-editor ol#charges li.charge {
  background-color: #f1f1ef;
  border-left: 15px solid #969490;
  border-bottom: 1px solid #969490;
  border-radius: 5px;
  border-bottom-right-radius: 0;
}
#claim-editor #charges-editor ol#charge-list li.charge:hover,
#claim-editor #charges-editor ol#charges li.charge:hover,
#certification-record-viewer #charges-editor ol#charge-list li.charge:hover,
#certification-record-viewer #charges-editor ol#charges li.charge:hover {
  border-left: 15px solid #777;
  background-color: rgb(229.1, 229.1, 225.4);
}
#claim-editor #charges-editor ol#charge-list li.selected,
#claim-editor #charges-editor ol#charges li.selected,
#certification-record-viewer #charges-editor ol#charge-list li.selected,
#certification-record-viewer #charges-editor ol#charges li.selected {
  background-color: #fffbe8;
  border-left: 15px solid #3873b7;
  font-weight: bold;
}
#claim-editor #charges-editor ol#charge-list li.selected:hover,
#claim-editor #charges-editor ol#charges li.selected:hover,
#certification-record-viewer #charges-editor ol#charge-list li.selected:hover,
#certification-record-viewer #charges-editor ol#charges li.selected:hover {
  border-left: 15px solid #3873b7;
  background-color: #fffbe8;
}
#claim-editor #charges-editor ol#charge-list li.charges-field-error, #claim-editor #charges-editor ol#charge-list li.charges-field-error.charges-field-warning,
#claim-editor #charges-editor ol#charges li.charges-field-error,
#claim-editor #charges-editor ol#charges li.charges-field-error.charges-field-warning,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-error,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-error.charges-field-warning,
#certification-record-viewer #charges-editor ol#charges li.charges-field-error,
#certification-record-viewer #charges-editor ol#charges li.charges-field-error.charges-field-warning {
  color: #a80000;
  border-left: 15px solid rgb(226.65, 94.35, 94.35);
  background-color: #ffa8a8;
}
#claim-editor #charges-editor ol#charge-list li.charges-field-warning,
#claim-editor #charges-editor ol#charges li.charges-field-warning,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-warning,
#certification-record-viewer #charges-editor ol#charges li.charges-field-warning {
  color: #2762a6;
  border-left: 15px solid rgb(154.7170731707, 177.2791626656, 203.2829268293);
  background-color: rgb(214.512195122, 228.9024390244, 245.487804878);
}
#claim-editor #charges-editor ol#charge-list li.charges-field-error:hover, #claim-editor #charges-editor ol#charge-list li.charges-field-error.charges-field-warning:hover,
#claim-editor #charges-editor ol#charges li.charges-field-error:hover,
#claim-editor #charges-editor ol#charges li.charges-field-error.charges-field-warning:hover,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-error:hover,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-error.charges-field-warning:hover,
#certification-record-viewer #charges-editor ol#charges li.charges-field-error:hover,
#certification-record-viewer #charges-editor ol#charges li.charges-field-error.charges-field-warning:hover {
  border-left: 15px solid rgb(236.1, 84.9, 84.9);
  background-color: rgb(255, 142.5, 142.5);
}
#claim-editor #charges-editor ol#charge-list li.charges-field-warning:hover,
#claim-editor #charges-editor ol#charges li.charges-field-warning:hover,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-warning:hover,
#certification-record-viewer #charges-editor ol#charges li.charges-field-warning:hover {
  border-left: 15px solid rgb(147.1170731707, 176.7405799885, 210.8829268293);
  background-color: rgb(193.8634146341, 215.5926829268, 240.6365853659);
}
#claim-editor #charges-editor ol#charge-list li.charges-field-error.selected, #claim-editor #charges-editor ol#charge-list li.charges-field-error.charges-field-warning.selected, #claim-editor #charges-editor ol#charge-list li.charges-field-error.selected:hover, #claim-editor #charges-editor ol#charge-list li.charges-field-error.charges-field-warning.selected:hover,
#claim-editor #charges-editor ol#charges li.charges-field-error.selected,
#claim-editor #charges-editor ol#charges li.charges-field-error.charges-field-warning.selected,
#claim-editor #charges-editor ol#charges li.charges-field-error.selected:hover,
#claim-editor #charges-editor ol#charges li.charges-field-error.charges-field-warning.selected:hover,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-error.selected,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-error.charges-field-warning.selected,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-error.selected:hover,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-error.charges-field-warning.selected:hover,
#certification-record-viewer #charges-editor ol#charges li.charges-field-error.selected,
#certification-record-viewer #charges-editor ol#charges li.charges-field-error.charges-field-warning.selected,
#certification-record-viewer #charges-editor ol#charges li.charges-field-error.selected:hover,
#certification-record-viewer #charges-editor ol#charges li.charges-field-error.charges-field-warning.selected:hover {
  background-color: #fffbe8;
  border-left: 15px solid #a80000;
}
#claim-editor #charges-editor ol#charge-list li.charges-field-warning.selected, #claim-editor #charges-editor ol#charge-list li.charges-field-warning.selected:hover,
#claim-editor #charges-editor ol#charges li.charges-field-warning.selected,
#claim-editor #charges-editor ol#charges li.charges-field-warning.selected:hover,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-warning.selected,
#certification-record-viewer #charges-editor ol#charge-list li.charges-field-warning.selected:hover,
#certification-record-viewer #charges-editor ol#charges li.charges-field-warning.selected,
#certification-record-viewer #charges-editor ol#charges li.charges-field-warning.selected:hover {
  background-color: #fffbe8;
  border-left: 15px solid #2762a6;
}
#claim-editor #charges-editor #charge-detail-wrapper,
#certification-record-viewer #charges-editor #charge-detail-wrapper {
  flex-basis: 50%;
}
#claim-editor #charges-editor #charge-detail-wrapper h3 span.editable-button, #claim-editor #charges-editor #charge-detail-wrapper .h3 span.editable-button,
#certification-record-viewer #charges-editor #charge-detail-wrapper h3 span.editable-button,
#certification-record-viewer #charges-editor #charge-detail-wrapper .h3 span.editable-button {
  position: relative;
  top: -15px;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-details,
#claim-editor #charges-editor #charge-detail-wrapper #charge-modifiers,
#claim-editor #charges-editor #charge-detail-wrapper #charge-procedure-dates,
#claim-editor #charges-editor #charge-detail-wrapper #charge-service-facility,
#claim-editor #charges-editor #charge-detail-wrapper #charge-amount,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-details,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-modifiers,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-procedure-dates,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-service-facility,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-amount {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-details div.form-group #charge-unit-measurement-code-control,
#claim-editor #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group #charge-unit-measurement-code-control,
#claim-editor #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group #charge-unit-measurement-code-control,
#claim-editor #charges-editor #charge-detail-wrapper #charge-service-facility div.form-group #charge-unit-measurement-code-control,
#claim-editor #charges-editor #charge-detail-wrapper #charge-amount div.form-group #charge-unit-measurement-code-control,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-details div.form-group #charge-unit-measurement-code-control,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group #charge-unit-measurement-code-control,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group #charge-unit-measurement-code-control,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-service-facility div.form-group #charge-unit-measurement-code-control,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-amount div.form-group #charge-unit-measurement-code-control {
  padding-bottom: 2px;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-details div.form-group,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-details div.form-group {
  flex-basis: 70%;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-details div.form-group:first-child input,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-details div.form-group:first-child input {
  width: 100px !important;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-details div.form-group:nth-child(3),
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-details div.form-group:nth-child(3) {
  flex-basis: 100%;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group {
  flex-basis: 23%;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group dt,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group dt {
  height: 20px;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group dl.corrected-field dt,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group dl.corrected-field dt {
  height: unset;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group dl.corrected-field dt label,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group dl.corrected-field dt label {
  line-height: normal;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group dl.corrected-field dt label::after,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-modifiers div.form-group dl.corrected-field dt label::after {
  content: "CHECK FOR ERRORS";
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-procedure-dates,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-procedure-dates {
  gap: 2em;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group {
  flex-basis: unset;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group input,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group input {
  width: 125px !important;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group #charge-procedure-date-control input,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group #charge-procedure-date-control input {
  width: 125px !important;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group #charge-procedure-date-control.corrected-field,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group #charge-procedure-date-control.corrected-field {
  max-width: 150px;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group #charge-procedure-thru-date-control.corrected-field,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-procedure-dates div.form-group #charge-procedure-thru-date-control.corrected-field {
  max-width: 160px;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-procedure-dates:has(.corrected-field),
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-procedure-dates:has(.corrected-field) {
  margin-bottom: 2em;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-service-facility div.form-group,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-service-facility div.form-group {
  flex-basis: 100%;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-service-facility div.form-group input,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-service-facility div.form-group input {
  width: 100% !important;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-amount input#charge-unit_rate,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-amount input#charge-unit_rate {
  width: 90px !important;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-amount input#charge-unit_of_service,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-amount input#charge-unit_of_service {
  width: 60px !important;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-amount div#charge-unit_measurement_code,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-amount div#charge-unit_measurement_code {
  width: 70px !important;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-amount input#charge-charges_line_item,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-amount input#charge-charges_line_item {
  width: 120px !important;
}
#claim-editor #charges-editor #charge-detail-wrapper #charge-amount p.multiply-icon,
#claim-editor #charges-editor #charge-detail-wrapper #charge-amount p.equals-icon,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-amount p.multiply-icon,
#certification-record-viewer #charges-editor #charge-detail-wrapper #charge-amount p.equals-icon {
  padding-top: 24px;
  padding-top: 1.5rem;
}
#claim-editor #charges-editor #total-charges,
#certification-record-viewer #charges-editor #total-charges {
  flex-basis: 100%;
}
#claim-editor #charges-editor #charge-unit-measurement-code-control.corrected-field,
#certification-record-viewer #charges-editor #charge-unit-measurement-code-control.corrected-field {
  bottom: 24px;
  max-width: min-content;
}
#claim-editor #charges-editor #charge-unit-rate,
#claim-editor #charges-editor #charge-unit-of-service,
#certification-record-viewer #charges-editor #charge-unit-rate,
#certification-record-viewer #charges-editor #charge-unit-of-service {
  max-width: 150px;
}
#claim-editor #charges-editor #charge-unit-measurement-code,
#certification-record-viewer #charges-editor #charge-unit-measurement-code {
  min-width: 75px;
}

.audited-claim-results {
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.audited-claim-results span button {
  background: lightgray;
}

.audited-claim-results.in-error {
  background: #a80000;
  border: 1px solid #a80000;
  color: white !important;
}

.audited-claim-results.no-error {
  background: #e7f0bf;
  border: 1px solid #e7f0bf;
}

.audited-claim-summary-list table {
  width: 100%;
  border-style: dotted;
  border-width: thin;
}
.audited-claim-summary-list table td.message-data-cell {
  max-width: 325px;
}
.audited-claim-summary-list .audit-error-summary {
  color: #a80000;
}
.audited-claim-summary-list .audit-error-summary #error-summary {
  border-color: #a80000;
}
.audited-claim-summary-list .audit-warning-summary {
  color: #2762a6;
}
.audited-claim-summary-list .audit-warning-summary #warning-summary {
  border-color: #2762a6;
}

body.dashboard main {
  min-width: 1100px;
}
body.dashboard header.dashboard-header h1, body.dashboard header.dashboard-header .h1 {
  display: none;
}
body.dashboard section.dashboard-main {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 12px;
  padding: 0 0.75rem;
}
body.dashboard section.dashboard-main h1, body.dashboard section.dashboard-main .h1 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  margin: 12px 12px 12px 0px;
  margin: 0.75rem 0.75rem 0.75rem 0;
  float: left;
}
body.dashboard section.dashboard-main section#dashboard-buttons {
  flex-basis: 100%;
  padding: 12px 72px;
  padding: 0.75rem 4.5rem;
}
body.dashboard section.dashboard-main .dash-main-header {
  flex-basis: 100%;
}
body.dashboard section.dashboard-main div.submitter-dashboard-link {
  flex-basis: 50%;
  margin: 96px 0px 48px;
  margin: 6rem 0 3rem;
  text-align: center;
}
body.dashboard section.dashboard-main div.submitter-dashboard-link a,
body.dashboard section.dashboard-main div.submitter-dashboard-link a:link {
  background-color: #f1f1ef;
  border-radius: 10px;
  display: inline-block;
  padding: 24px;
  padding: 1.5rem;
  margin: 24px;
  margin: 1.5rem;
  height: 160px;
  line-height: 2.5em;
  text-transform: uppercase;
  width: 160px;
}
body.dashboard section.dashboard-main div.submitter-dashboard-link p {
  color: #969490;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
}
body.dashboard section.dashboard-main div.submitter-dashboard-due_dates {
  background-color: #f8f9fa;
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin: 1rem 0 0 0;
}
body.dashboard section.dashboard-main div.submitter-dashboard-due_dates h3, body.dashboard section.dashboard-main div.submitter-dashboard-due_dates .h3 {
  text-transform: uppercase;
}
body.dashboard section.dashboard-main div.submitter-dashboard-due_dates h3 span, body.dashboard section.dashboard-main div.submitter-dashboard-due_dates .h3 span {
  font-weight: 200 !important;
}
body.dashboard section.dashboard-main div.submitter-dashboard-due_dates div.quarter-info {
  display: flex;
  flex-direction: column;
}
body.dashboard section.dashboard-main div.submitter-dashboard-due_dates div.quarter-info div.year-and-quarter-label {
  font-size: 16;
  text-decoration: underline;
}
body.dashboard section.dashboard-main div.submitter-dashboard-due_dates div.quarter-info div.due-date span {
  text-transform: capitalize;
}
body.dashboard ol.dashboard-display {
  display: flex;
  flex-basis: 60%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.dashboard ol.dashboard-display li {
  background-color: #f1f1ef;
  flex-basis: 45%;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 12px 12px 60px 12px;
  padding: 0.75rem 0.75rem 3.75rem 0.75rem;
  position: relative;
  text-align: center;
}
body.dashboard ol.dashboard-display li.quarter-box {
  background: none !important;
  color: #969490;
  flex-basis: 8%;
  padding-left: 0px;
  padding-left: 0;
  max-width: 8%;
}
body.dashboard ol.dashboard-display li.quarter-box .quarter-callout {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 72px;
  margin-top: 4.5rem;
  text-align: center;
}
body.dashboard ol.dashboard-display li.quarter-box .year-callout {
  color: #787672;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
body.dashboard ol.dashboard-display li.active {
  background-color: #fffbe8;
}
body.dashboard ol.dashboard-display li p.detail {
  font-style: italic;
  margin: 0px 12px;
  margin: 0 0.75rem;
}
body.dashboard ol.dashboard-display li section.dashboard-message {
  margin-top: 6px;
  margin-top: 0.375rem;
}
body.dashboard ol.dashboard-display li section.dashboard-message .dashboard-message-label {
  text-transform: capitalize;
}
body.dashboard ol.dashboard-display li .duedate-label {
  text-transform: capitalize;
}
body.dashboard ol.dashboard-display li section.dashboard-breakdown table {
  margin-left: auto;
  margin-right: auto;
}
body.dashboard ol.dashboard-display li section.dashboard-breakdown table td {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #4c8118;
  padding: 0px 6px;
  padding: 0 0.375rem;
  vertical-align: middle;
}
body.dashboard ol.dashboard-display li section.dashboard-breakdown table td.breakdown-label {
  text-transform: uppercase;
}
body.dashboard ol.dashboard-display li section.dashboard-breakdown table td.error-cell {
  color: #a80000;
}
body.dashboard ol.dashboard-display li section.dashboard-breakdown table td.good-cell {
  color: #4c8118;
}
body.dashboard ol.dashboard-display li section.dashboard-breakdown table td.normal-cell {
  color: #597699;
}
body.dashboard ol.dashboard-display li section.dashboard-breakdown table td.divider-row {
  border-top: 1px solid #969490;
}
body.dashboard ol.dashboard-display li section.dashboard-breakdown table th,
body.dashboard ol.dashboard-display li section.dashboard-breakdown table tr td:first-child {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0px 6px;
  padding: 0 0.375rem;
}
body.dashboard ol.dashboard-display.grid-view li {
  max-width: 45%;
}
body.dashboard ol.dashboard-display.grid-view li section.dashboard-messages.left-justified {
  text-align: left;
}
body.dashboard ol.dashboard-display.grid-view li section.deadline {
  background-color: rgba(102, 102, 102, 0.1);
  display: flex;
  align-items: center;
  justify-content: right;
  height: 55px;
  padding: 6px;
  padding: 0.375rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}
body.dashboard ol.dashboard-display.grid-view li section.deadline div.datestyler {
  overflow: hidden;
}
body.dashboard ol.dashboard-display.grid-view li p.deadline-type {
  color: #666;
  font-weight: 300;
  margin: -6px 0px 12px -6px;
  margin: -0.375rem 0 0.75rem -0.375rem;
  text-align: left;
  text-transform: uppercase;
}
body.dashboard ol.dashboard-display.grid-view li p.deadline-type span {
  display: none;
}
body.dashboard ol.dashboard-display.timeline-view li {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  flex-basis: 100%;
  padding: 12px;
  padding: 0.75rem;
  text-align: left;
}
body.dashboard ol.dashboard-display.timeline-view li p {
  text-align: left;
}
body.dashboard ol.dashboard-display.timeline-view li p.detail {
  margin: 0px;
  margin: 0;
}
body.dashboard ol.dashboard-display.timeline-view li p.detail-grid {
  display: none;
}
body.dashboard ol.dashboard-display.timeline-view li p.deadline-type {
  background-color: #555;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin: -12px 12px -12px -12px;
  margin: -0.75rem 0.75rem -0.75rem -0.75rem;
  padding: 12px;
  padding: 0.75rem;
  text-transform: uppercase;
  flex-basis: 120px;
}
body.dashboard ol.dashboard-display.timeline-view li p.deadline-type span {
  font-size: 20px;
  font-size: 1.25rem;
}
body.dashboard ol.dashboard-display.timeline-view li p.deadline-type b {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
}
body.dashboard ol.dashboard-display.timeline-view li p.deadline {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1;
  margin-left: auto;
  margin-right: 6px;
  margin-right: 0.375rem;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}
body.dashboard ol.dashboard-display.timeline-view li p.deadline span:first-of-type {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
body.dashboard ol.dashboard-display.timeline-view li p.deadline span:nth-of-type(2) {
  display: none;
}
body.dashboard ol.dashboard-display.timeline-view li p.deadline span.conj {
  display: none;
}
body.dashboard ol.dashboard-display.timeline-view li .dashboard-breakdown {
  display: none;
}
body.dashboard ol.dashboard-display.timeline-view li .timeline-textbox {
  flex-basis: 490px;
  margin-left: 15px;
}
body.dashboard ol.dashboard-display.timeline-view li.grid-data .dashboard-breakdown {
  display: block;
  flex-basis: 250px;
  margin-left: 5px;
}
body.dashboard ol.dashboard-display.timeline-view li.grid-data .timeline-textbox {
  flex-basis: 240px;
  margin-left: 10px;
}
body.dashboard ol.dashboard-display.timeline-view li button + p.deadline {
  margin-left: 6px;
  margin-left: 0.375rem;
}
body.dashboard ol.dashboard-display.timeline-view li.complete p.deadline-type {
  background-color: #4c8118;
}
body.dashboard ol.dashboard-display.timeline-view li.incomplete p.deadline-type {
  background-color: #d2c06a;
}
body.dashboard ol.dashboard-display.timeline-view li.active p.deadline-type {
  background-color: #d2c06a;
}
body.dashboard ol.dashboard-display.timeline-view li.next-deadline p.deadline-type {
  background-color: #2762a6;
}
body.dashboard ol.dashboard-display.timeline-view li h1, body.dashboard ol.dashboard-display.timeline-view li .h1 {
  float: none;
  margin: 0px;
  margin: 0;
}
body.dashboard ol.dashboard-display.timeline-view li.complete h1, body.dashboard ol.dashboard-display.timeline-view li.complete .h1 {
  color: #4c8118;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
body.dashboard ol.dashboard-display.timeline-view li .timeline-duedates {
  margin-top: 24px;
  margin-top: 1.5rem;
}
body.dashboard aside#dash_meta {
  flex-basis: 39%;
}
body.dashboard section#performance {
  background-color: #f0f0f0;
  border: 1px solid #fff;
  margin: 12px 0px;
  margin: 0.75rem 0;
  padding: 6px 12px 12px 12px;
  padding: 0.375rem 0.75rem 0.75rem 0.75rem;
}
body.dashboard section#performance h1, body.dashboard section#performance .h1 {
  font-size: 16px;
  font-size: 1rem;
  color: #6f6d69;
  float: none;
}
body.dashboard section#performance svg {
  max-width: 100%;
}
body.dashboard section#performance svg path.domain {
  visibility: hidden;
}

body.data-management section#datamanagement {
  padding: 0px 12px;
  padding: 0 0.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.data-management section#datamanagement h1, body.data-management section#datamanagement .h1 {
  flex-basis: 100%;
}
body.data-management section#datamanagement h2, body.data-management section#datamanagement .h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
body.data-management section#datamanagement section.mrr-function,
body.data-management section#datamanagement section.dr-function {
  background-color: #f1f1ef;
  border-radius: 8px;
  flex-basis: 49.5%;
  padding: 12px;
  padding: 0.75rem;
}
body.data-management section#datamanagement form#data-management-form {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
body.data-management section#datamanagement form#data-management-form .form-group {
  flex-basis: 100%;
  margin-bottom: 1rem;
}
body.data-management section#datamanagement form#data-management-form .form-group .form-check {
  min-height: unset;
}
body.data-management section#datamanagement form#data-management-form .form-group .form-check .form-check-input {
  cursor: pointer;
  margin-top: 0.1em;
}
body.data-management section#datamanagement form#data-management-form .form-group div.form-check-input {
  border: none;
}
body.data-management section#datamanagement form#data-management-form .form-group span.button-wrapper:has(button:disabled) {
  cursor: not-allowed;
}
body.data-management section#datamanagement u {
  text-decoration: underline;
}

#enrollments-form-wrapper {
  margin: 12px;
  margin: 0.75rem;
}
#enrollments-form-wrapper .callout.alert {
  background-size: 140px;
  padding-left: 160px;
  min-height: 160px;
}
#enrollments-form-wrapper .callout.alert a:hover {
  color: #0056b3;
}
#enrollments-form-wrapper form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#enrollments-form-wrapper form fieldset {
  flex-basis: 50%;
}
#enrollments-form-wrapper form fieldset div.mb-3 {
  margin-bottom: 1.25rem;
}
#enrollments-form-wrapper form fieldset div.mb-3 input.is-invalid {
  margin-bottom: 0.5rem;
}
#enrollments-form-wrapper form button {
  flex-basis: 100%;
}
#enrollments-form-wrapper form h3, #enrollments-form-wrapper form .h3 {
  font-size: 16px;
  font-size: 1rem;
}

body.help #training-materials {
  background: #fbfbfa;
  border: 1px solid #f1f1ef;
  padding: 12px;
  padding: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
body.help #training-materials ul.materials-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.help #training-materials ul.materials-list > li {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  flex-basis: 20%;
}
body.help #training-materials ul.materials-list > li > ul {
  padding-left: 12px;
  padding-left: 0.75rem;
}
body.help #training-materials ul.materials-list > li > ul a:hover {
  color: #0056b3;
}
body.help #licensed-content a:hover {
  color: #0056b3;
}
body.help #other-help-areas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body.help #other-help-areas div {
  flex-basis: 50%;
}
body.help #other-help-areas a:hover {
  color: #0056b3;
}
body.help #freq-questions h3, body.help #freq-questions .h3 {
  margin-top: 24px;
  margin-top: 1.5rem;
}
body.help #freq-questions a:hover {
  color: #0056b3;
}
body.help p#need-more-help {
  text-align: center;
}
body.help p#need-more-help a:hover {
  text-decoration: none;
}
body.help #support-videos ul {
  list-style: none;
}
body.help #support-videos ul li {
  padding-bottom: 3px;
}
body.help #license-terms {
  background-color: rgb(223.3224852071, 233.3905325444, 245.1775147929);
  border-radius: 10px;
  margin: 0px 0px 24px 0px;
  margin: 0 0 1.5rem 0;
  padding: 24px;
  padding: 1.5rem;
}
body.help #license-terms ol {
  margin: 0px;
  margin: 0;
}

body.reports #reports-generator {
  padding: 0px 12px;
  padding: 0 0.75rem;
}
body.reports #reports-generator form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.reports #reports-generator form input {
  margin-bottom: 1em !important;
}
body.reports #reports-generator form input:focus {
  border: 2px solid black;
  outline: none;
  box-shadow: none;
}
body.reports #reports-generator form input[type=radio]:focus.form-check-input,
body.reports #reports-generator form input[type=radio]:hover.form-check-input {
  border: 1px solid #555;
  box-shadow: none;
}
body.reports #report-selector {
  flex-basis: 30%;
}
body.reports #report-selector label {
  margin-bottom: 0.25rem;
}
body.reports #report-detail-selector {
  flex-basis: 69%;
}
body.reports #report-detail-selector .row .col .mb-3 {
  margin-bottom: 1rem;
}
body.reports #report-detail-selector .row .col .mb-3 label {
  margin-bottom: 0.25rem;
}
body.reports #report-action-buttons {
  flex-basis: 100%;
  text-align: center;
}

body.session main {
  margin: 0 auto;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  width: 600px;
}
body.session main header.login-header,
body.session main header.passreset-header {
  padding-top: 24px;
  padding-top: 1.5rem;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
body.session main header.login-header h1, body.session main header.login-header .h1,
body.session main header.passreset-header h1,
body.session main header.passreset-header .h1 {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 200;
}
body.session section.login-form {
  background: #bfd255; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bfd255", endColorstr="#9ecb2d",GradientType=0 ); /* IE6-9 */
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  margin: 0 -3em;
  overflow: hidden;
  padding: 24px;
  padding: 1.5rem;
  position: relative;
}
body.session section.login-form a.login-btn:hover {
  text-decoration: none;
}
body.session section.login-form p.login-problems {
  text-align: center;
}
body.session section.login-form p.login-problems a,
body.session section.login-form p.login-problems a:link {
  color: #444;
  text-decoration: underline;
}
body.session section.login-form p.inactivity-message {
  background-color: #2762a6;
  color: white;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-right: -24px;
  margin-right: -1.5rem;
  margin-bottom: -24px;
  margin-bottom: -1.5rem;
  padding: 6px;
  padding: 0.375rem;
  text-align: center;
}
body.session form {
  margin: 0 auto;
  width: 340px;
}
body.session form .submit-block {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
body.session form .submit-block .btn {
  width: 50%;
}
body.session form .submit-block .btn.send-instructions-btn {
  width: 100%;
}
body.session form#password-reset-request-form {
  width: 100%;
}
body.session form#password-reset-request-form label {
  margin-top: 24px;
  margin-top: 1.5rem;
}
body.session form#password-reset-request-form input {
  font-size: 24px;
  font-size: 1.5rem;
  width: 100%;
}
body.session section.login-options ul {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  text-align: center;
}
body.session section.login-options ul li {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 32%;
}
body.session section.login-options ul li .btn-secondary {
  height: 60px;
  vertical-align: middle;
}
body.session section.login-options ul li a:hover {
  text-decoration: none;
}
body.session section.login-options ul li .enrollments-btn {
  padding-top: 19px;
}
body.session #problems-logging-in-link {
  text-align: center;
}
body.session #problems-logging-in-link a:hover {
  color: #0056b3;
}
body.session #problems-logging-in-link button {
  margin: 20px auto 0;
}
body.session #password-resets header {
  background-color: #444;
  background-image: url("/assets/images/system13_logo_icon.svg");
}
.no-svg body.session #password-resets header {
  background-image: url("/assets/images/system13_logo_icon-96aa65118902f238a989f7716f0dfb84.png");
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg body.session #password-resets header {
    background-image: url("/assets/images/system13_logo_icon@2x-7b459a0ec2d7ed5197d3182a5066da9f.png");
  }
}
body.session #password-resets header {
  background-position: 98% 50%;
  background-repeat: no-repeat;
  border-radius: 15px 15px 0 0;
  margin: 2.4px -26.4px 24px -21.6px;
  margin: 0.15rem -1.65rem 1.5rem -1.35rem;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  text-align: left;
  width: calc(100% + 2.6rem);
}
body.session #password-resets header h2, body.session #password-resets header .h2 {
  color: #fff;
  font-weight: 300;
}
body.session #password-resets .passreset-form h4, body.session #password-resets .passreset-form .h4 {
  margin: 36px;
  margin: 2.25rem;
  text-align: center;
}
body.session .passreset-error {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.passreset-complexity {
  flex-basis: 50%;
}

#password-complexity-rules {
  background-color: rgb(223.3224852071, 233.3905325444, 245.1775147929);
  border-radius: 10px;
  margin: 0px 0px 24px 0px;
  margin: 0 0 1.5rem 0;
  padding: 24px;
  padding: 1.5rem;
}
#password-complexity-rules ol {
  margin: 0px;
  margin: 0;
}

#password-complexity-rules h3, #password-complexity-rules .h3 {
  border-bottom: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

#password-update-form {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
#password-update-form .mb-3 {
  margin-bottom: 1.25rem;
}
#password-update-form .mb-3 input.is-invalid {
  margin-bottom: 0.5rem;
}

body.upload .container {
  width: 1040px;
}
body.upload .account-info h1, body.upload .account-info .h1 {
  margin-top: 48px;
  margin-top: 3rem;
}
body.upload section.upload-main {
  padding: 0px 24px;
  padding: 0 1.5rem;
}
body.upload section.upload-main h1, body.upload section.upload-main .h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
body.upload section.upload-main label.input-group-btn {
  margin-right: 12px;
  margin-right: 0.75rem;
  padding-top: 6px;
  padding-top: 0.375rem;
}
body.upload section.upload-main label.input-group-btn + input {
  vertical-align: middle;
}
body.upload section.upload-main .form-check-inline .form-check-input {
  margin: 0px 4.8px 0px 0px;
  margin: 0 0.3rem 0 0;
}

body.download section.download-main {
  padding: 0px 12px;
  padding: 0 0.75rem;
}
body.download section.download-main h1, body.download section.download-main .h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
body.download section.download-main .table-primary,
body.download section.download-main .table-primary > th,
body.download section.download-main .table-primary > td {
  background-color: none;
  border: none !important;
}
body.download section.download-main .table-primary table thead {
  background-color: #f1f1ef;
  border-top: 1px solid #555;
  border-bottom: 2px solid #555;
}
body.download section.download-main .table-primary table thead th {
  border: none !important;
  padding: 6px;
  padding: 0.375rem;
  text-transform: uppercase;
}
body.download section.download-main .table-primary table thead th i {
  position: relative;
  top: 3px;
}

.pagination {
  align-items: center;
  justify-content: center;
  margin: 24px 0px 0px 0px;
  margin: 1.5rem 0 0 0;
}
.pagination .page-link {
  color: #3873b7;
}
.pagination .page-item.active .page-link {
  background-color: #3873b7;
  border-color: #2762a6;
}

body.users section.user-management {
  padding: 0px 12px;
  padding: 0 0.75rem;
}
body.users section.user-management section#user-management-table {
  position: relative;
  top: -60px;
}
body.users section.user-management section#user-management-create-button-section {
  text-align: right;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
body.users section.user-management div#user-management-table-buttons-delete-section:has(button:disabled) {
  cursor: not-allowed;
}
body.users #user-management-entry-form span.button-wrapper:has(button:disabled) {
  cursor: not-allowed;
}
body.users #user-management-entry-form a:hover {
  color: #0056b3;
}
body.users #user-management-entry-form div#user-management-user-login div.col-6 {
  display: flex;
  align-items: center;
}
body.users #user-management-entry-form #no-user-updates-info p {
  color: #444444;
  margin-bottom: 20px;
}
body.users #user-management-entry-form #no-user-updates-info p span {
  font-weight: 700;
}
body.users #user-management-entry-form div.form-group,
body.users #user-management-entry-form div.mb-3 {
  display: block;
  margin-bottom: 24px;
}
body.users #user-management-entry-form div.form-group input.form-control,
body.users #user-management-entry-form div.mb-3 input.form-control {
  margin: 0;
}
body.users #user-management-entry-form div.form-group p.input-info-message,
body.users #user-management-entry-form div.mb-3 p.input-info-message {
  font-size: 12px;
  font-style: italic;
  margin: 0.25em 0;
}
body.users #user-management-entry-form div.form-group .form-control:disabled,
body.users #user-management-entry-form div.mb-3 .form-control:disabled {
  cursor: not-allowed;
}
body.users #user-management-entry-form .form-check.form-check-inline {
  height: 1em !important;
}
body.users #user-management-entry-form label.form-label {
  margin-bottom: 0.25rem;
}
body.users #user-management-entry-form .form-check {
  min-height: unset;
  padding-left: 1.25em;
}
body.users #user-management-entry-form .form-check .form-check-input {
  cursor: pointer;
  margin-top: 0.2em;
  margin-left: -1.25em;
  height: 13px !important;
  width: 13px !important;
}
body.users #modal-overlays ol li.ordered-list-item {
  margin-bottom: 1em;
}
body.users #modal-overlays .legal-buttons p {
  margin-bottom: 1em;
}

.not-visible {
  display: none;
}

.col-overflow {
  overflow: auto;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.color-red {
  color: #a80000;
}

.color-green {
  color: #4c8118;
}

.color-blue {
  color: blue;
}

.lighgrey-bg {
  background: lightgrey;
}

#audit-error-messages-list {
  list-style: none;
}

.summary-row1 {
  height: 60px;
  position: sticky;
  top: 0;
  align-self: flex-start;
  z-index: 100;
}

.summary-row2 {
  height: 530px;
}

.tab-pane {
  height: 605px;
  overflow: auto;
}

#occurrences ol {
  list-style: none;
}

.no-margin {
  margin: 0;
}

.diagnoses-col {
  height: 605px;
  overflow: auto;
}

.procedures-col {
  height: 605px;
}

.c01-report-name {
  font-size: large;
  font-weight: bold;
}

.card-text-smaller {
  font-size: 0.75rem;
}

.loading-pane {
  width: 862px;
  height: 605px;
}

.wait {
  cursor: wait !important;
}

span.text-success {
  color: #407708 !important;
}

span.text-danger {
  color: #a80000 !important;
}

span.text-warning {
  color: #2762a6 !important;
}

label#Inpatient,
label#Outpatient,
label#Outpatient\ -\ Institutional,
label#Outpatient\ -\ Professional {
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
}

.text-muted {
  color: #666f77 !important;
}

img.qr-code {
  width: 180px;
  height: 180px;
  margin: 5px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.border-right {
  border-right: 1px solid #dee2e6;
}

p {
  hyphens: manual;
}

input[type=radio].form-check-input {
  appearance: auto;
  height: 1em !important;
  width: 1em !important;
  border-radius: 50%;
  border: 1px solid #777;
}

input[type=radio]:checked.form-check-input {
  border: 1px solid #3873b7;
  background-color: white;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%3873b7'/></svg>");
  background-size: 140%;
}

input[type=radio]:checked:hover.form-check-input {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%2762a6'/></svg>");
}

input[type=radio]:focus.form-check-input,
input[type=radio]:hover.form-check-input {
  border: 1px solid #555;
  box-shadow: none;
}

#practitioners-pane form section#practitioners div.row div.col-2 dd {
  display: flex;
  flex-direction: column;
}
#practitioners-pane form section#practitioners div.row div.col-2 dd input {
  width: 50% !important;
  margin-bottom: 0 !important;
}

.ember-power-select-placeholder {
  color: #767676;
}

.ember-power-select-selected-item {
  white-space: nowrap;
  margin-left: 8px;
  overflow: hidden !important;
  display: block;
  text-overflow: ellipsis;
  width: 92%;
}

.ember-power-select-clear-btn {
  right: 15px;
  top: 30%;
  width: 13px;
  height: 13px;
  color: #969490;
  border-radius: 13px;
  z-index: 10;
  line-height: 10px;
  text-align: center;
  font-weight: 800;
}

.ember-power-select-clear-btn:hover {
  color: #777;
}

.ember-power-select-status-icon:hover {
  border-color: #777 transparent transparent transparent;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}