.avatar-selected {
    border-color: #a3ff12 !important;
}

.color-selected {
    border-color: #a3ff12 !important;
}


.toast {
    opacity: 1 !important;
    box-shadow: none !important;
    font-size: 1rem;
}

.toast-top-right {
    top: 20px !important;
    right: 55px !important;
}

.toast.toast-success {
    background-color: #1BC5BD !important;
    color: #ffffff !important;
}

.toast.toast-info {
    background-color: #8950FC !important;
    color: #ffffff !important;
}

.toast.toast-warning {
    background-color: #FFA800 !important;
    color: #ffffff !important;
}

.toast.toast-error {
    background-color: #F64E60 !important;
    color: #ffffff !important;
}