.modal-body .fv-row {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.alham .stepper-item {
    margin-bottom: 30px;
}
#map {
    width: 100%;
    min-height: 500px;
}
.default {
    cursor: pointer;
}
.default:hover {
    opacity: 0.8;
}
#avatar-preview.loading, #cover-preview.loading {
    background-image: url('/static/img/loading.gif') !important;
    background-size: 40px 40px !important;
    background-repeat: no-repeat;
    background-position: center;
}
#avatar-preview, #cover-preview {
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-pre {
    width: 100%;
    text-align: center;
    margin-top: -50px;
    z-index: 1;
}
.logo-pre .image-input-circle {
    border: 2px solid white;
}