/* PRIME-3ONA donation_widget: original functional rules + redesigned theme */
#dw_donations .completed_donate {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
#dw_donations .completed_donate span.text {
  font-size: -webkit-xxx-large;
  font-size: xxx-large;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#dw_donations .completed_donate .centered {
  margin: auto;
  z-index: 10000;
  padding-bottom: 20px;
}
#dw_donations .block.dark {
  background: #282b30;
  border: 1px solid #424549;
  color: #b9bbbe;
  border-radius: 2px;
  padding: 30px;
  margin-bottom: 10px;
  position: relative;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#dw_donations .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#dw_donations .vertical-center-line {
  position: relative;
  z-index: 1001;
}
#dw_donations .vertical-center-line::after {
  content: " ";
  height: 100%;
  position: absolute;
  width: 1px;
  background: #424549;
  top: 0;
  right: 50%;
}
@media (max-width: 991.99px) {
  #dw_donations .vertical-center-line::after {
    content: " ";
    background: rgba(66, 69, 73, 0);
  }
}
#dw_donations .block.dark .block_head {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  color: inherit;
  text-align: center;
  background: none;
  background-color: transparent;
}
#dw_donations .block.dark .t-a-c {
  text-align: center;
}
#dw_donations .block.dark .m-b-10 {
  margin-bottom: 10px;
}
#dw_donations .dw_target-sum {
  position: relative;
  font-weight: 900;
  word-break: break-all;
  margin-bottom: 10px;
}
#dw_donations .dw_target-sum:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 0;
  height: 4px;
  background: #7289da;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
#dw_donations .dw_target-sum:hover:after {
  width: 100%;
}
#dw_donations .block.dark .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
#dw_donations .block.dark input.form-control {
  background: #202225;
  border: 1px solid #424549;
  border-radius: 0;
  color: #72767d;
  height: 33px;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  text-align: center;
}
#dw_donations .block.dark input.form-control::-webkit-input-placeholder {
  text-align: center;
}
#dw_donations .block.dark input.form-control:focus {
  box-shadow: none;
}
#dw_donations .block.dark input.btn.btn-outline-primary, #dw_donations .block.dark button.btn.btn-outline-primary {
  background: #424549;
  color: #7289da;
  border-color: #424549;
}
#dw_donations .block.dark input.btn.btn-outline-primary:hover:not([disabled]), #dw_donations .block.dark input.btn.btn-default:hover:not([disabled]), #dw_donations .block.dark button.btn.btn-outline-primary:hover:not([disabled]), #dw_donations .block.dark button.btn.btn-default:hover:not([disabled]) {
  background: #7289da;
  color: #ffffff;
}
#dw_donations .block.dark .btn-outline-primary:not(:disabled):not(.disabled).active, #dw_donations .block.dark .btn-outline-primary:not(:disabled):not(.disabled):active, #dw_donations .block.dark .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #7289da;
  border-color: #7289da;
}
#dw_donations .block.dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus, #dw_donations .block.dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus, #dw_donations .block.dark .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}
#dw_donations .block.dark .btn-outline-primary.focus, #dw_donations .block.dark .btn-outline-primary:focus {
  box-shadow: none;
}
#dw_donations .block.dark button.btn {
  height: 33px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 2px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#dw_donations .block.dark .input-group {
  display: flex;
  flex-wrap: nowrap;
}
#dw_donations .block.dark .input-group .form-control.dw-amount-with-comment,
#dw_donations .block.dark .input-group .form-control.dw-amount-single {
  flex: 0 0 25%;
  max-width: 25%;
}
#dw_donations .block.dark .input-group .form-control:not(.dw-amount-with-comment):not(.dw-amount-single) {
  flex: 1;
  min-width: 0;
}
#dw_donations .block.dark .input-group .input-group-prepend {
  flex: 0 0 auto;
}
#dw_donations #dw_result {
  margin-top: 12px;
}
#dw_donations #dw_result:empty {
  display: none;
}
#dw_donations #dw_result[style*="visibility: hidden"] {
  display: none;
}
#dw_donations #dw_result .dw-message.dw-message-success {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #36393e;
  border: 1px solid #424549;
  border-radius: 4px;
  color: #dcddde;
}
#dw_donations #dw_result .dw-message.dw-message-success .dw-message-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #424549;
  border: 1px solid #4f535c;
  border-radius: 50%;
  color: #7289da;
  font-size: 12px;
}
#dw_donations #dw_result .dw-message.dw-message-success .dw-message-text {
  flex: 1;
  min-width: 0;
}
#dw_donations #dw_result .dw-message.dw-message-error {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background-color: #f04747;
  border-radius: 4px;
  color: #fff;
}
#dw_donations #dw_result .dw-message.dw-message-error .dw-message-icon {
  flex-shrink: 0;
  color: #fff;
}
#dw_donations #dw_result .dw-message.dw-message-error .dw-message-text {
  flex: 1;
  min-width: 0;
}
#dw_donations .block.dark input.form-control::-webkit-outer-spin-button,
#dw_donations .block.dark input.form-control::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#dw_donations .block.dark .scroll-body {
  max-height: 250px;
  overflow-y: auto;
}
#dw_donations .block.dark .scroll-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#dw_donations .block.dark .scroll-body::-webkit-scrollbar-track {
  background: rgba(132, 125, 137, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#dw_donations .block.dark .scroll-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #7289da;
}
#dw_donations .block.dark .scroll-body::-webkit-scrollbar-thumb:window-inactive {
  background: #7289da;
}
#dw_donations .block.dark .card {
  background-color: #424549;
  border: none;
}
#dw_donations .block.dark .card-header {
  cursor: pointer;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 1rem 2rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#dw_donations .block.dark .card-header:hover {
  background: #7289da;
  color: #ffffff;
}
#dw_donations #dw_users a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #383a3e;
}
#dw_donations #dw_users a img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
}
#dw_donations #dw_users a div {
  margin: 0;
  font-weight: 500;
  color: #4d86d1;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  width: calc(100% - 51px);
  float: right;
}
#dw_donations #dw_users a div > span {
  max-width: 100%;
  line-height: 17px;
  width: auto;
}
#dw_donations #dw_users a div p span, #dw_donations #dw_users a div > span span {
  color: #b9bbbe;
  font-size: 13px;
  margin-right: 5px;
}
#dw_donations #dw_users a span i {
  margin-right: 3px;
}
#dw_donations #dw_users a span i::before {
  color: rgb(114, 137, 218);
  font-size: 13px;
}
#dw_donations #dw_users a div > span, #dw_donations #dw_users a div p:nth-child(2), #dw_donations #dw_users a div > span:nth-child(2) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#dw_donations .block.dark .fas {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#dw_donations .block.dark .fa-ruble-sign:before {
  content: "\f158";
}
#dw_donations .block.dark .mb-0 {
  margin: 0;
}
#dw_donations .rect-auto, #dw_donations .c100.p51 .slice, #dw_donations .c100.p52 .slice, #dw_donations .c100.p53 .slice, #dw_donations .c100.p54 .slice, #dw_donations .c100.p55 .slice, #dw_donations .c100.p56 .slice, #dw_donations .c100.p57 .slice, #dw_donations .c100.p58 .slice, #dw_donations .c100.p59 .slice, #dw_donations .c100.p60 .slice, #dw_donations .c100.p61 .slice, #dw_donations .c100.p62 .slice, #dw_donations .c100.p63 .slice, #dw_donations .c100.p64 .slice, #dw_donations .c100.p65 .slice, #dw_donations .c100.p66 .slice, #dw_donations .c100.p67 .slice, #dw_donations .c100.p68 .slice, #dw_donations .c100.p69 .slice, #dw_donations .c100.p70 .slice, #dw_donations .c100.p71 .slice, #dw_donations .c100.p72 .slice, #dw_donations .c100.p73 .slice, #dw_donations .c100.p74 .slice, #dw_donations .c100.p75 .slice, #dw_donations .c100.p76 .slice, #dw_donations .c100.p77 .slice, #dw_donations .c100.p78 .slice, #dw_donations .c100.p79 .slice, #dw_donations .c100.p80 .slice, #dw_donations .c100.p81 .slice, #dw_donations .c100.p82 .slice, #dw_donations .c100.p83 .slice, #dw_donations .c100.p84 .slice, #dw_donations .c100.p85 .slice, #dw_donations .c100.p86 .slice, #dw_donations .c100.p87 .slice, #dw_donations .c100.p88 .slice, #dw_donations .c100.p89 .slice, #dw_donations .c100.p90 .slice, #dw_donations .c100.p91 .slice, #dw_donations .c100.p92 .slice, #dw_donations .c100.p93 .slice, #dw_donations .c100.p94 .slice, #dw_donations .c100.p95 .slice, #dw_donations .c100.p96 .slice, #dw_donations .c100.p97 .slice, #dw_donations .c100.p98 .slice, #dw_donations .c100.p99 .slice, #dw_donations .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
#dw_donations .pie, #dw_donations .c100 .bar, #dw_donations .c100.p51 .fill, #dw_donations .c100.p52 .fill, #dw_donations .c100.p53 .fill, #dw_donations .c100.p54 .fill, #dw_donations .c100.p55 .fill, #dw_donations .c100.p56 .fill, #dw_donations .c100.p57 .fill, #dw_donations .c100.p58 .fill, #dw_donations .c100.p59 .fill, #dw_donations .c100.p60 .fill, #dw_donations .c100.p61 .fill, #dw_donations .c100.p62 .fill, #dw_donations .c100.p63 .fill, #dw_donations .c100.p64 .fill, #dw_donations .c100.p65 .fill, #dw_donations .c100.p66 .fill, #dw_donations .c100.p67 .fill, #dw_donations .c100.p68 .fill, #dw_donations .c100.p69 .fill, #dw_donations .c100.p70 .fill, #dw_donations .c100.p71 .fill, #dw_donations .c100.p72 .fill, #dw_donations .c100.p73 .fill, #dw_donations .c100.p74 .fill, #dw_donations .c100.p75 .fill, #dw_donations .c100.p76 .fill, #dw_donations .c100.p77 .fill, #dw_donations .c100.p78 .fill, #dw_donations .c100.p79 .fill, #dw_donations .c100.p80 .fill, #dw_donations .c100.p81 .fill, #dw_donations .c100.p82 .fill, #dw_donations .c100.p83 .fill, #dw_donations .c100.p84 .fill, #dw_donations .c100.p85 .fill, #dw_donations .c100.p86 .fill, #dw_donations .c100.p87 .fill, #dw_donations .c100.p88 .fill, #dw_donations .c100.p89 .fill, #dw_donations .c100.p90 .fill, #dw_donations .c100.p91 .fill, #dw_donations .c100.p92 .fill, #dw_donations .c100.p93 .fill, #dw_donations .c100.p94 .fill, #dw_donations .c100.p95 .fill, #dw_donations .c100.p96 .fill, #dw_donations .c100.p97 .fill, #dw_donations .c100.p98 .fill, #dw_donations .c100.p99 .fill, #dw_donations .c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #7289da;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#dw_donations .pie-fill, #dw_donations .c100.p51 .bar:after, #dw_donations .c100.p51 .fill, #dw_donations .c100.p52 .bar:after, #dw_donations .c100.p52 .fill, #dw_donations .c100.p53 .bar:after, #dw_donations .c100.p53 .fill, #dw_donations .c100.p54 .bar:after, #dw_donations .c100.p54 .fill, #dw_donations .c100.p55 .bar:after, #dw_donations .c100.p55 .fill, #dw_donations .c100.p56 .bar:after, #dw_donations .c100.p56 .fill, #dw_donations .c100.p57 .bar:after, #dw_donations .c100.p57 .fill, #dw_donations .c100.p58 .bar:after, #dw_donations .c100.p58 .fill, #dw_donations .c100.p59 .bar:after, #dw_donations .c100.p59 .fill, #dw_donations .c100.p60 .bar:after, #dw_donations .c100.p60 .fill, #dw_donations .c100.p61 .bar:after, #dw_donations .c100.p61 .fill, #dw_donations .c100.p62 .bar:after, #dw_donations .c100.p62 .fill, #dw_donations .c100.p63 .bar:after, #dw_donations .c100.p63 .fill, #dw_donations .c100.p64 .bar:after, #dw_donations .c100.p64 .fill, #dw_donations .c100.p65 .bar:after, #dw_donations .c100.p65 .fill, #dw_donations .c100.p66 .bar:after, #dw_donations .c100.p66 .fill, #dw_donations .c100.p67 .bar:after, #dw_donations .c100.p67 .fill, #dw_donations .c100.p68 .bar:after, #dw_donations .c100.p68 .fill, #dw_donations .c100.p69 .bar:after, #dw_donations .c100.p69 .fill, #dw_donations .c100.p70 .bar:after, #dw_donations .c100.p70 .fill, #dw_donations .c100.p71 .bar:after, #dw_donations .c100.p71 .fill, #dw_donations .c100.p72 .bar:after, #dw_donations .c100.p72 .fill, #dw_donations .c100.p73 .bar:after, #dw_donations .c100.p73 .fill, #dw_donations .c100.p74 .bar:after, #dw_donations .c100.p74 .fill, #dw_donations .c100.p75 .bar:after, #dw_donations .c100.p75 .fill, #dw_donations .c100.p76 .bar:after, #dw_donations .c100.p76 .fill, #dw_donations .c100.p77 .bar:after, #dw_donations .c100.p77 .fill, #dw_donations .c100.p78 .bar:after, #dw_donations .c100.p78 .fill, #dw_donations .c100.p79 .bar:after, #dw_donations .c100.p79 .fill, #dw_donations .c100.p80 .bar:after, #dw_donations .c100.p80 .fill, #dw_donations .c100.p81 .bar:after, #dw_donations .c100.p81 .fill, #dw_donations .c100.p82 .bar:after, #dw_donations .c100.p82 .fill, #dw_donations .c100.p83 .bar:after, #dw_donations .c100.p83 .fill, #dw_donations .c100.p84 .bar:after, #dw_donations .c100.p84 .fill, #dw_donations .c100.p85 .bar:after, #dw_donations .c100.p85 .fill, #dw_donations .c100.p86 .bar:after, #dw_donations .c100.p86 .fill, #dw_donations .c100.p87 .bar:after, #dw_donations .c100.p87 .fill, #dw_donations .c100.p88 .bar:after, #dw_donations .c100.p88 .fill, #dw_donations .c100.p89 .bar:after, #dw_donations .c100.p89 .fill, #dw_donations .c100.p90 .bar:after, #dw_donations .c100.p90 .fill, #dw_donations .c100.p91 .bar:after, #dw_donations .c100.p91 .fill, #dw_donations .c100.p92 .bar:after, #dw_donations .c100.p92 .fill, #dw_donations .c100.p93 .bar:after, #dw_donations .c100.p93 .fill, #dw_donations .c100.p94 .bar:after, #dw_donations .c100.p94 .fill, #dw_donations .c100.p95 .bar:after, #dw_donations .c100.p95 .fill, #dw_donations .c100.p96 .bar:after, #dw_donations .c100.p96 .fill, #dw_donations .c100.p97 .bar:after, #dw_donations .c100.p97 .fill, #dw_donations .c100.p98 .bar:after, #dw_donations .c100.p98 .fill, #dw_donations .c100.p99 .bar:after, #dw_donations .c100.p99 .fill, #dw_donations .c100.p100 .bar:after, #dw_donations .c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#dw_donations .c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #424549;
}
#dw_donations .c100 *, #dw_donations .c100 :before, #dw_donations .c100 :after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#dw_donations .c100.center {
  float: none;
  margin: 20px auto;
}
#dw_donations .c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #cccccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#dw_donations .c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #36393e;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#dw_donations .c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
#dw_donations .c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
#dw_donations .c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
#dw_donations .c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
#dw_donations .c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
#dw_donations .c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
#dw_donations .c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
#dw_donations .c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
#dw_donations .c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
#dw_donations .c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
#dw_donations .c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
#dw_donations .c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
#dw_donations .c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
#dw_donations .c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
#dw_donations .c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
#dw_donations .c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
#dw_donations .c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
#dw_donations .c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
#dw_donations .c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
#dw_donations .c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
#dw_donations .c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
#dw_donations .c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
#dw_donations .c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
#dw_donations .c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
#dw_donations .c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
#dw_donations .c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#dw_donations .c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
#dw_donations .c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
#dw_donations .c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
#dw_donations .c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
#dw_donations .c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
#dw_donations .c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
#dw_donations .c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
#dw_donations .c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
#dw_donations .c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
#dw_donations .c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
#dw_donations .c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
#dw_donations .c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
#dw_donations .c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
#dw_donations .c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
#dw_donations .c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
#dw_donations .c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
#dw_donations .c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
#dw_donations .c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
#dw_donations .c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
#dw_donations .c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
#dw_donations .c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
#dw_donations .c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
#dw_donations .c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
#dw_donations .c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
#dw_donations .c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#dw_donations .c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
#dw_donations .c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
#dw_donations .c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
#dw_donations .c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
#dw_donations .c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
#dw_donations .c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
#dw_donations .c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
#dw_donations .c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
#dw_donations .c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
#dw_donations .c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
#dw_donations .c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
#dw_donations .c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
#dw_donations .c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
#dw_donations .c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
#dw_donations .c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
#dw_donations .c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
#dw_donations .c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
#dw_donations .c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
#dw_donations .c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
#dw_donations .c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
#dw_donations .c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
#dw_donations .c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
#dw_donations .c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
#dw_donations .c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
#dw_donations .c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
#dw_donations .c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
#dw_donations .c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
#dw_donations .c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
#dw_donations .c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
#dw_donations .c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
#dw_donations .c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
#dw_donations .c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
#dw_donations .c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
#dw_donations .c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
#dw_donations .c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
#dw_donations .c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
#dw_donations .c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
#dw_donations .c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
#dw_donations .c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
#dw_donations .c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
#dw_donations .c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
#dw_donations .c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
#dw_donations .c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
#dw_donations .c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
#dw_donations .c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
#dw_donations .c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
#dw_donations .c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
#dw_donations .c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
#dw_donations .c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
#dw_donations .c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#dw_donations .c100:hover {
  cursor: default;
}
#dw_donations .c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #7289da;
}
#dw_donations .c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}

#dw_merchants_modal .modal-content {
  background-color: #282b30;
  border: 1px solid #424549;
  border-radius: 3px;
  color: #b9bbbe;
}
#dw_merchants_modal .modal-header {
  background-color: #282b30;
  border-bottom-color: #424549;
}
#dw_merchants_modal .modal-header .modal-title {
  color: #b9bbbe;
  font-weight: 600;
}
#dw_merchants_modal .modal-header .close {
  color: #b9bbbe;
  opacity: 1;
  text-shadow: none;
  margin-top: -23px;
}
#dw_merchants_modal .modal-header .close:hover {
  color: #fff;
}
#dw_merchants_modal .modal-body {
  background-color: #282b30;
  color: #b9bbbe;
}
#dw_merchants_modal .dw-merchants-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#dw_merchants_modal .dw-merchants-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  #dw_merchants_modal .dw-merchants-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#dw_merchants_modal #dw_donation_info {
  color: #b9bbbe;
}
#dw_merchants_modal #dw_donation_info.text-muted {
  color: #b9bbbe;
}
#dw_merchants_modal #dw_donation_remaining {
  color: #7289da;
}
#dw_merchants_modal .dw-merchant-comment {
  margin-bottom: 12px;
  color: #b9bbbe;
}
#dw_merchants_modal .dw-merchants-header .dw-section-value {
  color: #dcddde;
  font-size: 14px;
  margin-bottom: 8px;
}
#dw_merchants_modal .dw-section-title {
  color: #b9bbbe;
  font-size: 14px;
  margin-bottom: 8px;
}
#dw_merchants_modal .dw-merchant-payment-method {
  margin-bottom: 16px;
}
#dw_merchants_modal #dw_selected_merchant_title {
  margin-top: 4px;
  background: #36393e;
  border-radius: 3px;
  padding: 10px 12px;
  margin-bottom: 0;
}
#dw_merchants_modal #dw_selected_merchant_name {
  color: #dcddde;
  font-weight: 600;
  font-size: 14px;
  display: block;
}
#dw_merchants_modal .dw-selected-merchant-desc {
  font-size: 13px;
  color: #72767c;
  margin-top: 4px;
}
#dw_merchants_modal .dw-merchant-amount-block .dw-section-title.dw-amount-label {
  margin-bottom: 8px;
  display: block;
}
#dw_merchants_modal .dw-input-group {
  display: flex;
  align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
}
#dw_merchants_modal .dw-input-group .form-control.dw-input-amount {
  flex: 1;
  min-width: 0;
  background-color: #2f3237;
  border: 1px solid #44474b;
  border-right: none;
  border-radius: 5px 0 0 5px;
  color: #c6c7c8;
  height: 36px;
}
#dw_merchants_modal .dw-input-group .form-control.dw-input-amount:focus {
  border-color: #44474b;
  outline: 0;
  box-shadow: none;
}
#dw_merchants_modal .dw-input-group .btn.dw-btn-submit {
  background-color: #4f535c;
  border: 1px solid #44474b;
  border-left: none;
  border-radius: 0 5px 5px 0;
  color: #e0e1e2;
  padding: 0 16px;
  height: 36px;
  line-height: 34px;
  white-space: nowrap;
}
#dw_merchants_modal .dw-input-group .btn.dw-btn-submit:hover:not(:disabled) {
  background-color: #5a5e67;
  color: #e0e1e2;
  border-color: #44474b;
  border-left: none;
}
#dw_merchants_modal #dw_merchant_empty {
  color: #72767d;
}
#dw_merchants_modal .dw-merchant-result {
  margin-top: 12px;
}
#dw_merchants_modal .dw-merchant-result .dw-message.dw-message-error {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background-color: #f04747;
  border-radius: 4px;
  color: #fff;
}
#dw_merchants_modal .dw-merchant-result .dw-message.dw-message-error .dw-message-icon {
  color: #fff;
  flex-shrink: 0;
}
#dw_merchants_modal #dw_merchants_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#dw_merchants_modal .merchant-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #36393e;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
#dw_merchants_modal .merchant-card:hover {
  background: #2f3237;
  border-color: #424549;
}
#dw_merchants_modal .merchant-card.selected {
  background: rgba(114, 137, 218, 0.15);
  border-color: #7289da;
}
#dw_merchants_modal .merchant-card.selected .merchant-title {
  color: #7289da;
}
#dw_merchants_modal .merchant-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #282b30;
  border-radius: 3px;
  padding: 6px;
}
#dw_merchants_modal .merchant-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#dw_merchants_modal .merchant-info {
  min-width: 0;
}
#dw_merchants_modal .merchant-title {
  font-size: 14px;
  font-weight: 500;
  color: #dcddde;
}
#dw_merchants_modal .merchant-desc {
  font-size: 13px;
  color: #72767c;
  margin-top: 4px;
}

/* ==========================================================================
   PRIME-3ONA — DONATION WIDGET THEME
   Сохраняет механику, круговой прогресс p1–p100 и все исходные селекторы.
   ========================================================================== */

#dw_donations,
#dw_donations *,
#dw_merchants_modal,
#dw_merchants_modal * {
  box-sizing: border-box;
}

#dw_donations {
  --dw-bg: #101318;
  --dw-surface: #181b21;
  --dw-surface-soft: #1d2128;
  --dw-border: rgba(255, 255, 255, .075);
  --dw-text: #c9cdd4;
  --dw-muted: #8d949e;
  --dw-red: #ff3b3b;
  --dw-orange: #ff9800;
  --dw-orange-soft: #ffbd69;
  color: var(--dw-text);
}

/* Основная карточка */
#dw_donations .block.dark {
  position: relative;
  margin-bottom: 12px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--dw-border);
  border-radius: 14px;
  background:
    radial-gradient(circle at 7% 0, rgba(255, 59, 59, .10), transparent 31%),
    radial-gradient(circle at 95% 8%, rgba(255, 152, 0, .08), transparent 34%),
    linear-gradient(180deg, rgba(24, 27, 33, .99), rgba(13, 16, 20, .99));
  color: var(--dw-text);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .03);
}

#dw_donations .block.dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--dw-red), var(--dw-orange));
}

#dw_donations .block.dark > * {
  position: relative;
  z-index: 3;
}

#dw_donations .block.dark .block_head {
  position: relative;
  margin: 0 0 22px;
  padding: 0 10px 14px;
  color: #f3f4f6;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .35px;
  text-align: center;
  background: transparent;
}

#dw_donations .block.dark .block_head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 92px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--dw-red), var(--dw-orange), transparent);
}

/* Завершённый сбор */
#dw_donations .completed_donate {
  z-index: 20;
  align-items: center;
  padding: 20px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 152, 0, .15), transparent 38%),
    rgba(12, 15, 19, .94);
  backdrop-filter: blur(4px);
}

#dw_donations .completed_donate .centered {
  margin: auto;
  padding: 22px;
  text-align: center;
}

#dw_donations .completed_donate span.text {
  margin-bottom: 14px;
  color: #f4f5f7;
  font-size: 27px;
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
  text-shadow:
    0 4px 18px rgba(0, 0, 0, .48),
    0 0 22px rgba(255, 139, 27, .12);
}

/* Вертикальный разделитель */
#dw_donations .vertical-center-line {
  position: relative;
  z-index: 3;
}

#dw_donations .vertical-center-line::after {
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 152, 0, .20),
    rgba(255, 255, 255, .07),
    transparent
  );
}

/* Целевая сумма */
#dw_donations .dw_target-sum {
  margin-bottom: 12px;
  color: #f1f3f5;
  font-weight: 900;
  line-height: 1.35;
  word-break: break-word;
}

#dw_donations .dw_target-sum::after {
  top: auto;
  bottom: -5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dw-red), var(--dw-orange));
  box-shadow: 0 0 12px rgba(255, 126, 25, .20);
}

/* Поля */
#dw_donations .block.dark .input-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

#dw_donations .block.dark input.form-control {
  height: 38px;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: 8px;
  background: #101318;
  color: #d8dce1;
  font-size: 12px;
  text-align: center;
  box-shadow:
    inset 0 1px 5px rgba(0, 0, 0, .24),
    0 0 0 rgba(255, 152, 0, 0);
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

#dw_donations .block.dark input.form-control::placeholder {
  color: #747c87;
  opacity: 1;
  text-align: center;
}

#dw_donations .block.dark input.form-control:focus {
  outline: 0;
  border-color: rgba(255, 152, 0, .38);
  background: #12161c;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 152, 0, .065);
}

#dw_donations .block.dark .input-group .form-control.dw-amount-with-comment,
#dw_donations .block.dark .input-group .form-control.dw-amount-single {
  flex: 0 0 25%;
  max-width: 25%;
  border-radius: 8px 0 0 8px;
}

#dw_donations .block.dark .input-group .form-control:not(.dw-amount-with-comment):not(.dw-amount-single) {
  flex: 1;
  min-width: 0;
}

/* Кнопки */
#dw_donations .block.dark button.btn,
#dw_donations .block.dark input.btn {
  min-height: 38px;
  height: 38px;
  padding: 0 15px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: .25px;
  box-shadow: none;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease,
    filter .2s ease;
}

#dw_donations .block.dark input.btn.btn-outline-primary,
#dw_donations .block.dark button.btn.btn-outline-primary,
#dw_donations .block.dark input.btn.btn-default,
#dw_donations .block.dark button.btn.btn-default {
  border: 1px solid rgba(255, 218, 145, .30);
  background: linear-gradient(135deg, #ff3434, #ff9700);
  color: #fff;
  text-shadow: none;
  box-shadow:
    0 9px 21px rgba(255, 75, 35, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16);
}

#dw_donations .block.dark input.btn.btn-outline-primary:hover:not([disabled]),
#dw_donations .block.dark input.btn.btn-default:hover:not([disabled]),
#dw_donations .block.dark button.btn.btn-outline-primary:hover:not([disabled]),
#dw_donations .block.dark button.btn.btn-default:hover:not([disabled]) {
  transform: translateY(-1px);
  border-color: rgba(255, 231, 164, .56);
  background: linear-gradient(135deg, #ff4545, #ffa31a);
  color: #fff;
  filter: brightness(1.04);
  box-shadow:
    0 13px 27px rgba(255, 75, 35, .25),
    0 0 16px rgba(255, 148, 17, .09);
}

#dw_donations .block.dark .btn-outline-primary:not(:disabled):not(.disabled).active,
#dw_donations .block.dark .btn-outline-primary:not(:disabled):not(.disabled):active,
#dw_donations .block.dark .show > .btn-outline-primary.dropdown-toggle {
  border-color: #ff8c20;
  background: linear-gradient(135deg, #e92f2f, #e98300);
  color: #fff;
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, .22);
}

/* Результаты */
#dw_donations #dw_result {
  margin-top: 12px;
}

#dw_donations #dw_result .dw-message {
  border-radius: 9px;
  font-size: 11px;
  line-height: 1.5;
  box-shadow: 0 9px 22px rgba(0, 0, 0, .20);
}

#dw_donations #dw_result .dw-message.dw-message-success {
  padding: 11px 13px;
  border: 1px solid rgba(255, 152, 0, .18);
  background:
    linear-gradient(135deg, rgba(255, 59, 59, .055), rgba(255, 152, 0, .04)),
    #171a20;
  color: #d8dce1;
}

#dw_donations #dw_result .dw-message.dw-message-success .dw-message-icon {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 152, 0, .24);
  background: rgba(255, 152, 0, .075);
  color: var(--dw-orange);
}

#dw_donations #dw_result .dw-message.dw-message-error,
#dw_merchants_modal .dw-merchant-result .dw-message.dw-message-error {
  padding: 11px 13px;
  border: 1px solid rgba(255, 88, 88, .30);
  background:
    linear-gradient(135deg, rgba(255, 59, 59, .16), rgba(255, 59, 59, .07)),
    #241619;
  color: #ffd7d5;
}

/* Прокрутка */
#dw_donations .block.dark .scroll-body {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 4px;
}

#dw_donations .block.dark .scroll-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#dw_donations .block.dark .scroll-body::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
}

#dw_donations .block.dark .scroll-body::-webkit-scrollbar-thumb,
#dw_donations .block.dark .scroll-body::-webkit-scrollbar-thumb:window-inactive {
  border-radius: 999px;
  background: linear-gradient(180deg, var(--dw-red), var(--dw-orange));
}

/* Аккордеон */
#dw_donations .block.dark .card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 9px;
  background: #171a20;
  color: #c9cdd4;
}

#dw_donations .block.dark .card-header {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background: #1d2128;
  color: #dfe2e6;
  font-size: 12px;
  font-weight: 800;
}

#dw_donations .block.dark .card-header:hover {
  border-color: rgba(255, 152, 0, .16);
  background:
    linear-gradient(90deg, rgba(255, 59, 59, .075), rgba(255, 152, 0, .045)),
    #20242b;
  color: #fff;
}

/* Список донатеров */
#dw_donations #dw_users a {
  min-height: 62px;
  height: auto;
  padding: 10px;
  display: flow-root;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: transparent;
  transition:
    background .2s ease,
    transform .2s ease;
}

#dw_donations #dw_users a:hover {
  transform: translateX(2px);
  background:
    linear-gradient(90deg, rgba(255, 59, 59, .055), rgba(255, 152, 0, .025));
}

#dw_donations #dw_users a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  object-fit: cover;
  border: 2px solid rgba(255, 152, 0, .30);
  border-radius: 50%;
  background: #111419;
  box-shadow: 0 0 0 3px rgba(255, 152, 0, .04);
}

#dw_donations #dw_users a div {
  width: calc(100% - 51px);
  color: #ffbd69;
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}

#dw_donations #dw_users a div p span,
#dw_donations #dw_users a div > span span {
  color: #aeb4bd;
  font-size: 10px;
}

#dw_donations #dw_users a span i::before {
  color: var(--dw-orange);
}

/* Круговой прогресс — вращения p1–p100 остаются из исходного файла */
#dw_donations .c100 {
  background-color: #272c34;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, .28),
    0 0 0 1px rgba(255, 255, 255, .045);
}

#dw_donations .c100 .bar,
#dw_donations .c100 .fill {
  border-color: #ff8b20;
}

#dw_donations .c100::after {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 152, 0, .07), transparent 48%),
    #15181e;
}

#dw_donations .c100 > span {
  color: #f0f2f4;
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .42);
}

#dw_donations .c100:hover > span {
  color: #ffbd69;
}

/* Окно выбора способа оплаты */
#dw_merchants_modal .modal-content {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 152, 0, .18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 152, 0, .10), transparent 34%),
    linear-gradient(180deg, #1b1e24, #101318);
  color: #c9cdd4;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .54),
    0 0 34px rgba(255, 118, 24, .08);
}

#dw_merchants_modal .modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff3b3b, #ff9800);
}

#dw_merchants_modal .modal-header {
  padding: 17px 18px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: transparent;
}

#dw_merchants_modal .modal-header .modal-title {
  color: #f2f4f6;
  font-size: 17px;
  font-weight: 900;
}

#dw_merchants_modal .modal-header .close {
  margin-top: -23px;
  color: #fff;
  opacity: .68;
  text-shadow: none;
}

#dw_merchants_modal .modal-header .close:hover {
  color: #ff918d;
  opacity: 1;
}

#dw_merchants_modal .modal-body {
  padding: 18px;
  background: transparent;
  color: #c4c9d0;
}

#dw_merchants_modal #dw_donation_info,
#dw_merchants_modal #dw_donation_info.text-muted,
#dw_merchants_modal .dw-merchant-comment,
#dw_merchants_modal .dw-section-title {
  color: #9fa6b0;
}

#dw_merchants_modal #dw_donation_remaining {
  color: #ffbd69;
  font-weight: 900;
}

#dw_merchants_modal .dw-merchants-header .dw-section-value {
  color: #e4e7ea;
  font-size: 12px;
  font-weight: 800;
}

#dw_merchants_modal #dw_selected_merchant_title {
  margin: 4px 0 0;
  padding: 11px 12px;
  border: 1px solid rgba(255, 152, 0, .12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 59, 59, .045), rgba(255, 152, 0, .025)),
    #171a20;
}

#dw_merchants_modal #dw_selected_merchant_name {
  color: #f0f2f4;
  font-size: 12px;
  font-weight: 900;
}

#dw_merchants_modal .dw-selected-merchant-desc,
#dw_merchants_modal .merchant-desc,
#dw_merchants_modal #dw_merchant_empty {
  color: #858d98;
  font-size: 10px;
}

#dw_merchants_modal .dw-input-group {
  overflow: hidden;
  border-radius: 8px;
}

#dw_merchants_modal .dw-input-group .form-control.dw-input-amount {
  height: 39px;
  border: 1px solid rgba(255, 255, 255, .085);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: #101318;
  color: #d8dce1;
  box-shadow: none;
}

#dw_merchants_modal .dw-input-group .form-control.dw-input-amount:focus {
  border-color: rgba(255, 152, 0, .38);
  background: #12161c;
  box-shadow: inset 0 0 0 1px rgba(255, 152, 0, .04);
}

#dw_merchants_modal .dw-input-group .btn.dw-btn-submit {
  height: 39px;
  padding: 0 16px;
  border: 1px solid rgba(255, 218, 145, .30);
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #ff3434, #ff9700);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 37px;
}

#dw_merchants_modal .dw-input-group .btn.dw-btn-submit:hover:not(:disabled) {
  border-color: rgba(255, 231, 164, .52);
  border-left: 0;
  background: linear-gradient(135deg, #ff4545, #ffa31a);
  color: #fff;
}

/* Карточки платёжных систем */
#dw_merchants_modal #dw_merchants_list {
  gap: 8px;
}

#dw_merchants_modal .merchant-card {
  gap: 11px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 9px;
  background: #171a20;
  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

#dw_merchants_modal .merchant-card:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 152, 0, .20);
  background:
    linear-gradient(135deg, rgba(255, 59, 59, .045), rgba(255, 152, 0, .025)),
    #1b1f26;
}

#dw_merchants_modal .merchant-card.selected {
  border-color: rgba(255, 152, 0, .48);
  background:
    linear-gradient(135deg, rgba(255, 59, 59, .10), rgba(255, 152, 0, .08)),
    #1b1f26;
  box-shadow:
    0 9px 22px rgba(0, 0, 0, .22),
    0 0 0 3px rgba(255, 152, 0, .045);
}

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

#dw_merchants_modal .merchant-icon {
  width: 48px;
  height: 48px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 8px;
  background: #101318;
}

#dw_merchants_modal .merchant-title {
  color: #e4e7ea;
  font-size: 12px;
  font-weight: 850;
}

/* Адаптивность */
@media (max-width: 991.99px) {
  #dw_donations .vertical-center-line::after {
    display: none;
  }
}

@media (max-width: 640px) {
  #dw_donations .block.dark {
    padding: 17px 12px;
    border-radius: 12px;
  }

  #dw_donations .block.dark .block_head {
    margin-bottom: 18px;
    font-size: 15px;
  }

  #dw_donations .block.dark .input-group {
    flex-wrap: wrap;
    gap: 7px;
  }

  #dw_donations .block.dark .input-group .form-control.dw-amount-with-comment,
  #dw_donations .block.dark .input-group .form-control.dw-amount-single,
  #dw_donations .block.dark .input-group .form-control:not(.dw-amount-with-comment):not(.dw-amount-single) {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
  }

  #dw_donations .block.dark .input-group .input-group-prepend,
  #dw_donations .block.dark .input-group .input-group-prepend .btn {
    width: 100%;
  }

  #dw_donations .block.dark button.btn,
  #dw_donations .block.dark input.btn {
    width: 100%;
    border-radius: 8px;
  }

  #dw_donations .completed_donate span.text {
    font-size: 22px;
  }

  #dw_merchants_modal .dw-merchants-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #dw_donations *,
  #dw_merchants_modal * {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
