﻿.contact-modal .modal-content {
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 25px;
    overflow: hidden;
    padding: 25px;
}

.contact-modal .modal-header {
    background-color: none;
    color: white;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.modal-btn-close {
    margin-top: 9px;
    width: 35px;
    height: 35px;
    padding: 0;
    background: none;
    border: none;
    transition-duration: 0.3s
}

.modal-btn-close:hover{
    transform: rotate(180deg);
}
    

.modal-btn-close img {
    width: 100%;
    height: 100%;
}

.contact-modal .modal-title {
    color: white;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}


    .contact-modal .btn-close:hover {
        color: #ddd;
        background-color: transparent;
    }

.contact-modal .modal-body {
    margin-top: 25px;
}

.contact-modal .form-control {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.contact-modal .form-floating label {
    color: #666;
}

.contact-modal .form-check-input {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    accent-color: #3FB44C;
}

    .contact-modal .form-check-input:checked {
        background-color: #3FB44C;
    }

    .contact-modal .form-check-input:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(63, 180, 76, 0.5);
    }

.contact-modal .btn-netinfood {
    background-color: #3FB44C;
    color: white;
    border: none;
    border-radius: 15px;
    height: 50px;
    font-size: 1rem;
    transition: background-color 0.2s;
}

    .contact-modal .btn-netinfood:hover {
        background-color: #2C7D35;
    }

/* Stile per lo sfondo oscurato quando la modale è aperta */
.blur-background {
    filter: blur(5px);
}
