@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.euro__intro {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.euro__intro__anchors {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.euro__intro__anchors h2 {
  color: #fff;
  opacity: 0.5;
}
.euro__intro .card-versus {
  z-index: 10000;
}
@media screen and (max-width: 992px) {
  .euro__intro {
    height: unset !important;
    min-height: 650px !important;
  }
  .euro__intro h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .euro__intro .card-versus {
    border-radius: 8px !important;
  }
}
.euro__intro__overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.euro__intro__overlay--img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .euro__intro__overlay {
    height: 30%;
  }
}
.euro__intro__content {
  z-index: 3;
}
.euro__camp__logos-scroll {
  padding-left: 30px !important;
  margin-bottom: 32px;
}
.euro__camp__logos-scroll a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  margin-right: 24px;
  padding: 8px 0;
  min-width: 90px;
}
.euro__camp__logos-scroll a img {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .euro__camp__logos-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: -webkit-grab;
    cursor: grab;
    padding: 2px 4px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .euro__camp__logos-scroll::-webkit-scrollbar {
    height: 7px;
    display: block;
  }
  .euro__camp__logos-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .euro__camp__logos-scroll::-webkit-scrollbar-thumb {
    background: #888;
  }
  .euro__camp__logos-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
@media screen and (max-width: 768px) and (max-width: 992px) {
  .euro__camp__logos-scroll::-webkit-scrollbar {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .euro__camp__logos-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.euro__camp__intro {
  max-width: 500px;
}
@media screen and (min-width: 992px) {
  .euro__camp__wrapper.secondary-camp {
    min-height: 680px !important;
    height: unset !important;
  }
}
@media screen and (max-width: 992px) {
  .euro__camp__wrapper {
    height: unset !important;
    min-height: 720px !important;
  }
}
@media screen and (min-width: 992px) {
  .euro__camp__wrapper {
    min-height: 790px !important;
  }
}
.euro__camp__intro-img--1, .euro__camp__intro-img--3 {
  width: 200px;
}
.euro__camp__intro-img--2 {
  width: 280px;
}
.euro__camp__intro-title {
  width: 85%;
}
.euro__camp__intro-btn {
  background-color: white;
  color: #00911B !important;
  border-radius: 300px;
  font-size: 30px;
  line-height: 36px;
  min-width: 250px;
  padding: 12px 16px;
  font-weight: 700 !important;
  font-family: "Barlow", sans-serif;
  -webkit-box-shadow: 0px 0px 47.87px 0px rgba(242, 242, 242, 0.4901960784);
          box-shadow: 0px 0px 47.87px 0px rgba(242, 242, 242, 0.4901960784);
}
.euro__camp__intro-btn:hover {
  background-color: white;
}
.euro__camp__intro-btn--green {
  background-color: #00911B !important;
  color: white !important;
}
.euro__camp__intro-scroll--mobile a, .euro__camp__intro-scroll--desktop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  margin-right: 24px;
  padding: 12px 0;
}
.euro__camp__intro-scroll--mobile a img, .euro__camp__intro-scroll--desktop a img {
  margin-bottom: 0;
}
.euro__camp__intro-scroll--mobile {
  padding-left: 100px !important;
  margin-bottom: 32px;
}
.euro__camp__intro-scroll--mobile a {
  padding: 16px 0;
  min-width: 150px;
}
.euro__camp__intro-scroll--mobile a img {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .euro__camp__intro-title {
    width: 68%;
  }
  .euro__camp__intro-img--1 {
    width: 160px;
  }
  .euro__camp__intro-img--2 {
    width: 250px;
    margin: 50px 0px 0 0px;
  }
  .euro__camp__intro-img--3 {
    width: 135px;
  }
}
@media screen and (max-width: 768px) {
  .euro__camp__intro-title {
    width: 68%;
  }
  .euro__camp__intro-img--1 {
    max-width: 160px;
  }
  .euro__camp__intro-img--2 {
    width: 220px;
    margin: -40px 60px 0 60px;
  }
  .euro__camp__intro-img--3 {
    max-width: 135px;
  }
}
@media screen and (max-width: 576px) {
  .euro__camp__intro-img--1 {
    width: 170px !important;
  }
  .euro__camp__intro-img--2 {
    width: 232px;
    margin: -85px 0px 0 5px;
  }
  .euro__camp__intro-img--3 {
    width: 140px;
  }
}
@media screen and (max-width: 450px) {
  .euro__camp__intro-img--1 {
    width: 145px !important;
  }
  .euro__camp__intro-img--2 {
    width: 195px;
    margin: -40px 0px 0 5px;
  }
  .euro__camp__intro-img--3 {
    width: 130px !important;
  }
}
.euro__premii__item p {
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.euro__premii__content--1, .euro__premii__content--2, .euro__premii__content--3 {
  min-width: 300px;
}
.euro__premii__content--1 .fs--48, .euro__premii__content--2 .fs--48, .euro__premii__content--3 .fs--48 {
  margin-top: auto;
}
.euro__premii--mobil .euro__premii__item {
  min-width: 300px !important;
}

.intro-background {
  background-image: url("/assets/Euro2024/images/intro-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.intro-background-wrapper {
  background: linear-gradient(171.81deg, rgba(0, 145, 27, 0.65) -56.75%, rgba(0, 145, 27, 0) 67.69%), linear-gradient(178.08deg, #000000 43.04%, rgba(0, 0, 0, 0) 67.49%);
  padding-top: 200px;
}

.euro-header {
  background: -webkit-gradient(linear, left top, right top, from(#000D40), color-stop(58%, #143CDB), to(#000D40)) !important;
  background: linear-gradient(90deg, #000D40 0%, #143CDB 58%, #000D40 100%) !important;
}
.euro-header .svg-inline--fa.fa-search {
  color: #143CDB !important;
}
.euro-header .dropdown-menu {
  background: #143CDB !important;
}
.euro-header .dropdown-menu::-webkit-scrollbar-track {
  background: #143CDB !important;
}

.radius--5 {
  border-radius: 5px;
}
.radius--16 {
  border-radius: 16px;
}

.background--euro-green {
  margin-top: -2px;
  position: relative;
  z-index: 123123;
  background-color: #00A955;
}
.background--euro-green::-webkit-scrollbar-thumb {
  background: #00D732 !important;
}
.background--euro-green--2 {
  background-color: #009951;
}
.background--euro-green--2 a {
  color: #fff;
}
.background--euro-green--3 {
  background-color: rgba(0, 145, 27, 0.6588235294);
}
.background--euro-grey {
  background-color: #E2E2E2;
}
.background--euro-grey .offer--2 {
  min-width: 280px;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.background--euro-grey .offer--2:last-child {
  margin-right: 0;
}
.background--euro-grey .offer--2 img {
  width: 140px;
}
.background--euro-grey .off2 {
  max-width: 280px;
  width: 280px;
}
.background--euro-grey--2 {
  background-color: rgba(50, 50, 50, 0.1019607843);
}

.scroll-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  padding: 2px 4px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scroll-container::-webkit-scrollbar {
  height: 7px;
  display: block;
}
.scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll-container::-webkit-scrollbar-thumb {
  background: #888;
}
.scroll-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media screen and (max-width: 992px) {
  .scroll-container::-webkit-scrollbar {
    display: none !important;
  }
}

.scroll-container.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fw--800 {
  font-weight: 800;
}

.fs--48 {
  font-size: 48px;
}

.fs--24 {
  font-size: 24px;
}

.euro-cota {
  color: white !important;
  background-color: rgba(35, 35, 35, 0.3019607843);
  width: 150px !important;
  min-width: 150px !important;
  text-decoration: none;
  border-radius: 8px;
  padding: 8px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.euro-cota:last-child {
  margin-right: 0 !important;
}
.euro-cota .fs--10 {
  font-size: 10px;
}
.euro-cota .op--60 {
  opacity: 0.6;
}
.euro-cota .fs--28 {
  font-size: 28px;
}
.euro-cota .font--barlow {
  font-family: "Barlow", sans-serif;
}
.euro-cota .fw--bold {
  font-weight: bold;
}
.euro-cota--casino {
  width: 150px !important;
  min-width: 150px !important;
  background-color: #fff;
  color: #000000 !important;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.euro-cota--casino:last-child {
  margin-right: 0 !important;
}
.euro-cota--casino img {
  width: 60px;
}
.euro-cota--casino .fs--18 {
  font-size: 18px;
  color: #00A955;
}

.euro-footer .site-footer .menu-link:hover {
  color: #143CDB !important;
}
.euro-footer .site-footer__bottom {
  min-height: unset;
}
.euro-footer .site-footer__bottom--image {
  min-height: 470px !important;
  background-position: center;
  position: relative;
  z-index: 100;
  margin-top: -100px;
}
.euro-footer .site-footer__bottom.background--euro-green--2 {
  margin-top: -2px;
}
.euro-footer .site-footer__misc {
  background-color: transparent !important;
}
.euro-footer .site-footer__social {
  z-index: 200;
  position: relative;
}
.euro-footer .site-footer__menus {
  z-index: 300;
  position: relative;
}
@media screen and (max-width: 992px) {
  .euro-footer .site-footer__bottom--image {
    min-height: 340px !important;
    width: 100%;
    margin-top: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .euro-footer .site-footer__bottom--image {
    min-height: 600px !important;
    margin-top: -130px;
  }
}
@media screen and (min-width: 1600px) {
  .euro-footer .site-footer__bottom--image {
    min-height: 950px !important;
    margin-top: -330px;
  }
}
.euro-footer .subscribe-form input {
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.euro-footer .subscribe-form .btn-primary {
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 125px;
  min-width: unset;
  background-color: #143CDB;
}

.matches-container__mobile::-webkit-scrollbar {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .matches-container__item {
    display: none;
  }
  .matches-container__item.active {
    display: block !important;
  }
  .matches-container__mobile::-webkit-scrollbar {
    display: none !important;
  }
  .matches-container__mobile .matches-container__item {
    min-width: 300px !important;
    margin-right: 24px;
  }
  .matches-container__mobile .matches-container__item:last-child {
    margin-right: 0;
  }
}
#home div {
  color: rgba(50, 50, 50, 0.6);
  font-size: 12px;
  line-height: 16px;
}

.ht--15 {
  height: 15px;
}

.tutorial-card {
  max-width: 330px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(5, 171, 88, 0.3098039216);
          box-shadow: 0px 2px 20px 0px rgba(5, 171, 88, 0.3098039216);
  border-radius: 50px;
  padding: 50px 24px 60px 24px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.tutorial-card div {
  font-weight: 800;
}
.tutorial-card__number {
  margin-right: 8px;
  line-height: 40px !important;
}
.tutorial-card__title {
  font-size: 24px !important;
}
.tutorial-card__img--1, .tutorial-card__img--2, .tutorial-card__img--3 {
  position: absolute;
  width: 100px;
  bottom: -40px;
  right: 40px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
.tutorial-card__img--2 {
  width: 220px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  right: -25px;
}
.tutorial-card__img--3 {
  width: 190px;
  right: 0;
}
.tutorial-card--secondary__number {
  line-height: 54px;
}
.tutorial-card--secondary__title {
  line-height: 25px !important;
}
.tutorial-card--secondary__mobile .tutorial-card--secondary__item {
  min-width: 350px;
  margin-right: 16px;
}
.tutorial-card--secondary__mobile .tutorial-card--secondary__number {
  font-size: 42px;
}
.tutorial-card--secondary__mobile .tutorial-card--secondary__title {
  line-height: 20px;
  font-size: 22px;
}

.tutorial-video__intro-img {
  z-index: 2;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 153, 81, 0)), color-stop(40%, #009951));
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 153, 81, 0) 10%, #009951 40%);
          mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 153, 81, 0)), color-stop(40%, #009951));
          mask-image: linear-gradient(0deg, rgba(0, 153, 81, 0) 10%, #009951 40%);
  display: inline-block;
}
.tutorial-video__intro-img img {
  position: relative;
  max-width: 320px;
  min-width: 320px;
  z-index: -1;
  display: block;
}
@media screen and (max-width: 768px) {
  .tutorial-video__intro-img {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 153, 81, 0)), color-stop(30%, #009951));
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 153, 81, 0) 10%, #009951 30%);
            mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 153, 81, 0)), color-stop(30%, #009951));
            mask-image: linear-gradient(0deg, rgba(0, 153, 81, 0) 10%, #009951 30%);
  }
}

.special-happenings {
  padding: 20px 0;
  /* padding-top: 32px; */
  margin-bottom: 32px;
}

.nav {
  overflow-x: scroll;
  white-space: nowrap;
  cursor: -webkit-grab;
  cursor: grab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.special-happenings .col-md-12 > div {
  max-width: 300px;
  min-width: 300px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  position: relative !important;
  overflow: hidden !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.special-happenings .col-md-12 > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* Adjust the opacity as needed */
  z-index: 1;
}
.special-happenings .col-md-12 > div p {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 275px;
}

.special-happenings--scroll-container p {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  text-wrap: wrap;
  color: #fff;
  font-size: 12px;
}

.special-happenings--scroll-container > div {
  position: relative;
}

.special-happenings--scroll-container .sc-live-slide-btn {
  background: #fff;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  color: #00C42E;
  padding: 12px 15px;
  border-radius: 8px;
}

.special-happenings .col-md-12 img {
  max-width: 320px;
  display: inline-block;
  margin-right: 20px;
}

.special-happenings .text-white h1,
.special-happenings .text-white h2,
.special-happenings .text-white h3,
.special-happenings .text-white h4,
.special-happenings .text-white h5,
.special-happenings .text-white h6,
.special-happenings .text-white p {
  color: white;
}

.special-happenings--scroll-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 32px;
  padding-left: 0;
}

.nav {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.nav::-webkit-scrollbar {
  height: 7px;
  display: block;
}
.nav::-webkit-scrollbar-track {
  background: #018644;
  border-radius: 123px;
}
.nav::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 123px;
}
.nav::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
@media screen and (max-width: 992px) {
  .nav::-webkit-scrollbar {
    display: none !important;
  }
}

.tab-with_live_slider .special-happenings {
  background: unset;
  margin-bottom: 0;
  padding-bottom: 0;
}

.y-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.y-modal-content {
  position: relative;
  width: 80%;
  max-width: 640px;
  background: white;
  padding: 20px 32px;
}

.y-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
}

.tab-with_live_slider--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 24px;
}

.tab-with_live_slider--nav .el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px;
  border: 2px solid #232323;
  min-width: 250px;
  border-radius: 32px;
  font-weight: bold;
  cursor: pointer;
}

.tab-with_live_slider--nav .el:hover {
  background: #00C42E;
  border: 2px solid #00C42E;
  color: #fff;
}

.tab-with_live_slider--nav {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%;
  overflow: hidden;
}

.tab-with_live_slider .special-happenings .col-md-12 > div,
.tab-with_live_slider .special-happenings .col-md-12 img {
  max-width: unset;
  min-width: unset;
  min-height: 100%;
  width: auto;
}

.tab-content-sections {
  padding-top: 24px;
  padding-bottom: 24px;
}

.tab-content-sections .tab-content .row > div:nth-child(1) {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-content-sections .tab-content .row > div:nth-child(1) img {
  margin: 0;
}

.tab-content-sections .tab-content .row > div:nth-child(2) {
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.tab-content-sections .tab-content .row > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-content-sections .tab-content .row > div:nth-child(3) p {
  margin: 0;
}

.tab-with_live_slider .special-happenings .slider-force-image {
  min-width: 320px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .tab-with_live_slider .special-happenings .slider-force-image {
    min-width: 29vw !important;
    /* border: 2px solid red; */
  }
  .tab-with_live_slider .special-happenings .sc-live-slide-btn {
    display: none;
  }
  .tab-with_live_slider .special-happenings .slider-force-image-l {
    min-width: 87vw !important;
    /* border: 2px solid red; */
  }
  .tab-with_live_slider .special-happenings .slider-force-image {
    padding-right: 8px;
  }
}
.tab-with_live_slider .special-happenings img {
  margin-bottom: 0;
}

.special-happenings--scroll-container,
.tab-with_live_slider .special-happenings {
  padding-top: 0 !important;
}

.statoriumWidgetTitle {
  background-color: #143CDB !important;
  color: white !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  margin-bottom: 0 !important;
  margin: -10px 0px 0px 0px !important;
  padding: 16px !important;
  font-size: 14px !important;
}

.statoriumWidgetMatches {
  border: 1px solid var(--gri, #F2F2F2) !important;
  border-radius: 10px !important;
  margin: -10px 0px 5px 0px !important;
  padding: 10px 0 !important;
  background-color: rgba(20, 60, 219, 0.0196078431) !important;
}

.tblStatoriumMatchday,
#js-statorium-widget-297 > div > table > thead > tr > th {
  background-color: #143CDB !important;
  color: white !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  padding: 10px 16px 10px 16px !important;
}
.tblStatoriumMatchday:first-child,
#js-statorium-widget-297 > div > table > thead > tr > th:first-child {
  font-size: 14px !important;
}

.statoriumMatchTime,
#js-statorium-widget-283 > div > table > tbody > tr > td > div > div.statoriumMatchStat > div > div > span,
.tblStatoriumMatchesScore {
  font-size: 14px !important;
  color: rgba(35, 35, 35, 0.6) !important;
}

.statoriumWidgetTitle,
.statoriumWidgetMatches,
.tblStatoriumMatchday,
.tblStatoriumMatches {
  font-family: "Arial", sans-serif !important;
}

#js-statorium-widget-283 > div > table > tbody > tr:last-child > td {
  border-bottom: 0 !important;
}

.tblStatoriumStandings {
  border-right: 1px solid white !important;
  background-color: rgba(20, 60, 219, 0.0196078431) !important;
  max-width: 100% !important;
  overflow: scroll !important;
}
.tblStatoriumStandings thead > tr {
  background-color: #143CDB !important;
  color: white !important;
  font-size: 10px !important;
  font-weight: 400 !important;
}
.tblStatoriumStandings tbody td {
  font-size: 14px !important;
  color: rgba(35, 35, 35, 0.6) !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tblStatoriumStandings tbody td:last-child {
  font-weight: 700 !important;
  padding-right: 16px;
}
.tblStatoriumStandings tbody td:first-child {
  padding-left: 16px;
}

#js-statorium-widget-297 > div > table > tbody tr {
  border: 1px solid var(--gri, #F2F2F2) !important;
  border-bottom: 0;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.statoriumWidgetStandings .statoriumWidgetTitle {
  border: 1px solid white !important;
  border-bottom: 0 !important;
  margin-bottom: 16px !important;
  border-radius: 10px !important;
}
.statoriumWidgetStandings thead > tr > th {
  background-color: #143CDB !important;
  padding: 10px 16px 10px 16px !important;
  color: white !important;
  font-size: 10px !important;
  font-weight: 400 !important;
}
.statoriumWidgetStandings thead > tr > th:first-child {
  font-size: 14px !important;
  border-left: 1px solid white !important;
}
.statoriumWidgetStandings tbody tr {
  border: 1px solid var(--gri, #F2F2F2) !important;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .statoriumWidgetStandings {
    max-width: 100% !important;
    overflow: scroll !important;
  }
}

#js-statorium-widget-297 > div > table:nth-child(7) > tbody > tr:nth-child(4) {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.tblStatoriumEvents {
  background-color: rgba(20, 60, 219, 0.0196078431) !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top: 0 !important;
}
.tblStatoriumEvents thead {
  background-color: #143CDB !important;
  padding: 10px 16px 10px 16px !important;
  color: white !important;
  font-size: 10px !important;
  font-weight: 400 !important;
}
.tblStatoriumEvents thead th {
  border-top: 0px !important;
  padding: 10px 16px;
  color: white !important;
  font-size: 10px !important;
  font-weight: 400 !important;
}
.tblStatoriumEvents thead th:first-child {
  border-left: 1px solid white !important;
}
.tblStatoriumEvents thead th:last-child {
  border-right: 1px solid #143CDB !important;
}
.tblStatoriumEvents tbody tr {
  border: 1px solid var(--gri, #F2F2F2) !important;
  border-bottom: 0;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.tblStatoriumEvents tbody tr td {
  padding: 10px 16px;
  font-size: 14px !important;
  color: rgba(35, 35, 35, 0.6) !important;
  font-weight: 700 !important;
}
.tblStatoriumEvents tbody tr td span {
  opacity: 1 !important;
}

.statoriumWidgetEvents .statoriumWidgetTitle {
  border-left: 1px solid white !important;
}

#js-statorium-widget-283,
#js-statorium-widget-297,
#js-statorium-widget-284,
#js-statorium-widget-281 {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  #js-statorium-widget-297 > div > table > thead > tr > th {
    padding: 10px 3px 10px 3px !important;
  }
  #js-statorium-widget-297 > div > table > thead > tr > th:first-child {
    padding: 10px 16px 10px 16px !important;
  }
}
.clasament__cups {
  max-width: 130px;
  margin-bottom: 0;
}
.clasament__data {
  overflow-y: hidden;
  height: 120px;
  position: relative;
  z-index: 0;
}
.clasament__data p {
  font-family: "Barlow", sans-serif;
  color: rgba(50, 50, 50, 0.6);
}
.clasament__data .clasament__overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(255, 255, 255, 0.7)), color-stop(95%, rgb(255, 255, 255)));
  background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0.7) 65%, rgb(255, 255, 255) 95%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.ff--os {
  font-family: "Open Sans", sans-serif;
}

.page-template-template-euro-campioni #primary.site-main,
.page-template-template-campioni-secondary #primary.site-main {
  padding-top: 0 !important;
}