*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: 'Rubik', sans-serif;
}
html {
  --color-brand: #0094cf;
  --color-white: #fff;
  --color-accent: #4fa532;
  --size-sm: 0.5rem;
  --size-md: 1rem;
  --size-lg: 2rem;
  --tracker-text-xl: 4.5rem;
  --tracker-text-lg: 2.25rem;
  --tracker-text-md: 2rem;
  --tracker-text-sm: 1rem;
  min-height: 100vh;
}

.cls-1 {
  fill-rule: evenodd;
}
.mb-2 {
  margin-bottom: 2rem;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.text-center {
  align-text: center;
  width: 100%;
}
.error-text,
.form-error {
  color: red;
}
.hide {
  display: none;
}
.box-shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.thermometer-text {
  font-size: 84px;
  font-family: 'Rubik', sans-serif;
  background: linear-gradient(to bottom, #078ecb, #4e8f38);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  margin-bottom: 1rem;
}
.tk-tracker__wrapper {
  margin: 1rem 0;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
 
  background: white;
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.tk-tracker__wrapper > div {
  max-height: 100%;
}
/* Stack all items in container */
.tk-tracker__wrapper > div {
  grid-area: 1/1/1/1;
}
.tk-tracker__wrapper,
.tk-tracker__wrapper > * {
  box-sizing: border-box;
}

.tk-tracker-cta {
  display: flex;

  align-items: baseline;
  align-items: center;
  max-width: 1400px;
  gap: 5rem;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 16px;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  color: white;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tk-tracker-cta > div {
  flex: 1;
  min-width: 300px;
}


.tk-tracker-cta__text {
  display: flex;
  flex: 3;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 1rem;
  min-width: 350px;
  color: black;
}
.tk-tracker-cta__text img {
  z-index: -1;
}
.tk-tracker-large-text {
  font-size: 3rem;
}
.tk-tracker-cta__card {
  flex: 3;
  background: white;
  border-radius: 10px;
  color: black;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
  padding: 1.5rem 1rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  align-items: center;
 margin-bottom: 2rem;
}
.tk-tracker-cta__card__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  min-width: 350px;
}
.tk-tracker-cta__card__right {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  margin-left: auto;
  border-left: 4px solid green;
}
.checks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin: 0 auto;
  margin: 1rem 0;
  width: 100%;
}
.checkmarks {
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: center;
  justify-self: flex-start;
  align-self: flex-end;
  justify-content: flex-end;
}
.checks > hr {
  min-width: 2rem;
  height: 2px;
  background: #018bcc;
  margin: 0;
  padding: 0;
}
.checks svg {
  fill: #0094cf;
}
.circle-check {
  max-width: 35px;
}
.box-icon {
  display: block;
  max-width: 200px;
  display: none;
}
.text__headline {
  font-weight: bold;
  font-size: 36px;
  color: #008ccc;
}
@media screen and (min-width: 800px) {
  .text__headline {
    font-size: 60px;
  }
}

.tk-tracker-cta__card {
  display: flex;
  justify-self: flex-start;
}
/* .tracker-btn {
  display: inline-block;
  margin-left: auto;
  padding: 1rem 1rem;
  width: 100%;
  display: block;
  color: gray;
  border: none;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
} */
.btn:hover {
  filter: saturate(2.2);
  text-decoration: underline;
}
.tk-tracker-cta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6rem;
}
.tk-tracker-cta__text p {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 1rem;
}
.tk-tracker-cta-card {
  background: white;
  flex-grow: 2;
  color: black;
  font-size: 2rem;
  padding: 2rem;
  border-radius: 10px;
  display: flex;
}
.card-right {
  padding: 1rem;
  padding-top: 0;
  justify-content: space-between;
}
#order-lookup-form label {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}

input.tracker-input {
  flex: 1;
  padding: 0.5rem;
  min-width: 200px;
}
@media screen and (min-width: 920px) {
  .tk-tracker-cta {
  }
  .text__headline {
    font-weight: bold;
    color: white;
  }
}
/* SPINNER */
.spinner-container {
  display: grid;
  place-items: center;
  background: white;
  transition: all 1s ease;
}
#spinner {
  width: 100%;
  max-width: 10rem;
  animation: rotate 3.6s linear infinite;
}
#spinner circle {
  fill: none;
  stroke: #4da630;
  stroke-width: 8px;
  stroke-dasharray: 300;
  animation: outline 2s cubic-bezier(0.77, 0, 0.18, 1) infinite;
}
@keyframes outline {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 300;
  }
  100% {
    stroke-dashoffset: 600;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(-1turn);
  }
}
/* TRACKER CONTAINER */
#trackerContainer {
  display: grid;
  max-height: 100%;
  overflow-y: scroll;
  background: #ffffff !important;
  transition: all 1s ease;
  background: var(--color-brand);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: black;
}
.tracker {
  width: 100%;
}
html {
  --color-brand: #0094cf;
  --color-white: #fff;
  --color-accent: #4fa532;
}
.split > * {
  flex: 1;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
  background: red;
}
.justify-around {
  justify-content: space-around;
}
.flex-wrap {
  flex-wrap: wrap;
}
.details-wrapper {
  display: flex;
  flex-direction: column;
}
.customer-details {
  width: 100%;
}
.mb-4 {
  margin-bottom: 1rem;
}
.icon {
  width: max(40px, 40px);
  height: max(40px, 40px);
}
.user-contact {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: space-between;
  align-self: stretch;
  background: white;
}
.text-right {
  text-align: right;
}
.fs-8 {
  font-size: 1rem;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.justify-between {
  justify-content: space-between;
}
.br-2 {
  border-radius: 4px;
}
.p-4 {
  padding: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.align-center {
  align-items: center;
}
.space-around {
  justify-content: space-around;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
}
.gap-4 {
  gap: 1rem;
}
.bg-white {
  background: white;
}
.color-brand {
  color: var(--color-brand);
}
.bg-brand {
  background: var(--color-white);
}
.color-accent {
  color: var(--color-accent);
}
.bg-accent {
  baackground-color: var(--color-accent);
}
.top-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem;
}
.tracker-title {
  color: #000000;
  font-weight: 900;
  font-size: 2rem;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .tracker-title {
    color: #000000;
    font-weight: 900;
    font-size: 2.5rem;
    width: 100%;
  }
}
.form-group input {
  min-width: 250px;
  flex: 1;
  padding: 0.5rem;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-top: 1rem;
}
#orderInput {
  margin-top: 1rem;
}
/* TRACKER DETAILS */
/* TRACKER DETIALS STATUS BAR */
.tracker-bar {
  background: #4ea531;
  background: linear-gradient(90deg, #4ea531 0%, #0096d1 100%);
  overflow: hidden;
  display: flex;
  flex-basis: 100%;
  margin-bottom: 4rem;
  justify-content: space-between;
  border-radius: 100vmin;
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}
.step {
  padding: 1rem;
  flex: 1;
  border-right: 4px solid white;
  text-align: center;
  color: var(--color-white);
  font-size: 1rem;
  text-transform: uppercase;
}
#step-shipping {
  transform: scaleX(1.08);
}
.tracker-bar--item {
  width: 100%;
}
.tracker-bar--item-text {
  display: none;
  text-align: center;
  align-text: center;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .tracker-bar--item-text {
    display: block;
    font-size: 1.25rem;
  }
}
.step.incomplete {
  color: black;
  background: #fff;
}
.step:last-child {
  border-radius: 0 100vmin 100vmin 0;
}
@media screen and (min-width: 800px) {
  .tracker-bar {
    background: #4ea531;
    background: linear-gradient(90deg, #4ea531 0%, #0096d1 100%);
    overflow: hidden;
    display: flex;
    flex-basis: 100%;
    margin: 2rem;
    justify-content: space-between;
    border-radius: 100vmin;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  }
  .step {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 1rem;
    flex: 1;
    border-right: 4px solid white;
    text-align: center;
    color: var(--color-white);
    font-size: 0.75rem;
    text-transform: uppercase;
  }
}
#order-details {
  flex: 2;
}
.spacer {
  background-image: linear-gradient(
    to right,
    #000 10%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: 0 14px;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  flex: 1;
  height: 25px;
}
.complete {
  color: var(--color-accent);
  font-weight: bold;
}
.flip-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  transform: rotate(180deg);
  margin-right: 1rem;
  color: var(--color-brand);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#details-wrapper {
  align-items: center;
  justify-content: space-around;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1rem;
}
#updated-date {
  font-size: 5rem;
  font-weight: bold;
}

#customer-details {
  gap: 2rem;
}
@media screen and (min-width: 800px) {
  #details-wrapper {
    wisth: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media screen and (min-width: 600px) {
  .top-bar {
    flex-direction: row;
    justify-content: space-between;
  }
  .tracker-title {
    color: #000000;
    font-weight: 900;
    text-align: left;
    width: auto;
  }
}
#order-lookup-form {
  width: 100%;
  display: flex;
}
#order-lookup-form {
  flex-wrap: wrap;
}
.form-input-wrapper {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: baseline;
  flex-wrap: wrap;
}
#form-btn {
  min-width: max-content;
  z-index: 1;
  margin-left: auto;
  background: #4e8f38;
}
#spinner-container,
#trackerContainer {
  z-index: 2;
}
#tracker-close-btn {
  
  margin-right: 3rem;
  text-align: right;
  cursor: pointer;
}
#tracker-close-btn svg {
  width: 50px;
}
/* UTILS */
.push-up {
  transform: translate3d(0, -200%, 0);
}
.push-down {
  transform: translate3d(0, 200%, 0);
}
#spinner-container,
#trackerContainer {
  margin-bottom: 2rem;
}

.tk-tracker-cta__card__left__pre-headline {
  font-size: 2rem;
  font-weight: bold;
  color: black;
  border-radius: 100vmin;
  background: #078ecb;
  color: white;
  padding: 0.5rem 1rem;
  width: max-content;
  font-style: italic;
  font-weight: bold;
  font-family: 'Rubik', sans-serif;
}
@media screen and (max-width: 1000px) {
  .tk-tracker-cta {
    grid-template-columns: 1fr;
  }
}
//TRACKER 2
#tracker-logo-2 {
  max-width: 100%;
  margin-top: 2rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
  border-radius: 50vmin;
  border: 1px solid black;
  background: linear-gradient(to left, #078ecb, #4e8f38);
  padding-bottom: 1rem;
  margin: 0 auto;
  width: 100%;
}
#tracker-logo-2 > div {
  grid-area: 1/1/1/1;
}
.fadein {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0, 1.65);
  animation: fadein 0.8s forwards cubic-bezier(0.68, -0.5, 0.265, 1.85);
  transform: translateY(200%);
}
.tracker-bar .step:nth-child(1) .fadein {
  animation-delay: 1s;
}
.tracker-bar .step:nth-child(2) .fadein {
  animation-delay: 1.3s;
}
.tracker-bar .step:nth-child(3) .fadein {
  animation-delay: 1.6s;
}
.tracker-bar .step:nth-child(4) .fadein {
  animation-delay: 1.9s;
}
.tracker-bar svg {
  fill: white;
  max-width: 100%;
}
#tracker-logo-2 .step {
  padding: 0.5rem;
}
#tracker-logo-2 .step:last-of-type {
  border: none;
}
#tracker-logo-2 .step span {
  display: flex;
  justify-content: center;
  align-content: center;
}
#tracker-logo-2 .tracker-bar {
  margin: 0;
}
.slide-right {
  animation: slide-right 1.5s ease-out;
}
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.xx_push-up {
  transform: translateY(-50%);
}
/* DETAIL LEADERS */
.detail-list {
  list-style: none;
  margin: 0;
  padding: var(--size-sm);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;

  margin-bottom: 1rem;
}
.detail-list-item {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
.detail-list-item__key {
  font-weight: bold;
  font-size: 1rem;
  text-transform: capitalize;
}
.detail-item-title {
  padding: 0.25rem 0;
  color: white;
  background: #0093d0;
  font-size: 1rem;
  padding: 0.5rem;
}
#item-lists {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
}
.detail-list-item__name {
}
.detail-list-item__status {
  font-weight: bold;
}
.item-details-header {
  padding: var(--size-sm);
  border-bottom: 2px solid black;
width: max-content;
padding-left: 0;
}
.capitalize {
  text-transform: capitalize;
}
.cust-detail-val {
  text-align: right;
}

/* Add box shadows to final elms */
.slide {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-top: 0;
  flex: 1 0 40%;
  min-width: 250px;
}

.slide h2 {
  margin-top: 0;
}

#item-details {
  flex: 1;
  display:flex;
  flex-direction: column;
  justify-content: center;
  
}


.detail-list-item__status {
 min-width: max-content;
}

@media screen and (max-width: 1350px){
  .tracker-bar--item-text{
    font-size: 14px;
 
  }
}

@media screen and (max-width: 1050px){
  .tracker-bar--item-text{
   display: none;
 
  }
}


