/* body {
  background-color: #fbfbfb;
}
@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 280px;
  z-index: 600;
}


@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
} */
body {
  background-color: #fbfbfb;
}
@media (min-width: 991.98px) {
  main {
    padding-left: 20px;
  }
}

/* Sidebar */

.sidebar {
  /* padding: 15px 0 0;  */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 280px;
  z-index: 600;
  float: left;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.navbar {
  background: #252733;
  /* background-image: url("../assets/img/Top-Banner-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover; */
}

.bg-black{background:#263544 !important;}

 /* #252733 */

.fixed-footer {
    position: fixed;
    /* top: 0; */
    right: 0;
    left: 0;
    bottom: 30px;
    z-index: 1030;
    visibility: block;
}

.fixed-footer-copy{
  position: fixed;
  /* top: 0; */
  right: 0;
  left: 0;
  bottom: 0px;
  z-index: 1030;
}

.hide-mobile{display:block;font-size:0.8rem;}
@media (max-width:1000px) {
  .fixed-footer {
    visibility: hidden;
  }
  .hide-mobile{display:none;}
}

