﻿/*To ensure that the value is displayed correctly when using Value/Item Template in SfFkDropdown component*/
.e-ddl .e-input-value {
    display: flex;
    align-items: center;
    padding: 0 8px;
}
