.bluegenesGoTermVisualizer .chart-title{font-weight:300;font-size:24px;font-family:sans-serif;display:flex;justify-content:center;margin:12px}.bluegenesGoTermVisualizer .margin{margin-bottom:42px}.bluegenesGoTermVisualizer .loading-container{display:flex;align-content:space-around;justify-content:center;margin:100px}.bluegenesGoTermVisualizer .loading-container .balls{width:3.5em;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.bluegenesGoTermVisualizer .loading-container .balls div{width:.8em;height:.8em;border-radius:50%;background-color:#fc2f70;transform:translateY(-100%);animation:wave .8s ease-in-out alternate infinite}.bluegenesGoTermVisualizer .loading-container .balls div:nth-of-type(1){animation-delay:-.4s}.bluegenesGoTermVisualizer .loading-container .balls div:nth-of-type(2){animation-delay:-.2s}@keyframes wave{from{transform:translateY(-100%)}to{transform:translateY(100%)}}.bluegenesGoTermVisualizer .filter-panel-root{padding:10px 0;border:.5px solid #000;border-radius:10px;background:#F9F9F9;margin-bottom:26px}.bluegenesGoTermVisualizer .filter-panel-root h4.filter-panel-title{font-size:22px;font-family:sans-serif;text-align:center;margin:0;font-weight:300}.bluegenesGoTermVisualizer .filter-panel-root .filter-panel{display:flex;justify-content:space-evenly}.bluegenesGoTermVisualizer .filter-panel-root .filter-panel .filter-container{padding:8px}.bluegenesGoTermVisualizer .filter-panel-root .filter-panel .filter-container p{display:inline;font-weight:300;padding:0;margin:6px 0;font-size:18px;font-family:arial;text-align:left}.bluegenesGoTermVisualizer .filter-panel-root .filter-panel .filter-container select{display:inline;font-size:16px;border:1px solid #000;border-radius:5px;text-align:center}.bluegenesGoTermVisualizer .filter-panel-root .filter-panel .filter-container input{display:inline;border:1px solid #000;border-radius:5px;padding:4px;font-size:14px;width:45px}.bluegenesGoTermVisualizer .filter-panel-root button.apply-filters-button{margin:auto;display:block;font-size:16px;padding:8px 20px;border-radius:12px;cursor:pointer}.bluegenesGoTermVisualizer .error{display:flex;justify-content:center;font-weight:300;font-size:22px;font-family:sans-serif}