.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%;
}













/* 
#toggle-side {
  margin-right: 10px;
}
.hide-right, .hide-right .button-user-input{
  width: 0%;
  display: none;
  flex-direction: row;
  align-content: space-between;
  overflow: hidden;
  transition: 1s;
}
.hide-right2, .hide-right2 .button-user-input{
  width: 0%;
  flex-direction: row;
  align-content: space-between;
  overflow: hidden;
  transition: 1s;
}
.user-ui-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.user-ui-flex div {
  display: inline-flex;
  padding: 5px 0px;
}
 */



/* .exposed-right {
  width: initial;
  display: flow-root;
  padding: 7px 0px;
  transition: 0.4s;
  background-color: #1f1f1f;
  border-radius: 5px;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
  z-index: 999999;
  text-align: left;
}
.exposed-right2{
  position: absolute;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 7px;
  width: auto;
  transition: 0.4s;
  background-color: #333232;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
  z-index: 99999999999999999999;
  text-align: left;
}
@media (max-width: 550px){
  .exposed-right2{
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }
  .exposed-right2 p {
    margin: 7px 10px;
  }
} */