.itsg_abnlookup_response {
    margin: 5px 0;
    padding-left: 25px !important;
    background: rgba(0, 0, 0, 0) url("../img/loading.gif") no-repeat scroll 0 20px; /* pre-load the loading gif */
}

.itsg_abnlookup_response.Active {
    background: rgba(0, 0, 0, 0) url("../img/active.png") no-repeat scroll 0 0;
    background-size: 18px 18px;
    background-position: 0 center;
}

.itsg_abnlookup_response.Cancelled {
    background: rgba(0, 0, 0, 0) url("../img/cancelled.png") no-repeat scroll 0 0;
    background-size: 18px 18px;
    background-position: 0 center;
}

.itsg_abnlookup_response.error {
    background: rgba(0, 0, 0, 0) url("../img/error.png") no-repeat scroll 0 0;
    background-size: 18px 18px;
    background-position: 0 center;
}

.itsg_abnlookup_response.loading {
    background: rgba(0, 0, 0, 0) url("../img/loading.gif") no-repeat;
    background-position: 0 center;
}

.itsg_abnlookup_checkabn.button {
    margin-left: 10px;
}

.gform_abnlookup_field .ginput_container_text {
    display: flex;
    gap: 5px;
}

.gform_abnlookup_field .ginput_container_text .itsg_abnlookup_checkabn {
    min-width: fit-content !important;
}