/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
/* @import "simple_calendar"; */
/* @import "tailwindcss"; */


*,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  background: #f8f8f8;
  margin: 0;
}
.notice-wrapper {
  background-color: #107E7D;
  padding: 18px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border-radius: 18px;
  transition: opacity 0.5s ease;
  margin: 18px;
}

.add-forms-wrapper {
  width: 100%;

  form {
    background-color: white;
    height: fit-content;
    border-radius: 18px;
    padding: 18px;
    border: 1px solid #e3e2e2;
    width: fit-content;
    margin: auto;
    
  }

  .form-inputs {
    width:100%;
    padding: 10px;
    border-radius: 18px;
    margin: 10px 0px;
    background: #FFE6DE;
    border: none;
    font-size: 16px;
  }
   a {
    text-decoration: none;
    color: #E14C1F;
  }
}

.notice-wrapper.fade-out {
  opacity: 0;
}


.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-skeleton {
  position: relative;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    #f3f3f3 25%,
    #e9e9e9 37%,
    #f3f3f3 63%
  );
  background-size: 400% 100%;
  animation: shimmer 1.2s infinite;
}

.item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
  transition: opacity .35s ease;
}

.item-image.loaded {
  opacity: 1;
}

@keyframes shimmer {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: -100% 0;
  }
}

.logo {
  width: 120px;
}



.rentam-content-wrapper {
  width: 100%;
  padding: 0px 18px;
  background-color: #f8f8f8 !important;
  padding-bottom: 150px ;
}

.products-list {
  overflow-x: scroll;
}

.vendor-form-wrapper {
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  width: 100%;
  form {
    padding: 10px;
    #vendor_name, #vendor_phone, #vendor_address {
      width: 100%;
      margin: 10px 0px;
      box-shadow: 0 10px 30px rgba(0,0,0,.08);
      padding: 10px;
      border-radius: 18px;
    }
    select {

      width: 10% !important;
    }
    textarea {
      background-color: rgba(255, 191, 244, 0.258);
      margin: 10px 0px;
      height: 150px;
      width: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);

    }
  }
}

.vendor-cats-details {

  display: flex;
  flex-wrap: wrap;
  .vendor-cats {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 5px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-radius: 18px;

  }
  label {
    margin-left: 5px;
  }

}



.dasbord-wrapper{
  /* height: 100vh; */
  padding-bottom: 100px;
}
.vendor-profile-card {
  /* background: #fff; */
  border-radius: 20px;
  width: fit-content;
  
}

/* .vendor-cover-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 16px;
} */

.vendor-meta {
  /* background-color: #E14C1F; */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  margin-right: 5px;


  h2 {
    margin: 0;
    font-size: 10px !important;
  }
}


.vendor-category {
  color: #666;
}

.vendor-info-grid {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
  background-color: #ffffff;
  padding: 10px;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  width: 100%;

 
}

.info-row {
  font-weight: 400;
}

/* .info-btn {

  background-color: #107E7D;
  padding: 8px;
  text-align: center;
  border-radius: 18px;
  color: white;
  width: 100px;
  
} */

.pricing-card {
  /* background: #fff; */
  /* border: 1px solid #ececec; */
  border-radius: 18px;
  /* padding: 1.5rem; */
  /* box-shadow: 0 8px 30px rgba(0,0,0,.06); */
}

.account-info-actions {
  background: white;
  border-radius: 18px;
  margin-top: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  width:200px;
}

.user-rental-info {
  padding: 10px;
  font-weight: 500;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: .9rem; */
  /* font-size: .95rem; */
  h4 {
    color: #E14C1F;
    font-weight: 500;
  }
  span:first-child {
    color: #555;
  }

  strong {
    font-weight: 600;
    /* color: #107E7D; */

  }
}

.divider {
  height: 1px;
  background: #eee;
  margin: 5px 0;
}

.total {
  font-size: 1.15rem;
  font-weight: 700;

  strong {
    color: #250603;
    font-size: 1.3rem;
  }
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 8px 24px rgba(0, 0, 0, 0.05);  padding: 18px;

  .tabs-toggle {
    display: flex;
    justify-content: space-between;
  }

  .toggle-option {
    padding: 10px;
    border: none;
    
  }
}

.center-tabs-toggle {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
}

.rental {
  padding: 24px;
  background: #FBFBFB;;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  font-family: system-ui, -apple-system, sans-serif;
}

.rental label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

.rental  {
  margin-bottom: 16px;
}

.rental input[type="date"],
.rental input[type="number"],
.rental input[type="text"] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 16px;
  background: #fff;
  transition: all 0.2s ease;
}

.rental input:focus {
  outline: none;
  border-color: #250603;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
}

.submit-btn {
  width: 100%;
  padding: 14px;
  background: #250603;
  color: #fff;
  border: none;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 8px;
}

.submit-btn:hover {
  background: #000;
  transform: translateY(-1px);
}

.submit-btn:active {
  transform: scale(0.98);
}

.cart {
margin: 18px 0px;
  padding: 18px;
  background: white;
  border-radius: 24px;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 8px 24px rgba(0, 0, 0, 0.05);  
}

/* .checkout-btn {
  width: 100% !important;
  padding: 10px;
  background: #250603;
  color: #F6F6F6;
  text-align: center;
  border-radius: 18px; */
/* } */
.cart-item {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  background: white;
  border: 1px solid #f1f5f9;
  box-shadow:
    0 1px 2px rgba(0,0,0,.04),
    0 8px 24px rgba(0,0,0,.05);
  margin-bottom: 16px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
}

.qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.899);
  color: #F6F6F6;
  border: none;
  cursor: pointer;
}

.quantity {
  min-width: 24px;
  text-align: center;
  font-weight: 600;
}

.cart-item-remove-btn {
  background: rgba(255, 0, 0, 0.149);
  padding: 5px;
  border-radius: 18px;
  margin-top: 10px;
}

.cart-item-image {
  width: 100px;
  height: 100px;
}

.product-image {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;

}

.product-image img {
  width: 100%;
  border-radius: 18px;
  height: 100%;
  object-fit: cover;
  border: none;
}

.product-content {
  width: 100%;
  padding-top: 5px;
  border: none;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.product-title h1 {
  font-size: 21px;
  font-weight: 500;
  margin: 0;
}

#product_tabs {
  width: 50%;
  display: block;
  margin: auto;
  margin-top: 10px;
}

.product-price {
  text-align: right;
}

.price, .item-price{
  font-size: 19px;
  font-weight: 700;
  color: #E14C1F  ;
}

.per-day {
  font-size: 13px;
  color: #71717a;
}

.product-loco-wrapper {
  padding: 5px 0px;
  display: flex;
  align-items: center;
  img {
    margin-right: 5px;
    width: 10px;
  }
  .location {
    color: #6D6D6D;
    font-size: 9px;
  } 
}

.product-description {
  margin-top: 10px;
  h3 {
      font-weight: 500;
      font-size: 14px;
    }

  p {
    font-size: 14px;
    font-weight: normal;
  }
}

.product-description p {
  color: #52525b;
  line-height: 1.6;
}

/* META */
.product-meta {
  margin-top: 8px;
}

.meta-item {
  margin-right: 8px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.meta-item .label {
  display: block;
  color: #250603;
  font-size: 13px;
  font-weight: 500;
}

.meta-item .value {
  font-size: 18px;
  margin-left: 18px;
  color: #6D6D6D;
  text-decoration: none;


   a{
    /* text-decoration: none; */
    color: #E14C1F;
   }
}

.btn-primary {
  display: block;
  width: 100%;
  background: #250603;
  color: white;
  padding: 8px 18px;
  border-radius: 50px;
  text-align: center;
  transition: 0.2s;
  margin: 18px 0px;
  border: none;
}
#request-delivery {
  color: #250603;
  background: #FFE6DE;
  text-decoration: none;
}

.image-upload label{
  border: 1px solid #E14C1F;
  display: flex;
 
  /* width: 100%; */
  padding: 18px;
  border-radius: 18px;

  img {
    margin-right: 8px;
  }
}

.actions {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  padding-bottom: 8px;
  width: 100%;
  /* background-color: red; */
}

#report-issue-btn {
  background: #FFE6DE;
  color: #250603;

}

/* .actions a {
  color: #52525b;
  text-decoration: none;
}

.actions a:hover {
  text-decoration: underline;
} */

.tabs-toggle {
  display: inline-flex;
  border-radius: 999px;
  padding: 4px;
  gap: 4px;
}

.toggle-option {
  padding: 10px ;
  border-radius: 50px;
  text-decoration: none;
  /* font-weight: 600; */
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #71717a;
  transition: all 0.2s ease;
  position: relative;
  min-width: fit-content;
  h3 {
    font-size: 9px;
  }
}

.toggle-option.active {
  background: #E14C1F ;
  color: #fff;;
}

.toggle-option.active img {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.subcategories {
overflow-x: scroll;
width: 100%;
scrollbar-width: none;

}

.rental {
  padding: 20px;
  border-top: 1px solid #eee;
}


.btn-submit {
  width: 100%;
  padding: 16px;
  background: #250603;
  color: white;
  border-radius: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn-submit:hover {
  background: #000;
}

/* CALENDAR */

.simple-calendar {
  background: white;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #eee;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.simple-calendar table {
  width: 100%;
  border-collapse: collapse;
}

.simple-calendar th,
.simple-calendar td {
  border: 1px solid #f1f5f9;
  padding: 10px;
  text-align: center;
}

.calendar-day {
  font-size: 12px;
}

.event {
  margin-top: 4px;
  font-size: 11px;
  background: #1D9B84;
  color: white;
  padding: 2px 6px;
  border-radius: 6px;
}

.per-day {
  color: #E14C1F ;
}
.rentals-page {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-header {
  margin-bottom: 24px;
}

.page-header h1 {
  font-size: 2rem;
  font-weight: 700;
}
.heading {
  /* text-align: center; */
  color: #E14C1F;
  font-weight: 500;
  margin: 8px 0px;
  font-size: 24px;
}

.rentals-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rental-body {
  /* background-color: red; */

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
  /* gap: 20px; */
  /* padding: 18px; */
}
.rental-row {

  background: white;
  /* padding: 18px; */
  border-radius: 20px;

  box-shadow:
    0 1px 2px rgba(0,0,0,.04),
    0 8px 24px rgba(0,0,0,.05);
}

.rental-image {
  width: 90px;
  height: 90px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f4f4f5;
}
.rental-info {
  width: 70%;
}

.rental-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rental-content {
  flex: 1;
}

.rental-content h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.rental-meta {
  display: flex;
  gap: 20px;
  color: #71717a;
  font-size: 14px;
}

.rental-status {
  min-width: 120px;
  text-align: center;
}

.status-pill {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.status-pill.pending {
  background: #fef3c7;
}

.status-pill.confirmed {
  background: #dcfce7;
}

.status-pill.active {
  background: #dbeafe;
}

.status-pill.completed {
  background: #e4e4e7;
}

.status-pill.cancelled {
  background: #fee2e2;
}

.btn-view {
  text-decoration: none;
  background: #250603;
  color: white;
  padding: 10px 16px;
  border-radius: 18px;
  font-weight: 600;
}

.rental-show {
  max-width: 900px;
  margin: 0px auto;
}


.status-badge {
  font-weight: 600;
}

.status-badge.pending {
  background: #FDEEB1;
}
.status-badge.paid, .status-badge.returned{
 padding: 0px 5px;
  margin-left: 5px;
  border-radius: 5px;
  background: #107E7D;
  font-size: 12px;
  color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);

}

.status-badge.confirmed {
  background: #dcfce7;
}

.status-badge.cancelled {
  background: #fee2e2;
}

.rental-product {
  display: flex;
  gap: 20px;
}

.rental-product img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
}

.product-details h2 {
  margin-top: 0;
}

.earnings {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.stat-card {
  background: white;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.stat-card h2 {
  font-size: 14px;
  color: #71717a;
}

.stat-card p {
  font-size: 28px;
  font-weight: 700;
}

.earnings-list {
  background: white;
  padding: 20px;
  border-radius: 24px;
}

.earn-row {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #f4f4f5;
}

.earn-row:last-child {
  border-bottom: none;
}

.requests {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

.status.paid {
  color: #1D9B84;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.request-card {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 16px 20px;
  border-radius: 18px;
  background: #FBFBFB;;
  border: 1px solid #e6e6e6;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

#notification-badge {
  .messages-count {
    position: relative;
    left: 0;
    bottom: 0;
  }
}

.messages-count {
  position: absolute;
  background-color: #250603;
  border-radius: 50%;
  color: white;
  /* font-size: 18px; */
  padding: 5px;
  left: 40px;
  width: 30px;
  height: 30px;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  width: fit-content;

}

.product-card {
  background: #FBFBFB;
  border-radius: 14px;
  padding: 20px;
  /* width: 100%; */
  display: flex;
  /* flex-wrap: wrap; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);

  p:nth-of-type(2),
  p:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
    padding: 6px 10px;
    border-radius: 18px;
    background: #f7f7f7;
    font-size: 12px;
    color: #444;
  }

  p:nth-of-type(3) {
    background: #eef7ff;
    color: #1e6fb8;
    font-weight: 600;
  }



  .product-image, .product-content {
    width: 50%;
    min-height: 450px;
    max-height: fit-content;
    overflow: hidden;
    position: relative;
  }
  .product-content {
    padding-left: 10px;
  }
  .slide-btns {
    background-color: #e14c1f32;
    border-radius: 18px;
    
    position: absolute;
    z-index: 2;
    width: 40%;
    display: flex;
    justify-content: space-between;
    font-size: 34px;
    font-weight: 600;
    padding: 0px 18px;
    bottom: 20px;
  }
}

.list-image {
  width: 90px;
  height: 120px;
  object-fit: cover;
  border-radius: 18px;
}
.listings-products-details-wrapper {
  /* background-color: blue; */
  width: 200px;
  padding-left: 10px;

}
.stat {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 8px;
  /* background: #f6f6f6; */
  font-size: 12px;
  padding-top: 10px;
  /* width: 100%; */
  .label {
    color: #777;
  }

  .value {
    font-weight: 600;
    color: #250603;
  }
}


.new-vendor-btn {
  position: fixed;
  left: 50%;
  bottom: 110px;
  transform: translateX(-50%);
  z-index: 1113;
  background: #250603;
  color: #fff;
  padding: 10px 18px;
  border-radius: 18px;
  text-align: center;
  width: 90%;
}

.mobile-nav-wrapper {
 display: none;
}

.profile-tabs-toggle-wrapper {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  display: flex;

    .toggle-option {
      max-width: fit-content;

    }
}

#items-categories-wrapper, #notity-wrapper {
  .tabs-toggle {
    background: none;
    border: none;
  }
  .toggle-option {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    height: fit-content;
    min-width: fit-content;
  }
}

.index-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  overflow-y: scroll;
}

.item-ratings {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  .rating-price {
    font-size: 14px;
    color: #E14C1F;
    font-weight: 600;
  }
}
.item-card {
  width: 180px;
  border-radius: 18px;
  margin: 0px 8px;
  height: fit-content;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);

}
.item-image {
  height: 200px;
  width: 100%;
  padding: 8px;
  border-radius: 18px;
  object-fit: cover;
}
.item-card-details {
  padding: 10px;
}

.add-item-btn {
  background-color: #250603;
  padding: 10px 18px;
  border-radius: 18px;
  color: white;
  text-align: center;
  width: 100%;
  text-decoration: none;
  border: none;

}


.description-info-icon {
  display: flex;
  align-items: center;
  padding: 18px 0px;

  img {
  
    margin-left: 10px;
  }
}

.item-title a{
  font-weight:600;
  text-decoration: none;
  color: #250603;
}

.item-location {
  font-weight: 300;
  font-size: 10px;
}

.messages-links-wrapper {
  width: 100%;
}

.messages-links {
  display: flex;
  width: 100%;
  padding: 10px;
  margin: 10px;

  a {
  display: inline-block;
  width: fit-content;
  background: #e14c1f37;
  padding: 10px ;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  margin-right: 18px;
  }

}



@media (max-width: 768px) {
  .simple-calendar {
    overflow-x: auto
  }

  .simple-calendar table {
    min-width: 700px;
  }
}

@media (max-width: 520px) {

  .account-info-actions {
    width: 100%;
  }
  .auth-wrapper {
    margin: 0 !important;
    width: 100% !important;
  }
  .add-forms-wrapper {
    padding: 0px;

    form {

      width: 100%;
    }
  }


/* 
  .rentam-content-wrapper {
    padding:  inherit 10px;
  } */

  .checkout-page {
    padding: 0;
  }
  .item-title {
    font-size: 12px;
  } 
  .review-submit-btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .vendor-profile-card {
    width: 100%;
  }
  .rental-body {
    display: block;
  }
  .rental-info {
    padding-top: 18px;
    width: 100%;
  }
  .rider-card, .rider-card-image{
    width: 100% !important;
  }

  .rental{
    position: fixed;
    bottom: 92px;
    width: 90%;
    z-index: 10;
    padding: 0;
    left: 50%;
    background: none;
    transform: translateX(-50%);
    border: none;

    form {
      display: flex;
      input {
        width: 50%;
        margin: 2px;
      }
      #date_range{
        border: 1px solid #E14C1F;
      }
    }
  }

 
  .add-item-btn {
    width: 100%;
  }

  #product_tabs {
    padding: 0px 10px;
  }

  .logo {
    display: none;
  }
 .toggle-option {
    font-size: 13px;
    font-weight: 400;
  }
  #main-nav {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 222;
    background: transparent;
    .tabs-toggle {
      padding: 0;
    }
  }

  .mobile-nav-wrapper {
    display: block;
    position: fixed;
    width: 95%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 222;
    padding: 10px;
    border-radius: 50px;
    background: #FFE6DE;
    .tabs-toggle {
      width: 100%;
      justify-content: space-between;
    }

    img {
      height: 18px;
    }
    .toggle-option.active {
      background-color: #E14C1F;
      color: white;
    }
  }
  .tabs-toggle {
    gap: 0;
  }

  .rental-row, .rental-product {
    flex-wrap: wrap;
  }

  .rental-product img, .product-details  {
    width: 100%;
  }

  .rental-meta {
    font-size: 8px;
  }

  .btn-view, .status-pill.confirmed, .status-pill.pending, .status-pill.cancelled{
    font-weight: 500;
    padding: 3px 10px;
    font-size: 10px;
  }

  .rental-status {
    min-width: auto;
  }

  .rentals-page {
    padding: 0;
    margin: 0;
  }

  .product-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
  }

  .products-grid {
    grid-template-columns: auto;
    padding: 0;
  }

  .product-image  {
    width: 100% !important;
    /* height: 450px !important; */
  }
  .product-content {
    height: fit-content !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .actions {
    /* flex-wrap: wrap; */
    display: block;
    padding-top: 18px;
  }

  .request-card {
    flex-wrap: wrap;
    .right {
      margin-top: 10px;
    }
  }

  .requests {
    padding: 0;
    height: 100vh;
    overflow-y: scroll;
  }

  .simple-calendar nav {
    display: flex;
    justify-content: space-between !important;
    padding: 10px;
  }

  .stats-grid {
    grid-template-columns:auto;
  }
  /* .index-items-wrapper {
    flex-wrap: wrap;
    height: auto;
  } */
  .item-card {
    width: 48%;
    height: fit-content;
    margin: 5px 2px !important;

  }

 /* .search-form {
  input {
    width: 100%;
    font-size: 8px !important;

  }
 } */
}


.rentals-grid {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.rental-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  padding: 16px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;

  &:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
}


.rental-details {
  p {
    margin: 6px 0;
    color: #555;
    font-size: 14px;
  }
}

.status {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;

  &.pending {
    background: #fff3cd;
    color: #856404;
  }

  &.confirmed {
    background: #d4edda;
    color: #155724;
  }

  &.cancelled {
    background: #f8d7da;
    color: #721c24;
  }
}


#app-loader {
  position: fixed;
  inset: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.app-logo {
  width: 140px;
  animation: pulse 1.2s ease-in-out infinite;
}


#notifications_list {

  padding-top: 18px;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

#notifications-nav-links {
  .toggle-option {
    border-radius: 99px;
    text-align: center;
    padding: 8px;
    color: #250603;
  }
  .toggle-option{
    display: flex;
  
  }
  .toggle-option.active {
    background-color: #E14C1F ;
    color: white;
  }
}

.notification {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 10px;
  transition: 0.2s ease;
  border: 1px solid #eee;
}

.notification:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.notification.unread {
  border-left: 4px solid #E14C1F;
  background: #FFE6DE;
}

.notification-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.notification-content {
  display: flex;
  gap: 12px;
  align-items: start;
}

/* IMAGE */
.notification-image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #eee;
}

.no-image {
  width: 60px;
  height: 60px;
  background: #f1f1f1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #888;
}

.notification-text {
  flex: 1;
}

.product-title {
  font-size: 14px;
  margin: 0;
  color: #250603;
}

.seller-name {
  font-size: 12px;
  color: #666;
  margin: 2px 0;
}

.message {
  font-size: 16px;
  color: #333;font-weight: 600;
}

.time {
  font-size: 11px;
  color: #999;
}


.conversation-row {
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 14px;
  margin-bottom: 10px;

  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;

  text-decoration: none;
  color: inherit;

  transition: all .2s ease;
}

.conversation-row:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.conversation-avatar {
  flex-shrink: 0;
}

.conversation-image {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 18px;
}

.conversation-placeholder {
  width: 64px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f5f5f5;
  border-radius: 18px;

  font-size: 24px;
}

.conversation-content {
  flex: 1;
  min-width: 0;
}

.conversation-title {
  font-size: 16px;
  font-weight: 600;
  color: #250603;

  margin-bottom: 4px;
}

.conversation-user {
  color: #777;
  font-size: 14px;
}

.conversation-arrow {
  color: #999;
  font-size: 18px;
}

.chat-page {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee;
  height: 65vh;
}

.chat-topbar {
  padding: 18px 24px;
  border-bottom: 1px solid #eee;
  background: #fff;
  display: flex;
  align-items: center;
  img {
    border-radius: 50px;
    height: 40px;
    width: 40px;
    object-fit: cover;
    margin-right: 18px;

  }
}

.chat-topbar h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.chat-topbar span {
  color: #777;
  font-size: 14px;
}

.messages-container {
  padding: 20px;
  min-height: 500px;
  max-height: 65vh;
  overflow-y: auto;
  background: #F6F6F6;
}

.message-row {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.message-row.mine {
  align-items: flex-end;
}

.message-bubble {
  max-width: 70%;
  padding: 12px 16px;
  border-radius: 18px;
  background: #FBFBFB;;
  border: 1px solid #ececec;
  word-break: break-word;
}

.message-row.mine .message-bubble {
  background: #FFE6DE;
  color: white;
  border: none;
}

.message-time {
  margin-top: 4px;
  font-size: 12px;
  color: #888;
}

.chat-input-area {
  border-top: 1px solid #eee;
  padding: 16px;
  background: white;
}

.chat-form {
  display: flex;
  gap: 10px;
}

.chat-input {
  flex: 1;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 24px;
  outline: none;
  font-size: 16px;
}

.chat-input:focus {
  border-color: #2563eb;
}

.send-btn {
  border: none;
  padding: 0 24px;
  border-radius: 24px;
  background: #2563eb;
  color: white;
  cursor: pointer;
  font-weight: 600;
}

.send-btn:hover {
  opacity: .9;
}



.messages-container {
  padding: 24px;
  background: #f8fafc;
}

.message-row {
  display: flex;
  margin-bottom: 18px;
}

.message-row.mine {
  justify-content: flex-end;
}

.message-bubble-wrapper {
  max-width: 70%;
  min-width: 10%;
}

.message-bubble {
  position: relative;

  padding: 5px 18px;
  border-radius: 18px;

  background: white;
  color: #250603;

  font-size: 15px;
  line-height: 1.5;

  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  word-break: break-word;
}

/* My messages */
.message-row.mine .message-bubble {
  background: #FFE6DE !important;
  color: #250603;
  border-bottom-right-radius: 6px;
}

/* Other user messages */
.message-row:not(.mine) .message-bubble {
  border-bottom-left-radius: 6px;
}

.message-meta {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 4px;
  padding: 0 4px;
}

.message-row.mine .message-meta {
  text-align: right;
}

.rentam-search-bar {
  background: white;
  border-radius: 999px;
  padding: 10px;
  width: fit-content;
  margin: auto;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);

}

.search-form {
  display: flex;
  align-items: center;
}

.search-section {
  display: flex;
  flex-direction: column;
}

.search-section label {
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 2px;
}

.search-section input {
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
}

/* .search-divider {
  width: 1px;
  height: 40px;
  background: #eee;
} */

.search-btn {
  margin-left: auto;
  border: none;
  background: #250603;
  color: white;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  /* border-radius: 50%; */
  cursor: pointer;
  padding: 10px;
}

.product-rating-summary {
  display: flex;
  align-items: center;
  gap: 6px;
  /* margin: 12px 0 24px; */
  font-size: 12px;
  color: #666;
}

.rating-star {
  font-size: 18px;
}

.rating-score {
  font-weight: 500;
  color: #250603;
  display: flex;
  font-size: 12px;

  img{
    margin-right: 3px;
  }
}

.rating-count {
  color: #666;
}

.reviews-section {
  /* margin: 32px 0px; */
  display: flex;
  width: 100%;
  overflow-x: scroll;
  h3 {
    width: 100%;
  }
}

.reviews-section h3 {
  margin-bottom: 16px;
  font-size: 20px;
}

.review-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 16px;
  margin-right: 3px; 
   display: flex; 
  flex-wrap: wrap;
  min-width: 250px;
  max-width: 300px;
  height: 100px;
  overflow: hidden;

}

.review-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 12px;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fdeeb1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 8px;
}

.review-user {
  font-weight: 600;
  font-size: 13px;
}

.review-date {
  font-size: 8px;
  color: #888;
}

.review-stars {
  display: flex;
  align-self: start;
  font-size: 12px;
  font-weight: 500;

  span {
    margin-left: 4px;
  }
}

.review-comment {
  line-height: 1.6;
  color: #444;
  width: 100%;
  margin: 0;
  padding-top: 10px;
}

.review-form-card {
  margin-top: 32px;
  background: white;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
}

.review-form-card h3 {
  margin-bottom: 16px;
}

.field {
  margin-bottom: 16px;
}

.review-select {
  width: 100%;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid #ddd;
}

.review-textarea {
  width: 100%;
  min-height: 120px;
  border-radius: 18px;
  border: 1px solid #ddd;
  padding: 12px;
  resize: vertical;
}
.star-icon {
  width: 24px;
  height: 24px;
  fill: #ccc;
}

.star-input:checked ~ label .star-icon {
  fill: #E14C1F;
}

.review-submit-btn {
  background: #FFE6DE;
  border: none;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
} 

.star-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: .25rem;
}

.star-rating input {
  display: none;
}

.star-rating label {
  font-size: 2rem;
  color: #d8d8d8;
  cursor: pointer;
  transition: .2s;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #ffc107;
}

.star-rating input:checked ~ label {
  color: #ffc107;
}
.map-container {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgb(159, 54, 54);
}

#map {
  width: 100%;
  height: 100vh;
}

.hidden {
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.all-errors-wrapper {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  }

.web-errors {
  padding: 30px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center ;
  align-items: center;
}


.homepage {
  min-height: 100vh;
  background: #fff;
}

.hero-section {
  text-align: center;
}

.hero-content {
  width: 100%;
  padding: 18px;
}

.hero-content h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  margin-bottom: 24px;
  color: #111;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.primary-btn,
.secondary-btn {
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
}

.primary-btn {
  background: #111;
  color: white;
}

.primary-btn:hover {
  transform: translateY(-2px);
}

.secondary-btn {
  border: 1px solid #ddd;
  color: #111;
}

.secondary-btn:hover {
  background: #f5f5f5;
}

.features-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  padding: 32px;
  border-radius: 24px;
  background: white;
  border: 1px solid #eee;
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 16px;
}

.feature-card h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #111;
}

.feature-card p {
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .features-section {
    grid-template-columns: 1fr;
  }

  
}
.checkout-page {
  min-height: 100vh;
  background: #f8f9fb;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.checkout-container {
  width: 100%;
  max-width: 700px;
}

.checkout-card {
  background: white;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.checkout-card h2 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
}

.checkout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 16px 0; */
}

.checkout-row:not(.total) {
  border-bottom: 1px solid #f0f0f0;
}

/* .label {
  color: #666;
  font-weight: 500;
} */

/* .value {
  font-weight: 600;
  text-align: right;
} */

.checkout-divider {
  height: 1px;
  background: #ddd;
  margin: 12px 0;
}

.checkout-row.total {
  font-size: 1.35rem;
  font-weight: 700;
  padding-top: 20px;
}

.checkout-btn {
  width: 100%;
  margin-top: 24px;
  border: 0;
  border-radius: 14px;
  padding: 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  background: #250603;
  color: white;
  transition: all 0.2s ease;
}

.checkout-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.checkout-btn:active {
  transform: translateY(0);
}

@media (max-width: 640px) {
  .checkout-card {
    padding: 24px;
  }

  /* .checkout-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  } */

  .value {
    text-align: left;
    font-size: 13px;
  }
}


#contact-us {
  padding: 20px;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  form {
    box-shadow: 0 4px 12px #AAB0B7;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    width: 40%;
    min-width: 300px;
    border-radius: 18px;
    /* background: red; */
    h2 {
      width: 100%;
    }
  }

  .contact-input-wrapper {
    width: 50%;
    margin: 10px 0px;
    input {
      width: 90%;
      padding: 10px;
      margin-top: 5px;
      background-color: beige;
      border-radius: 18px;
    }
  }

  .contact-reason-wrapper {
    width: 100%;
    select {
      width: 100%;
      padding: 10px;
      font-size: 1.1em;
      margin-top: 5px;
      background: #F6F6F6;
      border-radius: 18px;
    }
  }

  .contact-message-wrapper {
    width: 100%;
    height: 200px;
    padding: 10px 0px;
    textarea {
      width: 100%;
      height: 100%;
      resize: none;
      margin-top: 5px;
            background-color: beige;

    }
  }

  .contact-submit-wrapper {
    padding: 10px 0px;
    height: 100px;
    width: 100%;
    margin-top: 20px;
    input[type="submit" i] {
      width: 100%;
      color: white;
      font-size: 16px;
      padding: 10px 18px;
      background: #250603;
      border: none;
      border-radius: 18px;
      border: none;
    }
  }
}





.wallet-page{
    max-width:700px;
    margin:auto;
    /* padding: 30px 18px; */
}

.wallet-card{
  background: white;
  /* color:white; */
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);

  border-radius:24px;
  padding:32px;
  margin-bottom:35px;

  .stat{
    display:flex;
    flex-direction:column;
  }

  .stat span{
    opacity:.7;
    font-size:14px;
  }

  .stat strong{
    font-size:20px;
  }
}

.wallet-card .label{
    opacity:.7;
    font-size:14px;
}

.wallet-card h1{
    margin-top:10px;
    font-size:3rem;
    font-weight:700;
}

.wallet-stats{
    display:flex;
    gap:30px;
    margin:25px 0;
}
.transaction-deposite-status,  .wallet-withdrawal-status {
  display: flex;
  align-items: center;
  
}

.transaction-description-status {
  display: flex;
  align-items: center;  
}

.rental-link a {
    color: #E14C1F;
    font-weight: 500;
  
}


.refunded {
  padding: 0px 5px;
  margin-left: 5px;
  border-radius: 5px;
  border: 1px solid #107E7D;
  font-size: 14px;

}
.all_good {
  padding: 0px 5px;
  margin-left: 5px;
  border-radius: 5px;
  background: #107E7D;
  font-size: 14px;
  color: white;
}


.withdrawal-status {
   padding: 0px 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color:  #E14C1F;
  color: white;
  font-size: 12px;
}

.withdraw-btn{
  display:inline-block;
  background:#250603;
  color:white;
  padding: 14px;
  border-radius:14px;
  text-decoration:none;
  font-weight: 600;
  text-align: center;
  width: 100%;
  transition: .2s;
  cursor: pointer;
}



.wallet-history{
    border-radius:24px;
}

.wallet-history h2{
    margin-bottom:20px;
}

.wallet-transaction{
    background:white;
    display:flex;
    justify-content:space-between;
    padding:18px 0;
    border-bottom:1px solid #eee;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 18px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.wallet-left{
  display:flex; 
  flex-direction: column;
}

.wallet-icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#f3f4f6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin-right: 4px;
}

.wallet-details {
  h4 ,p {
    margin:3px 0px;
    font-size:16px;
  }
}

.wallet-details small{
    color:#999;
}

.credit{
    font-weight:500;
    font-size:16px;
    display: flex;
    align-items: center;
}

.debit{
  color:#E14C1F;
  font-weight:500;
  font-size:16px;
  display: flex;
  align-items: center;
}



.btn-accept,
.btn-refund,
.btn-decline,
.btn-complete {

  border: 1px solid gray;

  padding: 0px 8px;
  border-radius: 18px;
}

/* .actions {
  display: flex;
  gap: 1rem;
} */



.withdrawal-page {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.withdrawal-card {
  width: 100%;
  max-width: 500px;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.withdrawal-card h1 {
  margin-bottom: 10px;
  font-size: 28px;
}

.balance-label {
  color: #666;
  margin-bottom: 6px;
}

.balance {
  font-size: 42px;
  color: #107E7D;
  margin-bottom: 30px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.field label {
  font-weight: 600;
}

.field input {
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
  transition: .2s;
}

.field input:focus {
  outline: none;
  border-color: #61CCC6;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}


.back-link {
  display: inline-block;
  margin-top: 20px;
  color: #555;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}


.view-toggle {
  position: fixed;
  left: 50%;
  bottom: 110px;
  transform: translateX(-50%);
  z-index: 1000;

  display: flex;
  align-items: center;
  gap: 6px;

  background: #fff;
  padding: 6px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);

}

.toggle-btn {
  color: #250603;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 12px 22px;
  border-radius: 999px;
  
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;

  transition: all .2s ease;
}

.toggle-btn:hover {
  background: #E14C1F;
  color: #fff;
}

.toggle-btn.active {
  background: #111827;
  color: #fff;
}

.toggle-btn.active:hover {
  background: #000;
}
.map-wrapper {
  position: fixed;
  inset: 0;         
  z-index: 1;
}

#map {
  width: 100%;
  height: 100%;
}

#map{
  width:100%;
  height:100vh;
}

.listing-marker{
  cursor:pointer;
}

.listing-price{
  background:#250603;
  color: white;
  padding:10px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  border:1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);

  transition:.18s;
  white-space:nowrap;
}

.listing-price:hover{
  transform:translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);

}

.cluster-marker{
  width:54px;
  height:54px;
  border-radius:50%;
  background:#E14C1F;
  color:white;
  display:flex;
  justify-content:center;
  align-items:center;
  border:4px solid white;
  font-size:17px;
  font-weight:700;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);

}

.cluster-marker span{
  line-height:1;
}

.user-marker{
width:18px;
height:18px;
background:#E14C1F;
border-radius:50%;
border:4px solid white;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);


}

.map-popup{
  width: 150px;
  font-family:inherit;
}

.map-popup h3 {
  margin:0 0 8px;
  font-size:17px;
  color:#111827;
}

.map-popup p{
  margin:0 0 12px;
  color:#6b7280;
  font-size:14px;
}

.map-popup strong{
  font-size:16px;
}

.map-popup a{
  display:inline-block;
  margin-top:12px;
  text-decoration:none;
  color:#E14C1F;
  font-weight:600;
}

.gm-style .gm-style-iw{
  border-radius:16px;
}


.rider-dashboard-btn {
  color: #250603;
  margin: 0px 10px ;
  font-size: 18px;
  background-color: #61CCC6;
}


.rider-card {
  margin: 12px 0;
  background: linear-gradient(145deg, #ffffff, #f3f4f6);
  padding: 14px;
  border-radius: 20px;
  width: 30%;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.rider-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/* subtle “motion line” accent */
.rider-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #00c6ff, #0072ff, #00c6ff);
  background-size: 200% 100%;
  animation: moveLine 3s linear infinite;
}
.rider-info {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}

@keyframes moveLine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}



.image-preview-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.existing-image {
  position: relative;
}

.preview-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 18px;
}

.remove-image {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0,0,0,.7);
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.remove-image:hover {
  background: #dc2626;
}




.transfers-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.transfer-card {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 18px;

  border-radius: 18px;
  border: 1px solid #eee;
  background: #fff;
}

.transfer-right {
  text-align: right;
  color: #E14C1F;
  font-size: 16px;
  font-weight: 600;
}

.transfer-status {
  display: inline-block;
  margin-top: .5rem;

  padding: 4px 10px;
  border-radius: 20px;

  font-size: .8rem;
  font-weight: 600;
}

.transfer-status.success {
  background: #107E7D;
  color: white;
}

.transfer-status.pending {
  background: #fef3c7;
  color: #92400e;
}

.transfer-status.failed {
  background: #fee2e2;
  color: #991b1b;
}

.transfer-status.otp {
  background: #dbeafe;
  color: #1d4ed8;
}




.search-bar {
  display: flex;
  justify-content: center;
  margin: 8px 0px;
}

.search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  max-width: 900px;
  width: 100%;
  padding: 10px;

}

.search-field {
  display: flex;
  flex-direction: column;
  padding: 4px 18px;
  overflow: hidden;
  flex: 1; 
  margin: 0px 2px;
  /* overflow: scroll; */
  /* scrollbar-width: none; */
  background-color: #FFE6DE;
  border-radius: 50px;

  label {
    font-size: .75rem;
    font-weight: 700;
    color: #555;
  }

  input {
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    &::placeholder {
      color: #999;
    }
  }
}

.date-fields {
  display: flex;
  gap: .5rem;

  input {
    width: 140px;
  }
}

/* .divider {
  width: 1px;
  align-self: stretch;
  background: #ececec;
} */

.search-btn {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: .5rem;
  /* padding: .9rem 1.5rem; */
  border: none;
  border-radius: 50%;
  background: #250603;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: .2s;

  &:hover {
    background: #E14C1F;
    transform: translateY(-1px);
  }
}
@media (max-width: 768px) {
 
  .search-field {
    flex: 1;
    min-width: 0;
    transition: flex .25s ease;
  }

  .search-field:focus-within {
    flex: 12;
    position: absolute;
  }

  .search-field input {
    width: 100%;
  }
}




/* Calendar */
.flatpickr-calendar {
  /* border-radius: 16px; */
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  border-radius: 18px !important;

}

/* Header */
.flatpickr-months {
  background: #250603;
  color: white;
}

.flatpickr-current-month,
.flatpickr-monthDropdown-months,
.numInputWrapper,
.flatpickr-weekday {
  color: white !important;
    background: #250603;

}
.flatpickr-innerContainer {
  background-color: #250603;
  color: white;
}
/* Navigation arrows */
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  fill: white;
}

/* Day hover */
.flatpickr-day:hover {
  background: #E14C1F !important;
  border-color: #250603 !important;
}

/* Selected day */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #E14C1F!important;
  border-color: #E14C1F !important;
  /* color: #fff !important; */
}

/* Days between start and end */
.flatpickr-day.inRange {
  background: #E14C1F!important;
  border-color: transparent;
  color: #250603;
}

/* Today's date */
.flatpickr-day.today {
  color: white;
}

/* Disabled dates */
.flatpickr-day.flatpickr-disabled {
  color: #727171 !important;
}
.flatpickr-day {
  color: white !important;
}

.auth-wrapper {
  color: #001F3F;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  margin: auto;

}

.display-table-menus {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0px;

  a {
    color: #250603;
  }
}

.stats-wrapper {
  padding-top: 18px;
}

.display-table-menus-links {
  padding: 5px 0px;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  position: sticky;
  z-index: 2;
  white-space: nowrap;
  &::-webkit-scrollbar {
    display: none;
  }
}

.table-tab-wrapper {
  background-color: #fafafa;
  display: flex;
  padding: 3px 0px;
  border-radius: 999px;  margin-right: 18px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
  a {
    text-decoration: none;
    text-decoration: none;
    padding: 3px 18px;
    text-align: center;
  }
}

.table-tab-wrapper .table-nav-link {
  text-decoration: none;
  font-weight: 500;
  text-align: center;
}

.table-tab-wrapper.active {
  background-color: #E14C1F;
}

.table-tab-wrapper.active .table-nav-link {
  color: white;
}
