/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #232323;
    font-family: 'Source Sans Pro', sans-serif;
    scroll-behavior: smooth;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #232323;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color: #232323;
    text-decoration: none;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ul li,
p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.btn {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 15px;
}

.scrollup {
    position: fixed;
    right: 10px;
    bottom: 70px;
    width: 40px;
    height: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 9999;
    display: none;
    border-radius: 7px;
    background: #fff;
    transition: 400ms;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 10px 20px -5px, rgba(0, 0, 0, 0.3) 0px 10px 20px -6px;
}

.scrollup:hover {
    color: #fff;
    background: #201f1d
}


/*buttons*/

.btn-web-primary {
    display: inline-block;
    color: #121212;
    outline: none !important;
    transition: 400ms;
    border: none !important;
    background: rgb(252, 220, 11);
    background: linear-gradient(124deg, rgba(252, 220, 11, 1) 0%, rgba(232, 190, 0, 1) 100%);
}

.btn-web-primary:hover {
    color: #121212;
    background: rgb(252, 220, 11);
    background: linear-gradient(124deg, rgba(252, 220, 11, 1) 0%, rgba(246, 133, 10, 1) 100%);
}

.item-link {
    display: block;
}

.bg-dark {
    background-color: #000000 !important;
}

.login-btn {
    color: #121212;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: rgb(252, 220, 11);
    background: linear-gradient(124deg, rgba(252, 220, 11, 1) 0%, rgba(246, 133, 10, 1) 100%);
}

.login-btn:hover {
    color: #121212;
    background: rgb(252, 220, 11);
    background: linear-gradient(124deg, rgba(252, 220, 11, 1) 0%, rgba(232, 190, 0, 1) 100%);
}

.login-btn i {
    margin-right: 5px;
}

@media screen and (max-width: 992px) {
    .mob-30 {
        margin-bottom: 30px;
    }
    section {
        margin: 0px !important;
        display: block !important;
    }
}

.main-wrapper {
    position: relative;
}

.overflow {
    overflow: hidden !important;
}


/* forms */

.form-control {
    font-weight: 600;
}

.form-select {
    font-weight: 600;
}


/*end forms */


/*headings */

.web-heading {
    display: block;
}

.web-heading h2 {
    display: block;
    font-weight: 700;
    font-size: 30px;
    color: #ff8600;
    text-transform: uppercase;
}

.web-heading h3 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #ff8600;
}

.web-heading h6 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.sub-heading {
    display: block;
}

.sub-heading h6 {
    display: block;
    font-weight: 600;
}

.sub-heading a {
    display: block;
    width: max-content;
    font-weight: 600;
    border-bottom: 2px solid #232323;
}

.web-heading-flex {
    display: flex;
    justify-content: space-between;
}

.web-heading-flex h2 {
    display: block;
    font-weight: 700;
    font-size: 30px;
    color: #ff8600;
    text-transform: uppercase;
}

.web-heading-flex h3 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.web-heading-flex h6 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.dark-heading {
    background-color: #303030;
    padding: 5px 10px;
}

.green {
    color: #876e0a !important;
}

@media screen and (max-width: 992px) {
    .web-heading h2 {
        font-size: 20px;
    }
    .web-heading h3 {
        font-size: 16px;
    }
    .web-heading-flex {
        flex-direction: column;
        align-items: center;
    }
    .web-heading-flex .ms-3 {
        margin: 0px !important;
    }
    .web-heading-flex h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .web-heading-flex h3 {
        font-size: 16px;
    }
}


/* end headings */


/* paddings */

.padding-1 {
    padding: 50px 0px;
}

.padding-2 {
    padding: 120px 0px 70px;
}

.fill-height {
    min-height: 100vh;
}

.tab-padding-1 {
    padding: 20px 0px;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 40px 0px;
    }
    .padding-2 {
        padding: 80px 0px 40px;
    }
}


/* end paddings */


/* start default content */

.table td,
.table th {
    vertical-align: middle;
}

.web-content-1 {
    display: block;
}

.web-content-1 p {
    display: block;
}

.default-cards {
    display: block;
}

.default-cards h6 {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}

.default-cards p {
    display: block;
    font-size: 14px;
}

hr {
    height: 1px !important;
    margin: 10px 0px !important;
}


/* end default content */


/* login */

.btn-lg-1 {
    min-width: 200px;
}

.login-container {
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

.login-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.header-1 {
    font-size: 24px;
    font-weight: 700;
}

.login-card {
    display: block;
    border-radius: 7px;
    padding: 60px 40px;
    color: #FFF;
    background: rgb(14 14 14 / 70%);
    box-shadow: 0px 5px 15px #000000;
    border: 1px solid #2f2f2f9c;
}

.anchor-link {
    font-weight: 700;
}

.line-height-0 {
    line-height: 15px;
}

.input-group-text {
    color: #ff8600;
    background-color: #FFF;
}

.login-card .form-control {
    border: none !important;
    padding: 10px;
}

.login-card .input-group-text {
    border: none !important;
}


/* end login */

.btn-lg-1 {
    min-width: 200px;
}

.header-1 {
    font-size: 24px;
    font-weight: 700;
}

.anchor-link {
    font-weight: 700;
}

.line-height-0 {
    line-height: 15px;
}


/* end login */


/*header wrapper*/

.header-wrapper {
    position: relative;
    padding: 5px 0px;
    background: linear-gradient(92.04deg, #232323 25%, #202020 50%, #232323 100%);
    box-shadow: 0px 3px 7px rgb(24 24 24 / 68%);
    border-bottom: 1px solid #141414;
}

.main-logo {
    height: 50px;
}

.nav-item {
    margin: 0px 15px;
}

.nav-link {
    color: #c9c9c9 !important;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-link.active {
    color: #FFF !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -100%;
    z-index: 9999;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 10px !important;
    background-color: #FFF;
    text-transform: uppercase;
    border: none !important;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 999;
}

.dropdown-menu li {
    display: block;
}

.dropdown-item {
    color: rgb(38, 34, 61) !important;
    font-size: 15px;
    font-weight: 700;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.dropdown-item:hover {
    background-color: rgb(238, 238, 238);
}

@media screen and (max-width: 992px) {
    .navbar-nav {
        text-align: start !important;
    }
    .navbar-toggler {
        border: none !important;
        outline: none !important;
    }
    .sign-in-fixed {
        margin: 10px 0px 0px;
    }
    .sign-in-fixed .text-end {
        text-align: start !important;
    }
    .navbar-collapse {
        padding: 15px !important;
    }
    .nav-item {
        margin: 0px 0px;
    }
}


/* end header */

.scores-wrapper {
    position: fixed;
    overflow: hidden;
    width: 100%;
    z-index: 99;
    bottom: 0px;
    background: rgb(252, 220, 11);
    background: linear-gradient(124deg, rgba(252, 220, 11, 1) 0%, rgba(232, 190, 0, 1) 100%);
}

.match-cards {
    display: flex;
    color: #303030;
    align-items: center;
    transition: 400ms;
    background: #F9F9F9;
    font-size: 13px;
    justify-content: space-between;
    padding-right: 15px;
}

.match-cards:hover {
    background-color: #ececec;
}

.date-card {
    position: relative;
    height: 100%;
    background-color: #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    flex-direction: column;
    line-height: normal;
}

.date-card h5 {
    font-size: 14px;
    font-weight: 700;
}

.date-card p {
    font-size: 12px;
    font-weight: 400;
}

.match-cards-team img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.scores-index {
    display: flex;
}

.batting-card {
    margin: 0px 10px;
}

.batting-card h5 {
    font-size: 14px;
    font-weight: 700;
    color: #121212;
}

.batting-card h6 {
    font-size: 12px;
    font-weight: 500;
    color: #323232;
}

.match-message {
    display: block;
    color: #FFF;
    text-align: center;
    background: rgb(252, 220, 11);
    background: linear-gradient(124deg, rgba(252, 220, 11, 1) 0%, rgba(232, 190, 0, 1) 100%);
}

.match-message p {
    display: block;
    font-weight: 600;
    font-size: 12px;
    color: #121212;
}


/* end live */


/*slider wrapper */

.slider-wrapper {
    display: block;
    padding: 30px 0px;
    background: url(../images/slider-wrapper-2.jpg) no-repeat center center;
    background-size: cover;
}

.scores-updates-homepage {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    background: rgb(14 14 14 / 70%);
    box-shadow: 0px 5px 15px #000000;
    border: 1px solid #2f2f2f9c;
}

.slider {
    position: relative;
    min-height: 75vh;
    border-radius: 5px;
}

.bg-overlay {
    background-color: rgba(20, 20, 20, 0.7);
}

.height-100 {
    position: relative;
    height: 100%;
}

.scores-tabs {
    display: flex;
}

.scores-tabs li {
    margin: 0px !important;
}

.scores-tabs .nav-link {
    color: #FFF !important;
}

.nav-tabs {
    border-bottom: 1px solid rgba(232, 190, 0, 1) !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #141414 !important;
    background: rgb(252, 220, 11);
    background: linear-gradient(124deg, rgba(252, 220, 11, 1) 0%, rgba(232, 190, 0, 1) 100%);
}

.scores-tabs li button {
    border: none !important;
}

.scores-tabs li button:hover {
    border: none !important;
}

.match-cards-2 {
    display: flex;
    color: #FFF;
    align-items: center;
    transition: 400ms;
    background-color: rgba(20, 20, 20, 0.7);
    font-size: 13px;
    justify-content: space-between;
    border-radius: 5px !important;
    overflow: hidden;
}

.match-cards-2:hover {
    background-color: rgba(20, 20, 20, 0.9);
}

.date-card-2 {
    position: relative;
    height: 100%;
    background: #052064;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    line-height: normal;
}

.date-card-2 h5 {
    font-size: 14px;
    font-weight: 700;
}

.date-card-2 p {
    font-size: 12px;
    font-weight: 400;
}

.match-cards-team-2 {
    background-color: #FFF;
    padding: 5px;
}

.match-cards-team-2 img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.scores-index-2 {
    display: flex;
}

.batting-card-2 {
    margin: 0px 10px;
}

.batting-card-2 h5 {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}

.batting-card-2 h6 {
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
}

.match-message-2 {
    display: block;
    color: #FFF;
    text-align: center;
}

.match-message-2 p {
    display: block;
    font-weight: 500;
    font-size: 12px;
}

.live-card-home {
    display: block;
    padding: 50px 30px;
    background-color: rgba(20, 20, 20, 0.7);
    border-radius: 10px;
}

.live-card-home:hover {
    background-color: rgba(20, 20, 20, 0.9);
}

.match-cards-team-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    flex-direction: column;
    color: #FFF;
    font-weight: 600;
}

.match-cards-team-3 img {
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #FFF;
    border-radius: 50%;
    object-fit: contain;
}

.match-cards-team-3 h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.batting-card-3 {
    margin: 0px 10px;
    text-align: center;
}

.batting-card-3 h5 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: #f9d80a;
}

.batting-card-3 h6 {
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.match-message-3 {
    display: block;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    background-color: rgb(64 64 64 / 70%);
}

.match-message-3 p {
    display: block;
    font-weight: 600;
    font-size: 12px;
}


/* end scores homes */

@media screen and (max-width: 1024px) {
    .slider {
        position: relative;
        min-height: 45vh;
        border-radius: 5px;
        margin-bottom: 30px;
    }
}


/* end slider wrapper */


/* sponsors */

.sponsors {
    display: flex;
    align-items: center;
    width: 140px;
    height: 140px;
    justify-content: center;
    transition: 400ms;
}

.sponsors img {
    width: 120px !important;
}

@media screen and (max-width: 992px) {
    .sponsors {
        width: 100px;
        height: 100px;
    }
    .sponsors img {
        width: 70px !important;
    }
}


/* end sponsors */


/* points table details */

.points-card {
    position: relative;
    border-radius: 10px;
    text-align: center;
    background: #121212;
    overflow: hidden !important;
    color: #FFF;
}

.points-card h2 {
    position: absolute;
    top: 0px;
    right: 10px;
    font-weight: 700;
    font-size: 50px;
    color: #f68c0a;
}

.points-card-player-img {
    display: block;
    padding: 15px 15px 0px 15px;
    background: url(../images/scorecard.jpg) no-repeat center center;
    background-size: cover;
}

.points-card-player-img img {
    display: inline-block;
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.playername-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    background-color: #1f1f1f;
}

.playername-card h5 {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px;
    margin-bottom: 4px;
    color: #FFFF;
    background: #323232;
}

.points-digit {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #FFF;
    padding: 15px 0px;
}

.points-digit h3 {
    font-weight: 700;
    color: #f8d609;
}


/* end points table details*/


/* gallery */

.image-gallery-h {
    position: relative;
    height: 100%;
    border-radius: 5px;
}

.image-gallery {
    display: block;
    margin-bottom: 20px;
}

.image-gallery img {
    border-radius: 5px;
}

@media screen and (max-width: 1024px) {
    .image-gallery-h {
        position: relative;
        height: 25vh;
        margin-bottom: 20px;
        border-radius: 5px;
    }
}


/* end gallery */


/* app promotion */

.cricforever-app {
    position: relative;
    display: flex;
    background: url(../images/mobile-bg.png) no-repeat center center;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    color: #FFF;
}

.cricforever-app h3 {
    display: block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cricforever-app p {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.cricforever-app ul {
    margin-top: 20px;
    display: block;
}

.cricforever-app img {
    width: 120px;
}

.pos-img {
    position: relative;
    text-align: center;
}

.pos-img img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .cricforever-app {
        position: relative;
        display: flex;
        text-align: center;
    }
    .cricforever-app h3 {
        font-size: 22px;
    }
    .pos-img img {
        width: 70%;
        margin-top: 30px;
    }
}


/* end app promotion */


/* footer started */

.footer-wrapper {
    position: relative;
    padding: 30px 0px 110px;
    background: url(../images/footer.jpg) no-repeat center bottom;
    background-size: cover;
}

.d-flex-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
}

.footer-social ul {
    display: flex;
}

.footer-social ul li {
    display: inline-block;
    margin: 0px 0px 0px 15px;
}

.footer-social ul li a {
    color: #FFF;
    text-decoration: none;
}

.footer-social ul li a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1124px) {
    .footer-wrapper {
        position: relative;
        padding: 20px 0px 135px;
    }
    .d-flex-footer p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .d-flex-footer {
        flex-direction: column;
        text-align: center;
    }
}


/*footer end*/


/* end home page */


/* breadcrumb */

.highlights-wrapper {
    background-color: #ffc107;
    padding: 5px 0px;
    box-shadow: 0px 2px 3px rgba(30, 30, 30, 0.5);
}

.breadcrumb-item a {
    font-weight: 600;
}

.breadcrumb-item {
    color: #333 !important;
}


/* end breadcrumb */


/* statistics page start */

.tabsmenu-card {
    display: block;
    margin-bottom: 15px;
}

.tabsmenu-card ul li {
    display: inline-block;
    margin-right: 10px;
}

.tabsmenu-card ul li a {
    padding: 5px 10px;
    background-color: #FFF;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.tabsmenu-card ul li a:hover {
    background-color: #333;
    color: #ffc107;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.tabsmenu-card ul li a.active {
    background-color: #333;
    color: #ffc107;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.players-states-table {
    position: relative;
    width: 100%;
}

.bg-yellow {
    background-color: #ffc107;
}

.player-table-info {
    display: flex;
    color: #FFF !important;
    align-items: center;
}

.player-table-info img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 50%;
}

.player-table-info a {
    display: inline-block;
    font-weight: 600;
    color: #FFF !important;
}

.player-table-info span {
    display: block;
    font-weight: 400;
}

.players-states-table .table>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: #FFF !important;
}

@media screen and (max-width: 992px) {
    .players-states-table .table {
        width: 100%;
        display: block;
        overflow-x: scroll;
    }
}


/* end statistics pages  */

.gallery-item {
    display: block;
    margin-bottom: 30px;
}

.gallery-item img {
    border-radius: 5px;
}


/* end gallery */


/*team and player pages */

.logo-single {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.logo-single img {
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    object-fit: contain;
}

.profile-box {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    background: #000 url(../images/footer.jpg) no-repeat center bottom;
    background-size: 100%;
    border-radius: 5px;
    overflow: hidden;
    color: #FFF;
}

.profile-box img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.profile-box h4 {
    display: block;
    font-size: 16px;
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
}

.profile-box h5 {
    display: block;
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

.profile-box p {
    display: block;
}

.sidebar-nav {
    display: block;
}

.sidebar-nav ul {
    display: block;
}

.sidebar-nav ul li {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #585858;
    color: #FFF;
}

.sidebar-nav ul li i {
    margin-right: 5px;
}

.sidebar-nav ul li a {
    display: block;
    color: #FFF;
}

.sidebar-nav ul li a:hover {
    color: #ffc107;
}

.sidebar-nav ul li a.active {
    color: #ffc107;
}


/* end team and player pages*/


/* Results Page */

.match-main-cards {
    display: flex;
    border-radius: 10px;
    background-color: #FFF;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-right: 15px;
}

.match-date-card {
    position: relative;
    height: 100%;
    min-width: 100px;
    background: #000 url(../images/slider-wrapper-2.jpg) no-repeat bottom right;
    background-size: 160%;
    display: flex;
    color: #f8d609;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 10px;
    flex-direction: column;
    line-height: normal;
}

.match-date-card h4 {
    font-size: 30px;
    font-weight: 700;
}

.match-date-card p {
    font-size: 13px;
}

.team-logos {
    display: block;
}

.team-logos ul {
    display: flex;
    width: max-content;
    align-items: center;
    margin: 0px 15px 0px;
    font-weight: 600;
}

.team-logos ul li {
    display: block;
    margin: 0px 10px;
    width: max-content;
}

.team-logos ul li img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.team-scores-flex {
    display: flex;
    width: 50%;
    align-items: center;
    margin: 0px 15px 0px 15px;
    text-align: center;
    justify-content: center;
    padding: 5px;
    line-height: normal;
}

.team-scores {
    display: block;
    margin-right: 15px;
}

.teamname {
    font-weight: 600;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 16px;
}

.score-digit {
    display: flex;
    font-weight: 700 !important;
    color: #000;
    font-size: 18px;
}

.overs-sm {
    font-weight: 400;
}

.team-scores p {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.team-scores p span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}

.score-digit {
    font-size: 18px !important;
}

.match-details {
    display: block;
    width: 40%;
    background-color: #ececec;
    padding: 5px;
    border-radius: 5px;
}

.match-details p {
    display: block;
    font-size: 14px;
}

.page-link {
    position: relative;
    display: block;
    color: #090909;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
    color: #000000;
}

@media screen and (max-width: 992px) {
    .match-main-cards {
        flex-direction: column;
        padding-right: 0px;
        padding: 10px;
    }
    .match-date-card {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .match-details {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .team-scores-flex {
        width: 100%;
        margin: 10px 0px;
    }
}


/* end results page*/


/* tabs pages */

.info-tabs .nav-item .nav-link {
    color: #121212 !important;
    font-weight: 700 !important;
}


/* end tabs pages */


/* scorecard start */

.big-scorecard {
    padding: 30px 0px;
    position: relative;
    color: #FFF;
    width: 100%;
}

.match-main-details {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #FFF;
    margin-top: 20px;
}

.match-main-details h3 {
    display: block;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    font-weight: 500;
}

.live-match-scores {
    display: block;
    width: 100%;
    color: #FFF;
    vertical-align: middle;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    margin: 0px 0px 10px;
}

.live-match-scores ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.live-match-scores ul li {
    margin: 0px 15px;
    padding: 0px;
    display: inline-block;
    list-style: none;
    text-align: center;
    color: #FFF;
    width: auto;
    font-size: 18px;
}

.live-match-scores ul li img {
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 50%;
    margin: 0px 5px 0px 0px;
    background: #FFF;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
}

.live-match-scores a {
    color: #fff;
    text-decoration: none;
}

.live-match-scores p {
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 5px 0px;
    display: inline-block;
    list-style: none;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.flex-card {
    display: flex;
    align-items: center;
}

.livescore-big {
    color: #FFF;
    display: inline-block;
    width: auto;
    margin: 0px 20px 0px 20px;
}

.livescore-big h4 {
    display: block;
    padding: 0px;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #ffc107;
}

.livescore-big h5 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
}

.livescore-big h6 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
}

.livescore-big a {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .match-main-details h3 {
        display: block;
        padding: 0px;
        margin: 0px 0px 10px 0px;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }
    .mobile-break {
        display: block;
    }
    .livescore-big {
        color: #FFF;
        display: inline-block;
        width: auto;
        margin: 0px 5px 0px 5px;
    }
    .live-match-scores ul {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .live-match-scores ul li {
        margin: 0px 5px;
    }
    .live-match-scores ul li img {
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        padding: 5px;
        margin: 0px 5px 0px 0px;
        background: #FFF;
    }
    .livescore-big h4 {
        display: inline-block;
        margin: 5px 0px;
        padding: 0px;
        font-size: 25px;
        font-weight: 800;
    }
    .livescore-big h5 {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        font-weight: 700;
    }
    .livescore-big a {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        font-weight: 400;
    }
}

.nav-pills .nav-item {
    margin: 0px;
}

.nav-pills .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #FFF !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #333 !important;
    background-color: #ffc107;
}

.choose-innings {
    display: block;
    margin-bottom: 15px;
}

.choose-innings ul li {
    display: inline-block;
    margin-right: 10px;
}

.choose-innings ul li a {
    padding: 5px 10px;
    background-color: #FFF;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.choose-innings ul li a:hover {
    background-color: #333;
    color: #ffc107;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.choose-innings ul li a.active {
    background-color: #333;
    color: #ffc107;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.table-fonts {
    font-size: 14px !important;
}

.ballbyball-cards {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px;
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 2px;
}

.ballcountbox {
    display: flex;
    align-items: center;
}

.ballrun {
    display: inline-block;
    background: #111;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    margin: 0px 10px 0px 0px;
    color: #FFF;
}

.onball {
    display: block;
}

.onball p {
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: normal;
}

.status-ball {
    display: block;
    padding: 0px 20px;
}

.status-ball p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: normal;
}

.status-ball p span {
    font-weight: 600;
}

.boundary {
    color: #000;
    background: #ffc107 !important;
}

.wicket {
    color: #FFF;
    background: rgb(255, 68, 68);
}

.ongoing-match-status {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px 10px;
    color: #FFF;
    margin: 5px 0px;
}

.ongoing-match-1 {
    display: block;
    width: 20%;
    padding: 5px 10px;
}

.ongoing-match-1 p {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.ongoing-match-1 p span {
    font-weight: 700;
}

.ongoing-match-2 {
    display: block;
    width: 30%;
    padding: 5px 10px;
    border-left: 1px solid rgb(63, 63, 63);
}

.batsman-current {
    display: flex;
    width: 100%;
    margin: 0px 0px 3px;
    justify-content: space-between;
}

.batsman-current h6 {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.ongoing-match-3 {
    display: block;
    width: 30%;
    padding: 5px 10px;
    border-left: 1px solid rgb(63, 63, 63);
}

.bowlers-current {
    display: flex;
    width: 100%;
    margin: 0px 0px 3px;
    justify-content: space-between;
}

.bowlers-current h6 {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.ongoing-match-4 {
    display: flex;
    flex-direction: row;
    width: 20%;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    background-color: #fbcb20;
    border-radius: 5px;
}

.ongoing-match-4 h5 {
    display: block;
    width: auto;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    color: #000;
    font-size: 18px;
    font-weight: 800;
}

.ongoing-match-4 h6 {
    display: block;
    width: auto;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    line-height: normal;
    color: #333;
    font-size: 14px;
}

.match-info-table {
    font-size: 14px;
}

.match-info-table tr th {
    width: 140px;
}

.players-table a {
    color: #FFF;
}

.players-table a.active {
    color: #ffc107;
}

.next-batsman a {
    font-weight: 600;
}

.fall-of-wickets a {
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .ongoing-match-status {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .ongoing-match-1 {
        width: 200px;
    }
    .ongoing-match-2 {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid rgb(63, 63, 63);
    }
    .ongoing-match-3 {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid rgb(63, 63, 63);
    }
    .ongoing-match-4 {
        width: 100%;
    }
    .margin-b {
        margin: 0px 0px 10px !important;
    }
    .mob-top {
        margin-top: 30px;
    }
    .players-table {
        width: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}


/* end scorecard page */


/* gallery single */

.sponsors-single {
    display: flex;
    margin-bottom: 30px;
    text-align: center;
    background-color: #FFF;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.sponsors-single img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}


/* end gallery single */