@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap");

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none !important;
  color: #000 !important;
}

li {
  list-style: none;
}

.delivered-clr {
  color: #80c757;
}

.delivered {
  color: #80c757;
  font-weight: 700;
  letter-spacing: 1px;
}

.pickedup {
  color: #80c757;
  font-weight: 700;
  letter-spacing: 1px;
}

.confirmed {
  color: #3ec3ff;
  font-weight: 700;
  letter-spacing: 1px;
}

.table-set .MuiTableCell-root {
  padding: 10px 15px;
}

.order_status span {
  margin-right: 36px;
}



.order_status fieldset {
  border-style: none;
}

/* .forget-pwd > a {
  color: #333;
  font-weight: 500;
}

.forget-password .panel-default {
  width: 38%;
  margin: 8rem auto;
}
.forget-password .panel-body {
  padding: 9%;
  margin-bottom: -50%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
img {
  width: 30%;
  margin-bottom: 10%;
}
button.btn.btn-primary.custom-btn {
  width: 100%;
  height: 45px;
  background-color: #1dc29a;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
/* input.form-control.custom-filed {
  background-color: #f1f1f2;
  border: navajowhite;
  height: 45px;
} */
/* i.fa.fa-check-circle.custom-icon {
  font-size: 95px;
  color: #1dea53;
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .forget-password .panel-default {
    width: 100%;
    margin: 5rem auto;
  }
} */