#sp-top-bar{ display:none; }

.sppb-color-switcher-modes {
    display: none;
}

#sp-menu .gptranslate_wrapper {
    position: relative !important;
    overflow: visible !important;
    max-height: 40px;
    width: fit-content;
}

#gpt_float_wrapper {
    overflow: visible !important;
}

#sp-menu .gpt_float_switcher {
    position: relative !important;
    overflow: visible !important;
}

#sp-menu .gptranslate_wrapper .gpt_options {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    z-index: 9999 !important;
    background: #fff;
    width: max-content;
}

#sp-header,
#sp-header .sp-column {
    overflow: visible !important;
}

#sp-menu .gt-lang-code{
    min-width: 15px;
    display: inline-block;
    text-align: center;
    color: var(--sppb-text-secondary);
}

#sp-menu .gpt_float_switcher .gt-selected .gpt-current-lang{ 
   padding: 4px 13px !important;
}

#sp-menu .gpt-current-lang,
#sp-menu .gpt_float_switcher.notranslate,
#sp-menu .gpt_float_switcher,
#sp-menu .gt-selected{background-color:transparent !important;}

#sp-menu .gpt_float_switcher-arrow {
    background-color: var(--sppb-text-secondary);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'%3E%3Cpath 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'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'%3E%3Cpath 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'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-image: none !important;
}

#sp-menu .gpt_float_switcher-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    -webkit-mask-position: center;
    mask-position: center;
    transform-origin: center center;
}

body.view-page #sp-header.header-sticky, body.view-article #sp-header.header-sticky, body.view-article #sp-header {
    background-color: #10224A !important;
}

body.view-page .burger-icon>span, body.view-article .burger-icon>span{
    background-color: #ffffff !important;
}

@media (max-width: 440px) {
  #sp-menu .gptranslate_wrapper {
    display: none;
  }
}

