.modal-overlay[data-v-25240f99] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 112, 133, 0.7);
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(10px);
}
.modal-content[data-v-25240f99] {
  background: #FFFFFF;
  width: 600px;
  top: 265px;
  border-radius: 18px;
  border-width: 1px;
  padding: 24px;
}
.modal-icon[data-v-25240f99] {
  width: 40px;
  height: 40px;
  padding: 4px;
  margin-bottom: 24px;
}
.modal-icon img[data-v-25240f99] {
  width: 100%;
  height: 100%;
}
.modal-title[data-v-25240f99] {
  text-align: left;
  font-family: Open Sans regular;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  margin-bottom: 24px;
  color: #1a202c;
}
.modal-description[data-v-25240f99] {
  margin-bottom: 24px;
  text-align: left;
  font-family: Open Sans regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #667085;
}
.modal-divider[data-v-25240f99] {
  height: 1px;
  background: #efeff4;
  margin-bottom: 17px;
}
.modal-button-container[data-v-25240f99] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 20px;
}
