html, body {
    padding: 0 !important;
    overflow-y: hidden;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100% !important;
}

#system-message-container {
    padding: 0 !important;
}

.quantummanager {
    width: 100%;
    height: 100vh !important;
}

.modalcontentinsert {

}

.modalcontentinsert .quatummanagermodal-header {
    background: #eee;
    padding-left: 15px;
    padding-right: 15px;
}

.modalcontentinsert .quatummanagermodal-header .modalcontentinsert-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.modalcontentinsert .quatummanagermodal-header .select-file-for-insert {
    height: 30px;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 14px;
}

.button-file-for-insert {
    margin: auto;
}

.table-file-for-insert {
    -webkit-touch-callout: none;
    -webkit-user-select: none;/
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table-file-for-insert .table-file-for-insert-tr {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.table-file-for-insert .table-file-for-insert-tr:last-child {
    border-bottom: none;
}

.table-file-for-insert .table-file-for-insert-tr .handle-wrap {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    margin-right: 20px;
    height: 100%;
}

.table-file-for-insert .table-file-for-insert-tr .handle {
    display: block;
    width: 40px;
    height: 40px;
    cursor: move;
}

.table-file-for-insert .table-file-for-insert-tr .table-file-for-insert-preview {
    width: 20%;
    margin-right: 20px;
    text-align: center;
}

.table-file-for-insert .table-file-for-insert-tr .table-file-for-insert-preview .table-file-for-insert-preview-file {
    border-radius: 3px;
    border: 1px solid #9e9e9e;
    object-fit: contain;
    object-position: center;
    background-color: #f5f5f5;
    width: 100%;
    height: 200px;
}

.table-file-for-insert .table-file-for-insert-tr .table-file-for-insert-preview .table-file-for-insert-preview-name {
    margin-top: 13px;
    text-align: center;
    color: #777;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    word-break: break-word;
}

.table-file-for-insert .table-file-for-insert-tr .table-file-for-insert-fields {
    width: 78%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 10px 0;
}

.table-file-for-insert .table-file-for-insert-tr .table-file-for-insert-fields > input,
.table-file-for-insert .table-file-for-insert-tr .table-file-for-insert-fields > select {
    display: inline-block;
    width: 29%;
    margin: 1% !important;
}