/* --------------------------- 상태 배지 --------------------------- */

/* 상태 배지 기본색 */
.badge.status {
    background-color: #f4645f;
}

/* 카운트 배지 기본색 */
.badge.badge-count {
    background-color: #1D90CF;
}

/* 상태별 배지 색 변경 */
.status.order.save {
    background-color: #f4645f;
}

/* 결제 관리 */
.status.payment.complete {
    background-color: #1D90CF;
}

.status.payment.request-cancel, .status.payment.cancel {
    background-color: #777;
}

/* 정산 */
.status.account.save {
    background-color: #1D90CF;
}

.status.account.save {
    background-color: #1D90CF;
}

.status.account.complete {
    background-color: #D20b09;
}

/* 적립금 */
.account-price-status-save {
    color: #1D90CF;
}

.account-price-status-complete {
    color: #D20b09;
}

/* 게시판 */
.badge.reply_status.board {
    background-color: #f4645f;
}

.badge.reply_status.board.complete {
    background-color: #777;
}
