.input,
.select-input,
.input-select, .textarea {
    border-color: #c1c1c1;
    background-color: #fbfbfb;
}

.select-input .input {
    border-left-color: rgba(0, 0, 0, 0);
}

.select-input .select {
    background-color: #fbfbfb;
}

.top-box {
    /* background-image: url(../img/vshHospital_logo.png); */
    background-size: cover;
    background-position: center;
    min-height: 52vh;
    background-color: #ffffff;
}

.sign-in-box {
    margin-top: calc(-52vh + 12vh + 150px);
}

.ml-1 {
    margin-left: 5px;
}

.mr-1 {
    margin-right: 5px;
}

.logo {
    margin-top: 12vh;
    height: 150px;
}

.action-bar {
    background-color: #ffffff;
    color: #2e2e2e;
    border-radius: 0px;
}
.bottom-tabs {
    background-color: #ffffff;
}
.bottom-tabs .tab{
 border-color: #ffffff;
}
.pop-up-block {
    z-index: 999999;
}
.hide {
 display: none;
}
.strip-active {
    background-color: #03a9f4;
}
.float-right-bottom {
    right: 15px;
    bottom: 80px;
}
.drawer-menu-footer, .drawer-menu-header {
    border-color: #03a9f4;
}
.float-button {
    position: fixed;
    cursor: pointer;
    z-index: 3 !important;
}
.center-ele{
    margin: 0;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.back-pg-headder {
    display: flex;
    flex-wrap: nowrap;
    background-color: #dcd5d5;
    color: #0e0d0d;
    padding: 5px;
    margin-top: 2px;
}
.bottom-btn {
    position: fixed;
    cursor: pointer;
    right: 15px;
    bottom: 75px;
}
.autoScroll{
    max-height: 30rem;
    overflow: auto;
}


.nav-tab{
  padding: 10px 5px 5px;
  width: calc(100% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-item {
  transition: 0.3s;
  border-radius: 8px; /* default */
}

.nav-item.active {
  background: #07f1d7;
  border-radius: 50%; /* circle */
  transform: scale(1.2); /* small zoom effect */
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
/* ===== Inline Leaflet CSS (required for map layout) ===== */
    .controls {
      margin: 5px;
      padding: 5px;
      background: #d2b995d6;
      position: sticky;
      top: 0;
      z-index: 3;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    #map {
          height: 70vh;
          width: 100%;
    }
    .leaflet-container {
      height: 100%;
      width: 100%;
      position: relative;
      outline: none;
    }
    .leaflet-tile,
    .leaflet-marker-icon,
    .leaflet-marker-shadow {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    .leaflet-pane,
    .leaflet-tile-container,
    .leaflet-overlay-pane,
    .leaflet-shadow-pane,
    .leaflet-marker-pane,
    .leaflet-tooltip-pane,
    .leaflet-popup-pane {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .leaflet-marker-icon,
    .leaflet-marker-shadow {
      display: block;
    }

    .zoom-buttons {
      position: absolute;
      bottom: 155px;
      left: 10px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 999;
    }
    .zoom-btn {
      background: #fff;
      width: 45px;
      height: 45px;
      border-radius: 10px;
      border: none;
      font-size: 22px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    }
    .zoom-btn:active {
      opacity: 0.8;
    }
    .info-box {
      margin-top: 8px;
      background: #e9f7ef;
      border: 1px solid #c3e6cb;
      padding: 10px;
      border-radius: 8px;
      font-size: 14px;
      color: #155724;
    }

    .loc-btn {
      position: absolute;
      bottom: 150px;
      right: 15px;
      z-index: 1000;
      background: #f8fafc;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      box-shadow: 0 3px 8px rgba(0,0,0,0.3);
      border: 2px solid #3d55b1;
    }
  .search-box {
    position: absolute;
    top: 60px;
    width: 95%;
    z-index: 1000;
  }
  .search-box input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    background: #fff;
    z-index: 1000 !important;
  }
  .b-r-10 {
    border-radius: 10px !important;
  }

  .locationCard {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        background: #bbefe6;
        border-radius: 14px;
        padding: 12px 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.25);
        z-index: 9999;
        max-height: 110px;
        overflow-y: auto;
        font-size: 14px;
        display: block;
    }

    .locTitle {
        font-weight: bold;
        margin-bottom: 6px;
    }

    .locDetails {
        line-height: 1.3;
        color: #444;
    }

.btn3{
    padding: 10px;
    margin: 6px;
    border-radius: 5px;
    font-size: 10.10526px;
    border: none;
    color: #ffffff;
}
.side-nav-active{
  background-color: #FFA000;
}
.image-wrapper {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Prevent overflow */
}

.prescription-img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures proper fit */
  border-radius: 10px;
}