/*
	Theme Name: Theme Base
	Theme URI: 
	Author:  Ercole Sarno
	Author URI: 
	Version: 2.0
	Description: 
	Tags: 
	Licence: GPL v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');

/* Impostazione della tipografia di base */
body {
    font-family: 'Gabarito', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
.fas {
 color:	#0e2f5fb3;
}
/* Stile per le intestazioni */
h1, h2, h3, h4, h5 {
    font-family: 'Gabarito', sans-serif;
    margin: 0 0 1em;
    line-height: 1.2;
}

/* Stili tipografici generali */
h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.1em;
}

/* Media Queries per la scala tipografica */
@media (min-width: 576px) {
    h1 {
        font-size: 2.4em;
    }
    h2 {
        font-size: 2.1em;
    }
    h3 {
        font-size: 1.8em;
    }
    h4 {
        font-size: 1.5em;
    }
    h5 {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.6em;
    }
    h2 {
        font-size: 2.3em;
    }
    h3 {
        font-size: 2em;
    }
    h4 {
        font-size: 1.7em;
    }
    h5 {
        font-size: 1.3em;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.8em;
    }
    h2 {
        font-size: 2.5em;
    }
    h3 {
        font-size: 2.2em;
    }
    h4 {
        font-size: 1.9em;
    }
    h5 {
        font-size: 1.5em;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.6em;
    }
    h4 {
        font-size: 1.1em;
    }
    h5 {
        font-size: 1.7em;
    }
}

.readonly {
	box-shadow: none !important;
	background: #fbfbfb !important;
	cursor: initial;
	border: 1px solid #cccccc47 !important;
}
.confirmation-container {
    text-align: center;
    background: #0033a1;
    color: #fff;
    min-height: calc(100vh);
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
	line-height: 1.1;
    flex-direction: column;
}


.confirmation-container .logo {
    width: 150px;
    margin-bottom: 20px;
}

.signature-form-sticky {
	height: 100%;
}
.signature-form-sticky h4 {
	color: #fff;
}
.confirmation-container .confirmation-message {
    font-size: 18px;
    line-height: 1.3;
}

@media (max-width: 767px) {
.btn-invia {
	width: 100%;
	margin-top: 0.5rem;
}
	.navbar-brand .fs-5 {
		font-size: 15px !important;
	}
	p {
		font-size: 18px; 
	}
	.signature-form-sticky {
		margin-top: 30px;
	}
}

/*Header*/
.navbar-brand {
	font-weight: 400 !important;
}

.signature-form-sticky .card {
	top: 5rem;
}
.petition-content p {
	text-align: justify;
}
	
	footer {
		background: #0e2f5f !important;
	}

.signatories-section {
	    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.5rem;
}