﻿.input-group-ui .input-ui {
    padding-left: 3.5rem;
}

.invalid-feedback {
    color: red;
    font-size: 12px;
    font-style: italic;
}

.red {
    color: red;
}

.search-tags_value {
    color: #94a3b8;
    font-weight: 500;
}

    .search-tags_value b {
        color: var(--color-primary-color);
        font-weight: 700;
    }

th.sort-asc:after {
    content: " ▲";
    font-size: 0.8em;
    float: right;
    margin-right: 10px;
}

th.sort-desc:after {
    content: " ▼";
    font-size: 0.8em;
    float: right;
    margin-right: 10px;
}


.table-th-ui a {
    color: var(--color-primary-color);
}

.table-fixed-header-ghost .table-th-ui a {
    color: white;
}

.list-group-item {
    padding: 5px 16px;
}

.table-td-ui {
    padding: 5px 10px;
}

.table-th-ui {
    padding-left: 10px;
    padding-right: 10px;
}

.table-ui th:nth-child(1),
.table-ui td:nth-child(1), .table-ui th:nth-child(2),
.table-ui td:nth-child(2) {
    min-width: 20px !important;
    padding: 0 10px;
}

.table-td-ui a:hover {
    color: var(--color-primary-color);
}

.flatpickr-time .numInputWrapper {
    margin-top: -5px;
}

#dialogConfirmRedirect {
    z-index: 999999
}

body > .cke_screen_reader_only,
body > .cke_voice_label,
.cke_screen_reader_only,
.cke_voice_label {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    margin: -1px !important;
    padding: 0 !important;
}
