#navbar{position:sticky;top:0;width:100%;z-index:100;background-color:var(--navbar-color);max-height:var(--navbar-height)}#navbar nav{padding:var(--navbar-footer-padding);display:flex;flex-direction:row;justify-content:end;align-items:center}#navbar nav a{display:flex;align-items:center;text-decoration:none;font-weight:500;color:var(--text-color)}#navbar nav a img{height:16px;margin-right:.4rem}#navbar nav a .theme-icon:hover{cursor:pointer}#navbar nav a:hover{color:var(--navbar-text-hover-color)}#navbar nav .mr{margin-right:1.5rem}:root[theme=light] .table-icon{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%231c1c1c'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-table'%3e%3cpath%20d='M9%203H5a2%202%200%200%200-2%202v4m6-6h10a2%202%200%200%201%202%202v4M9%203v18m0%200h10a2%202%200%200%200%202-2V9M9%2021H5a2%202%200%200%201-2-2V9m0%200h18'%3e%3c/path%3e%3c/svg%3e")}:root[theme=light] .map-icon{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%231c1c1c'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-map'%3e%3cpolygon%20points='1%206%201%2022%208%2018%2016%2022%2023%2018%2023%202%2016%206%208%202%201%206'%3e%3c/polygon%3e%3cline%20x1='8'%20y1='2'%20x2='8'%20y2='18'%3e%3c/line%3e%3cline%20x1='16'%20y1='6'%20x2='16'%20y2='22'%3e%3c/line%3e%3c/svg%3e")}:root[theme=light] .theme-icon{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%231c1c1c'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-moon'%3e%3cpath%20d='M21%2012.79A9%209%200%201%201%2011.21%203%207%207%200%200%200%2021%2012.79z'%3e%3c/path%3e%3c/svg%3e")}#google-map{height:calc(100vh - var(--navbar-height));width:100%}#google-map .map-marker{font-size:30px}#google-map .map-marker:hover{scale:1.1}#map-places-page{position:relative;height:calc(100vh - var(--navbar-height));width:100%}#map-places-page .map-places-content{position:absolute;top:2rem;left:2rem;height:fit-content;width:fit-content}#map-places-page .map-places-content h1{margin-bottom:2rem;color:var(--map-text-color)}#map-places-page .map-places-content .search-section{display:flex;align-items:center}#map-places-page .map-places-content .search-section input{height:25px;width:200px;border-radius:5px;border:1px solid var(--map-line-color);margin-right:.5rem;padding:5px 10px;background:var(--map-input-bg-color);color:var(--map-input-text-color)}#map-places-page .map-places-content .search-section input::placeholder{color:var(--map-input-placeholder-text-color)}#map-places-page .map-places-content .search-section #category-select{height:37px;width:80px;margin-right:1rem;background:transparent;border:1px solid var(--map-line-color);border-radius:5px;padding:.2rem;color:var(--map-input-text-color);background-color:var(--map-input-bg-color)}#map-places-page .map-places-content .search-section button{height:37px;width:70px;border-radius:5px;border:none;background-color:var(--primary-color);color:var(--btn-text-color)}#map-places-page .map-places-content .search-section button:hover{cursor:pointer}#map-places-page .map-places-content .search-section .loading{margin-left:2rem}#map-places-page .map-places-content .error-message,#map-places-page .map-places-content .info-message{margin:1rem 0 0;padding:0;font-weight:500}#map-places-page .map-places-content .error-message{color:var(--error-text)}#map-places-page .map-places-content .info-message{color:var(--map-text-color)}@media screen and (max-width: 500px){#map-places-page .map-places-content{position:absolute;top:1rem;left:1rem}#map-places-page .map-places-content h1{margin-bottom:1rem}}@media screen and (max-width: 411px){.search-section{flex-direction:column}.search-section button{margin-top:1rem}}#place-modal{position:absolute;top:0;right:0;bottom:0;left:0;width:100vw;z-index:200;background-color:var(--modal-container-color);align-content:center}#place-modal .modal-content{z-index:500;width:50%;height:60%;margin:auto;background-color:var(--modal-bg-color);border-radius:10px;padding:2rem;overflow:scroll}#place-modal .modal-content .header{display:flex;justify-content:space-between;margin-bottom:2rem}#place-modal .modal-content .header p{color:var(--secondary-text-color)}#place-modal .modal-content .header button{height:30px;width:30px;padding:5px;background-color:transparent;border-radius:50px;border:1px solid var(--secondary-text-color);color:var(--secondary-text-color)}#place-modal .modal-content .header button:hover{cursor:pointer;border:1px solid var(--text-color);color:var(--text-color)}#place-modal .modal-content .section .info-section{display:flex;margin-bottom:2rem}#place-modal .modal-content .section .info-section .col-left,#place-modal .modal-content .section .info-section .col-right{width:50%}#place-modal .modal-content .section .info-section .col-left .sub-heading,#place-modal .modal-content .section .info-section .col-right .sub-heading{color:var(--secondary-text-color);font-weight:500;margin-bottom:.5rem}#place-modal .modal-content .section .info-section .col-left{padding-right:.5rem}#place-modal .modal-content .section .info-section .col-right{padding-left:.5rem}#place-modal .modal-content .section .info-section.column{flex-direction:column}#place-modal .modal-content .section .info-section.column .col-left,#place-modal .modal-content .section .info-section.column .col-right{padding:0}#place-modal .modal-content .section .info-section.column .col-left{margin-bottom:2rem}#data-table .table-header{background-color:var(--navbar-color);padding:.5rem}#data-table .table-header .col-header{display:flex}#data-table .table-header .col-header .sortable-icon{margin-right:.3rem}#data-table .table-header .col-header:hover{cursor:pointer}#data-table .record-row td{padding:.5rem}#data-table .record-row.has-data:hover{background-color:var(--table-row-hover-color);cursor:pointer}#data-table tfoot td{padding:2rem .5rem .5rem}#data-table tfoot td nav{display:flex;justify-content:space-between;align-items:center}#data-table tfoot td nav .results-info p{color:var(--secondary-text-color)}#data-table tfoot td nav .pagination{display:flex;align-items:center}#data-table tfoot td nav .pagination .current{margin:0 .5rem}#data-table tfoot td nav .pagination #rows-per-page{margin:0 1rem 0 .5rem;background:transparent;border:1px solid var(--line-color);border-radius:5px;padding:.2rem;color:var(--secondary-text-color)}#data-table tfoot td nav .pagination span,#data-table tfoot td nav .pagination label,#data-table tfoot td nav .pagination .current{color:var(--secondary-text-color)}#data-table tfoot td nav .pagination span:hover{cursor:pointer}@media screen and (max-width: 615px){#data-table tfoot td nav{flex-direction:column}#data-table tfoot td nav .results-info{margin-bottom:1rem}}#table-places-page{padding:2rem}#table-places-page h1{margin-bottom:2rem}#table-places-page .search-section{margin-bottom:2rem;display:flex;align-items:center}#table-places-page .search-section input{height:25px;width:200px;border-radius:5px;border:1px solid var(--line-color);margin-right:.5rem;background:transparent;padding:5px 10px}#table-places-page .search-section button{height:37px;width:70px;border-radius:5px;border:none;background-color:var(--primary-color);color:var(--btn-text-color)}#table-places-page .search-section #clear-button{margin-left:.5rem;background-color:var(--secondary-btn-color)}#table-places-page .search-section button:hover{cursor:pointer}#table-places-page .search-section .loading,#table-places-page .search-section .error-message{margin-left:2rem}#table-places-page .search-section .error-message{color:var(--error-text)}#table-places-page .table-wrapper{display:flex;flex-direction:column}@media screen and (max-width: 500px){#table-places-page{padding:1rem}#table-places-page h1{margin-bottom:1rem}}@media screen and (max-width: 600px){#table-places-page .table-wrapper{overflow-x:auto}}#error-page{height:100vh;align-content:center}#error-page h2,#error-page p{text-align:center}#error-page h2{margin-bottom:1rem!important}:root{--primary-color: rgb(140, 23, 140);--bg-color: #000000;--text-color: rgb(228, 228, 228);--secondary-text-color: rgb(147, 147, 147);--map-text-color: rgb(228, 228, 228);--map-line-color: #343434;--map-input-bg-color: #1a1a1a;--map-input-text-color: white;--map-input-placeholder-text-color: rgb(156, 156, 156);--secondary-btn-color: #212121;--btn-text-color: rgb(255, 255, 255);--navbar-color: #212121;--navbar-text-color: rgb(228, 228, 228);--navbar-text-hover-color: rgb(255, 255, 255);--line-color: #343434;--error-text: rgb(255, 100, 100);--table-row-hover-color: rgba(255, 255, 255, .083);--modal-bg-color: #1f1f1f;--modal-container-color: rgba(0, 0, 0, .56);--navbar-footer-padding: 1.5rem;--navbar-height: 70px;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color-scheme:light dark;color:var(--text-color);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root body{margin:0;padding:0;min-height:100vh}:root body h1,:root body h2,:root body h3,:root body h4,:root body h5,:root body h6,:root body p{margin:0;padding:0}:root body button{transition:opacity .2s ease-in-out!important}:root body button:hover{opacity:.8!important}:root[theme=light]{--bg-color: #f9f9f9;--text-color: #2b2b2b;--secondary-text-color: #777777;--secondary-btn-color: #4f4f4f;--map-text-color: #2b2b2b;--map-line-color: #272727;--map-input-bg-color: #000000ac;--map-input-placeholder-text-color: rgb(177, 177, 177);--navbar-text-color: #1c1c1c;--navbar-text-hover-color: #000000;--line-color: #cecece;--navbar-color: #c184bf;--error-text: rgb(255, 60, 60);--table-row-hover-color: rgba(140, 23, 140, .32);--modal-bg-color: #f9f9f9}
