#kt_modal_interest_search .btn.btn-icon {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 30px;
}

#kt_modal_interest_search .modal-content {
    background: none;
}

#kt_modal_interest_search .modal-content .modal-body form .search-form-content {
    position: relative;
}

#kt_modal_interest_search .modal-content .modal-body form .search-form-content .search-field {
    border-radius: 10px;
    font-weight: 600;
    color: #aaa;
    text-shadow: 0 0 20px #123;
    width: 80%;
    background-color: transparent;
    border: 1px solid grey;
    padding-left: 50px;
}

#kt_modal_interest_search .modal-content .modal-body form .search-form-content .btn-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    color: #aaa;
    text-shadow: 0 0 20px #123;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination-container nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_container img {
    height: 280px !important;
}

.cityHallEmployees .nav-tabs {
    border-bottom: 3px solid #cd4335;
}

.cityHallEmployees .nav-tabs a.active {
    background-color: #cd4335;
    color: #fff;
}

.cityHallEmployees .nav-tabs .nav-item {
    margin-bottom: 1px;
}

.vezi-detalii {
    color: #cd4335;
    cursor: pointer;
}

.comment {
    padding: 19px;
    border-radius: 10px;
    border: 1px solid #e1dede;
}

@media (max-width: 767.98px) {
    #add-comment {
        width: 100% !important;
    }
}

