.bg-primary{
  background-color: #2e6da4 !important;
}
.btn-primary{
  background-color: #337ab7 !important;
  border-color: #2e6da4 !important;
  color: #fff !important;
}
.btn-primary:hover{
  background-color: #2e6da4 !important;
  color: #fff !important;
}
.btn-light{
  background-color: #007bff !important;
  border-color: #0168d9 !important;
  color: #fff !important;
}
.btn-light:hover{
  background-color: #0168d9 !important;
  color: #fff !important;
}
.btn {
    margin-bottom: 2px;
}
.bottom-margin {
  margin-bottom: 10px;
}
.bottom-padding-15 {
  padding-bottom: 15px;
}
.home-buttons {
   padding: 50px;
   font-size: 18px;
}
.navbar {
    margin-bottom: 10px !important;
}
.page-item.active .page-link{
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
.sorting-color{
    color: #2e6da4 !important;
}
.table {
    border-color: #dee2e6 !important;
}
.text-blue {
    color: #0168d9;
    font-size: large;
}
.active {
    font-weight: bold;
}
.submenu {
  display: none;
}
.removeBorder {
    background: transparent;
    border: none;
}
.keepBorder {
    border: none;
    background: transparent;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    resize: vertical;
    width: 100%;
}
.formControlChooseFile {
    padding: 0.185rem 0.2rem;
}
.checkbox {
    width: 20px;
    height: 20px;
    margin-bottom: 0.5rem;
    margin-right: 3px;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 56px; /* Height of main navbar */
        bottom: 0;
        left: 0;
        z-index: 100;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 0;
        transition: all 0.3s;
        box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    }
    .sidebar-sticky {
        position: relative;
        top: 0;
        height: calc(100vh - 56px); /* Height of main navbar */
        padding-top: 1rem;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .main-content {
        margin-left: 250px; /* Width of sidebar */
        width: calc(100% - 250px); /* Adjust width as needed */
    }
}
@media (max-width: 768px) {
    .sidebar {
        top: 56px; /* Height of main navbar */
    }
    .keepBorder {
        width: auto;
      }
}