body {
    font-family: 'Noto Sans', sans-serif;
}
a{
  text-decoration: none !important;
}
.btn:focus{
  outline: none;
  box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans', sans-serif;
}
/* modal-cp-screen */
.modal-cp-screen .border{border:none !important}
.modal-cp-screen .row .col-md-5{
    width: 100%;
}
.modal-cp-screen form{
    /* padding: 5px; */
}
.log-reg-ui .user_screen{
    padding-bottom: 0 !important;
}
/* modal-cp-screen */
.header {
/*    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #23292e;*/
}
.logo img{
  max-width: 150px;
  padding: 5px 0;
}
.home-new-header-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.home-new-header-bottom .navbar {
    flex: 1 !important;
    padding: 0;
}
.home-new-header-bottom button{
    min-width: 150px;
    background-color: #fdcf13;
    border-color: #fdcf13;
    color: var(--text-black);
    border-radius: 40px;
    height: 40px;
    text-transform: uppercase;
    font-family: 'tahomabd';
}
.home-new-header-bottom .download-apk {
    color: #fdcf13 !important;
    font-size: 13px;
    font-family: 'tahomabd';
}
.upcoming-fixure {
    flex: 1 1;
    display: flex;
    flex-wrap: wrap;
    background-color: #16191c;
    color: #aaafb5;
}
.upcoming-fixure .fixure-title {
    float: left;
    width: 100px;
    background-color: #272c33;
    text-align: center;
    font-weight: 700;
    height: 60px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    color: #aaafb5;
    font-size: 12px;
    padding: 8px 0 8px 10px;
    line-height: normal;
}
.upcoming-fixure .fixure-title:after {
    content: "";
    position: absolute;
    top: 0;
    width: 56px;
    height: 60px;
    border-top: 28px solid transparent;
    border-left: 28px solid #272c33;
    border-bottom: 28px solid transparent;
    right: -56px;
}
.upcoming-fixure .fixure-box-container {
    height: 56px;
    width: calc(100% - 125px);
    overflow: hidden;
    display: flex;
    align-items: center;
}
.upcoming-fixure .fixure-box-container marquee {
    width: 100%;
}
.upcoming-fixure .fixure-box-container .fixure-box {
    margin-right: 20px;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
}
.upcoming-fixure .fixure-box-container .fixure-box>div:last-child {
    font-size: 11px;
    margin-top: 3px;
}
.upcoming-fixure .fixure-box-container .icon-svg {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px 0 0;
    display: inline-block;
}
.carousel-control-next, .carousel-control-prev{
    width: auto !important;
    opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
    background: #16191c8a;
    color: #373a4d;
    height: 60px;
    width: 60px;
    font-size: 40px;
    font-weight: bolder;
    line-height: 55px;
    cursor: pointer;
}
.sport-list-title {
    color: #fdcf13;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #fdcf13;
    margin-left: 15px;
}
.casino-banners-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px;
}
.casino-banners-list .casino-banner-item {
    box-shadow: 0 0 10px #2b2366;
    margin-right: 10px;
    margin-left: 0;
    width: 13.5%;
}
.casino-banner-item.login-hover {
    position: relative;
}
.casino-banner-item {
    width: calc(16.66% - 8.4px);
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    animation: slide-down .5s ease-out;
    position: relative;
}
.casino-banner-item img {
    border-radius: 4px;
    width: 100%;
}
.casino-banner-item.login-hover div,
.oic .oic-item div{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    color: #fdcf13;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 1s;
}
.casino-banner-item.login-hover:hover div,
.oic .oic-item:hover div{
    opacity: 1;
}
.player-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #aaafb5;
    font-size: 13px;
    text-transform: capitalize;
}
.tw-section{
    display: flex;
    width: 100%;
}
.footer {
    margin-top: 16px;
    /*border-top: 1px solid #3c444b;*/
    /*padding: 24px;*/
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.footer h4{
    width: 100%;
    display: flex;
    background-image: linear-gradient(#2c8268,#16191c);
    padding: 10px;
    justify-content: center;
    color: #aaafb5;
    border-radius: 0;
    position: relative;
    flex-wrap: wrap;
    font-weight: bolder;
    font-size: 20px;
    font-family: 'tahomabd';
}
ul.fmenus {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.fmenus li {
    display: inline-block;
    margin: 0 16px;
    position: relative;
    padding: 0 8px;
}
ul.fmenus li a,
ul.fmenus li a:hover {
    color: #aaafb5 !important;
    font-size: 14px;
    transition: .5s;
    border-bottom: 1px solid #aaafb5;
    font-family: 'tahomabd';
}
ul.fmenus li:after {
    position: absolute;
    content: "";
    background-color: #aaafb5;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    top: 12px;
    right: -16px;
}
ul.fmenus li:last-child:after{
    display: none;
}
.footer .secure-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: normal;
    color: #aaafb5;
}
.footer .secure-logo img {
    max-height: 50px;
    max-width: 100px;
    margin-right: 10px;
}
.fsocial{
    text-align: right;
}
.fsocial a,
.fsocial a:hover{
    color: #aaafb5 !important;
    margin-left: 10px;
}
.copyrights{
    border-top: 1px dashed #aaafb5;
    color: #aaafb5;
    text-align: center;
    padding: 10px 0 24px 0;
    font-family: 'Tahoma';
}
.wrapper-login{
    background: #23292e;
}
/*modal*/
.log-reg-ui .modal-content{
    background: #3c444b;
}
.log-reg-ui form{
    padding: 25px;
}
.log-reg-ui .modal-body h2{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 26px;
    color: #aaafb5;
}
.log-reg-ui .close{
    color: #fff;
    box-shadow: none;
    margin-top: 5px;
    margin-right: 5px;
    text-shadow: none;
}
.log-reg-ui .modal-header{
    border:none;
    padding: 0;
}
.log-reg-ui form label{
    color: #aaafb5;
    font-size: 16px;
    margin-bottom: 2px;
}
.log-reg-ui form input{
    border: 1px solid #aaafb5 !important;
    color: #aaafb5 !important;
    transition: .8s;
    height:36px;
    background-color: transparent !important;
}
.log-reg-ui label.form-check-label {
    font-size: 13px !important;
}
.log-reg-ui .form-control:focus,
.log-reg-ui .form-control:hover {
    background-color: transparent !important;
    box-shadow: none;
    border:1px solid #aaafb5 !important;
}
.log-reg-ui label.form-check-label .text-success{
    color: #03b37f !important;
}
.close{
    opacity: 1;
}
.close img{
    width: 20px;
    right: 10px;
    position: absolute;
    top: 10px;
}
.btn-lr,
.btn-lr:hover{
    background: #03b37f;
    border:1px solid #03b37f;
    cursor: pointer;
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
}
/*modal*/

.oic{
    position: relative;
    width: 100%;
    display: inline-block;
}
.oic .oic-item{
    position: relative;
    width: 24%;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 5px;
}
.oic .oic-item img{
    border-radius: 5px;   
}

.oig{
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.oig .oig-item{
    background-color: #16191c;
    padding: 8px;
    position: relative;
    width: 24%;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 5px;
    transition: .8s;
}
.oig .oig-item img{
    width: 40px;
}
.oig .oig-item div{
    color: #aaafb5;
    text-transform: capitalize;
    font-size: 13px;
    font-family: 'tahomabd';
}
.oig .oig-item:hover{
    background: #3c444b;
}
@media (max-width: 767px) {
    .oic .oic-item{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    ul.fmenus li a{
        font-size: 12px;
    }
    ul.fmenus li:after{
        display: none;
    }
    ul.fmenus{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.fmenus li{
        width: 50%;
        margin: 0;
    }
    .footer .secure-logo{
        display: flex;
        flex-wrap: inherit;
        font-size: 12px;
    }
    .footer .secure-logo div.ml-2{
        margin-left: 0 !important;
    }
    .fsocial{
        text-align: center;
    }
    .copyrights{
        font-size: 12px;
    }
    .home-new-header-bottom button{
        min-width: 100px;
    }
    .casino-banners-list .casino-banner-item{
        width: 47%;
    }
    .casino-banners-list{
        justify-content: center;
    }
    .home-new-header-bottom .download-apk{
        position: fixed;
        bottom: 10px;
        right: 20px;
        background: #23292e;
        padding: 10px;
        border-radius: 5px;
        font-size: 15px;
        font-family: 'tahomabd';
    }
}