#fme_oc_cancel_order_btn {
  font-size: 0.875em;
  word-break: unset;
}
#fme_oc_reasons {
  width: 60%;
}
#fme_oc_order_number {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 2px;
}


.cancellation_reason_table td {
  padding: 0px !important;
  width: min-content !important;
}

#fme_oc_note {
  margin-bottom: 20px;
}

h4#fme_oc_confirm_modal_title.fme-oc-modal-title{
  display: inline;
  font-size: 1.5em !important;
}

#fme_oc_reason_error_msg {
  display: none;
  font-size: 1em;
  font-weight: 500;
  height: 2rem;
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom: 15px;
  background-color: rgb(255, 255, 255);
  border-left: 5px solid #FF0000;
  box-shadow: 2px 2px 3px 0px rgba(50,50,50,0.5);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(50,50,50,0.5);
  -moz-box-shadow: 2px 2px 3px 0px rgba(100,100,100,0.5);
}

td input[type='radio'] {
  margin-top: 5px;
}

#fme_oc_confirm_modal .oc_reason_radio_btns_col {
  width: 1.4rem !important;
}

.btn-decision {
  word-break: unset;
}


#fme_oc_request_decision {
  display: none;
}


.fme-oc-modal {
  display: none;
  position: fixed;
  z-index: 100000;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7) !important;
  font-size: 14px;
}

.fme-oc-modal.fme-oc-modal-open {
  display: block;
}

.fme-oc-modal-dialog {
  position: relative;
  width: auto;
  max-width: 640px;
  margin: 1.75rem auto;
  pointer-events: none;
}

.fme-oc-modal-content {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100% !important;
  background: #fff;
  pointer-events: auto;
}

.fme-oc-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.fme-oc-modal-body {
  margin-bottom: 1rem;
}

.fme-oc-modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.fme-oc-modal-title {
  margin: 0;
  font-size: 1.5em !important;
}

body.fme-oc-modal-open {
  overflow: hidden;
}

/* The modal close button (bootstrap-free). */
.fme-oc-modal-close {
  color: #aaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
  border: 0;
  background: transparent;
  line-height: 1;
  padding: 0;
}

.fme-oc-modal-close:hover,
.fme-oc-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.fme-oc-btn {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  text-decoration: none;
}

.fme-oc-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #d6d9dc;
}

.fme-oc-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

#fme_oc_loader_div { 
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1059922; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.1) !important; /* Black w/ opacity */
}

#fme_oc_loader {
  background-image:url('../../images/loader.gif');
  background-size: 30%;
  background-repeat: no-repeat;
  margin: 20% 46%;    
  height:15%;
  width:15%;
}


.fme_oc_full_select_items_items > div {
  display: flex;
  justify-content: space-between;
}
.fme_oc_full_select_items_items > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:3px;
}

.fme_oc_full_select_items_items > div > input {
  width: 20% !important;
  align-items: center;
}
.cancel_request{
  margin-top: 5px;  
}

.fme_oc_file_upload_error {
  color: #b32d2e;
  margin-top: 8px;
}

.fme_oc_selected_files_list {
  margin: 10px 0 0;
  padding-left: 18px;
}

#fme_oc_attachments {
  max-width: 100%;
}