.rate-list-star {
    overflow: hidden;
    white-space: nowrap;
}

.rate-list-star i {
    display: inline-block;
    color: #ffbe00;
    font-size: 20px;
    cursor: pointer;
    transition: .3s;
}

.rate-open-form {
    padding: 8px 14px !important;
    border-radius: 4px;
    font-size: 15px;
}

.rate-point {
    line-height: 1;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.rate-view .text-right {
    margin-top: 0;
}

.rate-view .text-bold {
    font-weight: bold;
}

.rate-view p {
    margin-bottom: 8px !important;
    color: #333;
    line-height: 1.6;
}

.rate-view input,
.rate-view textarea {
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
}

.rate-group-comment {
    border-top: 1px solid #dedede;
    margin: 10px 0;
    padding-top: 12px;
}

.rate-avata-user {
    font-size: 35px;
    overflow: hidden;
    background: #dedede;
    border-radius: 50%;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #999;
    flex-shrink: 0;
}

.rate-create-date {
    line-height: 22px;
    color: #777;
    font-size: 14px;
}

.rate-icon {
    font-size: 15px;
    cursor: pointer;
}

.rate-view .form-control {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

.rate-view .btn {
    min-width: auto !important;
}

.rate-comment img {
    max-width: 100%;
    height: auto;
    float: none !important;
    margin: 8px 0 !important;
    border-radius: 6px;
}

.rate-label-upload {
    line-height: 52px;
    font-weight: bold;
    color: #777;
}

.rate-image-small {
    max-width: 100%;
    max-height: 150px;
    height: auto;
    cursor: zoom-in;
    border-radius: 5px;
}

.rate-image-big {
    max-width: 100%;
    height: auto;
    cursor: zoom-out;
}

.rate-view.minimize .rate-list-star {
    display: inline-block;
}

.rate-view.minimize .text-danger {
    color: #f00;
    position: relative;
    top: -8px;
    left: 5px;
    font-size: 13px;
}

.cke_editor iframe {
    margin-left: 0 !important;
    display: block !important;
    width: 100% !important;
}

.fb_iframe_widget,
.fb_iframe_widget iframe {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
}

/*==========================
    Responsive Tablet
===========================*/
@media (max-width:991px){

    .rate-point{
        font-size:18px;
    }

    .rate-list-star i{
        font-size:18px;
    }

    .rate-open-form{
        width:100%;
        margin-top:10px;
    }

}

/*==========================
    Responsive Mobile
===========================*/
@media (max-width:767px){

    .rate-view{
        padding:10px;
    }

    .rate-group-comment{
        margin:10px 0;
        padding-top:10px;
    }

    .rate-list-star{
        white-space:normal;
    }

    .rate-list-star i{
        font-size:24px;
        margin-right:2px;
    }

    .rate-point{
        display:block;
        margin:0 0 10px;
        font-size:24px;
    }

    .rate-open-form{
        width:100%;
        text-align:center;
        font-size:16px;
        padding:10px !important;
    }

    .rate-view input,
    .rate-view textarea{
        font-size:16px;
    }

    .rate-avata-user{
        width:40px;
        height:40px;
        font-size:28px;
    }

    .rate-create-date{
        font-size:13px;
    }

    .rate-label-upload{
        display:block;
        line-height:normal;
        margin-bottom:8px;
    }

    .rate-image-small{
        max-width:100%;
        max-height:none;
    }

    .rate-view .btn{
        width:100%;
        margin-top:10px;
    }

}

/*==========================
    Small Mobile
===========================*/
@media (max-width:480px){

    .rate-list-star i{
        font-size:22px;
    }

    .rate-point{
        font-size:22px;
    }

    .rate-view p{
        font-size:14px;
    }

    .rate-view input,
    .rate-view textarea{
        font-size:15px;
    }

}
.g-recaptcha{
    display:inline-block;
    margin:10px auto;
}

@media(max-width:480px){
    .g-recaptcha{
        transform:scale(.85);
        transform-origin:left top;
    }
}
.rate-title-criteria{
    margin:25px 0 15px;
    font-size:18px;
    font-weight:700;
}

.rate-criteria{
    margin-bottom:12px;
    display:flex;
    align-items:center;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}

.rate-criteria strong{
    font-size:14px;
}

.rate-criteria .rate-list-star{
    text-align:right;
    cursor:pointer;
}