/* HEADER - HEART ICON */
.job-count-container>a{
  width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
      margin-top: 15px;
}
.heart {
  width: 15px;
  height: 100%;
  display: flex;
}
.job-count-container >a:has(.scroll-change)
{
  border:1px solid rgba(240, 109, 80, 1);
}

.job-count-container{
    position: absolute;
    height: 100px;
    display: flex;
    justify-content: end;
    align-items: center;
    right:0%;
    margin-right:120px;
}
@media(max-width:1024px){
  .job-count-container{
    margin-right:90px;
  }
}

.main-menu-saved-jobs{
background-color: #F4F4F4;
    transition: var(--animated);
    transform: translateX(-100%);
    width: 0;
    opacity: 0;
    max-width: 400px;
    height: 100%;
    align-items: start;
    justify-content: center;
    padding: 0 2rem;
}
.main-menu-saved-jobs.open {
    width: 100%;
    opacity: 1;
    transform: translateX(0);
}
#pagination .ais-Pagination-link.pagination-link:hover{
  background-color:black!important;
}
#job-count{
background: white;
  border:1px solid rgba(240, 109, 80, 1);
width: 15px;
height: 15px;
border-radius: 50%;
color: rgba(240, 109, 80, 1);
text-align: center;
display: flex;
align-self: center;
justify-content: center;
align-items: center;
align-content: center;
font-family: Gilroy;
font-size: 8px;
position: absolute;
  margin-top: 11px;
    margin-left: 11px;
      line-height: 16px;
}
.bg-header{
  background-color:#F4F4F4;
 
}
/* HEADER - HEART ICON - END */

#btn-heart > a > div,
.searchBox > input{
  border-width:0.5px;
}

.ais-Dropdown{
  margin-bottom:0px!important;
}


.has-heart svg,.has-heart-2 svg{
    
        fill: #C0C3CC;
        transition: all 0.3s ease-in-out;
    
}

.has-heart,.has-heart-2 {
    &:hover {
        svg {
            fill: #EA64D9;
        }
    }
}
.has-heart,.has-heart-2 {
    &.added-to-fav {
        svg {
            fill: #EA64D9;
            animation: add-to-fav 0.3s ease-in-out 1;
        }
    }
}
#heart-icon-wrapper .ais-Hits-item{
  padding:0px;
  box-shadow:unset;
  background:unset;
}

#filtered-jobs > div > ol > li:not(:last-child){
  margin-bottom:15px;
  
}
#filtered-jobs > div > ol > li{
  padding: 16px 20px;
}
