@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* base*/
body {
    font-family: 'Roboto', "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif !important;    
    background: #B9C6D1;
    /* font-size: 13px; */
    font-size: 12px;
    font-weight: 500;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}
a{
    color: #022C53;
}
a:hover {
    text-decoration: none;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

.img-fluid {
    width: 100%;
}

::-webkit-scrollbar {
    display: none;
}

.btn-yellow{
    background-color: #f9d040;
    color:#000;
}

.btn-main{
    background-color: #102d71;
}

.card-header .tooltip{
    z-index: 1;
}

.position-relative {
    position: relative;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control{
    background-color: #fff !important;
}

.text-blue{
    color:#1F69AA;
}

.text-maroon{
    color:#B95030;
}

/* swiper base */
.swiper-container{
    overflow: hidden;
}
.swiper-pagination-bullet{
    border-radius: 0px !important;
    width: 9px !important;
    height: 6px !important;
    transform: skewX(-26deg) !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 1px !important;
}
.swiper-pagination-bullet-active{
    background:#F6C344 !important;
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction{
    bottom:0 !important;
}

/*dropdown base*/
.dropdown{
    z-index: 5;
    position: relative;
}
.dropdown-btn{
    padding: 0px 20px 0px 10px;
    display:  flex;
    align-items: center;
    min-width:70px;
    background-color: #fff;
    color: #022C53;
    font-size: 12px;
    position: relative;
    line-height: 23px;
    border: 1px #DCE4EC solid;
    border-radius: 3px;
}
.dropdown-btn:after {
    font-family: 'Font Awesome 5 pro';
    content: "\f0d7";
    font-size: 10px;
    font-weight: 700;
    font-size: 0.6rem;
    display: inline-block;
    position: absolute;
    right:7px;
    top:50%;
    transform: translateY(-50%);
}
.dropdown-menu{
    background-color: #fff;
    border-radius: 3px;
    margin: 0;
    padding: 0px;
    border: none;
    top:2px  !important;
    font-size: 12px; 
    overflow: hidden;
    position: absolute !important;
    border: 1px rgba(0,0,0,0.05) solid;
    min-width: 8rem;
}
.dropdown-item {
    width: 100%;
    padding:7px 10px;
    clear: both;
    font-weight: 400;
    color: #000000 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px rgba(0,0,0,0.05) solid;
    text-align: left;
}

.dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}

.dropdown-item:hover,
.dropdown-item.active{
    background: #DCE6EF;
}
/*pagination base*/
.pagination-wrapper{
    position: relative;
    /* border-top: 1px rgba(255,255,255,0.2) solid; */
    overflow-x:scroll;
}

.pagination{
    border-radius: 0px;
    position: relative;
    padding: 0px 64px;
    margin: 0px;
}

.page-item{
    vertical-align: top;
    border-radius: 3px;
    margin: 0px 2px;
}

.page-link,
.page-link:hover{
    background-color: transparent;
    border: none;
    color:#1F69AA;
    white-space: nowrap;
}

.page-item:first-child .page-link{
    position: absolute;
    left:0px;
    top:0px;
    border-radius: 0px;
    /* background-color: #0a2b4a; */
    z-index: 1;
    /* border-bottom: 1px #0a2b4a solid; */
}

.page-item:last-child .page-link{
    position: absolute;
    right:0px;
    top:0px;
    border-radius: 0px;
    /* background-color: #0a2b4a; */
    z-index: 1;
    /* border-bottom: 1px #0a2b4a solid; */
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    font-weight: bold;
    background-color: #0b69a8;
    border-radius: 3px;
    /* border-color: #007bff; */
    /* border-bottom: 1px #f9d040 solid; */
    padding: 3px 7px;
}

/* modal base */
.modal-common .modal-header {
    padding: 0 1rem;
    background: #1252a5;
    background: -moz-linear-gradient(left, #1252a5 0%, #0f4f8c 51%, #0d3977 100%);
    background: -webkit-linear-gradient(left, #1252a5 0%, #0f4f8c 51%, #0d3977 100%);
    background: linear-gradient(to right, #1252a5 0%, #0f4f8c 51%, #0d3977 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1252a5', endColorstr='#0d3977', GradientType=1);
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #fff;
}

.modal-common .modal-header .modal-title {
    height: 35px;
    line-height: 35px;
    font-size: .9rem;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    width: 100%;
    padding-left: 15px;
}

.modal-bottom .modal-content {
    border: none;
    background: #dddddd;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.modal-dialog-scrollable .modal-body{
    overflow-x:hidden;
}


.modal-bottom .modal-dialog {
    position: fixed;
    width: 100%;
    bottom: 59px;
    max-width: 100%;
}

.modal-bet-status.modal-bottom .modal-dialog {
    bottom: 60px;
}

#allsports.modal-bottom .modal-dialog {
    bottom: 60px;
}

.modal-common .modal-content {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .3);
    background-color: #FAFAFA;
}

.modal-common .modal-header .icon {
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.modal-bottom.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0);
    transition:all 0.6s ease-in-out;
  }

.modal-bottom.show .modal-dialog {
    transform: translate3d(0, 0, 0);
    transition:all 0.6s ease-in-out;
  }


/*check box custom*/
.remember {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-top: 0.55rem;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

.remember input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.remember .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #0b68a7;
    border-radius: 3px;
}

.remember:hover input~.checkmark {
    background-color: transparent;
    border: 1px solid #0b68a7;
    border-radius: 3px;
}

.remember input:checked~.checkmark {
    background-color: #0b68a7;
    border: 1px solid #0b68a7;
    border-radius: 3px;
}

.remember .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.remember input:checked~.checkmark:after {
    display: block;
}

.remember .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.remember span {
    position: relative;
    font-size: 13px;
    color: #0f4f8c;
    left: -5px;
    text-transform: capitalize;
}

.check-select .remember {
    margin-top: .6rem;
}

.check-select .remember .checkmark {
    left: inherit;
    right: 0;
}

/* lobby*/

.lobby{
    margin: 0px;
}

.lobby-swiper{
    border-radius: 5px;
    margin: 10px !important;
    overflow: hidden;
    position: relative;
    max-width: 930px;
}

.lobby-swiper iframe{
    width: 100%;
    border: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    height: 100%;
}
.lobby .caption {
    background-color: #6387A7;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    padding: 3px 9px;
    font-size: 0.8rem;
}

.lobby .thumbnail{
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    margin-right: 10px;
}

.lobby .thumbnail.disable{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
}

.lobby .thumbnail.disable .coming-soon-text{
    position: absolute;
    bottom: 35px;
    width: 100%;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
}

.lobby .thumbnail.disable .caption{
    color:#bbb;
}


.lobby .lobby-title{
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #183f63;
    padding: 3px 40px 3px 10px;
    display: flex;
    align-items: center;
    margin-left: -10px;
    border-left: 3px #F6C344 solid;
    display: inline-block;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    background: rgb(39,111,168);
    background: linear-gradient(90deg, rgba(39,111,168,1) 0%, rgba(39,111,168,1) 48%, rgba(39,111,168,0) 100%);
    min-width: 180px;
}

.lobby .lobby-title .more{
    text-align: right;
    margin-left: auto;
    text-transform:capitalize;
    font-size: 0.65rem;
}

.lobby .lobby-title img{
    width: 18px;
    display: block;
    margin-right: 5px;
}

.lobby .thumbnail{
    border-radius: 0.25rem;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
    overflow: hidden;
}

.lobby .caption{
    -webkit-box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.58);
    box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.58);
}

.notification-wrapper{
    background-color: #1F69AA;
    color: #fff;
    font-size: 0.6rem;
    position:sticky;
    top:0px;
    display: flex;
    z-index: 12;
}

.notification-wrapper .icon{
    background-color:#F6C344;
    position: relative;
    padding:0px 7px;
    color: #fff;
    z-index: 1;
    font-size: 0.65rem;
    margin: 2px;
    border-radius: 3px;
    line-height: 18px;
}

.marquee-parent {
    position: relative;
    display: block;
    /*padding: 0px 0.7rem 0px 1.5rem;*/
    height: 22px;
    width: calc( 100% - 30px);
    overflow: hidden;

  }
.marquee-child {
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    position: absolute;
    /*animation: marquee 10s linear infinite;*/
    white-space: nowrap;
    }

.marquee-child:hover {
    animation-play-state: paused;
    cursor: pointer;
}
@keyframes marquee {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}
.swiper-container-lobby-thumb{
    margin:5px 10px 2px 10px !important;
    background-image: url(../images/lobby_thumb_bg.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.swiper-container-lobby-thumb .swiper-pagination-thumb{
    position: absolute;
    top: 10px;
    left: auto !important;
    right: 10px;
    width: auto !important;
}

.swiper-container-horizontal>.swiper-pagination-thumb{
    text-align: center;
}

.swiper-container-horizontal>.swiper-pagination-thumb .swiper-pagination-bullet{
    background-color: #c7c7c7 !important;
    width: 6px;
    height: 6px;
    border: none;
}

/*header*/
#toolbar {
   	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: 55px;
    width: 100%;
    border-bottom: 0;
    background: #1252a5;
    background-image: url(../images/top-bg.jpg);
    background-size: cover;
    display: flex;
    justify-content: space-between;
    z-index: 1033;
}

#toolbar .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto;
    text-align: center;
    width: 115px;
    margin: 0 auto;
    padding: 8px 0px;
}
#toolbar .logo img {
    width: 100%;
    height: 35px;
}

#toolbar .userpart {
    color: #fff;
    right: 0;
    width: auto;
    padding:0px 10px;
    text-align: right;
    z-index: 1035;
    font-size: 14px;
    display:flex;
    align-items: center;
}

#toolbar .username-wrapper{
    padding-right: 10px;
}

#toolbar .userpart .user-icon{
    border-left: 1px rgba(255, 255, 255, 0.5) dashed;
    padding-left: 10px;
}

#toolbar .userpart .username {
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

#toolbar .userpart .username .user-id {
    /* text-transform: capitalize; */
}

#toolbar .userpart .balance {
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    color: #F6C344;
}

#toolbar .userpart .balance .currency{
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

@media only screen and (min-width: 375px) {
    #toolbar .userpart,
    #toolbar .userpart .balance{
        font-size: 14px;
    }
}

@media only screen and (min-width: 414px) {
    #toolbar .userpart,
    #toolbar .userpart .balance{
        font-size: 0.8rem;
    }
}

/*footer*/
.footer-nav,
.footer-nav-login{
    width: 100%;
    background: #1252a5;
    background-image: url(../images/top-bg.jpg);
    background-size: cover;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
    z-index: 999 !important;
}

.footer-nav .footer-wrap .footer-single {
    color: #333;
    text-align: center;
    text-transform: capitalize;
    width: 25%;
}

/*.footer-nav .footer-wrap .footer-single .footer-icon.active{
    background-color: #0b3467;
    border-top: 2px #f9d040 solid;
    margin-top: -1px;
}*/

.footer-nav .footer-wrap .footer-single .footer-name{
    color: #fff;
    font-size: 0.7rem;
}

.footer-nav .footer-wrap .footer-single .footer-icon{
    width: auto;
    padding: 0.3rem 0;
    z-index: 1001;
}

.footer-nav .footer-wrap .footer-single .footer-icon .custom-icon img{
    width: 28px;
    padding-top: 5px;
    display:inline-block;
}

.footer-nav .footer-wrap .footer-single .footer-icon.active .footer-name{
    color: #F6C344;
}

/* .footer-nav .footer-wrap .footer-single .footer-icon .custom-icon img.active{
    display: none;
}

.footer-nav .footer-wrap .footer-single .footer-icon:hover .custom-icon img.active{
    display: inline-block;
}

.footer-nav .footer-wrap .footer-single .footer-icon:hover .custom-icon img{
    display: none;
}

.footer-nav .footer-wrap .footer-single .footer-icon:hover .footer-name{
    color: #F6C344;
} */

.footer-nav .nav-sub-menu:before {
    font-family: "Font Awesome 5 pro";
    content: "\f078";
    position: absolute;
    right: 10px;
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-nav .dropdown-menu {
    bottom: 59.4px !important;
    top: inherit !important;
    padding: 0;
    font-size: .9rem;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%)!important;
    background-color: #2875B9;
    border-radius: 5px 5px 0px 0px;
    overflow:hidden;
    border:none;
}

.footer-nav .dropdown.dropdown-full{
	position: static;
}

.footer-nav .dropdown-menu.account-menu{
    width: 100%;
    height:100%;
    border:0;
    position: fixed !important;
    padding-top: 115px;
    overflow-y: scroll;
    bottom:59px !important;
    z-index: 1032;
}
.footer-nav .dropdown-menu.account-menu ul{
    margin: 0;
    padding:0 10px;
}

.footer-nav .dropdown-menu.account-menu li{
    list-style: none;
}

.footer-nav .dropdown-menu.account-menu li.sub-menu li a{
    padding-left: 32px;
}

.footer-nav .dropdown-menu.account-menu li .icon{
    margin-right: 5px;
    width: 15px;
    display: inline-block;
}

.footer-nav .dropdown-menu.account-menu .footer-group{
    position:sticky;
    bottom:-2px;
    width: 100%;
    padding: 10px;
    background-color: #2875B9;
    border-top: 1px rgba(255,255,255,0.2) solid;
}

.footer-nav .dropdown-menu.account-menu .footer-wrapper{
    display: flex;
    width: 100%;
}

.footer-nav .dropdown-menu.account-menu .footer-group .footer-item{
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem 0.7rem;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    font-weight: 400;
    background-color: #1C62A0;
    margin: 5px;
    border-radius: 5px;
}

.footer-nav .dropdown-menu.account-menu .footer-group .footer-item .icon{
    width: 50px;
    display: block;
    margin: 0 auto;
    font-size: 1.8rem;
    color: #c1dbf9;
    line-height: 35px;
}

.footer-nav .dropdown-menu.account-menu .footer-group .footer-item .icon.lang-pic{
    width: 30px;
}

.footer-nav .dropdown-menu.account-menu .footer-group .footer-item .icon img{
    width: 100%;
}

.footer-nav .dropdown-menu.account-menu .btn-logout{
    padding: 10px 10px;
    border-radius: 3px;
    color: #fff;
    background: #1C62A0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
    font-size: 0.8rem;
    display: block;
    text-align: center;
    width: 80%;
    margin: 15px auto;
}

.footer-nav .footer-wrap .footer-single:first-child .dropdown-menu{
    left: 0px!important;
    transform: translateX(0%)!important;
}
.quickbet-icon{
    width: 30px;
}

.footer-nav .dropdown-menu li a,
.footer-nav .dropdown-menu li a:active {
    display: block;
    line-height: 35px;
    font-weight: 400;
    font-size: 0.8rem;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #fff !important;
}

.footer-nav .dropdown-menu li a:hover{
    background-color: #5298D6;
}

.footer-nav .dropdown-menu li:last-child a,
.footer-nav .dropdown-menu li:last-child a:active {
    border-bottom:none;
}

.footer-nav .dropdown-menu.account-menu li a,
.footer-nav .dropdown-menu.account-menu li a:active,
.footer-nav .dropdown-menu.account-menu li a:hover,
.footer-nav .dropdown-menu.account-menu li a:visited{
    line-height: 40px;
    font-size: 0.9rem;
    background: none;
}

.footer-nav .dropdown-menu.account-menu:last-child li a,
.footer-nav .dropdown-menu.account-menu:last-child li a:active{
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-nav .dropdown-menu .sub-menu li:last-child a{
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-nav .dropdown-menu li a.active{
    background-color: #5298D6;
}
.footer-nav .dropdown-menu .icon-prematch img {
    width: 25px;
    margin-right: 10px;
}
.footer-nav #dd-quickbet .form-group {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.7rem;
    margin: 0;
}
.footer-nav #dd-quickbet .form-group label{
    color:#fff;
    margin-bottom: 0;
}

.footer-nav #dd-quickbet .quick-bet-input{
    border-radius: 0.3rem;
    background-color: #607ba0;
    border:none;
    color: #fff;
    padding: 0rem 0.5rem;
    font-size: 0.9rem;
    line-height:32px;
    width: 90px;
    height: 32px;
    border-radius: 0;
}

.footer-nav #dd-quickbet .quick-bet-input::placeholder{
    color: #fff;
}

/* */

.swith-market-btn{
    padding: 0rem 1rem;
    color: #fff;
    background: #6387A7;
    text-align: center;
}

.swith-market-btn a{
    color: #fff;
    display: block;
}

.swith-market-btn span{
    display: inline-block;
    vertical-align:middle;
}

.swith-market-btn .icon{
    font-size: 1.2rem;
    margin-left: 5px;
}

/*sports scroll bar*/

.category-group{
	position: relative;
	z-index: 1;
}
.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    background-color: #C0CED9;
    position: relative;
    display: flex;
    padding: 5px;
}

.scrolling-wrapper .category {
    display: flex;
    text-align: center;
    cursor: pointer;
    padding: 3px 5px;
    align-items: center;
    background-color: #fff;
    margin: 0px 2px;
    border-radius: 3px;
    align-items: center;
}

.scrolling-wrapper .category.active,
.category-fixed{
    /* position: relative; */
    background-color:#1F69AA;
    color:#fff;
}

.scrolling-wrapper .event-count,
.category-fixed .event-count{
    color: #B95030;
    font-size: 10px;
    margin-left: 5px;
}

.scrolling-wrapper .category .live{
    position: absolute;
    top: 0;;
    /* left:2px; */
    color:#fff;
    border-radius: 2px;
    font-size: 9px;
    font-style: italic;
    font-weight: 500;
    background-color: #D62726;
    line-height: 10px;
    padding: 0px 2px;
}

.scrolling-wrapper .category .sport-icon{
    width: 13px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.scrolling-wrapper .category .sport-icon img,
.category-fixed .sport-icon img{
    width: 100%;
}

.scrolling-wrapper .category .sport-name,
.category-fixed .sport-name{
    color: #022C53;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.scrolling-wrapper .category.active .sport-name{
    color:#fff;
}

.scrolling-wrapper .category.active .event-count{
    color: #F6C344;
}

.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.scrolling-wrapper-flexbox .category {
    flex: 0 0 auto;
    margin-right: 3px;
}

.scrolling-wrapper,
.scrolling-wrapper-flexbox {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper::-webkit-scrollbar,
.scrolling-wrapper-flexbox::-webkit-scrollbar {
    display: none;
}

.scrolling-wrapper .category:first-child,
.category-fixed{
    margin-left: 0px;
}

.category-fixed{
    background-color: #092a4b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    height: 100%;
    vertical-align: center;
    display: flex;
}

.category-fixed .event-count,
.category-fixed .sport-name{
    color: #f9d040;
    vertical-align: center;
}

/*function bar*/

.function-bar{
    background-color:#96B1C8;
    padding:3px 5px;
    display: flex;
    width: 100%;
    z-index: 3;
    position: relative;
}

.function-bar .function-item,
.function-bar .function-item-more{
    display: flex;
    justify-content:flex-end;
    padding-bottom: 0px;
    flex-grow: 1;
    /* width: calc( 100% - 65px ); */
}

.function-bar .function-item-more{
    width: 100px;
}

.function-bar .function-item-more.livetv{
    width: 120px !important;
}

.function-bar .tab-wrapper{
    width: calc( 100% - 100px );
    overflow: hidden;
}

.function-bar .tab-wrapper .nav-pills-wrapper{
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}

.function-bar .nav-pills{
    margin:0px;
    padding: 0;
    display: block;
}

.function-bar .nav-item{
    display:inline-block;
    white-space: nowrap;
    margin-right: 4px;
}
.function-bar .nav-pills .nav-link{
    list-style: none;
    line-height: 25px;
    text-align: center;
    color: #022C53;
    border-radius: 3px;
    font-size:14px;
    font-weight: 500;
    background-color: #DCE4EC;
    padding: 0 20px;
    display: block;
}

.function-bar .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: #000;
    background-color: #f9d040;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
}

.btn-parlay-early,
.btn-collapse,
.btn-league,
.btn-favorite,
.btn-tv-match,
.btn-refresh,
.btn-mmo-parlay{
    padding: 2px 6px;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #1F69AA;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow:none;
    line-height: normal;
    margin: 0px 2px;
    font-size: 0.8rem;
    height: 25px;
}

.function-btn div:first-child{
    margin-left: 0px;
    /* width: 110px; */
}

.btn-select-league img,
.btn-favorite img{
    width: 17px;
    height: 17px;
}

.btn-favorite{
    color: #f9d040;
}

.btn-mmo-parlay{
    background: #0f8c52;
    /* border-bottom: 3px #0d6d40 solid; */
    text-align: center;
    /* width: 175px; */
}

.btn-parlay-early.active,
.btn-parlay.active{
    color: #001e4c;
    border: none;
    background: #f9d040;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
}

.btn-mmo-parlay.active{
    color: #072c3a;
    border: none;
    background: #f9d040;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
}

.parlay-dropdown-filter-menu{
    position: absolute;
    width: 150px;
    top:27px;
    left:0;
    background-color: #fff;
    border-radius: 3px;
    list-style: none;
    margin: 0;
    padding:5px 10px;
    display: none;
}

.parlay-dropdown-filter-menu li a{
    line-height: 25px;
    font-size: 12px;
    background-color: #DCE4EC;
    border-radius: 3px;
    display: block;
    padding: 3px 10px;
    margin: 5px 0;
    color: #000;
}

.parlay-dropdown-filter-menu li a.active:active,
.parlay-dropdown-filter-menu li a.active:visited,
.parlay-dropdown-filter-menu li a.active:hover{
    color: #000;
    background-color: #DCE4EC;
}

.parlay-dropdown-filter-menu li a.active,
.parlay-dropdown-filter-menu li a.active:active,
.parlay-dropdown-filter-menu li a.active:visited,
.parlay-dropdown-filter-menu li a.active:hover{
    background-color: #1F69AA;
    color: #fff !important;
    position: relative;
}

.parlay-dropdown-filter-menu li a.active:after{
    font-family: 'Font Awesome 5 pro';
    content: "\f058";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:10px;
}

.parlay-dropdown-filter-menu li.close{
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    border:1px solid #96B1C8;
    color:#1F69AA;
    opacity: 1;
    float: right;
    border-radius: 3px;
    margin-top: 5px;
}

.btn-collapse{
    margin-right: 0px;
}

.btn-tv-match.active{
    background:#c1dbf9;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    border: none;
}

.btn-collapse.close-all{
    color: #001e4c;
    border: none;
    background: #c1dbf9;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.6);
}

.btn-collapse.close-all:before,
.btn-collapse.open-all:before{
    content:url(../images/view-all-close.svg);
    width: 15px;
    margin-top: 5px;
}

.btn-collapse.open-all:before{
    content:url(../images/view-all-open.svg);
}

.btn-tv-match:before{
    content:url(../images/tv-icon.svg);
    width: 17px;
    margin-top: 5px;
}

.btn-tv-match.active:before{
    content:url(../images/tv-icon-active.svg);
    width: 17px;
    margin-top: 5px;
}

.btn-collapse.open-all{
    color:#fff;
    border-top:none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow:none;
}

.btn-refresh{
    width: 35px;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    padding: 0px 5px;
    border-bottom: none;
    background: none;
    color: rgba(193,219,249,0.8);
    border: 1px rgba(193,219,249,0.4) solid;
}

.btn-refresh span{
    display: inline-block;
    margin-left: 3px;
}

.btn-refresh:first-child{
    color: rgba(239,167,147,1);
    border: 1px rgba(239,167,147,0.6) solid;
}

/*subpage title bar*/

.headline-bar{
    background-color: #e8f0f7;
    padding: 0.2rem 0.5rem;
    font-size: 14px;
    color: #022C53;
    font-weight: bold;
    text-transform: uppercase;
}

.headline-bar .favourites .yellow,
.headline-bar .prematch .icon{
    color: #f9d040;
    font-size: 0.75rem;
    margin-right: 0.5rem;
    width: 15px;
}

/*top 3 col tab*/
.sticky-top{
    position: sticky;
    top: 0;
    /* z-index: 1031; */
}

.bets-wrap {
    padding: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 6;
    background-color: #DCE4EC;
}
.bets-wrap ul {
    padding: 0;
    margin: 0;
}

.bets-wrap .headline-bar{
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*result*/

.filter-result-group{
    background-color: #96B1C8;
}

.filter-result,
.filter-running{
    padding:5px;
    color: #000;
    display: flex;
    justify-content:space-between;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,0.15);
}

.filter-running .total-stake .amount{
    font-weight:bold;
}

.filter-result .input-group-text{
    border-radius: 0;
    background-color: #1F69AA;
    color: #fff;
    border: none;
    line-height: 25px;
    padding: 0 0.75rem;
    font-size: 12px;
}
.filter-result .input-group{
    margin-right: 5px;
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 3px;
    /* overflow: hidden; */
}

.message-filter .input-group{
    margin-right: 5px;
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 3px;
}

.filter-result .input-group > .form-control{
    background-color: #607ba0;
    border: none;
    line-height: 25px;
    height: 25px;
    color: #000;
    font-size: 0.75rem;
}

.filter-result .input-group > .form-control:not(:last-child),
.filter-result .input-group > .custom-select:not(:last-child){
    border-radius: 0;
}

.filter-result .btn-result-group,
.message-filter .btn-result-group{
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
}

.filter-result .btn-result,
.message-filter .btn-result{
    border: none;
    padding: 2px 10px;
    border-radius: 3px;
    position: relative;
    color: #fff;
    background: #1F69AA;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
    margin: 0px 5px;
    font-size: 0.8rem;
    height: 25px;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}

.filter-result .btn-result:last-child,
.message-filter .btn-result:last-child{
    margin-right: 0px;
}

.refresh-wrapper{
    padding: 0.5rem 0.7rem 0px;
}

.refresh-wrapper .refresh-count{
    color:#000;
    text-transform: capitalize;
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
    background-color: #f9d040;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    text-align: center;
    border: 1px #b79930 solid;
}

.result-dropdown-group{
    background-color: #96B1C8;
    display: flex;
    padding: 5px;
}

.result-dropdown-group .dropdown{
    flex-grow: 1;
    width: 70%;
}

.result-dropdown-group .dropdown-btn span{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    display: block;
}

.result-dropdown-group .dropdown-menu{
    width: 100%;
    max-height:calc(100vh - 240px);
    overflow: auto;
    transform: none !important;
    top: 27px !important;
}

.result-dropdown-group .dropdown-item{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    display: block;
    width:calc(100% - 5px);
}

/*filter running*/

.filter-running{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.filter-running .bet-type-select:after{
	font-family: 'Font Awesome 5 pro';
    content: "\f078";
    font-size: 10px;
    font-weight: 300;
    width: 100%;
    color: #fff;
    margin-left: 5px;
}

.filter-running .bet-type-select-menu{
    position: absolute;
    top:36px;
    left:0;
    margin: 0;
    padding: 0;
    display: none;
    width: 150px;
}


.filter-running .bet-type-select-menu li{
    width: 100%;
    text-align: left;
}

.filter-running .bet-type-select-menu li a{
    display: block;
    line-height: 30px;
    font-weight: 400;
    font-size: 0.8rem;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #fff !important;
    background-color: #0d3a64;
    text-align: left;
}

.prematch-outright{
    background-color: #F1F1F1;
    border-top:1px solid rgba(0,0,0,0.1);
    padding:3px 5px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.prematch-outright ul li{
    list-style: none;
    text-align: center;
}

.prematch-outright ul li a{
    color: #022C53;
    display:flex;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
    position: relative;
    align-items: center;
}

.prematch-outright ul li a:before{
    content: "|";
    font-weight: 100;
    color:rgba(0,0,0,0.2);
    position: absolute;
    right:0;
}

.prematch-outright ul li:last-child a:before{
    content: "";
}

.prematch-outright ul li a span{
    display: inline-block;
    background-color: #58738A;
    color:#fff;
    font-size: 10px;
    padding: 2px;
    border-radius: 3px;
    line-height: 10px;
    margin-left: 3px;
}

.prematch-outright ul li a.active{
    background-color: #F6C344;
    border: 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.prematch-outright ul li a img{
    margin-right: 3px;
}

.prematch-outright ul li a.active:before{
    content: "";
}

.prematch-outright ul li a.active span{
    background-color: #fff;
    color:rgb(0, 0, 0);
}

.live-upcoming-hours{
    border-top:1px solid rgba(0,0,0,0.05);
    background-color: #DCE4EC;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.live-upcoming-hours ul li,
.bets-wrap ul li{
    list-style: none;
    text-align: center;
}

.live-upcoming-hours ul li a,
.bets-wrap ul li a{
    color: #022C53;
    display: block;
    padding: 3px 10px;
    font-weight: 400;
    width: 100%;
    text-transform: capitalize;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #DCE4EC;
}

.live-upcoming-hours ul li:last-child a,
.bets-wrap ul li:last-child a{
    border-right:none;
}


.live-upcoming-hours ul li a.active,
.parlay-early-dropdown ul li a.active,
.bets-wrap ul li a.active{
    background-color: #fff;
    border-bottom: 2px solid #1F69AA;
}

.bets-wrap .filter-running ul.dropdown-menu{
    top:2px !important;
}

.bets-wrap .filter-running ul li a.dropdown-item{
    width: 100%;
    padding: 7px 10px;
    clear: both;
    font-weight: 400;
    color: #022C53;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px rgba(0,0,0,0.05) solid;
    text-align: left;
}

/*live match - live stream - statistics tab*/

.match-detail-function-tab {
    display: flex;
    text-align: center;
    background:#DCE4EC;
    border-left:1px rgba(0,0,0,0.1) solid;
}
.match-detail-function-tab li {
    list-style: none;
    border-left:1px rgba(0,0,0,0.1) solid;
    text-align: center;
    flex-grow: 1;
}
.match-detail-function-tab li:first-child{
    border-left: none;
}

.match-detail-function-tab .back-4d{
    width: 40px;
    background: #144777;
}
.match-detail-function-tab li a {
    color:#022C53;
    font-weight: 400;
    font-size: 12px;
    padding: 0.3rem;
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 2px solid transparent;
}

.match-detail-function-tab li a.active{
    background-color: #fff;
    border-bottom: 2px solid #1F69AA;
}
.screen-btn{
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #DCE4EC;
    text-align: center;
    border-top: 1px rgba(0,0,0,0.1) solid;
}

.screen-btn:before,
.screen-btn.show:before{
    font-family: 'Font Awesome 5 pro';
    content: "\f078";
    font-size: 10px;
    font-weight: 700;
    width: 100%;
    color: #022C53;
}

.screen-btn.show:before{
    content: "\f077";
    border-top: 1px #435a8e solid;
}

.match-detail-function-tab li a .icon-function{
    padding: 0;
    display: inline-block;
    width: 15px;
}

.match-detail-function-tab li a .icon-function img{
    width: 100%;
}

/*more bet leagues scroll*/

.morebet-wrapper {
    width: 100%;
    background: #0a2b4a;
    position: relative;
    /* top: 0;
    left: 0; */
}
.morebet-nav {
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    padding-left: 55px;
    background-color: #C0CED9;
}

.morebet-nav.open-more-league{
    overflow-x: hidden;
}

.morebet-nav.open-more-league:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}

.morebet-nav ul {
    display: block;
}

.morebet-nav .league-card{
    white-space: nowrap;
    display: inline-block;
    margin: 0.4rem .1rem;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    width: calc( 100% - 55px);
    max-width: 304px;
    vertical-align: middle;
    border-radius: 3px;
}
.morebet-nav .league-card a {
    display: block;
    background: #bcd0ef;
    color: #000;
    overflow: hidden;
    height: 46px;
    border-radius: 3px;
    opacity: 0.65;
}

.league-card a.active {
    border-radius: 3px;
    opacity: 1;
}
.league-card a .match-info-date,
.league-card a .match-info-score{
    color: #173767;
    font-weight: 400;
    text-align: center;
    background-color:#d9e5f9;
    padding: .3rem .5rem;
    height: 46px;
}

.league-card a .match-info.live {
    background: #FBE7DE;
    border-radius: 3px;
}

.league-card a .match-info.live .match-info-date,
.league-card a .match-info.live .match-info-score{
    background-color: #FFF0EA;
    margin: 0px;
    color: #b53f39;
    display: block;
}
.league-card a .match-info-team-name{
    color: #061d52;
    padding: 0.3rem;
    font-size: 0.6rem;
    line-height: 12px;
}
@media screen and (min-width: 375px) {
    .league-card a .match-info-team-name{
        font-size: 0.7rem;
    }
}

@media screen and (min-width: 410px) {
    .league-card a .match-info-team-name{
        font-size: 0.75rem;
    }
}

.league-card a .match-info-score .time{
    color: #061d52;
}

.league-card a .match-info-score .score{
    color: #c0371b;
    font-size: 12px;
    line-height: 12px;
}

.league-card a .match-info-team-name.team02{
    color: #c0371b;
}

.league-card a.active .match-info-team-name{
    color: #061d52;
}
.league-card a.active .match-info-team-name.team02{
    color: #c0371b;
}

.league-card a.active .match-info-score .score{
    color: #c0371b;
}

.morebet-nav ul li a .match-info {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    position: static;
    height: 46px;
    border:0;
}

.morebet-back{
    background: #C0CED9;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0px;
    height: 58px;
    width: 55px;
    border-radius: 0;
    box-shadow: none;
}

.morebet-back a{
    min-width: inherit;
    color: #fff;
    text-align: center;
    position: absolute;
    top:50%;
    left:0;
    padding: .9rem 0;
    width: 50px;
    background: #317CBD;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius:0px 3px 3px 0px;
    z-index: 10;
    opacity: 1;
}

.select-league-dropdown{
    display: inline-block;
    vertical-align: top;
    margin: 0.4rem .1rem;
    position: initial;
    background: #317CBD;
    border-radius: 3px;
}

.btn-select-league{
    white-space: nowrap;
    display: block;
    width: 50px;
    height: 46px;
    position: relative;
}

.btn-select-league:after{
    font-family: 'Font Awesome 5 pro';
    content: "\f078";
    font-weight: 700;
    color: #fff;
    font-size: 0.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    margin: 0;
}

.btn-select-league[aria-expanded="true"]:after{
    content: "\f077";
}

.btn-select-league.active{
    z-index: 11;
}

.dropdown-select-league {
    position: absolute;
    width: 98% !important;
    top: 114px !important;
    left: 50% !important;
    transform: translateX(-50%);
    max-height: 350px;
    background-color: #fff;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    display: none;
    z-index: 1000;
    border: none;
    border-radius: 3px;
}

.dropdown-select-league .dropdown-item{
    list-style: none;
    border-bottom: 1px rgba(0,0,0,0.1) solid;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    margin: 0;
    background: transparent;
}

.dropdown-select-league .dropdown-item .icon{
    width: 20px;
    display:inline-block;
    margin-right: 0.5rem;
    position: relative;
    vertical-align: middle;
}

.dropdown-select-league .dropdown-item .icon img{
    width: 100%;
}

.dropdown-select-league .dropdown-item .icon .live-icon{
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 22px;
}

.dropdown-select-league .dropdown-item:last-child{
    border-bottom: none;
}

.dropdown-select-league .dropdown-item{
    padding: 0.5rem 0.7rem;
    display: block;
    color: #022C53 !important;
    font-size: 0.75rem;
}

.dropdown-select-league .dropdown-league-name{
    width: calc( 100% - 20px );
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

#selected-league{
    background-color: #255e94;
    border-top: 1px rgba(255,255,255,0.1) solid;
}


/*search*/

#search-modal {
    z-index: 1036;
    height: 100%;
    background: #B9C6D1;
    width: 100%;
    position: fixed;
    display: none;
}

#search-modal .searchbar {
    background: #317CBD;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: 50px;
    z-index: 100;
    position: fixed;
}

#search-modal .input-group {
    height: 50px;
    line-height: 50px;
}

#search-modal .input-group .input-group-text,
#search-modal .input-group .form-control {
    background: none;
    border: none;
    color: #fff;
    height: 50px;
    background-color: transparent !important;
}

#search-modal .input-group .input-group-text{
    border-radius: 0;
}

#search-modal .input-group .cancel {
    border:none;
    border-left: 1px solid rgba(255,255,255,0.1);
    color: rgba(255, 255, 255, 0.8);
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 0.7rem;
}

#search-modal .input-group .input-group-text .fa-search {
    color: #fff;
}

#search-modal .input-group .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#search-modal .input-group .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#search-modal .input-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#search-modal .search-result {
    overflow: scroll;
    padding-top: 50px;
    padding-bottom: 95px;
    height: 100vh;
}

#search-modal .search-result ul {
    margin: 0;
    padding: 0;
}

#search-modal .search-result li {
    list-style: none;
    background-color: #fff;
    padding: 10px 25px 10px 10px;
    color: #000;
    position: relative;
    margin: 10px;
    border-radius: 3px;
}

#search-modal .search-result li:before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    content: "\F054";
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #716e6e;
    font-size: 15px;
}

#search-modal .search-result .game-type {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 25px;
}

#search-modal .search-result .game-type img {
    height: 25px;
}

#search-modal .search-result li .game-name span {
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: middle;
}

#search-modal .search-result .team {
    font-size: .8rem;
    text-transform: capitalize;
}

#search-modal .search-result .day {
    text-transform: capitalize;
    color: #0073e6;
    background-color: #cde0ff;
    display: inline-block;
    border-radius: 25px;
    padding: 2px 10px;
    font-size: .7rem;
}

#search-modal .search-result .time {
    color: rgba(0,0,0,.8);
    font-size: .7rem;
}
/* page panel */
.snap-content {
    background: #B9C6D1;
}

.content-center {
    padding-bottom: 120px;
}
.page-group {
    width: 100%;
}

/* page all sport */

.sport-wrap{
    display: flex;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 3px;
}

.sport-wrap .text{
    color:#000;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
}


/* page contact */
.contact .card{
    margin: 0.5rem;
    border-radius: 3px;
    border: 0;
}

.contact .description{
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    padding: 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
}

.contact .description p{
    margin: 0px;
}

.contact h5{
    font-size: 1rem;
    margin-bottom: 0;
}

.contact .info-row{
}

.contact .info-wrap{
    width: calc( 100% - 50px );
    float: left;
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    position: relative;
    padding: 10px 0;
}

.contact .info-wrap li{
    list-style: none;
    position: relative;
}

.contact .info-wrap li .contact-info{
    font-size: 1rem;
    line-height: 35px;
    color:rgba(0,0,0,0.5);
    font-weight: 400;
}

.contact .info-row:last-child .info-wrap{
    border-bottom: 0rem;
}

.contact .info{
    line-height: 25px;
    font-size: 0.8rem;
    color:rgba(0,0,0,0.5);
    margin-bottom: 0px;
}

.contact .fa-comment-dots,
.contact .contact-info-icon{
    font-size: 1.2rem;
    position: absolute;
    right:1rem;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #6785a7;
}

.contact .icon{
    font-size: 1.2rem;
    text-align: center;
    width: 50px;
    float: left;
    color: #6785a7;
    padding: 10px 0;
}

.contact h3{
    font-size: 1.2rem;
    margin-bottom: 0px;
}

/* page setting */
.modal-common .modal-content .setting .lang-pic img{
    width: 20px;
    margin-right: 10px;
    display: inline-block;
}

.modal-common .modal-content .setting .list-group-item{
    border-left: none;
    border-right: none;
    border-radius: 0px;
    cursor: pointer;
    padding: 0.3rem 0.7rem;
}

.modal-common .modal-content .setting .list-group-item:first-child,
.modal-common .modal-content .setting .list-group-item.active:first-child{
    border-top: none;
}

.modal-common .modal-content .setting .list-group-item.active:before{
    font-family: "Font Awesome 5 pro";
    font-weight: 700;
    font-size: 12px;
    color: #007bff;
    content: "\f00c";
    float: right;
}

.modal-common .modal-content .setting .list-group-item.active{
    background: #e4eefd;
    color:#000;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-left: none;
    border-right: none;
}

/*page setting custom sport */
#sortable {
    margin: 0.5rem;
}

#sortable .list-group-item {
    padding: 0 1rem;
    line-height: 40px;
}

#sortable .list-group-item .icon-sequence:before {
    font-family: "Font Awesome 5 pro";
    content: "\f0c9";
    position: absolute;
    right: 10px;
    font-weight: 700;
    font-size: 15px;
}

#sortable .list-group-item .sort-pic {
    margin-right: 1rem;
    position: relative;
    top: -2px;
}

#sortable .list-group-item .sort-pic img {
    max-width: 20px;
}

#sortable .list-group-item .sort-sport {
    font-size: .9rem;
    text-transform: capitalize;
}


/* page betting rules */

.betting-rules-item{
    border: none;
    border-radius: 3px;
    padding: 0.3rem 0.7rem;
    cursor: pointer;
    font-size: .9rem;
    margin:5px;
    background-color:#fff;
    color: #000;
    border-bottom: 1px rgba(255,255,255,0.2) solid;
}

.betting-rules-item span{
    font-size: 0.8rem;
}

.betting-rules-item .icon {
    width: 20px;
    margin-right: 10px;
}

.tc-content{
    font-size: .8rem;
    text-align: justify;
    padding: 0.7rem;
    color: #000;
    background-color: #fff;
    margin:5px;
    border-radius: 3px;
}

.tc-content ul{
    padding-left:15px;
}

.tc-content li{
    list-style:none;
    margin-top: 10px;
}

.tc-content h1{
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 10px;
    line-height:normal;
}

.tc-content p{
    margin-bottom: 0px;
}

.tc-content dt,
.tc-content dd{
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 0px;
}

.tc-content dd dt,
.tc-content dd dd{
    display: block;
    width: auto;
}

.tc-content dd dt span{
    font-size: 0.9rem;
    font-weight: 700;
}

.tc-content dt{
    width: 30px;
    font-size: 0.8rem;
    font-weight: 900;
}

.tc-content dd{
    width: calc(100% - 34px);
}

.tc-content table td{
    padding:5px 10px;
    vertical-align: top;
}


/* page account */

.item-group{
    background-color: #fff;
    border-radius:3px;
    font-size: .9rem;
    margin: 0.5rem;
}

.item-group .item-single {
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.item-group .item-single:last-child {
    border-bottom: none;
}

.item-group .item-single .value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: .5rem;
    text-transform: capitalize;
}

.item-group .item-single .detail {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: .5rem;
}

.item-group .item-single .detail.grey {
    color: rgba(0, 0, 0, 0.54);
}

.item-group .item-single .detail.editable {
    color: #0073E6;
}


/* page message */

.message {
    padding: .5rem;
    border-radius: 3px;
    margin: 0.5rem;
    background-color: #fff;
}

.message .empty{
    font-size: 2rem;
    color: #eee;
}

.message-filter{
    padding:5px;
    color: #fff;
    background-color:#96B1C8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message-filter .text{
    padding: 0px 0.5rem;
}

.message-filter .form-control{
    background-color: transparent;
    border: none;
    line-height: normal;
    height: 30px;
    color: #000;
    font-size: 0.75rem;
    border-radius: 0;
    border: 1px rgba(255,255,255,0.2) solid;
    text-align: center;
    border-radius: 3px;
}


/*no data*/

.no-data{
    display: flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    height:calc( 100% - 200px );
    width: 100%;
}

.no-data .no-data-wrapper{
    text-align: center;
    color: #fff;
    width: 100%;
}

.no-data .no-data-wrapper .text{
    font-size: 0.9rem;
    margin-bottom: 30px;
    display: block;
}

.no-data .no-data-wrapper img{
    display: block;
    width: 65px;
    opacity: 0.5;
    margin: 0 auto 15px auto;
}

.no-data .btn-start-betting{
    display:block;
    padding: 0.5rem 1rem;
    color: #fff;
    background: #1F69AA;
    text-align: center;
    margin: 5px auto;
    width: 80%;
    max-width: 220px;
    font-size: 0.9rem;
    border-radius: 3px;
}

/* select league */

.select-header{
    position: sticky;
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    background-color: #96B1C8;
    top:0px;
    padding:5px;
    z-index: 10;
}

.select-header .select-btn-wrapper{
    display: flex;
}

.select-header .btn-select-all,
.select-header .btn-deselect-all,
.select-header .btn-done{
    background-color: #1F69AA;
    border-radius: 3px;
    padding:0px 10px;
    margin: 0 0.2rem;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.select-header .btn-select-all.active,
.select-header .btn-deselect-all.active{
    background-color: #f9d040;
    color:#000;
}

.select-header .icon{
	height: 20px;
	color:#fff;
}

.select-header .icon .remember{
	margin-top: 0px;
    margin-right: 15px;
}

.select-header .icon .remember .text{
    display: inline-block;
    color:#fff;
}

.select-header .icon .remember .checkmark{
	border: 1px solid rgba(255,255,255,0.2);
	background: none;
}
.select-header .icon .remember input:checked~.checkmark{
	background-color: #f9d040;
    border: 1px solid #f9d040;
    border-radius: 3px;
}

.select-header .icon .remember input:checked~.checkmark:after {
	left: 6px;
    top: 3px;
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.select-league .single-league {
    background: #ffffff;
    color: #0f4f8c;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 3px;
}

.select-league .single-league:last-child {
    margin-bottom: 0;
}

.select-league .single-league .remember {
    text-align: left;
    margin-top: 0;
}

.select-league .single-league .remember .checkmark {
    left: 0;
}

.select-league .single-league .remember .badge-league {
    color: #ff0000;
    font-weight: 700;
}

/*sub page pagination*/

.pagination{
    align-items: center;
}

/*.page-group .page-item.active .page-link{
    background-color: #032e69;
    border-color: transparent;
    color: #fff;
    border-radius: 100%;
    padding: 0.3rem;
    width: 25px;
    height: 25px;
}*/

.page-group .page-item.disabled .page-link{
    background: none;
    border:none;
    color: #9fb9e0;
    font-size: 16px;
}

.blink{
    animation: blink 1s infinite;
}

@keyframes blink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
}

.note-panel {
    padding: .5rem;
    margin: .5rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.btn-4d > a {
    background-color: #f9d040 !important;
    border:1px solid #b28705 !important;
    border-radius: 3px !important;
    color: #000000 !important;
    padding: 2px 2px 2px 2px !important;
}

.dropdown-item {
    list-style-type: none;
}

.content-center .test-drop {
  position: absolute;
  top: 114px;
  left: 0;
  z-index: 1000;
  background-color: #0d3a64;
  color: #fff;
}

.content-center .test-drop img {
    width: 22px;
}

.content-center .tab-content {
    position: relative;
    width: 100%;
    height: 100%;


    /* position: absolute;
    top: 100px;
    left: 0; */
}

.league-title {
    /* height: 1em !important;
	line-height: 1em !important;
    display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; */
    margin-right: 58px;
    white-space: nowrap;
    overflow: auto hidden;
    text-overflow: ellipsis;
}

.league-title.event {
    margin-right: 58px;
    white-space: normal;
    overflow: unset;
    text-overflow: unset;
    height: 36px;
    align-content: center;
}

.league-title-orz {
    height: auto !important;
    /* line-height: 1em !important; */
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-right: 58px;
    white-space: normal !important;
    overflow: auto hidden;
    text-overflow: ellipsis;
    margin: 0.2rem 1.5rem 0.2rem 0.2rem;
    font-weight: 500;
}

/*highlight*/

.highlight-content .card{
    border-radius: 0;
    border: none;
    margin-bottom: 0.5rem;
}

.highlight-content .league-name{
    font-size: 0.9rem;
    font-weight: bold;
    padding: 10px;

}

.highlight-content .league-logo{
    width: 30px;
    display: inline-block;
    margin-right: 5px;
}

.live-video img{
    width: 100%;
}

.highlight-content .match-info{
    background-color: #fff;
}

.highlight-content .match-info-score,
.highlight-content .match-info-date{
    background-color: #f7f7f7;
}

.btn-highlight{
    padding: 0.3rem;
    text-align: center;
    font-size: 0.8rem;
    background-color: #d8eafd;
    border-radius: 5px;
    margin: 0.5rem;
}

.game-list {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  
  .game-list .row .col {
    color: white;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    opacity: 0.9;
    margin: 15px 0;
  }
  
  .game-list .row .col:hover {
    cursor: pointer;
    opacity: 1.2;
  }
  
  .game-list .row .col img {}
  
  .game-list .row .col img:hover {
    box-shadow: rgba(255, 255, 255, 0.75) 0px 0px 15px 0px, black 0 0 3px 0;
  }
  
  .game-list .card {
    color: white;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
    overflow: hidden;
    opacity: 0.8;
    margin: 5px 0;
  }
  
  .game-list .card:hover {
    cursor: pointer;
    opacity: 1;
    box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 3px 0px, black 0 0 1px 0;
  }
  
  .game-list .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
  }
  
  .game-list .card-body img {
    width: 100%;
  }
  
  .game-list .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  
  @media screen and (max-width: 640px) {
    .game-list .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
    }
  }
  
  @media screen and (min-width: 640px) {
    .game-list .card-columns {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .game-list .card-columns {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5;
    }
  }
  
  @media screen and (min-width: 1366px) {
    .game-list .card-columns {
      -webkit-column-count: 6;
      -moz-column-count: 6;
      column-count: 6;
    }
  }
  
  @media screen and (min-width: 1600px) {
    .game-list .card-columns {
      -webkit-column-count: 7;
      -moz-column-count: 7;
      column-count: 7;
    }
  }
  
  @media screen and (min-width: 1920px) {
    .game-list .card-columns {
      -webkit-column-count: 8;
      -moz-column-count: 8;
      column-count: 8;
    }
  }
  
  
  .gbg1 {
    background: #000e2b;
    background: -moz-linear-gradient(top, #000e2b 0%, #004f20 100%);
    background: -webkit-linear-gradient(top, #000e2b 0%, #004f20 100%);
    background: linear-gradient(to bottom, #000e2b 0%, #004f20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000e2b', endColorstr='#004f20', GradientType=0);
  }
  
  .gbg2 {
    background: #052442;
    background: -moz-linear-gradient(top, #052442 0%, #3f304f 100%);
    background: -webkit-linear-gradient(top, #052442 0%, #3f304f 100%);
    background: linear-gradient(to bottom, #052442 0%, #3f304f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#052442', endColorstr='#3f304f', GradientType=0);
  }
  
  .game-list .btn-outline-primary {
    color: #c146a1;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, #08627e, #a80077) 1;
    border-radius: 0;
    box-shadow: 0 0 5px 1px #00000088;
    text-shadow: 0 0 3px #00000088;
    font-family: "Oswald";
    min-width: 120px;
  }
  
  .game-list .btn-outline-primary.active {
    color: #fcc8ee;
    background: #e06d7f;
    background: -moz-linear-gradient(top, #e06d7f 0%, #a849a3 100%);
    background: -webkit-linear-gradient(top, #e06d7f 0%, #a849a3 100%);
    background: linear-gradient(to bottom, #e06d7f 0%, #a849a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e06d7f', endColorstr='#a849a3', GradientType=0);
  }
  
  .game-list .btn-outline-primary:hover {
    color: #fcc8ee;
    background: #e06d7f;
    background: -moz-linear-gradient(top, #e06d7f 0%, #a849a3 100%);
    background: -webkit-linear-gradient(top, #e06d7f 0%, #a849a3 100%);
    background: linear-gradient(to bottom, #e06d7f 0%, #a849a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e06d7f', endColorstr='#a849a3', GradientType=0);
  }
  
  .game-list .col {
    max-width: 200px;
    text-align: center;
    vertical-align: middle;
  }
  
  .game-list .badge-left,
  .game-list .badge-right {
    position: absolute;
    width: 30%;
    height: auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }
  
  .game-list .badge-left {
    top: 0;
    left: 0;
  }
  
  .game-list .badge-right {
    top: 0;
    right: 0;
  }
  
  .game-list .badge-left img,
  .game-list .badge-right img {
    width: 100%;
    height: auto;
  }

  .round-alert {
    background: #092a4bee;
    color: #a5cae5;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* line-height: 35px; */
    border-collapse: collapse;
    border-radius: 3px;
    border-top: 1px solid #4f7eabcc;
    border-left: 1px solid #4f7eabcc;
    border-right: 1px solid #2f669bcc;
    border-bottom: 1px solid #2f669bcc;
    -webkit-box-shadow: 0 0 3px #00000088;
    box-shadow: 0 0 3px #00000088;
  }

  .feedback {
    height: 14px;
    width: 14px;
  }

  .early-dropdown-menu {
    top: 25px !important;
    min-width: 5rem !important;
  }

  .room-rules-modal .modal-content .modal-body iframe {
    width: calc(100% + 4px);
    height: 500px;
    margin-top: -2px;
    margin-left: -2px;
    border: 0;
  }

  .ads-modal {
    width: 100%;
    height: 100%;
    max-width: 852px !important;
    margin: 0;
  }
  
  .ads-modal .modal-content {
    width: 852px;
    height: 480px;
    /* border-radius: 0 !important; */
    box-shadow: none !important;    
  }
  
  .ads-modal .modal-content .modal-body {
    background: transparent !important;
  }
  
  .ads-modal .modal-content .modal-body iframe {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin-top: -2px;
    margin-left: -2px;
    border: 0;
  }
  
  .ads-modal .frame {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.5);
    border-radius: 0.3rem;
    overflow: hidden;
  }
  
  .ads-modal .reminder {
    position: absolute;
    /* left: -22px; */
    top: -20px;
    z-index: 1000;
    color: #ffffff88;
    font-family: "Lato";
    font-weight: 600;
    cursor: pointer;
    padding: 2px 0 3px 0;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid transparent;
    box-sizing: border-box;
  
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  
  .ads-modal .reminder:hover {
    text-shadow: 0 0 5px white;
    color: white;
  }
  
  .ads-modal .reminder:hover i {
    border: 2px solid #ffffff;
    background: #ff000088;
    color: #ffffff;
  }
  
  .ads-modal .reminder i {
    font-size: 18px;
    margin-right: 4px;
    background: #ff000022;
    line-height: 1;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-sizing: border-box;
    border: 2px solid #ffffff88;
    color: #ffffff88;
    padding-top: 0;
  }

  .jili-bg .game-list {
    background: #12083D url("/img/jili-bg.jpg")top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


/*eurocup special*/
#dd-euro .euro24-icon{
    width: 80px;
    margin: 0 auto;
    position: relative;
}

#dd-euro .euro24-icon img{
    width: 100%;
    position: absolute;
    top:-25px;
    transform: translateX(-50%);
}

#dd-euro .dropdown-menu{
    bottom: 90px !important;
    border-radius: 10px;
    padding: 5px;
    position: relative;
    overflow: visible;
    width: 150px;
    text-align: center;
}

#dd-euro .dropdown-menu:after{
    content: "";
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #2875B9;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

#dd-euro .dropdown-menu li a, 
#dd-euro .dropdown-menu li a:active{
    text-align: center;
    padding: 7px;
    border: none;
    border-radius: 10px;
}

#dd-euro .d-item{
    display: inline-block;
}

#dd-euro .d-item img{
    width: 100%;
    max-width: 45px;
}

/* #dd-euro .d-item:first-child{
    display: none;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}