body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
body * {
  box-shadow: none!important;
  outline: none!important;
}
body.no-overflow {
  overflow: hidden;
}
body a {
  color: #476CFA;
  text-decoration: none;
}
body a:hover {
  color: #00BCB5;
}
body header ul,
body .merchant-detail ul,
body .container-recharge ul {
  margin: 0;
  padding: 0;
}
body header ul li,
body .merchant-detail ul li,
body .container-recharge ul li {
  list-style: none;
}
body .img-full {
  width: 100%;
  object-fit: cover;
}
body h1.big {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0;
}
body h1.blue {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #476CFA;
  margin-bottom: 0;
}
body h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}
body h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
body h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}
body p.green,
body span.green {
  color: #24DA05 !important;
}
body p.orange,
body span.orange {
  color: #FFA500 !important;
}
body p.red,
body span.red {
  color: #FC4460 !important;
}
body .btn {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  padding: 11px 45px;
  border-radius: 17px;
}
body .btn.btn-primary {
  color: #FFFFFF;
  background-color: #00BCB5;
  border-color: #00BCB5;
}
body .btn.btn-primary.small {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 45px;
}
body .btn.btn-primary.big {
  background: url(../img/gradiente-pulsante.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  font-family: 'Almarai', sans-serif;
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  padding: 10px 30px;
  margin: 20px auto 0 auto;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.16) !important;
}
body .btn.btn-primary.big img {
  margin-left: 10px;
}
body .btn.btn-primary.red {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding: 16px 45px;
  border-radius: 5px;
  background-color: #FC4460;
  border-color: #FC4460;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.16) !important;
}
body .btn.btn-outline-primary {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  border-color: #707070;
  max-width: 80%;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}
body .btn.btn-outline-primary img {
  margin-right: 8px;
}
body .btn.btn-secondary {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 4px;
  padding: 13px 25px;
}
body .alert p {
  margin-bottom: 0;
}
body #loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  display: none;
}
body #loading .loading-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #loading .loading-img img {
  animation: pulse 2s infinite;
}
body header {
  position: relative;
}
body header .ico-back {
  cursor: pointer;
  position: absolute;
  top: 35px;
  left: 17px;
}
body header .back {
  cursor: pointer;
}
body header .header-area {
  background: url(../img/gradiente.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
body header .header-area img.logo {
  max-height: 40px;
}
body header .logo-colored {
  max-height: 40px;
}
body header .right-menu-wrapper .hamburger-wrapper .hamburger {
  cursor: pointer;
}
body header .right-menu-wrapper .language-selector {
  max-width: 150px;
  text-align: right;
}
body header .right-menu-wrapper .language-selector .dropdown-menu {
  min-width: 100%;
  background: rgba(0, 188, 181, 0.5);
  border: 2px white solid;
  margin-top: 2px;
}
body header .right-menu-wrapper .language-selector .dropdown-item {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
  font-weight: 900;
  border-radius: 4px;
  padding: 7px 5px;
  color: #FFFFFF !important;
  background-color: transparent!important;
}
body header .right-menu-wrapper .language-selector .dropdown-item img {
  width: 25px;
}
body header .right-menu-wrapper .language-selector .dropdown-item span {
  margin-left: 5px;
}
body header .right-menu-wrapper .language-selector .dropdown-item:active {
  background-color: #00BCB5;
  border-color: #00BCB5;
}
body header .right-menu-wrapper .language-selector .dropdown-item.no-border {
  border: none!important;
}
body header .mobile-menu {
  background-color: #FFFFFF;
  position: fixed;
  top: 65px;
  left: 100%;
  height: calc(100% - 65px);
  width: 100%;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.4, 0.68, 0.07, 0.65);
  overflow-y: auto;
  overflow-x: hidden;
}
body header .mobile-menu.push-top {
  top: 66px;
}
body header .mobile-menu.open {
  left: 0;
}
body header .mobile-menu .ico-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 17px;
}
body header .mobile-menu p {
  font-size: 25px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 0;
}
body header .mobile-menu p span {
  color: #9E9FA0;
}
body header .mobile-menu hr {
  border-top: 1px solid #9E9FA0;
  margin-top: 20px;
  margin-bottom: 40px;
}
body header .mobile-menu ul li {
  margin-bottom: 10px;
}
body header .mobile-menu ul li a {
  font-size: 25px;
  line-height: 34px;
  color: #000000;
}
body header .mobile-menu ul li a img {
  margin-right: 13px;
  height: 30px;
}
body header .mobile-menu ul li a.bordered {
  border-top: 1px solid rgba(158, 159, 160, 0.25);
  border-bottom: 1px solid rgba(158, 159, 160, 0.25);
  padding-top: 18px;
  padding-bottom: 30px;
  margin-top: 15px;
}
body footer {
  height: 65px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fafafa;
}
body footer .items {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
body footer .items .item {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #bababa;
}
body footer .items .item img {
  height: 40px;
}
body #feeback-open {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #00BCB5;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  padding: 10px;
  cursor: pointer;
}
body #feeback-open img {
  max-width: 100%;
}
body form a {
  font-size: 15px;
  line-height: 20px;
}
body form .form-group {
  padding-bottom: 7px;
  border-bottom: 1px solid #707070;
}
body form .form-group.no-line {
  border-bottom: none;
}
body form .form-group .widget-selector {
  padding-left: 5px;
  padding-right: 8px;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}
body form .form-phone input {
  height: 20px;
}
body form .form-label {
  color: #707070;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
body form .form-label-small {
  color: #707070;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}
body form span {
  color: #707070;
  font-size: 13px;
  line-height: 18px;
}
body form span.strong {
  color: #000000;
  font-size: 15px;
  line-height: 20px;
}
body form .form-control {
  border: none;
  border-radius: unset;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: #000000;
  text-align: right;
}
body form .form-control:focus {
  color: #000000;
  border: none;
}
body form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #707070;
  opacity: 0.45;
  /* Firefox */
}
body form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #707070;
}
body form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #707070;
}
body form p {
  font-size: 13px;
  line-height: 18px;
  color: #707070;
}
body form .container_custom_checkbox .custom_checkbox {
  cursor: pointer;
  background-color: #FFFFFF;
  content: "\00a0";
  font: 23px sans-serif;
  height: 23px;
  width: 23px;
  margin: 2px 8px 0 0;
  padding: 0;
  vertical-align: top;
  border-radius: 0;
  border: 1px solid #9E9FA0;
  position: relative;
}
body form .container_custom_checkbox .custom_checkbox.checked:before {
  color: #707070;
  content: "\2713";
  text-align: center;
  position: absolute;
  top: -2px;
  left: 0;
  width: 23px;
  height: 23px;
}
body form .container_custom_checkbox .cont-label {
  width: 100%;
}
body form .container_custom_checkbox .cont-label label {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #707070;
  margin-bottom: 0;
}
body form .container_custom_checkbox .cont-label label a {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #476CFA;
}
body form .container_custom_checkbox .cont-label label a:hover {
  color: #00BCB5;
}
body form.charge input {
  width: 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #000000;
  margin-left: 30px;
  margin-right: 10px;
  height: 37px;
  padding: 4px 10px;
  border-radius: 8px;
}
body form.charge .energy input {
  border: 1px solid #24DA05;
}
body form.charge .energy img {
  width: 60px;
}
body form.charge .time input {
  border: 1px solid #00BCB5;
}
body form.charge .time img {
  width: 50px;
  margin-left: 5px;
}
body form.charge .price input {
  border: 1px solid #476CFA;
}
body form.charge .price img {
  width: 50px;
  margin-left: 5px;
}
body form.charge span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #707070;
  width: 80px;
}
body form.charge #stop-button-background {
  position: relative;
  background-color: #FC4460;
  width: 70%;
  max-width: 90vw;
  height: 60px;
  border: white;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body form.charge #stop-button-background #stop-button-slider {
  transition: width 0.3s, border-radius 0.3s, height 0.3s;
  position: absolute;
  left: -10px;
  background-color: #fff;
  border: 4px solid #FC4460;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body form.charge #stop-button-background #stop-button-slider.unlocked {
  transition: all 0.3s;
  width: 100%;
  left: 0 !important;
  height: inherit;
  border-radius: inherit;
}
body form.charge #stop-button-background #stop-button-slider img {
  height: 40px;
}
body form.charge #stop-button-background .slide-text {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
body form .packages .package .package-inner {
  margin: 10px;
  border: 2px solid #00BCB5;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
body form .packages .package .package-inner.active {
  background-color: #cdcdcd;
}
body form .packages .package .package-inner img {
  height: 150px;
  object-fit: contain;
}
body form .packages .package .package-inner h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
body form .packages .package .package-inner .price {
  font-size: 24px;
  color: #00BCB5;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: 20px;
}
body form .packages .package .package-inner .energy {
  font-size: 18px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
body .container-form img.logo,
body .container-form img.colored {
  animation: pulse 2s infinite;
}
body .bg-gray {
  background-color: #D1DDCF;
  padding: 5px;
  margin: 10px 0;
}
body .bg-white {
  padding: 0 30px;
}
body .bg-white ul.account li {
  margin-bottom: 18px;
}
body .bg-white ul.account li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #707070;
}
body .bg-white ul.account li a img {
  margin-right: 30px;
}
body .transactions {
  background-color: #FFFFFF;
  border: 1px solid rgba(158, 159, 160, 0.5);
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.16) !important;
}
body .transactions .detail {
  display: none;
}
body .transactions span.date,
body .transactions span.hour {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
}
body .transactions span.date {
  color: #000000;
}
body .transactions span.hour {
  color: #707070;
}
body .transactions span.price {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}
body .transactions p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}
body .transactions .open {
  transform: rotate(90deg);
}
body .transactions .transaction-map {
  height: 200px;
}
body .user-packages-chargestation li {
  margin-bottom: 10px;
}
body .user-packages-chargestation li img {
  width: 15px;
  margin-right: 10px;
}
body .container-map {
  position: fixed;
  bottom: 65px;
  left: 0;
  width: 100%;
  height: calc(100% - 65px - 65px);
}
body .container-map #open-qr-video {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 30px;
  left: 10px;
  padding: 0;
  border: none;
  background: transparent;
}
body .container-map #open-qr-video img {
  width: 50px;
  height: 50px;
  padding: 0px;
}
body .container-map .qr-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #000000;
  display: none;
}
body .container-map .qr-video-wrapper #qr-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body .container-map .qr-video-wrapper .ico-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 30px;
  height: 30px;
  z-index: 2;
}
body .container-map .qr-video-wrapper #ico-change-camera {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 17px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
body .container-map .qr-video-wrapper .mask {
  position: absolute;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .container-map #map,
body .container-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
body .container-map .location {
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 15px 35px 35px 35px;
  border: 1px solid rgba(158, 159, 160, 0.5);
}
body .container-map .location .ico-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 10px;
}
body .container-map .location h2 {
  font-weight: 400;
  margin-bottom: 0;
}
body .container-map .location p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #7B7B7B;
  margin-bottom: 0;
}
body .title-wrapper {
  border: 2px solid #00BCB5;
  border-radius: 8px;
  padding: 10px;
  margin: 10px auto;
}
body .title-wrapper img {
  max-width: 200px;
}
body .chargestation-image-wrapper img {
  max-height: 40vh;
  object-fit: cover;
}
body .merchant-detail {
  padding: 10px;
}
body .merchant-detail > div {
  border: 2px solid #00BCB5;
  border-radius: 8px;
  padding: 10px;
}
body .merchant-detail p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
body .merchant-detail p.green {
  color: #24DA05;
}
body .merchant-detail p.red {
  color: #FC4460;
}
body .merchant-detail ul {
  margin-bottom: 5px;
}
body .merchant-detail ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
body .merchant-detail ul li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
body .merchant-detail ul li a img {
  margin-right: 8px;
}
body .merchant-detail .connector-image {
  width: auto;
  height: 30px;
}
body .pay-button {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 5px;
  font-size: 22px;
  align-items: center;
}
body .pay-button .empty {
  width: 30px;
}
body .pay-button a {
  text-align: center;
  flex: 1;
}
body .pay-button .info-button {
  width: 30px;
  cursor: pointer;
}
body .info-button img {
  background-color: #00BCB5;
  padding: 4px;
  border-radius: 20px;
  width: 30px !important;
  height: 30px;
}
body .card-wrapper {
  border: 2px solid #00BCB5;
  border-radius: 8px;
  padding: 10px;
}
body .navigator-wrapper {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 10px auto;
}
body .navigator-wrapper .navigator-wrapper-item {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
body .navigator-wrapper .navigator-wrapper-item img {
  width: 45px;
}
body .tutorial-yt {
  border: 2px solid #707070;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
}
body .tutorial-yt img {
  width: 30px;
  display: inline;
  margin-right: 5px;
}
body #form_virtual_card {
  margin-bottom: 30px;
}
body #form_virtual_card .form-data {
  border: 2px solid #00BCB5;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 15px;
}
body #form_virtual_card .form-data p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
body #form_virtual_card .form-data p.green {
  color: #24DA05;
}
body #form_virtual_card .form-data p.red {
  color: #FC4460;
}
body .container-recharge .connector_wrapper {
  margin-bottom: 20px;
}
body .container-recharge .connector_wrapper .connector {
  display: inline-block;
  cursor: pointer;
  width: 80%;
  border: 1px solid #24DA05;
  border-radius: 10px;
  padding: 5px 10px;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2) !important;
}
body .container-recharge .connector_wrapper .connector img {
  width: 30px;
  height: auto;
}
body .container-recharge .connector_wrapper .connector.selected,
body .container-recharge .connector_wrapper .connector:hover {
  background-color: #dedede;
}
body .container-recharge .top {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .container-recharge .top img .logo-big {
  width: 375px;
  max-width: 80%;
}
body .container-recharge .top img.logo {
  width: 266px;
}
body .container-recharge .top img.colored {
  width: 274px;
}
body .container-recharge .top .btn.btn-primary.big {
  font-size: 40px;
  line-height: 56px;
  margin-top: 0;
}
body .container-recharge .top p.message {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #00BCB5;
  text-transform: uppercase;
  max-width: 75%;
  margin: 0 auto;
}
body .container-recharge .top p.message span {
  font-size: 50px;
  line-height: 68px;
}
body .container-recharge .bottom {
  position: absolute;
  bottom: 20px;
}
body .container-recharge .bottom img.logo {
  width: 200px;
}
body .container-recharge .bottom img.colored {
  width: 209px;
}
body .container-recharge ul {
  margin-bottom: 5px;
}
body .container-recharge ul li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}
body .container-recharge ul li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
body .container-recharge ul li a img {
  margin-right: 8px;
}
body .container-recharge .container-form,
body .container-recharge .container-error,
body .container-recharge .container-message {
  display: none;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
