/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .swal2-popup * {
  box-sizing: border-box;
 }

 .quotemeta_button {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  white-space: normal;
  word-break: break-word;
}

.quotemeta_button .sweetalert_form {
  border-style: none;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  background-color: #25d366;
  border-width: 0;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 20px;
  font-family: inherit;
  transition: all 0.3s;
  border-radius: 3px;
}
.qtm_form input:focus,
.qtm_form textarea:focus {
  outline: none;
  border: 2px solid #edeff2;
}
.qtm_form input {
  margin-bottom: 10px;
  width: 100%;
  padding: 8px 8px;
  border-radius: 5px !important;
  border: 2px solid #edeff2;
  font-size: 16px;
  font-family: inherit;
}
.qtm_form textarea {
  height: 120px;
  width: 100%;
  padding: 8px 8px;
  border-radius: 5px;
  border: 2px solid #edeff2;
  font-size: 16px;
  font-family: inherit;
}
.quotemate_button {
  background-color: #25d366;
  color: #fff;
  border: none;
  outline: none;
  transition: all 0.3s;
  text-decoration: none;
  font-family: inherit;
  cursor: pointer;
}
.quotemate_button:focus {
  outline: none;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm.quotemate_button:focus {
  box-shadow: none;
}
.quotemate_button:hover {
  background-color: #008069;
  color: #fff;
}
.qtm_form {
  text-align: left;
}

.qtm_form label {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 8px;
}

.qmt_error {
  padding: 10px 15px;
  background-color: #f5c6cb;
  border-color: #f8d7da;
  color: #721c24;
  border-radius: 5px;
  display: inline-block;
}

.qtm_popup h2 {
  margin-bottom: 0 !important;
}