

/* Start:/local/components/myContactForm/templates/.default/style.css?1759493022834*/
.dark-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 9000;
  opacity: 80%;
}
.contact-message {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 9001;
}
.contact-message-background {
  background-color: white;
  border-radius: 20px;
  padding: 60px 60px 60px 60px;
}
.contact-message-font {
  font-size: 20px;
}
.contact-message-button {
  border-radius: 8px;
  color: white;
  background-color: #1e90ff;
  padding-inline: 15px;
  padding-block: 5px;
}
.contact-message-button-div {
  display: flex;
  justify-content: center;
  padding-top: 10%;
}

/* End */
/* /local/components/myContactForm/templates/.default/style.css?1759493022834 */
