.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;
}

li.dropdown {
    position: relative;
}

li.dropdown ul.dropdown-menu-lang {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 120px;
    z-index: 1000;
}

li.dropdown:hover ul.dropdown-menu-lang {
    display: block;
}

li.dropdown ul.dropdown-menu-lang li {
    padding: 5px 10px;
    cursor: pointer;
}

li.dropdown ul.dropdown-menu-lang li:hover {
    background-color: #f0f0f0;
}

.language-dropdown {
    position: relative;
}

.language-dropdown-toggle {
    display: flex;
    align-items: center;
}

.language-flag-main {
    margin-right: 8px;
}

.language-dropdown-menu {
    margin-left: 14px !important;
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 160px;
}

.language-dropdown-item {
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    width:140px;
    align-items: center;
}

.language-dropdown-item:hover {
    background-color: #f0f0f0;
}

.language-flag-item {
    vertical-align: middle;
    margin-right: 8px;
}