.stars {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0;
}

.stars li {
    display: block;
    margin-right: 8px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    background: url(../../frontend/img/blank-star.svg);
    background-size: cover;
    background-position: center;
}

.stars li.selected,
.stars li:hover,
.stars li.hover {
    background: url(../../frontend/img/fill-star.svg);
    background-size: cover;
    background-position: center;
}

.review-popup .modal-body .add-ratting-star {
    display: -webkit-box;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

.review-popup .modal-body .star-value {
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: auto;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #212b36;
    width: 30px;
}

.review-popup .modal-body .r-name-star {
    display: -webkit-box;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    margin-bottom: 10px;
}

.review-popup .modal-body .r-name-star .tm-text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #212b36;
    margin-bottom: 0;
}

.review-popup .modal-body h6 {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #212b36;
}

.review-popup .avatar-upload {
    width: 120px;
    height: 120px;
}

.review-popup .choose-thumb-wrapper {
    margin-top: 4px;
}

.review-popup .choose-thumb-wrapper>span {
    display: block;
    margin-bottom: 12px;
}

.review-popup .choose-thumb-wrapper .choose-thumb {
    display: -webkit-box;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

.review-popup .avatar-upload {
    width: 120px;
    height: 120px;
}

.review-popup .avatar-upload .avatar-edit {
    position: relative;
    z-index: 1;
}

.review-popup .avatar-upload .avatar-edit input {
    display: none;
}

.review-popup .avatar-upload .avatar-edit input+label {
    width: 120px;
    height: 120px;
}

.review-popup .choose-thumb-wrapper .avatar-content {
    width: calc(100% - 120px);
    padding-left: 24px;
}

.review-popup .avatar-upload .avatar-edit input+label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.review-popup .avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
}

.agency-dd span.select2-container {
    width: 100% !important;
}

.select2-search__field {
    width: 100% !important;
    height: auto !important;
}

.d-none {
    display: none !important;
}

.featured-agency-wpr .featured-box {
    border: 1px solid #ced4da;
    min-height: 84px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.featured-agency-wpr .featured-box.add-box {
    border: 2px dashed #ced4da;
    cursor: pointer;

}

.featured-agency-wpr .featured-box .img-wpr {
    width: 60px;
    height: 60px;
}

.featured-agency-wpr .featured-box .img-wpr img {
    width: 100%;
    border: 1px solid #eaeaea;
}

.featured-agency-wpr .featured-box .icon-btn,.featured-agency-wpr .featured-box .icon-btn:hover {
    width: 24px;
    border: 1px solid #eaeaea !important;
    padding: 0;
    height: 24px;
    color: #c00;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background: #fff;
}
.featured-agency-wpr .featured-box:hover >.icon-btn{
    display: block;
}

.featured-agency-wpr .featured-box .company-name {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 10px;
    width: calc(100% - 60px);

    display: -webkit-box;
    /* max-width: 200px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-agency-wpr .featured-box.add-box span {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 32px;
    color: #ced4da;
}

.btn-section {
    display: flex;
    justify-content: space-between;
}

.btn-section button {
    width: 48%;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
body.loading #loader {
    display: flex;
}
body:not(.loading) #loader {
    display: none;
}