html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


label {
    margin-left: 3px;
}
fluent-button, input, fluent-select, fluent-text-field, label {
    margin-top: 10px;
}
fluent-divider {
    height: 1em;
    border-color: var(--neutral-fill-strong-active);
}
table, th, td {
    border: 1px solid;
    border-collapse: collapse;
    text-align: center;
}
#modal-body, #error-body, fluent-design-system-provider, .mainContainer {
    height: 100%;
}
.loadingFiles {
    margin-top: 10em;
    text-align: center;
}
.fileToUpload {
    text-align: center;
}
.tablenumber {
    color: blue;
}
.filename {
    text-align: left;
}
.fileheader {
    text-align: right;
}

#delete-files {
    /*color: red;*/
}
.availableFiles {
    margin-top: 10px;
    overflow-y: scroll;
    height: 300px;
    width: 100%;
}

.mainContainer {
    padding-left: 1em;
    padding-right: 1em;
    overflow-y: scroll; 
    /*height: 855px; */
    display: flex; 
    flex-direction: column;
}
.selectDeselect {
}
.tableLabel {
}
.tableLabelDetails {
    margin-left: 1em;
    font-size: 10px;
}
.includeBorders {
    margin-top: 3px;
}
.mergeButton {
    /*background-color: magenta;*/
}

.cornerHeader {
}
.preHeader {
    background-color: lightgrey;
}
.preUse {
    background-color: #E8E8E8;
}

.deselectedHeader {
    background-color: none;
}

.selectedHeader {
    font-weight: bold;
    /*background-color: #E7FBE7;*/
}

.deselectedCell {
    background-color: white;
}
.selectedCell {
    background-color: #E7FBE7;
}

.selectButton {
    background-color: lightblue;
}

.deselectButton {
    background-color: lightyellow;
}

.insertButton {
    /*background-color: lightgreen;*/
}

.accordion {
}

.accordion .content {
    background-color: #f1f1f1;
}

.loader {
    margin-top: 4em;
    margin-bottom: 4em;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

footer {
    position: absolute;
    bottom: 0;
    margin-left: 1em;
}

.stylesButtons {
    margin-top: 1em;
    margin-left: 3px;
}

.cellDifferFromPrevious {
    border: 2px solid orange;
}
.listbox {
    max-height: 150px !important;
}
.comboboxes {
    display: flex;
    flex-direction: row;
}
.comboboxWithLabel {
    display: flex;
    flex-direction: column;
}
.settingsLabel {
    font-weight: bold;
}
.tableStrings {
    display: flex;
    flex-direction: column;
}

.aiDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.aiSectionBlock:nth-child(even) {
    background: lightblue;
}
.aiSectionBlock:nth-child(odd) {
    background: #adc1e6;
}
.aiResult {
    width: 100%;
}
.bodyClass {
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0; 
    overflow: scroll;
}
#error-messages {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aiDiv, .aiSection {
    width: 100%;
}
.aiSectionBlock {
    margin-top: 10px;
}
.aiSectionRows {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.aiSectionRow {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.aiDiv {
    border: solid 7px lightblue;
}
ul {
    list-style-type: "- ";
}
.aiPreview {
    margin-top: 30px;
    margin-left: 30px;
}
