.page[name='survey'] {
    z-index: 100;
}
.page[name='survey'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 64px;
}
.page[name='survey'] > .header > .side:first-child > .button {
    padding: 20px;
}
.page[name='survey'] > .header > .side:first-child > .button > img {
    display: block;
}
.page[name='survey'] > .header > .center {
    display: table;
    width: calc(100% - 139px);
    height: 100%;
    text-align: center;
    line-height: 44px;
    line-height: 64px;
}
.page[name='survey'] > .header > .center > div {
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
.page[name='survey'] > .header > .side:last-child > .button {
    font-size: 16px;
    font-weight: 600;
    width: 75px;
    padding: 19.5px 12px;
    text-align: center;
}
.page[name='survey'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
}
.page[name='survey'] > .content > .wrapper[index='0'],
.page[name='survey'] > .content > .wrapper[index='1'] {
    padding-right: 20px;
    padding-left: 20px;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .image {
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: visible;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .image > div {
    padding: 16px 24px;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .image > .upload > .uifio {
    border-radius: 20px;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .image > .upload > input {
    display: none;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .image > .upload > img {
    display: block;
    width: 60px;
    padding: 18px;
    border-radius: 12px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .image > .upload > label {
    display: block;
    font-weight: 600;
    text-align: center;
    margin-top: 8px;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .image > .wrapper > img {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    object-fit: contain;
    transition: opacity 0.6s ease;
    opacity: 0; 
}
.page[name='survey'] > .content > .wrapper[index='0'] > .image > .wrapper > .remove {
    text-align: center;
    border-radius: 8px;
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    margin-top: 16px;
    padding: 4px 10px;
    font-weight: 700;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field:not(:last-child) {
    margin-bottom: 16px;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > label {
    font-weight: 600;
    font-size: 16px;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > .inputWrapper > input,
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > input,
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > select,
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > textarea {
    border-radius: 16px;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > .inputWrapper > input,
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > input,
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > select,
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > textarea {
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field[key='distance'] > input {
    margin-top: 8px;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > textarea {
    border: none;
    height: 150px;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field[key='image'] {
    display: none;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > img {
    position: absolute;
    bottom: 24.5px;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > .inputWrapper {
    width: 100%;
}
.page[name='survey'] > .content > .wrapper[index='0'] > .formWrapper > .fForm > .fields > .field > .inputWrapper > img {
    width: 24px;
    height: 24px;
    top: 16.5px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div {
    margin-bottom: 24px;
    overflow: hidden;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .question {
    overflow: hidden;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .question > img {
    width: 24px;
    height: 24px;
    display: block;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .question > input {
    width: calc(100% - 100px);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .question > input::placeholder {
    font-weight: 500;
    font-size: 16px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .question > .button {
    font-size: 12px;
    border-radius: 8px;
    font-weight: 600;
    padding: 4px 8px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > .text > .options {
    margin-bottom: 10px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > .text > .options > .option {
    position: relative;
}
.page[name='survey'] > .content > .wrapper[index='1'] > .text > .options > .option > img {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 22.5px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > .text > .options > .option > input {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 16px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .buttons {
    overflow: hidden;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .buttons > .multi {
    margin-top: 7.5px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .buttons > .multi > .switch {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 24px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .buttons > .multi > .switch > input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .buttons > .multi > .switch > .slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    transition: 0.4s;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .buttons > .multi > .switch > .slider:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    bottom: 1.5px;
    transition: 0.4s;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .buttons > .multi > .switch > input:checked + .slider:before {
    transform: translateX(15px);
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .buttons > .multi > .switch > .round {
    border-radius: 34px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .buttons > .multi > .switch > .round:before {
    border-radius: 50%;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .buttons > .button {
    border-radius: 20px;
    padding: 6px 10px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > div > .buttons > input {
    display: none;
}
.page[name='survey'] > .content > .wrapper[index='1'] > .image > .options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > .image > .options > .option {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    position: relative;
    border-radius: 16px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > .image > .options > .option > .button {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 8px;
    border-radius: 50%;
}
.page[name='survey'] > .content > .wrapper[index='1'] > .image > .options > .option > .button > img {
    width: 12px;
    height: 12px;
    margin-top: 5px;
}
.page[name='survey'] > .content > .wrapper[index='1'] > .image > .options > .option > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .filteredItems {
    white-space: nowrap;
    overflow-x: auto;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .filteredItems > .item {
    margin-bottom: 8px;
    padding: 3px 8px;
    border-radius: 12px;
    display: inline-block;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .filteredItems > .item > img {
    vertical-align: middle;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm,
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .fields > .field > .subField {
    overflow: hidden;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .fields {
    width: calc(100% - 166px);
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .tabs {
    width: 150px;
    overflow-y: auto;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .tabs > .title {
    display: block;
    line-height: 30px;
    padding-top: 12px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .tabs > .tab {
    display: block;
    padding: 8px 20px;
    height: unset;
    line-height: 19px;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .tabs > .active {
    font-weight: 600;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .fields > .field:not(:last-child) {
    margin-bottom: 20px;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .fields > .field > label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 600;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .fields > .field > input,
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .fields > .field > select {
    width: 100%;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 36px;
    height: 48px;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .fields > .field > .subField:not(:last-child) {
    margin-bottom: 16px;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .fields > .field > .subField > .checkbox {
    width: 20px;
    height: 20px;
    background-size: cover;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .fields > .field > .subField > .checkbox {
    border-radius: 4px;
}
.page[name='survey'] > .content > .wrapper[index='2'] > .formWrapper > .fForm > .fields > .field[key='occupations'] > .fControl > .button {
    padding: 12px 24px;
    width: 100%;
    font-size: 16px;
    border-radius: 16px;
    margin-bottom: 12px;
}
.page[name='survey'] > .button {
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.7;
}
.page[name='survey'] > .button > img {
    width: 24px;
    height: 24px;
    margin-top: 13px;
}

#options[ids='addQuestion'] > .text {
    margin-bottom: 22px;
    font-weight: bold;
}
#options[ids='addQuestion'] > .buttons > .button {
    text-align: center;
    border-radius: 16px;
    padding: 12px 16px;
    width: 100%;
    font-weight: 500;
}
#options[ids='addQuestion'] > .buttons > .button:not(:last-child) {
    margin-bottom: 8px;
}
#options[ids='removeImage'] > .text {
    margin-bottom: 22px;
    font-weight: bold;
    text-align: center;
}
#options[ids='removeImage'] > .buttons > .button {
    display: inline-block;
    text-align: center;
    border-radius: 16px;
    padding: 12px 16px;
    width: 50%;
}
#options[ids='removeImage'] > .buttons > .button {
    font-weight: 500;
}
#panel[ids='surveyAddress'] > .content > .title {
    position: absolute;
    top: 12px;
    font-weight: 600;
    font-size: 16px;
}
#panel[ids='surveyAddress'] > .content > .button {
    position: absolute;
    top: 0;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 16px;
}
#panel[ids='surveyAddress'] > .content > .tableWrapper > .fTable > .content > table {
    width: 100%;
    border-spacing: 0;
}
#panel[ids='surveyAddress'] > .content > .tableWrapper > .fTable > .content > table > thead {
    display: none;
}
#panel[ids='surveyAddress'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
}