/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *












*/
/* line 27, app/assets/stylesheets/application.scss */
body {
  background: #fff;
  font-family: "Noto Sans KR", sans-serif;
  --f7-list-chevron-icon-down: "chevron_down";
}

@media (max-width: 991px) {
  /* line 36, app/assets/stylesheets/application.scss */
  html:not(.ios, .md) {
    font-size: 13px;
  }
}

/* line 41, app/assets/stylesheets/application.scss */
br {
  font-family: "Helvetica Neue";
}

/* line 45, app/assets/stylesheets/application.scss */
.ios,
.md {
  --f7-dialog-title-font-size: 1rem;
  --f7-navbar-title-font-weight: 400;
}

/* line 52, app/assets/stylesheets/application.scss */
.device-android {
  --f7-page-transition-duration: 250ms;
}

/* line 55, app/assets/stylesheets/application.scss */
.device-android .page-next {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 56px, 0);
}

/* line 60, app/assets/stylesheets/application.scss */
.device-android .page-next.page-next-on-right {
  transform: translate3d(100%, 0, 0);
}

/* line 63, app/assets/stylesheets/application.scss */
.device-android .router-transition-forward .page-next {
  animation: md-page-next-to-current var(--f7-page-transition-duration) forwards;
}

/* line 66, app/assets/stylesheets/application.scss */
.device-android .router-transition-forward .page-current {
  animation: none;
}

/* line 70, app/assets/stylesheets/application.scss */
.device-android .router-transition-backward .page-current {
  animation: md-page-current-to-next var(--f7-page-transition-duration) forwards;
}

/* line 73, app/assets/stylesheets/application.scss */
.device-android .router-transition-backward .page-previous {
  animation: none;
}

/* line 76, app/assets/stylesheets/application.scss */
.ios.device-android .page-previous {
  transform: translate3d(0, 0, 0);
}

/* line 80, app/assets/stylesheets/application.scss */
.ios.device-android .router-transition-forward .page-next:before {
  animation: none;
}

/* line 84, app/assets/stylesheets/application.scss */
.btn-primary:hover {
  background-color: #ce7a3d;
  border-color: #ce7a3d;
}

/* line 89, app/assets/stylesheets/application.scss */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 95, app/assets/stylesheets/application.scss */
.closed-title .sptb-2 {
  margin-bottom: -50px;
}

/* line 99, app/assets/stylesheets/application.scss */
.horizontalMenu > .horizontalMenu-list {
  background: transparent;
}

/* line 101, app/assets/stylesheets/application.scss */
.horizontalMenu > .horizontalMenu-list > li {
  background: transparent;
}

/* line 103, app/assets/stylesheets/application.scss */
.horizontalMenu > .horizontalMenu-list > li > a.active {
  background-color: unset;
}

/* line 109, app/assets/stylesheets/application.scss */
.base-color {
  color: #605e7e;
}

/* line 113, app/assets/stylesheets/application.scss */
.card-container-box-shadow {
  box-shadow: 5px 5px 10px #343a4036, -5px -1px 10px #343a4036;
}

@media (min-width: 481px) {
  /* line 117, app/assets/stylesheets/application.scss */
  .banner-1 .header-text h1 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  /* line 117, app/assets/stylesheets/application.scss */
  .banner-1 .header-text h1 {
    font-size: 30px;
  }
}

@media (min-width: 481px) {
  /* line 127, app/assets/stylesheets/application.scss */
  .mobile-view {
    display: none;
  }
}

@media (max-width: 480px) {
  /* line 133, app/assets/stylesheets/application.scss */
  .web-view {
    display: none;
  }
}

/* line 138, app/assets/stylesheets/application.scss */
.index-bottom-padding {
  padding-bottom: 3rem;
}

/* line 142, app/assets/stylesheets/application.scss */
.popover.show {
  z-index: 1500;
}

/* line 146, app/assets/stylesheets/application.scss */
.popover {
  min-width: 300px;
}

/* line 150, app/assets/stylesheets/application.scss */
.popover.show.sns-popover {
  z-index: 1000;
}

/* line 154, app/assets/stylesheets/application.scss */
.swal2-actions {
  margin: 3em auto 0;
}

/* line 156, app/assets/stylesheets/application.scss */
.swal2-actions .swal2-cancel.swal2-rounded-button,
.swal2-actions .swal2-confirm.swal2-rounded-button {
  border-radius: 25px;
  width: 47%;
  font-weight: 700;
  padding: 0.85em 2em;
}

/* line 163, app/assets/stylesheets/application.scss */
.swal2-actions .swal2-cancel:focus {
  box-shadow: none;
}

/* line 166, app/assets/stylesheets/application.scss */
.swal2-actions .swal2-confirm:focus {
  box-shadow: none;
}

/* line 171, app/assets/stylesheets/application.scss */
.rounded-btn {
  padding: 10px;
  border-radius: 20px;
}

/* line 176, app/assets/stylesheets/application.scss */
.swal2-popup .swal2-header .swal2-title {
  margin-bottom: 30px;
  line-height: 30px;
}

/* line 182, app/assets/stylesheets/application.scss */
button.swal2-styled.swal2-cancel, button.swal2-styled.swal2-confirm {
  border-radius: 25px;
  width: 35%;
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 480px) {
  /* line 182, app/assets/stylesheets/application.scss */
  button.swal2-styled.swal2-cancel, button.swal2-styled.swal2-confirm {
    font-size: 14px;
  }
}

/* line 195, app/assets/stylesheets/application.scss */
#swal2-content .details_info {
  background-color: #f5f2f2;
  width: 100%;
  height: 60vh;
  overflow: scroll;
}

/* line 204, app/assets/stylesheets/application.scss */
.ie-swal .swal2-popup .swal2-header .swal2-title {
  font-size: 1.2em;
  font-weight: 700;
}

/* line 208, app/assets/stylesheets/application.scss */
.ie-swal .swal2-popup .swal2-content {
  font-size: 1em;
}

/* line 210, app/assets/stylesheets/application.scss */
.ie-swal .swal2-popup .swal2-content a {
  color: #0083ff;
}

/* line 219, app/assets/stylesheets/application.scss */
.swal2-actions:not(.swal2-loading) .swal2-confirm.swal2-styled:active, .swal2-actions:not(.swal2-loading) .swal2-confirm.swal2-styled:hover {
  background-image: linear-gradient(90deg, #f470b1, #f8915b);
}

/* line 225, app/assets/stylesheets/application.scss */
.swal2-actions:not(.swal2-loading) .swal2-cancel.swal2-styled:active, .swal2-actions:not(.swal2-loading) .swal2-cancel.swal2-styled:hover {
  background-image: none;
}

/* line 233, app/assets/stylesheets/application.scss */
.hover-normal:hover {
  color: #605e7e;
}

/* line 239, app/assets/stylesheets/application.scss */
.app-card-style .card {
  border-radius: 15px;
  box-shadow: 5px 5px 15px 0px #e4e4e4;
}

/* line 242, app/assets/stylesheets/application.scss */
.app-card-style .card .item-inner::after {
  display: none;
}

/* line 247, app/assets/stylesheets/application.scss */
.app-card-style .contest-card-image img {
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px purple;
}

/* line 253, app/assets/stylesheets/application.scss */
.app-card-style .contest-card-button {
  background-color: #f4f4f4;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 9px;
}

/* line 265, app/assets/stylesheets/application.scss */
.mystar-container .card .list li .item-inner::after {
  display: none;
}

/* line 271, app/assets/stylesheets/application.scss */
.vote-transactions-container .list ul::after {
  display: none;
}

/* line 274, app/assets/stylesheets/application.scss */
.vote-transactions-container .list li .item-inner::after {
  display: none;
}

/* line 282, app/assets/stylesheets/application.scss */
.popup.modal-in.popup-small, .popup.modal-out.popup-small {
  width: 90%;
  height: 85%;
  position: absolute;
  top: 8%;
  left: 5%;
}

/* line 294, app/assets/stylesheets/application.scss */
.ios body.swal2-height-auto,
.md body.swal2-height-auto {
  height: 100% !important;
}

/* line 299, app/assets/stylesheets/application.scss */
.swal2-container.swal2-backdrop-show {
  z-index: 15002;
}

/* line 303, app/assets/stylesheets/application.scss */
.popover.modal-in {
  z-index: 13001;
}

/* line 309, app/assets/stylesheets/application.scss */
.tabbar .tab-link-active span.tabbar-label,
.tabbar-labels span.tabbar-label {
  color: #aaaab5;
}

/* line 314, app/assets/stylesheets/application.scss */
.tabbar .tab-link-active .tab-link-active img,
.tabbar-labels .tab-link-active img {
  filter: invert(20%) sepia(38%) saturate(4087%) hue-rotate(281deg) brightness(75%) contrast(93%);
}

/* line 318, app/assets/stylesheets/application.scss */
.tabbar .tab-link-active .tab-link-active span.tabbar-label,
.tabbar-labels .tab-link-active span.tabbar-label {
  color: var(----f7-theme-color);
}

/* line 324, app/assets/stylesheets/application.scss */
.mypage-section {
  padding-top: 0px;
}

/* line 328, app/assets/stylesheets/application.scss */
.page-content {
  padding-bottom: 0;
}

/* line 332, app/assets/stylesheets/application.scss */
.toolbar-bottom-padding {
  padding-bottom: var(--f7-page-toolbar-bottom-offset, 0px);
}

/* line 336, app/assets/stylesheets/application.scss */
.main-page.page-content:after {
  content: "";
  height: calc( var(--f7-page-navbar-offset, 0px) + var(--f7-page-toolbar-top-offset, 0px) + var(--f7-page-subnavbar-offset, 0px) + var(--f7-page-searchbar-offset, 0px) + var(--f7-page-content-extra-padding-top, 0px));
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #e00994 0%, #900496 100%);
}

/* line 351, app/assets/stylesheets/application.scss */
.sticky-web .horizontal-main.scrolled {
  background: #fff !important;
  transition: background-color 200ms linear;
}

/* line 354, app/assets/stylesheets/application.scss */
.sticky-web .horizontal-main.scrolled li a,
.sticky-web .horizontal-main.scrolled li div {
  color: black !important;
}

/* line 361, app/assets/stylesheets/application.scss */
.web .badge {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  background: #5a5a5a;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  font-size: 12px;
  border-radius: 12px;
  padding: 4px 7px;
  height: 25px;
  min-width: 50px;
}

/* line 381, app/assets/stylesheets/application.scss */
.notice-tab-menu {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 2px solid black;
}

/* line 386, app/assets/stylesheets/application.scss */
.notice-tab-menu.selected {
  font-weight: 700;
  border: 2px solid black;
  border-bottom: none;
}

/* line 393, app/assets/stylesheets/application.scss */
.candidates-ranking-scrollbar::-webkit-scrollbar {
  display: none;
}

/* line 397, app/assets/stylesheets/application.scss */
.candidate-info-padding {
  padding-right: 0.75rem;
}

@media (max-width: 1550px) and (min-width: 992px) {
  /* line 397, app/assets/stylesheets/application.scss */
  .candidate-info-padding {
    padding-right: 0.2rem;
  }
}

/* line 404, app/assets/stylesheets/application.scss */
.notice-content img {
  width: 100%;
}

/* line 407, app/assets/stylesheets/application.scss */
.dimmer {
  position: relative;
}

/* line 410, app/assets/stylesheets/application.scss */
.dimmer .loader {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 420, app/assets/stylesheets/application.scss */
.dimmer.active .loader {
  display: block;
}

/* line 423, app/assets/stylesheets/application.scss */
.dimmer.active .dimmer-content {
  opacity: 0.04;
  pointer-events: none;
}

/* line 427, app/assets/stylesheets/application.scss */
.lds-ring {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 100px auto;
}

/* line 433, app/assets/stylesheets/application.scss */
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

/* line 443, app/assets/stylesheets/application.scss */
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

/* line 446, app/assets/stylesheets/application.scss */
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

/* line 449, app/assets/stylesheets/application.scss */
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 460, app/assets/stylesheets/application.scss */
.lds-ring div {
  border: 6px solid #f8964f;
  border-color: #f8964f transparent transparent transparent;
}

/* line 465, app/assets/stylesheets/application.scss */
.popover-locale,
.popover-locale-intro {
  right: 0 !important;
  left: auto !important;
  top: 4rem !important;
  min-width: auto;
  width: 7rem;
}

/* line 491, app/assets/stylesheets/application.scss */
.custom-popover {
  position: absolute;
  right: 0 !important;
  left: auto !important;
  bottom: -2.5rem !important;
  min-width: auto;
  width: 5rem;
  z-index: 1500;
}

/* line 500, app/assets/stylesheets/application.scss */
.custom-popover .popover-angle {
  position: absolute;
  top: -1rem;
  right: 1rem;
  width: 0px;
  height: 0px;
  border-bottom: calc(10px * 1.732) solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

/* line 511, app/assets/stylesheets/application.scss */
.custom-popover .popover-inner {
  background-color: white;
  border-radius: 1rem;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/* line 3, app/assets/stylesheets/candidates.scss */
.candidate-index-page {
  overflow-x: hidden;
}

/* line 5, app/assets/stylesheets/candidates.scss */
.candidate-index-page .candidate-index-banner {
  width: 110%;
}

/* line 7, app/assets/stylesheets/candidates.scss */
.candidate-index-page .candidate-index-banner #count-down .clock-container {
  font-size: 40%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

/* line 11, app/assets/stylesheets/candidates.scss */
.candidate-index-page .candidate-index-banner #count-down .clock-container.web {
  border-radius: 40px;
}

/* line 14, app/assets/stylesheets/candidates.scss */
.candidate-index-page .candidate-index-banner #count-down .clock-container .clock-presenter {
  height: 55px;
  padding: 0px;
  text-align: center;
  padding-left: 2px;
}

/* line 19, app/assets/stylesheets/candidates.scss */
.candidate-index-page .candidate-index-banner #count-down .clock-container .clock-presenter .digit,
.candidate-index-page .candidate-index-banner #count-down .clock-container .clock-presenter .digit-text,
.candidate-index-page .candidate-index-banner #count-down .clock-container .clock-presenter .day-label {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 50px;
  height: 40px;
  padding: 0px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: 400;
  cursor: default;
  color: #fff;
  background: unset;
}

/* line 37, app/assets/stylesheets/candidates.scss */
.candidate-index-page .candidate-index-banner #count-down .clock-container .divider {
  color: white;
  height: 30px;
  vertical-align: top;
  padding-top: 19px;
  font-size: 1rem;
}

/* line 46, app/assets/stylesheets/candidates.scss */
.candidate-index-page .period-badge {
  box-shadow: 0px 0px 2px 0px purple;
  line-height: 1;
}

/* line 52, app/assets/stylesheets/candidates.scss */
.popover {
  z-index: 999;
}

@media (max-width: 767px) {
  /* line 57, app/assets/stylesheets/candidates.scss */
  .popover.sns-popover:not(.f7-popover) {
    transform: translate3d(250px, 775px, 0px) !important;
    top: -40px !important;
  }
}

@media (max-width: 600px) {
  /* line 64, app/assets/stylesheets/candidates.scss */
  .popover.sns-popover:not(.f7-popover) {
    transform: translate3d(150px, 775px, 0px) !important;
    top: -40px !important;
  }
}

@media (max-width: 480px) {
  /* line 71, app/assets/stylesheets/candidates.scss */
  .popover.sns-popover:not(.f7-popover) {
    transform: translate3d(50px, 775px, 0px) !important;
    top: -40px !important;
  }
}

/* line 77, app/assets/stylesheets/candidates.scss */
.popover.sns-popover {
  max-width: 400px;
  width: 350px;
}

/* line 80, app/assets/stylesheets/candidates.scss */
.popover.sns-popover .input-wrap {
  border: 1px solid darkgray;
  border-radius: 5px;
}

/* line 83, app/assets/stylesheets/candidates.scss */
.popover.sns-popover .input-wrap input {
  width: 90%;
  height: 30px;
  padding-left: 10px;
  border: none;
  border-right: 1px solid darkgray;
  border-radius: 5px 0 0 5px;
}

/* line 91, app/assets/stylesheets/candidates.scss */
.popover.sns-popover .input-wrap .copy {
  padding: 0 5px;
  display: inline-block;
  color: orange;
}

/* line 95, app/assets/stylesheets/candidates.scss */
.popover.sns-popover .input-wrap .copy i:before {
  font-size: 18px;
}

@media (max-width: 375px) {
  /* line 103, app/assets/stylesheets/candidates.scss */
  .popover.sns-popover {
    width: 300px;
  }
  /* line 105, app/assets/stylesheets/candidates.scss */
  .popover.sns-popover .input-wrap {
    width: 95%;
  }
  /* line 107, app/assets/stylesheets/candidates.scss */
  .popover.sns-popover .input-wrap input {
    width: 85%;
  }
}

/* line 117, app/assets/stylesheets/candidates.scss */
.candidate-index-orders input[name="order"] + .radio-label,
.candidate-index-orders input[name="sort"] + .radio-label {
  color: black;
  cursor: pointer;
}

/* line 122, app/assets/stylesheets/candidates.scss */
.candidate-index-orders input[name="order"]:checked + .radio-label,
.candidate-index-orders input[name="sort"]:checked + .radio-label {
  color: #aa06a6;
}

/* line 128, app/assets/stylesheets/candidates.scss */
.tabs-menu1 ul li {
  margin: 0px;
}

/* line 130, app/assets/stylesheets/candidates.scss */
.tabs-menu1 ul li a {
  width: 100%;
  height: 35px;
  display: inline-block;
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 15px;
  border-radius: 10px;
  box-shadow: 7px 7px 14px #c1ccd5, -7px -7px 14px #ffffff;
  border: none;
}

/* line 143, app/assets/stylesheets/candidates.scss */
.tabs-menu1 ul li .active {
  box-shadow: inset 7px 7px 14px #d16e72, inset -7px -7px 14px #ff949a;
  border-radius: 10px;
  border: none;
  color: white;
}

/* line 149, app/assets/stylesheets/candidates.scss */
.tabs-menu1 ul li a:hover {
  color: white;
}

@media (max-width: 480px) {
  /* line 128, app/assets/stylesheets/candidates.scss */
  .tabs-menu1 ul li {
    width: 48%;
  }
}

@media (max-width: 480px) {
  /* line 157, app/assets/stylesheets/candidates.scss */
  .tab-content .tab-pane .card-body a {
    width: auto;
  }
}

@media (min-width: 480px) {
  /* line 163, app/assets/stylesheets/candidates.scss */
  #galleria {
    height: 700px;
  }
}

@media (max-width: 480px) {
  /* line 169, app/assets/stylesheets/candidates.scss */
  #galleria {
    height: 500px;
  }
}

/* line 174, app/assets/stylesheets/candidates.scss */
.galleria-image-nav-right::after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ae49a3;
  font-size: 55px;
  position: relative;
  top: 20px;
  left: 20px;
}

/* line 187, app/assets/stylesheets/candidates.scss */
.galleria-image-nav-left::after {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ae49a3;
  font-size: 55px;
  position: relative;
  top: 20px;
  left: 15px;
}

/* line 202, app/assets/stylesheets/candidates.scss */
.swal2-popup .swal2-actions .vote-ticket-close-btn {
  width: 90%;
  padding: 10px;
  border-radius: 20px;
}

/* line 211, app/assets/stylesheets/candidates.scss */
.purchase-swal .purchase-swal-wrap .row input.purchase-input:checked + label .mask {
  background-color: #00000066;
}

/* line 215, app/assets/stylesheets/candidates.scss */
.purchase-swal .purchase-swal-wrap .row input.purchase-input + label .mask {
  background-color: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  /* line 226, app/assets/stylesheets/candidates.scss */
  .swal2-actions {
    margin: 2.25em auto 0;
    display: block;
  }
}

/* line 233, app/assets/stylesheets/candidates.scss */
.ranking-candidate-image {
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px purple;
  max-width: 150px;
}

/* line 240, app/assets/stylesheets/candidates.scss */
.candidate-image-wrapper {
  max-width: 180px;
}

/* line 244, app/assets/stylesheets/candidates.scss */
.candidate-header-button {
  box-shadow: 2px 2px 5px -1px #3d3d3d;
}

/* line 248, app/assets/stylesheets/candidates.scss */
.candidate-info-container {
  border-top-right-radius: 40px;
  margin-top: -75px;
}

/* line 253, app/assets/stylesheets/candidates.scss */
.candidate-info-container #app-galleria .galleria-container .galleria-stage .galleria-image-nav .galleria-image-nav-left::after {
  color: #ae49a3;
}

/* line 256, app/assets/stylesheets/candidates.scss */
.candidate-info-container #app-galleria .galleria-container .galleria-stage .galleria-image-nav .galleria-image-nav-right::after {
  color: #ae49a3;
}

/* line 262, app/assets/stylesheets/candidates.scss */
.candidate-info-container .candidate-info-list .candidate-info-key {
  min-width: 3.5rem;
}

@media (max-width: 360px) {
  /* line 262, app/assets/stylesheets/candidates.scss */
  .candidate-info-container .candidate-info-list .candidate-info-key {
    min-width: 2.5rem;
  }
}

@media (max-width: 360px) {
  /* line 268, app/assets/stylesheets/candidates.scss */
  .candidate-info-container .candidate-info-list .candidate-info-key,
.candidate-info-container .candidate-info-list .candidate-info-value {
    font-size: 0.7rem;
  }
}

/* line 277, app/assets/stylesheets/candidates.scss */
#app-galleria {
  height: 500px;
}

/* line 279, app/assets/stylesheets/candidates.scss */
#app-galleria .galleria-image-nav-left:after,
#app-galleria .galleria-image-nav-right:after {
  color: #d1d1d1;
}

/* line 285, app/assets/stylesheets/candidates.scss */
#app-candidate-sort-form {
  box-shadow: 5px 5px 15px 0px #e4e4e4;
}

/* line 290, app/assets/stylesheets/candidates.scss */
.ranking-crown.gold {
  filter: invert(80%) sepia(55%) saturate(690%) hue-rotate(332deg) brightness(100%) contrast(102%);
}

/* line 294, app/assets/stylesheets/candidates.scss */
.ranking-crown.silver {
  filter: invert(84%) sepia(0%) saturate(1796%) hue-rotate(329deg) brightness(90%) contrast(110%);
}

/* line 298, app/assets/stylesheets/candidates.scss */
.ranking-crown.bronze {
  filter: invert(44%) sepia(82%) saturate(357%) hue-rotate(346deg) brightness(93%) contrast(85%);
}

/* line 302, app/assets/stylesheets/candidates.scss */
.ranking-crown.white {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(317deg) brightness(103%) contrast(102%);
}

/* line 308, app/assets/stylesheets/candidates.scss */
.profile-image-wrapper {
  width: 65px;
  height: 65px;
}

/* line 313, app/assets/stylesheets/candidates.scss */
.vote-swal .vote-swal-wrap input {
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: 0;
  display: block;
  padding: 0;
  margin: 0;
  font-size: inherit;
}

/* line 324, app/assets/stylesheets/candidates.scss */
.sns-go li {
  display: inline-block;
  margin: 0 5px;
}

/* line 329, app/assets/stylesheets/candidates.scss */
.after-line {
  height: 14px;
  flex: 1;
}

/* line 335, app/assets/stylesheets/candidates.scss */
.swiper-container.ranking-swiper .swiper-button-prev {
  left: 0;
  background-image: url(/image/icons/pagination-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 341, app/assets/stylesheets/candidates.scss */
.swiper-container.ranking-swiper .swiper-button-next {
  right: 0;
  background-image: url(/image/icons/pagination-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 349, app/assets/stylesheets/candidates.scss */
.conetest-pagination-container .pagination {
  justify-content: center;
}

/* line 351, app/assets/stylesheets/candidates.scss */
.conetest-pagination-container .pagination .page-item.active a {
  color: #aa06a6 !important;
}

/* line 356, app/assets/stylesheets/candidates.scss */
#preload_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/image/preloader.gif) no-repeat center center;
  z-index: 99999;
  background-color: #8080805c;
}
/* line 3, app/assets/stylesheets/votes.scss */
.app-vote-show-container thead tr th, .app-vote-index thead tr th {
  text-align: center;
  padding: 5px 0px;
  font-size: 13px;
}

/* line 8, app/assets/stylesheets/votes.scss */
.app-vote-show-container tbody tr td, .app-vote-index tbody tr td {
  text-align: center;
  padding: 5px 0px;
  font-size: 12px;
}

/* line 12, app/assets/stylesheets/votes.scss */
.app-vote-show-container tbody tr td::before, .app-vote-index tbody tr td::before {
  display: none;
}

/* line 16, app/assets/stylesheets/votes.scss */
.app-vote-show-container .center-block ul.pagination, .app-vote-index .center-block ul.pagination {
  list-style: none;
}

/* line 20, app/assets/stylesheets/votes.scss */
.app-vote-show-container .page, .app-vote-index .page {
  position: static;
}

/* line 27, app/assets/stylesheets/votes.scss */
.app-vote-index .data-table td {
  --f7-table-body-cell-height: 35px;
}
/* line 4, app/assets/stylesheets/vote_histories.scss */
.vote-index-container .vote-table .candidate-row {
  align-items: center;
}

/* line 6, app/assets/stylesheets/vote_histories.scss */
.vote-index-container .vote-table .candidate-row .contest-title {
  font-size: 0.75em;
  width: 11vw;
}

/* line 10, app/assets/stylesheets/vote_histories.scss */
.vote-index-container .vote-table .candidate-row .candidate-name {
  font-weight: 800;
  font-size: 1.25em;
}

/* line 16, app/assets/stylesheets/vote_histories.scss */
.vote-index-container .vote-table .mobile-contest-title {
  width: 50vw;
}

/* line 23, app/assets/stylesheets/vote_histories.scss */
.vote-search .item2-gl-nav {
  padding-bottom: 30px;
  display: flex !important;
  border: none;
}

@media (max-width: 480px) {
  /* line 29, app/assets/stylesheets/vote_histories.scss */
  .vote-search .item2-gl-nav {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 34, app/assets/stylesheets/vote_histories.scss */
  .vote-search .item2-gl-nav .item2-gl-menu {
    display: block;
  }
}
/* line 2, app/assets/stylesheets/users.scss */
.mystar-card .mystar-text-primary {
  text-decoration: underline;
}

/* line 7, app/assets/stylesheets/users.scss */
.mystar-card .mystar-row .mystar-col {
  width: 100%;
}

/* line 10, app/assets/stylesheets/users.scss */
.mystar-card .mystar-row .mobile-contest-title {
  font-size: 0.75em;
}

/* line 13, app/assets/stylesheets/users.scss */
.mystar-card .mystar-row .mobile-candidate-name {
  font-size: 1.25em;
  font-weight: 800;
}

/* line 18, app/assets/stylesheets/users.scss */
.mystar-card .avatar {
  width: 80px;
  height: 80px;
}

/* line 22, app/assets/stylesheets/users.scss */
.mystar-card .col-md-12.mystar-col:first-child {
  font-size: 0.75em;
}

/* line 28, app/assets/stylesheets/users.scss */
.mobile-sns .sns-icon {
  font-size: 1.2rem;
  margin-right: 5px;
}

@media (max-width: 480px) {
  /* line 27, app/assets/stylesheets/users.scss */
  .mobile-sns {
    text-align: center;
    width: 33%;
  }
  /* line 36, app/assets/stylesheets/users.scss */
  .mobile-sns .mobile-sns-border {
    border: none;
  }
  /* line 38, app/assets/stylesheets/users.scss */
  .mobile-sns .mobile-sns-border .sns-icon {
    font-size: 2.5rem;
  }
}

/* line 46, app/assets/stylesheets/users.scss */
.mypage-card .solid-border {
  border: 1px solid #dddee0;
}

/* line 49, app/assets/stylesheets/users.scss */
.mypage-card .mypage-btn {
  letter-spacing: 0.03em;
  font-size: 0.8125rem;
  min-width: 2.375rem;
  display: inline-block;
  font-weight: 600;
  width: 100px;
  color: #fff;
  background-color: #fff;
  height: 30px;
  line-height: 25px;
  padding: 0;
  border-radius: 30px;
  vertical-align: middle;
  background: linear-gradient(90deg, #f470b1, #f8915b);
  box-shadow: 9px 9px 18px #c1ccd5, -9px -9px 18px #ffffff;
  border-color: #f8964f;
}

/* line 67, app/assets/stylesheets/users.scss */
.mypage-card .mypage-btn:hover {
  border-color: #5a54f800;
}

@media (max-width: 480px) {
  /* line 73, app/assets/stylesheets/users.scss */
  .mypage-container .mypage-body h1 {
    font-size: 2.5rem;
  }
  /* line 77, app/assets/stylesheets/users.scss */
  .column-mobile-title {
    flex-direction: column;
    text-align: center;
  }
  /* line 80, app/assets/stylesheets/users.scss */
  .column-mobile-title h1 {
    font-size: 2rem;
  }
  /* line 85, app/assets/stylesheets/users.scss */
  .mypage-mobile-title h1 {
    padding-bottom: 10px;
    font-size: 2.5rem;
    text-align: center;
  }
  /* line 90, app/assets/stylesheets/users.scss */
  .mypage-mobile-title .btn-wrap {
    text-align: right;
    margin-bottom: 30px;
  }
  /* line 93, app/assets/stylesheets/users.scss */
  .mypage-mobile-title .btn-wrap a {
    width: 30%;
    margin-right: 20px;
  }
  /* line 100, app/assets/stylesheets/users.scss */
  .mypage-card .mobile-shadow-none {
    box-shadow: none;
  }
  /* line 103, app/assets/stylesheets/users.scss */
  .mypage-card .mobile-btn {
    width: 180px;
  }
  /* line 107, app/assets/stylesheets/users.scss */
  .mobile-sns-display-none {
    display: none;
  }
}

/* line 112, app/assets/stylesheets/users.scss */
.mypage-tabs-menu ul li {
  width: 32%;
  margin: 0.5%;
}

/* line 118, app/assets/stylesheets/users.scss */
.mypage-tabs-menu ul li .active {
  border-radius: 33px;
}

/* line 121, app/assets/stylesheets/users.scss */
.wideget-user-tab .mypage-tabs-menu ul li .active {
  border: 0;
  border-radius: 0;
}

/* line 125, app/assets/stylesheets/users.scss */
.mypage-tabs-menu ul li .active {
  box-shadow: inset 7px 7px 14px #d9d9d9, inset -7px -7px 14px #ffffff;
  color: #f8964f;
}

/* line 130, app/assets/stylesheets/users.scss */
.mypage-tabs-menu ul li a {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  border: 1px solid #e8ebf3;
  margin: 1px;
  border-radius: 33px;
}

/* line 140, app/assets/stylesheets/users.scss */
.registration-title {
  border-bottom: 1px solid #e8ebf3;
}

@media (max-width: 450px) {
  /* line 145, app/assets/stylesheets/users.scss */
  .policy label,
.policy a {
    font-size: 2.9vw;
  }
}

/* line 154, app/assets/stylesheets/users.scss */
.tabs-menu-body.tab-content input[type="radio"] {
  appearance: none;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  margin-right: 0.1rem;
}

/* line 163, app/assets/stylesheets/users.scss */
.readonly {
  background-color: #f9faff;
  opacity: 1;
}

@media (max-width: 767px) and (min-width: 480px) {
  /* line 169, app/assets/stylesheets/users.scss */
  #vote-index-tbody {
    font-size: 0.8rem;
    text-align: center;
  }
  /* line 172, app/assets/stylesheets/users.scss */
  #vote-index-tbody tr td {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 180, app/assets/stylesheets/users.scss */
.mystar-header-container {
  height: 20px;
  padding: 20px;
}

/* line 183, app/assets/stylesheets/users.scss */
.mystar-header-container .app-edit-user-button {
  background-color: purple;
  color: white;
}

/* line 186, app/assets/stylesheets/users.scss */
.mystar-header-container .app-edit-user-button i {
  font-size: 15px;
  border-radius: 25px;
}

/* line 199, app/assets/stylesheets/users.scss */
.user-form-container {
  padding: 20px;
}

/* line 203, app/assets/stylesheets/users.scss */
.user-edit-header-container {
  height: 100px;
}

/* line 205, app/assets/stylesheets/users.scss */
.user-edit-header-container p {
  font-size: 20px;
  font-weight: bold;
}

/* line 212, app/assets/stylesheets/users.scss */
.user-edit-container label {
  font-size: 15px;
}

/* line 216, app/assets/stylesheets/users.scss */
.user-edit-container .list .w-100 radius-xl p-3 {
  font-size: 13px;
  padding: 10px;
}

/* line 220, app/assets/stylesheets/users.scss */
.user-edit-container .list .radio {
  border: 1px solid #cecece;
  font-size: 13px;
  padding: 10px;
}

/* line 225, app/assets/stylesheets/users.scss */
.user-edit-container .list .push-message-form {
  border-top: 1px dashed #cecece;
}

/* line 227, app/assets/stylesheets/users.scss */
.user-edit-container .list .push-message-form .push-message-checkbox {
  border: 1px solid #cecece;
  padding: 13px;
}

/* line 235, app/assets/stylesheets/users.scss */
.reg-btn {
  padding: 9px 12px;
  margin: 0 2px;
}

/* line 238, app/assets/stylesheets/users.scss */
.reg-btn:hover {
  cursor: pointer;
}

@media (min-width: 576px) {
  /* line 244, app/assets/stylesheets/users.scss */
  .small-modal.modal-dialog {
    width: 400px;
  }
}
/* line 1, app/assets/stylesheets/home.scss */
.main-section {
  padding-bottom: 0;
}

/* line 5, app/assets/stylesheets/home.scss */
.mystar-name {
  font-weight: 800;
  font-size: 1.25em;
}

/* line 10, app/assets/stylesheets/home.scss */
.swiper-container.event-swiper-container.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: gray;
}

/* line 16, app/assets/stylesheets/home.scss */
.swiper-container.event-swiper-container {
  height: 170px;
}

/* line 18, app/assets/stylesheets/home.scss */
.swiper-container.event-swiper-container .swiper-pagination.main-swiper-pagination .swiper-pagination-bullet {
  background: #ffffff61;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

/* line 23, app/assets/stylesheets/home.scss */
.swiper-container.event-swiper-container .swiper-pagination.main-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  width: 24px;
}

/* line 31, app/assets/stylesheets/home.scss */
.ios .notice-swiper.swiper-container.swiper-container-horizontal,
.md .notice-swiper.swiper-container.swiper-container-horizontal {
  background-image: url(/image/icons/contest_info.svg);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 23%;
  overflow-y: visible;
  overflow-x: hidden;
}

/* line 38, app/assets/stylesheets/home.scss */
.ios .notice-swiper.swiper-container.swiper-container-horizontal .swiper-slide,
.md .notice-swiper.swiper-container.swiper-container-horizontal .swiper-slide {
  box-sizing: border-box;
  height: 90px;
}

/* line 43, app/assets/stylesheets/home.scss */
.ios .notice-swiper-pagination.swiper-pagination-bullets,
.md .notice-swiper-pagination.swiper-pagination-bullets {
  left: 0;
  width: 100%;
  bottom: -20px;
}

/* line 47, app/assets/stylesheets/home.scss */
.ios .notice-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.md .notice-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
  background: #fff;
  opacity: 1;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #e3e3e3;
}

/* line 55, app/assets/stylesheets/home.scss */
.ios .notice-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.md .notice-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--f7-theme-color);
}

@media (max-width: 480px) {
  /* line 63, app/assets/stylesheets/home.scss */
  .swiper-container.event-swiper-container {
    height: 200px;
    top: -30px;
  }
}

/* line 70, app/assets/stylesheets/home.scss */
.main-index-banner .sptb-2 {
  height: 355px;
  background-image: url(/image/icons/mask_group3.svg), url(/image/icons/mask_group1.svg), url(/image/icons/mask_group2.svg);
  background-repeat: no-repeat;
  background-position: 80% 80%, right top, left;
  background-size: 400px, contain, contain;
}

/* line 81, app/assets/stylesheets/home.scss */
.event-swiper-container .event-body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 88, app/assets/stylesheets/home.scss */
.close-contest-img {
  padding-top: 100%;
}

/* line 90, app/assets/stylesheets/home.scss */
.close-contest-img img {
  position: absolute;
  /* Take your picture out of the flow */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Make the picture taking the size of it's parent */
  width: 100%;
  /* This if for the object-fit */
  height: 100%;
}

/* line 101, app/assets/stylesheets/home.scss */
.swal2-content:not(.details-info) {
  text-align: center;
}

/* line 106, app/assets/stylesheets/home.scss */
.swal2-content .details-info {
  text-align: justify;
}

/* line 112, app/assets/stylesheets/home.scss */
.main-web-page .sptb.contest-list {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 116, app/assets/stylesheets/home.scss */
.main-web-page .sptb.contest-list .contest-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 20px;
  transition: background-color 0.5s linear;
  /* vendorless fallback */
  -o-transition: background-color 0.5s linear;
  /* opera */
  -ms-transition: background-color 0.5s linear;
  /* IE 10 */
  -moz-transition: background-color 0.5s linear;
  /* Firefox */
  -webkit-transition: background-color 0.5s linear;
  /*safari and chrome */
}

/* line 125, app/assets/stylesheets/home.scss */
.main-web-page .sptb.contest-list .contest-wrap .container.content-text {
  min-height: 270px;
}

/* line 128, app/assets/stylesheets/home.scss */
.main-web-page .sptb.contest-list .contest-wrap .contest-body {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

/* line 132, app/assets/stylesheets/home.scss */
.main-web-page .sptb.contest-list .contest-wrap .contest-body h1 {
  font-size: 3rem;
  line-height: 1.4;
  margin: 2rem auto 0.5rem;
}

/* line 138, app/assets/stylesheets/home.scss */
.main-web-page .sptb.contest-list .contest-wrap .contest-body p.contest-content {
  font-size: 3rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

/* line 145, app/assets/stylesheets/home.scss */
.main-web-page .sptb.contest-list .contest-wrap:hover {
  background-color: rgba(128, 128, 128, 0.7);
  background-origin: border-box;
  cursor: pointer;
}

/* line 149, app/assets/stylesheets/home.scss */
.main-web-page .sptb.contest-list .contest-wrap:hover .contest-body {
  visibility: visible;
  opacity: 1;
}

/* line 158, app/assets/stylesheets/home.scss */
button.swal2-styled.swal2-confirm.open-ad-button {
  margin: 10px auto;
  font-size: 16px;
  width: 90%;
}

@media (max-width: 480px) {
  /* line 164, app/assets/stylesheets/home.scss */
  button.swal2-styled.swal2-confirm.open-ad-button {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  /* line 169, app/assets/stylesheets/home.scss */
  button.swal2-styled.swal2-confirm.open-ad-button {
    width: 70%;
  }
}

/* line 175, app/assets/stylesheets/home.scss */
.swal2-actions {
  margin-top: 0 !important;
  font-size: 0.9em;
}

/* line 180, app/assets/stylesheets/home.scss */
#apple_login.button {
  background-color: black;
  color: white;
  border: 1px solid black;
}

/* line 184, app/assets/stylesheets/home.scss */
#apple_login.button .image-wrapper {
  left: 5%;
  bottom: 5%;
}

/* line 191, app/assets/stylesheets/home.scss */
#apple_login.btn-group .apple-link {
  padding: 0;
  background-color: black;
}

/* line 194, app/assets/stylesheets/home.scss */
#apple_login.btn-group .apple-link img {
  height: 35px;
}

/* line 198, app/assets/stylesheets/home.scss */
#apple_login.btn-group .btn-text {
  border-radius: 0 3px 3px 0;
  padding-right: 20px;
}

/* line 206, app/assets/stylesheets/home.scss */
.header-container {
  height: 120px;
  padding: 15px 20px 25px 20px;
}

/* line 209, app/assets/stylesheets/home.scss */
.header-container .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 215, app/assets/stylesheets/home.scss */
.container-both-border-style {
  background-color: #fbfafb;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -40px;
  padding: 20px;
}

/* line 223, app/assets/stylesheets/home.scss */
.contest-info-tab.tab-link-active {
  color: #fff;
  background: linear-gradient(90deg, #e00994 0%, #900496 100%);
}

/* line 228, app/assets/stylesheets/home.scss */
.intro-background {
  background: linear-gradient(180deg, #b32a82 0%, #86078d 100%);
}

/* line 230, app/assets/stylesheets/home.scss */
.intro-background .intro-container {
  background-image: url(/image/icons/background_logo.svg);
  background-repeat: no-repeat;
  background-origin: content-box;
  height: 100%;
  background-position: bottom 20% right;
}

/* line 236, app/assets/stylesheets/home.scss */
.intro-background .intro-container .intro-subcontainer {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

/* line 245, app/assets/stylesheets/home.scss */
.cover-page {
  z-index: 9999;
  position: absolute;
  top: 0;
}

/* line 249, app/assets/stylesheets/home.scss */
.cover-page .cover-title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

/* line 259, app/assets/stylesheets/home.scss */
.swiper-container.contest-swiper .swiper-slide:not(.swiper-slide-active, .swiper-slide-duplicate-active) {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

/* line 263, app/assets/stylesheets/home.scss */
.swiper-container.contest-swiper .swiper-slide .cover {
  background-color: #000a;
  position: absolute;
}

/* line 267, app/assets/stylesheets/home.scss */
.swiper-container.contest-swiper .swiper-slide .hide-text {
  display: none;
}

/* line 272, app/assets/stylesheets/home.scss */
.swiper-container.contest-swiper .swiper-slide.swiper-slide-active .cover,
.swiper-container.contest-swiper .swiper-slide .swiper-slide-duplicate-active .cover {
  background-color: unset;
  transition: background-color 300ms linear;
}

/* line 276, app/assets/stylesheets/home.scss */
.swiper-container.contest-swiper .swiper-slide.swiper-slide-active .hide-text,
.swiper-container.contest-swiper .swiper-slide .swiper-slide-duplicate-active .hide-text {
  display: block;
}

/* line 282, app/assets/stylesheets/home.scss */
.swiper-container.contest-swiper .swiper-button-prev {
  left: 24%;
  background-image: url(/image/icons/pagination-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 288, app/assets/stylesheets/home.scss */
.swiper-container.contest-swiper .swiper-button-next {
  right: 24%;
  background-image: url(/image/icons/pagination-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 2, app/assets/stylesheets/notices.scss */
.notice-index-search .notice-index-select {
  height: 38px;
  width: 90px;
}

/* line 7, app/assets/stylesheets/notices.scss */
.notice-index-search .notice-index-form {
  width: 100%;
}

/* line 9, app/assets/stylesheets/notices.scss */
.notice-index-search .notice-index-form .notice-index-input {
  height: 38px;
}

/* line 16, app/assets/stylesheets/notices.scss */
.notice-search .item2-gl-nav {
  padding-bottom: 30px;
  display: flex !important;
  border: none;
}

@media (max-width: 480px) {
  /* line 25, app/assets/stylesheets/notices.scss */
  .notice-search .item2-gl-nav {
    padding: 0;
  }
  /* line 28, app/assets/stylesheets/notices.scss */
  .notice-search .notice-index-search {
    padding-bottom: 40px;
  }
  /* line 30, app/assets/stylesheets/notices.scss */
  .notice-search .notice-index-search .notice-index-select {
    width: 55px;
    padding: 1px;
    font-size: 13px;
  }
  /* line 34, app/assets/stylesheets/notices.scss */
  .notice-search .notice-index-search .notice-index-select option {
    font-size: 15px;
  }
  /* line 38, app/assets/stylesheets/notices.scss */
  .notice-search .notice-index-search .notice-index-form {
    font-size: 12px;
  }
  /* line 40, app/assets/stylesheets/notices.scss */
  .notice-search .notice-index-search .notice-index-form .notice-index-btn {
    font-size: 11px;
  }
  /* line 43, app/assets/stylesheets/notices.scss */
  .notice-search .notice-index-search .notice-index-form .notice-index-input {
    font-size: 12px;
  }
  /* line 49, app/assets/stylesheets/notices.scss */
  .notice-index-list {
    flex-direction: column;
  }
  /* line 51, app/assets/stylesheets/notices.scss */
  .notice-index-list a {
    padding-left: 8px;
  }
  /* line 54, app/assets/stylesheets/notices.scss */
  .notice-index-list span {
    text-align: left;
    margin-bottom: 0;
    padding-left: 8px;
  }
  /* line 60, app/assets/stylesheets/notices.scss */
  .notice-list-group {
    padding: 0;
    border-right: none;
    border-left: none;
  }
}

@media (max-width: 767px) {
  /* line 69, app/assets/stylesheets/notices.scss */
  .notice-search .item2-gl-nav .item2-gl-menu {
    display: block;
  }
}

/* line 78, app/assets/stylesheets/notices.scss */
.notice-lists-container .list.links-list ul::before {
  display: none;
}

/* line 81, app/assets/stylesheets/notices.scss */
.notice-lists-container .list.links-list ul::after {
  display: none;
}

/* line 84, app/assets/stylesheets/notices.scss */
.notice-lists-container .list.links-list a:after {
  display: none;
}

/* line 87, app/assets/stylesheets/notices.scss */
.notice-lists-container .list.links-list li {
  border-bottom: 1px solid #eeeeee;
}

/* line 93, app/assets/stylesheets/notices.scss */
.notice-lists-container .notice-icon i {
  font-size: 22px;
}

/* line 100, app/assets/stylesheets/notices.scss */
.notice-show-container .next-notice {
  border-top: 1px dashed #eeeeee;
}

/* line 103, app/assets/stylesheets/notices.scss */
.notice-show-container .card {
  box-shadow: none;
  border: 1px solid #cecece;
}

/* line 109, app/assets/stylesheets/notices.scss */
.menu-size {
  font-size: 16px;
}
/* line 1, app/assets/stylesheets/questions.scss */
.label-ready {
  background-color: #F8964F;
}

/* line 5, app/assets/stylesheets/questions.scss */
.label-complete {
  background-color: #00e682;
}

/* line 9, app/assets/stylesheets/questions.scss */
.btn-wrap {
  text-align: right;
}

/* line 11, app/assets/stylesheets/questions.scss */
.btn-wrap .question-btn {
  width: 140px;
}

/* line 16, app/assets/stylesheets/questions.scss */
body.swal2-no-backdrop .swal2-container.swal2-center.upload-swal {
  opacity: 0.9;
}

/* line 18, app/assets/stylesheets/questions.scss */
body.swal2-no-backdrop .swal2-container.swal2-center.upload-swal .swal2-timer-progress-bar {
  background: green;
}

@media (max-width: 480px) {
  /* line 24, app/assets/stylesheets/questions.scss */
  .responsive-date {
    max-width: 100%;
    display: block;
    flex: none;
    margin-top: 5px;
    font-size: 12px;
    margin-left: 25%;
  }
}

/* line 35, app/assets/stylesheets/questions.scss */
.accordion-toggle .row .title-col {
  width: 80%;
  padding-right: 10px;
}

@media (max-width: 370px) {
  /* line 40, app/assets/stylesheets/questions.scss */
  .accordion-toggle .row .label {
    font-size: 9px;
  }
}

/* line 47, app/assets/stylesheets/questions.scss */
.question-body .question-text {
  white-space: pre-line;
  display: flex;
  word-break: break-all;
  padding-right: 0;
}

/* line 54, app/assets/stylesheets/questions.scss */
.question-body .question-images img {
  width: 24%;
}

@media (max-width: 480px) {
  /* line 54, app/assets/stylesheets/questions.scss */
  .question-body .question-images img {
    width: 49%;
  }
}

@media (max-width: 767px) {
  /* line 63, app/assets/stylesheets/questions.scss */
  .question-date {
    font-size: 11px;
  }
}

/* line 72, app/assets/stylesheets/questions.scss */
.question-new-link li a::before {
  color: white;
}

/* line 77, app/assets/stylesheets/questions.scss */
.list.question-filter-select {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 79, app/assets/stylesheets/questions.scss */
.list.question-filter-select ul::before, .list.question-filter-select ul::after {
  display: none;
}

/* line 82, app/assets/stylesheets/questions.scss */
.list.question-filter-select li .item-link .item-inner::before {
  content: var(--f7-list-chevron-icon-down);
}

/* line 88, app/assets/stylesheets/questions.scss */
.question-index-container .question-created_at {
  opacity: 0.5;
}

/* line 91, app/assets/stylesheets/questions.scss */
.question-index-container .null-question {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 50px;
  opacity: 0.6;
}

/* line 96, app/assets/stylesheets/questions.scss */
.question-index-container .list ul:before, .question-index-container .list ul:after {
  content: none;
}
/* line 3, app/assets/stylesheets/publishing.scss */
.ios .w-10,
.md .w-10 {
  width: 10% !important;
}

/* line 7, app/assets/stylesheets/publishing.scss */
.ios .w-15,
.md .w-15 {
  width: 15% !important;
}

/* line 11, app/assets/stylesheets/publishing.scss */
.ios .w-20,
.md .w-20 {
  width: 20% !important;
}

/* line 15, app/assets/stylesheets/publishing.scss */
.ios .w-25,
.md .w-25 {
  width: 25% !important;
}

/* line 19, app/assets/stylesheets/publishing.scss */
.ios .w-35,
.md .w-35 {
  width: 35%;
}

/* line 23, app/assets/stylesheets/publishing.scss */
.ios .w-30,
.md .w-30 {
  width: 30% !important;
}

/* line 27, app/assets/stylesheets/publishing.scss */
.ios .w-33,
.md .w-33 {
  width: 33% !important;
}

/* line 31, app/assets/stylesheets/publishing.scss */
.ios .w-40,
.md .w-40 {
  width: 40% !important;
}

/* line 35, app/assets/stylesheets/publishing.scss */
.ios .w-50,
.md .w-50 {
  width: 50% !important;
}

/* line 39, app/assets/stylesheets/publishing.scss */
.ios .w-60,
.md .w-60 {
  width: 60% !important;
}

/* line 43, app/assets/stylesheets/publishing.scss */
.ios .w-65,
.md .w-65 {
  width: 65% !important;
}

/* line 47, app/assets/stylesheets/publishing.scss */
.ios .w-66,
.md .w-66 {
  width: 66% !important;
}

/* line 51, app/assets/stylesheets/publishing.scss */
.ios .w-68,
.md .w-68 {
  width: 68% !important;
}

/* line 55, app/assets/stylesheets/publishing.scss */
.ios .w-70,
.md .w-70 {
  width: 70% !important;
}

/* line 59, app/assets/stylesheets/publishing.scss */
.ios .w-75,
.md .w-75 {
  width: 75% !important;
}

/* line 63, app/assets/stylesheets/publishing.scss */
.ios .w-80,
.md .w-80 {
  width: 80% !important;
}

/* line 67, app/assets/stylesheets/publishing.scss */
.ios .w-85,
.md .w-85 {
  width: 85% !important;
}

/* line 71, app/assets/stylesheets/publishing.scss */
.ios .w-90,
.md .w-90 {
  width: 90% !important;
}

/* line 75, app/assets/stylesheets/publishing.scss */
.ios .w-100,
.md .w-100 {
  width: 100% !important;
}

/* line 79, app/assets/stylesheets/publishing.scss */
.ios .w-auto,
.md .w-auto {
  width: auto !important;
}

/* line 83, app/assets/stylesheets/publishing.scss */
.ios .max-w-140,
.md .max-w-140 {
  max-width: 140px !important;
}

/* line 87, app/assets/stylesheets/publishing.scss */
.ios .h-25,
.md .h-25 {
  height: 25% !important;
}

/* line 91, app/assets/stylesheets/publishing.scss */
.ios .h-30,
.md .h-30 {
  height: 30% !important;
}

/* line 95, app/assets/stylesheets/publishing.scss */
.ios .h-35,
.md .h-35 {
  height: 35% !important;
}

/* line 99, app/assets/stylesheets/publishing.scss */
.ios .h-40,
.md .h-40 {
  height: 40% !important;
}

/* line 103, app/assets/stylesheets/publishing.scss */
.ios .h-50,
.md .h-50 {
  height: 50% !important;
}

/* line 107, app/assets/stylesheets/publishing.scss */
.ios .h-70,
.md .h-70 {
  height: 70% !important;
}

/* line 111, app/assets/stylesheets/publishing.scss */
.ios .h-75,
.md .h-75 {
  height: 75% !important;
}

/* line 115, app/assets/stylesheets/publishing.scss */
.ios .h-100,
.md .h-100 {
  height: 100% !important;
}

/* line 119, app/assets/stylesheets/publishing.scss */
.ios .h-auto,
.md .h-auto {
  height: auto !important;
}

/* line 123, app/assets/stylesheets/publishing.scss */
.ios .mw-100,
.md .mw-100 {
  max-width: 100% !important;
}

/* line 127, app/assets/stylesheets/publishing.scss */
.ios .mh-100,
.md .mh-100 {
  max-height: 100% !important;
}

/* line 131, app/assets/stylesheets/publishing.scss */
.ios .m-0,
.md .m-0 {
  margin: 0 !important;
}

/* line 135, app/assets/stylesheets/publishing.scss */
.ios .mt-0,
.ios .my-0,
.md .mt-0,
.md .my-0 {
  margin-top: 0 !important;
}

/* line 140, app/assets/stylesheets/publishing.scss */
.ios .mr-0,
.ios .mx-0,
.md .mr-0,
.md .mx-0 {
  margin-right: 0 !important;
}

/* line 145, app/assets/stylesheets/publishing.scss */
.ios .mb-0,
.ios .my-0,
.md .mb-0,
.md .my-0 {
  margin-bottom: 0 !important;
}

/* line 150, app/assets/stylesheets/publishing.scss */
.ios .ml-0,
.ios .mx-0,
.md .ml-0,
.md .mx-0 {
  margin-left: 0 !important;
}

/* line 155, app/assets/stylesheets/publishing.scss */
.ios .m-1,
.md .m-1 {
  margin: 0.25rem !important;
}

/* line 159, app/assets/stylesheets/publishing.scss */
.ios .mt-1,
.ios .my-1,
.md .mt-1,
.md .my-1 {
  margin-top: 0.25rem !important;
}

/* line 164, app/assets/stylesheets/publishing.scss */
.ios .mr-1,
.ios .mx-1,
.md .mr-1,
.md .mx-1 {
  margin-right: 0.25rem !important;
}

/* line 169, app/assets/stylesheets/publishing.scss */
.ios .mb-1,
.ios .my-1,
.md .mb-1,
.md .my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 174, app/assets/stylesheets/publishing.scss */
.ios .ml-1,
.ios .mx-1,
.md .ml-1,
.md .mx-1 {
  margin-left: 0.25rem !important;
}

/* line 179, app/assets/stylesheets/publishing.scss */
.ios .m-2,
.md .m-2 {
  margin: 0.5rem !important;
}

/* line 183, app/assets/stylesheets/publishing.scss */
.ios .mt-2,
.ios .my-2,
.md .mt-2,
.md .my-2 {
  margin-top: 0.5rem !important;
}

/* line 188, app/assets/stylesheets/publishing.scss */
.ios .mr-2,
.ios .mx-2,
.md .mr-2,
.md .mx-2 {
  margin-right: 0.5rem !important;
}

/* line 193, app/assets/stylesheets/publishing.scss */
.ios .mb-2,
.ios .my-2,
.md .mb-2,
.md .my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 198, app/assets/stylesheets/publishing.scss */
.ios .ml-2,
.ios .mx-2,
.md .ml-2,
.md .mx-2 {
  margin-left: 0.5rem !important;
}

/* line 203, app/assets/stylesheets/publishing.scss */
.ios .m-3,
.md .m-3 {
  margin: 1rem !important;
}

/* line 207, app/assets/stylesheets/publishing.scss */
.ios .mt-3,
.ios .my-3,
.md .mt-3,
.md .my-3 {
  margin-top: 1rem !important;
}

/* line 212, app/assets/stylesheets/publishing.scss */
.ios .mr-3,
.ios .mx-3,
.md .mr-3,
.md .mx-3 {
  margin-right: 1rem !important;
}

/* line 217, app/assets/stylesheets/publishing.scss */
.ios .mb-3,
.ios .my-3,
.md .mb-3,
.md .my-3 {
  margin-bottom: 1rem !important;
}

/* line 222, app/assets/stylesheets/publishing.scss */
.ios .ml-3,
.ios .mx-3,
.md .ml-3,
.md .mx-3 {
  margin-left: 1rem !important;
}

/* line 227, app/assets/stylesheets/publishing.scss */
.ios .m-4,
.md .m-4 {
  margin: 1.5rem !important;
}

/* line 231, app/assets/stylesheets/publishing.scss */
.ios .mt-4,
.ios .my-4,
.md .mt-4,
.md .my-4 {
  margin-top: 1.5rem !important;
}

/* line 236, app/assets/stylesheets/publishing.scss */
.ios .mr-4,
.ios .mx-4,
.md .mr-4,
.md .mx-4 {
  margin-right: 1.5rem !important;
}

/* line 241, app/assets/stylesheets/publishing.scss */
.ios .mb-4,
.ios .my-4,
.md .mb-4,
.md .my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 246, app/assets/stylesheets/publishing.scss */
.ios .ml-4,
.ios .mx-4,
.md .ml-4,
.md .mx-4 {
  margin-left: 1.5rem !important;
}

/* line 251, app/assets/stylesheets/publishing.scss */
.ios .m-5,
.md .m-5 {
  margin: 3rem !important;
}

/* line 255, app/assets/stylesheets/publishing.scss */
.ios .mt-5,
.ios .my-5,
.md .mt-5,
.md .my-5 {
  margin-top: 3rem !important;
}

/* line 260, app/assets/stylesheets/publishing.scss */
.ios .mr-5,
.ios .mx-5,
.md .mr-5,
.md .mx-5 {
  margin-right: 3rem !important;
}

/* line 265, app/assets/stylesheets/publishing.scss */
.ios .mb-5,
.ios .my-5,
.md .mb-5,
.md .my-5 {
  margin-bottom: 3rem !important;
}

/* line 270, app/assets/stylesheets/publishing.scss */
.ios .ml-5,
.ios .mx-5,
.md .ml-5,
.md .mx-5 {
  margin-left: 3rem !important;
}

/* line 275, app/assets/stylesheets/publishing.scss */
.ios .mt-10,
.ios .my-10,
.md .mt-10,
.md .my-10 {
  margin-top: 6rem !important;
}

/* line 279, app/assets/stylesheets/publishing.scss */
.ios .mb-10,
.ios .my-10,
.md .mb-10,
.md .my-10 {
  margin-bottom: 6rem !important;
}

/* line 284, app/assets/stylesheets/publishing.scss */
.ios .p-0,
.md .p-0 {
  padding: 0 !important;
}

/* line 288, app/assets/stylesheets/publishing.scss */
.ios .pt-0,
.ios .py-0,
.md .pt-0,
.md .py-0 {
  padding-top: 0 !important;
}

/* line 293, app/assets/stylesheets/publishing.scss */
.ios .pr-0,
.ios .px-0,
.md .pr-0,
.md .px-0 {
  padding-right: 0 !important;
}

/* line 298, app/assets/stylesheets/publishing.scss */
.ios .pb-0,
.ios .py-0,
.md .pb-0,
.md .py-0 {
  padding-bottom: 0 !important;
}

/* line 303, app/assets/stylesheets/publishing.scss */
.ios .pl-0,
.ios .px-0,
.md .pl-0,
.md .px-0 {
  padding-left: 0 !important;
}

/* line 308, app/assets/stylesheets/publishing.scss */
.ios .p-1,
.md .p-1 {
  padding: 0.25rem !important;
}

/* line 312, app/assets/stylesheets/publishing.scss */
.ios .pt-1,
.ios .py-1,
.md .pt-1,
.md .py-1 {
  padding-top: 0.25rem !important;
}

/* line 317, app/assets/stylesheets/publishing.scss */
.ios .pr-1,
.ios .px-1,
.md .pr-1,
.md .px-1 {
  padding-right: 0.25rem !important;
}

/* line 322, app/assets/stylesheets/publishing.scss */
.ios .pb-1,
.ios .py-1,
.md .pb-1,
.md .py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 327, app/assets/stylesheets/publishing.scss */
.ios .pl-1,
.ios .px-1,
.md .pl-1,
.md .px-1 {
  padding-left: 0.25rem !important;
}

/* line 332, app/assets/stylesheets/publishing.scss */
.ios .pl-1_5,
.md .pl-1_5 {
  padding-left: 0.35rem;
}

/* line 336, app/assets/stylesheets/publishing.scss */
.ios .p-2,
.md .p-2 {
  padding: 0.5rem !important;
}

/* line 340, app/assets/stylesheets/publishing.scss */
.ios .p-2-half,
.md .p-2-half {
  padding: 0.7rem !important;
}

/* line 344, app/assets/stylesheets/publishing.scss */
.ios .pt-2,
.ios .py-2,
.md .pt-2,
.md .py-2 {
  padding-top: 0.5rem !important;
}

/* line 349, app/assets/stylesheets/publishing.scss */
.ios .pr-2,
.ios .px-2,
.md .pr-2,
.md .px-2 {
  padding-right: 0.5rem !important;
}

/* line 354, app/assets/stylesheets/publishing.scss */
.ios .pb-2,
.ios .py-2,
.md .pb-2,
.md .py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 359, app/assets/stylesheets/publishing.scss */
.ios .pl-2,
.ios .px-2,
.md .pl-2,
.md .px-2 {
  padding-left: 0.5rem !important;
}

/* line 364, app/assets/stylesheets/publishing.scss */
.ios .pl-7_10,
.ios .px-7_10,
.md .pl-7_10,
.md .px-7_10 {
  padding-left: 0.7rem !important;
}

/* line 369, app/assets/stylesheets/publishing.scss */
.ios .pr-7_10,
.ios .px-7_10,
.md .pr-7_10,
.md .px-7_10 {
  padding-right: 0.7rem !important;
}

/* line 374, app/assets/stylesheets/publishing.scss */
.ios .p-3,
.md .p-3 {
  padding: 1rem !important;
}

/* line 378, app/assets/stylesheets/publishing.scss */
.ios .pt-3,
.ios .py-3,
.md .pt-3,
.md .py-3 {
  padding-top: 1rem !important;
}

/* line 383, app/assets/stylesheets/publishing.scss */
.ios .pr-3,
.ios .px-3,
.md .pr-3,
.md .px-3 {
  padding-right: 1rem !important;
}

/* line 388, app/assets/stylesheets/publishing.scss */
.ios .pb-3,
.ios .py-3,
.md .pb-3,
.md .py-3 {
  padding-bottom: 1rem !important;
}

/* line 393, app/assets/stylesheets/publishing.scss */
.ios .pl-3,
.ios .px-3,
.md .pl-3,
.md .px-3 {
  padding-left: 1rem !important;
}

/* line 398, app/assets/stylesheets/publishing.scss */
.ios .p-4,
.md .p-4 {
  padding: 1.5rem !important;
}

/* line 402, app/assets/stylesheets/publishing.scss */
.ios .pt-4,
.ios .py-4,
.md .pt-4,
.md .py-4 {
  padding-top: 1.5rem !important;
}

/* line 407, app/assets/stylesheets/publishing.scss */
.ios .pr-4,
.ios .px-4,
.md .pr-4,
.md .px-4 {
  padding-right: 1.5rem !important;
}

/* line 412, app/assets/stylesheets/publishing.scss */
.ios .pb-4,
.ios .py-4,
.md .pb-4,
.md .py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 417, app/assets/stylesheets/publishing.scss */
.ios .pl-4,
.ios .px-4,
.md .pl-4,
.md .px-4 {
  padding-left: 1.5rem !important;
}

/* line 422, app/assets/stylesheets/publishing.scss */
.ios .p-5,
.md .p-5 {
  padding: 3rem !important;
}

/* line 426, app/assets/stylesheets/publishing.scss */
.ios .pt-5,
.ios .py-5,
.md .pt-5,
.md .py-5 {
  padding-top: 3rem !important;
}

/* line 431, app/assets/stylesheets/publishing.scss */
.ios .pr-5,
.ios .px-5,
.md .pr-5,
.md .px-5 {
  padding-right: 3rem !important;
}

/* line 436, app/assets/stylesheets/publishing.scss */
.ios .pb-5,
.ios .py-5,
.md .pb-5,
.md .py-5 {
  padding-bottom: 3rem !important;
}

/* line 441, app/assets/stylesheets/publishing.scss */
.ios .pl-5,
.ios .px-5,
.md .pl-5,
.md .px-5 {
  padding-left: 3rem !important;
}

/* line 446, app/assets/stylesheets/publishing.scss */
.ios .m-auto,
.md .m-auto {
  margin: auto !important;
}

/* line 450, app/assets/stylesheets/publishing.scss */
.ios .color-gray,
.md .color-gray {
  --f7-theme-color: #5a5a5a;
  --f7-theme-color-rgb: 156, 39, 176;
  --f7-theme-color-shade: #464646;
  --f7-theme-color-tint: #666666;
}

/* line 457, app/assets/stylesheets/publishing.scss */
.ios .color-secondary,
.md .color-secondary {
  --f7-theme-color: #ae49a3;
  --f7-theme-color-rgb: 156, 39, 176;
  --f7-theme-color-shade: #8e2e69;
  --f7-theme-color-tint: #cc4597;
}

/* line 464, app/assets/stylesheets/publishing.scss */
.ios .text-center,
.md .text-center {
  text-align: center !important;
}

/* line 467, app/assets/stylesheets/publishing.scss */
.ios .text-left,
.md .text-left {
  text-align: left !important;
}

/* line 470, app/assets/stylesheets/publishing.scss */
.ios .text-right,
.md .text-right {
  text-align: right !important;
}

/* line 474, app/assets/stylesheets/publishing.scss */
.ios .position-relative,
.md .position-relative {
  position: relative !important;
}

/* line 478, app/assets/stylesheets/publishing.scss */
.ios .position-absolute,
.md .position-absolute {
  position: absolute !important;
}

/* line 482, app/assets/stylesheets/publishing.scss */
.ios .d-flex,
.md .d-flex {
  display: flex !important;
}

/* line 485, app/assets/stylesheets/publishing.scss */
.ios .d-none,
.md .d-none {
  display: none !important;
}

/* line 489, app/assets/stylesheets/publishing.scss */
.ios .left-1,
.md .left-1 {
  left: 0.5rem;
}

/* line 494, app/assets/stylesheets/publishing.scss */
.w-48 {
  width: 48% !important;
}

/* line 498, app/assets/stylesheets/publishing.scss */
.h-94 {
  height: 94%;
}

/* line 502, app/assets/stylesheets/publishing.scss */
.text-align-unset {
  text-align: unset !important;
}

/* line 506, app/assets/stylesheets/publishing.scss */
.py-0\.5,
.pb-0\.5 {
  padding-bottom: 0.125rem;
}

/* line 511, app/assets/stylesheets/publishing.scss */
.py-0\.5,
.pt-0\.5 {
  padding-top: 0.125rem;
}

/* line 516, app/assets/stylesheets/publishing.scss */
.py-3\.5,
.pt-3\.5 {
  padding-top: 0.875rem !important;
}

/* line 521, app/assets/stylesheets/publishing.scss */
.py-2\.5,
.pt-2\.5 {
  padding-top: 0.625rem !important;
}

/* line 526, app/assets/stylesheets/publishing.scss */
.py-2\.5,
.pb-2\.5 {
  padding-bottom: 0.625rem !important;
}

@media (min-width: 480px) {
  /* line 531, app/assets/stylesheets/publishing.scss */
  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }
}

/* line 537, app/assets/stylesheets/publishing.scss */
.mb-1\.5,
.my-1\.5 {
  margin-bottom: 0.375rem !important;
}

/* line 542, app/assets/stylesheets/publishing.scss */
.w-68 {
  width: 68% !important;
}

/* line 546, app/assets/stylesheets/publishing.scss */
.mt-25\% {
  margin-top: 25%;
}

/* line 550, app/assets/stylesheets/publishing.scss */
.text-black {
  color: black !important;
}

/* line 554, app/assets/stylesheets/publishing.scss */
.text-white {
  color: white;
}

/* line 558, app/assets/stylesheets/publishing.scss */
.text-gray {
  color: gray;
}

/* line 562, app/assets/stylesheets/publishing.scss */
.text-gray-i {
  color: gray !important;
}

/* line 566, app/assets/stylesheets/publishing.scss */
.text-c1 {
  color: #c1c1c1;
}

/* line 570, app/assets/stylesheets/publishing.scss */
.text-whitegray {
  color: #f7f4f4;
}

/* line 574, app/assets/stylesheets/publishing.scss */
.text-blgray {
  color: #5a5a5a !important;
}

/* line 578, app/assets/stylesheets/publishing.scss */
.text-grayblack {
  color: #383838;
}

/* line 582, app/assets/stylesheets/publishing.scss */
.text-light {
  color: #eeeeee !important;
}

/* line 586, app/assets/stylesheets/publishing.scss */
.text-red {
  color: red;
}

/* line 590, app/assets/stylesheets/publishing.scss */
.text-theme {
  color: #aa06a6;
}

/* line 594, app/assets/stylesheets/publishing.scss */
.hover\:text-theme:hover {
  color: #aa06a6;
}

/* line 598, app/assets/stylesheets/publishing.scss */
.bg-theme {
  background-color: #aa06a6 !important;
}

/* line 602, app/assets/stylesheets/publishing.scss */
.bg-pink {
  background-color: #e95373;
}

/* line 606, app/assets/stylesheets/publishing.scss */
.bg-basic-color {
  background: linear-gradient(90deg, #e00994 0%, #900496 100%) !important;
}

/* line 610, app/assets/stylesheets/publishing.scss */
.bg-button-color {
  background: linear-gradient(90deg, #92189a 0%, #be2ea2 100%) !important;
}

/* line 614, app/assets/stylesheets/publishing.scss */
.bg-gray {
  background-color: gray !important;
}

/* line 618, app/assets/stylesheets/publishing.scss */
.bg-mdgray {
  background-color: #efecef;
}

/* line 622, app/assets/stylesheets/publishing.scss */
.bg-mdgray-i {
  background-color: #efecef !important;
}

/* line 627, app/assets/stylesheets/publishing.scss */
.get-code-btn-box .bg-mdgray-i {
  background-color: #efecef !important;
}

/* line 631, app/assets/stylesheets/publishing.scss */
.bg-success {
  background-color: #87de85 !important;
}

/* line 635, app/assets/stylesheets/publishing.scss */
.bg-blackgray {
  background-color: #242424;
}

/* line 637, app/assets/stylesheets/publishing.scss */
.bg-blackgray.hover-btn:hover {
  background-color: #242424;
  border-color: #242424;
}

/* line 643, app/assets/stylesheets/publishing.scss */
.bg-blgray {
  background-color: #5f5f5f;
}

/* line 647, app/assets/stylesheets/publishing.scss */
.bg-lightgray {
  background-color: #fbfafb !important;
}

/* line 651, app/assets/stylesheets/publishing.scss */
.bg-whitegray {
  background-color: #f7f4f4 !important;
}

/* line 655, app/assets/stylesheets/publishing.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 659, app/assets/stylesheets/publishing.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 663, app/assets/stylesheets/publishing.scss */
.font-sm {
  font-size: 0.5rem !important;
}

/* line 667, app/assets/stylesheets/publishing.scss */
.font-smd {
  font-size: 0.75rem !important;
}

/* line 671, app/assets/stylesheets/publishing.scss */
.font-mmd {
  font-size: 0.85rem !important;
}

/* line 675, app/assets/stylesheets/publishing.scss */
.font-md {
  font-size: 1rem !important;
}

/* line 679, app/assets/stylesheets/publishing.scss */
.font-lmd {
  font-size: 1.25rem !important;
}

/* line 683, app/assets/stylesheets/publishing.scss */
.font-lg {
  font-size: 1.5rem !important;
}

/* line 687, app/assets/stylesheets/publishing.scss */
.font-xl {
  font-size: 2rem !important;
}

/* line 691, app/assets/stylesheets/publishing.scss */
.font-xxl {
  font-size: 2.5rem !important;
}

/* line 695, app/assets/stylesheets/publishing.scss */
.app-badge-font {
  font-family: var(--f7-font-family) !important;
}

/* line 699, app/assets/stylesheets/publishing.scss */
.app-closed-badge-font {
  font-family: -webkit-pictograph !important;
}

/* line 703, app/assets/stylesheets/publishing.scss */
.radius-0 {
  border-radius: unset !important;
}

/* line 707, app/assets/stylesheets/publishing.scss */
.radius-sm {
  border-radius: 0.5rem;
}

/* line 711, app/assets/stylesheets/publishing.scss */
.radius-md {
  border-radius: 1rem;
}

/* line 715, app/assets/stylesheets/publishing.scss */
.radius-lg {
  border-radius: 1.25rem;
}

/* line 719, app/assets/stylesheets/publishing.scss */
.left-radius-lg {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

/* line 724, app/assets/stylesheets/publishing.scss */
.right-radius-lg {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

/* line 729, app/assets/stylesheets/publishing.scss */
.bottom-radius-sm {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 734, app/assets/stylesheets/publishing.scss */
.radius-xl {
  border-radius: 1.5rem !important;
}

/* line 738, app/assets/stylesheets/publishing.scss */
.radius-circle {
  border-radius: 50% !important;
}

/* line 742, app/assets/stylesheets/publishing.scss */
.border-black {
  border: 1px solid black;
}

/* line 746, app/assets/stylesheets/publishing.scss */
.border-bottom-black {
  border-bottom: 1px solid black;
}

/* line 750, app/assets/stylesheets/publishing.scss */
.border-top-black {
  border-top: 1px solid black;
}

/* line 754, app/assets/stylesheets/publishing.scss */
.border-gray {
  border: 1px solid #cecece;
}

/* line 758, app/assets/stylesheets/publishing.scss */
.border-purple {
  border: 1px solid #bb48a6;
}

/* line 762, app/assets/stylesheets/publishing.scss */
.border-bottom-theme-color {
  border-bottom: 1px solid var(--f7-theme-color);
}

/* line 766, app/assets/stylesheets/publishing.scss */
.border-top-gray {
  border-top: 1px solid #cecece;
}

/* line 770, app/assets/stylesheets/publishing.scss */
.border-bottom-gray {
  border-bottom: 1px solid #cecece;
}

/* line 774, app/assets/stylesheets/publishing.scss */
.border-left-gray {
  border-left: 1px solid #cecece;
}

/* line 778, app/assets/stylesheets/publishing.scss */
.border-right-gray {
  border-right: 1px solid #cecece !important;
}

/* line 782, app/assets/stylesheets/publishing.scss */
.border-light-gray {
  border: 1px solid #e4e4e4;
}

/* line 786, app/assets/stylesheets/publishing.scss */
.border-top-light-gray {
  border-top: 1px solid #e4e4e4;
}

/* line 790, app/assets/stylesheets/publishing.scss */
.border-bottom-light-gray {
  border-bottom: 1px solid #e4e4e4;
}

/* line 794, app/assets/stylesheets/publishing.scss */
.border-left-light-gray {
  border-left: 1px solid #e4e4e4;
}

/* line 798, app/assets/stylesheets/publishing.scss */
.border-right-light-gray {
  border-right: 1px solid #e4e4e4;
}

/* line 802, app/assets/stylesheets/publishing.scss */
.border-top-dashed {
  border-top: 1px dashed #e4e4e4;
}

/* line 806, app/assets/stylesheets/publishing.scss */
.border-bottom-dashed {
  border-bottom: 1px dashed #e4e4e4;
}

/* line 810, app/assets/stylesheets/publishing.scss */
.border-light {
  border: 1px solid #eeeeee !important;
}

/* line 814, app/assets/stylesheets/publishing.scss */
.border-top-light {
  border-top: 1px solid #eeeeee;
}

/* line 818, app/assets/stylesheets/publishing.scss */
.border-bottom-light {
  border-bottom: 1px solid #eeeeee;
}

/* line 822, app/assets/stylesheets/publishing.scss */
.border-bottom-blgray {
  border-bottom: 1px solid #a3a3a3;
}

/* line 826, app/assets/stylesheets/publishing.scss */
.border-white-lg {
  border: 5px solid #fff !important;
}

/* line 830, app/assets/stylesheets/publishing.scss */
.border-none {
  border: none;
}

/* line 834, app/assets/stylesheets/publishing.scss */
.border-top-none {
  border-top: none;
}

/* line 838, app/assets/stylesheets/publishing.scss */
.border-right-none {
  border-right: none;
}

/* line 842, app/assets/stylesheets/publishing.scss */
.border-left-none {
  border-left: none;
}

/* line 846, app/assets/stylesheets/publishing.scss */
.border-bottom-none {
  border-bottom: none;
}

/* line 850, app/assets/stylesheets/publishing.scss */
.display-grid {
  display: grid;
}

/* line 854, app/assets/stylesheets/publishing.scss */
.justify-content-space-between {
  justify-content: space-between;
}

/* line 858, app/assets/stylesheets/publishing.scss */
.justify-center {
  justify-content: center;
}

/* line 862, app/assets/stylesheets/publishing.scss */
.justify-end {
  justify-content: flex-end;
}

/* line 866, app/assets/stylesheets/publishing.scss */
.align-center {
  align-items: center;
}

/* line 870, app/assets/stylesheets/publishing.scss */
.box-shadow-none {
  box-shadow: none;
}

/* line 874, app/assets/stylesheets/publishing.scss */
.white-space-nowrap {
  white-space: nowrap;
}

/* line 878, app/assets/stylesheets/publishing.scss */
.white-space-pre-line {
  white-space: pre-line;
}

/* line 882, app/assets/stylesheets/publishing.scss */
.overflow-x-scroll {
  overflow-x: scroll;
}

/* line 886, app/assets/stylesheets/publishing.scss */
.overflow-auto {
  overflow: auto;
}

/* line 890, app/assets/stylesheets/publishing.scss */
.position-static {
  position: static;
}

/* line 894, app/assets/stylesheets/publishing.scss */
.border-2 {
  border-width: 0.2rem;
}

/* line 898, app/assets/stylesheets/publishing.scss */
.border-2px {
  border-width: 2px;
}

/* line 902, app/assets/stylesheets/publishing.scss */
.min-w-1 {
  min-width: 1rem;
}

/* line 906, app/assets/stylesheets/publishing.scss */
.min-w-3 {
  min-width: 3rem;
}

/* line 910, app/assets/stylesheets/publishing.scss */
.min-w-4 {
  min-width: 4rem;
}

/* line 914, app/assets/stylesheets/publishing.scss */
.min-w-8 {
  min-width: 8rem;
}

/* line 918, app/assets/stylesheets/publishing.scss */
.max-w-2 {
  max-width: 2rem;
}

/* line 922, app/assets/stylesheets/publishing.scss */
.max-w-3 {
  max-width: 3rem;
}

/* line 926, app/assets/stylesheets/publishing.scss */
.max-w-4 {
  max-width: 4rem;
}

/* line 930, app/assets/stylesheets/publishing.scss */
.max-w-1920px {
  max-width: 1920px;
}

/* line 934, app/assets/stylesheets/publishing.scss */
.weight-300 {
  font-weight: 300;
}

/* line 938, app/assets/stylesheets/publishing.scss */
.weight-400 {
  font-weight: 400;
}

/* line 942, app/assets/stylesheets/publishing.scss */
.weight-500 {
  font-weight: 500;
}

/* line 946, app/assets/stylesheets/publishing.scss */
.weight-600 {
  font-weight: 600;
}

/* line 950, app/assets/stylesheets/publishing.scss */
.weight-700 {
  font-weight: 700 !important;
}

/* line 954, app/assets/stylesheets/publishing.scss */
.box-shadow-sm {
  box-shadow: 1px 1px 5px 0px #717171;
}

/* line 958, app/assets/stylesheets/publishing.scss */
.box-shadow-none {
  box-shadow: none;
}

/* line 962, app/assets/stylesheets/publishing.scss */
.flex-direction-row {
  flex-direction: row;
}

/* line 966, app/assets/stylesheets/publishing.scss */
.flex-direction-column {
  flex-direction: column;
}

/* line 970, app/assets/stylesheets/publishing.scss */
.line-height-sm {
  line-height: 1.2;
}

/* line 974, app/assets/stylesheets/publishing.scss */
.line-height-9 {
  line-height: 9px;
}

/* line 978, app/assets/stylesheets/publishing.scss */
.min-height-300 {
  min-height: 300px;
}

/* line 982, app/assets/stylesheets/publishing.scss */
.min-height-40 {
  min-height: 40px;
}

/* line 986, app/assets/stylesheets/publishing.scss */
.min-height-2\.5 {
  min-height: 2.5rem;
}

/* line 990, app/assets/stylesheets/publishing.scss */
.list-min-height-140 {
  --f7-list-item-min-height: 140px;
}

/* line 994, app/assets/stylesheets/publishing.scss */
.max-height-600 {
  max-height: 600px;
}

/* line 998, app/assets/stylesheets/publishing.scss */
.w-9rem {
  width: 9rem;
}

/* line 1002, app/assets/stylesheets/publishing.scss */
.w-15\.5rem {
  width: 15.5rem;
}

@media (min-width: 1680px) {
  /* line 1007, app/assets/stylesheets/publishing.scss */
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1680px) {
  /* line 1015, app/assets/stylesheets/publishing.scss */
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

/* line 1022, app/assets/stylesheets/publishing.scss */
.cursor-pointer:hover {
  cursor: pointer;
}

/* line 1026, app/assets/stylesheets/publishing.scss */
.word-keep-all {
  word-break: keep-all;
}

/* line 1030, app/assets/stylesheets/publishing.scss */
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

/* line 1034, app/assets/stylesheets/publishing.scss */
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* line 1038, app/assets/stylesheets/publishing.scss */
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* line 1042, app/assets/stylesheets/publishing.scss */
.col-span-1 {
  grid-column: span 1 / span 1;
}

/* line 1046, app/assets/stylesheets/publishing.scss */
.col-span-4 {
  grid-column: span 4 / span 4;
}

/* line 1050, app/assets/stylesheets/publishing.scss */
.row-span-1 {
  grid-row: span 1 / span 1;
}

/* line 1053, app/assets/stylesheets/publishing.scss */
.row-span-2 {
  grid-row: span 2 / span 2;
}

/* line 1056, app/assets/stylesheets/publishing.scss */
.row-span-3 {
  grid-row: span 3 / span 3;
}

/* line 1059, app/assets/stylesheets/publishing.scss */
.row-span-4 {
  grid-row: span 4 / span 4;
}

/* line 1063, app/assets/stylesheets/publishing.scss */
.gap-y-1 {
  row-gap: 0.5rem;
}

/* line 1067, app/assets/stylesheets/publishing.scss */
.gap-4 {
  gap: 1rem;
}

/* line 1071, app/assets/stylesheets/publishing.scss */
.hidden {
  display: none;
}

@media (min-width: 1500px) {
  /* line 1076, app/assets/stylesheets/publishing.scss */
  .col-xxl-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}

@media (min-width: 1500px) {
  /* line 1084, app/assets/stylesheets/publishing.scss */
  .col-xxl-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
/* line 3, app/assets/stylesheets/maxq.scss */
.maxq-page {
  --f7-theme-color: #d7083b;
  --header-container-height: 120px;
  --maxq-header-margin-bottom: 2.5rem;
}

/* line 10, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .text-theme {
  color: #d7083b;
}

/* line 14, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html a:focus, .maxq-page.web-html a:hover, .maxq-page.web-html a.active {
  color: #d7083b;
}

/* line 18, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .maxq-header {
  background-color: white;
  position: relative;
}

/* line 21, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .maxq-header.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 1px solid black;
}

/* line 28, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .maxq-header .sns-logo {
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .maxq-header .sns-logo i:hover {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transition: transform 0.2s linear;
}

/* line 38, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .maxq-left-menu {
  z-index: 1050;
  position: fixed;
  left: -15.5rem;
  top: 0;
  visibility: hidden;
}

/* line 45, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .maxq-left-menu:not(.panel-in):not(.panel-out) {
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s linear;
}

/* line 49, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .maxq-left-menu.panel-in {
  visibility: visible;
  transform: translate3d(15.5rem, 0, 0);
  transition: transform 0.4s linear;
}

/* line 54, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .maxq-left-menu.panel-out {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s linear;
}

/* line 60, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .maxq-left-menu li a:hover {
  background: #d7083b;
  color: white;
  text-decoration: none;
}

/* line 66, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .maxq-left-menu .close-menu {
  color: #858d97;
}

/* line 68, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .maxq-left-menu .close-menu:hover {
  color: black;
}

/* line 74, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .backdrop-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1045;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  background-color: white;
  transition: opacity 0.4s linear;
}

/* line 87, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .backdrop-menu.panel-backdrop-in {
  visibility: visible;
  pointer-events: auto;
  opacity: 0.25;
  transition: opacity 0.4s linear;
}

/* line 93, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .backdrop-menu.panel-backdrop-out {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 0.4s linear;
}

/* line 101, app/assets/stylesheets/maxq.scss */
.maxq-page.web-html .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #d7083b;
}

/* line 107, app/assets/stylesheets/maxq.scss */
.maxq-page .main-page.page-content:after {
  background: white;
}

/* line 110, app/assets/stylesheets/maxq.scss */
.maxq-page .text-maxq-footer-gray {
  color: #ffffff80;
}

/* line 117, app/assets/stylesheets/maxq.scss */
.maxq-page .candidate-index-orders input[name="order"] + .radio-label,
.maxq-page .candidate-index-orders input[name="sort"] + .radio-label {
  color: black;
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/maxq.scss */
.maxq-page .candidate-index-orders input[name="order"]:checked + .radio-label,
.maxq-page .candidate-index-orders input[name="sort"]:checked + .radio-label {
  color: #d7083b;
}

/* line 127, app/assets/stylesheets/maxq.scss */
.maxq-page .ranking-candidate-image {
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #d7083b;
  max-width: 150px;
}

/* line 134, app/assets/stylesheets/maxq.scss */
.maxq-page .app-card-style .contest-card-image img {
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #d7083b;
}

/* line 140, app/assets/stylesheets/maxq.scss */
.maxq-page .bg-theme {
  background-color: #d7083b !important;
}

/* line 144, app/assets/stylesheets/maxq.scss */
.maxq-page .bg-basic-color {
  background: linear-gradient(90deg, #ff8080 0%, #d7083b 100%) !important;
}

/* line 148, app/assets/stylesheets/maxq.scss */
.maxq-page .text-maxq-red {
  color: #d7083b;
}

/* line 152, app/assets/stylesheets/maxq.scss */
.maxq-page .bg-button-color {
  background: linear-gradient(90deg, #d7083b 0%, #ff8080 100%) !important;
}

/* line 156, app/assets/stylesheets/maxq.scss */
.maxq-page .contest-info-tab.tab-link-active {
  color: #fff;
  background: linear-gradient(90deg, #ff8080 0%, #d7083b 100%);
}

/* line 161, app/assets/stylesheets/maxq.scss */
.maxq-page .mystar-header-container .app-edit-user-button {
  background-color: red;
  color: white;
}

/* line 166, app/assets/stylesheets/maxq.scss */
.maxq-page .maxq-app-left-panel .item-inner::before {
  display: none;
}

/* line 170, app/assets/stylesheets/maxq.scss */
.maxq-page .tabbar.toolbar.toolbar-bottom {
  background-color: white;
  border-bottom: 1px solid black;
}

/* line 173, app/assets/stylesheets/maxq.scss */
.maxq-page .tabbar.toolbar.toolbar-bottom::before {
  display: none;
}

/* line 174, app/assets/stylesheets/maxq.scss */
.maxq-page .tabbar.toolbar.toolbar-bottom.tabbar-labels .tab-link-active img {
  filter: invert(14%) sepia(63%) saturate(7453%) hue-rotate(339deg) brightness(84%) contrast(100%);
}

/* line 179, app/assets/stylesheets/maxq.scss */
.maxq-page .header-container {
  z-index: 5001;
  height: var(--header-container-height);
  padding: 0 20px 25px 20px;
}

/* line 183, app/assets/stylesheets/maxq.scss */
.maxq-page .header-container .header-padding {
  padding: 0 20px 25px 20px;
}

/* line 186, app/assets/stylesheets/maxq.scss */
.maxq-page .header-container.maxq-header-space {
  margin: 0;
  padding: 15px 20px 25px 20px;
}

/* line 192, app/assets/stylesheets/maxq.scss */
.maxq-page .views-tab-link-active .tabbar-label {
  color: var(--f7-theme-color);
}

/* line 196, app/assets/stylesheets/maxq.scss */
.maxq-page .page-min-height {
  min-height: calc(100vh - var(--header-container-height) - var(--f7-page-navbar-offset, 0px) - var(--f7-page-toolbar-bottom-offset, 0px));
}
/* line 3, app/assets/stylesheets/challenge.scss */
.challenge-page {
  --f7-theme-color: #8e9bcd;
  --header-container-height: 120px;
  --challenge-header-margin-bottom: 2.5rem;
}

/* line 8, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge-basic-color {
  background: linear-gradient(90deg, #8e9bcd 0%, #6277c1 100%) !important;
}

/* line 16, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge-point-color {
  background-color: #6277c1;
}

/* line 20, app/assets/stylesheets/challenge.scss */
.challenge-page .period-badge {
  box-shadow: 0px 0px 2px 0px white;
}

/* line 24, app/assets/stylesheets/challenge.scss */
.challenge-page .bg-theme {
  background-color: #8e9bcd !important;
}

/* line 28, app/assets/stylesheets/challenge.scss */
.challenge-page .bg-basic-color {
  background: linear-gradient(90deg, #8e9bcd 0%, #6277c1 100%) !important;
}

/* line 36, app/assets/stylesheets/challenge.scss */
.challenge-page .bg-button-color {
  background: linear-gradient(90deg, #6277c1 0%, #8e9bcd 100%) !important;
}

/* line 42, app/assets/stylesheets/challenge.scss */
.challenge-page .bg-button-color:hover {
  background: linear-gradient(90deg, #8e9bcd 0%, #b9bdcd 100%) !important;
}

/* line 51, app/assets/stylesheets/challenge.scss */
.challenge-page .vote-button-color {
  background: linear-gradient(90deg, #d7083b 0%, #ff3636 100%) !important;
}

/* line 55, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge-nav {
  height: 50px;
}

/* line 59, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge-contest-btn {
  color: #000000 !important;
  font-size: larger !important;
  font-weight: 700 !important;
}

/* line 65, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge-vote-btn {
  padding: 3px 23px;
  border-radius: 10px;
  color: #ffff !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
}

/* line 72, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge-logo-size {
  width: 350px;
}

/* line 75, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge-host-logo-size {
  height: 25px;
}

/* line 79, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge-desktop-logo {
  padding: 1.5rem 0;
  margin: auto 0px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 87, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge-image {
  max-width: 300px;
}

/* line 91, app/assets/stylesheets/challenge.scss */
.challenge-page .card-title-font {
  margin-bottom: 0.4rem !important;
  font-size: 1.2em;
  font-weight: 600;
}

/* line 96, app/assets/stylesheets/challenge.scss */
.challenge-page .card-title-font-app {
  margin-bottom: 0.2rem !important;
  font-size: 0.9rem;
  font-weight: 600;
}

/* line 102, app/assets/stylesheets/challenge.scss */
.challenge-page .info-font {
  font-size: 0.8rem;
}

/* line 106, app/assets/stylesheets/challenge.scss */
.challenge-page .info-font-app {
  font-size: 0.7rem;
  color: gray;
}

/* line 111, app/assets/stylesheets/challenge.scss */
.challenge-page .video-size {
  width: 100%;
  height: 250px;
}

/* line 116, app/assets/stylesheets/challenge.scss */
.challenge-page .video-app-size {
  width: 100%;
}

/* line 120, app/assets/stylesheets/challenge.scss */
.challenge-page .video-thumbnail-box {
  position: relative;
}

/* line 124, app/assets/stylesheets/challenge.scss */
.challenge-page .video-start-btn {
  z-index: 1000;
  width: 3rem;
  cursor: pointer;
  opacity: 0.7;
}

/* line 131, app/assets/stylesheets/challenge.scss */
.challenge-page .video-start-btn-app {
  z-index: 1000;
  width: 3rem;
  cursor: pointer;
  opacity: 1;
}

/* line 138, app/assets/stylesheets/challenge.scss */
.challenge-page .video-start-btn:hover {
  opacity: 1;
}

/* line 142, app/assets/stylesheets/challenge.scss */
.challenge-page .text-theme-blue {
  color: #0050a4;
}

/* line 146, app/assets/stylesheets/challenge.scss */
.challenge-page .text-theme-yellow {
  color: #f9be2c;
}

/* line 150, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge_info_popup_box {
  border: 4px solid #ebebeb;
  text-align: center;
  position: relative;
}

/* line 154, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge_info_popup_box::before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #777;
  position: absolute;
  top: -4px;
  left: -4px;
}

/* line 163, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge_info_popup_box::after {
  content: "";
  width: 4px;
  height: 30px;
  background-color: #777;
  position: absolute;
  top: -4px;
  left: -4px;
}

/* line 173, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge_info_popup_box .challenge_info_popup_content::before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #777;
  position: absolute;
  bottom: -4px;
  right: -4px;
}

/* line 182, app/assets/stylesheets/challenge.scss */
.challenge-page .challenge_info_popup_box .challenge_info_popup_content::after {
  content: "";
  width: 4px;
  height: 30px;
  background-color: #777;
  position: absolute;
  bottom: -4px;
  right: -4px;
}
