﻿.k-simplecharbox .k-icon {
    height: 16px;
}

.k-simplecharbox .k-input {
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    border-radius: 4px;
}

.k-simplecharbox {
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
}

/* widget */
.k-input[type="password"],
.k-input[type="coordinate"] {
    font-size: 100%;
    font-family: inherit;
    -webkit-appearance: none;
}

.k-simplecharview {
    padding: 0;
}

.k-simplecharview-display {
    display: flex;
    margin: 0;
    overflow-x: auto;
    height: 19px;
    overflow-wrap: anywhere;
    line-height: 1.4em;
}
