#appBody_wrap .appBody{
    display: block;
}
.listItem .listItem__rhs .appBar__user__others{
    margin-left: 0;
    cursor: pointer;
}
.msgHeaders{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.msgHeaders__inner{
    display: flex;
}
.msgHeaders .btn{
    padding: 1rem;
}
.custom__checkbox{
    margin-left: 1rem;
    margin-top: .2rem;
}
.card__terms{
    font-size: 1.4rem;
    color: #000000;
}
.titleLabels{
    display: flex;
}
.titleLabel{
    margin-right: 4rem;
}
.closeTrigger{
    cursor: pointer;
    padding: 1rem;
}
.closeTrigger:hover{
    color: #ff2500;
}
.card__inner {
    border-radius: .5rem;
    border: .1rem solid #C8E2F1;
}
.addWorkorderForm{
    display: none;
    width: 100%;
}
.userImg {
    margin-top: 0;
    width: 152px;
    height: 152px;
}
.inEditImg {
    width: 180px;
    height: 180px;
}
.reservationRating{
    display: flex;
    align-items: center;
}
.reservationRating__icons{
    display: flex;
}
.response-modal-overlay {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.response-modal {
    width: 40%;
    min-width: 35%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
