@include exports('popup/layout') {
.k-popup {
    .k-list .k-item,
    .k-list-optionlabel {
        padding: 1px 17px 1px 8px;
        line-height: 2em;
        min-height: 2em;
        white-space: normal;
    }

    &.k-list-container {
        border-width: 1px;
        border-style: solid;
    }

    &.k-list-container {
        box-sizing: border-box;
    }
}

.k-list-optionlabel {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.k-list-filter {
    display: block;
    position: relative;
    margin: 8px;

    > .k-textbox {
        padding-right: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    > .k-icon {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
    }
}
}
