/* a.forgot_password
{
    display:        block;
    padding-bottom: 10px;
    margin-top:     10px;
    width:          50%;
    font-weight:    bold;
    font-size:      small;
}

.colorTextForm > div >p
{
    margin: 0;
}

.no_javascript_div
{
    margin-top: 6% !important;
    left:       0;
    width:      430px;
    right:      0;
    margin:     0 auto;
}

#loginShowPassword
{
    margin: 0;
}

.field-loginform-cookie > label
{
    color: var(--main-text-color-video, white);
}

.field-loginform-username
{
    padding-top: 20px;
}

.field-passwordLoginBabInput
{
    margin-bottom: 29px;
}

a.forgot_password:hover
{
    cursor:          pointer;
    text-decoration: none;
}

#spanforgotPasswordRadioGroup
{
    border:             0 !important;
    width:              200px;
    height:             49px;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition:    300ms ease-in-out;
    transition:         300ms ease-in-out;
}

#spanforgotPinRadioGroup
{
    border:             0 !important;
    width:              200px;
    height:             49px;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition:    300ms ease-in-out;
    transition:         300ms ease-in-out;
}

#spanforgotPasswordRadioGroup:hover
{
    cursor: pointer;
}

#spanforgotPinRadioGroup:hover
{
    cursor: pointer;
}

.label_modal
{
    min-height:    100%;
    height:        auto !important;
    line-height:   35px;
    width:         inherit;
    margin-bottom: 0;
}

#spanforgotPasswordRadioGroup > label :hover
{
    cursor: pointer;
}

#spanforgotPinRadioGroup > label :hover
{
    cursor: pointer;
}

#qr_container{
    display: flex; 
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
}

#qr_container img{
   width: 100%;
}

#autenticatorDownloadUrl{
    display: none;
}

#dontOwnMessage{
    color: lightblue;
    font-weight: bold;
}

#pin-insert-container{
    margin-top: 20px;
}

/* commentato perche su mac il qr code era troppo piccolo e non veniva letto corretamente */
/* #imgQBox{
    max-width: 150px;
} */

/* #imgStoreContainer{
    display: flex;
    justify-content: space-between;
}

#imgStoreContainer a{
    width: 40% !important;
} */


.logo {
    width: 100%;
    margin-left: 50%;
}

.login-page {
    margin-top: 30px;
}

.site-login,
.site-signup,
.card-body
{
    background-color: var(--main-text-color-admin, white);
    border-radius: 10px;
    color: var(--background-primary-color-admin, black);
}

.site-login span {
    color: var(--background-primary-color-admin, black);
}

.site-login .g_id_signin span {
    color: inherit;
}


#submitButton {
    border-radius: 30px;
}

/* #lib non sono sono riuscito ad allinearlo con bootstrap :C */
input[type="date"] {
    width: 100%;
    margin-left: 0;
}

.is-valid,
.is-valid:focus,
.form-control.is-valid,
.custom-control-input.is-valid,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #ced4da !important;
    background-image: none !important;
    box-shadow: none !important;
    /* color: var(--background-primary-color-admin, black); */
}

/* Store badges */
.store-badge {
    height: auto;
    width: 30%;
}

/* OTP slots */
.otp-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.otp-slot {
    width: 46px;
    height: 54px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background: #fff;
}

.otp-slot:focus {
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
}

/* Hide the real input but keep it accessible */
.otp-hidden-input {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

#dfa-logo-container img {
    max-height: 90px;   
    width: auto;        
    max-width: 100%; 
    display: block;
    margin: 0 auto;
}

.form-group.required label::after {
    content: " *";
    color: #dc3545;
    font-weight: bold;
}

/* //LIB decommentare se si vuole qiaggiungere il tema ai bottoni */
.custom-button-color:hover, #togglePassword{
    background-color: var(--portal-color-hover, #0B9A2F) !important;
    border-color: var(--portal-color-hover, #0B9A2F) !important;
}

.custom-button-color, #togglePassword{
    background-color: var(--portal-color-secondary, #0B9A2F) !important;
    border-color: var(--portal-color-secondary, #0B9A2F) !important;
    color: var(--portal-botton-text-color, white) !important;
}

/* //bottone google per le app */

.google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 40px;
    padding: 0 16px 0 12px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background: #fff;
    color: #3c4043;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: none;
    transition: background-color 0.2s ease;
}

.google-btn:hover {
    background: #f7f8f8;
}

.google-btn:active {
    background: #eeeeee;
}

.google-btn__icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.google-btn__text {
    line-height: 40px;
    white-space: nowrap;
    color: inherit !important;
}

.p-left-0{
    padding-left: 0;
}