$lfp: 'LFPressSans', Arial, Verdana, sans-serif;
$color-dark: #555555;
$color-grey-dark: #D4D3C2;

.language-picker-template-selected {
    color: $color-dark;
    .globe-icon {
        margin-top: 5px;
        font-size: 20px;
        text-align: center;
        width: 30px;
        height: 30px;
        cursor: pointer;
        .fa {
            padding-top: 4px;
        }
    }
    .text {
        font-family: $lfp;
    }
}

.language-picker-template {
    .text {
        font-family: $lfp;
    }
}

.k-popup.k-list-container {
    padding: 0;
}

language-picker {
    .k-dropdown-wrap {
        padding: 0;
    }
    .k-dropdown .k-dropdown-wrap {
        background-color: $color-grey-dark;
        border: none;
        border-radius: 0;
        height: 30px;
        .k-input, .k-select {
            font-family: $lfp;
            text-indent: 0;
            color: black;
            height: 25px;
            span {
                .flag {
                    margin-top: -2px;
                }
            }
            .k-icon {
                background-image: none;
            }
        }
        .k-select {
            display: none;
        }
    }
}