Spaces:
Sleeping
Sleeping
File size: 2,872 Bytes
294253d 04b105c 294253d 04b105c 294253d 04b105c 294253d 04b105c 294253d 04b105c 294253d 04b105c 294253d c7525e3 04b105c c7525e3 294253d 04b105c c7525e3 294253d c7525e3 294253d c7525e3 294253d c7525e3 294253d c7525e3 294253d c7525e3 294253d d9533e8 294253d |
1 2 3 4 5 6 7 8 9 10 11 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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 |
.btn-primary {
background-color: #0d6efd;
border-radius: 5px;
border-color: #0d6efd;
}
body {
background-color: white;
}
select {
border: 1px solid rgba(0, 0, 0, 0.468) !important;
height: 45px !important;
color: rgba(0, 0, 0, 0.468) !important;
}
.canvasjs-chart-credit {
display: none !important;
}
#sidebarToggle {
border-radius: 4px;
margin-left: 250px;
}
.main-sidebar.toggled .menu-text {
display: none;
}
#selectedCompany.toggled .menu-text {
display: none;
}
.wrapper {
flex: 1;
padding: 10px;
margin-left: 250px;
/* Default sidebar width */
transition: margin-left 0.3s ease;
flex-wrap: wrap;
}
.main-header {
border-bottom: none;
border-top: none;
}
.card {
margin-bottom: 15px;
border-radius: 8px;
overflow: hidden;
transition: background-color 0.3s ease;
font-size: 20px !important;
max-width: 350px !important;
min-width: 300px;
}
.card-body {
padding: 15px;
}
.feature-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
}
.sidebarPanel {
display: none;
}
.media-body {
text-align: right;
}
.fs-30 {
font-size: 20px !important;
margin-right: 25px !important;
}
.fs-48 {
font-size: 40px !important;
margin-right: 25px !important;
}
.card {
padding: 15px 0px;
}
body {
height: 100dvh;
}
.row {
display: flex !important;
flex-wrap: wrap !important;
row-gap: 20px;
column-gap: 20px;
align-items: center;
justify-content: center;
}
.graph {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
/* Adds space between the charts */
padding: 20px;
margin-top: 10px !important;
}
.graph1 {
flex: 1 1 45%;
min-width: 300px;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
}
canvas {
min-width: 350px !important;
}
#chartContainer,
#chartContainer1 {
max-width: 100%;
min-width: 100%;
height: 350px;
}
/* Responsive Styles */
@media (max-width: 991px) {
#sidebarToggle {
display: block !important;
margin-left: 210px !important;
border: 2px solid rgba(0, 0, 0, 0.384);
color: rgba(0, 0, 0, 0.404) !important;
}
.wrapper {
margin-left: 200px;
}
.graph {
margin-left: -220px;
}
.graph1 h1 {
font-size: 20px;
margin-top: 20px;
}
.main-header {
padding: 15px;
}
}
@media (max-width: 768px) {
.feature-icon {
width: 40px;
height: 40px;
}
.fs-30 {
font-size: 1.5rem;
}
.fs-48 {
font-size: 2.5rem;
}
#company{
width: 200px !important;
}
} |