.resident-card h2 {
    font-weight: 400;
    color: #000;
}

.resident-card .required:after {
    content: '*';
    color: red;
}

.resident-card-check .check-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 10px;
}

.resident-card-check .check-item > div:first-child {
    width: 20%;
}

.resident-card-check .check-item > div:last-child {
    font-weight: bold;
}

.plugin-resident-card-loader {
    display: none
}

.plugin-resident-card-loader .loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background-color: rgba(255, 255, 255, .7)
}

.plugin-resident-card-loader .loader-inner {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 5px
}

.resident-card-form .checkbox {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.resident-card-form .checkbox label {
    order: 1;
}

.resident-card-form .checkbox input[type=checkbox] {
    order: 0;
    margin-right: 10px;
    margin-top: 6px;
}

.resident-card-form .error {
    border: solid 1px #a94442;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}

.resident-card input[type=password]::-ms-reveal {
    display: none;
}

.resident-card-form .checkbox input[type=checkbox] {
    order: 0;
    margin-right: 10px;
    margin-top: 6px;
}

.resident-card-form .error {
    border: solid 1px #a94442;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}

.resident-card input[type=password]::-ms-reveal {
    display: none;
}

.resident-card .relative {
    position: relative;
}

.resident-card .showHidePasswordButton {
    width: 2rem;
    position: absolute;
    right: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-top: .6rem;
    display: flex;
    justify-content: center;
}

.resident-card .passwordShowHide {
    padding-right: 1.8rem;
    float: left;
    margin-bottom: 1rem;
}

.resident-card .showPasswordIcon {
    width: 1.25rem;
    height: 1.25rem
}

.resident-card .nk-password-estimator-result-danger {
    color: #dc3545;
}

.resident-card .nk-password-estimator-result-warning {
    color: #ffc107;
}

.resident-card .nk-password-estimator-result-success {
    color: #28a745;
}

.resident-card .select2 {
    width: 100% !important;
}
