.submited-portal {
  background: #1A1818;
}

.submited-portal-container {
  background: #1A1818;
  max-width: 1920px;
  margin: auto;
  padding: 60px 35px 50px 35px;
}

.title-submission-portal {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; 
  margin-bottom: 40px;
}

.progress-bar {
  display: flex;
  justify-content: space-between;
}

.step {
  display: flex;
  align-items: center;
}

.step span {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; 
  border-radius: 50%;
  background-color: #9E2929;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  justify-content: center;
  opacity: 0.2;
}

.step p {
  color: #FFF;
  padding-left: 15px;
  padding-right: 28px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  opacity: 0.2;
}

.completed p, 
.completed span, 
.completed  svg{
  opacity: 1;
}

.step.completed {
  opacity: 1;
}

/* first section */
.step-section {
  background: #201E1E;
  padding-top: 50px;
  padding-bottom: 100px;
}

.step-section-wrap {
  max-width: 1920px;
  margin: auto;
  padding: 0 35px 0 35px;
}

.step-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 30px;
}

.input-flex {
  margin-bottom: 50px;
}

.input-field {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}


.input-field input {
  width: 100%;
  padding: 30px;
  border-radius: 25px;
  border: none;
  background: #323232;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.5%;
  outline: none;
} 



.input-field input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input-field input[type="date"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input-field input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

.input-field input[type="date"]::-moz-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

.input-field input.invalid {
  border: 2px solid #9E2929;
}

.input-field input.invalid::placeholder {
  color: #9E2929;
}


/* buttons */
.next-step {
  width: fit-content;

  align-items: center;


  border-radius: 70px;
  border: none;
  background: #FFF;
  padding: 20px 40px;
  cursor: pointer;

  color: #000;
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.next-step svg {
  padding-left: 20px;
}

.next-step:hover, 
.back-step:hover,
.back-step:hover svg path, 
.next-step:hover svg path {
  background: #9E2929;
  color: #FFF;
  stroke: #fff;  
  transition: .4s;
  border: none;
}

.back-step {
  width: fit-content;

  align-items: center;

  border-radius: 70px;
  border: 1px solid #fff;
  background: inherit;
  padding: 30px 40px;
  cursor: pointer;

  color: #fff;
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.back-step svg {
  padding-right: 20px;
}
/* buttons end */
/* Second section */

.step-second-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
  max-width: 1920px;
}

.box-price-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-radius: 25px;
  background: rgba(50, 50, 50, 0.50);
  padding: 30px 0;
  align-items: center;
  cursor: pointer;
}

.done-price {
  display: none;
}

.stock-price {
  display: block;
}

.box-price-wrap.selected {
  background: #323232;
}

.selected .done-price {
  display: block;
}

.selected .stock-price {
  display: none;
}

.box-price-first {
  padding-left: 30px;
  width: 365px;
}

.title-box-price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  padding-bottom: 11px;
  margin: 0;
}


.text-box-price {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.5%; 
  padding: 0;
  margin: 0;
  opacity: 0.5;
}

.box-price-second {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 170px;
}

.box-price-third {
  padding-right: 30px;
}


.step-buttons-wrap {
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 50px;
  padding: 60px 0;
}

.input-field-large textarea {
  width: 100%;
  padding: 30px;
  border-radius: 25px;
  border: none;
  background: #323232;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.5%;
  outline: none;
  height: 400px;
  resize: none;
}

.upload-box {
  background: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.5%;
}

::-webkit-file-upload-button {
  color: rgba(255, 255, 255, 0.5);
  background: inherit;
  border: none;
  outline: none;
}

::-webkit-file-upload-button:hover {
  color: #fff;
}

/* FOURTH STEP */
.fourth-step-container {
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 35px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.fourth-step-container svg {
  width: clamp(96px, 10vw, 188px);
  height: clamp(96px, 10vw, 188px);
}

.step-done-title {
  color: #FFF;
  font-size: clamp(68px, 10vw, 258px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -7.74px;
}

.step-done-text {
  color: #FFF;
  font-size: clamp(18px, 5vw, 50px);
  font-style: normal;
  font-weight: 400;
  line-height: 110%; 
  max-width: 575px;
  opacity: 0.5;
  padding: 0;
  margin: 0;
}

.btn-step-section {
  display: flex;
  margin: auto;
}


/* breack points */
@media (max-width: 1050px) {
  .progress-bar {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 1023px) {
  .progress-bar {
    flex-direction: column;
    align-content: flex-start;
  }

  .step span {
    margin: 0;
  }

  .step-done-text {
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .submited-portal-container {
    padding: 50px 10px;
  }

  .title-submission-portal {
    font-size: 30px;
  }

  .progress-bar {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
  }

  .step:first-child p {
    padding-right: 10px;
  }


  .step p {
    font-size: 18px;
    padding-right: 10px;
  }

  .step span {
    margin: 0;
  }

  .input-field {
    flex-direction: column;
  }

  .input-field input {
    padding: 25px 15px;
    font-size: 16px;
  }

  .step-buttons-wrap {
    padding: 30px 0;
    gap: 25px;
  } 

  .next-step,
  .back-step {
    font-size: 18px;
    display: flex;
    padding: 15px 20px;
    min-width: 130px;
    align-items: center;
  }

  .next-step svg,
  .back-step svg {
    width: 7px;
    height: 7px;
  }
  .next-step svg {
    padding-left: 11px;
  }
    
  .back-step svg {
    padding-right: 11px;
  }

  .title-box-price {
    font-size: 17px;
  }

  .box-price-wrap {
    flex-wrap: wrap;
    gap: 15px;
  }

  .text-box-price {
    font-size: 15px;
    max-width: 200px;
  }

  .box-price-first {
    padding-left: 10px;
  }

  .box-price-third {
    padding-right: 10px;
  }

    
  .box-price-second {
	margin: 0 10px;
  }

  .input-field-large textarea {
    padding: 25px 15px;
  }

  .step-done-text {
    max-width: 329px;
  }
}