#dropzone {
  border: 2px dashed #007bff;
  padding: 20px;
  margin-bottom: 20px;
}

.modal-left {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  margin: 0;
}

.modal-left .modal-dialog {
  margin: 0;
  height: 100%;
  transform: none;
  max-width: 50%;
  width: 50%;
}

.modal-left .modal-content {
  height: 100vh;
  border-radius: 0;
}

.add-border {
  background-color: #fff;
  border: 0.1rem solid #ebebeb;
  overflow: hidden;
  border-radius: 5px;
}

input[readonly] {
  background-color: #e9ecef !important;
  opacity: 0.6;
  cursor: not-allowed;
  color: #6c757d;
  border: 1px solid #ccc;
}
