/* .container {
  margin-left: 0px;
  margin-right: 0px;
} */

.container {
    max-width: 100%;
}

.flash_message {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.img-mh {
    max-height: 200px;
}

.table-overflow {
    height:200px;
    overflow-y:scroll;
}

.card-title {
    margin-bottom: 0;
}

.card-body {
    padding: 1rem;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 56px 0 0;
    box-shadow:1px 0 1px 0 rgb(0 0 0 / 10%);
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar-sticky {
    position: sticky;
    padding-top: 2rem;
}

.active {
    color: #007bff !important;
    background-color: aliceblue;
}

.z-200 {
    z-index: 200;
}

.invisible {
   display: none;
}