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