select#zipcode-search {
    width: 242px;
    font-size: 16px;
    text-align: center;
    height: 40px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#zipcode_search {
    width: 242px;
    font-size: 16px;
    text-align: left;
    height: 40px;
    padding: 5px 20px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}
p.not_match_zip_error, .space_match_zip_error {
    color: red;
    margin: 10px 0;
    font-size: 15px;
}
.gocardless_url {
    display: flex;
}
.gocardless_url .redirect_loader {
    display: inline-block;
}
a.gocardless_url:focus, a.gocardless_url:focus img, .not_match_zip_error a.contact_link:focus {
    background: unset!important;
    outline: unset!important;
}

.not_match_zip_error a.contact_link {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.7em;
    color: var( --e-global-color-text );
}
.not_match_zip_error a.contact_link:hover, .space_match_zip_error a.contact_link:hover {
    color: #02B8D3;
}
