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

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  gap: 5px;
}
.pagination_menu_style {
  display: flex;
  width: 10px;
  height: 6px;
  border-radius: 100px;
  background-color: #CDD0D2;
}
.pagination_menu_active {
  background-color: #05141F;
}