.login-bg {
    background: url(../img/login-bg.jpg);
    background-size: cover;
    height: 100vh;
}
.top-welcome h4 {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
}
.bg-transparent{
    background-color: rgba(0, 0, 0, 0.0) !important;
}
.app-brand.auth-logo img {
    width: 100%;
}

.app-brand.auth-logo {
    width: 150px;
    /*height: 120px;*/
    background-size: cover !important;
    margin: 0 auto;
}

.app-brand.auth-logo.register {
    width: 97px;
    height: 62px;
    margin-bottom: 19px !important;
    background-size: cover !important;
    margin: 0 auto;
}
.font-bold{
    font-weight: bold !important;
}
.auth-heading {
    font-size: 19px;
    text-align: center;
    color: #7a0025;
}
.app-color-title{
    color: #7a0025;
}
.input-group.top-margin input{
    border-bottom: 1px solid !important;
    border-radius: 0 !important;
}
.input-group.top-margin input:focus{
    box-shadow: none !important;
}
.payment-method .form-check{
    position: relative;
    width: 50%;
    height: 60px;
    background: #d5d5d5 !important;
    border: 0.5px solid #034f00 !important;
}
.wallettrans .wallet-amount.gradient-btn {
    /* width: 120px; */
    padding: 10px 0;
    margin: 0 auto;
}
.wallettrans img {
    width: 27px;
    border-radius: 50%;
}
.wallettrans .card {
    border: 1px solid;
    height: 82px;
}
.payment-method img {
   width: 100%; height: 100%; object-fit: contain;
}
.form-check.gradient-btn.py-2 .form-check-input {
/*    margin-left: -10px !important;*/
}
.gradient-btn{
     background: url(/assets/img/other-bg.jpg); 
    /*background-image: linear-gradient(#b30f21, #6a0028) !important;*/
    /*background-size:cover ;*/
    background: #035700 !important;
    border: 0 !important;
    /* height: 100vh; */
}
.dark-bg-color{
    background: #058f00 !important;
}
.dark-color{
    color:#295489 !important;
}
.gameIcons img{
    width: 28px !important;
}
.light-bg-color{
    background: #a2c7c0 !important;
}
.yellow-bg-color{
    background: #efb875 !important;
}
.green-bg-color{
    background: #26912a21 !important;
    border: 1px solid #058f008f;
}
.border-input {
    border-radius: 0px 25px 25px 0;
}
.header-icon img{
    width: 28px;
}
.font-bold{
    font-weight: bold !important;
}
.color-dark{
    color: #000;
}
.border-icon {
    border-radius: 25px 0px 0px 25px !important;
}
.game-title{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
span.wallet-amount {
    font-size: 17px !important;
}
.app-title {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.navbar.navbar-fixed-bottom  {
    position: fixed !important;
    bottom: 0 !important;
}
.navbar.navbar-fixed-bottom a {
    width: 92px;
    text-align: center;
}
.app-brand-logo.demo img {
    width: 100%;
    /* border: 1px solid; */
    /* border-radius: 50%; */
    padding: 6px;
}
.app-brand-demo{
    background: #0d174c !important;
    height: 100%;
    margin: 0 !important;
}
.app-brand-logo.demo {
    width: 72px;
}
/* .menu-inner .menu-item .menu-link {
    font-weight: bold !important;
} */
.menu-item a div {
    margin-left: 19px;
}
.menu-vertical .app-brand{
    padding-left: 0 !important;
}
.profile-details.text-white h4 {
    margin-bottom: 0;
    color: #fff;
}
.menu-vertical .menu-inner > .menu-item .menu-link {
    color: #000;
    margin: 0 !important;
}
.menu-inner {
    justify-content: center !important;
    display: block !important;
}
.custom-col{
    height: fit-content !important;
}
.play-button {
    width: 45px;
    overflow: hidden;
    margin-left: -5px;
}
.play-button img {
    width: 100%;
}
.games .game-result {
    font-size: 13px;
    font-weight: bold;
    margin: 0 !important;
    color:#ec0909;
}
.bottom-time {
    font-size: 12px;
}
.top-margin{
    margin-top: 0 !important;
}
.bottom-margin{
    margin-bottom: 0 !important;
}
.main-font-color{
    color: #1a196a !important;
}
.layout-navbar .navbar-nav-right {
    flex-basis: auto !important;
}


.text-close{
    font-size: 10px;
    font-weight: 800;
    outline: none;
    text-transform: uppercase;
    background: linear-gradient(80deg, #ee5d3e 0%, #000000 50%, #ee5d3e 100%);
    background-size: 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate 10s linear infinite;
  }
  @keyframes animate {
    to{
      background-position: 400%;
    }
  }

.text-open{
    font-size: 10px;
    font-weight: 800;
    outline: none;
    text-transform: uppercase;
    color: #24bd0f;
}
.menu .app-brand.demo {
    height: 76px !important;
    margin-top: 0 !important;
    background-color: #058f00 !important;
}
.app-brand.demo.bg-dark a{
    margin: 0 auto !important;
}
.payment-method label.form-check-label {
    margin-left: 33px;
}

.wallet-card{
    padding: 12px 0 !important;
}
.wallet-bx-icons {
    font-size: 27px !important;
    color: #000;
}
.wallet-img{
    width: 27px;
    border-radius: 50%;
}
.wallet-text{
    font-size: 12px;
}


.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
    background-color: #034f00 !important;
    border-color: #009688 !important;
    box-shadow: 0 2px 4px 0 rgb(0 77 3) !important;
}
.shake{
    /* background-color: red; */
    animation: shake .2s;
}
@keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }

  .chartDetails .charts.col-md-1 {
    border: 0.5px solid #00a0dd !important;
    background: #fff;
    padding: 0 !important;
    text-align: center !important;
}
.chartDetails .charts .daydate {
   font-size: 11px;
   color: #000 !important;
   font-weight: 600;
   background: #b4f5b7;
   padding-block: 3px;
}
.resBottom .col-4 {
    padding: 0;
}
.resBottom p {
    font-size: 12px;
    color: #000 !important;
    font-weight: 700 !important;
    padding-block: 5px;
}
.chartDetails .daydate {
    border-bottom: 0.5px solid #00a0dd;
}
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
    width: 24.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
}
.menu-item img {
    width: 25px !important;
}
.preloader {
    align-items: center;
    background: rgb(13, 209, 193);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 9999;
  }
  .input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
    border-color: #efb875 !important;
}

.gamePlayIcons img{
    width: 149px;
}

.h-buttons-bg{
    width: 40%;
}

.app-brand.demo.bg-dark a i{
   background-color: #00450b !important;
   border-radius: 50%;
}

.right-box-imgs{
    width: 30px !important;
    border-radius: 50% !important;
}

.bottom-time{
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.online-payment-box{
    width: 110px;
    height: 40px;
    padding: 9px;
    background: #fff;
    border-radius: 7px;
}

.form-check-input{
  border: 1px solid #034f00 !important;
}

.bid-card-details{
    border: 1px solid #000;
    border-radius: 10px;
    padding-inline: 12px !important;
}

.dark-text-colr{
    color: #000 !important;
}

.y-bg-cus{
  background: #50b5541a !important;
  border: 1px solid #058f00;
}

.btn-info-cus{
  color: #000;
  background-color: #e2e2e2;
}

.sidebar-border-bt{
    border-bottom: 0.5px solid #d9dee3;
}

.navbar-detached{
    box-shadow: none;
   
}

.layout-navbar.navbar-detached{
     border-radius: 0px !important;
}

.pqz-btn{
    padding-inline: 0px !important;
    padding-block: 8px !important;
    line-height: 1.3 !important;
}

.query-txts{
    color: rgb(0 0 0) !important;
    font-weight: 600;
    font-size: 17px;
}

.marqText{
    color: #ff0000;
    font-weight: 600;
    background: #26912a21;
}

 .mobile-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #058f00;
            border-top: 0.5px solid #ffffff91;
            box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
            display: flex;
            justify-content: space-around;
            padding-top: 12px !important;!i;!;
            z-index: 1000;
        }
        .mobile-nav .nav-item {
            text-align: center;
            flex: 1;
        }
        .mobile-nav .nav-link {
            color: #ffffff;
            font-size: 12px;
            font-weight: 400;
            line-height: 25px;
            padding: 0px !important;
            transition: all 0.3s ease-in-out;
        }
        .mobile-nav .nav-link:hover {
            color: #007bff;
        }
        .mobile-nav .nav-link.active {
            color: #000;
            font-weight: bold;
        }
        
.mobile-nav .nav-link.active .icon-wrapper {
    background-color: #ffffff;
    padding-inline: 15px;
    padding-block: 10px;
    padding-top: 7px;
    border-radius: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 40px;
    height: 40px;
    font-size: 17px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
        
.icon-wrapper {
   font-size: 16px;
 }        
        
.mobile-nav .nav-link span{
    color: #ffffff !important;
    font-size: 14px;
 }

.bg-menu-theme .menu-inner > .menu-item.active:before{
    background: #00450b !important;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link{
    color: #00450b;
    background-color: rgb(76 175 80 / 15%) !important;
}

.cus-inpt-group{
    border: 1px solid #00000085; border-radius: 20px
}

.app-brand-link{
    background: #035701;
    border-radius: 50%;
    padding: 1.3rem;
    overflow: hidden;
}

.log-reg-forms{
    margin-top: 2rem !important;
    margin-right: 0.5rem;
    height: 58%;
    border-radius: 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.profile-details H4{
    text-transform: capitalize;
}

