.fn_question.editiable .answers_wrapper {
    height: auto;
}

.fn_ajax_content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.fn_question.disabled .answers_wrapper {
    height: 0;
    padding: 0 20px;
    margin: 0;
    border: 0;
}

.fn_question .answers_wrapper {
    transition: 0.3s;
    position: relative;
    height: auto;
    overflow: hidden;
    flex: 1 1 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.fn_remove_answer,
.fn_remove_question {
    color: grey;
}

.move_zone {
    cursor: move;
}

.boxed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 15px 15px;
}

.okay_list_move {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
}

.okay_list_move .move_zone {
    transform: rotate(90deg);
}

.question_info {
    flex: 1 1 100%;
}

.fn_answer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fn_remove_question svg {
    width: 30px;
    height: 30px;
}

.fn_question_name {
    font-size: 20px;
    color: #000;
    border: none;
    /* outline: none; */
    /* padding: 15px; */
    /* background: #f4f2f2; */
    /* border-bottom: 1px solid #f4f2f2; */
    margin-bottom: 15px;
    /* max-width: 70%; */
}

.fn_question_name.active {
    background-color: #333333
}

.btn {
    padding: 10px;
    border-radius: 5px;
    border: none;
    color: #000;
    background-color: #efefef;
}

.btn.btn_mini svg {
    width: 20px;
    height: 20px;
    margin-right: 0;
}

.btn:hover {
    background-color: #b3b3b3;
}

.button_line {
    margin-left: auto;
}

.fn_question_description {
    font-size: 15px;
    color: #5f5f5f;
    padding: 10px 5px;
}

.fn_question.editiable {
    border-left: 6px solid blueviolet;
}

.fn_question_description p,
.fn_answer_name p,
.fn_answer_text p,
.fn_question_name p {
    margin-bottom: unset;
}

.fn_answer_name,
.fn_answer_text {
    padding: 5px 2px;
    box-sizing: content-box;
    border-bottom: 1px solid #fff;
}

.btn_close svg {
    width: 10px;
}

.form-group {
    margin-bottom: 0;
}

.control-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: fixed;
    top: 210px;
    right: 5%;
    background: #fff;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

.main_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.boxed.main_info {
    display: block;
}

.boxed {
    background: #FFF;
    border-radius: 4px 4px 2px 2px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-bottom: 15px;
}

.fn_aswer-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.fn_aswer-item p {
    margin: 0;
}

.fn_aswer-item textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #ececec;
    font-size: 15px;
    padding: 10px;
}

.form-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 5px 10px 5px 5px;
    gap: 7px;
}

.ico {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
}

.ico svg {
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.boxed-sp {
    background: #FFF;
    border-radius: 4px 4px 2px 2px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-bottom: 15px;
}

h1 {
    margin-bottom: 40px;
    text-align: center;
    margin-top: 20px;
}

.user-page form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.login-page form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 15px;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.form-field input {
    border: none;
    outline: none !important;
    min-width: 270px;
}

.description {
    padding: 30px;
    text-align: center;
    color: #646464;
}

.user-page form button {
    border-radius: 5px;
    padding: 5px 20px;
}

.login-page form button {
    border-radius: 5px;
    padding: 5px 20px;
}

.ksp-button {
    display: flex;
    gap: 5px;
    padding: 6px 20px;
    background-color: #c3e2c4;
    border-radius: 5px;
    border: 1px solid #aaa;
    align-items: center;
}

.ksp-button .ico {
    stroke: #000;
    height: 16px;
}

.ksp-button:hover {
    background-color: #85c787;
    color: #fff;
    border-color: #aaa;
}

.ksp-button:hover .ico {
    stroke: #fff;
}

.ksp-button.rev {
    display: flex;
    gap: 5px;
    padding: 6px 20px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #aaa;
    align-items: center;
}

a.ksp-button.rev {
    color: #aaa;
}

.ksp-button.rev .ico {
    stroke: #aaa;
    height: 16px;
    transform: rotate(180deg);
}

.ksp-button.rev:hover {
    background-color: #fff;
    color: #85c787;
    border-color: #85c787;
}

.ksp-button.rev:hover .ico {
    stroke: #85c787;
}

.ksp-button.rev.alerm:hover {
    background-color: #fff;
    color: #c78585;
    border-color: #c78585;
}

.ksp-button.rev.alerm .ico {
    fill: #aaa;
    stroke: none;
    height: 16px;
    transform: rotate(180deg);
}

.ksp-button.rev.alerm:hover .ico {
    fill: #c78585;
    stroke: none;
}

.form-field:hover {
    background-color: #e8e8e8;
}

.form-field:hover input {
    background-color: #e8e8e8;
}

a {
    color: #000;
}

a:hover {
    text-transform: none;
    text-decoration: none;
}

.button-line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
    gap: 20px;
}

.h2, h2 {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
}

span.email-inline {
    color: #000;
    font-weight: 600;
}

.recent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.button-line.left {
    justify-content: flex-start;
}

.button-line.right {
    justify-content: flex-end;
}

span.user-alert {
    flex: 1 1 100%;
    text-align: center;
    margin-top: 10px;
    color: red;
}

.recent_wrapp {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ksp-info {
    display: flex;
    gap: 5px;
    padding: 6px 20px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #aaa;
    align-items: center;
    color: #000;
    margin-left: auto;
}

.result-description {
    padding: 30px;
}

.result-title {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.fn_aswer-item .result-description {
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 12px;
}

p.ans-desc {
    margin-bottom: 5px;
    color: gray;
    font-weight: 600;
}













@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");
@import url("https://fonts.googleapis.com/css?family=Product+Sans");
@import url("https://fonts.googleapis.com/css?family=Google+Sans");

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", "Arial";
}

.center {
    text-align: center;
}

.link {
    color: #000;
    text-decoration: none;
    opacity: .7;
}

.link:hover {
    opacity: .4;
}

.margin {
    margin: 20px;
}

.margin-top-bottom {
    margin: 20px 0;
}

.margin-left-right {
    margin: 0 20px;
}

.text-link {
    opacity: .8;
}

.text-link:hover {
    opacity: .4;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
}

[class*="col-"] {
    float: left;
}

/* .row{
      grid-row-gap: 5px;
      grid-column-gap: 5px;
      float: left;
  } */
.bg-dark,
.btn-dark {
    background-color: #1c1e1f !important;
    color: #FFF !important;
}

.bg-light,
.btn-light {
    background-color: #DAE0E2 !important;
    color: #000 !important;
}

.bg-black {
    background-color: #000 !important;
    color: #FFF !important;
}

.bg-white {
    background-color: #FFF !important;
    color: #000 !important;
}

body[theme="dark"] {
    background-color: #080808;
    color: #FFF;
}

body[theme="light"] {
    background-color: #F5F5F5;
    color: #000;
}

.text-dark {
    color: #1c1e1f !important;
}

.text-light {
    color: #DAE0E2 !important;
}

.text-danger {
    color: #E71C23 !important;
}

.text-success {
    color: #6AB04A !important;
}

.text-warning {
    color: #FFF222 !important;
}

.text-blur {
    opacity: .7;
}

.text-red {
    color: #e60000 !important;
}

.text-darkblue {
    color: #000066 !important;
}

.text-blue {
    color: #0000ff !important;
}

.text-green {
    color: #00b300 !important;
}

.text-darkgreen {
    color: #004d00 !important;
}

.text-lightgreen {
    color: #00e600 !important;
}

.text-orange {
    color: #ff9900 !important;
}

.text-cyan {
    color: #33ffff !important;
}

.text-gray {
    color: #ccccb3 !important;
}

.col-1,
.col-ex-1 {
    width: 8.33%;
}

.col-2,
.col-ex-2 {
    width: 16.66%;
}

.col-3,
.col-ex-3 {
    width: 25%;
}

.col-4,
.col-ex-4 {
    width: 33.33%;
}

.col-5,
.col-ex-5 {
    width: 41.66%;
}

.col-6,
.col-ex-6 {
    width: 50%;
}

.col-7,
.col-ex-7 {
    width: 58.33%;
}

.col-8,
.col-ex-8 {
    width: 66.66%;
}

.col-9,
.col-ex-9 {
    width: 75%;
}

.col-10,
.col-ex-10 {
    width: 83.33%;
}

.col-11,
.col-ex-11 {
    width: 91.66%;
}

.col-12,
.col-ex-1 {
    width: 100%;
}



.btn-hover:hover {
    box-shadow: 5px 2px 8px;
    opacity: .7;
}

.btn-danger {
    background-color: #E71C23;
    color: #FFF;
}

.btn-success {
    background-color: #6AB04A;
    color: #FFF;
}

.btn-warning {
    background-color: #FFF222;
    color: #000;
}

.box {
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.box-image img,
.box-image {
    width: 100%;
}

.box-title,
.heading-title {
    font-weight: bold;
    text-align: center;
    font-family: "Montserrat";
    padding: 2px 5px;
    border-bottom: 0.5px solid #e6e6e6;
}

.box-text {
    font-family: "Roboto Condensed";
}

.box-shadow {
    box-shadow: 3px 5px 11px;
}

.form-label,
.text-label {
    font-family: "Poppins", "Arial";
    margin: 10px 0;
}

/* .form-group{
      margin: 16px 14px;
  } */

.form-control {
    color: black;
    border: 1px solid #bfbfbf;
    width: -webkit-fill-available;
    width: -moz-available;
    border-radius: 5px;
    padding: 8px;

}

.form-hover:hover {
    opacity: .7;
    box-shadow: 2px 2px 3px;
}

.navbar {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    width: 100%;
}

.nav-list {
    margin: 0;
    list-style-type: none;
}

.nav-logo,
.nav-logo a {
    float: left;
    max-width: 200px;
    margin: 10px;
    text-decoration: none;
    color: black;
    font-size: 1.5rem;
}

.navbar .nav-item {
    display: block;
    text-align: center;
    padding: 14px 16px;
    font-size: 17px;
    float: right;
}

.navbar .nav-item a {
    text-decoration: none;
    color: black;
}

.navbar .nav-item a:hover {
    opacity: .7;
}

.nav-icon {
    display: none !important;
}

.fixed-top {
    top: 0px;
    position: fixed;
}

.fixed-bottom {
    bottom: 0;
    position: fixed;
}

.text-center {
    text-align: center;
}

footer,
.footer {
    width: 100%;
    float: left;
}

.copyright {
    text-align: center;
    font-size: 20px;
    border-top: 1px solid;
    padding: 10px;
    background-color: #000;
    color: #FFF;
    margin: 0;
}

code {
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
}

.img-frame {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.img-hover:hover {
    opacity: .4;
}

table {
    width: 100%;
}

th {
    height: 40px;
}

td {
    padding: 8px;
}

.table-border,
.table-border table,
.table-border th,
.table-border tr,
.table-border td {
    border: 1px solid;
}

.table-white-black tr:nth-child(even) {
    background-color: #000;
    color: #FFF;
}

.table-white-black tr:nth-child(odd) {
    background-color: #FFF;
    color: #000;
}

.table-black-white tr:nth-child(odd) {
    background-color: #000;
    color: #FFF;
}

.table-black-white tr:nth-child(even) {
    background-color: #FFF;
    color: #000;
}

@media only screen and (max-width: 600px) {
    .nav-icon {
        display: block !important;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .nav-item {
        float: left;
        width: 100vw;
    }

    .nav-responsive {
        display: block !important;
    }

    .nav-list-responsive {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    [class*="col-"] {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .col-1 {
        width: 16.66%;
    }

    .col-2 {
        width: 25%;
    }

    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        width: 50%;
    }

    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 100%;
    }

    [class*="col-ex-"] {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


body {
    scroll-behavior: smooth;
}

.form-error {
    font-family: "Permanent Marker";
    color: red;
}

.form-icon {
    width: 40px;
    margin-bottom: 0.5rem;
}

.topnav {
    float: left;
    width: 100vw;
}

.navbar-icon {
    float: left;
}

.nav-text {
    float: left;
    position: relative;
    vertical-align: middle;
    margin-top: 0.75rem;
    font-family: "Product Sans";
    color: #5f6368;
    padding-left: 1rem;
}

.nav-link {
    color: #000;
    text-decoration: none;
}

.nav-effect {
    box-shadow: 0 2px 30px -2px rgba(0, 0, 0, .2);
}

.float-right {
    float: right;
}

.logout-icon {
    width: 40px;
    cursor: pointer;
}

.nav-padding {
    padding: 10px 20px 10px;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #FFF;
    box-shadow: 10px 0 5px -2px #888;
}

.nav-ham {
    float: left;
    font-size: 1.8rem;
    position: relative;
    vertical-align: middle;
    margin-right: 1rem;
    cursor: pointer;
}

.close-sidebar {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
}

.sidebar-content {
    margin: 20px
}

.sidebar-title {
    margin-top: 50px;
    font-family: "Google Sans";
    font-size: 1.3rem;
    border-bottom: 1px solid #888;
    text-align: center;
    cursor: pointer;
}

.sidebar-title-link {
    text-decoration: none;
    color: #414244;
}

.github-icon {
    width: 1.3rem;
}

.create-form {
    background-color: #f1f3f4;
    width: 100vw;
    float: left;
}

.forms-label {
    font-family: "Google Sans";
    margin: 10px 10px 5px 10px;
}

.form-template-box {
    margin: 5px 30px 10px 0;
    float: left;
}

.form-template-box img {
    width: 10em;
    height: 7em;
    float: left;
}

.form-template-box:hover {
    border: 1px solid black;
}

.form-box {
    width: 250px;
    border: 1px solid rgb(182, 179, 179);
    padding: 5px;
    cursor: pointer;
    margin: 10px;
    position: relative;
}

.form-box:hover {
    border: 1px solid darkblue;
}

.form-list {
    float: left;
    margin-top: 20px;
}

.form-list-title {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    position: relative;
}

.form-list-title-text {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-family: "Google Sans";
    margin: 2.5px;
}

.form-list-timestamp {
    margin: 2.5px;
    color: gray;
}

.form-list-link {
    color: #000000;
    text-decoration: none;
    float: left;
}

.error-page {
    text-align: center;
    font-family: "Roboto Condensed";
}

.form-topnav {
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
}

.nav-form-title {
    width: 300px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.edit-on-click {
    border: none;
    font-size: 1.2rem;
    transition: 1s;
    overflow-y: hidden;
}

.edit-on-click:focus {
    outline: none !important;
    border-bottom: 1px solid #202124;
}

.nav-form-menu-icon {
    width: 1.5rem;
    margin: 10px 15px;
    cursor: pointer;
    float: left;
}

.send-form-btn {
    position: relative;
    background-color: #673ab7;
    color: #ddd;
    font-size: 1rem;
    font-family: "Google Sans";
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 10px 20px;
    float: left;
    margin: 0.2px 15px;
}

.question-box {
    background-color: #FFF;
}

.form-title {
    font-size: 2rem;
    font-family: "Google Sans";
    font-weight: normal;
    margin: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.form-description {
    font-size: 1rem;
    font-family: "Roboto Condensed";
    margin: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.form-title-box {
    border-bottom: 1px solid #ddd;
}

.modal {
    display: none;
    position: fixed;
    z-index: 6;
    padding: calc(10vh - 20px) 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-height: 80%;
    overflow: auto;
    max-width: 600px;
    border-radius: 10px;
}

.modal-close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close-btn:hover,
.modal-close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-title {
    font-family: "Google Sans";
    font-size: 1.2rem;
    border-bottom: 1px solid rgb(233, 232, 232);
    margin-bottom: 0;
}

.modal-subtitle {
    font-family: "Roboto Condensed";
    font-size: 1rem;
    font-weight: normal;
}

.setting-form-label {
    font-family: "Roboto Condensed";
}

.modal-division {
    margin: 30px 0;
}

.confirmation-msg-input {
    width: -webkit-fill-available;
    width: -moz-available;
    border-bottom: 1px solid #202124;
    min-height: 20px !important;
}

.setting-options {
    position: relative;
}

.setting-option-cancel {
    margin: 20px 10px;
    cursor: pointer;
    color: #84878b;

}

.btn-save-setting {
    background-color: #673ab7;
    color: #ddd;
    font-size: 1rem;
    font-family: "Google Sans";
}

.setting-preview-form,
.setting-preview-form a {
    cursor: pointer;
    color: #bbb;
    font-family: "Google Sans";
    text-decoration: none;
}

.setting-preview-form:hover {
    opacity: .5;
}

.danger-zone {
    font-weight: bold;
    font-family: "Google Sans";
    font-size: 1.4rem;
}

.delete-form-title {
    margin: 0;
    font-family: "Roboto Condensed";
}

.delete-form-description {
    margin: 0;
    font-family: "Poppins";
}

.delete-form-btn {
    font-size: 1rem;
    font-family: "Poppins";
    padding: 3px !important;
    background-color: #E71C23;
    color: #fff;
}

.question-options {
    background-color: #fff;
    margin: 20px 0;
    position: fixed;
    bottom: 10%;
    right: 0;
    border: 1px solid #84878b;
}

.form-option-icon {
    width: 2rem;
    margin: 5px;
    cursor: pointer;
    display: block;
}

.collect-email {
    margin: 10px;
}

.question-title {
    font-family: "Google Sans";
    font-size: 1.3rem;
    font-weight: normal;
}

.require-star {
    color: #E71C23;
}

.require-email-edit {
    padding: 5px;
    border: none;
    border-bottom: 1px solid #84878b;
    width: 50%;
    cursor: not-allowed;
}

.collect-email-desc {
    color: #70757a;
    margin: 10px 0;
}

.open-setting {
    color: #1a73e8;
    cursor: pointer;
}

.question-title {
    font-family: "Google Sans";
    font-size: 1.5rem;
    width: 65%;
}

.question-type-select {
    width: calc(35% - 8px);
    padding: 5px 35px 5px 5px;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    height: 34px;
}

.question-type-select::-ms-expand {
    display: none;
}

.choices {
    margin: 10px 0;
}

.choice {
    margin: 5px 0;
    font-family: "Google Sans";
}

.add-option {
    cursor: pointer;
    color: #70757a;
}

.edit-choice {
    display: inline;
    width: 80%;
    border: none;
    overflow-y: hidden;
    font-family: "Google Sans";
}

.remove-option {
    display: inline;
    font-size: 1.3rem;
    cursor: pointer;
    margin-left: 10px;
}

.choice-option {
    padding: 10px;
    display: block;
    border-top: 1px solid #ccc;
}

.required {
    font-family: "Roboto Condensed";
}

.answers {
    margin: 5px;
    font-family: "Google Sans";
}

.short-answer {
    width: 50%;
    border: none;
    padding: 5px;
    border-bottom: 1px solid #70757a;
}

.long-answer {
    width: -webkit-fill-available;
    width: -moz-available;
    border: none;
    padding: 5px;
    border-bottom: 1px solid #70757a;
}

.question-option-icon {
    width: 1.5rem;
    cursor: pointer;
}

.form-navigation {
    background-color: #fff;
    width: 400px;
    margin: auto;
}

.navigation {
    text-align: center;
    cursor: pointer;
}

.form-navigation .active {
    color: rgb(0, 132, 223);
    font-weight: bold;
    font-family: "Google Sans";
    font-size: 0.8rem;
}

.question-score {
    max-width: calc(25% - 8px);
    display: inline-block;
    font-family: "Google Sans";
    margin: 1rem;
}

.input-score {
    width: 30px;
    border: none;
    border-bottom: 1px solid rgb(0, 132, 223);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.question-title-score {
    font-family: "Google Sans";
    display: inline-block;
    width: 75%;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 1rem;
}

.answer-key,
.feedback {
    margin: 5px 10px;
}

.answer-key-title,
.feedback-title {
    margin: 0;
    font-family: "Roboto Condensed";
    display: inline-block;
}

.multiple-choice {
    width: 100%;
    margin: 5px;
}

.btn-submit {
    background-color: #1a73e8;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.required-info {
    color: #E71C23;
    margin: 10px;
}

.edit-form-link {
    width: 4rem;
    height: 4rem;
    position: fixed;
    bottom: 50px;
    right: 0%;
    border-radius: 50%;
    border: 1px solid #5f6368;
}

.response-title {
    font-family: "Google Sans";
    font-size: 1.5rem;
    font-weight: normal;
}

.score-title {
    font-family: "Google Sans";
    margin: 10px;
    font-size: 1.2rem;
    font-weight: normal;
}

.question-title {
    font-family: "Google Sans";
    font-size: 1.5rem;
}

.view-score-btn {
    position: relative;
    background-color: #673ab7;
    color: #ddd;
    font-family: "Google Sans";
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin: 5px 15px;
}

.feedback {
    margin: 10px 5px;
}

.feedback-title {
    font-family: "Poppins";
    font-size: 1.1rem;
    font-weight: normal;
}

.edit-response-link {
    margin-left: 15px;
}

.form-template-label {
    font-family: "Google Sans";
    margin: 10px;
    display: block;
}

.form-animate {
    position: relative;
    display: block;
    overflow: hidden;
}

.input-animate {
    width: -webkit-fill-available;
    width: -moz-available;
    border: none;
    display: inline-block;
    outline: none;
    padding: 10px;
    font-size: 20px;
    background-color: transparent;
    border-bottom: 1px solid #7c7c7c;
}

.input-onFocus {
    transition: all 0.5s;
    display: inline-block;
    bottom: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1a73e8;
}

.form-animate,
.input-animate {
    color: inherit;
}

.form-animate .input-animate:focus+.input-onFocus {
    left: 0;
}

.response-summary {
    margin: .5rem 1rem;
}

.response-summary-title {
    font-family: "Google Sans";
    font-size: 1rem;
    font-weight: normal;
}

blockquote {
    font-size: 1.4em;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 10px;
    border-left: 8px solid #78C0A8;
    position: relative;
    background: #EDEDED;
}

blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

.pie-chart {
    width: 70% !important;
    height: 70% !important;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .nav-form-title {
        width: 100px;
    }

    .form-list-link,
    .form-box {
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .modal {
        padding: 0;
    }

    .modal-content {
        max-width: none;
        max-height: none;
        width: -webkit-fill-available;
        width: -moz-available;
        height: calc(100% - 40px);
        border-radius: 0%;
    }

    .question-title,
    .question-title-score {
        width: 100%;
    }

    .question-type-select {
        width: 100%;
        display: block;
    }

    .big-screen {
        display: none;
    }

    .navigation {
        width: calc((100% - 60px)/3) !important;
    }

    .question-score {
        max-width: 100%;
        width: 100%;
    }

    .input-score {
        width: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .small-screen {
        display: none;
    }
}.fn_question.editiable .answers_wrapper {
    height: auto;
}

.fn_ajax_content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.fn_question.disabled .answers_wrapper {
    height: 0;
    padding: 0 20px;
    margin: 0;
    border: 0;
}

.fn_question .answers_wrapper {
    transition: 0.3s;
    position: relative;
    height: auto;
    overflow: hidden;
    flex: 1 1 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.fn_remove_answer,
.fn_remove_question {
    color: grey;
}

.move_zone {
    cursor: move;
}

.boxed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 15px 15px;
}

.okay_list_move {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
}

.okay_list_move .move_zone {
    transform: rotate(90deg);
}

.question_info {
    flex: 1 1 100%;
}

.fn_answer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fn_remove_question svg {
    width: 30px;
    height: 30px;
}

.fn_question_name {
    font-size: 20px;
    color: #000;
    border: none;
    /* outline: none; */
    /* padding: 15px; */
    /* background: #f4f2f2; */
    /* border-bottom: 1px solid #f4f2f2; */
    margin-bottom: 15px;
    /* max-width: 70%; */
}

.fn_question_name.active {
    background-color: #333333
}

.btn {
    padding: 10px;
    border-radius: 5px;
    border: none;
    color: #000;
    background-color: #efefef;
}

.btn.btn_mini svg {
    width: 20px;
    height: 20px;
    margin-right: 0;
}

.btn:hover {
    background-color: #b3b3b3;
}

.button_line {
    margin-left: auto;
}

.fn_question_description {
    font-size: 15px;
    color: #5f5f5f;
    padding: 10px 5px;
}

.fn_question.editiable {
    border-left: 6px solid blueviolet;
}

.fn_question_description p,
.fn_answer_name p,
.fn_answer_text p,
.fn_question_name p {
    margin-bottom: unset;
}

.fn_answer_name,
.fn_answer_text {
    padding: 5px 2px;
    box-sizing: content-box;
    border-bottom: 1px solid #fff;
}

.btn_close svg {
    width: 10px;
}

.form-group {
    margin-bottom: 0;
}

.control-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: fixed;
    top: 210px;
    right: 5%;
    background: #fff;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

.main_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.boxed.main_info {
    display: block;
}

.boxed {
    background: #FFF;
    border-radius: 4px 4px 2px 2px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-bottom: 15px;
}

.fn_aswer-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.fn_aswer-item p {
    margin: 0;
}

.fn_aswer-item textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #ececec;
    font-size: 15px;
    padding: 10px;
}

.form-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 5px 10px 5px 5px;
    gap: 7px;
}

.ico {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
}

.ico svg {
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.boxed-sp {
    background: #FFF;
    border-radius: 4px 4px 2px 2px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-bottom: 15px;
}

h1 {
    margin-bottom: 40px;
    text-align: center;
    margin-top: 20px;
}

.user-page form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.login-page form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 15px;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.form-field input {
    border: none;
    outline: none !important;
    min-width: 270px;
}

.description {
    padding: 30px;
    text-align: center;
    color: #646464;
}

.user-page form button {
    border-radius: 5px;
    padding: 5px 20px;
}

.login-page form button {
    border-radius: 5px;
    padding: 5px 20px;
}

.ksp-button {
    display: flex;
    gap: 5px;
    padding: 6px 20px;
    background-color: #c3e2c4;
    border-radius: 5px;
    border: 1px solid #aaa;
    align-items: center;
}

.ksp-button .ico {
    stroke: #000;
    height: 16px;
}

.ksp-button:hover {
    background-color: #85c787;
    color: #fff;
    border-color: #aaa;
}

.ksp-button:hover .ico {
    stroke: #fff;
}

.ksp-button.rev {
    display: flex;
    gap: 5px;
    padding: 6px 20px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #aaa;
    align-items: center;
}

a.ksp-button.rev {
    color: #aaa;
}

.ksp-button.rev .ico {
    stroke: #aaa;
    height: 16px;
    transform: rotate(180deg);
}

.ksp-button.rev:hover {
    background-color: #fff;
    color: #85c787;
    border-color: #85c787;
}

.ksp-button.rev:hover .ico {
    stroke: #85c787;
}

.ksp-button.rev.alerm:hover {
    background-color: #fff;
    color: #c78585;
    border-color: #c78585;
}

.ksp-button.rev.alerm .ico {
    fill: #aaa;
    stroke: none;
    height: 16px;
    transform: rotate(180deg);
}

.ksp-button.rev.alerm:hover .ico {
    fill: #c78585;
    stroke: none;
}

.form-field:hover {
    background-color: #e8e8e8;
}

.form-field:hover input {
    background-color: #e8e8e8;
}

a {
    color: #000;
}

a:hover {
    text-transform: none;
    text-decoration: none;
}

.button-line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
    gap: 20px;
}

.h2, h2 {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
}

span.email-inline {
    color: #000;
    font-weight: 600;
}

.recent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.button-line.left {
    justify-content: flex-start;
}

.button-line.right {
    justify-content: flex-end;
}

span.user-alert {
    flex: 1 1 100%;
    text-align: center;
    margin-top: 10px;
    color: red;
}

.recent_wrapp {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ksp-info {
    display: flex;
    gap: 5px;
    padding: 6px 20px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #aaa;
    align-items: center;
    color: #000;
    margin-left: auto;
}

.result-description {
    padding: 30px;
}

.result-title {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}











@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");
@import url("https://fonts.googleapis.com/css?family=Product+Sans");
@import url("https://fonts.googleapis.com/css?family=Google+Sans");

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", "Arial";
}

.center {
    text-align: center;
}

.link {
    color: #000;
    text-decoration: none;
    opacity: .7;
}

.link:hover {
    opacity: .4;
}

.margin {
    margin: 20px;
}

.margin-top-bottom {
    margin: 20px 0;
}

.margin-left-right {
    margin: 0 20px;
}

.text-link {
    opacity: .8;
}

.text-link:hover {
    opacity: .4;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
}

[class*="col-"] {
    float: left;
}

/* .row{
      grid-row-gap: 5px;
      grid-column-gap: 5px;
      float: left;
  } */
.bg-dark,
.btn-dark {
    background-color: #1c1e1f !important;
    color: #FFF !important;
}

.bg-light,
.btn-light {
    background-color: #DAE0E2 !important;
    color: #000 !important;
}

.bg-black {
    background-color: #000 !important;
    color: #FFF !important;
}

.bg-white {
    background-color: #FFF !important;
    color: #000 !important;
}

body[theme="dark"] {
    background-color: #080808;
    color: #FFF;
}

body[theme="light"] {
    background-color: #F5F5F5;
    color: #000;
}

.text-dark {
    color: #1c1e1f !important;
}

.text-light {
    color: #DAE0E2 !important;
}

.text-danger {
    color: #E71C23 !important;
}

.text-success {
    color: #6AB04A !important;
}

.text-warning {
    color: #FFF222 !important;
}

.text-blur {
    opacity: .7;
}

.text-red {
    color: #e60000 !important;
}

.text-darkblue {
    color: #000066 !important;
}

.text-blue {
    color: #0000ff !important;
}

.text-green {
    color: #00b300 !important;
}

.text-darkgreen {
    color: #004d00 !important;
}

.text-lightgreen {
    color: #00e600 !important;
}

.text-orange {
    color: #ff9900 !important;
}

.text-cyan {
    color: #33ffff !important;
}

.text-gray {
    color: #ccccb3 !important;
}

.col-1,
.col-ex-1 {
    width: 8.33%;
}

.col-2,
.col-ex-2 {
    width: 16.66%;
}

.col-3,
.col-ex-3 {
    width: 25%;
}

.col-4,
.col-ex-4 {
    width: 33.33%;
}

.col-5,
.col-ex-5 {
    width: 41.66%;
}

.col-6,
.col-ex-6 {
    width: 50%;
}

.col-7,
.col-ex-7 {
    width: 58.33%;
}

.col-8,
.col-ex-8 {
    width: 66.66%;
}

.col-9,
.col-ex-9 {
    width: 75%;
}

.col-10,
.col-ex-10 {
    width: 83.33%;
}

.col-11,
.col-ex-11 {
    width: 91.66%;
}

.col-12,
.col-ex-1 {
    width: 100%;
}



.btn-hover:hover {
    box-shadow: 5px 2px 8px;
    opacity: .7;
}

.btn-danger {
    background-color: #E71C23;
    color: #FFF;
}

.btn-success {
    background-color: #6AB04A;
    color: #FFF;
}

.btn-warning {
    background-color: #FFF222;
    color: #000;
}

.box {
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.box-image img,
.box-image {
    width: 100%;
}

.box-title,
.heading-title {
    font-weight: bold;
    text-align: center;
    font-family: "Montserrat";
    padding: 2px 5px;
    border-bottom: 0.5px solid #e6e6e6;
}

.box-text {
    font-family: "Roboto Condensed";
}

.box-shadow {
    box-shadow: 3px 5px 11px;
}

.form-label,
.text-label {
    font-family: "Poppins", "Arial";
    margin: 10px 0;
}

/* .form-group{
      margin: 16px 14px;
  } */

.form-control {
    color: black;
    border: 1px solid #bfbfbf;
    width: -webkit-fill-available;
    width: -moz-available;
    border-radius: 5px;
    padding: 8px;

}

.form-hover:hover {
    opacity: .7;
    box-shadow: 2px 2px 3px;
}

.navbar {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    width: 100%;
}

.nav-list {
    margin: 0;
    list-style-type: none;
}

.nav-logo,
.nav-logo a {
    float: left;
    max-width: 200px;
    margin: 10px;
    text-decoration: none;
    color: black;
    font-size: 1.5rem;
}

.navbar .nav-item {
    display: block;
    text-align: center;
    padding: 14px 16px;
    font-size: 17px;
    float: right;
}

.navbar .nav-item a {
    text-decoration: none;
    color: black;
}

.navbar .nav-item a:hover {
    opacity: .7;
}

.nav-icon {
    display: none !important;
}

.fixed-top {
    top: 0px;
    position: fixed;
}

.fixed-bottom {
    bottom: 0;
    position: fixed;
}

.text-center {
    text-align: center;
}

footer,
.footer {
    width: 100%;
    float: left;
}

.copyright {
    text-align: center;
    font-size: 20px;
    border-top: 1px solid;
    padding: 10px;
    background-color: #000;
    color: #FFF;
    margin: 0;
}

code {
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
}

.img-frame {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.img-hover:hover {
    opacity: .4;
}

table {
    width: 100%;
}

th {
    height: 40px;
}

td {
    padding: 8px;
}

.table-border,
.table-border table,
.table-border th,
.table-border tr,
.table-border td {
    border: 1px solid;
}

.table-white-black tr:nth-child(even) {
    background-color: #000;
    color: #FFF;
}

.table-white-black tr:nth-child(odd) {
    background-color: #FFF;
    color: #000;
}

.table-black-white tr:nth-child(odd) {
    background-color: #000;
    color: #FFF;
}

.table-black-white tr:nth-child(even) {
    background-color: #FFF;
    color: #000;
}

@media only screen and (max-width: 600px) {
    .nav-icon {
        display: block !important;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .nav-item {
        float: left;
        width: 100vw;
    }

    .nav-responsive {
        display: block !important;
    }

    .nav-list-responsive {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    [class*="col-"] {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .col-1 {
        width: 16.66%;
    }

    .col-2 {
        width: 25%;
    }

    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        width: 50%;
    }

    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 100%;
    }

    [class*="col-ex-"] {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


body {
    scroll-behavior: smooth;
}

.form-error {
    font-family: "Permanent Marker";
    color: red;
}

.form-icon {
    width: 40px;
    margin-bottom: 0.5rem;
}

.topnav {
    float: left;
    width: 100vw;
}

.navbar-icon {
    float: left;
}

.nav-text {
    float: left;
    position: relative;
    vertical-align: middle;
    margin-top: 0.75rem;
    font-family: "Product Sans";
    color: #5f6368;
    padding-left: 1rem;
}

.nav-link {
    color: #000;
    text-decoration: none;
}

.nav-effect {
    box-shadow: 0 2px 30px -2px rgba(0, 0, 0, .2);
}

.float-right {
    float: right;
}

.logout-icon {
    width: 40px;
    cursor: pointer;
}

.nav-padding {
    padding: 10px 20px 10px;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #FFF;
    box-shadow: 10px 0 5px -2px #888;
}

.nav-ham {
    float: left;
    font-size: 1.8rem;
    position: relative;
    vertical-align: middle;
    margin-right: 1rem;
    cursor: pointer;
}

.close-sidebar {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
}

.sidebar-content {
    margin: 20px
}

.sidebar-title {
    margin-top: 50px;
    font-family: "Google Sans";
    font-size: 1.3rem;
    border-bottom: 1px solid #888;
    text-align: center;
    cursor: pointer;
}

.sidebar-title-link {
    text-decoration: none;
    color: #414244;
}

.github-icon {
    width: 1.3rem;
}

.create-form {
    background-color: #f1f3f4;
    width: 100vw;
    float: left;
}

.forms-label {
    font-family: "Google Sans";
    margin: 10px 10px 5px 10px;
}

.form-template-box {
    margin: 5px 30px 10px 0;
    float: left;
}

.form-template-box img {
    width: 10em;
    height: 7em;
    float: left;
}

.form-template-box:hover {
    border: 1px solid black;
}

.form-box {
    width: 250px;
    border: 1px solid rgb(182, 179, 179);
    padding: 5px;
    cursor: pointer;
    margin: 10px;
    position: relative;
}

.form-box:hover {
    border: 1px solid darkblue;
}

.form-list {
    float: left;
    margin-top: 20px;
}

.form-list-title {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    position: relative;
}

.form-list-title-text {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-family: "Google Sans";
    margin: 2.5px;
}

.form-list-timestamp {
    margin: 2.5px;
    color: gray;
}

.form-list-link {
    color: #000000;
    text-decoration: none;
    float: left;
}

.error-page {
    text-align: center;
    font-family: "Roboto Condensed";
}

.form-topnav {
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
}

.nav-form-title {
    width: 300px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.edit-on-click {
    border: none;
    font-size: 1.2rem;
    transition: 1s;
    overflow-y: hidden;
}

.edit-on-click:focus {
    outline: none !important;
    border-bottom: 1px solid #202124;
}

.nav-form-menu-icon {
    width: 1.5rem;
    margin: 10px 15px;
    cursor: pointer;
    float: left;
}

.send-form-btn {
    position: relative;
    background-color: #673ab7;
    color: #ddd;
    font-size: 1rem;
    font-family: "Google Sans";
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 10px 20px;
    float: left;
    margin: 0.2px 15px;
}

.question-box {
    background-color: #FFF;
}

.form-title {
    font-size: 2rem;
    font-family: "Google Sans";
    font-weight: normal;
    margin: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.form-description {
    font-size: 1rem;
    font-family: "Roboto Condensed";
    margin: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.form-title-box {
    border-bottom: 1px solid #ddd;
}

.modal {
    display: none;
    position: fixed;
    z-index: 6;
    padding: calc(10vh - 20px) 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-height: 80%;
    overflow: auto;
    max-width: 600px;
    border-radius: 10px;
}

.modal-close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close-btn:hover,
.modal-close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-title {
    font-family: "Google Sans";
    font-size: 1.2rem;
    border-bottom: 1px solid rgb(233, 232, 232);
    margin-bottom: 0;
}

.modal-subtitle {
    font-family: "Roboto Condensed";
    font-size: 1rem;
    font-weight: normal;
}

.setting-form-label {
    font-family: "Roboto Condensed";
}

.modal-division {
    margin: 30px 0;
}

.confirmation-msg-input {
    width: -webkit-fill-available;
    width: -moz-available;
    border-bottom: 1px solid #202124;
    min-height: 20px !important;
}

.setting-options {
    position: relative;
}

.setting-option-cancel {
    margin: 20px 10px;
    cursor: pointer;
    color: #84878b;

}

.btn-save-setting {
    background-color: #673ab7;
    color: #ddd;
    font-size: 1rem;
    font-family: "Google Sans";
}

.setting-preview-form,
.setting-preview-form a {
    cursor: pointer;
    color: #bbb;
    font-family: "Google Sans";
    text-decoration: none;
}

.setting-preview-form:hover {
    opacity: .5;
}

.danger-zone {
    font-weight: bold;
    font-family: "Google Sans";
    font-size: 1.4rem;
}

.delete-form-title {
    margin: 0;
    font-family: "Roboto Condensed";
}

.delete-form-description {
    margin: 0;
    font-family: "Poppins";
}

.delete-form-btn {
    font-size: 1rem;
    font-family: "Poppins";
    padding: 3px !important;
    background-color: #E71C23;
    color: #fff;
}

.question-options {
    background-color: #fff;
    margin: 20px 0;
    position: fixed;
    bottom: 10%;
    right: 0;
    border: 1px solid #84878b;
}

.form-option-icon {
    width: 2rem;
    margin: 5px;
    cursor: pointer;
    display: block;
}

.collect-email {
    margin: 10px;
}

.question-title {
    font-family: "Google Sans";
    font-size: 1.3rem;
    font-weight: normal;
}

.require-star {
    color: #E71C23;
}

.require-email-edit {
    padding: 5px;
    border: none;
    border-bottom: 1px solid #84878b;
    width: 50%;
    cursor: not-allowed;
}

.collect-email-desc {
    color: #70757a;
    margin: 10px 0;
}

.open-setting {
    color: #1a73e8;
    cursor: pointer;
}

.question-title {
    font-family: "Google Sans";
    font-size: 1.5rem;
    width: 65%;
}

.question-type-select {
    width: calc(35% - 8px);
    padding: 5px 35px 5px 5px;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    height: 34px;
}

.question-type-select::-ms-expand {
    display: none;
}

.choices {
    margin: 10px 0;
}

.choice {
    margin: 5px 0;
    font-family: "Google Sans";
}

.add-option {
    cursor: pointer;
    color: #70757a;
}

.edit-choice {
    display: inline;
    width: 80%;
    border: none;
    overflow-y: hidden;
    font-family: "Google Sans";
}

.remove-option {
    display: inline;
    font-size: 1.3rem;
    cursor: pointer;
    margin-left: 10px;
}

.choice-option {
    padding: 10px;
    display: block;
    border-top: 1px solid #ccc;
}

.required {
    font-family: "Roboto Condensed";
}

.answers {
    margin: 5px;
    font-family: "Google Sans";
}

.short-answer {
    width: 50%;
    border: none;
    padding: 5px;
    border-bottom: 1px solid #70757a;
}

.long-answer {
    width: -webkit-fill-available;
    width: -moz-available;
    border: none;
    padding: 5px;
    border-bottom: 1px solid #70757a;
}

.question-option-icon {
    width: 1.5rem;
    cursor: pointer;
}

.form-navigation {
    background-color: #fff;
    width: 400px;
    margin: auto;
}

.navigation {
    text-align: center;
    cursor: pointer;
}

.form-navigation .active {
    color: rgb(0, 132, 223);
    font-weight: bold;
    font-family: "Google Sans";
    font-size: 0.8rem;
}

.question-score {
    max-width: calc(25% - 8px);
    display: inline-block;
    font-family: "Google Sans";
    margin: 1rem;
}

.input-score {
    width: 30px;
    border: none;
    border-bottom: 1px solid rgb(0, 132, 223);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.question-title-score {
    font-family: "Google Sans";
    display: inline-block;
    width: 75%;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 1rem;
}

.answer-key,
.feedback {
    margin: 5px 10px;
}

.answer-key-title,
.feedback-title {
    margin: 0;
    font-family: "Roboto Condensed";
    display: inline-block;
}

.multiple-choice {
    width: 100%;
    margin: 5px;
}

.btn-submit {
    background-color: #1a73e8;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.required-info {
    color: #E71C23;
    margin: 10px;
}

.edit-form-link {
    width: 4rem;
    height: 4rem;
    position: fixed;
    bottom: 50px;
    right: 0%;
    border-radius: 50%;
    border: 1px solid #5f6368;
}

.response-title {
    font-family: "Google Sans";
    font-size: 1.5rem;
    font-weight: normal;
}

.score-title {
    font-family: "Google Sans";
    margin: 10px;
    font-size: 1.2rem;
    font-weight: normal;
}

.question-title {
    font-family: "Google Sans";
    font-size: 1.5rem;
}

.view-score-btn {
    position: relative;
    background-color: #673ab7;
    color: #ddd;
    font-family: "Google Sans";
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin: 5px 15px;
}

.feedback {
    margin: 10px 5px;
}

.feedback-title {
    font-family: "Poppins";
    font-size: 1.1rem;
    font-weight: normal;
}

.edit-response-link {
    margin-left: 15px;
}

.form-template-label {
    font-family: "Google Sans";
    margin: 10px;
    display: block;
}

.form-animate {
    position: relative;
    display: block;
    overflow: hidden;
}

.input-animate {
    width: -webkit-fill-available;
    width: -moz-available;
    border: none;
    display: inline-block;
    outline: none;
    padding: 10px;
    font-size: 20px;
    background-color: transparent;
    border-bottom: 1px solid #7c7c7c;
}

.input-onFocus {
    transition: all 0.5s;
    display: inline-block;
    bottom: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1a73e8;
}

.form-animate,
.input-animate {
    color: inherit;
}

.form-animate .input-animate:focus+.input-onFocus {
    left: 0;
}

.response-summary {
    margin: .5rem 1rem;
}

.response-summary-title {
    font-family: "Google Sans";
    font-size: 1rem;
    font-weight: normal;
}

blockquote {
    font-size: 1.4em;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 10px;
    border-left: 8px solid #78C0A8;
    position: relative;
    background: #EDEDED;
}

blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

.pie-chart {
    width: 70% !important;
    height: 70% !important;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .nav-form-title {
        width: 100px;
    }

    .form-list-link,
    .form-box {
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .modal {
        padding: 0;
    }

    .modal-content {
        max-width: none;
        max-height: none;
        width: -webkit-fill-available;
        width: -moz-available;
        height: calc(100% - 40px);
        border-radius: 0%;
    }

    .question-title,
    .question-title-score {
        width: 100%;
    }

    .question-type-select {
        width: 100%;
        display: block;
    }

    .big-screen {
        display: none;
    }

    .navigation {
        width: calc((100% - 60px)/3) !important;
    }

    .question-score {
        max-width: 100%;
        width: 100%;
    }

    .input-score {
        width: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .small-screen {
        display: none;
    }
    .ksp-info {
        display: flex;
        flex-direction: column;
    }
}

@media(max-width: 600px) {
    .button-line {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .form-field input {
        min-width: 100%;
    }
    .recent {
        flex-wrap: wrap;
    }

    .h2, h2 {
        font-size: 1.0rem;
    }

    
}