
#app-auth-snackbar-live.snackbar-toast,
#app-auth-snackbar-live.app-auth-snackbar-live {
    bottom: 24px !important;
    bottom: calc(24px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 100010;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    left: 12px !important;
    right: 12px !important;
    line-height: 1.45;
    padding: 0 18px 2px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    pointer-events: auto;
}

#app-auth-snackbar-live .app-auth-snackbar-title {
    font-family: "Vazirmatn", tahoma, system-ui, sans-serif;
}

#app-auth-snackbar-live .app-auth-snackbar-body {
    font-size: 13px;
    line-height: 1.55;
}

#app-auth-snackbar-live .app-auth-snackbar-dismiss {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.22) !important;
    color: #fff !important;
    box-shadow: none;
}

#app-auth-snackbar-live .app-auth-snackbar-dismiss:hover,
#app-auth-snackbar-live .app-auth-snackbar-dismiss:focus {
    background: rgba(255, 255, 255, 0.32) !important;
    color: #fff !important;
}

#app-auth-snackbar-live.bg-red-dark .app-auth-snackbar-dismiss {
    background: rgba(0, 0, 0, 0.2) !important;
}

#app-auth-snackbar-live.bg-red-dark .app-auth-snackbar-dismiss:hover,
#app-auth-snackbar-live.bg-red-dark .app-auth-snackbar-dismiss:focus {
    background: rgba(0, 0, 0, 0.3) !important;
}
