.referral-code-listing{ margin-bottom: 3px}

a.sub-active ,a.sub-active svg {color: #eb9901;}

/*.referral-code-listing {
    font-family: 'Courier New', monospace;
    white-space: pre;  Mantiene la formattazione del testo
    padding: 5px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block; Permette di applicare larghezza e altezza
    color: #333;
}*/






.nb {
    display: none;
}

.invalid {
    border: 2px solid red !important;
}
.valid {
    /* border: 2px solid green !important; */
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                </svg>

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;/*your box-shadow*/
    -webkit-text-fill-color: #333;
}


nav a.selected{
    background: #f7f7f7;
    font-weight: bold;
}



a.red svg, a.red
{
    color: #f53b3b !important;
}
button.red{background: #f53b3b !important;}

a.gray{color: #9ca3af !important;}

button.white{background: #fff !important; color:#333}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0; /* qui si cambia la posizione */
    overflow-x: hidden;
    transition: 0.5s; /* qui si cambia l'animazione */
    transform: translateX(100%); /* qui si cambia l'animazione */
    padding-top: 60px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
/* immagine esagonale */
.lab_item {
    width: 128px;
    height: 230px;
    position: relative;
    display: inline-block;
}
.lab_item.hex-sm {
    width: 100px;
    height: 114px;}

.lab_item.hex-xs {
    width: 45px;
    height: 55px;}

.hexagon2 {
    position: absolute;
    width: 128px;
    height: 209px;
}
.lab_item.hex-sm .hexagon2 {
    width: 76px;
    height: 112px;
}
.lab_item.hex-xs .hexagon2 {
    width: 40px;
    height: 60px;
}

.hexagon {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    cursor: pointer;
}

.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagon-in2 {

    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;

    -webkit-background-size: 125%;
    -moz-background-size: 125%;
    background-size: 125%;
    visibility: visible;

    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* fine immagine esagonale */

/* Stile per il bottone disabilitato */
button[disabled] {
    background-color: #ccc; /* Colore di sfondo grigio */
    color: #555; /* Colore del testo grigio scuro */
    cursor: not-allowed; /* Cambia il cursore quando il bottone è disabilitato */
}

/* Stile per il bottone disabilitato quando è in hover */
button[disabled]:hover {
    /* Aggiungi stili aggiuntivi se necessario */
}

/* Stile per il bottone disabilitato quando è in focus */
button[disabled]:focus {
    /* Aggiungi stili aggiuntivi se necessario */
}


.brilliant-text {
    color: #eb9901; /* Colore brillante per il testo */
    font-weight: 700; /* Opzionale: per un effetto più marcato */
}

