/*
*
* NOTICE OF LICENSE
*
* You are not authorized to modify, copy or redistribute this file.
* Permissions are reserved by FMM Modules.
*
*  @author    FMM Modules
*  @copyright 2021 FMM Module All right reserved
*  @license   FMM Modules
*/

.image_container {
  border: 1px solid #d4d4d4;
  cursor: pointer;
  max-width: 100%;
}
.image_input, .extension_error, .image_container + .uploader {
  display: none;
}
.extension_error {
  margin-top: 10px;
}
.type_multiboxes {
  text-align: left;
}

/* radio and checkboxes  */

#registration_fields input[type="checkbox"]:not(old),
#registration_fields input[type="radio"]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}

#registration_fields input[type="checkbox"]:not(old) + label,
#registration_fields input[type="radio"]:not(old) + label {
  display: inline-block;
  margin-left: 0em;
  line-height: 1.5em;
}

#registration_fields input[type="checkbox"]:not(old) + label > span {
  border-radius: 0.25em;
}
#registration_fields input[type="radio"]:not(old) + label > span {
  border-radius: 1.25em;
}

#new-private-account .type_multiboxes input:checked + label .custom-radio span{
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #004a93;
  border-radius: 50%;
}


#registration_fields
input[type="checkbox"]:checked:not(old)
+ label
> span::before {
  content: "✔";
  display: block;
  width: 1em;
  color: rgb(115, 153, 77);
  font-size: 15px;
  line-height: 10px;
  text-align: center;
}


#registration_fields .rf_no_display {
  display: none;
}

.cf_disabled_btn  {
  opacity: .65;
  cursor: not-allowed;
}