| 1 |
body { |
| 2 |
background-color: #f0f0f1 !important; |
| 3 |
} |
| 4 |
|
| 5 |
.rabbitloader-home-tab-content { |
| 6 |
padding: 20px 0px; |
| 7 |
} |
| 8 |
|
| 9 |
.text-success { |
| 10 |
color: green; |
| 11 |
} |
| 12 |
|
| 13 |
.text-danger { |
| 14 |
color: brown; |
| 15 |
} |
| 16 |
|
| 17 |
.text-grey { |
| 18 |
color: #333; |
| 19 |
} |
| 20 |
|
| 21 |
.div-connect-parent { |
| 22 |
margin-top: 20px; |
| 23 |
background-color: white; |
| 24 |
padding: 0 20px; |
| 25 |
text-align: center; |
| 26 |
max-width: 600px; |
| 27 |
margin: 0 auto; |
| 28 |
border-radius: 5px; |
| 29 |
border: solid 1px #dee2e6; |
| 30 |
} |
| 31 |
|
| 32 |
h1, |
| 33 |
h2, |
| 34 |
h3, |
| 35 |
h4, |
| 36 |
h5, |
| 37 |
h6 { |
| 38 |
font-family: "Manrope", sans-serif; |
| 39 |
color: #1f0757; |
| 40 |
line-height: 1.3; |
| 41 |
font-weight: 700; |
| 42 |
} |
| 43 |
|
| 44 |
.mt-05 { |
| 45 |
margin-top: 0.12rem !important; |
| 46 |
} |
| 47 |
|
| 48 |
@media (min-width: 1200px) { |
| 49 |
|
| 50 |
.h4, |
| 51 |
h4 { |
| 52 |
font-size: 1.5rem; |
| 53 |
} |
| 54 |
} |
| 55 |
|
| 56 |
.h4, |
| 57 |
h4 { |
| 58 |
font-size: calc(1.275rem + .3vw); |
| 59 |
} |
| 60 |
|
| 61 |
.div-connect-parent p { |
| 62 |
font-family: "Manrope", sans-serif; |
| 63 |
color: #8480ae; |
| 64 |
line-height: 1.8; |
| 65 |
font-size: 1rem; |
| 66 |
} |
| 67 |
|
| 68 |
.rl-content-area { |
| 69 |
padding: 20px; |
| 70 |
} |
| 71 |
|
| 72 |
.border-bottom { |
| 73 |
border-bottom: solid 1px #dee2e6; |
| 74 |
} |
| 75 |
|
| 76 |
|
| 77 |
.rl-btn-secondary { |
| 78 |
color: #333; |
| 79 |
background-color: #dee2e6; |
| 80 |
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; |
| 81 |
} |
| 82 |
|
| 83 |
.rl-btn-outline-primary { |
| 84 |
color: #0076CE; |
| 85 |
border-color: #0076CE; |
| 86 |
} |
| 87 |
|
| 88 |
.rl-btn-outline-primary:hover { |
| 89 |
color: #fff; |
| 90 |
background-color: #0076CE; |
| 91 |
border-color: #0076CE; |
| 92 |
} |
| 93 |
|
| 94 |
.rl-btn-lg { |
| 95 |
padding: 0.5rem 1rem; |
| 96 |
font-size: 1.25rem; |
| 97 |
line-height: 1.5; |
| 98 |
border-radius: 0.3rem; |
| 99 |
} |
| 100 |
|
| 101 |
.rl-bg-primary { |
| 102 |
color: #fff; |
| 103 |
background-color: #0076CE !important; |
| 104 |
} |
| 105 |
|
| 106 |
.btn.focus, |
| 107 |
.btn:focus, |
| 108 |
.btn:active { |
| 109 |
outline: none !important; |
| 110 |
box-shadow: none; |
| 111 |
} |
| 112 |
|
| 113 |
.d-flex { |
| 114 |
display: -webkit-box !important; |
| 115 |
display: -ms-flexbox !important; |
| 116 |
display: flex !important; |
| 117 |
} |
| 118 |
|
| 119 |
.footer-area .footer-nav ul { |
| 120 |
-webkit-box-pack: center; |
| 121 |
-ms-flex-pack: center; |
| 122 |
justify-content: center; |
| 123 |
padding-left: 0; |
| 124 |
} |
| 125 |
|
| 126 |
.footer-area .footer-nav ul li a { |
| 127 |
color: #8480ae; |
| 128 |
margin: 0 15px; |
| 129 |
font-family: "Manrope", sans-serif; |
| 130 |
-webkit-transition-duration: 500ms; |
| 131 |
transition-duration: 500ms; |
| 132 |
text-decoration: none; |
| 133 |
outline: 0 solid transparent; |
| 134 |
/* color: #1f0757; */ |
| 135 |
} |
| 136 |
|
| 137 |
.rl-card { |
| 138 |
padding: 20px; |
| 139 |
background-color: #ffffff; |
| 140 |
border-radius: 6px; |
| 141 |
} |
| 142 |
|
| 143 |
.rl-dash-buttons { |
| 144 |
padding: 10px 20px; |
| 145 |
background-color: #ffffff; |
| 146 |
color: #0811fb; |
| 147 |
display: inline-block; |
| 148 |
margin-right: 20px; |
| 149 |
text-align: center; |
| 150 |
border-radius: 6px; |
| 151 |
cursor: pointer; |
| 152 |
border: #ffffff solid 1px; |
| 153 |
transition: all .15s ease-in-out; |
| 154 |
text-decoration: none; |
| 155 |
} |
| 156 |
|
| 157 |
.rl-dash-buttons:hover { |
| 158 |
border: #04098a solid 1px; |
| 159 |
background-color: #0811fb; |
| 160 |
color: #ffffff; |
| 161 |
} |
| 162 |
|
| 163 |
.rl-dash-link { |
| 164 |
text-decoration: none; |
| 165 |
} |
| 166 |
|
| 167 |
.rl-dash-link:hover { |
| 168 |
color: #0811fb !important; |
| 169 |
} |
| 170 |
|
| 171 |
div.score_circle { |
| 172 |
position: relative; |
| 173 |
margin: 0 auto; |
| 174 |
width: 150px; |
| 175 |
height: 150px; |
| 176 |
} |
| 177 |
|
| 178 |
.score_circle canvas { |
| 179 |
display: block; |
| 180 |
position: absolute; |
| 181 |
top: 0; |
| 182 |
left: 0; |
| 183 |
} |
| 184 |
|
| 185 |
.score_circle span { |
| 186 |
color: #555; |
| 187 |
display: block; |
| 188 |
line-height: 150px; |
| 189 |
width: 150px; |
| 190 |
text-align: center; |
| 191 |
font-family: sans-serif; |
| 192 |
font-size: 60px; |
| 193 |
font-weight: 100; |
| 194 |
/* margin-left:5px; */ |
| 195 |
} |
| 196 |
|
| 197 |
input { |
| 198 |
width: 200px; |
| 199 |
} |
| 200 |
|
| 201 |
/* #freshworks-frame-wrapper{bottom: 30px !important;} */ |
| 202 |
.dataTables_wrapper { |
| 203 |
min-height: 150px; |
| 204 |
} |
| 205 |
|
| 206 |
.dataTables_wrapper .table-bordered td, |
| 207 |
.dataTables_wrapper .table-bordered th { |
| 208 |
border: none |
| 209 |
} |
| 210 |
|
| 211 |
.dataTables_wrapper .table-bordered th { |
| 212 |
font-weight: 600; |
| 213 |
background: #F7F8FB; |
| 214 |
} |
| 215 |
|
| 216 |
.dataTables_wrapper tr:nth-child(even) { |
| 217 |
background: #F7F8FB; |
| 218 |
} |
| 219 |
|
| 220 |
.datatable-header { |
| 221 |
border: none; |
| 222 |
} |
| 223 |
|
| 224 |
.datatable-header input { |
| 225 |
border: 1px solid #EAECF1; |
| 226 |
} |
| 227 |
|
| 228 |
.datatable-header select { |
| 229 |
border: 1px solid #EAECF1; |
| 230 |
} |
| 231 |
|
| 232 |
.datatable-header input { |
| 233 |
transition: all .15s ease-in-out; |
| 234 |
} |
| 235 |
|
| 236 |
.datatable-header input:focus { |
| 237 |
border-color: #0811fb !important; |
| 238 |
box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, .1); |
| 239 |
} |
| 240 |
|
| 241 |
.datatable-basic .select2-selection--single:not([class*=bg-]):not([class*=border-]) { |
| 242 |
border: 1px solid #EAECF1; |
| 243 |
min-height: 30px; |
| 244 |
} |
| 245 |
|
| 246 |
.datatable-header button { |
| 247 |
border: 1px solid #EAECF1; |
| 248 |
} |
| 249 |
|
| 250 |
.datatable-footer { |
| 251 |
border: none; |
| 252 |
} |
| 253 |
|
| 254 |
.dataTables_paginate .paginate_button.current, |
| 255 |
.dataTables_paginate .paginate_button.current:focus, |
| 256 |
.dataTables_paginate .paginate_button.current:hover { |
| 257 |
/* background-color: #0811fb !important; */ |
| 258 |
/* color: #fff !important; */ |
| 259 |
border-radius: 50% !important; |
| 260 |
} |
| 261 |
|
| 262 |
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { |
| 263 |
/* background-color: #0811fb !important; */ |
| 264 |
/* color: #fff !important; */ |
| 265 |
border-radius: 50% !important; |
| 266 |
} |
| 267 |
|
| 268 |
.rl-table { |
| 269 |
border: none; |
| 270 |
font-size: 0.875rem; |
| 271 |
} |
| 272 |
|
| 273 |
.rl-table tbody td, |
| 274 |
tr, |
| 275 |
th { |
| 276 |
border: none |
| 277 |
} |
| 278 |
|
| 279 |
.rl-table thead th { |
| 280 |
border: none; |
| 281 |
background: #F7F8FB; |
| 282 |
} |
| 283 |
|
| 284 |
.rl-table tr:nth-child(even) { |
| 285 |
background: #F7F8FB; |
| 286 |
} |
| 287 |
|
| 288 |
.rl-table>thead>tr>th { |
| 289 |
border: none; |
| 290 |
} |
| 291 |
|
| 292 |
.rl-table th { |
| 293 |
border: none; |
| 294 |
font-weight: 600 |
| 295 |
} |
| 296 |
|
| 297 |
.no-bg-table.table tr:nth-child(even) { |
| 298 |
background: transparent; |
| 299 |
} |
| 300 |
|
| 301 |
.no-bg-table.table>thead>tr>th { |
| 302 |
border: none; |
| 303 |
color: #000; |
| 304 |
} |
| 305 |
|
| 306 |
.no-bg-table.table tr { |
| 307 |
color: #000; |
| 308 |
} |
| 309 |
|
| 310 |
.datatable-header, |
| 311 |
.datatable-footer { |
| 312 |
padding: 0 1.5rem; |
| 313 |
border: none; |
| 314 |
margin-top: 1.5rem; |
| 315 |
} |
| 316 |
|
| 317 |
.datatable-header::after { |
| 318 |
display: block; |
| 319 |
clear: both; |
| 320 |
content: ""; |
| 321 |
margin-bottom: 10px; |
| 322 |
} |
| 323 |
|
| 324 |
.datatable-scroll-wrap { |
| 325 |
width: 100%; |
| 326 |
min-height: .01%; |
| 327 |
overflow-x: auto; |
| 328 |
} |
| 329 |
|
| 330 |
.dataTable thead td, |
| 331 |
.dataTable thead th { |
| 332 |
outline: 0; |
| 333 |
position: relative; |
| 334 |
} |
| 335 |
|
| 336 |
.dataTable tbody td, |
| 337 |
.dataTable tbody th { |
| 338 |
outline: 0; |
| 339 |
} |
| 340 |
|
| 341 |
.dataTables_wrapper::after { |
| 342 |
display: block; |
| 343 |
clear: both; |
| 344 |
content: ""; |
| 345 |
} |
| 346 |
|
| 347 |
.dataTables_wrapper .dataTables_length select { |
| 348 |
-webkit-appearance: auto; |
| 349 |
background: none; |
| 350 |
} |
| 351 |
|
| 352 |
.dataTables_wrapper .dataTables_filter input { |
| 353 |
padding: 0px 8px !important; |
| 354 |
} |
| 355 |
|
| 356 |
table.dataTable thead th, |
| 357 |
table.dataTable thead td { |
| 358 |
padding: 8px 24px !important; |
| 359 |
border-bottom: none !important; |
| 360 |
} |
| 361 |
|
| 362 |
table.dataTable tbody th, |
| 363 |
table.dataTable tbody td { |
| 364 |
padding: 8px 24px !important; |
| 365 |
} |
| 366 |
|
| 367 |
table.dataTable.no-footer { |
| 368 |
border-bottom: none !important; |
| 369 |
} |
| 370 |
|
| 371 |
|
| 372 |
/* The switch - the box around the slider */ |
| 373 |
.rl-switch { |
| 374 |
position: relative; |
| 375 |
display: inline-block; |
| 376 |
width: 60px; |
| 377 |
height: 34px; |
| 378 |
} |
| 379 |
|
| 380 |
/* Hide default HTML checkbox */ |
| 381 |
.rl-switch input { |
| 382 |
opacity: 0; |
| 383 |
width: 0; |
| 384 |
height: 0; |
| 385 |
} |
| 386 |
|
| 387 |
/* The slider */ |
| 388 |
.rl-switch-slider { |
| 389 |
position: absolute; |
| 390 |
cursor: pointer; |
| 391 |
top: 0; |
| 392 |
left: 0; |
| 393 |
right: 0; |
| 394 |
bottom: 0; |
| 395 |
background-color: #842029; |
| 396 |
-webkit-transition: .4s; |
| 397 |
transition: .4s; |
| 398 |
} |
| 399 |
|
| 400 |
.rl-switch-slider:before { |
| 401 |
position: absolute; |
| 402 |
content: ""; |
| 403 |
height: 26px; |
| 404 |
width: 26px; |
| 405 |
left: 4px; |
| 406 |
bottom: 4px; |
| 407 |
background-color: white; |
| 408 |
-webkit-transition: .4s; |
| 409 |
transition: .4s; |
| 410 |
} |
| 411 |
|
| 412 |
input:checked+.rl-switch-slider { |
| 413 |
background-color: #0076CE; |
| 414 |
} |
| 415 |
|
| 416 |
input:focus+.rl-switch-slider { |
| 417 |
box-shadow: 0 0 1px #0076CE; |
| 418 |
} |
| 419 |
|
| 420 |
input:checked+.rl-switch-slider:before { |
| 421 |
-webkit-transform: translateX(26px); |
| 422 |
-ms-transform: translateX(26px); |
| 423 |
transform: translateX(26px); |
| 424 |
} |
| 425 |
|
| 426 |
/* Rounded sliders */ |
| 427 |
.rl-switch-slider.rl-switch-round { |
| 428 |
border-radius: 34px; |
| 429 |
} |
| 430 |
|
| 431 |
.rl-switch-slider.rl-switch-round:before { |
| 432 |
border-radius: 50%; |
| 433 |
} |
| 434 |
|
| 435 |
.rl-cp { |
| 436 |
cursor: pointer; |
| 437 |
} |
| 438 |
|
| 439 |
.rl-div-video { |
| 440 |
display: inline-block; |
| 441 |
position: relative; |
| 442 |
} |
| 443 |
|
| 444 |
.rl-video-play { |
| 445 |
position: absolute; |
| 446 |
top: 56%; |
| 447 |
left: 50%; |
| 448 |
transform: translate(-50%, -50%); |
| 449 |
width: 96px; |
| 450 |
height: 96px; |
| 451 |
font-size: 96px; |
| 452 |
color: #ffc107; |
| 453 |
} |
| 454 |
|
| 455 |
.rl-primer { |
| 456 |
border: 1px solid; |
| 457 |
border-color: var(--bs-secondary-rgb); |
| 458 |
border-radius: 2px; |
| 459 |
; |
| 460 |
} |
| 461 |
|
| 462 |
.rl-col-same-height { |
| 463 |
display: flex; |
| 464 |
flex-direction: column; |
| 465 |
} |