/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-y: hidden;
}

body {
  font-family: 'Noto Sans', sans-serif;
  /* background-color: #dadada; */
  background-color: #ecf9fd;
  color: #434343;
  font-size: 14px;
  overflow-y: hidden;
}

* {
  word-break: break-all;
}

/* img { */
  /* max-width: 100%; */
/* } */

button, .pointer {
  cursor: pointer;
}
button:focus {
  outline: none;
}

h3 {
  font-size: 24px;
  font-weight: bold;
}

.fs-12 {
  font-size: 12px;
  line-height: 15px;
}

.fs-14 {
  font-size: 14px;
  line-height: 20px;
}

.fs-16 {
  font-size: 16px;
  line-height: 26px;
}

.fs-18 {
  font-size: 18px;
  line-height: 20px;
}

.fs-20 {
  font-size: 20px;
  line-height: 22px;
}

.fs-22 {
  font-size: 22px;
  line-height: 24px;
}

.fs-24 {
  font-size: 24px;
  line-height: 26px;
}

.fs-26 {
  font-size: 26px;
  line-height: 28px;
}

.f-bold {
  font-weight: bold;
}

.lt-spacing-1 {
  letter-spacing: -1px;
}

.text-underline {
  text-decoration: underline;
}

.white-space-nowrap {
  white-space: nowrap;
}

.common {
  padding: 50px;
}

.flex-1 {
  flex: 1;
}

.p-left-22 {
  padding-left: 22px !important;
}

.m-left-25 {
  margin-left: 25px !important;
}

.mt-15 {
  margin-top: 15px;
}

.btn {
  border-radius: 20px;
  box-shadow: 0 3px 2px #E5E5E5;
  font-weight: bold;
  padding: 2px 10px;
  border: solid thin;
  min-width: 65px;
  font-size: 1.2rem;
}
.btn:hover {
  opacity: 0.7;
}

.btn-gray {
  min-width: 94px;
  background-color: #ffffff;
  border-color: #E5E5E5;
  color: #434343;
  transition: .5s;
}

.btn-cancel {
  min-width: 114px;
  background-color: #ffffff;
  border-color: #434343;
  color: #434343;
  font-size: 16px;
  transition: .5s;
}

.btn-run {
  min-width: 114px;
  background-color: #ffffff;
  border-color: #EF3D3D;
  color: #EF3D3D;
  font-size: 16px;
  transition: .5s;
}

.wrapper {
  width: 100%;
  min-width: 1366px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.wrapper.bg_highlight > .left:after {
  content: '';
  position: absolute;
  z-index: 10;
  width: calc(100% - 424px);
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper.bg_highlight .box_facilitator:before {
  content: '';
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper.bg_highlight .box_whole_chat .card-body {
  content: '';
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper.bg_highlight .serif {
  z-index: unset;
}

.wrapper.bg_highlight .info_user.active {
  z-index: 11;
}
.wrapper.bg_highlight .box_world_situation {
  z-index: unset;
}
.wrapper.bg_highlight .box_world_situation .body-worl_situation {
  z-index: unset;
}
.wrapper.bg_highlight .highlight {
  z-index: 99;
  background-color: #ffffff;
}
.wrapper > .left {
  width: calc(100% - 424px);
  padding: 0 0 10px 0;
}
.wrapper > .left.z-index-1 {
  z-index: 1;
}
.wrapper > .left.bg_1 {
  background-color: #ecf9fd;
}
.wrapper > .left.minh_100 {
  min-height: 100vh;
}
.wrapper > .right {
  width: 424px;
}

.box_facilitator {
  height: 240px;
}

.box_facilitator,
.box_whole_chat {
  border: 0;
}

.box_facilitator .card-header,
.box_whole_chat .card-header {
  background-color: #8D8D8D;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  border: 0;
}
.box_facilitator .card-body,
.box_whole_chat .card-body {
  border: solid thin #8D8D8D;
  padding: 10px 20px 13.5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.box_facilitator .card-body ul,
.box_whole_chat .card-body ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.box_facilitator .card-body ul li,
.box_whole_chat .card-body ul li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.box_facilitator .avatar,
.box_whole_chat .avatar {
  max-width: 55px;
  width: calc(100%);
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
}
.box_facilitator .avatar figure,
.box_whole_chat .avatar figure {
  width: 100%;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
}
.box_facilitator .avatar img.avatar-image,
.box_whole_chat .avatar img.avatar-image {
  max-width: 43px;
}
.box_facilitator .right_content,
.box_whole_chat .right_content {
  width: calc(100% - 85px);
  margin: 0 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.box_facilitator .right_content .remaining_time,
.box_whole_chat .right_content .remaining_time {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.box_facilitator .right_content .remaining_time .label,
.box_whole_chat .right_content .remaining_time .label {
  margin: 0 22px 0 0;
}
.box_facilitator .right_content .remaining_time .time,
.box_whole_chat .right_content .remaining_time .time {
  font-size: 6rem;
  line-height: 1;
  font-family: 'Helvetica';
}
.box_facilitator .right_content .messager,
.box_whole_chat .right_content .messager {
  margin-top: 10px;
  border: solid thin #E5E5E5;
  padding: 10px 13px;
  border-radius: 4px;
  font-size: 1.5rem;
  line-height: 1.4;
  min-height: 85px;
}

.box_whole_chat {
  position: relative;
}
.box_whole_chat .avatar {
  font-size: 1.4rem;
  text-align: center;
}
.box_whole_chat .avatar img.avatar-image {
  max-width: 100%;
}
.box_whole_chat .card-body {
  height: calc(100vh - 330px);
  /* min-height: 595px; */
  padding: 12px 10px 32px 14px;
  overflow: auto;
}
.box_whole_chat .card-body::-webkit-scrollbar {
  width: 13px;
}
.box_whole_chat .card-body::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #E5E5E5;
}
.box_whole_chat .card-body::-webkit-scrollbar-thumb {
  background: #8D8D8D;
  border-radius: 4px;
}
.box_whole_chat .card-body::-webkit-scrollbar-thumb:hover {
  background: #E5E5E5;
}
.box_whole_chat .card-body ul li {
  margin: 0 0 28px 0;
}
.box_whole_chat .right_content {
  max-width: 75%;
}
.box_whole_chat .right_content .messager {
  width: 100%;
  min-height: auto;
  padding: 10px 11px;
  font-size: 15px;
}
.box_whole_chat .f-left .right_content {
  margin: 0 auto;
}
.box_whole_chat .f-right .messager {
  background-color: #8D8D8D;
  color: #ffffff;
}
.box_whole_chat .send_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  padding: 5px 7px;
  border: solid thin #8D8D8D;
  background-color: #ffffff;
}
.box_whole_chat .send_text input {
  background-color: #E5E5E5;
  color: #000;
  border-radius: 22px;
  font-size: 15px;
  padding: 3px 19px;
}

.box_world_situation {
  width: 100%;
  /* height: 450px; */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.header-worl_situation {
  width: 100%;
}

.body-worl_situation {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}

.box_rating {
  min-width: 606px;
  /* width: 100%;
  max-width: 530px; */
  margin: 0 auto;
  position: relative;
  /* z-index: 1; */
}
.box_rating.timeline {
  max-width: 475px;
}
.box_rating.timeline .item-rating {
  min-height: 73px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 0 7px 0;
}
.box_rating.timeline .item-rating .timline_rating {
  padding: 0 0 3px 28px;
  display: flex;
  align-items: flex-end;
}
.box_rating.timeline .item-rating .timline_rating .rating {
  box-shadow: -5px 5px 5px rgba(141, 141, 141, 0.3);
}
.box_rating.timeline:before {
  left: 85px;
}
.box_rating.timeline .header-box_rating .ttl {
  margin: 0 0 0 95px;
}
.box_rating:before {
  content: '';
  width: 207px;
  height: 207px;
  position: absolute;
  top: 63px;
  left: calc(50% - 104px);
  background-image: url("../images/world.png");
  background-repeat: no-repeat;
}
.body-worl_situation.executed .box_rating:before {
  content: '';
  width: 207px;
  height: 207px;
  position: absolute;
  top: 63px;
  left: calc(50% - 104px);
  background-image: url("/images/gif/globe2.gif");
  background-repeat: no-repeat;
  background-size: cover;
}

.header-box_rating {
  margin: 14px 0 20px 0;
}
.header-box_rating .ttl {
  /* max-width: 205px; */
  font-size: 2.3rem;
  font-weight: bold;
  background-image: linear-gradient(to right, #00B5EB, #08D1BA);
  border-radius: 17px;
  text-align: center;
  color: #ffffff;
  padding: 5.5px 22px;
  margin: 0 40px;
}

.item-rating {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0 0 27px calc(50% - 208px);
  z-index: 1;
}
.item-rating .number_rating {
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: solid 5px #000000;
  font-size: 3rem;
  font-weight: bold;
  color: #434343;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
  background-color: #ffffff;
}
.item-rating .number_rating .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item-rating .number_rating .ico img {
  height: 35px;
}
.item-rating .timline_rating {
  min-width: 410px;
  max-width: 410px;
  padding: 0;
  flex: 1;
}
.item-rating .timline_rating .rating {
  display: flex;
  max-width: 275px;
  min-height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  margin: 5px 0 0 0;
  flex-wrap: wrap;
}
.item-rating .timline_rating .rating figure {
  margin: 0 5px 0 0;
  min-width: 18px;
}
.item-rating .timline_rating .rating figure img {
  height: 22px;
}
.item-rating .title_rating {
  width: 200px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Helvetica';
  white-space: nowrap;
}
.item-rating .title_rating span {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  /* text-shadow: 3px 3px 10px #8D8D8D; */
  font-family: 'Noto Sans';
}
.item-rating .label_txt {
  width: 57px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
}
.item-rating.blue .title_rating {
  color: #3D7BEF;
}
.item-rating.blue .number_rating {
  border-color: #3D7BEF;
}
.item-rating.blue .timline_rating .bg_blue {
  background-image: url("../images/rating_blue.png");
}
.item-rating.green .title_rating {
  color: #4EAA4A;
}
.item-rating.green .number_rating {
  border-color: #4EAA4A;
}
.item-rating.green .timline_rating .bg_green {
  background-image: url("../images/rating_green.png");
}
.item-rating.yellow .title_rating {
  color: #F2CD00;
}
.item-rating.yellow .number_rating {
  border-color: #F2CD00;
}
.item-rating.yellow .timline_rating .bg_yellow {
  background-image: url("../images/rating_yellow.png");
}

.list_user {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list_user .btn-gray {
  min-width: 70px;
}
.list_user ul {
  width: 85px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 5px 0 0 0;
  z-index: 0;
}
.list_user ul .noti {
  top: -20px;
  right: -5px;
  min-width: 31px;
  height: 31px;
  border: solid thin #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  transform: scale(1);
  transform-origin: bottom left;
  transition: .3s;
}
.list_user ul .sb {
  transition: .3s;
}
.list_user ul.hide_pop .sb,
.list_user ul.hide_pop .noti {
  transform: scale(0);
}
.list_user .position {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.list_user .position .sb {
  bottom: calc(100% - 3px);
  left: 20px;
  white-space: nowrap;
  transform: scale(1);
  transform-origin: bottom left;
}
.list_user .position .sb:before {
  left: 5px;
}
.list_user .position > li {
  width: 60px;
  position: absolute;
  margin: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  z-index: -1;
}
.list_user .position li.disabled .avatar img.avatar-image {
  display: none;
}
.list_user .position li .avatar {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 0 0px;
}
.list_user .position li .avatar:after {
  content: '';
  width: 52px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #E5E5E5;
}
.list_user .position li .avatar img.avatar-image {
  position: relative;
  left: 0;
  top: -6px;
  transition: .3s;
}
.list_user .position li.nb_0 .avatar:after {
  background-color: #EBC864;
}
.list_user .position li.nb_1 .avatar:after {
  background-color: #FB6464;
}
.list_user .position li.nb_2 .avatar:after {
  background-color: #EBC864;
}
.list_user .position li.nb_3 .avatar:after {
  background-color: #64C27C;
}
.list_user .position li.nb_4 .avatar:after {
  background-color: #64CAEB;
}
.list_user .position li.nb_5 .avatar:after {
  background-color: #E66476;
}
.list_user .position li.nb_6 .avatar:after {
  background-color: #FFD564;
}
.list_user .position li.nb_7 .avatar:after {
  background-color: #7BAF7E;
}
.list_user .position li.nb_8 .avatar:after {
  background-color: #64ACD8;
}
.list_user .position li.nb_9 .avatar:after {
  background-color: #FD6A64;
}
.list_user .position li.nb_10 .avatar:after {
  background-color: #FE9E64;
}
.list_user .position li.nb_11 .avatar:after {
  background-color: #64CC75;
}
.list_user .position li.nb_12 .avatar:after {
  background-color: #6492B9;
}
.list_user .position li.nb_13 .avatar:after {
  background-color: #C86480;
}
.list_user .position li.nb_14 .avatar:after {
  background-color: #FFC464;
}
.list_user .position li.nb_15 .avatar:after {
  background-color: #6481A5;
}
.list_user .position li.nb_16 .avatar:after {
  background-color: #F568B0;
}
.list_user .position li.nb_17 .avatar:after {
  background-color: #EBBB64;
}
.list_user .box_center {
  width: 100%;
  max-width: 475px;
  margin: 0 auto;
}
.list_user .user {
  margin: 10px 0 0 205px;
  width: auto;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.self-avatar i.ico-emoji img {
  margin: 8px 0 0 6px;
}
.list_user .user.hide_pop .sb {
  opacity: 0;
  transform: scale(1) translateX(-50%);
}
.list_user .user:before {
  content: '';
  position: absolute;
  width: 48px;
  height: 112px;
  bottom: calc(100% - 7px);
  left: 19px;
  background-image: url("../images/ico-arrow-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.list_user .user .minus_user {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  z-index: 99;
}
.list_user .user .minus_user:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/bg_dashed.png");
  background-repeat: no-repeat;
  background-size: cover;
  transition: .1s ease-in-out;
}
.list_user .user .txt_name {
  text-align: center;
  font-size: 1.1rem;
}
.list_user .user .nb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 35px;
}
.list_user .user .nb.out {
  min-height: 56px;
  min-width: 0;
  margin: 0;
}
.list_user .user .nb.out .avatar {
  min-height: 44px;
}
.list_user .user .nb.out .avatar img.avatar-image {
  opacity: 0;
}
.list_user .user .nb.out .avatar,
.list_user .user .nb.out .txt_name {
  width: 0;
  opacity: 0;
}
.list_user .user .nb.off .avatar:before {
  bottom: 200px;
}
.list_user .user .nb .avatar {
  position: relative;
}
.list_user .user .nb .avatar.no-card:before {
  display: none;
}
.list_user .user .nb .avatar:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 15px;
  background-color: #ffffff;
  border: solid 3px #8D8D8D;
  border-top-width: 5px;
  bottom: 7px;
  left: calc(50%);
  transform: translateX(-50%);
  transition: bottom 1s, opacity 1s;
  z-index: 9;
}
.list_user .user .nb .avatar.execute:before {
  bottom: 200px;
  opacity: 0;
  /* animation: fadeout-keyframes .5s ease 0s 1 forwards; */
}
.list_user .user .nb .avatar.blue:before {
  border-color: #3D7BEF;
}
.list_user .user .nb .avatar.green:before {
  border-color: #67A756;
}
.list_user .user .nb .avatar.pink:before {
  border-color: #FB6464;
}
.list_user .user .nb .avatar.yellow:before {
  border-color: #EBC864;
}
.list_user .txt_name {
  font-weight: bold;
  font-size: 1.5rem;
  white-space: nowrap;
  transition: .3s;
}
.list_user .last_nb {
  min-height: 56px;
  margin: 0;
}
.list_user .nb {
  margin: 0 4px;
}
.list_user .nb.in_exchange:before {
  content: attr(data-txt);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  color: #EF3D3D;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 1;
}
.list_user .nb.in_exchange .avatar,
.list_user .nb.in_exchange .txt_name {
  opacity: .2;
}
.list_user .nb .txt_running {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 1;
  white-space: nowrap;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FB6464;
  transform: translateX(-50%);
}
.list_user .nb .avatar {
  /* width: 25px; */
  transition: .3s;
}
.list_user .nb .avatar.opacity_0 {
  opacity: 0;
}
.list_user .nb .avatar.opacity_0 img {
  opacity: 0;
}
.list_user .nb.active {
  margin: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.list_user .nb.active .txt_name {
  /* font-size: 0.8rem; */
  min-height: 12px;
  width: 70px;
  white-space: normal;
}
.list_user .nb.p_absolute {
  width: 60px;
  position: absolute;
  margin: 0;
  z-index: 1;
  text-align: center;
}
.list_user .nb.p_absolute .avatar {
  width: auto;
}
.list_user .nb.nb_0 {
  top: 260px;
  z-index: 18;
}
.list_user .nb.nb_1 {
  top: 30px;
  z-index: 3;
}
.list_user .nb.nb_2 {
  top: 30px;
  z-index: 4;
}
.list_user .nb.nb_3 {
  top: 200px;
  z-index: 17;
}
.list_user .nb.nb_4 {
  top: 100px;
  z-index: 10;
}
.list_user .nb.nb_5 {
  top: 150px;
  z-index: 11;
}
.list_user .nb.nb_6 {
  top: 20px;
  z-index: 2;
}
.list_user .nb.nb_7 {
  top: 14px;
  z-index: 5;
}
.list_user .nb.nb_8 {
  top: 220px;
  z-index: 15;
}
.list_user .nb.nb_9 {
  top: 270px;
  z-index: 19;
}
.list_user .nb.nb_10 {
  top: 280px;
  z-index: 15;
}
.list_user .nb.nb_11 {
  top: 120px;
  z-index: 12;
}
.list_user .nb.nb_12 {
  top: 110px;
  z-index: 9;
}
.list_user .nb.nb_13 {
  top: 20px;
  z-index: 6;
}
.list_user .nb.nb_14 {
  top: 240px;
  z-index: 20;
}
.list_user .nb.nb_15 {
  top: 270px;
  z-index: 14;
}
.list_user .nb.nb_16 {
  top: 10px;
  z-index: 1;
}
.list_user .nb.nb_17 {
  top: 120px;
  z-index: 13;
}
.list_user .nb.nb_18 {
  top: 140px;
  z-index: 8;
}
.list_user .nb.nb_19 {
  top: 10px;
  z-index: 7;
}
.list_user .nb.nb_20 {
  top: 250px;
  z-index: 21;
}

.info_user {
  /* width: calc(100% - 20px); */
  width: calc(100% - 424px);
  /* height: calc(100vh - 460px); */
  height: calc(50vh - 0px);
  margin: 0 auto 0;
  border: solid 5px #FB6464;
  background-color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  /* position: relative; */
  position: absolute;
  bottom: 0;
  /* box-shadow: 2px 2px 10px #8D8D8D; */
  z-index: 3;
}
.facilitator .info_user {
  position: initial;
}
.info_user.yellow {
  z-index: unset;
  border-color: #EBC864;
}
.info_user.pink {
  border-color: #FB6464;
}
.info_user.green {
  border-color: #64C27C;
}
.info_user.blue {
  border-color: #3D7BEF;
}

.link {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.left-info_user {
  max-width: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 14px;
}
.left-info_user .flex {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.left-info_user .your_goal {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 17px 0 0 0;
  cursor: pointer;
}
.left-info_user .your_goal .txt {
  margin: 0 25px 0 0;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
}
.left-info_user .your_goal .txt:after {
  content: '>>';
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  white-space: nowrap;
  transform: translateY(-50%);
}
.left-info_user .your_goal .txt.attr {
  white-space: nowrap;
  margin: 0 40px 0 0;
}
.left-info_user .your_goal .txt.attr::after {
  content: attr(data-txt);
}
.left-info_user .your_goal figure img {
  width: 59px;
}
.left-info_user .setting {
  min-width: 47px;
  min-height: 100px;
  padding: 28px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.left-info_user .setting .link {
  margin: 0 0 12px 0;
  display: flex;
}
.left-info_user .setting .switch_checkbox {
  margin: 3.6px 0 0 0;
}
.left-info_user .avatar {
  width: 100%;
  /* max-width: 83px; */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.left-info_user .avatar figure {
  position: relative;
  z-index: 0;
  margin: 0 0 17px 0;
  min-width: 115px;
  min-height: 115px;
}
.left-info_user .avatar figure img{
  zoom: 1;
  max-width: 100%;
}
.left-info_user .avatar figure:after {
  content: '';
  width: 83px;
  height: 26px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.left-info_user .avatar.pink figure:after {
  background-color: #FB6464;
}
.left-info_user .avatar.blue figure:after {
  background-color: #3D7BEF;
}
.left-info_user .avatar.green figure:after {
  background-color: #64C27C;
}
.left-info_user .avatar.yellow figure:after {
  background-color: #EBC864;
}
.left-info_user .avatar .txt {
  font-size: 18px;
  font-weight: bold;
}

.switch_checkbox {
  min-width: 47px;
  height: 15px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  z-index: 0;
}
.switch_checkbox .group {
  background-color: #8D8D8D;
  display: inline-block;
  width: 100%;
  height: 15px;
}
.switch_checkbox .off,
.switch_checkbox .on {
  position: absolute;
  transition: .3s;
  top: 2px;
}
.switch_checkbox .off {
  left: 5px;
}
.switch_checkbox .on {
  left: 100%;
}
.switch_checkbox .circle {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 1px;
  left: calc(100% - 14px);
  transition: .3s;
}
.switch_checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.switch_checkbox input:checked ~ .group {
  background-color: #4EAA4A;
}
.switch_checkbox input:checked ~ .group .off {
  left: -100%;
}
.switch_checkbox input:checked ~ .group .on {
  left: 19px;
}
.switch_checkbox input:checked ~ .group .circle {
  left: 1px;
}

.highligh_item {
  position: relative;
  z-index: 51;
  background-color: #ffffff;
}

.midle-info_user {
  margin: 0 0 0 55px;
}
.midle-info_user .list_item {
  width: 170px;
  margin: 25px 0 0 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 35vh;
  height: 45vh;
}
.midle-info_user .list_item li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0;
  padding: 5px 15px 5px 10px;
  min-height: 60px;
}
.midle-info_user .list_item li .left {
  width: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: bold;
}
.midle-info_user .list_item li .left img {
  max-height: 22px;
}
.midle-info_user .list_item li .left .txt {
  width: 100%;
  margin: 5px 0 0 0;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
}
.midle-info_user .list_item li .right {
  width: calc(100% - 46px);
  text-align: right;
  position: relative;
  margin: 0 0 0 4px;
  z-index: 0;
}
.midle-info_user .list_item li .right:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.midle-info_user .list_item li .right .txt_number {
  font-family: 'Helvetica';
  font-size: 2.7rem;
  font-weight: bold;
  background-color: #ffffff;
  display: inline-block;
  padding: 0 0 0 6px;
}
.info_user_popup.yellow .midle-info_user .list_item li .right .txt_number {
  background-color: #f9f5e9;
}
.right-info_user {
  flex: 1;
  margin: 0 0 0 0;
  /* padding: 13px 17px 0 50px; */
  padding: 0 15px 0 50px;
}
.right-info_user .txt {
  width: 100%;
  text-align: right;
  display: inline-block;
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: underline;
}

/*
.project-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-width: 160px;
  height: 310px;
  position: relative;
  font-weight: bold;
  margin: 15px 15px 0;
}
.project-card li {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px #8D8D8D;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: transform .5s;
}
*/
.wrapper.bg_highlight .project-card li {
  z-index: unset;
}
.project-card li:nth-child(1) {
  /* left: 0px; */
  z-index: 14;
}
.project-card li:nth-child(2) {
  /* left: 40px; */
  z-index: 13;
}
.project-card li:nth-child(3) {
  /* left: 80px; */
  z-index: 12;
}
.project-card li:nth-child(4) {
  /* left: 120px; */
  z-index: 11;
}
.project-card li:nth-child(5) {
  /* left: 160px; */
  z-index: 10;
}
.project-card li:nth-child(6) {
  /* left: 200px; */
  z-index: 9;
}
.project-card li:nth-child(7) {
  /* left: 240px; */
  z-index: 8;
}
.project-card li:nth-child(8) {
  /* left: 280px; */
  z-index: 7;
}
.project-card li:nth-child(9) {
  /* left: 320px; */
  z-index: 6;
}
.project-card li:nth-child(10) {
  /* left: 360px; */
  z-index: 5;
}
.project-card li:nth-child(11) {
  /* left: 400px; */
  z-index: 4;
}
.project-card li:nth-child(12) {
  /* left: 440px; */
  z-index: 3;
}
.project-card li:nth-child(13) {
  /* left: 480px; */
  z-index: 2;
}
.project-card li:nth-child(14) {
  /* left: 520px; */
  z-index: 1;
}
.project-card li:nth-child(15) {
  /* left: 560px; */
  z-index: 0;
}
/*
.project-card li.achieved:before, .project-card li.achieved:after {
  content: '';
  position: absolute;
}
.project-card li.achieved:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 10;
  border: solid 3px #a14040;
}
.project-card li.achieved:after {
  content: attr(data-achieved);
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translate(0, -50%);
  z-index: 11;
  color: #EF3D3D;
  font-size: 30px;
  text-shadow: 2px 2px #ffffff;
}
.project-card li .sb {
  display: none;
  bottom: 100%;
  box-shadow: initial;
}
.project-card li:hover {
  transform: scale(1.1);
}
.project-card li:hover .sb {
  display: flex;
}
.project-card li.no-scale:hover {
  transform: scale(1);
}
.project-card li.blue .card-header {
  background-color: #3D7BEF;
}
.project-card li.blue .blue.row-item .header-item {
  background-color: #3D7BEF;
}
.project-card li.blue .blue.row-item .wrap.nowrap {
  flex-wrap: nowrap;
}
.project-card li.blue .blue.row-item .wrap.nowrap dd {
  border: solid thin #3D7BEF;
}
.project-card li.blue .blue.row-item .wrap.nowrap dd:nth-child(1) {
  border-right: 0;
}
.project-card li.blue .blue.row-item .multi .wrap {
  border: solid thin #3D7BEF;
  border-left: 0;
}
.project-card li.blue .blue.row-item .multi .wrap:first-child {
  border-left: solid thin #3D7BEF;
}
.project-card li.green .card-header {
  background-color: #65E360;
}
.project-card li.green .green.row-item .header-item {
  background-color: #65E360;
}
.project-card li.green .green.row-item .wrap.nowrap {
  flex-wrap: nowrap;
}
.project-card li.green .green.row-item .wrap.nowrap dd {
  border: solid thin #65E360;
}
.project-card li.green .green.row-item .wrap.nowrap dd:nth-child(1) {
  border-right: 0;
}
.project-card li.green .green.row-item .multi .wrap {
  border: solid thin #65E360;
  border-left: 0;
}
.project-card li.green .green.row-item .multi .wrap:first-child {
  border-left: solid thin #65E360;
}
.project-card li.yellow .card-header {
  background-color: #FFE13B;
}
.project-card li.yellow .yellow.row-item .header-item {
  background-color: #FFE13B;
}
.project-card li.yellow .yellow.row-item .wrap.nowrap {
  flex-wrap: nowrap;
}
.project-card li.yellow .yellow.row-item .wrap.nowrap dd {
  border: solid thin #FFE13B;
}
.project-card li.yellow .yellow.row-item .wrap.nowrap dd:nth-child(1) {
  border-right: 0;
}
.project-card li.yellow .yellow.row-item .multi .wrap {
  border: solid thin #FFE13B;
  border-left: 0;
}
.project-card li.yellow .yellow.row-item .multi .wrap:first-child {
  border-left: solid thin #FFE13B;
}
.project-card .card-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: #E5E5E5;
  padding: 5px;
  color: #ffffff;
  min-height: 30px;
}
.project-card .card-header .number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 17px;
  height: 17px;
  font-size: 8px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.project-card .card-header h4 {
  font-size: 7px;
  line-height: 1.4;
  flex: 1;
}
.project-card .thumbnail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.project-card .thumbnail img {
  width: 100%;
  object-fit: cover;
}
.project-card .card-body {
  width: 100%;
  padding: 4px 3px;
  border: solid thin #E5E5E5;
}

.row-item {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.row-item:nth-child(1) {
  margin: 0 0 5px 0;
}
.row-item.wrap {
  flex-wrap: wrap;
}
.row-item .image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.row-item .image img {
  width: 100%;
  object-fit: cover;
}
.row-item .economy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  flex: 1;
  margin: 0 0 0 6px;
  background-color: #8D8D8D;
  color: #ffffff;
  padding: 3px 7px;
  font-size: 8px;
}
.row-item .economy .icon {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 15px 0 10px;
}
.row-item .economy .icon img {
  width: 6px;
  max-height: 100%;
  object-fit: contain;
}
.row-item .economy .economy-text span {
  font-size: 12px;
  margin: 0 3px 0 0;
}
.row-item .header-item {
  width: 100%;
  color: #ffffff;
  padding: 5px 10px;
  background-color: #8D8D8D;
  font-size: 10px;
}
.row-item .wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
.row-item .wrap.nowrap {
  flex-wrap: nowrap;
}
.row-item .wrap.nowrap dd {
  font-size: 7px;
}
.row-item .wrap dt {
  font-size: 8px;
  margin: 5px 0 0;
}
.row-item .wrap dd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px;
  font-size: 10px;
}
.row-item .wrap dd span {
  font-size: 10px;
  margin: 0 0 0 5px;
}
.row-item .wrap dd img {
  height: 12px;
}
.row-item .multi {
  width: 100%;
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.row-item .multi .wrap {
  width: 100%;
  flex-direction: column;
  border: solid thin #8D8D8D;
  border-left: 0;
}
.row-item .multi .wrap:first-child {
  border-left: solid thin #8D8D8D;
}
.row-item .multi .ico-pj {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background-color: #3D7BEF;
  color: #ffffff;
  border-radius: 50%;
  font-size: 7px;
  margin: 0;
}
*/

.pop {
  position: absolute;
  right: 0;
  z-index: 99;
  font-size: 24px;
  font-weight: bold;
  padding: 0 5px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.pop.red {
  color: #EF3D3D;
}
.pop.blue {
  color: #3D7BEF;
}
.pop.top_0 {
  top: 0;
}
.pop.top_100 {
  top: 100%;
}
.pop.bottom_0 {
  bottom: 0;
}
.pop.bottom_minus_8 {
  bottom: -8px;
}
.pop.bottom_100 {
  bottom: 100%;
}
.pop.top_2 {
  top: -20px;
}
.pop.top_3 {
  top: -30px;
}
.pop.right-minus-25 {
  right: -25%;
}

.sb {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 5px;
  border: solid thin;
  min-width: 90px;
  padding: 8px 13px;
  display: flex;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #c5c5c5;
  font-weight: bold;
  background-color: #ffffff;
  font-size: 12px;
  z-index: 20;
}
.sb.no-shadow {
  box-shadow: unset;
}
.sb.bt-25 {
  bottom: calc(100% + 25px);
}
.sb.bt-top-100 {
  top: calc(100% + 27px);
  bottom: unset;
}
.sb.bt-top-100:before {
  top: -13px;
  left: calc(50% - 7.5px);
  bottom: unset;
  transform: rotate(180deg);
}
.sb.l-nus7 {
  left: -7px;
}
.sb.l-nus10 {
  left: -10px;
}
.sb.l-nus17 {
  left: -17px;
}
.sb.l-mnus-15 {
  left: -15px;
}
.sb.l-30-px {
  left: 30px;
}
.sb.l-8 {
  left: 8%;
}
.sb.l-10 {
  left: 10%;
}
.sb.l-15 {
  left: 15%;
}
.sb.l-20 {
  left: 20%;
}
.sb.l-30 {
  left: 30%;
}
.sb.l-45 {
  left: 45%;
}
.sb.l-50 {
  left: 50%;
  transform: translateX(-50%);
}
.sb::before {
  content: '';
  position: absolute;
  left: 12px;
  z-index: 1;
}
.sb.sb-normal {
  background-color: #ffffff;
  border-color: #EBC864;
  color: #E5E5E5;
}
.sb.sb-normal::before {
  bottom: -13px;
  width: 15px;
  height: 13px;
  background: url("../images/ico-arrow-bottom.png") no-repeat;
  background-size: contain;
}
.sb .white-space {
  white-space: nowrap;
}
.sb.c-red {
  color: #EF3D3D;
}
.sb.c-black {
  color: #000000;
}
.sb.p-attention {
  background-color: #EF3D3D;
  border-color: #EF3D3D;
  color: #ffffff;
}
.sb.p-attention::before {
  border: solid 8px transparent;
  border-top: solid 10px #EF3D3D;
  top: 100%;
}
.sb.p-attention.opacity {
  opacity: 0.5;
}
.sb.p-attention .bt-underline {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
  padding: 0;
  border: 0;
}
.sb .btn {
  margin: 0 5px;
}
.sb .after-action {
  color: #434343;
  position: relative;
  padding: 5px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.sb .after-action::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #EF3D3D);
}

.list-icon {
  display: flex;
  width: 100%;
}
.list-icon li {
  width: 100%;
  cursor: pointer;
  margin: 0 2px;
}
.list-icon li img{
  width: 50px;
}

.mw-190 {
  min-width: 190px;
}

.fixed-chat {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.fixed-chat .box-chat {
  width: 250px;
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0 0 0 15px;
}
.fixed-chat .box-chat:first-child {
  margin: 0;
}
.fixed-chat .box-chat.off .chat-body,
.fixed-chat .box-chat.off .chat-footer {
  display: none;
}
.fixed-chat .box-chat .chat-body {
  max-height: 230px;
  padding: 10px 7px;
}
.fixed-chat .box-chat .list-message .item {
  margin: 0 0 10px 0;
}
.fixed-chat .box-chat .list-message .item:last-child {
  margin: 0;
}
.fixed-chat .box-chat .list-message .item.right {
  padding-right: 15px;
}
.fixed-chat .box-chat .list-message .item .image {
  width: 22px;
  margin: 0 10px 0 0;
}
.fixed-chat .box-chat .list-message .item .image .avatar {
  width: 30px;
  height: 30px;
  margin: 0 0 5px 0;
}
.fixed-chat .box-chat .list-message .item .message {
  max-width: 165px;
  padding: 6px 7px;
}

.box-chat {
  width: calc(100% - 13px);
  position: absolute;
  bottom: 0;
  left: 13px;
  background-color: #ffffff;
  box-shadow: 0 0 10px #8D8D8D;
}
.box-chat.h-full {
  bottom: 0;
}
.box-chat.h-full .chat-body {
  max-height: inherit;
  height: calc(100vh - 129px - (100vh - 62px - 80vh) / 2);
  min-height: inherit;
}
.box-chat .chat-header {
  background-color: #8D8D8D;
  color: #ffffff;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.box-chat .chat-header h4 {
  font-size: 16px;
  font-weight: bold;
}
.box-chat .chat-header .avatar {
  width: 23px;
  margin: 0 10px 0 0;
}
.box-chat .chat-body {
  border: solid thin #E5E5E5;
  border-bottom: 0;
  max-height: 355px;
  overflow-y: auto;
  padding: 16px 12px;
}
.box-chat .chat-body::-webkit-scrollbar {
  width: 6px;
}
.box-chat .chat-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #E5E5E5;
  background: #E5E5E5;
}
.box-chat .chat-body::-webkit-scrollbar-thumb {
  background: #8D8D8D;
  border-radius: 10px;
}
.box-chat .chat-footer {
  width: 100%;
  padding: 5px 7px;
  border: solid thin #E5E5E5;
}
.box-chat .chat-footer .input-message {
  border-radius: 20px;
  width: 100%;
  background-color: #E5E5E5;
  border: 0;
  padding: 5px 20px;
  font-size: 1.4rem;
}
.box-chat .chat-footer .input-message:focus {
  outline: none;
}

.chat-header.red {
  background-color: #e66476;
}
.chat-header.blue {
  background-color: #64CAEB;
}
.chat-header.green {
  background-color: #4EAA4A;
}
.chat-header.yellow {
  background-color: #EBC864;
}
.chat-header h4 {
  font-size: 14px;
}
.chat-header .avatar {
  margin: 0 10px 0 0;
}
.chat-header .noti {
  position: relative;
  top: 0;
  right: 0;
}

.group-btn-header .noti {
  border: solid thin #ffffff;
}

.chat-header .noti {
  position: relative;
  top: 0;
  right: 0;
}

.group-btn-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  width: 100%;
  flex: 1;
}
.group-btn-header .noti {
  border: solid thin #ffffff;
}

.noti {
  position: absolute;
  right: -5px;
  top: -5px;
  min-width: 19px;
  height: 19px;
  border-radius: 20px;
  background-color: #EF3D3D;
  color: #ffffff;
  z-index: 19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3px 4.5px;
  font-size: 11px;
  font-weight: bold;
}

.bt-close {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  padding: 0;
  margin: 0 0 0 7px;
}

.list-message .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0 0 25px 0;
}
.list-message .item:last-child {
  margin: 0;
}
.list-message .item .image {
  width: 40px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.list-message .item .image .avatar {
  width: 30px;
  height: 30px;
  margin: 0 0 5px 0;
}
.list-message .item .image p {
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
}
.list-message .item .message {
  border: solid thin #E5E5E5;
  padding: 12px 8px;
  max-width: 270px;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  border-radius: 5px;
}
.list-message .item.right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.list-message .item.right .message {
  background-color: #8D8D8D;
  color: #ffffff;
}

.execution_area {
  width: calc(428px);
  position: absolute;
  bottom: 30px;
  left: 100%;
  background-color: #ffffff;
  z-index: 40;
  border: solid 5px #FB6464;
}

.execution_area.bg_highlight {
  z-index: 51;
  border: solid 5px #743734;
}
.execution_area.bg_highlight:before {
  content: '';
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.execution_area.bg_highlight .body-execution_area ul.project-card li {
  z-index: 51;
}
.execution_area.bg_highlight .body-execution_area ul.project-card li:before {
  content: '';
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.execution_area.bg_highlight .highlight {
  z-index: 99;
  background-color: #ffffff;
}


.execution_area .header-execution_area {
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #FB6464;
  padding: 5px 10px 10px;
  /* margin: 0px; */
  height: 34px;
}
.execution_area .cancel-execution_area .btn {
  box-shadow: 0 3px 2px #8D8D8D;
}
.execution_area .cancel-execution_area .text-des {
  width: calc(90% - 30px);
  background-color: #ffffff;
  text-align: center;
  padding: 35px 15px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 50px auto 0;
}
.execution_area .cancel-execution_area .text-des.alert {
  color: #f00;
  font-weight: bold;
}
.execution_area .header-execution_area .ttl {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
.execution_area .project-card {
  height: 550px;
  margin: 33px auto 0;
}
.execution_area .project-card li {
  width: 270px;
  left: 50%;
  transform: translateX(-50%);
  transition: none;
}
.execution_area .project-card .card-header {
  padding: 8px 10px;
}
.execution_area .project-card .card-header h4 {
  font-size: 1.4rem;
}
.execution_area .project-card .card-body {
  padding: 8px 7px;
}
.execution_area .row-item .economy {
  font-size: 1.2rem;
}
.execution_area .row-item .economy .economy-text span {
  font-size: 1.8rem;
}
.execution_area .row-item .header-item {
  font-size: 1.4rem;
}
.execution_area .row-item .wrap dt {
  font-size: 1.4rem;
}
.execution_area .row-item .wrap dd {
  font-size: 1.2rem;
}
.execution_area .row-item .wrap dd span {
  font-size: 1.4rem;
}
.execution_area .row-item .wrap dd img {
  height: auto;
  max-height: 21px;
}
.execution_area .box_setting {
  width: 100%;
  padding: 0 38px;
  margin: 0;
}
.execution_area .box_setting ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.execution_area .box_setting ul li {
  width: calc(50% - 19px);
  position: relative;
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.execution_area .box_setting ul li:nth-child(2n) {
  margin: 0 0 0 38px;
}
.execution_area .box_setting ul li .left {
  width: 55px;
  font-size: 1.2rem;
}
.execution_area .box_setting ul li .left .ico img {
  height: 36px;
}
.execution_area .box_setting ul li .left .txt {
  text-align: right;
}
.execution_area .box_setting ul li .right {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 0 8.5px;
}
.execution_area .box_setting ul li .right .txt_number {
  border-bottom: 4px solid #8D8D8D;
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.15;
  padding: 0 0 10px 0;
}
.execution_area .footer-execution_areaa {
  width: 100%;
  min-height: 86px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 28px 0;
}
.execution_area .footer-execution_areaa.center {
  justify-content: center;
}
.execution_area .cancel-execution_area {
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: calc(100% - 33px);
  background-color: rgba(0, 0, 0, 0.23);
  z-index: 99;
  padding: 23px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.execution_area .cancel-execution_area .btn {
  box-shadow: 0 3px 2px #8D8D8D;
}

.box_rung_project {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.box_rung_project .sb {
  position: relative;
  width: 100%;
  left: 0;
  bottom: calc(100% + 5px);
  justify-content: center;
  margin: 0 0 5px 0;
}
.box_rung_project .sb:before {
  left: 50%;
  transform: translateX(-50%);
}
.box_rung_project .sb .btn {
  padding: 8px 60px;
}
.box_rung_project .project-card {
  min-width: 340px;
  height: 460px;
  margin: 0;
}
.box_rung_project .project-card li {
  width: 340px;
  left: 50%;
  transform: translateX(-50%);
  transition: none;
}
.box_rung_project .project-card .card-header {
  padding: 8px 10px;
}
.box_rung_project .project-card .card-header h4 {
  font-size: 1.8rem;
}
.box_rung_project .project-card .card-header .number {
  width: 24px;
  height: 24px;
  font-size: 1.2rem;
}
.box_rung_project .project-card .card-body {
  padding: 8px 7px;
}
.box_rung_project .row-item .economy {
  font-size: 1.4rem;
}
.box_rung_project .row-item .economy .economy-text span {
  font-size: 2.2rem;
}
.box_rung_project .row-item .economy .icon {
  width: 24px;
  height: 24px;
}
.box_rung_project .row-item .economy .icon img {
  width: 15px;
}
.box_rung_project .row-item .header-item {
  font-size: 1.6rem;
}
.box_rung_project .row-item .wrap dt {
  font-size: 1.6rem;
}
.box_rung_project .row-item .wrap dd {
  font-size: 2.2rem;
}
.box_rung_project .row-item .wrap dd span {
  font-size: 2.2rem;
}
.box_rung_project .row-item .wrap dd img {
  height: auto;
  max-height: 21px;
}
.pop_card_exchange {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}
.pop_card_exchange .flex_center {
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-wrap: wrap;
}
.pop_card_exchange .flex_center .row {
  width: 100%;
}
.pop_card_exchange .mt-auto {
  margin: auto 0 20px 0;
  z-index: 99;
}
.pop_card_exchange .exchange_mode {
  display: inline-block;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  margin: 20px 0 0 0;
  padding: 15px 35px 17px;
  text-align: center;
  border-radius: 51px;
}
.pop_card_exchange .exchange_mode .text {
  width: 100%;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.pop_card_exchange .exchange_mode .link {
  font-size: 1.6rem;
  text-decoration: underline;
}
.pop_card_exchange .exchange_mode .link:hover {
  opacity: .7;
}
.pop_card_exchange .info_user {
  width: 100%;
}
.pop_card_exchange .midle-info_user {
  margin: 0 0 0 30px;
}
.pop_card_exchange .right-info_user .txt {
  text-align: left;
}
.pop_card_exchange .project-card {
  margin: 0 0 0;
}
.pop_card_exchange .list-message .item .image {
  width: 66px;
}
.pop_card_exchange .list-message .item .image .avatar {
  width: 100%;
  height: 66px;
  border-radius: 50%;
  border: solid thin #EBC864;
  overflow: hidden;
}
.pop_card_exchange .list-message .item .image .avatar img {
  width: 100%;
}
.pop_card_exchange .blur {
  position: relative;
  height: 100%;

  filter: blur(7px);
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: url(#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
}
.pop_card_exchange .blur:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 99;
}
.pop_card_exchange .blur .project-card li {
  box-shadow: none;
}
.pop_card_exchange .left-info_user .avatar {
  max-width: 75px;
}
.pop_card_exchange .left-info_user .avatar figure:after {
  width: 75px;
}
.pop_card_exchange .left-info_user .your_goal .txt {
  font-size: 1.4rem;
}
.pop_card_exchange .box-chat {
  width: calc(100% - 50px);
  left: 30px;
}
.pop_card_exchange.off {
  display: none;
}
.pop_card_exchange.pop-2 {
  flex-direction: row;
}
.pop_card_exchange.pop-2 .container-fluid {
  height: calc(100vh - 42px);
  overflow-y: hidden;
}
.pop_card_exchange .header-pop_card {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #434343;
  position: relative;
}
.pop_card_exchange .header-pop_card .ttl-header {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.pop_card_exchange .header-pop_card .closed {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0;
}
.pop_card_exchange .header-pop_card .closed:hover {
  opacity: .7;
}
.pop_card_exchange .header-pop_card .closed:before, .pop_card_exchange .header-pop_card .closed:after {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 8.5px;
  transform: translateY(-50%);
}
.pop_card_exchange .header-pop_card .closed:before {
  transform: rotate(45deg);
}
.pop_card_exchange .header-pop_card .closed:after {
  transform: rotate(-45deg);
}

.info_user_popup {
  height: 40vh;
}
.info_user_popup.yellow {
  background-color: #f9f5e9;
}
.info_user_popup.yellow .left-info_user .avatar {
  max-width: 144px;
}
.info_user_popup.yellow .left-info_user .avatar figure {
  border: solid 5px #EBC864;
}
.info_user_popup .left-info_user {
  max-width: 180px;
  padding: 15px 0 15px 14px;
}
.info_user_popup .left-info_user .avatar {
  max-width: 144px;
}
.info_user_popup .left-info_user .avatar figure {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border: solid 5px #FB6464;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.16);
}
.info_user_popup .left-info_user .avatar figure:after {
  display: none;
}
.info_user_popup .left-info_user .your_goal {
  padding: 0 0 0 10px;
}
.info_user_popup .left-info_user .note_project {
  margin: 0 0 0 20px;
  width: 72px;
}
.info_user_popup .midle-info_user {
  margin-left: 10px;
}

.popup-facilitator figure.avatar img{
  max-height: 115px;
}
.form-group figure.avatar img.avatar-image {
  max-width: 100%;
}

.zoom15 {
  zoom: 1.5;
}
.zoom14 {
  zoom: 1.4;
}
.zoom13 {
  zoom: 1.3;
}
.zoom12 {
  zoom: 1.2;
}
.zoom11 {
  zoom: 1.1;
}
.zoom1 {
  zoom: 1;
}
.zoom09 {
  zoom: 0.9;
}
.zoom08 {
  zoom: 0.8;
}
.zoom07 {
  zoom: 0.7;
}
.zoom06 {
  zoom: 0.6;
}
.zoom05 {
  zoom: 0.5;
}
.zoom04 {
  zoom: 0.4;
}
.zoom03 {
  zoom: 0.3;
}
.zoom02 {
  zoom: 0.2;
}
.zoom01 {
  zoom: 0.1;
}
ul.executing-project-users li figure img {
  height: 45px;
  border-radius: 50%;
}
.fadeout {
  animation: fadeout-keyframes 3s ease 0s 1 forwards;
}
@keyframes fadein-keyframes {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeout-keyframes {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.custom-file-input:lang(en)~.custom-file-label::after {
  display: none;
}
.table th, .table td {
  font-size: 1.5rem;
}
.form-label, .form-control {
  font-size: 1.5rem;
}
select.form-control:not([size]):not([multiple]) {
  height: inherit;
}
.loading-modal .modal-content {
  background: none !important;
  border: none;
}

.zoom-buttons img {
  width: 30px;
  cursor: pointer;
}
.btn-report {
  color: #ccc;
  background-color: #333;
  float: right;
}
.report-form button.btn {
  float: right;
}
.report-form textarea {
  width: 100%;
  height: 100px;
}
.report-form button.cancel {
  border: 1px solid #aaa;
  background: none;
  border-radius: 0;
  min-width: 0;
  color: #aaa;
  float: right;
}

.note_project {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 0;
}
.note_project .ico {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.setting.custom {
  min-height: 2.4rem;
  padding: 10px 0 0 0;
}
.setting.custom .switch_checkbox {
  min-width: 152px;
  height: 2.4rem;
  font-size: 1.3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.setting.custom .switch_checkbox input[type="checkbox"]:checked + .group .on {
  left: 28px;
}
.setting.custom .switch_checkbox .group {
  height: 2.4rem;
  border-radius: 50px;
}
.setting.custom .switch_checkbox .on, .setting.custom .switch_checkbox .off {
  top: 0;
  padding: 5px;
  white-space: nowrap;
  text-align: center;
  width: calc(100% - 30px);
}
.setting.custom .switch_checkbox .circle {
  width: 24px;
  height: 24px;
  top: 0;
  left: calc(100% - 25px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.list_user ul .nb.setting-avatar {
  left: 240px;
}
.list_user ul .setting-avatar {
  z-index: 20;
}
.list_user ul .setting-avatar .sb {
  min-width: 83px;
  transform: scale(1);
}
.list_user ul .setting-avatar .sb.hide {
  display: none;
}
.list_user ul .setting-avatar .sb .sb {
  /* display: none; */
  left: 0;
  bottom: calc(100% + 15px);
}
.list_user ul .setting-avatar .sb .sb.active {
  display: flex;
}
.list_user ul .setting-avatar .sb .list-icon {
  width: auto;
}
.list_user ul .setting-avatar .sb .list-icon > li {
  /* width: 22px; */
}
.list_user ul .setting-avatar .g_btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-modal {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: none;
}
.c-modal.modal-active {
  display: inline-block;
}
.c-modal.animate .c-modal-content {
  opacity: 1;
  transform: translateY(0);
}
.c-modal .c-modal-content {
  width: 100%;
  background-color: #ffffff;
  opacity: 0;
  transform: translateY(-100%);
  transition: .3s ease-in-out;
}
.c-modal .c-modal-content.mw-816 {
  max-width: 816px;
  margin: 5rem auto 0;
}
.c-modal .c-modal-header {
  position: relative;
}
.c-modal .c-modal-header .closed {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0;
}
.c-modal .c-modal-header .closed:hover {
  opacity: .7;
}
.c-modal .c-modal-header .closed:before, .c-modal .c-modal-header .closed:after {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 8.5px;
  transform: translateY(-50%);
}
.c-modal .c-modal-header .closed:before {
  transform: rotate(45deg);
}
.c-modal .c-modal-header .closed:after {
  transform: rotate(-45deg);
}
.c-modal .c-modal-body {
  width: 100%;
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-modal .c-modal-body .left {
  width: 177px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px 13px 18px;
  background-color: #D6D6D6;
}
.c-modal .c-modal-body .left .setting.custom {
  padding: 0;
}
.c-modal .c-modal-body .right {
  width: calc(100% - 177px);
  padding: 0 0 1rem 0;
}
.c-modal .form-group {
  margin: 0 0 43px 0;
}
.c-modal .form-group .label {
  font-size: 1.8rem;
  margin: 0 0 3px 0;
}
.c-modal .form-group .form-control {
  border-radius: 7px;
  padding: 6.5px 10px;
}
.c-modal .group-btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.c-modal .group-btn .btn {
  min-width: auto;
  width: calc(50% - 5px);
  font-size: 1.8rem;
  font-weight: 400;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.c-modal .group-btn .btn-save {
  color: #ffffff;
  background-color: #3D7BEF;
}
.c-modal .group-btn .btn-cancel {
  color: #707070;
  background-color: #ABC8FE;
}
.c-modal .list-avatar {
  width: 100%;
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-modal .list-avatar li {
  width: calc(100% / 7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
}
.c-modal .list-avatar li.upload {
  padding: 0;
  position: relative;
  background-color: #AAA9A9;
  z-index: 0;
}
.c-modal .list-avatar li.upload .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-modal .list-avatar li.upload .c-file {
  width: 100%;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.333;
  padding: 14px 15px;
  text-align: center;
  cursor: pointer;
}
.c-modal .list-avatar li.upload .c-file span {
  word-break: normal;
}
.c-modal .list-avatar li.upload input[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.c-modal .list-avatar li img {
  max-height: 77px;
}
.c-modal .list-avatar li .link {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-modal .list-avatar li .link:hover {
  opacity: .7;
}
.c-modal.avatar-cropping {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-modal.avatar-cropping img {
  height: 50vh
}

.info_user.active {
  /* position: relative; */
  border: none;
  background: transparent;
  z-index: 12;
}
.info_user.active:before, .info_user.active:after {
  content: '';
  position: absolute;
  bottom: calc(100% + 20px);
}
.info_user.active:before {
  width: 94px;
  height: 103px;
  background-image: url("../images/arrow_info.png");
  background-size: cover;
  left: 170px;
  bottom: calc(100% - 45px);
  z-index: -2;
}
.info_user.active:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: #FFF9F9; */
  z-index: -1;
}
.serif {
  content: '';
  position: absolute;
  width: 71px;
  height: 103px;
  background-image: url("/new/common/images/serif.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 11;
  top: calc(50vh - 42px);
}
.info_user.active .your_goal {
  flex-direction: column;
}
.info_user.active .your_goal .txt {
  margin: 7px 0 0 0;
  text-align: center;
}
.info_user.active .your_goal .txt:after {
  display: none;
}
.info_user.active .note_project {
  margin-top: 68px;
  width: 72px;
}
.info_user.active .left-info_user {
  max-width: 120px;
  width: 100%;
  padding: 17px 0 17px 10px;
}
.info_user.active .midle-info_user {
  margin: 0;
}
.info_user .size-font {
  position: absolute;
  bottom: 5px;
  left: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.info_user .size-font button {
  width: 25px;
  height: 25px;
  position: relative;
  background-color: #D3D3D3;
  border: solid thin #A3A3A3;
  border-radius: 5px;
  font-weight: 700;
}
.info_user .size-font button::after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  right: 2px;
  border-top: solid 2px #707070;
  border-left: solid 2px #707070;
}
.info_user .size-font .up-size {
  font-size: 1.8rem;
}
.info_user .size-font .up-size:after {
  top: 5px;
  transform: rotate(45deg);
}
.info_user .size-font .dow-size {
  font-size: 1.4rem;
}
.info_user .size-font .dow-size:after {
  top: 3px;
  transform: rotate(-135deg);
}

/**
 * 吹き出し
 */
.list_user .position .sb.js_strLength {
  white-space: unset;
  color: #434343;
  padding: 5px;
}
.list_user .position .sb:before {
  left: 5px;
}
.sb.js_strLength {
  transform: scale(1);
  transform-origin: bottom left;
  transition: bottom 1s, opacity 1s;
}
.sb.js_strLength:before {
  bottom: -15px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
  background: unset;
  z-index: 3;
}
.sb.js_strLength:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  position: absolute;
  left: 5px;
  z-index: 1;
  bottom: -17px;
  width: 15px;
  height: 13px;
}
li .sb.js_strLength.global:after {
  border-top: 0 !important;
}
li .sb.js_strLength.global {
  border: 0 !important;
}

li.nb_1 .sb.js_strLength:after {
  border-top: 16px solid #FB6464;
}
li.nb_2 .sb.js_strLength:after {
  border-top: 16px solid #EBC864;
}
li.nb_3 .sb.js_strLength:after {
  border-top: 16px solid #64C27C;
}
li.nb_4 .sb.js_strLength:after {
  border-top: 16px solid #64CAEB;
}
li.nb_5 .sb.js_strLength:after {
  border-top: 16px solid #E66476;
}
li.nb_6 .sb.js_strLength:after {
  border-top: 16px solid #FFD564;
}
li.nb_7 .sb.js_strLength:after {
  border-top: 16px solid #7BAF7E;
}
li.nb_8 .sb.js_strLength:after {
  border-top: 16px solid #64ACD8;
}
li.nb_9 .sb.js_strLength:after {
  border-top: 16px solid #FD6A64;
}
li.nb_10 .sb.js_strLength:after {
  border-top: 16px solid #FE9E64;
}
li.nb_11 .sb.js_strLength:after {
  border-top: 16px solid #64CC75;
}
li.nb_12 .sb.js_strLength:after {
  border-top: 16px solid #6492B9;
}
li.nb_13 .sb.js_strLength:after {
  border-top: 16px solid #C86480;
}
li.nb_14 .sb.js_strLength:after {
  border-top: 16px solid #FFC464;
}
li.nb_15 .sb.js_strLength:after {
  border-top: 16px solid #6481A5;
}
li.nb_16 .sb.js_strLength:after {
  border-top: 16px solid #F568B0;
}
li.nb_17 .sb.js_strLength:after {
  border-top: 16px solid #EBBB64;
}

li.nb_1 .sb.js_strLength {
  border: 1px solid #FB6464;
}
li.nb_2 .sb.js_strLength {
  border: 1px solid #EBC864;
}
li.nb_3 .sb.js_strLength {
  border: 1px solid #64C27C;
}
li.nb_4 .sb.js_strLength {
  border: 1px solid #64CAEB;
}
li.nb_5 .sb.js_strLength {
  border: 1px solid #E66476;
}
li.nb_6 .sb.js_strLength {
  border: 1px solid #FFD564;
}
li.nb_7 .sb.js_strLength {
  border: 1px solid #7BAF7E;
}
li.nb_8 .sb.js_strLength {
  border: 1px solid #64ACD8;
}
li.nb_9 .sb.js_strLength {
  border: 1px solid #FD6A64;
}
li.nb_10 .sb.js_strLength {
  border: 1px solid #FE9E64;
}
li.nb_11 .sb.js_strLength {
  border: 1px solid #64CC75;
}
li.nb_12 .sb.js_strLength {
  border: 1px solid #6492B9;
}
li.nb_13 .sb.js_strLength {
  border: 1px solid #C86480;
}
li.nb_14 .sb.js_strLength {
  border: 1px solid #FFC464;
}
li.nb_15 .sb.js_strLength {
  border: 1px solid #6481A5;
}
li.nb_16 .sb.js_strLength {
  border: 1px solid #F568B0;
}
li.nb_17 .sb.js_strLength {
  border: 1px solid #EBBB64;
}

@keyframes talk-animation{
  0% {
    opacity: 0.8;
    bottom: calc(100% - 3px);
  }
  50% {
    bottom: calc(100% - 3px + 20px);
  }
  100% {
    opacity: 1;
    bottom: calc(100% - 3px);
  }
}
