/* Correct selector for the visible input */
/* #dhsbh_applicantinfodateofbirth_datepicker_description.dob-placeholder-style {
    color: #000;
    opacity: 1;
} */

/* #dhsbh_applicantinfodateofbirth_datepicker_description.dob-placeholder-style::placeholder {
    color: #ccc !important;
    opacity: 1 !important;
}

#dhsbh_applicantinfodateofbirth_datepicker_description.dob-placeholder-style:focus::placeholder {
    color: transparent !important;
} */

/* fix radio button spacing by applying this radio-spaced class in metadata */
.radio-spaced label:not(:last-child) {
    margin-right: 10px !important;
}

.info-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    cursor: help;
    margin-left: 2px; /* Space from label text */
}

sup .info-icon {
    vertical-align: super;
}

.disabled-look {
    background-color: #eee !important; /* Gray background like a disabled field */
    color: #777 !important; /* Gray text */
    cursor: not-allowed !important; /* Not-allowed cursor */
    opacity: 0.65 !important; /* Slight transparency */
}

/* #dhsbh_demoinfoofficerphone::placeholder {
    color: #ccc !important;
    opacity: 1 !important;
} */

.force-asterisk::after {
    content: "*";
    color: #a94442;
    margin-left: 3px;
    white-space: nowrap; /* Prevent wrapping */
}

.crmEntityFormView .cell div.info.required label:after {
    content: ' *';
    color: #a94442;
    white-space: nowrap; /* Prevent wrapping */
}

body > .ndutils-validator {
    display: none !important;
}

/* Used to remove spaces between labels and inputs caused by visiblity:hidden built-in validators */
.validators span[style="visibility:hidden;"] {
    display: none !important;
}