body {
    font-size: 16px;
}

.question .question-text {
    color: black;
    font-size: 18px;
}

.question textarea {
    border-radius: 20px;
}

.question .inputs {
    max-width: 400px;
}

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

.question input[type=number] {
    -moz-appearance: textfield;
}

.question-label {
    padding-left: 20px;
    font-weight: 600;
}

.question .q-number {
    min-width: 40px;
    padding-right: 0;
}

.form-check-input {
    position: relative;
    margin: 0;
    background-color: white;
    width:22px;
    height:22px;
    cursor: pointer;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

#files .image_block {
    height: fit-content;
}

#files .image_block .image_item {
    display: block;
    width: 100%;
    height: auto;
    contain: size;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
    background: #f4f6f9 url('/dist/img/loading.svg') no-repeat center center;
    background-size: 70%;
}

#files .image_block .file_remove_btn {
    position: absolute;
    top:-12px;
    right:3px;
    z-index:1;
    padding:0.1rem 0.5rem;
}

#files .file_with_name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}

#files .file_with_name_remove_btn {
    padding:0.1rem 0.5rem;
}


.dropzone.eo-dropzone {
    border: 1px solid #ced4da;
    background: url(/dist/img/file-upload.svg) #ffffff 50% 50% no-repeat;
    background-size: 80% 80%;
    border-radius: 20px;
    padding: 20px;
}

.dropzone.eo-dropzone .dz-message {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone.eo-dropzone .dz-message h4 {
    margin: 0;
}

.dropzone.eo-dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.dropzone.eo-dropzone a.dz-remove {
    color: black;
    text-decoration: none;
}

.fixed-bottom-button-block {
    width: calc(100% - 1.5rem);
    max-width: calc(1000px - 1.5rem);
    margin: 0 auto;
    padding: 0 0 1rem 0;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: rgb(246, 234, 231);
}
