@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;900&display=swap);.Utils .Navigation{animation:slide 1s;background-color:#028e37cc;display:grid;grid-template-rows:auto 1fr;height:100%;min-width:200px;width:fit-content}.Utils .Navigation .div1{border:none;height:100%;overflow-y:auto}.Utils .Navigation .div1 .NavLink{grid-gap:1em;cursor:pointer;display:grid;gap:1em;grid-template-columns:auto 1fr;height:100%;padding:2px 10px}.Utils .Navigation .div1 .NavLink i{color:#fff;height:24px;line-height:24px}.Utils .Navigation .div1 .NavLink p{color:#fff;font-size:small}.Utils .Navigation .div1 .NavGroup{padding:5px 10px 5px 1em}.Utils .Navigation .div1 .NavGroup .item{grid-gap:10px;color:#fff;cursor:pointer;display:grid;gap:10px;grid-template-columns:1fr auto}.Utils .Navigation .div1 .NavGroup .item h3{font-size:medium;font-weight:400}.Utils .Navigation .div2{margin-top:auto}.Utils .Navigation .div2 .logout{grid-gap:1em;color:#ffa726;cursor:pointer;display:grid;gap:1em;grid-template-columns:auto 1fr;margin:5px 1em 5px auto;width:fit-content}.Utils .Navigation .div2 .logout img{height:24px;width:24px}.Utils .Navigation .div2 p{color:#fff;font-size:small;padding:1em;text-align:center}.Utils .Navigation .div2 a{color:#ffa726;text-decoration:none}@media only screen and (min-width:0px)and (max-width:600px){.Utils .Navigation{background-color:#028e37;left:0;position:absolute;top:0;z-index:10000}}@media only screen and (min-width:600px)and (max-width:1024px){.Utils .Navigation{background-color:#028e37;left:0;position:absolute;top:0;z-index:10000}}.Utils .hideNav{align-items:center;background-color:#061e06;display:flex;height:fit-content;height:64px;width:fit-content}.Utils .hideNav i{color:#fff;cursor:pointer;margin-left:10px}.Utils .hideNav i:hover{color:#ffa726;cursor:pointer;margin-left:10px}.Utils .select{margin:5px auto;max-width:200px;width:100%}.Utils .select label{display:block}.Utils .select select{background-color:#0000;border:none;border-bottom:1px solid rgba(96,96,96,.251);color:#028e37;outline:none;padding:8px;width:100%}.Utils .selector{align-content:center;align-items:center;background-color:#f6fafd;justify-content:center;margin:auto;padding:1em 0}.Utils .selector .thisSelector{background:#f6fafd;border:none;color:#028e37;display:block;margin:auto;outline:none;width:25%}.Utils .input{margin:5px auto;max-width:200px;width:100%}.Utils .input label{display:block}.Utils .input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.Utils .input input{background-color:#0000;border:none;border-bottom:1px solid rgba(96,96,96,.251);color:#028e37;outline:none;padding:8px;width:100%}.Utils .descriptionBox{background-color:#fff;border-radius:10px;border-radius:5px;box-shadow:1px 1px 5px rgba(96,96,96,.188);margin:auto;text-align:center;width:70%}.Utils .descriptionBox .text{color:#028e37;margin:auto;padding-bottom:.4em;padding-top:.3em;width:90%}.Utils .descriptionBox .text h6{font-size:medium;margin-bottom:.3em}.buttonRegister{margin:10px auto;max-width:300px;width:30%}.buttonRegister button{background-color:#061e06;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:1em auto;padding:8px;width:100%}.buttonRegister button:hover{background-color:#fff;border:1px solid #061e06;color:#061e06;font-weight:700}button{margin:6px}.sr-only{display:none}html{height:100%;scroll-behavior:smooth;width:100%}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f6fafd;display:table;height:100%;position:relative;width:100%}h1,h2,h3,h4,h5,h6{font-family:Inter}h4{user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}p{font-family:Inter}.header{background-color:#028e37;color:#fff;display:grid;grid-template-columns:auto 1fr;padding:10px;width:100%}.header .fa-bars{display:none}.header .fa{cursor:pointer}.header .fa:hover{color:#ffa726}.header .right{grid-gap:8px;display:grid;gap:8px;grid-template-columns:auto auto auto;margin-left:auto;width:fit-content}@media only screen and (min-width:0px)and (max-width:600px){.header .fa-bars{display:flex}}@media only screen and (min-width:600px)and (max-width:1024px){.header{grid-template-columns:1fr}.header .fa-bars{display:flex}}.cursor{cursor:pointer}.mobheader{animation:slide 2s ease-in-out;background-color:#fff;bottom:0;height:100%;left:0;overflow-y:auto;padding:1em;position:fixed;right:0;top:0;width:100%;z-index:999999}.mobheader .fa-times{color:#028e37;cursor:pointer;position:absolute;right:1em;top:1em}.mobheader h1{color:#028e37;margin:1em 0;text-align:center}.mobheader hr{color:rgba(96,96,96,.188);margin:10px 0}.mobheader img{display:block;margin:0 auto;max-width:70vw;object-fit:contain;width:100%}.mobheader .item{grid-gap:10px;cursor:pointer;display:grid;gap:10px;grid-template-columns:20px auto;height:fit-content!important;padding:10px 1em!important}.mobheader .item *{color:#028e37;display:grid;font-size:small;margin:auto 0}.mobheader .item .fa{display:grid;font-size:large;margin:auto}.mobheader .active-item{grid-gap:10px;background-color:#028e37;border-radius:5px;cursor:pointer;display:grid;gap:10px;grid-template-columns:20px auto;height:fit-content!important;margin:1em 0;padding:10px 1em!important}.mobheader .active-item *{color:#fff;display:grid;font-size:medium;margin:auto 0}.mobheader .active-item .fa{display:grid;font-size:large;margin:auto}.mobheader a{color:gray;cursor:pointer;display:block;font-size:small;padding:4px 4em;text-decoration:none}@media only screen and (min-width:600px)and (max-width:1024px){.mobheader{width:60%}}@keyframes slide{0%{left:-100%}50%{left:0}}@keyframes slide-out{0%{left:0}50%{left:-100%}}.navigation{background-color:#fff;height:100%;overflow-y:auto}.navigation .logo{color:#061e06;padding:1em 10px 0;text-align:center}.navigation .logo h3{font-size:medium;margin:10px 0}.navigation .logo img{display:block;margin:0 auto 10px;max-width:70px;width:100%}.navigation .active-item{grid-gap:10px;background-color:#028e37;border-radius:0 24px 24px 0;color:#fff;cursor:pointer;display:grid;gap:10px;grid-template-columns:auto 1fr auto;height:fit-content!important;padding:10px 1em!important}.navigation .active-item *{display:grid;font-size:small;margin:auto 0}.navigation .active-item .fa,.navigation .active-item p{color:#fff}.navigation .item{grid-gap:10px;cursor:pointer;display:grid;gap:10px;grid-template-columns:auto 1fr auto;height:fit-content!important;padding:10px 1em!important}.navigation .item *{color:#028e37;display:grid;font-size:small;margin:auto 0}.navigation .item .fa{display:grid;font-size:large;margin:auto}.navigation a{color:gray;cursor:pointer;display:block;font-size:small;padding:4px 4em;text-decoration:none}@media only screen and (min-width:0px)and (max-width:600px){.navigation{display:none}.navigation a{padding:4px 1em!important}}@media only screen and (min-width:600px)and (max-width:1024px){.navigation a{padding:4px 1em!important}}.div2equal{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}@media only screen and (min-width:0px)and (max-width:600px){.div2equal{display:block!important}}.div3equal{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.input-container{margin-bottom:1em;position:relative;width:100%}.input-container .label{color:#061e06;font-weight:400;left:10px;position:absolute;top:50%;transform:translateY(-50%);transition:top .3s,font-size .3s,color .3s}.input-container .label.up{background-color:#f6fafd;border:1px solid #061e06;border-radius:2px;color:#028e37;font-size:small;padding:1px 12px;top:0}.input-container input,.input-container textarea{background-color:#f6fafd;border:1px solid #061e06;border-radius:4px;outline:none;padding:10px;transition:border-color .3s;width:100%}.input-container.focused input,.input-container.focused textarea{border-color:#061e06}.select{margin-bottom:1em;position:relative;width:100%}.select .label{color:#061e06;left:10px;position:absolute;top:50%;transform:translateY(-50%);transition:top .3s,font-size .3s,color .3s}.select .label.up{background-color:#fff;border:1px solid #061e06;border-radius:2px;color:#028e37;font-size:small;padding:1px 16px;top:0}.select select{background-color:#f6fafd;border:1px solid #061e06;border-radius:4px;outline:none;padding:10px;transition:border-color .3s;width:100%}.select.focused select{border-color:#061e06}.cpagination{display:flex;gap:10px;margin:10px auto;width:fit-content}.cpagination p{height:24px}.cpagination h5,.cpagination p{background-color:#061e06;border-radius:5px;color:#fff!important;cursor:pointer;display:block;font-size:small;font-weight:400;line-height:24px!important;margin:auto;min-width:24px;padding:0 4px;text-align:center;width:fit-content!important}.cpagination .active,.cpagination h5:hover{background-color:#ffa726}.cpagination .fa-arrow-left,.cpagination .fa-arrow-right{background-color:#028e37;border-radius:6px;color:#fff;cursor:pointer!important;font-size:small;height:24px!important;line-height:24px!important;text-align:center;width:24px}.cpagination .fa-arrow-left:hover,.cpagination .fa-arrow-right:hover{background-color:#ffa726}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px gray}::-webkit-scrollbar-thumb{background:#061e06;border-radius:10px}.error{display:flex!important;height:30vh!important;justify-items:center!important}.error p{color:gray!important;display:block!important;font-size:large!important;height:fit-content!important;margin:auto!important;text-align:center!important;width:80%!important}.ripple{align-items:center;background-color:#0003;bottom:0;display:flex;left:0;position:absolute;right:0;top:0;z-index:99999}.ripple .container{margin:auto;width:fit-content}.ripple .lds-ripple{display:inline-block;height:80px;position:relative;width:80px}.ripple .lds-ripple div{animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;border:4px solid #fff;border-radius:50%;opacity:1;position:absolute}.ripple .lds-ripple div:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{height:0;left:36px;opacity:0;top:36px;width:0}4.9%{height:0;left:36px;opacity:0;top:36px;width:0}5%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}.loading{align-items:center;background-color:#0000;bottom:0;display:flex;height:100%;justify-items:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:99999999}.loading .wrap{height:fit-content;margin:auto;width:fit-content}.loading .wrap .lds-roller{display:inline-block;height:80px;position:relative;width:80px}.loading .wrap .lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.loading .wrap .lds-roller div:after{background:#29b6f6;border-radius:50%;content:" ";display:block;height:7px;margin:-4px 0 0 -4px;position:absolute;width:7px}.loading .wrap .lds-roller div:first-child{animation-delay:-36ms}.loading .wrap .lds-roller div:first-child:after{left:63px;top:63px}.loading .wrap .lds-roller div:nth-child(2){animation-delay:-72ms}.loading .wrap .lds-roller div:nth-child(2):after{left:56px;top:68px}.loading .wrap .lds-roller div:nth-child(3){animation-delay:-.108s}.loading .wrap .lds-roller div:nth-child(3):after{left:48px;top:71px}.loading .wrap .lds-roller div:nth-child(4){animation-delay:-.144s}.loading .wrap .lds-roller div:nth-child(4):after{left:40px;top:72px}.loading .wrap .lds-roller div:nth-child(5){animation-delay:-.18s}.loading .wrap .lds-roller div:nth-child(5):after{left:32px;top:71px}.loading .wrap .lds-roller div:nth-child(6){animation-delay:-.216s}.loading .wrap .lds-roller div:nth-child(6):after{left:24px;top:68px}.loading .wrap .lds-roller div:nth-child(7){animation-delay:-.252s}.loading .wrap .lds-roller div:nth-child(7):after{left:17px;top:63px}.loading .wrap .lds-roller div:nth-child(8){animation-delay:-.288s}.loading .wrap .lds-roller div:nth-child(8):after{left:12px;top:56px}@keyframes lds-roller{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.label{background:#fff0;border:0;border-radius:0;box-shadow:0 0 0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.wave_loading{align-items:center;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.wave_loading .wave{animation:wave 1s linear infinite;background:linear-gradient(45deg,#061e06,#028e37);border-radius:20px;height:100px;margin:10px;width:5px}.wave_loading .wave:nth-child(2){animation-delay:.1s}.wave_loading .wave:nth-child(3){animation-delay:.2s}.wave_loading .wave:nth-child(4){animation-delay:.3s}.wave_loading .wave:nth-child(5){animation-delay:.4s}.wave_loading .wave:nth-child(6){animation-delay:.5s}.wave_loading .wave:nth-child(7){animation-delay:.6s}.wave_loading .wave:nth-child(8){animation-delay:.7s}.wave_loading .wave:nth-child(9){animation-delay:.8s}.wave_loading .wave:nth-child(10){animation-delay:.9s}@keyframes wave{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}.report_loading{align-items:center;bottom:0;display:flex;left:0;position:absolute;right:0;top:0}.report_loading .lds-spinner{color:official;display:inline-block;height:50px;margin:auto;position:relative;width:50px}.report_loading .lds-spinner div{animation:lds-spinner 1.2s linear infinite;transform-origin:30px 30px}.report_loading .lds-spinner div:after{background:#fff;border-radius:20%;content:" ";display:block;height:18px;left:23px;position:absolute;top:3px;width:6px}.report_loading .lds-spinner div:first-child{animation-delay:-1.1s;transform:rotate(0deg)}.report_loading .lds-spinner div:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}.report_loading .lds-spinner div:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}.report_loading .lds-spinner div:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}.report_loading .lds-spinner div:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}.report_loading .lds-spinner div:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}.report_loading .lds-spinner div:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}.report_loading .lds-spinner div:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}.report_loading .lds-spinner div:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}.report_loading .lds-spinner div:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}.report_loading .lds-spinner div:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}.report_loading .lds-spinner div:nth-child(12){animation-delay:0s;transform:rotate(330deg)}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}iframe#webpack-dev-server-client-overlay{display:none!important}.gis{height:100vh;overflow:auto;position:relative;width:100%}.gis .model{background-color:#00000080;bottom:0;display:flex;height:100%;position:absolute;top:0;width:100%;z-index:9999}.gis .model .container{background-color:#fff;border-radius:5px;display:block;height:fit-content;margin:auto;max-width:30vw;padding:1em 2em;width:100%}.gis .model .container h3{color:#74465c;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;margin:1em 0;text-align:center}.gis .model .container h4{border-radius:5px;box-shadow:1px 1px 5px rgba(96,96,96,.188);color:#74465c;cursor:pointer;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;margin:12px 0;padding:10px 1em;width:100%}.gis .model .container h4:hover{box-shadow:1px 1px 5px rgba(96,96,96,.439)}.gis .model .container i{margin-right:1em}.gis .model .alert{background-color:#fff;border-radius:5px;display:block;height:fit-content;margin:auto auto 50vh;max-width:30vw;padding:1em 2em;width:fit}.gis .model .alert p{color:#74465c;margin:12px 0}.gis .model .alert h4,.gis .model .alert p{border-radius:5px;box-shadow:1px 1px 5px rgba(96,96,96,.188);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;padding:10px 1em;width:100%}.gis .model .alert h4{background-color:#061e06;color:#fff;cursor:pointer;margin:1em 0 12px;text-align:center}.gis .model .alert h4:hover{background-color:#061e06b3}.gis .search_market{background-color:#ffa726;border-radius:3px;color:#fff;cursor:pointer;font-size:medium;left:10px;padding:8px;position:absolute;top:10px;z-index:9999}.gis .top_panel{background-color:#fff;border:1px solid #ffa726;border-radius:5px;display:none;gap:5px;grid-template-columns:auto auto;left:46px;padding:3px;position:absolute;top:10px;width:fit-content}.gis .top_panel select{border:none;outline:none;padding:4px}.gis .top_panel select *{font-size:small}.gis .BottomPanel{bottom:0;height:fit-content;left:30%;position:absolute;right:30%;z-index:9999}.gis .BottomPanel .opts{background-color:#061e0666;border-radius:5px 5px 0 0;display:grid;grid-template-columns:repeat(3,1fr)}.gis .BottomPanel .opts h4{color:#fff!important;cursor:pointer;font-weight:200!important;height:fit-content;padding:8px 0;text-align:center}.gis .BottomPanel .opts h4:hover{background-color:#ffa726;border-radius:5px;color:#fff!important}.gis .BottomPanel .Popup{animation:zoom 3s ease;background-color:#ffffffe6;border-radius:8px;height:fit-content;max-height:65vh;min-height:40vh;padding:10px 1em;z-index:9999}.gis .BottomPanel .Popup p{font-size:10pt;padding:0 0 5px;text-align:center}.gis .BottomPanel .Popup i{color:#061e06;cursor:pointer;display:block;margin-left:auto;width:fit-content}.gis .BottomPanel .Popup i:hover{color:#ffa726}.gis .BottomPanel .Popup .items{width:100%}.gis .BottomPanel .Popup .items .input{margin:5px auto;max-width:200px;width:100%}.gis .BottomPanel .Popup .items .input label{display:block}.gis .BottomPanel .Popup .items .input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.gis .BottomPanel .Popup .items .input input{background-color:#0000;border:none;border-bottom:1px solid rgba(96,96,96,.251);color:#061e06;outline:none;padding:8px;width:100%}.gis .BottomPanel .Popup .items .aoi{grid-gap:10px;display:grid;gap:10px;grid-template-columns:auto 1fr}.gis .BottomPanel .Popup .items .aoi p{line-height:44px;text-align:left!important}.gis .BottomPanel .Popup .items h3{color:#061e06;padding:8px;text-align:center;width:100%}.gis .BottomPanel .Popup .items h4{font-size:10pt;padding:10px 0;text-align:center}.gis .BottomPanel .Popup .items img{height:44px;object-fit:contain;width:44px}.gis .BottomPanel .Popup .items .imgSelected{border:2px solid #061e06}.gis .BottomPanel .Popup .items .list{padding:1em}.gis .BottomPanel .Popup .items .item{grid-gap:10px;color:#061e06;display:grid;gap:10px;grid-template-columns:auto 1fr;margin:16px 0}@media only screen and (min-width:0px)and (max-width:600px){.gis .BottomPanel{left:17%!important;width:63vw}}.gis .map{position:relative}.gis .map .ol-zoom *,.gis .map .ol-zoom-extent *{background-color:#5889c2}.gis .map .popup{align-items:center;animation:zoom 1s ease;background-color:#00000080;bottom:0;display:flex;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:999999}.gis .map .popup .container{background-color:#fff;border-radius:8px;color:#000;height:fit-content;margin:0 auto;max-height:70vh;max-width:70vw;overflow-y:auto;padding:1em 2em;position:relative;width:fit-content}.gis .map .popup .container h3{font-size:x-large!important;text-align:center}.gis .map .popup .container .fa-times{color:#061e06;cursor:pointer;padding:10px;position:absolute;right:1em;top:10px}.gis .map .popup .container .fa-times:hover{color:#ffa726}.gis .map .popup .container hr{margin-bottom:10px}.gis .map .popup .container i{color:#ffa726;display:block;margin:0 0 0 auto;padding:5px;width:fit-content}.gis .map .popup .container i:hover{color:#061e06}.gis .map .popup .container h3{font-size:medium;padding:0 0 10px}.gis .map .popup .container form textarea{font-size:18px;margin:auto;padding:4px;resize:none;width:100%}.gis .map .popup .container .input-map{margin:10px 0}.gis .map .popup .container .input-map h4{display:block;font-weight:400;margin:10px 0}.gis .map .popup .container .input-map textarea{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.gis .map .popup .container .input-map textarea:focus{border-bottom:2px solid #061e06}.gis .map .popup .container .input-map input{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.gis .map .popup .container .input-map input:focus{border-bottom:2px solid #061e06}.gis .map .popup .container .usrselect{margin:10px 0}.gis .map .popup .container .usrselect h4{display:block;font-weight:400;margin:10px 0}.gis .map .popup .container .usrselect select{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.gis .map .popup .container .usrselect input:focus{border-bottom:2px solid #061e06}.gis .map .popup .container p{font-size:medium;margin:0 0 5px}.gis .map .popup .container p b{color:#74465c;cursor:pointer}.gis .map .popup .container button{background-color:#061e06;border:2px solid rgba(96,96,96,.439);border-left:none;border-right:none;color:#fff;cursor:pointer;display:block;margin:1em auto;padding:12px;width:80%}.gis .map .popup .container button:hover{background-color:#061e06cc}@media only screen and (min-width:0px)and (max-width:600px){.gis .map .popup .container{max-width:85%!important}}@media only screen and (min-width:600px)and (max-width:1024px){.gis .map .popup .container{max-width:85%!important}}.gis .map .download{bottom:13px;display:grid;grid-template-columns:repeat(2,1fr);right:40px}.gis .map .download a{background-color:#5889c2;margin:0 0 0 5px}.gis .map .download a:hover{background-color:#217de6}@media only screen and (min-width:0px)and (max-width:600px){.gis .map .download{right:54px!important}}@media only screen and (min-width:600px)and (max-width:1024px){.gis .map .download{right:54px!important}}.gis .map .analysis{grid-gap:10px;background-color:#fff;border-radius:6px;bottom:10px;box-shadow:2px 2px 10px rgba(96,96,96,.188);color:#061e06;display:grid;font-family:Inter;gap:10px;grid-template-rows:1fr 1fr;left:auto;max-width:fit-content;overflow:hidden;position:absolute;right:10px;text-align:center;top:10px;z-index:9999}.gis .map .analysis .title{box-shadow:1px 1px rgba(96,96,96,.125);display:grid;grid-template-columns:1.5fr .1fr}.gis .map .analysis .title h3{color:#061e06;font-size:small;height:32px;line-height:32px}.gis .map .analysis .title .fa{color:green;cursor:pointer;float:right}.gis .map .analysis .title .fa:hover{color:#028e37}.gis .map .analysis .left{display:grid;grid-template-rows:.5fr .7fr .7fr;height:100%;padding:1em 5px;position:relative}.gis .map .analysis .left .fa-refresh{color:green!important}.gis .map .analysis .left .fa-minus{background-color:green;border-radius:4px;color:#fff;cursor:pointer;padding:6px;position:absolute;right:1em;top:1em}.gis .map .analysis .left .fa-minus:hover{background-color:#061e06}.gis .map .analysis .left .custom-tooltip{background-color:green;border-radius:4px;color:#fff;padding:2px}.gis .map .analysis .left .custom-tooltip *{font-size:small}.gis .map .analysis .left text{font-size:xx-small;text-orientation:upright;white-space:nowrap;z-index:999}.gis .map .analysis .left .l1,.gis .map .analysis .left .l2,.gis .map .analysis .left .l3{height:100%}.gis .map .analysis .left h2{font-size:medium;margin:0 auto 5px;text-align:center}.gis .map .analysis .left p{font-size:small;margin:5px;text-align:center}.gis .map .analysis .left .pies{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.gis .map .analysis .left .pies .chrt div{margin:0 auto}.gis .map .analysis .left .chrt{height:100%;padding-right:1em;position:relative;width:100%}.gis .map .analysis .left .chrt i{color:#fff;cursor:pointer;padding:10px;position:absolute;right:0;top:0}.gis .map .analysis .left .chrt i:hover{color:#ffa726}.gis .map .visualization{left:10px;position:absolute;top:10px;width:fit-content;z-index:9999}.gis .map .visualization select{background-color:#fff;border:1px solid rgba(96,96,96,.188);border-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561'/%3E%3Cstop offset='25%25' stop-color='%23c05c7e'/%3E%3Cstop offset='50%25' stop-color='%23f3826f'/%3E%3Cstop offset='100%25' stop-color='%23ffb961'/%3E%3C/linearGradient%3E%3Cpath d='M1.5 1.5h97v97h-97v-97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388' style='animation:stroke 5s infinite linear'/%3E%3C/svg%3E") 1;border-radius:4px;box-shadow:1px 1px 5px rgba(96,96,96,.188);color:#061e06;cursor:pointer;display:block;font-family:Poppins;font-size:small;font-style:normal;font-weight:400;outline:none;padding:5px;text-align:center;width:100%}.gis .map .analysis_hidden{display:none}.gis .map .expand{background-color:green;border-radius:4px;color:#fff;cursor:pointer;padding:6px;position:absolute;right:10px;top:10px;z-index:99999}.gis .map .expand:hover{background-color:#061e06}.gis .map .expand_hidden{display:none}.gis .map{height:100%;width:100%}.gis .map .map-element{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.gis .map .ol-rotate{border:3px solid #d2bea7cc;bottom:140px;left:auto;padding:0;position:absolute;right:10px;top:auto}.gis .map .ol-rotate *{cursor:pointer;font-size:medium}.gis .map .declutter,.gis .map .ol-rotate *,.gis .map .ol-rotate :hover{background-color:#ffa726}.gis .map .declutter{border-radius:5px;bottom:auto;cursor:pointer;gap:10px;left:42%;padding:7px;position:absolute;right:auto;top:10px}.gis .map .declutter p{color:#fff;text-align:center;width:100%}.gis .map .declutter input{font-size:medium}.gis .map .declutter:hover{background-color:#061e06}.gis .map .ol-zoom{border:3px solid #d2bea7cc;bottom:44px;left:auto;padding:0;position:absolute;right:10px;top:auto}.gis .map .ol-zoom *{cursor:pointer;font-size:medium}.gis .map .ol-zoom *,.gis .map .ol-zoom :hover{background-color:#ffa726}.gis .map .ol-zoom-extent{border:3px solid #d2bea7cc;bottom:10px;height:fit-content;left:auto;padding:0;position:absolute;right:10px;top:auto;width:fit-content}.gis .map .ol-zoom-extent *{background-color:#ffa726;cursor:pointer;font-size:medium}.gis .map .ol-zoom-extent :hover{background-color:#ffa726}.gis .map .ol-scale-line{background-color:#ffa726;bottom:10px;left:45%;position:absolute;right:auto;top:auto}.gis .map .ol-scale-line *{font-size:medium}.gis .map .download{border:3px solid #d2bea7cc;border-radius:3px;bottom:10px;left:auto;position:absolute;right:44px;z-index:9999}.gis .map .download a{border-radius:2px;color:#fff;cursor:pointer;display:block;font-size:small;padding:3px 10px;width:fit-content}.gis .map .download a,.gis .map .download a:hover{background-color:#ffa726}.gis .map .download i{font-size:smaller;margin-right:5px}.gis .map .base_selector{align-items:center;background-color:#ffa726;border:3px solid #d2bea7cc;border-radius:4px;bottom:104px;cursor:pointer;display:flex;left:auto;position:absolute;right:10px;top:auto}.gis .map .base_selector .fa-map{color:#fff;padding:4px 2px}.gis .map .base_selector:hover{background-color:#ffa726}.gis .map .basemap_layers{align-content:center;align-items:center;background-color:#fffc;border:1px solid #ffa726;bottom:0;display:flex;left:0;position:absolute;right:0;top:0;z-index:99999}.gis .map .basemap_layers .cont{display:block;width:100%}.gis .map .basemap_layers h3{color:#ffa726;text-align:center}.gis .map .basemap_layers .fa-close{color:#ffa726;cursor:pointer;display:block;font-size:large;height:fit-content;margin:0 10px 0 auto!important;width:fit-content}.gis .map .basemap_layers .fa-close:hover{color:#74465c}.gis .map .basemap_layers .basemaps{grid-gap:1em;display:grid;gap:1em;grid-template-columns:repeat(2,1fr);padding:1em;width:fit-content}.gis .map .basemap_layers .basemaps p{font-size:small;padding:4px;text-align:center}.gis .map .basemap_layers .basemaps .active{background-color:#fff;border:2px solid #ffa726;border-radius:8px;cursor:pointer;min-width:200px;overflow:hidden}.gis .map .basemap_layers .basemaps .active img{height:200px;max-width:100%;object-fit:cover;width:100%}.gis .map .basemap_layers .basemaps .item{background-color:#fff;border:2px solid #0000;border-radius:8px;cursor:pointer;min-width:200px;overflow:hidden}.gis .map .basemap_layers .basemaps .item img{height:200px;max-width:100%;object-fit:cover;width:100%}.gis .map .basemap_layers .basemaps .item:hover{border:1px solid #ffa726}.gis .map .select{margin:5px auto;width:100%}.gis .map .select label{color:#000;display:block;font-size:medium}.gis .map .select select{background-color:#0000;border:none;border-bottom:1px solid rgba(96,96,96,.251);color:#ffa726;font-size:small;outline:none;padding:4px;width:100%}.gis .map .items{width:100%}.gis .map .items .link{margin:1em auto;max-width:85%;width:100%}.gis .map .items .link h4{color:#061e06;padding:8px;text-align:center;width:100%}.gis .map .items .link input{background-color:#0000;border:1px solid #061e0680;border-radius:5px;box-shadow:1px 1px 5px rgba(96,96,96,.188);margin:1em 0 0;outline:none;padding:1em;width:100%}.gis .map .items .exp{grid-gap:10px;cursor:pointer;display:grid;gap:10px;grid-template-columns:auto 1fr;min-width:150px;padding:5px 10px 5px 1em;width:fit-content}.gis .map .items .exp img{height:24px;object-fit:contain;width:24px}.gis .map .items .exp p{line-height:24px;text-align:left!important}.gis .map .items .exp:hover{border-radius:5px;box-shadow:1px 1px 5px rgba(96,96,96,.188)}.gis .map .items h3{color:#061e06;padding:8px;text-align:center;width:100%}.gis .map .items h4{font-size:small;padding:10px 0;text-align:center}.gis .map .items img{height:44px;object-fit:contain;width:44px}.gis .map .items .imgSelected{border:2px solid #061e06}.gis .map .items .list{padding:1em}.gis .map .items .item{grid-gap:10px;color:#061e06;display:grid;gap:10px;grid-template-columns:auto 1fr;margin:16px 0}.gis .map .map_panel{background-color:#f6fafd;border:1px solid rgba(96,96,96,.188);border-radius:0 5px 5px 5px;bottom:174px;box-shadow:2px 2px 10px rgba(96,96,96,.188);left:auto;position:absolute;right:10px;top:10px;z-index:99999}.gis .map .map_panel .fa-angle-left,.gis .map .map_panel .fa-angle-right{background-color:#ffa726;border-radius:5px 0 0 5px;color:#fff;cursor:pointer;left:-32px;padding:8px 10px;position:absolute;top:0;width:32px}.gis .map .map_panel .fa-angle-left:hover,.gis .map .map_panel .fa-angle-right:hover{background-color:#ffa726}.gis .map .map_panel .collapsible{background-color:#f6fafd;display:block;overflow:hidden;width:250px}.gis .map .map_panel .collapsible .bar{background-color:#ffa726;border-radius:0 5px 0 0;display:grid;grid-template-columns:repeat(4,1fr)}.gis .map .map_panel .collapsible .bar p{color:#fff;cursor:pointer;font-size:medium!important;padding:8px 10px;text-align:center}.gis .map .map_panel .collapsible .bar p:hover{background-color:#f6fafd;color:#ffa726}.gis .map .map_panel .collapsible .bar .active{background-color:#f6fafd;color:#ffa726;cursor:pointer;font-size:small;padding:8px 10px;text-align:center}.gis .map .map_panel .collapsible .r_layers{padding:1em}.gis .map .map_panel .collapsible .r_layers hr{color:#74465c}.gis .map .map_panel .collapsible .r_layers p{font-size:medium!important}.gis .map .map_panel .collapsible .r_layers h4{color:#ffa726;font-size:medium;margin-bottom:1em}.gis .map .map_panel .collapsible .r_layers h5{font-size:medium;margin:5px 10px 5px 3em}.gis .map .map_panel .collapsible .r_layers .theme{grid-gap:5px;color:#ffa726;display:grid;font-size:small;font-style:italic;gap:5px;grid-template-columns:auto 1fr;margin:5px 10px 5px 4em}.gis .map .map_panel .collapsible .r_layers .theme input{border:none;height:12px;outline:none;width:12px}.gis .map .map_panel .collapsible .r_layers .item{grid-gap:5px;display:grid;font-size:small;gap:5px;grid-template-columns:auto 1fr auto auto auto;margin:10px 0}.gis .map .map_panel .collapsible .r_layers .item .fa-arrows-alt{transform:rotate(45deg)}.gis .map .map_panel .collapsible .r_layers .item .fa{color:#ffa726;cursor:pointer;padding:2px}.gis .map .map_panel .collapsible .r_layers .item .fa:hover{color:#74465c}.gis .map .map_panel .collapsible .items{padding:0 4px}.gis .map .map_panel .collapsible .items h5{color:#061e06;padding:10px 0 5px}.gis .map .legend{background-color:#fffc;border-radius:10px;bottom:30px;left:10px;padding:10px;position:absolute}.gis .map .legend .cwrap{grid-gap:10px;display:grid;font-size:x-small;gap:10px;grid-template-columns:auto 1fr;margin-bottom:3px}.gis .map .legend .cwrap .circle{background-color:aqua;border:2px solid #ff0;border-radius:24px;font-size:x-small;height:16px;line-height:16px;text-align:center;width:16px}.gis .map .legend .rwrap{grid-gap:10px;display:grid;font-size:x-small;gap:10px;grid-template-columns:auto 1fr}.gis .map .legend .rwrap .circle{background-color:green;border:2px solid gray;border-radius:24px;font-size:x-small;height:16px;line-height:16px;text-align:center;width:16px}.gis .map .legend .hwrap{font-size:x-small;gap:10px;width:120px}.gis .map .legend .hwrap .circle{background-image:linear-gradient(90deg,red,green);border:2px solid #ff0;border-radius:24px;font-size:x-small;height:16px;line-height:16px;text-align:center;width:100%}.gis .map .legend .gwrap{grid-gap:10px;display:grid;font-size:x-small;gap:10px;grid-template-columns:auto 1fr}.gis .map .legend .gwrap .male{background-color:blue;margin-bottom:10px}.gis .map .legend .gwrap .female,.gis .map .legend .gwrap .male{border:2px solid #ff0;border-radius:24px;font-size:x-small;height:16px;line-height:16px;text-align:center;width:16px}.gis .map .legend .gwrap .female{background-color:purple}.gis .map .legend .awrap{grid-gap:10px;display:grid;font-size:x-small;gap:10px;grid-template-columns:auto 1fr}.gis .map .legend .awrap .a1{background-color:#0088fe}.gis .map .legend .awrap .a1,.gis .map .legend .awrap .a2{border:2px solid #ff0;border-radius:24px;font-size:x-small;height:16px;line-height:16px;margin-bottom:10px;text-align:center;width:16px}.gis .map .legend .awrap .a2{background-color:#00c49f}.gis .map .legend .awrap .a3{background-color:#ffbb28;border:2px solid #ff0;border-radius:24px;font-size:x-small;height:16px;line-height:16px;text-align:center;width:16px}.gis .map .query{background-color:#f6fafd;border-radius:5px;max-width:250px;width:100%}.gis .map .query .bar{background-color:#ffa726;border-radius:5px 5px 0 0;display:grid;grid-template-columns:repeat(3,1fr)}.gis .map .query .bar p{color:#fff;cursor:pointer;font-size:small;padding:4px 6px!important;text-align:center}.gis .map .query .bar .active,.gis .map .query .bar p:hover{background-color:#f6fafd;border-radius:5px 5px 0 0;color:#ffa726}.gis .map .query .bar .active{cursor:pointer}.gis .map .query .dat_cont{padding:1em}.gis .map .query .basic_styler{padding:10px}.gis .map .query .basic_styler .query{border:1px solid #ffa726!important;border-radius:5px;display:block;font-size:small;height:fit-content!important;margin:auto;outline:none;padding:4px!important;width:100%!important}.gis .map .query .basic_styler button{background-color:#ffa726;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;margin:12px auto 0;min-width:100px;padding:6px 1em}.gis .map .query .basic_styler button .fa{color:#fff}.gis .map .query .basic_styler .buttons{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,auto);margin:5px 0 5px auto;width:fit-content}.gis .map .query .basic_styler .buttons .fa{color:#ffa726;cursor:pointer;font-size:medium;padding:3px}.gis .map .query .basic_styler .buttons .fa:hover{color:#74465c}.gis .map .query .basic_styler input[type=number]{border:1px solid #ffa726!important;border-radius:5px;color:#ffa726!important;min-width:44px;padding:8px 10px!important;text-align:center}.gis .map .query .basic_styler p{color:#ffa726;font-size:small}.gis .map .query .basic_styler .classes{height:100%;max-height:28vh;overflow-y:auto}.gis .map .query .basic_styler .fa{color:#ffa726;padding:3px}.gis .map .query .basic_styler .row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:auto 1fr auto auto;margin:5px 0}.gis .map .query .basic_styler .row input{border:none;cursor:pointer;display:block;height:16px;margin:auto;width:16px}.gis .map .query .basic_styler .row p{display:block;font-size:small;margin:auto;width:100%}.gis .map .query .basic_styler .row select{background-color:#f6fafd;border:1px solid #ffa726;border-radius:3px;color:#ffa726;cursor:pointer;font-size:smaller;padding:3px}.gis .map .query .split{display:grid;grid-template-columns:auto auto!important}.gis .map .query .split input{width:24px}.gis .map .query h3{color:#000;font-size:small;font-weight:500;margin:7px 0 5px}.gis .map .query br{height:1px!important;margin:0;padding:0}.gis .map .query hr{color:#74465c;margin-bottom:8px;margin-top:8px}.gis .map .query .fa-close{color:#ffa726;cursor:pointer;display:block;margin:0 0 0 auto;width:fit-content}.gis .map .query .fa-close:hover{color:#74465c}.gis .popup{align-items:center;animation:zoom 1s ease;background-color:#00000080;bottom:0;display:flex;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:999999}.gis .popup .container{background-color:#fff;border-radius:5px;color:#000;height:fit-content;margin:0 auto;max-height:70vh;max-width:70vw;overflow-y:auto;padding:10px;position:relative;width:100%}.gis .popup .container .bar{background-color:#ffa726;color:#fff;display:grid;grid-template-columns:repeat(5,1fr);padding:0!important}.gis .popup .container .bar p{cursor:pointer;margin:0!important;text-align:center}.gis .popup .container .bar .active,.gis .popup .container .bar p:hover{background-color:wheat;color:#ffa726}@media only screen and (min-width:0px)and (max-width:600px){.gis .popup .container .bar{grid-template-columns:repeat(2,1fr)!important}}@media only screen and (min-width:600px)and (max-width:1024px){.gis .popup .container .bar{grid-template-columns:repeat(3,1fr)!important}}.gis .popup .container .content{min-height:30vh;position:relative}.gis .popup .container .content .tally{position:absolute;right:0;top:5px}.gis .popup .container .content .tally .active{background-color:#74465c}.gis .popup .container .content .tally p{background-color:#ffa726;border-radius:2px;color:#fff;cursor:pointer;height:32px;text-align:center;width:32px}.gis .popup .container .content .tally p:hover{background-color:#74465c}@media only screen and (min-width:0px)and (max-width:600px){.gis .popup .container .content{display:block!important}.gis .popup .container .content p{word-wrap:break-word!important}}@media only screen and (min-width:600px)and (max-width:1024px){.gis .popup .container .content{display:block!important}.gis .popup .container .content p{word-wrap:break-word!important}}.gis .popup .container .confirm{padding-top:20px;text-align:center}.gis .popup .container .confirm p{width:100%}.gis .popup .container .confirm .success{color:#00b32a}.gis .popup .container .confirm .isError{color:red}.gis .popup .container .confirm button{background-color:#00b32a;border:2px solid rgba(96,96,96,.439);border-left:none;border-right:none;color:#fff;cursor:pointer;display:block;margin:1em auto}.gis .popup .container .confirm button:hover{background-color:#061e06cc}.gis .popup .container .confirm .newMember{background-color:#ffa726;border-radius:4px;box-shadow:1px 1px 5px rgba(96,96,96,.188);color:#fff;cursor:pointer;display:block;font-size:larger;height:fit-content;margin:1em auto 0;padding:6px;text-decoration:none}.gis .popup .container .confirm .newMember:hover{background-color:#061e06}.gis .popup .container .search{padding-top:10px;text-align:center}.gis .popup .container .search input{margin-top:10px}.gis .popup .container .search .search_list{cursor:pointer;margin-top:2px}.gis .popup .container h3{font-size:x-large!important;text-align:center}.gis .popup .container .fa-times{color:#061e06;cursor:pointer;padding:10px;position:absolute;right:1em;top:10px}.gis .popup .container .fa-times:hover{color:#ffa726}.gis .popup .container hr{margin-bottom:10px}.gis .popup .container i{color:#ffa726;display:block;margin:0 0 0 auto;padding:5px;width:fit-content}.gis .popup .container i:hover{color:#061e06}.gis .popup .container h3{font-size:medium;padding:0 0 10px}.gis .popup .container form textarea{font-size:18px;margin:auto;padding:4px;resize:none;width:100%}.gis .popup .container .input-map{margin:10px 0}.gis .popup .container .input-map h4{display:block;font-weight:400;margin:10px 0}.gis .popup .container .input-map textarea{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.gis .popup .container .input-map textarea:focus{border-bottom:2px solid #061e06}.gis .popup .container .input-map input{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.gis .popup .container .input-map input:focus{border-bottom:2px solid #061e06}.gis .popup .container .usrselect{margin:10px 0}.gis .popup .container .usrselect h4{display:block;font-weight:400;margin:10px 0}.gis .popup .container .usrselect select{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.gis .popup .container .usrselect input:focus{border-bottom:2px solid #061e06}.gis .popup .container p{font-size:medium;margin:0 0 5px}.gis .popup .container p b{color:#74465c;cursor:pointer}.gis .popup .container button{background-color:#061e06;border:2px solid rgba(96,96,96,.439);border-left:none;border-right:none;color:#fff;cursor:pointer;display:block;margin:1em auto;padding:12px;width:80%}.gis .popup .container button:hover{background-color:#061e06cc}@media only screen and (min-width:0px)and (max-width:600px){.gis .popup .container{max-width:85%!important}}@media only screen and (min-width:600px)and (max-width:1024px){.gis .popup .container{max-width:85%!important}}.gis .popup .dets{display:grid;grid-template-columns:1fr auto}.gis .popup .dets .fa{color:#ffa726;height:fit-content;margin:auto;padding:5px}.gis .popup .dets .fa:hover{color:#061e06}.gis .popup .content{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(2,1fr)}.gis .popup hr{margin-bottom:10px}.gis .cont{padding:2em}.gis .cont .input-map label{color:#061e06;display:block;font-size:medium;margin:1em 0 10px}.gis .cont .input-map input{background-color:#0000;border:1px solid #061e0680;border-radius:5px;box-shadow:1px 1px 5px rgba(96,96,96,.188);margin:1em 0 0;outline:none;padding:1em;width:100%}.gis .cont .div2equal{gap:2em!important;margin:2em 0}.gis .cont .img{height:15vw;position:relative;width:100%}.gis .cont .img img{border-radius:5px;height:100%;left:0;object-fit:contain;object-position:center;position:absolute;top:0;width:100%}.gis .cont .img input{display:none}.gis .cont .img i{background-color:#ffa726;border-radius:5px;bottom:-20px;cursor:pointer;height:40px;left:45%;line-height:40px;position:absolute;text-align:center;width:40px}.gis .cont .img i:hover{background-color:#061e06;color:#ffa726}@media only screen and (min-width:600px)and (max-width:1024px){.gis .cont .img{height:200px!important}}.gis .cont h3{color:#061e06;font-size:18px;margin:2em auto 10px;max-width:80%}.gis .cont h3,.gis .cont p{display:block;line-height:1.3;text-align:center}.gis .cont p{font-size:14px;margin:10px auto;max-width:60%}@media only screen and (min-width:0px)and (max-width:600px){.gis .download,.gis .legend,.gis .ol-scale-line{display:none}.gis .declutter{left:30%!important}}@media only screen and (min-width:600px)and (max-width:1024px){.gis .download,.gis .legend,.gis .ol-scale-line{display:none}.gis .declutter{left:30%!important}}.gis .zoom_out{animation:zoomout 1s ease}@keyframes zoom{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes zoomout{0%{opacity:1;top:0}to{opacity:0;top:-300px}}.login{align-items:center;background-color:#c9d6ff;background:url(/static/media/lg1.5e0a31d2d0226688af24.jpg);display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw}.login .container{background-color:#fff;border-radius:30px;box-shadow:0 5px 15px #00000059;max-width:768px;min-height:480px;overflow:hidden;position:relative;width:100%}.login .container p{font-size:14px;letter-spacing:.3px;line-height:20px;margin:20px 0}.login .container span{font-size:12px}.login .container a{color:#333;font-size:13px;margin:15px 0 10px;text-decoration:none}.login .container h6{color:#ffa726!important;font-size:small;font-weight:400;height:24px;line-height:24px}.login .container button{background-color:#061e06;border:1px solid #0000;border-radius:8px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.5px;margin-top:10px;padding:10px 45px;text-transform:uppercase}.login .container button.hidden{background-color:#fff;border-color:#fff}.login .container div{transition:opacity .5s ease-in-out}.login .container form{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 40px}.login .container .sign-in{height:100%;left:100%;position:absolute;top:0;transition:left 1s ease-in-out;width:50%}.login .container .sign-in h1{color:#028e37;margin-bottom:1em}.login .container .right-panel{align-items:center;background-color:#061e06;background:linear-gradient(90deg,#061e06,#028e37);border-radius:50px 0 0 50px;color:#fff;display:flex;height:100%;justify-content:center;left:-100%;padding:1em 2em;position:absolute;top:0;transition:left 1s ease-in-out;width:50%}.login .container .right-panel p{margin:1em 0 3em}.login .container .right-panel button{background-color:#0000;border:1px solid #fff;border-radius:5px;cursor:pointer;display:block;margin:auto}.login .container .reset{height:100%;left:-100%;position:absolute;top:0;transition:left 1s ease-in-out;width:50%}.login .container .reset h1{color:#028e37;margin-bottom:1em}.login .container .left-panel{align-items:center;background-color:#061e06;background:linear-gradient(90deg,#061e06,#028e37);border-radius:0 50px 50px 0;color:#fff;display:flex;height:100%;justify-content:center;left:100%;padding:1em 2em;position:absolute;top:0;transition:left 1s ease-in-out;width:50%}.login .container .left-panel p{margin:1em 0 3em}.login .container .left-panel button{background-color:#0000;border:1px solid #fff;border-radius:5px;cursor:pointer;display:block;margin:auto}.details__left{margin-right:20rem}.users{height:100%;width:100%}.users .user-list{display:grid;grid-template-columns:1fr 1fr}.users .list-items{margin:0 1rem 1rem 0}@media only screen and (min-width:0px)and (max-width:600px){.users .list .div31,.users .list .div31 .user-list,.users .list .utp{grid-template-columns:1fr}}@media only screen and (min-width:600px)and (max-width:1024px){.users .list .div31{grid-template-columns:2fr 1fr}.users .list .div31 .user-list,.users .list .utp{grid-template-columns:1fr}}.reports{height:100%;overflow-y:auto!important;padding:1em;width:100%}.reports .bar{background-color:#fff;border-radius:5px 5px 0 0;box-shadow:1px 1px 5px rgba(96,96,96,.188);margin-bottom:1px;z-index:99}.reports .bar .container{display:grid;grid-template-columns:repeat(4,1fr);width:fit-content}.reports .bar .container h4{color:#061e06;cursor:pointer;font-size:small;font-weight:520;padding:10px 1em;text-align:center}.reports .bar .container .active,.reports .bar .container h4:hover{background-color:#feece2;box-shadow:1px 1px 5px rgba(96,96,96,.188);color:#028e37}.reports .list{background-color:#fff;border-radius:5px;padding:1em;position:relative}.reports .list h3{color:#028e37;font-size:small;font-weight:520}.reports .list hr{color:rgba(96,96,96,.188);margin-bottom:1em;margin-top:10px}.reports .list .options{grid-gap:10px;display:grid;gap:10px;grid-template-columns:auto auto;margin:0 0 0 auto;width:fit-content}.reports .list .options .usrselect{margin:0 0 10px}.reports .list .options .usrselect h4{display:block;font-weight:400;margin:0 0 10px}.reports .list .options .usrselect select{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0;outline:none;padding:5px;width:100%}.reports .list .options .usrselect input:focus{border-bottom:2px solid #061e06}.reports .list .dow{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(7,1fr);margin:10px 0}.reports .list .dow h4{background-color:#ffebfe;color:#061e06;font-size:small;font-weight:600;padding:5px;text-align:center}@media only screen and (min-width:0px)and (max-width:600px){.reports .list .dow{display:none!important}}@media only screen and (min-width:600px)and (max-width:1024px){.reports .list .dow{display:none!important}}.reports .list .calendar{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(7,1fr);margin:10px 0}.reports .list .calendar .day{background-color:#ffebfe;border-bottom:3px solid #028e37;border-radius:4px;box-shadow:1px 1px 2px rgba(96,96,96,.188);cursor:pointer;min-height:100px;padding:10px;position:relative}.reports .list .calendar .day .chart{bottom:10px;position:absolute;right:10px}.reports .list .calendar .day i{color:#028e37;font-size:small;padding-right:5px}.reports .list .calendar .day h6{color:gray;font-size:xx-small;font-weight:400;text-align:right}.reports .list .calendar .day h3{color:#061e06;font-size:large}.reports .list .calendar .day p{color:#028e37;font-size:small}.reports .list .calendar .day:hover{box-shadow:1px 1px 5px #028e37}@media only screen and (min-width:0px)and (max-width:600px){.reports .list .calendar{grid-template-columns:repeat(2,1fr)!important}.reports .list .calendar .mob{display:none!important}.reports .list .calendar .chart{bottom:0;right:0}}@media only screen and (min-width:600px)and (max-width:1024px){.reports .list .calendar{grid-template-columns:repeat(4,1fr)!important}.reports .list .calendar .mob{display:none!important}}.reports .list .popup{align-items:center;animation:zoom 1s ease;background-color:#00000080;bottom:0;display:flex;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:999999}.reports .list .popup .container{background-color:#fff;border-radius:8px;color:#000;height:fit-content;margin:0 auto;max-height:90vh;max-width:70vw;min-width:50%;overflow-y:auto;padding:1em 2em;position:relative;width:fit-content}.reports .list .popup .container .rbar{border-bottom:1px solid rgba(96,96,96,.188);border-radius:5px;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:10px;overflow:hidden}.reports .list .popup .container .rbar p{cursor:pointer;font-size:small;padding:5px;text-align:center}.reports .list .popup .container .rbar .active{background-color:#f7e1ae}.reports .list .popup .container .details{border:1px solid rgba(96,96,96,.188);border-radius:5px;box-shadow:1px 1px 2px rgba(96,96,96,.188);padding:10px}.reports .list .popup .container .details h4{color:#061e06;font-size:small;text-align:center}.reports .list .popup .container .details p{font-size:x-small}.reports .list .popup .container .details .section{border-bottom:1px solid rgba(96,96,96,.188);margin-bottom:10px}.reports .list .popup .container .wcontent{min-height:30vh;position:relative}.reports .list .popup .container .wcontent .witem{border:1px solid rgba(96,96,96,.188);border-radius:5px;box-shadow:1px 1px 5px rgba(96,96,96,.188);cursor:pointer;margin-bottom:5px;padding:5px 10px}.reports .list .popup .container .wcontent .witem h4{color:#061e06;font-size:small;text-align:center}.reports .list .popup .container .wcontent .witem p{font-size:x-small}.reports .list .popup .container .wcontent .witem:hover{background-color:#fff!important}.reports .list .popup .container .wcontent .tally{position:absolute;right:0;top:5px}.reports .list .popup .container .wcontent .tally .active{background-color:#74465c}.reports .list .popup .container .wcontent .tally p{background-color:#ffa726;border-radius:2px;color:#fff;cursor:pointer;height:32px;text-align:center;width:32px}.reports .list .popup .container .wcontent .tally p:hover{background-color:#74465c}.reports .list .popup .container h3{font-size:x-large!important;text-align:center}.reports .list .popup .container .fa-times{color:#061e06;cursor:pointer;padding:10px;position:absolute;right:1em;top:10px}.reports .list .popup .container .fa-times:hover{color:#ffa726}.reports .list .popup .container hr{margin-bottom:10px}.reports .list .popup .container i{color:#ffa726;display:block;margin:0 0 0 auto;padding:5px;width:fit-content}.reports .list .popup .container i:hover{color:#061e06}.reports .list .popup .container h3{font-size:medium;padding:0 0 10px}.reports .list .popup .container form textarea{font-size:18px;margin:auto;padding:4px;resize:none;width:100%}.reports .list .popup .container .input-map{margin:10px 0}.reports .list .popup .container .input-map h4{display:block;font-weight:400;margin:10px 0}.reports .list .popup .container .input-map textarea{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.reports .list .popup .container .input-map textarea:focus{border-bottom:2px solid #061e06}.reports .list .popup .container .input-map input{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.reports .list .popup .container .input-map input:focus{border-bottom:2px solid #061e06}.reports .list .popup .container .usrselect{margin:10px 0}.reports .list .popup .container .usrselect h4{display:block;font-weight:400;margin:10px 0}.reports .list .popup .container .usrselect select{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.reports .list .popup .container .usrselect input:focus{border-bottom:2px solid #061e06}.reports .list .popup .container p{font-size:medium;margin:0 0 5px}.reports .list .popup .container p b{color:#74465c;cursor:pointer}.reports .list .popup .container button{background-color:#061e06;border:2px solid rgba(96,96,96,.439);border-left:none;border-right:none;color:#fff;cursor:pointer;display:block;margin:1em auto;padding:12px;width:80%}.reports .list .popup .container button:hover{background-color:#061e06cc}@media only screen and (min-width:0px)and (max-width:600px){.reports .list .popup .container{max-width:85%!important}}@media only screen and (min-width:600px)and (max-width:1024px){.reports .list .popup .container{max-width:85%!important}}.reports .list .popup .dets{display:grid;grid-template-columns:1fr auto}.reports .list .popup .dets .fa{color:#ffa726;height:fit-content;margin:auto;padding:5px}.reports .list .popup .dets .fa:hover{color:#061e06}.reports .list .popup .content{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(2,1fr)}.reports .list .popup hr{margin-bottom:10px}.reports .list .new h6{color:#ff4500;font-size:medium;font-weight:400;text-align:center}.reports .list .new .input-container,.reports .list .new .select{margin-top:10px}.reports .list .new .search{position:relative}.reports .list .new .search .search_list{background-color:#fff;border:1px solid rgba(96,96,96,.188);border-radius:5px;box-shadow:1px 1px 5px rgba(96,96,96,.188);left:0;padding:10px;position:absolute;right:0;top:54px;z-index:1}.reports .list .new .search .search_list p{cursor:pointer;font-size:small;margin-bottom:3px;padding:5px}.reports .list .new .search .search_list p:hover{color:#028e37}.reports .list .new .item{background-color:#fff;border-radius:5px;box-shadow:1px 1px 5px rgba(96,96,96,.188);margin-top:0;padding:10px;position:relative;width:100%}.reports .list .new .item h3,.reports .list .new .item p{font-size:small}.reports .list .new .item .fa-times{position:absolute;right:10px;top:10px}.reports .list .new button{background-color:#061e06;border:2px solid rgba(96,96,96,.439);border-left:none;border-right:none;color:#fff;cursor:pointer;display:block;margin:1em auto;padding:12px;width:80%}.reports .list .new button:hover{background-color:#061e06cc}.reports .list .new .usrinput{margin:10px 0}.reports .list .new .usrinput h4{display:block;font-weight:400;margin:0 0 10px}.reports .list .new .usrinput textarea{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.reports .list .new .usrinput textarea:focus{border-bottom:2px solid #061e06}.reports .list .new .usrinput input{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.reports .list .new .usrinput input:focus{border-bottom:2px solid #061e06}.reports .list .new .usrselect{margin:10px 0}.reports .list .new .usrselect h4{display:block;font-weight:400;margin:0 0 10px}.reports .list .new .usrselect select{background-color:rgba(96,96,96,.188);border:none;border-bottom:2px solid rgba(96,96,96,.439);margin:0 0 10px;outline:none;padding:10px;width:100%}.reports .list .new .usrselect input:focus{border-bottom:2px solid #061e06}.reports .list .map{background-color:#fff;height:78vh;margin-bottom:1em;position:relative;width:100%}.reports .list .map .top{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr auto auto;margin-bottom:10px}.reports .list .map .top .search{height:fit-content;position:relative;width:fit-content}.reports .list .map .top .search i{align-items:center;bottom:0;color:#028e37;display:flex;position:absolute;right:8px;top:0}.reports .list .map .top input{background-color:#feece2;border:1px solid rgba(96,96,96,.188);border-radius:5px;color:#061e06;outline:none;padding:4px 3em 4px 8px;width:100%}.reports .list .map .map-element{border:2px solid rgba(96,96,96,.188);border-radius:10px;box-shadow:1px 1px 5px rgba(96,96,96,.188);height:100%;overflow:hidden;position:relative;width:100%}.reports .list .map .cpopup{align-items:center;animation:zoom 1s ease;background-color:#00000080;bottom:0;display:flex;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:999999}.reports .list .map .cpopup .container{background-color:#fff;border-radius:8px;color:#000;height:fit-content;margin:0 auto;max-height:90vh;max-width:70vw;min-width:50%;overflow-y:auto;padding:1em;position:relative;width:fit-content}.reports .list .map .cpopup .container h3{font-size:large;text-align:left}.reports .list .map .cpopup .container .fa-times{color:#061e06;cursor:pointer;padding:10px;position:absolute;right:1em;top:10px}.reports .list .map .cpopup .container .fa-times:hover{color:#ffa726}.reports .list .map .cpopup .container hr{color:rgba(96,96,96,.188);margin-bottom:5px}.reports .list .map .cpopup .container i{color:#ffa726;display:block;margin:0 0 0 auto;padding:5px;width:fit-content}.reports .list .map .cpopup .container i:hover{color:#061e06}.reports .list .map .cpopup .container h4{color:#028e37;font-size:small;font-weight:500}.reports .list .map .cpopup .container h3{font-size:medium;padding:0 0 10px}.reports .list .map .cpopup .container p{font-size:small!important;margin:0 0 5px}.reports .list .map .cpopup .container p b{color:#061e06;font-weight:520}@media only screen and (min-width:0px)and (max-width:600px){.reports .list .map .cpopup .container{max-width:85%!important}}@media only screen and (min-width:600px)and (max-width:1024px){.reports .list .map .cpopup .container{max-width:85%!important}}.reports .list .map .cpopup .dets{display:grid;grid-template-columns:1fr auto}.reports .list .map .cpopup .dets .fa{color:#ffa726;height:fit-content;margin:auto;padding:5px}.reports .list .map .cpopup .dets .fa:hover{color:#061e06}.reports .list .map .cpopup .content{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(2,1fr)}.reports .list .map .cpopup hr{margin-bottom:10px}.reports .list .myreports .summary{grid-gap:1em;display:grid;gap:1em;grid-template-columns:repeat(5,1fr);margin-bottom:1em}.reports .list .myreports .summary .box{background-color:#fff;box-shadow:1px 1px 3px rgba(96,96,96,.188);height:100%;padding:10px;width:100%}.reports .list .myreports .summary .box .single{grid-gap:10px;display:grid;gap:10px;grid-template-columns:auto 1fr;margin:auto;place-content:center}.reports .list .myreports .summary .box .single .ts{color:#ffa726;display:block;height:44px;margin:auto;width:44px}.reports .list .myreports .summary .box .single h4{color:#028e37;font-size:x-large;font-weight:900;margin-bottom:4px;text-align:right}.reports .list .myreports .summary .box .single p{color:gray;font-size:small;text-align:right}.reports .list .myreports .top{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr auto auto;margin-bottom:10px}.reports .list .myreports .top .search{height:fit-content;position:relative;width:fit-content}.reports .list .myreports .top .search i{align-items:center;bottom:0;color:#028e37;display:flex;position:absolute;right:8px;top:0}.reports .list .myreports .top input{background-color:#feece2;border:1px solid rgba(96,96,96,.188);border-radius:5px;color:#061e06;outline:none;padding:4px 3em 4px 8px;width:100%}.reports .list .myreports .my_list h4{color:#028e37}.reports .list .myreports .my_list p{font-size:small}.reports .list .myreports .my_list .no-data{text-align:center}.reports .list .myreports .item{grid-gap:1em;align-items:center;background-color:#fff;border:1px solid rgba(96,96,96,.188);border-radius:5px;box-shadow:1px 1px 5px rgba(96,96,96,.188);cursor:pointer;display:grid;gap:1em;grid-template-columns:auto 1fr 1fr 1fr 1fr auto;margin:3px 0;overflow-x:auto;padding:8px;width:100%}.reports .list .myreports .item h6{background-color:#feece2;border-radius:5px;color:#028e37;font-size:medium;font-weight:500;padding:10px}.reports .list .myreports .item h4{color:#028e37;font-weight:520}.reports .list .myreports .item p{color:#061e06;font-size:small;margin:4px 0}.reports .list .myreports .item:hover{box-shadow:2px 2px 10px rgba(96,96,96,.439)}@media only screen and (min-width:0px)and (max-width:600px){.reports .list .top{grid-template-columns:1fr!important}.reports .list .div3equal{grid-template-columns:1fr}}.landing{background-color:#f6fafd;height:100%;overflow-y:auto!important;padding:1em;width:100%}.landing__heading{margin-bottom:1rem}.landing__heading__text{font-size:1.5em;font-weight:600}.landing__heading--icon{background-color:#fff;border-radius:5px;color:#ffa726;cursor:pointer;font-size:1.5em}.landing__heading--icon:hover{color:#061e06}.landing__title{display:flex;justify-content:flex-start;margin-bottom:1rem}.landing__title--bar{background-color:#ffa726;margin-right:1rem;width:2%}:host,:root{--ol-background-color:#fff;--ol-accent-background-color:#f5f5f5;--ol-subtle-background-color:#80808040;--ol-partial-background-color:#ffffffbf;--ol-foreground-color:#333;--ol-subtle-foreground-color:#666;--ol-brand-color:#0af}.ol-box{background-color:#ffffffbf;background-color:var(--ol-partial-background-color);border:1.5px solid #fff;border:1.5px solid var(--ol-background-color);border-radius:2px;box-sizing:border-box}.ol-mouse-position{position:absolute;right:8px;top:8px}.ol-scale-line{background:#ffffffbf;background:var(--ol-partial-background-color);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #666;border:1px solid var(--ol-subtle-foreground-color);border-top:none;color:#333;color:var(--ol-foreground-color);font-size:10px;margin:1px;text-align:center;transition:all .25s;will-change:contents,width}.ol-scale-bar{bottom:8px;left:8px;position:absolute}.ol-scale-bar-inner{display:flex}.ol-scale-step-marker{background-color:#333;background-color:var(--ol-foreground-color);float:right;height:15px;width:1px;z-index:10}.ol-scale-step-text{bottom:-5px;font-size:10px;z-index:11}.ol-scale-step-text,.ol-scale-text{color:#333;color:var(--ol-foreground-color);position:absolute;text-shadow:-1.5px 0 #ffffffbf,0 1.5px #ffffffbf,1.5px 0 #ffffffbf,0 -1.5px #ffffffbf;text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-text{bottom:25px;font-size:12px;text-align:center}.ol-scale-singlebar{border:1px solid #333;border:1px solid var(--ol-foreground-color);box-sizing:border-box;height:10px;position:relative;z-index:9}.ol-scale-singlebar-even{background-color:#666;background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd{background-color:#fff;background-color:var(--ol-background-color)}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ol-viewport canvas{all:unset;overflow:hidden}.ol-viewport{touch-action:pan-x pan-y}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ol-grabbing{cursor:grabbing}.ol-grab{cursor:move;cursor:grab}.ol-control{background-color:#80808040;background-color:var(--ol-subtle-background-color);border-radius:4px;position:absolute}.ol-zoom{left:.5em;top:.5em}.ol-rotate{right:.5em;top:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;transition:opacity .25s linear,visibility 0s linear .25s;visibility:hidden}.ol-zoom-extent{left:.5em;top:4.643em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{background-color:#fff;background-color:var(--ol-background-color);border:none;border-radius:2px;color:#666;color:var(--ol-subtle-foreground-color);display:block;font-size:inherit;font-weight:700;height:1.375em;line-height:.4em;margin:1px;padding:0;text-align:center;text-decoration:none;width:1.375em}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{color:#333;color:var(--ol-foreground-color);outline:1px solid #666;outline:1px solid var(--ol-subtle-foreground-color);text-decoration:none}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{align-items:center;bottom:.5em;display:flex;flex-flow:row-reverse;max-width:calc(100% - 1.3em);right:.5em;text-align:right}.ol-attribution a{color:#666;color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul{color:#333;color:var(--ol-foreground-color);font-size:12px;margin:0;padding:1px .5em;text-shadow:0 0 2px #fff;text-shadow:0 0 2px var(--ol-background-color)}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button{flex-shrink:0}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:#ffffffbf;background:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible{border-radius:4px 0 0;bottom:0;right:0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{height:200px;left:.5em;top:4.5em}.ol-zoomslider button{height:10px;position:relative}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{bottom:.5em;left:.5em}.ol-overviewmap.ol-uncollapsible{border-radius:0 4px 0 0;bottom:0;left:0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #666;border:1px solid var(--ol-subtle-foreground-color);height:150px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:0;left:0;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:#80808040;background:var(--ol-subtle-background-color)}.ol-overviewmap-box{border:1.5px dotted #666;border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}
/*# sourceMappingURL=main.75c41358.css.map*/