.fl-waiting{
    align-items:center;
    display:flex;
    flex:1;
    flex-direction:column;
    justify-content:center;
    padding:45px 28px;
    text-align:center;
}

.fl-waiting h3{
    color:var(--fl-ink);
    font-size:22px;
    margin:22px 0 10px;
}

.fl-waiting p{
    color:var(--fl-muted);
    line-height:1.7;
    max-width:370px;
}

.fl-waiting small{
    color:var(--fl-muted);
}

.fl-waiting .fl-order-total{
    border-bottom:1px solid var(--fl-line);
    border-top:1px solid var(--fl-line);
    margin:20px 0;
    padding:14px 0;
    width:100%;
}

.fl-waiting-pulse{
    animation:fl-approval-pulse 1.4s infinite;
    background:var(--fl-orange);
    border:10px solid #fff0e7;
    border-radius:50%;
    display:block;
    height:52px;
    width:52px;
}

@keyframes fl-approval-pulse{
    50%{
        box-shadow:0 0 0 14px rgba(243,107,33,.08);
        transform:scale(.92);
    }
}

.fl-accepted-mark{
    align-items:center;
    background:#dcf4e8;
    border-radius:50%;
    color:var(--fl-green);
    display:flex;
    font-size:30px;
    font-weight:800;
    height:68px;
    justify-content:center;
    margin:24px auto 18px;
    width:68px;
}

.fl-ended>span{
    background:#fff0e5;
    color:var(--fl-orange);
}
