@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&family=Gabarito:wght@400;700;900&family=Gloria+Hallelujah&family=Inter&family=Kablammo&family=Lato&family=Montserrat&family=Phudu&family=Roboto&display=swap');

#drop-area h4 {
    margin-bottom: 2px;
}

#drop-area.highlight {
    border-color: purple;
}

#fileElem {
    display: none;
}

.fileupload {
    text-align: center;
    margin-bottom: 0;
}

.fileupload i {
    font-size: 30px;
    color: #337ab7;
    margin-bottom: 20px;
}

.fileupload label {
    cursor: pointer;
    border: 2px dashed #0c3d64;
    border-radius: 12px;
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    position: relative;
}

.fileupload label:hover {
    opacity: 0.6;
}


.img {
    margin: 10px;
}

.img img {
    height: 40px;
}


.imagePrev .left-preview img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.imgSec {
    padding: 0px;
}

.Result {
    background-color: #f4f5f6;
    padding: 12px;
}

.btnDesign {
    font-family: 'Gabarito';
    color: #ffffff;
    font-size: 16px;
    font-weight: 500 !important;
    background: linear-gradient(95.64deg, #1c3d9f 0%, #3096cb 100.33%);
    border-radius: 1px;
    border: none;
    outline: none;
    padding: 6px 18px;
    margin-bottom: 20px;
}

.Result h2 {
    font-size: 28px;
    font-family: 'Gabarito';
    color: #005f89;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 0px;
}

.Result h2 span {
    font-weight: 500;
    font-size: 24px;
    margin-left: 6px;

}

/* custom css */
.fileupload .img_cnt {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

#map {
    height: 500px;
    width: 100%;
}

#location-btn {
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
}

.map_section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.map_section .image_metadata {
    width: 50%;
}

.map_section .image_metadata label {
    margin-bottom: 2px;
    color: #000;
    font-size: 14px;
}


.map_section .image_metadata .inp {
    margin-bottom: 14px;
}

.map_section .image_metadata input {
    height: 50%;
    padding: 2px 6px;
}

.imagePrev {
    background: #f6f6f6;
    padding: 12px;
    border-radius: 4px;
}

.img_section {
    padding: 12px;
    background: white;
    border-radius: 5px;
    border: 1px solid #005F88;
}

.error {
    padding: 4px 12px;
    background: #f9d8d8;
    color: red;
    border: 1px solid red;
    border-radius: 2px;
    margin-bottom: 6px;
}

.b_red {
    border: 1px solid red;
}

.success {
    background: #cdffd9;
    color: #04af2f;
    padding: 4px 12px;
    border: 1px solid #04af2f;
    border-radius: 4px;
    width: 65%;
}

.set_loc {
    background: #C8D3D6;
    border: none;
    color: #000;
    border-radius: 4px;
    padding: 2px 12px;
}

.set_loc:focus {
    outline: none;
}