.sr-toast-container {
position: fixed;
top: 20px;
right: 20px;
z-index: 9999;
width: 320px;
}

.sr-toast {
position: relative;
margin-bottom: 10px;
padding: 12px 28px 12px 14px;
border-radius: 4px;
color: #fff;
font-size: 13px;
line-height: 1.4;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
opacity: 0.95;
}

.sr-toast-error {
background-color: #c0392b;
}

.sr-toast-infos {
background-color: #2e9e5b;
}

.sr-toast-header {
font-weight: 600;
margin-bottom: 4px;
}

.sr-toast-close {
position: absolute;
top: 6px;
right: 10px;
cursor: pointer;
font-size: 16px;
line-height: 1;
opacity: 0.8;
}

.sr-toast-close:hover {
opacity: 1;
}

.sr-field-normal {
transition: border-color 0.3s ease;
border-color: #d7d5cf !important;
}

.sr-field-error {
transition: border-color 0.1s ease;
border-color: #ff532e !important;
}
