﻿#Matchinfolist .onloading .simple-icon-refresh{
    animation: Rotate 2s both infinite linear;
    display:flex;
}

#testdaysummaryload .onloading .simple-icon-refresh {
    animation: Rotate 2s both infinite linear;
    display: flex;
}

@keyframes Rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.line-height1{
    line-height: 1;
}
#Matchinfolist {
    position:relative;
    z-index:1;
}
#maplist #map{
    width: 100%;
    height: 650px;
}
.dashboard-listing .match-card .card .card-body, #matchlistpage .match-card .card .card-body {
    height: auto;
}
.dashboard-listing .live-events .event-card .card .image-field {
    height: 160px;
    position:relative;
}
.dashboard-listing .upcoming-events .event-card .card .image-field {
    height: 148px !important;
}
    .dashboard-listing .event-card .card .image-field .date-field,
    #eventlistpage .event-card .card .image-field .date-field {
        position: absolute;
        right: 10px;
        top: 15px;
        border-radius: 4px;
        padding: 0 5px;
        color: #999;
        margin: 0;
    }
#recent-match-card .card .card-body{
    height:100%;
}
.match-card .card .card-body {
    padding: 10px 15px;
    height: 219px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
#Matchinfolist .match-card .card .card-body {
    padding:1.75rem;
}
.match-card .card .card-body .status {
    margin-top: auto;
    font-size: 14px;
    line-height: 17px;
    color: #999;    
}
.dashboard-item .match-card .card .card-body .status{
height:19px;
}
.top-5px {
    top: 5px !important;
}
.match-card .card .card-body .versus {
    font-size: 18px;
    line-height: 22px;
    color: #999;
}

.match-card .card .card-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin:0;
}

.match-card .card .card-body ul li {
    text-align: center;
}

.match-card .card .card-body .image-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    padding: 4px;
    background-color: #d9d9d9;
    border: 1px solid #d0d0d0;
}

.match-card .card .card-body .country-name {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*width: 100px;*/
    position:relative;
    font-weight:300;
}

.match-card .card .card-body .country-name label {
    position: relative;
    padding: 0 20px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.match-card .card .card-body .country-name.active label:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFB62B;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
}

/* .match-card .card .card-body .country-name.won:after {
    content: "";
    background: url(/images/Tick.svg) no-repeat 0 0;
    width: 15px;
    height: 12px;
    margin-left: 6px;
}*/
#matchlistpage .match-card .card .card-body .score-box, .live-upcoming .match-card .card .card-body .score-box {
    height: 45px;
}
#recent-match-card.match-card .card .card-body .score-box{
    height:46px;
}
#recent-match-card.match-card .card .card-body .status,
.live-upcoming .match-card .card .card-body .status {
    height: 34px;
}
.live-upcoming .match-card .card .card-body{
    height:100%;
}
.match-card .card .card-body .score-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 10px;
}
.dashboard-item .live-matches .match-card .card .card-body .score-box {
    height: 45px;
}
.match-card .card .card-body .score-box span {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 2px;
    font-weight: 700;
}

.match-card .card .card-body .score-box label {
font-size: 14px;
line-height: 16px;
color: #737272;
margin: 0;
}

.match-card .card .footer {
    height: 27px;
    border-radius: 0 0 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 14px;
    background-color: transparent;
    position:relative;
    z-index:9;
    overflow:hidden;
}
    .match-card .card .footer label{
        margin:0;
    }
    .match-card .card .footer:before {
        content: "";
        position: absolute;
        left: 0;
        width: 7px;
        border-radius: 0 0 0 8px;
        z-index: -1;
        height: 100%;
        background: #42A0F9;
    }
    .match-card .card .footer span {
        font-size: 13px;
        line-height: 17px;
    }
    
    .match-card .card .footer span.simple-icon-options {
        font-size: 16px;
        line-height: 30px;
    }

.match-card .card .match-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 10px 10px 0;
    border-bottom: 1px solid #C4C4C4;
    position: relative;
}

.match-card .card .match-top .tournament-field {
    font-size: 18px;
    line-height: 24px;
    font-weight:300;
    color: #666666;
    margin-bottom: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 85%;
    text-align: center;
    margin-bottom: 0;
}
.news-title a{
    font-size: 18px;
    line-height: 24px;
    color: #0589fe;
    margin-bottom: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.match-card .card .match-top .date-field {
    font-size: 14px;
    line-height: 17px;
    color: #999;
    margin-bottom: 5px;
}

.match-card .card .country-field {
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 85%;
    text-align: center;
    margin-bottom:0;
}

.match-card .card .name-field {
    font-size: 18px;
    line-height: 22px;
    color: #999;
}

.card-img-overlay {
    padding: 15px 12px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
    width: 100%;
    left: inherit;
}
#MatchPlayerList .card-img-overlay{
    width:100%;
}
@media (max-width: 991px) {
    .card-img-overlay {
        padding: 15px 14px;
    }
}

    @media (min-width:991px) and (max-width:1070px) {
        .is_pr0 {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }
    }

    @media (min-width:768px) and (max-width:1070px) {
        .is_pl0 {
            padding-left: 12px !important;
        }
    }

    .match-card .card-img-overlay h3 {
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        margin: 0;
        padding-bottom: 24px;
    }

.card-img-overlay ul {
    display: flex;
    flex-flow: column;
    margin: 0;
    align-items: flex-start;
}

.card-img-overlay li {
    margin-bottom: 15px;
    display: inline-block;
}
.card-img-overlay li:last-child{
    margin-bottom:0;
}
.card-img-overlay li:last-child {
    position: absolute;
    right: 5px;
    bottom: 5px;
    margin-bottom: 0;
    margin-right: 0;
}

.card-img-overlay li:last-child span {
    display: flex;
    font-size: 20px;
    width: 24px;
    align-items: center;
    justify-content: center;
}

.card-img-overlay li a {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.card-img-overlay li a:hover{
    color:#fff !important;
}
.card.menu-active .HandPointer,
.card.menu-active .footer,
.card.menu-active .event-top-bottom,
.card.menu-active .country-field,
.card.menu-active .tournament-field,
.card.menu-active .card-body .image-field, 
.card.menu-active .date-block{
    filter: blur(2px);
}
.card-img-overlay li span {
    font-size: 20px;
    color: #fff;
    display: flex;
    width:35px;
}
    .card-img-overlay li span.icon-Match {
        width: 30px;
        font-size: 15px;
    }
    .card-img-overlay label {
        font-size: 18px;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 15px;
        width: 100%;
        line-height: 20px;
    }
@media (min-width: 768px) and (max-width: 991px) {    

        .match-card .card .card-body .country-name {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 100px;
            display: block !important;
        }

        .match-card .card .footer span {
            font-size: 12px !important;
        }
    }

    .all-event-list .online {
        top: 25px;
        right: 20px;
    }

    /*.online {
        border: 1px solid #c4c4c4;
        border-radius: 50%;
        width: 21px;
        height: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -5px;
        right: 0;
    }*/

    /*.online span {
        background-color: #82d453;
        width: 9px;
        height: 9px;
        border-radius: 2px;
    }*/

.live-match-slider .card, .upcoming-match-slider .card {
    margin-right: 20px;
    /*max-width:350px;
    width: 100%;*/
    box-shadow: none !important;
}

    .dropdown-h {
        height: 250px;
        overflow: hidden;
        overflow-y:auto;
    }

    /*# sourceMappingURL=match-card.css.map */
    .match-card .card .card-body .country-name.won label:after {
        content: "✓";
        color: #67e767;
        position: absolute;
        right: 0px;
        top: 0;
    }

    .event-matches .slick-list.draggable {
        padding-right: 15%;
    }
#recent-match-card .slick-list,
.live-upcoming .slick-list{
    padding-right: 0 !important;
}
.match-data {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 85%;
    border-radius: 8px;
    padding: 10px 0;
    display: flex;
}

        .match-data:before {
            content: "";
            border-right: 2px solid #ddd;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 10px;
            right: 0;
            text-align: center;
            width: 2px;
            height: 50%;
            margin: auto;
        }

    @media (min-width: 768px) and (max-width: 991px) {
        .match-data:before {
            display: none;
        }
    }

@media (min-width: 1200px) and (max-width: 1750px) {
    .match-data:before {
        display: none;
    }
}

.match-data-details {
    max-height: 235px;
    overflow: auto;
}

.match-data-details p {
    padding-right: 5px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c500ff;
    border-radius: 4px;
}

.menu .main-menu ul::-webkit-scrollbar {
    width: 1px !important;
}
.description-head {
    font-size: 24px;
    width: 100%;
    padding-right: 35px;
}

    .levelfont {
        color: #469A35 !important;
        font-size: 18px !important;
        font-weight: 900 !important;
    }

    #Groupbox .imgIcn {
        float: left;
        width: 24px;
        height: 30px;
        overflow: hidden;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
        border-radius: 50%;
    }

    #Groupbox img {
        width: 100% !important;
    }

    #Groupbox ul li {
        border-bottom: 1px solid #ddd;
        padding: 8px 0px;
        width: 100%;
        float: left;
    }

    #Groupbox ul {
        margin: 0px 10px;
    }

    #Groupbox .headsection {
        padding: 8px 10px;
        color: #469A35;
        font-size: 18px;
        font-weight: 900;
        text-align: center;
    }

        #Groupbox .headsection a {
            float: right;
        }

    #Groupbox .boxgrp {
        float: left;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
        /*min-width: 275px;*/
    }

    #Groupbox li {
        list-style: none;
    }

    #Groupbox .nav-item a {
        float: left;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 10px 0px 0px 15px;
        color: #000;
    }

    .super-over .nav-item a.active:before {
        border-bottom: 4px solid #c500ff;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 12px;
    }

    .tie-btn {
        background-color: #ffb500;
        color: #332400;
    }

    .icon-map {
        font-size: 28px;
    }

    .slick-dots {
        position: static !important;
        margin-top: 15px !important;
    }

    @media (max-width: 576px) {
        .live-status {
            position: absolute;
            right: 15px;
        }
    }

    @media (max-width: 767px) {
        #maplist #map {
            width: 100%;
            height: 300px;
        }

        .live-match-slider .card {
            margin: 0 5px !important;
        }

        .day-session {
            font-size: 13px;
        }

        .description-head {
            font-size: 20px;
        }

        .entry-table .right-side-block .score-details .dropdown-menu {
            transform: translate3d(-100px, 21px, 0px) !important;
        }

        .entry-table .right-side-block .custom-radio label {
            right: 0;
            left: inherit !important;
        }

        .cricket-tab-nav {
            border-bottom: 1px solid #d8d8d8;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            padding-right: 0;
            margin-right: -20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row;
            flex-flow: row;
            margin-bottom: 27px;
            overflow: hidden;
            height: 48px;
            position: relative;
        }

            .cricket-tab-nav ul {
                margin: 0;
                position: absolute;
                top: 0px;
                bottom: -25px;
                left: 0;
                right: 0;
                white-space: nowrap;
                flex-wrap: nowrap;
            }

                .cricket-tab-nav ul li a {
                    margin-top: 0px;
                }
    }

    @media (min-width: 768px) and (max-width: 1200px) {
        .table-width table {
            max-width: 100%;
            width: 100%;
        }

        .match-data h5, .match-data .h5, .match-data h6 {
            font-size: 14px;
        }
    }
    /*cricket fulltimeline styles starts here*/
    .cricket-tab-list {
        border-bottom: 1px solid #e1e1e1;
    }

        .cricket-tab-list .img-field {
            width: 35px;
            height: 35px;
            display: inline-flex
        }

    .table-width::-webkit-scrollbar {
        height: 3px;
    }
    /* Track */
    .table-width::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ddd;
        border-radius: 10px;
    }
    /* Handle */
    .table-width::-webkit-scrollbar-thumb {
        background: #8c2520;
        border-radius: 10px;
    }

    .right-5px {
        right: 5px !important;
    }

    .edit-icon {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 9999;
    }

        .edit-icon i {
            background: #fff;
            padding: 7px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .cricket-tab-list .tab-item a {
        white-space: nowrap;
    }

    .cricket-tab-list::-webkit-scrollbar {
        height: 3px;
        background: #ddd;
        border-radius: 12px;
    }

    .cricket-tab-list::-webkit-scrollbar-thumb {
        background: #892f1e;
        border-radius: 12px;
    }

    .data-header h1 {
        font-size: 20px;
    }

    .filter-box .dropdown-menu > ul {
        height: 250px;
        overflow: auto;
    }

    .styled-select select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .match-details .team-img {
        min-height: 360px;
    }

    #modalAddNewVenue .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #modalAddNewVenue .modal-dialog {
        height: 100%;
        display: flex;
        align-items: center;
    }

#modalAddNewVenue .modal-content {
    height: 700px;
    overflow: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

    .venue-info .team-img img {
        width: auto !important;
        height: auto !important;
    }

    .venue-height {
        height: 57%;
    }

    .player-edit .icon-copy {
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 20px;
    }


    @media (min-width: 1440px) {
        .all-match-list .col-xl-3 {
            flex: 0 0 20%;
            max-width: 20%;
        }

        #modalAddNewplayer .col-xl-8, #modalAddNewplayer .col-md-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    @media (min-width: 992px) {
        .data-header {
            position: fixed;
            top: 0;
            height: 89px;
            justify-content: center;
            z-index: 1030;
        }
        
       
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .player-name {
            width: 175px;
        }
    }



    @media (min-width: 1200px) and (max-width: 1799px) {
        .match-data h5, .match-data .h5, .match-data h6 {
            font-size: 12px;
        }
    }

    @media (min-width: 1700px) {
        #match-card .col-xxl-3 {
            flex: 0 0 20%;
            max-width: 20%;
        }
    }

    #modalAddNewplayer:before, #modalAddNewTeam:before {
        content: "";
        background: rgba(0,0,0,.6);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
    }

    .de-sumry-font p.h6 {
        color: #7748DA;
    }

    .crkt-data .team-flag .active {
        background-color: #FFCE55;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        top: -16px;
    }

    .left-width {
        width: 65%;
    }

    @media (min-width: 768px) and (max-width: 1399px) {
        .max-height-popup {
            max-height: 720px;
        }
        .main-show-temporary .data-header {
            margin-left: 75px;
        }
    }

    @media (min-width: 1440px) {
        .max-height-popup {
            max-height: 520px;
        }
        .main-show-temporary .data-header {
            margin-left: 55px;
        }
        .height64vh {
            height: 64vh;
            max-height: inherit;
        }
        .data-header {
            height:80px !important;    
        }
    }

    @media (max-width: 767px) {
        .max-height-popup {
            max-height: 520px;
        }
    }

    #MatchPredtions .match-card .card .card-body ul li:before, #EventPredtions .match-card .card .card-body ul li:before,
    #AllEventPredtions .match-card .card .card-body ul li:before {
        content: "";
        border-right: 1px solid #ddd;
        position: absolute;
        right: -100%;
        height: 100%;
        top: 0;
        bottom: 0;
    }

    #MatchPredtions .match-card .card .card-body ul li:last-child:before, #EventPredtions .match-card .card .card-body ul li:last-child:before,
    #AllEventPredtions .match-card .card .card-body ul li:last-child:before {
        display: none;
    }

    #MatchPredtions .match-card .card .card-body ul, #EventPredtions .match-card .card .card-body ul,
    #AllEventPredtions .match-card .card .card-body ul {
        justify-content: space-around !important;
        margin: 0 -10px;
        padding: 7px 0;
    }

        #MatchPredtions .match-card .card .card-body ul li, #EventPredtions .match-card .card .card-body ul li,
        #AllEventPredtions .match-card .card .card-body ul li {
            position: relative;
            margin: 0;
        }

    .icon-points:before {
        color: #d4af37;
    }

    .icon-predict:before {
        color: #8a2be2;
    }

    .icon-prize:before {
        color: #ffa500
    }

    .icon-sponsor {
        color: #009d00;
    }

    .icon-start-time {
        color: #1ca900;
    }

    .icon-end-time {
        color: #c10000;
    }

    .participant-list {
        height: 300px;
        overflow: auto;
    }



    /* LIVE Streaming */

    #Matchinfolist [type="radio"]:checked,
    #Matchinfolist [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        #Matchinfolist [type="radio"]:checked + label,
        #Matchinfolist [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 0px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
        }

            #Matchinfolist [type="radio"]:checked + label:before,
            #Matchinfolist [type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: -24px;
                top: 3px;
                width: 13px;
                height: 13px;
                border-radius: 100%;
                background: #d4d4d4;
            }

            #Matchinfolist [type="radio"]:checked + label:after,
            #Matchinfolist [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 13px;
                height: 13px;
                background: #d03524;
                position: absolute;
                top: 3px;
                left: -24px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            #Matchinfolist [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            #Matchinfolist [type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

    .live-streaming p {
        font-size: 20px;
        color: #908e8e;
    }

    .live-streaming .simple-icon-info {
        position: absolute;
        top: 5px;
        right: 0;
    }

    .choose-plan li {
        font-size: 18px;
        color: #1d1d1d;
        font-weight: 600;
    }

        .choose-plan li .right {
            color: #d03524;
        }

    .stream-videos li {
        padding-right: 20px;
    }

        .stream-videos li:last-child {
            padding-right: 0;
        }

    .stream-videos ::-webkit-scrollbar {
        height: 10px !important;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .text-theme-4 {
        color: #ddae62;
    }

        .text-theme-4:hover {
            color: #cc820a;
        }

    #buyModal .modal-dialog, #ScoreOverlayModal .modal-dialog {
        min-height: 450px;
        height: 450px;
    }

    #buyModal .modal-content, #ScoreOverlayModal .modal-content {
        height: 100%;
        overflow: auto;
        border-radius: 12px;
    }

    #buyModal .modal-body, #ScoreOverlayModal .modal-body {
        background-color: #f0f0f0;
    }

    .modal-backdrop {
        width: 100% !important;
        height: 100% !important;
    }

    .live-streaming .app-info {
        background-color: #efefef;
        position: absolute;
        right: -15px;
        top: 17px;
        max-width: 250px;
        width: 100%;
        border-radius: 12px;
        z-index: 9;
        padding: 15px;
        display: none;
    }

    .info-icon:hover .app-info {
        display: block;
    }

    .live-stream {
        width: 30px;
        height: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -5px;
        left: 0;
    }

    .team-card .rounded-circle, #Venuelistpage .rounded-circle, .team-card .rounded-circle,
    .dashboard-oview #event-card .card .rounded-circle, #eventlistpage .card .rounded-circle {
        border-radius: 0 !important;
    }
    /* .player-card .card .image-field .img-rounded, .player-card .rounded-circle,  */
    .team-card .card .image-field .img-rounded, #Venuelistpage .card .image-field .img-rounded,
    .dashboard-oview #event-card .card .image-field .img-rounded, #eventlistpage .card .image-field .img-rounded {
        box-shadow: none !important;
        padding: 0px !important;
        border-radius: 0;
    }
        .team-card .card .image-field .img-rounded{
            height:100%;
        }
        .player-card .card .image-field .img-rounded {
            box-shadow: none !important;
            padding: 2px !important;
            width: 110px;
        }

    .player-card .card .event-top, .team-card .card .event-top, #Venuelistpage .card .event-top, #eventlistpage .card .event-top {
        border-bottom: none !important;
    }

    .match-card .card .match-top, .event-card .card .event-top {
        border-bottom: none !important;
    }

    .match-card .card .card-body .image-field {
        box-shadow: none !important;
        padding: 2px !important;
    }

    .venue-image {
        width: 85% !important;
        height: 85% !important;
        padding-bottom: 65px;
    }

    .bw-thick {
        border-width: thick !important;
    }

    @media screen and (max-width: 1440px) {
        .matchinfomenu .dropdown-menu {
            top: 0 !important;
            max-height: 350px !important;
        }
    }

    .dashboard-oview .card-box h5 {
        font-size: 22px;
        font-weight: 500;
        line-height: 30px;
        font-weight:300;
    }

.dashboard-oview .slick-dots li, .live-upcoming .slick-dots li,
.recent-only .slick-dots li {
    height: 8px;
    width: 8px;
    margin: 0 5px;
}

    .dashboard-oview .slick-dots li button, .live-upcoming .slick-dots li button,
    .recent-only .slick-dots li button {
        background: #662b6f;
        border-radius: 50%;
        height: 8px;
        width: 8px;
        padding: 3px !important;
    }

        .dashboard-oview .slick-dots li button:before, .live-upcoming .slick-dots li button:before,
        .recent-only .slick-dots li button:before {
            height: 8px;
            width: 8px;
        }

    .dashboard-oview .slick-dots li.slick-active button, .live-upcoming .slick-dots li.slick-active button,
    .recent-only .slick-dots li.slick-active button {
        background: #c500ff !important;
        width: 8px;
        height: 8px;
    }
