.info-toast{width:340px;background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin-left:20px;margin-right:20px;margin-bottom:10px;border:1px solid #e6e6e6;position:relative}.toast-body{padding:14px;display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#495057;line-height:1.6;font-weight:500}.d-flex .info-toast:last-child{z-index:9999}.toast-progress-bar{position:absolute;top:40px;left:0;height:2px!important;border-radius:0 4px 4px 0;width:100%}.toast-progress-bar.toast-success{background-color:var(--color-primary)}.toast-progress-bar.toast-alert{background-color:var(--color-warning)}.toast-progress-bar.toast-error{background-color:var(--color-error)}.toast-progress-bar.warning{background-color:var(--color-warning)}