* { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-family: 'Poppins', sans-serif;}
input, input:focus, input:hover,
select, select:focus, select:hover,
button, button:focus, button:hover {
	outline: none;
} 

a { text-decoration:none; }

/* @font-face {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: normal;
	src: local('Gilroy-Bold ☞'), url('../fonts/Gilroy-Bold.woff') format('woff');
}


@font-face {
	font-family: 'Gilroy-Heavy';
	font-style: normal;
	font-weight: normal;
	src: local('Gilroy-Heavy ☞'), url('../fonts/Gilroy-Heavy.woff') format('woff');
}


@font-face {
	font-family: 'Gilroy-Light';
	font-style: normal;
	font-weight: normal;
	src: local('Gilroy-Light ☞'), url('../fonts/Gilroy-Light.woff') format('woff');
}


@font-face {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: normal;
	src: local('Gilroy-Medium ☞'), url('../fonts/Gilroy-Medium.woff') format('woff');
}


@font-face {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: normal;
	src: local('Gilroy-Regular ☞'), url('../fonts/Gilroy-Regular.woff') format('woff');
} */
::-webkit-input-placeholder { /* Edge */
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 15px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 15px;
  }
  
  ::placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 15px;
  }

body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	color: #363636;
	max-width: 480px;
	margin: 0 auto;
    box-shadow: 0 0 40px 0 rgba(0,0,00,0.3);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,00,0.3);
    position: relative;
}

.header {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8DA;
}

.logo {
    max-width: 180px;
    width: 100%;
}

.h-right {
    width: auto;
}

.menu-toggle {
    width: 50px;
    height: 50px;
    display: flex;
    text-decoration: none;
    border: 1px solid #F4F4F6;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: #363636;
}

.body {
    width: 100%;
}

.scan-qr {
    width: 100%;
    padding: 40px 20px 20px 20px;
    text-align: center;
}

.scan-qr h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #363636;
    font-family: 'Poppins', sans-serif;
}

.qr {
    width: 100%;
    margin-top: 45px;
}

.welcome-wrap {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #D8D8DA;
}

.inner-space {
    padding: 0 20px;
}

.welcome-text {
    width: 100%;
    /* margin-bottom: 20px; */
}

.welcome-text h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #363636;
    margin-bottom: 20px;
}

.welcome-text p {   
    width: 100%;
    margin: 0;
    background: #F5F5F8;
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 14px;
    color: #757575;
    line-height: 26px;
}

.welcome-text p span {
    font-size: 18px;
    line-height: 17px;
    color: #52BA6C;
    font-family: 'Poppins', sans-serif;
}

.ch-rate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.ch-rate p {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    color: #363636;
}

.ch-rate span {
    font-size: 18px;
    line-height: 32px;
    color: rgba(255,255,255,0.8);
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(98.53deg, #52BA6C -19.03%, #184EA2 115.13%);
    border-radius: 50px;
    padding: 5px 20px;
}

.charger-wrap {
    width: 100%;
    padding-top: 15px;
}

.sl-label {
    font-size: 16px;
    line-height: 32px;
    color: #363636;
}

.connector-list {
    width: 100%;
    margin-top: 10px;
}

.connector-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: auto;
}

.connector-list ul li {
    margin-right: 15px;
    width: 120px;
    flex: 0 0 auto;
}

.connector-list ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cn-icon {
    width: 100%;
    border: 1px solid #D8D8DA;
    border-radius: 12px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -moz-linear-gradient(175.77deg, #1951A1 -10.34%, #7DBA68 118.68%);
    background: -webkit-linear-gradient(175.77deg, #1951A1 -10.34%, #7DBA68 118.68%);
    background: linear-gradient(175.77deg, #1951A1 -10.34%, #7DBA68 118.68%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color:transparent;
    margin-bottom: 5px;
}

.cn-icon span {
    font-size: 70px;
}

.connector-list ul li a.active .cn-icon {
    -webkit-background-clip: inherit;
    -moz-background-clip: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: inherit;
}

.connector-list ul li a.active .cn-icon span {
    color: #fff;
}

.connector-list ul li a p {
    color: #363636;
    font-size: 16px;
    line-height: 16px;
}

.ch-status {
    margin-top: 20px;
    border: 1px solid #52BA6C;
    border-radius: 50px;
    background: rgba(82, 186, 108, 0.1);
    padding: 10px 25px;
}

.ch-status p {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
}

.map-wrap {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 40px;
}

.map-outer {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 10px;
}

.map-outer iframe {
    width: 100%;
}

.map-wrap p {
    color: #757575;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}

.cn-button {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.cn-button a {
    background: #184EA2;
    border-radius: 30px;
    margin-bottom: 10px;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
}

.cn-button a span {
    font-size: 36px;
    margin-right: 16px;
}
.section-heading{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #184EA2;
    margin: 20px 0px 15px 0px;
}
.form-label{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #757575;
    margin-bottom: 0px;
}
.form-control, .form-control:focus {
    border-bottom: 1px solid #DBE0D9;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding-left: 0px;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mt-20{
    margin-top: 20px;
}
.position-relative{
    position: relative;
}
.apply-btn{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #52BA6C;
    border: none;
    background: no-repeat;
    position: absolute;
    bottom: 8px;
    right: 12px;
}
.guest-user-form-outer .welcome-text span{
    color: #363636;
}
.guest-user-form-outer .welcome-text {
    position: relative;
}
.guest-user-form-outer .welcome-text p{ 
    padding-left: 55px; 
}
.Promo-code-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
}
.guest-user-form-outer ul.payment-card-icon{ list-style: none; padding: 0px; }
.guest-user-form-outer ul.payment-card-icon li{ 
    background: url(../images/payment-icon.png) no-repeat;
    display: inline-block;
    width: 52px;
    height: 34px;
}
.guest-user-form-outer ul.payment-card-icon li.american{
    background-position: -167px 0px;
}
.guest-user-form-outer ul.payment-card-icon li.disc{
    background-position: -112px 0px;
}
.guest-user-form-outer ul.payment-card-icon li.master{
    background-position: -55px 0px;
}
.guest-user-form-outer ul.payment-card-icon li.visa{
    background-position: 0px 0px;
}
.tc-tag{
    color: #184EA2;
    font-weight: 700;
}
.btn.authorize-pay{
    background: #184EA2;
    width: 100%;
    padding: 19px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 12px;
}
.btn.authorize-pay:focus{
    background: #001a42;
    color: #fff;
}
.AUT-PAYMENT {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 36px;
    top: 50%;
    transform: translateY(-50%);
}
.chargeing-point-outer h2.chargeing-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #184EA2;
    margin-bottom: 10px;
}
.chargeing-point-outer .chargeing-point-ID  {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #363636;
}
.chargeing-point-outer .chargeing-point-ID span {
    color: #52BA6C;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.chargeing-point-outer .price{
    font-size: 22px;
    line-height: 27px;
    color: #52BA6C;  
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
}
.charging-started .progress span{
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Poppins', sans-serif;
    color: #363636;
}
.charging-started .progress{
    height: 44px;
    border-radius: 12px;
    margin: 20px 0px;
}
.charg-amount-outer{
    background: rgba(82, 186, 108, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}
.charg-amount-outer ul{ list-style: none; padding: 0px; margin-bottom: 0px;}
.charg-amount-outer ul.charg-amount-first-ul{ border-right: 1px solid #757575; }

.charg-amount-outer ul.charg-amount-first-ul li{
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
    padding: 6px 0px;
}
.charg-amount-outer ul.charg-amount-seond-ul li{
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #52BA6C;;
    padding: 6px 0px;
}
.charg-amount-outer ul.charg-amount-seond-ul li.amount-charged{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.charg-amount-outer ul li.amount-charging{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.charge-duration-outer {
    border: 1px solid #D8D8DA;
    border-radius: 12px;
    text-align: center;
    padding:0px;
    margin-bottom: 20px;
}
.charge-duration-outer .charge-duration-inner p{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #184EA2;
}
.charge-duration-outer .charge-duration-inner span{
    font-style: normal;
    font-size: 14px;
    color: #363636;
}
.charge-duration-outer .border-right {
    border-right: 1px solid #D8D8DA;
}
.charge-duration-outer .charge-duration-inner {
    padding: 20px 0px;
}
.cha-refresh-outer{
    background: rgba(255, 184, 0, 0.1);
    border-radius: 12px;
    padding: 15px 15px;
    display: flex;
    align-items: center;

}
.cha-refresh-outer span{
    font-size: 13px;
    color: #757575;
}
.cha-refresh-outer .info {
    font-size: 22px;
    margin-right: 10px;
}
.btn.stop-charging{
    background: linear-gradient(90deg, #F05C3C 0%, #AD2406 100%);
    width: 100%;
    padding: 19px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 12px;
}
.charger {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 26px;
}
.comple-charging-mess-outer{
    margin: 10px 0px 30px 0px;
    text-align: center;
}
.comple-charging-mess-outer h2{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    color: #52BA6C;
    margin-bottom: 15px;
}
.comple-charging-mess-outer p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: #363636;
}
.thank-you-mess-outer p{
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #363636;
    padding: 0;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.back-arrow{
    position: absolute;
    left: 20px;
    color: #fff;
    font-size: 36px;
    top: 50%;
    transform: translateY(-50%);
}
.forgot-password{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #184EA2;
    display: flex;
    justify-content: end;
}
.btn.login {
    background: #52BA6C;
    width: 100%;
    padding: 19px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    position: relative;
    border-radius: 12px;
    text-align: left;
    padding-left: 60px;
}
.login-icon {
    position: absolute;
    left: 20px;
    color: #fff;
    font-size: 36px;
    top: 50%;
    transform: translateY(-50%);
}
.sign-in-with-social-acc {
    margin: 30px 0px;
    display: flex;
    position: relative;
    justify-content: center;
}
.sign-in-with-social-acc p{
    position: relative;
    font-size: 12px;
    line-height: 14px;
    color: #757575;
    text-align: center;
    margin: 0px;
    background: #fff;
    padding: 0px 10px;
    z-index: 9;
}
.login-boder{
    background: #D9D9D9;
    height: 1px;
    position: absolute;
    margin: 0px -20px;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.login-outer {
    display: inline-block;
    width: 100%;
}
.btn.login-with-google {
    background: #fff;
    width: 100%;
    padding: 19px 0px 19px 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #363636;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
}
.btn.login-with-facebook {
    background: #1877F2;
    width: 100%;
    padding: 19px 0px 19px 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #fff;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
}
.btn.sign-up {
    background: #52BA6C;
    width: 100%;
    padding: 19px 0px 19px 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #fff;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
}
.login-with-google{
    position: relative;
}
.login-with-google:before{
    content: "";
    background: url(../images/Google-Logo.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
}
.btn.login-with-facebook:before{
    content: "";
    background: url(../images/facebook.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
}
.user-icon {
    position: absolute;
    left: 20px;
    color: #fff;
    font-size: 36px;
    top: 50%;
    transform: translateY(-50%);
}


.card-list {
    padding: 15px 0px 15px 4px;
    margin: 0;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #DBE0D9;
}

legend {
    font-size: 22px;
    font-weight: 600;
    color: #191919;
    margin: 0;
    background: #edf4fe;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    border: 2px solid #3a88f6;
    display: flex;
}

.card-list label {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    padding: 0px 0px 0px 0px;
    -webkit-tap-highlight-color: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
}

.card-list input[type="radio"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    transition: linear 0.8s;
    height: 0;
    width: 0;
    -webkit-tap-highlight-color: transparent;
}

.card-list input[type="radio"]:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    top: 50%;
    left: 0;
    border-radius: 20px;
    border: 2px solid #52BA6C;
    transition: linear 0.2s;
    cursor: pointer;
    transform: translateY(-50%);
}
.radio-item span {
    padding-left: 40px;
}

.card-list input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    background: #52BA6C;
    transition: linear 0.2s;
    cursor: pointer;
}
.card-number {
    display: inline-block;
}

.card-list input[type="radio"]:checked:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #fff;
    left: 12px;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.radio-item-container {
    display: flex;
    flex-direction: column;
    /* border: 2px solid #3a88f6; */
    border-top: 0;
    background: #fff;
    border-radius: 0;
    padding: 0px 0;
}

.radio-item {
    display: flex;
    position: relative;
}

.icon {
    font-size: 24px;
    position: absolute;
    right: 26px;
    top: 11px;
    transition: linear 0.3s;
}

.card-list input[type="radio"]:checked + span > .icon {
    transform: scale(1.7);
}
.card-info .section-heading{
    margin: 10px 0px 15px 0px;
}
button.add-new-card {
    border: none;
    background: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.add-new-card .add-new-card-icon {
    color: #52BA6C;
    font-size: 30px;
    margin-right: 14px;
}
.choose-charger {
    color: #184EA2;
    font-size: 25px;
    display: inline-block;
}
p.choose-text {
    margin: 0px;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #363636;
}
.connector-not-connect-text h2{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #F05C3C;
    margin-bottom: 10px;
}
.connector-not-connect-text p{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #363636;
}
.timer-outer{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.timer-outer .timer-in{
    border: 1px solid #757575;
    border-radius: 50%;
    padding: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #F05C3C;
    margin: 0px 5px;
    width: 80px;
    height: 80px;
}
.waring-outer {
    background: rgba(255, 184, 0, 0.1);
    border-radius: 12px;
    text-align: center;
    padding: 20px 20px;
}
.waring-outer .report {
    color: #FFB800;
    font-size: 60px;
}
.waring-outer p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #757575;
    margin-bottom: 5px;
}
.waring-outer a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #363636;
}
.btn.authorize-pay {
    background: #184EA2;
    width: 100%;
    padding: 19px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 12px;
}
.disable-btn{
    background: #a7a7a7;
    width: 100%;
    padding: 19px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 12px;
}
.checking-connection-outer {
    padding-bottom: 0px;
}
.checking-connection-img-b img {
    width: 100%;
}

.home-signup {
    width: 100%;
    text-align: center;
}

.home-signup p {
    margin: 4px 0 10px 0;
}

.home-signup p button {
    border: none;
    background: none;
    color: #184ea2;
    font-weight: 600;
}

.ch-status.ch-offline {
    border: 1px solid #f05c3c;
    background: #ffece8;
    color: #f16d50;
}

img.card-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
}

.relative {
    position: relative;
}
.checking-connection-img-b {
    margin-bottom: 10px;
}

.pay-msg {
    width: 100%;
    background: #FFF8E6;
    margin: 14px 0;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    color: #363636;
}

.btn.authorize-pay.startChargingGrey {
    background: #6c6c6c;
    cursor: not-allowed;
}
.not-cooect-icon {
    text-align: center;
    margin-bottom: 10px;
}
.img-btn > input{
display:none
}
.img-btn > .cn-icon{
cursor:pointer;
border:1px solid transparent;
}
.img-btn > input:checked + .cn-icon{
border-color: #b4cef3;

}
/*Author*/
.author{
position:fixed;
bottom:10px;
right:10px;
background:black;
padding:3px;
border-radius:5px;
}
.author p{
text-align:center;
padding:5px 10px;
margin:0;
color:white;
border:2px solid lightgrey;
border-radius:5px;
}
.author a{
color:lightgrey;
}
.error span {
    color: red;
    font-size: 12px;
}  
.welcome-wrap.checking-connection-outer{
    border-bottom: 0px solid #D8D8DA; 
}

.splash-animation {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.spa-bg {
    width: 100%;
}

.spa-car {
    position: absolute;
    left: -320px;
    bottom: 5px;
    animation: movecar 5s infinite;
    width: 62%;
}

.spa-tick {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 110px;
    bottom: 130px;
    background: #5ca337;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    animation: tick 5s infinite;
}

.spa-tick span {
    color: #fff;
    font-size: 40px;
}

.spa-arrow {
    position: absolute;
    right: 80px;
    bottom: 80px;
    transform: scaleX(1);
    animation: arrow 5s infinite;
    height: 74px;
}

.loader-outer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes movecar {

    0.00% {
        left: -320px;
    }

    15% {
        left: 10%;
    }

    80% {
        left: 10%;
    }

    100% {
        left: 120%;
    }
}

@keyframes arrow {

    0.00% {
        width: 0px;
    }

    20% {
        width: 0px;
    }

    30% {
        width: 150px;
    }

    75% {
        width: 150px;
    }

    80% {
        width: 0px;
    }

    100% {
        width: 0px;
    }
}

@keyframes tick {

    0.00% {
        transform: scale(0);
    }

    20% {
        transform: scale(0);
    }

    40% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1);
    }

    80% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}


/* charging in progrerss page start */

.ch-ip-wrap {
    width: 100%;
    padding: 40px 0 20px 0;
}

.circle-wrap {
    width: 162px;
    height: 162px;
    display: flex;
    margin: 0 auto;
    background: radial-gradient(50% 50% at 50% 50%, #184EA2 0%, #19335B 100%);
    border-radius: 100%;
    align-items: center;
}

.ch-ip-circle {
    width: 178px;
    text-align: center;
    height: 178px;
    margin: 0 auto;
    border: 1px dashed rgba(24, 78, 162, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.circle-content {
    width: 100%;
}

.circle-content span {
    color: #fff;
    font-size: 34px;
}

.circle-content p {
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    padding: 0 12px;
}

.circle-content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 32px;
    color: #fff;
}

.ch-ip-info-box {
    background: rgba(82, 186, 108, 0.1);
    border-radius: 12px;
    position: relative;
    padding: 15px 15px 15px 40px;
    text-align: left;
}

.ch-ip-info-box h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #52BA6C;
}

.ch-ip-info-box p {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #363636;
}

.ch-ip-info-box span {
    position: absolute;
    left: 12px;
    top: 16px;
    color: #52BA6C;
}

.ch-ip-info {
    width: 100%;
    margin-top: 40px;
}

.ch-ip-other-cost {
    width: 100%;
    margin-top: 20px;
}

.ch-ip-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8DA;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ch-ip-row p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #363636;
}

.ch-ip-row:last-child {margin-bottom: 0;border-bottom: none;}

.ch-ip-row span {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #52BA6C;
}

.charging-completed .circle-content span {
    font-size: 60px;
}

.charging-completed .circle-wrap {
    background: radial-gradient(50% 50% at 50% 50%, #52BA6C 0%, #248C3E 100%);
}

.charging-completed .ch-ip-info {
    margin-top: 10px;
}

.chcp-tect {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.chcp-tect h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #363636;
}

.chcp-tect p {
    margin: 7px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #363636;
}




/* CSS Document */

#mobile-navigation-overlay {
  cursor: pointer;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.4s ease 0.8s, height 0s ease 1.2s;
  -o-transition: opacity 0.4s ease 0.8s, height 0s ease 1.2s;
  transition: opacity 0.4s ease 0.8s, height 0s ease 1.2s;
}
.show-menu #mobile-navigation-overlay {
  top: 98px;
  opacity: 1;
  height: 100%;
  -webkit-transition: height 0s ease 0s, opacity 0.4s ease 0s;
  -o-transition: height 0s ease 0s, opacity 0.4s ease 0s;
  transition: height 0s ease 0s, opacity 0.4s ease 0s;
}

#mobile-navigation {
  position: fixed;
  background: #F5F5F6;
  position: fixed;
  left: 0;
  top: 98px;
  bottom: 0;
  width: 296px;
  z-index: 9999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(-296px);
  -moz-transform: translateX(-296px);
  -ms-transform: translateX(-296px);
  transform: translateX(-296px);
  -webkit-transition: transform 0.3s ease-out 0.4s;
  -o-transition: transform 0.3s ease-out 0.4s;
  transition: transform 0.3s ease-out 0.4s;
  backface-visibility: hidden;
  width: 100%;
  max-width: 296px;
}
.show-menu #mobile-navigation {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s linear 0.4s;
  -o-transition: transform 0.3s linear 0.4s;
  transition: transform 0.3s linear 0.4s;
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.85);
box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.18), 0px 5.5px 5px rgba(0, 0, 0, 0.24);
}
#mobile-navigation .mobile-navigation {
  opacity: 0;
  visibility: hidden;
  position: relative;
  padding: 0;
}
.nav_icon.pointer .close {
  position: absolute;
  top: 0;
  right: 0;
  display: none !important;
}
.nav_icon.pointer .close a {
  display: inline-block;
  text-align: center;
  margin-right: 24px;
  margin-top: 35px;
  width: 24px;
  height: 24px;
  background: url(../images/Close.svg) no-repeat;
}
.show-menu #navigation-icon {
  display: none !important;
}
.show-menu .nav_icon.pointer .close{
  display: block !important;
}
#mobile-navigation .mobile-navigation .logo_icon {
  background: #d80000;
  padding: 12px 20px;
}
#mobile-navigation .mobile-navigation .links {
  padding: 0;
}
#mobile-navigation .mobile-navigation .links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#mobile-navigation .mobile-navigation .links ul li {
  position: relative;
}


#mobile-navigation .mobile-navigation .links ul li a {
    display: flex;
    position: relative;
    padding: 16px 0 13px 55px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
#mobile-navigation .mobile-navigation .links ul li a.active {
  background: #1951A1 !important;
  color: #fff;
}

#mobile-navigation .mobile-navigation .links ul li a span {
    position: absolute;
    left: 20px;
    top: 2px;
    width: 30px;
    text-align: center;
    line-height: 51px;
    font-size: 20px;
    color: #333333;
}

.show-menu {
  overflow: hidden !important;
}
.show-menu #mobile-navigation .mobile-navigation {
  opacity: 1;
  visibility: visible;
}

.edit-profile-toggle {
    position: absolute;
    right: 60px;
    top: 35px;
    background: none;
    border: none;
    color: #363636;
}

.edit-profile-toggle span {
    font-size: 28px;
}

#content,
app-home>.body,.body {
    min-height: calc(100vh - 143px);
}

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

.cards {
    margin-top: 10px;
}

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

.cn-button a.cancel-btn {
    background: #757575;
    color: #fff !important;
    justify-content: center;
}

.pb-20 {
    padding-bottom: 20px;
}

/* card design start */

.card-wrap .card {
    position: relative;
    width: 100%;
    height: 188px;
    padding: 12px;
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  
    border-radius: 16px;    
  
    background-image: url("https://products.ls.graphics/mesh-gradients/images/78.-Night-sky.jpg");
    background-position: center;
    background-size: cover;
  
    box-shadow: rgba(255, 255, 255, 0.25) 0px 54px 55px,
      rgba(255, 255, 255, 0.12) 0px -12px 30px,
      rgba(255, 255, 255, 0.12) 0px 4px 6px,
      rgba(255, 255, 255, 0.17) 0px 12px 13px,
      rgba(255, 255, 255, 0.09) 0px -3px 5px;
  }
  
  .card-wrap h1 {
    font-size: 20px;
  }
  
  .card-wrap h2 {
    font-size: 16px;
  }
  
  .card-wrap h3 {
    font-size: 11px;
  }
  
  .card-wrap p {
    font-size: 8px;
    margin: 0;
  }
  
  .card-wrap section {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .card-wrap .top,
  .card-wrap .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .card-wrap .top img {
    width: 20px;
  }
  
  .card-wrap .brand {
    height: 50px;
    }
  
  .card-wrap .infos {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .card-wrap .infos--bottom {
    display: flex;
    gap: 20px;
  }
  
  .card-wrap .card-number {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }  

/* card design ends */

.trans-wrap {
    width: 100%;
    margin-top: 30px;
}

.trans-box {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.trans-raw {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trans-raw h3 {
    font-size: 16px;
    width: 100%;
    font-weight: 500;
}

.trans-time {
    display: flex;
    align-items: center;
    font-size: 13px;
    width: 100%;
    flex: 0 0 auto;
    justify-content: flex-start;
    color: #757575;
    margin-top: 9px;
}

.trans-time span {
    font-size: 20px;
    margin-right: 3px;
    position: relative;
    top: -2px;
}

.trans-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.trans-title form {
    width: 42%;
}

.trans-detail-box {
    width: 100%;
    border: 1px solid #D8D8DA;
    padding-top: 10px;
}

.trans-detail-box .ch-ip-row {
    padding-left: 10px;
    padding-right: 10px;
}

.trans-detail-box .ch-ip-row p,.trans-detail-box .ch-ip-row span {
    width: 50%;
    flex: 0 0 auto;
    text-align: left;
    font-size: 14px;
}

.trans-detail-box .ch-ip-row span {
    font-weight: 500;
}

.card-wrap .card>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    height: 100%;
}

@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
  #mobile-navigation {
  }
}

.shownave{
    display: block;
}

.hidenave{
    display: none;
}

.card-wrap {
    margin-bottom: 20px;
}

.loader-outer img {
    width: 90px;
}

.header.shownave {
    display: flex;
}

/* charging in progrerss page ends */

.footer {
    width: 100%;
    text-align: center;
}

.footer p {
    font-size: 14px;
    padding: 12px 0;
    margin: 0;
}

.charger-image img {
    width: 100%;
}

.connector-not-connect-text h2.Connected-colour-green {
    color: #52BA6C;
}

.error-mobile:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ff1100;
    position: absolute;
    top: 0;
    right: -2px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.card-list label span {
    display: flex;
    align-items: center;
}

.card-list .radio-item {
    align-items: center;
}

.crd-img img {
    width: 32px;
}

.crd-img {
    margin-right: 10px;
}

.btn-delete-card {
    border: none;
    background: #F44336;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.radio-item .btn-delete-card span {
    padding: 0;
}

#mobile-navigation .mobile-navigation .links ul li a.active span {
    color: #fff;
}