.mandatory::after {
    content: "*";
    margin-left: 5px;
    color: #F86C6B;
}

.form-control:focus {
    box-shadow: none;
}

.alert .close {
    padding-top: 10px;
}
.alert .close:hover {
    color: inherit;
}
.card-accent-primary {
    border-top: 3px solid #023F88 !important;
}
#modal_popup_confirm .close {
    color: black;
}

.btn-sm > *{
    vertical-align: text-bottom;
}