.page-content{
    background: #f5f5f5;
    min-height: 100vh;
}

.job-box.bookmark-post .bookmark-label{
    background-color: #dc0abfb0;
}

.bookmark-label i::before{
    transform: rotate(45deg);
}

.job-box:hover{
    border-color: #dc0abf;
}

.bg-pink-subtle{
    background-color: #dc0abf1a !important
}

.candidate-education-content::before{
    height: 75px;
    border: 1px dashed rgba(var(--bs-pink-rgb),.4);
}
.formacao-card{
    min-height: 100px;
}

.candidate-detail-social-menu li .social-link:hover{
    background-color: #dc0abf;
}

.btn-group .btn {
    border-radius: 10px !important;
    padding: 5px 20px;
    font-weight: bold;
}

.btn-group .btn-light {
    background-color: #fff;
    color: #333;
}

.btn-group .btn.active {
    color: white;
}
@media (max-width: 992px) {
    .section {
        padding-top: 40px;
    }
}

#loader-profs {
    height: 100px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    z-index: 99999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: visible;
    opacity: 1;
}

#loader-profs #status {
    position: relative;
    height: 100px;
    background: none;
}

.choices__list--dropdown {
    z-index: 1000 !important;
}

.pagination-container .pagination .page-item.active .page-link {
    background-color: #dc0abf;
    border-color: #dc0abf;
    color: white;
}

.filter-distancia {
    border: solid 1px #e6e6e6;
    border-radius: 5px;
    background: #f9f9f9;
    padding: .25rem 1.1rem;
}


.range-ampli {
    width: 100%;
}

.range-ampli{
    -webkit-appearance: none;
}

.range-ampli::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-ampli::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #dc0abf;
    margin-top: -4px;
}

.range-ampli:focus {
    outline: none;
}

.range-ampli:focus::-webkit-slider-runnable-track {
    background: #ccc;
}