._modal_le3oy_1 {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(181, 173, 173, 0.32);
}

._modal-content_le3oy_13 {
  background-color: #fefefe;
  margin: auto;
  border-radius: 25px;
  height: 389px;
  width: 550px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: calc(667px)) {
  ._modal-content_le3oy_13 {
    height: 291px;
    width: 499px;
  }
}
@media screen and (max-width: calc(375px)) {
  ._modal-content_le3oy_13 {
    height: 407px;
    width: 335px;
  }
}

._modal-header_le3oy_35 {
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: white;
}
._modal-header_le3oy_35 img {
  max-width: 20%;
}
._modal-header_le3oy_35._modal-success_le3oy_48 {
  background-color: #63e8a8;
}
._modal-header_le3oy_35._modal-error_le3oy_51 {
  background-color: #ff1515;
}
@media screen and (min-width: 1366px) and (max-width: calc(1920px)) {
  ._modal-header_le3oy_35 {
    font-size: 2.33rem;
  }
}
@media screen and (max-width: calc(1366px)) {
  ._modal-header_le3oy_35 {
    font-size: 1.3rem;
    line-height: 1.75rem;
  }
}

._modal-data_le3oy_66 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1366px) and (max-width: calc(1920px)) {
  ._modal-data_le3oy_66 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: calc(1366px)) {
  ._modal-data_le3oy_66 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

._modal-close_le3oy_89 {
  float: right;
  font-size: 1.13rem;
  line-height: 1.42rem;
  font-weight: bold;
  width: 180px;
  height: 50px;
  background-color: #ff1515;
  border-radius: 25px;
  border-color: #ff1515;
  color: #ffffff;
  margin: 0;
}
._modal-close_le3oy_89:hover, ._modal-close_le3oy_89:focus {
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: calc(1920px + 1px)) {
  ._modal-close_le3oy_89 {
    font-size: 0.85rem;
    line-height: 1.067rem;
  }
}

._modal-title_le3oy_113 {
  font-size: 1.67rem;
  line-height: 2.12rem;
  font-weight: 800;
  padding-bottom: 12px;
  color: #2d2d2d;
  margin: 0 !important;
}
@media screen and (max-width: calc(667px)) {
  ._modal-title_le3oy_113 {
    font-size: 1.467rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: calc(375px)) {
  ._modal-title_le3oy_113 {
    width: 240px;
  }
}
@media screen and (min-width: calc(1920px + 1px)) {
  ._modal-title_le3oy_113 {
    font-size: 1.25rem;
    line-height: 1.569rem;
  }
}

._modal-text_le3oy_139 {
  font-size: 1.13rem;
  line-height: 1.42rem;
  width: 395px;
  padding-bottom: 42px;
  margin: 0 !important;
}
@media screen and (max-width: calc(667px)) {
  ._modal-text_le3oy_139 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: calc(375px)) {
  ._modal-text_le3oy_139 {
    width: 234px;
    padding-bottom: 42px;
  }
}
@media screen and (min-width: calc(1920px + 1px)) {
  ._modal-text_le3oy_139 {
    font-size: 0.85rem;
    line-height: 1.067rem;
  }
}

._modal-icon_le3oy_164 {
  padding-bottom: 36px;
  width: 70px;
}
._modal-icon_le3oy_164 img {
  width: 100%;
}
@media screen and (max-width: calc(667px)) {
  ._modal-icon_le3oy_164 {
    width: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: calc(375px)) {
  ._modal-icon_le3oy_164 {
    padding-bottom: 30px;
  }
}