/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #232323;
    font-family: 'Roboto', 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: 14px;
    font-weight: 600;
    padding: 7px 15px;
}

.scrollup {
    position: fixed;
    right: 10px;
    bottom: 60px;
    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: #ffc107;
    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: #232323;
}

.form-control {
    border-radius: 0px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: transparent !important;
    color: #FFF !important;
    outline: none !important;
}

.form-select {
    font-size: 14px;
    font-weight: 600;
    outline: none !important;
}

.form-select-2 {
    width: 100%;
    padding: 10px;
    border-radius: 0px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: transparent !important;
    color: #FFF !important;
    outline: none !important;
}

.form-select-2 option {
    color: #333 !important;
}

.input-group-text {
    background-color: transparent !important;
    border-radius: 0px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #ffc107;
}


/*buttons*/

.btn-web-primary {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
    outline: none !important;
}

.btn-web-primary:hover {
    color: #000;
    background-color: #f8b302;
    border-color: #f8b302;
}

.item-link {
    display: block;
}

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

.login-btn {
    color: #FFF;
    display: flex;
    align-items: center;
}

.login-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffc107;
    margin-right: 10px;
    font-size: 13px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 70%);
}

.login-btn:hover {
    color: #ffc107;
}

@media screen and (max-width: 992px) {
    .mob-30 {
        margin-bottom: 30px;
    }
}

.main-wrapper {
    position: relative;
}

.overflow {
    overflow: hidden !important;
}


/*headings */

.web-heading {
    display: block;
}

.web-heading h2 {
    display: block;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}

.web-heading h3 {
    display: block;
    font-weight: 800;
    font-size: 20px;
    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: 800;
    font-size: 20px;
    text-transform: uppercase;
}

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


/* end headings */


/* paddings */

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

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

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


/* 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;
}

.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;
    background: url(../images/header.jpg) no-repeat top center;
    background-size: cover;
    border-bottom: 1px solid #232323;
}

.main-logo {
    width: 60px;
}

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

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

.dropdown-menu {
    padding: 0px;
    border-radius: 0px !important;
    background-color: rgb(30, 30, 30);
    text-transform: uppercase;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #ffc107;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
}

.dropdown-menu li {
    display: block;
}

.dropdown-item {
    color: #FFF !important;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.dropdown-item:hover {
    color: #ffc107 !important;
    background-color: rgb(50, 50, 50);
}

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


/* end header */

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

.match-results {
    display: flex;
    padding: 5px;
    border-radius: 10px;
    background-color: #FFF;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.team-logo-results {
    position: relative;
}

.team-logo-results img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.results-center {
    display: flex;
    justify-content: center;
    color: #FFF;
    background: rgb(71, 71, 71);
    background: radial-gradient(circle, rgba(71, 71, 71, 1) 0%, rgba(31, 31, 31, 1) 100%);
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    align-items: center;
}

.results-center h6 {
    font-weight: 600;
    margin: 0px 5px;
    font-size: 14px;
}

.results-center h6 span {
    font-weight: 400;
}

.results-center p {
    font-weight: 600;
    margin: 0px 5px;
    font-size: 12px;
}

.min-wid {
    min-width: 200px;
}

.min-wid-results {
    min-width: 180px;
}

.live-blink {
    color: red;
    -webkit-animation: ping 1.2s ease-in-out infinite both;
    animation: ping 1.2s ease-in-out infinite both;
}

@-webkit-keyframes ping {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.8;
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0;
    }
}

@keyframes ping {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.8;
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0;
    }
}

.results-center-live {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    align-items: center;
}

.results-center-live h6 {
    font-weight: 800;
    margin: 0px 5px;
    font-size: 18px;
}

.results-center-live h6 span {
    font-weight: 400;
}

.results-center-live p {
    font-weight: 600;
    margin: 0px 5px;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {
    .highlights-wrapper-home {
        position: fixed;
        bottom: 0px;
        z-index: 99;
        width: 100%;
    }
    .highlights-wrapper-home .sub-heading {
        text-align: center;
    }
    .highlights-wrapper-home .sub-heading h6 {
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 4px;
    }
    .highlights-wrapper-home .sub-heading a {
        text-align: center;
        display: inline-block;
        margin-top: 4px;
    }
    .min-wid {
        min-width: 180px;
    }
    .min-wid-results {
        min-width: 160px;
    }
}


/* end match results header */

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

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

.bg-overlay {
    background-color: rgb(0 0 0 / 60%);
}

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

.matches-status {
    position: relative;
}

.text-sm {
    font-size: 12px;
}

.live-match-card {
    display: block;
    background-color: #FFF;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bg-cards {
    width: 90%;
    height: 7px;
    position: absolute;
    bottom: -7px;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 51%, rgba(231, 231, 231, 1) 87%);
}

.live-match-card .team-logo-results img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

#live-match-slider .owl-dots {
    position: absolute;
    bottom: -45px !important;
    margin: auto;
    left: 0;
    right: 0;
}

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


/* slider end*/

.sponsors {
    display: flex;
    align-items: center;
    width: 140px;
    height: 140px;
    border: 2px solid #ccc;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: 400ms;
    background-color: #FFF;
}

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

.sponsors:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 8px 20px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 2px solid #FFF;
}

@media screen and (max-width: 992px) {
    .sponsors {
        display: flex;
        align-items: center;
        width: 100px;
        height: 100px;
        border: 2px solid #ccc;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 20px;
        transition: 400ms;
    }
    .sponsors img {
        width: 70px !important;
    }
}

.points-table {
    padding: 25px;
    border-radius: 10px;
    color: #FFF;
    position: relative;
    height: 100%;
}

.points-table table tr {
    height: 60px;
    vertical-align: middle;
}

.yellow-bg {
    background: radial-gradient(circle, rgba(252, 227, 59, 1) 51%, rgba(252, 220, 0, 1) 87%);
}

.orange-bg {
    background: radial-gradient(circle, rgb(252, 184, 59) 51%, rgb(252, 151, 0) 87%);
}

.players-1 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 10px;
    padding: 15px;
    background: rgb(252, 227, 59);
    background: radial-gradient(circle, rgba(252, 227, 59, 1) 51%, rgba(252, 220, 0, 1) 87%);
}

.players-1-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px !important;
    height: 90px !important;
    border-radius: 100%;
    border: 2px solid #ffc107;
    background-color: #FFF;
    position: relative;
}

.players-1-img img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    border-radius: 100%;
}

.players-1 h3 {
    font-weight: 800;
    font-size: 30px;
}

.players-1 h5 {
    font-weight: 700;
    font-size: 18px;
}

.players-1 h6 {
    font-size: 14px;
}

.players-1 p {
    font-size: 14px;
}

.players-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 10px 15px;
    background-color: #FFF;
    border: 1px solid #dcdcdc;
    transition: 400ms;
}

.players-2:hover {
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.players-2-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #dcdcdc;
    background-color: #FFF;
}

.players-2-img img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    border-radius: 100%;
}

.players-2 h3 {
    font-weight: 800;
    font-size: 18px;
}

.players-2 h3 span {
    font-weight: 400;
    font-size: 14px;
}

.players-2 h5 {
    font-weight: 700;
    font-size: 15px;
}

.players-2 h6 {
    font-size: 13px;
}

.players-2 p {
    font-size: 13px;
}

.ml-2 {
    margin: 0px 0px 0px 15px;
}

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

.rankings-table tr {
    border-bottom: 1px solid rgb(85, 85, 85);
}

.rankings-table tr td:first-child {
    width: max-content;
}

#players-slider .owl-nav {
    position: absolute;
    top: 0px;
    right: 0px;
}

#players-slider .owl-next {
    padding: 0px !important;
    height: 24px;
    width: 24px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

#players-slider .owl-next:hover {
    color: #000;
}

#players-slider .owl-prev {
    padding: 0px !important;
    height: 24px;
    width: 24px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

#players-slider .owl-prev:hover {
    color: #000;
}

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

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

@media screen and (max-width: 1024px) {
    .points-table .table {
        display: block;
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%;
    }
    .points-table {
        margin-bottom: 30px;
        height: auto;
    }
    .points-table td:nth-child(2) {
        width: max-content;
        display: flex;
    }
    .rankings-mb {
        margin-bottom: 30px;
    }
    .auto-height {
        height: auto;
    }
}


/* end content area */


/* app promotion */

.cricforever-app {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: rgb(0 0 0 / 90%);
}

.cricforever-app h3 {
    color: #ffc107;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

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

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

.pos-img {
    position: absolute;
    right: -10px;
    top: -40px;
}

.pos-img img {
    width: 24vh;
}

@media screen and (max-width: 1200px) {
    .pos-img img {
        width: 20vh;
    }
    .cricforever-app h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .cricforever-app h3 {
        font-size: 22px;
    }
    .pos-img {
        position: relative;
        right: 10px;
        top: 40px;
    }
    .cricforever-app img {
        width: 100px;
    }
}


/* end app promotion */


/* footer started */

.footer-wrapper {
    position: relative;
    padding: 30px 0px 30px;
    background-color: #000000;
}

.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) {
    .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-item a {
    font-weight: 600;
}

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

.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: 500;
    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;
    border: 1px solid #ccc;
    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 */


/* 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%;
    height: 70vh !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.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 {
    color: #FFF;
    display: inline-block;
    font-weight: 600;
}

.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;
}

.players-states-table tbody tr td:nth-child(7) {
    background-color: #ffc107;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.players-states-table-2 {
    position: relative;
    width: 100%;
    height: 70vh !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

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

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

.players-states-table-3 .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;
    }
    .players-states-table-2 .table {
        width: 100%;
        display: block;
        overflow-x: scroll;
    }
    .players-states-table-3 .table {
        width: 100%;
        display: block;
        overflow-x: scroll;
    }
}


/* end statistics pages  */


/* Results Page */

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

.match-date-card {
    width: 100px;
    padding: 5px;
    border-radius: 4px;
    background-color: #232323;
    color: #FFF;
    line-height: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.match-date-card h4 {
    font-size: 18px;
    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: 50px;
    height: 50px;
    object-fit: contain;
}

.team-scores-flex {
    display: flex;
    width: 50%;
    align-items: center;
    margin: 0px 25px 0px 15px;
    color: #FFF;
    background: rgb(71, 71, 71);
    background: radial-gradient(circle, rgba(71, 71, 71, 1) 0%, rgba(31, 31, 31, 1) 100%);
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    padding: 5px;
    line-height: normal;
}

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

.teamname {
    font-weight: 500;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 14px;
}

.score-digit {
    display: flex;
    font-weight: 700 !important;
    color: #ffc107;
}

.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;
}

.match-details {
    display: block;
    width: 40%;
}

.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;
    }
    .match-date-card {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        background-color: #f9f9f9;
        color: #000 !important;
    }
    .match-details {
        display: block;
        width: 100%;
        text-align: center;
    }
    .team-scores-flex {
        width: 100%;
        margin: 10px 0px;
    }
}


/* end results page*/


/*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;
}

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

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

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

.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*/

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

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


/*end all pages css */

.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;
}

.full-scorecard-table tr {
    border-bottom: 1px solid #333;
}