/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1/02/2023, 12:02:49 PM
    Author     : Raymundo
*/
.job-description__vacantes-disponibles *{
    padding: 0;
    margin: 0;
}
/*  ===== End Resets =====  */
.top-navbar, .popular-section, .main-results__filters {
    display: none;
}

.search-grid{
    display: grid;
    grid-template: 
        "header" auto
        "main-content";
}
.header-mobile{
    grid-area: header;
    width: 100%;
    height: fit-content;
    padding: 1.6rem;
    background-color: #fbebf2;
}
.header-mobile__image{
    margin-bottom: 1.8rem;
}
.header-mobile__title{
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 120%;
    color: var(--black-2);
}
.content { 
    grid-area: main-content;
    width: 100%;
    height: fit-content;
    padding: 0 1.6rem;
    background: linear-gradient(#fbebf2 0%, #fbebf2 78px, #fff 78px);
}
.searcher{
    width: 100%;
    padding: 12px;
    
    background-color: #fff;
    border: solid 1px #c02a70;
    border-radius: 30px;
}
.searcher__input-group{
    /*display: flex;
    gap: 12px;
    align-items: center;
    
    width: 100%;
    padding: 1.2rem;*/

}   
.searcher__label, .searcher__input{
    /*font-weight: bold;
    font-size: 1.6rem;
    line-height: 21px;*/
}
.searcher__label{
    /*display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    
    color: #C0186F;*/
}
/*.searcher__input{
    border: none;
    flex: 1;
}
.searcher__input:focus{
    outline: none;
}
.searcher__label-to-mobile {display: flex;}

.searcher__label-to-desktop{display: none}

.searcher__label, .searcher__input-text{
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 21px;
}
.searcher__input-text {
    border: none;
    height: 42px;
}
.searcher__submit {
    font-weight: 500;
    line-height: 21px;
}*/
.main-results{
    width: 100%;
    margin-top: 24px;
}
.job-searchs-results {
    display: flex;
    margin-top: 24px;
}
.jobs-feed {
    flex: 1;
    padding-bottom: 12px;
}
.jobs-feed__titles{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jobs-feed__title{
    font-weight: 700;
    font-size: 1rem;
    line-height: 16px; 
    color: var(--secondart-color-2);
    margin: 18px 0;
}
.jobs-feed__title--desktop {
    display: none;
}
.jobs-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 80px;
}
.job-resume {
    border: 1px solid var(--secondary-color);
    border-radius: 12px;
    padding: 18px;
    background-color: var(--white);
}
.job-resume__header *{
    font-size: 1.8rem;
}
.job-resume__card-title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 16px;
    color: var(--black-2);
    
    margin-bottom: 6px;
}
.job-resume__main{
  color: #737277;
  
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
  margin: 18px 0;
}
.job-resume__medal-container-x {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
    color: var(--black-2);
    
    font-weight: 700;
    line-height: 11px;
}
.job-resume__medal-container-y {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    
    font-weight: 400;
    line-height: 11px;
    color: var(--black);
    
    margin-top: 12px;
}
.job-resume__medal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
.job-resume__footer {
    display: flex;
    justify-content: space-between;
    color: var(--black);
    margin-top: 22px;
}
.job-resume__footer > div{
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 4px;

}
.job-description_overlay{
    /*display: none;*/
}
.no-scroll{
    overflow: hidden;
}
.job-description_overlay--active{
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.2);*/
}
.job-description-container {
    /*display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 80vh;
    width: 100vw;
   
    overflow: hidden;*/
}
.button-slider{
    display: inline-block;
    width: 80px;
    height: 14px;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 1px 3px -1px rgb(0 0 0 / 33%);
}
.job-description {
    /*flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-color: var(--white);
    border-radius: 30px 30px 0 0;
    box-shadow: 0px -1px 6px -2px rgb(0 0 0 / 33%);
    width: 100%;*/
}

.job-description__title {
    /*font-weight: 700;
    font-size: 2rem;
    line-height: 16px;
    color: var(--black-2);
    margin-bottom: 6px;*/
}
.job-description__header {
    /*position: relative;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    padding: 24px 24px 24px 24px;*/
}

.job-description__img {
    /*width: 80px;
    height: 80px;
    border-radius: 30px;
    overflow: hidden*/
}
.job-description__job-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 26px;
    text-align: center;
    margin-left: 46px;
}
.job-description__header a, .job-description__header p{
    /*font-size: 1.8rem;*/
}
.job-description__buttons {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 400;
    font-size: .75rem;
    margin-top: 16px;
    position: fixed;
    color: var(--black);
    bottom: 16px;
    left: 16px;
    right: 16px;
}
.job-description__buttons > p{
    color: #737277;
}
.job-description_buttons{
    margin-left: auto;
}
.job-description__button-chat{
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding: 8px;
}
.job-description__button-apply{
    border-radius: 30px;
    flex: 1;
}
.job-description__button-heart{
    display: none;
}
.job-description__vacantes-disponibles {
    display: none;
}
.close-button {
    position: absolute;
    top: 16px;
    right: 16px;

    cursor: pointer;
}
.job-description__details{
    /*width: 100%;
    overflow-y: scroll;
    padding: 16px 24px;
    flex: 1;
    color: var(--black-2);*/
}
.job-description__details p {
    /*margin-bottom: 12px;*/
}
.action-button {
    position: absolute;
    top: 16px;
    right: 16px;

    cursor: pointer;
}

.medal-x {
    display: flex;
    gap: 6px;
    align-items: center;

    font-weight: 700;
    font-size: 1.4rem;
    padding: 4px;
    background-color: rgb(236, 236, 236);
    width: 100%;
    }
.medal-y {
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 300;
    font-size: 1.4rem;
}
.medal-icon--accent {
    color: var(--accentuary-color);
}
.bottom-nav__item:hover path{
    fill: var(--secondary-color);
    stroke: none;
}
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    display: flex;
    justify-content: space-around;
    align-items: center;

    background-color: white;
    border-top: solid 1px #ebebeb;
    padding: 0 16px;
    height: 80px;
    z-index: 10;
}