﻿input:focus
{
    caret-color: var(--ui-text-color-input-default)!important;
}
input::-ms-clear, input::-ms-reveal
{
    display: none;
}