﻿#toast-container > .toast-success,
#toast-container > .toast-error,
#toast-container > .toast-info,
#toast-container > .toast-warning {
    background-image: none !important;
}

#toast-container > div {
    padding: 15px 15px 15px 15px !important;
}
#toast-container > .toast .toast-progress {
    background: rgba(255, 255, 255, 0.9) !important;
}
#toast-container > div {
    opacity: 1 !important;
    width: 350px !important;
    background: rgba(15,23,42,.97) !important;
    color: white !important;
    border-left: 8px solid #ff6b00 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.4) !important;
    padding: 15px 15px 15px 20px !important;
    background-image: none !important;
}

#toast-container > .toast-success {
    border-left-color: #22c55e !important;
}

#toast-container > .toast-error {
    border-left-color: #ef4444 !important;
}

.toast-title {
    font-weight: 700 !important;
}

.toast-message {
    margin-top: 5px !important;
}



.validation-error {
    color: #ff4d4f;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.input-error {
    border: 1px solid #ff4d4f !important;
}

body {
    outline: 5px solid red !important;
}