/*------------ Override MAZER css --------------*/
/* corregge il colore di hover nel bottone del campo password */
.show-password-btn:hover {
    color: #607080;
    background-color: #fff;
    border-color: #a1afdf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(67,94,190,.25);
}

/* mostra l'icona di un input anche quando c'è il focus sull'input */
.input-group>.form-control:focus, .input-group>.form-select:focus, .input-group>.form-floating:focus-within {
    z-index: 0;
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    display: block;
    border: 2px solid #a1a9b1;
    border-radius: 50%;
    color: #a1a9b1;
    text-align: center;
}

.social-list-item:hover {
    color: #8a969c;
    border-color: #8a969c
}

.list-inline {
    padding-left: 0;
    text-align: center;
}

.border-twitter-x {
    border: 2px solid #000000;
}

.border-twitter-x:hover {
    border: 2px solid #000000;
}

#auth-subtit {
    display: none;
}

/* Signup: fields shown only for TBG client */
.extra-fields {
    display: block;
}

/* Login: hide language selector only for TBG client */
.lang-select-wrapper {
    display: none;
}
