.loading_loadingContainer__tycUr{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 71px)}.loadingSpinner_container__J33nh{display:flex;justify-content:center;align-items:center;width:100%;padding:1rem}.loadingSpinner_spinner__fRtpi{border:4px solid rgba(255,255,255,.3);border-radius:50%;width:40px;height:40px;border-top:4px solid var(--primary-color);animation:loadingSpinner_spin__SDfTs 1s linear infinite}@keyframes loadingSpinner_spin__SDfTs{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.unverified_container__rdDLV{padding:0 1rem;height:calc(100vh - 90px);min-height:400px;margin-bottom:30px}.unverified_container__rdDLV,.unverified_content__k54oZ{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.unverified_content__k54oZ{text-align:center;max-width:500px;gap:1.5rem;padding:1rem;max-height:calc(100vh - 120px)}.unverified_mailbox__20PoC{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:400px}.unverified_mailbox__20PoC img{width:120px;height:auto;object-fit:contain;aspect-ratio:1/1}.unverified_text__ZWpcN{margin:0;line-height:1.6;color:#333;font-size:1rem;width:100%}.unverified_buttonContainer__xbj5p{display:flex;align-items:center;justify-content:center;width:100%;gap:1rem}.unverified_reloadBtn__QXvAJ,.unverified_sendAgainBtn__GftIC{margin:0;max-width:300px;display:flex;flex:0 0 auto}.unverified_logoutBtn__U686h{margin:0;width:100%;max-width:300px;display:flex;justify-content:center}@media (max-width:480px){.unverified_container__rdDLV{padding:0 .5rem;height:calc(100vh - 80px);min-height:350px}.unverified_content__k54oZ{gap:1rem;padding:.5rem;max-width:100%;max-height:calc(100vh - 100px)}.unverified_mailbox__20PoC img{width:80px}.unverified_text__ZWpcN{font-size:.9rem;line-height:1.5}.unverified_buttonContainer__xbj5p{flex-direction:column}.unverified_logoutBtn__U686h,.unverified_sendAgainBtn__GftIC{max-width:250px}}@media (max-width:360px){.unverified_container__rdDLV{min-height:300px;height:calc(100vh - 70px)}.unverified_content__k54oZ{gap:.75rem;max-height:calc(100vh - 90px)}.unverified_mailbox__20PoC img{width:70px}.unverified_text__ZWpcN{font-size:.85rem}.unverified_logoutBtn__U686h,.unverified_sendAgainBtn__GftIC{max-width:200px}}.errorPop_errorPop__vl8zm{color:var(--error-color)}.errorPop_errorPop__vl8zm,.errorPop_successPop__EkcB3{background-color:#fff;padding:10px;position:fixed;bottom:100px;right:20px;z-index:1000;max-width:20%;animation:errorPop_fadeOut__318gE .5s ease-in-out 4.5s forwards}.errorPop_successPop__EkcB3{color:var(--success-color)}.errorPop_errorPop__vl8zm p,.errorPop_successPop__EkcB3 p{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;white-space:normal}.errorPop_fadeIn__T_vC4{z-index:1000;animation:errorPop_fadeIn__T_vC4 .3s ease-in-out}@keyframes errorPop_fadeIn__T_vC4{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes errorPop_fadeOut__318gE{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.errorPop_errorPop__vl8zm:after,.errorPop_errorPop__vl8zm:before,.errorPop_errorPop__vl8zm>:after,.errorPop_errorPop__vl8zm>:before,.errorPop_successPop__EkcB3:after,.errorPop_successPop__EkcB3:before,.errorPop_successPop__EkcB3>:after,.errorPop_successPop__EkcB3>:before{content:"";position:absolute;width:20px;height:20px;border-color:var(--primary-color);border-style:solid}.errorPop_errorPop__vl8zm:before,.errorPop_successPop__EkcB3:before{top:0;left:0;border-width:3px 0 0 3px}.errorPop_errorPop__vl8zm:after,.errorPop_successPop__EkcB3:after{top:0;right:0;border-width:3px 3px 0 0}.errorPop_errorPop__vl8zm>:before,.errorPop_successPop__EkcB3>:before{bottom:0;left:0;border-width:0 0 3px 3px}.errorPop_errorPop__vl8zm>:after,.errorPop_successPop__EkcB3>:after{bottom:0;right:0;border-width:0 3px 3px 0}@media (max-width:768px){.errorPop_errorPop__vl8zm,.errorPop_successPop__EkcB3{max-width:50%}}@media (max-width:480px){.errorPop_errorPop__vl8zm,.errorPop_successPop__EkcB3{max-width:90%}}.searchbar_searchbarcontainer__HdfEx{position:relative;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;margin:0;padding:0}@media (max-width:600px){.searchbar_searchbarcontainer__HdfEx{width:100%}}.textinput_inputbox__cBLrx{position:relative;width:100%}.textinput_inputbox__cBLrx input{box-sizing:border-box;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:1rem;outline:none;transition:border-color .3s ease;height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%}.textinput_inputbox__cBLrx input:focus{border-color:var(--primary-color);outline:none}.textinput_inputbox__cBLrx label{position:absolute;top:0;left:0;padding:10px;pointer-events:none;font-size:1rem;color:#888;transition:.3s ease;border-radius:5px;line-height:1}.textinput_inputbox__cBLrx .textinput_focused__f7vih,.textinput_inputbox__cBLrx input:focus~label{transform:translateX(5px) translateY(-50%);padding:0 10px;background-color:#fff;font-size:.9rem;color:#333;line-height:1}.textinput_inputbox__cBLrx input:not(:placeholder-shown)~label{transform:translateX(5px) translateY(-50%);background-color:#fff;font-size:.9rem;padding:0 10px;color:#333;line-height:1}.textarea_textareacontainer__h3fuW{position:relative}.textarea_textarea__kaNZT{box-sizing:border-box;padding:10px 60px 10px 10px;font-size:1rem;border:1px solid #ccc;border-radius:5px;outline:none;transition:border-color .3s ease;width:100%;resize:vertical;min-height:120px}.textarea_textarea__kaNZT:focus{border-color:var(--primary-color);outline:none}.textarea_textarealabel__JLVNy{position:absolute;top:0;left:0;padding:10px;pointer-events:none;font-size:1rem;color:#888;transition:.3s ease;border-radius:5px;line-height:1}.textarea_textarea__kaNZT.textarea_filled__OVTHo~.textarea_textarealabel__JLVNy,.textarea_textarea__kaNZT:focus~.textarea_textarealabel__JLVNy{transform:translateX(5px) translateY(-50%);background-color:#fff;font-size:.9rem;padding:0 10px;color:#333;line-height:1}.textarea_characterCount__VOOxy{position:absolute;bottom:8px;right:12px;font-size:.75rem;color:#6b7280;padding:2px 6px;border-radius:4px;pointer-events:none}.geocoder_geocoderContainer__DW62f{position:relative;width:100%;max-width:600px;padding:0;margin:0 10px 0 0;box-sizing:border-box}.geocoder_input__RmTJa{width:100%}.geocoder_searchbarcontainer__UzVhD{width:100%;box-sizing:border-box}.geocoder_suggestionsList___Hzci{position:absolute;top:100%;left:0;right:0;background:white;border:1px solid #ccc;border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;z-index:1000;list-style:none;padding:0;margin:0;box-shadow:0 4px 6px rgba(0,0,0,.1);scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#ccc transparent}.geocoder_suggestionsList___Hzci::-webkit-scrollbar{width:6px}.geocoder_suggestionsList___Hzci::-webkit-scrollbar-track{background:transparent}.geocoder_suggestionsList___Hzci::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}.geocoder_suggestionsList___Hzci::-webkit-scrollbar-thumb:hover{background-color:#999}.geocoder_suggestionItem__MPnTR{padding:8px;cursor:pointer}.geocoder_suggestionItem__MPnTR:focus,.geocoder_suggestionItem__MPnTR:hover{background-color:#f5f5f5}.geocoder_loadingIndicator__aSBV0{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:14px;color:#666}.geocoder_searchicon__QBIH_{position:absolute;display:flex;align-items:center;justify-content:center;left:12px;top:50%;transform:translateY(-50%);color:#888;pointer-events:none;width:16px;height:16px;z-index:2}.geocoder_homepageInput__rj9uq{width:100%;min-width:350px;box-sizing:border-box;border:2px solid #ccc;border-radius:5px;font-size:16px;height:40px;padding-left:40px;padding-right:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s ease}.geocoder_homepageInput__rj9uq::placeholder{color:#888}.geocoder_homepageInput__rj9uq:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1)}.geocoder_suggestionItem__MPnTR.geocoder_selected__icXG3{background-color:var(--primary-color);color:white}.geocoder_suggestionItem__MPnTR.geocoder_selected__icXG3:hover{background-color:var(--secondary-color)}@media (max-width:600px){.geocoder_geocoderContainer__DW62f{width:100%}.geocoder_homepageInput__rj9uq{min-width:100%}}.filter_filtercontainer__5plYs{position:relative;display:inline-block}.filter_filtercontent__QS19Z{position:absolute;top:100%;right:0;background-color:white;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.15);padding:1.5rem;min-width:280px;z-index:1000;border:1px solid rgba(112,31,41,.1);animation:filter_slideDown__nRwU1 .2s ease-out}.filter_filterBtn__Gk46U button{padding:0!important;height:40px;width:40px;transition:transform .2s ease}.filter_filterBtn__Gk46U button:hover{transform:scale(1.05)}.filter_filtercontent__QS19Z h2{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:var(--heading-color)}.filter_filterBtn__Gk46U svg{height:1.75rem;width:1.75rem;display:block}.filter_category__nvFEZ,.filter_date__dsCqE{margin-bottom:1.5rem}.filter_button__9b383{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}@keyframes filter_slideDown__nRwU1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.filter_filtercontent__QS19Z{min-width:250px}}@media (max-width:480px){.filter_filtercontent__QS19Z{width:70%;margin:0 auto}.filter_button__9b383{flex-direction:column}}
/*# sourceMappingURL=55eb071313fe6e61.css.map*/