.dz-preview {
  display: none !important;
}

.custom_dropzone_rep {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.custom_dropzone_rep > p {
  margin: 0;
  font-size: 20px;
}

.uploading_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uploading_cont p {
  margin: 0;
}

.progress_bar_cont {
  height: 6px;
  max-width: 500px;
  border-radius: 3px;
  background: rgb(219, 219, 219);
}

.progress_bar_txt {
  margin: 0;
}

.progress_bar_rep {
  height: 6px;
  border-radius: 3px;
  background: rgb(0, 121, 235);
}

.dropzone_errors_cont {
  color: red;
  font-size: 16px;
}

.dropzone_errors_cont > p {
  margin: 0;
}

.import_btn {
  min-height: 45px;
  font-size: 20px;
}

.remove_btn {
  min-height: 45px;
  font-size: 20px;
  background: red;
}

.remove_btn:hover {
  background: rgb(255, 81, 81) !important;
}

.cancel_btn {
  min-height: 32px;
  font-size: 18px;
  background: rgb(255, 174, 0);
}

.cancel_btn:hover {
  background: rgb(255, 196, 68) !important;
}

.disabled_cancel_btn {
  min-height: 32px;
  font-size: 18px;
  background: transparent;
  border: none;
  color: red;
}

.disabled_cancel_btn:hover {
  background: transparent !important;
}

.import_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
  justify-content: center;
  gap: 10px;
  background: aliceblue;
  border-radius: 10px;
  padding: 10px 50px;
  width: 1200px;
  margin: auto;
}

.import_cont > p {
  margin: 0;
}

.import_success_txt {
  font-size: 24px;
  color: limegreen;
}

.error_title {
  color: red;
  margin-bottom: 10px !important;
  font-size: 24px;
  font-weight: 600;
}

.btn_cont {
  display: flex;
  gap: 40px;
}

.progress_bar_main_cont {
  display: flex;
  align-items: center;
  gap: 10px;
  color: black !important;
  font-size: 16px !important;
}
