.entry.private {
    color: red; /* رنگ متن قرمز */
    border-left: 3px solid red; /* optional */
}

.chat-attention {
    display: flex;
    font-size: .75rem;
    line-height: 0.8rem;
    padding: .05rem;
    align-items: center;
    color: #ffffff99;
}

.sb-tabs {
    align-items: flex-end;
    display: flex;
    height: 2rem;
    margin-top: 0px;
    padding-left: .75rem;
    padding-right: .75rem;
	margin-bottom: 0px;
}

.tab {
    --tw-bg-opacity: 1;
    background-color: #292929;
    border-color: #00000052;
    border-width: 1px 1px 0;
    color: #ffffff99;
    display: block;
    font-size: .75rem;
    line-height: 1rem;
    margin-right: -1px;
    padding: .25rem .75rem;
    position: relative;
    transition-duration: .1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.tab.active {
    --tw-bg-opacity: 1;
    background-color: rgb(41 41 41 / var(--tw-bg-opacity));
    border-top-left-radius: .188rem;
    border-top-right-radius: .188rem;
    padding-bottom: .375rem;
    padding-top: .375rem
6px
;
}
	





/* رنگ دلخواه برای هر گروه */
.group-filter-btn[data-gid='4'] { background: #f24b4b;color:red; } /* Admin */
.group-filter-btn[data-gid='6'] { background: #ed7a16; } /* Moderator */
.group-filter-btn[data-gid='10'] { background: #028e6b; } /* Trial Moderator */
.group-filter-btn[data-gid='8'] { background: #8b0ee3; } /* Developers */
.group-filter-btn[data-gid='12'] { background: #FFD700; color:#000; } /* Contributor */
.group-filter-btn[data-gid='15'] { background: #FF51F2; } /* Luxurious */
.group-filter-btn[data-gid='16'] { background: #fe9289; } /* Deluxe */
.group-filter-btn[data-gid='17'] { background: #4DD5D5; color:#000; } /* Premium */
.group-filter-btn[data-gid='18'] { background: orange; } /* Sponsors */
.group-filter-btn[data-gid='2'] { background: #d9d9d9; color:#000; } /* Member */
.group-filter-btn[data-gid='7'] { background: #777; color:#fff; text-decoration: line-through; } /* Banned */
/* واکنش‌گرایی موبایل */








#shoutbox .dvz-sb-tabs {
align-items: flex-end;
    display: flex;
    height: 2rem;
    margin-top: .25rem;
    padding-left: .75rem;
    padding-right: .75rem;
	border-bottom: 1px solid #141414;
	margin: 0px;
}

#shoutbox .dvz-sb-tabs li {
--tw-bg-opacity
1
: 1;
    background-color: #292929;
    border-color: #00000052;
    border-width: 1px 1px 0;
    color: #ffffff99;
    display: block;
    font-size: .75rem;
    line-height: 1rem;
    margin-right: -1px;
    padding: .25rem .75rem;
    position: relative;
    transition-duration: .1s;
    transition-property: all;
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
	border-top: 1px solid #181818;
    border-right: 1px solid #181818;
    border-left: 1px solid #181818;
}

#shoutbox .dvz-sb-tabs li a {
    text-decoration: none;
}

#shoutbox .dvz-sb-tabs li.active {
--tw-bg-opacity
1
: 1;
    background-color: rgb(41 41 41 / var(--tw-bg-opacity));
    border-top-left-radius: .188rem;
    border-top-right-radius: .188rem;
    padding-bottom: .375rem;
    padding-top: .375rem;
}

#shoutbox .thread-entry .text a {
    font-weight: bold;
}

#shoutbox .thread-entry .info {
    font-size: 11px;
    color: #888;
}

#shoutbox .thread-entry .info .sep {
    margin: 0 3px;
}

#shoutbox .dvz-sb-tabs .sb-badge {
    display: none;
    margin-left: 4px;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 10px;
    background: #e74c3c;
    color: #fff;
}

#shoutbox .entry.private {
    border-left: 3px solid #ff0000;
}

#shoutbox .entry.private .text strong {
    color: #ff0000;
}





/* make shoutbox body a positioning context */
#shoutbox .body {
    position: relative;
}

/* popup container */
#shoutbox .dvz-sb-smiley-popup {
    position: absolute;
    right: 6px;
    bottom: 48px;
    width: 250px;
    height: 220px;              /* fixed height */
    background: #232323;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    border: 1px solid rgb(255 255 255 / 15%);
    overflow: hidden;           /* header fixed, inner grid scrolls */
    display: none;
    z-index: 50;
    font-size: 13px;
}

/* open animation */
#shoutbox .dvz-sb-smiley-popup.open {
    animation: dvz-sb-popup-in 0.15s ease-out;
}

@keyframes dvz-sb-popup-in {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* header (fixed at top) */
#shoutbox .dvz-sb-smiley-header {
    padding: 4px 8px;
    background: linear-gradient(89deg, #333333, #7d3400);
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

#shoutbox .dvz-sb-smiley-header .close {
    cursor: pointer;
    font-size: 14px;
}

/* scrollable grid area */
#shoutbox .dvz-sb-smiley-grid {
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(26px, 1fr));
    gap: 4px;
    max-height: 180px;          /* popup height minus header */
    overflow-y: auto;           /* scrollbar when needed */
    box-sizing: border-box;
}

/* individual smilies */
#shoutbox .dvz-sb-smiley {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 0;               /* hide text spacing, rely on img */
    line-height: 1;
    padding: 3px;
    border-radius: 6px;
    transition: background 0.15s, transform 0.1s;
    text-align: center;
}

#shoutbox .dvz-sb-smiley img {
    max-width: 22px;
    max-height: 22px;
    display: block;
    margin: 0 auto;
}

#shoutbox .dvz-sb-smiley:hover {
    background: #f0f0ff;
    transform: translateY(-1px);
}

/* input + smiley button inline (unchanged) */
#shoutbox .dvz-sb-input-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

#shoutbox .dvz-sb-input-wrapper .text {
    flex: 1;
}

#shoutbox .dvz-sb-smiley-toggle {
display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: rgb(33 33 33);
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.2s 
ease;
	margin-right: 10px;
}











/* container */
#shoutbox .dvz-sb-user-tooltip {
    position: absolute;
    width: 240px;
    background: #1c1c1c;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    border: 1px solid rgb(255 255 255 / 12%);
    z-index: 60;
    font-size: 12px;
    padding: 6px;
}

/* card structure */
#shoutbox .dvz-sb-usercard {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#shoutbox .dvz-sb-usercard.loading,
#shoutbox .dvz-sb-usercard.error {
    padding: 10px;
    text-align: center;
}

/* header: avatar + name + status */
#shoutbox .dvz-sb-usercard-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

#shoutbox .dvz-sb-usercard-header .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#shoutbox .dvz-sb-usercard-header .main .name a {
    font-weight: bold;
    text-decoration: none;
}

#shoutbox .dvz-sb-usercard-header .main .status {
    margin-top: 2px;
    font-size: 11px;
}

#shoutbox .dvz-sb-usercard-header .main .status.online {
    color: #27ae60;
}

#shoutbox .dvz-sb-usercard-header .main .status.offline {
    color: #c0392b;
}

/* body: stats */
#shoutbox .dvz-sb-usercard-body {
    border-top: 1px solid #393939;
    padding-top: 4px;
}

#shoutbox .dvz-sb-usercard-body .row {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
}

#shoutbox .dvz-sb-usercard-body .row .label {
    color: #777;
	display: flex;
    align-items: center;
}

#shoutbox .dvz-sb-usercard-body .row .value {
    font-weight: bold;
}


#shoutbox .dvz-sb-usercard-actions {
    margin-top: 6px;
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

#shoutbox .dvz-sb-usercard-actions button {
    padding: 3px 6px;
    font-size: 11px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    cursor: pointer;
}

#shoutbox .dvz-sb-usercard-actions button:hover {
    background: #e9f3ff;
}


/* dialog overlay inside shoutbox */
#shoutbox .dvz-sb-dialog-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 80;
}

/* dialog box */
#shoutbox .dvz-sb-dialog {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    max-width: 420px;
    width: 95%;
    max-height: 320px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-size: 12px;
}

/* header */
#shoutbox .dvz-sb-dialog-header {
    padding: 6px 10px;
    background: linear-gradient(135deg, #3498db, #9b59b6);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#shoutbox .dvz-sb-dialog-header .title {
    font-weight: bold;
}

#shoutbox .dvz-sb-dialog-header .close {
    cursor: pointer;
    font-size: 14px;
}

/* body scroll */
#shoutbox .dvz-sb-dialog-body {
    padding: 8px;
    overflow-y: auto;
}

/* leaderboard */
#shoutbox .dvz-sb-leaderboard ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#shoutbox .dvz-sb-leaderboard .item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    border-bottom: 1px solid #2b2b2b;
}

#shoutbox .dvz-sb-leaderboard .item:last-child {
    border-bottom: none;
}

#shoutbox .dvz-sb-leaderboard .avatar img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

#shoutbox .dvz-sb-leaderboard .main .meta {
    font-size: 11px;
    color: #777;
}

/* banlist */
#shoutbox .dvz-sb-banlist ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#shoutbox .dvz-sb-banlist .item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    border-bottom: 1px solid #f0f0f0;
}

#shoutbox .dvz-sb-banlist .item:last-child {
    border-bottom: none;
}

#shoutbox .dvz-sb-banlist .avatar img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

#shoutbox .dvz-sb-banlist .main .meta {
    font-size: 11px;
    color: #777;
}

#shoutbox .dvz-sb-banlist-empty {
    text-align: center;
    padding: 10px;
    color: #777;
}

/* error message */
#shoutbox .dvz-sb-error {
    text-align: center;
    padding: 10px;
    color: #c0392b;
}
#shoutbox .dvz-sb-dialog-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 80;
}

/* Popup overlay */
#shoutbox .dvz-sb-dialog-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* Dialog box */
#shoutbox .dvz-sb-dialog {
    width: 320px;
    background: #1b1b1b;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    animation: fadeIn .2s ease-out;
}

/* Header */
#shoutbox .dvz-sb-dialog-header {
    padding: 10px;
    font-weight: bold;
    background: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#shoutbox .dvz-sb-dialog-header .close {
    cursor: pointer;
    font-size: 18px;
}

/* Body */
#shoutbox .dvz-sb-dialog-body {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

/* Leaderboard item */
.dvz-sb-leaderboard .item,
.dvz-sb-banlist .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.dvz-sb-leaderboard .item .avatar img,
.dvz-sb-banlist .item .avatar img {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    margin-right: 8px;
}

#dvz-sb-dialog-overlay2 {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-size: 13px;
}

#dvz-sb-dialog-overlay2 .dvz-sb-dialog2 {
    background: #1c1c1c;
    border-radius: 10px;
    max-width: 360px;
    width: 95%;
    max-height: 320px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

#dvz-sb-dialog-overlay2 .dvz-sb-dialog2-header {
    padding: 6px 10px;
    background-image: url(https://www.transparenttextures.com/patterns/robots.png), linear-gradient(to left, #dd6f1880, #333333);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

#dvz-sb-dialog-overlay2 .dvz-sb-dialog2-header .close {
    cursor: pointer;
    font-size: 16px;
}

#dvz-sb-dialog-overlay2 .dvz-sb-dialog2-body {
    padding: 8px;
    overflow-y: auto;
	background: #1c1c1c;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
    border-bottom: 1px solid #494949;
    border-radius: 0px 0px 10px 10px;
}

/* leaderboard / banlist items */
.dvz-sb-leaderboard ol,
.dvz-sb-banlist ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}



.dvz-sb-leaderboard .item:last-child,
.dvz-sb-banlist .item:last-child {
    border-bottom: none;
}

.dvz-sb-leaderboard .avatar img,
.dvz-sb-banlist .avatar img {
    width: 28px;
    height: 28px;
    border-radius: 4px;
}

.dvz-sb-leaderboard .main .meta,
.dvz-sb-banlist .main .meta {
    font-size: 11px;
    color: #777;
}
#dvz-sb-dialog-overlay2 {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-size: 13px;
}





#dvz-sb-dialog-overlay2 .dvz-sb-dialog2-header .close {
    cursor: pointer;
    font-size: 16px;
}

#dvz-sb-dialog-overlay2 .dvz-sb-dialog2-body {
    padding: 8px;
    overflow-y: auto;
}

/* leaderboard / banlist items */
.dvz-sb-leaderboard ol,
.dvz-sb-banlist ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}



.dvz-sb-leaderboard .avatar img,
.dvz-sb-banlist .avatar img {
    width: 28px;
    height: 28px;
    border-radius: 4px;
}
#dvz-sb-dialog-overlay2 {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-size: 13px;
}


#dvz-sb-dialog-overlay2 .dvz-sb-dialog2-header .close {
    cursor: pointer;
    font-size: 16px;
}

#dvz-sb-dialog-overlay2 .dvz-sb-dialog2-body {
    padding: 8px;
    overflow-y: auto;
}

/* leaderboard / banlist items */
.dvz-sb-leaderboard ol,
.dvz-sb-banlist ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.dvz-sb-leaderboard .item,
.dvz-sb-banlist .item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    border-bottom: 1px solid #2b2b2b;
}

.dvz-sb-leaderboard .avatar img,
.dvz-sb-banlist .avatar img {
    width: 28px;
    height: 28px;
    border-radius: 4px;
}

.dvz-sb-leaderboard .main .meta,
.dvz-sb-banlist .main .meta {
    font-size: 11px;
    color: #777;
}
.sb-badge {
    margin-left: 4px;
    color: #e74c3c;   /* red dot */
    font-weight: bold;
}


/* When unread exists */
.sb-badge.active {
    display: inline-block;
}





/* === Vouches Dark Page === */

.vouches-dark {
    margin: 30px auto 40px auto;
    padding: 0 15px 30px;
    background: radial-gradient(circle at top, #292929 0, #1e1e1e 45%, #161616 100%);
    border-radius: 8px;
    box-shadow:
        0 18px 45px rgba(0,0,0,0.7),
        0 0 0 1px rgba(148,163,184,0.1);
    color: #e5e7eb;
    position: relative;
    overflow: hidden;
}

.vouches-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% -20%, rgb(22 22 22 / 15%), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
}

.vouches-header {
    position: relative;
    padding: 24px 24px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.vouches-header h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #f9fafb;
}

.vouches-header p {
    margin: 4px 0 0;
    color: #9ca3af;
    font-size: 13px;
}

.vouches-stats-pill {
    background: rgba(15,23,42,0.9);
    border-radius: 999px;
    padding: 8px 16px;
    border: 1px solid rgba(148,163,184,0.35);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    font-size: 11px;
}

.vouches-stats-pill .label {
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: #9ca3af;
}

.vouches-stats-pill .value {
    font-size: 16px;
    font-weight: 600;
    color: #e5e7eb;
}

/* layout of cards */
.vouches-grid {
    position: relative;
    padding: 0 18px 18px;
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 18px;
}

@media (max-width: 900px) {
    .vouches-grid {
        grid-template-columns: 1fr;
    }
}

/* cards */
.vouches-card {
    background: rgb(30 30 30 / 94%);
    border-radius: 8px;
    border: 1px solid rgba(148,163,184,0.22);
    box-shadow: 0 10px 35px rgba(0,0,0,0.55);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.vouches-card-header {
    padding: 14px 16px 12px;
    border-bottom: 1px solid rgba(55,65,81,0.85);
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vouches-card-header h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #f9fafb;
}

.vouches-card-header .sub {
    font-size: 11px;
    color: #9ca3af;
}

/* tables */
.vouches-table-wrapper {
    max-height: 520px;
    overflow: auto;
}

.vouches-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.vouches-table thead {
    background: radial-gradient(circle at top left, rgb(255 118 0 / 25%), rgb(22 22 22));
}

.vouches-table th,
.vouches-table td {
    padding: 9px 11px;
    border-bottom: 1px solid rgb(37 37 37 / 90%);
}

.vouches-table th {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    white-space: nowrap;
}

.vouches-row:nth-child(even) {
    background: rgb(28 28 28 / 85%);
}

.vouches-row:nth-child(odd) {
    background: rgb(30 30 30 / 96%);
}

.vouches-row:hover {
    background: radial-gradient(circle at left, rgb(65 65 65 / 15%), rgb(42 28 15));
    transform: translateY(-1px);
    transition: background 0.18s ease, transform 0.18s ease;
}

/* “from / to” block */
.user-pair {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.user-pair .user {
    display: flex;
    gap: 6px;
    align-items: center;
}

.user-pair .label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #d1d1d1;
    background: rgb(91 56 18 / 90%);
    border-radius: 999px;
    padding: 1px 6px 2px;
}

.user-pair a {
    color: #e5e7eb;
}

/* score pills */
.score-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid transparent;
}

/* positive / neutral / negative colors */
.feedback-positive {
    background: linear-gradient(135deg, rgba(34,197,94,0.1), rgba(21,128,61,0.5));
    border-color: rgba(74,222,128,0.55);
    color: #bbf7d0;
}

.feedback-neutral {
    background: linear-gradient(135deg, rgba(234,179,8,0.1), rgba(202,138,4,0.55));
    border-color: rgba(250,204,21,0.6);
    color: #fef9c3;
}

.feedback-negative {
    background: linear-gradient(135deg, rgba(239,68,68,0.1), rgba(185,28,28,0.6));
    border-color: rgba(248,113,113,0.6);
    color: #fecaca;
}

/* comment */
.comment-text {
    color: #d1d5db;
    line-height: 1.4;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* date */
.vouches-date {
    font-size: 11px;
    color: #9ca3af;
    white-space: nowrap;
}

/* top users section */
.rank-cell {
    width: 1%;
}

.rank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    background: radial-gradient(circle at top, rgba(52,211,153,0.9), rgba(22,163,74,1));
    font-size: 12px;
    font-weight: 700;
    color: #022c22;
    box-shadow: 0 0 0 2px rgba(15,23,42,1), 0 10px 20px rgba(0,0,0,0.7);
}

.vouches-row:nth-child(1) .rank-badge {
    background: radial-gradient(circle at top, #facc15, #b45309);
    color: #111827;
}

.vouches-row:nth-child(2) .rank-badge {
    background: radial-gradient(circle at top, #e5e7eb, #4b5563);
}

.vouches-row:nth-child(3) .rank-badge {
    background: radial-gradient(circle at top, #fed7aa, #ea580c);
}

.user-link a {
    color: #e5e7eb;
    font-weight: 500;
}

.user-link a:hover {
    text-decoration: underline;
}

.vouches-count-cell {
    text-align: right;
}

.count-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(15,118,110,0.5);
    border: 1px solid rgba(45,212,191,0.55);
    color: #ccfbf1;
}

/* empty states */
.vouches-empty {
    padding: 22px 10px;
    text-align: center;
    font-size: 13px;
    color: #9ca3af;
}
