﻿.modal-header-comment {
    background-color: #1b3651;
    color: #fff;
}

.blog-comment {
    margin-bottom: 3rem;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 1rem;
}

.Comments-detail {
    background-color: #f7f7f7;
    color: black;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

@media(max-width:1024px) {
    .blog-comment {
        margin-left: 5%;
        margin-right: 5%;
    }
}
/*--------------------*/
.Review-img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
}

.Review-right {
    /*width: 75%;*/
    display: inline-block;
    padding: 20px 20px 20px 20px;
    vertical-align: top;
    border-left: 2px solid #c82021;
}

.Review-left {
    /*width: 25%;*/
    display: inline-block;
    padding: 20px 20px 20px 20px;
    vertical-align: top;
}

.Review-bodyText {
    background-color: #fff;
    height: 150px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 2rem
}

.Review-comment {
    border-top: 1px solid #ddd;
}

.Review-ratingnum {
    padding: 5px;
    border: 2px solid #c82021;
    background-color: #c82021;
    color: #fff;
    width: 50px;
    text-align: center;
    float: right;
    font-size: 24px;
}

.modal-reviewlogin {
    text-align: center;
}

.box-comments {
}

.checked-data {
    color: #c82021;
}
.comment-name {

    font-size:22px;
}
.rating {
    float: right;
    /*width: 300px;*/
}

    .rating span {
        float: right;
        position: relative;
    }

        .rating span input {
            position: absolute;
            top: 0px;
            left: 0px;
            opacity: 0;
        }

        .rating span label {
            display: inline-block;
            width: 20px;
            text-align: center;
            color: #818182;
            font-size: 20px;
            margin-right: 2px;
            line-height: 20px;
            -webkit-border-radius: 50%;
        }

        .rating span:hover ~ span label,
        .rating span:hover label,
        .rating span.checked label,
        .rating span.checked ~ span label {
            /*background: #c82021;*/
            color: #c82021;
        }
@media(max-width:768px) {
    .Review-right {
        border-left: 0;
        border-top: 2px solid #c82021;
    }
}
@media(max-width:px) {
    .comment-name {
        font-size: 20px;
    }
}