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