:root {
  color-scheme: only light;
  --bs-root-font-size: 16px;
  --bs-body-font-weight: 300;
  --transition: all 0.25s linear;
  /* --primary-color: #89767c; */
  /* --primary-color-light: #89767c45; */
  --primary-color: #5548e0;
  --primary-color-light: #f5f6fc;
  --primary-color-dark: #ebe9fa;

  --accent-color: #d4fd2e; /* green */
  /* --light-gray: #f1f1f1; */
  --light-gray: #f8f8f8;
  --bs-danger: #ff2100;
  --bs-danger-rgb: 255, 33, 0;
  --text-danger: var(--bs-danger);

  --radius-xs: 0.25em;
  --radius-sm: 0.5em;
  --radius-md: 1em;

  /* Dynamic height */
  --dynamic-height: calc(var(--vh, 1vh) * 100);
  --header-height: --header-height;
}


/* Typography */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Light.ttf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Light.ttf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Afacad';
    src: url('fonts/afacad/AfacadFlux-Thin.ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Afacad';
    src: url('fonts/afacad/AfacadFlux-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Afacad';
    src: url('fonts/afacad/AfacadFlux-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Afacad';
    src: url('fonts/afacad/AfacadFlux-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Afacad';
    src: url('fonts/afacad/AfacadFlux-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Afacad';
    src: url('fonts/afacad/AfacadFlux-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Afacad';
    src: url('fonts/afacad/AfacadFlux-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Afacad';
    src: url('fonts/afacad/AfacadFlux-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Afacad';
    src: url('fonts/afacad/AfacadFlux-Black.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit/Outfit-Thin.ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit/Outfit-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit/Outfit-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit/Outfit-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit/Outfit-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit/Outfit-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit/Outfit-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit/Outfit-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit/Outfit-Black.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



body {
  font-optical-sizing: auto;
  font-family: 'Outfit';
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: rgb(30, 33, 34) !important;
  background: var(--primary-color-light) !important;
}


.container-fluid {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid .row {
  max-width: 1600px;
  margin: auto;
}

h1,
h2 {
  font-family: 'Afacad';
  font-size: 2rem;
}

h1 {
  font-size: 3rem;
}

h3 {
  font-family: 'Afacad';
  font-size: 1.5rem;
}


p:last-of-type {
  margin-bottom: 0;
}

strong {
  font-weight: 500;
}
.uppercase,
.uppercase > * {
  text-transform: uppercase;
}

.invert > * {
  filter: invert();
}

.sticky {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
}


nav ul li {
  flex-shrink: 0;
}

/* Header Fixed/Opened */
header.fixed,
.menu-opened header {
  background: #fff;
  border-bottom: 1px solid #0000000f;
}
header.fixed .header-elements,
.menu-opened header .header-elements {
  padding: 1rem 0;
}
header.fixed .logo-white,
.menu-opened header .logo-white {
  filter: invert();
}
header.fixed .nav-link,
.menu-opened header .nav-link {
  color: #000;
}
header.fixed .nav-link svg,
.menu-opened header .nav-link svg {
  filter: invert();
}
header.fixed .search-svg-icon a,
.menu-opened header .search-svg-icon a {
  background: #000;
}
header.fixed .search-svg-icon a svg,
.menu-opened header .search-svg-icon a svg {
  fill: #fff;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.7;
}

.important {
  background: #fff;
  padding: 1rem;
  border-radius: var(--radius-sm);
}
.important p {
  font-weight: 400;
  padding: 1rem;
  color: #3a0a75;
  background: #ebe9fa;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  border-left: 3px solid var(--primary-color);
}


.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background-color: #fafafa;
}

.slick-dots li {
    cursor: pointer;
    color: #257e90;
}

.sidebar-pont-item-prognostic-cta {
  display: flex;
}
.sidebar-pont-item-prognostic-cta a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--primary-color);
  color: #fff;
  font-size: 0.675rem;
  padding: 0 !important;
  font-weight: 500;
  border-radius: 0;
  padding: 0.4em !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-color);
}

.sidebar-pont-item-prognostic-cta a svg {
  width: 0.875em;
  height: auto;
  filter: invert();
}

.pontul-zilei-detalii-bottom {
    margin-bottom: 1rem;
}


footer .section-footer .col-footer {
  display: flex;
  flex-direction: column;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #16445b;
}

.dropdown-item:hover {
  background-color: var(--primary-color-light);
  text-decoration: none;
}







@media only screen and (max-width: 991px) {
    h1 strong {
        font-size: 2.5rem;
    }
    #sidebar-left-autofix {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 3rem;
    }

    .article-text table {
        max-width: 360px;
    }

    .banner-widget img {
        display: flex;
        margin: auto;
    }


    footer .section-footer .col-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 2rem;
        text-align: center;
    }

    footer .section-footer .col-footer:last-child .module-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}



/* ======================================================================== */
.vsidebar2-item {
  border-bottom: 1px solid #0000001c;
  padding-bottom: 0.5rem;
}
.vsidebar2-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.vsidebar2-item-title a {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 300;
  color: #000;
  overflow: hidden;
}
.vsidebar2-item-title a span {
  display: block;
}


.img-dark-mode,
[data-bs-theme="dark"] .img-light-mode {
    display: none;
}

[data-bs-theme="dark"] .img-dark-mode {
    display: initial;
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

.loading {
    position: fixed;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    height: 100%;
}


.btn-success {
    color: var(--bs-white) !important;
}

.btn-warning {
    color: var(--bs-white) !important;
}

.btn-info {
    color: var(--bs-white) !important;
}



@media (prefers-color-scheme: dark) {
    body {
        background-color: #fff;
        color: rgb(30, 33, 34) !important;
    }
}


body,
.content-wrapper {
    overflow-x: clip;
}

button {
    -webkit-appearance: unset;
    border: 0;
    box-shadow: none !important;
    outline: 0 !important;
    background: 0;
    padding: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5000;
  transition: var(--transition);
}


/* Dark Menu */
body.interiorpage .logo-white {
  filter: invert();
}
body.interiorpage header:not(.fixed) .navbar-nav {
  background: #fff;
}
body.interiorpage header .nav-link {
  color: #000;
}
body.interiorpage header:not(.fixed) .nav-link:hover {
  background: var(--primary-color-light);
}
body.interiorpage header .nav-link svg {
  filter: invert();
}

[data-bs-theme="dark"] header {
    background: transparent;
}

.scroll-top[data-bs-theme="dark"] header {
    background: #1e2122;
}

header .navbar-expand-lg .navbar-nav {
    gap: 1rem calc(0.1rem + 1vw);
    flex-wrap: wrap;
}

header .nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-family: 'Outfit';
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.nav-link:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.nav-link:hover svg {
  filter: invert();
}

header .nav-link svg {
    height: 0.8rem;
    width: auto;
    transition: var(--transition);
}
header nav {
    font-size: 0.95rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #16445b;
}

.dropdown-item {
  padding: var(--bs-nav-link-padding-y) var(--bs-navbar-nav-link-padding-x);
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: 'Outfit';
  border-radius: var(--radius-sm);
}

a {
  color: var(--primary-color);
  transition: transform 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

.header-elements {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    gap: 1rem;
    transition: var(--transition);
}

.header-logo a {
    display: inline-block;
    position: relative;
}

.header-logo img {
  max-height: 2rem;
}


[data-bs-theme="dark"] .header-logo .logo-default {
    opacity: 0;
}

[data-bs-theme="dark"] .header-logo .logo-white {
    opacity: 1;
}

footer {
  background: #000;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
  border-radius: 2rem 2rem 0 0;
}

.footer-cards {
  display: grid;
  grid-template-columns: 30% 1fr 1fr 1fr;
  gap: 1rem;
}
.footer-cards .module-fickle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: var(--radius-md);
  color: #fff;
  text-align: justify;
  overflow: hidden;
}

.footer-cards .module-fickle:first-child {
  grid-row: 1/3;
  background: var(--primary-color-dark);
  color: #000;
  padding: 1.5rem;
  gap: 1rem;
}
.footer-cards .module-fickle:first-child .fickle-image img {
  max-width: 8rem;
}
.footer-cards .module-fickle:last-child {
  grid-column: span 2;
}


.footer-cards .fickle-title {
  font-size: 1.2rem;
}
.footer-cards .fickle-content p {
  font-size: 0.875rem;
}
.footer-cards .module-fickle:not(:first-child) {
  box-shadow: 0 0 1px 1px #ffffff2e;
}
.footer-cards .module-fickle:not(:first-child) .fickle-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
  transition: var(--transition);
}
.footer-cards .module-fickle:not(:first-child) .fickle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.footer-cards .module-fickle:not(:first-child):hover .fickle-image img {
  transform: scale(1.05);
}
.footer-cards .module-fickle:not(:first-child) .fickle-title > * {
  color: #fff;
}
.footer-cards .module-fickle:not(:first-child) .fickle-content p {
  line-height: 1.3em;
}
.footer-cards .module-fickle:not(:first-child) .fickle-header,
.footer-cards .module-fickle:not(:first-child) .fickle-content {
  position: relative;
  z-index: 2;
  pointer-events: none;
  padding: 1.5rem;
  transition: var(--transition);
}
.footer-cards .module-fickle:not(:first-child) .fickle-content {
  transform: translateY(100%);
}
.footer-cards .module-fickle:not(:first-child):hover .fickle-content {
  transform: translateY(0);
}
.footer-cards .module-fickle:not(:first-child):hover .fickle-image {
  filter: brightness(0.2);
}




.section-footer a {
  color: #a7a7a7;
  font-weight: 300;
}
.section-footer a:hover {
  color: #fff;
}


.footer-title {
  margin-bottom: 1rem;
}
.footer-title > * {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
}
.col-footer p {
  color: #fff;
}
.footer-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.footer-icons .module-image {
  background: var(--primary-color-light);
  border-radius: var(--radius-sm);
  padding: 0.5rem;
  text-align: center;
}
.footer-icons img {
  height: 2.5rem;
  object-fit: contain;
}
.footer-nav-item .fickle-title {
  padding: 0.1em 0;
}

.module-image img {
  max-width: 100%;
}

.module-button {
  display: flex;
}
.btn {
  font-weight: 400;
  font-family: 'Outfit';
  border: none;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.75em;
  --bs-border-radius: 999rem;
}
.btn:hover {
  text-decoration: none !important;
}
.btn-link {
  text-decoration: underline !important;
  --bs-btn-hover-color: #000;
}
.btn.round {
  border-radius: 999rem;
}
.btn-primary {
  --bs-btn-bg: var(--primary-color);
  --bs-btn-color: #fff;
  --bs-icon-bg: var(--primary-color-light);
  --bs-icon-color: var(--primary-color);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: #000;
  box-shadow: 0 0 10px -7px #000 !important;
}
.btn-primary-light {
  --bs-btn-bg: #ebe9fa;
  --bs-btn-color: var(--primary-color);
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-color: #fff;
  --bs-icon-bg: var(--primary-color);
  --bs-icon-color: #fff;
  border: 1px solid 1px solid #5548e014 !important;
  font-weight: 500;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-icon-bg: #fff;
  --bs-icon-color: #000;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-color: #fff;
}
.btn-with-icon {
  display: flex;
  align-items: center;
  gap: 0.7em;
  --bs-btn-padding-y: 0.3rem;
  padding-right: var(--bs-btn-padding-y);
}
.btn-with-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8em;
  border-radius: 100%;
  background: var(--bs-icon-bg);
  flex-shrink: 0;
  box-shadow: 0 0 10px -5px #000;
  transition: var(--transition);
}
.btn-with-icon:hover .icon {
  background: var(--bs-btn-bg);
}
.btn-with-icon:hover .icon svg path {
  stroke: var(--bs-btn-color);
}
.btn-with-icon svg {
  width: 0.8em;
  height: 0.8em;
  transition: var(--transition);
}
.btn-with-icon svg path {
  stroke: var(--bs-icon-color);
  transition: var(--transition);
}


.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 0.775rem;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}


.page-header {
  padding-top: var(--header-height);
}
.hometop-banner {
  text-align: center;
}
.hometop-banner .module-image {
  position: relative;
}
.img-profile {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  margin: auto;
  object-fit: cover;
}
.pbc-zilei-inside {
  position: relative;
}
.pbc-zilei-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.pbc-zilei-detalii-box {
  padding: 1rem;
  margin-top: 1rem;
  background: #fff;
  border-radius: var(--radius-md);
}
.pbc-zilei-detalii-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.pbc-zilei-detalii-tipser {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pbc-zilei-detalii-tipser-info {
  display: table-cell;
  text-align: left;
  line-height: 1;
}
.pbc-zilei-detalii-tipser-info-name {
    font-size: 1rem;
  margin: 0;
}
.pbc-zilei-detalii-tipser-info-tag {
  color: #27213C;
  font-size: 0.775rem;
  text-transform: capitalize;
}
.pontul_zilei_citeste_mai_mult,
.pontul_zilei_citeste_mai_putin,
.pbc_zilei_citeste_mai_mult,
.pbc_zilei_citeste_mai_putin {
  display: block;
  margin-top: 0.5rem;
  font-weight: 400;
}
.pbc-zilei-detalii-tipser .img-profile {
  margin-right: 0.5rem;
}
.pbc-status-info {
  font-size: 0.775rem;
  display: flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  gap: 0.5em;
  background: var(--status-bg);
  color: var(--status-color);
}
.pbc-status-info svg {
  width: 0.8rem;
  height: auto;
  fill: var(--status-color);
}
.pbc-status-info-winned {
  --status-bg: var(--bs-success);
  --status-color: #fff;
}
.pbc-status-info-lost {
  --status-bg: var(--bs-danger);
  --status-color: #fff;
}
.pontul-zilei-inside .pbc-status-info {
  border-radius: var(--radius-xs);
}
.pontul-zilei-inside .pbc-status-info-lost {
  --status-bg: #fff;
  --status-color: var(--bs-danger);
}



.pontul-zilei-many-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: var(--bs-gutter-x);
}

.pontul-zilei-many-wrapper .event-card-content-header {
  align-items: flex-start;
}
.pontul-zilei-many-wrapper .event-date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pontul-zilei-many-wrapper .pontul-zilei-detalii-box {
  display: none;
}
.pontul-zilei-many-wrapper .biletul-sau-cota-zilei-agency-box a {
  padding: 0;
}
.pontul-zilei-many-wrapper .pbc-zilei-detalii-box {
  padding: 0;
  margin: 0;
}
.pontul-zilei-many-wrapper .pbc-zilei-inside {
  background: transparent;
  padding: 0;
  transition: var(--transition);
}
.pontul-zilei-many-wrapper .pbc-zilei-inside:hover .event-card-content {
  box-shadow: 0 0 0px 2px var(--primary-color);
}
.pontul-zilei-many-wrapper .event-card-content {
  justify-content: space-between;
  background: #fff;
  color: #000;
  padding-bottom: 1rem;
  transition: var(--transition);
}
.pontul-zilei-many-wrapper .event-card-content .team p {
  font-size: 0.925rem;
}
.pontul-zilei-many-wrapper .pbc-zilei-agency-box {
  margin: 0;
}
.pontul-zilei-many-wrapper .event-card-content-top,
.pontul-zilei-many-wrapper .event-card-content-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pontul-zilei-many-wrapper .event-card-content .team img {
  height: 3rem;
  filter: drop-shadow(0px 0px 10px #00000023);
}
.pontul-zilei-many-wrapper .pbc-status-info-lost {
  --status-bg: var(--bs-danger);
  --status-color: #fff;
}
.pontul-zilei-many-wrapper .pbc-zilei-footer {
  border-radius: var(--radius-sm);
  background: var(--primary-color-light);
  overflow: hidden;
}
.pontul-zilei-many-wrapper .pontul-zilei-footer-inner {
  background: transparent;
}
.pontul-zilei-many-wrapper .pontul-zilei-footer-inner > * {
  border-color: #00000021;
}
.pontul-zilei-many-wrapper .pbc-zilei-details-trigger button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.pontul-zilei-many-wrapper .pbc-zilei-details-trigger button svg {
  width: 1em;
  height: auto;
  transition: var(--transition);
}
.pontul-zilei-many-wrapper .pbc-zilei-details-trigger button.opened svg {
  transform: rotate(180deg);
}
.pontul-zilei-many-wrapper .pbc-zilei-details-trigger button svg path {
  fill: var(--primary-color);
  transition: var(--transition);
}
.pontul-zilei-many-wrapper .pbc-zilei-details-trigger button:hover svg path {
  fill: #fff;
}
.pontul-zilei-many-wrapper .pbc-zilei-cta-box a {
  color: #fff;
  background: var(--primary-color);
}
.pontul-zilei-many-wrapper .pontul-zilei-prono:before,
.pontul-zilei-many-wrapper .pontul-zilei-prono:after {
  border-image: linear-gradient(to right, transparent, #00000033, transparent) 1;
}
.pontul-zilei-many-wrapper .pbc-zilei-cta-box {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* Sidebar V1 */
.vsidebar1-item {
  position: relative;
  overflow: hidden;
}
.vsidebar1-item a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.vsidebar1-item-image {
  position: relative;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.vsidebar1-item-image img {
  aspect-ratio: 4/2.25;
  object-fit: cover;
  transition: var(--transition);
}
.vsidebar1-item:hover .vsidebar1-item-image img {
  scale: 1.01;
}
.vsidebar1-item-title {
  line-height: 1.2em;
  margin-bottom: 0.5rem !important;
}

[data-bs-theme="dark"] .vsidebar1-item {
    background: transparent;
}


.vlist1-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  border-radius: var(--radius-sm);
  /* overflow: hidden; */
}
.vlist1-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #00000014;
}
.vlist1-item:last-child {
  padding-bottom: 0;
  border: none;
}
.vlist1-item:last-child:after {
  display: none;
}
.vlist1-item-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.vlist1-item-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.vlist1-item p {
  font-weight: 300;
}
.vlist1-item-logo {
  position: relative;
  background: var(--primary-color-light);
  border-radius: var(--radius-sm);
  max-width: 11rem;
  flex-shrink: 0;
}
.vlist1-item-logo img {
  padding: 1rem;
}


.vlist1-item-bonus-info {
  width: 100%;
}
.vlist1-item-bonus-cta {
  flex-shrink: 0;
}

.sidebar-wrapper {
  border-radius: var(--radius-md);
  padding: 1rem;
  background: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
}
.sidebar-wrapper .module-title > * {
  font-size: 1.5rem !important;
}
.sidebar-items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sidebar-pont-item-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.sidebar-pont-item-inner .team {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}

.sidebar-ponturi img {
  width: 2.25rem;
  height: 2.25rem;
  margin: auto;
  object-fit: contain;
  filter: drop-shadow(0px 0px 10px #00000023);
}

.sidebar-pont-item {
  padding-bottom: 1rem;
  font-size: 0.875rem;
  background: var(--primary-color-light);
  padding: 1rem;
  border-radius: var(--radius-sm);
}
.sidebar-pont-item:last-child {
  margin-bottom: 0;
}

.sidebar-pont-item-bottom {
  position: relative;
  background: #ebe9fa;
  margin-top: 0.5rem;
  border-radius: var(--radius-xs);
  overflow: hidden;
}
.sidebar-pont-item-bottom-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding: 0.35rem 1rem;
}
.sidebar-pont-item-bottom-inner > * {
  border-right: 1px solid #0000002e;
}
.sidebar-pont-item-bottom-inner > *:last-child {
  border: none;
}

.sidebar-pont-item-bottom p {
    margin: 0;
    color: var(--bs-white);
    font-size: 0.8rem;
}

.sidebar-pont-item-inner .info {
  display: flex;
  flex-direction: column;
}
.sidebar-pont-item-event-date {
  display: flex;
  flex-direction: column;
  line-height: 1em;
}
.sidebar-pont-item-event-time {
  color: #717171;
}



.vsidebar-adv1-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom: 1px dashed #0000001f;
  padding-bottom: 0.5rem;
}
.vsidebar-adv1-item:last-child {
  border: none;
  padding-bottom: 0;
}
.vsidebar-adv1-item-bonus-info {
  flex-grow: 1;
}
.vsidebar-adv1-item-bonus-title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2em;
}
.vsidebar-adv1-item-bonus-cta {
  flex-shrink: 0;
}

.vsidebar-adv1-item-logo {
  background: var(--primary-color-light);
  padding: 0.5rem;
  border-radius: var(--radius-sm);
}

.vsidebar-adv1-item-logo img {
    max-width: 4rem;
    padding: 0.25rem;
}


/* VGRID 1 */
.vgrid1-item,
.vgrid3-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
    /* added */
  height: auto;
}
.vgrid1-item-image,
.vgrid3-item-image {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.vgrid1-item:hover .vgrid1-item-image img,
.vgrid3-item:hover .vgrid3-item-image img {
  transform: scale(1.02);
}
.vgrid1-item a {
  display: flex;
  flex-direction: column;
}
.vgrid1-item-image img,
.vgrid3-item-image img {
  aspect-ratio: 4 / 2.25;
  object-fit: cover;
  transition: var(--transition);
}
.vgrid1-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.vgrid1-item-details {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
}
.vgrid1-item-details span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.vgrid1-item-details span:after {
  content: '';
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999rem;
  background: #b7b7b7;
}
.vgrid1-item-details span:last-child:after {
  display: none;
}
.vgrid1-item-title {
  font-size: 1.075rem;
  margin-bottom: 0;
  line-height: 1.2em;
  font-family: 'Outfit';
}
.vgrid1-item-title a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



/* VGRID3 */
.vgrid3-item-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  z-index: 1;
  pointer-events: none;
}
.vgrid3-item-title {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  margin-bottom: 0;
  z-index: 2;
}


/* Sidebar 3 */
.sidebar3-item {
  display: grid;
  grid-template-columns: 7rem 1fr;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background-color: var(--primary-color-light);
  padding: 0.5rem;
  gap: 0.6rem;
}
.sidebar3-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}
.sidebar3-item-title > * {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar3-item-image a {
  display: flex;
}
.sidebar3-item-image img {
  height: 100%;
  aspect-ratio: 4/2.7;
  object-fit: cover;
}




/* VGRID2 */
.vgrid2-item-image {
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.vgrid2-item-image img {
  aspect-ratio: 4 / 2.25;
  object-fit: cover;
  transition: var(--transition);
}
.vgrid2-item:hover .vgrid2-item-image img {
  transform: scale(1.02);
}

.vgrid2-item-title {
  font-size: 1.175rem;
  font-family: 'Outfit';
  margin-bottom: 0;
  line-height: 1.2em !important;
}

.vgrid2-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.vgrid2-item-content p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3em;
}


/* TOP CASINO ONLINE */
.top-casino-online-items {

}


.breadcrumbs-container {
  position: sticky;
  top: var(--header-height);
  z-index: 9;
}
.breadcrumbs-inner {
  display: flex;
}
.breadcrumb {
  gap: 0.5rem;
  margin-bottom: 0;
  padding: 0.3rem 1rem 0.3rem 0.3rem;
  background: #fff;
  box-shadow: 0 0 1px #00000047;
  border-radius: var(--radius-xs);
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumb li.active {
  font-weight: 500;
}
.breadcrumb li a {
  display: flex;
  align-items: center;
  color: #757575;
  font-weight: 400;
  padding: 0.5rem;
  line-height: 1em;
  border-radius: var(--radius-xs);
  transition: var(--transition);
}
.breadcrumb-home {
  background: var(--primary-color);
}
.breadcrumb li a:hover {
  background: var(--primary-color-light);
}
.breadcrumb li a:hover svg {
  filter: invert();
}

.breadcrumb li a svg {
  width: 1.1rem;
  height: auto;
  transition: var(--transition);
}
.breadcrumb svg {
  width: 0.875rem;
  height: auto;
}

.page-item.next.disabled,
.page-item.prev.disabled {
    display: none;
}

.items-pagination .pagination {
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0;
}
.pagination li.disabled {
  cursor: not-allowed;
  color: #8a8b8e;
}
.pagination .first > *,
.pagination .last > * {
  font-size: 0.875rem;
}
.pagination .prev > *,
.pagination .next > * {
    padding: 0.875rem 1rem;
}
.pagination .prev svg {
  transform: rotate(-180deg);
}
.pagination li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 10px 20px;
  min-width: 50px;
  height: 100%;
  background-color: #fff;
  font-weight: 400;
}
.items-pagination .pagination li.active a {
  background: #fff;
}
.items-pagination .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: none;
  text-decoration: none;
  border-radius: var(--radius-xs);
}
.pagination li.active a {
  box-shadow: 0 0 0px 2px var(--primary-color);
}
.items-pagination .pagination a:hover {
  background: #fff;
}


.container .c-form .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.c-form .row {
    --bs-gutter-y: 1rem;
}
.c-form label {
    margin-bottom: 0.5rem;
}
.c-form .item-acceptance {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.c-form .btn-section .btn {
    width: 100%;
}



.banner-widget {
  text-align: center;
}
.banner-widget img {
  width: auto;
  max-height: calc(100vh - calc(var(--header-height) + 2rem));
  object-fit: contain;
  border-radius: var(--radius-sm);
  margin: auto;
}


a[href="#change-theme"] .fa-icon {
    position: relative;
}

a[href="#change-theme"] .fa-icon:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='20' height='20' viewBox='0 0 512 512'%3E%3Cpath d='M421.6 379.9c-.6641 0-1.35 .0625-2.049 .1953c-11.24 2.143-22.37 3.17-33.32 3.17c-94.81 0-174.1-77.14-174.1-175.5c0-63.19 33.79-121.3 88.73-152.6c8.467-4.812 6.339-17.66-3.279-19.44c-11.2-2.078-29.53-3.746-40.9-3.746C132.3 31.1 32 132.2 32 256c0 123.6 100.1 224 223.8 224c69.04 0 132.1-31.45 173.8-82.93C435.3 389.1 429.1 379.9 421.6 379.9zM255.8 432C158.9 432 80 353 80 256c0-76.32 48.77-141.4 116.7-165.8C175.2 125 163.2 165.6 163.2 207.8c0 99.44 65.13 183.9 154.9 212.8C298.5 428.1 277.4 432 255.8 432z'%3E%3C/path%3E%3C/svg%3E");
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    top: 0;
    left: 0;
}

[data-bs-theme="dark"] a[href="#change-theme"] .fa-icon svg {
    opacity: 0;
}

[data-bs-theme="dark"] a[href="#change-theme"] .fa-icon:after {
    opacity: 1;
}

.d-dark,
[data-bs-theme="dark"] .d-light {
    display: none;
}

[data-bs-theme="dark"] .d-dark {
    display: block;
}


.help-block-error {
    color: var(--bs-pink);
    font-weight: 600;
}
.alert {
    z-index: 10000;
}

#personal-data-form .form-group {
    margin-bottom: 1rem;
}

.nav-link[href="/myaccount/personal-data"] svg {
    fill: var(--bs-danger);
}

.tags-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}
.tag-item {
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-xs);
  background: #fff;
}


.styled_table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.styled_table thead {
    background-color: #f2f2f2;
}

.styled_table th, .styled_table td {
    padding: 12px 15px;
    text-align: left;
}

.styled_table tbody tr {
    background-color: #f3f3f3;
    /* Fundal alb */
    border-bottom: 1px solid #ddd;
    /* Border interior subtil */
}

.styled_table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
    /* Fundal diferit pentru rândurile impare */
}

.styled_table tbody tr:last-child {
    border-bottom: none;
    /* Eliminăm border-ul ultimului rând */
}

.styled_table tbody tr:hover {
    background-color: #f1f1f1;
    /* Schimbare de fundal la hover */
}

.styled_table th {
    background-color: #c2c2c2;
    /* Fundal gri pentru header */
    color: #333;
    font-weight: bold;
}

.styled_table td {
    border: none;
    color: #666;
}

.styled_table td, .styled_table th {
    border-right: 1px solid #ddd;
    /* Border vertical interior discret */
}

.styled_table td:last-child, .styled_table th:last-child {
    border-right: none;
    /* Eliminăm border-ul drept pentru ultima coloană */
}

.styled_table tbody tr:first-of-type {
    background: #383d41;
}

.styled_table tbody tr:first-of-type td {
    color: #fff;
}

.styled_table td img {
    height: 50px !important;
    width: 100px !important;
    object-fit: contain;
    display: flex;
    margin: auto;
}

.module-faq {
  margin: 1.5rem 0;
}
.accordion {
  --bs-accordion-active-bg: var(--primary-color-dark);
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-top: 1rem;
}
.accordion-button {
  font-size: 1.1rem;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: var(--primary-color);
}

.text-card-wrapper {
  background: #fff;
  padding: 2rem;
  border-radius: 5px;
}

.bfd-cuprins ul {
  padding: 0;
  margin-top: 1.5rem;
}

.bfd-cuprins ul li {
  list-style: none;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 1;
}

.bfd-cuprins ul li a {
  background-color: var(--primary-color);
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  padding: 0.3em;
  border-radius: 5px;
}


.card-bg-reverse {

}

.bfd-module-bg {
  padding: 1rem;
  background: #f5f6fc;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.col-lg-3 .bfd-module-bg,
.col-lg-3 .bfd-module-bg {
  text-align: justify;
  line-height: 1.4;
}

.bfd-module-bg .number-element {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  display: block;
}

/* API-FOOTBALL */

.wg_toolbar>span,
.wg_header>span,
#wg-football-games .wg_header,
#wg-football-games td {
  font-size: 1rem !important;
  font-family: 'Outfit' !important;
  font-weight: 600 !important;
}

.wg_no_data {
  color: black !important;
  background: transparent !important;
  font-family: 'Outfit' !important;
  font-size: 1rem !important;
}

#wg-football-games td[id*="football-game-score"],
#wg-football-games td[id*="football-game-ht"] {
  line-height: 2.5 !important;
}

.wg_toolbar {
    background: #f4f4f4 !important;
    padding: 10px !important;
    margin-bottom: 15px !important;
}

.wg_button_toggle {
    font-family: "Outfit", sans-serif !important;
    padding: 5px 15px !important;
    margin-right: 5px !important;
    cursor: pointer !important;
    border: 1px solid #ddd !important;
    color: #000 !important;
}

.wg_button_toggle.wg_active {
    background: #333 !important;
    color: white !important;
}

#wg-football-games.wg-table {
    width: 100% !important;
    border-collapse: collapse !important;
}

#wg-football-games .wg_header {
    background: #f4f4f4 !important;
    padding: 10px !important;
    border-left: 4px solid #333 !important;
    font-family: "Outfit", sans-serif !important;
    color: black !important;
}

#wg-football-games tr {
    border-bottom: 1px solid #eee !important;
}

#wg-football-games td {
    padding: 10px !important;
    font-family: "Outfit", sans-serif !important;
}

.wg_nowrap img.wg_logo {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
}

.wg-dropdown .wg-dropbtn {
    font-family: "Outfit", sans-serif !important;
    padding: 5px 15px !important;
    background: #f4f4f4 !important;
    border: 1px solid #ddd !important;
}

.wg-dropdown-content {
    background: white !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.wg-dropdown-content a {
    font-family: "Outfit", sans-serif !important;
    padding: 8px 12px !important;
    color: #333 !important;
}

.wg-dropdown-content a:hover {
    background: #f4f4f4 !important;
}

.wg-dropdown-color-select {
    background: #333 !important;
    color: white !important;
}

#wg-football-games tr.football-games-select {
  background: white !important;
  transition: background-color 0.2s !important;
}

#wg-football-games tr.football-games-select:hover {
    background: #f8f8f8 !important;
}

.football-games-select td {
  background: #f5f6fc  !important;
  border-bottom: 1px solid #eee !important;
  padding: 8px 12px !important;
  color: #333 !important;
  font-family: "Outfit", sans-serif !important;
}

.football-games-select td:hover {
  background: #f8f8f8 !important;
}

.football-games-select td {
  padding: 10px !important;
  font-family: "Outfit", sans-serif !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #eee !important;
}

.football-games-select .wg_nowrap {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 4px 0 !important;
  color: #333 !important;
}

.football-games-select .wg_logo {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
}

.football-games-select .wg_width_30 {
  min-width: 60px !important;
  text-align: center !important;
  color: #666 !important;
}

.football-games-select .wg_width_20 {
  min-width: 40px !important;
  text-align: center !important;
  font-weight: bold !important;
}

.football-games-select .wg_text_center {
  text-align: center !important;
  font-weight: 600 !important;
}

.football-games-select .wg_info {
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  text-align: center !important;
  background: #f4f4f4 !important;
  border-radius: 50% !important;
  color: #666 !important;
  cursor: pointer !important;
}

.football-games-select .wg_info:hover {
  background: #e4e4e4 !important;
}

#wg-football-game-modal {
    width: 100% !important;
    background: white !important;
    border-collapse: collapse !important;
    font-family: "Outfit", sans-serif !important;
}

#wg-football-game-modal .wg_header {
    background: #f4f4f4 !important;
    color: #333 !important;
    padding: 12px 15px !important;
    border-bottom: 1px solid #eee !important;
}

#wg-football-game-modal .wg_flag {
    height: 16px !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
}

#wg-football-game-modal .wb_img_block {
    padding: 15px 0 !important;
}

#wg-football-game-modal .wg_logo_game {
    width: 64px !important;
    height: 64px !important;
}

#wg-football-game-modal .wg_modal_team {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px !important;
}

#wg-football-game-modal .wg_modal_score {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #333 !important;
}

#wg-football-game-modal .undefined {
    color: #666 !important;
}

#wg-football-game-modal .wg_button_toggle_game {
    display: inline-block !important;
    padding: 8px 15px !important;
    margin: 0 5px !important;
    background: #f4f4f4 !important;
    color: #333 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}

#wg-football-game-modal .wg_button_toggle_game:hover {
    background: #e4e4e4 !important;
}

#wg-football-game-modal .wg_button_toggle_game.wg_active {
    background: #e4e4e4 !important;
    font-weight: 600 !important;
}

#wg-football-game-modal .wg_text_center {
    text-align: center !important;
    color: #333 !important;
}

#wg-football-game-modal .wg_text_right {
    text-align: right !important;
}

#wg-football-game-modal .wg_no_border {
    border: none !important;
}

#wb-football-modal-data tr td:not(.wg_grid) {
  background: white;
  color: black;
}

.wg_modal_content {
  background-color: white !important;
  margin: 10% auto !important;
}

.wg_modal_close:focus, .wg_modal_close:hover {
  color: black !important;
}

@media screen and (max-width: 768px) {
  .wg_modal_content {
    margin: 22.5% auto !important;
  }

  #wg-football-toolbar {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 5px !important;
      padding: 10px !important;
  }

  #wg-football-toolbar .wg_button_toggle {
      font-size: 12px !important;
      padding: 5px 8px !important;
      flex: 0 0 auto !important;
  }

  .wg-dropdown {
      width: 100% !important;
      margin-top: 10px !important;
      order: 1 !important;
  }

  .wg-dropbtn {
      width: 100% !important;
      text-align: center !important;
  }

  .football-games-select .wg_nowrap {
      flex-direction: column !important;
      align-items: center !important;
      gap: 4px !important;
  }

  .football-games-select .wg_logo {
      margin-right: 0 !important;
  }

  .football-games-select .wg_width_20:not(:nth-child(3)) {
      display: none !important;
  }

  .football-games-select td:first-child {
      padding: 5px !important;
      font-size: 12px !important;
  }

  .football-games-select td:nth-child(2) {
      font-size: 12px !important;
  }

  .football-games-select td:nth-child(3) {
      font-size: 14px !important;
      font-weight: bold !important;
  }

  .wg_width_20.wg_text_center.wg_bolder {
    line-height: 4 !important;
}

}

.fa-inbox:before {
  content: '';
}




/* Team Modal */
#teamModal {
  z-index: 999999;
}
#teamModal .modal-dialog {
  margin-top: var(--header-height);
}
#teamModal .modal-content {
  overflow: hidden;
}
