#viewDiv {
    padding: 0;
    margin: 0;
    height: 85vh;
}

body {
    font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.esri-view-height-less-than-medium .esri-popup__main-container {
    max-height: unset;
}
.esri-view-width-xlarge .esri-popup__main-container {
    width: unset;
}
.esri-component.esri-attribution.esri-widget {
    display: none;
}

.twitter-container {
    border-left: 2px solid #053163;
}
.welcome-message {
    position: absolute;
    top: 1vh;
    color: white;
}
.welcome-title {
    font-size: clamp(15px, 3vw, 30px);
    font-weight: 400;
    color: white;
    /* position: absolute; */
    padding-right: 15px;
    margin: 0;
}
span.welcome-box {
    display: block;
    width: 100%;
    text-align: right;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #c4c4c412);
}
.color-block {
    background: linear-gradient(180deg, rgba(14, 76, 141, 1) 0%, rgba(19, 55, 105, 1) 100%);
}
/* .navbar-content img {
    width: 100px;
    padding: 10px 0 10px 15px;
} */
.inner {
    position: absolute;
    top: 10%;
    right: 20%;
}
container-f {
    position: relative;
}
.row {
    row-gap: 25px;
}
.disabled {
    opacity: 1;
}
.containerBox {
    position: relative;
    display: inline-block;
}
.text-box {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 100%;
}
.text-box:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
h4 {
    display: inline-block;
    font-size: 20px; /*or whatever you want*/
    color: #fff;
}
.img-holder,
.disabled {
    background-color: black;
}

.body-content {
    height: 85vh;
    display: flex;
    align-items: center;
}
.contain-all {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.copyright {
    text-align: center;
    color: white;
}
.footer {
    margin-top: auto;
}
.footer-inner {
    text-align: center;
}

.block {
    position: relative;
    /* display: flex; */
    /* flex-direction: column; */
    text-align: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    border-radius: 3px;
}

.block img {
    border-radius: 3px;
    border-top-left-radius: 4px;
}

.block-title {
    position: absolute;
    float: left;
    text-align: left;
    width: 100%;
    background-image: linear-gradient(to left, rgba(19, 55, 105, 0.25), #ffd512);
    padding: 5px 0 5px 10px;
    border-radius: 3px 3px 0 0;
}
.block-title a {
    font-weight: 500;
    color: rgba(255, 255, 255);
    text-decoration: none;
    font-size: clamp(25px, 1vw, 35px);
    font-weight: bolder;
}
.map-holder {
    width: 600px;
    height: 600px;
    border-radius: 50%;
}

.Mobile {
    display: none;
}
.gradient {
    background: linear-gradient(271deg, rgb(0 47 96) 0%, rgb(0, 57, 136) 100%);
}
.container.copyright p {
    font-size: clamp(10px, 1vw, 15px);
}

.img-holder {
    /* display: inline-block; */
    /* vertical-align: middle; */
    -webkit-transform: perspective(5px) translateZ(0);
    transform: perspective(5px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.img-holder:hover {
    box-shadow: 4px 4px 4px rgba(104, 130, 235, 0.6);
}
.block:hover {
    box-shadow: 4px 4px 4px rgba(104, 130, 235, 0.6);
}
.middle {
    width: 600px;
    align-items: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: 0;
    padding: 15px;
    max-height: 300px;
}
.phaseFormBox {
    width: 500px !important;
}
.align-center{
    align-items: center;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1700px;
    }
}

@media only screen and (max-width: 600px) {
    .middle {
        width: unset;
        overflow-y: overlay;
        width: 100%;
    }
    .esri-component.esri-layer-list.esri-widget.esri-widget--panel {
        height: 150px;
    }
    .esri-component.esri-layer-list.esri-widget.esri-widget--panel.phase-selection {
        height: unset;
    }
    .project-title {
        order: 0;
        text-align: center;
    }
    .project-information {
        order: 1;
    }
    .banner-mobile {
        display: block;
    }
    img.img-fluid.banner-first-mobile {
        height: 6vh;
        padding-top: 1vh;
    }
    .banner-first-mobile img {
        text-align: center;
        max-width: 100%;
        height: 6vh;
        padding-top: 1vh;
    }
    .welcome-message {
        position: absolute;
    }

    .banner-second {
        display: none;
    }
    .Mobile {
        display: block;
        width: 200px;
        margin-left: 25vw;
    }
    .navbar-container {
        text-align: center;
    }
    .banner-first {
        display: none;
    }
}
#optionsDiv {
    background-color: white;
    color: black;
    padding: 6px;
    max-width: 400px;
}
.esri-view-width-xlarge .esri-popup__main-container {
    width: 460px;
}
