.Order_Overview {
  margin-top: 5%;
}

.Order_Overview .Rewards_text_holder {
  padding-top: 5%;
  border-top: 1px solid #ccc;
  margin-top: 5%;
}
.Order_Overview .check-input-box {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0px !important;
}
.Order_Overview .check-input-box .form-check-input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: auto 0 auto 10px;
}
.Order_Overview .check-input-box .form-check-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ced4da !important;
}
.Order_Overview .Rewards_text_holder .view_grp {
  background: #0d6aa5 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  color: #fff;
  border: none;
}

.Order_Overview .Rewards_text_holder .tags_icon_holder {
  background: #0d6aa5;
  border: none;
  color: #fff;
}

.Order_Overview .Rewards_text_holder .input-group {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
  border-radius: 8px;
  opacity: 1;
}

.Order_Overview .Rewards_text_holder .input-group .form-control {
  background-color: transparent;
  border: none;
}

.Order_Overview .Rewards_text_holder .input-group .form-control::placeholder {
  color: #000 !important;
}

.Order_Overview .Rewards_text_holder h4 {
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  opacity: 1;
}

.Order_Overview .btn_holder {
  width: fit-content;
  margin: 5% auto;
}

.Order_Overview .Cart_Products_card tbody tr td {
  width: 70%;
}

.Order_Overview .all_records {
  max-height: 800px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}

.Order_Overview .custom_row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .Order_Overview .Rewards_text_holder .view_grp {
    font-size: 13px;
  }

  .Order_Overview .Rewards_text_holder .input-group .form-control {
    font-size: 13px;
  }

  .Order_Overview .Rewards_text_holder h4 {
    font-size: 15px;
  }
  .Order_Overview .check-input-box .form-check-input {
    margin: auto 0 5px 3px;
  }
}
