#loader:after,#loader:before {
    content: "";
    position: absolute
}

.app-color-title,.auth-heading {
    color: #7a0025
}

.mobile-nav,.preloader {
    position: fixed;
    left: 0;
    display: flex
}

.login-bg {
    background: url(../img/crazy-bg.jpg) 0 0/cover;
    height: 100vh
}

.top-welcome h4 {
    color: #fff;
    font-weight: 700;
    font-size: 34px
}

.font-bold,.resBottom p {
    font-weight: 700!important
}

.bg-transparent {
    background-color: rgba(0,0,0,0)!important
}

.app-brand.auth-logo img,.play-button img {
    width: 100%
}

.app-brand.auth-logo {
    width: 150px;
    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
}

.auth-heading {
    font-size: 19px;
    text-align: center
}

.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: #233446!important;
    border: .5px solid #6a0028!important
}

.wallettrans .wallet-amount.gradient-btn {
    padding: 10px 0;
    margin: 0 auto
}

.menu .app-brand.demo,.top-margin {
    margin-top: 0!important
}

.wallet-img,.wallettrans img {
    width: 27px;
    border-radius: 50%
}

.wallettrans .card {
    border: 1px solid;
    height: 82px
}

.payment-method img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.gradient-btn {
    /* background:url(/assets/img/other-bg.jpg) 0 0/cover; */
    border: 0!important
}

.dark-bg-color,.green-bg-color {
    background: #a83240!important
}

.dark-color {
    color: #295489!important
}

.gameIcons img {
    width: 28px!important
}

.light-bg-color {
    background: #a2c7c0!important
}

.yellow-bg-color {
    background: #efb875!important
}

.border-input {
    border-radius: 0 25px 25px 0
}

.header-icon img {
    width: 28px
}

.color-dark {
    color: #000
}

.border-icon {
    border-radius: 25px 0 0 25px!important
}

.game-title {
    color: #000;
    font-size: 18px;
    font-weight: 700
}

span.wallet-amount {
    font-size: 17px!important
}

.app-title {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

.text-close,.text-open {
    font-size: 10px;
    font-weight: 800;
    outline: 0;
    text-transform: uppercase
}

.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%;
    padding: 6px
}

.app-brand-demo {
    background: #0d174c!important;
    height: 100%;
    margin: 0!important
}

.app-brand-logo.demo {
    width: 72px
}

.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: 60px;
    overflow: hidden;
    margin-left: -5px
}

#preloader,.preloader {
    top: 0;
    width: 100%;
    z-index: 9999
}

.games .game-result {
    font-size: 13px;
    font-weight: 700;
    margin: 0!important;
    color: #ec0909
}

.bottom-margin {
    margin-bottom: 0!important
}

.main-font-color {
    color: #1a196a!important
}

.layout-navbar .navbar-nav-right {
    flex-basis: auto!important
}

.text-close {
    background: linear-gradient(80deg,#ee5d3e 0,#000 50%,#ee5d3e 100%);
    background-size: 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 10s linear infinite animate
}

@keyframes animate {
    to {
        background-position: 400%
    }
}

.text-open {
    color: #24bd0f
}

.menu .app-brand.demo {
    height: 76px!important;
    background-color: #ff7a00!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
}

.resBottom p,.wallet-text {
    font-size: 12px
}

.bottom-time,.dark-text-colr,.resBottom p {
    color: #000!important
}

.form-check-input:checked,.form-check-input[type=checkbox]:indeterminate {
    background-color: #7d0430!important;
    border-color: #ffc107!important;
    box-shadow: 0 2px 4px 0 rgb(130 4 50)!important
}

.shake {
    animation: .2s shake
}

@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: .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: #ffeb3b;
    padding-block:3px}

.resBottom .col-4 {
    padding: 0
}

.resBottom p {
    padding-block:5px}

.chartDetails .daydate {
    border-bottom: .5px solid #00a0dd
}

.seven-cols .col-lg-1,.seven-cols .col-md-1,.seven-cols .col-sm-1 {
    width: 14.285714285714285714285714285714%
}

.menu-item img {
    width: 25px!important
}

.preloader {
    align-items: center;
    background: #0dd1c1;
    height: 100vh;
    justify-content: center;
    transition: opacity .3s linear
}

.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: #5f0f40!important;
    border-radius: 50%
}

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

.bottom-time {
    font-size: 14px!important;
    font-weight: 600!important
}

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

.form-check-input {
    border: 1px solid #6a0028!important
}

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

.bid-btn-custom {
    background: #710000!important
}

.y-bg-cus {
    background: #db8217!important
}

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

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

.navbar-detached {
    box-shadow: none
}

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

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

.query-txts {
    color: #fff!important;
    font-weight: 600;
    font-size: 17px
}

.marqText {
    color: #000;
    font-weight: 600;
    background: #fff
}

.open-cls-time {
    background: #5f0f4021;
    color: #000!important;
    border-radius: 6px;
    padding-block:3px}

.betting-status-txt {
    color: #1f430c!important
}

.h-dark-bg {
    background: #000!important
}

.form-cards {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

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

.app-brand-link {
    border-radius: 10px;
    overflow: hidden
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
    color: #9c27b0;
    background-color: rgb(156 39 176 / 8%)!important
}

.bg-menu-theme .menu-inner>.menu-item.active:before {
    background: #9c27b0
}

.mobile-nav {
    bottom: 0;
    right: 0;
    background-color: #ff7a00;
    border-top: .5px solid #ffffff91;
    box-shadow: 0 -2px 8px rgba(0,0,0,.1);
    justify-content: space-around;
    padding-top: 12px!important
}

.mobile-nav .nav-item {
    text-align: center;
    flex: 1
}

.mobile-nav .nav-link {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    padding: 0!important;
    transition: .3s ease-in-out
}

.mobile-nav .nav-link:hover {
    color: #007bff
}

.mobile-nav .nav-link.active {
    color: #000;
    font-weight: 700
}

.mobile-nav .nav-link.active .icon-wrapper {
    background-color: #fff;
    padding-inline:15px;padding-block:10px;padding-top: 7px;
    border-radius: 50px;
    box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
    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: #fff!important;
    font-size: 14px
}

#preloader {
    position: fixed;
    left: 0;
    height: 100%;
    background: #fff
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370db;
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin
}

#loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ba55d3;
    -webkit-animation: 3s linear infinite spin;
    animation: 3s linear infinite spin
}

#loader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f0f;
    -webkit-animation: 1.5s linear infinite spin;
    animation: 1.5s linear infinite spin
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.submit-bid-btn{
    background: #333 !important;
}