.Reason_cancelling_field_holder {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 9px #00000021;
  border-radius: 5px;
  padding: 20px;
  margin-top: 2%;
}

.Reason_cancelling_field_holder .btn_holder {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.Reason_cancelling_field_holder .btn_holder .Green_btn_holder .Green_btn,
.Reason_cancelling_field_holder .btn_holder .Gray_Btn_holder .Gray_Btn {
  width: 120px;
}

.Reason_cancelling_field_holder .input_group .form-control {
  border: none;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 0;
}

@media (min-width: 0px) and (max-width: 991px) {


  .Cancel_order .cancel_order_holder .title_holder .text_holder h6 {
    font-size: 14px;
  }

  .Cancel_order .cancel_order_holder .title_holder .text_holder h5 {
    font-size: 11px;
  }


  .Cancel_order .cancel_order_holder .title_holder .heading_holder h4 {
    font-size: 15px;
}
}
