.toastCont {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100000;
}
.toast:not(.as-toastDrag) {
    position: relative;
    z-index: 1000;
}
body .toast {
    max-width: 450px;
}
.hide {
    display: none !important;
}
.text-white {
    color: #fff !important;
}
.bg-success {
    background-color: #22af46 !important;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}
.fade {
    transition: opacity .15s linear;
}
.animated {
    -webkit-animation-fill-mode: backwards !important;
    animation-fill-mode: backwards !important;
}
.toast {
    box-shadow: none !important;
}
.toast-header {
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 10px;
    padding: .25rem .75rem;
    color: #858796;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.ml-1, .mx-1 {
    margin-left: .25rem !important;
}
.toast-title {
    overflow: hidden;
}
b, strong {
    font-weight: bolder;
}
.toast-body {
    padding: .75rem;
}
.toast-body {
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
	
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.toast-brand-icon img {
    max-width: 30px;
    max-height: 30px;
    margin-right: 5px;
}
img {
    vertical-align: middle;
    border-style: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}
.ml-2, .mx-2 {
    margin-left: .5rem !important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}