#leaflet,
#map {
    width: 100%;
    height: 500px;
    border-radius: 15px;
}

@media (min-width: 768px) {
    #map {
        height: 600px;
        border-radius: 15px;
    }
}

.body {
    background-color: #E8E8ED;
}

.card {
    background-color: #F4FAFF;
    border-radius: 15px;
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 0px 46px rgba(0, 0, 0, 0.04);
}

.leaflet-control-layers-list {
    margin-top: -50px;
    margin-bottom: -50px;
    height: fit-content;
}

.img-thump-a {
    /* width: 133.33px; */
    height: 100px;
    border-radius: 10px;
    margin: 1px;
}

.img-thump-b {
    width: 100px;
    /* height: 133.33; */
    border-radius: 10px;
    margin: 1px;
}

.file-upload-button {
    appearance: none;
    background-color: #0563bb;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.2s;
    display: inline-block;
}

.file-upload-button input[type="file"] {
    display: none;
}

.file-upload-button:hover {
    background-color: #0069d9;
}

.image-container {
    position: relative;
    /* width: 133.33px; */
    /* height: 200px; */
}

.image-container img {
    display: block;
    max-width: 133.33px;
    max-height: 100%;
}

.notification-icon {
    position: absolute;
    top: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 2px;
}

.notification-icon::before {
    content: "x";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    line-height: 14px;
    background-color: red;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.btn-camera {
    appearance: none;
    background-color: #0563bb;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.2s;
    display: inline-block;

}

.btn-camera2 {
    appearance: none;
    background-color: #00bcd4;
    color: white;
    /* color: black; */
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.2s;
    display: inline-block;

}

.btn-cc {
    appearance: none;
    background-color: #E8E8ED;
    /* color: white; */
    color: black;
    border: #E8E8ED 1px solid;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.2s;
    display: inline-block;

}

.btn-success {
    appearance: none;
    background-color: #009908;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.2s;
    display: inline-block;

}

.btn-warn {
    background-color: #f3f3f3;
    color: #000000;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
}