/* @font-face {
    font-family: SourceHanSerif;
    src: url("../fonts/SourceHanSerifK-Regular.otf") format("opentype");
} */

body {
    /* font-family: SourceHanSerif; */
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#footer {
    margin-top: auto;
    /* bottom: 0; */
    /* padding: 10px 10px 0px 10px; */
    width: 100%;
    /* Height of the footer*/
    height: 50px;
    background: rgba(0, 0, 0);
}

.bg-gray{
    background-color: rgba(211, 211, 211, 0.25);
}

.button-width-fill {
    width: 100%;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
}

.btn-no-bg {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: inherit;
    color: black;
    padding: 0px;
}

.btn-no-bg:hover{
    background-color: transparent;
}

/* Overwrite border radius of Quill editor */
.ql-toolbar, .ql-container {
    border-radius: 5px !important;
}

#editor1, #editor2{
    height: auto;
    min-height: 250px;
}

/* Style for table inside Quill editor */
.ql-snow .ql-Table-Input .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
}

.ql-snow .ql-Table-Input .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px;
    background: lightsteelblue;
}

.ql-snow .ql-Table-Input .ql-picker-item:hover, .ql-snow .ql-Table-Input .ql-picker-item.ql-picker-item-highlight {
    border-color: #000;
    background: steelblue;
}

.ql-snow .ql-Table-Input.ql-picker {
    width: 28px;
}

.ql-snow .ql-Table-Input.ql-picker .ql-picker-label {
    padding: 2px 4px;
}

.answer-status-0 {
    color: red !important;
}

.answer-status-1 {
    color: #FFC107 !important;
}

.answer-status-2 {
    color: green !important;
}
