/* Main Page */

.fsdfsdf {   /* * */
    /* Prevent Select */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                        supported by Chrome, Edge, Opera and Firefox */
}

html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    margin: 0;
    height: 100%;
    width: 100%;
    padding-bottom: 60px;
}

.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    z-index: 999;
}

.navbar-color{
    background-color: teal;
}

.sidepanel {
    height: 100%; 
    width: 0; 
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: teal;
    overflow-x: hidden;
    padding-top: 60px; 
    transition: 0.5s; 
    overflow-y: scroll;
}

.closebtn {
    position: absolute;
    top: 12px;
    right: 22px;
    background-color: teal;
    color: #c3c3c3;;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
    border: none;
    margin: 0;
}

.closebtn2 {
    position: absolute;
    background-color: teal;
    color: #c3c3c3;;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
    border: none;
    text-align: end;
    right: 0;
    margin: 0 22px 12px 0;
}
  
.openbtn {
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
    background-color: teal;
    border: none;
    color: white;
    margin: 0;
    padding: 0;
}
  
.closebtn:hover,.closebtn2:hover {
    color: white;
}

.sidepanel-content{
    padding: 16px;
}

.side-panel-h3{
    text-align: center;
    color: white;
}

.sidepanel p{
    color: white;
}

.img0{
    margin-left: 12.5%;
    width: 75%;
}

.img1,.img2,.img3,.img4{
    margin-left: 3.25%;
    width: 20%;
}

.img5,.img6{
    margin-left: 13%;
    width: 30%;
}

.img7,.img9{
    margin-left: 12.5%;
    width: 75%;
}

.img8{
    margin-left: 20%;
    width: 60%;
}

.img10{
    margin-left: 30%;
    width: 40%;
}

.login-form {
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(209, 218, 215);
    position: absolute; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: teal;
    border-color: teal;
}

.btn-primary:hover {
    background-color: darkslategray;
    border-color: darkslategray;
}

.iha-button-div{
    position: relative;
    top: 4px;
    left: 48px;
    padding: 8px;
    margin: auto;
    z-index: 500;
    display: none;
}

.iha-buttons{ 
    width: fit-content;
    border-width: 2px;
    font-size: 16px;
    background-color: #888888;
    color: black;
    border-radius: 8px;
    border-color: #444444;
    border-style: solid;
    margin-bottom: 0;
}

.iha.div{
    width: max-content;
}

@media (max-width: 600px) {
    .iha-div{ 
        width: min-content;
    }
    .iha-buttons{ 
        margin-bottom: 8px;
    }
 }


#iha-btn1 {
    background-color: white;
}

#map {
    /* height: calc(100% - 60px); */
    height: 100%;
    width: 100%;
    z-index: 0;
    display: none;
}

.leaflet-popup-content {
    max-height: 70vh;
    overflow-y: auto !important;
    margin-right: 30px;
}

.save-info-div {
    text-align: end;
    justify-content: end;
    margin: 0;
    position: absolute;
    right: 0px;
    top: 0;
}

.save-info-button {
    background-color: transparent;
    border: none; 
    color: grey;
    padding: 2px 8px; 
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    z-index: 99999;
  }
  
  /* Darker background on mouse-over */
  .save-info-button:hover {
    background-color: teal;
  }

  #loadingIndicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* .circle {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border-style: solid;
    font-size: 16px;
    font-weight: bold;
    border-color: black;
    opacity: 0.7;
  } */

#slider-date{
    margin: auto 30px auto 0;
    position: absolute;
    right: 0;
    bottom: 4px;
    z-index: 2;
    color: white;
}

#videoIcon {
    margin: auto 30px auto 0;  
    position: absolute; 
    left: 30px; 
    bottom: 4px; 
    z-index: 2; 
    color: white;
}

.slidecontainer {
    position: absolute;
    width: 100%; 
    bottom: 0;
    z-index: 1;
    background: #444444; 
    opacity: 0.7; 
    -webkit-transition: .2s;
    transition: opacity .2s;
    text-align: start;
}
  
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 80%; 
    height: 1px; 
    outline: none;
    background: white; 
    direction: ltr;
    margin: 14px 0 14px 60px;
}

@media (max-width: 1300px) {
    .slider{ 
        -webkit-appearance: none;  /* Override default CSS styles */
        appearance: none;
        width: 70%; 
        height: 1px; 
        outline: none;
        background: white; 
        direction: ltr;
        margin: 14px 0 14px 60px;
    }
 }

 @media (max-width: 900px) {
    .slider{ 
        -webkit-appearance: none;  /* Override default CSS styles */
        appearance: none;
        width: 50%; 
        height: 1px; 
        outline: none;
        background: white; 
        direction: ltr;
        margin: 14px 0 14px 60px;
    }
 }

 @media (max-width: 600px) {
    .slider{ 
        -webkit-appearance: none;  /* Override default CSS styles */
        appearance: none;
        width: 30%; 
        height: 1px; 
        outline: none;
        background: white; 
        direction: ltr;
        margin: 14px 0 14px 60px;
    }
 }

.slidecontainer:hover {
    opacity: 1;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none;
    width: 6px;
    height: 26px;
    background: black; 
    cursor: pointer; 
}

.slider::-moz-range-thumb {
    width: 6px; 
    height: 26px; 
    background: black; 
    cursor: pointer;
}