body{
    /* font-family: 'Nunito', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

  /*/*login*/
  body.offcanvas-active {
    overflow: hidden;
  }
  body{
    background: url(https://hederacoe.com/assets/img/bg/19.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
 font-family: Verdana;

}
  .navbar {
    box-shadow: -1px 4px 15px #0000006e;
  }
  
  .offcanvas-header {
    display: none;
  }
  
  .screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
  }
  .screen-overlay.show {
    transition: opacity 0.5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  
  @media all and (max-width: 992px) {
    .offcanvas-header {
      display: block;
    }
  
    .mobile-offcanvas {
      visibility: hidden;
      transform: translateX(150%);
      border-radius: 0;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1200;
      width: 60%;
      overflow-y: scroll;
      overflow-x: hidden;
      transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
      background-color: #fff !important;
    }
  
    html:lang(ar) .mobile-offcanvas {
      transform: translateX(150%);
    }
  
    .mobile-offcanvas.show {
      visibility: visible;
      transform: translateX(67%);
    }
  
    .nav-cont {
      display: block !important;
      padding-right: auto !important;
      padding-left: auto !important;
    }
  
    .navbar2 {
      box-shadow: none;
      height: 10vh;
      padding: 0 40px;
    }
    #navbar_main {
      box-shadow: 0px 3px 17px #00000047;
      background: #615f5f !important;
    }
    .dropdown-menu {
      border: none;
    }
    .nav-item {
      border-bottom: 0;
      text-align: center;
    }
  }
  .navbar > .container, .navbar > .container-fluid{
      flex-direction: row-reverse;
  }
  .navbar-brand img{
      width:24%;
  }
  .navbar-brand{
      width: 50%;
  }
  .loginbg{
    background: linear-gradient(rgb(255 255 255 / 50%), rgb(0 0 0 / 90%)), url(../images/loginbg.jpg) no-repeat fixed;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center right -250px;
    position: relative;
  }
  .loginlogosection img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 20px 0;
}
.loginlogosection {
    padding-top: 100px;
}

/* form starting stylings ------------------------------- */
/* .group {
    position: relative;
    margin: 0 40px 40px;
}
  input 				{
    font-size:18px;
    padding:10px 10px 10px 5px;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #757575;
  }
  input:focus 		{ outline:none; } */
  
  /* LABEL ======================================= */
  /* label 				 {
    color:#999; 
    font-size:18px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:10px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  } */
  
  /* active state */
  /* input:focus ~ label, input:valid ~ label 		{
    top:-20px;
    font-size:14px;
    color:#ea5739;
    font-weight: 600;
  } */
  
  /* BOTTOM BARS ================================= */
  /* .bar 	{ position:relative; display:block; width:100%; }
  .bar:before, .bar:after 	{
    content:'';
    height:2px; 
    width:0;
    bottom:1px; 
    position:absolute;
    background:#ea5739; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  .bar:before {
    left:50%;
  }
  .bar:after {
    right:50%; 
  } */
  
  /* active state */
  /* input:focus ~ .bar:before, input:focus ~ .bar:after {
    width:50%;
  } */
  
  /* HIGHLIGHTER ================================== */
  /* .highlight {
    position:absolute;
    height:60%; 
    width:100px; 
    top:25%; 
    left:0;
    pointer-events:none;
    opacity:0.5;
  } */
  
  /* active state */
  /* input:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
  } */
  
  /* ANIMATIONS ================ */
  /* @-webkit-keyframes inputHighlighter {
      from { background:#ea5739; }
    to 	{ width:0; background:transparent; }
  }
  @-moz-keyframes inputHighlighter {
      from { background:#ea5739; }
    to 	{ width:0; background:transparent; }
  }
  @keyframes inputHighlighter {
      from { background:#ea5739; }
    to 	{ width:0; background:transparent; }
  } */

  .loginform{
      margin-top: 50px;
  }
  .submit-btn {
    background: #ef7220;
    border: 1px solid #ef7220;
    width: 70%;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
    margin: 25px auto 0;
    text-align: center;
    display: block;
}
.resgistertxt {
    margin: 0 40px;
}
.resgistertxt a {
    color: #000;
    text-decoration: underline !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
}
/* .navbar2{
    background: rgb(140, 214, 241);
} */
.navbar-light .navbar-toggler {
    border-color: transparent;
    padding-right: 0;
    color: #ef7220;
    font-size: 30px;
    font-weight: 600;
}
.navbar-light .navbar-toggler-icon{
background:none;
padding: 7px;
}
section.dashboard-details {
    position: relative;
}
.carheadingdiv{
    display: flex;
    flex-direction: column;
    height: 45vh;
    padding:53px 40px 0;
}
.batterydetails {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.carheadingdiv p{
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600;
}
.batterydetailsleft {
  width: 70%;
}
.batterydetailsright {
  width: 30%;
}
.batterydetailsleft h4{
  color: #fff;
}
.battery-percentage{
  font-size: 38px;
  color: #ef7220;
  font-weight: bold;
}
.batterydetailsright ul li.active{
  color: #ef7220 !important;
  position: relative; 
}
.batterydetailsright ul li.active::before{
  font-family:"Font Awesome 5 Brands";
  font-family: "Font Awesome 5 Free";
  content:'\f0da';
  position: absolute;
  top: 0;
  right: -18px;
    display: inline-block;
    padding-right: 0;
    vertical-align: middle;
    font-weight: 900;
    font-size: 18px;
}
.batterydetailsright ul li{
text-align: right;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1.5px;
color: #747474;
line-height: 28px;
}
.dashboardfooter{
 border-top:1px solid #fff;
  height: 45vh;
  width: 100%;
  padding: 0;
}
.dashboardfooter ul{
      display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
}
.dashboardfooter ul li{
  width: 50%;
    margin-bottom: 0;
    display: flex;
    border: 1px solid #fff;
	height: 148px;
    align-items: center;
	
}
.dashboardfooter ul li:first-child,.dashboardfooter ul li:nth(3){
border:0;
}
b.img-bg {
    display: flex;
}
.dashboardfooter ul li a > span {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    font-size: 18px;
    letter-spacing: 2px;
    justify-content: center;
	margin-top: 15px;
}
.dashboardfooter ul li a > span{
margin-bottom: 20px;
color: #fff;
    text-align: center;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
}
.carheadingdiv h3 {
    margin: 0;
    color: #ef7220;
    font-size: 22px;
    font-weight: bolder;
    margin-left: 10px;
}
.batterydetails p {
    font-size: 23px;
    text-align: center;
    margin: 15px 0;
    background: #ef7220;
    color: #fff;
    padding: 5px 0;
}
.batterydetails h1{
    
}
.donut-chart {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
  }
  .donut-chart .slice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .donut-chart .chart-center {
    position: absolute;
    border-radius: 50%;
  }
  .donut-chart .chart-center span {
    display: block;
    text-align: center;
  }
  .donut-chart.chart2 {
    width: 200px;
    height: 200px;
    background: #e1e1e1;
    margin: 0 auto;
  }
  .donut-chart.chart2 .slice.one {
    clip: rect(0 200px 100px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #48b2c1;
  }
  .donut-chart.chart2 .slice.two {
    clip: rect(0 100px 200px 0);
    -webkit-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
    background: #48b2c1;
  }
  .donut-chart.chart2 .chart-center {
    top: 25px;
    left: 25px;
    width: 150px;
    height: 150px;
    background: #fff;
  }
  .donut-chart.chart2 .chart-center span {
    font-size: 40px;
    line-height: 150px;
    color: #48b2c1;
  }
  .donut-chart.chart2 .chart-center span:after {
    content: "91%";
  }
  .footermenu ul{
background: #615f5f;
display: flex;
width: 100%;
    flex-wrap: wrap;
    padding: 10px;
    margin: 137px 0 0;
  }
  .footermenu ul li{
      width: 25%;
}
.footermenu ul li a > span {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 11px;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-weight: 600;
}
body{
    overflow: hidden;
}
/* .img-bg {
    background: transparent;
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto 15px;
    padding: 10px;
    border-radius: 10px;
} */
.img-bg img{
width: 25%;
height: 100%;
object-fit: contain;
margin: 0 auto;
display: block;
}
.offcanvas-header .btn-close{
    float: right;
}
.offcanvas-header .btn-close svg{
    color: #fff;
}
.navbar-nav{
    width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 50%);
}
.navbar-light .navbar-nav .active > .nav-link{
    color: rgb(255 255 255 / 90%);
}
.logosectionbg{
  background: rgba(0, 0, 0,0.6);
    width: 100%;
    height: 100vh;
}
.logosection img{
  width: 25%;
    margin: 0 auto;
    display: block;
    padding: 15px 0;
}
.custom-form label{
  color: #fff;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 0;
}
.custom-form input[type="number"] {
  width: 100%;
  height: 40px;
  border: 2.5px solid #dddddd;
  background: transparent;
  color: #ffffff;
  margin-top: 0;
  padding-left: 15px;
}
.custom-form input {
  width: 100%;
  height: 40px;
  border: 2.5px solid #dddddd;
  background: transparent;
  color: #ffffff;
  margin-top: 0;
  padding-left: 15px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.custom-form .form-group {
  text-align: left;
  width: 75%;
  margin: 0 auto;
}
.custom-form input[type="number"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6acdc7;
  opacity: 1; /* Firefox */
}

.custom-form input[type="number"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6acdc7;
}

.custom-form input[type="number"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #6acdc7;
}
input:focus{
  outline: none;
}
.logosectionbg2{
  height: 50vh;
}
.logosectionbg2head h3 {
  margin-top: 70px;
    text-align: center;
    font-weight: 600;
    color: #6acdc7;
    margin-bottom: 50px;
}
.enterphonesection2{
  background: url("../images/bg.png");
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.enterphonesection3{
  background:#000;
}
.loginsectionpage3{
  height: 50vh;
  display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 40px;
}
.logosectionbg3 h4{
color: #6acdc7;
font-size: 25px;
margin-bottom: 25px;
}
.logosectionbg3 h4 > span{
color: #fff;
}
.logosectionbg3 p{
  color: #fff;
}
.loginsectionpage3section2{
  height: 23vh;
  display: flex;
  align-items: flex-end;
  padding: 0 40px 20px;
    border-bottom: 1px solid #747474;
}
.loginsectionpage3section3{
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginsectionpage3section3 a{
text-decoration: none;
color: #fff;
font-size: 20px;
text-align: center;
text-transform: uppercase;
}
.loginsectionpage3section3 a > span{
margin-right: 15px;
}
.loginsectionpage3section2 .form-group {
  display: block;
  margin-bottom: 15px;
}

.loginsectionpage3section2 .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.loginsectionpage3section2 .form-group label {
  position: relative;
  cursor: pointer;
  color: #fff;
}

.loginsectionpage3section2 .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #747474;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 8px;
}

.loginsectionpage3section2 .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #747474;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.carheadingdiv span{
  color: #fff;
}
.charging-container {
  max-width: 100%;
    width: 50%;
    height: 30px;
    border: 4px solid rgb(239 114 32);
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    margin-top: 0;
}

.charging-container::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 16px;
  background:  rgb(239 114 32);
  right: -9px;
  top: 50%;
  margin-top: -8px;
  border-radius: 2px;
}

.charging-container::after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  /* right: 10px; */
  background: #6acdc7;
  transition: all .3s;
  -webkit-animation: charging 2s steps(1) infinite;
  -moz-animation: charging 2s steps(1) infinite;
  animation: charging 2s steps(1) infinite;
  animation: charging 2s steps(1) infinite;
}

.charging-container:hover::after {
  animation-play-state: paused;
}
@-webkit-keyframes charging {
  from {
    width: 20%;
  } 
  to {
    width: 100%;
  }
}

@-moz-keyframes charging {
  from {
    width: 20%;
  } 
  to {
    width: 100%;
  }
}
@keyframes charging {
  from {
    width: 20%;
  } 
  to {
    width: 100%;
  }
}
.profile_name{
  display: flex;
  width: 100%;
  color: #fff;
  font-weight: 600;
    text-align: center;
    justify-content: center;
    font-size: 22px;
    flex-direction: column;
}
.profile_name img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 3px solid #ef7220;
  background: #fff;
}
.enterphonesection{
  background: url("../images/bg2.jpg");
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  
  background-position:center;
}
.logosection {
  padding-top: 5vh;
}
.custom-form{
  padding-top: 14vh;
}
.custom-form1 label{
text-align: center;
display: block;
}
.customsmallcard {
  background: #fff;
  box-shadow: 0px 0px 6px 3px #d6d6d6;
  border-radius: 7px;
  width: 38%;
  margin: 0 20px 20px;
  padding: 15px;
}
.customsmallcard img {
  width: 40%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.custombigcard {
  display: flex;
  flex-wrap: wrap;
    flex-direction: row;
    margin: 15px auto;
    border: 1px solid #000;
    border-radius: 8px;
    width: 95%;
}
.customsmallcard h4 {
  text-align: center;
  margin: 10px auto;
  font-weight: 600;
  color: #ef7525;
  font-size: 20px;
}
.customsmallcard p{
  text-align: center;
  margin: 10px auto 0;
  font-weight: normal;
  color: #c5c5c5;
  font-size: 13px;
}
.datetext {
  display: flex;
  justify-content: space-between;
  width: 100%;
    padding: 10px 25px;
    background: #ff9f40;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#chart-area{
  margin: 20px 0;
}
.datetext h5 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.datetext a{
  color: #fff;
  display: block;
  height: 24px;
}
.datetext a >svg{
  color: #fff;
  font-size: 24px;
  vertical-align: inherit;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 2px 20px;
  background-color: #ef7b20;
  color: white;
}

.modal-body {padding: 2px 16px;}
.modal-body p{
    font-size: 15px;
    margin: 15px 0px;
}
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}