/* Виджет */
.donation-theme-widget-container {
    font-family: 'Manrope';
}

.burgundy .donation-theme-widget-btn-main {
    border: 1px solid #980345;
    background-color: #980345;
}

.burgundy .donation-theme-widget-control-checkbox:has(input:checked):before {
    background-color: #980345 !important;
}

.burgundy .donation-theme-widget-control-checkbox::before {
    border: 1px solid #980345 !important;
}

.burgundy .donation-theme-widget-button-main:focus,
.burgundy .donation-theme-widget-button-main:hover,
.burgundy .donation-theme-widget-button-main.active {
    background-color: #980345;
    border-color: #980345;
}

.burgundy .donation-theme-widget-button-main {
    border-color: #dd99b7;
}

.burgundy .donation-theme-widget-container .donation-theme-widget-group.donation-theme-widget-control-focus .donation-theme-widget-control, 
.burgundy .donation-theme-widget-container .donation-theme-widget-group.active .donation-theme-widget-control {
    background-color: #dd99b7;
}

/* Ползунок */
.donation-list-thermometer-container,
.donation-thermometer-container {
    font-family: 'Manrope';
}

.burgundy .donation-thermometer-container .donation-thermometer-amount-top-left,
.burgundy .donation-thermometer-container .donation-thermometer-amount-top-right {
    color: #980345;
}

.burgundy .donation-thermometer-container .donation-thermometer-amount-center-line div {
    background-color: #980345;
}

.burgundy .donation-thermometer-container .donation-thermometer-amount-center-line span {
    border: 1px solid #980345;
    color: #980345;
}

.burgundy .donation-thermometer-container .donation-thermometer-amount-footer-left, 
.burgundy .donation-thermometer-container .donation-thermometer-amount-footer-right {
    color: #980345;
}

.burgundy .donation-thermometer-container .donation-thermometer-amount-center-line {
    background-color: #bd7293;
}

/* Ползунок белый */
.snowy .donation-thermometer-container .donation-thermometer-amount-top-left,
.snowy .donation-thermometer-container .donation-thermometer-amount-top-right {
    color: #fff;
}

.snowy .donation-thermometer-container .donation-thermometer-amount-center-line div {
    background-color: #f5378b;
}

.snowy .donation-thermometer-container .donation-thermometer-amount-center-line span {
    border: 1px solid #f5378b;
    color: #f5378b;
}

.snowy .donation-thermometer-container .donation-thermometer-amount-footer-left, 
.snowy .donation-thermometer-container .donation-thermometer-amount-footer-right {
    color: #fff;
}

.snowy .donation-thermometer-container .donation-thermometer-amount-center-line {
    background-color: #d02f76;
}