.capture-demo-toast {
    position: fixed;
    left: 50%;
    bottom: 92px;
    z-index: 2147483647;
    width: min(88vw, 360px);
    padding: 12px 16px;
    transform: translateX(-50%);
    border-radius: 12px;
    background: #173f39;
    color: #fff;
    text-align: center;
    font: 600 12px/1.4 Arial, sans-serif;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
}

.capture-demo-approved {
    position: fixed;
    right: 12px;
    bottom: 88px;
    z-index: 9999;
    padding: 8px 11px;
    border: 0;
    border-radius: 999px;
    background: #635bdb;
    color: #fff;
    font: 700 10px/1 Arial, sans-serif;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .22);
    cursor: pointer;
}
