.review-box {
    border-radius: 20px 20px 20px 20px;
    padding: 28px 25px 20px 25px;
    /*min-width: 340px;*/
    box-sizing: border-box;
    /*margin: 0 15px;*/
    background-color: #fff;
}

.review-box * {
    box-sizing: border-box;
}
.review-header {
    display: flex;
	align-items: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.review-profile {
    position: relative;
    min-height: 1px;
    width: auto;
}
.review-profile-avatar {
    margin-right: 15px;
    margin-left: 0;
}
.review-profile-name {
    flex-grow: 1;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.review-rating {
    min-height: 1px;
    margin-left: 8px;
}
.review-rating .review-rating-img {
    width: 20px !important;
}
.review-rating .review-rating-img.check {
    filter: invert(8%) sepia(61%) saturate(375%) hue-rotate(32deg) brightness(120%) contrast(90%);
}

.flex-cl-100 {
    display: flex;
}
.review-body-title {
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 10px;
}
.review-body-content {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 192px;
    /*max-height: 300px;*/
    /*overflow-y: scroll;*/
}
.review-body {
    height: 300px;
    overflow-y: scroll;
}
.review-footer {
    margin-top: 10px;
    text-align: center;
}

.btn-custom {
    background: #CCDF75;
    color: #000;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 6px 9px;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.avatar-name {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 40px;
    font-weight: bold;
    font-family: roboto, arial;
    color: #CCDF75;
    line-height: 60px;
    text-align: center;
    background: #818284;
}
.btn-custom img {
    display: unset !important;
    width: unset !important;
}
