body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.Header{text-align:center;justify-content:flex-start;align-items:center;display:flex;background:#21252e;color:#f4a460;height:5vh;padding-left:5px}.Header span{font-family:"Oswald",sans-serif;text-shadow:0 0 3px #080101,0 0 5px #88735b;margin-left:10px;font-size:21pt}.Header .logout{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;width:auto}@media (min-width:768px){.Header .logout{width:75%}}.Header .burger-menu{cursor:pointer;margin-left:auto;margin-right:1rem;display:flex;align-items:center}.Header .burger-menu svg{transition:.2s ease}.Header .burger-menu:hover svg{-webkit-transform:scale(1.1);transform:scale(1.1)}.rotate{display:inline-block;cursor:pointer;-webkit-animation:blinker 10s linear infinite;animation:blinker 10s linear infinite}@-webkit-keyframes blinker{50%{color:red}}@keyframes blinker{50%{color:red}}.marker-popup{min-width:280px;max-width:400px}.marker-popup .marker-form{padding:8px}.marker-popup .type-container{display:flex;justify-content:center;align-items:flex-start;margin-bottom:8px}.marker-popup .type-container .marker-type-name{font-size:16px;font-weight:700}@media (max-width:480px){.marker-popup{min-width:250px;max-width:320px}}.type-container{width:100%;align-items:center;grid-gap:10px;gap:10px;padding:6px 0;margin-bottom:12px}@media (max-width:480px){.type-container{flex-direction:column;grid-gap:8px;gap:8px;align-items:stretch}}.type-container .marker-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;background-color:hsla(0,0%,100%,.9);border:2px solid #e0e0e0;transition:all .2s ease}.type-container .marker-icon svg{width:24px;height:24px}.type-container .marker-icon.selected{border-color:#1976d2;background-color:rgba(25,118,210,.1)}.type-container .marker-type{flex:1 1;min-width:0}.type-container .marker-type .MuiFormControl-root{width:100%}.marker-form{grid-gap:12px;gap:12px;width:100%;box-sizing:border-box}.marker-form .description-field{width:100%;min-height:70px;max-height:70px;height:70px;border-radius:6px;font-family:inherit;font-size:13px;line-height:1.4;resize:none;transition:border-color .2s ease;box-sizing:border-box;overflow-x:hidden;white-space:pre-wrap;word-break:break-word}.marker-form .description-field:focus{outline:none;border-color:#1976d2}.marker-form .description-field:disabled{background-color:#f5f5f5;color:#666;cursor:not-allowed}.marker-form .description-field::-webkit-input-placeholder{color:#999;font-size:12px}.marker-form .description-field:-ms-input-placeholder{color:#999;font-size:12px}.marker-form .description-field::placeholder{color:#999;font-size:12px}.marker-form .file-upload-section{padding:10px;border:2px dashed #e0e0e0;border-radius:6px;background-color:#fafafa;transition:all .2s ease;box-sizing:border-box}.marker-form .file-upload-section:hover{border-color:#1976d2;background-color:rgba(25,118,210,.05)}.marker-form .action-buttons{display:flex;grid-gap:8px;gap:8px;justify-content:flex-end;margin-top:4px}.marker-form .action-buttons .MuiButton-root{min-width:90px;border-radius:6px;text-transform:none;font-weight:500;font-size:12px;padding:6px 12px}@media (max-width:480px){.marker-form .action-buttons .MuiButton-root{min-width:auto}}.MuiInputBase-root{background-color:#fff;border-radius:6px!important}.MuiInputBase-root:hover{background-color:#fafafa}.MuiInputBase-root .MuiSelect-select{padding:10px 12px!important;font-size:13px!important}.MuiInputBase-root .MuiOutlinedInput-notchedOutline{border-color:#e0e0e0!important;border-width:2px!important}.MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#1976d2!important}.MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:#ccc!important}.MuiSelect-icon{width:20px!important;height:20px!important;color:#666!important;transition:-webkit-transform .2s ease!important;transition:transform .2s ease!important;transition:transform .2s ease,-webkit-transform .2s ease!important}.MuiSelect-icon.MuiSelect-iconOpen{-webkit-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.MuiInputLabel-root{font-size:13px!important;color:#666!important}.MuiInputLabel-root.Mui-focused{color:#1976d2!important}.MuiMenuItem-root{padding:8px 12px!important;font-size:13px!important}.MuiMenuItem-root:hover{background-color:rgba(25,118,210,.08)!important}.MuiMenuItem-root.Mui-selected{background-color:rgba(25,118,210,.12)!important}.MuiMenuItem-root.Mui-selected:hover{background-color:rgba(25,118,210,.16)!important}.marker-form>*{width:100%;box-sizing:border-box}textarea.description-field{margin:0;border-collapse:separate;display:block}.action-buttons{width:100%;box-sizing:border-box}.leaflet-popup-content-wrapper{border-radius:12px!important;box-shadow:0 8px 32px rgba(0,0,0,.12)!important;border:1px solid #e0e0e0!important;padding:0!important}.leaflet-popup-content{margin:0!important;padding:16px 18px!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;font-size:14px;line-height:1.5;color:#2e2e2e;width:100%!important;box-sizing:border-box!important;max-height:220px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d0d0d0 transparent}.leaflet-popup-content::-webkit-scrollbar{width:6px}.leaflet-popup-content::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:10px}.leaflet-popup-tip{border-top-color:#e0e0e0!important}.leaflet-popup{margin-bottom:20px!important}.Map{display:flex;text-align:center;justify-content:center;align-items:center;background-color:#0ff;width:70vw}svg{width:30px;height:30px}textarea{padding:3.33333px;height:100px;min-width:246px;width:98%;resize:none}button,textarea{margin-top:15px}.leaflet-popup-content-wrapper{text-align:right!important}.marker-info{display:flex;flex-direction:column}.marker-info .description{color:green}.marker-info .blog-post{background-color:snow}.marker-info div{text-align:left;margin-bottom:10px;color:#1e90ff;cursor:pointer}.marker-info div.images{background-color:silver;max-height:200px;text-align:center;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.marker-info div.images img{width:25%;max-height:30%;margin:5px}section.dropzone{color:#1e90ff;display:flex;justify-content:center;align-items:center;text-align:center;cursor:pointer;border:1px solid silver;border-radius:3px;margin-top:10px;box-shadow:0 1px 1px 1px silver}section.dropzone:hover{background-color:#e8e8e8;box-shadow:0 1px 1px 1px grey}.preview{background-color:#f5f5f5;display:flex;grid-gap:8px;gap:8px;padding:10px;margin-top:10px;border-radius:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.preview::-webkit-scrollbar{height:6px}.preview::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:3px}.preview::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:3px}.preview::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.5)}.preview .delete-image{position:relative;flex-shrink:0;width:75px;height:75px;cursor:pointer;border-radius:6px;overflow:hidden;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}.preview .delete-image:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.preview .delete-image:hover:after{opacity:1}.preview .delete-image:after{content:"×";position:absolute;top:2px;right:2px;width:22px;height:22px;background-color:rgba(255,0,0,.8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;opacity:0;transition:opacity .2s ease;pointer-events:none}.preview .delete-image img{width:100%;height:100%;object-fit:cover;display:block;transition:-webkit-filter .2s ease;transition:filter .2s ease;transition:filter .2s ease,-webkit-filter .2s ease}.preview .delete-image img:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}@media (max-width:768px){.preview{padding:8px;grid-gap:6px;gap:6px}.preview .delete-image{width:65px;height:65px}.preview .delete-image:after{opacity:.7;width:20px;height:20px;font-size:16px}.preview .delete-image:active{-webkit-transform:scale(.95);transform:scale(.95)}}@media (max-width:480px){.preview .delete-image{width:60px;height:60px}}.dropzone{background-color:#f5f5f5;border:2px dashed #ccc;border-radius:8px;padding:20px;margin-top:10px;text-align:center;cursor:pointer;transition:all .3s ease}.dropzone:hover{border-color:#999;background-color:#f5f5f5}.dropzone p{margin:0;color:#666;font-size:14px}@media (max-width:768px){.dropzone{padding:15px}.dropzone p{font-size:13px}}.leaflet-popup-content-wrapper{border:1px solid silver}.leaflet-popup-content{max-height:350px!important}.leaflet-popup-content textarea{max-width:200px}.marker-form{grid-gap:14px;gap:14px;padding:12px 14px;width:260px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#fff;border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,.14)}.marker-form,.type-container{display:flex;flex-direction:column}.type-container{grid-gap:4px;gap:4px}.marker-form .MuiOutlinedInput-root.Mui-disabled{background:#f5f5f7;border-radius:8px;opacity:1!important}.marker-form .MuiInputLabel-root.Mui-disabled{color:#8b8b8b!important}.file-upload-section{width:100%;padding:10px;background:#f8f9fa;border:1px dashed #c8c8c8;border-radius:8px;min-height:60px;display:flex;align-items:center;justify-content:center;color:#777;font-size:13px}.file-upload-section .preview{max-height:80px;max-width:100%;border-radius:6px;overflow:hidden}.action-buttons{display:flex;justify-content:space-between;margin-top:4px}.action-buttons .MuiButton-root{border-radius:8px!important;min-width:90px!important;font-size:13px!important;text-transform:none!important}.action-buttons .MuiButton-root.Mui-disabled{background:#d0d0d0!important;color:#fff!important;opacity:1!important}.action-buttons .MuiButton-outlinedPrimary{border-color:#b0b0b0!important;color:#555!important}.action-buttons .MuiButton-outlinedPrimary:hover{background:#f0f0f0!important}.leaflet-popup-content{overflow:visible!important;max-height:none!important;padding:0!important}.marker-description{max-height:120px;overflow-y:auto;overflow-x:hidden;padding-right:4px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.marker-description::-webkit-scrollbar{width:6px}.marker-description::-webkit-scrollbar-track{background:transparent}.marker-description::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.marker-description::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.marker-description{scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}@media (min-width:768px) and (max-width:2000px){.leaflet-container{width:99%!important}}.leaflet-container a.leaflet-popup-close-button{color:indigo}@media (min-width:0px) and (max-width:1025px){.Map{width:100vw;height:50vh}}.Auth{min-width:250px;max-width:300px;padding:20px;margin-top:-10px}.Auth,.Auth .form{display:flex;text-align:center;justify-content:center;align-items:center}.Auth .header{background-color:#f5f5f5;padding:10px;border:1px solid snow;border-radius:3px;box-shadow:0 1px 1px 1px silver;color:#000;margin:15px}.SideBar{background:#21252e;color:#f5f5f5;width:30vw}.SideBar,.SideBar .coordinates{display:flex;text-align:center;justify-content:center;align-items:center;flex-direction:column}.SideBar .coordinates{width:170;height:200;padding:10;margin:10px}.SideBar .coordinates div{margin:10px}.SideBar input{color:#000!important;width:100px}.SideBar input[type=number]{-moz-appearance:textfield;height:5px}.SideBar input::-webkit-inner-spin-button,.SideBar input::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;-moz-appearance:none}.SideBar label{color:silver;margin-bottom:4px;top:1px;left:10px}.SideBar .control{display:flex;text-align:center;justify-content:center;align-items:center;flex-direction:column;width:100%}.SideBar .MuiOutlinedInput-root{margin-bottom:10px}.SideBar .MuiRadio-root{padding:3px}@media (min-width:320px) and (max-width:2000px){.control{flex-direction:row!important}}@media (min-width:0px) and (max-width:1025px){.SideBar{width:100%}}.Content{display:flex;height:90vh}@media (min-width:0px) and (max-width:1025px){.Content{flex-direction:column}}@use "sass:map";html{background-color:#21252e}.App{text-align:center}.App input{margin:7.5px}.App .close{display:flex;text-align:center;justify-content:center;align-items:center;padding:10px;border:1px solid #000;border-radius:3px;box-shadow:0 1px 1px 1px #000;color:#000;cursor:pointer;width:1px;height:1px;border-radius:50%;background-color:#f4a460;font-size:11pt;margin:-3px -2px 15px auto}.App .close:hover{background-color:#2f4f4f;color:snow;box-shadow:0 1px 1px 1px #dc143c}
/*# sourceMappingURL=main.b7db5cc1.chunk.css.map */