body {
    padding: 0;
    margin: 0;
    /* background: #f2f6e9; */
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding-top: 70px;
}

.navbar {
    background:#11167f;
}
.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}

.navbar-collapse {
    justify-content: flex-end;
}
.carousel-item {
    transition-duration: 8s;
    transition:        opacity .30s ease;
}
.table-wrapper {
  height: 800px;
  overflow: auto;
  display:inline-block;
}

.header{
    position:sticky;
    top: 0 ;
}
