.main-content{
    width: 100%;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.card {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.sidebar li.nav-item.mb-3 {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
}
.sidebar li.nav-item.mb-3.active {
    background: #1e9bdb;
}
.sidebar li.nav-item.mb-3.active a {
    color: #fff !important;
}
