@font-face {
    font-family: "NarkissBlock";
    src: url("/fonts/NarkissBlock-Regular.ttf") format("truetype");
    }

@font-face {
    font-family: "NarkissBlock-Semibold";
    src: url("/fonts/NarkissBlock-Semibold.ttf") format("truetype");
    }

body { margin:0;
        padding:0;
        }
#map { position:absolute;
        top:0;
        bottom:0;
        width:100%;
        }

#redLineSwitch
{
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    padding: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);

}
#layerMenu {
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    border-radius: 3px;
    width: 120px;
    border: 0.5px solid rgba(0, 0, 0, 1);
    }
     
    #layerMenu a {
    font-size: 15px;
    color: #404040;
    display: block;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    font-family: 'NarkissBlock';
    }
    
    .switch_label {
        font-size: 15px;
        margin: 0;
        font-family: 'NarkissBlock-Semibold';
        padding: 5px;
    }

    #layerMenu a:last-child {
    border: none;
    }
     
    #layerMenu a:hover {
    background-color: #f8f8f8;
    color: #404040;
    }
     
    #layerMenu a.active {
    background-color: #d80000;
    color: #ffffff;
    }
     
    #layerMenu a.active:hover {
    background: #d80000;
    }
    
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
      }
      
      /* Hide default HTML checkbox */
      .switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }
      
      /* The slider */
      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
      }
      
      .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
      }
      
      input:checked + .slider {
        background-color: #ccc;
      }
      
      input:focus + .slider {
        box-shadow: 0 0 1px #ccc;
      }
      
      input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
      }
      
      /* Rounded sliders */
      .slider.round {
        border-radius: 34px;
      }
      
      .slider.round:before {
        border-radius: 50%;
      }

    #popDescription, #credit, #popTitle { 
        direction: rtl;       
        font-family: "NarkissBlock";
        width:100%;
    }
    #nav_controoler {
        margin-top:5px;
        border-top: 1.75px solid red;
        border-bottom: 1.75px solid red;
    }
    #popTitle {
        display: flex;
        font-family: "NarkissBlock-Semibold";
        font-size: 29px;
        justify-content: center;
        align-items:center; padding-top: 4px;
        padding-bottom: 4px;
        margin-top:4px;
        line-height:1;
        text-align: center;
    }

    #popDescription {
        font-size: 19px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    #credit {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    #popImgDiv{
        display: flex;
        justify-content: center;
        align-items:center;
        width: 100%
    }

    .station_image {
        width: 310px;
      }
    .img_nav {
        height: 20px;
        cursor: pointer;

    }
    .maplibregl-popup-close-button {
        font-size: large; 
        color: #000000;
    }
    .mapboxgl-popup {
        z-index: 100;
      }
    .maplibregl-popup-content
    {
      padding: 18px 5px 0px 5px;
    } 

      .flex-container-title {
        display: flex;
        align-items: center;
        justify-content: center;

          }