/* ==========================================================================
  COMMON MIXIN DIRECTIVES
  ========================================================================== */
/**
 * Varies Z-Index levels
*/
/* standard overlay */
/* opacity value : 0.0 for opaque ~ 1.0 for transparent */
/* properties common in absolute or fixed-positioned elements*/
/* transform rotate property */
/* properties common in background image */
/* transition */
/*  =========================================
    Sportsbook UI - Variables 
    =========================================
*/
/*  =========================================
    Sportsbook UI - Colors 
    =========================================
*/
.lighter-blue {
  background: #2400F6;
}

.blue-text {
  color: #2400F6 !important;
}

.darker-blue {
  background: #1D00C2;
}

.darker-blue-text {
  color: #1D00C2 !important;
}

.grey-blue {
  background: #B2BBCF;
}

.stroke-blue {
  border-color: #3D94F4;
}

.stroke-blue-bg {
  background: #3D94F4;
}

.light-blue-background {
  background: #E1F2FF;
}

.compliance-blue {
  background: #15008F;
}

.green-text {
  color: #0D8900 !important;
}

.green {
  background: #4AAD00;
}

.green-border {
  border-color: #65CA19;
}

.green-bg {
  background: #EDFCE2;
}

.red {
  background: #D20D19;
}

.red-text {
  color: #D20D19 !important;
}

.red-border {
  border-color: #E54545;
}

.red-bg {
  background: #FCE4E2;
}

.violet {
  background: #b86bba;
}

.gold-icon {
  background: #F3C50E;
}

.gold {
  background: linear-gradient(180deg, #E7C75C 0%, #FFD428 100%);
}

.gold-text {
  color: #FFD428;
}

.orange {
  background: #FF961B;
}

.orange-text {
  color: #E65100;
}

.stroke-orange {
  border-color: #FFA944;
}

.light-orange {
  background: #FFF3E0;
}

.yellow {
  background: #FDF4D1;
}

.lime {
  background: #C8F134;
}

.black {
  background: #212327;
}

.black-text {
  color: #212327 !important;
}

.md-grey-text {
  color: #656565 !important;
}

.light-grey {
  background: #E5E5E5;
}

.md-light-grey {
  background: #A5A5A5;
}

.md-light-grey-text {
  color: #A5A5A5;
}

.light-grey-blue {
  background: #F6F8FA;
}

.white {
  background: #FFFFFF;
}

.white-text {
  color: #FFFFFF;
}

.gradient-blue-1 {
  background: linear-gradient(105deg, #1D00C2 9.38%, #2400F6 90.94%);
}

.gradient-blue-2 {
  background: linear-gradient(180deg, #2400F6 0%, #17019B 100%);
}

.gradient-blue-3 {
  background: linear-gradient(180deg, #013993 0%, #0253C5 100%);
}

.gradient-gold-1 {
  background: linear-gradient(180deg, #E7C75C 0%, #FFD428 100%);
}

.gradient-white-1 {
  background: linear-gradient(90deg, #FFFFFF 0%, #E5E5E5 100%);
}

.header-color-brand {
  background: linear-gradient(270deg, #191919 0%, #2400F6 40%);
}

.footer-color-brand {
  background: #191919;
}

.enterAddressTextEircode, #enterAddressText {
  cursor: pointer;
}

/*  =========================================
    Sportsbook UI - Font Family
    =========================================
*/
.inter {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.inter.semibold {
  font-weight: 600;
}
.inter.bold {
  font-weight: 700;
}

@media (max-width: 1920px) {
  .toplink, .main-menu, .desktop-MyAccount {
    display: none;
  }
  #content-scroller, #wrapper-scroller {
    position: absolute;
  }
  .icon-licenses a {
    display: inline-block;
  }
}

/*# sourceMappingURL=main.be48c4a00abd2919fd34.css.map*/