/* bootstrap root style */
:root {
    --bs-gray: #f2fcff;
    --bs-border-color: #c8e9fd;
    --bs-hover-border-color: #bfd6e3;
    --bs-primary: #081f47;
    --bs-primary-rgb: 255, 215, 0;
    --bs-secondary: #032359;
    --transition: 0.4s all ease-in-out;
    --bs-yellow-300: #fffaee;
    --bs-border-yellow-300: #ffefc9;
    --bs-dark-rgb: 8, 31, 71;
}

.heroSetion {
    padding-top: 0 !important;
}

.partnerSection .upper-indicator-slider.sixItemSlidesUpperIndi .item {
    padding: 7px;
}

body {
    overflow-x: hidden;
    padding: 0 !important;
    overflow-y: visible !important;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.roboto-extralight {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.roboto-semibold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.roboto-extrabold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: italic;
}

.roboto-extralight-italic {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
}

.roboto-semibold-italic {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
}

.roboto-extrabold-italic {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h3 {
    font-size: 24px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-gray {
    background-color: var(--bs-gray) !important;
}

.bg-light-gray {
    background-color: #f3f3f3 !important;
}

.bg-sky-blue {
    background-color: #0080ff !important;
}

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

.bg-light-purple {
    background-color: #8292cc;
}

.bg-yellow-300 {
    background-color: var(--bs-yellow-300);
}

.border-yellow-300 {
    border-color: var(--bs-border-yellow-300) !important;
}

.border-opacity-25 {
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.border-opacity-50 {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.text-black-65 {
    color: rgba(0, 0, 0, 0.65) !important;
}

.text-dark-65 {
    color: rgba(8, 31, 71, 0.65) !important;
}

.text-dark-light {
    color: #9fabcc !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-65 {
    color: rgba(255, 255, 255, 0.65) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-green {
    color: #00c569 !important;
}

.text-red {
    color: red;
}

.text-orange {
    color: #fc9e0f;
}

.text-blue {
    color: #0080ff;
}

.text-yellow {
    color: #fbff00;
}

.border-top-1 {
    border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.nav-pills {
    --bs-nav-pills-link-active-color: #fff !important;
    --bs-nav-pills-link-active-bg: #081f47;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color) !important;
    background-color: var(--bs-nav-pills-link-active-bg) !important;
}

.modal {
    --bs-modal-width: 600px;
    --bs-modal-header-padding: 0.5rem 1rem;
}

/* bootstrap css */
.card {
    --bs-card-border-color: none;
    --bs-card-border-radius: 8px;
    --bs-card-cap-bg: rgb(238 242 248);
    border-color: #eef2f8 !important;
}

.border-bottom {
    border-bottom: 1px solid #c3daef;
}

.border-left {
    border-left: 1px solid #c3daef;
}

.border-right {
    border-right: 1px solid #c3daef;
}

.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #ff0000;
    border-color: #ff0000;
    --bs-btn-hover-bg: #e20000;
    --bs-btn-hover-border-color: #e20000;
    --bs-btn-hover-color: #fff !important;
    font-weight: 700;
    font-size: 14px;
}

.active.btn-primary {
    background-color: #eb0000;
    border-color: #eb0000;
}

.btn-secondary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-secondary) !important;
    --bs-btn-hover-color: #ffffff !important;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    font-weight: 500;
}

.btn-secondary:hover {
    color: #ffffff !important;
}

.btn-outline-primary {
    --bs-btn-color: #081f47;
    --bs-btn-border-color: #081f47;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #081f47;
    --bs-btn-hover-border-color: #081f47;
    font-weight: 700;
    font-size: 14px;
}

.btn-outline-light {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: transparent;
    border-color: #ffffff;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffffS;
    --bs-btn-hover-color: #000000 !important;
    font-weight: 700;
    font-size: 14px;
}

.active.btn-outline-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: var(--bs-secondary);
}

a:hover {
    color: #ff0000 !important;
}

.btn-gray {
    background-color: var(--bs-gray);
    color: #000;
}

.shadow {
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15) !important;
}

.fs-6 {
    font-size: 12px !important;
}

.form-control {
    font-size: 14px;
    color: rgb(0 0 0 / 50%);
    border: 1px solid #c3daef;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}

p {
    font-weight: 300;
    font-size: 13px;
    line-height: 145%;
    color: #000;
    margin-bottom: 0;
}

#languages.dropdown-toggle::after {
    display: none !important;
    font-size: 0px !important;
}

.regiSignButton .btn {
    line-height: 16px;
}

.form-control:focus,
.phnInput:focus {
    color: #000000;
    background-color: #fff;
    border-color: var(--bs-primary) !important;
}

.form-select {
    background-position: right 0.5rem center;
}

.form-check-input:focus,
.form-control:focus,
.btn-close:focus,
.navbar-toggler:focus {
    box-shadow: none;
}

.btn:first-child:active {
    border: 0;
}

.form-check-input {
    background-color: #fff;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    margin-top: 0px;
    margin-right: 7px;
    padding: 4px;
    margin-left: 0 !important;
}

.form-check-input[type="radio"] {
    width: 20px;
    height: 16px;
    margin-top: 2px !important;
}

.form-check-input:checked {
    box-shadow: none;
    background-color: #0080ff !important;
    border-color: var(--bs-primary);
}

.dropdown-menu {
    --bs-dropdown-font-size: 0.8125rem;
    --bs-dropdown-link-hover-bg: var(--bs-gray);
}

.dropdown-toggle::after {
    content: "";
    font-weight: 900;
    border: none;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-secondary);
    background-color: #fff;
}

#languages {
    border: 1px solid var(--bs-border-color);
}

#languages img,
div#languages-list img {
    object-fit: cover;
}

.language #lanNavSel {
    color: #000;
}

div#languages-list {
    padding: 0.5rem;
    top: -5px !important;
    border-radius: 10px;
    min-width: auto;
}

.nav-item.dropdown:hover div#languages-list {
    display: block;
}

div#languages-list a {
    padding: 0.2rem 0.5rem;
}

header .mainHeader {
    z-index: 1050;
}

/* hero sec css */
.heroSetion .carousel .carousel-item {
    height: 550px;
}

.heroSetion .carousel .carousel-item img.d-block.w-100 {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.heroSetion {
    height: min-content;
}

.carousel-indicators {
    margin-bottom: 4rem;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 10px !important;
    opacity: 0.5;
    border: none;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #fbff00;
}

.mainCategorySec {
    margin-top: -50px;
    z-index: 3;
    position: relative;
}

/* nav css */
.navSecondary a.nav-link {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.navSecondary a.nav-link:hover,
.navSecondary a.nav-link:active,
.navSecondary a.nav-link.active {
    background-color: #042762;
    border-radius: 8px;
    color: #fbff00 !important;
}

.searchInput {
    background-color: rgb(255, 255, 255, 0.1);
    border: none;
    min-width: 300px;
    color: var(--bs-primary);
}

.searchInput::placeholder {
    color: #9fabcc !important;
}

/* nav-bar css */

header.sticky-sm-top {
    box-shadow: 0px -3px 12px 6px rgba(4, 48, 47, 0.1);
}

.customNav .nav-link {
    color: rgb(0 0 0) !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-weight: 500;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 50px;
}

.customNav .nav-link:hover,
.customNav .nav-link.active {
    color: #ff0000 !important;
}

/* addver-sec css */
.adverMain {
    background: linear-gradient(132deg, #509d85 0%, #163a78 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    justify-content: space-between;
}

.adverMain .btn.btn-primary {
    min-width: 150px;
}

.adverMain .btn.btn-primary:hover {
    color: #fff !important;
}

.iplSticker {
    margin-top: -40px;
}

.innerPage .bnrTxt p {
    font-weight: 500;
    font-size: 14px;
}

/* trending sports sec css */
/* card css */
.sports-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    display: flex;
    align-items: stretch;
    background-color: #0c446b;
    color: white;
}

.sports-card:hover {
    transform: scale(1.03);
}

.icon-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    transition: transform 0.5s ease;
    position: relative;
    padding: 20px 0px;
}

.sports-card:hover .icon-section {
    transform: translateX(0);
}

.icon-section::before {
    content: "";
    background-color: #005088;
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 110px;
    height: 110px;
    transition: 0.5s ease;
    border-radius: 0 110px 0 0;
}

.sports-card:hover .icon-section::before {
    left: 0;
    bottom: 0;
}

.icon-section img {
    max-height: 100px;
    object-fit: contain;
    position: relative;
    margin-bottom: -15px;
}

.card-body {
    padding: 15px 10px 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 700;
}

.card-text {
    margin-top: 0.3rem;
    font-size: 0.95rem;
}

.bg-purple {
    background-color: #9245bc;
}

.bg-purple .icon-section::before {
    background-color: #7f2eab;
}

.bg-green {
    background-color: #0c6c58;
}

.bg-green .icon-section::before {
    background-color: #035947;
}

.bg-sky-blue {
    background-color: #0042d5;
}

.bg-sky-blue .icon-section::before {
    background-color: #0139b7;
}

/* owl carousel css */
.owl-theme .owl-nav,
.owl-theme .owl-dots {
    top: -35px;
    position: absolute;
    right: 0;
    margin-top: 0;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
    background-color: var(--bs-gray) !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--bs-primary);
    margin: 0;
}

.owl-theme .owl-nav button.owl-next {
    margin-left: 5px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--bs-primary) !important;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 3px;
    background-color: #e4e6eb;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff0000;
}

.casino-card.shadow.rounded-4.overflow-hidden {
    box-shadow: 0px 0px 14px 0 rgba(0, 0, 0, 0.15) !important;
}

/* why choose sec css */
/* Accordion CSS */
.accordion-button:not(.collapsed) {
    color: #000;
    font-weight: 700;
    box-shadow: none;
}

.accordion-item {
    border-radius: 10px !important;
    margin-bottom: 10px;
    border: 1px solid #d6e4fc !important;
    transition: border-color 0.3s ease;
}

.accordion-item.active {
    border: 2px solid #15469d !important;
    /* Dark border on active */
}

.accordion-button::after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    background-image: none;
    width: auto;
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    background-image: none;
    transform: rotate(-180deg);
}

button.accordion-button {
    background-color: transparent !important;
    padding: 10px 15px !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-collapse {
    padding: 0 15px;
}

.accordion-body {
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    color: rgba(0, 0, 0, 0.65) !important;
}

.accordion {
    --bs-accordion-bg: transparent;
}

.choose-section {
    background: #fff;
}

/* partner css */

.partnerSection .card-img-section img {
    width: 100px !important;
}

.partnerSection .card-img-section {
    height: 75px;
    width: 100%;
}

/* inner pages css */

.loginRegisterSetion {
    background-image: url(../images/stadium.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.loginRegisterSetion .login-box {
    max-width: 400px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.loginRegisterSetion .nav-tabs .nav-link {
    border: none;
    border-radius: 30px;
    color: #000;
    padding: 4px 20px;
    font-size: 14px;
}

.loginRegisterSetion .nav-tabs .nav-link.active {
    background-color: #213559 !important;
    color: #fff;
}

.loginRegisterSetion .form-control {
    border-radius: 10px;
}

.btn-danger {
    border-radius: 10px;
    font-weight: bold;
}

.loginRegisterSetion .social-login .btn {
    border-radius: 10px;
    background-color: #f1f1f1;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

.loginRegisterSetion .social-login .btn img {
    height: 20px;
}

.small-text {
    font-size: 0.9rem;
}

.loginRegisterSetion .text-link {
    color: red;
    text-decoration: none;
    font-weight: 500;
}

span.signOption {
    position: relative;
    font-size: 13px;
}

span.signOption:before {
    position: absolute;
    content: "";
    background: #cacaca;
    height: 0.5px;
    width: 30px;
    left: -40px;
    top: calc(50% - 1px);
}

span.signOption:after {
    position: absolute;
    content: "";
    background: #cacaca;
    height: 0.5px;
    width: 30px;
    right: -40px;
    top: calc(50% - 1px);
}

.boucherIcon {
    width: 50px;
    height: 50px;
}

.bbInner {
    background-color: #d8fff4;
}

.discounttagline h6 {
    color: #02663e;
}

.discountPrise h1 {
    color: #fc9e0f;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #1f6d2b;
}

.phone-wrapper {
    display: flex;
    align-items: center;
    background-color: #f0fcff;
    border: 1px solid #c3daef;
    border-radius: 6px;
    padding: 8px 12px;
    max-width: 400px;
}

.country-select-wrapper {
    position: relative;
    margin-right: 10px;
}

.country-select-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.flag-icon {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    object-fit: cover;
}

.dial-code {
    color: #333;
    font-weight: 500;
}

.dropdown-arrow {
    font-size: 12px;
    color: #666;
}

.country-dropdown {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    border: 1px solid #dce5e7;
    border-radius: 10px;
    width: 200px;
    z-index: 10;
    max-height: 180px;
    overflow-y: auto;
}

.country-select-wrapper:hover .country-dropdown {
    display: block;
}

.country-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    gap: 10px;
    cursor: default;
    text-align: left;
}

.country-item:hover {
    background-color: #f1f9fb;
}

.country-name {
    flex-grow: 1;
    font-size: 13px;
}

.dial-code-small {
    font-size: 14px;
    color: #555;
}

.phone-input {
    border: none;
    background: transparent;
    outline: none;
    flex-grow: 1;
    font-size: 14px;
}

.currency-select-wrapper {
    position: relative;
}

.currency-toggle {
    background-color: #f2fcff;
    border: 1px solid #c3daef;
    border-radius: 6px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.currency-symbol {
    font-size: 24px;
    font-weight: 500;
    color: #081f47;
}

.currency-text {
    color: #7c87a6;
    font-weight: 400;
    font-size: 14px;
}

.arrow-down {
    margin-left: auto;
    font-size: 12px;
    color: #555;
}

.currency-dropdown {
    display: none;
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #dce5e7;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
}

.currency-select-wrapper:hover .currency-dropdown {
    display: block;
}

.currency-item {
    display: flex;
    align-items: center;
    padding: 2px 12px;
    gap: 10px;
    cursor: default;
    text-align: left;
}

.currency-item:hover {
    background-color: #f1f9fb;
}

.currency-name {
    flex-grow: 1;
    font-weight: 500;
    color: #081f47;
    font-size: 14px;
}

.currency-code {
    color: #0069d1;
    font-size: 14px;
}

/* innerpage css */

.innerPageheroSetion {
    background-image: url(../images/inner_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.innerPageheroSetion:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mcsBox {
    background-color: white;
    border-radius: 1rem;
    padding: 1rem 5px;
    transition: background-color 0.4s ease;
    overflow: hidden;
    position: relative;
}

.mcsLink h6 {
    color: black;
    transition: color 0.4s ease;
    margin-top: 10px;
}

.icon-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
}

.icon-wrapper img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    transition: transform 0.5s ease, opacity 0.4s ease;
}

/* Initial States */
.redIcon {
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
}

.whiteIcon {
    transform: translateY(100%);
    opacity: 0;
    z-index: 2;
}

/* Hover Effects */
.mcsBox:hover,
.mcsBox.active {
    background-color: red;
}

.mcsBox:hover .mcsLink h6,
.mcsBox.active .mcsLink h6 {
    color: white;
}

.mcsBox:hover .redIcon {
    transform: translateY(-100%);
    opacity: 0;
}

.mcsBox:hover .whiteIcon,
.mcsBox.active .whiteIcon {
    transform: translateY(0);
    opacity: 1;
}

.filterCheckboxSec .form-check-input:checked~.form-check-label {
    color: #081f47 !important;
}

/* contest card css */
.contest-card {
    transition: 0.3s ease-in-out;
    border: solid 1px #ffffff;
}

.contest-card:hover {
    border: solid 1px #0080ff;
}

.notification-icon {
    width: 16px;
}

.team-logo {
    width: 32px !important;
    height: 32px;
}

.match-details {
    background-color: #f1f9ff;
}

.vs {
    font-size: 14px;
}

.vs span {
    position: relative;
    z-index: 1;
}

.vs:before {
    content: "";
    width: 20px;
    height: 1px;
    right: 20px;
    background: #ffffff;
    position: absolute;
    top: calc(50% - 1px);
}

.vs:after {
    content: "";
    width: 20px;
    height: 1px;
    left: 20px;
    background: #ffffff;
    position: absolute;
    top: calc(50% - 1px);
}

.contest-card-dark span.ar-right {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 8px;
    background-color: #0069d1;
    color: #fff;
    padding: 3px;
    line-height: 8px;
    margin-left: 5px;
}

.contest-card-dark span.ar-right i.fa.fa-angle-right {
    font-size: 10px;
}

.contest-card-dark .match-details {
    background-color: #042762;
}

.contest-card-dark .match-details {
    background-color: #042762;
}

.contest-card-dark mg.rounded-circle.team-logo {
    width: 30px;
    height: 30px;
    margin: auto;
}

.contest-card-dark .team.text-center {
    width: 50px;
}

.contest-card-dark .vs:before {
    background: linear-gradient(45deg, #1c51b0, transparent);
    width: 40px;
    height: 2px;
}

.contest-card-dark .vs:after {
    background: linear-gradient(45deg, transparent, #1c51b0);
    width: 40px;
    height: 2px;
    right: 20px;
}

.contest-card-dark a:hover {
    color: #ffffff !important;
}

/* adbnnr css */
.bannerCard {
    background: linear-gradient(132deg, #509d85 0%, #163a78 100%);
    height: 150px;
}

.bcImg {
    border: 5px solid #fff;
    border-radius: 12px;
    background: #2360b9;
}

.bcImg img {
    position: relative;
    transform: scale(1.2);
    bottom: 8px;
    right: 12px;
}

.bcImgDis img {
    width: 130px;
}

.bcImgDis {
    display: flex;
    align-items: end;
}

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

.bcText {
    position: relative;
    z-index: 2;
}

.bonusBnnr {
    background: url(../images/coinslft.png), url(../images/coinsrgt.png),
        linear-gradient(132deg, #eac974 0%, #004284 100%);
    background-position: left bottom, top center;
    background-repeat: no-repeat;
}

.bnrteamsec {
    background-color: #251150 !important;
    height: 150px;
}

span.ar-right {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0069d1;
    border-radius: 8px;
    margin-left: 5px;
    padding: 5px;
}

span.ar-right i.fa.fa-angle-right {
    font-size: 10px;
}

/* list contest page css */

.filterCheckboxSec ul li {
    margin-bottom: 5px;
}

label.form-check-label {
    font-size: 13px;
    color: #5e6d87;
}

.filterBox label span {
    text-align: center !important;
    padding: 2px 0 !important;
    display: block !important;
}

.spots ul li {
    width: calc(100% / 3);
}

.spots label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

.spots label input+span {
    color: rgb(0 0 0 / 65%) !important;
    padding: 5px 15px !important;
    font-weight: 400;
    font-size: 13px !important;
}

.spots input:checked+span {
    color: #ffffff !important;
    background-color: var(--bs-secondary) !important;
    border-radius: 20px;
}

.filterBox h6 {
    padding: 4px 0;
    font-size: 14px;
}

.filterCheckboxSec ul li label.form-check-label {
    font-size: 14px;
    color: #5e6d87;
}

.form-check-input:checked~span {
    color: rgba(0, 0, 0, 1) !important;
}

.list-contest-card {
    background: #fff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #fff;
}

.list-contest-card:hover {
    border: solid 1px #0080ff;
}

.list-contest-card:hover .btn-join {
    background-color: var(--bs-primary);
    color: #fff;
}

.contest-feature {
    width: fit-content;
    margin: 0 auto 10px;
}

.contest-info h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.progress-container {
    width: 100%;
    max-width: 380px;
}

.progress-bar {
    height: 8px;
    background-color: #0069d1;
}

.progress {
    height: 5px;
    background-color: #e3f0f4;
    border-radius: 10px;
    overflow: hidden;
}

.stats {
    font-size: 14px;
    color: #555;
}

.contest-label {
    color: #ff7b00;
    font-weight: 600;
    font-size: 14px;
    margin-top: -20px !important;
}

.right-box {
    text-align: right;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-right: 4px;
}

.new-price {
    color: #0080ff;
    font-size: 24px;
    font-weight: 600;
}

.guaranteed {
    color: green;
    font-size: 13px;
    font-weight: 500;
}

.btn-join {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 6px 16px;
    font-weight: 500;
}

.btn-join:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #5a6c87;
}

/* team page css */
ul.pitchReport {
    transform: skew(-30deg, 0deg);
}

.pitchReport li p {
    font-weight: 500;
}

.pitchReport li {
    padding: 0px 15px;
    transform: skew(30deg, 0deg);
}

.pitchReport li+li {
    border-left: 1px solid #b4d8fa;
}

.contestDtTm li {
    position: relative;
}

.contestDtTm li+li:before {
    position: absolute;
    content: "";
    left: 4px;
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    background-color: #081f47;
    border-radius: 2px;
}

.contestDtTm li {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.65);
}

.contestDtTm li+li {
    padding: 0 15px;
}

.searchArea form {
    background-color: rgb(255, 255, 255, 0.1);
    height: 28px;
}

.createTeamSec .searchInput {
    border: none;
    min-width: 200px;
    color: #c6cfde;
    background-color: transparent;
}

.createTeamSec .nav-pills .nav-link {
    font-size: 14px;
}

.createTeamSec .nav-pills .nav-link.active,
.createTeamSec .nav-pills .show>.nav-link {
    background-color: #0080ff !important;
}

.searchArea button.btn.searchbtn {
    font-size: 12px;
}

.searchArea button.btn.searchbtn:hover {
    color: #fff;
}

/* team table css */
.player-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.btn-remove,
.btn-remove:hover {
    background-color: #ff4d4d;
    color: white;
}

td.team-punjab {
    color: mediumpurple;
}

.choosePlayer td {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
}

tr.remove {
    background: #fffbf0;
}

td.team-lucknow {
    color: burlywood;
}

.choosePlayer .status {
    color: #00c569;
    font-size: 12px;
}

.selected-team-title {
    text-align: center;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #2d4b80;
    padding-bottom: 0.5rem;
}

.createdTeamSec table td {
    font-size: 13px;
}

.info-text {
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    margin: 1rem 0;
}

.btn-light-purple {
    background-color: #8ea6ff;
    color: #000;
}

.btn-outline-light {
    color: white;
    border-color: white;
}

.btn-outline-light:hover {
    background-color: white;
    color: #0a1e42;
}

/* modal css */
.modal-header {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.13);
}

.modal-content button.btn {
    line-height: 16px;
    width: 100px;
    font-size: 13px;
}

.CPCSelection {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.CPCSelection .btn-check {
    display: none;
}

.CPCSelection .radio-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 40px;
    border-radius: 10px;
    font-weight: bold;
    background-color: #f1f5f9;
    color: #4a4a4a;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s;
    position: relative;
}

.CPCSelection .btn-check:checked+.radio-label {
    background-color: #007bff;
    color: #fff;
}

.CPCSelection .percentage-pill {
    font-size: 10px;
    padding: 2px 6px;
    background: white;
    color: rgba(0, 0, 0, 0.65);
    border-radius: 999px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -10px;
}

.modal-header {
    align-items: center !important;
}

.modal-header .btn-close {
    margin-right: 0;
    font-size: 18px !important;
    text-align: right !important;
    width: 16px !important;
}

tr.added {
    background-color: #eaf7fd;
}

.choosePlayer button.btn.btn-sm {
    width: 70px;
}

tr.added button.btn.btn-success {
    background-color: #0080ff;
    border-color: #0080ff;
    font-weight: 600;
}

/* scrollable customization */
/* Works on Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 2px;
    /* For vertical scrollbars */
    height: 2px;
    /* For horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
    border: 1px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--bs-secondary);
}

/* Optional: Firefox scrollbar styling */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--bs-primary) #ffffff;
}

/* team preview css */
.team-preview {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.team-header {
    width: 100%;
    background: var(--bs-secondary);
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.team-section {
    background: url("../images/cricketPitch.jpg");
    background-size: cover;
    padding: 20px 10px;
    text-align: center;
    background-repeat: no-repeat;
    position: relative;
}

.team-section:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section-label {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.players-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}

.player {
    position: relative;
    border-radius: 8px;
    padding: 8px;
    width: 80px;
}

.player img {
    width: 100%;
    border-radius: 8px;
}

.player-name {
    font-weight: 600;
    font-size: 10px;
    margin-top: -2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    border-radius: 10px;
    padding: 2px 1px 0px 1px;
}

.player-credits {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
}

.captain-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ffffff;
    color: #000000;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 50%;
    font-weight: 700;
    border: solid 1px #000;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

/* team list page css */
.checkBonus .form-check-input:checked[type="checkbox"] {
    background-color: #0080ff !important;
}

.checkBonus .form-check-input:checked[type="checkbox"]~label.form-check-label {
    color: #0080ff;
}

/* team card sec css */

.team-card-sec .edit-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.team-card-sec .player-info {
    display: flex;
    align-items: center;
}

.team-card-sec .player-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.team-card-sec .player-name {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
}

.team-card-sec .player-role {
    font-size: 13px;
    color: #ffa500;
}

.team-card-sec .stats {
    font-size: 14px;
    color: #001f3f;
    line-height: 1.4;
}

.team-card-sec {
    border: 1px solid #fff;
}

.team-card-sec:hover {
    border: solid 1px #0080ff;
}

.team-card-sec:hover .selectTeamBtn,
.selectTeamBtn:hover {
    background-color: #0080ff;
    color: #fff;
    border-color: #0080ff;
}

/* about us css */
.ipDark .innerPageheroSetion:before {
    background-color: rgba(8, 31, 71, 0.65);
}

.breadcrumb-item a {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.msBox {
    width: 110px;
    min-height: 100px;
}

.journeySec .carousel-indicators [data-bs-target] {
    margin-left: 0;
}

.journeySec .carousel-caption {
    position: unset;
    padding-right: 8rem;
}

.journeySec .carousel-caption p {
    min-height: 80px;
}

.journeySec .carousel-indicators {
    text-indent: unset;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
    justify-content: flex-start;
}

.journeySec .carousel-indicators [data-bs-target] {
    text-indent: unset !important;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 192%;
    color: #656565;
    opacity: 1;
    width: auto;
    border: 0;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0 !important;
}

.journeySec .border-bottom.carousel-indicators {
    width: fit-content;
    margin-left: 0;
}

.journeySec .carousel-indicators [data-bs-target].active {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 115%;
    color: #0080ff;
    border-bottom: 2px solid #0080ff;
    padding-bottom: 5px;
}

.cta-wrapper {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: auto;
}

.cta-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    z-index: 0;
    left: 0;
}

.cta-layer.layer-1 {
    background-color: #fffad5;
    top: -20px;
    left: 5%;
    width: 90%;
}

.cta-layer.layer-2 {
    background-color: #fff7b0;
    top: -10px;
    left: 2.5%;
    width: 95%;
}

.cta-container {
    background: #ffefa3;
    padding: 20px 40px;
    margin: 40px auto;
    max-width: 640px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: center;
    overflow: hidden;
}

.cta-container::before,
.cta-container::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #f2dd7a;
    border: solid 30px #f8e489;
}

.cta-container::before {
    width: 150px;
    height: 150px;
    top: -50px;
    left: -50px;
}

.cta-container::after {
    width: 150px;
    height: 150px;
    bottom: -50px;
    right: -50px;
}

.cta-container h5,
.cta-container p,
.cta-container .btn {
    position: relative;
    z-index: 2;
}

.readyToPlaySec .cta-container .btn:hover {
    color: #fff !important;
}

/* profile page css */

.profilePageContent .container {
    margin-top: -50px;
    position: relative;
}

.user-info {
    margin-top: -60px;
    position: relative;
}

.profile-pic img {
    border: solid 5px #e0f8ff;
    width: 150px;
    height: 150px;
}

.profile-stat>div {
    width: calc(100% / 3);
}

.profile-stat>div+div {
    border-left: 1px solid #c8e9fd;
}

.profile-pic {
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.camera-icon {
    position: absolute;
    bottom: 10px;
    right: -3px;
    background-color: #f2fcff;
    color: #0080ff;
    border: 1px solid #d2edf5;
    border-radius: 50%;
    padding: 4px;
    font-size: 14px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.greeting {
    font-size: 14px;
}

.impPromoBannerRankScore {
    background: linear-gradient(90deg, #ffefa3 0%, #ffaf72 45.19%, #bcd5ea 100%);
}

.impPromoBannerRefEarning {
    background: linear-gradient(90deg, #72ece6 0%, #006691 54.18%, #09569f 100%);
}

.mcTopTab.nav-pills .nav-link.active {
    background-color: transparent !important;
    color: #000000 !important;
    border-bottom: 2px solid #0080ff;
    border-radius: 0;
    font-weight: 600;
}

.mcTopTab.nav-pills .nav-link {
    padding: 0;
    padding-bottom: 10px;
}

.mcTopTab {
    border-bottom: 1px solid #dcf1f7;
}

.ipbRight {
    width: 125px;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    height: 100%;
}

.impPromoBannerSec,
.impPromoBannerRefEarning {
    height: 130px;
}

.mcTopTab.nav-pills li+li {
    padding-left: 30px;
}

.matchContSec .owl-theme .owl-nav {
    margin-top: -10px;
}

.notification-text {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    line-height: 9px;
}

.profile-img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer;
}

#profileDropdownWrapper .custom-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    min-width: 260px;
    z-index: 1000;
}

.accountLinks li a {
    padding: 8px;
    font-size: 13px;
    font-weight: 500;
}

#profileDropdownWrapper .custom-dropdown-arrow {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #f2fcff;
    border-top: 1px solid var(--bs-border-color);
    transform: rotate(45deg);
    border-left: 1px solid var(--bs-border-color);
}

.accountLinks li .logout-btn:hover {
    color: #fff !important;
}

#profileDropdownWrapper .dropdown-wrapper {
    position: relative;
    display: inline-block;
}

/* my-matches pages css */
.contMatchesSwitch label.form-check-label {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 18px;
}

.contMatchesSwitch.form-switch .form-check-input {
    width: 3.4rem;
    height: 1.5rem;
    background-color: #cdecf6;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    border-color: #daf0f6;
}

.icon-lft {
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 5px;
    margin-top: 2px;
}

.icon-lft img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    transition: transform 0.5s ease, opacity 0.4s ease;
}

/* Initial States */
.blueIc {
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
}

.whiteIc {
    transform: translateY(100%);
    opacity: 0;
    z-index: 2;
}

.slBtnOuter .form-check-input:checked~.slBtnIn {
    background-color: #0080ff !important;
    border-radius: 20px;
}

.slBtnOuter .form-check-input:checked~.slBtnIn span {
    color: #ffffff !important;
}

.slBtnOuter .form-check-input:checked~.slBtnIn .icon-lft .whiteIc {
    transform: translateY(0);
    opacity: 1;
}

.slBtnOuter .form-check-input:checked~.slBtnIn .icon-lft .blueIc {
    transform: translateY(-100%);
    opacity: 0;
}

.filterCheckboxSec .slBtnOuter .slBtnIn span {
    padding: 0px 0 !important;
    font-size: 13px;
    line-height: 23px;
}

.match-card-wrapper .btn-outline-primary {
    font-weight: 500 !important;
    border-width: 0.5px;
}

.match-card-wrapper {
    transition: 0.3s ease-in-out;
    border: solid 1px #ffffff;
}

.match-card-wrapper:hover {
    border: solid 1px #0080ff;
}

.match-card-wrapper:hover .btn-outline-primary,
.match-card-wrapper .btn-outline-primary:hover,
.match-card-wrapper .active.btn-outline-primary {
    background-color: #0042d5 !important;
    color: #ffffff !important;
    border-color: #0042d5 !important;
}

/* footer css */

.footerLinks h6 {
    margin-bottom: 10px;
}

.footerLinks .mainLinks li {
    position: relative;
    margin-bottom: 10px;
}

ul.mainLinks li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.copyrightSocial ul.mainLinks li a:hover {
    color: var(--bs-primary) !important;
}

.socialIcon li a {
    color: #fff;
    font-size: 1.3rem;
}

.socialIcon li a:hover {
    color: #ff0000 !important;
}

.socialIcon li+li {
    padding-left: 1rem;
}

.payCards li+li {
    padding-left: 10px;
}

.agencyInfo p {
    color: #8292cc;
}

.footerLinks .mainLinks li a {
    text-decoration: none;
    font-weight: 300;
    font-size: 13px;
    color: #8292cc;
}

.copyrightPayment p {
    color: #8292cc;
}

/* page loader css */

.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #000000;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-loader .txt {
    color: #666;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
}

.page-loader-wrapper {
    width: 300px;
}

.loadingLineWrapper {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    transition: 0.3s linear;
}

.loadingLineWrapper:nth-child(2n + 1) {
    background: rgba(0, 0, 0, 0.1);
}

.loadingLineWrapper:hover {
    background: rgba(0, 0, 0, 0.3);
}

.loader-line {
    width: 100%;
    height: 4.8px;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    border-radius: 5px;
}

.loader-line::after {
    content: "";
    width: 0;
    height: 4.8px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: animFw 10s linear infinite;
    animation: animFw 10s linear infinite;
}

@-webkit-keyframes animFw {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes animFw {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/* SPINNER ANIMATION */
.logo-loader {
    width: 80px;
    height: 80px;
    margin: 0 auto;

    -webkit-animation: sk-scaleout 1.5s infinite ease-in-out;
    animation: sk-scaleout 1.5s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* tournament sec css */

.innerPageheroSetion.iphTournament {
    background-image: url(../images/trnamnt_bg.jpg);
}

.card-custom {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    height: 140px;
    background-color: #0c446b;
}

.image-section {
    flex: 1;
}

.image-section img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.content-section {
    flex: 1;
    background-color: #0c446b;
    color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.csTxt {
    padding-left: 5px;
}

.content-section:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    border-left: #7c63be solid 2px;
    border-right: transparent solid 14px;
    border-top: #7c63be solid 170px;
    transform: rotate(2deg);
}

.badge-custom {
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    width: max-content;
    margin-left: auto;
}

.badgeGreen {
    background-color: #2fd0a2;
}

.content-section h6 {
    color: #fbff00;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
}

.content-section p {
    font-weight: 300;
    font-size: 12px;
    line-height: 125%;
    color: #fffdfd;
}

/* add cash page css */

.quick-amount-btn {
    background-color: #f0fcff;
    border: 1px solid #e0f0f8;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    font-weight: 500;
    transition: all 0.3s ease;
}

.quick-amount-btn.active,
.quick-amount-btn:hover {
    border: 1px solid #0d6efd;
    color: #0d6efd;
    background-color: #e6f0ff;
}

.note-text {
    font-size: 0.875rem;
    color: #0d6efd;
}

.disabled.btn-gray {
    background-color: #dbebef;
}

.netBankingSec .owl-theme .owl-nav,
.owl-theme .owl-dots {
    top: -60px;
    position: absolute;
    right: 0;
    margin-top: 0;
}

.bankLogo {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bankLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.payIcon {
    width: 50px;
    height: 50px;
}

/* slick carousal css */
.slick-slide img {
    width: 100%;
}

.slick-next:before,
.slick-prev:before {
    color: #081f47;
}

.slick-next,
.slick-prev {
    top: -24px;
    transform: none;
    width: 24px;
    height: 24px;
    background-color: #dcf1f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: auto;
    right: 30px;
}

.slick-prev:before {
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 900;
}

.slick-next:before {
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 900;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: #081f47;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    color: #fff;
}

.sixItemSlidesUpperIndi .slick-dots {
    bottom: auto;
    top: -30px;
    text-align: right;
}

.sixItemSlidesUpperIndi.slick-initialized.slick-slider.slick-dotted {}

.sixItemSlidesUpperIndi .slick-dots li button {
    padding: 0 !important;
    width: 10px;
    height: 10px;
}

.sixItemSlidesUpperIndi .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background: #dcf1f7;
    font-size: 0;
    border-radius: 50%;
    opacity: 1;
}

.slick-slider {
    margin-bottom: 0;
}

.sixItemSlidesUpperIndi .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #ff0000;
}

.sixItemSlidesUpperIndi .slick-dots li {
    width: 10px;
    height: 10px;
}

/*tournament-details page css*/
.bannerimg {
    max-width: 33%;
}

.liImg {
    width: 44px;
    border-radius: 100px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    margin-right: 6px;
    height: 44px;
}

.teamList li {
    width: 32%;
    text-align: left;
}

.liImg img.img-fluid.rounded-circle {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teamList li h6 {
    text-align: left;
    font-size: 16px;
    width: calc(100% - 50px);
    color: #081f47;
}

.teamList li:hover h6,
.teamList li:hover i {
    color: #0080ff;
}

.mtlBox>.d-flex.align-items-center {
    width: calc(100% - 24px);
}

.teamList li a {
    text-decoration: none;
}

.mtlBox:hover {
    transform: scale(1.02);
    transition: 0.1s ease-in-out;
}

.mtlBox {
    transition: 0.3s ease-in-out;
}

/* result match css */

.matchResultScheduleSec .match-card {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 5px 10px 5px;
}

.matchResultScheduleSec .match-badge {
    background-color: #2196f3;
    color: #004aad;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 0px;
    position: absolute;
    top: -10px;
    right: 12px;
    color: #ffff;
}

.matchResultScheduleSec .venue {
    font-size: 0.875rem;
    color: #6c757d;
    font-style: italic;
}

.matchResultScheduleSec .status-success {
    color: #198754;
}

.matchResultScheduleSec .status-info {
    color: #0d6efd;
}

.matchResultScheduleSec .status-warning {
    color: #fd7e14;
}

.matchResultScheduleSec .table-header {
    background-color: #004aad;
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.matchResultScheduleSec .match-card .mtchNo {
    position: relative;
    border: 0.5px solid #0080ff;
    border-radius: 10px;
    padding: 20px 0px;
    max-width: 120px;
    text-align: center;
    margin-top: 10px;
}

.noCls {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dcf1f7;
    font-size: 24px;
}

.txtCls {
    width: calc(100% - 64px);
}

.getQuest-section .accordion-button {
    font-size: 14px;
}

.sportsPageHeroSection {
    background-image: url(../images/sports_bg.jpg);
    height: 111px !important;
    background-size: 100% 100%;
    overflow: hidden;
}

.sportsPageHeroSection .bannerimg {
    display: flex;
    margin-top: auto;
}

.sportsMatchInfoTopSection p {
    font-size: 15px;
    color: rgb(0 0 0 / 50%);
    font-weight: 400;
}

.sportsMatchInfoTopSection p strong {
    color: #000000;
}

.sportsMatchInfoTabs button.nav-link {
    border: 1px solid #000000;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.sportsInfoHeader {
    background-color: #dcf1f7 !important;
    padding: 8px 16px !important;
    border-radius: 0.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.sportsMatchInfoTable {
    margin-top: 1rem;
}

.sportsMatchInfoTable td {
    padding: 0.4rem 0;
    vertical-align: top;
    border: 0;
    font-size: 15px;
    color: rgb(0 0 0 / 50%);
    font-weight: 400;
}

.sportsMatchInfoTable td:first-child {
    font-weight: 600;
    width: 160px;
    color: #000;
}

.sportsScoreCardTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #dcf1f7;
}

.sportsScoreCardTable thead {
    background-color: #dcf1f7;
}

.sportsScoreCardTable th,
.sportsScoreCardTable td {
    border: none;
    border-bottom: 1px solid #dcf1f7;
    padding: 6px 8px;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(0 0 0 / 50%);
    font-weight: 500;
}

.sportsScoreCardTable tr td:last-child {
    text-align: center;
}

.sportsScoreCardTable th {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

.sportsScoreCardTable th:last-child {
    text-align: center;
}

.sportsScoreCardTable td:first-child {
    white-space: nowrap;
}

.sportsScoreCardTable .batterInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.sportsScoreCardTable .batterInfo span.batterName {
    width: 145px;
}

.sportsScoreCardTable .batterInfo span.out-text {
    font-size: 14px;
    color: #00000080;
    font-weight: 500;
    width: 155px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sportsScoreCardTable a {
    text-decoration: none;
    color: #0080ff;
    font-weight: 500;
    font-size: 14px;
}

.sportsSummaryInfo {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
    max-width: 100%;
}

.sportsSummaryRow {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.sportsSummaryRow strong {
    font-weight: 600;
}

.sportsSummaryValue {
    text-align: right;
}

.sportsSummaryDetails {
    font-size: 14px;
    color: rgb(0 0 0 / 50%);
    font-weight: 400;
    margin-left: 4px;
}

.sportsSummaryValue a {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
}

.sportsSummaryValue strong {
    font-weight: 500;
}

.sportsSummaryValue a:not(:last-child)::after {
    content: " , ";
    white-space: pre;
}

.sportsfallofwickets h5 {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

.sportsfallofwickets p {
    font-size: 15px;
    color: rgb(0 0 0 / 50%);
    font-weight: 400;
}

.sportsPlayersTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #dcf1f7;
}

.sportsPlayersTable thead {
    background-color: #dcf1f7;
}

.sportsPlayersTable th,
.sportsPlayersTable td {
    border: none;
    border-bottom: 1px solid #dcf1f7;
    padding: 6px 8px;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(0 0 0 / 50%);
    font-weight: 400;
}

.sportsPlayersTable tr td:last-child {
    text-align: center;
}

.sportsPlayersTable th {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

.sportsPlayersTable th:last-child {
    text-align: center;
}

/*.sportsPlayersTable td:first-child {
  white-space: nowrap;
}
*/

.batterTextInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.batterTextInfo span.batterName {
    width: 145px;
}

.batterTextInfo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
    background: #e5e3e3;
}

.batterTextInfo span.batterName a {
    text-decoration: none;
    color: #0080ff;
    font-weight: 500;
    font-size: 15px;
}

.batterTextInfo .batterText {
    display: flex;
    flex-direction: column;
}

.batterTextInfo .batterStyle {
    font-weight: 400;
    font-size: 13px;
    margin-top: 0;
    font-weight: 400;
}

tr.notout_tr {
    background: #e3f9ee;
}

.notout_tr .batterInfo .batterName a {
    color: #006875;
}

.sportsPlayerStatusTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #dcf1f7;
}

.sportsPlayerStatusTable thead {
    background-color: #dcf1f7;
}

.sportsPlayerStatusTable th,
.sportsPlayerStatusTable td {
    border: none;
    border-bottom: 1px solid #dcf1f7;
    padding: 6px 8px;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(0 0 0 / 50%);
    font-weight: 400;
    text-align: center;
}

.sportsPlayerStatusTable tr td:first-child,
.sportsPlayerStatusTable th:first-child {
    text-align: left;
}

.sportsPlayerStatusTable th {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

.sportsPlayerStatusTable td:first-child {
    white-space: nowrap;
}

.sportsPlayerStatusTable a {
    text-decoration: none;
    color: #0080ff;
    font-weight: 500;
    font-size: 14px;
}

.highlights-entry {
    padding-bottom: 0.75rem;
}

.sportsHighlightsTab button.nav-link {
    background-color: #dcf1f7;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}

.highlights-entry h5 {
    color: #0080ff;
    font-size: 16px;
    margin-bottom: 5px;
}

.highlights-entry p {
    font-size: 15px;
    color: rgb(0 0 0 / 50%);
    font-weight: 400;
    margin-bottom: 5px;
}

.highlights-entry p span {
    color: #000;
    font-weight: 500;
}

.mo_contentPrizePool span,
.mo_contestEntryFee span {
    font-size: 12px;
    color: #5a6c87;
}

.mo_contentPrizePool h5 {
    margin-bottom: 0;
    font-size: 16px;
}

.mo_contestEntryFee h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: #0080ff;
}

.mo_ContestMetaInfo {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 22px;
    background: #f2fcff;
    border-radius: 50px;
    border: 1px solid #00000005;
    margin: 0;
}

.mo_ContestMetaInfo li p {
    font-weight: 500;
    color: #081f47a6;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.2;
}

.mo_ContestMetaInfo li p span {
    line-height: 1;
}

.mo_contentTable {
    border-radius: 8px;
    overflow-x: auto;
    background-color: #fff;
    border: 1px solid #cbeafd;
}

.mo_contentTable table.table {
    margin: 0;
}

.mo_contentTable thead {
    background-color: #f0fbff;
}

.mo_contentTable th,
.mo_contentTable td {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    border-color: #cbeafd;
}

.mo_contentTable th:last-child,
.mo_contentTable tr td:last-child {
    text-align: center;
}

.mo_contentTable tr:first-child td {
    border-top: none;
}

.mo_contentTable tr:last-child td {
    border-bottom: none;
}

.mo_RightScorecard {
    background: #0b1b3f;
    color: #fff;
    border-radius: 16px;
    margin: auto;
    font-family: sans-serif;
}

.mo_RightScorecard .mo_RightHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #2d4b80;
    padding: 15px 0;
}

.mo_RightHeader span {
    background: #244173;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.mo_RightScoreBody {
    padding: 15px;
}

.mo_RightScoreTeamInfo span {
    color: #9fabcc;
    font-size: 12px;
}

.mo_RightScoreTeamInfo h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

.mo_RightScoreBodybatters {
    background: linear-gradient(90deg, #081f47 0%, #18305b 48.56%, #092047 100%);
    margin-top: 15px;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
}

.mo_batters_strike {
    font-size: 12px;
    color: #ffffff;
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

.mo_batters_nonstrike {
    font-size: 12px;
    color: #9fabcc;
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

.mo_ballsIndicators span {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-right: 0px;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #9eabcc;
}

.mo_ballsIndicators .one {
    background-color: #00bcd4;
    border-color: #00bcd4;
}

.mo_ballsIndicators .four {
    background-color: #4caf50;
    border-color: #4caf50;
}

.mo_ballsIndicators .two {
    background-color: #8bc34a;
    border-color: #8bc34a;
}

.mo_ballsIndicators .wkt {
    background-color: #f44336;
    border-color: #f44336;
}

.mo_teamSectionPoints strong {
    margin-bottom: 0;
    font-size: 20px;
    color: #0080ff;
}

.mo_teamSectionPoints {
    font-size: 14px;
}

.mo_teamSection .team-card-sec .stats {
    font-weight: 500;
}

.mo_PlayerStatus table {
    border: 1px solid #ebebeb;
}

.mo_PlayerStatus tr td {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
}

.mo_PlayerStatus tr th {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.mo_PlayerStatus tr td:first-child,
.mo_PlayerStatus tr th:first-child {
    text-align: left;
}

span.mo_playerType {
    background: #00000008;
    padding: 4px 10px;
    border-radius: 50px;
}

.mo_selectedPlayerTr td {
    background: #f0f9ff;
}

/* scoreboard sec css */

button.accordion-button.sportsInfoHeader {
    background-color: #dcf1f7 !important;
    padding: 4px 10px !important;
    border-radius: 0.5rem;
}

.accordion-item.border-0 {
    border: none !important;
}

/* kyc verification page css */
.kycBoxVerify:hover {
    border: solid 1px #0080FF;
}

.btn-verify {
    transition: .2s ease-in-out;
}

.kycBoxVerify:hover .btn-verify {
    background-color: #0080fe;
    color: #fff;
    border: none;
    transition: .2s ease-in-out;
}

.upload-box {
    background-color: #FAFAFA;
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    transition: border-color 0.3s;
}

.upload-box:hover {
    border-color: #666;
}

.upload-box input {
    display: none;
}

.upload-box svg {
    font-size: 30px;
    margin-bottom: 10px;
}

.upload-box a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}


.important ul {
    padding-left: 20px;
    margin-top: 0px;
}

.important li {
    margin-bottom: 5px;
}

.otp-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d0e3f3;
    border-radius: 5px;
    padding: 5px 10px 10px 15px;
}

.otp-input {
    display: flex;
    gap: 10px;
}

.otp-input input {
    width: 20px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
}

.resend {
    color: #007bff;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: -7px;
}

.adhChck .form-check-input:checked {
    background-color: var(--bs-primary) !important;
}

.upi-input-container {
    background: white;
    padding: 6px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-top: 6px;
    width: 100%;
}

.upi-input-container input {
    border: none;
    outline: none;
    font-size: 13px;
    background: transparent;
    width: 100%;
}

.saved {
    color: #007bff;
    font-size: 13px;
    margin-left: 10px;
}

/* Hide default radio */
.custom-radio {
    display: none;
}

/* Styled radio button circle */
.radio-indicator {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1.5px solid #007bff;
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
}

/* Inner filled circle if checked */
.custom-radio:checked+.radio-indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #007bff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Add border and background to .payment-option when it contains a checked radio */
.payment-option:has(.custom-radio:checked) {
    border: 1.5px solid #007bff;
    background-color: #f0fbff;
    transition: 0.3s;
}

/* contact us page css */

.contactPage.innerPageheroSetion {
    background-image: url(../images/cotactusBG.jpg);
}

div#faqAccordion .accordion-item.active {
    border: 1px solid #15469d !important;
}

div#faqAccordion .accordion-button:not(.collapsed) {
    background-color: #15469d !important;
}

div#faqAccordion .accordion-collapse {
    border: 1px solid #15469d !important;
    border-radius: 0px 0px 10px 10px !important;
}

div#faqAccordion .accordion-button:not(.collapsed) {
    color: #fff !important;
}

div#faqAccordion .accordion-header {
    background-color: #F1F8FE;
}

div#faqAccordion .accordion-item {
    overflow: hidden;
}

div#faqAccordion .accordion-button:not(.collapsed)::after {
    content: "";
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #15469d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    position: relative;
    right: -5px;
}

div#faqAccordion .accordion-button::after {
    content: "";
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #15469d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    right: -5px;
    position: relative;
}

div#faqAccordion .accordion-header button {
    font-size: 15px !important;
    font-weight: 500;
}

div#faqAccordion .accordion-body {
    font-size: 14px;
}

/* poitns & earning css */
.topFantacy {
    background: linear-gradient(90deg, #081f47 0%, #18305b 48.56%, #092047 100%);

}

.topFantacy .border-bottom {
    border-bottom: 1px solid #3b5075 !important;
}

.totalWiningSec span,
.winingSec span {
    color: #FCA308;
}

.refreshBtn {
    background-color: #00C569;
    padding: 2px 15px;
    color: #fff;
}

.refreshBtn:hover {
    background-color: #0080FF !important;
    color: #fff !important;
}

#teamStandings .accordion-header label {
    line-height: 10px !important;
}

.creTeam.small.bg-light {
    background-color: #dcf1f7 !important;
    padding: 0px 5px;
    font-size: 12px;
    border-radius: 4px !important;
}

#teamStandings .accordion-header .plName {
    line-height: 14px !important;
}

button.accordion-button.viewPtsBtn.collapsed {
    border: solid 1px #C4E7F2;
    padding: 5px 10px !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px !important;
    color: #000;
    background-color: #ffffff !important;
}

button.accordion-button.viewPtsBtn {
    border: solid 1px #C4E7F2;
    padding: 5px 10px !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px !important;
    color: #fff;
    background-color: #0080FF !important;
}

button.accordion-button.viewPtsBtn::after {
    margin-left: 4px;
    font-size: 13px;
    transform: rotate(-90deg);
}

button.accordion-button.viewPtsBtn:not(.collapsed)::after {
    transform: rotate(-180deg);
}

#teamStandings .accordion-item.active {
    border: 2px solid #0080ff !important;
}

#teamStandings label.form-check-label {
    line-height: 14px;
    font-size: 13px;
    align-items: center;
    display: flex;
    text-align: right;
}

#teamStandings .form-switch .form-check-input {
    width: 3rem;
}

#teamStandings .btn-reload:hover {
    background-color: #dcf1f7 !important;
}

button.accordion-button.viewPtsBtn:hover {
    background-color: #0080ff !important;
    color: #fff !important;
}

.summaryCard {
    background-color: #EAF7FD !important;
}

.fantacyPtsTable td {
    font-size: 13px;
}

.fantacyPtsTable .playerName a {
    color: #000000;
    font-size: 13px;
}

.fantacyPtsTable .playerName a:hover {
    color: #0080ff !important;
}

.fantacyPtsTable td {
    border: 0;
}

td.ball span {
    background-color: #DCF1F7;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    border-radius: 20px;
}

td.topRunAvard {
    color: #0080ff;
}

td.wicketAward {
    color: #FF0000;
}

td.mypts {
    color: #00C569;
}

td.otherpts {
    color: #FFBD14;
}