html {
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

/* We'll manage visibility manually */
#components-reconnect-modal {
    display: none !important;
}

.mud-elevation-1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.03),
    0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
}

.mud-breadcrumb-item > a {
  color: #fff;
  font-size: 12px;
}

.mud-breadcrumb-item.mud-disabled > a {
  color: #9ca3ab;
}

.mud-breadcrumb-separator > span {
  color: #9ca3ab;
}

.mud-breadcrumb-separator {
  font-size: 20px;
  padding: 0 5px;
}

.nav-link.mud-primary-text.mud-link-underline-hover {
  color: #0f1f29;
  font-weight: 500;
  font-size: 14px;
  padding: 16px 24px;
  text-decoration: none !important;
}

.nav-link.mud-primary-text:hover {
  color: #2678ab !important;
}

.excel-button {
  color: #39b967;
  font-size: 30px;
  padding: 6px 8px;
  border: solid 1px;
  border-radius: 4px;
}

.print-button {
  color: #31719d;
  font-size: 27px;
  padding: 8px 6px;
  border: solid 1px;
  border-radius: 4px;
}

main {
  min-height: 60vh;
  margin-bottom: 100px;
}

.text-center {
  text-align: center;
}

.o-10 {
  opacity: 0.1;
}

.o-20 {
  opacity: 0.2;
}

.o-30 {
  opacity: 0.3;
}

.o-40 {
  opacity: 0.4;
}

.o-50 {
  opacity: 0.5;
}

.o-60 {
  opacity: 0.6;
}

.o-70 {
  opacity: 0.7;
}

.o-80 {
  opacity: 0.8;
}

.o-90 {
  opacity: 0.9;
}

.scc-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .scc-container {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .scc-container {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .scc-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .scc-container {
    max-width: 1024px;
  }
}

@media (min-width: 1320px) {
  .scc-container {
    max-width: 1320px;
  }
}

@media (min-width: 1440px) {
  .scc-container {
    max-width: 1440px;
  }
}

@media (min-width: 1600px) {
  .scc-container {
    max-width: 1600px;
  }
}

@media (max-width: 767px) {
  .page-banner .page-title {
    font-size: 36px;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hide-scroll::-webkit-scrollbar {
  width: 0 !important;
  background: transparent !important;
}

.hide-scroll::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.print-only {
  display: none;
}

@media print {
  header,
  #footer,
  .page-banner,
  button,
  .dont-print,
  .dont-print * {
    display: none !important;
  }

  .print-me {
    display: block !important;
  }

  h1,
  h2,
  h3 {
    font-size: 30px !important;
  }

  .mud-paper {
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  table * tr td,
  table * tr th {
    padding: 8px !important;
    font-size: 10px !important;
  }

  table,
  .print-table {
    border-collapse: collapse;
    border: none !important;
    box-shadow: none !important;
  }

  td {
    border: none !important;
  }
}

.homepage .home-link:hover > .mud-paper {
  background: #70a8cc;
  color: #fff;
}

.homepage .home-link:hover .mud-icon-root {
  color: #fff !important;
  opacity: 0.75;
}

.homepage .home-link {
    display: block;
}
.mud-list-item-icon {
  min-width: 35px;
}

.mud-list-item-text,
.mud-list-item-text * {
  font-size: 13px !important;
  color: #626f73;
}

.mud-list-item-clickable:hover {
  background-color: #eff1f480 !important;
}

.mud-appbar .mud-button:hover,
.mud-appbar .mud-icon-button:hover {
  background: transparent !important;
  color: #2678ab !important;
}

.mud-menu .mud-button-label {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 15px;
}

.rep-group-class {
  width: 240px;
  overflow: visible;
  height: 125px;
  box-shadow: ;
}

.rep-group-class .mud-nav-link {
  padding: 0px;
  margin: 3px;
}

.rep-group-class .mud-nav-link:hover .rep-group-card {
  background: #e6f2f3;
}

.rep-group-card {
  height: 100%;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

.rep-group-card > div {
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rep-group-class .mud-nav-link-text {
  margin: 0;
  height: 100% !important;
  width: 100% !important;
  display: block;
}

.rep-group-name {
  font-size: 15px;
  font-weight: 600;
}

.accent-banner {
  background-image: url(https://djnnwndagrfti.cloudfront.net/content/arrow-bg-light.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  position: absolute;
  width: 150px;
  height: 150px;
}

.accent-banner-br {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.btn-callaction-override:hover,
.mud-appbar .mud-button.btn-callaction-override:hover {
  background: #3dcb7b !important;
  color: #fff !important;
  box-shadow: #21714442 0px 6px 10px;
}

.custom-chart-legend .mud-chart-legend-item {
  max-width: 750px;
  white-space: normal;
  overflow: auto;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.chat-left {
  position: relative;
  margin-bottom: 35px;
}

.chat-left .message-bubble {
  position: relative;
  background-color: #dbdbdb;
  text-align: left;
  padding: 20px 15px;
  align-self: start;
  border-radius: 0px 10px 10px 10px;
  word-wrap: break-word;
  white-space: normal;
  min-width: 175px;
  max-width: 475px;
}

.chat-right {
  position: relative;
  margin-bottom: 35px;
}

.chat-right .message-bubble {
  position: relative;
  background-color: #0275d8;
  color: white;
  align-self: end;
  padding: 10px;
  border-radius: 10px 10px 0px 10px;
  word-wrap: break-word;
  white-space: normal;
  min-width: 175px;
  max-width: 475px;
}

.message-timestamp {
  position: absolute;
  bottom: -25px;
  right: 0;
  color: #000;
}

.text-right {
  text-align: right;
}

.color-black {
  color: #000000bd;
}

.custom-card {
  position: relative;
}

.custom-card.show-line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 110%;
  background-color: #00000017;
  z-index: 0;
}

.fade-in {
  animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.lead-time-date {
  background-color: #ffe2e28f;
}

.apexcharts-tooltip {
  background: white !important;
  color: black !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.text-warning {
  color: red !important;
  font-weight: 500 !important;
}

.year-as-title {
  flex: 0 0 auto;
  display: inline-flex;
  width: auto;
}

.year-as-title .mud-input-root {
  padding: 0;
  margin: 0;
  line-height: 1.05;
  font-weight: 600;
  font-size: clamp(2.25rem, 6vw, 4.25rem);
}

.year-as-title .mud-input-input {
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.year-as-title .mud-input-underline {
  display: none !important;
}

.year-as-title .mud-input-label {
  display: none;
}

.year-popover {
  min-width: 8rem;
  width: auto !important;
  max-height: 340px;
  overflow: auto;
}

.year-popover .mud-list-item {
  justify-content: center;
}


input, button, a, textarea {

    &:focus-visible {
        outline: 2px dashed red !important;
        outline-offset: 2px;
    }
}


.skip-link {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: black;
  color: white;
  font-size: 24px;
  transform: translateY(-100%);
  padding: 8px;
  transition: transform 0.2s ease-out;

  &:focus-visible {
    transform: translateY(0%);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); /* Deprecated but useful for legacy browser support */
  clip-path: inset(50%); /* Modern alternative to clip */
  white-space: nowrap;
  border: 0;
}


.fa-file-excel {
  &:disabled {
    color: gray;
    cursor: not-allowed;
  }
}