/*** Import *****/
@import url("loading-btn.css");
@import url("loading-group.css");

/*** End ****/

.blog-info-tag span:before {
  content: ",";
  position: absolute;
  bottom: 6px;
  right: 0;
  height: 100%;
  font-size: 16px;
  width: auto;
  padding-right: 5px;
}

.blog-info-tag span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.blog-info-tag span:last-child:before {
  display: none;
}

.wpcf7 form {
  position: relative;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  /* position: absolute; */
  /* left: 2rem; */
  /* bottom: 1rem; */
  width: 100%;
  text-align: center;
}
.wpcf7 form#frmCtc .wpcf7-response-output {
  position: absolute;
  bottom: 4rem;
}
.wpcf7 form#frmRecruit .wpcf7-response-output {
  position: absolute;
}

.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  color: #d35151;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #d35151;
}

#wpadminbar #wp-admin-bar-wp-logo > .ab-item img {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.mona-empty-message-large {
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 2rem;
}

.contact-gl-frm h2.title-second {
  text-align: center;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mona-content ul li::after {
  all: unset;
}

.wpcf7 form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  z-index: 1;
}

/* .technology-wr .mona-content table,
.technology-wr .mona-content table th,
.technology-wr .mona-content table td {
  border: 0;
} */
.mona-content:not(.table-css) table th,
.mona-content:not(.table-css) table td {
  border: 0;
}

.mona-content:not(.table-css) table {
  margin: initial;
  border: 0;
  border-collapse: initial;
}

.ab-view-txt::before {
  content: "";
}

.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1;
}

/* @media screen and (max-width: 1200px) {
  .wpcf7 form.invalid .wpcf7-response-output {
    bottom: -1rem;
  }
} */

#dropArea .wpcf7-not-valid-tip {
  text-align: center;
  bottom: 1px;
}

#dropArea span {
  width: 100%;
}
.content-empty {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

.content-empty .empty-item {
  margin: 1rem;
}

.content-empty img {
  height: 10rem;
}
.cg-image-default {
  object-fit: contain;
}
