@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body,
div,
b,
a,
span,
p,
::placeholder,
input,
button{
    font-family: 'Poppins', sans-serif;
}
.lognbody, html{
    padding: 0 !important;
}
.login-header{
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
    /* padding-top: 5px;
    padding-bottom: 5px; */
/*    background-color: #001F3F;*/
}
.login-header img{
    width: 100px;
}
.loginpopup .modal-content {
    background: var(--theme-primary);
    border: none;
}
.loginpopup .form-check-label{
    color: var(--font-color);
    font-weight: 400 !important;
}
.loginpopup.modal-dialog div a {
    color: #fff;
}
.btn-login{
    background: #FFC007 !important;
    color: #000 !important;
    font-weight: 500;
    text-transform: capitalize;
    float: right;
    font-size: 15px !important;
    padding: 10px;
}
.loginform_modal img{
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.loginform_modal label{
    font-weight: 700;
    color: var(--font-color);
}
.loginform_modal input{
    min-height: 38px;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.loginform_modal .btn-login{
    float: none;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-apk{
    background: #28a745 linear-gradient(180deg,#48b461,#28a745) repeat-x!important;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
}
.btn-apk:hover{
    color: #fff;
}
.eyeonoff {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--theme-secondary);
    height: 100%;
    width: 44px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #000;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}
.eyeonoff:hover{
    color: #fff;
}
.casinoBg{
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--theme-primary);
}
.casinoBg .col-md-4{
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
}
.casinoBg h1{
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    color: var(--font-color);
}
.casinoBg h1:after{
    content: '';
    background: var(--theme-secondary);
    height: 2px;
    width: 100px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.casinoBg h1 b{
    text-transform: uppercase;
}
.casinoBg .row .col-md-2 {
    padding: 0 2px;
    margin-bottom: 4px;
}
.casinoBg .row .col-md-2 a {
    background: var(--theme-secondary);
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.cg_rows .col-md-2.col-6{
    width: 12.5%;
    max-width: 12.5%;
}
.sportsBg{
    background: var(--theme-primary);
    padding-top: 40px;
    padding-bottom: 40px;
}
.sportsBg h1{
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: var(--font-color);
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}
.sportsBg h1:after{
    content: '';
    background: var(--theme-secondary);
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.sportsBg h2{    
    line-height: 2;
    background: var(--theme-secondary);
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.sportsBg .row .col-md-3 {
    padding: 0 2px;
    margin-bottom: 5px;
}
.sbDiv{
    position: relative;
    padding: 0;
}
.sbDiv img{
    width: 100%;
}
.betopen{
    position: absolute;
    top: 3px;
    right: 5px;
    background: forestgreen;
    padding: 4px 8px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
    animation: betopen 3s linear infinite;
}
@keyframes betopen {
0% {
    transform: scale(1)
}
50% {
    transform: scale(1.1)
}
to {
    transform: scale(1)
}
}
.highlightNew{
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
}
.highlightNew em{
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    z-index: 1;
}
.highlightNew:before{
  background: forestgreen;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  animation: highlightNew 2s linear infinite;
}
@keyframes highlightNew{
  to{
    width: 100%;
  }
}
.new_launch {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 10px;
    white-space: break-spaces;
    width: auto;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-weight: 900;
    -webkit-animation: new_launch 3s linear infinite;
    animation: new_launch 3s linear infinite;
    padding: 4px 6px;
}
@keyframes new_launch {
0% {
    background: green;
    transform: scale(1)
}
50% {
    background: #003ea6;
    transform: scale(1.1)
}
to {
    background: #a60003;
    transform: scale(1.2)
}
}
.footerPage{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #101010;
    text-align: center;
}
.footerPage img{
    margin: 0 auto;
}
.footerPage p{
    margin-top: 10px !important;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-transform: capitalize;
    color: #ddd;
}
.footerPage h5 span{
    border-bottom: solid 1px;
    color: var(--theme-secondary);
    text-transform: uppercase;
    font-weight: bolder;
}
@media (max-width: 767px){
    .loginform_modal .btn-login,
    .btn-apk{
        padding: 10px;
        line-height: normal;
        font-size: 14px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .cg_rows .col-md-2.col-6{
        width: 50%;
        max-width: 50%;
    }
    .loginform_modal .btn-login i, .btn-apk i{
        margin-right: 5px;
    }
    .casinoBg .row .col-md-4:nth-child(odd){
        padding-left: 15px;
    }
    .casinoBg .row .col-md-4:nth-child(even){
        padding-right: 15px;
    }
    .sportsBg .row,
    .casinoBg .row{
        margin: 0;
    }
    .casinoBg .row .col-md-2{
        margin-bottom: 10px;
    }
    .container{
        padding: 0;
    }
    .sportsBg,
    .casinoBg{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sportsBg h1,
    .casinoBg h1{
        font-size: 20px;
    }
    .sportsBg h1:after,
    .casinoBg h1:after{
        margin-bottom: -10px;
    }
}
@media (max-width: 360px){
    .loginform_modal .btn-login, .btn-apk{
        padding: 7px 2px;
        font-size: 12px !important;
    }
}

.login-slider .carousel-inner,
.login-slider .carousel-item{
    background: var(--theme-primary);
}