﻿.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*/
