a {
    color: #000000;
}

.audiowide-regular {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.orbitron-regular {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.nova-square-regular {
    font-family: "Nova Square", sans-serif;
    font-weight: 400;
    font-style: normal;
}
 
.avatar {
    width: 15%;
    margin:0;
    padding:0;
    max-width: 60px;
    max-height: 60px;
}

.card-header {
    padding: 0.2rem 0.3rem !important;
}

.link-login {
    margin: 7px;
}

.invalid-feedback {
    display: block;
}

.voce-card-body {
    margin-left: 10px;
}
.no-decoration {
    text-decoration: none !important;
}
.parametri-torneo i {
    width: 20px;
}

.stato-torneo {
    background-color: rgba(179, 179, 179, 0.7);    
    border-radius: 5px;
    padding:3px;
    font-size: 0.8em;
}
.credenziali-errate {
    color:red;
}
.nav-item .disabled {
    color:#656565 !important;
}

.scheda-torneo .logo-circolo {
    border-radius: 50px;
    width: 50px;
    border: 1px solid #a1a1a1;
}
.lista-tornei .logo-circolo {
    border-radius: 50px;
    width: 50px;
    border: 1px solid #a1a1a1;
    object-fit: contain;
}
.badge-new {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 50px; /* opzionale */
    height: auto;
    font-size: 2em;
    /* color: #858585;*/
}

.colore-1 {
  color:rgb(60, 138, 255);
}
.colore-2 {
  color:rgb(255, 75, 219);
}
.bg-colore-1 {
  background-color:rgb(60, 138, 255);
  color:white;
}
.bg-colore-2 {
  background-color:rgb(255, 75, 219);
  color:white;
}

.btn-top-actions {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.75rem;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    transition: box-shadow 0.3s ease;
}
.btn-top-actions:hover {
  /* Ombra più marcata al passaggio */
  box-shadow: 4px 4px 10px rgba(0,0,0,0.6);
}

.badge-new.blink {
    animation: pulseBlink 1.2s infinite ease-in-out;
}

#confirmDialog {
    background-color: rgb(198, 198, 198);
    border: none;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    text-align: center;
}


.icona-card-dashboard {
    font-size: 3.0em;
    float: right;
    margin: 0;
    padding: 0;
}
.valore-card-dashboard {
    left: 0.5em;
    position: relative;
    top: 12px;
}


@keyframes lampeggia {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.2; }
}

@keyframes pulseBlink {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
