.fa-cannabis,.fa-microscope,.fa-chart-pie{
    font-size: 40px;
}
.shadow_round{
    border:2px solid #f2f2f2;
}
.navbar-brand img{
 width: 150px;
 }

 #overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.716); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }
  .btn-custom-blue{
    background-color: #2a72ee;
  }
  .btn-custom-red{
    background-color: #ee2a5f;
  }
  .btn-custom-green{
    background-color: #32cd32;
  }


  #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
  }


  .container2 {
    position: relative;
    margin: 0 auto;
    width: 900px;
    height: 600px;
    border: 2px solid white;
  }
  .container2 .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 900px 100%;
  }
  .container2 .background-img {
    background-image: url("../../images/dgkhan_crop/S2_NDVI_2021.jpg");
  }
  .container2 .foreground-img {
    background-image: url("../../images/dgkhan_crop/S2_NDVI_2022.jpg");
    width: 50%;
  }
  .container2 .rgb-background-img {
    background-image: url("../../images/dgkhan_crop/S2_RGB_2021.jpg");
  }
  .container2 .rgb-foreground-img {
    background-image: url("../../images/dgkhan_crop/S2_RGB_2022.jpg");
    width: 50%;
  }
  .container2 .aoi12021background-img {
    background-image: url("../../images/dgkhan_crop/AOI1_2021.jpg");
  }
  .container2 .aoi12022foreground-img {
    background-image: url("../../images/dgkhan_crop/AOI1_2022.jpg");
    width: 50%;
  }
  .container2 .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.3);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container2 .slider:hover {
    background: rgba(242, 242, 242, 0.1);
  }
  .container2 .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
  }
  .container2 .slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
  }
  .container2 .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container2 .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
  }
  .container2 .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
  }
  .container2 .slider-button2 {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container2 .slider-button2:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
  }
  .container2 .slider-button2:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
  }
  .container2 .slider-button3 {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container2 .slider-button3:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
  }
  .container2 .slider-button3:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
  }
