#driver-popover-content{
  background-color: #0079A8;
  color:white;
}

.driver-popover-arrow{
  display: none !important;
}

.driver-popover-close-btn{
  color:white !important;
}

.driver-popover-footer button{
  background-color: #fff !important;
  padding: 6px 18px !important;
  font-weight: bold !important;
  border-radius: 13px !important;
}


/* --- List items --- */
.charging-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px;
  max-width: 420px;
}

.charging-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  padding: 14px 16px;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.charging-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}

.charging-icon {
  color: #007aff;
  font-size: 20px;
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.charging-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.charging-title {
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.charging-arrow {
  font-size: 20px;
  color: #aaa;
}


.charging-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
}

.charging-box {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.charging-box img {
  margin-right: 10px;
}

.screen {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  z-index: 1000;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#wallet-screen { 
  background-image: url('/images/screen/wallet-1.jpg'); 
}
/* 
#wallet-screen img{
  width: 100vw;
  height: 100vh;
} */

#station-screen { 
  background-image: url('/images/screen/station-1.jpg'); 
}
#scan-screen { 
  background-image: url('/images/screen/scan-1.jpg'); 
}

#invoice-screen{
  background-image: url('/images/screen/invoice-1.jpg');
}

#refund-screen{
  padding: 16px;
  border-radius: 8px;
}


.refund-box {
  color: black;
  line-height: 1.6;
  max-width: 620px;
  background: white;
}

.refund-box p {
  margin: 10px 0;
}

.contact-list,
.require-list {
  margin: 8px 0 12px 18px;
}

.contact-list li,
.require-list li {
  margin-bottom: 6px;
}

.icon {
  display: inline-block;
  margin-right: 6px;
  font-size: 18px;
}

.note-box {
  background: white;
  border-left: 4px solid #ffc246;
  padding: 12px 14px;
  border-radius: 6px;
  margin-top: 14px;
  font-size: 14px;
}

.bulb {
  font-size: 18px;
  margin-right: 4px;
}

#close-text {
    background-color: #0079a8;   
    color: white;               
    border: none;                
    padding: 10px 20px;          
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;           
    cursor: pointer;
    transition: 0.25s ease;      
    margin-top: 20px;
}

#close-text:hover {
    background-color: #0079a8;   
}

#close-text:active {
    background-color: #0079a8;
    transform: scale(0.97);
}

#close-text:focus {
    outline: 3px solid rgb(0, 121, 168, 0.4);
}



/* --- Responsive cho mobile --- */
@media (max-width: 768px) {
    .bullet {
        font-size: 7px;
        margin-right: 4px;
    }
}

/* Responsive */
@media (max-width: 480px) {
/* Wallet */

  #walletIcon{
    position: absolute;
    width: 9%;
    height: 4%;
    bottom: 4.5%;
    right: 25%;
  }

  #btnEvp{
    position: absolute;
    width: 29%;
    height: 4%;
    top: 20.5%;
    right: 9%;
  }

  #amountField{
    position:absolute; 
    width:100%; 
    height: 26%;
    top: 11%;
    left:0;
  }

  #inputPrice{
    position:absolute; 
    height: 26%;
    top: 12%;
    left: 3%;
    right: 3%;
  }

  #selectMethod{
    position:absolute; 
    height: 22%;
    top: 38%;
    left:3%;
    right: 3%;
  }
  #walletAccept{
    position: absolute;
    width: 49%;
    height: 5%;
    bottom: 2.6%;
    right: 4.5%;
  }

  /* Scan */
  #scanIcon{
    position: absolute;
    width: 9%;
    height: 5%;
    bottom: 4%;
    right: 45%;
  }

  #scanQR{
    position: absolute;
    width: 80%;
    height: 33%;
    top: 31%;
    left: 11%;
  }

  #scanAccept{
    position: absolute;
    width: 44%;
    height: 7%;
    bottom: 18.4%;
    right: 5%;
  }

  #startField{
    position: absolute;
    height: 24%;
    top: 27%;
    right: 3%;
    left: 3%;
  }
  /* Station */
  
  #stationIcon{
    position: absolute;
    width: 12%;
    height: 4%;
    bottom: 4.5%;
    left: 24%;
  }

  #stationSearchInput{
    position: absolute;
    height: 5%;
    top: 7.5%;
    left: 5%;
    right: 5%;
  }

  #stationClickLoc{
    position: absolute;
    height: 13%;
    top: 14%;
    left: 5%;
    right: 5%;
  }

  #stationFocusLoc{
    position: absolute;
    width: 38%;
    height: 13%;
    top: 35%;
    right: 32%;
  }

  #stationClickDetail{
    position: absolute;
    height: 17%;
    bottom: 11%;
    right: 17%;
    left: 3%;
  }

  #stationDetailInfo{
    position: absolute;
    height: 50%;
    top: 12%;
    right: 3%;
    left: 3%;
  }

  #stationDetailConnector{
    position: absolute;
    width: 19%;
    height: 5%;
    bottom: 32%;
    left: 3%;
  }

  #stationDetailOverview{
    position: absolute;
    width: 19%;
    height: 5%;
    bottom: 32%;
    left: 28%;
  }

  #stationDetailFeedBack{
    position: absolute;
    width: 19%;
    height: 5%;
    bottom: 32%;
    right: 28%;
  }

  #stationDetailCost{
    position: absolute;
    width: 19%;
    height: 5%;
    bottom: 32%;
    right: 3%;
  }

  /* Invoice */
  #invoiceIcon{
    position: absolute;
    width: 9%;
    height: 4%;
    bottom: 4.5%;
    right: 25%;
  }

  #invoiceFee{
    position: absolute;
    width: 15%;
    height: 4%;
    top: 31%;
    right: 43%;
  }

  #invoiceChooseFee{
    position: absolute;
    width: 90%;
    height: 8%;
    top: 37%;
  }

  #invoiceDetail{
    position: absolute;
    width: 80%;
    height: 4%;
    bottom: 7%;
    right: 10%;
  }

  #invoiceEdit{
    position: absolute;
    width: 89%;
    height: 4%;
    bottom: 5%;
    left: 5%;
  }

  #invoiceForm{
    position: absolute;
    width: 92%;
    height: 51%;
    top: 16%;
    left: 4%;
  }

  #invoiceAccpet{
    position: absolute;
    width: 90%;
    height: 4%;
    bottom: 5%;
    left: 5%;
  }

  #invoiceDone{
    position: absolute;
    width: 70%;
    height: 17%;
    top: 42%;
    left: 15%;
  }

  
}

@media (max-width: 376px) {
  /* Wallet */
  #walletIcon{
  position: absolute;
    width: 9%;
    height: 4%;
    bottom: 4.5%;
    right: 29%;
  }

  #btnEvp{
    position: absolute;
    width: 25%;
    height: 4%;
    top: 20.5%;
    right: 15%;
  }

  #amountField{
    position:absolute; 
    width:100%; 
    height:20px; 
    top:100px;
    left:0;
  }

  #inputPrice{
    position: absolute;
    height: 25%;
    top: 12%;
    left: 12%;
    right: 12%;

  }

  #selectMethod{
    position: absolute;
    height: 22%;
    top: 38%;
    left: 12%;
    right: 12%;
  }
  #walletAccept{
    position: absolute;
    width: 43%;
    height: 6.5%;
    bottom: 2%;
    right: 11%;
  }

  /* Scan */
  #scanIcon{
    position: absolute;
    width: 9%;
    height: 5%;
    bottom: 4%;
    right: 45%;
  }

  #scanQR{
    position: absolute;
    width: unset;
    height: 33%;
    top: 31%;
    left: 19%;
    right: 18%;
  }

  #scanAccept{
    position: absolute;
    width: 36%;
    height: 7%;
    bottom: 18.4%;
    right: 13%;
  }

  #startField{
    position: absolute;
    width: unset;
    height: 24%;
    top: 27%;
    right: 13%;
    left: 13%;
  }

  /* Stationn */
  
  #stationIcon{
    position: absolute;
    width: 12%;
    height: 4%;
    bottom: 4.5%;
    left: 28%;
  }

  #stationSearchInput{
    position: absolute;
    height: 5%;
    top: 7.5%;
    left: 12%;
    right: 12%;
  }

  #stationClickLoc{
    position: absolute;
    height: 13%;
    top: 14%;
    left: 12%;
    right: 12%;
  }

  #stationFocusLoc{
    position: absolute;
    width: 38%;
    height: 13%;
    top: 35%;
    right: 32%;
  }

  #stationClickDetail{
    position: absolute;
    height: 17%;
    bottom: 11%;
    right: 23%;
    left: 11%;
  }

  #stationDetailInfo{
    position: absolute;
    height: 50%;
    top: 12%;
    right: 12%;
    left: 12%;
  }

  #stationDetailConnector{
    position: absolute;
    width: 15%;
    height: 5%;
    bottom: 32%;
    left: 12%;
  }

  #stationDetailOverview{
    position: absolute;
    width: 16%;
    height: 5%;
    bottom: 32%;
    left: 32%;
  }

  #stationDetailFeedBack{
    position: absolute;
    width: 15%;
    height: 5%;
    bottom: 32%;
    right: 32%;
  }

  #stationDetailCost{
    position: absolute;
    width: 16%;
    height: 5%;
    bottom: 32%;
    right: 12%;
  }
   /* Invoice */
  #invoiceIcon{
    position: absolute;
    width: 9%;
    height: 4%;
    bottom: 4.5%;
    right: 29%;
  }

  #invoiceFee{
    position: absolute;
    width: 15%;
    height: 4%;
    top: 31%;
    right: 43%;
  }

  #invoiceChooseFee{
    position: absolute;
    width: 90%;
    height: 8%;
    top: 37%;
  }

  #invoiceDetail{
    position: absolute;
    width: 80%;
    height: 4%;
    bottom: 7%;
    right: 10%;
  }

  #invoiceEdit{
    position: absolute;
    width: 89%;
    height: 4%;
    bottom: 5%;
    left: 5%;
  }

  #invoiceForm{
    position: absolute;
    width: 92%;
    height: 51%;
    top: 16%;
    left: 4%;
  }

  #invoiceAccpet{
    position: absolute;
    width: 90%;
    height: 4%;
    bottom: 5%;
    left: 5%;
  }

  #invoiceDone{
    position: absolute;
    width: 70%;
    height: 17%;
    top: 42%;
    left: 15%;
  }
}

