@CHARSET "UTF-8";
.gm-style-iw {
    /* width: 200px !important; */
    /* width: 250px !important;
	height: auto !important;
	left: 30% !important; */
    top: 1px !important;
    /* left: -5px !important; */
    /* background-color: #fff; */
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid #5d7d89;
    border-radius: 2px 2px 10px 10px;
}

.plot-infoW {
    width: 100% !important;
    /* width: auto !important; */
    /* 	top: 20px !important;
	left: 25px !important; */
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid #5d7d89;
    border-radius: 10px;
}

.phase-infoW {
    width: auto !important;
    top: 1px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid #5d7d89;
    border-radius: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.project-infoW {
    width: auto !important;
    top: 1px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid #5d7d89;
    border-radius: 10px;
    text-align: -webkit-center;
}

div>.iw-container {
    overflow: hidden !important;
}

.iw-container {
    margin-bottom: 2px;
}

.iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
    /* background-color: #48b5e9; */
    color: black;
    margin: 0;
    border-radius: 2px 2px 0 0;
}

.iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 5px 5px 5px 5px;
    max-height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100% !important;
}

.iw-content img {
    float: left;
    margin: 0 5px 5px 5px;
}

.iw-content p {
    font-size: 1.5vh;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.iw-subTitle {
    font-size: 13px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.ui-slider-horizontal {
    width: 122px;
    height: 3px;
    text-align: center;
    padding-top: 5px;
    border-radius: 2px !important;
}

.dotStyle>.ui-slider-handle {
    top: -3px !important;
    border: 2px #fff solid;
    background-color: #EF5350 !important;
}

.ui-slider-handle {
    top: -6px !important;
    border: 2px #fff solid;
    background-color: #EF5350 !important;
}

.glow {
    width: 100px;
    height: 100px;
    background-color: gray;
    margin: 50px 50px;
    -webkit-box-shadow: 0 0 20px #EF5350;
    -moz-box-shadow: 0 0 20px #EF5350;
    box-shadow: 0 0 20px #EF5350;
}

.opaSliderParent {
    font-size: 11px;
    font-weight: 500;
    padding: 7px !important;
    border: 1px solid #607D8B !important;
    margin-left: 2px !important;
    border-radius: 14px;
    background-color: #000000aa;
}

.gm-style-iw-d {
    overflow: overlay !important;
    max-width: 30vw !important;
    max-height: 500px !important;
    min-width:200px;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    max-height: 500px !important;
    min-width:200px !important;
    background-color: transparent;
}

.infostyle {
    font-size: 11px;
    font-weight: 500;
    /* background-color: #263238; */
    background-color:#000000aa;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg, rgb(38,28,24) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
}

.infoTitle {
    position:absolute; 
    bottom:0px; 
    border-bottom: 1px solid #5d7d89; 
    background-color:#0000007d;
}
.p-4{
    padding:4px !important;
}
.p-3{
    padding:3px !important;
}
.p-2{
    padding:2px !important;
}
.p-1{
    padding:1px !important;
}