.digitain-widget {
    min-height: 289px;
    position: relative;
    width: 100%
}

.digitain-widget .spinner {
    z-index: 9 !important
}

.digitain-widget #top-application-container-id {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 10
}

@media only screen and (max-width:767px) {
    .home-sport-menu {
        background: #114f3c;
        color: #fff;
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .home-sport-menu__header {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: .625rem
    }

    .home-sport-menu__sportbetting-link {
        color: #fcd301
    }

    .home-sport-menu__items {
        align-items: center;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 .3125rem;
        width: 100%
    }

    .home-sport-menu__item {
        display: flex;
        flex-direction: column;
        width: 45%
    }

    [dir=ltr] .home-sport-menu__item {
        margin-right: .3125rem
    }

    [dir=rtl] .home-sport-menu__item {
        margin-left: .3125rem
    }

    .home-sport-menu__item-name {
        background: #6c6c6c;
        padding: .3125rem .3125rem .625rem;
        text-transform: capitalize;
        width: 100%
    }

    .home-sport-menu__item-img {
        height: 5.9375rem;
        object-fit: cover
    }

    .home-sport-menu__item:last-child {
        margin: 0
    }
}

@media only screen and (min-width:768px) {
    .home-sport-menu__text-wrap {
        padding-bottom: .625rem;
        position: relative;
        width: 30%
    }

    .home-sport-menu__text-wrap:after {
        background-color: #fcd301;
        bottom: 0;
        content: "";
        height: .25rem;
        position: absolute;
        width: 1.875rem
    }

    .home-sport-menu__text {
        display: block;
        font-size: 1.625rem
    }

    .home-sport-menu__text_color_white {
        color: #d5d5d5;
        font-weight: 400
    }

    .home-sport-menu__text_color_yellow {
        color: #fcd301;
        font-weight: 700
    }

    .home-sport-menu__slider-wrap {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .home-sport-menu__slider {
        position: relative;
        width: 70%
    }

    .home-sport-menu__items {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 .3125rem
    }

    .home-sport-menu__item {
        align-items: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        padding: 2.75rem 0;
        text-align: center;
        transition: all .3s ease-in-out
    }

    .home-sport-menu__item-name {
        box-sizing: border-box;
        display: block;
        padding: .3125rem .3125rem 0;
        text-align: center
    }

    .home-sport-menu__item-img {
        height: auto;
        max-width: 100%
    }

    .home-sport-menu__item:hover {
        background-color: #1f1f1f;
        color: #fcd301
    }

    .home-sport-menu__item:hover svg * {
        fill: #fcd301
    }

    .home-sport-menu__icon {
        display: block;
        margin-bottom: 15px
    }

    .home-sport-menu__icon,
    .home-sport-menu__icon svg {
        height: 3.45rem;
        width: 3.45rem
    }

    .home-sport-menu__icon svg * {
        fill: #fff
    }
}

.main-page-mobile {
    background-color: #3d3d3d
}

.main-page-mobile__slide {
    display: block;
    width: 100%
}

.main-page-mobile__slide>img {
    height: auto;
    object-fit: cover;
    width: 100%
}