﻿input::placeholder {
    font-weight: normal !important;
    opacity: 0.3 !important;
    color: dimgray !important;
}
textarea::placeholder {
    font-weight: normal !important;
    opacity: 0.3 !important;
    color: dimgray !important;
}
::-webkit-calendar-picker-indicator {
    filter: invert(60%) sepia(100%) saturate(1854%) hue-rotate(3deg) brightness(107%) contrast(106%);
    /*background-color:green;*/
}

    ::-webkit-calendar-picker-indicator:hover {
        filter: invert(48%) sepia(30%) saturate(0%) hue-rotate(203deg) brightness(90%) contrast(95%);
        filter: invert(100%);
        backdrop-filter: invert(20%) sepia(100%) saturate(1854%) hue-rotate(3deg) brightness(107%) contrast(106%);
    }

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    font-size: 25pt;
}
