.icon-wrapper[data-v-fb768946] {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .3125rem
}

.header-icon[data-v-fb768946] {
    width: 1.25rem;
    height: 1.25rem
}

.language-popup[data-v-fb768946] {
    padding: .9375rem
}

.language-options[data-v-fb768946] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .625rem
}

.language-option[data-v-fb768946] {
    padding: .625rem;
    border-radius: .3125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5
}

.language-option.active[data-v-fb768946] {
    background-color: #fff0e5;
    color: #ff7900;
    font-weight: 700
}

.customer-service-container[data-v-c464a87a] {
    position: fixed;
    right: .9375rem;
    bottom: 4.6875rem;
    z-index: 999;
    max-width: 400px !important;
    width: 100%;
    bottom: 4.375rem;
    left: 50%;
    transform: translate(-50%);
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    padding-right: .9375rem
}

.customer-icon[data-v-c464a87a] {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .15)
}

.icon-img[data-v-c464a87a] {
    width: 1.375rem;
    height: 1.375rem
}