input[type="date"]::after {
    content: "\f333";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;

    position: absolute;
    top: 6px;
    right: 12px;
}

*[class^="col-"] > input[type="date"]::after {
    right: 27px;
}

.datepicker {
    z-index: 1100;
}