body {
    overflow-x: hidden;
}

.main_slider {
    width: calc(100% - 4px) !important;
    left: 2px !important;
    margin-bottom: 4px !important;
    border-radius: 4px !important;
}

.slider_img {
    border-top-left-radius: 6px !important;
}

.sport-menu {
    background-color: #393939;
    border-radius: 4px;
    margin-left: 2px;
    margin-top: -1px;
}

.sport-menu .sport-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sport-menu .sport-menu-wrapper::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}

body::-webkit-scrollbar-track {
    background: #3D3D3D;
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
    background: #FDC600;
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, 0.4);
}

.sport-menu a.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 58px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.sport-menu-wrapper .menu-item {
    opacity: 0.75;
}

.sport-menu-wrapper .menu-item.active {
    opacity: 1;
}

.sport-menu a.category span.category-name {
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    white-space: nowrap;
}

.sport-menu a.category span.icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
    position: relative;
}

.sport-menu a.category span.icon::before {
    width: 20px;
    height: 20px;
    position: absolute;
}

.sport-menu-wrapper .menu-item {
    position: relative;
    cursor: pointer;
}

.sport-menu-wrapper .menu-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FDC600;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

.sport-menu-wrapper .menu-item.active::after {
    width: calc(100% - 20px);
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

.live-wrapper .list-matches-wrapper {
    position: relative;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    background-color: #252525;
}
.live-wrapper .list-matches-wrapper.load {
    height: 170px;
    overflow: hidden;
}
.live-wrapper .list-matches-wrapper.load #live-loader {
    position: absolute;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #252525;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    z-index: 100;
}
.live-wrapper .list-matches-wrapper.load #live-loader::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    pointer-events: none;
    border: 3px solid rgba(255, 199, 44, 0.2);
    border-top-color: rgba(255, 199, 44, 0.8);
    border-radius: 100%;
    -webkit-animation: rotation 0.6s infinite linear 0.25s;
    animation: rotation 0.6s infinite linear 0.25s;
    z-index: 110;
}
@-webkit-keyframes rotation {
    from {
        opacity: 1;
        transform: rotate(0deg);
    }
    to {
        opacity: 1;
        transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        opacity: 1;
        transform: rotate(0deg);
    }
    to {
        opacity: 1;
        transform: rotate(359deg);
    }
}
.live-wrapper .list-matches .match-wrapper {
    color: #DADADA;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-decoration: none;
}
.live-wrapper .list-matches .match-info.liveLineSuspended {
    position: relative;
}
.live-wrapper .list-matches .match-info.liveLineSuspended .coeffs-wrapper::after,
.live-wrapper .list-matches .match-info.liveLineSuspended .info-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(57, 57, 57, 0.8);
}
.live-wrapper .list-matches .match-info.liveLineSuspended .coeffs-wrapper::after {
    width: 100%;
    left: auto;
    right: 0;
}
.live-wrapper .list-matches-wrapper .sports-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.live-wrapper .sports-header h3 {
    padding: 12px;
    color: #DADADA;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}
.live-wrapper .sport-categories {
    padding: 12px;
    cursor: pointer;
}
.live-wrapper .sport-categories > span {
    position: relative;
    padding-right: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #DADADA;
}
.live-wrapper .sport-categories.has-dropdown > span::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    right: -2px;
    top: 4px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.59 0.59-4.59 4.58-4.59-4.58-1.41 1.41 6 6 6-6-1.41-1.41z' fill='%23DADADA'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.live-wrapper .sport-categories.opened.has-dropdown > span::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.live-wrapper .sport-categories.no-dropdown > span {
    padding-right: 0;
}
.live-wrapper .sports-header ul {
    position: absolute;
    right: 0;
    top: 43px;
    background: #252525;
    z-index: -1;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    display: none;
}
.live-wrapper .sport-categories.opened ul {
    display: block;
    z-index: 100;
}
.live-wrapper .sports-header ul li {
    font-size: 12px;
    color: #DADADA;
    padding: 11px 20px 11px 15px;
    border-top: 1px solid #393939;
    position: relative;
}
.live-wrapper .sports-header ul li.active {
    color: #F7C003;
}
.live-wrapper .match-wrapper .match-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    background-color: #393939;
}
.live-wrapper .match-header .market-categories {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.live-wrapper .market-categories span {
    position: relative;
    left: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.live-wrapper .market-categories span:first-child {
    left: 0;
}
.live-wrapper .match-header span.league-name {
    font-size: 12px;
    font-weight: 600;
    width: 60%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.live-wrapper .match-wrapper .match-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #292929;
    border-bottom: 1px solid #424242;
}
.live-wrapper .match-wrapper .match-info:last-child {
    border-bottom: 1px solid transparent;
}
.live-wrapper .match-wrapper div:nth-of-type(2) {
    margin-top: 0;
}
.live-wrapper .match-info > .info-wrapper {
    width: 60%;
    position: relative;
    padding: 8px 10px 8px 8px;
    border-right: none;
}
.live-wrapper .match-info > .info-wrapper::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #424242;
    right: 0;
    top: 0;
}
.live-wrapper .match-info .coeffs-wrapper {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.live-wrapper .coeffs-wrapper button {
    padding: 0 6px;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.live-wrapper .coeffs-wrapper button.multi-align,
.live-wrapper .coeffs-wrapper button.align-right,
.live-wrapper .coeffs-wrapper button.align-left {
    width: 50%;
    height: 100%;
    position: absolute;
    flex: unset;
}
.live-wrapper .coeffs-wrapper button.align-right {
    right: 0;
}
.live-wrapper .coeffs-wrapper button.multi-align {
    width: 33.33%;
}
.live-wrapper .coeffs-wrapper button.align-center {
    left: 33.33%;
}
.live-wrapper .coeffs-wrapper span {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #F7C003;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.live-wrapper .coeffs-wrapper .coeff-additional {
    display: block;
    color: #DADADA;
    margin-bottom: 5px;
}

.live-wrapper .coeffs-wrapper .inbetslip {
    background-color: var(--bg-second-color) !important;
    color: #FDC600;
    border: 1px solid #FDC600 !important;
}
.live-wrapper .info-wrapper .match-teams {
    position: relative;
    top: -3px;
}
.live-wrapper .info-wrapper .match-time {
    display: flex;
    position: relative;
    width: 100%;
    top: 3px;
}
.live-wrapper .match-time .match-num {
    margin-left: auto;
    font-size: 11px;
    color: #999;
}
.live-wrapper .info-wrapper .additional-info {
    font-size: 10px;
    color: #FDC600;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}
.live-wrapper .match-info .suspended-title {
    padding-left: 15px;
    padding-right: 15px;
    width: 40%;
    color: #FDC600;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    font-size: 12px;
}
.live-wrapper .list-matches-wrapper.load .suspended-title {
    z-index: -1;
}
.live-wrapper .match-teams .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C1C1C1;
}
.live-wrapper .match-teams .team:nth-child(2) span:nth-child(2) {
    position: relative;
    top: -1px;
}
.live-wrapper .team span {
    line-height: 18px;
}
.live-wrapper .team > span:nth-child(1) {
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.live-wrapper .match-time span {
    font-size: 11px;
}
.live-wrapper .match-time span:nth-child(1) {
    color: #FDC600;
}
.live-wrapper .match-time span:nth-child(1):not(.blank) {
    margin-right: 11px;
}
.live-wrapper .match-time span.chevron-right {
    display: flex;
    align-items: center;
    position: relative;
    left: -4px;
    color: #999999;
    padding: 0 8px 0 4px;
    cursor: pointer;
}
.live-wrapper .match-time span.chevron-right::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: -7px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.25 3.568-0.88125 0.83847 2.8625 2.7295-2.8625 2.7295 0.88125 0.83849 3.75-3.568-3.75-3.568z' fill='%23999' fill-opacity='.87'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.live-wrapper .live-wrapper .empty-btn {
    pointer-events: none;
}
.live-wrapper .team span.owns-ball {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 10px;
    color: #FDC600;
    margin-right: 10px;
}
.live-wrapper .team .tennis-score {
    min-height: 18px;
    min-width: 50px;
    display: flex;
    justify-content: space-between;
}
.live-wrapper .team .tabletennis-score {
    min-width: 35px;
}
.live-wrapper .team .tennis-score > span {
    height: 100%;
    flex: 1;
    text-align: center;
}
.live-wrapper .team .tennis-score > span:first-child {
    color: #FDC600;
}
.live-wrapper .match-teams .team .tennis-score > span:nth-child(2) {
    top: 0;
}
.live-wrapper {
    /* Media */
}
@media only screen and (max-width: 359px) {
    .live-wrapper .coeffs-wrapper button.long-row {
        padding-left: 5px;
        padding-right: 5px;
    }
    .live-wrapper .coeffs-wrapper button.long-row span {
        font-size: 12px;
    }
}
.live-wrapper .list-matches-wrapper .category-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #222;
}
.live-wrapper .category-filter .outright {
    display: flex;
}
.live-wrapper .outright > a {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #DADADA;
    cursor: pointer;
    user-select: none;
    transition: 0.25s;
    padding: 14px 12px;
    text-decoration: none;
}
.live-wrapper .outright > a.active, .live-wrapper .outright > a[data-matches-count="0"] {
    pointer-events: none;
}
.live-wrapper .outright > a.active::before {
    width: calc(100% - 14px);
}
.live-wrapper .outright > a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: 8px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FDC600;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.live-wrapper .match-comment-wrapper .match-comment {
    color: #ffc72c;
    font-size: 11px;
}
.live-wrapper .match-info .info-wrapper {
    width: 60%;
    /*position: relative;*/
    /*padding: 8px 12px;*/
    /*border-right: 1px solid #424242;*/
    /*cursor: pointer;*/
    /*text-decoration: none;*/
}
.live-wrapper .match-info .match-time-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    top: -3px;
    margin-bottom: -5px;
}
.live-wrapper .info-wrapper .match-time {
    display: flex;
    position: relative;
    width: 100%;
    top: 3px;
}
.live-wrapper .match-time-wrapper .match-time {
    margin-right: 5px;
}
.live-wrapper .outright > .odds-count, .live-wrapper .list-outrights .odds-count, .live-wrapper .match-time-wrapper > span {
    font-size: 11px;
    color: #999;
}
.live-wrapper .match-time-wrapper .match-num {
    margin-left: auto;
}
.live-wrapper .list-matches .odds-wrapper.outright {
    width: 15%;
}
.live-wrapper .odds-wrapper.outright {
    text-decoration: none;
}
.live-wrapper .odds-wrapper.outright .odds-count, .live-wrapper .list-outrights .odds-count {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media (orientation: landscape) {
    .icon-chat:before,
    .icon-promotions:before,
    .icon-betslip-list:before {
        position: relative;
        top: 4px;
    }
}
.footer-fixed-panel-menu {
    transition: 0.55s ease;
}

.footer-fixed-panel-menu.betslip-hidden {
    margin-bottom: -65px !important;
}

#gotop {
    transition: 0.55s ease;
}

#gotop.betslip-hidden {
    margin-bottom: -65px;
}

#gotop.show-footer,
.footer-fixed-panel-menu.show-footer {
    margin-bottom: 0 !important;
}

.live-wrapper .short-loader-wrapper {
    width: 20px;
    height: 40px;
    display: none;
}

.live-wrapper .short-loader {
    opacity: 0;
    display: none;
    width: 15px;
    height: 15px;
    pointer-events: none;
    position: relative;
    top: 13px;
    right: -2px;
    border: 3px solid rgba(255, 199, 44, 0.2);
    border-top-color: rgba(255, 199, 44, 0.8);
    border-radius: 100%;
    -webkit-animation: rotation 0.6s infinite linear 0.25s;
    animation: rotation 0.6s infinite linear 0.25s;
}

.live-wrapper .short-loader-wrapper.load {
    display: block;
}

.live-wrapper .short-loader-wrapper.load .short-loader {
    display: inline-block;
}

.list-matches-wrapper .sports-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-matches-wrapper .sports-header h3 {
    margin-right: auto;
}
