.text_red {
  color: #F13E3E;
}
.text_blue {
  color: #3478FE;
}
.text_orange {
  color: #F13E3E;
}
.text_green {
  color: #5FA91E;
}
.text_flow {
  display: flex;
  align-items: #002C5F;
}

.app_main {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.userInfo {
  padding: 16px 0px;
}
.userInfo_title {
  display: flex;
  justify-content: space-between;
  padding: 0px 16px;
}

.maintain {
  padding: 30px 16px 0px;
}

.choice_search {
  background-color: #F5F6F7;
  align-items: center;
  padding: 14px 0px;
  justify-content: center;
  gap: 14px;
  flex-direction: column;
}
.choice_search .wrap_component {
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}
.choice_search .wrap_row {
  gap: 24px;
}
.choice_search > p {
  font-size: 16px;
  text-align: center;
}
.wrap_sub {
  text-align: start;
}
.text_area {
  border: 0;
  overflow: hidden;
  height: auto;
  width: 100%;
  padding-left: 10px;
  resize: none;
  outline: none;
  box-shadow: none;
}