@djb25/digit-ui-css 1.0.3 → 1.0.5
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 +2 -2
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/SearchForm.scss +903 -22
- package/src/components/WorkflowTimeline.scss +165 -0
- package/src/components/body.scss +1 -3
- package/src/components/card.scss +1 -0
- package/src/components/financeUi.scss +1 -0
- package/src/components/inboxv2/InboxLinks.scss +1 -0
- package/src/components/topbar.scss +10 -9
- package/src/digitv2/components/FormComposerV2.scss +0 -1
- package/src/digitv2/components/appContainerV2.scss +0 -1
- package/src/index.scss +1 -0
- package/src/pages/employee/inbox.scss +1 -0
- package/src/pages/employee/index.scss +0 -1
package/dist/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}details{display:block}summary{display:list-item}template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:initial;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}html{font-family:Roboto,sans-serif;line-height:1.5}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a0aec0}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a0aec0}input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#a0aec0}input::-moz-placeholder, textarea::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder, textarea::-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}button{cursor:pointer}table{border-collapse:collapse}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.container{width:100%}@media (min-width:780px){.container{max-width:780px}}.table{display:table}@-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)}}.rdrCalendarWrapper{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateDisplay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rdrDateDisplayItem{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{-webkit-box-sizing:inherit;box-sizing:inherit;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rdrMonthAndYearPickers,.rdrMonthAndYearWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.rdrMonthAndYearPickers{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rdrNextPrevButton{-webkit-box-sizing:inherit;box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:-webkit-box;display:-ms-flexbox;display:flex}.rdrMonthsVertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:-webkit-box;display:-ms-flexbox;display:flex}.rdrWeekDay{-ms-flex-preferred-size:14.28571%;flex-basis:14.28571%;-webkit-box-sizing:inherit;box-sizing:inherit;text-align:center}.rdrDays{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{-webkit-box-sizing:inherit;box-sizing:inherit;width:14.28571%;position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{-ms-flex-preferred-size:14.285%!important;flex-basis:14.285%!important}}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{pointer-events:none}.rdrDateRangePickerWrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrStaticRanges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:-webkit-box;display:-ms-flexbox;display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(35,57,66,.21);box-shadow:0 1px 2px 0 rgba(35,57,66,.21);border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:rgba(0,0,0,.07)}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto}.rdrNextPrevButton i,.rdrPprevButton i{-webkit-transform:translate(-3px);transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent #34495e transparent transparent}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent #34495e;-webkit-transform:translate(3px);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:0;bottom:0;top:5px;bottom:5px;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}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span{color:hsla(0,0%,100%,.85)}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayEndPreview,.rdrDayInPreview,.rdrDayStartPreview{background:hsla(0,0%,100%,.09);position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0 solid;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayEndPreview,.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-right-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:2px;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:1px solid #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:focus .rdrStaticRangeLabel,.rdrStaticRange:hover .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:1px solid #dee7eb;margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrDayEndPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrStartEdge{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrDayEndPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrStartEdge{-webkit-filter:grayscale(100%) opacity(60%);filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.module-loader,.page-loader{text-align:center}.page-loader{padding-top:88px}.module-loader{padding:16px}@-webkit-keyframes ldio-pjg92h09b2o{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes ldio-pjg92h09b2o{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}.ldio-pjg92h09b2o div{position:absolute;width:52px;height:52px;border:12px solid #22394d;border-top-color:transparent;border-radius:50%;-webkit-animation:ldio-pjg92h09b2o 1s linear infinite;animation:ldio-pjg92h09b2o 1s linear infinite;top:50px;left:50px}.loadingio-spinner-rolling-faewnb8ux8{width:48px;height:48px;display:inline-block;overflow:hidden;background:none}.ldio-pjg92h09b2o{width:100%;height:100%;position:relative;-webkit-transform:translateZ(0) scale(.48);transform:translateZ(0) scale(.48);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0}.ldio-pjg92h09b2o div{-webkit-box-sizing:content-box;box-sizing:initial}.body-container,body{--bg-opacity:1;background-color:#e3e3e3;background-color:rgba(227,227,227,var(--bg-opacity))}.navbar{margin-bottom:16px;img{height:24px}}.h1{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.link-label{color:#667eea;color:rgba(102,126,234,var(--text-opacity));&:hover{color:#667eea;color:rgba(102,126,234,var(--text-opacity))}}.back-btn,.link-label{font-size:16px;line-height:24px;--text-opacity:1;--text-opacity:1}.back-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block;--border-opacity:1;border-color:#0b0c0c;border-bottom:1px;border-color:rgba(11,12,12,var(--border-opacity));border-style:solid;font-family:Roboto Condensed,sans-serif;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-left:8px;margin-top:16px;label{margin-right:8px;vertical-align:middle}label,p{display:inline}p{float:right}}.bread-crumb{font-size:14px;color:#505a5f;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;list-style:none;padding:0}.bread-crumb--item{margin-left:5px;&:not(:last-child):after{content:" /"}button{outline:none}.last{color:#0b0c0c}}.back-btn2{cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;--border-opacity:1;border-color:#0b0c0c;border-bottom:1px;border-color:rgba(11,12,12,var(--border-opacity));border-style:solid;font-family:Roboto Condensed,sans-serif;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:24px;margin-left:8px;margin-bottom:16px;img,p,svg{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:780px){.employee-app-container{width:100%}.app-container{width:100%;form{.card{max-width:960px;h2{text-align:left}.field-container{max-width:540px}button{max-width:240px}.card-text-button,.input-otp-wrap{text-align:left}}}}.h1{font-size:36px;line-height:40px}.back-btn,.back-btn2,.h1,.link-label{margin-left:0}}.audit-card{margin-left:-21%}.navbar{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));--bg-opacity:1;background-color:#22394d;background-color:rgba(34,57,77,var(--bg-opacity));padding:16px;width:100%;position:fixed;z-index:9999;img{display:inline-block;min-width:78px;height:24px}.nav{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.nav,.nav-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.nav-wrapper{@media (min-width:780px){.hamburger-span{display:none}}}h3{display:inline-block;--border-opacity:1;border-color:#fff;border-left:1px;border-color:rgba(255,255,255,var(--border-opacity));border-style:solid;padding-left:8px;margin-left:8px}}.img-circle{border-radius:50%}.profile-section{height:auto;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;padding-top:30px;background-color:#fff;img{width:89px;height:88px;margin:0 auto 16px}.label-container{.label-text{color:#767676}&.name-Profile{.label-text{letter-spacing:.6px;font-weight:700;font-size:18px;color:#0b0c0c}}}.profile-divider{border-top:1px solid #d6d5d4;margin-left:20px;margin-right:20px;width:90%;margin-top:1rem}}.drawer-list{padding-top:16px;position:relative;min-height:1px;overflow:auto;.menu-item{border:10px;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;text-decoration:none;margin:0;padding:0;outline:none;font-size:16px;position:relative;color:#5f5c62;line-height:48px;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;min-height:48px;white-space:normal;background:none;.icon{display:block;color:#757575;fill:#757575;height:21px;width:21px;float:left;margin-top:12px}.edit-btn-ico{height:17px;width:17px;margin-top:16px}.icon+.menu-label{margin-left:36px;text-overflow:ellipsis;white-space:nowrap}}.sidebar-list{padding-right:16px;padding-left:16px;&.active{border-left:5px solid #667eea;.menu-label{color:#667eea}.icon{fill:#667eea}}.submenu-container{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.sidebar-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;svg{width:21px;height:21px;color:#757575;fill:#757575}}.actions,.sidebar-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.actions{overflow:hidden!important;span{margin-left:13px;line-height:48px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}input,span{color:#5f5c62}input{border:none;outline:none;margin-left:16px;padding:.5em}}}}.dropdown-link{.actions{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em;svg{width:21px;height:21px;color:#757575;fill:#757575}span{color:#5f5c62}}}}.drawer-desktop{overflow:auto;.menu-item{border:10px;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;text-decoration:none;margin:0;padding:0;outline:none;font-size:16px;position:relative;color:#5f5c62;line-height:48px;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;min-height:48px;white-space:normal;background:none;.icon{display:block;color:#757575;fill:#757575;height:21px!important;width:21px!important;float:left;margin-top:12px}.edit-btn-ico{height:17px;width:17px;margin-top:16px}.icon+.menu-label{margin-left:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:780px){.sidebar-list{padding-right:16px;padding-left:16px;&.active{border-left:5px solid #667eea;padding-left:11px;.menu-label{color:#667eea}.icon{fill:#667eea}}.submenu-container{margin-left:1.5rem;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.sidebar-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;svg{width:21px;height:21px;color:#757575;fill:#757575}.actions{.tooltip{margin-left:16px}}}.actions,.sidebar-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.actions{overflow:hidden!important;span{margin-left:13px;line-height:48px;white-space:nowrap;color:#5f5c62;overflow:hidden;text-overflow:ellipsis}}}}.dropdown-link{.actions{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em;svg{width:21px;height:21px;color:#757575;fill:#757575}span{color:#5f5c62}}}}}.side-bar-footer{width:200px;margin-left:50px;margin-top:24px;margin-bottom:16px;position:relative}.digit-footer{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;margin-bottom:8px;img{margin-right:8px}}.card{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin:8px;padding:16px 16px 24px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);border-radius:4px;max-width:960px;.card-header{font-size:32px;line-height:40px;font-family:Roboto Condensed,sans-serif;margin-bottom:16px}.card-header,.card-sub-header{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-weight:700;vertical-align:middle;text-align:left}.card-caption,.card-sub-header{font-size:18px;line-height:26px;margin-bottom:8px}.card-caption,.card-text{--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}.card-text{font-size:16px;line-height:24px;vertical-align:middle;text-align:left;margin-bottom:24px;span{color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.card-text-primary,span{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.card-text-button,.card-text-primary{font-size:16px;line-height:24px}.card-text-button{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.card-label{font-size:19px;line-height:23px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-bottom:8px}.card-label-error{display:block;font-size:14px;line-height:16px;color:#d4351c;color:rgba(212,53,28,var(--text-opacity))}.card-label-desc,.card-label-error{--text-opacity:1;margin-bottom:16px}.card-label-desc{font-weight:700;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}.card-label-desc,.card-link{font-size:16px;line-height:24px}.card-link{display:block;text-align:center;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));margin-top:16px;cursor:pointer}}.validation-error{display:block;font-size:14px;line-height:16px;--text-opacity:1;color:#d4351c;color:rgba(212,53,28,var(--text-opacity))}.docsDescription{color:#0b0c0c!important}.field-container{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center}.employeeCard{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);padding:16px;margin-bottom:64px;border-radius:4px;.card-header{font-size:32px;line-height:40px;font-family:Roboto Condensed,sans-serif;margin-bottom:16px}.card-header,.card-sub-header,.employee-card-sub-header{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-weight:700;vertical-align:middle;text-align:left}.card-sub-header,.employee-card-sub-header{font-size:18px;line-height:26px}.card-section-header{font-size:18px;line-height:28px;font-weight:700}.card-section-header,.card-section-sub-text{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.card-section-sub-text{font-size:14px;line-height:16px}.card-caption{font-size:18px;line-height:26px;margin-bottom:8px}.card-caption,.card-text{--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}.card-text{font-size:16px;line-height:24px;vertical-align:middle;text-align:left;margin-bottom:24px;span{color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.card-text-primary,span{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.card-text-button,.card-text-primary{font-size:16px;line-height:24px}.card-text-button{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.card-label{font-size:19px;line-height:23px;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.card-label,.card-label-error{--text-opacity:1;margin-bottom:16px}.card-label-error{display:block;font-size:14px;line-height:16px;color:#d4351c;color:rgba(212,53,28,var(--text-opacity))}.card-label-desc{font-weight:700;color:#505a5f;color:rgba(80,90,95,var(--text-opacity));margin-bottom:16px}.card-label-desc,.card-link{--text-opacity:1;font-size:16px;line-height:24px}.card-link{display:block;text-align:center;color:#1d70b8;color:rgba(29,112,184,var(--text-opacity));margin-top:16px}.card-search-heading{margin-right:0!important;margin-left:0!important;margin-bottom:0!important;padding-bottom:0;padding-left:25px}}.header-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;.header-start{margin-right:auto}.header-content{margin-top:.2rem}.header-end{margin-left:auto}}.card-emp{@extend .card;padding-right:0;padding-top:0;padding-left:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin:8px}.submit-bar{height:2.5rem;text-align:center;width:100%;outline:2px solid transparent;outline-offset:2px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-box-shadow:inset 0 -2px 0 #0b0c0c;box-shadow:inset 0 -2px 0 #0b0c0c;cursor:pointer;&:focus{outline:2px solid transparent;outline-offset:2px}header{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));line-height:2.5rem}}.submit-bar-disabled{height:2.5rem;text-align:center;width:100%;outline:2px solid transparent;outline-offset:2px;opacity:.5;background:linear-gradient(135deg,#667eea,#764ba2);&:focus{outline:2px solid transparent;outline-offset:2px}header{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));line-height:2.5rem}}@media (min-width:780px){.submit-bar,.submit-bar-disabled{width:240px}.card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.card-header{font-size:48px;line-height:56px}.card-sub-header{font-size:36px;line-height:40px}.card-caption{font-size:27px;line-height:32px}.card-text,.card-text-primary{font-size:19px;line-height:28px}.card-link{text-align:left}}.employeeCard{margin-bottom:16px!important;&.filter{margin-left:auto;margin-right:auto}.card-header{font-size:48px;line-height:56px}.card-sub-header,.employee-card-sub-header{font-size:36px;line-height:40px}.employee-card-sub-header{margin-bottom:40px}.card-section-header{margin-bottom:40px;font-size:24px;line-height:32px}.card-section-sub-text{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:24px}.card-search-heading{margin-right:0!important;margin-left:0!important;margin-bottom:0!important;padding-bottom:0;padding-left:25px}.card-caption{font-size:27px;line-height:32px}.card-text,.card-text-primary{font-size:19px;line-height:28px}.card-link{text-align:left}.label-field-pair{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:8px;gap:8px;margin-bottom:16px}.label-field-pair .card-label-smaller{margin-bottom:0;font-weight:500;color:#333;font-size:14px;line-height:1.4}.label-field-pair .field,.label-field-pair .field .text-input{width:100%}.label-field-pair .field .text-input input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.label-field-pair .field .text-input input:focus{outline:none;border-color:#007bff;-webkit-box-shadow:0 0 0 2px rgba(0,123,255,.25);box-shadow:0 0 0 2px rgba(0,123,255,.25)}@media (max-width:768px){.label-field-pair{grid-gap:6px;gap:6px}.label-field-pair .card-label-smaller{font-size:13px}}.label-field-pair>*{margin:0}.label-field-pair .card-label-smaller:after{margin-left:2px}.field-container{span{background:#f7f7f7;width:40px;height:40px;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;margin-top:-16px;border:2px solid #000;border-right:none}}}.header-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;.header-start{margin-right:auto}.header-end{margin-left:auto}}}.card-section-header{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:18px;line-height:28px;font-weight:700}.card-search-heading{margin-right:0!important;margin-left:0!important;margin-bottom:0!important;padding-bottom:0;padding-left:25px}.button-sub-text{width:100%}.home-page-info-banner-wrap{margin:"0px 16px 24px 16px"}@media (min-width:780px){.button-sub-text{width:240px}.home-page-info-banner-wrap{max-width:45%;min-width:40%;margin-left:0;margin-right:24px;margin-bottom:24px}.oc-aknowledgement-screen{width:auto;min-width:240px;max-width:100%;padding:0 10px}}.card-label-error{display:block;font-size:14px;line-height:16px;--text-opacity:1;color:#d4351c;color:rgba(212,53,28,var(--text-opacity));margin-bottom:16px}.BPAemployeeCard,.employeeCard-override{margin-left:0!important}.BPAemployeeCard{margin-right:0!important;margin-bottom:64px!important}.employee-application-details{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important;max-height:60px!important;height:60px!important}.employee-main-application-details{padding:10px!important}.employee-mulitlink-main-div{z-index:10!important;max-width:41%!important}.employee-download-btn-className{position:unset!important;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}.employee-options-btn-className{position:unset!important;margin:0!important;width:100%!important}.selector-button-primary{height:2rem;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));text-align:center;--border-opacity:1;border-color:#464646;border-bottom:1px;border-style:solid;border-color:rgba(70,70,70,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;padding-left:24px;padding-right:24px;&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}}.selector-button-border{height:2rem;--bg-opacity:1;background-color:#d6d5d4;background-color:rgba(214,213,212,var(--bg-opacity));text-align:center;--border-opacity:1;border-color:#464646;border-bottom:1px;border-style:solid;border-color:rgba(70,70,70,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;padding-left:24px;padding-right:24px;&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.input-mirror-selector-button{height:4rem!important;--bg-opacity:1!important;background-color:#d6d5d4!important;background-color:rgba(214,213,212,var(--bg-opacity))!important;text-align:center!important;--border-opacity:1!important;border-color:#464646!important;border-bottom:1px!important;border-style:solid!important;border-color:rgba(70,70,70,var(--border-opacity))!important;outline:2px solid transparent!important;outline-offset:2px!important;padding-left:24px!important;padding-right:24px!important;&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.selector-button-primary-disabled{height:2rem;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));text-align:center;--border-opacity:1;border-color:#464646;border-bottom:1px;border-style:solid;border-color:rgba(70,70,70,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;padding-left:24px;padding-right:24px;opacity:.5;&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}}.jk-digit-secondary-btn{width:auto;height:40px;background:#fff;border:1px solid #667eea;padding:20px;color:#667eea;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:19px;cursor:pointer;border-radius:6px;svg{margin:0 10px}}.jk-digit-primary-btn{width:auto;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid linear-gradient(135deg,#667eea,#764ba2);padding:20px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:19px;border-radius:6px;svg{margin:0 15px}}.jk-digit-disabled-btn{opacity:.5;font-size:19px;cursor:not-allowed}.jk-header-btn-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:780px){.jk-header-btn-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-bottom:15px}}.radio-wrap{margin-top:8px;display:block;line-height:2.5rem;margin-bottom:24px;div{display:block;margin-bottom:16px}.radio-btn-wrap{display:block;float:left;position:relative;&:hover{.radio-btn-checkmark{--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}}}.radio-btn{opacity:0;position:absolute;cursor:pointer;height:2.5rem;width:2.5rem}.radio-btn-checkmark{height:2.5rem;width:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-radius:9999px;display:block}label{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;margin-left:16px}.radio-btn-checkmark:after{content:""}.radio-btn-wrap input:checked~.radio-btn-checkmark{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}.radio-btn-wrap input:checked~.radio-btn-checkmark:after{display:block;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));height:1.25rem;width:1.25rem;border-radius:9999px;position:absolute;top:10px;left:10px}}.reverse-radio-selection-wrapper{div{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;-ms-flex-line-pack:justify;align-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;place-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.employee-select-wrap{margin-bottom:24px;position:relative;border-radius:.375rem;.select{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-radius:.375rem;&:hover{--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));border-radius:.375rem}input[type=text]{width:calc(100% - 32px);background-color:initial;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px;border-radius:.375rem}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{padding-top:9px;float:left;margin-left:8px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.select-active{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));border-radius:.375rem;input[type=text]{width:calc(100% - 32px);background-color:initial;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px;border-radius:.375rem}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{float:left;margin-left:8px;padding-top:9px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.options-card{width:100%!important;-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);max-height:400px;overflow:auto;position:absolute;z-index:20;margin-top:4px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));max-width:100%;p{padding-top:14px;width:100%;height:3rem;padding-left:8px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}}}}.employee-select-wrap--elipses{width:85%!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-wrap{margin-bottom:24px;position:relative;max-width:540px;.select{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-radius:.375rem;input[type=text]{width:calc(100% - 32px);background-color:initial;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px;border-radius:.375rem}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{padding-top:9px;float:left;margin-left:8px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.select-active{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));border-radius:.375rem;input[type=text]{width:calc(100% - 32px);background-color:initial;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px;border-radius:.375rem}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{float:left;margin-left:8px;padding-top:9px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.options-card{width:100%!important;-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);position:absolute;z-index:20;margin-top:4px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));p{padding-top:14px;width:100%;height:3rem;padding-left:8px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}}}}.card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;margin-top:8px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.employee-card-input{border-radius:.375rem}.employee-card-input--front{background:#eee}.card-textarea,.employee-card-textarea{border-radius:.375rem}.inputWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:500px;div{max-width:80px}span{margin-top:16px;margin-left:10%;margin-right:10%}}@media (min-width:780px){.card-input,.card-input-error{width:480px}.employee-card-input,.employee-card-input-error{width:100%}.card-textarea{width:100%;max-width:540px}.employee-card-textarea{width:100%}.card-input-emp{width:240px}}.citizen-card-input--front{background:#eee}.emp-success-wrap,.success-wrap{display:block;--bg-opacity:1;background-color:#00703c;background-color:rgba(0,112,60,var(--bg-opacity));width:100%;text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));padding-top:16px;padding-bottom:8px;margin-bottom:16px;header{display:block;margin-bottom:8px;font-family:Roboto Condensed,sans-serif;font-weight:700;font-size:32px;line-height:40px}div{img,svg{padding:13.67px;margin-left:auto;margin-right:auto;--border-opacity:1;border:1px solid #fff;border-color:rgba(255,255,255,var(--border-opacity));border-radius:9999px;height:4rem;width:4rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-bottom:16px}svg.payment-svg{border:unset;background-color:unset;border-radius:9999px}h2{font-size:16px;line-height:19px;margin-bottom:8px}h2,p{font-weight:700}p{font-size:18px;line-height:21px}}}.emp-error-wrap,.error-wrap{display:block;--bg-opacity:1;background-color:#d4351c;background-color:rgba(212,53,28,var(--bg-opacity));width:100%;text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));padding-top:16px;padding-bottom:8px;margin-bottom:16px;header{display:block;margin-bottom:8px;font-family:Roboto Condensed,sans-serif;font-weight:700;font-size:32px;line-height:40px}img,svg{margin-left:auto;margin-right:auto;padding:13.67px;--border-opacity:1;border:1px solid #fff;border-color:rgba(255,255,255,var(--border-opacity));border-radius:9999px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));height:4rem;width:4rem;margin-bottom:16px}}@media (min-width:780px){.success-wrap{header{font-size:48px;line-height:56px}}.emp-success-wrap{width:100%;header{font-size:48px;line-height:56px}}.error-wrap{width:100%;header{font-size:48px;line-height:56px}}.emp-error-wrap{width:100%;header{font-size:48px;line-height:56px}}}.photos-wrap{max-width:640px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:16px;img,svg{margin-right:14px}.last,img,svg{width:calc(33% - 9.333px)}}.banner{.bannerCard{min-width:400px}.bannerLogo{width:80px;height:40px;-o-object-fit:contain;object-fit:contain;padding-right:10px;margin-right:10px;border-right:1px solid #0b0c0c}.bannerHeader{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;margin-bottom:24px}}.date-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;img,svg{height:22px;width:20px}p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:24px;padding-left:8px}}@media (min-width:780px){.date-wrap{p{font-size:19px;line-height:28px}}}.data-table{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));.row{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));padding-bottom:8px;margin-bottom:8px;span{width:70%;display:contents}h2{width:40%;font-weight:700}.value,h2{font-size:16px;line-height:24px}.value{width:50%;word-break:break-all}.caption{width:70%;font-size:16px;line-height:24px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}.last{border:none;padding:0;margin:0}}.employee-data-table{.row{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:8px;margin-bottom:8px;span{width:70%;display:contents}h2{width:30%;font-weight:700}.value,h2{font-size:16px;line-height:24px}.value{width:50%;white-space:break-spaces!important;word-break:break-all}.caption{width:70%;font-size:16px;line-height:24px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}.last{border:none;padding:0;margin:0}}.employee-data-table{.row{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:8px;margin-bottom:8px;span{width:70%;display:contents}h2{width:30%;font-weight:500}.value,h2{font-size:16px;line-height:24px}.value{white-space:break-spaces!important;word-break:break-all;width:60%;&.status-row-radio{div{margin-right:1rem;width:50%}.mg-sm{width:30%}}}.caption{width:70%;font-size:16px;line-height:24px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}.last{border:none;padding:0;margin:0}&.status-radio-table{margin-top:1rem;.row{span{width:24px;display:block;float:left;border-radius:50%}}}&.view-header{.row{display:grid;grid-template-columns:1fr 68%}}}.pt-citizen{.data-table{.row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}}.checkpoint-connect-wrap{padding-bottom:40px;position:relative}.checkpoint-done{display:-webkit-box;display:-ms-flexbox;display:flex;h2{width:24px;height:24px;border-radius:50%;--border-opacity:1;border-color:#667eea;border-bottom:1px;border-color:rgba(102,126,234,var(--border-opacity));border-style:solid;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity))}header{margin-left:16px;p{margin-top:4px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}}.checkpoint{display:-webkit-box;display:-ms-flexbox;display:flex;h2{width:24px;height:24px;border-radius:50%;--text-opacity:1;--border-opacity:1;border-color:#d6d5d4;border-bottom:1px;border-color:rgba(214,213,212,var(--border-opacity));border-style:solid;--bg-opacity:1;background-color:#d6d5d4;background-color:rgba(214,213,212,var(--bg-opacity))}header{margin-left:16px;p{margin-top:4px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}}.checkpoint-connect{margin-left:12px;margin-top:22px;position:absolute;top:0;left:0;height:100%;--border-opacity:1;border-color:#d6d5d4;border-left:1px;border-color:rgba(214,213,212,var(--border-opacity));border-style:solid}.checkpoint-comments-wrap{max-width:560px;--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));padding:8px;margin-top:8px;h4{color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}h4,p{--text-opacity:1;font-size:16px;line-height:24px}p{color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}.checkbox-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;position:relative;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;input{width:38px;height:38px;opacity:0;position:absolute;top:0;left:0;z-index:10}.input-emp{@extend input;width:24px;height:24px}.custom-checkbox{width:38px;height:38px;position:absolute;top:0;left:0;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));z-index:0;img,svg{opacity:0}}.custom-checkbox-emp{@extend .custom-checkbox;width:24px;height:24px}input:checked~.custom-checkbox,input:hover~.custom-checkbox{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}input:checked~.custom-checkbox img,input:checked~.custom-checkbox svg{opacity:1}.label{margin-left:56px;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.input-otp-wrap{margin-bottom:24px;input{--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;height:2.5rem;width:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-right:8px;margin-bottom:8px;text-align:center}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}}.map-wrap{padding-bottom:24px}.map{width:100%;height:384px;overflow:visible;position:relative}.map-search-bar-wrap{border-radius:4px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5);margin-bottom:4px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.map-search-bar-icon{display:inline;height:1.5rem;width:1.5rem;margin:8px}.map-search-bar{display:block!important;outline:2px solid transparent!important;outline-offset:2px!important;font-size:16px!important;line-height:20px!important;--text-opacity:1!important;color:#0b0c0c!important;color:rgba(11,12,12,var(--text-opacity))!important;height:2.5rem!important;width:100%!important}.map-search-bar:focus{border:none}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;background-color:#555;color:#fff;text-align:left;border-radius:6px;padding:5px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.tooltip .tooltiptext:after{position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:#555}.tooltip:hover .tooltiptext{visibility:visible;opacity:1;cursor:pointer}.error-message-wrap{width:100%;margin-bottom:8px;padding:16px;--border-opacity:1;border:4px solid #d4351c;border-color:rgba(212,53,28,var(--border-opacity));h2{margin-bottom:8px}h2,p{font-weight:700;font-size:16px;line-height:19px;display:block}p{--text-opacity:1;color:#d4351c;color:rgba(212,53,28,var(--text-opacity))}}.rating-star-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:24px;img,svg{width:40px;height:38px;display:block;margin-right:8px}}@media (min-width:780px){.rating-star-wrap{width:40%}}.rating-with-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;place-items:center;width:100%;svg{width:24px;height:38px;display:block;margin-right:8px}}.key-note-pair{margin-bottom:16px;h3{margin-bottom:4px;font-weight:700}h3,p{color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.caption,h3,p{--text-opacity:1;font-size:16px;line-height:24px}.caption{color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}@media (min-width:780px){.key-note-pair{.caption,p{font-size:19px;line-height:28px}.caption{--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}}.status-highlight{--bg-opacity:12%!important;border-radius:16px;height:2rem;width:5rem;--bg-opacity:1;background-color:#d4351c;background-color:rgba(212,53,28,var(--bg-opacity));margin-bottom:8px;p{padding-top:6px;display:block;text-align:center;font-size:16px;line-height:19px;--text-opacity:1;color:#d4351c;color:rgba(212,53,28,var(--text-opacity));cursor:pointer}&.success{--bg-opacity:1;background-color:#00703c;background-color:rgba(0,112,60,var(--bg-opacity));p{--text-opacity:1;color:#00703c;color:rgba(0,112,60,var(--text-opacity))}}}.image-viewer-wrap{--bg-opacity:1;background-color:#0b0c0c;background-color:rgba(11,12,12,var(--bg-opacity));padding:16px;top:0;left:0;z-index:20;position:fixed;width:100%;height:100%;svg{top:90px;right:16px;position:absolute;height:1.5rem;width:1.5rem}img{margin-top:40%;max-width:100%;height:auto}}@media (min-width:780px){.image-viewer-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;width:100%;height:100%;z-index:20;--bg-opacity:1;background-color:#0b0c0c;background-color:rgba(11,12,12,var(--bg-opacity));padding:16px;svg{top:90px;right:16px;position:absolute;height:1.5rem;width:1.5rem}img{width:auto;height:auto;max-width:640px;margin:auto}}}.action-bar-wrap{-webkit-box-shadow:rgba(0,0,0,.16) 0 -2px 8px;box-shadow:0 -2px 8px rgba(0,0,0,.16);max-width:480px;z-index:100;left:0;bottom:0;width:100%;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:8px;position:fixed;text-align:right;div{width:100%}.menu-wrap{position:absolute;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;cursor:pointer;bottom:45px;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);width:calc(100% - 16px);right:8px;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%}}}}@media (min-width:780px){.action-bar-wrap{-webkit-box-shadow:rgba(0,0,0,.16) 0 -2px 8px;box-shadow:0 -2px 8px rgba(0,0,0,.16);left:0;max-width:none;z-index:999;position:fixed;bottom:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding-top:8px;padding-bottom:8px;padding-right:24px;text-align:right;div{width:calc(100% - 16px)}.menu-wrap{bottom:45px;top:unset;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);position:absolute;height:auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;width:240px;right:24px;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%}}}}}.action-bar-wrap-registry{div{width:100%}.menu-wrap{position:absolute;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;cursor:pointer;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);width:160px;right:60px;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%}}}.search-add{padding:12px 16px;color:#f47738;cursor:pointer}.search-add,.search-add-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.search-add-icon{background:#f47738;border-radius:50%;height:24px;width:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:10px}}.table-responsive-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));width:100%;thead{th{padding:20px 18px;text-align:left;white-space:nowrap;background:#667eea;color:#fff;font-weight:700;vertical-align:middle;text-align:left;&:first-child{min-width:256px}&:nth-child(2){min-width:200px}}}tbody{border:none;padding:0;margin:0;td{border-top-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));text-align:left;vertical-align:middle;padding:20px 18px}}}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:rgba(255,255,255,var(--bg-opacity));border-top:1px solid #d6d5d4;padding:20px 40px 20px 0;color:#505a5f;grid-gap:8px;gap:8px;svg{fill:#505a5f;margin-left:16px}}.pagination button:first-child span:after{content:"\f105"}.fullWidth{width:100%!important}.customTable{width:100%;th{font-weight:700}td,th{text-align:left;border-bottom:1px solid #b1b4b6;padding:15px 10px}tr:nth-child(odd){background-color:#eee}tr:nth-child(2n){background-color:#fff}thead{tr:first-child{background-color:unset}}}.table-fixed-first-column{thead{th:first-child{position:sticky;background:#fff;left:0;border-right:1px solid #b1b4b6;border-top-left-radius:4px}}tbody{td:first-child{position:sticky;background:#fff;color:#667eea;left:0;border-right:1px solid #b1b4b6}}}.table-fixed-last-column{thead{th:last-child{position:sticky;background:#fff;right:0;left:0;border-top-left-radius:4px}}tbody{td:last-child{position:sticky;background:#fff;color:#667eea;left:0;right:0}}}.table-fixed-column-common-pay{thead{th:first-child{left:0}th:first-child,th:last-child{position:sticky;background:#eee;border-top-left-radius:4px}th:last-child{right:0}}tbody{td:first-child{left:0}td:first-child,td:last-child{position:sticky;background:#eee}td:last-child{right:0}}}.table-fixed-first-second-column{thead{th:nth-child(2){position:sticky;left:0;background-color:#fff}}tbody{td:nth-child(2){position:sticky;left:0;background-color:inherit}}}.table-border-style{border:1px solid #b1b4b6;border-radius:4px;border-spacing:0;border-collapse:initial}.dss-table-wrapper{width:100%;display:block;overflow-x:auto;table{th{.tooltip{min-width:80px}}tr{td{span{white-space:pre;min-width:80px}}}}}.reports-table{margin-top:2rem;thead{th{&:first-child{min-width:unset}}}}.popup-wrap{background:rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;width:100%;height:100%;overflow:auto;top:0;left:0;min-height:100vh;z-index:10000}@media (min-width:780px){.popup-wrap{background:rgba(0,0,0,.7);min-height:100vh}}.popup-close-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.upload-wrap{width:100%;height:10rem;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));position:relative;padding-left:8px;padding-right:8px;--border-opacity:1;border:1px dashed #d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));max-width:540px;img{display:block;margin-top:58px;margin-left:calc(50% - 23px);height:42px;width:46px}svg{display:block;margin-top:58px;margin-left:calc(50% - 23px);height:42px;width:46px}input{position:absolute;width:100%;height:100%;opacity:0;top:0}}.multi-upload-wrap,.upload-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}.multi-upload-wrap{div{display:block;position:relative;background-color:#fafafa;width:calc(33.33333% - 5.33333px);margin-right:8px;.delete{position:absolute;height:24px;width:24px;border-radius:100%;top:2px;right:2px}}.upload-img-container{border:1px dashed #d6d5d4;margin:0!important;img{margin-left:auto;margin-right:auto;padding-top:calc(33% - 21px)}svg{margin:auto;margin-left:auto;margin-right:auto;top:calc(50% - 21px);position:relative}input{position:absolute;width:100%;height:100%;opacity:0;top:0}}}.upload-file-max-width{max-width:540px}.upload-file{min-height:56px;position:relative;border-width:1px;--border-opacity:1;border-color:#464646;border-color:rgba(70,70,70,var(--border-opacity));width:100%;div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;margin-top:8px;-ms-flex-wrap:wrap;flex-wrap:wrap;.file-upload-status{font-size:16px;line-height:24px;margin-left:8px}}input{width:160px;position:absolute;top:0;left:0;opacity:0;height:100%}}@media (min-width:780px){.multi-upload-wrap img{width:100%;height:158px}}.toast-success{max-width:480px;width:calc(100% - 20px);bottom:64px;left:0;margin:0 10px;grid-gap:16px;gap:16px;border-radius:4px;min-height:48px;position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;--bg-opacity:1;background-color:#00703c;background-color:rgba(0,112,60,var(--bg-opacity));line-height:1.75rem;z-index:20;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-right:8px;svg{height:20px;width:20px}.toast-close-btn{margin-left:auto}h2{font-size:16px;line-height:24px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}}@media (min-width:780px){.toast-success{width:100%;left:calc(50% - 240px)}}.details-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:8px;padding:16px 8px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));border-radius:.25rem;.detail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;.label{width:138px;font-weight:700;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-bottom:16px}.name{padding-top:16px}}}.telephone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;img,svg{height:22px;width:20px;color:#667eea;color:rgba(102,126,234,var(--text-opacity));margin-left:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}img,p,svg{--text-opacity:1}p{color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:24px;padding-left:8px}}.call{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;line-height:24px}.call,.grey{--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}.action-link{--text-opacity:1!important;color:#667eea!important;color:rgba(102,126,234,var(--text-opacity))!important;font-size:16px!important;line-height:24px!important;margin-right:24px!important}.sect-dropdown-wrap{margin-bottom:24px;position:relative;.sect-dropdown-input-wrap{display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));input[type=text]{width:calc(100% - 32px);height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{padding-top:9px;float:left;margin-left:8px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}}.sect-dropdown-card{width:100%!important;-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);position:absolute;z-index:10;margin-top:4px;padding-bottom:8px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));h1{padding-left:8px;padding-top:16px;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}h1,p{--text-opacity:1;font-size:16px;line-height:20px}p{padding-left:21px;width:100%;padding-top:8px;color:#505a5f;color:rgba(80,90,95,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}}}}.details-card{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin:8px;padding:8px 8px 24px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);.card-label{font-weight:700;font-size:19px;line-height:23px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-bottom:16px}}.searchBox{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.searchAction{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));.searchText{margin-left:8px}}}.svgPrimaryH16px{svg{width:18px;height:1.5rem;path{fill:#667eea}}}.tag-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px;.tag{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));border-radius:1rem;padding-top:8px;padding-bottom:8px;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;padding-left:12px;padding-right:12px;font-size:14px;margin-left:2px;height:2rem;margin-top:1rem;.text{padding-right:5px;max-width:calc(100% - 24px);height:22px;overflow:hidden;text-overflow:clip}&:hover{cursor:pointer;.close{fill:#000}}}}.topbar{position:fixed;top:0;width:100%;padding:10px 24px;background:#fff;-webkit-box-shadow:rgba(0,0,0,.24) 0 1px 4px;box-shadow:0 1px 4px rgba(0,0,0,.24);z-index:9999999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;img{display:inline;&.city{margin-right:8px;height:60px}&.state{min-height:50px;width:80px}}.ulb{font-weight:700;display:inline-block}.right{float:right;margin-top:12px;position:relative;svg{display:inline}.user-img-txt{background:#667eea;padding:10px 15px;border-radius:50%;color:#fff;font-weight:700}}.left{float:left}.w-80{width:70%}.width-20{width:30%}.margin-top-6{margin-top:6px}.margin-right-30{margin-right:30px}.margin-top-10{margin-top:10px}.icon{display:block;color:#757575;fill:#757575;height:21px;width:21px}.column-gap-15{grid-column-gap:15px;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}.column-gap-5{grid-column-gap:5px;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px}.employee-select-wrap,.select-wrap{margin-bottom:0;.profile-dropdown--item{span{white-space:pre}}}}.cp{cursor:pointer;.hamburger{display:none}@media (max-width:780px){.hamburger{display:none}}}.citizen{.right{margin-top:5px;margin-bottom:5px}.topbar-select-wrap{margin-bottom:0}.flex-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.profile-dropdown--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:10px;grid-column-gap:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;color:#505a5f;&:hover{background:#eee}}.flex-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-width:85px}video::-webkit-media-controls-panel{top:55%;position:absolute;width:100%}.topbarOptionsClassName{right:-3rem!important}.language-selector{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.language-selector div:not(:first-child){margin-left:10px}.bannerCard .language-button-container button{width:6.2rem;height:2.5rem}.bannerCard .customBtn{border-color:#505a5f}.bannerCard .customBtn:focus{outline:none}.bannerCard .customBtn-selected{border-color:transparent}.bannerCard .bannerHeader p{font-size:19px}.customBtn{background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;outline:2px solid transparent;outline-offset:2px;padding-left:8px;padding-right:8px;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));margin:0 4.65% 0 0;height:30px;line-height:30px}.customBtn,.customBtn-selected{--bg-opacity:1;--text-opacity:1}.customBtn-selected{@extend .customBtn;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:500}.citizen-info-label{padding:8px;--border-opacity:1;border:4px solid #1d70b8;border-color:rgba(29,112,184,var(--border-opacity));font-size:18px;line-height:28px;margin:8px;max-width:960px;p{--text-opacity:1;color:#1d70b8;color:rgba(29,112,184,var(--text-opacity));font-weight:700;margin-top:4px;font-size:16px;line-height:24px}}@media (min-width:780px){.citizen-info-label{margin:0}}.roundedLabel{width:24px;height:24px;border-radius:15px;position:absolute;z-index:100;bottom:10px;right:70px;margin-left:8px;--bg-opacity:1;background-color:#d4351c;background-color:rgba(212,53,28,var(--bg-opacity));text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.language-title{margin-bottom:"5px"}.metricsTable{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:16px 16px 24px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);max-width:440px;border-radius:4px;.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;width:100%}.lower_red{display:inline;color:#e54d42}.upper_green{display:inline;color:#00703c}}.chart-metric-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:15px;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.filters-wrapper{display:none;padding:20px 0 0;z-index:1;.filters-input{-ms-flex-preferred-size:22%;flex-basis:22%}.filters-input:not(:first-of-type){margin-left:5%}.switch-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:200px;.radio-switch{display:none;&:checked~label{border-color:#667eea;color:#667eea}}label{border:1px solid;padding:6px 10px;display:block;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));&:hover{--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity))}}}}.pickerShadow{-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2)}.filter-close{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.filter-close,.filter-header{display:-webkit-box;display:-ms-flexbox;display:flex}.filter-header{p{font-weight:700;font-size:24px;line-height:1;margin:0 12px 20px 8px}}.clearText{display:none}@media (min-width:780px){.filters-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.filter-close,.filter-header{display:none}.clearText{display:block;text-align:right;color:#667eea;margin-top:20px;margin-left:10px}}@media (max-width:780px){.filters-modal{display:block;position:fixed;width:100%;height:100vh;left:0;top:130px;padding:16px;background-color:#fff;z-index:99}.rdrDefinedRangesWrapper{display:none}}.chartHeader{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:justify;-ms-flex-pack:justify;justify-content:space-between;.sideContent{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.searchInput{margin-right:24px;input{margin-bottom:0;padding-right:36px}}.signature-img{top:8px;right:8px;fill:#505a5f;position:absolute}.column-direction{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chart-wrapper{padding:0 10px;margin-top:60px}.chart-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;.chart-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:15px;width:100%;&:last-child{margin-right:0}}}.cursorPointer{cursor:pointer}.options{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;div{display:none}}.options-m{width:95%;margin:0 auto 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;svg{margin-right:10px}}.options-m{div{display:-webkit-box;display:-ms-flexbox;display:flex}}.no-data{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;height:90%;margin-bottom:40px;white-space:pre}@media (min-width:780px){.chart-wrapper{padding-left:15px;margin-top:10px;.chart-item{margin-right:25px!important;margin-bottom:25px!important;margin-left:0!important;width:31%}}.column-direction{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.options-m{display:none}.options{div{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}}}.showMore{text-align:right;cursor:pointer;color:#667eea}@media (max-width:420px){.recharts-default-tooltip{width:85%;ul{width:100%!important}ul li{width:100%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap}}}@media print{.page-break{margin-top:1rem;display:block;page-break-before:auto}.chart-wrapper{@media print{.chart-row{@media print{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;.chart-item{@media print{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:25px;margin-bottom:25px;width:31%;&:last-child{margin-right:0}.chartHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.sideContent{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.searchInput{margin-right:24px;input{margin-bottom:0;padding-right:36px}}.signature-img{top:8px;right:8px;fill:#505a5f;position:absolute}}}}}}}.options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.options-m{display:none}}}}.summary-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;.wrapper-child{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.blocks,.wrapper-child{display:-webkit-box;display:-ms-flexbox;display:flex}.blocks{margin-bottom:25px;p:only-child{font-weight:700;font-size:24px}div{margin-right:25px;p:not(:first-child){font-weight:700;font-size:24px}}}}.summary-card-margin{margin:0 24px 20px 0!important}.multilink-labelWrap{top:73px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;text-align:center;margin:16px;position:absolute;right:0;z-index:10}.multilink-link-button{margin:0;font-size:16px;line-height:24px;--text-opacity:1;color:#764ba2;color:rgba(118,75,162,var(--text-opacity))}.multilink-optionWrap{right:0;top:110px;width:-webkit-max-content;width:-moz-max-content;width:max-content;position:absolute;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin:16px;z-index:10;.multilink-option{svg{margin-top:auto;margin-bottom:auto;margin-left:8px;margin-right:8px}&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));cursor:pointer}padding:16px}}.overCard{top:23px}.multilink-block-wrapper{position:relative;.multilink-labelWrap{margin:0!important;top:unset;position:relative!important;--text-opacity:1!important;color:#0b0c0c!important;color:rgba(11,12,12,var(--text-opacity))!important;svg{fill:#505a5f}span{--text-opacity:1!important;color:#0b0c0c!important;color:rgba(11,12,12,var(--text-opacity))!important}}.multilink-optionWrap{top:8px;right:-50%;display:block!important}}@media (min-width:780px){.multilink-block-wrapper{.multilink-optionWrap{right:0!important}}.multilink-labelWrap{right:20%;top:80px}.multilink-optionWrap{right:20%;top:110px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);border-radius:.125rem}}.reports-download-btn{position:unset}.reports-download-btn,.reports-options-download{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.reports-options-download{position:absolute;float:right;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;top:2rem}.info-banner-wrap{--bg-opacity:1;background-color:#1d70b8;background-color:rgba(29,112,184,var(--bg-opacity));--bg-opacity:0.25;margin:8px;padding:16px;max-width:960px;background-color:#c7e0f1;border-radius:4px;svg{margin-top:5px;border-radius:9999px}div{display:-webkit-box;display:-ms-flexbox;display:flex}h2{font-size:18px;line-height:28px;margin-bottom:16px;font-weight:700;margin-left:8px}h2,p{--text-opacity:1;color:#1d70b8;color:rgba(29,112,184,var(--text-opacity))}p{font-size:16px;line-height:24px;white-space:pre-line}}@media (min-width:780px){.info-banner-wrap{h2{font-size:24px;line-height:32px}p{font-size:19px;line-height:28px}}}.multi-select-dropdown-wrap{position:relative;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));width:100%;.master,.master-active{position:relative;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));height:2.5rem;width:100%;input[type=text]{position:absolute;top:0;left:0;padding:8px;min-height:100%;min-width:100%;opacity:0;&:focus{outline:2px solid transparent;outline-offset:2px}}.label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;width:100%;height:100%;svg{height:1.5rem;width:1.5rem}}&:hover{--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity))}}.master-active{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity));input[type=text]{opacity:1}.label{display:none}}.server{-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);top:40px;max-height:20vmax;overflow:scroll;position:absolute;min-width:100%;z-index:20;div{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;&:hover{background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}input{height:44px;position:absolute;min-width:100%;opacity:0;z-index:20;cursor:pointer}p{padding:12px;margin-top:5px;margin-bottom:5px;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.custom-checkbox{height:28px;width:28px;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));margin:8px;svg{opacity:0;z-index:10}}input:checked~.custom-checkbox,input:hover~.custom-checkbox{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}input:checked~.custom-checkbox svg{opacity:1}}}}.ellipsis-menu-wrap{position:relative;.menu{-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);position:absolute;right:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));z-index:30;.item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));cursor:pointer}svg{margin-right:10px}}}}.CitizenHomeCard{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-left:16px;margin-right:16px;padding:16px;margin-bottom:24px;.header{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;font-size:24px;line-height:32px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:8px;svg{width:33px;height:33px}}.links{font-size:16px;line-height:24px;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));a{display:block;padding-bottom:8px}}}@media (min-width:780px){.citizenAllServiceGrid{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.CitizenHomeCard{padding:24px;.header{padding-bottom:24px;font-size:36px;line-height:40px;svg{width:3rem;height:3rem}}.links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;.linksWrapper{height:25px;margin-bottom:.5em}a{padding-bottom:16px;padding-left:.2em;margin-bottom:16px;width:100%;overflow:hidden;text-overflow:ellipsis;min-width:0}}}}.PropertySearchForm{.pt-search-action{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:10px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.pt-search-action-submit button{width:100%!important}.pt-search-action-reset{text-align:right;cursor:pointer}}.PropertySearchFormSwitcher{border-bottom:1px solid #d6d5d4;cursor:pointer;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;.non-selected{color:#505a5f;font-weight:400}.selected{color:#667eea;font-weight:700;padding-bottom:10px;border-bottom:2px solid #667eea}span{margin-right:20px}}.form-field{width:30%!important;margin-bottom:20px}@media (min-width:780px){.pt-form-field{width:30%!important;margin-bottom:20px}}@media (max-width:780px){.form-field,.pt-form-field{width:100%!important;margin-bottom:15px}}}.search-form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-bottom:24px;padding-top:24px;padding-bottom:24px;padding-left:24px;.form-field{width:calc(25% - 16px);display:inline-block;margin-right:16px;vertical-align:middle}.SubmitAndClearAllContainer{width:100%;.submit{right:36px;margin-top:22px;margin-left:-16px!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;width:100%!important;vertical-align:middle!important;text-align:center!important;button{margin:0;display:inline-block!important;width:25%!important}p{cursor:pointer;font-size:16px;line-height:24px;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));width:25%;display:inline-block}}}.submit{right:36px;margin-top:22px;display:inline!important;vertical-align:middle!important;text-align:center!important;button{margin:0;display:inline-block!important;width:100%!important}p{cursor:pointer;font-size:16px;line-height:24px;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));width:100%;display:inline-block}}.pt-property-search{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}}@media (min-width:780px){.search-form-wrapper{.pt-form-field{width:30%!important;margin-bottom:20px}}}@media (max-width:780px){.search-form-wrapper{.pt-form-field{width:100%!important;margin-bottom:15px}}}.cardHeaderWithOptions{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:justify;-ms-flex-pack:justify;justify-content:space-between;.multilinkWrapper{position:relative;.multilink-labelWrap{position:unset;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:10;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;text-align:center;margin:16px}.multilink-optionWrap{top:32px;right:0}}}.timeline-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 8px 15px;.timeline-checkpoint{position:relative;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;z-index:1}.timeline-content{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;span{text-align:center;color:#fff}.secondary-color{color:#0b0c0c;padding:5px;font-size:small}}.line{position:absolute;top:12px;left:calc(50% + 8px);right:calc(-50% + 8px);border-top:4px solid #d6d5d4;z-index:-1}.circle{width:24px;height:24px;background-color:#b1b4b6;border-radius:50%;text-align:center}.active{background-color:#667eea;border-color:#667eea}}.TLComments{max-width:360px;margin-bottom:8px;padding:8px;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));h3{font-weight:700;line-height:19px}h3,p{font-size:16px}p{line-height:24px}}@media (min-width:780px){.TLComments{width:360px;h3{line-height:23px}h3,p{font-size:19px}p{line-height:28px}}}.PageBasedInputWrapper{.SubmitBar{z-index:60;padding:8px;position:fixed;width:100%;bottom:0;left:0;text-align:right;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.SubmitBarInCardInDesktopView{display:none}label{margin-left:0!important}}@media (min-width:780px){.PageBasedInputWrapper{.SubmitBar{display:none}.SubmitBarInCardInDesktopView{display:block}.card{max-width:960px}button{max-width:240px}}}.StandaloneSearchBar{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:1.5rem;padding:8px 16px;width:100%;svg{fill:#505a5f}input,svg{margin-right:16px}input{width:100%;outline:2px solid transparent;outline-offset:2px}}.CardBasedOptions{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-bottom:16px;padding:16px 8px;margin-left:8px;margin-right:8px;border-radius:.25rem;width:100%;.headContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px;h2{font-weight:700;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}h2,p{font-size:16px;line-height:24px;--text-opacity:1}p{color:#667eea;color:rgba(102,126,234,var(--text-opacity));font-weight:500;cursor:pointer}}.mainContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;.CardBasedOptionsMainChildOption{width:25%;text-align:center;.ChildOptionImageWrapper{margin:auto!important;background:rgba(244,119,56,.12);mix-blend-mode:normal;padding-top:14px;height:3rem;width:3rem;border-radius:9999px;cursor:pointer;svg{height:20px;width:20px;fill:#667eea;margin:auto}}.ChildOptionName{font-size:12px;line-height:14px;padding-top:1rem}}}}@media (min-width:780px){.CardBasedOptions{width:calc(50% - 16px);padding:16px}}.WhatsNewCard{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);border-radius:.25rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));--border-opacity:1;border-color:#667eea;border-left:4px;border-style:solid;border-color:rgba(102,126,234,var(--border-opacity));padding:8px;h2{font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-weight:500;margin-bottom:4px}p{color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}a,p{font-size:16px;line-height:20px;--text-opacity:1;margin-bottom:8px}a{display:block;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}}.SearchOnRadioButton{svg{fill:#505a5f;width:24px;height:24px;top:8px;right:8px;position:absolute}}.EventCalendarView{.MonthViewInEventCalendar{--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:500;text-align:center;padding-top:8px;padding-bottom:8px}.DateViewInEventCalendar{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));font-size:24px;line-height:32px;font-weight:700;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));text-align:center;padding-top:16px;padding-bottom:16px}}.OnGroundEventCard{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16078);box-shadow:0 1px 2px 0 rgba(0,0,0,.16078);--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-left:8px;margin-right:8px;margin-bottom:16px;padding:16px;cursor:pointer;.EventCalendarView{width:100px;display:inline-block;margin-right:16px}.EventDetails{width:calc(100% - 116px);display:inline-block;vertical-align:top;h2{font-size:16px;line-height:19px;font-weight:700;margin-bottom:16px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.EventLocation{margin-bottom:16px;svg{height:1rem;width:1rem}p{font-size:14px;line-height:16px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-left:8px}}.EventLocation,.EventTime{display:-webkit-box;display:-ms-flexbox;display:flex}.EventTime{svg{height:1rem;width:1rem}p{font-size:14px;line-height:16px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-left:8px}}.EventCategory{p{font-size:14px;line-height:16px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}}}@media (min-width:780px){.OnGroundEventCard{.EventDetails{.EventLocation{p{font-size:16px;line-height:24px}}.EventTime{p{font-size:16px;line-height:24px}}.EventCategory{p{font-size:16px;line-height:24px}}}}}.popupModalHeading{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.75rem;gap:.75rem;margin-bottom:24px;.headingIconAndLabel{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.75rem;gap:.75rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;svg{width:1.5rem;height:1rem}h3{font-size:24px;line-height:32px;font-weight:700}}.popupResetFormButton{padding:8px;--border-opacity:1;border:1px solid #0b0c0c;border-color:rgba(11,12,12,var(--border-opacity));--border-opacity:0.25;-ms-flex-item-align:center;align-self:center}}.sidebar-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:16px;padding-left:16px;padding-right:16px;color:#757575;.menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;min-height:48px;margin:0;padding:0;.menu-item-icon{svg{color:#757575;fill:#757575;width:21px;height:21px}}.menu-item-text{margin-left:1em}}}.InboxComposerWrapper{.form-field-flex-one{.form-field{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}}}.inboxPopupMobileWrapper{display:block;padding:16px;width:100%;overflow:scroll;.submit{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;left:0!important;width:100%!important;padding-left:36px!important;padding-right:36px!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.form-field{margin:0!important;width:100%}.InboxMobilePopupCloseButtonWrapper{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}}@media (min-width:780px){.InboxComposerWrapper{grid-template-columns:calc(25% - 32px) 75%;display:grid;grid-column-gap:2rem;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;grid-row-gap:1.5rem;row-gap:1.5rem}.wns-inbox-composer{.filter-form{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.wns-search-field{width:30%!important}.form-field{width:100%!important}.SubmitAndClearAllContainer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.clear-search{width:30%;display:inline-block;vertical-align:middle;cursor:pointer;[dir=rtl] p{text-align:left}p{padding:1rem;color:#f47738}}.submit{width:30%!important;margin-left:unset!important;button{width:100%!important}}}}.search-form-wns-inbox{.clear-search-container{grid-column:2/3;text-align:right;.clear-search{width:100%;color:#f47738}}button{width:100%}.filter-form{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.search-complaint-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:16px;display:unset;-ms-flex-wrap:unset;flex-wrap:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;margin-bottom:0;.complaint-input-container{display:grid;grid-template-columns:33.33% 33.33% 33.33%}.form-field{width:100%;padding-right:15px;.clear-search{padding-top:10px}}}.submit{margin-top:0;right:0}}}.searchInputFAQs{margin-right:24px;margin-bottom:10px;input{margin-bottom:0;background:border-box;padding-right:36px}}.faq-page{width:92%;margin:16px}.faqs{cursor:pointer;.faq-question{font-weight:400;margin:16px;background:#fff;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px}.faqicon{float:right}.faq-answer{background:#fff;overflow:hidden;margin:5px;font-size:16px;line-height:20px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity));margin-bottom:8px;span{display:block;font-size:14px;font-weight:400;margin:0 12px 5px}}.cs-box-border{height:1px;position:relative;border-bottom:1px solid #d3d3d3;background:#d3d3d3;margin-left:16px;margin-right:16px}}.faq-list{background:#fff;margin:5px 0;padding-top:4px;padding-bottom:4px}.rotate{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.how-it-works-page{width:92%;margin:16px;.how-it-works-page-header{margin-bottom:15px}}.video-icon{float:left;background-color:#6f6f6f;height:60px;width:100px;cursor:pointer;margin:5px;.vid-svg{padding-left:35px;padding-top:18px}}.how-it-works-header-description{padding:5px;word-wrap:break-word;h2{font-size:16px}h2,p{font-weight:400}p{font-size:12px}}.how-it-works-pdf-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.pdf-icon-header-desc{float:left;.pdf-header-desc,.pdf-icon{display:inline-block}.pdf-header-desc{position:absolute;padding:5px;word-wrap:break-word;h2{font-size:16px;font-weight:400}p{font-size:12px;font-weight:400}}}.download-icon{float:right}}.how-it-works-video-play{display:inline-block;.close-button{float:right;cursor:pointer}}.pay-whatsapp-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.pay-whatsapp-text{color:#25d366;float:left;font-family:Roboto;font-size:16px;font-weight:700}.dynamicDataCard{background:rgba(244,119,56,.12);mix-blend-mode:normal;height:auto;max-height:64px;border-radius:4px;margin-bottom:16px}.dynamicData{padding:10px 16px 16px;display:-webkit-box;display:-ms-flexbox;display:flex}.dynamicData-content{font-family:Roboto;font-size:14px;font-weight:400;padding-top:4px;word-break:break-word;margin-left:20px;margin-right:20px}.staticDataCard{background:#eee;mix-blend-mode:normal;height:auto;max-height:100px;border-radius:4px;margin-bottom:16px}.staticData{display:-webkit-box;display:-ms-flexbox;display:flex}.timerIcon{padding:16px 0 16px 16px}.static-data-content{display:grid;margin-left:20px;margin-right:20px;padding-top:8px}.rupeeSymbol{padding:16px 0 16px 16px}.validityIcon{padding:16px 0 16px 8px}.static-data-content-first{font-family:Roboto;font-size:14px;font-weight:400}.static-data-content-second{font-family:Roboto;font-size:16px;font-weight:700;word-break:break-word}.staticDataCardLast{background:#eee;mix-blend-mode:normal;height:56px;border-radius:4px}.whatsAppIconG{float:right}.static-home-Card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.static-home-Card-header{font-family:Roboto;font-size:16px;font-weight:700;float:left}.helplineIcon{float:right}.call-center-card-text{display:grid}.call-center-card-content{float:left}.serviceCentrIcon{float:right}.service-center-details-card{display:-webkit-box;display:-ms-flexbox;display:flex;word-wrap:break-word}.service-center-details-text{float:left;width:180px}.react-switch-checkbox{height:0;width:0;visibility:hidden}.react-switch-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;width:50px;height:20px;background:#fff;border-radius:100px;position:relative;-webkit-transition:background-color .2s;transition:background-color .2s;border:1px solid #bbb}.react-switch-label .react-switch-button{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:45px;-webkit-transition:.2s;transition:.2s;background:#667eea;-webkit-box-shadow:0 0 2px 0 rgba(10,10,10,.29);box-shadow:0 0 2px 0 rgba(10,10,10,.29)}.react-switch-checkbox:checked+.react-switch-label .react-switch-button{left:calc(100% - 2px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.react-switch-label:active .react-switch-button{width:45px}.PlusMinus{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.PlusMinusbutton{border:1px solid #d6d5d4;background-color:#eee;color:#505a5f;font-size:27px;font-weight:400;text-align:center;width:40px}.finance-heading{font-size:30px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#fff;padding:20px 0;-webkit-background-clip:text;text-align:center;border-radius:10px;margin-left:72px;margin-right:72px}.finance-heading,.modernFinanceUILoginForm{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;background:linear-gradient(135deg,#667eea,#764ba2)}.modernFinanceUILoginForm{min-height:100vh;padding:20px;position:relative}.financeUI-background-decor1{position:absolute;top:20%;left:10%;width:150px;height:30px;background:linear-gradient(45deg,#ff6b6b,#feca57);border-radius:15px;opacity:.8;-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}.financeUI-background-decor2{position:absolute;top:60%;left:5%;width:100px;height:20px;background:linear-gradient(45deg,#48cae4,#023047);border-radius:10px;opacity:.6;-webkit-transform:rotate(25deg);transform:rotate(25deg)}.financeUI-background-decor3{position:absolute;top:30%;left:15%;width:80px;height:15px;background:linear-gradient(45deg,#f093fb,#f5576c);border-radius:8px;opacity:.7;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.financeUI-background-decor4{position:absolute;top:45%;left:8%;width:200px;height:35px;background:linear-gradient(45deg,#4facfe,#00f2fe);border-radius:18px;opacity:.5;-webkit-transform:rotate(15deg);transform:rotate(15deg)}.financeUI-background-decor5{position:absolute;top:20%;right:10%;width:120px;height:25px;background:linear-gradient(45deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.1));border-radius:12px;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}.financeUI-background-decor6{position:absolute;top:70%;right:15%;width:90px;height:18px;background:linear-gradient(45deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));border-radius:9px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.financeUI-background-decor7{position:absolute;top:50%;right:5%;width:160px;height:28px;background:linear-gradient(45deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.05));border-radius:14px;-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}.modernFinanceUIMainContainer{max-width:1200px;width:100%;background-color:#fff;border-radius:20px;-webkit-box-shadow:0 20px 60px rgba(0,0,0,.3);box-shadow:0 20px 60px rgba(0,0,0,.3);min-height:600px}.modernFinanceUIMainContainer,.modernFinanceUIWelcomeContent{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.modernFinanceUIWelcomeContent{-webkit-box-flex:1;-ms-flex:1;flex:1;background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;position:relative}.financeUI-Loginheading{font-size:3rem;font-weight:700;margin-bottom:20px;line-height:1.2}.financeUI-LoginSubheading{font-size:1.1rem;line-height:1.6;opacity:.9;max-width:400px}.modernFinanceUILoginFormRightContainer{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:60px 50px;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:center;-ms-flex-pack:center;justify-content:center;background-color:#fafafa}.modernLoginForm .form-field{margin-bottom:20px}.modernLoginForm input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;-webkit-transition:all .3s ease;transition:all .3s ease;background-color:#fff}.modernLoginForm input:focus{outline:none;border-color:#667eea;-webkit-box-shadow:0 0 0 3px rgba(102,126,234,.1);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.modernLoginButton{width:100%;padding:12px 24px;background:linear-gradient(45deg,#667eea,#764ba2)!important;border:none!important;border-radius:8px!important;color:#fff!important;font-size:1rem!important;font-weight:600!important;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.modernLoginButton:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 25px rgba(102,126,234,.3)!important;box-shadow:0 8px 25px rgba(102,126,234,.3)!important}.modernLoginButton:disabled{opacity:.6;cursor:not-allowed;-webkit-transform:none;transform:none}.modernLoginCard{background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;border:none!important}@media (max-width:768px){.main-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px;min-height:auto}.left-side{padding:40px 30px}.left-side h1{font-size:2.2rem}.right-side{padding:40px 30px}}.financemodule-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.financemodule-icon-image-wrapper{position:relative;bottom:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#000;border-radius:50%;padding:10px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1);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;width:50px;height:50px;z-index:2}.financemodule-image-section{width:100%;height:200px;overflow:hidden;border-radius:8px}.finance-mainlayout{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:nowrap;flex-wrap:nowrap;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;grid-gap:20px;gap:20px}.finance-mainlayout-col1{width:25%}.finance-mainlayout-col2{width:33.33%}.finance-mainlayout-col3{width:50%}.finance-mainlayout-col4{width:75%}.finance-mainlayout-col5{width:100%}.custom-sidebar{width:260px;background-color:#fff;-webkit-transition:width .3s;transition:width .3s;-webkit-box-shadow:2px 0 8px rgba(0,0,0,.05);box-shadow:2px 0 8px rgba(0,0,0,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;border-radius:6px}.custom-sidebar.open{width:300px;height:560px}.custom-sidebar.open .menu-item.active{background-color:#667eea;font-weight:700;margin:10px;border-radius:6px;color:#fff}.custom-sidebar:not(.open){width:60px;height:570px}.custom-sidebar:not(.open) .label{display:none}.custom-sidebar:not(.open) .badge{position:absolute;top:8px;right:8px}.custom-sidebar:not(.open) .submenu{display:none}.custom-sidebar:not(.open) .menu-item.active{background-color:initial;font-weight:400;margin:0;border-radius:0}.custom-sidebar-header{padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-bottom:1px solid #eee}.custom-sidebar-header .toggle-btn{background:none;border:none;cursor:pointer;color:#333;font-size:14px}.custom-sidebar-header .toggle-btn:hover{text-decoration:underline}.menu-list{list-style:none;padding:8px 0;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.menu-list li{position:relative}.menu-list li .menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 10px;cursor:pointer;color:#333;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.menu-list li .menu-item .icon{font-size:18px;margin-right:12px}.menu-list li .menu-item .label{font-size:15px;line-height:1.4;word-break:break-word;white-space:normal;-webkit-box-flex:1;-ms-flex:1;flex:1}.menu-list li .menu-item .badge{margin-left:auto;background-color:red;color:#fff;border-radius:10px;padding:2px 6px;font-size:12px}.menu-list li .menu-item:hover:not(.active){background-color:#f2f2f2}.menu-list li .submenu{list-style:none;padding-left:40px;margin-top:6px}.menu-list li .submenu .submenu-item{padding:8px 0;font-size:14px;color:#666;cursor:pointer}.menu-list li .submenu .submenu-item:hover{background-color:#f9f9f9}.collapsible-card{border-radius:6px;margin-bottom:16px;background:#fff;overflow:hidden}.collapsible-card-header{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;padding:12px 16px;cursor:pointer;position:relative;border-bottom:1px solid #eee}.collapsible-card-header:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#667eea}.collapsible-card-title{margin:0;font-size:15px;font-weight:600;padding-left:8px}.collapsible-card-arrow{font-size:14px;display:inline-block;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.collapsible-card-arrow.open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.collapsible-card-body{font-size:14px;color:#444;background:#fff;padding:15px}.finance-breadcrumb{background-color:initial;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:12px;gap:12px;font-size:14px}.finance-breadcrumb,.finance-breadcrumb .back-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.finance-breadcrumb .back-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;grid-gap:15px;gap:15px;text-decoration:none;padding:6px 12px;border-radius:4px;font-weight:500;-webkit-transition:background-color .2s;transition:background-color .2s;cursor:pointer;color:#fff}.finance-breadcrumb .back-button svg{width:18px;height:18px}.finance-breadcrumb .breadcrumb-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.finance-breadcrumb .breadcrumb-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:hsla(0,0%,100%,.8);font-weight:400;font-size:14px}.finance-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:16px 24px;color:#fff;margin-top:25px;margin-bottom:0;border-radius:6px}@media (max-width:768px){.finance-mainlayout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:15px;gap:15px}.finance-mainlayout-col1,.finance-mainlayout-col2,.finance-mainlayout-col3,.finance-mainlayout-col4,.finance-mainlayout-col5{width:100%}.custom-sidebar{width:100%;-webkit-transition:height .35s ease,padding .3s ease;transition:height .35s ease,padding .3s ease}.custom-sidebar.open{height:calc(100vh - 70px)}.custom-sidebar.open .menu-list{overflow-y:auto}.custom-sidebar.open .label,.custom-sidebar.open .menu-item,.custom-sidebar.open .submenu{opacity:1;-webkit-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.custom-sidebar:not(.open){height:60px}.custom-sidebar:not(.open) .badge,.custom-sidebar:not(.open) .label,.custom-sidebar:not(.open) .submenu{opacity:0;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;pointer-events:none}.custom-sidebar:not(.open) .menu-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;transition:all .3s ease}.menu-list{max-height:none}.menu-list li .menu-item{padding:12px 16px}.menu-list li .menu-item .icon{font-size:16px;margin-right:10px}.menu-list li .menu-item .label{font-size:14px}.finance-header{margin-top:15px;padding:12px 16px;border-radius:4px}.finance-heading{font-size:24px;margin-left:20px;margin-right:20px;padding:15px 0}}@media (max-width:480px){.custom-sidebar .menu-list li .menu-item{padding:10px 12px}.custom-sidebar .menu-list li .menu-item .icon{font-size:14px;margin-right:8px}.custom-sidebar .menu-list li .menu-item .label{font-size:13px}.custom-sidebar:not(.open){height:55px}.menu-list .menu-item{padding:10px 12px}.menu-list .menu-item .icon{font-size:14px;margin-right:8px}.menu-list .menu-item .label{font-size:13px}.custom-sidebar .menu-item{padding:10px 12px}.custom-sidebar .menu-item .icon{font-size:14px;margin-right:8px}.custom-sidebar .menu-item .label{font-size:13px}.custom-sidebar-header .toggle-btn{font-size:13px;padding:4px 8px}.finance-header{margin-top:10px;padding:10px 12px}.finance-heading{font-size:20px;margin-left:15px;margin-right:15px;padding:12px 0;letter-spacing:1px}.finance-breadcrumb{font-size:12px;grid-gap:8px;gap:8px}.finance-breadcrumb .back-button{padding:4px 8px;grid-gap:8px;gap:8px}.finance-breadcrumb .back-button svg{width:14px;height:14px}.collapsible-card-body{padding:15px}}.collapsible-card-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;border-radius:9999px;background-color:#e9f0f5;padding:4px}.collapsible-card-tab-button{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:12px;text-align:center;font-weight:500;border-radius:9999px;background-color:initial;color:#4b5563;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.collapsible-card-tab-button:hover{color:#1f2937}.collapsible-card-tab-button.active{background-color:#667eea;color:#fff;-webkit-box-shadow:0 2px 10px rgba(102,126,234,.3);box-shadow:0 2px 10px rgba(102,126,234,.3)}.collapsible-card-tab-content{padding:20px}@media screen and (max-width:1024px){.finance-mainlayout{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;grid-gap:16px!important;gap:16px!important;padding:0 16px!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.collapsible-card,.finance-mainlayout,.finance-mainlayout-col1{width:100%!important}.collapsible-card{margin:0!important}.collapsible-card-header{padding:16px!important}.finance-mainlayout-col2,.finance-mainlayout-col3,.finance-mainlayout-col4,.finance-mainlayout-col5{width:100%!important}.card,.card-body,.card-content,.employeeCard{width:100%!important;margin:0!important;padding:16px!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.employeeCard .field,.employeeCard .field .field-container,.field,.field-container{width:100%!important;display:block!important}.employee-card-input input,.submit-bar button,.text-input input,input,select{width:100%!important}.finance-header{margin-top:10px!important;margin-bottom:0!important;padding:12px 16px!important}.finance-breadcrumb{padding:10px 16px!important;font-size:13px!important}.custom-sidebar.open{width:100%;height:auto}}@media screen and (min-width:1280px) and (max-width:1600px){.finance-mainlayout{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;grid-gap:20px!important;gap:20px!important;width:100%!important}.custom-sidebar{width:260px!important;height:auto!important}.custom-sidebar.open{width:300px!important;height:556px!important}.custom-sidebar:not(.open){width:260px!important;height:auto!important}.finance-mainlayout-col2,.finance-mainlayout-col3,.finance-mainlayout-col4,.finance-mainlayout-col5{width:calc(100% - 322px)!important}}.main-no-padding{padding-top:0!important}.main-home{padding-top:80px!important}body{-webkit-transition:padding-top .35s cubic-bezier(.4,0,.2,1);transition:padding-top .35s cubic-bezier(.4,0,.2,1)}.mcd-scrolled{padding-top:80px}.mcd-header-container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 32px;background:#fff}.mcd-header-container,.mcd-header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mcd-logo{height:60px;margin-right:12px}.small-logo{height:50px}.mcd-title{font-size:24px;color:#0b2c57}.mcd-header-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mcd-header-right,.mcd-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.mcd-menu{list-style:none;margin-left:20px}.mcd-menu li a{padding:8px 16px;color:#0b2c57;text-decoration:none;font-weight:500}.mcd-language-select{padding:6px 10px;border-radius:4px}.mcd-info-bar{width:100%;background:-webkit-gradient(linear, left top, left bottom, from(#003c8f), to(#0053a6));background:linear-gradient(180deg,#003c8f,#0053a6);padding:4px 0;color:#fff;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.mcd-info-icon{margin-left:145px;margin-right:8px}.mcd-info-content{overflow:hidden;white-space:nowrap;width:75%}.mcd-info-text{display:inline-block;padding-left:100%;-webkit-animation:scrollText 19s linear infinite;animation:scrollText 19s linear infinite;will-change:transform}@-webkit-keyframes scrollText{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes scrollText{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.mcd-search-box{position:absolute;bottom:-40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:8px;width:520px;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.15);box-shadow:0 3px 10px rgba(0,0,0,.15)}.mcd-search-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mcd-search-input input{border:none;outline:none;padding:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px}.mcd-search-btn{background:-webkit-gradient(linear, left top, left bottom, from(#217eff), to(#000));background:linear-gradient(180deg,#217eff,#000);color:#fff;padding:12px 24px;border-radius:30px}.mcd-quick-services{padding:80px 0 20px;text-align:center}.qs-label{font-size:15px;color:#555}.qs-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:30px;gap:30px;margin-top:10px}.qs-list li a{color:#0b2c57;font-weight:500;text-decoration:none}.mcd-footer{padding:40px;text-align:center}.mcd-footer-img{height:40px;cursor:pointer}.branding{grid-gap:15px;gap:15px}.mcd-emblem{width:55px}.branding h2{font-size:28px;margin:0;color:#036;font-weight:700}.branding p{font-size:14px;margin:0}.lang-switch{cursor:pointer;font-weight:600;padding:2px 6px}.mcd-top-bar{background:#fff;color:#000;padding:0 45px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)!important;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)!important;height:36px;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .35s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .35s cubic-bezier(.4,0,.2,1);transition:transform .35s cubic-bezier(.4,0,.2,1);transition:transform .35s cubic-bezier(.4,0,.2,1), -webkit-transform .35s cubic-bezier(.4,0,.2,1);transition:transform .35s cubic-bezier(.4,0,.2,1),-webkit-transform .35s cubic-bezier(.4,0,.2,1);will-change:transform;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.mcd-top-bar,.mcd-top-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mcd-top-left{grid-gap:8px;gap:8px}.mcd-top-right .icon-link{color:#000}.pipe{opacity:.5}.mcd-top-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:14px;gap:14px}.icon-link{color:#fff;text-decoration:none}.icon-svg{width:18px;height:18px;fill:#fff;vertical-align:middle}.mcd-header{position:relative;z-index:1000;background:#fff;padding:0 45px;border-bottom:2px solid #e6e6e6;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;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .35s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .35s ease;transition:-webkit-transform .35s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .35s ease;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease,-webkit-transform .35s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .35s ease;will-change:transform}.mcd-scrolled .mcd-top-bar{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.mcd-scrolled .mcd-header{position:fixed;top:0;left:0;right:0;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.15);box-shadow:0 2px 12px rgba(0,0,0,.15)}.branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px}.mcd-emblem{width:360px;height:auto}.mcd-title{margin:0;font-size:28px;font-weight:700;color:#036}.mcd-subtitle{margin:0;font-size:13px;color:#555}.mcd-nav{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:25px;gap:25px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.mcd-nav a{font-size:16px;color:#036;text-decoration:none;font-weight:500}.mcd-nav a:hover{color:#005bbb;text-decoration:underline}.mcd-hero-wrapper{width:100%;padding:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#f0f0f0;position:relative}.mcd-hero-container{width:96%;background:#0a2f57;position:relative}.mcd-hero-split{height:380px}.mcd-hero-left,.mcd-hero-split{display:-webkit-box;display:-ms-flexbox;display:flex}.mcd-hero-left{width:40%;position:relative;padding:56px 40px;overflow:hidden;background:radial-gradient(circle at top,#2f5f8f 0,#0d3c63 35%,#082947 100%);color:#fff;-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;text-align:center}.mcd-hero-left:after{content:"";position:absolute;top:0;right:-60px;width:120px;height:100%;background:-webkit-gradient(
|
|
1
|
+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}details{display:block}summary{display:list-item}template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:initial;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}html{font-family:Roboto,sans-serif;line-height:1.5}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a0aec0}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a0aec0}input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#a0aec0}input::-moz-placeholder, textarea::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder, textarea::-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}button{cursor:pointer}table{border-collapse:collapse}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.container{width:100%}@media (min-width:780px){.container{max-width:780px}}.table{display:table}@-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)}}.rdrCalendarWrapper{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateDisplay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rdrDateDisplayItem{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{-webkit-box-sizing:inherit;box-sizing:inherit;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rdrMonthAndYearPickers,.rdrMonthAndYearWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.rdrMonthAndYearPickers{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rdrNextPrevButton{-webkit-box-sizing:inherit;box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:-webkit-box;display:-ms-flexbox;display:flex}.rdrMonthsVertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:-webkit-box;display:-ms-flexbox;display:flex}.rdrWeekDay{-ms-flex-preferred-size:14.28571%;flex-basis:14.28571%;-webkit-box-sizing:inherit;box-sizing:inherit;text-align:center}.rdrDays{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{-webkit-box-sizing:inherit;box-sizing:inherit;width:14.28571%;position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{-ms-flex-preferred-size:14.285%!important;flex-basis:14.285%!important}}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{pointer-events:none}.rdrDateRangePickerWrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrStaticRanges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:-webkit-box;display:-ms-flexbox;display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(35,57,66,.21);box-shadow:0 1px 2px 0 rgba(35,57,66,.21);border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:rgba(0,0,0,.07)}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto}.rdrNextPrevButton i,.rdrPprevButton i{-webkit-transform:translate(-3px);transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent #34495e transparent transparent}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent #34495e;-webkit-transform:translate(3px);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:0;bottom:0;top:5px;bottom:5px;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}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span{color:hsla(0,0%,100%,.85)}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayEndPreview,.rdrDayInPreview,.rdrDayStartPreview{background:hsla(0,0%,100%,.09);position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0 solid;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayEndPreview,.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-right-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:2px;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:1px solid #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:focus .rdrStaticRangeLabel,.rdrStaticRange:hover .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:1px solid #dee7eb;margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrDayEndPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrStartEdge{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrDayEndPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrStartEdge{-webkit-filter:grayscale(100%) opacity(60%);filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.module-loader,.page-loader{text-align:center}.page-loader{padding-top:88px}.module-loader{padding:16px}@-webkit-keyframes ldio-pjg92h09b2o{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes ldio-pjg92h09b2o{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}.ldio-pjg92h09b2o div{position:absolute;width:52px;height:52px;border:12px solid #22394d;border-top-color:transparent;border-radius:50%;-webkit-animation:ldio-pjg92h09b2o 1s linear infinite;animation:ldio-pjg92h09b2o 1s linear infinite;top:50px;left:50px}.loadingio-spinner-rolling-faewnb8ux8{width:48px;height:48px;display:inline-block;overflow:hidden;background:none}.ldio-pjg92h09b2o{width:100%;height:100%;position:relative;-webkit-transform:translateZ(0) scale(.48);transform:translateZ(0) scale(.48);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0}.ldio-pjg92h09b2o div{-webkit-box-sizing:content-box;box-sizing:initial}.body-container,body{--bg-opacity:1;background-color:#e3e3e3;background-color:rgba(227,227,227,var(--bg-opacity))}.navbar{margin-bottom:16px;img{height:24px}}.h1{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.link-label{color:#667eea;color:rgba(102,126,234,var(--text-opacity));&:hover{color:#667eea;color:rgba(102,126,234,var(--text-opacity))}}.back-btn,.link-label{font-size:16px;line-height:24px;--text-opacity:1;--text-opacity:1}.back-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block;--border-opacity:1;border-color:#0b0c0c;border-bottom:1px;border-color:rgba(11,12,12,var(--border-opacity));border-style:solid;font-family:Roboto Condensed,sans-serif;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-left:8px;margin-top:16px;label{margin-right:8px;vertical-align:middle}label,p{display:inline}p{float:right}}.bread-crumb{font-size:14px;color:#505a5f;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;list-style:none;padding:0}.bread-crumb--item{margin-left:5px;&:not(:last-child):after{content:" /"}button{outline:none}.last{color:#0b0c0c}}.back-btn2{cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;--border-opacity:1;border-color:#0b0c0c;border-bottom:1px;border-color:rgba(11,12,12,var(--border-opacity));border-style:solid;font-family:Roboto Condensed,sans-serif;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:24px;margin-left:8px;margin-bottom:16px;img,p,svg{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:780px){.employee-app-container{width:100%}.app-container{width:100%;form{.card{max-width:960px;h2{text-align:left}button{max-width:240px}.card-text-button,.input-otp-wrap{text-align:left}}}}.h1{font-size:36px;line-height:40px}.back-btn,.back-btn2,.h1,.link-label{margin-left:0}}.audit-card{margin-left:-21%}.navbar{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));--bg-opacity:1;background-color:#22394d;background-color:rgba(34,57,77,var(--bg-opacity));padding:16px;width:100%;position:fixed;z-index:9999;img{display:inline-block;min-width:78px;height:24px}.nav{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.nav,.nav-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.nav-wrapper{@media (min-width:780px){.hamburger-span{display:none}}}h3{display:inline-block;--border-opacity:1;border-color:#fff;border-left:1px;border-color:rgba(255,255,255,var(--border-opacity));border-style:solid;padding-left:8px;margin-left:8px}}.img-circle{border-radius:50%}.profile-section{height:auto;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;padding-top:30px;background-color:#fff;img{width:89px;height:88px;margin:0 auto 16px}.label-container{.label-text{color:#767676}&.name-Profile{.label-text{letter-spacing:.6px;font-weight:700;font-size:18px;color:#0b0c0c}}}.profile-divider{border-top:1px solid #d6d5d4;margin-left:20px;margin-right:20px;width:90%;margin-top:1rem}}.drawer-list{padding-top:16px;position:relative;min-height:1px;overflow:auto;.menu-item{border:10px;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;text-decoration:none;margin:0;padding:0;outline:none;font-size:16px;position:relative;color:#5f5c62;line-height:48px;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;min-height:48px;white-space:normal;background:none;.icon{display:block;color:#757575;fill:#757575;height:21px;width:21px;float:left;margin-top:12px}.edit-btn-ico{height:17px;width:17px;margin-top:16px}.icon+.menu-label{margin-left:36px;text-overflow:ellipsis;white-space:nowrap}}.sidebar-list{padding-right:16px;padding-left:16px;&.active{border-left:5px solid #667eea;.menu-label{color:#667eea}.icon{fill:#667eea}}.submenu-container{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.sidebar-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;svg{width:21px;height:21px;color:#757575;fill:#757575}}.actions,.sidebar-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.actions{overflow:hidden!important;span{margin-left:13px;line-height:48px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}input,span{color:#5f5c62}input{border:none;outline:none;margin-left:16px;padding:.5em}}}}.dropdown-link{.actions{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em;svg{width:21px;height:21px;color:#757575;fill:#757575}span{color:#5f5c62}}}}.drawer-desktop{overflow:auto;.menu-item{border:10px;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;text-decoration:none;margin:0;padding:0;outline:none;font-size:16px;position:relative;color:#5f5c62;line-height:48px;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;min-height:48px;white-space:normal;background:none;.icon{display:block;color:#757575;fill:#757575;height:21px!important;width:21px!important;float:left;margin-top:12px}.edit-btn-ico{height:17px;width:17px;margin-top:16px}.icon+.menu-label{margin-left:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:780px){.sidebar-list{padding-right:16px;padding-left:16px;&.active{border-left:5px solid #667eea;padding-left:11px;.menu-label{color:#667eea}.icon{fill:#667eea}}.submenu-container{margin-left:1.5rem;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.sidebar-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;svg{width:21px;height:21px;color:#757575;fill:#757575}.actions{.tooltip{margin-left:16px}}}.actions,.sidebar-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.actions{overflow:hidden!important;span{margin-left:13px;line-height:48px;white-space:nowrap;color:#5f5c62;overflow:hidden;text-overflow:ellipsis}}}}.dropdown-link{.actions{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em;svg{width:21px;height:21px;color:#757575;fill:#757575}span{color:#5f5c62}}}}}.side-bar-footer{width:200px;margin-left:50px;margin-top:24px;margin-bottom:16px;position:relative}.digit-footer{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;margin-bottom:8px;img{margin-right:8px}}.card{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin:8px;padding:16px 16px 24px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);border-radius:4px;max-width:960px;.card-header{font-size:32px;line-height:40px;font-family:Roboto Condensed,sans-serif;margin-bottom:16px}.card-header,.card-sub-header{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-weight:700;vertical-align:middle;text-align:left}.card-caption,.card-sub-header{font-size:18px;line-height:26px;margin-bottom:8px}.card-caption,.card-text{--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}.card-text{font-size:16px;line-height:24px;vertical-align:middle;text-align:left;margin-bottom:24px;span{color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.card-text-primary,span{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.card-text-button,.card-text-primary{font-size:16px;line-height:24px}.card-text-button{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.card-label{font-size:19px;line-height:23px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-bottom:8px}.card-label-error{display:block;font-size:14px;line-height:16px;color:#d4351c;color:rgba(212,53,28,var(--text-opacity))}.card-label-desc,.card-label-error{--text-opacity:1;margin-bottom:16px}.card-label-desc{font-weight:700;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}.card-label-desc,.card-link{font-size:16px;line-height:24px}.card-link{display:block;text-align:center;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));margin-top:16px;cursor:pointer}}.validation-error{display:block;font-size:14px;line-height:16px;--text-opacity:1;color:#d4351c;color:rgba(212,53,28,var(--text-opacity))}.docsDescription{color:#0b0c0c!important}.field-container{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center}.employeeCard{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);padding:16px;margin-bottom:64px;border-radius:4px;background-color:brown;.card-header{font-size:32px;line-height:40px;font-family:Roboto Condensed,sans-serif;margin-bottom:16px}.card-header,.card-sub-header,.employee-card-sub-header{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-weight:700;vertical-align:middle;text-align:left}.card-sub-header,.employee-card-sub-header{font-size:18px;line-height:26px}.card-section-header{font-size:18px;line-height:28px;font-weight:700}.card-section-header,.card-section-sub-text{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.card-section-sub-text{font-size:14px;line-height:16px}.card-caption{font-size:18px;line-height:26px;margin-bottom:8px}.card-caption,.card-text{--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}.card-text{font-size:16px;line-height:24px;vertical-align:middle;text-align:left;margin-bottom:24px;span{color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.card-text-primary,span{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.card-text-button,.card-text-primary{font-size:16px;line-height:24px}.card-text-button{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.card-label{font-size:19px;line-height:23px;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.card-label,.card-label-error{--text-opacity:1;margin-bottom:16px}.card-label-error{display:block;font-size:14px;line-height:16px;color:#d4351c;color:rgba(212,53,28,var(--text-opacity))}.card-label-desc{font-weight:700;color:#505a5f;color:rgba(80,90,95,var(--text-opacity));margin-bottom:16px}.card-label-desc,.card-link{--text-opacity:1;font-size:16px;line-height:24px}.card-link{display:block;text-align:center;color:#1d70b8;color:rgba(29,112,184,var(--text-opacity));margin-top:16px}.card-search-heading{margin-right:0!important;margin-left:0!important;margin-bottom:0!important;padding-bottom:0;padding-left:25px}}.header-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;.header-start{margin-right:auto}.header-content{margin-top:.2rem}.header-end{margin-left:auto}}.card-emp{@extend .card;padding-right:0;padding-top:0;padding-left:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin:8px}.submit-bar{height:2.5rem;text-align:center;width:100%;outline:2px solid transparent;outline-offset:2px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-box-shadow:inset 0 -2px 0 #0b0c0c;box-shadow:inset 0 -2px 0 #0b0c0c;cursor:pointer;&:focus{outline:2px solid transparent;outline-offset:2px}header{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));line-height:2.5rem}}.submit-bar-disabled{height:2.5rem;text-align:center;width:100%;outline:2px solid transparent;outline-offset:2px;opacity:.5;background:linear-gradient(135deg,#667eea,#764ba2);&:focus{outline:2px solid transparent;outline-offset:2px}header{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));line-height:2.5rem}}@media (min-width:780px){.submit-bar,.submit-bar-disabled{width:240px}.card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.card-header{font-size:48px;line-height:56px}.card-sub-header{font-size:36px;line-height:40px}.card-caption{font-size:27px;line-height:32px}.card-text,.card-text-primary{font-size:19px;line-height:28px}.card-link{text-align:left}}.employeeCard{margin-bottom:16px!important;&.filter{margin-left:auto;margin-right:auto}.card-header{font-size:48px;line-height:56px}.card-sub-header,.employee-card-sub-header{font-size:36px;line-height:40px}.employee-card-sub-header{margin-bottom:40px}.card-section-header{margin-bottom:40px;font-size:24px;line-height:32px}.card-section-sub-text{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:24px}.card-search-heading{margin-right:0!important;margin-left:0!important;margin-bottom:0!important;padding-bottom:0;padding-left:25px}.card-caption{font-size:27px;line-height:32px}.card-text,.card-text-primary{font-size:19px;line-height:28px}.card-link{text-align:left}.label-field-pair{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:8px;gap:8px;margin-bottom:16px}.label-field-pair .card-label-smaller{margin-bottom:0;font-weight:500;color:#333;font-size:14px;line-height:1.4}.label-field-pair .field,.label-field-pair .field .text-input{width:100%}.label-field-pair .field .text-input input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.label-field-pair .field .text-input input:focus{outline:none;border-color:#007bff;-webkit-box-shadow:0 0 0 2px rgba(0,123,255,.25);box-shadow:0 0 0 2px rgba(0,123,255,.25)}@media (max-width:768px){.label-field-pair{grid-gap:6px;gap:6px}.label-field-pair .card-label-smaller{font-size:13px}}.label-field-pair>*{margin:0}.label-field-pair .card-label-smaller:after{margin-left:2px}.field-container{span{background:#f7f7f7;width:40px;height:40px;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;margin-top:-16px;border:2px solid #000;border-right:none}}}.header-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;.header-start{margin-right:auto}.header-end{margin-left:auto}}}.card-section-header{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:18px;line-height:28px;font-weight:700}.card-search-heading{margin-right:0!important;margin-left:0!important;margin-bottom:0!important;padding-bottom:0;padding-left:25px}.button-sub-text{width:100%}.home-page-info-banner-wrap{margin:"0px 16px 24px 16px"}@media (min-width:780px){.button-sub-text{width:240px}.home-page-info-banner-wrap{max-width:45%;min-width:40%;margin-left:0;margin-right:24px;margin-bottom:24px}.oc-aknowledgement-screen{width:auto;min-width:240px;max-width:100%;padding:0 10px}}.card-label-error{display:block;font-size:14px;line-height:16px;--text-opacity:1;color:#d4351c;color:rgba(212,53,28,var(--text-opacity));margin-bottom:16px}.BPAemployeeCard,.employeeCard-override{margin-left:0!important}.BPAemployeeCard{margin-right:0!important;margin-bottom:64px!important}.employee-application-details{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important;max-height:60px!important;height:60px!important}.employee-main-application-details{padding:10px!important}.employee-mulitlink-main-div{z-index:10!important;max-width:41%!important}.employee-download-btn-className{position:unset!important;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}.employee-options-btn-className{position:unset!important;margin:0!important;width:100%!important}.selector-button-primary{height:2rem;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));text-align:center;--border-opacity:1;border-color:#464646;border-bottom:1px;border-style:solid;border-color:rgba(70,70,70,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;padding-left:24px;padding-right:24px;&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}}.selector-button-border{height:2rem;--bg-opacity:1;background-color:#d6d5d4;background-color:rgba(214,213,212,var(--bg-opacity));text-align:center;--border-opacity:1;border-color:#464646;border-bottom:1px;border-style:solid;border-color:rgba(70,70,70,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;padding-left:24px;padding-right:24px;&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.input-mirror-selector-button{height:4rem!important;--bg-opacity:1!important;background-color:#d6d5d4!important;background-color:rgba(214,213,212,var(--bg-opacity))!important;text-align:center!important;--border-opacity:1!important;border-color:#464646!important;border-bottom:1px!important;border-style:solid!important;border-color:rgba(70,70,70,var(--border-opacity))!important;outline:2px solid transparent!important;outline-offset:2px!important;padding-left:24px!important;padding-right:24px!important;&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.selector-button-primary-disabled{height:2rem;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));text-align:center;--border-opacity:1;border-color:#464646;border-bottom:1px;border-style:solid;border-color:rgba(70,70,70,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;padding-left:24px;padding-right:24px;opacity:.5;&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}}.jk-digit-secondary-btn{width:auto;height:40px;background:#fff;border:1px solid #667eea;padding:20px;color:#667eea;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:19px;cursor:pointer;border-radius:6px;svg{margin:0 10px}}.jk-digit-primary-btn{width:auto;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid linear-gradient(135deg,#667eea,#764ba2);padding:20px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:19px;border-radius:6px;svg{margin:0 15px}}.jk-digit-disabled-btn{opacity:.5;font-size:19px;cursor:not-allowed}.jk-header-btn-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:780px){.jk-header-btn-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-bottom:15px}}.radio-wrap{margin-top:8px;display:block;line-height:2.5rem;margin-bottom:24px;div{display:block;margin-bottom:16px}.radio-btn-wrap{display:block;float:left;position:relative;&:hover{.radio-btn-checkmark{--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}}}.radio-btn{opacity:0;position:absolute;cursor:pointer;height:2.5rem;width:2.5rem}.radio-btn-checkmark{height:2.5rem;width:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-radius:9999px;display:block}label{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;margin-left:16px}.radio-btn-checkmark:after{content:""}.radio-btn-wrap input:checked~.radio-btn-checkmark{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}.radio-btn-wrap input:checked~.radio-btn-checkmark:after{display:block;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));height:1.25rem;width:1.25rem;border-radius:9999px;position:absolute;top:10px;left:10px}}.reverse-radio-selection-wrapper{div{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;-ms-flex-line-pack:justify;align-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;place-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.employee-select-wrap{margin-bottom:24px;position:relative;border-radius:.375rem;.select{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-radius:.375rem;&:hover{--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));border-radius:.375rem}input[type=text]{width:calc(100% - 32px);background-color:initial;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px;border-radius:.375rem}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{padding-top:9px;float:left;margin-left:8px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.select-active{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));border-radius:.375rem;input[type=text]{width:calc(100% - 32px);background-color:initial;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px;border-radius:.375rem}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{float:left;margin-left:8px;padding-top:9px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.options-card{width:100%!important;-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);max-height:400px;overflow:auto;position:absolute;z-index:20;margin-top:4px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));max-width:100%;p{padding-top:14px;width:100%;height:3rem;padding-left:8px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}}}}.employee-select-wrap--elipses{width:85%!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-wrap{margin-bottom:24px;position:relative;max-width:540px;.select{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-radius:.375rem;input[type=text]{width:calc(100% - 32px);background-color:initial;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px;border-radius:.375rem}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{padding-top:9px;float:left;margin-left:8px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.select-active{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));border-radius:.375rem;input[type=text]{width:calc(100% - 32px);background-color:initial;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px;border-radius:.375rem}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{float:left;margin-left:8px;padding-top:9px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.options-card{width:100%!important;-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);position:absolute;z-index:20;margin-top:4px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));p{padding-top:14px;width:100%;height:3rem;padding-left:8px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}}}}.card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;margin-top:8px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.employee-card-input{border-radius:.375rem}.employee-card-input--front{background:#eee}.card-textarea,.employee-card-textarea{border-radius:.375rem}.inputWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:500px;div{max-width:80px}span{margin-top:16px;margin-left:10%;margin-right:10%}}@media (min-width:780px){.card-input,.card-input-error{width:480px}.employee-card-input,.employee-card-input-error{width:100%}.card-textarea{width:100%;max-width:540px}.employee-card-textarea{width:100%}.card-input-emp{width:240px}}.citizen-card-input--front{background:#eee}.emp-success-wrap,.success-wrap{display:block;--bg-opacity:1;background-color:#00703c;background-color:rgba(0,112,60,var(--bg-opacity));width:100%;text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));padding-top:16px;padding-bottom:8px;margin-bottom:16px;header{display:block;margin-bottom:8px;font-family:Roboto Condensed,sans-serif;font-weight:700;font-size:32px;line-height:40px}div{img,svg{padding:13.67px;margin-left:auto;margin-right:auto;--border-opacity:1;border:1px solid #fff;border-color:rgba(255,255,255,var(--border-opacity));border-radius:9999px;height:4rem;width:4rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-bottom:16px}svg.payment-svg{border:unset;background-color:unset;border-radius:9999px}h2{font-size:16px;line-height:19px;margin-bottom:8px}h2,p{font-weight:700}p{font-size:18px;line-height:21px}}}.emp-error-wrap,.error-wrap{display:block;--bg-opacity:1;background-color:#d4351c;background-color:rgba(212,53,28,var(--bg-opacity));width:100%;text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));padding-top:16px;padding-bottom:8px;margin-bottom:16px;header{display:block;margin-bottom:8px;font-family:Roboto Condensed,sans-serif;font-weight:700;font-size:32px;line-height:40px}img,svg{margin-left:auto;margin-right:auto;padding:13.67px;--border-opacity:1;border:1px solid #fff;border-color:rgba(255,255,255,var(--border-opacity));border-radius:9999px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));height:4rem;width:4rem;margin-bottom:16px}}@media (min-width:780px){.success-wrap{header{font-size:48px;line-height:56px}}.emp-success-wrap{width:100%;header{font-size:48px;line-height:56px}}.error-wrap{width:100%;header{font-size:48px;line-height:56px}}.emp-error-wrap{width:100%;header{font-size:48px;line-height:56px}}}.photos-wrap{max-width:640px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:16px;img,svg{margin-right:14px}.last,img,svg{width:calc(33% - 9.333px)}}.banner{.bannerCard{min-width:400px}.bannerLogo{width:80px;height:40px;-o-object-fit:contain;object-fit:contain;padding-right:10px;margin-right:10px;border-right:1px solid #0b0c0c}.bannerHeader{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;margin-bottom:24px}}.date-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;img,svg{height:22px;width:20px}p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:24px;padding-left:8px}}@media (min-width:780px){.date-wrap{p{font-size:19px;line-height:28px}}}.data-table{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));.row{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));padding-bottom:8px;margin-bottom:8px;span{width:70%;display:contents}h2{width:40%;font-weight:700}.value,h2{font-size:16px;line-height:24px}.value{width:50%;word-break:break-all}.caption{width:70%;font-size:16px;line-height:24px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}.last{border:none;padding:0;margin:0}}.employee-data-table{.row{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:8px;margin-bottom:8px;span{width:70%;display:contents}h2{width:30%;font-weight:700}.value,h2{font-size:16px;line-height:24px}.value{width:50%;white-space:break-spaces!important;word-break:break-all}.caption{width:70%;font-size:16px;line-height:24px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}.last{border:none;padding:0;margin:0}}.employee-data-table{.row{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:8px;margin-bottom:8px;span{width:70%;display:contents}h2{width:30%;font-weight:500}.value,h2{font-size:16px;line-height:24px}.value{white-space:break-spaces!important;word-break:break-all;width:60%;&.status-row-radio{div{margin-right:1rem;width:50%}.mg-sm{width:30%}}}.caption{width:70%;font-size:16px;line-height:24px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}.last{border:none;padding:0;margin:0}&.status-radio-table{margin-top:1rem;.row{span{width:24px;display:block;float:left;border-radius:50%}}}&.view-header{.row{display:grid;grid-template-columns:1fr 68%}}}.pt-citizen{.data-table{.row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}}.checkpoint-connect-wrap{padding-bottom:40px;position:relative}.checkpoint-done{display:-webkit-box;display:-ms-flexbox;display:flex;h2{width:24px;height:24px;border-radius:50%;--border-opacity:1;border-color:#667eea;border-bottom:1px;border-color:rgba(102,126,234,var(--border-opacity));border-style:solid;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity))}header{margin-left:16px;p{margin-top:4px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}}.checkpoint{display:-webkit-box;display:-ms-flexbox;display:flex;h2{width:24px;height:24px;border-radius:50%;--text-opacity:1;--border-opacity:1;border-color:#d6d5d4;border-bottom:1px;border-color:rgba(214,213,212,var(--border-opacity));border-style:solid;--bg-opacity:1;background-color:#d6d5d4;background-color:rgba(214,213,212,var(--bg-opacity))}header{margin-left:16px;p{margin-top:4px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}}.checkpoint-connect{margin-left:12px;margin-top:22px;position:absolute;top:0;left:0;height:100%;--border-opacity:1;border-color:#d6d5d4;border-left:1px;border-color:rgba(214,213,212,var(--border-opacity));border-style:solid}.checkpoint-comments-wrap{max-width:560px;--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));padding:8px;margin-top:8px;h4{color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}h4,p{--text-opacity:1;font-size:16px;line-height:24px}p{color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}.checkbox-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;position:relative;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;input{width:38px;height:38px;opacity:0;position:absolute;top:0;left:0;z-index:10}.input-emp{@extend input;width:24px;height:24px}.custom-checkbox{width:38px;height:38px;position:absolute;top:0;left:0;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));z-index:0;img,svg{opacity:0}}.custom-checkbox-emp{@extend .custom-checkbox;width:24px;height:24px}input:checked~.custom-checkbox,input:hover~.custom-checkbox{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}input:checked~.custom-checkbox img,input:checked~.custom-checkbox svg{opacity:1}.label{margin-left:56px;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.input-otp-wrap{margin-bottom:24px;input{--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;height:2.5rem;width:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-right:8px;margin-bottom:8px;text-align:center}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}}.map-wrap{padding-bottom:24px}.map{width:100%;height:384px;overflow:visible;position:relative}.map-search-bar-wrap{border-radius:4px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5);margin-bottom:4px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.map-search-bar-icon{display:inline;height:1.5rem;width:1.5rem;margin:8px}.map-search-bar{display:block!important;outline:2px solid transparent!important;outline-offset:2px!important;font-size:16px!important;line-height:20px!important;--text-opacity:1!important;color:#0b0c0c!important;color:rgba(11,12,12,var(--text-opacity))!important;height:2.5rem!important;width:100%!important}.map-search-bar:focus{border:none}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;background-color:#555;color:#fff;text-align:left;border-radius:6px;padding:5px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.tooltip .tooltiptext:after{position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:#555}.tooltip:hover .tooltiptext{visibility:visible;opacity:1;cursor:pointer}.error-message-wrap{width:100%;margin-bottom:8px;padding:16px;--border-opacity:1;border:4px solid #d4351c;border-color:rgba(212,53,28,var(--border-opacity));h2{margin-bottom:8px}h2,p{font-weight:700;font-size:16px;line-height:19px;display:block}p{--text-opacity:1;color:#d4351c;color:rgba(212,53,28,var(--text-opacity))}}.rating-star-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:24px;img,svg{width:40px;height:38px;display:block;margin-right:8px}}@media (min-width:780px){.rating-star-wrap{width:40%}}.rating-with-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;place-items:center;width:100%;svg{width:24px;height:38px;display:block;margin-right:8px}}.key-note-pair{margin-bottom:16px;h3{margin-bottom:4px;font-weight:700}h3,p{color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.caption,h3,p{--text-opacity:1;font-size:16px;line-height:24px}.caption{color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}@media (min-width:780px){.key-note-pair{.caption,p{font-size:19px;line-height:28px}.caption{--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}}}.status-highlight{--bg-opacity:12%!important;border-radius:16px;height:2rem;width:5rem;--bg-opacity:1;background-color:#d4351c;background-color:rgba(212,53,28,var(--bg-opacity));margin-bottom:8px;p{padding-top:6px;display:block;text-align:center;font-size:16px;line-height:19px;--text-opacity:1;color:#d4351c;color:rgba(212,53,28,var(--text-opacity));cursor:pointer}&.success{--bg-opacity:1;background-color:#00703c;background-color:rgba(0,112,60,var(--bg-opacity));p{--text-opacity:1;color:#00703c;color:rgba(0,112,60,var(--text-opacity))}}}.image-viewer-wrap{--bg-opacity:1;background-color:#0b0c0c;background-color:rgba(11,12,12,var(--bg-opacity));padding:16px;top:0;left:0;z-index:20;position:fixed;width:100%;height:100%;svg{top:90px;right:16px;position:absolute;height:1.5rem;width:1.5rem}img{margin-top:40%;max-width:100%;height:auto}}@media (min-width:780px){.image-viewer-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;width:100%;height:100%;z-index:20;--bg-opacity:1;background-color:#0b0c0c;background-color:rgba(11,12,12,var(--bg-opacity));padding:16px;svg{top:90px;right:16px;position:absolute;height:1.5rem;width:1.5rem}img{width:auto;height:auto;max-width:640px;margin:auto}}}.action-bar-wrap{-webkit-box-shadow:rgba(0,0,0,.16) 0 -2px 8px;box-shadow:0 -2px 8px rgba(0,0,0,.16);max-width:480px;z-index:100;left:0;bottom:0;width:100%;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:8px;position:fixed;text-align:right;div{width:100%}.menu-wrap{position:absolute;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;cursor:pointer;bottom:45px;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);width:calc(100% - 16px);right:8px;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%}}}}@media (min-width:780px){.action-bar-wrap{-webkit-box-shadow:rgba(0,0,0,.16) 0 -2px 8px;box-shadow:0 -2px 8px rgba(0,0,0,.16);left:0;max-width:none;z-index:999;position:fixed;bottom:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding-top:8px;padding-bottom:8px;padding-right:24px;text-align:right;div{width:calc(100% - 16px)}.menu-wrap{bottom:45px;top:unset;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);position:absolute;height:auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;width:240px;right:24px;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%}}}}}.action-bar-wrap-registry{div{width:100%}.menu-wrap{position:absolute;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;cursor:pointer;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);width:160px;right:60px;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%}}}.search-add{padding:12px 16px;color:#f47738;cursor:pointer}.search-add,.search-add-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.search-add-icon{background:#f47738;border-radius:50%;height:24px;width:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:10px}}.table-responsive-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));width:100%;thead{th{padding:20px 18px;text-align:left;white-space:nowrap;background:#667eea;color:#fff;font-weight:700;vertical-align:middle;text-align:left;&:first-child{min-width:256px}&:nth-child(2){min-width:200px}}}tbody{border:none;padding:0;margin:0;td{border-top-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));text-align:left;vertical-align:middle;padding:20px 18px}}}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:rgba(255,255,255,var(--bg-opacity));border-top:1px solid #d6d5d4;padding:20px 40px 20px 0;color:#505a5f;grid-gap:8px;gap:8px;svg{fill:#505a5f;margin-left:16px}}.pagination button:first-child span:after{content:"\f105"}.fullWidth{width:100%!important}.customTable{width:100%;th{font-weight:700}td,th{text-align:left;border-bottom:1px solid #b1b4b6;padding:15px 10px}tr:nth-child(odd){background-color:#eee}tr:nth-child(2n){background-color:#fff}thead{tr:first-child{background-color:unset}}}.table-fixed-first-column{thead{th:first-child{position:sticky;background:#fff;left:0;border-right:1px solid #b1b4b6;border-top-left-radius:4px}}tbody{td:first-child{position:sticky;background:#fff;color:#667eea;left:0;border-right:1px solid #b1b4b6}}}.table-fixed-last-column{thead{th:last-child{position:sticky;background:#fff;right:0;left:0;border-top-left-radius:4px}}tbody{td:last-child{position:sticky;background:#fff;color:#667eea;left:0;right:0}}}.table-fixed-column-common-pay{thead{th:first-child{left:0}th:first-child,th:last-child{position:sticky;background:#eee;border-top-left-radius:4px}th:last-child{right:0}}tbody{td:first-child{left:0}td:first-child,td:last-child{position:sticky;background:#eee}td:last-child{right:0}}}.table-fixed-first-second-column{thead{th:nth-child(2){position:sticky;left:0;background-color:#fff}}tbody{td:nth-child(2){position:sticky;left:0;background-color:inherit}}}.table-border-style{border:1px solid #b1b4b6;border-radius:4px;border-spacing:0;border-collapse:initial}.dss-table-wrapper{width:100%;display:block;overflow-x:auto;table{th{.tooltip{min-width:80px}}tr{td{span{white-space:pre;min-width:80px}}}}}.reports-table{margin-top:2rem;thead{th{&:first-child{min-width:unset}}}}.popup-wrap{background:rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;width:100%;height:100%;overflow:auto;top:0;left:0;min-height:100vh;z-index:10000}@media (min-width:780px){.popup-wrap{background:rgba(0,0,0,.7);min-height:100vh}}.popup-close-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.upload-wrap{width:100%;height:10rem;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));position:relative;padding-left:8px;padding-right:8px;--border-opacity:1;border:1px dashed #d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));max-width:540px;img{display:block;margin-top:58px;margin-left:calc(50% - 23px);height:42px;width:46px}svg{display:block;margin-top:58px;margin-left:calc(50% - 23px);height:42px;width:46px}input{position:absolute;width:100%;height:100%;opacity:0;top:0}}.multi-upload-wrap,.upload-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}.multi-upload-wrap{div{display:block;position:relative;background-color:#fafafa;width:calc(33.33333% - 5.33333px);margin-right:8px;.delete{position:absolute;height:24px;width:24px;border-radius:100%;top:2px;right:2px}}.upload-img-container{border:1px dashed #d6d5d4;margin:0!important;img{margin-left:auto;margin-right:auto;padding-top:calc(33% - 21px)}svg{margin:auto;margin-left:auto;margin-right:auto;top:calc(50% - 21px);position:relative}input{position:absolute;width:100%;height:100%;opacity:0;top:0}}}.upload-file-max-width{max-width:540px}.upload-file{min-height:56px;position:relative;border-width:1px;--border-opacity:1;border-color:#464646;border-color:rgba(70,70,70,var(--border-opacity));width:100%;div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;margin-top:8px;-ms-flex-wrap:wrap;flex-wrap:wrap;.file-upload-status{font-size:16px;line-height:24px;margin-left:8px}}input{width:160px;position:absolute;top:0;left:0;opacity:0;height:100%}}@media (min-width:780px){.multi-upload-wrap img{width:100%;height:158px}}.toast-success{max-width:480px;width:calc(100% - 20px);bottom:64px;left:0;margin:0 10px;grid-gap:16px;gap:16px;border-radius:4px;min-height:48px;position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;--bg-opacity:1;background-color:#00703c;background-color:rgba(0,112,60,var(--bg-opacity));line-height:1.75rem;z-index:20;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-right:8px;svg{height:20px;width:20px}.toast-close-btn{margin-left:auto}h2{font-size:16px;line-height:24px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}}@media (min-width:780px){.toast-success{width:100%;left:calc(50% - 240px)}}.details-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:8px;padding:16px 8px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));border-radius:.25rem;.detail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;.label{width:138px;font-weight:700;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-bottom:16px}.name{padding-top:16px}}}.telephone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;img,svg{height:22px;width:20px;color:#667eea;color:rgba(102,126,234,var(--text-opacity));margin-left:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}img,p,svg{--text-opacity:1}p{color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:24px;padding-left:8px}}.call{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;line-height:24px}.call,.grey{--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}.action-link{--text-opacity:1!important;color:#667eea!important;color:rgba(102,126,234,var(--text-opacity))!important;font-size:16px!important;line-height:24px!important;margin-right:24px!important}.sect-dropdown-wrap{margin-bottom:24px;position:relative;.sect-dropdown-input-wrap{display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));input[type=text]{width:calc(100% - 32px);height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{padding-top:9px;float:left;margin-left:8px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}}.sect-dropdown-card{width:100%!important;-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);position:absolute;z-index:10;margin-top:4px;padding-bottom:8px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));h1{padding-left:8px;padding-top:16px;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}h1,p{--text-opacity:1;font-size:16px;line-height:20px}p{padding-left:21px;width:100%;padding-top:8px;color:#505a5f;color:rgba(80,90,95,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}}}}.details-card{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin:8px;padding:8px 8px 24px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);.card-label{font-weight:700;font-size:19px;line-height:23px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-bottom:16px}}.searchBox{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.searchAction{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));.searchText{margin-left:8px}}}.svgPrimaryH16px{svg{width:18px;height:1.5rem;path{fill:#667eea}}}.tag-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px;.tag{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));border-radius:1rem;padding-top:8px;padding-bottom:8px;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;padding-left:12px;padding-right:12px;font-size:14px;margin-left:2px;height:2rem;margin-top:1rem;.text{padding-right:5px;max-width:calc(100% - 24px);height:22px;overflow:hidden;text-overflow:clip}&:hover{cursor:pointer;.close{fill:#000}}}}.topbar{position:fixed;top:0;width:100%;background:#fff;-webkit-box-shadow:rgba(0,0,0,.24) 0 1px 4px;box-shadow:0 1px 4px rgba(0,0,0,.24);z-index:9999999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;img{display:inline;&.city{margin-right:8px;height:60px}&.state{min-height:50px;width:80px}}.ulb{font-weight:700;display:inline-block}.right{float:right;margin-top:12px;position:relative;svg{display:inline}.user-img-txt{background:#a82227;padding:10px 15px;border-radius:2px;color:#fff;height:43px;width:43px;font-weight:700}}.left{float:left}.w-80{width:70%}.width-20{width:30%}.margin-top-6{margin-top:6px}.margin-right-30{margin-right:30px}.margin-top-10{margin-top:10px}.icon{display:block;color:#757575;fill:#757575;height:21px;width:21px}.column-gap-15{grid-column-gap:15px;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}.column-gap-5{grid-column-gap:5px;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px}.employee-select-wrap,.select-wrap{margin-bottom:0;.profile-dropdown--item{span{white-space:pre}}}}.cp{cursor:pointer;.hamburger{display:none}@media (max-width:780px){.hamburger{display:none}}}.citizen{.right{margin-top:5px;margin-bottom:5px}.topbar-select-wrap{margin-bottom:0}.flex-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.profile-dropdown--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:10px;grid-column-gap:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;color:#505a5f;&:hover{background:#eee}}.flex-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-width:85px}video::-webkit-media-controls-panel{top:55%;position:absolute;width:100%}.topbarOptionsClassName{right:-3rem!important}.language-selector{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.language-selector div:not(:first-child){margin-left:10px}.bannerCard .language-button-container button{width:6.2rem;height:2.5rem}.bannerCard .customBtn{border-color:#505a5f}.bannerCard .customBtn:focus{outline:none}.bannerCard .customBtn-selected{border-color:transparent}.bannerCard .bannerHeader p{font-size:19px}.customBtn{background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;outline:2px solid transparent;outline-offset:2px;padding-left:8px;padding-right:8px;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));margin:0 4.65% 0 0;height:30px;line-height:30px}.customBtn,.customBtn-selected{--bg-opacity:1;--text-opacity:1}.customBtn-selected{@extend .customBtn;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:500}.citizen-info-label{padding:8px;--border-opacity:1;border:4px solid #1d70b8;border-color:rgba(29,112,184,var(--border-opacity));font-size:18px;line-height:28px;margin:8px;max-width:960px;p{--text-opacity:1;color:#1d70b8;color:rgba(29,112,184,var(--text-opacity));font-weight:700;margin-top:4px;font-size:16px;line-height:24px}}@media (min-width:780px){.citizen-info-label{margin:0}}.roundedLabel{width:24px;height:24px;border-radius:15px;position:absolute;z-index:100;bottom:10px;right:70px;margin-left:8px;--bg-opacity:1;background-color:#d4351c;background-color:rgba(212,53,28,var(--bg-opacity));text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.language-title{margin-bottom:"5px"}.metricsTable{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:16px 16px 24px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);max-width:440px;border-radius:4px;.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;width:100%}.lower_red{display:inline;color:#e54d42}.upper_green{display:inline;color:#00703c}}.chart-metric-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:15px;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.filters-wrapper{display:none;padding:20px 0 0;z-index:1;.filters-input{-ms-flex-preferred-size:22%;flex-basis:22%}.filters-input:not(:first-of-type){margin-left:5%}.switch-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:200px;.radio-switch{display:none;&:checked~label{border-color:#667eea;color:#667eea}}label{border:1px solid;padding:6px 10px;display:block;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));&:hover{--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity))}}}}.pickerShadow{-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2)}.filter-close{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.filter-close,.filter-header{display:-webkit-box;display:-ms-flexbox;display:flex}.filter-header{p{font-weight:700;font-size:24px;line-height:1;margin:0 12px 20px 8px}}.clearText{display:none}@media (min-width:780px){.filters-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.filter-close,.filter-header{display:none}.clearText{display:block;text-align:right;color:#667eea;margin-top:20px;margin-left:10px}}@media (max-width:780px){.filters-modal{display:block;position:fixed;width:100%;height:100vh;left:0;top:130px;padding:16px;background-color:#fff;z-index:99}.rdrDefinedRangesWrapper{display:none}}.chartHeader{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:justify;-ms-flex-pack:justify;justify-content:space-between;.sideContent{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.searchInput{margin-right:24px;input{margin-bottom:0;padding-right:36px}}.signature-img{top:8px;right:8px;fill:#505a5f;position:absolute}.column-direction{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chart-wrapper{padding:0 10px;margin-top:60px}.chart-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;.chart-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:15px;width:100%;&:last-child{margin-right:0}}}.cursorPointer{cursor:pointer}.options{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;div{display:none}}.options-m{width:95%;margin:0 auto 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;svg{margin-right:10px}}.options-m{div{display:-webkit-box;display:-ms-flexbox;display:flex}}.no-data{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;height:90%;margin-bottom:40px;white-space:pre}@media (min-width:780px){.chart-wrapper{padding-left:15px;margin-top:10px;.chart-item{margin-right:25px!important;margin-bottom:25px!important;margin-left:0!important;width:31%}}.column-direction{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.options-m{display:none}.options{div{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}}}.showMore{text-align:right;cursor:pointer;color:#667eea}@media (max-width:420px){.recharts-default-tooltip{width:85%;ul{width:100%!important}ul li{width:100%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap}}}@media print{.page-break{margin-top:1rem;display:block;page-break-before:auto}.chart-wrapper{@media print{.chart-row{@media print{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;.chart-item{@media print{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:25px;margin-bottom:25px;width:31%;&:last-child{margin-right:0}.chartHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.sideContent{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.searchInput{margin-right:24px;input{margin-bottom:0;padding-right:36px}}.signature-img{top:8px;right:8px;fill:#505a5f;position:absolute}}}}}}}.options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.options-m{display:none}}}}.summary-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;.wrapper-child{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.blocks,.wrapper-child{display:-webkit-box;display:-ms-flexbox;display:flex}.blocks{margin-bottom:25px;p:only-child{font-weight:700;font-size:24px}div{margin-right:25px;p:not(:first-child){font-weight:700;font-size:24px}}}}.summary-card-margin{margin:0 24px 20px 0!important}.multilink-labelWrap{top:73px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;text-align:center;margin:16px;position:absolute;right:0;z-index:10}.multilink-link-button{margin:0;font-size:16px;line-height:24px;--text-opacity:1;color:#764ba2;color:rgba(118,75,162,var(--text-opacity))}.multilink-optionWrap{right:0;top:110px;width:-webkit-max-content;width:-moz-max-content;width:max-content;position:absolute;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin:16px;z-index:10;.multilink-option{svg{margin-top:auto;margin-bottom:auto;margin-left:8px;margin-right:8px}&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));cursor:pointer}padding:16px}}.overCard{top:23px}.multilink-block-wrapper{position:relative;.multilink-labelWrap{margin:0!important;top:unset;position:relative!important;--text-opacity:1!important;color:#0b0c0c!important;color:rgba(11,12,12,var(--text-opacity))!important;svg{fill:#505a5f}span{--text-opacity:1!important;color:#0b0c0c!important;color:rgba(11,12,12,var(--text-opacity))!important}}.multilink-optionWrap{top:8px;right:-50%;display:block!important}}@media (min-width:780px){.multilink-block-wrapper{.multilink-optionWrap{right:0!important}}.multilink-labelWrap{right:20%;top:80px}.multilink-optionWrap{right:20%;top:110px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);border-radius:.125rem}}.reports-download-btn{position:unset}.reports-download-btn,.reports-options-download{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.reports-options-download{position:absolute;float:right;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;top:2rem}.info-banner-wrap{--bg-opacity:1;background-color:#1d70b8;background-color:rgba(29,112,184,var(--bg-opacity));--bg-opacity:0.25;margin:8px;padding:16px;max-width:960px;background-color:#c7e0f1;border-radius:4px;svg{margin-top:5px;border-radius:9999px}div{display:-webkit-box;display:-ms-flexbox;display:flex}h2{font-size:18px;line-height:28px;margin-bottom:16px;font-weight:700;margin-left:8px}h2,p{--text-opacity:1;color:#1d70b8;color:rgba(29,112,184,var(--text-opacity))}p{font-size:16px;line-height:24px;white-space:pre-line}}@media (min-width:780px){.info-banner-wrap{h2{font-size:24px;line-height:32px}p{font-size:19px;line-height:28px}}}.multi-select-dropdown-wrap{position:relative;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));width:100%;.master,.master-active{position:relative;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));height:2.5rem;width:100%;input[type=text]{position:absolute;top:0;left:0;padding:8px;min-height:100%;min-width:100%;opacity:0;&:focus{outline:2px solid transparent;outline-offset:2px}}.label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;width:100%;height:100%;svg{height:1.5rem;width:1.5rem}}&:hover{--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity))}}.master-active{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity));input[type=text]{opacity:1}.label{display:none}}.server{-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);top:40px;max-height:20vmax;overflow:scroll;position:absolute;min-width:100%;z-index:20;div{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;&:hover{background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}input{height:44px;position:absolute;min-width:100%;opacity:0;z-index:20;cursor:pointer}p{padding:12px;margin-top:5px;margin-bottom:5px;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.custom-checkbox{height:28px;width:28px;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));margin:8px;svg{opacity:0;z-index:10}}input:checked~.custom-checkbox,input:hover~.custom-checkbox{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}input:checked~.custom-checkbox svg{opacity:1}}}}.ellipsis-menu-wrap{position:relative;.menu{-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);position:absolute;right:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));z-index:30;.item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));cursor:pointer}svg{margin-right:10px}}}}.CitizenHomeCard{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-left:16px;margin-right:16px;padding:16px;margin-bottom:24px;.header{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;font-size:24px;line-height:32px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:8px;svg{width:33px;height:33px}}.links{font-size:16px;line-height:24px;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));a{display:block;padding-bottom:8px}}}@media (min-width:780px){.citizenAllServiceGrid{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.CitizenHomeCard{padding:24px;.header{padding-bottom:24px;font-size:36px;line-height:40px;svg{width:3rem;height:3rem}}.links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;.linksWrapper{height:25px;margin-bottom:.5em}a{padding-bottom:16px;padding-left:.2em;margin-bottom:16px;width:100%;overflow:hidden;text-overflow:ellipsis;min-width:0}}}}.PropertySearchForm{.pt-search-action{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:10px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.pt-search-action-submit button{width:100%!important}.pt-search-action-reset{text-align:right;cursor:pointer}}.PropertySearchFormSwitcher{border-bottom:1px solid #d6d5d4;cursor:pointer;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;.non-selected{color:#505a5f;font-weight:400}.selected{color:#667eea;font-weight:700;padding-bottom:10px;border-bottom:2px solid #667eea}span{margin-right:20px}}.form-field{width:30%!important;margin-bottom:20px}@media (min-width:780px){.pt-form-field{width:30%!important;margin-bottom:20px}}@media (max-width:780px){.form-field,.pt-form-field{width:100%!important;margin-bottom:15px}}}.search-form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-bottom:24px;padding-top:24px;padding-bottom:24px;padding-left:24px;.form-field{width:calc(25% - 16px);display:inline-block;margin-right:16px;vertical-align:middle}.SubmitAndClearAllContainer{width:100%;.submit{right:36px;margin-top:22px;margin-left:-16px!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;width:100%!important;vertical-align:middle!important;text-align:center!important;button{margin:0;display:inline-block!important;width:25%!important}p{cursor:pointer;font-size:16px;line-height:24px;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));width:25%;display:inline-block}}}.submit{right:36px;margin-top:22px;display:inline!important;vertical-align:middle!important;text-align:center!important;button{margin:0;display:inline-block!important;width:100%!important}p{cursor:pointer;font-size:16px;line-height:24px;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));width:100%;display:inline-block}}.pt-property-search{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}}@media (min-width:780px){.search-form-wrapper{.pt-form-field{width:30%!important;margin-bottom:20px}}}@media (max-width:780px){.search-form-wrapper{.pt-form-field{width:100%!important;margin-bottom:15px}}}@media (max-width:480px){.custom-sidebar .menu-list li .menu-item{padding:10px 12px}.custom-sidebar .menu-list li .menu-item .icon{font-size:14px;margin-right:8px}.custom-sidebar .menu-list li .menu-item .label{font-size:13px}.custom-sidebar:not(.open){height:55px}.menu-list .menu-item{padding:10px 12px}.menu-list .menu-item .icon{font-size:14px;margin-right:8px}.menu-list .menu-item .label{font-size:13px}.custom-sidebar .menu-item{padding:10px 12px}.custom-sidebar .menu-item .icon{font-size:14px;margin-right:8px}.custom-sidebar .menu-item .label{font-size:13px}.custom-sidebar-header .toggle-btn{font-size:13px;padding:4px 8px}.finance-header{margin-top:10px;padding:10px 12px}.finance-heading{font-size:20px;margin-left:15px;margin-right:15px;padding:12px 0;letter-spacing:1px}.finance-breadcrumb{font-size:12px;grid-gap:8px;gap:8px}.finance-breadcrumb .back-button{padding:4px 8px;grid-gap:8px;gap:8px}.finance-breadcrumb .back-button svg{width:14px;height:14px}.collapsible-card-body{padding:15px}}.collapsible-card-tab-button,.collapsible-card-tab-button.active{outline:none}@media screen and (max-width:1024px){.finance-mainlayout{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;grid-gap:16px!important;gap:16px!important;padding:0 16px!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.collapsible-card,.finance-mainlayout,.finance-mainlayout-col1{width:100%!important}.collapsible-card{margin:0!important}.collapsible-card-header{padding:16px!important}.finance-mainlayout-col2,.finance-mainlayout-col3,.finance-mainlayout-col4,.finance-mainlayout-col5{width:100%!important}.card,.card-body,.card-content,.employeeCard{width:100%!important;margin:0!important;padding:16px!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.employeeCard .field,.employeeCard .field .field-container,.field,.field-container{width:100%!important;display:block!important}.employee-card-input input,.submit-bar button,.text-input input,input,select{width:100%!important}.finance-header{margin-top:10px!important;margin-bottom:0!important;padding:12px 16px!important}.finance-breadcrumb{padding:10px 16px!important;font-size:13px!important}.custom-sidebar.open{width:100%;height:auto}}.timeline-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 0;padding-left:20px}.timeline-container,.timeline-item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.timeline-item{padding-bottom:20px}.timeline-item:last-child{padding-bottom:0}.timeline-marker{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;margin-right:15px;position:relative}.timeline-circle{width:16px;height:16px;border-radius:50%;border:2px solid #ccc;background-color:#fff;z-index:10;-webkit-transition:all .3s ease;transition:all .3s ease}.timeline-item.completed .timeline-circle{background-color:#4caf50;border-color:#4caf50}.timeline-item.current .timeline-circle{background-color:#2196f3;border-color:#2196f3;-webkit-transform:scale(1.2);transform:scale(1.2)}.timeline-item.pending .timeline-circle{background-color:#f5f5f5;border-color:#ccc}.timeline-line{position:absolute;top:16px;bottom:-20px;width:2px;background-color:#e0e0e0;z-index:1}.timeline-item:last-child .timeline-line{display:none}.timeline-content{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#e8e8e8;padding:10px 15px;border-radius:8px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s;transition:transform .2s,-webkit-transform .2s}.timeline-content:hover{-webkit-transform:translateX(5px);transform:translateX(5px);-webkit-box-shadow:0 4px 6px rgba(0,0,0,.1);box-shadow:0 4px 6px rgba(0,0,0,.1)}.timeline-title{font-weight:600;font-size:14px;color:#333;margin-bottom:4px}.timeline-date{font-size:12px;color:#000;margin-bottom:6px;display:block}.timeline-comment{font-size:13px;color:#555;line-height:1.4;background-color:#f9f9f9;padding:8px;border-radius:4px;margin-top:5px}.timeline-status-tag{display:inline-block;padding:10px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase;margin-top:5px}.status-completed{background-color:#e8f5e9;color:#2e7d32}.status-current{background-color:#e3f2fd;color:#1565c0}.status-pending{background-color:#f5f5f5;color:#757575}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.timeline-item{-webkit-animation:fadeIn .5s ease-out forwards;animation:fadeIn .5s ease-out forwards}.timeline-item:first-child{-webkit-animation-delay:.1s;animation-delay:.1s}.timeline-item:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.timeline-item:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.timeline-item:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}.timeline-item:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.cardHeaderWithOptions{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:justify;-ms-flex-pack:justify;justify-content:space-between;.multilinkWrapper{position:relative;.multilink-labelWrap{position:unset;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:10;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;text-align:center;margin:16px}.multilink-optionWrap{top:32px;right:0}}}.timeline-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 8px 15px;.timeline-checkpoint{position:relative;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;z-index:1}.timeline-content{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;span{text-align:center;color:#fff}.secondary-color{color:#0b0c0c;padding:5px;font-size:small}}.line{position:absolute;top:12px;left:calc(50% + 8px);right:calc(-50% + 8px);border-top:4px solid #d6d5d4;z-index:-1}.circle{width:24px;height:24px;background-color:#b1b4b6;border-radius:50%;text-align:center}.active{background-color:#667eea;border-color:#667eea}}.TLComments{max-width:360px;margin-bottom:8px;padding:8px;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));h3{font-weight:700;line-height:19px}h3,p{font-size:16px}p{line-height:24px}}@media (min-width:780px){.TLComments{width:360px;h3{line-height:23px}h3,p{font-size:19px}p{line-height:28px}}}.PageBasedInputWrapper{.SubmitBar{z-index:60;padding:8px;position:fixed;width:100%;bottom:0;left:0;text-align:right;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.SubmitBarInCardInDesktopView{display:none}label{margin-left:0!important}}@media (min-width:780px){.PageBasedInputWrapper{.SubmitBar{display:none}.SubmitBarInCardInDesktopView{display:block}.card{max-width:960px}button{max-width:240px}}}.StandaloneSearchBar{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:1.5rem;padding:8px 16px;width:100%;svg{fill:#505a5f}input,svg{margin-right:16px}input{width:100%;outline:2px solid transparent;outline-offset:2px}}.CardBasedOptions{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-bottom:16px;padding:16px 8px;margin-left:8px;margin-right:8px;border-radius:.25rem;width:100%;.headContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px;h2{font-weight:700;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}h2,p{font-size:16px;line-height:24px;--text-opacity:1}p{color:#667eea;color:rgba(102,126,234,var(--text-opacity));font-weight:500;cursor:pointer}}.mainContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;.CardBasedOptionsMainChildOption{width:25%;text-align:center;.ChildOptionImageWrapper{margin:auto!important;background:rgba(244,119,56,.12);mix-blend-mode:normal;padding-top:14px;height:3rem;width:3rem;border-radius:9999px;cursor:pointer;svg{height:20px;width:20px;fill:#667eea;margin:auto}}.ChildOptionName{font-size:12px;line-height:14px;padding-top:1rem}}}}@media (min-width:780px){.CardBasedOptions{width:calc(50% - 16px);padding:16px}}.WhatsNewCard{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);border-radius:.25rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));--border-opacity:1;border-color:#667eea;border-left:4px;border-style:solid;border-color:rgba(102,126,234,var(--border-opacity));padding:8px;h2{font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-weight:500;margin-bottom:4px}p{color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}a,p{font-size:16px;line-height:20px;--text-opacity:1;margin-bottom:8px}a{display:block;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}}.SearchOnRadioButton{svg{fill:#505a5f;width:24px;height:24px;top:8px;right:8px;position:absolute}}.EventCalendarView{.MonthViewInEventCalendar{--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:500;text-align:center;padding-top:8px;padding-bottom:8px}.DateViewInEventCalendar{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));font-size:24px;line-height:32px;font-weight:700;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));text-align:center;padding-top:16px;padding-bottom:16px}}.OnGroundEventCard{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16078);box-shadow:0 1px 2px 0 rgba(0,0,0,.16078);--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-left:8px;margin-right:8px;margin-bottom:16px;padding:16px;cursor:pointer;.EventCalendarView{width:100px;display:inline-block;margin-right:16px}.EventDetails{width:calc(100% - 116px);display:inline-block;vertical-align:top;h2{font-size:16px;line-height:19px;font-weight:700;margin-bottom:16px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.EventLocation{margin-bottom:16px;svg{height:1rem;width:1rem}p{font-size:14px;line-height:16px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-left:8px}}.EventLocation,.EventTime{display:-webkit-box;display:-ms-flexbox;display:flex}.EventTime{svg{height:1rem;width:1rem}p{font-size:14px;line-height:16px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-left:8px}}.EventCategory{p{font-size:14px;line-height:16px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}}}@media (min-width:780px){.OnGroundEventCard{.EventDetails{.EventLocation{p{font-size:16px;line-height:24px}}.EventTime{p{font-size:16px;line-height:24px}}.EventCategory{p{font-size:16px;line-height:24px}}}}}.popupModalHeading{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.75rem;gap:.75rem;margin-bottom:24px;.headingIconAndLabel{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.75rem;gap:.75rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;svg{width:1.5rem;height:1rem}h3{font-size:24px;line-height:32px;font-weight:700}}.popupResetFormButton{padding:8px;--border-opacity:1;border:1px solid #0b0c0c;border-color:rgba(11,12,12,var(--border-opacity));--border-opacity:0.25;-ms-flex-item-align:center;align-self:center}}.sidebar-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:16px;padding-left:16px;padding-right:16px;color:#757575;.menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;min-height:48px;margin:0;padding:0;.menu-item-icon{svg{color:#757575;fill:#757575;width:21px;height:21px}}.menu-item-text{margin-left:1em}}}.InboxComposerWrapper{.form-field-flex-one{.form-field{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}}}.inboxPopupMobileWrapper{display:block;padding:16px;width:100%;overflow:scroll;.submit{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;left:0!important;width:100%!important;padding-left:36px!important;padding-right:36px!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.form-field{margin:0!important;width:100%}.InboxMobilePopupCloseButtonWrapper{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}}@media (min-width:780px){.InboxComposerWrapper{grid-template-columns:calc(25% - 32px) 75%;display:grid;grid-column-gap:2rem;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;grid-row-gap:1.5rem;row-gap:1.5rem}.wns-inbox-composer{.filter-form{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.wns-search-field{width:30%!important}.form-field{width:100%!important}.SubmitAndClearAllContainer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.clear-search{width:30%;display:inline-block;vertical-align:middle;cursor:pointer;[dir=rtl] p{text-align:left}p{padding:1rem;color:#f47738}}.submit{width:30%!important;margin-left:unset!important;button{width:100%!important}}}}.search-form-wns-inbox{.clear-search-container{grid-column:2/3;text-align:right;.clear-search{width:100%;color:#f47738}}button{width:100%}.filter-form{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.search-complaint-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:16px;display:unset;-ms-flex-wrap:unset;flex-wrap:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;margin-bottom:0;.complaint-input-container{display:grid;grid-template-columns:33.33% 33.33% 33.33%}.form-field{width:100%;padding-right:15px;.clear-search{padding-top:10px}}}.submit{margin-top:0;right:0}}}.searchInputFAQs{margin-right:24px;margin-bottom:10px;input{margin-bottom:0;background:border-box;padding-right:36px}}.faq-page{width:92%;margin:16px}.faqs{cursor:pointer;.faq-question{font-weight:400;margin:16px;background:#fff;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px}.faqicon{float:right}.faq-answer{background:#fff;overflow:hidden;margin:5px;font-size:16px;line-height:20px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity));margin-bottom:8px;span{display:block;font-size:14px;font-weight:400;margin:0 12px 5px}}.cs-box-border{height:1px;position:relative;border-bottom:1px solid #d3d3d3;background:#d3d3d3;margin-left:16px;margin-right:16px}}.faq-list{background:#fff;margin:5px 0;padding-top:4px;padding-bottom:4px}.rotate{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.how-it-works-page{width:92%;margin:16px;.how-it-works-page-header{margin-bottom:15px}}.video-icon{float:left;background-color:#6f6f6f;height:60px;width:100px;cursor:pointer;margin:5px;.vid-svg{padding-left:35px;padding-top:18px}}.how-it-works-header-description{padding:5px;word-wrap:break-word;h2{font-size:16px}h2,p{font-weight:400}p{font-size:12px}}.how-it-works-pdf-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.pdf-icon-header-desc{float:left;.pdf-header-desc,.pdf-icon{display:inline-block}.pdf-header-desc{position:absolute;padding:5px;word-wrap:break-word;h2{font-size:16px;font-weight:400}p{font-size:12px;font-weight:400}}}.download-icon{float:right}}.how-it-works-video-play{display:inline-block;.close-button{float:right;cursor:pointer}}.pay-whatsapp-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.pay-whatsapp-text{color:#25d366;float:left;font-family:Roboto;font-size:16px;font-weight:700}.dynamicDataCard{background:rgba(244,119,56,.12);mix-blend-mode:normal;height:auto;max-height:64px;border-radius:4px;margin-bottom:16px}.dynamicData{padding:10px 16px 16px;display:-webkit-box;display:-ms-flexbox;display:flex}.dynamicData-content{font-family:Roboto;font-size:14px;font-weight:400;padding-top:4px;word-break:break-word;margin-left:20px;margin-right:20px}.staticDataCard{background:#eee;mix-blend-mode:normal;height:auto;max-height:100px;border-radius:4px;margin-bottom:16px}.staticData{display:-webkit-box;display:-ms-flexbox;display:flex}.timerIcon{padding:16px 0 16px 16px}.static-data-content{display:grid;margin-left:20px;margin-right:20px;padding-top:8px}.rupeeSymbol{padding:16px 0 16px 16px}.validityIcon{padding:16px 0 16px 8px}.static-data-content-first{font-family:Roboto;font-size:14px;font-weight:400}.static-data-content-second{font-family:Roboto;font-size:16px;font-weight:700;word-break:break-word}.staticDataCardLast{background:#eee;mix-blend-mode:normal;height:56px;border-radius:4px}.whatsAppIconG{float:right}.static-home-Card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.static-home-Card-header{font-family:Roboto;font-size:16px;font-weight:700;float:left}.helplineIcon{float:right}.call-center-card-text{display:grid}.call-center-card-content{float:left}.serviceCentrIcon{float:right}.service-center-details-card{display:-webkit-box;display:-ms-flexbox;display:flex;word-wrap:break-word}.service-center-details-text{float:left;width:180px}.react-switch-checkbox{height:0;width:0;visibility:hidden}.react-switch-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;width:50px;height:20px;background:#fff;border-radius:100px;position:relative;-webkit-transition:background-color .2s;transition:background-color .2s;border:1px solid #bbb}.react-switch-label .react-switch-button{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:45px;-webkit-transition:.2s;transition:.2s;background:#667eea;-webkit-box-shadow:0 0 2px 0 rgba(10,10,10,.29);box-shadow:0 0 2px 0 rgba(10,10,10,.29)}.react-switch-checkbox:checked+.react-switch-label .react-switch-button{left:calc(100% - 2px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.react-switch-label:active .react-switch-button{width:45px}.PlusMinus{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.PlusMinusbutton{border:1px solid #d6d5d4;background-color:#eee;color:#505a5f;font-size:27px;font-weight:400;text-align:center;width:40px}.finance-heading{font-size:30px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#fff;padding:20px 0;-webkit-background-clip:text;text-align:center;border-radius:10px;margin-left:72px;margin-right:72px}.finance-heading,.modernFinanceUILoginForm{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;background:linear-gradient(135deg,#667eea,#764ba2)}.modernFinanceUILoginForm{min-height:100vh;padding:20px;position:relative}.financeUI-background-decor1{position:absolute;top:20%;left:10%;width:150px;height:30px;background:linear-gradient(45deg,#ff6b6b,#feca57);border-radius:15px;opacity:.8;-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}.financeUI-background-decor2{position:absolute;top:60%;left:5%;width:100px;height:20px;background:linear-gradient(45deg,#48cae4,#023047);border-radius:10px;opacity:.6;-webkit-transform:rotate(25deg);transform:rotate(25deg)}.financeUI-background-decor3{position:absolute;top:30%;left:15%;width:80px;height:15px;background:linear-gradient(45deg,#f093fb,#f5576c);border-radius:8px;opacity:.7;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.financeUI-background-decor4{position:absolute;top:45%;left:8%;width:200px;height:35px;background:linear-gradient(45deg,#4facfe,#00f2fe);border-radius:18px;opacity:.5;-webkit-transform:rotate(15deg);transform:rotate(15deg)}.financeUI-background-decor5{position:absolute;top:20%;right:10%;width:120px;height:25px;background:linear-gradient(45deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.1));border-radius:12px;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}.financeUI-background-decor6{position:absolute;top:70%;right:15%;width:90px;height:18px;background:linear-gradient(45deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));border-radius:9px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.financeUI-background-decor7{position:absolute;top:50%;right:5%;width:160px;height:28px;background:linear-gradient(45deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.05));border-radius:14px;-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}.modernFinanceUIMainContainer{max-width:1200px;width:100%;background-color:#fff;border-radius:20px;-webkit-box-shadow:0 20px 60px rgba(0,0,0,.3);box-shadow:0 20px 60px rgba(0,0,0,.3);min-height:600px}.modernFinanceUIMainContainer,.modernFinanceUIWelcomeContent{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.modernFinanceUIWelcomeContent{-webkit-box-flex:1;-ms-flex:1;flex:1;background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;position:relative}.financeUI-Loginheading{font-size:3rem;font-weight:700;margin-bottom:20px;line-height:1.2}.financeUI-LoginSubheading{font-size:1.1rem;line-height:1.6;opacity:.9;max-width:400px}.modernFinanceUILoginFormRightContainer{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:60px 50px;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:center;-ms-flex-pack:center;justify-content:center;background-color:#fafafa}.modernLoginForm .form-field{margin-bottom:20px}.modernLoginForm input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;-webkit-transition:all .3s ease;transition:all .3s ease;background-color:#fff}.modernLoginForm input:focus{outline:none;border-color:#667eea;-webkit-box-shadow:0 0 0 3px rgba(102,126,234,.1);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.modernLoginButton{width:100%;padding:12px 24px;background:linear-gradient(45deg,#667eea,#764ba2)!important;border:none!important;border-radius:8px!important;color:#fff!important;font-size:1rem!important;font-weight:600!important;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.modernLoginButton:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 25px rgba(102,126,234,.3)!important;box-shadow:0 8px 25px rgba(102,126,234,.3)!important}.modernLoginButton:disabled{opacity:.6;cursor:not-allowed;-webkit-transform:none;transform:none}.modernLoginCard{background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;border:none!important}@media (max-width:768px){.main-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px;min-height:auto}.left-side{padding:40px 30px}.left-side h1{font-size:2.2rem}.right-side{padding:40px 30px}}.financemodule-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.financemodule-icon-image-wrapper{position:relative;bottom:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#000;border-radius:50%;padding:10px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1);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;width:50px;height:50px;z-index:2}.financemodule-image-section{width:100%;height:200px;overflow:hidden;border-radius:8px}.finance-mainlayout{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:nowrap;flex-wrap:nowrap;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;grid-gap:20px;gap:20px}.finance-mainlayout-col1{width:25%}.finance-mainlayout-col2{width:33.33%}.finance-mainlayout-col3{width:50%}.finance-mainlayout-col4{width:75%}.finance-mainlayout-col5{width:100%}.custom-sidebar{width:260px;background-color:#fff;-webkit-transition:width .3s;transition:width .3s;-webkit-box-shadow:2px 0 8px rgba(0,0,0,.05);box-shadow:2px 0 8px rgba(0,0,0,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;border-radius:6px}.custom-sidebar.open{width:300px;height:560px}.custom-sidebar.open .menu-item.active{background-color:#667eea;font-weight:700;margin:10px;border-radius:6px;color:#fff}.custom-sidebar:not(.open){width:60px;height:570px}.custom-sidebar:not(.open) .label{display:none}.custom-sidebar:not(.open) .badge{position:absolute;top:8px;right:8px}.custom-sidebar:not(.open) .submenu{display:none}.custom-sidebar:not(.open) .menu-item.active{background-color:initial;font-weight:400;margin:0;border-radius:0}.custom-sidebar-header{padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-bottom:1px solid #eee}.custom-sidebar-header .toggle-btn{background:none;border:none;cursor:pointer;color:#333;font-size:14px}.custom-sidebar-header .toggle-btn:hover{text-decoration:underline}.menu-list{list-style:none;padding:8px 0;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.menu-list li{position:relative}.menu-list li .menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 10px;cursor:pointer;color:#333;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.menu-list li .menu-item .icon{font-size:18px;margin-right:12px}.menu-list li .menu-item .label{font-size:15px;line-height:1.4;word-break:break-word;white-space:normal;-webkit-box-flex:1;-ms-flex:1;flex:1}.menu-list li .menu-item .badge{margin-left:auto;background-color:red;color:#fff;border-radius:10px;padding:2px 6px;font-size:12px}.menu-list li .menu-item:hover:not(.active){background-color:#f2f2f2}.menu-list li .submenu{list-style:none;padding-left:40px;margin-top:6px}.menu-list li .submenu .submenu-item{padding:8px 0;font-size:14px;color:#666;cursor:pointer}.menu-list li .submenu .submenu-item:hover{background-color:#f9f9f9}.collapsible-card{border-radius:6px;margin-bottom:16px;background:#fff;overflow:hidden}.collapsible-card-header{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;padding:12px 16px;cursor:pointer;position:relative;border-bottom:1px solid #eee}.collapsible-card-header:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#667eea}.collapsible-card-title{margin:0;font-size:15px;font-weight:600;padding-left:8px}.collapsible-card-arrow{font-size:14px;display:inline-block;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.collapsible-card-arrow.open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.collapsible-card-body{font-size:14px;color:#444;background:#fff;padding:15px}.finance-breadcrumb{background-color:initial;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:12px;gap:12px;font-size:14px}.finance-breadcrumb,.finance-breadcrumb .back-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.finance-breadcrumb .back-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;grid-gap:15px;gap:15px;text-decoration:none;padding:6px 12px;border-radius:4px;font-weight:500;-webkit-transition:background-color .2s;transition:background-color .2s;cursor:pointer;color:#fff}.finance-breadcrumb .back-button svg{width:18px;height:18px}.finance-breadcrumb .breadcrumb-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.finance-breadcrumb .breadcrumb-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:hsla(0,0%,100%,.8);font-weight:400;font-size:14px}.finance-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:16px 24px;color:#fff;margin-top:25px;margin-bottom:0;border-radius:6px}@media (max-width:768px){.finance-mainlayout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:15px;gap:15px}.finance-mainlayout-col1,.finance-mainlayout-col2,.finance-mainlayout-col3,.finance-mainlayout-col4,.finance-mainlayout-col5{width:100%}.custom-sidebar{width:100%;-webkit-transition:height .35s ease,padding .3s ease;transition:height .35s ease,padding .3s ease}.custom-sidebar.open{height:calc(100vh - 70px)}.custom-sidebar.open .menu-list{overflow-y:auto}.custom-sidebar.open .label,.custom-sidebar.open .menu-item,.custom-sidebar.open .submenu{opacity:1;-webkit-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.custom-sidebar:not(.open){height:60px}.custom-sidebar:not(.open) .badge,.custom-sidebar:not(.open) .label,.custom-sidebar:not(.open) .submenu{opacity:0;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;pointer-events:none}.custom-sidebar:not(.open) .menu-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;transition:all .3s ease}.menu-list{max-height:none}.menu-list li .menu-item{padding:12px 16px}.menu-list li .menu-item .icon{font-size:16px;margin-right:10px}.menu-list li .menu-item .label{font-size:14px}.finance-header{margin-top:15px;padding:12px 16px;border-radius:4px}.finance-heading{font-size:24px;margin-left:20px;margin-right:20px;padding:15px 0}}@media (max-width:480px){.custom-sidebar .menu-list li .menu-item{padding:10px 12px}.custom-sidebar .menu-list li .menu-item .icon{font-size:14px;margin-right:8px}.custom-sidebar .menu-list li .menu-item .label{font-size:13px}.custom-sidebar:not(.open){height:55px}.menu-list .menu-item{padding:10px 12px}.menu-list .menu-item .icon{font-size:14px;margin-right:8px}.menu-list .menu-item .label{font-size:13px}.custom-sidebar .menu-item{padding:10px 12px}.custom-sidebar .menu-item .icon{font-size:14px;margin-right:8px}.custom-sidebar .menu-item .label{font-size:13px}.custom-sidebar-header .toggle-btn{font-size:13px;padding:4px 8px}.finance-header{margin-top:10px;padding:10px 12px}.finance-heading{font-size:20px;margin-left:15px;margin-right:15px;padding:12px 0;letter-spacing:1px}.finance-breadcrumb{font-size:12px;grid-gap:8px;gap:8px}.finance-breadcrumb .back-button{padding:4px 8px;grid-gap:8px;gap:8px}.finance-breadcrumb .back-button svg{width:14px;height:14px}.collapsible-card-body{padding:15px}}.collapsible-card-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;border-radius:9999px;background-color:#e9f0f5;padding:4px}.collapsible-card-tab-button{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:12px;text-align:center;font-weight:500;border-radius:9999px;background-color:initial;color:#4b5563;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.collapsible-card-tab-button:hover{color:#1f2937}.collapsible-card-tab-button.active{background-color:#667eea;color:#fff;-webkit-box-shadow:0 2px 10px rgba(102,126,234,.3);box-shadow:0 2px 10px rgba(102,126,234,.3)}.collapsible-card-tab-content{padding:20px}@media screen and (max-width:1024px){.finance-mainlayout{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;grid-gap:16px!important;gap:16px!important;padding:0 16px!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.collapsible-card,.finance-mainlayout,.finance-mainlayout-col1{width:100%!important}.collapsible-card{margin:0!important}.collapsible-card-header{padding:16px!important}.finance-mainlayout-col2,.finance-mainlayout-col3,.finance-mainlayout-col4,.finance-mainlayout-col5{width:100%!important}.card,.card-body,.card-content,.employeeCard{width:100%!important;margin:0!important;padding:16px!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;background-color:red}.employeeCard .field,.employeeCard .field .field-container,.field,.field-container{width:100%!important;display:block!important}.employee-card-input input,.submit-bar button,.text-input input,input,select{width:100%!important}.finance-header{margin-top:10px!important;margin-bottom:0!important;padding:12px 16px!important}.finance-breadcrumb{padding:10px 16px!important;font-size:13px!important}.custom-sidebar.open{width:100%;height:auto}}@media screen and (min-width:1280px) and (max-width:1600px){.finance-mainlayout{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;grid-gap:20px!important;gap:20px!important;width:100%!important}.custom-sidebar{width:260px!important;height:auto!important}.custom-sidebar.open{width:300px!important;height:556px!important}.custom-sidebar:not(.open){width:260px!important;height:auto!important}.finance-mainlayout-col2,.finance-mainlayout-col3,.finance-mainlayout-col4,.finance-mainlayout-col5{width:calc(100% - 322px)!important}}.main-no-padding{padding-top:0!important}.main-home{padding-top:80px!important}body{-webkit-transition:padding-top .35s cubic-bezier(.4,0,.2,1);transition:padding-top .35s cubic-bezier(.4,0,.2,1)}.mcd-scrolled{padding-top:80px}.mcd-header-container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 32px;background:#fff}.mcd-header-container,.mcd-header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mcd-logo{height:60px;margin-right:12px}.small-logo{height:50px}.mcd-title{font-size:24px;color:#0b2c57}.mcd-header-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mcd-header-right,.mcd-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.mcd-menu{list-style:none;margin-left:20px}.mcd-menu li a{padding:8px 16px;color:#0b2c57;text-decoration:none;font-weight:500}.mcd-language-select{padding:6px 10px;border-radius:4px}.mcd-info-bar{width:100%;background:-webkit-gradient(linear, left top, left bottom, from(#003c8f), to(#0053a6));background:linear-gradient(180deg,#003c8f,#0053a6);padding:4px 0;color:#fff;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.mcd-info-icon{margin-left:145px;margin-right:8px}.mcd-info-content{overflow:hidden;white-space:nowrap;width:75%}.mcd-info-text{display:inline-block;padding-left:100%;-webkit-animation:scrollText 19s linear infinite;animation:scrollText 19s linear infinite;will-change:transform}@-webkit-keyframes scrollText{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes scrollText{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.mcd-search-box{position:absolute;bottom:-40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:8px;width:520px;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.15);box-shadow:0 3px 10px rgba(0,0,0,.15)}.mcd-search-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mcd-search-input input{border:none;outline:none;padding:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px}.mcd-search-btn{background:-webkit-gradient(linear, left top, left bottom, from(#217eff), to(#000));background:linear-gradient(180deg,#217eff,#000);color:#fff;padding:12px 24px;border-radius:30px}.mcd-quick-services{padding:80px 0 20px;text-align:center}.qs-label{font-size:15px;color:#555}.qs-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:30px;gap:30px;margin-top:10px}.qs-list li a{color:#0b2c57;font-weight:500;text-decoration:none}.mcd-footer{padding:40px;text-align:center}.mcd-footer-img{height:40px;cursor:pointer}.branding{grid-gap:15px;gap:15px}.mcd-emblem{width:55px}.branding h2{font-size:28px;margin:0;color:#036;font-weight:700}.branding p{font-size:14px;margin:0}.lang-switch{cursor:pointer;font-weight:600;padding:2px 6px}.mcd-top-bar{background:#fff;color:#000;padding:0 45px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)!important;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)!important;height:36px;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .35s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .35s cubic-bezier(.4,0,.2,1);transition:transform .35s cubic-bezier(.4,0,.2,1);transition:transform .35s cubic-bezier(.4,0,.2,1), -webkit-transform .35s cubic-bezier(.4,0,.2,1);transition:transform .35s cubic-bezier(.4,0,.2,1),-webkit-transform .35s cubic-bezier(.4,0,.2,1);will-change:transform;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.mcd-top-bar,.mcd-top-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mcd-top-left{grid-gap:8px;gap:8px}.mcd-top-right .icon-link{color:#000}.pipe{opacity:.5}.mcd-top-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:14px;gap:14px}.icon-link{color:#fff;text-decoration:none}.icon-svg{width:18px;height:18px;fill:#fff;vertical-align:middle}.mcd-header{position:relative;z-index:1000;background:#fff;padding:0 45px;border-bottom:2px solid #e6e6e6;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;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .35s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .35s ease;transition:-webkit-transform .35s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .35s ease;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease,-webkit-transform .35s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .35s ease;will-change:transform}.mcd-scrolled .mcd-top-bar{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.mcd-scrolled .mcd-header{position:fixed;top:0;left:0;right:0;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.15);box-shadow:0 2px 12px rgba(0,0,0,.15)}.branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px}.mcd-emblem{width:360px;height:auto}.mcd-title{margin:0;font-size:28px;font-weight:700;color:#036}.mcd-subtitle{margin:0;font-size:13px;color:#555}.mcd-nav{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:25px;gap:25px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.mcd-nav a{font-size:16px;color:#036;text-decoration:none;font-weight:500}.mcd-nav a:hover{color:#005bbb;text-decoration:underline}.mcd-hero-wrapper{width:100%;padding:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#f0f0f0;position:relative}.mcd-hero-container{width:96%;background:#0a2f57;position:relative}.mcd-hero-split{height:380px}.mcd-hero-left,.mcd-hero-split{display:-webkit-box;display:-ms-flexbox;display:flex}.mcd-hero-left{width:40%;position:relative;padding:56px 40px;overflow:hidden;background:radial-gradient(circle at top,#2f5f8f 0,#0d3c63 35%,#082947 100%);color:#fff;-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;text-align:center}.mcd-hero-left:after{content:"";position:absolute;top:0;right:-60px;width:120px;height:100%;background:-webkit-gradient(
|
|
2
2
|
linear,
|
|
3
3
|
left top, right top,
|
|
4
4
|
from(#0a2f57),
|
|
5
5
|
color-stop(50%, rgba(10, 47, 87, 0.7)),
|
|
6
6
|
to(rgba(10, 47, 87, 0))
|
|
7
|
-
);background:linear-gradient(90deg,#0a2f57 0,rgba(10,47,87,.7) 50%,rgba(10,47,87,0));border-radius:50%;pointer-events:none}.mcd-hero-logo{width:205px;margin-bottom:20px;background:#fff;border-radius:100px;-webkit-box-shadow:0 12px 28px rgba(0,0,0,.25);box-shadow:0 12px 28px rgba(0,0,0,.25);-webkit-transition:-webkit-box-shadow .3s ease,-webkit-transform .3s ease;transition:-webkit-box-shadow .3s ease,-webkit-transform .3s ease;transition:box-shadow .3s ease,transform .3s ease;transition:box-shadow .3s ease,transform .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease}.mcd-hero-logo:hover{-webkit-box-shadow:0 0 0 6px hsla(0,0%,100%,.35),0 14px 32px rgba(0,0,0,.35);box-shadow:0 0 0 6px hsla(0,0%,100%,.35),0 14px 32px rgba(0,0,0,.35);-webkit-transform:scale(1.02);transform:scale(1.02)}.mcd-hero-welcome-text{font-size:18px;font-weight:400;opacity:.9;margin:0 0 6px}.mcd-hero-title{font-size:40px;font-weight:700;margin:0;line-height:1.2}.mcd-hero-right{position:relative;overflow:hidden;width:60%}.mcd-hero-right:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 55%,rgba(0,0,0,.18) 100%);pointer-events:none}.mcd-hero-container{border-radius:28px;overflow:hidden;-webkit-box-shadow:0 16px 40px rgba(0,0,0,.12);box-shadow:0 16px 40px rgba(0,0,0,.12)}.mcd-hero-overlap-img{position:absolute;top:-40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:160px;z-index:10;pointer-events:none}.mcd-hero-main-img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block}@-webkit-keyframes fadeUpSlow{0%{opacity:0;-webkit-transform:translateY(16px);transform:translateY(16px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeUpSlow{0%{opacity:0;-webkit-transform:translateY(16px);transform:translateY(16px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.hero-animate .mcd-hero-logo,.hero-animate .mcd-hero-welcome-text{-webkit-animation:fadeUpSlow .9s ease-out forwards;animation:fadeUpSlow .9s ease-out forwards}.hero-animate .mcd-hero-welcome-text{-webkit-animation-delay:.2s;animation-delay:.2s}.hero-animate .mcd-hero-title{-webkit-animation:fadeUpSlow .9s ease-out forwards;animation:fadeUpSlow .9s ease-out forwards;-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes imageFadeSlow{0%{opacity:0;-webkit-transform:scale(1.04);transform:scale(1.04)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes imageFadeSlow{0%{opacity:0;-webkit-transform:scale(1.04);transform:scale(1.04)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.hero-animate .mcd-hero-main-img{-webkit-animation:imageFadeSlow 1.1s ease-out forwards;animation:imageFadeSlow 1.1s ease-out forwards}@media (prefers-reduced-motion:reduce){.hero-animate *{-webkit-animation:none!important;animation:none!important}}@media (max-width:768px){.mcd-hero-split{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mcd-hero-left,.mcd-hero-right{width:100%}.mcd-hero-left{padding:48px 24px}.mcd-hero-main-img{height:260px}}.mcd-search-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:-40px;z-index:100;position:relative}.mcd-search-box{width:600px;max-width:90%;background:#fff;border-radius:50px;-webkit-box-shadow:0 8px 25px rgba(0,0,0,.15);box-shadow:0 8px 25px rgba(0,0,0,.15);padding:6px 20px;grid-gap:7px;gap:7px}.mcd-search-box,.mcd-search-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mcd-search-icon{height:45px;width:45px;background:#eef3ff;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mcd-search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;outline:none;font-size:16px}.mcd-search-btn{background:-webkit-gradient(linear, left top, left bottom, from(#003c8f), to(#0053a6));background:linear-gradient(180deg,#003c8f,#0053a6);color:#fff!important;border:none;padding:10px 26px;border-radius:40px;font-weight:600;cursor:pointer;-webkit-transition:.2s;transition:.2s}.mcd-suggested-wrapper{width:100%;max-width:900px;margin:50px auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:12px;gap:12px;padding:10px 0}.mcd-suggested-label{font-size:14px;font-weight:600;color:#6b7280}.mcd-suggested-btn{background:#fff;border:1px solid #dbe3f0;border-radius:999px;padding:8px 18px;font-size:14px;font-weight:500;color:#0b4fa3;cursor:pointer;white-space:nowrap;-webkit-transition:border-color .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:border-color .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease}.mcd-suggested-btn:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);border-color:#0b4fa3;-webkit-box-shadow:0 10px 24px rgba(0,0,0,.12);box-shadow:0 10px 24px rgba(0,0,0,.12)}.mcd-suggested-btn:active{-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 6px 16px rgba(0,0,0,.15);box-shadow:0 6px 16px rgba(0,0,0,.15)}.mcd-suggested-btn.focus-visible,.mcd-suggested-btn:focus-visible{outline:none;-webkit-box-shadow:0 0 0 3px rgba(11,79,163,.3),0 10px 24px rgba(0,0,0,.12);box-shadow:0 0 0 3px rgba(11,79,163,.3),0 10px 24px rgba(0,0,0,.12)}@media (max-width:768px){.mcd-suggested-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:10px;gap:10px;padding-bottom:20px}.mcd-suggested-btn{padding:8px 14px;font-size:13px}}.mcd-quick-wrapper{width:100%;background:-webkit-gradient(linear, left top, left bottom, from(#003c8f), to(#0053a6));background:linear-gradient(180deg,#003c8f,#0053a6);padding:50px 0;text-align:center;margin-top:30px}.mcd-quick-title{font-size:22px;font-weight:700;color:#fff;margin-bottom:35px}.mcd-quick-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.mcd-quick-card{background:#fff;height:64px;border-radius:10px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 18px;cursor:pointer;-webkit-transition:.25s ease;transition:.25s ease}.mcd-quick-card:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 6px 16px rgba(0,0,0,.14);box-shadow:0 6px 16px rgba(0,0,0,.14)}.mcd-quick-icon{background:#eef3ff;width:38px;height:38px;min-width:38px;border-radius:8px;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;font-size:18px;margin-right:16px}.mcd-quick-text{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left;font-size:15px;font-weight:600;color:#2d3b55}.mcd-quick-arrow{font-size:22px;font-weight:700;color:#4e5b78}@media (max-width:900px){.mcd-quick-grid{grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}}@media (max-width:600px){.mcd-quick-grid{grid-template-columns:1fr}.mcd-quick-card{height:60px}}.services-section{padding:40px 0;text-align:center}.services-title{font-size:28px;font-weight:700;margin-bottom:30px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;padding:0 40px}.service-card{background:#fff;border-radius:12px;padding-bottom:25px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08);position:relative;overflow:hidden;cursor:pointer;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s;transition:transform .2s,-webkit-transform .2s}.service-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.service-wave-drop{position:absolute;top:12px;left:12px;z-index:3;background:hsla(0,0%,100%,.85);border-radius:50%;padding:6px;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.15);box-shadow:0 2px 6px rgba(0,0,0,.15)}.service-card:hover .service-wave-drop{-webkit-transform:scale(1.08);transform:scale(1.08);-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease, -webkit-transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}.service-banner{width:100%;height:150px;-o-object-fit:cover;object-fit:cover}.service-icon-badge{width:60px;height:60px;background:#fff;border-radius:50%;position:absolute;top:120px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1);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}.service-icon-badge img{width:32px;height:32px}.services-footer{margin-top:30px}.view-all-btn{border:1px solid #1a73e8;color:#1a73e8;padding:12px 28px;border-radius:30px;font-size:16px}.view-all-btn:hover{background:#1a73e8}@media (max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.services-grid{grid-template-columns:1fr}}.mcd-service-wrapper{width:100%;padding:40px 0;background:#f7faff;text-align:center}.mcd-service-title{font-size:22px;font-weight:700;color:#002b5c;margin-bottom:25px}.mcd-service-grid{max-width:90%;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.mcd-service-card{background:#fff;height:70px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 18px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08);cursor:pointer;-webkit-transition:.25s ease;transition:.25s ease}.mcd-service-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 6px 16px rgba(0,0,0,.12);box-shadow:0 6px 16px rgba(0,0,0,.12)}.mcd-service-icon{width:40px;height:40px;background:#eef3ff;border-radius:8px;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;font-size:18px;margin-right:14px}.mcd-service-text{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left;font-size:15px;font-weight:600;color:#2d3b55}.mcd-service-arrow{font-size:22px;font-weight:700;color:#4e5b78}@media (max-width:1024px){.mcd-service-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.mcd-service-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.mcd-service-grid{grid-template-columns:1fr}}.service-expand-btn-wrapper{text-align:center;margin-top:20px}.service-expand-btn{background:#fff;border:1px solid #1a73e8;color:#1a73e8;padding:10px 26px;border-radius:25px;font-size:16px;cursor:pointer;-webkit-transition:.2s ease;transition:.2s ease}.service-expand-btn:hover{background:#1a73e8;color:#fff}.news-events-container{background:#f3f6fb;padding:60px 0 100px}.news-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:28px;color:#1f1f1f}.featured-news{width:92%;margin:0 auto;padding:32px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:32px;gap:32px;border-radius:14px;-webkit-box-shadow:0 6px 28px rgba(0,0,0,.1);box-shadow:0 6px 28px rgba(0,0,0,.1);position:relative;z-index:10}.featured-left{-webkit-box-flex:1.15;-ms-flex:1.15;flex:1.15;position:relative}.featured-img{width:100%;height:340px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.latest-tag{position:absolute;top:18px;left:18px;background:#0094ff;padding:6px 12px;color:#fff;border-radius:6px;font-size:13px;font-weight:600}.featured-right{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}.featured-heading{font-size:22px;font-weight:700;margin-bottom:12px}.featured-date{font-size:14px;color:#7d7d7d;margin-bottom:12px}.featured-desc{font-size:15px;color:#474747;line-height:1.6;margin-bottom:20px}.read-more{color:#0074ff;font-weight:600}.news-slider-section{background:-webkit-gradient(linear, left top, left bottom, from(#005cc8), to(#003e85));background:linear-gradient(180deg,#005cc8,#003e85);margin-top:-22px;padding:80px 0 60px;position:relative;z-index:5}.slider{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:26px;gap:26px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 80px;-webkit-transition:.3s ease;transition:.3s ease}.news-card{width:290px;background:#fff;border-radius:14px;-webkit-box-shadow:0 4px 18px rgba(0,0,0,.18);box-shadow:0 4px 18px rgba(0,0,0,.18);cursor:pointer;overflow:hidden;-webkit-transition:.25s ease;transition:.25s ease}.news-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.news-card-img{width:100%;height:150px;-o-object-fit:cover;object-fit:cover}.news-card-title{font-size:15px;font-weight:600;padding:12px;min-height:55px;text-align:left}.news-card-date{font-size:13px;color:#666;padding:0 12px 14px}.highlight-card{border:2px solid #007aff;-webkit-box-shadow:0 0 14px rgba(0,122,255,.4);box-shadow:0 0 14px rgba(0,122,255,.4);-webkit-transform:scale(1.03);transform:scale(1.03)}.slide-btn{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:48px;height:48px;background:#fff;border:none;border-radius:50%;font-size:26px;cursor:pointer;-webkit-box-shadow:0 4px 18px rgba(0,0,0,.25);box-shadow:0 4px 18px rgba(0,0,0,.25);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;z-index:999;-webkit-transition:.3s ease;transition:.3s ease}.slide-btn.left{left:55px}.slide-btn.right{right:55px}.slide-btn:hover{background:#007bff;color:#fff}.news-footer{position:relative;margin-top:-45px;text-align:center;z-index:10}.view-all-btn{padding:12px 34px;border-radius:24px;background:#fff;color:#007aff;border:1px solid #007aff;font-size:15px;cursor:pointer;position:relative;-webkit-box-shadow:0 6px 18px rgba(0,0,0,.15);box-shadow:0 6px 18px rgba(0,0,0,.15);-webkit-transition:.3s ease;transition:.3s ease;-webkit-transform:translateY(50%);transform:translateY(50%)}.view-all-btn:hover{background:#007aff;color:#fff}.stats-section{background:-webkit-gradient(linear, left top, left bottom, from(#005cc8), to(#004a9a));background:linear-gradient(180deg,#005cc8,#004a9a);padding:80px 0}.stats-container{width:90%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:30px;gap:30px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:992px){.stats-container{-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:20px;gap:20px}}@media (max-width:600px){.stats-card{padding:30px 20px}.stats-value{font-size:26px}}.videos-section{padding:60px 0;text-align:center;background:#fff}.videos-title{font-size:26px;font-weight:700;margin-bottom:40px;color:#1a1a1a}.videos-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:40px;gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.video-card{background:#fff;padding:12px;border-radius:16px;-webkit-box-shadow:0 6px 20px rgba(0,0,0,.1);box-shadow:0 6px 20px rgba(0,0,0,.1);-webkit-transition:all .3s ease;transition:all .3s ease;width:500px}.video-card:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 12px 30px rgba(0,0,0,.18);box-shadow:0 12px 30px rgba(0,0,0,.18)}.video-card iframe{width:100%;height:280px;border-radius:12px;border:none}@media (max-width:768px){.video-card{width:90%}.video-card iframe{height:220px}}.footer-wrapper{background:#003c8f;color:#fff;padding:0 0 15px;font-family:Inter,sans-serif}.footer-logos{width:100%;background:#fff;padding:25px 0;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;grid-gap:60px;gap:60px;border-bottom:1px solid #e5e5e5}.footer-logos img{height:55px;-o-object-fit:contain;object-fit:contain;opacity:1}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;padding:0 90px;grid-gap:40px;gap:40px}.footer-grid h3{font-size:17px;margin-bottom:16px;font-weight:600}.footer-grid p{margin:4px 0;font-size:14px;opacity:.92;line-height:1.5}.contact-btn{margin-top:18px;background:transparent;border:1px solid #fff;color:#fff;padding:8px 22px;border-radius:20px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.contact-btn:hover,.feedback-btn{background:#fff;color:#003c8f}.feedback-btn{margin-top:10px;padding:8px 18px;border-radius:22px;border:none;cursor:pointer;-webkit-transition:.3s ease;transition:.3s ease}.feedback-btn:hover{background:#d8e7ff}.app-img{display:block;height:45px;margin-top:12px}.footer-bottom{text-align:center;margin-top:40px}.footer-bottom .copyright{font-size:14px;opacity:.9;line-height:1.6;margin-bottom:8px}.social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:15px;gap:15px;margin-top:10px}.social-icons svg{color:#fff;font-size:18px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.social-icons svg:hover{opacity:.6}.stats-card{position:relative;background:#fff;padding:40px 30px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:260px;border-radius:20px;text-align:center;-webkit-box-shadow:0 6px 18px rgba(0,0,0,.15);box-shadow:0 6px 18px rgba(0,0,0,.15);-webkit-transition:all .28s ease;transition:all .28s ease;overflow:hidden}.stats-card:hover{-webkit-transform:translateY(-8px) scale(1.03);transform:translateY(-8px) scale(1.03);-webkit-box-shadow:0 12px 24px rgba(0,0,0,.22);box-shadow:0 12px 24px rgba(0,0,0,.22)}.stats-value{font-size:32px;font-weight:800;color:#eb1f74;margin-bottom:12px}.stats-title,.stats-value{position:relative;z-index:3}.stats-title{font-size:18px;font-weight:700;color:#003c80;margin-bottom:10px}.stats-desc{font-size:14px;color:#000;line-height:1.5;position:relative;z-index:3}.stats-card:before{bottom:-20px;left:-10%;width:150%;height:140px;background:linear-gradient(135deg,#5cb6ff,#0077d8);border-radius:40%;opacity:.45;-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}.stats-card:after,.stats-card:before{content:"";position:absolute;z-index:1}.stats-card:after{bottom:-40px;right:-15%;width:170%;height:180px;background:linear-gradient(135deg,#0059a8,#003d73);border-radius:45%;opacity:.55;-webkit-transform:rotate(6deg);transform:rotate(6deg)}.stats-card .wave-lines{position:absolute;bottom:25px;left:12%;width:75%;height:60px;background:repeating-linear-gradient(90deg,rgba(0,120,190,.22),rgba(0,120,190,.22) 2px,transparent 0,transparent 10px);opacity:.3;-webkit-transform:skewX(-20deg);transform:skewX(-20deg);z-index:2}.pattern-soft-curves{position:relative;overflow:hidden;background:#fff;border-radius:16px}.pattern-soft-curves:before{content:"";position:absolute;width:140%;height:140%;top:-30%;left:-20%;background:radial-gradient(circle at 30%,at 30%,rgba(0,160,255,.18),transparent 60%);background:radial-gradient(circle at 30% 30%,rgba(0,160,255,.18),transparent 60%);-webkit-filter:blur(40px);filter:blur(40px)}.pattern-soft-curves:after{content:"";position:absolute;width:160%;height:100%;bottom:-50%;left:-20%;background:radial-gradient(circle at 70%,at 80%,rgba(0,90,200,.18),transparent 0);background:radial-gradient(circle at 70% 80%,rgba(0,90,200,.18),transparent 70%);-webkit-filter:blur(38px);filter:blur(38px)}.pattern-sine-lines{position:relative;overflow:hidden}.pattern-sine-lines:before{content:"";position:absolute;bottom:20px;width:100%;height:40px;background:repeating-linear-gradient(90deg,rgba(0,130,200,.25),rgba(0,130,200,.25) 2px,transparent 0,transparent 14px);-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:.4}.pattern-paper{position:relative;overflow:hidden}.pattern-paper:before{content:"";position:absolute;width:120%;height:50%;bottom:0;left:0;background:-webkit-gradient(linear, left top, left bottom, from(#dff1ff), to(#b6daf7));background:linear-gradient(180deg,#dff1ff,#b6daf7);border-top-left-radius:50% 40%;border-top-right-radius:50% 40%}.pattern-paper:after{content:"";position:absolute;width:140%;height:65%;bottom:-20%;left:-10%;background:-webkit-gradient(linear, left top, left bottom, from(#9bccff), to(#4f8fe3));background:linear-gradient(180deg,#9bccff,#4f8fe3);border-top-left-radius:60% 40%;border-top-right-radius:60% 40%;opacity:.6}.pattern-blob{position:relative;overflow:hidden}.pattern-blob:before{content:"";position:absolute;width:130%;height:130%;top:-20%;left:-10%;background:radial-gradient(circle,rgba(0,122,255,.25) 0,rgba(0,122,255,.05) 70%,transparent 100%);border-radius:40%;-webkit-transform:rotate(20deg);transform:rotate(20deg)}.card-diagonal{position:relative;overflow:hidden}.card-diagonal:before{content:"";position:absolute;top:0;right:-40%;width:120%;height:120%;background:linear-gradient(135deg,#d8e8ff,#c6dcff);-webkit-transform:skewX(-18deg);transform:skewX(-18deg);opacity:.5}.card-double-wave{position:relative;overflow:hidden}.card-double-wave:before{content:"";position:absolute;bottom:-25px;left:0;width:140%;height:90px;background:#d6eaff;border-radius:50%;opacity:.7}.card-double-wave:after{content:"";position:absolute;bottom:-45px;left:-10%;width:150%;height:120px;background:#bcd7ff;border-radius:50%;opacity:.55}.card-grid{background-image:linear-gradient(90deg,rgba(0,0,0,.06) 1px,transparent 0),linear-gradient(180deg,rgba(0,0,0,.06) 1px,transparent 0);background-size:18px 18px}.card-soft-wave{position:relative;overflow:hidden}.card-soft-wave:after{content:"";position:absolute;bottom:-15px;left:0;width:120%;height:80px;background:linear-gradient(135deg,#d7eaff,#b6d7ff);border-radius:50%;opacity:.8}.card-glass{background:hsla(0,0%,100%,.25);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.35);border-radius:14px}.card-stripes{background-image:repeating-linear-gradient(135deg,rgba(0,0,0,.03),rgba(0,0,0,.03) 2px,transparent 0,transparent 8px)}.card-shine{background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0.3)));background:linear-gradient(180deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,.3))}.card-dots{background-image:radial-gradient(rgba(0,0,0,.05) 1px,transparent 0);background-size:10px 10px}.card-gradient-border{position:relative;background:#fff;border-radius:12px}.card-gradient-border:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(135deg,#004aad,#1ec0ff);border-radius:inherit;z-index:-1}.card-mini-wave:before{content:"";position:absolute;top:-10px;left:0;width:120%;height:40px;background:radial-gradient(circle at 50%,at 100%,#0077d8 0,transparent 41%);background:radial-gradient(circle at 50% 100%,#0077d8 40%,transparent 41%)}.card-diagonal{background:linear-gradient(135deg,#fff 50%,#e7f3ff 0)}.card-inner-shadow{background:#fff;-webkit-box-shadow:inset 0 8px 20px rgba(0,0,0,.07);box-shadow:inset 0 8px 20px rgba(0,0,0,.07)}.pattern-mesh{background:radial-gradient(circle at 30%,at 40%,#d8f1ff,transparent 60%),radial-gradient(circle at 80%,at 80%,#c4e4ff,transparent 0);background:radial-gradient(circle at 30% 40%,#d8f1ff,transparent 60%),radial-gradient(circle at 80% 80%,#c4e4ff,transparent 60%)}.pattern-waves{position:relative;background:#e9f6ff;overflow:hidden}.pattern-waves:before{content:"";position:absolute;bottom:-20px;left:-10%;width:100%;height:120px;background:#8cc9ff;border-radius:40%;opacity:.45}.pattern-waves:after{content:"";position:absolute;bottom:-50px;left:-20%;width:160%;height:140px;background:#3b82f6;border-radius:45%;opacity:.6}.pattern-stripes{background:repeating-linear-gradient(135deg,rgba(0,42,97,.06),rgba(0,42,97,.06) 3px,transparent 0,transparent 12px)}.pattern-microlines{background:repeating-linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.05) 1px,transparent 0,transparent 8px)}.wave-animated{position:relative;overflow:hidden}.wave-animated:after,.wave-animated:before{content:"";position:absolute;bottom:0;left:-10%;width:130%;height:120px;background:var(--mcd-blue-2);opacity:.18;border-radius:50%;-webkit-animation:waveMove 6s ease-in-out infinite;animation:waveMove 6s ease-in-out infinite}.wave-animated:after{background:var(--mcd-blue-3);opacity:.25;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-delay:-1.5s;animation-delay:-1.5s}@-webkit-keyframes waveMove{0%{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}50%{-webkit-transform:translateX(-25px) rotate(-2deg);transform:translateX(-25px) rotate(-2deg)}to{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}}@keyframes waveMove{0%{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}50%{-webkit-transform:translateX(-25px) rotate(-2deg);transform:translateX(-25px) rotate(-2deg)}to{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}}.service-card-title{padding-bottom:6vh}.service-title{position:absolute;bottom:12px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#1a1a1a}.playlist-btn,.service-title{font-weight:600;font-size:16px}.playlist-btn{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;grid-gap:10px;gap:10px;margin:30px auto 0;padding:12px 28px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:#0057c2;color:#fff;text-decoration:none;border-radius:30px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);-webkit-transition:.3s ease;transition:.3s ease}.playlist-btn:hover{background:#003c8f;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.yt-icon{width:22px;height:22px}.playlist-btn-outline{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;grid-gap:10px;gap:10px;margin:30px auto 0;padding:12px 28px;background:#fff;color:#0057c2;border:2px solid #0057c2;border-radius:30px;font-size:16px;font-weight:600;text-decoration:none;-webkit-transition:.3s ease;transition:.3s ease}.playlist-btn-outline:hover{background:#0057c2;color:#fff}.playlist-btn-red{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;grid-gap:10px;gap:10px;margin:30px auto 0;padding:12px 28px;background:red;color:#fff;border-radius:30px;font-size:16px;font-weight:600;text-decoration:none;-webkit-box-shadow:0 4px 12px rgba(255,0,0,.4);box-shadow:0 4px 12px rgba(255,0,0,.4);-webkit-transition:.3s ease;transition:.3s ease}.playlist-btn-red:hover{background:#c00;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.playlist-btn-gradient{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;grid-gap:10px;gap:10px;margin:30px auto 0;padding:12px 30px;background:-webkit-gradient(linear, left top, right top, from(#003C8F), to(#0057C2));background:linear-gradient(90deg,#003c8f,#0057c2);color:#fff;border-radius:35px;font-size:16px;font-weight:600;text-decoration:none;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.2);box-shadow:0 4px 16px rgba(0,0,0,.2);-webkit-transition:.3s ease;transition:.3s ease}.playlist-btn-gradient:hover{background:-webkit-gradient(linear, left top, right top, from(#002F70), to(#004EAF));background:linear-gradient(90deg,#002f70,#004eaf);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.footer-separator{width:90%;height:1px;background-color:hsla(0,0%,100%,.3);margin:20px auto;border:none}.header-login-dropdown{position:relative;display:inline-block}.login-dropdown-menu{position:absolute;top:110%;right:0;background:#fff;border-radius:6px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);width:180px;z-index:999}.dropdown-item{display:block;padding:10px 14px;font-size:14px;color:#333;text-decoration:none}.dropdown-item:hover{background:#f5f5f5}.djb-contact-wrapper{padding:60px 80px;background:#f8f9fb}.djb-contact-title{text-align:center;font-size:32px;margin-bottom:40px}.djb-contact-title span{color:#0b5cab}.djb-contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}.djb-contact-info{background:#fff;padding:30px;border-radius:10px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.08)}.info-item{margin-bottom:20px}.info-item .icon{width:42px;height:42px;background:#eaf2fb;font-size:18px}.info-item h4{margin:0;font-size:16px}.info-item p{margin:4px 0 0;color:#555;font-size:14px}.djb-map{margin-top:20px}.djb-contact-form{background:#fff;padding:30px;border-radius:10px}.djb-contact-form form{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:16px;gap:16px}.form-row{grid-gap:16px;gap:16px}.djb-contact-form input,.djb-contact-form textarea{font-size:14px}.djb-submit-btn{margin-top:10px;padding:10px 28px;cursor:pointer;font-size:14px}.djb-submit-btn:hover{background:#094a8c}@media (max-width:900px){.djb-contact-grid{grid-template-columns:1fr}.djb-contact-wrapper{padding:40px 20px}}.djb-legacy-contact{background:#fff;padding:40px 80px}.legacy-container{max-width:1100px;margin:0 auto;font-size:14px;color:#111}.legacy-address{margin-bottom:20px;line-height:1.6}.djb-legacy-contact h4{margin:22px 0 12px;font-size:15px;font-weight:600}.legacy-list{list-style:none;margin:0;padding:0 0 0 20px;line-height:1.7}.legacy-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;margin-bottom:10px;line-height:1.5}.legacy-list svg{-ms-flex-negative:0;flex-shrink:0}.legacy-links a:hover{text-decoration:underline}.new-tag{color:#d93025;font-size:12px;margin-left:6px}.djb-two-column{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}.djb-contact-section{padding:40px 80px}.section-top{background:#fff}.section-bottom{background:#f8f9fb}.djb-left,.djb-right{background:#fff;padding:24px;border-radius:10px;-webkit-box-shadow:0 4px 18px rgba(0,0,0,.08);box-shadow:0 4px 18px rgba(0,0,0,.08)}.section-title{font-size:18px;font-weight:600;color:#0b5cab;margin-bottom:20px;border-bottom:1px solid #e6eef8;padding-bottom:8px}.legacy-highlight{background:#eef5ff;padding:14px;margin:16px 0;border-left:4px solid #0b5cab}.legacy-list li{margin-bottom:6px}.legacy-links a{color:#0b5cab;font-weight:500;text-decoration:none}.new-tag{color:red;font-weight:700}.djb-contact-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.djb-contact-form,.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:14px;gap:14px}.form-row input{-webkit-box-flex:1;-ms-flex:1;flex:1}.djb-contact-form input,.djb-contact-form textarea{padding:12px;border:1px solid #dcdcdc;border-radius:6px}.djb-submit-btn{-ms-flex-item-align:center;align-self:center;padding:10px 30px;border-radius:22px;background:#0b5cab;color:#fff;border:none}.info-item{grid-gap:14px;gap:14px;margin-bottom:16px}.info-item,.info-item .icon{display:-webkit-box;display:-ms-flexbox;display:flex}.info-item .icon{width:40px;height:40px;background:#eef5ff;border-radius:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.djb-map{border-radius:8px;overflow:hidden}@media (max-width:900px){.djb-two-column{grid-template-columns:1fr}.djb-contact-section{padding:30px 20px}}.contact-info-card{background:#fff;padding:32px;border-radius:12px;-webkit-box-shadow:0 8px 30px rgba(0,0,0,.08);box-shadow:0 8px 30px rgba(0,0,0,.08)}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.info-box{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:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:24px 16px;border-radius:10px;background:#f7faff;-webkit-transition:background .2s ease,-webkit-box-shadow .2s ease;transition:background .2s ease,-webkit-box-shadow .2s ease;transition:background .2s ease,box-shadow .2s ease;transition:background .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.info-box:hover{background:#eef5ff;-webkit-box-shadow:0 6px 20px rgba(0,0,0,.12);box-shadow:0 6px 20px rgba(0,0,0,.12)}.info-box .icon{width:48px;height:48px;margin:0 auto 12px;background:#e6f0ff;border-radius:50%;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;font-size:20px}.info-box:hover .icon{background:#dce9ff}.info-box h4{margin-bottom:8px;color:#0b5cab}.info-box p{font-size:14px;color:#333}@media (max-width:768px){.info-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);z-index:9999}.modal-content{width:80%;height:80%;background:#fff;margin:5% auto;position:relative;border-radius:8px}.modal-content iframe{width:100%;height:100%}.modal-close{position:absolute;top:8px;right:12px;font-size:18px;background:none;border:none;cursor:pointer}.mcd-nav .nav-hover-btn{padding:8px 16px;border-radius:999px;font-size:14px;font-weight:500;color:#003a8f;text-decoration:none;-webkit-transition:all .25s ease;transition:all .25s ease}.mcd-nav .nav-hover-btn:hover{background:#003a8f;color:#fff;text-decoration:none;-webkit-box-shadow:0 4px 10px rgba(0,58,143,.25);box-shadow:0 4px 10px rgba(0,58,143,.25)}.djb-layout{display:grid;grid-template-columns:260px 1fr;grid-gap:24px;gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.djb-side-nav{-webkit-box-shadow:0 4px 14px rgba(0,0,0,.1);box-shadow:0 4px 14px rgba(0,0,0,.1)}.side-nav-title{background:#0b4da2;padding:12px 16px;font-size:15px}.djb-side-nav button{display:block;width:100%;padding:12px 16px;background:#fff;text-align:left;font-size:14px;cursor:pointer;border:none;border-bottom:1px solid #e5e7eb;-webkit-transition:background .2s ease;transition:background .2s ease}.djb-side-nav button:hover{background:#f3f6fb}.djb-side-nav button.active{background:#ffc107;font-weight:600}.djb-content{min-width:0}@media (max-width:900px){.djb-layout{grid-template-columns:1fr}.djb-side-nav{position:relative;top:auto}}.about-hero{background:linear-gradient(135deg,#0b5cab,#083a73);color:#fff;padding:70px 20px;text-align:center}.about-container{padding:40px 80px;background:#fff}.about-section{margin-bottom:36px}.about-section h2{color:#0b5cab;font-size:24px;margin-bottom:12px;border-bottom:2px solid #e6eef7;padding-bottom:6px}.about-list{padding-left:20px;line-height:1.8}.about-table-wrapper{overflow-x:auto}.about-table{width:100%;border-collapse:collapse}.about-table td,.about-table th{border:1px solid #ddd;padding:10px}.about-table th{background:#f3f7fb}body{background:#f4f6f8}.djb-page-wrapper{margin:0 35px;padding:24px 16px 60px}.djb-page-title{font-size:26px;font-weight:600;color:#0b5cab;margin-bottom:20px}.djb-section{padding:20px 24px}.djb-section-title{font-size:18px;font-weight:600;color:#083a73;margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid #e3e9f1}.djb-section p{font-size:14.5px;line-height:1.75;color:#333;margin-bottom:10px}.djb-list{padding-left:18px;margin-top:8px}.djb-list li{font-size:14.5px;line-height:1.7;margin-bottom:6px;color:#333}.djb-table{width:100%;border-collapse:collapse;margin-top:12px;font-size:14px}.djb-table th{background:#f1f5fb;color:#083a73;font-weight:600;padding:10px;border:1px solid #d9e1ec;text-align:left}.djb-table td{padding:10px;border:1px solid #e0e0e0;color:#333}.djb-table tr:nth-child(2n){background:#fafbfd}.djb-table-wrapper{border:1px solid #e2e6ea;border-radius:4px;overflow-x:auto;margin-top:10px}@media (max-width:768px){.djb-page-title{font-size:22px}.djb-section{padding:16px}.djb-section-title{font-size:17px}.djb-list li,.djb-section p{font-size:14px}.djb-table{font-size:13px}}.djb-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px;margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.djb-tabs button{padding:8px 14px;background:#f1f5fb;border:1px solid #d6e0ef;border-radius:4px;cursor:pointer;font-size:14px;color:#083a73}.djb-tabs button.active{background:#0b5cab;color:#fff;border-color:#0b5cab}.djb-section{background:#fff;border:1px solid #e2e6ea;border-radius:4px;padding:20px;margin-bottom:20px}.djb-table tbody tr:hover{background:#f1f8ff}.djb-table td:last-child{font-weight:600;color:#076db1}.djb-revenue-table .revenue-cell{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:6px;gap:6px}.revenue-value{font-weight:600;color:#076db1}.revenue-bar{width:100%;height:8px;background:#e6eef7;border-radius:4px;overflow:hidden}.revenue-bar .bar{height:100%;background:-webkit-gradient(linear, left top, right top, from(#076db1), to(#2fa4ff));background:linear-gradient(90deg,#076db1,#2fa4ff);border-radius:4px;-webkit-transition:width .4s ease;transition:width .4s ease}.bar-36{width:36%}.bar-52{width:52%}.bar-68{width:68%}.bar-69{width:69%}.bar-81{width:81%}.bar-86{width:86%}.bar-91{width:91%}.bar-96{width:96%}.bar-100{width:100%}.djb-revenue-table tbody tr:hover .bar{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.djb-about-layout{grid-template-columns:260px 1fr;grid-gap:30px;gap:30px}.djb-side-nav{border-radius:6px;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.12);box-shadow:0 4px 10px rgba(0,0,0,.12);overflow:hidden}.side-nav-title{background:#0b4ea2;color:#fff;padding:14px 16px;font-weight:600}.djb-side-nav li{padding:12px 16px;border-bottom:1px solid #e0e0e0;cursor:pointer}.djb-side-nav li:hover{background:#f5f7fa}.djb-side-nav li.active{background:#f1f8ff;font-weight:600}.djb-about-content{width:100%;background:#fff;padding-top:10px!important;overflow:hidden}@media (max-width:900px){.djb-about-layout{grid-template-columns:1fr}}.djb-about-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:24px;gap:24px;margin-top:20px}.djb-side-nav{background:#fff;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.12);box-shadow:0 4px 12px rgba(0,0,0,.12);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:sticky;top:110px}.side-nav-header{background:#0b4fa3;color:#fff;padding:12px 16px;font-size:15px;font-weight:600;border-radius:8px 8px 0 0}.djb-side-nav ul{list-style:none;padding:0;margin:0}.djb-side-nav li{border-bottom:1px solid #e5e5e5}.djb-side-nav li button{width:100%;background:none;border:none;text-align:left;padding:12px 16px;font-size:14px;cursor:pointer}.djb-side-nav li.active button{background:#f1f8ff;font-weight:600}.djb-side-nav li button:hover{background:#f4f7ff}@media (max-width:900px){.djb-about-layout{grid-template-columns:1fr}.djb-side-nav{position:relative;top:0}}.org-page{width:100%}.org-scroll{overflow-x:auto;overflow-y:hidden}.org-scroll,.org-tree{width:100%;max-width:100%}.org-tree{margin:0 auto}.org-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.org-box,.org-node{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.org-box{border:2px solid #0b5fa5;padding:6px 12px;border-radius:6px;font-size:12.5px;font-weight:600;color:#0b5fa5;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;grid-gap:6px;gap:6px;white-space:nowrap;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.08);box-shadow:0 2px 6px rgba(0,0,0,.08);max-width:160px;white-space:normal;text-align:center;word-break:break-word}.level-0{background:#0b5fa5;color:#fff;font-size:14px;font-weight:700}.level-1{background:#eaf2fb}.level-2{background:#f4f8fc}.level-2+.org-children,.level-3+.org-children{-ms-flex-wrap:wrap;flex-wrap:wrap}.org-children{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:14px;gap:14px;margin-top:16px;padding-top:14px;max-width:100%}.org-children:before,.org-node>.org-children>.org-node:before{left:50%;width:2px;height:14px;background:#0b5fa5}.org-node>.org-children>.org-node:before{content:"";position:absolute;top:-14px}.svg-org-wrapper{width:100%;overflow-x:auto;padding:16px}.svg-node.level-0,svg text{fill:#0b5fa5}svg text{font-size:12px;font-weight:600}.svg-node.level-0+text{fill:#fff}.orgchart-viewport{width:100%;height:calc(100vh - 260px);overflow:auto;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.orgchart-svg{width:100%;height:100%}.svg-node{fill:#fff;stroke:#0b5fa5;stroke-width:2}.svg-text{font-size:12px;font-weight:600;fill:#0b5fa5;pointer-events:none}:root{--primary-color:#667eea;--primary-dark:#5a67d8;--secondary-color:#f093fb;--accent-color:#4facfe;--success-color:#48bb78;--warning-color:#f6ad55;--danger-color:#fc8181;--dark:#1a202c;--gray-100:#f7fafc;--gray-200:#edf2f7;--gray-300:#e2e8f0;--gray-400:#cbd5e0;--gray-500:#a0aec0;--gray-600:#718096;--gray-700:#4a5568;--gray-800:#2d3748;--shadow-sm:0 1px 3px 0 rgba(0,0,0,0.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1)}.org-chart-container{width:100%;background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:24px;overflow-x:auto;overflow-y:auto;min-height:650px;max-height:800px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;-webkit-box-shadow:0 20px 25px -5px rgba(0,0,0,.1);box-shadow:0 20px 25px -5px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-xl);box-shadow:var(--shadow-xl);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.chart-header{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;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--gray-300)}.org-chart-title{font-size:28px;font-weight:800;color:#1a202c;color:var(--dark);margin:0;text-transform:uppercase;letter-spacing:1.2px;background:linear-gradient(135deg,#667eea,#f093fb);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chart-stats{grid-gap:16px;gap:16px}.chart-stats,.stat-badge{display:-webkit-box;display:-ms-flexbox;display:flex}.stat-badge{-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;background:#fff;padding:10px 16px;border-radius:12px;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-md);box-shadow:var(--shadow-md);border:2px solid #edf2f7;border:2px solid var(--gray-200)}.stat-icon,.stat-value{font-size:20px}.stat-value{font-weight:700;color:#667eea;color:var(--primary-color)}.stat-label{font-size:12px;color:#718096;color:var(--gray-600);font-weight:500}.org-chart-toolbar{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:16px;gap:16px;margin-bottom:16px;background:#fff;padding:16px 20px;border-radius:12px;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-md);box-shadow:var(--shadow-md);border:2px solid #edf2f7;border:2px solid var(--gray-200)}.org-chart-toolbar,.toolbar-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.toolbar-section{grid-gap:12px;gap:12px}.search-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;background:#f7fafc;background:var(--gray-100);border:2px solid #e2e8f0;border:2px solid var(--gray-300);border-radius:10px;padding:4px 4px 4px 12px;-webkit-transition:all .3s;transition:all .3s;min-width:300px}.search-container:focus-within,.search-container[focus-within]{border-color:#667eea;border-color:var(--primary-color);background:#fff;-webkit-box-shadow:0 0 0 3px rgba(102,126,234,.1);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.search-icon{font-size:18px;color:#a0aec0;color:var(--gray-500)}.search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;background:transparent;padding:10px 8px;font-size:14px;outline:none;color:#2d3748;color:var(--gray-800);font-weight:500}.search-input::-webkit-input-placeholder{color:#cbd5e0;color:var(--gray-400)}.search-input::-moz-placeholder{color:#cbd5e0;color:var(--gray-400)}.search-input:-ms-input-placeholder{color:#cbd5e0;color:var(--gray-400)}.search-input::-ms-input-placeholder{color:#cbd5e0;color:var(--gray-400)}.search-input::placeholder{color:#cbd5e0;color:var(--gray-400)}.clear-search-btn{background:#fc8181;background:var(--danger-color);color:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:14px;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;-webkit-transition:all .2s;transition:all .2s;font-weight:700}.clear-search-btn:hover{background:#e53e3e;-webkit-transform:scale(1.1);transform:scale(1.1)}.action-btn,.button-group{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.action-btn{padding:10px 18px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;-webkit-transition:all .2s;transition:all .2s;white-space:nowrap;border:2px solid transparent}.action-btn.primary{background:linear-gradient(135deg,#667eea,#5a67d8);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border-color:#5a67d8;border-color:var(--primary-dark)}.action-btn.primary:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 12px rgba(102,126,234,.3);box-shadow:0 6px 12px rgba(102,126,234,.3)}.action-btn.secondary{background:#fff;color:#667eea;color:var(--primary-color);border-color:#667eea;border-color:var(--primary-color)}.action-btn.secondary:hover{background:#667eea;background:var(--primary-color);color:#fff}.action-btn.utility{background:#f7fafc;background:var(--gray-100);color:#4a5568;color:var(--gray-700);border-color:#e2e8f0;border-color:var(--gray-300);padding:10px 14px}.action-btn.utility:hover{background:#4a5568;background:var(--gray-700);color:#fff}.btn-icon{font-size:16px}.view-btn{width:40px;height:40px;background:#fff;border:2px solid #e2e8f0;border:2px solid var(--gray-300);border-radius:8px;cursor:pointer;font-size:18px;-webkit-transition:all .2s;transition:all .2s;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}.view-btn:hover{background:var(--gray-50)}.view-btn.active,.view-btn:hover{border-color:#667eea;border-color:var(--primary-color)}.view-btn.active{background:#667eea;background:var(--primary-color);color:#fff;-webkit-box-shadow:0 0 0 3px rgba(102,126,234,.2);box-shadow:0 0 0 3px rgba(102,126,234,.2)}.zoom-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:6px;gap:6px;background:#f7fafc;background:var(--gray-100);padding:4px;border-radius:10px;border:2px solid #e2e8f0;border:2px solid var(--gray-300)}.zoom-btn{background:#fff;border:none;border-radius:6px;padding:8px 14px;cursor:pointer;font-size:18px;font-weight:700;color:#4a5568;color:var(--gray-700);-webkit-transition:all .2s;transition:all .2s;min-width:40px}.zoom-btn:hover{background:#4a5568;background:var(--gray-700);color:#fff}.zoom-btn.reset{font-size:16px}.zoom-display{background:#2d3748;background:var(--gray-800);color:#fff;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:700;min-width:55px;text-align:center}.level-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:10px;gap:10px;margin-bottom:12px;padding:12px 16px;background:#fff;border-radius:10px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm);border:2px solid #edf2f7;border:2px solid var(--gray-200)}.level-label{font-size:13px;font-weight:600;color:#718096;color:var(--gray-600);margin-right:4px}.level-btn{padding:6px 16px;background:#f7fafc;background:var(--gray-100);border:2px solid #e2e8f0;border:2px solid var(--gray-300);border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;color:#4a5568;color:var(--gray-700);-webkit-transition:all .2s;transition:all .2s}.level-btn:hover{background:#4facfe;background:var(--accent-color);color:#fff;border-color:#4facfe;border-color:var(--accent-color);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.instruction-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:14px 24px;border-radius:10px;margin-bottom:20px;font-size:14px;text-align:center;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg);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;grid-gap:12px;gap:12px}.banner-icon{font-size:24px}.instruction-banner strong{font-weight:700;margin-right:8px}.org-chart-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;padding:30px;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.org-chart-wrapper.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important}.org-tree{padding:0}.org-tree,.org-tree ul{list-style:none;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.org-tree ul{padding:55px 0 0}.org-node{text-align:center;padding:0 14px}.org-box,.org-node{position:relative;display:inline-block}.org-box{background:#fff;border:3px solid #4a5568;border:3px solid var(--gray-700);border-radius:10px;padding:16px 20px;min-width:150px;max-width:210px;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.org-box.view-compact{padding:10px 14px;min-width:120px;max-width:170px}.org-box.view-detailed{padding:18px 24px;min-width:170px;max-width:240px}.org-box:hover{background:var(--gray-50);-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 8px 20px rgba(0,0,0,.15);box-shadow:0 8px 20px rgba(0,0,0,.15);border-color:#667eea;border-color:var(--primary-color)}.org-box.highlighted{-webkit-animation:pulse-highlight 1.5s infinite;animation:pulse-highlight 1.5s infinite;border-color:#f6ad55;border-color:var(--warning-color);background:#fffaf0;-webkit-box-shadow:0 0 25px rgba(246,173,85,.6);box-shadow:0 0 25px rgba(246,173,85,.6)}.org-box.search-match{background:#fef5e7;border-color:#f59e0b;border-width:3px}.org-box.selected{border-color:#48bb78;border-color:var(--success-color);background:#f0fff4;-webkit-box-shadow:0 0 25px rgba(72,187,120,.4);box-shadow:0 0 25px rgba(72,187,120,.4)}@-webkit-keyframes pulse-highlight{0%,to{-webkit-box-shadow:0 0 25px rgba(246,173,85,.6);box-shadow:0 0 25px rgba(246,173,85,.6)}50%{-webkit-box-shadow:0 0 35px rgba(246,173,85,.9);box-shadow:0 0 35px rgba(246,173,85,.9)}}@keyframes pulse-highlight{0%,to{-webkit-box-shadow:0 0 25px rgba(246,173,85,.6);box-shadow:0 0 25px rgba(246,173,85,.6)}50%{-webkit-box-shadow:0 0 35px rgba(246,173,85,.9);box-shadow:0 0 35px rgba(246,173,85,.9)}}.org-title{font-size:14px;font-weight:600;color:#2d3748;color:var(--gray-800);line-height:1.5;display:block;word-wrap:break-word}.view-compact .org-title{font-size:12px}.view-detailed .org-title{font-size:15px}.expand-icon{position:absolute;top:6px;right:6px;width:26px;height:26px;background:#667eea;background:var(--primary-color);color:#fff;border-radius:50%;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;font-size:18px;font-weight:700;line-height:1;-webkit-transition:all .2s;transition:all .2s;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm)}.org-box:hover .expand-icon{background:#5a67d8;background:var(--primary-dark);-webkit-transform:scale(1.15);transform:scale(1.15);-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-md);box-shadow:var(--shadow-md)}.child-count{position:absolute;bottom:4px;right:6px;background:#4facfe;background:var(--accent-color);color:#fff;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:700}.org-node:before{content:"";position:absolute;top:0;left:50%;width:3px;height:55px;background:#718096;background:var(--gray-600);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.org-tree>.org-node:before{display:none}.org-children{position:relative}.org-children:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#718096;background:var(--gray-600);-webkit-transform:translateY(-55px);transform:translateY(-55px)}.org-children .org-node:first-child:after,.org-children .org-node:last-child:after{content:"";position:absolute;top:-55px;width:50%;height:3px;background:linear-gradient(135deg,#f7fafc,#edf2f7)}.org-children .org-node:first-child:after{left:0}.org-children .org-node:last-child:after{right:0}.org-tree>.org-node>.org-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#5a67d8;border-color:var(--primary-dark);font-size:16px;padding:18px 26px;min-width:190px;-webkit-box-shadow:0 8px 20px rgba(102,126,234,.4);box-shadow:0 8px 20px rgba(102,126,234,.4)}.org-tree>.org-node>.org-box .org-title{color:#fff;font-weight:700}.org-tree>.org-node>.org-box .expand-icon{background:hsla(0,0%,100%,.25);border:2px solid #fff}.org-tree>.org-node>.org-children>.org-node>.org-box{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border-color:#e74c3c}.org-tree>.org-node>.org-children>.org-node>.org-box .org-title{color:#fff}.org-tree>.org-node>.org-children>.org-node>.org-box .expand-icon{background:hsla(0,0%,100%,.25);border:2px solid #fff}.org-tree>.org-node>.org-children>.org-node>.org-children>.org-node>.org-box{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;border-color:#3498db}.org-tree>.org-node>.org-children>.org-node>.org-children>.org-node>.org-box .org-title{color:#fff}.org-tree>.org-node>.org-children>.org-node>.org-children>.org-node>.org-box .expand-icon{background:hsla(0,0%,100%,.25);border:2px solid #fff}.info-panel{position:fixed;bottom:24px;right:24px;width:320px;background:#fff;border-radius:12px;-webkit-box-shadow:0 20px 40px rgba(0,0,0,.2);box-shadow:0 20px 40px rgba(0,0,0,.2);border:3px solid #667eea;border:3px solid var(--primary-color);z-index:1000;-webkit-animation:slideIn .3s ease;animation:slideIn .3s ease}@-webkit-keyframes slideIn{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideIn{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.info-header{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;padding:16px 20px;background:linear-gradient(135deg,#667eea,#5a67d8);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border-radius:9px 9px 0 0}.info-header h3{margin:0}.close-btn,.info-header h3{font-size:16px;font-weight:700}.close-btn{background:hsla(0,0%,100%,.2);border:2px solid #fff;color:#fff;width:28px;height:28px;border-radius:50%;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;-webkit-transition:all .2s;transition:all .2s}.close-btn:hover{background:#fff;color:#667eea;color:var(--primary-color)}.info-content{padding:20px}.info-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--gray-200)}.info-label{font-size:13px;font-weight:600;color:#718096;color:var(--gray-600)}.info-value{font-size:14px;font-weight:700;color:#2d3748;color:var(--gray-800)}.info-actions{margin-top:16px}.info-action-btn{width:100%;padding:12px;background:#667eea;background:var(--primary-color);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;-webkit-transition:all .2s;transition:all .2s}.info-action-btn:hover{background:#5a67d8;background:var(--primary-dark);-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-md);box-shadow:var(--shadow-md)}.chart-legend{position:fixed;bottom:24px;left:24px;background:#fff;padding:16px 20px;border-radius:12px;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg);border:2px solid #edf2f7;border:2px solid var(--gray-200);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chart-legend,.legend-item{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px}.legend-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.legend-color{width:32px;height:20px;border-radius:4px;border:2px solid #e2e8f0;border:2px solid var(--gray-300)}.legend-color.level-1{background:linear-gradient(135deg,#667eea,#764ba2)}.legend-color.level-2{background:linear-gradient(135deg,#f093fb,#f5576c)}.legend-color.level-3{background:linear-gradient(135deg,#4facfe,#00f2fe)}.legend-color.level-4{background:#fff;border-color:#718096;border-color:var(--gray-600)}.legend-text{font-size:12px;font-weight:600;color:#4a5568;color:var(--gray-700)}.org-chart-container::-webkit-scrollbar{width:14px;height:14px}.org-chart-container::-webkit-scrollbar-track{background:#edf2f7;background:var(--gray-200);border-radius:10px;margin:4px}.org-chart-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#5a67d8);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:10px;border:3px solid #edf2f7;border:3px solid var(--gray-200)}.org-chart-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#4c51bf);background:linear-gradient(135deg,var(--primary-dark),#4c51bf)}@media print{.chart-legend,.info-panel,.instruction-banner,.level-controls,.org-chart-toolbar,.zoom-controls{display:none!important}.org-chart-container{max-height:none;overflow:visible}.org-chart-wrapper{-webkit-transform:scale(1)!important;transform:scale(1)!important}}@media (max-width:1200px){.org-chart-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.toolbar-section{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.search-container{min-width:100%}.chart-legend{position:static;margin-top:16px}}@media (max-width:768px){.chart-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:12px;gap:12px}.org-chart-title{font-size:22px}.info-panel{width:calc(100% - 32px);left:16px;right:16px;bottom:16px}}.doc-frame{background:#fff;border:1px solid #dcdcdc;border-radius:6px;padding:16px}.doc-header{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:flex-start;border-bottom:1px solid #e6e6e6;padding-bottom:10px;margin-bottom:8px}.doc-title{margin:0;font-size:18px;font-weight:600}.doc-meta{font-size:13px;color:#666;margin-top:4px}.pdf-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px}.pdf-btn{padding:6px 14px;font-size:14px;background:#0b5ed7;color:#fff;border-radius:4px;border:none;cursor:pointer}.pdf-btn:hover{background:#084298}.doc-hint{font-size:13px;color:#555;background:#f4f6f8;border-left:4px solid #0b5ed7;padding:8px 12px;margin-bottom:12px}.pdf-container.full-view{width:100%;height:calc(100vh - 300px);min-height:720px;border:1px solid #e1e1e1;border-radius:4px;overflow:hidden;background:#f9f9f9}.pdf-container.full-view iframe{width:100%;height:100%;border:none;background:#fff}.pdf-skeleton{width:100%;min-height:720px;padding:16px;background:#f4f6f8;border-radius:6px}.skeleton-line{height:14px;background:-webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(#f0f0f0), to(#e0e0e0));background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0);background-size:200% 100%;-webkit-animation:skeleton 1.4s infinite;animation:skeleton 1.4s infinite;margin-bottom:10px;border-radius:4px}.skeleton-line.title{width:40%;height:18px}.skeleton-box{height:420px;background:-webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(#f0f0f0), to(#e0e0e0));background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0);background-size:200% 100%;-webkit-animation:skeleton 1.4s infinite;animation:skeleton 1.4s infinite;border-radius:6px}@-webkit-keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media print{body *{visibility:hidden}.pdf-print-area,.pdf-print-area *{visibility:visible}.pdf-print-area{position:absolute;left:0;top:0;width:100%}.no-print{display:none!important}}.org-image-wrapper{width:100%;overflow-x:auto;text-align:center;padding:20px 0}.org-structure-image{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:8px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.12);box-shadow:0 4px 16px rgba(0,0,0,.12)}.pdf-container{position:relative}.pdf-loader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#f9f9f9}.loginFormStyleEmployee{.employeeCard{background-color:initial!important;.submit-bar{width:100%}}}.banner .bannerCard{min-width:420px!important}.employeeForgotPassword .employeeCard .field .field-container .component-in-front{margin-top:0;border:1px solid;border-right:none;padding:7px}@media (min-width:780px){.employeeForgotPassword .employeeCard .field .field-container .component-in-front{padding:7px}.banner .bannerCard,.loginFormStyleEmployee .employeeCard{min-width:420px!important}.employeeChangePassword .employeeCard,.employeeForgotPassword .employeeCard{max-width:420px!important;min-width:420px!important}}.employeeForgotPassword .employee-card-input{margin-bottom:0;border-left:none}.employeeForgotPassword .field-container{margin:10px 0}.employeeForgotPassword{.submit-bar{width:100%}}.employeeChangePassword .submit-bar{width:100%!important}.employeeChangePassword .card-text,.employeeChangePassword .input-otp-wrap{text-align:center}.submit-bar{.submit-bar{width:100%}}.employeeChangePassword .bannerHeader p,.employeeForgotPassword .bannerHeader p,.loginFormStyleEmployee .bannerHeader p{font-size:19px}.employeeCard .card-sub-header{font-size:24px}.employeeForgotPassword .employeeCard .card-label,.loginFormStyleEmployee .employeeCard .card-label{font-weight:400;font-size:16px;line-height:19px;color:#0b0c0c;margin-top:20px}.banner .bannerHeader{margin-bottom:20px}.employeeCard .card-label{font-weight:400;font-size:16px;line-height:19px;color:#0b0c0c}.profile-label-margin{margin-top:10px}.employeeForgotPassword .employeeCard .card-label-desc{font-weight:400;font-size:16px;line-height:24px;color:#505a5f;margin-top:15px}.employeeChangePassword .employeeCard .card-text{margin-bottom:15px;font-size:16px;color:#505a5f}@media screen and (max-width:768px){.employeeChangePassword .employeeCard .card-text{margin-top:7px}.employeeCard .card-sub-header{font-size:18px}}.employeeChangePassword .employeeCard .card-text-button{text-align:center!important;margin-bottom:12px!important}.employeeChangePassword .employeeCard .input-otp-wrap{margin-bottom:10px}.employee .loginContainer{padding-top:0!important}.banner{height:100vh!important}.employeeChangePassword .employeeCard .field .field-container{margin-bottom:24px}.employeeChangePassword .employeeCard .employee-card-sub-header,.employeeForgotPassword .employeeCard .employee-card-sub-header,.loginFormStyleEmployee .employeeCard .employee-card-sub-header{font-size:24px!important;line-height:28px!important;margin-bottom:0!important}@media screen and (max-width:768px){.employeeChangePassword .employeeCard .employee-card-sub-header,.employeeForgotPassword .employeeCard .employee-card-sub-header,.loginFormStyleEmployee .employeeCard .employee-card-sub-header{font-size:18px!important;line-height:21px!important;margin-bottom:0!important}.banner .bannerCard,.loginFormStyleEmployee .employeeCard{min-width:340px!important;margin:10px!important}.employeeChangePassword .employeeCard,.employeeForgotPassword .employeeCard{max-width:360px!important;min-width:340px!important;margin:10px!important}}.employeeChangePassword .employeeCard .card-text{margin-top:18px!important;margin-bottom:20px!important}.employeeBackbuttonAlign{display:none}.resend-otp{cursor:pointer}.employee-select-wrap.login-city-dd{.options-card{max-height:200px}}@media screen and (max-width:768px){.employeeBackbuttonAlign{display:block;position:absolute;top:20px;left:20px}.banner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:40px;height:100vh!important}.topbar{background:rgba(34,57,77,var(--bg-opacity))!important;color:#fff}.employee .loginContainer{padding-top:0!important}.removeBottomMargin{margin-bottom:0!important}.employee-select-wrap.login-city-dd{.options-card{max-height:160px}}}@media (max-width:768px){.financeUI-background-decor1,.financeUI-background-decor2,.financeUI-background-decor3,.financeUI-background-decor4,.modernFinanceUIWelcomeContainer,.modernFinanceUIWelcomeContent{display:none!important}.modernFinanceUILoginFormRightContainer{width:100%!important}.loginContainer{padding:0!important;background:#fff!important}}.loginFormStyleEmployee{.loginCardSubHeaderClassName{text-align:center!important}.loginCardClassName{background-color:initial!important;margin:auto!important;min-width:408px!important;header.employee-card-sub-header{text-align:center;margin-top:10px}}.buttonClassName{max-width:100%!important;width:100%!important}.field .field-container .text-input input{margin-bottom:5px!important}.bannerHeader{margin-bottom:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:24px}.bannerLogo{width:150px;height:auto;-o-object-fit:contain;object-fit:contain;padding-right:10px;margin-right:10px;border-right:1px solid #0b0c0c}.primary-label-btn{margin:20px auto 0!important}.employee-select-wrap .options-card{max-height:150px!important}}@media screen and (max-width:768px){.banner .bannerCard,.bannerCard,.employeeCard,.employeeChangePassword .employeeCard,.employeeForgotPassword .employeeCard,.loginCardClassName,.loginFormStyleEmployee .employeeCard{min-width:0!important;max-width:100%!important;width:100%!important;margin:0!important}.loginContainer,.modernFinanceUILoginFormRightContainer,.modernFinanceUIMainContainer{width:100%!important;max-width:100%!important;padding:0 12px!important;margin:0!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.bannerHeader,.bannerLogo{margin:0 auto!important;text-align:center!important;width:auto!important}.bannerLogo{width:100px!important;height:auto!important;border-right:none!important;padding:0!important;margin-bottom:8px!important}}.employee{.breadcrumb{margin-left:8px;margin-bottom:24px}.ground-container{margin-bottom:56px;margin-left:0;margin-right:0}.card-home{font-size:16px;border-radius:10px;display:inline-block;margin:8px auto;cursor:pointer;overflow:hidden;-webkit-transition:border-color .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.card-home:hover{-webkit-box-shadow:0 6px 0 0 #764ba2;box-shadow:0 6px 0 0 #764ba2}.topbar{position:fixed;top:0;width:100%;padding:10px 24px;background:#fff;-webkit-box-shadow:rgba(0,0,0,.24) 0 1px 4px;box-shadow:0 1px 4px rgba(0,0,0,.24);z-index:9999;img{display:inline;&.city{margin-right:8px;height:60px;margin-left:53px}&.state{height:20px;max-height:20px;width:auto}}.ulb{font-weight:700}.right{float:right;margin-top:12px;margin-right:53px;.user-img-txt{background:#667eea;padding:10px 15px;border-radius:50%;color:#fff;font-weight:700}}}.loginContainer,.main{padding-top:88px}.react-time-picker{width:100%}.react-time-picker__wrapper{border:1px solid #464646}.react-time-picker__clock{display:none}.react-time-picker__inputGroup__leadingZero{padding-right:8px;display:inline!important}.react-time-picker__inputGroup__input{padding:0;min-width:none;outline:none!important;border:none!important}.react-time-picker__wrapper{padding-left:8px}}.citizen{.main{padding-top:82px;min-height:calc(100vh - 90px)}}.citizen,.employee{.sidebar{position:fixed;left:0;background:#0b4b66;height:100%;color:#fff;margin-top:83px;z-index:10000;-webkit-transition:all .3s ease;transition:all .3s ease;white-space:nowrap;height:calc(100vh - 36px);padding-bottom:5rem;.actions{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.tooltip{margin-left:16px}margin-bottom:0}svg{width:24px;height:24px;fill:#fff}a{display:-webkit-box;display:-ms-flexbox;display:flex}.sidebar-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;&.level-0{margin:0 .3rem;&.select-level{border-top:1px solid;border-bottom:1px solid}}&.active{color:#667eea!important;border-right:none;svg{fill:#667eea!important}}.employee-search-input{border:none;outline:none;background-color:transparent;margin-left:13px}.custom-link{.tooltip{margin-left:16px;span{margin-left:unset!important;left:unset!important}}}svg{fill:#fff!important;width:21px;height:21px}&:hover{background-color:#0b4b66;cursor:pointer}.search-icon-wrapper{border:2px solid #fff;border-radius:4px;padding:5px;svg{fill:#fff!important;width:21px;height:21px;path{fill:#fff!important}}}}.dropdown-link,.sidebar-link{display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.dropdown-link{height:40px;margin-left:40px;text-decoration:none;.actions{.tooltiptext{left:unset;right:1%}}svg{width:20px;height:20px;fill:#fff}&:hover{background-color:#6a8e9d;opacity:.8;cursor:pointer;svg{fill:#fe7a51!important}}&.active{border-left:4px solid #667eea;&.level-1{border-left:8.5px solid #667eea}&.level-2{border-left:4px solid #667eea}color:#667eea!important;border-right:none;svg{fill:#667eea!important}}}span{margin-left:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}}.wrapperStyles{margin-top:-5px;padding-left:20px;padding-top:10px;.containerStyles{border:1px solid #505a5f;padding:16px;margin-bottom:20px}&.leftBorder{border-left:2px solid rgba(0,0,0,.12)}}.rowContainerStyles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tableContainerStyles{border:1px solid #505a5f;padding:16px;margin-bottom:20px}.historyTables{display:grid;grid-template-rows:100px 100px;grid-template-columns:repeat(5,minmax(100px,1fr))}.historyContent{margin:0 10px;position:relative;padding-bottom:5px}.historyCheckpoint{background-color:#fe7a51;border-radius:100%;width:18px;height:18px;display:inline-block;position:relative;left:-9px;top:4px;&.zIndex{z-index:10}}.historyTableDateLabel{color:rgba(0,0,0,.87);font-size:16px;font-weight:700;line-height:17px;text-align:left;display:inline-block;padding-top:5px}.bottomMargin{margin-bottom:0}.historyTableDate{color:rgba(0,0,0,.87);font-size:19px;font-weight:400;line-height:17px;text-align:left;display:inline-block;padding-top:10px}.historyHorizontalBar{background-color:rgba(0,0,0,.12);width:auto;height:2px;margin-left:16px}.smallText{font-weight:500;font-size:14px}}.citizen{.sidebar{margin-top:54px;min-width:200px;.actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:10px;gap:10px}}}.link{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));cursor:pointer;:hover{--text-opacity:1;color:#c8602b;color:rgba(200,96,43,var(--text-opacity))}}.RightMostTopBarOptions{display:-webkit-box;display:-ms-flexbox;display:flex;.EventNotificationWrapper{position:relative;cursor:pointer;margin-left:16px;span{top:-10px;right:-10px;position:absolute;--bg-opacity:1;background-color:#d4351c;background-color:rgba(212,53,28,var(--bg-opacity));height:1.25rem;width:1.25rem;border-radius:9999px;text-align:center;p{line-height:20px}}}.select-wrap{margin-bottom:unset;svg{fill:#fff}}}@media (min-width:640px){.employee{.ground-container{margin-left:72px;margin-right:72px}.breadcrumb{margin-bottom:24px;margin-left:0}.card-home{margin-right:10px;margin-bottom:10px}.card-home-hrms{width:405px;padding:0;margin-right:16px;margin-bottom:16px}.main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:80px}.citizen-home-container,.main{display:-webkit-box;display:-ms-flexbox;display:flex}.citizen-home-container{-webkit-box-orient:unset!important;-webkit-box-direction:unset!important;-ms-flex-direction:unset!important;flex-direction:unset!important;width:unset!important;margin-left:unset!important;padding-top:58px}}.citizen{.main{width:100%;padding-top:58px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}}.fullWidth{width:100%}.multi-select-container{.disposal-text{font-weight:700}.disposal-info{margin-top:16px;margin-bottom:16px;margin-left:8px}.disposal-action-bar{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}}@media (min-width:780px){.d-grid{display:grid;grid-template-columns:250px 250px 250px 250px;grid-column-gap:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;grid-row-gap:2px;row-gap:2px;margin-left:-12px}}.m-auto{margin:auto!important}.mb-50{margin-bottom:50px}.mb-25{margin-bottom:25px}.back-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.top-back-btn{margin-bottom:0;color:#fff;margin-right:1em;& svg{fill:#fff}}.hambuger-back-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;@media (min-width:780px){.hamburger-span{display:none}}}}@media (min-width:780px){.back-wrapper{margin-right:2rem;margin-left:2rem}}.user-profile{@media (min-width:780px){width:calc(100% - 219px);margin-left:16px;margin-right:16px}}.link{a{color:inherit;text-decoration:inherit}}.breadcrumb{a{color:inherit;text-decoration:inherit}}.sidebar-link.active{.custom-link{text-decoration:none;div{span{color:#667eea!important;text-decoration:none}}}}.bread-crumb{a{color:inherit;text-decoration:inherit}}.sidebar-link{.custom-link{text-decoration:none;div{span{color:#fff;text-decoration:none}}}}.customEmployeeCard{margin:8px!important}.flex-fit{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;--border-opacity:1;border-color:#d6d5d4;border-bottom:1px;border-color:rgba(214,213,212,var(--border-opacity));border-style:solid;padding:8px 10px}.card-count{padding-right:36px;div{span{font-weight:700}}}.popup-module{width:480px;margin:0 auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));.popup-module-main{padding-left:24px;padding-right:24px;padding-bottom:24px}.popup-module-action-bar{grid-gap:16px;gap:16px;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}}@media (min-width:780px){.popup-module{width:480px;margin:auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));.popup-module-main{padding-left:24px;padding-right:24px;padding-bottom:24px;width:100%;padding:8px;height:100%}.popup-module-action-bar{grid-gap:16px;gap:16px;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}}}.icon-bg-secondary{display:-webkit-box;display:-ms-flexbox;display:flex;--bg-opacity:1;background-color:#22394d;background-color:rgba(34,57,77,var(--bg-opacity));width:3rem;height:3rem;svg{margin:auto;width:1.5rem;height:1.5rem}}.heading-m{font-weight:700;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:18px;line-height:28px;margin-left:16px;padding-top:8px}.BPAheading-m{margin-left:22px}.employee-home-footer{display:-webkit-box;display:-ms-flexbox;display:flex;height:2.5rem;padding-bottom:16px;padding-top:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;img{height:100%}}.employee-login-home-footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;bottom:0;height:2.5rem;--bg-opacity:1;background-color:#e3e3e3;background-color:rgba(227,227,227,var(--bg-opacity));padding-bottom:16px;padding-top:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;img{margin-left:8px}}.fieldInspectionWrapper{border:1px solid #d6d5d4;padding:16px;margin-top:8px;background:#fafafa}.fieldInsepctionInsideWrapper{border:1px solid #d6d5d4;padding:16px;margin-top:8px;background:#fff;max-width:70%;min-width:280px}@media (min-width:780px){.ground-container{margin-bottom:56px}.heading-m{font-size:24px;line-height:32px}.BPAheading-m{margin-left:22px}.break-line{margin-top:40px;margin-bottom:40px}.gridModuleWrapper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.25rem;gap:.25rem}}.complaint-links-container{.header{.logo{width:56px;height:56px;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));padding:12px;border-radius:4px;svg{width:2rem;height:2rem}}.text{padding-left:16px;font-size:18px;line-height:28px;font-weight:700}}.body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.link{padding:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#764ba2!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;a{color:inherit;text-decoration:inherit}}.inbox-total{padding:4px;display:table;white-space:normal;text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));width:2rem;height:2rem;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));border-radius:9999px;margin-left:4px}}.links-wrapper{padding-top:8px;padding-bottom:8px;line-height:24px;font-size:20px;-ms-flex-item-align:center;align-self:center;.link{padding:0 0 4px!important;svg{margin-left:8px}}}}.MobilePopupHeadingWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;align-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;place-content:space-between;margin-bottom:16px;h2{font-size:24px;line-height:32px;font-weight:700}}.filter-button{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));&:hover{--text-opacity:1;color:#c8602b;color:rgba(200,96,43,var(--text-opacity));cursor:pointer}}.employeeCard-info-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:16px;background-color:#fafafa;div{margin-right:32px;span:nth-child(2){font-weight:700;color:#4f5a5f}}.employeeCard-info-data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.filter-form{.filter-card{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));min-height:100%;padding:10px;.heading{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;display:-webkit-box;display:-ms-flexbox;display:flex;.clearAll{display:none}}.filter-label{font-weight:700;font-size:24px;line-height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.75rem;gap:.75rem;padding-bottom:6px;svg{fill:#0b0c0c}}.sub-filter-label{font-weight:400;font-size:16px}}.filter-form-field{p{font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));display:block;margin-bottom:16px}}}.inbox-container{.filters-container{.filter{.filter-card{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:10px;.filter-card-close-button{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.filter-card-close-button,.heading{display:-webkit-box;display:-ms-flexbox;display:flex}.heading{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.clearAll{display:none}}.filter-label{font-size:18px;line-height:28px;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.75rem;gap:.75rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:6px;svg{fill:#0b0c0c}}.sub-filter-label{font-weight:400;font-size:16px}}}.search-complaint-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:16px;.complaint-input-container{width:100%;.complaint-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.clear-search{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));display:none;&:hover{color:#003078;cursor:pointer}}}}}}.status-container{margin-bottom:50px}}.clear-search,.clear-search .link-label{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));display:block;cursor:pointer;&:hover{color:#000}}.button-clear{color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.button-clear,.inbox-count{--text-opacity:1;font-size:16px;line-height:24px}.inbox-count{display:inline;margin-left:8px;padding:8px;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));border-radius:9999px;color:#fff;color:rgba(255,255,255,var(--text-opacity));vertical-align:middle;text-align:center;font-weight:400}@media (min-width:780px){.complaint-links-container{.header{.logo{--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));padding:12px;border-radius:4px}.text{padding-left:16px;font-size:24px;line-height:32px;font-weight:700}}.body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.link{padding:8px;color:#764ba2!important}}}.inboxLinks{margin:0!important;padding:0!important;.header{border:none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;.logo{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));svg{path{fill:#667eea}}}}.body{margin-left:0}}.filter-form{.filter-card{padding:16px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));.heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.label{font-size:16px;line-height:24px}}}.inbox-container{display:-webkit-box;display:-ms-flexbox;display:flex;.filters-container{width:270px;.filter{margin-top:16px;.filter-card{padding:16px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));.heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.label{font-size:16px;line-height:24px}}}.citizen-filter{margin-top:unset}}.search-container{width:874px;.search-complaint-container{margin:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:16px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:16px;.complaint-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:20px}.complaint-input-container{display:grid;grid-template-columns:33.33% 33.33% 33.33%;&.for-pt{&.for-search{grid-template-columns:25% 25% 25% 25%;.input-fields:nth-child(3n){margin-right:16px!important}.input-fields:nth-child(4n){margin-right:0!important}.search-submit-wrapper{grid-column:4/5;max-width:unset;margin-left:unset}}}.search-submit-wrapper{margin-left:50%;max-width:50%;grid-column:3/4;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;.submit-bar-search{margin-top:unset;margin-bottom:20px;margin-left:unset;max-width:100%;width:100%}}.input-fields{display:inline-block!important;margin-right:16px!important;.inbox-search-form-error{padding-top:0;margin-top:0;position:absolute}}.input-fields:nth-child(3n){margin-right:0!important}.complaint-input{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.clear-search{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));display:block;cursor:pointer;&:hover{color:#003078;cursor:pointer}}}.mobile-input{margin-left:8px}}.search-action-wrapper{width:33%;margin-top:28px;display:inline-block;vertical-align:middle;text-align:center;button{margin:0;width:100%;max-width:300px!important}}}}}}.document-clear-all{grid-area:2/2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cell-text{color:#505a5f}.sla-cell-error{color:#d4351c;background-color:rgba(212,53,28,.12);padding:0 24px;border-radius:11px}.sla-cell-success{color:#00703c;background-color:rgba(0,112,60,.12);padding:0 24px;border-radius:11px}.complain-no-cell-text{margin-top:"4px";color:"theme(colors.text.secondary)"}.search-error-label{font-weight:700!important;font-size:19px!important;line-height:23px!important;--text-opacity:1!important;color:#d4351c!important;color:rgba(212,53,28,var(--text-opacity))!important;margin-bottom:8px!important}.inbox-action-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.employeeTotalLink{color:#505a5f;font-size:16px;text-decoration:none}@media (min-width:780px){.groupBill-custom{.custom-group-merge-container{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important;.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;.logo{margin-right:1rem;svg{path{fill:#667eea}}}.h1{font-size:24px;line-height:28px;font-weight:400;color:#667eea}}}.inbox-container{.search-container{.search-complaint-container{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.group-complaint-input-container,.search-complaint-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.group-complaint-input-container{width:33%!important;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}}}.inbox-action-container{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;.clear-search{margin-top:65px;margin-left:16px;padding-top:unset!important}.submit-bar-search{margin-top:55px!important}}}}.connection-details-old-value-wrapper,.plumber-details-old-value-wrapper{.old-value-null-wrapper{visibility:hidden;padding-bottom:8px;margin-bottom:8px}.row{color:#b1b4b6;font-weight:700;font-size:16px}}.search-tabs-container{border-bottom:1px solid rgba(0,0,0,.2);margin-bottom:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.search-tab-head{padding:10px 35px}.search-tab-head-selected{padding:10px 35px;color:#f47738;border-bottom:4px solid #f47738;font-weight:700}.search-tab-head-selected:focus{outline:0}}.card-with-background{background:#fafafa;border:1px solid #d6d5d4;.card-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}h2{font-size:16px;font-weight:700}}.registryTable{tHead{tr{th{text-align:center}}}tBody{tr{td{text-align:center}}}}.secondary-action{display:inline;float:right}.form-field{width:100%}@media (min-width:780px){.form-field{width:50%}.desktop-w-full{width:100%!important}}.scroll-table-wrapper{&::-webkit-scrollbar{display:none}-ms-overflow-style:none;scrollbar-width:none;position:relative;overflow-x:scroll;overflow-y:visible;padding-bottom:8px;text-align:center;.scroll-table-width-wrapper{&::-webkit-scrollbar{display:none}-ms-overflow-style:none;scrollbar-width:none;width:calc(100% - 110px);margin:auto;overflow-x:scroll;table{margin:auto}}.first-col{left:0}.first-col,.last-col{width:110px;position:absolute}.last-col{right:0}}@media (min-width:780px){.scroll-table-wrapper{width:60%}}.table-switch-card-chip{cursor:pointer;padding-right:10px}.table-search-wrapper,.table-switch-card-chip{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.table-search-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-switch-card-inactive{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:start;-ms-flex-align:start;align-items:flex-start;padding:8px;position:static;height:40px;left:84px;top:0;background:#fff;-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.1);box-shadow:2px 2px 2px rgba(0,0,0,.1);-webkit-box-flex:0;-ms-flex:none;flex:none;-ms-flex-positive:0;flex-grow:0;margin:0;color:#b1b4b6}.table-switch-card-inactive:hover{background:#fffffc;font-size:17px;color:#505a5f}.table-switch-card-active{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:start;-ms-flex-align:start;align-items:flex-start;padding:8px;position:static;height:40px;left:0;top:0;background:#fff;border:1px solid #667eea;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.1);box-shadow:2px 2px 2px rgba(0,0,0,.1);-webkit-box-flex:0;-ms-flex:none;flex:none;-ms-flex-positive:0;flex-grow:0;margin:0}.icon-wrapper{margin-left:1rem;cursor:pointer}.EmployeeLoginFooter{margin:auto;position:absolute;bottom:10px;img{height:1rem;-o-object-fit:contain;object-fit:contain}}.updateNumberEmployee{width:100%;.employee-data-table .row h2{font-weight:500;width:100%}.submit-bar{position:relative}.search-form-wrapper{-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:normal}}.linksWrapperForMobileInbox{.header{-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:normal}}.dss-switch-tabs{background:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);border-radius:4px;margin-bottom:3%;margin-right:25px}.dss-header-label{font-weight:600!important;font-size:22px!important;white-space:pre-line}.dss-switch-tab-wrapper{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dss-switch-tab-selected{border-bottom:3px solid #667eea;color:#667eea;padding:7px 24px}.dss-switch-tab-selected,.dss-switch-tab-unselected{font-family:Roboto;font-style:normal;font-weight:500;font-size:22px}.dss-switch-tab-unselected{color:#505a5f;padding:8px 24px}.dss-pie-subheader,.dss-table-subheader{position:relative;top:-7px;font-size:13px;font-weight:400;color:#505a5f}.recharts-legend-item{margin-bottom:20px!important;white-space:pre}.dss-white-pre{white-space:pre}.dss-white-pre-line,.dss-white-pre-temp{white-space:pre-line}.multi-select-dropdown-wrap{.master{.label{p{white-space:pre;margin:auto auto auto 0;padding-left:1%}}}}.divToBeHidden{display:block}.divWillGetHidden{display:none}.dss-temp-white-pre{white-space:pre}.dss-input-active-border{--border-opacity:1;border:1px solid #667eea!important;border-color:rgba(244,119,56,var(--border-opacity))}.dss-card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dss-card-parent{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:31%;border-radius:6px;padding:25px;margin:15px 11.5px;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25)}.dss-card-body,.dss-card-parent{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.dss-card-body{-ms-flex-wrap:wrap;flex-wrap:wrap}.dss-card-header{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;p{font-size:24px;font-family:Roboto,sans-serif;font-weight:500;color:#000}svg{width:50px;height:50px}}.dss-insight-card{margin:10px 0;p{font-family:Roboto,sans-serif}.p1{color:#585858}.p1,.p3{font-size:16px}.p3{font-weight:400}.p2{font-size:24px;font-weight:500;color:#000}.color-green{color:#00703c}.color-red{color:#d4351c}}.w-100{width:100%}.dss-w-100{width:97%}.h-100{width:100%;height:100%}.dss-h-100{width:97%;height:100%}.tab-rows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:60%;margin-left:13%}.tab-header{font-weight:700;font-size:16px;line-height:19px;border-bottom:1px solid #b1b4b6;color:#2a3340}.map-status{position:relative;width:33%;left:50%;bottom:130px}.map-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:5px}.map-box{display:inline-block;height:10px;width:10px}.map-text{margin-left:5px;color:#636363;font-size:14px}@media screen and (max-width:768px){.dss-switch-tabs{margin-right:0}.dss-card-parent{width:100%}}.dss-metric-horizontal{width:48%;max-width:48%}.dss-primary{display:inline;margin-right:10px;path{fill:#667eea}}.dss-horizontal-v2{width:22.7%;max-width:22.7%}body{margin:0;padding:0;font-family:Roboto;background:#f4f7fb}.app-container-iframe{border-width:0;div[class^=MuiCircularProgress]{position:sticky;top:90%;left:50%}div[role^=progressbar]{left:50%;position:sticky}}@media only screen and (min-width:953px){.app-container-iframe{border-width:0;position:fixed;width:83.5%;height:calc(100vh - 64px)}}@media (max-width:768px){.app-container-iframe{border-width:0;width:100vw;height:100vh;margin:32px 0 0}}@media (max-width:375px){.app-container-iframe{border-width:0;width:100vw;height:100vh;margin:32px 0 0}}.app-iframe-wrapper{left:64px;border-width:0;position:fixed;top:80px}.app-iframe{width:97%;height:calc(100vh - 90px);border-width:0;position:fixed}@media (max-width:768px){.app-iframe-wrapper{left:0}}.payment-amount-info{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.citizen-home-footer,.payment-amount-info{display:-webkit-box;display:-ms-flexbox;display:flex}.citizen-home-footer{width:100%;height:2.5rem;--bg-opacity:1;background-color:#e3e3e3;background-color:rgba(227,227,227,var(--bg-opacity));padding-bottom:16px;padding-top:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;img{margin-left:8px}}.employee .citizen-home-footer{position:fixed;bottom:0}.fill-path-primary-main{path{fill:#667eea}}.obps-search{margin:8px}.HomePageWrapper{margin-top:-25px;.BannerWithSearch{margin-bottom:40px;width:100%;position:relative;.Search{width:calc(100% - 32px);bottom:-18px;margin-left:16px;margin-right:16px;position:absolute}img{height:33vw;width:100%;-o-object-fit:cover;object-fit:cover}}.ServicesSection{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:40px 15px 0}@media (min-width:780px){.ServicesSection{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:40px 15px 0;width:100%}}.WhatsNewSection{margin:8px;padding:0 15px;.headSection{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;h2{font-weight:700;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));padding-left:8px}h2,p{font-size:16px;line-height:24px;--text-opacity:1}p{color:#667eea;color:rgba(102,126,234,var(--text-opacity));font-weight:500;cursor:pointer}}@media (min-width:780px){padding-left:15px;padding-bottom:0;padding-right:15px;padding-top:0}}.WhatsAppBanner{padding:0 20px;margin:auto;cursor:pointer}}@media (min-width:780px){.SideBarStatic{width:219px;background:#fff}}@media (max-width:780px){.SideBarStatic{display:none}}.HomePageContainer{@media (min-width:780px){display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 219px);height:calc(100% - 30px)}}.moduleLinkHomePage{@media (min-width:780px){width:calc(100% - 219px)}margin-top:-25px;img{height:33vw;-webkit-filter:grayscale(100%);filter:grayscale(100%);width:100%;-o-object-fit:cover;object-fit:cover}h1{top:100px;left:21px;font-size:32px;line-height:40px;font-weight:700}.moduleLinkHomePageBackButton,h1{position:absolute;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.moduleLinkHomePageBackButton{border:none;top:76px;svg{fill:#fff}font-size:16px;line-height:24px;margin-left:16px}}.moduleLinkHomePageModuleLinks{margin-top:16px;.CitizenHomeCard{.header{display:none}}}@media (min-width:780px){.HomePageWrapper{width:100%;.BannerWithSearch{margin-bottom:56px;width:100%!important;.Search{width:100%;margin:0;padding:0 15px}img{height:20vw}}.WhatsAppBanner{img{height:20vw}}}.moduleLinkHomePage{img{min-width:100vw;height:20vw}h1{top:calc(10vw + 40px);left:15.8rem}.moduleLinkHomePageBackButton{top:calc(10vw + 16px);margin-left:16px}}.moduleLinkHomePageModuleLinks{width:100%}}.CitizenEngagementNotificationWrapper{.h1{margin:15px}.WhatsNewCard{margin-left:16px;margin-right:16px;margin-bottom:16px}}.OnGroundEventDetailsCard{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-left:8px;margin-right:8px;margin-bottom:16px;padding:16px;border-radius:.25rem}.eventAddressAndDirection{font-size:14px;line-height:16px;margin-bottom:16px;span{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px;svg{height:1.25rem;width:1.25rem}div{margin-left:16px;p{margin-bottom:8px}.direction{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));cursor:pointer}}}}.eventTimeRange{font-size:14px;line-height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;svg{height:1.25rem;width:1.25rem}p{margin-left:16px}}.cardCaptionBodyS{font-size:14px;line-height:16px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity));margin-bottom:16px}@media (min-width:780px){.cardCaptionBodyS,.eventAddressAndDirection{font-size:16px;line-height:24px}}.wrapper{margin:20px auto}.accordion-wrapper{&+*{margin-top:.5em}}.accordion-item{overflow:hidden;-webkit-transition:max-height .3s cubic-bezier(1,0,1,0);transition:max-height .3s cubic-bezier(1,0,1,0);height:auto;max-height:9999px}.accordion-item.collapsed{max-height:0;-webkit-transition:max-height .35s cubic-bezier(0,1,0,1);transition:max-height .35s cubic-bezier(0,1,0,1)}.accordion-title{font-weight:600;cursor:pointer;color:#666;padding:.5em 0;border-radius:1.5em;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;&.open svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}&.open,&:hover{color:#000}}.accordion-content{padding:1em 0}.document_list_searchbar{border:1px solid #505a5f!important;border-radius:0!important;margin:20px 0}.notices_circular_searchbox{margin-top:50px}.notice_and_circular_main{display:-webkit-box;display:-ms-flexbox;display:flex;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-top:16px;margin-bottom:16px;padding:16px 16px 24px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);position:relative;border-radius:4px}.gap-ten{grid-gap:2.5rem;gap:2.5rem}.notice_and_circular_heading_mb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2px}.notice_and_circular_heading_mb header{font-weight:700;font-size:16px!important;line-height:24px;margin-right:50px}.notice_and_circular_heading_mb .card-caption{font-weight:400;font-size:12px;line-height:24px;color:#505a5f;padding-right:5px;padding-left:15px;min-width:80px;position:absolute;right:20px}.notice_and_circular_text{padding-bottom:20px}.notice_and_circular_text p{font-weight:400;font-size:12px;line-height:14px;color:#505a5f}.notice_and_circular_caption{margin-top:10px;margin-bottom:10px}.notice_and_circular_caption .card-caption{font-weight:400;font-size:10px;line-height:18px;color:#a3a3a3}.view_download_main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:8px;gap:8px;-webkit-box-align:end;-ms-flex-align:end;align-items:end;span{padding-right:20px;& .views{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;p{padding-left:10px;font-weight:400;font-size:16px;line-height:19px;color:#667eea}}}& .download_views_padding{padding-top:8px}}@media (min-width:780px){.view_download_main{span{& .views{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;p{padding-left:10px;font-weight:400;font-size:16px;line-height:19px;color:#667eea}}}}.notice_and_circular_heading_mb .card-caption{font-size:16px;line-height:24px;min-width:150px;padding-left:50px}.view_download_main span{padding-right:30px}.view_download_main span .views p{padding-left:8px;font-size:16px}.notice_and_circular_text p{font-size:16px!important;line-height:24px}.documentDetails_row{grid-gap:0!important;gap:0!important}.notice_and_circular_heading_mb header{font-size:24px!important;line-height:28px;margin-right:100px}.notice_and_circular_caption .card-caption{font-size:14px;line-height:21px}}.documentDetails{&_wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:2.5rem;gap:2.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}&_row,&_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}&_row{grid-gap:5rem;gap:5rem}&_title{width:12rem;font-weight:700}&_description{max-width:32rem;text-overflow:clip}&_pdf{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.25rem;gap:1.25rem}&_subheader{font-weight:700;font-size:large}}.documentDetails_pdf{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:2.5rem;gap:2.5rem;cursor:pointer}.grid_section{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;& .document_notification_form_section{grid-column:span 3/span 3}}.document_notification_first_grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;& .form_section,.document_notification_table_section{grid-column:span 3/span 3}}.new_document_section_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;& .card-section-header{padding-left:24px}}.new_document_para_color{--text-opacity:1;color:#764ba2;color:rgba(118,75,162,var(--text-opacity));margin-bottom:42px}.document_notification_second_grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.document_notification_clear_search_btn{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;& .document_notification_clear_search_btn_align{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.new_document_clear_search_alignment{margin-bottom:16px;margin-right:24px}.document_notification_filter_header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.document_notification_filter_header,.document_notification_filter_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.document_notification_filter_icon{& .card-caption{margin-left:24px}}.document-table-docs-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:1.25rem;gap:1.25rem}.filter_section_main{padding-bottom:300px}.new_document_card{width:100%;height:14rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:36px}.filter_table_section_margin{margin-top:30px}.filter_card_employee{width:100%;height:auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:36px;padding-bottom:100px}.filter_section_document_categories{padding-top:20px}.new_document_card_table{width:100%;height:auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:36px}.employee_document_inbox_table_main{.table{tbody{tr{padding-top:16px;padding-bottom:16px}}}}.confirmation_box{height:130px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:8px;grid-gap:10px;gap:10px;overflow:hidden;text-overflow:ellipsis}.Docs_CardWrapper{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin:8px;padding:16px 16px 24px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);border-radius:4px}.mobileInbox_attachments{grid-gap:10px;gap:10px}.documentDetails_row_items,.mobileInbox_attachments{display:-webkit-box;display:-ms-flexbox;display:flex}.documentDetails_row_items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-item-align:start;align-self:flex-start}@media screen and (max-width:768px){.documentDetails_row_items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}}.surveyListclockDiv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:24px;margin-bottom:24px}.surveyListclockDiv span{padding-left:16px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.surveyListstatus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.surveyLisNotResponded{--text-opacity:1;color:#d4351c;color:rgba(212,53,28,var(--text-opacity))}.surveyLisResponded{--text-opacity:1;color:#00703c;color:rgba(0,112,60,var(--text-opacity))}.surveyListCardMargin{margin:24px 16px}.centered-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-top:24px;padding-bottom:24px}.updatenumber-warper-citizen{min-height:95vh;height:unset}.updatePropertyNumber{.pt-update-no-popup-wrapper{margin:16px}.search-form-wrapper{display:inherit;padding:16px;.submit-bar,.submit-bar-disabled{position:absolute;bottom:25px;width:90%}}}@media (min-width:780px){.updatenumber-warper-citizen{min-height:100vh;height:unset}.updatePropertyNumber{.h1{margin:16px}.search-form-wrapper{.submit-bar{width:100%!important;position:unset!important}.submit-bar-disabled{position:absolute;bottom:25px;width:90%}}}}.notice_and_circular_image svg{width:80px;height:100px}.notice_and_circular_content{padding-left:50px}.back-btn2{border:none}@media screen and (max-width:768px){.notice_and_circular_image svg{width:53px;height:66px}.notice_and_circular_content{padding-left:40px}.documentContainerPadding{padding:0 10px}}.surveydetailsform-wrapper{display:grid;grid-gap:1.5rem;gap:1.5rem;padding-top:16px;padding-bottom:16px;label{font-weight:500}.surveyformfield{display:grid;grid-gap:1rem;gap:1rem}.employee-card-input,.employee-select-wrap{margin-bottom:0}}.newSurveyForm_wrapper{display:grid;padding:16px;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));border-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));border-radius:.25rem;grid-gap:1.5rem;gap:1.5rem;.newSurveyForm_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:1rem;gap:1rem;padding-top:16px;padding-bottom:16px;.checkbox-wrap .label{margin-left:40px}}.newSurveyForm_seprator{width:1px;height:1.5rem;border-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity))}}.surveydetailsform-wrapper,.surveyformslist_wrapper{.heading{font-size:24px;line-height:32px;font-weight:500;padding-top:16px;padding-bottom:16px}}.surveyformslist_wrapper{display:grid;grid-gap:1.5rem;gap:1.5rem;padding-top:16px;padding-bottom:16px}.options_checkboxes{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:1rem;gap:1rem}.optioncheckboxwrapper,.options_checkboxes{display:-webkit-box;display:-ms-flexbox;display:flex}.simple_editable-input{outline-width:0;border:0;border-bottom:2px solid #000}.simple_readonly-input{outline-width:0;border:0;background:transparent}.pointer{cursor:pointer}.disabled-btn{pointer-events:none;cursor:not-allowed}.optionradiobtnwrapper{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.5rem;gap:.5rem;.customradiobutton{width:1.5rem;height:1.5rem}}.edit-action-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.surveyQuestion-wrapper{display:grid;grid-gap:1.5rem;gap:1.5rem}.question-title{font-size:18px;line-height:21px;color:#0b0c0c;font-weight:700}.responses-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:8px 4px;background-color:#fafafa;position:relative}.responses-container,.responses-container-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #d6d5d4;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;margin-top:20px;margin-bottom:20px}.responses-container-date{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 8px 0;position:static;left:0;top:41px;background:#fafafa}.responses-container-line{width:100%;margin-bottom:-12px}.date-time{margin-top:10px;margin-bottom:10px}.response-result{-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-positive:0;flex-grow:0;margin:0 0 -20px;display:inline-block}.date-container{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 8px;background:#fafafa;border:1px solid #d6d5d4;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;grid-row-gap:1.5rem;row-gap:1.5rem}.date-container,.date-response{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.date-response{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;font-weight:700;grid-gap:2.5rem;gap:2.5rem}.divide{--tw-divide-x-reverse:0;border-right-width:calc(2px*var(--tw-divide-x-reverse));border-left-width:calc(2px*(1 - var(--tw-divide-x-reverse)))}.circle{background-color:red;height:40px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;width:40px}.align-columns{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:780px){.surveydetailsform-wrapper{.surveyformfield{-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 2fr 1fr;.radio-wrap{grid-gap:5rem;gap:5rem;margin-bottom:0}.radio-wrap,.radio-wrap div{display:-webkit-box;display:-ms-flexbox;display:flex}.radio-wrap div{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.radio-btn{width:1.5rem;height:1.5rem}.radio-btn-checkmark{height:1.75rem;width:1.75rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-radius:9999px;display:block}.radio-wrap .radio-btn-wrap input:checked~.radio-btn-checkmark:after{display:block;--bg-opacity:1;background-color:#667eea;background-color:rgba(244,119,56,var(--bg-opacity));height:1.25rem;width:1.25rem;border-radius:9999px;position:absolute;top:4px;left:4px}}}.newSurveyForm_wrapper{display:grid;padding:16px;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));border-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));border-radius:.25rem;grid-template-columns:33% 1fr;.newSurveyForm_quesno{font-size:18px;line-height:28px;font-weight:500}.newSurveyForm_questions{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1rem;gap:1rem;.text-input{width:75%}.employee-select-wrap{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}}.newSurveyForm_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:.5rem;gap:.5rem;.checkbox-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.checkbox-wrap .label{margin-left:40px}}.newSurveyForm_seprator{width:1px;height:1.5rem;border-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity))}}.surveyformslist_wrapper{width:75%;display:grid;grid-gap:1.5rem;gap:1.5rem;padding-top:16px;padding-bottom:16px}}.unstyled-button{border:none;padding:0;background:none}.digit-action-bar-wrap{@extend .light-text-color-primary;@extend .light-paper-primary;-webkit-box-shadow:rgba(0,0,0,.16) 0 -2px 8px;box-shadow:0 -2px 8px rgba(0,0,0,.16);max-width:100%;z-index:100;left:0;bottom:0;width:100%;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:8px;position:fixed;text-align:right;div{width:100%}.digit-menu-wrap{position:absolute;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;cursor:pointer;@extend .light-background;bottom:45px;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);width:calc(100% - 16px);right:8px;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-primary;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%;@extend .light-background}}}}@media (min-width:780px){.digit-action-bar-wrap{-webkit-box-shadow:rgba(0,0,0,.16) 0 -2px 8px;box-shadow:0 -2px 8px rgba(0,0,0,.16);left:0;max-width:none;z-index:999;position:fixed;bottom:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding-top:8px;padding-bottom:8px;padding-right:24px;text-align:right;div{width:calc(100% - 16px)}.digit-menu-wrap{bottom:45px;top:unset;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);position:absolute;height:auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;width:240px;right:24px;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%}}}}}.digit-action-bar-wrap-registry{div{width:100%}.digit-menu-wrap{position:absolute;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;cursor:pointer;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);width:160px;right:60px;@extend .light-background;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%;@extend .light-background}}}.digit-search-add{padding:12px 16px;@extend .light-primary;color:#f47738;cursor:pointer}.digit-search-add,.digit-search-add-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.digit-search-add-icon{@extend .light-primary-button;background:#f47738;border-radius:50%;height:24px;width:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:10px}}.digit-checkbox-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;position:relative;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;input{width:38px;height:38px;opacity:0;position:absolute;top:0;left:0;z-index:10;@extend .light-input-border}.input-emp{@extend input;width:24px;height:24px}.digit-custom-checkbox{width:38px;height:38px;position:absolute;top:0;left:0;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));z-index:0;@extend .light-input-border;img,svg{opacity:0}}.digit-custom-checkbox-emp{@extend .digit-custom-checkbox;width:24px;height:24px}input:checked~.digit-custom-checkbox,input:hover~.digit-custom-checkbox{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity));@extend .light-input-border}input:checked~.digit-custom-checkbox img{opacity:1}input:checked~.digit-custom-checkbox svg{opacity:1;width:35px;height:35px}.label{margin-left:56px;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-text-color-primary}}.field-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:540px;display:flex;align-items:center;.component-in-front{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;@extend .light-background;@extend .light-input-border;margin-top:0;border:1px solid;border-right:none;padding:7px}}.card-date-input{@extend .light-input-border}.text-input{input{background-color:initial;&:hover{--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));@extend .light-input-border}}}.employee-card-input-error{@extend .light-input-border;@extend .alert-error}.card-input-error{--border-opacity:1;border:1px solid #d4351c;border-color:rgba(212,53,28,var(--border-opacity));@extend .light-input-border;@extend .alert-error}.card-input-error,.employee-card-input{margin-bottom:24px;padding-left:8px;display:block;width:100%;height:2.5rem;outline:2px solid transparent;outline-offset:2px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.employee-card-input{--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));@extend .light-input-border}.employee-card-input:disabled{--border-opacity:1!important;border-color:#9e9e9e!important;border-color:rgba(158,158,158,var(--border-opacity))!important;--text-opacity:1!important;color:#9e9e9e!important;color:rgba(158,158,158,var(--text-opacity))!important;pointer-events:none!important;@extend .light-input-border;@extend .light-text-color-disabled}.employee-card-input--front{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;@extend .light-background;border-right:0;padding-right:5px}.employee-card-input-error{padding-left:8px;height:2.5rem;--border-opacity:1;border:1px solid #d4351c;border-color:rgba(212,53,28,var(--border-opacity));line-height:2.5rem;@extend .light-input-border;@extend .alert-error}.card-textarea,.employee-card-input-error,.employee-card-textarea{margin-bottom:24px;display:block;width:100%;outline:2px solid transparent;outline-offset:2px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.card-textarea,.employee-card-textarea{margin-top:16px;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));height:6rem;padding:8px;@extend .light-input-border}.employee-card-textarea{width:100%}.citizen-card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-input-border}.citizen-card-input--front{@extend .light-background;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:0;padding-right:5px}.break-line{@extend .light-input-border;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));margin-top:24px;margin-bottom:24px}.primary-label-btn{svg{fill:#667eea}@extend .light-primary}.digit-radio-wrap{margin-top:8px;display:block;line-height:2.5rem;margin-bottom:24px;div{display:block;margin-bottom:16px}.digit-radio-btn-wrap{display:block;float:left;position:relative;&:hover{.digit-radio-btn-checkmark{--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}}}.digit-radio-btn{opacity:0;position:absolute;cursor:pointer;height:2.5rem;width:2.5rem}.digit-radio-btn-checkmark{@extend .light-input-border;height:2.5rem;width:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-radius:9999px;display:block}label{@extend .light-text-color-primary;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;margin-left:16px}.digit-radio-btn-checkmark:after{content:""}.digit-radio-btn-wrap input:checked~.digit-radio-btn-checkmark{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}.digit-radio-btn-wrap input:checked~.digit-radio-btn-checkmark:after{display:block;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));height:1.25rem;width:1.25rem;border-radius:9999px;position:absolute;top:10px;left:10px}}.digit-reverse-radio-selection-wrapper{div{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;-ms-flex-line-pack:justify;align-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;place-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.digit-employee-select-wrap{margin-bottom:24px;position:relative;.digit-select{@extend .light-input-border;position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));&:hover{@extend .light-input-border;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity))}input[type=text]{width:calc(100% - 32px);background-color:initial;@extend .light-input-border;@extend .light-text-color-primary;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{padding-top:9px;@extend .light-text-color-primary;float:left;margin-left:8px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.digit-select-active{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));@extend .light-input-border;input[type=text]{width:calc(100% - 32px);background-color:initial;@extend .light-background;@extend .light-text-color-primary;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{@extend .light-text-color-primary;float:left;margin-left:8px;padding-top:9px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.digit-options-card{width:100%!important;-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);max-height:400px;overflow:auto;position:absolute;z-index:20;margin-top:4px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));max-width:100%;p{padding-top:14px;@extend .light-text-color-primary;width:100%;height:3rem;padding-left:8px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));@extend .light-background}}}}.digit-employee-select-wrap--elipses{width:85%!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.digit-select-wrap{margin-bottom:24px;position:relative;max-width:540px;.digit-select{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));@extend .light-input-border;input[type=text]{width:calc(100% - 32px);background-color:initial;@extend .light-text-color-primary;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{padding-top:9px;@extend .light-text-color-primary;float:left;margin-left:8px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.digit-select-active{@extend .light-input-border;position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));input[type=text]{width:calc(100% - 32px);background-color:initial;@extend .light-text-color-primary;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{@extend .light-text-color-primary;float:left;margin-left:8px;padding-top:9px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.digit-options-card{width:100%!important;-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);@extend .light-background;position:absolute;z-index:20;margin-top:4px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));p{padding-top:14px;@extend .light-text-color-primary;width:100%;height:3rem;padding-left:8px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}}}}.horizontal-nav{@extend .light-paper-primary;@extend .light-text-color-primary;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:3rem;.menu-item{border:10px;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;text-decoration:none;margin:0;padding:0;outline:none;font-size:16px;position:relative;color:#5f5c62;line-height:48px;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;min-height:48px;white-space:normal;background:none;.icon{@extend .light-background;display:block;color:#757575;fill:#757575;height:21px!important;width:21px!important;float:left;margin-top:12px}.edit-btn-ico{height:17px;width:17px;margin-top:16px}.icon+.menu-label{margin-left:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:780px){.sidebar-list{padding-right:30px;padding-left:30px;background-color:#eee;border:1px solid #ddd;border-radius:8px 8px 0 0;&.active{font-weight:600;border-bottom:3px solid #667eea;background-color:#fff;.menu-label{color:#667eea}.icon{fill:#667eea}}.submenu-container{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.sidebar-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px 15px!important;svg{width:24px!important;height:24px!important;color:#757575;fill:#757575}.actions{.tooltip{margin-left:16px}}}.actions,.sidebar-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.actions{overflow:hidden!important;span{margin-left:13px;line-height:48px;white-space:nowrap;color:#5f5c62;overflow:hidden;text-overflow:ellipsis}}}.submenu-container:first-child{margin-top:5px;.employee-search-input{margin-left:16px!important}}}.sidebar-list-search-form{padding-right:30px;padding-left:30px;&.active{font-weight:600;border-bottom:3px solid #667eea;background-color:#fff;.menu-label{color:#667eea}.icon{fill:#667eea}}.submenu-container{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.sidebar-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px 15px!important;svg{width:24px!important;height:24px!important;color:#757575;fill:#757575}.actions{.tooltip{margin-left:16px}}}.actions,.sidebar-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.actions{overflow:hidden!important;span{margin-left:13px;line-height:48px;white-space:nowrap;color:#5f5c62;overflow:hidden;text-overflow:ellipsis}}}.submenu-container:first-child{margin-top:5px;.employee-search-input{margin-left:16px!important}}}.dropdown-link{.actions{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em;svg{width:21px;height:21px;color:#757575;fill:#757575}span{color:#5f5c62}}}}}.sidebar-link{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;padding:20px 15px 15px!important;svg{width:24px!important;height:26px!important;color:#757575;fill:#757575}}.inbox-search-links-container{@extend .light-paper-primary;height:100%;width:100%!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;.header{@extend .light-text-color-primary;display:grid;grid-template-columns:20% 1fr;.logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;.inbox-search-icon--projects{fill:#f47738;height:2rem;width:2rem}}.text{@extend .light-text-color-primary;line-height:32px;font-weight:700;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (min-width:1024px){.text{font-size:24px}}@media (max-width:1024px){.text{font-size:20px}}}.contents{margin-top:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.link{@extend .light-primary;padding:8px;--text-opacity:1;color:#f47738;color:rgba(244,119,56,var(--text-opacity))}}}.search-wrapper{@extend .light-text-color-primary;@extend .light-paper-primary;height:100%;width:100%;padding:1rem;.popup-label{display:-webkit-box;display:-ms-flexbox;display:flex;@extend .light-text-color-primary;.header{@extend .light-text-color-primary;width:100%;font-weight:400;.icon{@extend .light-primary;margin-right:12px;margin-top:5px}}}.filter-header-wrapper{@extend .light-text-color-primary;display:grid;grid-template-columns:15% 1fr 15%;height:3rem;margin-bottom:1rem;.icon-refresh{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;border:1px solid rgba(0,0,0,.0902);cursor:pointer;svg{height:60%;width:40%}}.label{@extend .light-text-color-primary;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (min-width:1024px){.label{font-size:24px}}@media (max-width:1024px){.label{font-size:16px}}.icon-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.search-field-wrapper{display:grid;grid-row-gap:.25rem;row-gap:.25rem;grid-column-gap:1rem;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;&.inbox{grid-template-columns:repeat(3,1fr);&.filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}&.search{grid-template-columns:repeat(4,1fr)}.text-input{@extend .light-primary}}.search-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:1rem;gap:1rem;padding-top:8px;&.inbox{grid-column:2/span 2;&.filter{button{width:100%}}}&.search{grid-column:3/span 2}}}@media (max-width:425px){.search-wrapper{.search-field-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}}.search-component-table{width:100%;display:block;overflow-x:auto;overflow-y:hidden;table{th{.tooltip{min-width:80px}}tr{td{span{white-space:pre;.tooltip{position:relative;display:inline-block;margin-left:16px;.tooltiptext{visibility:hidden;background-color:#555;color:#fff;text-align:left;border-radius:6px;padding:5px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;width:30rem}}}}}}}.inbox-search-wrapper{height:100%;.inbox-search-component-wrapper{width:100%;.sections-parent{display:grid;grid-template-columns:20% 1fr;grid-gap:1rem;gap:1rem;&.inbox{@extend .light-text-color-primary;.links{@extend .light-primary;@extend .light-paper-primary;.text{@extend .light-text-color-primary}.inbox-links-icon{color:#f47738;fill:#f47738;path{fill:#f47738}}}}&.search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.section{&.links{display:none}&.filter{display:none}}.search-wrapper{@extend .light-paper-primary;.search-field-wrapper.search.custom-both-clear-search{.search-button-wrapper.search{grid-column:initial}.search-button-wrapper{.link-label{@extend .light-primary;white-space:normal}.submit-bar{@extend .light-primary-button;width:60%}}}}}&.download{grid-template-columns:100%}.section{@extend .light-paper-primary;@extend .light-text-color-primary;min-height:10rem;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;border-radius:4px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);&.search-results{min-height:0}&.links{color:#f47738;.inbox-search-links-component{height:100%!important;width:100%}}&.filter{@extend .light-paper-primary;@extend .light-text-color-primary;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}}}}@media (max-width:425px){.employee-main-application-details-for-modal{padding:0!important}.inbox-search-wrapper{.inbox-search-component-wrapper{.sections-parent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.section{&.as-modal{position:fixed;top:0;height:100vh;width:100vw}}}}}}.sidebar-link:hover .arrow{display:block}.hidden-arrow{display:none}.new-dropdown-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 15px 15px!important;color:#fff;font-size:1rem;font-weight:500;text-decoration:none;margin-left:0!important;height:3rem!important;margin-left:1rem;margin-top:.5rem}.selected,.selected-item{background-color:#e0e0e0}.selected-item{color:#000}.new-sidebar{height:90%;overflow:scroll;&::-webkit-scrollbar{display:none;-ms-overflow-style:none;scrollbar-width:none}}.new-sidebar>div{height:auto;overflow-y:auto;overflow-x:hidden;padding-right:2px}.new-sidebar>div::-webkit-scrollbar-thumb{background:transparent}.link-icon,.link-icon svg{width:24px!important;height:26px!important}.employee-search-input{width:150px;background-color:initial;&.nav-bar{color:#fff}&.nav-bar::-webkit-input-placeholder{color:#fff}&.nav-bar::-moz-placeholder{color:#fff}&.nav-bar:-ms-input-placeholder{color:#fff}&.nav-bar::-ms-input-placeholder{color:#fff}&.nav-bar::placeholder{color:#fff}}.search-icon-wrapper-new{margin-left:.35rem}.search-icon-wrapper-new svg{fill:#fff!important;width:21px;height:21px}.search-icon-wrapper-new svg path{fill:#fff!important}.submenu-container{overflow:scroll;margin-bottom:1rem;&::-webkit-scrollbar{display:none}&.level-2{border-left:1px solid;margin-left:2rem}&.level-1{margin-left:-1.5rem}}.actions{&.level-0{margin-left:.4rem}&.selected-action-level-0{color:#667eea!important}&.selected-action-level-1{border-left:4px solid #667eea;margin-left:-.6rem;height:2rem;color:#667eea!important}&.default-1{margin-left:-.6rem;height:2rem;width:111%!important}&.custom{margin-left:.3rem}&:hover{background-color:#6a8e9d;opacity:.8}}.home-link{a{color:#1d70b8}}.application-details-link-button{.download-button{color:#667eea;margin-left:8px}}.response-download-button{.download-button{color:#667eea;margin-left:8px}}.form-pt-dropdown-only{.options-card{position:unset}}.primary-label-btn{svg{fill:#667eea}}.react-time-picker{&__wrapper{border:2px solid #0b0c0c;padding-left:16px}&__inputGroup__input{padding-left:8px;padding-right:8px;line-height:2.5rem;min-width:16px;&:focus{outline:2px solid #000}}}.static{&-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;max-height:75vh;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none;&::-webkit-scrollbar{display:none}}}.bill-summary{.bill-account-details{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;padding:5px;.label{width:50%;font-weight:700}.value{width:50%;text-align:right}}.amount-details{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;.label,.value{width:50%;font-weight:700}.value{text-align:right;font-size:18px}}}.bill-payment-amount{.payment-amount-front{position:absolute;z-index:10;width:2.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;background-color:#efefef;padding:7px 12px;color:#9a9a9a}}.select-payment-type{.value{font-size:20px}}.cheque-date{input{width:100%;text-indent:5px;padding:6px 0}button,input{outline:2px solid transparent;outline-offset:2px;border:0;background:transparent}button{text-indent:2px}}.ifsc-field{input{width:100%;text-indent:5px;padding:6px 0}button,input{outline:2px solid transparent;outline-offset:2px;border:0;background:transparent}button{text-indent:2px}}.text-input{input{&:hover{--border-opacity:1;border:1px solid #667eea}}}.inbox-search-container{.result{margin-top:24px}}.edcr-citizen-inbox{thead th:first-child{min-width:155px}}.error-boundary{.error-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:400px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-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;h1{font-size:32px;font-weight:700}button{height:40px;width:153px;border-radius:0;padding:8px 24px;color:#fff;cursor:pointer;background-color:#667eea}}}.full-employee-card-link{a{color:inherit;text-decoration:inherit}}.complaint-summary{@media (min-width:780px){-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-left:1rem;margin-top:1rem}}.ws-custom-wrapper{.submit{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;width:100%!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;button{width:240px!important}p{width:unset;margin-right:1rem}}}.connection-details-old-value-wrapper,.plumber-details-old-value-wrapper{.old-value-null-wrapper{visibility:hidden;padding-bottom:8px;margin-bottom:8px}.row{color:#b1b4b6;font-weight:700;font-size:16px}}.connection-details-old-value-wrapper,.plumber-details-old-value-wrapper{.old-value-null-wrapper{visibility:hidden;padding-bottom:8px;margin-bottom:8px}.row{color:#b1b4b6;font-weight:700;font-size:16px}}.privacy-icon:hover{path{fill:#f47738}}.privacy-icon-2:hover{path{fill:none}}.typography{&.text-heading-xl{font-family:Roboto Condensed;font-style:normal;font-weight:700;color:#0b0c0c;line-height:normal;@media (min-width:1024px){font-size:2.5rem}@media (min-width:768px){font-size:2.25rem}@media (min-width:400px){font-size:2rem}}&.text-heading-l{@media screen and (min-width:1024px){font-size:2rem}@media screen and (min-width:768px){font-size:1.75rem}@media screen and (min-width:400px){font-size:1.5rem}}&.text-heading-l,&.text-heading-m{font-family:Roboto;font-style:normal;font-weight:700;color:#0b0c0c;line-height:normal}&.text-heading-m{@media screen and (min-width:1024px){font-size:1.5rem}@media screen and (min-width:768px){font-size:1.375rem}@media screen and (min-width:400px){font-size:1.5rem}}&.text-heading-s{font-family:Roboto;font-style:normal;font-weight:700;color:#0b0c0c;line-height:normal;@media screen and (min-width:1024px){font-size:1rem}@media screen and (min-width:768px){font-size:1rem}@media screen and (min-width:400px){font-size:1rem}}&.text-heading-xs{@media screen and (min-width:400px){font-size:.75rem;font-family:Roboto;font-style:normal;font-weight:700;color:#0b0c0c;line-height:normal}}&.text-caption-l{font-family:Roboto;font-style:italic;font-weight:500;color:#0b0c0c;line-height:normal;@media screen and (min-width:1024px){font-size:1.75rem}@media screen and (min-width:768px){font-size:1.75rem}@media screen and (min-width:400px){font-size:1.5rem}}&.text-caption-m{@media screen and (min-width:1024px){font-size:1.5rem}@media screen and (min-width:768px){font-size:1.5rem}@media screen and (min-width:400px){font-size:1.25rem}}&.text-caption-m,&.text-caption-s{font-family:Roboto;font-style:italic;font-weight:500;color:#0b0c0c;line-height:normal}&.text-caption-s{@media screen and (min-width:1024px){font-size:1.25rem}@media screen and (min-width:768px){font-size:1.25rem}@media screen and (min-width:400px){font-size:1.25rem}}&.text-body-l{@media screen and (min-width:1024px){font-size:1.25rem;line-height:1.75rem}@media screen and (min-width:768px){font-size:1.25rem;line-height:1.75rem}@media screen and (min-width:400px){font-size:1rem;line-height:1.5rem}}&.text-body-l,&.text-body-s{font-family:Roboto;font-style:italic;font-weight:400;color:#0b0c0c}&.text-body-s{@media screen and (min-width:1024px){font-size:1rem;line-height:1.5rem}@media screen and (min-width:768px){font-size:1rem;line-height:1.5rem}@media screen and (min-width:400px){font-size:.875rem;line-height:1.0938rem}}&.text-body-xs{font-family:Roboto;font-style:italic;font-weight:400;color:#0b0c0c;@media screen and (min-width:1024px){font-size:.875rem;line-height:1.5rem}@media screen and (min-width:768px){font-size:.875rem;line-height:1.5rem}@media screen and (min-width:400px){font-size:.75rem;line-height:1.125rem}}&.text-label{font-style:italic;@media screen and (min-width:1024px){font-size:1rem}@media screen and (min-width:768px){font-size:1rem}@media screen and (min-width:400px){font-size:1rem}}&.text-label,&.text-link{font-family:Roboto;font-weight:400;color:#0b0c0c;line-height:normal}&.text-link{font-style:normal;text-decoration:underline;@media screen and (min-width:1024px){font-size:1rem}@media screen and (min-width:768px){font-size:1rem}@media screen and (min-width:400px){font-size:1rem}}}.digit-action-links{@extend .light-primary;font-size:16px!important;line-height:24px!important;margin-right:24px!important;cursor:pointer}.app-container{@extend .light-background;width:100%;form{.card{max-width:960px;h2{@extend .light-text-color-primary;text-align:left}.field-container{max-width:540px}button{@extend .light-primary-button;max-width:240px}.card-text-button,.input-otp-wrap{@extend .light-primary-button;text-align:left}}}}@media (min-width:780px){.employee-app-container{width:100%}.app-container{width:100%;form{.card{max-width:960px;h2{text-align:left}.field-container{max-width:540px}button{max-width:240px}.card-text-button,.input-otp-wrap{text-align:left}}}}}body{@extend .light-background}.body-container{@extend .light-background;height:100%;min-height:100vh;overflow-x:hidden}.body-container::-webkit-scrollbar{display:none}.h1{@extend .light-text-color-primary;font-size:24px;line-height:32px;font-weight:700}.h1,.link-label{margin-bottom:16px;margin-left:16px}.link-label{@extend .light-primary;display:block;cursor:pointer;&:hover{@extend .light-text-color-primary}}@media (min-width:780px){.h1{font-size:36px;line-height:40px}.h1,.link-label{margin-left:0}}.digit-bread-crumb{@extend .light-text-color-secondary;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.digit-bread-crumb--item{margin-left:5px;&:not(:last-child):after{content:" /"}button{outline:none}.last{@extend .light-text-color-primary}span{cursor:pointer}}ol,ul{list-style:none}.digit-banner-emp-success-wrap,.digit-banner-success-wrap{display:block;--bg-opacity:1;background-color:#00703c;background-color:rgba(0,112,60,var(--bg-opacity));width:100%;text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));padding-top:16px;padding-bottom:8px;margin-bottom:16px;header{display:block;margin-bottom:8px;font-family:Roboto Condensed,sans-serif;font-weight:700;font-size:32px;line-height:40px}div{img,svg{padding:13.67px;margin-left:auto;margin-right:auto;--border-opacity:1;border:1px solid #fff;border-color:rgba(255,255,255,var(--border-opacity));border-radius:9999px;height:4rem;width:4rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-bottom:16px}svg.payment-svg{border:unset;background-color:unset;border-radius:9999px}h2{font-size:16px;line-height:19px;margin-bottom:8px}h2,p{font-weight:700}p{font-size:18px;line-height:21px}}}.digit-banner-emp-error-wrap,.digit-banner-error-wrap{display:block;--bg-opacity:1;background-color:#d4351c;background-color:rgba(212,53,28,var(--bg-opacity));width:100%;text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));padding-top:16px;padding-bottom:8px;margin-bottom:16px;header{display:block;margin-bottom:8px;font-family:Roboto Condensed,sans-serif;font-weight:700;font-size:32px;line-height:40px}img,svg{margin-left:auto;margin-right:auto;padding:13.67px;--border-opacity:1;border:1px solid #fff;border-color:rgba(255,255,255,var(--border-opacity));border-radius:9999px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));height:4rem;width:4rem;margin-bottom:16px}}@media (min-width:780px){.digit-banner-success-wrap{header{font-size:48px;line-height:56px}}.digit-banner-emp-success-wrap{width:100%;header{font-size:48px;line-height:56px}}.digit-banner-error-wrap{width:100%;header{font-size:48px;line-height:56px}}.digit-banner-emp-error-wrap{width:100%;header{font-size:48px;line-height:56px}}}.banner{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;height:calc(100vh - 80px);background:-webkit-gradient(linear, left top, left bottom, from(rgba(11, 75, 102, 0.8)), to(rgba(11, 75, 102, 0.8))), var(--banner-url) center center;background:linear-gradient(rgba(11,75,102,.8),rgba(11,75,102,.8)),var(--banner-url) 50%;.bannerCard{min-width:400px}.bannerLogo{width:80px;height:40px;-o-object-fit:contain;object-fit:contain;padding-right:10px;margin-right:10px;border-right:1px solid #0b0c0c}.bannerHeader{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;margin-bottom:24px}}.banner-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.digit-break-line{border-style:solid;border-width:1px;@extend .light-input-border}.digit-screen-loader{position:fixed;top:0;left:0;width:100%;height:100%;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;z-index:9999;@extend .light-background;.digit-ldio-pjg92h09b2o div{position:absolute;width:52px;height:52px;border:12px solid #667eea;border-top-color:transparent;border-radius:50%}}.digit-module-loader,.digit-page-loader{text-align:center}.digit-page-loader{padding-top:88px}.digit-module-loader{padding:16px}@-webkit-keyframes digit-ldio-pjg92h09b2o{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes digit-ldio-pjg92h09b2o{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}.digit-ldio-pjg92h09b2o div{position:absolute;width:52px;height:52px;border:12px solid #22394d;border-top-color:transparent;border-radius:50%;-webkit-animation:digit-ldio-pjg92h09b2o 1s linear infinite;animation:digit-ldio-pjg92h09b2o 1s linear infinite;top:50px;left:50px}.digit-loadingio-spinner-rolling-faewnb8ux8{width:48px;height:48px;display:inline-block;overflow:hidden;background:none}.digit-ldio-pjg92h09b2o{width:100%;height:100%;position:relative;-webkit-transform:translateZ(0) scale(.48);transform:translateZ(0) scale(.48);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0}.digit-ldio-pjg92h09b2o div{-webkit-box-sizing:content-box;box-sizing:initial}.digit-header{@extend .light-text-color-primary;font-size:24px;line-height:32px;font-weight:700;margin-bottom:16px;margin-left:16px}.digit-checkpoint-connect-wrap{padding-bottom:40px;position:relative}.digit-checkpoint-done{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;h2{z-index:1;width:24px;height:24px;border-radius:50%;--border-opacity:1;border-color:#667eea;border-bottom:1px;border-color:rgba(102,126,234,var(--border-opacity));border-style:solid;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity))}header{margin-left:16px;p{margin-top:4px;@extend .light-text-color-secondary}}}.digit-checkpoint{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;h2{z-index:1;width:24px;height:24px;border-radius:50%;--text-opacity:1;--border-opacity:1;border-color:#d6d5d4;border-bottom:1px;border-color:rgba(214,213,212,var(--border-opacity));border-style:solid;--bg-opacity:1;background-color:#d6d5d4;background-color:rgba(214,213,212,var(--bg-opacity))}header{margin-left:16px;p{margin-top:4px;@extend .light-text-color-secondary}}}.digit-checkpoint-connect{margin-left:12px;margin-top:22px;position:absolute;top:0;left:0;height:100%;--border-opacity:1;border-color:#d6d5d4;border-left:1px;border-color:rgba(214,213,212,var(--border-opacity));border-style:solid}.digit-checkpoint-comments-wrap{max-width:560px;--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));padding:8px;margin-top:8px;h4{@extend .light-text-color-primary}h4,p{font-size:16px;line-height:24px}p{@extend .light-text-color-secondary}}.digit-back-button{@extend .light-text-color-primary;@extend .light-input-border;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-bottom-width:1px;font-family:Roboto Condensed,sans-serif;font-size:16px;line-height:24px;margin-left:8px;margin-bottom:16px;img,p,svg{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:780px){.digit-back-button{margin-left:0}}.digit-button-primary{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;@extend .light-primary-button;text-align:center;cursor:pointer;outline:2px solid transparent;outline-offset:2px;padding-left:24px;padding-right:24px;&.disabled{opacity:.5}&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}}.digit-button-secondary{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;@extend .light-paper-secondary;text-align:center;cursor:pointer;--border-opacity:1;border-color:#667eea;border-bottom:1px;border-style:solid;border-color:rgba(102,126,234,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;padding-left:24px;padding-right:24px;&:focus{outline:2px solid transparent;outline-offset:2px}h2{@extend .light-primary;font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px}.disabled{opacity:.5}}.submit-bar:focus{outline:2px solid transparent!important;outline-offset:2px!important}.digit-info-banner-wrap{--bg-opacity:0.25;margin:8px;padding:16px;max-width:960px;@extend .alert-info-bg;border-radius:4px;svg{margin-top:5px;border-radius:9999px}div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}h2{font-size:18px;line-height:28px;margin-bottom:16px;font-weight:700;margin-left:8px}h2,p{--text-opacity:1;color:#1d70b8;color:rgba(29,112,184,var(--text-opacity))}p{font-size:16px;line-height:24px;white-space:pre-line}}@media (min-width:780px){.digit-info-banner-wrap{h2{font-size:24px;line-height:32px}p{font-size:19px;line-height:28px}}}.digit-photos-wrap{max-width:640px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:16px;img,svg{margin-right:14px}.last,img,svg{width:calc(33% - 9.333px)}}.digit-image-pdf-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:center;align-content:center;.digit-url{min-width:100px;margin-right:10px;max-width:100px;height:auto;.digit-icon{background:#f6f6f6;padding:8px;width:100px}}}.digit-expand-collapse-wrapper{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:1rem}.digit-expand-collapse-header{background-color:#f2f2f2;display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px;position:relative;font-weight:bolder;border:1px solid #828282;border-radius:4px}.digit-icon-toggle{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;h5{color:#667eea;display:inline}}}.digit-expand-collapse-header .label{display:block;text-align:left}.digit-expand-collapse-header .value{display:block;text-align:right;margin-right:2rem}.digit-toggling-wrapper.digit-collapse{-webkit-box-flex:0;-ms-flex:none;flex:none;overflow:hidden;height:0;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.digit-toggling-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box}.digit-date-picker{position:relative;width:100%;cursor:pointer;.citizen{max-width:540px}.digit-employee-card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-input-border;width:calc(100% - 62px);padding-right:9px}}.digit-error-message{@extend .alert-error;display:block;font-size:14px;line-height:16px;margin-bottom:16px}.digit-rating-star-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:24px;img,svg{width:40px;height:38px;display:block;margin-right:8px}}@media (min-width:780px){.digit-rating-star-wrap{width:40%}}.digit-rating-with-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;place-items:center;width:100%;svg{width:24px;height:38px;display:block;margin-right:8px}}.digit-no-data-found{height:100%;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.digit-error-msg{margin-top:2rem}}.digit-mobile-number-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.digit-citizen-card-input--front{@extend .light-background}.digit-citizen-card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.digit-citizen-card-input--front{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#eee;border-right:0;padding-right:5px}.digit-employee-card-input-error{margin-bottom:24px;padding-left:8px;display:block;width:100%;height:2.5rem;outline:2px solid transparent;outline-offset:2px;border-width:1px;border-style:solid;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-input-border;@extend .alert-error}}.digit-tag-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px;.digit-tag{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));border-radius:1rem;padding-top:8px;padding-bottom:8px;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;padding-left:12px;padding-right:12px;font-size:14px;margin-left:2px;height:2rem;margin-top:1rem;.digit-text{padding-right:5px;max-width:calc(100% - 24px);height:22px;overflow:hidden;text-overflow:clip}&:hover{cursor:pointer;.close{fill:#000}}}}.digit-popup-wrap{background:rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;width:100%;height:100%;overflow:auto;top:0;left:0;min-height:100vh;z-index:10000}@media (min-width:780px){.digit-popup-wrap{background:rgba(0,0,0,.7);min-height:100vh}}.digit-popup-close-icon{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.digit-popup-close-icon,.digit-telephone{display:-webkit-box;display:-ms-flexbox;display:flex}.digit-telephone{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;img,svg{height:22px;width:20px;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));margin-left:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0}p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:24px;padding-left:8px}}.digit-call{display:-webkit-box;display:-ms-flexbox;display:flex;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity));font-size:16px;line-height:24px}.digit-card-textarea,.digit-employee-card-textarea{@extend .light-input-border}.digit-employee-card-textarea{width:100%}.digit-cell-text{color:#505a5f}.digit-text-input{position:relative;width:100%}.digit-text-input-width{max-width:540px}.digit-card-input{margin-top:8px}.digit-card-input,.digit-employee-card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.digit-employee-card-input:disabled{--border-opacity:1!important;border-color:#9e9e9e!important;border-color:rgba(158,158,158,var(--border-opacity))!important;--text-opacity:1!important;color:#9e9e9e!important;color:rgba(158,158,158,var(--text-opacity))!important;pointer-events:none!important}.digit-employee-card-input--front{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#eee;border-right:0;padding-right:5px}.digit-card-textarea,.digit-employee-card-textarea{display:block;outline:2px solid transparent;outline-offset:2px;margin-top:16px;margin-bottom:24px;width:100%;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));height:6rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));padding:8px}.digit-inputWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:500px;div{max-width:80px}span{margin-top:16px;margin-left:10%;margin-right:10%}}@media (min-width:780px){.digit-card-input{width:480px}.digit-card-input-emp{width:240px}.digit-card-input-error{width:480px}.digit-employee-card-input,.digit-employee-card-input-error{width:100%}.digit-card-textarea{width:100%;max-width:540px}.digit-employee-card-textarea{width:100%}.card-input-emp{width:240px}}.digit-citizen-card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.digit-citizen-card-input--front{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#eee;border-right:0;padding-right:5px}.digit-card-input-error,.digit-employee-card-input-error{margin-bottom:24px;padding-left:8px;display:block;width:100%;height:2.5rem;outline:2px solid transparent;outline-offset:2px;--border-opacity:1;border:1px solid #d4351c;border-color:rgba(212,53,28,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-input-border;@extend .alert-error}.digit-input-otp-wrap{margin-bottom:24px;input{--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;height:2.5rem;width:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-right:8px;margin-bottom:8px;text-align:center}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}}.digit-multi-select-dropdown-wrap{margin-bottom:24px;position:relative;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));width:100%;.digit-master,.digit-master-active{position:relative;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));height:2.5rem;width:100%;input[type=text]{position:absolute;top:0;left:0;padding:8px;min-height:100%;min-width:100%;opacity:0;&:focus{outline:2px solid transparent;outline-offset:2px}}.digit-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;width:100%;height:100%;svg{height:1.5rem;width:1.5rem}}&:hover{--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity))}}.digit-master-active{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity));input[type=text]{opacity:1}.digit-label{display:none}}.digit-server{-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);top:40px;max-height:20vmax;overflow:scroll;position:absolute;min-width:100%;z-index:20;div{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;&:hover{background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}input{height:44px;position:absolute;min-width:100%;opacity:0;z-index:20;cursor:pointer}p{padding:12px;margin-top:5px;margin-bottom:5px;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.digit-custom-checkbox{height:28px;width:28px;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));margin:8px;svg{opacity:0;z-index:10}}input:checked~.digit-custom-checkbox,input:hover~.digit-custom-checkbox{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}input:checked~.digit-custom-checkbox svg{opacity:1}}}.digit-cursorPointer{cursor:pointer}.digit-master{.digit-label{p{white-space:pre;margin:auto auto auto 0;padding-left:1%}}}}.digit-upload-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:10rem;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));position:relative;margin-bottom:24px;padding-left:8px;padding-right:8px;--border-opacity:1;border:1px dashed #d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));max-width:540px;min-height:50px;padding:.5rem;img,svg{display:block;margin-top:58px;margin-left:calc(50% - 23px);height:42px;width:46px}input{position:absolute;width:100%;height:100%;opacity:0;top:0}.digit-cell-text{color:#505a5f;padding-top:3px}}.digit-multi-upload-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;div{display:block;position:relative;background-color:#fafafa;width:calc(33.33333% - 5.33333px);margin-right:8px;.digit-delete{position:absolute;height:24px;width:24px;border-radius:100%;top:2px;right:2px}}.digit-upload-img-container{border:1px dashed #d6d5d4;margin:0!important;img{margin-left:auto;margin-right:auto;padding-top:calc(33% - 21px)}svg{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;margin-left:auto;margin-right:auto;top:calc(50% - 21px);position:relative}input{position:absolute;width:100%;height:100%;opacity:0;top:0}}}.digit-upload-file-max-width{max-width:540px}.digit-upload-file{min-height:56px;position:relative;border-width:1px;--border-opacity:1;border-color:#464646;border-color:rgba(70,70,70,var(--border-opacity));width:100%;div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;margin-top:8px;-ms-flex-wrap:wrap;flex-wrap:wrap;.file-upload-status{font-size:16px;line-height:24px;margin-left:8px}}input{width:160px;position:absolute;top:0;left:0;opacity:0;height:100%}}@media (min-width:780px){.digit-multi-upload-wrap img{width:100%;height:158px}}.digit-upload-file-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;button{min-height:40px;width:43%;max-height:40px;margin:5px;padding:0;h2{word-break:break-all;line-height:16px;overflow:hidden;max-height:34px;max-width:100%}}.digit-tag-container{margin:0;padding:0}}.digit-input-mirror-selector-button{height:4rem!important;--bg-opacity:1!important;background-color:#d6d5d4!important;background-color:rgba(214,213,212,var(--bg-opacity))!important;text-align:center!important;--border-opacity:1!important;border-color:#464646!important;border-bottom:1px!important;border-style:solid!important;border-color:rgba(70,70,70,var(--border-opacity))!important;outline:2px solid transparent!important;outline-offset:2px!important;padding-left:24px!important;padding-right:24px!important;&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.bread-crumb.workbench-bredcrumb{a{color:#667eea}}.workbench{.workbench-create-form{display:inherit;padding-top:1.5rem;.digit-form-composer-sub-header{@extend .typography.text-heading-m;padding-left:1rem;@media (max-width:400px){padding-left:0}}form{#label_digit_root{display:none}#digit_root{width:100%;.field-wrapper{.form-group.field{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em 0 0 1em;@media (max-width:400px){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}&.field-error.has-error.has-danger{.control-label{@extend .alert-error}.form-control{@extend .alert-error-border}.card-label-error{display:inline;position:relative;margin:0;padding:0;top:-.7rem;font-weight:400}}&.field-boolean.field-error.has-error.has-danger{.card-label-error{position:static;display:block;margin-top:.5rem}}.control-label{max-width:12.5rem;margin-right:2.5rem;@extend .card-label;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:3rem;@extend .typography.text-heading-s;width:33.333333%;@media (max-width:768px){max-width:11rem;margin-right:1.5rem}@media (max-width:400px){width:100%}}.all-input-field-wrapper{width:60%;@media (max-width:400px){width:100%}.form-control{@extend .light-input-border;@extend .employee-card-input;font-style:inherit;font-family:inherit;max-width:37.5rem;min-width:20.5rem;margin-bottom:1rem;@media (max-width:768px){max-width:27.5rem;min-width:12.5rem}@media (max-width:400px){max-width:20.5rem;min-width:9.5rem;width:100%}&.form-select{padding:0;border:0;.digit__control{.digit__value-container:in-range{border-color:unset;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:unset;box-sizing:unset}}.digit__control--is-focused{border-color:#667eea!important}.digit__control--is-focused,.digit__control:hover{-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:unset;box-sizing:unset;outline:2px solid transparent;outline-offset:2px}.digit__control:hover{border-color:unset}}&.form-select:focus,.digit__control:focus,.digit__value-container:focus{border-color:#667eea;border-color:#667eea}&.form-select:focus{outline:2px solid transparent;outline-offset:2px}}.form-control:-moz-read-only{background-color:#eee;color:#505a5f}.form-control:read-only{background-color:#eee;color:#505a5f}.form-control:focus{outline:2px solid transparent;outline-offset:2px;border-color:#667eea}textarea.form-control{height:5rem}}&.field-string{-ms-flex-item-align:center;align-self:center}&.field-boolean{padding-top:0;padding-bottom:1rem;.custom-checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;&.custom-checkbox-disabled{pointer-events:none;opacity:.6}.custom-checkbox-label{@extend .typography.text-body-s;padding-left:8px}}.checkbox{width:28rem;label{float:left;span{width:17rem;display:none;@extend .card-label}input[type=checkbox]{@extend .light-input-border;@extend .employee-card-input;height:1.5rem}input[type=checkbox]#digit_root_active{accent-color:#667eea}input:checked,input:hover{border-width:1px;@extend .light-input-border}}}.field-radio-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:2.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.radio{margin-right:8px}}}&.field-object>.control-label{margin-left:.5rem}&.field-object{display:block;@extend .light-background;@extend .light-paper-border;padding:1rem;margin:1rem;.digit-expand-collapse-wrapper{margin-top:0}.digit-icon-toggle{top:-1.5rem;right:1.5em}.object-wrapper{.array-remove-button-wrapper{position:relative}}}&.field-array{display:block;@extend .light-paper-secondary;@extend .light-paper-border;margin:1rem;padding:1rem 2rem 2rem;.array-wrapper .array-item{&.jk-array-objects>.array-remove-button-wrapper{display:block}&.jk-array-objects{margin-bottom:2rem;.array-children>span .form-group.field.field-object{padding-bottom:3rem}.array-obj{position:absolute;bottom:1.5rem;left:2rem;>.array-remove-button-wrapper{position:unset}}}&.jk-array-of-non-objects>.array-remove-button-wrapper{display:inline;left:38.5rem;right:unset;top:.7rem}&.jk-array-of-non-objects .array-children{span .form-group{padding-left:0;.control-label{display:none}}}position:relative;.field-object{margin-left:0;margin-right:0}.array-remove-button-wrapper{position:absolute;right:1.3em;top:1.3em;.array-remove-button{cursor:pointer;@media (max-width:400px){padding-left:0;padding-bottom:0;padding-right:0;padding-top:0}h2{@media (max-width:400px){display:none}}}}span.all-input-field-wrapper{width:60%;.form-control{width:100%}}.control-label{width:33.333333%}}.jk-digit-secondary-btn{height:1.7em;margin-top:.5rem;@media (max-width:400px){height:auto;width:100%}h2{font-size:1rem}}.all-input-field-wrapper{.card-label-error{position:unset!important}}}.digit-expand-collapse-header{border:0;background-color:inherit;padding:0}}}}}div.action-bar-wrap{@extend .action-bar-wrap;.submit-bar{@extend .submit-bar;cursor:pointer;font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));line-height:2.5rem}}}.workbench-no-schema-found{display:-webkit-box;display:-ms-flexbox;display:flex;justify-items:center;-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}.jk-digit-loader{position:absolute;z-index:10000;width:100vw;background-color:hsla(0,0%,74.1%,.5);height:100vh;left:0;top:0;.jk-spinner-wrapper{width:100%;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;height:100%;.jk-spinner{border-radius:50%;border:.4em solid #fe7a51;border-top-color:#fff;width:4em;height:4em}}}.jk-sm-inbox-loader,.jk-spinner{-webkit-animation:spin 2s linear infinite;animation:spin 1s linear infinite}.jk-sm-inbox-loader{border-radius:50%;border:.2em solid #fe7a51;border-top-color:#fff;width:2em;height:2em}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.no-data-found{height:100%;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.digit-error-msg{margin-top:2rem}}.tooltip .tooltiptext{top:2rem;left:0;margin-left:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;white-space:normal;.tooltiptextvalue{font-size:14px;font-weight:400px;color:#fff}}.employeeCard.manage-master-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:2.1rem;@media (max-width:400px){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.employee-select-wrap.form-field{width:25%;margin-right:1rem;@media (max-width:400px){width:100%}}}.table{padding-left:.8rem;padding-right:.8rem;&-row-mdms:hover{background-color:#feefe7;cursor:pointer}}}.header-btn{width:12rem}.drag-drop-container{background-color:#fafafa;border:1.5px dashed #d6d5d4;border-radius:5px;margin:-1rem 1rem 1rem;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;.drag-drop-text{.browse-text{color:#f47738;-webkit-transition:color .3s;transition:color .3s}.browse-text:hover{color:#f47738;text-decoration:underline;cursor:pointer}}}.uploaded-file-container{background-color:#fafafa;border:1.5px solid #d6d5d4;border-radius:5px;margin:.5rem 1rem 2rem;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;padding:.6rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.uploaded-file-container-sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.icon:hover{cursor:pointer}}}button:hover{cursor:pointer}.popup-header-fix{margin-top:-.5rem!important}.option-details{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:999;border:1px solid #d6d5d4;background-color:#fff;padding:2em;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:40%;min-width:300px;.detail-container{margin-top:20px;overflow-y:auto;max-height:50vh;.detail-item{margin:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;[dir=ltr] .key{text-align:left!important}[dir=rtl] .key{text-align:right!important}.key{-ms-flex-preferred-size:30%;flex-basis:30%;margin-right:10px;font-weight:700}[dir=ltr] .value{text-align:left!important}[dir=rtl] .value{text-align:right!important}.value{-ms-flex-preferred-size:70%;flex-basis:70%}}.separator{margin:10px 0;border:none;border-bottom:1px solid #ccc}.select,.view-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:1.5em}}}.close-button{-ms-flex-item-align:end;align-self:flex-end;cursor:pointer;font-weight:700;position:absolute;padding:7px;top:0;right:0;border:1px solid #000;margin-bottom:20px}.option-details-dropdown{position:absolute;z-index:999;border:1px solid #d6d5d4;background-color:#fff;padding:10px;border-radius:5px;width:250px;margin-left:-250px}.modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.5);z-index:9999;overflow:auto}.modal-content,.modal-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.modal-content{background-color:#fff;padding:20px;border:1px solid #ccc;border-radius:4px;max-width:80%;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);max-height:80vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-inner{overflow-y:auto}.modal-content .employee-select-wrap .select input{width:calc(100% - 32px);background-color:initial;position:relative!important;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}.modal-content .employee-select-wrap .select-active{position:absolute;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #f47738;border-color:rgba(244,119,56,var(--border-opacity))}.modal-content .label-field-pair{display:-ms-flexbox;display:block!important;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.modal-content .employee-select-wrap{margin-bottom:24px}.inbox-search-wrapper{.add-new-container{width:100%;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;.add-new{position:relative;color:#f47738;cursor:pointer;margin-right:1em;font-weight:bolder;font-size:23px}}}.multiselect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;@media (max-width:588px){.info-icon-container{position:absolute;right:2px;margin-right:0!important;margin-left:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:.7em}}.info-icon-container{margin-left:.7em;margin-right:-2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:.7em}.info-icon-container .info-icon{cursor:pointer}}.link-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;background-color:#bdc5d1;.view-all-link{background-color:#bdc5d1;color:#f47738;font-size:16px;text-decoration:underline;cursor:pointer}}.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;.action-bar-button{margin-right:.5em}}.progressBarContainer{position:fixed;bottom:20px;right:20px;background-color:#fff;padding:45px 45px 20px 20px;border-radius:8px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:9999;width:25vw;@media (max-width:768px){width:70vw;position:fixed;bottom:20px;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.progressBar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-radius:4px;overflow:hidden;border:1px solid #ccc;height:20px;background-color:#4caf50}.progressHeading{margin:8px 0;font-size:16px;.success-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#00703c;color:#fff;padding:5px 10px;border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.success-count{background-color:#fff;color:#00703c;padding:3px 5px;border-radius:3px;margin-left:5px}}}.closeButton{position:absolute;top:10px;right:10px;cursor:pointer;padding:2px;border:1px solid #ccc;border-radius:1px}.no-uploads{margin-top:1em}}.results-container-orange{max-height:50vh;overflow:auto;margin-top:1em;border:1px solid #ccc;border-radius:4px;padding:1em;background-color:#ea8a3b!important;.no-errors{background-color:#ea8a3b!important}}.results-container{max-height:50vh;overflow:auto;margin-top:1em;border:1px solid #ccc;border-radius:4px;padding:1em;.results-list-item{border-bottom:1px solid #ddd;padding:.5em;cursor:pointer;&:hover{background-color:#d4351c;color:#fff}}.results-details{white-space:pre-wrap;border:1px solid #ccc;border-radius:4px;padding:1em}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:9998}.CloseLevelButton{font-size:1rem;margin-bottom:24px;position:relative;right:auto;border:none}.light{&-primary{color:#667eea!important;&-button{background-color:#667eea!important}&-bg{background-color:#feefe7!important}}&-text-color{&-primary{color:#0b0c0c!important}&-secondary{color:#505a5f!important}&-disabled{color:#b1b4b6!important}}&-background{background-color:#eee!important}&-paper{&-primary{background-color:#fff!important;&-color{color:#fff!important}}&-secondary{background-color:#fafafa!important}&-border{border-radius:4px;border:1px solid #d6d5d4}}&-divider{background-color:#d6d5d4!important}&-header-sidenav{color:#0b4b66!important}&-input-border{border-color:#505a5f}}.alert{&-error{color:#d4351c!important;&-bg{background-color:#efc7c1!important}&-border{border-color:#d4351c!important}}&-success{color:#00703c!important;&-bg{background-color:#bad6c9!important}}&-info{color:#3498db!important;&-bg{background-color:#c7e0f1!important}}}.chart{&-item-1,&-item-1-gradient{color:#048bd0!important}&-item-2,&-item-2-gradient{color:#fbc02d!important}&-item-3{color:#8e29bf!important}&-item-4{color:#ea8a3b!important}&-item-5{color:#0babde!important}}.display-none{display:none}.p-unset{padding:unset!important}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}.flex-one{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.display-flex-gap-2{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.75rem;gap:.75rem}.rm-mb{margin-bottom:unset!important}.w-fullwidth{width:100%}.margin-unset{margin:unset!important}.text-align-center{text-align:center}.desktop-only{display:none}@media (min-width:780px){.desktop-only{display:block}}.mobile-only{display:block}@media (min-width:780px){.mobile-only{display:none}}.dark{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.mrlg{margin-right:24px}.mrsm{margin-right:8px}.mbsm{margin-bottom:8px}.employeeCard{margin-bottom:16px!important}.home-link{margin-left:16px;margin-bottom:16px;a{color:#1d70b8}}.clear-search-label{color:#667eea;cursor:pointer}.search-submit-bar{margin-top:32;margin-left:auto}.application-details-link-button{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;.download-button{color:#667eea;margin-left:8px}}.response-download-button{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px;.download-button{color:#667eea;margin-left:8px}}.check-page-link-button{color:#667eea!important}.pt-application-download-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:0 8px}.form-pt-dropdown-only{.options-card{position:unset}}.application-table-container{margin-top:24px;margin-left:24px;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.primary-label-btn{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px;svg{fill:#667eea}color:#667eea;cursor:pointer;font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.primaryColor{color:#0b0c0c!important}input[readonly]{--border-opacity:1!important;border-color:#9e9e9e!important;border-color:rgba(158,158,158,var(--border-opacity))!important;background-color:#eee;border-color:#505a5f;color:#505a5f}.hide-input-type-file{position:absolute;clip:rect(0,0,0,0);pointer-events:none!important}@media (hover:hover){.primary-label-btn{&:hover{color:#000;svg{fill:#000}}}}.disabled{--border-opacity:1!important;border-color:#9e9e9e!important;border-color:rgba(158,158,158,var(--border-opacity))!important;--text-opacity:1!important;color:#9e9e9e!important;color:rgba(158,158,158,var(--text-opacity))!important;pointer-events:none!important}.card-date-input{position:absolute;top:0;left:0;width:75%;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding-left:8px;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-right:0 solid rgba(70,70,70,var(--border-opacity));outline:1px solid transparent;height:2.5rem}.h4{margin-bottom:8px}.react-time-picker{width:194px;height:2.5rem;&__wrapper{border:2px solid #0b0c0c;padding-left:16px}&__inputGroup__input{padding-left:8px;padding-right:8px;line-height:2.5rem;min-width:16px;&:focus{outline:2px solid #000}}}.border-none{border:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.static{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:85vh;&-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;max-height:75vh;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none;&::-webkit-scrollbar{display:none}}}.bill-summary{border:1px solid #e8e7e6;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));width:100%;.bill-account-details{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;padding:5px;.label{width:50%;font-weight:700}.value{width:50%;text-align:right}}.amount-details{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;.label,.value{width:50%;font-weight:700}.value{text-align:right;font-size:18px}}}.bill-payment-amount{position:sticky;bottom:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding-bottom:32px;.payment-amount-front{position:absolute;z-index:10;width:2.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;background-color:#efefef;padding:7px 12px;color:#9a9a9a}}.text-indent-xl input{text-indent:40px}.select-payment-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px;padding-bottom:25px;.value{font-size:20px}}.cheque-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px;border:2px solid #0b0c0c;border-radius:2px;input{width:100%;text-indent:5px;padding:6px 0}button,input{outline:2px solid transparent;outline-offset:2px;border:0;background:transparent}button{text-indent:2px}}.w-half{width:50%}.ifsc-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px;border:2px solid #0b0c0c;border-radius:2px;input{width:100%;text-indent:5px;padding:6px 0}button,input{outline:2px solid transparent;outline-offset:2px;border:0;background:transparent}button{text-indent:2px}}.text-input{position:relative;width:100%;input{&:hover{--border-opacity:1;border:1px solid #667eea}}}.text-input-width{max-width:540px}.text-mobile-input-width{max-width:500px}.custom-time-picker{width:100%;max-width:200px}.sla-cell{--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}.submit-bar-search{margin-top:32px;margin-left:16px;max-width:256px}.clear-search-container{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-label-smaller{width:33.333333%;margin-bottom:revert}.card-label-APK{width:33.333333%;margin-bottom:revert;width:100%}.underline{border-color:#e7e6e6;margin-bottom:8px}.box-shadow-none{-webkit-box-shadow:none;box-shadow:none}.component-in-front{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-in-front,.subform-composer{display:-webkit-box;display:-ms-flexbox;display:flex}.inbox-search-container{.result{margin-top:24px}}.payment-form-text-input-correction{width:100%!important}.edcr-citizen-inbox{thead th:first-child{min-width:155px}}.error-boundary{width:100vw;height:100vh;font-size:16px;font-family:sans-serif;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.error-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:400px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-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;h1{font-size:32px;font-weight:700}button{height:40px;width:153px;border-radius:0;padding:8px 24px;color:#fff;cursor:pointer;background-color:#667eea}}}.error-boundary details,.error-boundary summary{width:300px;background-color:#da6464;margin:5px;border:2px solid #222;border-radius:3px;padding:3px}.full-width-card{width:92vw!important}.full-employee-card-link{width:100%!important;margin:7px 0;a{color:inherit;text-decoration:inherit}}.full-employee-card-height{height:unset!important}@media (min-width:640px){.full-employee-card-height{height:196px!important}.full-employee-card-link{width:30%!important}.full-width-card{width:100%!important}}.complaint-summary{@media (min-width:780px){-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-left:1rem;margin-top:1rem}}@media (min-width:780px){.citizen-form-wrapper{width:calc(100% - 219px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1rem;padding-left:16px;padding-right:16px}}@media (min-width:780px){.citizen-card-container{padding-left:15px;padding-right:15px;margin-top:1rem}}@media (min-width:780px){.bill-citizen,.bills-citizen-wrapper,.citizen-all-services-wrapper,.citizen-obps-wrapper,.engagement-citizen-wrapper,.mcollect-citizen,.payer-bills-citizen-wrapper,.pgr-citizen-wrapper,.pt-citizen,.selection-card-wrapper,.tl-citizen,.ws-citizen-wrapper{width:calc(100% - 219px);padding-left:16px;padding-right:16px;margin-top:1rem}}@media only screen and (max-width:768px){.error-boundary{height:75vh}}.employee-app-wrapper{min-height:calc(100vh - 8em)}.ws-custom-wrapper{.submit{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;width:100%!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;button{width:240px!important}p{width:unset;margin-right:1rem}}}.connection-details-old-value-wrapper,.plumber-details-old-value-wrapper{.old-value-null-wrapper{visibility:hidden;padding-bottom:8px;margin-bottom:8px}.row{color:#b1b4b6;font-weight:700;font-size:16px}}.plumber-details-new-value-wrapper{-webkit-box-flex:2;-ms-flex:2 1 auto;flex:2 1 auto}.connection-details-new-value-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.connection-details-old-value-wrapper,.plumber-details-old-value-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;.old-value-null-wrapper{visibility:hidden;padding-bottom:8px;margin-bottom:8px}.row{color:#b1b4b6;font-weight:700;font-size:16px}}.modal-header-ws{padding:1rem;font-weight:400}.modal-body-ws{padding:1rem;font-weight:700;color:#0b0c0c;font-size:24px;margin-bottom:1rem}.privacy-icon{cursor:pointer}.privacy-icon:hover{path{fill:#f47738}}.privacy-icon-2{cursor:pointer}.privacy-icon-2:hover{path{fill:none}}.audit-card{width:80%;margin-left:-260px;margin-right:-27%;max-height:120px;margin-top:90px}
|
|
7
|
+
);background:linear-gradient(90deg,#0a2f57 0,rgba(10,47,87,.7) 50%,rgba(10,47,87,0));border-radius:50%;pointer-events:none}.mcd-hero-logo{width:205px;margin-bottom:20px;background:#fff;border-radius:100px;-webkit-box-shadow:0 12px 28px rgba(0,0,0,.25);box-shadow:0 12px 28px rgba(0,0,0,.25);-webkit-transition:-webkit-box-shadow .3s ease,-webkit-transform .3s ease;transition:-webkit-box-shadow .3s ease,-webkit-transform .3s ease;transition:box-shadow .3s ease,transform .3s ease;transition:box-shadow .3s ease,transform .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease}.mcd-hero-logo:hover{-webkit-box-shadow:0 0 0 6px hsla(0,0%,100%,.35),0 14px 32px rgba(0,0,0,.35);box-shadow:0 0 0 6px hsla(0,0%,100%,.35),0 14px 32px rgba(0,0,0,.35);-webkit-transform:scale(1.02);transform:scale(1.02)}.mcd-hero-welcome-text{font-size:18px;font-weight:400;opacity:.9;margin:0 0 6px}.mcd-hero-title{font-size:40px;font-weight:700;margin:0;line-height:1.2}.mcd-hero-right{position:relative;overflow:hidden;width:60%}.mcd-hero-right:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 55%,rgba(0,0,0,.18) 100%);pointer-events:none}.mcd-hero-container{border-radius:28px;overflow:hidden;-webkit-box-shadow:0 16px 40px rgba(0,0,0,.12);box-shadow:0 16px 40px rgba(0,0,0,.12)}.mcd-hero-overlap-img{position:absolute;top:-40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:160px;z-index:10;pointer-events:none}.mcd-hero-main-img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block}@-webkit-keyframes fadeUpSlow{0%{opacity:0;-webkit-transform:translateY(16px);transform:translateY(16px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeUpSlow{0%{opacity:0;-webkit-transform:translateY(16px);transform:translateY(16px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.hero-animate .mcd-hero-logo,.hero-animate .mcd-hero-welcome-text{-webkit-animation:fadeUpSlow .9s ease-out forwards;animation:fadeUpSlow .9s ease-out forwards}.hero-animate .mcd-hero-welcome-text{-webkit-animation-delay:.2s;animation-delay:.2s}.hero-animate .mcd-hero-title{-webkit-animation:fadeUpSlow .9s ease-out forwards;animation:fadeUpSlow .9s ease-out forwards;-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes imageFadeSlow{0%{opacity:0;-webkit-transform:scale(1.04);transform:scale(1.04)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes imageFadeSlow{0%{opacity:0;-webkit-transform:scale(1.04);transform:scale(1.04)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.hero-animate .mcd-hero-main-img{-webkit-animation:imageFadeSlow 1.1s ease-out forwards;animation:imageFadeSlow 1.1s ease-out forwards}@media (prefers-reduced-motion:reduce){.hero-animate *{-webkit-animation:none!important;animation:none!important}}@media (max-width:768px){.mcd-hero-split{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mcd-hero-left,.mcd-hero-right{width:100%}.mcd-hero-left{padding:48px 24px}.mcd-hero-main-img{height:260px}}.mcd-search-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:-40px;z-index:100;position:relative}.mcd-search-box{width:600px;max-width:90%;background:#fff;border-radius:50px;-webkit-box-shadow:0 8px 25px rgba(0,0,0,.15);box-shadow:0 8px 25px rgba(0,0,0,.15);padding:6px 20px;grid-gap:7px;gap:7px}.mcd-search-box,.mcd-search-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mcd-search-icon{height:45px;width:45px;background:#eef3ff;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mcd-search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;outline:none;font-size:16px}.mcd-search-btn{background:-webkit-gradient(linear, left top, left bottom, from(#003c8f), to(#0053a6));background:linear-gradient(180deg,#003c8f,#0053a6);color:#fff!important;border:none;padding:10px 26px;border-radius:40px;font-weight:600;cursor:pointer;-webkit-transition:.2s;transition:.2s}.mcd-suggested-wrapper{width:100%;max-width:900px;margin:50px auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:12px;gap:12px;padding:10px 0}.mcd-suggested-label{font-size:14px;font-weight:600;color:#6b7280}.mcd-suggested-btn{background:#fff;border:1px solid #dbe3f0;border-radius:999px;padding:8px 18px;font-size:14px;font-weight:500;color:#0b4fa3;cursor:pointer;white-space:nowrap;-webkit-transition:border-color .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:border-color .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease}.mcd-suggested-btn:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);border-color:#0b4fa3;-webkit-box-shadow:0 10px 24px rgba(0,0,0,.12);box-shadow:0 10px 24px rgba(0,0,0,.12)}.mcd-suggested-btn:active{-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 6px 16px rgba(0,0,0,.15);box-shadow:0 6px 16px rgba(0,0,0,.15)}.mcd-suggested-btn.focus-visible,.mcd-suggested-btn:focus-visible{outline:none;-webkit-box-shadow:0 0 0 3px rgba(11,79,163,.3),0 10px 24px rgba(0,0,0,.12);box-shadow:0 0 0 3px rgba(11,79,163,.3),0 10px 24px rgba(0,0,0,.12)}@media (max-width:768px){.mcd-suggested-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:10px;gap:10px;padding-bottom:20px}.mcd-suggested-btn{padding:8px 14px;font-size:13px}}.mcd-quick-wrapper{width:100%;background:-webkit-gradient(linear, left top, left bottom, from(#003c8f), to(#0053a6));background:linear-gradient(180deg,#003c8f,#0053a6);padding:50px 0;text-align:center;margin-top:30px}.mcd-quick-title{font-size:22px;font-weight:700;color:#fff;margin-bottom:35px}.mcd-quick-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.mcd-quick-card{background:#fff;height:64px;border-radius:10px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 18px;cursor:pointer;-webkit-transition:.25s ease;transition:.25s ease}.mcd-quick-card:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 6px 16px rgba(0,0,0,.14);box-shadow:0 6px 16px rgba(0,0,0,.14)}.mcd-quick-icon{background:#eef3ff;width:38px;height:38px;min-width:38px;border-radius:8px;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;font-size:18px;margin-right:16px}.mcd-quick-text{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left;font-size:15px;font-weight:600;color:#2d3b55}.mcd-quick-arrow{font-size:22px;font-weight:700;color:#4e5b78}@media (max-width:900px){.mcd-quick-grid{grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}}@media (max-width:600px){.mcd-quick-grid{grid-template-columns:1fr}.mcd-quick-card{height:60px}}.services-section{padding:40px 0;text-align:center}.services-title{font-size:28px;font-weight:700;margin-bottom:30px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;padding:0 40px}.service-card{background:#fff;border-radius:12px;padding-bottom:25px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08);position:relative;overflow:hidden;cursor:pointer;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s;transition:transform .2s,-webkit-transform .2s}.service-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.service-wave-drop{position:absolute;top:12px;left:12px;z-index:3;background:hsla(0,0%,100%,.85);border-radius:50%;padding:6px;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.15);box-shadow:0 2px 6px rgba(0,0,0,.15)}.service-card:hover .service-wave-drop{-webkit-transform:scale(1.08);transform:scale(1.08);-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease, -webkit-transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}.service-banner{width:100%;height:150px;-o-object-fit:cover;object-fit:cover}.service-icon-badge{width:60px;height:60px;background:#fff;border-radius:50%;position:absolute;top:120px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1);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}.service-icon-badge img{width:32px;height:32px}.services-footer{margin-top:30px}.view-all-btn{border:1px solid #1a73e8;color:#1a73e8;padding:12px 28px;border-radius:30px;font-size:16px}.view-all-btn:hover{background:#1a73e8}@media (max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.services-grid{grid-template-columns:1fr}}.mcd-service-wrapper{width:100%;padding:40px 0;background:#f7faff;text-align:center}.mcd-service-title{font-size:22px;font-weight:700;color:#002b5c;margin-bottom:25px}.mcd-service-grid{max-width:90%;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.mcd-service-card{background:#fff;height:70px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 18px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08);cursor:pointer;-webkit-transition:.25s ease;transition:.25s ease}.mcd-service-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 6px 16px rgba(0,0,0,.12);box-shadow:0 6px 16px rgba(0,0,0,.12)}.mcd-service-icon{width:40px;height:40px;background:#eef3ff;border-radius:8px;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;font-size:18px;margin-right:14px}.mcd-service-text{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left;font-size:15px;font-weight:600;color:#2d3b55}.mcd-service-arrow{font-size:22px;font-weight:700;color:#4e5b78}@media (max-width:1024px){.mcd-service-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.mcd-service-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.mcd-service-grid{grid-template-columns:1fr}}.service-expand-btn-wrapper{text-align:center;margin-top:20px}.service-expand-btn{background:#fff;border:1px solid #1a73e8;color:#1a73e8;padding:10px 26px;border-radius:25px;font-size:16px;cursor:pointer;-webkit-transition:.2s ease;transition:.2s ease}.service-expand-btn:hover{background:#1a73e8;color:#fff}.news-events-container{background:#f3f6fb;padding:60px 0 100px}.news-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:28px;color:#1f1f1f}.featured-news{width:92%;margin:0 auto;padding:32px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:32px;gap:32px;border-radius:14px;-webkit-box-shadow:0 6px 28px rgba(0,0,0,.1);box-shadow:0 6px 28px rgba(0,0,0,.1);position:relative;z-index:10}.featured-left{-webkit-box-flex:1.15;-ms-flex:1.15;flex:1.15;position:relative}.featured-img{width:100%;height:340px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.latest-tag{position:absolute;top:18px;left:18px;background:#0094ff;padding:6px 12px;color:#fff;border-radius:6px;font-size:13px;font-weight:600}.featured-right{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}.featured-heading{font-size:22px;font-weight:700;margin-bottom:12px}.featured-date{font-size:14px;color:#7d7d7d;margin-bottom:12px}.featured-desc{font-size:15px;color:#474747;line-height:1.6;margin-bottom:20px}.read-more{color:#0074ff;font-weight:600}.news-slider-section{background:-webkit-gradient(linear, left top, left bottom, from(#005cc8), to(#003e85));background:linear-gradient(180deg,#005cc8,#003e85);margin-top:-22px;padding:80px 0 60px;position:relative;z-index:5}.slider{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:26px;gap:26px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 80px;-webkit-transition:.3s ease;transition:.3s ease}.news-card{width:290px;background:#fff;border-radius:14px;-webkit-box-shadow:0 4px 18px rgba(0,0,0,.18);box-shadow:0 4px 18px rgba(0,0,0,.18);cursor:pointer;overflow:hidden;-webkit-transition:.25s ease;transition:.25s ease}.news-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.news-card-img{width:100%;height:150px;-o-object-fit:cover;object-fit:cover}.news-card-title{font-size:15px;font-weight:600;padding:12px;min-height:55px;text-align:left}.news-card-date{font-size:13px;color:#666;padding:0 12px 14px}.highlight-card{border:2px solid #007aff;-webkit-box-shadow:0 0 14px rgba(0,122,255,.4);box-shadow:0 0 14px rgba(0,122,255,.4);-webkit-transform:scale(1.03);transform:scale(1.03)}.slide-btn{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:48px;height:48px;background:#fff;border:none;border-radius:50%;font-size:26px;cursor:pointer;-webkit-box-shadow:0 4px 18px rgba(0,0,0,.25);box-shadow:0 4px 18px rgba(0,0,0,.25);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;z-index:999;-webkit-transition:.3s ease;transition:.3s ease}.slide-btn.left{left:55px}.slide-btn.right{right:55px}.slide-btn:hover{background:#007bff;color:#fff}.news-footer{position:relative;margin-top:-45px;text-align:center;z-index:10}.view-all-btn{padding:12px 34px;border-radius:24px;background:#fff;color:#007aff;border:1px solid #007aff;font-size:15px;cursor:pointer;position:relative;-webkit-box-shadow:0 6px 18px rgba(0,0,0,.15);box-shadow:0 6px 18px rgba(0,0,0,.15);-webkit-transition:.3s ease;transition:.3s ease;-webkit-transform:translateY(50%);transform:translateY(50%)}.view-all-btn:hover{background:#007aff;color:#fff}.stats-section{background:-webkit-gradient(linear, left top, left bottom, from(#005cc8), to(#004a9a));background:linear-gradient(180deg,#005cc8,#004a9a);padding:80px 0}.stats-container{width:90%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:30px;gap:30px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:992px){.stats-container{-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:20px;gap:20px}}@media (max-width:600px){.stats-card{padding:30px 20px}.stats-value{font-size:26px}}.videos-section{padding:60px 0;text-align:center;background:#fff}.videos-title{font-size:26px;font-weight:700;margin-bottom:40px;color:#1a1a1a}.videos-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:40px;gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.video-card{background:#fff;padding:12px;border-radius:16px;-webkit-box-shadow:0 6px 20px rgba(0,0,0,.1);box-shadow:0 6px 20px rgba(0,0,0,.1);-webkit-transition:all .3s ease;transition:all .3s ease;width:500px}.video-card:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 12px 30px rgba(0,0,0,.18);box-shadow:0 12px 30px rgba(0,0,0,.18)}.video-card iframe{width:100%;height:280px;border-radius:12px;border:none}@media (max-width:768px){.video-card{width:90%}.video-card iframe{height:220px}}.footer-wrapper{background:#003c8f;color:#fff;padding:0 0 15px;font-family:Inter,sans-serif}.footer-logos{width:100%;background:#fff;padding:25px 0;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;grid-gap:60px;gap:60px;border-bottom:1px solid #e5e5e5}.footer-logos img{height:55px;-o-object-fit:contain;object-fit:contain;opacity:1}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;padding:0 90px;grid-gap:40px;gap:40px}.footer-grid h3{font-size:17px;margin-bottom:16px;font-weight:600}.footer-grid p{margin:4px 0;font-size:14px;opacity:.92;line-height:1.5}.contact-btn{margin-top:18px;background:transparent;border:1px solid #fff;color:#fff;padding:8px 22px;border-radius:20px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.contact-btn:hover,.feedback-btn{background:#fff;color:#003c8f}.feedback-btn{margin-top:10px;padding:8px 18px;border-radius:22px;border:none;cursor:pointer;-webkit-transition:.3s ease;transition:.3s ease}.feedback-btn:hover{background:#d8e7ff}.app-img{display:block;height:45px;margin-top:12px}.footer-bottom{text-align:center;margin-top:40px}.footer-bottom .copyright{font-size:14px;opacity:.9;line-height:1.6;margin-bottom:8px}.social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:15px;gap:15px;margin-top:10px}.social-icons svg{color:#fff;font-size:18px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.social-icons svg:hover{opacity:.6}.stats-card{position:relative;background:#fff;padding:40px 30px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:260px;border-radius:20px;text-align:center;-webkit-box-shadow:0 6px 18px rgba(0,0,0,.15);box-shadow:0 6px 18px rgba(0,0,0,.15);-webkit-transition:all .28s ease;transition:all .28s ease;overflow:hidden}.stats-card:hover{-webkit-transform:translateY(-8px) scale(1.03);transform:translateY(-8px) scale(1.03);-webkit-box-shadow:0 12px 24px rgba(0,0,0,.22);box-shadow:0 12px 24px rgba(0,0,0,.22)}.stats-value{font-size:32px;font-weight:800;color:#eb1f74;margin-bottom:12px}.stats-title,.stats-value{position:relative;z-index:3}.stats-title{font-size:18px;font-weight:700;color:#003c80;margin-bottom:10px}.stats-desc{font-size:14px;color:#000;line-height:1.5;position:relative;z-index:3}.stats-card:before{bottom:-20px;left:-10%;width:150%;height:140px;background:linear-gradient(135deg,#5cb6ff,#0077d8);border-radius:40%;opacity:.45;-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}.stats-card:after,.stats-card:before{content:"";position:absolute;z-index:1}.stats-card:after{bottom:-40px;right:-15%;width:170%;height:180px;background:linear-gradient(135deg,#0059a8,#003d73);border-radius:45%;opacity:.55;-webkit-transform:rotate(6deg);transform:rotate(6deg)}.stats-card .wave-lines{position:absolute;bottom:25px;left:12%;width:75%;height:60px;background:repeating-linear-gradient(90deg,rgba(0,120,190,.22),rgba(0,120,190,.22) 2px,transparent 0,transparent 10px);opacity:.3;-webkit-transform:skewX(-20deg);transform:skewX(-20deg);z-index:2}.pattern-soft-curves{position:relative;overflow:hidden;background:#fff;border-radius:16px}.pattern-soft-curves:before{content:"";position:absolute;width:140%;height:140%;top:-30%;left:-20%;background:radial-gradient(circle at 30%,at 30%,rgba(0,160,255,.18),transparent 60%);background:radial-gradient(circle at 30% 30%,rgba(0,160,255,.18),transparent 60%);-webkit-filter:blur(40px);filter:blur(40px)}.pattern-soft-curves:after{content:"";position:absolute;width:160%;height:100%;bottom:-50%;left:-20%;background:radial-gradient(circle at 70%,at 80%,rgba(0,90,200,.18),transparent 0);background:radial-gradient(circle at 70% 80%,rgba(0,90,200,.18),transparent 70%);-webkit-filter:blur(38px);filter:blur(38px)}.pattern-sine-lines{position:relative;overflow:hidden}.pattern-sine-lines:before{content:"";position:absolute;bottom:20px;width:100%;height:40px;background:repeating-linear-gradient(90deg,rgba(0,130,200,.25),rgba(0,130,200,.25) 2px,transparent 0,transparent 14px);-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:.4}.pattern-paper{position:relative;overflow:hidden}.pattern-paper:before{content:"";position:absolute;width:120%;height:50%;bottom:0;left:0;background:-webkit-gradient(linear, left top, left bottom, from(#dff1ff), to(#b6daf7));background:linear-gradient(180deg,#dff1ff,#b6daf7);border-top-left-radius:50% 40%;border-top-right-radius:50% 40%}.pattern-paper:after{content:"";position:absolute;width:140%;height:65%;bottom:-20%;left:-10%;background:-webkit-gradient(linear, left top, left bottom, from(#9bccff), to(#4f8fe3));background:linear-gradient(180deg,#9bccff,#4f8fe3);border-top-left-radius:60% 40%;border-top-right-radius:60% 40%;opacity:.6}.pattern-blob{position:relative;overflow:hidden}.pattern-blob:before{content:"";position:absolute;width:130%;height:130%;top:-20%;left:-10%;background:radial-gradient(circle,rgba(0,122,255,.25) 0,rgba(0,122,255,.05) 70%,transparent 100%);border-radius:40%;-webkit-transform:rotate(20deg);transform:rotate(20deg)}.card-diagonal{position:relative;overflow:hidden}.card-diagonal:before{content:"";position:absolute;top:0;right:-40%;width:120%;height:120%;background:linear-gradient(135deg,#d8e8ff,#c6dcff);-webkit-transform:skewX(-18deg);transform:skewX(-18deg);opacity:.5}.card-double-wave{position:relative;overflow:hidden}.card-double-wave:before{content:"";position:absolute;bottom:-25px;left:0;width:140%;height:90px;background:#d6eaff;border-radius:50%;opacity:.7}.card-double-wave:after{content:"";position:absolute;bottom:-45px;left:-10%;width:150%;height:120px;background:#bcd7ff;border-radius:50%;opacity:.55}.card-grid{background-image:linear-gradient(90deg,rgba(0,0,0,.06) 1px,transparent 0),linear-gradient(180deg,rgba(0,0,0,.06) 1px,transparent 0);background-size:18px 18px}.card-soft-wave{position:relative;overflow:hidden}.card-soft-wave:after{content:"";position:absolute;bottom:-15px;left:0;width:120%;height:80px;background:linear-gradient(135deg,#d7eaff,#b6d7ff);border-radius:50%;opacity:.8}.card-glass{background:hsla(0,0%,100%,.25);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.35);border-radius:14px}.card-stripes{background-image:repeating-linear-gradient(135deg,rgba(0,0,0,.03),rgba(0,0,0,.03) 2px,transparent 0,transparent 8px)}.card-shine{background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0.3)));background:linear-gradient(180deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,.3))}.card-dots{background-image:radial-gradient(rgba(0,0,0,.05) 1px,transparent 0);background-size:10px 10px}.card-gradient-border{position:relative;background:#fff;border-radius:12px}.card-gradient-border:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(135deg,#004aad,#1ec0ff);border-radius:inherit;z-index:-1}.card-mini-wave:before{content:"";position:absolute;top:-10px;left:0;width:120%;height:40px;background:radial-gradient(circle at 50%,at 100%,#0077d8 0,transparent 41%);background:radial-gradient(circle at 50% 100%,#0077d8 40%,transparent 41%)}.card-diagonal{background:linear-gradient(135deg,#fff 50%,#e7f3ff 0)}.card-inner-shadow{background:#fff;-webkit-box-shadow:inset 0 8px 20px rgba(0,0,0,.07);box-shadow:inset 0 8px 20px rgba(0,0,0,.07)}.pattern-mesh{background:radial-gradient(circle at 30%,at 40%,#d8f1ff,transparent 60%),radial-gradient(circle at 80%,at 80%,#c4e4ff,transparent 0);background:radial-gradient(circle at 30% 40%,#d8f1ff,transparent 60%),radial-gradient(circle at 80% 80%,#c4e4ff,transparent 60%)}.pattern-waves{position:relative;background:#e9f6ff;overflow:hidden}.pattern-waves:before{content:"";position:absolute;bottom:-20px;left:-10%;width:100%;height:120px;background:#8cc9ff;border-radius:40%;opacity:.45}.pattern-waves:after{content:"";position:absolute;bottom:-50px;left:-20%;width:160%;height:140px;background:#3b82f6;border-radius:45%;opacity:.6}.pattern-stripes{background:repeating-linear-gradient(135deg,rgba(0,42,97,.06),rgba(0,42,97,.06) 3px,transparent 0,transparent 12px)}.pattern-microlines{background:repeating-linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.05) 1px,transparent 0,transparent 8px)}.wave-animated{position:relative;overflow:hidden}.wave-animated:after,.wave-animated:before{content:"";position:absolute;bottom:0;left:-10%;width:130%;height:120px;background:var(--mcd-blue-2);opacity:.18;border-radius:50%;-webkit-animation:waveMove 6s ease-in-out infinite;animation:waveMove 6s ease-in-out infinite}.wave-animated:after{background:var(--mcd-blue-3);opacity:.25;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-delay:-1.5s;animation-delay:-1.5s}@-webkit-keyframes waveMove{0%{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}50%{-webkit-transform:translateX(-25px) rotate(-2deg);transform:translateX(-25px) rotate(-2deg)}to{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}}@keyframes waveMove{0%{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}50%{-webkit-transform:translateX(-25px) rotate(-2deg);transform:translateX(-25px) rotate(-2deg)}to{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}}.service-card-title{padding-bottom:6vh}.service-title{position:absolute;bottom:12px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#1a1a1a}.playlist-btn,.service-title{font-weight:600;font-size:16px}.playlist-btn{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;grid-gap:10px;gap:10px;margin:30px auto 0;padding:12px 28px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:#0057c2;color:#fff;text-decoration:none;border-radius:30px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);-webkit-transition:.3s ease;transition:.3s ease}.playlist-btn:hover{background:#003c8f;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.yt-icon{width:22px;height:22px}.playlist-btn-outline{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;grid-gap:10px;gap:10px;margin:30px auto 0;padding:12px 28px;background:#fff;color:#0057c2;border:2px solid #0057c2;border-radius:30px;font-size:16px;font-weight:600;text-decoration:none;-webkit-transition:.3s ease;transition:.3s ease}.playlist-btn-outline:hover{background:#0057c2;color:#fff}.playlist-btn-red{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;grid-gap:10px;gap:10px;margin:30px auto 0;padding:12px 28px;background:red;color:#fff;border-radius:30px;font-size:16px;font-weight:600;text-decoration:none;-webkit-box-shadow:0 4px 12px rgba(255,0,0,.4);box-shadow:0 4px 12px rgba(255,0,0,.4);-webkit-transition:.3s ease;transition:.3s ease}.playlist-btn-red:hover{background:#c00;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.playlist-btn-gradient{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;grid-gap:10px;gap:10px;margin:30px auto 0;padding:12px 30px;background:-webkit-gradient(linear, left top, right top, from(#003C8F), to(#0057C2));background:linear-gradient(90deg,#003c8f,#0057c2);color:#fff;border-radius:35px;font-size:16px;font-weight:600;text-decoration:none;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.2);box-shadow:0 4px 16px rgba(0,0,0,.2);-webkit-transition:.3s ease;transition:.3s ease}.playlist-btn-gradient:hover{background:-webkit-gradient(linear, left top, right top, from(#002F70), to(#004EAF));background:linear-gradient(90deg,#002f70,#004eaf);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.footer-separator{width:90%;height:1px;background-color:hsla(0,0%,100%,.3);margin:20px auto;border:none}.header-login-dropdown{position:relative;display:inline-block}.login-dropdown-menu{position:absolute;top:110%;right:0;background:#fff;border-radius:6px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);width:180px;z-index:999}.dropdown-item{display:block;padding:10px 14px;font-size:14px;color:#333;text-decoration:none}.dropdown-item:hover{background:#f5f5f5}.djb-contact-wrapper{padding:60px 80px;background:#f8f9fb}.djb-contact-title{text-align:center;font-size:32px;margin-bottom:40px}.djb-contact-title span{color:#0b5cab}.djb-contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}.djb-contact-info{background:#fff;padding:30px;border-radius:10px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.08)}.info-item{margin-bottom:20px}.info-item .icon{width:42px;height:42px;background:#eaf2fb;font-size:18px}.info-item h4{margin:0;font-size:16px}.info-item p{margin:4px 0 0;color:#555;font-size:14px}.djb-map{margin-top:20px}.djb-contact-form{background:#fff;padding:30px;border-radius:10px}.djb-contact-form form{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:16px;gap:16px}.form-row{grid-gap:16px;gap:16px}.djb-contact-form input,.djb-contact-form textarea{font-size:14px}.djb-submit-btn{margin-top:10px;padding:10px 28px;cursor:pointer;font-size:14px}.djb-submit-btn:hover{background:#094a8c}@media (max-width:900px){.djb-contact-grid{grid-template-columns:1fr}.djb-contact-wrapper{padding:40px 20px}}.djb-legacy-contact{background:#fff;padding:40px 80px}.legacy-container{max-width:1100px;margin:0 auto;font-size:14px;color:#111}.legacy-address{margin-bottom:20px;line-height:1.6}.djb-legacy-contact h4{margin:22px 0 12px;font-size:15px;font-weight:600}.legacy-list{list-style:none;margin:0;padding:0 0 0 20px;line-height:1.7}.legacy-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;margin-bottom:10px;line-height:1.5}.legacy-list svg{-ms-flex-negative:0;flex-shrink:0}.legacy-links a:hover{text-decoration:underline}.new-tag{color:#d93025;font-size:12px;margin-left:6px}.djb-two-column{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}.djb-contact-section{padding:40px 80px}.section-top{background:#fff}.section-bottom{background:#f8f9fb}.djb-left,.djb-right{background:#fff;padding:24px;border-radius:10px;-webkit-box-shadow:0 4px 18px rgba(0,0,0,.08);box-shadow:0 4px 18px rgba(0,0,0,.08)}.section-title{font-size:18px;font-weight:600;color:#0b5cab;margin-bottom:20px;border-bottom:1px solid #e6eef8;padding-bottom:8px}.legacy-highlight{background:#eef5ff;padding:14px;margin:16px 0;border-left:4px solid #0b5cab}.legacy-list li{margin-bottom:6px}.legacy-links a{color:#0b5cab;font-weight:500;text-decoration:none}.new-tag{color:red;font-weight:700}.djb-contact-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.djb-contact-form,.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:14px;gap:14px}.form-row input{-webkit-box-flex:1;-ms-flex:1;flex:1}.djb-contact-form input,.djb-contact-form textarea{padding:12px;border:1px solid #dcdcdc;border-radius:6px}.djb-submit-btn{-ms-flex-item-align:center;align-self:center;padding:10px 30px;border-radius:22px;background:#0b5cab;color:#fff;border:none}.info-item{grid-gap:14px;gap:14px;margin-bottom:16px}.info-item,.info-item .icon{display:-webkit-box;display:-ms-flexbox;display:flex}.info-item .icon{width:40px;height:40px;background:#eef5ff;border-radius:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.djb-map{border-radius:8px;overflow:hidden}@media (max-width:900px){.djb-two-column{grid-template-columns:1fr}.djb-contact-section{padding:30px 20px}}.contact-info-card{background:#fff;padding:32px;border-radius:12px;-webkit-box-shadow:0 8px 30px rgba(0,0,0,.08);box-shadow:0 8px 30px rgba(0,0,0,.08)}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.info-box{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:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:24px 16px;border-radius:10px;background:#f7faff;-webkit-transition:background .2s ease,-webkit-box-shadow .2s ease;transition:background .2s ease,-webkit-box-shadow .2s ease;transition:background .2s ease,box-shadow .2s ease;transition:background .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.info-box:hover{background:#eef5ff;-webkit-box-shadow:0 6px 20px rgba(0,0,0,.12);box-shadow:0 6px 20px rgba(0,0,0,.12)}.info-box .icon{width:48px;height:48px;margin:0 auto 12px;background:#e6f0ff;border-radius:50%;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;font-size:20px}.info-box:hover .icon{background:#dce9ff}.info-box h4{margin-bottom:8px;color:#0b5cab}.info-box p{font-size:14px;color:#333}@media (max-width:768px){.info-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);z-index:9999}.modal-content{width:80%;height:80%;background:#fff;margin:5% auto;position:relative;border-radius:8px}.modal-content iframe{width:100%;height:100%}.modal-close{position:absolute;top:8px;right:12px;font-size:18px;background:none;border:none;cursor:pointer}.mcd-nav .nav-hover-btn{padding:8px 16px;border-radius:999px;font-size:14px;font-weight:500;color:#003a8f;text-decoration:none;-webkit-transition:all .25s ease;transition:all .25s ease}.mcd-nav .nav-hover-btn:hover{background:#003a8f;color:#fff;text-decoration:none;-webkit-box-shadow:0 4px 10px rgba(0,58,143,.25);box-shadow:0 4px 10px rgba(0,58,143,.25)}.djb-layout{display:grid;grid-template-columns:260px 1fr;grid-gap:24px;gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.djb-side-nav{-webkit-box-shadow:0 4px 14px rgba(0,0,0,.1);box-shadow:0 4px 14px rgba(0,0,0,.1)}.side-nav-title{background:#0b4da2;padding:12px 16px;font-size:15px}.djb-side-nav button{display:block;width:100%;padding:12px 16px;background:#fff;text-align:left;font-size:14px;cursor:pointer;border:none;border-bottom:1px solid #e5e7eb;-webkit-transition:background .2s ease;transition:background .2s ease}.djb-side-nav button:hover{background:#f3f6fb}.djb-side-nav button.active{background:#ffc107;font-weight:600}.djb-content{min-width:0}@media (max-width:900px){.djb-layout{grid-template-columns:1fr}.djb-side-nav{position:relative;top:auto}}.about-hero{background:linear-gradient(135deg,#0b5cab,#083a73);color:#fff;padding:70px 20px;text-align:center}.about-container{padding:40px 80px;background:#fff}.about-section{margin-bottom:36px}.about-section h2{color:#0b5cab;font-size:24px;margin-bottom:12px;border-bottom:2px solid #e6eef7;padding-bottom:6px}.about-list{padding-left:20px;line-height:1.8}.about-table-wrapper{overflow-x:auto}.about-table{width:100%;border-collapse:collapse}.about-table td,.about-table th{border:1px solid #ddd;padding:10px}.about-table th{background:#f3f7fb}body{background:#f4f6f8}.djb-page-wrapper{margin:0 35px;padding:24px 16px 60px}.djb-page-title{font-size:26px;font-weight:600;color:#0b5cab;margin-bottom:20px}.djb-section{padding:20px 24px}.djb-section-title{font-size:18px;font-weight:600;color:#083a73;margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid #e3e9f1}.djb-section p{font-size:14.5px;line-height:1.75;color:#333;margin-bottom:10px}.djb-list{padding-left:18px;margin-top:8px}.djb-list li{font-size:14.5px;line-height:1.7;margin-bottom:6px;color:#333}.djb-table{width:100%;border-collapse:collapse;margin-top:12px;font-size:14px}.djb-table th{background:#f1f5fb;color:#083a73;font-weight:600;padding:10px;border:1px solid #d9e1ec;text-align:left}.djb-table td{padding:10px;border:1px solid #e0e0e0;color:#333}.djb-table tr:nth-child(2n){background:#fafbfd}.djb-table-wrapper{border:1px solid #e2e6ea;border-radius:4px;overflow-x:auto;margin-top:10px}@media (max-width:768px){.djb-page-title{font-size:22px}.djb-section{padding:16px}.djb-section-title{font-size:17px}.djb-list li,.djb-section p{font-size:14px}.djb-table{font-size:13px}}.djb-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px;margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.djb-tabs button{padding:8px 14px;background:#f1f5fb;border:1px solid #d6e0ef;border-radius:4px;cursor:pointer;font-size:14px;color:#083a73}.djb-tabs button.active{background:#0b5cab;color:#fff;border-color:#0b5cab}.djb-section{background:#fff;border:1px solid #e2e6ea;border-radius:4px;padding:20px;margin-bottom:20px}.djb-table tbody tr:hover{background:#f1f8ff}.djb-table td:last-child{font-weight:600;color:#076db1}.djb-revenue-table .revenue-cell{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:6px;gap:6px}.revenue-value{font-weight:600;color:#076db1}.revenue-bar{width:100%;height:8px;background:#e6eef7;border-radius:4px;overflow:hidden}.revenue-bar .bar{height:100%;background:-webkit-gradient(linear, left top, right top, from(#076db1), to(#2fa4ff));background:linear-gradient(90deg,#076db1,#2fa4ff);border-radius:4px;-webkit-transition:width .4s ease;transition:width .4s ease}.bar-36{width:36%}.bar-52{width:52%}.bar-68{width:68%}.bar-69{width:69%}.bar-81{width:81%}.bar-86{width:86%}.bar-91{width:91%}.bar-96{width:96%}.bar-100{width:100%}.djb-revenue-table tbody tr:hover .bar{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.djb-about-layout{grid-template-columns:260px 1fr;grid-gap:30px;gap:30px}.djb-side-nav{border-radius:6px;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.12);box-shadow:0 4px 10px rgba(0,0,0,.12);overflow:hidden}.side-nav-title{background:#0b4ea2;color:#fff;padding:14px 16px;font-weight:600}.djb-side-nav li{padding:12px 16px;border-bottom:1px solid #e0e0e0;cursor:pointer}.djb-side-nav li:hover{background:#f5f7fa}.djb-side-nav li.active{background:#f1f8ff;font-weight:600}.djb-about-content{width:100%;background:#fff;padding-top:10px!important;overflow:hidden}@media (max-width:900px){.djb-about-layout{grid-template-columns:1fr}}.djb-about-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:24px;gap:24px;margin-top:20px}.djb-side-nav{background:#fff;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.12);box-shadow:0 4px 12px rgba(0,0,0,.12);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:sticky;top:110px}.side-nav-header{background:#0b4fa3;color:#fff;padding:12px 16px;font-size:15px;font-weight:600;border-radius:8px 8px 0 0}.djb-side-nav ul{list-style:none;padding:0;margin:0}.djb-side-nav li{border-bottom:1px solid #e5e5e5}.djb-side-nav li button{width:100%;background:none;border:none;text-align:left;padding:12px 16px;font-size:14px;cursor:pointer}.djb-side-nav li.active button{background:#f1f8ff;font-weight:600}.djb-side-nav li button:hover{background:#f4f7ff}@media (max-width:900px){.djb-about-layout{grid-template-columns:1fr}.djb-side-nav{position:relative;top:0}}.org-page{width:100%}.org-scroll{overflow-x:auto;overflow-y:hidden}.org-scroll,.org-tree{width:100%;max-width:100%}.org-tree{margin:0 auto}.org-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.org-box,.org-node{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.org-box{border:2px solid #0b5fa5;padding:6px 12px;border-radius:6px;font-size:12.5px;font-weight:600;color:#0b5fa5;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;grid-gap:6px;gap:6px;white-space:nowrap;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.08);box-shadow:0 2px 6px rgba(0,0,0,.08);max-width:160px;white-space:normal;text-align:center;word-break:break-word}.level-0{background:#0b5fa5;color:#fff;font-size:14px;font-weight:700}.level-1{background:#eaf2fb}.level-2{background:#f4f8fc}.level-2+.org-children,.level-3+.org-children{-ms-flex-wrap:wrap;flex-wrap:wrap}.org-children{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:14px;gap:14px;margin-top:16px;padding-top:14px;max-width:100%}.org-children:before,.org-node>.org-children>.org-node:before{left:50%;width:2px;height:14px;background:#0b5fa5}.org-node>.org-children>.org-node:before{content:"";position:absolute;top:-14px}.svg-org-wrapper{width:100%;overflow-x:auto;padding:16px}.svg-node.level-0,svg text{fill:#0b5fa5}svg text{font-size:12px;font-weight:600}.svg-node.level-0+text{fill:#fff}.orgchart-viewport{width:100%;height:calc(100vh - 260px);overflow:auto;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.orgchart-svg{width:100%;height:100%}.svg-node{fill:#fff;stroke:#0b5fa5;stroke-width:2}.svg-text{font-size:12px;font-weight:600;fill:#0b5fa5;pointer-events:none}:root{--primary-color:#667eea;--primary-dark:#5a67d8;--secondary-color:#f093fb;--accent-color:#4facfe;--success-color:#48bb78;--warning-color:#f6ad55;--danger-color:#fc8181;--dark:#1a202c;--gray-100:#f7fafc;--gray-200:#edf2f7;--gray-300:#e2e8f0;--gray-400:#cbd5e0;--gray-500:#a0aec0;--gray-600:#718096;--gray-700:#4a5568;--gray-800:#2d3748;--shadow-sm:0 1px 3px 0 rgba(0,0,0,0.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1)}.org-chart-container{width:100%;background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:24px;overflow-x:auto;overflow-y:auto;min-height:650px;max-height:800px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;-webkit-box-shadow:0 20px 25px -5px rgba(0,0,0,.1);box-shadow:0 20px 25px -5px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-xl);box-shadow:var(--shadow-xl);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.chart-header{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;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--gray-300)}.org-chart-title{font-size:28px;font-weight:800;color:#1a202c;color:var(--dark);margin:0;text-transform:uppercase;letter-spacing:1.2px;background:linear-gradient(135deg,#667eea,#f093fb);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chart-stats{grid-gap:16px;gap:16px}.chart-stats,.stat-badge{display:-webkit-box;display:-ms-flexbox;display:flex}.stat-badge{-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;background:#fff;padding:10px 16px;border-radius:12px;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-md);box-shadow:var(--shadow-md);border:2px solid #edf2f7;border:2px solid var(--gray-200)}.stat-icon,.stat-value{font-size:20px}.stat-value{font-weight:700;color:#667eea;color:var(--primary-color)}.stat-label{font-size:12px;color:#718096;color:var(--gray-600);font-weight:500}.org-chart-toolbar{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:16px;gap:16px;margin-bottom:16px;background:#fff;padding:16px 20px;border-radius:12px;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-md);box-shadow:var(--shadow-md);border:2px solid #edf2f7;border:2px solid var(--gray-200)}.org-chart-toolbar,.toolbar-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.toolbar-section{grid-gap:12px;gap:12px}.search-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;background:#f7fafc;background:var(--gray-100);border:2px solid #e2e8f0;border:2px solid var(--gray-300);border-radius:10px;padding:4px 4px 4px 12px;-webkit-transition:all .3s;transition:all .3s;min-width:300px}.search-container:focus-within,.search-container[focus-within]{border-color:#667eea;border-color:var(--primary-color);background:#fff;-webkit-box-shadow:0 0 0 3px rgba(102,126,234,.1);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.search-icon{font-size:18px;color:#a0aec0;color:var(--gray-500)}.search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;background:transparent;padding:10px 8px;font-size:14px;outline:none;color:#2d3748;color:var(--gray-800);font-weight:500}.search-input::-webkit-input-placeholder{color:#cbd5e0;color:var(--gray-400)}.search-input::-moz-placeholder{color:#cbd5e0;color:var(--gray-400)}.search-input:-ms-input-placeholder{color:#cbd5e0;color:var(--gray-400)}.search-input::-ms-input-placeholder{color:#cbd5e0;color:var(--gray-400)}.search-input::placeholder{color:#cbd5e0;color:var(--gray-400)}.clear-search-btn{background:#fc8181;background:var(--danger-color);color:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:14px;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;-webkit-transition:all .2s;transition:all .2s;font-weight:700}.clear-search-btn:hover{background:#e53e3e;-webkit-transform:scale(1.1);transform:scale(1.1)}.action-btn,.button-group{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.action-btn{padding:10px 18px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;-webkit-transition:all .2s;transition:all .2s;white-space:nowrap;border:2px solid transparent}.action-btn.primary{background:linear-gradient(135deg,#667eea,#5a67d8);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border-color:#5a67d8;border-color:var(--primary-dark)}.action-btn.primary:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 12px rgba(102,126,234,.3);box-shadow:0 6px 12px rgba(102,126,234,.3)}.action-btn.secondary{background:#fff;color:#667eea;color:var(--primary-color);border-color:#667eea;border-color:var(--primary-color)}.action-btn.secondary:hover{background:#667eea;background:var(--primary-color);color:#fff}.action-btn.utility{background:#f7fafc;background:var(--gray-100);color:#4a5568;color:var(--gray-700);border-color:#e2e8f0;border-color:var(--gray-300);padding:10px 14px}.action-btn.utility:hover{background:#4a5568;background:var(--gray-700);color:#fff}.btn-icon{font-size:16px}.view-btn{width:40px;height:40px;background:#fff;border:2px solid #e2e8f0;border:2px solid var(--gray-300);border-radius:8px;cursor:pointer;font-size:18px;-webkit-transition:all .2s;transition:all .2s;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}.view-btn:hover{background:var(--gray-50)}.view-btn.active,.view-btn:hover{border-color:#667eea;border-color:var(--primary-color)}.view-btn.active{background:#667eea;background:var(--primary-color);color:#fff;-webkit-box-shadow:0 0 0 3px rgba(102,126,234,.2);box-shadow:0 0 0 3px rgba(102,126,234,.2)}.zoom-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:6px;gap:6px;background:#f7fafc;background:var(--gray-100);padding:4px;border-radius:10px;border:2px solid #e2e8f0;border:2px solid var(--gray-300)}.zoom-btn{background:#fff;border:none;border-radius:6px;padding:8px 14px;cursor:pointer;font-size:18px;font-weight:700;color:#4a5568;color:var(--gray-700);-webkit-transition:all .2s;transition:all .2s;min-width:40px}.zoom-btn:hover{background:#4a5568;background:var(--gray-700);color:#fff}.zoom-btn.reset{font-size:16px}.zoom-display{background:#2d3748;background:var(--gray-800);color:#fff;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:700;min-width:55px;text-align:center}.level-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:10px;gap:10px;margin-bottom:12px;padding:12px 16px;background:#fff;border-radius:10px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm);border:2px solid #edf2f7;border:2px solid var(--gray-200)}.level-label{font-size:13px;font-weight:600;color:#718096;color:var(--gray-600);margin-right:4px}.level-btn{padding:6px 16px;background:#f7fafc;background:var(--gray-100);border:2px solid #e2e8f0;border:2px solid var(--gray-300);border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;color:#4a5568;color:var(--gray-700);-webkit-transition:all .2s;transition:all .2s}.level-btn:hover{background:#4facfe;background:var(--accent-color);color:#fff;border-color:#4facfe;border-color:var(--accent-color);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.instruction-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:14px 24px;border-radius:10px;margin-bottom:20px;font-size:14px;text-align:center;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg);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;grid-gap:12px;gap:12px}.banner-icon{font-size:24px}.instruction-banner strong{font-weight:700;margin-right:8px}.org-chart-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;padding:30px;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.org-chart-wrapper.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important}.org-tree{padding:0}.org-tree,.org-tree ul{list-style:none;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.org-tree ul{padding:55px 0 0}.org-node{text-align:center;padding:0 14px}.org-box,.org-node{position:relative;display:inline-block}.org-box{background:#fff;border:3px solid #4a5568;border:3px solid var(--gray-700);border-radius:10px;padding:16px 20px;min-width:150px;max-width:210px;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.org-box.view-compact{padding:10px 14px;min-width:120px;max-width:170px}.org-box.view-detailed{padding:18px 24px;min-width:170px;max-width:240px}.org-box:hover{background:var(--gray-50);-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 8px 20px rgba(0,0,0,.15);box-shadow:0 8px 20px rgba(0,0,0,.15);border-color:#667eea;border-color:var(--primary-color)}.org-box.highlighted{-webkit-animation:pulse-highlight 1.5s infinite;animation:pulse-highlight 1.5s infinite;border-color:#f6ad55;border-color:var(--warning-color);background:#fffaf0;-webkit-box-shadow:0 0 25px rgba(246,173,85,.6);box-shadow:0 0 25px rgba(246,173,85,.6)}.org-box.search-match{background:#fef5e7;border-color:#f59e0b;border-width:3px}.org-box.selected{border-color:#48bb78;border-color:var(--success-color);background:#f0fff4;-webkit-box-shadow:0 0 25px rgba(72,187,120,.4);box-shadow:0 0 25px rgba(72,187,120,.4)}@-webkit-keyframes pulse-highlight{0%,to{-webkit-box-shadow:0 0 25px rgba(246,173,85,.6);box-shadow:0 0 25px rgba(246,173,85,.6)}50%{-webkit-box-shadow:0 0 35px rgba(246,173,85,.9);box-shadow:0 0 35px rgba(246,173,85,.9)}}@keyframes pulse-highlight{0%,to{-webkit-box-shadow:0 0 25px rgba(246,173,85,.6);box-shadow:0 0 25px rgba(246,173,85,.6)}50%{-webkit-box-shadow:0 0 35px rgba(246,173,85,.9);box-shadow:0 0 35px rgba(246,173,85,.9)}}.org-title{font-size:14px;font-weight:600;color:#2d3748;color:var(--gray-800);line-height:1.5;display:block;word-wrap:break-word}.view-compact .org-title{font-size:12px}.view-detailed .org-title{font-size:15px}.expand-icon{position:absolute;top:6px;right:6px;width:26px;height:26px;background:#667eea;background:var(--primary-color);color:#fff;border-radius:50%;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;font-size:18px;font-weight:700;line-height:1;-webkit-transition:all .2s;transition:all .2s;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm)}.org-box:hover .expand-icon{background:#5a67d8;background:var(--primary-dark);-webkit-transform:scale(1.15);transform:scale(1.15);-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-md);box-shadow:var(--shadow-md)}.child-count{position:absolute;bottom:4px;right:6px;background:#4facfe;background:var(--accent-color);color:#fff;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:700}.org-node:before{content:"";position:absolute;top:0;left:50%;width:3px;height:55px;background:#718096;background:var(--gray-600);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.org-tree>.org-node:before{display:none}.org-children{position:relative}.org-children:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#718096;background:var(--gray-600);-webkit-transform:translateY(-55px);transform:translateY(-55px)}.org-children .org-node:first-child:after,.org-children .org-node:last-child:after{content:"";position:absolute;top:-55px;width:50%;height:3px;background:linear-gradient(135deg,#f7fafc,#edf2f7)}.org-children .org-node:first-child:after{left:0}.org-children .org-node:last-child:after{right:0}.org-tree>.org-node>.org-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#5a67d8;border-color:var(--primary-dark);font-size:16px;padding:18px 26px;min-width:190px;-webkit-box-shadow:0 8px 20px rgba(102,126,234,.4);box-shadow:0 8px 20px rgba(102,126,234,.4)}.org-tree>.org-node>.org-box .org-title{color:#fff;font-weight:700}.org-tree>.org-node>.org-box .expand-icon{background:hsla(0,0%,100%,.25);border:2px solid #fff}.org-tree>.org-node>.org-children>.org-node>.org-box{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border-color:#e74c3c}.org-tree>.org-node>.org-children>.org-node>.org-box .org-title{color:#fff}.org-tree>.org-node>.org-children>.org-node>.org-box .expand-icon{background:hsla(0,0%,100%,.25);border:2px solid #fff}.org-tree>.org-node>.org-children>.org-node>.org-children>.org-node>.org-box{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;border-color:#3498db}.org-tree>.org-node>.org-children>.org-node>.org-children>.org-node>.org-box .org-title{color:#fff}.org-tree>.org-node>.org-children>.org-node>.org-children>.org-node>.org-box .expand-icon{background:hsla(0,0%,100%,.25);border:2px solid #fff}.info-panel{position:fixed;bottom:24px;right:24px;width:320px;background:#fff;border-radius:12px;-webkit-box-shadow:0 20px 40px rgba(0,0,0,.2);box-shadow:0 20px 40px rgba(0,0,0,.2);border:3px solid #667eea;border:3px solid var(--primary-color);z-index:1000;-webkit-animation:slideIn .3s ease;animation:slideIn .3s ease}@-webkit-keyframes slideIn{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideIn{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.info-header{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;padding:16px 20px;background:linear-gradient(135deg,#667eea,#5a67d8);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border-radius:9px 9px 0 0}.info-header h3{margin:0}.close-btn,.info-header h3{font-size:16px;font-weight:700}.close-btn{background:hsla(0,0%,100%,.2);border:2px solid #fff;color:#fff;width:28px;height:28px;border-radius:50%;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;-webkit-transition:all .2s;transition:all .2s}.close-btn:hover{background:#fff;color:#667eea;color:var(--primary-color)}.info-content{padding:20px}.info-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--gray-200)}.info-label{font-size:13px;font-weight:600;color:#718096;color:var(--gray-600)}.info-value{font-size:14px;font-weight:700;color:#2d3748;color:var(--gray-800)}.info-actions{margin-top:16px}.info-action-btn{width:100%;padding:12px;background:#667eea;background:var(--primary-color);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;-webkit-transition:all .2s;transition:all .2s}.info-action-btn:hover{background:#5a67d8;background:var(--primary-dark);-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-md);box-shadow:var(--shadow-md)}.chart-legend{position:fixed;bottom:24px;left:24px;background:#fff;padding:16px 20px;border-radius:12px;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);-webkit-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg);border:2px solid #edf2f7;border:2px solid var(--gray-200);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chart-legend,.legend-item{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px}.legend-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.legend-color{width:32px;height:20px;border-radius:4px;border:2px solid #e2e8f0;border:2px solid var(--gray-300)}.legend-color.level-1{background:linear-gradient(135deg,#667eea,#764ba2)}.legend-color.level-2{background:linear-gradient(135deg,#f093fb,#f5576c)}.legend-color.level-3{background:linear-gradient(135deg,#4facfe,#00f2fe)}.legend-color.level-4{background:#fff;border-color:#718096;border-color:var(--gray-600)}.legend-text{font-size:12px;font-weight:600;color:#4a5568;color:var(--gray-700)}.org-chart-container::-webkit-scrollbar{width:14px;height:14px}.org-chart-container::-webkit-scrollbar-track{background:#edf2f7;background:var(--gray-200);border-radius:10px;margin:4px}.org-chart-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#5a67d8);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:10px;border:3px solid #edf2f7;border:3px solid var(--gray-200)}.org-chart-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#4c51bf);background:linear-gradient(135deg,var(--primary-dark),#4c51bf)}@media print{.chart-legend,.info-panel,.instruction-banner,.level-controls,.org-chart-toolbar,.zoom-controls{display:none!important}.org-chart-container{max-height:none;overflow:visible}.org-chart-wrapper{-webkit-transform:scale(1)!important;transform:scale(1)!important}}@media (max-width:1200px){.org-chart-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.toolbar-section{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.search-container{min-width:100%}.chart-legend{position:static;margin-top:16px}}@media (max-width:768px){.chart-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:12px;gap:12px}.org-chart-title{font-size:22px}.info-panel{width:calc(100% - 32px);left:16px;right:16px;bottom:16px}}.doc-frame{background:#fff;border:1px solid #dcdcdc;border-radius:6px;padding:16px}.doc-header{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:flex-start;border-bottom:1px solid #e6e6e6;padding-bottom:10px;margin-bottom:8px}.doc-title{margin:0;font-size:18px;font-weight:600}.doc-meta{font-size:13px;color:#666;margin-top:4px}.pdf-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px}.pdf-btn{padding:6px 14px;font-size:14px;background:#0b5ed7;color:#fff;border-radius:4px;border:none;cursor:pointer}.pdf-btn:hover{background:#084298}.doc-hint{font-size:13px;color:#555;background:#f4f6f8;border-left:4px solid #0b5ed7;padding:8px 12px;margin-bottom:12px}.pdf-container.full-view{width:100%;height:calc(100vh - 300px);min-height:720px;border:1px solid #e1e1e1;border-radius:4px;overflow:hidden;background:#f9f9f9}.pdf-container.full-view iframe{width:100%;height:100%;border:none;background:#fff}.pdf-skeleton{width:100%;min-height:720px;padding:16px;background:#f4f6f8;border-radius:6px}.skeleton-line{height:14px;background:-webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(#f0f0f0), to(#e0e0e0));background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0);background-size:200% 100%;-webkit-animation:skeleton 1.4s infinite;animation:skeleton 1.4s infinite;margin-bottom:10px;border-radius:4px}.skeleton-line.title{width:40%;height:18px}.skeleton-box{height:420px;background:-webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(#f0f0f0), to(#e0e0e0));background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0);background-size:200% 100%;-webkit-animation:skeleton 1.4s infinite;animation:skeleton 1.4s infinite;border-radius:6px}@-webkit-keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media print{body *{visibility:hidden}.pdf-print-area,.pdf-print-area *{visibility:visible}.pdf-print-area{position:absolute;left:0;top:0;width:100%}.no-print{display:none!important}}.org-image-wrapper{width:100%;overflow-x:auto;text-align:center;padding:20px 0}.org-structure-image{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:8px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.12);box-shadow:0 4px 16px rgba(0,0,0,.12)}.pdf-container{position:relative}.pdf-loader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#f9f9f9}.loginFormStyleEmployee{.employeeCard{background-color:initial!important;.submit-bar{width:100%}}}.banner .bannerCard{min-width:420px!important}.employeeForgotPassword .employeeCard .field .field-container .component-in-front{margin-top:0;border:1px solid;border-right:none;padding:7px}@media (min-width:780px){.employeeForgotPassword .employeeCard .field .field-container .component-in-front{padding:7px}.banner .bannerCard,.loginFormStyleEmployee .employeeCard{min-width:420px!important}.employeeChangePassword .employeeCard,.employeeForgotPassword .employeeCard{max-width:420px!important;min-width:420px!important}}.employeeForgotPassword .employee-card-input{margin-bottom:0;border-left:none}.employeeForgotPassword .field-container{margin:10px 0}.employeeForgotPassword{.submit-bar{width:100%}}.employeeChangePassword .submit-bar{width:100%!important}.employeeChangePassword .card-text,.employeeChangePassword .input-otp-wrap{text-align:center}.submit-bar{.submit-bar{width:100%}}.employeeChangePassword .bannerHeader p,.employeeForgotPassword .bannerHeader p,.loginFormStyleEmployee .bannerHeader p{font-size:19px}.employeeCard .card-sub-header{font-size:24px}.employeeForgotPassword .employeeCard .card-label,.loginFormStyleEmployee .employeeCard .card-label{font-weight:400;font-size:16px;line-height:19px;color:#0b0c0c;margin-top:20px}.banner .bannerHeader{margin-bottom:20px}.employeeCard .card-label{font-weight:400;font-size:16px;line-height:19px;color:#0b0c0c}.profile-label-margin{margin-top:10px}.employeeForgotPassword .employeeCard .card-label-desc{font-weight:400;font-size:16px;line-height:24px;color:#505a5f;margin-top:15px}.employeeChangePassword .employeeCard .card-text{margin-bottom:15px;font-size:16px;color:#505a5f}@media screen and (max-width:768px){.employeeChangePassword .employeeCard .card-text{margin-top:7px}.employeeCard .card-sub-header{font-size:18px}}.employeeChangePassword .employeeCard .card-text-button{text-align:center!important;margin-bottom:12px!important}.employeeChangePassword .employeeCard .input-otp-wrap{margin-bottom:10px}.employee .loginContainer{padding-top:0!important}.banner{height:100vh!important}.employeeChangePassword .employeeCard .field .field-container{margin-bottom:24px}.employeeChangePassword .employeeCard .employee-card-sub-header,.employeeForgotPassword .employeeCard .employee-card-sub-header,.loginFormStyleEmployee .employeeCard .employee-card-sub-header{font-size:24px!important;line-height:28px!important;margin-bottom:0!important}@media screen and (max-width:768px){.employeeChangePassword .employeeCard .employee-card-sub-header,.employeeForgotPassword .employeeCard .employee-card-sub-header,.loginFormStyleEmployee .employeeCard .employee-card-sub-header{font-size:18px!important;line-height:21px!important;margin-bottom:0!important}.banner .bannerCard,.loginFormStyleEmployee .employeeCard{min-width:340px!important;margin:10px!important}.employeeChangePassword .employeeCard,.employeeForgotPassword .employeeCard{max-width:360px!important;min-width:340px!important;margin:10px!important}}.employeeChangePassword .employeeCard .card-text{margin-top:18px!important;margin-bottom:20px!important}.employeeBackbuttonAlign{display:none}.resend-otp{cursor:pointer}.employee-select-wrap.login-city-dd{.options-card{max-height:200px}}@media screen and (max-width:768px){.employeeBackbuttonAlign{display:block;position:absolute;top:20px;left:20px}.banner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:40px;height:100vh!important}.topbar{background:rgba(34,57,77,var(--bg-opacity))!important;color:#fff}.employee .loginContainer{padding-top:0!important}.removeBottomMargin{margin-bottom:0!important}.employee-select-wrap.login-city-dd{.options-card{max-height:160px}}}@media (max-width:768px){.financeUI-background-decor1,.financeUI-background-decor2,.financeUI-background-decor3,.financeUI-background-decor4,.modernFinanceUIWelcomeContainer,.modernFinanceUIWelcomeContent{display:none!important}.modernFinanceUILoginFormRightContainer{width:100%!important}.loginContainer{padding:0!important;background:#fff!important}}.loginFormStyleEmployee{.loginCardSubHeaderClassName{text-align:center!important}.loginCardClassName{background-color:initial!important;margin:auto!important;min-width:408px!important;header.employee-card-sub-header{text-align:center;margin-top:10px}}.buttonClassName{max-width:100%!important;width:100%!important}.field .field-container .text-input input{margin-bottom:5px!important}.bannerHeader{margin-bottom:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:24px}.bannerLogo{width:150px;height:auto;-o-object-fit:contain;object-fit:contain;padding-right:10px;margin-right:10px;border-right:1px solid #0b0c0c}.primary-label-btn{margin:20px auto 0!important}.employee-select-wrap .options-card{max-height:150px!important}}@media screen and (max-width:768px){.banner .bannerCard,.bannerCard,.employeeCard,.employeeChangePassword .employeeCard,.employeeForgotPassword .employeeCard,.loginCardClassName,.loginFormStyleEmployee .employeeCard{min-width:0!important;max-width:100%!important;width:100%!important;margin:0!important}.loginContainer,.modernFinanceUILoginFormRightContainer,.modernFinanceUIMainContainer{width:100%!important;max-width:100%!important;padding:0 12px!important;margin:0!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.bannerHeader,.bannerLogo{margin:0 auto!important;text-align:center!important;width:auto!important}.bannerLogo{width:100px!important;height:auto!important;border-right:none!important;padding:0!important;margin-bottom:8px!important}}.employee{.breadcrumb{margin-left:8px;margin-bottom:24px}.ground-container{margin-bottom:56px;margin-left:0;margin-right:0}.card-home{font-size:16px;border-radius:10px;display:inline-block;margin:8px auto;cursor:pointer;overflow:hidden;-webkit-transition:border-color .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.card-home:hover{-webkit-box-shadow:0 6px 0 0 #764ba2;box-shadow:0 6px 0 0 #764ba2}.topbar{position:fixed;top:0;width:100%;background:#fff;-webkit-box-shadow:rgba(0,0,0,.24) 0 1px 4px;box-shadow:0 1px 4px rgba(0,0,0,.24);z-index:9999;img{display:inline;&.city{margin-right:8px;height:60px;margin-left:53px}&.state{height:20px;max-height:20px;width:auto}}.ulb{font-weight:700}.right{float:right;margin-top:12px;margin-right:53px;.user-img-txt{background:#667eea;padding:10px 15px;border-radius:50%;color:#fff;font-weight:700}}}.loginContainer,.main{padding-top:88px}.react-time-picker{width:100%}.react-time-picker__wrapper{border:1px solid #464646}.react-time-picker__clock{display:none}.react-time-picker__inputGroup__leadingZero{padding-right:8px;display:inline!important}.react-time-picker__inputGroup__input{padding:0;min-width:none;outline:none!important;border:none!important}.react-time-picker__wrapper{padding-left:8px}}.citizen{.main{padding-top:82px;min-height:calc(100vh - 90px)}}.citizen,.employee{.sidebar{position:fixed;left:0;background:#0b4b66;height:100%;color:#fff;margin-top:83px;z-index:10000;-webkit-transition:all .3s ease;transition:all .3s ease;white-space:nowrap;height:calc(100vh - 36px);padding-bottom:5rem;.actions{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.tooltip{margin-left:16px}margin-bottom:0}svg{width:24px;height:24px;fill:#fff}a{display:-webkit-box;display:-ms-flexbox;display:flex}.sidebar-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;&.level-0{margin:0 .3rem;&.select-level{border-top:1px solid;border-bottom:1px solid}}&.active{color:#667eea!important;border-right:none;svg{fill:#667eea!important}}.employee-search-input{border:none;outline:none;background-color:transparent;margin-left:13px}.custom-link{.tooltip{margin-left:16px;span{margin-left:unset!important;left:unset!important}}}svg{fill:#fff!important;width:21px;height:21px}&:hover{background-color:#0b4b66;cursor:pointer}.search-icon-wrapper{border:2px solid #fff;border-radius:4px;padding:5px;svg{fill:#fff!important;width:21px;height:21px;path{fill:#fff!important}}}}.dropdown-link,.sidebar-link{display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.dropdown-link{height:40px;margin-left:40px;text-decoration:none;.actions{.tooltiptext{left:unset;right:1%}}svg{width:20px;height:20px;fill:#fff}&:hover{background-color:#6a8e9d;opacity:.8;cursor:pointer;svg{fill:#fe7a51!important}}&.active{border-left:4px solid #667eea;&.level-1{border-left:8.5px solid #667eea}&.level-2{border-left:4px solid #667eea}color:#667eea!important;border-right:none;svg{fill:#667eea!important}}}span{margin-left:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}}.wrapperStyles{margin-top:-5px;padding-left:20px;padding-top:10px;.containerStyles{border:1px solid #505a5f;padding:16px;margin-bottom:20px}&.leftBorder{border-left:2px solid rgba(0,0,0,.12)}}.rowContainerStyles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tableContainerStyles{border:1px solid #505a5f;padding:16px;margin-bottom:20px}.historyTables{display:grid;grid-template-rows:100px 100px;grid-template-columns:repeat(5,minmax(100px,1fr))}.historyContent{margin:0 10px;position:relative;padding-bottom:5px}.historyCheckpoint{background-color:#fe7a51;border-radius:100%;width:18px;height:18px;display:inline-block;position:relative;left:-9px;top:4px;&.zIndex{z-index:10}}.historyTableDateLabel{color:rgba(0,0,0,.87);font-size:16px;font-weight:700;line-height:17px;text-align:left;display:inline-block;padding-top:5px}.bottomMargin{margin-bottom:0}.historyTableDate{color:rgba(0,0,0,.87);font-size:19px;font-weight:400;line-height:17px;text-align:left;display:inline-block;padding-top:10px}.historyHorizontalBar{background-color:rgba(0,0,0,.12);width:auto;height:2px;margin-left:16px}.smallText{font-weight:500;font-size:14px}}.citizen{.sidebar{margin-top:54px;min-width:200px;.actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:10px;gap:10px}}}.link{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));cursor:pointer;:hover{--text-opacity:1;color:#c8602b;color:rgba(200,96,43,var(--text-opacity))}}.RightMostTopBarOptions{display:-webkit-box;display:-ms-flexbox;display:flex;.EventNotificationWrapper{position:relative;cursor:pointer;margin-left:16px;span{top:-10px;right:-10px;position:absolute;--bg-opacity:1;background-color:#d4351c;background-color:rgba(212,53,28,var(--bg-opacity));height:1.25rem;width:1.25rem;border-radius:9999px;text-align:center;p{line-height:20px}}}.select-wrap{margin-bottom:unset;svg{fill:#fff}}}@media (min-width:640px){.employee{.ground-container{margin-left:72px;margin-right:72px}.breadcrumb{margin-bottom:24px;margin-left:0}.card-home{margin-right:10px;margin-bottom:10px}.card-home-hrms{width:405px;padding:0;margin-right:16px;margin-bottom:16px}.main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:80px}.citizen-home-container,.main{display:-webkit-box;display:-ms-flexbox;display:flex}.citizen-home-container{-webkit-box-orient:unset!important;-webkit-box-direction:unset!important;-ms-flex-direction:unset!important;flex-direction:unset!important;width:unset!important;margin-left:unset!important;padding-top:58px}}.citizen{.main{width:100%;padding-top:58px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}}.fullWidth{width:100%}.multi-select-container{.disposal-text{font-weight:700}.disposal-info{margin-top:16px;margin-bottom:16px;margin-left:8px}.disposal-action-bar{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}}@media (min-width:780px){.d-grid{display:grid;grid-template-columns:250px 250px 250px 250px;grid-column-gap:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;grid-row-gap:2px;row-gap:2px;margin-left:-12px}}.m-auto{margin:auto!important}.mb-50{margin-bottom:50px}.mb-25{margin-bottom:25px}.back-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.top-back-btn{margin-bottom:0;color:#fff;margin-right:1em;& svg{fill:#fff}}.hambuger-back-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;@media (min-width:780px){.hamburger-span{display:none}}}}@media (min-width:780px){.back-wrapper{margin-right:2rem;margin-left:2rem}}.user-profile{@media (min-width:780px){width:calc(100% - 219px);margin-left:16px;margin-right:16px}}.link{a{color:inherit;text-decoration:inherit}}.breadcrumb{a{color:inherit;text-decoration:inherit}}.sidebar-link.active{.custom-link{text-decoration:none;div{span{color:#667eea!important;text-decoration:none}}}}.bread-crumb{a{color:inherit;text-decoration:inherit}}.sidebar-link{.custom-link{text-decoration:none;div{span{color:#fff;text-decoration:none}}}}.customEmployeeCard{margin:8px!important}.flex-fit{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;--border-opacity:1;border-color:#d6d5d4;border-bottom:1px;border-color:rgba(214,213,212,var(--border-opacity));border-style:solid;padding:8px 10px}.card-count{padding-right:36px;div{span{font-weight:700}}}.popup-module{width:480px;margin:0 auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));.popup-module-main{padding-left:24px;padding-right:24px;padding-bottom:24px}.popup-module-action-bar{grid-gap:16px;gap:16px;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}}@media (min-width:780px){.popup-module{width:480px;margin:auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));.popup-module-main{padding-left:24px;padding-right:24px;padding-bottom:24px;width:100%;padding:8px;height:100%}.popup-module-action-bar{grid-gap:16px;gap:16px;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}}}.icon-bg-secondary{display:-webkit-box;display:-ms-flexbox;display:flex;--bg-opacity:1;background-color:#22394d;background-color:rgba(34,57,77,var(--bg-opacity));width:3rem;height:3rem;svg{margin:auto;width:1.5rem;height:1.5rem}}.heading-m{font-weight:700;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:18px;line-height:28px;margin-left:16px;padding-top:8px}.BPAheading-m{margin-left:22px}.employee-home-footer{display:-webkit-box;display:-ms-flexbox;display:flex;height:2.5rem;padding-bottom:16px;padding-top:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;img{height:100%}}.employee-login-home-footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;bottom:0;height:2.5rem;--bg-opacity:1;background-color:#e3e3e3;background-color:rgba(227,227,227,var(--bg-opacity));padding-bottom:16px;padding-top:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;img{margin-left:8px}}.fieldInspectionWrapper{border:1px solid #d6d5d4;padding:16px;margin-top:8px;background:#fafafa}.fieldInsepctionInsideWrapper{border:1px solid #d6d5d4;padding:16px;margin-top:8px;background:#fff;max-width:70%;min-width:280px}@media (min-width:780px){.ground-container{margin-bottom:56px}.heading-m{font-size:24px;line-height:32px}.BPAheading-m{margin-left:22px}.break-line{margin-top:40px;margin-bottom:40px}.gridModuleWrapper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.25rem;gap:.25rem}}.complaint-links-container{.header{.logo{width:56px;height:56px;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));padding:12px;border-radius:4px;svg{width:2rem;height:2rem}}.text{padding-left:16px;font-size:18px;line-height:28px;font-weight:700}}.body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.link{padding:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#764ba2!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;a{color:inherit;text-decoration:inherit}}.inbox-total{padding:4px;display:table;white-space:normal;text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));width:2rem;height:2rem;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));border-radius:9999px;margin-left:4px}}.links-wrapper{padding-top:8px;padding-bottom:8px;line-height:24px;font-size:20px;-ms-flex-item-align:center;align-self:center;.link{padding:0 0 4px!important;svg{margin-left:8px}}}}.MobilePopupHeadingWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;align-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;place-content:space-between;margin-bottom:16px;h2{font-size:24px;line-height:32px;font-weight:700}}.filter-button{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));&:hover{--text-opacity:1;color:#c8602b;color:rgba(200,96,43,var(--text-opacity));cursor:pointer}}.employeeCard-info-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:16px;background-color:#fafafa;div{margin-right:32px;span:nth-child(2){font-weight:700;color:#4f5a5f}}.employeeCard-info-data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.filter-form{.filter-card{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));min-height:100%;padding:10px;.heading{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;display:-webkit-box;display:-ms-flexbox;display:flex;.clearAll{display:none}}.filter-label{font-weight:700;font-size:24px;line-height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.75rem;gap:.75rem;padding-bottom:6px;svg{fill:#0b0c0c}}.sub-filter-label{font-weight:400;font-size:16px}}.filter-form-field{p{font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));display:block;margin-bottom:16px}}}.inbox-container{.filters-container{.filter{.filter-card{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:10px;.filter-card-close-button{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.filter-card-close-button,.heading{display:-webkit-box;display:-ms-flexbox;display:flex}.heading{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.clearAll{display:none}}.filter-label{font-size:18px;line-height:28px;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.75rem;gap:.75rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:6px;svg{fill:#0b0c0c}}.sub-filter-label{font-weight:400;font-size:16px}}}.search-complaint-container{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:16px;.complaint-input-container{width:100%;.complaint-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.clear-search{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));display:none;&:hover{color:#003078;cursor:pointer}}}}}}.status-container{margin-bottom:50px}}.clear-search,.clear-search .link-label{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));display:block;cursor:pointer;&:hover{color:#000}}.button-clear{color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.button-clear,.inbox-count{--text-opacity:1;font-size:16px;line-height:24px}.inbox-count{display:inline;margin-left:8px;padding:8px;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));border-radius:9999px;color:#fff;color:rgba(255,255,255,var(--text-opacity));vertical-align:middle;text-align:center;font-weight:400}@media (min-width:780px){.complaint-links-container{.header{.logo{--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));padding:12px;border-radius:4px}.text{padding-left:16px;font-size:24px;line-height:32px;font-weight:700}}.body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.link{padding:8px;color:#764ba2!important}}}.inboxLinks{margin:0!important;padding:0!important;.header{border:none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;.logo{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));svg{path{fill:#667eea}}}}.body{margin-left:0}}.filter-form{.filter-card{padding:16px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));.heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.label{font-size:16px;line-height:24px}}}.inbox-container{display:-webkit-box;display:-ms-flexbox;display:flex;.filters-container{width:270px;.filter{margin-top:16px;.filter-card{padding:16px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));.heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.label{font-size:16px;line-height:24px}}}.citizen-filter{margin-top:unset}}.search-container{width:874px;.search-complaint-container{margin:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:16px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:16px;.complaint-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:20px}.complaint-input-container{display:grid;grid-template-columns:33.33% 33.33% 33.33%;&.for-pt{&.for-search{grid-template-columns:25% 25% 25% 25%;.input-fields:nth-child(3n){margin-right:16px!important}.input-fields:nth-child(4n){margin-right:0!important}.search-submit-wrapper{grid-column:4/5;max-width:unset;margin-left:unset}}}.search-submit-wrapper{margin-left:50%;max-width:50%;grid-column:3/4;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;.submit-bar-search{margin-top:unset;margin-bottom:20px;margin-left:unset;max-width:100%;width:100%}}.input-fields{display:inline-block!important;margin-right:16px!important;.inbox-search-form-error{padding-top:0;margin-top:0;position:absolute}}.input-fields:nth-child(3n){margin-right:0!important}.complaint-input{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.clear-search{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));display:block;cursor:pointer;&:hover{color:#003078;cursor:pointer}}}.mobile-input{margin-left:8px}}.search-action-wrapper{width:33%;margin-top:28px;display:inline-block;vertical-align:middle;text-align:center;button{margin:0;width:100%;max-width:300px!important}}}}}}.document-clear-all{grid-area:2/2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cell-text{color:#505a5f}.sla-cell-error{color:#d4351c;background-color:rgba(212,53,28,.12);padding:0 24px;border-radius:11px}.sla-cell-success{color:#00703c;background-color:rgba(0,112,60,.12);padding:0 24px;border-radius:11px}.complain-no-cell-text{margin-top:"4px";color:"theme(colors.text.secondary)"}.search-error-label{font-weight:700!important;font-size:19px!important;line-height:23px!important;--text-opacity:1!important;color:#d4351c!important;color:rgba(212,53,28,var(--text-opacity))!important;margin-bottom:8px!important}.inbox-action-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.employeeTotalLink{color:#505a5f;font-size:16px;text-decoration:none}@media (min-width:780px){.groupBill-custom{.custom-group-merge-container{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important;.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;.logo{margin-right:1rem;svg{path{fill:#667eea}}}.h1{font-size:24px;line-height:28px;font-weight:400;color:#667eea}}}.inbox-container{.search-container{.search-complaint-container{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.group-complaint-input-container,.search-complaint-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.group-complaint-input-container{width:33%!important;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}}}.inbox-action-container{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;.clear-search{margin-top:65px;margin-left:16px;padding-top:unset!important}.submit-bar-search{margin-top:55px!important}}}}.connection-details-old-value-wrapper,.plumber-details-old-value-wrapper{.old-value-null-wrapper{visibility:hidden;padding-bottom:8px;margin-bottom:8px}.row{color:#b1b4b6;font-weight:700;font-size:16px}}.search-tabs-container{border-bottom:1px solid rgba(0,0,0,.2);margin-bottom:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.search-tab-head{padding:10px 35px}.search-tab-head-selected{padding:10px 35px;color:#f47738;border-bottom:4px solid #f47738;font-weight:700}.search-tab-head-selected:focus{outline:0}}.card-with-background{background:#fafafa;border:1px solid #d6d5d4;.card-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}h2{font-size:16px;font-weight:700}}.registryTable{tHead{tr{th{text-align:center}}}tBody{tr{td{text-align:center}}}}.secondary-action{display:inline;float:right}.form-field{width:100%}@media (min-width:780px){.form-field{width:50%}.desktop-w-full{width:100%!important}}.scroll-table-wrapper{&::-webkit-scrollbar{display:none}-ms-overflow-style:none;scrollbar-width:none;position:relative;overflow-x:scroll;overflow-y:visible;padding-bottom:8px;text-align:center;.scroll-table-width-wrapper{&::-webkit-scrollbar{display:none}-ms-overflow-style:none;scrollbar-width:none;width:calc(100% - 110px);margin:auto;overflow-x:scroll;table{margin:auto}}.first-col{left:0}.first-col,.last-col{width:110px;position:absolute}.last-col{right:0}}@media (min-width:780px){.scroll-table-wrapper{width:60%}}.table-switch-card-chip{cursor:pointer;padding-right:10px}.table-search-wrapper,.table-switch-card-chip{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.table-search-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-switch-card-inactive{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:start;-ms-flex-align:start;align-items:flex-start;padding:8px;position:static;height:40px;left:84px;top:0;background:#fff;-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.1);box-shadow:2px 2px 2px rgba(0,0,0,.1);-webkit-box-flex:0;-ms-flex:none;flex:none;-ms-flex-positive:0;flex-grow:0;margin:0;color:#b1b4b6}.table-switch-card-inactive:hover{background:#fffffc;font-size:17px;color:#505a5f}.table-switch-card-active{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:start;-ms-flex-align:start;align-items:flex-start;padding:8px;position:static;height:40px;left:0;top:0;background:#fff;border:1px solid #667eea;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.1);box-shadow:2px 2px 2px rgba(0,0,0,.1);-webkit-box-flex:0;-ms-flex:none;flex:none;-ms-flex-positive:0;flex-grow:0;margin:0}.icon-wrapper{margin-left:1rem;cursor:pointer}.EmployeeLoginFooter{margin:auto;position:absolute;bottom:10px;img{height:1rem;-o-object-fit:contain;object-fit:contain}}.updateNumberEmployee{width:100%;.employee-data-table .row h2{font-weight:500;width:100%}.submit-bar{position:relative}.search-form-wrapper{-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:normal}}.linksWrapperForMobileInbox{.header{-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:normal}}.dss-switch-tabs{background:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);border-radius:4px;margin-bottom:3%;margin-right:25px}.dss-header-label{font-weight:600!important;font-size:22px!important;white-space:pre-line}.dss-switch-tab-wrapper{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dss-switch-tab-selected{border-bottom:3px solid #667eea;color:#667eea;padding:7px 24px}.dss-switch-tab-selected,.dss-switch-tab-unselected{font-family:Roboto;font-style:normal;font-weight:500;font-size:22px}.dss-switch-tab-unselected{color:#505a5f;padding:8px 24px}.dss-pie-subheader,.dss-table-subheader{position:relative;top:-7px;font-size:13px;font-weight:400;color:#505a5f}.recharts-legend-item{margin-bottom:20px!important;white-space:pre}.dss-white-pre{white-space:pre}.dss-white-pre-line,.dss-white-pre-temp{white-space:pre-line}.multi-select-dropdown-wrap{.master{.label{p{white-space:pre;margin:auto auto auto 0;padding-left:1%}}}}.divToBeHidden{display:block}.divWillGetHidden{display:none}.dss-temp-white-pre{white-space:pre}.dss-input-active-border{--border-opacity:1;border:1px solid #667eea!important;border-color:rgba(244,119,56,var(--border-opacity))}.dss-card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dss-card-parent{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:31%;border-radius:6px;padding:25px;margin:15px 11.5px;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25)}.dss-card-body,.dss-card-parent{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.dss-card-body{-ms-flex-wrap:wrap;flex-wrap:wrap}.dss-card-header{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;p{font-size:24px;font-family:Roboto,sans-serif;font-weight:500;color:#000}svg{width:50px;height:50px}}.dss-insight-card{margin:10px 0;p{font-family:Roboto,sans-serif}.p1{color:#585858}.p1,.p3{font-size:16px}.p3{font-weight:400}.p2{font-size:24px;font-weight:500;color:#000}.color-green{color:#00703c}.color-red{color:#d4351c}}.w-100{width:100%}.dss-w-100{width:97%}.h-100{width:100%;height:100%}.dss-h-100{width:97%;height:100%}.tab-rows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:60%;margin-left:13%}.tab-header{font-weight:700;font-size:16px;line-height:19px;border-bottom:1px solid #b1b4b6;color:#2a3340}.map-status{position:relative;width:33%;left:50%;bottom:130px}.map-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:5px}.map-box{display:inline-block;height:10px;width:10px}.map-text{margin-left:5px;color:#636363;font-size:14px}@media screen and (max-width:768px){.dss-switch-tabs{margin-right:0}.dss-card-parent{width:100%}}.dss-metric-horizontal{width:48%;max-width:48%}.dss-primary{display:inline;margin-right:10px;path{fill:#667eea}}.dss-horizontal-v2{width:22.7%;max-width:22.7%}body{margin:0;padding:0;font-family:Roboto;background:#f4f7fb}.app-container-iframe{border-width:0;div[class^=MuiCircularProgress]{position:sticky;top:90%;left:50%}div[role^=progressbar]{left:50%;position:sticky}}@media only screen and (min-width:953px){.app-container-iframe{border-width:0;position:fixed;width:83.5%;height:calc(100vh - 64px)}}@media (max-width:768px){.app-container-iframe{border-width:0;width:100vw;height:100vh;margin:32px 0 0}}@media (max-width:375px){.app-container-iframe{border-width:0;width:100vw;height:100vh;margin:32px 0 0}}.app-iframe-wrapper{left:64px;border-width:0;position:fixed;top:80px}.app-iframe{width:97%;height:calc(100vh - 90px);border-width:0;position:fixed}@media (max-width:768px){.app-iframe-wrapper{left:0}}.payment-amount-info{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.citizen-home-footer,.payment-amount-info{display:-webkit-box;display:-ms-flexbox;display:flex}.citizen-home-footer{width:100%;height:2.5rem;--bg-opacity:1;background-color:#e3e3e3;background-color:rgba(227,227,227,var(--bg-opacity));padding-bottom:16px;padding-top:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;img{margin-left:8px}}.employee .citizen-home-footer{position:fixed;bottom:0}.fill-path-primary-main{path{fill:#667eea}}.obps-search{margin:8px}.HomePageWrapper{margin-top:-25px;.BannerWithSearch{margin-bottom:40px;width:100%;position:relative;.Search{width:calc(100% - 32px);bottom:-18px;margin-left:16px;margin-right:16px;position:absolute}img{height:33vw;width:100%;-o-object-fit:cover;object-fit:cover}}.ServicesSection{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:40px 15px 0}@media (min-width:780px){.ServicesSection{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:40px 15px 0;width:100%}}.WhatsNewSection{margin:8px;padding:0 15px;.headSection{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;h2{font-weight:700;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));padding-left:8px}h2,p{font-size:16px;line-height:24px;--text-opacity:1}p{color:#667eea;color:rgba(102,126,234,var(--text-opacity));font-weight:500;cursor:pointer}}@media (min-width:780px){padding-left:15px;padding-bottom:0;padding-right:15px;padding-top:0}}.WhatsAppBanner{padding:0 20px;margin:auto;cursor:pointer}}@media (min-width:780px){.SideBarStatic{width:219px;background:#fff}}@media (max-width:780px){.SideBarStatic{display:none}}.HomePageContainer{@media (min-width:780px){display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 219px);height:calc(100% - 30px)}}.moduleLinkHomePage{@media (min-width:780px){width:calc(100% - 219px)}margin-top:-25px;img{height:33vw;-webkit-filter:grayscale(100%);filter:grayscale(100%);width:100%;-o-object-fit:cover;object-fit:cover}h1{top:100px;left:21px;font-size:32px;line-height:40px;font-weight:700}.moduleLinkHomePageBackButton,h1{position:absolute;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.moduleLinkHomePageBackButton{border:none;top:76px;svg{fill:#fff}font-size:16px;line-height:24px;margin-left:16px}}.moduleLinkHomePageModuleLinks{margin-top:16px;.CitizenHomeCard{.header{display:none}}}@media (min-width:780px){.HomePageWrapper{width:100%;.BannerWithSearch{margin-bottom:56px;width:100%!important;.Search{width:100%;margin:0;padding:0 15px}img{height:20vw}}.WhatsAppBanner{img{height:20vw}}}.moduleLinkHomePage{img{min-width:100vw;height:20vw}h1{top:calc(10vw + 40px);left:15.8rem}.moduleLinkHomePageBackButton{top:calc(10vw + 16px);margin-left:16px}}.moduleLinkHomePageModuleLinks{width:100%}}.CitizenEngagementNotificationWrapper{.h1{margin:15px}.WhatsNewCard{margin-left:16px;margin-right:16px;margin-bottom:16px}}.OnGroundEventDetailsCard{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-left:8px;margin-right:8px;margin-bottom:16px;padding:16px;border-radius:.25rem}.eventAddressAndDirection{font-size:14px;line-height:16px;margin-bottom:16px;span{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px;svg{height:1.25rem;width:1.25rem}div{margin-left:16px;p{margin-bottom:8px}.direction{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));cursor:pointer}}}}.eventTimeRange{font-size:14px;line-height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;svg{height:1.25rem;width:1.25rem}p{margin-left:16px}}.cardCaptionBodyS{font-size:14px;line-height:16px;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity));margin-bottom:16px}@media (min-width:780px){.cardCaptionBodyS,.eventAddressAndDirection{font-size:16px;line-height:24px}}.wrapper{margin:20px auto}.accordion-wrapper{&+*{margin-top:.5em}}.accordion-item{overflow:hidden;-webkit-transition:max-height .3s cubic-bezier(1,0,1,0);transition:max-height .3s cubic-bezier(1,0,1,0);height:auto;max-height:9999px}.accordion-item.collapsed{max-height:0;-webkit-transition:max-height .35s cubic-bezier(0,1,0,1);transition:max-height .35s cubic-bezier(0,1,0,1)}.accordion-title{font-weight:600;cursor:pointer;color:#666;padding:.5em 0;border-radius:1.5em;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;&.open svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}&.open,&:hover{color:#000}}.accordion-content{padding:1em 0}.document_list_searchbar{border:1px solid #505a5f!important;border-radius:0!important;margin:20px 0}.notices_circular_searchbox{margin-top:50px}.notice_and_circular_main{display:-webkit-box;display:-ms-flexbox;display:flex;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-top:16px;margin-bottom:16px;padding:16px 16px 24px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);position:relative;border-radius:4px}.gap-ten{grid-gap:2.5rem;gap:2.5rem}.notice_and_circular_heading_mb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2px}.notice_and_circular_heading_mb header{font-weight:700;font-size:16px!important;line-height:24px;margin-right:50px}.notice_and_circular_heading_mb .card-caption{font-weight:400;font-size:12px;line-height:24px;color:#505a5f;padding-right:5px;padding-left:15px;min-width:80px;position:absolute;right:20px}.notice_and_circular_text{padding-bottom:20px}.notice_and_circular_text p{font-weight:400;font-size:12px;line-height:14px;color:#505a5f}.notice_and_circular_caption{margin-top:10px;margin-bottom:10px}.notice_and_circular_caption .card-caption{font-weight:400;font-size:10px;line-height:18px;color:#a3a3a3}.view_download_main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:8px;gap:8px;-webkit-box-align:end;-ms-flex-align:end;align-items:end;span{padding-right:20px;& .views{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;p{padding-left:10px;font-weight:400;font-size:16px;line-height:19px;color:#667eea}}}& .download_views_padding{padding-top:8px}}@media (min-width:780px){.view_download_main{span{& .views{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;p{padding-left:10px;font-weight:400;font-size:16px;line-height:19px;color:#667eea}}}}.notice_and_circular_heading_mb .card-caption{font-size:16px;line-height:24px;min-width:150px;padding-left:50px}.view_download_main span{padding-right:30px}.view_download_main span .views p{padding-left:8px;font-size:16px}.notice_and_circular_text p{font-size:16px!important;line-height:24px}.documentDetails_row{grid-gap:0!important;gap:0!important}.notice_and_circular_heading_mb header{font-size:24px!important;line-height:28px;margin-right:100px}.notice_and_circular_caption .card-caption{font-size:14px;line-height:21px}}.documentDetails{&_wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:2.5rem;gap:2.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}&_row,&_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}&_row{grid-gap:5rem;gap:5rem}&_title{width:12rem;font-weight:700}&_description{max-width:32rem;text-overflow:clip}&_pdf{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.25rem;gap:1.25rem}&_subheader{font-weight:700;font-size:large}}.documentDetails_pdf{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:2.5rem;gap:2.5rem;cursor:pointer}.grid_section{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;& .document_notification_form_section{grid-column:span 3/span 3}}.document_notification_first_grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;& .form_section,.document_notification_table_section{grid-column:span 3/span 3}}.new_document_section_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;& .card-section-header{padding-left:24px}}.new_document_para_color{--text-opacity:1;color:#764ba2;color:rgba(118,75,162,var(--text-opacity));margin-bottom:42px}.document_notification_second_grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.document_notification_clear_search_btn{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;& .document_notification_clear_search_btn_align{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.new_document_clear_search_alignment{margin-bottom:16px;margin-right:24px}.document_notification_filter_header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.document_notification_filter_header,.document_notification_filter_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.document_notification_filter_icon{& .card-caption{margin-left:24px}}.document-table-docs-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:1.25rem;gap:1.25rem}.filter_section_main{padding-bottom:300px}.new_document_card{width:100%;height:14rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:36px}.filter_table_section_margin{margin-top:30px}.filter_card_employee{width:100%;height:auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:36px;padding-bottom:100px}.filter_section_document_categories{padding-top:20px}.new_document_card_table{width:100%;height:auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:36px}.employee_document_inbox_table_main{.table{tbody{tr{padding-top:16px;padding-bottom:16px}}}}.confirmation_box{height:130px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:8px;grid-gap:10px;gap:10px;overflow:hidden;text-overflow:ellipsis}.Docs_CardWrapper{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin:8px;padding:16px 16px 24px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);border-radius:4px}.mobileInbox_attachments{grid-gap:10px;gap:10px}.documentDetails_row_items,.mobileInbox_attachments{display:-webkit-box;display:-ms-flexbox;display:flex}.documentDetails_row_items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-item-align:start;align-self:flex-start}@media screen and (max-width:768px){.documentDetails_row_items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}}.surveyListclockDiv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:24px;margin-bottom:24px}.surveyListclockDiv span{padding-left:16px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.surveyListstatus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.surveyLisNotResponded{--text-opacity:1;color:#d4351c;color:rgba(212,53,28,var(--text-opacity))}.surveyLisResponded{--text-opacity:1;color:#00703c;color:rgba(0,112,60,var(--text-opacity))}.surveyListCardMargin{margin:24px 16px}.centered-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-top:24px;padding-bottom:24px}.updatenumber-warper-citizen{min-height:95vh;height:unset}.updatePropertyNumber{.pt-update-no-popup-wrapper{margin:16px}.search-form-wrapper{display:inherit;padding:16px;.submit-bar,.submit-bar-disabled{position:absolute;bottom:25px;width:90%}}}@media (min-width:780px){.updatenumber-warper-citizen{min-height:100vh;height:unset}.updatePropertyNumber{.h1{margin:16px}.search-form-wrapper{.submit-bar{width:100%!important;position:unset!important}.submit-bar-disabled{position:absolute;bottom:25px;width:90%}}}}.notice_and_circular_image svg{width:80px;height:100px}.notice_and_circular_content{padding-left:50px}.back-btn2{border:none}@media screen and (max-width:768px){.notice_and_circular_image svg{width:53px;height:66px}.notice_and_circular_content{padding-left:40px}.documentContainerPadding{padding:0 10px}}.surveydetailsform-wrapper{display:grid;grid-gap:1.5rem;gap:1.5rem;padding-top:16px;padding-bottom:16px;label{font-weight:500}.surveyformfield{display:grid;grid-gap:1rem;gap:1rem}.employee-card-input,.employee-select-wrap{margin-bottom:0}}.newSurveyForm_wrapper{display:grid;padding:16px;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));border-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));border-radius:.25rem;grid-gap:1.5rem;gap:1.5rem;.newSurveyForm_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:1rem;gap:1rem;padding-top:16px;padding-bottom:16px;.checkbox-wrap .label{margin-left:40px}}.newSurveyForm_seprator{width:1px;height:1.5rem;border-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity))}}.surveydetailsform-wrapper,.surveyformslist_wrapper{.heading{font-size:24px;line-height:32px;font-weight:500;padding-top:16px;padding-bottom:16px}}.surveyformslist_wrapper{display:grid;grid-gap:1.5rem;gap:1.5rem;padding-top:16px;padding-bottom:16px}.options_checkboxes{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:1rem;gap:1rem}.optioncheckboxwrapper,.options_checkboxes{display:-webkit-box;display:-ms-flexbox;display:flex}.simple_editable-input{outline-width:0;border:0;border-bottom:2px solid #000}.simple_readonly-input{outline-width:0;border:0;background:transparent}.pointer{cursor:pointer}.disabled-btn{pointer-events:none;cursor:not-allowed}.optionradiobtnwrapper{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.5rem;gap:.5rem;.customradiobutton{width:1.5rem;height:1.5rem}}.edit-action-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.surveyQuestion-wrapper{display:grid;grid-gap:1.5rem;gap:1.5rem}.question-title{font-size:18px;line-height:21px;color:#0b0c0c;font-weight:700}.responses-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:8px 4px;background-color:#fafafa;position:relative}.responses-container,.responses-container-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #d6d5d4;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;margin-top:20px;margin-bottom:20px}.responses-container-date{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 8px 0;position:static;left:0;top:41px;background:#fafafa}.responses-container-line{width:100%;margin-bottom:-12px}.date-time{margin-top:10px;margin-bottom:10px}.response-result{-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-positive:0;flex-grow:0;margin:0 0 -20px;display:inline-block}.date-container{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 8px;background:#fafafa;border:1px solid #d6d5d4;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;grid-row-gap:1.5rem;row-gap:1.5rem}.date-container,.date-response{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.date-response{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;font-weight:700;grid-gap:2.5rem;gap:2.5rem}.divide{--tw-divide-x-reverse:0;border-right-width:calc(2px*var(--tw-divide-x-reverse));border-left-width:calc(2px*(1 - var(--tw-divide-x-reverse)))}.circle{background-color:red;height:40px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;width:40px}.align-columns{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:780px){.surveydetailsform-wrapper{.surveyformfield{-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 2fr 1fr;.radio-wrap{grid-gap:5rem;gap:5rem;margin-bottom:0}.radio-wrap,.radio-wrap div{display:-webkit-box;display:-ms-flexbox;display:flex}.radio-wrap div{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.radio-btn{width:1.5rem;height:1.5rem}.radio-btn-checkmark{height:1.75rem;width:1.75rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-radius:9999px;display:block}.radio-wrap .radio-btn-wrap input:checked~.radio-btn-checkmark:after{display:block;--bg-opacity:1;background-color:#667eea;background-color:rgba(244,119,56,var(--bg-opacity));height:1.25rem;width:1.25rem;border-radius:9999px;position:absolute;top:4px;left:4px}}}.newSurveyForm_wrapper{display:grid;padding:16px;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));border-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));border-radius:.25rem;grid-template-columns:33% 1fr;.newSurveyForm_quesno{font-size:18px;line-height:28px;font-weight:500}.newSurveyForm_questions{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1rem;gap:1rem;.text-input{width:75%}.employee-select-wrap{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}}.newSurveyForm_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:.5rem;gap:.5rem;.checkbox-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.checkbox-wrap .label{margin-left:40px}}.newSurveyForm_seprator{width:1px;height:1.5rem;border-width:1px;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity))}}.surveyformslist_wrapper{width:75%;display:grid;grid-gap:1.5rem;gap:1.5rem;padding-top:16px;padding-bottom:16px}}.unstyled-button{border:none;padding:0;background:none}.digit-action-bar-wrap{@extend .light-text-color-primary;@extend .light-paper-primary;-webkit-box-shadow:rgba(0,0,0,.16) 0 -2px 8px;box-shadow:0 -2px 8px rgba(0,0,0,.16);max-width:100%;z-index:100;left:0;bottom:0;width:100%;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:8px;position:fixed;text-align:right;div{width:100%}.digit-menu-wrap{position:absolute;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;cursor:pointer;@extend .light-background;bottom:45px;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);width:calc(100% - 16px);right:8px;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-primary;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%;@extend .light-background}}}}@media (min-width:780px){.digit-action-bar-wrap{-webkit-box-shadow:rgba(0,0,0,.16) 0 -2px 8px;box-shadow:0 -2px 8px rgba(0,0,0,.16);left:0;max-width:none;z-index:999;position:fixed;bottom:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding-top:8px;padding-bottom:8px;padding-right:24px;text-align:right;div{width:calc(100% - 16px)}.digit-menu-wrap{bottom:45px;top:unset;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);position:absolute;height:auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;width:240px;right:24px;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%}}}}}.digit-action-bar-wrap-registry{div{width:100%}.digit-menu-wrap{position:absolute;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));text-align:left;margin-bottom:4px;z-index:30;cursor:pointer;-webkit-box-shadow:rgba(0,0,0,.14) 0 8px 10px 1px,rgba(0,0,0,.12) 0 3px 14px 2px,rgba(0,0,0,.2) 0 5px 5px -3px;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);width:160px;right:60px;@extend .light-background;div{height:3rem;padding-left:8px;padding-top:16px;padding-bottom:16px;font-size:16px;line-height:24px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));width:100%;@extend .light-background}}}.digit-search-add{padding:12px 16px;@extend .light-primary;color:#f47738;cursor:pointer}.digit-search-add,.digit-search-add-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.digit-search-add-icon{@extend .light-primary-button;background:#f47738;border-radius:50%;height:24px;width:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:10px}}.digit-checkbox-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;position:relative;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;input{width:38px;height:38px;opacity:0;position:absolute;top:0;left:0;z-index:10;@extend .light-input-border}.input-emp{@extend input;width:24px;height:24px}.digit-custom-checkbox{width:38px;height:38px;position:absolute;top:0;left:0;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));z-index:0;@extend .light-input-border;img,svg{opacity:0}}.digit-custom-checkbox-emp{@extend .digit-custom-checkbox;width:24px;height:24px}input:checked~.digit-custom-checkbox,input:hover~.digit-custom-checkbox{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity));@extend .light-input-border}input:checked~.digit-custom-checkbox img{opacity:1}input:checked~.digit-custom-checkbox svg{opacity:1;width:35px;height:35px}.label{margin-left:56px;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-text-color-primary}}.field-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:flex;align-items:center;.component-in-front{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;@extend .light-background;@extend .light-input-border;margin-top:0;border:1px solid;border-right:none;padding:7px}}.card-date-input{@extend .light-input-border}.text-input{input{background-color:initial;&:hover{--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));@extend .light-input-border}}}.employee-card-input-error{@extend .light-input-border;@extend .alert-error}.card-input-error{--border-opacity:1;border:1px solid #d4351c;border-color:rgba(212,53,28,var(--border-opacity));@extend .light-input-border;@extend .alert-error}.card-input-error,.employee-card-input{margin-bottom:24px;padding-left:8px;display:block;width:100%;height:2.5rem;outline:2px solid transparent;outline-offset:2px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.employee-card-input{--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));@extend .light-input-border}.employee-card-input:disabled{--border-opacity:1!important;border-color:#9e9e9e!important;border-color:rgba(158,158,158,var(--border-opacity))!important;--text-opacity:1!important;color:#9e9e9e!important;color:rgba(158,158,158,var(--text-opacity))!important;pointer-events:none!important;@extend .light-input-border;@extend .light-text-color-disabled}.employee-card-input--front{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;@extend .light-background;border-right:0;padding-right:5px}.employee-card-input-error{padding-left:8px;height:2.5rem;--border-opacity:1;border:1px solid #d4351c;border-color:rgba(212,53,28,var(--border-opacity));line-height:2.5rem;@extend .light-input-border;@extend .alert-error}.card-textarea,.employee-card-input-error,.employee-card-textarea{margin-bottom:24px;display:block;width:100%;outline:2px solid transparent;outline-offset:2px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.card-textarea,.employee-card-textarea{margin-top:16px;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));height:6rem;padding:8px;@extend .light-input-border}.employee-card-textarea{width:100%}.citizen-card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-input-border}.citizen-card-input--front{@extend .light-background;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:0;padding-right:5px}.break-line{@extend .light-input-border;--border-opacity:1;border-color:#d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));margin-top:24px;margin-bottom:24px}.primary-label-btn{svg{fill:#667eea}@extend .light-primary}.digit-radio-wrap{margin-top:8px;display:block;line-height:2.5rem;margin-bottom:24px;div{display:block;margin-bottom:16px}.digit-radio-btn-wrap{display:block;float:left;position:relative;&:hover{.digit-radio-btn-checkmark{--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}}}.digit-radio-btn{opacity:0;position:absolute;cursor:pointer;height:2.5rem;width:2.5rem}.digit-radio-btn-checkmark{@extend .light-input-border;height:2.5rem;width:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-radius:9999px;display:block}label{@extend .light-text-color-primary;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;margin-left:16px}.digit-radio-btn-checkmark:after{content:""}.digit-radio-btn-wrap input:checked~.digit-radio-btn-checkmark{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}.digit-radio-btn-wrap input:checked~.digit-radio-btn-checkmark:after{display:block;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity));height:1.25rem;width:1.25rem;border-radius:9999px;position:absolute;top:10px;left:10px}}.digit-reverse-radio-selection-wrapper{div{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;-ms-flex-line-pack:justify;align-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;place-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.digit-employee-select-wrap{margin-bottom:24px;position:relative;.digit-select{@extend .light-input-border;position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));&:hover{@extend .light-input-border;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity))}input[type=text]{width:calc(100% - 32px);background-color:initial;@extend .light-input-border;@extend .light-text-color-primary;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{padding-top:9px;@extend .light-text-color-primary;float:left;margin-left:8px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.digit-select-active{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));@extend .light-input-border;input[type=text]{width:calc(100% - 32px);background-color:initial;@extend .light-background;@extend .light-text-color-primary;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{@extend .light-text-color-primary;float:left;margin-left:8px;padding-top:9px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.digit-options-card{width:100%!important;-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);max-height:400px;overflow:auto;position:absolute;z-index:20;margin-top:4px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));max-width:100%;p{padding-top:14px;@extend .light-text-color-primary;width:100%;height:3rem;padding-left:8px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));@extend .light-background}}}}.digit-employee-select-wrap--elipses{width:85%!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.digit-select-wrap{margin-bottom:24px;position:relative;max-width:540px;.digit-select{position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));@extend .light-input-border;input[type=text]{width:calc(100% - 32px);background-color:initial;@extend .light-text-color-primary;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{padding-top:9px;@extend .light-text-color-primary;float:left;margin-left:8px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.digit-select-active{@extend .light-input-border;position:relative;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity));input[type=text]{width:calc(100% - 32px);background-color:initial;@extend .light-text-color-primary;position:absolute;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}input[type=text],p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px}p{@extend .light-text-color-primary;float:left;margin-left:8px;padding-top:9px}img,svg{float:right;height:1.5rem;width:1.5rem;margin-top:8px;margin-right:8px}svg{position:absolute;right:0}}.digit-options-card{width:100%!important;-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);@extend .light-background;position:absolute;z-index:20;margin-top:4px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));p{padding-top:14px;@extend .light-text-color-primary;width:100%;height:3rem;padding-left:8px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:20px;&:hover{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}}}}.horizontal-nav{@extend .light-paper-primary;@extend .light-text-color-primary;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:3rem;.menu-item{border:10px;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;text-decoration:none;margin:0;padding:0;outline:none;font-size:16px;position:relative;color:#5f5c62;line-height:48px;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;min-height:48px;white-space:normal;background:none;.icon{@extend .light-background;display:block;color:#757575;fill:#757575;height:21px!important;width:21px!important;float:left;margin-top:12px}.edit-btn-ico{height:17px;width:17px;margin-top:16px}.icon+.menu-label{margin-left:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:780px){.sidebar-list{padding-right:30px;padding-left:30px;background-color:#eee;border:1px solid #ddd;border-radius:8px 8px 0 0;&.active{font-weight:600;border-bottom:3px solid #667eea;background-color:#fff;.menu-label{color:#667eea}.icon{fill:#667eea}}.submenu-container{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.sidebar-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px 15px!important;svg{width:24px!important;height:24px!important;color:#757575;fill:#757575}.actions{.tooltip{margin-left:16px}}}.actions,.sidebar-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.actions{overflow:hidden!important;span{margin-left:13px;line-height:48px;white-space:nowrap;color:#5f5c62;overflow:hidden;text-overflow:ellipsis}}}.submenu-container:first-child{margin-top:5px;.employee-search-input{margin-left:16px!important}}}.sidebar-list-search-form{padding-right:30px;padding-left:30px;&.active{font-weight:600;border-bottom:3px solid #667eea;background-color:#fff;.menu-label{color:#667eea}.icon{fill:#667eea}}.submenu-container{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.sidebar-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px 15px!important;svg{width:24px!important;height:24px!important;color:#757575;fill:#757575}.actions{.tooltip{margin-left:16px}}}.actions,.sidebar-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.actions{overflow:hidden!important;span{margin-left:13px;line-height:48px;white-space:nowrap;color:#5f5c62;overflow:hidden;text-overflow:ellipsis}}}.submenu-container:first-child{margin-top:5px;.employee-search-input{margin-left:16px!important}}}.dropdown-link{.actions{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em;svg{width:21px;height:21px;color:#757575;fill:#757575}span{color:#5f5c62}}}}}.sidebar-link{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;padding:20px 15px 15px!important;svg{width:24px!important;height:26px!important;color:#757575;fill:#757575}}.inbox-search-links-container{@extend .light-paper-primary;height:100%;width:100%!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;.header{@extend .light-text-color-primary;display:grid;grid-template-columns:20% 1fr;.logo{padding:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;.inbox-search-icon--projects{fill:#f47738;height:2rem;width:2rem}}.text{@extend .light-text-color-primary;line-height:32px;font-weight:700;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (min-width:1024px){.text{font-size:24px}}@media (max-width:1024px){.text{font-size:20px}}}.contents{margin-top:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.link{@extend .light-primary;padding:8px;--text-opacity:1;color:#f47738;color:rgba(244,119,56,var(--text-opacity))}}}.search-wrapper{@extend .light-text-color-primary;@extend .light-paper-primary;height:100%;width:100%;padding:1rem;.popup-label{display:-webkit-box;display:-ms-flexbox;display:flex;@extend .light-text-color-primary;.header{@extend .light-text-color-primary;width:100%;font-weight:400;.icon{@extend .light-primary;margin-right:12px;margin-top:5px}}}.filter-header-wrapper{@extend .light-text-color-primary;display:grid;grid-template-columns:15% 1fr 15%;height:3rem;margin-bottom:1rem;.icon-refresh{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;border:1px solid rgba(0,0,0,.0902);cursor:pointer;svg{height:60%;width:40%}}.label{@extend .light-text-color-primary;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (min-width:1024px){.label{font-size:24px}}@media (max-width:1024px){.label{font-size:16px}}.icon-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.search-field-wrapper{display:grid;grid-row-gap:.25rem;row-gap:.25rem;grid-column-gap:1rem;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;&.inbox{grid-template-columns:repeat(3,1fr);&.filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}&.search{grid-template-columns:repeat(4,1fr)}.text-input{@extend .light-primary}}.search-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:1rem;gap:1rem;padding-top:8px;&.inbox{grid-column:2/span 2;&.filter{button{width:100%}}}&.search{grid-column:3/span 2}}}@media (max-width:425px){.search-wrapper{.search-field-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}}.search-component-table{width:100%;display:block;overflow-x:auto;overflow-y:hidden;table{th{.tooltip{min-width:80px}}tr{td{span{white-space:pre;.tooltip{position:relative;display:inline-block;margin-left:16px;.tooltiptext{visibility:hidden;background-color:#555;color:#fff;text-align:left;border-radius:6px;padding:5px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;width:30rem}}}}}}}.inbox-search-wrapper{height:100%;.inbox-search-component-wrapper{width:100%;.sections-parent{display:grid;grid-template-columns:20% 1fr;grid-gap:1rem;gap:1rem;&.inbox{@extend .light-text-color-primary;.links{@extend .light-primary;@extend .light-paper-primary;.text{@extend .light-text-color-primary}.inbox-links-icon{color:#f47738;fill:#f47738;path{fill:#f47738}}}}&.search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.section{&.links{display:none}&.filter{display:none}}.search-wrapper{@extend .light-paper-primary;.search-field-wrapper.search.custom-both-clear-search{.search-button-wrapper.search{grid-column:initial}.search-button-wrapper{.link-label{@extend .light-primary;white-space:normal}.submit-bar{@extend .light-primary-button;width:60%}}}}}&.download{grid-template-columns:100%}.section{@extend .light-paper-primary;@extend .light-text-color-primary;min-height:10rem;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;border-radius:4px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);&.search-results{min-height:0}&.links{color:#f47738;.inbox-search-links-component{height:100%!important;width:100%}}&.filter{@extend .light-paper-primary;@extend .light-text-color-primary;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}}}}@media (max-width:425px){.employee-main-application-details-for-modal{padding:0!important}.inbox-search-wrapper{.inbox-search-component-wrapper{.sections-parent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.section{&.as-modal{position:fixed;top:0;height:100vh;width:100vw}}}}}}.sidebar-link:hover .arrow{display:block}.hidden-arrow{display:none}.new-dropdown-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 15px 15px!important;color:#fff;font-size:1rem;font-weight:500;text-decoration:none;margin-left:0!important;height:3rem!important;margin-left:1rem;margin-top:.5rem}.selected,.selected-item{background-color:#e0e0e0}.selected-item{color:#000}.new-sidebar{height:90%;overflow:scroll;&::-webkit-scrollbar{display:none;-ms-overflow-style:none;scrollbar-width:none}}.new-sidebar>div{height:auto;overflow-y:auto;overflow-x:hidden;padding-right:2px}.new-sidebar>div::-webkit-scrollbar-thumb{background:transparent}.link-icon,.link-icon svg{width:24px!important;height:26px!important}.employee-search-input{width:150px;background-color:initial;&.nav-bar{color:#fff}&.nav-bar::-webkit-input-placeholder{color:#fff}&.nav-bar::-moz-placeholder{color:#fff}&.nav-bar:-ms-input-placeholder{color:#fff}&.nav-bar::-ms-input-placeholder{color:#fff}&.nav-bar::placeholder{color:#fff}}.search-icon-wrapper-new{margin-left:.35rem}.search-icon-wrapper-new svg{fill:#fff!important;width:21px;height:21px}.search-icon-wrapper-new svg path{fill:#fff!important}.submenu-container{overflow:scroll;margin-bottom:1rem;&::-webkit-scrollbar{display:none}&.level-2{border-left:1px solid;margin-left:2rem}&.level-1{margin-left:-1.5rem}}.actions{&.level-0{margin-left:.4rem}&.selected-action-level-0{color:#667eea!important}&.selected-action-level-1{border-left:4px solid #667eea;margin-left:-.6rem;height:2rem;color:#667eea!important}&.default-1{margin-left:-.6rem;height:2rem;width:111%!important}&.custom{margin-left:.3rem}&:hover{background-color:#6a8e9d;opacity:.8}}.home-link{a{color:#1d70b8}}.application-details-link-button{.download-button{color:#667eea;margin-left:8px}}.response-download-button{.download-button{color:#667eea;margin-left:8px}}.form-pt-dropdown-only{.options-card{position:unset}}.primary-label-btn{svg{fill:#667eea}}.react-time-picker{&__wrapper{border:2px solid #0b0c0c;padding-left:16px}&__inputGroup__input{padding-left:8px;padding-right:8px;line-height:2.5rem;min-width:16px;&:focus{outline:2px solid #000}}}.static{&-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;max-height:75vh;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none;&::-webkit-scrollbar{display:none}}}.bill-summary{.bill-account-details{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;padding:5px;.label{width:50%;font-weight:700}.value{width:50%;text-align:right}}.amount-details{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;.label,.value{width:50%;font-weight:700}.value{text-align:right;font-size:18px}}}.bill-payment-amount{.payment-amount-front{position:absolute;z-index:10;width:2.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;background-color:#efefef;padding:7px 12px;color:#9a9a9a}}.select-payment-type{.value{font-size:20px}}.cheque-date{input{width:100%;text-indent:5px;padding:6px 0}button,input{outline:2px solid transparent;outline-offset:2px;border:0;background:transparent}button{text-indent:2px}}.ifsc-field{input{width:100%;text-indent:5px;padding:6px 0}button,input{outline:2px solid transparent;outline-offset:2px;border:0;background:transparent}button{text-indent:2px}}.text-input{input{&:hover{--border-opacity:1;border:1px solid #667eea}}}.inbox-search-container{.result{margin-top:24px}}.edcr-citizen-inbox{thead th:first-child{min-width:155px}}.error-boundary{.error-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:400px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-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;h1{font-size:32px;font-weight:700}button{height:40px;width:153px;border-radius:0;padding:8px 24px;color:#fff;cursor:pointer;background-color:#667eea}}}.full-employee-card-link{a{color:inherit;text-decoration:inherit}}.complaint-summary{@media (min-width:780px){-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-left:1rem;margin-top:1rem}}.ws-custom-wrapper{.submit{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;width:100%!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;button{width:240px!important}p{width:unset;margin-right:1rem}}}.connection-details-old-value-wrapper,.plumber-details-old-value-wrapper{.old-value-null-wrapper{visibility:hidden;padding-bottom:8px;margin-bottom:8px}.row{color:#b1b4b6;font-weight:700;font-size:16px}}.connection-details-old-value-wrapper,.plumber-details-old-value-wrapper{.old-value-null-wrapper{visibility:hidden;padding-bottom:8px;margin-bottom:8px}.row{color:#b1b4b6;font-weight:700;font-size:16px}}.privacy-icon:hover{path{fill:#f47738}}.privacy-icon-2:hover{path{fill:none}}.typography{&.text-heading-xl{font-family:Roboto Condensed;font-style:normal;font-weight:700;color:#0b0c0c;line-height:normal;@media (min-width:1024px){font-size:2.5rem}@media (min-width:768px){font-size:2.25rem}@media (min-width:400px){font-size:2rem}}&.text-heading-l{@media screen and (min-width:1024px){font-size:2rem}@media screen and (min-width:768px){font-size:1.75rem}@media screen and (min-width:400px){font-size:1.5rem}}&.text-heading-l,&.text-heading-m{font-family:Roboto;font-style:normal;font-weight:700;color:#0b0c0c;line-height:normal}&.text-heading-m{@media screen and (min-width:1024px){font-size:1.5rem}@media screen and (min-width:768px){font-size:1.375rem}@media screen and (min-width:400px){font-size:1.5rem}}&.text-heading-s{font-family:Roboto;font-style:normal;font-weight:700;color:#0b0c0c;line-height:normal;@media screen and (min-width:1024px){font-size:1rem}@media screen and (min-width:768px){font-size:1rem}@media screen and (min-width:400px){font-size:1rem}}&.text-heading-xs{@media screen and (min-width:400px){font-size:.75rem;font-family:Roboto;font-style:normal;font-weight:700;color:#0b0c0c;line-height:normal}}&.text-caption-l{font-family:Roboto;font-style:italic;font-weight:500;color:#0b0c0c;line-height:normal;@media screen and (min-width:1024px){font-size:1.75rem}@media screen and (min-width:768px){font-size:1.75rem}@media screen and (min-width:400px){font-size:1.5rem}}&.text-caption-m{@media screen and (min-width:1024px){font-size:1.5rem}@media screen and (min-width:768px){font-size:1.5rem}@media screen and (min-width:400px){font-size:1.25rem}}&.text-caption-m,&.text-caption-s{font-family:Roboto;font-style:italic;font-weight:500;color:#0b0c0c;line-height:normal}&.text-caption-s{@media screen and (min-width:1024px){font-size:1.25rem}@media screen and (min-width:768px){font-size:1.25rem}@media screen and (min-width:400px){font-size:1.25rem}}&.text-body-l{@media screen and (min-width:1024px){font-size:1.25rem;line-height:1.75rem}@media screen and (min-width:768px){font-size:1.25rem;line-height:1.75rem}@media screen and (min-width:400px){font-size:1rem;line-height:1.5rem}}&.text-body-l,&.text-body-s{font-family:Roboto;font-style:italic;font-weight:400;color:#0b0c0c}&.text-body-s{@media screen and (min-width:1024px){font-size:1rem;line-height:1.5rem}@media screen and (min-width:768px){font-size:1rem;line-height:1.5rem}@media screen and (min-width:400px){font-size:.875rem;line-height:1.0938rem}}&.text-body-xs{font-family:Roboto;font-style:italic;font-weight:400;color:#0b0c0c;@media screen and (min-width:1024px){font-size:.875rem;line-height:1.5rem}@media screen and (min-width:768px){font-size:.875rem;line-height:1.5rem}@media screen and (min-width:400px){font-size:.75rem;line-height:1.125rem}}&.text-label{font-style:italic;@media screen and (min-width:1024px){font-size:1rem}@media screen and (min-width:768px){font-size:1rem}@media screen and (min-width:400px){font-size:1rem}}&.text-label,&.text-link{font-family:Roboto;font-weight:400;color:#0b0c0c;line-height:normal}&.text-link{font-style:normal;text-decoration:underline;@media screen and (min-width:1024px){font-size:1rem}@media screen and (min-width:768px){font-size:1rem}@media screen and (min-width:400px){font-size:1rem}}}.digit-action-links{@extend .light-primary;font-size:16px!important;line-height:24px!important;margin-right:24px!important;cursor:pointer}.app-container{@extend .light-background;width:100%;form{.card{max-width:960px;h2{@extend .light-text-color-primary;text-align:left}button{@extend .light-primary-button;max-width:240px}.card-text-button,.input-otp-wrap{@extend .light-primary-button;text-align:left}}}}@media (min-width:780px){.employee-app-container{width:100%}.app-container{width:100%;form{.card{max-width:960px;h2{text-align:left}.field-container{max-width:540px}button{max-width:240px}.card-text-button,.input-otp-wrap{text-align:left}}}}}body{@extend .light-background}.body-container{@extend .light-background;height:100%;min-height:100vh;overflow-x:hidden}.body-container::-webkit-scrollbar{display:none}.h1{@extend .light-text-color-primary;font-size:24px;line-height:32px;font-weight:700}.h1,.link-label{margin-bottom:16px;margin-left:16px}.link-label{@extend .light-primary;display:block;cursor:pointer;&:hover{@extend .light-text-color-primary}}@media (min-width:780px){.h1{font-size:36px;line-height:40px}.h1,.link-label{margin-left:0}}.digit-bread-crumb{@extend .light-text-color-secondary;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.digit-bread-crumb--item{margin-left:5px;&:not(:last-child):after{content:" /"}button{outline:none}.last{@extend .light-text-color-primary}span{cursor:pointer}}ol,ul{list-style:none}.digit-banner-emp-success-wrap,.digit-banner-success-wrap{display:block;--bg-opacity:1;background-color:#00703c;background-color:rgba(0,112,60,var(--bg-opacity));width:100%;text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));padding-top:16px;padding-bottom:8px;margin-bottom:16px;header{display:block;margin-bottom:8px;font-family:Roboto Condensed,sans-serif;font-weight:700;font-size:32px;line-height:40px}div{img,svg{padding:13.67px;margin-left:auto;margin-right:auto;--border-opacity:1;border:1px solid #fff;border-color:rgba(255,255,255,var(--border-opacity));border-radius:9999px;height:4rem;width:4rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));margin-bottom:16px}svg.payment-svg{border:unset;background-color:unset;border-radius:9999px}h2{font-size:16px;line-height:19px;margin-bottom:8px}h2,p{font-weight:700}p{font-size:18px;line-height:21px}}}.digit-banner-emp-error-wrap,.digit-banner-error-wrap{display:block;--bg-opacity:1;background-color:#d4351c;background-color:rgba(212,53,28,var(--bg-opacity));width:100%;text-align:center;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));padding-top:16px;padding-bottom:8px;margin-bottom:16px;header{display:block;margin-bottom:8px;font-family:Roboto Condensed,sans-serif;font-weight:700;font-size:32px;line-height:40px}img,svg{margin-left:auto;margin-right:auto;padding:13.67px;--border-opacity:1;border:1px solid #fff;border-color:rgba(255,255,255,var(--border-opacity));border-radius:9999px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));height:4rem;width:4rem;margin-bottom:16px}}@media (min-width:780px){.digit-banner-success-wrap{header{font-size:48px;line-height:56px}}.digit-banner-emp-success-wrap{width:100%;header{font-size:48px;line-height:56px}}.digit-banner-error-wrap{width:100%;header{font-size:48px;line-height:56px}}.digit-banner-emp-error-wrap{width:100%;header{font-size:48px;line-height:56px}}}.banner{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;height:calc(100vh - 80px);background:-webkit-gradient(linear, left top, left bottom, from(rgba(11, 75, 102, 0.8)), to(rgba(11, 75, 102, 0.8))), var(--banner-url) center center;background:linear-gradient(rgba(11,75,102,.8),rgba(11,75,102,.8)),var(--banner-url) 50%;.bannerCard{min-width:400px}.bannerLogo{width:80px;height:40px;-o-object-fit:contain;object-fit:contain;padding-right:10px;margin-right:10px;border-right:1px solid #0b0c0c}.bannerHeader{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;margin-bottom:24px}}.banner-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.digit-break-line{border-style:solid;border-width:1px;@extend .light-input-border}.digit-screen-loader{position:fixed;top:0;left:0;width:100%;height:100%;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;z-index:9999;@extend .light-background;.digit-ldio-pjg92h09b2o div{position:absolute;width:52px;height:52px;border:12px solid #667eea;border-top-color:transparent;border-radius:50%}}.digit-module-loader,.digit-page-loader{text-align:center}.digit-page-loader{padding-top:88px}.digit-module-loader{padding:16px}@-webkit-keyframes digit-ldio-pjg92h09b2o{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes digit-ldio-pjg92h09b2o{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}.digit-ldio-pjg92h09b2o div{position:absolute;width:52px;height:52px;border:12px solid #22394d;border-top-color:transparent;border-radius:50%;-webkit-animation:digit-ldio-pjg92h09b2o 1s linear infinite;animation:digit-ldio-pjg92h09b2o 1s linear infinite;top:50px;left:50px}.digit-loadingio-spinner-rolling-faewnb8ux8{width:48px;height:48px;display:inline-block;overflow:hidden;background:none}.digit-ldio-pjg92h09b2o{width:100%;height:100%;position:relative;-webkit-transform:translateZ(0) scale(.48);transform:translateZ(0) scale(.48);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0}.digit-ldio-pjg92h09b2o div{-webkit-box-sizing:content-box;box-sizing:initial}.digit-header{@extend .light-text-color-primary;font-size:24px;line-height:32px;font-weight:700;margin-bottom:16px;margin-left:16px}.digit-checkpoint-connect-wrap{padding-bottom:40px;position:relative}.digit-checkpoint-done{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;h2{z-index:1;width:24px;height:24px;border-radius:50%;--border-opacity:1;border-color:#667eea;border-bottom:1px;border-color:rgba(102,126,234,var(--border-opacity));border-style:solid;--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity))}header{margin-left:16px;p{margin-top:4px;@extend .light-text-color-secondary}}}.digit-checkpoint{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;h2{z-index:1;width:24px;height:24px;border-radius:50%;--text-opacity:1;--border-opacity:1;border-color:#d6d5d4;border-bottom:1px;border-color:rgba(214,213,212,var(--border-opacity));border-style:solid;--bg-opacity:1;background-color:#d6d5d4;background-color:rgba(214,213,212,var(--bg-opacity))}header{margin-left:16px;p{margin-top:4px;@extend .light-text-color-secondary}}}.digit-checkpoint-connect{margin-left:12px;margin-top:22px;position:absolute;top:0;left:0;height:100%;--border-opacity:1;border-color:#d6d5d4;border-left:1px;border-color:rgba(214,213,212,var(--border-opacity));border-style:solid}.digit-checkpoint-comments-wrap{max-width:560px;--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));padding:8px;margin-top:8px;h4{@extend .light-text-color-primary}h4,p{font-size:16px;line-height:24px}p{@extend .light-text-color-secondary}}.digit-back-button{@extend .light-text-color-primary;@extend .light-input-border;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-bottom-width:1px;font-family:Roboto Condensed,sans-serif;font-size:16px;line-height:24px;margin-left:8px;margin-bottom:16px;img,p,svg{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:780px){.digit-back-button{margin-left:0}}.digit-button-primary{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;@extend .light-primary-button;text-align:center;cursor:pointer;outline:2px solid transparent;outline-offset:2px;padding-left:24px;padding-right:24px;&.disabled{opacity:.5}&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}}.digit-button-secondary{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;@extend .light-paper-secondary;text-align:center;cursor:pointer;--border-opacity:1;border-color:#667eea;border-bottom:1px;border-style:solid;border-color:rgba(102,126,234,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;padding-left:24px;padding-right:24px;&:focus{outline:2px solid transparent;outline-offset:2px}h2{@extend .light-primary;font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px}.disabled{opacity:.5}}.submit-bar:focus{outline:2px solid transparent!important;outline-offset:2px!important}.digit-info-banner-wrap{--bg-opacity:0.25;margin:8px;padding:16px;max-width:960px;@extend .alert-info-bg;border-radius:4px;svg{margin-top:5px;border-radius:9999px}div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}h2{font-size:18px;line-height:28px;margin-bottom:16px;font-weight:700;margin-left:8px}h2,p{--text-opacity:1;color:#1d70b8;color:rgba(29,112,184,var(--text-opacity))}p{font-size:16px;line-height:24px;white-space:pre-line}}@media (min-width:780px){.digit-info-banner-wrap{h2{font-size:24px;line-height:32px}p{font-size:19px;line-height:28px}}}.digit-photos-wrap{max-width:640px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:16px;img,svg{margin-right:14px}.last,img,svg{width:calc(33% - 9.333px)}}.digit-image-pdf-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:center;align-content:center;.digit-url{min-width:100px;margin-right:10px;max-width:100px;height:auto;.digit-icon{background:#f6f6f6;padding:8px;width:100px}}}.digit-expand-collapse-wrapper{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:1rem}.digit-expand-collapse-header{background-color:#f2f2f2;display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px;position:relative;font-weight:bolder;border:1px solid #828282;border-radius:4px}.digit-icon-toggle{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;h5{color:#667eea;display:inline}}}.digit-expand-collapse-header .label{display:block;text-align:left}.digit-expand-collapse-header .value{display:block;text-align:right;margin-right:2rem}.digit-toggling-wrapper.digit-collapse{-webkit-box-flex:0;-ms-flex:none;flex:none;overflow:hidden;height:0;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.digit-toggling-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box}.digit-date-picker{position:relative;width:100%;cursor:pointer;.citizen{max-width:540px}.digit-employee-card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-input-border;width:calc(100% - 62px);padding-right:9px}}.digit-error-message{@extend .alert-error;display:block;font-size:14px;line-height:16px;margin-bottom:16px}.digit-rating-star-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:24px;img,svg{width:40px;height:38px;display:block;margin-right:8px}}@media (min-width:780px){.digit-rating-star-wrap{width:40%}}.digit-rating-with-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;place-items:center;width:100%;svg{width:24px;height:38px;display:block;margin-right:8px}}.digit-no-data-found{height:100%;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.digit-error-msg{margin-top:2rem}}.digit-mobile-number-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.digit-citizen-card-input--front{@extend .light-background}.digit-citizen-card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.digit-citizen-card-input--front{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#eee;border-right:0;padding-right:5px}.digit-employee-card-input-error{margin-bottom:24px;padding-left:8px;display:block;width:100%;height:2.5rem;outline:2px solid transparent;outline-offset:2px;border-width:1px;border-style:solid;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-input-border;@extend .alert-error}}.digit-tag-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px;.digit-tag{--bg-opacity:1;background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity));border-radius:1rem;padding-top:8px;padding-bottom:8px;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;padding-left:12px;padding-right:12px;font-size:14px;margin-left:2px;height:2rem;margin-top:1rem;.digit-text{padding-right:5px;max-width:calc(100% - 24px);height:22px;overflow:hidden;text-overflow:clip}&:hover{cursor:pointer;.close{fill:#000}}}}.digit-popup-wrap{background:rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;width:100%;height:100%;overflow:auto;top:0;left:0;min-height:100vh;z-index:10000}@media (min-width:780px){.digit-popup-wrap{background:rgba(0,0,0,.7);min-height:100vh}}.digit-popup-close-icon{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.digit-popup-close-icon,.digit-telephone{display:-webkit-box;display:-ms-flexbox;display:flex}.digit-telephone{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;img,svg{height:22px;width:20px;--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity));margin-left:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0}p{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));font-size:16px;line-height:24px;padding-left:8px}}.digit-call{display:-webkit-box;display:-ms-flexbox;display:flex;--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity));font-size:16px;line-height:24px}.digit-card-textarea,.digit-employee-card-textarea{@extend .light-input-border}.digit-employee-card-textarea{width:100%}.digit-cell-text{color:#505a5f}.digit-text-input{position:relative;width:100%}.digit-text-input-width{max-width:540px}.digit-card-input{margin-top:8px}.digit-card-input,.digit-employee-card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.digit-employee-card-input:disabled{--border-opacity:1!important;border-color:#9e9e9e!important;border-color:rgba(158,158,158,var(--border-opacity))!important;--text-opacity:1!important;color:#9e9e9e!important;color:rgba(158,158,158,var(--text-opacity))!important;pointer-events:none!important}.digit-employee-card-input--front{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#eee;border-right:0;padding-right:5px}.digit-card-textarea,.digit-employee-card-textarea{display:block;outline:2px solid transparent;outline-offset:2px;margin-top:16px;margin-bottom:24px;width:100%;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));height:6rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));padding:8px}.digit-inputWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:500px;div{max-width:80px}span{margin-top:16px;margin-left:10%;margin-right:10%}}@media (min-width:780px){.digit-card-input{width:480px}.digit-card-input-emp{width:240px}.digit-card-input-error{width:480px}.digit-employee-card-input,.digit-employee-card-input-error{width:100%}.digit-card-textarea{width:100%;max-width:540px}.digit-employee-card-textarea{width:100%}.card-input-emp{width:240px}}.digit-citizen-card-input{margin-bottom:24px;padding-left:8px;outline:2px solid transparent;outline-offset:2px;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.digit-citizen-card-input--front{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#eee;border-right:0;padding-right:5px}.digit-card-input-error,.digit-employee-card-input-error{margin-bottom:24px;padding-left:8px;display:block;width:100%;height:2.5rem;outline:2px solid transparent;outline-offset:2px;--border-opacity:1;border:1px solid #d4351c;border-color:rgba(212,53,28,var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));line-height:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));@extend .light-input-border;@extend .alert-error}.digit-input-otp-wrap{margin-bottom:24px;input{--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;height:2.5rem;width:2.5rem;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));margin-right:8px;margin-bottom:8px;text-align:center}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}}.digit-multi-select-dropdown-wrap{margin-bottom:24px;position:relative;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity));width:100%;.digit-master,.digit-master-active{position:relative;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));height:2.5rem;width:100%;input[type=text]{position:absolute;top:0;left:0;padding:8px;min-height:100%;min-width:100%;opacity:0;&:focus{outline:2px solid transparent;outline-offset:2px}}.digit-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;width:100%;height:100%;svg{height:1.5rem;width:1.5rem}}&:hover{--border-opacity:1;border:1px solid #667eea;border-color:rgba(102,126,234,var(--border-opacity))}}.digit-master-active{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity));input[type=text]{opacity:1}.digit-label{display:none}}.digit-server{-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);top:40px;max-height:20vmax;overflow:scroll;position:absolute;min-width:100%;z-index:20;div{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;&:hover{background-color:#eee;background-color:rgba(238,238,238,var(--bg-opacity))}input{height:44px;position:absolute;min-width:100%;opacity:0;z-index:20;cursor:pointer}p{padding:12px;margin-top:5px;margin-bottom:5px;font-size:16px;line-height:20px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.digit-custom-checkbox{height:28px;width:28px;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));margin:8px;svg{opacity:0;z-index:10}}input:checked~.digit-custom-checkbox,input:hover~.digit-custom-checkbox{border-width:1px;--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}input:checked~.digit-custom-checkbox svg{opacity:1}}}.digit-cursorPointer{cursor:pointer}.digit-master{.digit-label{p{white-space:pre;margin:auto auto auto 0;padding-left:1%}}}}.digit-upload-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:10rem;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));position:relative;margin-bottom:24px;padding-left:8px;padding-right:8px;--border-opacity:1;border:1px dashed #d6d5d4;border-color:rgba(214,213,212,var(--border-opacity));max-width:540px;min-height:50px;padding:.5rem;img,svg{display:block;margin-top:58px;margin-left:calc(50% - 23px);height:42px;width:46px}input{position:absolute;width:100%;height:100%;opacity:0;top:0}.digit-cell-text{color:#505a5f;padding-top:3px}}.digit-multi-upload-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;div{display:block;position:relative;background-color:#fafafa;width:calc(33.33333% - 5.33333px);margin-right:8px;.digit-delete{position:absolute;height:24px;width:24px;border-radius:100%;top:2px;right:2px}}.digit-upload-img-container{border:1px dashed #d6d5d4;margin:0!important;img{margin-left:auto;margin-right:auto;padding-top:calc(33% - 21px)}svg{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;margin-left:auto;margin-right:auto;top:calc(50% - 21px);position:relative}input{position:absolute;width:100%;height:100%;opacity:0;top:0}}}.digit-upload-file-max-width{max-width:540px}.digit-upload-file{min-height:56px;position:relative;border-width:1px;--border-opacity:1;border-color:#464646;border-color:rgba(70,70,70,var(--border-opacity));width:100%;div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;margin-top:8px;-ms-flex-wrap:wrap;flex-wrap:wrap;.file-upload-status{font-size:16px;line-height:24px;margin-left:8px}}input{width:160px;position:absolute;top:0;left:0;opacity:0;height:100%}}@media (min-width:780px){.digit-multi-upload-wrap img{width:100%;height:158px}}.digit-upload-file-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;button{min-height:40px;width:43%;max-height:40px;margin:5px;padding:0;h2{word-break:break-all;line-height:16px;overflow:hidden;max-height:34px;max-width:100%}}.digit-tag-container{margin:0;padding:0}}.digit-input-mirror-selector-button{height:4rem!important;--bg-opacity:1!important;background-color:#d6d5d4!important;background-color:rgba(214,213,212,var(--bg-opacity))!important;text-align:center!important;--border-opacity:1!important;border-color:#464646!important;border-bottom:1px!important;border-style:solid!important;border-color:rgba(70,70,70,var(--border-opacity))!important;outline:2px solid transparent!important;outline-offset:2px!important;padding-left:24px!important;padding-right:24px!important;&:focus{outline:2px solid transparent;outline-offset:2px}h2{font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}}.bread-crumb.workbench-bredcrumb{a{color:#667eea}}.workbench{.workbench-create-form{display:inherit;padding-top:1.5rem;.digit-form-composer-sub-header{@extend .typography.text-heading-m;padding-left:1rem;@media (max-width:400px){padding-left:0}}form{#label_digit_root{display:none}#digit_root{width:100%;.field-wrapper{.form-group.field{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em 0 0 1em;@media (max-width:400px){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}&.field-error.has-error.has-danger{.control-label{@extend .alert-error}.form-control{@extend .alert-error-border}.card-label-error{display:inline;position:relative;margin:0;padding:0;top:-.7rem;font-weight:400}}&.field-boolean.field-error.has-error.has-danger{.card-label-error{position:static;display:block;margin-top:.5rem}}.control-label{max-width:12.5rem;margin-right:2.5rem;@extend .card-label;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:3rem;@extend .typography.text-heading-s;width:33.333333%;@media (max-width:768px){max-width:11rem;margin-right:1.5rem}@media (max-width:400px){width:100%}}.all-input-field-wrapper{width:60%;@media (max-width:400px){width:100%}.form-control{@extend .light-input-border;@extend .employee-card-input;font-style:inherit;font-family:inherit;max-width:37.5rem;min-width:20.5rem;margin-bottom:1rem;@media (max-width:768px){max-width:27.5rem;min-width:12.5rem}@media (max-width:400px){max-width:20.5rem;min-width:9.5rem;width:100%}&.form-select{padding:0;border:0;.digit__control{.digit__value-container:in-range{border-color:unset;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:unset;box-sizing:unset}}.digit__control--is-focused{border-color:#667eea!important}.digit__control--is-focused,.digit__control:hover{-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:unset;box-sizing:unset;outline:2px solid transparent;outline-offset:2px}.digit__control:hover{border-color:unset}}&.form-select:focus,.digit__control:focus,.digit__value-container:focus{border-color:#667eea;border-color:#667eea}&.form-select:focus{outline:2px solid transparent;outline-offset:2px}}.form-control:-moz-read-only{background-color:#eee;color:#505a5f}.form-control:read-only{background-color:#eee;color:#505a5f}.form-control:focus{outline:2px solid transparent;outline-offset:2px;border-color:#667eea}textarea.form-control{height:5rem}}&.field-string{-ms-flex-item-align:center;align-self:center}&.field-boolean{padding-top:0;padding-bottom:1rem;.custom-checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;&.custom-checkbox-disabled{pointer-events:none;opacity:.6}.custom-checkbox-label{@extend .typography.text-body-s;padding-left:8px}}.checkbox{width:28rem;label{float:left;span{width:17rem;display:none;@extend .card-label}input[type=checkbox]{@extend .light-input-border;@extend .employee-card-input;height:1.5rem}input[type=checkbox]#digit_root_active{accent-color:#667eea}input:checked,input:hover{border-width:1px;@extend .light-input-border}}}.field-radio-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:2.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.radio{margin-right:8px}}}&.field-object>.control-label{margin-left:.5rem}&.field-object{display:block;@extend .light-background;@extend .light-paper-border;padding:1rem;margin:1rem;.digit-expand-collapse-wrapper{margin-top:0}.digit-icon-toggle{top:-1.5rem;right:1.5em}.object-wrapper{.array-remove-button-wrapper{position:relative}}}&.field-array{display:block;@extend .light-paper-secondary;@extend .light-paper-border;margin:1rem;padding:1rem 2rem 2rem;.array-wrapper .array-item{&.jk-array-objects>.array-remove-button-wrapper{display:block}&.jk-array-objects{margin-bottom:2rem;.array-children>span .form-group.field.field-object{padding-bottom:3rem}.array-obj{position:absolute;bottom:1.5rem;left:2rem;>.array-remove-button-wrapper{position:unset}}}&.jk-array-of-non-objects>.array-remove-button-wrapper{display:inline;left:38.5rem;right:unset;top:.7rem}&.jk-array-of-non-objects .array-children{span .form-group{padding-left:0;.control-label{display:none}}}position:relative;.field-object{margin-left:0;margin-right:0}.array-remove-button-wrapper{position:absolute;right:1.3em;top:1.3em;.array-remove-button{cursor:pointer;@media (max-width:400px){padding-left:0;padding-bottom:0;padding-right:0;padding-top:0}h2{@media (max-width:400px){display:none}}}}span.all-input-field-wrapper{width:60%;.form-control{width:100%}}.control-label{width:33.333333%}}.jk-digit-secondary-btn{height:1.7em;margin-top:.5rem;@media (max-width:400px){height:auto;width:100%}h2{font-size:1rem}}.all-input-field-wrapper{.card-label-error{position:unset!important}}}.digit-expand-collapse-header{border:0;background-color:inherit;padding:0}}}}}div.action-bar-wrap{@extend .action-bar-wrap;.submit-bar{@extend .submit-bar;cursor:pointer;font-family:Roboto Condensed,sans-serif;font-weight:500;font-size:19px;line-height:23px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));line-height:2.5rem}}}.workbench-no-schema-found{display:-webkit-box;display:-ms-flexbox;display:flex;justify-items:center;-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}.jk-digit-loader{position:absolute;z-index:10000;width:100vw;background-color:hsla(0,0%,74.1%,.5);height:100vh;left:0;top:0;.jk-spinner-wrapper{width:100%;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;height:100%;.jk-spinner{border-radius:50%;border:.4em solid #fe7a51;border-top-color:#fff;width:4em;height:4em}}}.jk-sm-inbox-loader,.jk-spinner{-webkit-animation:spin 2s linear infinite;animation:spin 1s linear infinite}.jk-sm-inbox-loader{border-radius:50%;border:.2em solid #fe7a51;border-top-color:#fff;width:2em;height:2em}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.no-data-found{height:100%;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.digit-error-msg{margin-top:2rem}}.tooltip .tooltiptext{top:2rem;left:0;margin-left:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;white-space:normal;.tooltiptextvalue{font-size:14px;font-weight:400px;color:#fff}}.employeeCard.manage-master-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:2.1rem;@media (max-width:400px){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.employee-select-wrap.form-field{width:25%;margin-right:1rem;@media (max-width:400px){width:100%}}}.table{padding-left:.8rem;padding-right:.8rem;&-row-mdms:hover{background-color:#feefe7;cursor:pointer}}}.header-btn{width:12rem}.drag-drop-container{background-color:#fafafa;border:1.5px dashed #d6d5d4;border-radius:5px;margin:-1rem 1rem 1rem;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;.drag-drop-text{.browse-text{color:#f47738;-webkit-transition:color .3s;transition:color .3s}.browse-text:hover{color:#f47738;text-decoration:underline;cursor:pointer}}}.uploaded-file-container{background-color:#fafafa;border:1.5px solid #d6d5d4;border-radius:5px;margin:.5rem 1rem 2rem;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;padding:.6rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.uploaded-file-container-sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.icon:hover{cursor:pointer}}}button:hover{cursor:pointer}.popup-header-fix{margin-top:-.5rem!important}.option-details{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:999;border:1px solid #d6d5d4;background-color:#fff;padding:2em;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:40%;min-width:300px;.detail-container{margin-top:20px;overflow-y:auto;max-height:50vh;.detail-item{margin:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;[dir=ltr] .key{text-align:left!important}[dir=rtl] .key{text-align:right!important}.key{-ms-flex-preferred-size:30%;flex-basis:30%;margin-right:10px;font-weight:700}[dir=ltr] .value{text-align:left!important}[dir=rtl] .value{text-align:right!important}.value{-ms-flex-preferred-size:70%;flex-basis:70%}}.separator{margin:10px 0;border:none;border-bottom:1px solid #ccc}.select,.view-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:1.5em}}}.close-button{-ms-flex-item-align:end;align-self:flex-end;cursor:pointer;font-weight:700;position:absolute;padding:7px;top:0;right:0;border:1px solid #000;margin-bottom:20px}.option-details-dropdown{position:absolute;z-index:999;border:1px solid #d6d5d4;background-color:#fff;padding:10px;border-radius:5px;width:250px;margin-left:-250px}.modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.5);z-index:9999;overflow:auto}.modal-content,.modal-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.modal-content{background-color:#fff;padding:20px;border:1px solid #ccc;border-radius:4px;max-width:80%;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);max-height:80vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-inner{overflow-y:auto}.modal-content .employee-select-wrap .select input{width:calc(100% - 32px);background-color:initial;position:relative!important;z-index:10;width:100%;height:100%;outline:2px solid transparent;outline-offset:2px;padding-left:8px}.modal-content .employee-select-wrap .select-active{position:absolute;display:block;width:100%;height:2.5rem;--border-opacity:1;border:1px solid #f47738;border-color:rgba(244,119,56,var(--border-opacity))}.modal-content .label-field-pair{display:-ms-flexbox;display:block!important;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.modal-content .employee-select-wrap{margin-bottom:24px}.inbox-search-wrapper{.add-new-container{width:100%;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;.add-new{position:relative;color:#f47738;cursor:pointer;margin-right:1em;font-weight:bolder;font-size:23px}}}.multiselect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;@media (max-width:588px){.info-icon-container{position:absolute;right:2px;margin-right:0!important;margin-left:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:.7em}}.info-icon-container{margin-left:.7em;margin-right:-2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:.7em}.info-icon-container .info-icon{cursor:pointer}}.link-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;background-color:#bdc5d1;.view-all-link{background-color:#bdc5d1;color:#f47738;font-size:16px;text-decoration:underline;cursor:pointer}}.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;.action-bar-button{margin-right:.5em}}.progressBarContainer{position:fixed;bottom:20px;right:20px;background-color:#fff;padding:45px 45px 20px 20px;border-radius:8px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:9999;width:25vw;@media (max-width:768px){width:70vw;position:fixed;bottom:20px;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.progressBar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-radius:4px;overflow:hidden;border:1px solid #ccc;height:20px;background-color:#4caf50}.progressHeading{margin:8px 0;font-size:16px;.success-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#00703c;color:#fff;padding:5px 10px;border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.success-count{background-color:#fff;color:#00703c;padding:3px 5px;border-radius:3px;margin-left:5px}}}.closeButton{position:absolute;top:10px;right:10px;cursor:pointer;padding:2px;border:1px solid #ccc;border-radius:1px}.no-uploads{margin-top:1em}}.results-container-orange{max-height:50vh;overflow:auto;margin-top:1em;border:1px solid #ccc;border-radius:4px;padding:1em;background-color:#ea8a3b!important;.no-errors{background-color:#ea8a3b!important}}.results-container{max-height:50vh;overflow:auto;margin-top:1em;border:1px solid #ccc;border-radius:4px;padding:1em;.results-list-item{border-bottom:1px solid #ddd;padding:.5em;cursor:pointer;&:hover{background-color:#d4351c;color:#fff}}.results-details{white-space:pre-wrap;border:1px solid #ccc;border-radius:4px;padding:1em}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:9998}.CloseLevelButton{font-size:1rem;margin-bottom:24px;position:relative;right:auto;border:none}.light{&-primary{color:#667eea!important;&-button{background-color:#667eea!important}&-bg{background-color:#feefe7!important}}&-text-color{&-primary{color:#0b0c0c!important}&-secondary{color:#505a5f!important}&-disabled{color:#b1b4b6!important}}&-background{background-color:#eee!important}&-paper{&-primary{background-color:#fff!important;&-color{color:#fff!important}}&-secondary{background-color:#fafafa!important}&-border{border-radius:4px;border:1px solid #d6d5d4}}&-divider{background-color:#d6d5d4!important}&-header-sidenav{color:#0b4b66!important}&-input-border{border-color:#505a5f}}.alert{&-error{color:#d4351c!important;&-bg{background-color:#efc7c1!important}&-border{border-color:#d4351c!important}}&-success{color:#00703c!important;&-bg{background-color:#bad6c9!important}}&-info{color:#3498db!important;&-bg{background-color:#c7e0f1!important}}}.chart{&-item-1,&-item-1-gradient{color:#048bd0!important}&-item-2,&-item-2-gradient{color:#fbc02d!important}&-item-3{color:#8e29bf!important}&-item-4{color:#ea8a3b!important}&-item-5{color:#0babde!important}}.display-none{display:none}.p-unset{padding:unset!important}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}.flex-one{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.display-flex-gap-2{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.75rem;gap:.75rem}.rm-mb{margin-bottom:unset!important}.w-fullwidth{width:100%}.margin-unset{margin:unset!important}.text-align-center{text-align:center}.desktop-only{display:none}@media (min-width:780px){.desktop-only{display:block}}.mobile-only{display:block}@media (min-width:780px){.mobile-only{display:none}}.dark{--text-opacity:1;color:#0b0c0c;color:rgba(11,12,12,var(--text-opacity))}.mrlg{margin-right:24px}.mrsm{margin-right:8px}.mbsm{margin-bottom:8px}.employeeCard{margin-bottom:16px!important}.home-link{margin-left:16px;margin-bottom:16px;a{color:#1d70b8}}.clear-search-label{color:#667eea;cursor:pointer}.search-submit-bar{margin-top:32;margin-left:auto}.application-details-link-button{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;.download-button{color:#667eea;margin-left:8px}}.response-download-button{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px;.download-button{color:#667eea;margin-left:8px}}.check-page-link-button{color:#667eea!important}.pt-application-download-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:0 8px}.form-pt-dropdown-only{.options-card{position:unset}}.application-table-container{margin-top:24px;margin-left:24px;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.primary-label-btn{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px;svg{fill:#667eea}color:#667eea;cursor:pointer;font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.primaryColor{color:#0b0c0c!important}input[readonly]{--border-opacity:1!important;border-color:#9e9e9e!important;border-color:rgba(158,158,158,var(--border-opacity))!important;background-color:#eee;border-color:#505a5f;color:#505a5f}.hide-input-type-file{position:absolute;clip:rect(0,0,0,0);pointer-events:none!important}@media (hover:hover){.primary-label-btn{&:hover{color:#000;svg{fill:#000}}}}.disabled{--border-opacity:1!important;border-color:#9e9e9e!important;border-color:rgba(158,158,158,var(--border-opacity))!important;--text-opacity:1!important;color:#9e9e9e!important;color:rgba(158,158,158,var(--text-opacity))!important;pointer-events:none!important}.card-date-input{position:absolute;top:0;left:0;width:75%;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding-left:8px;--border-opacity:1;border:1px solid #464646;border-color:rgba(70,70,70,var(--border-opacity));border-right:0 solid rgba(70,70,70,var(--border-opacity));outline:1px solid transparent;height:2.5rem}.h4{margin-bottom:8px}.react-time-picker{width:194px;height:2.5rem;&__wrapper{border:2px solid #0b0c0c;padding-left:16px}&__inputGroup__input{padding-left:8px;padding-right:8px;line-height:2.5rem;min-width:16px;&:focus{outline:2px solid #000}}}.border-none{border:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.static{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:85vh;&-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;max-height:75vh;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none;&::-webkit-scrollbar{display:none}}}.bill-summary{border:1px solid #e8e7e6;--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity));width:100%;.bill-account-details{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;padding:5px;.label{width:50%;font-weight:700}.value{width:50%;text-align:right}}.amount-details{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;.label,.value{width:50%;font-weight:700}.value{text-align:right;font-size:18px}}}.bill-payment-amount{position:sticky;bottom:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding-bottom:32px;.payment-amount-front{position:absolute;z-index:10;width:2.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;background-color:#efefef;padding:7px 12px;color:#9a9a9a}}.text-indent-xl input{text-indent:40px}.select-payment-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px;padding-bottom:25px;.value{font-size:20px}}.cheque-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px;border:2px solid #0b0c0c;border-radius:2px;input{width:100%;text-indent:5px;padding:6px 0}button,input{outline:2px solid transparent;outline-offset:2px;border:0;background:transparent}button{text-indent:2px}}.w-half{width:50%}.ifsc-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px;border:2px solid #0b0c0c;border-radius:2px;input{width:100%;text-indent:5px;padding:6px 0}button,input{outline:2px solid transparent;outline-offset:2px;border:0;background:transparent}button{text-indent:2px}}.text-input{position:relative;width:100%;input{&:hover{--border-opacity:1;border:1px solid #667eea}}}.text-input-width{max-width:540px}.text-mobile-input-width{max-width:500px}.custom-time-picker{width:100%;max-width:200px}.sla-cell{--text-opacity:1;color:#505a5f;color:rgba(80,90,95,var(--text-opacity))}.submit-bar-search{margin-top:32px;margin-left:16px;max-width:256px}.clear-search-container{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-label-smaller{width:33.333333%;margin-bottom:revert}.card-label-APK{width:33.333333%;margin-bottom:revert;width:100%}.underline{border-color:#e7e6e6;margin-bottom:8px}.box-shadow-none{-webkit-box-shadow:none;box-shadow:none}.component-in-front{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-in-front,.subform-composer{display:-webkit-box;display:-ms-flexbox;display:flex}.inbox-search-container{.result{margin-top:24px}}.payment-form-text-input-correction{width:100%!important}.edcr-citizen-inbox{thead th:first-child{min-width:155px}}.error-boundary{width:100vw;height:100vh;font-size:16px;font-family:sans-serif;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;.error-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:400px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-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;h1{font-size:32px;font-weight:700}button{height:40px;width:153px;border-radius:0;padding:8px 24px;color:#fff;cursor:pointer;background-color:#667eea}}}.error-boundary details,.error-boundary summary{width:300px;background-color:#da6464;margin:5px;border:2px solid #222;border-radius:3px;padding:3px}.full-width-card{width:92vw!important}.full-employee-card-link{width:100%!important;margin:7px 0;a{color:inherit;text-decoration:inherit}}.full-employee-card-height{height:unset!important}@media (min-width:640px){.full-employee-card-height{height:196px!important}.full-employee-card-link{width:30%!important}.full-width-card{width:100%!important}}.complaint-summary{@media (min-width:780px){-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-left:1rem;margin-top:1rem}}@media (min-width:780px){.citizen-form-wrapper{width:calc(100% - 219px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1rem;padding-left:16px;padding-right:16px}}@media (min-width:780px){.citizen-card-container{padding-left:15px;padding-right:15px;margin-top:1rem}}@media (min-width:780px){.bill-citizen,.bills-citizen-wrapper,.citizen-all-services-wrapper,.citizen-obps-wrapper,.engagement-citizen-wrapper,.mcollect-citizen,.payer-bills-citizen-wrapper,.pgr-citizen-wrapper,.pt-citizen,.selection-card-wrapper,.tl-citizen,.ws-citizen-wrapper{width:calc(100% - 219px);padding-left:16px;padding-right:16px;margin-top:1rem}}@media only screen and (max-width:768px){.error-boundary{height:75vh}}.employee-app-wrapper{min-height:calc(100vh - 8em)}.ws-custom-wrapper{.submit{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;width:100%!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;button{width:240px!important}p{width:unset;margin-right:1rem}}}.connection-details-old-value-wrapper,.plumber-details-old-value-wrapper{.old-value-null-wrapper{visibility:hidden;padding-bottom:8px;margin-bottom:8px}.row{color:#b1b4b6;font-weight:700;font-size:16px}}.plumber-details-new-value-wrapper{-webkit-box-flex:2;-ms-flex:2 1 auto;flex:2 1 auto}.connection-details-new-value-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.connection-details-old-value-wrapper,.plumber-details-old-value-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;.old-value-null-wrapper{visibility:hidden;padding-bottom:8px;margin-bottom:8px}.row{color:#b1b4b6;font-weight:700;font-size:16px}}.modal-header-ws{padding:1rem;font-weight:400}.modal-body-ws{padding:1rem;font-weight:700;color:#0b0c0c;font-size:24px;margin-bottom:1rem}.privacy-icon{cursor:pointer}.privacy-icon:hover{path{fill:#f47738}}.privacy-icon-2{cursor:pointer}.privacy-icon-2:hover{path{fill:none}}.audit-card{width:80%;margin-left:-260px;margin-right:-27%;max-height:120px;margin-top:90px}
|