@font-face {
  font-family: sahel;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Sahel-Light.woff) format("woff");
}
@font-face {
  font-family: sahel;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Sahel.woff) format("woff");
}
@font-face {
  font-family: sahel;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Sahel-Bold.woff) format("woff");
}
@font-face {
  font-family: sahel;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Sahel-Black.woff) format("woff");
}
* {
  font-family: sahel;
  box-sizing: border-box;
  direction: rtl;
}
html,
body {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
.text-center{
  text-align: center;

}
.text-left{
  text-align: left;

}
.color-blue{
  color: #01a3a4;
}
.errorStatus {
  background-color: #ffe551;
  border-radius: 5px;
  width: 230px;
  text-align: center;
  padding: 4px 0;
}
.link-payment {
  font-size: 10px;
  margin: 0 5px;
  font-weight: 500;
  color: #019e9e;
}
.box-header {
  position: absolute;
  top: 0;
  right: 0;
}
.main .head {
  width: 400px;
  height: 50px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  top: 15px;
  right: 15px;
  border-radius: 8px;
  box-shadow: -1px 1px 8px 2px #ddd;
  z-index: 999999;
}
.head .lat,
.head .lng {
  display: inline-block;
  font-size: 12px;
  background-color: #01a3a4;
  color: #eee;
  padding: 3px 10px;
  border-radius: 5px;
}
.head .speed {
  display: block;
  margin-right: 5px;
  direction: ltr;
}
.head .speed b {
  color: #04a1fc;
  font-size: 18px;
}
.h-menu::after {
  content: "";
  display: block;
  clear: both;
}
.h-menu {
  margin-left: 5px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.h-menu img {
  width: 35px;
  height: 25px;
  z-index: 99999;
}
.menu {
  width: 27%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999999;
  box-shadow: -3px 0 5px 0px #ddd;
  overflow-y: auto;
}
.menu .map-header::after {
  content: "";
  display: block;
  clear: both;
}
.menu .map-header {
  width: 100%;
  padding: 5px 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu .map-header div {
  width: 50%;
  /* position: relative; */
}
.logo{
  color: #f5f5f5;
  text-shadow: 3px 3px 4px #000;
    text-align: center;
}
.logo b{
  color: #05e2e2;
  /* text-shadow: 3px 3px 4px #000; */
}
.menu .map-header .user-panel a {
  width: 48px;
  height: 45px;
  text-align: center;
  color: #019494;
  font-size: 20px;
  float: right;
  padding: 2px;
  background-color: #f7f7f7;
  border-radius: 8px;
  box-shadow: -2px 2px 4px 0px #ddd;
  position: relative;
}
.menu .map-header .user-panel .text-userPanel {
  color: #000;
  font-weight: 500;
  font-size: 9px;
  float: right;
  position: absolute;
  bottom: 4px;
  right: 5px;
}
.menu .map-header h2 {
  /* float: right; */
  margin: 0;
  padding: 5px 15px;
  text-align: right;
}
.menu .map-header span {
  float: left;
  font-size: 30px;
  /* padding: 2px 8px; */
  cursor: pointer;
  color: #777;
  transition: 0.2s;
}
.menu .map-header span:hover {
  color: #eb2424;
}
.map-body::after {
  content: "";
  display: block;
  clear: both;
}
.map-body {
  width: 90%;
  padding: 20px;
  margin: auto;
}
.map-body h4 {
  margin: 5px 0 15px 0;
  text-align: center;
  font-weight: 500;
}
.map-body form {
  width: 100%;
}
.map-body input {
  margin: 5px 0 0 0;
  font-size: 13px;
}

.map-body input[type="submit"] , .map-body input[type="button"]{
  display: inline-block;
  margin: 10px auto;
  background-color: #029de6;
  color: #fff;
  border: none;
  padding: 3px 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 7px 2px #ccc;
  cursor: pointer;
  font-size: 13px;
  transition: 0.3s;
  outline: none;
}
.map-body input[type="submit"]:hover {
  background-color: #00acfc;
}
.currentLocation {
  position: fixed;
  z-index: 999999;
  left: 20px;
  bottom: 30px;
  width: 40px;
  padding: 8px;
  cursor: pointer;
  background-color: rgba(255, 177, 9, 0.815);
  box-shadow: 0px 4px 10px 3px #aaa;
  border-radius: 50%;
}
.textbox {
  width: 100%;
  text-align: right;
  padding: 4px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  direction: rtl;
}
.boxselect {
  padding-right: 35px;
}
.showHistory::before {
  content: "";
  display: block;
  clear: both;
}
.showCartype,
.showHistory {
  font-size: 14px;
  margin: 5px 0;
}

.showHistory::after {
 content: "";
 display: block;
 clear: both;
}
.history-box {
  margin: 20px 0;
}
.history-box label {
  font-size: 14px;
  padding: 0 6px 5px 6px;
}
.history-box input {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.title-box-edit{
  color: #666;
    text-align: center;
    margin-bottom: 10px;
}
.leaflet-control-layers{
  margin-top: 70px !important;
}
.option-map{
  position: absolute;
  z-index: 100000000000000;
  top: 65px;
}
.option-map , .fly-to{
  /* position: absolute;
  bottom: 15px;
  left: 35px; */
  font-size: 19px;
  text-align: left;
  margin: 20px auto 15px 15px;
  position: fixed;
  left: -3px;
  top: 65px;
  padding: 3px 6px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #ccc;
}
.fly-to{
  top: -4px;
  padding: 1px 12px;
  cursor: pointer;
  border:none;
  left: 55px;
}
.live-heart{
  border-radius: 30%;
  background-color: #f33;
  animation: pulse 1500ms infinite;
}
#reporting-speed-form a.pcalBtn{
  margin: 5px 5px 4px 5px;
}
/* @keyframes pulse {
  0%{
    box-shadow: #f33 0 0 0 0;
  }
  75%{
    box-shadow: rgba(201, 9, 9, 0.8) 0 0 7px 4px;
  }
} */
@keyframes pulse {
  0%{
    box-shadow: #f33 0 0 0 0;
  }
  100%{
    box-shadow: rgba(201, 9, 9, 0) 0 0 4px 14px;
  }
}
.option-map a {
  color: #444;
}
.play-stop-car{
  display: none;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px #ddd;
  margin-top: 35px;
}
.time_date{
  text-align: center;
  color: #029de6;
}
.slider-range {
  width: 100%;
  text-align: left;
  padding: 12px 20px 5px 20px;
}

.slider {
  width: 100%;
  cursor: pointer;
}
.play-stop{
  width: 100%;
  padding: 0 20px;
  text-align: center;
  margin: 5px 0;
}
.play-stop .icon-play-stop{
  margin:  0 19px;
  cursor: pointer;
  padding: 4px;
  pointer-events: none;
}
/* ****login & register**** */
.modal1,
.modal2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  transition: 0.5s;
}
.modal1,
.modal2 {
  overflow-y: auto;
}
.modal1 .modal-box,
.modal2 .modal-box {
  width: 50%;
  height: 350px;
  background: linear-gradient(#ffffff, #f0efef);
  border-radius: 8px;
  padding: 10px 30px;
  position: absolute;
  margin: 12% auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal1 .modal-box h3,
.modal2 .modal-box h3 {
  text-align: center;
  margin: 5px 0 30px 0;
}
#formRegister section,
#formLogin section {
  margin: auto;
}
#formRegister section div,
#formLogin section div {
  width: 49%;
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}
#formRegister section div label,
#formLogin section div label {
  display: inline-block;
  width: 31%;
  font-size: 14px;
  color: #333;
}
#formRegister section div input,
#formLogin section div input {
  width: 65%;
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 4px 8px;
  color: #222;
  outline: none;
}
#formRegister section div input:focus,
#formLogin section div input:focus {
  border: 1px solid #029de6;
  border-radius: 5px;
}
#formRegister input[type="submit"],
#formLogin input[type="submit"] ,#formLogin #btn-demo{
  width: 25%;
  display: block;
  margin: 30px auto 0 auto;
  background-color: #029de6;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 7px 2px #ccc;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  outline: none;
}
#formRegister input[type="submit"]:hover,
#formLogin input[type="submit"]:hover {
  background-color: #00acfc;
}
#formLogin {
  text-align: center;
}
#formLogin section div {
  width: 74%;
  text-align: right;
}
#formLogin section div label {
  width: 17%;
  text-align: right;
}
.success {
  font-size: 13px;
  color: #0aca24;
}
.error-color {
  color: #eb2424;
}
.error {
  font-size: 13px;
  color: #eb2424;
  float: right;
  /* margin: 3px 0; */
}
.register,
.login {
  font-size: 12px;
  float: left;
  color: #029de6;
  cursor: pointer;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
/* ****end *** login & register**** */
.display-none {
  display: none;
}
/* ****Add & Edit Cars**** */
.id_user {
  width: 45%;
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 13px;
}
.addCars {
  font-size: 14px;
  color: #029de6;
}
.addCars {
  font-size: 13px;
  color: #fff;
}
.add-edit {
  margin: 15px 0 10px 0;
}
.addCars .slideToggle {
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  margin:0 0 8px 8px;
  background-color: #01a3a4;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 5px 7px -1px #aaa;
  transition: 0.1s;
}
.addCars #editUserInfoSlideToggle{
  width: 177px;
}
.addCars .slideToggle:active {
  box-shadow: 0 2px 2px -2px #aaa;
  transform: translateY(2px);
}
.addCars .slideToggle:hover {
  background-color: #019494;
}
.addCars .iconbtn {
  font-size: 10px;
  margin: 0 8px -1px 0;
}
.carsInformation {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 5px 0;
}
.carsInformation section {
  display: inline;
  text-align: center;
  width: 100%;
}
.carsInformation section div {
  width: 50%;
  margin-bottom: 10px;
  float: right;
}
.carsInformation section div input[type="text"] {
  width: 90%;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 12px;
  outline: none;
}
.carsInformation .btn {
  background-color: #01a3a4 !important;
  transition: 0.2s;
  box-shadow: -1px 3px 6px -1px #aaa;
}
.carsInformation #addbtn {
  background-color: #029de6 !important;
}
.carsInformation #editbtn {
  background-color: #e94d04 !important;
}
.carsInformation .back_orange {
  background-color: #e94d04 !important;
}
.carsInformation #deletebtn {
  background-color: #e60d31 !important;
}
.carsInformation #insertbtn:hover {
  background-color: #019494 !important;
}

.carsInformation section div input[type="text"]:focus {
  border: 1px solid #029de6;
  border-radius: 5px;
}

.carsInformation .numberreadonly {
  background-color: #eee;
}
.carsInformation .numberreadonly:focus {
  border: 1px solid #ddd !important;
  border-radius: 5px;
}
.carsInformation form label {
  font-size: 13px;
  color: #777;
}

.editCarsInformation input[type="submit"] {
  display: inline-block;
  margin: auto;
  text-align: center;
}
 .btneditdelete {
  text-align: center;
  margin: 10px 0;
}
.ajaxResultAddNewCar p {
  margin: 0;
  font-size: 12px;
}

.arrow-icon {
  width: 14px;
  height: 14px;
}

.arrow-icon > div {
  margin-left: -1px;
  margin-top: -3px;
  transform-origin: center center;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.color-mode-car{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-bottom: 35px;
}
.color-mode-car .title-color-car{

  margin-top: 15px;
}
.color-mode-car .box-color{
  margin: 5px 15px 0 0;
}
.color-mode-car div{
  height: 20px;
}
.color-mode-car input{
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}
.color-mode-car .color-red{
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 20px;
  box-shadow: 0 1px 2px 1px #ddd;
}
.color-mode-car .color-white{
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 1px 2px 1px #ddd;
}


/* ******** */

/********** admin css **********/

.active {
  background-color: green !important;
  color: #fff !important;
}
.backcolor-green {
  background-color: green !important;
  color: #fff !important;
}
.back-blue {
  background-color: #029de6 !important;
  color: #fff !important;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  display: inline-block;
}
.number-count{
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #eb2424;
  border-radius: 50%;
  /* padding: 2px 5px; */
  color: #fff;
  font-size: 9px;
  margin: -8px -20px 0 0;
  position: absolute;
  /* left: -14px; */
}
.container::after,
.table::after {
  content: "";
  display: block;
  clear: both;
}
.container {
  width: 80%;
  margin: auto;
  padding-bottom: 40px;
  /* background-color: #80ff80; */
}
.container h1 {
  text-align: center;
  padding: 10px;
}
.header-top {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 0 4px 1px #ddd;
  margin-bottom: 20px;
}

.container .stutustoggle {
  min-width: 70px;
  padding: 7px 12px;
  background: #eee;
  border-radius: 20px;
  color: #777;
  margin: 0 8px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  outline: none;
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 2px 4px 1px #ddd;
  transition: 0.2s;
}
.container .stutustoggle:active {
  box-shadow: 0 1px 4px 1px #ddd;
}
.container .stutustoggle:hover {
  opacity: 0.7;
  color: #555;
}
.openModal-adminInfo{
  background-color: #f7f7f7 !important;
  box-shadow: 0 2px 4px 1px #ddd;
  transition: 0.2s;
}
.openModal-adminInfo:hover{
  background-color: #fcfcfc !important;
  opacity: 1 !important;
  /* box-shadow: 0 0 4px 1px #ddd; */
}
.openModal-adminInfo:active{
  /* background-color: #fff !important;
  opacity: 1 !important; */
  box-shadow: 0 1px 4px 1px #ddd;
}
.table {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 0 4px 1px #ddd;
  margin: 15px 0;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.table .header-panelAdm {
  background-color: #ebe9e9;
  font-size: 14px;
}
.table .list-user {
  font-size: 13px;
}
td ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
td,
th {
  text-align: center;
  padding: 10px 8px;
}
th {
  font-weight: 500;
}
tr:nth-child(even) {
  background-color: #f8f8f8;
}
td:first-child,
th:first-child {
  text-align: right !important;
  /* color: #fc0303; */
}
/* Pagination links */
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

/* Style the active/current link */
.pagination a.active-page {
  background-color: dodgerblue;
  color: white;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active-page) {background-color: #ddd;}

.admin-modal .modal-box-userPanel{
  width: 30% !important;
  height: 280px !important;
}
#update-adminInfo{
  padding: 30px 15px;
}
#update-adminInfo div{
  margin-bottom: 30px;
}
#update-adminInfo div label{
  display: inline-block;
  width: 80px;
}
#update-adminInfo div input{
  width: 70%;
  text-align: right;
  padding: 4px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  direction: rtl;
}
#update-adminInfo div input[type='submit']{
  width: 100px;
  text-align: center;
  padding: 4px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  direction: rtl;
  display: block;
  margin:30px auto 10px auto;
  cursor: pointer;
  background-color: #e94d04 ;
  color: #fff;
  box-shadow: 0px 4px 7px 1px #ddd;
}
.delete_user a{
  color: #ec2213;
  font-size: 17px;
  cursor: pointer;
}
.modal-message{
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  transition: 0.5s;
}
.modal-message .modal-message-box{
  width: 20%;
  height: 140px;
  background: linear-gradient(#ffffff, #f0efef);
  border-radius: 8px;
  padding: 10px 30px;
  margin: auto;
  transform: translateY(-150px);
  /* position: fixed;
  margin: auto;
  top: -900px;
  bottom: 0;
  left: 0;
  right: 0; */
  transition: 1s;
  transition-delay: 2s;
  overflow: hidden;
  z-index: 99999;
}
.modal-message .modal-message-box p{
  font-size: 15px;
  text-align: center;
  padding: 15px 0;
}
.btn-success-message {
  width:70px;
  display: block;
  margin: 20px auto 10px auto;
  background-color: #029de6;
  color: #fff;
  border: none;
  padding: 3px 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 7px 2px #ccc;
  cursor: pointer;
  font-size: 13px;
  transition: 0.3s;
  outline: none;
  text-align: center;
}
.review-user img{
  width: 40px;
  height: 35px;

}
/******* start User Panel  *******/

.modal-userPanel {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999999999999;
  transition: 0.5s;
}

.modal-userPanel .modal-box-userPanel {
  /* display: inline-block; */
  width: 50%;
  /* width: 800px; */
  /* max-height: 600px; */
  height: auto;
  max-height: 500px;
  background: linear-gradient(#ffffff, #f0efef);
  border-radius: 8px;
  padding: 10px 30px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 99999;
  /* overflow-y: auto; */
}

.modal-userPanel .modal-box-userPanel .modal-title h4{
  text-align: center;
  margin: 0px 0;
  font-weight: 500;
}
.close {
  margin-right: -30px;
  margin-top: -10px;
  transition: 0.2s;
  cursor: pointer;
  border: none;
  font-size: 16px;
  padding: 2px 8px 0px 8px;
  background-color: #ddd;
  border-radius:0 8px 0 8px ;
  float: right;
  font-weight: 500;
  color: #666;
}
.close:hover {
  color: #fc0303;
  background-color: #eee;
}
.table-userPanel {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  margin:15px auto 10px auto;
  border-radius: 4px;
  height: 340px;
  overflow-y: auto;
  overflow-x: auto;
  z-index: 999;
}
.table-userPanel .response-table-carplate {
  display: block;
  width: 180px;
  margin:auto;
}
.table-userPanel .response-table-time {
  display: block;
  width: 100px;
  margin: auto;
}
.table-userPanel th {
  font-size: 12px;
  font-weight: 500;
}
.table-userPanel td {
  font-size: 12px;
}
.table-userPanel table {
  position: relative;
}
.table-userPanel .lenght-row:nth-child(even) {
  background-color: #fff;
}

.table-userPanel .header-userpanel th{
  background-color: #ebe9e9;
  position: sticky;
  top: 0;
}


.stutus {
  min-width: 50px;
  padding: 4px 10px;
  background: #eee;
  border-radius: 20px;
  color: #666;
  margin: 0 4px;
  font-size: 11px;
  border: none;
  outline: none;
  opacity: 1;
  text-decoration: none;
}
.btn-payment {
  display: flex;
  text-align: center;
  margin: 15px auto;
  background-color: #00acfc;
  border: 1px solid #ccc;
  outline: none;
  padding: 5px 30px;
  border-radius: 5px;
  color: #fff;
  box-shadow: -2px 2px 4px 0px #ccc;
  cursor: pointer;
}
.btn-payment:focus {
  box-shadow: -1px 1px 4px 0px #ccc;
}
#time-payment {
  width: 200px;
  font-size: 13px;
}
/******* end User Panel  *******/
/******* tpl payment  *******/
.main-payment {
  width: 500px;
  min-height: 300px;
  border: 1px solid #000;
  margin: 50px auto;
  text-align: center;
}
.footer_userpanel{
  display: flex;
  justify-content: space-between;
}
.change-result-payment {
  color: #0aca24;
  width: 200px;
  padding: 4px 15px;
  /* float: left; */
  text-align: left;
  font-size: 14px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.mapView{
  width: 100%;
}
.mapView img{
  max-width: 100%;
  height: 40px;
  cursor: pointer;
  border-radius: 5px;
}

.wrapper{
  width: 70px;
  height:35px;
  margin-top: 15px;
  }

  .switch{
  position: relative;
  width: 70px;
  height: 30px;
  margin: 0px !important;
  appearance: none;
  -webkit-appearance: none;

  background-image: url('images/night.PNG');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  box-shadow:  -1px 2px 4px 1px #b4b3b3b3;
  /* border: 1px solid #ddd; */
  transition: background-image .7s ease-in-out;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  }

  .switch:checked{
  background-image: url('images/day.PNG');
  background-size: cover;
  transition: background-image 1s ease-in-out;
  }


  .switch:after{
  content: '';
  width: 5px;
  height:25px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  transform: translateX(0px);
  animation: off .7s forwards cubic-bezier(.8, .5, .2, 1.4);
  box-shadow: inset 5px -5px 4px rgba(53, 53, 53, 0.3);
  }

  .transaction {
    width: 450px;
    height: 230px;
    background-color: #fff;
    margin:50px auto;
    box-shadow: 1px 2px 7px 1px #ddd;
    border: 1px solid #eee;
    padding: 10px 20px;
    font-size: 14px;
}
  .transaction p{
    margin: 10px 0;
}
  .transaction .btn-payment-success{
    display: block;
    width: 70px;
    text-align: center;
    margin: 30px auto 10px auto;
    background-color: #13b329;
    color: #fff;
    padding: 3px 14px;
    border-radius: 5px;
}
.dateP{
    text-align: center;
    padding: 5px 15px;
    margin: 0 0 8px 8px;
    background-color: #01a3a4;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 3px 6px -1px #ddd;
    transition: 0.1s;
    font-size: 13px;
    color: #fff;
    border: none;
    outline: none;
}
.pdate{
  width: 60%;
}
  @keyframes off{
  0%{
      transform: translateX(70px);
      width: 25px;
  }
  50%{
      width: 45px;
      border-radius: 25px;
  }
  100%{
      transform: translateX(0px);
      width: 25px;
  }
  }



  .switch:checked:after{
  animation: on .7s forwards cubic-bezier(.8, .5, .2, 1.4);
  box-shadow: inset -5px -5px 4px rgba(53, 53, 53, 0.3);
  }

  @keyframes on{
  0%{
      transform: translateX(0px);
      width: 25px;
  }
  50%{
      width: 45px;
      border-radius: 25px;
  }
  100%{
      transform: translateX(40px);
      width: 25px;
  }
  }


  .switch:checked:before{
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 5px;
  transform-origin: 53px 10px;
  background-color: transparent;
  box-shadow: 5px -1px 0px #fff;
  filter: blur(0px);
  animation: sun .7s forwards ease;
  }
  @keyframes sun{
  0%{
      transform: rotate(170deg);
      background-color: transparent;
      box-shadow: 5px -1px 0px #fff;
      filter: blur(0px);
  }
  50%{
      background-color: transparent;
      box-shadow: 5px -1px 0px #fff;
      filter: blur(0px);
  }
  90%{
      background-color: #f5daaa;
      box-shadow: 0px 0px 10px #f5deb4,
      0px 0px 20px #f5deb4,
      0px 0px 30px #f5deb4,
       inset 0px 0px 2px #efd3a3;
       filter: blur(1px);
  }
  100%{
      transform: rotate(0deg);
      background-color: #f5daaa;
      box-shadow: 0px 0px 10px #f5deb4,
      0px 0px 20px #f5deb4,
      0px 0px 30px #f5deb4,
       inset 0px 0px 2px #efd3a3;
       filter: blur(1px);
  }
  }



  .switch:before{
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 5px;
  filter: blur(1px);
  background-color: #f5daaa;
  box-shadow: 0px 0px 10px #f5deb4,
  0px 0px 20px #f5deb4,
  0px 0px 30px #f5deb4,
   inset 0px 0px 2px #efd3a3;
   transform-origin: 53px 10px;
   animation: moon .7s forwards ease;
  }
  @keyframes moon{
  0%{
      transform: rotate(0deg);
      filter: blur(1px);
  }
  50%{
      filter: blur(1px);
  }
  90%{
      background-color: transparent;
      box-shadow: 5px -1px 0px #fff;
      filter: blur(0px);

  }
  100%{
      transform: rotate(170deg);
      background-color: transparent;
      box-shadow: 5px -1px 0px #fff;
      filter: blur(0px);
  }
  }



  .modal-limit-area{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999;
    transition: 0.5s;
  }
  .modal-limit-area .modal-box-limit-area{
    width: 35%;
    height: 150px;
    background: linear-gradient(#ffffff, #f0efef);
    border-radius: 8px;
    padding: 10px 30px;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 99999;
  }
  .modal-limit-area .modal-box-limit-area .close{
    /* margin-top: -31px; */
  }
  .modal-limit-area .modal-box-limit-area h4{
    margin: -0px auto 10px;
    text-align: center;
  }
  .modal-limit-area .modal-box-limit-area textarea{
    margin:10px auto;
    display: block;
    padding: 10px;
    resize: none;
    outline-color: #51bdfd;
    border: 1px solid #aaa;
    border-radius: 5px;
  }
  .modal-limit-area .modal-box-limit-area .btn-save-message{
    margin: 11px 8px;
    padding: 3px 21px;
    background: #46a4f5;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: -2px 2px 7px 1px #9999;
    outline: none;
    cursor: pointer;
  }
  .modal-limit-area .modal-box-limit-area .btn-save-message:hover{
    background: #278be2;
  }
  .leaflet-tooltip{
    left: 0;
  }



/* ****responsive**** */
@media (min-width: 768px) {
  .map-body {
    padding: 0;
  }
  .menu {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .map-body {
    padding: 15px;
  }
  .menu {
    width: 40%;
  }
  .carsInformation section div {
    width: 50%;
  }
  .modal1 .modal-box,
  .modal2 .modal-box {
    width: 55%;
  }
}
@media (min-width: 1270px) {
  .menu {
    width: 30%;
  }
  .modal1 .modal-box,
  .modal2 .modal-box {
    width: 55%;
    height: 350px;
  }
  .carsInformation section div {
    width: 50%;
  }
  .modal-userPanel .modal-box-userPanel{
    width: 60%;
  }
}
@media (max-width: 1270px) {
  .modal1 .modal-box,
  .modal2 .modal-box {
    width: 65%;
    height: 350px;
  }
  #formRegister section div,
  #formLogin section div {
    margin: 15px 0 0 0;
  }
  .modal1 .modal-box h3,
  .modal2 .modal-box h3 {
    font-size: 15px;
    margin: 10px 0 15px 0;
  }
  #formRegister input[type="submit"],
  #formLogin input[type="submit"] {
    width: 30%;
  }
  .register,
  .login {
    margin-top: 10px;
  }
  .modal1 .modal-box,
  .modal2 .modal-box {
    padding: 10px 15px;
  }
  .modal-userPanel .modal-box-userPanel{
    width: 70%;
  }

  .container{
    width: 1000px;
  }
}
@media (max-width: 992px) {
  .modal1 .modal-box,
  .modal2 .modal-box {
    width: 70%;
    height: 430px;
  }
  #formRegister section div,
  #formLogin section div {
    margin: 15px 0 0 0;
  }
  #formRegister section div label,
  #formLogin section div label {
    width: 100%;
  }
  #formRegister section div input,
  #formLogin section div input {
    width: 95%;
  }
  .modal1 .modal-box h3,
  .modal2 .modal-box h3 {
    font-size: 15px;
    margin: 10px 0 15px 0;
  }
  #formRegister input[type="submit"],
  #formLogin input[type="submit"] {
    width: 40%;
  }
  .register,
  .login {
    margin-top: 20px;
  }
  .modal1 .modal-box,
  .modal2 .modal-box {
    padding: 10px 15px;
  }
  .modal-userPanel .modal-box-userPanel{
    width: 83%;
  }
}
@media (max-width: 768px) {
  .menu {
    width: 50%;
  }
  .map-body {
    padding: 0;
  }
  .menu .map-header {
    padding: 5px;
  }
  .textbox {
    font-size: 12px;
  }
  .main .head {
    width: 350px;
  }
  .error {
    font-size: 11px;
  }
  .showCartype,
  .showHistory {
    font-size: 12px;
  }
  .textbox {
    font-size: 11px;
  }
  .map-body h4 {
    font-size: 14px;
  }
  .add-edit {
    text-align: center;
  }
  .addCars .slideToggle {
    font-size: 12px;
  }
  .carsInformation section div input[type="text"] {
    font-size: 10px;
  }
  .modal1 .modal-box,
  .modal2 .modal-box {
    width: 60%;
    height: 550px;
  }
  #formRegister section div,
  #formLogin section div {
    width: 100%;
    margin: 5px 0 0 0;
  }
  #formRegister section div label,
  #formLogin section div label {
    width: 100%;
  }
  #formRegister section div input,
  #formLogin section div input {
    width: 100%;
  }
  .modal1 .modal-box h3,
  .modal2 .modal-box h3 {
    font-size: 15px;
    margin: 5px 0 15px 0;
  }
  #formRegister input[type="submit"],
  #formLogin input[type="submit"] {
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .register {
    margin-top: 20px;
  }
  .error {
    font-size: 11px;
    margin-top: 20px;
  }
  .map-body .error {
    font-size: 11px;
    margin-top: 0 !important;
  }
  .errorStatus {
    width: 180px;
    text-align: center;
  }
  .modal1 .modal-box,
  .modal2 .modal-box {
    padding: 10px 35px;
    margin: 50px auto;
  }
  .modal-userPanel .modal-box-userPanel{
    width: 93%;
  }
}

@media (max-width: 550px) {
  .pdate{
    width: 83%;
  }
  a.pcalBtn {
    margin: 5px 5px 6px 5px;
  }
  .dateP{
    width: 100%;
    margin: 10px auto;
  }
  .main .head {
    width: 270px;
  }
  .h-menu img {
    width: 25px;
    height: 20px;
  }
  .head .speed {
    font-size: 13px;
  }
  .head .speed b {
    font-size: 14px;
  }
  .head .lat,
  .head .lng {
    font-size: 10px;
  }
  .carsInformation section div input[type="text"] {
    font-size: 10px;
  }
  .carsInformation #addbtn {
    width: 90%;
    margin-top: 15px;
  }
  .carsInformation section div {
    float: none;
    width: 100%;
  }
  .editCarsInformation input[type="submit"] {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 90%;
  }
  .addCars .slideToggle {
    display: block;
    margin: 10px 0 0 0;
  }
  .addCars #editUserInfoSlideToggle{
    width: 100%;
  }
  .carsInformation form label {
    font-size: 10px;
  }
  .modal1 .modal-box,
  .modal2 .modal-box {
    width: 74%;
    height: 550px;
    position: static;
    margin: 100px auto;
  }
  .modal2 .modal-box {
    height: 365px !important;
  }
  .modal1,
  .modal2 {
    overflow-y: scroll;
  }
  #formRegister section div,
  #formLogin section div {
    width: 100%;
    margin: 5px 0 0 0;
  }
  #formRegister section div label,
  #formLogin section div label {
    width: 100%;
  }
  #formRegister section div input,
  #formLogin section div input {
    width: 100%;
  }
  .modal1 .modal-box h3,
  .modal2 .modal-box h3 {
    font-size: 15px;
    margin: 5px 0 15px 0;
  }
  #formRegister input[type="submit"],
  #formLogin input[type="submit"] {
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .register {
    margin-top: 20px;
  }
  .error {
    font-size: 11px;
    margin-top: 20px;
  }
  .map-body .error {
    font-size: 11px;
    margin-top: 0 !important;
  }
  .errorStatus {
    width: 180px;
    text-align: center;
  }
  .modal1 .modal-box,
  .modal2 .modal-box {
    padding: 10px 15px;
  }
  .change-result-payment,
  #time-payment {
    width: 150px;
  }
}
@media (max-width: 400px) {
  .menu {
    width: 70%;
  }
  .errorStatus {
    width: 140px;
    text-align: center;
    font-size: 11px;
  }
  .footer_userpanel{
    display: block;
    text-align: center;
  }
  .change-result-payment,
  #time-payment {
    width: 70%;margin-top: 10px;
  }
  .modal-userPanel .modal-box-userPanel{
    max-height: 560px;
  }
  .fly-to {
    top: 73%;
    left: 8px;
}
}

@media (max-width: 335px) {
  .main .head {
    width: 200px;
    padding: 5px;
    height: 40px;
  }
  .head .speed {
    font-size: 8px;
  }
  .head .lat,
  .head .lng {
    font-size: 8px;
  }
  .login {
    margin-top: 10px;
  }
}

