﻿.language_switch {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 0.85rem;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    align-content: center;
    margin: 20px;
}

.language_switch.dd-item {
    color: var(--text-light-color) !important;
    font-size: 0.7rem !important;
}

.language_label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--primary-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.language_switch i {
    font-size: 1.4rem;
}

.multi-collapse.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}
