.order-main-container-tracker{
  display: flex;
  background: white;
  max-width: 1200px;
  margin: auto;
}

.container-tracker {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  position: relative;
/*    height: 100vh;*/
width: 50%;
}

.iphone-tracker {
  margin-top: 10px;
  background-color: #F4F4FB;
  height: auto;
  width: 100%;
/*  overflow: hidden;*/
position: relative;
z-index: 2;
transform: scale(0.8);
transform-origin: top center;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20%;
}

.order-summary {
  margin-left: 1.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column; 
}

.order-summary > div {
  margin: 6px;
}

.order-status {
  color: #338A9A;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.order-date {
  font-size: 1.5rem;
  font-weight: 700;
}

.order-day {
  color: #338A9A;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.back-btn {
  margin-right: 50px;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  cursor: pointer;
}

.back-btn:hover {
 transform: scale(1.2);
 box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.hero-img-container-tracker {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}

.hero-img-container-tracker::before {
 height: 20px;
 width: 20px;
 background-color: #0268EE;
 position: absolute;
 top: 25px;
 right: 150px;
 content:'';
 border-radius: 50%;
}
.arc {
  border: 1px solid #000;
  display: inline-block;
  min-width: 200px;
  min-height: 200px;
  padding: 0.5em;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.4;
  position:absolute;
  transform: rotate(-40deg);
  left: -10px;    
}

.pattern {
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8Y2lyY2xlIGN4PSc0JyBjeT0nNCcgcj0nNCcgZmlsbD0nYmxhY2snLz4KPC9zdmc+");
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
  transform: scale(1.2);
}

.triangle1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #767EEF transparent;
  position: absolute;
  top: 50px;
  left: 130px;
  transform:rotate(-45deg);
}

.hero-img {
  width: 80%;
}

.order-status-container-tracker {
  display: flex;
  width: 100%;
  height: 282px;
  justify-content: space-evenly;
  align-items: center;
  background-color: white;
}



.status-item {
  display:flex;
  flex-direction:column;
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  padding-top: 20px;
}

.status-item > div {
 margin: 10px;
}

.status-circle {
  height: 20px;
  width: 20px;
  background-color: #665CF5;
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  z-index: 5;
  transition: all 0.2s;
  cursor: pointer;
}

.status-circle:hover {
  transform: scale(1.2);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.status-text {
  font-size: 0.8rem;
  font-weight: 500;
  width: 100px;
  text-align: center;
}

.status-text span {
  display: block;
  text-align: center;
  padding: 2px;
}

.green {
  color: #338A9A;
}

.first::before {
  content:'';
  height: 4px;
  width: 5%;
  background-color: #5858EF;
  position:absolute;
  z-index:4;
  top: 106px;
  left: 60px;
}

.order_tracking_error {
  width: 90%;
  margin: auto;
  background-color: #d9d9d9;
  padding: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}

.active_sts .status-circle{
  border-color: #91f991 !important;
}
.second::before {
 content: '';
 height: 4px;
 width: 80%;
 background-color: #5858EF;
 position: absolute;
 z-index: 4;
 top: 106px;
 left: 66px;
 opacity: 0.2;
}

.order-details-container-tracker {
  position: relative;
  z-index: 6;
  height: 85%;
  background-color: #767EEF;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  padding-top: 20px;
  transform:translateY(-45px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);  
  cursor: default;
}

.odc-header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.cta-text {
  margin-top: 40px;
  margin-right: 25px;
  color: white;
  font-size: 0.9rem;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.18);
}

.cta-button {
  margin-top:20px;
  padding: 20px 40px;
  background-color: #4E4DED;
  border: 0;
  border-radius: 10px;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10), 0 6px 6px rgba(0,0,0,0.05);
  animation: shadow-pulse 1s infinite;
  cursor:pointer;
}

@keyframes shadow-pulse
{
 0% {
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
}
100% {
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
}
}
.current_order_status {
  text-align: center;
  color: white;
  margin: unset;
  padding: unset;
}

.cta-button:focus {
  outline:none;
}

/*.order-details-container-tracker::before {
  content:'';
  position:absolute;
  width: 70px;
  height: 3px;
  background-color: #EAEBFF;
  opacity: 0.8;
  border-radius: 2px;
  top:20px;
  left: 150px;
}*/

.odc-wrapper {
  margin:30px;
}

.odc-header-line {
  margin-top:30px;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px
}

.odc-header-details {
  color:white;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-container-tracker {
  background-color: #828AF1;
  border-radius: 20px;
  padding: 10px;
}

.product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product span {
  display: block;
  color: white;
  margin-left: 25px;
  margin-bottom: 8px;
  flex-grow: 1;
}

.product span:first-child {
  font-weight: 300;
  font-size: 0.8rem;
}

.product span:last-child {
  font-weight: 500;
  font-size: 1.3rem;
}

.img-photo {
  width: 90px;
/*  transform: rotate(-35deg)*/
}

.cancellation {
  margin-top: 20px;
  background-color: #828AF1;
  border-radius: 20px;
  padding: 30px 20px;
  color:white;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.shipping-desc {
  color:white;
  font-weight: bold;
  margin-bottom: 20px;
}

.shipping-address {
 margin-top: 20px;
 background-color: #828AF1;
 border-radius: 20px;
 padding: 20px 20px;
 color:white;
 font-weight: bold;
 margin-bottom: 20px;
 
}

.footer {
 position: absolute;
 bottom: 15px;
 right: 15px;
 font-size: 0.9rem;
}

.footer small {
  font-size: 0.7rem;
}

.footer a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 2px solid rgba(50,115,220,.1);
  padding-bottom: 2px;
}

.footer a:hover {
  color: #1e57b4;
  border-bottom-color: #1e57b4;
}

.tracking-container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 90%;
  margin: auto;
}
.single_order_status_details {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.status_lbl {
  font-size: 15px;
  font-weight: bold;
}
.tracking-info {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.tracking-form form{ 
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.details_div {
  margin-top: 42%;
}
.tracking-form input {
  flex: 1 1 calc(50% - 10px);
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.tracking-form input::placeholder {
  color: #aaa;
}

#track-button {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

#track-button:hover {
  background-color: #333;
}
.delivery_message {
  text-align: center;
  color: white;
  margin: unset;
  padding: unset;
  margin-top: 6px;
}
.tracking-form {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .status-text {
    width: auto;
  }
  .order-main-container-tracker {
    flex-direction: column;
  }
  .tracking-form {
    flex-direction: column;
  }
  .details_div {
    margin-top: 10px;
  }
  .container-tracker {
    width: 100%;
    margin-top: -40px;
  }
  .__order_detail {
    width: 100%;
  }
  .second::before,.first::before {
    top: 105px;
    left: 43px;
  }
  .status_lbl {
    font-size: 12px;
  }
  .iphone-tracker {
    transform-origin: unset;
    margin-top: 0px;
    transform:unset;
    margin-bottom: 100px;
  }
}