@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;900&display=swap";.Utils .Navigation{background-color:#028e37cc;min-width:200px;height:100%;width:fit-content;display:grid;grid-template-rows:auto 1fr;animation:1s slide}@keyframes slide{0%{margin-left:-100%}to{margin-left:0%}}.Utils .Navigation .div1{border:none;height:100%;overflow-y:auto}.Utils .Navigation .div1 .NavLink{display:grid;grid-template-columns:auto 1fr;gap:1em;padding:2px 10px;cursor:pointer;height:100%}.Utils .Navigation .div1 .NavLink i{color:#fff;line-height:24px;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{color:#fff;display:grid;grid-template-columns:1fr auto;gap:10px;cursor:pointer}.Utils .Navigation .div1 .NavGroup .item h3{font-size:medium;font-weight:400}.Utils .Navigation .div2{margin-top:auto}.Utils .Navigation .div2 .logout{width:fit-content;display:grid;grid-template-columns:auto 1fr;gap:1em;color:#ffa726;margin:5px 1em 5px auto;cursor:pointer}.Utils .Navigation .div2 .logout img{height:24px;width:24px}.Utils .Navigation .div2 p{color:#fff;text-align:center;padding:1em;font-size:small}.Utils .Navigation .div2 a{color:#ffa726;text-decoration:none}@media only screen and (min-width:0px)and (max-width:600px){.Utils .Navigation{position:absolute;left:0;top:0;z-index:10000;background-color:#028e37}}@media only screen and (min-width:600px)and (max-width:1024px){.Utils .Navigation{position:absolute;left:0;top:0;z-index:10000;background-color:#028e37}}.Utils .hideNav{width:fit-content;height:fit-content;background-color:#061e06;display:flex;align-items:center;height:64px}.Utils .hideNav i{color:#fff;margin-left:10px;cursor:pointer}.Utils .hideNav i:hover{color:#ffa726;margin-left:10px;cursor:pointer}.Utils .select{max-width:200px;width:100%;margin:5px auto}.Utils .select label{display:block}.Utils .select select{width:100%;outline:none;border-top:none;border-left:none;border-right:none;border-bottom:1px solid rgba(96,96,96,.2509803922);padding:8px;background-color:transparent;color:#028e37}.Utils .selector{background-color:#f6fafd;padding:1em 0;align-items:center;justify-content:center;align-content:center;margin:auto}.Utils .selector .thisSelector{display:block;margin:auto;width:25%;border:none;outline:none;background:#f6fafd;color:#028e37}.Utils .input{max-width:200px;width:100%;margin:5px auto}.Utils .input label{display:block}.Utils .input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.Utils .input input{width:100%;outline:none;border-top:none;border-left:none;border-right:none;border-bottom:1px solid rgba(96,96,96,.2509803922);padding:8px;background-color:transparent;color:#028e37}.Utils .descriptionBox{background-color:#fff;width:70%;margin:auto;text-align:center;box-shadow:1px 1px 5px #60606030;border-radius:5px}.Utils .descriptionBox .text{width:90%;margin:auto;color:#028e37;padding-bottom:.4em;padding-top:.3em}.Utils .descriptionBox .text h6{font-size:medium;margin-bottom:.3em}.buttonRegister{max-width:300px;width:30%;margin:10px auto}.buttonRegister button{border:none;background-color:#061e06;color:#fff;padding:8px;width:100%;border-radius:5px;cursor:pointer;margin:1em auto}.buttonRegister button:hover{font-weight:700;color:#061e06;background-color:#fff;border:1px solid #061e06}button{margin:6px}.sr-only{display:none}html{scroll-behavior:smooth;height:100%;width:100%}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f6fafd;display:table;height:100%;width:100%;position:relative}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{padding:10px;display:grid;grid-template-columns:auto 1fr;background-color:#028e37;width:100%;color:#fff}.header .fa-bars{display:none}.header .fa{cursor:pointer}.header .fa:hover{color:#ffa726}.header .right{margin-left:auto;width:fit-content;display:grid;grid-template-columns:auto auto auto;gap:8px}@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{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:999999;height:100%;width:100%;padding:1em;overflow-y:auto;animation:slide 2s ease-in-out}.mobheader .fa-times{position:absolute;top:1em;right:1em;color:#028e37;cursor:pointer}.mobheader h1{text-align:center;margin:1em 0;color:#028e37}.mobheader hr{margin:10px 0;color:#60606030}.mobheader img{max-width:70vw;width:100%;object-fit:contain;display:block;margin:0 auto}.mobheader .item{display:grid;grid-template-columns:20px auto;gap:10px;padding:10px 1em!important;cursor:pointer;height:fit-content!important}.mobheader .item *{font-size:small;color:#028e37;display:grid;margin:auto 0}.mobheader .item .fa{font-size:large;display:grid;margin:auto}.mobheader .active-item{display:grid;grid-template-columns:20px auto;gap:10px;padding:10px 1em!important;cursor:pointer;height:fit-content!important;background-color:#028e37;border-radius:5px;margin:1em 0}.mobheader .active-item *{font-size:medium;color:#fff;display:grid;margin:auto 0}.mobheader .active-item .fa{font-size:large;display:grid;margin:auto}.mobheader a{cursor:pointer;padding:4px 4em;display:block;font-size:small;text-decoration:none;color:gray}@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{height:100%;overflow-y:auto;background-color:#fff}.navigation .logo{color:#061e06;text-align:center;padding:1em 10px 0}.navigation .logo h3{margin:10px 0;font-size:medium}.navigation .logo img{max-width:70px;width:100%;display:block;margin:0 auto 10px}.navigation .active-item{display:grid;grid-template-columns:auto 1fr auto;gap:10px;padding:10px 1em!important;cursor:pointer;height:fit-content!important;background-color:#028e37;color:#fff;border-radius:0 24px 24px 0}.navigation .active-item *{font-size:small;display:grid;margin:auto 0}.navigation .active-item p,.navigation .active-item .fa{color:#fff}.navigation .item{display:grid;grid-template-columns:auto 1fr auto;gap:10px;padding:10px 1em!important;cursor:pointer;height:fit-content!important}.navigation .item *{font-size:small;color:#028e37;display:grid;margin:auto 0}.navigation .item .fa{font-size:large;display:grid;margin:auto}.navigation a{cursor:pointer;padding:4px 4em;display:block;font-size:small;text-decoration:none;color:gray}@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{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media only screen and (min-width:0px)and (max-width:600px){.div2equal{display:block!important}}.div3equal{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.input-container{position:relative;margin-bottom:1em;width:100%}.input-container .label{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#061e06;transition:top .3s,font-size .3s,color .3s;font-weight:400}.input-container .label.up{top:0;font-size:small;color:#028e37;padding:1px 12px;background-color:#f6fafd;border-radius:2px;border:1px solid #061e06}.input-container input,.input-container textarea{width:100%;padding:10px;border:1px solid #061e06;outline:none;background-color:#f6fafd;border-radius:4px;transition:border-color .3s}.input-container.focused textarea,.input-container.focused input{border-color:#061e06}.select{position:relative;margin-bottom:1em;width:100%}.select .label{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#061e06;transition:top .3s,font-size .3s,color .3s}.select .label.up{top:0;font-size:small;color:#028e37;padding:1px 16px;background-color:#fff;border:1px solid #061e06;border-radius:2px}.select select{width:100%;padding:10px;border:1px solid #061e06;background-color:#f6fafd;border-radius:4px;outline:none;transition:border-color .3s}.select.focused select{border-color:#061e06}.cpagination{display:flex;gap:10px;width:fit-content;margin:10px auto}.cpagination p{display:block;min-width:24px;height:24px;padding:0 4px;width:fit-content!important;margin:auto;font-weight:400;background-color:#061e06;text-align:center;line-height:24px!important;color:#fff!important;border-radius:5px;font-size:small;cursor:pointer}.cpagination h5{display:block;min-width:24px;padding:0 4px;width:fit-content!important;margin:auto;font-weight:400;background-color:#061e06;text-align:center;line-height:24px!important;color:#fff!important;border-radius:5px;font-size:small;cursor:pointer}.cpagination h5:hover,.cpagination .active{background-color:#ffa726}.cpagination .fa-arrow-right,.cpagination .fa-arrow-left{background-color:#028e37;cursor:pointer!important;font-size:small;border-radius:6px;color:#fff;width:24px;text-align:center;height:24px!important;line-height:24px!important}.cpagination .fa-arrow-right:hover,.cpagination .fa-arrow-left:hover{background-color:#ffa726}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray;border-radius:10px}::-webkit-scrollbar-thumb{background:#061e06;border-radius:10px}.error{height:30vh!important;display:flex!important;justify-items:center!important}.error p{width:80%!important;display:block!important;color:gray!important;text-align:center!important;height:fit-content!important;margin:auto!important;font-size:large!important}.ripple{position:absolute;left:0;top:0;right:0;bottom:0;z-index:99999;background-color:#0003;display:flex;align-items:center}.ripple .container{width:fit-content;margin:auto}.ripple .lds-ripple{display:inline-block;position:relative;width:80px;height:80px}.ripple .lds-ripple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.ripple .lds-ripple div:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.loading{position:fixed;left:0;top:0;bottom:0;right:0;display:flex;align-items:center;justify-items:center;height:100%;width:100%;background-color:#0000;z-index:99999999}.loading .wrap{width:fit-content;height:fit-content;margin:auto}.loading .wrap .lds-roller{display:inline-block;position:relative;width:80px;height: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{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#29b6f6;margin:-4px 0 0 -4px}.loading .wrap .lds-roller div:nth-child(1){animation-delay:-36ms}.loading .wrap .lds-roller div:nth-child(1):after{top:63px;left:63px}.loading .wrap .lds-roller div:nth-child(2){animation-delay:-72ms}.loading .wrap .lds-roller div:nth-child(2):after{top:68px;left:56px}.loading .wrap .lds-roller div:nth-child(3){animation-delay:-.108s}.loading .wrap .lds-roller div:nth-child(3):after{top:71px;left:48px}.loading .wrap .lds-roller div:nth-child(4){animation-delay:-.144s}.loading .wrap .lds-roller div:nth-child(4):after{top:72px;left:40px}.loading .wrap .lds-roller div:nth-child(5){animation-delay:-.18s}.loading .wrap .lds-roller div:nth-child(5):after{top:71px;left:32px}.loading .wrap .lds-roller div:nth-child(6){animation-delay:-.216s}.loading .wrap .lds-roller div:nth-child(6):after{top:68px;left:24px}.loading .wrap .lds-roller div:nth-child(7){animation-delay:-.252s}.loading .wrap .lds-roller div:nth-child(7):after{top:63px;left:17px}.loading .wrap .lds-roller div:nth-child(8){animation-delay:-.288s}.loading .wrap .lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.label{background:#fff0;border:0;border-radius:0;box-shadow:0 0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.wave_loading{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.wave_loading .wave{width:5px;height:100px;background:linear-gradient(45deg,#061e06,#028e37);margin:10px;animation:wave 1s linear infinite;border-radius:20px}.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{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center}.report_loading .lds-spinner{color:official;display:inline-block;position:relative;width:50px;height:50px;margin:auto}.report_loading .lds-spinner div{transform-origin:30px 30px;animation:lds-spinner 1.2s linear infinite}.report_loading .lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:23px;width:6px;height:18px;border-radius:20%;background:#fff}.report_loading .lds-spinner div:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.report_loading .lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.report_loading .lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.report_loading .lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.report_loading .lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.report_loading .lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.report_loading .lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.report_loading .lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.report_loading .lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.report_loading .lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.report_loading .lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.report_loading .lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}iframe#webpack-dev-server-client-overlay{display:none!important}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:-1;transition:background-image 1s ease-in-out}.details__left{margin-right:20rem}.reports{height:100%;width:100%;padding:1em;overflow-y:auto!important}.reports .bar{background-color:#fff;border-radius:5px 5px 0 0;box-shadow:1px 1px 5px #60606030;margin-bottom:1px;z-index:99}.reports .bar .container{display:grid;grid-template-columns:repeat(4,1fr);width:fit-content}.reports .bar .container h4{cursor:pointer;padding:10px 1em;font-weight:520;font-size:small;color:#061e06;text-align:center}.reports .bar .container h4:hover,.reports .bar .container .active{color:#028e37;background-color:#feece2;box-shadow:1px 1px 5px #60606030}.reports .list{background-color:#fff;padding:1em;border-radius:5px;position:relative}.reports .list h3{font-size:small;font-weight:520;color:#028e37}.reports .list hr{color:#60606030;margin-bottom:1em;margin-top:10px}.reports .list .options{width:fit-content;margin:0 0 0 auto;display:grid;grid-template-columns:auto auto;gap:10px}.reports .list .options .usrselect{margin:0 0 10px}.reports .list .options .usrselect h4{display:block;margin:0 0 10px;font-weight:400}.reports .list .options .usrselect select{margin:0;padding:5px;width:100%;background-color:#60606030;border-top:none;border-right:none;border-left:none;outline:none;border-bottom:2px solid rgba(96,96,96,.4392156863)}.reports .list .options .usrselect input:focus{border-bottom:2px solid #061e06}.reports .list .dow{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin:10px 0}.reports .list .dow h4{background-color:#ffebfe;text-align:center;padding:5px;font-size:small;font-weight:600;color:#061e06}@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{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin:10px 0}.reports .list .calendar .day{min-height:100px;background-color:#ffebfe;border-radius:4px;padding:10px;box-shadow:1px 1px 2px #60606030;border-bottom:3px solid #028e37;cursor:pointer;position:relative}.reports .list .calendar .day .chart{position:absolute;right:10px;bottom:10px}.reports .list .calendar .day i{font-size:small;color:#028e37;padding-right:5px}.reports .list .calendar .day h6{font-size:xx-small;color:gray;font-weight:400;text-align:right}.reports .list .calendar .day h3{font-size:large;color:#061e06}.reports .list .calendar .day p{font-size:small;color:#028e37}.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{right:0;bottom: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{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;background-color:#00000080;display:flex;align-items:center;z-index:999999;animation:zoom 1s ease}.reports .list .popup .container{background-color:#fff;border-radius:8px;padding:1em 2em;margin:0 auto;color:#000;max-width:70vw;max-height:90vh;min-width:50%;height:fit-content;overflow-y:auto;width:fit-content;position:relative}.reports .list .popup .container .rbar{display:grid;grid-template-columns:repeat(2,1fr);border-radius:5px;overflow:hidden;border-bottom:1px solid rgba(96,96,96,.1882352941);margin-bottom:10px}.reports .list .popup .container .rbar p{padding:5px;font-size:small;text-align:center;cursor:pointer}.reports .list .popup .container .rbar .active{background-color:#f7e1ae}.reports .list .popup .container .details{box-shadow:1px 1px 2px #60606030;border-radius:5px;padding:10px;border:1px solid rgba(96,96,96,.1882352941)}.reports .list .popup .container .details h4{font-size:small;text-align:center;color:#061e06}.reports .list .popup .container .details p{font-size:x-small}.reports .list .popup .container .details .section{margin-bottom:10px;border-bottom:1px solid rgba(96,96,96,.1882352941)}.reports .list .popup .container .wcontent{position:relative;min-height:30vh}.reports .list .popup .container .wcontent .witem{padding:5px 10px;box-shadow:1px 1px 5px #60606030;border-radius:5px;border:1px solid rgba(96,96,96,.1882352941);margin-bottom:5px;cursor:pointer}.reports .list .popup .container .wcontent .witem h4{font-size:small;text-align:center;color:#061e06}.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;top:5px;right:0}.reports .list .popup .container .wcontent .tally .active{background-color:#74465c}.reports .list .popup .container .wcontent .tally p{background-color:#ffa726;border-radius:2px;cursor:pointer;width:32px;height:32px;text-align:center;color:#fff}.reports .list .popup .container .wcontent .tally p:hover{background-color:#74465c}.reports .list .popup .container h3{text-align:center;font-size:x-large!important}.reports .list .popup .container .fa-times{position:absolute;right:1em;top:10px;padding:10px;cursor:pointer;color:#061e06}.reports .list .popup .container .fa-times:hover{color:#ffa726}.reports .list .popup .container hr{margin-bottom:10px}.reports .list .popup .container i{display:block;width:fit-content;padding:5px;margin:0 0 0 auto;color:#ffa726}.reports .list .popup .container i:hover{color:#061e06}.reports .list .popup .container h3{padding:0 0 10px;font-size:medium}.reports .list .popup .container form textarea{resize:none;width:100%;margin:auto;padding:4px;font-size:18px}.reports .list .popup .container .input-map{margin:10px 0}.reports .list .popup .container .input-map h4{display:block;margin:10px 0;font-weight:400}.reports .list .popup .container .input-map textarea{margin:0 0 10px;padding:10px;width:100%;background-color:#60606030;border-top:none;border-right:none;border-left:none;outline:none;border-bottom:2px solid rgba(96,96,96,.4392156863)}.reports .list .popup .container .input-map textarea:focus{border-bottom:2px solid #061e06}.reports .list .popup .container .input-map input{margin:0 0 10px;padding:10px;width:100%;background-color:#60606030;border-top:none;border-right:none;border-left:none;outline:none;border-bottom:2px solid rgba(96,96,96,.4392156863)}.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;margin:10px 0;font-weight:400}.reports .list .popup .container .usrselect select{margin:0 0 10px;padding:10px;width:100%;background-color:#60606030;border-top:none;border-right:none;border-left:none;outline:none;border-bottom:2px solid rgba(96,96,96,.4392156863)}.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{display:block;margin:1em auto;padding:12px;width:80%;background-color:#061e06;color:#fff;border-top:none;border-right:none;border-left:none;border-bottom:2px solid rgba(96,96,96,.4392156863);border-top:2px solid rgba(96,96,96,.4392156863);cursor:pointer}.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{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}.reports .list .popup hr{margin-bottom:10px}.reports .list .new h6{color:#ff4500;text-align:center;font-weight:400;font-size:medium}.reports .list .new .input-container,.reports .list .new .select{margin-top:10px}.reports .list .new .search{position:relative}.reports .list .new .search .search_list{position:absolute;left:0;right:0;top:54px;padding:10px;border:1px solid rgba(96,96,96,.1882352941);border-radius:5px;box-shadow:1px 1px 5px #60606030;z-index:1;background-color:#fff}.reports .list .new .search .search_list p{font-size:small;padding:5px;cursor:pointer;margin-bottom:3px}.reports .list .new .search .search_list p:hover{color:#028e37}.reports .list .new .item{box-shadow:1px 1px 5px #60606030;background-color:#fff;border-radius:5px;width:100%;position:relative;padding:10px;margin-top:0}.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{display:block;margin:1em auto;padding:12px;width:80%;background-color:#061e06;color:#fff;border-right:none;border-left:none;border-bottom:2px solid rgba(96,96,96,.4392156863);border-top:2px solid rgba(96,96,96,.4392156863);cursor:pointer}.reports .list .new button:hover{background-color:#061e06cc}.reports .list .new .usrinput{margin:10px 0}.reports .list .new .usrinput h4{display:block;margin:0 0 10px;font-weight:400}.reports .list .new .usrinput textarea{margin:0 0 10px;padding:10px;width:100%;background-color:#60606030;border-top:none;border-right:none;border-left:none;outline:none;border-bottom:2px solid rgba(96,96,96,.4392156863)}.reports .list .new .usrinput textarea:focus{border-bottom:2px solid #061e06}.reports .list .new .usrinput input{margin:0 0 10px;padding:10px;width:100%;background-color:#60606030;border-top:none;border-right:none;border-left:none;outline:none;border-bottom:2px solid rgba(96,96,96,.4392156863)}.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;margin:0 0 10px;font-weight:400}.reports .list .new .usrselect select{margin:0 0 10px;padding:10px;width:100%;background-color:#60606030;border-top:none;border-right:none;border-left:none;outline:none;border-bottom:2px solid rgba(96,96,96,.4392156863)}.reports .list .new .usrselect input:focus{border-bottom:2px solid #061e06}.reports .list .map{background-color:#fff;width:100%;height:78vh;margin-bottom:1em;position:relative}.reports .list .map .top{display:grid;grid-template-columns:1fr auto auto;gap:10px;margin-bottom:10px}.reports .list .map .top .search{width:fit-content;position:relative;height:fit-content}.reports .list .map .top .search i{position:absolute;top:0;bottom:0;right:8px;color:#028e37;display:flex;align-items:center}.reports .list .map .top input{padding:4px 3em 4px 8px;background-color:#feece2;border-radius:5px;outline:none;border:1px solid rgba(96,96,96,.1882352941);color:#061e06;width:100%}.reports .list .map .map-element{height:100%;width:100%;border-radius:10px;box-shadow:1px 1px 5px #60606030;overflow:hidden;border:2px solid rgba(96,96,96,.1882352941);position:relative}.reports .list .map .cpopup{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;background-color:#00000080;display:flex;align-items:center;z-index:999999;animation:zoom 1s ease}.reports .list .map .cpopup .container{background-color:#fff;border-radius:8px;padding:1em;margin:0 auto;color:#000;max-width:70vw;max-height:90vh;min-width:50%;height:fit-content;overflow-y:auto;width:fit-content;position:relative}.reports .list .map .cpopup .container h3{text-align:left;font-size:large}.reports .list .map .cpopup .container .fa-times{position:absolute;right:1em;top:10px;padding:10px;cursor:pointer;color:#061e06}.reports .list .map .cpopup .container .fa-times:hover{color:#ffa726}.reports .list .map .cpopup .container hr{margin-bottom:5px;color:#60606030}.reports .list .map .cpopup .container i{display:block;width:fit-content;padding:5px;margin:0 0 0 auto;color:#ffa726}.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{padding:0 0 10px;font-size:medium}.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{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}.reports .list .map .cpopup hr{margin-bottom:10px}.reports .list .myreports .summary{display:grid;grid-template-columns:repeat(5,1fr);gap:1em;margin-bottom:1em}.reports .list .myreports .summary .box{width:100%;height:100%;background-color:#fff;box-shadow:1px 1px 3px #60606030;padding:10px}.reports .list .myreports .summary .box .single{display:grid;grid-template-columns:auto 1fr;place-content:center;gap:10px;margin:auto}.reports .list .myreports .summary .box .single .ts{width:44px;height:44px;color:#ffa726;display:block;margin:auto}.reports .list .myreports .summary .box .single h4{font-size:x-large;font-weight:900;color:#028e37;text-align:right;margin-bottom:4px}.reports .list .myreports .summary .box .single p{font-size:small;color:gray;text-align:right}.reports .list .myreports .top{display:grid;grid-template-columns:1fr auto auto;gap:10px;margin-bottom:10px}.reports .list .myreports .top .search{width:fit-content;position:relative;height:fit-content}.reports .list .myreports .top .search i{position:absolute;top:0;bottom:0;right:8px;color:#028e37;display:flex;align-items:center}.reports .list .myreports .top input{padding:4px 3em 4px 8px;background-color:#feece2;border-radius:5px;outline:none;border:1px solid rgba(96,96,96,.1882352941);color:#061e06;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{margin:3px 0;padding:8px;background-color:#fff;border:1px solid rgba(96,96,96,.1882352941);box-shadow:1px 1px 5px #60606030;border-radius:5px;cursor:pointer;display:grid;grid-template-columns:auto 1fr 1fr 1fr 1fr auto;align-items:center;gap:1em;width:100%;overflow-x:auto}.reports .list .myreports .item h6{padding:10px;background-color:#feece2;border-radius:5px;color:#028e37;font-weight:500;font-size:medium}.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 #60606070}@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{height:100%;width:100%;padding:1em;overflow-y:auto!important;background-color:#f6fafd}.landing__heading{margin-bottom:1rem}.landing__heading__text{font-size:1.5em;font-weight:600}.landing__heading--icon{font-size:1.5em;color:#ffa726;cursor:pointer;background-color:#fff;border-radius:5px}.landing__heading--icon:hover{color:#061e06}.landing__title{display:flex;justify-content:flex-start;margin-bottom:1rem}.landing__title--bar{width:2%;background-color:#ffa726;margin-right:1rem}:root,:host{--ol-background-color: white;--ol-accent-background-color: #F5F5F5;--ol-subtle-background-color: rgba(128, 128, 128, .25);--ol-partial-background-color: rgba(255, 255, 255, .75);--ol-foreground-color: #333333;--ol-subtle-foreground-color: #666666;--ol-brand-color: #00AAFF}.ol-box{box-sizing:border-box;border-radius:2px;border:1.5px solid var(--ol-background-color);background-color:var(--ol-partial-background-color)}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:var(--ol-partial-background-color);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid var(--ol-subtle-foreground-color);border-top:none;color:var(--ol-foreground-color);font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-bar-inner{display:flex}.ol-scale-step-marker{width:1px;height:15px;background-color:var(--ol-foreground-color);float:right;z-index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:10px;z-index:11;color:var(--ol-foreground-color);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{position:absolute;font-size:12px;text-align:center;bottom:25px;color:var(--ol-foreground-color);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-singlebar{position:relative;height:10px;z-index:9;box-sizing:border-box;border:1px solid var(--ol-foreground-color)}.ol-scale-singlebar-even{background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd{background-color:var(--ol-background-color)}.ol-unsupported{display:none}.ol-viewport,.ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.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:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:var(--ol-subtle-background-color);border-radius:4px}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:var(--ol-subtle-foreground-color);font-weight:700;text-decoration:none;font-size:inherit;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:var(--ol-background-color);border:none;border-radius:2px}.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:hover,.ol-control button:focus{text-decoration:none;outline:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em);display:flex;flex-flow:row-reverse;align-items:center}.ol-attribution a{color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul{margin:0;padding:1px .5em;color:var(--ol-foreground-color);text-shadow:0 0 2px var(--ol-background-color);font-size:12px}.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:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{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:var(--ol-subtle-background-color)}.ol-overviewmap-box{border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}.ol-overviewmap .ol-viewport:hover{cursor:pointer}
