﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap");
@font-face {
  font-family: "Segoe UI Variable";
  src: url("/fonts/Segoe-UI-Variable-Static-Text.woff");
}
@font-face {
  font-family: "Segoe UI Display Bold";
  src: url("/fonts/Segoe-UI-Variable-Static-Display-Bold.woff");
}
@font-face {
  font-family: "Segoe UI Display Semi-Bold";
  src: url("/fonts/Segoe-UI-Variable-Static-Display-Semibold.woff");
}
:root {
  --nav-width: 4.25em;
  --z-fixed: 9999;
  --header-height: 3em;
  --lnav-width: 3.3em;
  --expansion-size: 12em;
}

.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%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.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%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
body {
  font-family: "Segoe UI Variable";
  background-color: #1a1a1a;
  color: #c8c8c8;
  position: relative;
  margin-top: var(--header-height)2em;
  transition: 0.5s;
}

.bg-dark {
  background-color: #2d2d2d !important;
}

.active-tab {
  color: #fff !important;
  background-color: #4375EE;
  border-bottom: 3px solid #4375EE !important; /* Bootstrap primary */
}

.tab-bar {
  background-color: #2d2d2d;
  border-bottom: 1px solid #444;
}

.tab-button {
  border: none;
  background: none;
  padding: 1rem 0;
  color: #999;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.tab-button:hover {
  color: #ccc;
}

.tab-button.active-tab {
  color: #3b82f6 !important; /* Tailwind's blue-500 */
  border-bottom: 2px solid #3b82f6 !important;
}

.tab-button i {
  margin-right: 0.5rem;
}

.tab-group {
  display: flex;
  gap: 2rem;
}

.tab-button span {
  font-weight: 500;
}

a {
  color: #c8c8c8;
  text-decoration: none;
}

a.default {
  color: #9ED450;
  text-decoration: underline;
}

a:hover {
  cursor: pointer;
  color: #9ED450;
}

.modal {
  backdrop-filter: blur(5px);
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  opacity: 50%;
}

.nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.2rem;
  color: white;
  /*border-left: 1px solid $sc_dividingMenuItemLine;*/
}

.nav-item a.nav-link.active {
  color: #fff;
}

.nav-item a.nav-link {
  color: #fff;
}

.active-menu {
  background-color: #252525;
  border: #252525 solid;
}

.card-header {
  min-width: 5rem;
}

.usernav {
  color: #fff;
  font-size: 1.27rem;
}

.table-active {
  background: #3a3a3a !important;
}
.table-active td:first-child {
  border-left: 5px solid white;
}

#main {
  margin-top: 3em;
}

.itcs-hr-divider {
  height: 0.1em !important;
  margin-bottom: 0.1em;
}

.itcs-main-dashboard {
  margin: 2em auto;
}

.facility-name {
  font-weight: bold;
  font-size: 1.2rem;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 2px solid #2D2D2D !important;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.input-xs {
  width: 5rem;
}

.gray-border-bottom {
  border-bottom: 1px solid #707070;
}

.gray-border-right {
  border-right: 1px solid #707070;
}

.form-select-sm {
  width: 12em;
}

/* HTML table styles
--------------------------*/
.table-darkgray {
  color: #c8c8c8;
}
.table-darkgray thead {
  background-color: #333333;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.table-darkgray thead tr th {
  font-family: "Segoe UI Display Bold";
}
.table-darkgray tbody tr:nth-child(odd) {
  background-color: #1e1e1e !important;
}
.table-darkgray tbody tr:nth-child(even) {
  background-color: #272727 !important;
}
.table-darkgray tbody tr.inactive:nth-child(even) {
  background-color: #674040 !important;
}
.table-darkgray tbody tr.inactive:nth-child(odd) {
  background-color: #5C3737 !important;
}

.table-dark {
  --bs-table-bg: $cardBackgroundColor;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #ffffff;
  border-color: #2c2c2c;
}

.card {
  background-color: #1e1e1e;
  border: 1px solid #2c2c2c;
}
.card button:hover {
  background: #2c2c2c;
  color: #c8c8c8;
}

.card-body h1 {
  color: #9ED450;
  padding-left: 0.1em;
}

.card a {
  color: white;
  text-decoration: none;
}

.module-icon {
  width: 2em;
}

.module-title {
  font-size: 1.188rem;
  color: #ffffff;
}

.open-module {
  border-radius: 1.3rem;
  margin: 0.5em 1em 1em 0em;
}

.module-description {
  font-size: 0.8rem;
  color: #ffffff;
}

a.learn-more {
  color: #c8c8c8;
  background: #1e1e1e;
  border: none;
  margin: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 1.3rem;
}

.learn-more:hover, .open-module:hover, .shortcut-action:hover {
  background: #2c2c2c;
  color: #c8c8c8;
}

div.card:hover {
  border-color: #494949;
  color: #c8c8c8 !important;
}
div.card:hover .learn-more {
  color: #c8c8c8;
}

.list-group-item:hover {
  border-color: #494949;
  background-color: #2c2c2c !important;
  color: #c8c8c8 !important;
}

.list-group-item {
  background: #1e1e1e;
  color: #c8c8c8;
  border: 1px solid #2c2c2c;
  padding: 0 0 0 1em;
  margin: 0;
}

.itcs-list-group-item-nav {
  padding: 1em 1em 1em 1em;
}

.itcs-list-group-item-nav.active {
  border-left: 0.2em solid white !important;
  border-radius: unset !important;
  background-color: #2c2c2c !important;
}

.shortcut-item {
  float: left;
}

.shortcut-action {
  float: right;
  font-size: 0.75rem;
  border-radius: 1.3rem;
  margin: 0.5em 1em 1em 0em;
}

.shortcut-title {
  padding-left: 1em;
}

.dark-background {
  background-color: #1a1a1a;
}

.gray-background {
  background-color: #292a29;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1vw;
  padding-right: 1vw;
}

.nav-tabs-ref {
  border-bottom: 1px solid #707070;
  justify-content: center;
}
.nav-tabs-ref.nav-dash {
  background: #202020;
  border-top: 0.2vh solid #3A3A3A;
  border-bottom: 0.2vh solid #3A3A3A;
  padding-top: 0.5rem;
  height: 6vh;
}
.nav-tabs-ref > li .nav-link-ref {
  color: white !important;
  font-size: 2vh;
}
.nav-tabs-ref > li .nav-link-ref.active {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0.4vh solid #1E88E5 !important;
  color: white !important;
  background-color: transparent !important;
}
.nav-tabs-ref > li.nav-link:focus, .nav-tabs-ref .nav-link:hover {
  border: 0;
}

.dark-list a {
  color: #c9c9c9;
  background-color: #292A29;
  border: 1px solid #444444;
}

.dark-list a:hover, .dark-list a:active, .dark-list a:focus {
  background-color: #464646;
  color: #c9c9c9;
}

#ShowSectionList {
  color: #c8c8c8;
}

.itcs-dealer-rotation-table {
  color: white;
}

.itcs-dealer-rotation-card {
  padding-bottom: 1em;
}

.itcs-link {
  color: #c8c8c8;
}

.itcs-list-group-item {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
}

.itcs-row-item {
  height: 7em;
}
.itcs-row-item div.itcs-row-item-info {
  background-color: #1e1e1e;
  border-bottom: 0.2em solid #2c2c2c;
}
.itcs-row-item div.itcs-row-item-info a {
  display: grid;
  grid-template-columns: 4fr 1fr;
}
.itcs-row-item div.itcs-row-item-info a .itcs-row-item-detail {
  display: flex;
  flex-direction: column;
  padding: 1em 0 0 0;
}
.itcs-row-item div.itcs-row-item-info .itcs-row-item-actions {
  padding-top: 2.7em;
}

.note-badge {
  border-radius: 99em;
  background-color: #ff0000;
  color: #ffffff;
  height: 1.2em;
}
.note-badge .note-count {
  font-size: 0.75em;
  font-weight: bold;
}

div.btn-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

label {
  color: #c8c8c8;
  font-weight: 500;
}

.sc-btn-panel-switch {
  display: inline-block;
  margin: 0px;
  position: relative;
}

.sc-btn-panel-switch > label.sc-btn-panel-switch-inner {
  margin: 0px;
  width: 145px;
  height: 30px;
  background: #101012;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  display: block;
}

.sc-btn-panel-switch > label.sc-btn-panel-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  top: 6px;
  right: 16px;
}

.sc-btn-panel-switch > label.sc-btn-panel-switch-inner:after {
  content: attr(data-off);
  width: 70px;
  height: 25px;
  background: #2E2E30;
  border-radius: 4px;
  position: absolute;
  font-size: 14px;
  left: 2px;
  top: 2px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #111;
  padding: 4px 0px;
}

.sc-btn-panel-switch > .alert {
  display: none;
  background: #FF9800;
  border: none;
  color: #fff;
}

.sc-btn-panel-switch input[type=checkbox] {
  cursor: pointer;
  width: 145px;
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 3px;
  z-index: 1;
  margin: 0px;
  left: 0;
}

.sc-btn-panel-switch input[type=checkbox]:checked + label.sc-btn-panel-switch-inner:after {
  content: attr(data-on);
  left: 68px;
}

.sc-btn-panel-switch input[type=checkbox]:checked + label.sc-btn-panel-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 8px;
}

.sc-btn-panel-switch input[type=checkbox]:checked ~ .alert {
  display: block;
}

/** MOVED FROM VARIABLES **/
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  color: #FFFFFF;
}

.btn-outline-primary {
  color: white;
  border-color: #353535;
  background-color: #242323;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ccd0d5;
  background-color: transparent;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(158, 212, 80, 0.5);
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #3F3F3F;
  border-color: #353535;
}

.btn-check:checked + .btn-outline-primary:hover {
  color: #fff;
  background-color: #242323;
  border-color: #353535;
}

.btn-outline-light {
  border-color: #707070;
  border-radius: initial;
  background-color: #292A29;
}

.btn-light {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #797979 10%, #383838 100%) 0% 0% no-repeat padding-box;
  border: 1px solid black;
  color: #c8c8c8;
}

.btn-light:hover {
  color: #c8c8c8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3f3f3f;
  border-color: #353535;
}

.btn-outline-light:hover {
  background-color: #9ED450;
}

.btn-standard {
  background-color: #3D3D3D;
  border-radius: 5px;
  color: #fff;
}

.btn-standard-confirm {
  background-color: #2F66E5;
  border-radius: 5px;
  color: #fff;
}

.btn-selected {
  background-color: #2F66E5 !important;
}

.btn:hover {
  color: #fff;
}

.btn-full {
  width: 100%;
}

#RegPlayerList .dt-buttons > .btn-secondary, #RegPlayerList .dt-buttons > .btn-group > .btn-secondary {
  color: #ccd0d5;
  background-color: #3A3A3A;
  border-color: #464646;
  border-radius: 0.25vw !important;
  margin-left: 0.5vw;
  font-size: 1.75vh;
  padding-left: 1vw;
  padding-right: 1vw;
}
#RegPlayerList .page-item, #RegPlayerList .page-link {
  z-index: 3;
  color: #ccd0d5;
  background-color: #3A3A3A;
  border-color: #5A5A5A;
}
#RegPlayerList .page-item.active, #RegPlayerList .page-item.active .page-link {
  background-color: #3A3A3A;
}
#RegPlayerList .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #333333;
  border-color: #5A5A5A;
}
#RegPlayerList .page-link:focus {
  z-index: 3;
  color: #ccd0d5;
  background-color: #1a1a1a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.25) !important;
}
#RegPlayerList .page-item.disabled .page-link {
  color: #ccd0d5;
  pointer-events: none;
  background-color: #3A3A3A;
  border-color: #4a4a4a;
}
#RegPlayerList .page-link:hover {
  z-index: 2;
  color: #ccd0d5;
  background-color: #4a4a4a;
  border-color: #5a5a5a;
}
#RegPlayerList .dataTables_info {
  padding-left: 1em;
  padding-top: 0.5em;
}
#RegPlayerList .dataTables_paginate {
  padding-right: 1em;
  padding-bottom: 0.5em;
}

.dt-buttons > .btn-secondary, .dt-buttons > .btn-group > .btn-secondary {
  color: #ccd0d5;
  background-color: #1a1a1a;
  border-color: #464646;
  border-radius: 0.5vw !important;
  margin-right: 0.5vw;
  font-size: 1.75vh;
  padding-left: 1vw;
  padding-right: 1vw;
}

.dt-buttons .dropdown-item {
  background-color: #1e1e1e;
  border: none !important;
}

div.dt-button-collection {
  background-color: #1e1e1e !important;
}

div.dt-button-collection .dt-button {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  display: inline-block;
  color: #666;
  line-height: 1.15rem;
  margin-top: 0.5rem;
}

div.dt-button-collection .dt-button.active {
  color: #c8c8c8;
}

div.dt-button-collection .dt-button::before {
  content: "";
  position: absolute;
  border-radius: 0.125rem;
  outline: 2px solid #9ED350;
  left: 0;
  top: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #9ED350;
}

div.dt-button-collection .dt-button.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: #9ED350;
  outline: 2px solid #9ED350;
  border-radius: 0.1rem;
}

div.dt-button-collection .dt-button.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/img/home/check-solid.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*
div.dt-button-collection .dt-button.active::before {
    position: relative;
    //top: 50%;
    //bottom: 50%;
    margin: 5px 10px 5px 5px;
    //right: 1em;
    display: inline-block;
    content: "\2705";
    color: $colorBlack;
    //background-color: #9ED350;
    width: 1rem;
    height: 1rem;
}*/
.page-item, .page-link {
  z-index: 3;
  /*    color: $textColorNormal;
  background-color: $mainBackgroundColor;
  border-color: $navbarLightGreen;*/
  color: #ccd0d5;
  background-color: #1a1a1a;
  border-color: #464646;
}

.page-item.active, .page-item.active .page-link {
  background-color: #333333;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #333333;
  border-color: #2c2c2c;
}

.page-link:focus {
  z-index: 3;
  color: #ccd0d5;
  background-color: #1a1a1a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.25) !important;
}

.page-item.disabled .page-link {
  color: #ccd0d5;
  pointer-events: none;
  background-color: #1a1a1a;
  border-color: #464646;
}

.page-link:hover {
  z-index: 2;
  color: #ccd0d5;
  background-color: #343434;
  border-color: #464646;
}

.form-check-input:checked {
  background-color: #A8D85A;
  border-color: #494949;
}

.form-check-input:checked:before {
  color: #000;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c8c8c8;
  background-color: #1e1e1e;
  background-clip: padding-box;
  border: 1px solid #343A40;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-sm {
  color: #c8c8c8;
  background-color: #1e1e1e;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #B1B1B1;
  background-color: #1e1e1e;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #343A40;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select-sm {
  color: #c8c8c8;
  background-color: #1e1e1e;
}

button {
  color: white;
  padding: 1.0575vh 0.8325vw 1.0575vh 0.8325vw;
  font-size: 1rem;
}

button.itcs-confirm-button {
  background-color: #2D617D;
  border-radius: 6px;
  border: none;
  color: white;
}

button.itcs-assign-button {
  background-color: #1E88E5;
  border-radius: 6px;
  border: none;
  color: white;
}

button.itcs-cancel-button {
  background: #3D3D3D;
  border-radius: 6px;
  border: none;
  color: white;
}

button.itcs-header-button {
  padding: 10px 24px;
  background-color: #3a3a3a;
  border: 1px solid #4a4a4a;
  color: #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}

button.itcs-cancel-button:active {
  background: #3D3D3D !important;
  color: white;
}

button.itcs-confirm-button:hover {
  background-color: #153F55;
}

button.itcs-cancel-button:hover {
  background-color: #303030;
}

.cardopz-header-dropdown {
  background-color: #3A3A3A;
  border-radius: 4px;
  border: 1px solid #4a4a4a;
}

.itcs-clear-button {
  background: #1a1a1a;
  color: #c8c8c8;
  border: none;
  text-align: center;
  border-radius: 0.5vh;
  border: 0.2em solid #494949;
}

.itcs-button-cancel {
  background: #1a1a1a;
  color: #c8c8c8;
  border: none;
  text-align: center;
  border-radius: 0.5vh;
  border: 0.2em solid #AD3525;
}

.itcs-button-save {
  background: #1a1a1a;
  color: #c8c8c8;
  border: none;
  text-align: center;
  border-radius: 0.5vh;
  border: 0.2em solid #25AD4C;
}

.itcs-button-default {
  background: #1a1a1a;
  color: #c8c8c8;
  border: none;
  text-align: center;
  border-radius: 0.5vh;
  border: 0.2em solid #969696;
}

.itcs-save-button {
  background: #1a1a1a;
  color: #c8c8c8;
  border: none;
  text-align: center;
  border-radius: 0.5vh;
  border: 0.2em solid white;
}

.itcs-clear-button:hover, .itcs-save-button:hover, .itcs-button-cancel:hover, .itcs-button-default:hover, .itcs-button-save:hover {
  color: #c8c8c8;
  background-color: #2c2c2c;
}

.itcs-fa-large {
  font-size: 1.5em;
}

#snackbar {
  visibility: hidden;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
}

#snackbar.info {
  background-color: #25ad4c;
}

#snackbar.warning {
  background-color: #0169d9;
}

#snackbar.error {
  background-color: #d12323;
}

#snackbar.show {
  visibility: visible;
  animation: fadeInAndOut 4s;
}

@keyframes fadeInAndOut {
  0% {
    opacity: 0;
    top: -10%;
  }
  25% {
    opacity: 1;
    top: 0%;
  }
  75% {
    opacity: 1;
    top: 0%;
  }
  100% {
    opacity: 0;
    top: -10%;
  }
}
.sc_page-details {
  display: grid;
  grid-template-columns: 1% auto 1%;
}
.sc_page-details .sc_page-content {
  grid-column: 2/3;
  overflow: auto;
}
.sc_page-details .sc_page-content .sc_section-header h5 {
  display: inline;
}
.sc_page-details .sc_page-content .sc_form-row {
  background-color: #191919;
  /*border-bottom: 1px solid $moduleCardBorderColor;
  border-right: 1px solid $moduleCardBorderColor;
  border-left: 1px solid $moduleCardBorderColor;*/
}

.bg-success {
  background-color: #41C669 !important;
}

.bg-unchecked {
  background-color: grey !important;
}

.bg-qualified {
  background-color: #198754 !important;
}

.bg-danger {
  background-color: #ED5465 !important;
}

.form-control[readonly] {
  border: 1px solid #42474D !important;
  background-color: #353535 !important;
  color: #7E7E7E !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  font-size: 1em !important;
  border-radius: 0.5em !important;
}

select:disabled {
  border: 1px solid #42474D !important;
  background-color: #353535 !important;
  color: #7E7E7E !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  font-size: 1em !important;
  border-radius: 0.5em !important;
}

.form-control:focus {
  color: unset;
  background-color: unset;
}

#PlayerQuickViewModal .form-group, #ExistingPatronInfo .form-group, #NewPatronInfo .form-group {
  padding-right: 1em;
}
#PlayerQuickViewModal .form-control-select, #ExistingPatronInfo .form-control-select, #NewPatronInfo .form-control-select {
  background-color: #1e1e1e;
  color: white;
  padding-bottom: 0.3em;
  padding-top: 0.5em;
}
#PlayerQuickViewModal input[readonly], #PlayerQuickViewModal select[readonly], #PlayerQuickViewModal select:disabled, #PlayerQuickViewModal #PatronInfo > .status, #ExistingPatronInfo input[readonly], #ExistingPatronInfo select[readonly], #ExistingPatronInfo select:disabled, #ExistingPatronInfo #PatronInfo > .status, #NewPatronInfo input[readonly], #NewPatronInfo select[readonly], #NewPatronInfo select:disabled, #NewPatronInfo #PatronInfo > .status {
  border: 1px solid #ced4da !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: unset !important;
}
#PlayerQuickViewModal select[disabled], #ExistingPatronInfo select[disabled], #NewPatronInfo select[disabled] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
#PlayerQuickViewModal .status p, #ExistingPatronInfo .status p, #NewPatronInfo .status p {
  padding-left: 0.5em;
}
#PlayerQuickViewModal .good, #ExistingPatronInfo .good, #NewPatronInfo .good {
  background-color: #325328;
}
#PlayerQuickViewModal .negative, #ExistingPatronInfo .negative, #NewPatronInfo .negative {
  background-color: #AD3525;
}

#StatTrackingButton3, #StatTrackingButton4 {
  border-color: darkorange;
}

#StatTrackingButton5, #StatTrackingButton6 {
  border-color: dodgerblue;
}

#PlayerStatValue {
  width: 4em;
  height: 35px;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 5px;
}

#PlayerAmountRevert {
  margin-top: 0.35em;
  padding-right: 0.5em;
}

#PlayerStatActions {
  margin-top: 1em;
}

#PlayerStatRunningTotal {
  font-size: x-small;
}

#PlayerStatValueLabel {
  color: #FFF;
  font-family: Segoe UI Variable;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cancel-outline {
  border-color: #642020;
  min-width: 9.625rem;
}

.default-outline {
  border-color: #969696;
  min-width: 9.625rem;
}

.green-outline {
  border-color: #25ad4c;
  min-width: 9.625rem;
}

.amountButton {
  width: 5.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 0.3125rem;
  border: 3px solid #757575;
  background: #1B1C1D;
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.amountButton:hover {
  background-color: #9ED450;
}

.itcs-button-sm {
  font-size: small;
}

.itcs-stat-button {
  width: 8.414rem;
  height: 3.1rem;
  margin-bottom: 1em;
}

.tournament-table {
  background-color: #1A1A1A;
  border: 1px solid #464646;
  border-radius: 8px;
  width: 205px;
  height: 77px;
  padding: 15px 25px;
  align-content: center;
  font-size: 1.5em;
}

.tournament-player-action-button {
  border: 1px solid white;
  border-radius: 12px;
  padding: 1.5em;
  width: 150px;
  height: 75px;
}

.tournament-player-action-button-disabled {
  border: 1px solid #121212;
  color: #161616;
  border-radius: 12px;
  padding: 1.5em;
  width: 150px;
  height: 75px;
}

.tournament-player-action-button:hover {
  background-color: #2c2c2c;
  cursor: pointer;
}

.tournament-header {
  font-weight: 600;
}

.signature {
  font-family: "Cedarville Cursive";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #212121;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.filter {
  cursor: pointer;
}

.btn-close {
  box-sizing: content-box;
  width: 1em !important;
  height: 1em;
  padding: 0.25em 0.25em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c8c8c8'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #c8c8c8;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.profile-status {
  border-radius: 0.9375rem;
  width: 7.5vw;
}

.patron-info-header {
  background: #37b772;
  height: 1.5rem;
  border-radius: 0.625rem;
  color: white;
}

#FrontDL, #BackDL {
  display: none;
}

.profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
.profile-pic input {
  display: none;
}
.profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  z-index: 0;
}
.profile-pic img.fixed {
  position: relative;
  object-fit: cover;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  z-index: 0;
}
.profile-pic img.barred-border {
  position: absolute;
  object-fit: cover;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  z-index: 0;
  border: 4px solid #AD3525;
}
.profile-pic .-label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 150px;
}
.profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  color: rgb(250, 250, 250);
  transition: background-color 0.2s ease-in-out;
  border-radius: 100px;
  margin-bottom: 0;
}
.profile-pic span {
  display: inline-flex;
  padding: 0.2em;
  height: 2em;
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #161616;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #161616;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  left: 0.75rem !important;
  height: 1.7rem;
  top: 0.1rem;
}

.iti__country-list {
  background-color: #22222C !important;
}

.iti__country.iti__highlight {
  background-color: #3C3C3C !important;
}

.promo-card {
  font-size: 1rem;
  border: 1px solid grey;
  border-radius: 5px;
  max-width: 15rem;
  height: 10.5rem;
  overflow: hidden;
}
.promo-card .badge {
  font-size: 1rem;
  border-radius: 15px;
}

.promo-redeem-detail {
  width: calc(50% - 10px); /* 50% for two columns with 10px margin in between */
  margin: 0 0;
}

.player-mtl-details {
  position: absolute;
  bottom: 1rem;
  width: 45%;
}

.player-stat-toggle {
  cursor: pointer;
}

.promo-redeem-dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.promo-redeem-card {
  border: 1px solid grey;
  border-radius: 12px;
  display: none;
  height: 15rem;
  margin-bottom: 1rem;
  position: relative;
}

.promo-redeem-header {
  padding-top: 1rem;
}

.redeem-dates-back {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 1rem;
  padding-top: 1.25rem;
}

.revealing-span {
  cursor: pointer; /* Show pointer cursor on hover */
}

.revealing-span.revealed {
  opacity: 1; /* Transparent when revealed */
  transition: opacity 1s ease; /* Smooth transition effect */
}

#NewPatronInfo input[readonly].form-control-override, #NewPatronInfo select[disabled].form-control-override {
  background-color: rgba(255, 72, 72, 0.4) !important;
  border: none !important;
  border-radius: 5px !important;
  padding-left: 0.5rem;
}

.stat-table {
  width: 100%;
}

.stat-column-label {
  background: #4D4D4D;
}

.stat-total-area {
  width: 11.0625rem;
  height: 8.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #848484;
  background: #333;
}

.barred {
  background-color: #AD3525 !important;
}

.selectdiv {
  position: relative;
  float: left;
  min-width: 200px;
}

.selectdiv:after {
  content: "▼";
  font: normal normal normal 17px/1 FontAwesome;
  color: #ccd0d5;
  right: 11px;
  top: 0px;
  padding: 17px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  float: right;
  margin: 5px 0px;
  padding: 0px 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #C7C8C8;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

.form-control::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.unverified-messagebar {
  height: 3rem;
  background: #005BAE;
  margin-bottom: 1rem;
}

.action-link {
  cursor: pointer;
}

.form-select:disabled {
  background-color: #212121;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #212121;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  color: #c8c8c8;
  background-color: #FFFFFF;
  border-color: #c8c8c8;
}

.fw-semibold {
  font-weight: 700;
}

.kpi-change {
  font-size: 0.875rem;
  font-weight: 500;
}

.selected-bg {
  background-color: #212121;
}

/* ============ mobile view ============ */
@media (max-width: 767px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 50vh;
    margin-top: 10px;
  }
  .user-nav .itcs-dropdown {
    transform: revert !important;
  }
  .itcs-dropdown {
    position: absolute !important;
    transform: translateX(calc(var(--lnav-width) + var(--expansion-size))) !important;
  }
  .license {
    font-size: 0.7em;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 64px;
  }
  .nav-item {
    font-size: 1.75rem;
  }
  .fixed-top-submenu {
    margin-top: 2.5em;
  }
  .waitlistfix {
    margin-top: 5em;
  }
  .dashboard-banner {
    height: 10em;
  }
}
@media (max-width: 1400px) {
  .hidden-tablet {
    display: none;
  }
}
@media (max-width: 1200px) {
  .fixed-top-submenu {
    margin-top: 1.2em;
  }
  #SectionListDiv.collapse {
    display: block;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media print {
  .no-print, .no-print * {
    display: none !important;
  }
}