.vg__nominates {
  margin-bottom: 72px;
}
@media (max-width: 780px) {
  .vg__nominates {
    margin-bottom: 36px;
  }
}

.vg-vote__wrap {
  position: relative;
  z-index: 2;
}

.vg__wrap .bg {
  content: "";
  display: block;
  background-image: url(img/3949.png);
  height: 100%;
  background-repeat: repeat-x;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.vg-vote__wrap .header {
  padding-top: 72px;
  color: #ffffff;
  text-align: center;
}
.vg-vote__wrap .header .stage {
  font-size: 24px;
}
.vg-vote__wrap .header .num {
  padding-top: 72px;
}
.vg-vote__wrap .header .info {
  padding-bottom: 40px;
}
@media (max-width: 780px) {
  .vg-vote__wrap .header {
    padding-top: 36px;
  }
  .vg-vote__wrap .header .num {
    padding-top: 36px;
    padding-bottom: 20px;
  }
}
.vg-vote-form {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 780px) {
  .vg-vote-form {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.vg-vote-question-block .title-row {
  display: flex;
  gap: 24px;
}
.vg-vote-question-block .title-row .img {
  width: 100px;
}
.vg-vote-question-block .title-row .img img {
  width: 100px;
  height: 100px;
}
.vg-vote-question-block .title-row .question-title {
  color: #fff;
}
@media (max-width: 780px) {
  .vg-vote-question-block .title-row .img {
    width: 50px;
  }
  .vg-vote-question-block .title-row .img img {
    width: 50px;
    height: 50px;
  }
  .vg-vote-question-block .title-row .question-title .h1 {
    font-size: 18px;
  }
  .vg-vote-question-block .title-row .question-title p {
    font-size: 12px;
  }
}
.vg-vote-controls-bg {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 -5px 63px 0 rgba(255, 201, 81, 0.18) inset,
    0 0 6px 0 rgba(251, 221, 155, 0.4) inset;
  padding: 16px;
}
.vg-vote-controls {
  margin-top: 48px;
}
.vg-vote-controls .select {
  margin-bottom: 24px;
}
.vg-vote-controls .select-answer-select {
  width: 100% !important;
}
.vg-vote-controls .select .select2-container {
  width: 100% !important;
  color: #222328;
}
.vg-vote-controls .action .btn {
  width: 100%;
}
.vg-vote-controls .cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.vg-vote-controls .cards .card {
  width: calc(33.33333% - 16px);
  border-radius: 24px;
  background: #f2f6fd;
  padding: 24px;
}
.vg-vote-controls .cards .card:hover {
  background: #f2f6fd;
  box-shadow: 0 4px 20px 0 #fff0bd;
}
.vg-vote-controls .cards .card .action {
  padding-top: 16px;
}
.vg-vote-controls .cards .card .flx {
  display: flex;
  gap: 16px;
}
.vg-vote-controls .cards .card .img {
  width: 96px;
}
.vg-vote-controls .cards .card .img img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #e1e8f5;
}
.vg-vote-controls .cards .card .card-name {
  font-size: 24px;
  color: #222328;
}
.vg-vote-controls .cards .card .card-name .last {
  font-weight: 500;
}
.vg-vote-controls .cards .card .work {
  font-size: 12px;
  color: #222328;
  margin-top: 16px;
}
@media (max-width: 780px) {
  .vg-vote-controls .cards .card {
    width: 100%;
    padding: 12px;
  }
  .vg-vote-controls .cards .card .img {
    width: 48px;
  }
  .vg-vote-controls .cards .card .img img {
    width: 48px;
    height: 48px;
  }
  .vg-vote-controls .cards .card .card-name {
    font-size: 18px;
  }
}
@media (max-width: 780px) {
  .vg-vote-controls {
    margin-top: 12px;
  }
}

@media (max-width: 1120px) {
  .vg-vote-controls .cards .card {
    padding: 12px;
  }
  .vg-vote-controls .cards .card .img {
    width: 64px;
  }
  .vg-vote-controls .cards .card .img img {
    width: 64px;
    height: 64px;
  }
  .vg-vote-controls .cards .card .card-name {
    font-size: 20px;
  }
}

.vg-vote-thanks {
  color: #fff;
  text-align: center;
}
.vg-vote-thanks svg {
  margin-bottom: 8px;
}
.vg-vote-thanks .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 8px;
}
.vg-vote-thanks p {
  margin-bottom: 8px;
}

.vg-vote-popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
}

.vg-vote-popup {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 610px;
  width: 100%;
}
.vg-vote-popup .popup-title {
  font-size: 20px;
  margin-bottom: 16px;
}
.vg-vote-popup .popup-actions {
  margin-top: 32px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.vg-vote-popup .vg-vote-confirm {
  padding: 10px 15px;
  background-color: #ffe19c;
  color: #580004;
  transition: all 0.3s ease;
}
.vg-vote-popup .vg-vote-cancel {
  padding: 10px 15px;
  background: transparent;
  border: 1px solid #222328;
  color: #222328;
  opacity: 0.25;
}

.popup-card .card {
  width: 100%;
}
.popup-card .card .action {
  padding-top: 16px;
}
.popup-card .card .flx {
  display: flex;
  gap: 16px;
}
.popup-card .card .img {
  width: 96px;
}
.popup-card .card .img img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #e1e8f5;
}
.popup-card .card .card-name {
  font-size: 24px;
  color: #222328;
}
.popup-card .card .card-name .last {
  font-weight: 500;
}
.popup-card .card .work {
  font-size: 12px;
  color: #222328;
  margin-top: 16px;
}
@media (max-width: 780px) {
  .popup-card .card .img {
    width: 48px;
  }
  .popup-card .card .img img {
    width: 48px;
    height: 48px;
  }
  .popup-card .card .card-name {
    font-size: 18px;
  }
}
