<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.review-single-body .media a{
    width: 33.333333%;
    float: left;
    display: inline-block;
    padding: 4px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
.review-single-body .media img.video{
    position: absolute;
    left: 0;
    z-index: 999;
    top: 50%;
    right: 0;
    max-width: 50px;
    margin: auto;
    margin-top: -25px;
}
.review-single-body .media{
    margin: 20px 0;
}
.form-floating-happer {
    margin: 6px 0;
}
.form-floating-happer&gt;label{
    font-size: 13px;
    padding: 11px 12px;
    font-weight: 600;
}
.form-floating-happer .form-select{
    font-size: 14px;
    padding-top: 17px;
    padding-bottom: 2px;
    height: 40px;
    line-height: 1;
}
.review-title span.number{
    color: #209616;
    font-size: 16px;
    font-weight: bold;
}
.review-title span.text{
    color: #555;
    font-size: 16px;
}
.review-title {
    font-size: 24px;
    margin: 20px 0;
}
.review-single-footer {
    margin: 20px 0;
}
.review-single-footer .btn-buy{
    color: #fff;
    background: #209616;
    padding: 12px 20px;
    display: inline-block;
    margin: 4px;
}
.review-single-footer .btn-review{
    color: #209616;
    border: 1px solid #209616;
    padding: 12px 20px;
    font-size: 16px;
    display: inline-block;
    margin: 4px;
}
.review-single-header-right {
    margin: 0;
    padding: 0;
    text-align: end;
}
.review-single-header-right li{
    display: inline-block;
    font-size: 14px;
    margin: 0 4px;
}
.review-single-header-right li a{
    color: #555;
    text-decoration: none;
}
.review-single-header-left {
    display: flex;
}
.review-single-header-left .other span.check{
    font-size: 12px;
    color: #209616;
}
.review-single-header-left .other a.name{
    display: inline-block;
    color: #222;
    text-decoration: none;
    font-weight: bold;
}
.review-single-header-left .other p span i{

}
.review-single-header-left .other p span{
    display: inline-block;
    margin-left: 12px;
}
.review-single-header-left .other .star i{
    color: #F5C620;
}
.review-single-header-left .other p{
    font-size: 12px;
    margin: 4px 0;
}
.review-single-header-left .other .star{
    font-size: 18px;
    color: #888;
}
.review-single-header-left .other{
    margin-left: 12px;
}
.review-single-header-left a.avatar{
    position: relative;
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 60px;
    text-align: center;
    display: block;
}
.review-single-header-left a.avatar img{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
}


.reviewer {
    display: flex;
    /* margin: 20px 0; */
}
.reviewer .avatar{
    position: relative;
    width: 24px;
    height: 24px;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 60px;
    text-align: center;
    display: block;
}
.reviewer .avatar img{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
}
.reviewer .name{
    display: block;
    align-self: center;
    color: #111;
    margin-left: 8px;
    text-decoration: none;
    font-size: 14px;
}
.review-item{
    /*margin: 16px 0;*/
    color: #555;
    font-size: 14px;
    display: block;
}
.review-item img.review-video{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    width: 50px;
    margin-top: -25px;
}

.review-item-info {
    position: absolute;
    bottom: 12px;
    width: 100%;
    left: 0;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
}
.review-item-info ul.left li{
    display: inline-block;
    margin: 0 4px;
}


.review-item-info ul.left.active li.love span{
    color: #EB5757;
}
.review-item-info ul.left.active li.love i{
    color: #EB5757;
}

.review-item-info ul.left li.love:hover{
    cursor: pointer;
}
.review-item-info ul.left.active{
    border: 1px solid #EB5757;
}
.review-item-info ul.left{
    padding: 3px 2px;
    align-self: center;
    margin: 0;
    background: #ffffff;
    border: 1px solid #fff;
    /* color: #fff; */
    font-size: 13px;
    border-radius: 4px;
    color: #555;
}
.review-item-info ul.right li{
    display: inline-block;
}
.review-item-info ul.right li img{
    width: 14px;
}
.review-item-info ul.right{
    padding: 1px 6px;
    margin: 0;
    align-self: center;
    background: #00000061;
    border-radius: 4px;
}
.list-review .text-success,
.review-item figure span.check{
    position: absolute;
    top: 8px;
    left: 8px;
    color: #10C200;
    background: #fff;
    border: 1px solid #10C200;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
}
.review-item figure {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 75%;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 16px;
    margin-bottom: 10px;
}

.profile-main .review-item figure {
    /* max-height: 200px; */
}

.review-item figure img.review {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    max-width: 100%;
    margin: 0 auto;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}

.review-item figure:hover img.review {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.review-item .review-content{
    font-size: 14px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1000px) {
    .review-item-info ul.left.active li.love span{
        display: none;
    }
}
@media (max-width: 600px) {
    .review-item-info{
        padding: 0 4px;
    }
    .review-single-body .media a{
        width: 50%;
    }
    .review-item-info ul.left{
        font-size: 11px;
    }

    .review-item-info ul.left{
        padding:2px;
    }

    .review-item-info ul.left li{
        margin: 0 2px;
    }

    .review-single-header-left a.avatar{
        width: 40px;
        height: 40px;
    }
    .review-single-header-left .other p{
        margin: 0;
    }
    .review-item-info ul.left.active li.love span{
        display: none;
    }
    .review-item-info ul.right li img{
        width: 12px;
    }

    .review-item-info ul.right{padding: 1px 3px}

    .review-item figure span.check{
        font-size: 10px;
    }
    .review-single-header-right li{
        font-size: 12px;
    }
    .review-single-header-left .other span.check{
        font-size: 10px;
    }
    .review-title {
        font-size: 15px;
        margin: 20px 0;
    }
}

#review-search .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}</pre></body></html>