@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: "Public Sans", sans-serif !important;
  font-size: 52px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -3%;
  color: #051532 !important;
}

h2 {
  font-family: "Public Sans", sans-serif !important;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -3%;
  color: #051532 !important;
}

h3 {
  font-family: "Public Sans", sans-serif !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1%;
}

h4 {
  font-family: "Public Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1%;
}

h5 {
  font-family: "Public Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

h6 {
  font-family: "Public Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

p {
  margin-bottom: 0 !important;
  color: #4F4F4F;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}

.claim-page {
  background-color: #ffffff;
}

.Content-heading-and-support {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form-progress-buttons {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin-top: 1.5rem;
}

.header {
  background-color: #00465a;
  background-image: url("Lines.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding: 10px 20px;
}

.mobile-header {
  background-color: #00465a;
  padding: 10px 20px;
}

.header .header-text,
.mobile-header .header-text {
  flex: 1;
  white-space: nowrap;
  margin-left: 1rem;
  color: #fff;
  font-weight: medium;
}

.dropdown-toggle::after {
  display: none !important;
}

.mobile-header {
  display: none;
}

.mobile-header .vertical-line {
  border-left: 1px solid white;
  height: 40px;
  margin: 0 10px;
}

.mobile-header .menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-header .menu-icon .icon {
  background-color: #e23039;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
}

.mobile-header .menu-icon .icon:hover {
  background-color: #00254a;
}

.mobile-header .menu-icon .icon:focus {
  outline: 2px solid white !important;
  outline-offset: 2px;
}

.mobile-header .menu-icon .menu-text {
  margin-top: 5px;
  color: white;
}

.mobile-header img {
  max-height: 30px;
}

i {
  z-index: 1;
  color: #ffffff;
}

.profile {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: right;
}

.profile-button {
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  color: #fff;
  background-color: transparent;
}

.profile-name {
  color: #fff;
}

.profile-name:hover {
  text-decoration: none;
}

.profile-button:hover {
  background-color: #e23039;
  padding: 10px;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
}

.dropdown-menu {
  transform: translate3d(-5px, 45.3333px, 0px) !important;
}

.content {
  flex: 1;
}

.banner {
  background-color: #e1f4f4;
  padding: 2rem 5rem !important;
}

.banner-overview {
  background-color: #e1f4f4;
  padding: 2rem 5rem 0 !important;
}

.banner-other {
  background-color: #F4F4F4;
  padding: 2rem 5rem;
}

.banner-content {
  text-align: left;
  margin-bottom: 10px;
}

.banner-title {
  font-size: 52px !important;
  margin-bottom: 10px;
  font-weight: 400 !important;
  margin-top: 0px;
}

.banner-subtext {
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 0px;
  padding-bottom: 0rem !important;
}

.banner-menu {
  background-color: #e1f4f4;
  color: #000000;
}

.banner-menu ul {
  display: flex;
  justify-content: left;
  padding-top: 10px;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.banner-menu li {
  font-size: 14px;
  padding: 16px 24px;
  list-style-type: none;
}

.banner-menu li:hover {
  border-bottom: 4px solid #051532;
}

.banner-menu li:focus {
  outline: none;
  border: 2px solid #051532;
  border-radius: 4px;
}

.banner-menu li:active {
  font-weight: bold;
  border-bottom: 4px solid #051532;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: bold;
  background-color: transparent;
  border: none;
}

.nav-item-active {
  font-weight: bold;
  border-bottom: 4px solid #051532;
}

.banner-menu a {
  text-decoration: none;
  color: #051532;
}

.section-title h3 {
  margin-top: 0px;
}

button {
  font-size: 1rem;
  padding: 12px 24px !important;
  margin-top: 10px;
  border: none;
  border-radius: 100px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

button:disabled {
  cursor: not-allowed;
}

.button {
  font-size: 1rem;
  padding: 12px 24px !important;
  margin-top: 10px;
  border: none;
  border-radius: 100px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.button:disabled {
  cursor: not-allowed;
}

.button-container {
  padding: 10px;
}

.btn.primary {
  background-color: #0076bd;
  color: #fff;
}

.btn.primary:hover {
  background-color: #124ab2;
}

.btn.primary:focus {
  outline: 2px solid #0076bd;
  outline-offset: 2px;
}

.btn.primary:active {
  background-color: #082354;
  color: #fff;
}

.btn.primary:disabled {
  background-color: #6a6a6a;
  color: #fff;
}

.btn.secondary {
  background-color: #fff;
  color: #0076bd;
  border: 1px solid #0076bd;
}

.btn.secondary:hover {
  background-color: #f4f4f4;
  text-decoration: underline;
}

.btn.secondary:focus {
  background-color: #f4f4f4;
  outline: 2px solid #0076bd;
}

.btn.secondary:active {
  background-color: #f4f4f4;
  color: #082354;
  border: 1px solid #082354;
}

.btn.secondary:disabled {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #6a6a6a;
}

.btn.tertiary {
  background-color: transparent;
  color: #124ab2;
  text-decoration: underline;
}

.btn.tertiary:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}

.btn.tertiary:focus {
  background-color: #f4f4f4;
  outline: 2px solid #0076bd;
}

.btn.tertiary:active {
  background-color: #f4f4f4;
  color: #082354;
}

.btn.tertiary:disabled {
  color: #6a6a6a;
  border: none;
}

/*Form stepper styling */
.stepper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
  margin-top: 1rem;
  padding-top: 1rem;
}

.step {
  display: flex;
  align-items: center;
  position: relative;
  color: #051532;
}

.circle {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 10px;
  border: 2px solid #051532;
  color: #051532;
}

.stepper-label {
  font-size: 16px;
}

.previous-step-label {
  font-size: 16px;
  color: #0076bd;
  text-decoration: underline;
}

.previous-step-label:hover {
  text-decoration: none;
}

.previous-step-icon {
  color: #0076bd;
  margin-right: 1rem;
}

.select-label {
  color: #051532;
}

.employment-infotext a,
.control a {
  color: #124AB2;
  text-decoration: underline;
}

.employment-infotext a:hover,
.control a:hover {
  color: #124AB2;
  text-decoration: none;
}

.employment-infotext a:active,
.control a:active {
  color: #124AB2;
  text-decoration: none;
}

.employment-infotext a:focus,
.control a:focus {
  color: #124AB2;
  text-decoration: underline;
  outline: 2px solid #124AB2;
}

.track {
  position: absolute;
  left: 15px;
  margin-top: 75px;
  width: 2px;
  height: 30px;
  background-color: #d8d8d8;
}

.step:last-child .track {
  display: none;
}

.completed .circle {
  background-color: #016b64;
  content: "✓";
  color: white;
  border: none;
  font-size: 16px;
}

.completed .stepper-label {
  text-decoration: underline;
}

.step-active .circle {
  color: #ffffff;
  border: none;
  background-color: #051532;
}

.step-active .stepper-label {
  font-weight: bold;
}

.help-support-container {
  position: relative;
}

/* .help-support {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
} */

.help-link {
  display: inline-block;
}

.card {
  margin: 30px 10px;
  border: 1px solid #ffffff;
  height: fit-content;
}

.course-card-header {
  color: #051532;
  font-weight: 500;
}

.card-title {
  color: #051532;
  margin-top: 0px;
}

.custom-hr {
  border: none;
  border-top: 2px solid #d8d8d8;
  margin: 15px 5px;
}

.card-box {
  border: 1px solid #d8d8d8;
  padding: 15px 20px;
  background-color: #ffffff;
  margin-top: 15px;
}

.card-body {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.view-more-link {
  color: #0076bd;
  font-size: 16px;
  font-weight: 600;
}

.view-more-link i {
  color: #0076bd;
  padding-left: 1rem;
}

.label-value-pair {
  margin-bottom: 0.5rem;
}

.field-label {
  color: #051532 !important;
}

.label,
.form-label {
  font-weight: bold;
  color: #051532 !important;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.value {
  color: #4f4f4f;
  display: block;
  font-size: 14px;
}

.section label {
  color: #051532 !important;
  margin-top: 1rem;
}

.form-value {
  color: #4f4f4f;
  display: block;
  font-size: 14px;
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 2rem;
}

.form-check {
  margin-top: 1rem !important;
}

.form-control {
  max-width: 400px;
  border-radius: 8px !important;
  border-color: #848484;
}

.form-control:hover,
.form-select:hover {
  border: 1px solid #0076bd;
}

.form-select:focus {
  border: none;
  outline: 2px solid #0076bd;
  box-shadow: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
  border: 1px solid #848484;
}

.table-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.input {
  padding-top: 0;
  padding-bottom: 0;
}

.input-group .input-group-addon {
  position: absolute !important;
  z-index: 20 !important;
  left: 58%;
  top: 50%;
  transform: translateY(-50%);
  color: #4f4f4f;
}

span.btn:hover {
  box-shadow: none !important;
  border: 1px solid #0076bd;
  border-radius: 0px 10px 10px 0px !important;
  outline: none;
}

span.btn:focus {
  box-shadow: none !important;
  border: 2px solid #0076bd;
  border-radius: 0px 10px 10px 0px !important;
  outline: none;
}

.control {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.control h5 {
  color: #051532;
  font-weight: 700;
  margin-top: 1rem;
}

/*.crmEntityFormView .cell {
  padding: 0 0 24px 0;
}*/

.crmEntityFormView .cell {
  padding: 0 !important;
}

.crmEntityFormView .actions {
  margin: 0 0 24px 0;
  padding: 16px 0 0 0;
}

html[dir="ltr"] .crmEntityFormView .cell.boolean-radio-cell input[type="radio"]:first-child {
  margin-left: 10px;
}

html[dir="ltr"] .crmEntityFormView .cell.boolean-radio-cell input[type="radio"] {
  margin: 2px 10px 5px 10px;
}

.crmEntityFormView .cell.boolean-radio-cell input[type="radio"] {
  vertical-align: middle;
}

.radio-container>span {
  display: grid !important;
  grid-template-columns: auto 1fr;
  grid-auto-rows: min-content;
  gap: 0.8em 0em !important;
  align-items: center;
}

.radio-container>span>input[type="radio"] {
  appearance: none;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #4f4f4f;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.radio-container>span>input[type="radio"]:checked {
  margin-left: 0.5em;
  background-color: #0076bd;
  border-color: #0076bd !important;
  white-space: nowrap;
}

.radio-container>span>input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.radio-container>span>input[type="radio"]:hover {
  border-color: #0076bd;
}

.radio-container>span>input[type="radio"]:focus {
  border: 3px solid #0076bd;
}

.radio-container>span>input[type="radio"]:checked:hover {
  outline: 1px solid #0076bd;
  outline-offset: 2px;
}

.radio-container>span>input[type="radio"]:checked:focus {
  outline: 2px solid #0076bd;
  outline-offset: 2px;
}

.radio-container>span>input[type="radio"]:disabled {
  border-color: #4f4f4f;
  opacity: 50%;
  cursor: not-allowed;
}

.radio-container>span>label[for][disabled] {
  border-color: #4f4f4f;
  opacity: 50%;
  cursor: not-allowed;
}

.radio-container>span>input[type="radio"].error {
  border-color: #c01b23;
}

.radio-container>span>label {
  margin-left: 0.5em;
  cursor: pointer;
  white-space: nowrap;
}

/* Old form styles */
.optional {
  color: #4f4f4f;
  margin-left: 4px;
}

.form-description-text {
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 10px;
}

.form-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 2rem;
  font-size: 14px;
  border: 1px solid #848484;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s ease;
}

input.form-control {
  border: 1px solid #848484;
}

.form-input:hover,
.form-control:hover,
.form-select:hover {
  border: 1px solid #0076bd;
}

.form-input:focus,
.form-control:focus,
.form-select:focus {
  border: 2px solid #0076bd;
  box-shadow: none;
}

.form-input:disabled,
.form-control:disabled,
.form-select:disabled {
  background-color: #f4f4f4;
  border: 1px solid #848484;
}

.form-group.error .form-input {
  border-color: #c01b23;
}

.input-error-message {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 2rem;
  font-size: 14px;
  color: #c01b23;
}

.input-error-message i {
  margin-right: 8px;
  color: #c01b23;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}

.dropdown-field {
  appearance: none;
  width: 100%;
  padding: 10px 36px 10px 12px;
  font-size: 14px;
  color: #4f4f4f;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.dropdown-field option[disabled] {
  color: #aaa;
}

.dropdown-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #4f4f4f;
  pointer-events: none;
}

.dropdown-field:hover {
  border-color: #0076bd;
}

.dropdown-field:focus {
  outline: none;
  border: 2px solid #0076bd;
}

.dropdown-field:focus-visible {
  border: 2px solid #0076bd;
}

.dropdown-field:disabled {
  background-color: #f4f4f4;
  border: 1px solid #4f4f4f;
  color: #4f4f4f;
  cursor: not-allowed;
}

.dropdown-field option {
  text-align: left;
}

.dropdown-field:focus option:checked {
  background-color: #0076bd30;
  color: #4f4f4f;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 2rem;
}

.search-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}

.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #4f4f4f;
  pointer-events: none;
}

.search-field {
  width: 100%;
  padding: 10px 12px 10px 36px;
  font-size: 14px;
  color: #4f4f4f;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.search-field:hover {
  border-color: #0076bd;
}

.search-field:focus {
  outline: none;
  border: 2px solid #0076bd;
}

.search-field:disabled {
  background-color: #f4f4f4;
  color: #4f4f4f;
  border: 1px solid #4f4f4f;
  cursor: not-allowed;
}

.search-wrapper.error .search-field {
  border-color: #c01b23;
}

.radio-option {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #4f4f4f;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

.radio-circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #4f4f4f;
  border-radius: 50%;
  background-color: #fff;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.radio-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.radio-option input[type="radio"]:checked~.radio-circle {
  outline: 3px solid #0076bd;
  outline-offset: 2px;
  background-color: #0076bd;
}

.radio-option input[type="radio"]:checked~.radio-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.radio-option input[type="radio"]:hover~.radio-circle {
  border: 2px solid #0076bd;
}

.radio-option input[type="radio"]:focus~.radio-circle {
  border: 3px solid #0076bd;
}

.radio-option input[type="radio"]:disabled~.radio-circle {
  border: 2px solid #4f4f4f;
  opacity: 50%;
}

.radio-option input[type="radio"]:disabled+span {
  cursor: not-allowed;
  color: #4f4f4f;
  opacity: 50%;
}

.radio-option span+span {
  margin-left: 8px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 2rem;
}

.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #4f4f4f;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  margin-right: 8px;
  position: relative;
  margin-left: 0.25rem !important;
}

.custom-checkbox:checked {
  background-color: #0076bd;
  border-color: #0076bd;
  position: relative;
}

.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 3px;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 8px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox:hover {
  border-color: #0076bd;
}

.custom-checkbox:focus {
  outline: none;
  border: 3px solid #0076bd;
}

.custom-checkbox:disabled {
  border-color: #4f4f4f50;
  color: #4f4f4f50;
}

.date-picker-wrapper {
  position: relative;
  width: 50%;
}

.date-picker-field {
  width: 100%;
  padding: 10px 36px 10px 12px;
  font-size: 14px;
  color: #4f4f4f;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.3s ease;
  cursor: pointer;
}

.calendar-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #4f4f4f;
  pointer-events: none;
}

.calendar-icon:focus {
  outline: none;
  border: 2px solid #0076bd;
}

.date-picker-field:hover {
  border: 1px solid #0076bd;
}

.date-picker-field:focus {
  outline: none;
  border: 2px solid #0076bd;
}

.flatpickr-calendar .flatpickr-months {
  display: flex;
  justify-content: flex-start;
  order: 1;
}

.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month {
  order: 2;
  font-size: 16px;
}

.flatpickr-weekday {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.flatpickr-calendar {
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba (0, 0, 0, 0.1);
}

.flatpickr-day {
  color: #4f4f4f;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.flatpickr-day:hover {
  border: 1px solid #0076bd;
  background-color: #fff;
}

.flatpickr-day.selected {
  background-color: #0076bd;
  color: #fff;
}

.flatpickr-day.today {
  border: 1px solid #0076bd;
  color: #4f4f4f;
}

.grey-icon {
  color: #4f4f4f;
  padding-right: 0.5rem;
}

.warning-icon {
  color: #ab440a;
  padding-right: 0.5rem;
}

.success-icon {
  color: #016b64;
  padding-right: 0.5rem;
}

.danger-icon {
  display: block !important;
  font-weight: 600;
  margin-bottom: 4px;
  color: #c01b23;
  padding-right: 0.5rem;
}

.blue-icon {
  color: #124ab2;
}

.info-pair {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.info-label {
  font-weight: bold;
  color: #051532;
  margin-right: 8px;
  white-space: nowrap;
  font-size: 14px;
}

.info-value {
  color: #4f4f4f;
  word-wrap: break-word;
  flex: 1;
  font-size: 14px;
}

.pill-spacing {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

.pill {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #0d3885;
  background-color: #dce7fc;
  border-radius: 8px;
  text-align: right;
  white-space: nowrap;
}

.pill-grey {
  color: #4f4f4f;
  background-color: #f4f4f4;
}

.pill-warning {
  color: #ab440a;
  background-color: #fef4d9;
}

.pill-success {
  color: #016b64;
  background-color: #e1f4f4;
}

.pill-danger {
  color: #c01b23;
  background-color: #fdeef4;
}

.text-success {
  color: #016b64;
}

.text-warning {
  color: #ab440a;
}

.text-secondary {
  color: #4f4f4f;
}

.text-danger {
  color: #c01b23;
}

.menu-contianer {
  position: relative;
}

.menu-button {
  background: none;
  border: none;
  color: #0076bd !important;
  cursor: pointer;
  padding: 5px 10px;
}

.card-warning {
  background-color: #fef4d9;
  color: #051532;
  border: 1px solid #ab440a;
  padding: 1.5rem;
  margin: 2rem 0;
  gap: 0.5rem;
}

.card-warning .icon {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #ab440a;
}

.card-warning p,
.card-error p,
.card-success p,
.card-information p {
  color: #4f4f4f;
}

.card-warning a,
.card-error a,
.card-success a,
.card-information a {
  color: #124ab2;
  font-size: 1rem;
}

.card-warning a:hover,
.card-error a:hover,
.card-success a:hover,
.card-information a:hover {
  text-decoration: none;
}

.card-warning a:focus,
.card-error a:focus,
.card-success a:focus,
.card-information a:focus {
  outline: 2px solid #124ab2;
  border-radius: 1px;
}

.card-warning a:active,
.card-error a:active,
.card-success a:active,
.card-information a:active {
  text-decoration: none;
}

.card-error {
  background-color: #fdeef4;
  color: #051532;
  border: 1px solid #c01b23;
  padding: 1.5rem;
  margin: 2rem 0;
  gap: 0.5rem;
}

.card-error .icon {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #c01b23;
}

.card-success {
  background-color: #e1f4f4;
  color: #051532;
  border: 1px solid #016b64;
  padding: 1.5rem;
  margin: 2rem 0;
  gap: 0.5rem;
}

.card-success .icon {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #016b64;
}

.card-information {
  background-color: #f4f4f4;
  color: #051532;
  border: 1px solid #082354;
  padding: 1.5rem;
  margin: 2rem 0;
  gap: 0.5rem;
}

.card-information .icon {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #082354;
}

.dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: #ffffff;
  color: #bdbdbd;
  outline: none;
  transition: border 0.24s ease-in-out;
  width: 100%;
  padding-top: 10px;
}

.attachmentsLbl {
  width: "50%";
  padding: 30px 0px 10px 0px !important;
}

.root-222 {
  outline: transparent;
  position: relative;
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 4px;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  color: #0076bd;
  user-select: none;
  margin-top: 0px !important;
}

.root-241 {
  outline: transparent;
  position: relative;
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 4px;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  color: #0076bd;
  user-select: none;
}

.root-270 {
  font-family: "Public Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  background: #fff;
  position: relative;
  min-width: 100%;
  vertical-align: top;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  box-sizing: content-box;
  padding-bottom: 1px;
  padding-top: 16px;
  border-bottom: 1px solid #fff;
  cursor: default;
  user-select: none;
}

.cell-297 {
  outline: transparent;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-height: 32px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 12px;
}

.root-298 {
  animation-name: css-98;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both;
  font-family: "Public Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-weight: 400;
  outline: transparent;
  position: relative;
  background: #fff;
  color: rgb(55, 55, 55);
  display: inline-flex;
  min-width: 100%;
  min-height: 32px;
  white-space: nowrap;
  padding: 0px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  border: 0px;
}

.fields-305 {
  display: flex;
  align-items: center;
}

.cell-301 {
  outline: transparent;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-height: 32px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 12px;
}

.cell-301 i {
  color: #0076bd;
}

.icon-304 {
  font-size: 16px;
  margin: 0px 4px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  flex-shrink: 0;
  color: #0076bd;
  font-weight: 600;
}

.icon-305 {
  font-size: 16px;
  margin: 0px 4px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  flex-shrink: 0;
  color: #0076bd;
  font-weight: 600;
}

.icon-308 {
  font-size: 16px;
  margin: 0px 4px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  flex-shrink: 0;
  color: #0076bd;
}

footer {
  padding: 1rem 4rem 2rem 4rem;
  background-color: #00465a;
  text-align: left;
  color: #ffffff;
  font-size: 14px;
}

.footer-line {
  border-top: 2px solid #ffffff;
  margin-bottom: 0 auto 10px auto;
  width: 100%;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: nowrap;
  padding: 0.5rem 2rem;
}

.footer-content img {
  width: 6rem;
  height: auto;
  padding-bottom: 1rem;
}

.footer-content p {
  margin: 0;
  color: #fff;
}

.footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
}

.footer-links a {
  color: #ffffff;
  margin: 0 15px;
  font-size: 14px;
}

.footer-links a:focus {
  outline: 2px solid white;
  outline-offset: 2px;
  background-color: transparent;
  border-radius: 1px;
}

.footer-links a:hover,
.footer-links a:active {
  text-decoration: none;
}

.acknowledgement {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: white !important;
}

.button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rbga(255, 255, 255, 0);
  z-index: 10;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-accordion {
  display: flex;
  gap: 5px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.accordion-section {
  width: 20px;
  height: 100px;
  background-color: #0076bd;
  animation: accordion-animate 1.1s infinite ease-in-out;
}

.accordion-1 {
  animation-delay: 0s;
}

.accordion-2 {
  animation-delay: 0.2s;
}

.accordion-3 {
  animation-delay: 0.4s;
}

.accordion-4 {
  animation-delay: 0.6s;
}

.accordion-5 {
  animation-delay: 0.8s;
}

@keyframes accordion-animate {

  0%,
  100% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(0.4);
  }
}

@media (max-width: 1024px) {
  .header {
    background-size: auto 100%;
    background-position: left top;
  }

  .profile,
  .notification-icon {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .header {
    background-position: right !important;
  }

  .input-group .input-group-addon {
    position: absolute !important;
    z-index: 20 !important;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    color: #4f4f4f;
  }
}

@media (max-width: 768px) {
  .header {
    display: none !important;
  }

  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-header .logo-text {
    display: flex !important;
    flex-direction: column;
    width: 75%;
    color: white;
    font-weight: bold;
    align-items: flex-start;
    padding-right: 10px;
    gap: 0.4rem;
  }

  .mobile-header .logo-text img,
  .mobile-header .logo-text .header-text {
    align-self: flex-start;
  }

  .mobile-header .logo-text .header-text {
    margin-left: 10px;
  }

  .input-group .input-group-addon {
    position: absolute !important;
    z-index: 20 !important;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    color: #4f4f4f;
  }

  .footer-content {
    display: block;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: nowrap;
    padding: 0.5rem 2rem;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-links a {
    margin: 10px 0;
  }

  .flags {
    text-align: left !important;
  }

  .acknowledgement {
    padding-bottom: 1rem;
  }
}

@media (max-width: 426px) {
  .header {
    display: none !important;
  }

  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-header .logo-text {
    display: flex !important;
    flex-direction: column;
    width: 75%;
    color: white;
    font-weight: bold;
    align-items: flex-start;
    padding-right: 10px;
    gap: 0.4rem;
  }

  .mobile-header .logo-text img,
  .mobile-header .logo-text .header-text {
    align-self: flex-start;
  }

  .mobile-header .logo-text .header-text {
    margin-left: 10px;
  }

  .input-group .input-group-addon {
    position: absolute !important;
    z-index: 20 !important;
    left: 85%;
    top: 50%;
    transform: translateY(-50%);
    color: #4f4f4f;
  }

  footer {
    padding: 1rem 2rem 2rem 2rem;
  }

  .footer-content {
    display: block;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: nowrap;
    padding: 0.5rem;
    text-align: center;
  }

  .flags {
    text-align: center !important;
  }
}

.hdr-validation-summary {
  display: none !important;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

.loading-spinner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 100px;
  height: 100px;
  border: 10px solid #c4c4c4;
  border-top: 10px solid #00465A;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal-dialog.custom-size {
  max-width: 700px;
}

.ms-MessageBar-singleline {
  width: 100% !important;
}

.form-check-input {
  border-color: black;
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.panel {
  border: 1px white;
  border-radius: 5px;
  margin: 10px 0;
}

.panel-header {
  background-color: white;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-content {
  display: block;
  padding: 10px;
  border-top: 1px solid white;
}

.arrow {
  font-size: 1.2em;
  transition: transform 0.5s ease;
}

.arrow.open {
  transform: rotate(180deg);
}

.fa-info-circle {
  font-size: 1rem;
  color: #00465A !important;
}

.fa.fa-file-text-o.grey-icon {
  padding-bottom: 0.5rem;
}

.alert-confirmation {
  background-color: #e1f4f4;
  margin: 10px;
}

.custom-border {
  border: 1px solid #ccc !important;
}


.input-group.datetimepicker {
  display: flex;
  align-items: center;
}

.input-append {
  margin: 0;
  padding: 0;
}

.input-group.datetimepicker .btn,
.input-group.datetimepicker .input-group-addon {
  margin-left: 0;
}

/*Accordion Styles*/
.accordion-item-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 8px;
  background-color: white;
  border: none;
  border-radius: 0px !important;
  border-top: 1px solid #d8d8d8;
  width: 100%;
  margin-top: 0px !important;
  color: #124AB2;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

.accordion-item {
  border: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.chevron-icon {
  transition: transform 0.3s ease;
  color: #124AB2;
}

.accordion-item-button[aria-expanded="true"] .chevron-icon {
  transform: rotate(180deg);
}

.accordion-body {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding: 16px 8px;
  border-top: none;
  border-bottom: 1px solid #d8d8d8;
}

.accordion-item-button:focus {
  outline: none;
  border: 2px solid #051532;
  border-radius: 5px;
}

.accordion-button.disabled,
.accordion-button:disabled {
  color: #d8d8d8;
}

.accordion-button.disabled::after {
  color: #d8d8d8;
}

.more-info-link {
  color: #124AB2;
  text-decoration: underline;
}

.more-info-link-italic {
  color: #124AB2;
  text-decoration: underline;
  font-style: italic;
}

.field-error {
  color: #c01b23;
}

.table-responsive-custom {
  width: 100%;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .table-responsive-custom .row {
    flex-direction: column !important;
  }

  .table-responsive-custom .dt-layout-start,
  .table-responsive-custom .dt-layout-end {
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 !important;
    width: 100%;
  }

  .table-responsive-custom .dt-search {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .table-responsive-custom .dt-length {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .table-responsive-custom .dt-info {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .table-responsive-custom .dt-paging {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.table-responsive-custom table {
  width: 100% !important;
  min-width: 600px;
  border-collapse: collapse;
}

@media (max-width: 991.98px) {
  .table-responsive-custom table {
    min-width: 500px;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-custom table {
    min-width: 400px;
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {

  .table-responsive-custom table,
  .table-responsive-custom thead,
  .table-responsive-custom tbody,
  .table-responsive-custom th,
  .table-responsive-custom td,
  .table-responsive-custom tr {
    display: block;
    width: 100%;
  }

  .table-responsive-custom thead {
    display: none;
  }

  .table-responsive-custom tbody tr {
    margin-bottom: 1rem;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
    background: #fff;
    padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  }

  .table-responsive-custom td {
    border: none;
    position: relative;
    padding-left: 50%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 30px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    word-break: break-word;
  }

  .table-responsive-custom td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    padding-left: 0.75rem;
    padding-top: 0.5rem;
    white-space: nowrap;
    font-weight: bold;
    color: #666;
    font-size: 0.95em;
    content: attr(data-label);
  }

  .table-responsive-custom tbody tr:last-child {
    margin-bottom: 0;
  }
}

.table-responsive-custom input.form-check-input[type="checkbox"] {
  width: 1.3em;
  height: 1.3em;
}

.table-responsive-custom tfoot {
  display: none;
}

.modal-dialog.custom-size {
  max-width: 480px;
}

.modal-content {
  border-radius: 1.25rem;
  border: none;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
  background: #f8fafc;
}

.btn-danger {
  border: none;
  color: #fff;
  font-weight: 600;
}

.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
}

.btn-outline-secondary {
  border-color: #b0b3b8;
  color: #4a4a4a;
  background: #fff;
  font-weight: 500;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background: #f1f3f4;
  border-color: #a5a5a5;
  color: #212529;
}