/*.VueCarousel-slide {
    position: relative;
    background: #42b983;
    color: #fff;
    font-family: Arial;
    font-size: 24px;
    text-align: center;
    min-height: 100px;
}

.label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
/* component style */
.vue-slider-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* rail style */
.vue-slider-rail {
    background-color: #ccc;
    border-radius: 15px;
}

/* process style */
.vue-slider-process {
    background-color: #3498db;
    border-radius: 15px;
}

/* mark style */
.vue-slider-mark {
    z-index: 4;
}

.vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
    display: none;
}

.vue-slider-mark-step {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.16);
}

.vue-slider-mark-label {
    font-size: 14px;
    white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}

.vue-slider-dot-handle-focus {
    box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
}

.vue-slider-dot-handle-disabled {
    cursor: not-allowed;
    background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
    font-size: 14px;
    white-space: nowrap;
    padding: 2px 5px;
    min-width: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border-color: #3498db;
    background-color: #3498db;
    box-sizing: content-box;
}

.vue-slider-dot-tooltip-inner::after {
    content: "";
    position: absolute;
}

.vue-slider-dot-tooltip-inner-top::after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: inherit;
}

.vue-slider-dot-tooltip-inner-bottom::after {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-bottom-color: inherit;
}

.vue-slider-dot-tooltip-inner-left::after {
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-left-color: inherit;
}

.vue-slider-dot-tooltip-inner-right::after {
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
    opacity: 0;
    transition: all 0.3s;
}

.vue-slider-dot-tooltip-wrapper-show {
    opacity: 1;
}

/*# sourceMappingURL=default.css.map */

:root {
    --background-casino: #333333;
    --background-search: #262626;
    --background-active: #333333;
}

.content {
    display: block !important;
}

.casino .info {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.5rem 0.5rem;
    border: 1px solid transparent;
    font-size: 12px;
}

.casinoBanner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 33.33%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    border-radius: 0.25rem;
}

    .casinoBanner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.casinoBanner_0 {
    background-image: url(../../../../images/evolutions/slide0.jpg);
}

.casinoBanner_1 {
    background-image: url(../../../../images/evolutions/slide1.jpg);
}

.casinoBanner_2 {
    background-image: url(../../../../images/evolutions/slide2.jpg);
}

.l .casinoBanner .object-banner,
.rtl .casinoBanner .object-banner {
    width: 100%;
    max-width: calc(100% - 510px);
    height: 200px;
    border-radius: 0.25rem;
    object-fit: cover;
    object-position: right;
    display: flex;
    justify-content: flex-end;
}

.casinoBanner .overlay {
    position: absolute !important;
    background: unset !important;
    border-radius: .25rem;
    z-index: 0 !important;
}

.casinoBanner .inner {
    position: absolute;
    top: 15px;
    left: 15px;
}

.rtl .casinoBanner .inner {
    right: 15px;
}

.casinoBanner .inner .text {
    font-size: 14px;
    line-height: 16px;
    color: #ffdf1b;
    font-weight: 500;
}

.casinoBanner .inner .title {
    line-height: 24px;
    font-size: 14px;
    color: #ffdf1b;
    text-shadow: 2px 2px #57552d;
}

.casinoBanner .inner .button {
    margin-top: 30px;
    display: table;
    height: 30px;
    font-size: 16px;
    border-radius: 2px;
    padding: 0 10px;
    line-height: 30px;
    color: #ffdb00;
    border: 1px solid #ffde14;
    cursor: pointer;
    box-shadow: 0px -2px 7px 0px #000;
}

    .l .casinoBanner .inner .button:hover,
    .casinoBanner .inner .button:active {
        color: #3d3d3d;
        background: #fdd101;
    }

.__live-casino-spacing {
    margin-top: 12px;
    height: 1px;
    background: #e4eaf06e;
}

.mobile .__live-casino-spacing {
    margin-right: 12px;
    margin-left: 12px;
}

/*#region bingo-games*/
.bingo-games {
    padding: 12px 0 0;
}

.mobile .bingo-games {
    padding: 12px 12px 0;
}

.bingo-games .bingo-banner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1px;
    border-radius: 0.25rem;
}

.rtl .bingo-games .bingo-banner {
    direction: ltr;
}

.ui-slider-slide__container {
    max-width: 35rem;
    position: absolute;
    z-index: 1;
}

.mobile .__ltr .ui-slider-slide__container {
    left: 0;
}

.pc .ui-slider-slide__container {
    padding: .625rem 5rem;
    left: 0;
}

.ui-slider-slide__title {
    color: #faaa02;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2.625rem;
    text-transform: uppercase;
}

.ui-slider-slide__text {
    color: #fff;
    line-height: 1rem;
    margin-top: .625rem;
}

.pc .ui-slider-slide__text {
    font-size: 1rem;
}

.bingo-games .banner-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 50%;
}

.bingo-games .bingo-banner .banner-img {
    height: 190px;
    position: relative;
    width: 489px;
}

    .bingo-games .bingo-banner .banner-img img {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .bingo-games .bingo-banner .banner-img.banner-left img {
        right: 0;
    }

.slots .play-icon {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .slots .play-icon .play-icon-hover {
        background-color: hsla(0, 0%, 100%, .2);
        border-radius: 50%;
        font-size: 0;
        height: 50px;
        position: relative;
        width: 50px;
    }

/*#region mobile*/
.mobile .ui-slider-slide__container {
    padding: .625rem 3rem;
    top: 20px;
    left: 0;
}

.mobile .ui-slider-slide__text {
    font-size: .875rem;
}

.mobile .bingo-games .bingo-banner .banner-img img {
    width: 100% !important;
    height: 100% !important;
}

.mobile .bingo-games .bingo-banner .banner-img img {
    right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.mobile .slots .play-icon .play-icon-hover {
    width: 40px;
    height: 40px;
}

    .mobile .slots .play-icon .play-icon-hover img {
        width: 40px !important;
        height: 40px !important;
    }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .mobile .bingo-games .bingo-banner .banner-img {
        width: 220px;
        height: 120px;
    }
}

@media only screen and (max-width: 700px) {
    .mobile .bingo-games .bingo-banner .banner-img {
        width: 220px;
        height: 120px;
    }
}

@media only screen and (max-width: 800px) {
    .mobile .bingo-games .bingo-banner .banner-img {
        width: 220px;
        height: 120px;
    }

        .mobile .bingo-games .bingo-banner .banner-img img {
            width: 150% !important;
        }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 800px) {
    .mobile .bingo-games .bingo-banner .banner-img {
        width: 220px;
        height: 120px;
    }
}
/*#endregion*/

/*#endregion*/

/*#region desktop*/
.site .slots {
    position: relative;
    min-height: 500px;
}

.site .casino .info {
    padding: .5rem .5rem;
}
/*#endregion*/

/*#region mobile*/
.mobile .casino .info {
    padding: 0.5rem 0.5rem;
}

.mobile.rtl .casino .info {
    text-align: right;
}


.slots {
    position: relative;
}

    .slots .category {
        margin: 5px auto 0;
    }

        .slots .category .main {
            background: #333;
        }

            .slots .category .main .btn {
                display: block;
                float: left;
                width: 25%;
                user-select: none;
                box-sizing: border-box;
            }

.rtl .slots .category .main .btn {
    float: left;
}

.slots .category .searchBox {
    padding: 0 !important;
    height: 40px !important;
}

.slots .searchBox img {
    float: left;
    height: 16px;
    width: 16px;
    padding: 7px 8px;
}

.rtl .slots .searchBox img {
    float: left;
}

.slots .category .searchBox img {
    padding: 12px;
}

.slots .searchBox input:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.slots .category .btn {
    display: block;
    border: 0;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 40px;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.slots .category .searchBox .filterGame {
    vertical-align: top;
    border: 0;
    width: calc(100% - 40px);
    height: 40px;
    font-weight: 700;
    text-indent: 5px;
    border-radius: 0 !important;
    box-sizing: border-box;
}

.slots .category .main .btn:not(.searchBox) {
    padding: 0;
    box-sizing: border-box;
    border-right: 1px solid #000;
}

.rtl .slots .category .main .btn:not(.searchBox) {
    border-right: 0 !important;
}

.rtl .slots .category .main .btn:not(.searchBox) {
    border-left: 1px solid #000;
}

.slots .category .main .btn:last-child {
    border-left: none !important;
}

.slots .category .groups {
    background: #545252;
}

.slots .category .groups {
    width: 100%;
}

.slots .VueCarousel {
    background: rgba(0,0,0,.3);
    border-radius: .25rem;
    box-sizing: border-box;
}

.slots .VueCarousel-wrapper {
    border-radius: 0.25rem;
}

    .slots .VueCarousel-wrapper .slide {
        border-radius: .25rem;
    }

.slots .VueCarousel-slide {
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #000;
    background-color: #545252;
    cursor: pointer;
}

    .slots .VueCarousel-slide:last-child {
        border-right: 0;
    }

.rtl .slots .VueCarousel-slide {
    border-right: 0 !important;
    border-left: 1px solid #000;
}

    .rtl .slots .VueCarousel-slide:first-child {
        border-left: 0;
    }

.slots .VueCarousel-navigation-button {
    width: 25px;
    padding: 13.5px 8px !important;
    font-size: 10px !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}

body.casino .slots .VueCarousel-navigation-button {
    height: 40px;
    background: #9e9e9e;
}

.slots .VueCarousel-navigation-button:focus {
    outline: none !important;
}

.slots .VueCarousel-navigation-button:hover {
    background: #fdd100 !important;
}

.slots .VueCarousel-navigation-prev,
.slots .VueCarousel-navigation-next {
    transform: translateY(-50%) translateX(0) !important;
}

.slots .disabled {
    opacity: .5;
    cursor: default !important;
}

.mobile .slots .category .searchBox {
    position: static;
}

.mobile .slots .category .main .btn.searchBox {
    width: auto;
    border-bottom: none;
    border-right: none;
}

.rtl.mobile .slots .category .main .btn.searchBox {
    border-bottom: none;
    border-right: 1px solid #333;
    border-left: none;
}

.mobile .slots .category .searchBox .filterGame {
    width: calc(100% - 40px);
}

.mobile .slots .category .searchBox.focus .filterGame {
    position: absolute;
    left: 40px;
    padding: 0 10px;
    transition: width .5s ease-in-out;
}

.mobile .slots .category .searchBox:not(.focus) .filterGame {
    width: 0;
}

.mobile .slots .category .main .btn {
    width: calc(33.333% - 13.66666px);
}

.v-hl-container[data-v-05174758]:not(.v-hl-scroll) {
    height: 42px;
    -webkit-clip-path: initial !important;
    clip-path: none !important;
}

.slots .group .group-content-inner {
    text-align: center;
}

.slots .group .games:not(.empty) {
    grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
}

.slots .group .games:after {
    display: block;
    content: '';
    clear: both;
}

.mobile .slots .group .game {
    width: 100%;
}

.slots .group .game {
    float: left;
    margin: .33%;
    width: 16%;
    cursor: pointer;
    box-sizing: border-box;
}

    .slots .group .game .imgWrapper {
        position: relative;
        overflow: hidden;
    }

        .slots .group .game .imgWrapper img {
            display: block;
            width: 100%;
            height: 154px;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .slots .group .game .imgWrapper:hover img {
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .slots .group .game .name {
        font-size: 14px;
        font-weight: bold;
        line-height: 25px;
        display: block;
        padding: 0 10px;
        text-align: center;
        height: 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .slots .group .game .imgWrapper .game-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        transition: .3s ease-out;
        opacity: 0;
        visibility: hidden;
    }

    .slots .group .game .imgWrapper:hover .game-overlay {
        visibility: visible;
        opacity: 1;
    }

.slots .star {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 25px;
    height: 25px;
}

.star {
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-filter: invert(1);
    filter: invert(1);
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../../../Images/star_empty.svg');
}

    .star.fav {
        -webkit-filter: invert(0) !important;
        filter: invert(0) !important;
        background-image: url('../../../Images/star_orange.svg');
    }

.slots .group .game .imgWrapper .game-overlay .pl_link {
    position: absolute;
    width: 70%;
    margin: 0 auto;
    top: 60%;
    left: 0;
    right: 0;
    line-height: 40px;
    border-radius: 5px;
}

/*#region horizontal casinoline*/
.slots .vue-horizontal {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
}

    .slots .vue-horizontal .VueCarousel-slide .btn {
        min-width: 120px;
    }

.slots .v-hl-btn-prev {
    transform: translateX(-100%) !important;
}

.slots .v-hl-btn-next {
    transform: translateX(100%) !important;
}
/*#endregion*/

/*#region loader*/
#loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #293243;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 200px;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border-top-color: #3498db;
    border: 3px solid transparent;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border-top-color: #e74c3c;
        border: 3px solid transparent;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border-top-color: #f9c922;
        border: 3px solid transparent;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
/*#endregion*/

/*#region popup login*/
.casino .overlay,
.games .overlay,
.keno .overlay,
.rotator-games .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    transition: background-color 0.2s;
    z-index: 10;
}

.form1 {
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: 35%;
    margin-top: 18%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0px;
    opacity: 1.0;
}

.form2 {
    width: 500px;
    margin: auto;
    padding: 20px;
    background: #f7f7f7;
    font-family: Verdana;
    color: black;
    border-radius: 5px;
    box-sizing: border-box;
}

.login_text {
    float: left;
    width: 56%;
}

.close_button {
    float: right;
    width: 43%;
}

.login_head-inline {
    display: inline-block;
}

.btn_login {
    width: 100%;
    border-color: black;
    background-color: #ffe659;
    border: 1px solid #666;
    border-radius: 5px;
}

    .btn_login:hover {
        background-color: #e3c505;
    }

.lost {
    float: left;
    color: black;
}

.join {
    float: right;
    color: black;
}
/*#endregion*/

.slots {
    background: #1d1d27;
}

.SmartLobby * {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*#region AbstractHeader*/
.AbstractCategoryHeader {
    grid-row-gap: 1rem;
    grid-column-gap: 0;
    column-gap: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-bottom: calc(1rem - 1rem);
    position: relative;
    row-gap: 1rem;
}

    .AbstractCategoryHeader .abstract--navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 30px;
    }

.AbstractCategoryHeaderTitle {
    grid-column-gap: 1rem;
    align-items: center;
    column-gap: 1rem;
    display: grid;
    grid-auto-flow: column;
    margin-left: 8px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.l .AbstractCategoryHeaderTitl {
    margin-left: 8px;
}

.rtl .AbstractCategoryHeaderTitle {
    margin-right: 8px;
}

.AbstractCategoryHeaderTitle .typography--header-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*#endregion*/

.slots .games__container {
    transform: translate(0px, -47px);
}

/*#region navigation*/
.content-or-loader.svelte-1uofbko {
    display: inline-flex;
    position: relative;
    align-items: center;
    font-size: 12px;
}

.content-wrapper .content-or-loader {
    min-width: 60px;
}

.button.svelte-1epmied {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    font-weight: 600;
    touch-action: manipulation;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .2s,color .2s;
    flex-shrink: 0;
    border-radius: .25rem;
}

.button.variant-link.svelte-1epmied:not(.icon-only) .svg-icon-arrow {
    transition: color .2s;
    color: #b1bad3;
}
/*#endregion*/

/*#region new casino*/
.casino {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 32px !important;
}

.mobile .casino {
    gap: 24px;
    padding: 12px 0;
}

/*#region s-rotator-casino*/
.s-rotator.s-casino ul {
    display: flex;
    width: calc(var(--numberOfPages) * 320px + 8px * (var(--numberOfPages) - 1));
}

    .s-rotator.s-casino ul .rotator-page {
        width: 320px;
        height: 180px;
    }

.s-rotator.s-casino .s-casino-item {
    height: 100%;
    position: relative;
    background: #000000;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.s-casino .s-gradient-base {
    position: absolute;
    width: 320px;
    height: 180px;
    background: linear-gradient(74.7deg, rgba(0, 0, 0, 0) 27.26%, #000000 97.89%);
}

.s-casino .s-gradient-top {
    position: absolute;
    right: 0;
    width: 184px;
    height: 16px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.s-casino .s-ellipse {
    width: 268px;
    height: 194px;
    left: -105px;
    top: -104px;
    background: linear-gradient(262.31deg, rgba(255, 174, 0, 0) 11.74%, #FFAE00 52.52%);
    filter: blur(20px);
    transform: rotate(-30deg);
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

.s-casino .s-gradient-left {
    position: absolute;
    left: 0;
    width: 240px;
    height: 180px;
    z-index: 2;
    background: linear-gradient(262deg, rgba(0, 0, 0, 0) 27.63%, #000000 85.57%);
}

.s-rotator.s-casino .rectangle-left {
    position: absolute;
    left: 0;
    width: 240px;
    height: 180px;
    z-index: 2;
}

    .s-rotator.s-casino .rectangle-left ._title {
        position: absolute;
        top: 20px;
        left: 20px;
        display: flex;
        flex-direction: column;
        text-align: left;
        color: #FFFFFF;
    }

        .s-rotator.s-casino .rectangle-left ._title span:first-child {
            line-height: 125%;
            font-size: 18px;
            font-weight: 400;
        }

        .s-rotator.s-casino .rectangle-left ._title span:last-child {
            line-height: 125%;
            font-size: 18px;
            font-weight: 700;
        }

    .s-rotator.s-casino .rectangle-left .learn-more {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: 96px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 8px;
        background: #27AF4C;
        box-sizing: border-box;
    }

        .s-rotator.s-casino .rectangle-left .learn-more span {
            font-size: 14px;
            font-weight: 500;
            color: #FFFFFF;
        }

.s-rotator.s-casino .s-casino-item img {
    position: absolute;
    top: 5px;
    left: 65px;
}
/*#endregion*/

/*#region search */
.c-search-sector {
    display: flex;
    flex-direction: column;
}

.pc .c-search-sector {
    gap: 24px;
}

.mobile .c-search-sector {
    gap: 20px;
}

.c-search-sector .c-search-container {
    display: flex;
    align-items: center;
    padding-right: 12px;
    padding-left: 12px;
    gap: 8px;
    border-radius: 68px;
    border: 1px solid #63636369;
    box-sizing: border-box;
}

.pc .c-search-sector .c-search-container {
    height: 40px;
    background: var(--background-search);
}

.mobile .c-search-sector .c-search-container {
    margin: 0 12px;
    height: 40px;
    background: var(--background-search);
}

.c-search-sector .c-search-icon {
    width: 16px;
    height: 16px;
}

.c-search-sector input,
.scroll-container input {
    padding: 0;
    margin: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 30px;
    line-height: 100%;
    color: #FFFFFF !important;
    background: transparent;
    opacity: 56%;
    border: 0;
}
/*#endregion*/

/*#endregion*/

/*#region casino*/
.pc .special,
.mobile .special .casino {
    background: var(--background-casino);
}

.pc .casino {
    gap: 24px;
}

.pc .c-general-grouping {
    margin: 0;
    border-radius: 100px;
}

    .pc .c-general-grouping .c-group {
        height: 44px;
    }

.pc .slider-wrp {
    padding: 0;
}
/*#endregion*/

/*#region general-grouping-swiper*/
.c-general-grouping {
    padding: 4px;
    height: 52px;
    background: var(--background-search);
    box-sizing: border-box;
}

.mobile.ltr-dir .c-general-grouping {
    margin: 0 0 0 12px !important;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.mobile.rtl-dir .c-general-grouping {
    margin: 0 12px 0 0 !important;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.c-general-grouping .swiper-wrapper {
    gap: 4px;
}

.c-general-grouping .c-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 16px;
    border-radius: 60px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

    .c-general-grouping .c-group.active {
        opacity: 1;
    }

    .c-general-grouping .c-group .c-icon {
        width: 16px;
        height: 16px;
        color: #848484;
    }

    .c-general-grouping .c-group.active .c-icon {
        color: #FFD200;
    }

    .c-general-grouping .c-group span {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        height: 16px;
        color: #FFFFFF; /* #848484;*/
        white-space: nowrap;
    }

    .c-general-grouping .c-group.active,
    .c-general-grouping .c-group:hover {
        background: var(--background-active);
    }

.active .c-icon,
.pc .c-general-grouping .c-group:hover .c-icon {
    color: #FFD200;
}

.c-general-grouping .c-group.active span,
.c-general-grouping .c-group:hover span {
    color: #FFFFFF;
}

._container_1hvun_1 {
    -webkit-user-select: none;
    user-select: none;
    cursor: grab;
    display: flex;
    justify-content: center;
    max-width: 100%;
}

._swiperContainer_1i6at_1 {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 768px) {
    ._swiperContainer_1i6at_1 {
        position: relative;
        padding: 0;
        margin: 0;
    }
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    display: block;
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transform: translateZ(0);
    box-sizing: content-box;
}

    .swiper-wrapper:first-child {
        scroll-snap-align: none !important;
    }

.swiper > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: none !important;
}

.swiper > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
}

.r-header__nav__more {
    display: flex;
    align-items: center;
    position: absolute;
    padding-right: 10px;
    z-index: 1;
}

    .r-header__nav__more.js-r-header-nav-prev {
        display: flex;
        justify-content: flex-start;
        padding-left: 10px;
        left: 0;
        top: 0;
        bottom: 4px;
        width: 25px;
        height: 44px;
        margin-top: 7px;
        transition: opacity .2s;
        cursor: pointer;
    }

    .r-header__nav__more.js-r-header-nav-next {
        justify-content: flex-end;
        padding-right: 10px;
        right: 0;
        top: 0;
        bottom: 4px;
        width: 25px;
        height: 44px;
        margin-top: 7px;
        transition: opacity .2s;
        cursor: pointer;
    }

.r-header__nav__more--hidden {
    /*    opacity: 0;
    pointer-events: none;*/
}

.r-header__nav__more .styles-arrow-left {
    transform: rotate(-180deg);
}

.r-header__nav__more img {
    width: 16px;
    font-size: 16px;
    filter: invert(40%) sepia(558%) saturate(500%) hue-rotate(20deg) brightness(200%) contrast(90%);
}

.r-header__nav__more:hover img,
.r-header__nav__more:active img {
    filter: invert(40%) sepia(558%) saturate(00%) hue-rotate(20deg) brightness(200%) contrast(90%);
}

._categoryTag_kshuj_1 {
    display: flex;
    box-sizing: border-box;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 20px;
    background-color: #ffffff14;
    font-family: Tahoma, Geneva, sans-serif;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 13px;
    letter-spacing: .2px;
    line-height: 15px;
    transition: color .2s ease-in-out,background-color .2s ease-in-out;
}

    ._categoryTag_kshuj_1:hover,
    ._categoryTag_kshuj_1.active {
        background-color: #fff9;
        color: #000 !important;
    }
/*#endregion*/

/*#region category-tab-wrapper*/
.category-tab-wrapper.svelte-ox0s96 {
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 12px;
    transform: translate(0px, -47px);
}

.scrollX {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    -moz-transform: none !important;
    scrollbar-width: thin;
}

.scrollY,
.scrollX {
    scrollbar-color: var(--grey-400) transparent;
}

.tabs-wrapper.svelte-ufxuoa.svelte-ufxuoa {
    position: relative;
    display: flex;
    border-radius: 0.25rem;
    z-index: 2;
}

.l .tabs-wrapper.svelte-ufxuoa.svelte-ufxuoa,
.r .tabs-wrapper.svelte-ufxuoa.svelte-ufxuoa {
    justify-content: center;
}

._searchBG_g9ck5_118 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .6;
    border-radius: .25rem;
    transition: opacity .5s ease-in-out;
}

.tabs-wrapper.svelte-ufxuoa .slider.svelte-ufxuoa {
    display: flex;
    padding: 5px;
    flex-shrink: 0;
    border-radius: .25rem;
}

.tabs-wrapper.svelte-ufxuoa .content-wrapper.svelte-ufxuoa {
    display: flex;
}

.link.svelte-14e5301 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    font-weight: 600;
    touch-action: manipulation;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .2s,color .2s;
    flex-shrink: 0;
    border-radius: .25rem;
}

.link.align-left.svelte-14e5301 {
    justify-content: flex-start;
}

.link.size-md.svelte-14e5301 {
    font-size: .875rem;
    padding: 5px 10px;
}

.tabs-wrapper.svelte-ufxuoa .content-wrapper.svelte-ufxuoa > *:first-child {
    margin-left: 0;
}

.content-or-loader.svelte-1uofbko {
    display: inline-flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.svg-icon-category,
.svg-icon-providers {
    pointer-events: none;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    flex-shrink: 0;
    display: inline-block;
    width: 1em;
    height: 1em;
}

.link.variant-tabmenu.svelte-14e5301 {
    background: 0 0;
    box-shadow: 0rem .0625rem .1875rem #00000033, 0rem .0625rem .125rem #0000001f;
    box-shadow: none;
}

    .link.variant-tabmenu.svelte-14e5301:not(.icon-only) .svg-icon-category {
        height: 20px;
        width: 20px;
        transition: .2s;
    }

.AbstractCategoryHeader .svg-icon-providers {
    transition: .2s;
    color: #f4d416;
}

.link.variant-tabmenu.icon-only.active.svelte-14e5301 .svg-icon-category {
    color: #ffffff;
}

.link.variant-tabmenu.icon-only.svelte-14e5301 .svg-icon-category {
    transition: color .2s;
    color: #ffffff;
}

.link.variant-tabmenu.size-md.align-left.rounded.svelte-14e5301:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 5px;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    transition: width .24s,left .24s;
}

.link.variant-tabmenu.size-md.align-left.rounded.svelte-14e5301.active:before {
    left: 25%;
    width: 50%;
}

.provider-container.form-control-label {
    align-items: center;
    caret-color: hsla(0,0%,100%,.9);
    display: flex;
    height: 100%;
    justify-content: flex-end;
    position: relative;
}

.slots .provider-container i.small-arrow-down {
    background-image: url(../../Images/down-arrow.svg);
    background-position: 60%;
    background-repeat: no-repeat;
    background-size: 60%;
    cursor: pointer;
    -moz-filter: invert(40%) sepia(258%) saturate(600%) hue-rotate(346deg) brightness(200%) contrast(60%);
    -ms-filter: invert(40%) sepia(258%) saturate(600%) hue-rotate(346deg) brightness(200%) contrast(60%);
    -o-filter: invert(40%) sepia(258%) saturate(600%) hue-rotate(346deg) brightness(200%) contrast(60%);
    filter: invert(40%) sepia(258%) saturate(600%) hue-rotate(346deg) brightness(200%) contrast(60%);
    height: 24px;
    opacity: .6;
    position: absolute;
    transform: rotate(0deg);
    transition: all .24s ease;
    width: 24px;
}

.l .slots .provider-container i.small-arrow-down {
    right: 6px;
}

.rtl .slots .provider-container i.small-arrow-down {
    left: 6px;
    filter: invert(40%) sepia(258%) saturate(80%) hue-rotate(140deg) brightness(11%) contrast(60%);
}

.slots .provider-container i.small-arrow-down.active {
    display: block;
    transform: rotate(180deg);
    transition: all .24s ease;
}

.provider-container .form-control-select {
    -webkit-padding-start: 10px;
    -webkit-padding-end: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    border-radius: 4px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(240 194 10);
    cursor: pointer;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    height: 100%;
    outline: none;
    overflow: hidden;
    padding: 2px 10px 0;
    text-align: center;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

    .provider-container .form-control-select > option {
        background: #222;
        color: hsla(0,0%,100%,.9);
    }

/*#region search-wrap*/
.search-wrap.svelte-o7w8d3 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    touch-action: pan-x;
    margin-top: 12px;
    opacity: 0;
}

    .search-wrap.svelte-o7w8d3::placeholder {
        color: red;
    }

.input-wrap.svelte-novipq.svelte-novipq {
    display: flex;
    align-items: center;
    margin: 0;
    width: calc(100% - 4px);
    border-radius: 0.25rem;
    letter-spacing: 0;
    font-weight: 600;
    transition: all .25s;
    outline: 0;
    cursor: text;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: .875rem;
    z-index: 2;
    height: 35px;
}

.search-icon.svelte-novipq.svelte-novipq {
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 1.25rem;
    color: rgb(61, 61, 61);
}

.l .search-icon.svelte-novipq.svelte-novipq {
    padding-left: 10px;
}

.rtl .search-icon.svelte-novipq.svelte-novipq {
    padding-right: 10px;
}

input.svelte-novipq.svelte-novipq {
    width: 100%;
    outline: 0;
    font-weight: 700;
    background: hsl(0deg 0% 100% / 0%);
    color: rgb(0 0 0);
    padding: 0.5rem;
    border: 0;
    cursor: text;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    input.svelte-novipq.svelte-novipq::placeholder {
        color: rgb(61, 61, 61);
    }

    input.svelte-novipq.svelte-novipq::-ms-input-placeholder {
        color: rgb(61, 61, 61);
    }

.cross-icon.svelte-novipq.svelte-novipq {
    display: flex;
    align-items: center;
    padding-right: 10px;
    background: 0 0;
    font-size: 1.25rem;
}

.l .cross-icon.svelte-novipq.svelte-novipq {
    padding-right: 10px;
}

.rtl .cross-icon.svelte-novipq.svelte-novipq {
    padding-left: 10px;
}

.button.variant-subtle-link.svelte-1epmied:not(.icon-only) .svg-icon-category {
    height: 14px;
    transition: .2s;
    color: rgb(61, 61, 61);
}

.button.variant-subtle-link.svelte-1epmied:not(.icon-only):hover:not(.disabled):not(.active) .svg-icon-category {
    color: #292932;
}
/*#endregion*/

/*#endregion*/

/*#region providers in pc*/
.slots .provider-container .form-control-filter {
    display: inline-flex;
    float: right;
    height: 28px;
    position: relative;
}

.slots .provider-container .market-options {
    -webkit-overflow-scrolling: touch;
    border-radius: 4px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.3), inset 0 0 0 300px hsla(0,0%,100%,.05);
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    max-height: 30vh;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    top: 100%;
    will-change: scroll-position;
    z-index: 1;
}

.l .slots .provider-container .market-options {
    right: 0;
}

.rtl .slots .provider-container .market-options {
    left: 0;
}

.slots .provider-container .form-control-label {
    -webkit-padding-start: 15px;
    align-items: center;
    background: 0 0;
    background: hsla(0,0%,100%,.1);
    border-radius: 4px;
    color: hsla(0,0%,100%,.9);
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    transition: background .24s;
    width: 140px;
    height: 100%;
    justify-content: flex-end;
    caret-color: hsla(0,0%,100%,.9);
}

.l .slots .provider-container .form-control-label {
    padding: 2px 50px 0 15px;
}

.rtl .slots .provider-container .form-control-label {
    padding: 2px 15px 0 50px;
}

.slots .provider-container .market-options label {
    -webkit-padding-start: 10px;
    -webkit-padding-end: 10px;
    align-items: center;
    background: hsla(0,0%,100%,.1);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 30px;
    margin-top: 2px;
    min-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    transition: background .24s;
    white-space: nowrap;
}

    .slots .provider-container .market-options label:first-child {
        margin-top: 0;
    }

    .slots .provider-container .market-options label.active,
    .slots .provider-container .market-options label:hover {
        background: hsla(0,0%,100%,.2);
    }

.slots .provider-container .form-control-label span {
    color: rgb(240 194 10);
}

.slots .provider-container .market-options {
    background: #9e5220;
}

    .slots .provider-container .market-options label.active,
    .slots .provider-container .market-options label:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .slots .provider-container .market-options label:first-child {
        margin-top: 0;
    }

    .slots .provider-container .market-options label p {
        font-size: 12px;
        color: #fff;
        line-height: 16px;
        flex: auto;
        user-select: none;
    }

    .slots .provider-container .market-options::-webkit-scrollbar {
        width: 4px;
        height: 6px;
    }

    .slots .provider-container .market-options::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 4px;
    }

    .slots .provider-container .market-options::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

    .slots .provider-container .market-options::selection {
        color: #ffffff;
        background: #a71f67;
    }
/*#endregion*/

/*#region filters A-Z/providers*/
.casino ._providers_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.pc .casino ._providers_container {
    gap: 16px;
}

.mobile .casino ._providers_container {
    gap: 12px;
    margin: 0 12px;
}

/*#region button-select*/
.casino ._providers_container button.button-select {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 32px;
    font-size: 14px;
    border-radius: 68px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
    cursor: pointer;
}

.ltr-dir .casino ._providers_container button.button-select {
    padding: 0 8px 0 12px;
}

.rtl-dir .casino ._providers_container button.button-select {
    padding: 0 12px 0 8px;
}

@media (hover: hover) and (pointer: fine) and (min-width: 640px) {
    .casino ._providers_container button:hover {
        filter: brightness(1.05);
    }
}

.casino ._providers_container button ._title {
    flex-shrink: 0;
    opacity: 56%;
}

.casino ._providers_container button ._collapse_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ltr-dir .casino ._providers_container button ._collapse_arrow {
    margin-left: auto;
}

.rtl-dir .casino ._providers_container button ._collapse_arrow {
    margin-right: auto;
}
/*#endregion*/

/*#region select-options*/
.mobile .select-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 500;
}

/*#region pop-title*/
.casino .pop-title {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    box-sizing: border-box;
    z-index: 1000;
}

    .casino .pop-title span {
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 500;
    }

.casino .pop-close {
    position: absolute;
    cursor: pointer;
}

.ltr-dir .casino .pop-close {
    right: 0;
}

.rtl-dir .casino .pop-close {
    left: 0;
}

/*#endregion*/

.casino ._providers_container .select-options {
    display: block;
    position: absolute;
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 10000;
}

.pc .casino ._providers_container .select-options {
    top: 40px;
    padding: 8px 8px 8px;
    width: 100%;
    max-height: 20rem;
}

    .pc .casino ._providers_container .select-options.--filter {
        padding-bottom: 8px;
    }

.mobile .casino ._providers_container .select-options {
    top: auto;
    bottom: 0;
    padding: 0 16px 0;
    width: 100%;
    max-height: 80%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .mobile .casino ._providers_container .select-options.--filter {
        padding-bottom: 16px;
    }

.casino ._providers_container .scroll-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/*#region search input*/
.casino ._providers_container .input {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    border-radius: 8px;
    transition: all .35s cubic-bezier(.36, .66, .04, 1);
}

.ltr-dir .casino ._providers_container .input {
    padding-left: 8px;
    padding-right: 3px;
}

.rtl-dir .casino ._providers_container .input {
    padding-right: 8px;
    padding-left: 3px;
}

.casino ._providers_container .input > input {
    flex: 1;
    outline: none;
}

.casino ._providers_container .input .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    order: -9999;
    opacity: .56;
}
/*#endregion*/

/*#region button.checkbox*/
.casino ._providers_container button.radio,
.casino ._providers_container button.checkbox {
    display: flex;
    flex: none;
    align-items: center;
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    cursor: pointer;
}

.casino ._providers_container button.checkbox {
    margin-bottom: 4px;
    padding: 0 12px;
}
/*#endregion*/

/*#region checkbox*/
.casino ._providers_container .cbx {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

    .casino ._providers_container .cbx span:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 5px;
        width: 24px;
        height: 24px;
        border-radius: 4px;
        box-sizing: border-box;
        transition: all .15s ease;
    }

        .casino ._providers_container .cbx span:first-child svg {
            fill: none;
            stroke: #000;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 16px;
            stroke-dashoffset: 16px;
            transform: translateZ(0);
            transition: all .15s ease;
            transition-delay: .1s;
        }

    .casino ._providers_container .cbx span:last-child {
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 500;
    }

.ltr-dir .casino ._providers_container .cbx span:last-child {
    margin-right: auto;
}

.rtl-dir .casino ._providers_container .cbx span:last-child {
    margin-left: auto;
}
/*#endregion*/

/*#region sticky clear*/
.casino ._providers_container .sticky-clear {
    position: sticky;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    cursor: pointer;
}

.pc .casino ._providers_container .sticky-clear {
    height: 40px;
}

.mobile .casino ._providers_container .sticky-clear {
    height: 56px;
    border-bottom-width: 16px;
    border-bottom-style: solid;
    border-bottom-color: #262626;
}

.casino ._providers_container .sticky-clear > div {
    background: #333333;
}

.casino ._providers_container .sticky-clear svg {
    display: block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.casino ._providers_container .sticky-clear span {
    height: 18px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}
/*#endregion*/

/*#region button.radio*/
.ltr-dir .casino ._providers_container button.radio {
    padding: 0 8px 0 12px;
}

.rtl-dir .casino ._providers_container button.radio {
    padding: 0 12px 0 8px;
}

.casino ._providers_container button.radio span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}

.casino ._providers_container button.radio:before {
    content: "";
    display: block;
    flex: none;
    transition-property: all;
    transition-duration: .15s;
    border-radius: 100rem;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    order: 100;
    border-width: 1.5px;
    border-style: solid;
    box-sizing: border-box;
}

.ltr-dir .casino ._providers_container button.radio:before {
    margin-left: auto;
    margin-right: 0;
}

.rtl-dir .casino ._providers_container button.radio:before {
    margin-left: 0;
    margin-right: auto;
}

.casino ._providers_container button.radio.active:before {
    border-width: 5px;
}

/*#endregion*/

.casino ._providers_container button.checkbox.active,
.casino ._providers_container button.radio.active {
    background: #333333;
}

.scroll-y::-webkit-scrollbar {
    height: 4px;
    width: 8px;
}

.scroll-y::-webkit-scrollbar-thumb {
    background-color: #0000004d;
    border-radius: 4px;
}

.scroll-y::-webkit-scrollbar-track {
    background: transparent;
}
/*#endregion*/

/*#region catgories*/
.c-general-grouping .s-headernav-more.js-mch-headernav-next,
.c-general-grouping .s-headernav-more.js-mch-headernav-prev {
    top: 0;
    bottom: 0;
    width: 30px;
    height: 52px;
    color: #848484;
    transition: opacity .2s;
    z-index: 2;
    cursor: pointer;
}

.ltr-dir .c-general-grouping .s-headernav-more.js-mch-headernav-prev {
    display: flex;
    left: 0;
    justify-content: flex-start;
    background: linear-gradient(90deg, #262626 50%, rgba(67, 67, 67, 0) 100%);
}

.ltr-dir .c-general-grouping .s-headernav-more.js-mch-headernav-next {
    right: 0;
    background: linear-gradient(270deg, #262626 50%, rgba(67, 67, 67, 0) 100%);
}

.rtl-dir .c-general-grouping .s-headernav-more.js-mch-headernav-prev {
    justify-content: flex-start;
    right: 0;
    padding-right: 12px;
    background: linear-gradient(270deg, #262626 50%, rgba(67, 67, 67, 0) 100%);
}

.rtl-dir .c-general-grouping .s-headernav-more.js-mch-headernav-next {
    display: flex;
    left: 0;
    padding-right: 0;
    padding-left: 12px;
    background: linear-gradient(90deg, #262626 50%, rgba(67, 67, 67, 0) 100%);
}

    .rtl-dir .c-general-grouping .s-headernav-more.js-mch-headernav-prev svg,
    .rtl-dir .c-general-grouping .s-headernav-more.js-mch-headernav-next svg {
        transform: rotate(180deg)
    }
/*#endregion*/

/*#endregion*/

.animating .slots .animate_show_search {
    animation: 250ms linear 0ms 1 normal both running __movingDown;
}

.animating .slots .animate_visible_search {
    animation: 250ms linear 0ms 1 normal both running __showing;
}

.animating .slots .animate_hide_search {
    animation: 250ms linear 0ms 1 normal both running __movingUp;
}

.animating .slots .animate_opacity_search {
    animation: 250ms linear 0ms 1 normal both running __hiding;
}

/*#region category slider*/
._categorySlider {
    display: flex;
    flex-direction: column;
    background-color: unset;
    border-radius: 0px;
}

    ._categorySlider .title-wrp {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

.mobile ._categorySlider .title-wrp {
    padding: 0 12px;
}

.casino .title-wrp__link {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .casino .title-wrp__link .c-icon {
        width: 20px;
        height: 20px;
        color: #848484;
    }

    .casino .title-wrp__link .__title {
        flex: none;
        order: 1;
        flex-grow: 0;
        height: 28px;
        line-height: 28px;
        font-size: 20px;
        font-weight: 600;
        color: #FFFFFF;
    }

.casino ._direction {
    display: flex;
    gap: 12px;
}

.ltr-dir .casino ._direction {
    margin-left: auto;
}

.rtl-dir .casino ._direction {
    margin-right: auto;
}
/*view all*/
._view_all {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    height: 35px;
    border-radius: 60px;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: border-color 0.3s;
    cursor: pointer;
}

    .pc ._view_all:hover,
    ._view_all:active {
        border: 0.5px solid rgba(255, 255, 255, 0.15);
    }

    ._view_all span {
        height: 14px;
        line-height: 16px;
        flex-shrink: 0;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
    }

.arrowsContainer {
    display: contents;
}

    .arrowsContainer .swiper-buttons {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-left: auto;
    }

        .arrowsContainer .swiper-buttons .swiper-button-prev,
        .arrowsContainer .swiper-buttons .swiper-button-next {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 35px;
            border-radius: 60px;
            box-sizing: border-box;
            cursor: pointer;
        }

        .arrowsContainer .swiper-buttons svg,
        ._view_all svg {
            transition: opacity 0.3s;
        }

.rtl-dir ._view_all svg {
    transform: rotate(180deg);
}

.arrowsContainer .swiper-buttons .swiper-button-disabled svg {
    opacity: .15;
}

.ltr-dir .arrowsContainer .swiper-buttons .swiper-button-prev {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
    border-style: solid;
    border-top: 0.5px solid rgba(255, 255, 255, 0.1);
    border-right: 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
    border-left: 0.5px solid rgba(255, 255, 255, 0.1);
}

.ltr-dir .arrowsContainer .swiper-buttons .swiper-button-next {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
}

.rtl-dir .arrowsContainer .swiper-buttons .swiper-button-prev {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
}

.rtl-dir .arrowsContainer .swiper-buttons .swiper-button-next {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
    border-style: solid;
    border-top: 0.5px solid rgba(255, 255, 255, 0.1);
    border-right: 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
    border-left: 0.5px solid rgba(255, 255, 255, 0.1);
}

.arrowsContainer .swiper-buttons i {
    width: 20px;
    height: 20px;
}

.rtl-dir .arrowsContainer .swiper-buttons i {
    transform: rotate(180deg);
}
/*#endregion*/

/*#region slider-wrp */
.wrapper-containers {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pc .wrapper-containers.__providers {
    margin-top: 32px;
}

.mobile .wrapper-containers.__providers {
    margin-top: 24px;
}

.mobile .slider-wrp {
    padding-right: 8px;
    padding-left: 8px;
}

.slider-wrp .swiper-wrapper {
    display: flex;
    padding-top: 12px;
}

.mobile .slider-wrp .swiper-wrapper {
    margin-left: -4px;
    margin-right: -4px;
    width: calc(var(--numberOfPages) * 160 + 8px * (var(--numberOfPages) - 1));
}

.pc .slider-wrp .swiper-wrapper {
    width: calc(var(--numberOfPages) * 184 + 8px * (var(--numberOfPages) - 1));
}

.slider-wrp .swiper-slide {
    gap: 8px;
    cursor: pointer
}

.slider-wrp .swiper-horizontal .swiper-slide {
    padding-right: 4px;
    padding-left: 4px;
}

.mobile .slider-wrp .swiper-horizontal .swiper-slide {
    width: 160px;
}

.pc .slider-wrp .swiper-horizontal .swiper-slide {
    width: calc(25% - 8px);
}

.casino .game-wrp {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.casino .img-wrp {
    position: relative;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
}

.casino .img-wrp,
.slider-wrp .provider-img-wrp {
    will-change: transform;
    transition-property: all;
    transition-duration: .15s;
}

@media (hover: hover) {
    .casino .img-wrp:hover,
    .slider-wrp .provider-img-wrp:hover {
        transform: translateY(-4%);
    }
}

@media (max-width: 500px) {
    .mobile .slider-wrp .swiper-horizontal .swiper-slide {
        width: calc(50% - 8px);
    }
}

.casino .img-wrp {
    aspect-ratio: 4/3; /* or whatever ratio your images use */
    overflow: hidden;
}

    .casino .img-wrp img {
        position: absolute;
        display: block;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 4 / 3;
        border-radius: 8px;
        background-color: #262626;
    }

    /* create placeholder aspect ratio */
    .casino .img-wrp::before {
        content: "";
        display: block;
        padding-top: 75%; /* 3/4 = 0.75 → 75% */
    }

.casino .game-wrp .game-info p.title {
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
    word-break: break-word;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ltr-dir .casino .game-wrp .game-info p.title {
    text-align: left;
}

.rtl-dir .casino .game-wrp .game-info p.title {
    text-align: right;
}

.casino .game-wrp .game-info p.description {
    line-height: 14px;
    font-size: 13px;
    font-weight: 500;
    color: #848484;
    overflow: hidden;
    text-overflow: ellipsis;
}

.playing {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #17FA17;
}

.slider-wrp .provider-img-wrp {
    height: 80px;
    background: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

/*#endregion*/

.pc .casino ._wrp__provider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.mobile .casino ._wrp__provider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
    padding: 0 12px;
}

    .mobile .casino ._wrp__provider .c-search-container {
        margin: 0;
    }


.casino ._wrp__provider .title-wrp__link .__arrow-icon {
    flex: none;
    order: 1;
    flex-grow: 0;
    width: 24px;
    height: 24px;
}

.rtl-dir .casino ._wrp__provider .title-wrp__link .__arrow-icon img {
    transform: rotate(180deg);
}

.pc ._wrp__provider .c-search-sector {
    min-width: 320px;
}

/*#region card-list for provider*/
.casino .card-list {
    display: grid;
}

.pc .casino .card-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 32px 8px;
}

.mobile .casino .card-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 24px 8px;
    padding: 0 12px;
}

    .mobile .casino .card-list .img-wrp {
        height: auto;
    }

        .mobile .casino .card-list .img-wrp img {
            object-fit: cover;
            aspect-ratio: 4 / 3;
        }
/*#endregion*/


/*#load more*/
.__more_container {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

    .__more_container .__more {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 220px;
        height: 40px;
        border: 0;
        border-radius: 100px;
        background: #262626;
        cursor: pointer;
    }

        .__more_container .__more span {
            height: 18px;
            line-height: 18px;
            font-size: 14px;
            font-weight: 500;
            color: #FFFFFF;
        }
/*#endregion*/

/*#region sort/providers dropdowns*/
.casino ._providers_container button.button-select {
    color: var(--white-color);
    background-color: #262626;
    border: 1px solid rgba(99, 99, 99, 0.41);
}

.casino .pop-title {
    background: #262626;
}

    .casino .pop-title span {
        color: var(--white-color);
    }

.casino .pop-close {
    color: #848484;
    border: 1px solid rgba(99, 99, 99, 0.41);
}

/*#region select-options*/
.casino ._providers_container .select-options {
    background-color: #262626;
    box-shadow: 0 4px 6px -1px #00000014, 0 2px 4px -1px #0000000f;
}

.casino ._providers_container .input {
    color: var(--white-color);
    background-color: transparent;
    border: 1px solid rgba(99, 99, 99, 0.41);
}

    .casino ._providers_container .input:focus-within {
        border-color: var(--theme-color);
    }

.casino ._providers_container .cbx span:first-child {
    color: #848484;
    border: 1.5px solid rgba(99, 99, 99, 0.41);
}

.casino ._providers_container .cbx span:last-child {
    color: var(--white-color);
}

.casino ._providers_container button.radio:before {
    border-color: rgba(99, 99, 99, 0.41);
}
/*#endregion*/

/*#endregion*/

/*casino game */
._casino_game .icon.right {
    right: 12px;
}

._casino_game .icon.left {
    left: 12px;
}

._casino_game .icon {
    position: absolute;
    bottom: 12px;
    width: 30px;
    height: 30px;
    z-index: 30;
    cursor: pointer;
}

    ._casino_game .icon img {
        padding: 5px;
        width: 20px;
        opacity: .5;
        filter: invert(1);
    }

    ._casino_game .icon:hover img {
        -moz-filter: invert(30%) sepia(90%) saturate(774%) hue-rotate(330deg) brightness(100%) contrast(86%);
        -ms-filter: invert(30%) sepia(90%) saturate(774%) hue-rotate(330deg) brightness(100%) contrast(86%);
        -o-filter: invert(30%) sepia(90%) saturate(774%) hue-rotate(330deg) brightness(100%) contrast(86%);
        filter: invert(30%) sepia(90%) saturate(774%) hue-rotate(330deg) brightness(100%) contrast(86%);
        opacity: 1;
    }

.casino .loading,
.rotator-games .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*#region loading*/
.slots .group .loading .game .imgWrapper {
    height: 154px;
}

.slots .group .loading .game .name {
    margin-top: 0.25rem;
    width: calc(66.6667%);
    height: 16px;
    border-radius: 0.375rem;
}

[class*="skeleton-loader"] {
    -webkit-animation: shimmerKeyframes 1s linear infinite alternate;
    animation: shimmerKeyframes 1s linear infinite alternate
}

@keyframes shimmerKeyframes {
    0% {
        opacity: .2
    }

    to {
        opacity: .6
    }
}

@-webkit-keyframes an-skeleton-loader {
    0% {
        background-position: 200%;
    }

    50% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

@keyframes an-skeleton-loader {
    0% {
        background-position: 200%;
    }

    50% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}
/*#endregion*/

@keyframes __movingDown {
    0% {
        transform: translate(0px, -47px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes __movingUp {
    0% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, -47px);
    }
}

@keyframes __showing {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes __hiding {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.slide-up {
    animation: slideUp 0.3s ease-out forwards;
}

@keyframes slideUp {
    from {
        transform: translateY(40px);
    }

    to {
        transform: translateY(0);
    }
}

.slide-down {
    animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.activeGame {
    position: fixed;
    inset: 0px;
}

    .activeGame > iframe {
        position: fixed;
        inset: 0px;
        height: 100vh;
        width: 100%;
    }

    .activeGame,
    .activeGame > iframe {
        margin: 0 auto;
        background: #000000;
        z-index: 20;
    }

.casino .fScreen,
.casino .closeGame,
.keno .fScreen,
.keno .closeGame {
    position: absolute;
    bottom: 10px;
    width: 30px;
    height: 30px;
    color: #ffff01;
    z-index: 30;
    cursor: pointer;
}

.ltr-dir.casino .closeGame,
.ltr-dir.keno .closeGame,
.l.casino .closeGame,
.l.keno .closeGame {
    right: 15px;
}

.ltr-dir.casino .fScreen,
.ltr-dir.keno .fScreen,
.l.casino .fScreen,
.l.keno .fScreen {
    left: 15px;
}

.rtl-dir.casino .closeGame,
.rtl-dir.keno .closeGame,
.r.casino .closeGame,
.r.keno .closeGame {
    left: 15px;
}

.rtl-dir.casino .fScreen,
.rtl-dir.keno .fScreen,
.r.casino .fScreen,
.r.keno .fScreen {
    right: 15px;
}

.casino .fScreen:hover,
.casino .closeGame:hover,
.keno .fScreen:hover,
.keno .closeGame:hover {
    font-weight: bold;
}

/*#region gift*/
.header .gift {
    display: inline-block;
    float: left;
    padding: 0 6px 0 0;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-image: url(/Images/gift.svg);
    -webkit-animation: tilt-shaking 2s infinite;
    animation: tilt-shaking 2s infinite;
    cursor: pointer;
}

@-webkit-keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0eg);
    }

    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/*#endregion*/


.modal-bonus .modal-footer {
    padding: 0;
    border-top: none;
    text-align: center;
}

.modal-bonus .modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-bonus .modal-body {
    position: static;
    display: flex;
    padding: 0;
    min-height: 350px;
    align-items: center;
    justify-content: center;
}

    .modal-bonus .modal-body .wrap {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.modal-bonus .info {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: #00beff -webkit-radial-gradient( circle, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ) no-repeat -9px -9px;
    -webkit-background-clip: text;
    -webkit-background-size: 30px;
    color: rgba(255, 255, 255, 0.1);
    user-select: none;
    -webkit-animation: mirror 3s linear infinite;
    -moz-animation: mirror 3s linear infinite;
    -o-animation: mirror 3s linear infinite;
    animation: mirror 3s linear infinite;
}

.modal-bonus .wheel {
    margin-bottom: 60px;
    user-select: none;
    z-index: 1;
}

.modal-bonus .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
}

.modal-bonus .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-bonus .modal-container {
    position: relative;
    width: 300px;
    margin: 0px auto;
    padding: 15px 20px 20px 20px;
    background-color: #000000;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
    box-shadow: 0 0 20px rgb(255 235 59);
    -webkit-animation: box-shadow 2s infinite;
    -moz-animation: box-shadow 2s infinite;
    -o-animation: box-shadow 2s infinite;
    animation: box-shadow 2s infinite;
}

.mobile .modal-bonus .modal-container {
    font-size: 12px;
}

.modal-bonus .modal-header h3 {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    font-weight: normal;
    color: #f6a201;
    user-select: none;
}

.modal-bonus .btn-close {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    padding: 0.25em;
    width: 60px;
    height: 18px;
    line-height: 18px;
    box-sizing: content-box;
    border: 0;
    border-radius: 0.25rem;
    color: #000000db;
    background: #FFDF00 -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ) no-repeat -9px -9px;
    filter: drop-shadow(0 0 15px #FFDF00);
    user-select: none;
    z-index: 4;
    cursor: pointer;
}

.modal-bonus .bonus-text {
    font-size: 30px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.modal-bonus .light:nth-of-type(odd) {
    -webkit-animation: glowing 1s infinite !important;
    -moz-animation: glowing 1s infinite !important;
    -o-animation: glowing 1s infinite !important;
    animation: glowing 1s infinite !important;
}

.modal-bonus .light:nth-of-type(even) {
    -webkit-animation: glowing-even 1s infinite !important;
    -moz-animation: glowing-even 1s infinite !important;
    -o-animation: glowing-even 1s infinite !important;
    animation: glowing-even 1s infinite !important;
}

.modal-bonus .shadow {
    -webkit-filter: drop-shadow(0px 3px 4px rgb(230, 97, 9));
    filter: drop-shadow(0px 3px 4px rgb(230, 97, 9));
}

.modal-bonus .image-shine {
    -webkit-animation: shine 1s infinite !important;
    -moz-animation: shine 1s infinite !important;
    -o-animation: shine 1s infinite !important;
    animation: shine 1s infinite !important;
}

.modal-bonus .coins {
    position: relative;
    z-index: 2;
}

.modal-bonus .treasure {
    position: absolute;
    top: 31px;
    left: -310px;
    width: 324px;
    height: 177px;
    background-image: url(/Images/wheel/treasure.svg);
    background-repeat: no-repeat;
}

.modal-bonus .container-background {
    position: absolute;
    top: -46px;
    width: 340px;
    height: 476.43px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
}

.modal-bonus .won-background {
    position: absolute;
    left: -155px;
    top: -86.25px;
    right: 0;
    bottom: 0;
    width: 650px;
    height: 650px;
    background-image: url(/Images/wheel/sun.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 650px 650px;
}

.modal-bonus .rotating {
    -webkit-animation: rotating 4s linear infinite;
    -moz-animation: rotating 4s linear infinite;
    -o-animation: rotating 4s linear infinite;
    animation: rotating 4s linear infinite;
}

.modal-bonus .cont {
    position: absolute;
    top: -46px;
    width: 338px;
    height: 476px;
    box-sizing: border-box;
    overflow: hidden;
}

    .modal-bonus .cont .won-container,
    .modal-bonus .cont .game-over-container {
        position: absolute;
        width: 340px;
        height: 480px;
        background-color: #00000045;
        transition: opacity 0.3s ease;
        border-radius: 5px;
        z-index: 3;
    }

        .modal-bonus .cont .won-container .message,
        .modal-bonus .cont .game-over-container .message {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }

        .modal-bonus .cont .won-container .banner,
        .modal-bonus .cont .game-over-container .banner {
            position: relative;
            top: 160px;
            margin: 0 60px;
            padding: 14px 12px;
            font-size: 24px;
            text-align: center;
            font-weight: 700;
            color: #FFD600;
            border-radius: 0.6em;
            outline: 0;
            background-color: #0000005e;
            transition: all 150ms ease-in-out;
            user-select: none;
        }

        .modal-bonus .cont .won-container .banner {
            box-shadow: 0px 0px 0px 2px rgb(247 206 57), 0px 0px 5px 10px rgb(0 0 0), inset 0px 0px 8px 4px rgb(0 0 0), 0px 0px 98px 8px rgb(0 0 0), inset 0px 0px 50px 15px rgb(0 0 0);
        }

        .modal-bonus .cont .game-over-container .banner {
            box-shadow: 0px 0px 0px 2px rgb(247 206 57), 0px 0px 5px 10px rgb(0 0 0), inset 0px 0px 8px 4px rgb(0 0 0), 0px 0px 98px 8px rgb(0 0 0), inset 0px 0px 50px 15px rgb(0 0 0);
        }

        .modal-bonus .cont .won-container .text {
            font-size: 30px;
            color: #FFD600;
            -webkit-animation: ani 1s;
            -moz-animation: ani 1s;
            -o-animation: ani 1s;
            animation: ani 1s;
        }

        .modal-bonus .cont .won-container .prize {
            margin-top: 5px;
            font-size: 24px;
            color: #fff;
            font-family: Iceland;
            -webkit-animation: neon 1.5s ease-in-out infinite alternate;
            -moz-animation: neon 1.5s ease-in-out infinite alternate;
            -o-animation: neon 1.5s ease-in-out infinite alternate;
            animation: neon 1.5s ease-in-out infinite alternate;
        }

        .modal-bonus .cont .game-over-container .text {
            -webkit-animation: game-over 1s infinite;
            -moz-animation: game-over infinite;
            -o-animation: game-over 1s infinite;
            animation: game-over 1s infinite;
        }

.modal-mask {
    opacity: 1;
    transition: all .5s linear;
}

.is-visible {
    display: block;
}

.is-open {
    opacity: 0;
}

/*#region box-shadow */
@-webkit-keyframes box-shadow {
    50% {
        box-shadow: 0px 0 40px rgb(255 235 59);
    }
}

@-moz-keyframes box-shadow {
    50% {
        box-shadow: 0px 0 40px rgb(255 235 59);
    }
}

@-o-keyframes box-shadow {
    50% {
        box-shadow: 0px 0 40px rgb(255 235 59);
    }
}

@keyframes box-shadow {
    50% {
        box-shadow: 0px 0 40px rgb(255 235 59);
    }
}
/*#endregion */

/*#region glowing */
@-webkit-keyframes glowing {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@keyframes glowing {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}
/*#endregion */

/*#region glowing-even */
@-webkit-keyframes glowing-even {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@-moz-keyframes glowing-even {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@-o-keyframes glowing-even {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@keyframes glowing-even {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}
/*#endregion */

/*#region mirror */
@-webkit-keyframes mirror {
    from {
        background-position: -28px -9px;
    }

    to {
        background-position: 300px -9px;
    }
}

@-moz-keyframes mirror {
    from {
        background-position: -28px -9px;
    }

    to {
        background-position: 300px -9px;
    }
}

@-o-keyframes mirror {
    from {
        background-position: -28px -9px;
    }

    to {
        background-position: 300px -9px;
    }
}

@keyframes mirror {
    from {
        background-position: -28px -9px;
    }

    to {
        background-position: 300px -9px;
    }
}
/*#endregion*/

/*#region rotating */
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-o-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*#endregion*/

/*#region shine */
@-webkit-keyframes shine {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes shine {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes shine {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shine {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
/*#endregion*/

/*#region ani */
@-webkit-keyframes ani {
    from {
        letter-spacing: 5px;
        filter: blur(5px);
        opacity: 0;
    }

    to {
        letter-spacing: 0;
        filter: blur(0);
        opacity: 1;
    }
}

@-moz-keyframes ani {
    from {
        letter-spacing: 5px;
        filter: blur(5px);
        opacity: 0;
    }

    to {
        letter-spacing: 0;
        filter: blur(0);
        opacity: 1;
    }
}

@-o-keyframes ani {
    from {
        letter-spacing: 5px;
        filter: blur(5px);
        opacity: 0;
    }

    to {
        letter-spacing: 0;
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes ani {
    from {
        letter-spacing: 5px;
        filter: blur(5px);
        opacity: 0;
    }

    to {
        letter-spacing: 0;
        filter: blur(0);
        opacity: 1;
    }
}
/*#endregion*/

/*#region neon */
@-webkit-keyframes neon {
    0% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
    }

    100% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff, 0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
    }
}

@-moz-keyframes neon {
    0% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
    }

    100% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff, 0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
    }
}

@-o-keyframes neon {
    0% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
    }

    100% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff, 0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
    }
}

@keyframes neon {
    0% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
    }

    100% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff, 0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
    }
}
/*#endregion*/

/*#region game-over */
@-webkit-keyframes game-over {
    0% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b
    }

    25% {
        color: #217c9b;
        text-shadow: 2px 2px 2px #31cafd;
        transform: translate(-2px,1px)
    }

    40% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    50% {
        color: #217c9b;
        text-shadow: 5px 5px 2px blue, -5px -5px 2px red;
        transform: translate(0px,5px)
    }

    70% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    80% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b;
        transform: translate(-2px,1px)
    }

    100% {
        color: #31cafd;
        text-shadow: none;
    }
}

@-moz-keyframes game-over {
    0% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b
    }

    25% {
        color: #217c9b;
        text-shadow: 2px 2px 2px #31cafd;
        transform: translate(-2px,1px)
    }

    40% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    50% {
        color: #217c9b;
        text-shadow: 5px 5px 2px blue, -5px -5px 2px red;
        transform: translate(0px,5px)
    }

    70% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    80% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b;
        transform: translate(-2px,1px)
    }

    100% {
        color: #31cafd;
        text-shadow: none;
    }
}

@-o-keyframes game-over {
    0% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b
    }

    25% {
        color: #217c9b;
        text-shadow: 2px 2px 2px #31cafd;
        transform: translate(-2px,1px)
    }

    40% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    50% {
        color: #217c9b;
        text-shadow: 5px 5px 2px blue, -5px -5px 2px red;
        transform: translate(0px,5px)
    }

    70% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    80% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b;
        transform: translate(-2px,1px)
    }

    100% {
        color: #31cafd;
        text-shadow: none;
    }
}

@keyframes game-over {
    0% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b
    }

    25% {
        color: #217c9b;
        text-shadow: 2px 2px 2px #31cafd;
        transform: translate(-2px,1px)
    }

    40% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    50% {
        color: #217c9b;
        text-shadow: 5px 5px 2px blue, -5px -5px 2px red;
        transform: translate(0px,5px)
    }

    70% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    80% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b;
        transform: translate(-2px,1px)
    }

    100% {
        color: #31cafd;
        text-shadow: none;
    }
}
/*#endregion*/

.lc .tab-bar-container {
    display: flex;
    white-space: nowrap;
}

    .lc .tab-bar-container .tab-bar-item span {
        display: flex;
        align-items: center;
        position: relative;
        padding: 5px 4px;
        font-size: 1.125em;
    }

        .lc .tab-bar-container .tab-bar-item span:after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transition: width .48s,left .48s;
        }

    .lc .tab-bar-container .tab-bar-item.active span:after {
        left: 0;
        width: 100%;
    }

    .lc .tab-bar-container .tab-bar-item i {
        display: block;
        height: 15px;
        width: 18px;
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 18px;
        cursor: pointer;
    }

.live_scout {
    background-image: url(/Images/livestream/livescout.svg?v=3);
}

.live_stream {
    background-image: url(/Images/livestream/livestream.svg?v=3);
}

.lc .header {
    display: flex;
}

    .lc .header .lcControl {
        display: flex;
        flex-shrink: 0;
    }

.lc .expansion-panel-divider {
    margin-top: 6px;
    width: 1px;
    height: 15px;
}

.lc .header .lcControl .lcIcon {
    display: block;
    margin-top: 6.3px;
    cursor: pointer;
}

    .lc .header .lcControl .lcIcon span {
        background-image: url(/Images/livestream/arrow-down.svg);
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 14px;
        cursor: pointer;
        display: block;
        height: 14px;
        width: 14px;
        filter: invert(.3);
        transition: all .24s ease;
    }

.lc img.hidden {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}

#stream {
    position: relative;
    background: #000000;
}

    #stream iframe {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

.universal #stream {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/*#region messages*/
.video-stream-messages {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    width: 100%;
    height: 100%;
}

    .video-stream-messages .video-alert-message {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin: 0 30px;
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        color: #fff;
    }

        .video-stream-messages .video-alert-message svg {
            width: 24px;
            height: 24px;
        }

        .video-stream-messages .video-alert-message p {
            font-size: 14px;
            font-weight: 500;
            text-align: center;
        }
/*#endregion*/

/*#region video-loading-spinner*/
#stream .video-stream-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    width: 100%;
    height: 151.19px;
}

    #stream .video-stream-loading .video-loading-container {
        margin: 0px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
    }

#stream .vjs-loading-spinner {
    transform: none;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden;
}

#stream .vjs-loading-spinner {
    display: block;
    -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
    animation: vjs-spinner-show 0s linear 0.3s forwards;
}

    #stream .vjs-loading-spinner:before {
        border-top-color: white;
    }

    #stream .vjs-loading-spinner:before,
    #stream .vjs-loading-spinner:after {
        -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
        animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    }

    #stream .vjs-loading-spinner:before,
    #stream .vjs-loading-spinner:after {
        content: "";
        position: absolute;
        margin: -6px;
        box-sizing: inherit;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        opacity: 1;
        border: inherit;
        border-color: transparent;
        border-top-color: white;
    }

    #stream .vjs-loading-spinner:after {
        border-top-color: white;
        -webkit-animation-delay: 0.44s;
        animation-delay: 0.44s;
    }

.vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@keyframes vjs-spinner-show {
    100% {
        visibility: visible;
    }
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }

    20% {
        border-top-color: #73859f;
    }

    35% {
        border-top-color: white;
    }

    60% {
        border-top-color: #73859f;
    }

    100% {
        border-top-color: #73859f;
    }
}
/*#endregion*/

.grid-mobile-media {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

    .grid-mobile-media span i {
        display: block;
        width: 18px;
        height: 15px;
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 18px;
        cursor: pointer;
    }

.rtl .live_stream {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#video-container video {
    width: 100% !important;
    height: 100% !important
}

#video-container .video-js {
    width: 100% !important;
}

video::-webkit-media-controls-timeline {
    display: none !important;
}

video::-webkit-media-controls-current-time-display {
    display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

.alert-area {
    display: none;
    max-height: 100%;
    position: fixed;
    top: 10px;
    left: 20px;
    right: 20px;
    z-index: 10000;
}

    .alert-area.show {
        display: block;
    }

    .alert-area.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s;
        -moz-animation: fadein 0.5s;
        -o-animation: fadein 0.5s;
        animation: fadein 0.5s;
    }

.alert-box {
    font-size: 16px;
    color: #2B3E44;
    background: #EFF3F5;
    line-height: 1.3em;
    padding: 10px 15px;
    margin: 5px 10px;
    position: relative;
    border-radius: 5px;
    transition: opacity 0.5s ease-in;
}

.alert-area .close-button {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 2px;
    font-size: 24px;
    border-width: 0;
    background: transparent;
    cursor: pointer;
}

    .alert-area .close-button:before {
        content: '\D7';
    }

.alert-area h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2B3E44 !important;
}

.alert-area p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #2B3E44 !important;
    letter-spacing: .05em;
    line-height: 1.2em;
}

@media (max-width: 767px) and (min-width: 481px) {
    .alert-area {
        left: 100px;
        right: 100px;
    }
}

/*#region fadein*/
@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 10px;
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 10px;
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 10px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 10px;
        opacity: 1;
    }
}
/*#endregion*/

/*#region globals*/
.keno .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color 0.2s;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10;
}
/*#endregion*/

.keno_content {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 5px !important;
    background: #181b20;
    overflow: hidden;
    flex-direction: column;
}

.pc .keno_content {
    margin: 0 !important;
    border-radius: 6px;
}

@keyframes hoory-switcher-bot-animation {
    0% {
        transform: scale(1.2);
    }

    95%, 100% {
        transform: scale(1);
    }
}

.keno_content .row {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

    .keno_content .row:after,
    .keno_content .row:before {
        content: " ";
        display: table;
    }

    .keno_content .row:after {
        clear: both;
    }

.keno_content .box {
    position: relative;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.l .keno_content .box,
.universal .keno_content .box {
    width: 58.33333%;
}

.mobile .keno_content .box {
    width: 100%;
}

.keno_content .small-6 {
    width: 50%;
}

.keno_content .column {
    float: left;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

    .keno_content .column:last-child:not(:first-child) {
        float: right;
    }

.keno_content .box-wrapper:after {
    content: url(/images/keno/border-vertical.png);
    position: absolute;
    top: 0;
    left: 50%;
}

.keno_content .box-wrapper .button {
    position: relative;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    transition: all .2s ease-in-out;
    border-radius: 50px;
    width: auto;
    text-shadow: none;
    max-width: 130px;
    min-width: 100px;
    background: #181b20;
    border: 2px solid #aa9a4c;
    color: #aa9a4c;
    margin: 25px auto;
    font-size: 11px;
    padding: 5px 0;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.keno_content .button .loader {
    padding: 0;
}

@media only screen and (min-width: 576px) {
    .keno_content .box-wrapper .button {
        max-width: 180px;
    }
}

.mobile .keno_content .keno-logo {
    max-width: 130px;
}

@media only screen and (max-width: 300px) {
    .mobile .keno_content .keno-logo {
        max-width: 100px;
    }
}

.keno_content .box-wrapper .button:hover {
    background: #aa9a4c;
    color: #181b20;
}

.keno_content .keno-logo {
    height: auto;
    vertical-align: top;
    user-select: none;
}

    .keno_content .keno-logo:hover {
        animation-name: hoory-switcher-bot-animation;
        animation-duration: 3s;
        animation-direction: alternate-reverse;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

.l .keno_content .keno-logo,
.universal .keno_content .keno-logo {
    max-width: 200px;
}

.universal .widget-games {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 18px;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .universal .widget-games .tab {
        flex: 1 1 auto;
        text-align: center;
    }

.mobile .widget-games .tab:first-of-type .inner {
    margin-left: 12px;
}

.mobile .widget-games .tab .inner {
    margin-right: 12px;
    border-radius: 4px;
}

.pc .widget-games .tab .inner {
    border-radius: 6px;
}

.universal .widget-games .tab .title {
    padding: 5px;
    font-size: 12px;
}

.mobile .widget-games .tab .title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pc .widget-games .tab .title {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.universal .widget-games .flex {
    display: flex;
    border-radius: 6px;
}

.mobile .widget-games .flex {
    border-radius: 4px;
}

.pc .widget-games .flex {
    border-radius: 6px;
}

.universal .widget-games .tab .main.anime {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    height: 65px;
    -webkit-animation-name: rotater;
    animation-name: rotater;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -o-transform: scale(1.1);
    -o-transition-duration: 3s;
    -o-transition-timing-function: ease-out;
    -ms-transform: scale(1.1);
    -ms-transform-duration: 3s;
    -ms-transform-timing-function: ease-out;
}

@keyframes rotater {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.notice {
    position: fixed;
    top: 0;
    left: 50%;
    margin: 0;
    padding: 8px;
    width: 50px;
    transform: translateX(-50%);
    z-index: 10;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    background: rgba(199,0,57,.8);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

    .notice:hover {
        top: 0 !important;
    }

    .notice > img {
        filter: invert(1);
        width: 18px;
    }

    .notice > span {
        display: block;
        padding-top: 5px;
    }

.notice__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000000;
    background: rgba(0,0,0,.8);
    z-index: 10;
}

    .notice__overlay .middle {
        position: fixed;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        width: 90%;
        max-width: 400px;
        padding: 20px;
        line-height: 1.3em;
        font-size: 14px;
        border-radius: 3px;
        box-sizing: border-box;
        transform: translate(-50%,-50%);
        background: #f7f7f7;
    }

    .notice__overlay .clearfix {
        padding-bottom: 10px;
        border-bottom: 1px solid #e7e7e7;
    }

        .notice__overlay .clearfix h1 {
            float: left;
            line-height: 24px;
        }

        .notice__overlay .clearfix .close-button {
            float: right;
            width: 24px;
            height: 24px;
            font-size: 20px;
            font-weight: 700;
            background: #e7e7e7;
            text-align: center;
            border: 0;
            outline: none;
            border-radius: 5px;
            cursor: pointer;
        }

            .notice__overlay .clearfix .close-button:hover {
                color: #e7e7e7;
                background: rgba(199,0,57,1)
            }

    .notice__overlay .content {
        padding: 20px 10px 10px 10px;
        text-align: center;
    }

.payment-inner.alert-area {
    display: block;
}

/*rtl*/
.r .notice__overlay .clearfix h1 {
    float: right;
}

.r .notice__overlay .clearfix .close-button {
    float: left;
}

@keyframes pulse {
    0% {
        background: rgba(199,0,57,.7)
    }

    50% {
        background: rgba(199,0,57,1)
    }


    100% {
        background: rgba(199,0,57,.7)
    }
}

/*#region rotating loader-half/waiting */
.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.waiting {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

.loader-half {
    position: relative;
    border-radius: 100%;
    border-top: 0.2em solid currentcolor;
    border-right: 0.2em solid transparent;
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

[class*="loader-half"] {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    color: inherit;
    pointer-events: none;
}

    [class*="loader-half"].small {
        width: 1em;
        height: 1em;
    }

    [class*="loader-half"].medium {
        width: 2em !important;
        height: 2em !important;
    }

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*#endregion*/

/*#region vue-carousel*/
.VueCarousel .VueCarousel-pagination {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

    .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container {
        display: flex;
        align-items: center;
        margin: 0 !important;
        padding: 0 6px;
        background-color: color(srgb 0.46 0.5 0.54 / 0.3);
        border-radius: 8px;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }

        .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
            display: flex;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            padding: 5px !important;
            outline: 0;
            opacity: 1;
        }

            .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot .VueCarousel-dot-button {
                width: 6px !important;
                height: 6px !important;
            }

            .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot:hover .VueCarousel-dot-button,
            .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot.VueCarousel-dot--active .VueCarousel-dot-button {
                background-color: #F4D416 !important;
            }
/*#endregion*/

/*#region features*/
.r-footer__features {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
}

.r-footer__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.r-footer__feature__badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.r-footer__feature__badge__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.r-footer__feature__description {
    display: flex;
    gap: 8px;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.rtl-dir .r-footer__feature__description {
    text-align: right;
}

.r-footer__feature__description h1 {
    height: 19px;
    line-height: 19px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.r-footer__feature__description p {
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    color: #6B6B6B;
}

.r-footer__features .r-feature {
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    width: 100%;
    height: 72px;
    box-sizing: border-box;
}

.r-footer__features .line {
    height: 1px;
}

.ltr-dir .r-footer__features .line {
    padding-left: 52px;
}

.rtl-dir .r-footer__features .line {
    padding-right: 52px;
}

.r-footer__features ._halfline {
    height: 1px;
    background: #EBEBEB;
}
/*#endregion*/

/*#region footer icons*/
._footer .footer_icons {
    padding: 12px 12px 20px;
    background-color: #FFFFFF;
    overflow: auto;
    align-items: center;
}

._footer .divider {
    height: 1px;
    background: #EBEBEB;
}

._footer .grid_icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}

.r-footer__text {
    padding: 0 12px;
    padding-top: 48px;
    line-height: 15px;
    text-align: left;
    color: #000000;
    background-color: #FFFFFF;
}

.rtl-dir .r-footer__text {
    text-align: right;
}

.r-footer__text p {
    padding: 10px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: justify;
    color: #6B6B6B;
}

    .r-footer__text p.copyright {
        height: 16px;
        line-height: 16px;
        font-size: 14px;
        font-weight: 600;
        color: #000000;
    }

.r-footer__text strong {
    font-weight: bolder;
}

.r-footer__text a {
    color: currentColor !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
    text-decoration: underline;
}

._footer .footer_icons .__icons {
    display: flex;
    align-items: center;
    height: 40px;
    user-select: none;
}

._footer .footer_icons .license.__icons img {
    width: 40px !important;
    height: 40px !important;
}

._footer .footerDevider {
    height: 0;
}

._footer .footer_text {
    margin: 10px 0;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
}

#footer .r-footer__links {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0 24px 0;
}

.mobile #footer .r-footer__links {
    display: none;
}

#footer ul.menu li {
    display: inline-block;
    padding: 5px 10px;
}

.r-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    padding: 12px;
}

.r-footer__nav__dropdownTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    padding: 0px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.r-footer__nav__dropdownTitle__subitems {
    display: none;
    flex-direction: column;
    padding: 16px 32px;
}

.r-footer__nav__dropdownTitle i {
    width: 20px;
    height: 20px;
}

.r-footer__nav__dropdown i.styles-plus {
    display: unset;
}

.r-footer__nav__dropdown i.styles-minus {
    display: none;
}

.r-footer__nav__dropdown.open i.styles-plus {
    display: none;
}

.r-footer__nav__dropdown.open i.styles-minus {
    display: unset;
}

.r-footer__nav__dropdown.open .r-footer__nav__dropdownTitle__subitems {
    display: flex;
}

.r-footer__nav__dropdownTitle__subitems a {
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
}

.r-footer__nav__socialIcons__content {
    display: flex;
    gap: 8px;
    padding: 12px;
    box-sizing: border-box;
}

    .r-footer__nav__socialIcons__content a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 100%;
        height: 72px;
        color: var(--black);
        background: #F4F4F4;
        border-radius: 8px;
    }

        .r-footer__nav__socialIcons__content a span {
            height: 16px;
            line-height: 16px;
            font-size: 14px;
            font-weight: 500;
        }
/*#endregion*/

.footerMobile {
    overflow: hidden;
}

.securely {
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
}

.mobile .footerMobile .r-footer__payment {
    padding-top: 20px
}

.pc .footerMobile .r-footer__payment {
    padding-top: 16px
}

.footerMobile .r-footer__payment__container {
    padding: 12px 12px 20px 12px;
    background-color: #FFFFFF;
}

    .footerMobile .r-footer__payment__container span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 84px;
        height: 56px;
    }

/*#region language*/
.r-footer__language {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
}

.r-footer__language-btn {
    position: relative;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    height: 48px;
}

.r-footer__language i.styles-chevron-down {
    position: absolute;
    display: flex;
    flex-shrink: 0;
}

.ltr-dir .r-footer__language i.styles-chevron-down {
    right: 12px;
}

.rtl-dir .r-footer__language i.styles-chevron-down {
    left: 12px;
}

.r-footer__modal {
    max-height: 100vh;
    overflow: auto;
    z-index: 1003;
    cursor: pointer;
}

.mobile .r-footer__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.pc .r-footer__modal {
    position: absolute;
    margin: auto;
    right: 16px;
    left: 16px;
    bottom: 76px;
    width: calc(50% - 215px);
    height: auto;
    border-radius: 6px;
    overflow: unset;
}

    .pc .r-footer__modal::after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-color: #fff rgba(0, 0, 0, 0);
        border-width: 10px 10px 0;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
    }

.pc .r-footer__language .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1002;
}

.pc .r-footer__close-modal {
    display: none;
}

.pc .r-footer__modal-content {
    padding: 8.5px 0;
}

    .pc .r-footer__modal-content div div {
        padding: 10px;
        border-radius: 6px;
    }

        .pc .r-footer__modal-content div div:hover {
            background-color: #F4F4F4;
        }

r-footer__modal-content {
    color: #FFFFFF;
}

.r-footer__close-modal {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 26px;
    padding-right: 26px;
    text-align: right;
}

.rtl .r-footer__close-modal {
    right: auto;
    left: 0;
    padding-right: 0;
    padding-left: 26px;
}

.r-footer__modal-content div {
    text-align: left;
}

.r-footer__modal-content.culture div div {
    font-size: 16px;
}

.mobile .r-footer__modal-content div:nth-child(2) div {
    margin-top: 62px;
}

.r-footer__modal-content div div {
    display: flex;
    height: 18px;
    padding: 24px 9px 24px 25px;
    margin-left: 8.5px;
    margin-right: 8.5px;
    font-size: 11px;
    font-weight: bold;
}

.r-footer__modal-content.culture div div {
    font-size: 16px;
}

.r-footer__language-btn span {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
}

.ltr-dir .r-footer__language svg.flag {
    margin-right: 12px;
}

.rtl-dir .r-footer__language svg.flag {
    margin-left: 12px;
}

.r-footer__modal-content div div {
    font-size: 16px;
}
/*#endregion*/

.mt-0 {
    margin-top: 0 !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.border-radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.pc .border-radius-top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/*#region pagination*/
.pagination {
    display: flex !important;
    width: 100% !important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

    .pagination .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .pagination .perPage {
        padding: 0 0 0 12px;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }

    .pagination ul {
        display: flex;
        justify-content: flex-end !important;
        list-style: none;
        padding-left: 0;
        border-radius: 6px;
    }

        .pagination ul li {
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
        }

            .pagination ul li.disabled {
                opacity: .5;
                cursor: not-allowed;
            }

            .pagination ul li a {
                display: block;
                padding: 0 10px;
                height: 46px;
                line-height: 46px;
            }
/*#endregion*/

.common * {
    font-family: "Roboto", sans-serif;
}

/* --- Fix copy/paste in inputs on mobile --- */
input,
textarea,
select {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
    -webkit-touch-callout: default !important; /* iOS paste menu */
}

/* --- Prevent floating labels/overlays from blocking touches --- */
.common .__container .__input label > .label-text,
.__input .dots {
    pointer-events: none !important;
}

.common.logon-form {
    min-height: calc(100vh - 56px);
}

.common fieldset {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border: none;
}

.common .fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
}

.user.profile .fields {
    padding: 0 !important;
}

.common .form-title {
    padding: 12px 0;
    height: 52px;
    box-sizing: border-box;
}

    .common .form-title span {
        display: block;
        height: 28px;
        line-height: 28px;
        font-size: 24px;
        font-weight: 600;
        text-align: left;
    }

.common h2 {
    font-family: Roboto, Tahoma, Arial;
}

.common .__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    height: 56px;
    border-radius: 10px;
    box-sizing: border-box;
}

    .common .__container.__textarea {
        height: 112px;
    }

.common .__input.withvalue {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    width: 100%;
    height: 38px;
}

    .common .__input.withvalue label {
        height: 14px;
        font-size: 12px;
        font-weight: 400;
    }

.common label {
    display: inline-block;
    font-weight: 700;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.common .__container .__input {
    position: relative;
    width: 100%;
}

    .common .__container .__input label {
        display: block;
        white-space: nowrap;
    }

        .common .__container .__input label > .label-text {
            position: absolute;
            display: block;
            width: 100%;
            height: 20px;
            line-height: 22px;
            font-size: 16px;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            box-sizing: border-box;
        }

            .common .__container .__input label > .label-text b {
                font-size: 12px;
                font-weight: 400;
            }

.common input[type=password],
.common input[type="email"],
.common input[type=text],
.common textarea {
    display: block;
    padding: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    text-align: start;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.common textarea {
    height: 88px;
}

.common input,
.common textarea,
.common select {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

    .common input[type=password]::-webkit-textfield-caret,
    .common input[type=text]::-webkit-textfield-caret {
        width: 1.5px;
        height: 20px;
    }

/* hide text & caret only when dots mode is active */
.__input.withvalue input[type=password].real-input.hidden-text {
    color: transparent;
    caret-color: transparent;
    outline: none;
    opacity: 0
}

.__input .dots {
    position: absolute;
    top: 50% !important;
    inset: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    pointer-events: none;
    height: 20px;
}

    .__input .dots .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #000000;
    }

.__input.withvalue .dots .caret {
    width: 1.5px;
    height: 20px;
    animation: blink 1s step-end infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.common .__input.textarea label > .label-text,
.common .__input.withvalue label > .label-text {
    position: static;
    padding: 0;
    height: 14px;
    line-height: 120%;
    font-size: 12px;
    font-weight: 400;
}

.common .__container .additional-icon {
    width: 24px;
    height: 24px;
}



.common .fields button[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    padding: 12px;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

    .common .fields button[type=submit] span {
        line-height: 120%;
        font-size: 16px;
        font-weight: 500;
    }

.common .link__register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 38px;
}

    .common .link__register span {
        height: 19px;
        line-height: 120%;
        font-size: 16px;
        font-weight: 500;
    }

.common .link-button {
    font-weight: 500;
    font-size: 16px;
    height: 19px;
    line-height: 120%;
    text-decoration: underline;
}

.common .validation-summary {
    padding: 12px;
    background-color: #FFFFFF;
}

.alert-box--success {
    color: #27af4c;
    background-color: #cbf3cb;
    border-color: rgb(143 192 90 / 74%);
}

.alert-box--error {
    color: #CE3030;
    background-color: #FBECEC;
    border-color: rgba(211, 0, 0, .24);
}

.box-alert {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px 12px 12px;
    border-radius: 4px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
}

.alert-box__left [class*=styles-message-icon-] {
    margin-right: 5px;
    font-size: 1.125rem;
}

.alert-box__left span {
    color: #d12220;
}

.alert-box--success .alert-box__left span {
    color: #27af4c;
}

.common input[type=text].input-validation-error,
.common input[type=password].input-validation-error {
    box-shadow: 0 2px 0 #d12220
}

.common .__container.input-validation-error {
    border-color: #d12220;
}

    .common .__container.input-validation-error .__input label > .label-text {
        color: #d12220;
    }

button:disabled,
input:disabled,
select:disabled {
    cursor: not-allowed !important;
    opacity: .5;
}

.loader-half {
    border-top: 0.2em solid currentcolor;
    border-right: 0.2em solid transparent;
    -webkit-animation: loader-half 1s linear infinite;
    -moz-animation: loader-half 1s linear infinite;
    -ms-animation: loader-half 1s linear infinite;
    -o-animation: loader-half 1s linear infinite;
    animation: loader-half 1s linear infinite;
    border-radius: 100%;
    position: relative;
}

[class*="loader-half"] {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    color: inherit;
    pointer-events: none;
}

    [class*="loader-half"].small {
        width: 1em;
        height: 1em;
    }

    [class*="loader-half"].medium {
        width: 2em !important;
        height: 2em !important;
    }

@keyframes loader-half {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*#region signup*/
.signup .r-modal-header,
.payments-methods .r-modal-header {
    background: var(--color-yellow-01);
    position: fixed;
    width: 100%;
    z-index: 2;
}

.signup .r-modal-header__content {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 40px auto 40px;
    max-width: 70rem;
    margin: auto;
}

.signup .logo.logo__small,
.payments-methods .logo.logo__small {
    margin-left: 20px;
    justify-self: left;
}

.signup .r-modal-header__button {
    display: inline-block;
    width: 40px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup .r-modal-header__button--close {
    margin-left: auto;
    grid-column: 3;
}

.signup .r-modal-header__button i,
.payments-methods .r-modal-header__button i {
    width: 1.063rem;
    text-align: center;
}

.signup .r-modal-header + main {
    position: relative;
    z-index: 1;
}

.signup main {
    margin: auto;
    padding: .5em 1em;
    max-width: 23rem;
}

.signup h2.heading {
    margin: 1em 0 .1em 0;
    line-height: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.signup .input_container {
    height: auto !important;
}

.signup .actions .action-button {
    display: flex;
    justify-content: center;
    margin: 2em 0 .5em 0 !important;
    padding: .8em !important;
    width: 100%;
    height: auto;
    font-size: .85rem !important;
    border-radius: .2em;
}

.signup .card {
    display: block !important;
    padding: 0 !important;
}

.signup center {
    display: none !important;
    visibility: hidden !important;
}
/*#endregion*/

.scroll-y {
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.mobile .mainHeader .topBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.mainHeader .logo {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .mainHeader .logo img {
        height: 22px;
    }

/*#region mobile/header */
.mobile .header .hideText {
    display: none;
}
/*#endregion*/

/*#region site/header */
.pc .header {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
}

    .pc .header .sub-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 24px;
        width: 100%;
        box-sizing: border-box;
    }

.pc .navigation {
    padding-right: 12px;
    padding-left: 12px;
    width: 480px;
    box-sizing: border-box;
}

    .pc .navigation .menu {
        display: grid;
        gap: 4px;
    }

        .pc .navigation .menu.grid_4 {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }

        .pc .navigation .menu.grid_5 {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        }

        .pc .navigation .menu a {
            gap: 8px;
            height: 56px;
            color: #000000;
        }

            .pc .navigation .menu a span {
                color: #000000;
            }
/*#endregion*/

/*#region topBarLinks*/
.topBarLinks .user__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    width: auto;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
}

.topBarLinks span {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
}

.msg-active {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 10px !important;
    border-radius: 50%;
}

.topBarLinks .user__sign-up {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 12px;
    width: auto;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
}

    .topBarLinks .user__sign-up:hover,
    .topBarLinks .user__deposit:hover {
        background: #27ab4e;
    }

    .topBarLinks .user__sign-up:active,
    .topBarLinks .user__deposit:active {
        opacity: 0.9;
    }

.topBarLinks .user__credit {
    display: flex;
    align-items: center;
}

.topBarLinks .balance_deposit {
    display: flex;
    align-items: center;
    padding: 2px;
    height: 32px;
    color: #ffffff;
    background: #434343;
    border-radius: 10px;
    box-sizing: border-box;
}

    .topBarLinks .balance_deposit .deposit_btn {
        display: inline-flex;
        align-items: center;
        padding: 0 8px;
        border-radius: 8px;
        height: 28px;
        box-sizing: border-box;
        cursor: pointer;
    }

.topBarLinks .user__account {
    position: relative;
}

.topBarLinks .user__account,
.topBarLinks .user__close,
.casino .pop-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.topBarLinks .UCredit {
    padding: 0 6px;
    height: 16px;
    line-height: 18px;
}
/*#endregion topBarLinks*/

.r-profile {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1002;
    cursor: auto;
}

.r-profile__user {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    height: 128px;
    box-sizing: border-box;
}

    .r-profile__user .r-balance__deposit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px;
        height: 66px;
        border-radius: 12px;
    }

    .r-profile__user .r-balance {
        display: flex;
        flex-direction: column;
        gap: 4px;
        height: 37px;
    }

.ltr-dir .r-profile__user .r-balance {
    text-align: left;
}

.rtl-dir .r-profile__user .r-balance {
    text-align: right;
}

.r-profile__user .r-balance .r-balance-title {
    height: 14px;
    line-height: 120%;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.72;
}

.r-profile__user .r-balance .r-credit {
    font-size: 16px;
    font-weight: 500;
    height: 19px;
    line-height: 120%;
}

.r-profile__user .r-deposit_btn {
    height: 42px;
    line-height: 42px;
    border-radius: 6px;
    padding: 0 32px;
    box-sizing: border-box;
}

    .r-profile__user .r-deposit_btn span {
        font-size: 14px;
        font-weight: 600;
    }

.r-header * {
    box-sizing: border-box;
}

.r-profile__user-name {
    display: flex;
    flex-wrap: wrap;
    font-family: Roboto;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.ltr-dir .r-profile__user-name > span:first-child {
    margin-right: auto;
}

.rtl-dir .r-profile__user-name > span:first-child {
    margin-left: auto;
}

.r-profile__user-name > * {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*#region profile-links*/
.r-profile-links {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

.r-profile-navigation {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    padding: 0 12px;
}

    .r-profile-navigation ul > li > a {
        outline: none;
        -webkit-tap-highlight-color: transparent;
        background: transparent;
        position: relative;
        display: flex;
        align-items: center;
        gap: 12px;
        height: 48px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .r-profile-navigation ul > li > a > div {
            display: flex;
            align-content: flex-start;
            align-items: center;
            height: 100%;
            line-height: 15px;
            font-family: Roboto;
            font-size: 13px;
        }

.rtl-dir .r-profile-navigation .logout-btn svg {
    transform: rotate(180deg);
}

.r-profile-navigation ul > li > a > span {
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 600;
}

.r-profile-mailbox-badge {
    position: absolute;
    justify-content: center;
    width: 24px;
    height: 24px !important;
    border-radius: 50%;
}

.ltr-dir .r-profile-mailbox-badge {
    right: 0;
}

.rtl-dir .r-profile-mailbox-badge {
    left: 0;
}

.r-profile-mailbox-badge span {
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 600;
}
/*#endregion*/

/*#region reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto', Tahoma, Arial;
    -webkit-font-smoothing: antialiased;
}

html {
    touch-action: manipulation;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100vh;
    height: -webkit-fill-available;
}

body {
    line-height: 1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html, body {
    -webkit-overflow-scrolling: touch;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
textarea {
    outline: 0;
    -moz-user-select: text;
}

.button span {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.font20 {
    font-size: 20px !important;
}

.font16 {
    font-size: 16px !important;
}

.font15 {
    font-size: 15px !important;
}

.relative {
    position: relative;
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-vertical-center {
    align-items: center;
}

.row-reverse {
    flex-direction: row-reverse;
}

.items-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.flex-0 {
    flex-shrink: 0;
}

.gap-32 {
    gap: 32px !important;
}

.gap-24 {
    gap: 24px !important;
}

.gap-16 {
    gap: 16px !important;
}

.gap-12 {
    gap: 12px !important;
}

.gap-8 {
    gap: 8px;
}

.gap-6 {
    gap: 6px !important;
}

.gap-4 {
    gap: 4px !important;
}

.gap-2 {
    gap: 2px !important;
}

.mt-12 {
    margin-top: 12px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.border-0 {
    border: none !important;
}

.radius-0 {
    border-radius: 0 !important;
}

.shadow-0 {
    box-shadow: none !important;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.hidden-overflow {
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
}

.noScroll {
    position: fixed;
    width: 100%;
    height: 100vh;
    -ms-overflow-style: none;
    overflow: hidden;
}

    .noScroll::-webkit-scrollbar {
        display: none;
    }

/*#region checkbox*/
input[type=checkbox] {
    display: none;
    vertical-align: middle;
}

    input[type=checkbox] + label:active:before {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    input[type=checkbox].selected + label:before,
    input[type=checkbox]:checked + label:before {
        color: #fff;
        background-color: #3cb371;
        border-color: #3cb371;
    }

    input[type=checkbox]:disabled + label:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    input[type=checkbox]:checked:disabled + label:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb
    }
/*#endregion*/

/*#region custom alertify*/
.alertify-notifier.ajs-right {
    right: 10px;
}

.alertify-notifier.ajs-bottom {
    bottom: 10px;
}

.alertify-notifier {
    position: fixed;
    direction: ltr;
    width: 0;
    overflow: visible;
    z-index: 1982;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .alertify-notifier.ajs-right .ajs-message {
        right: -320px;
    }

        .alertify-notifier.ajs-right .ajs-message.ajs-visible {
            right: 290px;
        }

    .alertify-notifier .ajs-message.ajs-success {
        color: #fff;
        background: rgba(91, 189, 114, .95);
        text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
    }

    .alertify-notifier .ajs-message.ajs-visible {
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
        transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
        opacity: 1;
        max-height: 100%;
        padding: 15px;
        margin-top: 10px;
    }

    .alertify-notifier .ajs-message {
        position: relative;
        width: 260px;
        max-height: 0;
        padding: 0;
        opacity: 0;
        margin: 0;
        text-align: center;
        color: #000;
        background: rgba(255, 255, 255, .95);
        border: solid 1px #ddd;
        border-radius: 2px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    .alertify-notifier.ajs-left {
        left: 10px;
    }

        .alertify-notifier.ajs-left .ajs-message {
            left: -300px;
        }

            .alertify-notifier.ajs-left .ajs-message.ajs-visible {
                left: 0;
            }

    .alertify-notifier .ajs-message.ajs-error {
        color: #fff;
        background: rgba(217, 92, 92, .95);
        text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
    }
/*#endregion*/

.s-input {
    font-size: .938rem;
    border-radius: .125rem;
    padding: .5rem;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none
}

.s-input-read-only {
    border: .063rem solid var(--color-gray-light-36);
    background-color: var(--color-gray-light-36)
}

.s-rotator {
    position: relative;
    user-select: none;
    overflow: hidden;
    cursor: pointer
}

    .s-rotator.s-banners .rotator {
        padding: 12px;
    }

.s-title {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.rotator a {
    display: flex
}

.rotator-page.last {
    padding-right: 0;
}

.no-padding .rotator,
.no-padding.rotator {
    --n: -100%;
}

.rotator {
    --numberOfPages: 1;
    --visiblePages: 1;
    --n: calc(calc(calc(-12px * var(--numberOfPages)) * var(--visiblePages)) - 100%);
    /*--t: calc(var(--n) / var(--visiblePages));*/
    display: flex;
    padding-inline-start: 0;
    align-items: center;
    overflow-y: hidden;
    width: 100%;
    width: calc(var(--numberOfPages) * 100%);
    transform: translate(calc(var(--i, 0) / var(--numberOfPages) * var(--t)));
}

.s-rotator-edge {
    padding-right: 12px;
    padding-left: 12px;
}

.mobile .rotator-games .s-rotator {
    padding-bottom: 24px;
}

.mobile .rotator-games .rotator,
.mobile .s-casino .rotator {
    padding-right: 12px;
    padding-left: 12px;
}

.s-rotator-container {
    position: relative
}

.s-rotator-container-end {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--color-white);
    width: .75rem
}

.s-rotator.s-games {
    padding-bottom: 12px;
}

    .s-rotator.s-games ul {
        display: flex;
        width: calc(var(--numberOfPages)*220px + 8px*(var(--numberOfPages) - 1));
    }

.s-rotator .video-wrapper {
    position: relative;
    overflow: hidden;
}

.rotator-games .s-rotator-item {
    height: 147px;
}

.s-rotator .video-wrapper video {
    width: 220px;
    height: 147px;
    object-fit: cover;
}

.s-rotator .video-wrapper .overlay-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 113px;
    pointer-events: none;
}

.s-rotator.s-banners ul {
    display: flex;
    width: calc(var(--numberOfPages)*320px + 8px*(var(--numberOfPages) - 1));
}

@media screen and (max-width: 61.937rem) {
    .s-rotator ul[class*=sb_siderotator] img {
        width: 50%
    }
}

.s-rotator ul .rotator-page {
    display: inline-block;
    cursor: pointer;
}

.s-rotator.s-games ul .rotator-page {
    width: 220px;
    height: 100%;
}

.s-rotator.s-banners ul .rotator-page {
    width: 320px;
    height: 180px;
}

    .s-rotator.s-banners ul .rotator-page .s-rotator-item {
        border-radius: 8px;
    }

    .s-rotator.s-banners ul .rotator-page .s-rotator-image img {
        border-radius: 8px;
    }

.ltr-dir .s-rotator ul .rotator-page:not(:last-child) {
    padding-right: 8px !important;
}

.rtl-dir .s-rotator ul .rotator-page:not(:last-child) {
    padding-left: 8px !important;
}

.s-rotator-item {
    border-radius: 4px;
    height: 100%;
    position: relative;
    background: #D9D9D9;
    cursor: pointer;
    overflow: hidden
}

.s-rotator-gradient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 90px;
    border-radius: 8px;
}

.s-rotator .s-rotator-image img {
    width: 100%;
    height: 100%
}

.s-rotator-image {
    height: 100%;
    cursor: pointer
}

.s-rotator:hover .s-rotator-button {
    display: inline-flex
}

.s-rotator-button {
    background-color: rgba(25,25,25,.6);
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: none;
    justify-content: center;
    border: .063rem solid var(--color-white);
    width: 2rem;
    height: 2rem;
    cursor: pointer
}

    .s-rotator-button a {
        display: inline-flex;
        color: var(--color-white);
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }

        .s-rotator-button a [class^=styles-chevron] {
            font-size: .8rem;
            width: .8rem
        }

    .s-rotator-button.last {
        left: .5em
    }

    .s-rotator-button.next {
        right: .5em
    }

    .s-rotator-button.inactive {
        opacity: .3
    }

    .s-rotator-button:hover:not(.inactive) {
        background-color: rgba(255,255,255,.8);
        border: .063rem solid var(--color-black)
    }

        .s-rotator-button:hover:not(.inactive) a {
            color: var(--color-black);
            width: 100%;
            height: 100%
        }

.s-rotator-indicator-page .active {
    width: unset;
    background-color: var(--color-gray-dark)
}

.s-rotator:not(.s-rotator-scripted) {
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.s-rotator::-webkit-scrollbar {
    display: none;
}

.s-rotator-item > .s-rotator-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    height: 100%;
}

.s-rotator-content .banner-header {
    display: flex;
    justify-content: space-between;
    margin: 0 12px;
    padding-top: 12px;
    color: #FFFFFF;
    background-color: unset;
    overflow: hidden;
}

    .s-rotator-content .banner-header .header-band {
        display: flex;
        height: 16px;
        line-height: 16px;
        border-radius: 100px;
        box-sizing: border-box;
    }

.mobile .s-rotator-content .banner-header .header-band {
    font-size: 13px;
    font-weight: 700;
}

.pc .s-rotator-content .banner-header .header-band,
.pc .s-rotator-content .banner-header .dateTime {
    font-size: 12px;
    font-weight: 500;
}

.s-rotator-content .banner-header .dateTime {
    height: 17px;
    line-height: 17px;
    padding: 1px 0;
    text-align: right;
    flex-shrink: 0;
    border-radius: 100px;
    overflow: hidden;
    box-sizing: border-box;
}

.mobile .s-rotator-content .banner-header .dateTime {
    font-size: 13px;
    font-weight: 900;
}

.s-rotator-bottom {
    position: absolute;
    padding: 8px;
    height: 75px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-between;
    bottom: 8px;
    left: 8px;
    right: 8px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .7);
}

.s-rotator-content-odds {
    height: 17px;
    line-height: 17px;
    text-align: center;
}

    .s-rotator-content-odds > strong {
        display: inline-flex;
        font-size: 14px;
        font-weight: 600;
        color: #000000;
    }

.s-rotator-content-bog-odds .s-market {
    display: flex;
    align-items: stretch;
    gap: 4px;
    height: 32px;
}

.s-rotator-content-bog-odds .s-outcome {
    height: 32px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    justify-content: space-between;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    background: #EEEEEE;
    border: 1px solid #BEBEBE;
    flex: 1;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.s-outcome-tip {
    height: 14px;
    line-height: 14px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: rgba(0,0,0,.54);
}

.s-outcome-odd {
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}

/*#region slider content*/
.s-rotator-item .s-slider-content {
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-start;
    flex: 1 0 100%;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

    .s-rotator-item .s-slider-content .s-title {
        flex-shrink: 0;
        margin: 0 10px 8px 0;
        padding: 0 12px;
        line-height: 16px;
        font-size: 12px;
        font-weight: 700;
        color: #ffffff;
        text-shadow: 0 0 5px rgba(21, 60, 52, .7);
    }

.s-rotator-item .s-subtitle {
    flex-grow: 1;
    padding: 0 12px;
    max-width: 220px;
    line-height: 23px;
    max-height: 69px;
    font-style: oblique;
    font-size: 23px;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 0 0 5px rgba(21, 60, 52, .7);
    text-transform: uppercase;
}

.s-rotator-item .s-description {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    padding-top: 12px;
}

    .s-rotator-item .s-description strong {
        max-width: 150px;
        max-height: 69px;
        line-height: 120%;
        font-size: 14px;
        font-weight: 700;
        text-align: start;
        color: #FFFFFF;
    }

.s-rotator-item .s-slider-content .s-button {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 12px;
    border-radius: 10px;
    margin-inline-start: 12px;
    margin-top: 12px;
    min-width: 85px;
    height: 32px;
    color: var(--color-white);
    background: var(--color-green);
    cursor: pointer;
}

    .s-rotator-item .s-slider-content .s-button span {
        height: 16px;
        line-height: 16px;
        font-size: 14px;
        font-weight: 600;
    }
/*#endregion*/

/*#region casino game*/
.s-rotator-image .game-overlay {
    border-radius: 4px;
}

.game-wrp .game-overlay {
    border-radius: 8px;
}

.__overlay_play .game-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    transition-duration: .3s;
    transition-property: all;
    opacity: 0;
    visibility: hidden;
}

.__overlay_play .s-rotator-image:hover .game-overlay,
.__overlay_play .game-wrp:hover .game-overlay {
    visibility: visible;
    opacity: 1;
}

.__overlay_play .s-rotator-image:hover .play-icon .play-icon-hover,
.__overlay_play .game-wrp:hover .play-icon .play-icon-hover {
    width: 50px;
    height: 50px;
}

.__overlay_play .play-icon {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .__overlay_play .play-icon .play-icon-hover {
        position: relative;
        width: 36px;
        height: 36px;
        font-size: 0;
        color: #FFFFFF;
        background-color: #fff3;
        border-radius: 50%;
        transition-duration: .3s;
        transition-property: all;
    }

.mobile .__overlay_play .play-icon .play-icon-hover {
    width: 40px;
    height: 40px;
}
/*#endregion*/

/*#region multimedia*/
.multimedia {
    display: flex;
    gap: 4px;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    align-items: center;
    height: 36px;
    justify-content: space-between;
    box-sizing: border-box;
}

    .multimedia .option {
        position: relative;
        display: flex;
        gap: 4px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 36px;
        cursor: pointer
    }

        .multimedia .option span:after {
            content: "";
            position: absolute;
            display: block;
            height: 3px;
            bottom: 0;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .multimedia .option.active span:after {
            left: calc(50% - 16px);
            width: 32px;
        }

        .multimedia .option span {
            position: relative;
            line-height: 36px;
            font-size: 14px;
            font-weight: 500;
            color: #848484;
        }
/*#endregion*/

/*#region momentum */
.expand-momentum {
    float: right;
    padding: 3px;
    width: 14px;
    height: 14px;
    background-image: url(../../Images/left-arrow.svg);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
}

    .expand-momentum.flig {
        transform: rotate(-90deg );
    }

.momentum {
    display: none;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    background-color: #e1e0d7;
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.liveEvent .momentum {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--momentum-color);
}

.momentum::-webkit-scrollbar {
    display: none;
}

.momentum.show {
    display: block;
}

.momentum .row {
    display: flex !important;
    align-items: center;
    margin-bottom: 5px;
    height: 30px !important;
    line-height: 30px !important;
}

    .momentum .row.team2 {
        flex-direction: row-reverse;
    }

    .momentum .row > div {
        flex: 1;
        height: 100%;
    }

    .momentum .row .info {
        display: flex;
    }

.ltr-dir .momentum .row.team1 .info {
    justify-content: flex-end;
    border-right: 1px solid var(--stats-color-1);
}

.rtl-dir .momentum .row.team1 .info {
    justify-content: flex-start;
    border-left: 1px solid var(--stats-color-1);
}

.ltr-dir .momentum .row.team2 .info {
    justify-content: flex-start;
    flex-direction: row-reverse;
    border-left: 1px solid var(--stats-color-2);
}

.rtl-dir .momentum .row.team2 .info {
    justify-content: flex-end;
    flex-direction: row-reverse;
    border-right: 1px solid var(--stats-color-2);
}

.momentum .row .info__summary {
    text-align: center;
    font-size: 12px;
    color: #544a4a;
}

.momentum .row .info .text {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ltr-dir .momentum .row .info .text {
    text-align: left;
}

.rtl-dir .momentum .row .info .text {
    text-align: right;
}

.liveEvent .momentum .row .info .text {
    font-size: 13px;
}

.ltr-dir .momentum .row.team1 .info .text {
    text-align: right;
}

.rtl-dir .momentum .row.team1 .info .text {
    text-align: left;
}

.momentum .row .info .momentum__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
}

    .momentum .row .info .momentum__icon img {
        flex-shrink: 0;
    }

.ltr-dir .momentum .row.team1 .info .momentum__icon img {
    transform: rotateY(180deg);
}

.rtl-dir .momentum .row.team2 .info .momentum__icon img {
    transform: rotateY(180deg);
}

.momentum .row .time {
    width: 50px;
    flex: 0 0 50px;
    text-align: center;
    font-weight: 700;
    color: #544a4a;
}

.liveEvent .momentum .row .time {
    color: #b7b7b7;
    font-size: 13px;
}

.liveEvent .row .info__summary {
    color: #b7b7b7;
}

/*#endregion*/

/*#region new stats*/
.liveCenter .stats {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ededed;
}

    .liveCenter .stats .inner {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.stats .charts {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.stats .wheelChartAdvanced {
    display: flex;
    flex-direction: column;
    flex: 1 1 0px;
}

.stats .statsLowerAdvanced {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}

.stats .wheelChartAdvanced_Text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 13px;
    max-height: calc(13px * 2);
    text-align: center;
    font-size: 11px;
}

.stats .charts .chart {
    display: flex;
    margin-top: 7px;
    justify-content: center;
    width: 100%;
}

.stats .charts .chart__legend {
    display: flex;
    align-items: center;
    flex: 1 1 50%;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
}

    .stats .charts .chart__legend.right {
        justify-content: flex-end;
    }

    .stats .charts .chart__legend.left {
        justify-content: flex-start;
    }

.stats .charts .chart__pie {
    position: relative;
    flex: 0 0 auto;
}

.stats [id^="SvgjsLine"] {
    display: none;
    visibility: hidden;
}

.stats .wheel_StatIcon {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block;
    width: 60px;
    height: 50px;
    position: absolute;
}

    .stats .wheel_StatIcon.statIcon-attack {
        --mixin-svg-inlined: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23545454' fill-rule='nonzero'%3E%3Cpath d='M9.142 6.064a.5.5 0 0 1 .64.013l.063.065 3.636 4.546a.5.5 0 0 1-.718.69l-.063-.066-3.636-4.545a.5.5 0 0 1 .078-.703z'/%3E%3Cpath d='M12.7 10.688a.5.5 0 0 1 .831.55l-.05.074-3.636 4.546a.5.5 0 0 1-.83-.55l.05-.075 3.635-4.545z'/%3E%3C/g%3E%3Cpath d='M0 0h22v22H0z'/%3E%3C/g%3E%3C/svg%3E");
        -webkit-mask-image: var(--mixin-svg-inlined);
        mask-image: var(--mixin-svg-inlined);
    }

    .stats .wheel_StatIcon.statIcon-dangerousattack {
        --mixin-svg-inlined: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cg fill='%23838383'%3E%3Cpath d='M8.87 6.064a.5.5 0 0 1 .64.013l.062.065 3.636 4.546a.5.5 0 0 1-.718.69l-.063-.066-3.636-4.545a.5.5 0 0 1 .078-.703z'/%3E%3Cpath d='M12.427 10.688a.5.5 0 0 1 .831.55l-.05.074-3.636 4.546a.5.5 0 0 1-.83-.55l.05-.075 3.635-4.545z'/%3E%3C/g%3E%3Cg fill='%23545454'%3E%3Cpath d='M11.602 6.064a.5.5 0 0 1 .64.013l.063.065 3.636 4.546a.5.5 0 0 1-.718.69l-.063-.066-3.636-4.545a.5.5 0 0 1 .078-.703z'/%3E%3Cpath d='M15.16 10.688a.5.5 0 0 1 .831.55l-.05.074-3.636 4.546a.5.5 0 0 1-.83-.55l.05-.075 3.635-4.545z'/%3E%3C/g%3E%3Cg fill='%23B2B2B2'%3E%3Cpath d='M6.142 6.064a.5.5 0 0 1 .64.013l.063.065 3.636 4.546a.5.5 0 0 1-.718.69l-.063-.066-3.636-4.545a.5.5 0 0 1 .078-.703z'/%3E%3Cpath d='M9.7 10.688a.5.5 0 0 1 .831.55l-.05.074-3.636 4.546a.5.5 0 0 1-.83-.55l.05-.075L9.7 10.688z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M0 0h22v22H0z'/%3E%3C/g%3E%3C/svg%3E");
        -webkit-mask-image: var(--mixin-svg-inlined);
        mask-image: var(--mixin-svg-inlined);
    }

.statsLowerAdvanced ._cardsAndCorners {
    display: flex;
    flex: 1 1 25%;
    align-items: center;
    justify-content: center;
    gap: 0;
}

    .statsLowerAdvanced ._cardsAndCorners._away {
        flex-direction: row-reverse;
    }

.statsLowerAdvanced ._shotsDualBar {
    flex: 1 1 50%;
}

._cardsAndCorners .miniCorner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20px;
    flex: 0 0 auto;
}

._cardsAndCorners .miniCard {
    width: 20px;
    flex: 0 0 auto;
}

._cardsAndCorners ._mini {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._mini_corner::before {
    content: "";
    display: block;
    width: 20px;
    height: 13px;
    background-image: url("../../Images/icons/corner.svg?v=1.0.0.1");
    background-repeat: no-repeat;
    background-position: 8px;
    background-size: 10px 13px;
}

._mini_redcard::before {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url("../../Images/icons/redcard.svg?v=1.0.0.1") 50% no-repeat;
    background-size: contain;
}

._mini_yellowcard::before {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url("../../Images/icons/yellowcard.svg?v=1.0.0.1") 50% no-repeat;
    background-size: contain;
}

._cardsAndCorners ._miniValue {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    width: 20px;
}

._shotsDualBar ._dual_header {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1px;
}

._shotsDualBar ._dual_Bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

._shotsDualBar ._sideLabelContainer {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width: 30px;
}

    ._shotsDualBar ._sideLabelContainer._hometeam {
        justify-content: flex-end;
        margin: 0 5px 0 0;
    }

    ._shotsDualBar ._sideLabelContainer._awayteam {
        justify-content: flex-start;
        margin: 0 0 0 5px;
    }

._shotsDualBar ._sideLabel {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    flex: 0 0 auto;
}

._shotsDualBar ._sideLabelSep {
    color: #a7a7a7;
    font-weight: 400;
    margin: 0 .6px;
    font-size: 13px;
    line-height: 15px;
}

._shotsDualBar ._dual_DoubleBar {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 6px;
}

/*scoreboard*/
.stats .scoreboard-overlay {
    height: 100%;
    border-top: 1px solid var(--color-gray-06);
}

.stats .scoreboard-container {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 .75rem;
    border-radius: .25rem;
}

.stats .s-liveevent-scoreboard {
    height: 6.5rem;
    border-radius: .313rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats .scoreboard-container > .s-liveevent-scoreboard > span:not(:empty) {
    width: 100%;
}

    .stats .scoreboard-container > .s-liveevent-scoreboard > span:not(:empty) > table {
        width: 100%;
    }

.s-liveevent-scoreboard table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-color: gray;
    padding: 0 .44rem;
    color: #FFFFFF;
}

    .s-liveevent-scoreboard table tr {
        font-size: .75rem;
    }

    .s-liveevent-scoreboard table .js-important {
        font-size: 14px;
        font-weight: 500;
    }

    .s-liveevent-scoreboard table tr th {
        padding: .188rem .125rem;
        font-weight: normal;
        font-size: .75rem;
        cursor: default;
        white-space: nowrap;
    }

        .s-liveevent-scoreboard table tr th:last-of-type {
            padding-right: .313rem;
        }

        .s-liveevent-scoreboard table tr th:not(:first-of-type) {
            width: .938rem;
        }

    .s-liveevent-scoreboard table tr:not(:first-of-type) {
        background-color: rgba(255, 255, 255, .2);
    }

    .s-liveevent-scoreboard table tr:first-of-type + tr td:first-of-type {
        border-top-left-radius: .25em;
    }

    .s-liveevent-scoreboard table tr:first-of-type + tr td {
        padding-top: .75rem;
        padding-bottom: .375rem;
    }

    .s-liveevent-scoreboard table tr td.s-player {
        padding-left: .625rem;
        text-align: left;
    }

    .s-liveevent-scoreboard table tr td {
        position: relative;
        padding: 0 .125rem;
    }

        .s-liveevent-scoreboard table tr td:not(:first-of-type) {
            text-align: center;
        }

    .s-liveevent-scoreboard table tr:first-of-type + tr td:last-of-type {
        border-top-right-radius: .25em;
    }

    .s-liveevent-scoreboard table tr td:last-of-type {
        padding-right: .313rem;
    }

    .s-liveevent-scoreboard table tr:last-of-type td:first-of-type {
        border-bottom-left-radius: .25em;
    }

    .s-liveevent-scoreboard table tr:last-of-type td {
        padding-top: .375rem;
        padding-bottom: .75rem;
    }

        .s-liveevent-scoreboard table tr:last-of-type td:last-of-type {
            border-bottom-right-radius: .25em;
        }

    .s-liveevent-scoreboard table tr:last-of-type td {
        padding-top: .375rem;
        padding-bottom: .75rem;
    }
/*#endregion*/

/*#region new scout */
.pitch .sr-lmt-pitch-soccer__spotlight {
    position: absolute;
}

    .pitch .sr-lmt-pitch-soccer__spotlight.srm-goal-left {
        left: 3%;
    }

    .pitch .sr-lmt-pitch-soccer__spotlight.srm-goal-right {
        right: 3%;
    }

    .pitch .sr-lmt-pitch-soccer__spotlight.srm-goal {
        background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, hsla(0, 0%, 100%, .16) 0, transparent 75%);
        background: radial-gradient(ellipse closest-corner at 50% 50%, hsla(0, 0%, 100%, .16) 0, transparent 75%);
        height: 44%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20%;
    }

    .pitch .sr-lmt-pitch-soccer__spotlight.srm-center {
        background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, hsla(0, 0%, 100%, .1) 0, transparent 75%);
        background: radial-gradient(ellipse closest-corner at 50% 50%, hsla(0, 0%, 100%, .1) 0, transparent 75%);
        height: 66%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 33%;
    }

.pitch .sr-lmt-pitch-soccer__stripes {
    background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, .08) 50%, transparent 0);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .08) 50%, transparent 0);
    background-size: 14.575% 1%;
    bottom: 3%;
    left: 6.7%;
    position: absolute;
    right: 1.7%;
    top: 3%;
}

.pitch .sr-lmt-pitch-soccer__overlay {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, transparent 0, rgba(0, 0, 0, .15) 100%);
    background: radial-gradient(ellipse closest-corner at 50% 50%, transparent 0, rgba(0, 0, 0, .15) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.pitch .sr-lmt-pitch-soccer__noise {
    background-size: 40px 40px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('/Images/LiveCenter/extras/pitch-noise.png?v=1.0.0.1');
    z-index: 1;
}

/*ANIMATIONS*/
.pitch svg .fk1 {
    animation: stroke_fill1 0.5s linear forwards;
}

.pitch svg .fk2 {
    animation: stroke_fill2 1.5s linear forwards;
}

.pitch svg .fk3 {
    animation: stroke_fill3 2.5s linear forwards;
}

.pitch .state .pulsim {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 2px solid #0a0a0a;
    -webkit-animation-name: pulsim;
    animation-name: pulsim;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/*KEYFRAMES*/
@keyframes pulsim {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes rotateZ {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes stroke_fill1 {
    0% {
        fill: none;
    }

    100% {
        fill: #165031;
        opacity: 0.66;
    }
}

@keyframes stroke_fill2 {
    0% {
        fill: none;
    }

    100% {
        fill: #165031;
        opacity: 0.44;
    }
}

@keyframes stroke_fill3 {
    0% {
        fill: none;
    }

    100% {
        fill: #165031;
        opacity: 0.22;
    }
}
/*#endregion*/

/*#region liveCenter*/
.liveCenter .pitch {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
    overflow: hidden;
}

    .liveCenter .pitch .hidden {
        display: block;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
    }

/* Football */
.pitch.sp-1 {
    background-color: #5c8301;
    background-image: url('../../Images/LiveCenter/pitchs/pitch-football.svg');
}

/* Basketball */
.pitch.sp-2 {
    background-image: url('../../Images/livecenter/pitch-2.svg');
}

/* Tennis */
.pitch.sp-3 {
    background-image: url('../../Images/livecenter/pitch-3.svg');
}

/* Ice Hockey */
.pitch.sp-4 {
    background-image: url('../../Images/livecenter/pitch-4.svg');
}

/* American Football */
.pitch.sp-5 {
    background-image: url('../../Images/livecenter/pitch-5.svg');
}

/* Baseball */
.pitch.sp-7 {
    background-image: url('../../Images/livecenter/pitch-7.svg');
}

/* Volleyball */
.pitch.sp-8 {
    background-image: url('../../Images/livecenter/pitch-8.svg');
}

/* Handball */
.pitch.sp-9 {
    background-image: url('../../Images/livecenter/pitch-9.svg');
}

/* Table Tennis */
.pitch.sp-19 {
    background-image: url('../../Images/livecenter/pitch-19.svg');
}

.pitch .inplay.notFootball {
    position: absolute;
    top: 0;
    width: 100%;
}

.pitch.sp-2 .inplay.notFootball,
.pitch.sp-3 .inplay.notFootball,
.pitch.sp-7 .inplay.notFootball,
.pitch.sp-8 .inplay.notFootball,
.pitch.sp-9 .inplay.notFootball,
.pitch.sp-19 .inplay.notFootball {
    color: #fff;
}

.pitch.sp-4 .inplay.notFootball {
    color: #000;
}

.pitch .inplay.notFootball .event {
    position: relative;
    margin-top: 30px;
    font-size: 14px;
}

.pitch .inplay.notFootball .result {
    position: relative;
    margin-top: 66px;
    font-size: 22px;
}

    .pitch .inplay.notFootball .event .homeTeam,
    .pitch .inplay.notFootball .result .hTeamResult {
        float: left;
        width: 45%;
        text-align: right;
    }

    .pitch .inplay.notFootball .event .awayTeam,
    .pitch .inplay.notFootball .result .aTeamResult {
        float: right;
        width: 45%;
        text-align: left;
    }

    .pitch .inplay.notFootball .result .vsResult {
        float: left;
        width: 10%;
        text-align: center;
    }

/* State */
.pitch .state {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rtl-dir .pitch .state {
    transform: rotate(180deg);
}

.pitch__overlay {
    position: relative;
}

.pitch svg {
    display: block;
    width: 100%;
    height: 100%;
}

    .pitch svg .fk1 {
        animation: stroke_fill1 0.5s linear forwards;
    }

    .pitch svg .fk2 {
        animation: stroke_fill2 1.5s linear forwards;
    }

    .pitch svg .fk3 {
        animation: stroke_fill3 2.5s linear forwards;
    }

/* Penalty */
.pitch .state .pulsim {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -24px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 2px solid #0b1422;
    -webkit-animation-name: pulsim;
    animation-name: pulsim;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: scale(0);
    transform: scale(0);
}

    .pitch .state .pulsim.left {
        left: 4%;
    }

    .pitch .state .pulsim.right {
        right: 4%;
    }
/*#endregion*/

/*#region stats*/
.s-liveevent-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    /* 1. Football*/
    .s-liveevent-bg.bg1 {
        background-image: url("../../Images/sportsbook/bg1.svg?v=1");
    }
    /* 2. Basketball*/
    .s-liveevent-bg.bg2 {
        background-image: url("../../Images/sportsbook/bg2.svg?v=1");
    }
    /* 3. Tennis*/
    .s-liveevent-bg.bg3 {
        background-image: url("../../Images/sportsbook/bg3.svg?v=1");
    }
    /* 4. Ice Hockey*/
    .s-liveevent-bg.bg4 {
        background-image: url("../../Images/sportsbook/bg4.svg?v=1");
    }
    /* 8. Voleyball*/
    .s-liveevent-bg.bg8 {
        background-image: url("../../Images/sportsbook/bg8.svg?v=1");
    }
    /* 9. Handball*/
    .s-liveevent-bg.bg9 {
        background-image: url("../../Images/sportsbook/bg9.svg?v=1");
    }
    /* 11. Rugby League*/
    .s-liveevent-bg.bg11 {
        background-image: url("../../Images/sportsbook/bg11.svg?v=1");
    }
    /* 17. Snooker*/
    .s-liveevent-bg.bg17 {
        background-image: url("../../Images/sportsbook/bg17.svg?v=1");
    }
    /* 19. Table Tennis*/
    .s-liveevent-bg.bg19 {
        background-image: url("../../Images/sportsbook/bg19.svg?v=1");
    }
/*#endregion*/

.s-navigation-mobile .s-navigation-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9.063rem, 1fr));
    gap: 8px;
    padding-right: 12px;
    padding-left: 12px;
}

    .s-navigation-mobile .s-navigation-list .s-navigation-entry {
        position: relative;
        border-radius: 4px;
        overflow: hidden;
    }

.s-navigation-list .s-navigation-entry {
    background: #FFFFFF;
    transition: background 150ms;
    cursor: pointer;
}

.s-navigation-mobile .current-date {
    position: absolute;
    top: 14px;
    left: 49%;
    font-size: 10px !important;
    transform: translate(-50%, -50%);
}

.s-navigation-list a {
    display: flex;
    align-items: center;
    min-width: 0;
    box-sizing: border-box;
}

.s-navigation-list .s-navigation-entry-label {
    padding-right: 8px;
    padding-left: 8px;
    gap: 8px;
    height: 44px;
}

.s-navigation-mobile .s-navigation-list .s-navigation-entry .icon_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
}

.s-navigation-mobile .s-navigation-list .s-navigation-entry a span.title {
    height: 16px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

/* Yellow diagonal glowing rectangles */
.s-navigation-entry .rect1,
.s-navigation-entry .rect2 {
    position: absolute;
    top: -40px;
    height: 120px;
    background: #FFE325;
    filter: blur(2.5px);
    transform: rotate(20deg);
    pointer-events: none;
}

.s-navigation-entry .rect1 {
    width: 35px;
    left: -120px;
    opacity: 0.2;
    animation: rect1Move 1801ms ease-in-out infinite;
}

.s-navigation-entry .rect2 {
    width: 10px;
    left: -60px;
    opacity: 0.1;
    animation: rect2Move 1801ms ease-in-out infinite;
}

/* Keyframes */
@keyframes rect1Move {
    0% {
        left: -120px;
    }
    /* wait delay */
    44% {
        left: -120px;
    }
    /* 800ms of 1801ms ≈ 44% */
    100% {
        left: 160px;
    }
    /* smooth slide to right */
    /* browser will instantly jump back at loop restart */
}

@keyframes rect2Move {
    0% {
        left: -60px;
    }

    44% {
        left: -60px;
    }

    100% {
        left: 210px;
    }
}

/*#region betslip footer*/
.universal .betslip-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
    width: 296px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation-timing-function: ease-in-out;
    animation-duration: 300ms;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 9;
}

.universal .bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    height: 56px;
    box-sizing: border-box;
    cursor: pointer;
}

    .universal .bg.expanded {
        height: 44px;
    }

.universal ._expand_betslip {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .universal ._expand_betslip .line {
        width: 1px;
        height: 24px;
        background: #595959;
    }

#betslipFooter ._total_odds {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

    #betslipFooter ._total_odds ._title {
        font-size: 12px;
        font-weight: 400;
        height: 14px;
        line-height: 14px;
        color: #848484;
    }

    #betslipFooter ._total_odds ._odds {
        font-size: 16px;
        font-weight: 500;
        height: 19px;
        line-height: 120%;
        color: #FFFFFF;
    }

.universal ._counting {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .universal ._counting .count {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        border-radius: 100px;
        color: #000000;
        background: #FFD200;
    }

    .universal ._counting .text {
        font-size: 16px;
        font-weight: 500;
        height: 19px;
        line-height: 19px;
        color: #FFFFFF;
    }

#betslipFooter ._collapsible {
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 300ms ease-in-out;
}

    #betslipFooter ._collapsible._rotate {
        transform: rotate(-180deg);
    }
/*#endregion*/

/*#region bet-dialog*/
.bet-dialog {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    z-index: 12;
}
/*#endregion*/

/*#region matches*/
.betSlip .matches {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
    overflow: auto;
}

.mobile .betSlip .matches {
    max-height: calc(var(--rvh) - 292px);
}

    .mobile .betSlip .matches.sys {
        max-height: calc(var(--rvh) - 348px);
    }

    .mobile .betSlip .matches.small {
        max-height: calc(var(--rvh) - 400px);
    }

    .mobile .betSlip .matches.sys.small {
        max-height: calc(var(--rvh) - 456px);
    }

.betSlip.min102 {
    min-height: 102px;
}
/*#endregion*/

/*#region betTabs*/
.betSlip .betTabs {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-right: 12px;
    padding-left: 12px;
    background: #FFFFFF;
}

    .betSlip .betTabs > div {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 36px;
        overflow: hidden;
        cursor: pointer;
    }

        .betSlip .betTabs > div:after {
            content: "";
            position: absolute;
            display: block;
            height: 2px;
            bottom: 0;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }

        .betSlip .betTabs > div.active:after {
            left: calc(50% - 16px);
            width: 32px;
        }

        .betSlip .betTabs > div span {
            display: inline-block;
            height: 16px;
            line-height: 16px;
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            color: #848484;
        }

        .betSlip .betTabs > div.active span {
            color: #000000;
        }

        .betSlip .betTabs > div.disabled {
            opacity: .5;
            cursor: not-allowed;
        }
/*#endregion*/

/*#region match*/
.betSlip ._home_away {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    height: 32px;
}

.betSlip .match .teams {
    height: 14px;
    line-height: 14px;
    font-size: 12.5px;
    font-weight: 400;
    color: #4d4d4d;
}

.betSlip .match .close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}

.betSlip .dashed-line {
    border-bottom: 1px dashed #E3E3E3;
}

.betSlip .match .dashed-line {
    margin: 0 12px;
}

.betSlip .match .oddGame {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    font-size: 12.5px;
    font-weight: 400;
}

.betSlip .match .live {
    display: flex;
    align-items: center;
    gap: 8px;
}

.betSlip .match .liveIcon {
    display: inline-block;
    height: 13px;
    line-height: 13px;
    font-style: Italic;
    font-size: 11px;
    font-weight: 700;
    color: #D94245;
}

.betSlip .match .max-bet-odd {
    height: 13px;
    line-height: 13px;
    font-size: 11px;
    opacity: .5;
}

.betSlip .match .result {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.betSlip .match ._game_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 12px;
}

.betSlip .match ._outcome_price {
    display: flex;
    justify-content: space-between;
}

    .betSlip .match ._outcome_price .pick,
    .betSlip .match ._outcome_price .oddVal {
        height: 17px;
        line-height: 17px;
        font-size: 14px;
        font-weight: 600;
        color: #000000;
    }

.betSlip .match .maxBet_bankers {
    display: flex;
    align-items: center;
    gap: 8px;
}

.betSlip .bankers,
.betSlip .sbankers {
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
}
/*#endregion*/

/*#region summary*/
.betSlip .summary {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    padding: 8px 12px;
}

.betSlip ._subSummary {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}

.betSlip .summary ._summary_values {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.betSlip .row_summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .betSlip .row_summary ._title {
        height: 16px;
        line-height: 16px;
        font-size: 13px;
        font-weight: 400;
        color: #848484;
    }

    .betSlip .row_summary ._calucalated {
        height: 16px;
        line-height: 16px;
        font-size: 13px;
        font-weight: 600;
        color: #000000;
    }
/*#endregion*/

/*#region stake*/
.betSlip .summary .topRow {
    display: flex;
    gap: 8px;
}

.betSlip .summary .__container {
    flex: 1;
    align-items: center;
    padding: 0 12px;
    height: 38px;
    border-radius: 10px;
    box-sizing: border-box;
}

    .betSlip .summary .__container .__input {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

        .betSlip .summary .__container .__input label {
            flex-shrink: 0;
            font-size: 16px;
            font-weight: 500;
            height: 19px;
            line-height: 19px;
            color: #848484;
        }

        .betSlip .summary .__container .__input input {
            display: block;
            flex: 1;
            -webkit-appearance: none;
            border: none;
            box-shadow: none;
            padding: 0;
            width: 100%;
            height: 100%;
            font-family: Roboto;
            font-size: 18px;
            font-weight: 700;
            box-sizing: border-box;
        }

.ltr-dir .betSlip .summary .__container .__input input {
    text-align: end;
}

.rlt-dir .betSlip .summary .__container .__input input {
    text-align: start;
}
/*#endregion*/

/*#region system cbx*/
.betSlip .cbxSystem {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    color: inherit;
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    outline: none;
    padding: 0 12px 0 28px;
    border-radius: 4px;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #bebebe;
    background: #FFFFFF;
    background-image: url(/Images/chevron-down.svg?v=1.0.0.1);
    background-repeat: no-repeat;
    background-size: 28px 16px;
    background-position: left;
    box-sizing: border-box;
}
/*#endregion*/

/*#region accept any odds*/
.betSlip .cbx {
    display: flex;
    align-items: center;
    gap: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

    .betSlip .cbx span:first-child {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 5px;
        width: 24px;
        height: 24px;
        border-radius: 4px;
        color: #848484;
        border: 1.5px solid #BEBEBE;
        box-sizing: border-box;
        transition: all .4s ease;
    }

.inp-cbx:checked + .cbx span:first-child {
    color: #fff;
    background: #27af4c;
    border-color: #27af4c;
}

    .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0;
    }

.betSlip .cbx span:first-child svg {
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transform: translateZ(0);
    transition: all .3s ease;
    transition-delay: .1s;
}

.betSlip .cbx span:last-child {
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    font-weight: 400;
    color: #848484;
}
/*#endregion*/

/*#region numpad*/
.betSlip .numpad {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.betSlip .top_pad,
.betSlip .bottom_pad {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.betSlip .numpad .pad_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: 48px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    user-select: none;
    cursor: pointer;
}

.rtl-dir .betSlip .numpad .pad_btn.backspace svg {
    transform: rotate(180deg);
}

.betSlip .hide_keyboard {
    grid-column: span 2;
    gap: 8px;
    color: #848484 !important;
}

.numpad-container {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
}

    .numpad-container.show {
        margin-bottom: 8px;
        max-height: 500px;
        opacity: 1;
        transform: translateY(0);
    }
/*#endregion*/

/*#region buttons actions*/
.betSlip .summary button.action {
    padding: 0 12px;
    height: 38px;
    line-height: 120%;
    border: 0;
    background: #27AF4C;
    border-radius: 10px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 2;
}
/*#endregion*/

/*#region status card */
.betSlip .status-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 32px;
    background: #FFFFFF;
}

.betSlip .close_card {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

/*card*/
.betSlip ._card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    .betSlip ._card .status-card__body {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

        .betSlip ._card .status-card__body ._status {
            width: 100%;
            height: 24px;
            line-height: 24px;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            color: #000000;
        }

        .betSlip ._card .status-card__body ._ref {
            width: 100%;
            height: 17px;
            line-height: 17px;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            color: #848484;
        }

/*shares*/
.betSlip .status-card .shares {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

    .betSlip .status-card .shares ._button_share {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 0 16px;
        height: 36px;
        border-radius: 100px;
        background: #EEEEEE;
    }

        .betSlip .status-card .shares ._button_share span {
            height: 17px;
            line-height: 17px;
            font-size: 14px;
            font-weight: 500;
        }

.betSlip .status__buttons {
    display: flex;
    flex-direction: column;
    padding: 8px 12px 12px;
}

    .betSlip .status__buttons .action {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0;
        height: 48px;
        border: 0;
        border-radius: 10px;
        line-height: 120%;
        font-family: Roboto;
        font-weight: 500;
        font-size: 16px;
        z-index: 2;
        cursor: pointer;
    }

        .betSlip .status__buttons .action.done {
            color: #FFFFFF;
            background: #27AF4C;
        }

        .betSlip .status__buttons .action.reuse {
            color: #000000;
            background: #EEEEEE;
        }
/*#endregion*/

/*#region message block*/
.betSlip .message_block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .betSlip .message_block .buttons {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 8px;
    }

        .betSlip .message_block .buttons button {
            padding-top: 0;
            padding-bottom: 0;
            height: 38px;
            font-family: 'Roboto';
            font-size: 16px;
            font-weight: 500;
            border: 0;
            border-radius: 10px;
            cursor: pointer;
        }

            .betSlip .message_block .buttons button.reset {
                grid-column: span 2;
            }

            .betSlip .message_block .buttons button.placeBet {
                grid-column: span 3;
            }

.betSlip .message_state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 96px;
    border-radius: 10px;
}

    .betSlip .message_state span {
        width: 100%;
        height: 19px;
        line-height: 19px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }

    .betSlip .message_state._stateWait {
        gap: 24px;
        height: 168px;
    }
/*#endregion*/

/*#region changed price animation*/
.betSlip .changed {
    -webkit-animation: oddChange .5s 10 alternate;
    -moz-animation: oddChange .5s 10 alternate;
    -o-animation: oddChange .5s 10 alternate;
    animation: oddChange .5s 10 alternate;
}

@-webkit-keyframes oddChange {
    from {
        background-color: #FFC2B2;
    }

    to {
        background-color: #FFE0D1;
    }
}

@-ms-keyframes oddChange {
    from {
        background-color: #FFC2B2;
    }

    to {
        background-color: #FFE0D1;
    }
}

@keyframes oddChange {
    from {
        background-color: #FFC2B2;
    }

    to {
        background-color: #FFE0D1;
    }
}
/*#endregion*/

/*#region cashout*/
.cashoutDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

    .cashoutDialog .container {
        position: absolute;
        top: 12px;
        right: 12px;
        left: 12px;
        border-radius: 8px;
        z-index: 20;
    }

    .cashoutDialog .cashoutHeader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 12px;
        height: 48px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        box-sizing: border-box;
    }

        .cashoutDialog .cashoutHeader span {
            width: 100%;
            height: 19px;
            line-height: 19px;
            font-size: 16px;
            font-weight: 500;
        }

        .cashoutDialog .cashoutHeader ._close {
            flex-shrink: 0;
            cursor: pointer;
        }

    .cashoutDialog .bet {
        display: block;
        float: unset !important;
        max-height: calc(100vh - 307px);
        overflow-x: auto;
        -moz-box-sizing: unset !important;
        -webkit-box-sizing: unset !important;
        box-sizing: unset !important;
    }

    .cashoutDialog .mb-amount-cashdout {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px 12px;
        border-radius: 8px;
    }

    .cashoutDialog .cashoutWrapper .cashoutMessage {
        height: 22px;
        line-height: 22px;
        font-size: 18px;
        font-weight: 500;
    }

    .cashoutDialog .container .cashoutWrapper .cashoutAmount {
        height: 24px;
        line-height: 24px;
        font-size: 20px;
        font-weight: 700;
    }

    .cashoutDialog .container .cashoutWrapper .cashoutCurrency {
        height: 24px;
        line-height: 24px;
        font-size: 20px;
        font-weight: 500;
    }

    .cashoutDialog button,
    .popup-container button {
        height: 42px;
        padding: 12px;
        border: 0;
        border-radius: 8px;
        cursor: pointer;
    }

        .cashoutDialog button span,
        .popup-container button span {
            font-size: 16px;
            font-weight: 500;
        }

    .cashoutDialog .mb-amount-cashdout span.loading {
        width: 17px;
    }

        .cashoutDialog .mb-amount-cashdout span.loading:after {
            content: ' .';
            animation: dots 1s steps(5, end) infinite;
        }

    .cashoutDialog .cashoutWrapper,
    .cashoutDialog .mb-summary {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: white;
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: .25em 0 0 #27AF4C, .5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        text-shadow: .25em 0 0 #27AF4C, .5em 0 0 #27AF4C;
    }
}
/*#endregion*/

/*#region cashout popup */
.cashout-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

    .cashout-popup .popup-container {
        position: absolute;
        left: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 24px 12px 12px 12px;
        border-radius: 8px;
    }

    .cashout-popup ._title {
        line-height: 120%;
        font-size: 16px;
        font-weight: 500;
    }

    .cashout-popup ._sub-title {
        padding: 0 0 12px 0;
        line-height: 120%;
        font-size: 18px;
        font-weight: 500;
    }
/*#endregion*/

.myBets .mb-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    height: 64px;
    box-sizing: border-box;
    background: white;
}

    .myBets .mb-title ._my_bets {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .myBets .mb-title ._my_bets svg {
            cursor: pointer;
        }

.rtl-dir .myBets .mb-title ._my_bets svg,
.rtl-dir .myBets .mb-title ._history_bets svg {
    transform: rotate(180deg);
}

.myBets .mb-title ._my_bets span {
    font-size: 20px;
    font-weight: 700;
}

.myBets .mb-title ._history_bets {
    display: flex;
    align-items: center;
    gap: 4px;
}

    .myBets .mb-title ._history_bets span {
        line-height: 17px;
        font-size: 14px;
        font-weight: 500;
        color: #848484;
    }

.myBets .items {
    padding: 0 8px;
}

.myBets .bet {
    display: block;
    float: unset !important;
    margin-bottom: 12px;
    -moz-box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
    box-sizing: unset !important;
    background: #FFFFFF;
    border-radius: 6px;
}

    .myBets .bet .bet-event .striked {
        text-decoration: line-through;
    }

.myBets .mb-collapsible {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 12px;
    height: 46px;
    box-sizing: border-box;
}

.myBets .mb-collapse-expand {
    flex-shrink: 0;
    cursor: pointer;
}

.mb-collapse-expand {
    transition: transform 0.3s;
}

    .mb-collapse-expand.rotated {
        transform: rotate(180deg);
    }

.myBets .mb-odds-open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
}

    .myBets .mb-odds-open .mb-odds {
        display: flex;
        gap: 4px;
        height: 18px;
        line-height: 18px;
        font-size: 15px;
        font-weight: 500;
    }

        .myBets .mb-odds-open .mb-odds label {
            height: 14px;
            line-height: 100%;
            font-family: Roboto;
            font-size: 12px;
            font-weight: 500;
            color: #848484;
        }

    .myBets .mb-odds-open .mb-open {
        padding: 0 12px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        border-radius: 100px;
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, .15);
        background: #FFFFFF;
    }

.myBets .mb-id {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    height: 32px;
    background: #F5F5F5;
    box-sizing: border-box;
}

    .myBets .mb-id .mb-random {
        line-height: 17px;
        font-size: 14px;
        font-weight: 400;
        color: #848484;
    }

.myBets .mb-match-item {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    padding: 12px;
    box-sizing: border-box;
    cursor: pointer;
}

    .myBets .mb-match-item .mb-game {
        display: flex;
        gap: 4px;
        line-height: 18px;
        font-size: 15px;
        font-weight: 500;
    }

        .myBets .mb-match-item .mb-game span:first-of-type {
            color: #848484;
        }

        .myBets .mb-match-item .mb-game span:last-of-type {
            color: #000000;
        }

    .myBets .mb-match-item .mb-left-part {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 80%;
        box-sizing: border-box;
    }

.top_winners .myBets .mb-match-item .mb-left-part {
    width: 70%;
}

.myBets .mb-teams {
    display: flex;
    gap: 4px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}

.myBets .mb-teamsAndInfo {
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
}

.myBets .live {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .myBets .live .liveIcon {
        display: inline-block;
        height: 13px;
        line-height: 13px;
        font-style: Italic;
        font-size: 11px;
        font-weight: 700;
        color: #D94245;
    }

        .myBets .live .liveIcon.evaluated {
            color: #000000;
        }

.myBets .mb-time-result {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 14px;
}

    .myBets .mb-time-result .mb-time {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        font-weight: 400;
        color: #848484;
    }

.myBets .mb-result {
    display: flex;
    gap: 4px;
    height: 17px;
}

    .myBets .mb-result span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 600;
        border-radius: 2px;
        width: 16px;
        height: 16px;
        color: #000000;
    }

    .myBets .mb-result.mb-finish span {
        background: #EEEEEE;
    }

    .myBets .mb-result.mb-live {
        gap: 0;
        color: #D94245;
    }

        .myBets .mb-result.mb-live span {
            color: #D94245;
        }

.myBets .mb-right-part {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
    width: 20%;
}

.top_winners .myBets .mb-right-part {
    width: 30%
}

.myBets .dateTimeMatch {
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    white-space: nowrap;
}

.myBets .bankers {
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
}

.myBets .mb-price {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 18px;
}

    .myBets .mb-price .price {
        font-size: 15px;
        font-weight: 600;
        color: #000000;
    }

    .myBets .mb-price .mb-state {
        width: 14px;
        height: 15px;
    }

.myBets .mb-line {
    margin: 0 12px;
    border-bottom: 1px dashed #E3E3E3;
}

.myBets .mb-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    box-sizing: border-box;
}

    .myBets .mb-summary .mb-stake-return {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 4px;
    }

        .myBets .mb-summary .mb-stake-return span {
            display: block;
            height: 19px;
            line-height: 19px;
            font-size: 16px;
            font-weight: 500;
        }

    .myBets .mb-summary button.mb-cashout {
        padding: 0 12px;
        height: 32px;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        background: #FFD200;
        border: 0;
        border-radius: 8px;
        cursor: pointer;
    }

/*icons*/
.myBets .bet .share,
.myBets .bet .shareWhatsapp,
.myBets .bet .reuseBet,
.myBets .bet .print {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

    .myBets .bet .share,
    .myBets .bet .reuseBet,
    .myBets .bet .print,
    .myBets .bet .shareWhatsapp .icon {
        float: right;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
    }

.myBets .bet .share {
    background-image: url(../../Images/url.svg?v=1.1.1);
}

.myBets .bet .shareWhatsapp .icon {
    background-image: url(../../Images/whatsapp.svg?v=1.1.1);
}

.myBets .bet .reuseBet {
    background-image: url(../../Images/reuse.svg?v=1.1.1);
}

.myBets .bet .print {
    background-image: url(../../Images/print.svg?v=1.1.1);
}

.myBets .bet .shareWhatsapp {
    float: right;
}

    .myBets .bet .shareWhatsapp a {
        border: none !important;
    }

    .myBets .bet .share:hover,
    .myBets .bet .shareWhatsapp .icon:hover {
        opacity: 0.6;
    }

.myBets .waiting.MB {
    width: 10px;
    height: 10px;
    border: 4px solid #FFD200;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    border-radius: 50%;
    animation: loader-spin 1s linear infinite;
}

/*empty*/
.myBets .items-empty {
    display: flex;
    color: #000000;
    background: #FFFFFF;
}

    .myBets .items-empty ._empty_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 24px 12px;
        width: 100%;
    }

        .myBets .items-empty ._empty_container span {
            font-weight: 600;
            font-size: 16px;
            height: 19px;
            line-height: 19px;
        }

/*#region search*/
.pc .search {
    margin: 0 auto;
    padding: 0;
    max-width: 520px;
    min-height: auto;
    border-radius: 6px;
}

.search-input {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding-right: 12px;
    padding-left: 12px;
}

    .search-input ._arrow_back {
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

.rtl-dir .search-input ._arrow_back svg {
    transform: rotate(180deg);
}

.search-input input {
    padding: 0;
    height: 24px;
    line-height: 24px;
    width: calc(100% - 70px);
    border: 0;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    color: #FFFFFF !important;
}

    .search-input input::placeholder {
        opacity: 0.56;
    }

.search-input ._clear_ {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ltr-dir .search-input ._clear_ {
    right: 12px;
}

.rtl-dir .search-input ._clear_ {
    left: 12px;
}

.search {
    padding-top: 12px;
    height: 100%;
    min-height: calc(100vh - 113px);
    background: #FFFFFF;
}

    .search ._search_container {
        min-height: 500px;
    }

    .search .instruction-container {
        display: flex;
        gap: 10px;
        padding: 12px;
        height: 43px;
        border-bottom: 1px solid #EBEBEB;
        box-sizing: border-box;
    }

        .search .instruction-container span {
            font-size: 16px;
            font-weight: 600;
            height: 19px;
            line-height: 19px;
        }

    .search .match_item {
        position: relative;
        display: flex;
        gap: 12px;
        align-items: center;
        padding-right: 12px;
        padding-left: 12px;
        height: 80px;
        box-sizing: border-box;
        border-bottom: 1px solid #EBEBEB;
        cursor: pointer;
    }

        .search .match_item .sportsIcon {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .search .match_item .teams_search {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 4px;
            width: calc(100% - 76px);
        }

        .search .match_item .teams_names {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 4px;
        }

            .search .match_item .teams_names span {
                font-size: 14px;
                font-weight: 500;
                height: 17px;
                line-height: 19px;
                color: #000000;
            }

.rtl-dir .search em {
    text-decoration: overline;
}

.search .match_item .match_info {
    display: flex;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    height: 14px;
    line-height: 14px;
    color: #848484;
}

.search ._search_container .title {
    display: flex;
    gap: 8px;
    padding: 12px;
    height: 40px;
    box-sizing: border-box;
    background: #EDEDED;
}

    .search ._search_container .title span {
        height: 17px;
        line-height: 17px;
        font-size: 14px;
        font-weight: 500;
    }

.search .liveicon {
    height: 14px;
    line-height: 14px;
    font-style: Italic;
    font-size: 12px;
    font-weight: 700;
    color: #D94245;
}

.search ._arrow_ {
    display: flex;
    position: absolute;
    flex-shrink: 0;
}

.ltr-dir .search ._arrow_ {
    right: 12px;
}

.rtl-dir .search ._arrow_ {
    left: 12px;
}

    .rtl-dir .search ._arrow_ svg {
        transform: rotate(180deg);
    }

.search .empty_container {
    padding: 32px;
}

.search ._empty_ {
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 109px;
}

    .search ._empty_ .empty_title {
        height: 19px;
        line-height: 19px;
        font-size: 16px;
        font-weight: 600;
    }

    .search ._empty_ .sub_empty_title {
        font-size: 14px;
        font-weight: 400;
        color: #848484;
        text-align: center;
        line-height: 120%;
    }

/*#endregion*/

.information {
    position: relative;
    overflow-x: hidden;
}

    /*#region Goes To*/
    .information .goesTo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 12px;
        height: 56px;
    }

        .information .goesTo span {
            height: 24px;
            line-height: 24px;
            font-size: 20px;
            font-weight: 700;
        }

        .information .goesTo .close {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 32px;
            height: 32px;
            border-radius: 10px;
            border: 1px solid #EBEBEB;
        }
/*#endregion*/

.infoMenuBtn {
    position: absolute;
    top: 12px;
    width: 32px;
    height: 32px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform-origin: center;
    transform-origin: center;
    cursor: pointer;
}

.ltr-dir .infoMenuBtn {
    right: 12px;
}

.rtl-dir .infoMenuBtn {
    left: 12px;
}

    .rtl-dir .infoMenuBtn svg {
        transform: rotate(180deg);
    }

.infoMenu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 101px;
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 1002;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.ltr-dir .infoMenu {
    right: -200%;
    -webkit-transition: right 0.4s linear;
    transition: right 0.4s linear;
}

.rtl-dir .infoMenu {
    left: -200%;
    -webkit-transition: left 0.4s linear;
    transition: left 0.4s linear;
}

.ltr-dir .infoMenu.show {
    right: 0;
}

.rtl-dir .infoMenu.show {
    left: 0;
}

.infoMenu::-webkit-scrollbar {
    display: none;
}

.staticContent a {
    text-decoration: underline;
}

    .staticContent a.no-decoration {
        text-decoration: none;
    }

    .staticContent a strong {
        font-size: 16px;
        font-weight: 500;
    }

#mainContent h1 {
    font-size: 20px;
    text-align: start;
}

#mainContent h2 {
    font-size: 16px;
    line-height: 13px;
}

#mainContent h3 {
    padding: 0 5px;
    text-decoration: underline;
}

#mainContent .content hr {
    height: 1px;
}

#mainContent .content .div {
    padding: 15px 0;
}

.ltr-dir .staticContent .content ol,
.ltr-dir .staticContent .content ul {
    padding: 0 0 0 20px;
}

.rtl-dir .staticContent .content ol,
.rtl-dir .staticContent .content ul {
    padding: 0 20px 0 0;
}

#mainContent .content ol li {
    list-style: decimal;
    background: none;
}

#mainContent .content ul li {
    margin: 2px;
    padding: 5px 10px 5px;
    background: none;
}

    #mainContent .content ul li a:hover {
        font-weight: bold;
    }

/*PAYMENT OPTIONS*/
#mainContent .content .block {
    padding: 12px;
    font-size: 11px;
    line-height: 14px;
}

    #mainContent .content .block .title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 12px;
    }

#mainContent .content .paymentOption {
    margin: 12px 0;
    overflow: hidden;
}

    #mainContent .content .paymentOption .logo {
        float: left;
        width: 150px;
        margin-right: 20px;
    }

        #mainContent .content .paymentOption .logo img {
            width: 100%;
            padding: 0;
        }

    #mainContent .content .paymentOption .informations {
        float: left;
        max-width: 600px;
    }

        #mainContent .content .paymentOption .informations .name {
            font-size: 14px;
        }

            #mainContent .content .paymentOption .informations .name.bold {
                font-weight: bold;
            }

    #mainContent .content .paymentOption .depositButton {
        clear: both;
        text-align: right;
        margin-right: 100px;
        height: 32px;
        line-height: 32px;
    }

        #mainContent .content .paymentOption .depositButton a {
            text-decoration: none;
            font-weight: bold;
            line-height: 24px;
            font-size: 12px;
            padding: 8px 13px;
        }

.justify {
    text-align: justify;
}

.accordion {
    display: block;
    text-align: start;
    border: none;
    outline: none;
    transition: 0.4s;
    cursor: pointer;
}

.information .panel {
    padding: 12px;
    display: none;
    overflow: hidden;
}

/*#region links*/
.information ._links_container ._link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    height: 48px;
    cursor: pointer;
}

    .information ._links_container ._link.active:before {
        content: " ";
        height: 100%;
        position: absolute;
        width: 4px;
    }

.ltr-dir .information ._links_container ._link.active:before {
    left: 0;
}

.rtl-dir .information ._links_container ._link.active:before {
    right: 0;
}

.information ._links_container ._link.active svg {
    display: none;
}

.information ._links_container ._link svg {
    flex-shrink: 0;
}

.rtl-dir .information ._links_container ._link svg {
    transform: rotate(180deg);
}

.information ._links_container ._link span {
    height: 19px;
    line-height: 19px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}
/*#endregion*/

/*#region static content*/
.staticContent .title {
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 56px;
    box-sizing: border-box;
}

    .staticContent .title span {
        display: block;
        width: 100%;
        height: 24px;
        line-height: 24px;
        font-size: 20px;
        font-weight: 700;
    }

.staticContent .inner {
    padding: 24px 12px;
    text-align: justify;
}

.staticContent .spacing {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.staticContent .spacing-12 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.staticContent p.introduction {
    line-height: 120%;
    font-size: 16px;
    font-weight: 700;
}

.ltr-dir .staticContent p.introduction {
    text-align: start;
}

.rtl-dir .staticContent p.introduction {
    text-align: right;
}

.staticContent p.subIntroduction {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
}

.staticContent p.text {
    line-height: 140%;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

.staticContent p.midTitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}

.staticContent .stepTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

.staticContent .bandage {
    display: flex;
    align-items: center;
    padding: 12px;
    height: 40px;
    background: #F2F2F2;
    box-sizing: border-box;
}

.staticContent .collapsible {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 56px;
    cursor: pointer;
}

    .staticContent .collapsible span {
        line-height: 120%;
        font-size: 16px;
        font-weight: 600;
    }

    .staticContent .collapsible svg {
        flex-shrink: 0;
    }

.staticContent .style-type-none {
    list-style-type: none !important;
}

.staticContent ol li {
    line-height: 140% !important;
    font-size: 14px;
    font-weight: 400;
}

.staticContent .main-ol {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.staticContent ol.sub-list {
    padding-top: 24px !important;
    padding-left: 24px !important;
}

.staticContent .affiliate_banner {
    position: relative;
    display: flex;
    align-items: center;
    height: 168px;
    border-radius: 8px;
    background: linear-gradient(270deg, rgba(255, 210, 0, 0) 2.42%, #FFD200 25.31%);
}

    .staticContent .affiliate_banner span {
        padding-left: 12px;
        width: 280px;
        font-size: 20px;
        font-weight: 600;
        text-align: start;
        z-index: 2;
    }

    .staticContent .affiliate_banner img {
        position: absolute;
        right: 0;
        border-radius: 8px;
    }

.staticContent .affiliate_list {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

    .staticContent .affiliate_list span {
        line-height: 120%;
        font-size: 14px;
        font-weight: 600;
        text-align: start;
    }

.staticContent p.thickText {
    line-height: 120%;
    font-size: 20px;
    font-weight: 700;
}

.ltr-dir .staticContent p.thickText {
    text-align: start;
}

.rtl-dir .staticContent p.thickText {
    text-align: right;
}

.staticContent .s-rotator,
.staticContent .s-rotator .no-padding {
    padding: 0 !important;
}

    .staticContent .s-rotator ul li {
        margin: 0 !important;
        padding: 0 0 0 !important;
    }

.ltr-dir .staticContent .s-rotator ul .rotator-page:not(:last-child) {
    padding-right: 8px !important;
}

.staticContent .p-0 {
    padding: 0 !important
}

/*#region FAQ*/
.staticContent .faqItem {
    padding: 8px 12px;
}

    .staticContent .faqItem .collapsible img {
        transition: transform 0.3s ease;
    }

    .staticContent .faqItem.active .collapsible img {
        transform: rotate(-180deg);
    }

.staticContent .faqClaims {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 16px;
    padding: 24px 12px;
}

    .staticContent .faqClaims .claims_feedback {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .staticContent .faqClaims .claimTitle {
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
    }

.staticContent .submitFAQ {
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

.staticContent .faqItem > div:not(.collapsible) {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.staticContent .faqItem.active > div:not(.collapsible) {
    max-height: 1000px;
    padding-top: 12px;
}
/*#endregion*/

/*#region Trust*/
.staticContent .trust_item {
    margin-bottom: 12px;
    padding: 24px 12px;
    background: #FFFFFF;
}

    .staticContent .trust_item:last-child {
        margin-bottom: 0;
    }

    .staticContent .trust_item ._rect_img {
        border-radius: 8px;
        background: #F9F9F9;
        border: 1px solid #EBEBEB;
    }

.staticContent .trust_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
/*#endregion*/

/*#region Payment Options */
.staticContent .payment_section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 12px;
}

    .staticContent .payment_section .icon {
        display: flex;
        align-items: center;
        gap: 12px;
    }

.staticContent .payment_bandage {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 12px;
}

    .staticContent .payment_bandage ._title {
        font-size: 20px;
        font-weight: 700;
    }

    .staticContent .payment_bandage .text_blurred {
        line-height: 140%;
        font-size: 14px;
        font-weight: 400;
        color: #848484;
    }

.staticContent .payment_section ul {
    padding-left: 20px;
}

    .staticContent .payment_section ul li {
        line-height: 140%;
        font-size: 14px;
        font-weight: 400;
    }

.staticContent .faqClaims.my-24 {
    margin: 24px 0;
}

.staticContent .faqClaims.mt-24 {
    margin-top: 24px;
}
/*#endregion*/

/*#region Contact us*/
.staticContent .contact_section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
    padding: 24px 12px;
}

    .staticContent .contact_section ._title {
        line-height: 120%;
        font-size: 20px;
        font-weight: 700;
    }

.staticContent .common .fields {
    padding: 0;
}

.staticContent .box-alert {
    display: none;
}

    .staticContent .box-alert.show {
        display: flex;
    }

.staticContent ._available_countries {
    display: flex;
    gap: 12px;
}

    .staticContent ._available_countries ._country {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
/*#endregion*/

/*#region Betting Rules*/
.staticContent .sportMenu .sportsIcon {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
}

.staticContent .sportMenu a .icon {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

    .staticContent .sportMenu a .icon strong {
        font-size: 16px;
        font-weight: 600;
    }

.staticContent .sportMenu .arrow {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.staticContent .accordion.active .arrow {
    transform: rotate(180deg);
}

.staticContent .sportMenu a .icon i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 32px;
}

.ltr-dir .staticContent .sportMenu .main-ol {
    padding-left: 20px;
}

.rtl-dir .staticContent .sportMenu .main-ol {
    padding-right: 20px;
}

.staticContent .sportMenu .main-ol li {
    list-style-type: decimal;
}

.staticContent .rules_item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
}

.staticContent .rule_content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.staticContent .rules-ol {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 0 0 20px;
}

    .staticContent .rules-ol li {
        list-style-type: decimal;
    }
/*#endregion*/

/*#endregion*/


.hierarchy-sports {
    border-radius: 6px;
    background: #FFFFFF;
    border-bottom: 1px solid #EBEBEB;
}

    /*days*/
    .hierarchy-sports .__days_container {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 12px;
        border-bottom: 1px solid #EBEBEB;
    }

        .hierarchy-sports .__days_container .__title {
            height: 19px;
            line-height: 19px;
            font-size: 16px;
            font-weight: 500;
            color: #000000;
        }

    .hierarchy-sports .__days {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        justify-items: center;
    }

        .hierarchy-sports .__days span {
            width: 100%;
            height: 28px;
            line-height: 28px;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            border-radius: 100px;
            color: #848484;
            cursor: pointer;
        }

            .hierarchy-sports .__days span.active {
                background: #EDEDED;
            }

    /*sports*/
    .hierarchy-sports .sportsIcon {
        display: flex;
        align-items: center;
        padding-right: 8px;
        padding-left: 12px;
        height: 44px;
        border-bottom: 1px solid #EBEBEB;
        box-sizing: border-box;
        cursor: pointer;
    }

    .hierarchy-sports .last > div:last-child ._cs_hierarchy:not(.collapsed) {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .hierarchy-sports .sportsIcon .icon_xs {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .hierarchy-sports .sportsIcon .icon_small strong {
        height: 16px;
        line-height: 16px;
        font-size: 14px;
        font-weight: 500;
    }

    .hierarchy-sports .__count {
        align-items: center;
        display: flex;
        gap: 4px;
    }

    .hierarchy-sports .noe {
        height: 16px;
        line-height: 16px;
        font-size: 14px;
        font-weight: 500;
        color: #848484;
    }

    /*categories*/
    .hierarchy-sports ._cs_hierarchy {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 8px;
        padding-left: 32px;
        height: 40px;
        background: #F5F5F5;
        border-bottom: 1px solid #EBEBEB;
        box-sizing: border-box;
        cursor: pointer;
    }

        .hierarchy-sports ._cs_hierarchy .catName {
            height: 17px;
            line-height: 19px;
            font-size: 14px;
            font-weight: 400;
            color: #5D5D5D;
        }

    /*tournaments*/
    .hierarchy-sports ._tour_hierarchy {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 56px;
        padding-right: 8px;
        height: 40px;
        background: #FFFAE6;
        border-bottom: 1px solid #EDEADF;
        box-sizing: border-box;
        cursor: pointer;
    }

        .hierarchy-sports ._tour_hierarchy.active {
            background: rgba(255, 210, 0, 0.2);
        }

        .hierarchy-sports ._tour_hierarchy:before {
            content: " ";
            position: absolute;
            width: 4px;
            left: 0;
            height: 100%;
        }

        .hierarchy-sports ._tour_hierarchy .tName {
            line-height: 16px;
            font-size: 14px;
            font-weight: 500;
            color: #000000;
        }

/*#region mainHeader*/
.pc header {
    height: 56px;
}

.pc .mainHeader .menu a:after {
    height: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pc .mainHeader .menu a.selected span {
    font-weight: 800;
}

.pc .mainHeader .menu a.selected:after {
    left: calc(50% - 22px);
    width: 44px;
}

.pc .mainHeader .menu a .mybetsCount {
    top: 4px;
}
/*#endregion*/

/*#region search header*/
.pc ._search_header_container {
    position: fixed;
    top: 56px;
    right: 0;
    left: 0;
    height: 48px;
    z-index: 50;
}

.pc .search-input {
    position: relative;
    margin: auto;
    max-width: 520px;
    height: 48px;
}
/*#endregion*/

/*#region account links*/
.pc .r-profile {
    margin: 24px auto;
    max-width: 520px;
    min-height: auto;
    border-radius: 6px;
}

.pc .r-profile__user {
    margin-top: 0;
    margin-bottom: 12px;
    gap: 12px;
    border-radius: 6px;
    height: 130px;
    box-sizing: border-box;
}

.pc .r-profile__close {
    width: 28px;
    text-align: right;
    cursor: pointer;
}

.pc .r-profile-navigation {
    padding: 0;
    border-radius: 6px;
}

    .pc .r-profile-navigation ul > li > a {
        padding: 0 12px;
    }

.pc.ltr-dir .r-profile-mailbox-badge {
    right: 12px;
}

.pc.rtl-dir .r-profile-mailbox-badge {
    left: 12px;
}

.pc .r-profile-links {
    overflow-y: auto;
}
/*#endregion*/

/*#region contruct*/
.pc #divRoot {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 24px auto;
    max-width: 1500px;
    min-height: 350px;
}

    .pc #divRoot .colleft,
    .pc #divRoot .colmiddle,
    .pc #divRoot .colright {
        position: relative;
    }

    .pc #divRoot .colleft {
        display: flex;
        gap: 24px;
        flex-direction: column;
        flex-basis: 16%;
        min-width: 320px;
    }

    .pc #divRoot .colmiddle {
        flex-grow: 1;
        flex-basis: 55%;
        max-width: 760px;
        box-sizing: border-box;
    }

    .pc #divRoot .colright {
        display: flex;
        gap: 24px;
        flex-direction: column;
        flex-basis: 20%;
        min-width: 488px;
        transition: min-width 0.3s ease; /* Smooth transition */
    }

@media screen and (max-width: 1290px) {
    .pc #divRoot .colright {
        min-width: 320px;
    }
}

.pc #divRoot .colright .affix {
    position: sticky;
    top: 80px;
}
/*#endregion*/

/*#region colleft*/
/*#region coupons*/
.pc .s-navigation-mobile .s-navigation-list {
    padding: 0;
    grid-template-columns: 1fr;
}

    .pc .s-navigation-mobile .s-navigation-list .s-navigation-entry {
        border-radius: 6px;
    }
/*#endregion*/

/*#region info*/
.pc .colleft .information {
    border-radius: 6px;
}

.pc .information {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 2;
}

    .pc .information ._links_container {
        border-bottom: 0;
    }

.pc .infoMenu {
    position: relative;
    top: 0;
    left: 0;
}

.pc ._links_container ._link:last-child {
    border-bottom: 0;
}

.pc .information .content {
    border-radius: 6px;
}

/*FAQ*/
.pc .staticContent .faqClaims {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 12px;
    padding: 24px;
    border-radius: 6px;
}

    .pc .staticContent .faqClaims .claims_feedback {
        max-width: 640px;
    }

.pc .staticContent .submitFAQ {
    flex-shrink: 0;
    width: 240px;
    border-radius: 6px;
}

.pc .staticContent .faqItem:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*Trust*/
.pc .staticContent .trust_item {
    margin-bottom: 0;
}

    .pc .staticContent .trust_item:last-child {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

.pc .staticContent .trust_button {
    border-radius: 6px;
}

/*Promotions*/
.pc .staticContent .inner {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*contact us*/
.pc .staticContent .contact_section {
    gap: 24px;
    margin: 0;
}

    .pc .staticContent .contact_section.common {
        margin-bottom: 12px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .pc .staticContent .contact_section:last-child {
        gap: 24px;
        margin: 0;
        border-radius: 6px;
    }

.pc .staticContent ._available_countries {
    gap: 72px;
}

    .pc .staticContent ._available_countries ._country {
        width: 145px;
    }

.pc .contact_section .trust_button {
    width: 320px;
}

.pc .contact_section.common .__container {
    border-radius: 6px;
}

.pc .contact_section.common .fields button[type=submit] {
    margin: 10px 0;
    width: 320px;
}

/*Payments Options*/
.pc .radius-top,
.pc .staticContent.pay_options .radius-top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pc .staticContent.pay_options .radius-bottom {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pc .staticContent.pay_options .faqClaims:last-of-type {
    display: none;
}

/*Betting Rules*/
.pc .staticContent .sportMenu .sportsIcon:not(.active):last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*Affiliates*/
.pc .staticContent .grid_affiliate {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.pc .staticContent .affiliate_list span {
    max-width: 200px;
}

.pc .staticContent .affiliate_banner span {
    padding-left: 24px;
    width: 312px;
}
/*#endregion*/

/*#endregion*/

/*#region colmiddle*/
/*#region login*/
.pc .common.logon-form {
    margin: 0 auto;
    min-height: auto;
    border-radius: 6px;
    max-width: 520px;
}

    .pc .common.logon-form fieldset {
        border-radius: 6px;
    }

    .pc .common.logon-form .fields {
        padding: 24px;
    }

    .pc .common.logon-form .__container,
    .pc .common .fields button[type=submit] {
        border-radius: 6px;
    }

/*#endregion*/

/*#region rotator banners*/
.pc .s-rotator.s-banners .rotator {
    padding: 0;
}

.pc .s-rotator.dragging {
    cursor: grabbing;
}
/*#endregion*/

/*#region sportMenu*/
.pc #sportMenuContainer .sportMenu {
    border-radius: 6px;
}

.pc .sportMenu .js-mch-headernav-next {
    right: 0;
    width: 67px;
    height: 67px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.pc .sportMenu .js-mch-headernav-prev {
    left: 0;
    width: 67px;
    height: 67px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
/*#endregion*/

/*#region dateTimeline*/
.pc .dateTimeline {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .pc .dateTimeline .body {
        margin: 0;
        width: 100%;
    }

        .pc .dateTimeline .body .dateBlock {
            flex: unset;
            width: 100%;
        }
/*#endregion*/

/*#region stInfo*/
.pc .live .stInfo {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pc .stInfo .sort_league_time {
    gap: 4px;
}

    .pc .stInfo .sort_league_time li {
        padding: 0 12px;
    }

.pc .stInfo .sport-selector-dropdown .s-selectbox {
    max-width: 200px;
}

/*#endregion*/

.pc .competitionList:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pc .home-page .competitionList:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pc .__match_streamed {
    display: flex;
    align-items: center;
    background: #FFFFFF;
}

    .pc .__match_streamed ._event_match {
        flex: 1;
    }

.pc .toggle_stream {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 80px;
}

    .pc .toggle_stream span {
        position: relative;
        padding: 0 12px;
        color: #D94245;
        border-left: 1px solid #EBEBEB;
    }

        .pc .toggle_stream span.disabled {
            color: #848484;
        }

.pc.ltr-dir .toggle_stream span.active {
    background: linear-gradient(270deg, rgba(255, 210, 0, 0.2) 0%, #ffffff 70.03%);
}

.pc.rtl-dir .toggle_stream span.active {
    background: linear-gradient(90deg, rgba(255, 210, 0, 0.2) 0%, #ffffff 70.03%);
}

.pc .toggle_stream span.active:after {
    content: " ";
    position: absolute;
    width: 4px;
    height: 100%;
}

.pc.ltr-dir .toggle_stream span.active:after {
    right: 0;
}

.pc.rtl-dir .toggle_stream span.active:after {
    left: 0;
}

/*#region event sport*/
.pc .tournamentPanel {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.pc .prematchEvent .eventHeaderBread,
.pc .liveEvent .eventHeaderBread {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.pc .prematchEvent .scoreBasedScoreboard,
.pc .prematchEvent .scoreBasedScoreboard_TeamContainer,
.pc .prematchEvent .scoreBasedScoreboard_ScoreContainer {
    line-height: 28px;
}

.pc .scoreBasedScoreboard_Team1 {
    justify-content: flex-end;
}

.pc .scoreBasedScoreboard_ScoreContainer {
    width: 245px;
}

.pc .scoreBasedScoreboard_Team2 {
    justify-content: flex-start;
}

.pc .prematchEvent .matchs,
.pc .liveEvent .matchs {
    margin-top: 16px;
    padding: 0;
}

.prematchEvent .items-empty,
.liveEvent .items-empty {
    margin-top: 16px;
    border-radius: 6px;
}
/*#endregion*/

.prematchEvent .betTypePanel {
    position: relative;
}

    .prematchEvent .betTypePanel span {
        display: block;
    }

.prematchEvent .s-template-desc-text,
.liveEvent .s-template-desc-text {
    display: flex !important;
    align-items: center;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}

.s-template-desc-text .extra_info {
    display: flex !important;
    margin-inline-start: 8px;
    color: #848484;
    cursor: pointer;
}

.competitionList .matchInfo .teams_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    height: 36px;
}

.competitionList .moreBets {
    cursor: pointer;
}

.competitionList .teams {
    display: block;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.matchs .homeTeam,
.matchs .awayTeam {
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
}

.matchs .matchDate,
.matchs .matchDateBT {
    display: flex;
    align-items: center;
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .matchs .matchDate .dateTime,
    .matchs .matchDateBT .dateTime {
        display: flex;
        align-items: center;
        height: 14px;
        line-height: 14px;
        font-weight: 400;
    }

    .matchs .matchDate .mb .moreBets:hover,
    .matchs .matchDateBT .mb .moreBets:hover {
        color: #7f7f7f;
    }

    .matchs .matchDate .statistic:hover,
    .matchs .matchDateBT .statistic:hover {
        opacity: 0.5;
    }

.universal .matchs .inner1,
.universal .matchs .inner2,
.universal .matchs .inner3 {
    display: grid;
    gap: 4px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.universal .matchs .inner2 {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 4px), 1fr));
}

.universal .matchs .inner3 {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - 8px), 1fr));
}

.universal .matchs .bet.outright {
    grid-template-columns: 1fr;
}

/*#region media*/
.pc .liveCenter {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #FFFFFF;
}

    .pc .liveCenter .VueCarousel-wrapper {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

.pc .multimedia {
    height: 48px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .pc .multimedia .option {
        height: 48px;
    }

        .pc .multimedia .option span {
            line-height: 48px;
        }

.pc .liveCenter .pitch {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pc .momentum {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-top: 1px solid #E0E0E0;
}

    .pc .momentum .row .info .text {
        font-size: 13px;
    }

    .pc .momentum .row .time {
        color: #b7b7b7;
        font-size: 13px;
    }

.pc .liveCenter .stats .inner {
    background: #FFFFFF;
    border-top: 1px solid #E0E0E0;
}

.pc .__media .eventHeaderBread {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pc .__media.two .multimedia {
    border-radius: 0;
}

.pc .__media.two .liteScoreboardModule {
    padding: 12px;
}

.pc .__media.two .scoreBasedScoreboard_ScoreContainer {
    width: 155px;
}

.pc .__media .loading {
    height: 321px;
}
/*#endregion*/

/*#region mch-groups*/
.pc .prematchEvent .mchs-groups,
.pc .liveEvent .mchs-groups {
    border-radius: 6px;
}

.pc .liveEvent .mchs-groups {
    margin-top: 12px;
}

.pc .mch-groups .mch-group {
    padding-right: 24px;
    padding-left: 24px;
    height: 48px;
    line-height: 48px;
}

.pc .mchs-groups .s-headernav-more {
    height: 48px !important;
}

    .pc .mchs-groups .s-headernav-more.js-mch-headernav-prev {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .pc .mchs-groups .s-headernav-more.js-mch-headernav-next {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
/*#endregion*/

/*#region competitionsList*/
.pc .competitions .btnCollapse {
    color: #848484;
}

.pc .competitionList .matchInfo {
    width: 62%;
}

.pc .competitionList .g {
    flex: 0 0 38%;
    width: 38%;
}
/*#endregion*/

/*#region s-component*/
.pc .s-component {
    border-radius: 6px;
}

.pc .s-component-footer {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pc .s-component-footer-link span {
    font-weight: 500;
}
/*#endregion*/

/*#region ribbon*/
.pc .home-page ._top_ribbon {
    display: flex;
    justify-content: space-between;
    height: 48px;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
}

.pc .home-page ._ribbon {
    align-items: center;
    flex-shrink: 0;
    height: 100%;
    border-top-left-radius: 6px;
}

.pc .home-page ._ribbons_sports {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    height: 100%;
    border: 0;
    border-top-right-radius: 6px;
}

    .pc .home-page ._ribbons_sports ._ribbon_sp {
        height: 28px;
        line-height: 28px;
    }

        .pc .home-page ._ribbons_sports ._ribbon_sp.active {
            background: #EDEDED;
        }

.pc .top_winners ._ribbon span {
    font-style: normal;
    font-weight: 600;
}
/*#endregion*/

/*#region top winners*/
.pc .top_winners {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .pc .top_winners .winners_content {
        padding-bottom: 0;
    }

    .pc .top_winners ._ribbons_sports {
        justify-content: flex-start;
    }
/*#endregion*/

/*#region rotator games*/
.pc .s-rotator-edge {
    padding: 0;
}

.pc .rotator-games {
    display: flex;
    flex-direction: column;
    padding: 56px 16px 24px 16px;
}

    .pc .rotator-games .s-component-header {
        padding: 0 0 12px 0;
        height: auto;
    }
/*#endregion*/

/*#region rotator top-casino-games*/
.rotator-games.top-casino-games {
    padding: 0;
}

    .rotator-games.top-casino-games .s-rotator-item {
        background: #262626;
    }

    .rotator-games.top-casino-games .s-component-header {
        display: none;
    }

    .rotator-games.top-casino-games .s-rotator-edge {
        padding-bottom: 0;
    }

    .rotator-games.top-casino-games .s-rotator.s-games ul {
        width: calc(var(--numberOfPages) * 320px + 8px * (var(--numberOfPages) - 1));
    }

        .rotator-games.top-casino-games .s-rotator.s-games ul .rotator-page {
            width: 320px;
            height: 180px;
        }

    .rotator-games.top-casino-games .s-rotator .video-wrapper video {
        height: 180px;
    }

    .rotator-games.top-casino-games .s-rotator .video-wrapper .overlay-img {
        height: 146px;
    }
/*#endregion*/

/*#region About */
.pc .c-content {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pc .c-content-dropdown {
    padding-right: 16px;
    padding-left: 16px;
}

.pc .c-content-expanded {
    padding: 0 16px 16px;
}

    .pc .c-content-expanded .inner {
        padding: 16px 0 0;
    }

.mobile .c-content-expanded .inner {
    padding: 0;
}

.pc .c-content-body {
    padding-right: 0;
    padding-left: 0;
}

.pc .c-content-expand {
    padding: 0;
}

.c-content {
    text-align: start;
    background-color: #FFFFFF;
}

.c-content-title {
    padding: 0;
    line-height: 22px !important;
    font-size: 18px !important;
    font-weight: 600;
    color: #000000;
}

.c-content .title {
    height: 46px;
    display: flex;
    gap: 10px;
    padding: 12px 0;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0 !important;
}

    .c-content .title span {
        padding: 0;
        width: auto;
        height: auto;
        line-height: 22px;
        font-size: 18px;
        font-weight: 600;
    }

.c-content .spacing {
    gap: 0;
}

.pc .c-content .s-rotator {
    padding-bottom: 24px !important;
}

.mobile .c-content .s-rotator {
    margin-right: -12px;
    padding-bottom: 12px !important;
}

    .mobile .c-content .s-rotator .rotator {
        padding-right: 12px !important;
    }

.c-content-body {
    position: relative;
    margin-bottom: 12px;
    padding: 0 12px 12px;
    overflow: hidden;
}

.pc .c-content-body {
    max-height: 326px;
}

.mobile .c-content-body {
    max-height: 298px;
}

.c-content-body p {
    margin-bottom: 16px;
    padding: 0;
    font-size: 16px !important;
    line-height: 130% !important;
    color: #6B6B6B;
}

.c-content-body h2.c-content-title {
    margin-bottom: 16px;
}

.c-content-body .c-background {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 47px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.c-content-body-expanded {
    max-height: fit-content !important;
    transition: max-height 3s ease-in-out;
    margin-bottom: 0;
}

.c-content-expand {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-decoration-skip-ink: auto;
    padding-bottom: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #000000;
    cursor: pointer;
    align-items: center;
    gap: 4px;
}

    .c-content-expand.c-shrink {
        display: none;
    }

.c-content-body-expanded + .c-content-expand.c-expand {
    display: none;
}

.c-content-body a {
    font-size: 16px;
    font-weight: 500;
    color: #535353;
    text-decoration: underline;
}

.c-content-expanded i.styles-plus,
.c-content-expanded i.styles-minus {
    width: 20px;
    height: 20px;
}

.s-about {
    padding-bottom: 12px;
}

    .s-about img {
        border-radius: 4px;
    }

.s-rotator.s-about ul {
    display: flex;
    width: calc(var(--numberOfPages) * 220px + 8px * (var(--numberOfPages) - 1));
}

    .s-rotator.s-about ul .rotator-page {
        width: 220px;
        height: 147px;
    }

        .s-rotator.s-about ul .rotator-page img {
            background: #D9D9D9;
        }
/*#endregion*/

/*#region MyBets*/
.pc .myBets:not(.cashoutDialog.myBets) {
    margin: 0 auto 24px;
    max-width: 760px;
}

.pc .myBets .mb-title {
    border-radius: 6px;
}

.pc .myBets .items {
    padding: 0;
}

.pc .myBets .pagination {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pc .cashoutDialog .container {
    top: 80px;
    margin: auto;
    max-width: 760px;
}

.pc .cashout-popup .popup-container {
    margin: auto;
    max-width: 400px;
}

.pc .myBets .mb-summary button.mb-cashout,
.pc .cashoutDialog button {
    border-radius: 6px;
}
/*#endregion*/

/*#region Betslip*/
.pc.universal .betslip-footer {
    width: 416px !important;
}

.pc.universal .bg {
    height: 64px;
}

    .pc.universal .bg.expanded {
        height: 56px;
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
    }

.pc .bet-dialog {
    padding: 12px 0;
    width: 416px;
}

.pc .betSlip {
    position: relative;
    border-radius: 12px;
    z-index: 500;
}

    .pc .betSlip .match .dashed-line {
        margin: 0 32px;
    }

    .pc .betSlip .summary {
        padding: 8px 12px 12px 12px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .pc .betSlip .matches {
        max-height: calc(var(--rvh) - 344px);
    }

        .pc .betSlip .matches.sys {
            max-height: calc(var(--rvh) - 400px);
        }

        .pc .betSlip .matches.small {
            max-height: calc(var(--rvh) - 452px);
        }

        .pc .betSlip .matches.sys.small {
            max-height: calc(var(--rvh) - 508px);
        }

    .pc .betSlip .status-card {
        border-radius: 12px;
    }

    .pc .betSlip .close_card {
        top: 24px;
        right: 16px;
    }

.pc .overlay-betslip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 500;
}
/*#endregion*/

/*#region features*/
.pc .r-footer__features {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    padding: 24px;
}

    .pc .r-footer__features .r-feature {
        padding: 0;
        height: auto;
    }

.pc .r-footer__feature {
    display: flex;
    flex-direction: column;
}

.pc .r-footer__feature__description {
    text-align: center;
}

.pc .r-footer__features .line {
    display: none;
}
/*#endregion*/

/*#region footer_nav */
.pc .r-footer__nav {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 16px;
}

    .pc .r-footer__nav .r-footer__nav__dropdown {
        width: 100%;
    }

.pc .r-footer__nav__dropdownTitle {
    padding: 0 16px;
}
/*#endregion*/

/*#region footer icons*/
.pc ._footer .footer_icons {
    padding: 24px 16px;
}

.pc .footerMobile .r-footer__payment__container {
    grid-template-columns: repeat(8, 1fr);
    padding: 12px 16px 16px;
}
/*#endregion*/

/*#region socials*/
.pc .r-footer__nav__socialIcons__content {
    gap: 12px;
    padding: 16px 16px 12px 16px;
}

    .pc .r-footer__nav__socialIcons__content a {
        flex-direction: row;
        gap: 8px;
        height: 48px;
    }
/*#endregion*/

/*#region footer language*/
.pc .r-footer__language {
    padding: 0 16px 16px;
}

.pc .r-footer__language-btn {
    justify-content: center;
}

.pc.ltr-dir .r-footer__language svg.flag {
    margin-right: 16px;
}

.pc.rtl-dir .r-footer__language svg.flag {
    margin-left: 16px;
}

.pc .r-footer__language i.styles-chevron-down {
    position: relative;
}

.pc.ltr-dir .r-footer__language i.styles-chevron-down {
    margin-left: 16px;
}

.pc.rtl-dir .r-footer__language i.styles-chevron-down {
    margin-right: 16px;
}
/*#endregion*/

/*#region footer text*/
.pc .r-footer__text {
    padding: 16px;
}

.pc #footer .r-footer__links {
    display: none;
}
/*#endregion*/

/*#endregion*/

.pc .loading {
    border-radius: 6px;
}

.pc .sports_content .items-empty {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*#region sports common*/
#sportMenuContainer {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

    #sportMenuContainer .sportMenu {
        display: flex;
        flex-wrap: nowrap;
        text-align: center;
        margin-bottom: 12px;
        height: 67px;
        overflow: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        #sportMenuContainer .sportMenu::-webkit-scrollbar,
        .highContainer .highMenu::-webkit-scrollbar {
            display: none;
        }

        #sportMenuContainer .sportMenu .flex {
            display: flex;
            flex-wrap: nowrap;
            margin: 0 auto;
        }

            #sportMenuContainer .sportMenu .flex a {
                position: relative;
                flex: 0 0 auto;
                min-width: 84px;
                cursor: pointer;
            }

        #sportMenuContainer .sportMenu ul {
            height: 100%;
        }

            #sportMenuContainer .sportMenu ul li {
                text-align: center;
                display: inline-block;
                cursor: pointer;
                width: 80px;
            }

        #sportMenuContainer .sportMenu a .icon {
            position: relative;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            width: auto;
            height: 67px;
            gap: 4px;
            box-sizing: border-box;
            cursor: pointer;
        }

            #sportMenuContainer .sportMenu a .icon:after {
                content: "";
                position: absolute;
                display: block;
                height: 2px;
                bottom: 0;
                border-top-left-radius: 2px;
                border-top-right-radius: 2px;
            }

            #sportMenuContainer .sportMenu a .icon.selected:after {
                left: calc(50% - 16px);
                width: 32px;
            }

        #sportMenuContainer .sportMenu a .inplay {
            background-position: 0 6rem;
        }

        #sportMenuContainer .sportMenu a .favourites {
            background-position: 0 4rem;
        }

        #sportMenuContainer .sportMenu a.s_streaming .streaming {
            background-position: 0 2rem;
        }

        #sportMenuContainer .sportMenu a.s_counter .counter {
            display: inline-flex;
            position: relative;
            top: -4px;
            font-size: 14px;
            font-weight: 600;
            background: #FFD200;
            padding: 2px 6px;
            min-width: 16px;
            border-radius: 100px;
            border-width: 2px;
            border-style: solid;
            border-color: currentColor;
            text-align: center;
            justify-content: center;
            align-items: center;
            border: 2px solid #FFFFFF;
        }

.ltr-dir #sportMenuContainer .sportMenu a.s_counter .counter {
    right: -18px;
}

.rtl-dir #sportMenuContainer .sportMenu a.s_counter .counter {
    left: -18px;
}

#sportMenuContainer .sportMenu a .icon i {
    display: block;
}

    /*Search*/
    #sportMenuContainer .sportMenu a .icon i.sp-1 {
        background-image: url('/Images/magnifier.svg?v=1');
        background-size: 100%;
    }

    /*Highlights*/
    #sportMenuContainer .sportMenu a .icon i.sp0 {
        background-position: -8em -5em;
    }

#sportMenuContainer .sportMenu a .name {
    display: inline-block;
    padding: 0 4px;
    font-weight: 500;
    width: 100%;
    max-width: 84px;
    line-height: 16px;
    text-align: center;
    box-sizing: border-box;
}

/*Selections*/
.selections {
    display: block;
    width: 100%;
}

    .selections .ddl {
        width: 98%;
        cursor: pointer;
        margin: 10px 1%;
        padding: 10px;
        font-size: 18px;
        border: none;
    }

/*#region sport content*/
.universal .stInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12px;
    padding-left: 12px;
    height: 48px;
}

.stInfo .sort_league_time {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 24px;
    white-space: nowrap;
}

    .stInfo .sort_league_time li {
        position: relative;
        display: flex;
        align-items: center;
        height: 48px;
        line-height: 48px;
        cursor: pointer;
    }

        .stInfo .sort_league_time li span {
            display: block;
            line-height: 16px;
            font-size: 14px;
            font-weight: 500;
        }

        .stInfo .sort_league_time li:last-child span {
            text-align: center;
            white-space: pre-line;
        }

        .stInfo .sort_league_time li._single {
            padding: 0;
            height: 19px;
            line-height: 19px;
        }

        .stInfo .sort_league_time li:after {
            content: "";
            position: absolute;
            display: block;
            height: 2px;
            bottom: 0;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }

        .stInfo .sort_league_time li.active:after {
            left: calc(50% - 16px);
            width: 32px;
        }

.stInfo .streaming_sport {
    height: 22px;
    line-height: 22px;
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.stInfo .sport-selector-dropdown .s-selectbox {
    max-width: 150px;
    padding: 4px 8px;
    height: 32px;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: currentColor;
    display: block;
    margin: 0;
    padding-right: 28px;
    font-family: 'Roboto', Tahoma, Arial;
    font-size: 14px;
    font-weight: 500;
    text-align-last: right;
    background-color: transparent;
    background-image: url(/Images/chevron-down.svg?v=1.0.0.2);
    background-repeat: no-repeat;
    background-size: 28px 16px;
    background-position: 100% center;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    cursor: pointer;
}

.stInfo .sortGames {
    float: left;
    font-weight: bold;
    cursor: pointer;
}

.stInfo.highlights {
    text-align: start;
    line-height: 36px;
    overflow: hidden;
}

    .stInfo.highlights span.name {
        position: relative;
        margin-left: 0;
        font-family: Arial;
        font-size: 16px;
    }

        .stInfo.highlights span.name .abs {
            position: absolute;
            width: 2px;
            margin-right: -2px;
            top: 0;
        }

.stInfo .ltlGroupName {
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: var(--color-gray-dark-01) !important;
    cursor: pointer;
}

    .stInfo .ltlGroupName span:after {
        width: 0;
        height: 0;
        border: 0.313em solid transparent;
        border-bottom: none;
        border-top-color: var(--color-gray-dark-01);
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
    }

.top-tours .stInfo {
    display: flex;
    align-items: center;
    margin-top: 0 !important;
    cursor: pointer;
}

.top-tours .toptours {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../../../Images/toptours.svg);
    -webkit-filter: invert(1);
    filter: invert(1);
    cursor: pointer;
}

.top-tours .topLeagues {
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../../../Images/trophy.svg);
    cursor: pointer;
}

.top-tours .stInfo span.name {
    margin-left: 26px;
}

.message-box {
    display: block;
    width: auto;
    position: relative;
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
}

.universal .competitionList {
    overflow: hidden;
}

    .universal .competitionList li {
        position: relative;
        overflow: hidden;
    }

    .universal .competitionList a.league {
        position: relative;
    }

    .universal .competitionList li:first-child {
        margin-top: 0 !important;
    }

    .universal .competitionList ul.matchs li:last-child {
        border-bottom: unset !important;
    }

.universal .competitions {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.universal svg.flag {
    flex-shrink: 0;
    border-radius: 2px;
}

.universal .btnBack {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    cursor: pointer;
}

.universal .btnCollapse {
    position: absolute;
    width: 20px;
    height: 20px;
    color: #5D5D5D;
    cursor: pointer;
}

.tournamentPanel .league_info {
    display: flex;
    gap: 8px;
    height: 17px;
}

.tournamentPanel .line {
    width: 1px;
    height: 24px;
    flex-shrink: 0;
    background: #EBEBEB;
}

.universal .competitionList .loader {
    height: 100px;
    width: 100%;
}
/*#endregion*/

/*#region sort selector */
.sort-selector-list {
    position: absolute;
    top: 30px;
    display: block;
    font-size: 12px;
    padding: .25rem 0;
    border-radius: .25rem;
    color: #333;
    background-color: #fff;
    width: 175px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
    z-index: 1;
}

.sort-selector-option {
    padding: .65rem .75rem;
    line-height: 1em;
    cursor: pointer;
}

    .sort-selector-option:hover {
        background-color: rgba(0,0,0,.04);
    }

    .sort-selector-option.active {
        font-weight: 700;
        border-left: 4px solid #fdd101;
        padding-left: .4rem;
    }
/*#endregion*/

/*#region groups */
.hasDropdown {
    position: absolute;
    display: block;
    font-size: 12px;
    padding: .25rem 0;
    border-radius: .25rem;
    color: #333;
    background-color: #fff;
    width: 175px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
    z-index: 1;
}

    .hasDropdown li {
        padding: .65rem .75rem;
        line-height: 1em;
        cursor: pointer;
    }

        .hasDropdown li.selected {
            font-weight: 700;
        }

        .hasDropdown li:hover {
            background-color: rgba(0,0,0,.04);
        }

        .hasDropdown li a span {
            display: inline-block;
            text-align: start;
            padding: 0 5px;
            font-size: 12px;
        }
/*#endregion*/

.W100 {
    width: 100%;
}

/*#endregion*/

.universal .ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.universal .game-info-label {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.universal .team-left {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    overflow: hidden;
    width: calc(100% - 30px);
    max-width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .universal .team-left:after {
        content: "";
        position: absolute;
        top: 0;
        width: 20px;
        height: 100%;
    }

.competitionList .standard_score {
    display: flex;
    gap: 10px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}
