﻿body {

}

.textPrimary {
    color: var(--primaryColor);
}

.footerLink:hover {
    color: rgba(var(--secondaryColor));
}

.jackpotbanner {
    background-color: var(--jackpotBackground);
    min-width: 490px;
}

.swiperAllEgt {
    z-index: 0;
}

.countdropDownJackpot {
    min-width: 90%;
    z-index: 10000000000000000;
}

.luckylacetext {
    color: var(--luckyacetxtClr);
}

.sr_btn_line_2 {
    border-radius: 3px;
    background: var(--depositbtnColor);
    padding: 1px 6px;
    color: var(--primaryColor);
    font-weight: 200;
    min-width: 70px;
    font-size: small;
    max-width: 70px;
}

    .sr_btn_line_2:hover {
        background: var(--primaryColor);
    }

.sr_btn_line_3 {
    border-radius: 3px;
    background: var(--logoutbtnColor);
    padding: 1px 7px;
    color: var(--logoutbtntextColor);
    font-weight: 200;
    min-width: 70px;
    font-size: smaller;
    max-width: 70px;
}

    .sr_btn_line_3:hover {
        background: var(--logoutbtnColor);
        color: var(--logoutbtntextColor);
    }

.despositContainer {
    background: var(--depositcontainerbackground);
}

.accountDetailsHeading {
    color: var(--toggleColor);
}

._glB {
    display: grid;
    overflow: auto;
}

@media(min-width: 290px) {
    ._glB {
        grid-auto-rows: minmax(100px,auto);
        row-gap: 5px;
        column-gap: 5px;
        grid-template-columns: repeat(1,1fr) !important;
    }
}

@media(min-width: 330px) {
    ._glB {
        grid-auto-rows: minmax(100px,auto);
        row-gap: 10px;
        column-gap: 5px;
        grid-template-columns: repeat(2,1fr) !important;
    }
}

@media(min-width: 525px) {
    ._glB {
        grid-template-columns: repeat(3,1fr) !important;
    }
}

@media(min-width: 675px) {
    ._glB {
        grid-template-columns: repeat(4,1fr) !important;
    }
}

@media(min-width: 875px) {
    ._glB {
        grid-template-columns: repeat(5,1fr) !important;
    }
}

@media(min-width: 1050px) {
    ._glB {
        grid-template-columns: repeat(6,1fr) !important;
    }
}

@media(min-width: 1450px) {
    ._glB {
        grid-template-columns: repeat(7,1fr) !important;
        row-gap: 15px;
        column-gap: 15px;
    }
}

@media(max-width: 429px) {
    ._glB > div {
        margin-bottom: 15px;
    }
}

.sr_btn_solid_Submit {
    border-radius: 3px;
    border: 1px solid transparent;
    background: var(--primaryColor);
    padding: 17px 10px;
    color: #000;
    font-weight: 600;
    min-width: 153px;
    max-height: 60px;
}

    .sr_btn_solid_Submit:hover {
        border: 1px solid transparent;
        background: var(--primaryColor);
    }

.carouselDivSlotsprovider {
    border-radius: 10px;
    background-color: var(--counterwrapper);
    min-width: 170px;
    min-height: 118px;
    max-width: 200px !important;
    border: 1px solid rgba(var(--secondaryColor),.2);
}

    .carouselDivSlotsprovider p {
        font-size: 14px !important;
    }

    .carouselDivSlotsprovider:hover, .carouselDivSlotsprovider.active {
        cursor: pointer;
        border-radius: 10px;
        background: var(--counterwrapper);
        box-shadow: 0 0 10px 0 rgba(var(--secondaryColor));
        border-color: transparent;
    }

        .carouselDivSlotsprovider:hover p, .carouselDivSlotsprovider.active p {
            color: rgba(var(--secondaryColor),1);
        }

.carouselDivSlots {
    border-radius: 10px;
    background-color: var(--counterwrapper);
    min-width: 200px;
    min-height: 118px;
    max-width: 225px;
    border: 1px solid rgba(var(--secondaryColor),.2);
}

    .carouselDivSlots img {
        filter: brightness(0) saturate(100%) invert(65%) sepia(45%) saturate(5496%) hue-rotate(22deg) brightness(95%) contrast(94%);
    }

    .carouselDivSlots p {
        font-size: 14px !important;
    }

    .carouselDivSlots:hover, .carouselDivSlots.active {
        cursor: pointer;
        border-radius: 10px;
        background: var(--counterwrapper);
        box-shadow: 0 0 10px 0 rgba(var(--secondaryColor));
        border-color: transparent;
    }

        .carouselDivSlots:hover p, .carouselDivSlots.active p {
            color: rgba(var(--secondaryColor),1);
        }

#counterContainer {
    height: 70px;
}

    #counterContainer .countercontainer > div:first-child > div p {
        font-size: 18px;
        font-weight: 600;
    }

@media(max-width: 1600px) {
    #counterContainer .countercontainer > div:first-child > div p {
        font-size: 13px;
        font-weight: 600;
    }
}

@media(max-width: 1500px) {
    #counterContainer .countercontainer > div:first-child > div p {
        font-size: 12px;
        font-weight: 600;
    }
}

@media(max-width: 1400px) {
    #counterContainer .countercontainer > div:first-child > div p {
        font-size: 14px;
        font-weight: 600;
    }
}

@media(max-width: 1200px) {
    #counterContainer .countercontainer > div:first-child > div p {
        font-size: 13px;
        font-weight: 600;
    }
}

#counterContainerCat {
    height: 85px;
}

    #counterContainerCat .countercontainercat {
        width: 100%;
    }

        #counterContainerCat .countercontainercat > div:first-child > div p {
            font-size: 18px;
            font-weight: 600;
        }

@media(max-width: 1600px) {
    #counterContainerCat .countercontainercat > div:first-child > div p {
        font-size: 13px;
        font-weight: 600;
    }
}

@media(max-width: 1500px) {
    #counterContainerCat .countercontainercat > div:first-child > div p {
        font-size: 12px;
        font-weight: 600;
    }
}

@media(max-width: 1400px) {
    #counterContainerCat .countercontainercat > div:first-child > div p {
        font-size: 14px;
        font-weight: 600;
    }
}

@media(max-width: 1200px) {
    #counterContainerCat .countercontainercat > div:first-child > div p {
        font-size: 13px;
        font-weight: 600;
    }
}

.Jack_1_Bell {
    width: 20% !important;
}

.Jack_2_Bell {
    width: 20% !important;
}

.Jack_3_Bell {
    width: 20% !important;
}

.Jack_4_Bell {
    width: 20% !important;
}

@media(max-width: 1300px) {
    .Jack_1_Bell {
        width: 30% !important;
    }

    .Jack_2_Bell {
        width: 30% !important;
    }

    .Jack_3_Bell {
        width: 30% !important;
    }

    .Jack_4_Bell {
        width: 30% !important;
    }
}

@media(max-width: 800px) {
    .Jack_1_Bell {
        width: 75% !important;
    }

    .Jack_2_Bell {
        width: 75% !important;
    }

    .Jack_3_Bell {
        width: 75% !important;
    }

    .Jack_4_Bell {
        width: 75% !important;
    }
}

@media(max-width: 1100px) {
    .countercontainercat {
        width: 80%;
    }
}

.addGreyScale {
    filter: grayscale(1) !important;
}

@media(max-width: 1300px) {
    .countercontainercat {
        width: 75%;
    }
}

@media(max-width: 1080px) {
    .countercontainercat {
        width: 60%;
    }
}

@media(max-width: 900px) {
    .countercontainercat {
        width: 50%;
    }
}

@media(max-width: 500px) {
    .countercontainercat {
        width: 40%;
    }
}

@media only screen and (max-width: 1450px) {
    #counterContainerCat {
        height: 100% !important;
    }

    #counterContainer {
        height: 100% !important;
    }
}

.IframeEgt {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    #counterContainer {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
        justify-items: center;
    }

    #counterContainer {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
        gap: 20px;
        justify-items: center;
    }

    .sr_btn_line_2 {
        line-height: 10px;
    }
}

@media only screen and (max-width: 1080px) {
    .popupIframe > div {
        max-height: 800px;
    }
}

.counterwrapper {
    background-color: var(--counterwrapper);
}

.counterdropdown {
    z-index: 9999999;
}

.headercount {
    background: var(--headerBg);
}

.jackpotcontainer {
    background: var(--counterwrapper);
}

.greyCounterText {
    color: var(--greyTextCounter);
    font-size: 12px;
}

.searchgamesinput {
    background-color: var(--counterwrapper);
    cursor: pointer;
}

.filterdropdown {
    background-color: var(--headerBg);
    z-index: 9999999;
}

.filtersCheckbox {
    outline: 1px solid var(--checkboxborder);
}

.GamesContainer {
    background-color: var(--counterwrapper);
    font-size: 16px;
    border-top: 1px solid rgba(var(--secondaryColor),.2);
}

    .GamesContainer .luckylacetext {
        color: rgba(var(--secondaryColor),1);
    }

.SlotGamesIcon {
    min-width: 10px;
    max-width: 18px;
}

.infoBox {
    cursor: pointer;
}

.gameBtn_1 {
    background-color: var(--primaryColor);
    border-radius: 3px;
    border: 1px solid transparent;
    background: var(--primaryColor);
    color: #fff;
    font-weight: 600;
}

    .gameBtn_1:hover {
        background-color: var(--primaryColor);
        border-radius: 3px;
        border: 1px solid transparent;
        background: var(--primaryColor);
        color: #000;
        font-weight: 600;
    }

.gameBtn_2 {
    border: 1px solid var(--primaryColor);
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
}

    .gameBtn_2:hover {
        border: 1px solid var(--primaryColor);
        color: var(--fontColor);
        font-weight: 600;
        border-radius: 3px;
    }

@media only screen and (max-width: 600px) {
    .carouselDivSlots {
        border-radius: 10px;
        background: linear-gradient(316deg,rgba(20,202,93,.1) 2.16%,rgba(11,231,178,.04) 100%),var(--carouselGradient);
        min-width: auto;
        min-height: 118px;
        max-width: 325px;
    }

    .carouselDivSlotsprovider {
        border-radius: 10px;
        background: linear-gradient(316deg,rgba(20,202,93,.1) 2.16%,rgba(11,231,178,.04) 100%),var(--carouselGradient);
        min-width: auto;
        min-height: 118px;
        max-width: 290px;
    }

    #counterContainer {
        grid-template-columns: repeat(1,1fr);
    }
}

._overIconW > div > div {
    display: none !important;
}

._overIconW > div:hover > div {
    display: flex !important;
}

.loadingIMG:before {
    content: "";
    background-image: url(https://cdn2.ysecit.com/betting/webportal/images/svg1.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,.8);
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999999;
}

.border-1 {
    border: 1px solid #e31416;
}

.border-2 {
    border: 1px solid #12cd35;
}

.border-3 {
    border: 1px solid #2981ed;
}

.border-4 {
    border: 1px solid #bd00f1;
}

.image_name {
    position: absolute;
    height: 25px;
    top: 0;
    transform: translate(0%,-50%);
}

.ygtContainer_1 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/ygt/1/dark-blue-mid.png");
    background-size: contain;
}

    .ygtContainer_1:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/ygt/1/dark-blue-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: -7px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ygtContainer_1:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/ygt/1/dark-blue-right.png");
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: -25px;
        background-repeat: no-repeat;
        background-size: contain;
    }

.ygtContainer_2 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/ygt/2/green-mid.png");
    background-size: contain;
}

    .ygtContainer_2:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/ygt/2/green-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: -7px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ygtContainer_2:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/ygt/2/green-right.png");
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: -25px;
        background-repeat: no-repeat;
        background-size: contain;
    }

.ygtContainer_3 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/ygt/3/blue-mid.png");
    background-size: contain;
}

    .ygtContainer_3:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/ygt/3/blue-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: -7px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ygtContainer_3:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/ygt/3/blue-right.png");
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: -25px;
        background-repeat: no-repeat;
        background-size: contain;
    }

.ygtContainer_4 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/ygt/4/red-mid.png");
    background-size: contain;
}

    .ygtContainer_4:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/ygt/4/red-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: -7px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ygtContainer_4:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/ygt/4/red-right.png");
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: -25px;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Chance-1 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/Clover/clover-1-red-mid.png");
    background-size: contain;
}

    .Chance-1:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/Clover/clover-1-red-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Chance-1:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/Clover/clover-1-red-right.png");
        width: 57px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Chance-2 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/Clover/clover-2-green-mid.png");
    background-size: contain;
}

    .Chance-2:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/Clover/clover-2-green-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Chance-2:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/Clover/clover-2-green-right.png");
        width: 57px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Chance-3 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/Clover/clover-3-blue-mid.png");
    background-size: contain;
}

    .Chance-3:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/Clover/clover-3-blue-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Chance-3:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/Clover/clover-3-blue-right.png");
        width: 57px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Chance-4 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/Clover/clover-4-purple-mid.png");
    background-size: contain;
}

    .Chance-4:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/Clover/clover-4-purple-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Chance-4:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/Clover/clover-4-purple-right.png");
        width: 57px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Cash-1 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/highcash/highcash-red-mid.png");
    background-size: contain;
}

    .Cash-1:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/highcash/highcash-red-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Cash-1:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/highcash/highcash-red-right.png");
        width: 54px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Cash-2 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/highcash/highcash-green-mid.png");
    background-size: contain;
}

    .Cash-2:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/highcash/highcash-green-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Cash-2:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/highcash/highcash-green-right.png");
        width: 57px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Cash-3 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/highcash/highCash-Blue-Mid.png");
    background-size: contain;
}

    .Cash-3:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/highcash/highCash-Blue-Left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Cash-3:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/highcash/highCash-Blue-Right.png");
        width: 56px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Cash-4 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/highcash/highCash-Pur-Mid.png");
    background-size: contain;
}

    .Cash-4:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/highcash/highCash-Pur-Left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Cash-4:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/highcash/highCash-Pur-Right.png");
        width: 56px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Link-1 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/belllink/bell-red-mid.png");
    background-size: contain;
    border-radius: 10px;
}

    .Link-1:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/belllink/bell-red-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Link-1:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/belllink/bell-red-right.png");
        width: 57px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Link-2 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/belllink/bell-greeen-mid.png");
    background-size: contain;
    border-radius: 10px;
}

    .Link-2:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/belllink/bell-green-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Link-2:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/belllink/bell-greeen-right.png");
        width: 57px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Link-3 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/belllink/Bell-blue-mid.png");
    background-size: contain;
    border-radius: 10px;
}

    .Link-3:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/belllink/bell-blue-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Link-3:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/belllink/bell-blue-right.png");
        width: 57px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.Link-4 {
    position: relative;
    height: 50px;
    background-image: url("../images/slotgame/jackpotsegt/belllink/Bell-pur-mid.png");
    background-size: contain;
    border-radius: 10px;
}

    .Link-4:before {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/belllink/bell-pur-left.png");
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Link-4:after {
        content: "";
        background-image: url("../images/slotgame/jackpotsegt/belllink/bell-pur-right.png");
        width: 57px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.TransferPopupBG {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 99999999;
    overflow: auto;
}

    .TransferPopupBG .TransferPopupW {
        background-color: #000;
        max-width: 500px;
        width: 90%;
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 30px;
        transform: translate(-50%,-50%);
        text-align: center;
        margin: 15px 0;
        border: 2px solid #311c13;
    }

        .TransferPopupBG .TransferPopupW h3 {
            margin: 0;
            text-align: center;
            font-size: 20px;
            font-weight: normal;
            color: #d49722;
            padding: 0 0 10px 0;
            border-bottom: 1px solid #2e2d2a;
        }

        .TransferPopupBG .TransferPopupW .TransferAmount > span {
            display: block;
            padding: 10px 0;
            font-size: 14px;
        }

        .TransferPopupBG .TransferPopupW .TransferAmount > label, .TransferPopupBG .TransferPopupW .TransferAmount > input {
            display: inline-block;
            padding: 10px;
            min-width: 280px;
            background-color: #101010;
            height: 40px;
            font-size: 14px;
        }

        .TransferPopupBG .TransferPopupW .TransferAmount .amt-currency {
            color: #009833;
            font-size: 16px;
        }

        .TransferPopupBG .TransferPopupW .TransferAmount > label.TransferCur {
            background-color: #009833 !important;
        }

        .TransferPopupBG .TransferPopupW .TransferAmount .TransferCurrency {
            background-color: #996500;
            min-width: 100px !important;
            margin-left: -5px;
        }

        .TransferPopupBG .TransferPopupW .TransferAmount > input {
            border: 0;
            text-align: center !important;
            border-radius: 0 0 2px 2px;
            color: #d49722;
            width: 280px !important;
        }

        .TransferPopupBG .TransferPopupW .TransferAmount > label.TransferCur {
            background-color: #311c13;
            padding: 10px;
            height: 40px;
            display: inline-block;
            min-width: 100px;
            margin: 0 -4px;
        }

        .TransferPopupBG .TransferPopupW .Transfer_Ok_but {
            display: inline-block;
            clear: both;
            float: none;
            min-width: 75px;
            margin: 30px auto 0;
            cursor: pointer;
            padding: 0 20px;
            height: 35px;
            background-color: #009833;
            border-radius: 4px;
            font-size: 12px;
            line-height: 35px;
            text-align: center;
            font-weight: bold;
            border: 1px solid #2e2d2a;
        }

.infoPopUp {
    border: 1px solid var(--bgColor);
    background-color: rgba(0,0,0,.8);
    z-index: 99999999;
}

    .infoPopUp > div {
        max-width: 1024px;
        width: 100%;
    }

        .infoPopUp > div .popupbtn {
            background-color: var(--infopopupbtnclrdefault);
            cursor: pointer;
        }

            .infoPopUp > div .popupbtn:hover, .infoPopUp > div .popupbtn.active {
                background-color: var(--infopopupbtnclractive);
            }

@media(max-width: 505px) {
    .infoPopUp > div .infocontent {
        max-height: 300px;
    }
}

.infoPopUp > div .gameInfoDetails_1 {
    max-height: 530px;
    height: 100vh;
}

.infoPopUp > div .gameInfoDetails_2 {
    position: relative;
}

@media(max-width: 750px) {
    .infoPopUp > div .gameInfoDetails_2 {
        max-height: 92vh;
        overflow: auto;
    }
}

.infoPopUp > div .gameInfoDetails_2 .imgInfoW {
    width: 100%;
    overflow: hidden;
}

.infoPopUp > div .gameInfoDetails_2 img {
    width: 141%;
}

@media(min-width: 750px) {
    .infoPopUp > div .gameInfoDetails_2 img {
        width: 100%;
    }
}

.infoPopUp > div .gameInfoDetails_2 > div {
    z-index: 1;
    font-size: 12px;
    text-align: left;
    padding: 10px;
    color: var(--fontColor);
    overflow: auto;
}

@media(min-width: 750px) {
    .infoPopUp > div .gameInfoDetails_2 > div {
        position: absolute;
        width: 26%;
        top: 25px;
        right: 21px;
        height: 89%;
    }
}

.infoPopUp > div .gameInfoDetails_2 > div h3 {
    font-size: 1.5rem;
    color: var(--fontColor);
}

.infoPopUp > div .gameInfoDetails_2 > div > div {
    margin-bottom: 10px;
}

    .infoPopUp > div .gameInfoDetails_2 > div > div span {
        font-weight: bold;
    }

.infoPopUp > div .gameInfoDetails_3 {
    font-size: 12px;
    text-align: left;
    color: var(--fontColor);
    max-height: 530px;
}

    .infoPopUp > div .gameInfoDetails_3 br {
        display: none !important;
    }

    .infoPopUp > div .gameInfoDetails_3 > div:last-child {
        padding: 0 20px;
    }

    .infoPopUp > div .gameInfoDetails_3 > div:first-child {
        position: sticky;
        z-index: 1;
        top: -16px;
        background-color: var(--counterwrapper);
    }

        .infoPopUp > div .gameInfoDetails_3 > div:first-child img {
            height: 50px;
        }

    .infoPopUp > div .gameInfoDetails_3 h3 {
        font-size: 1rem;
        color: var(--luckyacetxtClr);
    }

    .infoPopUp > div .gameInfoDetails_3 table {
        border: 1px solid var(--countercontainerbackground);
        border-collapse: collapse;
    }

        .infoPopUp > div .gameInfoDetails_3 table td, .infoPopUp > div .gameInfoDetails_3 table th {
            border: 1px solid var(--countercontainerbackground);
            padding: 10px;
        }

.containerSlot {
    width: 100%;
    max-width: 1320px;
    margin: auto;
}

    .containerSlot .carouselSwiperGames {
        padding-top: 16px;
        padding-bottom: 10px;
    }

:root {
    --infosprite-image: url("https://cdn2.ysecit.com/Slotgames/SpriteImages/spritesheetSplendidHot7.png");
}

.infoPopUp > div .gameInfoDetails_3 table td > span {
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    background-image: var(--infosprite-image);
}

    .infoPopUp > div .gameInfoDetails_3 table td > span.-FixedLine {
        background-position: -1461px 0;
        width: 83px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Quick-Stop {
        background-position: -2551px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Double-Bet {
        background-position: -1451px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Rebet {
        background-position: -1551px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Undo {
        background-position: -1651px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Complete-Bet {
        background-position: -1751px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Snake {
        background-position: -1851px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Neighbour {
        background-position: -1951px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Red-Split {
        background-position: -2051px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Black-Split {
        background-position: -2151px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Total-Bet {
        background-position: -2251px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Max-Win {
        background-position: -2351px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Statistics {
        background-position: -2451px 0;
        width: 100px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-ReBet {
        background-position: -70px 0;
        width: 83px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Win {
        background-position: -266px 0;
        width: 68px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Bet {
        background-position: -1124px 0;
        width: 83px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-MaxBet {
        background-position: -1382px 0;
        width: 83px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Play {
        background-position: -717px 0;
        width: 63px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Hide {
        background-position: -1220px 0;
        width: 55px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Turbo {
        background-position: -1295px 0;
        width: 60px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Collect {
        background-position: -858px 0;
        width: 63px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-stop {
        background-position: -786px 0;
        width: 63px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Setting {
        background-position: -935px 0;
        width: 70px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Audio {
        background-position: -10px -8px;
        width: 57px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Autoplay {
        background-position: -75px 0;
        width: 88px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Balance {
        background-position: -171px 0;
        width: 88px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-CreditBalance {
        background-position: -265px 0;
        width: 58px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-ExpandFullScreen {
        background-position: -331px 0;
        width: 56px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Gamble {
        background-position: -395px 0;
        width: 88px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-GameInfo {
        background-position: -478px 0;
        width: 88px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Home {
        background-position: -557px 0;
        width: 63px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-InfoPanelExit {
        background-position: -626px 0;
        width: 80px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-Spin {
        width: 63px;
        height: 70px;
        background-position: -714px 0;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-StopReel {
        background-position: -786px 0;
        width: 63px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span.-TakeWin {
        background-position: -858px 0;
        width: 63px;
        height: 70px;
    }

    .infoPopUp > div .gameInfoDetails_3 table td > span .-FixedLine {
        background-position: -1461px 0;
        width: 83px;
        height: 70px;
    }

.containerSlot {
    width: 100%;
    max-width: 1320px;
    margin: auto;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090;
}

a[href="/Betting/SlotGames/"] {
    color: rgba(var(--secondaryColor),1) !important;
}

.cursorPointer {
    cursor: pointer;
}

.TransferPopupWbrowsercheck {
    background-color: #000;
    max-width: 65%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px;
    transform: translate(-50%,-50%);
    text-align: center;
    margin: 15px 0;
    border: 1px solid #311c13;
}

    .TransferPopupWbrowsercheck h3 {
        margin: 0;
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        color: #d49722;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #2e2d2a;
    }

    .TransferPopupWbrowsercheck .TransferAmount > span {
        display: block;
        padding: 10px 0;
        font-size: 14px;
    }

    .TransferPopupWbrowsercheck .TransferAmount > label, .TransferPopupWbrowsercheck .TransferAmount > input {
        display: inline-block;
        padding: 10px;
        min-width: 280px;
        background-color: #101010;
        height: 40px;
        font-size: 14px;
    }

    .TransferPopupWbrowsercheck .TransferAmount .amt-currency {
        color: #009833;
        font-size: 16px;
    }

    .TransferPopupWbrowsercheck .TransferAmount > label.TransferCur {
        background-color: #009833 !important;
    }

    .TransferPopupWbrowsercheck .TransferAmount .TransferCurrency {
        background-color: #996500;
        min-width: 100px !important;
        margin-left: -5px;
    }

    .TransferPopupWbrowsercheck .TransferAmount > input {
        border: 0;
        text-align: center !important;
        border-radius: 0 0 2px 2px;
        color: #d49722;
        width: 280px !important;
    }

    .TransferPopupWbrowsercheck .TransferAmount > label.TransferCur {
        background-color: #311c13;
        padding: 10px;
        height: 40px;
        display: inline-block;
        min-width: 100px;
        margin: 0 -4px;
    }

.productIcons {
    width: 31px;
}

.productCarousel {
    gap: 10px;
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.swiper-button-prev-Jackpot:after, .swiper-button-next-Jackpot:after {
    display: none;
}

.SwiperArrows i {
    color: rgba(var(--secondaryColor));
}

.Dbalance {
    min-width: 100px;
    max-width: 101px;
}

@media(min-width: 330px) {
    .selectionGrid {
        grid-gap: 14px;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2,1fr) !important;
    }
}

@media(min-width: 625px) {
    .selectionGrid {
        grid-template-columns: repeat(3,1fr) !important;
    }
}

@media(min-width: 800px) {
    .selectionGrid {
        grid-template-columns: repeat(4,1fr) !important;
    }
}

@media(min-width: 1200px) {
    .selectionGrid {
        grid-template-columns: repeat(5,1fr) !important;
    }
}

@media(min-width: 330px) {
    .selectionGridEGT {
        grid-gap: 14px;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2,1fr) !important;
    }
}

@media(min-width: 625px) {
    .selectionGridEGT {
        grid-template-columns: repeat(2,1fr) !important;
    }
}

@media(min-width: 800px) {
    .selectionGridEGT {
        grid-template-columns: repeat(3,1fr) !important;
    }
}

@media(min-width: 1200px) {
    .selectionGridEGT {
        grid-template-columns: repeat(4,1fr) !important;
    }
}

.categoriesSec {
    border: 1px solid #1e1e1e !important;
    cursor: pointer;
}

    .categoriesSec:hover {
        background-color: #151204;
        border-bottom: 2px solid #ad802b !important;
    }

.active_category {
    background-color: #151204;
    border-bottom: 2px solid #ad802b !important;
}

.greyScaledImg {
    width: 75px;
    height: 75px;
    filter: grayscale(1);
    box-shadow: rgba(6,24,44,.4) 0 0 0 2px,rgba(6,24,44,.65) 0 4px 6px -1px,rgba(255,255,255,.08) 0 1px 0 inset;
}

    .greyScaledImg:hover {
        filter: grayscale(0);
    }

.promotorSlide {
    width: 120px;
    height: 100px;
}

.removeGreyScale {
    filter: grayscale(0);
}

.iframe-container {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame {
    width: 60%;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #f00;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 1000;
}

.IframeContainer {
    z-index: 999999999;
}

.GameIframeEgt {
    width: 100%;
    height: 100%;
}

.popupIframe > div {
    max-width: none !important;
    width: 100% !important;
}

.GamesEgt {
    min-height: 200px !important;
}

.Jack_1_Bell {
    order: 1;
}

.Jack_2_Bell {
    order: 2;
}

.Logo_Bell {
    order: 3;
}

.Jack_3_Bell {
    order: 4;
}

.Jack_4_Bell {
    order: 5;
}

.Jack_1_High {
    order: 1;
}

.Jack_2_High {
    order: 2;
}

.Logo_High {
    order: 3;
}

.Jack_3_High {
    order: 4;
}

.Jack_4_High {
    order: 5;
}

.Jack_1_Clover {
    order: 1;
}

.Jack_2_Clover {
    order: 2;
}

.Logo_Clover {
    order: 3;
}

.Jack_3_Clover {
    order: 4;
}

.Jack_4_Clover {
    order: 5;
}

.Logo_Parent_Bell {
    justify-content: center;
}

.Logo_Parent_Clover {
    justify-content: space-between;
}

.Logo_Parent_High {
    justify-content: space-between;
}

.star-blue {
    right: -15px;
}

.star-green {
    right: -25px;
}

.star-Dblue {
    left: -25px;
}

.star-red {
    left: -25px;
}

.HomeImage img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(45%) saturate(5496%) hue-rotate(22deg) brightness(95%) contrast(94%);
}

.HomeImage:hover {
    filter: grayscale(0);
}

.Bg_Slot {
    height: 90%;
    max-height: 90%;
}

.Bg_Slot_Egt {
    height: 80%;
    max-height: 80%;
}

.emptyImage {
    width: 100px;
}
.slotgame_section {
    clear: both;
    max-width: 100%;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
}
._popup_home .btn-orange {
    background-color: #ec5818;
}
._popup_upload .re_input_w .submit_but {
    margin: 0;
}
._popup_home .modal-close {
    top: -18px;
}
._popup_home .verify-details .fa::before {
    font-size: 20px;
}