

.upload--header {
    padding: 26px;
    color: #fff;
    font-weight: 500;
    background-color: #2c7eef;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    margin-top: 20px;
}

.span__add--property {
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    background-color: #2c7eef;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: 1px solid #2c7eef;
    margin-right: 5px;
}

.guide__album {
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 22px;
    cursor: pointer;
}

.guide__span {
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 22px;
    cursor: pointer;
}

/*Dropzone*/

.dropzone {
    text-align: center;
    background: white;
    border-left: 2px dashed #383838;
    border-right: 2px dashed #383838;
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px dashed #383838;
    border-top: 2px dashed #383838;
    border-image: none;
    /* max-width: 500px; */
    margin-left: auto;
    margin-right: auto;
}

.dropzone .dz-preview {
    display: inline-block;
}


.hzScroll {
    width: 580px;
    overflow: auto;
    white-space: nowrap;
}

.vScroll {
    max-height: 415px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

.d-grid-2 {
    display: grid;
    /* grid-template-columns: 50% 50%; */
    grid-template-columns: repeat(3, 1fr);
}

.d-grid-2 :first-child {
    grid-column: 1 / -1;
}

.upload__container{
    width: 840px;
    margin: 0 auto;
    text-align: initial;
}
.latlong__container{
    text-align: center;
}
#upload-image-btn{
        display: block;
        width: inline-block;
        width: 150px;
        margin: 0 auto;
        color: #2c7eef;
        border-radius: 3px;
        font-weight: bold;
        padding: 9px 0px;
}