#wrapper>.message-wrapper{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.message-wrapper:focus-visible {
    outline: none !important;
}
.alert-success-light {
    background-color: #fff !important;
    border-left-width: 3px !important; 
    border-left-color: #198754 !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6 !important;
}
.btn-close {
    box-sizing: content-box !important;
    width: 1em !important;
    height: 1em !important;
    padding: .25em .25em !important;
    color: #000 !important;
    border: 0 !important;
    border-radius: .25rem !important;
    opacity: .5 !important;
    min-height: auto !important;
    margin-bottom: 0 !important;
}