﻿/* Stili di base e di layout - INVARIATI */
body {
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    /*max-width: 280px;*/
}

/* Stili di validazione e errore - INVARIATI */
.validationError {
    border: 1px solid red;
}

.messaggioErroreCampo {
    background-color: #CC000066;
    color: white;
    font-size: smaller;
    margin: 0;
    padding: 7px;
    border-radius: 12px;
}

.erroreRiepilogo {
    border: solid red 1px;
    background-color: antiquewhite;
    color: brown;
    font-weight: bolder;
}

.errorePagina {
    text-align: center;
    width: 60%;
    background-color: lightpink;
    color: black;
    border-radius: 15px;
    border: solid 1px red;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 15px;
    margin-left: 20%;
}

.messaggioPagina {
    text-align: center;
    width: 60%;
    background-color: lightgreen;
    border: solid 1px green;
    border-radius: 15px;
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 15px;
    margin-left: 20%;
}

/* --- INIZIO MODIFICHE BASATE SUL NUOVO LOGO ---
*/

.contenitoreEsterno {
    width: 100%;
    text-align: center !important;
}

.canvascss {
    height: 250px;
}

.logoThekom {
    max-width: 60px;
}

.logoBannerCliente {
    max-width: 160px;
}

/* MODIFICATO: Utilizziamo il colore oro del logo per i separatori */
.hrSeparator {
    margin-bottom: 25px;
    border-color: #d4913a !important;
}

/* MODIFICATO: Utilizziamo il blu scuro del logo come sfondo del form */
.formInserimentoDati {
    margin-bottom: 12px;
    background-color: #304975;
    border: solid 1px #1e2c47; /* Bordo più scuro per profondità */
    border-radius: 60px;
    padding: 15px;
}

/* MODIFICATO: Testo bianco per contrasto con lo sfondo blu */
.labelCampoRichiesto {
    font-weight: bolder;
    padding: 13px;
    color: white;
}

.inputCampoRichiesto {
    margin-bottom: 30px;
    border-radius: 40px;
}

.formPrivacy {
    text-align: left;
    margin-bottom: 12px;
    border: solid 1px lightgrey;
    border-radius: 30px;
    padding: 30px;
}

/* MODIFICATO: Tasto secondario con bordo oro e testo blu */
.tastoCanvas {
    border: solid 1px #d4913a;
    font-weight: bolder;
    height: 30px;
    font-size: 12px;
    width: 100px;
    color: #304975;
    background-color: white;
    border-radius: 12px;
}

/* MODIFICATO: Tasto principale in oro per la call to action, con testo bianco per leggibilità */
.TastoAction {
    border: none;
    font-weight: bolder;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
    height: 60px;
    background-color: #d4913a;
    color: white;
    border-radius: 12px;
}


.riquadroSelezioneLingua {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.tableApprovazioni {
    width: 100%;
    text-align: center;
    font-size: large;
}


/* MODIFICATO: Pulsanti di "Accedi" e "Registrati" in oro, come la call-to-action principale */
.tasto {
    color: #ffffff;
    background-color: #d4913a;
    border-color: #b87d32; /* Bordo leggermente più scuro */
    text-decoration: none !important;
    padding: 12px !important;
    min-width: 50%;
}

    .tasto > a {
        color: white !important; /* Assicura che il link interno sia bianco */
    }

/* MODIFICATO: Tasti della Navbar con lo sfondo blu del logo */
.tastoNavBar {
    color: #ffffff;
    background-color: #304975;
    border-color: #1e2c47;
    text-decoration: none !important;
    padding: 2px !important;
    min-width: 50%;
}


@font-face {
    font-family: 'Bello Script';
    src: url('../fonts/FontsFree-Net-Bello-Script.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Grandstander Variable';
    src: url('../fonts/Grandstander-VariableFont_wght.woff') format('woff');
    font-weight: normal; 
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Black';
    src: url('../fonts/proximanova_black.woff') format('woff');
    font-weight: 900; 
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/proximanova_regular.woff') format('woff');
    font-weight: 400; 
    font-style: normal;
}

* {
    font-family: 'Proxima Nova Regular', sans-serif;
}

h1 {
    font-family: 'Bello Script', cursive;
}

h2 {
    font-family: 'Bello Script', cursive;
}

* {
    font-family: 'Proxima Nova Regular', sans-serif;
}

.btn {
    font-family: 'Bello Script';
    font-size: 1.4em;
}


.font-client {
    font-family: 'Proxima Nova Regular';
    font-size:1.1em;
    color:white !important;
}

.tasto {
    font-family: 'Bello Script';
    font-size: 1.4em;
}


.white {
    color: white !important;
}

.orange {
    color: #d4913a !important;
    font-weight: bold;
}