
.author-info {
        padding: 15px 0;
        font-size: 0;
    }

    .author-info .author-info-date {
        display: inline-block;
        width: 50%;
    }

    .author-info .author-info-date img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px;
    }

    .author-info .author-info-date p {
        display: inline-block;
        vertical-align: middle;
    }

    .author-info .author-info-name p {
        text-align: right;
    }

    .author-info .author-info-name {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
    }

    .author-info .author-info-date p,
    .author-info .author-info-name p {
        color: gray;
        padding: 0px;
    }
.author-info p{color: gray;}
    
.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
   /* font-family: helvetica, arial, verdana;*/
}

.jq-star {
    width: 36px !important;
    height: 36px !important;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}

.jq-star:hover .fs-star-svg path {}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}


/* un-used */

.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888);
    filter: drop-shadow( -2px -2px 2px #888);
}

.rating-div {
    text-align: center;
}

#pre-rating {
    font-size: 36px;
    margin-bottom: 1rem;
}

.live-rating {
    font-size: 14px;margin-top: 10px;
}

.ulipContWrapper.starrating {
    padding: 0px 0px 30px;
    background: transparent;
}

.starrating .blogdetails .leftText {
    width:100%;box-shadow: none;
}

.blue-title-unique {
    color: #0072bc;
}

.starrating .author-info .author-info-date {
    width: 100%;
}

.starrating .author-info {
   /* margin: 0 auto;
    display: table;*/
            float:left;padding: 27px 0px;
}
.starrating .author-info .author-info-date img {
    margin-right: 10px;
}
.blogdetails .leftText .author-info p {
    color: gray;
    font-size: 1.5rem;line-height: 2.5rem;
}
/*.blogdetails .leftText .author-info .author-info-date p {
    color: gray;
    font-size: 1.8rem;
}*/
.star-rating-v2 {
    /*float: right;*/
    padding: 10px 50px;
    min-width: 320px;
   /* -webkit-box-shadow: 1px 1px 10px 1px #e0e0e0;
    -ms-box-shadow: 1px 1px 10px 1px #e0e0e0;
    -o-box-shadow: 1px 1px 10px 1px #e0e0e0;
    box-shadow: 1px 1px 10px 1px #e0e0e0;*/
}
        .loader {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    display:none;
    top: 0;
    z-index: 99999
}

#layer1,
#layer2,#itemscope {
    visibility: hidden
}

.loaderCenter h3 {
    color: #0072bc;
    font-size: 5em;
    font-weight: bolder;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loaderCenter h3:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    max-width: 10em;
    white-space: nowrap;
    color: #fff;
    -webkit-animation: mainloading 3s linear infinite;
    animation: mainloading 3s linear infinite
}

@keyframes mainloading {
    0% {
        max-width: 0
    }
}

@-webkit-keyframes mainloading {
    0% {
        max-width: 0
    }
}
.toaster-message-star {
    position: fixed;
    padding: 20px 25px;
    padding-right: 50px;
    background: #f89c30;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -wbkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 12;
    border-radius: 8px;
    display: none;
}
    .toaster-message-star .closebtn {
    position: absolute;
    right: 15px;
    top: 0
}

.toaster-message-star .closebtn svg {
    color: #fff;
    width: 15px;
    height: 15px
}

.toaster-message-star p {
    font-size: 2rem;
    padding-bottom: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toaster-message-star p span {
    line-height: normal;
    display: block
}


@media screen and (max-width:767px) {
	.starrating .blogdetails .leftText {
    width: 100%; 
    padding: 0px;
}
    .star-rating-v2 {
    padding: 10px 20px;
    min-width: 300px;
    float: none;
}
        .starrating .author-info {
    float: none;
    text-align: center;
    clear: both;
}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.starrating .blogdetails .leftText {
    width: 83%;
}
}