.gamePreloader {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.dealnodealpreload-copyrights-text {
    font-family: var(--font-bold);
}
.loader-container {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
/***deal no deal***/
.bg-dealnodeal {
  background-image : url("../images/dealnodeal-theme/background-desktop-overlay.jpg");
  background-size: cover;
}
@media screen and (max-width: 760px) {
.bg-dealnodeal {
    background-image : url("../images/dealnodeal-theme/background-mobile-overlay.jpg");
    background-size: cover;
  }
}
/****** SPORTINGBET ******/

.bg-sbcom {
    background-color: #3c88ca;
}

.bg-sbcom .spinner {
    width: 275px;
    height: 250px;
}

/****** BORGATA ******/

.bg-borcasino {
    background-color: #000000;
}

.bg-borcasino .spinner {
    width: 275px;
    height: 250px;
}

.bg-borcasino #gradient {
    --color-stop: #f90073;
}
@media only screen and (max-width: 767px) {
    .bg-borcasino {
        background-image: url("../images/borcasino/background-mobile-preloader.jpg") ;
    }
}

/***** GALABINGO *****/

.bg-galabingo {
    background-image: url("../images/galabingo/background-desktop-overlay.png") ;
    background-position: center;
}

.bg-galabingo .spinner {
    width: 275px;
    height: 250px;
}

.bg-galabingo #gradient {
    --color-stop: #fe368a;
}

@media only screen and (max-width: 320px) {
    .bg-galabingo {
        background-image: url("../images/galabingo/background-mobile-overlay.png");
        background-position: center;
    }
}
/****** BETBOO ******/

.bg-betboobr {
    background-color: #ca3b1b;
}

.bg-betboobr .spinner {
    width: 275px;
    height: 250px;
}

.bg-betboobr #gradient {
    --color-stop: #00c3b8;
}

/****** DSBINGO ******/

.bg-danskespil {
    background-image: url("../images/danskespil/background@1x.png");
    background-position: bottom right;
}

.bg-danskespil .spinner {
    width: 275px;
    height: 250px;
}


/****** DSBINGO ******/

.bg-btlbncz {
    background: rgb(126, 64, 0);
}

.bg-cheekybngo {
    background: #b31172;
}

.bg-coral {
    background: linear-gradient(#3e8ede, #003b71);
}

.bg-ladbrokeuk {
    background-color: #444444;
}

.bg-foxybingo {
    background-color: #412175;
    /* background-color: var(--primary); */
}

/****** Cheeky BINGO ******/
.bg-cheekybngo {
    background-color: #b31172;
}

.bg-cheekybngo .spinner {
    width: 275px;
    height: 250px;

}

.bg-cheekybngo #gradient {
    --color-stop: #FEEC37;
}

/****** ladBrokes ******/
.bg-ladbrokeuk {
    background-color: #f01e28;
}

.bg-ladbrokeuk .spinner {
    width: 275px;
    height: 250px;

}

.bg-ladbrokeuk #gradient {
    --color-stop: #8bbd23;
}

/****** Coral Bingo ******/

.bg-coral {
    background-color: #084D8D;
}

.bg-coral .spinner {
    width: 275px;
    height: 250px;

}

.bg-coral #gradient {
    --color-stop: #8bbd23;
}

@media only screen and (max-width: 320px) {
    .bg-cheekybngo {
        background-image: url("../images/cheekybngo/background-mobile.png") !important;
    }
}


.gamePreloader.friends-theme {
    opacity: 0.8;
}


.preloader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Spinner loading*/

.spinner {
    animation: rotate 1.4s linear infinite;
    -webkit-animation: rotate 1.4s linear infinite;
    -moz-animation: rotate 1.4s linear infinite;
    width: 206px;
    height: 206px;
    float: none;
    position: fixed;
    text-align: center;
    /*
    left: 50%;
    margin-left: -103px;
    top: 50%;
    margin-top: -103px;*/
}

.spinner-dot {
    width: 274px;
    height: 274px;
    position: relative;
    top: 0;
}

.path {
    stroke-dasharray: 170;
    stroke-dashoffset: 20;
}

.progressText {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 70%;
    font-weight: bold;
}

.friends-copyrights-text {
    color: #ffffff;
    display: none;
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 760px) {
    .animation .ball {
        margin: 5px 8px;
    }

    .gamePreloader .animation .ball img {
        max-width: 10px;
    }

    .bg-danskespil {
        background: url("../images/danskespil/background-tablet.png");
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

/* preloader */

.pre-loader img {
    width: min-content;
    height: min-content;
}


.bg-coral .pre-loader img {
    width: 160px;
    height: 160px;
}
#gradient {
    --color-stop: #fff;
}

.emmerdale-gamePreloader{
    height: 100%;
    width: 100%;
}
.emmerdale-title {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -120px;
  margin-top: -25px;
  z-index: 9999;
}

.emmerdale-title img {
  width: 240px;
}

.emmerdale-preloader-img {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 9999;
}
.emmerdale-preloader-img img {
  width: 100%;
  height: 100%;
}

.emmerdale-copyrights-text{
    display: none;
    background-color: #000;
    text-align: center;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 10px;
    width: 100%;
    line-height: 25px;
    z-index: 9999;
}

.chase-gamePreloader{
  height: 100%;
  width: 100%;
}
.chase-title {
position: absolute;
left: 50%;
top: 40%;
margin-left: -120px;
margin-top: -25px;
z-index: 9999;
}

.chase-title img {
width: 240px;
}

.chase-preloader-img {
height: 100%;
width: 100%;
position: relative;
z-index: 9999;
}
.chase-preloader-img img {
width: 100%;
height: 100%;
}

.common-gamePreloader{
  height: 100%;
  width: 100%;
}

.dealnodeal-gamePreloader{
    height: 100%;
    width: 100%;
}
.dealnodeal-title {
  position: absolute;
  top: 40%;
  margin-left: 45%;
  z-index: 9999;
}
@media screen and (max-width: 760px) {
    .dealnodeal-title {
        margin-left: 38%;
        z-index: 9999;
      }
      .bg-dealnodeal .pre-loader img {
        max-width: 300px;
        /* height: 47px; */
    }
}
.dealnodeal-title img {
  width: 92px;
}

.dealnodeal-preloader-img {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 9999;
}
.dealnodeal-preloader-img img {
  width: 100%;
  height: 100%;
}

.dealnodeal-copyrights-text{
    display: none;
    text-align: center;
    position: absolute;
    bottom: 25px;
    color: #000;
    font-size: 10px;
    width: 100%;
    line-height: 25px;
    z-index: 9999;
}
.dealnodealpreload-copyrights-text{
    display: none;
    text-align: center;
    position: absolute;
    bottom: 25px;
    color: #000;
    font-size: 10px;
    width: 100%;
    line-height: 25px;
    z-index: 9999;
}
/*** coronation ***/
.bg-coronation {
    background-image: url("../images/coronation/background.png") ;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 50vw rgba(0, 60, 47, 0.8);
}

@media only screen and (max-width: 320px) {
    .bg-coronation {
        background-image: url("../images/coronation/background.png") ;
    }
}


.coronation-gamePreloader{
    height: 100%;
    width: 100%;
}
.coronation-title {
  position: absolute;
  left: 50%;
  top: 75%;
  margin-left: -120px;
  margin-top: -25px;
  z-index: 9999;
}

.coronation-title img {
  width: 240px;
}

.coronation-preloader-img {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 9999;
}
.coronation-preloader-img img {
  width: 100%;
  height: 100%;
}

.coronation-copyrights-text{
    display: none;
    background-color: rgba(0, 60, 47, 0.8);
    text-align: center;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 10px;
    width: 100%;
    line-height: 16px;
    z-index: 9999;
}
@media screen and (min-width: 760px) {
    .coronation-copyrights-text{
    width: 50%;
    left:25%;
    }
}

.coronation-preloader-logo {
    content: url("../images/coronation/title.png");
    display: none;
    position: absolute;
    top: 75%;
    width: 30%;
    z-index: 9999;
}