@font-face{
    font-family: "Ballooning";
    src: url("/fonts/c045fb8014d2a684726f20f1c1eface9.eot");
    src: url("/fonts/c045fb8014d2a684726f20f1c1eface9.eot?#iefix")format("embedded-opentype"),
        url("/fonts/c045fb8014d2a684726f20f1c1eface9.woff")format("woff"),
        url("/fonts/c045fb8014d2a684726f20f1c1eface9.woff2")format("woff2"),
        url("/fonts/c045fb8014d2a684726f20f1c1eface9.ttf")format("truetype"),
        url("/fonts/c045fb8014d2a684726f20f1c1eface9.svg#Ballooning")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}



h1 {
    font-family: "Ballooning";
}

body {
    font-family: Arial, Helvetica, sans-serif;
    /* cursor: url("/public/crosshairs.png"), auto; */
}

.crosshair {
    cursor: url("/crosshairs.png"), auto !important;
}

/* ::placeholder {
    background: rgba(4, 0, 0, 0.5);

} */

#loonsMenu {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 120px;
    height: auto;
    padding: 10px;
    z-index: 999;
    background: rgba(4, 0, 0, 0.5); 
    display: none; 
}

#countryInfo {
    display: none;
    position: fixed;
    background: rgba(4, 0, 0, 0.5);
    top: 10px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    padding: 7px;
    z-index: 999;
    color: #b8860b;
}

.sublink {
    font-size: 0.8em;
}

.sublink:hover {
    cursor: pointer;
}

.ovlButton:hover {
    cursor: pointer;
}

#loonViewControl {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -100px;
    width: auto;
    padding: 7px;
    z-index: 999;
    background: rgba(4, 0, 0, 0.5); 
}

.viewControlMenu {
    display: flex;
    font-size: 2em;
}

.viewControlButton {
    color: black;
    background-color: darkgoldenrod;
    border: 1px black solid;

    margin: 0px 1px 0px 1px;
    height: 35px;

}

.viewControlButton:hover {
    color: darkgoldenrod;
    background: rgba(4, 0, 0, 0.5);
    cursor: pointer;
}

.viewControlButton:active {
    background-color: rgba(4, 0, 0, 0.2);
}

.vcSelected {
    background-color: rgba(4, 0, 0, 0.5);
}

.vcOuter img {
    width: 50px;
}

.vcInner img {
    width: 30px;
    padding-top: 3px;
}

.vcUp img {
    width: 30px;
    height: 35px; 
}




#btnMyLoons, #btnNearLoons {
    width: 58px;
    font-size: 0.7em;
    margin: 0px;
}

.flexTile, #stateView {
    text-align: center;
    /* padding-top: 0.5em;
    padding-bottom: 0.5em; */
    /* background-color: darkgoldenrod; */
    margin-bottom: 3px;
}

.flexTile:hover, .flexTileHeader:hover {
    color: darkgoldenrod;
    background: rgba(4, 0, 0, 0.5);
}

#stateViewInner {
    margin-top: 0.3em;
    font-size: 0.8em;
}

.loonsMenuAction {
    text-align: center;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    background-color: darkgoldenrod;
    margin-bottom: 3px;
}

.loonsMenuAction:hover {
    color: darkgoldenrod;
    background-color: rgba(4, 0, 0, 0.5);
    margin-bottom: 3px;
}

#loonsMenuActions {
    margin-bottom: 10px;
    display: none;
}

#loonsMenuInner {
    display: none;
}

.flexTileHeader {
    background-color: darkgoldenrod;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.flexTileExpanded {
    padding-bottom: 1px;
}

.loonTile {
    font-size: 0.7em;
    background-color: rgba(4, 0, 0, 0.5); 
    color: darkgoldenrod;
    padding: 3px;
    border-left: darkgoldenrod 1px solid;
    border-right: darkgoldenrod 1px solid; 
    border-bottom: darkgoldenrod 1px solid;
}

.loonTile:hover {
    color: #555;
    background-color: darkgoldenrod;
}
/* .label2D {
    padding: 20px;
    color: yellow;
    background-color: #05000048;
    border-radius: 5px;
} */

.cityLabel2D {
    width: auto; 
    /* background: rgba(4, 0, 0, 0.314);  */
    padding: 3px; 
    text-align: center; 
    /* font-size: 0.7em; */
    color: rgb(225, 225, 5); 
}

.label2D { 
    width: 252px; 
    background: rgba(4, 0, 0, 0.314); 
    padding: 30px; 
    text-align: center; 
    
    border-radius: 5px; 
    color: yellow; 
    position: relative; 
    left: -235px;
    top: 40px;
} 

/* Creates triangular tip on the 
   end, for our speech bubble  
   with some styling */ 
.label2D:before { 
    content: ""; 
    position: absolute; 
    border-left: 50px solid rgba(4, 0, 0, 0.314); 
    border-right: 40px solid transparent; 
    border-top: 20px solid rgba(4, 0, 0, 0.314); 
    border-bottom: 20px solid transparent; 
    right: -89px; 
    top: 10px; 
}

.popContent {
    text-align: center;
}

.loonData {
    color: darkgoldenrod;
    font-size: 12px;
}

#login_message, #join_message {
    display: none;
    color: 'red';
}

.loonView {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 120px;
    height: auto;
    padding: 10px;
    z-index: 998;
    background: rgba(4, 0, 0, 0.5); 
}

.loonDetails {
    border: 1px solid darkgoldenrod;
}

.loonDetailsHeader {
    color: black;
    background-color: darkgoldenrod;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;

}

.loonDetailsInner {

    /* border-bottom: darkgoldenrod 1px solid; */
    color: darkgoldenrod;

    background-color: rgba(4, 0, 0, 0.5); ;
}

.loonActions {
    text-align: center;
    /* margin-top: 5px; */
    padding-bottom: 5px;

    background-color: rgba(4, 0, 0, 0.5);
    
}

.loonActions input {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: darkgoldenrod;
}

#stateView { 
    text-align: center;
    margin-top: 5px;
}

.countryContent {
    border-top: 1px solid darkgoldenrod;
    border-bottom: 1px solid darkgoldenrod;
    padding-bottom: 5px;
    padding-top: 5px;

    text-align: center;
}



.countryContentHeader {
     margin-bottom: 5px;
}

.myLoons {
    margin-top: 5px;
    font-size: 12px;
    /* border: 1px solid lightgray; */
    color: lightgray;
    margin-bottom: 5px;
}

.myLoonsHeader {
    color: black;
    background-color: lightgray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

    text-align: center;
}

.stateLine {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.FLMain {
    display: flex;
}

.FLMap {

}

.FLDetails {
    padding-left: 20px;
}

.FLFlag {
    max-width: 50px;
}

.trackMap {
    max-width: 300px;
}
.myLoonCard {
    margin: 5px 0px 5px 0px;
    
    display: flex;
    width: 100%;
    background-color:darkblue;
}

.myLoonCard, .loonTile table {
    width: 100%;
    /* border-bottom: solid 1px white; */
}
.myLoonCardSelected {
    background-color: lightgray;
    color: black;
}

.myLoonCard:hover {
    background-color: darkorange;
    color: black;
}

.countryContentFlag {
    margin: 10px;
    max-width: 80px;
}

#forgotPWD {
    font-size: 0.8em;
}

#forgotPWD a {
    color: darkgoldenrod;
    text-decoration: none;
}

#whatWhat {
    display: none;
}

#errorPopUpInner, #whatWhatInner {
    text-align: center;
}

#wikiLink {
    color: darkgoldenrod;
    font-size: 0.7em;
}

#cIheaderFlag {
    width: 50px;
    margin-top: 2px;
    margin-left: 2px;
}

#cIHeader {
    font-size: 1em;
    width: 100%;
}

#countryInfoInner p {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

#countryInfoHeader {
    color: black;
    background-color: darkgoldenrod;
}

/* #leaderBoardInner {
    width: 500px;
} */

.leaderBoardImg {
    width: 50px;
}

.overlayHeader {
    text-align: center;
}


.flightLogDiv {
    display: none;
}

.overlay {
    cursor: default;
    overflow: auto;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9000;
    cursor: pointer;
    text-align: center;
}

.overlay_inner {
    text-align: left;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px;
    height: auto;
    margin-top: 150px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    color: darkgoldenrod;
    padding-bottom: 50px;
    z-index: 9999;
}

.overlay_inner a {
    color: darkgoldenrod;
}

.inner_large {
    width: 600px;
}

.overlay_dialog {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.overlay input, textarea, select {
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0.5);
    color: darkgoldenrod;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.overlay_dialog select {
    width: 180px;
    height: 30px;
}

#color {
    width: 180px;
}

#loonMessage {
    width: 90%;
    height: 100px;
}


rect {
    fill:#b8860b;
}



/* .overlay_dialog_inner {
    text-align: left;
} */

/* scroll bar */

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  /* scroll bar end */

  .flexTileContent {
    display: none;
    overflow-y: scroll;
    max-height: 300px;
  }

  .displayBlock {
    display: block !important;
  }

  .displayNone {
    display: none !important;
  }

  body {
    overflow: hidden;
  }

  #hamSVG {
    display: none;
    width: 40px;
  }

  #mmHeading {
    display: block;
    width: 100%;
    color: #b8860b;
    font-size: 2em;
    font-family: "Ballooning";
    text-align: center;
  }



  /* should align with media query in main.js */
  @media only screen and (max-width: 600px) { 
    #globe {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #loonsMenu {
        display: none;
        width: 90%;
    }

    #login {

        overflow:hidden;
    }

    .overlay_inner {
        
        margin-left: auto;
        margin-right: auto;
        height: auto;
        padding: 10px;
        width: 90%;
        margin-top: 80px;
        
    }

    .overlay_dialog {
        width: 80%;
    }

    #mobileMenuButton {
        display: flex !important;
        flex-direction: row;
        font-weight: bold;
    }

    #hamSVG {
        display: block;
        
    }

    #mmHeading {
        display: block;
        width: 77%;
        color: #b8860b;
        font-size: 2em;
        font-family: "Ballooning";
        text-align: center;
    }

    #loonsMenuActions {
        margin-top: 10px;
    }

    #mobileMenuButton {
        display: flex;
    }

    .loonView {
        display: none;
        /* height: auto; */
        /* margin-left: auto;
        margin-right: auto; */
        position: fixed;
        bottom: 70px;
        top: auto;
        width: 90%;
        padding: 10px;
        z-index: 998;
        background: rgba(4, 0, 0, 0.5); 
    }

    #loonDetailsTable {
        border: darkgoldenrod 1px solid;

    }

    .loonData {
        display: flex;
        flex-wrap: nowrap;
    }

    #countryInfo {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 320px;
        
    }

    .FLMain {
        display: block;
    }

  }