    :root{
    --muv-light: #f6f6f6;
    --muv-dark: #3d3d3d;
    --muv-grey: #ebebe6;
    --muv-black: #4D3A53;
    --muv-blue: #5158F7;
    --muv-nero: #4D3A53;
    --muv-light-blue: #5DDEFD;
    --muv-green: #3BDB74;
    --muv-pink: #FC157C;
    --muv-yellow: #FCB82F;
    --lightblue: #D8DFE9;
    --bluedarker: #9BA9BA;
    --greener: #C4FFBC;
    --purple: #8225fa; 
    --lightpurple:#eee6f9;
    color-scheme: light dark;
  }


.nunito-sans-<uniquifier> {
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
.disabled{
  background: none!important;
}

body{
  font-family: "Nunito Sans", serif;
    background-color: light-dark(#f6f5fa, #130c1d);
   color: light-dark(#000000, #ffffff)!important;;
}
/*nav{
  background: #FAFAF9;
   background-color: light-dark(#FAFAF9, #130c1d);
}*/
.muvgreen{
background-color: var(--muv-green);
      color: white!important;
}
.muvpink{
  background-color: var(--muv-pink);
  color: white!important;
}
.muvyellow{
  background-color: var(--muv-yellow);
  color: white!important;
}
.muvblue{
  background-color: var(--muv-blue);
  color: white!important;
}

.lightblue{
  background-color: var(--lightblue);
}
.bluedarker{
  background-color: var(--bluedarker);
}
.greener{
  background-color: var(--greener);
}
.purple{
  background-color: var(--purple);
  color: white;
}
.purple a{
  color: white;
}
.lightpurple{
   background-color: light-dark(#eee6f9, #61576e);
}
.margin-negative{
  margin-top: -55px;
}
.eighty{
  height: 50vh;
}

.material-symbols-outlined{
  width: 1.6em;
  text-align: center;
  line-height: 1.6em;
color: light-dark(#000000, #b575fe);
  border-radius: 0.8em; /* or 50% width & line-height */
}




/*CARD*/
.card, .card-header{
  border: none;
  border-radius: 15px;
}
.card{
      color: light-dark(#000000, #ffffff)!important;
}

.bigtitle{
    font-family: "Nunito Sans", serif;
  font-size: 4em;
  line-height: 1em;
  font-weight: 900;
  color: light-dark(#000000, #ffffff)!important;
}
h1{
      font-family: "Nunito Sans", serif;
        font-weight: 900;
}
h3{
      font-family: "Nunito Sans", serif;
        font-weight: 900;
}


.disabled{
  border: none;
  background: #eeeeee;
}

.white{
   background-color: light-dark(#ffffff, #282432);
}
.text-dark {
    --bs-text-opacity: 1;
    color: light-dark(#000000, #ffffff)!important;
}


.nav_logo, .nav-links {
    display: grid
;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    color: black;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.nav-link{
  color: light-dark(#000000, #b575fe);
  text-align: center;
  padding: 0;
}


.material-symbols-outlined{
  width: 1.6em;
  text-align: center;
  line-height: 1.6em;
color: light-dark(#000000, #b575fe);
  border-radius: 0.8em; /* or 50% width & line-height */
}


.nav-link:focus, .nav-link:hover{
  color: light-dark(#8225fa, #130c1d);
}

.nav-link:focus .material-symbols-outlined, .nav-link:hover .material-symbols-outlined{
 color: light-dark(#8225fa, #130c1d);
}

.nav-link.disabled, .nav-link:disabled{
    color: light-dark(#716e78, #716e78)!important;
    pointer-events: none;
    cursor: default;
}
.nav-link.disabled .material-symbols-outlined{
    color: light-dark(#716e78, #716e78)!important;
    pointer-events: none;
    cursor: default;
}

.text-muted {
    --bs-text-opacity: 1;
    color: light-dark(#716e78, #716e78)!important;
}

#challenges .card-body, #wallet .card-body, #challenges-container .card-body, #bestPLayers .card-body{
    background-color: light-dark(#ffffff, #282432);
}

.table{
         --bs-table-bg: light-dark(#ffffff, #282432);
     --bs-table-color: light-dark(#000000, #ffffff);
}

.pagination{
    --bs-pagination-bg:light-dark(#ffffff, #282432);
    --bs-pagination-color: light-dark(#000000, #ffffff);
}


.form-select{
        background-color: light-dark(#ffffff, #61576e);
}

.btn-light{
    --bs-btn-bg:light-dark(#ffffff, #61576e);
    --bs-btn-border-color: light-dark(#ffffff, #61576e);
}


.form-control {
     background-color: light-dark(#ffffff, #61576e);
     border: none;
}


.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 9vw;
    background-color: light-dark(#ffffff, #282432);
    overflow-y: auto;
    border-right: none
    z-index: 1000;
}

/* Scrollable Content Area */
.content {
    margin-left: 9vw; /* Matches the sidebar width */
/*    padding: 1rem;*/
    overflow-y: auto;
    height: 100vh;
    width: 100vw;
}


@media (max-width: 576px) {
    .sidebar {
      display: none;
    }
    .content {
        margin-left: 0;
    }
}

.form-select{
  border: none;
}
.tabber .nav-link{
    color: light-dark(#000000, #ffffff);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: none;
    border-radius: 30px;
}
.nav-tabs {
  border: none;
}

.tabber button.nav-link.active{
  background-color: var(--purple);
  color: white!important;
}



.tabber button.nav-link.active .material-symbols-outlined {
  color: white!important;
}
.loading {
  height:100vh ;
  width: 100vw;
  position: fixed;
  z-index: 1001; 
  background-color: light-dark(#ffffff, #130c1d);
}
.progress-bar{
      background-color: var(--purple);
}


.page-link:hover{
  cursor: pointer;
}


.winner{
    color: var(--muv-green);
}

    .copy-message {
        position: absolute;
        background-color: var(--purple);
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 14px;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.3s, transform 0.3s;
        pointer-events: none;
        z-index: 10;
    }

    /* Animation for the message to appear and disappear */
    .show-message {
        opacity: 1;
        transform: translateY(-40px);
    }

    /* Wrapper to handle relative positioning */
    .copy-wrapper {
        position: relative;
        display: inline-block;
    }

.transparent{
  background-color: transparent;
}

    .copy-text{
cursor: copy;
    }


    .img-object-fit {
  width: 100%;
  height: 300px; /* Imposta l'altezza desiderata */
  object-fit: cover;
}




@media (prefers-color-scheme: dark) {
    canvas {
        fontColor: white;
    }
}




.tooltip-container {
    position: relative;
    display: inline-block;
}

.custom-tooltip {
    visibility: hidden;
    opacity: 0;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 100;
    bottom: 100%; /* Mostra sopra l'icona */
    left: auto;
    transform: translateX(-80%);
    transition: opacity 0.2s ease-in-out;
    font-size: 0.875rem;
}

.tooltip-container:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

.language{

   background-color: light-dark(#ffffff, #282432) !important;
   color: light-dark(#000000, #b575fe) !important;


}
