<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.max-w-50 {
    max-width: 50%;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-80 {
    width: 80%;
}

.tracking-wide {
    letter-spacing: 0.33em;
}
/* Chrome, Safari, Edge, Opera */
.item-qty input::-webkit-outer-spin-button,
.item-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.item-qty input[type=number] {
  -moz-appearance: textfield;
}


.item-qty button {
    border: var(--bs-border-width) solid #dfe5ef;
}

.print .table-responsive {
    --bs-card-box-shadow: none;
}
.print .card {
    --bs-card-box-shadow: none;
    border: 1px solid #000;
    border-radius: 0;
}
.print .table&gt;:not(caption)&gt;*&gt;* {
    padding: 5px;
}
.invoice-print {
    --bs-card-box-shadow: none;
    border: none;
    border-radius: 0;
}

.charge_price {
    width: 50%; 
    text-align: right;
}

.svg-container {
    position: relative;
  }
  #speed {
    color: #a1aab2;
    font-size: 36px;
    line-height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    bottom: 0px;
    z-index: 1;
  }
  #meter-bg-bar {
    animation: dash 1s linear forwards 1;
    stroke-dasharray: 615;
    stroke-dashoffset: 615;
}
  
.email-addr+.email-addr {
    margin-top: 10px;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.pac-container{
    z-index: 9999999999999999999;
}
.googlemap{
    width:100%;height:200px;
}

.rfid-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.364 18.364a9 9 0 0 0 0-12.728l1.414-1.414c4.296 4.296 4.296 11.26 0 15.556zM5.636 5.636a9 9 0 0 0 0 12.728l-1.414 1.414c-4.296-4.295-4.296-11.26 0-15.556zm9.9 9.9a5 5 0 0 0 0-7.072L16.95 7.05a7 7 0 0 1 0 9.9zM8.464 8.464a5 5 0 0 0 0 7.072L7.05 16.95a7 7 0 0 1 0-9.9zM12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.table-border-bottom {
    border-right: hidden!important;
    border-left: hidden!important;
}

.bg-gray-300 {
    background-color: #f6f9fc;
}

.wrapper {
    position: relative;
    overflow: auto;
    white-space: nowrap;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
}

.first-col {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    left: 0px;
    text-wrap: auto;
    border: none;
}
  
@keyframes scroll {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(calc(-250px * 8));
    }
}
.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slide-track {
    display: flex;
    width: calc(250px * 16);
    animation: scroll 30s linear infinite;
}

.slider .slide {
    height: 100px;
    width: 250px;
}

.sample-images {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sample-image {
    width: 30%;
}
.sample-image+.sample-image {
    margin-left: 10px;
}
.sample-image img {
    width: 100%;
    height: 100%;
}

.sample-image:first-child:hover {
    transform: scale(2);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 10;
    transform-origin: left;
    max-width: 45%;
    overflow: hidden;
}

.sample-image:last-child:hover {
    transform: scale(2);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 10;
    transform-origin: right;
    max-width: 45%;
    overflow: hidden;
}


.sample-image:nth-child(2):hover {
    transform: scale(2);
    transition: transform 0.3s ease;
    position: relative;
}

.searched-items {
    position: absolute;
    z-index: 1000;
    width: auto;
    max-width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
}

.searched-items .item {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.searched-items .item:last-child {
    border-bottom: none;
}

.searched-items .item:hover,
.searched-items .item.active {
    background-color: #f0f0f0;
}

[for="selected_item"],[for="quantity"] {
    display: none;
}

[for="selected_item"]:first-of-type,[for="quantity"]:first-of-type {
    display: block;
}


</pre></body></html>