.expertise ul li, .sel-expertise ul li{
    list-style: none;
    font-family: "Segoe UI";
    border: 1px solid grey;
    padding: 5px 5px;
    border-radius: 10px;
    font-size: 12px;
    margin: 5px 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.expertise ul, .sel-expertise ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.add-btn{
    background-color: teal;
    padding: 3px 5px;
    border-radius: 5px;
    margin: 0 5px;
}
.remove-btn{
    background-color: orangered;
    padding: 3px 5px;
    border-radius: 5px;
    margin: 0 5px;
}
.save-btn{
    margin: 20px 0;
}

.timestamp{
    display: flex;
    justify-content: space-between;
}
.my-job-menu-opts{
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: top;
    z-index: 3;
    background-color: #eaeaea;
    border: 1px solid rgb(215, 215, 215);
    
    width: 150px;
    right: -50px;
}
.my-job-menu-opts.display-myjob{
    display: flex;
}
.my-job-menu-opts a{
    font-family: "Segoe UI";
    color: rgb(30, 30, 30);
    font-size: 13px;
    padding: 15px 15px;
    border-bottom: 1px solid rgb(215, 215, 215);
    transition: 0.5s;
}
.my-job-menu-opts a:hover{
    background-color: #f4f4f4;
    transition: 0.3s;
}

.timestamp p{
    font-family: "Segoe UI";
    font-size: 14px;
    color: rgb(77, 74, 74);
    font-weight: 400;
}
.job-title{
    margin: 10px 0;
}
.job-title h3{
    font-size: 25px;
    font-family: "Segoe UI";
    font-weight: 450;
    color: rgb(27, 27, 27);
}
.job-title h3 a{
    font-size: 25px;
    font-family: "Segoe UI";
    font-weight: 450;
    color: rgb(27, 27, 27);
}
.job-img{
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.job-img img{
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.description{
    margin: 10px 0;
}
.description p{
    font-size: 18px;
    font-family: "Segoe UI";
    color: rgb(27, 27, 27);
    font-weight: 400;
    white-space: pre-wrap;
}
.job-prop-num p, .job-info p{
    font-family: "Segoe UI";
    font-size: 14px;
    color: rgb(77, 74, 74);
    font-weight: 400;
}

.img-description{
    display: flex;
    flex-direction: row;
    align-items: top;
}
.prop-job-img{
    width: 200px;
    height: 200px;
}
.prop-job-img img{
    width: 200px;
    height: 200px;
}
.desgcr-d{
    margin: 0 10px;
}
.prop-description{
    font-size: 18px;
    font-family: "Segoe UI";
    color: rgb(27, 27, 27);
    font-weight: 400;
}
.status p{
    font-family: "Segoe UI";
    font-size: 14px;
    color: rgb(46, 44, 44);
}
.status{
    margin: 12px 0;
}
.list-proposals ul li{
    list-style: none;
}
.cl-proposals ul li{
    list-style: none;
}
.all-jobs{
    margin-bottom: 20px;
}
.all-jobs ul li{
    margin: 10px 0;
}
.bidding-title h3{
    font-family: "Segoe UI";
    font-size: 20px;

}
.bid-listing{
    margin-bottom: 20px;
}
.bid-listing ul li{
    list-style: none;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 5px 5px;
    margin-top: 10px;
}
.bidder-info{
    display: flex;
    align-items: top;
}
.bidder-pic{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.bidder-pic img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.bid-info{
    margin: 0 5px;
}
.bid-info h3{
    font-family: "Segoe UI";
    font-size: 13px;
}

.bid-info p{
    font-family: "Segoe UI";
    font-size: 10px;
}
.bid-action{
    margin: 8px 0;
}
.p-user{
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-family: "Segoe UI";
}
.p-user:hover{
    text-decoration: underline;
}