:root, [data-eg-theme=light] {
    --eg-blue: #0d6efd;
    --eg-indigo: #6610f2;
    --eg-purple: #6f42c1;
    --eg-pink: #d63384;
    --eg-red: #dc3545;
    --eg-orange: #fd7e14;
    --eg-yellow: #ffc107;
    --eg-green: #198754;
    --eg-teal: #20c997;
    --eg-cyan: #0dcaf0;
    --eg-black: #000;
    --eg-white: #fff;
    --eg-gray: #6c757d;
    --eg-gray-dark: #343a40;
    --eg-gray-100: #f8f9fa;
    --eg-gray-200: #e9ecef;
    --eg-gray-300: #dee2e6;
    --eg-gray-400: #ced4da;
    --eg-gray-500: #adb5bd;
    --eg-gray-600: #6c757d;
    --eg-gray-700: #495057;
    --eg-gray-800: #343a40;
    --eg-gray-900: #212529;
    --eg-primary: #0d6efd;
    --eg-secondary: #6c757d;
    --eg-success: #198754;
    --eg-info: #0dcaf0;
    --eg-warning: #ffc107;
    --eg-danger: #dc3545;
    --eg-light: #f8f9fa;
    --eg-dark: #212529;
    --eg-primary-rgb: 13, 110, 253;
    --eg-secondary-rgb: 108, 117, 125;
    --eg-success-rgb: 25, 135, 84;
    --eg-info-rgb: 13, 202, 240;
    --eg-warning-rgb: 255, 193, 7;
    --eg-danger-rgb: 220, 53, 69;
    --eg-light-rgb: 248, 249, 250;
    --eg-dark-rgb: 33, 37, 41;
    --eg-primary-text-emphasis: #052c65;
    --eg-secondary-text-emphasis: #2b2f32;
    --eg-success-text-emphasis: #0a3622;
    --eg-info-text-emphasis: #055160;
    --eg-warning-text-emphasis: #664d03;
    --eg-danger-text-emphasis: #58151c;
    --eg-light-text-emphasis: #495057;
    --eg-dark-text-emphasis: #495057;
    --eg-primary-bg-subtle: #cfe2ff;
    --eg-secondary-bg-subtle: #e2e3e5;
    --eg-success-bg-subtle: #d1e7dd;
    --eg-info-bg-subtle: #cff4fc;
    --eg-warning-bg-subtle: #fff3cd;
    --eg-danger-bg-subtle: #f8d7da;
    --eg-light-bg-subtle: #fcfcfd;
    --eg-dark-bg-subtle: #ced4da;
    --eg-primary-border-subtle: #9ec5fe;
    --eg-secondary-border-subtle: #c4c8cb;
    --eg-success-border-subtle: #a3cfbb;
    --eg-info-border-subtle: #9eeaf9;
    --eg-warning-border-subtle: #ffe69c;
    --eg-danger-border-subtle: #f1aeb5;
    --eg-light-border-subtle: #e9ecef;
    --eg-dark-border-subtle: #adb5bd;
    --eg-white-rgb: 255, 255, 255;
    --eg-black-rgb: 0, 0, 0;
    --eg-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --eg-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --eg-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --eg-body-font-family: var(--eg-font-sans-serif);
    --eg-body-font-size: 1rem;
    --eg-body-font-weight: 400;
    --eg-body-line-height: 1.5;
    --eg-body-color: #212529;
    --eg-body-color-rgb: 33, 37, 41;
    --eg-body-bg: #fff;
    --eg-body-bg-rgb: 255, 255, 255;
    --eg-emphasis-color: #474848;
    --eg-emphasis-color-rgb: 71, 72, 72;
    --eg-secondary-color: rgba(33, 37, 41, 0.75);
    --eg-secondary-color-rgb: 33, 37, 41;
    --eg-secondary-bg: #e9ecef;
    --eg-secondary-bg-rgb: 233, 236, 239;
    --eg-tertiary-color: rgba(33, 37, 41, 0.5);
    --eg-tertiary-color-rgb: 33, 37, 41;
    --eg-tertiary-bg: #f8f9fa;
    --eg-tertiary-bg-rgb: 248, 249, 250;
    --eg-heading-color: inherit;
    --eg-link-color: #0d6efd;
    --eg-link-color-rgb: 13, 110, 253;
    --eg-link-decoration: underline;
    --eg-link-hover-color: #0a58ca;
    --eg-link-hover-color-rgb: 10, 88, 202;
    --eg-code-color: #d63384;
    --eg-highlight-color: #212529;
    --eg-highlight-bg: #fff3cd;
    --eg-border-width: 1px;
    --eg-border-style: solid;
    --eg-border-color: #dee2e6;
    --eg-border-color-translucent: rgba(0, 0, 0, 0.175);
    --eg-border-radius: 0.375rem;
    --eg-border-radius-sm: 0.25rem;
    --eg-border-radius-lg: 0.5rem;
    --eg-border-radius-xl: 1rem;
    --eg-border-radius-xxl: 2rem;
    --eg-border-radius-2xl: var(--eg-border-radius-xxl);
    --eg-border-radius-pill: 50rem;
    --eg-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --eg-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --eg-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --eg-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --eg-focus-ring-width: 0.25rem;
    --eg-focus-ring-opacity: 0.25;
    --eg-focus-ring-color: rgba(13, 110, 253, 0.25);
    --eg-form-valid-color: #198754;
    --eg-form-valid-border-color: #198754;
    --eg-form-invalid-color: #dc3545;
    --eg-form-invalid-border-color: #dc3545;
}

.ep-times{
    display: inline-block;
  width: 24px;
  height: 24px;
  padding: 15px;
  background: url('/img/tick_cross.svg') no-repeat center;
  background-size: contain;

}
.ep-truck-loading{
  display: inline-block;
  width: 32px;
  height: 52px;
  background: url('/img/01.svg') no-repeat center;
  background-size: contain;
}

.ep-exchange{
  display: inline-block;
  width: 35px;
  height: 52px;
  background: url('/img/03.svg') no-repeat center;
  background-size: contain;
}
.ep-map-marker{
  display: inline-block;
  width: 35px;
  height: 52px;
  background: url('/img/04.svg') no-repeat center;
  background-size: contain;
}
.ep-check{
    display: inline-block;
  width: 30px;
  height: 28px;
  background: url('/img/tick_right.svg') no-repeat center;
  background-size: contain;
}
.ep-truck{
  display: inline-block;
  width: 32px;
  height: 52px;
  background: url('/img/06.svg') no-repeat center;
  background-size: contain;
}
/* Centered section inside the top navigation */
.topnav-centered a {
  float: none;
  /* position: aegolute;
  top: 100%;
  left: 50%; */
  text-align:center;
  position: relative;
  top:50%;
  left:45%;
  transform:none;
  margin-bottom: 10px;
  /* transform: translate(-50%, -50%); */
}

.eg-table-light {
    --eg-table-color: #000;
    --eg-table-bg: #f8f9fa;
    --eg-table-border-color: #c6c7c8;
    --eg-table-striped-bg: #ecedee;
    --eg-table-striped-color: #000;
    --eg-table-active-bg: #dfe0e1;
    --eg-table-active-color: #000;
    --eg-table-hover-bg: #e5e6e7;
    --eg-table-hover-color: #000;
    color: var(--eg-table-color);
    border-color: var(--eg-table-border-color);
}
.eg-table {
    --eg-table-color-type: initial;
    --eg-table-bg-type: initial;
    --eg-table-color-state: initial;
    --eg-table-bg-state: initial;
    --eg-table-color: var(--eg-emphasis-color);
    --eg-table-bg: var(--eg-body-bg);
    --eg-table-border-color: var(--eg-border-color);
    --eg-table-accent-bg: transparent;
    --eg-table-striped-color: var(--eg-emphasis-color);
    --eg-table-striped-bg: rgba(var(--eg-emphasis-color-rgb), 0.9);
    --eg-table-active-color: var(--eg-emphasis-color);
    --eg-table-active-bg: rgba(var(--eg-emphasis-color-rgb), 0.1);
    --eg-table-hover-color: var(--eg-emphasis-color);
    --eg-table-hover-bg: rgba(var(--eg-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--eg-table-border-color);
}
.eg-table-striped>tbody>tr:nth-of-type(odd)>* {
    color: var(--bs-body-bg);
    --eg-table-color-type: var(--eg-table-striped-color);
    --gackground-color: var(--eg-table-striped-bg);
}
.eg-position-relative {
    position: relative !important;
}