.map-container {
    position: relative;
}
.map-title {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    padding: 0px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}

.map-title h4 b {
    margin-top: 50px;
}


.map-info-selam {
    position: absolute;
    overflow: hidden;
    top: 150px;
    right: 20px;
    z-index: 1000;
    width: 300px;
    height: 550px;
    background-color: white;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    align-items: center;
}
.map-info-selam h4 {
    text-align: center;
}
.map-info-selam p {
    text-align: justify;
}
.map-info-selam img {
    width: 100%;
    height: auto;
    display: block;
}

.map-info-ppdpi {
    position: absolute;
    overflow: hidden;
    top: 150px;
    right: 20px;
    z-index: 1000;
    width: 300px;
    height: 550px;
    background-color: white;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    align-items: center;
}
.map-info-ppdpi h4 {
    text-align: center;
}
.map-info-ppdpi p {
    text-align: justify;
}
.map-info-ppdpi img {
    width: 100%;
    height: auto;
    display: block;
}


.table-info{
    border-collapse: collapse;
    width: 100%;
}

.table-info th td {
    border: 1px solid #464646;
    padding: 8px;
}

.table-info tr {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    height: 50px;
    vertical-align: middle;
}

.map-title img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.transparent-btn {
    background-color: transparent;
    border: none;
    color: white;
    position: absolute;
    top: 5px;
    right: 8px;
    padding: 1px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}
.transparent-btn:hover {
    transform: scale(1.5);
}
.map-info-cuaca-selam {
    position: absolute;
    overflow: hidden;
    top: 150px;
    right: 295px;
    z-index: 900;
    width: 185px;
    height: 550px;
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    align-items: center;
}
