dristi-ui-css 0.0.6-dristi-kerala.0 → 0.0.6-dristi-kerala.1

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,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * dristi-ui-css - 0.0.6-dristi-kerala.0
3
+ * dristi-ui-css - 0.0.6-dristi-kerala.1
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -16316,6 +16316,104 @@ body {
16316
16316
  background: #00796b;
16317
16317
  color: #fff; }
16318
16318
 
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
+
16319
16417
  .review-submission-appl-body-main .application-details {
16320
16418
  width: 100%; }
16321
16419
 
@@ -19157,32 +19255,80 @@ body {
19157
19255
  max-height: 160px;
19158
19256
  overflow-y: auto; }
19159
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;
19160
19267
  border-radius: 4px;
19161
- border-color: #3d3c3c; }
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; }
19162
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] {
19163
19314
  width: 230px;
19164
- font-size: 15px;
19165
- padding: 1px 2px 1px 8px; }
19166
- .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=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] {
19167
19315
  border-radius: 4px;
19316
+ font-size: 15px;
19168
19317
  outline: none;
19169
19318
  margin: 0 !important;
19170
- height: 36px; }
19171
- .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] {
19172
- width: 10rem;
19173
- font-size: 14px;
19174
- padding: 9px; }
19175
- .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 {
19176
- color: #999; }
19177
- .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 {
19178
- color: #999; }
19179
- .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 {
19180
- color: #999; }
19181
- .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 {
19182
- color: #999; }
19183
- .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 {
19184
- color: #999; }
19185
- .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] {
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] {
19186
19332
  width: 10rem;
19187
19333
  border-radius: 4px;
19188
19334
  font-size: 14px;
@@ -19190,16 +19336,16 @@ body {
19190
19336
  margin: 0 !important;
19191
19337
  height: 36px;
19192
19338
  padding: 9px; }
19193
- .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 {
19194
- color: #999; }
19195
- .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 {
19196
- color: #999; }
19197
- .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 {
19198
- color: #999; }
19199
- .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 {
19200
- color: #999; }
19201
- .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 {
19202
- color: #999; }
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; }
19203
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] {
19204
19350
  width: 10rem;
19205
19351
  border-radius: 4px;