
/***********************************************************
*  plugin EmailValidation: Overrides are needed when there's bootstrap-italia include 
***********************************************************/ 
.attr_modalContainer .modal {
    --bs-modal-margin: 0 !important;
}
.attr_modalContainer .modal-body {
	padding: 15px 0 0 0 !important; /*we need to reset the padding in order to display the border of the fake-modal-footer correctly with no padding */
}
.attr_modalContainer .modal-dialog .modal-content .modal-header {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    justify-content: left;
}
.attr_modalContainer .modal.it-dialog-scrollable .modal-dialog .modal-content {
    height: auto;/* Required when using Bootstrap Italia to ensure the modal height adjusts to its content */
}
@media (min-width: 768px) {
    .attr_modalContainer .modal.it-dialog-scrollable .modal-dialog .modal-content {
        height: auto;/* Required when using Bootstrap Italia to ensure the modal height adjusts to its content */
    }
}
#email_validation_body_placeholder .form-group label {
    position: absolute !important;
    font-size: 1rem !important; 
}