.weatherMapMain{
    width: 90%;
    max-width: 1200px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 60vh;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.weatherMapSubControlsContainer{
    padding: 10px;
    border-bottom: 4px solid #ffffff;
    background-color: #252329;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
}

.weatherMapSubControlsText{
    font-size: 1.5rem;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.weatherMapProgressOverlay{
    position: relative;
    height: 100%;
}

.weatherOverlayTopHalf{
    position: relative;
    height: 50%;
}

.weatherOverlayBottomHalf{
    position: relative;
    /* werkt als ik die naar absolute zet. WAAROM?!? */
    width: 100%;
    height: 50%;
}

.weatherProgressBarContainer{
    padding-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.weatherProgressBarUnderlying{
    position: relative;
    border-radius: 30px;
    width: 100%;
    height: 7px;
    background-color: #535353d3;
    z-index: 900;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.weatherProgressBarFilled{ 
    position: relative;
    border-radius: 30px;
    width: 60%;
    height: 100%;
    background-color: rgb(228, 195, 47);
    z-index: 901;
    transition: width 1s linear;
}

.weatherProgressBarTextLabel{
    clear: both;
    z-index: 901;
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;    
    /* text-shadow: 0px 1px 0px rgb(0, 0, 0), 0px -1px 0px rgb(0, 0, 0), 1px 0px 0px rgb(0, 0, 0), -1px 0px 0px rgb(0, 0, 0); */
    /* text-shadow: 0px 2px 3px rgb(0, 0, 0), 0px -2px 3px rgb(0, 0, 0), 2px 0px 3px rgb(0, 0, 0), -2px 0px 3px rgb(0, 0, 0); */
    text-shadow: 0px 1px 3px rgb(0, 0, 0), 1px 0px 3px rgb(0, 0, 0);
}

.weatherProgressBarTextContainer{
    z-index: 902;
    position: absolute;
    bottom: 14px;
    width: 100%;
    margin-left: auto; 
    margin-right: auto;
}


.weatherProgressBarTextButtonContainer{
    width: 100%;
    text-align: center;
}

.weathermap-btn{
    min-width: 50px;
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.7s ease-in-out;
    height: 32px;
    padding-left: 8px;  
    padding-right: 8px;
    background-color: #191532e8;
    border: 0px;
    border-style: solid;
    border-color: #ffffffe8;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: .3s;
    margin: 3px;
}

.weathermap-btn:hover {
    background-color: #06002e;
    transform: translate(0px, 2px);
}

.weathermap-btn-w-icon{
    min-width: 50px;
    transition: transform 0.7s ease-in-out;
    height: 32px;
    padding-left: 10px;  
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #191532e8;
    border: 0px;
    border-style: solid;
    border-color: #ffffffe8;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: .3s;
    margin: 3px;

}

.weathermap-btn-w-icon:hover {
    background-color: #06002e;
    transform: translate(0px, 2px);
}

.progressBarCurrentTimeContainer{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.arrowUpIcon{
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    height: 12px;
}


.progressBarCurrentTime{
    z-index: 908;
    position: relative;
    text-align: left;
    margin: 0px;
    width: fit-content;
}

.progressBarCurrentTimeIcon{
    z-index: 901;
    height: 12px;
    margin: 0px;
}

.progressBarCurrentTimeText{
    position: relative;
    font-size: 1.2rem;    
    text-shadow: 0px 1px 3px rgb(0, 0, 0), 1px 0px 3px rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    left: -.6rem;
    margin: 0px;
}

.searchingForMetarText{
    position: relative;
    z-index: 1000;
    font-size: 2rem;
    /* color:rgb(253, 202, 0); */
    color:rgb(38, 253, 0);
    background-color: #2d2b2b86;
    font-weight: bold;
    text-shadow: 2px 0px 1px rgba(0, 0, 0, 1),-2px 0px 1px rgba(31, 69, 106, 1),0px -2px 1px rgba(87, 73, 92, 1),0px 2px 1px rgba(33, 67, 96, 1);
}

.searchingForMetarInactive{
    position: relative;
    z-index: 1000;
    display: none;
}

.searchingForMetarActive{
    position: relative;
    z-index: 1000;
    display: block;
}


.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid rgb(0, 255, 13);
    box-shadow:rgba(0, 0, 0, 0.742) 0px 0px 0px 2px;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }



/* styled table voor het weer CSS */

.styled-table-metar {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    width: 80%;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-spacing: 5;
}

.styled-table-metar tr th {
    width: 35%;
    background-color: #374589;
    color: rgb(253, 253, 253);
    font-size: 2rem;
    border-bottom: 4px solid aliceblue;
}

.styled-table-metar th,
.styled-table-metar td {
    padding: 12px 15px;
    text-align: left;
}

.styled-table-metar td:first-child{
    border-right: 2px solid #ffffff28;
    /* border-right: 2px solid #ffffffc2; */
}


.styled-table-metar th{
    text-align: center;
}

.styled-table-metar tbody tr {
    border-bottom: 0px solid #dddddd;
    /* background-color: #3a393a; */
    background-color: #1f1e1e76;
}

.styled-table-metar tbody tr:nth-of-type(even) {
    /* background-color: #2d2b2b; */
    background-color: #2d2b2b76;
}

.styled-table-metar tbody tr:last-of-type {
    border-bottom: 4px solid #ffffff;
}

.styled-table-metar tbody tr.active-row {
    font-weight: bold;
    color: #191532;
}

.styled-table-metar tbody td.ifr-data {
    font-weight: bold;
    color: #eb3434;
}

.styled-table-metar tbody td.metar-data {
    font-weight: bold;
}

.styled-table-metar tbody td.mvfr-data {
    font-weight: bold;
    color: #3d34eb;
}

.styled-table-metar tbody td.vfr-data {
    font-weight: bold;
    color: #3E8E41;
}

.styled-table-metar tbody td.unknown-data {
    font-weight: bold;
    color: #A0A0A0;
}

.styled-table-metar tbody tr:first-child th:first-child {
    border-top-left-radius: 20px;
    padding: 5px;
  }
  .styled-table-metar tr:first-child th:last-child {
    border-top-right-radius: 20px;
  }
  /* .styled-table-metar tr:last-child td:first-child {
    border-bottom-left-radius: 30px;
  }
  .styled-table-metar tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
  } */
.metar-flightrules-data{
    font-weight: bold;
    text-align: center !important
}

.metarFlightrulesText{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: fit-content;
    height: fit-content;
    padding: 1px;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(253, 253, 253);
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    box-shadow: 0px 0px 2px rgb(0, 0, 0);
}

.rawMetar{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    margin-top: 12px;
    font-family: monospace;
    padding: 12px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 15px;
    color:rgb(253, 253, 253);
    background-color: #2d2b2b;
}


.windIndicatorMainContainer{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1 / 1;
    max-width: 400px;
    max-height: 400px;
    position: relative;
    overflow: hidden;
}

.windIndicatorMainAbsolutecontainer{
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.05s linear;
    pointer-events: none;
}

.compa{
    left: 0;
    position:absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    transition: transform 0.2s linear;
    pointer-events: none
}

.rwya{
    left: 0;
    position:absolute;
    height: 95%;
    top: 2.5%;
    width: 100%;
    z-index: 20;
    transition: transform 0.2s linear;
    pointer-events: none
}

.winda{
    left: 0;
    position:absolute;
    height: 100%;
    width: 100%;
    z-index: 30;
    transition: transform 0.2s linear;
    pointer-events: none
}

.mainWindContainer{
    margin-left: auto;
    margin-right: auto;
}

.crosswindcontainer{
    display: inline-block;
    text-align: center;
    margin: 5px;
    padding: 8px;
    padding-right: 15px;
    padding-left: 15px;
    background-color:rgb(35, 35, 35);
    border-left: 4px solid rgb(0, 220, 37);
}

.crosswindTitle{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.crosswindValue{
    font-size: 1.5rem;
    margin: 0px;
}

.currentWindIndicatorState{
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    background-color:rgb(35, 35, 35);
    border-left: 3px solid rgb(0, 220, 37);
}

/* styling for the TAF table and its elements */
.tafContainer{
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;  
    overflow: auto;
}

.tafContainer::-webkit-scrollbar{
    display: block;
    height: 7px !important;
}

.tafContainer::-webkit-scrollbar-track{
    background-color: #2d2b2b76 !important;
}

.tafContainer::-webkit-scrollbar-thumb{
    background-color: #f7f7f782 !important;
    border-radius: 30px;
}

.taf-table-head{
    width: 35%;
    background-color: #374589 !important;
    color: rgb(253, 253, 253);
    font-size: 2rem;
    border-bottom: 4px solid aliceblue;
}

.styled-table-taf{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.taf-table-head th{
    text-align: center;
    padding: 5px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.styled-table-taf tbody td{
    font-weight: bold;
    padding: 12px 15px;
    text-align: left;
    font-size: 1.5rem;
}

.styled-table-taf tbody td:not(:first-child){
    min-width: 150px;
    max-width: 150px;
    text-align: center;
    border-right: 2px solid #ffffff28;
}
.styled-table-taf tbody tr td:first-child{
font-weight: normal;
min-width: 50px;
border-right: 2px solid #ffffffc2;
}

.styled-table-taf tbody tr:nth-of-type(even){
    background-color: #2d2b2b76;
}
.styled-table-taf tbody tr{
    background-color: #1f1e1e76;
}

.styled-table-taf tbody tr:last-of-type{
    border-bottom: 4px solid #ffffff;
}

.weatherMapWarning{
    color: #ffffff;
    border: 2px solid #ff0000;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}


.weatherMapButtonWithImage{
    /* set background image in style per button */
background-origin: content-box;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-color: #191532e8;
height: 30px;
width: 50px;
padding: 5px;
font-weight: bold;
vertical-align: middle;
font-size: 1.5rem;
text-align: center;
}

.weatherMapButtonWithImage:first-child{
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}

.weatherMapButtonWithImage:last-child{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    }

.weatherMapButtonNoImage{
background-color: #191532e8;
height: 30px;
width: fit-content;
padding-left: 15px;
padding-right: 15px;
font-weight: bold;
vertical-align: middle;
font-size: 1.5rem;
text-align: center;
}    

.weatherMapButtonNoImage:last-child{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.weatherMapButtonNoImage:first-child{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.weathermapButtonsHolder{
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.weatherMapRadioButtonContainer{
    background-color:#191532e8;
    padding: 5px;
    padding-left:10px;
    padding-right:10px;
    margin-left: 10px;
    border-radius: 10px;
    width: fit-content;
    border-width: 2px;
    border: 2px solid #717171;
    border-right: 2px solid #0e0e0e;
    border-bottom: 2px solid #0e0e0e;
}