
body,
html {
    height: 100%;
}

body {
    opacity: 1 !important;
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    overflow: hidden;
    display: none;
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none
}

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
    height: 100%;
}

.main {
    background: #f5f7fb;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 0;
    overflow: hidden;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
    width: 100%;
}

main.content {
    overflow: hidden;
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem .75rem;
    width: 100%;
}

.sidebar {
    direction: ltr;
    max-width: 264px;
    min-width: 264px;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
    background: linear-gradient(135deg, #266fd9, #2359a8 40%, #2359a8);
}

.sidebar ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px
}

.sidebar ::-webkit-scrollbar-thumb {
    background-color: #649ef5;
    border-radius: 6px;
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, .5)
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out
}

.sidebar.collapsed {
    margin-left: -264px !important;
}

.sidebar-items {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden auto;
    margin-top: 10px;
}

.sidebar-item {
    border-left: 3px solid transparent;
    color: rgba(248, 249, 250, .7);
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: .625rem 1.625rem;
    position: relative;
    text-decoration: none;
}

.sidebar-item i {
    width: 24px;
    text-align: left;
}

.sidebar-item span {
    margin-left: 5px;
}

.sidebar-item:hover {
    color: #fff;
}

.sidebar-item.active {
    color: #fff;
    border-left-color: #a8c5f0
}

.sidebar-toggle {
    cursor: pointer;
    display: flex;
    height: 26px;
    width: 26px
}

.sidebar-brand {
    color: #f8f9fa;
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
    align-items: baseline;
    flex: 0 0 auto;
    align-items: center;
    padding: 1.15rem 1.5rem
}

.sidebar-brand img {
    width: 48px;
    height: 48px;
}
.sidebar-user {
    padding: .75rem 1.75rem;
    flex: 0 0 auto;
    color: #e9ecef;
}

.sidebar-user-title,
.sidebar-user-title:hover {
    color: #e9ecef
}

.sidebar-user-subtitle {
    color: #adb5bd
}

.sidebar-user a {
    outline: 0;
    text-decoration: none;
}

.sidebar-user-picture {
    display: grid;
    place-items: center;
}

.avatar {
    width: 42px;
    height: 42px;
}

.navbar {
    border-bottom: 0;
    box-shadow: 0 0 2rem 0 rgba(33, 37, 41, .1);
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 14px;
    padding-bottom: 14px;

}

@media(max-width: 767.98px) {
    .navbar {
        width: 100vw
    }

    .tabulator-paginator>label,
    .tabulator-paginator .tabulator-pages {
        display: none !important;
    }
}

.tabulator-page-size {
    height: 42px !important;
}

.navbar .avatar {
    margin-bottom: -15px;
    margin-top: -15px
}

.navbar-nav {
    direction: ltr
}

.navbar-align {
    margin-left: auto
}

.navbar-bg {
    background: #fff
}

.input-search input {
    background-color: #f3f6fa;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.input-search input:focus {
    background-color: #f3f6fa;
    box-shadow: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-right-style: none;
}

.input-search button {
    background-color: #f3f6fa;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-left-style: none;
}

.input-search button:active,
.input-search button:hover {
    background-color: #f3f6fa !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-left-style: none !important;
}

.hamburger,
.hamburger:after,
.hamburger:before {
    background: #495057;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    transition: background .1s ease-in-out, color .1s ease-in-out;
    width: 24px
}

.hamburger {
    position: relative
}

.hamburger:before {
    position: absolute;
    top: -7.5px;
    width: 24px
}

.hamburger:after {
    bottom: -7.5px;
    position: absolute;
    width: 16px
}


footer.footer {
    background: #fff;
    padding: 10px 5px;
    text-align: center;
}

footer.footer ul {
    margin-bottom: 0
}

@media(max-width: 767.98px) {
    footer.footer {
        width: 100vw
    }
}
