.dkd-image-container {
    width: 100%; /* Set the width of the container */
    height: auto; /* Allow the height to adjust based on image aspect ratio */
    overflow: hidden; /* Hide any overflow if images are larger than the container */
}

.dkd-image-container img {
    width: 100%; /* Set images to fill the width of their container */
    height: auto; /* Allow images to scale proportionally */
}

.dkd_mb1 {
    margin-bottom: 0.5rem!important; 
}
.dkd_mb2 {
    margin-bottom: 1rem!important; 
}
.dkd_mb3 {
    margin-bottom: 2rem!important; 
}
.dkd_mb4 {
    margin-bottom: 2.5rem!important; 
}
.dkd_mb5 {
    margin-bottom: 3rem!important; 
}
.dkd_mt1 {
  margin-top: 0.5rem!important; 
}
.dkd_mt2 {
  margin-top: 1rem!important; 
}
.dkd_mt3 {
  margin-top: 2rem!important; 
}
.dkd_mt4 {
  margin-top: 2.5rem!important; 
}
.dkd_mt5 {
  margin-top: 3rem!important; 
}
.dkd_text_center{
  text-align: center!important;
}
.dkd_electro_item_desc{
    text-align: center; /* Center-align the text */
    font-size: 18px; /* Adjust font size as needed */
    font-weight: bold; /* Add bold font weight */
    margin-top: 10px; /* Add top margin for spacing */
}
.dkd_electro_item_desc p{
    text-align: center;
}
.dkd_electro_btn {
    display: inline-block;
    padding: 4px 20px;
    background-color: #5292d8!important;
    color: #fff;
    text-decoration: none !important;
    border: none;
    border-radius: 5px!important;
    cursor: pointer;
    transition: background-color 0.3s ease!important;
    margin-bottom: 10px;
}

.dkd_electro_btn:hover {
    background-color: #113862 !important;
    color: #fff !important;
}
.dkd_electro_front_href {
    text-decoration: none !important;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%;
    background-color: #f5f5f5;
    height: 250px;
}

.dkd_electro_front_href:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.dkd_electro_front {
    height: 225px;
    width: 225px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
    position: relative;
    transition: transform 0.5s ease-in-out;
    margin: auto;
    margin-top: 20px;
  }

.dkd_electro_front:hover {
    transform: scale(1.1); /* Scale the container on hover */
}

.weekend-dally-price {
  padding: 11px;
  background: #0c5988;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
}

.weekend-dally-price h5,
.weekend-dally-price span {
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.weekend-dally-price h5 {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px; /* Optional: Adjust as needed */
}

.weekend-dally-price span {
  font-size: 16px;
  line-height: 24px;
}
.dkd-electro-bike-demo {
    width:100%;
}
.dkd-electro-bike-slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.dkd-electro-bike-slider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.dkd-electro-bike-slider img {
    display: block;
    height: auto;
    max-width: 100%;
}
.dkdelectro-timeslot-wrapper{
  display: none;
  margin: 40px 0px;
  padding: 22px 20px;
  background: #ffd3db;
  border-radius: 20px;
  color: #b9a9a9;
  font-size: 16px;
  font-weight: 700;
}
.dkd-elctro-item-details h2{
  text-align: left;
  margin-bottom: 5px;;
}
.dkd-elctro-item-details p{
    text-align: left;
    margin-bottom: 5px;;
  }
.dkd-elctro-item-header{
  margin-top: 40px;
  background: #1a72bf;
  padding: 10px;
}

/* calender */
/* Styles for the calendar */
#dkd_electro_bikes_booking-calendar {
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: Arial, sans-serif;
  }
  
  .dkd_electro_bikes_calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #040303;
    border-bottom: 1px solid #ccc;
  }
  #dkd_electro_bikes_current-month{
    margin: auto!important;
    color: #fff!important;
  }
  #dkd_electro_bikes_calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-collapse: collapse;
  }
  
  #dkd_electro_bikes_calendar-grid div {
    padding: 3px;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 5px;
    font-size: larger;
    font-weight: bold;
    margin: 10px auto;
  }
  .dkd_electro_bikes_active_date{
    cursor: pointer;
    background-color: green;
    color: #fff;
    border: 1px solid green!important;
  }
  .dkd_electro_bikes_selectable{
    cursor: pointer;
    background-color: #0070ff;
    border: 1px solid #0070ff;
    color: #fff;
  }
  .dkd_electro_bikes_disabled{
    cursor: pointer;
    border: 1px solid #fff!important;
  }
  #dkd_electro_bikes_day-names {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.dkd_electro_bikes_day-name {
    text-align: center;
  padding: 10px;
  font-size: large;
  text-transform: uppercase;
  background: #ddd;
  font-weight: bold;
  color: cadetblue;
}
.dkd-electro-bikes-time-wrapper {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to the next line */
  gap: 10px; /* Adjust the gap between items */
}

.dkd-electro-bikes-time-wrapper div {
  width: calc(50% - 10px); /* Adjust the width of each time slot container for small screens */
  margin-bottom: 10px; /* Add bottom margin to create vertical space */
}

.dkd-electro-bikes-time-wrapper div p {
  margin-top: 5px; /* Add top margin to create space between time and seat */
}

/* Media query for larger screens */
@media screen and (min-width: 768px) {
  .dkd-electro-bikes-time-wrapper div {
    width: calc(33.33% - 10px); /* Adjust the width of each time slot container for larger screens */
  }
}
.dkdelectro-quantity-wrapper{
  margin-top: 30px;
  text-align: center;
}
#dkd_electrobikes_count {
  margin: 15px;
  display: inline;
  background: #fff;
  padding: 13px;
  color: #000;
}
.dkdelectro-quantity-wrapper .container {
  display: inline-block;
}

.dkdelectro-quantity-wrapper .container span {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ff7800;
  color: #2d0a0a;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  text-align: center;
}

.dkdelectro-quantity-wrapper .container span:hover {
  background-color: #0056b3;
}

.dkdelectro-quantity-wrapper .container span:active {
  background-color: #004080;
}
.dkd-electro-bikes-selected-time{
  border: 1px solid #ececec!important;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 5px;
  position: relative;
  background: #73ca38 !important;
  color: #1c1b1b !important;

}
.dkd-bikes-book-now-btn{
  background-color: #860a5b!important;
  border-radius: 10px;
}

.dkd_booking_table_table {
  width: 100%;
  margin-bottom: 2.618em;
  background: #fff;
  padding: 10px;
  color: #000;
  border: 1px solid #fff;
}
.dkd_booking_table_table thead{
  background: #d7d7d7;
  color: #3c3838;
  text-align: center;
}
.dkd_booking_table_table thead tr th{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.dkd_booking_table_table thead tr td{
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .dkd-electro-bikes-time-wrapper {
    display: inline;
  }
  .dkd-electro-bikes-time-wrapper div {
    width: 100%;
    margin-bottom: 10px;
  }
  .dkd-electro-bikes-time-wrapper > div lable {
    border: 1px solid #ba84e8;
    border-radius: 5px;
    padding: 10px 25px;
    margin: 5px;
    position: relative;
    background: #c4a9db;
    color: #1c1b1b;
  }
  .dkd-electro-bikes-selected-time {
    border: 1px solid #0f8a1d !important;
    border-radius: 5px;
    padding: 10px 25px;
    margin: 5px;
    position: relative;
    background: #73ca38 !important;
    color: #1c1b1b !important;
  }
}

/* quanty */

.dkd-electro-qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.dkd-electro-qty-input .dkd-electro-product-qty,
.dkd-electro-qty-input .dkd-electro-qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.dkd-electro-qty-input .dkd-electro-product-qty:focus,
.dkd-electro-qty-input .dkd-electro-qty-count:focus {
  outline: none;
}
.dkd-electro-qty-input .dkd-electro-product-qty {
  width: 30px;
  padding: 0 0 0 0px!important;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.dkd-electro-qty-input .dkd-electro-product-qty::-webkit-outer-spin-button, .dkd-electro-qty-input .dkd-electro-product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.dkd-electro-qty-input .dkd-electro-qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.dkd-electro-qty-input .dkd-electro-qty-count:before, .dkd-electro-qty-input .dkd-electro-qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dkd-electro-qty-input .dkd-electro-qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.dkd-electro-qty-input .dkd-electro-qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.dkd-electro-qty-input .dkd-electro-qty-count--add:after {
  transform: rotate(90deg);
}
.dkd-electro-qty-input .dkd-electro-qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.dkd-electro-qty-input .dkd-electro-qty-count:disabled:before, .dkd-electro-qty-input .dkd-electro-qty-count:disabled:after {
  background: #ccc;
}
.dkd-electro-qty-input {
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
  width: 50%;
  margin: auto;
}

.electro-booking-request-details {
  width: 100%;
  max-width: 600px; /* Adjust the max-width as needed */
  margin: 0 auto;
}

.electro-detail-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.electro-detail-label {
  flex: 1;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}

.electro-detail-value {
  flex: 1;
  text-align: left;
  padding-left: 10px;
}
.electro-booking-request-title {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 0px;
  background: #0c6284;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #fff;
}
/* Responsive layout adjustments */
@media screen and (max-width: 768px) {
  .electro-detail-row {
      flex-direction: column;
  }

  .electro-detail-label,
  .electro-detail-value {
      flex: none;
      width: auto;
      text-align: center;
  }
  .dkdelectro-invoice-userinfo .dkdelectro-invoice-userdetails{
    width: 100%;
  }
  
  .dkdelectro-invoice-userinfo .dkdelectro-invoice-userorder{
    width: 100%;
  }
}

.electro-paypal-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #003087;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.electro-paypal-logo {
  background-image: url('../../assets/img/paypal.png'); /* Path to your PayPal logo image */
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.electro-paypal-text {
  display: inline-block;
  vertical-align: middle;
}

.electro-paypal-button:hover {
  background-color: #001f5e;
}
.error_dkdform{
color:red;
}

/* quanity service */
.dkd-electro-qty-input_service {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
  width: 50%;
  margin: auto;
}
.dkd-electro-qty-input_service {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.dkd-electro-qty-input_service .dkd-electro-product-qty_service,
.dkd-electro-qty-input_service .dkd-electro-qty-count_service {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.dkd-electro-qty-input_service .dkd-electro-product-qty_service:focus,
.dkd-electro-qty-input_service .dkd-electro-qty-count_service:focus {
  outline: none;
}
.dkd-electro-qty-input_service .dkd-electro-product-qty_service {
  width: 30px;
  padding: 0 0 0 0px!important;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.dkd-electro-qty-input_service .dkd-electro-product-qty_service::-webkit-outer-spin-button, .dkd-electro-qty-input_service .dkd-electro-product-qty_service::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.dkd-electro-qty-input_service .dkd-electro-qty-count_service {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.dkd-electro-qty-input_service .dkd-electro-qty-count_service:before, .dkd-electro-qty-input_service .dkd-electro-qty-count_service:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dkd-electro-qty-input_service .dkd-electro-qty-count--minus_service {
  border-right: 1px solid #e2e2e2;
}
.dkd-electro-qty-input_service .dkd-electro-qty-count--add_service {
  border-left: 1px solid #e2e2e2;
}
.dkd-electro-qty-input_service .dkd-electro-qty-count--add_service:after {
  transform: rotate(90deg);
}
.dkd-electro-qty-input_service .dkd-electro-qty-count_service:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.dkd-electro-qty-input_service .dkd-electro-qty-count_service:disabled:before, .dkd-electro-qty-input .dkd-electro-qty-count_service:disabled:after {
  background: #ccc;
}
.service-checkout-details{
  text-align: center;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.service-checkout-desc{
  display: flex;
  background: #e1e1e1;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 0px 16px 1px;
}
.service-checkout-desc-grand{
  display: flex;
  background: black;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 0px 16px 2px;
}
.service-checkout-desc .dkd-service-item h6{
  margin: 0;
  color: #3e3d3d;
  margin-top: 10px;
}
.service-checkout-desc .dkd-service-item p{
  margin:0px;
  color: #3e3d3d;
  font-weight: 700;
  margin-bottom: 5px;;
}
.service-checkout-desc .dkd-service-item-price{
  margin-left: auto;
}
.service-checkout-desc-grand .dkd-service-item-price{
  margin-left: auto;
}
.service-checkout-desc .dkd-service-item-price h6{
  margin: 0;
  color: #3e3d3d;
  margin-top: 10px;
}
.service-checkout-desc-grand .dkd-service-item h6{
  margin: 0;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.service-checkout-desc-grand .dkd-service-item-price h6{
  margin: 0;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.electro-btn-invoice {
  background: #5E5DF0;
    border-radius: 999px;
    box-shadow: #5E5DF0 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter, Helvetica, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    border: 0;
}

/* Hover effect */
.electro-btn-invoice:hover {
  background-color: #0056b3;
  color: #FFFFFF;
}
/* tbale css */
.dkdelectro-invoice-header{
  display: flex;
}
.dkdelectro-invoice-header .dkdelectro-invoice-title h6{
  font-size: 16px;
  font-weight: 700;
  color: #e11010;
}
.dkdelectro-invoice-header .dkdelectro-invoice-title2{
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  color: #e11010;
}
.dkdelectro-invoice-userinfo{
  width: 100%;
  display: flex;
}
.dkdelectro-invoice-userinfo .dkdelectro-invoice-userdetails{
  width: 50%;
  justify-content: left;
}
.dkdelectro-invoice-userinfo .dkdelectro-invoice-userdetails p{
  margin: 0;
}
.dkdelectro-invoice-userinfo .dkdelectro-invoice-userdetails p span{
  color: #187fa8;
}
.dkdelectro-invoice-userinfo .dkdelectro-invoice-userorder{
  width: 50%;
  margin-left: auto;
  justify-content: right;
}
.dkdelectro-invoice-userinfo .dkdelectro-invoice-userorder p{
 margin: 0;
 text-align: right;
}
.dkdelectro-invoice-userinfo .dkdelectro-invoice-userorder p span{
  color: #187fa8;
 }
 .dkdelectro-invoice-itemdetails {
  margin: 36px auto;
 }
 .dkdelectro-invoice-itemdetails table thead {
  background: #096784;
  color: #fff;
 }
 .dkdelectro-invoice-itemdetails table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.dkdelectro-invoice-itemdetails table td, .dkdelectro-invoice-itemdetails table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.dkdelectro-invoice-itemdetails table tr:nth-child(even){background-color: #f2f2f2;}

.dkdelectro-invoice-itemdetails table tr:hover {background-color: #ddd;}
.dkdelectro-invoice-billingpickup {
  display: flex;
}
.dkdelectro-invoice-billingpickup .dkdelectro-invoice-billing{
  margin: 0;
  text-align: left;
}
.dkdelectro-invoice-billingpickup .dkdelectro-invoice-billing h6,.dkdelectro-invoice-billingpickup .dkdelectro-invoice-billing p{
  margin: 0;
  
}
.dkdelectro-invoice-billingpickup .dkdelectro-invoice-picup{
  margin: 0;
  text-align: right;
  margin-left: auto;
}
.dkdelectro-invoice-billingpickup .dkdelectro-invoice-picup h6,.dkdelectro-invoice-billingpickup p{
  margin: 0;
}
.dkdelectro-invoice-googlemap{
  margin-top: 40px;
}
.dkdelectro-invoice-googlemap h6{
  text-align: center;
}


  
  
  

