.header {
    background: url(https://exportreadiness.com/wp-content/uploads/2020/07/cropped-andy-li-CpsTAUPoScw-unsplash-min-scaled-2.jpg);
    background-position: center;
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    color: white !important;
    position: relative;
}

h3.text-center {
    margin-top: 20px;
}

.form-login {
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin-top: 150px;
}

#overlay {
    display: none;
}

button.fc-multiMonthYear-button.fc-button.fc-button-primary {
    text-transform: capitalize !important;
}

.alert {
    display: none;
}

.nav-logo {
    width: 200px;
}

.navflex {
    flex-wrap: wrap;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000ba;
    overflow: hidden !important;
    z-index: 999;
    display: none;
    align-content: center;
    align-items: center;
}

.main-header.header-background.text-center {
    padding-bottom: 55px;
}

.menu-selected {
    color: #0056b3 !important;
    border: 1px solid #0056b3e0 !important;
    background-color: white;
    text-decoration: none;
}

a.menu-button {
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 3px;
    border: 1px solid #ffffff00;
    font-weight: 500;
}

a.menu-button:hover {
    color: #0056b3 !important;
    transition: color 0.5s;
    border: 1px solid #0056b3e0;
    background-color: white;
    text-decoration: none;
}

.copyright-line {
    color: white;
    border-color: white;
    opacity: 1;
    width: 50px;
}

.buttons-menu>a {
    color: white;
}

.btn-primary {
    background-color: #007c9e !important;
    border-color: #007c9e !important;
}

img.testimonial-photo {
    width: 40%;
    margin: 25px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #007c9e8c;
    z-index: 0;
}

.form-label {
    font-weight: bold;
}

.testimonial-text {
    text-align: justify;
}

.input-group-addon {
    background: #ededed;
    border-radius: 10px;
    padding: 5px;
}

svg.svg-inline--fa.fa-eye-slash.fa-w-20 {
    margin-top: 6px;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #007c9e8c;
    /* Bianco trasparente */
    z-index: 1;
}

.footer {
    background-color: #007c9e;
    color: white !important;
    padding-top: 25px;
}

.made-by {
    padding: 30px;
}

.above-title {
    gap: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.header>* {
    position: relative;
    z-index: 2;
}

* {
    font-family: "Poppins";
}

@media all and (min-width: 737px) and (max-width: 1279px) {
    #filters {
        width: 16%;
        padding: 5%;
        margin-top: 0;
    }

    div.main-header {
        flex-direction: column;
    }

    nav.navbar {
        display: block;
    }

    .container-fluid {
        justify-content: center !important;
    }

    .navbar {
        background-color: #ffffff !important;
    }

    button.navbar-toggler.collapsed {
        border: 0;
    }

    .p-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-column-gap: 35px !important;
        grid-row-gap: 5px !important;
        width: 100%;
    }

    .buttons-menu {
        display: none;
    }

    .container {
        width: 100%;
        max-width: unset;
    }

    .main {
        display: flex;
        height: auto;
        flex-direction: column-reverse;
    }

    div#calendar {
        width: 90%;
        padding-bottom: 20px;
        height: 740px;
    }

    div#filters {
        width: auto;
    }

    .col-9 {
        width: 100% !important;
    }

    div#modal-content {
        width: 80% !important;
        margin-top: 5%;
        margin-bottom: 10%;
    }

    .mobile-command-buttons {
        display: flex;
        justify-content: center;
    }
}

/* Tablets on vertical mode */
@media all and (min-width: 481px) and (max-width: 736px) {
    #filters {
        width: 16%;
        padding: 5%;
        margin-top: 0;
    }

    div.main-header {
        flex-direction: column;
    }

    nav.navbar {
        display: block;
    }

    .container-fluid {
        justify-content: center !important;
    }

    .navbar {
        background-color: #ffffff !important;
    }

    button.navbar-toggler.collapsed {
        border: 0;
    }

    .p-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-column-gap: 35px !important;
        grid-row-gap: 5px !important;
        width: 100%;
    }

    .buttons-menu {
        display: none;
    }

    .container {
        width: 100%;
        max-width: unset;
    }

    .main {
        display: flex;
        height: auto;
        flex-direction: column-reverse;
    }

    div#calendar {
        width: 90%;
        padding-bottom: 20px;
        height: 740px;
    }

    div#filters {
        width: auto;
    }

    .col-9 {
        width: 100% !important;
    }

    div#modal-content {
        width: 80% !important;
        margin-top: 5%;
        margin-bottom: 10%;
    }

    .mobile-command-buttons {
        display: flex;
        justify-content: center;
    }
}

/* Mobiles or small Tablets */
@media all and (max-width: 480px) {
    #filters {
        width: 16%;
        padding: 5%;
        margin-top: 0;
    }

    div.main-header {
        flex-direction: column;
    }

    nav.navbar {
        display: block;
    }

    .container-fluid {
        justify-content: center !important;
    }

    .navbar {
        background-color: #ffffff !important;
    }

    button.navbar-toggler.collapsed {
        border: 0;
    }

    .p-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-column-gap: 15px !important;
        grid-row-gap: 5px !important;
        width: 100%;
        padding: 10px !important;
    }

    .buttons-menu {
        display: none;
    }

    .container {
        width: 100%;
        max-width: unset;
    }

    .main {
        display: flex;
        height: auto;
        flex-direction: column-reverse;
    }

    div#calendar {
        width: 98%;
        padding-bottom: 20px;
        height: 700px;
    }

    div#filters {
        width: auto;
    }

    .col-9 {
        width: 100% !important;
    }

    div#modal-content {
        width: 80% !important;
        margin-top: 5%;
        margin-bottom: 10%;
    }

    h2#fc-dom-1 {
        font-size: 12px !important;
        margin: 0 !important;
    }

    div#modal-content {
        width: 90% !important;
    }

    h2 {
        font-size: 23px;
        margin-bottom: 0;
    }

    #filters {
        padding: 3%;
    }

    .mobile-command-buttons {
        display: flex;
        justify-content: center;
    }
}