.unset {
    all: unset;
}


fieldset, legend {
  all: revert;
  border-color: #efefef;
}

@keyframes lds-pacman-1 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes lds-pacman-1 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes lds-pacman-2 {
    0% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg);
    }
    100% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }
  @-webkit-keyframes lds-pacman-2 {
    0% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg);
    }
    100% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }
  @keyframes lds-pacman-3 {
    0% {
      -webkit-transform: translate(190px, 0);
      transform: translate(190px, 0);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(70px, 0);
      transform: translate(70px, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes lds-pacman-3 {
    0% {
      -webkit-transform: translate(190px, 0);
      transform: translate(190px, 0);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(70px, 0);
      transform: translate(70px, 0);
      opacity: 1;
    }
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #000080;
  }
  
  .dropdown-it
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  /* ==========================================================================
Main page styles
========================================================================== */
.custom-div {
  height: 200px; /* Adjust the height as needed */
  background-image: url('../images/sodo.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white; /* Text color */
}

.list-group-horizontal .list-group-item {
    display: inline-block;
  }
  .list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-left:-4px;
  margin-right: 0;
  }
  .list-group-horizontal .list-group-item:first-child {
  border-top-right-radius:0;
  border-bottom-left-radius:4px;
  }
  .list-group-horizontal .list-group-item:last-child {
  border-top-right-radius:4px;
  border-bottom-left-radius:0;
  }
  
  
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
  }
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  
    .mborder{
      border-right: solid 2px #888;
    }
  
    .hide-text{
      display: none;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  
  @media  (max-width: 40em){
    .show-text{
      display: none;
    }
  }

  .centerGauges {
    position: relative;
  }
  
  .innerGauge {
    color:  rgba(100, 100, 100, 0.0);
  }
  
  .outerGauge {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color:  rgba(100, 100, 100, 0.0);
  }
  
  
  .video-container {
      position: relative;
      background-color: #f6f7f8;
      text-align: center;
    }

    video {
      object-fit: contain;
      overflow-clip-margin: content-box;
      overflow: clip;
      max-width: 100%;
      display: inline-block;
  }

    .overlay-desc {
      position: absolute;
      top: 0; right: 0; bottom: 0; left: 0;
      display: flex;
      align-items: center;
      justify-content: left;
    }

  
  .left {
    left: -280px;
  }
  
  .show {
    left: 0;
  }
  
  #showmenu {
    margin-left: 100%;
    position: absolute;
    top: 0;
    padding: 6px 10px 7px 10px;
    font-size: 1.5em;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #1565C0;
  }
  
  #container {
    padding: 50px;
  }
  
  .nav_bkg {
    background: url('../images/clim_br.jpeg');
    background-position: 50% 20%;
    background-repeat: repeat-x;
  }

  .nav-link {
    color: #fff;
    cursor: pointer;
  }
  /* .navbar-version {
    font-size: 0.65em;
    color: $navbar-dark-color;
  } */
  
  .profile-image {
    height: 1.75em;
    width: 1.75em;
  }

  
  
  @media screen and (min-width: 480px) {
    .mlogo{
      height: 40px;
    }

    #map {
      width: 100%;
      height: 400px;
      z-index: 19;
    }
    
  }
  
  @media screen and (max-width: 480px) {
    .mlogo{
      height: 30px;
    }

    .ln1{
      border: solid 1px #333;
    }
    
    #map {
      width: 100%;
      height: 350px;
      z-index: 19;
    }

    .nav_bkg {
      background: url('../images/clim_br.jpeg');
      background-position:15% 20%;;
      background-repeat: no-repeat
    }
    
  }


.s_active {
  background-color: green !important;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}


.s_inactive {
  background-color: #636363;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.s_broke {
  background-color: #f11d1d;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.sbkg {
  background-color: #000000;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}


.txt-jy {
  text-align: justify;
}

.row-md {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  line-height: 1.5;
}

.row-md dd{
  border-bottom: solid 1px #555;
}
  
  body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
  }

  /* contact page */
  .google-map {
    width: 100%;
    float: left;
    position: relative;
  }
  .google-map iframe {
    width: 100%;
    height: 485px;
    border: 0px;
  }
  ul.cform {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
  }
  ul.cform li {
    margin-bottom: 30px;
  }
  ul.cform li:last-child {
    margin: 0px;
  }
  ul.cform li.half {
    width: 50%;
    float: left;
  }
  .pl-15 {
    padding-left: 15px;
  }
  .pr-15 {
    padding-right: 15px;
  }
  ul.cform li.full {
    width: 100%;
    float: left;
  }
  ul.cform .form-control {
    border: 2px solid #e1e1e1;
    background: #fafafa;
    color: #555555;
    height: 53px;
    line-height: 49px;
    padding: 0 20px;
  }
  ul.cform textarea.textarea-control {
    border: 2px solid #e1e1e1;
    background: #fafafa;
    color: #555555;
    padding: 20px;
    width: 100%;
    height: 165px;
    border-radius: 5px;
  }
  .cform .fsubmit {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #51b5fc;
    border: 0px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
  }
  .cform .fsubmit:hover {
    background: #51b5fc;
    color: #fff;
  }

  .contact-form {
    width: 100%;
    float: left;
  }

  .contact-form h3 {
    font-weight: 700;
    margin: 0 0 25px;
  }

  .ddp {
    background: url(../images/contacth.jpg) no-repeat;
  }
  .p100 {
    padding: 100px 0;
  }

  .inner-header h1 {
    color: #fff;
    margin: 0 0 20px;
    font-weight: 700;
  }
  .inner-header ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .inner-header ul li {
    display: inline-block;
  }
  .inner-header ul li:after {
    content: " : : ";
    color: #fff;
    margin: 0 10px;
    font-size: 24px;
  }
  .inner-header ul li:last-child:after {
    display: none;
  }
  .inner-header ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .p100 {
      padding: 60px 0;
    }
  }



.card-humidity {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

/* Top line for card */
.card-humidity::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #bababa;
}

/* Circle icon */
.humidity-icon {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 40px;
  height: 40px;
  background-color: #3498db;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
}

.humidity-label {
  margin-top: 50px;
  font-size: 14px;
  color: #555;
}

.humidity-percentage {
  font-size: 35px;
  font-weight: bold;
  margin-top: 15px;
}

.humidity-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
