html body #toast-container {
    z-index: 99999999 !important;
}

html body #toast-container.toast-top-right {
    top: 18px;
    right: 18px;
}

html body #toast-container.toast-bottom-right {
    right: 18px;
    bottom: 18px;
}

html body #toast-container > div {
    position: relative;
    overflow: hidden;
    width: min(360px, calc(100vw - 32px));
    min-height: 54px;
    margin: 0 0 12px;
    padding: 14px 40px 14px 34px;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #64748b;
    border-radius: 8px;
    background: #ffffff !important;
    background-image: none !important;
    background-position: initial !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12), 0 1px 2px rgba(15, 23, 42, .06);
    color: #0f172a !important;
    opacity: 1 !important;
    filter: none !important;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    cursor: default;
}

html body #toast-container > div::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #64748b;
    box-shadow: 0 0 0 4px rgba(100, 116, 139, .12);
}

html body #toast-container > :hover {
    box-shadow: 0 22px 46px rgba(15, 23, 42, .16), 0 1px 2px rgba(15, 23, 42, .06);
    opacity: 1 !important;
    filter: none !important;
    cursor: default;
}

html body #toast-container > .toast-success {
    border-left-color: #059669;
    background: #ffffff !important;
    background-image: none !important;
}

html body #toast-container > .toast-success::before {
    background: #059669;
    box-shadow: 0 0 0 4px rgba(5, 150, 105, .12);
}

html body #toast-container > .toast-error {
    border-left-color: #dc2626;
    background: #ffffff !important;
    background-image: none !important;
}

html body #toast-container > .toast-error::before {
    background: #dc2626;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, .12);
}

html body #toast-container > .toast-warning {
    border-left-color: #d97706;
    background: #ffffff !important;
    background-image: none !important;
}

html body #toast-container > .toast-warning::before {
    background: #d97706;
    box-shadow: 0 0 0 4px rgba(217, 119, 6, .14);
}

html body #toast-container > .toast-info {
    border-left-color: #2563eb;
    background: #ffffff !important;
    background-image: none !important;
}

html body #toast-container > .toast-info::before {
    background: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

html body #toast-container .toast-title {
    margin: 0 0 2px;
    color: #0f172a !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

html body #toast-container .toast-message {
    color: #334155 !important;
    line-height: 1.5;
}

html body #toast-container .toast-message a,
html body #toast-container .toast-message label {
    color: #2563eb !important;
}

html body #toast-container .toast-close-button {
    position: absolute;
    top: 8px;
    right: 8px;
    float: none;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    color: #94a3b8 !important;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-shadow: none;
    opacity: 1 !important;
    filter: none !important;
}

html body #toast-container .toast-close-button:hover,
html body #toast-container .toast-close-button:focus {
    background: #f1f5f9;
    color: #334155 !important;
    opacity: 1 !important;
    filter: none !important;
}

html body #toast-container .toast-progress {
    height: 3px;
    background: #64748b;
    opacity: .18;
    filter: none;
}

html body #toast-container > .toast-success .toast-progress {
    background: #059669;
}

html body #toast-container > .toast-error .toast-progress {
    background: #dc2626;
}

html body #toast-container > .toast-warning .toast-progress {
    background: #d97706;
}

html body #toast-container > .toast-info .toast-progress {
    background: #2563eb;
}

html body .layui-layer.layui-layer-msg {
    min-width: 220px;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12), 0 1px 2px rgba(15, 23, 42, .06) !important;
}

html body .layui-layer.layui-layer-msg .layui-layer-content {
    padding: 12px 16px !important;
    color: #334155 !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

html body .layui-layer.layui-layer-hui {
    background: #ffffff !important;
}

html body .swal2-popup:not(.swal2-toast) {
    width: min(420px, calc(100vw - 32px));
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .18), 0 1px 2px rgba(15, 23, 42, .06);
    color: #0f172a;
}

html body .swal2-title {
    margin: 0;
    padding: 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

html body .swal2-html-container {
    margin: 10px 0 0;
    padding: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
}

html body .swal2-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 14px;
    border-width: 2px;
}

html body .swal2-icon .swal2-icon-content {
    font-size: 28px;
}

html body .swal2-actions {
    gap: 10px;
    justify-content: flex-end;
    margin: 22px 0 0;
}

html body .swal2-styled {
    min-width: 86px;
    margin: 0;
    padding: 9px 16px;
    border-radius: 6px;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

html body .swal2-styled.swal2-confirm {
    border: 1px solid #2563eb;
    background: #2563eb;
    color: #ffffff;
}

html body .swal2-styled.swal2-confirm:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

html body .swal2-styled.swal2-cancel,
html body .swal2-styled.swal2-deny {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #475569;
}

html body .swal2-styled.swal2-cancel:hover,
html body .swal2-styled.swal2-deny:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}

html body .swal2-input,
html body .swal2-textarea,
html body .swal2-select {
    width: 100%;
    margin: 16px 0 0;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: none;
    color: #0f172a;
    font-size: 14px;
}

html body .swal2-input {
    height: 42px;
    padding: 0 12px;
}

html body .swal2-textarea {
    min-height: 96px;
    padding: 10px 12px;
}

html body .swal2-input:focus,
html body .swal2-textarea:focus,
html body .swal2-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
}

html body .swal2-validation-message {
    margin: 12px 0 0;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 13px;
    font-weight: 600;
}

html body .swal2-container.swal2-backdrop-show {
    background: rgba(15, 23, 42, .42);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

html body .swal2-popup.business-alert-popup:not(.swal2-toast) {
    width: min(360px, calc(100vw - 32px)) !important;
    padding: 28px 30px 26px !important;
    border: 1px solid rgba(226, 232, 240, .95) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .22), 0 1px 2px rgba(15, 23, 42, .08) !important;
    color: #0f172a !important;
    text-align: center;
}

html body .swal2-popup.business-alert-popup.business-alert-show {
    animation: business-alert-in .16s ease-out both;
}

html body .swal2-popup.business-alert-popup.business-alert-hide {
    animation: business-alert-out .12s ease-in both;
}

html body .swal2-popup.business-alert-popup .business-alert-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 auto 16px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    color: #475569 !important;
    box-shadow: 0 0 0 7px rgba(100, 116, 139, .08) !important;
    overflow: visible !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

html body .swal2-popup.business-alert-success .business-alert-icon {
    border-color: #bbf7d0 !important;
    background: #f0fdf4 !important;
    color: #16a34a !important;
    box-shadow: 0 0 0 7px rgba(34, 197, 94, .10) !important;
}

html body .swal2-popup.business-alert-error .business-alert-icon {
    border-color: #fecaca !important;
    background: #fef2f2 !important;
    color: #dc2626 !important;
    box-shadow: 0 0 0 7px rgba(220, 38, 38, .10) !important;
}

html body .swal2-popup.business-alert-warning .business-alert-icon {
    border-color: #fde68a !important;
    background: #fffbeb !important;
    color: #d97706 !important;
    box-shadow: 0 0 0 7px rgba(217, 119, 6, .12) !important;
}

html body .swal2-popup.business-alert-popup .business-alert-icon .swal2-success-circular-line-left,
html body .swal2-popup.business-alert-popup .business-alert-icon .swal2-success-circular-line-right,
html body .swal2-popup.business-alert-popup .business-alert-icon .swal2-success-fix,
html body .swal2-popup.business-alert-popup .business-alert-icon .swal2-success-line-tip,
html body .swal2-popup.business-alert-popup .business-alert-icon .swal2-success-line-long,
html body .swal2-popup.business-alert-popup .business-alert-icon .swal2-success-ring,
html body .swal2-popup.business-alert-popup .business-alert-icon .swal2-x-mark {
    display: none !important;
}

html body .business-alert-check {
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 28px;
    margin-top: -5px;
    border: solid currentColor;
    border-width: 0 4px 4px 0;
    border-radius: 2px;
    transform: rotate(45deg);
}

html body .business-alert-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

html body .swal2-popup.business-alert-popup .business-alert-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #0f172a !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: center !important;
}

html body .swal2-popup.business-alert-popup .business-alert-content {
    margin: 10px 0 0 !important;
    padding: 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

html body .swal2-popup.business-alert-popup .business-alert-actions {
    justify-content: center !important;
    gap: 10px !important;
    margin: 22px 0 0 !important;
    padding: 0 !important;
}

html body .swal2-popup.business-alert-popup .business-alert-confirm {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 88px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 1px solid #2563eb !important;
    border-radius: 6px !important;
    background: #2563eb !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
    box-shadow: 0 8px 18px rgba(37, 99, 235, .18) !important;
    cursor: pointer !important;
}

html body .swal2-popup.business-alert-popup .business-alert-confirm:hover {
    border-color: #1d4ed8 !important;
    background: #1d4ed8 !important;
}

html body .swal2-popup.business-alert-popup .business-alert-confirm:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .18) !important;
}

html body .layui-layer.component-popup {
    max-width: calc(100vw - 40px) !important;
    max-height: calc(100vh - 40px) !important;
    overflow: hidden !important;
}

html body .layui-layer.component-popup .component-popup-acg {
    display: none !important;
}

html body .layui-layer.component-popup .layui-layer-content {
    max-height: calc(100vh - 128px) !important;
    overflow: auto;
}

html body .layui-layer.component-popup.layui-layer-tab .layui-layer-tabmain {
    min-height: 0;
    max-height: 100%;
    overflow: auto;
}

@media (max-width: 768px) {
    html body .layui-layer.component-popup {
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
        border-radius: 0 !important;
    }

    html body .layui-layer.component-popup .layui-layer-content {
        max-height: calc(100vh - 104px) !important;
    }
}

html body .layui-layer.commodity-editor-popup {
    width: min(1420px, calc(100vw - 72px)) !important;
    height: min(900px, calc(100vh - 72px)) !important;
    max-width: calc(100vw - 40px) !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .22), 0 1px 2px rgba(15, 23, 42, .06) !important;
    overflow: hidden !important;
}

html body .layui-layer.commodity-editor-popup .component-popup-acg {
    display: none !important;
}

html body .layui-layer.commodity-editor-popup .layui-layer-title {
    height: 52px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 52px !important;
}

html body .layui-layer.commodity-editor-popup.layui-layer-tab .layui-layer-title {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 8px 56px 8px 14px !important;
    overflow-x: auto !important;
    line-height: 1 !important;
}

html body .layui-layer.commodity-editor-popup.layui-layer-tab .layui-layer-title span {
    display: inline-flex !important;
    align-items: center !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 1px solid transparent !important;
    border-radius: 7px !important;
    color: #64748b !important;
    line-height: 34px !important;
    white-space: nowrap !important;
    transition: background .16s ease, border-color .16s ease, color .16s ease;
}

html body .layui-layer.commodity-editor-popup.layui-layer-tab .layui-layer-title span:hover {
    border-color: #dbeafe !important;
    background: #f8fafc !important;
    color: #2563eb !important;
}

html body .layui-layer.commodity-editor-popup.layui-layer-tab .layui-layer-title span.layui-this {
    border-color: #bfdbfe !important;
    background: #eff6ff !important;
    color: #2563eb !important;
}

html body .layui-layer.commodity-editor-popup .layui-layer-content {
    height: calc(100% - 110px) !important;
    overflow: auto !important;
    background: #f8fafc !important;
}

html body .layui-layer.commodity-editor-popup .layui-layer-tabmain {
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f8fafc !important;
}

html body .layui-layer.commodity-editor-popup .layui-layer-tabli {
    min-height: 100% !important;
    padding: 0 !important;
}

html body .layui-layer.commodity-editor-popup .layui-card-body {
    padding: 24px 30px !important;
}

html body .layui-layer.commodity-editor-popup .layui-form-item {
    margin-bottom: 18px !important;
}

html body .layui-layer.commodity-editor-popup .layui-form-pane .layui-form-label {
    width: 152px !important;
    padding: 9px 10px 9px 2px !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
}

html body .layui-layer.commodity-editor-popup .layui-form-pane .layui-input-block {
    margin-left: 166px !important;
}

html body .layui-layer.commodity-editor-popup .layui-input,
html body .layui-layer.commodity-editor-popup .layui-select,
html body .layui-layer.commodity-editor-popup .layui-textarea,
html body .layui-layer.commodity-editor-popup .layui-form-select .layui-input {
    min-height: 42px !important;
    border: 1px solid #b6c2d2 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #0f172a !important;
    font-size: 13px !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04), inset 0 1px 0 rgba(255, 255, 255, .75) !important;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
}

html body .layui-layer.commodity-editor-popup .layui-input,
html body .layui-layer.commodity-editor-popup .layui-select,
html body .layui-layer.commodity-editor-popup .layui-form-select .layui-input {
    height: 42px !important;
    line-height: 42px !important;
}

html body .layui-layer.commodity-editor-popup .layui-textarea {
    padding: 9px 12px !important;
    line-height: 1.55 !important;
    resize: vertical !important;
}

html body .layui-layer.commodity-editor-popup .layui-input:hover,
html body .layui-layer.commodity-editor-popup .layui-textarea:hover,
html body .layui-layer.commodity-editor-popup .layui-form-select:hover .layui-input {
    border-color: #7c8da6 !important;
    background: #ffffff !important;
}

html body .layui-layer.commodity-editor-popup .layui-input:focus,
html body .layui-layer.commodity-editor-popup .layui-textarea:focus,
html body .layui-layer.commodity-editor-popup .layui-form-selected .layui-input {
    border-color: #2563eb !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .13), 0 1px 2px rgba(15, 23, 42, .04) !important;
}

html body .layui-layer.commodity-editor-popup .layui-form-select .layui-edge {
    right: 14px !important;
}

html body .layui-layer.commodity-editor-popup .image-render {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 196px !important;
    min-height: 196px !important;
    padding: 10px !important;
    border: 1px dashed #b6c2d2 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
}

html body .layui-layer.commodity-editor-popup .image-render img {
    max-width: 180px !important;
    max-height: 180px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .10) !important;
}

html body .layui-layer.commodity-editor-popup .layui-layer-btn {
    padding: 12px 18px !important;
    border-top: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
}

html body .layui-layer.commodity-editor-popup .layui-layer-btn a {
    min-width: 86px !important;
    height: 34px !important;
    margin: 0 0 0 10px !important;
    padding: 0 16px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    box-shadow: none !important;
}

html body .layui-layer.commodity-editor-popup .layui-layer-btn .layui-layer-btn0 {
    border-color: #2563eb !important;
    background: #2563eb !important;
    color: #ffffff !important;
}

html body .layui-layer.commodity-editor-popup .layui-layer-btn .layui-layer-btn1 {
    border-color: #cbd5e1 !important;
    background: #ffffff !important;
    color: #475569 !important;
}

html body .business-editor {
    overflow: hidden;
    width: 100%;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

html body .business-editor-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 12px 14px;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

html body .business-editor-heading {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
}

html body .business-editor-heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 15px;
}

html body .business-editor-heading strong,
html body .business-editor-heading span {
    display: block;
    overflow: hidden;
    max-width: 620px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html body .business-editor-heading strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

html body .business-editor-heading span {
    margin-top: 2px;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

html body .business-editor-actions {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
}

html body .business-editor-state {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

html body .business-editor.is-dirty .business-editor-state {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #15803d;
}

html body .business-editor-mode {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 32px;
    min-width: 74px;
    padding: 0 12px;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    background: #ffffff;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    line-height: 30px;
    transition: background .16s ease, border-color .16s ease, color .16s ease;
}

html body .business-editor-mode:hover {
    border-color: #93c5fd;
    background: #eff6ff;
    color: #2563eb;
}

html body .business-editor.business-editor-html-mode .business-editor-mode {
    border-color: #93c5fd;
    background: #2563eb;
    color: #ffffff;
}

html body .business-editor-code-tip {
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px 14px;
    border-bottom: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

html body .business-editor-code-tip i {
    color: #d97706;
}

html body .business-editor-content {
    background: #ffffff;
}

html body .business-editor .toolbar-container:empty {
    display: none;
}

html body .business-editor .w-e-toolbar {
    z-index: 1 !important;
    flex-wrap: wrap !important;
    gap: 3px !important;
    padding: 8px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
}

html body .business-editor .w-e-toolbar .w-e-menu {
    min-width: 30px !important;
    height: 30px !important;
    padding: 6px 7px !important;
    border-radius: 6px !important;
    color: #64748b !important;
}

html body .business-editor .w-e-toolbar .w-e-menu:hover {
    background: #eff6ff !important;
    color: #2563eb !important;
}

html body .business-editor .w-e-text-container {
    z-index: 0 !important;
    border: 0 !important;
    background: #ffffff !important;
}

html body .business-editor .w-e-text {
    padding: 18px 22px !important;
    color: #0f172a !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
}

html body .business-editor .ace_editor {
    margin: 0 !important;
    border-top: 1px solid #e2e8f0;
    font-size: 13px !important;
}

@media all and (max-width: 768px) {
    html body .business-editor-header {
        align-items: flex-start;
        flex-direction: column;
    }

    html body .business-editor-actions {
        width: 100%;
        justify-content: space-between;
    }
}

@keyframes business-alert-in {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes business-alert-out {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to {
        opacity: 0;
        transform: translateY(6px) scale(.98);
    }
}

@media all and (max-width: 480px) {
    html body #toast-container.toast-top-right,
    html body #toast-container.toast-bottom-right {
        right: 12px;
        left: 12px;
        width: auto;
    }

    html body #toast-container.toast-top-right {
        top: 12px;
    }

    html body #toast-container.toast-bottom-right {
        bottom: 12px;
    }

    html body #toast-container > div {
        width: 100%;
        padding-right: 34px;
    }
}
