/* Header */

.bulk_up_progress_bar {
  display: flex;
  justify-content: center;
  margin: 50px 0px;
}

.bulk_up_progress_bar_cont {
  width: 70%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.bulk_up_step {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #CBD6E2;
  z-index: 5;
  position: relative;
}

.bulk_up_step_active {
  background-color: #9558FF;
}

.bulk_up_step_title {
  position: absolute;
  top: 40px;
  left: -8px;
  font-size: 12px;
  font-weight: 300;
  color: #757575;
  width: 61px;
}

.mid_step{
  left: -16px !important;
}

.step_line_1 {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 50%;
  height: 2px;
  background-color: #E6E6E6;
}

.step_line_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #E6E6E6;
}

.step_line_active {
  background-color: #9558FF;
}

/* Step 1/2 Page-1 */

.csv_up_sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px;
  gap: 1rem;
}

.csv_up_title {
  color: #757575;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}

.csv_up_box {
  width: 100%;
  height: 280px;
  padding: 10px;
  border-radius: 6px;
}

.csv_drop_area {
  width: 300px;
  height: 260px;
  border: 2px dashed #CACACA;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.csv_drop_area.highlight {
  background-color: #f9f9f9;
}

.csv_up_tag {
  font-size: 14px;
  margin: 16px 0px;
  color: #575757;
}

#fileInput {
  display: none;
}

#zipFileInput {
  display: none;
}

#fileOptInput {
  display: none;
}

#zipOptFileInput {
  display: none;
}

.upload-btn {
  color: #9558FF;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: 2px solid #9558FF;
}

.upload-btn:hover {
  opacity: 0.8;
}

.faq_sec{
  display: flex;
  flex-direction: column;
 gap: 1rem;
}

.faq_title {
  font-size: 22px;
  color: #4263B6;
  font-weight: bold;
  margin-bottom: 8px;
}

.faq_pills {
  background-color: #F1F5F9;
  padding: 0.5rem 2rem;
  border-radius: 50px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  & h2, p{
    margin: 0;
  }
}

.faq_tag {
  font-size: 14px;
  color: #606060;
  font-weight: bold;
  margin-bottom: 8px;
}

.faq_sample {
  font-size: 14px;
  color: #606060;
  font-weight: medium;
}

.faq_btn {
  font-size: 14px;
  color: #9558FF;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.faq_btn:hover {
  color: #0D99FF !important;
  text-decoration: underline;
}

.faq_sample a:hover {
  color: #0D99FF !important;
}


/* Step 2/2 Page-1 */

.csv_upload_info {
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px 0px;
}

.up_status_bar {
  width: 90%;
  border: 2px dashed #E6E6E6;
  border-radius: 6px;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 4rem;
}

.csv_name {
  font-size: 20px;
  font-weight: 600;
  color: #575757;
}

.csv_size {
  font-size: 16px;
  font-weight: 600;
  color: #757575;
  padding-top: 8px;
}

.file_upload_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.csv_loading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.csv_up_text {
  display: none;
  font-size: 20px;
  font-weight: 600;
  color: #575757;
}

.csv_up_cancel {
  display: "none";
  font-size: 16px;
  font-weight: 600;
  color: #757575;
  padding-top: 8px;
  cursor: pointer;
}

.zip_up_sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.zip_up_title {
  color: #757575;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}

.zip_up_box {
  width: 100%;
  height: 280px;
  padding: 10px;
  border-radius: 6px;
}

.zip_drop_area {
  width: 300px;
  height: 260px;
  border: 2px dashed #CACACA;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zip_drop_area.highlight {
  background-color: #f9f9f9;
}

.zip_up_tag {
  font-size: 14px;
  margin: 16px 0px;
  color: #575757;
}

#zipfileInput {
  display: none;
}

#zipOptfileInput {
  display: none;
}

.zip_upload_btn {
  color: #9558FF;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: 2px solid #9558FF;
}

.zip_upload_btn:hover {
  opacity: 0.8;
}

/* Step 2 */
.mapping_table {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  margin: 25px 0px;
}

.mapping_table_cont {
  width: 95%;
}

.map_head {
  background-color: #D0D0D0;
  height: 56px;
  display: flex;
  align-items: center;
}

.head_title {
  margin-left: 25px;
  font-size: 22px;
  color: #575757;
  font-weight: 600;
}

.map_body {
  background: #E6E6E6;
  width: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.body_title {
  width: 100%;
  display: flex;
}

.fields_title {
  color: #757575;
  font-size: 17px;
  font-weight: 600;
}

.body_title h4:first-child {
  width: 60%;
}

hr {
  width: 100%;
  margin: 0.5rem;
  color: #CBD6E2;
  opacity: 1;
}

.field_row {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.field_row label {
  width: 60%;
  color: #575757;
  font-size: 15px;
  font-weight: 500;
}

.field_row select {
  flex: 2;
  padding: 5px;
  border: 1px solid #757575;
  border-radius: 3px;
  width: 100%;
  background-color: #757575;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6"><path fill="none" stroke="white" stroke-width="1.5" d="M1 1l4 4 4-4"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  appearance: none;
  font-size: 16px;
  font-weight: 300;
  color: white;
}

.field_row select::-ms-expand {
  display: none;
}

.field_row select option:first-child {
  color: #757575;
}


/* Step 3 */

.finalize_head {
  background-color: #D0D0D0;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close_btn {
  margin-top: 50px;
  border: none;
  border-radius: 6px;
  float: right;
  color: #000;
  padding: 5px 40px;
  font-size: 20px;
  background: #CCCCCC;
}

.close_btn:hover {
  opacity: 0.9;
}

.file_details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file_details p {
  font-size: 17px;
  color: #757575;
  font-weight: 500;
}

.import_status {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}

.import_details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.perc_completed {
  color: #14AEAE;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.time_elapsed {
  color: #757575;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.progress-container {
  width: 100%;
  height: 10px;
  border-radius: 7px;
  background-color: #f0f0f0;
  position: relative;
}

.progress-bar-bulk-up {
  width: 0%;
  height: 100%;
  background: #14AEAE;
  border-radius: 7px;
  transition: width 0.3s ease;
}


.view_log_btn {
  margin-top: 50px;
  border: none;
  border-radius: 6px;
  color: #000;
  padding: 5px 20px;
  font-size: 20px;
  background: #CCCCCC;
  margin-right: 20px;
}

.view_log_btn:hover {
  opacity: 0.9;
}

/* Footer */

.bulk_up_footer {
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  border-top: 1px solid #E6E6E6;
  border-radius: 0 0 1rem 1rem;
}

.back_next_btn {
  background-color: #9558FF;
  color: white;
  border: none;
  border-radius: 4px;
  width: 100px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

.back_next_btn:hover {
  opacity: 0.8;
}


@media screen and (min-width: 1300px) {
  .bulk_modal {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1050px) {
  .bulk_modal {
    max-width: 950px;
  }
}

@media screen and (max-width: 1050px) {
  .csv_up_sec {
    flex-direction: column;
    margin: 0px 15px;
    align-items: center;
  }

  .up_sec {
    width: 95%;
    margin-right: 0px;
  }

  .faq_sec {
    margin-top: 40px;
  }
}


@media screen and (max-width: 1050px) and (min-width: 750px) {
  .bulk_modal {
      max-width: 700px;
  }
}

@media screen and (max-width: 750px) {
  .csv_name {
    font-size: 16px;
    font-weight: 400;
  }

  .csv_size {
    font-size: 12px;
    font-weight: 300;
  }

  .up_status_bar {
    padding: 16px;
  }

  .csv_up_text {
    display: none;
    font-size: 16px;
    font-weight: 400;
    color: #575757;
  }

  .csv_up_cancel {
    font-size: 12px;
    font-weight: 300;
  }

  .field_row select {
    font-size: 12px;
  }

}

#bulk-upload-close{
    position: absolute;
    top: 10px;
    right: 10px;
}