/* SL-1FORM-CONTROLS.css - Generated by HardTie */

textarea:focus{border-color:var(--text);}input[type=file]{display:none;}.checks label:hover,.text-label:hover{border-color:var(--border);}.checks input[type="checkbox"]{accent-color:var(--text);width:15px;height:15px;cursor:pointer;flex-shrink:0;}.custom-select:hover{border-color:var(--border-hover);background:#181818;}.custom-select.open{border-color:var(--border-hover);background:#181818;}.custom-select-header::after{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--muted);margin-left:10px;transition:transform .2s;}.custom-select.open .custom-select-header::after{transform:rotate(180deg);border-top-color:var(--text);}.custom-select-options{display:none;position:absolute;top:calc(100% + 6px);left:-1px;right:-1px;background:var(--panel);border:1px solid var(--border-hover);border-radius:6px;z-index:100;max-height:240px;overflow-y:auto;box-shadow:0 10px 30px rgba(0,0,0,0.7);padding:4px;}.custom-select.open .custom-select-options{display:block;}.custom-select-option:hover{background:var(--panel-alt);color:var(--text);}