.header-height {
    height: 60px;
}

#body {
    transition: .3s;
    overflow: hidden;
}

#left-menu {
    transition: .3s;
    overflow: hidden;
}

#left-menu.hide {
    width: 0px;
    min-width: 0px !important;
}

#left-menu .icon-container {
    display: inline-flex;
    width: 30px;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    #left-menu.hide {
        width: unset;
        min-width: unset;
    }

    #left-menu.hide-mobile {
        width: 0px;
        min-width: 0px !important;
    }
}

.fill {
    width: 100%;
    height: 100%;
}

.scrollable {
    overflow-y: auto;
}

.unstyled-ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.unstyled-link {
    color: #454545;
    text-decoration: none;
}

.unstyled-link:hover {
    color: #454545;
}

.mb-before-end-sm:not(:last-child) {
    margin-bottom: 5px;
}

.mb-before-end-md:not(:last-child) {
    margin-bottom: 10px;
}

.business-brand {
    font-size: 1.3em;
    white-space: nowrap;
}

.bg-br-primary {
    background: rgb(9, 197, 147);
}

.bg-br-primary-2 {
    background: rgb(8, 184, 137);
}

.text-br-muted {
    color: #99a6b1;
}

.unstyled-link.text-br-muted:hover {
    color: #99a6b1;
}

.no-wrap {
    white-space: nowrap;
}

.overflow-hidden {
    overflow: hidden;
}

.hide-anim-height {
    transition: .3s;
    opacity: 0;
}

/* STYLING PAGINATION FOR LIST.JS PAGINATION */

ul.pagination {
    margin-bottom: 0px;
}

ul.pagination li a.page {
    background-color: #198754;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
}

ul.pagination li.active > a.page {
    font-weight: semibold;
    background-color: #26a76b;
}

ul.pagination li.disabled > a.page {
    background-color: #d3d3d3;
}

ul.pagination li:not(:last-child) {
    margin-right: 5px;
}
