@egovernments/digit-ui-health-css 0.1.2 → 0.1.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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-health-css - 0.1.2
2
+ * @egovernments/digit-ui-health-css - 0.1.3
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -2559,6 +2559,54 @@
2559
2559
  background-color: #fafafa;
2560
2560
  border: 1px solid #d6d5d4; }
2561
2561
 
2562
+ .digit-popup-wrapper.roleComposer {
2563
+ max-width: -webkit-max-content;
2564
+ max-width: -moz-max-content;
2565
+ max-width: max-content;
2566
+ min-width: 100rem; }
2567
+
2568
+ .search-field-wrapper.roleComposer {
2569
+ display: grid;
2570
+ -webkit-box-align: end;
2571
+ -ms-flex-align: end;
2572
+ align-items: end;
2573
+ grid-template-columns: 1fr 1fr 2fr;
2574
+ grid-gap: 2rem;
2575
+ gap: 2rem; }
2576
+ .search-field-wrapper.roleComposer .text-input input {
2577
+ margin-bottom: 0; }
2578
+
2579
+ .search-button-wrapper.roleComposer {
2580
+ display: -webkit-box;
2581
+ display: -ms-flexbox;
2582
+ display: flex;
2583
+ -webkit-box-orient: horizontal !important;
2584
+ -webkit-box-direction: reverse !important;
2585
+ -ms-flex-direction: row-reverse !important;
2586
+ flex-direction: row-reverse !important;
2587
+ grid-gap: 1.5rem;
2588
+ gap: 1.5rem;
2589
+ -webkit-box-align: center;
2590
+ -ms-flex-align: center;
2591
+ align-items: center;
2592
+ line-height: 4 !important; }
2593
+
2594
+ .digit-dropdown-employee-select-wrap.roleTableCell .digit-dropdown-options-card {
2595
+ position: fixed;
2596
+ max-width: 14rem; }
2597
+
2598
+ .digit-multiselectdropdown-wrap.roleTableCell.nestedmultiselect {
2599
+ margin: 0;
2600
+ width: 15rem; }
2601
+ .digit-multiselectdropdown-wrap.roleTableCell.nestedmultiselect .digit-multiselectdropdown-server {
2602
+ top: unset !important;
2603
+ position: fixed !important;
2604
+ max-width: 15rem !important;
2605
+ max-height: 15rem !important; }
2606
+
2607
+ .digit-tag-container.userAccessCell {
2608
+ margin: unset !important; }
2609
+
2562
2610
  .search-tabs-container {
2563
2611
  display: -webkit-box;
2564
2612
  display: -ms-flexbox;
@@ -3703,19 +3751,50 @@
3703
3751
  color: #0b4b66 !important; }
3704
3752
 
3705
3753
  .pop-inbox-wrapper {
3706
- grid-gap: 2rem;
3707
- gap: 2rem; }
3754
+ -webkit-box-orient: vertical;
3755
+ -webkit-box-direction: normal;
3756
+ -ms-flex-direction: column;
3757
+ flex-direction: column; }
3708
3758
 
3709
- .ingestion-container, .pop-inbox-wrapper {
3759
+ .pop-inbox-wrapper, .pop-inbox-wrapper-filter-table-wrapper {
3710
3760
  display: -webkit-box;
3711
3761
  display: -ms-flexbox;
3712
3762
  display: flex;
3763
+ grid-gap: 1.5rem;
3764
+ gap: 1.5rem; }
3765
+
3766
+ .pop-inbox-wrapper-filter-table-wrapper {
3767
+ -webkit-box-align: start;
3768
+ -ms-flex-align: start;
3769
+ align-items: flex-start;
3770
+ width: 100%;
3771
+ max-width: 100%; }
3772
+ .pop-inbox-wrapper-filter-table-wrapper .filter-card-vertical {
3773
+ max-width: 400px; }
3774
+ .pop-inbox-wrapper-filter-table-wrapper .pop-inbox-table-wrapper {
3775
+ width: 100% !important;
3776
+ max-width: 100%; }
3777
+
3778
+ .table-actions-wrapper {
3779
+ grid-gap: .5rem;
3780
+ gap: .5rem;
3781
+ -webkit-box-align: "center";
3782
+ -ms-flex-align: "center";
3783
+ align-items: "center";
3784
+ -ms-flex-wrap: "wrap";
3785
+ flex-wrap: "wrap";
3786
+ margin-left: auto; }
3787
+
3788
+ .ingestion-container, .table-actions-wrapper {
3789
+ display: -webkit-box;
3790
+ display: -ms-flexbox;
3791
+ display: flex; }
3792
+
3793
+ .ingestion-container {
3713
3794
  -webkit-box-orient: vertical;
3714
3795
  -webkit-box-direction: normal;
3715
3796
  -ms-flex-direction: column;
3716
- flex-direction: column; }
3717
-
3718
- .ingestion-container {
3797
+ flex-direction: column;
3719
3798
  text-align: center;
3720
3799
  -webkit-box-align: center;
3721
3800
  -ms-flex-align: center;
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * @egovernments/digit-ui-health-css - 0.1.2
2
+ * @egovernments/digit-ui-health-css - 0.1.3
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
6
- *//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes ping{75%,to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.help-label{color:#c84c0e}.guideline-actionbar-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.guideline-actionbar-content .custom-button{min-width:12.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.guideline-actionbar-content .custom-button h2{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.guideline-actionbar-content .custom-button .icon{margin:0 0 0 1rem!important}.guideline-actionbar-content .custom-button-left-icon .icon{margin:0 1rem 0 0!important}.navigator-componet-not-found{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:2rem;font-weight:700;font-size:2rem;color:#000}.api-data-loader{width:100%!important;height:100%!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.api-data-loader,.modal-header{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.modal-header{padding-left:1rem!important;margin-bottom:0!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;overflow:hidden!important}.modal-header p{padding:0!important;margin:0!important}.modal-body{overflow:hidden;padding-left:1rem;padding-right:1rem;margin-bottom:1rem;margin-right:1rem}.modal-body p{font-weight:400;font-size:1rem}.button-type-1{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;padding:.625rem .5rem!important;margin:0!important;height:2.5rem!important}.button-type-1 p{font-weight:600!important;font-size:1rem!important;margin:0!important;padding:0!important}.button-type-2{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;padding:.625rem .5rem!important;margin:0!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;height:2.5rem!important}.button-type-2 .icon{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.button-type-2 .icon,.button-type-2 p{margin:0!important;padding:0!important}.button-type-2 p{font-weight:600!important;font-size:1rem!important}.microplan-close-button{margin:.5rem .5rem 0 0;-ms-flex-item-align:start;align-self:flex-start;border:none;color:inherit;cursor:pointer;overflow:visible;background-color:transparent}.microplan-naming-conventions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.microplan-naming-conventions .microplan-naming-convention-instruction-list-container{margin-left:.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.microplan-naming-conventions .microplan-naming-convention-instruction-list-container .number{min-width:1.2rem!important}.microplan-naming-conventions .microplan-naming-convention-instruction-list{font-family:Roboto;font-size:1rem;font-weight:400;text-align:left;padding:0;margin:0;line-height:1.5rem}.microplan-naming-conventions .microplan-naming-conventions-heading{font-family:Roboto;font-size:1.2rem;font-weight:500;text-align:left;padding:0;margin:1rem 0 0}.upload-section{font-family:Roboto}.upload-section .upload,.upload-section .upload-component-wrapper{width:100%}.upload-section .upload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1.25rem}.upload-section .upload-section-option{position:relative;right:-1.68rem;width:12.7rem;min-height:32rem;background-color:#fff;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16078);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16078)}.upload-section .upload-section-options-active,.upload-section .upload-section-options-inactive{min-height:3.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:.063rem solid #d6d5d4;cursor:pointer}.upload-section .upload-section-options-active p,.upload-section .upload-section-options-inactive p{margin-left:.5rem;color:#505a5f;font-weight:400;font-size:1rem}.upload-section .upload-section-options-active .icon,.upload-section .upload-section-options-inactive .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;overflow:visible;padding:0;margin-left:.625rem;width:1.875rem;height:2.188rem}.upload-section .upload-section-options-active .end,.upload-section .upload-section-options-inactive .end{position:absolute;right:.5rem;justify-self:end}.upload-section .upload-section-options-active:first-child,.upload-section .upload-section-options-inactive:first-child{border-top-left-radius:.5rem}.upload-section .upload-section-options-active{border-right:.3rem solid #c84c0e;background-color:rgba(244,119,56,.12)}.upload-section .upload-section-options-active p{font-weight:700}.upload-section .upload-section-options-inactive{border-right:none;background-color:#fff}.upload-section .upload-component{height:-webkit-min-content;height:-moz-min-content;height:min-content;border-radius:.25rem;background-color:#fff;margin:0 .3rem 0 0;padding:1.5rem 1.5rem .625rem}.upload-section .upload-component-active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}.upload-section .upload-component-active .greyedout-name{color:#b1b4b6;margin:0 .625rem;font-size:1.25rem;padding-top:0;font-weight:500}.upload-section .upload-component-active .h2-class{margin:0;padding:0;width:90%!important;overflow:hidden;font-size:2.5rem;font-weight:700}.upload-section .upload-component-active p{padding-top:.625rem;font-size:1rem;margin:.625rem 0;font-weight:400}.upload-section .upload-component-active .heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.upload-section .upload-component-active .heading h2{width:90%!important}.upload-section .upload-component-active .heading .download-template-button{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;padding-left:.625rem;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;min-width:13.5rem;height:2.5rem;border:.063rem solid #c84c0e;background-color:rgba(241,241,241,0)}.upload-section .upload-component-active .heading .download-template-button:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #c84c0e;box-shadow:inset 0 -.125rem 0 0 #c84c0e}.upload-section .upload-component-active .heading .download-template-button .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.upload-section .upload-component-active .heading .download-template-button .icon,.upload-section .upload-component-active .heading .download-template-button p{margin:0;padding:0}.upload-section .upload-component-active .heading .download-template-button p{color:#c84c0e;font-weight:600;font-size:1rem}.upload-section .upload-component-inactive{display:none}.upload-section .upload-option-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.25rem 0;-ms-flex-wrap:wrap;flex-wrap:wrap}.upload-section .upload-option-container .upload-option-container-selected{border:.125rem solid #c84c0e;color:#c84c0e}.upload-section .upload-option{border-radius:.25rem;border:.0625rem solid #d6d5d4;min-width:12.5rem;min-height:8.75rem;-webkit-box-shadow:0 .0625rem rgba(0,0,0,.16);box-shadow:0 .0625rem rgba(0,0,0,.16);padding:.625rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-items:center;margin:0 1.25rem;cursor:pointer}.upload-section .upload-option p{margin-top:.625rem;font-weight:600;color:#505a5f}.upload-section .upload-option .label:hover{color:#c84c0e}.upload-section .upload-option:hover{outline:.125rem solid #c84c0e}.upload-section .upload-option .upload-option-selected{border:.125rem solid #c84c0e;color:#c84c0e}.upload-section .upload-option .select-button{background-color:#fff;color:#c84c0e}.upload-section .upload-option .select-button:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #c84c0e;box-shadow:inset 0 -.125rem 0 0 #c84c0e}.upload-section .upload-option .select-button,.upload-section .upload-option .selected-button{justify-self:end;border:.063rem solid #c84c0e;width:11rem;height:2.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1rem;font-weight:600}.upload-section .upload-option .selected-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;background-color:#c84c0e;padding:.6rem .5rem;color:#fff}.upload-section .selected-button,.upload-section .upload-file{-webkit-box-direction:normal;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.upload-section .upload-file{min-height:10rem;padding-top:.625;margin:1rem 0;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;background-color:#fafafa;border:.063rem dotted #d6d5d4}.upload-section .upload-file .browse-text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0;padding:0}.upload-section .upload-file .browse-text-wrapper .browse-text{margin:0;padding:0;color:#c84c0e;text-decoration:underline;cursor:pointer}.upload-section .upload-file .flex{display:-webkit-box;display:-ms-flexbox;display:flex}.upload-section .flex,.upload-section .uploaded-file{display:-webkit-box;display:-ms-flexbox;display:flex}.upload-section .uploaded-file{border:.063rem solid #d6d5d4;min-height:4.75rem;background-color:#fafafa;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.625rem;margin-bottom:.625rem;padding:0 .625rem;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.upload-section .uploaded-file .uploaded-file-details{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1rem 0}.upload-section .uploaded-file .uploaded-file-details [dir=ltr] p{text-align:left}.upload-section .uploaded-file .uploaded-file-details [dir=rtl] p{text-align:right}.upload-section .uploaded-file .uploaded-file-details p{padding:0;margin:0;height:-webkit-min-content;height:-moz-min-content;height:min-content;font-weight:700;font-size:1.5rem;color:#505a5f}.upload-section .uploaded-file .uploaded-file-operations{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:end;-ms-flex-wrap:wrap;flex-wrap:wrap}.upload-section .uploaded-file .uploaded-file-operations .button{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:1rem;min-width:9rem;height:2.5rem;border:.063rem solid #c84c0e;background-color:#fff;cursor:pointer}.upload-section .uploaded-file .uploaded-file-operations .button:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #c84c0e;box-shadow:inset 0 -.125rem 0 0 #c84c0e}.upload-section .uploaded-file .uploaded-file-operations p{padding:0;margin:0 0 0 .5rem;color:#c84c0e;font-weight:600;font-size:1rem}.upload-section .uploaded-file .uploaded-file-operations .delete-button{background-color:rgba(255,255,255,0);border:none;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 1rem;cursor:pointer}.upload-section .message{margin-right:.6px}.upload-section .download-template-button{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0}.upload-section .download-template-button:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #c84c0e;box-shadow:inset 0 -.125rem 0 0 #c84c0e}.upload-section .download-template-button .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.upload-section .download-template-button .icon,.upload-section .download-template-button p{margin:0;padding:0}.upload-section .download-template-button p{font-weight:500;font-size:1rem}.upload-section .file-upload-error-container{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.upload-section .file-upload-error-container .link-wrapper{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;margin:0;padding:0}.upload-section .file-upload-error-container .link-wrapper .link{color:#c84c0e!important;text-decoration:underline;cursor:pointer}.upload-section .file-upload-error-container p{padding:0;margin:0}.upload-section .spatial-data-property-mapping{width:calc(100% - 2rem);max-height:30rem;margin:1rem;border:.063rem solid rgba(0,0,0,.16);-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);border-radius:.25rem;background-color:#fafafa!important;display:block;overflow:auto;padding:0 1rem;position:relative;background-color:transparent;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.upload-section .spatial-data-property-mapping .table{border-left-width:0!important;border-right-width:0!important}.upload-section .spatial-data-property-mapping table{background-color:transparent!important;width:100%;border-collapse:collapse}.upload-section .spatial-data-property-mapping table .select-dropdown{background-color:transparent;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.upload-section .spatial-data-property-mapping table tr{background-color:transparent!important}.upload-section .spatial-data-property-mapping table thead{position:sticky!important;z-index:100;top:0;background-color:#fafafa;padding:0}.upload-section .spatial-data-property-mapping table th{font-weight:700;text-align:left}.upload-section .spatial-data-property-mapping table td,.upload-section .spatial-data-property-mapping table th{width:50%;font-size:1rem;padding:1.5rem;margin:0;border-bottom:.063rem solid #d6d5d4}.upload-section .spatial-data-property-mapping table td{font-weight:400;border-top:0!important}.upload-section .spatial-data-property-mapping table td p{max-width:20.594rem;font-weight:700;text-wrap:wrap;overflow:hidden}.upload-section .spatial-data-property-mapping .pagination{position:sticky;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;padding:1rem 2rem 1rem 0;z-index:10;background-color:#fafafa}.upload-section .spatial-data-property-mapping::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.upload-section .spatial-data-property-mapping::-webkit-scrollbar-track{background:#fff;border:none}.upload-section .spatial-data-property-mapping::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.upload-section .spatial-data-property-mapping::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.upload-section .spatial-data-property-mapping::-webkit-scrollbar-track{background-color:transparent}.upload-section .popup-wrap{background-color:rgba(0,0,0,.8)}.upload-section .preview-data{margin:0 2.5rem;width:calc(100% - 5rem);border-radius:.25rem}.upload-section .preview-data .operational-buttons{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1.5rem;margin-bottom:1.5rem}.upload-section .preview-data .excel-wrapper,.upload-section .preview-data .operational-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.upload-section .preview-data .excel-wrapper{width:100%;padding:1rem .5rem 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:.5rem;gap:.5rem;background-color:#fff!important;border:.063rem solid rgba(0,0,0,.16)!important;border-radius:.25rem}.upload-section .preview-data .excel-wrapper .error-user-directions{margin:0 .5rem;padding:0;color:#c84c0e}.upload-section .preview-data .excel-wrapper .sheet-wrapper{height:76vh;overflow:auto;background-color:#fff;padding:.3rem}.upload-section .preview-data .excel-wrapper .sheet-wrapper::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.upload-section .preview-data .excel-wrapper .sheet-wrapper::-webkit-scrollbar-track{background:#fff;border:none}.upload-section .preview-data .excel-wrapper .sheet-wrapper::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.upload-section .preview-data .excel-wrapper .sheet-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.upload-section .preview-data .excel-wrapper .sheet-wrapper h3{background-color:#f4f4f4;padding:.625rem;margin:0}.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table{width:100%;border:.063rem solid #ccc;border-collapse:collapse}.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table td,.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table th{min-width:7.578rem;border:.063rem solid #ccc;padding:8px;font-family:Arial,sans-serif;font-size:.875rem;height:100%;outline-offset:-.07rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table td .edited-row-marker,.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table th .edited-row-marker{width:.313rem;position:absolute;top:-.045rem;left:-.313rem;padding:0;margin:0;height:calc(100% + .09rem);border-top-left-radius:.125rem;border-bottom-left-radius:.125rem;background-color:#c84c0e!important}.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table th{background-color:#f4f4f4;font-weight:700;text-align:left;vertical-align:top}.upload-section .preview-data .excel-wrapper .excel-tab-list{padding:.3rem;margin-bottom:.625rem}.upload-section .preview-data .excel-wrapper .excel-tab-list .tab{padding:.625rem;margin-right:.313rem;cursor:pointer;outline:0!important;background-color:#f1f1f1}.upload-section .preview-data .excel-wrapper .excel-tab-list .tab.active{outline:0!important;border:.25rem solid;border-color:#000!important}.upload-section .information-description p{color:#505a5f;font-family:Roboto;font-size:1rem;font-weight:400;line-height:1.172rem;text-align:left}.upload-section .information-description .link-wrapper,.upload-section .information-description p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.upload-section .information-description .link-wrapper{margin:0;padding:0}.upload-section .information-description .link-wrapper .link{color:#3498db!important;text-decoration:underline;cursor:pointer}.upload-section .guidelines{padding:.8rem 2rem 0}.upload-section .guidelines .sub-heading{font-family:Roboto;font-size:1.5rem;font-weight:700;line-height:1.7rem;text-align:left;padding:0;margin:0}.upload-section .guidelines .padtop{margin-top:1rem}.upload-section .guidelines .instruction-list{font-family:Roboto;font-size:1rem;font-weight:400;text-align:left;padding:0;margin:0;line-height:1.5rem}.upload-section .guidelines .instruction-list .link{text-decoration:underline;color:#c84c0e}.upload-section .guidelines .instruction-list-container{margin-left:.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.upload-section .guidelines .instruction-list-container .number{min-width:1.2rem!important}.upload-section .guidelines .flex{display:-webkit-box;display:-ms-flexbox;display:flex}.upload-section .upload-guidelines-header{width:100%;font-size:2.5rem;padding-left:2rem}.hypothesis-section{font-family:Roboto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;width:100%;background-color:#fff;padding:1.5rem;margin-top:1.3rem;height:33.5rem;border-radius:.25rem;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16)}.hypothesis-section input[type=number]:focus,.hypothesis-section input[type=number]:hover{border:.063rem solid #c84c0e;outline:0}.hypothesis-section .heading{padding:0 0 .5rem;margin:0;font-family:Roboto Condensed;font-size:2.5rem;font-weight:700;color:#0b0c0c}.hypothesis-section .instruction{margin:.8rem 0 1.2rem;padding:0;font-size:1rem;font-weight:400;text-align:left}.hypothesis-section .user-input-section{display:block;overflow-y:scroll;height:21rem;position:relative}.hypothesis-section .user-input-section::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.hypothesis-section .user-input-section::-webkit-scrollbar-track{background:#fff;border:none}.hypothesis-section .user-input-section::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.hypothesis-section .user-input-section::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.hypothesis-section .user-input-section .example{border:.063rem solid #d6d5d4;background-color:#fafafa;padding:1rem;border-radius:.25rem;max-width:50rem;overflow:hidden}@media (max-width:104rem){.hypothesis-section .user-input-section .example{max-width:46.5rem}}@media (max-width:80rem){.hypothesis-section .user-input-section .example{max-width:46.55rem}}.hypothesis-section .user-input-section .example .heading{padding:.2rem 0;margin:0;font-size:1rem;font-weight:700}.hypothesis-section .user-input-section .example .example-body{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:.6}.hypothesis-section .user-input-section .example .example-body p{font-weight:400}.hypothesis-section .user-input-section .example .key{width:22rem}@media (max-width:48rem){.hypothesis-section .user-input-section .example .key{width:60%}}.hypothesis-section .user-input-section .example .value{margin-left:9%}@media (max-width:104rem){.hypothesis-section .user-input-section .example .value{margin-left:7%}}.hypothesis-section .user-input-section .example .value .heading{display:-webkit-box;display:-ms-flexbox;display:flex;text-wrap:wrap}.hypothesis-section .user-input-section .example .value input{width:7.5rem}@media (min-width:60rem){.hypothesis-section .user-input-section .example .value{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:48rem){.hypothesis-section .user-input-section .example .value{margin-left:1rem}}.hypothesis-section .user-input-section .heading{padding:.1rem 0;margin:0;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.hypothesis-section .user-input-section .interactable-section{padding-top:1.5rem;width:41.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}@media (max-width:48rem){.hypothesis-section .user-input-section .interactable-section{width:95%}}.hypothesis-section .user-input-section .interactable-section .heading{padding:0;font-weight:700}.hypothesis-section .user-input-section .interactable-section .select-and-input-wrapper{margin-top:1.5rem!important}.hypothesis-section .user-input-section .interactable-section .select-and-input-wrapper:first-child{margin-top:.8rem!important}.hypothesis-section .user-input-section .key{width:22.75rem;position:relative}@media (max-width:48rem){.hypothesis-section .user-input-section .key{width:60%}}.hypothesis-section .user-input-section .key .select-dropdown{background-color:transparent;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.hypothesis-section .user-input-section .value{margin-left:10%;width:7.5rem}@media (max-width:48rem){.hypothesis-section .user-input-section .value{margin-left:1rem}}.hypothesis-section .user-input-section .select-and-input-wrapper{margin-top:1rem}.hypothesis-section .user-input-section .select-and-input-wrapper,.hypothesis-section .user-input-section .select-and-input-wrapper-first{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.hypothesis-section .user-input-section .select-and-input-wrapper-first{margin-top:0}.hypothesis-section .user-input-section .headerbar{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;position:sticky;top:0;background-color:#fff;z-index:100;padding:0 0 .8rem}.hypothesis-section .user-input-section .invisible{visibility:hidden;pointer-events:none;padding:0;margin:0}.hypothesis-section .user-input-section .input{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;border:.063rem solid #fff;background-color:rgba(255,255,255,0);padding:.5rem;font-weight:400;line-height:1.1rem;font-size:1rem}.hypothesis-section .delete-button{max-width:12.5rem;margin:0 0 0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff}.hypothesis-section .delete-button p{margin:0;padding:0 0 0 .5rem;font-size:1rem;font-weight:600;color:#c84c0e;text-align:left}.hypothesis-section .add-button-help{margin-top:1.5rem;max-width:15.5rem}.hypothesis-section .add-button{max-width:12.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;background:#fff;border:.063rem solid #c84c0e}.hypothesis-section .add-button h2{color:#c84c0e;padding:0 0 0 .6rem;margin:0;font-size:1.188rem;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;font-weight:600;text-align:center}.rule-engine-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1.3rem}.rule-engine-section .rule-engine-body{font-family:Roboto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;width:100%;background-color:#fff;padding:1.5rem;height:33.5rem;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);border-radius:.25rem}.rule-engine-section .rule-engine-body .heading{padding:0 0 .5rem;margin:0;font-family:Roboto Condensed;font-size:2.5rem;font-weight:700;color:#0b0c0c}.rule-engine-section .rule-engine-body .instruction{margin:.8rem 0 1.2rem;padding:0;font-size:1rem;font-weight:400;text-align:left}.rule-engine-section .rule-engine-body .user-input-section{display:block;overflow-y:scroll;padding-bottom:1rem;height:21rem}.rule-engine-section .rule-engine-body .user-input-section::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.rule-engine-section .rule-engine-body .user-input-section::-webkit-scrollbar-track{background:#fff;border:none}.rule-engine-section .rule-engine-body .user-input-section::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.rule-engine-section .rule-engine-body .user-input-section::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example{border:.063rem solid #d6d5d4;background-color:#fafafa;padding:1rem .7rem;overflow:hidden}@media (min-width:99.438rem){.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:90rem}}@media (min-width:112.688rem){.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .example-equal-to{margin:0 3.5%!important}}@media (min-width:120.938rem){.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .example-equal-to{margin:0 4%!important}}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .heading{padding:.2rem 0;margin:0;font-size:1rem;font-weight:700;line-height:18.75px}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .example-body{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:.6}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .example-body p{font-weight:400}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .value{width:22.05rem}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .delete-button{margin:0 0 0 .244rem}.rule-engine-section .rule-engine-body .user-input-section .heading{padding:.1rem 0;margin:0;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.rule-engine-section .rule-engine-body .user-input-section .interactable-section{padding-top:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:48rem){.rule-engine-section .rule-engine-body .user-input-section .interactable-section{width:95%}}.rule-engine-section .rule-engine-body .user-input-section .interactable-section .heading{padding:0;font-weight:700}.rule-engine-section .rule-engine-body .user-input-section .value-input-key{width:22.75rem;position:relative}@media (max-width:48rem){.rule-engine-section .rule-engine-body .user-input-section .value-input-key{width:60%}}.rule-engine-section .rule-engine-body .user-input-section .operator{position:relative;width:11rem;margin:0 1rem}@media (max-width:48rem){.rule-engine-section .rule-engine-body .user-input-section .operator{margin-left:1rem}}.rule-engine-section .rule-engine-body .user-input-section .select-dropdown{background-color:transparent;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.rule-engine-section .rule-engine-body .user-input-section .equal-to-icon{margin:0 3%;font-family:Roboto Condensed;font-size:2.5rem;font-weight:700}.rule-engine-section .rule-engine-body .user-input-section .select-and-input-wrapper{margin-top:1rem}.rule-engine-section .rule-engine-body .user-input-section .select-and-input-wrapper,.rule-engine-section .rule-engine-body .user-input-section .select-and-input-wrapper-first{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rule-engine-section .rule-engine-body .user-input-section .select-and-input-wrapper-first{margin-top:0}.rule-engine-section .rule-engine-body .user-input-section .user-input-wrapper{width:100%}.rule-engine-section .rule-engine-body .headerbar{padding:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;position:sticky;top:0;background-color:#fff;z-index:100}.rule-engine-section .rule-engine-body .invisible{visibility:hidden;pointer-events:none}.rule-engine-section .rule-engine-body .delete-button{max-width:12.5rem;margin:0 0 0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff}.rule-engine-section .rule-engine-body .delete-button p{text-align:center;margin:0;padding:0 0 0 .5rem;font-size:1rem;font-weight:600;color:#c84c0e;text-align:left}.rule-engine-section .rule-engine-body .add-button-help{margin-top:1.5rem;max-width:15.5rem}.rule-engine-section .rule-engine-body .add-button{max-width:12.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;background:#fff;border:.063rem solid #c84c0e}.rule-engine-section .rule-engine-body .add-button h2{color:#c84c0e;padding:0 0 0 .6rem;margin:0;font-size:1.188rem;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;font-weight:600;text-align:center}.create-microplan .custom-action-bar,.create-microplan .custom-action-bar-no-first-button{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;z-index:800}.create-microplan .custom-action-bar .custom-button,.create-microplan .custom-action-bar-no-first-button .custom-button{min-width:12.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.create-microplan .custom-action-bar .custom-button h2,.create-microplan .custom-action-bar-no-first-button .custom-button h2{font-weight:600;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.create-microplan .custom-action-bar .custom-button .icon,.create-microplan .custom-action-bar-no-first-button .custom-button .icon{margin:0 0 0 1rem!important}.create-microplan .custom-action-bar .custom-button-left-icon,.create-microplan .custom-action-bar-no-first-button .custom-button-left-icon{margin-left:5.3rem;padding-left:.7rem!important;border-color:#c84c0e}.create-microplan .custom-action-bar .custom-button-left-icon:hover,.create-microplan .custom-action-bar-no-first-button .custom-button-left-icon:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #c84c0e;box-shadow:inset 0 -.125rem 0 0 #c84c0e}.create-microplan .custom-action-bar .custom-button-left-icon .icon,.create-microplan .custom-action-bar-no-first-button .custom-button-left-icon .icon{margin:0 1rem 0 0!important}.create-microplan .custom-action-bar .custom-button-right-icon,.create-microplan .custom-action-bar-no-first-button .custom-button-right-icon{-webkit-box-shadow:inset 0 0 0 0 #000;box-shadow:inset 0 0 0 0 #000;padding-left:.39rem!important;padding-right:.355rem!important}.create-microplan .custom-action-bar .custom-button-right-icon:hover,.create-microplan .custom-action-bar-no-first-button .custom-button-right-icon:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #000;box-shadow:inset 0 -.125rem 0 0 #000}.create-microplan .custom-action-bar-no-first-button{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.mapping-section{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mapping-section .heading{width:100%;margin:1.5rem 0;padding:0 0 0 1rem;font-family:Roboto Condensed;font-size:2.5rem;font-weight:700}.mapping-section .mapping-body-container{display:-webkit-box;display:-ms-flexbox;display:flex;border:0;-webkit-box-shadow:none;box-shadow:none;margin:1rem}.mapping-section .mapping-body-container .filter-container{padding:1.5rem;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);background:#fff;max-width:17.5rem;min-height:34rem;margin-right:1rem}.mapping-section .mapping-body-container .filter-container p{font-size:1rem;font-weight:400}.mapping-section .mapping-body-container .filter-container .filter-heading,.mapping-section .mapping-body-container .filter-container p{font-family:Roboto;padding:0;margin:0;overflow:hidden;text-wrap:wrap}.mapping-section .mapping-body-container .filter-container .filter-heading{font-size:1.5rem;font-weight:700}.mapping-section .mapping-body-container .filter-container .instructions{margin:1.5rem 0}.mapping-section .mapping-body-container .filter-container .dropdown{padding:.5rem 0 0;width:100%}.mapping-section .mapping-body-container .filter-container .filter-controllers{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 0 0}.mapping-section .mapping-body-container .filter-container .filter-controllers .button-primary,.mapping-section .mapping-body-container .filter-container .filter-controllers .button-secondary{font-family:Roboto;font-size:1.188rem;font-weight:600;max-width:6.75rem;min-height:2.5rem;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mapping-section .mapping-body-container .button-primary,.mapping-section .mapping-body-container .button-secondary,.mapping-section .mapping-body-container .map-container{display:-webkit-box;display:-ms-flexbox;display:flex}.mapping-section .mapping-body-container .map-container{width:100%;min-height:35.8rem;background:#fff;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative;margin:0;padding:1rem 0 0}.mapping-section .mapping-body-container .map-container #map,.mapping-section .mapping-body-container .map-container .map{height:100%;z-index:20;border-radius:.25rem}.mapping-section .mapping-body-container .map-container .height-control{max-height:10rem!important}.mapping-section .mapping-body-container .map-container .filter-by-boundary{position:absolute;top:1rem;left:0;padding:1rem;z-index:550;height:100%;max-height:32rem;background-color:rbg(0,0,0,1);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:visible}.mapping-section .mapping-body-container .map-container .filter-by-boundary .button-primary{padding-left:0;padding-right:0}.mapping-section .mapping-body-container .map-container .filter-by-boundary .button-primary div{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;width:13.938rem}.mapping-section .mapping-body-container .map-container .filter-by-boundary .button-primary div h2{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mapping-section .mapping-body-container .map-container .filter-by-boundary .display-none{display:none!important}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection{display:block;min-width:16.5rem;margin:.5rem 0 0!important;padding:1rem 0;background:#fff!important;-webkit-box-shadow:0 .063rem .25rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .25rem 0 rgba(0,0,0,.16);position:relative;overflow:visible}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .digit-multiselectdropdown-label p{color:#b1b4b6}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .header-section{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:.5rem;gap:.5rem;padding:0;margin-right:1rem;margin-left:1rem}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container{position:relative;overflow-x:hidden;overflow-y:auto;max-height:24rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding-left:1rem;padding-right:1rem}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container::-webkit-scrollbar-track{background:#fff;border:none}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container .hierarchy-selection-element{position:relative;padding-top:1rem}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .scrollable{padding-right:.35rem;margin-right:.05rem}.mapping-section .mapping-body-container .map-container .bottom-left-map-subcomponents{position:absolute;bottom:1rem;left:1rem;z-index:500}.mapping-section .mapping-body-container .map-container .bottom-left-map-subcomponents .custom-scale{width:7.5rem;margin-left:.5rem;text-align:center;border-bottom:.063rem solid #ccc;padding:0;color:#fff;font-family:Roboto;font-size:.75rem;font-weight:400;position:relative}.mapping-section .mapping-body-container .map-container .bottom-left-map-subcomponents .custom-scale .border-spikes{position:absolute;bottom:0;left:0;width:100%;height:20%;border-left:.063rem solid #ccc;border-right:.063rem solid #ccc}.mapping-section .mapping-body-container .map-container .zoom-container{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mapping-section .mapping-body-container .map-container .zoom-container .zoom-control{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.3rem}.mapping-section .mapping-body-container .map-container .zoom-container .zoom-button{border:.125rem solid #d6d5d4;border-radius:.063rem;width:2rem;height:2rem;text-align:center;color:#c84c0e;background-color:#fff;cursor:pointer;font-family:Roboto;font-size:1.125rem;font-weight:700;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16)}.mapping-section .mapping-body-container .map-container .north-arrow{margin-left:.5rem}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents{position:absolute;bottom:2rem;right:1rem;z-index:500;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:end;grid-gap:1rem;gap:1rem}@media (max-width:62.188rem){.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents{bottom:3rem}}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index{background-color:#fff;border:.063rem solid #d6d5d4;border-radius:.25rem;padding:.3rem .7rem .7rem;width:8.5rem;max-height:8.5rem;overflow-y:auto}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index::-webkit-scrollbar-track{background:#fff;border:none}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index .filter-row{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:6.813rem;min-height:1.5rem;padding-top:.4rem}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index .filter-row p{margin:0 0 0 .4rem;padding:0;font-family:Roboto;font-size:.75rem;font-weight:400;text-align:left;text-wrap:wrap}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index{width:20.292rem;border-radius:.25rem;background-color:#fafafa;padding:.8rem}@media (max-width:20.292rem){.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index{width:50%}}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index p{font-family:Roboto;font-size:1rem;font-weight:700;text-align:left;padding:unset;margin:unset}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index .label{width:100%;padding-top:.3rem;text-align:center}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index .gradient-wrapper{width:100%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index .gradient-wrapper p{padding:0 .5rem}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index .gradient-wrapper .gradient{width:80%;height:.875rem}.mapping-section .mapping-body-container .map-container .top-right-map-subcomponents{position:absolute;top:1rem;right:1rem;z-index:550;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.mapping-section .mapping-body-container .map-container .choropleth-section,.mapping-section .mapping-body-container .map-container .filter-section{width:14.438rem;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1.5rem!important}.mapping-section .mapping-body-container .map-container .choropleth-section .icon-rest,.mapping-section .mapping-body-container .map-container .filter-section .icon-rest{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer}.mapping-section .mapping-body-container .map-container .choropleth-section .icon-rest p,.mapping-section .mapping-body-container .map-container .filter-section .icon-rest p{margin:0;padding:0;font-family:Roboto;font-size:1rem;font-weight:400;color:#fff}.mapping-section .mapping-body-container .map-container .choropleth-section .icon-rest .icon,.mapping-section .mapping-body-container .map-container .filter-section .icon-rest .icon{margin-left:.3rem;height:1.667rem}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper{position:absolute;margin-top:2rem;max-height:12.19rem;width:14.438rem}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper{display:block;max-height:9.752rem;overflow-x:auto;background-color:#fff}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-track,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-track,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-track,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-track{background:#fff;border:none}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb:hover,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb:hover,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb:hover,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box{padding:.7rem;border-bottom:.063rem solid #d6d5d4}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .mainClassName,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .mainClassName,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .mainClassName,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .mainClassName{margin-bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputWrapperClassName,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputWrapperClassName,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputWrapperClassName,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputWrapperClassName{margin:0;padding:0}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .labelClassName,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .labelClassName,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .labelClassName,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .labelClassName{margin:0 auto 0 0}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box input:checked~.inputIconClassname,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box input:checked~.inputIconClassname,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box input:checked~.inputIconClassname,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box input:checked~.inputIconClassname{border-color:#c84c0e}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputIconClassname,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputIconClassname,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputIconClassname,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputIconClassname{margin:0}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputClassName,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputClassName,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputClassName,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputClassName{margin:0}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .button-primary,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .button-primary,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .button-primary,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .button-primary{background-color:#fafafa!important}.mapping-section .mapping-body-container .map-container .choropleth-section-option-wrapper .custom-box-wrapper .radio-option-container{padding:.7rem;margin:0;width:100%;border-bottom:.063rem solid #d6d5d4}.mapping-section .mapping-body-container .map-container .choropleth-section-option-wrapper .custom-box-wrapper .custom-box{padding:0!important;margin:0;border-bottom:none}.mapping-section .mapping-body-container .map-container .base-map-selector{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important;position:relative;border-radius:.25rem}.mapping-section .mapping-body-container .map-container .base-map-selector .icon-first{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0;cursor:pointer;-webkit-box-shadow:none;box-shadow:none}.mapping-section .mapping-body-container .map-container .base-map-selector .icon-first p{margin:0;padding:0;font-family:Roboto;font-size:1rem;font-weight:400;color:#fff}.mapping-section .mapping-body-container .map-container .base-map-selector .icon-first .icon{margin-left:.3rem;height:1.667rem}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area-wrapper{position:absolute;top:2rem;max-width:27.5rem;max-height:9rem;display:block;overflow-x:auto}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area-wrapper::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area-wrapper::-webkit-scrollbar-track{background:#fff;border:none}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area-wrapper::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area{background-color:#fff;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .base-map-entity{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5.927rem!important;margin:.5rem}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .base-map-entity .base-map-img{width:5.927rem;height:5.839rem;border:.063rem solid rgba(0,0,0,.1)}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .base-map-entity p{position:relative;font-family:Roboto;font-size:.75rem;font-weight:400;line-height:.875rem;color:#000;padding:0;margin:.4rem 0 0}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .selected{background-color:#fff}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .selected .base-map-img{border:.125rem solid #c84c0e!important}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .selected p{color:#c84c0e!important}.microplan-preview-section{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.microplan-preview-section .top-section{margin:1.5rem 0 0}.microplan-preview-section .top-section .campaign-name{font-family:Roboto;font-size:20px;font-style:italic;font-weight:500;line-height:23.44px;color:#505a5f}.microplan-preview-section .top-section .campaign-name,.microplan-preview-section .top-section .heading{text-align:left;margin:0;padding:0}.microplan-preview-section .top-section .heading{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Roboto Condensed;font-size:2.5rem;font-weight:700;line-height:2.5rem}.microplan-preview-section .top-section .user-name{font-family:Roboto;font-size:1rem;font-weight:400;line-height:1.5rem;text-align:left;color:#505a5f;padding:0;margin:0}.microplan-preview-section .aggregates{width:100%;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.3rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.microplan-preview-section .aggregates .aggregate-value{font-size:1.75rem;font-weight:700;line-height:2.051rem;color:#0b0c0c}.microplan-preview-section .aggregates .aggregate-label,.microplan-preview-section .aggregates .aggregate-value{font-family:Roboto;text-align:center;padding:0;margin:0}.microplan-preview-section .aggregates .aggregate-label{font-size:1rem;font-weight:400;line-height:1.5rem;color:#505a5f}.microplan-preview-section .boundary-selection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:2rem}.microplan-preview-section .boundary-selection .digit-multiselectdropdown-master{background-color:rgba(255,255,255,0)!important}.microplan-preview-section .boundary-selection .digit-multiselectdropdown-label p{color:#b1b4b6}.microplan-preview-section .boundary-selection .hierarchy-selection-element{position:relative;width:19.75rem;padding-right:.7rem}.microplan-preview-section .boundary-selection .hierarchy-selection-element .header{font-family:Roboto;font-size:1rem;font-weight:400;padding:0 0 .3rem;margin:0}.microplan-preview-section .microplan-preview-body{width:100%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-top:1.2rem}.microplan-preview-section .microplan-preview-body .hypothesis-container{padding:1.5rem 0;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);background:#fff;max-width:17.5rem;margin-right:1rem;display:grid}.microplan-preview-section .microplan-preview-body .hypothesis-container p{font-size:1rem;font-weight:400;margin:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-heading,.microplan-preview-section .microplan-preview-body .hypothesis-container p{font-family:Roboto;padding:0;overflow:hidden;text-wrap:wrap}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-heading{font-size:1.5rem;font-weight:700;margin:0 1.5rem}.microplan-preview-section .microplan-preview-body .hypothesis-container .instructions{margin:1.5rem}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list-entity{margin:0 0 1.5rem}.microplan-preview-section .microplan-preview-body .hypothesis-container .input{padding:.3rem 0 0;width:100%}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list-wrapper{-ms-flex-item-align:end;align-self:flex-end}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list{overflow-y:auto;max-height:17rem;padding-left:1.5rem;padding-right:1.5rem}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list::-webkit-scrollbar-track{background:#fff;border:none}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list h3{background-color:#f4f4f4;padding:.625rem;margin:0}.microplan-preview-section .microplan-preview-body .hypothesis-container .scrollable{padding-right:.8rem;margin-right:.2rem}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-controllers{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 0 0;width:100%}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-controllers .button-primary{font-family:Roboto;font-size:1.188rem;font-weight:600;min-height:2.5rem;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:.5rem 1.5rem 0}.microplan-preview-section .microplan-preview-body .button-primary,.microplan-preview-section .microplan-preview-body .preview-container{width:100%}.microplan-preview-section .microplan-preview-body .preview-container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background:#fff;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);position:relative;overflow:auto;border-radius:.25rem}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff!important;border:.063rem solid rgba(0,0,0,.16)!important;border-radius:.25rem;padding:.8rem .5rem .8rem .8rem}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper{overflow:auto;height:33rem;background-color:#fff;padding:.3rem}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper::-webkit-scrollbar-track{background:#fff;border:none}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper h3{background-color:#f4f4f4;padding:.625rem;margin:0}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table{border:.063rem solid #ccc;border-collapse:collapse;position:relative}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table tr:hover{outline:.1rem solid #c84c0e}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table tr:hover td{border-top:.063rem solid rgba(244,119,56,0);border-bottom:.063rem solid rgba(244,119,56,0)}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table .selected-row{height:100%;background-color:rgba(244,119,56,.12)!important}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table td,.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table th{min-width:7.578rem;border-left:.063rem solid #d6d5d4;border-top:.063rem solid #d6d5d4;border-bottom:0;border-right:0;padding:.5rem;font-family:Arial,sans-serif;font-size:.875rem;cursor:pointer;position:relative}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table td .edited-row-marker,.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table th .edited-row-marker{width:.313rem;position:absolute;top:-.045rem;left:-.313rem;padding:0;margin:0;height:calc(100% + .09rem);border-top-left-radius:.125rem;border-bottom-left-radius:.125rem;background-color:#c84c0e}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table th{background-color:#f4f4f4;font-weight:700;text-align:left;vertical-align:top}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data{padding:0 .7rem 0 1rem;max-height:25.5rem;overflow:auto}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data::-webkit-scrollbar-track{background:#fff;border:none}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table{width:100%!important;background:#fff}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table thead{position:sticky!important;z-index:100;top:0;background-color:#fafafa;padding:0}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table td,.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table th{background:#fff}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table td p,.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table th p{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:7.578rem;height:2.5rem;padding-left:.5rem;padding-right:.5rem;font-family:Roboto;margin:0;font-size:1rem;font-weight:400;text-align:left;border:.063rem solid #505a5f;color:#505a5f;text-wrap:wrap}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table th{padding:0 0 .4rem!important}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table td{padding:.8rem 1.9rem .4rem 0}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table .old-value{width:35%}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table .old-value p{background-color:#eee}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table .new-value{width:35%}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table .column-names{width:25%}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table .column-names p{font-weight:700;border:0;padding-left:0;color:#0b0c0c}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table th{border:0;padding:0;font-family:Roboto;font-size:1.5rem;font-weight:700;line-height:1.758rem;text-align:left;color:#0b0c0c}.microplan-preview-section .microplan-preview-body .preview-container .no-data-available-container{height:100%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.microplan-preview-section .digit-action-cancel{color:#c84c0e}.microplan-preview-section .apply-changes-hypothesis{padding:0 1rem 1rem}.microplan-preview-section .apply-changes-hypothesis .instructions p{font-weight:400;font-size:1rem;padding:0;margin:0}.microplan-preview-section .apply-changes-hypothesis .table-header{font-family:Roboto;font-size:1rem;font-weight:700;color:#0b0c0c}.microplan-preview-section .apply-changes-hypothesis .table-container{max-height:15rem;overflow-y:auto}.microplan-preview-section .apply-changes-hypothesis .table-container::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.microplan-preview-section .apply-changes-hypothesis .table-container::-webkit-scrollbar-track{background:#fff;border:none}.microplan-preview-section .apply-changes-hypothesis .table-container::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.microplan-preview-section .apply-changes-hypothesis .table-container::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table{width:100%;border-collapse:collapse}.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table th{font-family:Roboto;font-size:1rem;font-weight:700}.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table td,.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table th{word-wrap:normal;text-wrap:wrap;padding:1rem 1.2rem;text-align:left;border:.063rem solid #d6d5d4!important}.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table .even-row{background-color:#eee}.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table .odd-row{background-color:#fff}.microplan-success-screen{padding:1.5rem;background-color:#fff}.button-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.button-container,.custom-action-bar-success-screen{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-action-bar-success-screen{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important;z-index:800}.custom-action-bar-success-screen .custom-button{min-width:12.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-action-bar-success-screen .custom-button h2{font-weight:600;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.custom-action-bar-success-screen .custom-button .icon{margin:0 0 0 1rem!important}.custom-action-bar-success-screen .custom-button-left-icon{margin-right:1.2rem}.custom-action-bar-success-screen .custom-button-left-icon .icon{margin:0 1rem 0 0!important}.popup-wrap-focus button:focus{outline:.125rem solid #000!important;border-color:rgba(255,255,255,0)!important;outline-offset:-.125rem!important}.popup-wrap-rest-unfocus-active button:focus{outline:0!important;outline-offset:-.125rem!important}.guide-line-heading{font-family:Roboto Condensed;font-size:2.5rem;font-weight:700;text-align:left}.map-pop-up{background-color:#fff;margin:1rem 0;width:28rem;max-height:23rem;overflow:auto}.map-pop-up::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.map-pop-up::-webkit-scrollbar-track{background:#fff;border:none}.map-pop-up::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.map-pop-up::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.mp-description{margin-top:2rem;margin-bottom:1rem}.mp-hypothesis-label-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin:1rem 0 .5rem}.mp-hypothesis-label-field>div>span{font-weight:700;font-size:1.2rem}.hypothesis-delete-button{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-left:1rem;font-size:1.2rem}.fieldv1-deleteIcon-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30rem!important}.assumption-label,.fieldv1-deleteIcon-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.assumption-label{-ms-flex-wrap:wrap;flex-wrap:wrap;width:30rem}.kpi-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;padding:10px;background-color:rgba(255,255,255,var(--bg-opacity));margin-bottom:2rem}.kpi-card{text-align:center;padding:15px;width:120px}.kpi-card h2{margin:0;color:#0a4a6d;font-size:2em}.kpi-card p{margin:0;color:#666;font-weight:700;font-size:1.2em}.assumptionsForm-label-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:start!important}.assumptionsForm-label-field>div>span{font-size:1.5rem;font-weight:700}.assumptionsForm-card{background-color:#fafafa;border:1px solid #d6d5d4}.search-tabs-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#eee}.search-tabs-container .search-tab-head{padding:10px 35px;font-weight:700;font-size:1rem;border:1px solid #d6d5d4;border-radius:.5rem .5rem 0 0}.search-tabs-container .search-tab-head-selected{padding:10px 35px;color:#f47738;background-color:#fff;border-radius:.5rem .5rem 0 0;border:solid #f47738;border-width:1px 1px 4px;font-weight:700;font-size:1.125rem;margin-bottom:-1rem}.search-tabs-container .search-tab-head-selected:focus{outline:0}.dm-parent-container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem;background-color:#fff;margin:.5rem 0}.dm-parent-container,.dm-uploaded-file-container-sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dm-uploaded-file-container-sub{cursor:pointer}.dm-icon{margin-right:.5rem}.dm-file-name{color:#505a5f;font-weight:700;font-size:.875rem}.dm-actions-container{grid-gap:.75rem;gap:.75rem}.dm-actions-container,.dm-campaign-preview-edit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dm-campaign-preview-edit-container{cursor:pointer}.dm-campaign-preview-edit-container span,.dm-workbench-download-template-btn{font-size:.875rem;font-weight:500;color:#dc5a32}.dm-workbench-download-template-btn{border:1px solid #dc5a32;background-color:initial;padding:.25rem .5rem;border-radius:4px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dm-hover:hover{background-color:#fbe9e6;border-color:#dc5a32}.subBoundarycomp-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:.125rem;gap:.125rem}.view-more{text-decoration:underline;cursor:pointer;color:orange;margin-top:.2rem}.dm-code{max-width:100%;display:block;white-space:normal;overflow:visible}.dm-audit-info{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#c84c0e;margin-bottom:"1rem";font-size:"0.875rem"}.as-table-like{display:table;width:100%;border-collapse:initial;border-spacing:0 1rem}.as-table-row{display:table-row}.as-table-cell{display:table-cell;padding:10px;vertical-align:top}.as-key-cell{font-weight:700;width:40%;background-color:#f8f8f8;margin-right:5rem}.as-value-cell{width:60%;position:absolute;left:36rem}.mc_back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.typography.text-heading-xl,header{font-family:Roboto Condensed;font-style:normal;font-weight:700;color:#363636;line-height:normal}@media (min-width:1024px){.typography.text-heading-xl,header{font-size:2.5rem}}@media (min-width:768px){.typography.text-heading-xl,header{font-size:2.25rem}}@media (min-width:400px){.typography.text-heading-xl,header{font-size:2rem}}@media screen and (min-width:1024px){.summary-header,.typography.text-heading-l{font-size:2rem}}@media screen and (min-width:768px){.summary-header,.typography.text-heading-l{font-size:1.75rem}}@media screen and (min-width:400px){.summary-header,.typography.text-heading-l{font-size:1.5rem}}.boundary-header,.digit-employee-card.campaign-update-container .search-field-container .field-description,.summary-header,.typography.text-heading-l,.typography.text-heading-m,.view-composer-header-section .employee-card-sub-header{font-family:Roboto;font-style:normal;font-weight:700;color:#363636;line-height:normal}@media screen and (min-width:1024px){.boundary-header,.digit-employee-card.campaign-update-container .search-field-container .field-description,.typography.text-heading-m,.view-composer-header-section .employee-card-sub-header{font-size:1.5rem}}@media screen and (min-width:768px){.boundary-header,.digit-employee-card.campaign-update-container .search-field-container .field-description,.typography.text-heading-m,.view-composer-header-section .employee-card-sub-header{font-size:1.375rem}}@media screen and (min-width:400px){.boundary-header,.digit-employee-card.campaign-update-container .search-field-container .field-description,.typography.text-heading-m,.view-composer-header-section .employee-card-sub-header{font-size:1.5rem}}.typography.text-heading-s{font-family:Roboto;font-style:normal;font-weight:700;color:#363636;line-height:normal}@media screen and (min-width:1024px){.typography.text-heading-s{font-size:1rem}}@media screen and (min-width:768px){.typography.text-heading-s{font-size:1rem}}@media screen and (min-width:400px){.typography.text-heading-s{font-size:1rem}}@media screen and (min-width:400px){.typography.text-heading-xs{font-size:.75rem;font-family:Roboto;font-style:normal;font-weight:700;color:#363636;line-height:normal}}.typography.text-caption-l{font-family:Roboto;font-style:italic;font-weight:500;color:#363636;line-height:normal}@media screen and (min-width:1024px){.typography.text-caption-l{font-size:1.75rem}}@media screen and (min-width:768px){.typography.text-caption-l{font-size:1.75rem}}@media screen and (min-width:400px){.typography.text-caption-l{font-size:1.5rem}}@media screen and (min-width:1024px){.typography.text-caption-m{font-size:1.5rem}}@media screen and (min-width:768px){.typography.text-caption-m{font-size:1.5rem}}@media screen and (min-width:400px){.typography.text-caption-m{font-size:1.25rem}}.typography.text-caption-m,.typography.text-caption-s{font-family:Roboto;font-style:italic;font-weight:500;color:#363636;line-height:normal}@media screen and (min-width:1024px){.typography.text-caption-s{font-size:1.25rem}}@media screen and (min-width:768px){.typography.text-caption-s{font-size:1.25rem}}@media screen and (min-width:400px){.typography.text-caption-s{font-size:1.25rem}}@media screen and (min-width:1024px){.typography.text-body-l{font-size:1.25rem;line-height:1.75rem}}@media screen and (min-width:768px){.typography.text-body-l{font-size:1.25rem;line-height:1.75rem}}@media screen and (min-width:400px){.typography.text-body-l{font-size:1rem;line-height:1.5rem}}.typography.text-body-l,.typography.text-body-s{font-family:Roboto;font-style:italic;font-weight:400;color:#363636}@media screen and (min-width:1024px){.typography.text-body-s{font-size:1rem;line-height:1.5rem}}@media screen and (min-width:768px){.typography.text-body-s{font-size:1rem;line-height:1.5rem}}@media screen and (min-width:400px){.typography.text-body-s{font-size:.875rem;line-height:1.0938rem}}.typography.text-body-xs{font-family:Roboto;font-style:italic;font-weight:400;color:#363636}@media screen and (min-width:1024px){.typography.text-body-xs{font-size:.875rem;line-height:1.5rem}}@media screen and (min-width:768px){.typography.text-body-xs{font-size:.875rem;line-height:1.5rem}}@media screen and (min-width:400px){.typography.text-body-xs{font-size:.75rem;line-height:1.125rem}}.typography.text-label{font-style:italic}@media screen and (min-width:1024px){.typography.text-label{font-size:1rem}}@media screen and (min-width:768px){.typography.text-label{font-size:1rem}}@media screen and (min-width:400px){.typography.text-label{font-size:1rem}}.typography.text-label,.typography.text-link{font-family:Roboto;font-weight:400;color:#363636;line-height:normal}.typography.text-link{font-style:normal;text-decoration:underline}@media screen and (min-width:1024px){.typography.text-link{font-size:1rem}}@media screen and (min-width:768px){.typography.text-link{font-size:1rem}}@media screen and (min-width:400px){.typography.text-link{font-size:1rem}}.typography.heading-xl,.village-header{font-family:Roboto Condensed}@media (max-width:30rem){.typography.heading-xl,.village-header{font-size:2rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.heading-xl,.village-header{font-size:2.25rem}}@media (min-width:48rem){.typography.heading-xl,.village-header{font-size:2.5rem}}.typography.heading-l,.typography.heading-xl,.village-header{font-style:normal;font-weight:700}.typography.heading-l{font-family:Roboto}@media (max-width:30rem){.typography.heading-l{font-size:1.5rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.heading-l{font-size:1.75rem}}@media (min-width:48rem){.typography.heading-l{font-size:2rem}}@media (max-width:30rem){.card-heading-title,.typography.heading-m{font-size:1.25rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.card-heading-title,.typography.heading-m{font-size:1.375rem}}@media (min-width:48rem){.card-heading-title,.typography.heading-m{font-size:1.5rem}}.card-heading-title,.edit-label,.label-heading,.typography.heading-m,.typography.heading-s{font-family:Roboto;font-style:normal;font-weight:700}@media (max-width:30rem){.edit-label,.label-heading,.typography.heading-s{font-size:1rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.edit-label,.label-heading,.typography.heading-s{font-size:1rem}}@media (min-width:48rem){.edit-label,.label-heading,.typography.heading-s{font-size:1rem}}.typography.heading-xs{font-size:.75rem;font-family:Roboto;font-style:normal;font-weight:700}@media (max-width:30rem){.typography.caption-l{font-size:1.5rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.caption-l{font-size:1.75rem}}@media (min-width:48rem){.typography.caption-l{font-size:1.75rem}}.typography.caption-l,.typography.caption-m{font-family:Roboto;font-style:italic;font-weight:500}@media (max-width:30rem){.typography.caption-m{font-size:1.25rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.caption-m{font-size:1.5rem}}@media (min-width:48rem){.typography.caption-m{font-size:1.5rem}}.typography.caption-s{font-family:Roboto;font-style:italic;font-weight:500}@media (max-width:30rem){.typography.caption-s{font-size:1rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.caption-s{font-size:1.25rem}}@media (min-width:48rem){.typography.caption-s{font-size:1.25rem}}@media (max-width:30rem){.label-text,.typography.body-l{font-size:1rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.label-text,.typography.body-l{font-size:1.25rem}}@media (min-width:48rem){.label-text,.typography.body-l{font-size:1.25rem}}.label-text,.typography.body-l,.typography.body-s{font-family:Roboto;font-style:normal;font-weight:400}@media (max-width:30rem){.typography.body-s{font-size:.875rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.body-s{font-size:1rem}}@media (min-width:48rem){.typography.body-s{font-size:1rem}}@media (max-width:30rem){.typography.body-xs{font-size:.75rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.body-xs{font-size:.875rem}}@media (min-width:48rem){.typography.body-xs{font-size:.875rem}}.typography.body-xs,.typography.label{font-family:Roboto;font-style:normal;font-weight:400}@media (max-width:30rem){.typography.label{font-size:1rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.label{font-size:1rem}}@media (min-width:48rem){.typography.label{font-size:1rem}}.typography.link{font-weight:400;text-decoration:underline;font-size:1rem}.typography.button,.typography.link{font-family:Roboto;font-style:normal}.typography.button{font-weight:500}.campaign-cycle-container .sub-tab-container{margin-top:5px;padding:1.5rem}.campaign-cycle-container .sub-tab-container .card-text{margin-bottom:0}.campaign-cycle-container .add-resource-container{background-color:#fafafa;border:1px solid #d6d5d4;border-radius:.4rem;padding:1rem;margin-right:1.5rem;margin-bottom:1.5rem}.campaign-cycle-container .add-resource-container .card-text{margin:0;font-weight:700}.campaign-cycle-container .add-resource-container .header-container{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.campaign-cycle-container .delete-resource-icon,.campaign-cycle-container .header-container{display:-webkit-box;display:-ms-flexbox;display:flex}.campaign-cycle-container .delete-resource-icon{cursor:pointer;font-weight:600;font-size:1rem;color:#c84c0e;grid-gap:.5rem;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.campaign-cycle-container .add-resource-label-field-container{display:grid;grid-template-columns:2fr 1fr;grid-gap:2rem}.campaign-cycle-container .add-resource-label-field-container .options-card{max-height:10rem!important}.campaign-cycle-container .popup-wrap .popup-module-main{max-height:707px;overflow-y:auto;width:99%}.campaign-cycle-container .popup-wrap .popup-module-main::-webkit-scrollbar{width:.5rem;background:0 0}.campaign-cycle-container .popup-wrap .popup-module-main::-webkit-scrollbar-thumb{background:#d6d5d4;border-radius:5px;height:.5rem}.campaign-cycle-container .popup-wrap .popup-module-action-bar .selector-button-primary{padding:.6rem 2.5rem;height:unset;margin:1.5rem;background-color:#c84c0e}.selector-button-primary{background-color:#c84c0e}.campaign-breadcrumb{margin:0 0 1.5rem;color:#c84c0e!important}.sc-jlZhew.dVtbRz{overflow:hidden}.campaign-popup-module{margin:auto;width:calc(100% - 5rem)}.campaign-bulk-upload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.5rem}.campaign-bulk-upload .campaign-download-template-btn{font-weight:700}.bulk-info-text{margin-bottom:1.5rem}.delete-and-download-button{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1.5rem;gap:1.5rem}.bulk-upload-file .uploaded-file-container{margin:0 0 1.5rem}.uploaded-file-container{margin-left:0}.upload-drag-drop-container{background-color:#fafafa;border:1.5px dashed #d6d5d4;border-radius:5px;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.upload-drag-drop-container .drag-drop-text .browse-text{color:#c84c0e;-webkit-transition:color .3s;transition:color .3s}.upload-drag-drop-container .drag-drop-text .browse-text:hover{color:#c84c0e;text-decoration:underline;cursor:pointer}.upload-drag-drop-container{margin-left:0}.upload-drag-drop-container .drag-drop{color:#b1b4b6}.upload-drag-drop-container .browse-text{text-decoration:underline;color:#c84c0e;-webkit-transition:color .3s;transition:color .3s}.campaign-counter-container{padding:1.5rem 1.5rem .5rem}.campaign-counter-container .card-text{margin-top:0}.campaign-counter-container .label-field-pair{margin-bottom:1rem}.campaign-counter-container .label-field-pair .card-label{font-weight:700}.campaign-counter-container .date-field-container{display:grid;grid-template-columns:18.75rem 18.75rem;grid-gap:1.5rem;width:100%}.campaign-counter-container .PlusMinus{width:30%}.campaign-counter-container .PlusMinus input{width:100%}.campaign-tab-head{padding:1rem;width:12.5rem;height:3rem;border-radius:10px 10px 0 0;background-color:#fff;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:700;font-size:1rem;font-family:Roboto;color:#505a5f;margin-bottom:-6px;border:1px solid #d6d5d4;background-color:#fafafa}.campaign-tab-head.active{height:3.375rem;background-color:#fff;font-weight:700;color:#c84c0e;border:solid #c84c0e;border-width:1px 1px 4px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1.5rem}.campaign-tab-head :focus,.campaign-tab-head.active{outline:0}.campaign-sub-tab-head{outline:0;background-color:#fff;color:#c84c0e;border:1px solid #c84c0e;height:2rem;width:9.188rem;font-size:1rem;font-weight:400}.campaign-sub-tab-head.active{background-color:#c84c0e;color:#fff;outline:0;height:2rem;width:9.188rem;font-family:Roboto;font-weight:700;font-size:1rem}.tab-content-header{margin-top:1.5rem;margin-bottom:1.5rem!important}.delivery-rule-container{padding-top:0}.delivery-rule-container .card-header{font-size:1.5rem!important;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.delivery-rule-container .card-header .title{margin:0!important}.delivery-rule-container .attribute-container{border:1px solid #d6d5d4;background-color:#fafafa;padding:0 1rem 1rem}.delivery-rule-container .attribute-container .add-attribute{width:74.5%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.delivery-rule-container .attribute-container .add-attribute h2{font-size:1rem;font-family:Roboto;width:unset!important;font-weight:600}.attribute-field-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:2.5rem;gap:2.5rem}.attribute-field-wrapper .label-field-pair{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.attribute-field-wrapper .label-field-pair .card-label.card-label-smaller{font-weight:700}.attribute-field-wrapper .label-field-pair .employee-select-wrap.form-field{width:100%}.attribute-field-wrapper .label-field-pair .digit-employee-card-input{margin-bottom:0}.attribute-field-wrapper .options-card{max-height:10rem!important}.attribute-field-wrapper .card-label{margin-bottom:.5rem}.add-rule-btn{margin:auto}.add-rule-btn h2{font-family:Roboto;font-size:1rem;font-weight:600}.add-product-btn h2{font-family:Roboto;font-size:1rem;font-weight:600}.popup-wrap.campaign-product-wrapper .popup-module{width:70%;padding-left:1.5rem;padding-bottom:1.5rem}.popup-wrap.campaign-product-wrapper .popup-module .header-wrap{font-size:1.5rem;font-weight:700}.popup-wrap.campaign-product-wrapper .popup-module .header-wrap .header-content.popup-header-fix{margin-top:1.5rem}.popup-wrap.campaign-product-wrapper .popup-module-action-bar{margin-top:1.5rem;margin-right:1.5rem}.search-button-wrapper{grid-column-end:-1!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.add-resource-wrapper .link{color:#c84c0e}.digit-toast-success{margin-bottom:-.5rem}.customBtn-selected{background-color:#c84c0e}.primary-label-btn{color:#c84c0e}.employeeCard .complaint-links-container .header .logo{background-color:#c84c0e}.employeeCard .complaint-links-container .body.link{color:#c84c0e}.employeeCard .complaint-links-container .body .inbox-total{background-color:#c84c0e}.employee .topbar .right .user-img-txt{background-color:#c84c0e}.action-bar-wrap .submit-bar{background-color:#c84c0e}.jk-digit-secondary-btn{color:#c84c0e;border-color:#c84c0e}.error-boundary .error-container button{background-color:#c84c0e}.inbox-search-wrapper .search-tabs-container .search-tab-head-selected{color:#c84c0e;border-color:#c84c0e}.inbox-search-wrapper .submit-bar{background-color:#c84c0e}.inbox-search-wrapper .search-component-table .link{color:#c84c0e}.inbox-search-wrapper .link-label{color:#c84c0e!important}.drag-drop-container .drag-drop-text .browse-text{color:#c84c0e}@-webkit-keyframes slideInFromBottom{0%{bottom:-3rem}to{bottom:4rem}}.toast-success.animate{-webkit-animation:slideInFromBottom .5s ease forwards;animation:slideInFromBottom .5s ease forwards}@media screen and (max-width:768px){.topbar{background:#0b4b66!important;color:#fff}}.digit-button-primary{background-color:#c84c0e!important}.digit-button-secondary .icon-label-container h2{color:#c84c0e!important}.employee .digit-employeeSidebar .sidebar{z-index:999}.digit-toast-success{-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;bottom:-100%}@keyframes slideInFromBottom{0%{bottom:-100%}to{bottom:4.5rem}}.digit-toast-success.animate{-webkit-animation:slideInFromBottom .5s ease forwards;animation:slideInFromBottom .5s ease forwards}.horizontal-nav{background-color:initial!important}.horizontal-nav .sidebar-list.active .menu-label{color:#c84c0e}.horizontal-nav .sidebar-list.active{border-bottom:3px solid #c84c0e}.stepper-label,.stepper-wrapper{width:-webkit-max-content;width:-moz-max-content;width:max-content}.digit-popup-children-wrap .parent-group .digit-tag-container{max-width:100%}.digit-card-label{width:30%}.selecting-boundaries-pop{min-height:50%}.summary-header{font-size:2.25rem}.date-field-container{display:grid;grid-template-columns:20rem 20rem;grid-gap:1.5rem;width:70%;padding-top:.3rem;margin-top:0}.date-field{display:grid;grid-template-columns:1fr 2fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.campaign-type{margin-right:5rem;padding-bottom:1.2rem;font-weight:700}.name-container{margin-right:4rem;font-weight:700;text-wrap:nowrap}.beneficiary-type{margin-right:5.4rem;font-weight:700}.campaign-dates{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700}.mandatory-date{margin-top:.8rem;margin-left:.5rem;color:red!important;font-size:1rem;font-weight:700}.description-type{margin-top:2rem;margin-bottom:2rem}.dates-description,.name-description{margin:0}.selecting-boundary-div{padding-top:.5rem}.selecting-boundary-div .label-field-pair{margin-bottom:1.5rem}.campaign-table{border-collapse:collapse;border-color:transparent;border-width:0 1.5rem}.campaign-table tbody tr:hover{background:rgba(244,119,56,.12)}.info-points{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.5rem;gap:.5rem;margin-bottom:.5rem}.infoClass{margin-bottom:1.5rem}.headerWrapperClassName{display:none}.whoLogo{margin-top:-1rem;margin-bottom:-1rem}.digit-popup-wrapper.popUpClass{width:45rem}.digit-popup-wrapper.popUpClass .popUpFooter .digit-popup-footer-buttons{margin-left:0;width:100%}.digit-popup-wrapper.popUpClass .popUpFooter .digit-popup-footer-buttons button{-webkit-box-flex:1;-ms-flex:1;flex:1}.timeline-div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.setup-campaign .digit-success{z-index:1000}.digit-error{z-index:900}.timeline-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.upcoming-timeline .timeline-label{color:#b1b4b6}.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;grid-gap:1.5rem;gap:1.5rem;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:31.25rem}.stepper-card{height:36.5rem;margin-bottom:1.5rem!important}.stepper-subheader{color:#0b4b66}.container-full{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;grid-gap:1.5rem;gap:1.5rem;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.name-container-label .label-field-wrapper{width:-webkit-fill-available}.formula-label-field{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1.5rem;gap:1.5rem}.equals-icon{font-family:Roboto Condensed;font-size:2.5rem;font-weight:700;line-height:2.93rem;text-align:left;width:1.31rem;height:2.38rem;grid-gap:0;gap:0;opacity:1}.formula-label-field>span{width:20rem;font-size:1.2rem;margin-right:2rem;font-weight:700}.header-comp-blue{margin-top:0;font-size:2rem;color:#0b4b66!important}.pop-inbox-wrapper{grid-gap:2rem;gap:2rem}.ingestion-container,.pop-inbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ingestion-container{text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100vh;width:100%;background-color:#f9fafc;color:#1b1b1b}.drop-area{border:2px dashed #ccc;padding:20px;text-align:center;width:500px;height:400px}.drop-area.active{border:2px dashed #f47738}.upload-file-button{cursor:pointer;padding:.25rem;font-size:1rem;border:none;font-family:Oswald,sans-serif;font-size:20px;background-color:initial;margin-top:20px;color:#f47738}.drag-drop-tag{font-size:20px}.remove-button{font-size:20px;padding:8px;outline:#f37f12;background-color:#f9fafc;color:#f47738}.override-card{margin-left:0!important}.table{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));width:100%;border-radius:4px 4px 0 0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);border-left-width:24px;border-right-width:24px;border-left-color:#fff;border-right-color:#fff}.table thead th{padding:20px 18px;font-weight:700;vertical-align:middle;text-align:left}.table thead th:first-child{min-width:256px}.table tbody{border:none;padding:0;margin:0}.table tbody td{--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));text-align:left;vertical-align:middle;padding:"20px 18px"}.sub-work-table{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border-collapse:collapse;border:1px solid #ddd}.sub-work-table td,.sub-work-table th{color:#0b0c0c;border:1px solid #ddd;padding:12px}.sub-work-table .remove-button{font-size:20px;padding:8px;outline:#f37f12;background-color:#f9fafc;color:#f47738}.sub-work-table .action-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.sub-work-table .action-bar .action-bar-button{margin-right:.5em}.sub-work-table th{padding:10px;text-align:center;background-color:#efefef;color:#0b0c0c}.sub-work-table tr td span:hover{cursor:pointer}.reports-table{margin-top:2rem}.reports-table thead th:first-child{min-width:unset}.h1.works-header-create,.h1.works-header-search,.h1.works-header-view{font-size:36px}.download-button{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important;margin:20px}.download-button,.master-container{display:-webkit-box;display:-ms-flexbox;display:flex}.master-container{grid-gap:1rem}.master-container .custom-master{cursor:pointer;width:6.25rem;height:6.25rem}.master-container .custom-master a{color:#0b0c0c;text-decoration:none}.master-container .custom-master .master-icon{text-align:center}.master-container .custom-master:hover{background-color:#feefe7}.help-screen-container .help-screen-body a{cursor:pointer;color:#c84c0e;text-decoration:none}.card-details{background-color:#fafafa!important;position:relative;width:-webkit-fill-available}.CloseButton{position:absolute;top:5px;right:5px;cursor:pointer}.startNumber{padding-top:25px}.endNumber,.startNumber{display:-webkit-box;display:-ms-flexbox;display:flex}.start{padding-right:1.2rem}.end,.start{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.end{padding-right:1.55rem}.workbench-add-row-detail-btn{margin-bottom:15px}.village-header{color:#363636;margin-bottom:2rem}.card-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-heading-title{color:#0b4b66}.label-pair{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.label-heading{color:#363636;width:20%}.label-text{color:#363636;width:80%}.edit-label-field-pair{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.edit-label{color:#363636;width:50%}.edit-label,[dir=ltr] .edit-value{text-align:left}[dir=rtl] .edit-value{text-align:right}.edit-value{width:50%}.middle-child{margin-bottom:1.5rem}.facility-popup{max-width:85%!important}.digit-topbar-container{width:100%}.wbh-header-container{margin-top:1.5rem}.main.digit-home-main{margin-left:92px}.main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper{margin-left:0;margin-right:2rem}.main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground{padding:0}.main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground .employee-app-container.digit-home-employee-app .ground-container.moduleCardWrapper.gridModuleWrapper.digit-home-moduleCardWrapper{grid-gap:2.5rem;gap:2.5rem;margin-top:2rem;padding:0;display:grid!important;grid-template-columns:repeat(auto-fill,minmax(263px,1fr))}.main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground .employee-app-container.digit-home-employee-app .ground-container.moduleCardWrapper.gridModuleWrapper.digit-home-moduleCardWrapper .employeeCard.customEmployeeCard.card-home.home-action-cards{margin:0!important;min-width:263px!important;width:auto!important}.campaign-cycle-container .popup-header-fix{margin-top:1.5rem!important}.tag.inbox-tag{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;background-color:#d6d5d4;border-radius:2rem;padding:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2rem;margin-bottom:.7rem;grid-gap:.2rem;gap:.2rem}.mandatory-span{margin-left:.5rem;color:red!important;font-size:1rem;font-weight:700}.digit-employee-card-input.numeric{margin-bottom:unset}.actionBarClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;z-index:0}.previous-button{margin-left:4rem;min-width:12.5rem}.info-text{padding-bottom:1.5rem}.view-composer-header-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.card-with-background{margin-top:1rem}.card-with-background .card-head{margin-bottom:1rem;color:#505a5f}.no-data-found{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.no-data-found .error-msg{margin-top:1rem}.search-tab-head{color:#505a5f}.search-tabs-container{border-bottom:none;margin-bottom:0}.delivery-preview-card{margin-bottom:1.5rem!important;background-color:#fafafa;border:1px solid #d6d5d4;width:70%}.delivery-preview-card .custom-table-label{font-size:1.5rem;font-weight:700;color:#505a5f;margin-bottom:1rem}.delivery-preview-card .campaign-attribute-table table{border-width:0!important;background-color:#fafafa;border-collapse:collapse;border-radius:1rem}.delivery-preview-card .campaign-attribute-table table tbody tr:nth-child(odd){background-color:#fff}.delivery-preview-card .campaign-attribute-table table th{border-right:1px solid #d6d5d4}.delivery-preview-card .campaign-attribute-table table th:last-child{border-right:none}.delivery-preview-card .campaign-attribute-table table td{padding:1rem;border-right:1px solid #d6d5d4}.delivery-preview-card .campaign-attribute-table table td:last-child{padding:1rem;border-right:none}.delivery-preview-card .campaign-attribute-table,.delivery-preview-card .campaign-product-table{margin-bottom:1rem;border:1px solid #d6d5d4;overflow:hidden;border-radius:4px;border:1px solid #d6d5d4}.delivery-preview-card .campaign-product-table table{background-color:#fafafa;border-collapse:collapse;border-radius:1rem;border-width:0!important}.delivery-preview-card .campaign-product-table table th{border-right:1px solid #d6d5d4}.delivery-preview-card .campaign-product-table table th:last-child{border-right:none}.delivery-preview-card .campaign-product-table table td{padding:1rem;border-right:1px solid #d6d5d4}.delivery-preview-card .campaign-product-table table td:last-child{border-right:none}.cycle-paragraph{font-weight:700;font-size:24px;color:#505a5f;margin-top:.5rem}.header-end{margin-right:1rem}.digit-stepper-container{margin-bottom:1.5rem}.employee-app-wrapper{margin:0 1rem}input[type=date]::-webkit-calendar-picker-indicator{position:absolute;right:5px;top:20%;-webkit-transform:translateY(-10%);transform:translateY(-10%)}.campaign-preview-edit-container{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1rem;gap:1rem}.campaign-preview-edit-container span{color:#c84c0e}.campaign-attribute-table{border:1px solid #d6d5d4;overflow:hidden;border-radius:4px}.campaign-attribute-table tbody tr:nth-child(odd){background-color:#fff}tbody tr:nth-child(odd){background-color:#fff}.popup-wrap.campaign-data-preview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.digit-employee-card-input.numeric{pointer-events:none}.product-tag-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1rem}.workbench-download-template-btn{font-weight:700}.digit-employee-card-input.numeric{text-align:center}.in-between{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}@media screen and (min-width:1024px){.in-between{grid-gap:10rem}}.setup-campaign .setup-campaign-card{padding-bottom:1.5rem}.setup-campaign .digit-dropdown-options-card{max-height:10rem!important}.setup-campaign .digit-field{margin-bottom:0!important}.campaign-summary-container .setup-campaign-card .employeeCard.employeeCard-override{padding:1.5rem;margin-bottom:1.5rem!important}.campaign-summary-container .row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:5rem;gap:5rem}.campaign-summary-container .row h2{margin:0;width:272px}.campaign-summary-container .row .value{width:unset}.campaign-summary-container .row .value p{margin:0}.campaign-summary-container .digit-infobanner-wrap.error{margin-left:0;margin-bottom:1.5rem;min-width:100%}.campaign-summary-container .digit-infobanner-wrap.error .digit-button-primary{height:1.5rem;background-color:#d4351c!important}.campaign-summary-container .digit-infobanner-wrap.error .digit-button-primary .icon-label-container.primary.large{font-size:14px}.campaign-summary-container .digit-infobanner-wrap.error .digit-button-primary .icon-label-container.primary.large .digit-button-label{font-size:14px;color:#fff}.view-composer-header-section .employee-card-sub-header{margin-bottom:1.5rem}.view-composer-header-section .employee-card-sub-header.error{color:#d4351c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:.5rem;gap:.5rem}.add-new-product-container{border:1px solid #d6d5d4;background-color:#fafafa;width:70%;padding-top:0}.add-new-product-container .heading-bar{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.add-new-product-container .heading-bar .card-text{margin-top:1rem;margin-bottom:1rem}.add-new-product-container .label-field-pair{grid-gap:5rem;gap:5rem;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.add-new-product-container .label-field-pair .product-label-field{width:12rem;text-wrap:nowrap;font-weight:700}.page-padding-fix{margin-top:1.5rem}.addProductActionClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.addProductActionClass .submit-bar{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding-left:1.5rem;padding-right:1.5rem}.loginFormStyleEmployee .loginCardClassName .digit-header-content:not(label){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.selecting-boundaries-dropdown .digit-multiselectdropdown-server{max-height:15rem}.hover{cursor:pointer}.digit-dropdown-employee-select-wrap .digit-dropdown-employee-select-wrap--elipses{font-size:1rem!important}.digit-dropdown-employee-select-wrap.language-dropdown .digit-dropdown-options-card{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.digit-popup-wrapper.boundaries-pop-module.default{width:36rem}.digit-popup-wrapper.boundaries-pop-module.default .digit-popup-footer .digit-popup-footer-buttons{width:100%!important;display:grid;grid-template-columns:1fr 1fr}.digit-popup-wrapper.boundaries-pop-module.default .digit-popup-footer .digit-popup-footer-buttons .digit-button-primary,.digit-popup-wrapper.boundaries-pop-module.default .digit-popup-footer .digit-popup-footer-buttons .digit-button-secondary{width:100%}.campaign-type-alert-button .digit-button-label{width:100%!important}.campaign-pop-module{padding:1.5rem;border-radius:4px;width:36rem}.campaign-modal-heading{font-size:2rem;font-weight:700;margin:0!important}.campaign-pop-main{font-size:1.25rem;padding:0!important;font-size:400}.campaign-pop-main .card-text{margin-bottom:1.5rem!important}.campaign-pop-main .popup-module-action-bar.campaign-pop-action .selector-button-border{background-color:#fff;border:1px solid #c84c0e}.campaign-pop-main .popup-module-action-bar.campaign-pop-action .selector-button-border h2{color:#c84c0e!important}.digit-toast-success{max-width:90%;margin-left:auto;margin-right:auto;height:auto}.digit-toast-success .toast-label{line-height:1.5;word-break:break-word;height:auto;white-space:unset}.digit-dropdown-select.error{border:1px solid #d4351c}.campaign-type-wrapper .digit-error-icon-message-wrap{margin-top:4px;font-size:14px}.individualElement h2{color:#363636}.link{color:#c84c0e!important}.employeeCard.employeeCard-override.card-error{border:1px solid #d4351c}.label-field-pair.delivery-type-radio{grid-gap:5rem;gap:5rem}.label-field-pair.delivery-type-radio .digit-radio-options-wrap{grid-gap:2rem;gap:2rem;margin-bottom:0!important}.label-field-pair.delivery-type-radio .digit-radio-options-wrap .radio-option-container{margin-bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bold{font-weight:700}.summary-doc-error p{margin-top:0;margin-bottom:0}.summary-doc-error .digit-infobanner-wrap.error{margin-bottom:.5rem;margin-top:1.5rem}.digit-employee-card.campaign-update-container{padding:1.5rem;margin:0!important}.digit-employee-card.campaign-update-container .header{margin-bottom:1.5rem}.digit-employee-card.campaign-update-container .search-field-container{border:1px solid #d6d5d4;border-radius:4px;padding:1rem;background-color:#fafafa!important;margin:unset!important}.digit-employee-card.campaign-update-container .search-field-container .field-description{margin:unset;margin-bottom:1rem}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid{display:grid;grid-template-columns:20rem 20rem 20rem;grid-gap:2rem;gap:2rem}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField{display:grid;grid-template-columns:1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label{display:-webkit-box;display:-ms-flexbox;display:flex}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label p{margin:0 0 .25rem}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label .mandatory-date{margin-top:-.25rem}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .digit-button-primary{-ms-flex-item-align:end;align-self:flex-end}.digit-multiselectdropdown-wrap.select-boundaries-target{margin-bottom:0}.boundary-with-container{margin:1.5rem 0 0!important}.cycle-date-container{margin-left:0!important;margin-right:0!important;border:1px solid #d6d5d4!important;background-color:#fafafa!important}.header-dropdown-container{position:absolute}.header-dropdown-container .header-dropdown-menu{left:0;bottom:2.25rem}.table.campaign-table .header-dropdown-menu.showBottom{min-width:8.6rem}.digit-card-component.bannerCard.removeBottomMargin.languageSelection{width:unset!important}.question-card-container.subSection{width:100%}.question-card-container .heading-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:1rem;gap:1rem}.question-card-container .heading-bar .separator{height:2rem;border:1px solid #d6d5d4}.question-card-container .heading-bar .digit-checkbox-container{margin-bottom:unset}.question-label-field .question-label{width:30%}.question-label-field .question-field-container{width:100%}.question-label-field .question-field-container .question-field{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1rem;gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.optioncheckboxwrapper .simple_editable-input,.optioncheckboxwrapper .simple_readonly-input{height:1.5rem;-ms-flex-align:center;-ms-flex-item-align:center;align-self:center}.optioncheckboxwrapper .pointer,.optioncheckboxwrapper .simple_editable-input,.optioncheckboxwrapper .simple_readonly-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optioncheckboxwrapper .pointer{-ms-flex-align:center}.optionradiobtnwrapper .simple_editable-input,.optionradiobtnwrapper .simple_readonly-input{height:3rem;-ms-flex-align:center;-ms-flex-item-align:center;align-self:center}.optionradiobtnwrapper .pointer,.optionradiobtnwrapper .simple_editable-input,.optionradiobtnwrapper .simple_readonly-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optionradiobtnwrapper .pointer{-ms-flex-align:center}.example input{max-width:100rem}.question-card-container{width:100%;border:1px solid #d6d5d4;background-color:#fafafa}.question-card-container.subSection{width:100%}.question-card-container .heading-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:1rem;gap:1rem}.question-card-container .heading-bar .separator{height:2rem;border:1px solid #d6d5d4}.question-card-container .heading-bar .digit-checkbox-container{margin-bottom:unset}.question-label-field{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.question-label-field .question-label{width:30%}.question-label-field .question-field-container{width:100%}.question-label-field .question-field-container .question-field{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1rem;gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.checkboxOptionVariant,.customradiobutton{margin-bottom:0!important;margin-top:auto;grid-gap:.5rem;gap:.5rem}.optioncheckboxwrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optioncheckboxwrapper .simple_editable-input,.optioncheckboxwrapper .simple_readonly-input{height:1.5rem;-ms-flex-align:center;-ms-flex-item-align:center;align-self:center}.optioncheckboxwrapper .pointer,.optioncheckboxwrapper .simple_editable-input,.optioncheckboxwrapper .simple_readonly-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optioncheckboxwrapper .pointer{-ms-flex-align:center}.optionradiobtnwrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optionradiobtnwrapper .simple_editable-input,.optionradiobtnwrapper .simple_readonly-input{height:3rem;-ms-flex-align:center;-ms-flex-item-align:center;align-self:center}.optionradiobtnwrapper .pointer,.optionradiobtnwrapper .simple_editable-input,.optionradiobtnwrapper .simple_readonly-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optionradiobtnwrapper .pointer{-ms-flex-align:center}.example{max-width:100rem}.example input{max-width:100rem}.checkboxOptionVariant{margin-bottom:0}.custom-class{width:auto}.employeeCard .label-field-pair{width:auto}.digit-employee-card.example-view-card{margin-left:0!important;margin-right:0!important}.previewChecklist-app-container{width:100%;margin:0 auto;padding:16px;background-color:#f5f5f5;font-family:Arial,sans-serif}.preview-question-title{font-weight:700;margin-bottom:10px}.preview-options{margin-left:20px}.preview-option{font-weight:lighter;margin-bottom:5px}.preview-sub-questions{margin-left:20px}.tetxinput-example .input-container{max-width:unset!important}.digit-employee-card{margin-bottom:1rem;margin-right:0!important;margin-left:0!important}.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{background-color:#c84c0e!important}.inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label{color:#c84c0e!important}.boundary-header{color:#0b4b66}.card-header-timeline{margin-bottom:0!important;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-bottom-left-radius:0;border-bottom-right-radius:0;border:.063rem solid;color:#0b4b66}.stepper-subheader{color:#0b4b66!important}.parent-group{border-width:.063rem;background:#fafafa;border-color:#d4d5d6;border-radius:.5rem;padding:1rem}.card-container{height:100%}.card-container2{width:-webkit-fill-available;padding-bottom:1.5rem}.card-container-delivery{height:100%;width:-webkit-fill-available}.parent{color:#0b4b66;font-weight:700;font-family:Roboto;padding-bottom:1rem}.digit-employee-card .digit-label-field-pair h2{width:auto;font-size:larger}.mobile-screen{width:25rem;height:40rem;border:0 solid #ccc;border-radius:1rem;overflow:hidden;background-color:#fff;-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.1);margin:20px auto;font-family:Arial,sans-serif}.mobile-top-bar{background-color:#0b4b66;height:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1rem;color:#fff;font-size:1.5rem;font-weight:700;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.mobile-container,.mobile-top-bar{display:-webkit-box;display:-ms-flexbox;display:flex}.mobile-container{padding:1.5rem;height:calc(100% - 50px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile-questions{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.2rem;overflow-y:auto;border:1px solid #ccc;border-radius:1rem}.mobile-header h2{color:#555;font-size:.875rem;margin-bottom:.3125rem}.mobile-header h1{font-size:1.25rem;color:#222}.mobile-checklist-highlight{font-weight:700;padding:0 .3125rem}.mobile-description{font-size:.75rem;margin-top:.625rem;margin-bottom:1.25rem;color:#777}.mobile-questions .mobile-question-item{border-bottom:.0625rem solid #ccc;padding:.625rem 0}.mobile-question{font-weight:700;font-size:.875rem}.mobile-answer{font-size:.875rem;margin-left:.625rem}.custom-pop-up{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.custom-pop-up .digit-popup-footer .digit-popup-footer-buttons{width:100%!important;display:grid;grid-template-columns:1fr 1fr}.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{width:100%}.custom-popup-boundary{max-width:100%;height:11rem}.dustbin-icon{margin-bottom:1rem;margin-top:.7rem}.custom-action-bar .digit-action-bar-fields{display:contents}.digit-action-bar-wrap div{width:100%}
6
+ *//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes ping{75%,to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.help-label{color:#c84c0e}.guideline-actionbar-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.guideline-actionbar-content .custom-button{min-width:12.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.guideline-actionbar-content .custom-button h2{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.guideline-actionbar-content .custom-button .icon{margin:0 0 0 1rem!important}.guideline-actionbar-content .custom-button-left-icon .icon{margin:0 1rem 0 0!important}.navigator-componet-not-found{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:2rem;font-weight:700;font-size:2rem;color:#000}.api-data-loader{width:100%!important;height:100%!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.api-data-loader,.modal-header{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.modal-header{padding-left:1rem!important;margin-bottom:0!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;overflow:hidden!important}.modal-header p{padding:0!important;margin:0!important}.modal-body{overflow:hidden;padding-left:1rem;padding-right:1rem;margin-bottom:1rem;margin-right:1rem}.modal-body p{font-weight:400;font-size:1rem}.button-type-1{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;padding:.625rem .5rem!important;margin:0!important;height:2.5rem!important}.button-type-1 p{font-weight:600!important;font-size:1rem!important;margin:0!important;padding:0!important}.button-type-2{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;padding:.625rem .5rem!important;margin:0!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;height:2.5rem!important}.button-type-2 .icon{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.button-type-2 .icon,.button-type-2 p{margin:0!important;padding:0!important}.button-type-2 p{font-weight:600!important;font-size:1rem!important}.microplan-close-button{margin:.5rem .5rem 0 0;-ms-flex-item-align:start;align-self:flex-start;border:none;color:inherit;cursor:pointer;overflow:visible;background-color:transparent}.microplan-naming-conventions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.microplan-naming-conventions .microplan-naming-convention-instruction-list-container{margin-left:.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.microplan-naming-conventions .microplan-naming-convention-instruction-list-container .number{min-width:1.2rem!important}.microplan-naming-conventions .microplan-naming-convention-instruction-list{font-family:Roboto;font-size:1rem;font-weight:400;text-align:left;padding:0;margin:0;line-height:1.5rem}.microplan-naming-conventions .microplan-naming-conventions-heading{font-family:Roboto;font-size:1.2rem;font-weight:500;text-align:left;padding:0;margin:1rem 0 0}.upload-section{font-family:Roboto}.upload-section .upload,.upload-section .upload-component-wrapper{width:100%}.upload-section .upload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1.25rem}.upload-section .upload-section-option{position:relative;right:-1.68rem;width:12.7rem;min-height:32rem;background-color:#fff;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16078);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16078)}.upload-section .upload-section-options-active,.upload-section .upload-section-options-inactive{min-height:3.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:.063rem solid #d6d5d4;cursor:pointer}.upload-section .upload-section-options-active p,.upload-section .upload-section-options-inactive p{margin-left:.5rem;color:#505a5f;font-weight:400;font-size:1rem}.upload-section .upload-section-options-active .icon,.upload-section .upload-section-options-inactive .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;overflow:visible;padding:0;margin-left:.625rem;width:1.875rem;height:2.188rem}.upload-section .upload-section-options-active .end,.upload-section .upload-section-options-inactive .end{position:absolute;right:.5rem;justify-self:end}.upload-section .upload-section-options-active:first-child,.upload-section .upload-section-options-inactive:first-child{border-top-left-radius:.5rem}.upload-section .upload-section-options-active{border-right:.3rem solid #c84c0e;background-color:rgba(244,119,56,.12)}.upload-section .upload-section-options-active p{font-weight:700}.upload-section .upload-section-options-inactive{border-right:none;background-color:#fff}.upload-section .upload-component{height:-webkit-min-content;height:-moz-min-content;height:min-content;border-radius:.25rem;background-color:#fff;margin:0 .3rem 0 0;padding:1.5rem 1.5rem .625rem}.upload-section .upload-component-active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}.upload-section .upload-component-active .greyedout-name{color:#b1b4b6;margin:0 .625rem;font-size:1.25rem;padding-top:0;font-weight:500}.upload-section .upload-component-active .h2-class{margin:0;padding:0;width:90%!important;overflow:hidden;font-size:2.5rem;font-weight:700}.upload-section .upload-component-active p{padding-top:.625rem;font-size:1rem;margin:.625rem 0;font-weight:400}.upload-section .upload-component-active .heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.upload-section .upload-component-active .heading h2{width:90%!important}.upload-section .upload-component-active .heading .download-template-button{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;padding-left:.625rem;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;min-width:13.5rem;height:2.5rem;border:.063rem solid #c84c0e;background-color:rgba(241,241,241,0)}.upload-section .upload-component-active .heading .download-template-button:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #c84c0e;box-shadow:inset 0 -.125rem 0 0 #c84c0e}.upload-section .upload-component-active .heading .download-template-button .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.upload-section .upload-component-active .heading .download-template-button .icon,.upload-section .upload-component-active .heading .download-template-button p{margin:0;padding:0}.upload-section .upload-component-active .heading .download-template-button p{color:#c84c0e;font-weight:600;font-size:1rem}.upload-section .upload-component-inactive{display:none}.upload-section .upload-option-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.25rem 0;-ms-flex-wrap:wrap;flex-wrap:wrap}.upload-section .upload-option-container .upload-option-container-selected{border:.125rem solid #c84c0e;color:#c84c0e}.upload-section .upload-option{border-radius:.25rem;border:.0625rem solid #d6d5d4;min-width:12.5rem;min-height:8.75rem;-webkit-box-shadow:0 .0625rem rgba(0,0,0,.16);box-shadow:0 .0625rem rgba(0,0,0,.16);padding:.625rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-items:center;margin:0 1.25rem;cursor:pointer}.upload-section .upload-option p{margin-top:.625rem;font-weight:600;color:#505a5f}.upload-section .upload-option .label:hover{color:#c84c0e}.upload-section .upload-option:hover{outline:.125rem solid #c84c0e}.upload-section .upload-option .upload-option-selected{border:.125rem solid #c84c0e;color:#c84c0e}.upload-section .upload-option .select-button{background-color:#fff;color:#c84c0e}.upload-section .upload-option .select-button:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #c84c0e;box-shadow:inset 0 -.125rem 0 0 #c84c0e}.upload-section .upload-option .select-button,.upload-section .upload-option .selected-button{justify-self:end;border:.063rem solid #c84c0e;width:11rem;height:2.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1rem;font-weight:600}.upload-section .upload-option .selected-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;background-color:#c84c0e;padding:.6rem .5rem;color:#fff}.upload-section .selected-button,.upload-section .upload-file{-webkit-box-direction:normal;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.upload-section .upload-file{min-height:10rem;padding-top:.625;margin:1rem 0;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;background-color:#fafafa;border:.063rem dotted #d6d5d4}.upload-section .upload-file .browse-text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0;padding:0}.upload-section .upload-file .browse-text-wrapper .browse-text{margin:0;padding:0;color:#c84c0e;text-decoration:underline;cursor:pointer}.upload-section .upload-file .flex{display:-webkit-box;display:-ms-flexbox;display:flex}.upload-section .flex,.upload-section .uploaded-file{display:-webkit-box;display:-ms-flexbox;display:flex}.upload-section .uploaded-file{border:.063rem solid #d6d5d4;min-height:4.75rem;background-color:#fafafa;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.625rem;margin-bottom:.625rem;padding:0 .625rem;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.upload-section .uploaded-file .uploaded-file-details{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1rem 0}.upload-section .uploaded-file .uploaded-file-details [dir=ltr] p{text-align:left}.upload-section .uploaded-file .uploaded-file-details [dir=rtl] p{text-align:right}.upload-section .uploaded-file .uploaded-file-details p{padding:0;margin:0;height:-webkit-min-content;height:-moz-min-content;height:min-content;font-weight:700;font-size:1.5rem;color:#505a5f}.upload-section .uploaded-file .uploaded-file-operations{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:end;-ms-flex-wrap:wrap;flex-wrap:wrap}.upload-section .uploaded-file .uploaded-file-operations .button{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:1rem;min-width:9rem;height:2.5rem;border:.063rem solid #c84c0e;background-color:#fff;cursor:pointer}.upload-section .uploaded-file .uploaded-file-operations .button:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #c84c0e;box-shadow:inset 0 -.125rem 0 0 #c84c0e}.upload-section .uploaded-file .uploaded-file-operations p{padding:0;margin:0 0 0 .5rem;color:#c84c0e;font-weight:600;font-size:1rem}.upload-section .uploaded-file .uploaded-file-operations .delete-button{background-color:rgba(255,255,255,0);border:none;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 1rem;cursor:pointer}.upload-section .message{margin-right:.6px}.upload-section .download-template-button{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0}.upload-section .download-template-button:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #c84c0e;box-shadow:inset 0 -.125rem 0 0 #c84c0e}.upload-section .download-template-button .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.upload-section .download-template-button .icon,.upload-section .download-template-button p{margin:0;padding:0}.upload-section .download-template-button p{font-weight:500;font-size:1rem}.upload-section .file-upload-error-container{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.upload-section .file-upload-error-container .link-wrapper{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;margin:0;padding:0}.upload-section .file-upload-error-container .link-wrapper .link{color:#c84c0e!important;text-decoration:underline;cursor:pointer}.upload-section .file-upload-error-container p{padding:0;margin:0}.upload-section .spatial-data-property-mapping{width:calc(100% - 2rem);max-height:30rem;margin:1rem;border:.063rem solid rgba(0,0,0,.16);-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);border-radius:.25rem;background-color:#fafafa!important;display:block;overflow:auto;padding:0 1rem;position:relative;background-color:transparent;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.upload-section .spatial-data-property-mapping .table{border-left-width:0!important;border-right-width:0!important}.upload-section .spatial-data-property-mapping table{background-color:transparent!important;width:100%;border-collapse:collapse}.upload-section .spatial-data-property-mapping table .select-dropdown{background-color:transparent;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.upload-section .spatial-data-property-mapping table tr{background-color:transparent!important}.upload-section .spatial-data-property-mapping table thead{position:sticky!important;z-index:100;top:0;background-color:#fafafa;padding:0}.upload-section .spatial-data-property-mapping table th{font-weight:700;text-align:left}.upload-section .spatial-data-property-mapping table td,.upload-section .spatial-data-property-mapping table th{width:50%;font-size:1rem;padding:1.5rem;margin:0;border-bottom:.063rem solid #d6d5d4}.upload-section .spatial-data-property-mapping table td{font-weight:400;border-top:0!important}.upload-section .spatial-data-property-mapping table td p{max-width:20.594rem;font-weight:700;text-wrap:wrap;overflow:hidden}.upload-section .spatial-data-property-mapping .pagination{position:sticky;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;padding:1rem 2rem 1rem 0;z-index:10;background-color:#fafafa}.upload-section .spatial-data-property-mapping::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.upload-section .spatial-data-property-mapping::-webkit-scrollbar-track{background:#fff;border:none}.upload-section .spatial-data-property-mapping::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.upload-section .spatial-data-property-mapping::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.upload-section .spatial-data-property-mapping::-webkit-scrollbar-track{background-color:transparent}.upload-section .popup-wrap{background-color:rgba(0,0,0,.8)}.upload-section .preview-data{margin:0 2.5rem;width:calc(100% - 5rem);border-radius:.25rem}.upload-section .preview-data .operational-buttons{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1.5rem;margin-bottom:1.5rem}.upload-section .preview-data .excel-wrapper,.upload-section .preview-data .operational-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.upload-section .preview-data .excel-wrapper{width:100%;padding:1rem .5rem 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:.5rem;gap:.5rem;background-color:#fff!important;border:.063rem solid rgba(0,0,0,.16)!important;border-radius:.25rem}.upload-section .preview-data .excel-wrapper .error-user-directions{margin:0 .5rem;padding:0;color:#c84c0e}.upload-section .preview-data .excel-wrapper .sheet-wrapper{height:76vh;overflow:auto;background-color:#fff;padding:.3rem}.upload-section .preview-data .excel-wrapper .sheet-wrapper::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.upload-section .preview-data .excel-wrapper .sheet-wrapper::-webkit-scrollbar-track{background:#fff;border:none}.upload-section .preview-data .excel-wrapper .sheet-wrapper::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.upload-section .preview-data .excel-wrapper .sheet-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.upload-section .preview-data .excel-wrapper .sheet-wrapper h3{background-color:#f4f4f4;padding:.625rem;margin:0}.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table{width:100%;border:.063rem solid #ccc;border-collapse:collapse}.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table td,.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table th{min-width:7.578rem;border:.063rem solid #ccc;padding:8px;font-family:Arial,sans-serif;font-size:.875rem;height:100%;outline-offset:-.07rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table td .edited-row-marker,.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table th .edited-row-marker{width:.313rem;position:absolute;top:-.045rem;left:-.313rem;padding:0;margin:0;height:calc(100% + .09rem);border-top-left-radius:.125rem;border-bottom-left-radius:.125rem;background-color:#c84c0e!important}.upload-section .preview-data .excel-wrapper .sheet-wrapper .excel-table th{background-color:#f4f4f4;font-weight:700;text-align:left;vertical-align:top}.upload-section .preview-data .excel-wrapper .excel-tab-list{padding:.3rem;margin-bottom:.625rem}.upload-section .preview-data .excel-wrapper .excel-tab-list .tab{padding:.625rem;margin-right:.313rem;cursor:pointer;outline:0!important;background-color:#f1f1f1}.upload-section .preview-data .excel-wrapper .excel-tab-list .tab.active{outline:0!important;border:.25rem solid;border-color:#000!important}.upload-section .information-description p{color:#505a5f;font-family:Roboto;font-size:1rem;font-weight:400;line-height:1.172rem;text-align:left}.upload-section .information-description .link-wrapper,.upload-section .information-description p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.upload-section .information-description .link-wrapper{margin:0;padding:0}.upload-section .information-description .link-wrapper .link{color:#3498db!important;text-decoration:underline;cursor:pointer}.upload-section .guidelines{padding:.8rem 2rem 0}.upload-section .guidelines .sub-heading{font-family:Roboto;font-size:1.5rem;font-weight:700;line-height:1.7rem;text-align:left;padding:0;margin:0}.upload-section .guidelines .padtop{margin-top:1rem}.upload-section .guidelines .instruction-list{font-family:Roboto;font-size:1rem;font-weight:400;text-align:left;padding:0;margin:0;line-height:1.5rem}.upload-section .guidelines .instruction-list .link{text-decoration:underline;color:#c84c0e}.upload-section .guidelines .instruction-list-container{margin-left:.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.upload-section .guidelines .instruction-list-container .number{min-width:1.2rem!important}.upload-section .guidelines .flex{display:-webkit-box;display:-ms-flexbox;display:flex}.upload-section .upload-guidelines-header{width:100%;font-size:2.5rem;padding-left:2rem}.hypothesis-section{font-family:Roboto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;width:100%;background-color:#fff;padding:1.5rem;margin-top:1.3rem;height:33.5rem;border-radius:.25rem;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16)}.hypothesis-section input[type=number]:focus,.hypothesis-section input[type=number]:hover{border:.063rem solid #c84c0e;outline:0}.hypothesis-section .heading{padding:0 0 .5rem;margin:0;font-family:Roboto Condensed;font-size:2.5rem;font-weight:700;color:#0b0c0c}.hypothesis-section .instruction{margin:.8rem 0 1.2rem;padding:0;font-size:1rem;font-weight:400;text-align:left}.hypothesis-section .user-input-section{display:block;overflow-y:scroll;height:21rem;position:relative}.hypothesis-section .user-input-section::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.hypothesis-section .user-input-section::-webkit-scrollbar-track{background:#fff;border:none}.hypothesis-section .user-input-section::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.hypothesis-section .user-input-section::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.hypothesis-section .user-input-section .example{border:.063rem solid #d6d5d4;background-color:#fafafa;padding:1rem;border-radius:.25rem;max-width:50rem;overflow:hidden}@media (max-width:104rem){.hypothesis-section .user-input-section .example{max-width:46.5rem}}@media (max-width:80rem){.hypothesis-section .user-input-section .example{max-width:46.55rem}}.hypothesis-section .user-input-section .example .heading{padding:.2rem 0;margin:0;font-size:1rem;font-weight:700}.hypothesis-section .user-input-section .example .example-body{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:.6}.hypothesis-section .user-input-section .example .example-body p{font-weight:400}.hypothesis-section .user-input-section .example .key{width:22rem}@media (max-width:48rem){.hypothesis-section .user-input-section .example .key{width:60%}}.hypothesis-section .user-input-section .example .value{margin-left:9%}@media (max-width:104rem){.hypothesis-section .user-input-section .example .value{margin-left:7%}}.hypothesis-section .user-input-section .example .value .heading{display:-webkit-box;display:-ms-flexbox;display:flex;text-wrap:wrap}.hypothesis-section .user-input-section .example .value input{width:7.5rem}@media (min-width:60rem){.hypothesis-section .user-input-section .example .value{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:48rem){.hypothesis-section .user-input-section .example .value{margin-left:1rem}}.hypothesis-section .user-input-section .heading{padding:.1rem 0;margin:0;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.hypothesis-section .user-input-section .interactable-section{padding-top:1.5rem;width:41.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}@media (max-width:48rem){.hypothesis-section .user-input-section .interactable-section{width:95%}}.hypothesis-section .user-input-section .interactable-section .heading{padding:0;font-weight:700}.hypothesis-section .user-input-section .interactable-section .select-and-input-wrapper{margin-top:1.5rem!important}.hypothesis-section .user-input-section .interactable-section .select-and-input-wrapper:first-child{margin-top:.8rem!important}.hypothesis-section .user-input-section .key{width:22.75rem;position:relative}@media (max-width:48rem){.hypothesis-section .user-input-section .key{width:60%}}.hypothesis-section .user-input-section .key .select-dropdown{background-color:transparent;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.hypothesis-section .user-input-section .value{margin-left:10%;width:7.5rem}@media (max-width:48rem){.hypothesis-section .user-input-section .value{margin-left:1rem}}.hypothesis-section .user-input-section .select-and-input-wrapper{margin-top:1rem}.hypothesis-section .user-input-section .select-and-input-wrapper,.hypothesis-section .user-input-section .select-and-input-wrapper-first{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.hypothesis-section .user-input-section .select-and-input-wrapper-first{margin-top:0}.hypothesis-section .user-input-section .headerbar{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;position:sticky;top:0;background-color:#fff;z-index:100;padding:0 0 .8rem}.hypothesis-section .user-input-section .invisible{visibility:hidden;pointer-events:none;padding:0;margin:0}.hypothesis-section .user-input-section .input{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;border:.063rem solid #fff;background-color:rgba(255,255,255,0);padding:.5rem;font-weight:400;line-height:1.1rem;font-size:1rem}.hypothesis-section .delete-button{max-width:12.5rem;margin:0 0 0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff}.hypothesis-section .delete-button p{margin:0;padding:0 0 0 .5rem;font-size:1rem;font-weight:600;color:#c84c0e;text-align:left}.hypothesis-section .add-button-help{margin-top:1.5rem;max-width:15.5rem}.hypothesis-section .add-button{max-width:12.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;background:#fff;border:.063rem solid #c84c0e}.hypothesis-section .add-button h2{color:#c84c0e;padding:0 0 0 .6rem;margin:0;font-size:1.188rem;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;font-weight:600;text-align:center}.rule-engine-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1.3rem}.rule-engine-section .rule-engine-body{font-family:Roboto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;width:100%;background-color:#fff;padding:1.5rem;height:33.5rem;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);border-radius:.25rem}.rule-engine-section .rule-engine-body .heading{padding:0 0 .5rem;margin:0;font-family:Roboto Condensed;font-size:2.5rem;font-weight:700;color:#0b0c0c}.rule-engine-section .rule-engine-body .instruction{margin:.8rem 0 1.2rem;padding:0;font-size:1rem;font-weight:400;text-align:left}.rule-engine-section .rule-engine-body .user-input-section{display:block;overflow-y:scroll;padding-bottom:1rem;height:21rem}.rule-engine-section .rule-engine-body .user-input-section::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.rule-engine-section .rule-engine-body .user-input-section::-webkit-scrollbar-track{background:#fff;border:none}.rule-engine-section .rule-engine-body .user-input-section::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.rule-engine-section .rule-engine-body .user-input-section::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example{border:.063rem solid #d6d5d4;background-color:#fafafa;padding:1rem .7rem;overflow:hidden}@media (min-width:99.438rem){.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:90rem}}@media (min-width:112.688rem){.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .example-equal-to{margin:0 3.5%!important}}@media (min-width:120.938rem){.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .example-equal-to{margin:0 4%!important}}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .heading{padding:.2rem 0;margin:0;font-size:1rem;font-weight:700;line-height:18.75px}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .example-body{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:.6}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .example-body p{font-weight:400}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .example .value{width:22.05rem}.rule-engine-section .rule-engine-body .user-input-section .example-wrapper .delete-button{margin:0 0 0 .244rem}.rule-engine-section .rule-engine-body .user-input-section .heading{padding:.1rem 0;margin:0;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.rule-engine-section .rule-engine-body .user-input-section .interactable-section{padding-top:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:48rem){.rule-engine-section .rule-engine-body .user-input-section .interactable-section{width:95%}}.rule-engine-section .rule-engine-body .user-input-section .interactable-section .heading{padding:0;font-weight:700}.rule-engine-section .rule-engine-body .user-input-section .value-input-key{width:22.75rem;position:relative}@media (max-width:48rem){.rule-engine-section .rule-engine-body .user-input-section .value-input-key{width:60%}}.rule-engine-section .rule-engine-body .user-input-section .operator{position:relative;width:11rem;margin:0 1rem}@media (max-width:48rem){.rule-engine-section .rule-engine-body .user-input-section .operator{margin-left:1rem}}.rule-engine-section .rule-engine-body .user-input-section .select-dropdown{background-color:transparent;font-family:Roboto;font-size:1rem;font-weight:400;text-align:left}.rule-engine-section .rule-engine-body .user-input-section .equal-to-icon{margin:0 3%;font-family:Roboto Condensed;font-size:2.5rem;font-weight:700}.rule-engine-section .rule-engine-body .user-input-section .select-and-input-wrapper{margin-top:1rem}.rule-engine-section .rule-engine-body .user-input-section .select-and-input-wrapper,.rule-engine-section .rule-engine-body .user-input-section .select-and-input-wrapper-first{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rule-engine-section .rule-engine-body .user-input-section .select-and-input-wrapper-first{margin-top:0}.rule-engine-section .rule-engine-body .user-input-section .user-input-wrapper{width:100%}.rule-engine-section .rule-engine-body .headerbar{padding:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;position:sticky;top:0;background-color:#fff;z-index:100}.rule-engine-section .rule-engine-body .invisible{visibility:hidden;pointer-events:none}.rule-engine-section .rule-engine-body .delete-button{max-width:12.5rem;margin:0 0 0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff}.rule-engine-section .rule-engine-body .delete-button p{text-align:center;margin:0;padding:0 0 0 .5rem;font-size:1rem;font-weight:600;color:#c84c0e;text-align:left}.rule-engine-section .rule-engine-body .add-button-help{margin-top:1.5rem;max-width:15.5rem}.rule-engine-section .rule-engine-body .add-button{max-width:12.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;background:#fff;border:.063rem solid #c84c0e}.rule-engine-section .rule-engine-body .add-button h2{color:#c84c0e;padding:0 0 0 .6rem;margin:0;font-size:1.188rem;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;font-weight:600;text-align:center}.create-microplan .custom-action-bar,.create-microplan .custom-action-bar-no-first-button{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;z-index:800}.create-microplan .custom-action-bar .custom-button,.create-microplan .custom-action-bar-no-first-button .custom-button{min-width:12.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.create-microplan .custom-action-bar .custom-button h2,.create-microplan .custom-action-bar-no-first-button .custom-button h2{font-weight:600;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.create-microplan .custom-action-bar .custom-button .icon,.create-microplan .custom-action-bar-no-first-button .custom-button .icon{margin:0 0 0 1rem!important}.create-microplan .custom-action-bar .custom-button-left-icon,.create-microplan .custom-action-bar-no-first-button .custom-button-left-icon{margin-left:5.3rem;padding-left:.7rem!important;border-color:#c84c0e}.create-microplan .custom-action-bar .custom-button-left-icon:hover,.create-microplan .custom-action-bar-no-first-button .custom-button-left-icon:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #c84c0e;box-shadow:inset 0 -.125rem 0 0 #c84c0e}.create-microplan .custom-action-bar .custom-button-left-icon .icon,.create-microplan .custom-action-bar-no-first-button .custom-button-left-icon .icon{margin:0 1rem 0 0!important}.create-microplan .custom-action-bar .custom-button-right-icon,.create-microplan .custom-action-bar-no-first-button .custom-button-right-icon{-webkit-box-shadow:inset 0 0 0 0 #000;box-shadow:inset 0 0 0 0 #000;padding-left:.39rem!important;padding-right:.355rem!important}.create-microplan .custom-action-bar .custom-button-right-icon:hover,.create-microplan .custom-action-bar-no-first-button .custom-button-right-icon:hover{-webkit-box-shadow:inset 0 -.125rem 0 0 #000;box-shadow:inset 0 -.125rem 0 0 #000}.create-microplan .custom-action-bar-no-first-button{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.mapping-section{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mapping-section .heading{width:100%;margin:1.5rem 0;padding:0 0 0 1rem;font-family:Roboto Condensed;font-size:2.5rem;font-weight:700}.mapping-section .mapping-body-container{display:-webkit-box;display:-ms-flexbox;display:flex;border:0;-webkit-box-shadow:none;box-shadow:none;margin:1rem}.mapping-section .mapping-body-container .filter-container{padding:1.5rem;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);background:#fff;max-width:17.5rem;min-height:34rem;margin-right:1rem}.mapping-section .mapping-body-container .filter-container p{font-size:1rem;font-weight:400}.mapping-section .mapping-body-container .filter-container .filter-heading,.mapping-section .mapping-body-container .filter-container p{font-family:Roboto;padding:0;margin:0;overflow:hidden;text-wrap:wrap}.mapping-section .mapping-body-container .filter-container .filter-heading{font-size:1.5rem;font-weight:700}.mapping-section .mapping-body-container .filter-container .instructions{margin:1.5rem 0}.mapping-section .mapping-body-container .filter-container .dropdown{padding:.5rem 0 0;width:100%}.mapping-section .mapping-body-container .filter-container .filter-controllers{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 0 0}.mapping-section .mapping-body-container .filter-container .filter-controllers .button-primary,.mapping-section .mapping-body-container .filter-container .filter-controllers .button-secondary{font-family:Roboto;font-size:1.188rem;font-weight:600;max-width:6.75rem;min-height:2.5rem;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mapping-section .mapping-body-container .button-primary,.mapping-section .mapping-body-container .button-secondary,.mapping-section .mapping-body-container .map-container{display:-webkit-box;display:-ms-flexbox;display:flex}.mapping-section .mapping-body-container .map-container{width:100%;min-height:35.8rem;background:#fff;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative;margin:0;padding:1rem 0 0}.mapping-section .mapping-body-container .map-container #map,.mapping-section .mapping-body-container .map-container .map{height:100%;z-index:20;border-radius:.25rem}.mapping-section .mapping-body-container .map-container .height-control{max-height:10rem!important}.mapping-section .mapping-body-container .map-container .filter-by-boundary{position:absolute;top:1rem;left:0;padding:1rem;z-index:550;height:100%;max-height:32rem;background-color:rbg(0,0,0,1);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:visible}.mapping-section .mapping-body-container .map-container .filter-by-boundary .button-primary{padding-left:0;padding-right:0}.mapping-section .mapping-body-container .map-container .filter-by-boundary .button-primary div{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;width:13.938rem}.mapping-section .mapping-body-container .map-container .filter-by-boundary .button-primary div h2{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mapping-section .mapping-body-container .map-container .filter-by-boundary .display-none{display:none!important}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection{display:block;min-width:16.5rem;margin:.5rem 0 0!important;padding:1rem 0;background:#fff!important;-webkit-box-shadow:0 .063rem .25rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .25rem 0 rgba(0,0,0,.16);position:relative;overflow:visible}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .digit-multiselectdropdown-label p{color:#b1b4b6}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .header-section{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:.5rem;gap:.5rem;padding:0;margin-right:1rem;margin-left:1rem}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container{position:relative;overflow-x:hidden;overflow-y:auto;max-height:24rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding-left:1rem;padding-right:1rem}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container::-webkit-scrollbar-track{background:#fff;border:none}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .hierarchy-selection-container .hierarchy-selection-element{position:relative;padding-top:1rem}.mapping-section .mapping-body-container .map-container .filter-by-boundary .boundary-selection .scrollable{padding-right:.35rem;margin-right:.05rem}.mapping-section .mapping-body-container .map-container .bottom-left-map-subcomponents{position:absolute;bottom:1rem;left:1rem;z-index:500}.mapping-section .mapping-body-container .map-container .bottom-left-map-subcomponents .custom-scale{width:7.5rem;margin-left:.5rem;text-align:center;border-bottom:.063rem solid #ccc;padding:0;color:#fff;font-family:Roboto;font-size:.75rem;font-weight:400;position:relative}.mapping-section .mapping-body-container .map-container .bottom-left-map-subcomponents .custom-scale .border-spikes{position:absolute;bottom:0;left:0;width:100%;height:20%;border-left:.063rem solid #ccc;border-right:.063rem solid #ccc}.mapping-section .mapping-body-container .map-container .zoom-container{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mapping-section .mapping-body-container .map-container .zoom-container .zoom-control{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.3rem}.mapping-section .mapping-body-container .map-container .zoom-container .zoom-button{border:.125rem solid #d6d5d4;border-radius:.063rem;width:2rem;height:2rem;text-align:center;color:#c84c0e;background-color:#fff;cursor:pointer;font-family:Roboto;font-size:1.125rem;font-weight:700;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16)}.mapping-section .mapping-body-container .map-container .north-arrow{margin-left:.5rem}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents{position:absolute;bottom:2rem;right:1rem;z-index:500;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:end;grid-gap:1rem;gap:1rem}@media (max-width:62.188rem){.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents{bottom:3rem}}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index{background-color:#fff;border:.063rem solid #d6d5d4;border-radius:.25rem;padding:.3rem .7rem .7rem;width:8.5rem;max-height:8.5rem;overflow-y:auto}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index::-webkit-scrollbar-track{background:#fff;border:none}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index .filter-row{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:6.813rem;min-height:1.5rem;padding-top:.4rem}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .filter-index .filter-row p{margin:0 0 0 .4rem;padding:0;font-family:Roboto;font-size:.75rem;font-weight:400;text-align:left;text-wrap:wrap}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index{width:20.292rem;border-radius:.25rem;background-color:#fafafa;padding:.8rem}@media (max-width:20.292rem){.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index{width:50%}}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index p{font-family:Roboto;font-size:1rem;font-weight:700;text-align:left;padding:unset;margin:unset}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index .label{width:100%;padding-top:.3rem;text-align:center}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index .gradient-wrapper{width:100%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index .gradient-wrapper p{padding:0 .5rem}.mapping-section .mapping-body-container .map-container .bottom-right-map-subcomponents .choropleth-index .gradient-wrapper .gradient{width:80%;height:.875rem}.mapping-section .mapping-body-container .map-container .top-right-map-subcomponents{position:absolute;top:1rem;right:1rem;z-index:550;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.mapping-section .mapping-body-container .map-container .choropleth-section,.mapping-section .mapping-body-container .map-container .filter-section{width:14.438rem;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1.5rem!important}.mapping-section .mapping-body-container .map-container .choropleth-section .icon-rest,.mapping-section .mapping-body-container .map-container .filter-section .icon-rest{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer}.mapping-section .mapping-body-container .map-container .choropleth-section .icon-rest p,.mapping-section .mapping-body-container .map-container .filter-section .icon-rest p{margin:0;padding:0;font-family:Roboto;font-size:1rem;font-weight:400;color:#fff}.mapping-section .mapping-body-container .map-container .choropleth-section .icon-rest .icon,.mapping-section .mapping-body-container .map-container .filter-section .icon-rest .icon{margin-left:.3rem;height:1.667rem}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper{position:absolute;margin-top:2rem;max-height:12.19rem;width:14.438rem}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper{display:block;max-height:9.752rem;overflow-x:auto;background-color:#fff}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-track,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-track,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-track,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-track{background:#fff;border:none}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb:hover,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb:hover,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb:hover,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box{padding:.7rem;border-bottom:.063rem solid #d6d5d4}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .mainClassName,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .mainClassName,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .mainClassName,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .mainClassName{margin-bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputWrapperClassName,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputWrapperClassName,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputWrapperClassName,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputWrapperClassName{margin:0;padding:0}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .labelClassName,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .labelClassName,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .labelClassName,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .labelClassName{margin:0 auto 0 0}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box input:checked~.inputIconClassname,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box input:checked~.inputIconClassname,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box input:checked~.inputIconClassname,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box input:checked~.inputIconClassname{border-color:#c84c0e}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputIconClassname,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputIconClassname,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputIconClassname,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputIconClassname{margin:0}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputClassName,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputClassName,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .custom-box-wrapper .custom-box .inputClassName,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .custom-box-wrapper .custom-box .inputClassName{margin:0}.mapping-section .mapping-body-container .map-container .choropleth-section .choropleth-section-option-wrapper .button-primary,.mapping-section .mapping-body-container .map-container .choropleth-section .filter-section-option-wrapper .button-primary,.mapping-section .mapping-body-container .map-container .filter-section .choropleth-section-option-wrapper .button-primary,.mapping-section .mapping-body-container .map-container .filter-section .filter-section-option-wrapper .button-primary{background-color:#fafafa!important}.mapping-section .mapping-body-container .map-container .choropleth-section-option-wrapper .custom-box-wrapper .radio-option-container{padding:.7rem;margin:0;width:100%;border-bottom:.063rem solid #d6d5d4}.mapping-section .mapping-body-container .map-container .choropleth-section-option-wrapper .custom-box-wrapper .custom-box{padding:0!important;margin:0;border-bottom:none}.mapping-section .mapping-body-container .map-container .base-map-selector{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important;position:relative;border-radius:.25rem}.mapping-section .mapping-body-container .map-container .base-map-selector .icon-first{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0;cursor:pointer;-webkit-box-shadow:none;box-shadow:none}.mapping-section .mapping-body-container .map-container .base-map-selector .icon-first p{margin:0;padding:0;font-family:Roboto;font-size:1rem;font-weight:400;color:#fff}.mapping-section .mapping-body-container .map-container .base-map-selector .icon-first .icon{margin-left:.3rem;height:1.667rem}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area-wrapper{position:absolute;top:2rem;max-width:27.5rem;max-height:9rem;display:block;overflow-x:auto}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area-wrapper::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area-wrapper::-webkit-scrollbar-track{background:#fff;border:none}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area-wrapper::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area{background-color:#fff;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .base-map-entity{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5.927rem!important;margin:.5rem}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .base-map-entity .base-map-img{width:5.927rem;height:5.839rem;border:.063rem solid rgba(0,0,0,.1)}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .base-map-entity p{position:relative;font-family:Roboto;font-size:.75rem;font-weight:400;line-height:.875rem;color:#000;padding:0;margin:.4rem 0 0}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .selected{background-color:#fff}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .selected .base-map-img{border:.125rem solid #c84c0e!important}.mapping-section .mapping-body-container .map-container .base-map-selector .base-map-area .selected p{color:#c84c0e!important}.microplan-preview-section{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.microplan-preview-section .top-section{margin:1.5rem 0 0}.microplan-preview-section .top-section .campaign-name{font-family:Roboto;font-size:20px;font-style:italic;font-weight:500;line-height:23.44px;color:#505a5f}.microplan-preview-section .top-section .campaign-name,.microplan-preview-section .top-section .heading{text-align:left;margin:0;padding:0}.microplan-preview-section .top-section .heading{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Roboto Condensed;font-size:2.5rem;font-weight:700;line-height:2.5rem}.microplan-preview-section .top-section .user-name{font-family:Roboto;font-size:1rem;font-weight:400;line-height:1.5rem;text-align:left;color:#505a5f;padding:0;margin:0}.microplan-preview-section .aggregates{width:100%;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.3rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.microplan-preview-section .aggregates .aggregate-value{font-size:1.75rem;font-weight:700;line-height:2.051rem;color:#0b0c0c}.microplan-preview-section .aggregates .aggregate-label,.microplan-preview-section .aggregates .aggregate-value{font-family:Roboto;text-align:center;padding:0;margin:0}.microplan-preview-section .aggregates .aggregate-label{font-size:1rem;font-weight:400;line-height:1.5rem;color:#505a5f}.microplan-preview-section .boundary-selection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:2rem}.microplan-preview-section .boundary-selection .digit-multiselectdropdown-master{background-color:rgba(255,255,255,0)!important}.microplan-preview-section .boundary-selection .digit-multiselectdropdown-label p{color:#b1b4b6}.microplan-preview-section .boundary-selection .hierarchy-selection-element{position:relative;width:19.75rem;padding-right:.7rem}.microplan-preview-section .boundary-selection .hierarchy-selection-element .header{font-family:Roboto;font-size:1rem;font-weight:400;padding:0 0 .3rem;margin:0}.microplan-preview-section .microplan-preview-body{width:100%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-top:1.2rem}.microplan-preview-section .microplan-preview-body .hypothesis-container{padding:1.5rem 0;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);background:#fff;max-width:17.5rem;margin-right:1rem;display:grid}.microplan-preview-section .microplan-preview-body .hypothesis-container p{font-size:1rem;font-weight:400;margin:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-heading,.microplan-preview-section .microplan-preview-body .hypothesis-container p{font-family:Roboto;padding:0;overflow:hidden;text-wrap:wrap}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-heading{font-size:1.5rem;font-weight:700;margin:0 1.5rem}.microplan-preview-section .microplan-preview-body .hypothesis-container .instructions{margin:1.5rem}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list-entity{margin:0 0 1.5rem}.microplan-preview-section .microplan-preview-body .hypothesis-container .input{padding:.3rem 0 0;width:100%}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list-wrapper{-ms-flex-item-align:end;align-self:flex-end}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list{overflow-y:auto;max-height:17rem;padding-left:1.5rem;padding-right:1.5rem}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list::-webkit-scrollbar-track{background:#fff;border:none}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-list h3{background-color:#f4f4f4;padding:.625rem;margin:0}.microplan-preview-section .microplan-preview-body .hypothesis-container .scrollable{padding-right:.8rem;margin-right:.2rem}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-controllers{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 0 0;width:100%}.microplan-preview-section .microplan-preview-body .hypothesis-container .hypothesis-controllers .button-primary{font-family:Roboto;font-size:1.188rem;font-weight:600;min-height:2.5rem;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:.5rem 1.5rem 0}.microplan-preview-section .microplan-preview-body .button-primary,.microplan-preview-section .microplan-preview-body .preview-container{width:100%}.microplan-preview-section .microplan-preview-body .preview-container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background:#fff;-webkit-box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);box-shadow:0 .063rem .125rem 0 rgba(0,0,0,.16);position:relative;overflow:auto;border-radius:.25rem}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff!important;border:.063rem solid rgba(0,0,0,.16)!important;border-radius:.25rem;padding:.8rem .5rem .8rem .8rem}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper{overflow:auto;height:33rem;background-color:#fff;padding:.3rem}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper::-webkit-scrollbar-track{background:#fff;border:none}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper h3{background-color:#f4f4f4;padding:.625rem;margin:0}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table{border:.063rem solid #ccc;border-collapse:collapse;position:relative}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table tr:hover{outline:.1rem solid #c84c0e}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table tr:hover td{border-top:.063rem solid rgba(244,119,56,0);border-bottom:.063rem solid rgba(244,119,56,0)}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table .selected-row{height:100%;background-color:rgba(244,119,56,.12)!important}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table td,.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table th{min-width:7.578rem;border-left:.063rem solid #d6d5d4;border-top:.063rem solid #d6d5d4;border-bottom:0;border-right:0;padding:.5rem;font-family:Arial,sans-serif;font-size:.875rem;cursor:pointer;position:relative}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table td .edited-row-marker,.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table th .edited-row-marker{width:.313rem;position:absolute;top:-.045rem;left:-.313rem;padding:0;margin:0;height:calc(100% + .09rem);border-top-left-radius:.125rem;border-bottom-left-radius:.125rem;background-color:#c84c0e}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .sheet-wrapper .excel-table th{background-color:#f4f4f4;font-weight:700;text-align:left;vertical-align:top}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data{padding:0 .7rem 0 1rem;max-height:25.5rem;overflow:auto}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data::-webkit-scrollbar-track{background:#fff;border:none}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table{width:100%!important;background:#fff}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table thead{position:sticky!important;z-index:100;top:0;background-color:#fafafa;padding:0}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table td,.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table th{background:#fff}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table td p,.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table th p{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:7.578rem;height:2.5rem;padding-left:.5rem;padding-right:.5rem;font-family:Roboto;margin:0;font-size:1rem;font-weight:400;text-align:left;border:.063rem solid #505a5f;color:#505a5f;text-wrap:wrap}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table th{padding:0 0 .4rem!important}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table td{padding:.8rem 1.9rem .4rem 0}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table .old-value{width:35%}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table .old-value p{background-color:#eee}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table .new-value{width:35%}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table .column-names{width:25%}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table .column-names p{font-weight:700;border:0;padding-left:0;color:#0b0c0c}.microplan-preview-section .microplan-preview-body .preview-container .excel-wrapper .edit-resource-data .edit-resource-data-table th{border:0;padding:0;font-family:Roboto;font-size:1.5rem;font-weight:700;line-height:1.758rem;text-align:left;color:#0b0c0c}.microplan-preview-section .microplan-preview-body .preview-container .no-data-available-container{height:100%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.microplan-preview-section .digit-action-cancel{color:#c84c0e}.microplan-preview-section .apply-changes-hypothesis{padding:0 1rem 1rem}.microplan-preview-section .apply-changes-hypothesis .instructions p{font-weight:400;font-size:1rem;padding:0;margin:0}.microplan-preview-section .apply-changes-hypothesis .table-header{font-family:Roboto;font-size:1rem;font-weight:700;color:#0b0c0c}.microplan-preview-section .apply-changes-hypothesis .table-container{max-height:15rem;overflow-y:auto}.microplan-preview-section .apply-changes-hypothesis .table-container::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.microplan-preview-section .apply-changes-hypothesis .table-container::-webkit-scrollbar-track{background:#fff;border:none}.microplan-preview-section .apply-changes-hypothesis .table-container::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.microplan-preview-section .apply-changes-hypothesis .table-container::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table{width:100%;border-collapse:collapse}.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table th{font-family:Roboto;font-size:1rem;font-weight:700}.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table td,.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table th{word-wrap:normal;text-wrap:wrap;padding:1rem 1.2rem;text-align:left;border:.063rem solid #d6d5d4!important}.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table .even-row{background-color:#eee}.microplan-preview-section .apply-changes-hypothesis .table-container .custom-table .odd-row{background-color:#fff}.microplan-success-screen{padding:1.5rem;background-color:#fff}.button-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.button-container,.custom-action-bar-success-screen{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-action-bar-success-screen{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important;z-index:800}.custom-action-bar-success-screen .custom-button{min-width:12.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-action-bar-success-screen .custom-button h2{font-weight:600;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.custom-action-bar-success-screen .custom-button .icon{margin:0 0 0 1rem!important}.custom-action-bar-success-screen .custom-button-left-icon{margin-right:1.2rem}.custom-action-bar-success-screen .custom-button-left-icon .icon{margin:0 1rem 0 0!important}.popup-wrap-focus button:focus{outline:.125rem solid #000!important;border-color:rgba(255,255,255,0)!important;outline-offset:-.125rem!important}.popup-wrap-rest-unfocus-active button:focus{outline:0!important;outline-offset:-.125rem!important}.guide-line-heading{font-family:Roboto Condensed;font-size:2.5rem;font-weight:700;text-align:left}.map-pop-up{background-color:#fff;margin:1rem 0;width:28rem;max-height:23rem;overflow:auto}.map-pop-up::-webkit-scrollbar{width:.625rem;height:.625rem;border:none}.map-pop-up::-webkit-scrollbar-track{background:#fff;border:none}.map-pop-up::-webkit-scrollbar-thumb{background:#b1b4b6;border-radius:.625rem;border:.125rem solid #f0f0f0}.map-pop-up::-webkit-scrollbar-thumb:hover{background:rgba(177,180,182,.8)}.mp-description{margin-top:2rem;margin-bottom:1rem}.mp-hypothesis-label-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin:1rem 0 .5rem}.mp-hypothesis-label-field>div>span{font-weight:700;font-size:1.2rem}.hypothesis-delete-button{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-left:1rem;font-size:1.2rem}.fieldv1-deleteIcon-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30rem!important}.assumption-label,.fieldv1-deleteIcon-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.assumption-label{-ms-flex-wrap:wrap;flex-wrap:wrap;width:30rem}.kpi-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;padding:10px;background-color:rgba(255,255,255,var(--bg-opacity));margin-bottom:2rem}.kpi-card{text-align:center;padding:15px;width:120px}.kpi-card h2{margin:0;color:#0a4a6d;font-size:2em}.kpi-card p{margin:0;color:#666;font-weight:700;font-size:1.2em}.assumptionsForm-label-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:start!important}.assumptionsForm-label-field>div>span{font-size:1.5rem;font-weight:700}.assumptionsForm-card{background-color:#fafafa;border:1px solid #d6d5d4}.digit-popup-wrapper.roleComposer{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;min-width:100rem}.search-field-wrapper.roleComposer{display:grid;-webkit-box-align:end;-ms-flex-align:end;align-items:end;grid-template-columns:1fr 1fr 2fr;grid-gap:2rem;gap:2rem}.search-field-wrapper.roleComposer .text-input input{margin-bottom:0}.search-button-wrapper.roleComposer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;grid-gap:1.5rem;gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:4!important}.digit-dropdown-employee-select-wrap.roleTableCell .digit-dropdown-options-card{position:fixed;max-width:14rem}.digit-multiselectdropdown-wrap.roleTableCell.nestedmultiselect{margin:0;width:15rem}.digit-multiselectdropdown-wrap.roleTableCell.nestedmultiselect .digit-multiselectdropdown-server{top:unset!important;position:fixed!important;max-width:15rem!important;max-height:15rem!important}.digit-tag-container.userAccessCell{margin:unset!important}.search-tabs-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#eee}.search-tabs-container .search-tab-head{padding:10px 35px;font-weight:700;font-size:1rem;border:1px solid #d6d5d4;border-radius:.5rem .5rem 0 0}.search-tabs-container .search-tab-head-selected{padding:10px 35px;color:#f47738;background-color:#fff;border-radius:.5rem .5rem 0 0;border:solid #f47738;border-width:1px 1px 4px;font-weight:700;font-size:1.125rem;margin-bottom:-1rem}.search-tabs-container .search-tab-head-selected:focus{outline:0}.dm-parent-container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem;background-color:#fff;margin:.5rem 0}.dm-parent-container,.dm-uploaded-file-container-sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dm-uploaded-file-container-sub{cursor:pointer}.dm-icon{margin-right:.5rem}.dm-file-name{color:#505a5f;font-weight:700;font-size:.875rem}.dm-actions-container{grid-gap:.75rem;gap:.75rem}.dm-actions-container,.dm-campaign-preview-edit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dm-campaign-preview-edit-container{cursor:pointer}.dm-campaign-preview-edit-container span,.dm-workbench-download-template-btn{font-size:.875rem;font-weight:500;color:#dc5a32}.dm-workbench-download-template-btn{border:1px solid #dc5a32;background-color:initial;padding:.25rem .5rem;border-radius:4px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dm-hover:hover{background-color:#fbe9e6;border-color:#dc5a32}.subBoundarycomp-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:.125rem;gap:.125rem}.view-more{text-decoration:underline;cursor:pointer;color:orange;margin-top:.2rem}.dm-code{max-width:100%;display:block;white-space:normal;overflow:visible}.dm-audit-info{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#c84c0e;margin-bottom:"1rem";font-size:"0.875rem"}.as-table-like{display:table;width:100%;border-collapse:initial;border-spacing:0 1rem}.as-table-row{display:table-row}.as-table-cell{display:table-cell;padding:10px;vertical-align:top}.as-key-cell{font-weight:700;width:40%;background-color:#f8f8f8;margin-right:5rem}.as-value-cell{width:60%;position:absolute;left:36rem}.mc_back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.typography.text-heading-xl,header{font-family:Roboto Condensed;font-style:normal;font-weight:700;color:#363636;line-height:normal}@media (min-width:1024px){.typography.text-heading-xl,header{font-size:2.5rem}}@media (min-width:768px){.typography.text-heading-xl,header{font-size:2.25rem}}@media (min-width:400px){.typography.text-heading-xl,header{font-size:2rem}}@media screen and (min-width:1024px){.summary-header,.typography.text-heading-l{font-size:2rem}}@media screen and (min-width:768px){.summary-header,.typography.text-heading-l{font-size:1.75rem}}@media screen and (min-width:400px){.summary-header,.typography.text-heading-l{font-size:1.5rem}}.boundary-header,.digit-employee-card.campaign-update-container .search-field-container .field-description,.summary-header,.typography.text-heading-l,.typography.text-heading-m,.view-composer-header-section .employee-card-sub-header{font-family:Roboto;font-style:normal;font-weight:700;color:#363636;line-height:normal}@media screen and (min-width:1024px){.boundary-header,.digit-employee-card.campaign-update-container .search-field-container .field-description,.typography.text-heading-m,.view-composer-header-section .employee-card-sub-header{font-size:1.5rem}}@media screen and (min-width:768px){.boundary-header,.digit-employee-card.campaign-update-container .search-field-container .field-description,.typography.text-heading-m,.view-composer-header-section .employee-card-sub-header{font-size:1.375rem}}@media screen and (min-width:400px){.boundary-header,.digit-employee-card.campaign-update-container .search-field-container .field-description,.typography.text-heading-m,.view-composer-header-section .employee-card-sub-header{font-size:1.5rem}}.typography.text-heading-s{font-family:Roboto;font-style:normal;font-weight:700;color:#363636;line-height:normal}@media screen and (min-width:1024px){.typography.text-heading-s{font-size:1rem}}@media screen and (min-width:768px){.typography.text-heading-s{font-size:1rem}}@media screen and (min-width:400px){.typography.text-heading-s{font-size:1rem}}@media screen and (min-width:400px){.typography.text-heading-xs{font-size:.75rem;font-family:Roboto;font-style:normal;font-weight:700;color:#363636;line-height:normal}}.typography.text-caption-l{font-family:Roboto;font-style:italic;font-weight:500;color:#363636;line-height:normal}@media screen and (min-width:1024px){.typography.text-caption-l{font-size:1.75rem}}@media screen and (min-width:768px){.typography.text-caption-l{font-size:1.75rem}}@media screen and (min-width:400px){.typography.text-caption-l{font-size:1.5rem}}@media screen and (min-width:1024px){.typography.text-caption-m{font-size:1.5rem}}@media screen and (min-width:768px){.typography.text-caption-m{font-size:1.5rem}}@media screen and (min-width:400px){.typography.text-caption-m{font-size:1.25rem}}.typography.text-caption-m,.typography.text-caption-s{font-family:Roboto;font-style:italic;font-weight:500;color:#363636;line-height:normal}@media screen and (min-width:1024px){.typography.text-caption-s{font-size:1.25rem}}@media screen and (min-width:768px){.typography.text-caption-s{font-size:1.25rem}}@media screen and (min-width:400px){.typography.text-caption-s{font-size:1.25rem}}@media screen and (min-width:1024px){.typography.text-body-l{font-size:1.25rem;line-height:1.75rem}}@media screen and (min-width:768px){.typography.text-body-l{font-size:1.25rem;line-height:1.75rem}}@media screen and (min-width:400px){.typography.text-body-l{font-size:1rem;line-height:1.5rem}}.typography.text-body-l,.typography.text-body-s{font-family:Roboto;font-style:italic;font-weight:400;color:#363636}@media screen and (min-width:1024px){.typography.text-body-s{font-size:1rem;line-height:1.5rem}}@media screen and (min-width:768px){.typography.text-body-s{font-size:1rem;line-height:1.5rem}}@media screen and (min-width:400px){.typography.text-body-s{font-size:.875rem;line-height:1.0938rem}}.typography.text-body-xs{font-family:Roboto;font-style:italic;font-weight:400;color:#363636}@media screen and (min-width:1024px){.typography.text-body-xs{font-size:.875rem;line-height:1.5rem}}@media screen and (min-width:768px){.typography.text-body-xs{font-size:.875rem;line-height:1.5rem}}@media screen and (min-width:400px){.typography.text-body-xs{font-size:.75rem;line-height:1.125rem}}.typography.text-label{font-style:italic}@media screen and (min-width:1024px){.typography.text-label{font-size:1rem}}@media screen and (min-width:768px){.typography.text-label{font-size:1rem}}@media screen and (min-width:400px){.typography.text-label{font-size:1rem}}.typography.text-label,.typography.text-link{font-family:Roboto;font-weight:400;color:#363636;line-height:normal}.typography.text-link{font-style:normal;text-decoration:underline}@media screen and (min-width:1024px){.typography.text-link{font-size:1rem}}@media screen and (min-width:768px){.typography.text-link{font-size:1rem}}@media screen and (min-width:400px){.typography.text-link{font-size:1rem}}.typography.heading-xl,.village-header{font-family:Roboto Condensed}@media (max-width:30rem){.typography.heading-xl,.village-header{font-size:2rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.heading-xl,.village-header{font-size:2.25rem}}@media (min-width:48rem){.typography.heading-xl,.village-header{font-size:2.5rem}}.typography.heading-l,.typography.heading-xl,.village-header{font-style:normal;font-weight:700}.typography.heading-l{font-family:Roboto}@media (max-width:30rem){.typography.heading-l{font-size:1.5rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.heading-l{font-size:1.75rem}}@media (min-width:48rem){.typography.heading-l{font-size:2rem}}@media (max-width:30rem){.card-heading-title,.typography.heading-m{font-size:1.25rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.card-heading-title,.typography.heading-m{font-size:1.375rem}}@media (min-width:48rem){.card-heading-title,.typography.heading-m{font-size:1.5rem}}.card-heading-title,.edit-label,.label-heading,.typography.heading-m,.typography.heading-s{font-family:Roboto;font-style:normal;font-weight:700}@media (max-width:30rem){.edit-label,.label-heading,.typography.heading-s{font-size:1rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.edit-label,.label-heading,.typography.heading-s{font-size:1rem}}@media (min-width:48rem){.edit-label,.label-heading,.typography.heading-s{font-size:1rem}}.typography.heading-xs{font-size:.75rem;font-family:Roboto;font-style:normal;font-weight:700}@media (max-width:30rem){.typography.caption-l{font-size:1.5rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.caption-l{font-size:1.75rem}}@media (min-width:48rem){.typography.caption-l{font-size:1.75rem}}.typography.caption-l,.typography.caption-m{font-family:Roboto;font-style:italic;font-weight:500}@media (max-width:30rem){.typography.caption-m{font-size:1.25rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.caption-m{font-size:1.5rem}}@media (min-width:48rem){.typography.caption-m{font-size:1.5rem}}.typography.caption-s{font-family:Roboto;font-style:italic;font-weight:500}@media (max-width:30rem){.typography.caption-s{font-size:1rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.caption-s{font-size:1.25rem}}@media (min-width:48rem){.typography.caption-s{font-size:1.25rem}}@media (max-width:30rem){.label-text,.typography.body-l{font-size:1rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.label-text,.typography.body-l{font-size:1.25rem}}@media (min-width:48rem){.label-text,.typography.body-l{font-size:1.25rem}}.label-text,.typography.body-l,.typography.body-s{font-family:Roboto;font-style:normal;font-weight:400}@media (max-width:30rem){.typography.body-s{font-size:.875rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.body-s{font-size:1rem}}@media (min-width:48rem){.typography.body-s{font-size:1rem}}@media (max-width:30rem){.typography.body-xs{font-size:.75rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.body-xs{font-size:.875rem}}@media (min-width:48rem){.typography.body-xs{font-size:.875rem}}.typography.body-xs,.typography.label{font-family:Roboto;font-style:normal;font-weight:400}@media (max-width:30rem){.typography.label{font-size:1rem}}@media (min-width:30.063rem) and (max-width:47.938rem){.typography.label{font-size:1rem}}@media (min-width:48rem){.typography.label{font-size:1rem}}.typography.link{font-weight:400;text-decoration:underline;font-size:1rem}.typography.button,.typography.link{font-family:Roboto;font-style:normal}.typography.button{font-weight:500}.campaign-cycle-container .sub-tab-container{margin-top:5px;padding:1.5rem}.campaign-cycle-container .sub-tab-container .card-text{margin-bottom:0}.campaign-cycle-container .add-resource-container{background-color:#fafafa;border:1px solid #d6d5d4;border-radius:.4rem;padding:1rem;margin-right:1.5rem;margin-bottom:1.5rem}.campaign-cycle-container .add-resource-container .card-text{margin:0;font-weight:700}.campaign-cycle-container .add-resource-container .header-container{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.campaign-cycle-container .delete-resource-icon,.campaign-cycle-container .header-container{display:-webkit-box;display:-ms-flexbox;display:flex}.campaign-cycle-container .delete-resource-icon{cursor:pointer;font-weight:600;font-size:1rem;color:#c84c0e;grid-gap:.5rem;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.campaign-cycle-container .add-resource-label-field-container{display:grid;grid-template-columns:2fr 1fr;grid-gap:2rem}.campaign-cycle-container .add-resource-label-field-container .options-card{max-height:10rem!important}.campaign-cycle-container .popup-wrap .popup-module-main{max-height:707px;overflow-y:auto;width:99%}.campaign-cycle-container .popup-wrap .popup-module-main::-webkit-scrollbar{width:.5rem;background:0 0}.campaign-cycle-container .popup-wrap .popup-module-main::-webkit-scrollbar-thumb{background:#d6d5d4;border-radius:5px;height:.5rem}.campaign-cycle-container .popup-wrap .popup-module-action-bar .selector-button-primary{padding:.6rem 2.5rem;height:unset;margin:1.5rem;background-color:#c84c0e}.selector-button-primary{background-color:#c84c0e}.campaign-breadcrumb{margin:0 0 1.5rem;color:#c84c0e!important}.sc-jlZhew.dVtbRz{overflow:hidden}.campaign-popup-module{margin:auto;width:calc(100% - 5rem)}.campaign-bulk-upload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.5rem}.campaign-bulk-upload .campaign-download-template-btn{font-weight:700}.bulk-info-text{margin-bottom:1.5rem}.delete-and-download-button{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1.5rem;gap:1.5rem}.bulk-upload-file .uploaded-file-container{margin:0 0 1.5rem}.uploaded-file-container{margin-left:0}.upload-drag-drop-container{background-color:#fafafa;border:1.5px dashed #d6d5d4;border-radius:5px;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.upload-drag-drop-container .drag-drop-text .browse-text{color:#c84c0e;-webkit-transition:color .3s;transition:color .3s}.upload-drag-drop-container .drag-drop-text .browse-text:hover{color:#c84c0e;text-decoration:underline;cursor:pointer}.upload-drag-drop-container{margin-left:0}.upload-drag-drop-container .drag-drop{color:#b1b4b6}.upload-drag-drop-container .browse-text{text-decoration:underline;color:#c84c0e;-webkit-transition:color .3s;transition:color .3s}.campaign-counter-container{padding:1.5rem 1.5rem .5rem}.campaign-counter-container .card-text{margin-top:0}.campaign-counter-container .label-field-pair{margin-bottom:1rem}.campaign-counter-container .label-field-pair .card-label{font-weight:700}.campaign-counter-container .date-field-container{display:grid;grid-template-columns:18.75rem 18.75rem;grid-gap:1.5rem;width:100%}.campaign-counter-container .PlusMinus{width:30%}.campaign-counter-container .PlusMinus input{width:100%}.campaign-tab-head{padding:1rem;width:12.5rem;height:3rem;border-radius:10px 10px 0 0;background-color:#fff;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:700;font-size:1rem;font-family:Roboto;color:#505a5f;margin-bottom:-6px;border:1px solid #d6d5d4;background-color:#fafafa}.campaign-tab-head.active{height:3.375rem;background-color:#fff;font-weight:700;color:#c84c0e;border:solid #c84c0e;border-width:1px 1px 4px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1.5rem}.campaign-tab-head :focus,.campaign-tab-head.active{outline:0}.campaign-sub-tab-head{outline:0;background-color:#fff;color:#c84c0e;border:1px solid #c84c0e;height:2rem;width:9.188rem;font-size:1rem;font-weight:400}.campaign-sub-tab-head.active{background-color:#c84c0e;color:#fff;outline:0;height:2rem;width:9.188rem;font-family:Roboto;font-weight:700;font-size:1rem}.tab-content-header{margin-top:1.5rem;margin-bottom:1.5rem!important}.delivery-rule-container{padding-top:0}.delivery-rule-container .card-header{font-size:1.5rem!important;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.delivery-rule-container .card-header .title{margin:0!important}.delivery-rule-container .attribute-container{border:1px solid #d6d5d4;background-color:#fafafa;padding:0 1rem 1rem}.delivery-rule-container .attribute-container .add-attribute{width:74.5%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.delivery-rule-container .attribute-container .add-attribute h2{font-size:1rem;font-family:Roboto;width:unset!important;font-weight:600}.attribute-field-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:2.5rem;gap:2.5rem}.attribute-field-wrapper .label-field-pair{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.attribute-field-wrapper .label-field-pair .card-label.card-label-smaller{font-weight:700}.attribute-field-wrapper .label-field-pair .employee-select-wrap.form-field{width:100%}.attribute-field-wrapper .label-field-pair .digit-employee-card-input{margin-bottom:0}.attribute-field-wrapper .options-card{max-height:10rem!important}.attribute-field-wrapper .card-label{margin-bottom:.5rem}.add-rule-btn{margin:auto}.add-rule-btn h2{font-family:Roboto;font-size:1rem;font-weight:600}.add-product-btn h2{font-family:Roboto;font-size:1rem;font-weight:600}.popup-wrap.campaign-product-wrapper .popup-module{width:70%;padding-left:1.5rem;padding-bottom:1.5rem}.popup-wrap.campaign-product-wrapper .popup-module .header-wrap{font-size:1.5rem;font-weight:700}.popup-wrap.campaign-product-wrapper .popup-module .header-wrap .header-content.popup-header-fix{margin-top:1.5rem}.popup-wrap.campaign-product-wrapper .popup-module-action-bar{margin-top:1.5rem;margin-right:1.5rem}.search-button-wrapper{grid-column-end:-1!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.add-resource-wrapper .link{color:#c84c0e}.digit-toast-success{margin-bottom:-.5rem}.customBtn-selected{background-color:#c84c0e}.primary-label-btn{color:#c84c0e}.employeeCard .complaint-links-container .header .logo{background-color:#c84c0e}.employeeCard .complaint-links-container .body.link{color:#c84c0e}.employeeCard .complaint-links-container .body .inbox-total{background-color:#c84c0e}.employee .topbar .right .user-img-txt{background-color:#c84c0e}.action-bar-wrap .submit-bar{background-color:#c84c0e}.jk-digit-secondary-btn{color:#c84c0e;border-color:#c84c0e}.error-boundary .error-container button{background-color:#c84c0e}.inbox-search-wrapper .search-tabs-container .search-tab-head-selected{color:#c84c0e;border-color:#c84c0e}.inbox-search-wrapper .submit-bar{background-color:#c84c0e}.inbox-search-wrapper .search-component-table .link{color:#c84c0e}.inbox-search-wrapper .link-label{color:#c84c0e!important}.drag-drop-container .drag-drop-text .browse-text{color:#c84c0e}@-webkit-keyframes slideInFromBottom{0%{bottom:-3rem}to{bottom:4rem}}.toast-success.animate{-webkit-animation:slideInFromBottom .5s ease forwards;animation:slideInFromBottom .5s ease forwards}@media screen and (max-width:768px){.topbar{background:#0b4b66!important;color:#fff}}.digit-button-primary{background-color:#c84c0e!important}.digit-button-secondary .icon-label-container h2{color:#c84c0e!important}.employee .digit-employeeSidebar .sidebar{z-index:999}.digit-toast-success{-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;bottom:-100%}@keyframes slideInFromBottom{0%{bottom:-100%}to{bottom:4.5rem}}.digit-toast-success.animate{-webkit-animation:slideInFromBottom .5s ease forwards;animation:slideInFromBottom .5s ease forwards}.horizontal-nav{background-color:initial!important}.horizontal-nav .sidebar-list.active .menu-label{color:#c84c0e}.horizontal-nav .sidebar-list.active{border-bottom:3px solid #c84c0e}.stepper-label,.stepper-wrapper{width:-webkit-max-content;width:-moz-max-content;width:max-content}.digit-popup-children-wrap .parent-group .digit-tag-container{max-width:100%}.digit-card-label{width:30%}.selecting-boundaries-pop{min-height:50%}.summary-header{font-size:2.25rem}.date-field-container{display:grid;grid-template-columns:20rem 20rem;grid-gap:1.5rem;width:70%;padding-top:.3rem;margin-top:0}.date-field{display:grid;grid-template-columns:1fr 2fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.campaign-type{margin-right:5rem;padding-bottom:1.2rem;font-weight:700}.name-container{margin-right:4rem;font-weight:700;text-wrap:nowrap}.beneficiary-type{margin-right:5.4rem;font-weight:700}.campaign-dates{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700}.mandatory-date{margin-top:.8rem;margin-left:.5rem;color:red!important;font-size:1rem;font-weight:700}.description-type{margin-top:2rem;margin-bottom:2rem}.dates-description,.name-description{margin:0}.selecting-boundary-div{padding-top:.5rem}.selecting-boundary-div .label-field-pair{margin-bottom:1.5rem}.campaign-table{border-collapse:collapse;border-color:transparent;border-width:0 1.5rem}.campaign-table tbody tr:hover{background:rgba(244,119,56,.12)}.info-points{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.5rem;gap:.5rem;margin-bottom:.5rem}.infoClass{margin-bottom:1.5rem}.headerWrapperClassName{display:none}.whoLogo{margin-top:-1rem;margin-bottom:-1rem}.digit-popup-wrapper.popUpClass{width:45rem}.digit-popup-wrapper.popUpClass .popUpFooter .digit-popup-footer-buttons{margin-left:0;width:100%}.digit-popup-wrapper.popUpClass .popUpFooter .digit-popup-footer-buttons button{-webkit-box-flex:1;-ms-flex:1;flex:1}.timeline-div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.setup-campaign .digit-success{z-index:1000}.digit-error{z-index:900}.timeline-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.upcoming-timeline .timeline-label{color:#b1b4b6}.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;grid-gap:1.5rem;gap:1.5rem;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:31.25rem}.stepper-card{height:36.5rem;margin-bottom:1.5rem!important}.stepper-subheader{color:#0b4b66}.container-full{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;grid-gap:1.5rem;gap:1.5rem;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.name-container-label .label-field-wrapper{width:-webkit-fill-available}.formula-label-field{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1.5rem;gap:1.5rem}.equals-icon{font-family:Roboto Condensed;font-size:2.5rem;font-weight:700;line-height:2.93rem;text-align:left;width:1.31rem;height:2.38rem;grid-gap:0;gap:0;opacity:1}.formula-label-field>span{width:20rem;font-size:1.2rem;margin-right:2rem;font-weight:700}.header-comp-blue{margin-top:0;font-size:2rem;color:#0b4b66!important}.pop-inbox-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pop-inbox-wrapper,.pop-inbox-wrapper-filter-table-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1.5rem;gap:1.5rem}.pop-inbox-wrapper-filter-table-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;max-width:100%}.pop-inbox-wrapper-filter-table-wrapper .filter-card-vertical{max-width:400px}.pop-inbox-wrapper-filter-table-wrapper .pop-inbox-table-wrapper{width:100%!important;max-width:100%}.table-actions-wrapper{grid-gap:.5rem;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:auto}.ingestion-container,.table-actions-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.ingestion-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100vh;width:100%;background-color:#f9fafc;color:#1b1b1b}.drop-area{border:2px dashed #ccc;padding:20px;text-align:center;width:500px;height:400px}.drop-area.active{border:2px dashed #f47738}.upload-file-button{cursor:pointer;padding:.25rem;font-size:1rem;border:none;font-family:Oswald,sans-serif;font-size:20px;background-color:initial;margin-top:20px;color:#f47738}.drag-drop-tag{font-size:20px}.remove-button{font-size:20px;padding:8px;outline:#f37f12;background-color:#f9fafc;color:#f47738}.override-card{margin-left:0!important}.table{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));width:100%;border-radius:4px 4px 0 0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);border-left-width:24px;border-right-width:24px;border-left-color:#fff;border-right-color:#fff}.table thead th{padding:20px 18px;font-weight:700;vertical-align:middle;text-align:left}.table thead th:first-child{min-width:256px}.table tbody{border:none;padding:0;margin:0}.table tbody td{--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));text-align:left;vertical-align:middle;padding:"20px 18px"}.sub-work-table{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border-collapse:collapse;border:1px solid #ddd}.sub-work-table td,.sub-work-table th{color:#0b0c0c;border:1px solid #ddd;padding:12px}.sub-work-table .remove-button{font-size:20px;padding:8px;outline:#f37f12;background-color:#f9fafc;color:#f47738}.sub-work-table .action-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.sub-work-table .action-bar .action-bar-button{margin-right:.5em}.sub-work-table th{padding:10px;text-align:center;background-color:#efefef;color:#0b0c0c}.sub-work-table tr td span:hover{cursor:pointer}.reports-table{margin-top:2rem}.reports-table thead th:first-child{min-width:unset}.h1.works-header-create,.h1.works-header-search,.h1.works-header-view{font-size:36px}.download-button{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important;margin:20px}.download-button,.master-container{display:-webkit-box;display:-ms-flexbox;display:flex}.master-container{grid-gap:1rem}.master-container .custom-master{cursor:pointer;width:6.25rem;height:6.25rem}.master-container .custom-master a{color:#0b0c0c;text-decoration:none}.master-container .custom-master .master-icon{text-align:center}.master-container .custom-master:hover{background-color:#feefe7}.help-screen-container .help-screen-body a{cursor:pointer;color:#c84c0e;text-decoration:none}.card-details{background-color:#fafafa!important;position:relative;width:-webkit-fill-available}.CloseButton{position:absolute;top:5px;right:5px;cursor:pointer}.startNumber{padding-top:25px}.endNumber,.startNumber{display:-webkit-box;display:-ms-flexbox;display:flex}.start{padding-right:1.2rem}.end,.start{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.end{padding-right:1.55rem}.workbench-add-row-detail-btn{margin-bottom:15px}.village-header{color:#363636;margin-bottom:2rem}.card-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-heading-title{color:#0b4b66}.label-pair{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.label-heading{color:#363636;width:20%}.label-text{color:#363636;width:80%}.edit-label-field-pair{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.edit-label{color:#363636;width:50%}.edit-label,[dir=ltr] .edit-value{text-align:left}[dir=rtl] .edit-value{text-align:right}.edit-value{width:50%}.middle-child{margin-bottom:1.5rem}.facility-popup{max-width:85%!important}.digit-topbar-container{width:100%}.wbh-header-container{margin-top:1.5rem}.main.digit-home-main{margin-left:92px}.main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper{margin-left:0;margin-right:2rem}.main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground{padding:0}.main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground .employee-app-container.digit-home-employee-app .ground-container.moduleCardWrapper.gridModuleWrapper.digit-home-moduleCardWrapper{grid-gap:2.5rem;gap:2.5rem;margin-top:2rem;padding:0;display:grid!important;grid-template-columns:repeat(auto-fill,minmax(263px,1fr))}.main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground .employee-app-container.digit-home-employee-app .ground-container.moduleCardWrapper.gridModuleWrapper.digit-home-moduleCardWrapper .employeeCard.customEmployeeCard.card-home.home-action-cards{margin:0!important;min-width:263px!important;width:auto!important}.campaign-cycle-container .popup-header-fix{margin-top:1.5rem!important}.tag.inbox-tag{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;background-color:#d6d5d4;border-radius:2rem;padding:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2rem;margin-bottom:.7rem;grid-gap:.2rem;gap:.2rem}.mandatory-span{margin-left:.5rem;color:red!important;font-size:1rem;font-weight:700}.digit-employee-card-input.numeric{margin-bottom:unset}.actionBarClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;z-index:0}.previous-button{margin-left:4rem;min-width:12.5rem}.info-text{padding-bottom:1.5rem}.view-composer-header-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.card-with-background{margin-top:1rem}.card-with-background .card-head{margin-bottom:1rem;color:#505a5f}.no-data-found{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.no-data-found .error-msg{margin-top:1rem}.search-tab-head{color:#505a5f}.search-tabs-container{border-bottom:none;margin-bottom:0}.delivery-preview-card{margin-bottom:1.5rem!important;background-color:#fafafa;border:1px solid #d6d5d4;width:70%}.delivery-preview-card .custom-table-label{font-size:1.5rem;font-weight:700;color:#505a5f;margin-bottom:1rem}.delivery-preview-card .campaign-attribute-table table{border-width:0!important;background-color:#fafafa;border-collapse:collapse;border-radius:1rem}.delivery-preview-card .campaign-attribute-table table tbody tr:nth-child(odd){background-color:#fff}.delivery-preview-card .campaign-attribute-table table th{border-right:1px solid #d6d5d4}.delivery-preview-card .campaign-attribute-table table th:last-child{border-right:none}.delivery-preview-card .campaign-attribute-table table td{padding:1rem;border-right:1px solid #d6d5d4}.delivery-preview-card .campaign-attribute-table table td:last-child{padding:1rem;border-right:none}.delivery-preview-card .campaign-attribute-table,.delivery-preview-card .campaign-product-table{margin-bottom:1rem;border:1px solid #d6d5d4;overflow:hidden;border-radius:4px;border:1px solid #d6d5d4}.delivery-preview-card .campaign-product-table table{background-color:#fafafa;border-collapse:collapse;border-radius:1rem;border-width:0!important}.delivery-preview-card .campaign-product-table table th{border-right:1px solid #d6d5d4}.delivery-preview-card .campaign-product-table table th:last-child{border-right:none}.delivery-preview-card .campaign-product-table table td{padding:1rem;border-right:1px solid #d6d5d4}.delivery-preview-card .campaign-product-table table td:last-child{border-right:none}.cycle-paragraph{font-weight:700;font-size:24px;color:#505a5f;margin-top:.5rem}.header-end{margin-right:1rem}.digit-stepper-container{margin-bottom:1.5rem}.employee-app-wrapper{margin:0 1rem}input[type=date]::-webkit-calendar-picker-indicator{position:absolute;right:5px;top:20%;-webkit-transform:translateY(-10%);transform:translateY(-10%)}.campaign-preview-edit-container{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1rem;gap:1rem}.campaign-preview-edit-container span{color:#c84c0e}.campaign-attribute-table{border:1px solid #d6d5d4;overflow:hidden;border-radius:4px}.campaign-attribute-table tbody tr:nth-child(odd){background-color:#fff}tbody tr:nth-child(odd){background-color:#fff}.popup-wrap.campaign-data-preview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.digit-employee-card-input.numeric{pointer-events:none}.product-tag-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1rem}.workbench-download-template-btn{font-weight:700}.digit-employee-card-input.numeric{text-align:center}.in-between{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}@media screen and (min-width:1024px){.in-between{grid-gap:10rem}}.setup-campaign .setup-campaign-card{padding-bottom:1.5rem}.setup-campaign .digit-dropdown-options-card{max-height:10rem!important}.setup-campaign .digit-field{margin-bottom:0!important}.campaign-summary-container .setup-campaign-card .employeeCard.employeeCard-override{padding:1.5rem;margin-bottom:1.5rem!important}.campaign-summary-container .row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:5rem;gap:5rem}.campaign-summary-container .row h2{margin:0;width:272px}.campaign-summary-container .row .value{width:unset}.campaign-summary-container .row .value p{margin:0}.campaign-summary-container .digit-infobanner-wrap.error{margin-left:0;margin-bottom:1.5rem;min-width:100%}.campaign-summary-container .digit-infobanner-wrap.error .digit-button-primary{height:1.5rem;background-color:#d4351c!important}.campaign-summary-container .digit-infobanner-wrap.error .digit-button-primary .icon-label-container.primary.large{font-size:14px}.campaign-summary-container .digit-infobanner-wrap.error .digit-button-primary .icon-label-container.primary.large .digit-button-label{font-size:14px;color:#fff}.view-composer-header-section .employee-card-sub-header{margin-bottom:1.5rem}.view-composer-header-section .employee-card-sub-header.error{color:#d4351c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:.5rem;gap:.5rem}.add-new-product-container{border:1px solid #d6d5d4;background-color:#fafafa;width:70%;padding-top:0}.add-new-product-container .heading-bar{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.add-new-product-container .heading-bar .card-text{margin-top:1rem;margin-bottom:1rem}.add-new-product-container .label-field-pair{grid-gap:5rem;gap:5rem;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.add-new-product-container .label-field-pair .product-label-field{width:12rem;text-wrap:nowrap;font-weight:700}.page-padding-fix{margin-top:1.5rem}.addProductActionClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.addProductActionClass .submit-bar{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding-left:1.5rem;padding-right:1.5rem}.loginFormStyleEmployee .loginCardClassName .digit-header-content:not(label){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.selecting-boundaries-dropdown .digit-multiselectdropdown-server{max-height:15rem}.hover{cursor:pointer}.digit-dropdown-employee-select-wrap .digit-dropdown-employee-select-wrap--elipses{font-size:1rem!important}.digit-dropdown-employee-select-wrap.language-dropdown .digit-dropdown-options-card{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.digit-popup-wrapper.boundaries-pop-module.default{width:36rem}.digit-popup-wrapper.boundaries-pop-module.default .digit-popup-footer .digit-popup-footer-buttons{width:100%!important;display:grid;grid-template-columns:1fr 1fr}.digit-popup-wrapper.boundaries-pop-module.default .digit-popup-footer .digit-popup-footer-buttons .digit-button-primary,.digit-popup-wrapper.boundaries-pop-module.default .digit-popup-footer .digit-popup-footer-buttons .digit-button-secondary{width:100%}.campaign-type-alert-button .digit-button-label{width:100%!important}.campaign-pop-module{padding:1.5rem;border-radius:4px;width:36rem}.campaign-modal-heading{font-size:2rem;font-weight:700;margin:0!important}.campaign-pop-main{font-size:1.25rem;padding:0!important;font-size:400}.campaign-pop-main .card-text{margin-bottom:1.5rem!important}.campaign-pop-main .popup-module-action-bar.campaign-pop-action .selector-button-border{background-color:#fff;border:1px solid #c84c0e}.campaign-pop-main .popup-module-action-bar.campaign-pop-action .selector-button-border h2{color:#c84c0e!important}.digit-toast-success{max-width:90%;margin-left:auto;margin-right:auto;height:auto}.digit-toast-success .toast-label{line-height:1.5;word-break:break-word;height:auto;white-space:unset}.digit-dropdown-select.error{border:1px solid #d4351c}.campaign-type-wrapper .digit-error-icon-message-wrap{margin-top:4px;font-size:14px}.individualElement h2{color:#363636}.link{color:#c84c0e!important}.employeeCard.employeeCard-override.card-error{border:1px solid #d4351c}.label-field-pair.delivery-type-radio{grid-gap:5rem;gap:5rem}.label-field-pair.delivery-type-radio .digit-radio-options-wrap{grid-gap:2rem;gap:2rem;margin-bottom:0!important}.label-field-pair.delivery-type-radio .digit-radio-options-wrap .radio-option-container{margin-bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bold{font-weight:700}.summary-doc-error p{margin-top:0;margin-bottom:0}.summary-doc-error .digit-infobanner-wrap.error{margin-bottom:.5rem;margin-top:1.5rem}.digit-employee-card.campaign-update-container{padding:1.5rem;margin:0!important}.digit-employee-card.campaign-update-container .header{margin-bottom:1.5rem}.digit-employee-card.campaign-update-container .search-field-container{border:1px solid #d6d5d4;border-radius:4px;padding:1rem;background-color:#fafafa!important;margin:unset!important}.digit-employee-card.campaign-update-container .search-field-container .field-description{margin:unset;margin-bottom:1rem}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid{display:grid;grid-template-columns:20rem 20rem 20rem;grid-gap:2rem;gap:2rem}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField{display:grid;grid-template-columns:1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label{display:-webkit-box;display:-ms-flexbox;display:flex}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label p{margin:0 0 .25rem}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label .mandatory-date{margin-top:-.25rem}.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .digit-button-primary{-ms-flex-item-align:end;align-self:flex-end}.digit-multiselectdropdown-wrap.select-boundaries-target{margin-bottom:0}.boundary-with-container{margin:1.5rem 0 0!important}.cycle-date-container{margin-left:0!important;margin-right:0!important;border:1px solid #d6d5d4!important;background-color:#fafafa!important}.header-dropdown-container{position:absolute}.header-dropdown-container .header-dropdown-menu{left:0;bottom:2.25rem}.table.campaign-table .header-dropdown-menu.showBottom{min-width:8.6rem}.digit-card-component.bannerCard.removeBottomMargin.languageSelection{width:unset!important}.question-card-container.subSection{width:100%}.question-card-container .heading-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:1rem;gap:1rem}.question-card-container .heading-bar .separator{height:2rem;border:1px solid #d6d5d4}.question-card-container .heading-bar .digit-checkbox-container{margin-bottom:unset}.question-label-field .question-label{width:30%}.question-label-field .question-field-container{width:100%}.question-label-field .question-field-container .question-field{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1rem;gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.optioncheckboxwrapper .simple_editable-input,.optioncheckboxwrapper .simple_readonly-input{height:1.5rem;-ms-flex-align:center;-ms-flex-item-align:center;align-self:center}.optioncheckboxwrapper .pointer,.optioncheckboxwrapper .simple_editable-input,.optioncheckboxwrapper .simple_readonly-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optioncheckboxwrapper .pointer{-ms-flex-align:center}.optionradiobtnwrapper .simple_editable-input,.optionradiobtnwrapper .simple_readonly-input{height:3rem;-ms-flex-align:center;-ms-flex-item-align:center;align-self:center}.optionradiobtnwrapper .pointer,.optionradiobtnwrapper .simple_editable-input,.optionradiobtnwrapper .simple_readonly-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optionradiobtnwrapper .pointer{-ms-flex-align:center}.example input{max-width:100rem}.question-card-container{width:100%;border:1px solid #d6d5d4;background-color:#fafafa}.question-card-container.subSection{width:100%}.question-card-container .heading-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:1rem;gap:1rem}.question-card-container .heading-bar .separator{height:2rem;border:1px solid #d6d5d4}.question-card-container .heading-bar .digit-checkbox-container{margin-bottom:unset}.question-label-field{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.question-label-field .question-label{width:30%}.question-label-field .question-field-container{width:100%}.question-label-field .question-field-container .question-field{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1rem;gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.checkboxOptionVariant,.customradiobutton{margin-bottom:0!important;margin-top:auto;grid-gap:.5rem;gap:.5rem}.optioncheckboxwrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optioncheckboxwrapper .simple_editable-input,.optioncheckboxwrapper .simple_readonly-input{height:1.5rem;-ms-flex-align:center;-ms-flex-item-align:center;align-self:center}.optioncheckboxwrapper .pointer,.optioncheckboxwrapper .simple_editable-input,.optioncheckboxwrapper .simple_readonly-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optioncheckboxwrapper .pointer{-ms-flex-align:center}.optionradiobtnwrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optionradiobtnwrapper .simple_editable-input,.optionradiobtnwrapper .simple_readonly-input{height:3rem;-ms-flex-align:center;-ms-flex-item-align:center;align-self:center}.optionradiobtnwrapper .pointer,.optionradiobtnwrapper .simple_editable-input,.optionradiobtnwrapper .simple_readonly-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optionradiobtnwrapper .pointer{-ms-flex-align:center}.example{max-width:100rem}.example input{max-width:100rem}.checkboxOptionVariant{margin-bottom:0}.custom-class{width:auto}.employeeCard .label-field-pair{width:auto}.digit-employee-card.example-view-card{margin-left:0!important;margin-right:0!important}.previewChecklist-app-container{width:100%;margin:0 auto;padding:16px;background-color:#f5f5f5;font-family:Arial,sans-serif}.preview-question-title{font-weight:700;margin-bottom:10px}.preview-options{margin-left:20px}.preview-option{font-weight:lighter;margin-bottom:5px}.preview-sub-questions{margin-left:20px}.tetxinput-example .input-container{max-width:unset!important}.digit-employee-card{margin-bottom:1rem;margin-right:0!important;margin-left:0!important}.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{background-color:#c84c0e!important}.inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label{color:#c84c0e!important}.boundary-header{color:#0b4b66}.card-header-timeline{margin-bottom:0!important;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-bottom-left-radius:0;border-bottom-right-radius:0;border:.063rem solid;color:#0b4b66}.stepper-subheader{color:#0b4b66!important}.parent-group{border-width:.063rem;background:#fafafa;border-color:#d4d5d6;border-radius:.5rem;padding:1rem}.card-container{height:100%}.card-container2{width:-webkit-fill-available;padding-bottom:1.5rem}.card-container-delivery{height:100%;width:-webkit-fill-available}.parent{color:#0b4b66;font-weight:700;font-family:Roboto;padding-bottom:1rem}.digit-employee-card .digit-label-field-pair h2{width:auto;font-size:larger}.mobile-screen{width:25rem;height:40rem;border:0 solid #ccc;border-radius:1rem;overflow:hidden;background-color:#fff;-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.1);margin:20px auto;font-family:Arial,sans-serif}.mobile-top-bar{background-color:#0b4b66;height:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1rem;color:#fff;font-size:1.5rem;font-weight:700;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.mobile-container,.mobile-top-bar{display:-webkit-box;display:-ms-flexbox;display:flex}.mobile-container{padding:1.5rem;height:calc(100% - 50px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile-questions{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.2rem;overflow-y:auto;border:1px solid #ccc;border-radius:1rem}.mobile-header h2{color:#555;font-size:.875rem;margin-bottom:.3125rem}.mobile-header h1{font-size:1.25rem;color:#222}.mobile-checklist-highlight{font-weight:700;padding:0 .3125rem}.mobile-description{font-size:.75rem;margin-top:.625rem;margin-bottom:1.25rem;color:#777}.mobile-questions .mobile-question-item{border-bottom:.0625rem solid #ccc;padding:.625rem 0}.mobile-question{font-weight:700;font-size:.875rem}.mobile-answer{font-size:.875rem;margin-left:.625rem}.custom-pop-up{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.custom-pop-up .digit-popup-footer .digit-popup-footer-buttons{width:100%!important;display:grid;grid-template-columns:1fr 1fr}.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{width:100%}.custom-popup-boundary{max-width:100%;height:11rem}.dustbin-icon{margin-bottom:1rem;margin-top:.7rem}.custom-action-bar .digit-action-bar-fields{display:contents}.digit-action-bar-wrap div{width:100%}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-health-css",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -616,9 +616,9 @@ $border-color: rgba(214, 213, 212, 1);
616
616
 
617
617
  @include select-dropdown;
618
618
 
619
- .table{
620
- border-left-width:0 !important;
621
- border-right-width:0 !important;
619
+ .table {
620
+ border-left-width: 0 !important;
621
+ border-right-width: 0 !important;
622
622
  }
623
623
 
624
624
  table {
@@ -2510,11 +2510,11 @@ $border-color: rgba(214, 213, 212, 1);
2510
2510
 
2511
2511
  /* MP_HYPOTHESIS_CSS */
2512
2512
 
2513
- .mp-description{
2513
+ .mp-description {
2514
2514
  margin-top: 2rem;
2515
2515
  margin-bottom: 1rem;
2516
2516
  }
2517
- .mp-hypothesis-label-field{
2517
+ .mp-hypothesis-label-field {
2518
2518
  display: flex;
2519
2519
  align-items: baseline;
2520
2520
  margin: 1rem 0rem 0.5rem 0rem;
@@ -2524,27 +2524,26 @@ $border-color: rgba(214, 213, 212, 1);
2524
2524
  font-size: 1.2rem;
2525
2525
  }
2526
2526
 
2527
- .hypothesis-delete-button{
2527
+ .hypothesis-delete-button {
2528
2528
  display: flex;
2529
- cursor: pointer;
2529
+ cursor: pointer;
2530
2530
  margin-left: 1rem;
2531
2531
  font-size: 1.2rem;
2532
2532
  }
2533
2533
 
2534
- .fieldv1-deleteIcon-container{
2534
+ .fieldv1-deleteIcon-container {
2535
2535
  display: flex;
2536
2536
  justify-content: center;
2537
2537
  align-items: center;
2538
2538
  width: 30rem !important;
2539
2539
  }
2540
- .assumption-label{
2541
- display: flex;
2542
- flex-wrap: wrap;
2543
- align-items: center;
2544
- width: 30rem;
2540
+ .assumption-label {
2541
+ display: flex;
2542
+ flex-wrap: wrap;
2543
+ align-items: center;
2544
+ width: 30rem;
2545
2545
  }
2546
2546
 
2547
-
2548
2547
  .kpi-container {
2549
2548
  display: flex;
2550
2549
  flex-direction: row;
@@ -2573,20 +2572,65 @@ $border-color: rgba(214, 213, 212, 1);
2573
2572
  font-size: 1.2em;
2574
2573
  }
2575
2574
 
2576
-
2577
- .assumptionsForm-label-field{
2578
- display: flex;
2579
- flex-direction: column;
2580
- gap: 1.5rem;
2581
- align-items: start !important;
2575
+ .assumptionsForm-label-field {
2576
+ display: flex;
2577
+ flex-direction: column;
2578
+ gap: 1.5rem;
2579
+ align-items: start !important;
2582
2580
  }
2583
- .assumptionsForm-label-field > div > span{
2581
+ .assumptionsForm-label-field > div > span {
2584
2582
  font-size: 1.5rem;
2585
2583
  font-weight: bold;
2586
2584
  }
2587
2585
 
2588
- .assumptionsForm-card{
2589
- background-color:#FAFAFA;
2590
- border: 1px solid #D6D5D4;
2586
+ .assumptionsForm-card {
2587
+ background-color: #fafafa;
2588
+ border: 1px solid #d6d5d4;
2589
+ }
2590
+
2591
+ .digit-popup-wrapper.roleComposer {
2592
+ max-width: max-content;
2593
+ min-width: 100rem;
2591
2594
  }
2592
2595
 
2596
+ .search-field-wrapper.roleComposer {
2597
+ .text-input {
2598
+ input {
2599
+ margin-bottom: 0;
2600
+ }
2601
+ }
2602
+ display: grid;
2603
+ align-items: end;
2604
+ grid-template-columns: 1fr 1fr 2fr;
2605
+ gap: 2rem;
2606
+ }
2607
+
2608
+ .search-button-wrapper.roleComposer {
2609
+ display: flex;
2610
+ flex-direction: row-reverse !important;
2611
+ gap: 1.5rem;
2612
+ align-items: center;
2613
+ line-height: 4 !important;
2614
+ }
2615
+
2616
+ .digit-dropdown-employee-select-wrap.roleTableCell {
2617
+ .digit-dropdown-options-card {
2618
+ position: fixed;
2619
+ max-width: 14rem;
2620
+ }
2621
+ }
2622
+
2623
+ .digit-multiselectdropdown-wrap.roleTableCell.nestedmultiselect {
2624
+ margin: 0;
2625
+ width: 15rem;
2626
+ .digit-multiselectdropdown-server {
2627
+ top: unset !important;
2628
+ position: fixed !important;
2629
+ max-width: 15rem !important;
2630
+ max-height: 15rem !important;
2631
+ }
2632
+ }
2633
+
2634
+ .digit-tag-container.userAccessCell {
2635
+ margin: unset !important;
2636
+ }
@@ -1,5 +1,30 @@
1
1
  .pop-inbox-wrapper {
2
2
  display: flex;
3
3
  flex-direction: column;
4
- gap: 2rem;
4
+ gap: 1.5rem;
5
+ }
6
+
7
+ .pop-inbox-wrapper-filter-table-wrapper {
8
+ display: flex;
9
+ align-items: flex-start;
10
+ gap: 1.5rem;
11
+ width: 100%;
12
+ max-width: 100%;
13
+
14
+ .filter-card-vertical {
15
+ max-width: 400px;
16
+ }
17
+
18
+ .pop-inbox-table-wrapper {
19
+ width: 100% !important;
20
+ max-width: 100%;
21
+ }
22
+ }
23
+
24
+ .table-actions-wrapper {
25
+ display: flex;
26
+ gap: 0.5rem;
27
+ align-items: "center";
28
+ flex-wrap: "wrap";
29
+ margin-left: auto;
5
30
  }