.rating svg {
    color: var(--orange);
    font-size: 15px;
}

.date {
    font-size: 12px;
    color: grey;
    margin-top: 2px;
}


.heading {
    margin: 10px 0;
    font-weight: 300;
    font-size: 17px;
    margin-top: 30px;
}

.customer_name {
    line-height: 1.2;
    font-size: 16px;
}

.review_section {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.message {
    margin-top: 8px;
}

.loader {
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no_reviews {
    color: rgb(90, 90, 90);
    margin: 7px 0;
}

.load_more {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.load_more p {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    cursor: pointer;
}

.rating_section {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 10px;
    margin-bottom: 5px;
}

.rating_section p {
    margin: 0;
}

.rating_section svg {
    font-size: 25px;
    stroke: #fff;
    stroke-width: 0.5;
    cursor: pointer;
    color: var(--orange);
}

.selected svg {
    color: var(--orange);
    stroke-width: 0;
}

.add_review_section {
    margin: 10px 0;
}

.button_section {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
}

.submitLoader svg {
    stroke: var(--primary);
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
}