/* *{
	outline: 1px solid red;
  }  */

body{
  font-family: 'Poppins', sans-serif;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

header{
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 1050;
  width: 100%;
}

.dondi-nav-link {
  font-size: 14px;
  letter-spacing: 0.5px;
  opacity: 0.8;
  position: relative;
  transition: opacity 0.3s;
  padding-bottom: 5px;
  text-decoration: none;
}

.dondi-nav-link:hover {
  opacity: 1;
  box-shadow: inset 0 -1px 0 0 white;
}

.container.text-center.d-none.d-lg-block{
    max-width: 1800px !important;
}

button.btn-primary{
  border-radius: 0px; 
  font-size: 18px; 
  font-weight: bold;
  padding: 12px 30px;
  color: #fff !important; 
  background-color: #000 !important; 
  border: 1px solid #000 !important;
  transition: all 0.3s ease;
}

button.btn-primary:hover {
  background-color: #fff !important;
  color: #000 !important;
}

a.btn-primary{
  border-radius: 0px; 
  font-size: 18px; 
  font-weight: bold;
  padding: 12px 30px;
  color: #fff !important; 
  background-color: #000 !important; 
  border: 1px solid #000 !important;
  transition: all 0.3s ease;
}

a.btn-primary:hover {
  background-color: #fff !important;
  color: #000 !important;
}

table > tbody > tr > td:nth-child(2) {
  font-weight: 900;
}

table > tbody > tr > td:nth-child(1) {
  width: 8%;
  color: #666;
}

th, td {
  padding: 15px 10px;
  border-bottom: 1px solid #f5f5f5;
}

table {
  border-collapse: collapse;
}

table > tbody > tr:last-child > td {
  border-bottom: none;
}

.box{
  background-color: white;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border-radius: 0px;
  border: none;
}
 
h1 {
  font-weight: 300;
  font-size: 2.2rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
}  

h2 {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.5px;
}

h3 {
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.label{
  font-weight: 600;
}

.find-order{
  padding: 50px 50px;
}

.pay-msg{
  color:#DC3545 ;
}

div.find-order > div{
  padding-top: 30px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-tracker {
  margin-top: 30px;
}

.tracker {
  margin-top: 50px;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.done {
  background-color: #000;
  color: #fff;
}

.done.warning {
  background-color: #DC3545 !important;
}


.active {
  background-color: #3498db;
  color: #fff;
  border-color: #3498db;
}

.line {
  height: 6px;
  background-color: #f2f2f2;
  bottom: 45%;
  width: 100%;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #444;
}

/* wide screen */
@media (min-width: 1000px) {
  

  .line.left{
    left: 0;
    width: 50%;
  }

  .line.right{
    right: 0;
    width: 50%;
  }

  .label{
    padding-top: 15px;
  }

  .shipping-info{
    position: absolute;
    bottom: 0;
  }

  .not-found-page{
    margin-top: 30px;
  }

  .column {
    padding: 50px;
}

}

.line.done {
  background-color: #000;
}

.line.active {
  background-color: #3498db;
}



/* styles for small screens */
@media (max-width: 1000px) {

  .navbar-brand{
    align-self: center;
  }

  .amount-line{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px !important;
  }

  .tracker {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  
  .circle {
    margin: 30px 0;
  }

  .line{
    top: 0;
    width: 6px;
    height: 100%;
  }

  .line.left{
    height: 50%;
  }
  
  .line.right{
    height: 50%;
    top:55%
  }

  .find-order{
    margin-top: 80px;
    padding: 5px 15px;
  }

  .not-found-page{
    margin-top: 80px;
  }

  .box{
    margin-top: 30px;
  }

  .step {
    padding: 20px;
  }

  .test-cont {
    flex-direction: column;
  }
  .column {
    padding: 20px;
  }
}


