@import url(https://fonts.googleapis.com/css2?family=Battambang:wght@400;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
.logo {
  font-weight: bold !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
div {
  font-family: "Inter", "Battambang", sans-serif !important;
}

.wrapper-file {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.wrapper-file .m-file-upload {
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;
    border: 1px dashed #ccc;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}
.wrapper-file .m-file-upload:hover {
    border: 1px dashed #000;
}
.wrapper-file .m-file-upload:active {
    border: 1px dashed #000;
}
.wrapper-file .m-file-upload:before {
    content: attr(data-val);
    display: block;
    width: 100%;
    height: 110%;
    font-size: 1.5em;
    text-align: center;
    line-height: 200px;
    color: #ccc;
    font-weight: bold;
    font-family: "Inter", "Battambang", sans-serif;
}
.wrapper-file .thum-img-w,
.wrapper-file #img_preview_edit,
.wrapper-file #doc_preview_edit {
    width: 74%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
    padding: 10px;
}
.wrapper-file .thum-img-w img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.wrapper-file .thum-img-w .img-wrap,
.wrapper-file #img_preview_edit .img-wrap,
.wrapper-file #doc_preview_edit .img-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
}
.wrapper-file .thum-img-w .img-thum,
.wrapper-file #img_preview_edit .img-thum,
.wrapper-file #doc_preview_edit .img-thum {
    display: block;
    width: 200px;
    height: 200px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border-radius: 3px;
    border: 1px dashed #ccc;
    transition: transform 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
}
.wrapper-file .thum-img-w .img-thum:hover,
.wrapper-file #img_preview_edit .img-thum:hover,
.wrapper-file #doc_preview_edit .img-thum:hover {
    cursor: move;
    border: 1px dashed #333;
}
.wrapper-file .thum-img-w .img-thum:before,
.wrapper-file #img_preview_edit .img-thum:before,
.wrapper-file #doc_preview_edit .img-thum:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.25s ease-in-out;
}
.wrapper-file .thum-img-w .close-img,
.wrapper-file #img_preview_edit .close-img,
.wrapper-file #img_preview_edit_owner .close-img-owner,
.wrapper-file #doc_preview_edit .close-img {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #b63838;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
}
.wrapper-file .thum-img-w .close-img:hover,
.wrapper-file #img_preview_edit_owner .img-wrap span.close-img-owner:hover,
.wrapper-file #img_preview_edit .img-wrap span.close-img:hover,
.wrapper-file #doc_preview_edit .img-wrap span.close-img:hover {
    background-color: #c65454;
    transform: scale(1.08);
}

.customPopup .leaflet-popup-tip,
.customPopup .leaflet-popup-content-wrapper {
    background: #ffc107;
    color: #563d7d;
}

.customPopup a.leaflet-popup-close-button {
    color: #563d7d;
}

.customPopup a.leaflet-popup-close-button:hover {
    color: #fff;
}
