#gt_float_wrapper {
    position: relative !important;
}
.gt_float_switcher .gt-selected {
    position: relative;
    z-index: 888;
    background-color: transparent !important;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    text-align: right;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 15px;
    color: #333;
    font-weight: bold;
}
.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}
/* .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: rgb(2,22,35);
    font-size: 13px;
}

@media (min-width: 768px) and (max-width: 1999.98px) {
    .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
        color: white;
        font-size: 13px;
    }
} */

.qodef-header-sticky .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: rgb(2,22,35);
    font-size: 13px;
}
.home .qodef-header-sticky .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: #ffffff;
    font-size: 13px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 2px;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(0deg);
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: none;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: inline-block;
    height: 18px;
    width: 15px;
    vertical-align: middle;
    /* background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>); */
    background-position: 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    transition: all .3s;
    transform: rotate(-180deg);
}
.gt_float_switcher .gt_options.gt-open {
    opacity: 1;
    transform: translateX(0px);
}
.gt_float_switcher .gt_options {
    position: relative;
    z-index: 777;
    max-height: 250px;
    overflow-y: auto;
    transform: translateY(-30px);
    opacity: 0;
    cursor: pointer;
    transition: all .8s cubic-bezier(.3,1.1,.4,1.1);
}
.gt_float_switcher .gt_options {
    background: #fff;
    text-align: left;
}
.gt_float_switcher .gt_options a.gt-current {
    display: none;
}
.gt_float_switcher .gt_options a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    color: #444;
    font-size: 13px;
    transition: color .4s linear;
}
.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

/* GT Float Switcher Custom Styling */
#gt-wrapper-60054159 {
    position: relative !important;
}

.gt_float_switcher {
    position: static !important;
    width: auto !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Selected language styling */
.gt_float_switcher .gt-selected {
    display: flex !important;
    align-items: center !important;
    padding: 0px !important;
    cursor: pointer !important;
}

/* Options container */
.gt_float_switcher .gt_options {
    display: none;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 200px !important;
    background: white !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
    padding: 8px 0 !important;
    z-index: 9999 !important;
}

/* Show options when switcher is active */
.gt_float_switcher.gt_show .gt_options {
    display: block !important;
    transform: none !important;
    animation: none !important;
}

/* Individual option styling */
.gt_float_switcher .gt_options a {
    display: flex !important;
    align-items: center !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    color: #333 !important;
    transition: background-color 0.2s !important;
}

.gt_float_switcher .gt_options a:hover {
    background-color: #f5f5f5 !important;
}

/* Flag images */
.gt_float_switcher img {
    margin-right: 8px !important;
    width: 20px !important;
    height: auto !important;
}