.app{display:flex;height:100%;width:100%}.app .app-div{align-items:center;display:flex;flex-direction:column;flex-grow:12;flex-wrap:nowrap;margin:2vh 2vh 2vh 0;opacity:1;overflow-x:hidden}@media only screen and (max-width:600px){.app{flex-direction:column}}.sidebar{background-color:#292c36;border-radius:12px;box-shadow:2px 2px 15px #242424;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;flex-grow:1;justify-content:space-around;margin:2vh;max-width:220px;min-width:220px;padding:10px;transition:all .2s}.sidebar .logo{height:15vh;justify-content:center}.sidebar .logo,.sidebar .logo .logo-div-img{align-items:center;display:flex;flex-direction:column;position:relative}.sidebar .logo .logo-div-img{margin:12px}.sidebar .logo .logo-div-img img{display:flex;height:80px;transition:all .2s}.sidebar .logo .logo-div-img img:hover{cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}.sidebar .title{border-bottom:1px solid #363636;border-top:1px solid #363636;height:5vh;margin-bottom:10px}.sidebar .footer,.sidebar .title,.sidebar .title div{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.sidebar .footer{border-top:1px solid #363636;height:5vh;margin-top:10px;padding:6px}.sidebar .footer .help{align-items:center;border-radius:6px;display:flex;flex-direction:row;font-size:small;justify-content:center;padding:4px;text-align:center;transition:all .2s;width:100%}.sidebar .footer .help:hover{background-color:#fff;color:#292c36;cursor:pointer}.sidebar .footer .help .icon{display:flex;margin-right:8px}.sidebar .footer .info{align-items:center;border-radius:6px;display:flex;flex-direction:row;font-size:12px;justify-content:center;margin-top:4px;padding:4px;text-align:center;transition:all .2s;width:100%}.sidebar .footer .info:hover{background-color:#fff;color:#292c36;cursor:pointer}.items{flex-direction:column;height:65vh;overflow-x:hidden;overflow-y:auto;padding-left:6px;padding-right:6px}.items,.items .item{align-items:center;display:flex;position:relative}.items .item{background-color:hsla(0,0%,41%,.2);border-radius:6px;color:#fff;flex-direction:row;justify-content:center;margin-bottom:6px;margin-top:6px;padding-bottom:10px;padding-top:10px;text-decoration:none;transition:all .2s;width:100%}.items .item:active,.items .item:hover{background-color:#fff;color:#292c36}.items .item .item-div-icon{flex-grow:1;font-size:x-large;height:100%;justify-content:center;margin-left:10px;-webkit-transform:scale(1.1);transform:scale(1.1)}.items .item .item-div-icon,.items .item .item-div-label{align-items:center;display:flex;flex-direction:column;position:relative}.items .item .item-div-label{flex-grow:12;margin-left:6px;margin-right:6px;padding:4px;white-space:pre-line;word-break:break-all}.items .item .item-div-label span{text-align:center;word-break:break-word}.items .active{background-color:#fff;color:#292c36}@media only screen and (max-width:600px){.sidebar{border-radius:0;box-sizing:border-box;height:100vh;margin:0;min-width:100vw;padding:20px}}.navbar{align-items:center;flex-direction:row;justify-content:space-around;margin-left:8px;margin-right:10px;max-height:80px;max-width:1200px;position:relative;width:100%}.navbar,.navbar a{color:#292c36;display:flex}.navbar a{text-decoration:none}.navbar .breadcrumbs{align-items:center;display:flex;flex-direction:row;width:60%}.navbar .breadcrumbs a{color:#292c36;display:flex;padding:5px;text-decoration:none;transition:all .2s ease-in-out}.navbar .breadcrumbs a:hover{color:#ff0e6b;cursor:pointer;-webkit-transform:scale(1.05);transform:scale(1.05)}.navbar .profile{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;width:30%}.navbar .profile a{align-items:center;border-radius:15px;color:#292c36;display:flex;height:50px;padding:5px;text-decoration:none;transition:all .3s ease-in-out}.navbar .profile a:hover{color:#ff0e6b;cursor:pointer}.navbar .profile .image{align-items:center;border-radius:100%;box-sizing:initial;display:flex;flex-direction:row;font-size:50px;height:50px;justify-content:center;margin:10px;overflow:hidden;transition:all .2s ease-in-out;width:50px}.navbar .profile .image img{width:100%}.navbar .profile .logoff,.navbar .profile .username{align-items:center;display:flex;flex-direction:row;transition:all 0s ease-in-out}.navbar .profile .logoff{margin-left:10px;margin-right:10px}.navbar .profile .logoff:hover{color:#ff0e6b;cursor:pointer}.navbar .settings{flex-direction:row;width:10%}.navbar .settings,.navbar .settings a{align-items:center;display:flex;justify-content:center}.navbar .settings a{border-radius:100%;color:#292c36;font-size:20px;height:40px;padding:5px;text-decoration:none;transition:all .2s ease-in-out;width:40px}.navbar .settings a:hover{color:#ff0e6b;cursor:pointer}.main{align-items:center;display:flex;height:100%;justify-content:center}.main img{max-width:550px;width:60%}.schedule-table{display:flex;flex-direction:column;height:auto;width:100%}.schedule-table .controls{background-color:#292c36;border-top-left-radius:6px;border-top-right-radius:6px;display:flex;flex-direction:row;flex-wrap:wrap;height:120px;padding-left:20px;padding-right:20px}.schedule-table .controls .current-month{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:large;font-weight:400;margin-top:10px;width:100%}.schedule-table .main-totals{align-items:stretch;background-color:#292c36;color:#fff;display:flex;flex-direction:column;height:120px;justify-content:center;max-width:100%;min-width:100%;padding:10px 0}.schedule-table .main-totals .in,.schedule-table .main-totals .out{display:flex;justify-content:space-between;margin-left:18px;margin-right:18px;padding:4px}.schedule-table .main-totals .sum{background-color:#51545e;border-radius:4px;display:flex;font-weight:400;justify-content:space-between;margin-bottom:18px;margin-left:18px;margin-right:18px;padding:6px 6px 6px 4px}.schedule-table .schedule-payment{background-color:#292c36;border:2px solid #51545e;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow:2px 2px 5px rgba(0,0,0,.44);color:#fff;display:flex;flex-direction:row;height:100%;overflow-x:hidden;overflow-y:scroll}.schedule-table .schedule-payment .registers{display:flex;flex-direction:column;height:100%;overflow:hidden;overflow-y:scroll;width:100%}.schedule-table .schedule-payment .registers .div-days{border-bottom:1px solid #51545e;display:flex;flex-direction:row;flex-wrap:wrap;min-height:110px;overflow-x:scroll;overflow-y:hidden;width:100%}.schedule-table .schedule-payment .registers .div-days .days{align-items:center;background-color:#292c36;border:1px solid #51545e;border-radius:6px;color:#fff;display:flex;font-weight:400;justify-content:center;margin:6px;max-width:30px;min-width:30px;padding:10px}.schedule-table .schedule-payment .registers .div-days .schedule-description-block{align-items:center;background-color:#51545e;border-radius:6px;color:#fff;display:flex;flex-direction:column;justify-content:center;margin:6px;padding:6px;transition:all .2s;width:140px}.schedule-table .schedule-payment .registers .div-days .schedule-description-block:hover{background-color:#fff;box-shadow:3px 3px 6px rgba(0,0,0,.31);color:#292c36;cursor:pointer}.schedule-table .schedule-payment .registers .div-days .schedule-description-block span{text-align:center;word-break:break-word}.schedule-table .schedule-payment .registers .div-days .schedule-description-block span:first-of-type{border-radius:6px;color:#fff!important;display:flex;justify-content:center;margin-bottom:4px;padding:2px 4px;width:80%}.schedule-request-table{display:flex;flex-direction:column;height:auto;width:100%}.alert{background-color:orange!important}.monthly-actions{display:flex;flex-direction:row}.monthly-table{display:flex;flex-direction:column;height:auto;width:100%}.monthly-table .controls{background-color:#292c36;border-top-left-radius:6px;border-top-right-radius:6px;display:flex;flex-direction:row;flex-wrap:wrap;padding-left:20px;padding-right:20px}.monthly-table .controls .current-month{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:large;font-weight:400;margin-top:10px;width:100%}.monthly-table .monthly-payment{background-color:#292c36;border:2px solid #51545e;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow:2px 2px 5px rgba(0,0,0,.44);color:#fff;display:flex;flex-direction:row;height:auto;max-height:600px;overflow-x:hidden;overflow-y:scroll}.monthly-table .monthly-payment .registers{display:flex;flex-direction:column;height:100%;overflow:hidden;overflow-y:scroll;width:100%}.monthly-table .monthly-payment .registers .div-days{border-bottom:1px solid #51545e;display:flex;flex-direction:row;flex-wrap:nowrap;min-height:150px;overflow-x:auto;overflow-y:hidden;width:100%}.monthly-table .monthly-payment .registers .div-days .days{align-items:center;background-color:#292c36;border:1px solid #51545e;border-radius:6px;color:#fff;display:flex;font-weight:400;justify-content:center;margin:6px;max-width:30px;min-width:30px;padding:10px}.monthly-table .monthly-payment .registers .div-days .monthly-description-block{align-items:center;background-color:#51545e;border-radius:6px;color:#fff;display:flex;flex-direction:row;margin:6px;padding:6px;transition:all .2s;width:375px}.monthly-table .monthly-payment .registers .div-days .monthly-description-block .description{align-items:center;border-radius:6px;color:#fff;display:flex;flex-direction:column;height:90%;justify-content:center;margin:6px;padding:6px;text-align:center;transition:all .2s;width:200px}.monthly-table .monthly-payment .registers .div-days .monthly-description-block .description:hover{background-color:#fff;color:#ff0e6b;cursor:pointer}.monthly-table .monthly-payment .registers .div-days .monthly-description-block .description span{border-radius:4px;padding:4px 10px}.monthly-table .monthly-payment .registers .div-days .monthly-description-block .description span:first-of-type{font-weight:700}.monthly-table .monthly-payment .registers .div-days .monthly-description-block .payment-not{align-items:center;border-radius:6px;color:#fff;display:flex;flex-direction:column;height:80%;justify-content:center;margin:6px;padding:6px;text-align:center;transition:all .2s;width:175px}.monthly-table .monthly-payment .registers .div-days .monthly-description-block .payment{align-items:center;border-radius:6px;color:#fff;display:flex;flex-direction:column;height:90%;justify-content:center;margin:6px;padding:6px;text-align:center;transition:all .2s;width:175px}.monthly-table .monthly-payment .registers .div-days .monthly-description-block .payment span:first-of-type{font-weight:700}.monthly-table .monthly-payment .registers .div-days .monthly-description-block .payment:hover{background-color:#fff;color:#ff0e6b;cursor:pointer}.monthly-table .monthly-payment .registers .div-days .monthly-description-block .description-separator{background-color:rgba(0,0,0,.11);display:flex;height:80%;margin:6px;width:1px}.finance-table{display:flex;flex-direction:column;height:auto;width:100%}.finance-table .controls{background-color:#292c36;border-top-left-radius:6px;border-top-right-radius:6px;display:flex;flex-direction:row;flex-wrap:wrap;height:120px;padding-left:20px;padding-right:20px}.finance-table .controls .current-month{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:large;font-weight:400;margin-top:10px;width:100%}.finance-table .main-totals{align-items:stretch;background-color:#292c36;color:#fff;display:flex;flex-direction:column;height:120px;justify-content:center;max-width:100%;min-width:100%;padding:10px 0}.finance-table .main-totals .in,.finance-table .main-totals .out{display:flex;justify-content:space-between;margin-left:18px;margin-right:18px;padding:4px}.finance-table .main-totals .sum{background-color:#51545e;border-radius:4px;display:flex;font-weight:400;justify-content:space-between;margin-bottom:18px;margin-left:18px;margin-right:18px;padding:6px 6px 6px 4px}.finance-table .finance-payment{background-color:#292c36;border:2px solid #51545e;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow:2px 2px 5px rgba(0,0,0,.44);color:#fff;display:flex;flex-direction:row;height:100%;overflow-x:hidden;overflow-y:scroll}.finance-table .finance-payment .registers{display:flex;flex-direction:column;height:100%;overflow:hidden;overflow-y:scroll;width:100%}.finance-table .finance-payment .registers .div-days{border-bottom:1px solid #51545e;display:flex;flex-direction:row;min-height:110px;overflow-x:scroll;overflow-y:hidden;width:100%}.finance-table .finance-payment .registers .div-days .days{align-items:center;background-color:#292c36;border:1px solid #51545e;border-radius:6px;color:#fff;display:flex;font-weight:400;justify-content:center;margin:6px;max-width:30px;min-width:30px;padding:10px}.finance-table .finance-payment .registers .div-days .totals{align-items:stretch;background-color:#51545e;border-radius:8px;display:flex;flex-direction:column;font-weight:lighter;justify-content:center;margin:6px;max-width:200px;min-width:200px}.finance-table .finance-payment .registers .div-days .totals .in,.finance-table .finance-payment .registers .div-days .totals .out,.finance-table .finance-payment .registers .div-days .totals .sum{display:flex;justify-content:space-between;margin-left:10px;width:180px}.finance-table .finance-payment .registers .div-days .totals .sum{border-top:1px solid hsla(0,0%,100%,.16);font-weight:400}.finance-table .finance-payment .registers .div-days .finance-description-block{align-items:center;background-color:#51545e;border-radius:6px;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;margin:6px;max-width:220px;min-width:160px;padding:6px;transition:all .2s}.finance-table .finance-payment .registers .div-days .finance-description-block:hover{background-color:#fff;box-shadow:3px 3px 6px rgba(0,0,0,.31);color:#292c36;cursor:pointer}.finance-table .finance-payment .registers .div-days .finance-description-block span{text-align:center;word-break:break-word}.finance-table .finance-payment .registers .div-days .finance-description-block span:first-of-type{border-radius:6px;color:#fff!important;display:flex;justify-content:center;margin-bottom:4px;padding:2px 4px;width:80%}.finance-request-table{display:flex;flex-direction:column;height:auto;width:100%}.success{background-color:rgba(0,255,0,.66)!important}.danger{background-color:rgba(255,31,31,.8)!important}.font-success{color:green}.font-alert{color:orange}.font-danger{color:red}.areas-description{align-items:center;display:flex;justify-content:flex-start}.areas-description .areas-button{display:flex;width:300px}.areas-description .areas-title{display:flex;font-size:large;margin-bottom:10px;margin-top:20px;padding-bottom:10px}.areas{background-color:#292c36;border:1px solid gray;border-radius:6px;box-shadow:1px 1px 5px #292c36;box-sizing:initial;color:#fff;display:flex;flex-direction:row;height:400px;margin-bottom:20px;padding:10px}.areas .area{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;margin:6px;overflow-x:hidden;overflow-y:auto;padding:6px;width:25%}.areas .area .area-title{background-color:#51545e;justify-content:center;margin-bottom:6px}.areas .area .area-title,.areas .area a{border-radius:6px;color:#fff;display:flex;padding:4px;width:100%}.areas .area a{align-self:start;box-sizing:border-box;justify-content:flex-start;text-decoration:none;transition:all .2s}.areas .area a:hover{background-color:#51545e}.pages{height:100%;margin-top:10px;max-width:1200px;overflow-y:scroll;padding-left:6px;padding-right:12px;position:relative}.page,.pages{box-sizing:border-box;display:flex;width:100%}.page{flex-direction:column;height:auto}.page form{display:flex;flex-wrap:wrap;max-width:1200px;width:100%}.page form .form-control{border-top:1px solid #dfdfdf;display:flex;flex-direction:row-reverse;margin-top:20px;padding-top:20px;width:100%;z-index:100}.page form .form-control button{margin-right:6px}.page form .hidden{z-index:-1!important}.page form.lock:before{content:"";display:flex;height:100%;position:relative;position:absolute;width:100%;z-index:99}.page .titles{border-bottom:1px solid #dfdfdf;display:flex;flex-direction:column;font-size:x-large;margin-bottom:10px}.page .titles p{font-size:large;white-space:pre-line}.page .page-div{display:flex;flex-wrap:wrap;margin-bottom:10px;margin-top:10px;width:100%}.page .page-div .page-div-span{display:flex;height:20px;margin-bottom:6px;width:100%}.page .separator{border-bottom:1px solid #dfdfdf;margin-bottom:12px;margin-top:12px;width:100%}.not-allowed{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.not-allowed .not-allowed-image{border-radius:8px;color:orange;display:flex;font-size:100px;margin-bottom:20px;padding:10px}.not-allowed .not-allowed-span{font-size:20px}.not-allowed .not-allowed-description{margin-top:10px}@font-face{font-family:San Francisco;font-weight:400;src:url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff)}*{box-sizing:border-box}html{display:flex;height:100vh;overflow:hidden;width:100vw}body{background-color:hsla(0,0%,89%,.363);color:#141414;font-family:San Francisco!important;line-height:1.5!important;margin:0;overflow-x:hidden;position:relative;z-index:0}#root,body{display:flex;height:100%;width:100%}#root{flex-direction:column}::-webkit-scrollbar{background-color:hsla(0,0%,60%,0);height:9px;width:9px}::-webkit-scrollbar-track{background-color:hsla(0,0%,65%,0)}::-webkit-scrollbar-thumb{background:hsla(0,0%,41%,.2);border-radius:80px}::-webkit-scrollbar-thumb:hover{background:#666}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}.module-actions{align-items:center;display:flex;justify-content:flex-start;width:100%}.module-actions .module-button{display:flex;width:175px}.module-actions .module-title{display:flex;font-size:large;margin-bottom:10px;margin-top:20px;padding-bottom:10px}.images{display:flex;flex-direction:column;width:100%}.image-table{flex-warp:wrap;background-color:#292c36;border:1px solid #51545e;border-radius:4px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;margin-top:10px;padding:20px;width:calc(100% - 6px)}.image-table .table-div:not(.focus){background-color:#51545e;border-radius:6px;display:flex;flex-direction:column;height:300px;margin:4px;transition:all .2s;width:25%}.image-table .table-div:not(.focus):hover:not(.focus){background-color:rgba(0,0,0,.07);cursor:pointer}.image-table .table-div:not(.focus):hover:not(.focus) .image-div:not(.focus){height:100%;justify-content:center;padding:0}.image-table .table-div:not(.focus):hover:not(.focus) .image-div:not(.focus) .icon:not(.focus){color:#fff;display:flex;font-size:30px;position:absolute;right:10px;top:10px}.image-table .table-div:not(.focus):hover:not(.focus) .image-div:not(.focus) .image:not(.focus){height:auto;width:100%}.image-table .table-div:not(.focus):hover:not(.focus) .image-span:not(.focus){display:none}.image-table .table-div:not(.focus) .image-div{display:flex;flex-direction:column;height:calc(75% - 20px);padding:20px;position:relative;transition:all .2s}.image-table .table-div:not(.focus) .image-div .icon{background-color:#51545e;border-radius:6px;display:none;transition:all .2s}.image-table .table-div:not(.focus) .image-div .icon:hover{background-color:red}.image-table .table-div:not(.focus) .image-div .image{border-radius:6px;display:flex;max-height:100%;overflow:hidden;width:100%}.image-table .table-div:not(.focus) .image-span{align-items:center;background-color:#292c36;border-radius:6px;color:#fff;display:flex;flex-direction:column;font-size:14px;justify-content:center;margin:10px;padding:10px;transition:all .2s;width:calc(100% - 20px)}.image-table .table-div:not(.focus) .image-span span:first-of-type{font-weight:700}.focus{align-items:stretch;background-color:rgba(0,0,0,.93);display:flex;height:101%!important;justify-content:center;left:50%;overflow-y:scroll;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all .2s;width:101%!important;z-index:101}.focus .icon{border-radius:6px;color:#fff!important;display:flex!important;font-size:60px!important;position:absolute!important;right:16px!important;top:16px!important;transition:all .2s}.focus .icon:hover{background-color:red;cursor:pointer}.focus .image{height:auto!important;max-height:100%!important;max-width:100%!important;padding:60px!important;width:auto!important}.focus .image-span{display:none!important}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.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:#000;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{left:0;pointer-events:none;position:absolute;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{-webkit-transform:rotate(270deg) translateX(-100%);transform:rotate(270deg) translateX(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{-webkit-transform:rotate(180deg) translate(-100%,-100%);transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{-webkit-transform:rotate(90deg) translateY(-100%);transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{height:100%;position:absolute;width:100%}.annotationLayer section{box-sizing:border-box;margin:0;pointer-events:auto;position:absolute;text-align:left;text-align:initial;-webkit-transform-origin:0 0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:none;outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{background:#ff0;box-shadow:0 2px 10px #ff0;opacity:.2}.annotationLayer .textAnnotation img{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-image:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');background-image:var(--annotation-unfocused-field-background);border:2px solid transparent;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 .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):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 .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled]{background:none;border:2px solid transparent;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid #000;border:2px solid var(--input-hover-border-color)}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border-radius:2px}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:none;border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:initial;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{-webkit-transform:rotate(-45deg);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:is(.checkBox,.radioButton) input{-webkit-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px*var(--scale-factor));min-width:calc(180px*var(--scale-factor));pointer-events:none;position:absolute;width:100%}.annotationLayer .popup{word-wrap:break-word;background-color:#ff9;border-radius:calc(2px*var(--scale-factor));box-shadow:0 calc(2px*var(--scale-factor)) calc(5px*var(--scale-factor)) #888;cursor:pointer;font:message-box;margin-left:calc(5px*var(--scale-factor));max-width:calc(180px*var(--scale-factor));padding:calc(6px*var(--scale-factor));pointer-events:auto;position:absolute;white-space:normal}.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 #333;margin-top:calc(2px*var(--scale-factor));padding-top:calc(2px*var(--scale-factor))}.annotationLayer .richText>*{font-size:calc(9px*var(--scale-factor));white-space:pre-wrap}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.annotationLayer section svg{height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .annotationTextContent{color:transparent;height:100%;opacity:0;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.annotationLayer .annotationTextContent span{display:inline-block;width:100%}.finance-request-payment{display:flex;flex-direction:row;position:relative;width:100%}
/*# sourceMappingURL=main.0da29072.css.map*/