.close {
    color: red;
    font-weight: 600;
    opacity: unset;
}
body{
    overflow: hidden !important;
}
.input-min-width-95p {min-width:95%;}
input[type="date"]
{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}