/**
 screens: {
	xs: "480px",
	ss: "620px",
	sm: "768px",
	md: "1024px", // 1060px
	lg: "1200px",
	xl: "1700px",
}
// */
html input[disabled] {
  opacity: 0.7;
  background-color: #e4e4e4 !important;
}

body {
  background-color: #fff;
  color: #000;
}
body .site {
  background-color: #fff;
  color: #000;
}
body .form-row .field-status {
  margin-top: 5px;
  padding: 2px 0 2px 2px;
}
body .form-row .field-status.big {
  padding: 6px 10px;
}
body .form-row .field-status.fail {
  color: #df4444;
  opacity: 1;
}
body .form-row .radio.required_field .required {
  display: none;
}

@media (prefers-color-scheme: dark) {
  html input[disabled] {
    opacity: 0.7;
  }
  body {
    background-color: #000;
    color: #cecece;
  }
  body .site {
    background-color: #000;
    color: #cecece;
  }
  body .site .site-title a {
    color: #cecece;
  }
  body .site .language-selector__wrapper .MuiSelect-select {
    color: #cecece;
    border: 1px solid #cecece;
  }
  body .site .language-selector__wrapper .MuiSelect-icon {
    color: #cecece;
  }
  body .form-row .spinner {
    background-color: #fff;
    border-radius: 5px;
  }
}
.woocommerce .col-1 {
  display: none;
}
.woocommerce .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce #contract_number_required_field .woocommerce-input-wrapper {
  display: inline-flex;
}
.woocommerce #contract_number_required_field .woocommerce-input-wrapper label:nth-of-type(1) {
  margin-right: 1rem;
}

.widget-area {
  display: none;
}

.powered-by {
  display: none;
}

.home .entry-title {
  display: none;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.hidden {
  display: none;
}

#reg_email {
  color: #000;
}

.spinner {
  margin-left: 10px;
}

.confirm-email-field-set .confirm-email-code {
  margin-left: 10px;
  color: #000;
}

.woocommerce-MyAccount-content p:nth-of-type(2) {
  display: none;
}

#colophon .site-info {
  display: none;
}

/** **/
.woocommerce-form-register input {
  color: #000;
}
.woocommerce-form-register button.button {
  color: #000;
}
.woocommerce-form-register button.button.disabled {
  color: #363232;
}
.woocommerce-form-register .form-row .optional {
  display: none;
}
.woocommerce-form-register #contract_number_required_field {
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce-form-register .email-exists[disabled] {
  margin-left: 10px;
  opacity: 1;
}
.woocommerce-form-register input.user_name_status[disabled] {
  opacity: 1;
  margin-top: 5px;
}
.woocommerce-form-register .select2 .select2-selection__placeholder {
  color: #000;
}
.woocommerce-form-register .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.woocommerce-form-register #birth_date_field #birth_date_status {
  opacity: 1;
}
.woocommerce-form-register #birth_date_field #birth_date_status.success {
  color: rgb(0, 0, 0);
}

/** **/
/** **/
#contract_number_field #contract_number_status[disabled] {
  opacity: 1;
}

/** **/
#sponsor_agreement_field #sponsor_agreement_status[disabled] {
  opacity: 1;
}

/** **/
#country_id_field .select2-selection {
  height: 40px;
  padding-top: 4px;
}

#country_id_field .select2-selection #select2-country_id-container {
  height: 40px;
}

#country_id_field .select2-selection .select2-selection__arrow {
  height: 39px;
}

/** **/
#city_id_field .select2-selection {
  height: 40px;
  padding-top: 4px;
}

#city_id_field .select2-selection #select2-city_id-container {
  height: 40px;
}

#city_id_field .select2-selection .select2-selection__arrow {
  height: 39px;
}

/** **/
#external_id_field #external_id_status {
  opacity: 1;
}

#external_id_field #external_id_status.success {
  color: rgb(0, 0, 0);
}/*# sourceMappingURL=mlmsoft-jedani.css.map */