.surveyoption {
    display: flex;
    flex-direction: column;
}

.surveyoption .option-text {
    display: flex;
    margin-block: 10px;
    color: #333;
}

.surveyoption .option-index {
    margin-right: 5px;
    font-family: "Metropolis Semi Bold";
    color: #333;
}

.surveyoption.empty .option-index,
.surveyoption.empty .option-value {
    color: #cdcdcd;
}

.surveyoption .option-value-result {
    margin-left: 25px;
    color: #333;
}

.surveyoption .option-response-value {
    margin-left: 10px;
    color: #19a4fd;
}

.surveyoption .response-bar-container {
    margin-left: 10px;
    height: 10px;
    width: 580px;
    background-color: rgba(174, 216, 235, 0.8);
    border-radius: 5px;
    margin-block: 10px 15px;
}
.surveyoption .response-bar-container .response-bar {
    height: 10px;
    background-color: #0d4962;
    border-radius: 5px;
}

.surveyoption .voter-container {
    display: inline-block;
    margin: auto 10px;
}

.surveyoption .voter-container img {
    width: 35px;
    height: 35px;
}

.modal-body .single-user img {
    width: 100px;
}

.modal-body .user-name {
    text-align: center;
}

.modal-body .single-user {
    width: 100px;
    display: inline-block;
    margin: 0 10px;
}

.surveyoption .index {
    font-family: "Metropolis Semi Bold";
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #333;
    margin-right: 56px;
}

.surveyoption #_surveyOptionContainer {
    width: 100%;
}

.surveyscreate .surveyoption .gvinput .inputContainer {
    width: 100%;
}

.surveyscreate .surveyoption .avatarIcon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/Avatar_user_survey_m_v1.png);
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.surveyoption .receiversAnswer {
    display: flex;
    align-items: center;
    min-width: max-content;
    margin-bottom: 10px;
}

.surveyoption .receiversAnswer .text {
    font-family: "Metropolis Regular";
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.16px;
    color: #333;
    padding-left: 10px;
}

/* DARK MODE */
.dark .surveyoption .index,
.dark .surveyoption .option-index,
.dark .surveyoption .option-value-result,
.dark .surveyoption .receiversAnswer .text {
    color: rgba(255, 255, 255, 0.87);
}
.dark .surveyoption .response-bar-container {
    background-color: #0d4962;
}
.dark .surveyoption .response-bar-container .response-bar {
    background-color: #0eb5fe;
}
.dark .surveyscreate .surveyoption .avatarIcon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/avatar_dark_survey_m_v1.png);
}