.doctor-search-btn.active {
    background: white !important;
    color: #006FAC !important;
}

#map {
    min-height: 550px;
}

.previous::before {
    content: "\f104" !important;
}

.first-page::before {
    content: "\f100";
    font-family: "Font Awesome 5 Pro";
    color: #085A9C;
    margin-right: 5px;
    font-size: 1.6rem;
}

.next::after {
    content: "\f105" !important;
}

.last-page::after {
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    color: #085A9C;
    margin-right: 5px;
    font-size: 1.6rem;
}

.btn-pagination-form {
    background: none;
    color: #085A9C;
}

.btn-pagination-form:hover {
    text-decoration: underline;
}