*{
    font-family: "Nunito", sans-serif;
}
:root{
    --color1: #C409F9;
    --color2: #0505d2;
    --color3: #25155e;
    --color4: #2eca6a;
    --color5: #dc3545;
    --color6: #151D49;
    --p-color1: #303136;
    --p-color2: #222337;
    --p-color3: #191A2B;
    --p-color4: #222337;
    --p-color5: #1b2f48;
    --gray1: #f5f6fb;
}
[v-cloak] {
  display: none;
}
.center-xy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}
.a-no-dec{
    text-decoration: none;
}
a{
    color: var(--color1);
}
a:hover{
    color: var(--color1);
    opacity: 0.95;
}
.href-link{
    cursor: pointer;
}
.line-separator {
    width: 100%;
    height: 1px;
    background: #e3e8ea;
    display: inline-block;
    line-height: 8px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Quicksand", sans-serif;
    color: var(--color3);
}
.text-bg-success{
    background-color: #2eca6a!important;
}
.text-bg-error{
    background-color: #dc3545!important;
}
.toast .icon{
    width: 1.25rem;
    height:1.25rem;
    border-radius: 0.375rem;
    position: relative;
}
.bg-1{
    background: var(--color1)!important;
}

/*
Scroll
 */
.custom-scroll::-webkit-scrollbar {
    width: 3px;
}
.custom-scroll::-webkit-scrollbar-track {
    border-radius: 0;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: #7f7f7f;
    border-radius: 0;
}

/*
Buttons
 */
.btn.custom{
    border-radius: 0.5em;
    font-family: "Montserrat", sans-serif;
}
.btn.custom.btn-primary{
    border: none;
    box-shadow: none;
    background: #C409F9!important;
}
.btn.custom.btn-primary:hover{
    opacity: 0.9;
}
.btn.custom.btn-primary:focus{
    box-shadow: none;
}
.btn.custom.btn-outline-primary{
    border: 0.1em solid var(--color1);
    box-shadow: none;
    color: var(--color1);
}
.btn.custom.btn-outline-primary:hover{
    background: var(--color1)!important;
    color: #fff;
}
.btn.custom.btn-outline-primary:focus{
    box-shadow: none;
    background: var(--color1)!important;
    color: #fff;
}
.btn.custom.btn-light{
    color: #02024f;
    background: #F4F7FF;
    border: none;
}
.btn.custom.btn-light:hover, .btn.custom.btn-light:focus{
    background: #e3e9fa;
}

/*
Fonts
 */
.title-font{
    font-family: "Quicksand", sans-serif;
}
.font-poppins{
    font-family: "Poppins", sans-serif;
}
.font-mont{
    font-family: "Montserrat", sans-serif;
}
.fs-09{
    font-size: 0.9em;
}

.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-30 {
    font-size: 30px;
}
.fs-40{
    font-size: 40px;
}
.fw-700{
    font-weight: 700;
}
.fw-600{
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}

/*
Toasts
 */
.toast .icon{
    width: 1.25rem;
    height:1.25rem;
    border-radius: 0.375rem;
    position: relative;
}

/*
Badges
 */
.badge{
    font-weight: 500;
    font-size: 0.7em;
    cursor: pointer;
    border-radius: 0.5em;
}

/* forms */
.form-errors{
    display: none;
    padding-left: 1rem!important;
    margin-left: 0!important;
    margin-bottom: 0!important;
}
.form-errors.shown{
    display: block;
}
label{
    font-weight: 600;
    font-size: 13px;
    opacity: 0.8;
    color: #fff;
}
::placeholder{
    font-size: 13px;
    opacity: 0.8!important;
}
input.form-control, select.form-select, textarea.form-control{
    border: 0.1em solid rgba(255,255,255,0.1);
    font-size: 0.9em;
    border-radius: 0.5em;
    box-shadow: none;
    color: #fff;
    background: var(--p-color4);
}
input.form-control:focus, textarea.form-control:focus, select.form-select:focus {
    border: solid 0.1em var(--color1);
    box-shadow: none;
    background: var(--p-color4);
    color: #fff;
}
input.form-control:hover, select.form-select:hover, textarea.form-control:hover{
    border: solid 0.1em var(--color1);
    box-shadow: none;
}
select.form-select:hover{
    cursor: pointer;
}
.input-group.custom .input-group-text{
    border-radius: 0.5em;
    background: var(--color1);
    border: solid 0.1em var(--color1);
    color: #fff;
}
.input-group.custom input.form-control{
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.custom2 input.form-control{
    width: 0;
    padding-left: 0;
    padding-right: 0;
    visibility: hidden;
}
.input-group.custom2 .input-group-text{
    background: var(--color1);
    border: solid 0.1em var(--color1);
    overflow: hidden;
    border-radius: 0.5em!important;
    color: #fff;
}
.form-check-input.custom{
    height: 1.2em;
    width: 1.2em;
    box-shadow: none;
    vertical-align: -1px;
}
.form-check-input.custom:checked {
    background-color: var(--color1);
    border-color: var(--color1);
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}
/*body.auth-page{*/
/*    min-height: 100vh;*/
/*    background: #F5F6FB;*/
/*}*/
#auth-wrapper{
    height: 100%;
    background: var(--p-color1);
    overflow: auto;
}
#auth-wrapper .brand .icon{
    width: 30px;
    height: 30px;
    background: var(--color1);
    border-radius: 0.3em;
    position: relative;
}
#auth-wrapper .brand .icon img{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
}

#auth-wrapper .right-card{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#auth-wrapper .left-card{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: rgb(0, 0, 139, 0.95);
}
#auth-wrapper.hide-left #left-card-col{
    display: none;
}
#auth-wrapper.hide-left .right-card{
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}
@media only screen and (max-width: 768px) {
    #auth-wrapper .right-card{
        border-top-left-radius: 0.5em;
        border-bottom-right-radius: 0;
    }
    #auth-wrapper .left-card{
        border-top-left-radius: 0;
        border-bottom-right-radius: 0.5em;
    }
    #auth-wrapper.hide-left .right-card{
        border-bottom-right-radius: 0.5em;
    }
}

/* Customize bootstrap card */
.card.custom1{
    box-shadow: none;
    border: none;
    border-radius: 0.5em;
    overflow: hidden;
    background: var(--p-color4);
}
.card.custom1 .card-header{
    background: var(--p-color4);
    border-bottom: 1px solid #efecec;
}
.card.custom1 .card-header h5{
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Quicksand", sans-serif;
    font-size: 1em;
    color: #fff;
}
.card.custom2{
    border-radius: 0.5em;
    box-shadow: none;
    border: none;
    background: var(--p-color4);
}
.card.custom2 .more{
    text-decoration: none;
    color: #8884b1;
}
.card.custom2 h5{
    font-size: 16px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    color: #fff;
}
.card.custom2 p{
    opacity: 70%;
    color: #fff;
}
.card.custom2 .icon-center-wrap{
    border-radius: 0.5em;
    box-shadow: none;
    width: 45px;
    height: 45px;
    background: var(--background);
}
.card.custom2 .icon-center-wrap img{
    width: 20px;
}
.card.custom2 .icon-center-wrap .icon{
    color: var(--color);
    font-size: 16px;
}
.card.sum-block{
    background: var(--p-color4);
    border-radius: 0.5em;
    box-shadow: none;
    border: none;
}
.card.sum-block h4{
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.card.sum-block p{
    opacity: 70%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.card.sum-block img{
    width: 40px;
    margin-bottom: 5px;
}
.card.sum-block .row div[class*="col"]{
    border-right: 1px dashed rgba(88, 70, 249, 0.2);
}
.card.sum-block .row div[class*="col"]:last-of-type{
    border-right: none;
}
@media only screen and (max-width: 768px) {
    .card.sum-block .row div[class*="col"]:nth-of-type(even){
        border-right: none;
    }
    .card.sum-block .row div[class*="col"]:nth-of-type(-n+2){
        border-bottom: 1px dashed rgba(88, 70, 249, 0.2);
    }
}


.adv-card-img{
    width: 100%;
    height: 120px;
    background-image: var(--bg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/*
Icons
 */
.icon-center-wrap{
    width: 40px;
    height: 40px;
    border-radius: 0.5em;
    border: 1px solid #fff;
    background: transparent;
    position: relative;
}
.icon-center-wrap .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
}
.icon-center-wrap.wrap2{
    background: #ECEFF8;
    border: 1px solid #ECEFF8;
    box-shadow: none;
    width: 50px;
    height: 50px;
}
.icon-center-wrap.wrap2 img{
    width: 20px;
}

/*
Dropdown
 */
.dropdown-menu.custom{
    border: 1px solid var(--p-color3);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    background: var(--p-color2);
}
.dropdown-menu.custom .dropdown-item{
    font-size: 13px;
}
.dropdown-menu.custom .dropdown-divider{
    border-top: 1px solid #efecec;
}
.dropdown-menu.custom .dropdown-item{
    color: #fff;
}
.dropdown-menu.custom .dropdown-item:hover{
    background: var(--color1);
}

/*
Breadcrumbs
 */
.breadcrumb{
    background: transparent;
    margin: 0;
}
.breadcrumb .breadcrumb-item::before {
    content: "-";
}
.breadcrumb .breadcrumb-item:first-of-type::before{
    content: none;
}
.breadcrumb .breadcrumb-item.active {
    opacity: 0.8;
}

/* Modals */
.modal.custom .modal-content{
    border-radius: 0.5em;
    border: none;
    background: var(--p-color4);
}
.modal h6.title{
    font-size: 1em;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

/*
Navs
 */
.nav-tabs.custom{
    border-bottom: none;
}
.nav-tabs.custom .nav-link{
    border: none;
    border-bottom: 2px solid transparent;
    opacity: 0.7;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--color1);
}
.nav-tabs.custom .nav-link.active{
    background: 0 0;
    border-bottom: 2px solid var(--color1);
    opacity: 1;
    color: #6c757d;
}

/*
Info block
 */
.info-block{
    background: rgba(88, 70, 249, 0.05);
    padding: 0.5em;
    border-radius: 0.5em;
}
.info-block .row div[class*="col"]{
    border-right: 0.1em dashed rgba(88, 70, 249, 0.2);
}
.info-block .row div[class*="col"]:last-of-type{
    border-right: none;
}
.info-block h6{
    font-weight: 600;
    font-size: 0.75em;
    font-family: "Quicksand", sans-serif;
    color: #fff;
}
.info-block p{
    margin: 0;
    font-size: 0.8em;
    opacity: 80%;
    color: #fff;
}

.info-block.block2{
    background: var(--p-color4);
}
.info-block.block2 .col:last-of-type{
    border-right: none;
}

.info-blocks .info-block{
    border-radius: 0;
    border-bottom: 1px dashed rgba(88, 70, 249, 0.2);
}
.info-blocks .info-block:first-of-type{
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.info-blocks .info-block:last-of-type{
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom: none;
}
.info-blocks .info-block img {
    width: 35px;
}

/*
Crash
 */
.card.crash-chart {
    height: 230px;
}

/*#crash-chart-wrapper{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
#crash-chart-wrapper .card:first-of-type{
    /*flex: 1;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#crash-chart-wrapper .card:last-of-type{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
@media only screen and (max-width: 300px) {
    .top-prev-games .badge:nth-last-of-type(-n+2){
        display: none;
    }
}

#crash-chart-wrapper .counter-wrapper h4, #crash-chart-wrapper .multiplier_now{
    font-weight: bolder;
    font-size: 2.5em;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.15em;
    font-variant-numeric: tabular-nums;
}
#crash-chart-wrapper .counter-wrapper h6{
    font-weight: 600;
    font-size: 1em;
}
#crash-chart-wrapper .crashed-wrapper{
    color: #f3606f;
}
#crash-chart-wrapper .crashed-wrapper h4{
    font-weight: bolder;
    font-size: 2em;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.15em;
}
#crash-chart-wrapper .crashed-wrapper h6{
    font-weight: 600;
    font-size: 1em;
}

/*
Crash overlays
 */
.crash-chart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: var(--z-index);
}
.crash-chart-overlay.has-bg{
    background: #fff;
}


/*
Space rocket
 */
#crash-chart-wrapper .space-rocket {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(1,7,10,0.9);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#crash-chart-wrapper .space-rocket i {
    position: absolute;
    top: -250px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-animation: animateCrashStar linear infinite;
    animation: animateCrashStar linear infinite;
}

#crash-chart-wrapper .space-rocket .rocket {
    position: relative;
    -webkit-animation: animate-crash-rocket .2s ease infinite;
    animation: animate-crash-rocket .2s ease infinite;
}

#crash-chart-wrapper .space-rocket .rocket::before {
  content: '';
  position: absolute;
  bottom: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00d0ff), to(transparent));
  background: linear-gradient(#00d0ff, transparent);
}

#crash-chart-wrapper .space-rocket .rocket::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00d0ff), to(transparent));
  background: linear-gradient(#00d0ff, transparent);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

@-webkit-keyframes animate-crash-rocket {
  0%, 100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@keyframes animate-crash-rocket {
  0%, 100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@-webkit-keyframes animateCrashStar {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(200vh);
            transform: translateY(200vh);
  }
}

@keyframes animateCrashStar {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(200vh);
            transform: translateY(200vh);
  }
}


#game-details .lost, #players1 .lost{
    color: var(--color5);
}

#crash-right-wrap{
    background: #fff;
    border-radius: 0.5em;
}
#crash-right-wrap .tab-pane{
    overflow-x: hidden;
    overflow-y: auto;
}
#crash-right-wrap .online-players-wrap{
    background: #fff;
}

/*
Tables
 */
.table.custom{
    background: rgba(88, 70, 249, 0.05);
    overflow-y: visible;
    border-radius: 0.5em;
}
.table.custom tr{
    border: 1px solid rgba(88, 70, 249, 0.1);
}
.table.custom th{
    color: var(--color3);
    font-family: "Quicksand", sans-serif;
}
.table.custom td{
    opacity: 80%;
}
.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
    position: static;
}

/* forum */
.forum-post{
    background: #fff;
    padding: 20px;
    border-radius: 3px;
	border: 1px solid #efefef;
    margin-bottom: 20px;
}
.forum-post .title a{
    color: #2a2a2a;
    font-family: "Roboto", sans-serif;
}
.forum-post .title a:hover{
    text-decoration: underline;
}
.forum-post .usr a{
    color: #2a2a2a;
}
.forum-post:hover .title a{
    color: #7854F7;
}
.forum-post .usr a:hover span{
    text-decoration: underline;
}
.forum-post .usr-photo{
    width: 45px; border-radius: 50%
}
.forum-post .likes{
    color: #16df7e;
}
.forum-post .dislikes{
    color: #ed2a26;
}
.forum-post #comment-form{
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 18px;
}
.forum-post #comment-form textarea{
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.forum-post #comment-form textarea:focus {
    border: solid 1px #7854F7;
    box-shadow: none;
}
.forum-post .reply, .forum-post .report{
    color: #8d9399;
}
.forum-post .edit{
    color: #16df7e;
}

/* Youtube video */
.youtube-video{
    position: relative;
    border-radius: 0.5em;
    overflow: hidden;
    cursor: pointer;
}
.youtube-video .overlay{
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.youtube-video .iframe-wrapper{
    z-index: 1;
}

/* ckeditor */
.ck-editor__editable_inline {
    min-height: 200px;
}
.balloon-ckeditor-wrapper{
    border: 1px solid #ced4da;
    border-radius: 2px;
}
.balloon-ckeditor-wrapper.focused{
    border: none;
}
/* CKEditor content */
.CKEditor-content figure.image{
    text-align: center;
}
.CKEditor-content figure.image img{
    width: 80%;
    border-radius: 3px;
}
.CKEditor-content figure.media{
    display: flex;
    justify-content: center;
}
.CKEditor-content figure.media div[data-oembed-url]{
    width: 80%;
}
.CKEditor-content figure.media div[data-oembed-url] iframe {
    border-radius: 3px;
    overflow: hidden;
}
@media only screen and (max-width: 992px) {
    .CKEditor-content figure.media div[data-oembed-url]{
        width: 100%;
    }
    .CKEditor-content figure.image img{
        width: 100%;
    }
}

.social-icon-wrap {
    width: 2.3em;
    height: 2.3em;
    border-radius: 0.5em;
    position: relative;
    background: var(--background);
    display: inline-block;
}
.social-icon-wrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.2em;
}

/* auth */
.auth-credits{
    color: #fff;
    background: #2a2a2a;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
}
.auth-credits a{
    color: #fff;
}
.auth-credits a:hover{
    color: #fff;
}

/*
Earning ways
 */
.earning-ways .item{
    background: #F4E8FF;
    border-radius: 0.5em;
}
.earning-ways .item .icon-center-wrap{
    background: var(--color1);
    border-radius: 0.5em;
    border: none;
    width: 30px;
    height: 30px;
}
.earning-ways .item .icon-center-wrap img{
    width: 18px;
}
.earning-ways .item h6{
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #172049;
    font-size: 11px;
}
.earning-ways .item p{
    margin-bottom: 0;
    font-size: 10px;
    color: #4C586E;
    font-family: "Poppins", sans-serif;
}

/*
Summary
 */
.summary .item{
    background: var(--bg);
    border-radius: 0.5em;
}
.summary .item .icon-center-wrap{
    background: rgba(255,255,255,0.4);
    border-radius: 0.5em;
    border: none;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}
.summary .item .icon-center-wrap .icon{
    width: 20px;
}
.summary .item h6{
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 15px;
}
.summary .item p{
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}