arrivesby-countdown {
  font-weight: bold;
}

.arrivesby-dt-timer {
  font-family: monospace;
}

.arrivesby-dm {
  text-align: match-parent;
  padding: .5em;
  min-width: 100%;
  min-height: 2.3em;
  display: block;
  border-radius: 10px;
}


.arrivesby-dt {
  min-width: 100%;
  display: block;
  background-color: var(--bg-color-setting);
  padding: 0.5em;
  border-radius: 10px;
  font-size: var(--font-size-setting);
  text-align: var(--text-align-setting);
  color: var(--text-color-setting);
}

.arrivesby-dt-heading {
  font-weight: bold;
}

.arrivesby-dt .date-range {
  font-weight: bold;
}

.arrivesby-dt .date-text-sm {
  font-size: smaller;
  line-height: normal;
}

.arrivesby-dt .date-text-md {
  font-size: inherit;
  line-height: inherit;
}

.arrivesby-dt-countdown {
  font-size: smaller;
  line-height: normal;
}


.inline-icon {
  font-size: 24px;
  vertical-align: text-bottom;
}

.inline-text-icon {
  font-size: larger;
  vertical-align: text-bottom;
}

.arrivesby-dtl {
  min-width: 100%;
  display: block;
  padding: 1em 0em 1em 0em;
  border-radius: 10px;
}

.delivery-phase-box {
  line-height: normal;
  display: flex;
  width: 100%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75% 100%;
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0) calc(30% - 1px),
      rgba(192, 192, 192, 1) calc(30%),
      rgba(0, 0, 0, 0) calc(30% + 1px));
}

.delivery-phase-box>* {
  width: calc(100% / 3);
}

.delivery-phase {
  font-weight: bold;
  padding-top: .5em;
}


.delivery-phase-icon {
  background-color: white;
  border-radius: 50%;
  padding: 18px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
}


.delivery-phase-date {
  font-size: smaller;
}

/* fallback */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2?display=block) format('woff2');
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

:popover-open {
  position: fixed;
  border-radius: 8px;
  border: 1px solid;
  border-color: #d5d9d9;
  box-shadow: 0 0 14px 0 rgba(15, 17, 17, .5);
  padding: 0;
}

.popover-button {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*input has OS specific font-family*/
  color: #069;
  cursor: pointer;
}



.dismiss-popover {
  background: none;
  border: none;
  cursor: pointer;
}

.dismiss-popover-container {
  text-align: right;
}

ab-geolocation {
  min-width: 100%;
  display: block;
  border-radius: 10px;
}

.popover-header {
  border-bottom: 1px solid #d5d9d9;
  background-color: #f0f2f2;
  border-radius: 8px 8px 0 0;
  padding: 0 24px;
  position: relative;
  text-align: left;
  border-radius: 8px 8px 0 0;
  padding: 0 20px;
  margin: 0;
  z-index: 10;
}

.popover-header-content {
  padding: 16px 0;
  min-height: 56px;
  margin-right: 28px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
}

.popover-close {
  display: block;
  zoom: 1;
  background-color: transparent;
  border-radius: 5px;
  border: #bbbfbf;
  border-color: transparent;
  float: right;
  padding: 16px;
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 0;
  cursor: pointer;
}

h4.popover-header-content {
  margin: 0;
}

.popover-content {
  padding: 16px 24px;
  width: 375px;
  line-height: 29px;
}

.popover-content .divider-break {
  margin-bottom: 14px;
  line-height: 0;
  padding-top: 1px;
  position: relative;
  text-align: center;
  top: 2px;
}

.popover-content .divider-break h5 {
  color: #565959;
  text-align: center;
  font-size: 12px;
  margin: 0;
  background-color: #fff;

  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 0 8px 0 7px;
  position: relative;
  z-index: 2;
}

.popover-content .divider-break::after {
  background-color: transparent;
  border-top: 1px solid #bbbfbf;
  content: "";
  display: block;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
}

.popover-content .text-input {
  width: 65%;
  line-height: inherit;
}

.popover-content .button-input {
  width: 33%;
  border-radius: 99px;
  background-color: transparent;
  border-color: #888c8c;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  line-height: inherit;
}

.arrivesby-input input[type=text] {
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.arrivesby-input input[type=text]:focus {
  border: 1px solid #555;
}

.skeleton {
  display: inline-block;
  background-color: #E3E3E3;
}

.skeleton-text {
  width: 35%;
  height: 1.3rem;
  border-radius: 0.25rem;
}