.toast.show {
    display: block;
    opacity: 1;
}
.toast .close{
    top: 1px!important;
}

.toast-date{
    margin-right: 20px;
}
.toast {
    max-width: 350px;
    width: 300px;
    overflow: hidden;
    font-size: 15px;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: .25rem;
}

.toast-type{
    text-transform: capitalize;
}

.toast.fade {
    transition: opacity .15s linear!important;
}

.toast-body{
    padding: 13px;
        word-break: break-all;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mr-2, .mx-2 {
    margin-right: .5rem!important;
}

.rounded {
    border-radius: .25rem!important;
}



.mr-auto, .mx-auto {
    margin-right: auto!important;
}

b, strong {
    font-weight: bolder;
}

.text-muted {
    color: #6c757d!important;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}

