.warning_modal_container {
  height: 100%;
}
.warning_modal_content {
  display: flex;
  height: 80%;
  width: 100%;
}
.warning_modal_icon {
  position: relative;
  bottom: 16px;
  right: 4px;
}
.warning_modal_title_wrapper {
  line-height: 30px;
}
.warning_modal_message_wrapper {
  padding-top: 8px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.warning_modal_message {
  display: flex;
  flex-direction: column;
  line-height: 24px;
}
.warning_modal_footer_button {
  height: 20%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
