/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 24 2025 | 10:40:40 */
.mb_25 {
    margin-top: 25px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_75 {
    margin-top: 75px;
}

.mt_100 {
    margin-top: 100px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_75 {
    margin-bottom: 75px;
}

.mb_100 {
    margin-bottom: 100px;
}

.d-none {
	display: none !important;
}

@media (min-width: 768px) {
	.d-md-block {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
}

.add_list_item,
.delete_list_item {
    background-color: #002035 !important;
}

/* allineare il padding tra i fields dello stesso row con quelli email-confirm email */
.gform-grid-col {
    padding-inline: 8px !important;
}