.toast {
    background-color: #030303 !important;
}
.toast-success {
    background-color: #51a351 !important;
}
.toast-error {
    background-color: #bd362f !important;
}
.toast-info {
    background-color: #2f96b4 !important;
}
.toast-warning {
    background-color: #f89406 !important;
}
.top-0 {
    top: 0rem;
}
.top-1 {
    top: 0.25rem;
}
.top-2 {
    top: 0.5rem;
}
.top-3 {
    top: 1rem;
}
.top-4 {
    top: 1.5rem;
}
.top-5 {
    top: 3rem;
}
.left-0 {
    left: 0rem;
}
.left-1 {
    left: 0.25rem;
}
.left-2 {
    left: 0.5rem;
}
.left-3 {
    left: 1rem;
}
.left-4 {
    left: 1.5rem;
}
.left-5 {
    left: 3rem;
}
.fs-sm {
    font-size: 0.8em;
}
@media only screen and (max-width: 767px) {
    .modal-deep {
        width: 100%;
        height: 100%;
    }
}
