﻿header .mud-nav-item {
  width: initial;
}
header .mud-image {
  height: 100%;
  padding: 10px 5px;
}
header .mud-nav-link {
  color: #ffffff !important;
  fill: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
}
header .mud-nav-link:hover, header .mud-nav-link:focus {
  color: #fab54b !important;
  background-color: #1f3d68 !important;
}
header .mud-nav-link.active-nav-item {
  color: #fab54b !important;
  font-weight: 700 !important;
  text-decoration-color: #fab54b !important;
}
header .mud-nav-link.active-nav-item svg {
  border-bottom: solid 2px #fab54b !important;
}
header .mud-nav-link .mud-nav-link-text {
  text-align: center;
}

.mud-tabs-tabbar-wrapper {
  height: 90%;
  top: 5px !important;
}

.mud-tab-slider.mud-tab-slider-horizontal {
  z-index: 1;
  background: var(--mud-palette-background-gray);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
}
.mud-tab-slider.mud-tab-slider-horizontal::before, .mud-tab-slider.mud-tab-slider-horizontal::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 20px;
  bottom: 0;
}
.mud-tab-slider.mud-tab-slider-horizontal::after {
  right: -20px;
  border-radius: 0 0 0 10px;
  box-shadow: -10px 0 0 0 var(--mud-palette-background-gray);
}
.mud-tab-slider.mud-tab-slider-horizontal::before {
  left: -20px;
  border-radius: 0 0 10px 0;
  box-shadow: 10px 0 0 0 var(--mud-palette-background-gray);
}

.mud-tabs-tabbar-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.mud-tabs-tabbar-wrapper div {
  z-index: 2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mud-tabs-tabbar-wrapper .mud-tab.mud-tab:hover {
  background: inherit;
}
.mud-tabs-tabbar-wrapper .mud-tab.mud-tab:not(.mud-tab-active) {
  transition: none;
}
.mud-tabs-tabbar-wrapper .mud-tab.mud-tab:not(.mud-tab-active):hover {
  background: #bfcad7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.mud-tabs {
  overflow: hidden;
}

.mud-tabs-panels {
  overflow: hidden;
}

.mud-input-control.mud-select.rounded-xl .mud-select-input {
  border-radius: 100px;
}
.mud-input-control.mud-select.rounded-sm .mud-select-input {
  border-radius: 10px;
}
.mud-input-control.mud-select.select-sm .mud-select-input.mud-input-slot {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.mud-input-control.mud-select.select-sm .mud-input-label {
  font-size: 14px !important;
  top: -4px;
}
.mud-input-control.mud-select.text-center .mud-select-input.mud-input-slot {
  text-align: center;
}

.read-only .mud-input-control .mud-input-outlined {
  background-color: #eeeeee;
}

.mud-input-control {
  margin-top: 0;
  border-image: none;
}
.mud-input-control .mud-input-outlined {
  border-radius: 10px;
  background-color: white;
}
.mud-input-control .mud-input-outlined .mud-input-root {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.mud-input-control .mud-input-outlined .mud-input-outlined-border {
  border-radius: 10px !important;
}
.mud-input-control .mud-input-filled {
  border-radius: 10px;
  background-color: #f0f0f4;
}
.mud-input-control .mud-input-filled .mud-input-root {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.mud-input-control .mud-input-filled .mud-input-outlined-border {
  border-radius: 10px !important;
}
.mud-input-control.rounded-xl .mud-input {
  border-radius: 100px;
}
.mud-input-control.rounded-xl .mud-input .mud-input-root {
  padding-left: 25px;
  padding-right: 25px;
}
.mud-input-control.rounded-xl .mud-input .mud-input-root:focus-visible {
  border-radius: 100px;
}
.mud-input-control.rounded-sm .mud-input {
  border-radius: 10px;
}
.mud-input-control.rounded-sm .mud-input .mud-input-root {
  padding-left: 25px;
  padding-right: 25px;
}
.mud-input-control.rounded-sm .mud-input .mud-input-root:focus-visible {
  border-radius: 10px;
}

.mud-input-helper-text.mud-input-error {
  color: var(--mud-palette-error) !important;
  background-color: white;
  padding: 10px;
}

.mud-input > textarea.mud-input-root::placeholder {
  color: #181818;
}

.mud-input > textarea.mud-input-root::-webkit-input-placeholder {
  color: #181818;
}

.mud-input > textarea.mud-input-root:-moz-placeholder {
  color: #181818;
}

.mud-input > textarea.mud-input-root::-moz-placeholder {
  color: #181818;
}

.mud-input > textarea.mud-input-root:-ms-input-placeholder {
  color: #181818;
}

.mud-input > textarea.mud-input-root::-ms-input-placeholder {
  color: #181818;
}

.mud-input > input.mud-input-root::placeholder, div.mud-input-slot.mud-input-root::placeholder {
  color: #181818;
}

.mud-input > input.mud-input-root::-webkit-input-placeholder, div.mud-input-slot.mud-input-root::-webkit-input-placeholder {
  color: #181818;
}

.mud-input > input.mud-input-root:-moz-placeholder, div.mud-input-slot.mud-input-root:-moz-placeholder {
  color: #181818;
}

.mud-input > input.mud-input-root::-moz-placeholder, div.mud-input-slot.mud-input-root::-moz-placeholder {
  color: #181818;
}

.mud-input > input.mud-input-root:-ms-input-placeholder, div.mud-input-slot.mud-input-root:-ms-input-placeholder {
  color: #181818;
}

.mud-input > input.mud-input-root::-ms-input-placeholder, div.mud-input-slot.mud-input-root::-ms-input-placeholder {
  color: #181818;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

.text-italic {
  font-style: italic;
}

.text-bold {
  font-weight: bold !important;
}

.text-underline {
  text-decoration: underline;
}

h1, .mud-typography-h1 {
  font-weight: 700;
}

h2, .mud-typography-h2 {
  font-weight: 600;
}

h3, h4, h5, h6, .mud-typography-h3, .mud-typography-h4, .mud-typography-h5, .mud-typography-h6 {
  font-weight: 500;
}

h1, .mud-typography-h1 {
  font-size: 4rem;
}

h2, .mud-typography-h2 {
  font-size: 3rem;
}

h3, .mud-typography-h3 {
  font-size: 2.5rem;
}

h4, .mud-typography-h4 {
  font-size: 2rem;
}

h5, .mud-typography-h5 {
  font-size: 1.6rem;
}

.mud-typography-body1 {
  font-size: 1.25rem;
}

.mud-typography-body2 {
  font-size: 1.15rem;
}

.mud-typography-subtitle1 {
  font-size: 1.05rem;
}

.mud-typography-subtitle2 {
  font-size: 0.95rem;
}

.mud-typography-caption {
  font-size: 0.93rem;
}

@media (max-width: 1280px) {
  h1, .mud-typography-h1 {
    font-size: 3.6rem;
  }
  h2, .mud-typography-h2 {
    font-size: 2.7rem;
  }
  h3, .mud-typography-h3 {
    font-size: 2.3rem;
  }
  h4, .mud-typography-h4 {
    font-size: 1.84rem;
  }
  h5, .mud-typography-h5 {
    font-size: 1.472rem;
  }
  .mud-typography-body1 {
    font-size: 1.22rem;
  }
  .mud-typography-body2 {
    font-size: 1.12rem;
  }
  .mud-typography-subtitle1 {
    font-size: 1rem;
  }
  .mud-typography-subtitle2 {
    font-size: 0.94rem;
  }
  .mud-typography-caption {
    font-size: 0.92rem;
  }
}
@media (max-width: 960px) {
  h1, .mud-typography-h1 {
    font-size: 3.2rem;
  }
  h2, .mud-typography-h2 {
    font-size: 2.4rem;
  }
  h3, .mud-typography-h3 {
    font-size: 2.1rem;
  }
  h4, .mud-typography-h4 {
    font-size: 1.68rem;
  }
  h5, .mud-typography-h5 {
    font-size: 1.344rem;
  }
  .mud-typography-body1 {
    font-size: 1.2rem;
  }
  .mud-typography-body2 {
    font-size: 1.1rem;
  }
  .mud-typography-subtitle1 {
    font-size: 0.98rem;
  }
  .mud-typography-subtitle2 {
    font-size: 0.94rem;
  }
  .mud-typography-caption {
    font-size: 0.91rem;
  }
}
@media (max-width: 600px) {
  h1, .mud-typography-h1 {
    font-size: 2.2rem;
  }
  h2, .mud-typography-h2 {
    font-size: 1.8rem;
  }
  h3, .mud-typography-h3 {
    font-size: 1.6rem;
  }
  h4, .mud-typography-h4 {
    font-size: 1.4rem;
  }
  h5, .mud-typography-h5 {
    font-size: 1.25rem;
  }
  .mud-typography-body1 {
    font-size: 1.15rem;
  }
  .mud-typography-body2 {
    font-size: 1.08rem;
  }
  .mud-typography-subtitle1 {
    font-size: 0.97rem;
  }
  .mud-typography-subtitle2 {
    font-size: 0.93rem;
  }
  .mud-typography-caption {
    font-size: 0.9rem;
  }
}
.line-height-sm {
  line-height: 18px;
}

.mud-button-filled-size-medium .mud-button-label {
  font-size: 1rem;
}
@media (max-width: 960px) {
  .mud-button-filled-size-medium .mud-button-label {
    font-size: 0.98rem;
  }
}
@media (max-width: 960px) {
  .mud-button-filled-size-medium .mud-button-label {
    font-size: 0.96rem;
  }
}
@media (max-width: 600px) {
  .mud-button-filled-size-medium .mud-button-label {
    font-size: 0.95rem;
  }
}

.mud-button {
  border-radius: 100px;
}
.mud-button.mud-button-filled-size-medium, .mud-button.mud-button-outlined-size-medium {
  padding: 1rem 3rem !important;
}
.mud-button.mud-button-filled {
  box-shadow: none !important;
}
.mud-button.mud-button-outlined-secondary {
  border-color: #eeeeee;
  background-color: white;
  color: #294e7b;
}
.mud-button.mud-button-outlined-secondary:hover {
  background-color: #eeeeee;
}
.mud-button.mud-button-outlined-secondary.active {
  color: #ffffff;
  background-color: #294e7b;
}
.mud-button.mud-button-filled-secondary.active {
  color: #ffffff;
  background-color: #294e7b;
}

.mud-button-filled-warning {
  color: #19355e !important;
}

.error-notification-container {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000 !important; /* Use a moderately high value */
  background-color: var(--mud-theme-surface);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px; /* Optional padding */
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.error-notification-container {
  animation: slideDown 0.3s ease-out;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.reset-default p, .reset-default ul, .reset-default ol, .reset-default h1, .reset-default h2, .reset-default h3, .reset-default h4, .reset-default h5, .reset-default h6 {
  margin-bottom: 10px;
  margin-top: 15px;
}
.reset-default ul, .reset-default ol {
  padding-inline-start: 40px;
}
.reset-default .instruction-list {
  margin-top: 50px;
  margin-bottom: 15px;
}
.reset-default ul {
  list-style-type: disc;
}
.reset-default a {
  color: #007bff !important;
  text-decoration: underline !important;
}
.reset-default a:hover {
  text-decoration: none;
  filter: brightness(0.4);
}

.instruction-list {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.footer {
  background-color: #f5f5f5;
  text-align: center;
  padding: 0.5rem 1.5rem;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #ddd;
  width: 100%;
}

.main-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 125px);
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  background: #e6e6e6;
  border-top: 1px solid #b3b3b3;
}

.hover-zoom {
  transform: scale(1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  transition: transform 0.1s linear;
}

.hover-zoom:hover {
  cursor: pointer;
  transform: scale(1.02);
  box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.6);
}

.custom-anchor {
  color: #007bff !important;
  text-decoration: underline !important;
}
.custom-anchor:hover {
  text-decoration: none;
  filter: brightness(0.4);
}
