.toast-container{
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 1000;
}

/* .toast, .toast-header {
    background-color: #008F3E !important;
    color: white !important;
}  */

.toast-header{
    border-bottom: 1px solid white;
}

.toast-container>div{
    position: relative;
}

.toast-header > img{
    height: 24px;
    margin: .5rem 0;
} 
.toast-header > strong{
    font-size: 16px;
    margin-left: .5rem;
} 

.toast-title{
    width: 100%;
    font-weight: bold;
    font-size: 1.25rem;
    margin-left: .75rem;
}

button[data-dismiss="toast"]{
    display: block;
    background-color: #008F3E !important;
    color: white !important;
    text-align: right;
    float: right;
}