.bottom-fixed {
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 1000; 
    height: 60px; 
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 60px; 
    font-size:small;
}

.fa-quote-left, .fa-quote-right {
    opacity: 0.1;
}

.input-group {
    max-width: 1000px;
    margin: auto !important;
}

.form-control {
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: flex;
    padding: 10px;
    overflow: hidden;
    resize: none;
    height: auto;
}

.grecaptcha-badge {
    visibility: hidden;
}
