Newer
Older
body {
margin: 0;
padding: 0;
object-fit: fill;
height: 100%;
width: 100%;
background-color: rgb(27,40,56);
color: rgb(235,235,235);
}
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.container-1{
width: 1200px;
height: 500px;
aspect-ratio: auto;
object-fit: fill;
margin: 150px auto 100px 150px;
position: static;
overflow: visible;
}
.heading-1 {
text-align: left;
font-size: 80px;
}
.heading-3 {
margin-top: 30px;
padding-left: 5px;
font-size: 30px;
}
.container-3.container-4 {
margin-left: 0;
}
.container-2 {
width: 1200px;
height: 200px;
flex-wrap: nowrap;
margin-top: 150px; margin-left: 0; padding-left: 0;
padding-right: 0;
display: flex;
}
.container-3 {
width: 350px;
flex-direction: column;
justify-content: flex-start; align-items: center;
margin-left: 25px;
margin-right: 25px; display: flex;
}
.sub_text {
text-align: center;
padding-left: 15px;
padding-right: 15px;
font-size: 20px;
line-height: 25px;
}
.heading-4 {
text-align: center;
font-size: 38px;
color: rgb(235,235,235);
}
.navbar {
background-color: rgb(23,29,37);
color: rgb(197,195,192);
width: 100%;
margin:0;
}
.nav-item-1 {
color: rgb(197,195,192);
font-size: 30px;
text-decoration:none;
}
.nav-item-1 :hover{
color: rgb(235,235,235);
font-size: 30px;
text-decoration:none;
.nav-link {
color: rgb(197,195,192);
font-size: 20px;
}
#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);
}
/* Track rgb(197,195,192) */
div.scrollable::-webkit-scrollbar {
width: 6px; /* width of the vertical scrollbar */
border-radius: 6px;
}
div.scrollable::-webkit-scrollbar-track {
}
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;
}