/* DEFAULT SIZE SVG */
#CVV.lowres,.brand.lowres {
 	height: 16px;
}
#CVV.midres,.brand.midres {
 	height: 24px;
}
#CVV.hires,.brand.hires {
 	height: 32px;
}

/* DEFAULT LOADER SPINNER */
.spinner {
	border: 8px solid #C0C0C0;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
	/*position: fixed;*/
	margin: 10px auto;
}
.spinner:before {
	display: block;
	position: fixed;
	top: 0; left: 0; width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
#modalSpinner.spinner {
    position: absolute;
    top: 46%;
    left: 46.5%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* SAMP */
body.samp_payment_form {
	visibility: hidden;
	background: none;
}

/* MODALS */
.modal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Sfondo opaco */
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1);
}

.close {
    font-size: 20px;
    cursor: pointer;
}

/* 3DS */
#iFrame3DS {
    width: 100%;
    min-height: 80vh;
    border: none;
}

/* CLCK */
#UIComponent .modal .modal-content {
 	max-width: 400px;
}
#PAYINSTRID_16 div.value {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

#PAYINSTRID_16 #mailInputField {
	margin-right: auto;
	width: 300px;
}
