@charset "UTF-8";@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;overflow:hidden;z-index:1}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}.react-loading-skeleton{display:block;--base-color: hsla(197, 20%, 50%, .5);--highlight-color: hsla(197, 20%, 50%, .5);background-color:#668b9980;border-radius:0}.react-loading-skeleton+br{display:none}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;inset:0;z-index:99;background:rgba(255,255,255,.9);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;opacity:0;-webkit-animation:react-confirm-alert-fadeIn .5s .2s forwards;-moz-animation:react-confirm-alert-fadeIn .5s .2s forwards;-o-animation:react-confirm-alert-fadeIn .5s .2s forwards;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px #00000021;color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@-webkit-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}.react-confirm-alert-overlay{background-color:#171b1cb3}.react-confirm-alert-body{box-shadow:none;border-radius:3px;background-color:#2e3538;color:#fff}.react-confirm-alert-body>h1{font-size:1.5rem;margin-bottom:1rem}.react-confirm-alert-button-group button{background-color:#171b1c;color:#fff}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);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:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.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--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:var(--toastify-z-index);opacity:.7;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:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,:before,:after{box-sizing:border-box;background-repeat:no-repeat}:before,:after{text-decoration:inherit;vertical-align:inherit}:where(:root){cursor:default;line-height:1.5;overflow-wrap:break-word;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;text-size-adjust:100%}:where(body){margin:0}:where(h1){font-size:2em;margin:.67em 0}:where(dl,ol,ul) :where(dl,ol,ul){margin:0}:where(hr){color:inherit;height:0}:where(nav) :where(ol,ul){list-style-type:none;padding:0}:where(nav li):before{content:"\200b";float:left}:where(pre){font-family:monospace,monospace;font-size:1em;overflow:auto}:where(abbr[title]){text-decoration:underline;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(audio,canvas,iframe,img,svg,video){vertical-align:middle}:where(iframe){border-style:none}:where(svg:not([fill])){fill:currentColor}:where(table){border-collapse:collapse;border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button,[type="button" i],[type="reset" i],[type="submit" i]){-webkit-appearance:button}:where(fieldset){border:1px solid #a0a0a0}:where(progress){vertical-align:baseline}:where(textarea){margin:0;resize:vertical}:where([type="search" i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(details > summary:first-of-type){display:list-item}:where([aria-busy="true" i]){cursor:progress}:where([aria-disabled="true" i],[disabled]){cursor:not-allowed}:where([aria-hidden="false" i][hidden]){display:initial}:where([aria-hidden="false" i][hidden]:not(:focus)){clip:rect(0,0,0,0);position:absolute}*{margin:0;padding:0}body{font-family:Oxygen,Fira Sans,Roboto,Droid Sans,Helvetica,Arial,sans-serif;background-color:#171b1c;color:#fff;font-size:16px}.button{padding:.4em 1.2em;outline:none;border:.15rem solid #df9c20;background-color:#df9c20;color:#000;font-size:.8rem;font-weight:300;transition:all .1s ease;cursor:pointer}.button:hover,.button:focus{border:.15rem solid #e9ba63;background-color:#e9ba63}.button:active{border:.15rem solid #b37d1a;background-color:#b37d1a;color:#000}.button.is-white{border:.15rem solid white;background-color:#fff;color:#000}.button.is-white:hover,.button.is-white:focus{border:.15rem solid white;background-color:#fff;color:#000}.button.is-white:active{border:.15rem solid #e3e7e8;background-color:#e3e7e8;color:#000}.button.is-gray{border:.15rem solid #2e3538;background-color:#2e3538;color:#fff}.button.is-gray:hover,.button.is-gray:focus{border:.15rem solid #505d62;background-color:#505d62;color:#fff}.button.is-gray:active{border:.15rem solid #171b1c;background-color:#171b1c;color:#fff}.button.is-red{border:.15rem solid #df2020;background-color:#df2020;color:#fff}.button.is-red:hover,.button.is-red:focus{border:.15rem solid #e96363;background-color:#e96363;color:#000}.button.is-red:active{border:.15rem solid #b31a1a;background-color:#b31a1a;color:#fff}.button.is-orange{border:.15rem solid #df9c20;background-color:#df9c20;color:#000}.button.is-orange:hover,.button.is-orange:focus{border:.15rem solid #e9ba63;background-color:#e9ba63;color:#000}.button.is-orange:active{border:.15rem solid #b37d1a;background-color:#b37d1a;color:#000}.button.is-yellow{border:.15rem solid #dfdf20;background-color:#dfdf20;color:#000}.button.is-yellow:hover,.button.is-yellow:focus{border:.15rem solid #e9e963;background-color:#e9e963;color:#000}.button.is-yellow:active{border:.15rem solid #b3b31a;background-color:#b3b31a;color:#000}.button.is-green{border:.15rem solid #20df20;background-color:#20df20;color:#000}.button.is-green:hover,.button.is-green:focus{border:.15rem solid #63e963;background-color:#63e963;color:#000}.button.is-green:active{border:.15rem solid #1ab31a;background-color:#1ab31a;color:#fff}.button.is-blue{border:.15rem solid #20a9df;background-color:#20a9df;color:#000}.button.is-blue:hover,.button.is-blue:focus{border:.15rem solid #63c3e9;background-color:#63c3e9;color:#000}.button.is-blue:active{border:.15rem solid #1a87b3;background-color:#1a87b3;color:#fff}.button.is-small{font-size:.7rem}.button.is-large{font-size:1.1rem}.button.is-outline{background-color:#0000;color:#df9c20}.button.is-outline:hover,.button.is-outline:focus{background-color:#22282a;color:#e9ba63}.button.is-outline:active{background-color:#22282a;color:#9c6d16}.button.is-icon{margin:0;padding:.3em}.table{background-color:#22282a;border-collapse:collapse}.table tr{border-bottom:1px solid #73858c}.table th,.table td{padding:.5rem 1.3rem}.title-1{margin:0;padding:0;font-weight:700;font-size:5rem;line-height:5rem}.title-2{margin:0;padding:0;font-weight:700;font-size:4rem;line-height:4rem}.title-3{margin:0;padding:0;font-weight:700;font-size:3rem;line-height:3rem}.title-4{margin:0;padding:0;font-weight:700;font-size:2rem;line-height:2rem}.title-5{margin:0;padding:0;font-weight:700;font-size:1rem;line-height:1rem}.subtitle-1{margin:0;padding:0;font-weight:100;font-size:5rem;line-height:5rem}.subtitle-2{margin:0;padding:0;font-weight:100;font-size:4rem;line-height:4rem}.subtitle-3{margin:0;padding:0;font-weight:100;font-size:3rem;line-height:3rem}.subtitle-4{margin:0;padding:0;font-weight:100;font-size:2rem;line-height:2rem}.subtitle-5{margin:0;padding:0;font-weight:100;font-size:1rem;line-height:1rem}.input{display:block;padding:.4em .7em;border:.15rem solid #73858c;background-color:#73858c;color:#fff;font-size:.8rem;outline:none;transition:all .2s ease;cursor:pointer;-webkit-appearance:none;-moz-appearance:textfield}.input:focus{border:.15rem solid #e9f6fc;background-color:#e9f6fc;color:#171b1c;transition:all .2s ease}.input:disabled{cursor:not-allowed}.textarea{padding:.4rem .7rem;border:1px solid #73858c;height:3rem;width:15rem;background-color:#73858c;color:#fff;outline:none;transition:all .2s ease;cursor:pointer;font-family:Oxygen,Fira Sans,Roboto,Droid Sans,Helvetica,Arial,sans-serif;font-size:.8rem}.textarea:focus{border:1px solid #fcf5e9;background-color:#fcf5e9;color:#171b1c;transition:all .2s ease}.textarea:disabled{cursor:not-allowed}.select{position:relative;width:min-content}.select:after{content:"";position:absolute;top:.6rem;right:.8rem;width:.5rem;height:.5rem;border-width:0 2px 2px 0;border-color:#fff;border-style:solid;transform:rotate(45deg);pointer-events:none}select{display:block;padding:.4em 50px .4em 10px;border:.15rem solid #73858c;background-color:#73858c;color:#fff;font-size:.8rem;outline:none;appearance:none;cursor:pointer}select:focus{border:.15rem solid #f1f3f4;background-color:#f1f3f4;color:#171b1c;transition:all .2s ease}select:disabled{cursor:not-allowed}label.checkbox{padding:.4em .7em;border-top:3.5px solid #73858c;border-bottom:.18125rem solid #73858c;font-size:.8rem;background-color:#73858c;color:#fff;outline:none;transition:all .2s ease;cursor:pointer}label.checkbox input[type=checkbox]{outline:none;margin-right:.4em}label.checkbox input[type=checkbox]:focus{outline:1px solid white}label.radio{display:inline-block;padding:.4em .7em;border-top:1px solid #73858c;font-size:.8rem;background-color:#73858c;color:#fff;outline:none;transition:all .2s ease;cursor:pointer}label.radio input[type=radio]:focus{outline:1px solid white}input.radio{outline:none}.text-red{color:#df2020}.text-orange{color:#df9c20}.text-yellow{color:#dfdf20}.text-green{color:#20df20}.text-blue{color:#20a9df}.text-white{color:#fff}.text-light{color:#e3e7e8}.text-light-gray{color:#73858c}.text-gray{color:#2e3538}.text-dark{color:#22282a}.text-black{color:#171b1c}.bg-red{background-color:#df2020}.bg-orange{background-color:#df9c20}.bg-yellow{background-color:#dfdf20}.bg-green{background-color:#20df20}.bg-blue{background-color:#20a9df}.bg-white{background-color:#fff}.bg-light{background-color:#e3e7e8}.bg-light-gray{background-color:#73858c}.bg-gray{background-color:#2e3538}.bg-dark{background-color:#22282a}.bg-black{background-color:#171b1c}.user-account-ticket{width:min-content;padding:1rem;border:2px solid #000000;border-radius:.3rem;color:#000;background-color:#fff;user-select:none}.user-account-ticket-title{font-size:1.5rem;line-height:1.5rem;border-bottom:2px solid hsla(39,75%,50%,1);margin-bottom:.2rem;text-align:center}.user-account-ticket-subtitle{font-size:1.2rem;line-height:1.2rem;margin-bottom:1rem;text-align:center}.user-account-ticket-item{line-height:1rem;margin-bottom:.3rem}.user-account-ticket-note{width:300px;margin-top:1rem;font-size:.9rem;line-height:1rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(./layers-55W3Q4RM.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(./layers-2x-TBM42ERR.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(./marker-icon-2V3QKKVC.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-control-attribution svg{display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;color-adjust:exact}}a.polyline-measure-controlOnBgColor,a.polyline-measure-controlOnBgColor:hover{background-color:#8f8}.polyline-measure-unicode-icon{font-size:19px;font-weight:700;display:block;border-radius:4px;cursor:pointer}.polyline-measure-unicode-icon-disable{display:none!important}.print-disabled{pointer-events:none;opacity:.3}#print-params{width:100%;text-align:center}#print-params>h6{text-align:center;margin-top:10px;margin-bottom:5px;font-size:1rem;font-family:inherit;font-weight:500;color:inherit}#print-params>input[type=number]{border:1px solid #999;border-radius:4px}.close{color:#000c;font-size:20px;font-weight:700;position:absolute;top:0;right:5px}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer}.operation-btn{text-decoration:none;display:inline!important;padding-right:3px;vertical-align:middle;font-size:20px;margin:3px}.see-btn:before{content:"\1f441"}.download-btn:before{content:"\2b07"}#print-loading{display:none;position:absolute;top:50%;left:50%;height:30px;width:30px;margin:-15px 0 0 -15px;border:4px #a7a4ab solid;border-top:4px #52006d solid;border-radius:50%;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.download-button{font-family:sans-serif;display:inline-block;font-size:1em;text-align:center;padding:.3em .8em;background:linear-gradient(45deg,#2b71ad,#0c7162);color:#fff;box-shadow:0 .4em .4em #00000040;border-radius:.4em;transition:box-shadow .2s ease-in-out;cursor:pointer;margin-top:5px}.download-button:hover{box-shadow:0 .1em .25em #00000040}.grid-1-col{display:grid}.grid-3-col{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:1rem;margin-top:1rem;margin-bottom:1rem}.grid-4-col{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:1rem;margin-top:1rem;margin-bottom:1rem}.grid-4-col-1-2-1{display:grid;grid-template-columns:1fr 2fr 1fr;margin-top:1rem;margin-bottom:1rem;column-gap:1rem}.grid-5-col{display:grid;grid-template-columns:repeat(5,1fr);column-gap:1rem;margin-top:1rem;margin-bottom:1rem}.grid-5-col-2-3{display:grid;grid-template-columns:2fr 3fr;column-gap:1rem}.grid-5-col-1-2-2{display:grid;grid-template-columns:1fr 2fr 2fr;column-gap:1rem;margin-bottom:1rem}.text-left{text-align:left}.button:disabled{cursor:not-allowed}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.flex{display:flex}.justify-content-center{justify-content:center}.map-container{height:calc(100vh - 11rem);width:100%}.map-container-family{height:calc(100vh - 7rem);width:100%}.map-container-family-update{height:calc(100vh - 20.5rem);width:100%}.page-title{margin-bottom:1rem}.page-title h1{margin-bottom:.4rem}.button.is-icon{display:flex;flex-direction:row;align-items:center;cursor:pointer}.button.is-icon svg{display:inline}.button-icon-label{white-space:nowrap;cursor:pointer}.field{font-size:1rem}.field-label,.field-error{font-size:.9rem}.section-body .field{width:280px}.loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#26a6d91a;backdrop-filter:blur(1px);z-index:100}.lds-dual-ring{position:fixed;top:50%;left:50%;transform:translate(-50%) translateY(-50%);display:inline-block;width:80px;height:80px}.lds-dual-ring:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid hsla(39,75%,50%,1);border-color:hsla(39,75%,50%,1) transparent hsla(39,75%,50%,1) transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-footer{padding:2rem 1rem 1rem}.form-row{display:flex;gap:1rem;flex-wrap:wrap;padding:0 1rem 1rem}.form-row-loading{padding-left:1rem;padding-right:1rem}.search-box.display .form-row{padding-top:1rem}.page-subtitle{margin-bottom:1rem;font-size:1.5rem}.section-header{display:grid;padding:1rem}.section-header-title{font-size:1.3rem}.section-header-subtitle{display:block;color:#e3e7e8;font-weight:400;margin-top:.2rem}.section-header-error{display:block;font-weight:400;font-size:.9rem;margin-top:.2rem}.section-header-toolbar{display:grid;grid-template-columns:1fr 1fr}.section-header-tools{display:flex;justify-self:end}.section-body{display:flex;column-gap:2rem;row-gap:1rem;flex-wrap:wrap;padding:0 1rem 1rem;background-color:#22282a}.section-body-loader{padding:0 1rem}.section-footer{display:grid;justify-content:end;margin-bottom:1rem;padding:1rem;color:#73858c;background-color:#22282a;color:#df9c20;font-style:italic;font-size:.9rem;transition:all .3s ease}.confirmation-container{text-align:center}.confirmation-container section{padding:2rem}.confirmation-container h1{margin:0 0 2rem;color:#df9c20}.confirmation-container h2{margin:0}.confirmation-container p{margin:2rem;font-size:1.3rem}.confirmation-container .image{margin-top:2rem;margin-bottom:2rem;max-width:400px}.confirmation-form{display:grid;justify-items:center}.confirmation-form .field-label{margin:0}.agricultural-products{display:flex;column-gap:1rem}.box{display:grid;place-items:center;text-align:center;border:1px solid #73858c;border-radius:3px;padding:1rem;width:100%}.text{font-size:1rem}.text-total{border-top:1px solid #73858c;width:100%}.text.size-one{font-size:1rem}.size-one-point-three{font-size:1.3rem;line-height:1.3rem}.text.size-two{font-size:2rem;line-height:2rem}.text.size-three{font-size:3rem;line-height:3rem}.communication-facility{display:flex;column-gap:1rem}.dashboard-content{display:flex;flex-wrap:wrap}.dashboard-item{width:100%;margin-bottom:1rem;padding:1rem}.dashboard-item-header{margin-bottom:1rem}.dashboard-item-footer{margin-top:1rem;text-align:right}.dashboard-toolbar-container{display:grid;grid-template-columns:auto auto}.dashboard-toolbar{display:flex;column-gap:1rem;margin-bottom:1rem}.dashboard-toolbar-button{justify-self:right;align-self:center}.family-income{display:flex;column-gap:1rem}.family-planning-method{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:auto auto;column-gap:1rem;row-gap:1rem}.fish-pond{display:flex;column-gap:1rem}.garbage-disposal{display:flex;column-gap:1rem}.house-light{display:flex;column-gap:1rem}.housing-unit{display:grid;column-gap:1rem;row-gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:auto auto}.housing-unit-owned{grid-column:1 / 3}.land-owned{display:flex;column-gap:1rem}.land-unowned{display:flex;column-gap:1rem}.livestock{display:flex;column-gap:1rem}.poultry{display:flex;column-gap:1rem}.source-income{display:flex;column-gap:1rem}.toilet{display:flex;column-gap:1rem}.total-family-profile{display:flex;column-gap:1rem}.transportation-facility{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto auto;row-gap:1rem;column-gap:1rem}.water-supply{display:flex;column-gap:1rem}.actual-population{display:flex;column-gap:1rem}.age-structure{display:flex;gap:1rem}.blood-type{display:flex;flex-direction:column;row-gap:1rem}.blood-type-box{display:flex;column-gap:1rem}.blood-type-box>*{width:100%}.family-head{display:flex;column-gap:1rem}.health-case{display:flex;column-gap:1rem}.household-head{display:flex;column-gap:1rem}.indigenous-people{display:flex;column-gap:1rem}.marital-status{display:flex;column-gap:1rem}.pregnancy-lactation{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;column-gap:1rem;row-gap:1rem}.preschool-weight{display:flex;column-gap:1rem}.school-youth{display:flex;column-gap:1rem}.socio-civics{display:flex;column-gap:1rem}.search-box.hidden{height:0;opacity:0;padding-bottom:0;transform:scaleY(0);transform-origin:top;transition:.3s ease}.search-box.display{height:auto;opacity:1;border-bottom:1px solid hsla(197,10%,50%,1);transform:scaleY(1);transform-origin:top;transition:.3s ease}.table-custom{text-align:center;width:100%}.table-custom tr{border-bottom:1px solid hsla(197,10%,50%,1);transition:all .3s ease}.table-custom tbody tr:hover{background-color:#2e3538;color:#df9c20;cursor:pointer}.table-custom.table-custom-off-hover tbody tr:hover{background-color:inherit;color:inherit;cursor:default}.empty-table{display:grid;justify-content:center;padding-top:2rem;padding-bottom:2rem}.empty-table img{max-width:300px;margin-bottom:1rem}.empty-table p{text-align:center}.table-footer{display:grid;grid-template-columns:auto 1fr auto auto auto;width:100%;height:100%;margin-bottom:2rem}.table-footer-desc{align-self:center;width:100%;text-align:center}.table-footer .select select{align-self:center;height:100%}.table-toolbar{display:flex;width:100%}.table-toolbar-search{width:100%}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.sider{display:grid;grid-template-columns:270px 1fr}.sider-content{margin:1rem}.logo-seal{position:fixed;top:1rem;left:1rem;width:.8rem;transition:all .5s ease;z-index:999}.logo-seal:hover{width:240px}.panel{padding:1rem;height:100vh;position:sticky;top:0;overflow-x:auto;background-color:#22282a}.panel-label{margin-left:1.2rem;font-size:.8rem;line-height:.8rem}.panel-title{margin-bottom:1rem}.panel-section{margin-bottom:2rem}.panel-header{margin-bottom:2rem}.panel-header-title{border-bottom:1px solid #bbbbbb}.panel-header-label{font-size:.8rem}.panel-link{display:block;font-size:1.2rem;color:#fff;text-decoration:none;transition:all .3s ease}.panel-link svg{margin-bottom:.25rem}.panel-link:hover,.panel-link:visited{background-color:#df9c20;padding:0 1rem;cursor:pointer}.panel-link.active{background-color:#df9c20;padding:0 1rem}.panel-header-title .panel-link{font-size:1rem}.panel-section-label{font-size:.8rem}.sign-in-container{height:100vh;display:grid;place-content:center}.sign-in-content{display:grid;grid-template-columns:1fr 1fr;column-gap:5rem;padding-top:2rem;padding-bottom:2rem;width:100vw}.sign-in-image{justify-self:end;width:400px}.sign-in-form{align-self:center}.sign-in-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.sign-in-label{font-size:.9rem}.sign-in-email,.sign-in-passwword{margin-bottom:.5rem}.sign-in-button{margin-top:2rem}.sign-in-note{max-width:15rem;font-size:.9rem;margin-top:1rem;margin-bottom:1rem}.tabs{display:grid}.tabs-content{display:flex;flex-direction:row;margin-bottom:1rem;border-bottom:1px solid hsla(197,10%,50%,1)}.tabs-item{display:block;padding:.4rem 1.5rem .2rem;color:#fff;text-decoration:none;transition:background-color .3s ease}.tabs-item:hover,.tabs-item:visited{background-color:#df9c20;cursor:pointer}.tabs-item.active{border-bottom:.2rem solid hsla(39,75%,50%,1)}
