html {
    scrollbar-gutter: auto;
}

body.survey-index-questionlist main#maincontent {
    box-sizing: border-box;
    margin-block: 0;
    background: #090a0f;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 1.42857143;
}

body.survey-index-questionlist .survey-page-title-wrapper {
    display: block;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
}

body.survey-index-questionlist .survey-page-title-wrapper > .page-title {
    margin: 25px 0 !important;
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

body.survey-index-questionlist.light-mode main#maincontent {
    background: #fff;
    color: #000;
}

body.survey-index-questionlist.light-mode .survey-page-title-wrapper > .page-title {
    color: #000 !important;
}

body.survey-index-questionlist #survey-img {
    display: inline;
    width: 100%;
    height: auto;
    vertical-align: baseline;
}

body.survey-index-questionlist main#maincontent .column.main {
    box-sizing: border-box;
    padding-bottom: 40px;
}

body.survey-index-questionlist #survey_form {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px 15px;
    box-shadow: 2px 1px 3px 2px #d1d1d1;
}

body.survey-index-questionlist #survey_form .survey-title {
    padding: 10px 15px;
    margin-right: -15px;
    margin-bottom: 15px;
    margin-left: -15px;
    background: #1979c3;
    color: #fff;
}

body.survey-index-questionlist #survey_form p {
    margin-bottom: 10px;
}

body.survey-index-questionlist #survey_form table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

body.survey-index-questionlist #survey_form th {
    padding: 11px 10px;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
}

body.survey-index-questionlist #survey_form td {
    padding: 11px 10px;
    vertical-align: top;
}

body.survey-index-questionlist #survey_form td.que {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    background: #5496c9;
    color: #fff;
}

body.survey-index-questionlist #survey_form td.que span {
    margin-right: 10px;
}

body.survey-index-questionlist #survey_form td.que p {
    margin-bottom: 0;
}

body.survey-index-questionlist #survey_form input[type="radio"],
body.survey-index-questionlist #survey_form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 0;
    margin: 2px 5px 0 0;
    appearance: auto;
    -webkit-appearance: auto;
    vertical-align: top;
    background: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.survey-index-questionlist #survey_form input[type="checkbox"] {
    position: relative;
    top: 2px;
}

body.survey-index-questionlist #survey_form textarea {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    min-height: 64px;
    padding: 10px;
    margin: 0;
    background: #1f1f1f;
    color: #fff;
    font: inherit;
    line-height: 1.42857143;
    resize: vertical;
    border: 2px solid rgba(68, 68, 68, 0.53);
    border-radius: 5px;
    box-shadow: none;
}

body.survey-index-questionlist.light-mode #survey_form textarea {
    background: #efefef;
    color: #000;
    border-color: rgba(68, 68, 68, 0.41);
}

body.survey-index-questionlist #survey_form button.action-default {
    padding: 15px;
    margin-top: 15px;
    background: #008000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14285714;
    border: 0;
    border-radius: 0;
    vertical-align: middle;
}

body.survey-index-questionlist #survey_form button.action-default:hover,
body.survey-index-questionlist #survey_form button.action-default:focus-visible {
    background: #006400;
    color: #fff;
}

@media screen and (min-width: 769px) {
    body.survey-index-questionlist main#maincontent {
        padding-inline: 45px;
    }

    body.survey-index-questionlist .survey-page-title-wrapper > .page-title {
        display: inline-block;
    }

    body.survey-index-questionlist main#maincontent .column.main {
        min-height: 300px;
    }
}

@media screen and (max-width: 768px) {
    body.survey-index-questionlist main#maincontent {
        padding-inline: 20px;
    }

    body.survey-index-questionlist main#maincontent .column.main {
        min-height: 0;
    }

    body.survey-index-questionlist #survey-img {
        padding-bottom: 10px;
    }

    body.survey-index-questionlist #survey_form {
        box-shadow: none;
    }
}
