dristi-ui-css 0.0.6-dristi-kerala.1 → 0.0.6-dristi-kerala.3
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 +50 -398
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/eFiling.scss +7 -0
- package/src/home/home.scss +53 -0
- package/src/orders/orders.scss +0 -114
- package/src/orders/reviewsummons.scss +8 -303
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.6-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.6-dristi-kerala.3
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -11290,6 +11290,9 @@ body {
|
|
|
11290
11290
|
line-height: 18.75px;
|
|
11291
11291
|
text-align: left;
|
|
11292
11292
|
color: #0a0a0a; }
|
|
11293
|
+
.prayer-and-sworm .toast-success.error h2 {
|
|
11294
|
+
font-weight: 400 !important;
|
|
11295
|
+
color: #fff !important; }
|
|
11293
11296
|
.prayer-and-sworm .custom-text-area-main-div .custom-text-area-header-div {
|
|
11294
11297
|
grid-gap: 12px !important;
|
|
11295
11298
|
gap: 12px !important; }
|
|
@@ -16316,104 +16319,6 @@ body {
|
|
|
16316
16319
|
background: #00796b;
|
|
16317
16320
|
color: #fff; }
|
|
16318
16321
|
|
|
16319
|
-
.popup-module.payment-modal {
|
|
16320
|
-
width: -webkit-fit-content !important;
|
|
16321
|
-
width: -moz-fit-content !important;
|
|
16322
|
-
width: fit-content !important;
|
|
16323
|
-
border-radius: 4px; }
|
|
16324
|
-
.popup-module.payment-modal .popup-module-main {
|
|
16325
|
-
padding: 0 0 16px !important; }
|
|
16326
|
-
.popup-module.payment-modal .popup-module-main .payment-for-summon {
|
|
16327
|
-
width: 720px;
|
|
16328
|
-
-webkit-box-orient: vertical;
|
|
16329
|
-
-webkit-box-direction: normal;
|
|
16330
|
-
-ms-flex-direction: column;
|
|
16331
|
-
flex-direction: column;
|
|
16332
|
-
padding: 24px; }
|
|
16333
|
-
.popup-module.payment-modal .popup-module-main .payment-for-summon, .popup-module.payment-modal .popup-module-main .radio-wrap.mode-of-post-pay {
|
|
16334
|
-
display: -webkit-box;
|
|
16335
|
-
display: -ms-flexbox;
|
|
16336
|
-
display: flex;
|
|
16337
|
-
grid-gap: 24px;
|
|
16338
|
-
gap: 24px; }
|
|
16339
|
-
.popup-module.payment-modal .popup-module-main .radio-wrap.mode-of-post-pay {
|
|
16340
|
-
margin: 0; }
|
|
16341
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row {
|
|
16342
|
-
border-bottom: 1px solid #bbbbbd; }
|
|
16343
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-action, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-amount, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-label {
|
|
16344
|
-
font-weight: 700; }
|
|
16345
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .action-row {
|
|
16346
|
-
border-bottom: 1px solid #e8e8e8; }
|
|
16347
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .action-row, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row {
|
|
16348
|
-
display: -webkit-box;
|
|
16349
|
-
display: -ms-flexbox;
|
|
16350
|
-
display: flex; }
|
|
16351
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .action-row .payment-label, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-label {
|
|
16352
|
-
width: 44%; }
|
|
16353
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .action-row .payment-amount, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-amount {
|
|
16354
|
-
width: 30%; }
|
|
16355
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .action-row .payment-action, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-action {
|
|
16356
|
-
width: 26%; }
|
|
16357
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-amount, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-label {
|
|
16358
|
-
padding: 12px 16px;
|
|
16359
|
-
display: -webkit-box;
|
|
16360
|
-
display: -ms-flexbox;
|
|
16361
|
-
display: flex;
|
|
16362
|
-
-webkit-box-align: center;
|
|
16363
|
-
-ms-flex-align: center;
|
|
16364
|
-
align-items: center;
|
|
16365
|
-
font-family: Roboto;
|
|
16366
|
-
font-size: 16px;
|
|
16367
|
-
font-weight: 400;
|
|
16368
|
-
line-height: 18.75px;
|
|
16369
|
-
text-align: left;
|
|
16370
|
-
color: #0a0a0a; }
|
|
16371
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action button {
|
|
16372
|
-
background-color: initial;
|
|
16373
|
-
-webkit-box-shadow: none;
|
|
16374
|
-
box-shadow: none;
|
|
16375
|
-
width: 100%; }
|
|
16376
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action button h2 {
|
|
16377
|
-
font-family: Roboto;
|
|
16378
|
-
font-size: 16px;
|
|
16379
|
-
font-weight: 700;
|
|
16380
|
-
line-height: 18.75px;
|
|
16381
|
-
text-align: center;
|
|
16382
|
-
color: #007e7e; }
|
|
16383
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action .offline-process-text {
|
|
16384
|
-
margin: 0;
|
|
16385
|
-
font-family: Roboto;
|
|
16386
|
-
font-size: 14px;
|
|
16387
|
-
font-weight: 400;
|
|
16388
|
-
line-height: 16.41px;
|
|
16389
|
-
text-align: left;
|
|
16390
|
-
color: #3d3c3c; }
|
|
16391
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text {
|
|
16392
|
-
position: relative;
|
|
16393
|
-
font-weight: 700;
|
|
16394
|
-
text-decoration: underline;
|
|
16395
|
-
cursor: pointer; }
|
|
16396
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text .text-tooltip {
|
|
16397
|
-
display: none;
|
|
16398
|
-
position: absolute;
|
|
16399
|
-
top: 30%;
|
|
16400
|
-
right: 0;
|
|
16401
|
-
background-color: #fff;
|
|
16402
|
-
max-width: 600px;
|
|
16403
|
-
width: -webkit-max-content;
|
|
16404
|
-
width: -moz-max-content;
|
|
16405
|
-
width: max-content;
|
|
16406
|
-
font-weight: 300;
|
|
16407
|
-
color: #000;
|
|
16408
|
-
padding: 5px 10px;
|
|
16409
|
-
border-radius: 4px;
|
|
16410
|
-
z-index: 100;
|
|
16411
|
-
border: 1px solid #bbbbbd;
|
|
16412
|
-
white-space: normal;
|
|
16413
|
-
word-wrap: break-word; }
|
|
16414
|
-
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text:hover .text-tooltip {
|
|
16415
|
-
display: block; }
|
|
16416
|
-
|
|
16417
16322
|
.review-submission-appl-body-main .application-details {
|
|
16418
16323
|
width: 100%; }
|
|
16419
16324
|
|
|
@@ -19219,305 +19124,6 @@ body {
|
|
|
19219
19124
|
.review-process-page.show-grey-placeholder .employee-select-wrap--elipses:not([value="Process Type"]):not([value="Delivery Channel"]):not([value=Status]) {
|
|
19220
19125
|
color: #000 !important; }
|
|
19221
19126
|
|
|
19222
|
-
.custom-speedpost-search-pending-booking {
|
|
19223
|
-
display: -webkit-box !important;
|
|
19224
|
-
display: -ms-flexbox !important;
|
|
19225
|
-
display: flex !important;
|
|
19226
|
-
-webkit-box-align: end;
|
|
19227
|
-
-ms-flex-align: end;
|
|
19228
|
-
align-items: flex-end;
|
|
19229
|
-
-webkit-box-orient: horizontal;
|
|
19230
|
-
-webkit-box-direction: normal;
|
|
19231
|
-
-ms-flex-direction: row;
|
|
19232
|
-
flex-direction: row;
|
|
19233
|
-
grid-gap: 12px;
|
|
19234
|
-
gap: 12px;
|
|
19235
|
-
font-family: sans-serif;
|
|
19236
|
-
padding: 0.5rem 0 !important; }
|
|
19237
|
-
.custom-speedpost-search-pending-booking .label-field-pair {
|
|
19238
|
-
display: -webkit-box;
|
|
19239
|
-
display: -ms-flexbox;
|
|
19240
|
-
display: flex;
|
|
19241
|
-
-webkit-box-orient: vertical;
|
|
19242
|
-
-webkit-box-direction: normal;
|
|
19243
|
-
-ms-flex-direction: column;
|
|
19244
|
-
flex-direction: column;
|
|
19245
|
-
grid-gap: 4px;
|
|
19246
|
-
gap: 4px; }
|
|
19247
|
-
.custom-speedpost-search-pending-booking .label-field-pair .form-label {
|
|
19248
|
-
font-weight: 600;
|
|
19249
|
-
font-size: 16px; }
|
|
19250
|
-
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap {
|
|
19251
|
-
width: 10rem;
|
|
19252
|
-
margin: 0 !important; }
|
|
19253
|
-
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .options-card {
|
|
19254
|
-
top: 40px;
|
|
19255
|
-
max-height: 160px;
|
|
19256
|
-
overflow-y: auto; }
|
|
19257
|
-
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select {
|
|
19258
|
-
display: -webkit-box;
|
|
19259
|
-
display: -ms-flexbox;
|
|
19260
|
-
display: flex;
|
|
19261
|
-
-webkit-box-align: center;
|
|
19262
|
-
-ms-flex-align: center;
|
|
19263
|
-
align-items: center;
|
|
19264
|
-
-webkit-box-pack: justify;
|
|
19265
|
-
-ms-flex-pack: justify;
|
|
19266
|
-
justify-content: space-between;
|
|
19267
|
-
border-radius: 4px;
|
|
19268
|
-
border: 1px solid #3d3c3c;
|
|
19269
|
-
height: 36px !important;
|
|
19270
|
-
padding: 0 8px; }
|
|
19271
|
-
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select input, .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select .checkbox-wrap .input-emp, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select .input-emp, .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select .input-emp {
|
|
19272
|
-
-webkit-box-flex: 1;
|
|
19273
|
-
-ms-flex: 1;
|
|
19274
|
-
flex: 1;
|
|
19275
|
-
border: none;
|
|
19276
|
-
outline: none;
|
|
19277
|
-
line-height: 36px;
|
|
19278
|
-
height: 100%;
|
|
19279
|
-
background: transparent;
|
|
19280
|
-
padding: 0; }
|
|
19281
|
-
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select svg {
|
|
19282
|
-
margin: 0 8px !important;
|
|
19283
|
-
-ms-flex-negative: 0;
|
|
19284
|
-
flex-shrink: 0; }
|
|
19285
|
-
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active {
|
|
19286
|
-
display: -webkit-box;
|
|
19287
|
-
display: -ms-flexbox;
|
|
19288
|
-
display: flex;
|
|
19289
|
-
-webkit-box-align: center;
|
|
19290
|
-
-ms-flex-align: center;
|
|
19291
|
-
align-items: center;
|
|
19292
|
-
-webkit-box-pack: justify;
|
|
19293
|
-
-ms-flex-pack: justify;
|
|
19294
|
-
justify-content: space-between;
|
|
19295
|
-
border-radius: 4px;
|
|
19296
|
-
border: 1px solid #007e7e;
|
|
19297
|
-
height: 36px !important;
|
|
19298
|
-
padding: 0 8px; }
|
|
19299
|
-
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active input, .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active .checkbox-wrap .input-emp, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active .input-emp, .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active .input-emp {
|
|
19300
|
-
-webkit-box-flex: 1;
|
|
19301
|
-
-ms-flex: 1;
|
|
19302
|
-
flex: 1;
|
|
19303
|
-
border: none;
|
|
19304
|
-
outline: none;
|
|
19305
|
-
line-height: 36px;
|
|
19306
|
-
height: 100%;
|
|
19307
|
-
background: transparent;
|
|
19308
|
-
padding: 0; }
|
|
19309
|
-
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active svg {
|
|
19310
|
-
margin: 0 8px !important;
|
|
19311
|
-
-ms-flex-negative: 0;
|
|
19312
|
-
flex-shrink: 0; }
|
|
19313
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=text], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=text], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=text], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=text] {
|
|
19314
|
-
width: 230px;
|
|
19315
|
-
border-radius: 4px;
|
|
19316
|
-
font-size: 15px;
|
|
19317
|
-
outline: none;
|
|
19318
|
-
margin: 0 !important;
|
|
19319
|
-
height: 36px;
|
|
19320
|
-
padding: 1px 2px 1px 8px; }
|
|
19321
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=date]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::-webkit-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::-webkit-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-webkit-input-placeholder {
|
|
19322
|
-
color: #999; }
|
|
19323
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=date]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::-moz-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::-moz-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-moz-placeholder {
|
|
19324
|
-
color: #999; }
|
|
19325
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=date]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]:-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]:-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]:-ms-input-placeholder {
|
|
19326
|
-
color: #999; }
|
|
19327
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=date]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-ms-input-placeholder {
|
|
19328
|
-
color: #999; }
|
|
19329
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=date]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::placeholder {
|
|
19330
|
-
color: #999; }
|
|
19331
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=date], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date], .custom-speedpost-search-pending-booking .label-field-pair input[type=month], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month] {
|
|
19332
|
-
width: 10rem;
|
|
19333
|
-
border-radius: 4px;
|
|
19334
|
-
font-size: 14px;
|
|
19335
|
-
outline: none;
|
|
19336
|
-
margin: 0 !important;
|
|
19337
|
-
height: 36px;
|
|
19338
|
-
padding: 9px; }
|
|
19339
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=month]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::-webkit-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::-webkit-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-webkit-input-placeholder {
|
|
19340
|
-
color: #999; }
|
|
19341
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=month]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::-moz-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::-moz-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-moz-placeholder {
|
|
19342
|
-
color: #999; }
|
|
19343
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=month]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]:-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]:-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]:-ms-input-placeholder {
|
|
19344
|
-
color: #999; }
|
|
19345
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=month]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-ms-input-placeholder {
|
|
19346
|
-
color: #999; }
|
|
19347
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=month]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::placeholder {
|
|
19348
|
-
color: #999; }
|
|
19349
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local] {
|
|
19350
|
-
width: 10rem;
|
|
19351
|
-
border-radius: 4px;
|
|
19352
|
-
font-size: 14px;
|
|
19353
|
-
outline: none;
|
|
19354
|
-
margin: 0 !important;
|
|
19355
|
-
height: 36px;
|
|
19356
|
-
padding: 9px; }
|
|
19357
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::-webkit-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::-webkit-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-webkit-input-placeholder {
|
|
19358
|
-
color: #999; }
|
|
19359
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::-moz-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::-moz-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-moz-placeholder {
|
|
19360
|
-
color: #999; }
|
|
19361
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]:-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]:-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]:-ms-input-placeholder {
|
|
19362
|
-
color: #999; }
|
|
19363
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-ms-input-placeholder {
|
|
19364
|
-
color: #999; }
|
|
19365
|
-
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::placeholder {
|
|
19366
|
-
color: #999; }
|
|
19367
|
-
|
|
19368
|
-
.tab-container {
|
|
19369
|
-
display: -webkit-box;
|
|
19370
|
-
display: -ms-flexbox;
|
|
19371
|
-
display: flex;
|
|
19372
|
-
grid-gap: 2rem;
|
|
19373
|
-
gap: 2rem;
|
|
19374
|
-
border-bottom: 1px solid #ddd;
|
|
19375
|
-
padding-left: 16px; }
|
|
19376
|
-
.tab-container button {
|
|
19377
|
-
background: none;
|
|
19378
|
-
border: none;
|
|
19379
|
-
outline: none;
|
|
19380
|
-
padding: 12px 0;
|
|
19381
|
-
font-size: 16px;
|
|
19382
|
-
font-weight: 500;
|
|
19383
|
-
color: #6f767e;
|
|
19384
|
-
cursor: pointer;
|
|
19385
|
-
position: relative;
|
|
19386
|
-
-webkit-transition: color .2s ease-in-out;
|
|
19387
|
-
transition: color .2s ease-in-out; }
|
|
19388
|
-
.tab-container button:hover {
|
|
19389
|
-
color: #222; }
|
|
19390
|
-
.tab-container button.search-tab-head-selected {
|
|
19391
|
-
font-weight: 600;
|
|
19392
|
-
color: #0a5757; }
|
|
19393
|
-
.tab-container button.search-tab-head-selected:after {
|
|
19394
|
-
content: "";
|
|
19395
|
-
position: absolute;
|
|
19396
|
-
left: 0;
|
|
19397
|
-
bottom: -1px;
|
|
19398
|
-
width: 100%;
|
|
19399
|
-
height: 3px;
|
|
19400
|
-
background-color: #0a5757;
|
|
19401
|
-
border-radius: 2px; }
|
|
19402
|
-
|
|
19403
|
-
.form-container {
|
|
19404
|
-
display: -webkit-box;
|
|
19405
|
-
display: -ms-flexbox;
|
|
19406
|
-
display: flex;
|
|
19407
|
-
grid-gap: 20px;
|
|
19408
|
-
gap: 20px;
|
|
19409
|
-
padding: 16px; }
|
|
19410
|
-
.form-container .search-button-wrapper {
|
|
19411
|
-
-webkit-box-orient: horizontal !important;
|
|
19412
|
-
-webkit-box-direction: reverse !important;
|
|
19413
|
-
-ms-flex-direction: row-reverse !important;
|
|
19414
|
-
flex-direction: row-reverse !important;
|
|
19415
|
-
margin-left: 20px;
|
|
19416
|
-
padding-top: 20px !important;
|
|
19417
|
-
display: -webkit-box;
|
|
19418
|
-
display: -ms-flexbox;
|
|
19419
|
-
display: flex;
|
|
19420
|
-
-webkit-box-align: center;
|
|
19421
|
-
-ms-flex-align: center;
|
|
19422
|
-
align-items: center;
|
|
19423
|
-
-webkit-box-pack: center;
|
|
19424
|
-
-ms-flex-pack: center;
|
|
19425
|
-
justify-content: center;
|
|
19426
|
-
grid-gap: 1rem;
|
|
19427
|
-
gap: 1rem; }
|
|
19428
|
-
.form-container .search-button-wrapper .link-label {
|
|
19429
|
-
font-size: 16px;
|
|
19430
|
-
font-weight: 700;
|
|
19431
|
-
color: #77787b !important; }
|
|
19432
|
-
.form-container .search-button-wrapper .submit-bar, .form-container .search-button-wrapper .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .form-container .search-button-wrapper .submit-bar {
|
|
19433
|
-
width: 100% !important;
|
|
19434
|
-
padding: 0 40px;
|
|
19435
|
-
-webkit-box-shadow: none;
|
|
19436
|
-
box-shadow: none;
|
|
19437
|
-
border-radius: 4px; }
|
|
19438
|
-
|
|
19439
|
-
.inbox-search-fields {
|
|
19440
|
-
display: -webkit-box;
|
|
19441
|
-
display: -ms-flexbox;
|
|
19442
|
-
display: flex;
|
|
19443
|
-
-webkit-box-pack: justify;
|
|
19444
|
-
-ms-flex-pack: justify;
|
|
19445
|
-
justify-content: space-between; }
|
|
19446
|
-
.inbox-search-fields .custom-button-wrapper {
|
|
19447
|
-
padding: 16px !important;
|
|
19448
|
-
display: -webkit-box;
|
|
19449
|
-
display: -ms-flexbox;
|
|
19450
|
-
display: flex;
|
|
19451
|
-
-webkit-box-pack: center;
|
|
19452
|
-
-ms-flex-pack: center;
|
|
19453
|
-
justify-content: center;
|
|
19454
|
-
-webkit-box-align: end;
|
|
19455
|
-
-ms-flex-align: end;
|
|
19456
|
-
align-items: flex-end; }
|
|
19457
|
-
.inbox-search-fields .custom-button-wrapper .submit-bar, .inbox-search-fields .custom-button-wrapper .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .inbox-search-fields .custom-button-wrapper .submit-bar {
|
|
19458
|
-
-webkit-box-shadow: none;
|
|
19459
|
-
box-shadow: none;
|
|
19460
|
-
border-radius: 4px; }
|
|
19461
|
-
.inbox-search-fields .custom-button-wrapper .submit-bar-disabled {
|
|
19462
|
-
border-radius: 4px;
|
|
19463
|
-
background-color: #77787b !important; }
|
|
19464
|
-
|
|
19465
|
-
.e-post-update-modal {
|
|
19466
|
-
width: 536px;
|
|
19467
|
-
border-radius: 4px; }
|
|
19468
|
-
.e-post-update-modal .order-type-modal .order-type-form-composer {
|
|
19469
|
-
padding: 0 24px !important;
|
|
19470
|
-
display: -webkit-box;
|
|
19471
|
-
display: -ms-flexbox;
|
|
19472
|
-
display: flex;
|
|
19473
|
-
-webkit-box-orient: vertical !important;
|
|
19474
|
-
-webkit-box-direction: normal !important;
|
|
19475
|
-
-ms-flex-direction: column !important;
|
|
19476
|
-
flex-direction: column !important;
|
|
19477
|
-
grid-row-gap: 6px;
|
|
19478
|
-
row-gap: 6px;
|
|
19479
|
-
-webkit-box-shadow: none;
|
|
19480
|
-
box-shadow: none; }
|
|
19481
|
-
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair {
|
|
19482
|
-
-webkit-box-orient: vertical;
|
|
19483
|
-
-webkit-box-direction: normal;
|
|
19484
|
-
-ms-flex-direction: column;
|
|
19485
|
-
flex-direction: column;
|
|
19486
|
-
-webkit-box-align: start !important;
|
|
19487
|
-
-ms-flex-align: start !important;
|
|
19488
|
-
align-items: start !important;
|
|
19489
|
-
grid-gap: 6px;
|
|
19490
|
-
gap: 6px; }
|
|
19491
|
-
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .card-label, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .control-label, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair span, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .select-wrap {
|
|
19492
|
-
margin-bottom: 0 !important; }
|
|
19493
|
-
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .custom-text-area-main-div .custom-text-area-header-div {
|
|
19494
|
-
-webkit-box-orient: horizontal !important;
|
|
19495
|
-
-webkit-box-direction: normal !important;
|
|
19496
|
-
-ms-flex-direction: row !important;
|
|
19497
|
-
flex-direction: row !important;
|
|
19498
|
-
margin-top: 13.28px;
|
|
19499
|
-
grid-gap: 2px !important;
|
|
19500
|
-
gap: 2px !important; }
|
|
19501
|
-
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .checkbox-wrap .input-emp, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp {
|
|
19502
|
-
margin-bottom: 0 !important; }
|
|
19503
|
-
.e-post-update-modal .order-type-modal .order-type-form-composer .card-label-error {
|
|
19504
|
-
margin: 0 !important;
|
|
19505
|
-
width: 100% !important; }
|
|
19506
|
-
|
|
19507
|
-
.e-post-action {
|
|
19508
|
-
-webkit-box-shadow: none !important;
|
|
19509
|
-
box-shadow: none !important;
|
|
19510
|
-
-webkit-box-orient: horizontal !important;
|
|
19511
|
-
-webkit-box-direction: reverse !important;
|
|
19512
|
-
-ms-flex-direction: row-reverse !important;
|
|
19513
|
-
flex-direction: row-reverse !important; }
|
|
19514
|
-
.e-post-action .submit-bar, .e-post-action .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .e-post-action .submit-bar, .e-post-action .submit-bar-disabled {
|
|
19515
|
-
width: 110px;
|
|
19516
|
-
-webkit-box-shadow: none;
|
|
19517
|
-
box-shadow: none; }
|
|
19518
|
-
.e-post-action .previous-button {
|
|
19519
|
-
width: 95px; }
|
|
19520
|
-
|
|
19521
19127
|
.epost-print-and-send .speed-post-header {
|
|
19522
19128
|
font-family: Roboto;
|
|
19523
19129
|
font-size: 16px;
|
|
@@ -20858,6 +20464,52 @@ body {
|
|
|
20858
20464
|
.pending-envelope-submission-modal .popup-module-main .popup-module-action-bar h2 {
|
|
20859
20465
|
font-size: 18px !important; }
|
|
20860
20466
|
|
|
20467
|
+
.process-bulk-success-modal.popup-module {
|
|
20468
|
+
width: 40vw; }
|
|
20469
|
+
.process-bulk-success-modal.popup-module .header-wrap {
|
|
20470
|
+
border-bottom: none !important;
|
|
20471
|
+
margin-bottom: 12px !important; }
|
|
20472
|
+
.process-bulk-success-modal.popup-module .header-wrap .header-end {
|
|
20473
|
+
margin: 4px 8px 0 auto !important; }
|
|
20474
|
+
.process-bulk-success-modal.popup-module .popup-module-main {
|
|
20475
|
+
padding: 0 40px 40px !important; }
|
|
20476
|
+
.process-bulk-success-modal.popup-module .popup-module-main .card-label, .process-bulk-success-modal.popup-module .popup-module-main .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .process-bulk-success-modal.popup-module .popup-module-main .control-label, .process-bulk-success-modal.popup-module .popup-module-main .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .process-bulk-success-modal.popup-module .popup-module-main span {
|
|
20477
|
+
font-size: 16px;
|
|
20478
|
+
font-weight: 400;
|
|
20479
|
+
margin-bottom: 10px;
|
|
20480
|
+
text-align: center; }
|
|
20481
|
+
.process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar {
|
|
20482
|
+
display: -webkit-box;
|
|
20483
|
+
display: -ms-flexbox;
|
|
20484
|
+
display: flex;
|
|
20485
|
+
-webkit-box-orient: horizontal;
|
|
20486
|
+
-webkit-box-direction: normal;
|
|
20487
|
+
-ms-flex-direction: row;
|
|
20488
|
+
flex-direction: row;
|
|
20489
|
+
-webkit-box-pack: center;
|
|
20490
|
+
-ms-flex-pack: center;
|
|
20491
|
+
justify-content: center;
|
|
20492
|
+
-webkit-box-align: center;
|
|
20493
|
+
-ms-flex-align: center;
|
|
20494
|
+
align-items: center;
|
|
20495
|
+
grid-gap: 12px;
|
|
20496
|
+
gap: 12px;
|
|
20497
|
+
margin: 0 !important; }
|
|
20498
|
+
.process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border, .process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary, .process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-tertiary {
|
|
20499
|
+
-webkit-box-flex: 1;
|
|
20500
|
+
-ms-flex: 1 1 0px;
|
|
20501
|
+
flex: 1 1 0;
|
|
20502
|
+
min-width: 0;
|
|
20503
|
+
width: auto;
|
|
20504
|
+
height: 40px;
|
|
20505
|
+
padding: 10px 24px; }
|
|
20506
|
+
.process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border h2, .process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary h2, .process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-tertiary h2 {
|
|
20507
|
+
font-family: Roboto;
|
|
20508
|
+
font-size: 16px;
|
|
20509
|
+
font-weight: 700;
|
|
20510
|
+
line-height: 18.75px;
|
|
20511
|
+
text-align: center; }
|
|
20512
|
+
|
|
20861
20513
|
.review-card-main {
|
|
20862
20514
|
width: 100%;
|
|
20863
20515
|
border-radius: 4px;
|