html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

div {
    /* outline: 1px solid red; */
}

.leaflet-control-zoom {
    display: none;
    visibility: hidden;
}

.main {
    position: absolute;
    width: 100%;
    height: 100%;
}

#qrcode_uid {
    z-index: 1;
    width: 212px;
    height: 256px;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 7px black;
}

#qrcode_uid canvas {
    width: 210px;
    height: 210px;
}

.qr_uid_txt {
    font-size: 24px;
    padding: 5px 0 4px 23px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 7px;
    /* width: 100%; */
    background-color: #2a3c5b;
    border-radius: 7px;
    /* box-shadow: 0px 0px 2px 2px gray; */
}

.qr-warp {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.hhdr {
    position: absolute;
    width: 40px;
    top: 86px;
    left: 117px;
}

.scan-qr {
    width: 289px;
    position: absolute;
    top: -16px;
    left: -54px;
}

.bg-welcome-page {
    position: absolute;
    width: 100%;
    height: 100%;
}

.qrcode_hints {
    font-size: 14px;
    height: fit-content;
    width: fit-content;
    background-color: #ffffffd4;
    padding: 10px 28px 10px 215px;
    margin: 14px 14px 14px 50px;
    border-radius: 86px;
    box-shadow: 1px 1px 5px black;
    position: relative;
    border-top-left-radius: 89px;
    border-bottom-left-radius: 100px;
}

.slide {
    width: 1920px;
    height: 1080px;
    position: relative;
    margin: auto;
    margin-bottom: 700px;
    /* background-color: #93a3af69; */
}

.slide-port {
    display: flex;
    flex-direction: row;
}

.slide-4 {
    display: flex;
    flex-direction: row;
}

.port-left {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.port-map {
    z-index: 0;
    flex: 1;
    height: 578px;
    flex-direction: column;
}

.cities-info {
    position: relative;
    overflow: auto;
    /* flex: 1; */
    height: 340px;
    background-color: #02010100;
    /* background: linear-gradient(#eaeaea, #cccccc); */
    /* border-bottom: 2px #9c9c9c solid; */
    /* box-shadow: 0px 0px 11px 0px black; */
    font-size: 10pt;
    font-weight: bolder;
    text-shadow: 0px 1px white;
    /* opacity: .9; */
    margin: 15px 15px 59px 16px;
    /* border-radius: 19px; */
    /* border: 1px solid white; */
    /* filter: drop-shadow(2px 2px 4px black); */
    display : none;
    visibility: hidden; 
}

.city-map {
    z-index: 0;
    flex: 1;
    flex-direction: column;
}

.port-info {
    z-index: 2;
    flex: 2;
    /* display: flex; */
    flex-direction: column;
    background-color: rgba(13, 50, 77, 0.13);
    padding: 0px 0 0px 0px;
    border-bottom-left-radius: 10px;
    height: 954px;
    margin-top: 22px;
    border-top-left-radius: 10px;
    overflow: auto;
}

.city-info {
    margin-top: 0px;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: rgba(13, 50, 77, 0.71);
    padding: 63px 0 14px 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.port-name {
    /* background: linear-gradient(#eaeaeae0, #bfc4cc); */
    font-weight: 100;
    color: white;
    text-shadow: none;
    /* position: absolute; */
    padding: 4px 7px 3px 7px;
    font-size: 22px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    top: -31px;
    margin: 0px 0 0 24px;
}

.city-name {
    /* background: linear-gradient(#eaeaeae0, #bfc4cc); */
    font-weight: 100;
    text-shadow: none;
    color: white;
    position: absolute;
    padding: 4px 7px 3px 7px;
    font-size: 22px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    top: -32px;
    margin: 0px 2px 2px 2px;
}

.port-info-detail {
    /* flex: 1; */
    background: linear-gradient(#eaeaea, #cccccc);
    /* box-shadow: 2px 1px 7px 0px black; */
    font-size: 10pt;
    font-weight: bolder;
    text-shadow: 0px 1px white;
    margin: 0% 1% 11px 13px;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    position: relative;
    height: 144px;
    width: fit-content;
    float: right;
}

.city-info-detail {
    flex: 1;
    background: linear-gradient(#eaeaeae0, #ccccccc2);
    box-shadow: 2px 1px 7px 0px black;
    font-size: 10pt;
    font-weight: bolder;
    text-shadow: 0px 1px white;
    margin: 0% -15px 5% 15px;
    border-radius: 13px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.port-info-detail div {
    /*outline: 1px solid red;*/
}

.port-info-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 13px 6px 13px 6px;
    border-left: 1px solid #737373d1;
}

.city-info-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 7px 6px 6px 6px;
    border-left: 1px solid #737373d1;
}


.port-info-item .port-title {
    font-size: 12px;
    color: #4e4e4e;
}

.city-info-item .city-title {
    font-size: 14px;
    color: #4e4e4e;
}

.port-info-item .port-value {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex: 1;
}

.city-info-item .city-value {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex: 1;
}

.port-value img {
    position: absolute;
}

.port-unit {
    margin: 10px 6px 10px 6px;
    font-size: 14px;
    color: #4c4c4c;
}

.city-value img {
    position: absolute;
}

.city-unit {
    margin: 10px 6px 10px 6px;
    font-size: 14px;
    color: #4c4c4c;
}

.port-info-item .port-value-detail {
    font-size: 11px;

}

.port-info-space {
    height: 35px;
}

.city-info-item .city-value-detail {
    font-size: 11px;

}

.city-info-space {
    height: 35px;
}

.wilpel-list {
    /* background-color: #ffffff70; */
    height: 83%;
    top: 81px;
    width: 840px;
    left: 19px;
    position: absolute;
    /* border-radius: 21px; */
    overflow: auto;
    /* border-radius: 11px; */
    opacity: .9;
}

.wilpel-line {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    display: flex;
}

.wilpel-day {
    flex: 1;
    background-color: white;
    margin: 0 0px 0 2px;
}


.slide-title {
    position: absolute;
    padding: 6px 12px 4px 7px;
    margin: 20px 3px 0 20px;
    font-size: 20pt;
    width: fit-content;
    border-left: 9px solid #ca0000;
    background-color: #21212161;
    color: white;
    z-index: 1000;

}

.sub-slide-title {
    /* position: absolute; */
    padding: 11px 12px 8px 7px;
    /* margin: 20px 3px 0 20px; */
    font-size: 20pt;
    /* width: fit-content; */
    /* border-left: 9px solid #ca0000; */
    /* background-color: #21212161; */
    /* color: white; */
    z-index: 1000;
}

.slide-title-r {
    position: absolute;
    padding: 6px 12px 4px 7px;
    margin: 20px 3px 0 20px;
    font-size: 20pt;
    width: fit-content;
    border-left: 9px solid #ca0000;
    background-color: #21212161;
    color: white;
    z-index: 1;
    right: 25%;
}

.map-pointer-spread {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.map-center-space {
    flex: 1;
    padding: 85px 21px 85px 21px;
    z-index: 1;
    display: flex;
    flex-direction: row;
}

#map-wilpel {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background-color: #0021582b;*/
}

#map-port {
    background-color: #ffffff26;
    border-radius: 30px;
    margin: 83px 15px -5px 15px;
}

#map-city {
    background-color: transparent;
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.wilpel-video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.sat-video {
    width: 67%;
    object-fit: cover;
}

.indo-wilpel-video {
    width: 67%;
    object-fit: cover;
}

.map-ofs {

}

.resolution {
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000000e0;
}

.infografis {
    padding: 10px;
    top: 329px;
    position: absolute;
    width: 700px;
    height: 700px;
    /* border: 1px solid black; */
    left: 15px;
    background-color: #ffffff42;
}

.map-wilpel-video {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #734ae8;
    background-image: linear-gradient(315deg, #734ae8 0%, #89d4cf 74%);
}

.map-pdpi-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #182b3a;
    background-image: linear-gradient(315deg, #182b3a 0%, #20a4f3 74%);    
}

.map {
    position: absolute;
    width: 36%;
    height: 896px;
    right: 14px;
    top: 80px;
    background-color: #526e84;
    z-index: 1000;
    opacity: .8;
    /* background-color: transparent; */
}

.map-pointer-wilpel {
    /* background-color: red; */
    border: 2px solid red;
    position: absolute;
    width: 50px;
    height: 36px;
    top: 431px;
    left: 334px;
    z-index: 10000;
    filter: drop-shadow(-2px 4px 2px black);
    border-radius: 19px;
    /* opacity: .7; */
}

.mplt {
    position: absolute;
    width: 323px;
    height: 2px;
    left: -325px;
    top: 18px;
    background-color: red;
    /* box-shadow: -8px 7px 3px black; */
}

.mpll {
    position: absolute;
    height: 100px;
    width: 8px;
    left: -11px;
    top: -43px;
    background-color: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 3px solid red;
}

.mplx {
    position: absolute;
    opacity: 1;
    height: 100px;
    width: 1195px;
    left: 2px;
    top: 406px;
    background-color: #ffffff63;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 1px solid #ff00004d;
    border-bottom: 1px solid #ff000063;
    border-left: 4px solid red;
}

#x {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: red;
    display: none;
}

#y {
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: red;
    display: none;
}

.popup-point {

}


.left-pointers {
    display: flex;
    height: 100%;
    flex-direction: column;
    z-index: 2;
    width: 23%;
}

.right-pointers {
    display: flex;
    height: 100%;
    flex-direction: column;
    z-index: 2;
    width: 23%;
}

.label-icon {
    width: 113px;
    position: absolute;
    font-size: 15pt;
    color: white;
    left: 18px;
    text-shadow: 2px 2px 2px #000000;
}

.leaflet-div-icon {
    /* border: 2px solid orange; */
    /* background-color: orange; */
    background: transparent;
    border-radius: 10px;
    border: none;
    width: 5px !important;
    height: 5px !important;
}


.map-pointer {
    position: relative;
    width: 100%;
    height: 75%;
    /* background-color: rgba(33, 33, 33, 0.75); */
    /* color: white; */
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    padding: 6px 5px 6px 4px;
    /* border: 2px solid orange; */
    text-align: center;
}

.map-pointer-r {
    position: absolute;
    right: -12px;
    bottom: 45%;
    width: 5px;
    height: 5px;
    /*background-color: orange;*/
    /*border: 2px solid orange;*/
    border-radius: 5px;
}

.map-pointer-l {
    position: absolute;
    left: -12px;
    bottom: 45%;
    width: 5px;
    height: 5px;
    /*background-color: orange;*/
    /*border: 2px solid orange;*/
    border-radius: 5px;
}

.area-name-r {
    width: 100%;
    height: 20px;
    text-shadow: 1px 1px 1px black;
    color: white;
    text-align: right;
}

.area-name-l {
    width: 100%;
    height: 20px;
    text-shadow: 1px 1px 1px black;
    color: white;
    text-align: left;
}

.map-pointer-warp {
    width: 233px;
    height: 97px;
    /* margin-bottom: 24px; */
    float: left;
    /* margin-left: 24px; */
    margin: 19px 7px 0px 11px;
}

.no-w {
    width: 150px;
}

.map-pointer .des {
    color: black;
    font-size: 8pt;
}

.w-des {
    margin-left: 11px;
    font-size: 11px !important;
}

.map-pointer-weather {
    width: 100px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    text-shadow: none;
    color: white;
    position: relative;
    display: flex;
    flex-direction: column;
}

.map-pointer-weather img {
    position: absolute;
    width: 99px;
    top: -18px;
    left: 12px;
}

.map-pointer-ww {
    flex: 2;
    display: flex;
    flex-direction: row;
    border-left: 1px solid #989898;
}

.map-pointer-wave {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.map-pointer-wind {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.map-pointer-wave .mag {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-size: 14px;
}

.map-pointer-wind .mag {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-size: 14px;
}

.map-pointer-wind .det {
    font-size: 12px;
}

.map-pointer-wave .det {
    font-size: 12px;
}

.map-unit {
    font-size: 10px;
    margin-left: 6px;
}

.slide-time-slider {
    position: absolute;
    padding: 6px 12px 4px 7px;
    /* margin: 20px 3px 0 20px; */
    font-size: 20pt;
    top: 94px;
    width: fit-content;
    background-color: #ffffff;
    color: white;
    right: 29px;
    display: flex;
    flex-direction: row;
    /* border-radius: 7px; */
    z-index: 1000;
}

.slider-pointer {
    height: 42px;
    background-color: #e42b2b;
    width: 2px;
    top: -5px;
    position: absolute;
    border-radius: 7px;
}

.slider-pointer-h {
    width: 0;
    height: 0;
    left: -7px;
    top: -1px;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #e42b2b;
}

.slide-t-warp {
    display: flex;
    flex-direction: row;
    position: relative;
}

.slide-t {
    padding: 0px 10px 0px 10px;
    border-right: 2px solid #00000045;
    color: #000000;
}

.slide-effective-date {
    position: absolute;
    padding: 6px 12px 4px 7px;
    margin: 20px 3px 0 20px;
    font-size: 13pt;
    width: fit-content;
    /* border-left: 9px solid #ca0000; */
    background-color: #21212161;
    color: white;
    bottom: 47px;
    border-radius: 5px;
}

.legend-wilpel {
    position: absolute;
    padding: 6px 12px 4px 7px;
    margin: 17px 3px 0 18px;
    font-size: 10pt;
    width: fit-content;
    /* border-left: 9px solid #ca0000; */
    background-color: #212121d1;
    color: white;
    bottom: 61px;
    right: 42px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
}

.legend-pdpi {
    position: absolute;
    padding: 6px 12px 4px 7px;
    margin: 17px 3px 0 18px;
    font-size: 10pt;
    width: fit-content;
    /* border-left: 9px solid #ca0000; */
    background-color: #212121d1;
    color: white;
    bottom: 61px;
    left: 42px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
}

.legend-col-wilpel {
    width: 21px;
    height: 16px;
    margin-right: 10px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid white;
}

.legend-col-pdpi {
    width: 15px;
    height: 16px;
    margin-right: 10px;
    border-radius: 5px;
    /* border: 2px solid white; */
    background-color: #00ffdc;
    box-shadow: 0px 0px 5px white;
}

.legend-wilpel-seg {
    margin: 0 4px 0 4px;
    display: flex;
    flex-direction: row;
}

.slide-index-top {
    position: fixed;
    top: 14px;
    right: 8px;
    /*background-color: white;*/
    /* height: 30px; */
    /* width: 371px; */
    display: flex;
    text-align: center;
}

.slide-index-top div {
    /* flex:1; */
}

.slide-no {
    background-color: #ffffff7a;
    width: 31px;
    height: 23px;
    padding: 4px 0px 0 0px;
    margin: 0 3px 0 3px;
    font-size: 17px;
    border-radius: 4px;
    opacity: .5;
}

.slide-active {
    background-color: #b70000;
    color: white;
    opacity: .6;
    width: 59px;
}

.slide-line {
    position: fixed;
    background-color: white;
    top: 0;
    height: 5px;
    width: 100%;
    opacity: .5;
}

.slide-red {
    height: 100%;
    width: 50%;
    background-color: red;
}

.sticker-line {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.earthquake {
    position: absolute;
    width: 883px;
    height: 290px;
    right: 6px;
    bottom: 50px;
    border-top: 4px solid #b17a14;
    border-radius: 2px;
    background: linear-gradient(#ffc357, #af5100);
    opacity: 0.9;
    display: none;
    /* border: 1px solid; */
    /* box-shadow: 0px 0px 3px #0000007d; */
    /* filter: drop-shadow(0px 0px 5px black); */
}

.realtime-date {
    width: fit-content;
    padding: 5px 15px 5px 15px;
    font-size: 18pt;
    background-color: #4d0d0d;
    color: white;
}

.headline-info {
    flex: 1;
    padding: 4px 5px 4px 8px;
    font-size: 19pt;
    background-color: #7f5a83;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    color: white;
    overflow-x: auto;
}

.marquee {
    width: 100%;
    overflow: hidden;
    /* border: 1px solid #ccc; */
}

.headline-info-scroll {
    width: fit-content;
    height: 40px;
}

.span-logo {
    height: 22px;
    margin: 6px 19px -4px 19px;
    filter: drop-shadow(0px 1px 3px white);
}

.colorspan-red {
    color: white;
    background-color: #c60000;
    padding: 2px 8px 3px 5px;
    font-size: 8pt;
    border-radius: 12px;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 0px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #ffffff38;
}

.string-to {
    stroke-dasharray: 3;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
    animation: draw 10s infinite linear;
}


.metal {
    background: linear-gradient(#eaeaea, #cccccc);
    /* border-bottom: 2px #9c9c9c solid; */
    box-shadow: 2px 1px 7px 0px black;
    font-size: 10pt;
    font-weight: bolder;
    text-shadow: 0px 1px white;
    opacity: .9;
}

.tenang {
    animation: tenang .7s infinite linear;
}

.rendah {
    animation: rendah .7s infinite linear;
}

.sedang {
    animation: sedang .7s infinite linear;
}

.tinggi {
    animation: tinggi .7s infinite linear;
}

.sangat-tinggi {
    animation: sangat-tinggi .7s infinite linear;
}

.ekstrem {
    animation: ekstrem .7s infinite linear;
}

.dim {
    opacity: .5;
}


div[Tenang] {
    animation: tenang .7s infinite linear;
}

div[Rendah] {
    animation: rendah .7s infinite linear;
}

div[Sedang] {
    animation: sedang .7s infinite linear;
}

div[Tinggi] {
    animation: tinggi .7s infinite linear;
}

div[Sangat] {
    animation: sangat-tinggi .7s infinite linear;
}

div[Ekstrem] {
    animation: ekstrem .7s infinite linear;
}

@keyframes draw {
    from {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 10000;
    }
}

@keyframes tenang {
    from {
        fill: rgb(3, 1, 255);;
        background-color: rgb(3, 1, 255);;
    }
    to {
        fill: rgb(3, 1, 255);
        background-color: rgb(3, 1, 255);
    }
}

@keyframes rendah {
    from {
        fill: rgb(3, 117, 0);
        background-color: rgb(3, 117, 0);
    }
    to {
        fill: rgb(58, 132, 57);
        background-color: rgb(3, 117, 0);
    }
}

@keyframes sedang {
    from {
        fill: rgb(255, 249, 0);
        background-color: rgb(255, 249, 0);
    }
    to {
        fill: rgb(255, 249, 0);
        background-color: rgb(255, 249, 0);
    }
}

@keyframes tinggi {
    0% {
        fill: rgb(255, 120, 0);
        background-color: rgb(255, 120, 0);
    }
    50% {
        fill: rgb(255, 93, 0);
        background-color: rgb(255, 93, 0);
    }
    100% {
        fill: rgb(255, 120, 0);
        background-color: rgb(255, 120, 0);
    }
}

@keyframes sangat-tinggi {
    0% {
        fill: rgb(255, 4, 0);
        background-color: rgb(255, 4, 0);
    }
    50% {
        fill: rgb(204, 9, 0);
        background-color: rgb(204, 9, 0);
    }
    100% {
        fill: rgb(255, 4, 0);
        background-color: rgb(255, 4, 0);
    }
}


@keyframes ekstrem {
    0% {
        fill: rgb(255, 0, 229);
        background-color: rgb(255, 0, 229);
    }
    50% {
        fill: rgb(204, 0, 144);
        background-color: rgb(204, 0, 144);
    }
    100% {
        fill: rgb(255, 0, 229);
        background-color: rgb(255, 0, 229);
    }
}

.leaflet-control-attribution {
    visibility: hidden;
}

.static-map-warp {
    position: absolute;
    width: 100%;
    top: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #f0f8ff7a;
    padding: 15px 0 14px 0px;
}


.phone {
    position: absolute;
    right: 0px;
    bottom: 27px;
    width: 473px;
    filter: drop-shadow(2px 4px 5px black);
}

.info-met-text {
    font-size: 37px;
    position: absolute;
    top: 40px;
    left: 149px;
    background-color: #f0f8ffb0;
    padding: 20px 43px 20px 23px;
    border-left: 13px solid #8d0000;
}

.bmkg {
    font-size: 22px;
}

.sisfomet {
    font-size: 34px;
    border-bottom: 1px solid #00000045;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.logo-bmkg {
    width: 94px;
    top: 4px;
    left: -126px;
    position: absolute;
}


@media only screen and (min-width: 1900px) {
    .resolution {
        display: none;
        visibility: hidden;
    }
    .map-pointer-wind .mag {
        flex: 1;
        font-size: 20px;
        /* padding: 27px 6px 0px 4px; */
    }

    .map-pointer-wave .mag {
        flex: 1;
        font-size: 15px;
        /* padding: 27px 6px 0px 4px; */
    }

    .map-pointer .des {
        font-size: 10pt;
        padding: 0 0 0 5px;
        color: #525252;
    }

    .map-pointer-warp {
        width: 320px;
        height: 97px;
        /* margin-bottom: 24px; */
        float: left;
        /* margin-left: 24px; */
        margin: 19px 7px 0px 11px;
    }

    .area-name-r {
        width: 100%;
        height: 19px;
        text-shadow: 1px 1px 1px #929292;
        color: black;
        text-align: right;
        font-size: 15px;
    }

    .area-name-l {
        width: 100%;
        height: 23px;
        text-shadow: 1px 1px 1px black;
        color: white;
        text-align: left;
        font-size: 18px;
    }

    .wilpel-list {
        /* background-color: #ffffff70; */
        height: 895px;
        top: 81px;
        width: 1196px;
        left: 19px;
        position: absolute;
        /* border-radius: 21px; */
        overflow: hidden;
        /* border-radius: 11px; */
        opacity: 1;
    }

    .no-w {
        width: 235px;
    }

    .slide-title {
        position: absolute;
        padding: 6px 12px 4px 7px;
        margin: 20px 3px 0 20px;
        font-size: 28pt;
        width: fit-content;
        border-left: 9px solid #ca0000;
        background-color: #21212161;
        color: white;
    }

    .sub-slide-title {
        text-shadow: 0px 1px #ffffffe6;
        position: relative;
        padding: 0px 12px 3px 0px;
        margin: 0px 23px 0px 23px;
        font-size: 13pt;
        /* border-left: 9px solid #ca0000; */
        background: linear-gradient(#dedede, #bdbdbd);
        color: #6d6d6d;
        font-weight: bolder;
        /* top: -66px; */
        /* text-shadow: none; */
        text-align: center;
        line-height: 29px;
        border-radius: 7px;
        /* margin-bottom: 25px; */
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .slide-title-r {
        position: absolute;
        padding: 6px 12px 4px 7px;
        margin: 20px 3px 0 20px;
        font-size: 28pt;
        width: fit-content;
        border-left: 9px solid #ca0000;
        background-color: #21212161;
        color: white;
        right: 25%;
    }

    .slide-effective-date {
        position: absolute;
        padding: 6px 12px 4px 7px;
        margin: 4px 5px 0 16px;
        font-size: 20pt;
        width: fit-content;
        /* border-left: 9px solid #ca0000; */
        background-color: #21212161;
        color: white;
        bottom: 47px;
        border-radius: 5px;
    }

    .colorspan-red {
        color: white;
        background-color: #c60000;
        padding: 2px 8px 3px 5px;
        font-size: 13pt;
        border-radius: 12px;
        text-shadow: none;
    }

    .left-pointers {
        display: flex;
        height: 100%;
        flex-direction: column;
        z-index: 2;
        width: 23%;
    }

    .right-pointers {
        display: flex;
        height: 100%;
        flex-direction: column;
        z-index: 2;
        width: 23%;
    }

    .port-info-item .port-value {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        flex: 1;
    }

    .port-info-item .port-value-detail {
        font-size: 14px;
    }

    .port-info-item .port-title {
        font-size: 14px;
        color: #4e4e4e;
    }

    .port-info-item .port-value {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        flex: 1;
    }

    .port-info-item .port-value-detail {
        font-size: 14px;
    }

    .port-info-item .port-title {
        font-size: 16px;
        color: #4e4e4e;
    }


    .city-info-item .city-value {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        flex: 1;
    }

    .city-info-item .city-value-detail {
        font-size: 14px;
    }

    .city-info-item .city-title {
        font-size: 18px;
        color: #4e4e4e;
    }

    .area-wilpel-title {
        background-color: #4c4c4c;
        color: white;
        padding: 3px 2px 2px 10px;
        text-align: center;
        font-size: 17px;
        /* box-shadow: 1px 1px 13px 1px black; */
        position: relative;
    }

    .area-wilpel {
        height: 145px;
        background-color: #ffffff69;
        margin-bottom: 5px;
    }
}

[data-aos="reveal-item"] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 1s;
}

[data-aos="reveal-item"].aos-animate {
    visibility: visible;
}

.playstore {
    position: absolute;
    display: flex;
    right: 17px;
    bottom: 56px;
    flex-direction: column;
}

.appstore {
    position: absolute;
    display: flex;
    right: 130px;
    bottom: 55px;
    flex-direction: column;
}

.social {
    /* height: 38px; */
    /* width: 500px; */
    position: absolute;
    display: flex;
    background-color: #ffffff7a;
    padding: 10px;
    bottom: 53px;
    right: 240px;
    font-size: 19px;
    border-radius: 10px;
}

.social-item {
    display: flex;
    margin-right: 37px;
}

.social-logo {
    width: 21px;
    margin-right: 10px;
}


.qrcode_hints h2 {
    font-size: 22px;
}

.badge-code {
    background-color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 5px 1px 5px;
    margin: 4px 9px 4px 3px;
    border-radius: 12px;
    color: black;
    position: absolute;
    right: 0;
    top: 4px;
    box-shadow: 1px 1px 1px black;
}

.area-wilpel-title {
    background-color: #4c4c4c;
    color: white;
    padding: 5px 2px 2px 10px;
    text-align: center;
    font-size: 25px;
    /* box-shadow: 1px 1px 13px 1px black; */
    position: relative;
}

.area-wilpel {
    height: 180px;
    background-color: #ffffff69;
    margin-bottom: 0px;
}

.area-wilpel-weather {
    display: flex;
}

.hide-area {
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.day-desc {
    background-color: black;
    transform: rotate(-90deg);
    position: absolute;
    height: 17px;
    width: 87px;
    top: 23px;
    left: -34px;
    padding: 4px 0 3px 0px;
    border-top: 4px solid black;
    border-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wilpel-ico {
    background-color: white;
    width: 36px;
    color: black;
    font-weight: bold;
    border-radius: 7px;
    padding: 1px 0px 1px 7px;
    opacity: .7;
}

.port-info-a {
    display: flex;
    flex-direction: column;
}

.port_item {
    display: flex;
    flex-direction: column;
    position: relative;
    float: left;
    margin-left: 1px;
    margin-left: 35px;
}

.port_1 {
    position: absolute;
    top: 36px;
    left: 0px;
    z-index: 1000;
}

.port-info-a .port-info-detail {
    width: 1158px;
}

.port-info-b .port-info-detail {
    width: 558px;
}

.badge-port-today {
    position: absolute;
    background-color: brown;
    padding: 7px 18px 10px 18px;
    margin: 0 10px 0 13px;
    border-radius: 8px;
    opacity: 1;
    width: 112px;
    color: white;
    transform: rotate(-90deg);
    left: -84px;
    top: 91px;
    z-index: 10000;
    font-size: 13px;
    text-align: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.badge-port-12h {
    position: absolute;
    background-color: brown;
    padding: 7px 18px 10px 18px;
    margin: 0 10px 0 13px;
    border-radius: 8px;
    opacity: 1;
    width: 112px;
    color: white;
    transform: rotate(-90deg);
    left: -84px;
    top: 91px;
    z-index: 10000;
    font-size: 13px;
    text-align: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.low-opacity {
    opacity: .3;
}

.zero-opacity {
    opacity: 0;
}

.port_ico_0, .port_ico_1 {
    position: absolute;
    top: -37px;
    left: -29px;
}


.cities-date {
    display: flex;
    flex-direction: row;
    margin: 0px 28px -1px 28px;
    /* padding: 18px 19px 11px 19px; */
    font-size: 17px;
    background-color: #00000085;
}

.cities-date span {
    flex: 1;
    /* margin: 6px 21px 4px 15px; */
    /* background: #00520a; */
    padding: 10px;
    text-align: center;
    /* border-radius: 8px; */
    color: white;
    /* background: linear-gradient(#08007d, #a90000); */
    /* border-bottom: 2px #9c9c9c solid; */
    /* box-shadow: 2px 1px 7px 0px black; */
    font-size: 14pt;
    font-weight: bolder;
    text-shadow: none;
    opacity: 0.3;
}

.weather-cities {
    display: flex;
    background: linear-gradient(#eaeaea, #cccccc);
    flex-direction: row;
    margin: 0 14px 0 13px;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 11px;
    height: 131px;
}

.weather-cities-i {
    flex: 1;
    text-align: center;
    border-left: 1px solid #ada5a5;
    border-right: 1px solid whitesmoke;
    font-size: 16px;
}

.cities-day {
    font-size: 19px;
}

.cities-wdesc {
    margin-top: -17px;
}

.weather-cities-selected {
    border-bottom: 6px solid white;
    background-color: #ffffff24;
    opacity: 1 !important;
}

.cities-winfo {
    display: flex;
    padding: 6px;
    border-radius: 37px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0px 29px 0px 29px;
    background-color: darkgrey;
    border-top: 4px solid #656565;
    background: linear-gradient(#bdbdbd, #a9a9a9);
}


.cities-item {
    flex: 1;
    text-align: center;
    /* color: white; */
    text-shadow: none;
    font-weight: 300;
    font-size: 15px;
}

.cities-item span {
    font-size: 25px;
    margin-top: 22px;
}

.sub-slide-title span {
    font-size: 28px;
    color: black;
}

.weather-cities img {
    width: 101px;
}

.port-a {
    width: 1183px;
}

.port-b {
    width: 568px;
    float: left;
}

.cities-oneday {
    display: flex;
    position: absolute;
    width: 554px;
}

.cities-warp {
    margin: 1px 0 369px 0px;
}

.eq-image {
    position: absolute;
    width: 254px;
    height: 253px;
    /* outline: 1px solid; */
    top: 13px;
    left: 20px;
    background-color: #302312;
    border-radius: 15px;
}

.eq-linespan {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 3px;
    bottom: 0px;
    opacity: 1;
}

.eq-red {
    background-color: red;
    width: 50%;
    height: 100%;
}

.eq-dat {
    position: absolute;
    width: 239px;
    padding: 9px 54px 6px 16px;
    right: -1px;
    top: -51px;
    font-size: 27px;
    font-weight: bolder;
    color: #291e00;
    padding-bottom: 7px;
    z-index: 1;
    /* font-weight: bolder; */
    background-color: #e9b455;
    /* border-bottom: 4px solid #8c8c8c; */
    /* border-left: 11px solid #f19c00; */
    text-shadow: 0px 1px 1px #f3f3f3;
    /* border-top-right-radius: 27px; */
    border-top-left-radius: 20px;
    /* border-bottom-left-radius: 12px; */
    border: 1px solid #b17a14;
}

.eq-msg {
    position: absolute;
    background-color: #000000cf;
    width: 578px;
    height: 251px;
    top: 17px;
    left: 286px;
    border-radius: 15px;
    text-align: center;
    color: white;
}

.eq-image img {
    width: 244px;
    margin: 4px 0px 0px 5px;
    border-radius: 13px;
}

.eq-timer {
    position: absolute;
    right: 18px;
    top: -44px;
    opacity: .7;
    width: 40px;
    height: 33px;
    border-radius: 101px;
    border: 1px solid #dedede;
    background-color: #9c0000c4;
    font-size: 15px;
    /* padding: 8px 0px 0px 8px; */
    color: white;
    text-align: center;
    line-height: 5px;
    z-index: 1;
    border: 1px solid black;
}

.eq-timer div {
    /* width: 106px; */
    /* text-align: center; */
    /* top: 28px; */
}

.eq-mag {
    font-size: 53px;
    margin: 0px 132px 0 109px;
    float: left;
    text-align: center;
}


.eq-mag span {
    font-size: 24px;
}

.eq-depth {
    font-size: 55px;
    float: left;
}

.eq-depth span {
    font-size: 26px;
}

.val-eq-mag {
    font-size: 30px !important;
}

.val-eq-depth {
    font-size: 30px !important;
}

.eq-near {
    width: 100%;
    float: right;
    font-size: 25px;
    text-align: center;
    /* height: 45px; */
    padding: 12px 0 8px 0px;
    margin-top: 18px;
    background-color: #000000ba;
    color: white;
}

.eq-tsunami {
    float: right;
    font-size: 32px;
    width: 100%;
    background-color: #804100;
    color: white;
    padding: 6px 0 7px 0px;
    border-radius: 0px;
}

@keyframes flickerAnimation {
    0% {
        opacity: .9;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: .9;
    }
}

@keyframes glowAnimation {
    0% {
        box-shadow: 0px 0px 0px white;
    }
    50% {
        box-shadow: 0px 0px 5px white;
    }
    60% {
        box-shadow: 0px 0px 20px white;
    }
    100% {
        box-shadow: 0px 0px 31px white;
    }
}

.animate-flicker {
    animation: flickerAnimation 10s infinite;
}

.animate-glowing {
    animation: glowAnimation 2s infinite;
}

.eq-title {
    font-size: 26px;
    position: absolute;
    color: white;
    top: -52px;
    /*background-color: #332711;*/
    background: linear-gradient(#9e7223, #b25606);
    padding: 11px 11px 11px 28px;
    width: 537px;
    z-index: 0;
    height: 26px;
    border-left: 12px solid #8d0000;
    border: 1px solid #ce822c;
    border-top-left-radius: 10px;
    border-top-right-radius: 17px;
}

#eq-mag {
    font-size: 36px;
}

#eq-depth {
    font-size: 37px;
}

#map {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.57);
    opacity: .9 !important;
}

.timer-check {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 5px 5px 28px;
    border-radius: 13px;
    margin: 7px 9px 9px 0px;
    background-color: #a90000;
    box-shadow: 1px 2px 8px black;
    z-index: 1000;
    width: 68px;
    color: white;
    text-shadow: 1px 1px 1px black;
    text-align: left;
    display: none;
}

.slide-source {
    position: absolute;
    top: 74px;
    left: 20px;
    width: 684px;
    padding: 6px 9px 5px 10px;
    font-size: 22px;
    background-color: #00000038;
    color: white;
    border-left: 9px solid #ca0000;
    z-index: 1;
}

.pdpi-warp {
    width: 1883px;
    height: 848px;
    background-color: #3948548c;
    top: 128px;
    left: 18px;
    position: absolute;
    overflow-x: auto;
    /* border-radius: 22px; */
    z-index: 0;
}

.pdpi-warp-indo {
    width: 1883px;
    height: 838px;
    background-color: #39485400;
    position: absolute;
    overflow-x: hidden;
    border-radius: 22px;
    z-index: 0;
    top: 134px;
    left: 20px;
    opacity: .9;
    box-shadow: 0px 0px 4px white;
}

.pdpi-map {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff7a;
}

#map-pdpi-indo {
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
}


.pdpi-list {
    width: 100%;
    height: 100%;
    background-color: #f0f8ff14;
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 7px 0px 0px 12px; */
    overflow: auto;
}

.pdpi-list-title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bolder;
    background-color: #ffffff63;
    padding: 10px 0 10px 0px;
    box-shadow: 1px 1px 2px #00000085;
}

.pdpi-marker-board {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /* padding: 7px 0px 0px 12px; */
    overflow: hidden;
}

.pdpi-spot {
    width: 304px;
    height: 52px;
    float: left;
    margin: 7px 37px 20px 35px;
    border-radius: 12px;
    background: linear-gradient(#eaeaea, #cccccc);
    /* box-shadow: 2px 1px 7px 0px black; */
    font-size: 10pt;
    font-weight: bolder;
    text-shadow: 0px 1px white;
    box-shadow: 1px 0px 3px black;
    display: flex;
    position: relative;
}

.pdpi-spot > div {
    border-right: 1px solid darkgrey;
}

.pdpi-spot > div:nth-child(3) {
    border-right: none;
}

.pdpi-coor {
    /* flex: 1; */
    width: 100px;
    z-index: 1;
}

.pdpi-weather {
    flex: 1;
    text-align: center;
    position: relative;
}

.pdpi-wave {
    flex: 1;
    text-align: center;
}

.pdpi-current {
    flex: 1;
}

.pdpi-coor div {
    font-size: 12px;
    margin: 9px 8px 3px 5px;
    text-align: right;
}

.pdpi-waverg {
    font-size: 9px;
    margin-top: 5px;
}

.pdpi-wavedesc {
    margin-top: 13px;
    font-size: 12px;
}

.pdpi-wd {
    font-size: 9px;
    position: absolute;
    width: 97px;
    height: 20px;
    top: 33px;
}

.pdpi-weather img {
    position: absolute;
    left: 27px;
    top: -8px;
}

.pdpi-stat {
    background-color: #960000bd;
    width: 53px;
    height: 16px;
    position: absolute;
    left: -19px;
    top: 18px;
    transform: rotate(-90deg);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.pdpi-marker {
    position: absolute;
    /*background-color: #ffffff;*/
    height: 20px;
    width: 20px;
    left: -16px;
    top: 5px;
    border-radius: 15px;
    border: 2px solid white;
    box-shadow: 0px 1px 6px black;
    color: white;
    text-align: center !important;
    padding-bottom: 0px;
    text-shadow: none;
    font-size: 9px !important;
    line-height: 20px;
}


.pdpi-hint {
    position: absolute;
    right: 635px;
    top: 64px;
    z-index: 1;
}

.phint {
    background-color: #00000085;
    position: absolute;
    color: white;
    font-size: 10px;
    padding: 4px;
    border-radius: 5px;
}

.phint.hint-a {
    top: 21px;
    left: -102px;
}

.phint.hint-b {
    top: -41px;
    left: 103px;
}

.phint.hint-c {
    top: -42px;
    left: 209px;
}

.phint.hint-d {
    top: -42px;
    left: 289px;
    width: fit-content;
}

.hint-a > img {
    position: absolute;
    width: 14px;
    top: 1px;
    right: -22px;
    filter: invert(1) drop-shadow(2px 4px 6px black);
    /* filter: drop-shadow(2px 4px 6px black); */
}

.hint-b > img {
    position: absolute;
    width: 14px;
    top: 26px;
    right: 18px;
    filter: invert(1) drop-shadow(2px 4px 6px black);
    /* filter: drop-shadow(2px 4px 6px black); */
    transform: rotate(87deg);
}

.hint-c > img {
    position: absolute;
    width: 14px;
    top: 26px;
    right: 10px;
    filter: invert(1) drop-shadow(2px 4px 6px black);
    /* filter: drop-shadow(2px 4px 6px black); */
    transform: rotate(89deg);
}


.hint-d > img {
    position: absolute;
    width: 14px;
    top: 26px;
    right: 53px;
    filter: invert(1) drop-shadow(2px 4px 6px black);
    /* filter: drop-shadow(2px 4px 6px black); */
    transform: rotate(125deg);
}

.pdpi-hint > .pdpi-spot {
    margin: 4px 1px 0px 76px;
}

.marker-onboard {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    /*background-color: #0d324d;*/
    color: white;
    border: 2px solid white;
    font-size: 9px;
    z-index: 1;
    opacity: .8;
    text-align: center;
    line-height: 19px;
}

.marker-onboard-static {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    /*background-color: #0d324d;*/
    color: white;
    font-size: 9px;
    z-index: 1;
    opacity: .8;
    text-align: center;
    line-height: 19px;
}

.pdpi-board-title {
    background-color: #00000080;
    color: white;
    width: 577px;
    position: absolute;
    padding: 7px 0px 9px 9px;
    font-size: 21px;
    top: 8px;
    left: 37px;
    text-shadow: 1px 1px 2px black;
    border-left: 8px solid #ff8507;
}

.location-port {
    position: absolute;
    font-size: 10px;
    color: white;
    background-color: #b30000b5;
    width: 150px;
    text-align: center;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    left: 6px;
    top: -19px;
    border-left: 2px solid white;
}

.location-ar {
    position: absolute;
    background-color: white;
    height: 22px;
    width: 2px;
    left: -2px;
    top: 5px;
}

.fish-indo {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #00ffdc;
    z-index: 1000;
    margin: -9px 11px -3px -4px;
    border-radius: 2px;
    opacity: 0.7;
    box-shadow: 0px 0px 31px white;
}

.resolution>p {
    color: white;
    font-size: 29px;
    margin-top: 10%;
}
