@import "../fonts/stylesheet.css";
@import "all.min.css";
body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  background: #E7EBF0;
  max-width: 767px;
  margin: auto;
}

.container {
  max-width: 1296px;
}

.log {
  height: 100vh;
}

h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #000000;
  font-family: "Montserrat";
}

h2, .h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #000000;
  font-family: "Montserrat";
}

h3, .h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  color: #546E7A;
}
h3.black, .h3.black {
  color: #000000;
}
h3.white, .h3.white {
  color: #ffffff;
}
h3.blue, .h3.blue {
  color: #0065FF;
}
h3.regular, .h3.regular {
  font-weight: 400;
}
h3.bold, .h3.bold {
  font-weight: 700;
}

.h3 {
  font-size: 20px;
  line-height: normal;
}

p, .p {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  font-family: "Montserrat";
  color: #546E7A;
}
p.black, .p.black {
  color: #000000;
}
p.white, .p.white {
  color: #ffffff;
}
p.blue, .p.blue {
  color: #0065FF;
}
p.red, .p.red {
  color: red;
}
p.medium, .p.medium {
  font-weight: 500;
}
p.semi, .p.semi {
  font-weight: 600;
}
p.bold, .p.bold {
  font-weight: 700;
}
p.small, .p.small {
  font-size: 10px;
  line-height: 17px;
}

.p {
  font-size: 15px;
  line-height: 23px;
}

span {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #000000;
  display: inline-block;
}

a, .a {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #546E7A;
  text-decoration: none;
}
a:hover, .a:hover {
  color: #546E7A;
  text-decoration: none;
}
a.large, .a.large {
  font-size: 15px;
  line-height: 23px;
}
a.blue, .a.blue {
  color: #0065FF;
}

strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat";
  color: #000000;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #546E7A;
}
ul li.blue {
  color: #0065FF;
}

.btn-style {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 272px;
  height: 58px;
  padding: 6px 30px 6px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  background: #0065FF;
  border: 2px solid #0065FF;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.btn-style:hover {
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #0065FF;
}
.btn-style.small {
  padding: 10px 15px 11px;
  height: 38px;
  font-size: 13px;
  line-height: 24px;
}
.btn-style.transparent {
  background: transparent;
  border-color: #0065FF;
  color: #0065FF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.btn-style.colored-border {
  color: #0065FF;
  text-transform: capitalize;
  border-radius: 60px;
  background: 0 0;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(255, 1, 2), rgba(243, 182, 0, 0.5)) border-box;
  border: 2px solid transparent;
}
.btn-style.text {
  min-width: 90px;
  height: 32px;
  padding: 7px 5px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #0065FF;
}
.btn-style.round {
  border-radius: 50px;
}
.btn-style.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.btn-style.icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-style.gradient {
  background: rgb(219, 10, 10);
  background: linear-gradient(0deg, rgb(219, 10, 10) 0%, rgb(253, 219, 45) 100%);
  border: none;
  color: white;
}
.btn-style.icon-circle {
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.btn-style.icon-circle i {
  font-size: 22px;
}
.btn-style.pink {
  background: #E7EBF0;
  color: #ffffff;
  border-color: #E7EBF0;
}
.btn-style.pink:hover {
  background: transparent;
  color: #E7EBF0;
  border-color: #E7EBF0;
}

.form .form-group {
  margin-bottom: 24px;
}
.form label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .form label {
    margin-bottom: 5px;
  }
}
.form .form-control {
  border-radius: 8px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  height: 64px;
  padding: 8px 17px 8px;
  border: none;
  color: #546E7A;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .form .form-control {
    height: 55px;
  }
}
.form .form-control::placeholder {
  color: #546E7A;
}
.form .form-control:focus {
  box-shadow: none;
}
.form input[type=checkbox] {
  border: 1px solid #F3F3F3;
  border-radius: 4px;
}

.sec-home-banner {
  padding-bottom: 29px;
}
.sec-home-banner .content-wrapper h3 {
  margin-bottom: 0;
}
.sec-home-banner .content-wrapper p {
  margin: 13px 0;
}
.sec-home-banner .content-wrapper ul.option {
  border-bottom: 1px solid rgba(84, 110, 122, 0.4);
  padding-bottom: 11px;
}
.sec-home-banner .content-wrapper ul.option li {
  position: relative;
}
.sec-home-banner .content-wrapper ul.option li:not(:last-of-type) {
  margin: 0 17px 0 0;
}
.sec-home-banner .content-wrapper ul.option li:not(:last-of-type):before {
  content: "";
  background: #546E7A;
  width: 1px;
  height: 10px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.sec-all-charger .charger-card {
  border: 1px solid #546E7A;
  border-radius: 10px;
  position: relative;
  background: #ffffff;
  display: block;
  margin: 0 0 0 5px;
}
.sec-all-charger .charger-card:not(:last-of-type) {
  margin-bottom: 13px;
}
.sec-all-charger .charger-card.green:before {
  background: rgb(31, 111, 0);
  background: linear-gradient(0deg, rgb(31, 111, 0) 0%, rgb(60, 213, 0) 100%);
}
.sec-all-charger .charger-card.green .charge-header .status {
  color: #3CD500;
}
.sec-all-charger .charger-card.green .charge-header .status span {
  background: #3CD500;
}
.sec-all-charger .charger-card.yellow:before {
  background: rgb(228, 169, 42);
}
.sec-all-charger .charger-card.yellow .charge-header .status {
  color: rgb(228, 169, 42);
}
.sec-all-charger .charger-card.yellow .charge-header .status span {
  background: rgb(228, 169, 42);
}
.sec-all-charger .charger-card.blue:before {
  background: rgb(0, 61, 153);
  background: linear-gradient(0deg, rgb(0, 61, 153) 0%, rgb(0, 101, 255) 100%);
}
.sec-all-charger .charger-card.blue .charge-header .status {
  color: #0065FF;
}
.sec-all-charger .charger-card.blue .charge-header .status span {
  background: #0065FF;
}
.sec-all-charger .charger-card.purple:before {
  background: rgb(63, 19, 135);
  background: linear-gradient(0deg, rgb(63, 19, 135) 0%, rgb(111, 34, 237) 100%);
}
.sec-all-charger .charger-card.purple .charge-header .status {
  color: #6F22ED;
}
.sec-all-charger .charger-card.purple .charge-header .status span {
  background: #3F1387;
}
.sec-all-charger .charger-card.red:before {
  background: #ED2226;
}
.sec-all-charger .charger-card.red .charge-header .status {
  color: #ED2226;
}
.sec-all-charger .charger-card.red .charge-header .status span {
  background: #ED2226;
}
.sec-all-charger .charger-card:before {
  content: "";
  background: #E7EBF0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -6px;
  top: 6px;
  border-radius: 10px;
  z-index: -1;
}
.sec-all-charger .charger-card .charge-header {
  padding: 8px 10px;
  border-bottom: 1px solid #546E7A;
}
.sec-all-charger .charger-card .charge-header h3 {
  margin-bottom: 0;
}
.sec-all-charger .charger-card .charge-header .img-wrapper {
  text-align: right;
}
.sec-all-charger .charger-card .charge-header .img-wrapper p.you-here {
  margin-bottom: 0;
  color: #0065FF;
  font-size: 10px;
  line-height: 18px;
}
.sec-all-charger .charger-card .charge-header .status {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 0;
  gap: 10px;
}
.sec-all-charger .charger-card .charge-header .status span {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #546E7A;
}
.sec-all-charger .charger-card .charge-body .charge-item {
  padding: 10px 10px;
  position: relative;
}
.sec-all-charger .charger-card .charge-body .charge-item:not(:last-of-type) {
  border-bottom: 1px solid #546E7A;
}
.sec-all-charger .charger-card .charge-body .charge-item .icon-wrapper img {
  max-width: 26px;
}
.sec-all-charger .charger-card .charge-body .charge-item p {
  margin-bottom: 10px;
}
.sec-all-charger .charger-card .charge-body .charge-item h3 {
  margin-bottom: 0;
}

.sec-plug-in {
  height: calc(100vh - 215px);
  display: flex;
  align-items: center;
}
.sec-plug-in .plug-in-card {
  text-align: center;
}
.sec-plug-in .plug-in-card .img-wrapper {
  width: 287px;
  height: 287px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  overflow: hidden;
}
.sec-plug-in .plug-in-card .img-wrapper img {
  max-width: 220px;
}
.sec-plug-in .plug-in-card h3 {
  margin: 0;
}

.sec-charge-profile {
  padding: 60px 0 0;
  position: relative;
}
.sec-charge-profile .location-img {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 110px;
}
.sec-charge-profile ul.charge-detail {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  row-gap: 20px;
  justify-content: space-between;
  padding: 0 30px 0 10px;
  margin-bottom: 52px;
}
.sec-charge-profile ul.charge-detail li {
  text-align: center;
}
.sec-charge-profile ul.charge-detail li h3 {
  margin-bottom: 0;
}
.sec-charge-profile ul.charge-detail li h3.title {
  margin-bottom: 4px;
}
.sec-charge-profile .counter-wrapper {
  text-align: center;
}
.sec-charge-profile .counter-wrapper > h3 {
  margin-bottom: 14px;
}
.sec-charge-profile .counter-wrapper ul.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 52px;
}
.sec-charge-profile .counter-wrapper ul.counter li a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.sec-charge-profile .counter-wrapper ul.counter li a img {
  max-width: 48px;
  cursor: pointer;
}
.sec-charge-profile .counter-wrapper ul.counter li .count-area {
  width: 174px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
}
.sec-charge-profile .counter-wrapper ul.counter li .count-area input {
  background: #ffffff;
  width: 100%;
  height: 100%;
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
  border: none;
  outline: none;
  box-shadow: none;
  text-align: center;
}
.sec-charge-profile .counter-wrapper .charging-fee:not(:last-of-type) {
  margin-bottom: 17px;
}
.sec-charge-profile .counter-wrapper .charging-fee h3 {
  margin-bottom: 0;
}
.sec-charge-profile .counter-wrapper .charging-fee h3.title {
  margin-bottom: 8px;
}
.sec-charge-profile .counter-wrapper .charging-fee h3 p {
  margin-bottom: 0;
  display: inline-block;
}
.sec-charge-profile .counter-wrapper .btn-wrapper {
  margin: 40px 0 0;
}

.sec-payment-successful .payment-successful-wrapper {
  margin-bottom: 45px;
}
.sec-payment-successful .payment-successful-wrapper .img-wrapper {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: #ffffff;
}
.sec-payment-successful .payment-successful-wrapper .img-wrapper img {
  max-width: 106px;
}
.sec-payment-successful .payment-successful-wrapper .content-wrapper {
  text-align: center;
}
.sec-payment-successful .payment-successful-wrapper .content-wrapper h3 {
  margin: 0 0 5px;
}
.sec-payment-successful .payment-successful-wrapper .content-wrapper p {
  margin: 0;
}
.sec-payment-successful .more-info-wrapper {
  text-align: center;
}
.sec-payment-successful .more-info-wrapper .img-wrapper {
  margin-bottom: 19px;
}
.sec-payment-successful .more-info-wrapper .img-wrapper img {
  max-width: 133px;
}
.sec-payment-successful .more-info-wrapper .content-wrapper p {
  margin-bottom: 9px;
}
.sec-payment-successful .more-info-wrapper .content-wrapper a.visit {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 38px 10px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #0065FF;
}
.sec-payment-successful .btn-wrapper {
  margin: 40px 0 0;
  text-align: center;
}

.sec-charging-status .charge-status h3 {
  text-align: right;
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 31px;
}
.sec-charging-status .charge-status h3 strong {
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  color: #324D62;
}
.sec-charging-status .charge-status .status-wrapper {
  position: relative;
}
.sec-charging-status .charge-status .status-wrapper p.charge-unit {
  margin-bottom: 0;
  color: #324D62;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3px;
  z-index: 1;
}
.sec-charging-status .charge-status .status-wrapper .progress-circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: conic-gradient(#F5F5F5 0% 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s ease;
  margin: auto;
}
.sec-charging-status .charge-status .status-wrapper .progress-circle:before {
  content: "";
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background-color: #E7EBF0;
  position: absolute;
}
.sec-charging-status .charge-status .status-wrapper .progress-circle .content {
  position: absolute;
  text-align: center;
}
.sec-charging-status .charge-status .status-wrapper .progress-circle .content .icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sec-charging-status .charge-status .status-wrapper .progress-circle .content .icon-wrapper img {
  max-width: 60px;
  display: block;
}
.sec-charging-status .charge-status .status-wrapper .progress-circle .content #progress-text {
  font-size: 24px;
  line-height: normal;
  margin: 4px 0 2px;
  display: block;
}
.sec-charging-status .charge-status .status-wrapper .progress-circle .content p {
  margin-bottom: 0;
}
.sec-charging-status .device-charge-wrapper {
  margin: 45px 0 0;
  position: relative;
}
.sec-charging-status .device-charge-wrapper ul.steps li {
  display: block;
}
.sec-charging-status .device-charge-wrapper ul.steps li:not(:last-of-type) {
  margin-bottom: 22px;
}
.sec-charging-status .device-charge-wrapper ul.steps li p {
  margin-bottom: 3px;
}
.sec-charging-status .device-charge-wrapper ul.steps li h3 {
  margin-bottom: 0;
  color: #324D62;
}
.sec-charging-status .device-charge-wrapper .img-wrapper {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-charging-status .device-charge-wrapper .img-wrapper img {
  width: 100%;
}
.sec-charging-status .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: 270px;
  margin: 30px auto 0;
}
.sec-charging-status .btn-wrapper .btn-style {
  min-width: auto;
  width: 100%;
}
.sec-charging-status .btn-wrapper .btn-style.btn-complete {
  display: none;
}
.sec-charging-status .btn-wrapper .btn-style.btn-complete.active {
  display: flex;
}

.sec-charge-complete .img-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
.sec-charge-complete .img-wrapper img {
  max-width: 272px;
}
.sec-charge-complete .content-wrapper {
  text-align: center;
}
.sec-charge-complete .content-wrapper h3 {
  margin-bottom: 23px;
}
.sec-charge-complete .content-wrapper .visit {
  background: #ffffff;
  padding: 28px 10px 27px;
  border-radius: 30px;
  margin: 0 auto 50px;
  max-width: 336px;
}
.sec-charge-complete .content-wrapper .visit p {
  margin-bottom: 0;
}
.sec-charge-complete .content-wrapper .btn-wrapper {
  margin: 18px 0 0;
  text-align: center;
}

.sec-login {
  background: rgb(151, 183, 250);
  background: linear-gradient(0deg, rgb(151, 183, 250) 0%, rgb(246, 247, 249) 80%);
  padding: 130px 0 80px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.sec-login .login-wrapper {
  max-width: 300px;
  margin: auto;
}
.sec-login .login-wrapper .login-header {
  margin-bottom: 50px;
  position: relative;
}
.sec-login .login-wrapper .login-header .content-wrapper a.logo img {
  max-width: 130px;
}
.sec-login .login-wrapper .login-header .content-wrapper h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 14px 0 4px;
}
.sec-login .login-wrapper .login-header .content-wrapper p {
  margin-bottom: 0;
  font-size: 14px;
}
.sec-login .login-wrapper .login-header .login-key {
  position: absolute;
  right: -50px;
  bottom: 0;
}
.sec-login .login-wrapper .login-body .form {
  margin-bottom: 28px;
}
.sec-login .login-wrapper .login-body .form .form-group {
  margin-bottom: 12px;
}
.sec-login .login-wrapper .login-body .form .form-group.checkbox {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 0 0 7px;
}
.sec-login .login-wrapper .login-body .form .form-group.checkbox input {
  width: 11px;
}
.sec-login .login-wrapper .login-body .form .form-group.checkbox label {
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 0;
}
.sec-login .login-wrapper .login-body .form .form-group.checkbox label a {
  color: #0065FF;
  font-size: 10px;
  line-height: 18px;
}
.sec-login .login-wrapper .login-body .form .form-group .phone-wrapper {
  background: rgba(251, 251, 255, 0.7);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  height: 50px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sec-login .login-wrapper .login-body .form .form-group .phone-wrapper.active {
  border-radius: 10px 10px 0 0;
}
.sec-login .login-wrapper .login-body .form .form-group .phone-wrapper .form-control {
  background: transparent;
  height: 47px;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  font-weight: 300;
}
.sec-login .login-wrapper .login-body .form .form-group .phone-wrapper .icon-wrapper {
  padding: 0 16px 0 0;
}
.sec-login .login-wrapper .login-body .why-login-wrapper {
  margin-bottom: 33px;
}
.sec-login .login-wrapper .login-body .why-login-wrapper img {
  width: 100%;
}
.sec-login .login-wrapper .login-body .btn-wrapper {
  text-align: center;
  padding: 0 16px;
}
.sec-login .login-wrapper .login-body .btn-wrapper .btn-style {
  min-width: 100%;
  margin-bottom: 9px;
}
.sec-login .login-wrapper .login-body .btn-wrapper .btn-style.disable {
  opacity: 0.7;
  pointer-events: none;
}
.sec-login .login-wrapper .login-body .btn-wrapper p {
  margin-bottom: 0;
}
.sec-login .login-wrapper .login-body .btn-wrapper p a {
  color: #0065FF;
}

.sec-user-profile {
  position: relative;
  height: 100vh;
  padding: 60px 0 0;
  overflow: hidden;  /* Add this to contain the background image */
}
.sec-user-profile .profile-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;  /* Change this from 100% to auto */
  z-index: 1;  /* Add this */
}
.sec-user-profile .credit-wrapper {
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  max-width: 287px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.sec-user-profile .credit-wrapper .credit-body {
  padding: 29px 18px 15px;
}
.sec-user-profile .credit-wrapper .credit-body h3 {
  margin-bottom: 10px;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
}
.sec-user-profile .credit-wrapper .credit-body strong {
  color: #000000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.sec-user-profile .credit-wrapper .credit-footer {
  background: rgb(0, 67, 169);
  background: linear-gradient(280deg, rgb(0, 67, 169) 0%, rgb(92, 69, 236) 56%, rgb(24, 238, 225) 100%, rgb(255, 188, 188) 100%);
  padding: 14px 18px;
  border-radius: 0 0 35px 35px;
}
.sec-user-profile .credit-wrapper .credit-footer p {
  margin-bottom: 0;
  color: #ffffff;
}
.sec-user-profile .credit-wrapper .credit-footer p.title {
  margin-bottom: 6px;
}
.sec-user-profile .credit-wrapper .credit-footer a {
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
}
.sec-user-profile .last-activity {
  z-index: 2;
  max-width: 342px;
  margin: 50px auto 0;
}
.sec-user-profile .last-activity > h3 {
  margin-bottom: 19px;
  position: relative;  /* Add this */
  z-index: 2;  /* Add this */
}
.sec-user-profile .last-activity .activity-wrapper {
  height: calc(100vh - 360px);
  overflow: auto;
  padding-bottom: 50px;
  position: relative;  /* Add this */
  z-index: 2;  /* Add this */
  background-color: rgba(231, 235, 240, 0.9);  /* Add this for better readability */
  border-radius: 10px;  /* Optional: for better appearance */
  padding: 10px;  /* Optional: for better appearance */
}
.sec-user-profile .last-activity .activity-wrapper .activity-card {
  border-radius: 10px;
  background: #ffffff;
  padding: 13px 12px 13px 21px;
  display: block;
}
.sec-user-profile .last-activity .activity-wrapper .activity-card:not(:last-of-type) {
  margin-bottom: 9px;
}
.sec-user-profile .last-activity .activity-wrapper .activity-card p {
  margin-bottom: 0;
}
.sec-user-profile .last-activity .activity-wrapper .activity-card p.serial {
  text-align: right;
}

.sec-receipt {
  padding: 20px 0 28px;
}
.sec-receipt .receipt-wrapper {
  max-width: 340px;
  margin: auto;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 19px 14px 40px;
}
.sec-receipt .receipt-wrapper .receipt-header {
  text-align: center;
  margin-bottom: 8px;
}
.sec-receipt .receipt-wrapper .receipt-header h3.title {
  padding: 0 0 4px;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1px solid #666666;
  max-width: 200px;
  margin: 0 auto 10px;
  color: #000000;
}
.sec-receipt .receipt-wrapper .receipt-header p {
  color: #000000;
  margin-bottom: 0;
}
.sec-receipt .receipt-wrapper .receipt-header p.serial {
  margin-bottom: 6px;
}
.sec-receipt .receipt-wrapper .receipt-body ul.detail {
  padding: 31px 0;
}
.sec-receipt .receipt-wrapper .receipt-body ul.detail:not(:last-of-type) {
  border-bottom: 2px dashed #D5D5D6;
}
.sec-receipt .receipt-wrapper .receipt-body ul.detail li {
  display: grid;
  grid-template-columns: 124px auto;
  align-items: self-start;
  column-gap: 10px;
}
.sec-receipt .receipt-wrapper .receipt-body ul.detail li:not(:last-of-type) {
  margin-bottom: 10px;
}
.sec-receipt .receipt-wrapper .receipt-body ul.detail li p {
  margin-bottom: 0;
}
.sec-receipt .receipt-wrapper .receipt-footer {
  text-align: center;
}
.sec-receipt .receipt-wrapper .receipt-footer h3 {
  margin-bottom: 0;
}
.sec-receipt .receipt-wrapper .receipt-footer h3.serial {
  margin: 7px 0 12px;
}
.sec-receipt .receipt-wrapper .receipt-footer p {
  margin-bottom: 0;
}

.sec-location .location-wrapper {
  max-width: 390px;
  margin: auto;
}
.sec-location .location-wrapper .location-search .form {
  margin: 0 0 14px;
}
.sec-location .location-wrapper .location-search .form .form-group {
  position: relative;
  margin-bottom: 0;
}
.sec-location .location-wrapper .location-search .form .form-group .form-control {
  height: 50px;
  border-radius: 10px;
  background: #ffffff;
  padding: 15px 17px;
  font-size: 16px;
  line-height: 25px;
  color: #546E7A;
}
.sec-location .location-wrapper .location-search .form .form-group .search-btn {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: #0065FF;
}
.sec-location .location-wrapper .location-search .form .form-group .search-btn img {
  max-width: 17px;
}
.sec-location .location-wrapper .location-search ul.search-tag li {
  display: inline-block;
}
.sec-location .location-wrapper .location-search ul.search-tag li:not(:last-of-type) {
  margin: 0 10px 10px 0;
}
.sec-location .location-wrapper .location-search ul.search-tag li a {
  background: #ffffff;
  height: 27px;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.27);
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  padding: 5px 8px;
  border-radius: 10px;
  display: inline-block;
}
.sec-location .location-wrapper .nearest-station {
  margin: 20px 0 0;
}
.sec-location .location-wrapper .nearest-station > h3 {
  margin-bottom: 10px;
}
.sec-location .location-wrapper .nearest-station .form {
  height: calc(100vh - 310px);
  overflow: auto;
  padding-bottom: 30px;
}
.sec-location .location-wrapper .nearest-station .form .form-group:not(:last-of-type) {
  margin: 0 0 11px;
}
.sec-location .location-wrapper .nearest-station .form .form-group input {
  display: none;
}
.sec-location .location-wrapper .nearest-station .form .form-group label {
  background: #ffffff;
  border-radius: 10px;
  padding: 13px 19px 14px;
  border: 2px solid #ffffff;
  width: 100%;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .content-wrapper p {
  margin-bottom: 0;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .content-wrapper p.title {
  margin-bottom: 4px;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .content-wrapper ul.tags {
  margin: 4px 0 0;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .content-wrapper ul.tags li {
  position: relative;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .content-wrapper ul.tags li:not(:last-of-type) {
  margin: 0 10px 5px 0;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .content-wrapper ul.tags li:not(:last-of-type):before {
  content: "";
  background: #546E7A;
  height: 10px;
  width: 2px;
  position: absolute;
  right: -7px;
  top: 3.5px;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .content-wrapper ul.tags li a {
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: #E7EBF0;
  font-size: 8px;
  line-height: 17px;
  border-radius: 5px;
  padding: 4px 5px;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .content-wrapper ul.tags li a.green {
  background: #92E3A9;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .content-wrapper ul.tags li a.blue {
  background: #61DAFC;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .content-wrapper ul.tags li a img {
  max-width: 9px;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .direction {
  text-align: center;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .direction .icon-wrapper {
  margin: 0 0 12px;
}
.sec-location .location-wrapper .nearest-station .form .form-group label .direction a {
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: #0065FF;
  font-size: 10px;
  line-height: 17px;
  border-radius: 5px;
  padding: 4px 5px;
  color: #ffffff;
}

header {
  background: url("../img/header-ovel-img.svg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 65px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
}
header .header-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #0065FF;
  background: rgb(0, 101, 255);
  background: linear-gradient(0deg, rgb(0, 101, 255) 0%, rgb(62, 218, 216) 90%);
}
header .header-icon img {
  max-width: 36px;
}
header .navbar-menu {
  padding: 12px 62px 8px;
  position: relative;
  z-index: 1;
}
header .navbar-menu ul.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
header .navbar-menu ul.menu li:hover a, header .navbar-menu ul.menu li.active a {
  color: #0065FF;
}
header .navbar-menu ul.menu li:hover a img, header .navbar-menu ul.menu li.active a img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(93%) saturate(2821%) hue-rotate(211deg) brightness(101%) contrast(107%);
}
header .navbar-menu ul.menu li a {
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
header .navbar-menu ul.menu li a img {
  display: block;
  margin: 0 auto 5px;
  transition: all 0.3s ease-in-out;
}

.top-bar.blue-bg {
  background: rgb(19, 96, 221);
  background: linear-gradient(270deg, rgb(19, 96, 221) 0%, rgb(61, 138, 241) 100%);
}
.top-bar.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.top-bar.login-bar {
  padding: 15px 0 16px;
}
.top-bar.login-bar h3 {
  margin-bottom: 0;
}
.top-bar.login-bar .guest-login {
  display: block;
}
.top-bar.login-bar .guest-login.active {
  display: none;
}
.top-bar.login-bar .rise-login {
  display: block;
  padding: 3px 10px;
  background: #ffffff;
  border-radius: 10px;
  text-align: right;
  position: absolute;
  right: 12px;
}
.top-bar.login-bar .rise-login.active {
  display: block;
}
.top-bar.login-bar .rise-login p {
  margin-bottom: 0;
}
.top-bar.login-bar .rise-login p.title {
  margin-bottom: 6px;
}
.top-bar.login-bar ul.option {
  text-align: right;
}
.top-bar.login-bar ul.option li:not(:last-of-type) {
  margin: 0 9px 0 0;
}
.top-bar.login-bar ul.option li a.login {
  color: #0065FF;
  text-decoration: underline;
  font-weight: 600;
}
.top-bar .location-wrapper p {
  margin: 0;
}
.top-bar .location-wrapper .location {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 9px 0 0;
}
.top-bar .header-wrapper {
  position: relative;
  padding: 15px 0 16px;
  text-align: center;
  min-height: 50px;
}
.top-bar .header-wrapper h3 {
  margin-bottom: 0;
}
.top-bar .header-wrapper a.back-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #E7EBF0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .header-wrapper a.back-btn.transparent {
  background: transparent;
}
.top-bar .header-wrapper a.back-btn.box {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.top-bar .header-wrapper a.back-btn img {
  max-width: 13px;
}
.top-bar .header-wrapper a.logout {
  position: absolute;
  right: 0;
  top: 15px;
  font-weight: 700;
  color: #000000;
  text-decoration: underline;
}

.top-bar .header-wrapper .header-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #E7EBF0;
  border-radius: 10px;
  display: flex;
  align-items:center;
  justify-content:right;
  background: transparent;
}

.main-area {
  padding: 23px 0 140px;
  overflow: auto;
}
.main-area.no-padding {
  padding: 0;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.select-dropdown.phone-dropdown .select-dropdown__button {
  padding: 7px 12px 8px 10px;
  height: 46px;
  border-radius: 10px 0 0 10px;
  background: transparent;
}
.select-dropdown.phone-dropdown .select-dropdown__button span {
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  color: #546E7A;
}
.select-dropdown.phone-dropdown .select-dropdown__list {
  right: unset;
  left: -2px;
  width: 300px;
  background: rgba(251, 251, 255, 0.7);
  backdrop-filter: blur(4px);
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 0 0 10px 10px;
}
.select-dropdown.phone-dropdown .select-dropdown__list .select-dropdown__list-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
  padding: 16px 8px 15px;
  border-radius: 0;
}
.select-dropdown.phone-dropdown .select-dropdown__list .select-dropdown__list-item:not(:last-of-type) {
  border-bottom: 2px solid #ffffff;
}
.select-dropdown.phone-dropdown .select-dropdown__list .select-dropdown__list-item p {
  margin-bottom: 0;
}
.select-dropdown__button {
  padding: 7px 27px 8px 11px;
  background-color: #ffffff;
  color: #324D62;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
  height: 36px;
  cursor: pointer;
  text-align: left;
}
.select-dropdown__button:focus {
  outline: none;
}
.select-dropdown__button .arrow {
  position: absolute;
  right: -5px;
  top: calc(50% + 0px);
  transform: translateY(-50%);
}
.select-dropdown__button span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 100px 0 hsla(0, 0%, 46%, 0.15);
  font-weight: 400;
  max-height: 265px;
  overflow: auto;
  padding: 12px 10px;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .select-dropdown__list {
    left: unset;
  }
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  cursor: pointer;
  background: transparent;
  border-radius: 11px;
  color: #222;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  min-width: 200px;
  padding: 14px 15px 15px 16px;
  transition: all 0.3s ease-in-out;
}
.select-dropdown__list-item:hover {
  background: #f3f3f4;
}
.select-dropdown__list-item input[type=radio] {
  position: absolute;
  opacity: 0;
}
.select-dropdown__list-item input[type=radio] + .radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 2px solid #0065FF;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.select-dropdown__list-item input[type=radio]:checked + .radio-label:before {
  background-color: #0065FF;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.select-dropdown__list-item input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #0065FF;
}
.select-dropdown__list-item input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #0065FF;
  border-color: #003380;
  background: #003380;
}
.select-dropdown__list-item input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.modal#terms-condition-modal .modal-dialog {
  max-width: 302px;
  margin: auto;
}
.modal#terms-condition-modal .modal-dialog .modal-content {
  background: #ffffff;
  border-radius: 20px;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  position: relative;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body a.close-modal {
  position: absolute;
  right: 17px;
  top: 10px;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body a.close-modal img {
  max-width: 20px;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body .terms-condition-wrapper {
  padding: 15px 0;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body .terms-condition-wrapper > h3 {
  margin-bottom: 8px;
  text-align: center;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body .terms-condition-wrapper ul.steps {
  padding: 0 25px 15px;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body .terms-condition-wrapper ul.steps li:not(:last-of-type) {
  margin-bottom: 20px;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body .terms-condition-wrapper ul.steps li p {
  margin-bottom: 0;
  word-spacing: 1.6px;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body .terms-condition-wrapper ul.steps li p.title {
  margin-bottom: 5px;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body .terms-condition-wrapper ul.steps li p a {
  color: #0065FF;
  word-spacing: 1.6px;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body .terms-condition-wrapper .btn-wrapper {
  text-align: center;
  padding: 15px 15px 0;
  border-top: 1px solid #EBEBEB;
}
.modal#terms-condition-modal .modal-dialog .modal-content .modal-body .terms-condition-wrapper .btn-wrapper a {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
}
.modal#aextend-battery-modal .modal-dialog {
  max-width: 357px;
  margin: auto;
}
.modal#aextend-battery-modal .modal-dialog .modal-content {
  background: #E7EBF0;
  border-radius: 20px;
}
.modal#aextend-battery-modal .modal-dialog .modal-content .modal-body {
  padding: 36px 31px 50px;
  position: relative;
}
.modal#aextend-battery-modal .modal-dialog .modal-content .modal-body a.close-modal {
  position: absolute;
  right: 17px;
  top: 10px;
}
.modal#aextend-battery-modal .modal-dialog .modal-content .modal-body a.close-modal img {
  max-width: 20px;
}
.modal#aextend-battery-modal .modal-dialog .modal-content .modal-body .extend-battery-wrapper > h3 {
  margin-bottom: 30px;
  text-align: center;
}
.modal#aextend-battery-modal .modal-dialog .modal-content .modal-body .extend-battery-wrapper ul.steps {
  margin-bottom: 40px;
  text-align: center;
}
.modal#aextend-battery-modal .modal-dialog .modal-content .modal-body .extend-battery-wrapper ul.steps li:not(:last-of-type) {
  margin-bottom: 20px;
}
.modal#aextend-battery-modal .modal-dialog .modal-content .modal-body .extend-battery-wrapper ul.steps li h3 {
  margin-bottom: 0;
}
.modal#aextend-battery-modal .modal-dialog .modal-content .modal-body .extend-battery-wrapper ul.steps li p {
  margin-bottom: 0;
}
.modal#aextend-battery-modal .modal-dialog .modal-content .modal-body .extend-battery-wrapper .btn-wrapper {
  text-align: center;
  max-width: 272px;
  margin: auto;
}
.modal#aextend-battery-modal .modal-dialog .modal-content .modal-body .extend-battery-wrapper .btn-wrapper .btn-style:not(:last-of-type) {
  margin-bottom: 26px;
}
.modal.success-modal .modal-dialog {
  max-width: 302px;
  margin: auto;
}
.modal.success-modal .modal-dialog .modal-content {
  background: #ffffff;
  border-radius: 24px;
}
.modal.success-modal .modal-dialog .modal-content a.cross {
  position: absolute;
  right: 18px;
  top: 15px;
  z-index: 1;
}
.modal.success-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  position: relative;
  text-align: center;
}
.modal.success-modal .modal-dialog .modal-content .modal-body .success-body {
  padding: 15px 11px;
}
.modal.success-modal .modal-dialog .modal-content .modal-body .success-body h3.title {
  margin-bottom: 8px;
}
.modal.success-modal .modal-dialog .modal-content .modal-body .success-body p {
  margin-bottom: 0;
  font-size: 14px;
}
.modal.success-modal .modal-dialog .modal-content .modal-body .success-footer {
  padding: 15px 20px;
  border-top: 1px solid #EBEBEB;
}
.modal.success-modal .modal-dialog .modal-content .modal-body .success-footer a {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
}
.modal.success-modal .modal-dialog .modal-content .modal-body .success-footer a.text {
  font-weight: 400;
  display: inline-block;
  margin: 14px 0 0;
}
.modal.success-modal .modal-dialog .modal-content .modal-body .success-footer .direction-wrapper p {
  font-size: 14px;
  margin-bottom: 22px;
}
.modal.success-modal .modal-dialog .modal-content .modal-body .success-footer .direction-wrapper ul.directions li:not(:last-of-type) {
  margin: 0 30px 0 0;
}
.modal.success-modal .modal-dialog .modal-content .modal-body .success-footer .direction-wrapper ul.directions li a img {
  max-width: 70px;
}
.modal.qr-code-modal {
  background: rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(16px);
}
.modal.qr-code-modal .modal-dialog {
  max-width: 350px;
  margin: auto;
  align-items: self-start;
}
.modal.qr-code-modal .modal-dialog .modal-content {
  background: transparent;
  border-radius: 24px;
  border: none;
  padding: 45px 0;
}
.modal.qr-code-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  position: relative;
  text-align: center;
}
.modal.qr-code-modal .modal-dialog .modal-content .modal-body .qr-code-wrapper {
  margin: 170px 0 90px;
}
.modal.qr-code-modal .modal-dialog .modal-content .modal-body .qr-code-wrapper .qr-code {
  width: 100%;
  height: 280px;
  max-width: 280px;
  margin: auto;
  background: #ffffff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.qr-code-modal .modal-dialog .modal-content .modal-body .qr-code-wrapper .qr-code #reader {
  height: 100%;
  width: 100%;
  border: none !important;
}
.modal.qr-code-modal .modal-dialog .modal-content .modal-body .qr-code-wrapper .qr-code #reader #reader__scan_region canvas {
  width: 200px !important;
  height: 155px !important;
  object-fit: contain;
}
.modal.qr-code-modal .modal-dialog .modal-content .modal-body .qr-code-wrapper .qr-code #reader #reader__scan_region video {
  width: 100%;
  height: 150px !important;
}
.modal.qr-code-modal .modal-dialog .modal-content .modal-body .qr-code-wrapper .qr-code #reader #reader__scan_region img {
  max-width: 120px;
}
.modal.qr-code-modal .modal-dialog .modal-content .modal-body .qr-code-wrapper .qr-code #reader #reader__dashboard #reader__dashboard_section #reader__dashboard_section_csr button {
  height: 45px;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  background: #0065FF;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid #0065FF;
  padding: 6px 20px 6px;
}
.modal.qr-code-modal .modal-dialog .modal-content .modal-body .qr-code-wrapper .qr-code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*# sourceMappingURL=main.css.map */

.btn-style:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.gboy-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  max-width: 100%;
  max-height: 90vh;
}

.gboy-popup img {
  max-width: 280px;
  max-height: 90vh;
  display: block;
}

.gboy-close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.gboy-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
}

.gboy-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.gboy-prev {
  left: -50px;
}

.gboy-next {
  right: -50px;
}

.pagination-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.pagination-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}

.pagination-dots .dot.active {
  background-color: #000;
}

.popup-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#gboy-prev-btn {
  left: -20px;
}

#gboy-next-btn {
  right: -20px;
}
