
@viewport {
  width: device-width;
  }

body {
  padding-top: 3.5rem;
  color: rgb(255, 255, 255) !important;
  }

  @font-face { font-family: 'brand-font';
    src: url('/css/ANGELA-H.TTF') format('truetype'); }

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.brand-text  {
  font-family: brand-font !important;
}

.brand-text-nav {
  font-size: 29px;
}

main > .container {
  padding: 60px 15px 0;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

  #chart, #chart1, #chart2, #chart3, #chart4, #chart5, #chart6, #chart7, #chart8, #chart9, #chart10 {
    background-color: rgb(33 ,37 ,41) !important;
    color: #000 !important;
  }
  .chart-container {
    width: 70%;
    height: 50%;
    margin: auto;
  }
  
.navbar {
  background-color: rgba(0, 0, 0);
    --bs-navbar-color: rgba(255, 255, 255, 0.) !important;
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.7) !important;
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.3) !important;
    --bs-navbar-active-color: rgba(255, 255, 255, 0.9) !important;
}

.login {
  justify-content: center;
}

.month_select_size {
  width: 150px;
  
}

.settings_min_temperature {
  width: 50px;
}

.settings_max_temperature {
  width: 50px;
}


.toggle_interval {
  background-position: right center !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important; 
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  

}


@media screen and (max-width: 600px) {

.table_temperature_lists_lar {
    width:36%;
}

.table_temperature_lists_mid {
  width: 28%;
}

.table_temperature_lists_overflow {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: '..';

}
}