/*** Import *****/
@import url("loading-btn.css");
@import url("loading-group.css");
/* @import url("mona-alert.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 .wpcf7-response-output {
  border: 0;
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  /* left: 2rem; */
  bottom: 1rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}
#wpadminbar #wp-admin-bar-wp-logo > .ab-item img {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.wpcf7 form {
  position: relative;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  color: red;
}
.mona-empty-message-large {
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 2rem;
}
.wpcf7 form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  z-index: 1;
}

.mona-error {
  font-size: 1.2rem !important;
  padding: 0.6rem;
  border-radius: 0.4rem;
  background-color: #bb0000;
  color: #fff;
  width: fit-content;
  position: absolute;
  bottom: -35px;
  right: 1.6rem;
  display: none;
  z-index: 10;
  font-weight: 600;
}
.mona-error::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #bb0000;
  bottom: 100%;
  right: 1.6rem;
}
.mona-error-primary {
  text-align: center;
  color: red;
  font-weight: bold;
  margin: 2.4rem 0;
  font-size: 1.2rem;
}
.form-ip .input .seepassJS {
  right: 1.5rem !important;
}
.mona-success {
  margin: 1rem 0;
  font-size: 1.4rem;
  color: limegreen;
  font-weight: bold;
}

.note-sm.cl-text2.mona-content p {
  margin: initial;
}

.sign_cs {
  position: relative;
}

.mona-error-primary {
  display: none;
}

[data-action="link"] .nsl-button-label-container {
  color: #139a69 !important;
}

.name-provider {
  flex: 1;
  color: #000;
}

.name-provider:hover {
  color: #fff;
}

.hidden-tt {
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
}

#formUser .form-ip-ip input#email {
  background: #f0f0f0;
  color: #b6b4b4;
}

#formUser .form-ip-ip input#email:focus {
  border-color: unset;
}

.btn.deactive {
  pointer-events: none;
  background: #aeaeae;
}

#frmNews .wpcf7-spinner {
  right: 0;
  top: 1rem;
  left: unset;
}

.w-100 {
  width: 100%;
}

#frmNews .wpcf7-not-valid-tip {
  display: none;
}

#frmNews .wpcf7-response-output {
  bottom: -4rem;
}

.wpcf7-not-valid-tip {
  bottom: -1.5rem !important;
}


.my-swal{
  z-index: 2003;
}