.donators-container {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  padding: 10px
}

.donate_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top_three_avatar_donater {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 0 0;
}

.top_border3 img {
  outline: 2px solid var(--top-three);
}

.donate_user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 20px 0 0;
}

.top_donater {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: var(--text-custom);
}

.top_three_nick3 {
  font-weight: 700;
  color: var(--top-three);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.count_of_donate_total {
  display: flex;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--money);
  background-color: var(--money-bg);
  padding: 10px 15px;
  border-radius: 6px;
  margin-right: 13px;
}

.count_of_donate_total svg {
  width: 13px;
  fill: var(--money);
}

.place_img_top1 {
  background-image: url(/app/modules/module_page_lk_top/assets/img/1.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  margin-left: -9px;
  color: rgb(255 255 255 / 0%) !important;
}

.place_img_top2 {
  background-image: url(/app/modules/module_page_lk_top/assets/img/2.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  margin-left: -9px;
  color: rgb(255 255 255 / 0%) !important;
}

.place_img_top3 {
  background-image: url(/app/modules/module_page_lk_top/assets/img/3.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  margin-left: -9px;
  color: rgb(255 255 255 / 0%) !important;
}

.donate_count {
  color: var(--money) !important;
  font-weight: 700 !important;
}

.top_donate_block {
  display: flex;
    height: 50px;
    background-color: var(--bottom-line-table);
    align-items: center;
    padding: 0 10px;
    border-radius: 12px;
    gap: 10px;
    justify-content: space-between;
}

.top_three_avatar_donater {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 0 0;
}

.top_three_avatar_donater img {
  height: 35px;
  width: 35px;
  border-radius: 10px;
}

.top_three_avatar_donater span {
  margin-top: 12px;
  font-weight: 700;
  width: 130px;
  display: flex;
  justify-content: center;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_donate_place_count {
  display: flex;
  color: var(--top-one);
  font-weight: 800;
  font-size: 45px;
  z-index: 2;
}

.top_three_place_donate1 {
  font-size: 16px;
  margin: 0 15px;
  font-family: 'Unbounded';
  font-weight: 600;
  color: var(--top-one);
}

.top_three_place_donate2 {
  font-size: 16px;
  margin: 0 15px;
  font-family: 'Unbounded';
  font-weight: 600;
  color: var(--top-two);
}

.top_three_place_donate3 {
  font-size: 16px;
  margin: 0 15px;
  font-family: 'Unbounded';
  font-weight: 600;
  color: var(--top-three);
}

.top_border1 img {
  outline: 2px solid var(--top-one);
}

.top_border2 img {
  outline: 2px solid var(--top-two);
}

.top_border3 img {
  outline: 2px solid var(--top-three);
}

.donate_user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 20px 0 0;
}

.top_three_nick1 {
  font-weight: 700;
  color: var(--top-one);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_three_nick2 {
  font-weight: 700;
  color: var(--top-two);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_three_nick3 {
  font-weight: 700;
  color: var(--top-three);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.count_of_donate_total {
  display: flex;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--money);
  background-color: var(--money-bg);
  padding: 10px 15px;
  border-radius: 6px;
  margin-right: 13px;
}

.count_of_donate_total svg {
  width: 13px;
  fill: var(--money);
}

.top_donater {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: var(--text-custom);
}

.top_donate_infoblock {
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.donators-list-con {
  display: flex;
  gap: 10px;
}