@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-right{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translate(0)}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translate(0)}}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}body,html,#root{height:100%;padding:0;margin:0;font-family:Roboto,sans-serif;color:#333}body{height:100%;background-color:#f5f5fc}hr.print{display:none;border:none;border-top:solid 6px #009deb;margin-bottom:4px}.full-screen{height:100vh!important;width:100vw!important;position:fixed!important;z-index:1000;top:0;left:0;background-color:#000}.center{display:grid;justify-items:center;align-items:center}.popup{--arrow-size: 8px;position:relative;transform:translate(-50%,calc(-100% - var(--arrow-size) - 3px));animation:fade-in .6s,slide-down .4s}.popup>div{border-radius:4px;padding:8px;background:white;box-shadow:2px 2px 4px #6b6b6b;min-width:max-content}.firePopup{--arrow-size: 8px;position:relative;transform:translate(-50%,calc(-100% - var(--arrow-size) - 3px));animation:fade-in .6s,slide-down .4s}.firePopup>div{border-radius:4px;padding:8px;min-width:max-content}@keyframes slide-down{0%{transform:translate(-50%,calc(-200% - var(--arrow-size) - 3px))}to{transform:translate(-50%,calc(-100% - var(--arrow-size) - 3px))}}.ol-selectable{height:0px}.popup div:after{content:"";position:absolute;bottom:calc(var(--arrow-size) * -1);margin:auto;left:0;right:0;width:0;height:0;border-left:var(--arrow-size) solid transparent;border-right:var(--arrow-size) solid transparent;border-top:var(--arrow-size) solid white}.swal2-container{z-index:2000!important}.resetZoom{display:flex;margin-bottom:.3em;justify-content:center}.print-group{display:contents}@media (min-width: 1020px){.twoColumns{grid-column:1 / 3}}@media print{.twoColumns{grid-column:auto}.print-group{break-inside:avoid;display:grid;grid-template-columns:1fr 1fr}.resetZoom{display:none}hr.print{display:block}}.MuiFormLabel-root{color:#000}.MuiPopover-paper{display:flex;flex-direction:column;padding:10px;min-width:min-content!important}.MuiMenuItem-root{min-height:auto;height:inherit}.MuiFormControl-root.search-bar{margin-right:20px}div.MuiAccordionDetails-root{display:contents;padding-right:12px;padding-left:12px;padding-bottom:10px}div.MuiAccordionSummary-root{padding:0 12px 0 6px}.MuiAccordionSummary-root.Mui-expanded{min-height:48px}.slider.MuiSlider-root{--elements: 5;color:#000;margin-left:15px;width:calc(97% - 14px)}.slider.MuiSlider-root .MuiSlider-markLabel{top:0;margin-top:20px}.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:#ffffffb3;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.Spinner{animation:spin 1.3s infinite linear,fade-in 3s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(2turn)}}footer{animation:fade-in .2s,slide-up .2s;background-color:#212529;color:#585d63;font-size:80%;display:grid;grid-template-columns:1fr 1fr;justify-items:center;align-items:center;grid-area:footer;position:fixed;bottom:0;width:100%;z-index:1000;visibility:hidden}footer.visible{visibility:visible;transition:bottom .3s ease}header{animation:fade-in .6s,slide-down .4s;background:#f6f6f6;align-items:center;z-index:3;display:flex;grid-template-columns:1fr 1fr;grid-template-rows:1fr;box-shadow:0 1px 2px #4359664d;position:fixed;width:100%;z-index:101}header .logo{flex-grow:1;overflow:hidden}header .logo img{width:110px;height:auto}header .login{overflow:hidden;transition:background-color .3s}header .login>*{padding:21px}header .login:hover{background:#e3e3e3}header .dateBox{display:none}header .title{display:none;text-align:center;text-transform:uppercase;flex-grow:1;font-size:2em;font-weight:900;color:transparent;text-shadow:2px 0 #11adef}header.page-break{break-before:page}header>.documentation{display:none}header>.print{display:none}@media (min-width: 900px){header .logo{padding-left:17px;justify-items:start}header .burger{display:none}header>.documentation{display:block}header>.print{display:block}}@media print{header{box-shadow:none;background:transparent}header .logo{flex-grow:0;padding-left:17px;justify-items:start}header .burger{display:none}header .login,header .documentation,header .print,header .alert,header .configurations,header .support{display:none}header .title{display:inline}header .dateBox{display:block;text-align:right;margin-right:15px}header .dateBox span:first-child{font-size:1.6em;font-weight:1000;margin-bottom:0}header .dateBox span:last-child{font-size:.75em}}._freeze_1wnbd_1{background:#2c73ca}._fire_1wnbd_5{background:#b8001c}._lightning_1wnbd_9{background:#cc8600}._applicationWindow_1wnbd_13{background:#bfb300}._Container_li4w8_1{display:flex;align-items:flex-start;padding:.5rem}._Checked_li4w8_7{background-color:#eee}._Subtitle_v9ezd_1{color:#797979;padding:.3rem 0}._Container_hr6vf_1{transform:scaleY(.9)}._Label_hr6vf_5{font-weight:700;color:#797979}._InfiniteScrollInfo_10i0m_1{display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:14px;color:#6b808c;padding:10px}._Container_18yvp_1{display:flex;flex-direction:column;align-items:flex-end;padding:.5rem}._MarkAllAsRead_18yvp_8{text-decoration:underline;color:#2661ab}._Container_14w7p_1{display:flex;align-items:center;justify-content:space-between}._Title_14w7p_7{font-size:18px;padding-left:1rem}._navMenuWrapper_13u3b_1{height:100%;border-right:1px solid #e8e8e8;margin:0%;background-color:#fff}._navMenuWrapper_13u3b_1{scrollbar-width:1px;scrollbar-color:#dad7d7 transparent}._navMenuWrapper_13u3b_1 div::-webkit-scrollbar-track{background-color:#f4f4f4}._navMenuWrapper_13u3b_1 div::-webkit-scrollbar{background:#f4f4f4;width:2px}._navMenuWrapper_13u3b_1 div::-webkit-scrollbar-thumb{background:#dad7d7;border-radius:10px}._navMenu_13u3b_1{z-index:1;left:10px;overflow:hidden;transition:transform .4s;animation:_fade-in_13u3b_1 .6s,_slide-right_13u3b_1 .4s;background:white;overflow-y:auto;height:100%}._navMenu_13u3b_1 sup{color:#009deb;position:relative;left:1px}._navMenu_13u3b_1>a{transition:background-color .5s,border-color .2s;display:grid;grid-template-columns:65px 1fr;grid-template-rows:21px;padding:.7em .5em .7em 0}._navMenu_13u3b_1>a:hover{border-left:4px solid #437c98;background-color:#79c4ea4e}._sideBarButton_13u3b_57{z-index:100;position:absolute;top:68px;height:24px;border:0px none;color:var(--ds-text-subtle, #6b778c);width:24px;outline:0px;padding:0%;display:flex;border-radius:50%;box-shadow:#091e4214 0 0 0 1px,#091e4214 0 2px 4px 1px;background-color:#fff}._sideBarButton_13u3b_57:hover{background-color:#009deb;color:#fff}@media print{._navMenu_13u3b_1{display:none}}._disabled_1gcya_1{opacity:.4}._active_1gcya_5{background:#b7d4e5}._container_1dpvd_1{display:flex;flex-direction:column}._row_1dpvd_6{display:flex;align-items:center}._invalid_1dpvd_11{color:#f44336}._valid_1dpvd_15{color:#4caf50}._ActionTable_13eys_1 td:first-child{background-color:#fff;position:-webkit-sticky;position:sticky;left:0;z-index:2}._ActionTable_13eys_1 th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:4}.login-background{background:#98b4fb;min-height:100vh;align-items:center;justify-content:center}.login-position{display:flex;flex-direction:column}.loading-user-screen{display:flex;flex-direction:column;align-items:center}.loading-user-spinner{margin-top:20px;font-size:20px}main{height:100%;display:flex}main .module-area{display:grid;grid-template-rows:1fr 28px;grid-template-areas:"main" "footer";overflow-y:auto}main .card-area{display:grid;grid-gap:10px;padding:10px;grid-auto-columns:1fr;align-items:start;grid-area:main}.title{margin-top:10px;margin-bottom:auto;min-height:10px!important}@media (max-width: 800px){.text-fields{flex-direction:column}}@media (max-width: 900px){main .card-area{padding-top:0;padding-left:0;padding-right:0;grid-gap:10px}main{grid-template-columns:1fr}}@media print{main{grid-template-columns:1fr}main .module-area{display:contents}}.closing-date{margin-bottom:16px}.FireMapMarker{font-size:13px;text-align:left;width:auto}.pdf-viewer{height:90vh;width:100%}.forecastScale,.frostScale,.lightningScale{text-align:center;display:flex}.FilterBox{box-shadow:none}.pdf-viewer{height:90vh;width:100%;border:none}.Box{display:flex;justify-content:center;align-items:center;width:30%;margin:0 auto;padding:4px;border-radius:5px;height:40px}div .copy-button{margin-left:6px;color:#000}div .copy-button :hover{cursor:pointer}.farms-filter{width:max-content}.footerInfo{display:flex;flex:1;text-align:center;white-space:nowrap;justify-content:space-between;padding:30px 10px 10px}.containerTable{width:100%;padding-left:16px!important;padding-right:16px!important;position:relative}.TimelineTable{table-layout:fixed;width:100%;min-width:1000px}.TimelineTable thead>tr>td,.TimelineTable>tbody>tr>th{overflow:hidden}.TimelineTable>thead>tr>th{border-bottom:none!important}.TimelineTable>thead>tr:first-child>th:nth-child(2){border-top-left-radius:6px}.TimelineTable>thead>tr:last-child>th:nth-child(2){border-bottom-left-radius:6px}.TimelineTable>thead>tr:first-child>th:last-child{border-top-right-radius:6px}.TimelineTable>thead>tr:last-child>th:last-child{border-bottom-right-radius:6px}.TimelineTable>tbody>tr>td{border:none!important}.TimelineTable>tbody>tr:first-child>td{border-top-right-radius:6px;border-top-left-radius:6px;border:none}.TimelineTable>tbody>tr:last-child>td{border-bottom-right-radius:6px;border-bottom-left-radius:6px;border:none}.TimelineTable>tbody>tr>td:nth-child(2)>div.TableRowSlot:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.TimelineTable>tbody>tr>td:last-child>.TableRowSlot:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.TimelineTable>tbody>tr.MuiTableRow-root .MuiTableCell-root{padding:1px!important;margin-right:4px!important;text-align:center}.TimelineTable>tbody>tr .MuiTableCell-root:first-child{background-color:#e5e5e5}.TimelineTable>tbody>tr .MuiTableCell-sizeSmall{padding:0 6px!important}.TimelineTable>thead>tr .MuiTableCell-head{border:2px solid white;text-align:center;height:10px!important;background-color:#e5e5e5}.TimelineTable>thead>tr .MuiTableCell-head:first-child{border:none}.TimelineTable>thead>tr>th{padding:2px 4px!important;border-bottom:none!important}.TableHeadDecend{display:flex;justify-content:space-between;color:gray}.TableHeadYear{font-weight:700;font-size:1.2em;text-align:center}.TableRowSlot{display:inline-block;height:20px;width:33%;border:2px solid #fff}.TimelineTable td:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:1}.TimelineTable th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:1;background-color:#fff}@media print{.Content{display:contents}}.Toastify__toast-container{max-width:100vw}.Toastify__toast,.Toastify__toast-body{padding:0}.Toastify__close-button{padding:5px}@media (min-width: 727px){.Toastify__toast-container{width:450px}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black}@media (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight}.annotationLayer .textWidgetAnnotation input:required,.annotationLayer .textWidgetAnnotation textarea:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation.checkBox input:required,.annotationLayer .buttonWidgetAnnotation.radioButton input:required{outline:1.5px solid selectedItem}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;--scale-factor: 1}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0}.annotationLayer .linkAnnotation>a,.annotationLayer .buttonWidgetAnnotation.pushButton>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer .buttonWidgetAnnotation.pushButton>canvas{width:100%;height:100%}.annotationLayer .linkAnnotation>a:hover,.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover{opacity:.2;background:rgba(255,255,0,1);box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%}.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation input:required,.annotationLayer .textWidgetAnnotation textarea:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation.checkBox input:required,.annotationLayer .buttonWidgetAnnotation.radioButton input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox :focus,.annotationLayer .buttonWidgetAnnotation.radioButton :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none}.textLayer span,.textLayer br{color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;user-select:none}.textLayer .endOfContent.active{top:0}
