*, ::after, ::before {
    box-sizing: border-box;
}
body {
     margin: 0;
     font-family: Tahoma,Helvetica,sans-serif !important;
     font-size: .875rem;
     font-weight: 400;
     line-height: 1.5;
     color: #23282c;
     text-align: left;
     background-color: #e4e5e6;
}
img{
    width: 100%;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
.mobile-header{
    display: none;
}
.header-fix{
    height: 70px;
    background: var(--topHeaderColor);
    color: var(--topheadertextcolor);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #c8ced3;
}
.exposureData
{
color:var(--exposurecolor) !important;	
}
.before-login{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrap-item{
    margin-left: 5px;
}
.logo-width{
    width: 160px;
    height: 55px;
    margin-left: 20px;
}
.login-btn{
    margin-right: 10px;
}
.login-btn .l-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: .765625rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin-top: 5px;
    height: 2.13333rem;
    font-weight:var(--fontWeight700);
    color: var(--whileColor);
    margin-top: 0;
    font-size: 12px;
    width: 80px;
    border: none;
    background:var(--loginButtonColor);
    text-decoration: none;
}
.login-btn .fa-right-to-bracket{
    margin-top: 2px;
 }
 /* After Login Header Css*/
 .after-right-wrapper{
    display: flex;
    align-items: center;
    gap: 7px;
    margin-right: 10px;
 }
 .after-login{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
 }
 .head-refresh a {
    background-position: var(--headRefreshPS);
    height: 25px;
    width: 30px;
    background-image: url("../images/icons/desktopsetting.png");
    background-repeat: no-repeat;
    color: #ffb80c;
    font-size: 0;
    text-indent: -99999px;
    display: block;
    margin-left: 9px;
}
.user-blncs{
    display: flex;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
}
.account-wrap-new .myaccnt {
    width: 130px;
    background: url("../images/icons/desktopsetting.png") no-repeat;
    text-indent: 27px;
    position: relative;
    line-height: 25px;
    background-position: var(--headAccountPS);
    margin-left: 10px;
    float: left;
    font-size: 12px;
    display: inline;
    color: var(--myAccountcolor)!important;
    padding: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: .875rem;
    color: #23282c;
    text-align: left;
    list-style: none;
    background-color: var(--whiteBackgound);
    background-clip: padding-box;
    border: 1px solid #c8ced3;
    border-radius: 0.25rem;
}
.drp-logout {
    height: 37px !important;
}
.account-wrap-new .dropdown-menu {
    box-shadow: 0 4px 5px rgba(0,0,0,.5);
}
.account-wrap-new .dropdown-header {
    border-bottom: 1px solid #333;
}
 
.dropdown-header {
    padding: 5px 10px;
    height: 28px;
    display: block;
    margin-bottom: 0;
    font-size: .765625rem;
    color: #73818f;
    white-space: nowrap;
    background: #e4e7ea;
    border-bottom: 1px solid #c8ced3;

}
.account-wrap-new strong {
    color: #333;
}
.app-header .dropdown-item {
    cursor: pointer;
    min-width: 220px;
}
 
.dropdown-item {
    display: block;
    width: 100%;
    font-size: 13px;
    clear: both;
    font-weight: 500;
    color: #23282c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 5px 10px;
    height: 27px;
    line-height: 17px;
    position: relative;
    border-bottom: 1px solid #c8ced3;
}
.dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
#showAccountPopup{
    display: none;
}
.logout-btn, .logout-btn:hover {
    width: 100%;
    padding: 7px 10px 5px;
    font-weight: 700;
    background-color: #1f2c32;
    height: 27px;
    line-height: 10px;
    font-size: 13px;
    border: none;
}
 .open-bet{
    height: 100vh;
 }
 .openbetlist {
    height: 40px;
    vertical-align: middle;
    background: #222;
    background-image: var(--menuColor);
}
.cls-openbet{
    font-size: 1.5125rem !important;
}

.open-bet .openbetlist strong {
    line-height: 23px;
    font-size: 16px;
}
.card-accrdn {
    padding: 5px;
    background-color: #273f4f;
    color: var(--whileColor);
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
}
 .wrap-item .bets-button img{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image:url("../images/icons/download.svg");
     filter:var(--mobileheaderimagesfilter);
}
 .refresh img{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image:url("../images/icons/refresh.svg");
    filter:var(--mobileheaderimagesfilter);
}
.setting img{
    width: 20px; 
    height: 20px;
    background-repeat: no-repeat;
    background-image:url("../images/icons/setting.svg");
    filter:var(--mobileheaderimagesfilter);
}
.first-cont{
    text-align: center;
    font-size: 12px;
    font-weight: var(--fontWeight700);
} 
.first-cont a{
    text-decoration: none;
}
/* Model Css */
.login-model-body{
    padding: 0 12px;
}
.gambling-model{
    background: var(--topHeaderColor);
    border: 1px solid var(--whileColor);
    border-radius: 3px;
}
.login-btn-close{
    padding: 10px;
    cursor: pointer;
    margin-left: auto;
    float: right;
    font-size: 1.5rem;
    font-weight: var(--fontWeight700);
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 var(--whileColor);
    opacity: .5;
    border: none;
    background: none;
}
.marquee-box {
    color: var(--newsTextColor);
    line-height: 23px;
    height: 25px;
    background-image: var(--newsColor);
    margin-top: -1px;
}
.marquee-box h4 {
    font-size: 12px;
    padding: 4px;
    font-weight: 700;
    margin-left: 5px;
    display: inline-block;
}
.marquee-box marquee {
    width: 90%;
    color:var(--newsTextColor);
    display: inline-table;
    font-weight: 700;
    font-size: 12px;
}
.confirm-text {
    color: var(--topheadertextcolor) !important;
    margin-bottom: 30px;
}
.confirm-line {
    border-top: 1px solid var(--whileColor);
}
.confirm-text .text-confirm-bold {
    font-weight: var(--fontWeight700);
}
.confirm-text .text2 {
    font-size: 14px;
    font-weight: var(--fontWeight700);
}
.text-confirm-bold{
    font-size: 16px;
    margin-bottom: 10px;
}
.modal-footers{
    text-align: center;
    margin-bottom: 10px;
    display:flex;
    justify-content: center;
    gap: 10px;
}
.modal-footers a{
    text-decoration: none;
}
.modal-footers .m-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 90px;
    border: 1px solid var(--whileColor);
    color: var(--whileColor);
    font-size: 13px;
    font-weight: var(--fontWeight700);
    border-radius: 4px;
    background:var(--loginButtonColor);
}
.modal-footers .confirm-btn{
    background: var(--whileColor);
    color: #000;
}
.game-fancy {
    font-weight: var(--fontWeight700);
    padding: 0 5px;
    background-color: var(--gameFancy);
    font-style: italic;
    color: var(--whileColor);
    border-radius: 4px;
}
.mr-1 {
    margin-right: 0.25rem!important;
}
.tbl-mobile-event .v-mid {
    vertical-align: middle;
    width: 40px;
}
.game-sportbook {
    font-weight: var(--fontWeight700);
    padding: 0 5px;
    background-image: linear-gradient(180deg,#f26d1c 15%,#d14100 100%);
    color: #fff;
    font-style: italic;
    border-radius: 4px;
}
 
/* Tabs Css */
.mobile-men {
    display:none;
    white-space: nowrap; 
    overflow-x: auto; 
}
.panelContainer{
    display: none;
}
.a-search {
    position: absolute;
    z-index: 2;
    right: 0;
    width: 12%;
    height: 44px;
    padding: 0;
    background-image: linear-gradient(180deg,#525252 0,#2d2d2d 100%);
    border-left: 1px solid rgba(255,255,255,.1);
    border-radius: 0;
    font-size: 0;
    text-indent: -99999px;
}
.a-search:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background: url("../images/icons/search.svg");
}
.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    background: var(--menuColormbl);
    overflow-x: scroll;
    overflow-y: hidden;
    height: 44px;
}

/* set li properties  */
.tabs li  {
    margin: 2px 2px 0;
    font-weight: var(--fontWeight700);
    display: inline-block;
}
.tabs li.menu-item:last-child {
    margin-right: 40px;
}
 .mobile-content-games{
	display:none
}
.tabs a {
    display: block;
    text-decoration: none;
    color:var(--menuTextColormbl);
    font-weight: var(--fontWeight700);
    padding: 8px;
    margin-right: 7px;
    font-size: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 7px 4px 3px;
}
.tabs .menu-item img{
    width: 32px;
    height: 29px; 
    filter: var(--menuImgFilter);
}
.tabs a.active {
    background: var(--mblMenuActiveBg);
    color: var(--mblMenuAvtiveColor);
    box-shadow: inset 0 1px 3px 0 #333
}
 .tabs a.active.icon-Virtual {
    background: url("../images/icons/simulation-active.091d11429a2dcfd969f2.svg")
}
.game-highlight-wrap h3 {
    background: var(--highlightMobileBG);
    color: var(--highlistTextColor);
    font-weight: var(--fontWeight700);
    font-size: 12px;
    line-height: 25px;
    padding-left: 10px;
    margin-bottom: 0;
    text-align: center;
}
.menutext{
    transition: .1s ease-in;
    -webkit-animation: 1s infinite newlaunch;
    animation: 1s infinite newlaunch;
}
@keyframes newlaunch{
    0% {
        color: red;
    }
    50% {
        color: #ff0;
    }
    100% {
        color: #00f;
    }
}
 
.search-content span{
    position: absolute;
    top: 15px;
    left: 6px;
    font-size: 13px;
}
.search-content input{
    padding: 23px 30px !important;
    outline: none !important;
}
/* Table */
.tbl-mobile-event .table td {
    padding: 5px 10px;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #c8ced3;
}
.match-name {
    font-weight: var(--fontWeight700);
    color: #2789ce!important;
    text-decoration: none;
}
.match-name.match-full-name span:first-child{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
 
.in_play {
    font-weight: var(--fontWeight700);
    color: #508d0e;
    margin-left: 10px;
}

.tbl-mobile-event .hidedate {
    color: var(--whileColor)!important;
    display: none!important;
}
.match-time {
    margin: 0 0 0 10px;
    color: #777;
    font-weight: 400;
    font-size: 12px;
    display: inline;
}
.pin-off-mobile, .pin-on-mobile {
    background-image: url("../images/icons/pin.svg");
    padding: 0;
    width: 6.66667vw;
    height: 6.66667vw;
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 13px;
    display: block;
    text-align: center;
    margin-left: 5px;
    text-indent: -99999px;
    background-size: contain;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.events-mobile .table {
    margin-bottom: 0;
}
.casino-icon a{
    text-decoration: none;
}
.casino-icon{
	position: relative;
}
.casino-name {
    background-image: var(--menuColor);
    color: var(--highlistTextColor);
    padding: 5px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: var(--fontWeight700);
    font-size: 14px;
    bottom: 0;
    position: absolute;
}
/* Inplay Css */
 .inplay-tabs{
    display: flex;
    grid-template-columns: auto auto auto;
    text-align: center;
    background: var(--whileColor);
    margin: 12px 5px;
    width: 50%;
 }
 .inplay-tabs .nav-link{
    color: #3b5160;
    font-weight: var(--fontWeight700);
    font-size: 14px;
    height: 26px;
    line-height: 8px;
 }
 
  .inplay-tabs .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #3b5160;
    border-radius: 0px !important;
 }
 .inplay-tabs .nav-item{
    border: 1px solid #3b5160 !important;
    border-radius: 0 ;
    width: 33.3%;
}
 .inplay-match{
    margin-top: 0 !important;
 }
 
 .inplay-sportwise {
    border-bottom: 1px solid #7e97a7;
    margin-bottom: 10px;
    background: var(--whileColor);
}
.game-icon {
    width: 25px;
    text-align: center;
    margin-top: 0;
    display: inline-block;
}
.game-icon img {
    height: 14px;
}
.inplay-match .table {
    font-size: 13px;
}
.inplay-match .inplaytbl0{
    margin-bottom: 0 !important;
}
.inplay-match .table thead th {
    border-bottom: unset;
}
.inplay-match .table th {
    padding: 0;
    font-size: 11px;
}
 
.inplay-match .table td,
    .inplay-match .table th {
        border-top: none;
        padding: 3px 0 3px 10px;
        vertical-align: middle;
    }
.inplay-menu-tab .count {
        width: 120px;
}
.inplay-menu-tab .table th {
    padding: 0;
    font-size: 11px;
}
.inplay-menu-tab thead tr th {
    background: #dddcd6;
}
.inplay-menu-tab .table td, .inplay-menu-tab .table th {
    border-top: none;
    padding: 3px 0 3px 10px;
    vertical-align: middle;
}
 
.sporthead h3 {
    background: var(--openBetBG);
    color: var(--whileColor);
    font-size: 14px;
    line-height: 30px;
    font-weight: var(--fontWeight700);
    padding-left: 10px;
    margin: 0;
    cursor: pointer;
    text-align: left;
}
 
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--whiteBackgound);
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: 0.25rem;
}


/* Sports Css*/
.quick_link{
    background-color: #14213d;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.quick_link img {
    width: 6.66667vw;
    height: 6.66667vw;
    margin: 0 auto 0.8vw;
}
.quick_link li {
    flex: 0 1 20%;
    border: 1px solid #4b4b4b;
    border-width: 0 1px 1px 0;
    list-style: none;
    box-sizing: border-box;
}
.quick_link a {
    height: 20.8vw;
    color: var(--whileColor)!important;
    font-size: 3.2vw;
    line-height: 1.1;
    padding: 2.93333vw 1.33333vw;
    flex-direction: column;
    display: flex;
    text-align: center;
    text-decoration: none;
    outline: 0;
}
.quickHeader {
    background: var(--highlightMobileBG);
    color: var(--highlistTextColor);
    font-size: 3.73333vw;
    line-height: 2.2;
    text-align: center;
    margin: 0;
}
.all-sports-list {
    background: var(--whiteBackgound);
    margin-bottom: 20px;
}
.all-sports-list .sport-nav {
    padding-left: 0;
}
.sport-nav .nav-item {
    border-bottom: 1px solid #e0e6e6;
    list-style: none;
    align-items: center;
}
.all-sports-list ul li .nav-link {
    text-decoration: none;
    color: #2789ce;
    outline: 0;
    -webkit-tap-highlight-color: rgba(182,223,253,.5);
    flex: 1;
    position: relative;
    font-size: 4vw;
    font-weight: var(--fontWeight700);
    line-height: 1.6;
    padding: 2.13333vw 9.06667vw 2.13333vw 2.66667vw;
    flex-wrap: wrap;
}
.all-sports-list .nav-dropdown-toggle:after {
    position: absolute;
    top: 1.86667vw;
    right: 2.66667vw;
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    background: url("../images/icons/angle-right.svg")0 0/contain no-repeat #fff;
    border: 1px solid #e0e6e6;
    border-radius: 1.06667vw;
}
.all-sports-list .nav-dropdown[aria-expanded="true"]>.nav-dropdown-toggle::after {
    position: absolute;
    right: 10px;
    content: "";
    background: url(../images/icons/arrowdown.svg) 0 0/contain no-repeat !important;
    -webkit-transform: none;
    transform: Â none;
}
.all-sports-list .show .nav-dropdown-toggle:after {
    position: absolute;
    top: 1.86667vw;
    right: 2.66667vw;
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    background: url("../images/icons/angledownarrow.svg"); 
    border: 1px solid #e0e6e6;
    border-radius: 1.06667vw;
}
/* MultiMarket Css */
.multimarket .mian-wrap {
    position: relative;
    overflow: hidden;
}
.multimarket .no-data {
    background: var(--whileColor);
    border: 1px solid #7e97a7;
    border-radius: 10px;
    color: #7e97a7;
    font-size: 17px;
    margin: 24px 31px;
    text-align: center;
    padding: 11px;
}
.multimarket .no-data h3 {
    background-image: none;
    font-size: 24px;
    color: #7e97a7;
    border-bottom: 1px solid #e0e6e6;
    padding: 10px;
    align-items: center;
    line-height: 1.5;
    display: flex;
    text-align: center;
    justify-content: center;
}
.multimarket .no-data h3:before {
    content: "";
    width: 35px;
    height: 35px;
    background: url("../images/icons/icon-nodata.svg");
    margin-right: 1.33333vw;
    background-repeat: no-repeat;
    background-size: contain;
}
.no-data p {
    margin-bottom: 0;
}

/* Account Css */
.fa-user-circle-o:before {
    content: "\f2be";
}
.text-left {
    text-align: left!important;
}
.pl-2, .px-2 {
    padding-left: 0.5rem!important;
}
.all-sports .mbl-logout-btn {
    height: 12.8vw;
    background-image:var(--loginButtonColor);
    border: 1px solid #8a0011;
    border-width: 1px 0;
    color: var(--whileColor);
    font-size: 4.16667vw;
    font-weight: 800;
    margin-bottom: 5.33333vw;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    text-decoration: none;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}
.divider-top {
    margin: 12px;
}
.card-accent-primary {
    border-top-color: var(--primary);
}
.card-accent-primary {
    border-top-color: #20a8d8;
    border-top-width: 2px;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.account-detail-head {
    font-weight: var(--fontWeight700);
    font-size: 15px;
    background: var(--newsColor);
    padding: 6px;
    color: var(--whileColor);
    border-radius: 1px;
    border: 1px solid;
}
.card-header {
    padding: 0.4rem 1.1rem;
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3;
}
.account-detail-body {
    padding: 5px 15px;
}
/* .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
} */
.account-detail-body .bd-example dd, .account-detail-body .bd-example dt {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.bd-example .edit-password {
    color: var(--primary)!important;
    text-decoration: none;
}
.fa-lgg {
    font-size: 1.033333em;
    color: #09437f;
    cursor: pointer;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
h5.modal-title {
    font-size: 15px;
    font-weight: var(--fontWeight700);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
    color: #000;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close {
    color: var(--whileColor);
    opacity: 1;
}
.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: var(--fontWeight700);
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.5;
}
.editModel-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--whiteBackgound);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.asterisk_input:before {
    content: "*";
    font-size: 15px;
    color: #e85656;
}
.form-controls {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    background-color: var(--whiteBackgound);
    background-clip: padding-box;
    border: 1px solid #e4e7ea;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.e-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.e-form-group {
    margin-bottom: 1rem;
}
.e-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #c8ced3;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    gap: 6px;
}
.e-btn {
    display: inline-block;
    font-weight: 400;
    color: #23282c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-yes{
    border-color: unset;
    background: var(--newsColor);
    color: var(--whileColor);
    background-color: #20a8d8;
}
.btn-no{
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3;
}
.view-rolling {
    margin-bottom: 4px;
    border: 1px solid #000;
    font-weight: var(--fontWeight700);
}
.view-rolling-padding{
    padding: 16px 30px;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}
.view-rolling span {
    margin-left: 5px;
}

.card-report{
    padding: 10px 10px 0;
    background-color: #e0e6e6;
    border-bottom: 1px solid #7e97a7;
}
.rolling-border{
    border: 1px solid #ccc !important;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-top: 9px;
}
select
{
margin-top: 9px !important;	
}
.calender-btn{
    position: absolute;
    right: 1px;
    opacity: .5;
    height: 36px;
    border: #c8ced3;
    background: #c8ced3;
    width: 41px;
}
.btn-grey {
    border-color: unset;
    background: var(--newsColor);
    white-space: nowrap;
    font-size: 15px;
    width: 100%;
}
.btn-grey strong{ 
    color: var(--whileColor);
}
.btn-grey:disabled {
    color: var(--whileColor);
    background-color: #20a8d8;
    border-color: #20a8d8;
}
.table-bordered thead td, .table-bordered thead th, .table-responsive table.dataTable thead th, table.dataTable thead td {
    color: #243a48;
    background-color: #e4e4e4;
    padding: 8px 10px;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #c8ced3;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #c8ced3;
}

 /* Footer Css */
 .mobile-footer-header{
    position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    background:var(--footerBG);
    color: var(--whileColor);
    z-index: 999;
 }
 .mobile-footer-header .footer-navs ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.inplay-odds-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 44px;
}
.inplay-odds-tabs li  {
    margin: 2px 2px 0;
    font-weight: var(--fontWeight700);
    display: inline-block;
}
.inplay-odds-tabs a {
    color: var(--whileColor)!important;
    line-height: 9.06667vw;
    font-weight: var(--fontWeight700);
    background: var(--newsColor);
    border: 1px solid #243a48;
    border-radius: 4.8vw;
    padding: 2.4vw;
    font-size: 3.66667vw;
    text-decoration: none;
}
.inplay-odds-tabs a.active {
    background: var(--mblMenuActiveBg);
    color: var(--mblMenuAvtiveColor);
}
.footer-navs .active {
    background:var(--footerActiveBG);
    text-decoration: underline;
    color:var(--footerActiveTextColor) !important;
}
.mobile-footer-header .footer-navs img {
    width: 7.33333vw;
    height: 7.33333vw;
    margin: 0 auto 0.53333vw;
    display: block;
}
.footer-navs a {
    width: 20vw;
    height: 13.33333vw;
    box-sizing: border-box;
    color: var(--footerTextColor) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 3.2vw;
    text-align: center;
    line-height: 1.1;
    padding: 1.86667vw 2.66667vw 0;
    display: block;
    text-decoration: none;
}
.footer-navs .main-nav {
    position: relative;
}
.footer-navs .icon-sports {
    width: 8.53333vw;
    height: 6.93333vw;
    margin: -2.13333vw auto 1.06667vw !important;
}
.footer-navs .main-nav a:before {
    content: "";
    position: absolute;
    top: -4.26667vw;
    width: 100%;
    left: 0;
    height: 4.53333vw;
    background-image: url("../images/footer/download.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
    display: block;
}
.footer-navs .main-nav a.active:before {
    background-image:url("../images/footer/download-actice.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/* Media */
.login-head, .register-head {
    position: relative;
    height: 300px;
    background-size: 100% 100%!important;
    margin-bottom: 40px;
}
.login-page-new, .register-page-new {
    background: var(--loginBGColor);
    height: 90vh;
}
.form-login, .form-register {
    width: 100%;
    margin: 0 auto;
    color: var(--whileColor);
    padding: 15px;
}
.form-login dd, .form-register dd {
    margin-bottom: 1.2vw;
}
.form-login input, .form-register input {
    border: 0 solid #3e8142;
    width: 100%;
    margin-bottom: 0;
    height: 45px;
    font-size: 16px;
}
.login-page-new .btn-send, .register-page-new .btn-send {
    background: var(--loginPageLoginBtnBG);
    border:none;
    color: var(--loginPageLoginButtonTextColor);
    box-shadow: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 2.6;
    text-align: center;
    display: block;
    width: 100%;
}
.login-head .ui-link:before, .register-head .ui-link:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/icons/loginX.svg")0 0/contain no-repeat;;
    background-repeat: round;
}
.login-head .ui-link, .register-head .ui-link {
    position: absolute;
    right: 5px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.7);
    border-radius: 50%;
    top: 0px;
    z-index: 2;
    display: flex;
    text-indent: -99999px;
}
.login-head h1, .register-head h1 {
    top: 70%;
    width: 200px;
    height: 80px;
    background-size: contain!important;
    position: absolute;
    left: 28%;
    background-repeat: no-repeat!important;
}

/* Desktop View */
.desktop-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
}
 .desktop-left-wrapper{
    display: inline-flex;
    /* float: left; */
    align-items: center;
    gap: 41px
 }
 .desktop-left-wrapper .search-top{
    max-width: 300px;
    width: 283px;
  }
  .desktop-left-wrapper .search-top input{
    height: 25px;
    padding: 3px 24px !important;
    font-size: 14px;
    font-weight: 400;
  }
  .desktop-left-wrapper .search-top span{
    color: gray;
    top: 3px;
  }
  .desktop-right-wrapper form{
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .desktop-right-wrapper form input{
    height: 24px;
    outline: none   ;
  }
  .btn-orange {
    font-weight: 700;
    color: var(--whileColor);
    margin-top: 0;
    font-size: 12px;
    width: 80px;
    height: 25px;
    line-height: 5px;
    border: none;
    background: var(--loginButtonColor);
}

.menu-wrap {
    background: var(--menuColor);
    line-height: 30px;
    /* margin-top: 70px; */
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 30px;
}
.full-wrap {
    position: relative;
}
.menu-wrap .tab-menu {
    margin: -1px 0 0 0px;
    padding: 0;
    font-weight: 700;
}
.menu-wrap .tab-menu ul{
    padding-left: 24px !important;
    margin-bottom:0;
}
.menu-wrap .ver-menu {
    color: #333;
    font-size: 13px;
    padding: 1px 8px;
    display: inline-block;
    border-right: 1px solid #797777;
    list-style: none;
    text-decoration: none;
    font-weight: 700;
}
.mobile-footer{
    display: none;
}
.menu-wrap .ver-menu a {
    color: var(--menuTextcolor);
    text-decoration: none;
}
.ver-menu a.active {
    color: var(--menuTextcolor);
}
.menu-wrap .ver-menu a:hover {
   text-decoration: underline;
}
.expotextcolor
{
color:var(--topheadertextcolor);	
}
.page-layout{
    margin-top: 70px;
}
.left-sidebar{
    display: flex;
    flex-direction: column;
    padding: 0;
    color: var(--whileColor);
}
.sidebar .left-sidebar {
    position:fixed;
    width:17.666667%;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--whiteBackgound);
    height: 100vh;
}
.top-head-sport {
    background: var(--sportMenuHead);
    color: var(--whileColor)!important;
    line-height: 25px;
    font-size: 12px;
    height: 25px;
    font-weight: 400;
}
.path-back {
    color: var(--sportHeadColor);
    position: absolute;
    z-index: 2;
    height: 25px;
    font-size: 20spx !important;
    width: 40px;
    left: 15px;
    top: 2px;
    line-height: 16px;
}
.top-head-sport ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
.top-head-sport a {
    color: var(--sportHeadColor)!important;
    font-weight: 700;
    font-size: 13px;
}
.sidebar .side-nav {
    flex-direction: column;
    min-height: 100%;
    padding: 0;
    width: 100%;
}
.side-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.side-nav .nav-item {
    position: relative;
}
.side-nav .nav-item .nav-link {
    border-bottom: 1px solid #d2d6e2;
}
.sidebar .nav-link:hover {
    background-color: #e6efd1;
    color: #1b2d52;
}
.sidebar .nav-dropdown-toggle:hover:before {
    background-position: 100% -1025px;
    background-image: url("../images/icons/sprite-icon.38e629d70915dd18762b2.png")!important;
    height: 25px;
    width: 23px;
    background-repeat: no-repeat;
    line-height: 25px;
    top: 6px;
    right: 6px;
}
.side-nav .nav-link {
    color: #223869;
    padding: 0.3rem 1rem;
    font-size: 13.5px;
    cursor: pointer;
}
.side-nav .nav-dropdown-toggle::before {
    background-image: url("../images/icons/sprite-icon.38e629d70915dd18762b.png");
    background-position: 100% -1000px;
    height: 25px;
    width: 23px;
    /* background-repeat: no-repeat; */
    line-height: 25px;
    top: 6px;
    right: 6px;
}
.sidebar .nav-dropdown[aria-expanded="true"]>.nav-dropdown-toggle::before {
    position: absolute;
    right: 10px;
    content: "";
    background: url("../images/icons/arrowdown.svg") 0 0/contain no-repeat !important;
    -webkit-transform: none;
    transform: none;
}
.sidebar .nav-dropdown[aria-expanded="true"]>.nav-dropdown-toggle:hover:before {
    position: absolute;
    right: 10px;
    content: "";
    background:none !important;
    -webkit-transform: none;
    transform: none;
} 
.sidebar .nav-dropdown-toggle::before {
    position: absolute;
    display: block;
    padding: 0;
    margin-top: -4px;
    content: "";
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.aside-menu{
    background:var(--whileColor);
    height: 100vh;
    
}
.open-bet-btns {
    padding: 5px;
}
.open-bet-btns select {
    width: 100%;
    margin: 0;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    outline: none;
}
.racing-tab .nav-tabs {
    background: #e2e2e2;
    border-bottom: unset;
}

.racing-tab .matchunmatch-tab .nav-tabs {
    background-color: #ced5da;
}
.racing-tab .nav-item.active {
    border-top: 2px solid #f72424;
}
.aside-menu .nav-tabs .nav-link.active {
    color: #20a8d8;
    border-right-color: #c8ced3;
    border-left-color: #c8ced3;
}
.racing-tab .nav-tabs .nav-item .nav-link {
    color: #000;
    padding: 3px 22px;
    border-top-left-radius: unset!important;
    border-top-right-radius: unset!important;
    background: var(--whiteBackgound);
    border-color: #c8ced3 #c8ced3 #fff;
}
.aside-menu .nav-tabs .nav-item:first-child .nav-link {
    border-left: 0;
}
.racing-tab .matchunmatch-tab .nav-tabs .nav-item .nav-link {
    font-size: 15px;
}
.racing-tab .nav-tabs .nav-item .nav-link {
    color: #000;
}
.racing-tab .matchunmatch-tab .nav-tabs .nav-item .nav-link {
    font-size: 15px;
}
.nav-tabs .nav-item span {
    font-weight: 700;
}
.aside-menu .tab-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-top: 1px solid #c8ced3;
    border-top: unset;
    margin-top: -1px;
    background: var(--whiteBackgound);
}
.racing-tab .matchunmatch-tab .tab-content .tab-pane {
    padding: 5px 0!important;
}
.slip-list{
    font-size: 11px;
    zoom: 1;
    margin-bottom: 50px;
}
.matched-head {
    padding: 0 10px;
    zoom: 1;
    display: block;
    margin: 0;
    height: 25px;
    background-color: var(--whiteBackgound);
}
.matched-head .col-bet, .slip-head .col-bet {
    width: 42%;
    text-align: left;
}
.matched-head li, .slip-head li {
    padding: 5px 0;
    display: block;
    float: left;
}
.matched-head .col-odd, .slip-head .col-odd {
    width: 16%;
    text-align:center;
}
.matched-head .col-stake, .slip-head .col-stake {
    width: 16%;
    padding-left: 5px;
    text-align:center;
}
.matched-head .col-profit {
    text-align: right;
    width:25%;
}
.slip-back {
    background-color: #beddf4;
    border-bottom: 1px solid #67afe5;
    margin: 0;
    zoom: 1;
    height: 37px;
}
.slip-back dd, .slip-book dd, .slip-lay dd {
    position: relative;
    color: #243a48;
    padding: 5px 0;
    line-height: 22px;
    margin-bottom:0;
}
.slip-back .keep-option, .slip-back .refer {
    background-color: #d4e8f8;
    text-align: left;
    margin: 0;
}
.slip-back .refer, .slip-lay .refer {
    float: none;
    line-height: 16px;
    font-size: 10px;
    display: none;
    color: #3b5160;
    padding: 0 5px;
}
.slip-back .keep-option, .slip-back .refer {
    background-color: #d4e8f8;
    text-align: left;
    margin: 0;
}
.slip-back .keep-option span, .slip-back .refer span, .slip-book .keep-option span, .slip-book .refer span, .slip-lay .keep-option span, .slip-lay .refer span {
    margin-right: 10px;
}
.slip-back dt, .slip-book dt, .slip-lay dt {
    position: relative;
    width: 42%;
    font-weight: 700;
    float: left;
    padding-left: 5px;
}
.slip-back .slip-type {
    background-color: #7dbbe9;
}
.slip-back dt .slip-type, .slip-book dt .slip-type, .slip-lay dt .slip-type {
    line-height: 22px;
    border-radius: 3px;
    color: #1e1e1e;
    padding: 0 5px;
    margin: 5px 5px 0 0;
    opacity: 1;
    float: left;
    font-weight:400;
}
.short-amount {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.slip-back dt .full-amount, .slip-back dt .short-amount, .slip-book dt .full-amount, .slip-book dt .short-amount, .slip-lay dt .full-amount, .slip-lay dt .short-amount {
    opacity: 1;
    font-weight: 700;
}
.slip-back dt span, .slip-book dt span, .slip-lay dt span {
    color: #222;
    opacity: .5;
    font-weight: 400;
}
.slip-back .col-odd, .slip-book .col-odd, .slip-lay .col-odd {
    width: 16.12429%;
}
.slip-back dd,.slip-lay dd {
    text-align: center;
    float: left;
}
.slip-back .col-stake, .slip-book .col-stake, .slip-lay .col-stake {
    width: 15.53672%;
    padding-left: 5px;
}
.slip-back .col-profit, .slip-book .col-profit, .slip-lay .col-profit {
    width: 21.75141%;
    padding: 5px;
    text-align:right;
}
.slip-lay {
    background-color: #f3dce2;
    border-bottom: 1px solid #dfa3b3;
    zoom: 1;
    margin: 0;
    height: 37px;
}
.slip-lay .refer {
    text-align: left;
}
.page-row{
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    top: 29.9px;
}
.slip-lay .slip-type {
    background-color: #dfa3b3;
}
.page-row .sidebar {
    flex: 0 0 auto;
    width: 17.666667%;
}
.slip-option {
	padding:8px;
	margin-bottom:0;
}
.live-stream{
	height:150px;
	background:#000;
}
.page-row .center-section {
    flex: 0 0 auto;
    width:57%;
}
.page-row .right-section {
    flex: 0 0 auto;
    width: 25%;
    position: fixed;
    right: 0;
}
.center-section{
    padding-left: 9px;
    padding-right: 7px;
}
 
.game-h-w h3 {
    background: var(--highlightMobileBG);
    text-align: left;
}
.game-tab-content {
    margin-top: -1px;
    background: var(--whiteBackgound);
    border: 1px solid #c8ced3;
}
.game-tab-content .tables {
    font-size: 12px;
    margin-bottom: 5px;
}
.game-tab-content thead {
    background: #dddcd6;
}
.game-tab-content .tables th {
    padding: 0;
    font-size: 11px;
}
.multimarket-table {
    margin-top: 1rem;
    background: var(--whiteBackgound);
    border: 1px solid #c8ced3;
    display:none
}

.multimarket-table .tables {
    font-size: 12px;
    margin-bottom: 0px;
}
.multimarket-table thead {
    background: #dddcd6;
}
.multimarket-table .tables th {
    padding: 0;
    font-size: 11px;
}
.multimarket-table .tables td, .multimarket-table .tables th {
    border-top: none;
    padding: 3px 0 3px 10px;
    vertical-align: middle;
}
.multimarket-table .count { 
	font-size:12px;
    text-align: center;
    width:115px;
} 
.add-pin, .pin-on {
    padding: 0;
    height: 20px;
    
}
.add-pin{
    background-image: url("../images/icons/pin.svg");
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 13px;
    display: block;
    background-size: contain;
    text-align: center;
    width: 25px;
    margin-left: 5px;
    text-indent: -99999px;
}
.pin-on,.pin-on-mobile {
    background-image: url("../images/icons/pin-on.svg");
}
.game-tab-content .tables tr {
    border-bottom: 1px solid #e0e6e6;
}
.game-tab-content .tables tr:last-child{
    border-bottom: none !important;
}
.game-tab-content .tables td, .game-tab-content .tables th {
    border-top: none;
    padding: 3px 0 3px 10px;
    vertical-align: middle;
}
.game-tab-content .count{
	width: 110px;
    text-align: center;
}
.homeevent .back, .homeevent .lay {
    font-size: 11px;
}
.game-tab-content.count {
    width: 110px;
    text-align: center;
}
.count span {
    min-width: 50px;
    display: inline-flex;
}
.back {
    background: var(--backBackground);
    color: #1e1e1e;
    padding: 2px 10px;
    font-weight: 700;
}
.lay {
    background: var(--layBackground);
    color: #1e1e1e;
    padding: 2px 10px;
    font-weight: 700;
}
.inner-footer {
    border-top: 1px solid rgba(0,0,0,.3);
    margin: 40px 0;
    padding-top: 6px;
}
.support-wrap {
    display: block;
    color: rgba(0,0,0,.6);
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.support-wrap dl {
    margin-right: 10px;
    margin-bottom: 6px;
    display: inline-block;
}
a.rules-btn-home {
    margin-left: 5px;
    text-decoration: none;
}
.rules-btn-home {
    color: #000!important;
    font-size: 14px;
    font-weight: 400;
}
.arrow::before {
    margin: 0 10px;
    content: "|";
}
.openbetlistdesk{
    height: 31px !important;
    background: var(--openBetBG);
    line-height: 16px;
    padding: 6px 4px;
}
 .slip_set-pop {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 352px;
    z-index: 99;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0,0,0,.5);
}
.side-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eee;
    box-shadow: 0.53333vw 0 1.6vw 0 rgba(0,0,0,.5);
    flex-direction: column;
    display: flex;
}
.right-side .side-content {
    border-radius: 0 0 0 1.6vw;
}
.side-content h3 {
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    background-image: linear-gradient(-180deg,#2e4b5e 0,#243a48 82%);
    color: var(--whileColor);
    font-size: 18px;
    line-height: 10px;
}
.setting-block {
    font-size: 25px;
    color: #243a48;
    border-bottom: 1px solid #e0e6e6;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.setting-block dd, .setting-block dt {
    padding: 4px;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 0;
}
.col-stake_edit a {
    width: 100%;
    line-height: 1.6;
    font-weight: 700;
}
.stake-setting dd {
    flex: 1 1 25%;
}
.col-stake_edit {
    margin-top: 17px;
}
.setting-block input {
    position: relative;
    background: var(--whiteBackgound);
    border: 1px solid #aaa;
    box-shadow: inset 0 0.53333vw 0 0 rgba(0,0,0,.1);
    border-radius: 10px;
    color: #1e1e1e;
    font-size: 15px;
    font-family: Helvetica,Tahoma,sans-serif;
    padding: 2px;
    margin-bottom: 0;
    -webkit-appearance: none;
    width: 75px;
    margin: 0;
    box-sizing: border-box;
    text-align: center
}
.setting-wrap .btn-send {
    background-image: var(--btnColor);
    border-color: var(--btnColor);
    color: ivory;
    display: block;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 10px;
    font-size: 23px;
}
.login_to_go {
    height: 408px;
    width: 540px;
    background: var(--loginBGColor);
    color: #1e1e1e;
    border-radius: 5px;
    position: relative;
}
.dialog-wrap-w .kv {
    width: var(--kvWidth);
    height: 100%;
    border-radius: 5px 0 0 5px;
    float: left;
    background-image: url(../images/img/loginside.jpeg) !important;
}
.dialog-wrap-w .login-panel {
    color: #000;
    margin: 100px 0 0 25px;
    float: left;
}
.login_to_go .login-panel dt {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    color: var(--loginPopupcolor);
}
.login_to_go .login-panel dd {
    position: relative;
    width: 220px;
    margin-bottom: 7px;
}
.login_to_go .login-panel input, .login_to_go .login-panel textarea {
    width: 100%;
    height: 33px;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid #aaa;
    box-shadow: inset 0 2px 0 0 rgba(0,0,0,.1);
    margin: 0;
}
.login_to_go .close {
    position: absolute;
    margin-top: 10px;
    margin-left: 15px;
    background-position: -394px -1080px;
    height: 20px;
    width: 20px;
    right: 5px;
    background-image: url("../images/icons/main-s33bf5b2745.a069d6623a5d824213fa.png");
    background-repeat: no-repeat;
}
.login_to_go .login-panel .btn-send {
    width: 218px;
    height: 36px;
    line-height: 33px;
    font-size: 16px;
    margin: 15px 0 0;
    background: var(--btnColor);
    border: 1px solid #bbb;
    border-radius: 4px;
    color: var(--whileColor);
    font-weight: 700;
    display: block;
    text-align: center;
    cursor: pointer;
}
.modal-desktoplogin{
	margin-top:5rem;
}
.card .inner-sportbook {
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 700;
}
.sportbook {
    background: linear-gradient(180deg,#f26d1c 15%,#d14100 100%) !important;
    padding: 0;
    border: none;
    border-radius: unset;
}
.odd-row .team-name .title {
    font-size: 12px !important;
    display: block;
    font-weight: 700;
}
.sportbook-market-tbl .back-1 {
    background: #72e3a0 !important;
}
.sportbook-market-tbl {
    padding: 0;
    margin: 0;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.tooltip-betlimit {
    font-size: 14px;
    float: right;
    margin-top: 3px;
}
.card-header>i {
    margin-right: 0.5rem;
}
.sportbook-market-tbl .slip-back {
    background-color: #d3edd0;
}
.fancy-quick-tr td {
    padding: 0;
}
.fancy-quick-tr td {
    width: 8.97436%;
    border-bottom: 1px solid #7e97a7;
    border-left: 1px solid #ddd;
    font-weight: 700;
    vertical-align: top;
}
 
.sportbook-market-tbl .back-1.select {
    background: #16a660 !important;
}
#SporstBookTab{
    display:none;
    margin-top:25px;
}
#PremiumTab{ 
    display:none;
    margin-top:25px;
} 
.alert {
  padding: 15px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  position: absolute;
  top: 35px;
  right: 20px;
  z-index:11;
}

.alert.success {background-color: #04AA6D;} 
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
#openbetslist{
	display:none;
}
.center-top {
    background: #243a48;
    height: 42px;
    width: 100%;
    display:block;
}
.center-top h2 {
    font-size: 17px;
    color: var(--whileColor);
    text-transform: capitalize;
    font-weight: 900;
    line-height: 39px;
    padding-left: 10px;
}
.center-top h2 i.fa.fa-thumb-tacks {
    font-size: 16px;
    color: #c3ced5;
    background: #3b5160;
    padding: 4px;
    border-radius: 100%;
    margin-right: 6px;
}
.center-top h2 span {
    font-size: 14px;
    background: white;
    color: #243a48;
    padding: 2px 9px 2px 9px;
    font-weight: bold;
    border-radius: 6px;
}
.center-top h2 i.fas.fa-redo-alt {
    font-size: 15px;
    float: right;
    padding: 13px; 
}
.top-white{
	display:block
}
.top-white ul {
    background: white;
    height: 30px;
    border-bottom: 1px solid #93a3ae;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding:0;
    margin-bottom:0
}
.top-white ul li {
    font-size: 13px;
    text-transform: capitalize;
    color: #626260;
    line-height: 2;
    padding-right: 15px;
    list-style:none;
}
.top-white ul li img {
    height: 18px;
    background: #5ea70e;
    padding: 3px;
    border-radius: 4px;
    width: 18px;
    margin-right: 5px;
    margin-left: 10px;
}
.cuptable{
	font-size: 10px !important;
    font-weight: unset !important;
    color: #000000;
}

.casino-head .top {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #ff8100;
    width: 100%;
    margin: 0 auto;
    background: #000;
    align-items: center;
    height: 46px;
    border-bottom: 1px solid #3e2b0a;
    clear: both;
}
.casino-head .top {
    display: flex;
    justify-content: space-between;
}
.left_list ol {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding-left: 20px;
}
.left_list ol li {
    padding-left: 25px;
    background: url(../images/ico_top.png) no-repeat;
    margin-right: 30px;
    list-style: none;
}
.left_list ol li.no_icon {
    background: 0 0;
} 
.left_list ol .credit span {
    color: var(--whileColor) !important;
    margin: 0;
    font-weight: 700;
}
.table_list {
    padding: 10px 30px;
}
.table_box{
    background: #000;
    border: 1px solid #cbad55;
    cursor: pointer;
    margin: 9px;
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
}
.table_box .photo {
    width: 100%;
} 
.table_box .photo img {
    width: 100%;
    height: 155px;
}
.right_function {
    height: 46px;
    font-size: 15px;
    color: #000;
    display: flex;
    margin: 0;
    padding: 0;
}
.right_function li {
    display: block;
    float: left;
}
.casino-home a {
    display: block;
    width: 48px;
    height: 46px;
    background: url(../images/ico_top.png) 14px -429px no-repeat;
    text-indent: -9999px;
}
.table_box .photo p{
    width: 150%;
    height: 27px;
    line-height: 35px;
    background: #000;
    color: #bfbfbf;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0;
}
.table_box .table_con{
    width: 100%;
}
.table_box .table_con .road_frame {
    background: #000;
}
.gamehall_road .history {
    height: 135px;
    background-image: linear-gradient(-1deg,#313131 0,#000 100%);
    text-align: center;
}
.history h4 {
    margin-bottom: 0;
    color: var(--whileColor);
    font-size: 30px;
    font-weight: 700;
    vertical-align: middle;
    padding-top: 50px;
}
.table_box .table_con .road_play {
    background-image: #000;
    display: flex;
    margin-bottom: 0;
}
.table_box .table_con .road_play li {
    color: var(--whileColor);
    line-height: 36px;
    flex: 1;
    list-style: none;
}
.table_box .table_con .road_play a {
    display: block;
    height: 36px;
    text-align: center;
    color: #000;
    font-weight: 700;
    width: 120px;
    float: right;
    background-image: linear-gradient(0deg,#f39100 0,#ffc300 100%);
    text-decoration:none;
}
.table_box:hover {
    border: 1px solid #efb807;
    box-shadow: 0 0 8px 2px rgba(183,141,73,.8);
}
.casino-icon img{
    width: 100%;
    height: 200px;
}
.loading-dots-container {
    display: none;
    justify-content: center;
    align-items: center;
    height: 20px;
}
 
.matchunmatch-tab{
	overflow: auto;
    height: 62vh;
    position: sticky;
    display: block; 	
}
.newmodal{
	background: var(--newsColor); 
	padding: 8px !important;
}
.newmodal-body .form-group{
	margin-bottom: 1rem;
}
.newmodal-body .form-group label{
	display: inline-block;
    margin-bottom: 0.5rem;
}
.newmodal-footer{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 0px!important;
    padding-top: 0;  
    border: none!important ;
}
.newmodal-footer .btn-primary{ 
    color: var(--whileColor);
    background: var(--newsColor);
    border: unset;
    font-size: 12px; 
     margin-right: 1.25rem;
} 
#loginChangePassword{
	top:75px;
}
.search-clear{
	position: absolute;
    top: 50%;
    right: 64px;
    width: 20px;
    height: 20px;
    border: 0;
    transform: translateY(-50%);
    background-color: #edeced;
}
.search-clear:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" xmlns="http://www.w3.org/2000/svg"><path d="M14 5.912L10.412 9.5 14 13.088l-.912.912L9.5 10.412 5.912 14 5 13.088 8.588 9.5 5 5.912 5.912 5 9.5 8.588 13.088 5z" fill="rgb(30,30,30" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 -5px;
}
.suggestion-wrap{
	position: absolute;
	z-index: 10;
	right: 61px;
    top: 39px;
    width: auto;
    background: var(--whiteBackgound);
    border-top: 1px solid #E0E6E6;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 50%);
    box-sizing: border-box;
}
.suggestion-wrap ul {
    max-height: 210px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}
.suggestion-wrap li {
    height: 32px;
    line-height: 32px;
    list-style: none;
    text-indent: 6px;
}
.suggestion-wrap p, .suggestion-wrap a {
    color: #1E1E1E !important;
    cursor: pointer !important; 
    font-size: 12px;
    white-space: nowrap; 
}
.comingsoon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 53;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.comingsoon .login_to_go {
    top: 18%;
    width: 540px;
    height: 360px;
    position: absolute;
    left: 50%;
    width: 540px;
    margin-left: -270px;
    padding:0;
}
.comingsoon .login_to_go .close {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    background-position: -394px -1320px;
    height: 20px;
    width: 20px;
    right: 5px;
    background-image: url(../images/main-images.png);
    background-repeat: no-repeat;
}
.comingsoon .login_to_go .kv{
	width: 250px;
    height: 100%; 
    border-radius: 8px 0 0 8px;
    float: left;
}
.game-bookmakers {
    font-weight: 700;
    padding: 0 7px 0 2px;
    background: linear-gradient(-180deg, #315195, #14213d);
    color: #fff;
    font-style: italic;
    border-radius: 4px;
    letter-spacing: -2px;
    font-size: 12px;
    margin-left: .22rem !important;
}