/*
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 .social-links
{
    display: block;
}
.footer .social-links a
{
    display: inline-block;
    width: 36px;
    height: 36px;
}
.footer .social-links a .bi::before, [class^="bi-"]::before, .footer .social-links a [class*=" bi-"]::before
{
    vertical-align: -.4em;
}

.btn-primary {
    background: #ffc451;
    border: 0;
    padding: 10px 24px;
    color: #202020;
    transition: 0.4s;
    border-radius: 4px;
}
.btn-primary:hover, .btn-primary:active {
    background: #ffcd6b !important;
}

.breadcrumbs {
    margin-top: 80px;
}

.breadcrumbs[data-news_ticker="true"] {
    margin-top: 120px;
}

.formButton:hover, #formButton:hover {
    background: #ffcd6b;
}

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

#footer .invia-richiesta-fake:hover:not(.modal .invia-richiesta-fake),
#footer .invia-richiesta:hover:not(.modal .invia-richiesta-fake) {
    background: #ffbb38;
    color: #343a40;
    border-color: #ffbb38;
}

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

.modal-header-custom {
    color: #ffc451;
}

.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;
}

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