@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700);#root,body,html{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100%;margin:0;overflow-x:hidden}.background-3d{animation:float 12s ease-in-out infinite;background:radial-gradient(circle at center,#6b8de3 0,#1e3c72 70%);border-radius:40%/50%;filter:drop-shadow(0 10px 10px rgba(0,0,0,.2));transform:translate(-50%,-50%) rotate(20deg)}@keyframes float{0%,to{transform:translate(-50%,-50%) rotate(20deg) translateY(0)}50%{transform:translate(-50%,-45%) rotate(20deg) translateY(-15px)}}.form-wrapper{background:#fff;border-radius:25px;box-shadow:0 20px 40px #00000026;display:flex;flex-direction:column;justify-content:flex-start;margin:20px auto 50px;max-height:calc(100vh - 60px);max-width:900px;overflow-y:auto;padding:2rem 3rem;position:relative;width:90%}h2{color:#1e3c72;font-weight:700;letter-spacing:.05em;margin-bottom:2rem;text-align:center}.k-form-fieldset .k-textbox,.k-form-fieldset input[type=password],.k-form-fieldset input[type=text],.k-form-fieldset select,.k-form-fieldset textarea{background:#f9faff;border:1px solid #ccc;border-radius:12px!important;box-shadow:0 6px 12px #0000001a;color:#333;font-size:1rem;padding:.6rem .9rem;transition:all .3s ease}.k-form-fieldset .k-textbox:focus,.k-form-fieldset input[type=password]:focus,.k-form-fieldset input[type=text]:focus,.k-form-fieldset select:focus,.k-form-fieldset textarea:focus{background:#fff;border-color:#1e3c72;box-shadow:0 10px 20px #1e3c7299;color:#1e3c72;outline:none;transform:translateY(-2px)}.buttons-row{display:flex;gap:1.5rem;justify-content:flex-end;margin-top:1.5rem}.k-button{border-radius:16px;box-shadow:0 8px 16px #1e3c7240;font-size:1rem;font-weight:600;padding:.55rem 1.6rem;transition:all .3s ease;white-space:nowrap}.k-button:hover:not(:disabled){box-shadow:0 14px 28px #1e3c7273;transform:translateY(-4px)}.k-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.form-wrapper{margin:20px auto 40px;padding:2rem 1.5rem}.buttons-row{align-items:stretch;flex-direction:column;gap:1rem}.buttons-row .k-button{width:100%}nav{padding:0 1rem}}

/*!
 * 
 *   react-simple-keyboard v3.8.122
 *   https://github.com/hodgef/react-simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */
/*!
 * 
 *   simple-keyboard v3.8.83
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:#05194687;color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1 1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:#00000008;cursor:pointer}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}@page{margin-bottom:0;margin-top:1.5cm}.errorMessage{color:red}.dialogMessage,.errorMessage{font-size:22pt}.topBanner{background:red;display:flex;width:50%}#WeighBridgePanelDiv{background:#2365b0;height:163px;margin-left:120px;width:480px}.kiosk{top:63px!important}.remoteDisplay{background-color:#000;color:red;font-size:22pt;margin-right:10px;margin-top:5px;max-height:38px;overflow:clip;padding-right:3px;text-align:right;text-overflow:clip;width:120px}.tlLabel{color:#fff;font-size:larger;font-weight:700;text-align:center;width:100%}.weightText{font-size:56pt;font-style:italic;padding:0;position:relative;right:5px;text-align:right;top:-21px;width:250px}.weightTextDiv{height:70px;position:relative;top:15px}.splitWeightDiv{display:flex;margin-top:20px;position:absolute;right:20px}.splitWeightText{background:#96e0f3;font-size:16pt;min-width:58px;padding-right:2px;text-align:right}.splitWeight{margin-left:5px}.splitWeightTitle{color:#fff;position:relative;top:4px}.splitWeightControl{color:#fff;padding-top:9px;width:95px}.deckWeightText{background:#eee;font-size:16pt;min-width:58px;padding-right:2px}.deckPanel{display:flex;margin-top:7px}.deckWeight{height:25px;margin-left:5px;text-align:right}.sliderDiv{margin-left:88px;margin-top:50px;right:0;width:268px}.deckPlus{color:#fff;font-size:9pt;left:-17px;position:relative}.meterSpacing{margin-left:87px;margin-top:50px;width:263px}.slider{width:100%}.activeScaleOptions{display:flex;max-width:190px;position:absolute;right:270px;top:52px}.activeScaleDiv{padding:1px}.activeScaleButton{max-width:80px}.showKeyboard{height:80px;margin-right:10px;width:80px}#RegoDiv{display:flex;height:90px;margin-left:10px;margin-top:10px}#RegoDiv .k-input-md{width:270px}.RegoNoCameras{margin-top:90px!important}.loadTypesDiv{height:90px;margin-left:10px}.LoadTypeNoCameras{margin-top:180px!important}.loadTypeOptions{display:flex}.loadTypeDiv{padding:2px}.regoLookup{font-size:36pt!important;margin-right:10px!important;width:410px}.bigButton{background:#676767!important;color:#fff!important;font-weight:700;height:40px;margin-right:10px;z-index:1}.acceptButton{background:#2365b0!important}.redButton{background:#f10707!important}.bigButton span{font-size:18pt}.dropdownGap{min-height:20px}.showAllJobs{padding:10px 0}.recaptureButton{left:520px;position:absolute!important;top:45px}.restart{height:50px;left:-140px;padding:4px;position:relative;top:-220px;width:150px}.restart span{font-size:12pt!important}.syncnow{left:-20px;margin-top:5px;padding:4px;position:relative;top:-225px;width:200px}.syncnow span{font-size:12pt!important}.syncnow .bigButton{width:115px!important}.reprint{height:50px;left:-15px;padding:4px;position:relative;top:-220px}.reprint span{font-size:12pt!important}.reprint .bigButton{width:115px!important}.offence{left:-516px;padding:4px;position:relative;top:-120px}.offence span{font-size:12pt!important}.offence .bigButton{width:115px!important}.reprintlast{left:-286px;padding:4px;position:relative;top:-170px}.reprintlast span{font-size:12pt!important}.reprintlast .bigButton{width:115px!important}.takeControl{margin-top:245px;position:absolute;right:3px}.takeControl span{font-size:16pt!important}#CameraWindow .k-window-title{font-size:small;padding:0}#CameraWindow .k-window-content{background:#2365b0;margin:0;padding:0}#CameraWindow{border-radius:0}#CameraPanel{grid-gap:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));margin:0;padding:0}.cameraSnapshot{border:4px solid #fff;margin:1px;max-width:250px}#NoCameraDiv{background:#2365b0;height:230px;width:100%}#LogsPanelDiv{margin-left:5px;margin-top:15px}.cameraSnapshotLarge{margin:1px;max-width:280px}#LogsPanel{height:215px}#LogsPanel,#LogsSmall{background:#fff;color:#404040;overflow-y:hidden;width:400px}#LogsSmall{height:25px}#LogsPanel p{margin:0;padding:0 2px}#LogsPanel .Information{color:green}#LogsPanel .Warning{color:#fe6d04}#LogsPanel .Error{color:red}#LogsPanel .Critical{background:red;color:#fff}#FirstWeighDiv{margin-left:10px;width:650px}.FirstWeighNoCameras{margin-top:200px!important}#OperatorDiv{margin-right:10px;width:420px}#StreamWindow{background:#404040;height:100%;left:1px;position:absolute;top:1px;width:100%;z-index:2}#StreamClose{color:#fff;font-size:36pt;left:97%;position:absolute}#StreamFrame{height:97%;left:10px;position:absolute;top:10px;width:95%}#SignatureDiv{margin-left:10px;margin-top:360px;max-width:400px;position:absolute}.signaturePad{height:250px;position:absolute;width:400px}.SignHereDiv{background:red;color:#fff;font-size:large;padding:20px;position:absolute;top:-60px;width:500px;z-index:2}.signatureImage{height:250px;width:400px}.signatureClear{left:1700px;position:absolute}.touchSignatureClear{left:170px;position:absolute}.touchSignatureClear .k-button{margin:5px}.itemSelectorHeader{display:flex;height:50px;position:absolute;top:2px;width:97%}.itemSelectorTitle{font-size:24pt;padding-left:5px;width:500px}.itemSelectorSearch{font-size:20pt!important;width:300px}.itemSelectorClose{left:96%;position:absolute}.itemSelector{height:730px;padding-top:40px;width:1250px}.keyboardDiv{height:200px;position:absolute;top:400px;width:97%}.hg-button{height:63px!important}.hg-button span{font-size:22pt}.itemSelectorDiv{display:flex;flex-wrap:wrap;height:315px;overflow-y:auto;position:absolute;top:60px}.itemSelectorButtonDiv{padding:2px}.itemSelectorButton{height:100px;width:220px}.itemButtonText{word-wrap:break-word;font-size:16pt;font-weight:700;line-height:20px;max-height:60px;max-width:210px;overflow-y:clip;text-overflow:ellipsis;white-space:normal}.itemButtonImage{margin:10px;max-width:300px}.itemButtonCode{font-size:14pt;max-width:210px;overflow:clip}.eftpos{height:400px;width:600px}.eftposMessage{font-size:16pt;height:310px;width:90%}.eftposButton{height:70px;margin:10px;width:130px}.eftposInput{left:33px;position:absolute;top:280px;width:90%}#PreviewDiv{display:flex;max-height:690px;position:relative;top:-230px;z-index:1}@media(min-width:1280px){#PreviewDiv{width:100%}}#DocketPreview{margin-top:0;position:absolute;right:31%;width:28%}.docketPreview{font-Weight:800;font-family:Consolas,Courier New,Courier,monospace!important;height:660px}#TransactionSummary{left:77%;padding:5px;position:relative;top:270px;width:250px}#Payments{background:#fff;height:365px;padding:5px;position:absolute;width:50%}#PreviewButtons{height:60px;margin:20px 10px 10px;position:absolute;top:550px;width:500px}.tableList{display:flex;padding:3px}.tableListName{padding:3px;width:100px}.tableListValue{background:#eee;font-size:16pt;font-weight:700;padding:3px;width:150px}.paymentGap{display:flow;margin-top:10px;padding-right:10px}.paymentFeeDiv{width:300px}.paymentTotal{background:#eee;font-size:24pt;margin-bottom:10px;padding:3px;text-align:right;width:120px}.paymentTotalLarge{width:150px}.k-dialog{width:700px}.virtualKeyboard .k-dialog{width:1280px}@media(max-width:1280px){.virtualKeyboard .k-dialog{width:1280px}}.k-dialog-content{overflow:hidden!important}.textKeyboard{min-height:700px}#textExtraButton{left:10px}#textExtraButton,#textExtraButton2{height:60px;position:absolute;top:50px;width:200px}#textExtraButton2{left:220px}.textKeyboardEntry{margin-left:60px;margin-top:10px}.textKeyboardDiv{height:600px;position:absolute;top:160px;width:95%}.textKeyboardDiv .react-simple-keyboard .hg-rows .hg-row .hg-button{height:22%!important}.textKeyboardDiv .react-simple-keyboard .hg-rows .hg-row .hg-button span{font-size:48pt}.vkEntryHeader{display:flex;height:50px;left:10px;position:absolute;top:2px;width:97%}.vkEntryTitle{font-size:28pt;padding-left:20px}.vkEntryTextbox{font-size:48pt!important;height:100px;left:0;margin:3px;margin-top:45px!important;width:70%}.vkEntryClose{left:96%;position:absolute;top:20px}.vkOffence{position:absolute;top:645px;width:95%}.paymentAmount{font-size:36pt}.cashAmounts{display:flex}.weighbridgeInfo{background:#2365b0!important;height:px;left:253px;padding-right:5px;position:relative;width:345px}.weighbridgeInfoTime{font-size:14pt}.weighbridgeInfoTime,.weighbridgeInfoVersion{color:silver;position:relative;text-align:right;top:0;width:100%}.weighbridgeInfoVersion{font-size:12pt}.weighbridgeInfoVersionDate{color:#a0a0a0;font-size:6pt;position:relative;text-align:right;top:0;width:100%}.weighbridgeDocketHead{font-size:9pt;height:14px;top:22px}.weighbridgeDocket,.weighbridgeDocketHead{color:#fff;position:absolute;right:40px;text-align:center;width:120px}.weighbridgeDocket{font-size:14pt;font-weight:700;height:28px;top:35px}#MixedProductsDiv{margin-left:10px;margin-top:420px;position:absolute;width:800px}#JobTonnage{width:700px}#JobTonnage .row{font-size:larger;padding:10px}#JobTonnage .error{color:#f10707}.DeviceOffline{background:#3b78af}#HIDProcess{background:#fff;height:90%;position:absolute;width:100%;z-index:1}#HIDPanel1{background:red;left:22%;width:28%}#HIDPanel1,#HIDPanel2{border-radius:10px;height:52%;position:absolute;top:25%}#HIDPanel2{background:blue;left:51%;padding:10px;width:22%}.HIDRow{display:flex}.HIDEntry{font-size:26pt;margin-top:10px;padding-top:5px}.HIDEntry,.HIDSmallEntry{background:#fff;color:#000;font-weight:700;padding-right:5px;text-align:right;width:150px}.HIDSmallEntry{font-size:22pt;height:40px;left:257px;margin-top:7px;padding-top:3px;position:absolute}.HIDText{font-size:24pt;padding:15px 10px}.HIDSmallText,.HIDText{color:#fff;font-weight:700}.HIDSmallText{font-size:16pt;margin-top:6px;padding:10px}.HIDSmallTonnes{color:#fff;font-size:20pt;font-weight:700;left:412px;margin-top:16px;position:absolute}.HIDTotalEntry{font-size:36pt;margin-left:17px}.HIDTotal{margin-top:10px;padding:10px}#HIDScanID,.HIDTotal{color:#fff;font-size:28pt;font-weight:700}#HIDScanID{background:#f10707;height:45%;left:29%;padding:140px 100px;position:absolute;top:30%;width:20%}.HIDRedBtn{background:red;border-radius:10px;color:#fff;font-size:16pt;font-weight:700;height:50px;padding:13px;text-align:center;width:100px}#HIDCancel{left:35%}#HIDBack,#HIDCancel{position:absolute;top:80%}#HIDBack{left:45%}#HIDConfirm{background:blue;left:55%;position:absolute;top:80%}#TCBack{position:absolute;right:100px;top:10px}.TCSelector{height:680px;min-width:1650px;width:80%}.TCButtonDiv{padding:5px}.k-window:has(div.TCSelector){width:95%}.TCSelectorDiv{display:flex;flex-wrap:wrap;position:absolute;top:50px}.TCButton{height:150px;width:300px}.TCButtonText{word-wrap:break-word;font-size:16pt;font-weight:700;line-height:20px;max-height:60px;max-width:210px;overflow-y:clip;text-overflow:ellipsis;white-space:normal}.TCButtonImage{margin:10px;max-width:300px}#CloudAvailableDiv{position:relative;right:165px;top:-57px;z-index:1}.k-window:has(#ReprintDialog){height:95%;width:95%}#ReprintGrid .k-grid{max-height:550px!important;padding:0!important}#ReprintPage{background:#fff;height:100%;left:0;position:absolute;top:0;width:100%;z-index:12000}.ReprintLeft{padding-right:20px}.DocketText textarea{font-family:Courier;font-weight:700;padding-inline:12px!important}#WeighbridgeTitle{color:#fff;display:none;left:-380px;position:absolute;top:10px}#Advertising{background:#fff;height:100%;left:0;position:absolute;top:0;width:100%;z-index:20000}.AdImageCentre{left:50%;top:50%;transform:translate(-50%,-50%)}.AdImageCentre,.AdText{margin:0;position:absolute}.AdText{font-size:72pt;font-weight:700;height:100%;max-height:735px;overflow:clip;text-align:center;width:100%}.AdImage{max-height:735px;max-width:1505px}.AdTextSmall{font-size:48pt}#Induction{background:#fff;height:100%;left:0;position:absolute;top:0;width:100%;z-index:20000}#WBMain{flex-direction:column;min-height:670px}#WBMain,#WBTop{display:flex;overflow-x:hidden;overflow-y:hidden;width:100%}#WBTop{background:#2365b0;height:230px;max-height:250px;min-width:100%}#WBTopLeft{height:100%;width:420px}#WBTopMiddle{flex:1 1;height:100%}#WBTopRight{display:flex;flex-direction:column;height:100%;width:600px}#Top{height:240px}#LowerSection,#Top{display:flex;width:100%}#LowerSection{flex-direction:row}#LowerLeft{width:80%}body{font-family:Roboto,Helvetica,Arial,sans-serif!important}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);text-align:var(--bs-body-text-align)}hr{border:0;border-top:var(--bs-border-width) solid;color:inherit;margin:1rem 0;opacity:.25}h1,h2,h3,h4,h5,h6{color:var(--bs-heading-color);font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{background-color:var(--bs-highlight-bg);color:var(--bs-highlight-color);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),1);color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:var(--bs-code-color);font-size:.875em}a>code{color:inherit}kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:initial}[hidden]{display:none!important}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}@keyframes floating{0%{transform:translateY(0)}65%{transform:translateY(15px)}to{transform:translateY(0)}}.logo-404{left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:16vmin;width:30vmin}@media(max-width:480px)and (min-width:320px){.logo-404{top:45vmin}}.meteor{position:absolute;right:2vmin;top:16vmin}.title{color:#fff;font-family:Nunito,sans-serif;font-size:5vmin;font-weight:600;margin-top:31vmin;text-align:center}@media(max-width:480px)and (min-width:320px){.title{margin-top:65vmin}}.subtitle{font-size:3.5vmin;font-weight:400;margin-bottom:9vmin;margin-top:-1vmin;text-align:center}.btn-back,.subtitle{color:#fff;font-family:Nunito,sans-serif}.btn-back{border:1px solid #fff;border-radius:5px;height:5vmin;padding:12px;text-decoration:none}.btn-back:hover{background:#fff;color:#4d007d}@media(max-width:480px)and (min-width:320px){.btn-back{font-size:3.5vmin}}.astronaut{animation:floating 3s ease-in-out infinite;height:30vmin;left:80vmin;position:absolute;top:30vmin}@media(max-width:480px)and (min-width:320px){.astronaut{top:2vmin}}.error401{animation:floating 3s ease-in-out infinite;height:80vmin;left:50vmin;position:absolute;top:15vmin;width:80vmin}@media(max-width:480px)and (min-width:320px){.error401{top:2vmin}}.icon{color:#22417c;font-size:100px;left:50%;text-align:center;top:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.icon,.spaceship{position:absolute}.spaceship{bottom:18vmin;left:80vmin;right:28vmin}@media(max-width:480px)and (min-width:320px){.spaceship{bottom:18vmin;width:45vmin}}.st0{fill:#ed2125}.st1{fill:#2165b0}.st2{fill:none}@keyframes slide{0%{transform:translateX(-25%)}to{transform:translateX(25%)}}.k-tilelayout-item-header{display:none}.header h1{color:#b393d3;font-family:Roboto,sans-serif;font-size:70px;font-weight:600;text-shadow:1px 1px 0 #957dad,1px 2px 0 #957dad,1px 3px 0 #957dad,1px 4px 0 #957dad,1px 5px 0 #957dad,1px 6px 0 #957dad,1px 10px 5px #10101080,1px 15px 10px #10101066,1px 20px 30px #1010104d,1px 25px 50px #10101033;text-transform:uppercase}.k-animation-container .k-animation-container-shown{height:30px;overflow-x:auto}.k-splitter-flex .k-pane-static{flex-basis:24%!important}.error{background-color:#ffbaba;background-image:url(https://i.imgur.com/GnyDvKN.png);background-position:10px;background-repeat:no-repeat;border:1px solid;color:#d8000c;margin:10px 0;padding:15px 10px 15px 50px}.reportViewer{margin:30px;width:50%}.ReportButtons{display:inline;margin-left:30px}.wrapper{display:flex;flex-direction:column;width:70%}.Reportfillter,.wrapper{padding:30px}.report-title{color:#606060;padding-bottom:10px;padding-left:50px}.k-expander-title{color:#424242!important}.ReportButton{padding-top:20px}.report{height:100%;width:100%}iframe#webpack-dev-server-client-overlay{display:none!important}#Dashboard .k-active .k-animation-container{width:100%}@media(max-width:1280px){#SignatureDiv{margin-left:5px!important;margin-top:390px!important;max-width:500px!important}#DocketPreview{left:530px!important;position:absolute;width:290px!important}.docketPreview{font-family:Courier;font-size:10pt;font-weight:800}#TransactionSummary{left:920px}.tableListName{width:60px!important}.tableListValue{font-size:12pt!important;width:140px!important}}.cloudMessage{font-size:18pt;font-weight:700;padding:10px}.SiteTitle{font-size:22pt;font-weight:700;padding-top:20px}.Notification{max-height:35px;overflow-y:hidden}.k-button-solid-primary{background:#f96156!important}#InductionKeyboard{width:100%}.QuestionText{font-size:36pt}.QuestionImage{max-height:300px}.AnswerButton{height:80px;padding:5px}#InductionKeyboard .textKeyboardDiv .react-simple-keyboard div div{height:80px}.inductionMessage{font-size:25pt;padding:10px}.revealz{z-index:5!important}body{color:#000;font-family:sans-serif;margin:0;min-height:100vh;padding:0}.appBar,body{background:linear-gradient(135deg,#dbeafe,#93c5fd)}.appBar{align-items:center;box-shadow:0 3px 10px #0000001f;color:#fff;display:flex;font-size:1.1rem;font-weight:600;height:60px;padding:0 24px;-webkit-user-select:none;user-select:none}.k-drawer{background:linear-gradient(135deg,#dbeafe,#93c5fd);border-right:1px solid #00000014;color:#1f2933;font-family:Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;padding-top:16px}.k-expander{background:linear-gradient(135deg,#dbeafe,#93c5fd)!important;border:1px solid #00000014;border-radius:10px;box-shadow:0 4px 10px #0000000f;color:#1f2933;margin-bottom:16px;padding:16px;transition:box-shadow .3s ease;-webkit-user-select:text;user-select:text}.k-expander:hover{box-shadow:0 6px 18px #0000001f}.k-table-alt-row{background:#93c5fd26!important}
/*# sourceMappingURL=main.e18dd3d7.css.map*/