body {
    font-size: 14px !important;
    display: flex;
    min-height: 100vh;
}

.btn {
    font-size: 14px !important;
}


input,select {
    font-size: 14px !important;
}

.nav-link {
    padding: 5px 10px !important;
    margin: 5px 0px !important;
}


.nav-pills .nav-link {
    background: #fff;
}

.sidebar {
    width: 250px;
    background-color: #eeeeee;
    border-right: 1px solid #dee2e6;
}
.sidebar .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
}
.content {
    flex-grow: 1;
    padding: 20px;
}
.topbar {
    border-bottom: 1px solid #dee2e6;
    padding: 0px 0px 15px 0px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
}

.star{color:red;font-weight: bold}