
        /*body {*/
        /*    font-family: Arial, sans-serif;*/
        /*    background-color: #f0f8ff;*/
        /*    margin: 0;*/
        /*    display: flex;*/
        /*    height: 100vh;*/
        /*    overflow: hidden; */
        /*    display: block;*/
        /*}*/
        /*.sidebar {*/
        /*    display: flex;*/
        /*    flex-direction: column;*/
        /*    width: 300px;*/
        /*    border-right: 2px solid #ccc;*/
        /*    min-width: 250px;*/
        /*    background-color: #ffffff;*/
        /*    height: 100%;*/
        /*}*/
        /*.region-filter {*/
        /*    margin: 5px;*/
        /*}*/
        /*.main-content{*/
        /*    display: flex;*/
        /*}*/
        /*.content {*/
        /*    flex-grow: 1;*/
        /*    width: 100%;*/
        /*}*/
        /*#intro{     */
        /*    color: #607D8B;*/
            /*padding: 20px;*/
        /*    padding-left:20px;*/
        /*    padding-right:20px;*/
        /*    z-index: 9999;*/
        /*    text-align: center;*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-size: 28px;*/
        /*}*/
        /*.resort-count{*/
        /*  text-align: right;*/
        /*  margin-right: 2%;*/
        /*  padding-bottom:0;*/
        /*}*/
        
        /*.left-column {*/
        /*    display: flex;*/
        /*    flex-direction: column;*/
        /*    width: 33.33%;*/
        /*    height: 100%;*/
        /*    overflow: hidden;*/
        /*}*/

        /*.resort-list {*/
        /*    overflow-y: auto;*/
        /*    padding: 20px;*/
        /*    background: whicte;*/
        /*    height: 900vh;*/
        /*    box-sizing: border-box;*/
        /*}*/
        /*.resort-info{ */
        /*    padding:1%;*/
        /*  bottom: 0;*/
        /*  height:20vh;*/
        /*  width:70%;*/
        /*  z-index: 500;*/
        /*  display: block;*/
        /*  position: fixed; */
        /*  background-color:  #607D8B;*/
        /*  color: white;*/
        /*  text-wrap: balance;*/
        /*  text-align: left; */
        /*}*/

        /*.resort {*/
        /*    background: white;*/
        /*    padding: 10px;*/
        /*    margin: 10px 0;*/
        /*    border-radius: 5px;*/
        /*    box-shadow: 0px 0px 5px gray;*/
        /*    cursor: pointer;*/
        /*}*/
        /*#resort-details{*/
        /*    display: none;*/
        /*    overflow-y: auto;*/
        /*}*/
        /*.map-container {*/
        /*    flex: 2;*/
        /*    height: 100vh;*/
        /*}*/
        /*#map {*/
        /*    height: 100%;*/
        /*}*/
        /*.divider {*/
        /*    cursor: row-resize;*/
        /*    background-color: #ccc;*/
        /*    height: 10px;*/
        /*    width: 100%;*/
        /*}*/
        /*.search-bar {*/
        /*    padding: 10px;*/
        /*    background: white;*/
        /*    border-radius: 5px;*/
        /*    margin: 10px;*/
        /*}*/

        /*.special-elite-regular {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    font-size: 64px;*/
        /*    color: white;*/
        /*}*/
        
        /*.header-font {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    color: white;*/
        /*}*/
        /*.header-font-gray {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    color:  #607D8B;*/
        /*}*/
        /*#search-input {*/
        /*    border-radius: 1%;*/
        /*    border: 10px solid #607D8B;*/
        /*    height: 5vh;*/
        /*    width: 30vw;*/
        /*}*/
        /*header {*/
        /*    background: #607D8B;*/
        /*}*/

        /*#company{*/
        /*    background-color: transparent!important;*/
        /*    color: #607D8B !important;*/
        /*    cursor: pointer;*/
        /*    font-size: 30px;*/
        /*    z-index: 9999;*/
        /*}*/

        /*#company a{*/
        /*    text-decoration: none ;*/
        /*    color: #607D8B !important;*/
        /*}*/
        /*.filter-dropdown {*/
        /*  position: relative;*/
        /*  display: inline-block;*/
        /*  width: 100%;*/
        /*  margin: 10px 0;*/
        /*}*/
        
        /*#filter-toggle {*/
        /*  background-color: #607D8B;*/
        /*  color: white;*/
        /*  padding: 10px;*/
        /*  font-size: 16px;*/
        /*  border: none;*/
        /*  width: 100%;*/
        /*  text-align: left;*/
        /*  cursor: pointer;*/
        /*  border-radius: 4px;*/
        /*}*/
        
        /*.filter-menu {*/
        /*  display: none;*/
        /*  position: absolute;*/
        /*  background-color: white;*/
        /*  width: 100%;*/
        /*  border: 1px solid #ccc;*/
        /*  max-height: 200px;*/
        /*  overflow-y: auto;*/
        /*  z-index: 1000;*/
        /*  box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
        /*  padding: 10px;*/
        /*  box-sizing: border-box;*/
        /*}*/
        
        /*.filter-menu label {*/
        /*  display: block;*/
        /*  margin-bottom: 8px;*/
        /*}*/
        /*.leaflet-bottom{*/
        /*    top:0;*/
        /*}*/
        
        /*#close-details{*/
        /*  font-family: "Special Elite", system-ui;*/
        /*  font-size:28px;*/
        /*  vertical-align: middle;*/
        /*  padding-left:2vw;*/
        /*}*/
        
        /*.title-bar div, h2{*/
        /*  display: inline-block*/
        /*}*/
        
        /*.cc-btn {*/
        /*    background-color: white !important;*/
        /*    color: #607D8B !important;*/
        /*    border: 1px solid #607D8B; */
        /*    transition: all 0.3s ease; */
        /*}*/
        

        /*.cc-btn:hover {*/
        /*    background-color: #607D8B !important;*/
        /*    color: white !important;*/
        /*    border: 1px solid white !important;*/
        /*}*/
        
        
  
        /*body {*/
        /*    font-family: Arial, sans-serif;*/
        /*    background-color: #f0f8ff;*/
        /*    margin: 0;*/
        /*    display: flex;*/
        /*    height: 100vh;*/
        /*    overflow: hidden; */
        /*    display: block;*/
        /*}*/
        /*.sidebar {*/
        /*    display: flex;*/
        /*    flex-direction: column;*/
        /*    width: 300px;*/
        /*    border-right: 2px solid #ccc;*/
        /*    min-width: 250px;*/
        /*    background-color: #ffffff;*/
        /*    height: 100%;*/
        /*}*/
        /*.region-filter {*/
        /*    margin: 5px;*/
        /*}*/
        /*.main-content{*/
        /*    display: flex;*/
        /*}*/
        /*.content {*/
        /*    flex-grow: 1;*/
        /*    width: 100%;*/
        /*}*/
        /*#intro{     */
        /*    color: #607D8B;*/
            /*padding: 20px;*/
        /*    padding-left:20px;*/
        /*    padding-right:20px;*/
        /*    z-index: 9999;*/
        /*    text-align: center;*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-size: 28px;*/
        /*}*/
        /*.resort-count{*/
        /*  text-align: right;*/
        /*  margin-right: 2%;*/
        /*  padding-bottom:0;*/
        /*}*/
        
        /*.left-column {*/
        /*    display: flex;*/
        /*    flex-direction: column;*/
        /*    width: 33.33%;*/
        /*    height: 100%;*/
        /*    overflow: hidden;*/
        /*}*/

        /*.resort-list {*/
        /*    overflow-y: auto;*/
        /*    padding: 20px;*/
        /*    background: whicte;*/
        /*    height: 900vh;*/
        /*    box-sizing: border-box;*/
        /*}*/
        /*.resort-info{ */
        /*    padding:1%;*/
        /*  bottom: 0;*/
        /*  height:20vh;*/
        /*  width:70%;*/
        /*  z-index: 500;*/
        /*  display: block;*/
        /*  position: fixed; */
        /*  background-color:  #607D8B;*/
        /*  color: white;*/
        /*  text-wrap: balance;*/
        /*  text-align: left; */
        /*}*/

        /*.resort {*/
        /*    background: white;*/
        /*    padding: 10px;*/
        /*    margin: 10px 0;*/
        /*    border-radius: 5px;*/
        /*    box-shadow: 0px 0px 5px gray;*/
        /*    cursor: pointer;*/
        /*}*/
        /*#resort-details{*/
        /*    display: none;*/
        /*    overflow-y: auto;*/
        /*}*/
        /*.map-container {*/
        /*    flex: 2;*/
        /*    height: 100vh;*/
        /*}*/
        /*#map {*/
        /*    height: 100%;*/
        /*}*/
        /*.divider {*/
        /*    cursor: row-resize;*/
        /*    background-color: #ccc;*/
        /*    height: 10px;*/
        /*    width: 100%;*/
        /*}*/
        /*.search-bar {*/
        /*    padding: 10px;*/
        /*    background: white;*/
        /*    border-radius: 5px;*/
        /*    margin: 10px;*/
        /*}*/

        /*.special-elite-regular {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    font-size: 64px;*/
        /*    color: white;*/
        /*}*/
        
        /*.header-font {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    color: white;*/
        /*}*/
        /*.header-font-gray {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    color:  #607D8B;*/
        /*}*/
        /*#search-input {*/
        /*    border-radius: 1%;*/
        /*    border: 10px solid #607D8B;*/
        /*    height: 5vh;*/
        /*    width: 30vw;*/
        /*}*/
        /*header {*/
        /*    background: #607D8B;*/
        /*}*/

        /*#company{*/
        /*    background-color: transparent!important;*/
        /*    color: #607D8B !important;*/
        /*    cursor: pointer;*/
        /*    font-size: 30px;*/
        /*    z-index: 9999;*/
        /*}*/

        /*#company a{*/
        /*    text-decoration: none ;*/
        /*    color: #607D8B !important;*/
        /*}*/
        /*.filter-dropdown {*/
        /*  position: relative;*/
        /*  display: inline-block;*/
        /*  width: 100%;*/
        /*  margin: 10px 0;*/
        /*}*/
        
        /*#filter-toggle {*/
        /*  background-color: #607D8B;*/
        /*  color: white;*/
        /*  padding: 10px;*/
        /*  font-size: 16px;*/
        /*  border: none;*/
        /*  width: 100%;*/
        /*  text-align: left;*/
        /*  cursor: pointer;*/
        /*  border-radius: 4px;*/
        /*}*/
        
        /*.filter-menu {*/
        /*  display: none;*/
        /*  position: absolute;*/
        /*  background-color: white;*/
        /*  width: 100%;*/
        /*  border: 1px solid #ccc;*/
        /*  max-height: 200px;*/
        /*  overflow-y: auto;*/
        /*  z-index: 1000;*/
        /*  box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
        /*  padding: 10px;*/
        /*  box-sizing: border-box;*/
        /*}*/
        
        /*.filter-menu label {*/
        /*  display: block;*/
        /*  margin-bottom: 8px;*/
        /*}*/
        /*.leaflet-bottom{*/
        /*    top:0;*/
        /*}*/
        
        /*#close-details{*/
        /*  font-family: "Special Elite", system-ui;*/
        /*  font-size:28px;*/
        /*  vertical-align: middle;*/
        /*  padding-left:2vw;*/
        /*}*/
        
        /*.title-bar div, h2{*/
        /*  display: inline-block*/
        /*}*/
        
        /*.cc-btn {*/
        /*    background-color: white !important;*/
        /*    color: #607D8B !important;*/
        /*    border: 1px solid #607D8B; */
        /*    transition: all 0.3s ease; */
        /*}*/
        

        /*.cc-btn:hover {*/
        /*    background-color: #607D8B !important;*/
        /*    color: white !important;*/
        /*    border: 1px solid white !important;*/
        /*}*/
        
        
        
        @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap'); /* Futuristic font */
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap'); /* Vintage spooky */

body {
    font-family: 'Arial', sans-serif;
    background-color: #111;
    margin: 0;
    height: 100vh;
/*     overflow: hidden; */
    color: #eee;
}

        .bmc-btn-text{
            font-family: "Special Elite", system-ui!important;
        }

.sidebar {
    display: flex;
    flex-direction: column;
    width: 300px;
    min-width: 250px;
    border-right: 2px solid #333;
    background-color: #1a1a1a;
    height: 100%;
    color: #eee;
}

.region-filter {
    margin: 5px;
    color: #ccc;
}

.main-content {
    display: flex;
}

.content {
    flex-grow: 1;
    width: 100%;
}

.sighting {
    background:  #79857c;
    padding: 1%;
    margin:4%;
    border-radius: 2%;
    border: 2px solid #0f0;
}

#intro {
    background: #000;
    text-align: center;
    padding: 10px;
    font-family: 'Special Elite', serif;
    color: #0ff;
    font-size: 28px;
    text-shadow: 0 0 6px #0ff;
}

.resort-count {
    text-align: right;
    margin-right: 2%;
    padding-bottom: 0;
    color: #999;
}

.left-column {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    height: 100%;
    overflow: hidden;
}

.resort-list {
    overflow-y: auto;
    padding: 20px;
    background: #222;
    height: 900vh;
    box-sizing: border-box;
}

.resort-info {
    padding: 1%;
    bottom: 0;
    height: 20vh;
    width: 70%;
    z-index: 500;
    display: block;
    position: fixed;
    background-color: #333;
    color: #0f0;
    text-align: left;
}

.resort {
    background: #2b2b2b;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 8px #0f0;
    cursor: pointer;
    transition: background 0.3s;
}

.resort:hover {
    background: #444;
}

#resort-details {
    display: none;
    overflow-y: auto;
}

.map-container {
    flex: 2;
    height: 100vh;
}

#map {
    height: 100%;
    filter: brightness(0.8) contrast(1.2);
}

.divider {
    cursor: row-resize;
    background-color: #444;
    height: 10px;
    width: 100%;
}

.search-bar {
    padding: 10px;
    background: #222;
    border-radius: 5px;
    margin: 10px;
    color: #eee;
}

#search-input {
    background: #111;
    border: 2px solid #0f0;
    color: #0f0;
    padding: 8px;
    width: 90%;
    border-radius: 4px;
}

header {
    color: #0f0;
    padding: 20px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 32px;
    text-shadow: 0 0 5px #0f0;
}

.header-font-gray{
    font-family: 'Special Elite', serif;
}

 .header-font{
     font-family: 'Special Elite', serif;
     color:#0ff;
 }

#company {
    background-color: transparent !important;
    color: #0ff !important;
    cursor: pointer;
    font-size: 24px;
}

#company a {
    text-decoration: none;
    color: #0ff !important;
}

.filter-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

#filter-toggle-area, #filter-toggle-category {
    background-color: #333;
    color: #eee;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #555;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-radius: 4px;
}

.filter-menu {
    display: none;
    position: absolute;
    background-color: #1a1a1a;
    width: 100%;
    border: 1px solid #555;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    padding: 10px;
    box-sizing: border-box;
    color: #ccc;
}

.filter-menu label {
    display: block;
    margin-bottom: 8px;
}

.leaflet-bottom {
    top: 0;
}

#close-details {
    font-family: 'Special Elite', system-ui;
    font-size: 28px;
    vertical-align: middle;
    padding-left: 2vw;
    color: #f55;
}

.title-bar div, h2 {
    display: inline-block;
}

.cc-btn {
    background-color: #1a1a1a !important;
    color: #0f0 !important;
    border: 1px solid #0f0;
    transition: all 0.3s ease;
}

.cc-btn:hover {
    background-color: #0f0 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}


        /*body {*/
        /*    font-family: Arial, sans-serif;*/
        /*    background-color: #f0f8ff;*/
        /*    margin: 0;*/
        /*    display: flex;*/
        /*    height: 100vh;*/
        /*    overflow: hidden; */
        /*    display: block;*/
        /*}*/
        /*.sidebar {*/
        /*    display: flex;*/
        /*    flex-direction: column;*/
        /*    width: 300px;*/
        /*    border-right: 2px solid #ccc;*/
        /*    min-width: 250px;*/
        /*    background-color: #ffffff;*/
        /*    height: 100%;*/
        /*}*/
        /*.region-filter {*/
        /*    margin: 5px;*/
        /*}*/
        /*.main-content{*/
        /*    display: flex;*/
        /*}*/
        /*.content {*/
        /*    flex-grow: 1;*/
        /*    width: 100%;*/
        /*}*/
        /*#intro{     */
        /*    color: #607D8B;*/
            /*padding: 20px;*/
        /*    padding-left:20px;*/
        /*    padding-right:20px;*/
        /*    z-index: 9999;*/
        /*    text-align: center;*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-size: 28px;*/
        /*}*/
        /*.resort-count{*/
        /*  text-align: right;*/
        /*  margin-right: 2%;*/
        /*  padding-bottom:0;*/
        /*}*/
        
        /*.left-column {*/
        /*    display: flex;*/
        /*    flex-direction: column;*/
        /*    width: 33.33%;*/
        /*    height: 100%;*/
        /*    overflow: hidden;*/
        /*}*/

        /*.resort-list {*/
        /*    overflow-y: auto;*/
        /*    padding: 20px;*/
        /*    background: whicte;*/
        /*    height: 900vh;*/
        /*    box-sizing: border-box;*/
        /*}*/
        /*.resort-info{ */
        /*    padding:1%;*/
        /*  bottom: 0;*/
        /*  height:20vh;*/
        /*  width:70%;*/
        /*  z-index: 500;*/
        /*  display: block;*/
        /*  position: fixed; */
        /*  background-color:  #607D8B;*/
        /*  color: white;*/
        /*  text-wrap: balance;*/
        /*  text-align: left; */
        /*}*/

        /*.resort {*/
        /*    background: white;*/
        /*    padding: 10px;*/
        /*    margin: 10px 0;*/
        /*    border-radius: 5px;*/
        /*    box-shadow: 0px 0px 5px gray;*/
        /*    cursor: pointer;*/
        /*}*/
        /*#resort-details{*/
        /*    display: none;*/
        /*    overflow-y: auto;*/
        /*}*/
        /*.map-container {*/
        /*    flex: 2;*/
        /*    height: 100vh;*/
        /*}*/
        /*#map {*/
        /*    height: 100%;*/
        /*}*/
        /*.divider {*/
        /*    cursor: row-resize;*/
        /*    background-color: #ccc;*/
        /*    height: 10px;*/
        /*    width: 100%;*/
        /*}*/
        /*.search-bar {*/
        /*    padding: 10px;*/
        /*    background: white;*/
        /*    border-radius: 5px;*/
        /*    margin: 10px;*/
        /*}*/

        /*.special-elite-regular {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    font-size: 64px;*/
        /*    color: white;*/
        /*}*/
        
        /*.header-font {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    color: white;*/
        /*}*/
        /*.header-font-gray {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    color:  #607D8B;*/
        /*}*/
        /*#search-input {*/
        /*    border-radius: 1%;*/
        /*    border: 10px solid #607D8B;*/
        /*    height: 5vh;*/
        /*    width: 30vw;*/
        /*}*/
        /*header {*/
        /*    background: #607D8B;*/
        /*}*/

        /*#company{*/
        /*    background-color: transparent!important;*/
        /*    color: #607D8B !important;*/
        /*    cursor: pointer;*/
        /*    font-size: 30px;*/
        /*    z-index: 9999;*/
        /*}*/

        /*#company a{*/
        /*    text-decoration: none ;*/
        /*    color: #607D8B !important;*/
        /*}*/
        /*.filter-dropdown {*/
        /*  position: relative;*/
        /*  display: inline-block;*/
        /*  width: 100%;*/
        /*  margin: 10px 0;*/
        /*}*/
        
        /*#filter-toggle {*/
        /*  background-color: #607D8B;*/
        /*  color: white;*/
        /*  padding: 10px;*/
        /*  font-size: 16px;*/
        /*  border: none;*/
        /*  width: 100%;*/
        /*  text-align: left;*/
        /*  cursor: pointer;*/
        /*  border-radius: 4px;*/
        /*}*/
        
        /*.filter-menu {*/
        /*  display: none;*/
        /*  position: absolute;*/
        /*  background-color: white;*/
        /*  width: 100%;*/
        /*  border: 1px solid #ccc;*/
        /*  max-height: 200px;*/
        /*  overflow-y: auto;*/
        /*  z-index: 1000;*/
        /*  box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
        /*  padding: 10px;*/
        /*  box-sizing: border-box;*/
        /*}*/
        
        /*.filter-menu label {*/
        /*  display: block;*/
        /*  margin-bottom: 8px;*/
        /*}*/
        /*.leaflet-bottom{*/
        /*    top:0;*/
        /*}*/
        
        /*#close-details{*/
        /*  font-family: "Special Elite", system-ui;*/
        /*  font-size:28px;*/
        /*  vertical-align: middle;*/
        /*  padding-left:2vw;*/
        /*}*/
        
        /*.title-bar div, h2{*/
        /*  display: inline-block*/
        /*}*/
        
        /*.cc-btn {*/
        /*    background-color: white !important;*/
        /*    color: #607D8B !important;*/
        /*    border: 1px solid #607D8B; */
        /*    transition: all 0.3s ease; */
        /*}*/
        

        /*.cc-btn:hover {*/
        /*    background-color: #607D8B !important;*/
        /*    color: white !important;*/
        /*    border: 1px solid white !important;*/
        /*}*/
        
        
  
        /*body {*/
        /*    font-family: Arial, sans-serif;*/
        /*    background-color: #f0f8ff;*/
        /*    margin: 0;*/
        /*    display: flex;*/
        /*    height: 100vh;*/
        /*    overflow: hidden; */
        /*    display: block;*/
        /*}*/
        /*.sidebar {*/
        /*    display: flex;*/
        /*    flex-direction: column;*/
        /*    width: 300px;*/
        /*    border-right: 2px solid #ccc;*/
        /*    min-width: 250px;*/
        /*    background-color: #ffffff;*/
        /*    height: 100%;*/
        /*}*/
        /*.region-filter {*/
        /*    margin: 5px;*/
        /*}*/
        /*.main-content{*/
        /*    display: flex;*/
        /*}*/
        /*.content {*/
        /*    flex-grow: 1;*/
        /*    width: 100%;*/
        /*}*/
        /*#intro{     */
        /*    color: #607D8B;*/
            /*padding: 20px;*/
        /*    padding-left:20px;*/
        /*    padding-right:20px;*/
        /*    z-index: 9999;*/
        /*    text-align: center;*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-size: 28px;*/
        /*}*/
        /*.resort-count{*/
        /*  text-align: right;*/
        /*  margin-right: 2%;*/
        /*  padding-bottom:0;*/
        /*}*/
        
        /*.left-column {*/
        /*    display: flex;*/
        /*    flex-direction: column;*/
        /*    width: 33.33%;*/
        /*    height: 100%;*/
        /*    overflow: hidden;*/
        /*}*/

        /*.resort-list {*/
        /*    overflow-y: auto;*/
        /*    padding: 20px;*/
        /*    background: whicte;*/
        /*    height: 900vh;*/
        /*    box-sizing: border-box;*/
        /*}*/
        /*.resort-info{ */
        /*    padding:1%;*/
        /*  bottom: 0;*/
        /*  height:20vh;*/
        /*  width:70%;*/
        /*  z-index: 500;*/
        /*  display: block;*/
        /*  position: fixed; */
        /*  background-color:  #607D8B;*/
        /*  color: white;*/
        /*  text-wrap: balance;*/
        /*  text-align: left; */
        /*}*/

        /*.resort {*/
        /*    background: white;*/
        /*    padding: 10px;*/
        /*    margin: 10px 0;*/
        /*    border-radius: 5px;*/
        /*    box-shadow: 0px 0px 5px gray;*/
        /*    cursor: pointer;*/
        /*}*/
        /*#resort-details{*/
        /*    display: none;*/
        /*    overflow-y: auto;*/
        /*}*/
        /*.map-container {*/
        /*    flex: 2;*/
        /*    height: 100vh;*/
        /*}*/
        /*#map {*/
        /*    height: 100%;*/
        /*}*/
        /*.divider {*/
        /*    cursor: row-resize;*/
        /*    background-color: #ccc;*/
        /*    height: 10px;*/
        /*    width: 100%;*/
        /*}*/
        /*.search-bar {*/
        /*    padding: 10px;*/
        /*    background: white;*/
        /*    border-radius: 5px;*/
        /*    margin: 10px;*/
        /*}*/

        /*.special-elite-regular {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    font-size: 64px;*/
        /*    color: white;*/
        /*}*/
        
        /*.header-font {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    color: white;*/
        /*}*/
        /*.header-font-gray {*/
        /*    font-family: "Special Elite", system-ui;*/
        /*    font-weight: 400;*/
        /*    font-style: normal;*/
        /*    color:  #607D8B;*/
        /*}*/
        /*#search-input {*/
        /*    border-radius: 1%;*/
        /*    border: 10px solid #607D8B;*/
        /*    height: 5vh;*/
        /*    width: 30vw;*/
        /*}*/
        /*header {*/
        /*    background: #607D8B;*/
        /*}*/

        /*#company{*/
        /*    background-color: transparent!important;*/
        /*    color: #607D8B !important;*/
        /*    cursor: pointer;*/
        /*    font-size: 30px;*/
        /*    z-index: 9999;*/
        /*}*/

        /*#company a{*/
        /*    text-decoration: none ;*/
        /*    color: #607D8B !important;*/
        /*}*/
        /*.filter-dropdown {*/
        /*  position: relative;*/
        /*  display: inline-block;*/
        /*  width: 100%;*/
        /*  margin: 10px 0;*/
        /*}*/
        
        /*#filter-toggle {*/
        /*  background-color: #607D8B;*/
        /*  color: white;*/
        /*  padding: 10px;*/
        /*  font-size: 16px;*/
        /*  border: none;*/
        /*  width: 100%;*/
        /*  text-align: left;*/
        /*  cursor: pointer;*/
        /*  border-radius: 4px;*/
        /*}*/
        
        /*.filter-menu {*/
        /*  display: none;*/
        /*  position: absolute;*/
        /*  background-color: white;*/
        /*  width: 100%;*/
        /*  border: 1px solid #ccc;*/
        /*  max-height: 200px;*/
        /*  overflow-y: auto;*/
        /*  z-index: 1000;*/
        /*  box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
        /*  padding: 10px;*/
        /*  box-sizing: border-box;*/
        /*}*/
        
        /*.filter-menu label {*/
        /*  display: block;*/
        /*  margin-bottom: 8px;*/
        /*}*/
        /*.leaflet-bottom{*/
        /*    top:0;*/
        /*}*/
        
        /*#close-details{*/
        /*  font-family: "Special Elite", system-ui;*/
        /*  font-size:28px;*/
        /*  vertical-align: middle;*/
        /*  padding-left:2vw;*/
        /*}*/
        
        /*.title-bar div, h2{*/
        /*  display: inline-block*/
        /*}*/
        
        /*.cc-btn {*/
        /*    background-color: white !important;*/
        /*    color: #607D8B !important;*/
        /*    border: 1px solid #607D8B; */
        /*    transition: all 0.3s ease; */
        /*}*/
        

        /*.cc-btn:hover {*/
        /*    background-color: #607D8B !important;*/
        /*    color: white !important;*/
        /*    border: 1px solid white !important;*/
        /*}*/
        
        
        
        @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap'); /* Futuristic font */
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap'); /* Vintage spooky */

body {
    font-family: 'Arial', sans-serif;
    background-color: #111;
    margin: 0;
    height: 100vh;
/*     overflow: hidden; */
    color: #eee;
}

.sidebar {
    display: flex;
    flex-direction: column;
    width: 300px;
    min-width: 250px;
    border-right: 2px solid #333;
    background-color: #1a1a1a;
    height: 100%;
    color: #eee;
}

.region-filter {
    margin: 5px;
    color: #ccc;
}

.main-content {
    display: flex;
}

.content {
    flex-grow: 1;
    width: 100%;
}

.sighting {
    background:  #79857c;
    padding: 1%;
    margin:4%;
    border-radius: 2%;
    border: 2px solid #0f0;
}

#intro {
    background: #000;
    text-align: center;
    padding: 10px;
    font-family: 'Special Elite', serif;
    color: #0ff;
    font-size: 28px;
    text-shadow: 0 0 6px #0ff;
}

.resort-count {
    text-align: right;
    margin-right: 2%;
    padding-bottom: 0;
    color: #999;
}

.left-column {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    height: 100%;
    overflow: hidden;
}

.resort-list {
    overflow-y: auto;
    padding: 20px;
    background: #222;
    height: 900vh;
    box-sizing: border-box;
}



.resort-info {
    padding: 1%;
    bottom: 0;
    height: 20vh;
    width: 70%;
    z-index: 500;
    display: block;
    position: fixed;
    background-color: #333;
    color: #0f0;
    text-align: left;
}

.resort {
    background: #2b2b2b;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 8px #0f0;
    cursor: pointer;
    transition: background 0.3s;
}

.resort:hover {
    background: #444;
}

#resort-details {
    display: none;
    overflow-y: auto;
}

.map-container {
    flex: 2;
    height: 100vh;
}

#map {
    height: 100%;
    filter: brightness(0.8) contrast(1.2);
}

.divider {
    cursor: row-resize;
    background-color: #444;
    height: 10px;
    width: 100%;
}

.search-bar {
    padding: 10px;
    background: #222;
    border-radius: 5px;
    margin: 10px;
    color: #eee;
}

#search-input {
    background: #111;
    border: 2px solid #0f0;
    color: #0f0;
    padding: 8px;
    width: 90%;
    border-radius: 4px;
}

header {
    color: #0f0;
    padding: 20px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 32px;
    text-shadow: 0 0 5px #0f0;
}

.header-font-gray{
    font-family: 'Special Elite', serif;
}

 .header-font{
     font-family: 'Special Elite', serif;
     color:#0ff;
 }

#company {
    background-color: transparent !important;
    color: #0ff !important;
    cursor: pointer;
    font-size: 24px;
}

#company a {
    text-decoration: none;
    color: #0ff !important;
}

.filter-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

#filter-toggle-area, #filter-toggle-category {
    background-color: #333;
    color: #eee;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #555;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-radius: 4px;
}

.filter-menu {
    display: none;
    position: absolute;
    background-color: #1a1a1a;
    width: 100%;
    border: 1px solid #555;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    padding: 10px;
    box-sizing: border-box;
    color: #ccc;
}

.filter-menu label {
    display: block;
    margin-bottom: 8px;
}

.leaflet-bottom {
    top: 0;
}

#close-details {
    font-family: 'Special Elite', system-ui;
    font-size: 28px;
    vertical-align: middle;
    padding-left: 2vw;
    color: #f55;
}

.title-bar div, h2 {
    display: inline-block;
}

.cc-btn {
    background-color: #1a1a1a !important;
    color: #0f0 !important;
    border: 1px solid #0f0;
    transition: all 0.3s ease;
}

.cc-btn:hover {
    background-color: #0f0 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.sightings-list{
  height:60vh !important;
  overflow: auto;
}

.map-container{
  height:60vh;
}


.sighting-details{
  padding: 2%;
}
