/**/
input.custom-control-input {transition:outline 400ms;}
input.outline-focus {}
input.outline-focus:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 100%);
}
