/********** - header - **********/
header{
    position: relative;
    z-index: 4;
    top: 5px;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 0;
    transition: .15s all ease-in;
}

.page-logo{
    position: fixed;
    top: 10px;
    left: 20px;
    width: auto;
    height: auto;
    pointer-events: auto
}

.page-logo .logo-wrapper{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-logo .logo-wrapper img{
    width: 72px;
    object-fit: cover;
}

.header-wrapper{
    transition: .25s;
}

.left-primary-navbar{
    z-index: 3;
    position: fixed;
    top: 70px;    
    left: 20px;
    display: flex;
    justify-content: start;
    width: auto;
}

.left-primary-navbar .list-scroll-wrapper{
}

.left-primary-navbar .list-items{
    margin: 0;
    display: inline-block;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 50px;
    transition: .35s;
}

.left-primary-navbar .item-option{
    margin: 10px 0 10px;
}


.left-primary-navbar .item-link{
    display: block;
    width: auto;
    height: 50px;
    font-size: 20px;
    display: flex;
    justify-content: start;
    align-items: center;    
    text-decoration: none;
    box-sizing: border-box;
    color: #222222;
    transition: .15s ease-in-out;
}

.left-primary-navbar .item-link .info-icon{
    font-family: "SourceCodePro-500";    
    margin-right: 10px;
    font-size: 20px;
}

.left-primary-navbar .item-link .info-title{
    font-family: "SourceCodePro-500";    
    font-size: 16px;
}

.top-primary-navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    display: flex;
    justify-content: start;
    align-items: start;
    background: linear-gradient(180deg, rgb(20, 55, 61, .1),  rgba(255,255,255,0) 30%);    
    padding: 10px;
    height: auto;
    z-index: -1;
    pointer-events: none;
}

.top-primary-navbar .list-scroll-wrapper{
    width: 100%;
}

.top-primary-navbar form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    pointer-events: auto;        
}


.search-header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.search-header .search-header-wrapper{
    position: relative;    
    width: 50vh;
    transition: .2s all ease-in-out;    
}


.search-header .search-header-wrapper .search-entries{
    z-index: 10;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 25px;
    background-color: #FFFFFF;
}

.search-header .search-header-wrapper .search-box{
    z-index: 1;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;

}

.search-header .search-header-wrapper .input-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.search-header  .input-content input{
    background-color: transparent;
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding-left: 50px;
    padding-right: 10px;
    border-radius: 50px;
}

.search-header  .input-content span{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    background-color: transparent;
    color: silver;
}
.search-header .results-box{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 25px;
    background-color:  #FFFFFF;    
    box-shadow: 0 5px 20px -2px rgba(0,0,0,.2);    
}

.search-header .suggestions-content{
    z-index: 0;
    padding: 50px 0 0;
    width: 100%;
    display: none;
}

.search-header .suggestion-wrapper {
    padding: 10px 20px 10px;
    border-radius: 20px;
    max-height: 500px;    
    overflow-y: auto;
}

.search-header .suggestion-wrapper .content-title{
    margin-bottom: 10px;
}


.search-header .suggestion-list .suggestion-item{
    display: block;
    text-align: left;
    width: 100%;
    padding: 8px 10px 8px;
    border-radius: 6px;
    background: transparent;
    color: rgba(0,0,0,.8);
    cursor: pointer;
    text-overflow: ellipsis;    
    white-space: nowrap;
    overflow: hidden;    
    transition: .2s ease-in-out;   
}

.search-header .suggestion-list .suggestion-item:hover {
    background: #EEEEEE;
}

.search-header .suggestion-list .suggestion-item .info-icon{
    font-family: "SourceCodePro-500";
    font-size: 13px;
}

.search-header .suggestion-list .suggestion-item .info-title{
    font-family: "Roboto-400";
    font-size: 14px;
}

.search-header .suggestions-content.categories .suggestion-list{
    overflow-y: auto;
}

.search-header .suggestions-content.categories .suggestion-list .scroll-wrapper{
    display: inline-flex;
    flex-wrap: wrap;    
    padding: 0;
    width: 100%;
}

.search-header .suggestions-content.categories  .suggestion-item{
    font-family: "SourceCodePro-200";    
    margin: 6px 0 6px;
    padding: 6px 10px 6px;
    color: #222222;
    border-radius: 8px;
    width: 100%;    
}

.search-header .suggestions-content.categories  .suggestion-item:hover,
.search-header .suggestions-content.categories  .suggestion-item.active{
}

.search-header .suggestions-content.categories  .suggestion-item .info-title{
    font-family: "Roboto-500";    
    font-size: 20px;
    color: #14373d;
}

.search-header .suggestions-content.categories  .suggestion-item .info-title i{
    margin-right: 6px;
    color: #24cbb4;
}

.search-header .suggestions-content.categories .suggestion-list.top-jobs .suggestion-item .info-title{
    font-family: "Roboto-400";    
    font-size: 15px;    
}

.search-header .suggestions-content.categories .suggestion-list.top-jobs .suggestion-item .info-title i{
    color: rgb(255, 209, 6);
}



.search-header .btn-filter-content{
    z-index: 2;
    position: absolute;
    top: 8px;
    right: 10px;
    display: flex;
    justify-content: start;
}

.search-header .btn-filter-content button:nth-child(1){
    background-color: transparent;
}

.search-header .btn-filter-content button{
    background-color: #EEEEEE;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.search-header .search-header-wrapper .action-buttons-box{
    z-index: 1;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    box-shadow: 0 20px 25px -12px rgba(0,0,0,.15);
}

.search-header .action-buttons-box button{
    font-family: "SourceCodePro-500";    
    width: 100%;
    height: 50px;
    background-color: transparent;
    border-radius: 50px;
    padding: 0 20px 0;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-header .action-buttons-box .btn-open-modal:first-child{
}

.search-header .action-buttons-box .btn-open-modal:nth-child(2){
    background-color: #222222;
    color: #75e8bd;
}

.search-header .action-buttons-box .dd-btn-open-menu{
    width: 100%;
    max-width: 150px;
    padding-right: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.search-header .action-buttons-box .dd-btn-open-menu .btn-title{
    font-family: "SourceCodePro-500";
    font-size: 15px;
    padding: 0 0px 0;
    color: #222222;
    /* max-width: 100px; */
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    /* background: red; */
    text-align: left;
}

.search-header .action-buttons-box .dd-btn-open-menu img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #FFFFFF;
    object-fit: cover;
    padding: 3px;
    margin-right: 6px;
}


.search-header .action-buttons-box .dropdown{
    max-width: auto;
}

.search-header.expanded{
    /*
    z-index: 0;
    position: fixed;    
    background: rgba(0,0,0,.2);
    top: 0;
    align-items:baseline;
    height: 100%;
    padding-top: 10px;
    */    
    transition: .2s all ease-in-out;
}

.search-header.expanded .search-header-wrapper{
    width: 90vh;

}   

.action-buttons-box .dropdown .dropdown-menu{
    overflow: hidden;
    top: 5px !important;
    left: 0px !important;
    width: 180px;
}

.action-buttons-box .dropdown-menu .dropdown-item{
    width: 100%;
    border-radius: 0;
}

.dd-user-image .dropdown-menu .dropdown-item i{
    margin-right: 20px;
}

.top-primary-navbar .jobs-filter{
    width: 100%;
    display: flex;
    justify-content: center;
}

.top-primary-navbar .jobs-filter .list-items{
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #bdffe7;
    box-shadow: 0 20px 20px -20px rgba(0,0,0,.28);    
    width: 50vh;
    padding: 0;
    border-radius: 50px;
    transition: .35s;
}

.top-primary-navbar .item-option{
    width: 100%;
}


.top-primary-navbar .item-link{
    width: auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 50px;
    color: #49858f;
    transition: .15s ease-in-out;
}

.top-primary-navbar .item-link:hover{
    color: #14373d;
}

.left-primary-navbar .item-link:hover{
    color: rgba(0,0,0,.5);
}

.top-primary-navbar .item-option.active .item-link{
    background: linear-gradient(180deg, #3ae8d1, #82ffd0);
    color: #14373d;
}

.top-primary-navbar .item-link .info-icon{
    margin-right: 10px;
    font-size: 20px;
}

.top-primary-navbar .item-link .info-title{
    font-family: "SourceCodePro-500";
    font-size: 16px;
}


/*verder tierno #75e8bd*/
.top-primary-navbar .item-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 3px solid #14373d;
    background-color: transparent;
    color: #14373d;
    */       
    background: #14373d;
    color: #FFFFFF;
    border: 2px solid #14373d;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    border-radius: 5;
    font-weight: bold;
    font-size: 20px;
}

.item-logo:hover{
    color: #66e6b6;
}

.top-primary-navbar.mobile{
    /*display: block;*/
    pointer-events: auto;
    opacity: 1;
    top: 70px;
}

.top-primary-navbar.mobile .list-items{
    /*display: block;*/
    pointer-events: auto;
    margin-left: 0;
}

.wrapper-hamburger-button{
    display: none;
}

.wrapper-hamburger-button > button{
    border: none;
    outline: none;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: transparent;
    color: white;
    font-size: 25px;
    cursor: pointer;
}

.sticky-menu{
    padding: 10px;
}

.sticky-menu .header-wrapper{
    background-color: rgba(8,8,8,1);
}

.sticky-menu .header-wrapper{
    border-radius: 20px;
}

.sticky-menu .logo-image img{
    width: 45px;
}

.sticky-menu .logo-image span{
    font-size: 5px;
    opacity: 0;    
}

.sess-started .search-header .search-header-wrapper .action-buttons-box{
    z-index: 1;
    position: relative;
    width: auto;
    display: flex;
    justify-content: end;
    box-shadow: none;
}

.sess-started .search-header .action-buttons-box .btn-open-modal{
    font-family: "SourceCodePro-500";    
    width: auto;
    max-width: 150px;
    height: 50px;
    background-color: transparent;
    border-radius: 50px;
    padding: 0 5px 0;
    padding-right: 15px;
    font-size: 13px;
}

.sess-started .search-header .action-buttons-box .btn-open-modal:first-child{
    margin-right: 10px;
}

.sess-started .search-header .action-buttons-box .btn-open-modal:nth-child(2){
    background-color: #222222;
    color: #FFFFFF;
}

.search-header .action-buttons-box .dd-btn-open-menu{
    padding: 0 5px 0;
    padding-right: 15px;
}
