@charset "UTF-8";
.bg-ratwrapper {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    background-image: url("../images/ratingw.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding-top: 113px;
}

.bgg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
}

.chase-bg {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 2;
    overflow: hidden;
}

.bgg-overlay {
    background: transparent;
}

.blob {
    opacity: 0.25;
    mix-blend-mode: screen;
}

.chase-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.orbit {
    position: absolute;
    inset: -20%;
    animation: rotateOrbit 25s infinite alternate ease-in-out;
    transform-origin: center;
    transform: rotate(0deg) scale(1.05);
}

.blob {
    position: absolute;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    filter: blur(800px);
    opacity: 0.25;
    mix-blend-mode: multiply;
}

.blob-1 {
    background: #f8992c;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.blob-2 {
    background: #44bda4;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}

.blob-3 {
    background: #8379b8;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.blob-4 {
    background: #fe2c55;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.bg-ratwrapper > *:not(.chase-bg):not(.bg-overlay):not(.glass-overlay) {
    position: relative;
    z-index: 10;
}

.rating-section-producer {
    /* padding-top: 113px; */
}
/* .rating-section-producer .col-1 {
width:100%
} */
.rating-section {
    /* padding-top: 113px; */
}
.rating-section .center-container .col1 {
    width: 70%;
    background-color: transparent;
    box-shadow: none;
}
.rating-section .center-container .col2 {
    width: 30%;
}
.center-container .col1 h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 50px;
}

.center-container .col1 .sub-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.center-container .col1 .content-review {
    width: 100%;
    height: 183px;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    margin-bottom: 30px;
    padding: 30px;
}

.center-container .col1 .content-review textarea {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    resize: none;
    resize: none;
    border: 1px solid gray;
    border-radius: 15px;
    padding: 15px;
}

.center-container .col1 .feedback {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.center-container .col1 .feedback-content {
    width: 62%;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    margin-bottom: 24px;
}

.center-container .col1 .row1 {
    display: flex;
    justify-content: space-between;
}

.center-container .col1 .rating-content {
    background-color: #ffffff;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 40px;
}

.center-container .col1 .rating-content .how-you-rate {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    margin-bottom: 60px;
    margin-left: 10px;
}

.center-container .col1 .rating-content .reset {
    width: 10%;
}

.center-container .col1 .rating-content .reset button {
    background-color: transparent;
    border: 1px solid #f05271;
    color: #f05271;
    border-radius: 100px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    width: 100%;
    padding: 5px 0px;
}

.center-container .rating-row {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.center-container .rate-item {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 5px 10px;
    position: relative;
}

.center-container .rating-row .rate-item.active .bubble {
    position: absolute;
    background: #ffa500;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 1;
    transition: 0.3s ease;
    top: -69%;
    left: 4%;
}

.center-container .rating-row .rate-item.active {
    border-color: #ffa500;
    background-color: #f8eadc;
}

.center-container .rate-item.active .emoji {
    border-color: #ffa500;
}

.center-container .rate-item.active .stars i {
    color: #f8992c;
}

.center-container .rating-row .rate-item .bubble {
    position: absolute;
    background: #ffa500;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transition: 0.3s ease;
    top: -69%;
    left: 4%;
}

.center-container .rating-row .rate-item .bubble::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #ffa500 transparent transparent transparent;
}

.center-container .emoji {
    font-size: 30px;
    padding-right: 8px;
    border-right: 1px solid #e0e0e0;
}

.center-container .stars i {
    color: #808080;
    font-size: 20px;
}
.center-container .col2 .skills {
    display: flex;
    border: 0.5px solid rgba(128, 128, 128, 0.5019607843);
    padding: 10px 15px;
    margin-bottom: 15px;
}

.center-container .col2 .skills.active {
    border: 1px solid rgb(142, 189, 142);
    color: green;
    background-color: rgb(230, 241, 230);
}

html[lang="en"] .center-container .col2 .skills span {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    margin-left: 10px;
}

html[lang="ar"] .center-container .col2 .skills span {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    margin-right: 10px;
}

.center-container .col2 .span-border {
    border: 1px solid #d9d9d9;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-container .col2 .span-border i {
    display: none;
}

.center-container .col2 .skills.active .span-border i {
    display: block;
    color: white;
    font-size: 14px;
}

.center-container .col2 .skills.active .span-border {
    background-color: rgb(84, 168, 84);
}

.center-container .col2 .overall-score {
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 20px 0px;
}

.center-container .col2 .overall-score i {
    color: #f8992c;
}

html[lang="ar"] .center-container .emoji {
    font-size: 30px;
    padding-left: 8px;
    border-left: 1px solid #e0e0e0;
    border-right: none;
}

.center-container .col2 .submit {
    width: 100%;
    height: 40px;
    background-color: #f05271;
    border-radius: 168px;
    font-family: Baloo 2;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    border: none;
    outline: none;
}

@media (max-width: 1773px) {
    .center-container .col1 .feedback-content {
        width: 100%;
    }
}

@media (max-width: 910px) {
    .center-container .col1 .row1 {
        flex-direction: column;
        justify-items: flex-start;
    }
    .center-container .col1 .rating-content .how-you-rate {
        margin-bottom: 10px;
    }
    .center-container .col1 .rating-content .reset {
        margin-bottom: 10px;
        width: 30%;
    }
}

/*# sourceMappingURL=ratingProducer.css.map */
