@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.left-1{
  left: 0.25rem;
}
.isolate{
  isolation: isolate;
}
.mr-1{
  margin-right: 0.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.w-\[98\%\]{
  width: 98%;
}
.w-full{
  width: 100%;
}
.max-w-screen-lg{
  max-width: 1240px;
}
.max-w-screen-md{
  max-width: 1000px;
}
.max-w-screen-sm{
  max-width: 640px;
}
.flex-shrink{
  flex-shrink: 1;
}
.shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.flex-wrap{
  flex-wrap: wrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.border{
  border-width: 1px;
}
.p-1{
  padding: 0.25rem;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.underline{
  text-decoration-line: underline;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* ==============================================================
MEDIA QUERIES
============================================================== */
/* ==============================================================
FONT STYLES
============================================================== */
/* ==============================================================
FONT SIZES
============================================================== */
/* ==============================================================
STYLES
============================================================== */
/* MAIN
============================= */
/* SELECT
============================= */
/* WIDTHS */
/* HEIGHTS */
/* SEARCH
============================= */
/* BORDERS
============================= */
/* ALL */
/* ==============================================================
TRANSITIONS
============================================================== */
/* BOX SHADOWS
============================= */
/* ==============================================================
STYLES
============================================================== */
/* VENDOR PREFIX
============================= */
/* POSITIONING
============================= */
/* BACKGROUND
============================= */
/* HEADER
============================= */
/* CONTAINERS
============================= */
/* SELECT
============================= */
/* SEARCH
============================= */
/* BUTTONS
============================= */
/* INPUTS
============================= */
/* TABLES
============================= */
/* CARDS
============================= */
/* NAV
============================= */
/* ==============================================================
THEMES
============================================================== */
/* ==============================================================
FONTAWESOME
============================================================== */
/* ==============================================================
MEDIA QUERIES
============================================================== */
/* ==============================================================
BOTH AD STYLES
============================================================== */
ad {
  display: inline-block;
  width: 100%;
  text-align: center;
}

ad img {
  display: inline-block !important;
  margin: 0 auto;
  width: 100%;
}

div.ad-wrap {
  visibility: hidden;
}

/* ==============================================================
BANNER
============================================================== */
div#ad-banner-wrap {
  margin: 0 auto;
  padding: 1.5em 0;
  background-color: rgba(0, 0, 0, 0.03);
}
@media (max-width: 576px) {
  div#ad-banner-wrap {
    padding: 0.5rem 0;
  }
}

div#ad-banner {
  max-width: 700px;
  margin: 0 auto;
  cursor: default;
  background-color: transparent;
  text-align: center;
}

ad.banner {
  width: 100%;
  height: 100%;
}

ad.banner img {
  max-height: 100%;
  position: relative;
  vertical-align: middle;
}

/* ==============================================================
SQUARE AD
============================================================== */
div#ad-square-wrap {
  width: 275px;
  padding: 0;
  margin: 2em auto 0 auto;
  max-width: 95%;
}

div#ad-square {
  width: 100%;
  cursor: default;
  background-color: transparent;
}

ad.square img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  cursor: pointer;
  margin: auto;
}

/* ==============================================================
MEDIA QUERIES
============================================================== */
@media screen and (max-width: 1000px) {
  div#ad-square-wrap {
    margin: 2em auto;
  }
}
@media (max-width: 850px) {
  div#ad-banner {
    max-width: 75%;
  }
}
@media (max-width: 600px) {
  div#ad-banner {
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  ad.square img {
    max-width: 90%;
    max-height: 90%;
    height: auto;
    width: auto;
  }
}
.nav {
  display: flex;
  align-items: center;
  overflow-x: auto;
  background-color: var(--color-3);
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav > ul {
  display: flex;
  height: 100%;
  align-items: center;
}

li.nav-item {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.8rem;
  list-style-type: none;
}
li.nav-item::before {
  display: none;
  margin-right: 5px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
li.nav-item.on {
  opacity: 1;
}
li.nav-item > .nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
  padding: 0 0.75rem;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: transparent;
  transition: opacity 0.4s ease-in-out, color 0.4s ease-in-out;
}
li.nav-item > .nav-link:hover {
  color: inherit;
}
li.nav-item > .nav-link.nav-on {
  border-bottom-color: var(--color-accent);
}
li.nav-item > img {
  display: none;
}
li.nav-item.dropdown > .nav-link::after {
  font-size: 11px;
  margin-left: 5px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f078";
}
@media (min-width: 768px) {
  li.nav-item.dropdown.active > .dropdown-menu {
    display: flex;
  }
}
li.nav-item.dropdown.active > .nav-link::after {
  content: "\f077";
}

.dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
  background-color: transparent;
  padding: 0.25rem 0;
}
.dropdown-menu .dropdown-divider {
  height: 0;
  border: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color-1);
}

/* ==============================================================
MEDIA QUERIES
============================================================== */
/* ==============================================================
FONT STYLES
============================================================== */
/* ==============================================================
FONT SIZES
============================================================== */
/* ==============================================================
STYLES
============================================================== */
/* MAIN
============================= */
/* SELECT
============================= */
/* WIDTHS */
/* HEIGHTS */
/* SEARCH
============================= */
/* BORDERS
============================= */
/* ALL */
/* ==============================================================
TRANSITIONS
============================================================== */
/* BOX SHADOWS
============================= */
/* ==============================================================
STYLES
============================================================== */
/* VENDOR PREFIX
============================= */
/* POSITIONING
============================= */
/* BACKGROUND
============================= */
/* HEADER
============================= */
/* CONTAINERS
============================= */
/* SELECT
============================= */
/* SEARCH
============================= */
/* BUTTONS
============================= */
/* INPUTS
============================= */
/* TABLES
============================= */
/* CARDS
============================= */
/* NAV
============================= */
/* ==============================================================
THEMES
============================================================== */
/* ==============================================================
FONTAWESOME
============================================================== */
/* ==============================================================
MEDIA QUERIES
============================================================== */
body, html {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

@media (max-width: 576px) {
  body, html {
    filter: none !important;
  }
}
body {
  color: var(--text-color);
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  z-index: -1;
}

@media (max-width: 576px) {
  body::before {
    background-attachment: scroll !important;
  }
}
#app {
  display: flex; /* for sticky footer */
  flex-direction: column;
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
  box-shadow: inset 0 0 15px rgba(65, 65, 66, 0.2);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active);
}

*::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
}

a {
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  color: var(--color-accent);
}

svg path {
  fill: inherit;
  stroke: #8690b3;
}

:focus {
  outline: none;
}

.no-overflow {
  overflow-y: hidden !important;
}

/* SELECT
============================= */
select {
  transition: box-shadow ease 0.4s;
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--text-color);
  text-align: left !important;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  width: 135px;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px !important;
  padding-left: 8px;
  background: var(--select-arrow);
  background-color: var(--color-4);
  box-shadow: 0 2px 3px 0 var(--shadow-1);
  background-size: 11px 7px;
  background-position-x: 95%;
}

select option {
  font-size: 14px;
  background-color: var(--color-1);
  color: var(--accent-color-1);
}

@media (max-width: 576px) {
  select {
    font-size: 11px;
    min-width: 115px;
    width: 115px;
    height: 30px;
    display: block;
  }
}
/* Headers & Containers
============================= */
header#filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

header.page-header {
  background-color: var(--color-2);
  padding: 1rem 0.5rem;
}

@media (min-width: 576px) {
  header.page-header {
    padding: 1rem;
  }
}
header.team-color-header,
header.page-header.team-color-header {
  background-color: var(--color-header);
  color: var(--color-header-text);
}

header.team-color-header :deep(#stats-widget) .tabs.pill-tabs .tab-buttons li.active,
header.page-header.team-color-header :deep(#stats-widget) .tabs.pill-tabs .tab-buttons li.active {
  color: var(--color-header-text);
}

.content-width {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}

div#wrap-content {
  flex: 1 0 auto;
}

#search {
  color: var(--accent-color-1);
  background-color: var(--color-4);
  box-shadow: 2px 5px 5px var(--shadow-1);
}

.text-muted {
  color: var(--text-muted);
}

/* Card
============================= */
/* Make the progress bar thicker and use your accent color */
#nprogress .bar {
  background: var(--color-accent); /* fallback to teal */
}

/* Add a glow effect for visibility */
#nprogress .peg {
  box-shadow: 0 0 10px var(--color-accent), 0 0 5px var(--color-accent);
}

/* Hide the spinner (you already disabled it in config) */
#nprogress .spinner {
  display: none;
}

.gif {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.required-message {
  display: block;
  color: red;
  text-align: center;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b6b6b6;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #b6b6b6;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #b6b6b6;
}

:-moz-placeholder { /* Firefox 18- */
  color: #b6b6b6;
}

/* latin */
@font-face {
  font-family: "Orbitron";
  font-style: normal;
  font-weight: 400;
  src: local("Orbitron Regular"), local("Orbitron-Regular"), url(https://fonts.gstatic.com/s/orbitron/v10/yMJRMIlzdpvBhQQL_Qq7dy0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Orbitron";
  font-style: normal;
  font-weight: 700;
  src: local("Orbitron Bold"), local("Orbitron-Bold"), url(https://fonts.gstatic.com/s/orbitron/v10/yMJWMIlzdpvBhQQL_QIAUjh2qtA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ==============================================================
LIGHT THEME
============================================================== */
:root,
[data-theme=light] {
  /* Colors */
  --color-1: #fff;
  --color-2: #f7f8fa;
  --color-3: #ebedf2;
  --color-4: #fbfbfb;
  --color-5: #f9f9f9;
  --color-6: #e7edf3;
  --color-7: #f1f1f1;
  --border-color-1: #e8e8eeff;
  --border-color-2: #f1f2f3;
  --btn-color: #e0e4ea;
  --btn-hover-color: #d3d8e0;
  --text-color: #000;
  /* Shadows */
  --shadow-color: rgba(42, 35, 56, 0.15);
  --shadow-1: rgba(82, 63, 105, 0.1);
  --shadow-2: rgba(42, 35, 56, 0.1);
  --modal-shadow: 0 0 50px rgba(73, 72, 117, 0.1);
  --header-shadow: 0 4px 10px var(--shadow-2);
  --text-muted: #555555;
  --select-arrow: url("/assets/images/down-arrow-selector.png") no-repeat right rgba(255, 255, 255, 0);
  /* Scrollbar */
  --scrollbar-track: #ffffff;
  --scrollbar-thumb: #d4d4d4;
  --scrollbar-thumb-active: #999999;
  --scrollbar-corner: #ffffff;
  /* Shared card styles */
  --card-color: var(--color-2);
  --card-shadow: 0 4px 16px rgba(42, 35, 56, 0.12); /* increased blur & spread */
  --card-hover-shadow: 0 6px 20px rgba(42, 35, 56, 0.18); /* slightly deeper hover effect */
}

/* ==============================================================
DARK THEME
============================================================== */
[data-theme=dark] {
  /* Colors */
  --color-1: #0a0a0a; /* Background */
  --color-2: #1b1b1b; /* Primary surface (cards, panels) */
  --color-3: #242424; /* Secondary surface */
  --color-4: #2e2e2e; /* Tertiary surface */
  --color-5: #383838; /* Borders / subtle backgrounds */
  --color-6: #121212; /* Slightly darker alt */
  --color-7: #1a1a1a; /* Sidebar / navbar background */
  --border-color-1: rgb(51, 51, 51);
  --btn-color: #2a2a2a;
  --btn-hover-color: #3a3a3a;
  --text-color: #f2f2f2;
  --text-muted: #a0a0a0;
  /* Shadows */
  --shadow-1: rgba(0, 0, 0, 0.25);
  --shadow-2: rgba(0, 0, 0, 0.5);
  --header-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  --modal-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
  --shadow-color: rgba(0, 0, 0, 0.3);
  --select-arrow: url("/assets/images/down-arrow-selector-white.png") no-repeat right rgba(255, 255, 255, 0);
  /* Scrollbar */
  --scrollbar-track: #1a1a1a;
  --scrollbar-thumb: #3a3a3a;
  --scrollbar-thumb-active: #555555;
  --scrollbar-corner: #1a1a1a;
  /* Shared card styles */
  --card-color: var(--color-2);
  --card-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  --card-hover-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

/* ==============================================================
DARK THEME
============================================================== */
[data-theme=midnight] {
  /* Colors */
  --color-1: #14151f;
  --color-2: #1e222b;
  --color-3: #333845;
  --color-4: #3a3f4b;
  --color-5: #565c6b;
  --color-6: #1b1f28;
  --color-7: #151922;
  --border-color-1: #2a303e;
  --btn-color: #2e333f;
  --btn-hover-color: #3a404d;
  --text-color: #fff;
  /* Shadows */
  --shadow-1: rgba(0, 0, 0, 0.31);
  --shadow-2: #000;
  --header-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  --modal-shadow: 0 0 50px rgba(0, 0, 0, 0.73);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --text-muted: #888;
  --select-arrow: url("/assets/images/down-arrow-selector-white.png") no-repeat right rgba(255, 255, 255, 0);
  /* Scrollbar */
  --scrollbar-track: #1e222b;
  --scrollbar-thumb: #3a3f4b;
  --scrollbar-thumb-active: #565c6b;
  --scrollbar-corner: #1e222b;
  /* Shared card styles */
  --card-color: var(--color-2);
  --card-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); /* darker, smoother base shadow */
  --card-hover-shadow: 0 6px 20px rgba(0, 0, 0, 0.45); /* deeper shadow on hover */
}

/* ==============================================================
BLACK THEME
============================================================== */
[data-theme=black] {
  /* Colors */
  --color-1: #000000; /* Pure black background */
  --color-2: #0d0d0d; /* Primary surface (cards, panels) */
  --color-3: #141414; /* Secondary surface */
  --color-4: #1a1a1a; /* Tertiary surface */
  --color-5: #222222; /* Borders / subtle accents */
  --color-6: #000000; /* Alt background for modals */
  --color-7: #0a0a0a; /* Sidebar / navbar background */
  --border-color-1: #2a2a2a;
  --border-color-2: #1a1a1a;
  --btn-color: #1a1a1a;
  --btn-hover-color: #2a2a2a;
  --text-color: #ffffff;
  --text-muted: #999999;
  /* Shadows (subtle glow-style to prevent flat look) */
  --shadow-1: rgba(255, 255, 255, 0.05);
  --shadow-2: rgba(255, 255, 255, 0.1);
  --shadow-color: rgba(0, 0, 0, 0.6);
  --modal-shadow: 0 0 50px rgba(255, 255, 255, 0.05);
  --header-shadow: 0 4px 10px rgba(255, 255, 255, 0.05);
  /* Select Arrow */
  --select-arrow: url("/assets/images/down-arrow-selector-white.png") no-repeat right rgba(0, 0, 0, 0);
  /* Scrollbar */
  --scrollbar-track: #000000;
  --scrollbar-thumb: #2a2a2a;
  --scrollbar-thumb-active: #444444;
  --scrollbar-corner: #000000;
  /* Shared card styles */
  --card-color: var(--color-2);
  --card-shadow: 0 4px 16px rgba(255, 255, 255, 0.05);
  --card-hover-shadow: 0 6px 20px rgba(255, 255, 255, 0.08);
}

/* ==============================================================
CARD STYLES
============================================================== */
[data-theme=light][data-card-style=glass] {
  --card-color: var(--color-1);
}

[data-theme=dark][data-card-style=glass] {
  --card-color: var(--color-1);
}

/* ==============================================================
THEMES
============================================================== */
/* SCROLL BARS
============================= */
/* SELECT
============================= */
table.dataTable {
  font-size: 12px;
  text-align: center;
  color: var(--text-color);
  box-shadow: var(--card-shadow);
}

@media (max-width: 576px) {
  table.dataTable {
    font-size: 10px;
  }
}
body table.dataTable > thead > tr > th,
body table.dataTable > thead > tr > td {
  background-color: var(--color-header);
  color: var(--color-header-text);
  white-space: nowrap;
  padding: 0.35rem 10px;
  margin: 0;
  font-weight: 500;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: none;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable tbody td {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: var(--border-color-1);
}

body table.dataTable thead tr > .dtfc-fixed-start,
body table.dataTable thead tr > .dtfc-fixed-end,
body table.dataTable tfoot tr > .dtfc-fixed-start,
body table.dataTable tfoot tr > .dtfc-fixed-end {
  background-color: var(--color-header);
  color: var(--color-header-text);
}

body table.dataTable > thead > tr > th,
body table.dataTable > thead > tr > td {
  border-bottom: 2px solid var(--border-color-1);
}

body table.dataTable > tfoot > tr > th,
body table.dataTable > tfoot > tr > td {
  border-top: 2px solid var(--border-color-1);
}

body table.dataTable tbody tr > .dtfc-fixed-start,
body table.dataTable tbody tr > .dtfc-fixed-end {
  background-color: var(--color-2);
  text-align: left;
}

body table.dataTable tbody tr > * {
  background-color: var(--color-2);
}

body table.dataTable.stripe > tbody > tr:nth-child(odd) > * {
  background-color: var(--color-3);
}

body table.dataTable.hover > tbody > tr.selected > *,
body table.dataTable.hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px var(--color-accent) !important;
}

body table.dataTable.hover > tbody > tr:hover > * {
  background-color: var(--color-1);
  cursor: pointer;
}

body table.dataTable.dtfc-scrolling-left tr > .dtfc-fixed-left::after {
  box-shadow: inset 5px 0 5px -2px var(--shadow-2);
}

body table.dataTable th.dt-type-numeric,
body table.dataTable th.dt-type-date,
body table.dataTable td.dt-type-numeric,
body table.dataTable td.dt-type-date,
body table.dataTable tbody tr > td.dt-type-numeric.dtfc-fixed-start,
body table.dataTable tbody tr > td.dt-type-numeric.dtfc-fixed-end {
  text-align: center;
}

body table.dataTable tbody > tr > td.sorting_1 {
  background-color: var(--color-3) !important;
}

body .dt-scroll {
  border-radius: 10px;
  overflow: hidden;
}

body div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 0;
}

/* ==============================================================
Sorting icon styles
============================================================== */
.datatable {
  /* Up arrow */
  /* Down arrow */
}

.datatable table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
.datatable table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
.datatable table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
.datatable table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
.datatable table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
.datatable table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
.datatable table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
.datatable table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
.datatable table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
.datatable table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
.datatable table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
.datatable table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
.datatable table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
.datatable table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
.datatable table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
.datatable table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  display: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 11px;
  line-height: 0;
  opacity: 0.2;
  left: 50%;
  transform: translateX(-50%);
}

.datatable table.dataTable thead > tr > th.dt-ordering-asc,
.datatable table.dataTable thead > tr > th.dt-ordering-desc {
  background-color: var(--color-3) !important;
}

.datatable table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
.datatable table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
.datatable table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
.datatable table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
.datatable table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
.datatable table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
.datatable table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
.datatable table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  right: 3px;
  width: 0;
}

.datatable table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
.datatable table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
.datatable table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
.datatable table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 1;
  color: var(--color-accent) !important;
}

.datatable table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
.datatable table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  content: "\f0de";
  display: inline-block;
}

.datatable table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
.datatable table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  content: "\f0dd";
  display: inline-block;
}

.datatable table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
.datatable table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
.datatable table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
.datatable table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  font-weight: bold;
}

.datatable table.dataTable thead > tr > th.dt-orderable-asc:hover, .datatable table.dataTable thead > tr > th.dt-orderable-desc:hover,
.datatable table.dataTable thead > tr > td.dt-orderable-asc:hover, .datatable table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: none;
}

/* ==============================================================
Pagination
============================================================== */
.datatable .bottom {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  margin-top: 0;
}

.datatable .bottom:empty {
  display: none;
}

@media (max-width: 350px) {
  .datatable .bottom {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.dt-length {
  display: inline-flex; /* Keep label and select on one line */
  align-items: center;
  background-color: var(--color-2);
  gap: 0.5rem; /* Space between select and label */
  color: inherit;
}

.dt-length select.dt-input {
  border: 2px solid var(--border-color-1) !important;
}

.dt-length label {
  font-size: 0.8rem;
  white-space: nowrap;
}

body div.dt-container select.dt-input {
  transition: box-shadow ease 0.4s;
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--text-color);
  text-align: left !important;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  width: 135px;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px !important;
  padding-left: 8px;
  background: var(--select-arrow);
  background-color: var(--color-4);
  box-shadow: 0 2px 3px 0 var(--shadow-1);
  background-size: 11px 7px;
  background-position-x: 95%;
  width: auto !important;
  min-width: auto !important;
}

body div.dt-container select.dt-input option {
  font-size: 14px;
  background-color: var(--color-1);
  color: var(--accent-color-1);
}

@media (max-width: 576px) {
  body div.dt-container select.dt-input {
    font-size: 11px;
    min-width: 115px;
    width: 115px;
    height: 30px;
  }
}
.datatable div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  background: var(--color-1) none;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  padding: 0.745rem;
  margin: 0 0.25rem;
  touch-action: manipulation;
  color: var(--text-color);
  background-color: var(--color-3);
}

.datatable div.dt-container .dt-paging .dt-paging-button.previous, .datatable div.dt-container .dt-paging .dt-paging-button.next {
  padding-left: 1rem;
  padding-right: 1rem;
}

.datatable div.dt-container .dt-paging .dt-paging-button.disabled {
  opacity: 25%;
  cursor: default;
}

.datatable div.dt-container .dt-paging .dt-paging-button.current {
  border-color: var(--color-accent);
  background-color: var(--color-accent) !important;
}

.datatable div.dt-container .dt-paging .dt-paging-button:active {
  background: none;
  box-shadow: none;
}

.datatable div.dt-container .dt-paging .dt-paging-button:hover {
  border-color: var(--border-color-1);
  background: var(--color-1) none;
  color: var(--color-accent) !important;
}

/* Slider */
.turbo-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}

.turbo-slider:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.turbo-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.turbo-list:focus {
  outline: none;
}

.turbo-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.turbo-slider .turbo-track,
.turbo-slider .turbo-list {
  transform: translate3d(0, 0, 0);
}

.turbo-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.turbo-track:before,
.turbo-track:after {
  display: table;
  content: "";
}

.turbo-track:after {
  clear: both;
}

.turbo-loading .turbo-track {
  visibility: hidden;
}

.turbo-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .turbo-slide {
  float: right;
}

.turbo-slide img {
  display: block;
}

.turbo-slide.turbo-loading img {
  display: none;
}

.turbo-slide.dragging img {
  pointer-events: none;
}

.turbo-initialized .turbo-slide {
  display: block;
}

.turbo-loading .turbo-slide {
  visibility: hidden;
}

.turbo-vertical .turbo-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.turbo-arrow.turbo-hidden {
  display: none;
}

.turbo-slide, .turbo-slide * {
  outline: none !important;
}

.turbo-prev, .turbo-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 62px;
  width: 50px;
  border-radius: 0;
  opacity: 0.9;
  color: transparent;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}

.turbo-prev:hover, .turbo-next:hover {
  color: #141519;
  outline: none;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  transform: scale(1);
  height: 72px;
  width: 60px;
}

.turbo-prev:hover:before, .turbo-next:hover:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  opacity: 1;
}

.turbo-prev.turbo-disabled:before, .turbo-next.turbo-disabled:before {
  opacity: 1;
}

.turbo-prev:before, .turbo-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  color: #fff;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(0.2);
}

.turbo-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}

.turbo-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}

[dir=rtl] .turbo-prev {
  right: auto;
}

.turbo-prev:before {
  content: "\f104";
}

[dir=rtl] .turbo-prev:before {
  content: "\f104";
}

[dir=rtl] .turbo-next {
  left: auto;
}

.turbo-next:before {
  content: "\f105";
}

[dir=rtl] .turbo-next:before {
  content: "\f105";
}

.turbo-dots {
  position: absolute;
  bottom: -15px;
  right: 0;
  display: block;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 576px) {
  .turbo-dots {
    bottom: -50px;
  }
}

.turbo-dots li {
  position: relative;
  bottom: 0;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.turbo-dots li button {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 15px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: transparent;
}

.turbo-dots li button:focus {
  outline: none;
}

.turbo-dots li button:hover {
  outline: none;
}

.turbo-dots li button:focus:before {
  opacity: 1;
}

.turbo-dots li button:hover:before {
  opacity: 1;
  background-color: rgba(217, 217, 217, 0.71);
  transition: background-color ease-in-out 0.3s;
}

.turbo-dots li button:before {
  font-family: "turbo";
  font-size: 20px;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px #fff solid;
  transition: background-color ease-in-out 0.3s;
  background-color: #fff;
}

.turbo-dots li.turbo-active button:before {
  opacity: 1;
  background-color: #fff;
  border: 2px #fff solid;
}

.turbo-slide {
  opacity: 1;
}

.turbo-center {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .turbo-dots li button {
    width: 15px;
    height: 15px;
  }
  .turbo-dots {
    right: 0;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .turbo-dots li button:before {
    width: 3px;
    height: 3px;
  }
}
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #252933;
  border: none;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  display: flex;
  border: 1.5px #fcfcfc solid;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 6px;
  height: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 9px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 9px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ffffff;
  left: 0;
  top: 1.5px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ffffff;
  left: -1.5px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ffffff;
  left: 1.5px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff;
  left: 0;
  top: -1.5px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #252933;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #252933;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #252933;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #252933;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999999999999;
}

.YouTubePopUp-animation {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: YouTubePopUp;
}
@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.logged-in .YouTubePopUp-Wrap {
  top: 32px;
  z-index: 99998;
}

.YouTubePopUp-Content {
  max-width: 850px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.YouTubePopUp-Hide {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: YouTubePopUpHide;
}
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  opacity: 1;
  right: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
  opacity: 0.5;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out 0s;
}

@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }
  .YouTubePopUp-Close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }
  .YouTubePopUp-Close {
    bottom: 262px;
  }
}
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 0;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor a {
  text-decoration: underline;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "●";
}

.ql-editor li::before {
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
}

.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}

.ql-editor ol li:before {
  content: counter(list-num, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}

div#home {
  /* STANDINGS
  ============================= */
}
@media (max-width: 900px) {
  div#home main {
    flex-direction: column;
  }
}
div#home div#ad-square-wrap {
  margin: 0 auto;
}
div#home div#standings-container {
  width: 100%;
  white-space: normal;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 2rem;
}
div#home div#standings-container div.standings-table-container {
  overflow: hidden;
}
div#home div#standings-container table {
  font-size: 14px;
}
@media (max-width: 576px) {
  div#home div#standings-container table {
    font-size: 11px;
  }
}
div#home div#standings-container table thead tr th {
  background-color: var(--color-1) !important;
}
div#home div#standings-container table tbody td {
  height: 35px;
  border-left: 0;
  border-right: 0;
  border-color: var(--color-3) !important;
}
div#home div#standings-container table th.division,
div#home div#standings-container table td.division {
  padding: 0;
}
div#home div#standings-container table th.team,
div#home div#standings-container table td.team {
  text-align: left !important;
  white-space: nowrap;
  max-width: 110px !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
div#home div#standings-container table img {
  max-height: 35px;
  max-width: 35px;
  margin: 0 auto;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 576px) {
  div#home div#standings-container table img {
    max-height: 21px;
    max-width: 21px;
  }
}
div#home div#standings-container table span a:hover {
  text-decoration: underline;
}
