/**
* @created date 12/12/2023 
* Font Awesome 5 pro icons -----------
*/
@import url("../fontawesome-pro/css/fontawesome.min.css");

.pdf-icon:after {
    font-family: "Font Awesome 5 Pro";
    padding-left: 5px;
    content: "\f1c1" !important;
    font-size: 19px;
}
.map-marker:before {
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    content: "\f3c5" !important;
    font-size: 20px;
    font-weight: lighter !important;
    padding-top: 11px;
}
.users-medical:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f830" !important;
    font-size: 4rem;
    color: #e87722;
    font-weight: lighter !important;
}
.user-nurse:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f82f" !important;
    font-size: 4rem;
    color: #e87722;
    font-weight: lighter !important;
}
.heartbeat:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f21e" !important;
    font-size: 4rem;
    color: #e87722;
    font-weight: lighter !important;
}
.file-alt:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f15c" !important;
    font-size: 4rem;
    color: #e87722;
    font-weight: lighter !important;
}
@media (max-width: 767px) {
    .map-marker:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f3c5" !important;
        font-size: 17px;
        font-weight: unset !important;
        padding-top: 13px;
        padding-left: 12px;
        color: #ffffff;
        padding-right: 5px;
    }
    .users-medical:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f830" !important;
        font-size: 3.5rem;
        color: #e87722;
        font-weight: lighter !important;
    }
    .user-nurse:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f82f" !important;
        font-size: 3.5rem;
        color: #e87722;
        font-weight: lighter !important;
    }
    .heartbeat:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f21e" !important;
        font-size: 3.5rem;
        color: #e87722;
        font-weight: lighter !important;
    }
    .file-alt:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f15c" !important;
        font-size: 3.5rem;
        color: #e87722;
        font-weight: lighter !important;
    }
}
