@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;500;600;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    list-style: none;
}

html{
    background-color: #fff;
    width: 100%;
    font-family: 'Public Sans', sans-serif;
}

body{
    background-color: #edf1f6;
    width: 100%;
    font-family: 'Public Sans', sans-serif;
}
*{
    font-family: 'Public Sans', sans-serif;
}
h1, h2, h3, h4{
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1000px;
    }
}
.header-top {
    padding: 10px 0 10px 0;
    background: #f2f2f2;
}
header .navbar{
    /* background: #1d4489; */
    background: #41444b;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    padding: 0;
}
.navbar-nav .nav-item {
    padding: 0 15px;
    position: relative;
}
.navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    transition: all ease-in-out 300ms;
    display: flex;
    align-items: center;
    font-family: 'Public Sans', sans-serif;
}
.navbar-nav .nav-item .nav-link span.icon {
    display: inline-block;
    margin: auto 5px auto auto;
}
.navbar-nav .nav-item .nav-link span.icon img {
    width: 24px;
}
.navbar-nav .nav-item ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 0px;
    min-width: 160px;
    background: #52575d;
    margin-left: 15px;
    display: none;
}
.navbar-nav .nav-item:hover ul.sub-menu{
    display: block;
}
.navbar-nav .nav-item ul.sub-menu li{
    display: inline-block;
    width: 100%;
    padding: 0;
}
.navbar-nav .nav-item ul.sub-menu li a{
    width: 100%;
    display: block;
    text-align: left;
    font-size: 12px;
}
.navbar-nav > .nav-item > .nav-link {
    height: 40px;
}
.header-logo{
    display: inline-block;
    width: 100px;
    background: #f2f2f2;
    height: 99px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(29 68 137 / 13%);
    position: absolute;
    top: -10px;
    left: 0;
}
.logo img {
    max-height: 75px;
    margin: auto;
    display: block;
}
.logo-text {
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 110px;
}
.navbar-collapse {
    padding-left: 95px;
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item:hover > .nav-link {
    background: #fddb3a;
    color: #41444b;
}
.page-body-area {
    min-height: calc(100vh - 157px);
}
footer#footer {
    padding: 15px 0;
    background: #41444b;
    border-top: 2px solid rgba(0,0,0,0.25);
}
.footer-logo img {
    max-height: 50px;
}
.card {
    box-shadow: 0 1px 4px rgba(34, 34, 38, 0.08);
    border-radius: 16px;
    border: none;
}
.header-w-icon img {
    width: 50px;
}
.card-header {
    background: transparent;
    border: none;
}
.header-w-icon {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
}
.match-name {
    color: #1d4489;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
}
.match-datetime {
    font-size: 12px;
    font-weight: 600;
    color: #41444b;
}
.sport-name {
    font-size: 12px;
    color: #8c8c8f;
}
.game-table table thead th, .game-table table thead td {
    font-size: 16px;
    text-transform: uppercase;
}
.status.live {
    color: #cb1818;
    font-weight: 500;
}

.status.upcoming {
    color: #1d4489;
}

.status.stop {
    color: #000;
}
.footer-logo {
    font-size: 18px;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #1d4489;
    border-color: #1d4489;
    min-width: 100px;
}

.loginpg {
    min-height: 100vh;
}
.login-form {
    max-width: 400px;
    margin: auto;
}
.logo-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1d4489;
}
.login-form .card {
    padding: 15px;
}
.forgot-pass a {
    font-size: 14px;
    color: #212121;
}
.seperator-line span.or {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: #f3f3f3;
    font-size: 14px;
    display: inline-block;
    padding: 5px;
    line-height: 20px;
    text-align: center;
    color: #a9a9a9;
    position: relative;
    z-index: 1;
}
.seperator-line {
    position: relative;
}
.seperator-line:before {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgb(29 68 137 / 35%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn-outline-primary {
    color: #1d4489;
    border-color: #1d4489;
}
.btn-outline-primary:hover {
    background: #1d4489;
    border-color: #1d4489;
}
.logo-area img {
    max-width: 120px;
    max-height: 50px;
}
.card-header {
    border-bottom: none !important;
    background: transparent !important;
}
.form-label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #444;
}
.field-warning {
    color: #e80d0d;
    font-size: 12px;
}
.form-control.required {
    border-color: #e80d0d;
}
span.user-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e5e5e5 url(../images/icon/user-avtar.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    border: 1px solid #d7d7d7;
    opacity: 0.5;
}
.header-top-menu .user-dropdown,
.header-top-menu .user-dropdown:hover {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #212121 !important;
    font-size: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px;
}
.header-top-menu ul {
    margin-bottom: 0;
}
.header-top-menu ul li {
    padding: 3px 5px;
}
.header-top-menu ul li a {
    color: #212121;
    text-decoration: none;
    padding: 3px 5px !important;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.header-top-menu ul li a.balance {
    color: #69a209;
}
.header-top-menu ul li a.pl-balance {
    color: red;
}
marquee {
    color: #148cb3;
    margin-top: 6px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
}
.header-top-menu .dropdown-menu {
    padding: 5px 0px;
    border-radius: 5px 5px 10px 10px;
    top: 9px !important;
    background: #f2f2f2;
    border: none;
    box-shadow: 0px 6px 13px -2px rgb(0 0 0 / 8%);
    border-top: 2px solid #1d4489;
}
.header-top-menu .dropdown-menu a {
    font-size: 14px;
    padding: 4px 10px!important;
    color: #212121;
}
.header-top-menu .dropdown-menu a:hover,
.header-top-menu .dropdown-menu a:active,
.header-top-menu .dropdown-menu a:focus {
    background: #1d4489;
    color: #fff;
}
.table thead.thead th,
.table thead th {
    background: #41444b !important;
    color: #fff;
    white-space: nowrap;
}
.btn-primary {
    background: #41444b !important;
    border-color: #41444b !important;
}
span.spinner-border {
    border-color: #fddb3a #fddb3a #fddb3a transparent !important;
    margin-right: 10px;
}
.header-top-menu ul li span.login-btn {
    background: #0cd357;
    border-radius: 3px;
    display: inline-block !important;
    padding: 3px 10px !important;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #0cd357;
    color: #fff;
    cursor: pointer;
}
.pg-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: rgba(255,255,255,0.85);
    padding: 50px;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.pg-loader .spinner-border {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-color: #41444b #fddb3a #41444b #41444b;
}
.loading-txt {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 5px;
    margin-top: 10px;
}
#header {
    position: relative;
    z-index: 3;
}
#footer {
    position: relative;
    z-index: 2;
}
.table-pagination .ButtonGroup__root .btn {
    background: transparent !important;
    color: #000 !important;
    padding: 5px !important;
    border: none;
    margin: 2px !important;
    border-radius: 0px !important;
    min-width: 30px;
}
table.table thead th {
    border-top: 3px solid #fddb3a;
    font-size: 12px;
    text-transform: uppercase;
}
.table tbody tr td {
    font-size: 14px;
}
.table {
    border-color: #e9ebec !important;
}
.badge.bg-success {
    background: rgb(0 128 0 / 13%) !important;
    color: green;
    min-width: 30px;
    border-radius: 4px !important;
}

.badge.bg-danger {
    background: rgb(241 113 113 / 13%) !important;
    color: rgb(241,113,113);
    min-width: 30px;
    border-radius: 4px !important;
}
.alter-toast{
    z-index: 9999 !important;
}
.marquee-slider {
    min-width: 44%;
}
.dropdown .action-dropdown {
    font-size: 12px;
    padding: 3px 5px;
    min-width: auto;
    background: rgb(253 219 58 / 20%) !important;
    color: #41444b;
    border-color: rgb(253 219 58 / 10%) !important;
    line-height: 14px;
    border-radius: 4px;
    transition: all ease-in-out 350ms;
}
.dropdown .action-dropdown:hover,
.dropdown .action-dropdown:focus,
.dropdown .action-dropdown:active {
    background: #fddb3a !important;
    color: #41444b !important;
}
.action-menu.dropdown-menu {
    border-color: #e5e5e5;
    min-width: 120px;
    background: #fff;
}
.action-menu.dropdown-menu .dropdown-item {
    font-size: 12px;
    padding: 3px 10px;
}
.filter-action-btn {
    font-size: 14px !important;
    padding: 5px 10px !important;
    line-height: 20px !important;
    min-width: 80px;
    background: #fddb3a !important;
    border-color: #fddb3a !important;
    color: #41444b !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    border-radius: 4px !important;
}
.search-block {
    max-width: 300px;
}
button.add-btn {
    font-size: 14px;
    border-radius: 4px !important;
    text-transform: uppercase;
    padding: 4px 10px;
    line-height: 22px;
}
.search-block button {
    display: flex;
    align-items: center;
    background: #fddb3a;
    border-color: #fddb3a;
    border-radius: 0 4px 4px 0 !important;
}
.search-block button box-icon{
    width: 16px;
    width: 16px;
    height: 16px;
}
.modal-dialog {
    max-width: 600px !important;
}
.modal-content {
    border-top: 3px solid #fddb3a !important;
}
.modal-content .modal-header {
    padding: 12px 25px;
    background: #e5e5e5;
}
.modal-content .modal-body {
    padding: 25px;
}
.modal-title {
    font-size: 20px !important;
}
.modal-header button.btn-close {
    background-color: #fff;
    opacity: 1;
    font-size: 12px;
}
.modal-footer {
    padding: 5px 18px !important;
}
.two-btns-footer button {
    width: 48%;
    margin: 5px 1%;
}
.cancel-btn, .cancel-btn:hover {
    background: #fddb3a !important;
    border-color: #fddb3a !important;
    color: #444 !important;
}
.header-top-right{
    flex: none;
}
.marquee-slider{
    width: 100%;
}
.announceDate {
    display: inline-block;
    width: 100px;
    background: #fff;
    border: 1px solid #ec4949;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 5px;
}
.annouceTitle{
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 600;
}
.date-year {
    background: #ec4949;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}
.annouceText {
    width: 100%;
}
.date-day {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 5px 10px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}
.date-monthe {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #7e7e7e;
}
.credit-value, .balance-value {
    color: #69a209;
}
.debit-value, .commission-value{
    color: red;
}
marquee ul li{
    display: inline-block;
    padding: 3px 10px !important;
    position: relative;
    cursor: pointer;
}
marquee ul li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 14px;
    background: black;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.alert-toast-msg{
    color: #fff;
}
input[type="date"].form-control {
    width: 120px;
}
.custom-table-filter{
    /* background: rgb(253 219 58 / 10%);
    padding: 5px;
    border: 1px solid #eeeeee;
    border-radius: 5px; */
}
.btn-secondary {
    font-size: 14px !important;
    padding: 5px 10px !important;
    line-height: 20px !important;
    min-width: 80px;
    background: #fddb3a !important;
    border-color: #fddb3a !important;
    color: #41444b !important;
    font-weight: 500 !important;
}

.back-btn {
    text-transform: uppercase;
    font-size: 14px !important;
    text-decoration: none !important;
    color: #a4a4a4 !important;
    display: inline-flex !important;
    align-items: center;
}
.back-btn box-icon {
    margin: 0 !important;
    height: 24px;
    width: 24px;
}
.back-btn svg path {
    fill: #fddb3a;
}
.match-info-card iframe{
    width: 100%;
    height: 360px;
}
.tvformobilediv iframe {
    width: 100%;
    height: 400px;
}
.match-play-header {
    background: #276da0 !important;
    color: #fff !important;
    border: none;
}
.match-play-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.match-play-header .btn-group button {
    font-size: 12px;
    padding: 5px 10px !important;
    min-width: auto;
}
.match-play-header .btn-group button:not(:last-child) {
    border-right: 1px solid #FFF !important;
}
.match-play-header .btn-group>.btn-group:not(:first-child),
.match-play-header .btn-group>:not(.btn-check:first-child)+.btn{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.match-result-head {
    padding: 5px 10px;
    background: #e5e5e5;
}
.match-result-head .team-play {
    padding: 3px 3px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}
.sport-icon img {
    width: 18px;
}
.match-result-body {
    padding: 0px;
}
.match-result-body-inner {
    padding: 10px 12px;
    background: #fddb3a;
}
.playername {
    font-size: 14px;
    font-weight: 700;
}
.batscore {
    color: green;
}
.match-over ul {
    padding-left: 0;
    margin-bottom: 0;
}
.match-over ul li {
    display: inline-block;
    margin: 2px;
    min-width: 24px;
    height: 24px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.match-over ul li.overball {
    background: #2d90d4;
    color: #fff;
}
.match-over ul li.overball.runball {
    background: #48a23c;
}
.match-over ul li .sport-icon img{
    width: 22px;
    height: 22px;
    filter: invert(1);
}
.match-over {
    background: #41444b;
    padding: 5px 10px;
}
.match-result-footer {
    font-size: 13px;
    color: #000;
    padding: 5px 15px;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
}
.match-table-area .match-odds-sec {
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    margin-bottom: 5px;
}
.match-schedule ul li {
    display: inline-block;
    font-size: 14px;
    padding: 3px 5px;
    line-height: 1.1;
}
.match-schedule ul {
    margin-bottom: 0;
    padding-left: 0;
}
.match-status {
    font-size: 14px;
}
.fncyminmaxcss {
    font-size: 10px;
    font-weight: 700;
    color: #1d4489;
    width: 100%;
    display: block;
}
.match-hithead {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
}
.book-btn,
.book-btn:hover {
    background: #41444b !important;
    color: #fddb3a !important;
    padding: 5px 15px !important;
}
.red-text{
    color: red;
}
.green-text{
    color: green;
}
.match-hithead {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 200px;
}
.match-hotinfo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.modal {
    z-index: 9999;
}
.account-modal-menu ul {
    display: flex;
    flex-wrap: wrap;
}
.account-modal-menu ul li {
    width: 33.33%;
    display: inline-block;
    padding: 5px;
}
.account-modal-menu ul li a {
    display: block;
    background: #41444b;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    height: 100%;
    font-size: 14px;
    line-height: 1.2;
}
.account-modal-menu ul li a span.link-icon {
    display: inline-block;
    width: 100%;
    filter: invert(1);
}
.account-modal-menu ul li a span.link-icon img {
    max-width: 35px;
    max-height: 35px;
    margin-bottom: 10px;
}
.useravtar-field {
    display: flex;
    gap: 10px;
    align-items: center;
}
.useravtar-field span.user-txt {
    font-weight: 600;
}
.account-modal-menu ul li a:hover {
    background: #e8c72b;
    color: #41444b;
}
.account-modal-menu ul li a:hover span.link-icon {
    filter: invert(0);
    opacity: 0.6;
}
.custom-table-filter {
    background: rgb(253 219 58 / 15%);
    padding: 10px;
    border: 1px solid rgb(253 219 58 / 25%);
}
.img-cards .col-md-6 {
    height: 150px;
    overflow: hidden;
}
.img-cards img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
header .navbar .container {
    justify-content: flex-end;
}

.table-responsive::-webkit-scrollbar{
    height: 6px;
    background-color: #ccc;
}
.table-responsive::-webkit-scrollbar-thumb{
    background: #fddb3a;
    border-radius: 10px; 
}
::-webkit-scrollbar{
    width: 6px;
    background-color: #ccc;
}
::-webkit-scrollbar-thumb{
    background: #fddb3a;
    border-radius: 10px; 
}
.custom-table-filter .form-control {
    margin: 2px 0;
}