html,
body,
#viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

#layerToggle {
    top: 20px;
    right: 20px;
    position: absolute;
    z-index: 99;
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    opacity: 0.75;
}
#info {
    color: #444;
    background-color: white;
    width: 200px;
    padding: 5px;
    text-align: left;
    overflow: auto;
    max-height: 300px;
    border-style: solid;
    border-color: #f3f3f3;
    border-width: 10px;
    border-top-width: 15px;
    border-bottom-width: 15px;
}
#title {
    color: rgb(255, 255, 255);
    background-color:rgb(10, 10, 10);
    font-size: 40px;
    padding-left: 1%;
    padding-bottom: .5%;

    
}


#results {
left: 50%;
top: 50%;
z-index: -1;
position: fixed;
color:rgb(255, 255, 255)
}

.esri-view-width-less-than-large .esri-popup__action-text {  display: block !important;}
.esri-view .esri-view-surface--inset-outline:focus::after {
outline: none !important;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    z-index: 10;

    }

.splashBackground{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(7, 7, 7, 0.7);
      z-index: 200;
    }

    .splashText{
      z-index: 201;
      color: white;
      text-align: center;
      height: 100%;
      width: 100%;
      margin-top:20%;           
    }

    .acceptButton {
        position: fixed;
        display: inline-block;
        background: black;
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        z-index: 250;
      }

    @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }
    .esri-basemap-gallery__item-thumbnail {
height: auto;
width: 100px !important;
box-shadow: 0 0 0 1px;
}