/*
 PHP version 8.0~

 @license   Commercial
 @copyright Copyright (c) 2026 Ingo Koch
 @link      http://www.computer-freak24.de
 @version   v1.5 05.2026
 @author    Ingo Koch <koch.ingo@t-online.de>
 @lastEdit  06.05.2026
*//* 
    Created on : 06.05.2026, 12:54:26
    Author     : stixnroll
*/

#toast-container.bo-toast-position {
    top: 330px;
    float: right;
    bottom: auto;
    right:-70px;
    width: 380px;
    position: fixed;
    z-index: 999999;
}

#toast-container.bo-toast-position .toast {
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    backdrop-filter: blur(4px);
}