/* ========== Global Font Settings ========== */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Prompt', sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
  height: 100%;
  margin: 0 0 50px;
}

/* ========== Heading Font Sizes ========== */

h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  font-family: 'Prompt', sans-serif;
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  font-family: 'Prompt', sans-serif;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  font-family: 'Prompt', sans-serif;
}

h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-family: 'Prompt', sans-serif;
}

h5 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-family: 'Prompt', sans-serif;
}

h6 {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-family: 'Prompt', sans-serif;
}

/* ========== Paragraphs ========== */

p {
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  margin-bottom: 1rem;
  font-family: 'Prompt', sans-serif;
}

/* ========== Small Text ========== */

small, .text-small {
  font-size: 0.875rem;
  color: #6c757d;
}

/* ========== Button Text ========== */

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

/* ========== Responsive Utility Classes ========== */

.text-xs {
  font-size: 0.75rem;
}

/* 12px */

.text-sm {
  font-size: 0.875rem;
}

/* 14px */

.text-base {
  font-size: 1rem;
}

/* 16px */

.text-lg {
  font-size: 1.25rem;
}

/* 20px */

.text-xl {
  font-size: 1.5rem;
}

/* 24px */

.text-2xl {
  font-size: 2rem;
}

/* 32px */

.text-3xl {
  font-size: 2.5rem;
}

/* 40px */

/* ========== Menu Classes ========== */

.nav-item > .nav-link:hover {
  background-color: #00359E;
  color: #f1f1f1 !important;
}

.nav-item > .nav-link:active {
  background-color: #00359E;
  color: #f1f1f1 !important;
}

.nav-item-sub > a.nav-link:hover {
  background-color: #E6E6E8;
  color: #333333;
}

.nav-item > .nav-link:hover svg, .nav-item > .nav-link:hover span {
  color: #f1f1f1 !important;
}

@media (min-width: 992px) {
  .content-wrapper {
    padding-left: 120px;
  }
}

@media (min-width: 992px) {
  .first-stat-item {
    background-color: #00359e;
    background-image: url("../../assets/img/flagth.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 10px;
    background-position-y: 20px;
    height: auto;
    width: auto;
  }
  .first-stat-item > .info-card > .info-label, .first-stat-item > .info-card > .info-number {
    color: #f1f1f1 !important;
  }
}

@media (min-width: 1366px) {
  .content-wrapper {
    padding-left: 80px;
  }
}

@media (min-width: 1440px) {
  .content-wrapper {
    padding-left: 40px;
  }
}

@media (min-width: 1920px) {
  .content-wrapper {
    padding-left: 300px;
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.6667%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33%;
  }
}

@media (min-width: 1920px) {
  .first-stat-item {
    background-color: #00359e;
    background-image: url("../../assets/img/flagth.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 100px;
    background-position-y: 20px;
    height: auto;
    width: auto;
  }
  .first-stat-item > .info-card > .info-label, .first-stat-item > .info-card > .info-number {
    color: #f1f1f1 !important;
  }
}

/* ========== Custom Classes ========== */

.form-check-input:checked {
  background-color: #28C76F;
  border-color: #28C76F;
}

.form-switch .form-check-input {
  width: 40px;
  height: 20px;
  cursor: pointer;
}

.info-card, .info-card-warn {
  text-align: center;
}

.first-stat-item > .info-card > .info-label, .first-stat-item > .info-card > .info-number {
  color: rgb(var(--bs-primary-rgb));
}

.info-label, .info-number {
  color: #f1f1f1;
}

.info-label-info, .info-number-info {
  margin-left: 10px;
}

.info-card-info, .info-card-warn {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.info-label {
  font-size: 1.2rem;
}

.info-number, .info-number-info, .info-number-warn {
  --card-theme-info-number: 2.15rem;
  font-weight: 600;
  font-family: Prompt, sans-serif;
  margin-top: 20px;
  font-size: var(--card-theme-info-number);
  text-align: center;
}

@media (min-width: 992px) {
  .info-number, .info-number-info, .info-number-warn {
    --card-theme-info-number: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .info-number, .info-number-info, .info-number-warn {
    --card-theme-info-number: 3.0rem;
  }
}

@media (min-width: 1440px) {
  .info-number, .info-number-info, .info-number-warn {
    --card-theme-info-number: 4.25rem;
  }
}

@media (min-width: 1920px) {
  .info-number, .info-number-info, .info-number-warn {
    --card-theme-info-number: 2.15rem;
  }
}

@media (min-width: 2000px) {
  .info-number, .info-number-info, .info-number-warn {
    --card-theme-info-number: 2.5rem;
  }
}

@media (min-width: 2100px) {
  .info-number, .info-number-info, .info-number-warn {
    --card-theme-info-number: 2.75rem;
  }
}

@media (min-width: 2500px) {
  .info-number, .info-number-info, .info-number-warn {
    --card-theme-info-number: 3.2rem;
  }
}

.info-card-warn {
  padding-bottom: 21px;
  border-bottom: 4px inset #ff9f43;
}

.info-card-info {
  border-bottom: 4px inset #00bad1;
}

.stat-items {
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-color: #f1f1f1;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.info-label-warn {
  color: #4b4b4b;
  font-size: 1.2rem;
}

.info-box {
  margin-top: 20px;
  padding-bottom: 24px;
}

footer {
  position: absolute;
  bottom: 20px;
  right: 0;
  height: 50px;
}

