@import url("fontIBM.css");

html,
body {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 300;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

body {
  background-color: #ccc;
  margin: 0;
}

strong {
  font-weight: 400;
}

#main {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: white;
  min-height: 100vh;
  padding-top: 93px;
}

.bg-landing {
  background: transparent linear-gradient(180deg, #024180 0%, #002952 100%) 0% 0% no-repeat padding-box;
  height: 100vh;
  position: relative;
  margin-top: -93px;
  z-index: 9999999999;
}

.bg-landing .logo-landing {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 75%;
  text-align: center;
}

.bg-landing .logo-landing img {
  width: 100%;
  margin-bottom: 50px;
}

.loader {
  display: inline-block;
  border: 20px solid #eee;
  border-radius: 50%;
  border-top: 20px solid #cc6e29;
  width: 118px;
  height: 118px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.text-white {
  color: white !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-link {
  color: #1eaec1 !important;
}

.text-blue {
  color: #00346e !important;
}

.text-red {
  color: red !important;
}
.text-orange {
  color: #CC6E29 !important;
}
.text-green {
  color: #37AC52 !important;
}
.text-gray{
  color: gray !important;
}
.text-black {
  color: black !important;
}
.bg-blue {
  background: #00346e;
}
.f-12 {
  font-size: 12px !important;
}
.f-13 {
  font-size: 13px !important;
}
.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-17 {
  font-size: 17px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-19 {
  font-size: 19px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-21 {
  font-size: 21px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-23 {
  font-size: 23px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-27 {
  font-size: 27px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-29 {
  font-size: 29px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-31 {
  font-size: 31px !important;
}

.f-32 {
  font-size: 32px !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.h-100vh {
  min-height: 100vh;
}

.postion-relative {
  position: relative !important;
}

.postion-absolute {
  position: absolute !important;
}

.postion-fixed {
  position: fixed !important;
}

.postion-inherit {
  position: inherit !important;
}

hr {
  border-bottom: 1px solid #b7b7b7;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin: 12px 0;
}

input {
  border: 1px solid #707070;
  border-radius: 10px;
  width: 100%;
  height: 51px;
  font-size: 20px;
  font-weight: 300;
  padding: 0 20px;
  font-family: "IBM Plex Sans Thai", sans-serif;
}

input:focus {
  outline: none;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-05 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-05 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-05 {
  padding-top: 0.5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-05 {
  padding-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-05 {
  padding-left: 0.5rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-05 {
  padding-right: 0.5rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pb-btn-bottom-1 {
  padding-bottom: 100px;
}

.btn-bottom-1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 25px;
}

button,
.btn {
  text-align: center;
  display: flex;
  border-radius: 10px;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  font-family: "IBM Plex Sans Thai", sans-serif;
  border: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.btn-blue {
  color: white;
  background: #002952;
}

.btn-orange {
  color: white;
  background: #cc6e29;
}

.btn-sm {
  padding: 6px 12px !important;
}

.btn-header-back {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%);
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  text-align: center;
  font-size: 15px;
  padding: 4px;
  opacity: 0.6;
}

.bg-main {
  background-image: url("../images/bg-main.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 110px;
  min-height: 100vh;
  margin-top: -96px;
}

.bg-thunder {
  background-image: url('../images/BG-Charger.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20%;
}

.bg-thunder-error {
  background-image: url('../images/BG-Charger.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 50%;
}
.bg-white {
  background-color: white !important;
  background: white !important;
}
.cabinet-plug-home {
  position: absolute;
  bottom: 20px;
  right: 0;
  border: 1px solid #002a55;
  border-radius: 10px;
  width: 115px;
  height: 50px;
  display: table;
  background-color: white;
}

.cabinet-plug-home .plug-image {
  width: 30%;
  vertical-align: middle;
  display: table-cell;
  padding: 4px;
  text-align: right;
}

.cabinet-plug-home .plug-image img {
  width: 28px;
  display: block;
}

.cabinet-plug-home .plug-detail {
  width: 70%;
  vertical-align: middle;
  display: table-cell;
  padding: 4px;
  color: #002b56;
  font-size: 10px;
  text-align: left;
}

.home-title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 12px;
}

.home-sub {
  font-size: 20px;
  font-weight: 500;
}

.padding-18 {
  padding: 18px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-6 {
  padding: 6px !important;
}
.padding-0 {
  padding: 0px !important;
}

.lh-1 {
  line-height: 1;
}

.list-3-icon {
  display: table;
  width: 100%;
  margin-bottom: 18px;
}

.list-3-icon .list-icon {
  display: table-cell;
  width: 33.333333%;
}

.list-3-icon .list-icon .box-icon {
  display: inline-block;
  font-weight: 500;
}

.list-3-icon .list-icon .box-icon img {
  width: 64px;
}

.list-3-icon .list-icon .box-icon .service-value {
  font-size: 25px;
  line-height: 1;
}

.input-phone {
  display: table;
  width: 100%;
}

.input-phone .phone-icon {
  width: 60px;
}

.input-phone .phone-icon img {
  display: table-cell;
  vertical-align: middle;
  width: 51px;
}

.input-phone .input-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.box-card {
  background: #e2e2e2;
  border-radius: 35px;
  display: table;
  width: 100%;
}

.box-card .card-icon {
  width: 50px;
  padding: 6px;
  display: table-cell;
  vertical-align: middle;
}

.box-card .card-icon img {
  width: 51px;
  display: block;
}

.box-card .card-detail {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
  width: 100%;
}

.policy-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.policy-popup.active {
  display: block;
}

.policy-popup .policy-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 3px 3px 10px #00000029;
  border-radius: 10px;
  max-width: 430px;
  width: 90%;
  padding: 12px 18px;
}

.policy-title {
  font-size: 25px;
  color: #cc6e29;
}

.login-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 999999999 !important;
}

.login-popup.active {
  display: block;
}

.login-popup .login-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 3px 3px 10px #00000029;
  border-radius: 10px;
  max-width: 360px;
  width: 90%;
  padding: 24px 18px;
  z-index: 9999999999999999999 !important;
}

.login-form {
  display: table;
  width: 100%;
}

.login-form .login-icon {
  display: table-cell;
  width: 50px;
  vertical-align: top;
}

.login-form .login-icon img {
  width: 37px;
}

.login-form .login-input {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.login-form .login-input input {
  width: 100%;
  height: 37px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CC6E29;
  border-radius: 8px;
  font-size: 15px;
  padding: 0 10px;
}

.login-form .login-input span {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 19px;
  height: 19px;
  border: 1px solid red;
  border-radius: 50%;
  text-align: center;
  color: red;
  font-size: 12px;
  display: none;
}
.login-form .login-input span.left {
  position: absolute;
  right: auto;
  left: 12px;
  top: 8px;
  width: 19px;
  height: 19px;
  border: 1px solid red;
  border-radius: 50%;
  text-align: center;
  color: red;
  font-size: 12px;
  display: none;
}

.login-form .login-input small {
  display: none;
}

.login-form .login-input span.active,
.login-form .login-input small.active {
  display: block;
}

.login-form .login-radio-sex {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-right: 12px;
}

.login-form .login-radio-sex:last-of-type {
  padding-right: 0;
}

.wallet-copntent {
  display: table;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.wallet-copntent .wallet-icon {
  background: #002952;
  display: table-cell;
  vertical-align: middle;
  width: 58px;
  text-align: center;
  padding-top: 12px;
}

.wallet-copntent .wallet-icon img {
  width: 40px;
}

.wallet-copntent .wallet-detail {
  display: table-cell;
  vertical-align: middle;
  background: #E0E0E0;
  padding: 12px;
}

.btn-wallet {
  font-size: 24px;
  padding: 4px 12px;
}

.alert-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#alert_plug {
  backdrop-filter: blur(0) !important;
  -webkit-backdrop-filter: blur(0) !important;
}

.alert-popup.active {
  display: block;
  z-index: 99;
}

.alert-popup .alert-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 3px 3px 10px #00000029;
  border-radius: 10px;
  max-width: 360px;
  /* min-height: 130px; */
  width: 90%;
  padding: 0 18px;
  display: table;
  background: transparent linear-gradient(270deg, #024180 0%, #002952 100%) 0% 0% no-repeat padding-box;
  color: white;
  /* overflow: hidden; */
}

.alert-popup .alert-box.thunder {
  background-image: url('../images/BG-Charger.png') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 65% !important;
  background-color: white !important;
}

.alert-popup .alert-box .alert-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -12px;
  left: -12px;
  border-radius: 50%;
  background-color: #002952;
  padding: 3px;
  cursor: pointer;
}

.alert-popup .alert-box .alert-close img {
  width: 34px;
  height: 34px;
}

.alert-popup .alert-box .alert-row {
  display: table;
  width: 100%;
  min-height: 130px;
}

.alert-popup .alert-box .alert-row .alert-content {
  display: table-cell;
  vertical-align: middle;
  /* width: 100%; */
}

.alert-popup .alert-box .alert-row .alert-content .alert-title {
  font-size: 24px;
}

.alert-popup .alert-box .alert-row .alert-icon {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}

.alert-popup .alert-box .alert-row .alert-icon img {
  width: 100%;
  display: block;
}

#loading-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: #00000025;
}

#loading-popup.active {
  display: block;
}

#loading-popup .loading-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.btn-alert {
  background-color: white;
  border-radius: 10px;
  color: #cc6e29;
  padding: 2px 12px;
  display: inline-block;
  margin-right: -16px;
}

.d-table {
  display: table;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.box-round {
  width: 100%;
  box-shadow: 0px 0px 6px #00000040;
  border-radius: 19px;
  padding: 20px;
  border: 2px solid white;
}

.input-card {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  font-size: 16px;
  height: auto;
  padding: 0 12px;
  background: #fff0;
}

.border-orange {
  border-color: #cc6e29 !important;
}

.battery {
  border: 5px solid #333;
  width: 188px;
  height: 265px;
  border-radius: 36px;
  position: relative;
  display: inline-block;
}

.battery:before {
  content: "";
  height: 24px;
  width: 90px;
  display: block;
  border-radius: 16px 16px 0px 0px;
  border: 5px solid #333;

  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.battery:after {
  content: "";
  height: 24px;
  width: 80px;
  display: block;
  border-bottom: 5px solid white;

  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.battery .battery-content {
  width: 178px;
  height: 256px;
  overflow: hidden;
  border-radius: 30px;
}

.charger-orange {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: #015871; */
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}

.charger-orange img {
  height: 100px;
}

.charger-blue {
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: #015871; */
  border-radius: 0 0 18px 18px;
}

.charger-wave {
  width: 100%;
  height: 256px;
  padding: 20px 30px;
  position: absolute;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 32px;
}

.charger-wave .wave {
  width: 300px;
  height: 300px;
  background-color: #aaf8ff;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transition: 0.4s;
}

.charger-wave.active .wave {
  bottom: 84px;
}

.charger-wave .wave::before,
.charger-wave .wave::after {
  width: 200%;
  height: 200%;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}

.charger-wave .wave::before {
  border-radius: 45%;
  background-color: #ffffff;
  animation: wave 5s linear infinite;
}

.charger-wave .wave::after {
  border-radius: 40%;
  background-color: rgba(255, 255, 255, 0.5);
  animation: wave 10s linear infinite;
}

@keyframes wave {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.battery-status {
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  font-size: 12px;
  width: 100%;
}

.battery-remain {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 16px;
  width: 100%;
  line-height: 1;
  color: #003060;
}

.battery-remain span {
  font-size: 58px;
  font-weight: 400;
}

.battery-data {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 13px;
  width: 100%;
  line-height: 1;
  color: white;
}

.battery-data span {
  font-size: 30px;
}

.box-time {
  display: table;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 20px;
  min-height: 92px;
}

.box-time .time-charger {
  display: table-cell;
  width: 50%;
  min-height: 92px;
  vertical-align: middle;
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
}

.box-time .time-charger.border {
  border-left: 1px solid #707070;
}

.show-chager-timer {
  text-align: center;
  color: #cc6e29;
  font-size: 30px;
}

.plug-title {
  text-align: center;
  color: #CC6E29;
  font-size: 30px;
  font-weight: 500;
}

.plug-sub {
  text-align: center;
  font-size: 22px;
}

.slip-service {
  margin-top: 24px;
  position: relative;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 25px 12px 12px 12px;
}

.slip-service span {
  text-align: center;
  display: block;
  width: 46px;
  height: 23px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border: 1px solid #707070;
  border-bottom: 0;
  border-bottom-width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: -23px;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  background-color: white;
  padding: 2px;
}

.slip-service span img {
  width: 100%;
}

.border-left-orange {
  border-left: 1px solid #cc6e29;
}

.card-gray {
  background: rgba(1, 49, 97, 0.1);
  border-radius: 20px;
  padding: 0 16px;
}

.cabinet-status {
  color: #111111;
  font-size: 27px;
  display: block;
  text-align: center;
  margin-top: 1rem;
}

.cabinet-status span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ccc;
  margin-bottom: -4px;
}

.cabinet-status span.dot-orange {
  background-color: #CC6E29;
}

.logo-error {
  height: 18px;
  margin-bottom: -4px;
}

.image-error {
  border-radius: 50%;
  box-shadow: 0px 0px 10px #00000033;
}

.box-contact {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.list-contact {
  margin-bottom: 1.5rem;
  font-size: 18px;
}

.list-contact img {
  width: 50px;
  margin-bottom: -20px;
}

.credit-content {
  padding-right: 12px;
}

.credit-remain {
  position: relative;
  background: transparent linear-gradient(90deg, #CC6E29 0%, #CC6E2984 100%) 0% 0% no-repeat padding-box;
  border-radius: 18px;
  color: white;
  padding: 18px;
}

.credit-remain-title {
  margin-bottom: 12px;
  font-size: 16px;
}

.credit-remain-amount {
  font-size: 70px;
  line-height: 1;
  font-weight: 500;
}

.credit-remain-icon {
  position: absolute;
  top: -12px;
  right: -12px;
}

.credit-remain-icon span {
  display: block;
  width: 65px;
  height: 65px;
  background: linear-gradient(90deg, #e2ac88 0%, rgba(230, 180, 148, 1) 100%);
  border-radius: 50%;
  padding: 7px;
}

.credit-remain-icon span .remain-icon {
  display: block;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: white;
}

.credit-remain-icon span .remain-icon img {
  width: 51px;
}

.group-addCredit {
  display: table;
  width: 100%;
}

.list-addCredit {
  display: table-cell;
  width: 33.33%;
  padding: 12px;
}

.btn-addCredit {
  background: white;
  border: 1px solid #707070;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  padding: 8px 12px;
}

.btn-addCredit.active {
  border: 2px solid #CC6E29;
  color: #CC6E29;
}

.input-addCredit {
  position: relative;
}

.input-addCredit input {
  border-radius: 0;
  font-size: 53px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0px 12px 0px 48px;
  height: auto;
  font-weight: 500;
  line-height: 1
}

.input-addCredit span {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%);
  font-size: 53px;
  font-weight: 500;
}

.row-payment {
  display: table;
  width: 100%;
}

.row-payment .col-payment {
  width: 50%;
  float: left;
  display: block;
  margin-bottom: 12px;

  padding-right: 6px;
  padding-left: 0;
}

.row-payment .col-payment:nth-child(even) {
  padding-right: 0;
  padding-left: 6px;
}

.row-payment .col-payment .btn-payment {
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #002952;
  height: 62px;
}

.row-payment .col-payment .btn-payment img {
  /* filter: grayscale(100%); */
  max-width: 120px;
  max-height: 36px;
}

.row-payment .col-payment .btn-payment.active img {
  filter: grayscale(0);
}

.row-payment .col-payment .btn-payment.active{
  border: 3px solid #CC6E29;
  /* background: rgba(204, 109, 41, 0.5); */

}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}


.digit-group {
  display: block;
  margin-top: 20px;
  text-align: center;
  align-items: center;
}

.digit-group input {
  width: 14%;
  height: 69px;
  display: inline-flex;
  border-radius: 10px;
  font-size: 20px;
  border: 1px solid #CC6E29;
  text-align: center;
  /* box-shadow: 0px 3px 6px #00000029; */
  margin: 0 4px;
}

.password-checklist {
  position: relative;
  padding-left: 28px;
  margin-left: 24px;
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.;
}

.password-checklist::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  border: 1px solid #002952;
}

.password-checklist.active::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 6px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #002952;
}

.menu-slide {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(110, 110, 110, 0.8);
  z-index: 99999999 !important;
  display: none;
}

.menu-slide.active {
  display: block;
}

.menu-slide .menu-content {
  position: absolute;
  max-width: 300px;
  width: 100%;
  height: 100vh;
  background-color: white;
  right: 0;
  padding: 0 32px;
}

.menu-slide .menu-content .menu-row-1 {
  display: table;
  width: 100%;
  padding: 24px 0 12px 0;
}

.menu-slide .menu-content .menu-row-1 .close {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

.menu-slide .menu-content .menu-row-1 .close img {
  cursor: pointer;
  width: 30px;
}

.menu-slide .menu-content .menu-row-1 .language {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

.menu-slide .menu-content .menu-row-1 .language img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.menu-slide .menu-content .menu-row-1 .language button { 
  color: #002952;
  padding: 6px 12px;
  display: inline;
  font-size: 13px;
  white-space: nowrap;
  width: auto;
}
.menu-slide .menu-content .menu-row-1 .language button.active {
  font-weight: 700;
  color: #CC6E29;
}
.menu-avatar img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
}

.menu-slide .menu-content .menu-list {
  /* margin-top: 24px; */
  /* padding: 0px 12px; */
  border-top: 1px solid #ccc;
}

.menu-slide .menu-content .menu-list a.menu-link {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.menu-slide .menu-content .menu-list a.menu-link .link-content-icon {
  width: 30px;
  display: table-cell;
  padding-top: 6px;
}

.menu-slide .menu-content .menu-list a.menu-link .link-content-icon img {
  width: 20px;
}

.menu-slide .menu-content .menu-list a.menu-link .link-content {
  display: table-cell;
  font-weight: 300;
  font-size: 14px;
  vertical-align: middle;
}

.menu-slide .menu-content .menu-list a.menu-link .link-icon {
  display: table-cell;
  width: 10%;
  text-align: right;
  vertical-align: middle;
}

.menu-slide .menu-content .menu-list a.menu-link .link-icon img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.menu-slide .menu-content .menu-list strong {
  font-size: 18px;
  font-weight: 400;
}

.menu-slide .menu-content .menu-list .link-social {
  display: table;
  width: 100%;

}
.d-fixed-top {
  position: fixed;
  top: 0;
  max-width: 420px;
  width: 100%;
  z-index: 9999999999;
}
.d-fixed-bottom {
  position: fixed;
  bottom: 0;
  max-width: 420px;
  width: 100%;
  z-index: 9;
}

.image-profile {
  display: inline-block;
  position: relative;
}
.image-profile img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.image-profile span {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #CC6E29 0% 0% no-repeat padding-box;
  padding: 7px;
  cursor: pointer;
}
.d-none {
  display: none !important;
}
.login-radio-sex input.radio-sex {
  display: none;
}
.login-radio-sex label {
  display: block;
  text-align: center;
  height: 50px;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CCC;
  border-radius: 8px;
  padding: 6px;
}
.login-radio-sex label img {
  height: 34px;
}
.login-radio-sex input.radio-sex:checked + label {
  border: 2px solid #CC6E29;
}
.history-charger {
  display: table;
  width: 100%;
  border: 1px solid #00346E;
  border-radius: 8px;
  overflow: hidden;
}
.history-charger .history-plug {
  display: table-cell;
  width: 60px;
  padding: 12px;
  vertical-align: middle;
  text-align: center;
}
.history-charger .history-plug img {
  width: 40px;
  display: inherit;
}
.history-charger .history-detail {
  display: table-cell;
  padding: 12px;
  vertical-align: middle;
}
.history-charger .history-price {
  display: table-cell;
  padding: 12px;
  vertical-align: middle;
}
.history-charger .history-arrow {
  display: table-cell;
  padding: 12px 0;
  vertical-align: middle;
  width: 40px;
}
.history-charger .history-arrow img {
  width: 28px;
  display: inherit;
}
.border-0 {
  border: none !important;
}

nav {
  position: relative;
  width: 100%;
  padding: 18px 12px;
  background-color: #01376d;
  display: table;
  color: white;
  height: 93px;
}
nav .left {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  font-size: 35px;
}
nav .left i {
  cursor: pointer;
}
nav .center {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 6px;
  text-align: center;
  font-size: 20px;
}
nav .right {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
nav .right img {
  padding-top: 6px;
  width: 35px;
  cursor: pointer;
}
nav .left .link-back {
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.5);
  color: #00346e;
  border-radius: 50%;
  font-size: 20px;
  /* text-align: center; */
  padding: 1px 5px;
  font-weight: 500;
}
.position-relative {
  position: relative;
}
.home-profile {
  display: table;
  margin-bottom: 12px;
  width: 100%;
}
.home-profile .image-profile {
  display: table-cell;
  vertical-align: middle;
  width: 61px;
}
.home-profile .image-profile img {
  width: 61px;
  height: 61px;
  object-fit: cover;
  border-radius: 50%;
}
.home-profile .name-profile {
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
}
.home-menu {
  display: table;
  width: 100%;
  margin-bottom: 12px;
}
.home-menu .col-menu {
  display: table-cell;
  width:25%;
  text-align: center;
  padding: 6px;
  font-size: 15px;
}
.home-menu .col-menu .btn-menu {
  aspect-ratio: 1 / 1;
  width: 100%;
  border: 0;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 6px;
}
.home-menu .col-menu .btn-menu img {
  width: 100%;
}
.home-charger {
  display: table;
  width: 100%;
  margin-bottom: 12px;
}
.home-charger .col-battery {
  display: table-cell;
  width: 65%;
  padding: 6px;
  vertical-align: top;
}
.home-charger .col-battery .home-battery {
  display: block;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ccc;
  height: 98px
}
.home-charger .col-battery .home-battery::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  height: 49px;
  width: 10px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #ccc;
  background-color: white;
  border-left: none;
}
.home-charger .col-battery .home-battery .charger-green {
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translate(0%,-50%);
  -ms-transform: translate(-0%,-50%);
  background-color: #42CC29;
  height: 96%;
  width: 1%;
  border-radius: 10px;
  max-width: 98%;
}
.home-charger .col-battery .home-battery .battery-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}
.home-charger .col-price {
  display: table-cell;
  width: 35%;
  padding: 6px 6px 6px 16px;
  vertical-align: top;
}
.home-charger .col-price .price-content {
  width: 100%;
  border: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 24px 0;
  text-align: center;
  height: 98px
}
.home-news {
  display: table;
  margin-bottom: 16px;
  width: 100%;
  box-shadow: 0px 0px 6px #00000029;
}
.home-news .image-news {
  display: table-cell;
  vertical-align: top;
  aspect-ratio: 1 / 1;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
}
.home-news .content-news {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 12px;
}
.home-news .content-news .btn-news {
  position: absolute;
  bottom: 12px;
  right: 12px;
  border-radius: 50%;
  border: 1px solid #CC6E29;
  color: #CC6E29;
  background-color: none;
  width: 37px;
  height: 37px;
  text-align: center;
  padding: 6px 0;
}
#map {
  height: 500px;
  border-radius: 10px;
  width: 100%;
}
#map-station {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  width: 90%;
  display: none;
}
#map-station .station-box {
  display: table;
  width: 100%;
  box-shadow: 0px 0px 5px #00000080;
  border-radius: 20px;
  background-color: white;
  overflow: hidden;
}
#map-station .station-box .col-station {
  display: table-cell;
  width:  auto;
  vertical-align: top;
  padding: 12px;
}
#map-station .station-box .col-station .station-map-content {
  display: table;
  width: 100%;
}

#map-station .station-box .col-station .station-map-content .station-map-icon {
  display: table-cell;
  vertical-align: top;
  width: 60px;
  position: relative;
  padding-top: 2px;
}
#map-station .station-box .col-station .station-map-content .station-map-icon img {
  width: 100%;
}
#map-station .station-box .col-station .station-map-content .station-map-icon .lightning-charge {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #CC6E29;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 1px;
}
#map-station .station-box .col-station .station-map-content .station-map-detail {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding: 6px 12px ;
}
#map-station .station-box .col-station .station-map-content .station-map-detail .station-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 198px;
}
#map-station .station-box .col-nav {
  display: table-cell;
  width:  50px;
  vertical-align: middle;
  background-color: #CC6E29;
  color:  white;
  font-size: 24px;
  text-align: center;
}
#map-station .station-box .col-station .station-map-content .station-charger-status {
  display: block;
  float: left;
  position: relative;
  padding: 8px;
}
#map-station .station-box .col-station .station-map-content .station-charger-status .plug-status {
  width: 60px;
  height: 60px;
  border: 1px solid #404040;
  border-radius: 50%;
  text-align: center;
  padding: 12px 6px;
}
#map-station .station-box .col-station .station-map-content .station-charger-status .plug-status img {
  width: 80%;
}
#map-station .station-box .col-station .station-map-content .station-charger-status .icon-status {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: black;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 1px;
}
#map-station .station-box .col-station .station-map-content .station-charger-status .icon-status.red {
  background-color: red !important;
}
#map-station .station-box .col-station .station-map-content .station-charger-status .icon-status.green {
  background-color: #37AC52 !important;
}
.get-coupon-box {
  display: table;
  width: 100%;
  margin-bottom: 12px;
}
.get-coupon-box .coupon-input {
  display: table-cell;
  vertical-align: top;
  padding: 4px;
  width: auto;
  position: relative;
}
.get-coupon-box .coupon-input input {
  background-color: #E6E6E6;
  width: 100%;
  height: 48px;
  padding: 12px 32px 12px  12px;
  border: none;
  font-size: 17px;
}
.get-coupon-box .coupon-input svg {
  color: #707070;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  z-index: 999;
  font-size: 24px;
}

.get-coupon-box .coupon-scan {
  display: table-cell;
  vertical-align: top;
  width: 56px;
  padding: 4px;
}
.get-coupon-box .coupon-scan button {
  border: 1px solid #CC6E29;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  background-color: white;
  padding: 6px;
  width: 100%;
  height: 48px;
}
.get-coupon-box .coupon-scan button img{
  width: 100%;
}
.get-coupon-box .coupon-btn {
  display: table-cell;
  vertical-align: top;
  width: 94px;
  padding: 4px;
}
.get-coupon-box .coupon-btn button {
  border: 1px solid #CC6E29;
  border-radius: 10px;
  background-color: white;
  padding: 6px;
  width: 100%;
  font-size: 17px;
  height: 48px;
}

.coupon-box {
  display: table;
  width: 100%;
  box-shadow: 1px 0px 5px #00000033;
  margin-bottom: 12px;
}
.coupon-box .coupon-image {
  display: block;
  float: left;
  aspect-ratio: 5 / 4;
  width: 35%;
  height: 111px;
}
.coupon-box .coupon-image img {
  width: 100%;
}
.coupon-box .coupon-content {
  width: 65%;
  position: relative;
  display: block;
  float: left;
  padding: 6px 12px;
  height: 111px;
} 
.coupon-box .coupon-content .coupon-name {
  font-size: 15px;
}
.coupon-box .coupon-content .coupon-station {
  font-size: 12px;
}
.coupon-type {
  border: 1px solid #CC6E29;
  padding: 2px 6px;
  font-size: 10px;
  display: inline-block;
}
.coupon-box .coupon-content .coupon-expire {
  font-size: 12px;
  color: #CC6E29;
  padding-top: 4px;
  position: absolute;
  bottom: 6px;
  right: 12px;
}
.coupon-box .coupon-content .coupon-nav {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  width: 37px;
  height: 37px;
  color: #CC6E29;
  border: 1px solid #CC6E29;
  border-radius: 50%;
  display: block;
  text-align: center;
  padding: 6px;
}
.coupon-box-title {
  box-shadow: 0px 3px 6px #00000029;
  width: 100%;
  display: table;
}
.coupon-box-title .coupon-title-name {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  padding: 6px 18px;
}
.coupon-box-title .coupon-title-tag {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  padding: 6px 18px;
  text-align: right;
}
.btn-invoice-add {
  height: 100px;
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #CC6E29;
  border-radius: 10px;
}
.btn-invoice-add::after {
  content: '+';
  display: inline-block;
  border: 1px solid #CC6E29;
  color: #CC6E29;
  border-radius: 50%;
  height: 35px;
  width:35px;
  text-align: center;
  padding: 4px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  font-weight: 400;
}
.invoice-name {
  background-color: #002952;
  color: white;
  text-align: center;
  border-radius: 10px;
  padding: 6px;
  font-size: 18px;
  margin-bottom: 6px;
}
.invoice-detail {
  border: 1px solid #002952;
  border-radius: 10px;
  position: relative;
}

.invoice-detail .invoice-checkbox {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 36px;
  line-height: 1;
  width: 40px;
  height: 40px;
  border: 1px solid gray;
  border-radius: 50%;
  padding: 1px;
  cursor: pointer;
}
.invoice-detail .invoice-checkbox i {
  display: none;
}
.invoice-detail .invoice-checkbox.active {
  border-color: #cc6e29;
  color: #cc6e29;
}
.invoice-detail .invoice-checkbox.active i {
  display: inline;
}
.invoice-control {
  display: table;
  width: 100%;
}
.invoice-control .invoice-col {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 12px;
}
.invoice-control .invoice-col .invoice-edit {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #CC6E29;
  border-radius: 10px;
  background-color: white;
  color: #CC6E29;
  text-align: center;
  padding: 10px;
  font-size: 25px;
}
.invoice-control .invoice-col .invoice-remove {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #CC6E29;
  border-radius: 10px;
  background-color: #CC6E29;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 25px;
}
.input-invoice {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #CC6E29;
  font-size: 16px;
  padding: 4px;
  height: 36px;
  margin-bottom: 16px;
}
.border-invoice {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 12px;
}
.radio-invoice input[type=radio] {
  --s: 33px;     /* control the size */
  --c: #CC6E29; /* the active color */
  
  height: var(--s);
  width: var(--s);
  border: 1px solid #939393;
  padding: calc(var(--s)/8);
  background: 
      radial-gradient(farthest-side,var(--c) 94%,#0000) 
      50%/0 0 no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(var(--s)/10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: .3s;
}
.radio-invoice input[type=radio]:checked {
  border-color: var(--c);
  background-size: 100% 100%;
}
.radio-invoice input[type=radio]:disabled {
  background: 
      linear-gradient(#939393 0 0) 
      50%/100% 20% no-repeat content-box;
  opacity: .5;
  cursor: not-allowed;
}
.radio-invoice {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:5px 0;
  cursor: pointer;
}
.branch-invoice {
  margin-left: 48px;
  width: 87%;
}
.coupon-tab {
  display: table;
  width: 100%;
}  
.coupon-tab .coupon-tab-col {
  display: table-cell;
  width: 50%;
  padding: 12px;
}  
.coupon-tab .coupon-tab-col .coupon-menu {
  display: block;
  width: 100%;
  color: #969696;
  border-bottom: 1px solid #969696;
  border-radius: 0;
  background-color: white;
}
.coupon-tab .coupon-tab-col .coupon-menu.active {
  color: #CC6E29;
  border-bottom: 1px solid #CC6E29;
}
.shadow-buy-package {
  box-shadow: 0px 0px 6px #00000029;
}
.btn-buy-package {
  background-color: #CC6E29;
  display: table !important;
  width: 100%;
  border-radius: 10px;
  font-size: 17px;
  color: white;
}
.btn-buy-package .buy-package-content,
.btn-buy-package .buy-package-price {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 12px;
}
.btn-buy-package .buy-package-price {
  text-align: right;
}

#box-buy-package {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999999999999;
  background-color: rgba(0, 0, 0, 0.5);
}
#box-buy-package.active {
  display: block;
}
.conecnt-buy-coupon {
  position: absolute;
  max-width: 420px;
  width:100%;
  background-color: white;
  border-radius: 10px 10px 0px 0px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
}
.back-package {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0%,-50%);
  -ms-transform: translate(-0%,-50%);
  font-size: 18px;
}
.btn-login {
  background-color: #CC6E29;
  color: white;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 12px;
}
.station-banner {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.station-box {
  padding: 18px;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
  background-color: white;
  margin-top: -30px;
  margin-bottom: 12px;
}
.charger-box {
  position: relative;
  display: table;
  width:100%;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
  margin-bottom: 12px;
}
.charger-plug {
  display: table-cell;
  width:20%;
  vertical-align: middle;
  padding: 12px;
  text-align: center;
}
.charger-plug img {
  max-width: 90%;
  max-height: 60px;
}
.charger-content {
  display: table-cell;
  width:auto;
  vertical-align: middle;
  padding: 12px;
}
.charger-box .charger-status {
  position: absolute;
  top: 12px;
  right: 0px;
  padding: 4px 12px;
  background-color: red;
  font-size: 12px;
  color: white
}
.charger-box .charger-status::after {
  content: 'Occupied';
}
.charger-box.active .charger-status {
  background-color: #00BA4F;
}
.charger-box.active .charger-status::after {
  content: 'Available';
}
.row-slip {
  display: table;
  width: 100%;
  border-top: 1px solid #ccc;
  font-size: 14px;
}
.col-slip {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 6px 0;
}
.col-slip img {
  height: 18px;
}
.bg-slip-coupon {
  background-image: url('../images/Background-slip-coupon.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.shadow {
  box-shadow: 0px 0px 6px #00000029 !important;
}
.online-input-coupon {
  position: relative;
  width: 100%;
}
.online-input-coupon span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  cursor: pointer;
}
.online-input-coupon input {
  height: 30px;
  border-radius: 16px;
  font-size: 14px;
}
.cursor-pointer {
  cursor: pointer !important;
}
.box-online-coupon .btn-online-coupon {
  rotate: 0deg;
  transition: .3s;
}
.box-online-coupon.active .btn-online-coupon {
  rotate: 90deg;
}

.box-online-coupon #showOnlineCoupon {
  max-height: 20vh;
  overflow: hidden;
  padding: 4px;
  overflow-y: scroll;
  transition: .3s;
}

.box-online-coupon.active #showOnlineCoupon {
  max-height: 40vh;
}

.coupon-box .bi-check {
  display: none;
}
.coupon-box.active .bi-check {
  display: block;
  font-size: 38px;
  line-height: 1;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.service-icon {
  position: relative;
  display: inline-block;
}
.service-info {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 24px;
  color: #EF9453;
  cursor: pointer;
  background-color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 1;
}
.info-icon {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  text-align: center;
  background-color: #002952;
  height: 150px;
  border-radius: 10px 0 0 10px;
}
.info-icon  img {
  width: 50%;
}
.info-detail {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  position: relative;
  padding: 12px;
  font-size: 16px;
}
.info-detail .info-close {
  position: absolute;
  top: 12px;
  right: 12px;
}
.info-detail .info-close img {
  width: 25px;
}

.dialog-checkbox {
  background: #00000080 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 15px 15px;
  height: 36px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8px;
  text-align: center;
  z-index: 9;
  padding: 4px;
  color: white;
}

.dialog-checkbox .p1-checkbox {
  display: inline;
  font-size: 13px;
}

.dialog-checkbox .p1-checkbox .checkmark {
  background: #00000000 0% 0% no-repeat padding-box;
  border-radius: 0;
}

.dialog-checkbox .p1-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info-close {
  z-index: 999;
}
.bg-null {
  background: #00000000 !important;
}

.p1-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-top: 12px;
  margin-bottom: 24px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 24px;
}

.p1-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.p1-checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%);
  height: 18px;
  width: 18px;
  border: 1px solid white;
  border-radius: 50%;
  background-color: white;
}

.p1-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.p1-checkbox input:checked~.checkmark:after {
  display: block;
}

.p1-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #553A1E;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bg-gray {
  background-color: gray !important;
}
.row-service {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.col-service {
  position: relative;
  float: left;
  width: 100%;
  padding:  16px 0 16px 48px;
}
.col-service .service-icon {
  position: absolute;
  top: 16px;
  left: 0;
  width: 60px;
  z-index: 99;
}
.col-service .service-icon img {
  width: 60px;
}
.col-service .service-content {
  padding: 12px 12px 0 12px;
  display: flex;
  border: 1px solid #cc6e29;
  border-radius: 12px;
  flex-wrap: wrap;
  color: rgba(1, 42, 82, 0.3);
}
.col-service .service-content .charger-fee {
  width: 50%;
  text-align: center;
  flex: 0 0 auto;
  display: block;
  font-size: 8px;
  font-weight: 500;
  margin-bottom:10px;
}
.col-service .service-content .charger-fee:first-of-type {
  border-right: 1px solid #cc6e29;
}
.col-service .service-content .charger-fee .time {
  font-size: 10px;
  font-weight: 500;
  margin-top:-8px;
}
.col-service .service-content .charger-fee img {
  width: 19px;
  margin-right: 6px;
}
.col-service .service-content .charger-fee .service-value {
  font-size: 20px;
  line-height: 1;
  display: inline;
  font-weight: 500;
}
.col-service .service-content #service-icon-down {
  position: absolute;
  right: 8px;
  top: 32px;
  transition: .3s;
}

.service-content.active #service-icon-down {
  transform: rotate(180deg);
}

.service-content .charger-peak {
  display: none !important;
  flex: 0 0 auto;
  width: 100%;
  border-top: 1px solid #ccc;
  flex-wrap: wrap;
  display: flex;
  padding-top: 6px;
  margin-bottom: 6px;
}
.service-content.active .charger-peak {
  display: flex !important;
}
.charger-peak .on-peak,
.charger-peak .off-peak {
  width: 50%;
  text-align: center;
  flex: 0 0 auto;
  display: block;
  padding: 6px 0;
  font-weight: 500;
  float: left;
}
.charger-peak .off-peak {
  border-right: 1px solid #cc6e29;
}
.link-detail-peak {
  color: #012952;
  font-size: 10px;
  font-weight: 500;
}
.row-fee {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.oth-fee {
  display: block;
  float: left;
  width: 50%;
}
.oth-fee-box {
  position: relative;
  float: left;
  width: 100%;
  padding: 16px 6px 16px 48px;
}
.oth-fee-box .service-icon {
  position: absolute;
  top: 16px;
  left: 0;
  width: 60px;
  z-index: 99;
}
.oth-fee-box .service-icon img {
  width: 60px;
}
.oth-fee-box .oth-fee-content {
  border: 1px solid #cc6e29;
  padding: 15px 12px 4px 12px;
  border-radius: 12px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  min-height: 57px;
  font-size: 10px;
}
.oth-fee-box .oth-fee-content .oth-fee-title {
  font-size: 10px;
  font-weight: 400;
  margin-top:-6px;
  margin-bottom: 4px;
}
.service-value {
  font-size: 25px;
  display: inline
}
.red-slash {
  display: inline-block;
  position: relative;
}
.red-slash::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: rotate(-20deg);
  border-bottom: 1px solid red;
  top: 50%;
  display: block;
}