*{
    font-family: "Nunito", sans-serif;
}
:root{
    --color1: #60991A;
    --color2: #0505d2;
    --color3: #25155e;
    --color4: #2eca6a;
    --color5: #dc3545;
    --p-color1: #23313D;
    --p-color2: #222337;
    --p-color3: #191A2B;
    --p-color4: #16202C;
    --p-color5: #1b2f48;
}
[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.8;
}
.href-link{
    cursor: pointer;
}
.line-separator {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.1);
    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: "Quicksand", sans-serif;
}
.btn.custom.btn-primary{
    background: var(--color1)!important;
    border: 0.1em solid var(--color1);
    box-shadow: none;
}
.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;
}
.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;
}
.form-errors.shown{
    display: block;
}
label{
    font-weight: 600;
    font-size: 0.9em;
    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;
    background: var(--p-color4);
    color: #fff;
}
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 .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;
}


/* 
Add this CSS to override the dark theme with a white background theme.
Add this after your existing CSS files or create a new CSS file.
*/

/* Main color variables update */
:root{
    --color1: #60991A;
    --color2: #0505d2;
    --color3: #25155e;
    --color4: #2eca6a;
    --color5: #dc3545;
    /* Change dark backgrounds to light/white */
    --p-color1: #FFFFFF;
    --p-color2: #F8F9FA;
    --p-color3: #E9ECEF;
    --p-color4: #FFFFFF;
    --p-color5: #F1F3F5;
}

/* Body and main wrappers */
#page-wrapper,
#content,
#auth-wrapper,
body {
    background: #FFFFFF !important;
}

/* Sidebar - white background with visible text */
#sidebar {
    background: #FFFFFF !important;
    border-right: 1px solid #E9ECEF;
}

#sidebar-header h1,
#sidebar-header p {
    color: #25155e !important;
}

#sidebar-content .nv-item p {
    color: #495057 !important;
}

#sidebar-content .nv-item:hover p,
#sidebar-content .nv-item.active p {
    color: #60991A !important;
}

#sidebar-content .nv-item .icon-center-wrap.wrap2 {
    background: #F8F9FA !important;
    border: 1px solid #E9ECEF !important;
}

#sidebar-content .nv-item:hover .icon-center-wrap.wrap2,
#sidebar-content .nv-item.active .icon-center-wrap.wrap2 {
    background: #60991A !important;
    border: 1px solid #60991A !important;
}

/* Header */
#header {
    background: #FFFFFF !important;
    border-bottom: 1px solid #E9ECEF;
}

#header .navbar-brand,
#header .nav-link {
    color: #25155e !important;
}
.navbar .sidebar-toggle {
    color: #25155e !important;
}

#header .btn-icon i {
    color: #25155e !important;
}

#header .wallet-btn {
    background: #F8F9FA !important;
    color: #25155e !important;
}

/* Footer */
#footer {
    background: #FFFFFF !important;
    border-top: 1px solid #E9ECEF;
}

#footer h4,
#footer p {
    color: #25155e !important;
}

/* Cards */
.card.custom1,
.card.custom2,
.card.sum-block {
    background: #FFFFFF !important;
    border: 1px solid #E9ECEF;
}

.card.custom1 .card-header {
    background: #F8F9FA !important;
    border-bottom: 1px solid #E9ECEF;
}

.card.custom1 .card-header h5,
.card.custom2 h5,
.card.sum-block h4 {
    color: #25155e !important;
}

.card.custom2 p,
.card.sum-block p {
    color: #495057 !important;
    opacity: 0.8;
}

/* Form elements */
label {
    color: #495057 !important;
}

input.form-control,
select.form-select,
textarea.form-control {
    background: #FFFFFF !important;
    border: 1px solid #CED4DA !important;
    color: #495057 !important;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-select:focus,
input.form-control:hover,
select.form-select:hover,
textarea.form-control:hover {
    background: #FFFFFF !important;
    color: #495057 !important;
}

::placeholder {
    color: #6C757D !important;
    opacity: 0.6 !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #25155e !important;
}

/* Text colors */
body,
p,
span,
div {
    color: #495057;
}

/* Dropdown */
.dropdown-menu.custom {
    background: #FFFFFF !important;
    border: 1px solid #E9ECEF !important;
}

.dropdown-menu.custom .dropdown-item {
    color: #495057 !important;
}

/* Tables */
.table.custom {
    background: #FFFFFF !important;
}

.table.custom th {
    color: #25155e !important;
}

.table.custom td {
    color: #495057 !important;
}

/* Info blocks */
.info-block {
    background: #F8F9FA !important;
}

.info-block h6,
.info-block p {
    color: #495057 !important;
}

.info-block.block2 {
    background: #FFFFFF !important;
    border: 1px solid #E9ECEF;
}

/* Sidebar Icons - Modern colorful design */
#sidebar-content .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3) !important;
}

/* Specific icon colors for each menu item */
#sidebar-content .nv-item[data-sidebar="dashboard"] .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

#sidebar-content .nv-item[data-sidebar="wallet"] .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    box-shadow: 0 4px 15px rgba(240, 147, 251, 0.3) !important;
}

#sidebar-content .nv-item[data-sidebar="referrals"] .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
    box-shadow: 0 4px 15px rgba(79, 172, 254, 0.3) !important;
}

#sidebar-content .nv-item[data-sidebar="crash"] .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
    box-shadow: 0 4px 15px rgba(67, 233, 123, 0.3) !important;
}

#sidebar-content .nv-item[data-sidebar="spin"] .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    box-shadow: 0 4px 15px rgba(250, 112, 154, 0.3) !important;
}

#sidebar-content .nv-item[data-sidebar="trivias"] .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #30cfd0 0%, #330867 100%) !important;
    box-shadow: 0 4px 15px rgba(48, 207, 208, 0.3) !important;
}

#sidebar-content .nv-item[data-sidebar="photos"] .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%) !important;
    box-shadow: 0 4px 15px rgba(168, 237, 234, 0.3) !important;
}

#sidebar-content .nv-item[data-sidebar="videos"] .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%) !important;
    box-shadow: 0 4px 15px rgba(255, 154, 158, 0.3) !important;
}

#sidebar-content .nv-item[data-sidebar="tasks"] .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
    box-shadow: 0 4px 15px rgba(252, 182, 159, 0.3) !important;
}

#sidebar-content .nv-item[data-sidebar="settings"] .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%) !important;
    box-shadow: 0 4px 15px rgba(161, 196, 253, 0.3) !important;
}

/* Icon images should be white and visible */
#sidebar-content .icon-center-wrap.wrap2 img {
    filter: brightness(0) invert(1) !important;
}

/* Active and hover states */
#sidebar-content .nv-item:hover .icon-center-wrap.wrap2,
#sidebar-content .nv-item.active .icon-center-wrap.wrap2 {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(96, 153, 26, 0.4) !important;
}

#sidebar-content .nv-item.active .icon-center-wrap.wrap2 {
    background: linear-gradient(135deg, #60991A 0%, #7CB342 100%) !important;
}

/* Crash chart wrapper */
#crash-chart-wrapper .card {
    background: #FFFFFF !important;
    border: 1px solid #E9ECEF;
}

/* Breadcrumbs */
.breadcrumb .breadcrumb-item {
    color: #495057;
}

.breadcrumb .breadcrumb-item.active {
    color: #6C757D;
}

/* Modal */
.modal.custom .modal-content {
    background: #FFFFFF !important;
    color: #495057;
}

.modal h6.title {
    color: #25155e !important;
}

/* Nav tabs */
.nav-tabs.custom .nav-link {
    color: #495057 !important;
}

.nav-tabs.custom .nav-link.active {
    color: #60991A !important;
}

/* Badges */
.badge {
    color: #FFFFFF;
}

/* Line separator */
.line-separator {
    background: #E9ECEF !important;
}

/* Sidebar overlay */
#sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

#sidebar-overlay .sidebar-toggle-icon {
    background: #FFFFFF;
}

#sidebar-overlay .sidebar-toggle-icon i {
    color: #25155e;
}

/* Auth wrapper adjustments */
#auth-wrapper .right-card {
    background: #FFFFFF;
}

/* Ensure all text in white background is visible */
.text-white {
    color: #495057 !important;
}

/* Custom scroll */
.custom-scroll::-webkit-scrollbar-thumb {
    background: #CED4DA !important;
}