.page[name='surveyTask'] {
    z-index: 1100;
}
.page[name='surveyTask'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 64px;
}
.page[name='surveyTask'] > .header > .side > .button {
    padding: 20px;
}
.page[name='surveyTask'] > .header > .side > .button > img {
    width: 24px;
    height: 24px;
    display: block;
}
.page[name='surveyTask'] > .header > .center {
    margin-top: 18.5px;
    display: table;
    width: calc(100% - 128px);
    text-align: center;
}
.page[name='surveyTask'] > .header > .center > div {
    color: #181818;
    display: table-cell;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
}
.page[name='surveyTask'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 80px;
    left: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow-y: auto;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='surveyTask'] > .content > .title {
    font-weight: 600;
    margin-right: 24px;
    margin-bottom: 12px;
    margin-left: 24px;
}
.page[name='surveyTask'] > .content > .questions > .question {
    margin-bottom: 24px;
}
.page[name='surveyTask'] > .content > .questions > .question > .text {
    font-weight: 600;
    margin-right: 24px;
    margin-bottom: 12px;
    margin-left: 24px;
}
.page[name='surveyTask'] > .content > .questions > .question:not([type='image']) > .options {
    margin-right: 24px;
    margin-left: 24px;
}
.page[name='surveyTask'] > .content > .questions > .question[type='image'] > .options {
    overflow-x: auto;
    white-space: nowrap;
}
.page[name='surveyTask'] > .content > .questions > .question[type='image'] > .options > .option {
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
}
.page[name='surveyTask'] > .content > .questions > .question[type='image'] > .options > .option > .imageWrapper {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}
.page[name='surveyTask'] > .content > .questions > .question[type='image'] > .options > .option > .imageWrapper > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}
.page[name='surveyTask'] > .content > .questions > .question[type='text'] > .options > .option:not(:last-child) {
    margin-bottom: 8px;
}
.page[name='surveyTask'] > .content > .questions > .question[type='text'] > .options > .option > .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.page[name='surveyTask'] > .content > .questions > .question[type='text'] > .options > .option > .text {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 32px);
}
.page[name='surveyTask'] > .content > .questions > .question[type='text'] > .options > .option > .square {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
.page[name='surveyTask'] > .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px;
    padding: 20px;
}
.page[name='surveyTask'] > .footer > .price {
    font-size: 24px;
    font-weight: 500;
}
.page[name='surveyTask'] > .footer > .button {
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
}