     .main_section_create_orders {
    padding: 20px;
  }

      .card-header-gradient {
 background: linear-gradient(90deg, #3B82F6 0%, #823FE0 65.87%);

      color: white;
      font-weight: bold;
    }
    .form-section {
      margin-bottom: 20px;
    }
    .btn-gradient {
    background: linear-gradient(90deg, #3B82F6 0%, #823FE0 65.87%);

      color: white;
      border: none;
    }
      .container-fluid,
  .row.chat-container {
    height: auto !important;
  }

    .set_color_bg_blue  {
    background: rgba(59, 130, 246, 0.1) !important;
  }
    .set_tittle_l {
    color: rgba(10, 34, 72, 1);
    font-weight: 500;
    font-size: 14px;
  }
   .bg-opacity-50 {
    --bs-bg-opacity: 0.1 !important;
  }
  .set_p_c{
    font-weight: 500;
    font-size: 14px;
 color: rgba(10, 34, 72, 1);
  }
 .set_sm{
  color: rgba(87, 87, 87, 1);
  font-size: 13px;
 }
        input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Remove arrows in Firefox */
  input[type="number"] {
    -moz-appearance: textfield;
  }

  .form-select {
    box-shadow: none !important; /* Removes Bootstrap's focus shadow */
    outline: none !important;    /* Removes the default browser outline */
    border: 1px solid #E8EDF2;   /* Keeps consistent border */
    color: #9A9AAF;
    background-color: #FFFFFF;
}

.form-select:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #E8EDF2; /* Keeps it from changing color on focus */
}

 .upload-box {
    border: 1px solid rgba(212, 215, 227, 1);
    padding: 1.39rem;
    text-align: center;
    color: #666;
    cursor: pointer;
    border-radius: 5px;
    background: rgba(59, 130, 246, 0.1);
  }
.set_form_overflow{
  overflow: auto;
  height: 60vh;
}