/*** Import *****/
@import url("loading-btn.css");
@import url("loading-group.css");

/*** End ****/
#wpadminbar #wp-admin-bar-wp-logo > .ab-item img {
  width: 100%;
  height: 100%;
}
/*----------------- 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;
}

.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 !important;
}

.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;
}

.p-relative {
  position: relative;
}
.copied-link {
  position: absolute;
  bottom: -15px;
  left: -32px;
  z-index: 1;
  width: max-content;
  padding: 1.6rem;
  /* background-color: #f58021; */
  border-radius: 10px;
}
.pagination-posts-ajax,
.pagination-project-ajax {
  width: 100%;
}
.bg-image_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
