/* =========================================
   ВИДЖЕТ ПОЖЕРТВОВАНИЙ - ПОЛНЫЙ КОМПЛЕКТ
   С ВИДИМЫМИ КНОПКАМИ ПЕРЕКЛЮЧЕНИЯ
   ========================================= */

/* ---- БАЗОВЫЙ КОНТЕЙНЕР ---- */
#dw_donations {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#dw_donations .block {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100% !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* ---- ВКЛАДКИ (TABS) ---- */
#dw_donations tabs-group {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

#dw_donations .tabs__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 2px solid rgb(251, 71, 75);
    margin-bottom: 16px;
    flex-shrink: 0;
}

#dw_donations .block_card_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#dw_donations .block_card_header_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(251, 71, 75, 0.1);
    border-radius: 12px;
    flex-shrink: 0;
}

#dw_donations .block_card_header_icon iconify-icon {
    font-size: 1.2rem;
    color: rgb(251, 71, 75);
}

#dw_donations .block_card_header_title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    transition: color 0.3s ease;
}

/* ---- КНОПКИ ПЕРЕКЛЮЧЕНИЯ ВКЛАДОК (ВИДИМЫЕ) ---- */
#dw_donations .top_right_btn {
    display: flex !important; /* Явно показываем */
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

#dw_donations .top_right_btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    color: rgba(165, 169, 180, 0.4);
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 1.1rem;
}

#dw_donations .top_right_btn button:hover {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(165, 169, 180, 0.7);
    transform: translateY(-1px);
}

#dw_donations .top_right_btn button[aria-selected="true"] {
    background: rgba(251, 71, 75, 0.12);
    border-color: rgba(251, 71, 75, 0.25);
    color: rgb(251, 71, 75);
    box-shadow: 0 0 20px rgba(251, 71, 75, 0.05);
}

#dw_donations .top_right_btn button[aria-selected="true"]:hover {
    background: rgba(251, 71, 75, 0.18);
    color: rgb(251, 71, 75);
}

#dw_donations .top_right_btn button iconify-icon {
    font-size: 1.1rem;
    line-height: 1;
}

/* ---- ПАНЕЛИ ВКЛАДОК ---- */
#dw_donations .tabs__panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    min-height: 0;
    overflow: hidden;
}

#dw_donations .tabs__panel[hidden] {
    display: none !important;
}

/* ---- СОДЕРЖИМОЕ ВКЛАДКИ "ПОМОЧЬ ПРОЕКТУ" ---- */
#dw_donations .dw_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 !important;
}

#dw_donations .dw_content .row {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 !important;
}

#dw_donations .dw_content .col-lg-12 {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    height: 100%;
}

#dw_donations .dw_content .t-a-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1;
}

/* ---- СТАТИСТИКА ---- */
#dw_donations .m-b-10 {
    margin-bottom: 4px !important;
    font-size: 0.8rem;
    color: rgba(165, 169, 180, 0.6);
}

#dw_donations .dw_target-sum {
    font-size: 0.85rem !important;
    color: #ffffff !important;
    font-weight: 600;
}

#dw_donations .dw_target-sum b {
    color: rgb(251, 71, 75);
}

/* ---- КРУГОВОЙ ПРОГРЕСС ---- */
#dw_donations .c100 {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgb(36, 39, 49);
    margin: 8px auto 12px !important;
    flex-shrink: 0;
}

#dw_donations .c100 > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
}

#dw_donations .c100 .slice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, 80px, 80px, 40px);
}

#dw_donations .c100 .slice .bar,
#dw_donations .c100 .slice .fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid rgb(251, 71, 75);
    clip: rect(0, 40px, 80px, 0);
}

#dw_donations .c100 .slice .bar {
    clip: rect(0, 40px, 80px, 0);
}

#dw_donations .c100 .slice .fill {
    clip: rect(0, 80px, 80px, 40px);
}

/* Проценты для кругового прогресса (базовые) */
#dw_donations .c100.p1 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p1 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p5 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p5 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p10 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p10 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p15 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p15 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p20 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p20 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p25 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p25 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p30 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p30 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p35 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p35 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p40 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p40 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p45 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p45 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p50 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p50 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p51 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p51 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p55 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p55 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p60 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p60 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p65 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p65 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p70 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p70 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p75 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p75 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p80 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p80 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p85 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p85 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p90 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p90 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p95 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p95 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p100 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p100 .slice .fill { clip: rect(0, 80px, 80px, 40px); }

/* ---- ФОРМА ВВОДА ---- */
#dw_donations .input_new {
    width: 100%;
    margin-top: auto;
    padding-top: 12px;
    flex-shrink: 0;
}

#dw_donations .input_new .input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

#dw_donations .input_new .input-group .form-control {
    width: 100%;
    height: 38px !important;
    padding: 0 14px;
    background: var(--hc-vnbloka);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px !important;
    color: #ffffff;
    font-size: 0.8rem !important;
    transition: border-color 0.2s ease;
}

#dw_donations .input_new .input-group .form-control:focus {
    border-color: rgb(251, 71, 75);
    outline: none;
    box-shadow: 0 0 0 2px rgba(251, 71, 75, 0.1);
}

#dw_donations .input_new .input-group .form-control::placeholder {
    color: rgba(165, 169, 180, 0.35);
}

#dw_donations .input_new .input-group .form-control:first-child {
    border-radius: 12px !important;
}

#dw_donations .input_new .input-group .form-control:last-child {
    border-radius: 12px !important;
}

#dw_donations .input_new .input-group-prepend {
    width: 100%;
}

#dw_donations .input_new .header_btn {
    width: 100%;
    height: 38px !important;
    padding: 0 20px;
    background: linear-gradient(145deg, rgb(251, 71, 75), rgb(220, 50, 55));
    border: none;
    border-radius: 12px !important;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.8rem !important;
    transition: all 0.2s ease;
    cursor: pointer;
    line-height: 38px;
}

#dw_donations .input_new .header_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(251, 71, 75, 0.3);
}

#dw_donations .input_new .header_btn:active {
    transform: translateY(0);
}

/* ---- РЕЗУЛЬТАТ ---- */
#dw_donations #dw_result {
    margin-top: 8px;
    width: 100%;
    flex-shrink: 0;
}

#dw_donations #dw_result .card {
    padding: 10px 14px;
    background: rgba(36, 227, 77, 0.04);
    border: 1px solid rgba(36, 227, 77, 0.15);
    border-radius: 12px;
    color: rgb(36, 227, 77);
    font-size: 0.8rem;
}

#dw_donations #dw_result .card-error {
    background: rgba(251, 71, 75, 0.04);
    border-color: rgba(251, 71, 75, 0.15);
    color: rgb(251, 71, 75);
}

/* ---- ВКЛАДКА "СПОНСОРЫ" ---- */
#dw_donations #dw_users {
    flex: 1;
    height: 100% !important;
    min-height: 200px;
    overflow-y: auto;
    padding: 0 4px 4px 4px;
    scrollbar-width: thin;
    scrollbar-color: rgb(251, 71, 75) rgb(35, 39, 50);
}

#dw_donations #dw_users::-webkit-scrollbar {
    width: 3px;
}

#dw_donations #dw_users::-webkit-scrollbar-track {
    background: rgb(35, 39, 50);
    border-radius: 4px;
}

#dw_donations #dw_users::-webkit-scrollbar-thumb {
    background: rgb(251, 71, 75);
    border-radius: 4px;
}

/* ---- КАРТОЧКИ ДОНАТОРОВ ---- */
#dw_donations .top_donators {
    display: block;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.2s ease;
}

#dw_donations .top_donators:last-child {
    border-bottom: none;
}

#dw_donations .top_donators:hover {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    padding: 8px 10px;
    margin: 0 -10px;
}

#dw_donations .top_donator_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

#dw_donations .top_donator_flex > div:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

#dw_donations .top_donator_flex .place-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    flex-shrink: 0;
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(165, 169, 180, 0.4);
}

#dw_donations .top_donator_flex .place-num.place-num-1,
#dw_donations .top_donator_flex .place-num.place-num-2,
#dw_donations .top_donator_flex .place-num.place-num-3 {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
}

#dw_donations .top_donator_flex .img_donators {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.04);
    object-fit: cover;
}

#dw_donations .top_donator_flex .flex_text_donators {
    min-width: 0;
    flex: 1;
    overflow: hidden;
}

#dw_donations .top_donator_flex .text_donator {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dw_donations .top_donator_flex .desp_donator {
    display: block;
    font-size: 0.65rem;
    color: rgba(165, 169, 180, 0.4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dw_donations .top_donator_flex .summa_donators {
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    flex-shrink: 0;
}

#dw_donations .top_donator_flex .summa_donators i {
    color: rgb(251, 71, 75);
    margin-right: 3px;
    font-size: 0.65rem;
}

/* ---- СОСТОЯНИЕ "СБОР ЗАВЕРШЁН" ---- */
#dw_donations .completed_donate {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(15, 15, 20, 0.92);
    backdrop-filter: blur(6px);
    border-radius: 16px;
    padding: 20px;
}

#dw_donations .completed_donate .centered {
    text-align: center;
}

#dw_donations .completed_donate .centered .text {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

#dw_donations .completed_donate .centered .card {
    background: rgba(36, 227, 77, 0.05);
    border: 1px solid rgba(36, 227, 77, 0.15);
    border-radius: 12px;
    padding: 12px 20px;
    margin-top: 8px;
}

#dw_donations .completed_donate .centered .card .mb-0 {
    font-size: 0.85rem;
    color: rgb(36, 227, 77);
}

#dw_donations .dw-widget-blur {
    filter: blur(3px);
    pointer-events: none;
    user-select: none;
}

/* ---- ЛОАДЕР ---- */
#dw_donations .loader {
    position: relative;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dw_donations .loader::after {
    content: "";
    width: 30px;
    position: relative;
    aspect-ratio: 2;
    background: no-repeat radial-gradient(circle closest-side, rgb(74, 79, 96) 90%, rgba(0, 0, 0, 0)) 0% 50%,
                no-repeat radial-gradient(circle closest-side, rgb(74, 79, 96) 90%, rgba(0, 0, 0, 0)) 50% 50%,
                no-repeat radial-gradient(circle closest-side, rgb(74, 79, 96) 90%, rgba(0, 0, 0, 0)) 100% 50%;
    background-size: 33.3333333333% 50%;
    animation: dw-loader 1s infinite linear;
}

@keyframes dw-loader {
    20% { background-position: 0% 0%, 50% 50%, 100% 50%; }
    40% { background-position: 0% 100%, 50% 0%, 100% 50%; }
    60% { background-position: 0% 50%, 50% 100%, 100% 0%; }
    80% { background-position: 0% 50%, 50% 50%, 100% 100%; }
}

/* =========================================
   ОБЁРТКА ВИДЖЕТА В БАННЕРЕ
   ========================================= */
.donation-widget-wrapper {
    background: var(--hc-bloki);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 420px;
    position: relative;
}

.donation-widget-wrapper #dw_donations {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.donation-widget-wrapper #dw_donations .block {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100% !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    padding: 5px !important;
}

/* Убираем скрытие кнопок в обёртке */
.donation-widget-wrapper #dw_donations .block_card_header .top_right_btn {
    display: flex !important; /* Явно показываем кнопки */
}

/* =========================================
   МОДАЛЬНОЕ ОКНО МЕЦЕНАТОВ
   ========================================= */
#dw_patrons_modal .modal-content {
    background: var(--hc-bloki);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
}

#dw_patrons_modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 20px;
}

#dw_patrons_modal .modal-header .modal-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
}

#dw_patrons_modal .modal-body {
    padding: 20px;
}

#dw_patrons_modal .col-table {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#dw_patrons_modal .col-table-header {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 4px;
}

#dw_patrons_modal .col-table-header .col-table-row {
    display: flex;
    padding: 4px 8px;
}

#dw_patrons_modal .col-table-header .col-table-cell-content {
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(165, 169, 180, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#dw_patrons_modal .col-table-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#dw_patrons_modal .col-table-body .col-table-row {
    display: flex;
    padding: 8px 8px;
    border-radius: 10px;
    transition: background 0.15s ease;
}

#dw_patrons_modal .col-table-body .col-table-row:hover {
    background: rgba(255, 255, 255, 0.02);
}

#dw_patrons_modal .col-table-cell-content {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: rgba(165, 169, 180, 0.8);
}

#dw_patrons_modal .col-table-cell-content .user-profile {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

#dw_patrons_modal .col-table-cell-content .user-profile .user-profile-avatar {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    object-fit: cover;
}

#dw_patrons_modal .col-table-cell-content .user-profile .user-profile-login {
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dw_patrons_modal .col-table-cell-content .user-profile .user-profile-login:hover {
    color: rgb(251, 71, 75);
}

/* =========================================
   МОДАЛЬНОЕ ОКНО ПЛАТЕЖНЫХ СИСТЕМ
   ========================================= */
#dw_merchants_modal .modal-content {
    background: var(--hc-bloki);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
}

#dw_merchants_modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 20px;
}

#dw_merchants_modal .modal-header .modal-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
}

#dw_merchants_modal .modal-body {
    padding: 20px;
}

#dw_merchants_modal #dw_donation_info {
    font-size: 0.85rem;
    color: rgba(165, 169, 180, 0.7);
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

#dw_merchants_modal #dw_donation_info strong {
    color: #ffffff;
}

#dw_merchants_modal .dw-merchant-comment {
    font-size: 0.8rem;
    color: rgba(165, 169, 180, 0.5);
    margin-top: 6px;
    padding: 6px 12px;
    background: rgba(251, 71, 75, 0.05);
    border-radius: 8px;
    border-left: 2px solid rgb(251, 71, 75);
}

#dw_merchants_modal .dw-merchant-comment #dw_merchant_comment_text {
    color: rgba(165, 169, 180, 0.8);
}

#dw_merchants_modal label {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(165, 169, 180, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

#dw_merchants_modal #dw_merchants_list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
}

#dw_merchants_modal #dw_merchants_list .loader {
    height: 40px;
}

#dw_merchants_modal .merchant-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

#dw_merchants_modal .merchant-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.06);
}

#dw_merchants_modal .merchant-card.selected {
    background: rgba(251, 71, 75, 0.06);
    border-color: rgb(251, 71, 75);
    box-shadow: 0 0 20px rgba(251, 71, 75, 0.05);
}

#dw_merchants_modal .merchant-card.selected .merchant-title {
    color: #ffffff;
}

#dw_merchants_modal .merchant-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

#dw_merchants_modal .merchant-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#dw_merchants_modal .merchant-info {
    min-width: 0;
    flex: 1;
}

#dw_merchants_modal .merchant-title {
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(165, 169, 180, 0.7);
    transition: color 0.2s ease;
}

#dw_merchants_modal .merchant-desc {
    font-size: 0.7rem;
    color: rgba(165, 169, 180, 0.3);
    margin-top: 1px;
}

#dw_merchants_modal .dw-selected-merchant-block {
    background: rgba(255, 255, 255, 0.02);
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    margin-bottom: 12px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#dw_merchants_modal .dw-selected-merchant-block .dw-selected-merchant-name {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
}

#dw_merchants_modal .dw-selected-merchant-block .dw-selected-merchant-desc {
    font-size: 0.75rem;
    color: rgba(165, 169, 180, 0.4);
    margin-top: 2px;
}

#dw_merchants_modal .form-control-with-action {
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: var(--hc-vnbloka);
}

#dw_merchants_modal .form-control-with-action > input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    padding-right: 48px;
    background: transparent;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 0.9rem;
}

#dw_merchants_modal .form-control-with-action > input:focus {
    outline: none;
}

#dw_merchants_modal .form-control-with-action > input::placeholder {
    color: rgba(165, 169, 180, 0.3);
}

#dw_merchants_modal .form-control-with-action .form-control-action {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 32px;
    padding: 0 16px;
    background: linear-gradient(145deg, rgb(251, 71, 75), rgb(220, 50, 55));
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.75rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

#dw_merchants_modal .form-control-with-action .form-control-action:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(251, 71, 75, 0.25);
}

#dw_merchants_modal .dw-merchant-result {
    margin-top: 10px;
    font-size: 0.8rem;
}

#dw_merchants_modal .dw-merchant-result .dw-message {
    padding: 10px 14px;
    border-radius: 10px;
}

#dw_merchants_modal .dw-merchant-result .dw-message-success {
    background: rgba(36, 227, 77, 0.04);
    border: 1px solid rgba(36, 227, 77, 0.12);
    color: rgb(36, 227, 77);
}

#dw_merchants_modal .dw-merchant-result .dw-message-error {
    background: rgba(251, 71, 75, 0.04);
    border: 1px solid rgba(251, 71, 75, 0.12);
    color: rgb(251, 71, 75);
}

/* ---- СКРОЛЛБАР ДЛЯ МОДАЛКИ ---- */
#dw_merchants_modal #dw_merchants_list::-webkit-scrollbar {
    width: 3px;
}

#dw_merchants_modal #dw_merchants_list::-webkit-scrollbar-track {
    background: rgb(35, 39, 50);
    border-radius: 4px;
}

#dw_merchants_modal #dw_merchants_list::-webkit-scrollbar-thumb {
    background: rgb(251, 71, 75);
    border-radius: 4px;
}

/* =========================================
   АДАПТИВНОСТЬ
   ========================================= */
@media (max-width: 992px) {
    .donation-widget-wrapper {
        min-height: 350px;
        padding: 16px;
    }
    
    #dw_donations .block_card_header_title {
        font-size: 1rem;
    }
    
    #dw_donations .top_right_btn button {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }
    
    #dw_donations .c100 {
        width: 70px;
        height: 70px;
    }
    
    #dw_donations .c100 .slice {
        clip: rect(0, 70px, 70px, 35px);
    }
    
    #dw_donations .c100 .slice .bar,
    #dw_donations .c100 .slice .fill {
        border-width: 3px;
        clip: rect(0, 35px, 70px, 0);
    }
    
    #dw_donations .c100 .slice .fill {
        clip: rect(0, 70px, 70px, 35px);
    }
}

@media (max-width: 768px) {
    .donation-widget-wrapper {
        min-height: 300px;
        padding: 14px;
        border-radius: 16px;
    }
    
    #dw_donations .block_card_header {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    #dw_donations .block_card_header_title {
        font-size: 0.9rem;
    }
    
    #dw_donations .top_right_btn button {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    #dw_donations .c100 {
        width: 60px;
        height: 60px;
    }
    
    #dw_donations .c100 > span {
        font-size: 0.75rem;
    }
    
    #dw_donations .c100 .slice {
        clip: rect(0, 60px, 60px, 30px);
    }
    
    #dw_donations .c100 .slice .bar,
    #dw_donations .c100 .slice .fill {
        border-width: 3px;
        clip: rect(0, 30px, 60px, 0);
    }
    
    #dw_donations .c100 .slice .fill {
        clip: rect(0, 60px, 60px, 30px);
    }
    
    #dw_donations .input_new .input-group .form-control {
        height: 34px !important;
        font-size: 0.75rem !important;
    }
    
    #dw_donations .input_new .header_btn {
        height: 34px !important;
        font-size: 0.75rem !important;
        line-height: 34px;
    }
    
    #dw_donations .top_donator_flex .text_donator {
        font-size: 0.75rem;
    }
    
    #dw_donations .top_donator_flex .summa_donators {
        font-size: 0.75rem;
    }
    
    #dw_donations .top_donator_flex .img_donators {
        width: 26px;
        height: 26px;
    }
    
    /* Модалки */
    #dw_patrons_modal .modal-body,
    #dw_merchants_modal .modal-body {
        padding: 14px;
    }
    
    #dw_merchants_modal .merchant-card {
        padding: 8px 10px;
    }
    
    #dw_merchants_modal .merchant-icon {
        width: 38px;
        height: 38px;
    }
    
    #dw_merchants_modal .form-control-with-action > input {
        height: 38px;
        font-size: 0.8rem;
    }
    
    #dw_merchants_modal .form-control-with-action .form-control-action {
        height: 28px;
        font-size: 0.7rem;
        padding: 0 12px;
    }
}

@media (max-width: 480px) {
    .donation-widget-wrapper {
        min-height: 260px;
        padding: 12px;
        border-radius: 12px;
    }
    
    #dw_donations .tabs__controls {
        padding-bottom: 8px;
        margin-bottom: 10px;
    }
    
    #dw_donations .block_card_header_icon {
        width: 28px;
        height: 28px;
    }
    
    #dw_donations .block_card_header_icon iconify-icon {
        font-size: 0.9rem;
    }
    
    #dw_donations .block_card_header_title {
        font-size: 0.8rem;
    }
    
    #dw_donations .top_right_btn button {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
    
    #dw_donations .c100 {
        width: 50px;
        height: 50px;
        margin: 4px auto 8px !important;
    }
    
    #dw_donations .c100 > span {
        font-size: 0.65rem;
    }
    
    #dw_donations .c100 .slice {
        clip: rect(0, 50px, 50px, 25px);
    }
    
    #dw_donations .c100 .slice .bar,
    #dw_donations .c100 .slice .fill {
        border-width: 2px;
        clip: rect(0, 25px, 50px, 0);
    }
    
    #dw_donations .c100 .slice .fill {
        clip: rect(0, 50px, 50px, 25px);
    }
    
    #dw_donations .dw_target-sum {
        font-size: 0.75rem !important;
    }
    
    #dw_donations .m-b-10 {
        font-size: 0.7rem;
    }
    
    #dw_donations .input_new .input-group .form-control {
        height: 30px !important;
        font-size: 0.7rem !important;
        padding: 0 10px;
    }
    
    #dw_donations .input_new .header_btn {
        height: 30px !important;
        font-size: 0.7rem !important;
        line-height: 30px;
        padding: 0 12px;
    }
    
    #dw_donations .top_donators {
        padding: 6px 0;
    }
    
    #dw_donations .top_donator_flex {
        gap: 4px;
    }
    
    #dw_donations .top_donator_flex > div:first-child {
        gap: 6px;
    }
    
    #dw_donations .top_donator_flex .text_donator {
        font-size: 0.7rem;
    }
    
    #dw_donations .top_donator_flex .summa_donators {
        font-size: 0.7rem;
    }
    
    #dw_donations .top_donator_flex .img_donators {
        width: 22px;
        height: 22px;
        border-radius: 8px;
    }
    
    #dw_donations .top_donator_flex .place-num {
        font-size: 0.55rem;
        min-width: 16px;
        height: 16px;
    }
    
    #dw_donations .top_donator_flex .place-num.place-num-1,
    #dw_donations .top_donator_flex .place-num.place-num-2,
    #dw_donations .top_donator_flex .place-num.place-num-3 {
        width: 20px;
        height: 20px;
    }
    
    #dw_donations .top_donator_flex .desp_donator {
        font-size: 0.55rem;
    }
    
    /* Модалки на мобильных */
    #dw_patrons_modal .col-table-header .col-table-cell-content,
    #dw_patrons_modal .col-table-cell-content {
        font-size: 0.75rem;
    }
    
    #dw_patrons_modal .col-table-body .col-table-row {
        padding: 6px 4px;
    }
    
    #dw_merchants_modal .modal-body {
        padding: 12px;
    }
    
    #dw_merchants_modal #dw_donation_info {
        font-size: 0.75rem;
        padding: 8px 12px;
    }
    
    #dw_merchants_modal .merchant-title {
        font-size: 0.75rem;
    }
    
    #dw_merchants_modal .merchant-desc {
        font-size: 0.65rem;
    }
    
    #dw_merchants_modal .merchant-icon {
        width: 34px;
        height: 34px;
        padding: 4px;
    }
    
    #dw_merchants_modal .form-control-with-action > input {
        height: 34px;
        font-size: 0.75rem;
        padding: 0 10px;
        padding-right: 40px;
    }
    
    #dw_merchants_modal .form-control-with-action .form-control-action {
        height: 24px;
        font-size: 0.65rem;
        padding: 0 10px;
        top: 5px;
        right: 5px;
    }
    
    #dw_merchants_modal label {
        font-size: 0.65rem;
    }
    
    #dw_merchants_modal .dw-selected-merchant-block {
        padding: 8px 12px;
        min-height: 44px;
    }
    
    #dw_merchants_modal .dw-selected-merchant-block .dw-selected-merchant-name {
        font-size: 0.8rem;
    }
    
    #dw_merchants_modal .dw-selected-merchant-block .dw-selected-merchant-desc {
        font-size: 0.65rem;
    }
}


/* ---- ИКОНКИ FONT AWESOME В ВИДЖЕТЕ ---- */
#dw_donations .fa-heart {
    color: rgb(251, 71, 75);
    font-size: 1.2rem;
}

#dw_donations .top_right_btn .fa-wallet,
#dw_donations .top_right_btn .fa-user {
    font-size: 1.1rem;
}

#dw_donations .top_donator_flex .fa-envelope {
    color: rgba(165, 169, 180, 0.3);
    margin-right: 4px;
    font-size: 0.65rem;
}

#dw_donations .top_donator_flex .fa-chart-pie {
    color: rgb(251, 71, 75);
    margin-right: 4px;
    font-size: 0.7rem;
}

#dw_donations .top_right_btn button .fa-wallet,
#dw_donations .top_right_btn button .fa-user {
    transition: color 0.2s ease;
}

#dw_donations .top_right_btn button[aria-selected="true"] .fa-wallet,
#dw_donations .top_right_btn button[aria-selected="true"] .fa-user {
    color: rgb(251, 71, 75);
}

/* ---- ИКОНКИ В МОДАЛКАХ ---- */
#dw_patrons_modal .fa-xmark,
#dw_merchants_modal .fa-xmark {
    font-size: 0.9rem;
}

/* ---- АНИМАЦИЯ ДЛЯ ИКОНКИ СЕРДЦА ---- */
@keyframes dw-heartbeat {
    0% { transform: scale(1); }
    25% { transform: scale(1.1); }
    50% { transform: scale(1); }
    75% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

#dw_donations .block_card_header_icon .fa-heart {
    animation: dw-heartbeat 2s ease-in-out infinite;
}

#dw_donations .block_card_header_icon .fa-heart:hover {
    animation-duration: 1s;
}






/* =========================================
   КРУГОВОЙ ПРОГРЕСС - ПОЛНЫЙ НАБОР
   ========================================= */

/* Базовые стили для пустого прогресса (0%) */
#dw_donations .c100.p0 .slice .bar {
    clip: rect(0, 80px, 80px, 40px);
}
#dw_donations .c100.p0 .slice .fill {
    clip: rect(0, 80px, 80px, 40px);
}

/* Для всех остальных процентов - автоматический расчет */
#dw_donations .c100:not(.p0) .slice .bar {
    clip: rect(0, 40px, 80px, 0);
}

#dw_donations .c100.p1 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p2 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p3 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p4 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p5 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p6 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p7 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p8 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p9 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p10 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p11 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p12 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p13 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p14 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p15 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p16 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p17 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p18 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p19 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p20 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p21 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p22 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p23 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p24 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p25 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p26 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p27 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p28 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p29 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p30 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p31 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p32 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p33 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p34 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p35 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p36 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p37 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p38 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p39 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p40 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p41 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p42 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p43 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p44 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p45 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p46 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p47 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p48 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p49 .slice .fill { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p50 .slice .fill { clip: rect(0, 80px, 80px, 40px); }

#dw_donations .c100.p51 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p51 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p52 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p52 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p53 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p53 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p54 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p54 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p55 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p55 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p56 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p56 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p57 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p57 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p58 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p58 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p59 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p59 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p60 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p60 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p61 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p61 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p62 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p62 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p63 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p63 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p64 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p64 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p65 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p65 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p66 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p66 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p67 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p67 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p68 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p68 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p69 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p69 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p70 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p70 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p71 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p71 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p72 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p72 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p73 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p73 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p74 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p74 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p75 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p75 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p76 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p76 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p77 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p77 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p78 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p78 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p79 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p79 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p80 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p80 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p81 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p81 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p82 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p82 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p83 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p83 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p84 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p84 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p85 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p85 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p86 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p86 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p87 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p87 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p88 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p88 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p89 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p89 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p90 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p90 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p91 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p91 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p92 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p92 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p93 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p93 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p94 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p94 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p95 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p95 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p96 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p96 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p97 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p97 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p98 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p98 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p99 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p99 .slice .fill { clip: rect(0, 80px, 80px, 40px); }
#dw_donations .c100.p100 .slice .bar { clip: rect(0, 80px, 80px, 0); }
#dw_donations .c100.p100 .slice .fill { clip: rect(0, 80px, 80px, 40px); }