.bg-dark {
  background-color: transparent !important;
}





/*==================================================*/
/* MISC STUFF
/*==================================================*/

/*--------------------------------------------------*/
/* MISC STUFF > MISC */
/*--------------------------------------------------*/





.sidebar-container {
  position: fixed;
  width: 180px;
  height: 100%;
  top: 165px;
  left: 0px;
  z-index: 1;
  background-color: rgb(16, 16, 18);
  box-shadow: inset -8px 0px 10px rgba(10, 10, 11, 0.32);
  /* height: -webkit-fill-available; */
  padding: 0px 15px;
}

.sidebar-inner {
  /* -webkit-box-align: center;
  align-items: center; */
  color: rgb(159, 162, 166);
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.system-label-dash-title {
  line-height: 30px;
  border-bottom: 2px solid #2f8e4c;
  font-size: 16px;
}

.themed-header {
  margin-left: -20px;
  margin-right: -20px;
  background-repeat: no-repeat;
  background-position: center 38%;
  background-size: cover;
  min-height: 300px;
}



.row-center {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


#reload_Response {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99999999999999;
  text-align: center;
  margin-top: 7px;
}

.nav-stick {
  position: fixed !important;
  top: 0;
  z-index: 9999;
  background-color: #101012de;
}

.h_iframe iframe {
  width: 100%;
  height: 300px;
}

.h_iframe {
  width: 100%;
  height: 300px;
}

@media (max-width: 800px) {
  img.fr-fic.fr-dib {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}









.main-controls-navbar {
  /* min-height: 60px; */
  position: relative;
  height: auto;
  width: 100%;
}

.main-controls-navbar p {
  margin-right: 10px;
  margin-bottom: 0px;
}

.team-controls-navbar {
  position: relative;
  height: auto;
  width: 100%;
}





.foot-links a {
  color: #3b3b3b;
  margin-bottom: 5px;
}

.foot-links a:hover {
  color: rgb(255, 0, 0)
}
















.article-page {
  margin-top: 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  padding-top: 30px;
  background: #ffffff;
  color: #0b0b0b;
  box-shadow: 0px 0px 19px 2px rgb(28 30 33 / 17%);
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
}

.article-page h1 {
  margin-bottom: 25px;
  font-family: 'Albert Sans', sans-serif;
}

.article-page hr {
  margin-bottom: 35px;
}


.footer-cont {
  filter: blur(0px);
  overflow: hidden;
  background: #f4f5f6;
  padding: 40px 0px;
  margin-top: 75px;
  min-height: 150px;
  color: #000000;
  border-top: 1px solid #d0d0d0;
}