﻿.flag {
    width: 25px;
    height: 25px;
}

.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    padding-left: 7px;
    padding-right: 7px;
}

.languageChooser {
    position: relative;
    min-height: 30px;
}

.dx-dropdowneditor-input-wrapper .languageChooser > img {
    padding-left: 8px;
}

.languageChooser .product-name {
    display: inline-block;
    padding-left: 30px;
    text-indent: 0;
    line-height: 30px;
    font-size: 15px;
}

.languageChooser > img {
    left: 1px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.dx-theme-material #custom-templates .dx-texteditor-buttons-container {
    display: none;
}

.current-value {
    padding: 10px 0;
}

    .current-value > span {
        font-weight: bold;
    }

.language .dx-selectbox {
    max-width: 4rem;
}

.dx-overlay-content.dx-popup-normal.dx-resizable {
    min-width: 9rem !important;
}

.dx-texteditor.dx-editor-underlined {
    border-bottom: none !important;
}


