/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('./common.css');
@import url('./list-events.css');
@import url('./location.css');
@import url('./radio.css');


#map-container {
  width: 100vw;
  height: 100vh;
}

.modal {
  width: 300px;
    height: 352px;
    position: fixed;
    z-index: 10000;
    right: 64px;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 32px 16px;
}
/* EoL Google Fonts */
/* Website, summoning */ 
.aim {
      width: 8px; /* Adjust size as needed */
      height: 8px; /* Adjust size as needed */
      border: 2px solid red; /* Color and style of the aim */
      border-radius: 50%; /* To create a circular aim */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 999; /* Ensure it's on top of other elements */
      pointer-events: none; /* Allows click-through to elements underneath */
    }
    
.opal75 {
  opacity: 0.75;
}

.modal.locationSearch_wrapper {
  top: 64px;
}

#search-input, #search-input:active, #search-input:hover, #search-input:focus, #search-input:focus-visible  {
    font-size: 14px;
    border:0px;
    outline: 0px;
    width: 260px;
    text-align: left;
    font-family: "Montserrat";
    padding-left:4px;
    font-weight: 500;
    /*text-transform: uppercase;*/
}

#results-list, #radios-list, #favorite-radios-list {
    list-style-type: none;
    padding: 0px 12px 4px 0px;
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.results-li, .radios-li {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
    cursor: pointer;
    background-color: #ededed;
    padding: 16px;
    margin: 4px;
    border-radius: 16px;
}

.results-li:hover, .radios-li:hover {
    cursor: pointer;
    background-color: #E5E5E5;
    padding: 16px;
    margin: 4px;
}

.event {
    cursor: pointer;
    /*background-color: #ededed;*/
    padding: 16px;
    margin: 4px;
    width: 360px;
    height: 100px;
    font-size: 14px;
}

.event:hover {
    cursor: pointer;
    background-color: #E5E5E5;
    padding: 16px;
    margin: 4px;
}

.news-ticker {
  width: 100%;
  height: 114px; /* Adjust the height as needed */
  overflow-x: scroll;
  overflow-y: hidden;
  border: 0px solid #ccc;
  position: relative;
}

.ticker-content {
  display: flex;
  flex-direction: row;
  gap: 10px; /* Adjust the gap between news items */
  position: absolute;
  top: 0;
  left: 0;
}


.grid-container {
  display: flex;
  flex-wrap: wrap;
  width: 300px; /* Adjust the width according to your layout */
  font-family: "Montserrat";
}

.event-container {
  display: inline-flex;
  cursor: pointer;
  flex-wrap: wrap;
  width: 520px;
    border-radius: 16px; height: 64px;
    padding:8px;
    box-shadow: 2px 2px 4px 4px #ededed;  
  /*font-family: "Montserrat";*/
}

.shadow25 {
    box-shadow: 2px 2px 4px 4px #ededed;
}

.grid-item {
  width: calc(50% - 18px); /* 2 columns with space between */
  height: 50px; /* Adjust the height according to your layout */
  margin: 5px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top:8px;padding-bottom:8px;
  padding: 4px;
}

.tempReport {
    font-size: 64px;
    margin-top:16px;
    font-family: "Montserrat";
}

.event-item {
  /*width: calc(50% - 18px);*/ /* 2 columns with space between */
  height: 50px; /* Adjust the height according to your layout */
  margin: 5px;
  background-color: #f0f0f0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top:8px;padding-bottom:8px;
  padding: 4px;
}

.event-information{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;   
    line-height: 18px;
}

.inactiveTag{
display: inline; background-color: #ff141a; color:#ffffff; font-size:10px; font-weight:800; padding: 2px 8px; margin-left:8px; border-radius:4px;
}

.activeTag{
display: inline; background-color: #18751b; color:#ffffff; font-size:10px; font-weight:800; padding: 2px 8px; margin-left:8px; border-radius:4px;
}

.temperature {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.caption {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #888;
}

.calendar {
    width:80px!important;
}

.calendarTitle {font-size:16px;font-weight: 700;}
.calendarFrom { font-size:12px;color: #666666;}
.calendarSeverity { font-weight: 700;font-size:12px;}

.day {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dayCaption {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  color: #888;
}

/* Style the tab buttons */
.tablinks {
    font-family: "Montserrat";
    background-color: #f2f2f2;
    padding: 8px 16px;
    cursor: pointer;
    border: 0px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 16px;
}

/* Style the active tab button */
.tablinks.active {
    background-color: #ddd;
    font-weight:700;
    border: 0px;
}

/* Style the tab content */
.tabcontent {
    display: none;
}

.tab_bar {
  margin-bottom: 16px;
}

.tab_header {
  margin-bottom: 16px;
}

/* Show the active tab content */
.tabcontent.show {
    display: block;
}

.fa-solid, .fa-regular, .fas {
    position: relative;
}

/* Scroll bar */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
