.notamFilterFlexContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.notamFilterGroup{
    border: 2px solid #d3d3d3;
    padding: 5px;
    border-radius: 10px;
    min-width: 180px;
    max-width: 500px;
    flex: 1;
    position: relative;
    margin: 10px;
}

.notamFilterGroup-wide{
    border: 2px solid #d3d3d3;
    padding: 5px;
    border-radius: 10px;
    min-width: 300px;
    max-width: 500px;
    flex: 1;
    position: relative;
    margin: 10px;
}


.notamFilterTitle{
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

@media (max-width: 300px){
    .notamFilterGroup{
      flex: 100%;
      max-width: 100%;
    };
    .notamFilterGroup-wide{
        flex: 100%;
        max-width: 100%;
    }
}
.notamSearchFlexContainer{
    background-color:rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: 0px solid #d3d3d3;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 5px solid #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.notamSearchContainer{
    padding: 0px;
    max-width: 450px;
}

.notamBufferOverviewText{
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.notamBufferDisplay{
    margin: 15px;
    margin-left: 20px;
    margin-right: 20px;
overflow-y: scroll;
height: 70vh;
max-height: 500px;
max-width: 650px;
min-width: 300px;
width: 80vw;
background-color:#080712;
border-left: 5px solid #FFFFFF;
}

.notamBufferDisplay::-webkit-scrollbar {
    width: 10px;
    display: block;
    background-color:#191532;
}

.notamBufferDisplay::-webkit-scrollbar-thumb{
    background-color: #d3d3d3;
    border-radius: 10px;
}

.notamInBuffer{
    min-height: 50px;
    width: 100%;
    background-color:#100d1b;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.notamInBuffer:nth-child(odd){
    background-color: #080712;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.notamInBufferSelected{
    min-height: 50px;
    width: 100%;
    background-color:#E4C32F;
    color: #000000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

/* classes for NOTAM texts in the buffer view */

.notamFir{
    font-weight: bold;
}

.notamDetailsHidden{
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.5s ease-in-out;
}

.notamDetailsVisible{
    overflow: hidden;
    max-height: 500px;
    transition: max-height 0.5s ease-in-out;
}

/* two separate versions for on the map. They are functionally identical, but need to be different for the queryselector */
.notamDetailsHiddenMap{
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.5s ease-in-out;
}

.notamDetailsVisibleMap{
    overflow: hidden;
    max-height: 500px;
    transition: max-height 0.5s ease-in-out;
}

.notamInBufferMap{
    min-height: 50px;
    width: 100%;
    background-color:#100d1b;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.notamInBufferMap:nth-child(odd){
    background-color: #080712;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.notamInBufferSelectedMap{
    min-height: 50px;
    width: 100%;
    background-color:#E4C32F;
    color: #000000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}



.notamBufferAndMapFlexContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.notamBufferMap{
    margin: 15px;
    background-color: #080712;
    max-width: 500px;
    min-width: 350px;
    max-height: 500px;
    min-height: 350px;
    border-radius: 25px;
    aspect-ratio: 1/1;
}



.lds-facebook-notam {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-facebook-notam div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook-notam div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .lds-facebook-notam div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
  }
  .lds-facebook-notam div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
  }
  @keyframes lds-facebook-notam {
    0% {
      top: 8px;
      height: 64px;
    }
    50%, 100% {
      top: 24px;
      height: 32px;
    }
  }

  .notamLoadingText{
      font-size: 1.8rem;
  }
  

  .notamsTookTooLong{
    font-size: 1.8rem;
    margin-bottom: 5px;
    color: #FF0000;
  }





  .mapNotamOverlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .notamsOnMapTitle{
    font-size: 1.8rem;
    font-weight: bold;
    color: #E4C32F;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    height: auto;
    background-color: #080712;
  }

  .notamsOnMapSubTitle{
    color: rgb(201 173 130);
    font-size: 1.2rem;
    font-weight: normal;
  }

  .noRouteDrawnWarning{
    color: #FF0000;
    font-size: 1.3rem;
    font-weight: normal;
  }

  .notamAddedText{
    color: #00FF00;
    font-size: 1.3rem;
    font-weight: normal;
  }

  .notamRemovedText{
    color: #ffcc00;
    font-size: 1.3rem;
    font-weight: normal;
  }