input[type="date"] {
    color: white !important;
}

input[type="date"]:before {
    position: absolute;
    /*top: 6px; */
    /*left: 25px;*/
    content: attr(data-date);
    display: inline-block;
    color: black;
    background-color: #fff;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: black;
    opacity: 1;
}

.breadcrumb-item.active a {
    color: #6c757d;
}