@pdg/react-form 1.0.132 → 1.0.134

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,719 @@
1
+ .FormHidden {
2
+ display: none !important;
3
+ }
4
+
5
+ .FormTextField {
6
+ min-width: 200px;
7
+ }
8
+ .FormTextField .clear-icon-button-wrap {
9
+ visibility: hidden;
10
+ }
11
+ .FormTextField.variant-filled .clear-icon-button-wrap {
12
+ margin-top: 9px;
13
+ margin-bottom: -9px;
14
+ }
15
+ .FormTextField:hover .clear-icon-button-wrap.show,
16
+ .FormTextField .MuiInputBase-root.Mui-focused .clear-icon-button-wrap.show {
17
+ visibility: visible;
18
+ }
19
+
20
+ .FormSelect.is-selected-placeholder .MuiSelect-select {
21
+ opacity: 0.38;
22
+ }
23
+ .FormSelect .MuiInputBase-root.MuiInputBase-adornedEnd {
24
+ padding-right: 25px;
25
+ }
26
+ .FormSelect .MuiSelect-select.MuiSelect-multiple .selected-list:not(:empty) {
27
+ margin-top: -3px;
28
+ margin-bottom: -3px;
29
+ }
30
+ .FormSelect-Menu-Popover > .MuiPaper-root::-webkit-scrollbar {
31
+ width: 12px;
32
+ }
33
+ .FormSelect-Menu-Popover > .MuiPaper-root::-webkit-scrollbar-thumb {
34
+ background-color: rgba(0, 0, 0, 0.1882352941);
35
+ background-clip: padding-box;
36
+ border-left: 4px transparent solid;
37
+ border-right: 4px transparent solid;
38
+ }
39
+ .FormSelect-Menu-Popover > .MuiPaper-root::-webkit-scrollbar-button:start:decrement, .FormSelect-Menu-Popover > .MuiPaper-root::-webkit-scrollbar-button:end:increment {
40
+ display: block;
41
+ height: 4px;
42
+ background-color: transparent;
43
+ }
44
+
45
+ .FormTextarea .MuiInputBase-root .MuiInputBase-input {
46
+ overflow-y: scroll;
47
+ }
48
+ .FormTextarea .MuiInputBase-root .MuiInputBase-input::-webkit-scrollbar {
49
+ width: 8px;
50
+ }
51
+ .FormTextarea .MuiInputBase-root .MuiInputBase-input::-webkit-scrollbar-thumb {
52
+ background-color: rgba(0, 0, 0, 0.1882352941);
53
+ background-clip: padding-box;
54
+ border-left: 4px transparent solid;
55
+ }
56
+
57
+ .FormPassword .eye-icon-button-wrap {
58
+ visibility: hidden;
59
+ }
60
+ .FormPassword.variant-filled .eye-icon-button-wrap {
61
+ margin-top: 9px;
62
+ margin-bottom: -9px;
63
+ }
64
+ .FormPassword:hover .eye-icon-button-wrap.show,
65
+ .FormPassword .MuiInputBase-root.Mui-focused .eye-icon-button-wrap.show {
66
+ visibility: visible;
67
+ }
68
+
69
+ .FormSearch input[type=search]::-webkit-search-decoration,
70
+ .FormSearch input[type=search]::-webkit-search-cancel-button,
71
+ .FormSearch input[type=search]::-webkit-search-results-button,
72
+ .FormSearch input[type=search]::-webkit-search-results-decoration {
73
+ -webkit-appearance: none;
74
+ }
75
+
76
+ .FormToggleButtonGroup.loading .FormItemBase-Control-wrap .FormItemBase-Control {
77
+ align-items: center !important;
78
+ }
79
+ .FormToggleButtonGroup .ToggleButton {
80
+ display: inline-flex;
81
+ padding: 0 10px;
82
+ white-space: nowrap;
83
+ overflow: hidden;
84
+ text-overflow: ellipsis;
85
+ align-items: center;
86
+ }
87
+ .FormToggleButtonGroup .ToggleButton .__label__ {
88
+ height: 0;
89
+ line-height: 0 !important;
90
+ overflow: visible !important;
91
+ }
92
+ .FormToggleButtonGroup.type-checkbox .ToggleButton, .FormToggleButtonGroup.type-radio .ToggleButton {
93
+ padding-left: 3px;
94
+ padding-right: 5px;
95
+ border: 0 !important;
96
+ margin-left: 0 !important;
97
+ justify-content: flex-start;
98
+ display: flex;
99
+ background-color: transparent !important;
100
+ }
101
+ .FormToggleButtonGroup.type-checkbox .ToggleButton:not(:last-child), .FormToggleButtonGroup.type-radio .ToggleButton:not(:last-child) {
102
+ margin-right: 5px;
103
+ }
104
+ .FormToggleButtonGroup.type-checkbox .ToggleButton .__checkbox-checked__,
105
+ .FormToggleButtonGroup.type-checkbox .ToggleButton .__checkbox-unchecked__, .FormToggleButtonGroup.type-radio .ToggleButton .__checkbox-checked__,
106
+ .FormToggleButtonGroup.type-radio .ToggleButton .__checkbox-unchecked__ {
107
+ margin-right: 3px;
108
+ }
109
+ .FormToggleButtonGroup.type-checkbox .ToggleButton .__checkbox-checked__, .FormToggleButtonGroup.type-radio .ToggleButton .__checkbox-checked__ {
110
+ display: none;
111
+ }
112
+ .FormToggleButtonGroup.type-checkbox .ToggleButton.Mui-selected .__checkbox-checked__, .FormToggleButtonGroup.type-radio .ToggleButton.Mui-selected .__checkbox-checked__ {
113
+ display: block;
114
+ }
115
+ .FormToggleButtonGroup.type-checkbox .ToggleButton.Mui-selected .__checkbox-unchecked__, .FormToggleButtonGroup.type-radio .ToggleButton.Mui-selected .__checkbox-unchecked__ {
116
+ display: none;
117
+ }
118
+ .FormToggleButtonGroup:not(.with-label).variant-outlined .FormItemBase-Control-wrap {
119
+ margin-top: 15px;
120
+ margin-bottom: -15px;
121
+ }
122
+ .FormToggleButtonGroup:not(.with-label).variant-outlined .FormItemBase-Control-wrap .ToggleButton {
123
+ height: 37px;
124
+ }
125
+ .FormToggleButtonGroup:not(.with-label).variant-filled .FormItemBase-Control-wrap {
126
+ margin-top: 15px;
127
+ margin-bottom: -15px;
128
+ }
129
+ .FormToggleButtonGroup:not(.with-label).variant-filled .FormItemBase-Control-wrap .ToggleButton {
130
+ height: 37px;
131
+ }
132
+ .FormToggleButtonGroup:not(.with-label).variant-standard .FormItemBase-Control-wrap {
133
+ margin-top: 0px;
134
+ margin-bottom: 0px;
135
+ }
136
+ .FormToggleButtonGroup:not(.with-label).variant-standard .FormItemBase-Control-wrap .ToggleButton {
137
+ height: 28px;
138
+ }
139
+ .FormToggleButtonGroup:not(.with-label).size-small.variant-outlined .FormItemBase-Control-wrap {
140
+ margin-top: 13px;
141
+ margin-bottom: -13px;
142
+ }
143
+ .FormToggleButtonGroup:not(.with-label).size-small.variant-outlined .FormItemBase-Control-wrap .ToggleButton {
144
+ height: 24px;
145
+ }
146
+ .FormToggleButtonGroup:not(.with-label).size-small.variant-filled .FormItemBase-Control-wrap {
147
+ margin-top: 13px;
148
+ margin-bottom: -13px;
149
+ }
150
+ .FormToggleButtonGroup:not(.with-label).size-small.variant-filled .FormItemBase-Control-wrap .ToggleButton {
151
+ height: 31px;
152
+ }
153
+ .FormToggleButtonGroup:not(.with-label).size-small.variant-standard .FormItemBase-Control-wrap {
154
+ margin-top: 0px;
155
+ margin-bottom: 0px;
156
+ }
157
+ .FormToggleButtonGroup:not(.with-label).size-small.variant-standard .FormItemBase-Control-wrap .ToggleButton {
158
+ height: 26px;
159
+ }
160
+ .FormToggleButtonGroup.with-label.variant-outlined .FormItemBase-Control-wrap {
161
+ margin-top: 0;
162
+ margin-bottom: 0;
163
+ }
164
+ .FormToggleButtonGroup.with-label.variant-outlined .FormItemBase-Control-wrap .ToggleButton {
165
+ height: 37px;
166
+ }
167
+ .FormToggleButtonGroup.with-label.variant-filled .FormItemBase-Control-wrap {
168
+ margin-top: 0;
169
+ margin-bottom: 0;
170
+ }
171
+ .FormToggleButtonGroup.with-label.variant-filled .FormItemBase-Control-wrap .ToggleButton {
172
+ height: 37px;
173
+ }
174
+ .FormToggleButtonGroup.with-label.variant-standard .FormItemBase-Control-wrap {
175
+ margin-top: 0;
176
+ margin-bottom: 0;
177
+ }
178
+ .FormToggleButtonGroup.with-label.variant-standard .FormItemBase-Control-wrap .ToggleButton {
179
+ height: 28px;
180
+ }
181
+ .FormToggleButtonGroup.with-label.size-small.variant-outlined .FormItemBase-Control-wrap {
182
+ margin-top: 0;
183
+ margin-bottom: 0;
184
+ }
185
+ .FormToggleButtonGroup.with-label.size-small.variant-outlined .FormItemBase-Control-wrap .ToggleButton {
186
+ height: 24px;
187
+ }
188
+ .FormToggleButtonGroup.with-label.size-small.variant-filled .FormItemBase-Control-wrap {
189
+ margin-top: 0;
190
+ margin-bottom: 0;
191
+ }
192
+ .FormToggleButtonGroup.with-label.size-small.variant-filled .FormItemBase-Control-wrap .ToggleButton {
193
+ height: 31px;
194
+ }
195
+ .FormToggleButtonGroup.with-label.size-small.variant-standard .FormItemBase-Control-wrap {
196
+ margin-top: 0;
197
+ margin-bottom: 0;
198
+ }
199
+ .FormToggleButtonGroup.with-label.size-small.variant-standard .FormItemBase-Control-wrap .ToggleButton {
200
+ height: 26px;
201
+ }
202
+
203
+ .Form .FormCol.with-label .FormToggleButtonGroup.variant-outlined .FormItemBase-Control-wrap {
204
+ margin-top: 0;
205
+ margin-bottom: 0;
206
+ }
207
+ .Form .FormCol.with-label .FormToggleButtonGroup.variant-outlined .FormItemBase-Control-wrap .ToggleButton {
208
+ height: 37px;
209
+ }
210
+ .Form .FormCol.with-label .FormToggleButtonGroup.variant-filled .FormItemBase-Control-wrap {
211
+ margin-top: 0;
212
+ margin-bottom: 0;
213
+ }
214
+ .Form .FormCol.with-label .FormToggleButtonGroup.variant-filled .FormItemBase-Control-wrap .ToggleButton {
215
+ height: 37px;
216
+ }
217
+ .Form .FormCol.with-label .FormToggleButtonGroup.variant-standard .FormItemBase-Control-wrap {
218
+ margin-top: 0;
219
+ margin-bottom: 0;
220
+ }
221
+ .Form .FormCol.with-label .FormToggleButtonGroup.variant-standard .FormItemBase-Control-wrap .ToggleButton {
222
+ height: 28px;
223
+ }
224
+ .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-outlined .FormItemBase-Control-wrap {
225
+ margin-top: 0;
226
+ margin-bottom: 0;
227
+ }
228
+ .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-outlined .FormItemBase-Control-wrap .ToggleButton {
229
+ height: 24px;
230
+ }
231
+ .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-filled .FormItemBase-Control-wrap {
232
+ margin-top: 0;
233
+ margin-bottom: 0;
234
+ }
235
+ .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-filled .FormItemBase-Control-wrap .ToggleButton {
236
+ height: 31px;
237
+ }
238
+ .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-standard .FormItemBase-Control-wrap {
239
+ margin-top: 0;
240
+ margin-bottom: 0;
241
+ }
242
+ .Form .FormCol.with-label .FormToggleButtonGroup.size-small.variant-standard .FormItemBase-Control-wrap .ToggleButton {
243
+ height: 26px;
244
+ }
245
+
246
+ .FormImageFile .preview-img {
247
+ max-width: 100%;
248
+ }
249
+ .FormImageFile:not(.hide-file-name):not(.variant-standard) .preview-img {
250
+ padding-right: 14px;
251
+ }
252
+
253
+ .FormTextEditor.initializing textarea {
254
+ display: none;
255
+ }
256
+ .FormTextEditor.error .tox-tinymce {
257
+ border-color: #d32f2f;
258
+ }
259
+
260
+ .tox-menu.tox-collection.tox-collection--list .tox-collection__group .tox-menu-nav__js.tox-collection__item {
261
+ padding-right: 20px !important;
262
+ }
263
+
264
+ .tox-notifications-container {
265
+ display: none;
266
+ }
267
+
268
+ .FormItemBase .FormItemBase-InputLabel {
269
+ overflow: visible;
270
+ padding-left: 5px;
271
+ }
272
+ .FormItemBase .FormItemBase-InputLabel.MuiInputLabel-sizeSmall {
273
+ transform: translate(0, -1.5px) scale(0.7);
274
+ }
275
+ .FormItemBase.variant-standard .FormItemBase-Control-wrap {
276
+ margin-top: 16px;
277
+ }
278
+
279
+ .FormFile .control-wrap {
280
+ display: inline-flex;
281
+ }
282
+ .FormFile .control-wrap .file-name-wrap .file-name {
283
+ min-width: 350px;
284
+ }
285
+ .FormFile .control-wrap .file-name-wrap .file-name .MuiInputBase-root {
286
+ padding-right: 7px;
287
+ }
288
+ .FormFile .control-wrap .input-file {
289
+ display: none;
290
+ }
291
+ .FormFile .control-wrap .input-file-wrap {
292
+ display: flex;
293
+ }
294
+ .FormFile .control-wrap .input-file-wrap .input-file-btn:not(.hidden-label) .PdgIcon {
295
+ margin-left: -3px;
296
+ }
297
+ .FormFile.full-width .control-wrap {
298
+ display: flex;
299
+ }
300
+ .FormFile.full-width .control-wrap .file-name-wrap {
301
+ flex: 1;
302
+ }
303
+ .FormFile.variant-standard .file-name-wrap .file-name .MuiInputBase-root {
304
+ padding-right: 0;
305
+ }
306
+ .FormFile:not(.hide-file-name).variant-outlined .form-file-btn label, .FormFile:not(.hide-file-name).variant-filled .form-file-btn label {
307
+ padding-top: 10px;
308
+ padding-bottom: 10px;
309
+ }
310
+ .FormFile:not(.hide-file-name).variant-standard .form-file-btn label {
311
+ padding-top: 5px;
312
+ padding-bottom: 5px;
313
+ }
314
+ .FormFile:not(.hide-file-name).size-small .form-file-btn label {
315
+ padding-top: 5px;
316
+ padding-bottom: 5px;
317
+ }
318
+
319
+ .FormFile.hide-file-name:not(.with-label).variant-outlined .form-file-btn {
320
+ height: 52px;
321
+ }
322
+ .FormFile.hide-file-name:not(.with-label).variant-filled .form-file-btn {
323
+ height: 52px;
324
+ }
325
+ .FormFile.hide-file-name:not(.with-label).variant-standard .form-file-btn {
326
+ height: 28px;
327
+ }
328
+ .FormFile.hide-file-name:not(.with-label).size-small.variant-outlined .form-file-btn {
329
+ height: 37px;
330
+ }
331
+ .FormFile.hide-file-name:not(.with-label).size-small.variant-filled .form-file-btn {
332
+ height: 44px;
333
+ }
334
+ .FormFile.hide-file-name:not(.with-label).size-small.variant-standard .form-file-btn {
335
+ height: 26px;
336
+ }
337
+ .FormFile.hide-file-name.with-label.variant-outlined .form-file-btn {
338
+ height: 37px;
339
+ }
340
+ .FormFile.hide-file-name.with-label.variant-filled .form-file-btn {
341
+ height: 37px;
342
+ }
343
+ .FormFile.hide-file-name.with-label.variant-standard .form-file-btn {
344
+ height: 28px;
345
+ }
346
+ .FormFile.hide-file-name.with-label.size-small.variant-outlined .form-file-btn {
347
+ height: 24px;
348
+ }
349
+ .FormFile.hide-file-name.with-label.size-small.variant-filled .form-file-btn {
350
+ height: 31px;
351
+ }
352
+ .FormFile.hide-file-name.with-label.size-small.variant-standard .form-file-btn {
353
+ height: 26px;
354
+ }
355
+
356
+ .Form .FormCol.with-label .FormFile.hide-file-name.variant-outlined .form-file-btn {
357
+ height: 37px;
358
+ }
359
+ .Form .FormCol.with-label .FormFile.hide-file-name.variant-filled .form-file-btn {
360
+ height: 37px;
361
+ }
362
+ .Form .FormCol.with-label .FormFile.hide-file-name.variant-standard .form-file-btn {
363
+ height: 28px;
364
+ }
365
+ .Form .FormCol.with-label .FormFile.hide-file-name.size-small.variant-outlined .form-file-btn {
366
+ height: 24px;
367
+ }
368
+ .Form .FormCol.with-label .FormFile.hide-file-name.size-small.variant-filled .form-file-btn {
369
+ height: 31px;
370
+ }
371
+ .Form .FormCol.with-label .FormFile.hide-file-name.size-small.variant-standard .form-file-btn {
372
+ height: 26px;
373
+ }
374
+
375
+ .FormDateRangePickerTooltipPickerContainer {
376
+ display: inline-block;
377
+ position: relative;
378
+ }
379
+ .FormDateRangePickerTooltipPickerContainer .month-change-arrow-wrap {
380
+ position: absolute;
381
+ top: 15px;
382
+ left: 0;
383
+ right: 0;
384
+ }
385
+ .FormDateRangePickerTooltipPickerContainer .month-change-arrow-wrap > div:first-of-type {
386
+ padding-left: 20px;
387
+ }
388
+ .FormDateRangePickerTooltipPickerContainer .month-change-arrow-wrap > div:last-child {
389
+ padding-right: 20px;
390
+ text-align: right;
391
+ }
392
+ .FormDateRangePickerTooltipPickerContainer .month-title {
393
+ text-align: center;
394
+ padding-top: 13px;
395
+ padding-bottom: 10px;
396
+ }
397
+ .FormDateRangePickerTooltipPickerContainer .month-title button {
398
+ font-size: 15px;
399
+ padding-left: 8px;
400
+ padding-right: 0;
401
+ min-width: 0;
402
+ }
403
+ .FormDateRangePickerTooltipPickerContainer .month-title button:not(.active) {
404
+ color: unset;
405
+ }
406
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap {
407
+ position: relative;
408
+ }
409
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select,
410
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .month-select {
411
+ position: absolute;
412
+ left: 0;
413
+ right: 0;
414
+ top: 0;
415
+ bottom: 0;
416
+ border-top: 1px solid #efefef;
417
+ padding-top: 15px;
418
+ background-color: white;
419
+ }
420
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select button.today:not(.selected),
421
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .month-select button.today:not(.selected) {
422
+ border: 1px solid rgba(0, 0, 0, 0.1);
423
+ }
424
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select button.active:not(.selected),
425
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .month-select button.active:not(.selected) {
426
+ background-color: #f5f5f5;
427
+ }
428
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select button.active:not(.selected):hover,
429
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .month-select button.active:not(.selected):hover {
430
+ background-color: rgb(229, 229, 229);
431
+ }
432
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select {
433
+ overflow-y: scroll;
434
+ }
435
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .year-select button {
436
+ font-size: 14px;
437
+ font-weight: 400;
438
+ border-radius: 18px;
439
+ }
440
+ .FormDateRangePickerTooltipPickerContainer .date-picker-wrap .month-select button {
441
+ font-size: 15px;
442
+ font-weight: 400;
443
+ border-radius: 18px;
444
+ }
445
+ .FormDateRangePickerTooltipPickerContainer .action-buttons button {
446
+ min-width: 0;
447
+ color: unset;
448
+ }
449
+ .FormDateRangePickerTooltipPickerContainer .action-buttons button:not(:first-of-type) {
450
+ margin-left: 5px;
451
+ }
452
+ .FormDateRangePickerTooltipPickerContainer .action-buttons button.disabled {
453
+ color: rgba(0, 0, 0, 0.5);
454
+ }
455
+
456
+ .PrivateDateTimePicker .input-text-field.align-left .MuiInputBase-input {
457
+ text-align: left;
458
+ }
459
+ .PrivateDateTimePicker .input-text-field.align-center .MuiInputBase-input {
460
+ text-align: center;
461
+ }
462
+ .PrivateDateTimePicker .input-text-field.align-right .MuiInputBase-input {
463
+ text-align: right;
464
+ }
465
+
466
+ .PrivateDatePicker .input-text-field.align-left .MuiInputBase-input {
467
+ text-align: left;
468
+ }
469
+ .PrivateDatePicker .input-text-field.align-center .MuiInputBase-input {
470
+ text-align: center;
471
+ }
472
+ .PrivateDatePicker .input-text-field.align-right .MuiInputBase-input {
473
+ text-align: right;
474
+ }
475
+
476
+ .PrivateStaticDateTimePicker.time {
477
+ height: 400px;
478
+ }
479
+ .PrivateStaticDateTimePicker .MuiPickersCalendarHeader-root {
480
+ display: none;
481
+ }
482
+ .PrivateStaticDateTimePicker .month-title-container {
483
+ display: flex;
484
+ align-items: center;
485
+ margin-left: 5px;
486
+ }
487
+ .PrivateStaticDateTimePicker .month-title-container .month-title-wrap {
488
+ display: flex;
489
+ align-items: center;
490
+ cursor: pointer;
491
+ }
492
+ .PrivateStaticDateTimePicker .month-title-container .month-title-wrap .month-title button {
493
+ font-size: 15px;
494
+ padding-left: 8px;
495
+ padding-right: 0;
496
+ min-width: 0;
497
+ }
498
+ .PrivateStaticDateTimePicker .month-title-container .month-title-wrap .month-title button:not(.active) {
499
+ color: unset;
500
+ }
501
+ .PrivateStaticDateTimePicker .action-buttons {
502
+ border-top: 1px solid #efefef;
503
+ padding: 10px;
504
+ text-align: right;
505
+ }
506
+ .PrivateStaticDateTimePicker .action-buttons button {
507
+ min-width: 0;
508
+ color: inherit;
509
+ }
510
+ .PrivateStaticDateTimePicker .action-buttons button:not(:first-of-type) {
511
+ margin-left: 5px;
512
+ }
513
+ .PrivateStaticDateTimePicker .action-buttons button.disabled {
514
+ color: rgba(0, 0, 0, 0.5);
515
+ }
516
+ .PrivateStaticDateTimePicker .time {
517
+ border-left: 2px solid #bfbfbf;
518
+ }
519
+ .PrivateStaticDateTimePicker .time .time-container {
520
+ height: 100%;
521
+ }
522
+ .PrivateStaticDateTimePicker .time .time-container .time-title {
523
+ text-align: center;
524
+ padding: 22px 0;
525
+ font-size: 15px;
526
+ }
527
+ .PrivateStaticDateTimePicker .time .time-container .time-select-wrap {
528
+ flex: 1;
529
+ border-top: 1px solid #efefef;
530
+ }
531
+ .PrivateStaticDateTimePicker.time .time .time-container .time-select-wrap > div > div:not(:first-of-type) {
532
+ border-left: 1px solid #efefef;
533
+ }
534
+
535
+ .PrivateStaticDatePicker.time {
536
+ height: 400px;
537
+ }
538
+ .PrivateStaticDatePicker .MuiPickersCalendarHeader-root {
539
+ display: none;
540
+ }
541
+ .PrivateStaticDatePicker .month-title-container {
542
+ display: flex;
543
+ align-items: center;
544
+ margin-left: 5px;
545
+ }
546
+ .PrivateStaticDatePicker .month-title-container .month-title-wrap {
547
+ display: flex;
548
+ align-items: center;
549
+ cursor: pointer;
550
+ }
551
+ .PrivateStaticDatePicker .month-title-container .month-title-wrap .month-title button {
552
+ font-size: 15px;
553
+ padding-left: 8px;
554
+ padding-right: 0;
555
+ min-width: 0;
556
+ }
557
+ .PrivateStaticDatePicker .month-title-container .month-title-wrap .month-title button:not(.active) {
558
+ color: unset;
559
+ }
560
+ .PrivateStaticDatePicker .action-buttons {
561
+ border-top: 1px solid #efefef;
562
+ padding: 10px;
563
+ text-align: right;
564
+ }
565
+ .PrivateStaticDatePicker .action-buttons button {
566
+ min-width: 0;
567
+ color: inherit;
568
+ }
569
+ .PrivateStaticDatePicker .action-buttons button:not(:first-of-type) {
570
+ margin-left: 5px;
571
+ }
572
+ .PrivateStaticDatePicker .action-buttons button.disabled {
573
+ color: rgba(0, 0, 0, 0.5);
574
+ }
575
+ .PrivateStaticDatePicker .time {
576
+ border-left: 2px solid #bfbfbf;
577
+ }
578
+ .PrivateStaticDatePicker .time .time-container {
579
+ height: 100%;
580
+ }
581
+ .PrivateStaticDatePicker .time .time-container .time-title {
582
+ text-align: center;
583
+ padding: 22px 0;
584
+ font-size: 15px;
585
+ }
586
+ .PrivateStaticDatePicker .time .time-container .time-select-wrap {
587
+ flex: 1;
588
+ border-top: 1px solid #efefef;
589
+ }
590
+ .PrivateStaticDatePicker.time .time .time-container .time-select-wrap > div > div:not(:first-of-type) {
591
+ border-left: 1px solid #efefef;
592
+ }
593
+
594
+ .PrivateInputDatePicker.align-left .MuiInputBase-input {
595
+ text-align: left;
596
+ }
597
+ .PrivateInputDatePicker.align-center .MuiInputBase-input {
598
+ text-align: center;
599
+ }
600
+ .PrivateInputDatePicker.align-right .MuiInputBase-input {
601
+ text-align: right;
602
+ }
603
+
604
+ .PrivateYearSelect {
605
+ position: absolute;
606
+ left: 0;
607
+ right: 0;
608
+ top: 0;
609
+ bottom: 0;
610
+ background-color: white;
611
+ }
612
+ .PrivateYearSelect button {
613
+ font-size: 14px;
614
+ font-weight: 400;
615
+ border-radius: 18px;
616
+ }
617
+
618
+ .FormDateRangePickerTooltipPicker .MuiPickersCalendarHeader-root {
619
+ display: none;
620
+ }
621
+ .FormDateRangePickerTooltipPicker .MuiDayPicker-header > span {
622
+ margin: 0;
623
+ }
624
+ .FormDateRangePickerTooltipPicker .MuiPickerStaticWrapper-content {
625
+ min-width: 292px;
626
+ }
627
+ .FormDateRangePickerTooltipPicker .MuiPickerStaticWrapper-content .MuiCalendarOrClockPicker-root > div {
628
+ width: 292px;
629
+ }
630
+ .FormDateRangePickerTooltipPicker .MuiPickerStaticWrapper-content .MuiCalendarOrClockPicker-root > div .MuiCalendarPicker-root {
631
+ width: 292px;
632
+ }
633
+ .FormDateRangePickerTooltipPicker .selected-bg {
634
+ display: none;
635
+ position: absolute;
636
+ }
637
+ .FormDateRangePickerTooltipPicker .selected-bg.sel {
638
+ display: block;
639
+ position: absolute;
640
+ top: 0;
641
+ bottom: 0;
642
+ left: 0;
643
+ right: 0;
644
+ background-color: rgba(66, 165, 245, 0.6);
645
+ }
646
+ .FormDateRangePickerTooltipPicker .selected-bg.sel.ui-start, .FormDateRangePickerTooltipPicker .selected-bg.sel.s-start {
647
+ border-top-left-radius: 50%;
648
+ border-bottom-left-radius: 50%;
649
+ }
650
+ .FormDateRangePickerTooltipPicker .selected-bg.sel.ui-end, .FormDateRangePickerTooltipPicker .selected-bg.sel.s-end {
651
+ border-top-right-radius: 50%;
652
+ border-bottom-right-radius: 50%;
653
+ }
654
+ .FormDateRangePickerTooltipPicker .selected-bg.sel ~ .MuiPickersDay-root {
655
+ border: 0;
656
+ }
657
+ .FormDateRangePickerTooltipPicker .selected-bg.sel ~ .MuiPickersDay-root:not(:hover):not(:active):not(.Mui-selected) {
658
+ background-color: transparent;
659
+ }
660
+ .FormDateRangePickerTooltipPicker .focused-bg {
661
+ display: none;
662
+ position: absolute;
663
+ }
664
+ .FormDateRangePickerTooltipPicker .focused-bg.focused {
665
+ display: block;
666
+ position: absolute;
667
+ top: 0;
668
+ bottom: 0;
669
+ left: 0;
670
+ right: 0;
671
+ border: 2px solid #efefef;
672
+ border-left: 0;
673
+ border-right: 0;
674
+ }
675
+ .FormDateRangePickerTooltipPicker .focused-bg.focused.ui-start, .FormDateRangePickerTooltipPicker .focused-bg.focused.f-start {
676
+ border-left: 2px solid #efefef;
677
+ border-top-left-radius: 50%;
678
+ border-bottom-left-radius: 50%;
679
+ }
680
+ .FormDateRangePickerTooltipPicker .focused-bg.focused.ui-end, .FormDateRangePickerTooltipPicker .focused-bg.focused.f-end {
681
+ border-right: 2px solid #efefef;
682
+ border-top-right-radius: 50%;
683
+ border-bottom-right-radius: 50%;
684
+ }
685
+ .FormDateRangePickerTooltipPicker .focused-bg.focused ~ .MuiPickersDay-root:not(:hover):not(:active):not(.Mui-selected) {
686
+ background-color: transparent;
687
+ }
688
+
689
+ .PrivateMonthSelect {
690
+ position: absolute;
691
+ left: 0;
692
+ right: 0;
693
+ top: 0;
694
+ bottom: 0;
695
+ background-color: white;
696
+ }
697
+ .PrivateMonthSelect button {
698
+ font-size: 15px;
699
+ font-weight: 400;
700
+ border-radius: 18px;
701
+ }
702
+
703
+ .PrivateTimeSelect {
704
+ position: absolute;
705
+ left: 0;
706
+ right: 0;
707
+ top: 0;
708
+ bottom: 0;
709
+ }
710
+ .PrivateTimeSelect button {
711
+ border-radius: 0;
712
+ }
713
+
714
+ .simplebar-track.simplebar-vertical {
715
+ width: 8px !important;
716
+ }
717
+ .simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible:before {
718
+ opacity: 0.3 !important;
719
+ }