html {
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5;
}
*, ::after, ::before {
    border-color: rgba(229,231,235);
}
*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}
.agent-label {
    color: #3771f4;
    color: #0ea5e9;
  }
  .pickup-label {
    color: #f68c1e;
    /* color: #eab308; */
    /* color: #ca8a04; */
  }
  .dropoff-label {
    color: #0b730f;
    color: #22c55e;
    color: #16a34a;
  }
  .title{
    background: #ffe8d4;
    border: 1px solid #f68c1e;
    border-radius: 30px;
    color: #f68c1e;
    padding: 3px 9px;
  }
  .title.agent{
    background: none;
    border: 0px solid #f68c1e;
    border-radius: 0;
    padding: 3px 0;
  }
  .blink{
    animation: blink 1.5s ease-in-out infinite;
    animation-fill-mode: both;
  }
  @keyframes blink{
    0% { opacity: 0 }
    50% { opacity: 1 }
    100% { opacity: 0 }
  }
  .gm-style .gm-style-iw-c{
    width: 80vw;
    margin-inline: auto;
    /* position: fixed; */
    min-height: 140px;
    bottom: 30px;
    background: rgb(15, 22, 36);
    border: 1px solid rgb(246, 140, 30);
    border-radius: 5px;
    max-height: 339px;
  }
  .gm-style .gm-style-iw-c .gm-style-iw-d{
    max-height: unset;
    overflow: auto;
    background: rgb(15, 22, 36);
    /* min-width: 47vw; */
  }
  .loc-info{
    min-height: 136px;
    background: rgb(15, 22, 36);
    overflow: auto;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 10px 0;
    text-align: left;
  }
  .gm-style .gm-style-iw-tc::after{
    content: unset;
  }
  .gm-ui-hover-effect>span {
    background-color: rgb(246, 140, 30);
  }
  button.gm-ui-hover-effect {
    z-index: 1;
    outline: none;
  }
/* .message {
    position: fixed;
    background-color: #fff;
    padding: 30px 20px;
    left: 20%;
    right: 20%;
    top: 10%;
    align-items: center;
    bottom: 10%;
    display: flex;
    justify-content: center;
    justify-content: 19%;
    font-size: 25px;
    text-align: center;
    color: #000;
    line-height:31px;
} */
/* @media print {
    @page {
       size: A5 landscape;
    }
    @page :left, :right {
        margin: 0 2.5rem;
    }
} */

    .pdf-invoice .table, .pdf-receipt .table {
        width: 100%;
        border-collapse: collapse;
        font-family: Helvetica, sans-serif;
    }

    .table-cell {
        padding: 10px 50px;
        vertical-align: top;
    }
    .table-data{
        padding-left: 20px;
        padding-top: 6px;
        padding-bottom: 8px;
    }
    .table-data .cust-phone{
        color: #6b7280;
        font-size: 12px !important;
    }
    .table-data p{
        font-size: 14px;
    }
    .table-col{
        padding: 20px 20px;
        vertical-align: top;
    }
    .table-col .label{
        color: #6b7280;
    }
    .table-col .table-values{
        font-size: 15px;
    }
    .inner-table {
        width: 100%;
        border-collapse: collapse;
    }

    .invoice-pdf-title {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0px;
        color: #6b7280;
    }

    .invoice-pdf-heading {
        font-size: 26px;
        line-height: 30px;
        margin: 0;
        font-weight: 600;
    }

    .pdf-invoice .label, .pdf-receipt .label {
        padding: 5px;
        font-size: 13px;
    }
    .subtotal-label{
        padding: 5px;
        margin-right: 30px;
        text-align: end;
    }
    .note {
      color: #000;
      position: absolute;
      font-size: 14px;
      bottom: 0;
      padding: 20px 50px;
      left: 0;
    }
    .note span{
      font-size: 13px;
    }
    .value {
        margin: 5px;
    }
    .table-row{
      background: #f9fafb;
    }
    .table-img-alignment{
        text-align: right;
    }
    .pdf-invoice .order-detail-cell, .pdf-receipt .order-detail-cell{
        padding: 30px 0px;
        margin: 30px 0;        
    }
    .order-detail-invoice-row{
        page-break-after: auto;
    }
    .pdf-receipt .order-detail-cell{
        padding: 30px 50px;
    }
    .order-detail-row{
      border-bottom: 1.5px dashed #e0e0e0;  
    }
    .order-label{
      border-bottom: 2px solid #e0e0e0;
      text-align: justify;
      font-weight: 500;
      font-size: 12px !important;
      padding-left: 20px !important;
    }
    .order-subtotal{
        border-bottom: 1.5px solid #e5e7eb;
        font-size: 15px !important;
    }
    .subtotal-cell{
        padding: 5px 0px;
    }
    .subtotal-cell .label{
        color: #6b7280;
    }
    .order-detail-total{
        padding: 5px 0px;
        font-weight: 600;
    }
    .download-btn{
      color: rgba(31,41,55); 
      font-weight: 700; 
      padding: 0.5rem 1rem; 
      background-color: rgba(243,244,246); 
      float:right; 
      margin: 2rem 2.5rem 2rem 0; 
      border-radius: 0.25rem; 
      align-items: center; 
      display: inline-flex; 
      cursor: pointer;
    }
    @media print {
      body {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
        margin-top: -80px;
        padding: 0;
      }
      .order-detail-cell{
        page-break-before: avoid;
        page-break-inside: always;
      }
      .table-cell, .order-detail-cell{
        padding: 10px;
      }
      @page {
        size: A5 portrait;
        -webkit-print-color-adjust: exact;
      }
    }  
