html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    position: relative;
  padding-bottom:90px; /* footer's height */
}

.u-footer--bottom-fixed, .u-footer--bottom-sticky {
    width: 100%;
    background-color: #4c66a4;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
}

.main-inner {
    height: 100vh;
}

.upload-info {
    cursor: pointer;
}

.img-preview {
    border: 1px dashed gainsboro;
    border-radius: 2px;
}

.border-upload {
    padding: 2px;
    border: 2px dashed gainsboro;
    border-radius: 10px;
}

.border-upload-error {
    padding: 2px;
    border: 2px dashed red;
    border-radius: 10px;
}
button:disabled {
    cursor: not-allowed;
}

.icon-see:hover {
    cursor: pointer;
}

#map { height: 50vh; width :50vw; margin-left:auto; margin-right:auto;}

.form-group-icon:hover {
      cursor: pointer;
}

.progress {

    font-size: .609375rem !important;

}

