*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

#mobileInterface {
  width: calc(100% - 30px);
  height: 50vh;
  /* // background-color: rgba($color: #000000, $alpha: 0.2); */
  pointer-events: none;
  touch-action: manipulation;
}

.container-fluid{   
  position:absolute;
  bottom:0;
  width:100%;
  height: 120px;
}


  #joystickWrapper1 {
    pointer-events: auto;
    /* background-color: transparent; */
    width: 120px;
    height: 120px;
    touch-action: manipulation;
    background-color: rgba(red, 0.7);
  }
  
  .show_route_cards { 
    display: none;
  }

  #videoDiv{
    height: 100%;
    width: 100%;
    display: none;
  }

  #video{
    margin-left: auto;
    margin-right: auto;
  }

  .process_card {
    max-height: 450px;
    display: none;
  }

  .vector_image {
    max-height: 450px;
    display: none;
  }

  #joystickWrapper2 {
    pointer-events: auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    /* background-color: transparent; */
    width: 50vw;
    height: 140px;
    z-index: 12;
    touch-action: manipulation;
    display: none;
}

.wrapFix {
  position: relative;
}

.toggle_view {
  display: show;
}
.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.consumption {
   /* fallback for old browsers */
   background: #f093fb;
   font-family: Poppins;
   font-style: normal;
   font-weight: bold;
   font-size: 20px;
   /* Chrome 10-25, Safari 5.1-6 */
   background: -webkit-linear-gradient(to right, rgba(39,180,172,255)
   , rgba(65,201,183,255)
   );
 
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   background: linear-gradient(to right, rgba(39,180,172,255)
   , rgba(65,201,183,255))
}

.hours {
   /* fallback for old browsers */
   background: #f093fb;
   font-family: Poppins;
   font-style: normal;
   font-weight: bold;
   font-size: 20px;
   /* Chrome 10-25, Safari 5.1-6 */
   background: -webkit-linear-gradient(to right, rgba(60,191,226,255)
   , rgba(49,207,223,255)
   );
 
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   background: linear-gradient(to right, rgba(60,191,226,255)
   , rgba(49,207,223,255))
}

.current {
   /* fallback for old browsers */
   background: #f093fb;
   font-family: Poppins;
   font-style: normal;
   font-weight: bold;
   font-size: 20px;
   /* Chrome 10-25, Safari 5.1-6 */
   background: -webkit-linear-gradient(to right, rgba(142,69,198,255)
   , rgba(74,48,177,255)
   );
 
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   background: linear-gradient(to right, rgba(142,69,198,255)
   , rgba(74,48,177,255))
}

.voltage {
   /* fallback for old browsers */
   background: #f093fb;
   font-family: Poppins;
   font-style: normal;
   font-weight: bold;
   font-size: 20px;
   /* Chrome 10-25, Safari 5.1-6 */
   background: -webkit-linear-gradient(to right, rgba(251,104,134,255)
   , rgba(248,89,153,255)
   );
 
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   background: linear-gradient(to right, rgba(251,104,134,255)
   , rgba(248,89,153,255))
}
.energy {
  /* fallback for old browsers */
  background: #fa709a;
  font-family: Poppins;
  font-style: normal;
	font-weight: bold;
  font-size: 20px;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(249,199,135,255)
  , rgba(245,154,131,255)
  );

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(249,199,135,255)
  , rgba(245,154,131,255))
}

.on {
  width: 300px;
    /* fallback for old browsers */
  background: #6a11cb;
  font-style: normal;
	font-weight: bold;
  color: white;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(31,220,219,255),
  rgba(94,126,233,255)
);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(31,220,219,255), rgba(94,126,233,255))
    }


.off {
  width: 300px;
   /* fallback for old browsers */
  background: #c471f5;
  font-style: normal;
	font-weight: bold;
  color: white;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(253,112,123,255)
  , rgba(246,80,159,255)
  );
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(253,112,123,255)
  , rgba(246,80,159,255))
  }

  .dropdown_type {
    position: absolute;
   
    padding: 0px 7% 0px 5px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    
    left: 400px;
    top: 50px;
    
    border-radius: 4px;
  }

  .dropdown_views {
    position: absolute;
   
    padding: 0px 7% 0px 5px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    
    left: 800px;
    top: 50px;
    
    border-radius: 4px;
  }

  .interior {
  position: absolute;
    color: #fff;
    padding: 0px 7% 0px 5px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    background-color: rgb(182, 83, 70);
    right: 20px;
    top: 280px;
    max-width: 200px;
    border-radius: 4px;
}

.exterior {
  position: absolute;
    color: #fff;
    padding: 0px 7% 0px 5px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    background-color: rgb(150, 62, 46);
    right: 20px;
    top: 380px;
    max-width: 200px;
    border-radius: 4px;
}
  

/* 
.analytics {
  position: absolute;
    color: #fff;
    padding: 0px 7% 0px 5px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    background-color: rgb(101, 102, 182);
    left: 20px;
    top: 500px;
    max-width: 200px;
    border-radius: 4px;
}



.cancel_btn {
  position: absolute;
    color: #fff;
    padding: 0px 7% 0px 5px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    background-color: rgb(126, 37, 37);
    left: 20px;
    top: 580px;
    max-width: 200px;
    border-radius: 4px;
}


  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  img {
    border-radius: 5px 5px 0 0;
  }
  
  .container_card {
    padding: 2px 16px;
  }

.container {
    position: relative;
}

.buttons {
    display: none;
}

.cancel {
  position: absolute;
    color: #fff;
    padding: 0px 7% 0px 5px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    background-image: linear-gradient(rgb(134, 34, 34), rgb(214, 93, 93));
    left: 20px;
    top: 200px;
} */




.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }

  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  .sidenav {
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  



/*# sourceMappingURL=main.css.map*/