.bg-blue {
    background-color:#0097D7 !important;
}

.mt-n4px {
    margin-top:-4px !important;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 90px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    z-index: 99;
}

    .sidebar .nav-link {
        color: #333;
    }

        .sidebar .nav-link.active {
            color: #0d6efd;
        }

.item-align-middle {
    padding-top: 12px;
    padding-bottom: 12px;
}

.px-btn {
    padding-left: 6px;
    padding-right: 6px;
}

.sz-btn {
    font-size: 24px;
}

.sz-btn-sm {
    font-size: 18px;
}

.px-btn-sm {
    margin-top: 4px !important;
    margin-bottom: -7px !important;
}

.cur-ptr {
    cursor: pointer;
}

.img-pic {
    width: 40px;
    height: 40px;
    margin: 2px;
}

.nav-title-admin {
    color: goldenrod;
}

.nav-title-user {
    color: silver;
}

.item-light {
    background-color: #F6F8FA;
}

.bg-silver {
    background-color: silver;
}

.bg-custom {
    background-color: #343A40;
}

.bg-item-liff {
    background-color: #e3f2fd;
}
