/* ================================================================================================================================================================ */
.efs {
    padding: 0 !important;
    margin: 0 !important;
}

.ef {
    display: none;
    padding: 0.5em;
    background: #f44336;
    color: #ffffff !important;
    border-radius: 2px;
    margin-bottom: 0.25em;
}

.wf {
    display: none;
    padding: 0.5em;
    background: rgba(255, 228, 30, 0.5);
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 0.25em;
}

.if {
    display: none;
    padding: 0.5em;
    background: #4f1eff;
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 0.25em;
}

.if:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f05a';
    padding-right: 10px;
}

.ef.static,
.wf.static,
.if.static {
    display: inherit;
}

.address-entry-mode button {
    background: #512683;
    padding: 10px;
    color: #ffffff;
    font-family: sofia-pro, sans-serif;
    border-radius: 25px;
    border: none;
    font-size: 17px;
    padding: 6px 20px 8px 20px
}

div.idpc_autocomplete {
    width: calc(100% - 308px);
}
