body{
    /*
    background: rgba(0,0,0,.95);
    color: #ffffff;
    */
    background-color: white;
    color: #FFFFFF;
}

.gradient-mode{
    background-color: rgba(0,0,0,.1);
}

/********** - BG FILTER - **********/
.bg-filter{
    z-index: 0;    
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../../Home/images/profiles/1.jpg) no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.backdrop-filter{
    z-index: 1; 
    position: fixed;
    width: 100%;
    height: 100%;
    background:  white;
    backdrop-filter: blur(30px);    
}

.gradient-mode .backdrop-filter{
    background: transparent;
}

/********** - PROFILE CONVERPAGE - **********/
.post-viewer{
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: transparent;
    overflow-y: auto;
}

.viewer-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 100px;
}

.post-viewer .profile{
    position: relative;
    height: 100%;
    transition: .2s all ease-in;
}

.post-viewer .profile .page-loading {
    z-index: 1;
    position: relative;
    /*
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    */
    transition: .2s all ease-in;
    display: none;
}

.post-viewer .profile .page-loading .loading-wrapper{
    display: flex;
    justify-content: center;
    align-items: end;    
    padding-bottom: 50px;
    height: 100%;
    /*background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.85) 80%, rgba(0,0,0,1) );*/
}

.post-viewer .profile .page-loading span{
    width: 55px;
    padding: 1.5px;
    background: #e1e1e1;
}

.post-viewer .profile-card{
    position: relative;
    margin: 15px;
    border-radius: 20px;
    transform: scale(.85);    
    opacity: .25;
    cursor: pointer;
    pointer-events: none;
    /*overflow: hidden;*/
    transition: .2s all ease;    
}

.post-viewer .profile-bg{
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: start;
    object-fit: contain;
    overflow: hidden;
    box-shadow: 0 30px 30px -30px rgb(0,0,0, .3);
    border-radius: 20px;
    background-color: rgba(255,255,255,.4);
    /*pointer-events: auto;*/
}

.post-viewer .profile-bg .slider-wrapper{
    position: relative;
    margin: 0;
    padding: 0;
    width: 50vh;
    height: 80vh;
    display: flex;
    justify-content: start;
    margin-left: 0;
}

.post-viewer .profile-bg .image-slide{
    float: left;
}

.post-viewer .main-image{
    width: 50vh;
    height: 80vh;
    object-fit: cover;
}

.post-viewer .profile-bg .image-slide.not-photo{    
    float: none;
    width: 100%;
}

.post-viewer .profile-bg .image-slide.not-photo .slide-wrapper{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.post-viewer .image-slide.not-photo .main-image{
    width: 50%;
    height: auto;
}

.post-viewer .profile-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(0,0,0,1), transparent, transparent, rgba(0,0,0,.3))    
}

.post-viewer .profile-info .info-wrapper{
    display: flex;
    height: 100%;
    justify-content: start;
    flex-wrap: wrap;
    align-content: space-between;
    background: linear-gradient(180deg, rgba(0,0,0,.2),  rgba(0,0,0,0) 50%, rgba(0,0,0,.2));
}

.post-viewer .profile-info .info-wrapper .top-info{
    width: 100%;
    padding: 5px 15px 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    pointer-events: none;
}

.post-viewer .profile-info .thumbnail-image{
    margin-right: 0;
    padding: 10px;
    position: relative;
}

.post-viewer .profile-info .thumbnail-image button{
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 13px;
    background-color:  #75e8bd;
    color: #14373d;
}

.post-viewer .profile-info .thumbnail-image .image-wrapper{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    pointer-events: none;
    background: #75e8bd;
}

.post-viewer .profile-info .info-wrapper .thumbnail-image img{    
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.post-viewer .profile-info .info-wrapper .central-info{
    width: 100%;
}

.post-viewer .bottom-info .info-job-ranking{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-viewer .bottom-info .info-job-ranking .wrapper-ranking{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;
}

.post-viewer .info-job-ranking .info-ranking{
    margin: 0;
    width: 100%;
}

.post-viewer .info-job-ranking .info-ranking._trend{
    margin-bottom: 10px;
}


.post-viewer .info-job-ranking .info-ranking._trend,
.post-viewer .info-job-ranking  .info-ranking._vote{

}


.post-viewer .bottom-info .info-job-ranking .wrapper-comment button{
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .15);
    color: #FFFFFF;
}

.post-viewer .bottom-info .info-job-ranking .wrapper-comment button span{
    transition: .15s all ease-in-out;
}

.post-viewer .bottom-info .info-job-ranking .wrapper-comment button:hover span{
    color: #3ae8bf;
}




.post-viewer .central-info .slide-controls{
    opacity: 0;
    transition: .35s;
}

.post-viewer .central-info .slide-controls:hover,
.post-viewer .profile-bg:hover ~ .profile-info .slide-controls{
    opacity: 1;
    pointer-events: none;
}

.post-viewer .central-info .slide-controls .controls-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0 0px 0;
    transition: .35s;
}

.post-viewer .central-info .slide-controls:hover .controls-wrapper,
.post-viewer .profile-bg:hover ~ .profile-info .slide-controls .controls-wrapper{
    padding: 0 30px 0;
    pointer-events: none;
}


.post-viewer .central-info .slide-controls .btn-move-slide{
    display: block;
    padding: 0;
    background-color: rgba(0,0,0,.5);
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    transform: scale(1.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .35s;
    pointer-events: auto;
}

.post-viewer .central-info .slide-controls:hover .btn-move-slide,
.post-viewer .profile-bg:hover ~ .profile-info .slide-controls .btn-move-slide{
    transform: scale(1);
}

.post-viewer .profile-info .bottom-info{
    width: 100%;
    position: relative;
    padding: 0px 20px 15px;
    pointer-events: auto;
}

.post-viewer .profile-info .bottom-info .info-salary{
    font-family: "SourceCodePro-500";    
    background: linear-gradient(180deg, #3ae8d1, #82ffd0);
    color: #222222;

}

.post-viewer .profile-info .action-buttons{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px 0 0px;
}

.post-viewer .profile-info .action-buttons button{
    border-radius: 50px;    
    font-size: 16px;
}

.post-viewer .profile-info .action-buttons button i{
    margin-right: 10px;
}

.post-viewer .profile-controls{
    position: absolute;
    z-index: 3;
    bottom: 0;
    padding: 0 20px 0;
    box-sizing: border-box;
    right: -110px;
    pointer-events: auto;
}

.post-viewer .profile-controls .action-buttons .control-info{
    margin: 20px 0 0;
}

.post-viewer .profile-controls .action-buttons button{
    margin: 0 0 5px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #EEEEEE;
    color: rgb(143, 143, 143);
    transition: .2s all ease-in;
}

.post-viewer .profile-controls .action-buttons button:hover{
    color: #14373d;
    box-shadow: none;
}

.post-viewer .profile-controls .action-buttons .control-title{
    font-family: "SourceCodePro-500";
    display: block;
    text-align: center;
    font-size: 13px;
    color: rgb(143, 143, 143);
}

.post-viewer .profile-card.full-image{
    opacity: 1;
    transform: scale(1);
}

.post-viewer .profile-card.full-image .profile-bg,
.post-viewer .profile-card.full-image .top-info,
.post-viewer .profile-card.full-image .image-wrapper
{
    pointer-events: auto;
}

.search-result-posticks {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: transparent;
    overflow-y: auto;
}

.search-result-posticks .results-wrapper {
    padding-top: 150px;
    padding-bottom: 100px;
}

.search-result-posticks .grid-search-postick{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 3px 15px -3px rgb(0,0,0, .1);
}

.grid-search-postick .header-content .header-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.grid-search-postick .header-content .left-content{
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: center;    
}

.grid-search-postick .header-content .image-wrapper{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.grid-search-postick .header-content .image-wrapper img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.header-content .middle-content{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
}

.header-content .middle-content .info-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;    
}

.header-content .middle-content .info-wrapper span{
    color: #222222;
    font-size: 10px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.header-content .middle-content .info-wrapper .info-name{
    font-family: "Roboto-500";
    font-size: 15px;
}

.header-content .middle-content .info-wrapper .info-job{
    font-family: "Roboto-300";    
    font-size: 13px;
}

.grid-search-postick .header-content .right-content{
    padding: 10px;
}

.grid-search-postick .header-content .action-buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #EEEEEE;
    color: #222222;
    padding: 0;
}

.grid-search-postick .body-content .image-wrapper{
    width: 100%;
    height: 40vh;
    display: flex;
    align-content: start;
}
.grid-search-postick .body-content .image-wrapper img{
    width: 100%;
    height: 40vh;
    object-fit: cover;
}


.grid-search-postick .footer-content .action-buttons{
    padding: 10px;
    display: flex;
    justify-content: start;
}

.grid-search-postick .footer-content .left-content{
    width: 100%;
    display: flex;
    justify-content: start;
}


.grid-search-postick .footer-content .right-content{
    width: 50px;
    display: flex;
    justify-content: end;
}



.grid-search-postick .footer-content .action-buttons button{
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: silver;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
