@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');
body{
  font-family: 'Open Sans', sans-serif !important;
 
  overflow-x:hidden ;
}
*{
  font-family: 'Open Sans', sans-serif !important;
}
.ddd{
 margin-top: 50px;
  width: 100%;
}
.listitems {
  padding: 0% 35% !important;
}
.login-form {
  padding: 20%;
}
.logo-image {
  width: 90%;
  border: 1px solid white;
}
.logo-image2 {
  width: 80%;
  border: 1px solid white;
}
.flo{
  margin-left: 70px;
  float: right !important;
}
.fl{
  font-size: 12px !important;
  margin-left: 70px;
}
.monitor-text {
  font-weight: 700;
  font-size: 1 rem;
  color: #f88816;

  margin: 0 0 -1em 0;
  text-shadow: -1px -1px #eeeeee, 1px 1px #eeeeee, 2px 2px #eeeeee;

  padding-bottom: 15px;
}
.icon-color{
  color: #f88816;
}
.fontvalue{
  font-size: 0.9rem;
  color: #1C4E80;
}
#card-for-value .card-body{
  text-transform: uppercase;
  padding: 0.5rem;
}



/* ---Sidebar css */
.text-primary {
  color: #5a8dee !important;
}
.btn-primary {
  border-color: #5a8dee !important;
  background-color: #5a8dee !important;
  color: #fff;
}
.shadow-md {
  box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
}
.navbar {
  border-radius: 5px;
}
.sidebar {
  width: 280px;
  min-height: 100vh;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 16%);
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  transition: 0.5s;
}
.sidebar.active {
  right: 0;
}
.sd-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}
.sd-body {
  padding: 15px;
  max-height: calc(100vh - 67px);
  overflow-x: hidden;
}
.sd-body ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.sd-body ul li {
  list-style: none;
  margin-bottom: 8px;
}
.sd-body ul li .sd-link {
  display: inline-block;
  width: 100%;
  padding: 10px 16px;
  color: #475f7b;
  background-color: #e5e8ec;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.logo-dashboard {
  width: 20%;
}
.rms {
  color: #475f7b;
  text-align: center !important;
  margin-right: 100px;
  font-size: 2rem;
}
.colorssl {
  color: #475f7b;
  
}
.card-body {
  font-weight: 500;
}
.card-1 {
  border-left: 5px solid blue;
}
.card-2 {
  border-left: 5px solid yellow;
}
.card-3 {
  border-left: 5px solid green;
}
.card-4 {
  border-left: 5px solid red;
}
@media only screen and (max-width: 576px) {
  .ddd {
    width: fit-content;
  }
}
.sizing-box {
  height: 50px;
  width: 80px;
}

.signal-bars {
  display: inline-block;
}

.signal-bars .bar {
  width: 7%;
  margin-right: 1%;
  min-height: 10%;
  display: inline-block;
}
.signal-bars .bar.first-bar {
  height: 20%;
}
.signal-bars .bar.second-bar {
  height: 40%;
}
.signal-bars .bar.third-bar {
  height: 60%;
}
.signal-bars .bar.fourth-bar {
  height: 80%;
}
.signal-bars .bar.fifth-bar {
  height: 99%;
}

.good .bar {
  background-color: #16a085;
  border: thin solid darken(#16a085, 7%);
}
.bad .bar {
  background-color: #e74c3c;
  border: thin solid darken(#e74c3c, 20%);
}
.ok .bar {
  background-color: #f1c40f;
  border: thin solid darken(#f1c40f, 7%);
}

.four-bars .bar.fifth-bar,
.three-bars .bar.fifth-bar,
.three-bars .bar.fourth-bar,
.one-bar .bar:not(.first-bar),
.two-bars .bar:not(.first-bar):not(.second-bar) {
  background-color: #fafafa;
  border: thin solid #f3f3f3;
}
.control-content {
  padding: 0% 2%;
  
  
}
.deepshadow{
  
  font-size: 1.5rem;
  
 
  text-rendering: optimizeLegibility;
  color: #475f7b;
  
  padding-left: 7%;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #fff, 0 2px 0 #fff, 0 3px 0 #eeeeee, 0 4px 0 #eeeeee, 0 5px 0 #eeeeee, 0 6px 0 #eeeeee, 0 7px 0 #eeeeee, 0 8px 0 #eeeeee, 0 9px 0 #eeeeee, 0 10px 0 #eeeeee, 0 11px 0 #eeeeee, 0 12px 0 #eeeeee, 0 13px 0 #eeeeee, 0 14px 0 #eeeeee, 0 15px 0 #eeeeee, 0 22px 30px rgba(0, 0, 0, 0.1);
}
.status-dot {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 10px;
  
  border-radius: 50%;
}
.status-dot:after {
  content: "";
  position: absolute;
  top: 2.2px;
  left: 2.2px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  
  animation: pulse 2s infinite;
  transform-origin: center center;
}
.status-page-link {
  padding: 10px 40px;
  font-size: 16px;
  border-bottom: 1px solid #efeff4;
  border-top: 1px solid #efeff4;
}
.status-page-link {
  border: 0;
  box-shadow: none;
  outline: 0;
  display: block;
  height: 100%;
}
.hh{
  text-align: right !important;
}
.paratext{
  font-size: 1rem;
  font-weight: 700;
  color: #f1c40f !important;
margin-top: -10px;
}
.numbers{
  margin-top: -10px;
  font-size: 1.5rem;
}
.dd{
  margin-right: 8rem !important;
}
.mj{
  position: relative;
  top: -230px
}
.header-text{
color: #151D3B;
font-weight: 700;
}
.center-img img{
  display: unset;
}
.nn p{
  margin-bottom: unset !important;
}
.container-fluid{
  margin-top: -25px;
}
.fonts{
  font-family: 'Open Sans', sans-serif !important;
}
.hh img{
  display: block;
  margin: auto;
}
.bg{
  margin-right: 180px;
}
.weather{
  width: 500px;
  height: 500px;
}
.bg-danger{
  color: #FF0000 !important;
}
.re{
  height: 100px !important;
}
.fontchange{
  font-size: 13px;
}
.refresh{
  width: 10%;
 
}
.refreshweather{
  width: 120%;
  margin-right: 40px !important;
}

.nn img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#value-card .card-body {
  padding: 0.7rem 1rem 0rem 1rem;
  height:59.41vh;
}
#value-card .card{
  height: 100px;
}
/* #value-card .card-body{
background: url("https://media.istockphoto.com/vectors/abstract-hexagon-wallpaper-white-background-3d-vector-illustration-vector-id1212342896?k=20&m=1212342896&s=612x612&w=0&h=fp3B4g_hE54snO4Nf1ggElVnI0gD9s7tPd5JU0eFl9Q=") repeat fixed 50%;;
} */
.list-group-item{
  font-size: 0.7rem;
}

#device-details-card .card-body{
  padding: 0.5rem 1rem;
}
.col-lg-1 {
  width: unset !important;
}

@media (min-width: 1200px){

.css-rwtjxp-MuiPaper-root-MuiAppBar-root {
    width: calc(100% - 181px);
}
}