.table .filters .form-control {
    padding: 5px 1rem;
}

.table .filters .select2-container--krajee-bs5 {
    width: 100% !important;
}

.table thead a {
    color: var(--bs-text-gray-900)!important;
}

.breadcrumb-item a {
    color: var(--bs-text-muted)!important;
}

.kv-table-header {
    background: transparent !important;
}

.kv-grid-container tr td:first-child,
.kv-grid-container tr th:first-child{
    border-left: none !important;
}

.kv-grid-container tr td:last-child,
.kv-grid-container tr th:last-child{
    border-right: none !important;
}

.kv-table-header th a {
    color: var(--bs-heading-color,inherit) !important;
}

.select2-container--krajee-bs5 .select2-selection--single {
    height: 33px;
    line-height: 1.8;
}

.select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear,
.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear {
    margin-top: 0.3rem;
}

.customForm .select2-container--krajee-bs5 {
    display: block;
}

.customForm .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear {
    margin-top: 0.6rem;
}

.customForm .select2-container .select2-selection--multiple {
    padding: 4px;
}

.customForm .select2-container--krajee-bs5 .select2-selection--single {
    height: 43px;
    line-height: 32px;
}

.customForm .select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear {
    margin-top: 0.6rem;
}

.kv-editable {
    position: relative;
}

.popover-x {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: none;
    border: 1px solid #ccc;
    /*noinspection CssOverwrittenProperties*/
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.kv-grid-table td a {
    color: var(--bs-text-gray-800)!important;
}

.kv-grid-table td a:hover {
    transition: color .2s ease;
    color: var(--bs-text-primary)!important;
}

.contact-item .contact-title {
    color: var(--bs-heading-color,inherit);
}

#kt_app_content_container .nav-tabs .nav-link,
#kt_app_content_container .table a{
    color: var(--bs-text-gray-800);
}

#kt_app_content_container .nav-tabs .nav-link:hover,
#kt_app_content_container .table a:hover {
    transition: color .2s ease;
    color: var(--bs-text-primary);
}

.hidden {
    display: none;
}

.kv-form-bs4 .required:after {
    content: none;
}

.error-summary {
    color: var(--bs-danger-text);
}

.quick-actions {
    display: block;
    position: fixed;
    right: 8px;
    bottom: 90px;
}

.customForm .bs5-form-check {
    margin-bottom: 3px;
}

.input-icon {
    position: relative;
}

i.input-icon {
    position: absolute;
    top: 14px;
    right: 10px;
}

#listExamServiceWrapper .select2-container .select2-selection--single {
    height: 42px;
}

#listExamServiceWrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

#listExamServiceWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

#listExamServiceWrapper .select2-container .select2-selection--multiple {
    min-height: 42px;
}