/* Write your custom CSS here */
.red_star{
    color: red;
}
.clear_search {
    cursor: pointer;
    float: right;
    margin: 0 0 0 10px;
    padding: 6px 10px;
    text-transform: capitalize;
}
.mul_del_btn {
    float: left;
    margin: 0 20px 0 18px;
    /*padding-top:45px;*/
}

.panel-body-gry {
    background-color: #efefef;
    border: 1px solid #afafaf;
    padding: 0px !important;
}
.projectDetails {
    background-color: #0c6bab;
    color: #fff;
    display: flex;
    padding: 10px 35px 10px 30px;
}
.projectDetailsLeftTitle {
    font-size: 15px;
    display: flex;
}
.projectDetailsRight {
    text-align: right;
    margin-left: auto;
    align-self: center;
}
.projectDetailsLogo img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}
.projectDetailsLogo {
    margin-right: 15px;
}
.projectDetailsTitle {
    align-self: center;
}
.otherMemberName {
    font-size: 15px;
    color: #0c6bab;
}
.otherMemberDetails {
    color: #596264;
}
.messageLeftHeading li {
    display: inline-block;
}
.otherMemberDetails {
    font-style: italic;
    margin-right: 10px;
}
.otherMemberName {
    margin-right: 15px;
}
.projectMsgPanel {
    padding: 35px 35px 10px 35px;
    max-height: 320px;
    overflow-y: auto;
}
.messageLeftHeading {
    margin-bottom: 8px;
}
.messageBox {
    display: inline-block;
    color: #373b3c;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #afafaf;
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 8px 25px;
    border-radius: 20px 20px 20px 0px;
    line-height: 18px;
    max-width: 46%;
    text-align: left;
}
.messageLeft {
    margin-bottom: 25px;
}
.messageRight {
    text-align: right;
    padding-bottom: 20px;
}
.inputMsgBox {
    padding: 20px 50px 15px 35px;
}
.inputMsgBox .input-group-btn {
    display: flex;
    position: absolute;
    z-index: 9;
    width: 135px;
    right: 0;
    top: 50%;
    margin-top: -15.5px;
    margin-right: 10px;
}
.inputMsgBox .input-group {
    width: 100%;
}
.inputMsgBox .input-group .form-control {
   border: 1px solid #afafaf;
    border-radius: 20px;
    height: 54px;
    font-size: 16px;
    color: #5f5f5f;
    padding: 8px 160px 8px 20px !important;
}
.inputMsgBox .input-group .form-control::placeholder {
    color: #5f5f5f;
}
.inputMsgBox .btn-send {
    background-color: #0c6bab;
    color: #fff;
    font-size: 15px;
    padding: 3px 30px 5px;
    border-radius: 20px !important;   
}
.fileClip {
    padding: 0px;
    border: none;
    background: none;
    margin-right: 15px;
    align-self: center;
}
.fileClip img {
    width: 24px;
    cursor: pointer;
}