

.adCard{
    background: white;
    padding: 15px;
    border-radius: 13px;
    display: flex;
    flex-direction: row;
    border:  1px solid #C3C3C3;
    cursor: pointer;
    position: relative;
    margin-bottom: 16px;

}
.adCard:hover{
    background: #F8F8FF;
}

.adImg{
    width: 200px;
    height: 180px;
    min-width: 200px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-self: center;
    border:  1px solid #C3C3C3;
    margin-right: 20px;
    overflow: hidden;
}

.adImg img{
    width: 100%;
    height: auto;
    display: block;
}

.jobTitle{
    font-size: 25px;
    font-weight: 600;
    color: #111;
}
.Adcom{
    color: rgb(204, 67, 67);
    margin-bottom: 35px;
    font-weight: 500;
}

.adLoc{
    font-size: 16px;
    color: #000055;

}

.tags{
    margin-top: 15px;


}
.adtag{
    background: #EAEAFF;
    color: black;
    font-size: 13px;
    padding: 3px 6px;
    border-radius: 3px;
    margin: 4px;
    display: inline-block;
}

.ico{
    margin-right: 8px;

}

.bookmark{
    position: absolute;
    right: 15px;
    top: 10px;
    color: rgb(238, 76, 76);
    font-size: 28px;
}

.paginationBox{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
    color: black;
}

.paginationBox button{
    width: 130px;
}

.paginationBox span{
    width: 130px;
}


/* .time{
    font-size: 12px !important;
    color: rgb(51, 49, 49);
} */
.adLoc{
    display: inline-flex; 
    align-items: center;
    
}

@media screen and (max-width: 1050px) {
    .Adcom{
        margin-bottom: 7px;
    }
}
