/* Language CSS start*/
#google_translate_element {
    display: none;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0 !important;
}

body {
    top: 0 !important;
    position: unset !important;
}

.skiptranslate {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-logo-link {
    display: none !important;
}

body {
    top: 0px !important;
}

.goog-te-gadget {
    font-size: 0px;
}

.skiptranslate {
    display: none !important;
}

font {
    background-color: transparent !important;
    box-shadow: none !important;
}

#custom-language {
    direction: ltr;
    border: none;
    color: transparent;
    outline: none;
    appearance: none;
    background: transparent;
    padding: 7px 8px;
    padding-right: 25px;
}

.darkText #custom-language {
    color: #000;
}

.outer-custom-language {
    padding-left: 8px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    fill: transparent;
    position: relative;
    display: flex;
}

.outer-custom-language::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: transparent;
    pointer-events: none;
}

.darkText .outer-custom-language {
    fill: transparent;
}

.darkText .outer-custom-language::after {
    color: transparent;
}

.notranslate {
    translate: no;
}

@media (max-width: 576px) {
    .outer-custom-language {
        padding-left: 6px;
        border-radius: 4px;
        font-size: 12px;
    }

    .outer-custom-language svg {
        width: 13px;
        height: 13px;
    }

    #custom-language {
        padding: 4px 6px;
        padding-right: 20px;
        max-width: 20px;
    }

    #custom-language option {
        font-size: 12px;
    }
}


.bot-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0;
}

.chatbot-option-btn {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 8px;
    color: #222;
    font-size: 0.95em;
    padding: 4px 14px;
    margin-bottom: 8px;
    margin-right: 0;
    cursor: pointer;
    transition: border 0.2s, background 0.2s;
    box-shadow: none;
    outline: none;
}

.chatbot-option-btn:last-child {
    margin-bottom: 0;
}

.lang-toggle-container {
    position: relative;
    width: 104px;
    height: 38px;
    padding: 4px;
    background: #cccccc;
    border: 1px solid #ccc;
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    line-height: 0;
}

.lang-toggle-label {
    position: relative;
    width: 50%;
    text-align: center;
    font-size: 0.85em;
    font-weight: 600;
    color: #777;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}

.lang-toggle-label.en-label {
    color: #111;
}

.lang-toggle-container.active-fr .lang-toggle-label.en-label {
    color: #777;
}

.lang-toggle-container.active-fr .lang-toggle-label.fr-label {
    color: #111;
}

.lang-toggle-slider {
    position: absolute;
    width: 46px;
    height: 30px;
    background: #ffffff;
    border-radius: 999px;
    top: 4px;
    left: 4px;
    transition: transform 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85em;
    color: #222;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.lang-toggle-container.active-fr .lang-toggle-slider {
    transform: translateX(48px);
}

/* Language CSS end*/