@egovernments/digit-ui-health-css 0.1.21 → 0.1.23

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.
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-health-css - 0.1.21
2
+ * @egovernments/digit-ui-health-css - 0.1.23
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -3765,6 +3765,18 @@
3765
3765
  .selecting-boundaries-pop {
3766
3766
  min-height: 50%; }
3767
3767
 
3768
+ .employee .digit-employeeSidebar .digit-sidebar {
3769
+ z-index: 999; }
3770
+
3771
+ .employee .digit-topbar {
3772
+ z-index: 9999; }
3773
+
3774
+ .digit-popup-overlay .digit-popup-wrapper {
3775
+ z-index: 10000; }
3776
+
3777
+ .action-bar-wrap .actionBarClass {
3778
+ z-index: 10; }
3779
+
3768
3780
  .summary-header {
3769
3781
  font-size: 2.25rem; }
3770
3782
 
@@ -4038,237 +4050,579 @@
4038
4050
  background-color: #d6d5d4;
4039
4051
  border-radius: .563rem; }
4040
4052
 
4041
- .ingestion-container {
4053
+ .question-card-container.subSection {
4054
+ width: 100%; }
4055
+
4056
+ .question-card-container .heading-bar {
4042
4057
  display: -webkit-box;
4043
4058
  display: -ms-flexbox;
4044
4059
  display: flex;
4045
- -webkit-box-orient: vertical;
4046
- -webkit-box-direction: normal;
4047
- -ms-flex-direction: column;
4048
- flex-direction: column;
4049
- text-align: center;
4060
+ -webkit-box-pack: end;
4061
+ -ms-flex-pack: end;
4062
+ justify-content: flex-end;
4050
4063
  -webkit-box-align: center;
4051
4064
  -ms-flex-align: center;
4052
4065
  align-items: center;
4053
- -webkit-box-pack: center;
4054
- -ms-flex-pack: center;
4055
- justify-content: center;
4056
- height: 100vh;
4057
- width: 100%;
4058
- background-color: #f9fafc;
4059
- color: #1b1b1b; }
4060
-
4061
- .drop-area {
4062
- border: 2px dashed #ccc;
4063
- padding: 20px;
4064
- text-align: center;
4065
- width: 500px;
4066
- height: 400px; }
4067
-
4068
- .drop-area.active {
4069
- border: 2px dashed #f47738; }
4070
-
4071
- .upload-file-button {
4072
- cursor: pointer;
4073
- padding: .25rem;
4074
- font-size: 1rem;
4075
- border: none;
4076
- font-family: Oswald,sans-serif;
4077
- font-size: 20px;
4078
- background-color: initial;
4079
- margin-top: 20px;
4080
- color: #f47738; }
4081
-
4082
- .drag-drop-tag {
4083
- font-size: 20px; }
4084
-
4085
- .remove-button {
4086
- font-size: 20px;
4087
- padding: 8px;
4088
- outline: #f37f12;
4089
- background-color: #f9fafc;
4090
- color: #f47738; }
4091
-
4092
- .override-card {
4093
- margin-left: 0 !important; }
4066
+ grid-gap: 1rem;
4067
+ gap: 1rem; }
4068
+ .question-card-container .heading-bar .separator {
4069
+ height: 2rem;
4070
+ border: 1px solid #d6d5d4; }
4071
+ .question-card-container .heading-bar .digit-checkbox-container {
4072
+ margin-bottom: unset; }
4094
4073
 
4095
- .table {
4096
- --bg-opacity:1;
4097
- background-color: #fff;
4098
- background-color: rgba(255, 255, 255, var(--bg-opacity));
4099
- width: 100%;
4100
- border-radius: 4px 4px 0 0;
4101
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
4102
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
4103
- border-left-width: 24px;
4104
- border-right-width: 24px;
4105
- border-left-color: #fff;
4106
- border-right-color: #fff; }
4107
- .table thead th {
4108
- padding: 20px 18px;
4109
- font-weight: 700;
4110
- vertical-align: middle;
4111
- text-align: left; }
4112
- .table thead th:first-child {
4113
- min-width: 256px; }
4114
- .table tbody {
4115
- border: none;
4116
- padding: 0;
4117
- margin: 0; }
4118
- .table tbody td {
4119
- --border-opacity:1;
4120
- border-color: #d6d5d4;
4121
- border-color: rgba(214, 213, 212, var(--border-opacity));
4122
- text-align: left;
4123
- vertical-align: middle;
4124
- padding: "20px 18px"; }
4074
+ .question-label-field .question-label {
4075
+ width: 30%; }
4125
4076
 
4126
- .sub-work-table {
4127
- -webkit-box-pack: center;
4128
- -ms-flex-pack: center;
4129
- justify-content: center;
4130
- padding: 0;
4131
- border-collapse: collapse;
4132
- border: 1px solid #ddd; }
4133
- .sub-work-table td, .sub-work-table th {
4134
- color: #0b0c0c;
4135
- border: 1px solid #ddd;
4136
- padding: 12px; }
4137
- .sub-work-table .remove-button {
4138
- font-size: 20px;
4139
- padding: 8px;
4140
- outline: #f37f12;
4141
- background-color: #f9fafc;
4142
- color: #f47738; }
4143
- .sub-work-table .action-bar {
4077
+ .question-label-field .question-field-container {
4078
+ width: 100%; }
4079
+ .question-label-field .question-field-container .question-field {
4144
4080
  display: -webkit-box;
4145
4081
  display: -ms-flexbox;
4146
4082
  display: flex;
4147
- -webkit-box-orient: horizontal;
4148
- -webkit-box-direction: normal;
4149
- -ms-flex-direction: row;
4150
- flex-direction: row;
4151
- -webkit-box-pack: end;
4152
- -ms-flex-pack: end;
4153
- justify-content: flex-end; }
4154
- .sub-work-table .action-bar .action-bar-button {
4155
- margin-right: .5em; }
4156
- .sub-work-table th {
4157
- padding: 10px;
4158
- text-align: center;
4159
- background-color: #efefef;
4160
- color: #0b0c0c; }
4161
- .sub-work-table tr td span:hover {
4162
- cursor: pointer; }
4163
-
4164
- .reports-table {
4165
- margin-top: 2rem; }
4166
- .reports-table thead th:first-child {
4167
- min-width: unset; }
4168
-
4169
- .h1.works-header-create, .h1.works-header-search, .h1.works-header-view {
4170
- font-size: 36px; }
4171
-
4172
- .download-button {
4173
- -webkit-box-pack: end !important;
4174
- -ms-flex-pack: end !important;
4175
- justify-content: flex-end !important;
4176
- margin: 20px; }
4177
-
4178
- .download-button, .master-container {
4179
- display: -webkit-box;
4180
- display: -ms-flexbox;
4181
- display: flex; }
4182
-
4183
- .master-container {
4184
- grid-gap: 1rem; }
4185
- .master-container .custom-master {
4186
- cursor: pointer;
4187
- width: 6.25rem;
4188
- height: 6.25rem; }
4189
- .master-container .custom-master a {
4190
- color: #0b0c0c;
4191
- text-decoration: none; }
4192
- .master-container .custom-master .master-icon {
4193
- text-align: center; }
4194
- .master-container .custom-master:hover {
4195
- background-color: #feefe7; }
4196
-
4197
- .help-screen-container .help-screen-body a {
4198
- cursor: pointer;
4199
- color: #c84c0e;
4200
- text-decoration: none; }
4201
-
4202
- .card-details {
4203
- background-color: #fafafa !important;
4204
- position: relative;
4205
- width: -webkit-fill-available; }
4206
-
4207
- .CloseButton {
4208
- position: absolute;
4209
- top: 5px;
4210
- right: 5px;
4211
- cursor: pointer; }
4212
-
4213
- .startNumber {
4214
- padding-top: 25px; }
4215
-
4216
- .endNumber, .startNumber {
4217
- display: -webkit-box;
4218
- display: -ms-flexbox;
4219
- display: flex; }
4220
-
4221
- .start {
4222
- padding-right: 1.2rem; }
4223
-
4224
- .end, .start {
4225
- min-width: -webkit-fit-content;
4226
- min-width: -moz-fit-content;
4227
- min-width: fit-content; }
4228
-
4229
- .end {
4230
- padding-right: 1.55rem; }
4231
-
4232
- .workbench-add-row-detail-btn {
4233
- margin-bottom: 15px; }
4083
+ grid-gap: 1rem;
4084
+ gap: 1rem;
4085
+ -webkit-box-pack: justify;
4086
+ -ms-flex-pack: justify;
4087
+ justify-content: space-between; }
4234
4088
 
4235
- .village-header {
4236
- color: #363636;
4237
- margin-bottom: 1.5rem; }
4089
+ .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
4090
+ height: 1.5rem;
4091
+ -ms-flex-align: center;
4092
+ -ms-flex-item-align: center;
4093
+ align-self: center; }
4238
4094
 
4239
- .card-heading {
4095
+ .optioncheckboxwrapper .pointer, .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
4240
4096
  display: -webkit-box;
4241
4097
  display: -ms-flexbox;
4242
4098
  display: flex;
4243
- -webkit-box-pack: justify;
4244
- -ms-flex-pack: justify;
4245
- justify-content: space-between;
4246
4099
  -webkit-box-align: center;
4247
4100
  -ms-flex-align: center;
4248
4101
  align-items: center; }
4249
4102
 
4250
- .card-heading-title {
4251
- color: #0b4b66;
4252
- margin: 0; }
4103
+ .optioncheckboxwrapper .pointer {
4104
+ -ms-flex-align: center; }
4253
4105
 
4254
- .label-pair {
4106
+ .optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
4107
+ height: 3rem;
4108
+ -ms-flex-align: center;
4109
+ -ms-flex-item-align: center;
4110
+ align-self: center; }
4111
+
4112
+ .optionradiobtnwrapper .pointer, .optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
4255
4113
  display: -webkit-box;
4256
4114
  display: -ms-flexbox;
4257
4115
  display: flex;
4258
- -webkit-box-pack: justify;
4259
- -ms-flex-pack: justify;
4260
- justify-content: space-between; }
4116
+ -webkit-box-align: center;
4117
+ -ms-flex-align: center;
4118
+ align-items: center; }
4261
4119
 
4262
- .label-heading {
4263
- color: #363636;
4264
- width: 20%; }
4120
+ .optionradiobtnwrapper .pointer {
4121
+ -ms-flex-align: center; }
4265
4122
 
4266
- .label-text {
4267
- color: #363636;
4268
- width: 80%; }
4123
+ .example input {
4124
+ max-width: 100rem; }
4269
4125
 
4270
- .edit-label-field-pair {
4271
- display: -webkit-box;
4126
+ .question-card-container {
4127
+ width: 100%;
4128
+ border: 1px solid #d6d5d4;
4129
+ background-color: #fafafa; }
4130
+ .question-card-container.subSection {
4131
+ width: 100%; }
4132
+ .question-card-container .heading-bar {
4133
+ display: -webkit-box;
4134
+ display: -ms-flexbox;
4135
+ display: flex;
4136
+ -webkit-box-pack: end;
4137
+ -ms-flex-pack: end;
4138
+ justify-content: flex-end;
4139
+ -webkit-box-align: center;
4140
+ -ms-flex-align: center;
4141
+ align-items: center;
4142
+ grid-gap: 1rem;
4143
+ gap: 1rem; }
4144
+ .question-card-container .heading-bar .separator {
4145
+ height: 2rem;
4146
+ border: 1px solid #d6d5d4; }
4147
+ .question-card-container .heading-bar .digit-checkbox-container {
4148
+ margin-bottom: unset; }
4149
+
4150
+ .question-label-field {
4151
+ -webkit-box-align: baseline !important;
4152
+ -ms-flex-align: baseline !important;
4153
+ align-items: baseline !important; }
4154
+ .question-label-field .question-label {
4155
+ width: 30%; }
4156
+ .question-label-field .question-field-container {
4157
+ width: 100%; }
4158
+ .question-label-field .question-field-container .question-field {
4159
+ display: -webkit-box;
4160
+ display: -ms-flexbox;
4161
+ display: flex;
4162
+ grid-gap: 1rem;
4163
+ gap: 1rem;
4164
+ -webkit-box-pack: justify;
4165
+ -ms-flex-pack: justify;
4166
+ justify-content: space-between; }
4167
+
4168
+ .checkboxOptionVariant, .customradiobutton {
4169
+ margin-bottom: 0 !important;
4170
+ margin-top: auto;
4171
+ grid-gap: .5rem;
4172
+ gap: .5rem; }
4173
+
4174
+ .optioncheckboxwrapper {
4175
+ display: -webkit-box;
4176
+ display: -ms-flexbox;
4177
+ display: flex;
4178
+ -webkit-box-align: center;
4179
+ -ms-flex-align: center;
4180
+ align-items: center; }
4181
+ .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
4182
+ height: 1.5rem;
4183
+ -ms-flex-align: center;
4184
+ -ms-flex-item-align: center;
4185
+ align-self: center; }
4186
+ .optioncheckboxwrapper .pointer, .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
4187
+ display: -webkit-box;
4188
+ display: -ms-flexbox;
4189
+ display: flex;
4190
+ -webkit-box-align: center;
4191
+ -ms-flex-align: center;
4192
+ align-items: center; }
4193
+ .optioncheckboxwrapper .pointer {
4194
+ -ms-flex-align: center; }
4195
+
4196
+ .optionradiobtnwrapper {
4197
+ display: -webkit-box;
4198
+ display: -ms-flexbox;
4199
+ display: flex;
4200
+ -webkit-box-align: center;
4201
+ -ms-flex-align: center;
4202
+ align-items: center; }
4203
+ .optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
4204
+ height: 3rem;
4205
+ -ms-flex-align: center;
4206
+ -ms-flex-item-align: center;
4207
+ align-self: center; }
4208
+ .optionradiobtnwrapper .pointer, .optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
4209
+ display: -webkit-box;
4210
+ display: -ms-flexbox;
4211
+ display: flex;
4212
+ -webkit-box-align: center;
4213
+ -ms-flex-align: center;
4214
+ align-items: center; }
4215
+ .optionradiobtnwrapper .pointer {
4216
+ -ms-flex-align: center; }
4217
+
4218
+ .example {
4219
+ max-width: 100rem; }
4220
+ .example input {
4221
+ max-width: 100rem; }
4222
+
4223
+ .checkboxOptionVariant {
4224
+ margin-bottom: 0; }
4225
+
4226
+ .custom-class {
4227
+ width: auto; }
4228
+
4229
+ .employeeCard .label-field-pair {
4230
+ width: auto; }
4231
+
4232
+ .digit-employee-card.example-view-card {
4233
+ margin-left: 0 !important;
4234
+ margin-right: 0 !important; }
4235
+
4236
+ .previewChecklist-app-container {
4237
+ width: 100%;
4238
+ margin: 0 auto;
4239
+ padding: 16px;
4240
+ background-color: #f5f5f5;
4241
+ font-family: Arial,sans-serif; }
4242
+
4243
+ .preview-question-title {
4244
+ font-weight: 700;
4245
+ margin-bottom: 10px; }
4246
+
4247
+ .preview-options {
4248
+ margin-left: 20px; }
4249
+
4250
+ .preview-option {
4251
+ font-weight: lighter;
4252
+ margin-bottom: 5px; }
4253
+
4254
+ .preview-sub-questions {
4255
+ margin-left: 20px; }
4256
+
4257
+ .tetxinput-example .input-container {
4258
+ max-width: unset !important; }
4259
+
4260
+ .digit-employee-card {
4261
+ margin-bottom: 1rem;
4262
+ margin-right: 0 !important;
4263
+ margin-left: 0 !important; }
4264
+
4265
+ .digit-employee-card .digit-label-field-pair h2 {
4266
+ width: auto;
4267
+ font-size: larger; }
4268
+
4269
+ .mobile-screen {
4270
+ width: 25rem;
4271
+ height: 40rem;
4272
+ border: 0 solid #ccc;
4273
+ border-radius: 1rem;
4274
+ overflow: hidden;
4275
+ background-color: #fff;
4276
+ -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
4277
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
4278
+ margin: 20px auto;
4279
+ font-family: Arial,sans-serif; }
4280
+
4281
+ .mobile-top-bar {
4282
+ background-color: #0b4b66;
4283
+ height: 4rem;
4284
+ -webkit-box-align: center;
4285
+ -ms-flex-align: center;
4286
+ align-items: center;
4287
+ padding: 0 1rem;
4288
+ color: #fff;
4289
+ font-size: 1.5rem;
4290
+ font-weight: 700;
4291
+ width: 100%;
4292
+ -webkit-box-sizing: border-box;
4293
+ box-sizing: border-box; }
4294
+
4295
+ .mobile-container, .mobile-top-bar {
4296
+ display: -webkit-box;
4297
+ display: -ms-flexbox;
4298
+ display: flex; }
4299
+
4300
+ .mobile-container {
4301
+ padding: .5rem 1.5rem 1.5rem;
4302
+ height: calc(100% - 50px);
4303
+ -webkit-box-orient: vertical;
4304
+ -webkit-box-direction: normal;
4305
+ -ms-flex-direction: column;
4306
+ flex-direction: column; }
4307
+
4308
+ .mobile-questions {
4309
+ -webkit-box-flex: 1;
4310
+ -ms-flex: 1;
4311
+ flex: 1;
4312
+ overflow-y: auto;
4313
+ border-radius: 0;
4314
+ padding: .2rem .4rem; }
4315
+
4316
+ .mobile-header h2 {
4317
+ color: #555;
4318
+ font-size: .875rem;
4319
+ margin-bottom: .3125rem; }
4320
+
4321
+ .mobile-header h1 {
4322
+ font-size: 1.25rem;
4323
+ color: #222; }
4324
+
4325
+ .mobile-checklist-highlight {
4326
+ font-weight: 700;
4327
+ padding: 0 .3125rem;
4328
+ font-size: larger; }
4329
+
4330
+ .mobile-description {
4331
+ font-size: .75rem;
4332
+ margin-top: .625rem;
4333
+ margin-bottom: 1.25rem;
4334
+ color: #777; }
4335
+
4336
+ .mobile-questions .mobile-question-item {
4337
+ border-bottom: 1px solid #ccc;
4338
+ padding: 0; }
4339
+
4340
+ .mobile-questions .mobile-question-item:last-child {
4341
+ border-bottom: none; }
4342
+
4343
+ .mobile-question {
4344
+ font-weight: 700;
4345
+ font-size: .875rem; }
4346
+
4347
+ .mobile-answer {
4348
+ font-size: .875rem;
4349
+ margin-left: .625rem; }
4350
+
4351
+ .mobile-question-number {
4352
+ font-weight: 700;
4353
+ margin-bottom: .3rem;
4354
+ color: #444; }
4355
+
4356
+ .mandatory-asterisk {
4357
+ color: #c84c0e;
4358
+ margin-left: 4px; }
4359
+
4360
+ .custom-pop-up {
4361
+ width: -webkit-fit-content !important;
4362
+ width: -moz-fit-content !important;
4363
+ width: fit-content !important; }
4364
+ .custom-pop-up .digit-popup-footer {
4365
+ padding-top: 0 !important; }
4366
+ .custom-pop-up .digit-popup-footer .digit-popup-footer-buttons {
4367
+ width: 100% !important;
4368
+ display: grid;
4369
+ grid-template-columns: 1fr 1fr; }
4370
+ .custom-pop-up .digit-popup-footer .digit-popup-footer-buttons .digit-button-primary, .custom-pop-up .digit-popup-footer .digit-popup-footer-buttons .digit-button-secondary {
4371
+ width: 100%; }
4372
+ .custom-pop-up .digit-popup-children-wrap {
4373
+ padding-top: 0 !important; }
4374
+
4375
+ .custom-popup-boundary {
4376
+ max-width: 100%;
4377
+ height: 11rem; }
4378
+
4379
+ .dustbin-icon {
4380
+ margin-bottom: 1rem;
4381
+ margin-top: .7rem; }
4382
+
4383
+ .custom-action-bar .digit-action-bar-fields {
4384
+ display: contents; }
4385
+
4386
+ .digit-action-bar-wrap div {
4387
+ width: unset; }
4388
+
4389
+ .digit-button-secondary.disabled h2 {
4390
+ color: #c5c5c5 !important; }
4391
+
4392
+ .back-button-xlsxpreview {
4393
+ width: 170px; }
4394
+
4395
+ .ingestion-container {
4396
+ display: -webkit-box;
4397
+ display: -ms-flexbox;
4398
+ display: flex;
4399
+ -webkit-box-orient: vertical;
4400
+ -webkit-box-direction: normal;
4401
+ -ms-flex-direction: column;
4402
+ flex-direction: column;
4403
+ text-align: center;
4404
+ -webkit-box-align: center;
4405
+ -ms-flex-align: center;
4406
+ align-items: center;
4407
+ -webkit-box-pack: center;
4408
+ -ms-flex-pack: center;
4409
+ justify-content: center;
4410
+ height: 100vh;
4411
+ width: 100%;
4412
+ background-color: #f9fafc;
4413
+ color: #1b1b1b; }
4414
+
4415
+ .drop-area {
4416
+ border: 2px dashed #ccc;
4417
+ padding: 20px;
4418
+ text-align: center;
4419
+ width: 500px;
4420
+ height: 400px; }
4421
+
4422
+ .drop-area.active {
4423
+ border: 2px dashed #f47738; }
4424
+
4425
+ .upload-file-button {
4426
+ cursor: pointer;
4427
+ padding: .25rem;
4428
+ font-size: 1rem;
4429
+ border: none;
4430
+ font-family: Oswald,sans-serif;
4431
+ font-size: 20px;
4432
+ background-color: initial;
4433
+ margin-top: 20px;
4434
+ color: #f47738; }
4435
+
4436
+ .drag-drop-tag {
4437
+ font-size: 20px; }
4438
+
4439
+ .remove-button {
4440
+ font-size: 20px;
4441
+ padding: 8px;
4442
+ outline: #f37f12;
4443
+ background-color: #f9fafc;
4444
+ color: #f47738; }
4445
+
4446
+ .override-card {
4447
+ margin-left: 0 !important; }
4448
+
4449
+ .table {
4450
+ --bg-opacity:1;
4451
+ background-color: #fff;
4452
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
4453
+ width: 100%;
4454
+ border-radius: 4px 4px 0 0;
4455
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
4456
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
4457
+ border-left-width: 24px;
4458
+ border-right-width: 24px;
4459
+ border-left-color: #fff;
4460
+ border-right-color: #fff; }
4461
+ .table thead th {
4462
+ padding: 20px 18px;
4463
+ font-weight: 700;
4464
+ vertical-align: middle;
4465
+ text-align: left; }
4466
+ .table thead th:first-child {
4467
+ min-width: 256px; }
4468
+ .table tbody {
4469
+ border: none;
4470
+ padding: 0;
4471
+ margin: 0; }
4472
+ .table tbody td {
4473
+ --border-opacity:1;
4474
+ border-color: #d6d5d4;
4475
+ border-color: rgba(214, 213, 212, var(--border-opacity));
4476
+ text-align: left;
4477
+ vertical-align: middle;
4478
+ padding: "20px 18px"; }
4479
+
4480
+ .sub-work-table {
4481
+ -webkit-box-pack: center;
4482
+ -ms-flex-pack: center;
4483
+ justify-content: center;
4484
+ padding: 0;
4485
+ border-collapse: collapse;
4486
+ border: 1px solid #ddd; }
4487
+ .sub-work-table td, .sub-work-table th {
4488
+ color: #0b0c0c;
4489
+ border: 1px solid #ddd;
4490
+ padding: 12px; }
4491
+ .sub-work-table .remove-button {
4492
+ font-size: 20px;
4493
+ padding: 8px;
4494
+ outline: #f37f12;
4495
+ background-color: #f9fafc;
4496
+ color: #f47738; }
4497
+ .sub-work-table .action-bar {
4498
+ display: -webkit-box;
4499
+ display: -ms-flexbox;
4500
+ display: flex;
4501
+ -webkit-box-orient: horizontal;
4502
+ -webkit-box-direction: normal;
4503
+ -ms-flex-direction: row;
4504
+ flex-direction: row;
4505
+ -webkit-box-pack: end;
4506
+ -ms-flex-pack: end;
4507
+ justify-content: flex-end; }
4508
+ .sub-work-table .action-bar .action-bar-button {
4509
+ margin-right: .5em; }
4510
+ .sub-work-table th {
4511
+ padding: 10px;
4512
+ text-align: center;
4513
+ background-color: #efefef;
4514
+ color: #0b0c0c; }
4515
+ .sub-work-table tr td span:hover {
4516
+ cursor: pointer; }
4517
+
4518
+ .reports-table {
4519
+ margin-top: 2rem; }
4520
+ .reports-table thead th:first-child {
4521
+ min-width: unset; }
4522
+
4523
+ .h1.works-header-create, .h1.works-header-search, .h1.works-header-view {
4524
+ font-size: 36px; }
4525
+
4526
+ .download-button {
4527
+ -webkit-box-pack: end !important;
4528
+ -ms-flex-pack: end !important;
4529
+ justify-content: flex-end !important;
4530
+ margin: 20px; }
4531
+
4532
+ .download-button, .master-container {
4533
+ display: -webkit-box;
4534
+ display: -ms-flexbox;
4535
+ display: flex; }
4536
+
4537
+ .master-container {
4538
+ grid-gap: 1rem; }
4539
+ .master-container .custom-master {
4540
+ cursor: pointer;
4541
+ width: 6.25rem;
4542
+ height: 6.25rem; }
4543
+ .master-container .custom-master a {
4544
+ color: #0b0c0c;
4545
+ text-decoration: none; }
4546
+ .master-container .custom-master .master-icon {
4547
+ text-align: center; }
4548
+ .master-container .custom-master:hover {
4549
+ background-color: #feefe7; }
4550
+
4551
+ .help-screen-container .help-screen-body a {
4552
+ cursor: pointer;
4553
+ color: #c84c0e;
4554
+ text-decoration: none; }
4555
+
4556
+ .card-details {
4557
+ background-color: #fafafa !important;
4558
+ position: relative;
4559
+ width: -webkit-fill-available; }
4560
+
4561
+ .CloseButton {
4562
+ position: absolute;
4563
+ top: 5px;
4564
+ right: 5px;
4565
+ cursor: pointer; }
4566
+
4567
+ .startNumber {
4568
+ padding-top: 25px; }
4569
+
4570
+ .endNumber, .startNumber {
4571
+ display: -webkit-box;
4572
+ display: -ms-flexbox;
4573
+ display: flex; }
4574
+
4575
+ .start {
4576
+ padding-right: 1.2rem; }
4577
+
4578
+ .end, .start {
4579
+ min-width: -webkit-fit-content;
4580
+ min-width: -moz-fit-content;
4581
+ min-width: fit-content; }
4582
+
4583
+ .end {
4584
+ padding-right: 1.55rem; }
4585
+
4586
+ .workbench-add-row-detail-btn {
4587
+ margin-bottom: 15px; }
4588
+
4589
+ .village-header {
4590
+ color: #363636;
4591
+ margin-bottom: 1.5rem; }
4592
+
4593
+ .card-heading {
4594
+ display: -webkit-box;
4595
+ display: -ms-flexbox;
4596
+ display: flex;
4597
+ -webkit-box-pack: justify;
4598
+ -ms-flex-pack: justify;
4599
+ justify-content: space-between;
4600
+ -webkit-box-align: center;
4601
+ -ms-flex-align: center;
4602
+ align-items: center; }
4603
+
4604
+ .card-heading-title {
4605
+ color: #0b4b66;
4606
+ margin: 0; }
4607
+
4608
+ .label-pair {
4609
+ display: -webkit-box;
4610
+ display: -ms-flexbox;
4611
+ display: flex;
4612
+ -webkit-box-pack: justify;
4613
+ -ms-flex-pack: justify;
4614
+ justify-content: space-between; }
4615
+
4616
+ .label-heading {
4617
+ color: #363636;
4618
+ width: 20%; }
4619
+
4620
+ .label-text {
4621
+ color: #363636;
4622
+ width: 80%; }
4623
+
4624
+ .edit-label-field-pair {
4625
+ display: -webkit-box;
4272
4626
  display: -ms-flexbox;
4273
4627
  display: flex;
4274
4628
  -webkit-box-pack: justify;
@@ -4535,7 +4889,7 @@
4535
4889
  -webkit-box-direction: reverse;
4536
4890
  -ms-flex-direction: row-reverse;
4537
4891
  flex-direction: row-reverse;
4538
- z-index: 0; }
4892
+ z-index: 10; }
4539
4893
 
4540
4894
  .previous-button {
4541
4895
  margin-left: 4rem;
@@ -4912,328 +5266,116 @@ tbody tr:nth-child(odd) {
4912
5266
  height: auto;
4913
5267
  white-space: unset; }
4914
5268
 
4915
- .digit-dropdown-select.error {
4916
- border: 1px solid #d4351c; }
4917
-
4918
- .campaign-type-wrapper .digit-error-icon-message-wrap {
4919
- margin-top: 4px;
4920
- font-size: 14px; }
4921
-
4922
- .individualElement h2 {
4923
- color: #363636; }
4924
-
4925
- .link {
4926
- color: #c84c0e !important; }
4927
-
4928
- .employeeCard.employeeCard-override.card-error {
4929
- border: 1px solid #d4351c; }
4930
-
4931
- .label-field-pair.delivery-type-radio {
4932
- grid-gap: 5rem;
4933
- gap: 5rem; }
4934
- .label-field-pair.delivery-type-radio .digit-radio-options-wrap {
4935
- grid-gap: 2rem;
4936
- gap: 2rem;
4937
- margin-bottom: 0 !important; }
4938
- .label-field-pair.delivery-type-radio .digit-radio-options-wrap .radio-option-container {
4939
- margin-bottom: 0;
4940
- -webkit-box-align: center;
4941
- -ms-flex-align: center;
4942
- align-items: center; }
4943
-
4944
- .digit-radio-options-wrap {
4945
- grid-gap: 2rem;
4946
- gap: 2rem;
4947
- margin-bottom: 0 !important; }
4948
- .digit-radio-options-wrap .radio-option-container {
4949
- margin-bottom: 0;
4950
- -webkit-box-align: center;
4951
- -ms-flex-align: center;
4952
- align-items: center; }
4953
-
4954
- .bold {
4955
- font-weight: 700; }
4956
-
4957
- .summary-doc-error p {
4958
- margin-top: 0;
4959
- margin-bottom: 0; }
4960
-
4961
- .summary-doc-error .digit-infobanner-wrap.error {
4962
- margin-bottom: .5rem;
4963
- margin-top: 1.5rem; }
4964
-
4965
- .digit-employee-card.campaign-update-container {
4966
- padding: 1.5rem;
4967
- margin: 0 !important; }
4968
- .digit-employee-card.campaign-update-container .header {
4969
- margin-bottom: 1.5rem; }
4970
- .digit-employee-card.campaign-update-container .search-field-container {
4971
- border: 1px solid #d6d5d4;
4972
- border-radius: 4px;
4973
- padding: 1rem;
4974
- background-color: #fafafa !important;
4975
- margin: unset !important; }
4976
- .digit-employee-card.campaign-update-container .search-field-container .field-description {
4977
- margin: unset;
4978
- margin-bottom: 1rem; }
4979
- .digit-employee-card.campaign-update-container .search-field-container .label-field-grid {
4980
- display: grid;
4981
- grid-template-columns: 20rem 20rem 20rem;
4982
- grid-gap: 2rem;
4983
- gap: 2rem; }
4984
- .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField {
4985
- display: grid;
4986
- grid-template-columns: 1fr;
4987
- -webkit-box-align: start;
4988
- -ms-flex-align: start;
4989
- align-items: start; }
4990
- .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label {
4991
- display: -webkit-box;
4992
- display: -ms-flexbox;
4993
- display: flex; }
4994
- .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label p {
4995
- margin: 0 0 .25rem; }
4996
- .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label .mandatory-date {
4997
- margin-top: -.25rem; }
4998
- .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .digit-button-primary {
4999
- -ms-flex-item-align: end;
5000
- align-self: flex-end; }
5001
-
5002
- .digit-multiselectdropdown-wrap.select-boundaries-target {
5003
- margin-bottom: 0; }
5004
-
5005
- .boundary-with-container {
5006
- margin: 1.5rem 0 0 !important; }
5007
-
5008
- .cycle-date-container {
5009
- margin-left: 0 !important;
5010
- margin-right: 0 !important;
5011
- border: 1px solid #d6d5d4 !important;
5012
- background-color: #fafafa !important; }
5013
-
5014
- .header-dropdown-container {
5015
- position: absolute; }
5016
- .header-dropdown-container .header-dropdown-menu {
5017
- left: 0;
5018
- bottom: 2.25rem; }
5019
-
5020
- .table.campaign-table .header-dropdown-menu.showBottom {
5021
- min-width: 8.6rem; }
5022
-
5023
- .digit-card-component.bannerCard.removeBottomMargin.languageSelection {
5024
- width: unset !important; }
5025
-
5026
- .question-card-container.subSection {
5027
- width: 100%; }
5028
-
5029
- .question-card-container .heading-bar {
5030
- display: -webkit-box;
5031
- display: -ms-flexbox;
5032
- display: flex;
5033
- -webkit-box-pack: end;
5034
- -ms-flex-pack: end;
5035
- justify-content: flex-end;
5036
- -webkit-box-align: center;
5037
- -ms-flex-align: center;
5038
- align-items: center;
5039
- grid-gap: 1rem;
5040
- gap: 1rem; }
5041
- .question-card-container .heading-bar .separator {
5042
- height: 2rem;
5043
- border: 1px solid #d6d5d4; }
5044
- .question-card-container .heading-bar .digit-checkbox-container {
5045
- margin-bottom: unset; }
5046
-
5047
- .question-label-field .question-label {
5048
- width: 30%; }
5049
-
5050
- .question-label-field .question-field-container {
5051
- width: 100%; }
5052
- .question-label-field .question-field-container .question-field {
5053
- display: -webkit-box;
5054
- display: -ms-flexbox;
5055
- display: flex;
5056
- grid-gap: 1rem;
5057
- gap: 1rem;
5058
- -webkit-box-pack: justify;
5059
- -ms-flex-pack: justify;
5060
- justify-content: space-between; }
5061
-
5062
- .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
5063
- height: 1.5rem;
5064
- -ms-flex-align: center;
5065
- -ms-flex-item-align: center;
5066
- align-self: center; }
5067
-
5068
- .optioncheckboxwrapper .pointer, .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
5069
- display: -webkit-box;
5070
- display: -ms-flexbox;
5071
- display: flex;
5072
- -webkit-box-align: center;
5073
- -ms-flex-align: center;
5074
- align-items: center; }
5075
-
5076
- .optioncheckboxwrapper .pointer {
5077
- -ms-flex-align: center; }
5078
-
5079
- .optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
5080
- height: 3rem;
5081
- -ms-flex-align: center;
5082
- -ms-flex-item-align: center;
5083
- align-self: center; }
5084
-
5085
- .optionradiobtnwrapper .pointer, .optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
5086
- display: -webkit-box;
5087
- display: -ms-flexbox;
5088
- display: flex;
5089
- -webkit-box-align: center;
5090
- -ms-flex-align: center;
5091
- align-items: center; }
5092
-
5093
- .optionradiobtnwrapper .pointer {
5094
- -ms-flex-align: center; }
5095
-
5096
- .example input {
5097
- max-width: 100rem; }
5098
-
5099
- .question-card-container {
5100
- width: 100%;
5101
- border: 1px solid #d6d5d4;
5102
- background-color: #fafafa; }
5103
- .question-card-container.subSection {
5104
- width: 100%; }
5105
- .question-card-container .heading-bar {
5106
- display: -webkit-box;
5107
- display: -ms-flexbox;
5108
- display: flex;
5109
- -webkit-box-pack: end;
5110
- -ms-flex-pack: end;
5111
- justify-content: flex-end;
5112
- -webkit-box-align: center;
5113
- -ms-flex-align: center;
5114
- align-items: center;
5115
- grid-gap: 1rem;
5116
- gap: 1rem; }
5117
- .question-card-container .heading-bar .separator {
5118
- height: 2rem;
5119
- border: 1px solid #d6d5d4; }
5120
- .question-card-container .heading-bar .digit-checkbox-container {
5121
- margin-bottom: unset; }
5122
-
5123
- .question-label-field {
5124
- -webkit-box-align: baseline !important;
5125
- -ms-flex-align: baseline !important;
5126
- align-items: baseline !important; }
5127
- .question-label-field .question-label {
5128
- width: 30%; }
5129
- .question-label-field .question-field-container {
5130
- width: 100%; }
5131
- .question-label-field .question-field-container .question-field {
5132
- display: -webkit-box;
5133
- display: -ms-flexbox;
5134
- display: flex;
5135
- grid-gap: 1rem;
5136
- gap: 1rem;
5137
- -webkit-box-pack: justify;
5138
- -ms-flex-pack: justify;
5139
- justify-content: space-between; }
5140
-
5141
- .checkboxOptionVariant, .customradiobutton {
5142
- margin-bottom: 0 !important;
5143
- margin-top: auto;
5144
- grid-gap: .5rem;
5145
- gap: .5rem; }
5146
-
5147
- .optioncheckboxwrapper {
5148
- display: -webkit-box;
5149
- display: -ms-flexbox;
5150
- display: flex;
5151
- -webkit-box-align: center;
5152
- -ms-flex-align: center;
5153
- align-items: center; }
5154
- .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
5155
- height: 1.5rem;
5156
- -ms-flex-align: center;
5157
- -ms-flex-item-align: center;
5158
- align-self: center; }
5159
- .optioncheckboxwrapper .pointer, .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
5160
- display: -webkit-box;
5161
- display: -ms-flexbox;
5162
- display: flex;
5163
- -webkit-box-align: center;
5164
- -ms-flex-align: center;
5165
- align-items: center; }
5166
- .optioncheckboxwrapper .pointer {
5167
- -ms-flex-align: center; }
5168
-
5169
- .optionradiobtnwrapper {
5170
- display: -webkit-box;
5171
- display: -ms-flexbox;
5172
- display: flex;
5173
- -webkit-box-align: center;
5174
- -ms-flex-align: center;
5175
- align-items: center; }
5176
- .optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
5177
- height: 3rem;
5178
- -ms-flex-align: center;
5179
- -ms-flex-item-align: center;
5180
- align-self: center; }
5181
- .optionradiobtnwrapper .pointer, .optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
5182
- display: -webkit-box;
5183
- display: -ms-flexbox;
5184
- display: flex;
5269
+ .digit-dropdown-select.error {
5270
+ border: 1px solid #d4351c; }
5271
+
5272
+ .campaign-type-wrapper .digit-error-icon-message-wrap {
5273
+ margin-top: 4px;
5274
+ font-size: 14px; }
5275
+
5276
+ .individualElement h2 {
5277
+ color: #363636; }
5278
+
5279
+ .link {
5280
+ color: #c84c0e !important; }
5281
+
5282
+ .employeeCard.employeeCard-override.card-error {
5283
+ border: 1px solid #d4351c; }
5284
+
5285
+ .label-field-pair.delivery-type-radio {
5286
+ grid-gap: 5rem;
5287
+ gap: 5rem; }
5288
+ .label-field-pair.delivery-type-radio .digit-radio-options-wrap {
5289
+ grid-gap: 2rem;
5290
+ gap: 2rem;
5291
+ margin-bottom: 0 !important; }
5292
+ .label-field-pair.delivery-type-radio .digit-radio-options-wrap .radio-option-container {
5293
+ margin-bottom: 0;
5294
+ -webkit-box-align: center;
5295
+ -ms-flex-align: center;
5296
+ align-items: center; }
5297
+
5298
+ .digit-radio-options-wrap {
5299
+ grid-gap: 2rem;
5300
+ gap: 2rem;
5301
+ margin-bottom: 0 !important; }
5302
+ .digit-radio-options-wrap .radio-option-container {
5303
+ margin-bottom: 0;
5185
5304
  -webkit-box-align: center;
5186
5305
  -ms-flex-align: center;
5187
5306
  align-items: center; }
5188
- .optionradiobtnwrapper .pointer {
5189
- -ms-flex-align: center; }
5190
5307
 
5191
- .example {
5192
- max-width: 100rem; }
5193
- .example input {
5194
- max-width: 100rem; }
5308
+ .bold {
5309
+ font-weight: 700; }
5195
5310
 
5196
- .checkboxOptionVariant {
5311
+ .summary-doc-error p {
5312
+ margin-top: 0;
5197
5313
  margin-bottom: 0; }
5198
5314
 
5199
- .custom-class {
5200
- width: auto; }
5201
-
5202
- .employeeCard .label-field-pair {
5203
- width: auto; }
5204
-
5205
- .digit-employee-card.example-view-card {
5206
- margin-left: 0 !important;
5207
- margin-right: 0 !important; }
5315
+ .summary-doc-error .digit-infobanner-wrap.error {
5316
+ margin-bottom: .5rem;
5317
+ margin-top: 1.5rem; }
5208
5318
 
5209
- .previewChecklist-app-container {
5210
- width: 100%;
5211
- margin: 0 auto;
5212
- padding: 16px;
5213
- background-color: #f5f5f5;
5214
- font-family: Arial,sans-serif; }
5319
+ .digit-employee-card.campaign-update-container {
5320
+ padding: 1.5rem;
5321
+ margin: 0 !important; }
5322
+ .digit-employee-card.campaign-update-container .header {
5323
+ margin-bottom: 1.5rem; }
5324
+ .digit-employee-card.campaign-update-container .search-field-container {
5325
+ border: 1px solid #d6d5d4;
5326
+ border-radius: 4px;
5327
+ padding: 1rem;
5328
+ background-color: #fafafa !important;
5329
+ margin: unset !important; }
5330
+ .digit-employee-card.campaign-update-container .search-field-container .field-description {
5331
+ margin: unset;
5332
+ margin-bottom: 1rem; }
5333
+ .digit-employee-card.campaign-update-container .search-field-container .label-field-grid {
5334
+ display: grid;
5335
+ grid-template-columns: 20rem 20rem 20rem;
5336
+ grid-gap: 2rem;
5337
+ gap: 2rem; }
5338
+ .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField {
5339
+ display: grid;
5340
+ grid-template-columns: 1fr;
5341
+ -webkit-box-align: start;
5342
+ -ms-flex-align: start;
5343
+ align-items: start; }
5344
+ .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label {
5345
+ display: -webkit-box;
5346
+ display: -ms-flexbox;
5347
+ display: flex; }
5348
+ .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label p {
5349
+ margin: 0 0 .25rem; }
5350
+ .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label .mandatory-date {
5351
+ margin-top: -.25rem; }
5352
+ .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .digit-button-primary {
5353
+ -ms-flex-item-align: end;
5354
+ align-self: flex-end; }
5215
5355
 
5216
- .preview-question-title {
5217
- font-weight: 700;
5218
- margin-bottom: 10px; }
5356
+ .digit-multiselectdropdown-wrap.select-boundaries-target {
5357
+ margin-bottom: 0; }
5219
5358
 
5220
- .preview-options {
5221
- margin-left: 20px; }
5359
+ .boundary-with-container {
5360
+ margin: 1.5rem 0 0 !important; }
5222
5361
 
5223
- .preview-option {
5224
- font-weight: lighter;
5225
- margin-bottom: 5px; }
5362
+ .cycle-date-container {
5363
+ margin-left: 0 !important;
5364
+ margin-right: 0 !important;
5365
+ border: 1px solid #d6d5d4 !important;
5366
+ background-color: #fafafa !important; }
5226
5367
 
5227
- .preview-sub-questions {
5228
- margin-left: 20px; }
5368
+ .header-dropdown-container {
5369
+ position: absolute; }
5370
+ .header-dropdown-container .header-dropdown-menu {
5371
+ left: 0;
5372
+ bottom: 2.25rem; }
5229
5373
 
5230
- .tetxinput-example .input-container {
5231
- max-width: unset !important; }
5374
+ .table.campaign-table .header-dropdown-menu.showBottom {
5375
+ min-width: 8.6rem; }
5232
5376
 
5233
- .digit-employee-card {
5234
- margin-bottom: 1rem;
5235
- margin-right: 0 !important;
5236
- margin-left: 0 !important; }
5377
+ .digit-card-component.bannerCard.removeBottomMargin.languageSelection {
5378
+ width: unset !important; }
5237
5379
 
5238
5380
  .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
5239
5381
  background-color: #c84c0e !important; }
@@ -5285,117 +5427,3 @@ tbody tr:nth-child(odd) {
5285
5427
  font-weight: 700;
5286
5428
  font-family: Roboto;
5287
5429
  padding-bottom: 1rem; }
5288
-
5289
- .digit-employee-card .digit-label-field-pair h2 {
5290
- width: auto;
5291
- font-size: larger; }
5292
-
5293
- .mobile-screen {
5294
- width: 25rem;
5295
- height: 40rem;
5296
- border: 0 solid #ccc;
5297
- border-radius: 1rem;
5298
- overflow: hidden;
5299
- background-color: #fff;
5300
- -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
5301
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
5302
- margin: 20px auto;
5303
- font-family: Arial,sans-serif; }
5304
-
5305
- .mobile-top-bar {
5306
- background-color: #0b4b66;
5307
- height: 4rem;
5308
- -webkit-box-align: center;
5309
- -ms-flex-align: center;
5310
- align-items: center;
5311
- padding: 0 1rem;
5312
- color: #fff;
5313
- font-size: 1.5rem;
5314
- font-weight: 700;
5315
- width: 100%;
5316
- -webkit-box-sizing: border-box;
5317
- box-sizing: border-box; }
5318
-
5319
- .mobile-container, .mobile-top-bar {
5320
- display: -webkit-box;
5321
- display: -ms-flexbox;
5322
- display: flex; }
5323
-
5324
- .mobile-container {
5325
- padding: 1.5rem;
5326
- height: calc(100% - 50px);
5327
- -webkit-box-orient: vertical;
5328
- -webkit-box-direction: normal;
5329
- -ms-flex-direction: column;
5330
- flex-direction: column; }
5331
-
5332
- .mobile-questions {
5333
- -webkit-box-flex: 1;
5334
- -ms-flex: 1;
5335
- flex: 1;
5336
- padding: .2rem;
5337
- overflow-y: auto;
5338
- border: 1px solid #ccc;
5339
- border-radius: 1rem; }
5340
-
5341
- .mobile-header h2 {
5342
- color: #555;
5343
- font-size: .875rem;
5344
- margin-bottom: .3125rem; }
5345
-
5346
- .mobile-header h1 {
5347
- font-size: 1.25rem;
5348
- color: #222; }
5349
-
5350
- .mobile-checklist-highlight {
5351
- font-weight: 700;
5352
- padding: 0 .3125rem; }
5353
-
5354
- .mobile-description {
5355
- font-size: .75rem;
5356
- margin-top: .625rem;
5357
- margin-bottom: 1.25rem;
5358
- color: #777; }
5359
-
5360
- .mobile-questions .mobile-question-item {
5361
- border-bottom: .0625rem solid #ccc;
5362
- padding: .625rem 0; }
5363
-
5364
- .mobile-question {
5365
- font-weight: 700;
5366
- font-size: .875rem; }
5367
-
5368
- .mobile-answer {
5369
- font-size: .875rem;
5370
- margin-left: .625rem; }
5371
-
5372
- .custom-pop-up {
5373
- width: -webkit-fit-content !important;
5374
- width: -moz-fit-content !important;
5375
- width: fit-content !important; }
5376
- .custom-pop-up .digit-popup-footer .digit-popup-footer-buttons {
5377
- width: 100% !important;
5378
- display: grid;
5379
- grid-template-columns: 1fr 1fr; }
5380
- .custom-pop-up .digit-popup-footer .digit-popup-footer-buttons .digit-button-primary, .custom-pop-up .digit-popup-footer .digit-popup-footer-buttons .digit-button-secondary {
5381
- width: 100%; }
5382
-
5383
- .custom-popup-boundary {
5384
- max-width: 100%;
5385
- height: 11rem; }
5386
-
5387
- .dustbin-icon {
5388
- margin-bottom: 1rem;
5389
- margin-top: .7rem; }
5390
-
5391
- .custom-action-bar .digit-action-bar-fields {
5392
- display: contents; }
5393
-
5394
- .digit-action-bar-wrap div {
5395
- width: unset; }
5396
-
5397
- .digit-button-secondary.disabled h2 {
5398
- color: #c5c5c5 !important; }
5399
-
5400
- .back-button-xlsxpreview {
5401
- width: 170px; }