.custom-toast{position:relative;display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000038;padding:16px;min-width:400px;max-width:550px;border:1px solid #e5e7eb;min-height:56px;animation:toast-slide-up .3s ease-out}@keyframes toast-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toast-slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.custom-toast.exiting{animation:toast-slide-down .3s ease-in forwards}.custom-toast-left-bar{position:absolute;left:0;top:0;bottom:0;border-top-left-radius:8px;border-bottom-left-radius:8px;width:8px}.custom-toast-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;margin-right:12px;margin-left:12px;background-color:transparent;border:2px solid}.custom-toast-icon span{font-size:14px;font-weight:700}.custom-toast-message{flex:1;color:#1f2937;font-size:14px;font-weight:500}.custom-toast-close{margin-left:12px;color:#8f939f;cursor:pointer;border:none;background:none;padding:4px;transition:color .2s ease;width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:4px;position:relative;z-index:10;flex-shrink:0}.custom-toast-close:hover{color:#4b5563;background-color:#f3f4f6}.custom-toast-close svg{width:16px;height:16px}.custom-toast-success .custom-toast-left-bar{background-color:#33a161}.custom-toast-success .custom-toast-icon{border-color:#33a161}.custom-toast-success .custom-toast-icon span{color:#33a161}.custom-toast-error .custom-toast-left-bar{background-color:#ef4444}.custom-toast-error .custom-toast-icon{border-color:#ef4444}.custom-toast-error .custom-toast-icon span{color:#ef4444}.custom-toast-warning .custom-toast-left-bar{background-color:#f59e0b}.custom-toast-warning .custom-toast-icon{border-color:#f59e0b}.custom-toast-warning .custom-toast-icon span{color:#f59e0b}.custom-toast-info .custom-toast-left-bar{background-color:#3b82f6}.custom-toast-info .custom-toast-icon{border-color:#3b82f6}.custom-toast-info .custom-toast-icon span{color:#3b82f6}