.lang {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    /* top: 7px; */
    /* right: 26px; */
    cursor: pointer;
}

.globe {
    position: relative;
    width: 14px;
    height: 14px;
}

.flag-TR {
    position: relative;
    width: 16px;
    height: 12px;
}

.lang-text {
    position: relative;
    /* width: fit-content; */
    margin-top: -1px;
    /* font-family: var(--poppins-xs-regular-font-family); */
    /* font-weight: var(--poppins-xs-regular-font-weight); */
    /* color: var(--slate-700); */
    /* font-size: var(--poppins-xs-regular-font-size); */
    /* letter-spacing: var(--poppins-xs-regular-letter-spacing); */
    /* line-height: var(--poppins-xs-regular-line-height); */
    /* white-space: nowrap; */
    /* font-style: var(--poppins-xs-regular-font-style); */
}

.lang-dropdown {
    display: none;
    position: absolute;
    top: 18px;
    padding-right: 12px;
    /* background: var(--slate-50); */
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    /* min-width: 100px; */
    z-index: 100;
}

.lang-option {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    /* font-family: var(--poppins-xs-regular-font-family); */
    /* font-weight: var(--poppins-xs-regular-font-weight); */
    /* color: var(--slate-700); */
    /* font-size: var(--poppins-xs-regular-font-size); */
    /* letter-spacing: var(--poppins-xs-regular-letter-spacing); */
    /* line-height: var(--poppins-xs-regular-line-height); */
    /* white-space: nowrap; */
    /* font-style: var(--poppins-xs-regular-font-style); */

    display: flex;
    align-items: center;
    padding: 6px 12px;
    text-decoration: none;
}

.lang-option:hover {
    color: var(--slate-500);
}

.lang-svg {
    width: 16px;
    height: 12px;
    margin-right: 8px;
}

.arrow-down-fill {
    position: relative;
    width: 10px;
    height: 10px;
}
