body {
    padding: 0px 30px;
    background-color: #f8f8f8;
    font-family: 'Poppins';
}

.login-page {
    background-color: #00224d;
    background-image: url("../images/bg-login.png");
    background-position: right;
    background-repeat: repeat-y;


}

.titolo-sezione {
    font-style: normal;
    font-size: 25px;
    font-weight: 700;
    line-height: 23px;
    color: #565454;
    text-align: center !important;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.titolo-popup {
    font-style: normal;
    font-size: 25px;
    font-weight: 700;
    line-height: 23px;
    color: #565454;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.sotto-titolo-popup {
    padding-top: 15px;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: #565454;
    text-align: center;
    margin-bottom: 15px;
}

.testo-popup {
    padding-top: 15px;
    font-style: normal;
    font-size: 15px;
    line-height: 17px;
    color: #565454;
    text-align: center;
    margin-bottom: 15px;
}

.sep-sx {
    border-left: 1px solid #ddd;
}

.header {
    height: 60px;
    margin-bottom: 15px;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: rgba(77, 100, 247, 0.55) 0px 25px 50px -0.9rem;

}

.shadow {
    box-shadow: rgba(77, 100, 247, 0.25) 0px 25px 50px -0.9rem;
}

.header-logo {
    height: 100%;
    padding: 10px 0px 10px 20px;
}

.header-user {
    height: 100%;
    padding: 10px;
}

.header-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5rem;
    padding-top: 5px;
}

.box {
    border-radius: 20px;

}

.box-login {
    border-radius: 5px;
    margin-top: 100px;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: rgba(77, 100, 247, 0.25) 0px 25px 50px -0.9rem;

}

.login-error {
    color: red;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    font-size: 16px;

}

.invio-ok {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
}

.ticket {
    margin-bottom: 10px;
    min-height: 120px;
    padding: 10px;
    font-size: 1rem;
    cursor: pointer;
    background-color: white;
    box-shadow: rgba(77, 100, 247, 0.25) 0px 25px 50px -0.9rem;

}

.ticket-thread {
    font-size: 1rem;

    background-color: f8f8f8;
}

.modal-header-ticket {
    border-bottom: 0px;
    padding-bottom: 5px;
}


.ticket-thread-modal {
    background-color: #fff;

}

.ticket-dettaglio {
    margin: 5px;
    height: auto;
    padding: 10px 3px;
    border-radius: 0;
    border-bottom: 1px solid #ddd;

}

.ticket-oggetto {
    font-size: 1.0rem;
    line-height: 1.7rem;
    font-weight: bold;
    color: #565454;
}

.ticket-content {
    font-size: 1rem;
    margin: 0px;
    padding: 0px
}

.ticket-nome-cliente {
    color: #014EFF;
}

.ticket-nome-utente {
    color: #565454;
    margin-left: 10px;
}

.ticket_utente {
    margin-top: 10px;
    height: auto;
    padding: 10px;
    background-color: white
}

.ticket_separatore {
    border-top: 1px solid gray;
    margin: 3px 0px;
}

.ticket_priorita {
    margin-top: 10px;
    height: auto;
    padding: 10px;
}

.ticket_tecnico {
    margin-top: 20px;
    height: auto;
}

.ticket_risposte {
    margin-top: 10px;
    height: auto;
    padding: 10px;
}


.ticket:hover {
    background-color: #ddd;
}

.ticket_id_label {
    color: #565454;
}

.ticket_id {
    color: #014EFF;
}


.ticket_stato {
    text-align: center;
    border-radius: 10px;
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
    color: #fff;
}

.ticket_aperto {
    background-color: #00A807;
}

.ticket_chiuso {
    color: white;
    background-color: #949191;
}

.ticket_cancellato {
    color: darkred;
}

.da_leggere {
    background-color: darkred;

}


.ticket-modal-body {
    padding-top: 0px;
}

.ticket_data {
    margin-top: 20px;
    font-style: oblique;
    color: #949191;
    font-size: 0.7rem;
}

.ticket-dettaglio .ticket-data {
    font-style: oblique;
    color: #949191;
    font-size: 0.7rem;
}

.ticket_descrizione {
    font-size: 0.9rem;
    font-weight: normal;
    color: #000;
    padding: 2px 12px;
    display: block;
}

.ticket_header {
    margin: 10px 0px;
    background-color: #777;
    font-size: 2rem;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.tipologia {
    color: #014EFF;
    font-size: 1rem;

}

.separatore {
    font-size: 1rem;

}

.priorita {
    font-size: 1rem;
}

.bassissima {
    color: #9491
}

.bassa {
    color: #565454
}

.normale {
    color: #00A807
}

.alta {
    color: #BA0042
}

.urgente {
    color: #BA0042;
    text-transform: uppercase;
}

.ticket-header {
    padding: 0px 5px 15px 8px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

.ticket_utente {
    color: inherit
}

.btn-aol {
    display: inline;
    background-color: #0145ff;
    color: #fff;
    border-radius: 20px;
    padding: 3px 20px;
    height: 35px;
    font-style: normal;
    font-size: 0.8rem;
    line-height: auto;
    align-items: center;
    text-align: center;
    width: auto;
    border: 0px;
}

.btn-ticket {
    display: inline;
    background-color: #0145ff;
    color: #fff;
    border-radius: 20px;
    padding: 3px 20px;
    height: 35px;
    font-style: normal;
    font-size: 0.8rem;
    line-height: auto;
    align-items: center;
    text-align: center;
    width: auto;
    border: 0px;
}

.barra-top {
    background-color: #0145ff;
    color: #fff;
    border-radius: 20px;
    padding: 0.5rem 20px;
    height: 35px;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1.1rem;
    align-items: center;
    text-align: center;
    width: 100%;
}

.barra-top span {
    padding: 3px 8px;
    cursor: pointer;
}

.barra-top span.active {
    padding: 3px 8px;
    background-color: #fff;
    color: #0098FF;
    border-radius: 200px;
    margin: 5px 5px;
    cursor: auto;

}

label {
    padding-top: 10px;
    padding-bottom: 1px;
    font-size: 1rem;
}

.aol-input {
    padding-top: 8px !important;
    background-color: #f9f9f9 !important;
}

input {
    padding-top: 8px !important;

    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    background-color: #f9f9f9 !important;
}

.form-check-input {
    background-color: #999 !important;
    color: #000;
}

textarea {
    padding-top: 3px !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    background-color: #f9f9f9 !important;
}

.log_field {
    padding-top: 3px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 5px;
    color: #0000BB;
    font-weight: bold;
}

.log_field_code {
    padding-top: 3px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 5px;
    border: 3px solid #fff !important;
    background-color: #dadada !important;


}


select {
    background-color: #f9f9f9 !important;

}

.ticket-titolo {
    color: #565454;
    font-size: 1.4rem;
    font-weight: bold;
}

.noticket {
    color: #565454;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 2.1rem;
    margin: 30px 0px;
}

.box-menu {
    margin-bottom: 10px;
    min-height: 120px;
    padding: 10px;
    font-size: 1rem;
    cursor: pointer;
    background-color: white;
    box-shadow: rgba(77, 100, 247, 0.25) 0px 25px 50px -0.9rem;
}

.form-check-input {
    background-color: #efefef;
    /* Colore azzurro Bootstrap */
    border-color: #0d6efd;
}

.form-check-input:checked {
    background-color: #0d6efd;
    /* Colore azzurro Bootstrap */
    border-color: #0d6efd;
}

/* Dimensioni più grandi */
.form-check-input {
    width: 3rem;
    height: 1.5rem;
}

.valid {
    border: 2px solid green;
}

.invalid {
    border: 2px solid red;
}


.input-field {
    width: 180px;
}

.input-field-small {
    width: 130px;
}

.input-field-large {
    width: 250px;
}

.da_leggere {
    font-weight: bold;
}