body {
  position: relative;
}

/* The sidebar menu */
.sidenav {
  height: 80%; /* Full-height: remove this if you want "auto" height */
  width: 10%; /* Set the width of the sidebar 220px*/
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 100px; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Style page content */
.main {
  margin-left: 10%; /* Same as the width of the sidebar 220px */
  padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) 450px*/
@media screen and (max-height: 650px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav {
    width: 85px;
  }
  .sidenav {
    top: 50px;
  }
  .sidenav a {
    font-size: 12px;
  }
}

img {
  width: 100%;
}

/*  image view for location  */
.siema {
  margin: 0 auto;
  max-width: 100%;
  width: 90vw;
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.siema .img {
  max-width: 100%;
}

/* image view modal  */

#loc-images {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100100;
}
.body-blackout {
  position: absolute;
  z-index: 1010;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
}
.body-blackout.is-blacked-out {
  display: block;
}
.popup-trigger {
  display: inline-block;
}
.popup-modal {
  height: 465px;
  max-width: 750px;
  width: 95vw;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  z-index: 1011;
}
.popup-modal.is--visible {
  opacity: 1;
  pointer-events: auto;
}
.popup-modal__close {
  position: absolute;
  font-size: 3.5rem;
  right: 20px;
  top: 7px;
  z-index: 1;
  cursor: pointer;
  color: red;
}

#locationImages {
  margin: 2px;
  display: inline-block;
  border: 1px solid #ccc;
}
.zoomin-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  background: transparent;
  border: 0px;
}
.zoomout-btn {
  position: absolute;
  top: 40px;
  left: 10px;
  background: transparent;
  border: 0px;
}
.zoomin-btn i,
.zoomout-btn i {
  font-size: 22px;

  color: #fafafa;
  border-radius: 50%;
}
.zoomin-btn i:active,
.zoomout-btn i:active {
  color: #fafafa95;
}
.img-box {
  position: relative;
  height: 465px !important;
  width: 100% !important;
}
.img-wrapper {
  overflow: scroll;
  height: 100%;
}



/* side bar */

.sidebar {
  transition: 0.5s;
  height: 86%;
  width: 200px;
  background-color: #111;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 50px;
  z-index: 1;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
}

.sidebar a:hover {
  color: #f1f1f1;
}

#countrySelect {
  width: 150px;
  height: 30px;
  border: none;
  outline: none;
}

.menu-1 {
  display: flex;
  justify-content: center;
}
.menu-2 {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 10px;
}
.menu-2 a {
  position: relative;
  right: 40px;
}
.menu-1 i {
  filter: invert(100%);
}
.menu-2 img {
  filter: invert(100%);
  width: 20px;
  position: relative;
  left: 6px;
}
.menu-1 a {
  position: relative;
  bottom: 12px;
  right: 35px;
}

#districtSelect {
  width: 150px;
  height: 30px;
  border: none;
  outline: none;
  position: relative;
  bottom: 10px;
}
.fa-eye,
.show {
  position: relative;
  right: 5px;
}
.show {
  padding-left: 15px !important;
}
.show-fields {
  position: relative;
  bottom: 10px;
}
.show-fields label {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 140px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.show-text {
  width: 150px;
  height: 30px;
  background-color: white;
}
.stat {
  padding-left: 50px !important;
}
#statisticesSelect {
  width: 150px;
  height: 30px;
  border: none;
  outline: none;
  position: relative;
  bottom: 10px;
}
.statistics-section {
  position: relative;
  top: 20px;
}
.show-section {
  position: relative;
  top: 20px;
}
.district-section {
  position: relative;
  top: 20px;
}
.country-section {
  position: relative;
  top: 20px;
}
.login {
  padding-left: 10px !important;
  position: relative !important;
  bottom: 20px !important;
}
.country{
  width: 30px;
  filter: invert(1000%)!important;
  position: relative;
  bottom: 10px;
}
.show-icon{
  width: 30px;
  filter: invert(1000%)!important;
  position: relative;
  bottom: 10px;
  left: 22px;
}
.analysis{
  width: 30px;
  filter: invert(1000%)!important;
  position: relative;
  bottom: 10px;
  right: 15px;
}
.fa-bars {
  position: relative;
  left: 25px;
  filter: brightness(1200%) !important;

}

/* Side Bar Login Button*/
#login-btn {
  border: 2px solid #fff;
  padding: 0 15px;
  border-radius: 5px;
  transition: 0.25s;
  box-shadow: 0 0 5px #fff;
  font-size: 18px;
  background-color: white;
  color: black;
  position: absolute;
  top: -6px;
  left: -29px;
}
#login-btn:hover {
  background-color: #fff;
  color: #000;
}
#login-container {
  width: 100%;
  height: 100%;
  display: none;
  right: 0px;
  display: block;
  position: fixed;
  top: 0px;
}
.login-box-arrow {
  display: block;
  background-color: #fff;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 10px;
  top: -5px;
  transform: rotateZ(-45deg);
}
.login-container .input::placeholder {
  color: #818198;
}
.login-container .input {
  width: 100%;
  height: 30px;
  padding: 8px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #0053a3;
  border-radius: 5px;
  background-color: #fff;
  color: #000000;
}

.login-container {
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  position: absolute;
  left: 20px;
  top: 70px;
  width: 240px;
  padding: 10px;
  z-index: 1100;
}

.sidebar .btn-3 {
  cursor: pointer;
  background-color: black;
  width: 100%;
  height: 34px;
  display: block;
  color: #ffffff;
  margin: 2px 0 0;
  padding: 5px !important;
  text-align: center;
  line-height: 20px;
  border: 1px solid #0054a6;
  border-radius: 5px;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: normal;
}

/* Side Bar Hidden */
.sidebar-hide #countrySelect,
.sidebar-hide #districtSelect,
.sidebar-hide .show-fields,
.sidebar-hide #statisticesSelect {
  display: none;
}
#toggler-btn {
  cursor: pointer;
}
