html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.event-title {
    font-weight: bold;
}
.event-time {
color: gray;
}

.search-bar .clear-search-btn {
    /* position: absolute; */
    right: 16px;
    top: 7px;
    height: 20px;
    width: 20px;
    z-index: 2;
}
.search-index{
    margin-left: -38px;
    margin-top: 7px;
    margin-right: 37px;
}
#wrapper-footer {
    padding: 15px 0;
}

@media (min-width: 992px) {
    .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1680px;
        padding: 0 50px;
    }
}
.header-filters-btn::after {
    content: " +";
}

body:has(.offcanvas.show) .header-filters-btn::after {
    content: " - ";
}
.error{
    color: red;
}
.hidden{
    display: none;
}
.email-link {
    color: #0d6efd !important;
    text-decoration: underline;
}
.fa-icons{
    color: #fff !important;
    font-size: 20px !important;
}
.img-fluid{
    width: 150px;
    height: 150px;
}
#footer {
    margin-top: auto;
}

