.aior-rating {
float: left;
margin: 15px 0px;
}
.aiocr-all-rating-top-wrapper {
border-radius: 5px;
background: white;
padding: 15px;
border: 2px solid #e2e7ed;
}
.aior-rating:not(:checked)>input {
position: absolute;
clip: rect(0, 0, 0, 0);
}
.aior-rating:not(:checked)>label {
float: right;
width: 31px;
padding: 0 0.1em;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
font-size: 200%;
line-height: 1.2;
color: #ddd;
}
.aior-rating:not(:checked)>label:before {
content: "★" !important;
}
.aior-rating>input:checked~label {
color: #ffa500;
}
.aior-rating:not(:checked)>label:hover,
.aior-rating:not(:checked)>label:hover~label {
color: #ffa500;
}
.aior-rating>input:checked+label:hover,
.aior-rating>input:checked+label:hover~label,
.aior-rating>input:checked~label:hover,
.aior-rating>input:checked~label:hover~label,
.aior-rating>label:hover~input:checked~label {
color: #ffa500;
}
.aior-rating>label:active {
position: relative;
top: 2px;
left: 2px;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
.aiocr-review-rating-top-wrapper .aiocr-heading {
font-size: 22px;
margin-right: 25px;
}
.fa {
font-size: 25px;
}
.checked {
color: orange;
}
.side {
float: left;
width: 15%;
margin-top: 10px;
font-size: 16px;
}
.middle {
margin-top: 10px;
float: left;
width: 70%;
}
.right {
text-align: right;
}
.aiocr-all-rating-wrapper:after {
content: "";
display: table;
clear: both;
}
.bar-container {
width: 100%;
background-color: #f1f1f1;
text-align: center;
color: white;
}
.bar-5 {
height: 8px;
margin-top: 10px;
background-color: #04aa6d;
}
.bar-4 {
height: 8px;
margin-top: 10px;
background-color: #2196f3;
}
.bar-3 {
height: 8px;
margin-top: 10px;
background-color: #00bcd4;
}
.bar-2 {
height: 8px;
margin-top: 10px;
background-color: #ff9800;
}
.bar-1 {
height: 8px;
margin-top: 10px;
background-color: #f44336;
}
.aiocr-row-wrapper {
margin: 1em 0;
border-radius: 5px;
border: 2px solid #e2e7ed;
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
padding: 10px;
scroll-behavior: smooth;
max-height: 1080px;
overflow: auto;
height: auto;
}
.aiocr-top-wrapper {
display: block;
background: #ffffff;
box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 5%);
border: 1px solid #e7e7e7;
height: fit-content;
}
.aiocr-top-wrapper-avatar {
width: auto;
text-align: center;
background: #f7f8f9;
padding: 10px 0px;
}
img.aiocr-avatar {
border-radius: 50px;
margin: 2%;
}
.aiocr-top-wrapper-details {
width: auto;
padding: 20px 10px;
}
.aiocr-all-list-review-title {
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
line-height: 1.7em;
color: #414141;
font-family: inherit;
text-align: center;
}
.aiocr-all-list-review-rating span {
font-size: 20px;
}
.aiocr-all-list-reviews {
font-size: 14px;
font-weight: 400;
line-height: 1.7em;
}
span.dashicons.dashicons-star-filled {
color: #ffa500;
}
span.aiocr-review-date {
font-size: 12px;
font-weight: 400;
display: inline-block;
background: #f7f8f9;
width: 65%;
color: black;
}
.dashicons,
.dashicons-before:before {
line-height: 1.2em !important;
}
@media (max-width: 720px) {
.aiocr-row-wrapper {
grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
.right {
display: block;
}
form#aiocr-review-form button.aiocr-btn-submit-feedback,
form#aiocr-review-form button.aiocr-btn-cancel.clearfix {
width: 100%;
margin: 10px 0px;
}
.aiocr-btn-wrapper {
display: block;
}
span.aiocr-ask-review {
background: #04aa6d;
padding: 5px 15px;
border-radius: 5px;
color: #fff;
line-height: 1.7em;
font-size: 16px;
font-weight: 600;
display: block;
text-align: center;
cursor: pointer;
width: 100%;
}
.aiocr-review-rating {
display: block;
width: 100%;
}
.aiocr-ask-btn-wrapper {
width: 100%;
}
.aiocr-ask-btn-wrapper {
text-align: center;
width: 100%;
padding-top: 25px;
border: 0;
border-top: 2px solid #e2e7ed;
}
.aiocr-review-rating-top-wrapper {
width: 100%;
}
} .aior-service-rating {
display: block;
}
.aior-ratings {
display: flex;
border: 1px solid #dedede;
margin: 1em 0;
padding: 0px 1rem;
}
span.aior-service-name {
width: 40%;
display: block;
padding: 1.5em 0;
}
span.aior-company-name {
color: #2296f3;
font-weight: 600;
}
h3.aior-review-title {
font-weight: 400;
font-family: 'Poppins';
}
textarea#aior-review-description {}
input#aior-review-heading, textarea#aior-review-description {
border-radius: 0;
padding: 1.5rem 1rem;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
background: #f000;
margin-bottom: 15px;
width: -webkit-fill-available;
display: block;
border: 1px solid #dedede;
margin: 1em 0;
}
button.aior-btn-submit-feedback {
padding: 15px 35px;
border: 1px solid #2296f3;
border-radius: 0;
font-size: 20px;
margin: 1px;
color: #ffffff !important;
background-color: #2296f3;
font-weight: 500;
width: -webkit-fill-available;
display: block;
cursor: pointer;
letter-spacing: 1px;
}
button.aior-btn-submit-feedback:hover {
border: 1px solid #2296f3;
border-radius: 0;
font-size: 20px;
margin: 1px;
color: #2296f3 !important;
background-color: #fff;
font-weight: 500;
width: -webkit-fill-available;
display: block;
cursor: pointer;
letter-spacing: 1px;
}
.aior-service {
display: inline-flex;
border-bottom: 1px solid #fbfbfb;
vertical-align: middle;
width: 280px;
padding: 0 1em;
}
.aior-service > span {
width: 50%;
display: block;
padding: 0.5em 0;
}
.aior-service > p {
width: auto;
display: block;
padding: 0.5em 0;
text-align: center;
}
.aior-reviewer-wrapper {
display: flex;
background: #f7f7f7;
vertical-align: middle;
}
.aior-review-description {
padding: 1em;
line-height: 1.5em;
}
.aior-review-title {
background: #0c7cd5;
display: flex;
}
.aior-review-title h3 {
margin: 0;
padding: 20px 14px;
line-height: 1.7em;
font-size: 16px;
width: 90%;
color: #ffffff;
text-transform: capitalize;
font-weight: 500;
}
p.aior-review-edit {
padding-top: 23px;
cursor: pointer;
color: #fff;
text-align: center;
display: flex;
padding-right: 5px;
}
h4.aiocr-reviewer-name {
width: 70%;
margin-top: 1.7em;
font-size: 16px;
}
.aior-top-wrapper {
margin: 1em 0;
border: 1px solid #f4f4f4;
}
p.aiocr-verified {
width: 100px;
text-align: center;
color: #25d366;
border: 1px solid #25d366;
height: 35px;
margin-top: 1.8em;
border-radius: 50px;
background: white;
margin-right: 10px;
padding-top: 5px;
}
.aior-form-error-response-result .show {
text-align: -webkit-center;
line-height: 1.7em;
}
#edit_last_review{
display: none;
}
h3.aior-review-edit {
display: block;
text-align: -webkit-center;
color: #3197f3;
font-size: 18px;
cursor: pointer;
border: 1px solid #3197f3;
padding: 1em;
right: 0;
}
h3.aior-review-login {
display: block;
text-align: -webkit-center;
color: #3197f3;
font-size: 18px;
cursor: pointer;
border: 1px solid #3197f3;
padding: 1em;
right: 0;
}
p.aiocr-under-review {
width: 150px;
text-align: center;
color: #ff0101;
border: 1px solid #ff0101;
height: 35px;
margin-top: 1.8em;
border-radius: 50px;
background: white;
margin-right: 10px;
padding-top: 5px;
display: block;
}
p.aior-all-avg-counts {
font-size: 42px;
border: 1px solid #25d366;
border-radius: 100px;
height: 120px;
width: 120px;
text-align: center;
padding-top: 50px;
color: #25d366;
font-weight: 700;
}
.aior-all-review-wrapper {
background: #f7f7f7;
padding: 1em;
}
.aior-all-review-wrapper h2 {
font-size: 20px;
font-weight: 400;
}
.aior-all-review-row {
display: flex;
}
.aior-all-review-row p {
margin-right: 14px;
}
p.aior-all-avg-icon span {
font-size: 28px;
width: 1em;
}
p.aior-all-avg-icon {
padding-top: 3em;
}
p.aior-all-avg-text {
padding-top: 49px;
font-size: 18px;
}
h3.aior-review-titles {
font-size: 20px;
font-weight: 400;
}
@media (max-width: 720px) { p.aiocr-verified {
width: 130px;
text-align: center;
color: #25d366;
border: 1px solid #25d366;
height: 35px;
margin-top: 1.5em;
border-radius: 50px;
background: white;
margin-right: 5px;
padding-top: 5px;
}
p.aiocr-under-review {
width: 240px;
text-align: center;
color: #ff0101;
border: 1px solid #ff0101;
height: 35px;
margin-top: 1.8em;
border-radius: 50px;
background: white;
margin-right: 10px;
padding-top: 5px;
display: block;
}
h4.aiocr-reviewer-name {
width: 70%;
margin-top: 1.9em;
font-size: 14px;
word-break: break-word;
font-weight: 400;
}
.aior-all-review-wrapper {
background: #f7f7f7;
padding: 1em;
}
.aior-all-review-row {
display: block;
text-align: center;
}
p.aior-all-avg-counts {
font-size: 36px;
border: 1px solid #25d366;
border-radius: 100px;
height: 100px;
width: 100px;
text-align: center;
padding-top: 38px;
color: #25d366;
font-weight: 700;
float: left;
}
p.aior-all-avg-icon {
padding-top: 2em;
}
p.aior-all-avg-text {
padding-top: 9px;
font-size: 16px;
color: #414141;
}
}