
.navbar .navbar-brand img {
    max-width: 50px;
}


@media only screen and (min-width: 900px) {

div#leftbar {
    width: 270px;
}

div#rightbar {
    width: 270px;
    padding: 0px;
    background: #111111 !important;
}

.wrapper .content {
    width: calc(100% - 540px) !important;
}

div#rightbar button,div#rightbar a {
    border-radius: 0px;
    margin: 0px !important;
    text-transform: uppercase;
    font-size: .84615em;
    font-weight: 400;
}
.wrapper .content {
    margin-top: 20px;
    background: #1a1a1a50;
}

div#rightbar {
    margin-top: 11px;
}

div#leftbar {
    margin-top: 8px;
}

div#rightbar .top button {
    background: #bbb;
    color: #000;
    font-weight: 600 !important;
}

div#rightbar .top a {
    background: #111111 !important;
    font-weight: 600 !important;
}

button.dropdown-toggle i {
    color: #fff !important;
}

button.dropdown-toggle {
    border-radius: 50% !important;
}
#leftbar ul.main li:first-child {
    display: none;
}
ul.main li,ul.main li a {
    border: none;
}

.dark-mode .leftbar li a {
    border-radius: 3px;
    background: #111111 !important;
    font-size: 14px !important;
}

ul.main li {
    background: #0c314d !important;
}

.leftbar .top button:not(.light) {
    background: #1A1A1A !important;
    border-radius: 0px;
    font-size: 14px !important;
}

.leftbar .top button:last-child {
    font-size: 14px !important;
}

.leftbar .top button.light {
    background: #bbb !important;
    color: #1A1A1A;
    border-radius: 0px;
}

.dark-mode .leftbar .top {
    padding: 0px !important;
    border-radius: 3px !important;
    overflow: hidden;
}

.leftbar .top button:first-child {
    margin-right: 0px !important;
    font-size: 14px !important;
}
.table p span {
    color: #fff !important;
}
div#rightbar {
    padding: 5px;
}
}

.blink {
    animation: blink-animation 0.5s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

button[title="Back"] {
    background: rgb(150, 220, 244) !important;
    color: #000 !important;
    font-size: 16.8px;
    font-weight: 500;
}

button[title="lay"] {
    background: rgb(241, 161, 189) !important;
    color: #000 !important;
    font-size: 16.8px;
    font-weight: 500;
}
.swiper.s-slider.live-matches p {
    font-family: "Avenir Next";
    font-size: 16.8px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
}
.navbar .navbar-toggler i:hover{
    color:#fff !important;
}
.box div button:nth-child(n+3) {
    display: none;
}
body{
    user-select:none;
}
.box.swiper-slide p{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
ul.submenu-nav {
    opacity:0;
    position: absolute;
    list-style-type: none;
    padding: 0px;
    white-space: nowrap;
    background: #1a1a1a;
    border-radius: 10px;
    top: 100%;
    padding: 8px;
    transition: 0.3s;
}

li.submenu-wrapper {
    position: relative;
    cursor: pointer;
}

li.submenu-wrapper:hover ul {
    opacity:1;
}
.blink-color,.blink-color a {
    -webkit-animation: blinkcolor 2s linear infinite;
    animation: blinkcolor 2s linear infinite
}

@-webkit-keyframes blinkcolor {
    0%,100% {
        color: #ffb80c
    }

    25% {
        color: red
    }
}

@keyframes blinkcolor {
    0%,100% {
        color: #ffb80c
    }

    25% {
        color: red
    }
}


.box.swiper-slide button {
    height: 50px !important;
}


.swiper.s-slider .swiper-button-next:after,.swiper.s-slider .swiper-button-prev:after {font-size: 16px;font-weight: 900;}

.swiper.s-slider .swiper-button-next:after {
    transform: translateX(10px);
}

.swiper.s-slider .swiper-button-prev:after {
    transform: translateX(-10px);
}
h5.mb-3.tournment-name {
    font-size: 10px;
    letter-spacing: 2px;
    color: rgb(153, 153, 153) !important;
    font-family: none;
}
.fa-bars:before {
    color: #fff;
}

@media (max-width: 600px) {
    ul.navbar-nav {
        background: #1a5684;
        padding: 10px 20px;
        border-radius: 10px;
        max-width: 70%;
        margin: 0px auto;
    }
    
    ul.navbar-nav li a {
        font-size: 17px;
        justify-content: center;
        padding-block: 6px !important;
        letter-spacing: 1px;
    }
    h5.start-date {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}
