﻿.culture-switcher {
    margin-left: 16px;
    min-width: 100px;
    width: auto;
    max-width: 150px;
}

.e-dropdownbase .e-input-group {
    border: none !important;
    padding: 0 !important;
}

    .e-dropdownbase .e-input-group .e-input {
        color: var(--bs-body-color);
        background: none;
        border: none;
        box-shadow: none;
        font-size: 18px;
        font-weight: bold;
    }

.e-dropdownbase .e-list-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 650px) {
    .culture-switcher {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
}
