/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.remove-formzap-loading {
  text-align: center;
}

.remove-formzap-loading.d-none {
  display: none !important;
}

.loaded-formzap .remove-formzap-loading {
  display: none !important;
}

.remove-formzap-loading svg{
  width: 100px;
  height: 100px;
  margin: 20px;
  display:inline-block;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 15px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#appFormZap .blockField {
  margin-bottom: 15px;
}

#appFormZap .blockField,
#appFormZap .blockField input,
#appFormZap .blockField select,
#appFormZap .blockField textarea,
#appFormZap .blockField button {
  display: block;
  width: 100%;
}

#appFormZap .blockField input,
#appFormZap .blockField select,
#appFormZap .blockField textarea {
  padding: 10px;
  font-size: 18px;
  line-height: 1;
  font-family: Arial;
}

#appFormZap .modal-gp {
  background-color: #fff;
}
#appFormZap .modal-gp .close {
  position: absolute;
  height: auto;
  width: auto;
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
  padding: 8px;
  color: #fff;
  font-family: inherit;
  font-weight: 100;
  font-size: 12px;
  line-height: 14px;
  border: 1px none #fff;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgb(2 2 2 / 23%);
  text-shadow: 0 0 0 rgb(0 0 0 / 23%);
  background-color: gray;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.8 !important;
}

#appFormZap .modal-container .modal-body,
#appFormZap .modal-container .modal-footer {
  padding: 15px;
}
#appFormZap label {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
#appFormZap .msg-footer {
  color: #333;
  font-size: 11px;
  text-align: center;
  font-weight: normal;
  margin-top: -10px;
}
/**INÍCIO - CSS MOBILE **/
@media screen and (max-width: 761px) {
  #appFormZap .modal-container {
    max-width: 95% !important;
    width: 95% !important;
  }
#appFormZap .msg-footer {font-size: 10px;}
}
/**FIM - CSS MOBILE **/

/**ícone whatsapp botão*/
svg.WhatsApp {
    fill: white;
    display: inline-block;
    margin-right: 5px;
    margin-left: -3px;
    top: 0px;
    -moz-user-select: none;
    position: relative;
    float: left;
}

/** CLASSE DO BOTÃO POP TRIGGER*/
.triggerZapForm {
    cursor: pointer;
}

div#appFormZap.floating-formZap {
  position: fixed;
  z-index: 9999;
}

div#appFormZap.floating-formZap.bottomright {
  bottom: 1rem;
  right: 1rem;
}

div#appFormZap.floating-formZap.bottomleft {
  bottom: 1rem;
  left: 1rem;
}

div#appFormZap.floating-formZap.topright {
  top: 1rem;
  right: 1rem;
}

div#appFormZap.floating-formZap.topleft {
  top: 1rem;
  left: 1rem;
}

div#appFormZap.floating-formZap .container button {
  border-radius: 25px;
}

.loading-box-vue {
  text-align: center;
}

svg#loading {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

