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