._container_sms_pdf{
  margin: 0 auto;
  display: flex;
  gap: 5px;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  padding: 10px 0px;
}
.container_a_rules_pdf {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.a_rules_pdf {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #F2B139;
  /* border-radius: 10px; */
  transition: background-color 0.2s linear;
  margin-bottom: 5px;
}
.year_sms_pdf {
  pointer-events: none;
  font-family: "Appetite", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 0px;
}
.year_sms_button_arrow {
  pointer-events: none;
  width: 16px;
  height: 8px;
  opacity: 0.8;
  margin: 2.5px 0px 0px 8px;
}
.container_a_btn_sms_contest {
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 5px;
  max-height: 0px;
  transition: max-height 0.3s linear;
}
._visible {
  max-height: 500px;
  transition: max-height 0.3s linear;
}
.a_btn_sms_contest {
  display: block;
}
.btn_sms_contest{
  width: 100%;
  font-family: "Appetite", sans-serif;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  /* border-radius: 8px; */
  padding: 3px 22px 4px 22px;
  vertical-align: middle;
  margin-bottom: 8px;
}
.span_sms_contest {
  font-size: 18px;
}
.container_voteItems{
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px 0px;
  padding: 0px 6px;
}
.container_voteItem{
  display: flex;
  flex-direction: column;
  width: 320px;
  margin: 0px auto;
  height: min-content;
  border: 1px solid #daae20;
  border-radius: 7px;
  padding: 10px 8px;
}
.voteItem_phone_created {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 0px 0px 8px 0px;
}
.voteItem_category_title {
  position: relative;
  display: flex;
  overflow: hidden;
}
.div_voteItem_category {
  display: flex;
  align-items: center;
}
.voteItem_category_png {
  height: 28px;
  margin-right: 10px;
}
.voteItem_title {
  display: flex;
  align-items: center;
  font-family: "Appetite", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.voteItem_title::after {
  content: '';
  height: 100%;
  width: 12px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to right, 
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.42) 20%,
    rgba(255,255,255,0.98) 100%);
}
.voteItem_photo {
  border-radius: 50%;
  border: 2px solid #F2B139;
  width: 25px;
}
.voteItem_nickname {
  font-family: "Arciform", sans-serif;
  font-size: 16px;
  padding-top: 8px;
}