.experience_detail_content_wrapper {
  height: calc(100vh - 140px);
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
}

.experience_detail_content_wrapper > .content_header > .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
}

.experience_detail_content_wrapper > .content_header > .date {
  font-size: 12px;
  font-weight: 400;
  color: #c7c7c7;
  margin-top: 6px;
}

.experience_detail_content_wrapper > .divide {
  margin: 14px 0;
  height: 1px;
  background: #e7e7e780;
}

.experience_detail_footer_wrapper {
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

  padding: 15px 20px;
}

#experience_detail_submit_button {
  width: 100%;
  height: 100%;
  background: #ff4444;
  color: #fff;
  border-radius: 30px;
}

#experience_detail_submit_button:disabled {
  background: #9f9f9f;
  cursor: not-allowed;
}
