.border-t-1-s-e2e2e2 {
    border-top: 1px solid #e2e2e2;
}

.border-blue {
    border: 1px solid #25476a;
}

.border-grey {
    border: 1px solid grey;
}

.border-white {
    border: 1px solid white;
}

.border-none {
    border: none;
}

.border-right-none {
    border-right: none;
}

.border-t-1-lightgrey {
    border-top: 1px solid lightgray;
}

.border-b-1-lightgrey {
    border-bottom: 1px solid lightgray;
}

/* ===== After =====*/
.border-bottom-1-line-lgrey:after {
    content : "";
    height  : 1px;
    width   : 100%;
    border-bottom: 1px solid lightgray;
    margin: 14px calc(var(--bs-gutter-x) * .5) 14px calc(var(--bs-gutter-x) * .5);
}

/* ===== Addon border ===== */
.input-group-focus .input-group-addon {
    border-color: #212529 !important;
}

.has-error .input-group-focus .input-group-addon {
    border-color: #ea1c0d !important;
}

.has-error .input-group-addon {
    border-color: #f8877f !important;
}