@obaidazoqili/skysoftware-styles 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1930 @@
1
+ /* You can add global styles to this file, and also import other style files */
2
+ * {
3
+ margin: 0;
4
+ padding: 0;
5
+ box-sizing: border-box;
6
+ }
7
+ :root {
8
+ font-family: Inter, sans-serif, Arial !important;
9
+ font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
10
+ }
11
+
12
+ @supports (font-variation-settings: normal) {
13
+ :root {
14
+ font-family: InterVariable, sans-serif;
15
+ }
16
+ }
17
+ /*
18
+ @font-face {
19
+ font-family: 'Inter';
20
+ src: url(../Fonts//inter//Inter-VariableFont_opsz,wght.ttf) format('truetype');
21
+ font-weight: normal;
22
+ font-style: normal;
23
+ }
24
+ */
25
+ html, body {
26
+ /*font-family: "Inter", sans-serif, Arial !important;*/
27
+ min-height: 100%;
28
+ min-height: 100%;
29
+ height: 100%;
30
+ overflow: auto;
31
+ overflow-x: hidden;
32
+ }
33
+
34
+ :root {
35
+ --accent-color: #249EA0;
36
+ --body-color: #fff;
37
+ --sidebar-color: #FFF;
38
+ --primary-color: #e67e0f;
39
+ --primary-color-light: #ce710d1a;
40
+ --toggle-color: #DDD;
41
+ --text-color: rgb(107, 114, 128, 1);
42
+ --tran-02: all 0.2s ease;
43
+ --tran-03: all 0.3s ease;
44
+ --tran-04: all 0.4s ease;
45
+ --tran-05: all 0.5s ease;
46
+ --bs-primary: #e67e0f;
47
+ --bs-primary-rgb: 230, 126, 15;
48
+ --bs-white: #fff;
49
+ --bs-gray: #ECECEC;
50
+ --bs-gray-dark: #9A9A9A;
51
+ /*--bs-secondary: rgba(107, 114, 128,1);*/
52
+ --bs-success: #198750;
53
+ --bs-info: #41ABFE;
54
+ --bs-danger: #cf223b;
55
+ --bs-light: #a0a0a0;
56
+ --bs-dark: #000;
57
+ --bs-warning: #ffc10740;
58
+ --bs-warning-rgb: 255, 193, 7;
59
+ --bs-success-rgb: 25, 135, 80;
60
+ --bs-info-rgb: 65, 171, 254;
61
+ --bs-danger-rgb: 207, 34, 59;
62
+ --bs-light-rgb: 160, 160, 160;
63
+ --bs-dark-rgb: 0, 0, 0;
64
+ --bs-link-color: #e67e0f;
65
+ --bs-link-color-rgb: 230, 126, 15;
66
+ --bs-link-decoration: underline;
67
+ --bs-link-hover-color: #bb660c;
68
+ --bs-link-hover-color-rgb: 187, 102, 12;
69
+ --bs-primary-text-emphasis: #e67e0f;
70
+ --bs-light-text-emphasis: #f8f9fa;
71
+ --bs-dark-text-emphasis: #000;
72
+ --bs-form-valid-color: #34d399;
73
+ --bs-form-valid-border-color: #34d399;
74
+ --bs-form-invalid-color: #cf223b;
75
+ --bs-form-invalid-border-color: #a81c30;
76
+ --bs-border-radius: 0.2rem;
77
+ --bs-primary-bg-subtle: #e67e0f;
78
+ --bs-primary-border-subtle: #e67e0f;
79
+ --bs-dark-bg-subtle: #000;
80
+ --bs-dark-border-subtle: #000;
81
+ --bs-xs-shadow-box: 0 1px 3px hsla(0,0%,0%,.2);
82
+ --bs-sm-shadow-box: 0 4px 6px hsla(0,0%,0%,.2);
83
+ --bs-md-shadow-box: 0 5px 15px hsla(0,0%,0%,.2);
84
+ --bs-l-shadow-box: 0 10px 24px hsla(0,0%,0%,.2);
85
+ --bs-xl-shadow-box: 0 15px 35px hsla(0,0%,0%,.2);
86
+ --bs-overly-background-color: hsla(0,0%,0%,.55);
87
+ --bs-text-box-shadow: 0 0 50px hsla(0,0%,0%, .4);
88
+ --tooltip-color: var(--bs-white);
89
+ --tooltip-bg: var(--bs-dark);
90
+ --bs-light-primary: #ce710d1a;
91
+ --bs-light-primary-bg: #F4EDE3;
92
+ --bs-light-primary-bg-subtle: #ce710d1a;
93
+ --bs-light-primary-border-subtle: #ce710d1a;
94
+ --mdc-filled-text-field-caret-color: #e67e0f;
95
+ --mdc-filled-text-field-focus-active-indicator-color: #e67e0f;
96
+ --mdc-filled-text-field-focus-label-text-color: rgba(230, 126, 15, 0.87);
97
+ --mdc-outlined-text-field-caret-color: #e67e0f;
98
+ --mdc-outlined-text-field-focus-outline-color: #e67e0f;
99
+ --mdc-outlined-text-field-focus-label-text-color: rgba(230, 126, 15, 0.87);
100
+ --mat-form-field-focus-select-arrow-color: rgba(230, 126, 15, 0.87);
101
+ --mat-option-selected-state-label-text-color: #e67e0f;
102
+ --mat-stepper-header-selected-state-icon-background-color: #e67e0f;
103
+ --mat-stepper-header-done-state-icon-background-color: #e67e0f;
104
+ --mat-stepper-header-edit-state-icon-background-color: #e67e0f;
105
+ --mat-datepicker-calendar-date-selected-state-background-color: #e67e0f;
106
+ --mat-datepicker-toggle-active-state-icon-color: #e67e0f;
107
+ --mat-badge-background-color: #e67e0f;
108
+ --mdc-circular-progress-active-indicator-color: #e67e0f;
109
+ --mdc-slider-handle-color: #e67e0f;
110
+ --mdc-slider-focus-handle-color: #e67e0f;
111
+ --mdc-slider-hover-handle-color: #e67e0f;
112
+ --mdc-slider-active-track-color: #e67e0f;
113
+ --mdc-slider-inactive-track-color: #e67e0f;
114
+ --mdc-slider-with-tick-marks-inactive-container-color: #e67e0f;
115
+ --mat-slider-ripple-color: #e67e0f;
116
+ --mdc-switch-selected-focus-state-layer-color: #bb660c;
117
+ --mdc-switch-selected-handle-color: #bb660c;
118
+ --mdc-switch-selected-hover-state-layer-color: #bb660c;
119
+ --mdc-switch-selected-pressed-state-layer-color: #3949ab;
120
+ --mdc-switch-selected-focus-handle-color: #bb660c;
121
+ --mdc-switch-selected-hover-handle-color: #bb660c;
122
+ --mdc-switch-selected-pressed-handle-color: #bb660c;
123
+ --mdc-switch-selected-focus-track-color: #bb660c;
124
+ --mdc-switch-selected-hover-track-color: #bb660c;
125
+ --mdc-switch-selected-pressed-track-color: #bb660c;
126
+ --mdc-switch-selected-track-color: #bb660c;
127
+ --mat-select-focused-arrow-color: rgba(230, 126, 15, 0.87);
128
+ --mat-paginator-container-text-color: #6c757d;
129
+ --bs-dark-warning: #FFC107;
130
+ --mat-paginator-container-text-font: "Inter", sans-serif, Arial !important;
131
+ --bs-light-primary-hover: #ce710d4d;
132
+ --mdc-chip-label-text-color: rgba(75, 85, 99,1);
133
+ --bs-box-shadow-xs: 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108);
134
+ --bs-bg-dark-gray: #4D4D4D;
135
+ --bs-light-gray: #F8F7F7;
136
+ --dark-text-color: #000000e6;
137
+ --sidebar-color: #eaeaea;
138
+ }
139
+
140
+ body {
141
+ height: 100vh;
142
+ background: var(--body-color);
143
+ overflow-x: hidden;
144
+ }
145
+
146
+ .layout-header {
147
+ z-index: 1501;
148
+ }
149
+
150
+ .sidebar-menu {
151
+ background: var(--sidebar-color) !important;
152
+ white-space: nowrap;
153
+ transition: all 0.5s ease;
154
+ }
155
+
156
+ .badge-outline-warning {
157
+ --bs-bg-opacity: 0.25;
158
+ background-color: var(--bs-warning) !important;
159
+ border: 1px solid var(--bs-dark-warning);
160
+ color: var(--dark-text-color);
161
+ }
162
+
163
+ .bg-progress {
164
+ --bs-bg-opacity: 1;
165
+ background-color: #f3bc50 !important;
166
+ color: var(--bs-white);
167
+ }
168
+
169
+ .text-dark-gray {
170
+ color: #4D4D4D;
171
+ }
172
+
173
+ .sidebar-menu-container {
174
+ min-height: 100%;
175
+ display: flex;
176
+ flex: 1;
177
+ }
178
+
179
+ header .topbar-header {
180
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
181
+ }
182
+
183
+ .rounded-image-container {
184
+ overflow: hidden;
185
+ border-radius: 50%;
186
+ height: 30px;
187
+ width: 30px;
188
+ margin: 0 4px;
189
+ border: 1px solid rgba(0, 0, 0, 0.1);
190
+ box-shadow: 0 1px 3px rgba(0,0,0,0.15);
191
+ }
192
+
193
+ .cursor-pointer, .active-link {
194
+ cursor: pointer;
195
+ text-decoration: none;
196
+ }
197
+
198
+ a.cursor-pointer:hover {
199
+ color: var(--bs-link-hover-color);
200
+ }
201
+
202
+ a.active-link:hover {
203
+ background: rgba(0, 0, 0, .04);
204
+ }
205
+
206
+ .text-ellipsis-three-line {
207
+ display: -webkit-box;
208
+ -webkit-box-orient: vertical;
209
+ -webkit-line-clamp: 3;
210
+ line-clamp: 3;
211
+ overflow: hidden;
212
+ text-overflow: ellipsis;
213
+ }
214
+
215
+ .text-ellipsis-two-line {
216
+ display: -webkit-box;
217
+ -webkit-box-orient: vertical;
218
+ -webkit-line-clamp: 2;
219
+ line-clamp: 2;
220
+ overflow: hidden;
221
+ text-overflow: ellipsis;
222
+ min-height: 31px !important
223
+ }
224
+
225
+ .text-ellipsis-one-line {
226
+ display: -webkit-box;
227
+ -webkit-box-orient: vertical;
228
+ -webkit-line-clamp: 1;
229
+ line-clamp: 1;
230
+ overflow: hidden;
231
+ text-overflow: ellipsis;
232
+ min-height: 16px !important
233
+ }
234
+
235
+ blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
236
+ margin: 0 !important;
237
+ }
238
+
239
+ .card-min-height {
240
+ height: 180px;
241
+ }
242
+
243
+ .xsmall {
244
+ font-size: .77em;
245
+ }
246
+
247
+ .card-height {
248
+ max-height: 400px;
249
+ overflow-y: auto;
250
+ overflow-x: hidden;
251
+ }
252
+
253
+ .sidebar-sub-text {
254
+ font-size: 1em;
255
+ }
256
+
257
+ .sidebar-sub-text:hover {
258
+ border-left: 2px solid var(--bs-primary);
259
+ }
260
+
261
+ .row div.card:hover {
262
+ box-shadow: 0 .125rem .25rem rgba(0,0,0, .075);
263
+ }
264
+
265
+ .toolbar-title {
266
+ font-size: 1.25rem;
267
+ font-weight: 500;
268
+ color: var(--dark-text-color) !important;
269
+ }
270
+
271
+ .main-toolbar {
272
+ position: sticky;
273
+ top: 101px;
274
+ background-color: white;
275
+ padding-top: 1rem;
276
+ padding-bottom: 1rem;
277
+ padding-left: .8rem;
278
+ padding-right: .8rem;
279
+ }
280
+
281
+ .main-toolbar-z-index {
282
+ z-index: 1000;
283
+ }
284
+
285
+ .input-group-text {
286
+ border: 1px solid rgba(126, 177, 220, 1);
287
+ border-right: none;
288
+ }
289
+
290
+ .topbar-header input {
291
+ width: 20rem !important;
292
+ outline: none;
293
+ border: 1px solid rgba(126, 177, 220, 1);
294
+ border-left: none;
295
+ border-radius: 5px;
296
+ padding: 5px 5px;
297
+ margin-right: 10px;
298
+ font-size: 14px;
299
+ }
300
+
301
+
302
+ /* Old Styles */
303
+ .dropdown-menu {
304
+ --bs-dropdown-link-active-color: #4b5563;
305
+ --bs-dropdown-link-active-bg: rgba(0, 0, 0, .07);
306
+ --bs-dropdown-link-hover-color: #4b5563;
307
+ --bs-dropdown-link-hover-bg: rgba(0, 0, 0, .07);
308
+ }
309
+
310
+ .dropdown-item:focus, .dropdown-item:hover {
311
+ color: #4b5563 !important;
312
+ }
313
+
314
+ .progress, .progress-stacked {
315
+ --bs-progress-bar-bg: var(--bs-primary);
316
+ }
317
+
318
+ .btn-primary {
319
+ color: var(--bs-white) !important;
320
+ --bs-btn-bg: var(--bs-primary);
321
+ --bs-btn-border-color: var(--bs-primary);
322
+ --bs-btn-hover-color: #fff;
323
+ --bs-btn-hover-bg: #bb660c;
324
+ --bs-btn-hover-border-color: #bb660c;
325
+ --bs-btn-focus-shadow-rgb: 49, 132, 253;
326
+ --bs-btn-active-color: #fff;
327
+ --bs-btn-active-bg: #bb660c;
328
+ --bs-btn-active-border-color: #bb660c;
329
+ --bs-btn-disabled-color: #fff;
330
+ --bs-btn-disabled-bg: var(--bs-primary);
331
+ --bs-btn-disabled-border-color: var(--bs-primary);
332
+ }
333
+
334
+ .btn-light-primary {
335
+ color: var(--primary-color);
336
+ --bs-btn-bg: var(--primary-color-light);
337
+ --bs-btn-border-color: var(--primary-color-light);
338
+ --bs-btn-hover-color: #fff !important; /* ad5f0b var(--primary-color-light)*/
339
+ --bs-btn-hover-bg: var(--bs-primary); /* #bb660cde */
340
+ --bs-btn-hover-border-color: var(--bs-primary);
341
+ --bs-btn-focus-shadow-rgb: rgb(194, 103, 6);
342
+ --bs-btn-active-color: #fff;
343
+ --bs-btn-active-bg: var(--bs-primary) !important;
344
+ --bs-btn-active-border-color: var(--bs-primary);
345
+ --bs-btn-disabled-color: #fff;
346
+ --bs-btn-disabled-bg: var(--bs-light-primary-hover);
347
+ --bs-btn-disabled-border-color: var(--bs-light-primary-hover);
348
+ }
349
+
350
+ a {
351
+ color: var(--bs-primary) !important;
352
+ }
353
+
354
+ a:hover {
355
+ color: var(--bs-link-hover-color) !important;
356
+ }
357
+
358
+ .btn-outline-light-primary {
359
+ --bs-btn-color: var(--bs-primary) !important;
360
+ --bs-btn-border-color: var(--bs-primary);
361
+ --bs-btn-hover-bg: var(--bs-light-primary);
362
+ --bs-btn-hover-border-color: var(--bs-light-primary);
363
+ --bs-btn-focus-shadow-rgb: 13, 110, 253;
364
+ --bs-btn-active-bg: var(--bs-light-primary);
365
+ --bs-btn-active-border-color: var(--bs-light-primary);
366
+ --bs-btn-disabled-color: var(--bs-light-primary);
367
+ --bs-btn-disabled-border-color: var(--bs-light-primary);
368
+ --bs-btn-hover-color: var(--bs-primary);
369
+ }
370
+
371
+ .btn-light {
372
+ --bs-btn-bg: #f9fafb;
373
+ --bs-btn-border-color: #dcdcdc;
374
+ --bs-btn-hover-color: #000;
375
+ --bs-btn-hover-bg: #e6e7e7;
376
+ --bs-btn-hover-border-color: #dcdcdc;
377
+ --bs-btn-focus-shadow-rgb: 130, 138, 145;
378
+ --bs-btn-active-color: #000;
379
+ --bs-btn-active-bg: #e6e7e7;
380
+ --bs-btn-active-border-color: #dcdcdc;
381
+ --bs-btn-disabled-color: #fff;
382
+ --bs-btn-disabled-bg: #e6e7e7;
383
+ --bs-btn-disabled-border-color: #dcdcdc;
384
+ }
385
+
386
+ .btn-outline-primary {
387
+ --bs-btn-bg: #FFF;
388
+ --bs-btn-color: var(--bs-primary);
389
+ --bs-btn-border-color: var(--bs-primary);
390
+ --bs-btn-hover-bg: var(--bs-primary);
391
+ --bs-btn-hover-border-color: var(--bs-primary);
392
+ --bs-btn-focus-shadow-rgb: 13, 110, 253;
393
+ --bs-btn-active-bg: var(--bs-link-hover-color);
394
+ --bs-btn-active-border-color: var(--bs-link-hover-color);
395
+ --bs-btn-disabled-color: var(--bs-primary);
396
+ --bs-btn-disabled-border-color: var(--bs-primary);
397
+ --bs-btn-hover-color: var(--bs-white) !important;
398
+ }
399
+
400
+ .btn-outline-light {
401
+ --bs-btn-color: #000;
402
+ --bs-btn-border-color: #dcdcdc;
403
+ --bs-btn-hover-color: #000;
404
+ --bs-btn-hover-bg: #e6e7e7;
405
+ --bs-btn-hover-border-color: #dcdcdc;
406
+ --bs-btn-focus-shadow-rgb: 248, 249, 250;
407
+ --bs-btn-active-color: #000;
408
+ --bs-btn-active-bg: #e6e7e7;
409
+ --bs-btn-active-border-color: #dcdcdc;
410
+ --bs-btn-disabled-color: #e6e7e7;
411
+ --bs-btn-disabled-border-color: #dcdcdc;
412
+ }
413
+
414
+ .alert {
415
+ --bs-alert-padding-x: 0.75rem;
416
+ --bs-alert-padding-y: 0.75rem;
417
+ --bs-alert-margin-bottom: 0.75rem;
418
+ }
419
+
420
+ .alert-primary, .alert-dark {
421
+ --bs-alert-color: var(--bs-white);
422
+ --bs-alert-link-color: var(--bs-white);
423
+ }
424
+
425
+ .alert-light, .alert-secondary {
426
+ --bs-alert-color: var(--bs-dark);
427
+ --bs-alert-link-color: var(--bs-dark);
428
+ }
429
+
430
+ .alert-light-primary {
431
+ --bs-alert-color: var(--accent-color);
432
+ --bs-alert-bg: #249ea01a;
433
+ --bs-alert-border-color: var(--accent-color);
434
+ --bs-alert-link-color: var(--accent-color);
435
+ }
436
+
437
+ .alert-dismissible .btn-close {
438
+ font-size: smaller;
439
+ }
440
+
441
+ a.alert-link {
442
+ color: inherit;
443
+ }
444
+
445
+ .nav-pills {
446
+ --bs-nav-pills-link-active-bg: var(--bs-primary);
447
+ }
448
+
449
+ .menu-large {
450
+ position: static !important;
451
+ }
452
+
453
+ .overly-menu {
454
+ padding: 10px 5px;
455
+ width: 94%;
456
+ margin-top: 10px;
457
+ height: 90vh;
458
+ left: 0;
459
+ border: 1px solid var(--bs-primary);
460
+ animation: growDown 1000ms ease-in-out forwards;
461
+ transform-origin: top center
462
+ }
463
+
464
+ @keyframes growDown {
465
+ 0% {
466
+ transform: scaleY(0)
467
+ }
468
+
469
+ 80% {
470
+ transform: scaleY(1.1)
471
+ }
472
+
473
+ 100% {
474
+ transform: scaleY(1)
475
+ }
476
+ }
477
+
478
+ .text-box-shadow {
479
+ text-shadow: var(--bs-text-box-shadow);
480
+ }
481
+
482
+ @media (max-width: 768px) {
483
+ .overly-menu {
484
+ margin-left: 0;
485
+ margin-right: 0;
486
+ }
487
+
488
+ .overly-menu > li {
489
+ margin-bottom: 30px;
490
+ }
491
+
492
+ .overly-menu > li:last-child {
493
+ margin-bottom: 0;
494
+ }
495
+
496
+ .overly-menu.dropdown-header {
497
+ padding: 3px 15px !important;
498
+ }
499
+
500
+ .navbar-nav .open .dropdown-menu .dropdown-header {
501
+ color: var(--white-color);
502
+ }
503
+ }
504
+
505
+ div.scrollable:hover {
506
+ overflow-y: auto !important;
507
+ }
508
+
509
+ .shadow-lg {
510
+ box-shadow: var(--bs-l-shadow-box) !important;
511
+ }
512
+
513
+ a.menu-link:hover {
514
+ color: var(--bs-primary) !important;
515
+ }
516
+
517
+ a.nav-link {
518
+ cursor: pointer;
519
+ }
520
+
521
+ mat-divider.mat-divider.mat-divider-vertical {
522
+ border-width: 2px !important;
523
+ }
524
+
525
+ .dropdown-menu.user-menu {
526
+ top: 106%;
527
+ left: -15px;
528
+ border-radius: var(--bs-border-radius);
529
+ }
530
+
531
+ .form-control:focus {
532
+ border-color: var(--bs-primary);
533
+ outline: 0;
534
+ box-shadow: none;
535
+ }
536
+
537
+ .bs-highlight {
538
+ border-left-width: .35rem;
539
+ border-radius: .25rem;
540
+ }
541
+
542
+ .be-highlight {
543
+ border-right-width: .35rem;
544
+ border-radius: .25rem;
545
+ }
546
+
547
+ .bt-highlight {
548
+ border-top-width: .35rem;
549
+ border-radius: .25rem;
550
+ }
551
+
552
+ .bb-highlight {
553
+ border: 1px solid #e9ecef;
554
+ border-bottom-width: .35rem;
555
+ border-radius: .25rem;
556
+ }
557
+
558
+ .bs-accent {
559
+ border-left-color: var(--accent-color);
560
+ }
561
+
562
+ .bs-primary {
563
+ border-left-color: var(--bs-primary);
564
+ }
565
+
566
+ .bs-success {
567
+ border-left-color: var(--bs-success);
568
+ }
569
+
570
+ .bs-info {
571
+ border-left-color: var(--bs-info);
572
+ }
573
+
574
+ .bs-warning {
575
+ border-left-color: var(--bs-warning);
576
+ }
577
+
578
+ .bs-dark {
579
+ border-left-color: var(--bs-dark);
580
+ }
581
+
582
+ .bs-danger {
583
+ border-left-color: var(--bs-danger);
584
+ }
585
+
586
+ .be-accent {
587
+ border-right-color: var(--accent-color);
588
+ }
589
+
590
+ .be-primary {
591
+ border-right-color: var(--bs-primary);
592
+ }
593
+
594
+ .be-success {
595
+ border-right-color: var(--bs-success);
596
+ }
597
+
598
+ .be-info {
599
+ border-right-color: var(--bs-info);
600
+ }
601
+
602
+ .be-warning {
603
+ border-right-color: var(--bs-warning);
604
+ }
605
+
606
+ .be-dark {
607
+ border-right-color: var(--bs-dark);
608
+ }
609
+
610
+ .be-danger {
611
+ border-right-color: var(--bs-danger);
612
+ }
613
+
614
+ .bt-accent {
615
+ border-top-color: var(--accent-color);
616
+ }
617
+
618
+ .bt-primary {
619
+ border-top-color: var(--bs-primary);
620
+ }
621
+
622
+ .bt-success {
623
+ border-top-color: var(--bs-success);
624
+ }
625
+
626
+ .bt-info {
627
+ border-top-color: var(--bs-info);
628
+ }
629
+
630
+ .bt-warning {
631
+ border-top-color: var(--bs-warning);
632
+ }
633
+
634
+ .bt-dark {
635
+ border-top-color: var(--bs-dark);
636
+ }
637
+
638
+ .bt-danger {
639
+ border-top-color: var(--bs-danger);
640
+ }
641
+
642
+ .bb-accent {
643
+ border-top-color: var(--accent-color);
644
+ }
645
+
646
+ .bb-primary {
647
+ border-bottom-color: var(--bs-primary);
648
+ }
649
+
650
+ .bb-success {
651
+ border-bottom-color: var(--bs-success);
652
+ }
653
+
654
+ .bb-info {
655
+ border-bottom-color: var(--bs-info);
656
+ }
657
+
658
+ .bb-warning {
659
+ border-bottom-color: var(--bs-warning);
660
+ }
661
+
662
+ .bb-dark {
663
+ border-bottom-color: var(--bs-dark);
664
+ }
665
+
666
+ .bb-danger {
667
+ border-bottom-color: var(--bs-danger);
668
+ }
669
+
670
+ .form-label, .col-form-label {
671
+ margin-bottom: .5rem;
672
+ font-weight: 600;
673
+ font-size: .9rem;
674
+ }
675
+
676
+ .form-select:focus {
677
+ border-color: var(--bs-primary);
678
+ outline: 0;
679
+ box-shadow: none;
680
+ }
681
+
682
+ select option {
683
+ padding: 5px;
684
+ }
685
+
686
+ select option:hover, select option:active, select option:visited,
687
+ select option:focus, section option:checked {
688
+ background-color: rgba(0, 0, 0, .1);
689
+ }
690
+
691
+ input:invalid, textarea:invalid select:invalid,
692
+ select:required, input:required, textarea:required {
693
+ border-color: var(--bs-danger);
694
+ }
695
+
696
+ .card-max-width {
697
+ max-width: 18rem;
698
+ }
699
+
700
+ .small, small {
701
+ font-weight: 400 !important;
702
+ font-size: .875em !important;
703
+ }
704
+
705
+ .form-check-input:focus {
706
+ border-color: var(--accent-color);
707
+ outline: 0;
708
+ box-shadow: 0 0 0 0.25rem rgba(1, 153, 146, .25);
709
+ }
710
+
711
+ .form-check-input:checked {
712
+ background-color: var(--accent-color);
713
+ border-color: var(--accent-color);
714
+ }
715
+
716
+ a:hover {
717
+ color: var(--bs-link-hover-color);
718
+ cursor: pointer;
719
+ }
720
+
721
+
722
+ a.btn-outline-primary:hover {
723
+ color: var(--bs-white) !important;
724
+ }
725
+
726
+ a.btn-outline-light-primary:hover {
727
+ color: var(--bs-secondary) !important;
728
+ }
729
+
730
+ .sidebar {
731
+ height: 100%;
732
+ width: 260px;
733
+ position: fixed;
734
+ overflow-x: hidden;
735
+ overflow-y: auto;
736
+ width: 260px;
737
+ z-index: 100;
738
+ transition: all 0.5s ease;
739
+ background-color: var(--sidebar-color) !important;
740
+ }
741
+
742
+ .sidebar.close {
743
+ width: 60px;
744
+ }
745
+
746
+ .sidebar .nav-links {
747
+ /*height: 100%;*/
748
+ padding-top: 30px 0 150px 0;
749
+ padding-left: 0;
750
+ }
751
+
752
+ .sidebar.close .nav-links {
753
+ overflow: visible;
754
+ }
755
+
756
+ .sidebar .nav-links::-webkit-scrollbar {
757
+ display: none;
758
+ }
759
+
760
+ .sidebar .nav-links li {
761
+ position: relative;
762
+ list-style: none;
763
+ transition: all 0.4s ease;
764
+ }
765
+
766
+ .sidebar .nav-links li .icon-link {
767
+ display: block;
768
+ }
769
+
770
+ .sidebar.close .nav-links li .icon-link {
771
+ display: flex;
772
+ align-items: center;
773
+ justify-content: space-between;
774
+ }
775
+
776
+ .sidebar .nav-links li fa-icon.ng-fa-icon {
777
+ height: 45px;
778
+ min-width: 60px;
779
+ padding-left: 18px;
780
+ line-height: 50px;
781
+ color: var(--primary-color);
782
+ font-size: 18px;
783
+ cursor: pointer;
784
+ }
785
+
786
+ .sidebar .nav-links li fa-icon.ng-fa-icon.arrow {
787
+ font-size: 14px;
788
+ }
789
+
790
+ .sidebar .nav-links li a {
791
+ text-decoration: none;
792
+ display: flex;
793
+ align-items: center;
794
+ }
795
+
796
+ .sidebar .nav-links li a .link-name {
797
+ font-size: 13px;
798
+ font-weight: 500;
799
+ color: var(--dark-text-color) !important;
800
+ min-width: 150px;
801
+ }
802
+
803
+ .sidebar.close .nav-links li a .link-name {
804
+ opacity: 0;
805
+ pointer-events: none;
806
+ }
807
+
808
+ .sidebar .nav-links li .sub-menu {
809
+ padding: 6px 6px 6px 6px;
810
+ margin-top: -10px;
811
+ color: var(--dark-text-color);
812
+ /*background: rgba(234, 234, 234, 0.6) !important;*/
813
+ display: none;
814
+ padding-left: 1.6rem;
815
+ }
816
+
817
+ .sidebar.close .nav-links li .sub-menu {
818
+ margin-left: 0;
819
+ }
820
+
821
+ .sidebar .nav-links li.show-nav .sub-menu {
822
+ display: block;
823
+ }
824
+
825
+ .sidebar.close .nav-links li fa-icon.ng-fa-icon.logo-icon.arrow {
826
+ display: none;
827
+ }
828
+
829
+ .sidebar .nav-links li .sub-menu a {
830
+ color: var(--dark-text-color) !important;
831
+ font-size: 13px;
832
+ padding: 5px 0;
833
+ white-space: nowrap;
834
+ opacity: 0.8;
835
+ transition: all 0.3s ease;
836
+ font-weight: 400;
837
+ }
838
+
839
+ .sidebar .nav-links li .sub-menu a:hover,
840
+ .sidebar .nav-links li .sub-menu a:active,
841
+ li.sub-menu:hover,
842
+ li.sub-menu:active {
843
+ opacity: 1;
844
+ color: rgba(var(--bs-primary-rgb), 1) !important;
845
+ }
846
+
847
+ .sidebar.close .nav-links li .sub-menu {
848
+ position: absolute;
849
+ left: 20%;
850
+ top: -10px;
851
+ margin-top: 0;
852
+ padding: 10px 20px;
853
+ border-radius: 0 6px 6px 0;
854
+ transition: all 0.4s ease;
855
+ opacity: 0;
856
+ display: block;
857
+ pointer-events: none;
858
+ width: 100%;
859
+ overflow-y: auto;
860
+ }
861
+
862
+ .sidebar .nav-links li .sub-menu li {
863
+ padding-left: 2.1rem;
864
+ border: none;
865
+ border-left: 2px solid rgba(221, 221, 221, 0.5);
866
+ }
867
+
868
+ li.sub-menu {
869
+ padding-left: .8rem;
870
+ border: none;
871
+ border-left: 2px solid rgba(221, 221, 221, 0.5);
872
+ }
873
+
874
+ .sidebar.close .nav-links li .sub-menu li {
875
+ padding-left: 0.2rem;
876
+ border: none;
877
+ }
878
+
879
+ .sidebar .nav-links li .sub-menu li a:hover, li.sub-menu:hover {
880
+ color: var(--primary-color) !important;
881
+ font-weight: 500;
882
+ }
883
+
884
+ .sidebar .nav-links li .sub-menu li:hover, li.sub-menu:hover, li.sub-menu:active {
885
+ border-left: 2px solid rgba(var(--bs-primary-rgb), 1) !important;
886
+ }
887
+
888
+ .sidebar.close .nav-links li .sub-menu li:hover {
889
+ border-left: none;
890
+ }
891
+
892
+ .sidebar.close .nav-links li:hover .sub-menu {
893
+ top: 0;
894
+ opacity: 1;
895
+ pointer-events: auto;
896
+ transition: all 0.4s ease;
897
+ }
898
+
899
+ .sidebar .nav-links li .sub-menu .link-name {
900
+ display: none;
901
+ }
902
+
903
+ .sidebar.close .nav-links li .sub-menu .link-name {
904
+ font-size: 14px;
905
+ font-weight: 500;
906
+ opacity: 1;
907
+ display: block;
908
+ }
909
+
910
+ .sidebar .nav-links li .sub-menu .blank {
911
+ opacity: 1;
912
+ pointer-events: auto;
913
+ padding: 3px 20px 6px 16px;
914
+ opacity: 0;
915
+ pointer-events: none;
916
+ transition: 0s;
917
+ }
918
+
919
+ .sidebar .nav-links li:hover .sub-menu .blank {
920
+ top: 50%;
921
+ transform: translate(-50%);
922
+ }
923
+
924
+ .sidebar li .profile-details fa-icon.ng-fa-icon.collapse-icon:hover {
925
+ color: var(--primary-color) !important;
926
+ }
927
+
928
+ .sidebar li .profile-details fa-icon.ng-fa-icon.collapse-icon {
929
+ font-size: 18px;
930
+ color: rgba(157, 156, 156, 0.7);
931
+ height: 20px;
932
+ min-width: 60px;
933
+ padding-left: 20px;
934
+ line-height: 50px;
935
+ }
936
+
937
+ .main-container {
938
+ position: relative;
939
+ left: 260px;
940
+ top: 60px;
941
+ width: calc(100% - 260px);
942
+ transition: all 0.5s ease;
943
+ padding-left: 0;
944
+ padding-right: 0;
945
+ margin-left: 0;
946
+ margin-right: 0;
947
+ }
948
+
949
+ .sidebar.close ~ .main-container {
950
+ left: 60px;
951
+ width: calc(100% - 60px);
952
+ }
953
+
954
+ .h-83 {
955
+ height: 83%;
956
+ }
957
+
958
+ .h-50 {
959
+ height: 50%;
960
+ }
961
+
962
+ .breadcrumb {
963
+ background: none;
964
+ font-size: .93em;
965
+ margin: 0;
966
+ font-weight: 600;
967
+ padding-right: 1rem;
968
+ padding-left: 1rem;
969
+ position: sticky;
970
+ top: 0;
971
+ }
972
+
973
+ .breadcrumb a, .breadcrumb span {
974
+ color: var(--text-color);
975
+ font-weight: 300;
976
+ text-decoration: none;
977
+ }
978
+
979
+ .breadcrumb a:hover, .breadcrumb span:hover {
980
+ color: var(--primary-color);
981
+ }
982
+
983
+ .breadcrumb-container {
984
+ position: sticky;
985
+ top: 56px;
986
+ z-index: 1001;
987
+ background-color: var(--sidebar-color);
988
+ height: 100%;
989
+ flex-direction: column;
990
+ display: flex;
991
+ }
992
+
993
+ #form .dx-overlay .dx-invalid-message-content {
994
+ display: none;
995
+ }
996
+
997
+ .btn-width {
998
+ min-width: 80px;
999
+ }
1000
+
1001
+ .vh-50 {
1002
+ height: 50vh;
1003
+ }
1004
+
1005
+ .badge-pink {
1006
+ background-color: var(--accent-color);
1007
+ color: white;
1008
+ border-radius: 5px;
1009
+ padding-inline-start: 0.3rem;
1010
+ padding-inline-end: 0.3rem;
1011
+ }
1012
+
1013
+
1014
+ .toggle-description {
1015
+ position: relative;
1016
+ top: 2.7rem;
1017
+ left: 1.5rem;
1018
+ z-index: 1;
1019
+ cursor: pointer;
1020
+ pointer-events: none;
1021
+ }
1022
+
1023
+ .toggle-switch {
1024
+ position: relative;
1025
+ top: 2.7rem;
1026
+ left: 1.5rem;
1027
+ z-index: 1;
1028
+ }
1029
+
1030
+ .bg-opacity-07 {
1031
+ --bs-bg-opacity: 0.07;
1032
+ }
1033
+
1034
+ .drag-drop-placeholder {
1035
+ background: var(--bs-light-text-emphasis);
1036
+ border: none;
1037
+ min-height: 122px;
1038
+ transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
1039
+ }
1040
+
1041
+ .quick-action-element {
1042
+ visibility: hidden;
1043
+ }
1044
+
1045
+ a.quick-action:hover > .quick-action-element {
1046
+ visibility: visible;
1047
+ border-color: var(--accent-color) !important;
1048
+ }
1049
+
1050
+ a.quick-action:hover > hr.quick-action-element {
1051
+ border-width: 6px;
1052
+ }
1053
+
1054
+ .smaller {
1055
+ font-weight: 400 !important;
1056
+ font-size: .75em !important;
1057
+ }
1058
+
1059
+ .menu-outline-primary a.dropdown-item {
1060
+ color: black;
1061
+ }
1062
+
1063
+ .sticky-container {
1064
+ background-color: white;
1065
+ position: sticky;
1066
+ top: 105px;
1067
+ z-index: 996;
1068
+ padding-bottom: 15px;
1069
+ }
1070
+
1071
+ /*::-webkit-scrollbar {
1072
+ width: 5px;
1073
+ background-color: var(--sidebar-color);
1074
+ opacity: 0.5;
1075
+ }*/
1076
+
1077
+ .bg-light-primary {
1078
+ background: var(--bs-light-primary-bg);
1079
+ }
1080
+
1081
+ .bg-light-gray {
1082
+ background: var(--bs-light-gray);
1083
+ }
1084
+
1085
+ .bg-dark-gray {
1086
+ background: var(--bs-bg-dark-gray) !important;
1087
+ }
1088
+
1089
+ .mat-primary {
1090
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color: #019992 !important;
1091
+ --mat-full-pseudo-checkbox-selected-icon-color: #019992 !important;
1092
+ }
1093
+
1094
+ .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
1095
+ .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
1096
+ --mdc-chip-elevated-container-color: var(--bs-bg-dark-gray) !important;
1097
+ --mdc-chip-elevated-selected-container-color: var(--bs-bg-dark-gray) !important;
1098
+ --mdc-chip-elevated-disabled-container-color: var(--bs-bg-dark-gray) !important;
1099
+ --mdc-chip-flat-disabled-selected-container-color: var(--bs-bg-dark-gray) !important;
1100
+ }
1101
+
1102
+ .status-badge {
1103
+ margin-right: -5px;
1104
+ border-top-left-radius: 0.2rem;
1105
+ border-bottom-left-radius: 0.2rem;
1106
+ border-bottom-right-radius: 0rem;
1107
+ border-top-right-radius: 0rem;
1108
+ box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.075);
1109
+ width: 120px;
1110
+ height: 25px;
1111
+ }
1112
+
1113
+ .status-badge-triangle {
1114
+ margin-top: 27px;
1115
+ width: 12px;
1116
+ height: 16px;
1117
+ transform: rotate(180deg);
1118
+ }
1119
+
1120
+ .badge-outline-danger {
1121
+ background: #F3516033;
1122
+ color: #F35160;
1123
+ font-weight: bold;
1124
+ font-size: 10px;
1125
+ }
1126
+
1127
+ .badge-outline-success {
1128
+ background: #1C95191A;
1129
+ color: #198754;
1130
+ font-weight: bold;
1131
+ font-size: 10px;
1132
+ }
1133
+
1134
+ .h-10 {
1135
+ height: 10%;
1136
+ }
1137
+
1138
+ .h-15 {
1139
+ height: 15%;
1140
+ }
1141
+
1142
+ .h-20 {
1143
+ height: 20%;
1144
+ }
1145
+
1146
+ .h-30 {
1147
+ height: 30%;
1148
+ }
1149
+
1150
+ .h-35 {
1151
+ height: 35%;
1152
+ }
1153
+
1154
+ .h-40 {
1155
+ height: 40%;
1156
+ }
1157
+
1158
+ .h-45 {
1159
+ height: 45%;
1160
+ }
1161
+
1162
+ .h-55 {
1163
+ height: 55%;
1164
+ }
1165
+
1166
+ .h-60 {
1167
+ height: 60%;
1168
+ }
1169
+
1170
+ .h-65 {
1171
+ height: 65%;
1172
+ }
1173
+
1174
+ .h-70 {
1175
+ height: 70%;
1176
+ }
1177
+
1178
+ .h-80 {
1179
+ height: 80%;
1180
+ }
1181
+
1182
+ .h-85 {
1183
+ height: 85%;
1184
+ }
1185
+
1186
+ .h-90 {
1187
+ height: 90%;
1188
+ }
1189
+
1190
+ .h-95 {
1191
+ height: 95%;
1192
+ }
1193
+
1194
+ .w-10 {
1195
+ width: 10%;
1196
+ }
1197
+
1198
+ .w-15 {
1199
+ width: 15%;
1200
+ }
1201
+
1202
+ .w-20 {
1203
+ width: 20%;
1204
+ }
1205
+
1206
+ .w-30 {
1207
+ width: 30%;
1208
+ }
1209
+
1210
+ .w-35 {
1211
+ width: 35%;
1212
+ }
1213
+
1214
+ .w-40 {
1215
+ width: 40%;
1216
+ }
1217
+
1218
+ .w-45 {
1219
+ width: 45%;
1220
+ }
1221
+
1222
+ .w-55 {
1223
+ width: 55%;
1224
+ }
1225
+
1226
+ .w-60 {
1227
+ width: 60%;
1228
+ }
1229
+
1230
+ .w-65 {
1231
+ width: 65%;
1232
+ }
1233
+
1234
+ .w-70 {
1235
+ width: 70%;
1236
+ }
1237
+
1238
+ .w-80 {
1239
+ width: 80%;
1240
+ }
1241
+
1242
+ .w-85 {
1243
+ width: 85%;
1244
+ }
1245
+
1246
+ .w-90 {
1247
+ width: 90%;
1248
+ }
1249
+
1250
+ .w-95 {
1251
+ width: 90%;
1252
+ }
1253
+
1254
+ .mw-10 {
1255
+ min-width: 10%;
1256
+ }
1257
+
1258
+ .mw-15 {
1259
+ min-width: 15%;
1260
+ }
1261
+
1262
+ .mw-20 {
1263
+ min-width: 20%;
1264
+ }
1265
+
1266
+ .mw-30 {
1267
+ min-width: 30%;
1268
+ }
1269
+
1270
+ .mw-35 {
1271
+ min-width: 35%;
1272
+ }
1273
+
1274
+ .mw-40 {
1275
+ min-width: 40%;
1276
+ }
1277
+
1278
+ .mw-45 {
1279
+ min-width: 45%;
1280
+ }
1281
+
1282
+ .mw-55 {
1283
+ min-width: 55%;
1284
+ }
1285
+
1286
+ .mw-60 {
1287
+ min-width: 60%;
1288
+ }
1289
+
1290
+ .mw-65 {
1291
+ min-width: 65%;
1292
+ }
1293
+
1294
+ .mw-70 {
1295
+ min-width: 70%;
1296
+ }
1297
+
1298
+ .mw-80 {
1299
+ min-width: 80%;
1300
+ }
1301
+
1302
+ .mw-85 {
1303
+ min-width: 85%;
1304
+ }
1305
+
1306
+ .mw-90 {
1307
+ min-width: 90%;
1308
+ }
1309
+
1310
+ .mw-95 {
1311
+ min-width: 90%;
1312
+ }
1313
+
1314
+ .highlight {
1315
+ background-color: #ffff00;
1316
+ color: var(--bs-secondary);
1317
+ }
1318
+
1319
+ .medium {
1320
+ font-weight: 400 !important;
1321
+ font-size: .9em !important;
1322
+ }
1323
+
1324
+ .xmedium {
1325
+ font-size: .85em !important;
1326
+ }
1327
+
1328
+ .large {
1329
+ font-size: .9em !important;
1330
+ }
1331
+
1332
+ .h-83 {
1333
+ height: 83%;
1334
+ }
1335
+
1336
+ .h-40 {
1337
+ height: 40%;
1338
+ }
1339
+
1340
+ .vh-25 {
1341
+ height: 25vh;
1342
+ }
1343
+
1344
+ .vh-40 {
1345
+ height: 40vh;
1346
+ }
1347
+
1348
+ .vh-30 {
1349
+ height: 30vh;
1350
+ }
1351
+
1352
+ .vw-80 {
1353
+ width: 80vw;
1354
+ }
1355
+
1356
+ .vw-100 {
1357
+ width: 100vw;
1358
+ }
1359
+
1360
+ .cursor-disabled {
1361
+ cursor: no-drop;
1362
+ }
1363
+
1364
+ .vh-65 {
1365
+ height: 65vh;
1366
+ }
1367
+
1368
+ .min-vh-40 {
1369
+ min-height: 40vh;
1370
+ }
1371
+
1372
+ .pt-01 {
1373
+ padding-top: .1rem;
1374
+ }
1375
+
1376
+ /* triangle tab wizerd */
1377
+ .nav-pills.nav-wizard {
1378
+ display: flex;
1379
+ flex-grow: 1;
1380
+ }
1381
+
1382
+ .nav-pills.nav-wizard li {
1383
+ position: relative;
1384
+ overflow: visible;
1385
+ border-right: 15px solid #fff;
1386
+ border-left: 15px solid #fff;
1387
+ width: 49%;
1388
+ display: flex;
1389
+ }
1390
+
1391
+ .nav-pills.nav-wizard li:first-child {
1392
+ border-left-width: 0;
1393
+ }
1394
+
1395
+ .nav-pills.nav-wizard li:last-child {
1396
+ border-right: 0;
1397
+ }
1398
+
1399
+ .nav-pills.nav-wizard li a {
1400
+ border-radius: 0;
1401
+ background-color: #A4A2A2;
1402
+ width: 100%;
1403
+ height: 33px;
1404
+ align-content: center;
1405
+ font-weight: bold;
1406
+ color: white !important;
1407
+ text-decoration: none;
1408
+ }
1409
+
1410
+ .nav-pills.nav-wizard li .nav-arrow {
1411
+ position: absolute;
1412
+ top: 0px;
1413
+ right: -20px;
1414
+ width: 0px;
1415
+ height: 0px;
1416
+ border-style: solid;
1417
+ border-width: 17px 0 16px 20px;
1418
+ border-color: transparent transparent transparent #A4A2A2;
1419
+ z-index: 150;
1420
+ }
1421
+
1422
+ .nav-pills.nav-wizard li .nav-widge {
1423
+ position: absolute;
1424
+ top: 0px;
1425
+ left: -20px;
1426
+ width: 0px;
1427
+ height: 0px;
1428
+ border-style: solid;
1429
+ border-width: 17px 0 16px 20px;
1430
+ border-color: #A4A2A2 #A4A2A2 #A4A2A2 transparent;
1431
+ z-index: 150;
1432
+ }
1433
+
1434
+ .nav-pills.nav-wizard li.active .nav-arrow {
1435
+ border-color: transparent transparent transparent var(--primary-color);
1436
+ }
1437
+
1438
+ .nav-pills.nav-wizard li.active .nav-widge {
1439
+ border-color: var(--primary-color) var(--primary-color) var(--primary-color) transparent;
1440
+ }
1441
+
1442
+ .nav-pills.nav-wizard li.active a {
1443
+ background-color: var(--primary-color);
1444
+ }
1445
+
1446
+ .nav-pills.nav-wizard li:hover a {
1447
+ background-color: #A4A2A2;
1448
+ color: #fff;
1449
+ }
1450
+
1451
+ .nav-pills.nav-wizard li.active:hover a {
1452
+ background-color: var(--primary-color);
1453
+ color: #fff;
1454
+ }
1455
+
1456
+ .nav-pills.nav-wizard li.light-wizard a {
1457
+ background-color: #ce710d1a;
1458
+ color: var(--primary-color) !important;
1459
+ }
1460
+
1461
+ .nav-pills.nav-wizard li.light-wizard .nav-arrow {
1462
+ border-color: transparent transparent transparent #ce710d1a;
1463
+ }
1464
+ /* end of triangle tab wizerd */
1465
+
1466
+ .bg-dark-warning {
1467
+ background: var(--bs-dark-warning);
1468
+ }
1469
+
1470
+ .left-0 {
1471
+ left: 0;
1472
+ }
1473
+
1474
+ .right-0 {
1475
+ right: 0;
1476
+ }
1477
+
1478
+ .top-n-10 {
1479
+ top: -10px !important;
1480
+ }
1481
+
1482
+ .min-vh-60 {
1483
+ min-height: 60.5vh !important;
1484
+ }
1485
+
1486
+ .min-vh-83 {
1487
+ min-height: 83vh !important;
1488
+ }
1489
+
1490
+ .text-2xl {
1491
+ font-size: 2rem;
1492
+ }
1493
+
1494
+ .text-xl {
1495
+ font-size: 1.5rem;
1496
+ }
1497
+
1498
+ .text-lg {
1499
+ font-size: 1.25rem;
1500
+ }
1501
+
1502
+ .text-md {
1503
+ font-size: 1.125rem;
1504
+ }
1505
+
1506
+ .text-base {
1507
+ font-size: 1rem;
1508
+ }
1509
+
1510
+ .text-sm {
1511
+ font-size: .875rem;
1512
+ line-height: 1.5rem;
1513
+ }
1514
+
1515
+ .text-xs {
1516
+ font-size: 0.75rem;
1517
+ }
1518
+
1519
+ .text-2xs {
1520
+ font-size: 0.65rem;
1521
+ }
1522
+
1523
+ .text-3xs {
1524
+ font-size: 0.5rem;
1525
+ }
1526
+
1527
+ .text-4xs {
1528
+ font-size: 0.55rem;
1529
+ }
1530
+
1531
+ .text-5xs {
1532
+ font-size: 0.45rem;
1533
+ }
1534
+
1535
+ .mat-mdc-standard-chip {
1536
+ --mdc-chip-label-text-font: "Inter", sans-serif, Arial !important;
1537
+ --mdc-chip-label-text-size: 13px;
1538
+ --mdc-chip-label-text-weight: 400;
1539
+ }
1540
+
1541
+ .text-secondary {
1542
+ --bs-text-opacity: 1;
1543
+ color: var(--bs-secondary) !important;
1544
+ }
1545
+
1546
+ .text-black {
1547
+ --bs-text-opacity: .9;
1548
+ color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
1549
+ }
1550
+
1551
+ .text-light-gray {
1552
+ color: var(--text-color);
1553
+ font-size: .8rem;
1554
+ font-weight: 500;
1555
+ }
1556
+
1557
+ h5 {
1558
+ font-size: 15px !important;
1559
+ }
1560
+
1561
+ .state-card {
1562
+ color: var(--bs-white);
1563
+ background-color: var(--bs-bg-dark-gray);
1564
+ height: 100%;
1565
+ display: flex;
1566
+ flex-direction: column;
1567
+ text-align: center;
1568
+ align-content: space-between;
1569
+ box-shadow: var(--bs-box-shadow-sm);
1570
+ border-radius: var(--bs-border-radius);
1571
+ padding: 1rem !important;
1572
+ }
1573
+
1574
+ .shadow-xs {
1575
+ box-shadow: var(--bs-box-shadow-xs);
1576
+ }
1577
+
1578
+ .light-gray-card, .light-gray-container {
1579
+ border: none;
1580
+ background: var(--bs-light-gray);
1581
+ box-shadow: var(--bs-box-shadow-xs);
1582
+ }
1583
+
1584
+ .card-text-2-lg {
1585
+ font-size: 14px !important;
1586
+ }
1587
+
1588
+ .card-text-3-lg {
1589
+ font-size: 15px !important;
1590
+ }
1591
+
1592
+ .card-text-lg {
1593
+ font-size: 13px !important;
1594
+ }
1595
+
1596
+ .card-text-2md {
1597
+ font-size: 11px !important;
1598
+ }
1599
+
1600
+ .card-text-md {
1601
+ font-size: 1.1em !important;
1602
+ }
1603
+
1604
+ .card-text-sm {
1605
+ font-size: 1em !important;
1606
+ }
1607
+
1608
+ .employee-rounded-badge {
1609
+ display: flex;
1610
+ align-items: center;
1611
+ justify-content: center;
1612
+ border: none;
1613
+ border-radius: 50% !important;
1614
+ box-shadow: var(--bs-box-shadow-sm) !important;
1615
+ background-color: rgba(var(--bs-light-rgb), 1) !important;
1616
+ width: 60px;
1617
+ height: 60px;
1618
+ }
1619
+
1620
+ .pt-2px {
1621
+ padding-top: 2px !important;
1622
+ }
1623
+
1624
+ button {
1625
+ border-radius: var(--bs-border-radius) !important;
1626
+ }
1627
+
1628
+ .text-divider-bold {
1629
+ color: var(--dark-text-color);
1630
+ font-weight: 600 !important;
1631
+ }
1632
+
1633
+ .text-divider-semibold {
1634
+ color: var(--dark-text-color);
1635
+ font-weight: 500 !important;
1636
+ }
1637
+
1638
+ .border-15 {
1639
+ border-width: 25px !important;
1640
+ border-color: var(--bs-dark-warning) !important
1641
+ }
1642
+
1643
+ .light-border-1 {
1644
+ border-radius: var(--bs-border-radius) !important;
1645
+ border: 1px solid var(--bs-border-color);
1646
+ border-width: 1px !important;
1647
+ box-shadow: var(--bs-box-shadow-sm) !important;
1648
+ }
1649
+
1650
+ .bg-light-success {
1651
+ background: #5cb85c;
1652
+ }
1653
+
1654
+ .border-shine-primary {
1655
+ border-color: #F88E1D !important;
1656
+ }
1657
+
1658
+ .popup-header-warning {
1659
+ width: 70px;
1660
+ height: 70px;
1661
+ top: -15%;
1662
+ left: 43%;
1663
+ border: 5px solid var(--bs-dark-warning);
1664
+ box-sizing: border-box;
1665
+ }
1666
+
1667
+ .popup-header-primary {
1668
+ width: 70px;
1669
+ height: 70px;
1670
+ top: -15%;
1671
+ left: 43%;
1672
+ border: 5px solid #F88E1D;
1673
+ box-sizing: border-box;
1674
+ }
1675
+
1676
+ .popup-header-success {
1677
+ width: 70px;
1678
+ height: 70px;
1679
+ top: -15%;
1680
+ left: 43%;
1681
+ border: 5px solid var(--bs-success);
1682
+ box-sizing: border-box;
1683
+ }
1684
+
1685
+ .popup-header-danger {
1686
+ width: 70px;
1687
+ height: 70px;
1688
+ top: -15%;
1689
+ left: 43%;
1690
+ border: 5px solid var(--bs-danger);
1691
+ box-sizing: border-box;
1692
+ }
1693
+
1694
+ .dxpopup-header-warning {
1695
+ width: 45px;
1696
+ height: 45px;
1697
+ border: 5px solid var(--bs-dark-warning);
1698
+ box-sizing: border-box;
1699
+ }
1700
+
1701
+ .dxpopup-header-primary {
1702
+ width: 45px;
1703
+ height: 45px;
1704
+ border: 4px solid var(--primary-color);
1705
+ box-sizing: border-box;
1706
+ }
1707
+
1708
+ .dxpopup-header-success {
1709
+ width: 45px;
1710
+ height: 45px;
1711
+ border: 4px solid var(--bs-success);
1712
+ box-sizing: border-box;
1713
+ }
1714
+
1715
+ .dxpopup-header-danger {
1716
+ width: 45px;
1717
+ height: 45px;
1718
+ border: 4px solid var(--bs-danger);
1719
+ box-sizing: border-box;
1720
+ }
1721
+
1722
+ .gauge {
1723
+ width: 120px;
1724
+ max-width: 250px;
1725
+ font-size: 32px;
1726
+ }
1727
+
1728
+ .gauge__body {
1729
+ width: 100%;
1730
+ height: 0;
1731
+ padding-bottom: 50%;
1732
+ background: #D9D9D9;
1733
+ position: relative;
1734
+ border-top-left-radius: 100% 200%;
1735
+ border-top-right-radius: 100% 200%;
1736
+ overflow: hidden;
1737
+ }
1738
+
1739
+ .gauge__fill {
1740
+ position: absolute;
1741
+ top: 100%;
1742
+ left: 0;
1743
+ width: inherit;
1744
+ height: 100%;
1745
+ transform-origin: center top;
1746
+ transform: rotate(0.25turn);
1747
+ transition: transform 0.2s ease-out;
1748
+ }
1749
+
1750
+ .gauge__cover {
1751
+ width: 75%;
1752
+ height: 150%;
1753
+ background: #ffffff;
1754
+ border-radius: 50%;
1755
+ position: absolute;
1756
+ top: 30%;
1757
+ left: 50%;
1758
+ transform: translateX(-50%);
1759
+ display: flex;
1760
+ align-items: center;
1761
+ justify-content: center;
1762
+ padding-bottom: 25%;
1763
+ box-sizing: border-box;
1764
+ --bs-text-opacity: 1;
1765
+ color: rgba(0, 0, 0, .5) !important;
1766
+ }
1767
+
1768
+ .gauge__label {
1769
+ text-align: center;
1770
+ font-size: 13px;
1771
+ color: #6B6A6A;
1772
+ }
1773
+
1774
+ .employee-rounded-badge-md {
1775
+ display: flex;
1776
+ align-items: center;
1777
+ justify-content: center;
1778
+ border: none;
1779
+ border-radius: 50% !important;
1780
+ box-shadow: var(--bs-box-shadow-sm) !important;
1781
+ background-color: #D9D9D9 !important;
1782
+ width: 35px;
1783
+ height: 35px;
1784
+ }
1785
+
1786
+ .employee-rounded-badge {
1787
+ display: flex;
1788
+ align-items: center;
1789
+ justify-content: center;
1790
+ border: none;
1791
+ border-radius: 50% !important;
1792
+ box-shadow: var(--bs-box-shadow-sm) !important;
1793
+ background-color: #D9D9D9 !important;
1794
+ color: var(--dark-text-color);
1795
+ }
1796
+
1797
+ #customPopupContainer .dx-overlay-content {
1798
+ border-top: 5px solid var(--bs-dark-warning) !important;
1799
+ border-radius: 8px !important;
1800
+ box-shadow: 0px 3px 6px #0000005D !important;
1801
+ }
1802
+
1803
+ .fw-semibold {
1804
+ font-weight: 500 !important;
1805
+ }
1806
+
1807
+ .link-primary:focus, .link-primary:hover {
1808
+ color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
1809
+ text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
1810
+ }
1811
+
1812
+ .bg-accent {
1813
+ background-color: var(--accent-color) !important;
1814
+ }
1815
+
1816
+ .text-accent {
1817
+ color: var(--accent-color) !important;
1818
+ }
1819
+
1820
+ .border-accent {
1821
+ border-color: var(--accent-color) !important;
1822
+ }
1823
+
1824
+ .badge-outline-accent {
1825
+ --bs-bg-opacity: 0.25;
1826
+ background-color: #249ea01a !important;
1827
+ border: 1px solid #249ea01a;
1828
+ color: var(--accent-color);
1829
+ }
1830
+
1831
+ .badge-outline-secondary {
1832
+ background-color: var(--bs-light-gray) !important;
1833
+ border: 1px solid var(--bs-secondary);
1834
+ color: var(--bs-secondary);
1835
+ }
1836
+
1837
+ .bg-corn-flower {
1838
+ background-color: #52688f !important;
1839
+ }
1840
+
1841
+ .bg-mauve {
1842
+ background-color: #b7a1a6 !important;
1843
+ }
1844
+
1845
+ .bg-kelly-green {
1846
+ background-color: #18a558 !important;
1847
+ }
1848
+
1849
+ .bg-main-content {
1850
+ background-color: rgba(248, 248, 248,1) !important;
1851
+ }
1852
+
1853
+ h6 {
1854
+ font-weight: 600 !important;
1855
+ }
1856
+
1857
+ .fs-12 {
1858
+ font-size: 12px !important;
1859
+ }
1860
+
1861
+ .triangle-down-white {
1862
+ width: 0;
1863
+ height: 0;
1864
+ border-left: 20px solid transparent;
1865
+ border-right: 20px solid transparent;
1866
+ border-top: 20px solid #FFF; /* Adjust color as needed */
1867
+ }
1868
+
1869
+ .triangle-down-secandary {
1870
+ width: 0;
1871
+ height: 0;
1872
+ border-left: 20px solid transparent;
1873
+ border-right: 20px solid transparent;
1874
+ border-top: 20px solid rgb(108, 117, 125); /* Adjust color as needed */
1875
+ }
1876
+
1877
+ .start-min-10 {
1878
+ right: -10px;
1879
+ left: auto;
1880
+ }
1881
+
1882
+ .border-start-10 {
1883
+ border-right-width: 10px !important;
1884
+ }
1885
+
1886
+ .border-start-primary {
1887
+ border-right-color: var(--bs-primary) !important;
1888
+ }
1889
+
1890
+ .transform-neg-20 {
1891
+ transform: rotate(20deg) scaleX(-1) !important;
1892
+ }
1893
+
1894
+ .transform-pos-45 {
1895
+ transform: rotate(-45deg) scaleX(-1) !important;
1896
+ }
1897
+
1898
+ .transform-neg-180 {
1899
+ transform: scaleX(-1) !important;
1900
+ }
1901
+
1902
+ .document-card-lg {
1903
+ margin-left: 1rem;
1904
+ margin-right: 0rem;
1905
+ margin-top: .5rem;
1906
+ position: relative;
1907
+ width: 230px;
1908
+ height: 171px;
1909
+ }
1910
+
1911
+ .document-card-md {
1912
+ margin-right: 0rem;
1913
+ margin-left: 1rem;
1914
+ margin-top: .5rem;
1915
+ position: relative;
1916
+ width: 200px;
1917
+ height: 160px;
1918
+ }
1919
+ start-100 {
1920
+ right: 90% !important;
1921
+ }
1922
+
1923
+ .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td {
1924
+ text-align: right;
1925
+ }
1926
+
1927
+ .dx-datagrid-pager.dx-pager {
1928
+ direction: ltr;
1929
+ }
1930
+