.form-group {
    margin-bottom: 20px;
}
.form-group .form-control {
    margin-bottom: 5px !important;
}
.main-head .form-group .form-control {
    margin-bottom: 0px !important;
}
.form-group .invalid-feedback {
    text-align: left !important;
    font-weight: 500;
}

.user-profile-img img {
    width: 90px;
    box-shadow: 0px 0px 11px 1px #00000054;
    border-radius: 50%;
    height: 90px;
    object-fit: cover;
    margin-bottom: 10px;
}
.user-profile {
    width: 100%;
    border-radius: 15px;
}
.jconfirm-title {
    text-transform: capitalize !important;
}

/* .reply-1 {
    margin-left: 25px !important;
} */
.reply-1 .timeline-item{
    background-color: rgba(235, 255, 235, 0.7);
}
.reply-2 {
    margin-left: 45px !important;
}
.reply-2 .timeline-item{
    background-color: rgba(235, 235, 235, 0.7);
}
.timeline .reply-button{
    padding: 0;
    margin: 0px;;
    display: block;
    margin: 4em;
    text-align: right;
}

/* timeline-chat */
