body{background-color:#555}h1{color:#999;font-family:Verdana,Geneva,Tahoma,sans-serif;margin:5px 0}.component{border-radius:5px;padding:10px;height:87dvh;display:flex}.section-header{display:flex;flex-direction:row;gap:5px;justify-content:center;align-items:center}.smell-search{display:flex;flex-direction:column;justify-content:space-between;gap:10px;height:100%;min-width:250px;max-width:250px}.formula-container{flex-grow:1}.formula-search{width:100%;min-width:500px;display:flex;flex-direction:column;justify-content:space-between;gap:10px;height:100%;flex-grow:1;align-items:stretch}.assistant{min-width:250px;max-width:250px;display:flex;flex-direction:column;justify-content:space-between;gap:10px;height:100%}.search-component{display:flex;flex-direction:row;gap:5px}.selected{background-color:#dab200}.list-item{padding:10px}.list-item:hover{background-color:#ffd000;cursor:default;transition:background-color .3s ease;color:#666}.selected{background-color:#dab200;color:#666}.spinner{display:none;width:15px;height:15px;border:3px solid rgba(255,255,255,.5);border-radius:50%;border-top-color:#dab200;animation:spin 1s ease-in-out infinite;align-self:center}.placeholder{margin:5px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width: 1000px){.smell-search,.assistant,.formula-search{max-width:100%;min-width:100%;overflow:auto}.component{height:84.5dvh}}@media only screen and (max-width: 600px){.smell-search,.assistant,.formula-search{max-width:100%;min-width:100%;overflow:auto}.component{height:82.5dvh}}@media only screen and (max-width: 400px){.smell-search,.assistant,.formula-search{max-width:100%;min-width:100%;overflow:auto}.component{height:78.5dvh}}.tooltip{display:inline-block;position:relative;text-align:left;color:#dab200;font-size:15px;font-family:Verdana,Geneva,Tahoma,sans-serif;cursor:pointer}.bottom{width:175px;top:40px;left:50%;transform:translate(-50%);padding:10px 20px;color:#444;background-color:#eee;font-weight:400;font-size:13px;border-radius:8px;position:absolute;z-index:99999999;box-sizing:border-box;box-shadow:0 1px 8px #00000080;visibility:hidden;opacity:0;transition:opacity .8s}.bottom h3{text-align:center}.bottom p{word-wrap:break-word;max-width:200px}.tooltip:hover .bottom{visibility:visible;opacity:1}.tooltip .bottom i{position:absolute;bottom:100%;left:50%;margin-left:-12px;width:24px;height:12px;overflow:hidden}.tooltip .bottom i:after{content:"";position:absolute;width:12px;height:12px;left:50%;transform:translate(-50%,50%) rotate(45deg);background-color:#eee;box-shadow:0 1px 8px #00000080}
