.language-select{z-index:1000;position:relative;width:150px;height:34px;line-height:34px;border:1px solid var(--compiler-select-border);border-radius:5px;background-color:var(--compiler-select-bg);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.language-select>.current-option{overflow:hidden;display:flex;justify-content:space-between;width:100%;height:100%;padding:0 15px;color:var(--compiler-option-a-text)}.language-select>.current-option>i{transition:all .2s linear}.language-select>.select-options{overflow-y:auto;position:absolute;top:calc(100% + 5px);left:0;width:100%;border:1px solid var(--compiler-select-border);background-color:var(--compiler-select-bg);border-radius:5px;transition:all .05s linear}.language-select>.select-options>.language-search{display:flex;justify-content:center;padding:5px 0}.language-select>.select-options>.language-search>input{display:block;width:calc(100% - 12px);height:30px;line-height:30px;padding:0 20px;font-size:14px;border-radius:15px;background-color:var(--bg-white-black3);border:1px solid var(--compiler-search-border);caret-color:#29a4ab}.language-select>.select-options>.language-search>input:focus{border-color:#57bca6;outline:1px solid #57bca6}.language-select>.select-options>strong{display:block;padding-left:15px;margin:5px 0;font-size:16px;font-weight:700;color:var(--compiler-option-span-text);background:var(--compiler-option-span-bg);cursor:text}.language-select>.select-options>strong:first-of-type{margin-top:0}.language-select>.select-options>a{display:block;height:30px;line-height:30px;font-size:15px;padding-left:15px;transition:all .1s linear;color:var(--compiler-option-a-text)}.language-select>.select-options>a:hover{color:var(--compiler-option-current-text);background:var(--compiler-option-current-bg)}.language-select>.select-options>a>span{display:none}.language-select>.select-options>a:last-child{margin-bottom:5px}.language-select>.select-options>a.router-link-active{color:var(--compiler-option-current-text);background:var(--compiler-option-current-bg)}.language-select>.select-options::-webkit-scrollbar{width:8px!important;height:8px!important}.language-select>.select-options::-webkit-scrollbar-track{box-shadow:var(--scrollbar-track-box-shadow);border-left:1px solid var(--scrollbar-track-border);background:var(--scrollbar-track-bg)}.language-select>.select-options::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-bg);border-radius:8px!important}.language-select>.select-options::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.language-select>.select-options::-webkit-scrollbar-corner{background-color:transparent}@media screen and (min-width:576px){.language-select{width:200px;height:36px;line-height:36px;font-size:16px}.language-select>.current-option{color:var(--text-black1-silver)}.language-select>.select-options>.language-search{padding:7px 0}.language-select>.select-options>.language-search>input{height:32px;line-height:32px;border-radius:16px}.language-select>.select-options>strong{margin:8px 0}.language-select>.select-options>a{height:34px;line-height:34px;font-size:16px}.language-select>.select-options>a>span{display:inline}.language-select>.select-options>a:last-child{margin-bottom:8px}}
