:root {
    --app-bg: #f3f6fb;
    --app-surface: #ffffff;
    --app-surface-soft: #f8fafc;
    --app-primary: #0f6c81;
    --app-primary-dark: #0c5667;
    --app-success: #15803d;
    --app-danger: #dc2626;
    --app-warning: #b45309;
    --app-info: #0369a1;
    --app-text: #172033;
    --app-text-soft: #475569;
    --app-muted: #64748b;
    --app-border: #d9e2ec;
    --app-border-strong: #c8d4e0;
    --app-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
    --app-radius: 8px;
    --app-radius-sm: 6px;
    --app-input-height: 38px;
    --app-font-size: 13px;
}

html {
    font-size: 14px;
}

body {
    background: var(--app-bg);
    color: var(--app-text);
    font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: var(--app-font-size);
    line-height: 1.42;
    overflow-x: hidden;
}

body.page-inbox {
    height: 100vh;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--app-text);
    letter-spacing: 0;
}

a {
    color: var(--app-primary);
}

.app-navbar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e6edf5;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    min-height: 64px;
}

.navbar-brand {
    flex-shrink: 0;
    font-size: 1.02rem;
    font-weight: 800;
}

.brand-mark {
    align-items: center;
    border-right: 1px solid #dbe4ee;
    color: #dc2626;
    display: inline-flex;
    font-size: 1.08rem;
    justify-content: center;
    min-height: 26px;
    padding-right: 12px;
}

.brand-text {
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 800;
}

.app-nav-list {
    flex-wrap: nowrap;
    gap: 0;
    margin-left: 8px;
    overflow: visible;
    white-space: nowrap;
}

.chat-thread-list::-webkit-scrollbar,
.chat-messages::-webkit-scrollbar {
    display: none;
}

.app-navbar .nav-link {
    align-items: center;
    background: transparent;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #64748b;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 6px;
    margin: 0 1px;
    min-height: 44px;
    padding: 8px 8px 7px;
    white-space: nowrap;
}

.app-navbar .dropdown-toggle::after {
    font-size: 0.72rem;
    margin-left: 6px;
    vertical-align: middle;
}

.app-navbar .nav-link i {
    font-size: 0.84rem;
}

.app-navbar .nav-link:hover {
    color: #334155;
}

.app-navbar .nav-link.active {
    border-bottom-color: #2563eb;
    color: #2563eb;
}

.org-pill {
    background: #f8fafc;
    border: 1px solid #dbe4ee;
    border-radius: 999px;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 700;
    max-width: 124px;
    overflow: hidden;
    padding: 5px 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logout-btn {
    background: #fff;
    border-color: #dbe4ee;
    border-radius: 999px;
    color: #0f172a;
    font-size: 0.76rem;
    font-weight: 700;
    min-height: 30px;
    padding: 5px 10px;
}

.logout-btn:hover {
    background: #f8fafc;
}

.app-navbar-toggler {
    border: 1px solid #dbe4ee;
    border-radius: 8px;
    padding: 0.3rem 0.48rem;
}

.app-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851,65,85,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.app-nav-user {
    flex-shrink: 0;
    margin-left: 8px;
}

.app-more-menu {
    border: 1px solid #dbe4ee;
    border-radius: 10px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    min-width: 220px;
    padding: 8px;
}

.app-more-menu .dropdown-item {
    align-items: center;
    border-radius: 8px;
    color: #475569;
    display: flex;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 10px;
    min-height: 38px;
    padding: 8px 10px;
}

.app-more-menu .dropdown-item i {
    font-size: 0.9rem;
}

.app-more-menu .dropdown-item:hover,
.app-more-menu .dropdown-item.active {
    background: #eff6ff;
    color: #2563eb;
}

main.container-fluid {
    max-width: 1600px;
    overflow-x: hidden;
}

.main-inbox {
    height: calc(100vh - 64px);
    max-height: calc(100vh - 64px);
    overflow: hidden;
}

.page-title {
    font-size: clamp(1.45rem, 1.7vw, 2rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 5px;
}

.page-subtitle {
    color: var(--app-muted);
    font-size: 0.88rem;
    margin-bottom: 0;
}

.section-title {
    font-size: 0.92rem;
    font-weight: 800;
}

.app-card {
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow);
}

.stat-card {
    min-height: 98px;
    padding: 16px;
}

.stat-label {
    color: var(--app-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.stat-value {
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.08;
    margin-top: 8px;
}

.alert {
    border-radius: var(--app-radius);
    font-size: 0.88rem;
}

.form-label {
    color: var(--app-text-soft);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.38rem;
}

.form-control,
.form-select {
    background: #fff;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-sm);
    color: var(--app-text);
    font-size: 0.86rem;
    min-height: var(--app-input-height);
    padding: 0.44rem 0.7rem;
}

.form-control::placeholder {
    color: #94a3b8;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(15, 108, 129, 0.46);
    box-shadow: 0 0 0 0.16rem rgba(15, 108, 129, 0.1);
}

textarea.form-control {
    min-height: 96px;
}

.form-control-lg,
.form-select-lg {
    border-radius: var(--app-radius);
    font-size: 0.88rem;
    min-height: 42px;
    padding: 0.5rem 0.78rem;
}

.btn {
    border-radius: var(--app-radius-sm);
    font-size: 0.84rem;
    font-weight: 700;
    min-height: 34px;
    padding: 0.44rem 0.78rem;
}

.btn-sm {
    font-size: 0.74rem;
    min-height: 28px;
    padding: 0.28rem 0.58rem;
}

.btn-primary {
    background: var(--app-primary);
    border-color: var(--app-primary);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--app-primary-dark);
    border-color: var(--app-primary-dark);
}

.btn-outline-primary {
    color: var(--app-primary);
    border-color: rgba(15, 108, 129, 0.3);
}

.btn-outline-primary:hover {
    background: rgba(15, 108, 129, 0.08);
    border-color: var(--app-primary);
    color: var(--app-primary-dark);
}

.btn-light.border,
.border.rounded-2 {
    border-color: var(--app-border) !important;
}

.table {
    font-size: 0.84rem;
    margin-bottom: 0;
}

.table thead th {
    border-bottom-color: var(--app-border-strong);
    color: #334155;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    padding: 0.74rem 0.68rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.table td {
    border-color: #edf2f7;
    padding: 0.72rem 0.68rem;
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    background: rgba(15, 108, 129, 0.03);
}

.badge {
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.32rem 0.5rem;
}

.badge-soft {
    background: #e8f7ee;
    color: #166534;
}

.bg-primary {
    background-color: #1d4ed8 !important;
}

.bg-success {
    background-color: #15803d !important;
}

.bg-danger {
    background-color: #dc2626 !important;
}

.bg-secondary {
    background-color: #64748b !important;
}

.bg-info {
    background-color: #67e8f9 !important;
}

.pagination .page-link {
    background: #fff;
    border-color: var(--app-border);
    color: var(--app-primary);
    font-size: 0.8rem;
    min-width: 32px;
    text-align: center;
}

.pagination .page-item.active .page-link {
    background: var(--app-primary) !important;
    border-color: var(--app-primary) !important;
    color: #ffffff !important;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
    background: var(--app-primary) !important;
    border-color: var(--app-primary) !important;
    color: #ffffff !important;
}

.pagination .page-item.disabled .page-link {
    background: #f8fafc;
    color: #94a3b8;
}

.progress {
    background: #e7edf4;
    border-radius: 999px;
}

.message-preview {
    background: #f4faf8;
    border: 1px solid #d5ebe1;
    border-radius: var(--app-radius);
    color: var(--app-text);
    font-size: 0.86rem;
    min-height: 80px;
    padding: 12px;
    white-space: pre-wrap;
}

.config-panel {
    background: #f8fcf9;
}

.config-panel .form-label {
    color: #334155;
}

.login-screen {
    align-items: center;
    background: linear-gradient(135deg, #eaf4f3, #f7f9fc 52%, #eef6ff);
    display: flex;
    min-height: 100vh;
}

.login-card {
    border: 1px solid var(--app-border);
    border-radius: 10px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
}

.inbox-shell {
    background: #e8ddd2;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow);
    display: flex;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow: hidden;
    width: 100%;
}

.inbox-sidebar {
    background: #fff;
    border-right: 1px solid #dde5ed;
    display: flex;
    flex: 0 0 312px;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.inbox-sidebar-header {
    align-items: center;
    background: #f0f2f5;
    display: flex;
    min-height: 58px;
    padding: 10px 12px;
    position: sticky;
    top: 0;
    z-index: 3;
}

.inbox-title {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
}

.inbox-subtitle {
    color: var(--app-muted);
    font-size: 0.74rem;
    margin: 0;
}

.inbox-search {
    background: #fff;
    border-bottom: 1px solid #edf0f3;
    padding: 8px 10px;
    position: sticky;
    top: 58px;
    z-index: 2;
}

.inbox-search .form-control {
    background: #f0f2f5;
    border: 0;
    min-height: 34px;
}

.chat-thread-list {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: none;
}

.chat-thread {
    color: inherit;
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    text-decoration: none;
    transition: background 0.15s ease;
}

.chat-thread:hover,
.chat-thread.active {
    background: #e9edef;
}

.chat-avatar {
    align-items: center;
    background: #d8f3dc;
    border-radius: 50%;
    color: #166534;
    display: flex;
    flex: 0 0 36px;
    font-size: 0.84rem;
    font-weight: 800;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.chat-avatar.large {
    flex-basis: 40px;
    height: 40px;
    width: 40px;
}

.chat-thread-main {
    border-bottom: 1px solid #edf0f3;
    min-width: 0;
    padding-bottom: 9px;
    width: 100%;
}

.chat-thread-name,
.chat-header-name,
.chat-document-name {
    font-weight: 750;
}

.chat-thread-time,
.chat-thread-preview,
.chat-thread-phone,
.chat-header-phone,
.message-meta {
    color: #667085;
    font-size: 0.72rem;
}

.chat-thread-preview,
.chat-thread-phone,
.chat-document-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.unread-badge {
    align-items: center;
    background: #25d366;
    border-radius: 999px;
    color: #063b1f;
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 800;
    height: 19px;
    justify-content: center;
    min-width: 19px;
    padding: 0 6px;
}

.inbox-conversation {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.chat-header {
    align-items: flex-start;
    background: #f0f2f5;
    border-bottom: 1px solid #d8dee6;
    display: flex;
    gap: 10px;
    min-height: 58px;
    padding: 10px 12px;
    position: sticky;
    top: 0;
    z-index: 3;
}

.chat-messages {
    background-color: #efe7dc;
    background-image: linear-gradient(rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.34));
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 16px 18px;
    scrollbar-width: none;
}

.message-row {
    display: flex;
    margin-bottom: 8px;
}

.message-row.incoming {
    justify-content: flex-start;
}

.message-row.outgoing {
    justify-content: flex-end;
}

.message-bubble {
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(15, 23, 42, 0.08);
    max-width: min(560px, 72%);
    padding: 6px 8px 5px;
}

.message-row.incoming .message-bubble {
    background: #fff;
}

.message-row.outgoing .message-bubble {
    background: #d9fdd3;
}

.message-text {
    font-size: 0.84rem;
    line-height: 1.42;
    white-space: normal;
    word-break: break-word;
}

.message-meta {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 4px;
}

.bot-label {
    background: #e0f2fe;
    border-radius: 999px;
    color: #075985;
    display: inline-block;
    font-size: 0.64rem;
    font-weight: 800;
    margin-bottom: 6px;
    padding: 2px 7px;
}

.form-check-input:checked {
    background-color: var(--app-primary);
    border-color: var(--app-primary);
}

.chat-media-image {
    border-radius: 7px;
    display: block;
    max-height: 260px;
    max-width: 100%;
    object-fit: cover;
}

.chat-media-video {
    border-radius: 7px;
    display: block;
    max-height: 260px;
    max-width: 100%;
    width: 300px;
}

.chat-media-audio {
    display: block;
    max-width: 100%;
    width: 260px;
}

.chat-audio-label {
    color: #344054;
    font-size: 0.76rem;
    font-weight: 750;
    margin-bottom: 6px;
}

.chat-document {
    align-items: center;
    display: flex;
    gap: 10px;
    min-width: 220px;
}

.chat-document-icon {
    align-items: center;
    background: #eef2ff;
    border-radius: 8px;
    color: #3730a3;
    display: flex;
    flex: 0 0 42px;
    font-size: 0.72rem;
    font-weight: 900;
    height: 42px;
    justify-content: center;
}

.chat-compose {
    align-items: center;
    background: #f0f2f5;
    display: flex;
    flex-shrink: 0;
    gap: 8px;
    min-height: 56px;
    position: sticky;
    bottom: 0;
    padding: 8px 10px;
    width: 100%;
    z-index: 3;
}

.chat-compose .form-control {
    border: 0;
    border-radius: 999px;
    min-height: 36px;
}

.chat-compose .btn {
    border-radius: 999px;
    min-height: 36px;
    padding-left: 14px;
    padding-right: 14px;
}

.attach-button {
    align-items: center;
    background: #fff;
    border: 1px solid #d8dee6;
    border-radius: 999px;
    color: var(--app-primary);
    cursor: pointer;
    display: flex;
    flex: 0 0 36px;
    font-size: 1rem;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin: 0;
    width: 36px;
}

.attach-button input {
    display: none;
}

.empty-chat-state {
    align-items: center;
    background: #f8fafc;
    color: var(--app-muted);
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.empty-chat-icon {
    align-items: center;
    background: #d9fdd3;
    border-radius: 999px;
    color: #166534;
    display: flex;
    font-size: 0.96rem;
    font-weight: 900;
    height: 78px;
    justify-content: center;
    margin-bottom: 16px;
    width: 78px;
}

@media (max-width: 991.98px) {
    .app-navbar .nav-link {
        border-bottom: 0;
        border-radius: 8px;
        min-height: 40px;
        padding: 9px 10px;
    }

    .org-pill,
    .logout-btn {
        width: 100%;
    }

    .org-pill {
        border-radius: var(--app-radius-sm);
        max-width: none;
        text-align: center;
    }

    .app-nav-list {
        flex-wrap: wrap;
        margin-left: 0;
        overflow: visible;
        padding-top: 8px;
        white-space: normal;
    }

    .brand-mark {
        border-right: 0;
        padding-right: 0;
    }

    .inbox-shell {
        flex-direction: column;
        height: 100%;
        max-height: 100%;
        min-height: 0;
    }

    .inbox-sidebar {
        flex: none;
        max-height: 280px;
    }

    .inbox-conversation {
        min-height: 0;
    }

    .message-bubble {
        max-width: 88%;
    }

    .chat-header {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .chat-header-actions {
        align-items: stretch;
        flex: 1 1 100%;
        margin-left: 0;
        max-width: none;
        width: 100%;
    }

    .chat-assignment-form.compact {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .chat-header-badges {
        justify-content: flex-start;
    }
}

.permission-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.permission-item {
    align-items: flex-start;
    background: #f8fbff;
    border: 1px solid #d6dfef;
    border-radius: 12px;
    color: #244066;
    display: flex;
    font-size: 13px;
    gap: 8px;
    padding: 10px 12px;
}

.permission-item input {
    margin-top: 3px;
}

.inbox-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 14px 14px;
}

.inbox-filter-pill {
    align-items: center;
    background: #fff;
    border: 1px solid #d7dee9;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
    color: #526581;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    min-height: 34px;
    padding: 6px 14px;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    white-space: nowrap;
}

.inbox-filter-pill.active {
    background: #d9f7d7;
    border-color: #a9d7a4;
    box-shadow: 0 4px 12px rgba(47, 133, 90, 0.10);
    color: #1f7a44;
}

.inbox-filter-pill:hover {
    border-color: #bdd0e6;
    color: #27466f;
    text-decoration: none;
}

.inbox-filter-bar .dropdown-toggle::after {
    font-size: 10px;
    margin-left: 6px;
    vertical-align: middle;
}

.inbox-filter-menu {
    border: 1px solid #d7dee9;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.10);
    padding: 8px;
}

.inbox-filter-menu .dropdown-item {
    border-radius: 12px;
    color: #526581;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 12px;
}

.inbox-filter-menu .dropdown-item.active,
.inbox-filter-menu .dropdown-item:active {
    background: #d9f7d7;
    color: #1f7a44;
}

.chat-assignee-mini {
    background: #eef4ff;
    border-radius: 999px;
    color: #2455d7;
    font-size: 11px;
    line-height: 1;
    padding: 4px 8px;
    white-space: nowrap;
}

.chat-assignment-bar {
    background: #f7fbff;
    border-bottom: 1px solid #d9e3f1;
    padding: 10px 16px;
}

.chat-assignment-form {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chat-header-actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    margin-left: auto;
    max-width: 760px;
    width: auto;
}

.chat-header-badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.chat-assignment-form.compact {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 112px auto;
    justify-content: flex-end;
    width: 440px;
}

.chat-assignment-form.compact .form-select {
    background: #fff;
    max-width: none;
    min-width: 0;
}

.chat-assignment-form.compact .btn {
    min-height: 34px;
    padding: 7px 12px;
}

.chat-assignment-form .form-select {
    max-width: 320px;
    min-width: 180px;
}

.chat-header > .flex-grow-1 {
    min-width: 0;
    padding-top: 4px;
}

.campaign-progress-wrap {
    min-width: min(460px, 100%);
}

.campaign-progress {
    height: 12px;
}

.metric-card {
    background: #f8fbff;
    border: 1px solid #d9e4f2;
    border-radius: 16px;
    height: 100%;
    padding: 14px 16px;
}

.metric-label {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.metric-value {
    color: #16324f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
}

.campaign-meta-line {
    color: #475569;
    font-size: 13px;
    margin-bottom: 4px;
}

.app-toast-stack {
    bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
    position: fixed;
    left: 18px;
    width: min(340px, calc(100vw - 24px));
    z-index: 1400;
}

.app-toast {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #d9e4f2;
    border-left: 5px solid #2455d7;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(31, 41, 55, 0.12);
    display: flex;
    gap: 10px;
    min-height: 58px;
    opacity: 1;
    padding: 12px 14px;
    pointer-events: auto;
    transform: translateX(0);
    transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.app-toast.is-entering {
    opacity: 0;
    transform: translateX(-24px);
}

.app-toast.is-hiding {
    opacity: 0;
    transform: translateX(-24px);
}

.app-toast-icon {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 34px;
    font-size: 16px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.app-toast-body {
    color: #233754;
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
}

.app-toast-close {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: #7a8ba6;
    display: inline-flex;
    flex: 0 0 28px;
    font-size: 13px;
    height: 28px;
    justify-content: center;
    padding: 0;
    transition: background 0.2s ease, color 0.2s ease;
    width: 28px;
}

.app-toast-close:hover {
    background: rgba(15, 23, 42, 0.05);
    color: #12253f;
}

.app-toast-success {
    border-left-color: #1fb35d;
}

.app-toast-success .app-toast-icon {
    background: #d9f7e4;
    color: #15803d;
}

.app-toast-danger {
    border-left-color: #dc2626;
}

.app-toast-danger .app-toast-icon {
    background: #fee2e2;
    color: #dc2626;
}

.app-toast-warning {
    border-left-color: #f59e0b;
}

.app-toast-warning .app-toast-icon {
    background: #fef3c7;
    color: #d97706;
}

.app-toast-info {
    border-left-color: #2563eb;
}

.app-toast-info .app-toast-icon {
    background: #dbeafe;
    color: #2563eb;
}

@media (max-width: 767.98px) {
    .app-toast-stack {
        bottom: 16px;
        left: 16px;
        right: auto;
        width: auto;
    }

    .app-toast {
        border-radius: 16px;
        min-height: 54px;
        padding: 11px 13px;
    }

    .app-toast-body {
        font-size: 14px;
    }
}
