/* line 4, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] {
  margin-bottom: 40px;
}

/* line 5, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .heading {
  background: black;
  height: 84.86px;
  display: flex;
  align-items: center;
  text-align: center;
}

/* line 13, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .heading .heading-text {
  height: 51px;
  width: 100%;
  font-weight: bold;
  font-size: 42px;
  line-height: 51px;
  color: white;
}

/* line 25, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .description {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #111;
}

/* line 33, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .description2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: black;
}

/* line 42, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .live-video {
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

/* line 48, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .line-live-link {
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
}

/* line 52, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .line-live-link a {
  text-decoration: underline;
  font-weight: bold;
}

/* line 58, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .stage-tabs {
  height: 45px;
  display: flex;
  justify-content: stretch;
  flex-direction: row;
}

/* line 65, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .stage-tabs .stage-tab {
  width: 100%;
  height: 39px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  position: relative;
}

/* line 82, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .stage-tabs .stage-tab.stage-tab--active::after {
  position: absolute;
  bottom: -6px;
  content: "";
  height: 6px;
  width: 100%;
  background-color: black;
}

/* line 94, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .line-login-button {
  margin: 8.25px;
  background-color: #00c300;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

/* line 103, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .line-login-button:hover {
  background-color: #00e000;
}

/* line 106, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .line-login-button:active {
  background-color: #00b300;
}

/* line 110, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .line-login-button .line-login-button-logo {
  width: 66px;
  height: 66px;
  object-fit: contain;
  background-image: url("/line/line_88.png");
  background-size: contain;
}

/* line 118, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .line-login-button .line-login-button-label {
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 24.75px 49.5px;
}

/* line 126, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide {
  background: #fc0;
  border-radius: 15px;
  width: 360px;
  padding: 65px 24px 50px;
  position: relative;
}

/* line 135, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  background: black;
  border-radius: 100px;
  top: -50px;
  left: calc(-50px + 360px / 2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 148, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-icon img {
  width: 49.07px;
  height: 64px;
}

/* line 154, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-guide-heading {
  font-weght: bold;
  font-size: 24px;
  text-align: center;
  color: #111;
}

/* line 161, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-guide-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: black;
}

/* line 170, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-guide-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #111;
}

/* line 179, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-guide-point-current {
  width: 88.2px;
  height: 63px;
  background: white;
  border-radius: 18.9px;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  letter-spacing: -0.005em;
  color: black;
}

/* line 194, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-guide-point-current.invalid {
  color: #eb5a2a;
}

/* line 199, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-guide-point-total {
  height: 63px;
  margin-left: 8px;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  letter-spacing: -0.005em;
  color: black;
}

/* line 212, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-guide-point-unit {
  margin-left: 20px;
  font-weight: 500;
  font-size: 20.16px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.005em;
  color: black;
}

/* line 224, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-guide-heading {
  margin-bottom: 18px;
}

/* line 228, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-guide-title-block {
  margin-bottom: 18px;
}

/* line 232, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide .vote-guide-point-container {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 241, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-notice {
  width: 360px;
  height: 161px;
  padding: 20px 25px;
  background: #ff1e73;
  border-radius: 15px;
  color: white;
}

/* line 252, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-notice .vote-notice-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.005em;
}

/* line 259, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-notice .vote-notice-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}

/* line 264, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-notice .vote-notice-text.vote-notice-text--big {
  font-size: 18px;
  line-height: 25px;
}

/* line 270, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-notice .vote-notice-text-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 279, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-list {
  margin: 0 3.5px;
}

/* line 282, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-list > :not(:first-child) {
  margin-top: 6px;
}

/* line 286, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-list .staff-point-list-heading {
  margin: 0 0 8px 6px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.005em;
  color: #111;
}

/* line 298, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container {
  width: 100%;
  background: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
}

/* line 309, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-photo {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}

/* line 314, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-photo img {
  width: 100%;
  border-radius: 44px;
}

/* line 320, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-point-container__staff-info {
  flex-grow: 1;
  width: calc(100% - 200px);
}

/* line 324, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-point-container__staff-info .staff-info-name {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2c2d30;
}

/* line 336, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-point-container__staff-info .staff-info-shop {
  margin-top: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2c2d30;
}

/* line 349, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-point-container__staff-info .staff-index {
  margin-top: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #aaa;
}

/* line 361, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-point {
  flex-shrink: 0;
}

/* line 364, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-point .staff-point-text {
  width: 80px;
  height: 37px;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #2c2d30;
}

/* line 375, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-point input,
[data-scope-path="vote"] .staff-point-container .staff-point select {
  width: 120px;
  height: 48px;
  padding-left: 20px;
  background: #efefef;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  text-transform: capitalize;
  color: #2c2d30;
}

/* line 392, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-point input.invalid,
[data-scope-path="vote"] .staff-point-container .staff-point select.invalid {
  color: #eb5a2a;
}

/* line 398, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-photo-block {
  margin-right: 20px;
}

/* line 402, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .staff-point-container .staff-point-block {
  margin-left: 16px;
}

/* line 407, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .submit-vote-button {
  width: 200px;
  height: 56px;
  background: #0000ee;
  background: linear-gradient(0deg, #0000ee 0%, #0000ee 100%);
  border: none;
  border-radius: 28px;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.8px;
  color: white;
}

/* line 427, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .submit-vote-button[disabled] {
  filter: opacity(0.4);
}

/* line 432, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .warning {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #eb5a2a;
}

/* line 440, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .logout-link {
  width: 100%;
  text-align: center;
}

/* line 448, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .heading-block {
  margin-top: 65px;
  margin-bottom: 50.55px;
}

/* line 453, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .description-block {
  margin: 0 49px 27px;
}

/* line 457, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .live-video-block {
  margin: 0 auto;
  display: block;
}

/* line 462, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .stage-tabs-block {
  margin-top: 28px;
}

/* line 466, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .login-button-block {
  margin: 92px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 473, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .login-button-block .description2 {
  margin-bottom: 13px;
}

/* line 478, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-guide-block {
  margin: 82px auto 34px;
}

/* line 482, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .vote-notice-block {
  margin: 34px auto;
}

/* line 486, app/assets/stylesheets/vote.scss */
[data-scope-path="vote"] .logout-link-block {
  margin-top: 63px;
}

@media (min-width: 1024px) {
  /* line 491, app/assets/stylesheets/vote.scss */
  [data-scope-path="vote"] .line-live-link {
    text-align: center;
    margin-top: 24px;
    font-size: 18px;
  }
  /* line 496, app/assets/stylesheets/vote.scss */
  [data-scope-path="vote"] .line-live-link a {
    text-decoration: underline;
    font-weight: bold;
  }
}
