/* Intervention detail */
.experimentation-title{
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.24px;
}

.experimentation-text{
  color: #747783;
  margin-right: 6rem;
}

.experimentation-form-content{
  width: 100%;
}

@media (max-width: 767px) {
  .experimentation-form-content{
    flex-direction: column;
  }

  .experimentation-text{
    margin-right:0;
  }
}

@media (max-width: 549px) {
  .experimentation-functional-button-wrapper{
    flex-direction: column;
  }

  .experimentation-functional-button-wrapper{
    margin-top: 1rem;
    width: 100%;
  }

  .experimentation-functional-button{
    justify-content: space-between;
    width: 100%;
  }
}

@media (min-width: 550px) and (max-width: 767px) {
  .experimentation-functional-button-wrapper{
    margin-top: 1rem;
    flex-direction: row;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .experimentation-functional-button-wrapper{
    flex-direction: column;
  }
}

.experimentation-functional-button{
  min-width: 200px;
  justify-content: space-between;
  padding: 11px 24px;
}

.experimentation-functional-button:disabled{
  background-color: #43A047;
  border: 1px solid #43A047;
  color: white;
  cursor: not-allowed;
}

.experimentation-functional-button svg{
  fill: currentColor
}

.experimentation-button-wrapper{
  border-bottom: 1px solid #E3E3E4;
}

.experimentation-button-link{
  display: block;
  max-width: none;
  width: 100%;
}

@media (min-width: 550px) {
  .experimentation-button-link{
    width: fit-content;
    max-width: fit-content;
  }
}

.experimentation-button{
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 8px 24px;
}

.form-field-title{
  position: absolute;
  left: 0;
  top: -26px;
}

.form-field-error{
  position: absolute;
  left: 0;
  bottom: -20px;
  color: #E02424;
}

.form-field-title,
.form-field-measure,
.assumption-name{
  display: block;
  color: #747783;
}

.form-field-title,
.assumption-name{
  margin-bottom: 0.5rem;
}

.form-select-economy-wrapper{
  max-width: 302px;
  width: 100%;
}

.form-label-year{
  max-width: 250px;
  width: 100%;
}

.form-label-mass-wrapper{
  max-width: 250px;
  width: 100%;
}

.form-input{
  display: flex;
  width: 100%;
  padding: 11px 12px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #E3E3E4;
  background-color: white;
  transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.form-input:hover{
  border: 1px solid #131B41;
}

.form-input-border:hover{
  border: 1px solid #E3E3E4;
}

.form-input-error{
  border: 1px solid #E02424;
}

.assumption-value{
  display: flex;
  min-width: 168px;
  padding: 12px 24px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #E3E3E4;
  transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.assumption-value:hover{
  border: 1px solid #131B41;
}

.form-arrow-right{
  min-width: 20px;
  min-height: 20px;
}

@media (max-width: 479px) {
  .fieldset-wrapper{
    gap: 0.4rem;
  }

  .form-arrow-right{
    display: none;
  }
}

.reset-text{
  color: #747783;
}

.reset-button{
  display: flex;
  padding: 4px 12px;
  border-radius: 100px;
  transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.reset-button-red{
  background-color: #FFE2DD;
  color: #5D1615;
  border: 1px solid #FFE2DD;
}

.reset-button-red:hover{
  border: 1px solid #5D1615;
}

.reset-button-yellow{
  background-color: #FDECC8;
  color: #402C1B;
  border: 1px solid #FDECC8;
}

.reset-button-yellow:hover{
  border: 1px solid #402C1B;
}

.reset-button-purple{
  background-color: #EBDFFF;
  color: #3D3954;
  border: 1px solid #EBDFFF;
}

.reset-button-purple:hover{
  border: 1px solid #3D3954;
}

.reset-button-green{
  background-color: #DBEDDB;
  color: #1D3829;
  border: 1px solid #DBEDDB;
}

.reset-button-green:hover{
  border: 1px solid #1D3829;
}
