.bpa-staff-rating {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bpa-review-my-booking-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bpa-form-item-rating {
    margin-bottom: 40px !important;
}

.bpa-form-item-yes-no {
    margin-bottom: 16px !important;
}

.bpa-staff-detail {
    margin-bottom: 10px;
}

.bpa-staff-detail {
    font-size: 16px;
    font-weight: 600;
}

.bpa-front-staff-reviews_popover {
    border-color: var(--bpa-gt-gray-300);
    padding-bottom: 8px;
    padding-top: 8px;
}

.bpa-front-staff-reviews {
    max-height: 400px;
    overflow: auto;
}

.bpa-front-staff-single-review {
    padding: 15px;
    border-top: 1px solid var(--bpa-gt-gray-300);
}

.bpa-front-staff-user-name {
    color: var(--bpa-dt-black-400);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
}

.bpa-front-staff-single-review:first-child {
    border-top: none;
}

.bpa-front-staff-review b,
.bpa-front-staff-review .bpa-front-st-rev-com {
    /* word-break: normal; */
    font-size: 13px;
}

.bpa-front-staff-review .bpa-front-st-rev-com {
    font-size: 13px;
}

.el-icon-star-off:before {
    content: "\e797" !important;
}

.bpa-review-star-rating-popover .el-rate__icon {
    margin-right: 0px;
    font-size: 20px;
    margin-top: 5px;
}

.bpa-front-staff-review .staff-rev-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px;
}

.bpa-front-staff-review .bpa-front-st-rev-com {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
}

.bpa-front-staff-reviews_popover .el-popover__reference-wrapper {
    margin-top: 5px !important;
}

.bpa-front-staff-rev-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bpa-front-staff-rev-head .bpa-review-star-rating-popover .el-rate__icon {
    margin-top: 0px;
}

.bpa-front-staff-rat-cb__item .bpa-staff-rating {
    margin-top: 5px !important;
}

.bpa-arg-rev-txt {
    font-weight: 500;
}

.bpa-staff-rating .el-rate__icon {
    font-size: 21px;
    margin-right: 2px;
}

.bpa-lite-loader-container {
    display: flex;
    justify-content: center;
    text-align: right;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--bpa-dt-black-400);
    margin-bottom: 10px;
    margin-top: 0px;
}

.bpa-lite-loader-loading>b:first-child {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.bpa-lite-loader-loading>b {
    width: 10px;
    height: 10px;
    background-color: var(--bpa-dt-black-400);
    margin-left: 0.25rem;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: TicketsTotal-bounce 1.4s ease-in-out infinite both;
    animation: TicketsTotal-bounce 1.4s ease-in-out infinite both;
}

@keyframes TicketsTotal-bounce {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.bpa-front-staff-user-name,
.staff-rev-title {
    color: #202C45;
}

.bpa-front-st-rev-com {
    color: #535D71;
}

.bpa-review-success-msg-upper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.bpa-front-form-body-row .bpa-staff-select .el-form-item {
    margin-bottom: 0px !important;
}

.bpa-empty-staff-selection {
    margin-bottom: 25px;
}

.bpa-staff-select .el-form-item__error {
    margin-top: 2px;
}

/** New Design */
.bpa-front-sm-card .bpa-front-sm-card__body--rating {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 4px;
    opacity: 1;
    transition: all .5s ease-in-out;
}

.bpa-front-sm-card:hover .bpa-front-sm-card__body--rating,
.bpa-front-sm-card:focus-within .bpa-front-sm-card__body--rating,
.bpa-front-sm-card.__bpa-is-active .bpa-front-sm-card__body--rating {
    opacity: 0;
}

.bpa-front-sm-card .bpa-front-sm-card__inner_body--rating {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: left;
    gap: 4px;
}

.bpa-front-sm-card__rating-popover {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    height: 0;
    z-index: 999;
    cursor: default;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.bpa-front-sm-card__rating-popover.--active {
    top: 0;
    height: 100%;
    overflow: auto;
}

.bpa-front-sm-card__rating-popover-header {
    float: left;
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #CFD6E5;
    position: relative;
}

.bpa-front-sm-card__rating-popover-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.bpa-front-sm-card__rating-popover-body {
    float: left;
    width: 100%;
    padding: 16px;
    height: calc(100% - 52px);
    overflow: auto;
}

.bpa-front-sm-card__rating-popover-body__item {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #CFD6E5;
}

.bpa-front-sm-card__rating-popover-body__item:last-child {
    border-bottom: none;
}

.bpa-front-sm-card__rating-popover-body__item-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bpa-front-sm-card__rating-item-username {
    font-weight: 600;
    font-size: 14px;
}

.bpa-front-sm-card__rating-item-scale {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    font-size: 14px;
}

.bpa-front-sm-card__rating-popover-body__item-subtitle {
    font-size: 14px;
    font-weight: 400;
}

.bpa-front-sm-card__rating-popover-body__item-comment {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #535D71;
}

@media (max-width: 576px) {
    .bpa-front-sm-card .bpa-front-sm-card__body--rating {
        justify-content: left;
        opacity: 1 !important;
    }
}

/** New Design */