body {
    background-color: black;
}

.app-container {
    background-color: #2d3343;
}

.app-title {
    background-color: #485167bb;
    color: white;
}

.dialog-button {
    background: white;
    background-color: #2d3343;
    color: white;
}

.dialog-button:hover {
    background: white;
    background-color: #485167bb;
}

.progress-bar {
    color: #3f4f4f;
}

.path-button {
    background: #2d3343BB;
}

input {
    background: white;
    background-color: #485167bb;
    color: white;
}

.table-container {
    background-color: #11131a;
}

.table-container th {
    background-color: #2d3343FF;
    color: white;
}

.th-row {
    background-color: black;
    color: white;
}

.tr-row {
    background-color: #11131a;
}

.tr-row-selected {
    background-color: #33384d;
}

.td-cell:selected {
    background-color: #909090;
    color: white;
}

.status {
    color: white;
}

.debug-console {
    color: white;
    background-color: black;
}

.file-progress-text {
    color:white;
}

.file-progress {
    accent-color: #485167bb;
}

.dialog-input {
    background: white;
    background-color: #485167bb;
    color: white;
}

.text-editor-text {
    background: white;
    background-color: #11131a;
    color: white;
}

.text-editor-text:focus {
    outline: none !important;
    border:1px solid rgb(189, 196, 216);
}

.search-text {
    background: white;
    background-color: #485167bb;
    color: white;
}

select {
    background: #485167bb;
    color: white;
    border-color: white;
}

.image-text {
    color: black;
}
