.main-title, .admin-title {
    background-color: #aaa;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.uk-table td.cell-list-checkbox {
    vertical-align: middle;
}

.uk-notification .uk-notification-message {
    background-color: #fff;
    border: 1px solid #888;
}
.uk-notification .uk-notification-message-danger {
    border-color: #f0506e;
    background-color: #ffe1e1;
}

.list-checkbox {
    display: flex;
    width: 16px;
    height: 16px;
    border: 1px solid #e5e5e5;
}

.process-raw-tabs > li {
    width: 150px;
    padding-left: 0;
}
.process-raw-tabs > li:first-child {
    padding-left: 20px;
}

.process-raw-tabs > li > a {

}

.process-raw-tabs > .uk-active > a {
    background-color: #e5e5e5;
    color: #444;
    border-bottom-color: #e5e5e5;
}

.process-raw-list thead th {
    background-color: #e0e0e0;
    color: #444;
}
.process-raw-list_row-error td {
    color: #f00;
}

.process-raw-list__cell-icon {
    width: 16px;
}


.process-list thead th {
    background-color: #e0e0e0;
    color: #444;
}
.process-list__head-cell-time {
    padding: 0 !important;
}
.process-list__head-cell-time div {
    border-top: 1px solid #000;
    text-align: center;
    padding: 10px 12px;
}
.process-list__vt {
    writing-mode: vertical-rl;
    text-align: right !important;
}
.process-list__cell-sel {
    padding: 0 !important;
    width: 30px;
}
.process-list__cell-sel div {
    display: block;
    width:1px;
    height: 44px;
    border-left: 1px solid #e5e5e5;
}

.result-list thead th {
    background-color: #e0e0e0;
    color: #444;
}
.result-raw-list thead th {
    background-color: #e0e0e0;
    color: #444;
}
.result-raw-list_row-error td {
    color: #f00;
}
.result-raw-list__cell-icon {
    width: 16px;
}

.slide-generator-loading .uk-modal-dialog {
    background-color: transparent;
    display: flex;
    justify-content: center;
}

.slide-generator-image .slide-generator-image__arrow {
    position: absolute;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #fff;
}
.slide-generator-image .slide-generator-image__arrow_left {
    left: -60px;
}
.slide-generator-image .slide-generator-image__arrow_right {
    right: -60px;
}

.slide-generator-image .uk-modal-dialog {
    width: 75vw;
}

.slide-generator-export .uk-modal-footer {
    display: flex;
    justify-content: space-between;
}

.slide-generator-export__list {
    max-height: 200px;
    overflow-y: auto;
}

.slide-generator-export__list-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.slide-generator-export__list-item .uk-label {
    font-size: 14px;
}


/* https://www.cssportal.com/css-loader-generator/ */
.custom-loader {
    width: 100px;
    height: 100px;
    display: grid;
    border:8px solid #0000;
    border-radius: 50%;
    border-color:#E4E4ED #0000;
    animation: s6 2s infinite linear;
}
.custom-loader::before,
.custom-loader::after {
    content:"";
    grid-area: 1/1;
    margin:4px;
    border:inherit;
    border-radius: 50%;
}
.custom-loader::before {
    border-color:#766DF4 #0000;
    animation:inherit;
    animation-duration: 1s;
    animation-direction: reverse;
}
.custom-loader::after {
    margin:16px;
}

@keyframes s6 {
    100%{transform: rotate(1turn)}
}
