/*!
Theme Name: Bodog.news theme
Theme URI: bodog.news
Author: Quantox - Rade Eric
Author URI: https://www.quantox.com/
Description: Theme build for bodog.net website
Version: 0.1
*/

/*! tailwindcss v3.3.3 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 767px) {
  .container {
    max-width: 767px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-1\/2 {
  left: 50%;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[12px\] {
  top: 12px;
}

.\!z-\[99\] {
  z-index: 99 !important;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.\!m-0 {
  margin: 0px !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.\!mb-5 {
  margin-bottom: 1.25rem !important;
}

.\!mt-9 {
  margin-top: 2.25rem !important;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[0px\] {
  margin-bottom: 0px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-\[40px\] {
  margin-right: 40px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[18px\] {
  margin-top: 18px;
}

.mt-\[19px\] {
  margin-top: 19px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!aspect-\[2\/1\] {
  aspect-ratio: 2/1 !important;
}

.\!h-\[18px\] {
  height: 18px !important;
}

.h-\[130px\] {
  height: 130px;
}

.h-\[175px\] {
  height: 175px;
}

.h-\[204px\] {
  height: 204px;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[270px\] {
  height: 270px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[55px\] {
  height: 55px;
}

.h-\[76px\] {
  height: 76px;
}

.h-\[80px\] {
  height: 80px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-\[180px\] {
  height: 180px;
}

.h-auto {
  height: auto;
}

.max-h-\[159px\] {
  max-height: 159px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-\[450px\] {
  max-height: 450px;
}

.min-h-\[calc\(100vh-150px\)\] {
  min-height: calc(100vh - 150px);
}

.min-h-screen {
  min-height: 100vh;
}

.w-\[105px\] {
  width: 105px;
}

.w-\[130px\] {
  width: 130px;
}

.w-\[175px\] {
  width: 175px;
}

.w-\[260px\] {
  width: 260px;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[78px\] {
  width: 78px;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[98\%\] {
  width: 98%;
}

.w-full {
  width: 100%;
}

.\!max-w-\[820px\] {
  max-width: 820px !important;
}

.max-w-\[310px\] {
  max-width: 310px;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[70\%\] {
  max-width: 70%;
}

.max-w-\[715px\] {
  max-width: 715px;
}

.max-w-\[calc\(100\%-94px\)\] {
  max-width: calc(100% - 94px);
}

.max-w-full {
  max-width: 100%;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.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));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[30px\] {
  gap: 30px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-\[32px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}

.space-y-\[50px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(50px * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.break-words {
  overflow-wrap: break-word;
}

.\!rounded-\[0px\] {
  border-radius: 0px !important;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-b-\[6px\] {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.rounded-t-\[6px\] {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-goldenrod {
  --tw-border-opacity: 1;
  border-color: rgb(158 130 50 / var(--tw-border-opacity));
}

.border-lightSilver {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/\[0\.5\] {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-midnightGray {
  --tw-bg-opacity: 1;
  background-color: rgb(25 24 24 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(232 0 0 / var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(197 13 0 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-\[6px\] {
  padding: 6px;
}

.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[33px\] {
  padding-top: 33px;
  padding-bottom: 33px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.\!pb-\[67px\] {
  padding-bottom: 67px !important;
}

.\!pb-\[94px\] {
  padding-bottom: 94px !important;
}

.\!pt-7 {
  padding-top: 1.75rem !important;
}

.\!pt-\[80px\] {
  padding-top: 80px !important;
}

.pb-\[2px\] {
  padding-bottom: 2px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-\[30px\] {
  padding-left: 30px;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[130px\] {
  padding-top: 130px;
}

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

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

.font-inter {
  font-family: Inter, sans-serif;
}

.font-prompt {
  font-family: Prompt, sans-serif;
}

.\!text-\[11px\] {
  font-size: 11px !important;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[42px\] {
  font-size: 42px;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-lightSilver {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-midnightGray {
  --tw-text-opacity: 1;
  color: rgb(25 24 24 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(232 0 0 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-60 {
  opacity: 0.6;
}

.shadow-cardShadow {
  --tw-shadow: 0px 2px 12px rgba(0, 0, 0, 0.75);
  --tw-shadow-colored: 0px 2px 12px 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.sepia {
  --tw-sepia: sepia(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);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-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);
          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);
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px !important;
  padding: 1.25rem;
}

.scaleCard {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .scaleCard:hover {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    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));
  }
}

.primaryButton {
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(232 0 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .primaryButton:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(232 0 0 / var(--tw-text-opacity));
  }
}

.wp-block-button {
  width: 100%;
}

@media (min-width: 1024px) {
  .wp-block-button {
    width: auto;
  }
}

.wp-block-button > a {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(232 0 0 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* HEADER */

.nested-li-class {
  font-weight: normal !important;
  font-size: 16px !important;
}

.nested-li-class::before {
  content: none;
  margin-right: 5px;
}

@media (max-width: 1024px) {
  .nested-li-class::before {
    content: "\2022";
  }
}

.main-li-class {
  position: relative;
}

.close-icon {
  position: absolute;
  top: 18px;
  right: 90px;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
}

.open .close-icon {
  transform: rotate(0deg);
}

.header-menu {
  align-items: center;
}

.header-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.header-menu li {
  margin-right: 45px;
  font-size: 18px;
}

.header-menu > ul > li > a {
  color: white;
}

.header-menu > ul > li > a:hover {
  color: #e80000;
}

.header-menu > ul > li > a:hover ~ img {
  filter: invert(14%) sepia(99%) saturate(4155%) hue-rotate(356deg)
    brightness(89%) contrast(118%) !important;
}

@media (max-width: 1280px) {
  .header-menu li {
    margin-right: 35px;
    font-size: 16px;
  }
}

.dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 999;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu li:hover > ul {
  display: block;
}

.dropdown-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 250px;
  border-radius: 16px;
  padding: 16px 0;
}

.dropdown-menu > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 4px;
}

.dropdown-menu a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.dropdown-menu ul li {
  margin: 0;
  padding: 2px 15px 2px 30px;
}

.dropdown-menu ul li:hover {
  background-color: #f0f0f0;
}

.dropdown-menu .close-icon {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

/* VIDEO MODAL */

.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

/* ROULETTE */

.rotate {
  transition: transform 3s;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* NEWSLATTER */

.newsletter__widget {
  background-color: #f2f4fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  text-align: center;
}

.newsletter__widget h2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  color: #191818;
}

#wpec_form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-wp-email-capture-wp-email-capture-form {
  width: 100%;
}

#wpec_form > label {
  display: none;
}

#wpec_form > input {
  padding: 14px 20px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  outline: none;
  margin: 0 5px;
  max-width: 400px;
  width: 100%;
}

.wp-email-capture-submit {
  background-color: #e80000;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  width: 100%;
  max-width: 160px !important;
}

@media (max-width: 991px) {
  .newsletter__widget {
    padding: 36px 20px;
  }

  #wpec_form {
    flex-direction: column;
  }

  .newsletter__widget h2 {
    font-size: 17px;
    margin-bottom: 18px;
  }
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

@media (min-width: 576px) {
  .sm\:top-7 {
    top: 1.75rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-\[110px\] {
    height: 110px;
  }

  .sm\:h-\[175px\] {
    height: 175px;
  }

  .sm\:h-\[240px\] {
    height: 240px;
  }

  .sm\:h-\[358px\] {
    height: 358px;
  }

  .sm\:w-\[110px\] {
    width: 110px;
  }

  .sm\:w-\[175px\] {
    width: 175px;
  }

  .sm\:w-\[240px\] {
    width: 240px;
  }

  .sm\:min-w-\[358px\] {
    min-width: 358px;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:text-\[24px\] {
    font-size: 24px;
  }

  .sm\:text-\[30px\] {
    font-size: 30px;
  }

  .sm\:hover\:\!h-\[100px\]:hover {
    height: 100px !important;
  }

  .sm\:hover\:\!w-\[100px\]:hover {
    width: 100px !important;
  }
}

@media (min-width: 767px) {
  .md\:h-\[310px\] {
    height: 310px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:\!mr-\[30px\] {
    margin-right: 30px !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[154px\] {
    height: 154px;
  }

  .lg\:h-\[159px\] {
    height: 159px;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[310px\] {
    height: 310px;
  }

  .lg\:h-\[450px\] {
    height: 450px;
  }

  .lg\:h-\[510px\] {
    height: 510px;
  }

  .lg\:h-\[85px\] {
    height: 85px;
  }

  .lg\:max-h-\[192px\] {
    max-height: 192px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[163px\] {
    width: 163px;
  }

  .lg\:w-\[612px\] {
    width: 612px;
  }

  .lg\:w-\[85px\] {
    width: 85px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[calc\(100\%-188px\)\] {
    max-width: calc(100% - 188px);
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[18px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[70px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:\!px-\[70px\] {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:\!pb-\[30px\] {
    padding-bottom: 30px !important;
  }

  .lg\:\!pb-\[96px\] {
    padding-bottom: 96px !important;
  }

  .lg\:\!pt-\[60px\] {
    padding-top: 60px !important;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[52px\] {
    font-size: 52px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .xl\:ml-\[0px\] {
    margin-left: 0px;
  }

  .xl\:mt-\[25px\] {
    margin-top: 25px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:space-x-\[100px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:text-\[18px\] {
    font-size: 18px;
  }

  .xl\:text-\[52px\] {
    font-size: 52px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.\[\&_a\]\:mb-\[32px\] a {
  margin-bottom: 32px;
}

.\[\&_a\]\:bg-midnightGray a {
  --tw-bg-opacity: 1;
  background-color: rgb(25 24 24 / var(--tw-bg-opacity));
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .\[\&_a\]\:lg\:mb-\[45px\] a {
    margin-bottom: 45px;
  }
}

.\[\&_h2\]\:mb-4 h2 {
  margin-bottom: 1rem;
}

.\[\&_h2\]\:font-bold h2 {
  font-weight: 700;
}

.\[\&_img\]\:\!aspect-\[2\/1\] img {
  aspect-ratio: 2/1 !important;
}

.\[\&_img\]\:aspect-\[2\/1\] img {
  aspect-ratio: 2/1;
}

.\[\&_p\]\:mb-\[32px\] p {
  margin-bottom: 32px;
}

.\[\&_p\]\:text-sm p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .\[\&_p\]\:lg\:mb-\[45px\] p {
    margin-bottom: 45px;
  }
}

.\[\&_span\]\:\!h-\[25px\] span {
  height: 25px !important;
}

.\[\&_span\]\:\!w-\[25px\] span {
  width: 25px !important;
}

.\[\&_span\]\:\!rounded-\[20px\] span {
  border-radius: 20px !important;
}

.\[\&_span\]\:p-\[2px\] span {
  padding: 2px;
}

.\[\&_svg\]\:\!h-\[30px\] svg {
  height: 30px !important;
}

.\[\&_svg\]\:\!w-\[30px\] svg {
  width: 30px !important;
}

.\[\&_ul\]\:space-y-\[14px\] ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse));
}
/*! 
 * Odd TRACKER
*/
.h1-style, .hero-text-image__title, .hero-text-image-noFilter__title, .game-article__title, .games-listing__title, .oddticker .odd__header h1 {
  font-size: 6.5rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.04;
  font-weight: 800;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: normal;
  color: var(--main-title-color);
  text-transform: uppercase; }
  @media only screen and (min-width: 1600px) {
    .h1-style, .hero-text-image__title, .hero-text-image-noFilter__title, .game-article__title, .games-listing__title, .oddticker .odd__header h1 {
      font-size: 78px; } }
  @media only screen and (max-width: 1600px) {
    .h1-style, .hero-text-image__title, .hero-text-image-noFilter__title, .game-article__title, .games-listing__title, .oddticker .odd__header h1 {
      font-size: 78px; } }
  @media only screen and (max-width: 979px) {
    .h1-style, .hero-text-image__title, .hero-text-image-noFilter__title, .game-article__title, .games-listing__title, .oddticker .odd__header h1 {
      font-size: 6em; } }
  @media only screen and (max-width: 768px) {
    .h1-style, .hero-text-image__title, .hero-text-image-noFilter__title, .game-article__title, .games-listing__title, .oddticker .odd__header h1 {
      font-size: 6em; } }
  @media only screen and (max-width: 680px) {
    .h1-style, .hero-text-image__title, .hero-text-image-noFilter__title, .game-article__title, .games-listing__title, .oddticker .odd__header h1 {
      font-size: 5.5em; } }
.oddticker {
  margin-bottom: 10rem;
  min-height: 85vh; }
  .oddticker .odd__header {
    margin: auto;
    width: 65%;
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 15rem; }
    @media only screen and (max-width: 1024px) {
      .oddticker .odd__header {
        width: 90%;
        max-width: 90%; } }
    @media only screen and (max-width: 768px) {
      .oddticker .odd__header {
        width: 90%;
        max-width: 90%; } }
    @media only screen and (max-width: 680px) {
      .oddticker .odd__header {
        width: 90%;
        max-width: 90%; } }
    .oddticker .odd__header h1 {
      padding: 11px 0 8px 25px;
      position: relative;
      color: var(--header-title-color) !important; }
      .anim-visible .oddticker .odd__header h1 {
        opacity: 1; }
  .oddticker .odd__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .oddticker .odd__section .odd__array {
      display: none; }
    .oddticker .odd__section .loader {
      margin-top: 20vh;
      border: 5px solid #f3f3f3;
      border-radius: 50%;
      border-top: 5px solid var(--secondary-color);
      width: 40px;
      height: 40px;
      -webkit-animation: spin 1s linear infinite;
      /* Safari */
      animation: spin 1s linear infinite; }
  .oddticker .odd__array {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    width: 65%;
    max-width: 900px; }
    @media only screen and (max-width: 1024px) {
      .oddticker .odd__array {
        width: 90%;
        max-width: 90%; } }
    @media only screen and (max-width: 768px) {
      .oddticker .odd__array {
        width: 90%;
        max-width: 90%; } }
    @media only screen and (max-width: 680px) {
      .oddticker .odd__array {
        width: 90%;
        max-width: 90%; } }
    .oddticker .odd__array .odds_menu {
      padding: 11px 0 8px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 1rem;
      font-size: 16px !important; }
      .oddticker .odd__array .odds_menu button {
        color: var(--table_color_txt_btn);
        margin-right: 1.5rem;
        background: none;
        border-bottom: 2px solid #00000000;
        outline: none; }
        .oddticker .odd__array .odds_menu button.active {
          border-bottom: 2px solid var(--table_color_txt_btn) !important; }
      .oddticker .odd__array .odds_menu button:hover {
        -webkit-animation: color-change-2x 0.2s linear alternate both;
        animation: color-change-2x 0.2s linear alternate both; }
      .oddticker .odd__array .odds_menu button:not(:hover) {
        -webkit-animation: color-change-out 0.2s linear alternate both;
        animation: color-change-out 0.2s linear alternate both; }
    .oddticker .odd__array .table .table_title {
      color: var(--table_color_title_txt);
      background-color: var(--table_color_title_row);
      height: 38px;
      padding: 11px 0 8px 30px;
      font-family: "Roboto", sans-serif;
      font-size: 16px !important;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }
    .oddticker .odd__array .table .table_row {
      min-height: 85px;
      padding: 0px 30px 0px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: "Roboto", sans-serif;
      font-size: 16px !important;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: var(--table_color_txt); }
      @media only screen and (max-width: 768px) {
        .oddticker .odd__array .table .table_row {
          width: 100%;
          max-width: 100%;
          -ms-flex-flow: column;
              flex-flow: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                      -ms-grid-row-align: flex-start;
                  align-items: flex-start; } }
      @media only screen and (max-width: 680px) {
        .oddticker .odd__array .table .table_row {
          width: 100%;
          max-width: 100%;
          -ms-flex-flow: column;
              flex-flow: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                      -ms-grid-row-align: flex-start;
                  align-items: flex-start; } }
      @media only screen and (max-width: 768px) {
        .oddticker .odd__array .table .table_row .table_date {
          margin: 2rem 0 1rem 0; } }
      @media only screen and (max-width: 680px) {
        .oddticker .odd__array .table .table_row .table_date {
          margin: 2rem 0 1rem 0; } }
      .oddticker .odd__array .table .table_row .table_participant {
        width: 40%; }
        @media only screen and (max-width: 768px) {
          .oddticker .odd__array .table .table_row .table_participant {
            width: 100%;
            margin: 2rem 0 1rem 0; } }
        @media only screen and (max-width: 680px) {
          .oddticker .odd__array .table .table_row .table_participant {
            width: 100%;
            margin: 2rem 0 1rem 0; } }
        .oddticker .odd__array .table .table_row .table_participant .participant_row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin: 4px 0 4px 0; }
          @media only screen and (max-width: 768px) {
            .oddticker .odd__array .table .table_row .table_participant .participant_row {
              margin: 0 0 1rem 0; } }
          @media only screen and (max-width: 680px) {
            .oddticker .odd__array .table .table_row .table_participant .participant_row {
              margin: 0 0 1rem 0; } }
      .oddticker .odd__array .table .table_row.light {
        background-color: var(--table_color_row_light); }
      .oddticker .odd__array .table .table_row.dark {
        background-color: var(--table_color_row_dark); }
      .oddticker .odd__array .table .table_row .table_last {
        min-width: 76px; }
        @media only screen and (max-width: 768px) {
          .oddticker .odd__array .table .table_row .table_last {
            width: 100%;
            margin: 2rem 0 2rem 0; } }
        @media only screen and (max-width: 680px) {
          .oddticker .odd__array .table .table_row .table_last {
            width: 100%;
            margin: 2rem 0 2rem 0; } }