#mfp_loading, #mfp_loading_screen, #mfp_overlay_background, #mfp_hidden { display: none; }

.mfp_err {
  display: block;
  font-size: 13px;
  color: #eabd89;
}

#mfp_phase_confirm_inner h4{
  margin-bottom: 20px;
  font-weight: bold;
  color: rgb(209, 213, 219, var(--tw-text-opacity, 1));
}
#mfp_confirm_table {
  width: 100%;
}
#mfp_confirm_table tr{
  display: block;
  padding: 1.5rem;
  margin-bottom: 20px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31, 41, 55, var(--tw-border-opacity, 1));
  background-color: rgba(0, 0, 0, 0.3019607843);
}
#mfp_confirm_table th {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  background-color: rgba(0, 0, 0, 0.3019607843);
  color: rgb(234, 179, 8, var(--tw-text-opacity, 1));
  text-align: left;
}
#mfp_confirm_table td {
  display: block;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.3019607843);
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
}

.mfp_buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 640px) {
  .mfp_buttons {
    flex-direction: row;
  }
}

#mfp_button_send {
  display: inline-flex;
  align-items: center;
  padding: 1.25rem 2.5rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
  background: linear-gradient(135deg, #cda46f, #b8834a);
  color: #0c0a09;
  border: 1px solid #cda46f;
  box-shadow: 0 4px 20px rgba(205, 164, 111, 0.3019607843);
  justify-content: center;
}
#mfp_button_send:hover {
  background: linear-gradient(135deg, #dcc099, #cda46f);
  box-shadow: 0 6px 30px rgba(205, 164, 111, 0.5019607843);
  transform: translateY(-2px);
}
#mfp_button_cancel {
  display: inline-flex;
  align-items: center;
  border-width: 2px;
  padding: 1rem 2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  border-color: #cda46f;
  color: #cda46f;
  justify-content: center;
}
#mfp_button_cancel:hover {
  background: linear-gradient(135deg, #cda46f, #b8834a);
  color: #0c0a09;
}

#recaptcha_brand_message {
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  text-align: center;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
#recaptcha_brand_message a {
  font-size: 12px;
  font-weight: normal;
  color: #c59562;
  text-align: center;
}
.grecaptcha-badge {
  visibility: hidden;
}