.fontJosefin {
    font-family: "Josefin Sans", sans-serif;
}

.main-banner-container {
    padding-top: 15px;
    /*margin: 10px auto;*/
}

.main-banner-container img {
    cursor: pointer;
    border-radius: 16px;
    border: 2px solid rgba(255, 200, 39, 0.65);
}

.copyright {
    font-size: 12px;
}

.footer-protected {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
    height: 40px;
}

.footer-protected img {
    height: 30px;
    width: auto;
}

.woot--bubble-holder {
    height: 0px;
}

.header-bottom {
  padding: 10px 0;
}

.inner-banner {
    padding: 20px 0 20px;
    position: relative;
}

.padding-top {
    padding-top: 30px;
}

.btn-sm {
    padding: 6px 12px;
}

.btn--battle {
    color: #9d9d9d;
}

.btn--red {
    background: #a20101;
}

.btn--blue {
    background: #0000b9;
}

.btn--battle.active {
    color: white !important;
}

.text-success-fresh {
    color: #01ad01 !important;
    font-size: 18px;
    font-weight: bold;
}

.text-danger-fresh {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.text-danger-fresh-withdraw {
    font-size: 17px;
    line-height: 140%;
    color: red;
    font-family: "Tahoma", sans-serif;
}


.logo-link {
    display: flex;
    gap: 20px;
    align-items: center;

    font-size: 24px;
    text-transform: capitalize;

    color: #fff;
    font-family: "Josefin Sans", sans-serif;
}

.highlighter-rouge {
    font-size: 22px;
}

.privacy-policy-content h5 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.dashboard-user {
    padding-bottom: unset;
    padding-top: unset;
}

#more-game {
    min-height: 360px;
}

.nav-tabs .nav-link.active {
    color: #ff9c19;
    border-radius: 6px;
    background-color: unset;
}

.nav-tabs-line {
    margin: 0;
    margin-bottom: 20px;
    border-bottom: unset;
}

.nav-tabs-line.nav-tabs-vr {
    border-bottom: none
}

.nav-tabs-line .nav-item {
    padding: 0 12px 0 0;
    margin-bottom: 0
}

.nav-tabs-line .nav-item:last-child {
    padding: 0
}

.nav-tabs-line .nav-link {
    border: none;
    padding: 12px 6px;
    letter-spacing: 0.02em;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    position: relative
}

.nav-tabs-line .nav-link:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    width: 0;
    height: 2px;
    background: #ff9c19;
    transition: all .4s
}

.nav-tabs-line .nav-link.active {
    cursor: default;
    color: #ff9c19;
}

.nav-tabs-line .nav-link.active:after {
    width: 100%
}

.circle-online {
    width: 8px;
    height: 8px;
    background: linear-gradient(to right, #0ACB90, #2BDE6D);
    border-radius: 100%;
}

.pulse-online {
    animation: pulse 11s infinite;
    animation-duration: 4s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 203, 144, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(10, 203, 144, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 203, 144, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(10, 203, 144, 0.6);
        box-shadow: 0 0 0 0 rgba(10, 203, 144, 0.5);
    }
    70% {
        transform: rotateY(0deg);
        -moz-box-shadow: 0 0 0 9px rgba(10, 203, 144, 0);
        box-shadow: 0 0 0 9px rgba(10, 203, 144, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(10, 203, 144, 0);
        box-shadow: 0 0 0 0 rgba(10, 203, 144, 0);
    }
}

.badge {
    padding: 3px 9px;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    color: #fff;
    border: 1px;
    min-width: 60px
}

.badge-sq {
    height: 19px;
    width: 19px;
    min-width: 0;
    padding: 6px 0
}

.badge-sm {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    min-width: 90px
}

.badge-md {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    min-width: 90px
}

.badge-md.badge-sq {
    height: 30px;
    width: 30px;
    min-width: 0;
    padding: 6px 0
}

.badge-lg {
    padding: 6px 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    min-width: 120px
}

.badge-xl {
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    min-width: 120px
}

.badge-block {
    width: 100%
}

.badge-auto {
    min-width: 0
}

.badge-circle {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 5px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.badge-circle.badge-sm {
    height: 20px;
    width: 20px;
    font-size: 11px;
    line-height: 12px
}

.badge.badge-dim {
    color: #495463
}

.badge-primary {
    background: #2c80ff;
    border-color: #2c80ff
}

.badge-primary.badge-dim {
    background: #dfebff;
    border-color: #accdff
}

.badge-light {
    background: #758698;
    border-color: #758698;
    color: #fff
}

.badge-light.badge-dim {
    cursor: pointer;
    background: #e9eff9;
    border-color: #e9eff9;
}

.badge-lighter {
    color: #495463;
    background: #e6effb;
    border-color: #e6effb
}

.badge-lighter.badge-dim {
    color: #495463;
    border-color: #a4c5f0
}

.badge-dark {
    color: #fff;
    background: #495463;
    border-color: #495463
}

.badge-dark.badge-dim {
    background: #dee2e7;
    border-color: #b2bac6
}

.badge-secondary {
    box-shadow: 0 5px 23px 0 rgba(36, 53, 151, 0.27);
    background: #253992;
    border-color: #253992
}

.badge-secondary.badge-dim {
    background: #dadff6;
    border-color: #b1bceb
}

.badge-success {
    box-shadow: 0 5px 23px 0 rgba(0, 215, 126, 0.27);
    background: #00d285;
    border-color: #00d285
}

.badge-success.badge-dim {
    background: #c8ffeb;
    border-color: #53ffc0
}

.badge-info {
    background: #1babfe;
    border-color: #1babfe
}

.badge-info.badge-dim {
    background: #f0faff;
    border-color: #cdecff
}

.badge-warning {
    box-shadow: 0 5px 23px 0 rgba(255, 192, 0, 0.27);
    background: #ffc100;
    border-color: #ffc100
}

.badge-warning.badge-dim {
    background: #fff5d6;
    border-color: #ffe080
}

.badge-danger {
    background: #ff6868;
    border-color: #ff6868
}

.badge-danger.badge-dim {
    background: #ffe8e8;
    border-color: #ffb5b5
}

.badge-purple {
    background: #bc69fb;
    border-color: #bc69fb
}

.badge-purple.badge-dim {
    background: #fff;
    border-color: #fff
}

.badge-disabled {
    color: #495463;
    background: #d2dde9;
    border-color: #d2dde9
}

.badge-disabled.badge-dim {
    color: #5f6d80;
    background: #f4f7fa;
    border-color: #e3eaf1
}

.badge-outline {
    background: none;
    color: #495463
}


#controlBet input {
    width: 100%;
}

.payment-details {
    display: none;
    min-height: 300px;

    color: black;
    font-size: 15px;
}

.payment-details.active {
    display: block;
}

.withdraw-details {
    display: none;
    min-height: 180px;

    color: black;
    font-size: 15px;
}

.withdraw-details.active {
    display: block;
}

.cg_graph_block {
    width: 300px;
    position: relative;
    margin: 40px auto;
    text-align: center;
}

.cursor {
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
}

.no-copy {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.counter {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    /* box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.08); */
    font-weight: 300;
    align-items: center;
    justify-content: center;
}
.counter {
    height: 100%;
    font-size: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: bold;
    display: flex;
    width: 100%;
}
.blue {
    color:#5dc0ff;
}
.red {
    color:#ff7365;
}

.status-icon {
    position: relative;
    height: 90px;
    width: 90px;
    /*background: #fff;*/
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 20px;
    border: 2px solid #b1becc
}

.status-icon > i {
    color: #fff;
    font-size: 36px;
    line-height: 86px
}

.status-text {
    display: block;
    font-size: 1.29em;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.01em;
    padding-bottom: 13px
}

.status-text.large {
    font-size: 1.314em
}


.input-note {
    font-size: 12px;
    line-height: 1.5em;
    color: #758698;
    font-weight: 400;
    display: block;
    padding: 8px 0 0;
}


.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade.in {
    background: #00000090;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    word-wrap: break-word;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}
@media (min-width: 992px) {
    .modal-dialog-lg {
        min-width: 880px
    }
}

.modal-dialog {
    margin: 35px 16px;
    min-width: 280px
}

.modal-dialog-bottom {
    display: flex;
    align-items: flex-end;
    min-height: calc(100% - (.5rem * 2))
}

.modal.fade .modal-dialog-bottom {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%)
}

.modal.show .modal-dialog-bottom {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-content {
    position: relative;
    border-radius: 8px;
    padding: 6px 0;
    box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.2);
    border: 0
}

.modal-close {
    position: absolute;
    top: -14px;
    right: -14px;
    display: inline-block
}

.modal-close .las {
    cursor: pointer;
    font-size: 13px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #495463;
    text-shadow: none;
    display: block;
    transition: all .4s;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3)
}

.modal .more-tigger {
    width: 32px;
    height: 32px
}

.modal .more-tigger .las {
    line-height: 32px
}

.modal-backdrop {
    background: #090d1c
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 35px auto
    }

    .modal-dialog-sm {
        min-width: 500px
    }

    .modal-dialog-md {
        min-width: 90%
    }

    .modal-dialog-lg {
        min-width: 540px
    }

    .modal-dialog-bottom {
        min-height: calc(100% - (1.75rem * 2))
    }
}

@media (min-width: 768px) {
    .modal-dialog-md {
        min-width: 620px
    }

    .modal-dialog-lg {
        min-width: 740px
    }

    .modal-close {
        top: -22px;
        right: -22px
    }

    .modal-close .las {

        font-size: 20px;
        height: 44px;
        width: 44px;
        line-height: 44px
    }
}

.popup-header {
    padding: 10px 18px 25px;
    border-bottom: 1px solid #e6effb
}

.popup-body {
    padding: 10px 20px 12px
}

.popup-body-innr {
    padding-left: 18px;
    padding-right: 18px
}

.popup-body-full {
    padding-left: 0;
    padding-right: 0
}

.popup-body-lg {
    padding: 14px 18px 7px
}

.popup-body p {
    font-weight: 400
}

.popup-body .lead strong {
    color: #1c65c9
}

.popup-title {
    color: #253992;
    font-weight: 500;
    padding-right: 40px;
    margin-bottom: 8px;
    font-size: 1.3em
}

.popup-title .las {
    font-size: 70%;
    color: #6e81a9
}

.popup-title small {
    color: #758698
}

.popup-title-action {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 2px;
    transform: translateY(-50%)
}

.popup-subtitle {
    text-transform: uppercase;
    font-weight: 500;
    color: #6e81a9;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    font-size: 12px;
    margin-bottom: 10px
}

.popup-subtitle-s2 {
    color: #495463;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500
}

.popup-footer {
    padding: 15px 18px 0
}

@media (min-width: 480px) {
    .popup-title-action {
        margin-top: 0
    }

    .popup-header {
        padding: 30px 42px 25px
    }

    .popup-body {
        padding: 30px 50px 35px
    }

    .popup-body-innr {
        padding-left: 42px;
        padding-right: 42px
    }

    .popup-body-lg {
        padding: 30px 40px
    }

    .popup-footer {
        padding: 30px 42px
    }
}

.input-checkbox,
.input-radio {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px
}

.input-checkbox ~ label:not(.error),
.input-radio ~ label:not(.error) {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0;
    /*color: #495463;*/
    padding-left: 42px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    display: block
}

.input-checkbox ~ label:not(.error):before,
.input-checkbox ~ label:not(.error):after,
.input-radio ~ label:not(.error):before,
.input-radio ~ label:not(.error):after {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    transition: all .4s
}

.input-checkbox ~ label:not(.error):before,
.input-radio ~ label:not(.error):before {
    content: '';
    border: 2px solid #d2dde9
}

.input-checkbox ~ label:not(.error):after,
.input-radio ~ label:not(.error):after {
    line-height: 30px;
    text-align: center;
    font-family: 'Line Awesome Free';
    content: '\f00c';
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    background: #2c80ff;
    opacity: 0
}

.input-checkbox:disabled ~ label:not(.error),
.input-radio:disabled ~ label:not(.error) {
    opacity: .5
}

.input-checkbox:checked ~ label:not(.error):after,
.input-radio:checked ~ label:not(.error):after {
    opacity: 1
}

.dashboard__card {
    padding: 14px !important;
}

.dashboard__card .view-btn {
    margin-top: 4px;
}

#userBalance {
    color: white;
    font-size: 50px;
    font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
}

#userBalance .odometer-value {

}


@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }
    .col-md-1 {
        width: 8.33333%; }
    .col-md-2 {
        width: 16.66667%; }
    .col-md-3 {
        width: 25%; }
    .col-md-4 {
        width: 33.33333%; }
    .col-md-5 {
        width: 41.66667%; }
    .col-md-6 {
        width: 50%; }
    .col-md-7 {
        width: 58.33333%; }
    .col-md-8 {
        width: 66.66667%; }
    .col-md-9 {
        width: 75%; }
    .col-md-10 {
        width: 83.33333%; }
    .col-md-11 {
        width: 91.66667%; }
    .col-md-12 {
        width: 100%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-pull-1 {
        right: 8.33333%; }
    .col-md-pull-2 {
        right: 16.66667%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-4 {
        right: 33.33333%; }
    .col-md-pull-5 {
        right: 41.66667%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-7 {
        right: 58.33333%; }
    .col-md-pull-8 {
        right: 66.66667%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-10 {
        right: 83.33333%; }
    .col-md-pull-11 {
        right: 91.66667%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-push-1 {
        left: 8.33333%; }
    .col-md-push-2 {
        left: 16.66667%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-4 {
        left: 33.33333%; }
    .col-md-push-5 {
        left: 41.66667%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-7 {
        left: 58.33333%; }
    .col-md-push-8 {
        left: 66.66667%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-10 {
        left: 83.33333%; }
    .col-md-push-11 {
        left: 91.66667%; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-offset-0 {
        margin-left: 0%; }
    .col-md-offset-1 {
        margin-left: 8.33333%; }
    .col-md-offset-2 {
        margin-left: 16.66667%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-4 {
        margin-left: 33.33333%; }
    .col-md-offset-5 {
        margin-left: 41.66667%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-7 {
        margin-left: 58.33333%; }
    .col-md-offset-8 {
        margin-left: 66.66667%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-10 {
        margin-left: 83.33333%; }
    .col-md-offset-11 {
        margin-left: 91.66667%; }
    .col-md-offset-12 {
        margin-left: 100%; } }
