/*!
Theme Name: aksioma
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aks
*/

/* #CONTACT FORM 7
   ========================================================================== */

.wpcf7-response-output,
.wpcf7 .ajax-loader,
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid.form-control {
  border: 1px solid #d3202b;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label > span {
  display: block;
}

.aks-cf7-consent {
  margin: 16px 0 12px;
}

.aks-cf7-consent__item {
  margin: 0;
}

.aks-cf7-consent__item + .aks-cf7-consent__item {
  margin-top: 10px;
}

.aks-cf7-consent__label {
  font-size: 12px;
  line-height: 1.45;
  color: #5a5a5a;
  cursor: pointer;
}

.aks-cf7-consent__input,
.aks-custom-consent .woocommerce-form__input-checkbox {
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--color-blue, #06aff1);
  cursor: pointer;
}

.aks-cf7-consent__text a {
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

.aks-cf7-consent__text a:hover {
  color: var(--color-blue, #06aff1);
}

.aks-cf7-consent.is-invalid .aks-cf7-consent__label {
  color: #d3202b;
}

.feedback-form .aks-cf7-consent__label,
.modal-order__form .aks-cf7-consent__label {
  color: rgba(255, 255, 255, 0.92);
}

.modal-question .aks-cf7-consent__label,
.modal-question .aks-cf7-consent__text {
  color: #1e1e1e;
}

.feedback-form .aks-cf7-consent.is-invalid .aks-cf7-consent__label,
.modal-order__form .aks-cf7-consent.is-invalid .aks-cf7-consent__label {
  color: #ffb4b4;
}

.modal-question .aks-cf7-consent.is-invalid .aks-cf7-consent__label {
  color: #d3202b;
}
