.breadcrumb {
    padding: 16px 0px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}

#UpdateButton {
    background: #273272;
}

#InsertButton {
    background: #273272;
}

input.query.form-control {
    margin-left: -5px;
}

button.btn.btn-default {
    color: white;
    background-color: #bf0707;
    border-color: #bf0707;
    width: max-content;
}

li.list-group-item.active {
    background: #273272;
}

a.btn.btn-primary.float-end.action.create-action {
    background: #273272;
}

input#NextButton {
    background: #273272;
}

input#PreviousButton {
    background: #273272;
    color: white;
}

#sfr_postalcodebtn {
    position: absolute !important;
    height: auto !important;
    margin-left: 0 !important;
}

ol.progress .list-group-item.active:after {
    border-left: 17px solid #82ad42;
    border-left-width: 17px !important;
    border-top-width: 22px !important;
    border-bottom-width: 24px !important;
}

ol.progress .list-group-item:before {
    border-left-width: 17px !important;
    border-top-width: 22px !important;
    border-bottom-width: 22px !important;
}

ol.progress .list-group-item:after {
    border-left-width: 16px !important;
    border-top-width: 21px !important;
    border-bottom-width: 22px !important;
}