@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap);body{margin:0;padding:0;color:#444655}body,input{font-family:"Poppins",sans-serif}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}.header-container{border-bottom:1px solid #ccc;background-color:#fff;z-index:99;opacity:1}.header,.header-container{width:100%;height:50px;position:fixed;top:0}.header{display:flex;align-items:center;justify-content:space-between;z-index:100;max-width:1440px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header-logo{height:50px;width:50px;cursor:pointer;margin:0 10px}.header-logo-img{width:100%;height:100%}.header-title{font-size:20px;font-weight:600;cursor:pointer}.header-join,.header-profile{height:50px;width:50px;cursor:pointer;margin:0 10px;display:flex;align-items:center;justify-content:center}.header-profile-img{width:80%;height:80%;border-radius:50%;border:1px solid #ccc}.header-profile-img:focus,.header-profile-img:hover{transition:.3s;box-shadow:0 3px 8px rgba(0,0,0,.24)}.header-join{border-radius:4px;margin:0 10px 0 0;width:70px}.header-join-btn{display:flex;align-items:center;justify-content:center;width:100%;font-size:15px;font-weight:550;background-color:rgba(91,140,247,.12941176470588237);border:1px solid #5b8df7;border-radius:3px;padding:5px 10px;cursor:pointer;color:#5b8df7}.header-join-btn:hover{background-color:rgba(91,140,247,.33725490196078434);transition:.3s}.dropdown-content a{color:#444655;padding:12px 16px;text-decoration:none;display:block;font-size:13px}.dropdown-content{display:none;position:absolute;padding:10px 0;border:1px solid #ccc;border-radius:6px;background-color:#fff;min-width:150px;z-index:1;margin-top:290px;margin-right:120px;box-shadow:0 3px 8px rgba(0,0,0,.24)}.dropdown-content a:hover{background-color:rgba(191,210,251,.33725490196078434);transition:.3s}@media screen and (max-width:400px){.header-title{font-size:14px}.header-profile-img{width:30px;height:30px}.header,.header-container,.header-join,.header-logo,.header-profile{height:40px}.header-logo,.header-profile{width:40px;margin:0 10px}.header-join,.header-profile{width:50px;margin-left:0;margin-right:10px}.header-join-btn{font-size:14px;font-weight:600}.dropdown-content{margin-top:280px}}.home-main-container{width:100%;max-width:1440px;margin:0 auto;padding-bottom:10px}.posts-options-selector{padding:0 10px;display:flex;flex-direction:column}.distance-selector{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.distance-selector-label{font-size:14px;font-weight:500}.distance-selector{border:1px solid #444655;background-color:#fff;border-radius:4px;padding:5px;color:#444655;-webkit-appearance:none;appearance:none;text-align:center}.distance-selector:focus,.distance-selector:hover{outline:none;cursor:pointer}.home-posts-container{display:grid;grid-gap:5px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:0;margin:0 auto;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.home-post-author-img{width:30px;height:30px;border-radius:50%;object-fit:cover;margin:5px;border:1px solid #ccc}.author-info{display:flex;margin:0 0 5px;align-items:center}.post-preview-container{z-index:1;position:fixed;display:flex;max-width:1200px;width:80%;margin:10px auto;height:auto;border:1px solid #ccc;box-shadow:0 1px 4px rgba(0,0,0,.16);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;max-height:calc(100% - 50px);overflow:auto;border-radius:4px;top:50px;bottom:auto}.post-preview-close-container{position:fixed;left:97%;top:15px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;margin-top:30px;background-color:#db0b00;border-radius:10%;padding:1px 5px}.preview-close-button{cursor:pointer}.post-preview-img-container{display:flex;justify-content:center;align-items:center;width:60%;margin-right:20px}.post-preview-img{width:100%;height:auto;object-fit:cover}.post-preview-info-container{width:40%;padding:10px;margin:20px 20px 0 0}.preview-profile-pic{width:40px;height:40px;border-radius:50%;margin-left:0}.preview-username{padding-left:5px;font-size:16px;font-weight:600;margin:0}.post-preview-title-container{display:flex;justify-content:space-between;align-items:center}.post-preview-title{font-size:18px;padding:0;margin:5px 0}.post-preview-compensation-container{display:flex;justify-content:space-between;align-items:center}.post-preview-compensation{font-size:18px;font-weight:500;margin:5px 0}.post-preview-description{margin:0 20px 10px 0}.location-description,.post-preview-description{font-weight:400;color:#626371;word-wrap:break-word;padding-right:10px}.location-description{font-size:15px;margin:0 0 10px}.post-preview-location-container{display:flex;justify-content:space-between;align-items:center;height:300px;border-radius:4px}.iframe{display:block;max-width:100%;width:100%;border-radius:1rem;border:1px solid #5b8df7;margin:0 auto}.call-button-container{display:flex;justify-content:center;align-items:center;margin-top:50px}.call-button{border:1px solid #5b8df7;border-radius:4px;padding:10px 20px;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;width:100%;color:#5b8df7;text-align:center;background-color:rgba(91,140,247,.12941176470588237)}.call-button:hover{background-color:rgba(91,140,247,.33725490196078434);transition:all .3s ease}.navigate-map-button-container{position:fixed;bottom:50px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#5b8df7;border-radius:8px;cursor:pointer;padding:5px 10px;transition:all .3s ease}.navigate-map-button-container:hover{-webkit-transform:translateX(-50%) scale(1.1);transform:translateX(-50%) scale(1.1);transition:all .3s ease}.navigate-map-button{display:flex;justify-content:center;align-items:center;text-decoration:none!important}.map-button-text{font-size:14px;color:#fff;margin:8px 10px 8px 8px}@media screen and (max-width:1160px){.post-preview-container{display:inline-block;top:50px;padding:0;width:95%;max-width:100%;overflow-x:hidden;bottom:auto}.post-preview-close-container{left:94%;margin-top:10px}.post-preview-location-container{padding-right:20px}.post-preview-info-container{width:100%;margin-top:0;padding-right:0}.post-preview-img-container{width:100%;margin:0}.post-preview-img{width:100%;height:100%;object-fit:cover}.call-button-container{margin-right:20px;margin-bottom:30px}}@media screen and (max-width:600px){.home-post{width:100%;margin-left:4px;margin-right:4px}.posts-options-selector{padding-left:0}}@media screen and (max-width:930px){.home-posts-container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media screen and (max-width:274px){.home-posts-container{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.post-card{box-sizing:border-box;margin:10px;cursor:pointer;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s;box-shadow:0 1px 4px rgba(0,0,0,.16);border:1px solid #ccc;border-radius:10px;overflow:hidden;transition:all .3s;background-color:#fff}.button-container{display:flex;align-items:right;float:right;justify-content:space-between;margin-right:4px}.delete-button,.update-button{margin:2px}.post-card-img-container{width:100%;height:300px;overflow:hidden}.post-card-img{width:100%;height:100%;object-fit:cover}.post-card:hover{box-shadow:0 1px 4px #5b8df7;transition:all .3s}.post-card-compensation-container,.post-card-distance-container,.post-card-title-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.post-card-compensation,.post-card-distance,.post-card-title{margin:0 0 0 10px}.post-card-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;margin-top:5px}.post-card-compensation,.post-card-title{font-weight:500}.post-card-compensation{font-size:14px}.post-card-distance{font-size:13px;color:#626371;margin-bottom:5px}@media screen and (max-width:600px){.post-card{width:100%;margin:0 0 10px}}.footer{background-color:#f0f0f0;padding:20px}.footer__container{display:block;justify-content:space-between}.footer__item{display:flex;align-items:center}.footer__icon{margin-right:10px;font-size:20px}.footer__icon1,.footer__textp{text-align:right;display:contents}.footer__link{color:#000;text-decoration:none;font-weight:700}.footer__link,.footer__text,footer_textp{font-size:14px}footer_textp{display:block}.login-form-container{max-width:300px;margin:80px auto 40px;padding:20px;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);border-radius:4px}.email,.native-signin,.password{box-sizing:border-box;width:100%;padding:10px;margin:5px 0 15px;outline:none;-webkit-border:1px solid #5b8df7;border:1px solid #5b8df7;border-radius:4px;-webkit-tap-highlight-color:transparent;font-size:14px}.login-form-header{text-align:center;margin-bottom:20px;font-size:18px;font-weight:500}.native-signin{margin-top:20px;border:1px solid #5b8df7;background:rgba(91,140,247,.12941176470588237);color:#5b8df7;cursor:pointer;font-weight:600;-webkit-appearance:none;-webkit-border:1px solid #5b8df7;border-radius:4px;-webkit-tap-highlight-color:transparent;appearance:none}.native-signin:focus,.native-signin:hover{background-color:rgba(91,140,247,.33725490196078434);transition:all .2s ease}.email:focus,.password:focus{background-color:#f6f8ff}.forgot-password{color:#4285f4;cursor:pointer;transition:all .2s ease;margin:0 0 10px;font-size:14px}.login-loading{padding:10px;border-radius:50%;border:2px solid #5b8df7;border-top-color:#fff;width:5px;height:5px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin:10px auto;display:block}.login-break{margin:20px 0;height:1px;background-color:#dadce0;border:none;width:100%}.signup-link-container{font-size:14px}.email-label,.password-label{font-size:14px;font-weight:500;color:#626371}.signup-link{color:#4285f4;cursor:pointer;transition:all .2s ease}.signup-link:hover{color:#1c6ac5}.password:autofill{background:#fff}@media screen and (max-width:600px){.login-form-header{font-size:16px}}.signup-form-container{max-width:300px;padding:20px;margin:80px auto 0;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);border-radius:4px}.email,.google-signin,.name,.native-signup,.password,.username{box-sizing:border-box;width:100%;padding:10px;outline:none;-webkit-border:1px solid #5b8df7;border:1px solid #5b8df7;border-radius:4px;-webkit-tap-highlight-color:transparent;margin:5px 0 15px;font-size:14px}.signup-form-header{text-align:center;margin-bottom:10px;font-size:18px;font-weight:500}.native-signup{margin-top:20px;border:1px solid #5b8df7;background:rgba(91,140,247,.12941176470588237);color:#5b8df7;cursor:pointer;font-weight:600;-webkit-appearance:none;-webkit-border:1px solid #5b8df7;border-radius:4px;-webkit-tap-highlight-color:transparent;appearance:none}.native-signup:focus,.native-signup:hover{background:rgba(91,140,247,.33725490196078434);transition:all .2s ease}.email-label,.name-label,.password-label,.username-label{font-size:14px;font-weight:500;color:#626371}.email:focus,.name:focus,.password:focus,.username:focus{background-color:#f6f8ff}.signup-break{margin:20px 0;height:1px;background-color:#dadce0;border:none;width:100%}.google-signin{margin-top:30px;background:#fff;cursor:pointer;transition:all .3s ease;font-weight:600}.google-signin:hover{background:#d4d3d3}input[type=password]:autofill{background:#fff}.login-link-container{font-size:14px}.login-link{color:#4285f4;cursor:pointer;transition:all .2s ease}.login-link:hover{color:#1c6ac5}.google-loading{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.google-loading,.signup-loading{padding:10px;border-radius:50%;border:2px solid #5b8df7;border-top-color:#fff;width:5px;height:5px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin:10px auto;display:block}@media screen and (max-width:600px){.signup-form-header{font-size:16px}}.profile-info-container{display:flex;flex-direction:column;max-width:1200px;justify-content:left;margin:80px auto}.profile-img-container,.profile-info-name,.profile-info-username{padding-left:20px}.profile-info-name p{padding-left:10px;margin:5px 0 0}.profile-info-username p{padding-left:10px;font-weight:400;font-size:12px;color:#7a7979;margin:2px 0 0}.profile-img{width:100px;height:100px;border-radius:50%;border:1px solid #e6e6e6}.profile-info-posts{display:flex;flex-direction:row;justify-content:left;margin-top:20px;padding-left:20px}.lost-items-header{padding-left:5em;font-size:20px;font-weight:600;margin:0 0 10px}.profile-form-container{max-width:700px;margin:0 auto}.top-profile-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.profile-picture-container{width:100px;height:100px;border-radius:50%;display:block;margin:0 auto 20px}.information-box-container{display:flex;align-items:center;margin-bottom:20px}.lost-header{font-family:"Poppins",sans-serif;font-weight:600;font-size:20px;margin-bottom:20px}.lost-items-container{display:flex;flex-wrap:wrap;justify-content:space-between}.lost-item-box{position:absolute;width:291px;height:260px;width:30%;margin-bottom:20px}.map-container{width:100vw;height:100%;margin-top:50px;position:fixed;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:1;max-width:1440px}.map-marker-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#fff;border:1px solid #444655;border-radius:2px;box-shadow:0 3px 8px rgba(0,0,0,.24);cursor:pointer;z-index:1;padding:0 10px;border-radius:8px;transition:all .3s ease}.map-marker-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .3s ease}.map-marker-popup{width:200px;height:100px;background-color:#fff;border:1px solid #000;border-radius:2px;box-shadow:0 0 1px 1px rgba(0,0,0,.5);padding:10px;z-index:1}.map-popup{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0;z-index:1;max-width:400px}.mapboxgl-popup-content{z-index:1;background-color:transparent;border:none;max-width:300px;width:300px;padding:0 0 80px}.mapboxgl-popup-close-button{position:absolute;top:0;right:0;z-index:1;margin:15px;padding:2px 8px;border-radius:4px;background-color:#db0b00;color:#fff;font-size:20px}.mapboxgl-popup-close-button:focus,.mapboxgl-popup-close-button:hover{outline:none;background-color:#db0b00;color:#fff}.show-list-button-container{position:fixed;bottom:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#5b8df7;border-radius:8px;cursor:pointer;padding:5px 10px;transition:all .3s ease}.show-list-button-container:hover{-webkit-transform:translateX(-50%) scale(1.1);transform:translateX(-50%) scale(1.1);transition:all .3s ease}.show-list-button{display:flex;justify-content:center;align-items:center;text-decoration:none!important}.show-list-text{font-size:14px;color:#fff;margin:8px 10px 8px 8px}.satellite-style{width:30px;height:30px;cursor:pointer;position:absolute;top:0;right:0;z-index:1;margin-top:100px;margin-right:10px;transition:all .3s ease;background-color:#fff;padding-left:2px;padding-right:2px;border-radius:4px}.satellite-style:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .3s ease}.settings-form{margin-top:80px}.post-form,.update-post-form{margin:60px auto}.post-form{width:400px;height:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:20px;border-radius:4px;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.post-form-header{font-weight:500;text-align:center;padding-left:24px}.compensation,.description,.image,.location,.native-post,.phone,.title{box-sizing:border-box;width:100%;padding:10px;margin:5px 0 15px;outline:none;-webkit-border:1px solid #5b8df7;border:1px solid #5b8df7;border-radius:4px;-webkit-tap-highlight-color:transparent;color:#444655}.compensation:focus,.description:focus,.image:focus,.location:focus,.phone:focus,.title:focus{transition:all .2s ease;background-color:#f6f8ff}.close-button{margin-top:5px;float:right;cursor:pointer;color:#5b8df7}.close-button:focus,.close-button:hover{background:#5b8df7;color:#fff;transition:all .2s ease}.compensation-label,.description-label,.error,.image-label,.location-label,.phone-label,.title-label{font-size:13px;font-weight:500;color:#626371}.native-post{margin-top:20px;padding:15px;color:#5b8df7;background-color:rgba(91,140,247,.12941176470588237);border:1px solid #5b8df7;cursor:pointer;font-weight:600;-webkit-appearance:none;border-radius:4px;appearance:none;margin-bottom:40px}.native-post:focus,.native-post:hover{background-color:rgba(91,140,247,.33725490196078434);transition:all .3s ease}.image-preview-container{margin:5px 0 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:1px solid #e0e1e1;-webkit-appearance:none;appearance:none;display:flex;justify-content:center;align-items:center;border-radius:4px}.image-preview{width:100%;height:100%;object-fit:cover}.error-container{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;background-color:rgba(255,110,110,.1843137254901961);display:flex;justify-content:center;align-items:center;border-radius:4px}.error{margin:0;padding:10px}.compensation-info,.image,.location-info,.phone-info{font-size:12px;color:#626371;margin-top:0}.post-loading{padding:10px;border-radius:50%;border:2px solid #5b8df7;border-top-color:#fff;width:5px;height:5px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin:10px auto;display:block}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media screen and (max-width:870px){.post-form{width:85%}}.invalid-post--container{position:fixed;width:100%;max-width:1440px;margin:0 auto;top:90%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.post-button{background-color:#333541;padding:5px 5px 5px 7px;border-radius:4px;cursor:pointer;position:absolute;top:90%;left:90%;z-index:999}
/*# sourceMappingURL=main.75c3c6a0.chunk.css.map */