.second-row {
    background: white;
    height: 70px;
    /* padding-top: 25px; */
    align-content: center;
    text-align: center;
}

.second-row .nav-search {
    height: 60px;
    border-radius: none;
}

.nav-search:focus {
    border: none !important;
    box-shadow: none !important;
}

.border-success {
    border-color: #b5c7b9 !important;
}

.accordion-button {
    background: #29923f17;
    border-radius: 15px !important;
    border: none;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background: #29923f17;
}
a{
    text-decoration: none;
    color: #176734;
}

.filter-section {
    height: 800px;
    overflow: auto;
}

.active > .page-link {
    background-color: #176734 !important;
    border-color: #176734 !important;
}

.toggle-btn {
    display: none;
}

@media only screen and (max-width: 768px) {
    .toggle-btn {
        display: block;
    }

    .filter-toggle {
        display: none;
    }
}

.dialog {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #CCC;
    opacity: 0.5;
    z-index: 1000;

    justify-content: center;
    align-items: center;
    display: flex;

}

.show_dialog {
    display: none;
}

/*.footer {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    background-color: #f2f2f2;*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*}*/
