/*
Theme Name: Success Jobs
Author: Anonymous
Author URI:
Version: 1
Description: Success Jobs theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: success-jobs
Tags: one-column, two-columns
Theme URI:
*/

.lwa .popup__body.lwa-register,
.popup__body .lwa-remember {
  display: block;
}

.contacts-form__accept {
  direction: rtl;
}

.accept__input:checked+.wpcf7-list-item-label .accept__check {
  background-color: #157969;
  border-color: #157969;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl;
}

.popup-form .wpcf7 {
  direction: rtl;
}

.popup-form .wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
}

form.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

#results {
  opacity: 1;
  transition: opacity 0.3s ease;
}

#results.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.popup__form .popup-form__wrap {
  direction: rtl;
}

.popup__form .wpcf7-form-control-wrap .popup-form__input {
  max-width: 100%;
  width: 100%;
}

.acf-field .acf-label,
.popup-form__wrap .popup-form__data .file {
  display: flex;
  flex-direction: column;
}

.popup-form__data .acf-field-true-false .acf-input {
  display: block;
}

.popup-form__data .acf-field-true-false .acf-input .acf-true-false label {
  padding-right: 0;
}

.acf-label a {
  color: #157969 !important;
}