/*================================================
Template name: Travgo Travel Mobile App Template
Version: 1.0.0
Author: Website Stock       
Author url: https://themeforest.net/user/website_stock/portfolio  

[ Table of Contents ]

01: home CSS
02: info CSS
03: service CSS
04: visited CSS
05: budget CSS
06: service-location CSS
07: tour-guide CSS
08: dark-mode CSS

==================================================*/
/*===========================================================
01: home CSS
=============================================================*/

img.logo-top {
    width: 200px;
    margin-bottom: 10px;
}
.home {
  padding: 16px 20px;
  margin-bottom: 70px;
  margin-top: 55px;
}

.home .title {
  padding-bottom: 16px;
}

.home .title h2 {
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-text);
}

.home .title a {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
}

/*===========================================================
02: info CSS
=============================================================*/
.info .image {
  height: 40px;
  width: 40px;
}

.info h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-text);
}

.info p {
  font-size: 12px;
  color: var(--secondary-text);
}

.info ul a,
.info ul button {
  height: 46px;
  width: 46px;
  border: 1px solid var(--additional2);
}

.info ul a span,
.info ul button span {
  display: inline-block;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: var(--primary);
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 10;
}

/*===========================================================
03: service CSS
=============================================================*/
.service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.serviceModal .modal-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;
  column-gap: 14px;
}

.serviceModal .item .image,
.service .item .image {
  height: 64px;
  width: 64px;
  background: var(--secondary);
}

.serviceModal .item figcaption,
.service .item figcaption {
  margin-top: 11px;
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-text);
}

/*===========================================================
04: visited CSS
=============================================================*/
.visited .visited-pagination {
  position: static;
  text-align: right;
}

/*===========================================================
05: budget CSS
=============================================================*/
.budget ul li:not(:last-child) {
  margin-bottom: 16px;
}

.budget .image {
  width: 86px;
  height: 86px;
}

.budget .content h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-text);
}

.budget .content h5 {
  font-size: 12px;
  font-weight: 500;
  color: var(--secondary-text);
  padding-top: 4px;
  padding-bottom: 12px;
}

.budget .content .price,
.budget .content .location {
  font-size: 12px;
  font-weight: 500;
  color: var(--secondary-text);
}

.budget .content .price span {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-text);
}

/*===========================================================
06: service-location CSS
=============================================================*/
.map {
  height: 100vh;
  width: 100%;
}

.locationModal {
  backdrop-filter: blur(0);
}

.locationModal .modal-body {
  display: block;
  padding: 0 24px 24px 24px;
  max-height: 270px;
  overflow-y: auto;
}

.locationModal .modal-body .item-list li:not(:last-child) {
  margin-bottom: 16px;
}

.locationModal .item .image {
  width: 92px;
  height: 92px;
}

.locationModal .content h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-text);
}

.locationModal .content .rating {
  font-size: 12px;
  font-weight: 600;
  color: var(--warning);
}

.locationModal .content .rating span {
  color: var(--secondary-text);
}

.locationModal .content .location {
  color: var(--gray-90);
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
}

.locationModal2 .modal-dialog {
  margin: 24px;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 16px;
  height: calc(100vh - 48px);
}

.locationModal2 .modal-body {
  padding: 24px;
}

.locationModal2 .item .image {
  width: 80px;
  height: 100px;
}

.locationModal2 .btn-list a {
  height: 50px;
  width: 50px;
  background: var(--secondary);
}

.locationModal2 .btn-list a.active {
  background: var(--primary);
}

.locationModal2 .btn-list a.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(139deg) brightness(103%) contrast(101%);
}

/*===========================================================
07: tour-guide CSS
=============================================================*/
.tour-guide .guide ul li:not(:last-child){
  margin-bottom: 24px;
}

/*===========================================================
08: dark-mode CSS
=============================================================*/
.dark-mode .info ul a img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(322deg) brightness(102%) contrast(102%);
}

.dark-mode .info h3,
.dark-mode .place-card .content h4,
.dark-mode .home .title h2,
.dark-mode .place-card .content .price h3,
.dark-mode .guide .item .content h4,
.dark-mode .budget .content h4,
.dark-mode .locationModal .content h4,
.dark-mode .budget .content .price span {
  color: white;
}

.dark-mode .serviceModal .item .image,
.dark-mode .service .item .image {
  background: var(--gray-90);
}

.dark-mode .locationModal .content .location,
.dark-mode .guide .item .content .location{
  color: var(--secondary-text);
}

.dark-mode .locationModal .content .location img,
.dark-mode .guide .item .content .location img{
  filter: brightness(0) saturate(100%) invert(53%) sepia(9%) saturate(375%) hue-rotate(164deg) brightness(94%) contrast(92%);
}


/* MY CSS */

 .current-shift-section {
        background-color: #00adff;
        color: white;
        border-radius: 10px;
        padding: 36px 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .header {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }

    

    .header-info {
        flex-grow: 1;
    }

    .header-info h2 {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
   }

    .header-info p {
    font-size: 12px;
    margin-top: 6px;
    line-height: normal;
  }

    .clock-in-btn {
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        border: none;
        padding: 8px 20px;
        text-align: center;
        cursor: pointer;
        border-radius: 8px;
    }

    .shift-status {
        margin-top: 15px;
        font-size: 16px;
    }

    .clock-in-btn:hover {
        background-color: #45a049;
    }
    .icon-btn {
    width: 24px;
    margin-right: 4px;
    }
    button.clock-in-btn {
    display: flex;
    align-items: center;
}


/* dasboard CSS */

.dashboard-item {
    padding: 18px 16px;
    background-color: #00adff38;
    border-radius: 8px;
}
.dashboard-item-2 {
    padding: 18px 16px;
    background-color: #1ac37447;
    border-radius: 8px;
}

.dashboard-item-3 {
    padding: 18px 16px;
    background-color: #ffe0005e;
    border-radius: 8px;
}
.dashboard-text {
    font-size: 12px;
}
.dasboard-heading {
    font-size: 20px;
    font-weight: 700;
}
.dashboard-icon {
    margin-bottom: 6px;
}
.upcoming-trip {
    font-weight: 700;
    align-items: anchor-center;
    display: flex;
}

.upcoming-trip-img {
    border-radius: 100px;
}
.mt-08 {
    margin-top: 8px;
}
.mtt-02 {
    margin-top: 4px;
}
.ticket-card .card-title span {
    display: inline-block;
    font-size: 12px;
    padding: 4px 16px;
    border-radius: 50px;
    background: #00adff2b !important;
    color: #00adff !important;
}
.upcoming-icon {
    width: 24px;
    margin-right: 4px;
}

.upcoming-iconn {
    width: 20px;
    margin-right: 4px;
}
.upcoming-trip-text {
    font-size: 14px;
    align-items: anchor-center;
    display: flex;
}
.Pickup {
    margin-bottom: 20px;
}
.Destination {
    margin-bottom: 30px;
}
.btn {
    background-color: #00adff;
    width: 100%;
    border-radius: 100px;
}
.heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.btnn {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
section.info.d-flex.align-items-start.justify-content-between.pb-12 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.ticket-card .image {
    width: 70px;
    height: 70px;
}
.schedule-icon {
    display: flex
;
    align-items: center;
}

.Compeleted {
    display: inline-block;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 50px;
    background: #16a2491a;
    color: #16a249 !important;
}
.route {
    display: inline-block;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 50px;
    background: #db77061a;
    color: #db7706 !important;
}
.pending-batch {
    display: inline-block;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 50px;
    background: #ef43431a;
    color: #ef4343 !important;
}
h4.heading-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-left: 6px;
}

svg {
    margin-right: 4px;
}


/* RECEPT CSS*/
.receipt-section h2 {
      margin-bottom: 10px;
      font-size: 22px;
      color: #333;
    }
    .receipt-section p {
      margin-bottom: 20px;
      color: #666;
      font-size: 14px;
    }
    .btn {
      display: block;
      width: 100%;
      padding: 12px;
      margin: 10px 0;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s;
    }
    .btn-camera {
      background: #4CAF50;
      color: #fff;
    }
    .btn-upload {
      background: #2196F3;
      color: #fff;
    }
    .btn:hover {
      opacity: 0.9;
    }
    input[type="file"] {
      display: none;
    }
    label.btn.btn-camera {
    font-size: 14px;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
}

div#shiftText {
    font-size: 12px;
}
div#time {
    font-size: 26px;
    font-weight: 700;
}
.icon:hover {
  filter: invert(38%) sepia(94%) saturate(678%) hue-rotate(185deg) brightness(95%) contrast(94%);
  transform: scale(1.2); /* smooth zoom effect */
}