.overlay-popup-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    display: none;
    z-index: 11111;
    overflow-y: auto;
}
.therapist-review-det .person-det {
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    object-fit: cover;
}
.therapist-review-det h6 {
    margin-bottom: 0px;
    margin-left: 3%;
    align-self: center;
    font-size: 18px;
}
.back-to-thrp {
    position: unset;
    margin-top: 20px; margin-bottom: 5%;
    width: 166px; font-size: 13px;
    border: 1px solid #000;
    margin: auto;
    border-radius: 40px;
    padding: 5px 8px;
    color: #000 !important;
}
.back-to-thrp img {
    width: 13px;
    margin-top: -4px;
    margin-right: 4px;
}
.rev-cls img {
    width: 30px;
}

.review-popup .popup {
    width: 100% !important;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow-y: scroll;
    background: #fff;
}
.vent-user-meta .post-meta ul li {
    font-size: 14px;
    line-height: 20px;
    color: #252525;
}
.rev-cls-popup {
    cursor: pointer;
}
#toTop {
    padding: 5px 3px;
    /* background: #000; */
    color: #fff;
    position: fixed;
    bottom: 11%;
    right: 3%;
    display: none;
    z-index: 111111;
    cursor: pointer;
}
#toTop img {
    width: 38px;
}
.review-open {
    width: auto;
    font-size: 13px;
    padding: 1px 7px;
}
.avail-combo h4 {
    text-align: center;
    position: relative;
    font-size: 20px;
    background: #454545;
    color: #fff;
    padding: 9px 5px;
border-radius: 4px 4px 0px 0px;
}
.avail-combo h4:after {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 12px solid #454545;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
}
.acc-detail .avail-combo .card div {
    border-right: none;
}
.avail-combo .card {
    position: sticky;
    top: 0;
}

.anonymous-msg {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10%;
    padding-top: 20px;
}
.v-user-img {
    width: 40px;
    height: 40px;
    background: #CBE5FF;
    border-radius: 100%;
    margin-right: 13px;
    display: table;
    text-align: center;
}
.v-user-img img {
    position: relative;
    /* top: 12px; */
    width: 40px;
}
.vent-user-reply-content p {
    font-size: 13px;
    line-height: 24px;
    color: #294962;
    margin-bottom: 8px;
}
.vent-user-reply-content p::first-letter {
    text-transform: uppercase;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.vent-user-reply-content span.user {
   /* font-weight: 600; */
   display: block;
   color: #000;
font-size: 15px;
font-family: 'Poppins-Medium';
letter-spacing: 0.32px; 
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.vent-user-meta .post-meta ul li {
    font-size: 14px;
    line-height: 20px;
    color: #2E2E2E;
    letter-spacing: 0.28px; 
}
.list-inline-item {
    display: inline-block;
}
.replies-form1-btn img {
    cursor: pointer;
}
.user-msg-reply {
    font-size: 15px;
    line-height: 15.6px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #1e1e1f;
    border-radius: 11px;
    padding: 4px 16px;
}
.mb-10 {
    margin-bottom: 10%;
}
.show-all-replies-wrapper {
    margin-left: 67px;
    margin-top: 10px;
}
.show-all-replies-wrapper .user-reply-wrapper {
    margin-bottom: 30px;
}
.reply-textarea textarea {
    min-height: 70px;
    /* text-transform: capitalize; */
}
.reply-actions-vent-out {
    float: right;
    margin-top: 15px;
}
.reply-btn {
    font-size: 15px;
    line-height: 15.6px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #1e1e1f;
    border-radius: 11px;
    padding: 4px 16px;
}
.user-msg-reply_img img {
    width: 20px;
    opacity: .8;
}
.cancel-reply {
    color: #1e1e1f;
    font-size: 12px;
    margin-right: 15px;
    cursor: pointer;
}
.view-all-msg, .view-less-msg{
    font-size: 13px;
    line-height: 23px;
    color: #294962;
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.view-all-msg hr {
    width: 30px;
    margin: 0 5px 0;
}

.single-item {
    margin: auto auto auto;
    padding-top: 3%;
    /* padding-top: 20px;
    padding-bottom: 20px; */
}
.single-item:first-child {
    padding-top: 3%;
    margin-top: 0px !important;
}

.anonymous-msg hr {
    border-style: dashed;
    margin-bottom: 0;
}
.br-lft {
    border-left: 1px solid #a4a4a4;
  }
  .review-btm {
    position: relative;
  }
  .review-btm img {
    width: 32px;
    position: absolute;
    z-index: 111;
    top: -10px;
  }
  .review-btm hr {
    margin-top: 3px;
    border-color: #00000070;
    border-top-width: 2px;
  }

@media (max-width: 600px) {
    .review-popup .popup .single-item {
        padding-top: 8%;
    }
    #toTop {
        right: 6%;
    }
    .single-item {
        padding-top: 10%;
    }
    .anonymous-msg {
        padding-left: 6px;
        padding-right: 6px;
    }
    .vent-user-reply-content span.user {
        font-size: 13px;
        align-self: center;
    }
    .vent-user-meta .post-meta ul li {
        font-size: 12px;
    }
    .review-btm img {
        width: 30px;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .single-item {
        padding-top: 5%;
    }
}
@media (max-width: 992px) {
    .avail-combo {
        margin-top: 5%;
    }
}