.hidden {
    display: none !important;
}

article.messages section#messagesWrap ul.message_items li.unread .message-unread-count {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  display: flex;
  align-items: center;
}
article.messages section#messagesWrap ul.message_items li.unread .message-unread-count .no {
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #ff8ab1;
  border-radius: 100%;
  z-index: 1;
  padding: 5px 0;
}
article.messages section#messagesWrap ul.message_items li.message_item .message_item_inr .message_content {
  margin: 0;
}
article.messages.messages-sub #massageSubWrap {
  min-height: calc(100vh - 60px);
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}
article.messages.messages-sub #massageSubWrap .message-body {
  width: 100%;
}
article.messages.messages-sub #massageSubWrap .message-body .message_content {
  margin-top: 20px !important;
}
article.messages.messages-sub #massageSubWrap .message-body .message_content .date_box {
  margin-top: 20px !important;
}
article.messages.messages-sub #massageSubWrap .message-body .message_content .box .place-link {
  text-decoration: underline;
}
article.messages.messages-sub #massageSubWrap .message-body .message_content .box.me .place-link {
  color: white;
}
article.events.events-sub-chat #common_action_buttons .event_detail {
  width: auto;
}
article .certification .tel-auth-ex {
  margin-bottom: 40px !important;
}
article .certification .tel-auth-area {
  margin-top: 0 !important;
  padding: 30px 15px !important;
}
article #loginWrap h1 {
  margin: 0 0 1rem 0;
}
article #loginWrap h1 img {
  width: 16rem;
}

#event_fixed {
  height: 0 !important;
}
#event_fixed .notification-event .collapse-checkbox:checked ~ .collapse-checkbox-label::after {
  transform: rotate(90deg);
}
#event_fixed .notification-event .count {
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #ff8ab1;
  border-radius: 100%;
  border: 1px solid #e9e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#event_fixed .notification-event .event-current {
  width: 25px;
  height: 20px;
  text-align: center;
  color: #fff;
  background-color: #ff8ab1;
  z-index: 1;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #e9e1e1;
  transform: rotate(180deg);
}
#event_fixed .notification-event .event-list .btn_event_counter {
  padding-left: 2.2rem;
}
#event_fixed .notification-event .event-list .btn_event_counter:before {
  content: "";
}

#messages_body .message_content {
  word-break: break-word;
}

.points_shortage_wrapper {
  padding: 30px 20px;
  margin-top: 0 !important;
}

header .messages-sub a {
  text-align: center;
}

#nominate_list li, .participation_list li {
  width: auto;
}

#nominate_list li .choise_box, .participation_list li .choise_box {
  margin-left: 0;
  padding-top: 10px;
}

.btn {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}

.action_buttons {
  box-shadow: 0 0 11px rgb(51 51 51 / 70%) !important;
}

.action_buttons .btn.blue {
  background-color: #3db5e6;
  font-weight: bold;
  color: white;
  /*color: #ecf8fc;*/
}

.action_buttons .btn.blue img {
  filter: brightness(0) invert(1);
  /*filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);*/
}
.action_buttons .btn.pink {
  background-color: #ff8ab1;
  color: white;
  font-weight: bold;
  /*color: #ffeef3;*/
}
.action_buttons .btn.pink img {
  filter: brightness(0) invert(1);
  /*filter: invert(0.5) sepia(1) saturate(5) hue-rotate(290deg);*/
}

.w-100 {
  width: 100% !important;
}

.btn-main {
  padding: 1rem;
  border: none;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.btn-main.pink {
  background-color: #ff8ab1;
  color: #fff !important;
}
.btn-main.blue {
  background-color: #3db5e6;
  color: #fff !important;
}

.event-completed-button-header {
  position: fixed;
  top: 10px;
  right: 1rem;
  z-index: 99999;
}
.event-completed-button-header .btn-header {
  padding: 1rem;
  font-size: 0.875rem;
  border-radius: 4px;
  cursor: pointer;
  width: 87px;
  height: 40px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-completed-button-header .btn-header.btn-header.completed {
  background-color: #e24b6e;
  color: #fff;
  border: 1px solid #fff;
}
.event-completed-button-header .btn-header.btn-header.start {
  background-color: #3db5e6;
  color: #fff;
  border: 1px solid #fff;
}

.collapse .collapse-content {
  display: none;
  transition: block 0.5s;
}
.collapse .collapse-checkbox {
  display: none;
  visibility: hidden;
}
.collapse .collapse-checkbox:checked ~ .collapse-content {
  display: block;
}

.table-event-detail tr th {
  min-width: 6.8rem;
}
.table-event-detail tr th .cancelled {
  color: #fff !important;
  background-color: #a00 !important;
  padding: 5px !important;
  margin-right: 15px !important;
}

.account .account-info.account-info-guest .info {
  height: inherit !important;
}
.account .account-info.account-info-guest .info .btn-point-detail {
  padding: 5px 1rem;
  color: #3db5e6;
  border: 1px solid #3db5e6;
  font-size: 12px;
}
.account .btn-account {
  height: 40px !important;
  padding: 5px 1rem;
  color: #3db5e6;
  border-radius: 4px;
  border: 1px solid #3db5e6;
  margin: 0 0 1rem !important;
}
.account .btn-account:hover {
  border: 1px solid #3db5e6;
  color: #3db5e6;
}

form.confirm.action_box .action_box-place {
  overflow-y: auto;
  max-height: 240px;
  padding: 0;
  margin: 0;
  width: 100%;
}

.link_ogp_title {
  word-break: break-all;
}

.ln-hidden {
  display: none !important;
}

.count_new_event {
  position: absolute;
  top: -25px;
  border: 1px solid white;
  color: white;
  background: deepskyblue;
  width: 25px;
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  right: calc(50% - 40px);
}

#modal.selectArea {
  z-index: 9999999;
}

#message_waiting, #message_loading, #pageLoading { /* fix 68725 */
  display: none !important;
}

.btn-visi {
  padding-top: 0 !important;;
}

.btn-visi i img {
  position: absolute;
  right: 0;
}

.btn-visi p {
  margin-top: 24px !important;
}

.active-bright:active .pic img {
  opacity: 0.5 !important;
}

#video_controller { /* fix 71599 */
  display: none !important;
}

article.messages.messages-sub #massageSubWrap #messages_body .message_content .box.me .content .message_text a[target="_blank"],
article.messages.messages-sub #massageSubWrap #messages_body .message_content .box.you .content .message_text a[target="_blank"] {
  display: inline-block;
}

