@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600&display=swap');



body {
    background: #F6F6FF;
      font-family: "Poppins", sans-serif;
}
.navbar-brand:focus{outline: 0;}
main {
    padding: 25px 0 0;
}

main .score-sec {
    padding-top: 0;
}

.navbar-nav {
    margin-right: 40px;
    gap: 22px;
}
.nav-link {
    font-size: 15px;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
}

.search-wrap {
    position: relative;
    width: 290px;
}

.search-wrap input {
    border-radius: 50px;
    padding: 7px 15px;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
}

.search-ic {
    position: absolute;
    right: 15px;
    top: 9.5px;
    display: block;
    line-height: 1;
    padding: 0;
}

.nav-link {
    padding: 22px 0 !important;
}
.profile-head-wrap a img {
    width: 37px;
}

.search-wrap input:focus {
    outline: 0;
    box-shadow: none;
}

.profile-head-wrap {
    display: flex;
    gap: 10px;
    margin-left: 10px;
    align-items: center;
}

.nav-link:after {
    content: '';
    height: 3px;
    width: 0;
    background: #3A48E0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

.nav-link {
    position: relative;
}

.nav-link.active:after {
    width: 100%;
}

.nav-link.active,
.nav-link:hover {
    color: #3A48E0 !important;
}

.nav-link:hover:after {
    width: 100%;
    transition: all 0.5s;
}


/* Score Section */
.score-sec {
    padding: 25px 0;
}

.score-card h4 {
    white-space: nowrap;
    overflow: hidden;
    max-width: 70%;
    text-overflow: ellipsis;
    font-size: 11px;
    color: #737373;
}

.team-logo {
    height: 32px;
    width: 32px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.team-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.team-left h5 {
    margin-bottom: 0;
    font-size: 14px;
    color: #010101;
}

.team-dtl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;

}
.team-right {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
}
.team-a-over-display {
    font-size: 13px;
}
.team-b-over-display {
    font-size: 13px;
}

.team-right h5 {
    margin-bottom: 0;
}

.team-right h5 {
    font-size: 16px;
    color: #010101;
}

.team-right h5 span {
    font-size: 13px;
    font-weight: 400;
}

.score-card {
    padding: 0;
    background: #fff;
    border-radius: 15px;
}

.need-run {
    font-size: 11px;
    color: #F30040;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    font-weight: 500;
    display: block;
    position: absolute;
    left: 0;
    padding: 0 15px;
}



.owl-nav button {
    background: transparent;
    border: 0;
    outline: 0;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -22px;
    top: calc(50% - 13px);
}

.owl-nav .owl-next {
    position: absolute;
    right: -22px;
    top: calc(50% - 13px);
}

.score-head {
    padding: 15px 15px 18px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 100%;
    position: relative;
}

.score-card a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.team-logo img {
    border-radius: 50%;
    object-fit: cover;
}

.score-bottom {
    background: #EEEEFF;
    border-radius: 0 0 15px 15px;
    padding: 4px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.match-card-info {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.score-bottom ul {
    display: flex;
    justify-content: end;
    gap: 13px;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
}

.score-bottom ul li {
    color: #3A48E0;
}


/* News Section */
.nav-tabs {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom-color: #DBDBDB;
  padding-top: 10px;
  justify-content: center;
}

.nav-tabs .nav-link {
  flex: 0 0 auto;
}

.nav-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tabs {
  scrollbar-width: none;
}

.tabing_sec {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    position: relative;
}

.live-s-tabs {
    height: 100%;
}

.tabing_sec nav .nav-link {
    padding: 5px 15px !important;
    border: 0;
    color: #010101;
    text-transform: capitalize;
    font-weight: 500;
}
.tabing_sec nav .nav-link:after {
    height: 1px;
}

img {
    max-width: 100%;
}

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

.news-big-size, .news-card {
    width: 100%;
    display: inline-block;
}

.news-time-wrap ul {
    margin-bottom: 0;
    display: flex;
    list-style: none;
    gap: 10px;
    padding-left: 0;
}

.news-cont {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news-desc p {
    margin-bottom: 0;
}

.news-desc h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.news-desc p {
    font-size: 14px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.news-list {
    padding: 0 20px;
}

.news-card {
    margin-bottom: 0px;
}
.news-card:hover h3, .news-big-size:hover h3{color: #3a47e2;}

.news-tit h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #000;
}
.news-tit a:hover h3 {
    color: #3A48E0;
}
.text-muted {
    color: #737373;
}

.news-img img {
    border-radius: 10px;
}

.tab_title_wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #ddd;
    padding: 15px;
    align-items: center;
}

.tab_title_wrap h2 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.ranking-mini-tabs {
    margin-left: auto;
    margin-right: auto;
}

.tab_title_wrap a, .trading-s-head a {
    color: #3A48E0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1;
}
.sidebar-videos-carousel {
    margin-top: 15px;
}

.top-stories-list {
    padding: 15px;
}

.player-label {
    background: rgb(58 71 226 / 11%);
    color: #3A47E2;
    border-radius: 5px 25px 5px 15px;
    text-align: center;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    position: absolute;
    right: 5px;
    top: 5px;
}
.latest-news ul li a h6 {
    font-size: 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 0;
}
.latest-news ul li:last-child {
    border: 0;
}

.odi-rank-head {
    display: flex;
    justify-content: space-between;
}

.odi-rank-card {
    border: solid 1px #DBDBDB;
    border-radius: 25px;
    padding: 10px;
    position: relative;
}

.player-dtl {
    text-align: center;
}

.player-img-main span {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    background: #dddddd;
    border-radius: 50%;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 11;
}

/*.odi-rank-card .player-img-main:after {
    content: '';
    position: absolute;
    height: 75px;
    width: 75px;
    background: transparent;
    top: 0;
    border-radius: 50%;
    left: 0;
    border: solid 1px #3a48e0;
}*/

.player-img-main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: solid 1px #3a48e0;
    width: 60px;
    border-radius: 50%;
    height: 60px;
}

.player-dtl h4 {
    font-size: 13px;
    font-weight: 600;
    margin: 12px;
}

.odi-rank-list {
    padding: 15px;
    padding-top: 0;
}

.trading-series {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 25px;
}

.trading-s-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: solid 1px #DBDBDB;
}

.trading-s-head h4 {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.list-series {
    padding: 0;
}

.list-series ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0px 15px;
}

.list-series ul li a {
    border-bottom: solid 1px #ddd;
    display: block;
    text-decoration: none;
    padding: 7px 0px;
    color: #010101;
    font-size: 13px;
}

.list-series ul li:last-child a {
    border-bottom: 0;
}

.list-series ul li a:hover {
    color: #3a47e2;
}

a {
    color: #3a47e2;
}

.latest-news {
    background: #fff;
    border-radius: 15px;
}

.latest-news-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: solid 1px #DBDBDB;
}

.latest-news ul {
    list-style: none;
    display: block;
    padding: 0px 15px;
    margin: 0;
}

.latest-news ul li {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: solid 1px #DBDBDB;
    padding: 10px 0px;
}

.latest-news-tit h4 {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.latest-news ul li a {
    color: #010101;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.latest-news ul li time {
    font-size: 14px;
    font-weight: 400;
    color: #4877bd;
}

.featured-video {
    background: #fff;
    border-radius: 15px;
    margin-top: 19px;
}

.featured-v-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: solid 1px #DBDBDB;
}

.featured-v-tit h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.featured-video-card {
    padding: 20px 20px;
}

.featured-video-card h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.featured-video-card video {
    width: 100%;
    border-radius: 15px;
}

.app-download-sec {
    background: linear-gradient(93.34deg, #3A47E2 -0.6%, #2430B9 101.23%);
    padding-top: 50px;
    margin-top: 25px;
}
.app-download-link img {
    max-height: 44px;
}
.play-video-inplace {
    border-radius: 12px;
    overflow: hidden;
}
.live-score-dtl a {
    flex: 0 0 28px;
    margin-right: 15px;
    position: absolute;
    left: 15px;
    top: 15px;
    max-width: 28px;
}

.app-download-cont h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.app-download-cont p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
}
.app-download-link {
    display: flex;
    gap: 15px;
}

.app-download-cont {
    padding-left: 20px;
}

footer {
    background: #000;
    padding: 65px 0;
}

.footer-widget p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    max-width: 90%;
    margin-top: 30px;
    opacity: .78;
}

.footer-widget h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.footer-widget ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-widget.quick-links ul {
    flex-wrap: wrap;
    gap: 0;
}

.footer-widget.quick-links ul li {
    flex: 0 0 50%;
    padding-bottom: 15px;
}
.links ul li a {
    font-size: 12px;
}
.copyright-cont p {
    font-size: 14px;
}
.footer-widget ul li a img {
    width: 40px;
}

.footer-widget.quick-links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 1.2;
}

.footer-widget.quick-links ul li a:hover,
.links ul li a:hover {
    color: #3a47e2;
}

.matches-listing .commentary-team {
    padding: 0;
}

.copyright-cont p {
    color: #fff;
    margin-bottom: 0;
}

.copyright-wrap {
    padding-top: 35px;
    border-top: solid 1px #D9D9D9;
    margin-top: 5px;
}

.links ul {
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 0;
    gap: 20px;
    list-style: none;
}

.footer-widget.quick-links {
    padding-left: 110px;
}

.links ul li a {
    text-decoration: none;
    color: #fff;
}

.news-img video {
    border-radius: 15px;
    width: 100%;
}

.live-matches-list {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.live-matches-list .score-card {
    background: #fff;
    padding: 0;
    margin-bottom: 0;
    border: solid 1px #eeeeff;
    flex: 0 0 calc(50%  - 7.5px);
    max-width: calc(50%  - 7.5px);
}
.ipl-countdown {
    font-size: 15px;
    position: absolute;
    right: 15px;
    bottom: 35px;
    display: flex;
    flex-direction: column;
    text-align: center;
    letter-spacing: 1.3px;
}
.ipl-countdown span {
    font-size: 12px;
    text-transform: uppercase;
}
.match-card-info {
    font-size: 12px;
    width: calc(100% - 75px);
}
.live-matches-list .match-card-info {
    width: 100%;
}
h4.series-heading {
    font-size: 12px;
    display: flex;
    white-space: nowrap;
    color: #000;
    display: flex;
    margin: 0;
    align-items: center;
    margin-bottom: 5px;
    max-width: calc(100% - 77px);
}
.series-heading a {
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 3px;
    width: auto;
}
.series-heading a:hover {
    color: #000;
}

.live-score-dtl {
    padding: 15px 15px 0;
    display: flex;
}

.match-team {
    padding: 0 50px;
    text-align: center;
    width: 100%;
}

.match-team h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.match-team span {
    font-size: 14px;
    font-weight: 400;
}

.tab_info .nav-tabs {
    border-bottom: 0;
}

.tab_info .nav-tabs .nav-link {
    padding: 5px 15px !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}



.need-bg {
    background: #F6F6FF;
    padding: 5px 20px;
    text-align: center;
    margin: 20px auto;
    max-width: calc(100% - 10px);
}

.team-name-dtl {
    padding: 0 20px;
}

.match-run-rate {
    background: #F6F6FF;
    max-width: calc(100% - 10px);
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px;
}

.rr-left ul {
    display: flex;
    gap: 15px;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.rr-left ul li {
    font-size: 16px;
}

.rr-left ul li span {
    font-weight: 600;
}

.rr-right a {
    text-decoration: none;
    font-size: 16px;
}

.win-prediction {
    display: flex;
    padding: 8px 20px;
    align-items: center;
    background: linear-gradient(90deg, #f0f0ff 0%, #ffffff 50%, #f0f0ff 100%);
    border-radius: 50px;
    max-width: calc(100% - 30px);
    margin: 15px auto;
    border: 1px solid rgba(58, 71, 226, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.prediction-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.prediction-left p {
    margin-bottom: 0;
    font-weight: 600;
    color: #252a3f;
    font-size: 14px;
}

.prediction-right {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 10px;
}

.prediction-right p {
    margin-bottom: 0;
    font-weight: 500;
}

.team-ic {
    display: flex;
    align-items: center;
}

.team-ic img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
}

.red-label {
    height: 33px;
    width: 33px;
    background: rgb(219 27 27 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #DB1B1B;
    font-size: 15px;
    font-weight: 500;
}

.green-label {
    background: rgb(39 174 96 / 15%);
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
    color: #27AE60;
}

.prediction-left p {
    margin-bottom: 0;
}

.batter-team-table table,
.bowler-team-table table {
    width: 100%;
}

.batter-team-table thead,
.bowler-team-table thead {
    background: #F6F6FF;
}

.batter-team-table thead th,
.bowler-team-table thead th {
    padding: 10px;
}

.batter-team-table thead th:first-child,
.bowler-team-table thead th:first-child {
    min-width: 150px;
}

.batter-team-table thead th,
.bowler-team-table thead th {
    width: 90px;
}

.batter-team-table tr td,
.bowler-team-table tr td {
    background: #fff;
    border-bottom: solid 1px #DFDFF7;
    padding: 10px;
}

.batter-team-table tr td:first-child,
.bowler-team-table tr td:first-child {
    width: 500px;
}

.batter-team-table tr td,
.bowler-team-table tr td {
    width: 90px;
}

.team-s-cls {
    padding: 15px 5px;
}

.yet-to-bat {
    padding: 0 5px;
}

.yet-to-bat h5 {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
}

.plyer-bg {
    padding: 10px 20px;
    background: #F6F6FF;
}

.plyer-bg p {
    margin-bottom: 0;
}

.team-review {
    margin: 20px 0 0;
    padding: 0 5px 20px;
}

.team-review h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px;
}

.team-r-card {
    background: #F6F6FF;
    padding: 10px 20px;
}

.team-r-card ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.team-r-card ul span {
    font-weight: 600;
}

.team-r-card ul li {
    font-size: 16px;
    color: #010101;
}

.match-dtl-time {
    display: flex;
    padding: 15px 15px;
    gap: 15px;
}

.date-match {
    display: flex;
    position: relative;
    padding-right: 15px;
}

.date-cont {
    margin-left: 10px;
}

.date-cont span {
    color: #010101;
    font-size: 14px;
}

.date-cont h5 {
    font-size: 16px;
    font-weight: 500;
    color: #010101;
    margin-bottom: 0;
}

.time-match p span {
    display: block;
}

.time-match p {
    margin-bottom: 0;
}

.date-match:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: linear-gradient(0deg, #DFDFF7, #bbbbbb, #DFDFF7);
    right: 0;
    border-radius: 10px;
}

.live-match-info {
    background: #f6f6ff;
    padding: 15px;
    max-width: calc(100% - 10px);
    margin: 0 auto;
}

.matchlist {
    background: #fff;
    border-radius: 15px;
}

.matchlist ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.matchlist ul li {
    padding: 15px 20px;
    border-bottom: solid 1px #DFDFF7;
    display: flex;
}

.matchlist ul li:last-child {
    border-bottom: 0;
}

.matchlist ul li span {
    flex: 0 0 35%;
    font-weight: 500;
    color: #010101;
}

.matchlist ul li span.right-match {
    flex: 0 0 65%;
    font-weight: 400;
    color: #010101;
}

.venue-guide h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px;
}

.venue-guide {
    padding: 15px 0;
}

.live-matches-list .score-card:last-child {
    margin-bottom: 0;
}

.commentary-head {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
    max-width: calc(100% - 20px);
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.commentary-head .vs-wrap {
    margin-top: 17px;
}

.commentary-team {
    text-align: center;
    padding: 0 25px;
    flex: 0 0 calc(50% - 22px);
}

.team-flag svg {
    height: 55px;
    width: 55px;
}

span.team-flag {
    display: block;
    margin-bottom: 10px;
}

span.team-flag img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.commentary-team p {
    margin-bottom: 0;
    color: #010101;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
}

.commentary-team p span {
    font-size: 14px;
}

span.vs-wrap {
    padding: 4px 15px 3px;
    background: rgb(50 42 177 / 10%);
    border-radius: 50px;
    color: #000000;
    font-size: 12px;
    line-height: 1;
}

.match-ball-sec {
    padding: 0 5px;
}

.match-ball-dtl {
    display: flex;
    gap: 25px;
}

.overrun-label {
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #DFDFF7;
    border-radius: 50%;
    color: #010101;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.label6 {
    border: solid 1px #3A47E2;
    color: #fff;
    background: #3A47E2;
}

.match-over-ball {
    text-align: center;
    flex: 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.match-ball-sec {
    padding: 0 5px;
}

.match-ball-dtl {
    display: flex;
    gap: 25px;
    border-bottom: solid 1px #e7e7ff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.overrun-span {
    font-size: 14px;
    color: #010101;
    font-weight: 500;
}

.match-over-ball {
    text-align: center;
    flex: 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: #f6f6ff;
    padding: 5px 3px;
    border-radius: 8px;
    height: 69px;
}

.match-ball-dtl p {
    margin-bottom: 0;
}

.label-w {
    background: #F30040;
    color: #fff;
    border: 1px solid #F30040;
}

.label4 {
    background: #27AE60;
    color: #fff;
    border: solid 1px #27AE60;
}

.over-run-dtl {
    background: #F6F6FF;
    margin: 0 auto 15px;
    max-width: calc(100% - 15px);
    padding: 15px;
}

.over-d p {
    padding: 0;
}

.over-d p {
    margin-bottom: 0;
}

.over-d h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.over-head-run {
    display: flex;
    justify-content: space-between;
    padding: 0 0 15px;
}

.orw ul {
    display: flex;
    list-style: none;
    gap: 5px;
    margin-bottom: 0;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.run-c {
    color: #27AE60;
}

span.wicket-c {
    color: #F30040;
}

.orw ul li span {
    height: 35px;
    width: 35px;
    background: #fff;
    border: solid 1px #DFDFF7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.p-w-bg {
    background: #fff;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
}

.team-name {
    display: flex;
    justify-content: space-between;
    padding: 0;
    max-width: calc(100% - 10px);
    border-bottom: solid 1px #000000;
    margin: 0px auto 15px;
    padding-bottom: 12px;
}

.odi-rank-card .team-name {
    justify-content: flex-start;
    border: 0;
    padding: 0;
    width: auto;
    max-width: unset;
    margin: 0;
}

.team-name p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #010101;
}

.team-name span {
    color: #010101;
    font-size: 18px;
    font-weight: 500;
}

.ply_dtl {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    gap: 10px;
}

.player-nr p {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.player-nr p:last-child {
    margin-bottom: 0;
}

.playr-right p {
    justify-content: end;
    display: flex;
    margin-bottom: 0;
    font-size: 16px;
}

span.boundary {
    color: #27AE60;
}

span.wicket {
    color: #f30041;

}

.scorecard-wrap button.accordion-button {
    background: linear-gradient(90deg, #DFDFF7 0%, #FFFFFF 50%, #DFDFF7 100%);
    border-radius: 70px !important;
    border: solid 1px #3A47E2 !important;
}

.scorecard-wrap button.accordion-button.collapsed {
    border: 0 !important;
}

.scorecard-wrap .accordion-header {
    border: oldlace;
    padding: 0 15px;
}

.scorecard-wrap .accordion-item {
    border: 0 !important;
    margin-bottom: 10px;
}

.scorecard-wrap .accordion-button .team-dtl {
    padding: 0;
    width: 100%;
    padding-right: 15px;
}

.scorecard-wrap .accordion-button {
    padding: 10px 15px;
}


.scorecard-wrap .accordion-body {
    padding: 0;
}

.extra-run-sec {
    display: flex;
    justify-content: space-between;
    background: #f6f6ff;
    padding: 10px 15px;
}

.extra-left p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.extra-dtl p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
}

.batter-name span {
    display: block;
    font-size: 14px;
    color: #010101;
}

.batter-name {
    color: #3A47E2;
}

.total-run-sec {
    display: flex;
    justify-content: space-between;
    background: #f6f6ff;
    padding: 10px 15px;
    margin-top: 5px;
}

.total-run-sec p {
    margin-bottom: 0;
}

.total-left p {
    font-size: 16px;
    font-weight: 500;
}

.over-dtl p {
    font-size: 16px;
}

.team-s-cls .yet-to-bat {
    padding: 20px 0;
}

.bowler-name {
    color: #3a47e2;
}

.batter-team-table.partnership-table tr td:first-child,
.batter-team-table.partnership-table tr td:last-child {
    width: 240px;
}

.batter-team-table.partnership-table td {
    width: 250px;
}

.player-n {
    display: flex;
    gap: 20px;
}

.history-wrap nav {
    display: flex;
    justify-content: center;
}

.history-wrap nav .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    padding: 5px 25px 5px 5px !important;
}

.history-wrap nav .nav-tabs {
    padding: 6px;
    gap: 15px;
    background: linear-gradient(90deg, #DFDFF7 0%, #FFFFFF 50%, #DFDFF7 100%);
    display: inline-flex;
    width: auto;
    border-radius: 30px;
}

.history-wrap nav .nav-tabs .nav-link:after {
    display: none;
}

.history-wrap nav .nav-tabs .nav-link.active {
    background: rgba(58, 71, 226, .2);
    color: #010101 !important;
}

.overhistory-wrap {
    margin-top: 15px;
    padding: 0 5px;
}

.overhistory-wrap .accordion-button {
    background: #F6F6FF;
    border: 0;
}

.overhistory-wrap .accordion-body {
    background: #ECECFF;
    padding: 20px;
}

.overhistory-head {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 35px);
    color: #010101;
}

.overhistory-wrap .accordion-item {
    border: 0;
    margin-top: 15px;
}

.overhistory-head-runs {
    font-size: 18px;
    font-weight: 500;
}

.overhistory-head-runs span {
    font-weight: normal;
    font-size: 16px;
}

.overhistory-itm {
    background: #fff;
    padding: 15px 15px 15px 25px;
    border-radius: 25px;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.overhistory-itm:last-child {
    margin-bottom: 0;
}

.overhistory-itm-p-itm {
    background: linear-gradient(90deg, #DFDFF7 0%, #FFFFFF 50%, #DFDFF7 100%);
    border-radius: 30px;
    padding: 7px 7px 7px 25px;
    display: flex;
    margin-top: 10px;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.overhistory-itm-p-itm:first-child {
    margin-top: 0;
}

.overhistory-itm-prediction {
    display: flex;
    gap: 10px;
}

.prediction-red {
    background: #ECCFDA;
    flex: 0 0 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #DB1B1B;
    font-weight: 500;
}

.prediction-red {
    background: #ECCFDA;
    flex: 0 0 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #DB1B1B;
    font-weight: 500;
}

.prediction-green {
    background: #BED9DA;
    flex: 0 0 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #27AE60;
    font-weight: 500;
}

.overhistory-itm-p {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex: 0 0 250px;
    max-width: 50%;
}

.overhistory-itm-l-meta {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.overhistory-itm-l-score {
    font-weight: 500;
}

.overhistory-itm-l {
    flex: 0 0 50%;
}

.overhistory-itm-l-over {
    font-size: 14px;
}

.overhistory-itm-l-run {
    margin: 14px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.overhistory-itm-l-run::after {
    content: "";
    background: linear-gradient(90deg, #EEEEFF 0%, #ABABE3 50%, #EEEEFF 100%);
    position: absolute;
    width: 100%;
    height: 1px;
    top: 15px;
}

.overhistory-itm-l-run span {
    position: relative;
    z-index: 1;
}

.overhistory-itm-l-time {
    font-size: 14px;
    text-align: center;
    color: #5F5F5F;
}

.need-run1 {
    font-weight: 500;
}

.squads-team-country {
    background: linear-gradient(90deg, #DFDFF7 0%, #FFFFFF 50%, #DFDFF7 100%);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 0 30px 30px 0;
    margin-bottom: 15px;
}

.squads-teams [class*="col-"]:nth-child(2) .squads-team-country {
    justify-content: flex-start;
    flex-direction: row-reverse;
    border-radius: 30px 0 0 30px;
}

.squads-team {
    background: #F3F3FF;
    padding: 15px;
    border-radius: 0 15px 15px 0;
}

.squads-teams {
    padding: 0 5px;
}

.squads-teams [class*="col-"]:nth-child(2) .squads-team {
    border-radius: 15px 0 0 15px;
}

.squads-team-itm {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}

.squads-team-name {
    font-weight: 500;
    line-height: 1;
    color: #010101;
    font-size: 14px;
}

.squads-team-tag {
    font-size: 12px;
    color: #5B5B5F;
    line-height: 1;
    margin-top: 2px;
}

.squads-team-itm:last-child {
    margin-bottom: 0;
}

.squads-team-itm-img img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.squads-teams [class*="col-"]:nth-child(2) .squads-team-itm {
    justify-content: flex-start;
    flex-direction: row-reverse;
    text-align: right;
}

.pointtable-itm {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pointtable-itm-team {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pointtable-head {
    background: #F6F6FF;
}

.pointtable-head-itm {
    padding: 10px;
    font-weight: 500;
}

.pointtable-head-row {
    display: flex;
    align-items: center;
}

.pointtable-head-itm:first-child,
.pointtable-body-col:first-child {
    flex: 0 0 calc(100% - 390px);
}

.pointtable-head-itm,
.pointtable-body-col {
    flex: 0 0 60px;
}

.pointtable-body-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DFDFF7;
    width: 100%;
    position: relative;
}

.pointtable-body-col {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.pointtable-table .accordion .accordion-button {
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: unset;
}

.pointtable-table .accordion .accordion-item {
    border: 0;
}

.pointtable-table .accordion .accordion-item .accordion-button::after {
    position: absolute;
    right: 10px;
}

.accordionpointtable-body {
    background: #ECECFF;
    padding: 10px;
}

.accordionpointtable-body .pointtable-head {
    background: #DFDFF7;
}

.accordionpointtable-body .pointtable-body {
    background: #fff;
}
.accordionpointtable-body .pointtable-head-itm, .accordionpointtable-body .pointtable-body-col {
    flex: 0 0 33%;
}
.pointtable-body-col {
    font-size: 14px;
}
.pointtable-head-itm {
    font-size: 14px;
}
.accordionpointtable-body .pointtable-head-itm:last-child, .accordionpointtable-body .pointtable-body-col:last-child {
    padding-right: 17px;
}
.pointtable-body-row {
    color: #010101;
    text-decoration: none;
}

.pointtable-won {
    color: #5BC600;
}

.pointtable-loss {
    color: #F30040;
}

a.pointtable-body-row::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    background-image: url(../images/right-arrow.svg);
    width: 6px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.accordion-button::after {
    background-image: url(../images/down-arrow.svg);
    width: 10px;
    height: 6px;
    background-size: 10px;
    background-position: center;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.svg);
    width: 10px;
    height: 6px;
    background-size: 10px;
    background-position: center;
    transform: rotate(180deg);
}

.playerinf-user-country {
    display: flex;
    align-items: center;
    gap: 10px;
}

.playerinf-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.playerinf-user-img {
    flex: 0 0 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.playerinf-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player-info-s {
    padding: 20px;
}

.venue-guide-itm h5 {
    margin-bottom: 15px;
}

.venue-guide-itm .live-match-info {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.venue-guide-itm .live-match-info span {
    flex: 0 0 110px;
}

.venue-guide-itm .matchlist ul li span.right-match {
    width: 100%;
    flex: unset !important;
}

.team-tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 15px;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
}
.playerinf .matchlist ul li {
    font-size: 14px;
    padding: 8px 12px;
}

.team-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.venue-guide-itms {
    background: #F6F6FF;
    padding: 15px;
    margin: 25px 0;
}

.venue-guide-itm+.venue-guide-itm {
    margin-top: 20px;
}

.venue-guide-itms .live-match-info {
    padding: 0;
    border-radius: 10px;
}

.venue-guide-itm+.venue-guide-itm .live-match-info {
    background: #fff;
    padding: 15px;
}

.news-img {
    padding-bottom: 67%;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 7px #ddd;
}
.news-big-size {
    padding: 15px;
}

.news-img img,
.news-img video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

.team-name img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.player-bt-itm table {
    width: 100%;
}

.player-bt-itm table thead th {
    background: #F6F6FF;
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
}

.player-bt-itm table td {
    border-bottom: 1px solid #DFDFF7;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
}

.player-bt-itm table td:first-child,
.player-bt-itm table th:first-child {
    font-weight: 500;
    text-align: left;
}

.player-bt-itm {
    margin-bottom: 20px;
}

.player-bt-itm h5 {
    margin-bottom: 12px;
}

.player-bt-itm:last-child {
    margin-bottom: 0;
}

.radius-tabs .nav-tabs {
    border: 0;
}

.radius-tabs .nav-tabs {
    gap: 10px;
    padding: 15px 10px;
}

.radius-tabs .nav-tabs .nav-link {
    border: 1px solid #DFDFF7;
    border-radius: 50px;
    padding: 8px 20px !important;
}

.radius-tabs .nav-tabs .nav-link:after {
    display: none;
}

.radius-tabs .nav-tabs .nav-link.active,
.radius-tabs .nav-tabs .nav-link:hover {
    border: 1px solid #DFDFF7;
    background: #3A47E2;
    color: #fff !important;
}

.matches-list-date {
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    flex: 0 0 170px;
}

.matches-list-right {
    width: 100%;
    border-left: 1px solid #DBDBDB;
    padding-left: 20px;
}

.matches-list-date span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
}

.matches-list-in {
    display: flex;
    gap: 50px;
    width: 100%;
}

.matches-list-header {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.matches-list-header h5 {
    margin: 0;
    font-size: 16px;
}

.matches-list-header a {
    text-decoration: none;
    color: #3a47e2;
    font-size: 15px;
    font-weight: 600;
}

.matches-listing {
    position: relative;
    border-radius: 25px;
    border: 1px solid #DBDBDB;
    padding: 15px;
    width: 100%;
    text-decoration: none;
    color: #010101;
}

.matches-list-status {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    border-radius: 0 0 10px 10px;
    align-items: center;
    justify-content: center;
    right: auto;
    padding: 5px 15px;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.matches-listing .commentary-head {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: 100%;
    justify-content: space-between;
}

.matches-list-footer {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.result-footer {
    color: #F30040;
}

.matches-list-status.live {
    color: #5BC600;
    background: rgb(91 198 0 / 20%);
    padding: 5px 12px 5px 25px;
}

.matches-list-status.finished {
    color: #3A47E2;
    background: rgba(58, 71, 226, 0.2);
}

.matches-list-status.upcoming {
    color: #F39C12;
    background: rgba(243, 156, 18, 0.2);
}

.matches-list-itm {
    display: flex;
    margin-top: 20px;
    gap: 10px;
}

.matches-list-meta {
    font-size: 14px;
    flex: 0 0 100px;
}

.matches-list-time {
    background: #EBEAF8;
    display: inline-flex;
    padding: 3px 10px;
    margin-top: 8px;
    border-radius: 6px;
}

.matches-listing .team-flag img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.matches-list-con {
    padding-bottom: 40px;
    position: relative;
}

.matches-list-con::before {
    content: "";
    background: #3A47E2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: 3px;
}

.matches-list-itm:first-child {
    margin-top: 0;
}

.venue-itm {
    background: #F6F6FF;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.venue-itm-on p {
    margin: 0;
}

.venue-itm-on h6 {
    margin: 0;
}

.matches-inner-page {
    padding: 20px 15px;
}

.match-stats {
    position: relative;
}

.team-logo {
    flex: 0 0 32px;
}

.match-stats .accordion-body {
    position: absolute;
    right: 15px;
    top: 0;
    width: calc(50% - 10px);
    background: #fff;
    padding: 20px 0;
    height: 100%;
}

.match-stats .pointtable-body-col {
    padding: 0;
}

.match-stats .accordion .accordion-item {
    border: 0;
    margin: 0;
    background: transparent;
}

.match-stats .accordion .accordion-button {
    border: 0;
    background: #fff;
    border-radius: 50px !important;
    padding: 0;
    display: inline-block;
    box-shadow: unset !important;
    width: 100%;
    border: 1px solid transparent !important;
}

.match-stats .accordion .accordion-button:not(.collapsed) {
    border: 1px solid #3a47e2 !important;
}

.match-stats .accordion .accordion-button::after {
    background-image: url(../images/down-arrow.svg);
    width: 10px;
    height: 100%;
    background-size: 10px;
    position: absolute;
    right: 15px;
    background-position: center;
    z-index: 1;
    top: 0;
    transform: rotate(270deg);
}

.match-stats .accordion {
    width: calc(50% - 25px);
    background: #F6F6FF;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stats-itm {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    padding: 5px 5px 5px 15px;
    align-items: center;
}

.stats-itm-l {
    display: flex;
    gap: 10px;
    align-items: center;
}

.stats-itm-img {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    overflow: hidden;
}

.stats-itm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stats-itm .player-img-main {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
}

.stats-itm .player-img-main span {
    width: 33px;
    height: 33px;
}

.stats-itm .player-img-main:after {
    content: '';
    position: absolute;
    height: 38px;
    width: 38px;
    background: transparent;
    top: -1px;
    border-radius: 50%;
    left: -2px;
    border: solid 1px #3a48e0;
}

.stats-itm .player-img-main span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stats-itm-runs {
    font-size: 19px;
    font-weight: 500;
    color: #3A47E2;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
}

.stats-itm-runs span {
    font-size: 11px;
    display: block;
}

.stats-itm-r {
    background: linear-gradient(90deg, rgba(223, 223, 247, 0.06) 0%, rgba(58, 71, 226, 0.06) 100%);
    border-radius: 10px 30px 30px 10px;
    padding: 5px 30px 5px 10px;
    flex: 0 0 123px;
    text-align: right;
}

.stats-itm-l .player-name {
    font-size: 15px;
}

.browseSeries {
    padding: 20px 20px 20px 20px;
}

.browseSeries .search-wrap {
    margin: 0 auto;
}

.browseSeries-itm {
    border-radius: 15px;
    border: 1px solid #DFDFF7;
    display: inline-block;
    width: 100%;
    color: #010101;
    text-decoration: none;
    padding: 15px;
    position: relative;
}

.browseSeries-itm-flags {
    display: flex;
    gap: 7px;
    align-items: center;
}

.browseSeries-itm-flag img {
    width: 32px;
    height: 32px;
    overflow: hidden;
    object-fit: cover;
}

.browseSeries-itm-date {
    font-size: 13px;
}

.browseSeries-btn {
    position: absolute;
    right: 15px;
}

.browseSeries-itm-h {
    padding-right: 45px;
}

.browseSeries-itm-h h6 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 5px;
}

.browseSeries-seprator {
    background: linear-gradient(90deg, rgba(238, 238, 255, 0) 0%, #ABABE3 50%, rgba(238, 238, 255, 0) 100%);
    height: 1px;
    margin: 12px 0;
}

.browseSeries-itms [class*="col-"] {
    margin-top: 25px;
}

.browseSeries-itm-f {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.browseSeries-itm-match {
    font-weight: 500;
    font-size: 13px;
}

.browseSeries-itm-status {
    background: #f1f1f1;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 20px;
}

.ongoing {
    color: #5BC600;
    background: rgba(91, 198, 0, 0.2);
}
.live {
    background: rgb(91 198 0 / 20%);
    border-radius: 50px;
    padding: 5px 12px 5px 21px;
    color: #5BC600;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.live:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background: #5BC600;
    border-radius: 50%;
    left: 12px;
    top: 9px;
}

.upcoming, .finished {
    border-radius: 50px;
    padding: 5px 12px 5px 11px;
    color: #5BC600;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}


.upcoming {
    color: #F39C12;
    background: rgba(243, 156, 18, 0.2);
}

.finished {
    color: #3A47E2;
    background: rgba(58, 71, 226, 0.2);
}

.browseSeries-itm:hover {
    box-shadow: 0 0 15px #ddd;
}

.match-team .browseSeries-itm-status {
    display: inline-flex;
    margin: 8px 0 0 0;
}

.match-team span {
    margin-top: 5px;
    display: block;
}

.news-section {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-section [class*="col-"]:last-child {
    margin-bottom: 0;
}

.top-stories-list .news-card {
    margin-top: 20px;
}
.top-stories-list .news-card:nth-child(1) {
    margin: 0;
}

.news-detail {
    padding: 20px;
}

.news-detail img {
    border-radius: 20px;
    margin: 20px 0;
}

.profile-head-wrap .dropdown button {
    padding: 0;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
}

.profile-head-wrap .dropdown button::after {
    display: none;
}

.profile-head-wrap .dropdown .dropdown-menu {
    margin-top: 22px;
    right: 0;
    left: auto;
    background: #F6F6FF;
    border: 1px solid #DFDFF7;
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 20px 20px;
    padding: 5px 10px 10px 10px;
}

.menu-link {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 3px 40px 3px 3px;
    margin-top: 5px;
    position: relative;
    color: #000;
    text-decoration: none;
}

.top-menu-ic {
    flex: 0 0 40px;
}

.menu-link:hover {
    color: #fff;
    background: #3a48e0;
}

.menu-link:hover .top-menu-ic img {
    filter: invert(1);
}

.menu-link::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    background-image: url(../images/right-arrow.svg);
    width: 6px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.menu-link:hover::after {
    filter: invert(1);
}

.profile-sec {
    padding: 20px;
}

.setting-itms {
    background: #F6F6FF;
    padding: 15px;
    border-radius: 10px;
}

.setting-itm {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 3px 20px 3px 3px;
    margin-top: 5px;
    position: relative;
    color: #000;
    text-decoration: none;
    width: 100%;
    justify-content: space-between;
}

.setting-itm-con {
    display: flex;
    align-items: center;
    gap: 12px;
}

.setting-itm-meta {
    margin-left: auto;
}

.setting-itm-meta .form-check.form-switch {
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 0;
}

.setting-itm-meta .form-check-input {
    margin: 3px 0 0 0;
    width: 40px;
    height: 20px;
    vertical-align: middle;
    float: none;
}

.setting-itm-meta .form-check-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.side-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #C3C3E5;
}

.side-wrap-user {
    text-align: center;
}

.side-wrap-user-img img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

.side-wrap-user-nm {
    margin-top: 15px;
}

.side-wrap-user-nm {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
}

.side-wrap-user-btn {
    margin-top: 15px;
}

.btn.btn_primary,
.btn.btn_primary:focus {
    background: #3A47E2;
    border-radius: 30px;
    padding: 8px 20px;
    align-items: center;
    display: inline-flex;
    gap: 7px;
    border: 1px solid #3A47E2;
    color: #fff;
}

.btn.btn_primary:hover {
    background: #fff;
    border: 1px solid #3A47E2;
    color: #3A47E2;
}

.btn.btn_primary img {
    filter: brightness(0) invert(1);
}

.btn.btn_primary:hover img {
    filter: unset;
}

.side-wrap-meta-itm {
    background: #F6F6FF;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
    display: flex;
    gap: 15px;
}

.side-wrap-meta-ic {
    flex: 0 0 25px;
}

.side-wrap-meta {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.side-wrap-meta-con p,
.side-wrap-meta-con h4 {
    margin: 0;
}

.side-wrap-meta-con h4 {
    font-size: 18px;
}

.side-wrap-meta-con p {
    font-size: 14px;
}

.setting-itms1 .menu-link {
    background: #f6f6ff;
}

.setting-itms1 .menu-link:hover {
    background: #3A47E2;
}

.setting-itms1 {
    margin-top: 20px;
}

.form-group .form-control {
    padding: 10px 20px;
    border-radius: 10px;
}

.edit-profile-form {
    padding-left: 100px;
    border-left: 1px solid #AFAFAF;
}

.edit-profile-user {
    text-align: center;
    position: relative;
}

.edit-profile-user img {
    margin: 0;
    border-radius: 0;
}

.edit-profile-user-img img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.edit-profile-user .btn {
    position: absolute;
    padding: 10px;
    top: 85px;
}

.edit-profile-sec {
    margin-top: 30px;
    padding-bottom: 20px;
}

.browse-payer-h {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.browse-payer-sec {
    padding: 15px;
}

.browse-payer-itms {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.browse-payer-itms {
    margin-top: 20px;
}

.browse-payer-itm .team-name {
    border: 0;
    margin: 0;
    padding: 0;
    gap: 10px;
    align-items: center;
}

.browse-payer-itm {
    display: flex;
    align-items: center;
    border: 1px solid #DFDFF7;
    padding: 10px;
    border-radius: 50px;
    text-decoration: none;
    color: #000;
    position: relative;
    justify-content: space-between;
}

.browse-payer-itm .player-dtl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.browse-payer-itm .player-img-main {
    width: 32px;
    height: 32px;
}

.browse-payer-itm .player-img-main img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.player-img-main:after {
    content: '';
    position: absolute;
    height: 34px;
    width: 34px;
    background: transparent;
    top: 0;
    border-radius: 50%;
    left: 0;
    border: solid 1px #3a48e0;display: none;
}

.browse-payer-itm .player-label {
    position: initial;
    border-radius: 15px;
}

.browse-payer-itm h4 {
    margin: 0px 0px 0 0;
}

.browse-payer-itms [class*="col-"] {
    margin-bottom: 15px;
}

.subscription-sec {
    padding: 20px;
}

.subscription-itm {
    border: 1px solid #C3C3E5;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    height: 100%;
}

.subscription-itm-price {
    background: linear-gradient(270deg, #3FC9FE 0%, #3B7DF8 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 27px;
    margin: 15px 0;
}

.price-line {
    font-size: 18px;
    text-decoration: line-through;
    color: #676767;
    font-weight: 500;
    line-height: 1;
}

.discounted-price span {
    font-size: 12px;
    color: #3A47E2;
}

.subscription-itms [class*="col-"]:nth-child(2) .subscription-itm .subscription-itm-price {
    background: linear-gradient(270deg, #21DA83 0%, #09A95C 100%);
}

.subscription-itms [class*="col-"]:nth-child(3) .subscription-itm .subscription-itm-price {
    background: linear-gradient(270deg, #FF4FD6 0%, #6F12E5 100%), linear-gradient(270deg, #3FC9FE 0%, #3B7DF8 100%);
}

.subscription-itm-radio {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscription-itm-radio .form-check {
    padding: 0;
    margin: 0;
}

.subscription-itm-radio .form-check .form-check-input {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0;
}

.subscription-itm-radio .form-check .form-check-input:checked {
    background-color: #3A47E2;
    border-color: #3A47E2;
}

.subscription-btn {
    text-align: center;
    margin-top: 20px;
}

.side-wrap-subscription {
    text-align: center;
}

.side-wrap-subscription h4 {
    margin-bottom: 20px;
}

.side-wrap-subscription-img {
    margin-bottom: 13px;
}

.got-subscription {
    background: #F6F6FF;
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    text-align: left;
}

.got-subscription-l p {
    margin: 0;
}

.got-subscription-p {
    font-size: 27px;
    font-weight: 500;
}

.polls-sec {
    padding: 20px;
}

.polls-sec-in {
    margin-top: 20px;
}

.polls-sec-in h5 {
    margin-bottom: 20px;
}

.resultBars-youtans {
    display: flex;
    justify-content: center;
}

.polls-sec .poll-option {
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    padding: 14px 20px;
    margin-bottom: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}

.polls-sec .poll-option.active {
    border-color: #4f46e5;
    background: #eef2ff;
}

.polls-sec .poll-option input {
    display: none
}

.polls-sec .radio-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #c7c7c7;
}

.polls-sec .poll-option.active .radio-circle {
    border-color: #4f46e5;
    background: #4f46e5;
}

.polls-sec .result-bar {
    height: 44px;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
}

.polls-sec .result-label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.polls-sec .result-percent {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}

.polls-sec .hidden {
    display: none
}

.polls-sec .footer-nav {
    background: #4f46e5;
    color: #fff;
    padding: 16px;
    border-radius: 50px;
}

.Rankings-sec {
    padding: 20px;
}

.rankings-nav {
    position: absolute;
    right: 15px;
    top: 15px;
}

.rankings-nav .nav {
    padding: 5px;
    background: linear-gradient(90deg, #DFDFF7 0%, #FFFFFF 50%, #DFDFF7 100%);
    border-radius: 70px;
    overflow: hidden;
}

.tabing_sec nav.rankings-nav .nav-link {
    padding: 10px 25px !important;
    border-radius: 30px;
    color: #010101;
    font-weight: 500;
    text-transform: capitalize;
}

.tabing_sec nav.rankings-nav .nav-link:after {
    display: none;
}

.tabing_sec nav.rankings-nav .nav-link.active {
    background: rgba(58, 71, 226, 0.2);
    color: #010101 !important;
}

.Rankings-sec .radius-tabs .nav-tabs {
    justify-content: flex-start;
    padding: 10px 0;
}

.ranking-itm table {
    width: 100%;
    font-size: 15px;
}

.ranking-itm td {
    border: 1px solid #DFDFF7;
    padding: 8px 15px;
}

.ranking-itm td {
    border: 1px solid #DFDFF7;
    padding: 7px 15px;
}

.ranking-itm td:first-child,
.ranking-itm td:last-child,
.ranking-itm th:first-child,
.ranking-itm th:last-child {
    text-align: center;
}

.ranking-itm td .pointtable-body-col {
    padding: 0;
}

.ranking-itm th {
    background: #F6F6FF;
    padding: 10px 15px;
}

.ranking-itm h6 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ranking-itm {
    margin-top: 12px;
}

.score-bottom ul li a {
    text-decoration: none;
}
.score-bottom ul li a:hover {
    color: #000000;
}

.language-dropdown .menu-link:hover img {
    filter: unset;
}

.menu-cross {
    display: none;
}

.active-menu {
    overflow: hidden;
}

.news-tit {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.team-s-cls .batter-team-table td,
.team-s-cls .bowler-team-table td {
    position: relative;
}

.team-s-cls .batter-team-table tr td:last-child::after,
.team-s-cls .bowler-team-table tr td:last-child::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 1px;
    background-image: url(../images/right-arrow.svg);
    width: 6px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;display: none;
}

.team-s-cls .batter-team-table tr td:last-child,
.team-s-cls .bowler-team-table tr td:last-child {
    padding-right: 10px;
}

.partnership-table th:nth-child(2),
.partnership-table td:nth-child(2) {
    text-align: center;
}

.partnership-table th:nth-child(3),
.partnership-table td:nth-child(3) {
    text-align: right;
    padding-right: 10px;
}

.partnership-table td:nth-child(3) {
    padding-right: 15px;
}

/* Owl Carousel Custom Navigation Fixes */
.owl-theme .owl-dots {
    margin-top: 15px !important;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot:focus,
.owl-theme .owl-dots .owl-dot:active {
    outline: none !important;
}

.owl-theme .owl-dots .owl-dot {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 5px 6px !important;
    background: #D6D6D6 !important;
    display: block;
    transition: all 0.3s ease;
    border-radius: 30px !important;
    box-shadow: none !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3A47E2 !important;
    width: 20px !important;
}

.light-pills {
    background: #F6F6FF;
    border-radius: 50px;
    padding: 6px;
    display: inline-flex;
    gap: 8px;
    width: auto !important;
    border-bottom: none !important;
    flex-wrap: nowrap;
}

.light-pills.nav-tabs,
.radius-tabs .light-pills {
    width: auto !important;
    border-bottom: none !important;
}

.light-pills .nav-link {
    border-radius: 50px !important;
    padding: 8px 22px !important;
}

.partnership-table td:nth-child(3) {
    padding-right: 10px !important;
}

.partnership-table td:nth-child(3) .player-n {
    justify-content: flex-end;
}

.partnership-table tr td:last-child::after {
    display: none;
}

.result-bar .bg-primary {
    background-color: #0d6efd47 !important;
}

.navbar-brand img, .footer-logo a img {
    max-height: 50px;
}


@media (min-width: 768px) {
    .tracker-pills .nav-link {
        min-width: 100px;
    }
}

.tracker-pills .nav-link.active {
    background-color: #0d6efd !important;
    color: #fff !important;
}

.tracker-in-history {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}






/* New css work */
.team-right {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
}
.team-a-over-display {
    font-size: 13px;
}


button.owl-prev.disabled {
    display: none;
}

.owl-nav button {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    border: 1.5px solid rgb(201 201 201 / 30%);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6),
    0 10px 25px rgba(0,0,0,0.1);
}

.owl-nav button img {
    width: 17px;
}
.team-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.squads-team-country .team-logo {
    flex: 0 0 25px;
}
.squads-teams .col-6:nth-child(2) .squads-team-country  .team-left {
    flex-direction: row-reverse;
    text-align: right;
}
.bg-primary-subtle {
    background: transparent !important;
}
.live-s-tabs .team-s-cls {
    padding: 0;
}

button.owl-next.disabled {
    display: none;
}
.news-meta p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.news-meta small.text-muted, .latest-news ul li a .text-muted {
    font-weight: 500;
    font-size: 11px;
}
.latest-news ul li a:hover h6 {color: #3a47e2;}
.browseSeries-itm-h .series-img-wrap.me-3 {
    display: none;
}
.browseSeries-itm-status.upcoming {
    position: unset;
}
.tabing_sec.series-wrp {
    padding: 15px;
}
.fixtures-date-group .score-card {
    border: solid 1px #eeeeff;
}
.sidebar-videos-carousel {
    padding: 0 15px;
}

.tabing_sec.news-dtl {
    padding: 15px;
}
h1 {
    font-size: 32px;
    font-weight: 600;
}

h2 {
    font-size: 26px;
    font-weight: 600;
}
.need-bg span.need-run {

    position: unset;
}

.news-full-content p:last-child {
    margin-bottom: 0;
}
.ranking-list-card {
    border-radius: 15px;
    overflow: hidden;
}
.sidebar-wrap {
    position: sticky;
    top: 10px;
}
.live-matches-list .score-card:hover {
    box-shadow: 0 0 15px #ddd;
}
.live-matches-list {
    justify-content: center;
}
.app-download-sec .container {
    max-width: 880px;
}
.home-tags-slider {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
}
.home-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #101010;
    background: #EEEEFF;
    padding: 5px 18px 5px 5px;
    border-radius: 70px;
    font-size: 14px;
}
.home-tag:hover {
    color: #0d6efd;
}
.home-tag .team-logo {
    flex: 0 0 24px;
    height: 24px;
}
#projected-score-toggle .team-review{margin: 0;}
.yet-player {
    font-size: 14px;
}
.batter-team-table tr td, .batter-team-table tr th{text-align: center;}
.batter-team-table tr td:first-child, .batter-team-table tr th:first-child{text-align: left;}
.batter-team-table tr td:last-child, .batter-team-table tr th:last-child{text-align: right;}
.commentary-team h5 {
    margin: 0;
    font-size: 14px;
}
.breadcrumb-item a {
    text-decoration: none;
}
.breadcrumb {
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
}
.series-header {
    display: flex;
    gap: 15px;
    align-items: center;
}
.series-img-wrap {
    flex: 0 0 50px;
}
.series-img-wrap img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.series-header-con h4 {
    font-size: 20px;
    margin: 0 0 3px;
}
.series-header-meta {
    font-size: 14px;
}
.series-detail-sec .score-card {
    border-radius: 15px;
    border: 1px solid #DFDFF7;
    display: inline-block;
    width: 100%;
    color: #010101;
    text-decoration: none;
    padding: 0;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.series-detail-sec .score-card:last-child {
    margin-bottom: 0;
}
.series-tab-inner-itm {
    padding: 0 10px;
}
.series-tab-inner-sec {
    border-radius: 15px;
    border: 1px solid #DFDFF7;
    display: inline-block;
    width: 100%;
    color: #010101;
    text-decoration: none;
    padding: 0;
    position: relative;
}
.series-detail-sec .score-card:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.key-stats-itm a {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
}
.key-stats-itm-nm {
    font-weight: 600;
}
.key-stats-itm {
    background: #f6f6ff;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.key-stats-itm:last-child{margin-bottom: 0;}
.series-tab-inner-itm + .series-tab-inner-itm {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.series-tab-inner-team {
    padding: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.series-tab-inner-team img {
    border-radius: 50%;
}
.series-detail-sec .browseSeries-itm-status {
    position: absolute;
}
.series-wrp-header {
    padding-right: 80px;
}
.fixtures-date-d {
    font-size: 16px;
    font-weight: 600;
}
.ranking-tab .btn {
    font-size: 13px;
    padding: 3px 10px;
}
.ranking-tab-itms {
    margin-bottom: 0;
    border-radius: 15px 15px 0 0;
}
.ranking-tab-itms .nav-tabs {
    justify-content: start;
    padding-bottom: 7px !important;
}
.ranking-list-card {
    border-radius: 0 0 15px 15px;
}
.ranking-tab-itms .nav-tabs .nav-link {
    font-size: 13px;
}
.ranking-sec .section-title p {
    font-size: 13px;
}
.ranking-list-card th {
    font-size: 12px;white-space: nowrap;
}
.rankings-table-body span + span {
    font-size: 11px;
}
.rankings-table-body td:first-child, .rankings-table-body th:first-child {
    width: 60px;
}
.rankings-table-body td:last-child, .rankings-table-body th:last-child {
    width: 80px;
}
.venue-guide-itm.about-player {
    background: #f6f6ff;
    margin-top: 20px;
    padding: 15px;
}
.live-match-info p br {
    display: none;
}
.playerinf-user-con h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
.playerinf-user-country {
    font-size: 13px;
    line-height: 1;
}
.home-tags-slider button::before {
    color: #3A48E0;
    font-size: 22px;
}
.team-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 50px;
}
.team-detail-page {
    
    padding: 15px;
    border-bottom: 1px solid #DBDBD9;
}
.team-detail-page-h{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.team-detail-nm p {
    font-size: 14px;
}
.matches-list-status {
    right: auto;
    border-radius: 0 0 8px 8px;
    top: 0;
    padding: 3px 10px;
}
.matches-listing .commentary-team p {
    line-height: 1;
    margin-top: 10px;
    justify-content: center;
}
.team-ranking-card {
    border: solid 1px #eeeeff;
    padding: 15px;
    border-radius: 15px;
}
.team-detail-tab-content .news-list {
    padding: 0;
}
.series-list-a {
    color: #010101;
    border: solid 1px #eeeeff;
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
}
.series-list-a .badge {
    font-weight: normal;
}
.series-list-a h5 {
    font-size: 16px;
}
.overhistory-itm-prediction {
    font-size: 13px;
    line-height: 13px;
}
.series-squads-list .list-group-item {
    font-size: 14px;
}
.series-squads-list .list-group {
    margin-top: 10px;
}
.series-title-1 {
    padding: 7px 14px;
    margin-bottom: 7px;
    background: #3944de !important;
    color: #fff !important;
    font-size: 13px;
    border-radius: 10px 10px 0 0;
}
.series-filter-sidebar {
    background: transparent !important;
}
.series-stats-list table {
    font-size: 13px;
}
.series-stats-list table th {
    font-weight: 600;
    color: #010101 !important;
}
.list-group-item {
    font-size: 13px;
    padding: 5px 10px;
}
.series-stats-list table th, .series-stats-list table td {
    text-align: center;
}
.series-stats-list table th:first-child, .series-stats-list table td:first-child {
    text-align: left;
}
.series-stats-table-responsive td {
    background: #fff !important;
}
.series-venues-list .accordion-button:not(.collapsed) {
    background: #f6f6ff;
    color: #3A48E0;
}
.venues-listing .accordion-button {
    padding: 10px !important;
}
.polls-sec-in  .btn {
    justify-content: center;
}
.guest-profile-avatar-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  .guest-profile-avatar-link:hover .guest-profile-avatar {
    filter: brightness(1.06);
  }
  .guest-header-profile-fallback {
    width: 37px;
    height: 37px;
    display: block;
    flex-shrink: 0;
  }
  .guest-profile-avatar {
    flex-shrink: 0;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(145deg, #fbaf09, #f05a1f);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 37px;
}
  .guest-profile-avatar.guest-header-avatar--loading {
    opacity: 0.88;
    font-size: 1.05rem;
    letter-spacing: 0;
    animation: guest-header-avatar-pulse 1.1s ease-in-out infinite;
  }
  @keyframes guest-header-avatar-pulse {
    0%, 100% { opacity: 0.88; }
    50% { opacity: 0.52; }
  }
  .yet-to-bat {
    margin-top: 20px;
}
.skeleton-block {
    background-color: #e8e8ff;
}
.skeleton-block {
    background-color: #e8e8ff;
}
.fw-bold {
    font-weight: normal !important;
}