.remove-section {
    display: none;
}

.alert {
    margin-top: 10px;
    border-radius: 4rem;
}
.close:hover{
    color: black;
}
.show-section{
    display: block;
}
.entrustBtn{
    color: #74AEA1 !important;
    cursor:pointer;
}
.entrustBtn:hover{
    color: #0a58ca !important;
}

.error-list {
    color: #e1192c;
    margin-top: 4px;
    display: block;
}

.required-icon{
    color:#dc2626
}

#purpose-error{
    color: red;
    display: none;
}

#contact-map{
    height: 500px;
    width: 100%;
    position: relative;
    z-index: -1;
}

#property-map{
    height: 500px;
    width: 100%;
    position: relative;
    z-index: -1;
}