﻿.eli-toast--status-only {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

    .eli-toast--status-only .toast-body,
    .eli-toast--status-only .toast-header {
        display: none !important;
    }

.eli-toast-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 0;
}

.eli-toast-status__circle {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    padding: 0;
}

.eli-toast-status__pill {
    width: auto;
    min-width: 50px;
    height: 40px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
    white-space: nowrap;
}

.eli-toast-status__circle--success,
.eli-toast-status__pill--success {
    background-color: rgb(25 135 84 / 85%);
}

.eli-toast-status__circle--danger,
.eli-toast-status__pill--danger {
    background-color: rgb(220 53 69 / 85%);
}

.eli-toast-status__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.eli-toast-status__img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: invert(1);
}

.eli-toast-status__text {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
}

.toast-container {
    position: fixed !important;
}