* {
    box-sizing: border-box;
}

/* C */
/* ------------------------------------------------------------------------------------------------------------------------ */
.custom-border-left {
    border-left: 1px solid #ddd !important;
}

.custom-border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.custom-layout.with-sidebar {
    border-left: 225px solid transparent;
}

.custom-layout.with-sidebar.close {
    border-left-width: 50px !important;
}

#custom-modal-container .uk-modal-body {
    min-height: 50px !important;
}

.custom-sidebar {
    position: fixed;
    top: 54px;
    bottom: 0;
    left: 0;
    width: 260px !important;
    padding-bottom: 30px;
    overflow: auto;
    background-color: #fff;
}

.custom-sidebar.close {
    width: 90px !important;
}

.custom-sidebar.close .custom-sidebar-avatar {
    padding: 30px 0 !important;
}

.custom-sidebar .custom-show,
.custom-sidebar.close .custom-hide {
    display: none !important;
}

.custom-sidebar.close .custom-show {
    display: inherit !important;
}

.custom-sidebar.close .uk-nav>li.uk-parent.uk-open {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.custom-sidebar.close .uk-nav>li:not(.uk-parent)>a {
    text-align: center;
    padding-bottom: 10px;
}

.custom-sidebar.close .uk-nav>li:not(.uk-parent)>a ion-icon {
    float: none;
    margin-right: 0 !important;
    margin-top: 2px;
}

.custom-sidebar.close>.uk-nav {
    max-height: calc(100% - 125px);
}

.custom-sidebar .uk-button-text::before {
    border-bottom-width: 5px;
}

.custom-sidebar>.uk-nav {
    max-height: calc(100% - 150px);
    overflow: auto;
}

.custom-sidebar .uk-nav>li>a,
.custom-sidebar .uk-nav>li.uk-parent>.uk-nav-sub>li>a {
    display: inline-block;
    width: 100%;
    border-left: 5px solid #fff;
    padding: 15px;
}

.custom-sidebar .uk-nav>li>a>ion-icon,
.custom-sidebar .uk-nav>li.uk-parent>.uk-nav-sub>li>a ion-icon {
    float: left;
}

.custom-sidebar .uk-nav>li.uk-active>a,
.custom-sidebar .uk-nav>li.uk-parent.uk-open>.uk-nav-sub>li.uk-active>a {
    border-left: 5px solid #2564CF;
    background-color: #EFF6FC;
}

.custom-sidebar.close .uk-nav>li.uk-parent>.uk-nav-sub {
    padding: 0 !important;
}

.custom-sidebar .uk-nav-parent-icon {
    float: right;
    margin-top: 5px;
}

.custom-sideform {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 360px;
    height: 100%;
    border-top: 10px solid #2564CF;
    z-index: 999;
}

#custom-sideform>.uk-overlay-primary {
    z-index: 998;
}

.custom-switcher button,
.custom-button {
    border-color: transparent !important;
    text-transform: none !important;
}

.custom-switcher button.uk-active {
    color: #fff !important;
    background-color: #2564CF !important;
}

.custom-theme-background>.tabulator-col-content {
    background-color: #222B91;
}

/* H */
/* ------------------------------------------------------------------------------------------------------------------------ */
header .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke-width: 1.5px;
}

header .uk-logo img {
    height: 40px;
}

header .uk-logo span:last-child {
    padding-right: 15px;
    border-right: 2px solid;
}

header .uk-navbar-item {
    column-gap: 0;
}

header .uk-navbar-item,
header .uk-navbar-nav>li>a,
header .uk-navbar-toggle {
    min-height: 54px;
}

/* Tabulator Custom */
/* ------------------------------------------------------------------------------------------------------------------------ */
.tabulator {
    border: none !important;
    border-radius: 0 !important;
}

.tabulator .tabulator-footer {
    background-color: #2564CF;
    border-top: none;
    color: #fff !important;
}

.tabulator .tabulator-header,
.tabulator .tabulator-header .tabulator-col {
    background-color: #2564CF !important;
}

.tabulator .tabulator-header *:not(input) {
    color: #fff !important;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow,
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom-color: #fff !important;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left,
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
    border-right: none !important;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-top-color: #fff !important;
}

.tabulator hr {
    border-color: #999 !important;
}

.tabulator-row:hover .tabulator-cell {
    background-color: #e0e0e0 !important;
}

.tabulator-row.tabulator-selected .tabulator-cell.tabulator-row-header {
    background-color: #9abcea !important;
}

.tabulator-row .tabulator-cell.tabulator-row-header {
    background-color: #fff;
}

.tabulator.tabulator-nowrap .tabulator-row,
.tabulator.tabulator-nowrap .tabulator-row .tabulator-cell,
.tabulator.tabulator-nowrap .tabulator-row .tabulator-col-resize-handle {
    height: fit-content !important;
}

.tabulator.tabulator-nowrap .tabulator-row .tabulator-cell {
    white-space: normal !important;
    vertical-align: top;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
    border-top: none !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    font-weight: 500;
}

.tabulator-row:last-child {
    border-bottom: none !important;
}

.tabulator-row.tabulator-selected,
.tabulator-row.tabulator-selected .tabulator-cell.tabulator-row-header {
    background-color: #EFF6FC !important;
}

.tabulator-row.tabulator-selected:hover .tabulator-cell.tabulator-row-header {
    background-color: #769bcc !important;
}

.tabulator-row .tabulator-cell.tabulator-row-header {
    border-right: none !important;
}

.tabulator-row .tabulator-cell.tabulator-editing input[type="checkbox"] {
    border-color: #999;
    border-style: solid;
    border-width: 2px;
}

/* UI KIT Custom */
/* ------------------------------------------------------------------------------------------------------------------------ */

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px;
}

.uk-padding-medium {
    padding: 24px;
}

.uk-text-medium {
    font-size: 1.3rem;
    line-height: 1.5;
}

.uk-tab>*>a {
    padding: 15px;
}