form.catastale-form .fieldset {
	margin-bottom: 0;
}

form.catastale-form .fieldset > .field {
    margin-bottom: 24px;
}

form.catastale-form .fieldset > .field > label.label {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-family: "Styrene B", serif;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    font-weight: 500;
}

form.catastale-form .fieldset > .field > .control {
    display: block;
    width: 100%;
    position: relative;
}

form.catastale-form select {
    background-color: #FFFFFF;
    border: 1px solid #BABABA;
    border-radius: 4px;
    display: block;
    width: 100%;
    font-family: "Styrene B", serif;
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    font-weight: 400;
    padding: 11px 16px 16px 16px;
    height: 50px !important;
}

.row.custom-catastale-from {
	margin-left: -15px;
	margin-right: -15px;
	align-items: end;
}

form.catastale-form {
	display: block;
	width: 100%;
}

.button-catastale .custom-button {
	border: none;
	min-width: 150px;
}

form.catastale-form .catastale-select.col-9, form.catastale-form .button-catastale.col-3 {
	padding-left: 15px;
	padding-right: 15px;
}

.row.custom-catastale-options-from {
	align-items: center;
}

.row.custom-catastale-options-from .catastale-denominazione, .row.custom-catastale-options-from .catastale-comune-sede {
	font-size: 17px;
	line-height: 27px;
    font-weight: 400;
}

form.catastale-form .row.custom-catastale-options-from .button-catastale {
	margin-bottom: 0;
}

.row.custom-catastale-options-from .button-catastale .custom-button {
    height: 32px;
    align-items: center!important;
    border: none;
    margin: auto;
}

.agency-view.agency-view-new-design .catastale-row-block {
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.ufficio-table thead tr th {
	font-size: 22px;
    line-height: 22px;
    font-family: "Styrene A";
    font-weight: 500;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
}

.ufficio-table tbody tr td {
    font-family: "Styrene A";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle!important;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container--default .select2-selection--single {
	background-color: #FFFFFF;
	border: 1px solid #BABABA;
	border-radius: 4px;
	width: 100%;
	padding: 11px 16px 16px 16px;
	height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    font-family: "Styrene B", serif;
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 5px;
	height: 100%;
	top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	margin-left: 0;
    margin-top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Free';
	content: "\f107";
	font-size: 14px;
	color: #414141;
	margin-left: 10px;
	position: relative;
	top: -5px;
}
.action.primary, .action-primary {
    background-image: none;
    background: #32C7FF;
    border: 1px solid #32C7FF;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 4px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.arrow-btn-cat:after {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 7px;
    height: 10px;
    padding: 0 4px;
    right: 20px;
    top: 12px!important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.button-catastale .primary.custom-button {
    display: block;
}

.catastale-index-index .button-catastale .primary.custom-button, .catastale-index-catastalioptions .button-catastale .primary.custom-button {
    margin-left: auto;
    margin-right: auto;
}

.catastale-select .field.code-ufficio .select2-container {
    width: 100% !important;
}

.no-result-text-block {
    padding-top: 15px;
}

.no-result-text-block p {
    color: #202020;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.catastale-index-index .button-catastale .primary.custom-button.disabled {
    border: 1px solid #E5E5E5;
}

@media (min-width: 768px) {
    .custom-theme-body.catastale-index-index .page-main, .custom-theme-body.catastale-index-catastalioptions .page-main, .custom-theme-body.catastale-index-catastalidata .page-main {
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    form.catastale-form .catastale-select.col-9, form.catastale-form .button-catastale.col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .button-catastale .custom-button {
    	margin-bottom: 0;
    }

    .row.custom-catastale-from {
		margin-left: -10px;
		margin-right: -10px;
		align-items: end;
	}

	form.catastale-form .row.custom-catastale-options-from .button-catastale {
		text-align: left;
	}

	.row.custom-catastale-options-from .catastale-denominazione, .row.custom-catastale-options-from .catastale-comune-sede {
		margin-bottom: 15px;
	}

	.row.custom-catastale-options-from {
		margin-bottom: 30px;
	}
}