/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 24 mag 2024, 16:04:44
    Author     : nicol
*/

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: none;
}

#footer .footer-top .social-links a:hover {
  background: rgba(255, 255, 255, 0.20) !important;
  color: #fff !important;
  text-decoration: none;
}

.footer-links
{
    text-align: left;
}

.footer-top .footer-links ul
{
    padding: 0;
    margin: 0;
}
.footer-top .footer-links a
{
    color: #fff;
}
.footer-top .footer-links i
{
    color: #006fbe;
}

.miniCalendario .text-warning
{
    color: #006fbe !important;
}

.btn-primary
{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    color: #006fbe;
    margin-top: 6px;
    border: 2px solid #006fbe;
    background-color: #fff;
}
.btn-primary:hover
{
    background: #006fbe;
    color: #fff;
    text-decoration: none;
}

#footer .invia-richiesta-fake:not(.modal .invia-richiesta-fake),
#footer .invia-richiesta:not(.modal .invia-richiesta-fake) {
    color: #006fbe;
    background: #ffffff;
    transition: 0.3s;
    border: 2px solid #006fbe;
}

#footer .invia-richiesta-fake:hover:not(.modal .invia-richiesta-fake),
#footer .invia-richiesta:hover:not(.modal .invia-richiesta-fake) {
    background: #006fbe;
    color: #ffffff;
}

.dropzone {
    border: 1px solid #0a58ca !important;
}

.modal-header-custom {
    color: #0a58ca; /* var(--bs-btn-hover-border-color); Attenzione: non è definita in questo tema, quindi devo usare il colore schietto! */
}

.form-floating .form-check-label-custom:not(#footer .form-check-label-custom) {
    color: rgba(var(--bs-body-color-rgb), .65);
}
#footer .form-floating .form-check-label-custom:not(.modal-content .form-check-label-custom) {
    color: rgba(var(--bs-body-color-rgb), .65);
}
#footer .modal .form-check-label-custom:not(.form-floating) {
    color: rgba(var(--bs-body-color-rgb), .65);
}
#footer .form-check-label-custom:not(.modal-content .form-check-label-custom) {
    color: white;
}

/*.invia-richiesta-fake {
    display: none;
}*/

#header .btn-getstarted {
  /*font-family: "Raleway", sans-serif;*/
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #006fbe;
  color: #006fbe;
}

#hero[data-carousel="1"] {
    height: 100%;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: inherit;
}

#footer {
    padding-top: 10px;
    padding-bottom: 0px;
}

#header .logo img {
  max-height: 50px;
}

/* Selettore specifico per il contenitore generato da select2 */
.form-select-custom + .select2-container .select2-selection--single {
    height: 58px;
    line-height: 58px; /* Allinea verticalmente il testo */
    padding-top: 13px !important;
}

.form-select-custom + .select2-container .select2-selection__rendered {
    line-height: 58px; /* Allinea verticalmente il testo */
}

.breadcrumbs
{
    margin-top: 120px;
}