/*** Import *****/
@import url("loading-btn.css");
@import url("loading-group.css");

/*** End ****/
#wpadminbar a img {
  height: 2rem;
  /* width: 1.8rem; */
}

/* .wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
} */
/*----------------- Style CF7 ---------------- */
.wpcf7-not-valid-tip,
form .wpcf7-not-valid-tip {
  position: absolute !important;
  font-size: 1.2rem;
  left: 20px !important;
  top: unset !important;
  bottom: -15px;
  color: #f58021;
  width: max-content !important;
  margin: 0;
}

.support-form form .wpcf7-not-valid-tip {
  left: 20px !important;
  top: unset !important;
  bottom: -16px;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  color: #f58021;
  margin-top: 1rem;
  /* width: max-content; */
  text-align: center;
  width: 100%;
  bottom: 0;
}

.footer-item .wpcf7 form .wpcf7-response-output {
  margin-top: -2rem;
  width: fit-content;
}

.wpcf7-spinner {
  z-index: 11111;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* ------------------Style Empty box result --------------- */
.d--none {
  display: none;
}
.d--hidden {
  overflow: hidden;
}

.m-box-empty {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

span.icon-empty {
  width: 20rem;
}
.hidden-tt {
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
}
.popup-rules .mona-content {
  padding-bottom: 6rem;
}
