/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@supports selector(:has(*)) {

    .ab-parent:has(input:autofill) .form-control-label,
    .ab-parent:has(input:-webkit-autofill) .form-control-label,
    .ab-parent:has(input:-internal-autofill-selected) .form-control-label {
        top: 0;
        left: 18px;
        font-size: 14px;
        font-weight: 700;
        opacity: 1;
    }
}