/*
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 : 19/01/2023, 01:31:50 PM
    Author     : Rcwong0x
*/
/*html{
    font-size: 62.5%;
}
body {
    font-size: calc(15px + 0.390625vw);
}
p {
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
}
.header-mobile, .background-gradiant, .bottom-nav, .jobs-feed__title--mobile {
    display: none;
}
/*  ===== End Resets =====  */
.search-grid{
    grid-template: none;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 24px;
}
.top-navbar {
    grid-column: 1 / 13;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 68px;
    margin-top: 58px;
    font-size: 1.6rem;
}
.top-navbar__left-items, .top-navbar__right-items{
    display: flex;
    gap: 38px;
    padding: 0;
    margin: 0;
    
    list-style: none;
}
/*.searcher {
    grid-column: 1 / 13;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    height: fit-content;
    
    margin-top: 72px;
    padding: 0;
    border: none;
    border-radius: initial;
}
.searcher__input-group {
    border: 2px solid var(--secondary-color);
    border-radius: 6px;
    width: 250px;
    height: 50px;
    flex: 1;
    overflow: hidden;
    margin-right: 15px;
}
.searcher__label, .searcher__input{
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 21px;
}
.searcher__input {
    border: none;
    height: 42px;
}
.searcher__label {
    border: none;
    font-weight: bold;
    color: var(--link-color);
    background-color: white;
    margin-bottom: 0px;
}
.searcher__submit {
    max-width: fit-content;
    flex: 1;
    font-weight: 500;
    line-height: 21px;
    font-size: 18px;
}*/
.content{
    grid-area: initial; 
    grid-column: 1 / 13;
    width: 100%;
    height: fit-content;
    background: initial;
}
.main-results{
    grid-column: 2 / 12;
    margin-top: 24px;
}
.main-results__filters{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.job-searchs-results {
    display: flex;
    gap: 32px;
    margin-top: 24px;
}
.jobs-feed {
    flex: 1;
    padding-bottom: 12px;
}
.jobs-feed__title{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px; 
    color: var(--secondart-color-2);
    margin: 18px 0;
}
.jobs-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.job-resume {
    border: 1px solid var(--secondary-color);
    border-radius: 12px;
    padding: 40px 30px 15px;
    background-color: var(--white);
}
.job-resume__header *{
    font-size: 1.8rem;
    font-weight: 300;
}
.job-resume__card-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 16px;
    color: var(--black-2);
    margin-bottom: 15px;
}
.job-resume__main{
  color: #737277;
  
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
  margin: 18px 0;
}
.job-resume__medal-container-x {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 30px;
    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: 20px;
}
.job-resume__medal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    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--active{
    /*background-color: #fafafa;
    flex: 1;
    max-width: 50%;
    position: sticky;
    top: 0;
    bottom: 0;

    height: 100vh;
    padding: 12px 0;
    overflow: hidden;*/
}
.job-description-container {
    /*position: relative;
    border-radius: 12px;
    overflow: hidden;
    
    height: 100%;
    width: 100%;*/
}
.button-slider {
    display: none;
}
.job-description__buttons{
    position: static;
    flex: 1;
    
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    padding: 4px;
    width: 100%;
 
}
.job-description__button-chat{
    display: none;
}
.job-description__button-apply{
    max-width: fit-content;
    border-radius: 8px;
}
.job-description__button-heart{
    display: flex;
    font-size: initial;
}
.job-description {
    height: 100%;
    width: calc(100% - 15px);
    border: 1px solid var(--secondary-color);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-bottom: 20px;
}
.job-description a{
    /*color: var(--accentuary-color);*/
}
.job-description__title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 16px;
    color: var(--black-2);
    margin-bottom: 6px;
}
.job-description__header {
    /*display: flex;
    flex-direction: column;
    position: relative;
    height: fit-content;
    padding: 24px 24px 24px 24px;
    border-bottom: 1px solid var(--secondary-color);*/
}
.job-description__img {
    /*display: none;*/
}
.job-description__job-data{
    display: block;
    width: 100%;
    text-align: initial;
    margin: 0;
}
.job-description__share{
    display: none;
}
.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;
    width: 100%;
    margin-top: 16px;
    color: var(--black);
}
.job-description__buttons > p{
    color: #737277;
}
.job-description_buttons{
    margin-left: auto;
}
.job-description__vacantes-disponibles {
    display: inline-flex;
    margin-left: auto;
    max-width: 50%;
    letter-spacing: 1px;
    font-size: 1.6rem;
}
.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);
}

.popular-section {
    display: block;
    grid-column: 2 / 12;
        margin-top: 50px; 
}
.popular-section__title{
    font-size: 3rem;
    font-weight: 700;
    color: var(--black);
    line-height: 45px;
    
}
.popular-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    row-gap: 13px;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 20px;
}
.other-links p {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.bottom-nav{
    display: none;
}/*
/*
@media only screen and (max-width: 425px){
    .search-grid{
        grid-template-columns: repeat(4, 1fr);
        column-gap: 16px;
    }
    .searcher{
        grid-column: 1 / 5;
        padding: 6px;
        margin: 0 16px;
        overflow: hidden;

        border: solid 1px var(--primary-color);
        border-radius: 30px;
    }
    .popular-section {
        display: none;
    }
    .main-results{
        grid-column: 1/5;
    }
    .searcher__input-group, .searcher__submit {
        flex-basis: 100%;
        border: none;
    }
    .searcher__label-to-desktop {
        display: none;

    }
    .searcher__label-to-mobile{
        display: table-cell;
        font-size: 1.6rem;
    }
    .custom-button--primary {
        border-radius: 30px;
    }
}*/
