@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/Inter-Display---SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Monotype';
  src: url('../fonts/Monotype-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

:root {
  --midnight-blue: #170b33;
  --lavender: #deddf2;
  --pressed-white: #f5f5f5;
  --ghost-white: #f4f4fa;
  --darker-purple: #6636d9;
  --white: white;
  --dark-purple: #6e3ee5;
  --palpatine-purple: #7642f4;
  --border-100: #d8d7e8;
  --hover-white: #fafafa;
  --border-200: #bebcd9;
  --dark-slate-blue: #54536f;
  --darker-ghost-white: #ededf5;
  --grey-200: whitesmoke;
  --grey-100: #f4f5fa;
  --body-color: #090909;
  --card-color: #111113;
  --card-grey-color: #0c0c0e;
  --modal-card-color: #1c1d1f;
  --border-color: #1e2024;
  --white-100: white;
  --white-200: #ffffffc4;
  --hover: #1a1b1e;
  --pressed: #151619;
}

body {
  color: #170b33;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Helvetica Neue", "Segoe UI", Roboto, sans-serif !important;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #170b33;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  color: #170b33;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  color: #170b33;
  letter-spacing: -.005em;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 22px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

h5 {
  color: #170b33;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

p {
  color: #54556d;
  margin-bottom: 0;
  font-weight: 400;
}

.filter-icon {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.nav-header {
  height: 38px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 5px;
  padding-right: 15px;
  display: flex;
}

.nav-icon-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  display: flex;
}

.nav-icon-container:hover {
  opacity: .7;
}

.nav-menu-img {
  width: 20px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-profile-container {
  color: var(--midnight-blue);
  cursor: default;
  justify-content: center;
  align-items: center;
  font-size: .9375rem;
  font-weight: 400;
  display: flex;
}

.general-page-heading {
  letter-spacing: -.005em;
  font-weight: 700;
  display: inline-block;
}

.list-action-btn {
  box-shadow: 0 1px 1px 0 #150b3314, 0 0 0 1px var(--lavender), 0 0 0 0 transparent, 0 2px 5px 0 #45405214;
  color: #404452;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: 12px;
  padding-left: 9px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.list-action-btn:active {
  background-color: var(--pressed-white);
}

.embed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: block;
  overflow: hidden;
}

.order-search-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
}

.search-input-container {
  border-radius: 0;
  padding: 14px 14px 6px;
  display: flex;
}

.order-details-container {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.more-info {
  margin-left: 8px;
  display: block;
  position: relative;
}

.more-info.margin-2 {
  margin-top: 2px;
}

.more-info.auto-margin-left {
  margin-left: auto;
}

.more-info.list-tooltip {
  display: inline-block;
}

.horizontal-divider {
  background-color: var(--ghost-white);
  width: 100%;
  height: 1px;
  display: block;
  overflow: visible;
}

.horizontal-divider.parameters {
  margin-top: 15px;
}

.list-item-p {
  color: #54536f;
  font-size: .875rem;
  font-weight: 400;
  display: block;
}

.primary-btn {
  z-index: 1;
  box-shadow: inset 0 1px 1px 0 #9b8eff99, 0 1px 1px 0 #170b3326, 0 2px 5px 0 #45405226, 0 0 0 .7px var(--darker-purple);
  color: var(--white);
  text-shadow: 0 1px 10px #00000080;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: radial-gradient(circle, #5f3df6, #4437f9);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: 80ms;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn:hover {
  opacity: .9;
}

.primary-btn:active {
  opacity: 100;
}

.primary-btn.unavailable {
  border-color: var(--dark-purple);
  background-color: var(--palpatine-purple);
  opacity: .6;
}

.primary-btn.split-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.primary-btn.split-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 36px;
  min-width: 36px;
}

.list-item-h1 {
  color: var(--midnight-blue);
  height: 20px;
  font-size: .875rem;
  font-weight: 500;
  display: block;
  overflow: hidden;
}

.list-item-h1._500-weight {
  font-weight: 500;
}

.popup-map-container {
  background-color: var(--ghost-white);
  border-radius: 10px;
  height: 170px;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

.popup-next-arrow {
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 1px 0 #170b3314, 0 2px 5px 0 #45405214;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  justify-content: center;
  align-items: center;
  max-width: 34px;
  max-height: 34px;
  margin-right: 10px;
  padding: 12px;
  transition: background-color 80ms linear;
  display: flex;
}

.popup-next-arrow:hover {
  background-color: var(--hover-white);
}

.popup-next-arrow:active {
  background-color: var(--pressed-white);
}

.horizontal-break {
  background-color: #0000;
  margin-left: 16px;
  margin-right: 16px;
  display: none;
}

.overflow-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  overflow: scroll;
}

/* don't overwrite */
.overflow-container.main-card {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px 15px 0 0;
  height: calc(100% - 46px);
}

.overflow-container.main-card.edit-delivery {
  height: calc(100% - 105px);
}

/* don't overwrite */
.overflow-container.settings-popup {
  height: calc(100% - 44px);
}
.overflow-container.without-footer-details {
  height: calc(100% - 67px);
}
.overflow-container.with-footer-details{
  height: calc(100% - 105px);
}
/* .overflow-container.active-card {
  box-shadow: none;
  background-color: #0000;
  width: 420px;
  height: calc(100% - 67px);
  position: static;
  inset: auto;
} */

/* .overflow-container.route-optimisation {
  height: calc(100% - 105px)
} */

/* don't overwrite */
.overflow-container.add-order-popup {
  height: calc(100% - 80px);
}

/* don't overwrite */
.parameters-card-main-wrapper .overflow-container.active-card {
  height: calc(100vh - 116px);
}

.more-info-icon {
  width: 14px;
  height: 14px;
  display: block;
}

.subheading-container {
  align-items: center;
  max-height: 22px;
  margin: 30px 16px 5px;
  display: flex;
}

.side-popup {
  z-index: 999;
  box-shadow: 0 0 0 .7px var(--border-200), 0 10px 20px 0 #150b331a;
  background-color: #fff;
  border-radius: 7px;
  width: 400px;
  margin-top: 38px;
  margin-bottom: 8px;
  margin-right: 8px;
  transition: right .25s cubic-bezier(.696, .095, .251, 1.089);
  display: block;
  position: fixed;
  inset: 0 -455px 0 auto;
  overflow: hidden;
}

.details-container {
  width: 100%;
  margin-left: 12px;
}

.card-footer-section {
  z-index: 999;
  background-color: #fff;
  border-top: 1px solid #deddf2;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

/* don't overwrite */
.tooltip {
  z-index: 12;
  width: 220px;
  max-width: 220px;
  opacity: 0;
  color: #fff;
  background-color: #434251;
  border-radius: 10px;
  margin-right: 0;
  padding: 8px 12px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 18px;
  transition-timing-function: ease;
  transition: 50ms;
  transition-delay: 50ms;
  visibility: hidden;
  position: absolute;
  top: -72px;
  left: 18px;
}

/* don't overwrite */
.tooltip.order-original-address-descriptor {
  transition-delay: 250ms;
}

/* don't overwrite */
.more-info:hover .tooltip,
.waypoint-status-container:hover .tooltip,
.data-valid-container:hover .tooltip,
.data-validation-container:hover .tooltip,
.order-original-address-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.tooltip.order-original-address-descriptor {
  width: 260px;
  max-width: none;
  text-align: center;
  top: 25px;
  left: 54px;
}

.tooltip.delivery-id {
  width: 130px;
  max-width: 130px;
  top: -37px;
}

.tooltip.helper-tooltip {
  top: -55px;
}

.tooltip.plan-routes-cpd {
  width: 200px;
  max-width: 200px;
  top: -55px;
}

.tooltip.tooltip-cpd {
  top: -55px;
  left: -220px;
}

.tooltip.tag-status {
  top: -40px;
  left: -220px;
}

.tooltip.tag-description {
  top: -56px;
  left: -220px;
}

.tooltip.merged-orders {
  text-align: left;
  width: 215px;
  max-width: 215px;
  top: -36px;
  left: -218px;
}

.card-footer-details-container {
  align-items: center;
  margin-top: 18px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: .9375rem;
  font-weight: 500;
  display: flex;
}

.card-inline-container {
  align-items: center;
  margin-bottom: 20px;
  margin-left: 16px;
  margin-right: 16px;
  display: block;
}

.image-8 {
  transform: rotate(180deg);
}

.card-footer-img {
  width: 16px;
  margin-top: -2px;
  margin-right: 10px;
}

.card-footer-img.auto-margin-left {
  margin-left: auto;
}

.popup-back-arrow {
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 1px 0 #170b3314, 0 2px 5px 0 #45405214;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  justify-content: center;
  align-items: center;
  max-width: 34px;
  max-height: 34px;
  padding: 12px;
  transition: background-color 80ms linear;
  display: flex;
}

.popup-back-arrow:hover {
  background-color: var(--hover-white);
}

.popup-back-arrow:active {
  background-color: var(--pressed-white);
}

.card-footer-btn-container {
  margin: 16px;
  display: flex;
}

.card-footer-btn-container.m-16 {
  margin: 16px 18px;
}

.list-icon {
  width: 14px;
  height: 14px;
  margin-right: 0;
}

.overlay {
  z-index: -1;
  opacity: 0;
  cursor: pointer;
  background-color: #54536f33;
  display: block;
  position: fixed;
  inset: 0%;
}

.side-menu-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 10px 16px;
  display: flex;
}

.side-menu {
  z-index: 10;
  visibility: hidden;
  border-radius: 10px;
  flex: none;
  width: 220px;
  height: calc(100vh - 32px);
  margin-top: 34px;
  margin-right: -4px;
  transition-property: width;
  transition-duration: 0s;
  transition-timing-function: ease;
  position: relative;
}

.side-menu.side-menu-closed {
  width: 50px;
}

.side-menu.initialized {
  visibility: visible;
  transition-property: width;
  transition-duration: 80ms;
  transition-timing-function: cubic-bezier(.31, .56, .56, 1.15);
}

.menu-item-icon {
  color: #59595b;
  flex: none;
}

.menu-company-name {
  opacity: 1;
  color: var(--midnight-blue);
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  flex: 0 auto;
  width: 165px;
  max-width: 18ch;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter Display, -apple-system, BlinkMacSystemFont, "Inter", "Helvetica Neue", "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 110%;
  transition-property: opacity;
  transition-duration: 90ms;
  transition-timing-function: linear;
  overflow: hidden;
}

.menu-company-name.side-menu-closed {
  opacity: 0;
}

.menu-item {
  opacity: .9;
  color: #212124;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 7px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 32px;
  margin-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .825rem;
  font-weight: 500;
  text-decoration: none;
  transition-property: opacity, background-color;
  transition-duration: 90ms, 80ms;
  transition-timing-function: linear, linear;
  display: flex;
  position: relative;
}

.menu-item:hover {
  background-color: #16132a08;
}

.menu-item:focus {
  background-color: #16132a0d;
}

.menu-item.w--current {
  opacity: 1;
  color: var(--midnight-blue);
  background-color: #16132a0d;
}

.menu-item.a-bottom {
  margin-top: auto;
}

.menu-item.menu-item-indented {
  color: var(--dark-slate-blue);
  padding-left: 25px;
}

.menu-item-text {
  opacity: 1;
  white-space: nowrap;
  flex: none;
  margin-left: 10px;
  transition: opacity 90ms linear;
  display: block;
  overflow: hidden;
}

.menu-item-text.side-menu-closed {
  opacity: 0;
}

.main-card-header-section {
  align-items: center;
  margin-bottom: 10px;
  margin-left: 16px;
  margin-right: 16px;
  display: block;
  position: relative;
}

.main-card-header-section.delivery-overview, .main-card-header-section.margin-bottom-25 {
  margin-bottom: 25px;
}

.btn-hover-arrow-1 {
  width: 11px;
  height: 11px;
  margin-left: 0;
}

.list-item-details {
  width: 100%;
}

.waypoint-arrow {
  opacity: 1;
  width: 0;
  max-width: 0%;
  height: 0;
  max-height: 0;
  display: none;
  transform: rotate(-90deg);
}

.cancel-btn {
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 4px 0 #170b330d;
  color: var(--midnight-blue);
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 36px;
  margin-right: 10px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 80ms linear;
  display: flex;
}

.cancel-btn:hover {
  background-color: var(--hover-white);
}

.cancel-btn:active {
  background-color: var(--pressed-white);
}

.waypoint-original-address {
  color: var(--dark-slate-blue);
  font-size: .6875rem;
  font-weight: 400;
  line-height: 120%;
}

.btn-hover-arrow-2 {
  opacity: 0;
  width: 11px;
  height: 0;
  margin-left: -8px;
  display: block;
}

.main-card-footer-section {
  background-color: #fff;
  border-top: 1px solid #deddf2;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.waypoint-clickable-container {
  box-shadow: 0 1px 1px 0 transparent, 0 0 0 .7px var(--border-100), 0 0 0 0 transparent, 0 2px 5px 0 transparent;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 18px;
  margin-right: 18px;
  padding: 14px;
  transition: box-shadow .15s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.waypoint-clickable-container:hover {
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 2px 8px #45405214, 0 2px 5px #45405214;
}

.waypoint-clickable-container:active {
  background-color: #f7f7fc;
}

.list-spacer {
  width: 100%;
  height: 15px;
}

.main-card-header {
  letter-spacing: -.01em;
  cursor: default;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}

.main-card {
  clear: left;
  background-color: #fff;
  width: 420px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
}

.waypoint-address {
  letter-spacing: -.005em;
  height: 22px;
  font-size: .937rem;
  font-weight: 500;
  overflow: hidden;
}

.waypoint-customer-name {
  width: 94%;
  margin-bottom: 6px;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 120%;
}

.map-btn-container {
  z-index: 11;
  width: 0;
  height: 100vh;
  margin-right: 20px;
  position: absolute;
  inset: 0% 7px 0% auto;
  box-shadow: 0 1px 15px #170b3333;
}

.map-menu-btn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: 0 1px 15px #170b3326;
}

.map-menu-btn:hover {
  background-color: #f4f4fa;
}

.map-btn-parent {
  margin-bottom: 25px;
  display: block;
  position: absolute;
  inset: auto 0% 3px auto;
  overflow: visible;
}

.map-btn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-top: 10px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 0 .7px #0000001a, 0 1px 8px #170b3326;
}

.map-btn:hover {
  background-color: #f4f4fa;
}

.context-menu-list-item {
  color: #404452;
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.context-menu-list-item:hover {
  background-color: #f4f4fa;
}

.context-menu-list-item:active {
  background-color: #f1f1f7;
}

.context-menu-list {
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  width: 160px;
  min-width: 145px;
  max-width: 220px;
  padding: 4px 0 2px;
  display: none;
  position: absolute;
  inset: 40px 0 auto auto;
  box-shadow: 0 0 0 1px #deddf2, 0 10px 15px #00000003, 0 4px 6px #00000003;
}

.context-menu-list.context-above {
  top: -170px;
}

.more-action-container {
  margin-left: auto;
  display: inline-block;
  position: relative;
}

.more-action-btn {
  background-color: var(--white);
  cursor: pointer;
  background-image: url('../images/context-menu-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 37px;
  height: 30px;
  padding-top: 30px;
  transition: box-shadow .15s linear;
  display: inline-block;
  box-shadow: 0 0 #0000, 0 0 0 .7px #0000, 0 0 #0000;
}

.more-action-btn:hover {
  box-shadow: 0 2px 5px 0 #45405214, 0 0 0 .7px var(--border-100), 0 0 1px 1px #170b3314;
}

.more-action-btn:active {
  background-color: #f7f7fc;
}

.context-menu-icon {
  width: 0;
  height: 0;
}

.parameters-options-container {
  background-color: var(--white);
  box-shadow: 0 0 0 .7px var(--border-100), inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px 0 #170b3314, 0 2px 5px 0 #45405214;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 12px;
  display: flex;
}

.parameters-options-container:hover {
  background-color: var(--hover-white);
}

.parameters-options-container:active {
  background-color: var(--pressed-white);
}

.map-toolkit-position-container {
  background-color: #170b33;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 210px;
  height: 48px;
  padding: 7px;
  display: flex;
  position: absolute;
  inset: auto auto 25px 59vw;
  box-shadow: 0 1px 10px #170b331a;
}

.toolkit-btn-container {
  cursor: pointer;
  border-radius: 8px;
  display: block;
  position: relative;
}

.toolkit-btn-container:hover {
  background-color: #ffffff26;
  border-radius: 8px;
}

.toolkit-icon {
  border-radius: 8px;
  width: 34px;
  padding: 10px;
}

.toolkit-popup {
  color: #fff;
  text-align: center;
  background-color: #170b33;
  border-radius: 8px;
  max-width: 220px;
  padding: 8px 12px;
  font-size: .875rem;
  line-height: 18px;
  display: block;
  position: absolute;
  bottom: 47px;
  left: -13px;
  box-shadow: 0 1px 8px #170b331a;
}

.time-slider-rail {
  align-items: center;
  height: 30px;
  margin: 40px 18px 45px;
  display: flex;
  position: relative;
}

.side-menu-item {
  opacity: .85;
  color: var(--midnight-blue);
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  height: 36px;
  margin-bottom: 2px;
  padding-left: 10px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.side-menu-item:hover {
  opacity: 1;
  background-color: #e7e7e7;
}

.side-menu-item:active {
  background-color: #e0e0e1;
}

.side-menu-item.w--current {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #e0e0e1;
  background-clip: border-box;
}

.side-menu-item.w--current:active {
  background-color: var(--darker-ghost-white);
}

.settings-heading {
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
  display: flex;
}

.settings-menu-container {
  object-fit: fill;
  min-width: 240px;
  max-height: calc(100vh - 48px);
  margin-top: 4px;
  margin-bottom: 8px;
  padding: 17px 15px 24px;
  overflow: visible;
}

.side-menu-icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.settings-section {
  background-color: #0000;
  width: 100vw;
  margin-top: 34px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 4px;
  display: flex;
  overflow: auto;
}

.settings-page-heading {
  margin-bottom: 20px;
  margin-left: 5px;
  display: inline-block;
}

.settings-content-container {
  background-color: #fcfcfc;
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: calc(100vh - 48px);
  padding: 52px 40px;
  display: flex;
  overflow: scroll;
  box-shadow: 0 0 0 .7px #bebcd999, 0 1px 2px #0000000a, 0 2px 4px #0000000a;
}

.text-container-2 {
  margin-bottom: 20px;
  margin-left: 18px;
  margin-right: 18px;
  position: relative;
}

.role-access-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.role-access-details-container {
  margin-right: auto;
}

.animate-menu-on-hover-wrapper {
  position: absolute;
  inset: 0% auto 0% -5%;
}

.file-import {
  cursor: pointer;
  background-color: #f7f7fc;
  border: 1px dashed #bab8d9;
  border-radius: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.file-import:hover {
  background-color: #f4f4fa;
}

.file-upload-icon {
  width: 26px;
  margin-right: 10px;
}

.list-btn-icon {
  opacity: .8;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.list-btn-icon.rotate-180 {
  transform: rotate(180deg);
}

._404-container {
  max-width: 1390px;
  height: 100vh;
  padding: 90px 115px 115px;
  overflow: hidden;
}

._404-body {
  background-color: #000;
}

.fourohfour-logo {
  width: 80px;
}

.fourohfour-top {
  display: flex;
}

.fourohfour-text {
  color: #fff;
  margin-left: auto;
  font-size: 1rem;
}

.loader-content {
  width: 650px;
  margin-top: 40vh;
  margin-left: auto;
  margin-right: auto;
}

.fourohfour-paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
  font-size: 1.875rem;
  line-height: 110%;
}

.gif-image {
  width: 360px;
  margin-bottom: 50px;
}

.gif-image._404-page {
  display: block;
}

.loader-btn {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #0000;
  background-clip: border-box;
  border: 1px solid #deddf2;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 25px 25px 25px auto;
  box-shadow: 0 1px 4px #170b330d;
}

.loader-btn:hover {
  background-color: var(--ghost-white);
}

.loader-btn:active {
  background-color: var(--darker-ghost-white);
}

.checkbox-wrapper {
  margin-left: auto;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1390px;
  padding: 90px 115px 115px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: block;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 70px;
}

.password-body {
  background-color: #000;
}

.password-input {
  background-color: #ffffff1a;
  border: 0 #000;
  border-radius: 10px;
  width: 210px;
  height: 42px;
}

.error-message {
  position: static;
}

.side-menu-body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: calc(100% - 64px);
  padding: 16px 9px 8px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.plan-routes-list-container {
  box-shadow: 0 0 0 1px var(--lavender);
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-left: 18px;
  margin-right: 18px;
  padding: 18px 14px;
  text-decoration: none;
  display: flex;
}

.plan-routes-list-container:active {
  background-color: var(--darker-ghost-white);
}

.loader-overlay {
  z-index: 1000;
  background-color: var(--white);
  display: inline-block;
  position: fixed;
  inset: 100vh 0% 0%;
  box-shadow: 0 -1px 50px #170b3333;
}

.loader-title {
  text-align: center;
  letter-spacing: -.5px;
  width: 560px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 120%;
}

.loader-subtitle {
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: 0;
  width: 560px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
}

.fourohfour-btn {
  color: #fff;
  cursor: pointer;
  background-color: #7642f4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.fourohfour-btn:hover {
  background-color: #6e3be9;
}

.fourohfour-content {
  margin-top: 70px;
}

.waypoint-drag-icon {
  cursor: grab;
  background-image: url('../images/drag-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 20px;
  height: 20px;
  padding-top: 20px;
  display: block;
}

/*  don't overwrite */
.waypoint-drag-icon:active {
  cursor: grabbing;
}

.data-mapping-details-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.mapping-validation-img {
  width: 16px;
  height: 16px;
}

.data-mapping-left-section {
  position: relative;
}

.drop-down-arrow-img {
  opacity: .7;
  width: 13px;
  height: 13px;
  margin-left: 5px;
}

.data-mapping-select-column {
  cursor: pointer;
  align-items: center;
  margin-top: 4px;
  display: flex;
  position: relative;
}

.data-mapping-select-column:hover {
  opacity: .7;
}

.main-card-paragraph {
  color: #54536f;
  margin-top: 4px;
  margin-bottom: 18px;
  font-size: .875rem;
  display: block;
}

.card-flex-container {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.settings-popup-heading {
  margin-bottom: 8px;
  display: inline-block;
}

.description-text {
  color: #54556d;
  margin-top: 4px;
  font-size: .875rem;
  display: block;
}

/* don't overwrite */
.status-badge-container {
  height: 20px;
  color: #4d495c;
  text-align: center;
  background-color: #edeef7;
  border-radius: 40px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .75rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.status-badge-container.badge-scheduled {
  color: #7642f4;
  background-color: #7642f41a;
}

.status-badge-container.badge-pending {
  color: var(--dark-slate-blue);
}

.status-badge-container.badge-dispatched {
  color: #4b6777;
  background-color: #daeffb;
}

.status-badge-container.badge-delivered {
  color: #44594f;
  background-color: #b9efcf;
}

.status-badge-container.badge-attempted {
  color: #66302d;
  background-color: #ffbdbd;
}

.status-badge-container.badge-missed {
  background-color: #d3d5e7;
}

.status-badge-container.badge-planned {
  color: #615c40;
  background-color: #ffee9e;
}

.status-badge-container.badge-collecting {
  color: #424557;
  background-color: #c6cbff;
}

.status-badge-icon {
  background-color: #7642f4;
  border-radius: 100px;
  width: 6px;
  height: 6px;
  margin-right: 4px;
}

.status-badge-icon.badge-pending-dot {
  background-color: var(--dark-slate-blue);
}

.status-badge-icon.badge-dispatched-dot {
  background-color: #4b6777;
}

.status-badge-icon.badge-delivered-dot {
  background-color: #44594f;
}

.status-badge-icon.badge-attempted-dot {
  background-color: #66302d;
}

.status-badge-icon.badge-missed-dot {
  background-color: #4d495c;
}

.status-badge-icon.badge-planned-dot {
  background-color: #615c40;
}

.status-badge-icon.badge-collecting-dot {
  background-color: #424557;
}

.select-vehicle-container-right {
  width: 70%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.select-vehicle-class-2 {
  color: var(--dark-slate-blue);
  width: 100%;
  font-size: .9375rem;
  display: inline-block;
}

.select-vehicle-image {
  width: 82px;
  display: block;
  position: absolute;
  left: 5px;
}

.select-vehicle-class {
  color: #161225;
  font-size: .9375rem;
  font-weight: 500;
  display: inline;
}

.select-vehicle-section-left {
  width: 120%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 80px;
  display: block;
}

.select-vehicle-container {
  box-shadow: 0 1px 1px 0 transparent, 0 0 0 1px var(--lavender), 0 0 0 0 transparent, 0 2px 5px 0 transparent;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  height: 68px;
  margin-top: 10px;
  padding: 12px 16px 12px 18px;
  transition: box-shadow .15s linear;
  display: flex;
  position: relative;
}

.select-vehicle-container:hover {
  box-shadow: 0 1px 1px 0 #170b3314, 0 0 0 1px var(--lavender), 0 2px 8px 0 #45405214, 0 2px 5px 0 #45405214;
}

.select-vehicle-container:active {
  background-color: var(--pressed-white);
}

.select-vehicle-container.checked {
  box-shadow: 0 1px 1px 0 transparent, 0 0 0 1px var(--palpatine-purple), 0 0 0 0 transparent, 0 2px 5px 0 transparent;
  background-color: #f4f3fea1;
}

.select-vehicle-price {
  clear: none;
  color: #161225;
  text-align: right;
  font-size: .9375rem;
  font-weight: 500;
  display: block;
}

.order-details-container-flex {
  align-items: center;
  margin: 18px 16px;
  display: flex;
  position: relative;
}

.popup-map-container-1 {
  background-color: var(--ghost-white);
  border-radius: 8px;
  height: 170px;
  margin-bottom: 15px;
  margin-left: 18px;
  margin-right: 18px;
  display: block;
  position: relative;
  overflow: hidden;
}

.popup-map-container-1.unmatched-error {
  filter: grayscale();
}

.order-matched-address {
  text-align: center;
  height: 20px;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
  font-weight: 600;
  overflow: scroll;
}

.order-address-container {
  box-shadow: 0 0 0 1px var(--lavender), 0 1px 4px 0 #170b330d;
  border-radius: 8px;
  margin-bottom: 25px;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: relative;
}

.orders-popup-heading {
  margin-right: 15px;
  font-size: 1.375rem;
  font-weight: 700;
}

.order-original-address-text {
  color: var(--dark-slate-blue);
  text-align: center;
  cursor: pointer;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .75rem;
  display: block;
}

.gradient-left {
  background-image: linear-gradient(to right, #fff 10%, #fff0);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 10px;
  height: 100%;
  max-height: 62px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-right {
  background-image: linear-gradient(to right, #fff0, #fff);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 10px;
  height: 100%;
  max-height: 62px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.order-original-address-container {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}

.page-content {
  width: 95%;
  max-width: 1370px;
  margin: 70px auto 25px;
  padding-top: 0;
  overflow: visible;
}

.login-container {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8%;
  display: flex;
  position: relative;
}

.logo {
  width: 130px;
  margin-bottom: 34px;
  animation-name: reveal;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: .5s;
  animation-fill-mode: both;
}

.login-register-form-layout {
  border-bottom: 1px solid #deddf280;
  margin-top: 30px;
  padding-bottom: 30px;
}

.login-footer-text {
  color: var(--dark-slate-blue);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.login-heading {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: -.2px;
  font-weight: 600;
}

.login-footer-link {
  color: #7642f4;
  text-decoration: none;
}

.login-footer-link:hover {
  color: #170b33;
}

.copyright-text {
  color: #170b3340;
  text-align: center;
  text-decoration: none;
  display: inline;
  position: static;
}

.copyright-text:hover {
  color: #170b33;
}

.register-copyright-footer-container {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-delay: 80ms;
  animation-fill-mode: both;
  position: absolute;
  inset: auto 0% 25px;
}

.copyright-spacer {
  z-index: -1;
  color: #170b3340;
  text-align: center;
  display: inline;
}

.register-column-container {
  z-index: 1;
  justify-content: space-between;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: scroll;
}

.register-column-right {
  width: 540px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12vh;
  padding-bottom: 100px;
  position: relative;
}

.register-column-left {
  width: 540px;
  padding-top: 12vh;
  padding-left: 20px;
  padding-right: 60px;
  position: relative;
}

.register-feature-check {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.register-feature-container {
  margin-top: 0;
  margin-bottom: 30px;
  animation-name: reveal;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: .6s;
  animation-fill-mode: both;
  display: flex;
}

.register-feature-text {
  margin-left: 10px;
}

.register-feature-h {
  color: #170b33;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
}

.register-feature-p {
  color: #54556d;
  font-size: .875rem;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.register-copyright-text {
  color: #170b3340;
  font-size: .75rem;
  line-height: 20px;
  display: block;
}

.copyright-footer-container {
  z-index: -1;
  justify-content: space-between;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
  animation-name: fade-in;
  animation-duration: .8s;
  animation-timing-function: ease-out;
  animation-delay: .5s;
  animation-fill-mode: both;
  position: absolute;
  inset: auto 0% 25px;
}

.register-flex-container {
  grid-column-gap: 2px;
  justify-content: flex-start;
  font-size: .75rem;
  display: flex;
}

.v-spacer-32 {
  height: 32px;
}

.h-spacer-10 {
  width: 16px;
}

.flexbox-container {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.flexbox-container.align-start, .flexbox-container.flex-start {
  align-items: flex-start;
}

.flexbox-container.align-end {
  align-items: flex-end;
}

.v-spacer-15 {
  height: 15px;
}

.error-message-img {
  width: 12px;
  height: 12px;
  margin-top: 1px;
  margin-right: 5px;
  display: block;
}

.form-error-message-container {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

.form-error-message-text {
  color: #f22c6c;
  font-size: .75rem;
  font-weight: 400;
  line-height: 14px;
}

.login-bkg-container {
  display: none;
}

.new-delivery-form-container {
  margin: 20px 20px 15px;
  display: block;
  position: relative;
}

.new-delivery-form-container.pickup-container, .new-delivery-form-container.dropoff-container {
  margin: 0;
}

.overview-driver-img {
  z-index: 11;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  margin-top: 17px;
  position: absolute;
  inset: 8px 0% auto auto;
}

.overview-vehicle-img {
  z-index: 10;
  width: 140px;
  position: absolute;
  inset: -10px -2% auto auto;
}

.timeline-tick-img {
  z-index: 2;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  display: block;
  position: relative;
}

.delivery-timeline-h1 {
  width: 270px;
  margin-bottom: 3px;
  font-size: .9375rem;
  font-weight: 500;
  overflow: hidden;
}

.delivery-timeline-p {
  color: var(--dark-slate-blue);
  width: 267px;
  max-width: 267px;
  height: 18px;
  font-size: .8125rem;
  line-height: 130%;
  overflow: hidden;
}

.timeline-tick-container {
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.purple-text {
  color: #7642f4;
}

.support-chat-popup {
  z-index: 999;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  width: 335px;
  height: 120px;
  padding: 25px;
  transition: all .25s cubic-bezier(.45, 0, .15, 1);
  display: flex;
  position: absolute;
  inset: auto 20px -150px auto;
  box-shadow: 0 0 0 1px #bebcd999, 0 1px 2px #0000000a, 0 2px 4px #0000000a;
}

.support-chat-qr {
  flex: 0 auto;
  width: 70px;
  height: 70px;
  display: block;
}

.support-chat-container {
  margin-left: 20px;
  position: relative;
}

.support-chat-close-btn {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0% 0 auto auto;
}

.support-chat-close-btn:hover {
  filter: brightness(70%);
}

.support-chat-heading {
  font-size: 18px;
}

.support-chat-description {
  color: #54556d;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.chat-with-support-btn {
  color: #7642f4;
  cursor: pointer;
  text-decoration: none;
}

.chat-with-support-btn:hover {
  color: #170b33;
}

.total-amount {
  height: 20px;
  max-height: 20px;
  margin-left: 0;
  font-size: .875rem;
  font-weight: 500;
  display: block;
  overflow: hidden;
}

.total-amount.auto-margin-left {
  margin-left: auto;
}

.credit-card-icon {
  width: 22px;
}

.credit-card-type {
  margin-left: 10px;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

.payment-details {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.delivery-overview-heading-p {
  height: 20px;
  max-height: 20px;
  margin-top: 8px;
  margin-bottom: 2px;
  font-size: 1rem;
  display: block;
  overflow: hidden;
}

.delivery-timeline-text-container {
  width: 100%;
}

.delivery-timeline-action {
  text-align: right;
  flex: none;
  margin-bottom: 3px;
  font-size: .8125rem;
  font-weight: 500;
}

.delivery-timeline-time {
  text-align: right;
  flex: none;
  height: 18px;
  font-size: .8125rem;
  line-height: 130%;
}

.v-spacer-5 {
  height: 5px;
}

.map-grid {
  background-image: url('../images/Map-Tile-Asset.svg');
  background-position: 0 0;
  background-size: 20px;
}

.gmaps-embed {
  outline-offset: 0px;
  outline: none;
  display: block;
}

.gmaps-embed.new-delivery-map {
  border-radius: 7px;
  margin-left: 420px;
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: cubic-bezier(0, .147, 1, -.309);
  animation-delay: .5s;
  animation-fill-mode: both;
  position: absolute;
  inset: 10px 10px 10px 0%;
  box-shadow: inset 0 0 0 1px #0000001a, 0 0 0 5px #fff;
}

.share-link-flex-container {
  border: .7px solid var(--border-100);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  margin: 20px 16px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.copy-link-btn {
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-left: 10px;
}

.tracking-link {
  color: #7642f4;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
}

.tracking-link:hover {
  text-decoration: underline;
}

.overview-support-chat-popup {
  z-index: 999;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  width: 335px;
  height: 120px;
  padding: 25px;
  transition: all .25s cubic-bezier(.45, 0, .15, 1);
  display: flex;
  position: absolute;
  inset: -150px 20px auto auto;
  box-shadow: 0 8px 20px #170b331a;
}

.route-arrow {
  opacity: .5;
  min-width: 10px;
  max-width: 10px;
}

.overview-call-driver {
  z-index: 999;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  height: 100px;
  padding: 20px 18px;
  transition: all .25s cubic-bezier(.45, 0, .15, 1);
  display: flex;
  position: fixed;
  inset: auto 80px -150px auto;
  box-shadow: 0 8px 20px #170b331a;
}

.call-driver-container {
  width: 242px;
  position: relative;
}

.h-spacer-20 {
  width: 20px;
}

.schedule-delivery-text {
  margin-left: 0;
  font-size: .875rem;
  font-weight: 500;
  display: block;
  overflow: hidden;
}

.new-delivery-schedule-container {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.new-delivery-schedule-container:hover {
  opacity: .8;
}

.information-container {
  box-shadow: 0 0 0 .7px var(--border-100);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 12px;
  display: flex;
}

.information-container.order-pod {
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-size: .875rem;
}

.new-delivery-info {
  margin-left: 12px;
  margin-right: 10px;
  font-size: .8125rem;
  display: block;
}

.address-input-icon {
  width: 8px;
  display: block;
  position: absolute;
  top: 40px;
  left: 12px;
}

.drop-off-container {
  display: block;
}

.pickup-container {
  width: 100%;
  display: block;
}

.pac-container-second {
  z-index: 1;
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 8px 0 #170b331a;
  background-color: #fff;
  border-radius: 8px;
  height: auto;
  margin-left: 20px;
  display: none;
  position: absolute;
  top: 220px;
  overflow: hidden;
}

.pac-li {
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  height: 52px;
  margin: 4px;
  padding: 5px 12px;
  display: flex;
}

.pac-li:hover {
  background-color: #f3f2f7;
}

.pac-icon-second {
  width: 14px;
  height: 14px;
}

.pac-li-shortcut {
  cursor: pointer;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 4px;
  padding: 4px 12px;
  display: flex;
}

.pac-li-shortcut:hover {
  background-color: #f3f2f7;
}

.fullwidth-btn {
  box-shadow: 0 0 0 1px var(--lavender), 0 1px 4px 0 #170b330d;
  color: var(--midnight-blue);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.fullwidth-btn:hover {
  background-color: #f4f4fa;
}

.fullwidth-btn:active {
  background-color: var(--darker-ghost-white);
}

.v-spacer-10 {
  height: 10px;
}

.open-pod-img {
  width: 18px;
  height: 18px;
  transform: rotate(270deg);
}

.pod-item-container {
  cursor: pointer;
  align-items: center;
  margin: 20px;
  display: flex;
  position: relative;
}

.vehicle-selector-list {
  margin-left: 18px;
  margin-right: 18px;
}

/* don't overwrite */
.toast-notification {
  background-color: #20212f;
  color: white;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  left: auto;
  box-shadow: 0 4px 10px #00000040, 0 0 #262733;
}

.toast-notification-text {
  color: #fff;
  font-size: .937rem;
}

.toast-notification-content {
  justify-content: space-between;
  align-items: center;
  margin: 12px 16px 12px 14px;
  display: flex;
}

.toast-notification-img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.remove-input-img {
  opacity: .4;
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 37px;
  left: 340px;
}

.remove-input-img:hover {
  opacity: 1;
}

.list-page-header {
  align-items: center;
  padding: 14px;
  display: flex;
}

.list-btn-container {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-left: auto;
  display: flex;
}

.data-mapping-context-menu {
  z-index: 2;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  width: 190px;
  max-width: 220px;
  padding-top: 4px;
  padding-bottom: 2px;
  display: block;
  position: absolute;
  inset: 50px auto auto 0;
  box-shadow: 0 0 0 1px #deddf2, 0 10px 15px #00000003, 0 4px 6px #00000003;
}

.geofence-address-container {
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 12px;
  display: flex;
  position: relative;
}

.geofence-address-container:hover {
  background-color: #f4f4fa;
}

.filter-btn-content {
  color: #404452;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px 10px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.filter-btn-content:active {
  background-color: var(--pressed-white);
}

.status-filter-context-menu {
  z-index: 2;
  cursor: auto;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  width: 210px;
  max-width: 210px;
  max-height: 374px;
  position: absolute;
  inset: 40px 0 auto auto;
  overflow: scroll;
  box-shadow: 0 0 0 1px #deddf2, 0 2px 4px #3f3f4433;
}

.popup-shimmer {
  z-index: 1003;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.html-embed {
  display: block;
}

.select-vehicle-fleet-driver-img {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 30px;
  display: block;
  position: relative;
  top: 25px;
  left: 54px;
}

.right-aligned-arrow {
  width: 14px;
  height: 14px;
  margin-left: auto;
  display: block;
  transform: rotate(270deg);
}

.fleet-selector-list {
  margin-left: 20px;
  margin-right: 20px;
}

.create-order-schedule-container {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.create-order-schedule-container:hover {
  opacity: .6;
}

.create-order-schedule-container:active {
  opacity: .8;
}

.context-checkbox-wrapper {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.file-imported-container {
  border: 1px solid #deddf2;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.remove-imported-file-icon {
  width: 14px;
  min-width: 14px;
  height: 14px;
  display: inline-block;
}

.import-file-icons {
  margin-left: auto;
  display: block;
}

.upload-file-loader-container {
  width: 14px;
  height: 14px;
  position: relative;
  overflow: hidden;
}

.upload-file-loader {
  width: 62px;
  position: absolute;
  top: -60px;
  left: -24px;
}

.primary-btn-loader {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.schedule-date-context-menu {
  z-index: 2;
  cursor: pointer;
  border: 1px solid #deddf280;
  border-radius: 5px;
  align-items: center;
  width: 300px;
  max-width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  position: absolute;
  bottom: 35px;
  left: -6px;
  right: auto;
  box-shadow: 0 2px 5px #170b3333;
}

.schedule-date-context-menu-header {
  align-items: center;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.schedule-date-context-menu-heading {
  display: inline;
}

.schedule-date-context-menu-forward-arrow {
  width: 13px;
  height: 13px;
  margin-left: auto;
}

.schedule-date-context-menu-back-arrow {
  width: 13px;
  height: 13px;
  margin-right: auto;
  transform: rotate(180deg);
}

.list-filter-container {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  margin-left: 10px;
  display: block;
  position: relative;
}

.status-filter-header {
  justify-content: space-between;
  align-items: flex-end;
  margin: 10px 8px 6px;
  display: flex;
}

.status-filter-heading {
  margin-right: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}

.status-filter-btn-clear {
  color: var(--dark-slate-blue);
  cursor: pointer;
  font-size: .8125rem;
  line-height: 16px;
  display: block;
  overflow: hidden;
}

.status-filter-btn-clear:hover {
  opacity: .7;
}

.context-filter-footer {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: sticky;
  inset: auto 8px 8px;
}

.date-filter-context-menu {
  z-index: 2;
  box-shadow: 0 0 0 1px var(--lavender), 0 2px 3px 0 #3f3f4433;
  color: #fff;
  cursor: auto;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  font-size: .875rem;
  line-height: 18px;
  position: absolute;
  top: 40px;
  right: 0;
}

.context-filter-btn-apply {
  color: #fff;
  cursor: pointer;
  background-color: #7642f4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 10px 8px 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 3px #170b3326;
}

.context-filter-btn-apply:hover {
  background-color: #6332db;
}

.context-filter-btn-apply:active {
  background-color: #5327be;
}

.html-embed-2 {
  width: 301px;
  max-width: 301px;
  margin: 5px auto 0;
}

.card-footer-text {
  letter-spacing: -.2px;
  line-height: 20px;
  display: block;
}

.card-footer-text.auto-margin-left {
  margin-left: auto;
}

.full-screen-popup {
  z-index: 1002;
  background-color: #fff;
  border-radius: 8px;
  width: 390px;
  margin-top: 25vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 20px 60px #170b3333;
}

.full-screen-popup-header {
  padding: 30px 20px 20px;
}

.full-screen-popup-footer {
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.full-screen-popup-subheader {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 5px;
  font-size: .875rem;
  line-height: 120%;
  display: block;
}

.full-screen-popup-subheader.left-aligned {
  text-align: left;
}

.full-screen-popup-heading {
  text-align: center;
}

.full-screen-popup-heading.left-aligned {
  text-align: left;
}

.map-marker-base {
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 29px 0% 0%;
}

.pickup-map-marker-dot {
  background-color: #7642f4;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 40px 0% 0%;
  box-shadow: 0 2px 14px #170b3340;
}

.dropoff-map-marker {
  color: #170b33;
  text-align: center;
  letter-spacing: -.2px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 5px 12px 5px 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 346px;
  right: 257px;
  box-shadow: 0 4px 10px #170b334d;
}

.dropoff-map-marker-dot {
  background-color: #7642f4;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 40px 0% 0%;
  box-shadow: 0 2px 14px #170b3340;
}

.delivery-status-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  font-size: .9rem;
  font-weight: 400;
  display: flex;
  position: static;
  inset: 0% auto auto;
  box-shadow: 0 0 0 .7px #0003, 0 1px 15px #170b3326;
}

.delivery-status-img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.delivery-status-img.alert-icon-blue {
  background-color: #a9a8ca;
}

.delivery-status-text {
  display: inline-block;
}

.toggle-embed {
  float: right;
  margin-left: auto;
}

.new-delivery-schedule-calendar-container {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.new-delivery-schedule-calendar {
  margin-left: 20px;
  margin-right: 20px;
}

.time-slider-draggable-tab {
  color: #170b33;
  cursor: grab;
  background-color: #fff;
  border: 1px solid #deddf2;
  border-radius: 50px;
  padding: 2px 10px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  top: -16px;
}

.time-slider-draggable-tab:active {
  border-color: #7642f4;
  box-shadow: 0 2px 5px #170b3326;
}

.cal_prev {
  margin-right: 5px;
  padding: 14px;
}

.cal_prev:hover {
  background-color: #f4f4fa;
  border-radius: 50px;
}

.cal_prev:active {
  background-color: var(--darker-ghost-white);
}

.cal_prev_next {
  margin-left: auto;
}

.cal-prev-img {
  width: 14px;
  height: 14px;
  display: block;
  transform: rotate(180deg);
}

.cal_next {
  padding: 14px;
}

.cal_next:hover {
  background-color: #f4f4fa;
  border-radius: 50px;
}

.cal_next:active {
  background-color: var(--darker-ghost-white);
}

.cal-next-img {
  width: 14px;
  height: 14px;
  display: block;
  transform: rotate(0);
}

.map-marker-drop-arrow {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.pickup-map-marker {
  color: #fff;
  text-align: center;
  letter-spacing: -.2px;
  background-color: #7642f4;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 5px 12px 5px 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 234px;
  right: 358px;
  box-shadow: 0 4px 10px #170b334d;
}

.map-marker-collect-arrow {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.waypoint-mismatch-alert {
  background-color: #f4f4fa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.waypoints-map-marker {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 8px #170b334d;
}

.right-aligned-img {
  width: 14px;
  height: 14px;
  margin-left: auto;
  display: block;
}

.optimisation-settings-dropdown {
  z-index: 1;
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 8px 0 #170b331a;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
  position: absolute;
  inset: 80px auto auto 0%;
  overflow: hidden;
}

.optimisation-settings-li {
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  height: 34px;
  margin: 4px;
  padding: 10px;
  display: flex;
}

.optimisation-settings-li:hover {
  background-color: #f4f4fa;
}

.optimisastion-settings-textbox-container {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

.optimisation-settings-dropdown-label {
  color: #54536f;
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 400;
  display: block;
}

.optimisation-settings-relative-container {
  margin-left: 18px;
  margin-right: 18px;
  position: relative;
}

.set-optimisation-arrow {
  width: 14px;
  height: 14px;
  margin-left: auto;
  display: block;
  transform: rotate(-90deg);
}

.plan-routes-flex-container {
  width: 100%;
  display: flex;
}

.plan-routes-left-column {
  width: 130%;
}

.plan-routes-right-column {
  width: 100%;
  position: relative;
}

.plan-routes-heading {
  letter-spacing: -.2px;
  font-size: 1.25rem;
  font-weight: 600;
}

.plan-routes-waypoint-summary {
  color: #54536f;
  margin-top: 6px;
  font-size: .875rem;
}

.plan-route-price {
  letter-spacing: -.2px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
}

.plan-routes-price-container {
  margin-top: 12px;
  display: flex;
}

.plan-routes-vehicle {
  width: 130px;
  margin-left: auto;
  margin-right: -7px;
  display: block;
}

.plan-routes-driver-img {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 42px;
  min-width: 4px;
  height: 42px;
  margin-left: auto;
  display: block;
  position: absolute;
  top: 36px;
  left: auto;
  right: 0;
}

.plan-routes-label {
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  height: 18px;
  margin-left: 10px;
  padding: 5px 9px 5px 3px;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 11px;
  display: flex;
}

.plan-routes-label.purple-label {
  background-color: #7642f4;
}

.plan-routes-label.red-label {
  background-color: #ff427e;
}

.plan-routes-label.blue-label {
  background-color: #31cdd8;
}

.plan-routes-label.dark-blue-label {
  background-color: #4da0ff;
}

.plan-routes-label.orange-label {
  background-color: #fa9c4f;
}

.plan-routes-label.grey-label {
  background-color: #979ca7;
}

.plan-routes-label.green-label {
  background-color: #2ada8a;
}

.plan-routes-label-icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.plan-routes-list-header {
  align-items: center;
  display: flex;
}

.edit-route-li-container {
  box-shadow: 0 1px 1px 0 transparent, 0 0 0 1px var(--lavender), 0 0 0 0 transparent, 0 2px 5px 0 transparent;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 18px;
  margin-right: 18px;
  padding: 12px 12px 12px 10px;
  transition: box-shadow .15s linear;
  display: flex;
  position: relative;
}

.edit-route-li-container:hover {
  box-shadow: 0 1px 1px 0 #170b3314, 0 0 0 1px var(--lavender), 2px 0 8px 0 #45405214, 0 2px 5px 0 #45405214;
}

.edit-route-li-container:active {
  background-color: var(--pressed-white);
}

.loader-icon-container {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 3px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.auto-margin-left {
  margin-left: auto;
}

.auto-margin-left.auto-margin-right {
  margin-right: auto;
}

.left-a-popup-body-fh {
  color: #170b33;
  max-height: 260px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 10px 20px 5px;
  position: relative;
  overflow: scroll;
}

.left-a-popup-li {
  cursor: pointer;
  border: 1px solid #deddf2;
  border-radius: 8px;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 10px 12px;
  display: flex;
  box-shadow: 0 1px 4px #170b330d;
}

.left-a-popup-li:hover {
  background-color: #f4f4fa;
}

.left-a-popup-li:active {
  background-color: var(--darker-ghost-white);
}

.edit-route-number-img {
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-right: 10px;
  display: inline-block;
}

.edit-route-number-text {
  display: inline-block;
}

.v-spacer-20 {
  height: 20px;
}

.delivery-overview-btn-container {
  grid-column-gap: 8px;
  justify-content: flex-start;
  margin: 15px 16px 18px;
  display: flex;
  position: relative;
}

.delete-this {
  color: #404452;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.delete-this:hover {
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 2px 0 8px #45405214, 0 2px 5px #45405214;
}

.delete-this:active {
  background-color: var(--pressed-white);
}

.delete-this.disabled {
  opacity: .7;
  cursor: not-allowed;
}

.delivery-overview-btn-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  display: block;
}

.delivery-summary-display-text {
  color: #54536f;
  text-align: right;
  font-size: .9375rem;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.delivery-summary-container {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  display: block;
  position: relative;
}

.delivery-summary-container.auto-margin-left {
  cursor: pointer;
  height: 20px;
  margin-left: auto;
  position: relative;
}

.delivery-summary-text {
  color: #54536f;
  text-align: right;
  font-size: .875rem;
  font-weight: 400;
  display: block;
}

.parcels-not-found-container {
  border-bottom: 1px solid #f4f4fa;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.delivery-attempted-icon {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  transform: rotate(180deg);
}

.embed-shimmer {
  border-bottom: 1px solid #deddf280;
  display: none;
}

.zone-name {
  height: 22px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 130%;
  display: inline-block;
  overflow: hidden;
}

.zone-driver {
  color: #54536f;
  width: 100%;
  margin-bottom: 2px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
}

.zone-list-item-container {
  background-color: var(--white);
  box-shadow: 0 1px 1px 0 transparent, 0 0 0 1px var(--lavender), 0 2px 8px 0 transparent, 0 2px 5px 0 transparent;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 18px;
  margin-right: 18px;
  padding: 12px;
  display: flex;
  position: relative;
}

.zone-list-item-container:hover {
  box-shadow: 0 1px 1px 0 #170b3314, 0 0 0 1px var(--lavender), 0 2px 8px 0 #45405214, 0 2px 5px 0 #45405214;
}

.zone-list-item-container:active {
  background-color: var(--pressed-white);
}

.zone-color {
  background-color: var(--palpatine-purple);
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-top: 0;
  margin-left: 10px;
  display: block;
}

.zone-flex-container {
  align-items: center;
  display: flex;
}

.full-screen-popup-input {
  margin-top: 20px;
  position: relative;
}

.list-action-btn-purple {
  background-color: var(--palpatine-purple);
  box-shadow: 0 1px 1px 0 #170b331f, 0 0 0 1px var(--darker-purple), 0 0 0 0 transparent, 0 2px 5px 0 #4540521f;
  color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: 12px;
  padding-left: 9px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.list-action-btn-purple:hover {
  background-color: var(--dark-purple);
  border-color: #deddf280;
}

.list-action-btn-purple:active {
  background-color: var(--darker-purple);
}

.settings-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 620px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.settings-content-left {
  margin-right: 40px;
}

.settings-content-right {
  flex: none;
  width: 100%;
  position: relative;
}

.settings-paragraph {
  margin-top: 12px;
  font-size: .875rem;
}

.tags-container {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 342px;
  min-height: 29px;
  display: flex;
}

.tag-item {
  color: #4d495c;
  cursor: default;
  background-color: #edeef7;
  border-radius: 6px;
  height: 20px;
  margin-top: 1px;
  margin-bottom: 2px;
  margin-right: 3px;
  padding: 2px 8px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 130%;
  display: inline-block;
}

.tag-item.listing {
  margin-top: 0;
}

.tag-item.removable {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-box-container-tags {
  margin-left: 18px;
  margin-right: 18px;
  display: none;
  position: relative;
}

.form-label-flexbox {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hidden {
  display: none;
}

.form-input {
  outline-offset: 0px;
  color: #170b33;
  text-align: left;
  cursor: text;
  background-color: #fff;
  border: 0 solid #0000;
  border-radius: 7px;
  outline: 0 #0000;
  width: 100%;
  height: 34px;
  margin-top: 6px;
  padding: 8px 10px 9px;
  font-size: .875rem;
  font-weight: 400;
  transition: border-color .15s, box-shadow .15s cubic-bezier(.45, 0, .15, 1);
  box-shadow: 0 0 0 .7px #bebcd999;
}

.form-input:hover {
  box-shadow: 0 0 0 .7px #9190a699;
}

.form-input:focus {
  border-color: #5d90ee;
  box-shadow: 0 0 0 .7px #5287ed, 0 0 0 2px #92b4f5;
}

.form-input.focus-effect.parcel-length {
  text-align: right;
  background-image: url('../images/length-icon.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  flex: none;
  width: 75px;
  padding-left: 30px;
}

.form-input.focus-effect.parcel-width {
  text-align: right;
  background-image: url('../images/width-icon.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  flex: none;
  width: 75px;
  padding-left: 30px;
}

.form-input.focus-effect.parcel-height {
  text-align: right;
  background-image: url('../images/height-icon.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  flex: none;
  width: 75px;
  padding-left: 30px;
}

.form-input.focus-effect.parcel-weight {
  text-align: right;
  width: 80px;
}

.form-input.focus-effect.listing-search {
  background-image: url('../images/search-short-key-icon.svg'), url('../images/search-icon-dark.svg');
  background-position: 99%, 10px 52%;
  background-repeat: no-repeat, no-repeat;
  background-size: 17px 17px, 14px 14px;
  height: 32px;
  margin-top: 0;
  padding-left: 35px;
}

.form-input.focus-effect.form-textarea {
  height: 70px;
}

.form-input.focus-effect.collection-address-input {
  background-image: url('../images/Pickup-Map-Marker.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-left: 32px;
}

.form-input.focus-effect.delivery-address-input {
  background-image: url('../images/Dropoff-Map-Marker.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-left: 32px;
}

.form-input.focus-effect.box-shadow-border.zar-symbol {
  background-image: url('../images/ZAR-symbol.svg');
  background-position: 10px 9px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 24px;
}

.form-row-container {
  margin-bottom: 16px;
  position: relative;
}

.form-row-container.new-delivery-form {
  margin-bottom: 20px;
}

.form-row-container.last {
  margin-bottom: 0;
}

.form-row-container.l-half-width {
  clear: left;
  width: 49%;
}

.form-row-container.l-half-width.margin-b-0 {
  margin-bottom: 0;
}

.form-row-container.r-half-width {
  clear: right;
  width: 49%;
}

.form-row-container.r-half-width.margin-b-0 {
  margin-bottom: 0;
}

.form-label {
  color: var(--dark-slate-blue);
  -webkit-user-select: none;
  user-select: none;
  font-size: .875rem;
  display: inline-block;
}

.form-label.flex {
  display: flex;
}

.forgot-password-link {
  color: var(--dark-slate-blue);
  margin-left: auto;
  font-size: .875rem;
  text-decoration: none;
}

.forgot-password-link:hover {
  color: #170b33;
}

.form-verification-input {
  text-align: left;
  letter-spacing: 30px;
  cursor: text;
  border: 1px solid #deddf2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  padding: 8px 10px 9px 26%;
  font-size: .875rem;
  transition: box-shadow .25s cubic-bezier(.45, 0, .15, 1);
  display: inline-block;
  box-shadow: 0 0 #deddf2;
}

.form-address-input {
  padding-left: 25px;
}

.company-form-descriptor {
  opacity: 0;
  text-align: center;
  margin-top: 10px;
  font-size: .75rem;
  line-height: 16px;
  transition: opacity .25s;
}

.popup-shimmer-block-1 {
  border-radius: 8px;
  width: 200px;
  height: 40px;
  margin-top: 35px;
}

.popup-shimmer-block-2 {
  border-radius: 8px;
  width: 100%;
  height: 130px;
  margin-top: 55px;
}

.popup-shimmer-block-3 {
  border-radius: 8px;
  width: 100%;
  height: 20px;
  margin-top: 20px;
}

.popup-shimmer-block-4 {
  border-radius: 8px;
  width: 100px;
  height: 30px;
  margin-top: 55px;
}

.popup-shimmer-block-5 {
  border-radius: 8px;
  width: 100%;
  height: 10px;
  margin-top: 15px;
}

.popup-shimmer-block-6 {
  border-radius: 8px;
  width: 100%;
  height: 72px;
  margin-top: 10px;
}

.popup-shimmer-block-7 {
  border-radius: 8px;
  width: 100%;
  height: 10px;
  margin-top: 15px;
  margin-bottom: 33px;
}

.popup-shimmer-block-8 {
  border-radius: 8px;
  width: 100%;
  height: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.popup-shimmer-wrapper {
  width: 100%;
}

.form-id-container {
  border-radius: 20px;
  width: 150px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.form-id-icon {
  width: 12px;
  height: 12px;
  margin-left: 15px;
}

.form-id-input {
  z-index: 0;
  color: var(--dark-slate-blue);
  cursor: pointer;
  background-color: #f4f4fa;
  border-style: none;
  border-radius: 8px;
  width: 100%;
  height: 19px;
  padding-left: 28px;
}

.form-id-label {
  z-index: 1;
  color: var(--dark-slate-blue);
  height: 19px;
  position: absolute;
  inset: 0% auto auto 9px;
}

.left-a-popup-container {
  z-index: 1002;
  background-color: #fff;
  border-radius: 10px;
  width: 450px;
  margin-top: 12vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 20px 60px #170b3333;
}

.left-a-popup-container.width390 {
  width: 390px;
}

.left-a-popup-header {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.left-a-popup-footer {
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.left-a-popup-heading {
  text-align: left;
  margin-bottom: 15px;
}

.left-a-popup-heading.margin-10 {
  margin-bottom: 10px;
}

.left-a-popup-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.left-a-popup-subheading {
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: .9375rem;
  font-weight: 500;
}

.export-options-container {
  margin-left: 20px;
  margin-right: 20px;
}

.left-a-popup-break {
  background-color: #deddf2;
  height: 1px;
}

.left-a-popup-close {
  cursor: pointer;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.left-a-popup-close:hover {
  background-color: var(--ghost-white);
}

.left-a-popup-close:active {
  background-color: var(--darker-ghost-white);
}

.schedule-popup-heading-container {
  justify-content: center;
  align-items: center;
  max-height: 22px;
  margin: 10px 20px;
  display: flex;
}

.validation-indicator-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding: 4px;
  display: flex;
  box-shadow: 0 0 0 .7px #0000001a, 0 1px 8px #170b3326;
}

.validation-indicator-btn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.validation-indicator-btn:hover {
  background-color: var(--ghost-white);
}

.validation-indicator-btn:active {
  background-color: var(--darker-ghost-white);
}

.validation-indicator-btn.active {
  background-color: #f4f4fa;
}

.validation-indicator-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.order-tags-container {
  max-width: 410px;
  margin: 15px 18px 30px;
}

.removable-tag-item {
  background-color: #f4f4f9;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 5px;
  display: inline-block;
}

.removable-tag-item-icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

.removable-tag-item-icon:hover {
  opacity: .8;
}

.removable-tag-item-icon:active {
  opacity: 1;
}

.activate-menu-on-hover {
  z-index: 1001;
  width: 2px;
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.html-embed-3 {
  margin-top: 10px;
  margin-bottom: -13px;
}

.address-match-container {
  border-top: 1px solid #deddf2;
}

.address-match-container:hover {
  background-color: var(--ghost-white);
}

.address-match-container:active {
  background-color: var(--darker-ghost-white);
}

.edit-original-address-container {
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 4px 0 #170b330d;
  color: var(--dark-slate-blue);
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 8px 10px 8px 12px;
  display: flex;
}

.edit-original-address-container:hover {
  background-color: var(--ghost-white);
}

.edit-original-address-container:active {
  background-color: var(--darker-ghost-white);
}

.edit-original-address-icon {
  width: 14px;
  height: 14px;
  display: block;
}

.edit-original-address {
  color: var(--dark-slate-blue);
  letter-spacing: -.2px;
  margin-left: 12px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.zone-color-parameters {
  background-color: var(--palpatine-purple);
  border-radius: 10px;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
}

.selector-container-ds {
  background-color: #fff;
  margin-bottom: 25px;
  display: block;
  position: relative;
}

.optimisation-options-container {
  box-shadow: 0 0 0 1px var(--lavender), 0 1px 1px 0 transparent, 0 2px 5px 0 transparent, 0 2px 8px 0 transparent;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px 15px;
  transition: box-shadow .15s linear;
  display: flex;
}

.optimisation-options-container:hover {
  box-shadow: 0 0 0 1px var(--lavender), 0 1px 1px 0 #170b3314, 0 2px 5px 0 #45405214, 0 2px 8px 0 #45405214;
}

.optimisation-options-container:active {
  background-color: var(--pressed-white);
}

.return-route-container {
  display: block;
}

.import-toggle-container {
  width: 48px;
  margin-left: auto;
}

.data-mapping-settings-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.grey-200 {
  background-color: var(--grey-200);
  display: flex;
}

.optimise-settings-btn {
  box-shadow: 0 2px 5px 0 transparent, 0 0 0 1px var(--lavender);
  cursor: pointer;
  background-color: #fff;
  border-radius: 7px;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  position: absolute;
  inset: -6px 14px auto auto;
}

.optimise-settings-btn:hover {
  background-color: #f4f4fa;
}

.optimise-settings-btn:active {
  background-color: var(--darker-ghost-white);
}

.tag-item-toggle {
  color: #4d495c;
  -webkit-text-fill-color: inherit;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: #edeef7;
  background-clip: border-box;
  border-radius: 6px;
  align-items: center;
  height: 24px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 4px 8px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 130%;
  display: inline-block;
}

.tag-item-toggle:active {
  background-color: #e6e7f2;
}

.tag-item-toggle.tag-selected {
  background-color: var(--palpatine-purple);
  color: var(--white);
}

.end-route-location {
  background-color: var(--midnight-blue);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  padding-left: 10px;
  padding-right: 9px;
  box-shadow: 0 2px 8px #170b334d;
}

.left-a-popup-p {
  color: #54536f;
  width: 240px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: .875rem;
  line-height: 120%;
  display: inline;
}

.merged-orders-icon {
  width: 13px;
  height: 13px;
  margin-right: 10px;
}

.waypoint-checkbox {
  margin-right: 18px;
  display: none;
}

.orders-merged-alert {
  background-color: #ebf9fc;
  border: 1px solid #00a0ac;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.alert-icon-blue {
  background-color: #00a0ac;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.order-add-item {
  box-shadow: 0 1px 1px 0 #150b3314, 0 0 0 1px var(--lavender), 0 0 0 0 transparent, 0 2px 5px 0 #45405214;
  color: #404452;
  cursor: pointer;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  margin-top: -15px;
  margin-bottom: 20px;
  margin-left: 18px;
  padding: 6px 10px 5px 9px;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
}

.order-add-item:active {
  background-color: #f7f7fc;
}

.add-item-icon {
  opacity: .8;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 6px;
}

.add-item-text {
  height: 20px;
  display: inline;
}

.delete-route-end-point {
  width: 18px;
  height: 18px;
  margin-left: auto;
  display: none;
  transform: rotate(-90deg);
}

.page-intro {
  width: 85%;
  max-width: 1370px;
  margin-top: 25vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-intro-gif {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: auto;
  margin-left: auto;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2bf, 0 1px 5px #45405214;
}

.page-intro-heading {
  color: #170b33;
  letter-spacing: -.5px;
  cursor: default;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 33px;
  display: inline-block;
}

.page-intro-description {
  color: #54556d;
  width: 470px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: .875rem;
  font-weight: 400;
  display: block;
}

.page-intro-cta {
  float: left;
  background-color: var(--palpatine-purple);
  color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 9px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.page-intro-cta:hover {
  background-color: var(--dark-purple);
  border-color: #deddf280;
}

.page-intro-cta:active {
  background-color: var(--darker-purple);
}

.page-intro-text-container {
  padding-top: 60px;
}

.popup-checkbox-container {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.ops-status-bar {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  height: 75px;
  margin-top: 25px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 59.5vw;
  box-shadow: 0 1px 15px #170b3326;
}

.ops-status-bar:hover {
  color: #ffffffbf;
}

.ops-status-top-section {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
}

.uc-content-left {
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.uc-alert {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.uc-content-right {
  align-items: center;
  margin-left: auto;
  font-size: .875rem;
  display: flex;
}

.uc-arrow {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

.subheading-paragraph-container {
  align-items: center;
  margin: 15px 18px 20px;
  display: flex;
  position: relative;
}

.parameters-set-delivery-time {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.parameters-set-delivery-time:hover {
  opacity: .8;
}

.card-footer-details-arrow {
  width: 14px;
  height: 14px;
  margin-left: auto;
  transform: rotate(-90deg);
}

.status-bar-container {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  left: 430px;
}

.settings-card {
  background-color: #fff;
  border-radius: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(130px, .3fr) 1fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  padding: 18px 18px 16px;
  display: block;
  position: relative;
  box-shadow: 0 0 0 .5px #bebcd999, 0 1px 2px #0000000a, 0 2px 4px #0000000a;
}

.settings-card.hidden {
  display: none;
}

.settings-card.m-top-20 {
  margin-top: 20px;
}

.settings-card.pt-10 {
  padding-top: 10px;
}

.settings-card-heading {
  color: var(--midnight-blue);
  letter-spacing: -.005em;
  flex: none;
  margin-bottom: 7px;
  font-size: .875rem;
  font-weight: 600;
  display: block;
}

.settings-card-heading._w-150 {
  width: 140px;
  margin-right: 20px;
}

.settings-card-heading._w-330 {
  width: 320px;
  margin-right: 10px;
}

.settings-card-heading._w-225 {
  width: 205px;
  margin-right: 20px;
}

.settings-card-heading._w-200 {
  width: 180px;
  margin-right: 20px;
}

.settings-card-heading._w-80 {
  width: 80px;
}

.settings-card-heading._w-370 {
  width: 350px;
  margin-right: 20px;
}

.settings-card-heading._w-208 {
  width: 208px;
}

.settings-card-heading._w-332 {
  margin-right: 20px;
}

.settings-card-heading._w-440 {
  width: 440px;
}

.settings-card-heading._w-110 {
  width: 90px;
  margin-right: 20px;
}

.settings-card-heading._w-120 {
  width: 100px;
  margin-right: 20px;
}

.settings-card-heading._w-130 {
  width: 110px;
  margin-right: 20px;
}

.settings-card-heading._w-170 {
  width: 150px;
  margin-right: 20px;
}

.settings-card-heading._w-260 {
  width: 240px;
  margin-right: 20px;
}

.settings-card-heading._w-230 {
  width: 210px;
  margin-right: 20px;
}

.settings-card-heading._w-140 {
  width: 120px;
  margin-right: 20px;
}

.settings-card-p {
  color: var(--dark-slate-blue);
  flex: none;
  font-size: .875rem;
  font-weight: 400;
  display: inline-block;
}

.settings-card-p._w-150 {
  width: 140px;
  margin-right: 20px;
}

.settings-card-p._w-330 {
  width: 320px;
  margin-right: 10px;
}

.settings-card-p._w-170 {
  width: 150px;
  margin-right: 20px;
}

.settings-card-p._w-200 {
  width: 180px;
  margin-right: 20px;
}

.settings-card-p._w-80 {
  width: 80px;
}

.settings-card-p._w-370 {
  width: 350px;
  margin-right: 20px;
}

.settings-card-p._w-270 {
  width: 250px;
  margin-right: 20px;
}

.settings-card-p._w-270.truncate {
  word-break: keep-all;
  text-overflow: ellipsis;
}

.settings-card-p._w-130 {
  width: 110px;
  margin-right: 20px;
}

.settings-card-p._w-260 {
  width: 240px;
  margin-right: 20px;
}

.settings-card-p._w-120 {
  width: 120px;
}

.settings-card-p._w-230 {
  width: 210px;
  margin-right: 20px;
}

.settings-card-p._w-110 {
  width: 90px;
  margin-right: 20px;
}

.settings-card-p._w-140 {
  width: 120px;
  margin-right: 20px;
}

.settings-card-p._w-300 {
  width: 280px;
  margin-right: 20px;
}

.settings-btn-w {
  color: #404452;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 7px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: .875rem;
  font-weight: 500;
  transition-property: color, box-shadow;
  transition-duration: .1s, .15s;
  transition-timing-function: linear, cubic-bezier(.86, 0, .07, 1);
  display: flex;
  box-shadow: 0 0 0 .5px #cecde0, 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 2px 5px #45405214;
}

.settings-btn-w:hover {
  background-color: var(--hover-white);
  color: #1a1b24;
}

.settings-btn-w:active {
  background-color: var(--pressed-white);
}

.settings-btn-w.a-right {
  margin-left: auto;
}

.context-menu-btn {
  cursor: pointer;
  background-image: url('../images/context-menu-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-radius: 7px;
  flex: none;
  width: 37px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  transition: border .15s linear, box-shadow .15s linear, background-color 80ms linear;
  position: relative;
  box-shadow: 0 0 #0000, 0 0 0 1px #0000, 0 0 #0000;
}

.context-menu-btn:hover {
  box-shadow: 0 1px 1px 0 #170b3314, 0 0 0 .7px var(--border-100), 0 2px 5px 0 #45405214;
}

.context-menu-btn:active {
  background-color: var(--pressed-white);
}

.context-menu-btn.parcels {
  margin-bottom: 2px;
}

.context-menu-btn.with-text {
  box-shadow: inset 0 1px 0 0 white, inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px 0 #170b3314, 0 0 0 .7px var(--border-100), 0 0 0 0 transparent, 0 2px 5px 0 #45405214;
  color: #404452;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.context-menu-btn.with-text:hover {
  color: #1a1b24;
}

.context-menu-btn.with-text:active {
  background-color: #f7f7fc;
}

.context-menu-btn.split-right {
  box-shadow: 0 0 0 .7px var(--border-100), inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px 0 #170b3314, 0 2px 5px 0 #45405214;
  background-color: #fff;
  background-image: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.context-menu-btn.split-right:active {
  background-color: #f7f7fc;
}

.settings-card-li {
  border-bottom: 1px solid #deddf280;
  min-height: 1px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: border 35ms cubic-bezier(.117, .006, .053, .995);
  display: flex;
}

.settings-card-li.last {
  border-bottom-style: none;
}

.settings-card-li.cursor-pointer {
  cursor: pointer;
}

.settings-card-li.cursor-pointer:hover {
  opacity: .8;
}

.settings-card-header {
  justify-content: space-between;
  align-items: center;
  min-height: 35px;
  margin-bottom: 8px;
  display: flex;
}

.settings-subheading {
  margin-top: 6px;
}

.settings-content-divider {
  background-color: var(--lavender);
  opacity: .5;
  width: 100%;
  max-width: 800px;
  height: 1px;
  min-height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.settings-card-driver-img {
  border-radius: 35px;
  width: 35px;
  height: 35px;
  margin-right: 20px;
}

.settings-card-subheading {
  color: var(--dark-slate-blue);
  font-size: .875rem;
  font-weight: 400;
  display: inline-block;
}

.settings-card-heading-container {
  flex-direction: column;
  flex: none;
  justify-content: center;
  max-width: 500px;
  display: flex;
}

.settings-p-link {
  color: var(--palpatine-purple);
  cursor: pointer;
  text-decoration: none;
}

.settings-p-link:hover {
  color: var(--palpatine-purple);
  text-decoration: underline;
}

.settings-card-input-container {
  margin-top: 16px;
}

.settings-card-input-container.no-margin {
  margin-top: 0;
}

.settings-card-footer {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.settings-btn-p {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: radial-gradient(circle at 0 0, #5f3df6, #4437f9);
  border-radius: 7px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 500;
  transition-property: opacity;
  transition-duration: 80ms;
  transition-timing-function: linear;
  display: flex;
  box-shadow: 0 0 0 .7px #6231da, 0 1px 1px #170b3326, 0 2px 5px #45405226;
}

.settings-btn-p:hover {
  opacity: .9;
}

.settings-btn-p:active {
  opacity: 100;
}

.settings-btn-p.a-right {
  margin-left: auto;
}

.settings-btn-p.btn-disabled:active {
  background-color: var(--palpatine-purple);
}

.sp-upload-content {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-image: url('../images/add-btn-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  box-shadow: inset 0 0 0 .7px #231e3c33;
}

.sp-upload-content:hover {
  background-color: var(--hover-white);
  opacity: .8;
}

.sp-upload-content:active {
  background-color: var(--pressed-white);
}

.status-page-store-banner {
  background-color: var(--ghost-white);
  cursor: pointer;
  background-image: url('../images/banner-image-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px dashed #deddf2;
  border-radius: 8px;
  height: 68px;
  margin-top: 8px;
}

.status-page-store-banner:hover {
  opacity: .8;
}

.status-page-store-banner:active {
  background-color: var(--pressed-white);
}

.character-counter {
  color: #b2b2be;
  letter-spacing: -.2px;
  margin-left: auto;
  font-family: Inter, sans-serif;
  display: inline-block;
}

.address-type-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 34px;
  display: flex;
}

.address-type-btn {
  opacity: .8;
  color: #3d394f;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 9px;
  padding-right: 9px;
  font-size: .875rem;
  font-weight: 500;
  transition-property: background-color, box-shadow;
  transition-duration: 80ms, .15s;
  transition-timing-function: linear, linear;
  display: flex;
  box-shadow: 0 0 0 .7px #0000, inset 0 0 0 .5px #0000;
}

.address-type-btn:hover {
  background-color: var(--hover-white);
  box-shadow: 0 0 0 .7px var(--hover-white), inset 0 0 0 .5px transparent;
  opacity: 1;
}

.address-type-btn:active {
  background-color: var(--pressed-white);
  box-shadow: 0 0 0 .7px var(--pressed-white), inset 0 0 0 .5px transparent;
}

.address-type-btn.address-type-selected {
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 1px 0 #170b3314, 0 2px 5px 0 #45405214;
  opacity: 1;
  background-color: #fff;
  flex: none;
}

.address-type-btn.address-type-selected:hover {
  background-color: var(--hover-white);
}

.address-type-btn.address-type-selected:active {
  background-color: var(--pressed-white);
}

.address-type-btn-icon {
  opacity: .8;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.full-width-divider {
  border-top: .7px solid #deddf2bf;
  width: 100%;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.full-width-divider.m-top-none {
  margin-top: 0;
}

.full-width-divider.purchase-labels {
  border-top-color: #deddf2;
  margin-top: 14px;
  margin-bottom: 14px;
}

.full-width-divider.shipment-timeline {
  margin-top: -18px;
  margin-bottom: 18px;
}

.full-width-divider.fulfilment-divider {
  margin-top: 16px;
}

.temp-map {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.eye-closed {
  background-image: url('../images/eye-closed.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}

.eye-open {
  background-image: url('../images/eye-open.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}

.btn-disabled {
  opacity: .5;
}

.btn-disabled:active {
  background-color: #fff;
}

.eta-status-banner {
  box-shadow: 0 0 0 .7px var(--border-100), inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px 0 #170b3314, 0 2px 5px 0 #4540520a;
  color: #170b33;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: 18px;
  margin-right: 18px;
  padding: 9px 15px 9px 12px;
  font-size: .875rem;
  font-weight: 500;
  transition: background-color 80ms linear;
  display: flex;
}

.eta-status-banner:hover {
  background-color: var(--hover-white);
}

.eta-status-banner:active {
  background-color: var(--pressed-white);
}

.eta-status-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.timeline-eta {
  opacity: .5;
  text-align: right;
  flex: none;
  height: 18px;
  margin-bottom: auto;
  font-size: .8125rem;
  line-height: 130%;
}

.timeline-eta-complete {
  color: var(--dark-slate-blue);
  text-align: right;
  height: 18px;
  margin-bottom: auto;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 130%;
}

.order-eta-status-text-l {
  margin-right: auto;
}

.order-eta-status-text-p {
  opacity: .5;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.order-history-container {
  align-items: center;
  margin: 20px;
  display: block;
  position: relative;
}

.sp-msg {
  color: #54536f;
  white-space: break-spaces;
  max-width: 100%;
  font-size: .8125rem;
  line-height: 120%;
}

.sp-info-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.sp-body {
  border-top: .7px solid #f4f4fa;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 15px;
  display: flex;
}

.sp-heading {
  font-size: 1rem;
  font-weight: 700;
}

.sp-heading.sp-heading-white {
  color: var(--white);
}

.sp-banner {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.sp-logo {
  filter: saturate(120%);
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 58px;
  height: 58px;
  margin-top: -30px;
  margin-left: -4px;
  overflow: hidden;
}

.sp-status-progress-bar {
  z-index: 0;
  background-color: #f4f4fa;
  width: 2px;
  height: 125%;
  position: absolute;
  top: 16px;
  left: 8px;
}

.sp-status-progress-bar.current {
  background-image: url('../images/status-progress-bar_1status-progress-bar.gif');
  background-position: 50%;
  background-size: cover;
}

.sp-status-progress-bar.complete {
  background-color: #bae6d2;
}

.sp-company {
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 700;
}

.sp-li-paragraph {
  color: #54536f;
  font-size: .8125rem;
  line-height: 120%;
}

.btn-icon-left {
  opacity: .85;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.sp-heading-container {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.sp-status-description {
  opacity: .25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.sp-status-description.complete {
  opacity: 1;
}

.sp-logo-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sp-li-heading {
  font-size: .875rem;
  font-weight: 500;
}

.sp-shop-btn {
  box-shadow: 0 0 0 .7px var(--border-100);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.sp-header {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 20px;
  display: flex;
}

.sp-subheading {
  color: #54536f;
  margin-bottom: 6px;
  font-size: .8125rem;
  line-height: 100%;
}

.sp-status-time {
  color: #54536f80;
  text-align: right;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  padding-left: 15px;
  font-size: .75rem;
  line-height: 150%;
  display: flex;
}

.sp-status-icon {
  z-index: 1;
  background-image: url('../images/stage-pending.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 18px;
  height: 18px;
  position: relative;
}

.sp-status-icon.complete {
  background-image: url('../images/stage-complete.svg');
}

.sp-share-icon {
  width: 13px;
  height: 13px;
}

.status-preview-content {
  cursor: default;
  background-color: #fff;
  border: 1px solid #deddf2;
  border-radius: 12px;
  flex-direction: column;
  width: 315px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sp-status-li {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.sp-status-li.last {
  margin-bottom: 0;
}

.sp-swiper-btn-r {
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 2px 0 #0000000d;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-left: 4px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.sp-btn-l-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.sp-btn-r-icon {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.sp-swiper-btn-l {
  background-color: var(--ghost-white);
  box-shadow: 0 0 0 .7px var(--border-100);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-right: 4px;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.form-container {
  display: block;
  position: relative;
}

.opacity-50 {
  opacity: .5;
}

.nav-back-arrow {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  margin-right: 10px;
  transition-property: box-shadow, background-color;
  transition-duration: .15s, 80ms;
  transition-timing-function: cubic-bezier(.86, 0, .07, 1), linear;
  display: flex;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 .7px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.nav-back-arrow:hover {
  background-color: var(--hover-white);
}

.nav-back-arrow:active {
  background-color: var(--pressed-white);
}

.add-drop-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.main-content {
  z-index: 11;
  grid-template-rows: auto;
  grid-template-columns: 1fr 430px;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 4px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.main-content.confirm {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  overflow: visible;
}

.width-400 {
  width: 400px;
  min-width: 400px;
}

.width-400.sticky-r-col {
  height: 100%;
  position: sticky;
  top: 0;
  bottom: 12px;
}

.card {
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 2px 0 #0000000a, 0 2px 4px 0 #0000000a;
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card.padding {
  padding: 20px 18px;
}

.card.timeline {
  height: 718px;
  overflow: hidden;
}

.card.listing-height {
  flex-flow: column;
  height: auto;
  max-height: calc(100vh - 48px);
  display: flex;
  overflow: scroll;
}

.btn-w {
  box-shadow: 0 0 0 .7px var(--border-100), inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px 0 #170b3314, 0 2px 5px 0 #45405214;
  color: #404452;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition-property: color, background-color;
  transition-duration: 80ms, 50ms;
  transition-timing-function: linear, linear;
  display: flex;
  position: relative;
}

.btn-w:hover {
  background-color: var(--hover-white);
  color: #1a1b24;
}

.btn-w:active {
  background-color: var(--pressed-white);
}

.btn-w.a-right {
  margin-left: auto;
}

.btn-w.a-left {
  margin-left: 0;
}

.btn-w.btn-disabled {
  cursor: default;
}

.btn-w.btn-disabled:active {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.btn-w.shipment-items-per-page {
  margin-left: 0;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
}

.btn-w.upload-file {
  width: 98px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.btn-w.btn-w-loading {
  cursor: default;
  transition-property: none;
  box-shadow: 0 1px 1px #180b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.btn-w.split-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-w.split-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 32px;
  margin-left: 0;
}

.key-shortcut-w {
  color: #414552;
  -webkit-user-select: none;
  user-select: none;
  background-color: #edeef7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  height: 17px;
  margin-left: 8px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.text-display-l {
  color: var(--midnight-blue);
  letter-spacing: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-display-l.carrier-name {
  margin-bottom: 2px;
}

.text-display-l.center-modal-heading {
  margin-bottom: 20px;
  font-size: 1.375rem;
}

.text-display-l.font-22 {
  font-size: 1.375rem;
}

.mb-18 {
  margin-bottom: 18px;
}

.rates-label {
  color: var(--dark-slate-blue);
  align-items: center;
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 400;
}

.rates-container {
  box-shadow: 0 0 0 .7px var(--border-100), inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px 0 #170b3314, 0 2px 5px 0 #4540520a;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 7px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 68px;
  padding-left: 6px;
  padding-right: 16px;
  transition-property: background-color;
  transition-duration: 80ms;
  transition-timing-function: linear;
  display: flex;
}

.rates-container:hover {
  background-color: var(--hover-white);
}

.rates-container:active {
  background-color: var(--pressed-white);
}

.rates-container.selected {
  box-shadow: 0 1px 1px 0 transparent, 0 0 0 1px var(--palpatine-purple), 0 0 0 0 transparent, 0 2px 5px 0 transparent;
  background-color: #f4f3fea1;
}

.rates-container.fallback {
  padding-left: 14px;
  padding-right: 14px;
}

.rates-container.stacked {
  z-index: 1;
  transition: transform .15s, box-shadow .15s linear;
  position: relative;
  transform: none;
  box-shadow: 0 1px 1px #0000, 0 0 0 1px #deddf2, 0 2px 8px #0000, 0 2px 5px #45405214;
}

.rates-container.stacked:hover {
  transform: none;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 2px 8px #45405214, 0 2px 5px #45405214;
}

.card-content {
  width: 100%;
  height: 100%;
  padding: 18px;
}

.card-content.scroll {
  overflow: scroll;
}

.card-content.scroll.rates-card {
  height: calc(100% - 135px);
  padding-top: 0;
}

.rates-icon {
  filter: saturate(110%);
  width: 78px;
  margin-right: 10px;
}

.rates-desc {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 38px;
  display: flex;
}

.rates-desc.a-right {
  align-items: flex-end;
  margin-left: auto;
}

.rates-desc.a-right.justify-center {
  justify-content: center;
}

.rates-sla {
  color: var(--dark-slate-blue);
  font-size: .875rem;
  font-weight: 400;
  line-height: 15px;
}

.card-footer {
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #deddf2bf;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-footer.fixed {
  position: absolute;
}

.card-footer.padding-18 {
  padding: 18px;
}

.card-footer.fixed {
  padding: 18px;
  position: static;
}

.shipment-map {
  background-color: var(--pressed-white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-section-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: 30px minmax(0, auto);
  grid-template-columns: 25% 1.5fr minmax(0, 1px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shipment-col {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  min-width: 180px;
  max-width: 330px;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}

.text-sm {
  color: #1a1b25;
  flex: none;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-sm.address-partial-error {
  background-image: url('../images/Address-Mismatch-Error.svg');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  padding-left: 16px;
}

.text-sm.address-critical-error {
  background-image: url('../images/Data-Validation-Error.svg');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  padding-left: 16px;
}

.text-sm.outbound {
  background-image: url('../images/outbound-icon.svg');
  background-position: 100% 42%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-attachment: scroll;
  padding-right: 16px;
}

.text-sm.move {
  background-image: url('../images/refresh-icon_1.svg');
  background-position: 100% 42%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-attachment: scroll;
  padding-right: 16px;
}

.text-sm.return {
  background-image: url('../images/return-icon-1.svg');
  background-position: 100% 42%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-attachment: scroll;
  padding-right: 16px;
}

.text-sm.inbound {
  background-image: url('../images/inbound-icon.svg');
  background-position: 100% 42%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-attachment: scroll;
  padding-right: 16px;
}

.text-sm.white {
  color: #fff;
}

.parcel-form {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr .5fr auto auto 37px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
  display: grid;
}

.bg-grey-100 {
  background-color: var(--ghost-white);
}

.sp-swiper-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.s-container {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.s-container.hidden {
  display: none;
}

.s-container.page {
  z-index: 5;
  background-color: var(--white);
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 2px 0 #0000000a, 0 2px 4px 0 #0000000a;
  border-radius: 7px;
  align-items: flex-start;
  width: calc(100% - 228px);
  height: calc(100% - 46px);
  margin: auto 8px 8px auto;
}

.s-container.timeline {
  z-index: 1;
  align-items: flex-start;
  width: 104%;
  padding-top: 150px;
  left: -2%;
}

.s-container.rates {
  z-index: 1;
  width: 100%;
  padding-bottom: 30px;
}

.s-container.main-card {
  z-index: 1;
}

.s-loader {
  border: 2px solid #b6b6c7;
  border-top-color: #0000;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

.s-loader.page {
  border-top-color: #0000;
  margin-top: 180px;
}

.s-loader._14x14 {
  border-width: 1.5px;
  width: 14px;
  height: 14px;
}

.new-label {
  color: #05513b;
  background-color: #c5f6c4;
  border-radius: 5px;
  height: 16px;
  margin-left: 4px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  transform: translate(0, -1px);
}

.form-column-container {
  flex-direction: column;
  display: flex;
  position: relative;
}

.pod-signature {
  border: .7px solid var(--border-100);
  border-radius: 8px;
  margin: 20px;
  overflow: hidden;
}

.signature-pod {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 300px;
  display: block;
}

.tooltip-nib {
  background-image: url('../images/tooltip-nib.svg');
  background-position: 0 0;
  background-size: auto;
  width: 28px;
  height: 9px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% -7px;
}

.rates-li {
  margin-bottom: 10px;
  position: relative;
}

.parcel-dims {
  grid-column-gap: 10px;
  display: flex;
}

.parcels-multiply-icon {
  align-self: center;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  margin-left: -3px;
  margin-right: -3px;
}

.btn-p {
  color: var(--white);
  text-align: center;
  text-shadow: 0 1px 10px #00000026;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: radial-gradient(circle at 0 0, #5f3df6, #4437f9);
  border-radius: 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 80ms;
  transition-timing-function: linear;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 .7px #5527c5, 0 1px 1px #170b3340, 0 2px 5px #45405240;
}

.btn-p:hover {
  opacity: .9;
}

.btn-p:active {
  opacity: 1;
}

.btn-p.btn-p-loading {
  cursor: default;
  background-color: #dfdfe8;
  transition-property: none;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #dfdfe8, 0 0 #0000, 0 2px 5px #45405214;
}

.btn-p.btn-disabled {
  cursor: default;
}

.btn-p.btn-disabled:active {
  background-color: var(--palpatine-purple);
}

.btn-p.split-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-p.split-left.btn-p-loading {
  border-radius: 8px;
}

.key-shortcut-p {
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff3;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.table-pagination {
  z-index: 3;
  background-color: #fff;
  border-top: 1px solid #f0f0f7;
  align-items: center;
  margin-top: -1px;
  padding: 20px 16px;
  display: flex;
  position: sticky;
  inset: auto 0 0;
}

.table-tabs {
  z-index: 4;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 14px 16px 8px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
}

.table-search {
  z-index: 3;
  background-color: #fff;
  align-items: center;
  width: 100%;
  padding: 4px 16px;
  display: flex;
  position: sticky;
  top: 54px;
  left: 0;
}

.filter-divider {
  background-color: #deddf2;
  border-radius: 1px;
  width: 1px;
  height: 50%;
  margin-left: 8px;
  margin-right: 8px;
}

.filter-counter {
  color: var(--palpatine-purple);
}

.table-tab {
  color: #6d6885;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  height: 30px;
  margin-right: 6px;
  padding: 2px 10px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.table-tab:hover {
  background-color: var(--pressed-white);
  color: #4b485c;
}

.table-tab:active {
  background-color: var(--darker-ghost-white);
}

.table-tab.active {
  background-color: var(--pressed-white);
  color: var(--palpatine-purple);
  flex: none;
}

.table-tab.more-tab.active {
  color: #6d6885;
  background-color: #0000;
}

.table-divider {
  background-color: #f0f0f7;
  width: 100%;
  height: 0;
  position: sticky;
}

.btn-icon-right {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.text-display-xl {
  color: var(--midnight-blue);
  -webkit-user-select: none;
  user-select: none;
  font-family: Inter Display, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
}

.t-search {
  width: 100%;
}

.table-contents {
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: block;
  overflow: scroll;
}

.table-contents.mb--14 {
  margin-bottom: -14px;
}

.table-cell {
  flex: 1 0 auto;
  align-items: center;
  width: 140px;
  display: flex;
  position: relative;
}

.table-cell._w-40 {
  width: 40px;
}

.table-cell._w-80 {
  width: 80px;
}

.table-cell.carrier-col {
  width: 210px;
  min-width: 200px;
}

.table-cell.total-col {
  width: 80px;
}

.table-cell.rate-col {
  width: 100px;
}

.table-cell.parcel-col {
  width: 160px;
}

.table-cell.recipient-col, .table-cell.sender-col {
  width: 350px;
}

.table-cell.action-btn-container {
  z-index: 1;
  background-image: linear-gradient(to right, #fff0 86%, #fff 91%);
  width: 212px;
  margin-left: -170px;
  position: sticky;
  right: 0;
}

.table-cell.action-btn-container.active {
  z-index: 2;
}

.table-cell.billing-time {
  width: 150px;
}

.table-cell.billing-status {
  width: 20px;
}

.table-cell.billing-desc {
  width: 120px;
}

.table-cell.billing-amount {
  width: 70px;
}

.table-cell.print-labels-col {
  width: 60px;
}

.table-cell.selected-by-customer {
  width: 180px;
}

.table-cell.payment-col {
  width: 110px;
}

.table-cell.payment-desc {
  width: 210px;
}

.table-cell.payment-amount {
  width: 90px;
}

.table-cell.product-badge-col {
  width: 100px;
}

.table-cell.product-counter-col {
  width: 76px;
}

.table-cell.product-col {
  width: 310px;
}

.table-cell.product-weight-col {
  width: 80px;
}

.table-cell.product-total-col {
  width: 90px;
}

.table-cell.product-price-col {
  width: 110px;
}

.table-cell-content {
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.table-cell-content.last-cell {
  justify-content: flex-end;
  padding-right: 0;
}

.table-cell-content.left {
  padding-left: 0;
}

.table-cell-content.cell-content-left {
  padding-left: 18px;
}

.table-cell-content.cell-content-right {
  padding-right: 16px;
}

.table-cell-content.billing-cell-left {
  padding-left: 0;
}

.table-cell-content.billing-cell-right {
  padding-right: 0;
}

.table-cell-content.payment-cell-left {
  padding-left: 0;
}

.table-cell-content.payment-cell-right, .table-cell-content.right {
  padding-right: 0;
}

.checkbox-placeholder {
  background-color: #fff;
  border-radius: 5px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin-right: 18px;
}

.checkbox-placeholder.box-shadow-100.m0 {
  margin: 0;
}

.carrier-list-content {
  align-items: center;
  width: 100%;
  display: flex;
}

.carrier-l-logo {
  border-radius: 6px;
  width: 42px;
  min-width: 42px;
  height: 32px;
  min-height: 32px;
  margin-right: 14px;
  box-shadow: 0 0 0 1px #deddf2;
}

.listing-badge {
  filter: saturate(110%);
  color: #060d1b;
  background-color: #edeef7;
  background-image: url('../images/pending-badge-icon.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  border-radius: 8px;
  flex: none;
  align-items: center;
  height: 20px;
  padding: 2px 8px 2px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
}

.listing-badge.successful {
  background-image: url('../images/tick-badge-icon.svg');
}

.listing-badge.approved {
  filter: saturate(120%);
  color: #024125;
  background-color: #b8f6cc;
  background-image: url('../images/tick-badge-icon.svg');
}

.listing-badge.collected {
  filter: saturate(120%);
  color: #3e2f6f;
  background-color: #f5eaff;
  background-image: url('../images/collected-badge-icon.svg');
}

.listing-badge.delivered {
  color: #060d1b;
  background-image: url('../images/delivered-badge-icon.svg');
}

.listing-badge.attempted {
  color: #631b1b;
  background-color: #ffdbd7;
  background-image: url('../images/attempted-badge-icon.svg');
}

.listing-badge.returned {
  color: #060d1b;
  background-color: #d3d5e7;
  background-image: url('../images/returned-badge-icon.svg');
}

.listing-badge.cancelled {
  color: #060d1b;
  background-color: #d3d5e7;
  background-image: url('../images/cancelled-badge-icon.svg');
}

.listing-badge.pending {
  color: #6c320c;
  background-color: #fef0c8;
  background-image: url('../images/unpaid-badge-icon.svg');
  background-position: 6px;
}

.listing-badge.payment {
  filter: saturate(120%);
  color: #024125;
  background-color: #c8f5d6;
  background-image: url('../images/tick-badge-icon.svg');
}

.listing-badge.refunded {
  color: #060d1b;
  background-color: #edeef8;
  background-image: url('../images/returned-badge-icon.svg');
}

.listing-badge.credit {
  color: #153036;
  background-color: #a4e8f2;
  background-image: url('../images/tick-badge-icon.svg');
}

.listing-badge.collecting {
  filter: saturate(120%);
  color: #3e2f6f;
  background-color: #f5eaff;
  background-image: url('../images/partial-badge-icon.svg');
}

.listing-badge.delivering {
  color: #060d1b;
  background-image: url('../images/delivering-badge-icon.svg');
}

.listing-badge.returning {
  color: #060d1b;
  background-color: #d3d5e7;
  background-image: url('../images/outstanding-badge-icon.svg');
}

.listing-badge.outbound {
  filter: saturate(120%);
  color: #060d1b;
  background-color: #edeef7;
  background-image: url('../images/outbound-icon_1.svg');
}

.listing-badge.inbound {
  filter: saturate(120%);
  color: #060d1b;
  background-color: #edeef7;
  background-image: url('../images/inbound-icon_1.svg');
}

.listing-badge.return {
  filter: saturate(120%);
  color: #060d1b;
  background-color: #edeef7;
  background-image: url('../images/returned-badge-icon.svg');
}

.listing-badge.transfer {
  filter: saturate(120%);
  color: #060d1b;
  background-color: #edeef7;
  background-image: url('../images/distribution-icon.svg');
}

.listing-badge.in-transit {
  color: #153036;
  background-color: #a4e8f2;
  background-image: url('../images/in-transit-badge-icon.svg');
}

.listing-badge.failed {
  color: #631b1b;
  background-color: #ffdbd7;
  background-image: url('../images/attempted-badge-icon.svg');
}

.listing-badge.exception {
  color: #060d1b;
  background-color: #d3d5e7;
  background-image: url('../images/cancelled-badge-icon.svg');
}

.listing-badge.fulfilled, .listing-badge.paid {
  color: #060d1b;
  background-image: url('../images/fulfilled-badge-icon.svg');
}

.listing-badge.partial {
  color: #3e2f6f;
  background-color: #f5eaff;
  background-image: url('../images/partial-badge-icon.svg');
}

.listing-badge.requested {
  color: #060d1b;
  background-image: url('../images/delivering-badge-icon.svg');
}

.listing-badge.active {
  filter: saturate(120%);
  color: #024125;
  background-color: #b8f6cc;
  background-image: url('../images/tick-badge-icon.svg');
}

.listing-badge.paused {
  color: #060d1b;
  background-color: #d3d5e7;
  background-image: url('../images/outstanding-badge-icon.svg');
}

.listing-badge-tooltip {
  z-index: 2;
  opacity: 0;
  color: #fff;
  text-align: center;
  cursor: default;
  background-color: #434251;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 332px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 12px;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: -12px;
  left: -107px;
  overflow: hidden;
  transform: scale(.95);
  box-shadow: 0 4px 8px #170b3326;
}

.listing-badge-tooltip.billing {
  width: 294px;
  top: -28px;
  left: -98px;
}

.listing-badge-tooltip.label-critical-error {
  height: auto;
  inset: auto -1px 24px auto;
}

.full-w {
  width: 100%;
}

.flex {
  grid-template-rows: auto;
  grid-template-columns: 1fr 430px;
  grid-auto-columns: 1fr;
  display: flex;
}

.flex.a-right.shipments-listing-btn {
  position: relative;
}

.flex.mt-40 {
  margin-top: 40px;
}

.flex.justify-sb {
  justify-content: space-between;
}

.flex.col-gap-10 {
  grid-column-gap: 10px;
}

.flex.wrap {
  flex-wrap: wrap;
}

.a-center {
  align-items: center;
}

.mb-14 {
  margin-bottom: 14px;
}

.col-gap-15 {
  grid-column-gap: 15px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.br-8 {
  border-radius: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.span-link {
  color: var(--palpatine-purple);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.span-link:hover {
  color: var(--palpatine-purple);
  text-decoration: underline;
}

.span-link:focus {
  color: var(--palpatine-purple);
}

.span-link.a-right {
  float: right;
}

.span-link.new-tab {
  background-image: url('../images/open-new-tab-icon_1.svg');
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-right: 16px;
}

.flex-col {
  flex-direction: column;
  display: flex;
}

.flex-col.mb-18.hidden {
  display: none;
}

.flex-col.flex-grow {
  flex: 1;
}

.flex-col.width-300 {
  width: 381px;
}

.banner-icon {
  flex: none;
  width: 14px;
  height: 14px;
  margin-top: 2px;
}

.relative {
  position: relative;
}

.relative.a-right.mtb-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.relative.flex-grow {
  flex: 1;
}

.mt-30 {
  margin-top: 30px;
}

.box-shadow-100 {
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.box-shadow-200 {
  box-shadow: 0 0 0 1px #deddf2, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #00000003;
}

.mb-20 {
  margin-bottom: 20px;
}

.text-m {
  color: #161225;
  font-size: .937rem;
  font-weight: 500;
  line-height: 120%;
}

.text-color-grey {
  color: var(--dark-slate-blue);
}

.settings-placeholder-btn {
  color: #404452;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 7px 9px;
  font-size: .937rem;
  font-weight: 500;
  transition-property: color, box-shadow;
  transition-duration: .1s, .15s;
  transition-timing-function: linear, cubic-bezier(.86, 0, .07, 1);
  display: inline-block;
  box-shadow: inset 0 1px #fff, inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.settings-placeholder-btn:hover {
  color: #1a1b24;
  box-shadow: inset 0 1px #fff, inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 3px 8px #4540520d, 0 2px 5px #45405214;
}

.settings-placeholder-btn:active {
  background-color: #f7f7fc;
  box-shadow: inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 3px 8px #4540520d, 0 2px 5px #45405214;
}

.mt-10 {
  margin-top: 10px;
}

.copy-btn {
  cursor: pointer;
  background-image: url('../images/copy-to-clipboard.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
}

.copy-btn.a-right {
  width: 16px;
  height: 16px;
}

.a-right {
  margin-left: auto;
}

.absolute {
  position: absolute;
}

.absolute.position-0 {
  inset: 0%;
}

.bg-white {
  background-color: #fff;
}

.a-start {
  align-items: flex-start;
}

.mr-12 {
  margin-right: 12px;
}

.mb-4 {
  margin-bottom: 4px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.disabled {
  opacity: .5;
  cursor: default;
}

.mt-6 {
  margin-top: 6px;
}

.shrink-0 {
  flex: none;
}

.btn-tooltip {
  z-index: 2;
  background-color: var(--dark-slate-blue);
  opacity: 0;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  padding: 8px 12px;
  font-size: .875rem;
  line-height: 120%;
  transition: transform .15s, opacity .15s linear;
  display: none;
  transform: translate(0);
  box-shadow: 0 4px 8px #170b3326;
}

.btn-tooltip.endpoint {
  width: 250px;
  position: absolute;
  bottom: 46px;
  left: -85px;
}

.mx-18 {
  margin-left: 18px;
  margin-right: 18px;
}

.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.opacity-0 {
  opacity: 0;
}

.text-link {
  color: var(--palpatine-purple);
  text-decoration: none;
}

.text-link:hover {
  color: var(--palpatine-purple);
  text-decoration: underline;
}

.rounded-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.z-index-1 {
  z-index: 1;
}

.display-none {
  display: none;
}

.context-menu-modal {
  z-index: 5;
  box-shadow: 0 0 0 .7px var(--border-100), 0 10px 15px -3px #0000001a, 0 4px 6px -4px #00000003;
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 150px;
  transition: transform .1s linear, opacity .1s linear;
  display: none;
  position: absolute;
  inset: 42px 0 auto auto;
  overflow: hidden;
  transform: translate(0, -5px);
}

.context-menu-modal.active {
  opacity: 1;
  display: block;
  transform: translate(0);
}

.context-menu-modal-li {
  color: #404452;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin: 4px;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.context-menu-modal-li:hover {
  background-color: var(--ghost-white);
}

.context-menu-modal-li:active {
  background-color: #f1f1f7;
}

.context-menu-modal-li.critical {
  color: #fa1e49;
}

.context-menu-modal-li.critical:hover {
  background-color: #fa1e490f;
}

.context-menu-modal-li.critical:active {
  background-color: #fa1e4914;
}

.context-menu-modal-li.ship-sticky {
  border-bottom: 1px solid var(--ghost-white);
  cursor: default;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 12px 4px;
  position: sticky;
  top: 0;
}

.context-menu-modal-li.ship-date {
  background-image: url('../images/listing-arrow-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.context-menu-modal-li.ship-time {
  background-image: url('../images/listing-arrow-icon.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-attachment: scroll;
}

.context-menu-modal-li.justify-sb {
  justify-content: space-between;
}

.ship-icon-l {
  width: 20px;
  height: 20px;
}

.mb-2 {
  margin-bottom: 2px;
}

.text-align-right {
  text-align: right;
}

.box-shadow-border {
  box-shadow: 0 0 0 1px #deddf2;
}

.mt-18 {
  margin-top: 18px;
}

.carrier-o-logo {
  border-radius: 8px;
  width: 55px;
  height: 45px;
  margin-right: 14px;
  box-shadow: 0 0 0 1px #deddf2;
}

.pagination-icon {
  width: 14px;
  height: 14px;
}

.pagination-btn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 12px;
  padding-left: 9px;
  padding-right: 9px;
  transition: box-shadow .15s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 .5px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.pagination-btn:hover {
  box-shadow: 0 1px 1px #170b3314, 0 0 0 .5px #deddf2, 0 2px 8px #45405214, 0 2px 5px #45405214;
}

.pagination-btn:active {
  background-color: #f7f7fc;
}

.pagination-btn.btn-disabled {
  cursor: default;
}

.pagination-btn.btn-disabled:active {
  background-color: #fff;
}

.shipment-time {
  color: #54536f80;
  text-align: right;
  margin-left: auto;
  font-size: .75rem;
  line-height: 20px;
}

.progress-bar {
  z-index: 0;
  background-image: url('../images/progress-bar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  width: 2px;
  height: 125%;
  position: absolute;
  top: 15px;
  left: 8px;
}

.progress-bar.current {
  background-image: url('../images/status-progress-bar_1status-progress-bar.gif');
  background-position: 50%;
  background-size: cover;
}

.progress-bar.complete {
  background-color: #bae7d2;
  background-image: none;
}

.progress-icon {
  z-index: 1;
  background-color: var(--white);
  background-image: url('../images/stage-pending.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

.progress-icon.complete {
  background-image: url('../images/stage-complete.svg');
  flex: none;
}

.parcel-icon {
  border-radius: 10px;
  width: 48px;
  height: 48px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-22 {
  margin-top: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.text-display-xxl {
  color: var(--midnight-blue);
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 34px;
  transition: opacity .35s cubic-bezier(0, 0, .15, 1);
}

.path-link {
  color: var(--dark-slate-blue);
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.path-link:hover {
  opacity: .7;
}

.path-link.current:hover {
  color: var(--dark-slate-blue);
}

.path-icon {
  background-image: url('../images/breadcrumb-slash-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  flex: none;
  width: 14px;
  height: 18px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 18px;
}

.justify-right {
  justify-content: flex-end;
  display: flex;
}

.no-border {
  border: 0 #0000;
}

.line-h-20 {
  line-height: 20px;
}

.mt-16 {
  margin-top: 16px;
}

.text-display-m {
  letter-spacing: -.01rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-display-m.timeline-heading {
  margin-top: 4px;
  margin-bottom: 24px;
  font-weight: 600;
}

.table-row {
  z-index: auto;
  height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.table-row.shipments {
  cursor: pointer;
  border-bottom: 1px solid #f0f0f7;
}

.table-row.shipments:hover {
  background-color: #f7f7fc;
}

.table-row.billing {
  cursor: default;
  height: 34px;
}

.table-row.table-row-purchase {
  height: 20px;
  margin-bottom: 4px;
}

.table-row.product {
  border-bottom: 1px solid #f4f4fa;
  height: 78px;
}

.table-row.product.last {
  border-bottom-style: none;
}

.table-row.fulfilment-summary {
  height: 70px;
  margin-bottom: -20px;
}

.table-row.h-30 {
  height: 30px;
}

.t-header-text {
  color: #1a1b25;
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 500;
}

.table-header {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: padding-box;
  height: 45px;
  display: flex;
}

.table-header.shipments {
  border-bottom: 1px solid #f0f0f7;
}

.text-sm-light-grey {
  color: #727791;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-sm-light-grey.address-partial-error {
  background-image: url('../images/Address-Mismatch-Error.svg');
  background-position: 0 48%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-attachment: scroll;
  padding-left: 16px;
}

.text-sm-light-grey.address-critical-error {
  background-image: url('../images/Data-Validation-Error.svg');
  background-position: 0 48%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-attachment: scroll;
  padding-left: 16px;
}

.shipment-overview-header {
  flex-direction: column;
  margin-top: 6px;
  margin-bottom: 14px;
  display: flex;
}

.shipment-header {
  grid-template-rows: auto;
  grid-template-columns: 1fr 430px;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.card-banner {
  -webkit-user-select: none;
  user-select: none;
  background-color: #f2f2f7;
  border-radius: 7px;
  align-items: flex-start;
  margin-bottom: 14px;
  padding: 18px;
  display: flex;
  box-shadow: 0 0 0 .7px #c0bfd4;
}

.card-banner.card-banner-critical {
  background-color: #fff4f4;
  border-radius: 7px;
  box-shadow: 0 0 0 1px #e0b3b2;
}

.card-banner.card-banner-success {
  background-color: #f1f8f5;
  box-shadow: 0 0 0 1px #95c9b4;
}

.card-banner.card-banner-main-card {
  margin-bottom: 0;
  padding: 14px;
}

.text-sm-grey {
  color: var(--dark-slate-blue);
  flex: none;
  font-size: .875rem;
  font-weight: 400;
  line-height: 20px;
}

.text-sm-grey.a-center {
  text-align: center;
}

.text-sm-grey.billing-mastercard {
  background-image: url('../images/transactions-mc-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 90px;
  margin-left: auto;
  padding-left: 38px;
}

.text-sm-grey.billing-visa {
  background-image: url('../images/transactions-visa-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 90px;
  margin-left: auto;
  padding-left: 38px;
}

.text-sm-grey.purchase-label-date {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 20px;
}

.text-sm-grey.label-critical-error {
  cursor: default;
  background-image: url('../images/Data-Validation-Error.svg');
  background-position: 0 38%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  padding-left: 16px;
}

.text-sm-grey.banner {
  width: 90%;
}

.text-sm-grey.billing-account {
  background-image: url('../images/billing-account-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 90px;
  margin-left: auto;
  padding-left: 30px;
}

.text-sm-grey.purchase-label-time {
  background-image: url('../images/collection-address-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 18px;
}

.text-sm-grey.signature-pod {
  color: var(--midnight-blue);
  background-image: url('../images/signature-pod.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: auto;
  padding-left: 24px;
}

.text-sm-grey.picture-pod {
  color: var(--midnight-blue);
  background-image: url('../images/picture-pod.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: auto;
  padding-left: 24px;
}

.card-header {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.card-header.a-start {
  align-items: flex-start;
}

.card-header.mb-25 {
  margin-bottom: 25px;
}

.card-header.mb-8 {
  margin-bottom: 8px;
}

.card-header.mb-4 {
  margin-bottom: 4px;
}

.text-sm-500 {
  color: var(--midnight-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.shipment-overview-content {
  grid-column-gap: 14px;
  display: flex;
}

.shipment-timeline-item {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.parcel-details {
  padding: 18px 18px 20px;
}

.card-footer-payment-method {
  align-items: center;
  margin-top: 14px;
  margin-left: 18px;
  margin-right: 18px;
  display: flex;
}

.notice-banner-grey {
  background-color: var(--ghost-white);
  border-radius: 7px;
  align-items: flex-start;
  padding: 6px 12px;
  display: flex;
  box-shadow: 0 0 0 1px #c0bfd4;
}

.center-modal-container {
  z-index: 1000;
  opacity: 0;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #54536f33;
  justify-content: center;
  align-items: center;
  transition: filter .15s linear, opacity .15s linear;
  display: none;
  position: fixed;
  inset: 0%;
}

.center-modal-container.center-modal-container-active {
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: flex;
}

.center-modal {
  border: 1px solid var(--border-200);
  opacity: 0;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
  transition: opacity .15s cubic-bezier(.77, 0, .175, 1), transform .15s cubic-bezier(.77, 0, .175, 1);
  position: relative;
  overflow: visible;
  transform: scale(.9);
  box-shadow: 0 10px 40px #170b331a, 0 26px 80px #45405233;
}

.center-modal.center-modal-active {
  opacity: 1;
  transform: scale(1);
}

.center-modal.width-600 {
  width: 600px;
}

.ship-label {
  box-shadow: 0 0 0 .7px var(--border-100);
  cursor: pointer;
  border-radius: 8px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  display: block;
}

.ship-label.top {
  box-shadow: 0 -.7px 0 0 var(--border-100), -.7px 0 0 0 var(--border-100), .7px 0 0 0 var(--border-100);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ship-label.middle {
  box-shadow: 0 -.7px 0 0 var(--border-100), -.7px 0 0 0 var(--border-100), .7px 0 0 0 var(--border-100);
  border-radius: 0;
}

.ship-label.bottom {
  box-shadow: 0 0 0 .7px var(--border-100);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ship-label.no-cursor {
  cursor: auto;
}

.center-modal-body {
  max-height: 68vh;
  padding: 20px;
  overflow: scroll;
}

.center-modal-body.edit-shipment-modal-body {
  min-height: 55vh;
  max-height: 55vh;
  position: relative;
}

.center-modal-body.auth-overflow-visible, .center-modal-body.create-wh-overflow-visible {
  overflow: visible;
}

.center-modal-footer {
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #deddf2;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  padding: 18px 20px;
  display: flex;
}

.text-l {
  color: var(--midnight-blue);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.carrier-label {
  filter: saturate(110%);
  width: 70px;
  margin-right: 8px;
}

.context-menu-modal-divider {
  background-color: #f4f4fa;
  height: .7px;
}

.btn-p-loader {
  background-color: var(--grey-100);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.btn-p-loader.btn-p-loader-active {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-p-spinner {
  border: 2px solid #54536fa6;
  border-top-color: #0000;
  border-radius: 100%;
  flex: none;
  width: 16px;
  height: 16px;
}

.file-upload-drop-area {
  background-color: var(--pressed-white);
  cursor: pointer;
  border: 1px dashed #bab8d9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 170px;
  margin-bottom: 14px;
  padding-top: 14px;
  display: flex;
}

.file-uploaded-container {
  border: 1px solid #deddf2;
  border-radius: 8px;
  align-items: center;
  height: 52px;
  margin-bottom: 14px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.remove-uploaded-file {
  cursor: pointer;
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: auto;
}

.remove-uploaded-file:hover {
  opacity: .5;
}

.uploaded-file-icon {
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.btn-icon {
  -webkit-user-select: none;
  user-select: none;
  width: 14px;
  height: 14px;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.btn-icon.rotate-180 {
  transform: rotate(180deg);
}

.btn-icon.opacity-85 {
  opacity: .85;
}

.inline-block {
  display: inline-block;
}

.shipment-row-btn {
  opacity: 0;
  color: #414552;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 9px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .1s cubic-bezier(.77, 0, .175, 1), box-shadow .1s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  box-shadow: inset 0 1px #fff, inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.shipment-row-btn:hover {
  box-shadow: inset 0 1px #fff, inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 3px 8px #4540520d, 0 2px 5px #45405214;
}

.shipment-row-btn:active {
  background-color: #f7f7fc;
}

.shipment-row-btn.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.shipment-row-btn.center {
  border-radius: 0;
}

.shipment-row-btn.active {
  opacity: 1;
}

.table-cell-waybill-col {
  z-index: 1;
  background-color: #fff;
  border-right: 1px solid #0000;
  flex: 1 0 auto;
  align-items: center;
  width: 200px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-cell-waybill-col.active {
  border-right-color: #f0f0f7;
}

.edit-shipment-map {
  background-image: url('../images/Map-Tile-Asset.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 16px;
  border-radius: 8px;
  width: 100%;
  height: 170px;
}

.modal-tabs {
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  margin-top: -10px;
  margin-bottom: -1px;
  display: flex;
}

.modal-tab {
  color: var(--dark-slate-blue);
  cursor: pointer;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: -2px;
  margin-right: 30px;
  padding-top: 2px;
  font-size: .875rem;
  font-weight: 500;
  transition: border-color .15s linear;
  display: flex;
}

.modal-tab:hover {
  color: var(--midnight-blue);
}

.modal-tab.active {
  border-bottom: 1px solid var(--palpatine-purple);
  color: var(--palpatine-purple);
}

.center-modal-header {
  z-index: 2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .1s linear;
  display: flex;
  position: relative;
}

.center-modal-header.border {
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #0000;
  display: block;
  box-shadow: 0 0 0 1px #deddf2a6;
}

.center-modal-header.center-modal-header-active {
  box-shadow: 0 0 0 1px #deddf2a6;
}

.center-modal-header.flex-y {
  flex-flow: column;
}

.p-0 {
  padding: 0;
}

.labels-desc {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 40px;
  display: flex;
}

.labels-desc.a-right {
  align-items: flex-end;
  margin-left: auto;
}

.purchase-modal-card-icon {
  width: 25px;
  height: 18px;
  margin-left: 6px;
}

.purchase-modal-card-icon.mastercard {
  background-image: url('../images/transactions-mc-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.purchase-modal-card-icon.visa {
  background-image: url('../images/transactions-visa-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.carrier-logo-fallback {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 600px 44px;
  border-radius: 6px;
  width: 44px;
  min-width: 44px;
  height: 34px;
  min-height: 34px;
  max-height: 34px;
  margin-right: 14px;
}

.text-sm-fallback {
  border-radius: 4px;
  width: 80px;
  height: 12px;
}

.text-sm-fallback.width-60 {
  width: 60px;
}

.text-sm-fallback.width-100 {
  width: 100px;
}

.mb-6 {
  margin-bottom: 6px;
}

.center-modal-gif {
  border-radius: 8px;
  margin-right: auto;
  display: none;
}

.btn-critical {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fa1e49;
  border-radius: 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: 12px;
  padding-left: 10px;
  padding-right: 11px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition-property: box-shadow, background-color;
  transition-duration: .15s, 80ms;
  transition-timing-function: cubic-bezier(.86, 0, .07, 1), linear;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px #ff8fa599, inset 0 4px 12px #ff8fa533, 0 1px 1px #170b331f, 0 0 0 .7px #c7183a, 0 0 #0000, 0 2px 5px #4540521f;
}

.btn-critical:hover {
  opacity: .9;
}

.btn-critical:active {
  opacity: 100;
}

.btn-critical.a-left {
  margin-left: 0;
  margin-right: auto;
}

.edit-shipment-title-input {
  opacity: 0;
  outline-offset: 0px;
  color: var(--dark-slate-blue);
  background-color: #0000;
  border: 1px #000;
  outline: 0 #0000;
  transition: opacity .15s linear;
}

.edit-shipment-title-input.edit-shipment-title-input-active {
  opacity: 1;
}

.edit-shipment-original-address {
  color: #170b33;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 18px;
  padding: 7px 10px;
  font-size: .937rem;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .15s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.edit-shipment-original-address:hover {
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 2px 8px #45405214, 0 2px 5px #45405214;
}

.edit-shipment-original-address:active {
  background-color: #f7f7fc;
}

.close-modal-btn {
  box-shadow: 0 0 0 .7px var(--border-100), 0 -14px 18px -20px #f8f8fa, 0 1px 1px 0 #170b3314, 0 2px 5px 0 #45405214;
  color: #404452;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: 12px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition-property: color, background-color;
  transition-duration: 80ms, 50ms;
  transition-timing-function: linear, linear;
  display: flex;
}

.close-modal-btn:hover {
  background-color: var(--hover-white);
  color: #1a1b24;
}

.close-modal-btn:active {
  background-color: var(--pressed-white);
}

.close-modal-btn.a-right {
  margin-left: auto;
}

.close-modal-btn.a-left {
  margin-left: 0;
}

.shipment-row-context-btn {
  opacity: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0 8px 8px 0;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 9px;
  padding-right: 10px;
  transition: opacity .1s cubic-bezier(.77, 0, .175, 1), box-shadow .1s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.shipment-row-context-btn:active {
  background-color: #f7f7fc;
}

.shipment-row-context-btn.active {
  opacity: 1;
}

.shipment-timeline-desc {
  opacity: .3;
  flex: 1;
}

.shipment-timeline-desc.complete {
  opacity: 1;
}

.collection-context-menu {
  z-index: 2;
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  max-height: 174px;
  transition: transform .1s linear, opacity .1s linear;
  display: none;
  position: absolute;
  inset: 44px 0 auto;
  overflow: hidden;
  transform: translate(0, -5px);
  box-shadow: 0 0 0 1px #deddf2, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #00000003;
}

.collection-context-menu.active {
  z-index: 3;
  opacity: 1;
  display: block;
  overflow: scroll;
  transform: translate(0);
}

.collection-context-menu.collection-time {
  width: 300px;
  left: auto;
}

.carrier-rates-listing-banner {
  background-color: #fff4f4;
  border-radius: 6px;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  box-shadow: 0 0 0 1px #e0b3b2;
}

.carrier-rates-listing-banner-icon {
  width: 12px;
  height: 12px;
}

.info-banner {
  background-color: var(--ghost-white);
  border-radius: 8px;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.card-footer-divider {
  border-top: 1px solid #deddf2bf;
  width: 100%;
  height: 1px;
}

.card-footer-divider.m-top-none {
  margin-top: 0;
}

.card-footer-divider.purchase-labels {
  border-top-color: #deddf2;
  margin-top: 14px;
  margin-bottom: 14px;
}

.main-card-content {
  width: 100%;
  height: calc(100% - 67px);
  padding: 20px 16px 18px;
  overflow: scroll;
}

.main-card-content.scroll {
  overflow: scroll;
}

.nd-waypoint-container {
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 1px 0 #170b3314, 0 0 0 0 transparent, 0 2px 5px 0 #45405214;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 14px 10px 12px;
  transition: box-shadow .15s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.nd-waypoint-container:active {
  background-color: #f7f7fc;
}

.nd-waypoint-container.a-right {
  margin-left: auto;
}

.nd-waypoint-container.a-left {
  margin-left: 0;
}

.nd-waypoint-container.btn-disabled {
  cursor: default;
}

.nd-waypoint-container.btn-disabled:active {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.nd-waypoint-container.shipment-items-per-page {
  margin-left: 0;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
}

.nd-waypoint-container.upload-file {
  width: 98px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.nd-waypoint-container.bottom {
  cursor: default;
  border-radius: 0 0 8px 8px;
  margin-bottom: 24px;
}

.nd-waypoint-container.top {
  cursor: default;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.nd-waypoint-container.middle {
  cursor: default;
  border-radius: 0;
  margin-bottom: 0;
}

.image-9 {
  filter: saturate(130%);
}

.main-card-footer {
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #deddf2bf;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 1px;
}

.shipment-map-overlay {
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 80ms linear;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.shipment-map-overlay:hover {
  background-color: #170b330d;
}

.text-italic {
  font-style: italic;
}

.listing-search-suggestions {
  z-index: 3;
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  transition: transform .1s linear, opacity .1s linear;
  display: none;
  position: absolute;
  inset: 45px 0% auto;
  transform: translate(0, -10px);
  box-shadow: 0 0 0 1px #deddf2, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #00000003;
}

.listing-search-suggestions.active {
  opacity: 1;
  display: none;
  transform: translate(0);
}

.listing-search-h {
  justify-content: space-between;
  padding: 6px;
  display: flex;
}

.listing-search-li {
  color: var(--dark-slate-blue);
  cursor: pointer;
  border-radius: 8px;
  margin-top: 2px;
  padding: 6px 8px 6px 6px;
  font-size: .875rem;
}

.listing-search-li:hover {
  background-color: #f7f7fc;
}

.listing-search-li:active {
  background-color: var(--ghost-white);
}

.listing-search-key {
  color: var(--midnight-blue);
  background-color: #edeef7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.listing-search-example {
  float: right;
  color: #54536f80;
}

.pod-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 20px;
  display: grid;
  overflow: hidden;
}

.image-pod {
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
}

.image-pod:hover {
  opacity: .75;
}

.side-modal-container {
  z-index: 1000;
  opacity: 0;
  background-color: #54536f33;
  justify-content: flex-end;
  align-items: center;
  transition: opacity .12s linear;
  display: none;
  position: fixed;
  inset: 0%;
}

.side-modal-container.side-modal-container-active {
  opacity: 1;
  display: flex;
}

.side-modal {
  border: 1px solid var(--border-200);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 365px;
  transition: transform .2s cubic-bezier(.696, .095, .251, 1.089);
  display: flex;
  position: absolute;
  top: 37px;
  bottom: 9px;
  right: 7px;
  transform: translate(110%);
  box-shadow: 0 26px 80px #45405233, 0 10px 40px #170b331a;
}

.side-modal.side-modal-active {
  transform: translate(0);
}

.side-modal-footer {
  border-top: 1px solid var(--lavender);
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 18px 15px;
  display: flex;
}

.pod-details {
  box-shadow: 0 0 0 .7px var(--border-100);
  border-radius: 8px;
  align-items: center;
  margin-top: 25px;
  margin-left: 18px;
  margin-right: 18px;
  padding: 10px 12px;
  font-size: .875rem;
  display: flex;
}

.pod-details.order-pod {
  margin-bottom: 20px;
}

.pod-details-bold {
  margin-right: auto;
  font-weight: 500;
}

.nd-waypoint-pickup {
  background-image: url('../images/sender-icon.svg');
  background-position: -3px 0;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin-bottom: 2px;
  padding-left: 22px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.nd-waypoint-dropoff {
  background-image: url('../images/recipient-icon.svg');
  background-position: -3px 0;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin-bottom: 2px;
  padding-left: 22px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.rates-sla-mask {
  color: var(--dark-slate-blue);
  text-align: right;
  width: 162px;
  height: 15px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 15px;
  position: relative;
  overflow: hidden;
}

.rates-eta {
  z-index: 1;
  transition: opacity .15s linear;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rates-driver-profile {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 35px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 26px;
  left: 52px;
}

.ship-label-header {
  margin-left: -11px;
  display: flex;
  position: relative;
}

.ship-label-time {
  flex: 1;
  margin-top: 18px;
  margin-bottom: 4px;
}

.flex-grow {
  flex: 1;
}

.collection-date-btn {
  box-shadow: 0 1px 1px 0 #170b3314, 0 0 0 .7px var(--border-100), 0 0 0 0 transparent, 0 2px 5px 0 #45405214;
  color: #170b33;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding-left: 9px;
  padding-right: 10px;
  font-size: .937rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow .15s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.collection-date-btn:hover {
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 2px 8px #45405214, 0 2px 5px #45405214;
}

.collection-date-btn:active {
  background-color: #f7f7fc;
}

.carrier-track-driver-map-container {
  width: 100%;
  height: 390px;
  position: relative;
}

.carrier-track-driver-card {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 82px;
  padding-left: 16px;
  padding-right: 4px;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 13px;
  right: 12px;
  box-shadow: 0 1px 10px #170b331a;
}

.carrier-track-driver-details {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.license-plate-no {
  border-radius: 6px;
  margin-left: 10px;
  padding: 1px 6px;
  display: inline-block;
  box-shadow: 0 0 0 1px #deddf2;
}

.carrier-eta-span {
  float: right;
  opacity: 0;
  background-image: url('../images/sender-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-top: 6px;
  padding-left: 22px;
  font-size: .875rem;
  font-weight: 400;
  transition: opacity .15s linear;
}

.carrier-eta-span.carrier-eta-span-active {
  opacity: 1;
}

.carrier-track-driver-map {
  background-image: url('../images/Map-Tile-Asset.svg');
  background-position: 50%;
  background-size: 12px 12px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.carrier-o-logo-fallback {
  border-radius: 8px;
  width: 55px;
  height: 45px;
  margin-right: 14px;
}

.card-sticky-header {
  z-index: 2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 18px;
  transition: box-shadow .1s linear;
  position: relative;
}

.card-sticky-header.card-sticky-header-active {
  box-shadow: 0 0 4px #0000001a;
}

.add-pod-item {
  cursor: pointer;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 14px 16px;
  transition: background-color 80ms linear;
  display: flex;
  box-shadow: 0 2px 5px #0000, 0 0 0 1px #deddf2;
}

.add-pod-item:hover {
  background-color: var(--hover-white);
}

.add-pod-item:active {
  background-color: var(--pressed-white);
}

/* don't overwrite */
.add-pod-item-selected .pod-item-tick {
  display: block;
}

.pod-item-img {
  width: 16px;
  height: 16px;
  margin-top: -20px;
  margin-right: 14px;
}

.pod-item-tick {
  width: 18px;
  height: 18px;
  margin-left: auto;
  display: block;
}

.pod-btn {
  color: #3d394f;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: .875rem;
  font-weight: 500;
  transition-property: background-color, box-shadow;
  transition-duration: 80ms, .15s;
  transition-timing-function: linear, cubic-bezier(.86, 0, .07, 1);
  display: flex;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 .7px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.pod-btn:hover {
  background-color: var(--hover-white);
}

.pod-btn:active {
  background-color: var(--pressed-white);
}

.mb-16 {
  margin-bottom: 16px;
}

.rates-eta-1 {
  z-index: 0;
  opacity: 0;
  transition: opacity .15s linear;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.shortcut-suggestions {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: auto;
  max-height: 210px;
  transition: transform .1s linear, opacity .1s linear;
  display: none;
  position: absolute;
  top: 71px;
  overflow: scroll;
  transform: translate(0, -10px);
  box-shadow: 0 0 0 .7px #bebcd999, 0 4px 6px -4px #0000001a, 0 10px 15px -3px #0000001a;
}

.shortcut-suggestions.active {
  opacity: 1;
  transform: translate(0);
}

.shortcut-item {
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  height: 40px;
  margin: 4px;
  padding: 4px 10px;
  display: flex;
}

.shortcut-item:hover {
  background-color: #f3f2f7;
}

.ship-time-context-modal {
  z-index: 2;
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  max-height: 172px;
  transition: transform .1s linear, opacity .1s linear;
  display: none;
  position: absolute;
  inset: 44px 0 auto auto;
  overflow: hidden;
  transform: translate(0, -5px);
  box-shadow: 0 0 0 1px #deddf2, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #00000003;
}

.ship-time-context-modal.active {
  z-index: 3;
  opacity: 1;
  display: block;
  overflow: scroll;
  transform: translate(0);
}

.rates-info-icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ship-label-profile {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 35px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 12px;
  left: 40px;
}

.refresh-rates {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-height: 55vh;
  padding-bottom: 30px;
  display: none;
  position: absolute;
  inset: 0%;
}

.refresh-rates.active {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 20px;
  height: 20px;
}

.refresh-rates-container {
  text-align: center;
  width: 80%;
}

.key-shortcut-w-inline {
  color: var(--dark-slate-blue);
  background-color: #edeef7;
  border-radius: 5px;
  width: 17px;
  height: 17px;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  display: inline-block;
}

/* don't overwrite */
.pac-container {
  max-height: 180px;
  background-color: #fff;
  border: 0 #000;
  border-radius: 8px;
  position: absolute;
  top: 209px;
  overflow: scroll;
  width: 388px;
  max-height: 180px;
  border: 0px none #000;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 0 0.7px var(--border-100), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 11px);
  -ms-transform: translate(0px, 11px);
  transform: translate(0px, 11px);
  z-index: 1002;
}

/* don't overwrite */
.pac-item {
  overflow: hidden;
  height: 40px;
  margin: 4px;
  padding: 4px 10px;
  border: 0px none #000;
  border-radius: 6px;
  color: rgba(84, 83, 111, 0.82);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 230%;
  letter-spacing: 0px;
  white-space: nowrap;
  cursor: pointer;
  border: 0 #000;
  border-radius: 6px;
  margin: 4px;
  padding: 4px 10px;
  font-size: .9375rem;
  overflow: hidden;
}

.pac-item:hover {
  background-color: #f3f2f7;
}


/* don't overwrite */
.hdpi.pac-icon,
.pac-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('../images/pickup-address-suggestion-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-bottom: 0px;
  background-image: url('../images/pickup-address-suggestion-icon.svg') !important;
  background-position: 50% 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

/* don't overwrite */
.pac-item-query {
  display: inline;
  overflow: hidden;
  height: 20px;
  color: rgba(84, 83, 111, .82);
  white-space: nowrap;
  margin-right: 2px;
  color: rgba(84, 83, 111, 0.82);
  font-size: .875rem;
  font-weight: 400;
  white-space: nowrap;
}

/* don't overwrite */
.pac-matched {
  color: #170b33;
  height: 20px;
  font-size: 15px;
  font-weight: 400;
  }

/* don't overwrite */
.hdpi.pac-logo:after,
.pac-logo:after {
  display: none !important;
}

.shortcut-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.shortcut-item-text {
  color: #170b33;
  height: 20px;
  font-size: .875rem;
  font-weight: 400;
  display: block;
  overflow: hidden;
}

.shortcut-item-text._500-weight {
  font-weight: 500;
}

.mt-4 {
  margin-top: 4px;
}

.rates-container-disabled {
  opacity: .6;
  cursor: default;
  border-radius: 8px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 68px;
  padding-left: 6px;
  padding-right: 16px;
  transition: box-shadow .15s linear;
  display: flex;
  box-shadow: 0 1px 1px #0000, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #0000;
}

.rates-container-disabled.selected {
  box-shadow: 0 1px 1px 0 transparent, 0 0 0 1px var(--palpatine-purple), 0 0 0 0 transparent, 0 2px 5px 0 transparent;
}

.a-end {
  align-items: flex-end;
  display: flex;
}

.mb-30 {
  margin-bottom: 30px;
}

.edit-parcel-container {
  border-bottom: 1px solid #deddf280;
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.edit-parcel-container.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.rates-m-fallback {
  border-radius: 5px;
  height: 17px;
}

.rates-m-fallback._w-60 {
  width: 60px;
}

.rates-sm-fallback {
  border-radius: 5px;
  height: 12px;
}

.rates-sm-fallback._w-60 {
  width: 60px;
}

.rates-sm-fallback._w-40 {
  width: 40px;
}

.rates-sm-fallback._w-90 {
  width: 90px;
}

.rates-icon-fallback {
  border-radius: 6px;
  width: 64px;
  height: 40px;
  margin-right: 16px;
}

.parcel-li {
  border-bottom: 1px solid #deddf280;
  grid-template-rows: auto;
  grid-template-columns: 1fr 430px;
  grid-auto-columns: 1fr;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.parcel-li.mt-40 {
  margin-top: 40px;
}

.parcel-li.justify-sb {
  justify-content: space-between;
}

.parcel-li.last {
  border-bottom-style: none;
}

.toast-container {
  grid-column-gap: 12px;
  opacity: 0;
  background-color: #20212f;
  border-radius: 8px;
  align-items: center;
  min-width: 260px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 12px 16px 12px 14px;
  transition: transform .2s cubic-bezier(.731, .13, .164, 1.153), opacity .2s linear;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 100%);
  box-shadow: 0 4px 10px #00000040, 0 0 0 1px #262733;
}

.toast-container.active {
  opacity: 1;
  transform: translate(0);
}

.toast-icon {
  width: 16px;
  height: 16px;
}

/*  don't overwrite */
.toast-loader-container {
  width: 280px;
  height: 4px;
  border-radius: 4px;
  margin-top: 12px;
  margin-bottom: 4px;
  overflow: hidden;
  animation: toast-pulse 1s linear; 
  animation-delay: 3ms;
  animation-duration: 2s;
}

/*  don't overwrite */
@keyframes toast-pulse {
  0% {opacity: .3;}
  33% {opacity: 1;}
  66% {opacity: .3;}
  100% {opacity: 1;}
}

/*  don't overwrite */
.toast-loader {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.25) 60%);
  background-size: 300% 100%;
  animation: toast-loader 1s linear infinite;
  animation-delay: 2s;
}

/*  don't overwrite */
@keyframes toast-loader {
  0% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.toast-contents {
  flex: 1;
}

.text-sm-15 {
  color: var(--midnight-blue);
  font-size: .9375rem;
  line-height: 1.4;
}

.text-sm-15.white {
  color: #fff;
}

.js-notification-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  height: 0;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 10px 0;
}

.accordion {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--lavender);
  max-height: 46px;
  transition: max-height .25s cubic-bezier(.77, 0, .175, 1);
  overflow: hidden;
}

.accordion.first {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.accordion.last {
  border-bottom-style: solid;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 12px;
}

.accordion.open {
  max-height: 800px;
}

.side-modal-body {
  padding: 10px 15px 15px;
  overflow: scroll;
}

.accordion-header {
  color: var(--midnight-blue);
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 430px;
  grid-auto-columns: 1fr;
  padding: 13px 16px 12px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.accordion-header.mt-40 {
  margin-top: 40px;
}

.accordion-header.justify-sb {
  justify-content: space-between;
}

.accordion-body {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 0;
  flex-direction: column;
  padding-bottom: 18px;
  padding-left: 14px;
  padding-right: 14px;
  transition: opacity .18s linear;
  display: flex;
}

.accordion-body.active {
  opacity: 1;
}

.accordion-arrow {
  margin-left: auto;
  transition: transform .2s cubic-bezier(.731, .13, .164, 1.153);
}

.accordion-arrow.active {
  transform: rotate(180deg);
}

.checkbox-divider {
  background-color: #f4f4fa;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.side-modal-header {
  padding: 20px 15px 10px;
  transition: box-shadow .1s linear;
  position: sticky;
  box-shadow: 0 0 #0000;
}

.side-modal-header.side-modal-header-active {
  box-shadow: 0 0 4px #0000001a;
}

.btn-v-divider {
  background-color: #deddf2;
  width: 1px;
  height: 50%;
  margin-left: 8px;
  margin-right: 8px;
}

.text-p {
  color: var(--palpatine-purple);
}

.btn-w-loader {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.btn-w-loader.btn-w-loader-active {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-w-spinner {
  border: 2px solid #54536fa6;
  border-top-color: #0000;
  border-radius: 100%;
  flex: none;
  width: 16px;
  height: 16px;
}

.btn-g {
  color: #404452;
  cursor: pointer;
  background-color: #f2f2f7;
  border-radius: 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 500;
  transition: background-color 50ms linear;
  display: flex;
  position: relative;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 .5px #c0bfd4, 0 0 #0000, 0 2px 5px #45405214;
}

.btn-g:active {
  background-color: #ebebf2;
}

.btn-g.a-right {
  margin-left: auto;
}

.btn-g.btn-g-loading {
  box-shadow: 0 1px 1px 0 #170b3314, 0 0 0 1px var(--lavender), 0 0 0 0 transparent, 0 2px 5px 0 #45405214;
  cursor: default;
}

.btn-g-loader {
  background-color: #f2f2f7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.btn-g-loader.btn-g-loader-active {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cancel-btn-full-width {
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 1px 0 #170b3314, 0 2px 5px 0 #45405214;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 80ms linear;
  display: flex;
}

.cancel-btn-full-width:hover {
  background-color: var(--hover-white);
  color: #1a1b24;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 2px 8px #45405214, 0 2px 5px #45405214;
}

.cancel-btn-full-width:active {
  background-color: var(--pressed-white);
}

.settings-badge {
  filter: saturate(120%);
  color: #4d495c;
  background-color: #edeef7;
  background-image: url('../images/pending-badge-icon.svg');
  background-position: 7px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border-radius: 40px;
  align-items: center;
  height: 20px;
  padding: 2px 8px 2px 21px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
}

.settings-badge.active {
  color: #44594f;
  background-color: #b9efcf;
  background-image: url('../images/tick-badge-icon.svg');
}

.justify-left {
  justify-content: flex-start;
  display: flex;
}

.shipment-timeline-location {
  color: #54536f80;
  text-transform: capitalize;
  background-image: url('../images/location-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 15px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 20px;
}

.width-410 {
  width: 410px;
  min-width: 410px;
}

.delivery-timeline-container {
  box-shadow: 0 0 0 .7px var(--border-100), inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px 0 #170b3314, 0 2px 5px 0 #4540520a;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 12px 12px 12px 10px;
  transition: background-color 80ms linear;
  display: flex;
  position: relative;
}

.delivery-timeline-container:hover {
  background-color: var(--hover-white);
}

.delivery-timeline-container:active {
  background-color: var(--pressed-white);
}

.timeline-tick-container-1 {
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.m-0 {
  margin: 0;
}

.channel-l-logo {
  border-radius: 6px;
  width: 36px;
  min-width: 36px;
  height: 32px;
  min-height: 32px;
  margin-right: 14px;
  box-shadow: 0 0 0 1px #deddf2;
}

.action-menu {
  z-index: 999;
  opacity: 0;
  background-color: #1e1e23;
  border-radius: 14px;
  flex-direction: row;
  justify-content: center;
  padding: 12px;
  transition: opacity .2s linear, transform .2s cubic-bezier(.731, .13, .164, 1.153);
  display: flex;
  position: relative;
  transform: translate(0, 70px);
  box-shadow: 0 0 0 1px #000;
}

.action-menu.active {
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transform: translate(0, -62px);
}

.btn-b {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #353540;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: 12px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  transition: border 80ms linear, background-color 80ms linear;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 1px #484859;
}

.btn-b:active {
  background-color: #2e2e39;
  box-shadow: 0 0 0 1px #3d3d50;
}

.btn-b.a-left {
  margin-left: 0;
}

.key-shortcut-b {
  color: #fff;
  background-color: #545466;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.key-shortcut-b.key-shortcut-delete {
  width: 30px;
}

.selector-count {
  color: #fff;
  text-align: center;
  cursor: default;
  border: 1px dashed #484859;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.selector-count.a-left {
  margin-left: 0;
}

.context-menu-btn-b {
  cursor: pointer;
  background-color: #353540;
  background-image: url('../images/context-menu-icon-w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 37px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  transition: border 80ms linear, background-color 80ms linear;
  position: relative;
  box-shadow: 0 0 0 1px #484859;
}

.context-menu-btn-b:active {
  background-color: #2e2e39;
  box-shadow: 0 0 0 1px #3d3d50;
}

.mr-4 {
  margin-right: 4px;
}

.order-overview-header {
  flex-direction: column;
  margin-bottom: 14px;
  display: flex;
}

.order-overview-content {
  grid-column-gap: 14px;
  display: flex;
}

.product-image {
  border-radius: 8px;
  width: 42px;
  height: 42px;
}

.product-image-container {
  flex: none;
  margin-right: 16px;
  position: relative;
}

.product-counter {
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: -3px -3px auto auto;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #deddf2;
}

.product-row {
  border-bottom: 1px solid #f4f4fa;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.product-row.last {
  border-bottom-style: none;
}

.width-495 {
  width: 495px;
  min-width: 495px;
}

.product-desc-col {
  align-items: center;
  width: 340px;
  height: 100%;
  display: flex;
}

.product-badge-col-old {
  align-items: center;
  width: 160px;
  height: 100%;
  display: flex;
}

.product-weight-col-old {
  flex: 1;
  align-items: center;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.product-qty-col {
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.product-total-col-old {
  justify-content: flex-end;
  align-items: center;
  width: 140px;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.temp-spacer {
  height: 20px;
}

.card-body {
  padding: 20px 18px;
}

.order-address-map {
  background-image: url('../images/Map-Tile-Asset.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 14px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.order-shipping-address {
  border-radius: 8px;
  align-items: center;
  height: 42px;
  margin-bottom: 2px;
  padding: 14px 12px;
  display: flex;
  box-shadow: 0 0 0 1px #deddf2;
}

.order-fulfilment {
  border-radius: 8px;
  margin-top: 14px;
  padding: 16px;
  box-shadow: 0 0 0 1px #deddf2;
}

.fulfilment-progress-container {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.fulfilment-progress-container.last {
  margin-bottom: 0;
}

.text-avatar {
  color: #4f417e;
  background-color: #eedcff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.comment-input {
  cursor: text;
  background-color: #fff;
  border: 1px solid #deddf2;
  border-radius: 8px;
  width: 100%;
  height: 32px;
  padding: 8px 10px;
  font-size: .875rem;
  transition: all .3s cubic-bezier(.45, 0, .15, 1);
  position: relative;
}

.timeline-comment {
  background-color: #f7f7fa;
  border-radius: 10px;
  margin-top: 14px;
  padding: 12px;
}

.timeline-attachment {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  align-items: flex-start;
  width: 220px;
  padding: 8px 10px;
  transition: box-shadow .15s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  box-shadow: 0 1px 1px #170b330d, 0 0 0 1px #deddf2, 0 2px 5px #4540520d;
}

.timeline-attachment:hover {
  box-shadow: 0 1px 1px #170b331f, 0 0 0 1px #deddf2, 0 2px 5px #4540521f;
}

.timeline-attachment:active {
  background-color: #f7f7fc;
}

.timeline-attachment-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  max-width: 804px;
  margin-bottom: 22px;
  display: flex;
}

.text-m-grey {
  color: var(--dark-slate-blue);
  font-size: .937rem;
  font-weight: 500;
  line-height: 120%;
}

.comment-at-user {
  color: #4d495c;
  background-color: #e8e9f2;
  border-radius: 6px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
}

.attachment-icon {
  margin-top: 2px;
}

.attachment-icon.left {
  margin-right: 10px;
}

.attachment-icon.right {
  margin-left: auto;
}

.comment-input-upload-attachment {
  opacity: .5;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 4px;
  position: absolute;
  top: 4px;
  right: 8px;
}

.comment-input-upload-attachment:hover {
  opacity: 1;
}

.comment-date-container {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.read-receipt-icon {
  min-width: 14px;
  min-height: 14px;
  margin-right: 10px;
}

.text-avatar-sm {
  color: #4f417e;
  background-color: #eedcff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  font-size: .437rem;
  font-weight: 600;
  display: flex;
}

.parcels-accordion-header {
  align-items: center;
  display: flex;
}

.image-11 {
  margin-right: 16px;
}

.parcels-accordion {
  cursor: pointer;
  max-height: 52px;
  margin-top: 20px;
  transition: max-height .25s cubic-bezier(.77, 0, .175, 1);
  overflow: hidden;
}

.parcels-accordion.open {
  max-height: 710px;
}

.parcels-accordion-body {
  opacity: 0;
  padding-top: 24px;
  transition: opacity .18s linear;
}

.parcels-accordion-body.active {
  opacity: 1;
}

.card-section {
  border-top: 1px solid #deddf2;
  padding: 20px 18px;
}

.text-display-l-grey {
  color: var(--dark-slate-blue);
  font-size: 1.125rem;
  font-weight: 400;
}

.text-xsm-light-grey {
  color: var(--dark-slate-blue);
  font-size: .8125rem;
  font-weight: 400;
}

.fulfill-collection-address {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2px;
  padding: 10px 14px 10px 12px;
  display: flex;
  box-shadow: 0 0 0 1px #deddf2;
}

.fulfill-collection-address:active {
  background-color: #f7f7fc;
}

.rates-contanier-stacked {
  z-index: 0;
  opacity: .6;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 370px;
  height: 8px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -2px;
  box-shadow: 0 0 0 1px #deddf2, 0 4px 8px #0000, 0 2px 5px #45405214;
}

.width-430 {
  width: 430px;
  min-width: 430px;
  height: 700px;
  position: sticky;
  top: 64px;
}

.fulfill-counter-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.fulfill-counter-divider {
  background-color: #f4f4fa;
  width: 1px;
  height: 18px;
}

.fulfill-counter-divider.left {
  margin-left: -1px;
  margin-right: auto;
}

.fulfill-counter-divider.right {
  margin-left: auto;
  margin-right: -1px;
}

.fulfill-counter {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 102px;
  height: 28px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 1px #deddf2;
}

.fulfill-counter-minus {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 100%;
  display: flex;
}

.fulfill-counter-minus:active {
  background-color: var(--pressed-white);
}

.fulfil-counter-body {
  color: var(--midnight-blue);
  flex: none;
  align-items: center;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .8125rem;
  font-weight: 500;
  display: flex;
}

.fulfill-counter-plus {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 100%;
  display: flex;
}

.fulfill-counter-plus:active {
  background-color: var(--pressed-white);
}

.product-badge {
  color: #4d495c;
  background-color: #edeef7;
  border-radius: 40px;
  flex: none;
  align-items: center;
  height: 20px;
  padding: 2px 8px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.product-badge.unfulfilled {
  color: #6c320c;
  background-color: #fef0c8;
}

.product-badge.partial {
  color: #3e2f6f;
  background-color: #f5eaff;
}

.add-shortcut-map {
  background-image: url('../images/Map-Tile-Asset.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 16px;
  border-radius: 8px;
  width: 100%;
  height: 170px;
  margin-bottom: 18px;
}

.mb-1 {
  margin-bottom: 1px;
}

.pt-4 {
  padding-top: 4px;
}

.tag-id-text {
  color: var(--dark-slate-blue);
  font-size: .875rem;
  display: inline-block;
}

.tag-id-text.tag-id-valid {
  background-image: url('../images/green-tick-icon.svg');
  background-position: 100% 46%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding-right: 18px;
}

.tag-id-text.tag-id-invalid {
  background-image: url('../images/error-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding-right: 16px;
}

.card-number {
  width: 26px;
  position: absolute;
  inset: auto 10px 8px auto;
}

.center-popup-map {
  background-image: url('../images/Map-Tile-Asset.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 16px;
  border-radius: 8px;
  width: 100%;
  height: 170px;
}

.context-menu-modal-b {
  z-index: 5;
  opacity: 0;
  background-color: #1e1e23;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 150px;
  transition: transform .1s linear, opacity .1s linear;
  display: none;
  position: absolute;
  bottom: 52px;
  left: auto;
  right: 0;
  overflow: hidden;
  transform: translate(0, 5px);
  box-shadow: 0 0 0 1px #000, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #00000003;
}

.context-menu-modal-b.active {
  opacity: 1;
  display: block;
  transform: translate(0);
}

.context-menu-modal-li-b {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin: 4px;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.context-menu-modal-li-b:hover {
  background-color: #353540;
}

.context-menu-modal-li-b:active {
  background-color: #2e2e39;
}

.context-menu-modal-li-b.critical {
  color: #fa1e49;
}

.context-menu-modal-li-b.critical:hover {
  background-color: #fa1e490f;
}

.context-menu-modal-li-b.critical:active {
  background-color: #fa1e4914;
}

.context-menu-modal-li-b.ship-sticky {
  border-bottom: 1px solid var(--ghost-white);
  cursor: default;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 12px 4px;
  position: sticky;
  top: 0;
}

.context-menu-modal-li-b.ship-sticky:hover {
  background-color: #fff;
}

.context-menu-modal-li-b.ship-date {
  background-image: url('../images/listing-arrow-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.context-menu-modal-li-b.ship-time {
  background-image: url('../images/listing-arrow-icon.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-attachment: scroll;
}

.context-menu-modal-divider-b {
  background-color: #373746;
  height: 1px;
}

.div-block-9 {
  width: 100px;
  height: 50px;
}

.settings-card-tabs {
  border-bottom: 1px solid #deddf2;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  margin: -20px -20px 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.waypoint-details {
  flex: 1;
  width: 100%;
}

.center-modal-li {
  cursor: pointer;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 14px 16px;
  transition: box-shadow .15s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  box-shadow: 0 2px 5px #0000, 0 0 0 1px #deddf2;
}

.center-modal-li:hover {
  box-shadow: 0 2px 5px #45405214, 0 0 0 1px #deddf2;
}

.center-modal-li:active {
  background-color: #f7f7fc;
}

.center-modal-map {
  background-image: url('../images/Map-Tile-Asset.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 16px;
  border-radius: 8px;
  width: 100%;
  height: 170px;
  margin-bottom: 18px;
}

.center-modal-map.sample {
  background-image: url('../images/map-and-pin.png');
  background-size: cover;
}

.click-collect-image {
  border-radius: 8px;
  width: 80px;
  position: absolute;
  top: 166px;
  bottom: auto;
  left: 30px;
}

.click-collect-operating-times {
  margin-top: 22px;
  margin-left: auto;
}

.info-icon-span {
  background-image: url('../images/More-Info-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  display: inline-block;
}

.settings-cc-icon {
  border-radius: 6px;
  width: 42px;
  min-width: 42px;
  height: 32px;
  min-height: 32px;
  margin-right: 14px;
  box-shadow: 0 0 0 1px #deddf2;
}

.context-menu-btn-p {
  cursor: pointer;
  background-image: radial-gradient(circle at 100% 100%, #5f3df6, #4437f9);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  transition: background-color 80ms linear;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 .7px #5527c5, 0 1px 1px #170b3326, 0 2px 5px #45405226;
}

.context-menu-btn-p:hover {
  opacity: .9;
}

.context-menu-btn-p:active {
  opacity: 100;
}

.context-menu-btn-p.parcels {
  margin-bottom: 2px;
}

.context-menu-btn-p.with-text {
  background-color: var(--white);
  color: #404452;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.context-menu-btn-p.with-text:hover {
  color: #1a1b24;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 2px 8px #45405214, 0 2px 5px #45405214;
}

.context-menu-btn-p.with-text:active {
  background-color: #f7f7fc;
}

.context-menu-btn-p.split-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.context-menu-btn-p.split-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 0;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.brand-grid-content {
  border-top: .7px solid var(--lavender);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 800px;
  max-height: 800px;
  margin-top: 8px;
  display: grid;
}

.brand-toolbar {
  border-right: 1px solid var(--lavender);
  min-width: 300px;
  height: 100%;
  max-height: 800px;
  padding: 18px 20px;
  overflow: scroll;
}

.brand-preview {
  background-color: #fafafc;
  background-image: url('../images/dots.png');
  background-position: 51%;
  background-repeat: repeat;
  background-size: 22px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 83px;
  padding-right: 83px;
  display: grid;
  position: relative;
}

.btn-tooltip-copy {
  z-index: 2;
  background-color: var(--dark-slate-blue);
  opacity: 0;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  padding: 8px 12px;
  font-size: .875rem;
  line-height: 120%;
  transition: transform .15s, opacity .15s linear;
  display: none;
  transform: translate(0);
  box-shadow: 0 4px 8px #170b3326;
}

.btn-tooltip-copy.endpoint {
  width: 250px;
  position: absolute;
  bottom: 46px;
  left: -85px;
}

.hint {
  cursor: pointer;
  background-image: url('../images/hint-icon.svg');
  background-position: 50%;
  background-size: 16px 16px;
  justify-content: center;
  align-items: flex-end;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin-left: 6px;
  display: flex;
  position: relative;
}

.sp-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 186px auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 645px;
  display: grid;
}

.static-ads {
  background-image: linear-gradient(0deg, #54536a33, #54536a1a), url('../images/default-static-ad.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 18px 15px;
  display: flex;
  box-shadow: inset 0 0 0 1px #0000000d;
}

.carousel-ads {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 18px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sp-ad-btn {
  color: #fff;
  background-color: #ffffff4d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.sp-ad-btn.active {
  display: flex;
}

.brand-toolbar-content {
  flex-direction: column;
  display: flex;
}

.brand-toolbar-content.hidden {
  display: none;
}

.drag-icon {
  cursor: grab;
  margin-right: 8px;
}

.ml-10 {
  padding-left: 10px;
}

.bars {
  z-index: 5;
  grid-column-gap: 4px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.time-bar {
  background-color: #fff3;
  border-radius: 8px;
  width: 100%;
  height: 3px;
  overflow: hidden;
}

.time-bar-fill {
  background-color: #ffffffb3;
  width: 0%;
  height: 100%;
  overflow: hidden;
}

.slides {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ad-slide {
  background-image: url('../images/default-dynamic-ad.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ad-slide._1 {
  background-image: url('../images/ad-content-2-sample.png');
}

.ad-slide._2 {
  background-image: url('../images/ad-content-1-sample.png');
}

.ad--overlay {
  z-index: 4;
  background-image: linear-gradient(to top, #54536a33, #54536a1a);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 20px 22px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 0 1px #0000000d;
}

.sp-remove-content {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/remove-uploaded-file-icon_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-radius: 20px;
  width: 19px;
  height: 19px;
  transition: box-shadow .2s;
  display: none;
  position: absolute;
  inset: -2px -2px auto auto;
  box-shadow: 0 2px 5px #0000001a, 0 0 0 1px #deddf2;
}

.sp-remove-content:hover {
  box-shadow: 0 2px 5px #00000026, 0 0 0 1px #deddf2;
}

.sp-remove-content:active {
  background-color: var(--pressed-white);
}

.sp-remove-content.display-block {
  display: block;
}

.static-ad-fallback {
  position: absolute;
  inset: 0%;
}

.context-menu-modal-top {
  z-index: 5;
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 150px;
  transition: transform .1s linear, opacity .1s linear;
  display: none;
  position: absolute;
  inset: auto 0 42px auto;
  overflow: hidden;
  transform: translate(0, 5px);
  box-shadow: 0 0 0 1px #deddf2, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #00000003;
}

.context-menu-modal-top.active {
  opacity: 1;
  display: block;
  transform: translate(0);
}

.settings-card-pagination {
  z-index: 0;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 8px;
  display: flex;
}

.wallet-balance {
  box-shadow: inset 0 1px 0 0 white, inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px 0 #170b3314, 0 0 0 .7px var(--border-100), 0 0 0 0 transparent, 0 2px 5px 0 #45405214;
  color: #404452;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.wallet-balance:active {
  background-color: #f7f7fc;
  box-shadow: inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.wallet-balance.a-right {
  margin-left: auto;
}

.wallet-balance.a-left {
  margin-left: 0;
}

.wallet-balance.btn-disabled {
  cursor: default;
}

.wallet-balance.btn-disabled:active {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.wallet-balance.shipment-items-per-page {
  margin-left: 0;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
}

.wallet-balance.upload-file {
  width: 98px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.wallet-balance.btn-w-loading {
  cursor: default;
  transition-property: none;
  box-shadow: 0 1px 1px #180b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.wallet-balance.split-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.wallet-balance.split-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 32px;
  margin-left: 0;
}

.wallet-balance.wallet-balance-critical {
  color: #ff2e72;
  background-color: #fff4f4;
  box-shadow: inset 0 1px #fff, inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 1px #e0b3b2, 0 0 #0000, 0 2px 5px #45405214;
}

.wallet-balance.wallet-balance-critical:active {
  background-color: #f7eded;
  box-shadow: inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 1px #e0b3b2, 0 0 #0000, 0 2px 5px #45405214;
}

.download-link {
  color: var(--dark-slate-blue);
  cursor: pointer;
  background-image: url('../images/download-link-icon-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 18px;
  font-weight: 400;
  text-decoration: none;
}

.download-link.a-right {
  float: right;
}

.download-link.new-tab {
  background-image: url('../images/open-new-tab-icon_1.svg');
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-right: 16px;
}

.center-modal-wide {
  opacity: 0;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
  transition: opacity .12s cubic-bezier(.77, 0, .175, 1), transform .12s cubic-bezier(.77, 0, .175, 1);
  position: relative;
  overflow: hidden;
  transform: translate(0, 100px);
  box-shadow: 0 10px 40px #170b331a, 0 26px 80px #45405233;
}

.center-modal-wide.center-modal-wide-active {
  opacity: 1;
  width: 80%;
  min-width: 1000px;
  transform: translate(0);
}

.center-modal-wide.width-600 {
  width: 600px;
}

.input-preset {
  background-color: var(--ghost-white);
  color: var(--dark-slate-blue);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 26px;
  margin-left: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  display: inline-flex;
}

.input-preset:active {
  background-color: var(--darker-ghost-white);
}

.input-preset-container {
  position: absolute;
  bottom: 4px;
  left: auto;
  right: 4px;
}

.status-page-card {
  box-shadow: 0 1px 1px 0 #170b3314, 0 0 0 .7px var(--border-100), 0 1px 5px 0 #45405214;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 1100px;
  min-height: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.status-page-card.padding {
  padding: 20px 18px;
}

.status-page-card.timeline {
  height: 718px;
  overflow: hidden;
}

.status-page-header {
  grid-template-rows: auto;
  grid-template-columns: 1fr 430px;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.status-page-header.a-right.shipments-listing-btn {
  position: relative;
}

.status-page-header.mt-40 {
  margin-top: 40px;
}

.status-page-header.justify-sb {
  justify-content: space-between;
}

.status-page-header.col-gap-10 {
  grid-column-gap: 10px;
}

.status-page-header.wrap {
  flex-wrap: wrap;
}

.span-link-new-tab {
  opacity: .7;
  color: var(--midnight-blue);
  cursor: pointer;
  background-image: url('../images/open-new-tab-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  padding-right: 17px;
  text-decoration: none;
}

.span-link-new-tab:hover {
  text-decoration: underline;
}

.delivery-overview-content {
  background-color: #f7f7f8;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: calc(100vh - 62px);
  margin-top: 4px;
  margin-bottom: 8px;
  margin-right: 2px;
  display: flex;
  overflow: scroll;
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 2px 5px #45405214;
}

.side-menu-divider {
  background-color: #16132a0d;
  height: 1px;
  margin-left: 12px;
  margin-right: 12px;
}

.temp-overlay {
  z-index: 9999;
  opacity: .7;
  background-image: url('../images/native-app.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.side-menu-category {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: #54536f99;
  -webkit-user-select: none;
  user-select: none;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  margin-top: 20px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: .75rem;
  transition-property: opacity;
  transition-duration: 90ms;
  transition-timing-function: linear;
  display: flex;
}

.side-menu-category.side-menu-closed {
  opacity: 0;
}

.nav-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  transform-style: preserve-3d;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 215px;
  display: flex;
  position: absolute;
}

.menu-toggle {
  color: silver;
  cursor: pointer;
  background-color: #16132a00;
  border-radius: 6px;
  transition: background-color 80ms linear, color 80ms linear;
}

.menu-toggle:hover {
  color: var(--dark-slate-blue);
  background-color: #16132a08;
}

.nav-prev {
  color: silver;
  cursor: pointer;
  background-color: #16132a00;
  border-radius: 6px;
  transition: background-color 80ms linear, color 80ms linear;
}

.nav-prev:hover {
  color: var(--dark-slate-blue);
  background-color: #16132a08;
}

.nav-next {
  color: silver;
  cursor: pointer;
  background-color: #16132a00;
  border-radius: 6px;
  transition: color 80ms linear, background-color 80ms linear;
}

.nav-next:hover {
  color: var(--dark-slate-blue);
  background-color: #16132a08;
}

.macos-app-spacer {
  width: 0;
  height: 100%;
}

.current-page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-user-select: none;
  user-select: none;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.user-profile {
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  background-color: silver;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: .8125rem;
  display: flex;
  position: absolute;
  right: 15px;
}

.menu-item-count {
  color: var(--dark-slate-blue);
  background-color: #16132a0d;
  border-radius: 5px;
  flex: none;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px;
  font-size: .625rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.menu-company-profile {
  object-fit: cover;
  background-color: #16132a0d;
  background-image: url('../images/internal-logo-default.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.grey-100 {
  background-color: var(--grey-100);
  display: flex;
}

.map {
  background-image: url('../images/Figma-Map-Sample-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  margin-left: 420px;
  position: absolute;
  inset: 10px 10px 10px 0%;
}

.card-grey {
  box-shadow: 0 0 0 .7px var(--border-100), 0 1px 2px 0 #0000000a, 0 2px 4px 0 #0000000a;
  background-color: #fcfcfc;
  border-radius: 7px;
  width: 100%;
  padding: 16px 18px;
  position: relative;
  overflow: scroll;
}

.card-grey.padding {
  padding: 20px 18px;
}

.card-grey.timeline {
  height: 718px;
  overflow: hidden;
}

.card-grey.listing-height {
  max-height: calc(100vh - 50px);
  overflow: scroll;
}

.delivery-overview-btn-section {
  color: #404452;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition-property: color, box-shadow, background-color;
  transition-duration: .1s, .15s, 80ms;
  transition-timing-function: linear, cubic-bezier(.86, 0, .07, 1), linear;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px #fff, inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 .5px #bebcd9, 0 0 #0000, 0 2px 5px #45405214;
}

.delivery-overview-btn-section:hover {
  color: #1a1b24;
  box-shadow: inset 0 1px #fff, inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 .5px #bebcd9, 0 3px 8px #4540520d, 0 2px 5px #45405214;
}

.delivery-overview-btn-section:active {
  background-color: #f7f7fc;
  box-shadow: inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 .5px #bebcd9, 0 3px 8px #4540520d, 0 2px 5px #45405214;
}

.login-card {
  background-color: #fff;
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 30px;
  animation-name: reveal;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-delay: 80ms;
  animation-fill-mode: both;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 .7px #bebcd999, 0 2px 4px #0000000a, 0 1px 2px #0000000a;
}

.login-card.padding {
  padding: 20px 18px;
}

.login-card.timeline {
  height: 718px;
  overflow: hidden;
}

.login-card.listing-height {
  height: auto;
  max-height: calc(100vh - 50px);
  overflow: scroll;
}

.nav-refresh {
  color: silver;
  cursor: pointer;
  background-color: #16132a00;
  border-radius: 6px;
  transition: color 80ms linear, background-color 80ms linear;
}

.nav-refresh:hover {
  color: var(--dark-slate-blue);
  background-color: #16132a08;
}

.nav-refresh-paths {
  transform-origin: 50%;
  transition: transform 1.2s cubic-bezier(.77, 0, .175, 1);
}

.nav-refresh-paths.rotated {
  transform: rotate(720deg);
}

.current-page-icon {
  color: silver;
}

.hint-text {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  background-color: #2d2c36;
  border-radius: 8px;
  min-width: 170px;
  margin-bottom: 100%;
  padding: 8px 12px;
  font-size: .875rem;
  transition: transform .12s linear, opacity .12s linear;
  transform: translate(0)scale(.95);
  box-shadow: 0 4px 8px #170b3326;
}

.context-menu-modal-li-2 {
  color: #404452;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin: 4px;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.context-menu-modal-li-2:hover {
  background-color: #f4f4fa;
}

.context-menu-modal-li-2:active {
  background-color: #f1f1f7;
}

.context-menu-modal-li-2.critical {
  color: #fa1e49;
}

.context-menu-modal-li-2.critical:hover {
  background-color: #fa1e490f;
}

.context-menu-modal-li-2.critical:active {
  background-color: #fa1e4914;
}

.settings-card-heading-2 {
  color: #170b33;
  letter-spacing: -.005em;
  flex: none;
  margin-bottom: 7px;
  font-size: .875rem;
  font-weight: 600;
  display: block;
}

.settings-card-heading-2._w-200 {
  width: 180px;
  margin-right: 20px;
}

.settings-btn-w-2 {
  color: #404452;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: .875rem;
  font-weight: 500;
  transition-property: color, box-shadow;
  transition-duration: .1s, .15s;
  transition-timing-function: linear, cubic-bezier(.86, 0, .07, 1);
  display: flex;
  box-shadow: inset 0 1px #fff, inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 0 #0000, 0 2px 5px #45405214;
}

.settings-btn-w-2:hover {
  color: #1a1b24;
  box-shadow: inset 0 1px #fff, inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 3px 8px #4540520d, 0 2px 5px #45405214;
}

.settings-btn-w-2:active {
  background-color: #f7f7fc;
  box-shadow: inset 0 -14px 18px -20px #f8f8fa, 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 3px 8px #4540520d, 0 2px 5px #45405214;
}

.settings-btn-w-2.a-right {
  margin-left: auto;
}

.btn-tooltip-2 {
  z-index: 2;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #54536f;
  border-radius: 10px;
  flex-direction: column;
  padding: 8px 12px;
  font-size: .875rem;
  line-height: 120%;
  transition: transform .15s, opacity .15s linear;
  display: none;
  transform: translate(0);
  box-shadow: 0 4px 8px #170b3326;
}

.btn-tooltip-2.endpoint {
  width: 250px;
  position: absolute;
  bottom: 46px;
  left: -85px;
}

.form-label-2 {
  color: #54536f;
  -webkit-user-select: none;
  user-select: none;
  font-size: .875rem;
  display: inline-block;
}

.context-menu-btn-2 {
  cursor: pointer;
  background-image: url('../images/context-menu-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-radius: 8px;
  flex: none;
  width: 37px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  transition: border .15s linear, box-shadow .15s linear, background-color 80ms linear;
  position: relative;
  box-shadow: 0 0 #0000, 0 0 0 1px #fff, 0 0 #0000;
}

.context-menu-btn-2:hover {
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 2px 5px #45405214;
}

.context-menu-btn-2:active {
  background-color: #f7f7fc;
}

.settings-card-p-2 {
  color: #54536f;
  flex: none;
  font-size: .875rem;
  font-weight: 400;
  display: inline-block;
}

.settings-card-p-2._w-200 {
  width: 180px;
  margin-right: 20px;
}

.settings-card-p-2._w-270 {
  width: 250px;
  margin-right: 20px;
}

.settings-card-p-2._w-330 {
  width: 320px;
  margin-right: 10px;
}

.settings-btn-p-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #7642f4;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: 12px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: .875rem;
  font-weight: 500;
  transition-property: box-shadow;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  display: flex;
  box-shadow: inset 0 1px #9b8eff99, inset 0 4px 12px #9b8eff4d, 0 1px 1px #170b331f, 0 0 0 1px #6e3ee5, 0 0 #0000, 0 2px 5px #4540521f;
}

.settings-btn-p-2:hover {
  box-shadow: inset 0 1px #9b8eff99, inset 0 4px 12px #9b8eff4d, 0 1px 1px #170b331f, 0 0 0 1px #6e3ee5, 0 3px 8px #45405226, 0 2px 5px #4540521f;
}

.settings-btn-p-2:active {
  background-color: #7642f4;
  box-shadow: 0 1px 1px #170b331f, 0 0 0 1px #6e3ee5, 0 3px 9px #45405226, 0 2px 5px #4540521f;
}

.select-menu-li-2 {
  white-space: nowrap;
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px;
  font-size: .875rem;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.select-menu-li-2:hover {
  background-color: #f4f4fa;
}

.select-menu-li-2:active {
  background-color: #f7f7fc;
}

.menu-item-tooltip {
  z-index: 2;
  background-color: var(--white);
  opacity: 0;
  pointer-events: none;
  color: var(--midnight-blue);
  border: .5px solid #e8e8e8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 8px;
  transition: opacity .1s linear;
  display: flex;
  position: absolute;
  left: 44px;
  box-shadow: 0 2px 4px #00000014;
}

.gradient-btn {
  z-index: 1;
  color: #fff;
  text-shadow: 0 1px 10px #00000080;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: radial-gradient(circle, #5f3df6, #4437f9);
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .1s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #170b3326, 0 2px 5px #45405226, inset 0 0 0 1px #0003;
}

.gradient-btn:hover {
  opacity: .9;
}

.gradient-btn:active {
  opacity: 1;
}

.gradient-btn.split-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gradient-btn.unavailable {
  opacity: .65;
}

.multi-drop-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--dark-slate-blue);
  cursor: pointer;
  border: .7px dashed #9f9fb1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 38px;
  font-size: .875rem;
  line-height: 100%;
  transition: background-color 50ms linear;
  display: flex;
}

.multi-drop-btn:hover {
  background-color: var(--hover-white);
}

.multi-drop-btn:active {
  background-color: var(--pressed-white);
}

.ambient-light {
  z-index: 2;
  pointer-events: none;
  height: 100vh;
  animation-name: light-in;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  animation-delay: 80ms;
  animation-fill-mode: both;
  position: absolute;
  top: 0%;
  left: 0%;
}

.ambient-light-1 {
  width: 560px;
  height: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5%, -350px)rotate(-45deg);
}

.ambient-light-2 {
  width: 250px;
  height: 1200px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-10%, -50%)rotate(-45deg);
}

.ambient-light-3 {
  width: 320px;
  height: 1300px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(290px, -720px)rotate(-45deg);
}

.particles {
  background-color: #0000;
  width: 160px;
  height: 350px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(40px, -90px)rotate(-45deg);
}

.ambient-light-overlay {
  z-index: 3;
  background-color: var(--grey-100);
  pointer-events: none;
  width: 100%;
  height: 100%;
  animation-name: fade-out;
  animation-duration: .8s;
  animation-timing-function: linear;
  animation-delay: 80ms;
  animation-fill-mode: both;
  position: absolute;
  inset: 0%;
}

.waypoints-card-main-wrapper, .parameters-card-main-wrapper, .plan-route-card-main-wrapper, .edit-route-card-main-wrapper {
  height: 100%;
}

.optimisation-settings-dropdown-container {
  outline-offset: 0px;
  color: #170b33;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #0000;
  border-radius: 7px;
  outline: 0 #0000;
  width: 100%;
  height: 34px;
  margin-top: 6px;
  padding: 8px 10px 9px;
  font-size: .875rem;
  font-weight: 400;
  transition: border-color .15s, box-shadow .15s cubic-bezier(.45, 0, .15, 1);
  box-shadow: 0 0 0 .7px #bebcd999;
}

.optimisation-settings-dropdown-container:hover {
  box-shadow: 0 0 0 .7px #9190a699;
}

.optimisation-settings-dropdown-container:focus {
  border-color: #5d90ee;
  box-shadow: 0 0 0 .7px #5287ed, 0 0 0 2px #92b4f5;
}

.optimisation-settings-dropdown-container.focus-effect.parcel-length {
  text-align: right;
  background-image: url('../images/length-icon.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  flex: none;
  width: 75px;
  padding-left: 30px;
}

.optimisation-settings-dropdown-container.focus-effect.parcel-width {
  text-align: right;
  background-image: url('../images/width-icon.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  flex: none;
  width: 75px;
  padding-left: 30px;
}

.optimisation-settings-dropdown-container.focus-effect.parcel-height {
  text-align: right;
  background-image: url('../images/height-icon.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  flex: none;
  width: 75px;
  padding-left: 30px;
}

.optimisation-settings-dropdown-container.focus-effect.parcel-weight {
  text-align: right;
  width: 80px;
}

.optimisation-settings-dropdown-container.focus-effect.listing-search {
  background-image: url('../images/search-short-key-icon.svg'), url('../images/search-icon-dark.svg');
  background-position: 99%, 10px 52%;
  background-repeat: no-repeat, no-repeat;
  background-size: 17px 17px, 14px 14px;
  height: 32px;
  margin-top: 0;
  padding-left: 35px;
}

.optimisation-settings-dropdown-container.focus-effect.form-textarea {
  height: 70px;
}

.optimisation-settings-dropdown-container.focus-effect.collection-address-input {
  background-image: url('../images/Pickup-Map-Marker.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-left: 32px;
}

.optimisation-settings-dropdown-container.focus-effect.delivery-address-input {
  background-image: url('../images/Dropoff-Map-Marker.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-left: 32px;
}

.optimisation-settings-dropdown-container.focus-effect.box-shadow-border.zar-symbol {
  background-image: url('../images/ZAR-symbol.svg');
  background-position: 10px 9px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 24px;
}

.intercom-lightweight-app-launcher {
  display: none;
}

.white-banner {
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 7px;
  align-items: flex-start;
  margin-bottom: 14px;
  padding: 18px;
  display: flex;
  box-shadow: 0 0 0 .5px #bebcd999, 0 1px 2px #0000000a, 0 2px 4px #0000000a;
}

.white-banner.card-banner-critical {
  background-color: #fff4f4;
  border-radius: 7px;
  box-shadow: 0 0 0 1px #e0b3b2;
}

.white-banner.card-banner-success {
  background-color: #f1f8f5;
  box-shadow: 0 0 0 1px #95c9b4;
}

.white-banner.card-banner-main-card {
  margin-bottom: 0;
  padding: 14px;
}

.max-width-800 {
  width: 100%;
  max-width: 800px;
}

.accordion-no-border {
  border-bottom: 1px solid var(--lavender);
  max-height: 46px;
  padding-left: 3px;
  padding-right: 3px;
  transition: max-height .25s cubic-bezier(.77, 0, .175, 1);
  overflow: hidden;
}

.accordion-no-border.last {
  border-bottom-style: none;
}

.accordion-no-border.open {
  max-height: 800px;
}

.loading-text-gradient {
  background-image: linear-gradient(90deg, #54536f80, var(--dark-slate-blue) 25%, #54536f80 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: .9s linear infinite loading-text-gradient;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.green-tick-icon {
  color: #00d689;
  margin-right: 8px;
}

.full-w-context-menu-btn {
  box-shadow: 0 1px 1px 0 #170b3314, 0 0 0 .7px var(--border-100), 0 0 0 0 transparent, 0 2px 5px 0 #45405214;
  color: #170b33;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding-left: 9px;
  padding-right: 10px;
  font-size: .937rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow .15s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.full-w-context-menu-btn:hover {
  box-shadow: 0 1px 1px #170b3314, 0 0 0 1px #deddf2, 0 2px 8px #45405214, 0 2px 5px #45405214;
}

.full-w-context-menu-btn:active {
  background-color: #f7f7fc;
}

.full-w-context-menu {
  z-index: 2;
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  max-height: 250px;
  transition: transform .1s linear, opacity .1s linear;
  display: none;
  position: absolute;
  inset: 44px 0 auto;
  overflow: hidden;
  transform: translate(0, -5px);
  box-shadow: 0 0 0 1px #deddf2, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #00000003;
}

.full-w-context-menu.active {
  z-index: 3;
  opacity: 1;
  display: block;
  overflow: scroll;
  transform: translate(0);
}

.full-w-context-menu.collection-time {
  width: 300px;
  left: auto;
}

.text-code-outline {
  box-shadow: 0 0 0 1px var(--border-100);
  background-color: #f5f4f4;
  border-radius: 6px;
  padding: 2px 4px 1px;
  font-family: Monotype, sans-serif;
  font-size: 13px;
}

._w-230 {
  width: 220px;
  margin-right: 10px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.input-row-btn {
  box-shadow: 0 0 0 .7px var(--border-100), 0 -14px 18px -20px #f8f8fa, 0 1px 1px 0 #170b3314, 0 2px 5px 0 #45405214;
  cursor: pointer;
  border-radius: 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-top: 6px;
  display: flex;
}

.input-row-btn:hover {
  background-color: var(--hover-white);
}

.input-row-btn:active {
  background-color: var(--pressed-white);
}

.text-code-sm {
  color: var(--dark-slate-blue);
  font-family: Monotype, sans-serif;
  font-size: .8125rem;
  font-weight: 400;
}

.v-spacer-45 {
  height: 45px;
}

.v-spacer-50 {
  height: 50px;
}

.language-json {
  height: 100%;
}

.user-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.mb-10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .main-card {
    width: 100%;
  }

  .map-btn-container {
    display: none;
  }

  .register-column-right {
    width: auto;
  }

  .register-column-left {
    display: none;
  }

  .settings-content {
    flex-direction: column;
  }

  .settings-content-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .settings-content-right {
    width: 100%;
  }

  .form-input.focus-effect, .form-verification-input {
    font-size: 1rem;
  }

  .width-400.sticky-r-col {
    width: 100%;
    min-width: 0;
    position: static;
  }

  .card {
    border-radius: 10px;
  }

  .card.padding {
    padding: 14px;
  }

  .card-content.scroll.rates-card {
    padding-bottom: 14px;
    padding-left: 14px;
  }

  .card-section-grid {
    grid-column-gap: 14px;
  }

  .relative.a-right, .text-display-xxl.mr-12 {
    flex: none;
  }

  .shipment-overview-header {
    overflow: scroll;
  }

  .shipment-overview-content {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .notice-banner-grey {
    display: none;
  }

  .table-cell-waybill-col {
    position: static;
  }

  .card-sticky-header {
    padding: 14px;
  }

  .nav-wrapper {
    transform: scale3d(1none, 1none, 1none);
  }

  .menu-toggle {
    margin-left: 6px;
    transform: scale(1.08);
  }

  .menu-toggle:hover {
    color: silver;
    background-color: #16132a00;
  }

  .menu-toggle:active {
    color: var(--dark-slate-blue);
  }

  .nav-prev, .nav-next, .macos-app-spacer, .map {
    display: none;
  }

  .card-grey {
    padding: 12px;
  }

  .nav-refresh {
    display: none;
  }

  .optimisation-settings-dropdown-container.focus-effect {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-header {
    height: 44px;
  }

  .primary-btn {
    height: 36px;
  }

  .side-menu-header {
    padding-top: 20px;
  }

  .side-menu {
    z-index: 999;
    background-color: #fff;
    border-radius: 0;
    height: 100%;
    margin-top: 0;
    transition-property: box-shadow, transform;
    transition-duration: 80ms, .2s;
    transition-timing-function: linear, ease-in-out;
    position: absolute;
    box-shadow: 0 0 0 760px #54536f33;
  }

  .side-menu.side-menu-closed {
    width: 230px;
    overflow: hidden;
    transform: translate(-230px);
    box-shadow: 0 0 0 760px #0000;
  }

  .register-column-right {
    padding-top: 5vh;
  }

  .form-input {
    height: 38px;
  }

  .main-content {
    min-width: calc(100% - 8px);
    margin: 44px 0 0;
    padding: 2px 6px 6px;
  }

  .card {
    border-radius: 14px;
    box-shadow: 0 0 0 1px #bebcd999;
  }

  .card-section-grid {
    grid-column-gap: 15px;
    grid-template-columns: 100px 1.5fr minmax(0, 1px) 1fr;
  }

  .parcel-form {
    grid-column-gap: 17px;
    grid-template-rows: auto auto;
    grid-template-columns: .7fr .7fr;
  }

  .nav-wrapper {
    height: 38px;
  }

  .menu-toggle {
    transform: scale(1.2);
  }

  .menu-toggle:active {
    background-color: #16132a08;
  }

  .optimisation-settings-dropdown-container {
    height: 38px;
  }
}

@media screen and (max-width: 479px) {
  .main-card {
    width: 100%;
    min-width: 320px;
  }

  .login-container {
    padding-top: 8vh;
    padding-left: 18px;
    padding-right: 18px;
  }

  .register-column-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-input {
    font-size: 1rem;
  }

  .form-verification-input {
    letter-spacing: 18px;
    padding-left: calc(100% - 43vw - 36px);
  }

  .address-type-container {
    overflow: scroll;
  }

  .card.padding.mb-18 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rates-container {
    height: auto;
    min-height: 68px;
    padding-left: 4px;
    padding-right: 12px;
  }

  .card-content.scroll.rates-card {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rates-icon {
    width: 64px;
    margin-right: 7px;
  }

  .card-section-grid {
    grid-column-gap: 0px;
    grid-row-gap: 14px;
    grid-template-rows: 30px minmax(0, auto) auto auto;
    grid-template-columns: auto;
    width: 100%;
  }

  .flex.a-center {
    flex-flow: row;
  }

  .text-display-xxl.mr-12 {
    flex: none;
  }

  .rates-sla-mask {
    width: 100%;
  }

  .card-sticky-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .menu-item-tooltip {
    display: none;
  }

  .optimisation-settings-dropdown-container {
    font-size: 1rem;
  }
}

#add_shortcut_btn.w-node-efb0b48c-8fa6-f96f-329a-14248dee2cc6-abac2bd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-efb0b48c-8fa6-f96f-329a-14248dee2cc8-abac2bd2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-efb0b48c-8fa6-f96f-329a-14248dee2cc9-abac2bd2 {
  align-self: center;
}

#w-node-efb0b48c-8fa6-f96f-329a-14248dee2cd5-abac2bd2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-efb0b48c-8fa6-f96f-329a-14248dee2cd6-abac2bd2 {
  align-self: center;
}

#w-node-efb0b48c-8fa6-f96f-329a-14248dee2ce2-abac2bd2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-efb0b48c-8fa6-f96f-329a-14248dee2ce3-abac2bd2 {
  align-self: center;
}

#add_zone_btn.w-node-f291162e-a403-2351-3c25-9b6ab12da6af-abac2bd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6b1-abac2bd2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6b2-abac2bd2 {
  align-self: center;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6b7-abac2bd2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6b8-abac2bd2 {
  align-self: center;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6bd-abac2bd2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6be-abac2bd2 {
  align-self: center;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6af-a9ac2bd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6b1-a9ac2bd3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6b2-a9ac2bd3 {
  align-self: center;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6b6-a9ac2bd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6b7-a9ac2bd3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6b8-a9ac2bd3 {
  align-self: center;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6bc-a9ac2bd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6bd-a9ac2bd3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6be-a9ac2bd3 {
  align-self: center;
}

#w-node-f291162e-a403-2351-3c25-9b6ab12da6c2-a9ac2bd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_05cf423c-7b3c-0587-a05b-8c223b26bd39-faac2bd7, #w-node-_05cf423c-7b3c-0587-a05b-8c223b26bd3b-faac2bd7, #w-node-_05cf423c-7b3c-0587-a05b-8c223b26bd3d-faac2bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#add_driver_btn.w-node-_6524de28-5857-f385-e124-683237f5962e-62ac2be1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6524de28-5857-f385-e124-683237f59630-62ac2be1, #w-node-_6524de28-5857-f385-e124-683237f5963a-62ac2be1, #w-node-_6524de28-5857-f385-e124-683237f59644-62ac2be1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#add_card_btn.w-node-_2d3653cd-b144-7c57-ea2a-bac86a915f47-52ac2bf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cb0ce5d1-6109-420c-ed2f-a2568f273c1f-7fac2c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2101b666-b10c-053a-5cd9-2ab76db9dc1b-7fac2c16 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_97219c20-2306-9377-9aad-0f6599dffef2-7fac2c16, #w-node-b64295ba-2fb4-c490-4765-a5a3608778c3-7fac2c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#add_tags_btn.w-node-_94e1b520-9f62-09d3-3fd9-adbad1b132b1-c0ac2c18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_94e1b520-9f62-09d3-3fd9-adbad1b132c1-c0ac2c18, #w-node-_94e1b520-9f62-09d3-3fd9-adbad1b132ce-c0ac2c18 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#add_team_btn.w-node-c3d8e8db-4b29-9ea2-dd59-0cf6b8ea552e-a0ac2c19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c3d8e8db-4b29-9ea2-dd59-0cf6b8ea5530-a0ac2c19 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c3d8e8db-4b29-9ea2-dd59-0cf6b8ea5531-a0ac2c19 {
  align-self: center;
}

#w-node-c3d8e8db-4b29-9ea2-dd59-0cf6b8ea553a-a0ac2c19 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c3d8e8db-4b29-9ea2-dd59-0cf6b8ea553b-a0ac2c19 {
  align-self: center;
}

#w-node-c3d8e8db-4b29-9ea2-dd59-0cf6b8ea5544-a0ac2c19 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c3d8e8db-4b29-9ea2-dd59-0cf6b8ea5545-a0ac2c19 {
  align-self: center;
}

#w-node-a8d04507-4402-a3cc-2bcc-eb35de7325fb-1cf6c26b, #collect-map.w-node-bcce2687-1c08-5488-24e1-4e2fb2fe4c01-1cf6c26b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5942a3d7-84d4-fbee-a707-ed45874c1f33-1cf6c26b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_00d544a2-6a6b-4aeb-8876-4466baa7f611-1cf6c26b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9afee882-d837-ee39-f426-20f63311df05-1cf6c26b, #collect-map.w-node-_9afee882-d837-ee39-f426-20f63311df06-1cf6c26b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9afee882-d837-ee39-f426-20f63311df08-1cf6c26b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9afee882-d837-ee39-f426-20f63311df10-1cf6c26b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d994806b-552f-0efc-198c-dd96ca702c5c-1cf6c26b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ef850a-2f3b-589e-c4a4-95f663b75047-1cf6c26b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a13f345-c18e-04e1-5dea-aab5580f1c1c-1427d1d6, #collect-map.w-node-_3a13f345-c18e-04e1-5dea-aab5580f1c1d-1427d1d6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-aaf47272-430f-d8ec-9036-97ea877f5b83-1427d1d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3a13f345-c18e-04e1-5dea-aab5580f1c27-1427d1d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b6cae5c-c2fa-9986-b08f-23c7bda1b3bb-1427d1d6, #delivery-map.w-node-_7b6cae5c-c2fa-9986-b08f-23c7bda1b3bc-1427d1d6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7b6cae5c-c2fa-9986-b08f-23c7bda1b3be-1427d1d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7b6cae5c-c2fa-9986-b08f-23c7bda1b3c1-1427d1d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#ship-address-map.w-node-d8e4ec18-09b4-54c0-c354-f35b3a0b2e28-0ea12f05 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_58c27364-0366-44b2-cc12-aa060af0935a-6216a1e0, #w-node-_58c27364-0366-44b2-cc12-aa060af0935c-6216a1e0, #w-node-_58c27364-0366-44b2-cc12-aa060af0935e-6216a1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-a8d04507-4402-a3cc-2bcc-eb35de7325fb-1cf6c26b, #w-node-_9afee882-d837-ee39-f426-20f63311df05-1cf6c26b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d994806b-552f-0efc-198c-dd96ca702c5c-1cf6c26b, #w-node-_31f464d8-27eb-70e1-d2cd-83d1c4b654f1-1cf6c26b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c73f1de-1f32-f15d-d7d7-21b15fa6ad7e-1cf6c26b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ba403ad-41eb-330c-d703-d779814edce3-1cf6c26b, #w-node-_5ba403ad-41eb-330c-d703-d779814edce9-1cf6c26b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ba403ad-41eb-330c-d703-d779814edcef-1cf6c26b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8d04507-4402-a3cc-2bcc-eb35de7325fb-1cf6c26b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5942a3d7-84d4-fbee-a707-ed45874c1f33-1cf6c26b, #w-node-_00d544a2-6a6b-4aeb-8876-4466baa7f611-1cf6c26b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9afee882-d837-ee39-f426-20f63311df05-1cf6c26b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9afee882-d837-ee39-f426-20f63311df08-1cf6c26b, #w-node-_9afee882-d837-ee39-f426-20f63311df10-1cf6c26b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* Dark theme styles */
@media (prefers-color-scheme: dark) {
  input:-webkit-autofill, 
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px lch(8.3 1.867 272) inset, lch(13.98 4.707 272) 0px 0px 0px 0.7px !important;
    -webkit-text-fill-color: var(--white-100) !important;
    transition: background-color 5000s ease-in-out 0s !important;
  }
  input::placeholder {
    color: #ffffff2e !important;
  }
  body, .grey-100, .grey-200, .settings-section {
  background-color: var(--body-color) !important;
  color: var(--white-100) !important;
  }
  a {
    color: inherit !important;
  }
  .logo {
    filter: invert(1) saturate(0) !important;
  }
  .main-card, .loader-overlay {
    background-color: var(--card-color) !important;
  }
  .main-card-footer, .card-footer, .context-filter-footer, .main-card-footer-section {
    border-top: 1px solid var(--border-color) !important;
    background-color: var(--card-color) !important;
  }
  .card, .login-card, .settings-card, .s-container.page, .status-page-card {
    background-color: var(--card-color) !important;
    box-shadow: 0 0 0 0.7px var(--border-color) !important;
  }
  .card-grey, .settings-content-container {
    background-color: var(--card-grey-color) !important;
    box-shadow: 0 0 0 0.7px var(--border-color) !important;
  }
  .btn-w,
  .btn-g,
  .context-menu-btn.with-text,
  .shipment-row-btn,
  .shipment-row-context-btn,
  .settings-btn-w,
  .settings-placeholder-btn,
  .nav-back-arrow,
  .close-modal-btn,
  .pod-btn,
  .add-pod-item,
  .map-btn,
  .nd-waypoint-container,
  .rates-container,
  .wallet-balance,
  .collection-date-btn,
  .delivery-overview-btn-section,
  .delivery-timeline-container,       
  .fullwidth-btn,
  .sp-swiper-btn-r,
  .sp-swiper-btn-l,
  .sp-shop-btn,
  .list-action-btn,
  .filter-btn-content,
  .popup-back-arrow,
  .popup-next-arrow,
  .cancel-btn,
  .items-per-page,
  .waypoint-clickable-container, 
  .parameters-options-container,
  .plan-routes-list-container,
  .edit-route-li-container,
  .pagination-btn,
  .full-w-context-menu-btn,
  .input-row-btn { 
    color: var(--white-100) !important;
    border: 0.7px solid hsl(223.52deg 11.8% 14.77%) !important;
    background-color: lch(8.3 1.867 272) !important;
    box-shadow: hsl(0deg 0% 0% / 6%) 0px 4px 4px -1px, hsl(0deg 0% 0% / 12%) 0px 1px 1px 0px !important;
  }
  .btn-w:hover,
  .btn-g:hover,
  .context-menu-btn.with-text:hover,
  .shipment-row-btn:hover,
  .shipment-row-context-btn:hover,
  .settings-btn-w:hover,
  .settings-placeholder-btn:hover,
  .address-type-btn.address-type-selected:hover,
  .nav-back-arrow:hover,
  .close-modal-btn:hover,
  .pod-btn:hover,
  .add-pod-item:hover,
  .map-btn:hover,
  .nd-waypoint-container:hover,
  .rates-container:hover,
  .wallet-balance:hover,
  .collection-date-btn:hover,
  .delivery-overview-btn-section:hover,
  .delivery-timeline-container:hover,
  .fullwidth-btn:hover,
  .list-action-btn:hover,
  .filter-btn-content:hover,
  .popup-back-arrow:hover,
  .popup-next-arrow:hover,
  .cancel-btn:hover,
  .items-per-page:hover,
  .waypoint-clickable-container:hover,
  .parameters-options-container:hover,
  .plan-routes-list-container:hover,
  .edit-route-li-container:hover,
  .validation-indicator-btn:hover,
  .pagination-btn:hover,
  .full-w-context-menu-btn:hover,
  .input-row-btn:hover {
    background-color: var(--hover) !important;
  }
  .btn-w:active,
  .btn-g:active,
  .context-menu-btn.with-text:active,
  .context-menu-btn:active,
  .shipment-row-btn:active,
  .shipment-row-context-btn:active,
  .settings-btn-w:active,
  .settings-placeholder-btn:active,
  .address-type-btn.address-type-selected:active,
  .nav-back-arrow:active,
  .close-modal-btn:active,
  .pod-btn:active,
  .add-pod-item:active,
  .map-btn:active,
  .nd-waypoint-container:active,
  .rates-container:active,
  .wallet-balance:active,
  .collection-date-btn:active,
  .delivery-overview-btn-section:active,
  .delivery-timeline-container:active,
  .fullwidth-btn:active,
  .list-action-btn:active,
  .filter-btn-content:active,
  .popup-back-arrow:active,
  .popup-next-arrow:active,
  .cancel-btn:active,
  .items-per-page:active,
  .waypoint-clickable-container:active,
  .parameters-options-container:active,
  .plan-routes-list-container:active,
  .edit-route-li-container:active,
  .validation-indicator-btn:active,
  .pagination-btn:active,
  .full-w-context-menu-btn:active,
  .input-row-btn:active {
    background-color: var(--pressed) !important;
  }
  .context-menu-btn, .more-action-btn {
    border: 0.7px solid hsla(220, 12%, 15%, 0) !important;
    background-color: transparent !important;
    box-shadow: hsl(0deg 0% 0% / 0%) 0px 0px 0px 0px !important;
  }
  .context-menu-btn:hover, .more-action-btn:hover {
    border: 0.7px solid hsl(223.52deg 11.8% 14.77%) !important;
    background-color: lch(8.3 1.867 272) !important;
    box-shadow: hsl(0deg 0% 0% / 6%) 0px 4px 4px -1px, hsl(0deg 0% 0% / 12%) 0px 1px 1px 0px !important;
  }
  .context-menu-btn.split-right {
    border: 0.7px solid hsl(223.52deg 11.8% 14.77%) !important;
    background-color: lch(8.3 1.867 272) !important;
    box-shadow: hsl(0deg 0% 0% / 6%) 0px 4px 4px -1px, hsl(0deg 0% 0% / 12%) 0px 1px 1px 0px !important;
  }
  .context-menu-btn.split-right:hover {
    background-color: var(--hover) !important;
  }
  .address-type-btn:hover {
    background-color: #17181a !important;
    color: rgba(255, 255, 255, 1) !important;
    box-shadow: #17181a 0px 0px 0px 0.7px !important;
  }
  .address-type-btn.address-type-selected {
    color: var(--white-100) !important;
    background-color: lch(8.3 1.867 272) !important;
    box-shadow: hsl(223.52deg 11.8% 14.77%) 0px 0px 0px 0.7px, hsl(0deg 0% 0% / 6%) 0px 4px 4px -1px, hsl(0deg 0% 0% / 12%) 0px 1px 1px 0px !important;
  }
  .carter-logo-black, .btn-w .btn-icon-left, .context-menu-btn .btn-icon-left, .shipment-row-btn .btn-icon-left, .shipment-row-context-btn .btn-icon, .pod-item-img, .delivery-overview-btn-icon, .parcels-multiply-icon, .set-optimisation-arrow {
    filter: invert(1) saturate(0) !important;
  }

  /* nav styling */
  .menu-toggle, .nav-prev, .nav-next, .nav-refresh {
    color: #949496 !important;
  }
  .menu-toggle:hover, .nav-prev:hover, .nav-next:hover, .nav-refresh:hover {
    color: var(--white-100) !important;
    background-color: #151619 !important;
  }
  .menu-company-profile {
    background-color: #17181a !important;
  }
  .menu-company-name, .menu-item {
    color: var(--white-100) !important;
  }
  .menu-item:hover {
    background-color: #151619 !important;
  }
  .menu-item:hover > .menu-item-icon {
    color: rgba(255, 255, 255, 0.85) !important;
  }
  .menu-item.w--current {
    background-color: #151619 !important;
  }
  .menu-item.w--current .menu-item-icon {
    color: var(--white-100) !important;
  }
  .menu-item-icon {
    color: #949496 !important;
  }
  .menu-item-count {
    color: hsl(0deg 0% 72.86%) !important;
  }
  .menu-item-count::after {
    background-color: hsl(225 9% 12% / 1) !important;
  }
  .menu-item:hover .menu-item-count::before {
    background: linear-gradient(90deg, hsl(225 9% 12% / 0) 0%, hsla(230, 8%, 45%, 0.1) 50%, hsl(225 9% 12% / 0) 100%) !important;
  }
  .menu-item:hover .menu-item-count {
    color: transparent !important;
  }
  .side-menu-category {
    color: #949496 !important;
  }

  /* table styling */
  .order-search-input {
    color: var(--white-100) !important;
    background-color: lch(8.3 1.867 272) !important;
    box-shadow: hsl(223.52deg 11.8% 14.77%) 0px 0px 0px 0.7px, hsl(0deg 0% 0% / 6%) 0px 4px 4px -1px, hsl(0deg 0% 0% / 12%) 0px 1px 1px 0px !important;
    caret-color: var(--white-100) !important;  
  }
  .table-tabs, .table-search {
    background-color: var(--card-color) !important;
  }
  .table-tab {
    color: #949496 !important;
  }
  .table-tab:hover {
    background-color: #16171a !important;
    color: var(--white-100) !important;
  }
  .table-tab.active {
    background-color: #16171a !important;
    color: var(--white-100) !important;
  }
  .table-header {
    background-color: var(--card-color) !important;
  }
  .table-header.shipments {
    border-bottom: 1px solid #1A1C21 !important;
  }
  .table-row.shipments {
    border-bottom: 1px solid #1A1C21 !important;
  }
  .table-row.shipments:hover {
    background-color: hsl(225 8% 6% / 1) !important;
  }
  .table-row:hover > .table-cell-waybill-col {
    background-color: hsl(225 8% 6% / 1) !important;
  }
  .table-cell-waybill-col {
    background-color: var(--card-color) !important;
  }
  .table-cell.action-btn-container {
    background-image: linear-gradient(90deg, #0F101100 86%, var(--card-color) 91%) !important;
  }
  .table-row:hover > .table-cell.action-btn-container {
    background-image: linear-gradient(90deg, #0F101100 0%, hsl(225 8% 6% / 1) 91%) !important;
  }
  .table-pagination {
    background-color: var(--card-color) !important;
    border-top: 1px solid #1A1C21 !important;
  }
  .table-cell-waybill-col.active, .brand-toolbar {
    border-right-color: var(--border-color) !important;
  }
  .form-input.focus-effect.listing-search {
    background-image: url('../images/search-short-key-icon-dark.svg'), url('../images/search-icon-light.svg') !important;
  }

  /* old orders styling */
  .table-content {
    color: var(--white-100) !important;
  }
  .table-content thead th:first-child, .table-content tbody td:first-child {
    background: var(--card-color) !important;
  }
  .table-content thead th.table-second-column {
    background: linear-gradient(90deg, var(--card-color) 90%, rgba(255, 255, 255, 0%) 100%) !important;
  }
  .table-content thead th {
    background-color: var(--card-color) !important;
  }
  .table-second-column {
    background: linear-gradient(90deg, var(--card-color) 90%, rgba(255, 255, 255, 0%) 100%) !important;
  }
  .clickable-row, .order-list-row, .shimmer-row {
    border-top: 1px solid var(--border-color) !important;
  }
  .clickable-row:hover {
    background-color: hsl(225deg 8% 5%) !important;
  }
  .table-overflow-container .table-content th:after {
    border-color: var(--border-color) !important;
  }
  .order-list-row:hover {
    background-color: hsl(225deg 8% 10%) !important;
  }
  .signature-pod {
    filter: invert(1);
  }
  .animate-shimmer {
    background-image: linear-gradient(90deg, rgba(91, 97, 110, 0.05) 0, rgba(91, 97, 110, 0) 25%, rgba(91, 97, 110, 0.1) 50%, rgba(91, 97, 110, 0) 75%, rgba(91, 97, 110, 0.05) 100%) !important;
  }
  .tag-item-toggle {
    color: var(--white-100) !important;
    background-color: #2d2b32 !important;
  }
  .tag-item-toggle.tag-selected {
    background-color: var(--palpatine-purple) !important;
  }
  .ui-widget-content, .time-slider-bar {
    background-color: var(--border-color) !important;
  }
  .slider-bar.ui-slider .ui-slider-handle, .edit-route-status-bar {
    border-color: var(--border-color) !important;
    background-color: var(--card-color) !important;
    color: var(--white-100) !important;
  }

  /* form styling */
  .form-input, .form-verification-input, .optimisation-settings-dropdown-container {
    color: var(--white-100) !important;
    background-color: lch(8.3 1.867 272) !important;
    box-shadow: hsl(223.52deg 11.8% 14.77%) 0px 0px 0px 0.7px, hsl(0deg 0% 0% / 6%) 0px 4px 4px -1px, hsl(0deg 0% 0% / 12%) 0px 1px 1px 0px !important;
    caret-color: var(--white-100) !important;    
  }
  .form-input:hover, .optimisation-settings-dropdown-container:hover {
    box-shadow: hsl(224 12% 20% / 1) 0px 0px 0px 0.7px, hsl(0deg 0% 0% / 6%) 0px 4px 4px -1px, hsl(0deg 0% 0% / 12%) 0px 1px 1px 0px !important;
  }
  .form-input:focus, .optimisation-settings-dropdown-container:focus {
    box-shadow: 0 0 0 .7px #5287ed, 0 0 0 2.7px #5287ed52 !important;
  }

  /* text styling */
  h1, .login-footer-text, .login-heading, .register-feature-h, .settings-heading, .settings-subheading, .settings-card-heading, .settings-card-p, .text-display-xxl, .text-display-xl, .text-display-l, .text-l, .text-m, .text-sm, .text-sm-500, .download-link, .delivery-timeline-h1, .list-item-h1, .sp-preview-btn { 
    color: var(--white-100) !important; 
  }
  .description-text, .list-item-p, .delivery-timeline-p, .timeline-eta-complete, .listing-search-li {
    color: var(--white-200) !important;
  }
  .forgot-password-link, .login-footer-link, .chat-with-support-btn, .purple-text, .span-link, .register-feature-p, .text-sm-grey, .settings-paragraph, .settings-card-subheading, .checkbox-container, .delivery-summary-display-text, .delivery-summary-text, .pod-details, .order-original-address-text, #clear-dropoff, .text-sm-light-grey, .t-header-text, .form-label, .sp-msg, .sp-subheading, .sp-li-paragraph, .pac-item, .listing-search-example, .waypoint-original-address, .plan-routes-waypoint-summary, .new-delivery-info, .shipment-time, .shipment-timeline-location { 
    color: #949496 !important;
  }
  .forgot-password-link:hover, .login-footer-link:hover, .chat-with-support-btn:hover, .span-link:hover, .path-link:hover, #clear-dropoff:hover, #clear-dropoff:hover {
    color: #ffffff !important;
    text-decoration: none !important;
  }
  .copyright-text, .copyright-spacer, .register-copyright-text {
    color: #ffffff20 !important;
  }
  .copyright-text:hover {
    color: #ffffff4a !important;
  }
  .rates-label, .rates-sla, .rates-eta, .rates-eta-1, .path-link {
    color: #949496 !important;
  }

  /* listing badges */
  .listing-badge.requested {
    filter: invert(1) brightness(1.5) saturate(0) !important;
    color: hsl(0deg 0% 0% / 80%) !important;
  }
  .listing-badge.pending {
    filter: invert(1) hue-rotate(188deg) brightness(1.5) saturate(0.5) !important;
  }
  .listing-badge.approved {
    filter: invert(1) hue-rotate(198deg) !important;
    background-color: #b8f6cc !important;
    color: hsl(0deg 0% 0% / 100%) !important;
  }
  .listing-badge.paid {
    filter: invert(1) brightness(1.5) saturate(0) !important;
    color: hsl(0deg 0% 0% / 80%) !important;
  }
  .listing-badge.collecting {
    filter: invert(1) hue-rotate(180deg) brightness(1.5) !important;
  }
  .listing-badge.collected {
    filter: invert(1) hue-rotate(180deg) brightness(1.5) !important;
  }
  .listing-badge.failed {
    filter: invert(1) hue-rotate(185deg) brightness(1.3) !important;
  }
  .listing-badge.in-transit {
    filter: invert(1) hue-rotate(172deg) brightness(1.3) !important;
  }
  .listing-badge.delivering {
    filter: invert(1) brightness(1.5) saturate(0) !important;
    color: hsl(0deg 0% 0% / 80%) !important;
  }
  .listing-badge.delivered {
    filter: invert(1) brightness(1.5) saturate(0) !important;
    color: hsl(0deg 0% 0% / 80%) !important;
  }
  .listing-badge.attempted {
    filter: invert(1) hue-rotate(185deg) brightness(1.3) !important;
  }
  .listing-badge.returning {
    filter: invert(1) brightness(1.5) saturate(0) !important;
    color: hsl(0deg 0% 0% / 80%) !important;
  }
  .listing-badge.returned {
    filter: invert(1) brightness(1.5) saturate(0) !important;
    color: hsl(0deg 0% 0% / 80%) !important;
  }
  .listing-badge.cancelled {
    filter: invert(1) brightness(1.5) saturate(0) !important;
    color: hsl(0deg 0% 0% / 80%) !important;
  }
  .listing-badge.refunded {
    filter: invert(1) brightness(1.5) saturate(0) !important;
    color: hsl(0deg 0% 0% / 80%) !important;
  }
  .listing-badge.exception {
    filter: invert(1) brightness(1.5) saturate(0) !important;
    color: hsl(0deg 0% 0% / 80%) !important;
  }
  .listing-badge.outbound, .listing-badge.inbound, .listing-badge.return, .listing-badge.transfer {
    filter: invert(1) brightness(1.5) saturate(0) !important;
    color: hsl(0deg 0% 0% / 80%) !important;
  }

  /* miscellaneous styling */
  .login-register-form-layout {
    border-bottom: 1px solid #36383f69 !important;
  }
  .user-profile {
    background-color: hsl(225 9% 14% / 1) !important;
  }
  .settings-content-divider {
    background-color: #2c2e3369 !important;
  }
  .checkbox-placeholder {
    background-color: transparent !important;
  }
  .box-shadow-100 {
    box-shadow: 0 1px 1px #170b3314, 0 0 0 0.7px var(--border-color), 0 0 #0000, 0 2px 5px #45405214 !important;
  }
  .full-width-divider, .brand-grid-content, .sp-body {
    border-top: 0.7px solid var(--border-color) !important;
  }
  .side-menu-divider {
    background-color: #2c2e334a !important;
  }
  .card-banner, .carrier-rates-listing-banner, .notice-banner-grey, .information-container, .white-banner {
    background-color: var(--card-color) !important;
    box-shadow: 0 0 0 0.7px var(--border-color) !important;
  }
  .accordion, .share-link-flex-container, .status-preview-content, .sp-logo {
    border-color: var(--border-color) !important;
  }
  .accordion-header, .shortcut-item-text {
    color: var(--white-100) !important;
  }
  .accordion-no-border {
    border-color: var(--border-color) !important;
  }
  .btn-w > img,
  .accordion-arrow, .nav-back-arrow > img, 
  .map-btn > img,
  .pod-btn > img,
  .pod-item-img,
  .refresh-rates-container > img,
  #fleet_btn .a-right,
  .btn-icon,
  .list-btn-icon,
  .copy-link-btn,
  .list-icon,
  .settings-cc-icon,
  .sp-remove-content,
  .sp-btn-l-icon,
  .eye-closed,
  .popup-back-arrow > img,
  .popup-next-arrow > img,
  #scheduleOrderDate,
  .parameters-set-delivery-time > img,
  .parameters-options-container > img,
  .pagination-btn > img,
  .pod-item-tick,
  .carrier-label,
  .full-w-context-menu-btn > img,
  .pod-item-tick {
    filter: invert(1) saturate(0) !important;
  }

  .add-order-btn > img,
  .context-menu-btn-p > img {
    filter: invert(0) saturate(0) !important;
  }

  .context-menu-modal, .shortcut-suggestions, .context-menu-modal-top, .collection-context-menu, .pac-container, .pac-container-second, .status-filter-context-menu, .context-menu-list, .optimisation-settings-dropdown, .full-w-context-menu {
    background-color: var(--card-color) !important;
    box-shadow: 0 0 0 0.7px var(--border-color), 0 10px 15px -3px #0000001a, 0 4px 6px -4px #00000003 !important
  }
  .context-menu-modal-li, .shortcut-suggestions, .pac-matched, .context-menu-list-item, .optimisation-settings-li  {
    color: var(--white-100) !important;
  }
  .context-menu-modal-li:hover, .shortcut-item:hover, .pac-item:hover, .context-menu-list-item:hover, .pac-li-shortcut:hover, .optimisation-settings-li:hover {
    background-color: #16171a !important;
  }
  .context-menu-modal-li.critical {
    color: #fa1e49 !important;
  }
  .context-menu-modal-li.critical:hover {
    background: #fa1e490f !important;
  }
  .context-menu-modal-divider {
    background-color: hsl(223, 7%, 19%, 75%) !important;
  }
  .key-shortcut-w, .key-shortcut-w-inline {
    color: #ffffff !important;
    background-color: #2d2b32 !important;
  }
  .carrier-l-logo, .address-type-btn-icon {
    filter: invert(1) saturate(0) !important;
  }
  .listing-search-suggestions {
    background-color: var(--card-color) !important;
    border: 0.5px solid lch(13.98 4.707 272) !important;
    box-shadow: lch(0 0 0 / 0.0) 0px 0px 0px 0px !important;
  }
  .listing-search-li:hover {
    background-color: #16171a !important;
  }
  .listing-search-key {
    color: var(--white-100) !important;
    background-color: #2d2b32 !important;
  }
  .listing-badge-tooltip {
    border: 0.7px solid hsl(223.52deg 11.8% 14.77%) !important;
    background-color: lch(8.3 1.867 272) !important;
    box-shadow: hsl(0deg 0% 0% / 6%) 0px 4px 4px -1px, hsl(0deg 0% 0% / 12%) 0px 1px 1px 0px !important;
  }
  .settings-card-li {
    border-bottom: 1px solid var(--border-color) !important;
  }
  .settings-card-li.last {
    border-color: transparent !important;
  }
  .settings-card-li:last-child {
    border-color: transparent !important;
  }
  .input-preset {
    background-color: #28282b !important;
    color: var(--white-100) !important;
  }
  .input-preset:active {
    background-color: #222225 !important;
    color: var(--white-100) !important;
  }
  .center-modal-container, .side-modal-container, .overlay  {
    background-color: hsl(0deg 0% 0% / 60%) !important;
  }
  .center-modal, .side-modal, .side-popup, .left-a-popup-container, .full-screen-popup {
    border: none !important;
    background-color: var(--card-color) !important;
    box-shadow: 0 0 0 0.7px var(--border-color), #00000030 0px 3px 20px,  #00000030 0px 3px 12px,  #00000030 0px 2px 8px !important;
  }
  .center-modal-footer, .side-modal-footer, .card-footer-section {
    background-color: var(--card-color) !important;
    border-top: 1px solid var(--border-color) !important;
  }
  .center-modal-header.border {
    background-color: var(--card-color) !important;
    box-shadow: 0 0 0 1px var(--border-color) !important
  }
  .center-modal-header.center-modal-header-active {
    box-shadow: 0 0 0 1px var(--border-color) !important;
  }
  .gmaps-embed.new-delivery-map {
    box-shadow: 0 0 0 1px #414349, 0 0 0 5px var(--card-color) !important;
  }
  .address-type-btn {
    color: rgba(255, 255, 255, 0.65) !important
  }
  .primary-btn, .btn-p, .settings-btn-p, .context-menu-btn-p {
    box-shadow: 0 1px 1px #170b3326, 0 2px 5px #45405226, inset 0 0 0 1px #f9f9f924 !important;
  }
  .multi-drop-btn {
    color: white !important;
    border-color: var(--border-color) !important;
  }
  .multi-drop-btn:hover {
    background-color: hsla(0, 0%, 100%, 0.04) !important;
  }
  .multi-drop-btn:active {
    background-color: hsla(0, 0%, 100%, 0.03) !important;
  }
  .ambient-light-overlay {
    background-color: var(--body-color) !important;
  }
  .shipment-map {
    background-color: var(--hover) !important;
  }
  .btn-v-divider, .horizontal-divider, .left-a-popup-break {
    background-color: var(--border-color) !important;
  }
  .ship-label, .information-container, .pod-details, .box-shadow-border {
    box-shadow: 0px 0px 0px 0.7px var(--border-color) !important;
  }
  .timeline-tick-img {
    filter: invert(1) saturate(0) brightness(2) !important;
  }
  .overview-driver-img {
    border-color: var(--card-color) !important;
  }
  .eta-status-banner, .order-address-container, .pod-signature {
    color: var(--white-100) !important;
    background-color: hsl(224.29deg 6.59% 9.78%) !important;
    box-shadow: hsl(223.52deg 11.8% 14.77%) 0px 0px 0px 0.7px, hsl(0deg 0% 0% / 6%) 0px 4px 4px -1px, hsl(0deg 0% 0% / 12%) 0px 1px 1px 0px !important;
    caret-color: var(--white-100) !important; 
  }
  .gradient-left {
    background-image: linear-gradient(90deg, hsl(224.29deg 6.59% 9.78%), #fff0);
  }
  .gradient-right {
    background-image: linear-gradient(90deg, #fff0, hsl(224.29deg 6.59% 9.78%));
  }
  .s-loader, .sp-status-icon, .sp-status-progress-bar, .progress-icon, .progress-bar {
    filter: invert(1) brightness(2) saturate(0) !important;
  }
  .brand-preview, .sp-wrapper {
    filter: invert(1) !important;
  }
  .sp-header, .sp-body, .status-preview-content, .refresh-rates, .popup-shimmer {
    background-color: var(--card-color) !important;
  }
  .brand-preview {
    background-color: #ffffff2b !important;
  }
  .toggle {
    background-color: var(--border-color) !important;
  }
  input:checked + .toggle {
    background-color: #7642f4 !important;
  }
  #carrier-rates > .rates-li > label.rates-container > img {
    filter: invert(1) brightness(1.5) saturate(0);
  }
  .rates-li input[type="radio"]:checked + .rates-container {
    border: 0.7px solid hsl(258deg 97% 57% / 60%) !important;
    background-color: hsl(258deg 37% 57% / 10%) !important;
  }
  .checkmark {
    background-color: transparent !important;
    box-shadow: 0 1px 1px rgba(23, 11, 51, .08), 0 0 0 1px var(--border-color), 0 0 transparent, 0 2px 5px rgba(69, 64, 82, .08) !important;
  }
  .checkmark:active {
    box-shadow: 0 0 0 3px rgba(118, 66, 244, 0.1), 0 1px 3px 0 rgba(23, 11, 51, 0.15) !important;
  }
  .checkbox-container {
    color: #E4E2E9 !important;
  }
  input[type="checkbox"]:checked + .checkmark {
    background-color: #723EF2 !important;
    box-shadow: 0 0 0 1px #6128EB !important;
  }
  .validation-indicator-container {
    background-color: var(--card-color) !important;
    color: var(--white-100) !important;
    box-shadow: 0px 0px 0.7px var(--border-color) !important;
  }
  .validation-indicator-btn {
    background-color: var(--card-color) !important;
  }
  .file-upload-drop-area {
    background-color: var(--card-color) !important;
    border: 1px dashed var(--border-color) !important;
  }
  .s-container {
    background-color: var(--card-color) !important;
  }
  .loading-text-gradient {
    background-image: linear-gradient(90deg, #ffffff80, #ffffff 25%, #ffffff80 50%) !important;
  }
  .code-text {
    background-color: lch(8.3 1.867 272) !important;
    box-shadow: 0 0 0 1px var(--border-color) !important;
  }

  /* calendar styling */
  .icalendar__days div {
    color: var(--white-100);
  }
  .icalendar__days div {
    color: var(--white-100);
  }
  .icalendar__days div:hover {
    background-color: var(--hover) !important;
  }
  .icalendar__days .clicked:hover {
    background-color: var(--palpatine-purple) !important;
  }

  /* Additional Dark Mode Styling */
  .edit-original-address-container {
    background-color: var(--card-color) !important;
    box-shadow: 0 0 0 0.7px var(--border-color) !important;
  }
  .edit-original-address {
    color: var(--white) !important;
  }
  .removable-tag-item {
    background-color: var(--card-grey-color) !important;
    color: var(--white-100) !important;
  }
  .status-badge-container {
    background-color: var(--card-color) !important;
    color: var(--white-100) !important;
  }
  .status-badge-icon {
    background-color: var(--white-100) !important;
  }
  .progress-icon {
    background-color: transparent !important;
  }
  .comment-input {
    background-color: var(--card-color) !important;
    color: var(--white-100) !important;
    border: 1px solid var(--border-color) !important;
  }
  .timeline-attachment {
    background-color: var(--card-color) !important;
    border: 1px solid var(--border-color) !important;
  }
  .comment-at-user {
    background-color: #2d2b32 !important;
    color: var(--white-100) !important;
  }
  .multi-drop-btn {
    background-color: var(--card-color) !important;
    color: var(--white-100) !important;
    border: .7px dashed var(--border-color) !important;
  }
  .multi-drop-btn:hover {
    background-color: var(--hover) !important;
  }
  .multi-drop-btn:active {
    background-color: var(--pressed) !important;
  }
  .context-menu-modal-li.ship-sticky {
    border-bottom: 1px solid var(--border-color) !important;
    background-color: var(--card-color) !important;
  }
  .edit-wrapper-loader {
    background-color: var(--card-color) !important;
  }
  .delivery-status-bar {
    background-color: var(--card-color) !important;
    box-shadow: 0 0 0 .7px var(--border-color), 0 1px 15px #170b3326 !important;
  }
  .carrier-rates-refresh-banner {
    background-color: #ff00000d  !important;
    box-shadow: 0 0 0 1px #ff060033  !important;
  }
  .edit-shipment-original-address {
    color: var(--white) !important;
    background-color: var(--card-color) !important;
    box-shadow: 0 0 0 0.7px var(--border-color) !important;
  }
  .edit-shipment-title-input {
    color: var(--white) !important;
    width: 100% !important;
  }
  .modal-tab.active {
    color: var(--white) !important;
    border-bottom: 1px solid var(--white) !important;
  }
  .modal-tab {
    color: #949496 !important;
  }
  .sp-upload-content {
    box-shadow: inset 0 0 0 .7px var(--border-color) !important;
  }
}