@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../../src/fonts/MaterialIcons/MaterialIcons-Regular.woff2") format("woff2"), url("../../src/fonts/MaterialIcons/MaterialIcons-Regular.woff") format("woff"), url("../../src/fonts/MaterialIcons/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.material-icons.inverted { /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

@font-face {
  font-family: "iMSChat_Icon";
  font-style: normal;
  font-weight: 400;
  src: url("../../src/fonts/iMSChat_IconFont/iMSChat_IconFont.woff") format("woff");
}
/* icon */
.icon_gochat:before,
.icon_pin:before,
.icon_atmark:before,
.icon_teamtopic:before {
  font-family: "iMSChat_Icon";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.icon_gochat:before {
  content: "a";
}

.icon_pin:before {
  content: "b";
}

.icon_atmark:before {
  content: "c";
}

.icon_teamtopic:before {
  content: "d";
}

.icon_rotate135 {
  transform: rotate(135deg);
}

.emoji {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.emoji_large {
  width: 24px;
  height: 24px;
}

.emoji2 {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

*:before, *:after {
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #3f3f3f;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  min-width: 1000px;
  background-color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

a, a:link, a:visited, a:active, a:focus, a:hover {
  outline: 0;
  border: 0;
  color: #5dbee5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

input, textarea, select {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.container-fluid {
  position: relative;
  width: 100vh;
  height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#sidebar_left {
  position: fixed;
  top: 0;
  left: 0;
  width: 52px;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #343434;
  color: #fff;
}

#sidebar_right {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 48px;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #f0eff5;
  color: #fff;
}

#contents {
  position: fixed;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: flex-start;
  align-items: flex-start;
  top: 0;
  left: 0;
  padding: 0 48px 0 52px;
  width: calc(100% + 280px);
  height: 100vh;
  box-sizing: border-box;
  transition: all 500ms 0s ease;
}

#contents_left {
  position: relative;
  width: 370px;
  min-width: 100px;
  height: 100vh;
  margin: 0;
  padding: 0 7px 0 0;
}

#contents_main {
  flex: 1;
  position: relative;
  height: 100vh;
  margin: 0;
  padding: 0;
  min-width: 100px;
  overflow-x: auto;
}

#contents_right {
  position: relative;
  width: 0px;
  min-width: 0px;
  height: 100vh;
  margin: 0;
  padding: 0 0 0 0;
  background: #5A5A64;
  color: #dfdfdf;
  transition: all 500ms 0s ease;
}

#contents.active {
  width: 100%;
}
.panel-resizable {
  resize: vertical;
  overflow: auto;
}

@media screen and (max-width: 1024px) {
  #contents #contents_left {
    width: 25%;
  }
  #contents #contents_main {
    width: 75%;
  }
}
.drag-handle-w, .drag-handle-e {
  min-width: 7px;
  max-width: 7px;
  flex-basis: 7px;
  height: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
}

.drag-handle-e {
  left: auto;
}

.drag-handle-w {
  right: auto;
}

.ui-resizable-handle {
  display: block;
  background-color: #dfdfdf;
}
.ui-resizable-handle:active {
  background-color: #5dbee5;
}

.modalonmodal {
  z-index: 1101;
}

.modal-backdrop + .modal-backdrop {
  z-index: 1100;
}

#loading {
  z-index: 999;
}

.loading {
  z-index: 999;
}

#sidebar_left {
  z-index: 900;
}

.item-notice {
  z-index: 910;
}

#sidebar_right {
  z-index: 800;
}

.tabsctrl {
  z-index: 871;
}

.reactioniconlist {
  z-index: 870;
}

.pop_above {
  z-index: 870;
}

.pin-chat__action {
  z-index: 860;
}

.tip {
  z-index: 850;
}

.toastmsg {
  z-index: 850;
}

#chat-uploading {
  z-index: 850;
}

.chat-sendmsg_archive {
  z-index: 840;
}

.mention_list {
  z-index: 840;
}

.chat-acction {
  z-index: 840;
}

.chat-date {
  z-index: 830;
}

.chat-sendtext {
  z-index: 830;
}

#contents_right_closebtn {
  z-index: 820;
}

.contents_right_main {
  z-index: 810;
}

#contents {
  z-index: 500;
}

.list_msglist_header {
  z-index: 520;
}

.archivesend-loading {
  z-index: 510;
}

.list_msglist_main {
  z-index: 500;
}

.chat-sendmsg {
  z-index: 500;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}

#contents_right ::-webkit-scrollbar-track {
  background: #5A5A64;
}

#contents_right ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #5A5A64;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.panel-heading {
  padding: 0 12px;
  background-color: #fff;
}

.area_scroll {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.area_scroll_main {
  flex-grow: 1;
  flex-basis: 0;
  overflow-y: auto;
  flex-direction: column;
}

.list-group {
  border: 0;
  margin: 0;
  padding: 0;
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

.list-group-item {
  position: relative;
  margin: 0;
  border: 0;
}

.badge {
  display: block;
  min-width: 20px;
  min-height: 20px;
  border-radius: 20px;
  line-height: 16px;
  font-size: 10px;
  background-color: #5dbee5;
  color: #fff;
  text-align: center;
}

.reader {
  display: flex;
  min-width: 48px;
  align-items: center;
  justify-content: center;
}
.reader span {
  padding: 6px 6px;
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 60px;
  letter-spacing: -0.1em;
  white-space: nowrap;
  vertical-align: middle;
}

.subtext {
  font-size: 12px;
  opacity: 0.9;
}

.button_left {
  background: none;
  border: none;
  position: absolute;
  left: 10px;
  top: 7px;
  outline: none;
  line-height: 1;
}

#contents_right .button_left {
  top: 0;
  left: 0;
}
#contents_right .button_left a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

#contents_right .button_left a.cmd_icon i,
#contents_right .button_left .cmd_icon i {
  color: #fff;
}
#contents_right .button_left a.cmd_icon i:hover,
#contents_right .button_left .cmd_icon i:hover {
  color: #5dbee5;
}

.button_right {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 7px;
  outline: none;
  line-height: 1;
}

input[type=text].form-control,
textarea.form-control {
  border-radius: 4px;
}

.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}

.text_summary input[type=checkbox] {
  display: none;
}
.text_summary input[type=checkbox]:checked + .truncate_line5 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.text_summary label {
  display: inline-block;
  cursor: pointer;
  color: #5dbee5;
}
.text_summary label:hover {
  text-decoration: underline;
}
.text_summary label:before {
  content: "隠す";
}
.text_summary input[type=checkbox]:checked ~ label:before {
  content: "すべて表示…";
}

@media all and (-ms-high-contrast: none) {
  .text_summary input[type=checkbox]:checked + .truncate_line5 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    white-space: normal;
    max-height: 7.2em;
    position: relative;
  }
  .text_summary input[type=checkbox]:checked + .truncate_line5:before, .text_summary input[type=checkbox]:checked + .truncate_line5:after {
    background: #5A5A64;
    position: absolute;
  }
  .text_summary input[type=checkbox]:checked + .truncate_line5:before {
    content: "...";
    top: 6em;
    right: 0;
  }
  .text_summary input[type=checkbox]:checked + .truncate_line5:after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.help-block {
  font-size: 12px;
  padding: 2px 0;
}

.bottom_border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.text_alpha {
  opacity: 0.7;
}

a.text_red, .text_red {
  color: #C83245;
}

.text_bold {
  font-weight: bold !important;
}

.ml {
  margin-left: 8px !important;
}

.mr {
  margin-right: 8px !important;
}

.avatar_small img, .avatar_middle img, .avatar_large img, .avatar_xlarge img {
  display: inline-block;
  width: 100%;
  border-radius: 50%;
  border: 1px solid rgba(200, 200, 200, 0.7);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

img.avatar_small, img.avatar_middle, img.avatar_large, img.avatar_xlarge {
  border: 1px solid rgba(200, 200, 200, 0.7);
}

.avatar_small {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 4px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.avatar_middle {
  width: 52px;
  height: 52px;
  min-width: 52px;
  margin-right: 10px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.avatar_large {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.avatar_xlarge {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.avatar_xlarge_cover {
  position: absolute;
  top: 0;
  color: #fff;
  width: 152px;
  height: 152px;
  background: rgba(93, 190, 229, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.avatar_group {
  display: block;
  border-radius: 50%;
  background-color: #ccc;
  border: 1px solid rgba(200, 200, 200, 0.7);
  overflow: hidden;
}
.avatar_group img {
  float: left;
  display: block;
  width: 50%;
  height: 50%;
  border: 0 !important;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.avatar_2users img {
  height: 100%;
}

.avatar_3users img:first-child {
  height: 100%;
}

.avatar_group_more {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  font-size: 18px;
  color: #fff;
}
.avatar_group_more i {
  margin: 2px 0 0 3px;
}

.item_avatar {
  width: 52px;
  height: 52px;
  margin-right: 12px;
}

.chatlists .item_avatar,
.chatlists .item_avatar ~ .chat-message {
  margin-top: 8px;
}

.chatlists blockquote .item_avatar,
.chatlists blockquote .item_avatar ~ .chat-message {
  margin-top: 0;
}

.icon_symbol {
  border: 0px solid #e5e5e5;
  box-sizing: border-box;
}

.msg-item_content {
  margin-left: 60px;
  padding: 0;
  min-height: 50px;
  vertical-align: middle;
  line-height: 1.5em;
}

.btn-primary {
  color: #fff;
  background-color: #5dbee5;
  border-color: #5dbee5;
}
.btn-primary:hover {
  background-color: #70b6d2;
  border-color: #70b6d2;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #70b6d2;
  border-color: #70b6d2;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #70b6d2;
  border-color: #70b6d2;
}

.btn-default {
  color: #555;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-default:hover {
  color: #555;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-danger {
  color: #dd0000;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  color: #dd0000;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-switch {
  display: inline-block;
  margin: 0;
  padding: 8px 8px;
  line-height: 1em;
  min-height: 1em;
  color: #5dbee5;
  background-color: transparent;
  border: 1px solid #5dbee5;
  font-size: 12px;
  cursor: pointer;
  font-feature-settings: "palt";
}
.btn-switch:active, .btn-switch.active {
  color: #fff;
  background-color: #5dbee5;
  border-color: #5dbee5;
  background-image: none;
}

.favmark {
  position: absolute;
  top: 0;
  right: 0px;
  width: 24px;
  height: 24px;
}

.btn-fav {
  display: inline-block;
  margin: -3px 0 0 0;
  padding: 0;
  line-height: 1em;
  min-height: 1em;
  width: 22px;
  height: 22px;
  font-size: 22px;
  border: 0;
  background-color: transparent;
  font-feature-settings: "palt";
  cursor: pointer;
  overflow: hidden;
}
.btn-fav i {
  width: 22px !important;
  height: 22px !important;
  color: rgba(200, 200, 200, 0);
  transition: none !important;
}

.btn-fav:active i, .btn-fav.active i {
  color: #ff8f09;
}

.btn-fav.active:hover i {
  color: rgba(255, 143, 9, 0.4) !important;
}

#contents_right li.chatmsg:hover .btn-fav i {
  color: rgba(136, 136, 136, 0.7);
}
#contents_right li.chatmsg:hover .btn-fav.active i {
  color: #ff8f09;
}

.btn-checkbox {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1em;
  min-height: 1em;
  width: 28px;
  height: 28px;
  font-size: 20px;
  border: 2px solid rgba(200, 200, 200, 0.5);
  background-color: transparent;
  font-feature-settings: "palt";
  cursor: pointer;
  overflow: hidden;
}
.btn-checkbox i {
  position: relative;
  display: block;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px;
  margin: 2px;
  color: rgba(200, 200, 200, 0);
  transition: none !important;
}

.btn-checkbox:active, .btn-checkbox.active {
  border-color: #5dbee5;
  background-color: #5dbee5;
}
.btn-checkbox:active i, .btn-checkbox.active i {
  color: #fff;
}

.btn-checkbox.active:hover {
  border-color: #5dbee5;
  color: #fff;
}

.toastmsg {
  position: absolute;
  margin: -40px 20px 0 20px;
  padding: 6px 10px;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: rgba(20, 20, 20, 0.5);
}
.toastmsg i {
  font-size: 20px;
  margin-right: 4px;
}

.uploadingmsg {
  position: absolute;
  top: -18px;
  left: 0;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.uploadingmsg .progress {
  border-radius: 0;
}
.uploadingmsg .progress .progress-bar {
  height: 18px;
  line-height: 18px;
  transition-duration: 3s;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  padding: 0 0 0 4px;
}

a.cmd_icon i, .cmd_icon i {
  color: #5dbee5;
  font-size: 24px !important;
  margin: 0;
  font-size: 0.8em;
}
a.cmd_icon i:hover, .cmd_icon i:hover {
  color: #1e90be;
}

.module-talkgrplist {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  width: 100%;
}
.module-talkgrplist .item_avatar {
  position: relative;
  flex-basis: 52px;
  width: 52px;
  min-width: 52px;
  margin-right: 12px;
}
.module-talkgrplist .item_avatar_small {
  flex-basis: 32px;
  width: 32px;
  min-width: 32px;
  margin-right: 12px;
}
.module-talkgrplist .item_pict {
  flex-basis: 52px;
  width: 52px;
  min-width: 52px;
  max-height: 52px;
  margin-right: 12px;
  background-color: #000;
  border-radius: 4px;
}
.module-talkgrplist .item_pict img {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.module-talkgrplist .item_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.module-talkgrplist .item-free {
  display: block;
  position: relative;
  flex: 1;
}
.module-talkgrplist .item-free p {
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 6px;
  word-break: break-all;
  word-wrap: break-word;
}
.module-talkgrplist .item-free blockquote {
  margin: 0;
  padding: 3px 0 3px 12px;
  border-left: 5px solid #b4c3ce;
  display: flex;
}
.module-talkgrplist .item-free blockquote .item_avatar, .module-talkgrplist .item-free blockquote .item_avatar img {
  width: 28px;
  height: 28px;
}
.module-talkgrplist .item-free blockquote .chat-message {
  margin-left: 24px;
}
.module-talkgrplist .item-free blockquote .chat-title, .module-talkgrplist .item-free blockquote .chat-content {
  font-size: 12px;
  line-height: 1.2;
}
.module-talkgrplist .item-free blockquote .chat-timestamp {
  font-size: 11px;
}
.module-talkgrplist .item-memo {
  font-size: 12px;
  color: #ccc;
  margin-top: 4px;
  font-feature-settings: "palt";
}
.module-talkgrplist .item-title {
  margin: 0 80px 5px 0;
  font-size: 12px;
  position: relative;
}
.module-talkgrplist .item-name {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
}
.module-talkgrplist .item-timestamp {
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 11px;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.module-talkgrplist .item-notice {
  position: relative;
  display: block;
  margin-right: 3px;
}
.module-talkgrplist .item-notice img {
  display: block;
  width: 13px;
  height: 13px;
  border: 0;
  margin-top: -1px;
}
.module-talkgrplist .item-date {
  margin: 0;
  font-size: 11px;
}
.module-talkgrplist .item-timestamp--bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  opacity: 0.7;
}
.module-talkgrplist .item-tag {
  display: flex;
  margin: 0;
  padding: 0 32px 0 0;
  font-size: 14px;
  line-height: 1.2em;
}
.module-talkgrplist .item-message {
  margin: 0;
  padding: 4px 32px 0 0;
  position: relative;
  font-size: 12px;
}
.module-talkgrplist .item-message span {
  color: #3f3f3f;
}
.module-talkgrplist .item-righttag {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2em;
}
.module-talkgrplist .item-rightbtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.module-talkgrplist .item-lead {
  margin: 0 0 4px 0;
  font-size: 18px;
}
.module-talkgrplist .item-text {
  margin: 4px 0;
}
.module-talkgrplist .item-link {
  margin: 4px 0;
}
.module-talkgrplist .item-sub {
  display: inline-block;
  font-size: 12px;
  color: #888;
  margin-left: 12px;
}
.module-talkgrplist .item-info {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1rem;
  min-height: 1rem;
  font-size: 12px;
}
.module-talkgrplist .badge {
  position: absolute;
  right: 0;
  bottom: 0;
}

.contents_right_main .module-talkgrplist > label {
  width: 36px;
  margin: 10px 0 0 6px;
}
.contents_right_main .module-talkgrplist .item-tag {
  padding-right: 0px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.contents_right_main .module-talkgrplist .item-tag label {
  vertical-align: middle;
  margin-left: 4px;
}
.contents_right_main .module-talkgrplist .module-msg {
  margin-top: 2px;
}
.contents_right_main .module-talkgrplist img.uploadimg_s {
  display: block;
  max-width: 120px;
  max-height: 120px;
  margin: 4px 0;
  border-radius: 4px;
}
.contents_right_main .module-talkgrplist .subtext {
  margin-top: 4px;
  line-height: 1.3em;
}
.contents_right_main .module-talkgrplist .item-free {
  margin-top: 2px;
}
.contents_right_main .module-talkgrplist .item-reaction {
  margin-top: 6px;
  margin-bottom: 6px;
}
.contents_right_main .module-talkgrplist .item-reaction button.reaction-chat {
  color: #dfdfdf;
  outline: none;
}
.contents_right_main .module-talkgrplist .item-reaction button.reaction-chat:hover, .contents_right_main .module-talkgrplist .item-reaction button.reaction-chat:active {
  border: 0px solid #dfdfdf;
  background-color: rgba(223, 223, 223, 0.3);
}
.contents_right_main .module-talkgrplist .item-reaction button.reaction-chat.mine {
  border: 1px solid rgba(223, 223, 223, 0.3);
  background-color: rgba(255, 255, 255, 0);
}
.contents_right_main .module-talkgrplist .item-reaction button.reaction-chat.mine:hover, .contents_right_main .module-talkgrplist .item-reaction button.reaction-chat.mine:active {
  border: 1px solid #dfdfdf;
  background-color: rgba(223, 223, 223, 0.3);
}

#teamlist .module-talkgrplist .item-title {
  font-size: 14px;
  margin: 0 0 5px 0;
}
#teamlist .module-talkgrplist .item-message {
  padding: 4px 0 0 0;
}

#teamview_main .module-talkgrplist .item-tag,
#teamtopic_main .module-talkgrplist .item-tag {
  position: relative;
  display: block;
  padding: 0 80px 0 0;
}

#contents_right .chat-content {
  font-size: 13px;
  margin: 6px 0;
}
#contents_right .chat-content i {
  color: #fff;
}
#contents_right .setting-box-list li {
  padding: 10px 10px;
}
#contents_right .setting-box-list li .avatar_small {
  margin-right: 10px;
}
#contents_right .setting-box-list li.chatmsg {
  padding: 14px 10px;
}
#contents_right .setting-box-list li.chatmsg .item-timestamp {
  top: -8px;
}
#contents_right .setting-box-list li.chatmsg blockquote {
  margin: 0 0 0 2px;
  padding: 3px 0 3px 12px;
  border-left: 5px solid rgba(255, 255, 255, 0.3);
}
#contents_right .setting-box-list li.chatmsg .ogp {
  margin-top: 0;
}
#contents_right .setting-box-list .item_content {
  overflow: hidden;
}
#contents_right .setting-box-list .item-timestamp--bottom {
  bottom: -8px;
}
#contents_right .link-list ul {
  position: relative;
  margin: 0;
  padding: 0;
}
#contents_right .link-list ul li {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#contents_right .link-list ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#contents_right .link-list ul li a {
  display: block;
  padding: 10px 40px 10px 12px;
  color: #dfdfdf;
  text-decoration: none;
  word-break: break-all;
}
#contents_right .link-list ul li .key_delete {
  position: absolute;
  right: 10px;
  top: 8px;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}
#contents_right .link-list ul li .key_delete:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.imglist-grid {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
.imglist-grid .imglist-item {
  position: relative;
  background-color: #000;
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 2px 0 0 2px;
}
.imglist-grid .imglist-item span {
  display: block;
}
.imglist-grid .imglist-item span img {
  width: 88px;
  height: 88px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.imglist-grid .imglist-item span img:hover {
  opacity: 0.7;
}

.imglist-item:before,
.imglist-item:after,
.imglist-item span:before,
.imglist-item span:after {
  content: "";
  position: absolute;
  display: block;
  background: #5dbee5;
  z-index: 4;
  transition: all 0.6s ease;
}

.imglist-item:before,
.imglist-item:after {
  width: 0;
  height: 3px;
}

.imglist-item span:before,
.imglist-item span:after {
  width: 3px;
  height: 0;
}

.imglist-item:before {
  top: 0px;
  left: 0px;
}

.imglist-item:after {
  bottom: 0px;
  right: 0px;
}

.imglist-item:hover:before,
.imglist-item:hover:after {
  width: calc(100% - 3px);
}

.imglist-item:hover span:before,
.imglist-item:hover span:after {
  height: calc(100% - 3px);
}

.imglist-item span:before {
  bottom: 0px;
  left: 0px;
}

.imglist-item span:after {
  top: 0px;
  right: 0px;
}

.setpin {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #5dbee5;
  color: #fff;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.module-msg {
  font-size: 13px;
  line-height: 1.3em;
  margin: 6px 0 0 0;
  word-break: break-all;
  word-wrap: break-word;
}

.module-map {
  width: 100%;
  padding: 4px 4px 4px 0;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.module-map_main {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.module-map_main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.clickable {
  cursor: pointer;
}

#contents_left .clickable:hover {
  background-color: #f0eff5;
}
#contents_left .clickable .active {
  background-color: #f0eff5;
}

#contents_right .clickable:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#sidebar_left .row {
  margin: 0;
  padding: 0;
}
#sidebar_left .badge {
  position: absolute;
  top: 4px;
  right: 4px;
}

.sitelogo {
  width: 52px;
  text-align: center;
  padding: 15px 0;
}
.sitelogo img {
  width: 24px;
}

.content_nav_menu {
  position: relative;
}
.content_nav_menu .btn-group-vertical {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 52px;
}
.content_nav_menu .btn-group-vertical a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  line-height: 52px;
}
.content_nav_menu .btn-group-vertical a.active {
  background-color: #fff;
  color: #343434;
}

#sidebar_right .btn-group-vertical {
  width: 48px;
  margin: 10px 0;
}
#sidebar_right a {
  color: #666;
  display: inline-block;
  vertical-align: top;
}
#sidebar_right .btn-default {
  background-color: transparent;
}

.sidebar_right_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
}
.sidebar_right_menu a i {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 46px;
}
.sidebar_right_menu a:hover i {
  color: #5dbee5;
  transition: all 0.5s 0.1s;
  transform: translateY(0px);
}

.sidebar_right_menu .active i {
  color: #5dbee5;
}

#contents_left > div {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#contents_left .panel-heading {
  position: relative;
  margin: 0;
  padding: 0 8px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
}
#contents_left .list-group-item {
  margin: 0;
  padding: 12px 12px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  cursor: pointer;
  min-height: 60px;
}
#contents_left .list-group-item:hover, #contents_left .list-group-item .active {
  background-color: #f0eff5;
}
#contents_left .list-group-item:hover .chat-note span, #contents_left .list-group-item .active .chat-note span {
  display: inline;
}
#contents_left #latestlist .list-group-item,
#contents_left #teamlist .list-group-item {
  min-height: 76px;
}
#contents_left .active {
  background-color: #f0eff5;
  color: #3f3f3f;
}
#contents_left .list_chat_main {
  height: calc(100vh - 46px);
}
#contents_left .list_chat_main.active {
  height: calc(100vh - 86px);
}
#contents_left #teamview .list_chat_main {
  height: calc(100vh - 46px - 174px);
}
#contents_left .list-group-item.active {
  border-color: rgba(0, 0, 0, 0.1);
}

.list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list .list-item {
  display: block;
  margin: 0;
  padding: 12px 12px 12px 20px;
  border-bottom: 0;
  background-color: #fff;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.list .list-item:last-child {
  border-bottom: 0;
}
.list .list-item .module-talkgrplist {
  margin: 0;
  padding: 0;
}

.accorionlist {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.accorionlist .accorionlist__item {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.accorionlist .accorionlist__item .module-talkgrplist {
  flex: 1;
  padding: 4px 20px;
  cursor: move;
}
.accorionlist .accorionlist__item .module-cmd {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}
.accorionlist .accorionlist__item .module-cmd a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-decoration: none;
  color: #888;
}

.profile {
  position: relative;
  padding: 20px 8px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  word-break: break-all;
  word-wrap: break-word;
  height: 174px;
}
.profile .profile_avatarlink {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.profile .profile_avatarlink img {
  border: 3px solid #ccc;
}
.profile .profile_title {
  font-size: 1.2em;
  text-align: center;
  padding: 5px 0;
}
.profile .profile_title .item-link i {
  vertical-align: middle;
  margin-bottom: 6px;
}
.profile .profile_summary {
  font-size: 0.9em;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}

.sublist {
  background-color: #F2F1F3;
}
.sublist .sublist_heading {
  padding: 48px 12px 8px 12px;
  background-color: #fff;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sublist .sublist_heading_topic {
  padding: 31px 12px 8px 12px;
  background-color: #fff;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sublist .sublist_heading--num {
  margin-left: 12px;
}

#contents_left .archive_link,
#contents_left .archive_list .loading {
  background-color: #fff;
}

#contents_right .archive_link {
  padding: 16px 0;
}

#contents_main .list_msglist_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 16px 12px 4px 12px;
}
#contents_main .list_msglist_main {
  height: calc(100vh - 100px);
}
#contents_main .list-group-item:hover {
  background-color: #bee5f5;
}
#contents_main .list-group-item:hover .chat-acction {
  display: block;
}
#contents_main .list-group-item:hover .chat-note .chat-title span {
  visibility: visible;
}
#contents_main .list-group-item:hover .btn-fav i {
  color: #bebebe;
}
#contents_main .list-group-item:hover .btn-fav.active i {
  color: #ff8f09;
}
#contents_main .on_edit {
  background-color: #FFF8D4 !important;
}
#contents_main .on_edit:hover {
  background-color: #FFF8D4;
}
#contents_main .on_edit:hover .chat-acction {
  display: none;
}
#contents_main .on_edit textarea {
  font-size: 14px;
}

.threadChat {
  display: flex;
  vertical-align: middle;
  justify-content: left;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1em;
  max-width: 100%;
  font-size: 18px;
  overflow: hidden;
}

.threadChat__avatar {
  float: left;
  width: 52px;
  height: 52px;
}

.threadChat__title {
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding: 0;
  overflow: hidden;
  max-width: 100%;
  font-size: 18px;
}

.threadChat__members {
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding: 0 0 18px 0;
  overflow: hidden;
  max-width: 100%;
  font-size: 18px;
}

.threadChat__cmd {
  position: absolute;
  left: 74px;
  bottom: 4px;
}
.threadChat__cmd a {
  display: inline-block;
  margin-right: 4px !important;
}

.item-teamname {
  display: inline-block;
  padding-bottom: 4px;
  line-height: 1em;
  font-size: 14px;
}

.item-members {
  line-height: 1em;
  overflow: hidden;
  max-width: 100%;
}

.item-num {
  font-size: 1em;
  padding: 0 4px;
  line-height: 1em;
}

.item-link {
  margin: 0 2px;
  padding: 0;
  color: #5dbee5;
  cursor: pointer;
  vertical-align: middle;
}
.item-link i {
  font-size: 24px;
  line-height: 24px;
}

.item-btn, a.item-btn {
  display: inline-block;
  margin: 0;
  padding: 8px 8px;
  color: #5dbee5;
  background-color: transparent;
  border: 1px solid #5dbee5;
  border-radius: 4px;
  line-height: 1em;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
}
.item-btn i, a.item-btn i {
  font-size: 24px;
  color: #666;
  line-height: 24px;
}
.item-btn i.outlink, a.item-btn i.outlink {
  font-size: 16px;
  color: #5dbee5;
  line-height: 16px;
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.item-btn:hover, a.item-btn:hover {
  color: #fff;
  background-color: #5dbee5;
}
.item-btn:hover i.outlink, a.item-btn:hover i.outlink {
  color: #fff;
}

.item-btn.btn_s, a.item-btn.btn_s {
  margin: 4px 0 0 0;
  padding: 4px 4px;
  font-size: 12px;
  letter-spacing: -0.05em;
}

.item-switch {
  position: relative;
  box-sizing: border-box;
  display: block;
}

.item-switch_label {
  width: 50px;
  position: relative;
  margin: 0;
  display: inline-block;
}

.item-switch_content {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 30px;
  border: 0;
  overflow: hidden;
}

.item-switch_content:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 30px;
  background-color: #bebebe;
}

.item-switch_content:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-radius: 30px;
  transition: all 0.5s;
}

.item-switch_input {
  display: none;
}

.item-switch_circle {
  display: block;
  top: 2px;
  left: 2px;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

.item-switch_input:checked ~ .item-switch_circle {
  left: 22px;
}

.item-switch_input:checked ~ .item-switch_content:after {
  background-color: #5dbee5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-more, a.item-more {
  font-size: 13px;
}

.item-topicname {
  display: flex;
  margin: 0 0 0 4px;
  padding: 0;
  color: #3f3f3f;
  vertical-align: middle;
  line-height: 24px;
}
.item-topicname i {
  font-size: 20px;
  color: #666;
  line-height: 24px;
}

.headerBtns {
  display: block;
  text-align: right;
  margin: 12px 0 0 0;
  padding: 0;
}

.headerBtns ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.headerBtns li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: #888;
  cursor: pointer;
}

.headerBtns li.cmd {
  padding: 0 4px;
  height: 32px;
  border-radius: 4px;
  vertical-align: middle;
}
.headerBtns li.cmd:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.headerBtns li:hover i {
  color: #5dbee5;
}

.headerBtns .avatar_small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.headerBtns li.more {
  font-size: 15px;
}

.headerBtns li.more i {
  font-size: 13px;
  color: #666;
}

.threadGroup {
  display: block;
}

.sidebar {
  height: 100vh;
  background-color: #686872;
  color: #fff;
  display: flex;
}

.chat-date {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  font-size: 13px;
  text-align: center;
  margin: 6px 0 20px 0;
  padding: 4px 20px;
  height: 15px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  overflow: visible;
}

.chat-date:first-child {
  margin-top: 0;
}

/*.chat-date:before {
  content: "";
  width: 50%;
  height: 0px;
  border-top: 1px solid $key_color2;
  z-index: 0;
  margin-top: 10px;
  margin-left: 40px;
}
.chat-date:after {
  content: "";
  width: 50%;
  height: 0px;
  border-top: 1px solid $key_color2;
  z-index: 0;
  margin-top: 10px;
  margin-right: 40px;
}*/
.chat-date > span {
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #888;
  padding: 0 16px;
  border-radius: 15px;
}

.chat-block {
  position: relative;
  width: 100%;
  padding: 0 0 3px 0;
}
.chat-block .item_avatar {
  position: absolute;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.chat-message {
  overflow: hidden;
  margin-left: 32px;
  padding: 0 0 0 12px;
}
.chat-message .to {
  display: inline-block;
  margin-right: 4px;
  color: #5dbee5;
}
.chat-message .me {
  background-color: rgba(93, 190, 229, 0.2);
}

.to {
  display: inline-block;
  margin-right: 4px;
  color: #5dbee5;
}

.me {
  background-color: rgba(93, 190, 229, 0.2);
}

.activity {
  color: #8f8e94;
  font-size: 12px;
}

.chat-title {
  padding: 0;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
}

.chat-title span {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: normal;
  color: #888;
}

.chat-content {
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
}
.chat-content i {
  font-size: 18px;
  line-height: 1em;
  vertical-align: middle;
}
.chat-content img.uploadimg {
  display: block;
  margin: 8px 0;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  box-sizing: border-box;
  border-radius: 8px; /* radius 4px + border 4px */
  border: 4px solid rgba(93, 190, 229, 0);
  cursor: zoom-in;
}
.chat-content img.uploadimg:hover {
  border: 4px solid rgba(93, 190, 229, 0.8);
}
.chat-content .uploadfilename i {
  color: #5dbee5;
}

@media all and (-ms-high-contrast: none) {
  img.uploadimg {
    cursor: pointer;
  }
}
.chat-content .blue {
  margin-right: 10px;
  color: #5dbee5;
}

.chat-content i {
  color: #66615b;
}
.chat-content i.rotate180 { /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.chat-block blockquote {
  margin: 0 0 0 2px;
  padding: 3px 0 3px 12px;
  border-left: 5px solid #b4c3ce;
}
.chat-block blockquote .item_avatar, .chat-block blockquote .item_avatar img {
  width: 28px;
  height: 28px;
}
.chat-block blockquote .chat-message {
  margin-left: 24px;
}
.chat-block blockquote .chat-title, .chat-block blockquote .chat-content {
  font-size: 12px;
  line-height: 1.2;
}
.chat-block blockquote .chat-timestamp {
  font-size: 11px;
}

.chat-note blockquote {
  margin: 0 0 0 2px;
  padding: 3px 0 3px 12px;
  border-left: 5px solid #b4c3ce;
}
.chat-note blockquote .item_avatar, .chat-note blockquote .item_avatar img {
  width: 28px;
  height: 28px;
}
.chat-note blockquote .chat-message {
  margin-left: 24px;
}
.chat-note blockquote .chat-title, .chat-note blockquote .chat-content {
  font-size: 12px;
  line-height: 1.2;
}
.chat-note blockquote .chat-timestamp {
  font-size: 11px;
}

.chat-note {
  margin: 0 0 0 0;
  padding: 3px 0;
}

.chat-note > .chat-title {
  float: left;
  line-height: 1.5;
  min-width: 44px;
}

.chat-note > .chat-title span {
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.chat-note .chat-title label {
  margin-left: 5px;
}

.chat-note .chat-content {
  overflow: hidden;
  padding: 0;
}

.chat__me {
  background-color: #dff2fa;
}

.chat-map {
  position: relative;
  width: 100%;
  padding: 12px 12px 12px 0;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.chat-map_main {
  position: relative;
  width: 100%;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.chat-map_main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chat-acction {
  display: none;
  position: absolute;
  right: 12px;
  top: -25px;
  font-size: 22px;
  width: auto;
  background-color: #bee5f5;
  margin: 0;
  padding: 0 4px;
  line-height: 1;
  border-radius: 3px 3px 0 0;
}
.chat-acction ul {
  margin: 0;
  padding: 0;
}
.chat-acction ul li {
  list-style: none;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  cursor: pointer;
}
.chat-acction ul li i {
  padding: 2px 4px 0 4px;
}

.chat-edit {
  display: none;
  position: relative;
  margin: 0 0 0 40px;
  padding: 0;
}

.chat-edit_msg {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 72px;
  max-height: 200px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.2;
  overflow: auto;
}
.chat-edit_msg .to {
  display: inline-block;
  background-color: #dff2fa;
  color: #5dbee5;
  font-weight: bold;
  padding: 0 4px;
  border-radius: 2px;
}

.chat-edit_cmd {
  min-height: 35px;
}
.chat-edit_cmd a.submit, .chat-edit_cmd a.cancel {
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: 5px 15px;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
}
.chat-edit_cmd a.submit {
  background-color: #5dbee5;
  color: #fff;
}
.chat-edit_cmd a.submit:hover {
  background-color: #70b6d2;
  border-color: #70b6d2;
}
.chat-edit_cmd a.cancel {
  background-color: #ccc;
  color: #000;
}
.chat-edit_cmd a.cancel:hover {
  background-color: #bebebe;
}
.chat-edit_cmd a.sub {
  margin-top: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.chat-edit_cmdright {
  float: right;
}

.chat-sendcaption {
  display: none;
  margin: 0;
  padding: 0 0 8px 0;
}
.chat-sendcaption a {
  display: inline-block;
  color: #5dbee5;
  text-decoration: none;
  border-radius: 20px;
  margin: 0 0 0 4px;
  padding: 0 16px;
  background-color: #F2F1F3;
  line-height: 28px;
}
.chat-sendcaption a.cancelbtn {
  color: #666;
}

.chat-sendmsg {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px 15px 15px 15px;
  text-align: right;
}

.chat-sendtext {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #fff;
  text-align: left;
}
.chat-sendtext label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  margin: 0;
  padding: 0 16px;
  font-size: 1em;
  font-weight: 400;
  color: #495057;
  text-align: center;
  line-height: 1;
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  cursor: pointer;
}
.chat-sendtext label.attach {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 20px;
  padding: 0 12px;
}
.chat-sendtext label #chat-sendfile {
  display: none;
}
.chat-sendtext label#chat-sendmap_label {
  font-size: 1.55em;
}
.chat-sendtext textarea {
  position: relative;
  display: block;
  margin: 0;
  padding: 8px 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  height: 42px;
  min-height: 42px;
  max-height: 360px;
  line-height: 24px;
  border-width: 1px;
  resize: none;
  overflow-y: auto;
  font-size: 14px;
}
.chat-sendtext input[type=button] {
  width: 58px;
  height: 42px;
  margin-left: 4px;
  align-self: flex-end;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  border: 2px solid #5dbee5;
  background-color: #5dbee5;
  color: #fff;
  outline: 0;
}
.chat-sendtext input[type=button]:active {
  padding-top: 3px;
}
.chat-sendtext input[type=button]:hover {
  background-color: #fff;
  color: #5dbee5;
}
.chat-sendtext input[type=button]:disabled {
  background-color: #dfdfdf;
  color: #888;
  border: 0;
}

.chat-sendmsg_archive {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: #fff8d4;
  width: 100%;
  height: 100%;
  min-height: 72px;
  text-align: left;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.3;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.chat-sendmsg_archive .chat-sendmsg_archive_text {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: inherit;
  white-space: normal;
}
.chat-sendmsg_archive .chat-sendmsg_archive_text p {
  display: inline-block;
  text-align: left;
  margin-bottom: 4px;
  white-space: normal;
  width: inherit;
}
.chat-sendmsg_archive .chat-sendmsg_archive_link {
  text-align: center;
}

.archivesend-loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: 13px;
}
.archivesend-loading .archivesend-loading__main {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
}
.archivesend-loading .loading {
  display: inline-block;
  padding: 10px 0;
  vertical-align: middle;
}

.chat-input__content .form-control {
  padding: 1rem 0.75rem;
}

.pop_above {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: none !important;
}
.pop_above .pop_above_main {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pop_above .pop_above_main ul {
  position: relative;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  transition: none !important;
}
.pop_above .pop_above_main ul li {
  list-style: none;
  display: flex;
  align-items: center;
  text-align: left;
  margin: 0;
  padding: 4px 20px;
  border-bottom: 1px solid #F2F1F3;
  cursor: pointer;
}
.pop_above .pop_above_main ul li:last-child {
  border-bottom: 0;
}
.pop_above .pop_above_main ul li:hover {
  background-color: #f0eff5;
}

.reactioniconlist {
  display: none;
  position: fixed;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  transition: none;
}

.reactioniconlist-main {
  position: absolute;
  margin: 0;
  padding: 0 2px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: none;
}

.emojilist {
  position: relative;
  width: 232px;
  padding: 4px;
}
.emojilist .emojilist_title {
  position: relative;
  font-size: 12px;
  color: #888;
}
.emojilist .emojilist_main {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.emojilist button {
  display: block;
  margin: 2px;
  padding: 2px;
  width: 28px;
  height: 28px;
  line-height: 24px;
  font-size: 24x;
  border-radius: 2px;
  text-align: center;
  color: #5dbee5;
  border: 0;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.emojilist button:hover {
  background-color: #dff2fa;
}

.chat-reaction {
  position: relative;
  width: 100%;
  margin: 4px 4px 4px 44px;
}
.chat-reaction:hover button.reaction-add {
  display: inline-block;
}
.chat-reaction button {
  height: 24px;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

button.reaction-chat {
  border: 0px solid #f0eff5;
  background-color: transparent;
  margin: 0 2px 0 0;
  padding: 2px 4px;
  font-size: 13px;
  color: #5dbee5;
  border-radius: 4px;
}
button.reaction-chat img {
  margin-right: 2px;
}
button.reaction-chat:hover {
  border: 0px solid #5dbee5;
  background-color: #fff;
}

button.reaction-chat.mine {
  border: 1px solid rgba(93, 190, 229, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}
button.reaction-chat.mine:hover {
  border: 1px solid #5dbee5;
  background-color: #fff;
}

button.reaction-add {
  width: 20px;
  height: 20px;
  display: none;
  margin: 2px 2px 2px 4px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background-color: #fff;
}
button.reaction-add i {
  font-size: 20px;
  color: #5dbee5;
  line-height: 20px;
}

.reactionlist_tabs {
  position: relative;
  min-width: 100%;
  overflow: hidden;
  transition: all ease 0.3s;
}
.reactionlist_tabs ul.nav-tabs {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: normal;
  align-content: normal;
  border: 0;
  width: 100%;
  max-width: 100%;
  transition: all ease 0.3s;
}
.reactionlist_tabs ul.nav-tabs li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 38px;
  margin: 0 2px 0 0 !important;
  padding: 0;
  text-align: center;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  font-size: 12px;
  letter-spacing: -1px;
  white-space: nowrap;
  cursor: pointer;
}
.reactionlist_tabs ul.nav-tabs li span {
  display: block;
  margin-top: 2px;
}
.reactionlist_tabs ul.nav-tabs li.active {
  background-color: rgba(0, 0, 0, 0.25);
}
.reactionlist_tabs ul.nav-tabs li .emoji {
  width: 16px;
  height: 16px;
}
.reactionlist_tabs ul.nav-tabs li .emoji2 {
  width: 19px;
  height: 19px;
}
.reactionlist_tabs ul.nav-tabs li .reacttionall {
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  overflow: hidden;
  letter-spacing: 1px;
}
.reactionlist_tabs ul.nav-tabs li .reacttionall {
  height: 19px;
  line-height: 19px;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  overflow: hidden;
  letter-spacing: 1px;
}
.reactionlist_tabs .tabsctrl {
  position: relative;
}
.reactionlist_tabs .tabsctrl span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2px;
  min-width: 20px;
  max-width: 20px;
  height: 38px;
  font-size: 20px;
  background-color: rgba(20, 20, 20, 0.52);
}
.reactionlist_tabs .tabsctrl .tabsctrl_prev {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.reactionlist_tabs .tabsctrl .tabsctrl_next {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.reactionlist_tabs .tabsctrl .hide {
  display: none;
}
.reactionlist_tabs .tabsctrl .als {
  font-size: 14px;
}

.reactionlist-main {
  position: relative;
}
.reactionlist-main .module-talkgrplist .item_avatar_small {
  position: relative;
}

.reaction-badge {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
}

#contents_right ul {
  position: relative;
  margin: 0;
  padding: 0;
}
#contents_right ul li {
  position: relative;
  list-style: none;
}
#contents_right > div {
  height: 100vh;
  overflow-y: auto;
}
#contents_right mark {
  background-color: #FFF8D4;
  color: #000;
  margin: 0 2px;
  padding: 0 2px;
  border-radius: 2px;
}

#contents_right_closebtn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  outline: 0;
  transition: none !important;
  cursor: pointer;
}
#contents_right_closebtn i {
  font-size: 24px;
  vertical-align: middle;
}
#contents_right_closebtn:hover {
  color: #5dbee5;
  transition: none !important;
}

.contents_right_bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Search screen */
.searchbox {
  padding: 12px;
  position: relative;
}

.searchbox span {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -11px 0 0;
  background-color: #ccc;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  cursor: default;
}

.searchbox span i {
  font-size: 16px;
  color: #fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ceced2;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #ceced2;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #ceced2;
}

:-moz-placeholder { /* Firefox 18- */
  color: #ceced2;
}

.search-tags__nav {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.search-tags__nav h3 {
  margin: 0;
  padding: 15px 20px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
  font-weight: normal;
}

.search-tags__nav h3 a {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.search-tags__nav h3 a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.search-tags__nav ul.setting-box_radio {
  padding: 10px 20px 20px 20px !important;
}

.search-tags__nav ul.setting-box_radio > li {
  margin: 10px 0 0;
}

.search-tags__button li {
  background: #cfced3;
  color: #76757d;
  font-size: 14px;
  padding: 7px 15px;
  margin: 0 0 5px;
  border-radius: 4px;
  position: relative;
}

.search-tags__button li:last-child {
  margin: 0;
}

.search-tags__button li i {
  position: absolute;
  right: 15px;
  top: 50%; /* IE 9 */ /* Safari */
  transform: translateY(-50%);
  font-size: 18px;
}

.tb_view {
  display: table;
  width: 100%;
  margin: 5px 0 0;
}

.tb_view span {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 5px;
  font-size: 13px;
}

.tb_view ul {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
}

.searchmenu {
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.searchmenu li {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  margin: 0 2px;
}

.icon__img {
  width: 40px;
  height: 34px;
  margin: 0 auto 5px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}

.searchmenu li:hover .sicon01, .searchmenu li.selected .sicon01 {
  background: url(../assets/images/sicon01_on.png) no-repeat center top;
}

.searchmenu li:hover .sicon02, .searchmenu li.selected .sicon02 {
  background: url(../assets/images/sicon02_on.png) no-repeat center top;
}

.searchmenu li:hover .sicon03, .searchmenu li.selected .sicon03 {
  background: url(../assets/images/sicon03_on.png) no-repeat center top;
}

.searchmenu li:hover .sicon04, .searchmenu li.selected .sicon04 {
  background: url(../assets/images/sicon04_on.png) no-repeat center top;
}

.searchmenu li:hover img, .searchmenu li.selected img {
  opacity: 0;
}

.searchmenu p {
  padding: 5px;
  border-radius: 10px;
  color: #fff;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .searchmenu p {
    padding: 7px 5px 3px;
  }
}
.searchmenu li.selected p, .searchmenu li:hover p {
  background: #5dbee5;
}

.search__inner h4 {
  background: #777780;
  margin: 0;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: normal;
  font-size: 13px;
}
.search__inner ul {
  margin: 0;
  padding: 0;
}
.search__inner ul li {
  list-style: none;
  margin: 0;
}
.search__inner ul li .module-talkgrplist {
  padding: 10px 12px;
}

.searchlists li {
  position: relative;
  padding: 10px 20px;
  text-align: left;
  clear: both;
}
.searchlists li:hover {
  background: #86868e;
}

li.list_expand,
li.list_link {
  position: relative;
  padding: 0;
}
li.list_expand .module-talkgrplist,
li.list_link .module-talkgrplist {
  padding: 10px 20px;
  cursor: pointer;
}
li.list_expand .module-talkgrplist .item-title,
li.list_link .module-talkgrplist .item-title {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
li.list_expand .module-talkgrplist .item-tag,
li.list_link .module-talkgrplist .item-tag {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
li.list_expand .module-talkgrplist .item-message,
li.list_link .module-talkgrplist .item-message {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
li.list_expand .module-talkgrplist .item-message span,
li.list_link .module-talkgrplist .item-message span {
  color: #dfdfdf;
}
li.list_expand .module-talkgrplist .item-timestamp,
li.list_link .module-talkgrplist .item-timestamp {
  top: 5px;
  right: 10px;
  color: rgba(255, 255, 255, 0.5);
}

li.list_link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

li.list_expand:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
li.list_expand > .module-talkgrplist {
  position: relative;
}
li.list_expand > .module-talkgrplist:after {
  content: "\e5cf";
  position: absolute;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  right: 6px;
  top: 24px;
  color: #ccc;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
li.list_expand > .module-talkgrplist .item_content {
  padding-right: 12px;
}

li.open.list_expand > .module-talkgrplist:after {
  content: "\e5ce" !important;
}

.sublistbox {
  display: none;
  position: relative;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.sublistbox .module-talkgrplist {
  padding: 13px 20px 10px 20px !important;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.sublistbox .module-talkgrplist:last-child {
  border-bottom: 0;
}
.sublistbox .module-talkgrplist:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.searchresults_tabs {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  border: 0;
  width: 100%;
}
.searchresults_tabs li {
  flex-grow: 1;
  width: 33.3%;
  margin: 0 3px 0 0 !important;
  padding: 8px 0;
  text-align: center;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  font-size: 12px;
  letter-spacing: -1px;
  white-space: nowrap;
  cursor: pointer;
}
.searchresults_tabs li span {
  display: block;
  margin-top: 4px;
  letter-spacing: 1px;
}
.searchresults_tabs li:last-child {
  margin: 0 !important;
}
.searchresults_tabs li.active {
  background-color: rgba(0, 0, 0, 0.25);
}

.tab-area {
  height: 100%;
}
.tab-area .tab-content {
  background-color: rgba(0, 0, 0, 0.25);
}
.tab-area .tab-content ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#chatinfo .nav-tabs {
  margin-top: 2px !important;
}

#chatinfo_property {
  padding-bottom: 100px;
}

.archive_link {
  text-align: center;
  padding: 30px 0;
}

.pin-chat__action {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(8px);
}

li:hover .pin-chat__action {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s 0.1s;
  transform: translateY(0px);
}

.pin-chat__action:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(93, 190, 229, 0);
  border-top-color: #5dbee5;
  border-width: 12px;
  margin-left: -12px;
}

.pin-chat__action ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pin-chat__action ul li {
  list-style: none;
  background: #5dbee5;
  border-bottom: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  text-align: center;
  padding: 8px 12px !important;
  cursor: pointer;
}
.pin-chat__action ul li:first-child {
  border-radius: 4px 0 0 4px;
}
.pin-chat__action ul li:last-child {
  border-radius: 0 4px 4px 0;
  border-right: 0;
}

/* Setting screen */
.main-avatar {
  padding: 30px 12px 20px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.account-name {
  position: relative;
  font-size: 18px;
  margin-top: 10px;
  padding: 0;
  display: inline-block;
  line-height: 1.2em;
  word-break: break-all;
  word-wrap: break-word;
}

.account-org {
  font-size: 13px;
  padding: 5px 0 0;
}

.setting-box {
  padding: 16px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
  position: relative;
}
.setting-box p {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.5;
}
.setting-box p.memo {
  font-size: 12px;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.setting-box p.memo:last-child {
  margin: 0;
}

.setting-box_title {
  margin: 0 0 10px;
  color: #ccc;
  font-size: 13px;
}

.setting-box_titlelink {
  margin: 0 0 10px;
  color: #ccc;
  font-size: 14px;
}

.setting-box li {
  margin: 0;
}

.setting-box li:last-child {
  margin: 0;
}

.setting-box-list h4 {
  position: relative;
  margin: 0;
  padding: 20px 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  font-weight: normal;
  color: #ccc;
}
.setting-box-list h4 .hcmd {
  position: absolute;
  bottom: 0;
  right: 0;
}
.setting-box-list h4 .hcmd a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  color: #5dbee5;
}
.setting-box-list ul {
  margin: 0;
  padding: 0;
}
.setting-box-list ul li {
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.setting-box__btn {
  outline: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  background: #5a5a64;
  color: #5dbee5;
  border: 1px solid #5dbee5;
  border-radius: 20px;
}

.setting-box__btn:hover {
  background: #5dbee5;
  color: #fff;
}

.setting-box__more {
  margin: 0;
  padding: 8px 12px;
  text-align: left;
}

.setting-box__group {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin: 0;
}

.setting-box__group--title {
  font-size: 13px;
  margin: 12px 0;
}

.setting-box__group--data {
  font-size: 13px;
}

.tab-pane h4 {
  position: relative;
  margin: 0;
  padding: 20px 12px 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  font-weight: normal;
  color: #ccc;
  background-color: transparent;
}

.mb00 {
  margin-bottom: 0;
}

.pb10 {
  padding-bottom: 10px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  color: #fff;
}

input[type=checkbox] + label span {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url(../assets/images/checkbox_off.png) center no-repeat;
  cursor: pointer;
}

input[type=checkbox]:checked + label span {
  background: url(../assets/images/checkbox_on.png) center no-repeat;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0 0 0;
  padding: 10px 0 10px 32px;
  vertical-align: middle;
  cursor: pointer;
}

input[type=radio] + label:hover {
  background-color: #f0eff5;
}

input[type=radio] + label:hover:after {
  border-color: #5dbee5;
}

input[type=radio] + label:after {
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  margin: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 50%;
  content: "";
}

input[type=radio] + label:before {
  position: absolute;
  top: 15px;
  left: 10px;
  display: block;
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5dbee5;
  content: "";
  opacity: 0;
}

input[type=radio]:checked + label:before {
  opacity: 1;
}

input[type=radio]:checked + label:after {
  border: 2px solid #5dbee5;
}

#contents_right input[type=radio] + label {
  color: #dfdfdf;
  font-size: 13px;
}
#contents_right input[type=radio] + label:hover {
  background-color: transparent;
  text-decoration: none;
}
#contents_right input[type=radio] + label:hover:after {
  border-color: #fff;
}
#contents_right input[type=radio] + label:before {
  background-color: #fff;
}
#contents_right input[type=radio]:checked + label:after {
  border: 2px solid #fff;
}

.contents_right_main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Infomation screen */
.sidebar-heading__bar {
  position: relative;
  padding: 0;
  background: #777780;
  height: 40px;
  line-height: 40px;
}

.sidebar-heading__title {
  position: relative;
  text-align: center;
}

.sidebar-content__scroll {
  height: calc(100vh - 60px - 60px);
  flex-grow: 1;
  flex-basis: 0;
  overflow-y: auto;
  flex-direction: column;
}

.reactionlist .sidebar-content__scroll {
  height: calc(100vh - 40px - 38px);
  flex-grow: 1;
  flex-basis: 0;
  overflow-y: auto;
  flex-direction: column;
}

.sidebar-footer {
  background-color: #5A5A64;
}
.sidebar-footer > div {
  padding: 2px 0;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
.sidebar-footer > div:first-child {
  padding: 6px 0 0 0;
}
.sidebar-footer > div:last-child {
  padding: 0 0 6px 0;
}
.sidebar-footer div.setting-box {
  padding: 16px 12px;
  text-align: left;
}
.sidebar-footer div.setting-box p:last-child {
  margin-bottom: 0;
}
.sidebar-footer h4 {
  position: relative;
  margin: 0;
  padding: 20px 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  font-weight: normal;
  color: #ccc;
}
.sidebar-footer h4 .hcmd {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sidebar-footer h4 .hcmd a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  color: #5dbee5;
}

.tab-content .sidebar-footer {
  background-color: #5A5A64;
}
.tab-content .sidebar-footer > div {
  background-color: rgba(0, 0, 0, 0.25);
}

.info__gr div {
  float: left;
  margin: 0 10px 5px 0;
}

.info__gr .more {
  font-size: 16px;
  line-height: 32px;
}

.info__gr .moreitem {
  display: none;
}

.toggle-btn {
  position: absolute;
  right: 20px;
  top: 30px; /* IE 9 */ /* Safari */
  transform: translateY(-50%);
}

.tgl {
  display: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-ios + .tgl-btn {
  background: #c9c9ce;
  border-radius: 20px;
  padding: 2px;
  transition: all 0.4s ease;
  /*border: 1px solid #e8eae9;*/
}

.tgl-ios + .tgl-btn:after {
  border-radius: 20px;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}

.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 20px #e8eae9;
}

.tgl-ios + .tgl-btn:active:after {
  padding-right: 8px;
}

.tgl-ios:checked + .tgl-btn {
  background: #5dbee5;
}

.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}

.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -8px;
}

.checkbox-btn {
  position: absolute;
  right: 40px;
  top: 13px;
}

.checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #F2F1F3;
  border-radius: 2px;
  content: "";
}
input[type=checkbox]:checked + .checkbox:before {
  border-color: #5dbee5;
  background-color: #5dbee5;
}
.checkbox:after {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -8px;
  width: 7px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}

.sample label {
  display: block;
  float: left;
  cursor: pointer;
  width: 80px;
  margin: 0;
  padding: 12px 5px;
  border-right: 1px solid #abb2b7;
  background: #bdc3c7;
  color: #555e64;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
}

.sample label:first-of-type {
  border-radius: 3px 0 0 3px;
}

.sample label:last-of-type {
  border-right: 0px;
  border-radius: 0 3px 3px 0;
}

.sample input[type=radio]:checked + label {
  background-color: #a1b91d;
  color: #fff;
}

.main-avatar__blur {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
  justify-content: center;
  background-color: transparent;
  background-position: center middle;
  background-size: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.avatar__blur {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: blur(20px);
}
.avatar__blur img {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  opacity: 0.15\0 ; /* for IE */
}

.avatar_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.avatar_info img {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  margin: 0;
}
.avatar_info .account-name {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.sidebar-content__scroll02 {
  height: calc(100vh - 190px);
  overflow: auto;
}

a.sidebar-content_subcmd {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  border: 0;
  color: #fff;
  transition: none;
}
a.sidebar-content_subcmd i {
  font-size: 20px;
}
a.sidebar-content_subcmd:hover {
  color: #5dbee5;
}

.sidebar_subcmd {
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
}

.modal-full {
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
}
.modal-full .modal-content {
  position: fixed !important;
  width: calc(100% - 60px) !important;
  height: calc(100% - 60px) !important;
  margin: 30px 0 0 30px !important;
  padding: 8px;
  border-radius: 4px;
}
.modal-full .modal-content .modal-body {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.modal-full .modal-content .modal-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.modal-full .modal-content .modal-header .modal-header--sub {
  flex-grow: 2;
  margin-left: 4px;
  margin-right: 30px;
}
.modal-full .modal-content .modal-header h4 {
  margin: 0;
  padding: 0;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.3;
}
.modal-full .modal-content .modal-header .modal-uname {
  white-space: nowrap;
}
.modal-full .modal-content .modal-header .close {
  top: 6px;
  right: 6px;
}

.modal-content {
  position: relative;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 20px;
  outline: 0;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  padding: 40px 30px 30px 30px;
}

.modal-header {
  display: block;
  padding: 0;
  border: 0;
}
.modal-header h4 {
  font-size: 1.2em;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
}
.modal-header .modal-uname {
  font-size: 13px;
}
.modal-header .modal-date {
  font-size: 12px;
  color: #888;
  margin-left: 10px;
}
.modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  outline: 0;
}
.modal-header .close span {
  color: #c9c9ce;
  font-size: 26px;
}

.modal-body {
  padding: 20px 0;
}
.modal-body ul {
  margin: 0;
  padding: 0;
}
.modal-body ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-body ul.stripe {
  margin: 0;
  padding: 0;
  border-top: 1px solid #F2F1F3;
}
.modal-body ul.stripe li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #F2F1F3;
}
.modal-body ul.stripe li label {
  width: 100%;
}
.modal-body textarea {
  width: 100%;
  min-height: 120px;
  border-radius: 4px;
}

.modal-footer {
  display: block;
  text-align: center;
  padding: 0;
  border: 0;
  clear: both;
}
.modal-footer button {
  display: inline-block;
  margin: 0;
  padding: 12px 0;
  min-width: 150px;
  font-size: 1;
  border-radius: 28px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.modal-footer .modal-footer-sub {
  text-align: center;
  padding: 50px 0 0 0;
}

.modal-scroll {
  max-width: 820px !important;
  min-height: 100% !important;
  margin: 0 auto !important;
  overflow: hidden;
}
.modal-scroll .modal-content {
  position: fixed !important;
  width: calc(100% - 20px) !important;
  max-width: 800px !important;
  height: calc(100% - 60px) !important;
  margin: 30px 0 0 10px !important;
}
.modal-scroll .modal-content .modal-body {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.modal-scroll .modal-content .modal-footer {
  padding-top: 20px;
}

.modal-scroll_small {
  max-width: 680px !important;
  min-height: 100% !important;
  margin: 0 auto !important;
  overflow: hidden;
}
.modal-scroll_small .modal-content {
  position: fixed !important;
  width: calc(100% - 20px) !important;
  max-width: 800px !important;
  max-height: calc(100% - 60px) !important;
  margin: 30px 0 0 10px !important;
}
.modal-scroll_small .modal-content .modal-body {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.modal-scroll_small .modal-content .modal-footer {
  padding-top: 20px;
}

@media (max-width: 576px) {
  .modal-scroll .modal-content {
    height: calc(100% - 20px) !important;
    margin: 10px 0 0 10px !important;
  }
}
.subinfo {
  display: flex;
  line-height: 24px;
}
.subinfo .subinfo_title {
  vertical-align: middle;
}
.subinfo .subinfo_cmd {
  margin: 0 32px 0 4px;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
}

.sub_modal {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 12px;
  background-color: #fff;
  overflow-y: auto;
  border-radius: 10px;
}

.sub_modal_header {
  display: block;
  clear: both;
  min-height: 32px;
}

.subcmdbox {
  margin: 10px 0;
  text-align: left;
}
.subcmdbox ul {
  margin-left: 20px;
}
.subcmdbox ul li {
  list-style: disc;
}

.subcmdbox_btn {
  outline: none;
  width: 240px;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  background: transparent;
  color: #5dbee5;
  border: 1px solid #5dbee5;
  border-radius: 20px;
}

.subcmdbox_btn:hover {
  background: #5dbee5;
  color: #fff;
}

.str_limit {
  float: right;
  text-align: right;
}

.sendimage_main {
  width: 100%;
  min-height: 340px;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #ddd;
}
.sendimage_main img {
  max-width: 400px;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.sendlocation_main {
  width: 100%;
  min-height: 340px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sendlocation_map {
  position: relative;
  width: 100%;
  padding-bottom: 48%;
  height: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.sendlocation_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.viewimage_main {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.viewimage_main .viewimage_item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.viewimage_main .viewimage_item img {
  width: auto;
  height: auto;
  transition: all 1s ease;
}

#viewimage_resize {
  position: relative;
  margin: 10px 0 10px 0;
  text-align: center;
}

.viewimage__crtl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  justify-content: center;
  width: 260px;
  margin: 0 auto;
}
.viewimage__crtl i {
  font-size: 24px;
  color: #fff;
}

.viewimage__label {
  display: block;
  min-width: 40px;
  font-size: 12px;
  margin-right: 10px;
  padding: 7px 0 0 0;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.viewimage__slider {
  flex-grow: 2;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin: 0 auto;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  text-align: center;
}

.viewimage__btn {
  margin-left: 10px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.viewimage--icon {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.viewimage--range {
  flex-grow: 2;
  width: 120px;
}

.ui-slider {
  margin: 14px 4px 0 4px;
  height: 5px;
  border: 0 !important;
  background: #ccc;
  outline: 0;
}

.ui-slider-handle {
  border-radius: 50%;
  top: -5px !important;
  width: 15px !important;
  height: 15px !important;
  background: #fff !important;
  border: 0 !important;
  outline: 0;
}
.imgfile_list li, .applink_list li {
  cursor: pointer;
  word-break: break-all;
}
.imgfile_list li:hover, .applink_list li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.imgfile_view .imgfile_view_main {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  background: #5A5A64;
  top: 0;
  left: 0;
  overflow: auto;
}
.imgfile_view .imgfile_view_main .img_file_header {
  position: relative;
  padding: 20px 12px 8px 12px;
}
.imgfile_view .imgfile_view_main .img_file_title {
  display: block;
}
.imgfile_view .imgfile_view_main .img_file_filename {
  font-weight: bold;
}
.imgfile_view .imgfile_view_main .img_file_info {
  display: flex;
}
.imgfile_view .imgfile_view_main .img_file_user {
  flex-grow: 2;
  font-size: 13px;
}
.imgfile_view .imgfile_view_main .img_file_date {
  font-size: 12px;
  white-space: nowrap;
}
.imgfile_view .imgfile_view_main .img_file_main {
  padding: 0 12px;
  box-sizing: border-box;
}
.imgfile_view .imgfile_view_main .img_file_main img {
  width: auto;
  max-width: 100%;
  cursor: zoom-in;
}

.applink_list .item_pict {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
}
.applink_list .item_pict img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
}
.applink_list .item_content i {
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
}

.carousel-control-prev, .carousel-control-next {
  width: 56px;
  opacity: 1;
}
.carousel-control-prev a, .carousel-control-next a {
  text-decoration: none;
}
.carousel-control-prev i, .carousel-control-next i {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #5dbee5;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.carousel-control-prev i:hover, .carousel-control-next i:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  opacity: 1;
}

.profile-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.profile-item_content {
  width: 540px;
  padding: 0 0 0 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 152px;
}

.profile-item_content dl {
  font-size: 11px;
  line-height: 1.5;
}

.profile-item_content dt {
  float: right;
}

.profile__input {
  margin: 7px 0 10px;
}

.profile__input .form-control {
  padding: 1rem 0.75rem;
}

.chat-member__lists h3 {
  margin: 0 0 5px;
}

.chat-member__lists ul {
  clear: both;
  margin-bottom: 10px;
}

.chat-member__lists li.msg-item {
  width: 50%;
  float: left;
  margin: 0;
  padding: 5px 50px 5px 0;
  position: relative;
}

.chat-member__lists li.msg-item:nth-child(2n) {
  padding: 5px 26px 5px 24px;
}

.chat-member__lists .msg-item__position {
  right: 25px;
}

.msg-item__close {
  background: transparent;
  border: none;
  position: absolute;
  right: 24px;
  top: 26px;
  margin: -9px 0 0;
  outline: none;
  color: #888;
}

.chat-member__lists li.msg-item:nth-child(2n) .msg-item__close {
  right: 0px;
}

.chat-member__lists .msg-item_content {
  width: 45%;
}

.msg-item__blur {
  color: #d9d9dd;
}

.msg-item__blue {
  color: #fff;
  background: #5dbee5;
  border: 1px solid #5dbee5;
}

.count__text {
  font-size: 11px;
  text-align: right;
  color: #FE3824;
}

.profile__comment {
  margin: 10px 0 0;
}

.profile__comment textarea {
  font-size: 1.2rem;
  width: 100%;
  min-height: 120px;
  border-radius: 10px;
}

.profile-lists__avatar {
  position: relative;
  overflow: auto;
  height: calc(100% - 40px);
}
.profile-lists__avatar ul {
  margin: 0 auto;
  padding: 0;
}

.profile-lists__avatar li {
  float: left;
  width: 148px;
  height: 148px;
  padding: 2px !important;
  font-size: 0;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.profile-lists__avatar li img {
  width: 100%;
}

.profile-lists__avatar li:before, .profile-lists__avatar li:after,
.profile-lists__avatar li div:before,
.profile-lists__avatar li div:after {
  content: "";
  position: absolute;
  display: block;
  background: #5dbee5;
  z-index: 4;
  transition: all 0.6s ease;
}

.profile-lists__avatar li:before,
.profile-lists__avatar li:after {
  width: 0;
  height: 5px;
}

.profile-lists__avatar li div:before,
.profile-lists__avatar li div:after {
  width: 5px;
  height: 0;
}

.profile-lists__avatar li:before {
  top: 2px;
  left: 2px;
}

.profile-lists__avatar li:after {
  bottom: 2px;
  right: 2px;
}

.profile-lists__avatar li:hover:before,
.profile-lists__avatar li:hover:after,
.profile-lists__avatar li.active:before,
.profile-lists__avatar li.active:after {
  width: calc(100% - 4px);
}

.profile-lists__avatar li:hover div:before,
.profile-lists__avatar li:hover div:after,
.profile-lists__avatar li.active div:before,
.profile-lists__avatar li.active div:after {
  height: calc(100% - 4px);
}

.profile-lists__avatar li div:before {
  bottom: 2px;
  left: 2px;
}

.profile-lists__avatar li div:after {
  top: 2px;
  right: 2px;
}

.message-view__scroll {
  height: 100%;
  overflow: auto;
}

.message-view__scroll .chatlists:last-child {
  margin: 0 0 90px;
}

.chatlists {
  margin: 0;
  padding: 0;
}

.chatlists > li {
  list-style: none;
  margin: 0;
  padding: 2px 12px;
  line-height: 1.4;
  position: relative;
}

.chatlists > li.chat-item__me {
  background: #dff2fa;
}

.chatlists > li.chat-item__me:hover {
  background: #bee5f5;
}

.chatlists > li.unlead_line {
  padding: 6px 0px 0 0;
}
.chatlists > li.unlead_line .chat-date {
  border-style: dashed;
}

.chatlists .avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.chatlists .avatar img {
  width: 34px;
  height: 34px;
}

.pictdetail-main {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.pictdetail-main__pict {
  position: relative;
  width: 420px;
  height: 420px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background-color: #555;
  cursor: all-scroll;
}

.pictdetail-main__cmd {
  margin: 10px 0 20px 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.pictdetail-main__cmd a {
  display: inline-block;
  margin: 0 10px;
  padding: 4px 4px;
  border-radius: 2px;
  text-decoration: none;
  color: #333;
  background-color: #F2F1F3;
}
.pictdetail-main__cmd a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.pictdetail-main__cmd a:hover {
  background-color: #dfdfdf;
}

.pictdetail-main__cmd--left {
  width: 60px;
  text-align: left;
}

.pictdetail-main__cmd--center {
  flex-grow: 1;
  text-align: center;
}

.pictdetail-main__cmd--right {
  width: 60px;
  text-align: right;
}

.loading {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 80px 0;
  overflow: hidden;
  background-color: transparent;
  display: block;
  text-align: center;
}
.loading > div {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #5dbee5;
  border-radius: 100%;
  -webkit-animation: bounce 1.4s infinite ease-in-out both;
  animation: bounce 1.4s infinite ease-in-out both;
  text-indent: -9999px;
  vertical-align: top;
  margin: 0 5px;
}
.loading div:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading div:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loading.loading--small {
  padding: 35px 0;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loading .loading > div {
  width: 18px;
  height: 18px;
  margin: 0 7px;
}

.ui-tooltip {
  background-color: #333;
  color: #fff;
  font-size: 13px;
  margin: 0;
  padding: 6px 6px;
  box-shadow: none;
  border: 0 !important;
  border-radius: 4px;
}

.dropdown-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  border-radius: 0;
}
.dropdown-menu li a {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: -0.1em;
}
.dropdown-menu li a:hover {
  background-color: #f0eff5;
}

.context-menu-list {
  transition: none !important;
}

.swipelist {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.swipelist li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-height: 76px;
  overflow: hidden;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.swipelist li label {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swipelist li input[type=checkbox]:checked ~ .swipelist__item {
  left: 32px;
}

.swipelist__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 12px;
  background-color: #fff;
}

.swipelist__menu {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 6px;
  background-color: #5dbee5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
}

.swipelist_cmd {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 7px);
  height: 40px;
  background-color: #5dbee5;
  color: #fff;
}
.swipelist_cmd .swipelist_cmd__main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swipelist_cmd .swipelist_cmd__main a {
  display: block;
  color: #fff;
  width: 33.3333333333%;
  margin: 0;
  padding: 0;
  line-height: 40px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.swipelist_cmd .swipelist_cmd__main a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.editmode_off li label {
  cursor: pointer;
}

.ogp {
  position: relative;
  display: block;
  width: 100%;
}

.ogp-url {
  position: relative;
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0 0 8px 0;
}

.ogp-main {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 158px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 0 8px 0;
  padding: 13px;
  background-color: #fff;
  cursor: pointer;
}
.ogp-main:hover {
  padding: 10px;
  border: 4px solid rgba(93, 190, 229, 0.8);
}

.ogp-text {
  display: flex;
  flex: 1;
  width: auto;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ogp-img {
  position: relative;
  display: block;
  width: 130px;
  margin-left: 20px;
  overflow: hidden;
  text-align: center;
}
.ogp-img img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 130px;
}

.ogp__title {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
}
.ogp__title:empty {
  height: 1.4em;
}

.ogp__sammary {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ogp__domain {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #888;
  padding-top: 8px;
}
.ogp__domain:empty {
  height: 1.4em;
}

.ogp__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #888;
  height: 72px;
}

#contents_right .ogp {
  margin: 10px 0 0 0;
  width: 100%;
}
#contents_right .ogp-main {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 1px solid #888;
}
#contents_right .ogp-main:hover {
  border: 1px solid #F2F1F3;
}
#contents_right .ogp-main .ogp-text {
  background-color: #5A5A64;
  padding: 10px;
  width: auto;
}
#contents_right .ogp-main .ogp-img {
  width: 100%;
  height: 130px;
  max-width: 100%;
  max-height: 130px;
  margin: 0;
  padding: 10px;
}
#contents_right .ogp-main .ogp-img img {
  max-width: calc(100% - 20px);
  max-height: 110px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#contents_right .ogp-main .ogp__title {
  color: #F2F1F3;
  font-size: 12px;
  border: 0;
  font-weight: normal;
  -webkit-line-clamp: 2;
}
#contents_right .ogp-main .ogp__title:empty {
  height: 1em;
}
#contents_right .ogp-main .ogp__sammary {
  font-size: 12px;
  color: #ccc;
  -webkit-line-clamp: 3;
}
#contents_right .ogp-main .ogp__domain {
  font-size: 12px;
  color: #aaa;
  -webkit-line-clamp: 1;
}
#contents_right .ogp-main .ogp__domain:empty {
  height: 1.8em;
}
#contents_right .ogp-main .ogp__link {
  color: #aaa;
  height: 40px;
}

@media all and (-ms-high-contrast: none) {
  .ogp-main {
    display: block;
    clear: both;
    max-width: 100%;
    height: 155px;
  }
  .ogp-img {
    float: right;
    display: block;
    top: 0;
    right: 0;
    clear: both;
    text-align: center;
  }
  .ogp__title, .ogp__sammary, .ogp__domain {
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
  }
  .ogp__title {
    max-height: 2.6em;
  }
  .ogp__sammary {
    max-height: 4em;
  }
  .ogp__domain {
    max-height: 1.8em;
  }
  #contents_right .ogp-img {
    float: none;
  }
  #contents_right .ogp__title, #contents_right .ogp__sammary, #contents_right .ogp__domain {
    display: block;
  }
}
.usersearch__lists {
  position: relative;
}
.usersearch__lists ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.usersearch__lists ul li {
  padding: 8px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.usersearch__lists ul li .item-rightbtn {
  margin-right: 20px;
}
.usersearch__lists ul li .module-talkgrplist {
  align-items: center;
}
.usersearch__lists ul li.active {
  background-color: rgba(93, 190, 229, 0.2);
}

.usersearch__srchwin {
  padding: 12px 0;
  position: relative;
}

.usersearch__srchwin input {
  padding-left: 36px;
}

.usersearch__srchwin span {
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -12px 0 0;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.usersearch__srchwin span i {
  font-size: 24px;
  color: #aaa;
}

.accordion a.label, .accordion .label {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 12px 12px;
  font-weight: 700;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.accordion a.label:hover, .accordion .label:hover {
  background-color: rgba(93, 190, 229, 0.2);
}
.accordion a.label:active, .accordion .label:active {
  background-color: #fff;
}
.accordion a.label::after, .accordion .label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.35);
  transform: rotate(90deg);
}
.accordion .label.collapsed {
  font-weight: 400;
}
.accordion .label.collapsed::after {
  transform: rotate(0deg);
}
.accordion .content {
  padding: 12px 12px;
}
.accordion .content p {
  margin-bottom: 0;
  font-size: 13px;
}

.releasedate {
  font-size: 13px;
  color: #888;
  margin-bottom: 4px;
}

.note {
  padding: 6px 8px;
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  text-align: center;
}

.note2 {
  padding: 6px 8px;
  background-color: #fff8d4;
  color: #888;
  font-size: 12px;
  text-align: center;
}

.note3 {
  padding: 0 8px 6px 8px;
  background-color: #777780;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  text-align: center;
}

.form-checkbox {
  margin-bottom: 1rem;
  /* Disabled */
}
.form-checkbox input[type=checkbox]:not(:checked),
.form-checkbox input[type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.form-checkbox input[type=checkbox]:not(:checked) + label,
.form-checkbox input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 2em;
  font-size: 1.05em;
  line-height: 1.7;
  color: #3f3f3f;
  cursor: pointer;
}
.form-checkbox input[type=checkbox]:not(:checked) + label:before,
.form-checkbox input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #5dbee5;
  background: transparent;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  transition: all 0.275s;
}
.form-checkbox input[type=checkbox]:not(:checked) + label:before {
  background: transparent;
}
.form-checkbox input[type=checkbox]:checked + label:before {
  background: #5dbee5;
}
.form-checkbox input[type=checkbox]:not(:checked) + label:after,
.form-checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  color: #fff;
  transform: rotate(-45deg);
}
.form-checkbox input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
.form-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.form-checkbox input[type=checkbox]:disabled:not(:checked) + label:before,
.form-checkbox input[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}
.form-checkbox input[type=checkbox]:disabled:checked + label:after {
  color: #777;
}
.form-checkbox input[type=checkbox]:disabled + label {
  color: #aaa;
}

.resister * {
  transform: none;
  transition: none;
}

.resister {
  width: 100%;
  height: 100%;
  min-width: 320px;
}
.resister .container-fluid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  background-image: url(../assets/images/bg_login.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.resister .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: 0 20px;
  background-color: #fff;
}
.resister .header .sitetitle h1 {
  font-size: 20px;
  font-weight: 600;
  color: #202020;
  margin: 0;
}
.resister .header .sitetitle .descrription {
  font-size: 12px;
  color: #202020;
  font-weight: 400;
}
.resister .header .sitetitle .logo {
  float: left;
  width: 36px;
  margin: 4px 12px 0 0;
}
.resister .header .sitetitle .logo img {
  width: 100%;
}
.resister .header .compname {
  position: absolute;
  top: 0;
  right: 20px;
  width: 89px;
}
.resister .header .compname img {
  width: 100%;
}
.resister .footer {
  position: relative;
  padding: 8px 20px;
  display: flex;
  width: 100%;
}
.resister .footer .sublink {
  flex: 1;
  text-align: left;
}
.resister .footer .sublink a {
  display: inline-block;
  color: #888;
  font-size: 13px;
  margin: 0 8px;
}
.resister .footer .copyright {
  color: #888;
  font-size: 12px;
}
.resister .contents {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-grow: 1;
  justify-content: center;
  align-items: stretch;
  overflow-y: auto;
}
.resister h2 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  margin: 8px 0 28px 0;
  width: 100%;
  text-align: center;
}
.resister h2:after {
  content: "";
  display: block;
  width: 40px;
  margin: 20px auto 0;
  border-bottom: 3px solid #5dbee5;
}
.resister h2 .section {
  position: relative;
  margin: 20px 30px;
}

@media screen and (max-width: 499px) {
  .resister .header {
    padding: 0 10px !important;
  }
  .resister .sitetitle {
    margin-bottom: 4px !important;
    margin-right: 72px !important;
  }
  .resister .sitetitle h1 {
    font-size: 18px !important;
  }
  .resister .sitetitle .descrription {
    font-size: 9px !important;
  }
  .resister .sitetitle .logo {
    width: 30px !important;
    margin: 7px 7px 0 0 !important;
  }
  .resister h2 {
    font-size: 20px;
    margin: 4px 0 16px 0;
  }
  .resister h2:after {
    margin: 16px auto 0;
  }
  .compname {
    right: 12px !important;
    width: 60px !important;
  }
  .footer {
    flex-direction: column !important;
    padding: 2px 12px !important;
  }
  .footer .sublink {
    text-align: center !important;
  }
  .footer .sublink a {
    font-size: 11px !important;
  }
  .footer .copyright {
    text-align: center !important;
    font-size: 11px !important;
  }
}
.func_area {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.info_area {
  flex: 1;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

@media screen and (max-width: 999px) {
  .resister .contents {
    display: block;
  }
  .func_area {
    width: auto;
    height: auto;
    display: block;
  }
  .info_area {
    width: auto;
  }
}
.must {
  color: #C83245;
  font-size: 11px;
  margin: 0 10px;
}

.form-text {
  color: #666;
}

.text-red {
  color: #dd0000;
}

.login_area {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
  padding: 0;
  max-height: calc(100% - 60px);
}

@media screen and (max-width: 499px) {
  .login_area {
    padding: 0 18px;
  }
  .form-text {
    font-size: 11px;
  }
}
@media screen and (min-width: 1600px) {
  .login_area {
    max-width: none;
    padding: 0 15%;
  }
}
@media screen and (min-width: 2400px) {
  .login_area {
    max-width: none;
    padding: 0 15%;
  }
}
.login_form {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 300px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px;
}
.login_form form {
  position: relative;
  max-width: 100%;
}
.login_form .form-label,
.login_form .form-group label {
  margin-bottom: 0.5rem;
  font-size: 15px;
}
.login_form p {
  font-size: 15px;
}

@media screen and (max-width: 499px) {
  .login_form {
    padding: 20px;
  }
  .login_form .form-label,
.login_form .form-group label {
    margin-bottom: 0.5rem;
    font-size: 12px;
  }
  .login_form p {
    font-size: 13px;
  }
}
.user-pict {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  background-image: url(../assets/images/ims_icon_symbol_man.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center;
  color: #666;
}

.login_cmd {
  margin-top: 40px;
  text-align: center;
}
.login_cmd button {
  min-width: 180px;
  margin: 10px;
  padding: 12px 0;
  font-size: 14px;
  border-radius: 28px;
}
.login_cmd button.btn-lg {
  min-width: 220px;
  font-size: 18px;
}

@media screen and (max-width: 499px) {
  .login_cmd {
    margin-top: 20px;
  }
  .login_cmd button.btn-lg {
    min-width: 180px;
    padding: 10px 0;
    font-size: 16px;
  }
}
.login_subinfo {
  margin-top: 40px;
}
.login_subinfo p:last-child {
  margin: 0;
}

@media screen and (max-width: 499px) {
  .login_subinfo {
    margin-top: 20px;
  }
  .login_subinfo p {
    font-size: 11px;
  }
}
.intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: start;
  margin: 0 auto;
  padding: 30px 20px;
  width: 100%;
  max-width: 680px;
  max-height: calc(100% - 60px);
}

.intro__item {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  clear: both;
}
.intro__item .intro--img {
  position: relative;
  width: 92px;
  min-width: 92px;
  overflow: hidden;
}
.intro__item .intro--img img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 4px;
  background: #fff;
}
.intro__item .intro--text {
  position: relative;
  max-width: 100%;
  min-width: 100px;
  font-size: 14px;
}
.intro__item .em {
  position: relative;
  font-size: 1.4em;
  background: linear-gradient(transparent 50%, #ffff66 0%);
}

@media screen and (max-width: 499px) {
  .intro--img {
    width: 73.6px !important;
    min-width: 73.6px !important;
  }
  .intro--text {
    font-size: 0.8em !important;
  }
  .intro__item.left {
    margin: 0 10% 20px 0 !important;
  }
  .intro__item.left .intro--img {
    padding-right: 20px !important;
  }
  .intro__item.right {
    margin: 0 0 20px 10% !important;
  }
  .intro__item .em {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1680px) {
  .intro {
    max-width: 760px;
  }
  .intro--img {
    width: 110.4px !important;
    min-width: 110.4px !important;
  }
  .intro--text {
    font-size: 1.1em !important;
  }
}
@media screen and (min-width: 1920px) {
  .intro {
    max-width: 850px;
  }
  .intro--img {
    width: 128.8px !important;
    min-width: 128.8px !important;
  }
  .intro--text {
    font-size: 1.3em !important;
  }
}
@media screen and (min-width: 2560px) {
  .intro {
    max-width: 1100px;
    font-size: 1.4em !important;
  }
  .intro--img {
    width: 138px !important;
    min-width: 138px !important;
  }
  .intro--text {
    font-size: 1.3em !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .intro--text {
    width: 100%;
  }
}
.intro__item.left {
  margin: 0 20% 20px 0;
  justify-content: flex-start;
}

.intro__item.left .intro--img {
  padding-right: 20px;
}

.intro__item.right {
  flex-direction: row-reverse;
  margin: 0 0 20px 20%;
  justify-content: flex-start;
}

.intro__item.right .intro--img {
  padding-left: 20px;
}

.intro__item .balloon {
  width: 100%;
  position: relative;
  padding: 12px 20px;
  background-color: #bee5f5;
  color: #231815;
  border-radius: 18px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 499px) {
  .intro__item .balloon {
    padding: 8px 18px;
  }
}
.intro__item .balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 12px;
  transform: rotate(180deg);
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.intro__item.left .balloon::before {
  left: -12px;
  border-left: 20px solid #bee5f5;
  border-bottom: 20px solid transparent;
}

.intro__item.right .balloon {
  background-color: #fff;
}

.intro__item.right .balloon::before {
  top: -10px;
  left: auto;
  right: -12px;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
}

.terms_text {
  position: relative;
  display: block;
  height: calc(100vh - 780px);
  min-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  padding: 20px;
  color: #555;
  margin-bottom: 28px;
}
.terms_text p {
  font-size: 13px;
}
.terms_text h3 {
  font-size: 16px;
}
.terms_text h4 {
  font-size: 14px;
}/*# sourceMappingURL=styles.css.map */