.ion-padding {
  --padding-start: var(--ion-padding, 0px) !important;
  --padding-end: var(--ion-padding, 0px) !important;
  --padding-top: var(--ion-padding, 0px) !important;
  --padding-bottom: var(--ion-padding, 0px) !important;
}

ion-header {
  /* ... */
  /* Status bar height on iOS 10 */
  padding-top: 0px;
  /* Status bar height on iOS 11.0 */
  padding-top: constant(safe-area-inset-top);
  /* Status bar height on iOS 11+ */
  padding-top: env(safe-area-inset-top);
}

.banner-head {
  /* Status bar height on iOS 10 */
  padding-top: 0px;
  /* Status bar height on iOS 11.0 */
  padding-top: constant(safe-area-inset-top);
  /* Status bar height on iOS 11+ */
  padding-top: env(safe-area-inset-top);
}

ion-title {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 15px;
  color: #495057;
  letter-spacing: 0;
  opacity: 1;
}

ion-title .ion-sub-title {
  text-align: left;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  color: #495057;
}

.app-toolbar {
  --background: #ffffff;
  /* --background: #21B24B;
    color: #FFFFFF; */
}

.page {
  background: #f5f5f5;
  height: auto;
  min-height: 100%;
}

.page-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-title {
  line-height: 47px;
  text-align: left;
  padding: 10px;
  font-family: "Roboto Medium";
  font-size: 15px;
  letter-spacing: 0;
  color: #041648;
  opacity: 1;
}

.logo {
  margin-top: 20px;
  height: 80px;
  max-width: 220px;
  width: 100%;
}

hr {
  border-top: 1px solid #0000001a !important;
  margin: 0px;
  opacity: 1;
}

.thick-line {
  border-top: 2px solid #041648 !important;
  margin: 0px;
  opacity: 1;
}

.rectangle {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 10px;
  opacity: 1;
}

.rectangle-round {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 16px;
  padding: 10px;
  opacity: 1;
}

.btn-primary {
  height: 52px;
  --background: #21b24b 0% 0% no-repeat padding-box;
  color: #ffffff;
  --background-focused: #12d449 !important;
  --background-hover: #12d449 !important;
  --webkit-background-focused: #12d449 !important;
  --webkit-background-hover: #12d449 !important;
  opacity: 1;
}

.btn-small {
  height: 26px !important;
}

.btn-secondary {
  height: 52px;
  --background: #21315d !important;
  color: #ffffff;
  --background-focused: #314e9c !important;
  --background-hover: #314e9c !important;
  --webkit-background-focused: #314e9c !important;
  --webkit-background-hover: #314e9c !important;
}

.btn-critical {
  height: 52px;
  --background: #FF0000 !important;
  color: #FFFFFF;
  --background-focused: #f33131 !important;
  --background-hover: #f33131 !important;
  --webkit-background-focused: #f33131 !important;
  --webkit-background-hover: #f33131 !important;
}

.btn-text {
  font-family: "Roboto Medium";
  font-size: 17px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.btn-add {
  height: 47px;
  border-radius: 3px;
  --background: #21b24b 0% 0% no-repeat padding-box;
  color: #ffffff;
  --background-focused: #21b24b !important;
  --background-hover: #21b24b !important;
  --webkit-background-focused: #21b24b !important;
  --webkit-background-hover: #21b24b !important;
  opacity: 1;
}

.btn-search {
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
  height: 31px;
  --background: #414f75 0% 0% no-repeat padding-box;
  --background-focused: #556799 !important;
  --background-hover: #556799 !important;
  --webkit-background-focused: #556799 !important;
  --webkit-background-hover: #556799 !important;
  border-radius: 3px;
  /* opacity: 1; */
  bottom: 0;
}

.btn-clear {
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
  height: 31px;
  --background: #a4a4a4 0% 0% no-repeat padding-box;
  --background-focused: #b4b2b2 !important;
  --background-hover: #b4b2b2 !important;
  --webkit-background-focused: #b4b2b2 !important;
  --webkit-background-hover: #b4b2b2 !important;
  border-radius: 3px;
  opacity: 1;
  bottom: 0;
}

.btn-download {
  text-align: left;
  font-family: "Roboto";
  font-size: 10px;
  letter-spacing: 0;
  color: #ffffff;
  height: 20px;
  --background: #414f75 0% 0% no-repeat padding-box;
  --background-focused: #556799 !important;
  --background-hover: #556799 !important;
  --webkit-background-focused: #556799 !important;
  --webkit-background-hover: #556799 !important;
  border-radius: 2px;
  opacity: 1;
  bottom: 0;
}

.forgot-password {
  cursor: pointer;
  font-family: "Roboto Medium";
  font-size: 17px;
  letter-spacing: 0;
  color: #21b24b;
  opacity: 1;
}

.not-a-member {
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}

.row-margin {
  margin: 20px;
}

.row-divider {
  height: 10px;
}

.col-padding {
  padding: 10px;
}

.border-text {
  position: absolute;
  margin-top: -15px !important;
  margin-left: 25px !important;
  /* z-index: 99; */
  z-index: 1;
  background: white;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #202020;
}

.border-line {
  height: 52px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 12px;
  opacity: 1;
}

.border-line ion-select {
  height: 50px;
  width: 100%;
  padding-left: 10px;
  /* top: 10px; */
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}

.border-line .input-select {
  height: 50px;
  width: 95%;
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  margin-left: 10px !important;
  margin-right: 10px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 20px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}

.border-line .form-input {
  height: 50px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
  --highlight-color-focused : none;
}

.readonly {
  background: #f8f8f8 0% 0% no-repeat padding-box;
}

.border-line .form-picker {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  padding-top: 15px;
  line-height: 20%;
  --padding-end: 20px !important;
  --padding-start: 20px !important;
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
  border: none ;
}

.border-line .form-select {
  height: 50px;
  top: 10px;
  --padding-end: 20px !important;
  --padding-start: 20px !important;
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}

/* Comment by Sindhu */
.border-line .input-icon-calendar {
  /* background: transparent url(/public/assets/images/common/datepicker/calendar.png) right no-repeat;
  /* border-radius: 12px; */
  /* margin-right: 30px; */ 
  position: absolute;
  z-index: 99;
  top: 25px;
  background: #fff;
  right: 20px;
}

.border-line .input-icon-datetime {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAABHNCSVQICAgIfAhkiAAAAg5JREFUOE+1VMF12kAUnAFOvLwXOsjSgdwBvtkiRrgCcAV2KgjuQB3ErgCQg15uJh2QCrwlkEN8Cpq8XSMhBAQu1k1/98/O/3/+EJXPzMIAfzG2UdrOj8y0+wBiYXuzOI+1k9Cqjr7tposyBE0STgB+LIJSi2QgYL6JIQC0BGnzGIGOpAXIZSn3F9tJVxIeAa0v05AYSLovkomhAAttHiH5tZoHyrwBkuf26rtnZMadFurNvu2lD0XJT587qGXLcnkmCYdYvU7s9dwzNO6OstEOYLWnp/5vAZ6adOyeoJ/vw7Dcw2MsDp2/bw8PMfSTBAdOc46ZoAnEiY1mjzsL8b8pe+nUms8E2gJi1LSA2IIQkLz1wKvXm1wyR2Vjku7bOq3+dFySebrso0brdOhWkytMJExslN5taXWfDl2ZFGJlWWCvf/jtMUk4d1tio3SUs6H0rLrOcrEfHIrfbXFpo9mweL0CeOiRvZtSZbMv2cemYQzC2F7a3+7hNHQusnEbN03pPi+vSAYHaOi8KHEaxm5A5Wn7TdkZ/zR0fYpslJ6Vz9aeGNjeLHBx74fAqGwiLr4LOL4wrNdfBN1UL5vxhXGDMkn3jtLoJUpbVUI7gOueDQl+EzWyV2nhi16fjeYtM3xRA52qW+9luNHVZZ9iDPBT4d5e2Pot1oa5f57EsAD1jD4EyLKOt3pycQgoz/kHlqtz2MiG+XIAAAAASUVORK5CYII=) right no-repeat;
  border-radius: 12px;
  margin-right: 10px;
}

.border-line .input-icon-dropdown {
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAABHNCSVQICAgIfAhkiAAAAMVJREFUGFeF0T0OgkAQBeA3GysvATaeQU3obADB3safylt4AwtjY2OjlZgYEMHEC3gFG10v4BEYsyQiIsYpJ/n2vcmS5ltzCFTvTjTCn9ECc0ZED9L31o6Z2kTkSSf8CWu+fUpE0gTzktTjum8fARgg3kg3GhYDFWDBLTBW0o3GKXpDNiDYk048eO2LQO0zlEFigxjbWzfql4EvlK/KxBci1MFYq0r5yh9JWdXQXiQJehWB6bVzmBRvLEVpYmA2pBufy37hCfFHVFHp9Ek8AAAAAElFTkSuQmCC) right no-repeat;
  border-radius: 12px;
  margin-right: 15px;
}

.required {
  color: #e65252;
}

.primary-text {
  color: #21b24b;
}

.secondary-text {
  color: #21315d;
}

.dark-text {
  color: #474747;
}

.light-text {
  color: #8a8a8a;
}

.primary-text-link {
  cursor: pointer;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 17px;
  letter-spacing: 0;
  color: #21b24b;
  opacity: 1;
}

.primary-text-link-disabled {
  cursor: pointer;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 17px;
  letter-spacing: 0;
  color: #68d888;
  opacity: 1;
}
/* .action-sheet-group.sc-ion-action-sheet-ios class is added by vinoth on 21.03.2022 because of in ios not able scroll the state dropdown */
.action-sheet-group.sc-ion-action-sheet-ios {
  overflow: scroll;
}
ion-fab {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
}

.fab-primary {
  --background: #21b24b;
  color: #ffffff;
  --background-focused: #21b24b;
  --background-hover: #21b24b;
  --webkit-background-focused: #21b24b;
  --webkit-background-hover: #21b24b;
}

.fab-delete {
  --background: #b24f21;
  color: #ffffff;
  --background-focused: #b24f21;
  --background-hover: #b24f21;
  --webkit-background-focused: #b24f21;
  --webkit-background-hover: #b24f21;
}

.btn-primary:hover, .btn-secondary:hover, .fab-primary:hover, .btn-critical:hover {
  opacity: 1;
}

ion-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.vue-select {
  height: 34px;
  line-height: 28px;
}

.margin-top-10 {
  margin-top: 10px;
}

.section-head {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #041648;
  opacity: 1;
}

.section-head ion-label {
  height: 35px;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}

.section-item {
  height: 35px;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}

.section-desc {
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #000000;
  opacity: 0.76;
}

.section-desc .ext-link {
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #21b24b;
  opacity: 1;
  cursor: pointer;
  text-decoration-line: underline;
}

.status-small {
  width: 80px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  text-align: left;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
  background: #e27b7b 0% 0% no-repeat padding-box;
}

.status-medium-rc {
  width: 80px;
  border-radius: 36px;
  padding: 5px;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.open, .installed {
  background: #041648 0% 0% no-repeat padding-box;
}

.completed, .new {
  background: #21b24b 0% 0% no-repeat padding-box;
}

.cancelled {
  background: #a4a4a4 0% 0% no-repeat padding-box;
}

.expired, .inactive {
  background: #e27b7b 0% 0% no-repeat padding-box;
}

.wip {
  background: #041648 0% 0% no-repeat padding-box;
}

.ierr {
  background: #a50c0c 0% 0% no-repeat padding-box;
}
.bay-connector {
  background: #21b24b 0% 0% no-repeat padding-box;
}

.status-new {
  width: 85px;
  padding-left: 10px;
  padding-right: 10px;
  background: #01524b 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: left;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.booking-count {
  width: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background: #01524b 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: left;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.status-removed {
  width: 75px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fbb24b 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: left;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.status-active {
  width: 75px;
  padding-left: 10px;
  padding-right: 10px;
  background: #21b24b 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: left;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.status-inactive {
  width: 75px;
  padding-left: 10px;
  padding-right: 10px;
  background: #e27b7b 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: left;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.status-completed {
  width: 75px;
  background: #21b24b 0% 0% no-repeat padding-box;
  border-radius: 36px;
  padding: 5px;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.status-cancelled {
  width: 75px;
  background: #a7a7a7 0% 0% no-repeat padding-box;
  border-radius: 36px;
  padding: 5px;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.border-line-34 {
  height: 34px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  opacity: 1;
}

/*css added by vinoth*/
.border-line-holiday-34 {
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  opacity: 1;
}

.border-line-34 .form-input {
  height: 34px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  --highlight-color-focused : none;
}

.border-line-34 .form-picker {
  height: 34px;
  width: 100%;
  --padding-end: 10px !important;
  --padding-start: 10px !important;
  --padding-bottom: 10px !important;
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  border: none;
}

.border-line-34 .form-select {
  height: 34px;
  width: 100%;
  --padding-end: 10px !important;
  --padding-start: 10px !important;
  --padding-bottom: 1px !important;
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  border: none;
}

.border-line-34 .input-select {
  height: 32px;
  width: 100%;
  --padding-end: 10px !important;
  --padding-start: 10px !important;
  --padding-bottom: 1px !important;
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  border: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}

.input-select option {
  font-family: "Roboto";
  font-size: 13px;
}

.border-line-34 .input-icon-calendar {
  /* commented by sindhu for admin page alignment */
  /* background: transparent url(/public/assets/images/common/datepicker/calendar.png) right no-repeat; */
  /* border-radius: 4px; */
  /* margin-right: 5px; */
  position: absolute;
  z-index: 1;
  top: 45px;
  background: #fff;
  right: 15px;
}

.border-line-34 .input-icon-search {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAR1JREFUKFONkcFRwzAQRf+OuTBcSAWRK8DpwFfs4DgdhApIB7iDuARTAY4zFtxwCe4A0UEuZLhIy0iOGBOYgT1Iszv7dv+XCMcQu3kMNncEym2JmXuASrVoH3yPvckeYpsUBKyZsIY2HfCxx9l5TEwlAy8qk7ceIjuZjKnZHIRadvvxNPEYXyK46AAuVSYrt0E0SQ2g9oUx4LbvrnMY2qiFDB0QNimz1qFaPqvTZp/bntesdfKPwPvkVM4Y/gaIJu1BplA3T1bajxhez3poI+9hBcY9zGH22xY3cGx6eNa0AvgKhEJlcjuYnccwZkNEEQc8U6nsv/7BNTTJioACoOmgi9/Y5gF60qg5QG4h5/yvEG0SeehfgFPQJhE0VZ8PuIdJNAksHgAAAABJRU5ErkJggg==) right no-repeat;
  border-radius: 4px;
  margin-right: 5px;
}

.border-line-34 .input-icon-datetime {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAABHNCSVQICAgIfAhkiAAAAg5JREFUOE+1VMF12kAUnAFOvLwXOsjSgdwBvtkiRrgCcAV2KgjuQB3ErgCQg15uJh2QCrwlkEN8Cpq8XSMhBAQu1k1/98/O/3/+EJXPzMIAfzG2UdrOj8y0+wBiYXuzOI+1k9Cqjr7tposyBE0STgB+LIJSi2QgYL6JIQC0BGnzGIGOpAXIZSn3F9tJVxIeAa0v05AYSLovkomhAAttHiH5tZoHyrwBkuf26rtnZMadFurNvu2lD0XJT587qGXLcnkmCYdYvU7s9dwzNO6OstEOYLWnp/5vAZ6adOyeoJ/vw7Dcw2MsDp2/bw8PMfSTBAdOc46ZoAnEiY1mjzsL8b8pe+nUms8E2gJi1LSA2IIQkLz1wKvXm1wyR2Vjku7bOq3+dFySebrso0brdOhWkytMJExslN5taXWfDl2ZFGJlWWCvf/jtMUk4d1tio3SUs6H0rLrOcrEfHIrfbXFpo9mweL0CeOiRvZtSZbMv2cemYQzC2F7a3+7hNHQusnEbN03pPi+vSAYHaOi8KHEaxm5A5Wn7TdkZ/zR0fYpslJ6Vz9aeGNjeLHBx74fAqGwiLr4LOL4wrNdfBN1UL5vxhXGDMkn3jtLoJUpbVUI7gOueDQl+EzWyV2nhi16fjeYtM3xRA52qW+9luNHVZZ9iDPBT4d5e2Pot1oa5f57EsAD1jD4EyLKOt3pycQgoz/kHlqtz2MiG+XIAAAAASUVORK5CYII=) right no-repeat;
  border-radius: 4px;
  margin-right: 5px;
}

.border-line-box-34 {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 34px;
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  opacity: 1;
}

.border-line-box-34 .form-input {
  height: 34px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}

.border-line-box-34 .input-search-icon {
  position: absolute;
  z-index: 99;
  top: 7px;
  background: #fff;
  right: 10px;
  cursor: pointer;
}

.date-picker-box {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 34px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  /* z-index: 99; */
  opacity: 1;
}
.date-picker-box-time {
  position: relative;
  display: inline-block;
  /* margin-right: 10px; */
  height: 34px;
  background: #ffffff 0% 0% no-repeat padding-box;
  /* border: 1px solid #e8e8e8; */
  border-radius: 4px;
  opacity: 1;
}

.cal-fix{
  position: relative;
  padding-left: 100px;
  padding-top: 0px;
  z-index: 99;
}

.date-picker-box .form-vue-picker {
  line-height: 10px;
  width: 100%;
  padding-top: 7px;
  padding-left: 10px !important;
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #000000;
  border: none !important;
  border-radius: 4px;
  opacity: 1;

}

.date-picker-box .custom-calendar-icon {
  position: absolute;
  /* z-index: 99; */
  top: 4px;
  background: #fff;
  right: 10px;
}

.date-picker-box-time .custom-calendar-icon {
  position: absolute;
  /* z-index: 99; */
  top: 4px;
  background: #fff;
  right: 3px;
}

.date-picker-box-rc {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 52px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  opacity: 1;
}

.date-picker-box-rc .form-vue-picker {
  /* line-height: 42px; */
  line-height: 20px;
  width: 100%;
  padding-left: 10px !important;
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #000000;
  border: none !important;
  border-radius: 12px;
  opacity: 1;
  z-index: 99;
  margin-top: 10px;
}

.date-picker-box-rc .custom-calendar-icon {
  position: absolute;
  z-index: 99;
  top: 15px;
  background: #fff;
  right: 15px;
}

.search-view {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 24px #e0edf559;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  opacity: 1;
}

.search-view ion-label {
  height: 15px;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}

.list-view {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 24px #e0edf559;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  opacity: 1;
}

.list-view .list-head {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #041648;
  opacity: 1;
}

.list-view .ext-link {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #21b24b;
  opacity: 1;
  cursor: pointer;
}

.list-view .list-item {
  /* height: 15px; */
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}

.list-item .active {
  padding-left: 10px;
  padding-right: 10px;
  width: 100px !important;
  background: #21b24b 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.list-item .in-active {
  padding-left: 10px;
  padding-right: 10px;
  width: 100px !important;
  background: #e27b7b 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.list-item .greenfield {
  padding-left: 10px;
  padding-right: 10px;
  width: 100px !important;
  background: #01524b 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.list-item .extinct {
  padding-left: 10px;
  padding-right: 10px;
  width: 100px !important;
  background: #fbb24b 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.list-item .installed {
  padding-left: 10px;
  padding-right: 10px;
  width: 100px !important;
  background: #041648 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.list-item .pending {
  padding-left: 10px;
  padding-right: 10px;
  width: 100px !important;
  background: #a4a4a4 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.list-item .charging {
  padding-left: 10px;
  padding-right: 10px;
  width: 100px !important;
  background: orange 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}
.list-item .connected {
  padding-left: 10px;
  padding-right: 10px;
  width: 100px !important;
  background: #6e0101 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  opacity: 1;
  color: #ffffff;
}

.list-item .thirdparty {
  padding-left: 10px;
  padding-right: 10px;
  width: 100px !important;
  background: #26285a 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-fullscreen .modal-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 75%;
  overflow: scroll;
}

ion-modal {
 --width: 80% !important; 
 --height: 70% !important;
}

 /* Comment by Sindhu 20/05/2024 */

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  box-shadow: 0 0 5px #21b24b;
  padding: 10px 0px 10px 5px !important;
  margin: 5px 1px 3px 5px !important;
  border: 1px solid #21b24b;
}

/* Chrome, Safari, Edge, Opera */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield !important;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

/**
* PAGINATION
*/

.pagination-info {
  line-height: 24px;
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #041648;
  opacity: 1;
}

.pagination {
  display: inline-block;
}

.pagination a {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #041648;
}

.pagination a.active {
  border: #041648 1px solid;
  border-radius: 3px;
  padding-bottom: 2px;
}

.pagination a.prev, a.next {
  text-align: left;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0.9;
  background: #041648 0% 0% no-repeat padding-box;
  border-radius: 3px;
}

.disabled {
  opacity: 1;
  cursor: not-allowed;
}

.pagination a:hover:not(.active) {
  color: #ffffff;
  background-color: #414f75;
}

@media screen and (min-width: 720px) {
  .page-content {
    width: 360px;
  }
}

@media (min-width: 768px) {
  .rp-mobile {
    display: none;
  }
  .rp-desktop {
    display: block;
  }
  .datepicker-mobile {
    display: none;
  }
  .datepicker-web {
    display: block;
  }
  .select-mobile {
    display: none;
  }
  .select-web {
    display: block;
  }
}

@media (max-width: 768px) {
  .rp-mobile {
    display: block;
  }
  .rp-desktop {
    display: none;
  }
  .datepicker-mobile {
    display: block;
  }
  .datepicker-web {
    display: none;
  }
  .select-mobile {
    display: block;
  }
  .select-web {
    display: none;
  }
  .border-text {
    position: absolute;
    margin-top: -8px !important;
    margin-left: 25px !important;
    /* z-index: 99; */
    z-index: 1;
    background: white;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    font-family: "Roboto Medium";
    font-size: 14px !important;
    letter-spacing: 0;
    color: #202020;
  }
}

/* Font */

@font-face {
  font-family: "Roboto";
  src: url(/fonts/roboto-regular.bbb03bb2.ttf);
}

@font-face {
  font-family: "Roboto Medium";
  src: url(/fonts/roboto-medium.364344b6.ttf);
}

@font-face {
  font-family: "Roboto Bold";
  src: url(/fonts/roboto-bold.953031e9.ttf);
}

@font-face {
  font-family: "Roboto Light";
  src: url(/fonts/roboto-light.01616a26.ttf);
}

ion-header ion-toolbar:first-child {
  max-height: 56px !important;
}

.title-wrapper ion-title {
  padding-top: 15px;
  margin-left: 45px;
  position: absolute;
  top: 6px;
}

.back-button-has-icon-only.sc-ion-back-button-md-h {
  --border-radius: 50%;
  min-width: 48px;
  height: 48px;
  position: relative;
  top: -2px;
}

.select-placeholder {
  color: currentColor;
  opacity: .5 !important;
}

ion-toast {
  --background: black;
  color: white;
}

.star-rating {
  color: #21b24b !important;
}



.page-center-logo[data-v-7b27c90c] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
@media screen and (min-width: 720px) {
.page-center-logo[data-v-7b27c90c] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
}
  

.app-logo[data-v-67c38041] {
  width: 50%;
}
.app-version[data-v-67c38041] {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 12px;
  opacity: 0.8;
}
.sidemenu-content[data-v-67c38041] {
  background: #ffffff 0% 0% no-repeat padding-box;
  --padding: 20px !important;
  opacity: 1;
}
ion-label[data-v-67c38041] {
  margin-left: 32px;
}
.menu-icon[data-v-67c38041] {
  width: 26px;
  height: 27px;
  /* opacity: 1; */
}
.menu-name[data-v-67c38041] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #29323d;
  /* opacity: 0.75; */
}
.nav-header[data-v-67c38041] {
  display: table;
  vertical-align: middle;
  padding: 15px;
}
.nav-header .nav-user-img[data-v-67c38041] {
  display: table-cell;
  /* width: 20%; */
  vertical-align: middle;
}
.nav-header .nav-user-img .nav-img[data-v-67c38041] {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  opacity: 1;
}
.nav-header .nav-info[data-v-67c38041] {
  display: table-cell;
  /* width: 100%; */
  padding-left: 1rem;
  vertical-align: middle;
}
.nav-header .nav-info .nav-username[data-v-67c38041] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #202020;
  opacity: 0.75;
}
.nav-header .nav-info .nav-avl-bal[data-v-67c38041] {
  text-align: right;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  color: #585858;
}
.nav-header .nav-info .nav-avl-amt[data-v-67c38041] {
  text-align: right;
  font-family: "Roboto Medium";
  font-size: 15px;
  letter-spacing: 0;
  color: #585858;
  opacity: 1;
}
.divider[data-v-67c38041] {
  border-top: 2px solid #0000001a !important;
  opacity: 1;
  margin-left: 15px;
  margin-right: 15px;
}
.selected-menu[data-v-67c38041] {
  color: #21b24b !important;
}
.selected-menu > img[data-v-67c38041] {
  fill: #21b24b;
}
.about-help[data-v-67c38041] {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

/**/
.notifications-count[data-v-67c38041] {
  padding: 5px;
  border-radius: 60%;
  width: auto;
  height: auto;
  position: absolute;
  left: 40%;
  top: 0%;
  font-size: 0.6rem;
}
.carter-logo[data-v-67c38041] {
  max-width: 66% !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}


.split-pane-visible > ion-menu[data-v-2d771681] {
  max-width: 200px !important;
}


.flight-types[data-v-4f301e9e] {
    display: flex;
    max-width: 336px;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-size: 14px;
    /* border: 2px solid #161212; */
    border: 1.5px solid #041648;
    /* border-radius: 3px; */
    color: #0a3252;
}
.flight-types > input[data-v-4f301e9e] {
  display: none;
}
.flight-types > input:checked + label[data-v-4f301e9e] {
  /* color: #fbfbfb;
  background: #c8412b; */
  /* color: #21b24b;
  background: white; */
  background: #21b24b;
  color: white;
  font-weight: bold;
}
.flight-types > input:nth-of-type(1):checked ~ label[data-v-4f301e9e]:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.flight-types > input:nth-of-type(2):checked ~ label[data-v-4f301e9e]:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}
.flight-types > input:nth-of-type(3):checked ~ label[data-v-4f301e9e]:last-of-type:before {
  transform: translateX(calc(200% + 0px));
}
.flight-types label[data-v-4f301e9e] {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  /* background: #21b24b;
  color: white; */

  color: #21b24b;
  background: white;
}
.flight-types label[data-v-4f301e9e]:last-of-type:before {
  content: "";
  display: block;
  max-width: calc(33.3333333333% - 0px);
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}
.flight-types label[data-v-4f301e9e] {
  padding: 6px 3px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types label[data-v-4f301e9e]:before {
  background: #fff;
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types label[data-v-4f301e9e]:not(:last-child) { 
  border-right: 1px solid #041648;
}
ion-segment-button[data-v-4f301e9e] {
  border: 1px solid #1fe080;
  border-radius: 5px;
  margin: 1px;
}
@media (min-width: 768px) {
.loginForm[data-v-4f301e9e] {
      display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}
}
.termColor[data-v-4f301e9e]{
    color: rgb(11, 11, 203);
}
.dark-text[data-v-4f301e9e] {
    /* color: #8a8a8a; */
    font-size: 11px;
}
.signIn[data-v-4f301e9e] {
    cursor: pointer;
    color: #1fe080;
    font-weight: bold;
}
.accept-terms[data-v-4f301e9e] {
    font-size: 13px;
    margin-top: 0px;
}


  /* a:link, a:visited, a:active {
    color: #474747;
    text-decoration: none;
  } */
.t-c[data-v-a187b6a6] {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    text-align: left;
    font-family: "Roboto";
    font-size: 15px;
    letter-spacing: 0;
    opacity: 1;
}
ion-checkbox[data-v-a187b6a6] {
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 27px;
    --background: #ffffff 0% 0% no-repeat padding-box;
    --border: 1px solid #00000080;
    --border-radius: 4px;
    --border-color-checked: #00000080;
    --background-checked: #ffffff 0% 0% no-repeat padding-box;
    --checkmark-color: #21b24b;
    opacity: 1;
}
.t-c .dark-text[data-v-a187b6a6] {
    color: #8a8a8a;
}
.termColor[data-v-a187b6a6]{
    color: rgb(11, 11, 203);
}
.dark-text[data-v-a187b6a6] {
    /* color: #8a8a8a; */
    font-size: 11px;
}
.signIn[data-v-a187b6a6] {
    cursor: pointer;
    color: #1fe080;
    font-weight: bold;
}
.accept-terms[data-v-a187b6a6] {
    font-size: 13px;
    margin-top: 0px;
}


@media (max-width: 768px) {
.mobile-header-toolbar[data-v-4c229925] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-4c229925] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-4c229925] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-4c229925] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-4c229925] {
    color: #ffffff !important;
    margin-right: 13px;
}
}


ion-input[data-v-515bc67a] {
  display: inline-block;
  width: 50px;
  height: 48px;
  margin: 1px;
  --background: #ffffff;
  --padding-start: 7px;
  text-align: center;
}


@media (max-width: 768px) {
.mobile-header-toolbar[data-v-0c66855f] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-0c66855f] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-0c66855f] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-0c66855f] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-0c66855f] {
    color: #ffffff !important;
    margin-right: 13px;
}
}


@media (min-width: 768px) {
.forgotForm[data-v-7d042899] {
    display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
}


@media (max-width: 768px) {
.mobile-header-toolbar[data-v-9f14b932] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-9f14b932] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-9f14b932] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-9f14b932] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-9f14b932] {
    color: #ffffff !important;
    margin-right: 13px;
}
}


ion-input[data-v-10efaac4] {
  display: inline-block;
  width: 50px;
  height: 48px;
  margin: 1px;
  --background: #ffffff;
  --padding-start: 7px;
  text-align: center;
}


@media (max-width: 768px) {
.mobile-header-toolbar[data-v-2509cb58] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-2509cb58] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-2509cb58] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-2509cb58] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-2509cb58] {
    color: #ffffff !important;
    margin-right: 13px;
}
}


@media (max-width: 768px) {
.mobile-header-toolbar[data-v-1a3db1e8] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-1a3db1e8] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-1a3db1e8] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-1a3db1e8] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-1a3db1e8] {
    color: #ffffff !important;
    margin-right: 13px;
}
}


.status-completed[data-v-cfc2c34a] {
  background: #21b24b 0% 0% no-repeat padding-box;
  border-radius: 36px;
  padding-left: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}
.status-cancelled[data-v-cfc2c34a] {
  background: #a7a7a7 0% 0% no-repeat padding-box;
  border-radius: 36px;
  padding-left: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}
.limit-length[data-v-cfc2c34a] {
  width: 1% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}


.rc-tool-bar[data-v-01e82a7a] {
  background-color: blue;
}
.stop-repeating-content[data-v-01e82a7a] {
  position: absolute;
  /* height: 450px; */
}
ion-modal[data-v-01e82a7a] {
 --width: 80% !important; 
 --hight: 80% !important;
}


.vh-icon[data-v-bdd6633e] {
  height: 17px;
  width: 33px;
  vertical-align: middle;
  display: inline-block;
  clear: left;
}
.section-desc[data-v-bdd6633e] {
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}
.section-answer[data-v-bdd6633e] {
  text-align: right;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}
.book-amount[data-v-bdd6633e] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 15px;
  color: #21b24b;
  opacity: 1;
}
.book-day[data-v-bdd6633e] {
  text-align: right;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.book-time[data-v-bdd6633e] {
  text-align: right;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.book-station[data-v-bdd6633e] {
  text-align: left;
  font-family: "Roboto Bold";
  font-size: 14px;
  letter-spacing: 0;
  color: #21315d;
  opacity: 1;
}
.reservation-head[data-v-bdd6633e] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}
.reservation-desc[data-v-bdd6633e] {
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 0.5;
}
.station-distance[data-v-bdd6633e] {
  margin: 0px 0px 20px 20px;
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #d66c6c;
  opacity: 1;
}
img.call-img[data-v-bdd6633e] {
  width: 24px;
  height: 24px;
  top: -3px;
}
img.map-img[data-v-bdd6633e] {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.numeric-desc[data-v-bdd6633e] {
  text-align: right !important;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}
.completeReason[data-v-bdd6633e] {
  /* border: 5px solid red; */
  margin-top: 20px;
}


.donut-inner[data-v-0b576c64] {
  margin-top: -100px;
  margin-bottom: 100px;
}
.donut-inner h5[data-v-0b576c64] {
  margin-bottom: 5px;
  margin-top: 0;
}
.graph-header[data-v-0b576c64] {
  background-color: #ffffff;
  background-clip: border-box;
}
.graph-data[data-v-0b576c64] {
  background-color: #21b24b;
}
.grid-info[data-v-0b576c64] {
  margin: 0px auto;
  width: 100%;
  height: 30px;
  background-color: #041648;
  text-align: center;
  padding: 5px 0;
  position: relative;
  white-space: nowrap !important;
  z-index: 10;
  color: white;
}
.grid-info[data-v-0b576c64]:after {
  background-color: #21b24b;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
}
.center-top[data-v-0b576c64]:after {
  left: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
}
.left-top[data-v-0b576c64]:after {
  right: 1px !important;
  bottom: 1px !important;
}
.right-top[data-v-0b576c64]:after {
  left: 1px !important;;
  bottom: 1px !important;
}
.center-bottom[data-v-0b576c64]:after {
  left: 1px !important;
  right: 1px !important;
  top: 1px !important;
}
.left-bottom[data-v-0b576c64]:after {
  right: 1px !important;
  top: 1px !important;
}
.right-bottom[data-v-0b576c64]:after {
  left: 1px !important;;
  top: 1px !important;
}
.single-top[data-v-0b576c64]:after {
  bottom : 1px !important;
}
.single-bottom[data-v-0b576c64]:after {
  top : 1px !important;
}
.single-middle[data-v-0b576c64]:after {
  bottom : 1px !important;
  top :  1px !important;
}
.grid-info-data[data-v-0b576c64] {
  margin: 0px auto;
  width: 100%;
  height: 30px;
  background-color: #041648;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap !important;
  padding: 5px 0;
  position: relative;
  z-index: 10;
}
.grid-info-data[data-v-0b576c64]:after {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
}
.my-custom-class[data-v-0b576c64] {
  background-color: #222;
  width: 50% !important;
}
.section--answer[data-v-0b576c64] {
  float: right;
}
.charging--in-progress[data-v-0b576c64] {
  /* background: transparent url(/assets/images/common/more/charging.gif) no-repeat center; */
  background-size: auto;
  background-position: 50% 85%;
}
.chart-title[data-v-0b576c64] {
  font-family: "Roboto Medium" !important;
  font-size: 16px;
  color: #041648;
  text-align: center;
  width: 100%;
}
.blink[data-v-0b576c64] {
  animation: blinker-0b576c64 0.6s linear infinite;
}
@keyframes blinker-0b576c64 {
50% {
    opacity: 0;
}
}
.doughnutCanvasWebChart[data-v-0b576c64] {
  text-align: center;
}


.select-box[data-v-1e564b74] {
  position: relative;
  max-width: 317px;
  width: 100%;
  display: inline-block;
  margin-right: 16px;
}
.select-box ion-select[data-v-1e564b74] {
  max-width: 317px;
  width: 100%;
  height: 34px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 4px;
  opacity: 1;
  padding: 12px;
  padding-top: 13px;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  line-height: 26px;
  color: #202020;
}
.select-box .custom-select-placeholder[data-v-1e564b74] {
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
  position: absolute;
  z-index: 99;
  top: 18px;
  left: 18px;
}
.select-box .custom-select-icon[data-v-1e564b74] {
  position: absolute;
  z-index: 99;
  top: 6px;
  background: #fff;
  right: 15px;
}


.modal-wrapper[data-v-2b72c868], .ion-overlay-wrapper[data-v-2b72c868] {
    width:100% !important;
}
.closeIcon[data-v-2b72c868] {
    font-size: 1.6rem;
    /* margin-right: 16px; */
}
.stop-repeating-content[data-v-2b72c868] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: scroll;
}


.brach-modal[data-v-7fa4fa1e] {
  width: 80%;
}
.select-box[data-v-7fa4fa1e] {
  position: relative;
  max-width: 317px;
  width: 100%;
  display: inline-block;
  margin-right: 16px;
}
.modal-fullscreen .modal-wrapper[data-v-7fa4fa1e] {
  position: absolute;
  display: block;
  width: 100%;
  height: 75%;
  overflow: scroll;
}
.select-box ion-select[data-v-7fa4fa1e] {
  max-width: 317px;
  width: 100%;
  height: 34px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 4px;
  opacity: 1;
  padding: 12px;
  padding-top: 13px;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  line-height: 26px;
  color: #202020;
}
.select-box .custom-select-placeholder[data-v-7fa4fa1e] {
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
  position: absolute;
  z-index: 99;
  top: 18px;
  left: 18px;
}
.select-box .custom-select-icon[data-v-7fa4fa1e] {
  position: absolute;
  z-index: 99;
  top: 6px;
  background: #fff;
  right: 15px;
}
.stop-repeating-content[data-v-7fa4fa1e] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.modal-fullscreen[data-v-7fa4fa1e] {
  position: absolute;
  display: block;
  width: 100%;
  height: 75%;
  overflow: scroll;
}


.readonly[data-v-0555689b] {
  background: #f8f8f8 0% 0% no-repeat padding-box;
}
.customIcon[data-v-0555689b]{
  font-size: 1.7rem;
}
.customButton[data-v-0555689b] {
  --background: #12d449 !important;
}
.modal-fullscreen[data-v-0555689b] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: scroll;
}


.btn-secondary[data-v-5a75f812] {
  height: 47px;
  --background: #21315d !important;
  color: #ffffff;
  border-radius: 3px;
  --background-focused: #21315d !important;
  --background-hover: #21315d !important;
  --webkit-background-focused: #21315d !important;
  --webkit-background-hover: #21315d !important;
}


.readonly[data-v-e60864c6] {
  background: #f8f8f8 0% 0% no-repeat padding-box;
}


.btn-secondary[data-v-4e0ed68e] {
  height: 47px;
  --background: #21315d !important;
  color: #ffffff;
  border-radius: 3px;
  --background-focused: #21315d !important;
  --background-hover: #21315d !important;
  --webkit-background-focused: #21315d !important;
  --webkit-background-hover: #21315d !important;
}


.stop-repeating-content[data-v-cb04cdf4] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.select-box[data-v-cb04cdf4] {
  position: relative;
  max-width: 317px;
  width: 100%;
  display: inline-block;
  margin-right: 16px;
}
.select-box ion-select[data-v-cb04cdf4] {
  max-width: 317px;
  width: 100%;
  height: 34px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 4px;
  opacity: 1;
  padding: 12px;
  padding-top: 13px;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  line-height: 26px;
  color: #202020;
}
.select-box .custom-select-placeholder[data-v-cb04cdf4] {
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
  position: absolute;
  z-index: 99;
  top: 18px;
  left: 18px;
}
.select-box .custom-select-icon[data-v-cb04cdf4] {
  position: absolute;
  z-index: 99;
  top: 6px;
  background: #fff;
  right: 15px;
}


.stop-repeating-content[data-v-29751393] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: scroll;
}


.readonly[data-v-13a5844b] {
  background: #f8f8f8 0% 0% no-repeat padding-box;
}
.fab-btn[data-v-13a5844b] {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.inactive-tariff-column[data-v-13a5844b]{
  color: #ff0000 !important;
}


.btn-secondary[data-v-3be85a68] {
  height: 47px;
  --background: #21315d !important;
  color: #ffffff;
  border-radius: 3px;
  --background-focused: #21315d !important;
  --background-hover: #21315d !important;
  --webkit-background-focused: #21315d !important;
  --webkit-background-hover: #21315d !important;
}
.inactive-tariff-column[data-v-3be85a68]{
  color: #ff0000 !important;
}
.btn-download[data-v-3be85a68]{
    margin-left: 10px;
}
.select-cahrger-station[data-v-3be85a68]{
    width: 85px;
    padding-left: 10px;
    padding-right: 10px;
    background: #21b24b 0% 0% no-repeat padding-box;
    border-radius: 3px;
    text-align: left;
    font-family: "Roboto";
    font-size: 11px;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    cursor: pointer;
}


.history-list[data-v-1a108963] {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  opacity: 1;
  min-height: 200px;
  margin: 5px;
}
.headerSectionWrapper[data-v-1a108963] {
  margin-top: 20px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
.history-list .ion-padding-30[data-v-1a108963] {
    padding-left: 30px;
    padding-right: 30px;
}
.rp-mobile[data-v-1a108963] {
    display: none;
}
.rp-desktop[data-v-1a108963] {
    display: block;
}
}
@media (max-width: 768px) {
.rp-mobile[data-v-1a108963] {
    display: block;
}
.history-list .ion-padding-30[data-v-1a108963] {
    padding-left: 15px;
    padding-right: 15px;
}
.rp-desktop[data-v-1a108963] {
    display: none;
}
}
.border-bottom-ion p[data-v-1a108963] {
  margin: 5px 0;
}
.history-list .title[data-v-1a108963] {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Roboto";
  color: #000000;
  opacity: 1;
}
.history-list .subtitle[data-v-1a108963] {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Roboto";
  color: #000000;
  opacity: 0.5;
}
.border-bottom-ion[data-v-1a108963] {
  border-bottom: 1px solid #e5e5e5;
}
.history-list .dateTime[data-v-1a108963] {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Roboto";
  letter-spacing: 0;
  color: #000000;
  opacity: 0.5;
}
.history-list .price.dangerColor[data-v-1a108963] {
  color: #db7f7f;
}
.history-list .price[data-v-1a108963] {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Roboto Medium";
  color: #21b24b;
  opacity: 1;
}
.headerSection[data-v-1a108963] {
  height: 151px;
  background: #21b24b 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  opacity: 1;
  padding: 16px;
}
.ewallet .historyTitle[data-v-1a108963] {
  text-align: left;
  font-size: 14px;

  font-family: "Roboto Bold";
  letter-spacing: 0;
  color: #21315d;
  opacity: 1;
  padding-left: 18px;
}
.ewallet .historyTitle.rp-desktop[data-v-1a108963] {
  height: 37px;
}
.headerSection .title[data-v-1a108963] {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0.75;
  line-height: 24px;
  margin: 0;
}
.headerSection .price[data-v-1a108963] {
  text-align: left;
  font-size: 26px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
  margin: 0;
}
.btn-addMoney[data-v-1a108963] {
  height: 24px;
  position: absolute;
  --background: #21b24b !important;
  color: #ffffff;
  --background-focused: #21b24b !important;
  --background-hover: #21b24b !important;
  width: 99px;
  border-radius: 36px;
  font-size: 13px;
  font-family: "Roboto Medium";
  top: 9px;
  right: 12px;
  text-transform: capitalize;
}
.addMoney input[data-v-1a108963] {
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 12px;
  opacity: 1;
  height: 52px;
  font-size: 14px;
  color: #000;
  padding: 12px;
}
.addMoney[data-v-1a108963] {
  position: relative;
  top: 15px;
}
.floatright[data-v-1a108963] {
  float: right;
}
.floatleft[data-v-1a108963] {
  float: left;
}
.clearFix[data-v-1a108963] {
  clear: both;
}
.pg-description[data-v-1a108963]{
  white-space: nowrap !important;
}


.bullet-dotted[data-v-d08f18d0]{
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 2px;
  background: green;
}
.unavailable-bg-color[data-v-d08f18d0]{
  background: red;
}
.occupied-bg-color[data-v-d08f18d0]{
  background: rgb(255, 140, 0);
}
.connect-bg-color[data-v-d08f18d0]{
  background: #6e0101;
}
.thirdparty-bg-color[data-v-d08f18d0]{
  background: #5e5e60;
}
.total-bg-color[data-v-d08f18d0]{
  background: rgb(35, 35, 232);
}
.available[data-v-d08f18d0] {
  color: green;
}
.unavailable[data-v-d08f18d0] {
  color: red;
}
.charging[data-v-d08f18d0] {
  color: rgb(255, 140, 0);
}
.connected[data-v-d08f18d0]{
  color: #6e0101;
}
.thirdparty[data-v-d08f18d0] {
  color: #5e5e60;
}
.total[data-v-d08f18d0] {
  color: rgb(35, 35, 232);
}
.status-info[data-v-d08f18d0] {
  width: 80%;
  padding: 5px;
  margin-top: 90px;
  text-align: left;
  border: 1px solid rgb(158, 158, 158);
  border-radius: 10px;
  box-shadow: 1px 1px rgb(92, 91, 91);
}
.noStations[data-v-d08f18d0] {
  margin-top: -140px;
  font-weight: bold;
}
.noStations1[data-v-d08f18d0] {
  margin-top: -220px;
  font-weight: bold;
}
.noAssociatedStations[data-v-d08f18d0] {
    
  margin-top: -440px;
  font-weight: bold;
}
.l-c1[data-v-d08f18d0], .l-c2[data-v-d08f18d0], .l-c3[data-v-d08f18d0], .l-c4[data-v-d08f18d0] {
  border: 1px solid lightgrey;
  margin: 2px;
  background: #ebebeb;
}
.btn-refresh[data-v-d08f18d0] {
  text-align: center !important;
  margin-left: 40px;
  font-family: "Roboto";
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #ffffff;
  height: 40px;
  --background: #e1899c 0% 0% no-repeat padding-box;
  --background-focused: #b4b2b2 !important;
  --background-hover: #b4b2b2 !important;
  --webkit-background-focused: #b4b2b2 !important;
  --webkit-background-hover: #b4b2b2 !important;
  border-radius: 3px;
  opacity: 1;
}
.barChart1[data-v-d08f18d0] {
  height: 370px !important;
}
.chart-label[data-v-d08f18d0] {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.my-chart[data-v-d08f18d0] {
  width: 450px !important;
  height: 450px !important;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.rectangle-dump[data-v-d08f18d0] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.rectangle-dump1[data-v-d08f18d0] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.display-value[data-v-d08f18d0] {
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 360px) {
.my-chart[data-v-d08f18d0] {
        width: 350px !important;
        height: 350px !important;
}
.status-info[data-v-d08f18d0] {
        padding: 15px;
        margin-top: 35px;
        margin-right: 3px;
        text-align: center;
}
}


.available[data-v-01f66396] {
  color: green;
}
.unavailable[data-v-01f66396] {
  color: red;
}
.charging[data-v-01f66396] {
  color: orange;
}
.thirdparty[data-v-01f66396] {
  color: #26285a;
}
.total[data-v-01f66396] {
  color: rgb(159, 21, 223);
}
.status-info[data-v-01f66396] {
  padding: 15px;
  margin-top: 35px;
  margin-right: 35px;
  /* text-align: center; */
  border: 3px solid grey;
  border-radius: 10px;
  box-shadow: 3px 3px grey;
}
.noStations[data-v-01f66396] {
  margin-top: -140px;
  font-weight: bold;
}
.noStations1[data-v-01f66396] {
  margin-top: -220px;
  font-weight: bold;
}
.noAssociatedStations[data-v-01f66396] {
    
  /* margin-top: -440px; */
  font-weight: bold;
}
.l-c1[data-v-01f66396], .l-c2[data-v-01f66396], .l-c3[data-v-01f66396], .l-c4[data-v-01f66396] {
  border: 1px solid lightgrey;
  margin: 2px;
  background: #ebebeb;
}
.btn-refresh[data-v-01f66396] {
  text-align: center !important;
  margin-left: 40px;
    font-family: "Roboto";
    font-size: 1.5rem;
    letter-spacing: 0;
    color: #ffffff;
    height: 40px;
    --background: #e1899c 0% 0% no-repeat padding-box;
    --background-focused: #b4b2b2 !important;
    --background-hover: #b4b2b2 !important;
    --webkit-background-focused: #b4b2b2 !important;
    --webkit-background-hover: #b4b2b2 !important;
    border-radius: 3px;
    opacity: 1;
    /* bottom: 0; */
}
.barChart1[data-v-01f66396] {
  height: 400px !important;
  width: 100% !important;
}
.chart-label[data-v-01f66396] {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.my-chart[data-v-01f66396] {
    width: 450px !important;
    height: 450px !important;
}
.rectangle-dump[data-v-01f66396] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.rectangle-dump1[data-v-01f66396] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.display-value[data-v-01f66396] {
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 360px) {
.my-chart[data-v-01f66396] {
        width: 350px !important;
        height: 350px !important;
}
.status-info[data-v-01f66396] {
        padding: 15px;
        margin-top: 35px;
        margin-right: 3px;
        text-align: center;
}
}


.available[data-v-562ae426] {
  color: green;
}
.unavailable[data-v-562ae426] {
  color: red;
}
.charging[data-v-562ae426] {
  color: orange;
}
.thirdparty[data-v-562ae426] {
  color: #26285a;
}
.total[data-v-562ae426] {
  color: rgb(159, 21, 223);
}
.status-info[data-v-562ae426] {
  padding: 15px;
  margin-top: 35px;
  margin-right: 35px;
  /* text-align: center; */
  border: 3px solid grey;
  border-radius: 10px;
  box-shadow: 3px 3px grey;
}
.noStations[data-v-562ae426] {
  margin-top: -140px;
  font-weight: bold;
}
.noStations1[data-v-562ae426] {
  font-weight: bold;
}
.noAssociatedStations[data-v-562ae426] {
    
  /* margin-top: -440px; */
  font-weight: bold;
}
.l-c1[data-v-562ae426], .l-c2[data-v-562ae426], .l-c3[data-v-562ae426], .l-c4[data-v-562ae426] {
  border: 1px solid lightgrey;
  margin: 2px;
  background: #ebebeb;
}
.btn-refresh[data-v-562ae426] {
  text-align: center !important;
  margin-left: 40px;
    font-family: "Roboto";
    font-size: 1.5rem;
    letter-spacing: 0;
    color: #ffffff;
    height: 40px;
    --background: #e1899c 0% 0% no-repeat padding-box;
    --background-focused: #b4b2b2 !important;
    --background-hover: #b4b2b2 !important;
    --webkit-background-focused: #b4b2b2 !important;
    --webkit-background-hover: #b4b2b2 !important;
    border-radius: 3px;
    opacity: 1;
    /* bottom: 0; */
}
.barChart1[data-v-562ae426] {
  height: 370px !important;
}
.chart-label[data-v-562ae426] {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.my-chart[data-v-562ae426] {
    width: 450px !important;
    height: 450px !important;
}
.rectangle-dump[data-v-562ae426] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.rectangle-dump1[data-v-562ae426] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.display-value[data-v-562ae426] {
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 360px) {
.my-chart[data-v-562ae426] {
        width: 350px !important;
        height: 350px !important;
}
.status-info[data-v-562ae426] {
        padding: 15px;
        margin-top: 35px;
        margin-right: 3px;
        text-align: center;
}
}


.select-box[data-v-935f609e] {
    position: relative;
    max-width: 317px;
    width: 100%;
    display: inline-block;
    margin-right: 16px;
}
.select-box ion-select[data-v-935f609e] {
    max-width: 317px;
    width: 100%;
    height: 34px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    border-radius: 4px;
    opacity: 1;
    padding: 12px;
    padding-top: 13px;
    text-align: left;
    font-size: 14px;
    font-family: "Roboto Medium";
    letter-spacing: 0;
    line-height: 26px;
    color: #202020;
}
.select-box .custom-select-placeholder[data-v-935f609e] {
    font-size: 14px;
    font-family: "Roboto Medium";
    letter-spacing: 0;
    color: #202020;
    opacity: 1;
    position: absolute;
    z-index: 99;
    top: 18px;
    left: 18px;
}
.select-box .custom-select-icon[data-v-935f609e] {
    position: absolute;
    z-index: 99;
    top: 6px;
    background: #fff;
    right: 15px;
}
.thirdParty[data-v-935f609e]{
    padding-left: 10px;
    padding-right: 10px;
    width: 100px !important;
    background: #e27b7b 0% 0% no-repeat padding-box;
    border-radius: 3px;
    text-align: center;
    font-family: "Roboto";
    font-size: 11px;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
}
  

#loader[data-v-1b2081f3] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: sans-serif;
  font-size: 22px;
  color: #21b24b;
  /* font-weight: bold; */
  animation: blink-1b2081f3 1s infinite;
}
@keyframes blink-1b2081f3 {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0;
}
}
.qrcodeStream[data-v-1b2081f3] {
width: 50%;
height: 30%;
margin: 0 auto;
border: 5px solid #21b24b;
/* border-right: 5px solid #21b24b; */
border-radius: 5px;
margin-bottom: 90%;
}
.chargeNowFab[data-v-1b2081f3] {
    --background: #21b24b;
    /* --background: #21b24b; */
}
.mapRefresh[data-v-1b2081f3] {
    --background: rgb(255, 255, 255); 
    /* margin-top: 0px; */
    /* opacity: 0.9; */
}
.refresh-icon[data-v-1b2081f3] {
    color: rgb(106, 103, 103);
    font-size: 1.9rem;
    /* font-weight: bold; */
}
.qr-svg[data-v-1b2081f3] {
    width: 30px;
    color: rgb(250, 249, 249);
    /* font-weight: bolder; */
}
#pac-input[data-v-1b2081f3]:focus,
.res-content-wrapper .loc-search input[data-v-1b2081f3]:focus{
    padding: 12px;
    margin: 0;
}
#res-map[data-v-1b2081f3] {
        height: 94%;
        width: 100%;
}
.map-overlay[data-v-1b2081f3]{
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
}
.spinnerWrapper[data-v-1b2081f3]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.map-wrapper[data-v-1b2081f3] {
    height: 100%;
    width: 100%;
}
.card-list-wrapper[data-v-1b2081f3] {
    position: absolute;
}
.res-content-wrapper[data-v-1b2081f3] {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 16px;
}
.card-list-content p.title[data-v-1b2081f3] {
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto Medium';
    letter-spacing: 0;
    color: #313131;
    opacity: 1;
    margin-bottom: 8px;
}
.card-list-content p.time[data-v-1b2081f3] {
    font-family: 'Roboto Light';
}
.card-list-content p.loc[data-v-1b2081f3],
.card-list-content p.time[data-v-1b2081f3] {
    text-align: left;
    margin-bottom: 8px;
    font-size: 15px;
    letter-spacing: 0;
    color: #313131;
    opacity: 0.75;
}
.card-list-booking p[data-v-1b2081f3] {
    height: 17px;
    text-align: right;
    margin-right: 8px;
    font-size: 14px;
    font-family: 'Roboto';
    letter-spacing: 0;
    color: #D66C6C;
    opacity: 1;
}
.card-list-booking[data-v-1b2081f3] {
    text-align: right;
}
.iocl-div-img[data-v-1b2081f3] {
    text-align: right;
}
.iocl_img[data-v-1b2081f3] {
    margin-top: -1rem;
    width: 300px;
    /* height: 15%; */
}
.call-options .book-btn[data-v-1b2081f3] {
    width: 115px;
    --background: #21b24b !important;
    border-radius: 36px;
    /* opacity: 1; */
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto Medium';
    letter-spacing: 0;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    top: -15px;
}
.call-options[data-v-1b2081f3] {
    margin-top: 16px;
}
.call-options img.call-img[data-v-1b2081f3] {
    width: 24px;
    height: 24px;
    position: relative;
    top: -3px;
}
.call-options a.call-img-a[data-v-1b2081f3] {
    margin-right: 21px;
}
.call-options img.map-img[data-v-1b2081f3] {
    width: 36px;
    height: 36px;
    margin-right: 29px;
    cursor: pointer;
}
.card-list-content p.loc[data-v-1b2081f3] {
    font-family: 'Roboto';
}
.card-list-wrapper[data-v-1b2081f3] {
    bottom: 100px;
    width: 100%;
    padding: 0 30px;
}
@media (max-width: 768px) {
.card-list-wrapper[data-v-1b2081f3] {
        padding: 0 14px;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
}
}
.card-list[data-v-1b2081f3] {
    height: 131px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    opacity: 1;
    padding: 16px;
}
@media (max-width: 768px) {
.card-list[data-v-1b2081f3] {
        height: 185px;
}
.card-list-booking[data-v-1b2081f3] {
        text-align: left !important;
        position: absolute;
        width: 100%;
        top: -36px;
}
.call-options .book-btn[data-v-1b2081f3] {
        position: absolute;
        top: 27px;
        right: 0px;
}
.card-list-booking p[data-v-1b2081f3] {
        position: relative;
        top: 6px;
}
.res-content-wrapper[data-v-1b2081f3] {
        padding: 0px !important;
}
}

/* SearchBox */
.res-content-wrapper.listView .loc-search[data-v-1b2081f3] {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D6D6D6;
    background: #F4F5F9;
}
.res-content-wrapper.listView[data-v-1b2081f3] {
    background: #F4F5F9;
}
.res-content-wrapper .loc-search input[data-v-1b2081f3] {
    height: 52px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #0000001A;
    border-radius: 12px;
    opacity: 1;
    width: 100%;
    padding: 12px;
    padding-left: 98px !important;
    font-size: 14px;
    text-align: left;
    padding-left: 24px;
    font-family: 'Roboto';
    letter-spacing: 0;
    color: #9e9d9d;
}
.res-content-wrapper .loc-search img.map-marker-icon[data-v-1b2081f3] {
    width: 18px;
    height: 18px;
    opacity: 1;
    cursor: pointer;
}
.loc-wrpaper span[data-v-1b2081f3] {
    height: 17px;
    text-align: left;
    font-size: 14px;
    position: absolute;
    font-family: 'Roboto';
    letter-spacing: 0;
    top: 18px;
    padding-left: 18px;
    color: #404040;
    opacity: 1;
}
.loc-wrpaper img[data-v-1b2081f3],
.loc-wrpaper span[data-v-1b2081f3] {
    z-index: 99;
}
.loc-wrpaper[data-v-1b2081f3] {
    position: relative;
}
.loc-wrpaper img.map-marker-icon[data-v-1b2081f3] {
    position: absolute;
    right: 12px;
    top: 17px;
    cursor: pointer;
}
@media (max-width: 768px) {
.lense-icon[data-v-1b2081f3]{
        position: absolute;
}
.res-content-wrapper .loc-search input[data-v-1b2081f3] {
        padding-left: 50px !important;
        text-overflow: ellipsis;
        padding-right: 56px;
}
.res-content-wrapper .loc-search[data-v-1b2081f3] {
        padding: 9px;
}
}


#pac-input[data-v-4699962c]:focus,
.res-content-wrapper .loc-search input[data-v-4699962c]:focus {
  padding: 12px;
  margin: 0;
}
.noData[data-v-4699962c] {
  text-align: center;
  font-size: 20px;
  margin-top: 28px;
}
.listView-wrapper[data-v-4699962c] {
  width: 100%;
  background: #f4f5f9 0% 0% no-repeat padding-box;
}
.spinnerWrapper[data-v-4699962c] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-list[data-v-4699962c] {
  margin-bottom: 19px;
}
.res-content-wrapper[data-v-4699962c] {
  top: 0;
  width: 100%;

  padding: 11px;
}
@media screen and (min-width: 992px) {
.res-content-wrapper[data-v-4699962c] {
    position: absolute;
}
}
.res-content-wrapper .loc-search input[data-v-4699962c] {
  height: 52px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 12px;
  opacity: 1;
  width: 100%;
  padding: 12px;
  padding-left: 98px !important;
  font-size: 14px;
  text-align: left;
  padding-left: 24px;
  font-family: "Roboto";
  letter-spacing: 0;
  color: #9e9d9d;
}
.loc-wrpaper span[data-v-4699962c] {
  height: 17px;
  text-align: left;
  font-size: 14px;
  position: absolute;
  font-family: "Roboto";
  letter-spacing: 0;
  top: 18px;
  padding-left: 18px;
  color: #404040;
  opacity: 1;
}
.loc-wrpaper img[data-v-4699962c],
.loc-wrpaper span[data-v-4699962c] {
  z-index: 99;
}
.loc-wrpaper[data-v-4699962c] {
  position: relative;
}
.loc-wrpaper img.map-marker-icon[data-v-4699962c] {
  position: absolute;
  right: 12px;
  top: 17px;
  cursor: pointer;
}
.res-content-wrapper .loc-search img.map-marker-icon[data-v-4699962c] {
  width: 18px;
  height: 18px;
  opacity: 1;
  cursor: pointer;
}
.card-list-content p.title[data-v-4699962c] {
  text-align: left;
  font-size: 16px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #313131;
  opacity: 1;
  margin-bottom: 8px;
}
.card-list-content p.time[data-v-4699962c] {
  font-family: "Roboto Light";
}
.card-list-content p.loc[data-v-4699962c],
.card-list-content p.time[data-v-4699962c] {
  text-align: left;
  margin-bottom: 8px;
  font-size: 15px;
  letter-spacing: 0;
  color: #313131;
  opacity: 0.75;
}
.card-list-booking p[data-v-4699962c] {
  height: 17px;
  text-align: right;
  margin-right: 8px;
  font-size: 14px;
  font-family: "Roboto";
  letter-spacing: 0;
  color: #d66c6c;
  opacity: 1;
}
.card-list-booking[data-v-4699962c] {
  text-align: right;
}
.call-options .book-btn[data-v-4699962c] {
  width: 115px;
  --background: #21b24b !important;
  border-radius: 36px;
  opacity: 1;
  text-align: left;
  font-size: 16px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: -15px;
}
.call-options[data-v-4699962c] {
  margin-top: 16px;
}
.call-options img.call-img[data-v-4699962c] {
  width: 24px;
  height: 24px;
  position: relative;
  top: -3px;
}
.call-options a.call-img-a[data-v-4699962c] {
  margin-right: 21px;
}
.call-options img.map-img[data-v-4699962c] {
  width: 36px;
  height: 36px;
  margin-right: 29px;
  cursor: pointer;
}
.card-list-content p.loc[data-v-4699962c] {
  font-family: "Roboto";
}
.card-list-wrapper[data-v-4699962c] {
  bottom: 100px;
  width: 100%;
  padding: 0 16px;
  padding-top: 15px;
  padding-bottom: 60px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 60px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 60px);
}
.card-list[data-v-4699962c] {
  height: 131px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  opacity: 1;
  padding: 16px;
}
@media (max-width: 768px) {
.card-list[data-v-4699962c] {
    height: 190px;
}
.lense-icon[data-v-4699962c] {
    position: absolute;
}
.res-content-wrapper .loc-search[data-v-4699962c] {
    background: #fff;
    padding: 9px;
}
.res-content-wrapper .loc-search input[data-v-4699962c] {
    padding-left: 50px !important;
    text-overflow: ellipsis;
    padding-right: 56px;
}
.card-list-wrapper[data-v-4699962c] {
    padding: 0px 14px;
    padding-top: 14px;
    padding-bottom: 60px;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 60px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 60px);
}
.card-list-booking[data-v-4699962c] {
    text-align: left !important;
    position: absolute;
    width: 100%;
    top: -36px;
}
.call-options[data-v-4699962c] {
    margin-top: 34px;
}
.call-options .book-btn[data-v-4699962c] {
    position: absolute;
    top: 27px;
    right: 0px;
}
.card-list-booking p[data-v-4699962c] {
    position: relative;
    top: 6px;
}
.distance-sec[data-v-4699962c] {
    position: absolute;
    top: 4px;
    right: 0;
    height: 17px;
    text-align: right;
    margin-right: 8px;
    font-size: 14px;
    font-family: "Roboto";
    letter-spacing: 0;
    color: #d66c6c;
    opacity: 1;
}
.distance-sec-mbl[data-v-4699962c] {
    right: 0;
    height: 17px;
    text-align: right;
    margin-right: 8px;
    font-size: 14px;
    font-family: "Roboto";
    letter-spacing: 0;
    color: #d66c6c;
    opacity: 1;
}
.res-content-wrapper[data-v-4699962c] {
    padding: 0px !important;
}
}


.no-internet[data-v-7e51e727] {
    /* width: 50%; */
    padding: 10px;
    margin: auto;
}
.no-internet-card[data-v-7e51e727] {
    padding: 10px;
    text-align: center;
    border: 1px solid lightgray;
    box-shadow: 3px 3px lightgrey;
}
.no-internet-refresh[data-v-7e51e727] {
    color: red;
    font-weight: bold;
    font-size: 2rem;
}
.google-map-wrapper[data-v-7e51e727] {
    position: absolute;
    background: #f4f5f9 0% 0% no-repeat padding-box;
    top: 54px;
}
@media (min-width: 600px) {
.no-internet[data-v-7e51e727] {
      width: 50%;
}
}
@media (max-width: 767px) {
.google-map-wrapper[data-v-7e51e727] {
      top: 64px;
      /* Status bar height on iOS 11.0 */
      top: calc(constant(safe-area-inset-top) + 65px);
      /* Status bar height on iOS 11+ */
      top: calc(env(safe-area-inset-top) + 65px);

      padding-bottom: 0px;
      padding-bottom: constant(safe-area-inset-bottom);
      padding-bottom: env(safe-area-inset-bottom);
      max-width: 100%;
}
}
@media (min-width: 300px) and (max-width: 358px) {
.title-wrapper .price-tag[data-v-7e51e727]:first-child {
      margin-top: 5px;
}
.title-wrapper .price-tag p[data-v-7e51e727]:first-child,
    .title-wrapper .price-tag p[data-v-7e51e727]:last-child {
      font-size: 12px !important;
}
}
.filter-option-wrapper[data-v-7e51e727] {
    z-index: 99;
}
.res-content-wrapper.mapView[data-v-7e51e727] {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 16px;
}
.filter-option img[data-v-7e51e727]:first-child {
    width: 23px !important;
    height: 23px !important;
    top: 4px;
    position: relative;
}
.res-content-wrapper.listView .loc-search[data-v-7e51e727] {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    background: #f4f5f9;
}
.res-content-wrapper.listView[data-v-7e51e727] {
    background: #f4f5f9;
}
.res-content-wrapper .loc-search input[data-v-7e51e727] {
    height: 52px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    border-radius: 12px;
    opacity: 1;
    width: 100%;
    padding: 12px;
    padding-left: 98px !important;
    font-size: 14px;
    text-align: left;
    padding-left: 24px;
    font-family: "Roboto";
    letter-spacing: 0;
    color: #9e9d9d;
}
.res-content-wrapper .loc-search img[data-v-7e51e727] {
    width: 18px;
    height: 18px;
    opacity: 1;
    cursor: pointer;
}
.loc-wrpaper span[data-v-7e51e727] {
    height: 17px;
    text-align: left;
    font-size: 14px;
    position: absolute;
    font-family: "Roboto";
    letter-spacing: 0;
    top: 18px;
    padding-left: 18px;
    color: #404040;
    opacity: 1;
}
.filter-option img[data-v-7e51e727]:first-child {
    width: 20px !important;
    height: 15px !important;
    top: 4px;
    position: relative;
}
.filter-option img[data-v-7e51e727]:last-child {
    width: 16px !important;
    height: 17px !important;
    top: 5px;
    left: 12px;
    position: relative;
}
.loc-wrpaper img[data-v-7e51e727],
  .loc-wrpaper span[data-v-7e51e727] {
    z-index: 99;
}
.loc-wrpaper[data-v-7e51e727] {
    position: relative;
}
.loc-wrpaper img[data-v-7e51e727] {
    position: absolute;
    right: 12px;
    top: 17px;
    cursor: pointer;
}
@media (min-width: 768px) {
.title-wrapper .ion-no-padding.mobile-view-style[data-v-7e51e727] {
      text-align: right;
}
}
.filter-option img.listViewIcon[data-v-7e51e727] {
    width: 23px !important;
    height: 23px !important;
    top: 0px;
    position: relative;
}
.res-content-wrapper.listView .filter-option img[data-v-7e51e727]:last-child {
    top: 0px;
}
@media (max-width: 768px) {
.header-toolbar[data-v-7e51e727] {
      --background: #21b24b;
}
.res-content-wrapper.listView .loc-search[data-v-7e51e727] {
      background: #fff;
}
.header-toolbar ion-menu-button[data-v-7e51e727] {
      --color: #fff;
      margin-right: 13px;
}
.filter-option img[data-v-7e51e727]:first-child {
      margin-right: 8px;
}
.res-content-wrapper .loc-search input[data-v-7e51e727] {
      padding-left: 129px !important;
      text-overflow: ellipsis;
      padding-right: 56px;
}
.rp-mobile .filter-option[data-v-7e51e727] {
      border: none;
      width: 80px;
      padding-left: 12px;
}
.title-wrapper .mobile-view-style[data-v-7e51e727] {
      padding: 1px 0px;
}
.filter-option img.listViewIcon[data-v-7e51e727] {
      width: 23px !important;
      height: 23px !important;
      top: 0px;
      position: relative;
}
.title-wrapper .price-tag[data-v-7e51e727] {
      margin-right: 0px !important;
}
.title-wrapper .price-tag[data-v-7e51e727]:first-child {
      margin-right: 12px !important;
}
.title-wrapper .price-tag p[data-v-7e51e727] {
      color: #fff !important;
}
.filter-option.optionlistView img[data-v-7e51e727]:last-child {
      top: 0px;
}
.res-content-wrapper.mapView[data-v-7e51e727] {
      padding: 0px;
      padding-top: 16px;
}
}
.title-wrapper .price-tag[data-v-7e51e727] {
    display: inline-block;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 7px;
}
.title-wrapper .price-tag p[data-v-7e51e727]:first-child,
  .title-wrapper .price-tag p[data-v-7e51e727]:last-child,
  .title-wrapper ion-title[data-v-7e51e727] {
    font-family: "Roboto";
    font-size: 15px;
    color: #495057;
}
.title-wrapper ion-title[data-v-7e51e727] {
    padding-top: 10px;
}
.title-wrapper .price-tag p[data-v-7e51e727]:last-child {
    font-family: "Roboto Medium";
}
.filter-option[data-v-7e51e727] {
    width: 92px;
    height: 52px;
    background: #21b24b 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    border-radius: 12px;
    opacity: 1;
    padding: 12px 18px;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-7e51e727] {
      --background: #21b24b;
}
.mobile-header-toolbar[data-v-7e51e727] {
      height: 60px;
      padding-top: 0px;
}
.mobile-header-toolbar ion-title[data-v-7e51e727] {
      color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-7e51e727] {
      color: #ffffff;
      --background: #ffffff;
}
.mobile-header-toolbar ion-menu-button[data-v-7e51e727] {
      color: #ffffff;
      margin-right: 13px;
}
.mobile-header-toolbar .price-tag[data-v-7e51e727]:first-child {
      margin-top: 5px;
}
.mobile-header-toolbar .price-tag p[data-v-7e51e727]:first-child,
    .mobile-header-toolbar .price-tag p[data-v-7e51e727]:last-child {
      font-family: "Roboto Medium";
      font-size: 12px !important;
}
.mobile-header-toolbar .price-tag p[data-v-7e51e727] {
      color: #fff !important;
}
.mobile-header-toolbar .price-tag[data-v-7e51e727] {
      display: inline-block;
      margin-right: 20px;
      padding-top: 5px;
      padding-bottom: 7px;
}
.mobile-header-toolbar .filter-option[data-v-7e51e727] {
      top: 0px;
}
}


.rectangle[data-v-7e40bd44] {
padding: 0px !important;
}
ion-card[data-v-7e40bd44] {
/* height: 84px; */
box-shadow: 0px 3px 6px #00000029;
border-radius: 16px;
opacity: 1;
cursor: pointer;
}
ion-label-xxx[data-v-7e40bd44] {
text-align: left;
font-family: "Roboto Medium";
font-size: 15px;
letter-spacing: 0;
color: #313131;
opacity: 1;
display: inline-block;
vertical-align: middle;
}
.vh-name[data-v-7e40bd44] {
display: inline-block;
vertical-align: middle;
text-align: left;
font-family: "Roboto Medium";
font-size: 14px;
letter-spacing: 0;
color: #313131;
opacity: 1;
}
.vh-icon[data-v-7e40bd44] {
height: 17px;
width: 33px;
vertical-align: middle;
display: inline-block;
clear: left;
}
.vh-model[data-v-7e40bd44] {
text-align: left;
font-family: "Roboto";
font-size: 15px;
letter-spacing: 0;
color: #313131;
opacity: 0.75;
}
.vh-book[data-v-7e40bd44] {
text-align: left;
font-family: "Roboto Light";
font-size: 13px;
letter-spacing: 0;
color: #313131;
opacity: 0.75;
}
.vh-book-status[data-v-7e40bd44] {
width: 12px;
height: 11px;
background: #21b24b 0% 0% no-repeat padding-box;
border-radius: 36px;
opacity: 1;
}
.vh-charge[data-v-7e40bd44] {
text-align: left;
font-family: "Roboto Light";
font-size: 15px;
letter-spacing: 0;
color: #313131;
opacity: 0.75;
}
.vh-content[data-v-7e40bd44] {
padding: 10px;
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 16px;
opacity: 1;
}


.ios ion-icon[data-v-2e19799a] {
  color: white;
  position: relative;
  left:70%;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-2e19799a] {
        --background: #21b24b;
}
.mobile-header-toolbar[data-v-2e19799a] {
        height: 56px;
        padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-2e19799a] {
        color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-2e19799a] {
        color: #ffffff;
        --background: #ffffff;
}
.mobile-header-toolbar ion-menu-button[data-v-2e19799a] {
        color: #ffffff;
        margin-right: 13px;
}
}


.ios ion-icon[data-v-74c55970] {
  color: white;
  position: relative;
  left:70%;
}
ion-content[data-v-74c55970] {
  --background: #f4f5f9;
  position: absolute;
  --padding-bottom: 108px;
  --padding-top: 54px;
}

/* Title */
@media (max-width: 768px) {
.vehicle-page[data-v-74c55970] {
    /* Status bar height on iOS 11.0 */
    top: constant(safe-area-inset-top);
    /* Status bar height on iOS 11+ */
    top: env(safe-area-inset-top);
}
.title-add-wrapper .add-wrapper .loc-img[data-v-74c55970] {
    margin-right: 13px !important;
}
.header-toolbar[data-v-74c55970],
  .mobile-header-toolbar[data-v-74c55970] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-74c55970] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-74c55970] {
    color: #fff;
}
.mobile-header-toolbar ion-buttons[data-v-74c55970] {
    color: #fff;
    --background: #fff;
}
.mobile-header-toolbar ion-back-button[data-v-74c55970] {
    color: #ffffff !important;
    margin-right: 13px;
}
.paddingRight[data-v-74c55970] {
    padding-right: 0px !important;
}
.sv-paddingZero[data-v-74c55970] {
    padding: 0px;
}
}
.spinnerWrapper[data-v-74c55970] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
.title-wrapper .price-tag[data-v-74c55970] {
    float: right;
}
.title-wrapper .price-tag[data-v-74c55970] {
    display: inline-block;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 7px;
}
.title-wrapper .price-tag p[data-v-74c55970]:first-child,
  .title-wrapper .price-tag p[data-v-74c55970]:last-child,
  .title-wrapper ion-title[data-v-74c55970] {
    font-family: "Roboto";
    font-size: 15px;
    color: #495057;
}
.title-wrapper ion-title[data-v-74c55970] {
    padding-top: 10px;
}
}
.vechileList-sec[data-v-74c55970] {
  height: 129px;
  border: 1px solid #0000001a;

  opacity: 1;
  padding: 22px 37px 22px 21px;
}
@media (min-width: 768px) {
.vechileList-sec[data-v-74c55970] {
    margin: 14px;
    border-radius: 12px;
}
.vechileList-wrapper[data-v-74c55970] {
    padding: 4px 7px 6px 2px;
    margin-top: 12px;
    border: 1px solid #0000001a;
    min-height: unset;
    margin-top: 16px;
}
}
.vechileList-wrapper[data-v-74c55970] {
  min-height: 169px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
}
.sv-icon[data-v-74c55970] {
  width: 33px;
  height: 18px;
}
.sv-num[data-v-74c55970],
.sv-model[data-v-74c55970],
.sv-type[data-v-74c55970],
.sv-year[data-v-74c55970] {
  color: #313131;
  font-size: 15px;
}
.sv-num[data-v-74c55970] {
  position: relative;
  top: -4px;
  left: 7px;
}
.sv-model[data-v-74c55970],
.sv-type[data-v-74c55970],
.sv-year[data-v-74c55970] {
  opacity: 0.75;
  margin-top: 8px;
}
.fontRobotoBold[data-v-74c55970] {
  font-family: "Roboto Bold";
}
.fontRobotoMedium[data-v-74c55970] {
  font-family: "Roboto Medium";
}
.fontRobotoLight[data-v-74c55970] {
  font-family: "Roboto light";
}
.fontRoboto[data-v-74c55970] {
  font-family: "Roboto";
}
.textAlignRight[data-v-74c55970] {
  text-align: right;
}
.sv-checkbox[data-v-74c55970] {
  position: absolute;
  bottom: 0px;
  right: 0px;
  --border: 1px solid #707070;
  --border-radius: 50%;
  width: 30px;
  height: 30px;
  opacity: 0.5;
}
.fab-btn[data-v-74c55970] {
  width: 56px;
  height: 56px;
}
.fab-btn-grp[data-v-74c55970] {
  width: 222px;
  min-height: 90px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #0000001a;
  border-radius: 8px;
  opacity: 1;
  padding-top: 16px;
  padding-left: 21px;
  position: absolute;
  padding-bottom: 17px;
  right: 0;
  bottom: 17px;
}
.fab-btn-rv[data-v-74c55970],
.fab-btn-uv[data-v-74c55970] {
  color: #313131;
  opacity: 1;
  font-size: 14px;
  cursor: pointer;
}
.fab-btn-uv[data-v-74c55970] {
  margin-top: 23px;
}

/* Title */


.view-hide[data-v-7a151d16]{
        opacity: 0.4;
        pointer-events: none;
}


h4[data-v-4cd7853f] {
  height: 17px;
  text-align: left;
  font-family: "Roboto Bold";
  font-size: 14px;
  letter-spacing: 0;
  color: #21315d;
  opacity: 1;
}
.vh-name[data-v-4cd7853f] {
  text-align: left;
  font-family: "Roboto Bold";
  font-size: 15px;
  letter-spacing: 0;
  color: #21315d;
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
}
.vh-icon[data-v-4cd7853f] {
  height: 17px;
  width: 33px;
  vertical-align: middle;
  display: inline-block;
  clear: left;
}
.vh-model-make[data-v-4cd7853f] {
  margin-left: 33px;
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 0.5;
  padding: 5px;
}
.title[data-v-4cd7853f] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}
.sub-title[data-v-4cd7853f] {
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #202020;
  opacity: 0.5;
  text-overflow: ellipsis;
}
.history-content[data-v-4cd7853f] {
  /* top: 326px;
left: 259px;
width: 355px;
height: 107px; */
  border: 1px solid #0000001a;
  border-radius: 12px;
  opacity: 1;
  padding: 5px;
  cursor: pointer;
}
.vh-amount-today[data-v-4cd7853f] {
  color: green;
}
.vh-status[data-v-4cd7853f] {
  padding: 5px;
  background: #a7a7a7;
  color: #ffffff;
  border: 1px solid #a7a7a7;
  border-radius: 36px;
  opacity: 1;
}
.vh-status-today[data-v-4cd7853f] {
  padding: 5px;
  background: #21b24b;
  color: #ffffff;
  border: 1px solid #21b24b;
  border-radius: 36px;
  opacity: 1;
}
.book-ref[data-v-4cd7853f] {
  text-align: center;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #041648;
  opacity: 1;
}
.book-day[data-v-4cd7853f] {
  text-align: right;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.book-station[data-v-4cd7853f] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 15px;
  letter-spacing: 0;
  color: #414141;
  opacity: 1;
  white-space: nowrap;
}
ion-card[data-v-4cd7853f] {
  /* height: 84px; */
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  opacity: 1;
  cursor: pointer;
}
.rectangle[data-v-4cd7853f] {
  padding: 0px !important;
}
.vh-content[data-v-4cd7853f] {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  opacity: 1;
}


.ios ion-icon[data-v-32efae06] {
  color: white;
  position: relative;
  left:50%;
  margin: 10px;
}
.ios .ios-edit[data-v-32efae06]{
  position: relative;
  left:240%;
  margin: 10px;
}
.edit-vehicle[data-v-32efae06] {
  color: white;
  position: relative;
  left:70%;
  margin: 10px;
}
ion-icon[data-v-32efae06] {
    color: white;
    margin: 10px;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-32efae06] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-32efae06] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-32efae06] {
    color: #ffffff;
}
.mobile-header-toolbar ion-button[data-v-32efae06] {
    color: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-32efae06] {
    color: #ffffff !important;
    margin-right: 13px;
}
}


.fliter-content-sec[data-v-c2df6710] {
  --background: #f4f5f9;
}
.radio-btn-img[data-v-c2df6710] {
  width: 44px;
  height: 44px;
  margin-right: 15px;
}
.custom-select-icon[data-v-c2df6710] {
  position: absolute;
  z-index: 99;
  top: 16px;
  background: #fff;
  right: 15px;
}
.filter-form-wrapper[data-v-c2df6710] {
  min-height: 100px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  opacity: 1;
  margin-top: 9px;
  margin-bottom: 15px;
  padding: 17px 19px 18px 19px;
}
.chargerPortRB ion-label.chargerPortRB-title[data-v-c2df6710] {
  position: relative;
  top: -7px;
}
.selectBox[data-v-c2df6710] {
  position: relative;
  max-width: 317px;
  width: 100%;
  display: inline-block;
  margin-right: 16px;
}
.selectBox ion-select[data-v-c2df6710] {
  max-width: 317px;
  width: 100%;
  height: 52px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 12px;
  opacity: 1;
  padding: 12px;
  padding-top: 13px;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  line-height: 26px;
  color: #202020;
}
.selectBox ion-label[data-v-c2df6710] {
  position: absolute;
  z-index: 99;
  top: -8px;
  background: #fff;
  padding: 0px 4px;
  left: 18px;
}
.selectBox .custom-select-placeholder[data-v-c2df6710] {
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
  position: absolute;
  z-index: 99;
  top: 18px;
  left: 18px;
}
.btn-wrapper .btn-reset[data-v-c2df6710],
.btn-wrapper .btn-apply[data-v-c2df6710] {
  width: 216px;
  height: 52px;
  border-radius: 56px;
  opacity: 1;
  font-size: 17px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
}
.btn-wrapper .btn-reset[data-v-c2df6710] {
  --background: #041648;
}
.btn-wrapper.rp-desktop .btn-reset[data-v-c2df6710] {
  margin-left: 23px;
  margin-right: 19px;
}
.btn-wrapper .btn-apply[data-v-c2df6710] {
  --background: #21b24b;
}
.btn-wrapper.rp-mobile .btn-reset[data-v-c2df6710],
.btn-wrapper.rp-mobile .btn-apply[data-v-c2df6710] {
  height: 52px;
  opacity: 1;
  font-size: 17px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
  display: table-cell;
  --border-radius: 0px;
  padding: 0px;
}
@media (max-width: 768px) {
.filter-form-wrapper[data-v-c2df6710] {
    height: 96%;
}
.chargerPortRB ion-item[data-v-c2df6710] {
    --padding-start: 0;
}
.selectBox[data-v-c2df6710] {
    margin-bottom: 18px;
}
.mobile-header-toolbar[data-v-c2df6710] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-c2df6710] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-c2df6710] {
    color: #fff;
}
.mobile-header-toolbar ion-buttons[data-v-c2df6710] {
    color: #fff;
    --background: #fff;
}
.mobile-header-toolbar ion-back-button[data-v-c2df6710] {
    color: #ffffff !important;
    margin-right: 13px;
}
}


.active-reservation[data-v-19afdfa7] {
  margin-top: 0px;
  padding: 5px;
  height: 37px;
  background: #fafafa 0% 0% no-repeat padding-box;
  border: 1px solid #e9e9e9;

  line-height: 28px;
  text-align: left;
  font-family: "Roboto Bold";
  font-size: 14px;
  letter-spacing: 0;
  color: #21b24b;
  opacity: 1;
}
.past-reservation[data-v-19afdfa7] {
  margin-top: 0px;
  padding: 5px;
  height: 37px;
  background: #e9e9e9 0% 0% no-repeat padding-box;
  border: 1px solid #e9e9e9;

  line-height: 28px;
  text-align: left;
  font-family: "Roboto Bold";
  font-size: 14px;
  letter-spacing: 0;
  color: #21315d;
  opacity: 1;
}
.rectangle[data-v-19afdfa7] {
  padding: 0px !important;
}
ion-card[data-v-19afdfa7] {
  /* height: 84px; */
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  opacity: 1;
  cursor: pointer;
}
.vh-name[data-v-19afdfa7] {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #313131;
  opacity: 1;
}
.vh-icon[data-v-19afdfa7] {
  height: 17px;
  width: 33px;
  vertical-align: middle;
  display: inline-block;
  clear: left;
}
.vh-model[data-v-19afdfa7] {
  text-align: left;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  color: #313131;
  opacity: 0.75;
}
.book-time[data-v-19afdfa7] {
  text-align: right;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.book-ref[data-v-19afdfa7] {
  text-align: right;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #041648;
  opacity: 1;
}
.book-day[data-v-19afdfa7] {
  text-align: right;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.book-station[data-v-19afdfa7] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 15px;
  letter-spacing: 0;
  color: #414141;
  opacity: 1;
}
.book-location[data-v-19afdfa7] {
  text-align: left;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  color: #414141;
  opacity: 1;
}
.book-amount[data-v-19afdfa7] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 15px;
  color: #21b24b;
  opacity: 1;
}
.vh-book[data-v-19afdfa7] {
  text-align: left;
  font-family: "Roboto Light";
  font-size: 13px;
  letter-spacing: 0;
  color: #313131;
  opacity: 0.75;
}
.vh-content[data-v-19afdfa7] {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  opacity: 1;
}
.call-options[data-v-19afdfa7] {
  display: inline-block;
}
.call-options img.call-img[data-v-19afdfa7] {
  width: 24px;
  height: 24px;
  display: inline-block;
  top: -3px;
}
.call-options a.call-img-a[data-v-19afdfa7] {
  margin-right: 21px;
}
.call-options img.map-img[data-v-19afdfa7] {
  width: 36px;
  height: 36px;
  display: inline-block;
  cursor: pointer;
}
/* Below class is added by vinoth */
.select-web.unavailable[data-v-19afdfa7] {
  color: #d66c6c;
  text-align: right;
  margin-top: 16px;
  font-size: 16px;
  /*font-weight: bold;*/
}
.select-mobile.unavailable[data-v-19afdfa7] {
  padding: 0;
  margin: 0;
  color: #d66c6c;
  text-align: right;
  font-size: 16px;
  /*font-weight: bold;*/
}


.ios ion-icon[data-v-511cddcc] {
  color: white;
  position: relative;
  left:70%;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-511cddcc] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-511cddcc] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-511cddcc] {
    color: #fff;
}
.mobile-header-toolbar ion-buttons[data-v-511cddcc] {
    color: #fff;
    --background: #fff;
}
.mobile-header-toolbar ion-menu-button[data-v-511cddcc] {
    color: #fff !important;
    margin-right: 13px;
}
}


.ios .ios-home[data-v-4c9932ca]{
color: white;
position: relative;
left:70%;
}
.page-wrapper[data-v-4c9932ca],
.Charging-station-list[data-v-4c9932ca] {
background: #f4f5f9;
}
ion-content[data-v-4c9932ca] {
--background: #f4f5f9;
position: absolute;
--padding-bottom: 108px;
--padding-top: 54px;
}
.inactiveWrapper .cs-grid[data-v-4c9932ca] {
background: #0000000d;
pointer-events: none;
}
.inactiveWrapper .cs-grid-status-img[data-v-4c9932ca] {
display: none;
}
ion-footer[data-v-4c9932ca] {
position: fixed;
width: 100%;
bottom: 0;
}
.loc-img[data-v-4c9932ca] {
display: none;
}
.spinnerWrapper[data-v-4c9932ca] {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.appName[data-v-4c9932ca] {
color: green !important;
}
/* Title */
@media (max-width: 768px) {
.book-page[data-v-4c9932ca] {
  /* Status bar height on iOS 11.0 */
  top: constant(safe-area-inset-top);
  /* Status bar height on iOS 11+ */
  top: env(safe-area-inset-top);
}
.title-add-wrapper .add-wrapper .loc-img[data-v-4c9932ca] {
  margin-right: 13px !important;
}
.header-toolbar[data-v-4c9932ca],
.mobile-header-toolbar[data-v-4c9932ca] {
  --background: #21b24b;
}
.mobile-header-toolbar[data-v-4c9932ca] {
  height: 56px;
  padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-4c9932ca] {
  color: #fff;
}
.mobile-header-toolbar ion-buttons[data-v-4c9932ca] {
  color: #fff;
  --background: #fff;
}
.mobile-header-toolbar ion-back-button[data-v-4c9932ca] {
  color: #ffffff !important;
  margin-right: 13px;
}
.title-add-wrapper[data-v-4c9932ca],
.time-detail-wrapper[data-v-4c9932ca] {
  padding-left: 18px !important;
  padding-right: 24px !important;
}
.Charging-station-list[data-v-4c9932ca] {
  padding-left: 9px !important;
  padding-right: 6px !important;
}
.paddingRight[data-v-4c9932ca] {
  padding-right: 0px !important;
}
}
.Charging-station-list[data-v-4c9932ca] {
position: relative;
padding-bottom: 39px;
}
.thirdparty-img[data-v-4c9932ca] {
width: 10rem;
}
@media (min-width: 992px) and (max-width: 1400px) {
.Charging-station-list .cs-grid .cs-grid-img[data-v-4c9932ca] {
  margin-right: 10px !important;
}
.Charging-station-list .cs-grid .cs-grid-cont[data-v-4c9932ca] {
  font-size: 12px !important;
}
}
@media (max-width: 768px) {
.Charging-station-list .cs-grid .cs-grid-status.unavailable[data-v-4c9932ca] {
  position: relative;
  margin-top: 30px;
  text-align: center;
  color: #d66c6c;
  background: transparent;
  font-size: 13px;
  /*font-weight: bold;*/
}
.Charging-station-list .cs-grid .cs-grid-status.occupied[data-v-4c9932ca] {
/* position: relative; */
/* margin-top: 30px; */
/* text-align: center; */
color: rgb(255, 140, 0);
background: transparent;
font-size: 13px;
/*font-weight: bold;*/
}
}
@media (min-width: 768px) {
.title-wrapper .price-tag[data-v-4c9932ca] {
  float: right;
}
.title-wrapper .price-tag[data-v-4c9932ca] {
  display: inline-block;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 7px;
}
.title-wrapper .price-tag p[data-v-4c9932ca]:first-child,
.title-wrapper .price-tag p[data-v-4c9932ca]:last-child,
.title-wrapper ion-title[data-v-4c9932ca] {
  font-family: "Roboto";
  font-size: 15px;
  color: #495057;
}
.title-wrapper ion-title[data-v-4c9932ca] {
  padding-top: 10px;
}
.title-wrapper .price-tag p[data-v-4c9932ca]:last-child {
  font-family: "Roboto Medium";
}
}

/* Title */
.fontRobotoBold[data-v-4c9932ca] {
font-family: "Roboto Bold";
}
.fontRobotoMedium[data-v-4c9932ca] {
font-family: "Roboto Medium";
}
.fontRobotoLight[data-v-4c9932ca] {
font-family: "Roboto light";
}
.fontRoboto[data-v-4c9932ca] {
font-family: "Roboto";
}
.paddingZero[data-v-4c9932ca] {
padding: 0;
}
.paddingGrid[data-v-4c9932ca] {
margin: -5px;
}
.clearFix[data-v-4c9932ca] {
clear: both;
}
.paddingGrid .listGrid[data-v-4c9932ca] {
  /* Margin top is modified for charger details is not displaying so here row top is occupied more space so modifing 17px to 10px */
/* margin-top: 17px; */
margin-top: 10px;
}
.title-add-wrapper[data-v-4c9932ca] {
min-height: 171px;
margin-top: 9px;
margin-bottom: 7px;
}
.time-detail-wrapper[data-v-4c9932ca] {
min-height: 222px;
padding-top: 19px;
}
.Charging-station-list[data-v-4c9932ca] {
min-height: 230px;
padding-top: 19px;
margin-bottom: 9px;
}
.Charging-station-list[data-v-4c9932ca],
.title-add-wrapper[data-v-4c9932ca],
.time-detail-wrapper[data-v-4c9932ca] {
padding-left: 25px;
padding-right: 35px;
background: #ffffff 0% 0% no-repeat padding-box;
border: 1px solid #0000001a;
opacity: 1;
}
.title-add-wrapper .add-wrapper[data-v-4c9932ca] {
margin-top: 13px;
}
.title-add-wrapper .title[data-v-4c9932ca],
.Charging-station-list .title[data-v-4c9932ca] {
font-size: 15px;
color: #21315d;
opacity: 1;
}
.title-add-wrapper .title[data-v-4c9932ca] {
margin-bottom: 4px;
}
.title-add-wrapper .subtitle[data-v-4c9932ca] {
font-size: 14px;
color: #000000;
opacity: 0.5;
}
.title-add-wrapper .call-img[data-v-4c9932ca] {
width: 20px;
height: 20px;
}
.title-add-wrapper .add-wrapper .loc-img[data-v-4c9932ca] {
width: 21px;
height: 24px;
float: left;
margin-right: 22px;
}
.title-add-wrapper .add-wrapper .add-sec[data-v-4c9932ca] {
float: left;
}
.title-add-wrapper .add-wrapper .add-sec .address[data-v-4c9932ca] {
width: 167px;
max-height: 51px;
color: #202020;
opacity: 1;
font-size: 13px;
margin-bottom: 7px;
}
.title-add-wrapper .add-wrapper .add-sec .timeArea[data-v-4c9932ca] {
color: #313131;
opacity: 1;
font-size: 13px;
}
.title-add-wrapper .add-wrapper .add-sec .timeArea span[data-v-4c9932ca] {
color: #21b24b;
}
.title-add-wrapper .add-wrapper .distance[data-v-4c9932ca] {
color: #d66c6c;
opacity: 1;
margin-bottom: 9px;
font-size: 14px;
}
.title-add-wrapper .add-wrapper .map-img[data-v-4c9932ca] {
width: 45px;
height: 45px;
}

/* Charging-station-list */
.Charging-station-list .cs-grid[data-v-4c9932ca] {
/* Below hight is commented for charger details are not displaying so need to reduce the height from 110px to 90px */
  /* height: 110px; */
  height: 90px;
min-width: 300px;
border: 1px solid #0000001a;
border-radius: 12px;
opacity: 1;
padding: 11px 8px 13px 8px;
}
.Charging-station-list .cs-grid .cs-grid-img[data-v-4c9932ca] {
width: 44px;
height: 44px;
float: left;
margin-right: 20px;
}
.Charging-station-list .cs-grid .cs-grid-cont[data-v-4c9932ca] {
color: #202020;
font-size: 13px;
float: left;
}
.Charging-station-list .cs-grid .cs-grid-status-img[data-v-4c9932ca] {
float: right;
--border-radius: 50%;
--border: 1px solid #707070;
--background-checked: #21b24b;
--border-color-checked: #21b24b;
width: 26px;
height: 26px;
padding: 0px;
position: absolute;
right: 0;
top: 3px;
}
.Charging-station-list .cs-grid p[data-v-4c9932ca] {
text-align: left;
clear: both;
margin-bottom: 1px;
}
.Charging-station-list .cs-grid .cs-grid-status[data-v-4c9932ca] {
font-size: 14px;
text-align: right;
position: absolute;
bottom: 7px;
right: 0;
color: #21b24b;
}
.Charging-station-list .cs-grid .cs-grid-status.inactive[data-v-4c9932ca] {
color: #d66c6c;
background: transparent;
}
/* 08-09-2021 Below unavailable class is added by vinoth as per CR SCMT-CMS Charger Availability Status */
.Charging-station-list .cs-grid .cs-grid-status.unavailable[data-v-4c9932ca] {
position: relative;
margin-top: 30px;
text-align: center;
color: #d66c6c;
background: transparent;
/*font-size: 0.7rem;*/
/*font-weight: bold;*/
}
.Charging-station-list .cs-grid .cs-grid-status.occupied[data-v-4c9932ca] {
/* position: relative; */
/* margin-top: 30px; */
/* text-align: center; */
color: rgb(255, 140, 0);
background: transparent;
/*font-size: 0.7rem;*/
/*font-weight: bold;*/
}
/*  */
.show-more-link[data-v-4c9932ca] {
height: 17px;
font-size: 14px;
letter-spacing: 0;
color: #21315d;
opacity: 1;
width: 100%;
text-align: center;
margin-top: 39px;
}
.paddingRight[data-v-4c9932ca] {
padding-right: 20px;
}
.time-detail-wrapper .time-detail-list[data-v-4c9932ca] {
clear: both;
margin-bottom: 20px;
display: flex;
}
.time-detail-wrapper .time-detail-list .td-list-img[data-v-4c9932ca] {
float: left;
margin-right: 20px;
}
.time-detail-wrapper .time-detail-list .td-list-img.clock[data-v-4c9932ca] {
width: 24px;
height: 24px;
}
.time-detail-wrapper .time-detail-list .td-list-img.call[data-v-4c9932ca] {
width: 20px;
height: 20px;
}
.time-detail-wrapper .time-detail-list .td-list-img.envalop[data-v-4c9932ca] {
width: 20px;
height: 15px;
}
.time-detail-wrapper .time-detail-list .td-list-cont[data-v-4c9932ca] {
float: left;
}
.time-detail-wrapper .time-detail-list.time-details .td-list-cont[data-v-4c9932ca] {
color: #202020;
opacity: 1;
font-size: 13px;
}
.time-detail-wrapper .time-detail-list.time-details .td-list-cont p[data-v-4c9932ca]:first-child,
.time-detail-wrapper .time-detail-list .td-list-cont p[data-v-4c9932ca] {
font-size: 14px;
}
.time-detail-wrapper .time-detail-list .td-list-cont p:first-child span[data-v-4c9932ca] {
color: #21b24b;
}
.time-detail-wrapper .time-detail-list .td-list-cont.colorUP[data-v-4c9932ca] {
font-size: 14px;
color: #21315d;
}
.time-detail-wrapper .time-detail-list.time-details .td-list-cont p[data-v-4c9932ca] {
margin-bottom: 4px;
}
.time-detail-wrapper
.time-detail-list.time-details
.td-list-cont
p[data-v-4c9932ca]:first-child {
margin-bottom: 7px;
}
.time-detail-wrapper .time-detail-list.phone-num .td-list-cont p[data-v-4c9932ca] {
margin-bottom: 6px;
}
.next-btn[data-v-4c9932ca] {
height: 52px;
--background: #21b24b;
opacity: 1;
font-size: 17px;
color: #ffffff;
text-transform: uppercase;
margin: 0;
}
.next-btn img[data-v-4c9932ca] {
position: absolute;
right: 24px;
}


.ios ion-icon[data-v-2194e33a] {
  color: white;
  position: relative;
  left:70%;
}
ion-content[data-v-2194e33a] {
  --background: #f4f5f9;
  position: absolute;
  --padding-bottom: 200px;
  --padding-top: 54px;
}
.input-box[data-v-2194e33a] {
      position: relative;
    top: 7.5px;
    width: calc(94% - 11px);
    left: 11px;
    border: 1px solid #ccc;
    outline: none;
    height: 20px;
}
.dp__clear_icon[data-v-2194e33a] {
  display: none !important;
  color: red !important
}
.time-slot-sec[data-v-2194e33a] {
  clear: both;
}
.capacity-sec input[data-v-2194e33a] {
    border: 1px solid grey !important;
}
.capacity-sec input[data-v-2194e33a]:focus {
    /* margin: 0;
    margin-left: 14px;
    box-shadow: none;
    border: none; */
}
.ionicon-fill-none[data-v-2194e33a] {
  color:#21b24b
}
/* Title */
@media (max-width: 768px) {
.slot-page[data-v-2194e33a] {
    /* Status bar height on iOS 11.0 */
    top: constant(safe-area-inset-top);
    /* Status bar height on iOS 11+ */
    top: env(safe-area-inset-top);
}
.title-add-wrapper .add-wrapper .loc-img[data-v-2194e33a] {
    margin-right: 13px !important;
}
.footer-slot-grid.rp-mobile[data-v-2194e33a] {
    height: 94px;
}
  /* .footer-slot-grid.rp-mobile .ft-slot-title p:last-child {
     margin-top: 27px; 
  } */
.footer-slot-grid.rp-mobile .ft-slot-price p:first-child span[data-v-2194e33a] {
    display: block;
}
.header-toolbar[data-v-2194e33a],
  .mobile-header-toolbar[data-v-2194e33a] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-2194e33a] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-2194e33a] {
    color: #fff;
}
.mobile-header-toolbar ion-buttons[data-v-2194e33a] {
    color: #fff;
    --background: #fff;
}
.mobile-header-toolbar ion-back-button[data-v-2194e33a] {
    color: #ffffff !important;
    margin-right: 13px;
}
.title-add-wrapper[data-v-2194e33a],
  .time-detail-wrapper[data-v-2194e33a] {
    padding-left: 18px !important;
    padding-right: 24px !important;
}
.Charging-station-list[data-v-2194e33a] {
    padding-left: 9px !important;
    padding-right: 6px !important;
}
.paddingRight[data-v-2194e33a] {
    padding-right: 0px !important;
}
}
@media (min-width: 768px) {
.title-wrapper .price-tag[data-v-2194e33a] {
    float: right;
}
.title-wrapper .price-tag[data-v-2194e33a] {
    display: inline-block;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 7px;
}
.title-wrapper .price-tag p[data-v-2194e33a]:first-child,
  .title-wrapper .price-tag p[data-v-2194e33a]:last-child,
  .title-wrapper ion-title[data-v-2194e33a] {
    font-family: "Roboto";
    font-size: 15px;
    color: #495057;
}
.title-wrapper ion-title[data-v-2194e33a] {
    padding-top: 10px;
}
.title-wrapper .price-tag p[data-v-2194e33a]:last-child {
    font-family: "Roboto Medium";
}
}

/* Title */
.fontRobotoBold[data-v-2194e33a] {
  font-family: "Roboto Bold";
}
.not-available[data-v-2194e33a] {
  color: red !important;
  font-weight: bold !important;
  color: red !important;
  font-weight: bold !important;
  /* margin-bottom: -5px; */
  margin-top: -5px;
  /* margin-left: 10px; */
  text-align: center;
}
.available-until[data-v-2194e33a] {
  margin-top: -20px;
}
.until-charger[data-v-2194e33a]{
  color: #21315d;
  font-weight: bold;
}
.until-chargertime[data-v-2194e33a] {
  color: #21b24b;
  font-weight: bold;
  border: 0.5px solid #21b24b;
  text-align: center;
}
.fontRobotoMedium[data-v-2194e33a] {
  font-family: "Roboto Medium";
}
.fontRobotoLight[data-v-2194e33a] {
  font-family: "Roboto light";
}
.fontRoboto[data-v-2194e33a] {
  font-family: "Roboto";
}
.clearFix[data-v-2194e33a] {
  clear: both;
}
.disabledSlot[data-v-2194e33a] {
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 768px) {
.slot-booking-wrapper .tb-slot[data-v-2194e33a] {
    min-height: 220px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 22px;
    margin-top: 10px;
}
.slot-booking-wrapper .cb-slot[data-v-2194e33a] {
    min-height: 255px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 22px;
    margin-top: 9px;
    margin-bottom: 20px;
}
.paddingZero[data-v-2194e33a] {
    padding: 0px;
}
}
@media (min-width: 768px) {
.slot-booking-wrapper[data-v-2194e33a] {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    opacity: 1;
    margin-top: 12px;
}
    /* height: 260px;
    padding-top: 10px; */
.tb-sec-wrapper[data-v-2194e33a] {
    margin-right: 50px;
}
}
.tb-header-check ion-label[data-v-2194e33a] {
  color: #202020;
  opacity: 1;
  font-size: 14px;
  position: relative;
  top: -4px;
}
.tb-header-check ion-radio[data-v-2194e33a] {
  --border-radius: 50%;
  --border: 3px solid #707070;
  margin-right: 10px;
}
.tb-header-price .title[data-v-2194e33a] {
  font-size: 14px;
  color: #21315d;
  opacity: 1;
}
.tb-header-price .price[data-v-2194e33a] {
  font-size: 18px;
  color: #21b24b;
  opacity: 1;
  text-align: right;
}
.width50[data-v-2194e33a] {
  width: 50%;
}
.calander-sec[data-v-2194e33a] {
  padding: 10px;
  position: relative;
  top: 10px;
  height: 140px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 12px;
  opacity: 1;
}
.date-picker-sec[data-v-2194e33a] {
  /* position: relative; */
  border-bottom: 1px solid #e5e5e5;
}
.date-picker-sec .dp-label[data-v-2194e33a] {
  /* position: absolute; */
  left: 13px;
  top: 8px;
  /* font-size: 14px; */
}
.date-picker-sec .dp-img[data-v-2194e33a] {
  /* position: absolute; */
  right: 17px;
  top: 15px;
}
.date-picker-sec ion-datetime[data-v-2194e33a] {
  padding-left: 12px;
  padding-top: 25px;
  padding-bottom: 8px;
  font-size: 14px;
  font-family: "Roboto";
}
.date-picker-sec VueDatePicker[data-v-2194e33a] {
  padding-left: 12px;
  padding-top: 25px;
  padding-bottom: 8px;
  font-size: 14px;
  font-family: "Roboto";
}
.st-slot[data-v-2194e33a],
.date-picker-sec[data-v-2194e33a]:first-child {
  border-right: 1px solid #e5e5e5;
}
.st-slot[data-v-2194e33a],
 .et-slot[data-v-2194e33a] {
  position: relative;
}
.et-slot.disabledOption[data-v-2194e33a],
.date-picker-sec.disabledOption[data-v-2194e33a], .st-slot.disabledOption[data-v-2194e33a] {
  background: #ececec;
  pointer-events: none;
}
.disabledOption[data-v-2194e33a] {
  background: #ececec;
  pointer-events: none;
}
.disabledChargeType[data-v-2194e33a] {
    background: #ececec;
    pointer-events: none;
}
.st-slot .st-slot-img[data-v-2194e33a],
 .et-slot .et-slot-img[data-v-2194e33a] {
  position: absolute;
  top: 13px;
  right: 14px;
}
.st-slot span[data-v-2194e33a],
 .et-slot span[data-v-2194e33a] {
  font-size: 14px;
  color: #202020;
  opacity: 1;
  position: relative;
  /* top: 7.5px; */
}
.st-slot span[data-v-2194e33a] {
  /* left: 13px; */
}
.et-slot span[data-v-2194e33a] {
  left: 11px;
}
.st-slot ion-datetime[data-v-2194e33a],
 .et-slot ion-datetime[data-v-2194e33a] {
  font-size: 14px;
  color: #202020;
  opacity: 1;
  font-family: "Roboto";
  padding-left: 13px;
}
.st-slot VueDatePicker[data-v-2194e33a],
.et-slot VueDatePicker[data-v-2194e33a] {
  font-size: 14px;
  color: #202020;
  opacity: 1;
  font-family: "Roboto";
  padding-left: 13px;
}
.capacity-sec p[data-v-2194e33a],
.capacity-sec input[data-v-2194e33a] {
  font-size: 14px;
  color: #202020;
  opacity: 1;
}
.capacity-sec p[data-v-2194e33a] {
  margin-left: 13px;
  margin-top: 7.5px;
}
.capacity-sec[data-v-2194e33a] {
  border-top: 1px solid #e5e5e5;
}
.capacity-sec input[data-v-2194e33a] {
  border: none;
  outline: none;
  margin-left: 14px;
}
.calander-sec.cb-based[data-v-2194e33a] {
  height: 180px;
}
.footer-slot-wrapper[data-v-2194e33a] {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.footer-slot-grid[data-v-2194e33a] {
  height: 77px;
  padding-top: 5px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  opacity: 1;
  padding-top: 15px;
  padding-left: 18px;
  padding-right: 21px;
}
.footer-slot-grid .ft-slot-title p[data-v-2194e33a] {
  color: #21315d;
  opacity: 1;
  font-size: 15px;
}
.footer-slot-grid .ft-slot-title p[data-v-2194e33a]:last-child {
  margin-top: 11px;
}
.footer-slot-grid .ft-slot-price p[data-v-2194e33a]:first-child {
  font-size: 15px;
  color: #202020;
  opacity: 1;
}
.footer-slot-grid .ft-slot-price p[data-v-2194e33a]:last-child {
  font-size: 18px;
  color: #21b24b;
  opacity: 1;
  text-align: right;
  margin-top: 8px;
}
.next-btn[data-v-2194e33a] {
  height: 52px;
  --background: #21b24b;
  /* opacity: 1; */
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.next-btn img[data-v-2194e33a] {
  position: absolute;
  right: 24px;
}
.accordion[data-v-2194e33a] {
  padding: 0;
}
.accor-dion div[data-v-2194e33a]:not(:last-child) {
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}
.accordion div:last-child .accordion-item-details[data-v-2194e33a] {
  border-radius: 5px;
}
.accordion dd[data-v-2194e33a] {
  margin-left: 0;
}
.accordion-item-trigger[data-v-2194e33a],
.accordion-item-details-inner[data-v-2194e33a] {
  padding: 0 0.25rem 0.7rem 0.25rem;
}
.accordion-item-title[data-v-2194e33a] {
  position: relative;
}
.accordion-item-title h4[data-v-2194e33a] {
  font-size: 1rem;
  margin-bottom: 0;
  padding-right: 1rem;
  color: #21b24b;
}
.accordion-item-title ion-label[data-v-2194e33a] {
  font-size: 1rem;
  margin-bottom: 0;
  padding-right: 1rem;
  color: #21b24b;
}
.accordion-item-trigger[data-v-2194e33a] {
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
}
.accordion-item-trigger-icon[data-v-2194e33a] {
  display: block;
  position: absolute;
  top: 0;
  right: 1.25rem;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #363636;
  border-bottom: 2px solid #363636;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}
.is-active .accordion-item-trigger-icon[data-v-2194e33a] {
  transform: translateY(2px) rotate(225deg);
}
.accordion-item-details[data-v-2194e33a] {
  overflow: hidden;
  background-color: #f4f5f9;
}
.accordion-item-enter-active[data-v-2194e33a],
.accordion-item-leave-active[data-v-2194e33a] {
  will-change: height;
  transition: height 0.2s ease;
}
.accordion-item-enter[data-v-2194e33a],
.accordion-item-leave-to[data-v-2194e33a] {
  height: 0 !important;
}


.ios ion-icon[data-v-5e1ccf96] {
  color: white;
  position: relative;
  left:70%;
}
.display-message[data-v-5e1ccf96] {
  color: red;
  font-weight: bold;
  font-family: "Roboto Bold";
}
.page-wrapper[data-v-5e1ccf96] {
  background: #f4f5f9;
}
ion-content[data-v-5e1ccf96] {
  --background: #f4f5f9;
  position: absolute;
  --padding-bottom: 108px;
  --padding-top: 54px;
}
ion-footer[data-v-5e1ccf96] {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.num-sec .reg-no[data-v-5e1ccf96] {
  text-transform: uppercase;
}
.textAlignRight[data-v-5e1ccf96] {
  text-align: right;
}

/* Title */
@media (max-width: 768px) {
.review-page[data-v-5e1ccf96] {
    /* Status bar height on iOS 11.0 */
    top: constant(safe-area-inset-top);
    /* Status bar height on iOS 11+ */
    top: env(safe-area-inset-top);
}
.title-add-wrapper .add-wrapper .loc-img[data-v-5e1ccf96] {
    margin-right: 13px !important;
}
.header-toolbar[data-v-5e1ccf96],
  .mobile-header-toolbar[data-v-5e1ccf96] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-5e1ccf96] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-5e1ccf96] {
    color: #fff;
}
.mobile-header-toolbar ion-buttons[data-v-5e1ccf96] {
    color: #fff;
    --background: #fff;
}
.mobile-header-toolbar ion-back-button[data-v-5e1ccf96] {
    color: #ffffff !important;
    margin-right: 13px;
}
.title-add-wrapper[data-v-5e1ccf96] {
    padding-left: 18px !important;
    padding-right: 24px !important;
}
.paddingRight[data-v-5e1ccf96] {
    padding-right: 0px !important;
}
}
@media (min-width: 768px) {
.title-wrapper .price-tag[data-v-5e1ccf96] {
    float: right;
}
.title-wrapper .price-tag[data-v-5e1ccf96] {
    display: inline-block;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 7px;
}
.title-wrapper .price-tag p[data-v-5e1ccf96]:first-child,
  .title-wrapper .price-tag p[data-v-5e1ccf96]:last-child,
  .title-wrapper ion-title[data-v-5e1ccf96] {
    font-family: "Roboto";
    font-size: 15px;
    color: #495057;
}
.title-wrapper ion-title[data-v-5e1ccf96] {
    padding-top: 10px;
}
.title-wrapper .price-tag p[data-v-5e1ccf96]:last-child {
    font-family: "Roboto Medium";
}
}

/* Title */
.fontRobotoBold[data-v-5e1ccf96] {
  font-family: "Roboto Bold";
}
.fontRobotoMedium[data-v-5e1ccf96] {
  font-family: "Roboto Medium";
}
.fontRobotoLight[data-v-5e1ccf96] {
  font-family: "Roboto light";
}
.fontRoboto[data-v-5e1ccf96] {
  font-family: "Roboto";
}
.paddingZero[data-v-5e1ccf96] {
  padding: 0;
}
.paddingGrid[data-v-5e1ccf96] {
  margin: -5px;
}
.clearFix[data-v-5e1ccf96] {
  clear: both;
}
.title-add-wrapper[data-v-5e1ccf96] {
  min-height: 171px;
  margin-top: 9px;
  margin-bottom: 7px;
}
.header-link .car-img[data-v-5e1ccf96] {
  float: left;
  width: 33px;
  height: 18px;
  margin-right: 16px;
  margin-top: 25px;
}
.add-sec[data-v-5e1ccf96] {
  font-size: 14px;
}
.header-link .num-sec[data-v-5e1ccf96] {
  float: left;
  margin-top: 18px;
  font-size: 14px;
}
.header-link .num-sec .modelName[data-v-5e1ccf96] {
  color: #000000;
  opacity: 0.5;
}
.title-add-wrapper[data-v-5e1ccf96],
.time-slot-wrapper[data-v-5e1ccf96],
.estimation-cost-wrapper[data-v-5e1ccf96],
.charging-type-wrapper[data-v-5e1ccf96] {
  padding-left: 25px;
  padding-right: 35px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  opacity: 1;
}
.charging-type-wrapper[data-v-5e1ccf96] {
  min-height: 77px;
  padding: 20px 21px 10px 18px;
  font-size: 14px;
  color: #202020;
  margin-bottom: 8px;
}
.time-slot-wrapper[data-v-5e1ccf96] {
  min-height: 77px;
  padding: 20px 21px 12px 18px;
  font-size: 14px;
  color: #202020;
}
.estimation-cost-wrapper[data-v-5e1ccf96] {
  min-height: 60px;
  margin-top: 10px;
  padding: 18px 18px 20px 18px;
  font-size: 14px;
}
.estimation-cost-wrapper .price-title[data-v-5e1ccf96] {
  font-size: 14px;
  color: #21315d;
  padding-top: 3px;
}
.estimation-cost-wrapper .price-value[data-v-5e1ccf96] {
  font-size: 18px;
  color: #21b24b;
}
.charging-type-wrapper .time-title[data-v-5e1ccf96] {
  color: #21315d;
  margin-bottom: 11px;
}
.charging-type-wrapper .date-title[data-v-5e1ccf96] {
  /* color: #21315d; */
  margin-bottom: 11px;
}
.time-slot-wrapper .time-title[data-v-5e1ccf96] {
  color: #21315d;
  margin-bottom: 11px;
}
.time-slot-wrapper .date-title[data-v-5e1ccf96] {
  margin-bottom: 11px;
}
.title-add-wrapper .add-wrapper[data-v-5e1ccf96] {
  margin-top: 13px;
  margin-bottom: 18px;
}
.title-add-wrapper .title[data-v-5e1ccf96] {
  font-size: 15px;
  color: #21315d;
  opacity: 1;
}
.areaLoc[data-v-5e1ccf96] {
  opacity: 0.5;
  margin-top: 7px;
}
.title-add-wrapper .title[data-v-5e1ccf96] {
  margin-bottom: 4px;
}
.title-add-wrapper .subtitle[data-v-5e1ccf96] {
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
}
.title-add-wrapper .call-img[data-v-5e1ccf96] {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.title-add-wrapper .add-wrapper .loc-img[data-v-5e1ccf96] {
  width: 21px;
  height: 24px;
  float: left;
  margin-right: 22px;
}
.title-add-wrapper .add-wrapper .add-sec[data-v-5e1ccf96] {
  float: left;
}
.title-add-wrapper .add-wrapper .add-sec .address[data-v-5e1ccf96] {
  width: 167px;
  height: 51px;
  color: #202020;
  opacity: 1;
  font-size: 13px;
  margin-bottom: 7px;
}
.title-add-wrapper .add-wrapper .add-sec .timeArea[data-v-5e1ccf96] {
  color: #313131;
  opacity: 1;
  font-size: 13px;
}
.title-add-wrapper .add-wrapper .add-sec .timeArea span[data-v-5e1ccf96] {
  color: #21b24b;
}
.title-add-wrapper .add-wrapper .distance[data-v-5e1ccf96] {
  color: #d66c6c;
  opacity: 1;
  margin-bottom: 9px;
  font-size: 14px;
}
.title-add-wrapper .add-wrapper .map-img[data-v-5e1ccf96] {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.next-btn[data-v-5e1ccf96] {
  height: 52px;
  --background: #21b24b;
  /* opacity: 1; */
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.next-btn img[data-v-5e1ccf96] {
  position: absolute;
  right: 24px;
}


ion-content[data-v-0ad783d0] {
  --background: #21b24b;
  position: absolute;
  --padding-bottom: 108px;
  --padding-top: 54px;
}
.res-id-num[data-v-0ad783d0] {
  color: #072a8a;
  font-weight: 700;
}
ion-footer[data-v-0ad783d0] {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.textAlignRight[data-v-0ad783d0] {
  text-align: right;
}

/* Title */
@media (max-width: 768px) {
.title-add-wrapper .add-wrapper .loc-img[data-v-0ad783d0] {
    margin-right: 13px !important;
}
.header-toolbar[data-v-0ad783d0],
  .mobile-header-toolbar[data-v-0ad783d0] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-0ad783d0] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-0ad783d0] {
    color: #fff;
}
.mobile-header-toolbar ion-buttons[data-v-0ad783d0] {
    color: #fff;
    --background: #fff;
}
.title-add-wrapper[data-v-0ad783d0] {
    padding-left: 18px !important;
    padding-right: 24px !important;
}
.paddingRight[data-v-0ad783d0] {
    padding-right: 0px !important;
}
}
@media (min-width: 768px) {
.title-wrapper .price-tag[data-v-0ad783d0] {
    float: right;
}
.title-wrapper .price-tag[data-v-0ad783d0] {
    display: inline-block;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 7px;
}
.title-wrapper .price-tag p[data-v-0ad783d0]:first-child,
  .title-wrapper .price-tag p[data-v-0ad783d0]:last-child,
  .title-wrapper ion-title[data-v-0ad783d0] {
    font-family: "Roboto";
    font-size: 15px;
    color: #495057;
}
.title-wrapper ion-title[data-v-0ad783d0] {
    padding-top: 10px;
}
.title-wrapper .price-tag p[data-v-0ad783d0]:last-child {
    font-family: "Roboto Medium";
}
}

/* Title */
.fontRobotoBold[data-v-0ad783d0] {
  font-family: "Roboto Bold";
}
.fontRobotoMedium[data-v-0ad783d0] {
  font-family: "Roboto Medium";
}
.fontRobotoLight[data-v-0ad783d0] {
  font-family: "Roboto light";
}
.fontRoboto[data-v-0ad783d0] {
  font-family: "Roboto";
}
.res-icon[data-v-0ad783d0] {
  width: 60px;
  height: 60px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
}
.res-icon .icon-img[data-v-0ad783d0] {
  width: 26px;
  height: 18px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.res-msg[data-v-0ad783d0] {
  color: #ffffff;
  opacity: 1;
  font-size: 18px;
  margin-top: 18px;
}
.res-id[data-v-0ad783d0] {
  color: #ffffff;
  opacity: 1;
  font-size: 13px;
  margin-top: 16px;
}
.res-wrapper[data-v-0ad783d0] {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.confirmation-info[data-v-0ad783d0] {
  margin: 0px auto;
  width: 100%;
  height: 30px;
  /* background-color: #041648; */
  background-color: #21b24b;
  text-align: center;
  padding: 5px 0;
  position: relative;
  white-space: nowrap !important;
  z-index: 10;
  color: white;
  border: 1px solid #041648;
  font-weight: bold;
}
/* This confirmation-info:after class is not replect in latest iOS, on 03-03-2025 */
/* .confirmation-info:after {
  background-color: #21b24b;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
} */
.confirmation-info-data[data-v-0ad783d0] {
  margin: 0px auto;
  width: 100%;
  height: 30px;
  /* background-color: #041648; */
  background-color: #21b24b;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap !important;
  padding: 5px 0;
  position: relative;
  z-index: 10;
  color: white;
  border: 1px solid #041648;
  font-weight: bold;
}
  /* This confirmation-info-data:after class is not replect in latest iOS, on 03-03-2025 */
/* .confirmation-info-data:after {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
} */


.rc-tool-bar[data-v-002010c9]{
  background-color: blue;
}
.stop-repeating-content[data-v-002010c9] {
  position: absolute;
  /* height: 450px; */
}
.section-desc-header[data-v-002010c9] {
    text-align: left;
    font-family: "Roboto";
    font-size: 18px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.76;
}


.ios .ios-home[data-v-e53b9f58] {
  color: white;
  position: relative;
  left: 60%;
  margin: 10px;
}
.ios .ios-cancel[data-v-e53b9f58]{
  position: relative;
  left: 500%;
  margin: 10px;
}
ion-icon[data-v-e53b9f58] {
  color: white;
}
.vh-icon[data-v-e53b9f58] {
  height: 17px;
  width: 33px;
  vertical-align: middle;
  display: inline-block;
  clear: left;
}
.rating-desc[data-v-e53b9f58] {
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
  white-space: nowrap !important;
}
.section-desc[data-v-e53b9f58] {
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}
.section-answer[data-v-e53b9f58] {
  text-align: right;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}
.book-amount[data-v-e53b9f58] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 15px;
  color: #21b24b;
  opacity: 1;
}
.book-day[data-v-e53b9f58] {
  text-align: right;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.book-time[data-v-e53b9f58] {
  text-align: right;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.book-station[data-v-e53b9f58] {
  text-align: left;
  font-family: "Roboto Bold";
  font-size: 14px;
  letter-spacing: 0;
  color: #21315d;
  opacity: 1;
}
.reservation-head[data-v-e53b9f58] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}
.reservation-desc[data-v-e53b9f58] {
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 0.5;
}
.station-distance[data-v-e53b9f58] {
  margin: 0px 0px 20px 20px;
  text-align: left;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #d66c6c;
  opacity: 1;
}
img.call-img[data-v-e53b9f58] {
  width: 24px;
  height: 24px;
  top: -3px;
}
img.map-img[data-v-e53b9f58] {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.qrcodeStream[data-v-e53b9f58] {
  width: 80%;
  margin: 0 auto;
  border-left: 5px solid #21b24b;
  border-right: 5px solid #21b24b;
  border-radius: 10px;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-e53b9f58] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-e53b9f58] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-e53b9f58] {
    color: #ffffff;
}
.mobile-header-toolbar ion-button[data-v-e53b9f58] {
    color: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-e53b9f58] {
    color: #ffffff !important;
    margin-right: 13px;
}
}
.numeric-desc[data-v-e53b9f58] {
  text-align: right !important;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
}
.my-custom-class[data-v-e53b9f58] {
  background-color: #222;
  width: 50% !important;
}
ion-modal[data-v-e53b9f58] {
 --width: 80% !important; 
 --hight: 80% !important;
}
.my-custom-class[data-v-e53b9f58] {
 --width: 80% !important; 
 --hight: 80% !important;
}


ion-input[data-v-1cd4af73] {
  display: inline-block;
  width: 50px;
  height: 48px;
  margin: 1px;
  --background: #ffffff;
  --padding-start: 7px;
  text-align: center;
}


@media (max-width: 768px) {
.mobile-header-toolbar[data-v-69b48734] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-69b48734] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-69b48734] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-69b48734] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-69b48734] {
    color: #ffffff !important;
    margin-right: 13px;
}
}


.ios ion-icon[data-v-3f2a6868] {
  color: white;
  position: relative;
  left:68%;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-3f2a6868] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-3f2a6868] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-3f2a6868] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-3f2a6868] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-3f2a6868] {
    color: #ffffff !important;
    margin-right: 13px;
}
}


.history-list[data-v-471c7aa2] {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  opacity: 1;
  min-height: 386px;
}
.headerSectionWrapper[data-v-471c7aa2] {
  margin-top: 20px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
.history-list .ion-padding-30[data-v-471c7aa2] {
    padding-left: 30px;
    padding-right: 30px;
}
.rp-mobile[data-v-471c7aa2] {
    display: none;
}
.rp-desktop[data-v-471c7aa2] {
    display: block;
}
}
@media (max-width: 768px) {
.rp-mobile[data-v-471c7aa2] {
    display: block;
}
.history-list .ion-padding-30[data-v-471c7aa2] {
    padding-left: 15px;
    padding-right: 15px;
}
.rp-desktop[data-v-471c7aa2] {
    display: none;
}
}
.border-bottom-ion p[data-v-471c7aa2] {
  margin: 5px 0;
}
.history-list .title[data-v-471c7aa2] {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Roboto";
  color: #000000;
  opacity: 1;
}
.history-list .subtitle[data-v-471c7aa2] {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Roboto";
  color: #000000;
  opacity: 0.5;
}
.border-bottom-ion[data-v-471c7aa2] {
  border-bottom: 1px solid #e5e5e5;
}
.history-list .dateTime[data-v-471c7aa2] {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Roboto";
  letter-spacing: 0;
  color: #000000;
  opacity: 0.5;
}
.history-list .price.dangerColor[data-v-471c7aa2] {
  color: #db7f7f;
}
.history-list .price[data-v-471c7aa2] {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Roboto Medium";
  color: #21b24b;
  opacity: 1;
}
.headerSection[data-v-471c7aa2] {
  height: 151px;
  background: #21b24b 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  opacity: 1;
  padding: 16px;
}
.ewallet .historyTitle[data-v-471c7aa2] {
  text-align: left;
  font-size: 14px;

  font-family: "Roboto Bold";
  letter-spacing: 0;
  color: #21315d;
  opacity: 1;
  padding-left: 18px;
}
.ewallet .historyTitle.rp-desktop[data-v-471c7aa2] {
  height: 37px;
}
.headerSection .title[data-v-471c7aa2] {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0.75;
  line-height: 24px;
  margin: 0;
}
.headerSection .price[data-v-471c7aa2] {
  text-align: left;
  font-size: 26px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
  margin: 0;
}
.btn-addMoney[data-v-471c7aa2] {
  height: 24px;
  position: absolute;
  --background: #21b24b !important;
  color: #ffffff;
  --background-focused: #21b24b !important;
  --background-hover: #21b24b !important;
  width: 99px;
  border-radius: 36px;
  font-size: 13px;
  font-family: "Roboto Medium";
  top: 9px;
  right: 12px;
  text-transform: capitalize;
}
.addMoney input[data-v-471c7aa2] {
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 12px;
  opacity: 1;
  height: 52px;
  font-size: 14px;
  color: #000;
  padding: 12px;
}
.addMoney[data-v-471c7aa2] {
  position: relative;
  top: 15px;
}
.floatright[data-v-471c7aa2] {
  float: right;
}
.floatleft[data-v-471c7aa2] {
  float: left;
}
.clearFix[data-v-471c7aa2] {
  clear: both;
}
.pg-description[data-v-471c7aa2]{
  white-space: nowrap !important;
}


.ios ion-icon[data-v-4c31493c] {
  color: white;
  position: relative;
  left:70%;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-4c31493c] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-4c31493c] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-4c31493c] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-4c31493c] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-menu-button[data-v-4c31493c] {
    color: #ffffff;
    margin-right: 13px;
}
}


.form-input[data-v-5379e222] {
    border: 2px solid rgba(0, 0, 0, 0.176);
    --highlight-color-focused : none;
}


.delete-account[data-v-c56b51d0] :hover {
    cursor: pointer;
}
.delete-account[data-v-c56b51d0] {
    text-align: center;
    color: #161414;
    width: 100%;
    font-size: 0.9rem;
}
.gst-input[data-v-c56b51d0] {
    height: 52px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    border-radius: 12px;
    opacity: 1;
}
.change-password[data-v-c56b51d0]{
    /* border: 2px solid black; */
    background-color: #c22e2e;
    color: #ffffff;
    border-radius: 6px;
}


.ios ion-icon[data-v-55e566f4] {
  color: white;
  position: relative;
  left:70%;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-55e566f4] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-55e566f4] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-55e566f4] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-55e566f4] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-menu-button[data-v-55e566f4] {
    --color: #ffffff;
    margin-right: 13px;
}
}


.offerImage[data-v-497cdfcc] {
  width: 70%;
}
@media (max-width: 768px) {
.offerImage[data-v-497cdfcc] {
    width: 100%;
}
}


.ios ion-icon[data-v-2fbf5194] {
  color: white;
  position: relative;
  left:70%;
}
ion-menu-button[data-v-2fbf5194] {
  color: #ffffff;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-2fbf5194] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-2fbf5194] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-2fbf5194] {
    color: #ffffff;
}
.mobile-header-toolbar ion-button[data-v-2fbf5194] {
    color: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-2fbf5194] {
    color: #ffffff !important;
    margin-right: 13px;
}
}
.homeBgCol[data-v-2fbf5194]{
  color: #ffffff;
}


.no-charger[data-v-c43915e0] {
    margin: 50px auto;
    border: 1px solid black;
    text-align: center;
    padding: 20px;
    box-shadow: 2px 2px grey;
}


ion-menu-button[data-v-28227e30] {
  color: #ffffff;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-28227e30] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-28227e30] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-28227e30] {
    color: #ffffff;
}
.mobile-header-toolbar ion-button[data-v-28227e30] {
    color: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-28227e30] {
    color: #ffffff !important;
    margin-right: 13px;
}
}


.ios ion-icon[data-v-c1b33a14] {
    color: white;
    position: relative;
    left:70%;
}
ion-content[data-v-c1b33a14] {
    --background: #f4f5f9;
    position: absolute;
    --padding-bottom: 200px;
    --padding-top: 54px;
}
.input-box[data-v-c1b33a14] {
        position: relative;
      top: 7.5px;
      width: calc(94% - 11px);
      left: 11px;
      border: 1px solid #ccc;
      outline: none;
      height: 20px;
}
.dp__clear_icon[data-v-c1b33a14] {
    display: none !important;
    color: red !important
}
.time-slot-sec[data-v-c1b33a14] {
    clear: both;
}
.capacity-sec input[data-v-c1b33a14] {
    border: 1px solid grey !important;
}
.capacity-sec input[data-v-c1b33a14]:focus {
    /* margin: 0;
    margin-left: 14px;
    box-shadow: none;
    border: none; */
}
.ionicon-fill-none[data-v-c1b33a14] {
    color:#21b24b
}
  /* Title */
@media (max-width: 768px) {
.slot-page[data-v-c1b33a14] {
      /* Status bar height on iOS 11.0 */
      top: constant(safe-area-inset-top);
      /* Status bar height on iOS 11+ */
      top: env(safe-area-inset-top);
}
.title-add-wrapper .add-wrapper .loc-img[data-v-c1b33a14] {
      margin-right: 13px !important;
}
.footer-slot-grid.rp-mobile[data-v-c1b33a14] {
      height: 94px;
}
    /* .footer-slot-grid.rp-mobile .ft-slot-title p:last-child {
       margin-top: 27px; 
    } */
.footer-slot-grid.rp-mobile .ft-slot-price p:first-child span[data-v-c1b33a14] {
      display: block;
}
.header-toolbar[data-v-c1b33a14],
    .mobile-header-toolbar[data-v-c1b33a14] {
      --background: #21b24b;
}
.mobile-header-toolbar[data-v-c1b33a14] {
      height: 56px;
      padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-c1b33a14] {
      color: #fff;
}
.mobile-header-toolbar ion-buttons[data-v-c1b33a14] {
      color: #fff;
      --background: #fff;
}
.mobile-header-toolbar ion-back-button[data-v-c1b33a14] {
      color: #ffffff !important;
      margin-right: 13px;
}
.title-add-wrapper[data-v-c1b33a14],
    .time-detail-wrapper[data-v-c1b33a14] {
      padding-left: 18px !important;
      padding-right: 24px !important;
}
.Charging-station-list[data-v-c1b33a14] {
      padding-left: 9px !important;
      padding-right: 6px !important;
}
.paddingRight[data-v-c1b33a14] {
      padding-right: 0px !important;
}
}
@media (min-width: 768px) {
.title-wrapper .price-tag[data-v-c1b33a14] {
      float: right;
}
.title-wrapper .price-tag[data-v-c1b33a14] {
      display: inline-block;
      margin-right: 20px;
      padding-top: 5px;
      padding-bottom: 7px;
}
.title-wrapper .price-tag p[data-v-c1b33a14]:first-child,
    .title-wrapper .price-tag p[data-v-c1b33a14]:last-child,
    .title-wrapper ion-title[data-v-c1b33a14] {
      font-family: "Roboto";
      font-size: 15px;
      color: #495057;
}
.title-wrapper ion-title[data-v-c1b33a14] {
      padding-top: 10px;
}
.title-wrapper .price-tag p[data-v-c1b33a14]:last-child {
      font-family: "Roboto Medium";
}
}
  
  /* Title */
.fontRobotoBold[data-v-c1b33a14] {
    font-family: "Roboto Bold";
}
.not-available[data-v-c1b33a14] {
    color: red !important;
    font-weight: bold !important;
    color: red !important;
    font-weight: bold !important;
    /* margin-bottom: -5px; */
    margin-top: -5px;
    /* margin-left: 10px; */
    text-align: center;
}
.available-until[data-v-c1b33a14] {
    margin-top: -20px;
}
.until-charger[data-v-c1b33a14]{
    color: #21315d;
    font-weight: bold;
}
.until-chargertime[data-v-c1b33a14] {
    color: #21b24b;
    font-weight: bold;
    border: 0.5px solid #21b24b;
    text-align: center;
}
.fontRobotoMedium[data-v-c1b33a14] {
    font-family: "Roboto Medium";
}
.fontRobotoLight[data-v-c1b33a14] {
    font-family: "Roboto light";
}
.fontRoboto[data-v-c1b33a14] {
    font-family: "Roboto";
}
.clearFix[data-v-c1b33a14] {
    clear: both;
}
.disabledSlot[data-v-c1b33a14] {
    opacity: 0.3;
    pointer-events: none;
}
@media (max-width: 768px) {
.slot-booking-wrapper .tb-slot[data-v-c1b33a14] {
      min-height: 220px;
      background: #ffffff 0% 0% no-repeat padding-box;
      border: 1px solid #0000001a;
      padding-top: 18px;
      padding-left: 18px;
      padding-right: 22px;
      margin-top: 10px;
}
.slot-booking-wrapper .cb-slot[data-v-c1b33a14] {
      min-height: 255px;
      background: #ffffff 0% 0% no-repeat padding-box;
      border: 1px solid #0000001a;
      padding-top: 18px;
      padding-left: 18px;
      padding-right: 22px;
      margin-top: 9px;
      margin-bottom: 20px;
}
.paddingZero[data-v-c1b33a14] {
      padding: 0px;
}
}
@media (min-width: 768px) {
.slot-booking-wrapper[data-v-c1b33a14] {
      background: #ffffff 0% 0% no-repeat padding-box;
      border: 1px solid #0000001a;
      opacity: 1;
      margin-top: 12px;
}
      /* height: 260px;
      padding-top: 10px; */
.tb-sec-wrapper[data-v-c1b33a14] {
      margin-right: 50px;
}
}
.tb-header-check ion-label[data-v-c1b33a14] {
    color: #202020;
    opacity: 1;
    font-size: 14px;
    position: relative;
    top: -4px;
}
.tb-header-check ion-radio[data-v-c1b33a14] {
    --border-radius: 50%;
    --border: 3px solid #707070;
    margin-right: 10px;
}
.tb-header-price .title[data-v-c1b33a14] {
    font-size: 14px;
    color: #21315d;
    opacity: 1;
}
.tb-header-price .price[data-v-c1b33a14] {
    font-size: 18px;
    color: #21b24b;
    opacity: 1;
    text-align: right;
}
.width50[data-v-c1b33a14] {
    width: 50%;
}
.calander-sec[data-v-c1b33a14] {
    padding: 10px;
    position: relative;
    top: 10px;
    height: 140px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    border-radius: 12px;
    opacity: 1;
}
.date-picker-sec[data-v-c1b33a14] {
    /* position: relative; */
    border-bottom: 1px solid #e5e5e5;
}
.date-picker-sec .dp-label[data-v-c1b33a14] {
    /* position: absolute; */
    left: 13px;
    top: 8px;
    /* font-size: 14px; */
}
.date-picker-sec .dp-img[data-v-c1b33a14] {
    /* position: absolute; */
    right: 17px;
    top: 15px;
}
.date-picker-sec ion-datetime[data-v-c1b33a14] {
    padding-left: 12px;
    padding-top: 25px;
    padding-bottom: 8px;
    font-size: 14px;
    font-family: "Roboto";
}
.date-picker-sec VueDatePicker[data-v-c1b33a14] {
    padding-left: 12px;
    padding-top: 25px;
    padding-bottom: 8px;
    font-size: 14px;
    font-family: "Roboto";
}
.st-slot[data-v-c1b33a14],
  .date-picker-sec[data-v-c1b33a14]:first-child {
    border-right: 1px solid #e5e5e5;
}
.st-slot[data-v-c1b33a14],
   .et-slot[data-v-c1b33a14] {
    position: relative;
}
.et-slot.disabledOption[data-v-c1b33a14],
  .date-picker-sec.disabledOption[data-v-c1b33a14], .st-slot.disabledOption[data-v-c1b33a14] {
    background: #ececec;
    pointer-events: none;
}
.disabledOption[data-v-c1b33a14] {
    background: #ececec;
    pointer-events: none;
}
.disabledChargeType[data-v-c1b33a14] {
    background: #ececec;
    pointer-events: none;
}
.st-slot .st-slot-img[data-v-c1b33a14],
   .et-slot .et-slot-img[data-v-c1b33a14] {
    position: absolute;
    top: 13px;
    right: 14px;
}
.st-slot span[data-v-c1b33a14],
   .et-slot span[data-v-c1b33a14] {
    font-size: 14px;
    color: #202020;
    opacity: 1;
    position: relative;
    /* top: 7.5px; */
}
.st-slot span[data-v-c1b33a14] {
    /* left: 13px; */
}
.et-slot span[data-v-c1b33a14] {
    left: 11px;
}
.st-slot ion-datetime[data-v-c1b33a14],
   .et-slot ion-datetime[data-v-c1b33a14] {
    font-size: 14px;
    color: #202020;
    opacity: 1;
    font-family: "Roboto";
    padding-left: 13px;
}
.st-slot VueDatePicker[data-v-c1b33a14],
  .et-slot VueDatePicker[data-v-c1b33a14] {
    font-size: 14px;
    color: #202020;
    opacity: 1;
    font-family: "Roboto";
    padding-left: 13px;
}
.capacity-sec p[data-v-c1b33a14],
  .capacity-sec input[data-v-c1b33a14] {
    font-size: 14px;
    color: #202020;
    opacity: 1;
}
.capacity-sec p[data-v-c1b33a14] {
    margin-left: 13px;
    margin-top: 7.5px;
}
.capacity-sec[data-v-c1b33a14] {
    border-top: 1px solid #e5e5e5;
}
.capacity-sec input[data-v-c1b33a14] {
    border: none;
    outline: none;
    margin-left: 14px;
}
.calander-sec.cb-based[data-v-c1b33a14] {
    height: 180px;
}
.footer-slot-wrapper[data-v-c1b33a14] {
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.footer-slot-grid[data-v-c1b33a14] {
    height: 77px;
    padding-top: 5px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    opacity: 1;
    padding-top: 15px;
    padding-left: 18px;
    padding-right: 21px;
}
.footer-slot-grid .ft-slot-title p[data-v-c1b33a14] {
    color: #21315d;
    opacity: 1;
    font-size: 15px;
}
.footer-slot-grid .ft-slot-title p[data-v-c1b33a14]:last-child {
    margin-top: 11px;
}
.footer-slot-grid .ft-slot-price p[data-v-c1b33a14]:first-child {
    font-size: 15px;
    color: #202020;
    opacity: 1;
}
.footer-slot-grid .ft-slot-price p[data-v-c1b33a14]:last-child {
    font-size: 18px;
    color: #21b24b;
    opacity: 1;
    text-align: right;
    margin-top: 8px;
}
.next-btn[data-v-c1b33a14] {
    height: 52px;
    --background: #21b24b;
    /* opacity: 1; */
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
.next-btn img[data-v-c1b33a14] {
    position: absolute;
    right: 24px;
}
.accordion[data-v-c1b33a14] {
    padding: 0;
}
.accor-dion div[data-v-c1b33a14]:not(:last-child) {
    border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}
.accordion div:last-child .accordion-item-details[data-v-c1b33a14] {
    border-radius: 5px;
}
.accordion dd[data-v-c1b33a14] {
    margin-left: 0;
}
.accordion-item-trigger[data-v-c1b33a14],
  .accordion-item-details-inner[data-v-c1b33a14] {
    padding: 0 0.25rem 0.7rem 0.25rem;
}
.accordion-item-title[data-v-c1b33a14] {
    position: relative;
}
.accordion-item-title h4[data-v-c1b33a14] {
    font-size: 1rem;
    margin-bottom: 0;
    padding-right: 1rem;
    color: #21b24b;
}
.accordion-item-title ion-label[data-v-c1b33a14] {
    font-size: 1rem;
    margin-bottom: 0;
    padding-right: 1rem;
    color: #21b24b;
}
.accordion-item-trigger[data-v-c1b33a14] {
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: none;
}
.accordion-item-trigger-icon[data-v-c1b33a14] {
    display: block;
    position: absolute;
    top: 0;
    right: 1.25rem;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #363636;
    border-bottom: 2px solid #363636;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.2s ease;
}
.is-active .accordion-item-trigger-icon[data-v-c1b33a14] {
    transform: translateY(2px) rotate(225deg);
}
.accordion-item-details[data-v-c1b33a14] {
    overflow: hidden;
    background-color: #f4f5f9;
}
.accordion-item-enter-active[data-v-c1b33a14],
  .accordion-item-leave-active[data-v-c1b33a14] {
    will-change: height;
    transition: height 0.2s ease;
}
.accordion-item-enter[data-v-c1b33a14],
  .accordion-item-leave-to[data-v-c1b33a14] {
    height: 0 !important;
}
  

.carImage[data-v-6ce976c2] {
    width: 10rem;
}


.carImage[data-v-c4790fdc] {
  width: 10rem;
}
.readonly[data-v-c4790fdc] {
  background: #f8f8f8 0% 0% no-repeat padding-box;
}


.select-box[data-v-24e3ade7] {
  position: relative;
  max-width: 317px;
  width: 100%;
  display: inline-block;
  margin-right: 16px;
}
.select-box ion-select[data-v-24e3ade7] {
  max-width: 317px;
  width: 100%;
  height: 34px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 4px;
  opacity: 1;
  padding: 12px;
  padding-top: 13px;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  line-height: 26px;
  color: #202020;
}
.select-box .custom-select-placeholder[data-v-24e3ade7] {
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
  position: absolute;
  z-index: 99;
  top: 18px;
  left: 18px;
}
.select-box .custom-select-icon[data-v-24e3ade7] {
  position: absolute;
  z-index: 99;
  top: 6px;
  background: #fff;
  right: 15px;
}


.status-completed[data-v-7b75ee56] {
  background: #21b24b 0% 0% no-repeat padding-box;
  border-radius: 36px;
  padding-left: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}
.status-cancelled[data-v-7b75ee56] {
  background: #a7a7a7 0% 0% no-repeat padding-box;
  border-radius: 36px;
  padding-left: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}
.limit-length[data-v-7b75ee56] {
  width: 1% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}


ion-input[data-v-17f2e481] {
  display: inline-block;
  width: 50px;
  height: 48px;
  margin: 1px;
  --background: #ffffff;
  --padding-start: 7px;
  text-align: center;
}


@media (max-width: 768px) {
.mobile-header-toolbar[data-v-5e4698a8] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-5e4698a8] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-5e4698a8] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-5e4698a8] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-back-button[data-v-5e4698a8] {
    color: #ffffff !important;
    margin-right: 13px;
}
}


.select-box[data-v-7e9f49eb] {
  position: relative;
  max-width: 317px;
  width: 100%;
  display: inline-block;
  margin-right: 16px;
}
.select-box ion-select[data-v-7e9f49eb] {
  max-width: 317px;
  width: 100%;
  height: 34px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 4px;
  opacity: 1;
  padding: 12px;
  padding-top: 13px;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  line-height: 26px;
  color: #202020;
}
.select-box .custom-select-placeholder[data-v-7e9f49eb] {
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
  position: absolute;
  z-index: 99;
  top: 18px;
  left: 18px;
}
.select-box .custom-select-icon[data-v-7e9f49eb] {
  position: absolute;
  z-index: 99;
  top: 6px;
  background: #fff;
  right: 15px;
}


.carImage[data-v-f8a0b14a] {
  width: 10rem;
}
.readonly[data-v-f8a0b14a] {
  background: #f8f8f8 0% 0% no-repeat padding-box;
}


.readonly[data-v-71ab2d18] {
  background: #f8f8f8 0% 0% no-repeat padding-box;
}
.select-box[data-v-71ab2d18] {
  position: relative;
  max-width: 317px;
  width: 100%;
  display: inline-block;
  margin-right: 16px;
}
.select-box ion-select[data-v-71ab2d18] {
  max-width: 317px;
  width: 100%;
  height: 34px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 4px;
  opacity: 1;
  padding: 12px;
  padding-top: 13px;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  line-height: 26px;
  color: #202020;
}
.select-box .custom-select-placeholder[data-v-71ab2d18] {
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
  position: absolute;
  z-index: 99;
  top: 18px;
  left: 18px;
}
.select-box .custom-select-icon[data-v-71ab2d18] {
  position: absolute;
  z-index: 99;
  top: 6px;
  background: #fff;
  right: 15px;
}
.customIcon[data-v-71ab2d18]{
  font-size: 1.3rem;
  color: gray;
}


.readonly[data-v-2410afb4] {
  background: #f8f8f8 0% 0% no-repeat padding-box;
}
.select-box[data-v-2410afb4] {
  position: relative;
  max-width: 317px;
  width: 100%;
  display: inline-block;
  margin-right: 16px;
}
.select-box ion-select[data-v-2410afb4] {
  max-width: 317px;
  width: 100%;
  height: 34px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  border-radius: 4px;
  opacity: 1;
  padding: 12px;
  padding-top: 13px;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  line-height: 26px;
  color: #202020;
}
.select-box .custom-select-placeholder[data-v-2410afb4] {
  font-size: 14px;
  font-family: "Roboto Medium";
  letter-spacing: 0;
  color: #202020;
  opacity: 1;
  position: absolute;
  z-index: 99;
  top: 18px;
  left: 18px;
}
.select-box .custom-select-icon[data-v-2410afb4] {
  position: absolute;
  z-index: 99;
  top: 6px;
  background: #fff;
  right: 15px;
}


.available[data-v-2fb5a15b] {
  color: green;
}
.unavailable[data-v-2fb5a15b] {
  color: red;
}
.charging[data-v-2fb5a15b] {
  color: orange;
}
.thirdparty[data-v-2fb5a15b] {
  color: #26285a;
}
.total[data-v-2fb5a15b] {
  color: rgb(159, 21, 223);
}
.status-info[data-v-2fb5a15b] {
  padding: 15px;
  margin-top: 35px;
  margin-right: 35px;
  /* text-align: center; */
  border: 3px solid grey;
  border-radius: 10px;
  box-shadow: 3px 3px grey;
}
.noStations[data-v-2fb5a15b] {
  margin-top: -140px;
  font-weight: bold;
}
.noStations1[data-v-2fb5a15b] {
  margin-top: -220px;
  font-weight: bold;
}
.noAssociatedStations[data-v-2fb5a15b] {
    
  margin-top: -440px;
  font-weight: bold;
}
.l-c1[data-v-2fb5a15b], .l-c2[data-v-2fb5a15b], .l-c3[data-v-2fb5a15b], .l-c4[data-v-2fb5a15b] {
  border: 1px solid lightgrey;
  margin: 2px;
  background: #ebebeb;
}
.btn-refresh[data-v-2fb5a15b] {
  text-align: center !important;
  margin-left: 40px;
    font-family: "Roboto";
    font-size: 1.5rem;
    letter-spacing: 0;
    color: #ffffff;
    height: 40px;
    --background: #e1899c 0% 0% no-repeat padding-box;
    --background-focused: #b4b2b2 !important;
    --background-hover: #b4b2b2 !important;
    --webkit-background-focused: #b4b2b2 !important;
    --webkit-background-hover: #b4b2b2 !important;
    border-radius: 3px;
    opacity: 1;
    /* bottom: 0; */
}
.barChart1[data-v-2fb5a15b] {
  height: 370px !important;
}
.chart-label[data-v-2fb5a15b] {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.my-chart[data-v-2fb5a15b] {
    width: 450px !important;
    height: 450px !important;
}
.rectangle-dump[data-v-2fb5a15b] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.rectangle-dump1[data-v-2fb5a15b] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.display-value[data-v-2fb5a15b] {
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 360px) {
.my-chart[data-v-2fb5a15b] {
        width: 350px !important;
        height: 350px !important;
}
.status-info[data-v-2fb5a15b] {
        padding: 15px;
        margin-top: 35px;
        margin-right: 3px;
        text-align: center;
}
}


.available[data-v-388aa8f1] {
  color: green;
}
.unavailable[data-v-388aa8f1] {
  color: red;
}
.charging[data-v-388aa8f1] {
  color: orange;
}
.thirdparty[data-v-388aa8f1] {
  color: #26285a;
}
.total[data-v-388aa8f1] {
  color: rgb(159, 21, 223);
}
.status-info[data-v-388aa8f1] {
  padding: 15px;
  margin-top: 35px;
  margin-right: 35px;
  /* text-align: center; */
  border: 3px solid grey;
  border-radius: 10px;
  box-shadow: 3px 3px grey;
}
.noStations[data-v-388aa8f1] {
  margin-top: -140px;
  font-weight: bold;
}
.noStations1[data-v-388aa8f1] {
  margin-top: -220px;
  font-weight: bold;
}
.noAssociatedStations[data-v-388aa8f1] {
    
  /* margin-top: -440px; */
  font-weight: bold;
}
.l-c1[data-v-388aa8f1], .l-c2[data-v-388aa8f1], .l-c3[data-v-388aa8f1], .l-c4[data-v-388aa8f1] {
  border: 1px solid lightgrey;
  margin: 2px;
  background: #ebebeb;
}
.btn-refresh[data-v-388aa8f1] {
  text-align: center !important;
  margin-left: 40px;
    font-family: "Roboto";
    font-size: 1.5rem;
    letter-spacing: 0;
    color: #ffffff;
    height: 40px;
    --background: #e1899c 0% 0% no-repeat padding-box;
    --background-focused: #b4b2b2 !important;
    --background-hover: #b4b2b2 !important;
    --webkit-background-focused: #b4b2b2 !important;
    --webkit-background-hover: #b4b2b2 !important;
    border-radius: 3px;
    opacity: 1;
    /* bottom: 0; */
}
.barChart1[data-v-388aa8f1] {
  /* height: 370px !important; */
}
.chart-label[data-v-388aa8f1] {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.my-chart[data-v-388aa8f1] {
    width: 450px !important;
    height: 450px !important;
}
.rectangle-dump[data-v-388aa8f1] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.rectangle-dump1[data-v-388aa8f1] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.display-value[data-v-388aa8f1] {
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 360px) {
.my-chart[data-v-388aa8f1] {
        width: 350px !important;
        height: 350px !important;
}
.status-info[data-v-388aa8f1] {
        padding: 15px;
        margin-top: 35px;
        margin-right: 3px;
        text-align: center;
}
}


.card-container[data-v-750694a4]{
    margin-top: 30px;
}
.custom-icon[data-v-750694a4]{
    cursor: pointer;
    color: #ffff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    margin-top: 20px;
    background-color: #099c14;
    border-radius: 50%;
    /* border: 2px solid black; */
}
ion-card-title[data-v-750694a4]{
    font-weight: bold;
}
ion-card-subtitle[data-v-750694a4]{
    color: #cc6b16;
}
.view-details[data-v-750694a4]{
    color: #099c14;
    text-align: center;
}
.card-subtitle[data-v-750694a4]{
    color: #1520ed;
    font-size: 11px;
}
.chart-container[data-v-750694a4] {
  width: 100%;
  height: 120px;
  /* padding: 10px; */
}
.container-div[data-v-750694a4]{
    /* width: 30%; */
    margin-top: 20px;
    border: 2px solid rgb(240, 236, 236);
    border-radius: 20px;
    box-shadow: 2px 2px rgb(70, 68, 68);
}
.usage-txt[data-v-750694a4]{
    font-size: 22px;
    text-align: center;
}


.btn-srch-clr[data-v-6f723216]{
    margin-top: 22px;
}
.export-report[data-v-6f723216]{
    width: 52%;
    margin-left: 20%;
}
.totalSection[data-v-6f723216]{
    /* background-color: #ededed; */
    margin-top: 20px;
    font-weight: bold;
}
.ext-link[data-v-6f723216]{
    color: black;
    cursor: auto;
}


ion-card[data-v-281d3a2a] {
  /* height: 84px; */
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  opacity: 1;
  cursor: pointer;
}
.book-ref[data-v-281d3a2a] {
  text-align: right;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #041648;
  opacity: 1;
  vertical-align: super;
  margin-left: 10px;
}
.book-day[data-v-281d3a2a] {
  text-align: right;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.book-amount[data-v-281d3a2a] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 15px;
  color: #21b24b;
  opacity: 1;
}
.book-location[data-v-281d3a2a] {
  text-align: left;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  color: #414141;
  opacity: 1;
}
.vh-content[data-v-281d3a2a] {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  opacity: 1;
}
.unavailable[data-v-281d3a2a] {
  background: #e27b7b 0% 0% no-repeat padding-box;
}
.read-img[data-v-281d3a2a] {
  width: 8%;
  display: inline-block;
}
.not-viewed[data-v-281d3a2a] {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 720px) {
.read-img[data-v-281d3a2a] {
    width: 12%;
    display: inline-block;
}
.not-viewed[data-v-281d3a2a] {
    font-weight: bold;
    font-size: 0.9rem;
}
}



.ios ion-icon[data-v-0d5926e4] {
  color: white;
  position: relative;
  left:70%;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-0d5926e4] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-0d5926e4] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-0d5926e4] {
    color: #fff;
}
.mobile-header-toolbar ion-buttons[data-v-0d5926e4] {
    color: #fff;
    --background: #fff;
}
.mobile-header-toolbar ion-menu-button[data-v-0d5926e4] {
    color: #fff !important;
    margin-right: 13px;
}
}


ion-card[data-v-4f8bdfac] {
  /* height: 84px; */
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  opacity: 1;
  cursor: pointer;
}
.book-ref[data-v-4f8bdfac] {
  text-align: right;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #041648;
  opacity: 1;
}
.book-day[data-v-4f8bdfac] {
  text-align: right;
  font-family: "Roboto Medium";
  font-size: 14px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.book-location[data-v-4f8bdfac] {
  text-align: left;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  color: #414141;
  opacity: 1;
}
.book-amount[data-v-4f8bdfac] {
  text-align: left;
  font-family: "Roboto Medium";
  font-size: 15px;
  color: #21b24b;
  opacity: 1;
}
.vh-content[data-v-4f8bdfac] {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  opacity: 1;
}
.unavailable[data-v-4f8bdfac] {
  background: #e27b7b 0% 0% no-repeat padding-box;
}


@media (max-width: 768px) {
.mobile-header-toolbar[data-v-2dd2e900] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-2dd2e900] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-2dd2e900] {
    color: #fff;
}
.mobile-header-toolbar ion-buttons[data-v-2dd2e900] {
    color: #fff;
    --background: #fff;
}
.mobile-header-toolbar ion-menu-button[data-v-2dd2e900] {
    color: #fff !important;
    margin-right: 13px;
}
}


.ios ion-icon[data-v-28287b24] {
  color: white;
  position: relative;
  left:70%;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-28287b24] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-28287b24] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-28287b24] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-28287b24] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-menu-button[data-v-28287b24] {
    color: #ffffff;
    margin-right: 13px;
}
}


.ios ion-icon[data-v-49212ad6] {
  color: white;
  position: relative;
  left:70%;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-49212ad6] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-49212ad6] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-49212ad6] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-49212ad6] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-menu-button[data-v-49212ad6] {
    color: #ffffff;
    margin-right: 13px;
}
}


.ios ion-icon[data-v-3bf02474] {
  color: white;
  position: relative;
  left:70%;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-3bf02474] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-3bf02474] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-3bf02474] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-3bf02474] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-menu-button[data-v-3bf02474] {
    color: #ffffff;
    margin-right: 13px;
}
}


.page[data-v-f1dd1396] {
  word-wrap: initial;
}
.evenRow[data-v-f1dd1396] {
  background: rgb(245, 244, 244);
}
.oddRow[data-v-f1dd1396] {
  background-color: white;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-f1dd1396] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-f1dd1396] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-f1dd1396] {
    color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-f1dd1396] {
    color: #ffffff;
    --background: #ffffff;
}
.mobile-header-toolbar ion-menu-button[data-v-f1dd1396] {
    color: #ffffff;
    margin-right: 13px;
}
}


.page-center-logo[data-v-5602317c] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
@media screen and (min-width: 720px) {
.page-center-logo[data-v-5602317c] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
}
  

.qrcodeStream[data-v-a180396a] {
width: 50%;
height: 30%;
margin: 0 auto;
border: 5px solid #21b24b;
/* border-right: 5px solid #21b24b; */
border-radius: 5px;
margin-bottom: 90%;
}
.chargeNowFab[data-v-a180396a] {
    --background: #21b24b;
    /* --background: #21b24b; */
}
.qr-svg[data-v-a180396a] {
    width: 30px;
    color: rgb(250, 249, 249);
    /* font-weight: bolder; */
}
#pac-input[data-v-a180396a]:focus,
.res-content-wrapper .loc-search input[data-v-a180396a]:focus{
    padding: 12px;
    margin: 0;
}
#res-map[data-v-a180396a] {
        height: 94%;
        width: 100%;
}
.map-overlay[data-v-a180396a]{
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
}
.spinnerWrapper[data-v-a180396a]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.map-wrapper[data-v-a180396a] {
    height: 100%;
    width: 100%;
}
.card-list-wrapper[data-v-a180396a] {
    position: absolute;
}
.res-content-wrapper[data-v-a180396a] {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 16px;
}
.card-list-content p.title[data-v-a180396a] {
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto Medium';
    letter-spacing: 0;
    color: #313131;
    opacity: 1;
    margin-bottom: 8px;
}
.card-list-content p.time[data-v-a180396a] {
    font-family: 'Roboto Light';
}
.card-list-content p.loc[data-v-a180396a],
.card-list-content p.time[data-v-a180396a] {
    text-align: left;
    margin-bottom: 8px;
    font-size: 15px;
    letter-spacing: 0;
    color: #313131;
    opacity: 0.75;
}
.card-list-booking p[data-v-a180396a] {
    height: 17px;
    text-align: right;
    margin-right: 8px;
    font-size: 14px;
    font-family: 'Roboto';
    letter-spacing: 0;
    color: #D66C6C;
    opacity: 1;
}
.card-list-booking[data-v-a180396a] {
    text-align: right;
}
.iocl-div-img[data-v-a180396a] {
    text-align: right;
}
.iocl_img[data-v-a180396a] {
    margin-top: -1rem;
    width: 300px;
    /* height: 15%; */
}
.call-options .book-btn[data-v-a180396a] {
    width: 115px;
    --background: #21b24b !important;
    border-radius: 36px;
    /* opacity: 1; */
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto Medium';
    letter-spacing: 0;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    top: -15px;
}
.call-options[data-v-a180396a] {
    margin-top: 16px;
}
.call-options img.call-img[data-v-a180396a] {
    width: 24px;
    height: 24px;
    position: relative;
    top: -3px;
}
.call-options a.call-img-a[data-v-a180396a] {
    margin-right: 21px;
}
.call-options img.map-img[data-v-a180396a] {
    width: 36px;
    height: 36px;
    margin-right: 29px;
    cursor: pointer;
}
.card-list-content p.loc[data-v-a180396a] {
    font-family: 'Roboto';
}
.card-list-wrapper[data-v-a180396a] {
    bottom: 100px;
    width: 100%;
    padding: 0 30px;
}
@media (max-width: 768px) {
.card-list-wrapper[data-v-a180396a] {
        padding: 0 14px;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
}
}
.card-list[data-v-a180396a] {
    height: 100px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    opacity: 1;
    padding: 16px;
}
@media (max-width: 768px) {
.card-list[data-v-a180396a] {
        height: 185px;
}
.card-list-booking[data-v-a180396a] {
        text-align: left !important;
        position: absolute;
        width: 100%;
        top: -36px;
}
.call-options .book-btn[data-v-a180396a] {
        position: absolute;
        top: 27px;
        right: 0px;
}
.card-list-booking p[data-v-a180396a] {
        position: relative;
        top: 6px;
}
.res-content-wrapper[data-v-a180396a] {
        padding: 0px !important;
}
}

/* SearchBox */
.res-content-wrapper.listView .loc-search[data-v-a180396a] {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D6D6D6;
    background: #F4F5F9;
}
.res-content-wrapper.listView[data-v-a180396a] {
    background: #F4F5F9;
}
.res-content-wrapper .loc-search input[data-v-a180396a] {
    height: 52px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #0000001A;
    border-radius: 12px;
    opacity: 1;
    width: 100%;
    padding: 12px;
    padding-left: 98px !important;
    font-size: 14px;
    text-align: left;
    padding-left: 24px;
    font-family: 'Roboto';
    letter-spacing: 0;
    color: #9e9d9d;
}
.res-content-wrapper .loc-search img.map-marker-icon[data-v-a180396a] {
    width: 18px;
    height: 18px;
    opacity: 1;
    cursor: pointer;
}
.loc-wrpaper span[data-v-a180396a] {
    height: 17px;
    text-align: left;
    font-size: 14px;
    position: absolute;
    font-family: 'Roboto';
    letter-spacing: 0;
    top: 18px;
    padding-left: 18px;
    color: #404040;
    opacity: 1;
}
.loc-wrpaper img[data-v-a180396a],
.loc-wrpaper span[data-v-a180396a] {
    z-index: 99;
}
.loc-wrpaper[data-v-a180396a] {
    position: relative;
}
.loc-wrpaper img.map-marker-icon[data-v-a180396a] {
    position: absolute;
    right: 12px;
    top: 17px;
    cursor: pointer;
}
@media (max-width: 768px) {
.lense-icon[data-v-a180396a]{
        position: absolute;
}
.res-content-wrapper .loc-search input[data-v-a180396a] {
        padding-left: 50px !important;
        text-overflow: ellipsis;
        padding-right: 56px;
}
.res-content-wrapper .loc-search[data-v-a180396a] {
        padding: 9px;
}
}


.google-map-wrapper[data-v-55ea1d47] {
    position: absolute;
    background: #f4f5f9 0% 0% no-repeat padding-box;
    top: 54px;
}
@media (max-width: 767px) {
.google-map-wrapper[data-v-55ea1d47] {
      top: 64px;
      /* Status bar height on iOS 11.0 */
      top: calc(constant(safe-area-inset-top) + 65px);
      /* Status bar height on iOS 11+ */
      top: calc(env(safe-area-inset-top) + 65px);

      padding-bottom: 0px;
      padding-bottom: constant(safe-area-inset-bottom);
      padding-bottom: env(safe-area-inset-bottom);
      max-width: 100%;
}
}
@media (min-width: 300px) and (max-width: 358px) {
.title-wrapper .price-tag[data-v-55ea1d47]:first-child {
      margin-top: 5px;
}
.title-wrapper .price-tag p[data-v-55ea1d47]:first-child,
    .title-wrapper .price-tag p[data-v-55ea1d47]:last-child {
      font-size: 12px !important;
}
}
.filter-option-wrapper[data-v-55ea1d47] {
    z-index: 99;
}
.res-content-wrapper.mapView[data-v-55ea1d47] {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 16px;
}
.filter-option img[data-v-55ea1d47]:first-child {
    width: 23px !important;
    height: 23px !important;
    top: 4px;
    position: relative;
}
.res-content-wrapper.listView .loc-search[data-v-55ea1d47] {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    background: #f4f5f9;
}
.res-content-wrapper.listView[data-v-55ea1d47] {
    background: #f4f5f9;
}
.res-content-wrapper .loc-search input[data-v-55ea1d47] {
    height: 52px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    border-radius: 12px;
    opacity: 1;
    width: 100%;
    padding: 12px;
    padding-left: 98px !important;
    font-size: 14px;
    text-align: left;
    padding-left: 24px;
    font-family: "Roboto";
    letter-spacing: 0;
    color: #9e9d9d;
}
.res-content-wrapper .loc-search img[data-v-55ea1d47] {
    width: 18px;
    height: 18px;
    opacity: 1;
    cursor: pointer;
}
.loc-wrpaper span[data-v-55ea1d47] {
    height: 17px;
    text-align: left;
    font-size: 14px;
    position: absolute;
    font-family: "Roboto";
    letter-spacing: 0;
    top: 18px;
    padding-left: 18px;
    color: #404040;
    opacity: 1;
}
.filter-option img[data-v-55ea1d47]:first-child {
    width: 20px !important;
    height: 15px !important;
    top: 4px;
    position: relative;
}
.filter-option img[data-v-55ea1d47]:last-child {
    width: 16px !important;
    height: 17px !important;
    top: 5px;
    left: 12px;
    position: relative;
}
.loc-wrpaper img[data-v-55ea1d47],
  .loc-wrpaper span[data-v-55ea1d47] {
    z-index: 99;
}
.loc-wrpaper[data-v-55ea1d47] {
    position: relative;
}
.loc-wrpaper img[data-v-55ea1d47] {
    position: absolute;
    right: 12px;
    top: 17px;
    cursor: pointer;
}
@media (min-width: 768px) {
.title-wrapper .ion-no-padding.mobile-view-style[data-v-55ea1d47] {
      text-align: right;
}
}
.filter-option img.listViewIcon[data-v-55ea1d47] {
    width: 23px !important;
    height: 23px !important;
    top: 0px;
    position: relative;
}
.res-content-wrapper.listView .filter-option img[data-v-55ea1d47]:last-child {
    top: 0px;
}
@media (max-width: 768px) {
.header-toolbar[data-v-55ea1d47] {
      --background: #21b24b;
}
.res-content-wrapper.listView .loc-search[data-v-55ea1d47] {
      background: #fff;
}
.header-toolbar ion-menu-button[data-v-55ea1d47] {
      --color: #fff;
      margin-right: 13px;
}
.filter-option img[data-v-55ea1d47]:first-child {
      margin-right: 8px;
}
.res-content-wrapper .loc-search input[data-v-55ea1d47] {
      padding-left: 129px !important;
      text-overflow: ellipsis;
      padding-right: 56px;
}
.rp-mobile .filter-option[data-v-55ea1d47] {
      border: none;
      width: 80px;
      padding-left: 12px;
}
.title-wrapper .mobile-view-style[data-v-55ea1d47] {
      padding: 1px 0px;
}
.filter-option img.listViewIcon[data-v-55ea1d47] {
      width: 23px !important;
      height: 23px !important;
      top: 0px;
      position: relative;
}
.title-wrapper .price-tag[data-v-55ea1d47] {
      margin-right: 0px !important;
}
.title-wrapper .price-tag[data-v-55ea1d47]:first-child {
      margin-right: 12px !important;
}
.title-wrapper .price-tag p[data-v-55ea1d47] {
      color: #fff !important;
}
.filter-option.optionlistView img[data-v-55ea1d47]:last-child {
      top: 0px;
}
.res-content-wrapper.mapView[data-v-55ea1d47] {
      padding: 0px;
      padding-top: 16px;
}
}
.title-wrapper .price-tag[data-v-55ea1d47] {
    display: inline-block;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 7px;
}
.title-wrapper .price-tag p[data-v-55ea1d47]:first-child,
  .title-wrapper .price-tag p[data-v-55ea1d47]:last-child,
  .title-wrapper ion-title[data-v-55ea1d47] {
    font-family: "Roboto";
    font-size: 15px;
    color: #495057;
}
.title-wrapper ion-title[data-v-55ea1d47] {
    font-weight: 500;
    padding-top: 0px;
    /* padding-top: 15px; */
    margin-left: 45px;
    position: static;
    
    font-family: "Roboto";
    font-size: 15px;
    color: #495057;
    /* top: 6px; */
}
.title-wrapper .price-tag p[data-v-55ea1d47]:last-child {
    font-family: "Roboto Medium";
}
.filter-option[data-v-55ea1d47] {
    width: 92px;
    height: 52px;
    background: #21b24b 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    border-radius: 12px;
    opacity: 1;
    padding: 12px 18px;
}
@media (max-width: 768px) {
.mobile-header-toolbar[data-v-55ea1d47] {
      --background: #21b24b;
}
.mobile-header-toolbar[data-v-55ea1d47] {
      height: 60px;
      padding-top: 0px;
}
.mobile-header-toolbar ion-title[data-v-55ea1d47] {
      color: #ffffff;
}
.mobile-header-toolbar ion-buttons[data-v-55ea1d47] {
      color: #ffffff;
      --background: #ffffff;
}
.mobile-header-toolbar ion-menu-button[data-v-55ea1d47] {
      color: #ffffff;
      margin-right: 13px;
}
.mobile-header-toolbar .price-tag[data-v-55ea1d47]:first-child {
      margin-top: 5px;
}
.mobile-header-toolbar .price-tag p[data-v-55ea1d47]:first-child,
    .mobile-header-toolbar .price-tag p[data-v-55ea1d47]:last-child {
      font-family: "Roboto Medium";
      font-size: 12px !important;
}
.mobile-header-toolbar .price-tag p[data-v-55ea1d47] {
      color: #fff !important;
}
.mobile-header-toolbar .price-tag[data-v-55ea1d47] {
      display: inline-block;
      margin-right: 20px;
      padding-top: 5px;
      padding-bottom: 7px;
}
.mobile-header-toolbar .filter-option[data-v-55ea1d47] {
      top: 0px;
}
}


.page-wrapper[data-v-62bea3f2],
.Charging-station-list[data-v-62bea3f2] {
  background: #f4f5f9;
}
ion-content[data-v-62bea3f2] {
  --background: #f4f5f9;
  position: absolute;
  --padding-bottom: 108px;
  /* --padding-top: 54px; */
}
.inactiveWrapper .cs-grid[data-v-62bea3f2] {
  background: #0000000d;
  pointer-events: none;
}
.inactiveWrapper .cs-grid-status-img[data-v-62bea3f2] {
  display: none;
}
ion-footer[data-v-62bea3f2] {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.loc-img[data-v-62bea3f2] {
  display: none;
}
.spinnerWrapper[data-v-62bea3f2] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.appName[data-v-62bea3f2] {
  color: green !important;
}
/* Title */
@media (max-width: 768px) {
.book-page[data-v-62bea3f2] {
    /* Status bar height on iOS 11.0 */
    top: constant(safe-area-inset-top);
    /* Status bar height on iOS 11+ */
    top: env(safe-area-inset-top);
}
.title-add-wrapper .add-wrapper .loc-img[data-v-62bea3f2] {
    margin-right: 13px !important;
}
.header-toolbar[data-v-62bea3f2],
  .mobile-header-toolbar[data-v-62bea3f2] {
    --background: #21b24b;
}
.mobile-header-toolbar[data-v-62bea3f2] {
    height: 56px;
    padding-top: 1px;
}
.mobile-header-toolbar ion-title[data-v-62bea3f2] {
    color: #fff;
}
.mobile-header-toolbar ion-buttons[data-v-62bea3f2] {
    color: #fff;
    --background: #fff;
}
.mobile-header-toolbar ion-back-button[data-v-62bea3f2] {
    color: #ffffff !important;
    margin-right: 13px;
}
.title-add-wrapper[data-v-62bea3f2],
  .time-detail-wrapper[data-v-62bea3f2] {
    padding-left: 18px !important;
    padding-right: 24px !important;
}
.Charging-station-list[data-v-62bea3f2] {
    padding-left: 9px !important;
    padding-right: 6px !important;
}
.paddingRight[data-v-62bea3f2] {
    padding-right: 0px !important;
}
}
.Charging-station-list[data-v-62bea3f2] {
  position: relative;
  padding-bottom: 39px;
}
.thirdparty-img[data-v-62bea3f2] {
  width: 10rem;
}
@media (min-width: 992px) and (max-width: 1400px) {
.Charging-station-list .cs-grid .cs-grid-img[data-v-62bea3f2] {
    margin-right: 10px !important;
}
.Charging-station-list .cs-grid .cs-grid-cont[data-v-62bea3f2] {
    font-size: 12px !important;
}
}
@media (max-width: 768px) {
.Charging-station-list .cs-grid .cs-grid-status.unavailable[data-v-62bea3f2] {
    position: relative;
    margin-top: 30px;
    text-align: center;
    color: #d66c6c;
    background: transparent;
    font-size: 13px;
    /*font-weight: bold;*/
}
}
@media (min-width: 768px) {
.title-wrapper .price-tag[data-v-62bea3f2] {
    float: right;
}
.title-wrapper .price-tag[data-v-62bea3f2] {
    display: inline-block;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 7px;
}
.title-wrapper .price-tag p[data-v-62bea3f2]:first-child,
  .title-wrapper .price-tag p[data-v-62bea3f2]:last-child,
  .title-wrapper ion-title[data-v-62bea3f2] {
    font-family: "Roboto";
    font-size: 15px;
    color: #495057;
}
.title-wrapper ion-title[data-v-62bea3f2] {
    padding-top: 10px;
}
.title-wrapper .price-tag p[data-v-62bea3f2]:last-child {
    font-family: "Roboto Medium";
}
}

/* Title */
.fontRobotoBold[data-v-62bea3f2] {
  font-family: "Roboto Bold";
}
.fontRobotoMedium[data-v-62bea3f2] {
  font-family: "Roboto Medium";
}
.fontRobotoLight[data-v-62bea3f2] {
  font-family: "Roboto light";
}
.fontRoboto[data-v-62bea3f2] {
  font-family: "Roboto";
}
.paddingZero[data-v-62bea3f2] {
  padding: 0;
}
.paddingGrid[data-v-62bea3f2] {
  margin: -5px;
}
.clearFix[data-v-62bea3f2] {
  clear: both;
}
.paddingGrid .listGrid[data-v-62bea3f2] {
  margin-top: 17px;
}
.title-add-wrapper[data-v-62bea3f2] {
  min-height: 171px;
  margin-top: 9px;
  margin-bottom: 7px;
}
.time-detail-wrapper[data-v-62bea3f2] {
  min-height: 222px;
  padding-top: 19px;
}
.Charging-station-list[data-v-62bea3f2] {
  min-height: 230px;
  padding-top: 19px;
  margin-bottom: 9px;
}
.Charging-station-list[data-v-62bea3f2],
.title-add-wrapper[data-v-62bea3f2],
.time-detail-wrapper[data-v-62bea3f2] {
  padding-left: 25px;
  padding-right: 35px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  opacity: 1;
}
.title-add-wrapper .add-wrapper[data-v-62bea3f2] {
  margin-top: 13px;
}
.title-add-wrapper .title[data-v-62bea3f2],
.Charging-station-list .title[data-v-62bea3f2] {
  font-size: 15px;
  color: #21315d;
  opacity: 1;
}
.title-add-wrapper .title[data-v-62bea3f2] {
  margin-bottom: 4px;
}
.title-add-wrapper .subtitle[data-v-62bea3f2] {
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
  font-weight: bold
}
.avalilable[data-v-62bea3f2] {
  color: #77c44f;
  font-weight: bold;
}
.occupied[data-v-62bea3f2] {
  color: #74a5cb;
  font-weight: bold;
}
.unavailable[data-v-62bea3f2] {
  color: #bcbab6;
  font-weight: bold;
}
.faulted[data-v-62bea3f2] {
  color: #d9593c;
  font-weight: bold;
}
.unreachable[data-v-62bea3f2] {
  color: #d7d52c;
  font-weight: bold;
}
.port-status[data-v-62bea3f2] {
    padding: 10px;
    /* background: green; */
    border-radius: 36px;
    padding: 5px;
    font-family: Roboto Medium;
    font-size: 13px;
}
.title-add-wrapper .call-img[data-v-62bea3f2] {
  width: 20px;
  height: 20px;
}
.title-add-wrapper .add-wrapper .loc-img[data-v-62bea3f2] {
  width: 21px;
  height: 24px;
  float: left;
  margin-right: 22px;
}
.title-add-wrapper .add-wrapper .add-sec[data-v-62bea3f2] {
  float: left;
}
.title-add-wrapper .add-wrapper .add-sec .address[data-v-62bea3f2] {
  /* width: 167px; */
  /* max-height: 51px; */
  color: #202020;
  opacity: 1;
  font-size: 15px;
  /* margin-bottom: 7px; */
}
.title-add-wrapper .add-wrapper .add-sec .timeArea[data-v-62bea3f2] {
  color: #313131;
  opacity: 1;
  font-size: 13px;
}
.title-add-wrapper .add-wrapper .add-sec .timeArea span[data-v-62bea3f2] {
  color: #21b24b;
}
.title-add-wrapper .add-wrapper .distance[data-v-62bea3f2] {
  color: #d66c6c;
  opacity: 1;
  margin-bottom: 9px;
  font-size: 14px;
}
.title-add-wrapper .add-wrapper .map-img[data-v-62bea3f2] {
  width: 45px;
  height: 45px;
}

/* Charging-station-list */
.Charging-station-list .cs-grid[data-v-62bea3f2] {
  height: 110px;
  min-width: 300px;
  border: 1px solid #0000001a;
  border-radius: 12px;
  opacity: 1;
  padding: 11px 8px 13px 8px;
}
.Charging-station-list .cs-grid .cs-grid-img[data-v-62bea3f2] {
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 20px;
}
.Charging-station-list .cs-grid .cs-grid-cont[data-v-62bea3f2] {
  color: #202020;
  font-size: 13px;
  float: left;
}
.Charging-station-list .cs-grid .cs-grid-status-img[data-v-62bea3f2] {
  float: right;
  --border-radius: 50%;
  --border: 1px solid #707070;
  --background-checked: #21b24b;
  --border-color-checked: #21b24b;
  width: 26px;
  height: 26px;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 3px;
}
.Charging-station-list .cs-grid p[data-v-62bea3f2] {
  text-align: left;
  clear: both;
  margin-bottom: 1px;
}
.Charging-station-list .cs-grid .cs-grid-status[data-v-62bea3f2] {
  font-size: 14px;
  text-align: right;
  position: absolute;
  bottom: 7px;
  right: 0;
  color: #21b24b;
}
.Charging-station-list .cs-grid .cs-grid-status.inactive[data-v-62bea3f2] {
  color: #d66c6c;
  background: transparent;
}
/* 08-09-2021 Below unavailable class is added by vinoth as per CR SCMT-CMS Charger Availability Status */
.Charging-station-list .cs-grid .cs-grid-status.unavailable[data-v-62bea3f2] {
  position: relative;
  margin-top: 30px;
  text-align: center;
  color: #d66c6c;
  background: transparent;
  /*font-size: 0.7rem;*/
  /*font-weight: bold;*/
}
/*  */
.show-more-link[data-v-62bea3f2] {
  height: 17px;
  font-size: 14px;
  letter-spacing: 0;
  color: #21315d;
  opacity: 1;
  width: 100%;
  text-align: center;
  margin-top: 39px;
}
.paddingRight[data-v-62bea3f2] {
  padding-right: 20px;
}
.time-detail-wrapper .time-detail-list[data-v-62bea3f2] {
  clear: both;
  margin-bottom: 20px;
  display: flex;
}
.time-detail-wrapper .time-detail-list .td-list-img[data-v-62bea3f2] {
  float: left;
  margin-right: 20px;
}
.time-detail-wrapper .time-detail-list .td-list-img.clock[data-v-62bea3f2] {
  width: 24px;
  height: 24px;
}
.time-detail-wrapper .time-detail-list .td-list-img.call[data-v-62bea3f2] {
  width: 20px;
  height: 20px;
}
.time-detail-wrapper .time-detail-list .td-list-img.envalop[data-v-62bea3f2] {
  width: 20px;
  height: 15px;
}
.time-detail-wrapper .time-detail-list .td-list-cont[data-v-62bea3f2] {
  float: left;
}
.time-detail-wrapper .time-detail-list.time-details .td-list-cont[data-v-62bea3f2] {
  color: #202020;
  opacity: 1;
  font-size: 13px;
}
.time-detail-wrapper .time-detail-list.time-details .td-list-cont p[data-v-62bea3f2]:first-child,
.time-detail-wrapper .time-detail-list .td-list-cont p[data-v-62bea3f2] {
  font-size: 14px;
}
.time-detail-wrapper .time-detail-list .td-list-cont p:first-child span[data-v-62bea3f2] {
  color: #21b24b;
}
.time-detail-wrapper .time-detail-list .td-list-cont.colorUP[data-v-62bea3f2] {
  font-size: 14px;
  color: #21315d;
}
.time-detail-wrapper .time-detail-list.time-details .td-list-cont p[data-v-62bea3f2] {
  margin-bottom: 4px;
}
.time-detail-wrapper
  .time-detail-list.time-details
  .td-list-cont
  p[data-v-62bea3f2]:first-child {
  margin-bottom: 7px;
}
.time-detail-wrapper .time-detail-list.phone-num .td-list-cont p[data-v-62bea3f2] {
  margin-bottom: 6px;
}
.next-btn[data-v-62bea3f2] {
  height: 52px;
  --background: #21b24b;
  opacity: 1;
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.next-btn img[data-v-62bea3f2] {
  position: absolute;
  right: 24px;
}


.title-wrapper ion-title[data-v-67d739f0] {
    font-weight: 500;
    padding-top: 0px;
    /* padding-top: 15px; */
    margin-left: 45px;
    position: static;
    
    font-family: "Roboto";
    font-size: 15px;
    color: #495057;
    /* top: 6px; */
}
.flight-types[data-v-67d739f0] {
  display: flex;
  max-width: 336px;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
}
.flight-types > input[data-v-67d739f0] {
  display: none;
}
.flight-types > input:checked + label[data-v-67d739f0] {
  color: #3395DE;
}
.flight-types > input:nth-of-type(1):checked ~ label[data-v-67d739f0]:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.flight-types > input:nth-of-type(2):checked ~ label[data-v-67d739f0]:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}
.flight-types > input:nth-of-type(3):checked ~ label[data-v-67d739f0]:last-of-type:before {
  transform: translateX(calc(200% + 0px));
}
.flight-types label[data-v-67d739f0] {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.flight-types label[data-v-67d739f0]:last-of-type:before {
  content: "";
  display: block;
  max-width: calc(33.3333333333% - 0px);
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}
.flight-types label[data-v-67d739f0] {
  padding: 6px 3px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types label[data-v-67d739f0]:before {
  background: #fff;
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types label[data-v-67d739f0]:not(:last-child) {
  border-right: 1px solid #fff;
}
body[data-v-67d739f0],
html[data-v-67d739f0] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body[data-v-67d739f0] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background-color: #3395DE;
}


.ext-link[data-v-12cd7217] {
  /* text-align: left;
  font-family: "Roboto Medium";
  font-size: 13px;
  letter-spacing: 0;
  color: #21b24b;
  opacity: 1; */
  cursor: pointer;
}
.station-name[data-v-12cd7217]{
    font-weight: bold;
    /* color: #c8412b; */
    color: #0e3457;
}
.list-head ion-label[data-v-12cd7217]{
    padding:5px;
    color: #041648;
    font-size: 13px;
    font-weight: bold;
}
.station-list[data-v-12cd7217] {
    padding: 5px;
    font-size: 13px;
    border-bottom: 1px solid grey;
    background: #dadcdf;
}
.title-wrapper ion-title[data-v-12cd7217] {
    font-weight: 500;
    padding-top: 0px;
    /* padding-top: 15px; */
    margin-left: 45px;
    position: static;
    
    font-family: "Roboto";
    font-size: 15px;
    color: #495057;
    /* top: 6px; */
}
.avalilable[data-v-12cd7217] {
    color: #77c44f;
    font-size: 12px;
    font-weight: bold;
    font-size: 11px;
    padding: 5px;
    border-radius: 5px;
    background: white;
    opacity: 0.8;
}
.occupied[data-v-12cd7217] {
    color: #74a5cb;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    background: white;
    font-size: 11px;
    opacity: 0.8;
}
.unavailable[data-v-12cd7217] {
    color: #bcbab6;
    font-weight: bold;
    padding: 0 10px 0 10px;
    padding: 5px;
    border-radius: 5px;
    background: white;
    font-size: 11px;
}
.faulted[data-v-12cd7217] {
    color: #d9593c;
    font-weight: bold; 
    padding: 0 10px 0 10px;
    /* border: 1px solid #77c44f; */
    font-size: 11px;
    border-radius: 3px;
}
.unreachable[data-v-12cd7217] {
    color: #d7d52c;
    font-weight: bold;
    padding: 0 10px 0 10px;
    /* border: 1px solid #77c44f; */
    font-size: 11px
}


ion-segment[data-v-585f2d8e] {
    --background: grey;
}
ion-segment-button[data-v-585f2d8e] {
  /* border: 1px solid #1fe080; */
  border: 2px solid #0e3457;
  border-radius: 5px;
  margin: 1px;
}
.download-file[data-v-585f2d8e] {
    font-size: 12px;
    background: #cc412c;
    color: white;
    text-decoration: none;
    padding: 3px;
    border-radius: 5px;
}
.section-head[data-v-585f2d8e] {
    text-align: left;
    font-family: "Roboto Medium";
    font-size: 15px;
    letter-spacing: 0;
    color: #041648;
    opacity: 1;
}
.section-head-dum[data-v-585f2d8e] {
    font-family: "Roboto Medium";
    font-size: 15px;
    letter-spacing: 0;
    color: #041648;
    opacity: 1;
    margin-left: 10px;
    margin-top: 10px;
}
.section-item[data-v-585f2d8e] {
    height: 35px;
    text-align: left;
    font-family: "Roboto Medium";
    font-size: 13px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.9;
}
.section-detail[data-v-585f2d8e] {
    font-size: 13px;
    color: #000000;
    opacity: 0.5;
    font-weight: bold;
}
.station-name[data-v-585f2d8e]{
    font-weight: bold;
    color: #c8412b;
}
.list-head ion-label[data-v-585f2d8e]{
    color: #041648;
    font-size: 13px;
    font-weight: bold;
}
.station-list[data-v-585f2d8e] {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid grey;
    background: #dadcdf;
}
.title-wrapper ion-title[data-v-585f2d8e] {
    font-weight: 500;
    padding-top: 0px;
    /* padding-top: 15px; */
    margin-left: 45px;
    position: static;
    
    font-family: "Roboto";
    font-size: 13px;
    color: #495057;
    /* top: 6px; */
}
.general-info[data-v-585f2d8e] {
    border: 1px solid #EAEAEA;
    /* width: 30%; */
    padding: 5px;
    height: auto;
    margin: 10px;
    background: #f0f0f0;
    border-radius: 10px;
}
.details-title[data-v-585f2d8e] {
    font-family: "Roboto Medium";
    font-size: 13px;
    letter-spacing: 0;
    color: #041648;
    /* opacity: 1;
    margin-left: 20px;
    margin-left: 20px; */
    margin: 0;
    padding: 0;
    text-align: right;
}
.details-title-dum[data-v-585f2d8e] {
    font-family: "Roboto Medium";
    font-size: 13px;
    letter-spacing: 0;
    color: #041648;
    /* opacity: 1;
    margin-left: 20px;
    margin-left: 20px; */
    margin: 0;
    padding: 0;
    text-align: center;
}
.details-subtitle[data-v-585f2d8e] {
    font-family: "Roboto Medium";
    font-size: 12px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.5;
    margin: 0;
    padding: 0;
    text-align: left;
}
.details-subtitle-dum[data-v-585f2d8e] {
    font-family: "Roboto Medium";
    font-size: 12px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.5;
    margin: 0;
    padding: 0;
    /* text-align: left; */
}
.avalilable[data-v-585f2d8e] {
    color: #77c44f;
    font-weight: bold;
    padding: 0 10px 0 10px;
    border: 1px solid #77c44f;
    font-size: 11px;
    border-radius: 3px;
}
.occupied[data-v-585f2d8e] {
    color: #74a5cb;
    font-weight: bold;
    padding: 0 10px 0 10px;
    border: 1px solid #77c44f;
    font-size: 11px;
    border-radius: 3px;
}
.unavailable[data-v-585f2d8e] {
    color: #bcbab6;
    font-weight: bold;
    padding: 0 10px 0 10px;
    border: 1px solid #77c44f;
    font-size: 11px;
    border-radius: 3px;
}
.faulted[data-v-585f2d8e] {
    color: #d9593c;
    font-weight: bold; 
    padding: 0 10px 0 10px;
    border: 1px solid #77c44f;
    font-size: 11px;
    border-radius: 3px;
}
.unreachable[data-v-585f2d8e] {
    color: #d7d52c;
    font-weight: bold;
    padding: 0 10px 0 10px;
    border: 1px solid #77c44f;
    font-size: 11px
}
/*  */
.flight-types1[data-v-585f2d8e] {
    display: flex;
    max-width: 500px;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-size: 14px;
    border: 2px solid #161212;
    border-radius: 3px;
    /* color: #a71247; */
    color: #0a3252;
    /* font-weight: bold; */
}
.flight-types1 > .inm[data-v-585f2d8e] {
  display: none;
}
.flight-types1 > .inm:checked + .lbl[data-v-585f2d8e] {
  /* color: #3395DE; */
  color: #fbfbfb;
  /* background: #0b344f; */
  background: #c8412b;
  /* border-radius: 2.5px; */
}
.flight-types1 > .inm:nth-of-type(1):checked ~ .lbl[data-v-585f2d8e]:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.flight-types1 > .inm:nth-of-type(2):checked ~ .lbl[data-v-585f2d8e]:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}
.flight-types1 > .inm:nth-of-type(3):checked ~ .lbl[data-v-585f2d8e]:last-of-type:before {
  transform: translateX(calc(200% + 0px));
}
.flight-types1 .lbl[data-v-585f2d8e] {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.flight-types1 .lbl[data-v-585f2d8e]:last-of-type:before {
  content: "";
  display: block;
  max-width: calc(33.3333333333% - 0px);
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}
.flight-types1 .lbl[data-v-585f2d8e] {
  padding: 6px 3px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types1 .lbl[data-v-585f2d8e]:before {
  background: #fff;
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types1 .lbl[data-v-585f2d8e]:not(:last-child) {
  /* border-right: 1px solid #fff; */
  border-right: 2px solid #0a0a0a;
}
/*  */
/* 
.flight-types {
    display: flex;
    max-width: 336px;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-size: 14px;
    border: 2px solid #161212;
    border-radius: 3px;
    color: #0a3252;

}
.flight-types > input {
  display: none;
}
.flight-types > input:checked + label {
  color: #fbfbfb;
  background: #c8412b;
}
.flight-types > input:nth-of-type(1):checked ~ label:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.flight-types > input:nth-of-type(2):checked ~ label:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}
.flight-types > input:nth-of-type(3):checked ~ label:last-of-type:before {
  transform: translateX(calc(200% + 0px));
}
.flight-types label {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.flight-types label:last-of-type:before {
  content: "";
  display: block;
  max-width: calc(33.3333333333% - 0px);
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}
.flight-types label {
  padding: 6px 3px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types label:before {
  background: #fff;
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types label:not(:last-child) { 
  border-right: 2px solid #0a0a0a;
}*/
body[data-v-585f2d8e],
html[data-v-585f2d8e] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body[data-v-585f2d8e] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background-color: #3395DE;
}


ion-segment[data-v-ce5d8e46] {
    --background: grey;
}
ion-segment-button[data-v-ce5d8e46] {
  /* border: 1px solid #1fe080; */
  border: 2px solid #0e3457;
  border-radius: 5px;
  margin: 1px;
}
.section-head[data-v-ce5d8e46] {
    text-align: left;
    font-family: "Roboto Medium";
    font-size: 15px;
    letter-spacing: 0;
    color: #041648;
    opacity: 1;
}
.section-head-dum[data-v-ce5d8e46] {
    font-family: "Roboto Medium";
    font-size: 15px;
    letter-spacing: 0;
    color: #041648;
    opacity: 1;
    margin-left: 10px;
    margin-top: 10px;
}
.section-item[data-v-ce5d8e46] {
    height: 35px;
    text-align: left;
    font-family: "Roboto Medium";
    font-size: 13px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.9;
}
.section-detail[data-v-ce5d8e46] {
    font-size: 13px;
    color: #000000;
    opacity: 0.5;
    font-weight: bold;
}
.station-name[data-v-ce5d8e46]{
    font-weight: bold;
    color: #c8412b;
}
.list-head ion-label[data-v-ce5d8e46]{
    color: #041648;
    font-size: 13px;
    font-weight: bold;
}
.station-list[data-v-ce5d8e46] {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid grey;
    background: #dadcdf;
}
.title-wrapper ion-title[data-v-ce5d8e46] {
    font-weight: 500;
    padding-top: 0px;
    /* padding-top: 15px; */
    margin-left: 45px;
    position: static;
    
    font-family: "Roboto";
    font-size: 13px;
    color: #495057;
    /* top: 6px; */
}
.general-info[data-v-ce5d8e46] {
    border: 1px solid #EAEAEA;
    /* width: 30%; */
    padding: 5px;
    height: auto;
    margin: 10px;
    background: #f0f0f0;
    border-radius: 10px;
}
.details-title[data-v-ce5d8e46] {
    font-family: "Roboto Medium";
    font-size: 13px;
    letter-spacing: 0;
    color: #041648;
    /* opacity: 1;
    margin-left: 20px;
    margin-left: 20px; */
    margin: 0;
    padding: 0;
    text-align: right;
}
.details-title-dum[data-v-ce5d8e46] {
    font-family: "Roboto Medium";
    font-size: 13px;
    letter-spacing: 0;
    color: #041648;
    /* opacity: 1;
    margin-left: 20px;
    margin-left: 20px; */
    margin: 0;
    padding: 0;
    text-align: center;
}
.details-subtitle[data-v-ce5d8e46] {
    font-family: "Roboto Medium";
    font-size: 12px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.5;
    margin: 0;
    padding: 0;
    text-align: left;
}
.details-subtitle-dum[data-v-ce5d8e46] {
    font-family: "Roboto Medium";
    font-size: 12px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.5;
    margin: 0;
    padding: 0;
    /* text-align: left; */
}
.avalilable[data-v-ce5d8e46] {
    color: #77c44f;
    font-weight: bold;
    padding: 0 10px 0 10px;
    border: 1px solid #77c44f;
    font-size: 11px;
    border-radius: 3px;
}
.occupied[data-v-ce5d8e46] {
    color: #74a5cb;
    font-weight: bold;
    padding: 0 10px 0 10px;
    border: 1px solid #77c44f;
    font-size: 11px;
    border-radius: 3px;
}
.unavailable[data-v-ce5d8e46] {
    color: #bcbab6;
    font-weight: bold;
    padding: 0 10px 0 10px;
    border: 1px solid #77c44f;
    font-size: 11px;
    border-radius: 3px;
}
.faulted[data-v-ce5d8e46] {
    color: #d9593c;
    font-weight: bold; 
    padding: 0 10px 0 10px;
    border: 1px solid #77c44f;
    font-size: 11px;
    border-radius: 3px;
}
.unreachable[data-v-ce5d8e46] {
    color: #d7d52c;
    font-weight: bold;
    padding: 0 10px 0 10px;
    border: 1px solid #77c44f;
    font-size: 11px
}
/*  */
.flight-types1[data-v-ce5d8e46] {
    display: flex;
    max-width: 500px;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-size: 14px;
    border: 2px solid #161212;
    border-radius: 5px;
    color: #a71247;
}
.flight-types1 > .inm[data-v-ce5d8e46] {
  display: none;
}
.flight-types1 > .inm:checked + .lbl[data-v-ce5d8e46] {
  /* color: #3395DE; */
  color: #fbfbfb;
  background: #0b344f;
  /* border-radius: 5px; */
}
.flight-types1 > .inm:nth-of-type(1):checked ~ .lbl[data-v-ce5d8e46]:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.flight-types1 > .inm:nth-of-type(2):checked ~ .lbl[data-v-ce5d8e46]:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}
.flight-types1 > .inm:nth-of-type(3):checked ~ .lbl[data-v-ce5d8e46]:last-of-type:before {
  transform: translateX(calc(200% + 0px));
}
.flight-types1 .lbl[data-v-ce5d8e46] {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.flight-types1 .lbl[data-v-ce5d8e46]:last-of-type:before {
  content: "";
  display: block;
  max-width: calc(33.3333333333% - 0px);
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}
.flight-types1 .lbl[data-v-ce5d8e46] {
  padding: 6px 3px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types1 .lbl[data-v-ce5d8e46]:before {
  background: #fff;
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types1 .lbl[data-v-ce5d8e46]:not(:last-child) {
  /* border-right: 1px solid #fff; */
  border-right: 2px solid #0a0a0a;
}
/*  */
.flight-types[data-v-ce5d8e46] {
    display: flex;
    max-width: 336px;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-size: 14px;
    border: 2px solid #161212;
    border-radius: 3px;
    /* color: #a71247; */
    color: #0a3252;
    /* font-weight: bold; */
}
.flight-types > input[data-v-ce5d8e46] {
  display: none;
}
.flight-types > input:checked + label[data-v-ce5d8e46] {
  /* color: #3395DE; */
  color: #fbfbfb;
  /* background: #0b344f; */
  background: #c8412b;
  /* border-radius: 2.5px; */
}
.flight-types > input:nth-of-type(1):checked ~ label[data-v-ce5d8e46]:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.flight-types > input:nth-of-type(2):checked ~ label[data-v-ce5d8e46]:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}
.flight-types > input:nth-of-type(3):checked ~ label[data-v-ce5d8e46]:last-of-type:before {
  transform: translateX(calc(200% + 0px));
}
.flight-types label[data-v-ce5d8e46] {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.flight-types label[data-v-ce5d8e46]:last-of-type:before {
  content: "";
  display: block;
  max-width: calc(33.3333333333% - 0px);
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}
.flight-types label[data-v-ce5d8e46] {
  padding: 6px 3px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types label[data-v-ce5d8e46]:before {
  background: #fff;
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.flight-types label[data-v-ce5d8e46]:not(:last-child) {
  /* border-right: 1px solid #fff; */
  border-right: 2px solid #0a0a0a;
}
body[data-v-ce5d8e46],
html[data-v-ce5d8e46] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body[data-v-ce5d8e46] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background-color: #3395DE;
}


.available[data-v-2c2d64cc] {
    color: #66bd39;
}
.unavailable[data-v-2c2d64cc] {
    color: #bcbab6;
}
.charging[data-v-2c2d64cc] {
    color: #5e97c6;
}
.thirdparty[data-v-2c2d64cc] {
    color: #d5593c;
}
.total[data-v-2c2d64cc] {
    color: rgb(159, 21, 223);
}
.status-info[data-v-2c2d64cc] {
    padding: 15px;
    margin-top: 35px;
    margin-right: 35px;
    /* text-align: center; */
    border: 3px solid grey;
    border-radius: 10px;
    box-shadow: 3px 3px grey;
}
.noStations[data-v-2c2d64cc] {
    margin-top: -140px;
    font-weight: bold;
}
.noStations1[data-v-2c2d64cc] {
    margin-top: -220px;
    font-weight: bold;
}
.noAssociatedStations[data-v-2c2d64cc] {
      
    margin-top: -440px;
    font-weight: bold;
}
.l-c1[data-v-2c2d64cc], .l-c2[data-v-2c2d64cc], .l-c3[data-v-2c2d64cc], .l-c4[data-v-2c2d64cc] {
    border: 1px solid lightgrey;
    margin: 2px;
    background: #ebebeb;
}
.btn-refresh[data-v-2c2d64cc] {
    text-align: center !important;
    margin-left: 40px;
      font-family: "Roboto";
      font-size: 1.5rem;
      letter-spacing: 0;
      color: #ffffff;
      height: 40px;
      --background: #e1899c 0% 0% no-repeat padding-box;
      --background-focused: #b4b2b2 !important;
      --background-hover: #b4b2b2 !important;
      --webkit-background-focused: #b4b2b2 !important;
      --webkit-background-hover: #b4b2b2 !important;
      border-radius: 3px;
      opacity: 1;
      /* bottom: 0; */
}
.barChart1[data-v-2c2d64cc] {
    height: 370px !important;
}
.chart-label[data-v-2c2d64cc] {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.my-chart[data-v-2c2d64cc] {
      width: 450px !important;
      height: 450px !important;
}
.rectangle-dump[data-v-2c2d64cc] {
    
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    padding: 1px;
    opacity: 1;
}
.rectangle-dump1[data-v-2c2d64cc] {
    
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0000001a;
    padding: 1px;
    opacity: 1;
}
.display-value[data-v-2c2d64cc] {
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
@media screen and (max-width: 360px) {
.my-chart[data-v-2c2d64cc] {
          width: 350px !important;
          height: 350px !important;
}
.status-info[data-v-2c2d64cc] {
          padding: 15px;
          margin-top: 35px;
          margin-right: 3px;
          text-align: center;
}
}
  

/* .dashboard-screen {
    overflow: scroll !important;
} */
.available[data-v-6b1eaab3] {
  color: green;
}
.unavailable[data-v-6b1eaab3] {
  color: red;
}
.charging[data-v-6b1eaab3] {
  color: orange;
}
.thirdparty[data-v-6b1eaab3] {
  color: #26285a;
}
.total[data-v-6b1eaab3] {
  color: rgb(159, 21, 223);
}
.status-info[data-v-6b1eaab3] {
  padding: 15px;
  margin-top: 35px;
  margin-right: 35px;
  /* text-align: center; */
  border: 3px solid grey;
  border-radius: 10px;
  box-shadow: 3px 3px grey;
}
.noStations[data-v-6b1eaab3] {
  margin-top: -140px;
  font-weight: bold;
}
.noStations1[data-v-6b1eaab3] {
  margin-top: -220px;
  font-weight: bold;
}
.noAssociatedStations[data-v-6b1eaab3] {
    
  /* margin-top: -440px; */
  font-weight: bold;
}
.l-c1[data-v-6b1eaab3], .l-c2[data-v-6b1eaab3], .l-c3[data-v-6b1eaab3], .l-c4[data-v-6b1eaab3] {
  border: 1px solid lightgrey;
  margin: 2px;
  background: #ebebeb;
}
.btn-refresh[data-v-6b1eaab3] {
  text-align: center !important;
  margin-left: 40px;
    font-family: "Roboto";
    font-size: 1.5rem;
    letter-spacing: 0;
    color: #ffffff;
    height: 40px;
    --background: #e1899c 0% 0% no-repeat padding-box;
    --background-focused: #b4b2b2 !important;
    --background-hover: #b4b2b2 !important;
    --webkit-background-focused: #b4b2b2 !important;
    --webkit-background-hover: #b4b2b2 !important;
    border-radius: 3px;
    opacity: 1;
    /* bottom: 0; */
}
.barChart1[data-v-6b1eaab3] {
    height: 370px !important;
    /* overflow: scroll */
}
.chart-label[data-v-6b1eaab3] {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.my-chart[data-v-6b1eaab3] {
    width: 450px !important;
    height: 450px !important;
}
.rectangle-dump[data-v-6b1eaab3] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.rectangle-dump1[data-v-6b1eaab3] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.display-value[data-v-6b1eaab3] {
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 360px) {
.my-chart[data-v-6b1eaab3] {
        width: 350px !important;
        height: 350px !important;
}
.barChart1[data-v-6b1eaab3] {
        height: 290px !important;
        /* overflow: scroll */
}
.status-info[data-v-6b1eaab3] {
        padding: 15px;
        margin-top: 35px;
        margin-right: 3px;
        text-align: center;
}
}


.carterEnergyDashboard[data-v-67d027c8] {
    overflow: scroll !important;
}
.available[data-v-67d027c8] {
  color: green;
}
.unavailable[data-v-67d027c8] {
  color: red;
}
.charging[data-v-67d027c8] {
  color: orange;
}
.thirdparty[data-v-67d027c8] {
  color: #26285a;
}
.total[data-v-67d027c8] {
  color: rgb(159, 21, 223);
}
.status-info[data-v-67d027c8] {
  padding: 15px;
  margin-top: 35px;
  margin-right: 35px;
  /* text-align: center; */
  border: 3px solid grey;
  border-radius: 10px;
  box-shadow: 3px 3px grey;
}
.noStations[data-v-67d027c8] {
  margin-top: -140px;
  font-weight: bold;
}
.noStations1[data-v-67d027c8] {
  font-weight: bold;
}
.noAssociatedStations[data-v-67d027c8] {
    
  /* margin-top: -440px; */
  font-weight: bold;
}
.l-c1[data-v-67d027c8], .l-c2[data-v-67d027c8], .l-c3[data-v-67d027c8], .l-c4[data-v-67d027c8] {
  border: 1px solid lightgrey;
  margin: 2px;
  background: #ebebeb;
}
.btn-refresh[data-v-67d027c8] {
  text-align: center !important;
  margin-left: 40px;
    font-family: "Roboto";
    font-size: 1.5rem;
    letter-spacing: 0;
    color: #ffffff;
    height: 40px;
    --background: #e1899c 0% 0% no-repeat padding-box;
    --background-focused: #b4b2b2 !important;
    --background-hover: #b4b2b2 !important;
    --webkit-background-focused: #b4b2b2 !important;
    --webkit-background-hover: #b4b2b2 !important;
    border-radius: 3px;
    opacity: 1;
    /* bottom: 0; */
}
.barChart1[data-v-67d027c8] {
  height: 370px !important;
}
.chart-label[data-v-67d027c8] {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.my-chart[data-v-67d027c8] {
    width: 450px !important;
    height: 450px !important;
}
.rectangle-dump[data-v-67d027c8] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.rectangle-dump1[data-v-67d027c8] {
  
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0000001a;
  padding: 1px;
  opacity: 1;
}
.display-value[data-v-67d027c8] {
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 360px) {
.my-chart[data-v-67d027c8] {
        width: 350px !important;
        height: 350px !important;
}
.status-info[data-v-67d027c8] {
        padding: 15px;
        margin-top: 35px;
        margin-right: 3px;
        text-align: center;
}
}


.dashboard-screen[data-v-8590265c] {
    overflow: auto !important;
    position: relative;
}


.download-file[data-v-2607ba88] {
    font-size: 12px;
    background: #cc412c;
    color: white;
    text-decoration: none;
    /* padding: 3px; */
    border-radius: 5px;
    margin-right: 30px;
}
.list-head ion-label[data-v-2607ba88]{
    padding:5px;
    color: #041648;
    font-size: 14px;
    font-weight: bold;
}
.station-list[data-v-2607ba88] {
    padding: 5px;
    font-size: 13px;
    border-bottom: 1px solid grey;
    background: #dadcdf;
}
.user-active-status[data-v-2607ba88] {
    color: #3bab40;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    background: white;
    opacity: 0.8;
    border-radius: 5px;
}
.user-inactive-status[data-v-2607ba88] {
    color: #e45a41;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    background: white;
    opacity: 0.8;
    border-radius: 5px;
}
.station-name[data-v-2607ba88]{
    font-weight: bold;
    /* color: #c8412b; */
    color: #0e3457;
}
.ext-link[data-v-2607ba88] {
  cursor: pointer;
}
.section-head[data-v-2607ba88] {
    text-align: left;
    font-family: "Roboto Medium";
    font-size: 15px;
    letter-spacing: 0;
    color: #041648;
    opacity: 1;
}


.download-file[data-v-6652f674] {
    font-size: 12px;
    background: #cc412c;
    color: white;
    border-radius: 5px;
    /* margin-right: 30px; */
}
.btn-primary1[data-v-6652f674] {
    height: 52px;
    --background: #cc412c 0% 0% no-repeat padding-box;
    color: #ffffff;
    --background-focused: #cc412c !important;
    --background-hover: #cc412c !important;
    --webkit-background-focused: #cc412c !important;
    --webkit-background-hover: #cc412c !important;
    opacity: 1;
    font-weight: bold;
}
.close-btn[data-v-6652f674] {
    border: 1px solid #cc412c;
    margin-right: 30px;
    --background: #cc412c;
    color: white;
    border-radius: 5px; 
    opacity: 0.9;
    font-weight: bold;
    font-size: 10px;
}
.btn-clear[data-v-6652f674] {
    margin-top: 25px;
    font-family: "Roboto";
    font-size: 15px;
    letter-spacing: 0;
    color: #ffffff;
    height: 31px;
    --background: #b3b3b3 0% 0% no-repeat padding-box;
    --background-focused: #b3b3b3 !important;
    --background-hover: #b3b3b3 !important;
    --webkit-background-focused: #b3b3b3 !important;
    --webkit-background-hover: #b3b3b3 !important;
    border-radius: 3px;
    opacity: 1;
    bottom: 0;
}
.btn-clear1[data-v-6652f674] {
    /* margin-top: 25px; */
    font-family: "Roboto";
    font-size: 15px;
    letter-spacing: 0;
    color: #ffffff;
    height: 31px;
    --background: #b3b3b3 0% 0% no-repeat padding-box;
    --background-focused: #b3b3b3 !important;
    --background-hover: #b3b3b3 !important;
    --webkit-background-focused: #b3b3b3 !important;
    --webkit-background-hover: #b3b3b3 !important;
    border-radius: 3px;
    opacity: 1;
    bottom: 0;
}

