.doctor-place-decor{
	font-size: 12px;
    font-weight: 300;
    line-height: 14.06px;
    text-align: left;
    color: #EF3541;
    position: relative;
    padding-left: 13px;
    white-space: nowrap;
    display: inline-block;
    margin-right: 10px;

}

.reset-button.tag-adress:hover{
    color: red;
    border-color: red;
}
.apply-filters{
    background-color: white;
    border: solid 1px #EF3541;
    border-radius: 32px;
}
.modal ul li.active {
    background-color: white;
    border-radius: 32px;
	color: #a30913;
    padding: 4px 10px;
    margin-top: 5px;
}
.modal ul{
    padding: 0;
}
.doctor-place-decor:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    background-image: url(/local/templates/cyberlab/img/geo-point.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.filter-dropdown{
	border-radius: 32px;
    height: 42px;
    padding: 8px 16px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.modal {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 500px;
    text-align: center;
}

.modal-close {
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.modal-header {
    justify-content: space-between;
    display: flex;
}

.modal ul li {
    list-style: none;
    cursor: pointer;
    width: 50%;
    margin: 5px auto;
}

.modal ul li:hover {
    color: #a30913 !important;
}
.disable{
    opacity: 0.5;
    pointer-events: none;
}
.doctors-card.hidden_doctors{
    display: none;
}
#show-more-button.hidden{
    display: none !important;
}