

.toaster {
    text-align: left;
}

.toaster .title{
    display: inline;
    float: none;
}

.toaster .custom-toast {
    position: relative;
    padding: 10px 24px 10px 10px !important;
}

.toaster .custom-toast .close {
    padding: .25rem 1rem;
    outline: none !important;
    position: absolute;
    top: 0;
    right: -10px;
}
    


