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