html, body { height: 100%; margin: 0; background-color: rgb(27,40,56); } #app-container { height: 100%; width: 100%; position: relative; } .ag-theme-custom-dark { --ag-background-color: #ddd !important; } .dash-dropdown .Select-control { border: 2px solid rgb(37, 55, 77); border-radius: 4px; } .dash-dropdown .Select-value { color: rgb(235, 235, 235); } .dash-dropdown .Select-control { background-color: rgb(50, 70, 101); } .dash-dropdown.is-minimized .Select-value-label { color: rgb(235, 235, 235); } .dash-dropdown .Select-value-label { color: rgb(235, 235, 235); } .dash-dropdown .Select-menu-outer { background-color: rgb(50, 70, 101); } .jsx-4017309047.tab-container{ border-bottom: 2px solid rgb(37,55,77); } .dark_plot{ background-color: black; } /* Track rgb(197,195,192) */ div.scrollable::-webkit-scrollbar { width: 6px; /* width of the vertical scrollbar */ height: 6px; border-radius: 6px; } div.scrollable::-webkit-scrollbar-track { margin-top: 20px; margin-bottom: 20px; margin-left: 20px; margin-right: 20px; } div.scrollable::-webkit-scrollbar-thumb { background-color: rgb(235, 235, 235); border-right: none; border-left: none; border-bottom: none; border-top: none; border-radius: 6px; } div.scrollable::-webkit-scrollbar-track-piece:end { background: rgb(37,55,77); margin-bottom: 10px; } div.scrollable::-webkit-scrollbar-track-piece:start { background: rgb(37,55,77); margin-top: 10px; }