.Cancel_order {
  padding: 0% 0% 2%;
}

.Cancel_order .cancel_order_holder .title_holder {
  background: #fff;
  border: 1px solid #e3e9e5;

  border-radius: 8px;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  box-shadow: 0 4px 14px rgba(8, 120, 82, 0.08);
  transition: all 0.3s ease;
}

.Cancel_order .cancel_order_holder .title_holder .heading_holder h4 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #087852;
  opacity: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.Cancel_order
  .cancel_order_holder
  .title_holder
  .heading_holder
  h4
  .arrow_icon {
  color: #6ea841;
  font-size: 27px;
  transition: 0.3s ease;
}

.Cancel_order .cancel_order_holder .title_holder:hover .arrow_icon {
  color: #087852;
  transform: translateX(3px);
}

.Cancel_order .cancel_order_holder .title_holder .text_holder {
  text-align: right;
}

.Cancel_order .cancel_order_holder .title_holder .text_holder h6 {
  text-align: right;
  font-size: 17px;
  font-weight: 700;
  color: #087852;
  opacity: 1;
  margin-bottom: 3px;
}

.Cancel_order .cancel_order_holder .title_holder .text_holder h5 {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #6b6b6b;
  opacity: 1;
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Cancel_order {
    padding-bottom: 4%;
  }

  .Cancel_order .cancel_order_holder .title_holder {
    padding: 12px;
    border-left-width: 3px;
  }

  .Cancel_order .cancel_order_holder .title_holder .heading_holder h4 {
    font-size: 16px;
    gap: 5px;
  }

  .Cancel_order
    .cancel_order_holder
    .title_holder
    .heading_holder
    h4
    .arrow_icon {
    font-size: 22px;
  }

  .Cancel_order .cancel_order_holder .title_holder .text_holder h6 {
    font-size: 11px !important;
  }

  .Cancel_order .cancel_order_holder .title_holder .text_holder h5 {
    font-size: 11px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Cancel_order .cancel_order_holder .title_holder .heading_holder h4 {
    font-size: 17px;
  }

  .Cancel_order .cancel_order_holder .title_holder .text_holder h6 {
    font-size: 17px;
  }

  .Cancel_order .cancel_order_holder .title_holder .text_holder h5 {
    font-size: 12px;
  }
}
