#mapfullodp {
    height: 500px;
    width: 980px;
    border-radius: 8px;
}

.modal-full-odp {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 15; /* Pastikan modal berada di atas konten lain */
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    overflow: hidden;
    z-index: 15;
    flex-direction: column;
    padding: 10px;
    background-color: #e2e8f0;
    gap: 10px;
}

.modal-full-header {
    display: flex;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    justify-content: space-between;
    align-items: center;
}

.closemodalmap {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coordinate-input {
    display: flex;
    background-color: white;
    width: 300px;
    align-items: center;
    justify-content: space-between;
    padding-right: 2px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
}

.coordinate-input:focus {
    border: 1px solid #0ea5e9;
    background-color: white;
    box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0 0 0 2px #06b6d420;
}

input[type="text"].modalmapadd {
    width: 240px;
    height: 36px;
    display: inline-block;
    border: 1px solid #cbd5e100;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    /* background-color: #f8fafc; */
    padding-left: 8px;
    font-size: 14px;
    line-height: 16px;
    background-color: #ffffff00;
}

input[type="text"].modalmapadd:focus {
    border: 1px solid #0ea5e900;
    background-color: #ffffff00;
    box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0 0 0 2px #06b6d400;
}
