/* body {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('img/maintain.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.construction-text {
    display: none; 
    font-size: 2rem;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(41, 128, 185,1.0);
    width: 100vw;
    height: 100vh;
    
}

@media screen and (max-width: 480px) {
    .background {
        display: none;
    }

    .construction-text {
        display:flex;
        justify-content:center ;
        align-items: center;
        flex-direction: column;
    }

    .construction-image{
        object-fit: contain;
        width: 90%;
        
    }
} */
*{
  
    font-family: "Afacad", sans-serif;
}

.credit {
    position: absolute;
    bottom: 5px;
    right: 10px;
    opacity: 0.8;
    font-size: 12px
  }
  #myChart {
    max-height: 460px;
  }
  .chartDiv {
    max-height: 493px;
    background-color: #eee;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .display_result {
    font-size: 22px;
      color: #4895ef;
  }
  
  .form-range {
      width: inherit !important;
    margin: 10px 0;
  }
  
  .text_input {
      height: 40px;
      float: right;
      outline: 0;
      border: 1px solid #ccc;
  }
  
  .outer_div {
      min-height: 100px;
      background-color: #eee;
      padding: 20px;
      margin-bottom: 2px;
  }
  .outer_div2 {
      padding: 20px 70px 20px 30px;
  }
  .hide-span {
    opacity: 0; z-index: -9
  }
  
  .inner_div {
      /* border-left: 5px solid #0ebeff; */
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      padding-left: 10px;
      position: relative;
  }
  
  .row {
    --bs-gutter-x: 0 !important;
  }
  .slider_box {
  /*     position: absolute;
      right: 20px;
      align-items: center; */
  }
  
  input[type="range"]:focus {
      outline: none;
  }
  
  input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      border: 1px solid #fff;
      height: 30px;
      width: 15px;
      border-radius: 3px;
      background: #4895ef;
      cursor: pointer;
      margin-top: -10px;
      /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
      box-shadow: 0px 0px 0px #000000, 0px 0px 3px #0d0d0d;
      outline: 0;
  }
  
  #showValue,
  #showValue2, #showValue3 {
      position: absolute;
      border: 1px solid #9ccaff;
      width: 40px;
      height: 30px;
      background: #ffffff;
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #00a1ff;
      top: 45px;
      left: 0px;
  }
  
  #showAmps {
  }
  #showValue:before, #showValue2:before, #showValue3:before {
      content: '';
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid transparent;
      border-bottom: 7px solid #4895ef;
      height: 0px;
      width: 0px;
      position: absolute;
      /* left: 0; */
      top: -12px;
  }
  .thisthis {
      font-weight: 300;
      font-size: 11px;
      float: right;
      line-height: 2;
  }
  .text-center {
    text-align: center;
    padding: 10px 0;
  }

  /* extra css  */

  .sipHeading{
    text-align: center;
    margin: 15px 0px;
    font-weight: 300;
    font-size: 35px;
    text-decoration: underline 1px;
    text-underline-offset: 7px;
  }
  .mainCont{
    display: flex;
 /* justify-content: center;
 align-items: center; */
 gap: 20px;
 padding-top: 20px;
  

  }
  .mainContData{
    /* flex: 0.5; */

    width: 50%;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
   
 
    
  }
  .mainContDataItemsCont{
    width:100%;
  }
  .mainContGraph{
    /* flex: 0.5; */
    width: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
  }
  
  @media only screen and (max-width: 500px) {
    .mainCont{
        display: flex;
        flex-direction: column;
     /* justify-content: center;
     align-items: center; */
     gap: 20px;
     padding-top: 20px;
      
    
      }

      .mainContData{
        /* flex: 0.5; */
    
        width: 100%;
      
       
     
        
      }
      .mainContDataItemsCont{
        width:100%;
      }
      .mainContGraph{
        /* flex: 0.5; */
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: none;
      
      }
      .text_input {
          margin-left: 10px;
          font-size: 18px;
          padding: 5px;
          width: 100px;
      }
      #textValue, #textValue2 {
          font-size: 16px;
          padding: 2px;
      }
      .outer_div2, .outer_div {
          padding: 10px;
      }
      .inner_div {
          margin: 0;
      }
      .slider_box {
          padding-right: 0;
      }
      .inner_div {
          padding: 0;
      }
      .thisthis {
          width: 95px;
          line-height: 2;
      }
    .result_text {
      font-size: 12px
    }
    .display_result {
          font-size: 16px;
      }
  }
  @media only screen and (max-width: 300px) {
    .result_text {
      font-size: 10px
    }
      .display_result {
          font-size: 13px;
      }
      #textValue, #textValue2, #textValue3 {
          font-size: 12px;
      }
      .col-4 {
          font-size: 12px;
      }
  }