body{margin:0;font-family:Arial,sans-serif}.d-none{display:none}.loading-state{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:9999;display:flex;justify-content:center;align-items:center}.loading{width:100px;height:100px;border-radius:50%;border:10px solid #ddd;border-top-color:orange;animation:loading 1s linear infinite}@keyframes loading{to{transform:rotate(360deg)}}.dropdown-content{max-height:200px;overflow-y:auto}#experimentSelectDropdown{position:relative}#experimentSelectInput{display:block;width:100%;padding:.5rem;box-sizing:border-box}.dropdown-menu{max-height:300px;overflow-y:auto}.experiment-selection-card{border:2px solid #ddd;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;background-color:#f8f9fa}.experiment-selection-card.selected{border-color:#28a745;background-color:#e8f5e9}.experiment-item{padding:.75rem;margin:.5rem 0;border:1px solid #ddd;border-radius:4px;cursor:pointer;background-color:#fff;transition:all .2s}.experiment-item:hover{background-color:#f0f0f0;border-color:#999}.experiment-item.selected{background-color:#28a745;color:#fff;border-color:#28a745}.experiments-list{max-height:300px;overflow-y:auto;border:1px solid #ddd;border-radius:4px;background-color:#fff}.search-input{width:100%;margin-bottom:1rem}
