@charset "UTF-8";
.white-space-pre-line {
  word-break: break-word;
  white-space: pre-line;
}

.white-space-pre-line {
  word-break: break-word;
  white-space: pre-line;
}

.counselPageSidebar .errorMessage {
  color: red;
  text-align: center;
}

.counselPageSidebar div.error-validated {
  border: none;
  position: absolute;
  top: -40px;
  right: 0;
  padding: 0 20px;
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background: #f26464;
  box-shadow: 0px 4px 10px rgba(235, 79, 131, 0.15);
  border-radius: 5px;
}

.counselPageSidebar div.error-validated:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f26464;
  margin-left: 45px;
  position: absolute;
  left: 20px;
}

.counselPageSidebar .header {
  background-color: #ffffff;
}

.counselPageSidebar .header .js-open-sidebar {
  display: none;
  border: none;
  background: transparent;
  outline: none;
}

.counselPageSidebar .sidebar {
  position: fixed;
  z-index: 100;
  height: 100vh;
  width: 276px;
  background: #252526;
}

.counselPageSidebar .sidebar .msg-count {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  background: #ef4541;
  border-radius: 14px;
  color: #fff;
}

.counselPageSidebar .sidebar__logo {
  display: flex;
  padding: 16px 24px;
  font-size: 18px;
  background: #727171;
  color: #ffffff;
  align-items: center;
}

.counselPageSidebar .sidebar__logo span {
  padding-left: 5px;
}

.counselPageSidebar .sidebar__head {
  background-color: transparent;
  border-radius: 8px;
  padding: 15px 15px;
  color: white;
}

.counselPageSidebar .sidebar__status {
  position: relative;
}

.counselPageSidebar .sidebar__status.stt-on::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #a9d96e;
  border-radius: 15px;
}

.counselPageSidebar .sidebar__status.stt-off::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #dfdfdf;
  border-radius: 15px;
}

.counselPageSidebar .sidebar__status::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: none;
  border-radius: 15px;
}

.counselPageSidebar .sidebar__status .stt-name {
  position: relative;
  color: #ffd404;
  font-size: 18px;
  margin-left: 12px;
  font-weight: bold;
}

.counselPageSidebar .sidebar__status .stt-name::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #ffd404;
  position: absolute;
  right: 0;
}

.counselPageSidebar .sidebar__status:hover .stt-hover {
  display: block;
}

.counselPageSidebar .sidebar__status .stt-hover {
  z-index: 1000;
  width: 375px;
  position: absolute;
  top: 50px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(118, 92, 51, 0.5);
}

.counselPageSidebar .sidebar__status .stt-hover__button {
  text-align: center;
  padding-top: 15px;
}

.counselPageSidebar .sidebar__status .stt-hover__button a.btn-on {
  display: inline-block;
  padding: 14px 36px;
  border: 1px solid #ab50eb !important;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #ab50eb !important;
  text-decoration: none;
}

.counselPageSidebar .sidebar__status .stt-hover__button a.btn-off {
  display: inline-block;
  padding: 14px 66px;
  background: #727171;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.counselPageSidebar .sidebar__status .stt-hover p {
  color: #545454;
  font-size: 13px;
  padding: 10px;
  margin-bottom: 0;
}

.counselPageSidebar .sidebar__status .stt-hover::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  top: -10px;
  left: 30px;
  /* z-index: -1; */
  transform: rotate(45deg);
}

.counselPageSidebar .sidebar__info {
  font-size: 18px;
  margin-bottom: -4px;
  line-height: 20px;
}

.counselPageSidebar .sidebar__info p {
  display: block;
  color: white;
  font-size: 17px;
}

.counselPageSidebar .sidebar__info p:first-child {
  font-weight: 600;
  margin-bottom: 16px;
  color: white;
}

.counselPageSidebar .sidebar__info p span {
  font-weight: bold;
}

.counselPageSidebar .sidebar__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.counselPageSidebar .sidebar__nav li.active {
  background: #727171;
}

.counselPageSidebar .sidebar__nav a {
  display: block;
  color: #f3f4f4;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 15px;
}

.counselPageSidebar .sidebar__nav a:hover {
  color: #fff;
  text-decoration: none;
}

.counselPageSidebar .sidebar .btn-question-mark {
  z-index: 500;
  border-radius: 100px;
  background-color: #f3f4f4;
  color: #252526;
  font-weight: 900;
  padding: 0px 9px;
  height: 28px;
  margin: 0;
  margin-left: 5px;
  border: none;
  font: 16px/2 "\6E38\30B4\30B7\30C3\30AF";
}

.counselPageSidebar .sidebar .btn-question-mark:focus {
  outline: none;
}

.wrapper-scroll-auto {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.wrapper-toggle-switch {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wrapper-scroll-auto .title {
  outline: none;
  z-index: 500;
  cursor: default;
  background: transparent;
  color: #f3f4f4;
  font-size: 18px;
  padding: 0;
  border: none;
  font: 16px/2 "\6E38\30B4\30B7\30C3\30AF";
  margin: 0;
}

.counselPageSidebar .sidebar .balloon {
  display: none;
  position: relative;
  width: 247px;
  height: 105px;
  padding: 10px 8px 10px 8px;
  margin-bottom: 10px;
  color: #666;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  border-radius: 25px;
  font: 16px/2 "\6E38\30B4\30B7\30C3\30AF";
  top: 8px;
}

.counselPageSidebar .sidebar .balloon::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 120px;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff transparent;
}

.counselPageSidebar .sidebar input {
  position: absolute;
  width: 100%;
  height: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.counselPageSidebar .sidebar label {
  margin: 0;
  width: 40px;
  height: 20px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}

.counselPageSidebar .sidebar label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

@media only screen and (max-height: 810px) {
  .counselPageSidebar .sidebar .sidebar__nav a {
    padding: 10px 24px;
  }
}
.counselPageSidebar .sidebar input:checked + label {
  background-color: #008f3a;
  margin: 0;
}

.counselPageSidebar .sidebar input:checked + label:after {
  left: 20px;
}

.counselPageSidebar .sidebar .toggle-switch {
  position: relative;
  width: 15px;
  height: 0px;
  margin: auto;
  top: -20px;
  left: 10px;
}

.counselPageSidebar .content {
  background: #F5F5F5 !important;
}

.counselPageSidebar .content__main {
  min-height: 100vh;
}

.counselPageSidebar .content.content-outer {
  padding-bottom: 30px;
  padding-left: 276px;
}

.counselPageSidebar .content__banner {
  margin-bottom: 30px;
}

.counselPageSidebar .content__banner .carousel {
  padding: 30px 30px 16px;
}

.counselPageSidebar .content__banner .carousel-indicators {
  bottom: -10px;
  margin: 0;
}

.counselPageSidebar .content__banner .carousel-indicators li {
  width: 8px;
  height: 8px;
  background: #c4c4c4;
  border: none;
  border-radius: 50%;
}

.counselPageSidebar .content__banner .carousel-indicators li.active {
  background: rgb(118, 92, 51);
}

.counselPageSidebar .content__banner .carousel-inner {
  border-radius: 8px;
}

.counselPageSidebar .content__banner .carousel-item {
  height: 140px;
}

.counselPageSidebar .content__banner .carousel-item img {
  height: 100%;
}

.counselPageSidebar .content .list-post {
  padding: 0px 30px;
  display: flex;
  flex-wrap: wrap;
}

.counselPageSidebar .content .item {
  position: relative;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 24px;
  width: calc(50% - 12px);
}

.counselPageSidebar .content .item:nth-child(2n-1) {
  margin-right: 24px;
}

.counselPageSidebar .content .item__top {
  display: flex;
  align-items: center;
}

.counselPageSidebar .content .item__top .top-left .thumbnail {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.counselPageSidebar .content .item__top .top-right {
  padding-left: 13px;
}

.counselPageSidebar .content .item__top .top-right__name {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}

.counselPageSidebar .content .item__top .top-right__info {
  font-size: 14px;
  color: #777777;
}

.counselPageSidebar .content .item__body .btn-custom {
  display: inline-block;
  font-size: 14px;
  color: #eb4f83;
  border: 1px solid #eb4f83;
  border-radius: 16px;
  padding: 5px 20px;
  text-decoration: none;
}

.counselPageSidebar .content .item__footer {
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
}

.counselPageSidebar .content .item__footer .btn-message {
  max-width: 245px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 21px;
  box-shadow: 0px 0px 10px rgba(235, 79, 131, 0.4);
  font-size: 14px;
  font-weight: 600;
  color: #eb4f83;
  text-decoration: none;
  padding: 12px 15px;
}

.counselPageSidebar .content .item__footer .btn-message img {
  margin-right: 10px;
}

.counselPageSidebar .content .item__footer span {
  font-size: 14px;
}

.counselPageSidebar .content .item__footer span:first-child {
  color: white;
  margin-bottom: 5px;
}

.counselPageSidebar .content .item__footer span:last-child {
  color: #eb4f83;
}

.counselPageSidebar .content .btn-mission {
  position: fixed;
  bottom: 70px;
  right: 43px;
  z-index: 100;
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
}

.counselPageSidebar .content .btn-mission img {
  margin: 0 auto;
  display: block;
  padding-top: 15px;
}

.counselPageSidebar .content .btn-mission .noti {
  position: absolute;
  top: 23px;
  right: 0;
  width: 20px;
  height: 20px;
  background: #1bc4a1;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counselPageSidebar .content .msg-list {
  position: relative;
  width: 376px;
  min-height: 100vh;
  background-color: #ffffff;
}

.counselPageSidebar .content .msg-list__header {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 35px;
  background: #ffffff;
  border-bottom: 1px solid #979797;
}

.counselPageSidebar .content .msg-list .msg-item {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}

.counselPageSidebar .content .msg-list .msg-item:last-child {
  border: none;
}

.counselPageSidebar .content .msg-list .msg-item__info {
  width: 100%;
  padding-left: 11px;
}

.counselPageSidebar .content .msg-list .msg-item__info .info-name {
  font-size: 16px;
  font-weight: 600;
  color: #1e1f1f;
}

.counselPageSidebar .content .msg-list .msg-item__info .info-content {
  font-size: 12px;
  color: #1e1f1f;
}

.counselPageSidebar .content .msg-list .msg-item__info .info-time {
  font-size: 12px;
  color: #5e6163;
  text-align: right;
}

.counselPageSidebar .content .msg-list .msg-item__info .msg-badge {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 30px;
  background: #1bc4a1;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
}

.counselPageSidebar .content .msg-detail {
  position: relative;
  background-color: #ffffff;
}

.counselPageSidebar .content .msg-detail__header h4 {
  font-size: 16px;
  color: #3f3f3f;
  margin: 0;
  padding-left: 16px;
}

.counselPageSidebar .content .msg-detail__body {
  min-height: 100vh;
  padding: 10px;
}

.counselPageSidebar .content .msg-detail__body .msg-recieved {
  display: flex;
  text-align: right;
  margin-bottom: 10px;
}

.counselPageSidebar .content .msg-detail__body .msg-sent {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.counselPageSidebar .content .msg-detail__body .msg-sent .msg-content {
  width: 50%;
}

.counselPageSidebar .content .msg-detail__body .msg-sent p {
  text-align: left;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background-color: #eb4f83;
  border: 1px solid #eb4f83;
  border-radius: 18px 0px 18px 18px;
  margin-bottom: 0;
}

.counselPageSidebar .content .msg-detail__body .msg-sent span {
  font-size: 10px;
  color: #9b9898;
  letter-spacing: 0.03em;
}

.counselPageSidebar .content .msg-detail__body .msg-sent.error p {
  background-color: #ffffff;
  color: #252323;
}

.counselPageSidebar .content .msg-detail__body .msg-content {
  width: 50%;
}

.counselPageSidebar .content .msg-detail__body .msg-avatar {
  padding-right: 10px;
}

.counselPageSidebar .content .msg-detail__body p {
  text-align: left;
  font-size: 14px;
  color: #252323;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 0px 20px 20px 20px;
  margin-bottom: 0;
}

.counselPageSidebar .content .msg-detail__body span {
  font-size: 10px;
  color: #9b9898;
  letter-spacing: 0.03em;
}

.counselPageSidebar .content .msg-detail__footer {
  padding: 5px;
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #eb4f83;
  box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.15);
}

.counselPageSidebar .content .msg-detail__footer .form-custom {
  height: 44px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}

.counselPageSidebar .content .msg-detail__footer .form-custom input {
  width: 80%;
  border: none;
  outline: none;
  caret-color: #eb4f83;
}

.counselPageSidebar .content .msg-detail__footer .form-custom input::-moz-placeholder {
  font-size: 14px;
  color: #717171;
  padding-left: 5px;
}

.counselPageSidebar .content .msg-detail__footer .form-custom input::placeholder {
  font-size: 14px;
  color: #717171;
  padding-left: 5px;
}

.counselPageSidebar .content .msg-detail__footer .btn-edit {
  font-size: 10px;
  color: #ffffff;
}

.counselPageSidebar .content .msg-detail .js-show-dialog {
  display: none;
  position: absolute;
  bottom: -105px;
  width: 355px;
  right: 10px;
  border-radius: 6px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);
  line-height: 24px;
}

.counselPageSidebar .content .msg-detail .js-show-dialog:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
  margin-left: 45px;
  position: absolute;
  top: -20px;
  right: 50px;
  transform: rotate(180deg);
}

.counselPageSidebar .content .msg-detail .js-show-dialog img {
  width: 34px;
  height: auto;
  border-radius: 50%;
}

.counselPageSidebar .content .msg-detail .js-show-dialog span {
  padding-left: 8px;
  font-size: 14px;
  color: #545454;
}

.counselPageSidebar .content .msg-detail .js-show-dialog span:nth-child(1) {
  color: #eb4f83;
}

.counselPageSidebar .content .msg-detail .js-show-dialog span:nth-child(2) {
  font-weight: 600;
}

.counselPageSidebar .content .msg-detail .js-show-dialog span:last-child {
  font-size: 12px;
}

.counselPageSidebar .content .msg-detail .js-show-dialog.show {
  display: block;
}

.counselPageSidebar .content button {
  background: transparent;
  border: none;
}

.counselPageSidebar .content button:active,
.counselPageSidebar .content button:focus {
  outline: none;
}

.counselPageSidebar .content .avatar-default {
  display: inline-block;
  height: auto;
  width: 44px;
  border-radius: 50%;
}

.counselPageSidebar .content .switch {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border: none;
  overflow: visible;
  width: 68px;
  z-index: 0;
  text-align: left;
}

.counselPageSidebar .content .switch .switch__input {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  vertical-align: top;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.counselPageSidebar .content .switch .switch__toggle {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}

.counselPageSidebar .content .switch .switch__handle {
  box-sizing: border-box;
  background-clip: padding-box;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 26px;
  width: 26px;
  background-color: white;
  left: 1px;
  top: 2px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.59, 0.01, 0.5, 0.99);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.counselPageSidebar .content .switch :checked + .switch__toggle {
  box-shadow: inset 0 0 0 2px rgb(118, 92, 51);
  background-color: rgb(118, 92, 51);
}

.counselPageSidebar .content .switch :checked + .switch__toggle > .switch__handle {
  left: 40px;
  box-shadow: none;
}

.counselPageSidebar .content .switch :disabled + .switch__toggle {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.counselPageSidebar .content .main-chat .list-post {
  display: unset;
  padding: 0;
}

.counselPageSidebar .content .main-chat .item {
  margin-bottom: 20px;
  margin-right: 0;
  width: 446px;
}

.counselPageSidebar .content .box-outer {
  width: 760px;
}

.counselPageSidebar .content .box-inner {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.counselPageSidebar .content .box-inner .box-bar img {
  padding-right: 16px;
}

.counselPageSidebar .content .box-inner .box-title {
  color: #333333;
  font-weight: bold;
}

.counselPageSidebar .content .box-inner .box-title-lg {
  font-size: 24px;
  color: #eb4f83;
  font-weight: bold;
}

.counselPageSidebar .content .box-inner .box-border {
  border-bottom: 1px solid #dfdfdf;
}

.counselPageSidebar .content .main-header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 30px;
}

.counselPageSidebar .content .main-header .top-header__title {
  font-size: 18px;
  font-weight: bold;
}

.counselPageSidebar .content .main-header .top-header__info {
  color: #777777;
  font-weight: bold;
}

.counselPageSidebar .content .main-header .top-header__info span {
  margin-left: 16px;
  padding: 12px 16px;
  color: #eb4f83;
  font-weight: bold;
  border: 1px solid #eb4f83;
  border-radius: 20px;
}

.counselPageSidebar .content .main-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ececec;
  padding: 24px;
}

.counselPageSidebar .content .main-header .top-bar h4 {
  font-size: 18px;
  color: #777777;
  margin-bottom: 0;
}

.counselPageSidebar .content .main-header .top-bar img {
  margin-right: 24px;
}

.counselPageSidebar .content .main-body {
  padding: 30px;
}

.counselPageSidebar .notification-box {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: -100px;
  transition: all 0.5s ease;
}

.counselPageSidebar .notification-box.show {
  bottom: 50px;
}

.counselPageSidebar .notification-box .notification-item {
  text-decoration: none;
  background-color: white;
  color: black;
  width: 350px;
  height: 75px;
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 grey;
}

.counselPageSidebar .notification-box .notification-item__icon {
  width: 70px;
  margin: auto;
  text-align: center;
}

.counselPageSidebar .notification-box .notification-item__icon img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.counselPageSidebar .notification-box .notification-item__text {
  width: 280px;
  text-decoration: none;
}

.counselPageSidebar .notification-box .notification-item__text__title {
  margin: 10px 0 5px;
}

.counselPageSidebar .notification-box .notification-item__text__content {
  margin: 0;
  overflow: hidden;
  height: 30px;
  width: 280px;
}

.modal .modal-footer button.btn-primary {
  background: rgb(171, 80, 235);
  color: #fff;
  border-color: rgb(171, 80, 235);
}
.modal .modal-footer button.btn-primary:active {
  background-color: rgb(171, 80, 235);
  border-color: rgb(171, 80, 235);
}
.modal .modal-footer button.btn-primary:focus {
  background-color: rgb(171, 80, 235);
  box-shadow: none;
}

.modal-notification .modal-content .modal-body {
  padding: 40px 25px;
}
.modal-notification .modal-content .modal-body .message-text {
  font-weight: bold;
}
.modal-notification .modal-content .modal-footer .modal-close-button {
  color: white !important;
  background-color: rgb(171, 80, 235) !important;
  font-size: 16px;
  padding: 5px 50px;
  border-radius: 3px;
  margin: 0 auto;
}

.modal-confirm .modal-content .modal-footer {
  justify-content: center;
}
.modal-confirm .modal-content .modal-footer .btn-submit {
  color: white !important;
  background-color: rgb(171, 80, 235) !important;
  font-size: 16px;
  padding: 5px 40px;
  border-radius: 16px;
}
.modal-confirm .modal-content .modal-footer .btn-cancel {
  color: white !important;
  background-color: #6c757d !important;
  font-size: 16px;
  padding: 5px 30px;
  border-radius: 16px;
}

.modal-form .modal-dialog {
  max-width: 600px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.modal-form .modal-dialog .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-form .modal-dialog .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}
.modal-form .modal-dialog .ms-popup-inner.w-720 {
  width: 720px;
}
.modal-form .modal-dialog .ms-popup__header {
  background: #EDEDED;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.modal-form .modal-dialog .ms-popup__body {
  padding: 30px 28px;
}
.modal-form .modal-dialog .ms-popup__footer {
  border-top: none;
  padding: 0 36px 36px;
  flex-wrap: nowrap;
}
.modal-form .modal-dialog .ms-popup__footer button {
  background: rgb(171, 80, 235);
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding: 7px;
}
.modal-form .modal-dialog .ms-popup__footer #cancel_submit {
  background-color: #6C757D;
}
.modal-form .modal-dialog .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(171, 80, 235);
  text-align: center;
  margin-bottom: 30px;
}
.modal-form .modal-dialog .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}
.modal-form .modal-content .modal-footer {
  justify-content: center;
}
.modal-form .modal-content .modal-footer .btn-submit {
  color: white !important;
  background-color: rgb(171, 80, 235) !important;
  font-size: 16px;
  padding: 5px 40px;
  border-radius: 16px;
}
.modal-form .modal-content .modal-footer .btn-cancel {
  color: white !important;
  background-color: #6c757d !important;
  font-size: 16px;
  padding: 5px 30px;
  border-radius: 16px;
}

@media only screen and (max-width: 768px) {
  .counselPageSidebar .header {
    position: sticky;
    top: 0;
    z-index: 1050;
  }
  .counselPageSidebar .header .js-open-sidebar {
    display: block;
    padding: 10px;
  }
  .counselPageSidebar .sidebar.main-nav {
    display: none;
  }
  .counselPageSidebar .sidebar.main-nav a {
    padding: 14px 24px;
  }
  .counselPageSidebar .sidebar__logo {
    padding: 10px 11px;
  }
  .counselPageSidebar .sidebar__info {
    padding-top: 16px;
    margin-bottom: 14px;
  }
  .counselPageSidebar .sidebar.show {
    display: block;
    z-index: 9999;
  }
  .counselPageSidebar .sidebar-overlay {
    cursor: pointer;
    display: none;
    position: fixed;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .counselPageSidebar .content .main-header .top-header {
    padding: 10px;
  }
  .counselPageSidebar .content .main-body {
    padding: 16px;
  }
  .counselPageSidebar .content.content-outer {
    padding-left: 0;
  }
}
.messageList .content .item-href {
  cursor: pointer;
}

.messageList .content .img-emoji {
  width: 20px;
  height: auto;
}

.messageList .content .js-open-menu .icon-dot {
  /* IE 9 */
  transform: rotate(90deg);
}

.messageList .content .js-open-menu .text-filter {
  font-family: "HiraginoSans-W3";
  color: rgb(118, 92, 51);
  font-size: 14px;
  border: 1px rgb(118, 92, 51) solid;
  padding: 5px 10px;
  border-radius: 5px;
}

.messageList .content .js-open-action .text-filter {
  font-family: "HiraginoSans-W3";
  color: #969696;
  font-size: 14px;
  border: 1px rgb(118, 92, 51) solid;
  padding: 5px 10px;
  border-radius: 5px;
}

.messageList .content .js-reset-action .text-reset-filter {
  font-family: "HiraginoSans-W3";
  background-color: #fff;
  color: #969696;
  font-size: 14px;
  border: 2px #fff solid;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

.messageList .content .no-data {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  margin-top: -110px;
  margin-left: -130px;
}

.messageList .content .no-data .no-data-desc {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  align-items: center;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 60px;
  margin-bottom: 0;
  color: #dfdfdf;
}

.messageList .content .no-data .btn-no-data {
  width: 260px;
  height: 44px;
  background: rgb(118, 92, 51);
  border-radius: 24px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.messageList .content #confirm .btn {
  border: 1px solid transparent;
}

.messageList .content #confirm .btn-primary {
  border-color: #007bff;
  background-color: #007bff;
}

.messageList .content #confirm .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

.messageList .content #second_filter_required .btn,
.messageList .content #addition_second_filter_required .btn,
.messageList .content #search_noti .btn {
  border: 1px solid transparent;
}

.messageList .content #second_filter_required .btn-primary,
.messageList .content #addition_second_filter_required .btn-primary,
.messageList .content #search_noti .btn-primary {
  border-color: #007bff;
  background-color: #007bff;
}

.messageList .content .styled-checkbox {
  position: absolute;
  opacity: 0;
  left: 5px;
  top: 1px;
  z-index: 99;
  cursor: pointer;
}

.messageList .content .styled-checkbox + label {
  padding: 0;
}

.messageList .content .styled-checkbox + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #777777;
  border-radius: 2px;
}

.messageList .content .styled-checkbox:checked + label:before {
  border: none;
}

.messageList .content .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/ic_checkbox.png");
  width: 16px;
  height: 16px;
}

.messageList .content .form-check {
  margin-right: 40px;
}

.messageList .content .msg-list {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: unset;
}

.messageList .content .msg-list__body {
  border-radius: 10px;
  word-break: break-all;
  width: 80%;
  margin: 20px auto 0 auto;
  background-color: #ffffff;
  overflow: hidden;
}

/* Hide the scrollbar for Webkit (Chrome, Safari, and Opera) */
.messageList .content .msg-list__body .items {
  overflow-y: scroll;
  margin-bottom: 10px;
}

.messageList .content .msg-list__header {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 35px;
  background: #ffffff;
  border-bottom: 1px solid #979797;
}

.messageList .content .msg-list__header .iconRight {
  position: absolute;
  top: 40%;
  right: 16px;
}

.messageList .content .msg-list__header .iconLeft {
  position: absolute;
  top: 40%;
  left: 16px;
}

.messageList .content .msg-list__header ul {
  position: absolute;
  top: 89px;
  display: none;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: auto;
  right: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}

.messageList .content .msg-list__header li {
  font-weight: normal;
  padding: 16px;
  border-bottom: 1px solid #dfdfdf;
}

.messageList .content .msg-list__header li:last-child {
  border: none;
}

.messageList .content .msg-list__header a {
  color: unset;
  text-decoration: none;
}

.messageList .content .msg-list__header .active {
  color: rgb(118, 92, 51);
}

.messageList .content .msg-list__footer {
  width: 35%;
  bottom: 40px;
  margin: 0 auto;
}

.messageList .content .msg-list__footer button {
  width: 100%;
  background: rgb(118, 92, 51);
  padding: 10px 0px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  border-radius: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.messageList .content .msg-list__footer button:disabled {
  background: #dfdfdf;
  color: #777777;
  font-size: 16px;
  line-height: 22px;
}

.messageList .content .msg-list .msg-item {
  padding: 20px 10px;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}

.messageList .content .msg-list .msg-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.messageList .content .msg-list .msg-item__info {
  width: 96%;
  padding-left: 11px;
}

.messageList .content .msg-list .msg-item__info .accountt-info {
  display: flex;
  align-items: center;
}

.messageList .content .msg-list .msg-item__info .accountt-info img {
  margin-left: 4px;
}

.messageList .content .msg-list .msg-item__info .info-name {
  font-size: 16px;
  font-weight: 600;
  color: #1e1f1f;
}

.messageList .content .msg-list .msg-item__info .info-content {
  font-size: 12px;
  color: #1e1f1f;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.messageList .content .msg-list .msg-item__info .width100 {
  width: 100%;
}

.messageList .content .msg-list .msg-item__info .info-time {
  font-size: 12px;
  color: #5e6163;
  text-align: right;
}

.messageList .content .msg-list .msg-item__info .msg-badge {
  float: right;
  background-color: #fff;
  min-width: 100px;
  justify-content: flex-end;
}

.messageList .content .msg-list .msg-item__info .msg-badge .reply-status {
  font-family: "HiraginoSans-W3";
  color: rgb(171, 80, 235) !important;
  font-size: 12px;
  margin-right: 5px;
}

.messageList .content .msg-list .msg-item__info .msg-badge .number {
  background: rgb(255, 212, 4);
  border-radius: 8px;
  font-size: 13px;
  color: #252526;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  font-weight: 700;
  min-width: 31px;
}

.messageList .content .msg-detail {
  position: relative;
  width: 376px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  margin-right: 20px;
}

.messageList .content .msg-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding: 0px 24px;
  background: #ffffff;
  border-bottom: 1px solid #979797;
}

.messageList .content .msg-detail__header h4 {
  font-size: 16px;
  color: #3f3f3f;
  margin: 0;
  padding-left: 16px;
}

.messageList .content .msg-detail__body {
  min-height: 100vh;
  padding: 10px;
}

.messageList .content .msg-detail__body .msg-recieved {
  display: flex;
  text-align: right;
  margin-bottom: 10px;
}

.messageList .content .msg-detail__body .msg-sent {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.messageList .content .msg-detail__body .msg-sent .msg-content {
  width: 50%;
}

.messageList .content .msg-detail__body .msg-sent p {
  text-align: left;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background-color: rgb(118, 92, 51);
  border: 1px solid rgb(118, 92, 51);
  border-radius: 18px 0px 18px 18px;
  margin-bottom: 0;
}

.messageList .content .msg-detail__body .msg-sent span {
  font-size: 10px;
  color: #9b9898;
  letter-spacing: 0.03em;
}

.messageList .content .msg-detail__body .msg-sent.error p {
  background-color: #ffffff;
  color: #252323;
}

.messageList .content .msg-detail__body .msg-content {
  width: 50%;
}

.messageList .content .msg-detail__body .msg-avatar {
  padding-right: 10px;
}

.messageList .content .msg-detail__body p {
  text-align: left;
  font-size: 14px;
  color: #252323;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 0px 20px 20px 20px;
  margin-bottom: 0;
}

.messageList .content .msg-detail__body span {
  font-size: 10px;
  color: #9b9898;
  letter-spacing: 0.03em;
}

.messageList .content .msg-detail__footer {
  padding: 5px;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 99px;
  background-color: rgb(118, 92, 51);
  box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.15);
}

.messageList .content .msg-detail__footer .form-custom {
  height: 44px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
}

.messageList .content .msg-detail__footer .form-custom input {
  width: 80%;
  border: none;
  outline: none;
  caret-color: rgb(118, 92, 51);
}

.messageList .content .msg-detail__footer .form-custom input::-moz-placeholder {
  font-size: 14px;
  color: #717171;
  padding-left: 5px;
}

.messageList .content .msg-detail__footer .form-custom input::placeholder {
  font-size: 14px;
  color: #717171;
  padding-left: 5px;
}

.messageList .content .msg-detail__footer .btn-edit {
  font-size: 10px;
  color: #ffffff;
}

.messageList .content .msg-detail .js-show-dialog {
  display: none;
  position: absolute;
  bottom: -105px;
  width: 355px;
  right: 10px;
  border-radius: 6px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);
  line-height: 24px;
}

.messageList .content .msg-detail .js-show-dialog:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
  margin-left: 45px;
  position: absolute;
  top: -20px;
  right: 50px;
  transform: rotate(180deg);
}

.messageList .content .msg-detail .js-show-dialog img {
  width: 34px;
  height: auto;
  border-radius: 50%;
}

.messageList .content .msg-detail .js-show-dialog span {
  padding-left: 8px;
  font-size: 14px;
  color: #545454;
}

.messageList .content .msg-detail .js-show-dialog span:nth-child(1) {
  color: rgb(118, 92, 51);
}

.messageList .content .msg-detail .js-show-dialog span:nth-child(2) {
  font-weight: 600;
}

.messageList .content .msg-detail .js-show-dialog span:last-child {
  font-size: 12px;
}

.messageList .content .msg-detail .js-show-dialog.show {
  display: block;
}

.messageList .content .avatar-default {
  display: inline-block;
  height: auto;
  width: 44px;
  border-radius: 50%;
}

.messageList .content .main-chat .list-post {
  display: unset;
  padding: 0;
}

.messageList .content .main-chat .item {
  margin-bottom: 20px;
  margin-right: 0;
  width: 446px;
}

@media only screen and (max-width: 1600px) {
  .messageList .content .msg-item__info .info-content {
    max-width: 720px;
  }
}
@media only screen and (max-width: 1366px) {
  .messageList .content .msg-item__info .info-content {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .messageList .content .msg-item__info .info-content {
    max-width: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .messageList .content .msg-list__body {
    margin: 0;
    width: 100%;
  }
  .messageList .content .msg-item__info .info-content {
    max-width: 240px;
  }
  .messageList .content .form-check {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .messageList .content .msg-list__header {
    margin-top: 0;
    padding: 0;
    padding-left: 10px;
    height: 48px;
    line-height: 48px;
    position: sticky;
    top: 44px;
  }
  .messageList .content .msg-list__header .js-show-menu {
    line-height: 35px;
    font-size: 15px;
  }
  .messageList .content .msg-list__header .js-show-menu li {
    padding: 0 6px;
  }
  .messageList .content .msg-list ul {
    top: 48px;
  }
  .messageList .content .msg-list ul li {
    padding: 6px;
  }
  .messageList .content .msg-list .iconRight {
    top: -5px;
    right: 7px;
  }
}
.messageDetail {
  /* Absolute Center Spinner */
  /* Transparent Overlay */
  /* :not(:required) hides these rules from IE9 and below */
  /* Animation */
}

.messageDetail .loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.messageDetail .loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.messageDetail .loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.messageDetail .loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.messageDetail .emoji-picker-icon {
  display: none;
}

.messageDetail .emoji-wysiwyg-editor {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  resize: none;
  line-height: 20px;
}

.messageDetail .emoji-wysiwyg-editor::-moz-placeholder {
  color: #acacac;
}

.messageDetail .emoji-wysiwyg-editor::placeholder {
  color: #acacac;
}

.messageDetail .content .msg-call-recieved .msg-avatar {
  display: inline-block;
  vertical-align: top;
}

.messageDetail .content .msg-call-recieved .call-time {
  background: none;
  width: 150px;
  text-align: right;
  padding-top: 0;
  margin-left: 65px;
}

.messageDetail .content .call-log-received {
  display: inline-block;
  background: #f2f2f2;
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 0 30px 30px 30px;
  cursor: pointer;
}

.messageDetail .content .call-log-received .fa-call-log {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.messageDetail .content .call-log-received .fa-call-log label {
  font-size: 16px;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-left: -20px;
}

.messageDetail .content .media-thumbnail {
  text-align: center;
  border-radius: 18px 0px 18px 18px;
  overflow: hidden;
}

.messageDetail .content .media-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 150px;
  height: 150px;
}

.messageDetail .content .media-thumbnail video {
  -o-object-fit: contain;
  object-fit: contain;
  width: 150px;
  height: 150px;
  padding: 5px 0px;
}

.messageDetail .content .toolbox {
  padding: 30px;
}

.messageDetail .content .toolbox label {
  display: block;
  cursor: pointer;
}

.messageDetail .content .toolbox a {
  color: #212529;
}

.messageDetail .content .toolbox a:hover {
  text-decoration: none;
}

.messageDetail .content .image-deny {
  background: rgb(118, 92, 51);
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 30px 0 30px 30px;
  cursor: pointer;
}

.messageDetail .content .image-deny .fa-image-deny {
  font-size: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -27px;
}

.messageDetail .content .hide {
  display: none;
}

.messageDetail .content .btn {
  border: 1px solid transparent;
}

.messageDetail .content .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.messageDetail .content .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.messageDetail .content .user-avatar img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.messageDetail .content .js-open-menu {
  width: 50px;
  alignment: right;
}

.messageDetail .content .js-open-menu .icon-dot {
  /* IE 9 */
  transform: rotate(90deg);
}

.messageDetail .content .js-open-menu .text-filter {
  font-family: "HiraginoSans-W3";
  color: rgb(118, 92, 51);
  font-size: 14px;
  border: 1px rgb(118, 92, 51) solid;
  padding: 5px 10px;
  border-radius: 5px;
}

.messageDetail .content ul.js-show-user_menu {
  z-index: 1;
  top: 200px;
  display: block;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 136px;
  height: 54px;
  border-radius: 8px;
  border: 1px rgb(118, 92, 51) solid;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.messageDetail .content ul.js-show-user_menu li {
  font-weight: normal;
  padding: 13px;
}

.messageDetail .content ul.js-show-user_menu li:last-child {
  border: none;
}

.messageDetail .content ul.js-show-user_menu a {
  color: #C53530;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.messageDetail .content .msg-list {
  position: relative;
  min-height: 80vh;
}

.messageDetail .content .msg-list__footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.messageDetail .content .msg-list__footer button {
  width: 260px;
  background: rgb(118, 92, 51);
  padding: 10px 0px;
  color: #fff;
  border-radius: 22px;
}

.messageDetail .content .msg-list .msg-item {
  padding: 16px 0px;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}

.messageDetail .content .msg-list .msg-item:last-child {
  border: none;
}

.messageDetail .content .msg-list .msg-item__info {
  width: 100%;
  padding-left: 11px;
}

.messageDetail .content .msg-list .msg-item__info .info-name {
  font-size: 16px;
  font-weight: 600;
  color: #1e1f1f;
}

.messageDetail .content .msg-list .msg-item__info .info-content {
  color: #777777;
}

.messageDetail .content .msg-list .msg-item__info .info-time {
  color: #5e6163;
  text-align: right;
  margin-bottom: 8px;
}

.messageDetail .content .msg-list .msg-item__info .msg-badge {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  background: rgb(118, 92, 51);
  border-radius: 14px;
  color: #fff;
}

.messageDetail .content .msg-detail {
  position: relative;
  border-right: 1px solid #dfdfdf;
}

.messageDetail .content .msg-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding: 0px 24px;
  background: #727171;
  border-left: 1px solid #555;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 10;
}

.messageDetail .content .msg-detail__header h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding-left: 16px;
  display: flex;
  align-items: center;
}

.messageDetail .content .msg-detail__header h4 img {
  margin-left: 4px;
}

.messageDetail .content .msg-detail__body {
  min-height: auto;
  height: 70vh;
  max-height: 100vh;
  overflow-y: scroll;
  padding: 20px;
  background-color: #dcdddd;
}

.messageDetail .content .msg-detail__body .msg-recieved {
  display: flex;
  text-align: right;
  margin-bottom: 20px;
}

.messageDetail .content .msg-detail__body .msg-recieved .media-thumbnail {
  text-align: center;
  border-radius: 0px 18px 18px 18px;
  overflow: hidden;
  background: #ebebeb;
}

.messageDetail .content .msg-detail__body .msg-recieved.free-message {
  text-align: left;
}

.messageDetail .content .msg-detail__body .msg-recieved.free-message p {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(118, 92, 51);
}

.messageDetail .content .msg-detail__body .msg-sent {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.messageDetail .content .msg-detail__body .msg-sent .msg-content {
  width: 50%;
}

.messageDetail .content .msg-detail__body .msg-sent .msg-content p {
  word-break: break-all;
  white-space: pre-wrap;
}

.messageDetail .content .msg-detail__body .msg-sent p {
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
  background-color: rgb(0, 82, 72);
  border: none;
  border-radius: 18px 0px 18px 18px;
  margin-bottom: 0;
}

.messageDetail .content .msg-detail__body .msg-sent p.hidden {
  background-color: rgb(251, 241, 200);
  border: 1px solid rgb(251, 241, 200);
  color: black;
}

.messageDetail .content .msg-detail__body .msg-sent span {
  font-size: 14px;
  color: #9b9898;
  letter-spacing: 0.03em;
}

.messageDetail .content .msg-detail__body .msg-sent.error p {
  background-color: #ffffff;
  color: #252323;
}

.messageDetail .content .msg-detail__body .msg-sent.free p {
  background-color: #008d3a;
  color: #f1f2f2;
}

.messageDetail .content .msg-detail__body .msg-sent .media-thumbnail {
  text-align: center;
  border-radius: 18px 0px 18px 18px;
  overflow: hidden;
}

.messageDetail .content .msg-detail__body .msg-content {
  width: 50%;
}

.messageDetail .content .msg-detail__body .msg-content p {
  word-break: break-all;
  white-space: pre-wrap;
}

.messageDetail .content .msg-detail__body .msg-avatar {
  padding-right: 10px;
}

.messageDetail .content .msg-detail__body .msg-time {
  display: inline-block;
  background: #008d3a;
  border-radius: 100px;
  padding: 3px 25px;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 34px;
}

.messageDetail .content .msg-detail__body p {
  text-align: left;
  font-size: 16px;
  color: #333333;
  padding: 10px;
  background: #f1f2f2;
  border-radius: 0px 20px 20px 20px;
  margin-bottom: 0;
}

.messageDetail .content .msg-detail__body span {
  font-size: 14px;
  color: #9b9898;
  letter-spacing: 0.03em;
}

.messageDetail .content .msg-detail__body .media-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 150px;
  height: 150px;
}

.messageDetail .content .msg-detail__body .media-thumbnail video {
  -o-object-fit: contain;
  object-fit: contain;
  width: 150px;
  height: 150px;
  padding: 5px 0px;
}

.messageDetail .content .msg-detail__footer {
  padding: 12px;
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #7b6078;
  box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.15);
}

.messageDetail .content .msg-detail__footer.default {
  background: rgb(135, 135, 135);
}

.messageDetail .content .msg-detail__footer.default .form-custom {
  background: #ffffff;
}

.messageDetail .content .msg-detail__footer.default .count-box {
  color: #fff8e9;
}

.messageDetail .content .msg-detail__footer.default .btn-edit {
  margin-right: 1rem;
  color: #777777;
}

.messageDetail .content .msg-detail__footer.default .btn-edit p {
  margin: 0;
}

.messageDetail .content .msg-detail__footer.default .ic-plus {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  background: url("/img/ic_plus_default.png");
}

.messageDetail .content .msg-detail__footer.default .ic-plus.open {
  transform: rotate(45deg);
}

.messageDetail .content .msg-detail__footer.default .ic-edit {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  background: url("/img/ic_edit_default.png");
}

.messageDetail .content .msg-detail__footer .form-custom {
  height: 105px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}

.messageDetail .content .msg-detail__footer .form-custom input {
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  caret-color: rgb(118, 92, 51);
}

.messageDetail .content .msg-detail__footer .form-custom input::-moz-placeholder {
  font-size: 14px;
  color: #717171;
  padding-left: 5px;
}

.messageDetail .content .msg-detail__footer .form-custom input::placeholder {
  font-size: 14px;
  color: #717171;
  padding-left: 5px;
}

.messageDetail .content .msg-detail__footer .form-custom .emoji-picker-icon {
  display: none;
}

.messageDetail .content .msg-detail__footer .btn-edit {
  font-size: 14px;
  color: #ffffff;
  margin-right: 1rem;
}

.messageDetail .content .msg-detail__footer .btn-edit p {
  margin: 0;
}

.messageDetail .content .msg-detail__footer .switch {
  height: 30px;
  line-height: 30px;
}

.messageDetail .content .msg-detail__footer .switch .switch__toggle {
  background-color: #c8c8c8;
}

.messageDetail .content .msg-detail__footer .count-box {
  font-size: 12px;
  color: #ffffff;
}

.messageDetail .content .msg-detail__footer .count-box .message-count {
  font-size: 14px;
}

.messageDetail .content .msg-detail__footer .count-box .message-count-notice {
  color: #ffffff;
  display: none;
}

.messageDetail .content .msg-detail__footer .count-box .count-point-unlock {
  color: #ffffff;
  display: none;
}

.messageDetail .content .msg-detail__footer .count-box .count-point-unlock span {
  font-size: 14px;
}

.messageDetail .content .msg-detail__footer .count-box .message-not-enough-point {
  display: none;
  color: #ffffff;
}

.messageDetail .content .msg-detail .js-show-dialog {
  display: none;
  position: absolute;
  bottom: unset;
  width: 355px;
  right: 10px;
  top: 80px;
  border-radius: 6px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 0 20px #fef2f6;
  line-height: 24px;
}

.messageDetail .content .msg-detail .js-show-dialog:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
  margin-left: 45px;
  position: absolute;
  top: -20px;
  right: 50px;
  transform: rotate(180deg);
}

.messageDetail .content .msg-detail .js-show-dialog img {
  width: 34px;
  height: auto;
  border-radius: 50%;
}

.messageDetail .content .msg-detail .js-show-dialog span {
  padding-left: 8px;
  font-size: 14px;
  color: #545454;
}

.messageDetail .content .msg-detail .js-show-dialog span:nth-child(1) {
  color: rgb(118, 92, 51);
}

.messageDetail .content .msg-detail .js-show-dialog span:nth-child(2) {
  font-weight: 600;
}

.messageDetail .content .msg-detail .js-show-dialog span:last-child {
  font-size: 12px;
}

.messageDetail .content .msg-detail .js-show-dialog.show {
  display: block;
}

.messageDetail .content .user-profile-outer {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px 12px 0px;
  margin-bottom: 15px;
}

.messageDetail .content .user-profile {
  background: #ffffff;
}

.messageDetail .content .user-profile__header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 30px 0px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.messageDetail .content .user-profile__body {
  padding: 15px;
}

.messageDetail .content .user-profile .user-info {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 12px;
}

.messageDetail .content .user-profile .user-info {
  display: flex;
  flex: 1;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 12px;
}

.messageDetail .content .user-profile .user-info .follow-item {
  color: white;
  border: none;
  background: #008d3a;
  padding: 5px !important;
  border-radius: 15px;
  font-size: 13px;
  width: 77px;
  margin-left: -3px;
  cursor: pointer;
}

.messageDetail .content .user-profile .user-info .unfollow-item {
  color: white;
  border: none;
  background: #008d3a !important;
  padding: 5px;
  border-radius: 15px;
  font-size: 13px;
  width: 77px;
  margin-left: -5px;
  cursor: pointer;
}

.messageDetail .content .user-profile .user-tag {
  padding-bottom: 12px;
}

.messageDetail .content .user-profile .user-tag .tag-title {
  color: #252526;
  font-weight: bold;
  padding: 12px 0px;
}

.messageDetail .content .user-profile .user-tag .tag-item {
  color: #ab50eb;
  border: 1px solid #ab50eb;
  padding: 2px 12px;
  border-radius: 15px;
  font-weight: 600;
}

.messageDetail .content .user-profile .user-avatar {
  padding-right: 18px;
  margin-bottom: 3px;
}

.messageDetail .content .user-profile .login-time {
  color: #777777;
  font-size: 14px;
}

.messageDetail .content .user-profile .user-name {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.messageDetail .content .user-profile .user-name img {
  margin-left: 4px;
}

.messageDetail .content .user-profile .user-age {
  font-size: 14px;
  display: flex;
  gap: 15px;
  color: #ACACAC;
}

.messageDetail .content .user-profile .user-age img {
  width: 26px;
  height: 26px;
}

.messageDetail .content .user-profile .user-about {
  white-space: pre-wrap;
  word-break: break-all;
}

.messageDetail .content .user-profile .user-table .user-table-tit {
  font-weight: bold;
  font-size: 16px;
  color: #ab50eb;
}

.messageDetail .content .user-profile .user-table .user-table-tit .updated-about-me-time {
  font-size: 12px;
  color: #333333;
}

.messageDetail .content .user-profile .user-table table {
  width: 100%;
}

.messageDetail .content .user-profile .user-table tr {
  border-bottom: 1px solid #dfdfdf;
}

.messageDetail .content .user-profile .user-table tr:last-child {
  border: none;
}

.messageDetail .content .user-profile .user-table tr td {
  width: 50%;
  padding: 14px 0px;
  font-size: 14px;
}

.messageDetail .content .user-profile .user-table tr td:first-child {
  font-weight: bold;
}

.messageDetail .content .user-profile .user-table tr td:last-child {
  color: #777777;
}

.messageDetail .content .user-profile p {
  color: #333333;
  font-size: 14px;
}

.messageDetail .content button {
  background: transparent;
  border: none;
}

.messageDetail .content button:active,
.messageDetail .content button:focus {
  outline: none;
}

.messageDetail .content button.send-message {
  padding-top: 11px;
}

.messageDetail .content .avatar-default {
  display: inline-block;
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.messageDetail .content .main-chat {
  display: flex;
}

.messageDetail .content .js-show-memo {
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(118, 92, 51, 0.5);
  border-radius: 4px;
  width: 440px;
  position: absolute;
  top: 70px;
  right: -50px;
  z-index: 1;
}

.messageDetail .content .js-show-memo::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #ffffff;
  margin-left: 45px;
  position: absolute;
  top: -15px;
  right: 88px;
  transform: rotate(180deg);
}

.messageDetail .content .js-show-memo .memo-top {
  padding: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.messageDetail .content .js-show-memo .memo-body {
  padding: 20px;
}

.messageDetail .content .js-show-memo .txt-length {
  text-align: right;
  display: block;
  color: #acacac;
}

.messageDetail .content .js-show-memo button {
  border: 1px solid rgb(118, 92, 51);
  padding: 0px 8px;
  border-radius: 3px;
  color: rgb(118, 92, 51);
}

.messageDetail .content .js-show-memo textarea {
  width: 100%;
  height: 216px;
  padding: 16px;
  border: none;
  outline: none;
  resize: none;
}

.messageDetail .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.messageDetail .content [v-cloak] {
  display: none;
}

.messageDetail .content .form-check {
  margin-right: 16px;
}

.messageDetail .content .form-check .styled-checkbox:checked + label:after {
  top: 10px;
}

.messageDetail .content .empty-chat {
  text-align: center;
  margin-top: 15vh;
}

.messageDetail .content .empty-chat a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  background: rgb(118, 92, 51);
  border-radius: 24px;
  padding: 10px 0;
  width: 260px;
}

.messageDetail .content .empty-chat__txt {
  font-weight: bold;
  font-size: 24px;
  color: #dfdfdf;
  margin: 28px 0 60px;
}

.messageDetail .content .image-upload {
  margin-right: 1rem;
}

.messageDetail .content .image-upload > input {
  display: none;
}

.messageDetail .content .image-upload img {
  width: 24px;
  cursor: pointer;
}

.messageDetail .content #file_selected {
  width: 32px;
  height: 32px;
}

.messageDetail .content .switch {
  height: 30px;
  line-height: 30px;
}

.messageDetail .content .switch .switch__toggle {
  background-color: #c8c8c8;
}

.messageDetail .content .switch .switch__toggle .text-active {
  padding-left: 7px;
  display: none;
  color: #ffffff;
}

.messageDetail .content .switch .switch__toggle .text-default {
  padding-right: 7px;
  display: block;
  text-align: right;
  color: #777777;
}

.messageDetail .content .switch :checked + .switch__toggle {
  background-color: rgb(0, 143, 58);
}

.messageDetail .content .switch :checked + .switch__toggle .text-default {
  display: none;
}

.messageDetail .content .switch :checked + .switch__toggle .text-active {
  display: block;
}

.messageDetail .content .ic-plus {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}

.messageDetail .content .ic-plus.ic-active {
  background: url("/img/ic_plus1.png");
}

.messageDetail .content .ic-plus.open {
  transform: rotate(45deg);
}

.messageDetail .content .ic-plus.ic-default {
  background: url("/img/ic_plus_default.png");
}

.messageDetail .content .ic-edit {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}

.messageDetail .content .ic-edit.ic-active {
  background: url("/img/ic_edit1.png");
}

.messageDetail .content .ic-edit.ic-default {
  background: url("/img/ic_edit_default.png");
}

.messageDetail .content .ic-send {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.messageDetail .content .ic-send.ic-active {
  background: url("/img/ic_send_default.png");
}

.messageDetail .content .ic-send.ic-default {
  background: url("/img/ic_send.png");
}

.messageDetail .unread-message {
  background-color: #f2f2f2;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 28px;
  padding: 4px 0;
}

.messageDetail .confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.messageDetail .confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.messageDetail .confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}

.messageDetail .confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}

.messageDetail .confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.messageDetail .confirm-popup .ms-popup__body {
  padding: 30px 25px !important;
}

.messageDetail .confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0 36px 36px;
}

.messageDetail .confirm-popup .ms-popup__footer button {
  border: 1px solid #777777 !important;
  background-color: #ffffff !important;
  color: #777777 !important;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}

.messageDetail .confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(118, 92, 51);
  text-align: center;
  margin-bottom: 30px;
}

.messageDetail .confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

.messageDetail .block-confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.messageDetail .block-confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.messageDetail .block-confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 600px;
  overflow: hidden;
}

.messageDetail .block-confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}

.messageDetail .block-confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.messageDetail .block-confirm-popup .ms-popup__body {
  padding: 0;
  font-size: 16px;
}

.messageDetail .block-confirm-popup .ms-popup__head {
  padding: 16px 36px;
  background-color: #ededed;
  font-family: "Hiragino Sans";
}

.messageDetail .block-confirm-popup .ms-popup__note {
  padding: 0 36px;
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

.messageDetail .block-confirm-popup .ms-popup__note p {
  color: #f02020 !important;
}

.messageDetail .block-confirm-popup .ms-popup__form {
  display: flex;
  flex-direction: column;
  padding: 0px 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.messageDetail .block-confirm-popup .ms-popup__form label {
  font-size: 14px;
  color: #777777;
}

.messageDetail .block-confirm-popup .ms-popup__form textarea {
  border-radius: 8px;
  color: #777777;
  resize: none;
  height: 123px;
  padding: 10px;
  border: 1px solid #acacac;
}

.messageDetail .block-confirm-popup .ms-popup__form textarea:focus {
  outline: none;
}

.messageDetail .block-confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 20px;
  justify-content: space-between;
}

.messageDetail .block-confirm-popup .ms-popup__footer button {
  border: 1px solid #777777;
  background-color: #ffffff;
  color: #777777;
  border-radius: 40px;
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
}

.messageDetail .block-confirm-popup .ms-popup__footer .submit__block {
  background: rgb(118, 92, 51);
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
  border: none;
}

.messageDetail .block-confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(118, 92, 51);
  text-align: center;
  margin-bottom: 30px;
}

.messageDetail .block-confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .messageDetail .content .msg-detail__body .msg-sent .msg-content {
    width: 65%;
  }
  .messageDetail .content .msg-detail__body .msg-sent .msg-content p {
    font-size: 14px;
  }
  .messageDetail .content .msg-detail__body .msg-recieved .msg-content {
    width: 65%;
  }
  .messageDetail .content .msg-detail__body .msg-recieved .msg-content p {
    font-size: 14px;
  }
  .messageDetail .content .msg-detail__footer .image-upload {
    margin-right: 3px;
  }
  .messageDetail .content .msg-detail__footer .btn-edit {
    margin-right: 3px;
    padding: unset;
    font-size: 10px;
  }
  .messageDetail .content .msg-detail__footer .switch {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 56px;
  }
  .messageDetail .content .msg-detail__footer .switch__handle {
    height: 20px;
    width: 20px;
  }
  .messageDetail .content .msg-detail__footer .switch :checked + .switch__toggle .switch__handle {
    left: 33px;
  }
  .messageDetail .content .msg-detail__footer.default .btn-edit {
    margin-right: 3px;
    padding: unset;
    font-size: 10px;
  }
  .messageDetail .content .msg-detail__footer .count-box {
    font-size: 10px;
  }
  .messageDetail .content .msg-detail__footer .count-box .message-count {
    font-size: 12px;
  }
  .messageDetail .content .main-chat {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .messageDetail .content .msg-detail {
    position: relative;
    border-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .messageDetail .content .msg-detail__header {
    height: 48px;
    padding: 0px 10px;
    position: sticky;
    top: 44px;
  }
}
.userIndex .page-bg {
  background: url(../img/banner.png);
  background-size: contain;
  height: 100vh;
  overflow: hidden;
}

.userIndex .page-bg--transparent {
  background: transparent;
}

.userIndex .form-logo {
  text-align: center;
  padding-bottom: 40px;
}

.userIndex .form-login {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(235, 79, 131, 0.1);
  border-radius: 15px;
  padding: 48px 80px 40px;
}

.userIndex .form-login__title {
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 48px;
}

.userIndex .form-login__content input {
  width: 70%;
  border: none;
  outline: none;
  padding: 18px 10px 18px 0px;
  background: transparent;
}

.userIndex .form-login__content input::-moz-placeholder {
  color: #acacac;
}

.userIndex .form-login__content input::placeholder {
  color: #acacac;
}

.userIndex .form-login__content .input-group {
  position: relative;
  background: #ffffff;
  border: 1px solid #acacac;
  box-sizing: border-box;
  border-radius: 40px;
  margin-bottom: 16px;
}

.userIndex .form-login__content .input-group:nth-child(2) {
  margin-bottom: 32px;
}

.userIndex .form-login__content .input-group.error {
  border: 1px solid rgb(118, 92, 51);
}

.userIndex .form-login__content .input-group.error .error-validated {
  visibility: visible;
  opacity: 1;
}

.userIndex .form-login__content .input-group .error-validated {
  position: absolute;
  top: -40px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  color: #ffffff;
  background: #f26464;
  box-shadow: 0px 4px 10px rgba(235, 79, 131, 0.15);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.userIndex .form-login__content .input-group .error-validated:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f26464;
  margin-left: 45px;
  position: absolute;
  top: 48px;
}

.userIndex .form-login__content .input-group-prepend {
  padding: 0px 22px;
}

.userIndex .form-login__content button {
  border: none;
  width: 100%;
  padding: 18px;
  background: #ab50eb !important;
  border-radius: 40px;
  color: #ffffff !important;
  font-weight: bold;
  margin-bottom: 24px;
}

.userIndex .form-login__content button:active,
.userIndex .form-login__content button:focus {
  outline: none;
}

.userIndex .form-login__content span {
  text-align: center;
}

.userIndex .form-login__content span.mb-pc {
  margin-bottom: 48px;
}

.userIndex .form-login__content .text-link {
  display: inline-block;
  text-decoration: none;
  color: #ab50eb !important;
}

.userIndex .form-login__content .text-link:hover {
  color: #ab50eb !important;
}

.userIndex .form-login .term-of-service a {
  color: #ab50eb !important;
}

.userIndex .form-login .term-of-service a:hover {
  color: #ab50eb !important;
}

.userIndex .form-login .term-of-service .hight-light {
  color: #212529;
}

.userIndex .form-size {
  width: 570px;
}

.userIndex .reset-pw p {
  margin-bottom: 48px;
}

.userIndex .reset-pw .form-login {
  padding-bottom: 80px;
}

.userIndex .reset-pw .form-login__title {
  margin-bottom: 32px;
  color: #1bc4a1;
}

.userIndex .reset-pw .form-login .input-group {
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .userIndex .form-login {
    padding: 16px;
    margin: 16px;
  }
  .userIndex .form-login__title {
    margin-bottom: 24px;
  }
  .userIndex .form-login__content span.mb-pc {
    margin-bottom: 24px;
  }
}
.profileEdit .content .width50 {
  width: 50%;
}

.profileEdit .content .userName {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}

.profileEdit .content .userName::-moz-placeholder {
  font-weight: normal;
}

.profileEdit .content .userName::placeholder {
  font-weight: normal;
}

.profileEdit .content #twitter-error {
  top: 10px;
}

.profileEdit .content .btn-edit-profile {
  border: 1px solid #777777;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 16px;
  padding: 7px 24px;
}

.profileEdit .content .btn-primary {
  background-color: #007bff;
  border: 1px solid transparent;
}

.profileEdit .hide {
  display: none;
}

.profileEdit .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.profileEdit .styled-checkbox + label {
  cursor: pointer;
  padding: 0;
}

.profileEdit .styled-checkbox + label:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #777777;
  border-radius: 2px;
}

.profileEdit .styled-checkbox:checked + label:before {
  border: none;
}

.profileEdit .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/ic_checkbox.png");
  width: 16px;
  height: 16px;
}

.profileEdit .popup-overlay {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
}

.profileEdit .popup-inner {
  text-align: left;
  width: 500px;
  background: #fff;
  border-radius: 8px;
}

.profileEdit .popup-inner .popup-header {
  text-align: center;
  color: #333333;
  font-weight: bold;
  padding: 24px 0;
  border-bottom: 1px solid #dfdfdf;
}

.profileEdit .popup-inner .popup-body {
  padding: 26px 30px;
  border-bottom: 1px solid #dfdfdf;
}

.profileEdit .popup-inner .popup-body .form-check {
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 24px;
}

.profileEdit .popup-inner .popup-body label {
  margin: 0;
}

.profileEdit .popup-inner .popup-footer {
  display: flex;
}

.profileEdit .popup-inner .popup-footer button {
  width: 50%;
  flex-grow: 1;
  padding: 24px 0px;
}

.profileEdit .popup-inner .popup-footer button.btn-submit {
  color: rgb(118, 92, 51);
  font-weight: bold;
}

.profileEdit .popup-inner .popup-footer button.btn-close {
  color: #777777;
  border-right: 1px solid #dfdfdf;
}

.profileEdit .text-link-blue {
  cursor: pointer;
}

.profileEdit .about-register button {
  background: rgb(118, 92, 51);
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.profileEdit .about-register .modal-content {
  background: #eefdf9;
  border: none;
  text-align: left;
  padding: 30px;
}

.profileEdit .about-register ul li {
  font-weight: bold;
  color: rgb(118, 92, 51);
  opacity: 0.8;
}

.profileEdit .example-profile .modal-content {
  border: none;
}

.profileEdit .example-profile .modal-content .profile-image-box {
  height: 350px;
  position: relative;
  border-radius: 8px 8px 0 0;
  background-image: url("../img/background-preview-profile-detail.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.profileEdit .example-profile .modal-content .profile-image-box .close-button {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #acacac;
  background-color: #f0f0f0;
  right: -14px;
  top: -14px;
  text-align: center;
  font-size: 19px !important;
  line-height: unset !important;
  opacity: 1 !important;
}

.profileEdit .example-profile .modal-content .profile-image-box .user-picture {
  top: 0;
  left: 0;
  right: 0;
  bottom: 65px;
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
}

.profileEdit .example-profile .modal-content .profile-image-box .user-picture img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.profileEdit .example-profile .modal-content .profile-image-box .background-user-picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 350px;
}

.profileEdit .example-profile .modal-content .profile-image-box .background-user-picture img {
  height: 100%;
  width: 100%;
}

.profileEdit .example-profile .modal-content .profile-image-box .user-name {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  padding: 8px 10px;
  font-size: 21px;
  height: 50px;
  width: 100%;
}

.profileEdit .example-profile .modal-content .profile-info {
  background-image: url("../img/background-preview-profile-detail.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 20px;
}

.profileEdit .example-profile .modal-content .profile-info__title {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.profileEdit .example-profile .modal-content .profile-info__description {
  padding: 20px;
  border: 1px #6e6e6e solid;
  border-radius: 8px;
  background-color: white;
  font-size: 12px;
}

.profileEdit .col-item {
  margin-bottom: 24px;
}

.profileEdit .col-item__headTitle {
  font-weight: bold;
  color: rgb(118, 92, 51);
  padding-left: 20px;
  padding-bottom: 16px;
}

.profileEdit .col-item__content {
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 20px;
  position: relative;
}

.profileEdit .col-item__content .text-notice-waiting-approve {
  font-size: 20px;
  color: rgb(118, 92, 51);
  padding: 0;
}

.profileEdit .col-item__content .avatar-box::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.profileEdit .col-item__content .avatar-box p {
  top: 0;
  left: 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.profileEdit .col-item.last {
  margin-top: 47px;
  margin-bottom: 15px;
}

.profileEdit .col-item.last label {
  display: block;
  font-weight: bold;
}

.profileEdit .col-item.last input {
  text-align: left;
  font-weight: normal;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
}

.profileEdit .col-item.last input::-moz-placeholder {
  color: #acacac;
}

.profileEdit .col-item.last input::placeholder {
  color: #acacac;
}

.profileEdit .col-item .btn-custom {
  border: 1px solid rgb(118, 92, 51);
  border-radius: 5px;
  color: rgb(118, 92, 51);
  font-weight: bold;
  padding: 13px 20px;
  margin-bottom: 20px;
}

.profileEdit .col-item .text-link-blue {
  color: #5f9fe4;
  text-decoration: underline;
  display: block;
}

.profileEdit .col-item .form-group {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px;
  border-bottom: 1px solid #dfdfdf;
}

.profileEdit .col-item .form-group__left {
  font-weight: bold;
  color: #333333;
}

.profileEdit .col-item .form-group__right {
  text-align: right;
  color: #777777;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.profileEdit .col-item .form-group__right .showModal {
  cursor: pointer;
}

.profileEdit .col-item .form-group__right img[data-toggle=modal] {
  cursor: pointer;
  padding-left: 25px;
}

.profileEdit .col-item .form-group__right .gender-arrow {
  padding-left: 8px;
}

.profileEdit .col-item .form-group__right img {
  padding-left: 4px;
}

.profileEdit .col-item .form-group__right button {
  padding-right: 0 !important;
}

.profileEdit .col-item .form-group:first-child {
  padding-top: 0;
}

.profileEdit .col-item .form-group:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.profileEdit .col-item input,
.profileEdit .col-item select {
  border: none;
  outline: none;
  text-align: right;
  background: transparent;
  color: #777777;
  font-weight: bold;
}

.profileEdit .col-item input::-moz-placeholder,
.profileEdit .col-item select::-moz-placeholder {
  color: #777777;
  font-size: 16px;
}

.profileEdit .col-item input::-moz-placeholder, .profileEdit .col-item select::-moz-placeholder {
  color: #777777;
  font-size: 16px;
}

.profileEdit .col-item input::placeholder,
.profileEdit .col-item select::placeholder {
  color: #777777;
  font-size: 16px;
}

.profileEdit .col-item input.vc-appearance-none.vc-text-base {
  width: 20px;
  height: 20px;
  background-image: url("../img/ic_calendar.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  color: transparent;
  caret-color: transparent;
}

.profileEdit .col-item input.vc-appearance-none.vc-text-base:focus {
  box-shadow: none;
}

.profileEdit .col-item select::-ms-expand {
  display: none;
}

.profileEdit .col-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.profileEdit .col-item .mb-20 {
  margin-bottom: 20px;
}

.profileEdit .col-item .mb-16 {
  margin-bottom: 16px;
}

.profileEdit .col-item .mb-12 {
  margin-bottom: 12px;
}

.profileEdit .col-item .img-box {
  border: 2px solid rgb(118, 92, 51);
  border-radius: 8px;
  margin: 0px 40px;
}

.profileEdit .col-item .img-box .img-title {
  text-align: center;
  padding: 16px 0px 12px;
}

.profileEdit .col-item .img-box-wrap {
  background-color: #fffcee;
  text-align: center;
  padding: 15px 0;
}

.profileEdit .col-item .fs-16 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.profileEdit .col-item p {
  margin-bottom: 0;
  color: #777777;
  font-size: 12px;
  padding: 16px;
}

.profileEdit .col-item textarea {
  border: none;
  width: 100%;
  resize: none;
  outline: none;
  font-size: 14px;
  color: #777777;
  line-height: 22px;
  caret-color: rgb(118, 92, 51);
}

.profileEdit .col-item .txt-length {
  color: #acacac;
  font-size: 14px;
  text-align: right;
  display: block;
}

.profileEdit .col-item .avatar-preview img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .profileEdit .content .col-item .form-group:first-child .form-group__right {
    display: unset;
  }
  .profileEdit .content .col-item .form-group__left {
    font-size: 14px;
  }
  .profileEdit .content .col-item .form-group__right {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .profileEdit .content .col-item .form-group__right img {
    padding-left: 8px;
    height: 12px;
  }
  .profileEdit .content .col-item .form-group__right .showModal {
    width: 85%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .profileEdit .content .col-item .img-box {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .profileEdit .example-profile .modal-dialog {
    margin: 4rem 1rem 1rem !important;
  }
  .profileEdit .example-profile .modal-dialog .profile-info {
    padding: 10px;
  }
  .profileEdit .example-profile .modal-dialog .profile-info__description {
    padding: 10px;
  }
}
.lastRegister .content .last-register .form-group,
.confirmRegister .content .last-register .form-group {
  position: relative;
}

.lastRegister .content .last-register .box-outer,
.confirmRegister .content .last-register .box-outer {
  margin-top: 40px;
}

.lastRegister .content .last-register .box-inner,
.confirmRegister .content .last-register .box-inner {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.lastRegister .content .last-register .list-check,
.confirmRegister .content .last-register .list-check {
  display: flex;
  flex-wrap: wrap;
}

.lastRegister .content .last-register .list-check .check-item,
.confirmRegister .content .last-register .list-check .check-item {
  border: 1px solid #acacac;
  border-radius: 21px;
  padding: 5px 10px;
  display: inline;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #acacac;
}

.lastRegister .content .last-register .list-check label,
.confirmRegister .content .last-register .list-check label {
  margin-bottom: 0;
}

.lastRegister .content .last-register .list-check .styled-checkbox + label,
.confirmRegister .content .last-register .list-check .styled-checkbox + label {
  position: relative;
}

.lastRegister .content .last-register .list-check .styled-checkbox + label:before,
.confirmRegister .content .last-register .list-check .styled-checkbox + label:before {
  position: unset !important;
  margin-right: 12px;
}

.lastRegister .content .last-register .list-check .styled-checkbox:checked + label:after,
.confirmRegister .content .last-register .list-check .styled-checkbox:checked + label:after {
  top: 4px !important;
  left: 0;
}

.lastRegister .content .last-register .list-check .styled-checkbox,
.confirmRegister .content .last-register .list-check .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.lastRegister .content .last-register .list-check .styled-checkbox + label,
.confirmRegister .content .last-register .list-check .styled-checkbox + label {
  cursor: pointer;
  padding: 0;
}

.lastRegister .content .last-register .list-check .styled-checkbox + label:before,
.confirmRegister .content .last-register .list-check .styled-checkbox + label:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #777777;
  border-radius: 2px;
}

.lastRegister .content .last-register .list-check .styled-checkbox:checked + label:before,
.confirmRegister .content .last-register .list-check .styled-checkbox:checked + label:before {
  border: none;
}

.lastRegister .content .last-register .list-check .styled-checkbox:checked + label:after,
.confirmRegister .content .last-register .list-check .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/ic_checkbox.png");
  width: 16px;
  height: 16px;
}

.lastRegister .content .last-register .form-control-cs,
.confirmRegister .content .last-register .form-control-cs {
  caret-color: rgb(118, 92, 51);
  width: 100%;
  border: 1px solid #acacac;
  border-radius: 8px;
  padding: 11px 12px;
}

.lastRegister .content .last-register .form-control-cs input,
.confirmRegister .content .last-register .form-control-cs input {
  width: 75%;
  border: none;
  outline: none;
}

.lastRegister .content .last-register .form-control-cs input::-moz-placeholder,
.confirmRegister .content .last-register .form-control-cs input::-moz-placeholder {
  color: #acacac;
}

.lastRegister .content .last-register .form-control-cs input::-moz-placeholder, .confirmRegister .content .last-register .form-control-cs input::-moz-placeholder {
  color: #acacac;
}

.lastRegister .content .last-register .form-control-cs input::placeholder,
.confirmRegister .content .last-register .form-control-cs input::placeholder {
  color: #acacac;
}

.lastRegister .content .last-register .form-control-cs textarea,
.confirmRegister .content .last-register .form-control-cs textarea {
  background: transparent;
  resize: none !important;
  width: 100%;
  height: 146px;
  border: none;
  outline: none;
}

.lastRegister .content .last-register .form-control-cs .txt-length-area,
.confirmRegister .content .last-register .form-control-cs .txt-length-area {
  display: block;
  text-align: right;
  color: #777777;
}

.lastRegister .content .last-register .form-control-cs .txt-length,
.confirmRegister .content .last-register .form-control-cs .txt-length {
  position: absolute;
  right: 10px;
  color: #777777;
}

.lastRegister .content .last-register [v-cloak],
.confirmRegister .content .last-register [v-cloak] {
  opacity: 0;
}

.lastRegister .content .last-register .form-label-cs,
.confirmRegister .content .last-register .form-label-cs {
  color: #777777;
  font-weight: bold;
}

.lastRegister .content .last-register .form-value-cs,
.confirmRegister .content .last-register .form-value-cs {
  color: #777777;
  white-space: pre-wrap;
}

.lastRegister .content .last-register button,
.confirmRegister .content .last-register button {
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  width: 100%;
}

.lastRegister .content .last-register .btn-disabled,
.confirmRegister .content .last-register .btn-disabled {
  color: #777777;
  background: #dfdfdf;
  border-radius: 47px;
}

.lastRegister .content .last-register .btn-enable,
.confirmRegister .content .last-register .btn-enable {
  color: #ffffff;
  background: rgb(118, 92, 51);
  border-radius: 47px;
}

.lastRegister .content .last-register div.error-validated,
.confirmRegister .content .last-register div.error-validated {
  border: none;
  position: absolute;
  top: -40px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  color: #ffffff;
  background: #f26464;
  box-shadow: 0px 4px 10px rgba(235, 79, 131, 0.15);
  border-radius: 5px;
}

.lastRegister .content .last-register div.error-validated:after,
.confirmRegister .content .last-register div.error-validated:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f26464;
  margin-left: 45px;
  position: absolute;
  top: 48px;
}

@media only screen and (max-width: 768px) {
  .lastRegister .content .last-register .box-inner,
  .confirmRegister .content .last-register .box-inner {
    padding: 16px;
  }
}
.homeIndex .multiple-item {
  display: none;
}

.homeIndex .slick-initialized {
  display: block;
}

.homeIndex .multiple-item img {
  margin: 0 auto;
}

.homeIndex .trouble-tags-button {
  color: white;
  background-color: rgb(118, 92, 51);
  font-size: 18px;
  font-weight: bold;
  padding: 10px 32px;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-right: 40px;
}

.homeIndex .tag-search-active {
  background-color: #f1ab3f;
}

.homeIndex .content__main {
  min-height: 100vh;
}

.homeIndex .content.content-outer {
  padding-left: 276px;
  min-height: 100vh;
}

.homeIndex .content__banner {
  margin-bottom: 30px;
}

.homeIndex .content__banner .carousel {
  padding: 30px 30px 16px;
}

.homeIndex .content__banner .carousel-indicators {
  bottom: -10px;
  margin: 0;
}

.homeIndex .content__banner .carousel-indicators li {
  width: 8px;
  height: 8px;
  background: #c4c4c4;
  border: none;
  border-radius: 50%;
  flex: none;
}

.homeIndex .content__banner .carousel-indicators li.active {
  background: rgb(118, 92, 51);
}

.homeIndex .content__banner .carousel-inner {
  border-radius: 8px;
  text-align: center;
}

.homeIndex .content__banner .carousel-item {
  height: 140px;
}

.homeIndex .content__banner .carousel-item img {
  height: 100%;
}

.homeIndex .content .filter-box {
  padding: 0 30px;
  display: flex;
}

.homeIndex .content .filter-box__username {
  max-width: 854px;
  margin: auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

.homeIndex .content .filter-box__username .search-value {
  border: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  color: rgb(119, 119, 119);
  padding-right: 60px;
  background: #fff;
  cursor: pointer;
}

.homeIndex .content .filter-box__username .search-value::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}

.homeIndex .content .filter-box__username .search-value::placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}

.homeIndex .content .filter-box__username .search-value:focus {
  box-shadow: 0 0 12px rgba(118, 92, 51, 0.5);
}

.homeIndex .content .wrapper-options {
  background-color: #fff;
  margin: 0 30px 30px;
  border-radius: 10px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeIndex .content .wrapper-options .wrapper-icon-hidden-options {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
}

.homeIndex .content .wrapper-options .wrapper-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homeIndex .content .wrapper-options .wrapper-btns .wrapper-btn-of-current,
.homeIndex .content .wrapper-options .wrapper-btns .wrapper-btn-of-new {
  width: 756px;
  background-color: #dcdddd;
  padding: 10px 0;
  border-radius: 10px;
  color: #595757;
  font-size: 16px;
  margin-bottom: 17px;
}

.homeIndex .content .wrapper-options .wrapper-btns .wrapper-btn-actived {
  color: #fff;
  background-color: #595757;
}

.homeIndex .content .wrapper-btns-accept-reset {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeIndex .content .btn {
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
}

.homeIndex .content .btn.btn-accept {
  background-color: #008f3a;
  min-width: 303px;
  padding: 10px 0;
}

.homeIndex .content .btn.btn-reset {
  min-width: 140px;
  background-color: #595757;
  padding: 10px 0;
  margin-left: 20px;
}

.currentIndex .content .wrapper-options {
  background-color: #fff;
  margin: 0 30px 30px;
  border-radius: 10px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.currentIndex .content .wrapper-options .wrapper-icon-hidden-options {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
}

.currentIndex .content .wrapper-options .wrapper-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.currentIndex .content .wrapper-options .wrapper-btns .wrapper-btn-of-current,
.currentIndex .content .wrapper-options .wrapper-btns .wrapper-btn-of-new {
  width: 756px;
  background-color: #dcdddd;
  padding: 10px 0;
  border-radius: 10px;
  color: #595757;
  font-size: 16px;
  margin-bottom: 17px;
}

.currentIndex .content .wrapper-options .wrapper-btns .wrapper-btn-actived {
  color: #fff;
  background-color: #595757;
}

.currentIndex .content .wrapper-btns-accept-reset {
  display: flex;
  align-items: center;
  justify-content: center;
}

.currentIndex .content .btn {
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
}

.currentIndex .content .btn.btn-accept {
  background-color: #008f3a;
  min-width: 303px;
  padding: 10px 0;
}

.currentIndex .content .btn.btn-reset {
  min-width: 140px;
  background-color: #595757;
  padding: 10px 0;
  margin-left: 20px;
}

.homeIndex .content .filter-box__username .search-questioner {
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
}

.homeIndex .content .filter-box__username .search-questioner button {
  border-radius: 8px;
  padding: 0 10px;
}

.homeIndex .content .filter-box__username .search-questioner button img {
  max-width: 17px;
  height: auto;
}

.homeIndex .content .list-post {
  display: flex;
  flex-wrap: wrap;
}

.homeIndex .content .item {
  position: relative;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 24px;
  width: calc(50% - 12px);
}

.homeIndex .content .item:nth-child(2n-1) {
  margin-right: 24px;
}

.homeIndex .content .item__top {
  display: flex;
  align-items: center;
}

.homeIndex .content .item__top .top-left .thumbnail {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.homeIndex .content .item__top .top-right {
  padding-left: 13px;
}

.homeIndex .content .item__top .top-right__name {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.homeIndex .content .item__top .top-right__name img {
  margin-left: 4px;
}

.homeIndex .content .item__top .top-right__info {
  font-size: 14px;
  color: #777777;
}

.homeIndex .content .item__body p {
  font-size: 14px;
  color: #333333;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-height: 1.4rem;
}

.homeIndex .content .item__body .btn-custom {
  display: inline-block;
  font-size: 14px;
  color: rgb(118, 92, 51);
  border: 1px solid rgb(118, 92, 51);
  border-radius: 16px;
  padding: 5px 20px;
  margin: 0px;
  text-decoration: none;
}

.homeIndex .content .item__footer {
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
}

.homeIndex .content .item__footer .btn-message {
  max-width: 245px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 21px;
  box-shadow: 0px 0px 10px rgba(118, 92, 51, 0.5);
  font-size: 14px;
  font-weight: 600;
  color: rgb(118, 92, 51);
  text-decoration: none;
  padding: 12px 15px;
  box-shadow: none;
}

.homeIndex .content .item__footer .btn-message img {
  margin-right: 10px;
}

.homeIndex .content .item__footer .btn-info-login .info-login {
  float: right;
}

.homeIndex .content .item__footer span {
  font-size: 14px;
}

.homeIndex .content .item__footer span:first-child {
  color: #777777;
  margin-bottom: 5px;
}

.homeIndex .content .item__footer span:last-child {
  color: rgb(118, 92, 51);
}

.homeIndex .content .btn-mission {
  position: fixed;
  bottom: 70px;
  right: 43px;
  z-index: 98;
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
}

.homeIndex .content .btn-mission img {
  margin: 0 auto;
  display: block;
  padding-top: 15px;
}

.homeIndex .content .btn-mission .noti {
  position: absolute;
  top: 23px;
  right: 0;
  width: 20px;
  height: 20px;
  background: #ef4541;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeIndex .content button {
  border: none;
}

.homeIndex .content button:active,
.homeIndex .content button:focus {
  outline: none;
}

.homeIndex .content a:hover {
  text-decoration: none;
}

.homeIndex .content .avatar-default {
  display: inline-block;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.homeIndex .content .switch {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border: none;
  overflow: visible;
  width: 68px;
  z-index: 0;
  text-align: left;
}

.homeIndex .content .switch .switch__input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  vertical-align: top;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.homeIndex .content .switch .switch__toggle {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}

.homeIndex .content .switch .switch__toggle .text-active {
  padding-left: 7px;
  display: none;
  color: #ffffff;
}

.homeIndex .content .switch .switch__toggle .text-default {
  padding-right: 7px;
  display: block;
  text-align: right;
  color: #777777;
}

.homeIndex .content .switch .switch__handle {
  box-sizing: border-box;
  background-clip: padding-box;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 26px;
  width: 26px;
  background-color: white;
  left: 1px;
  top: 2px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.59, 0.01, 0.5, 0.99);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.homeIndex .content .switch :checked + .switch__toggle {
  background-color: #1bc4a1;
}

.homeIndex .content .switch :checked + .switch__toggle .text-default {
  display: none;
}

.homeIndex .content .switch :checked + .switch__toggle .text-active {
  display: block;
}

.homeIndex .content .switch :checked + .switch__toggle > .switch__handle {
  left: 40px;
  box-shadow: none;
}

.homeIndex .content .switch :disabled + .switch__toggle {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.homeIndex .content .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.homeIndex .content .styled-checkbox + label {
  cursor: pointer;
  padding: 0;
}

.homeIndex .content .styled-checkbox + label:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #777777;
  border-radius: 2px;
}

.homeIndex .content .styled-checkbox:checked + label:before {
  border: none;
}

.homeIndex .content .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/ic_checkbox.png");
  width: 16px;
  height: 16px;
}

.homeIndex .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homeIndex .content .box-outer {
  width: 760px;
}

.homeIndex .content .box-inner {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.homeIndex .content .box-inner .box-bar img {
  padding-right: 16px;
}

.homeIndex .content .box-inner .box-title {
  color: #333333;
  font-weight: bold;
}

.homeIndex .content .box-inner .box-title-lg {
  font-size: 24px;
  color: #eb4f83;
  font-weight: bold;
}

.homeIndex .content .box-inner .box-border {
  border-bottom: 1px solid #dfdfdf;
}

.homeIndex .content .text-link {
  display: inline-block;
  text-decoration: none;
  color: #eb4f83;
}

.homeIndex .content .text-link:hover {
  color: #eb4f83;
}

.homeIndex .content .main-chat .list-post {
  display: unset;
  padding: 0;
}

.homeIndex .content .main-chat .item {
  margin-bottom: 20px;
  margin-right: 0;
  width: 446px;
}

.homeIndex .content .main-header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 30px;
}

.homeIndex .content .main-header .top-header__title {
  font-size: 18px;
  font-weight: bold;
}

.homeIndex .content .main-header .top-header__info {
  color: #777777;
  font-weight: bold;
}

.homeIndex .content .main-header .top-header__info span {
  margin-left: 16px;
  padding: 12px 16px;
  color: #eb4f83;
  font-weight: bold;
  border: 1px solid #eb4f83;
  border-radius: 20px;
}

.homeIndex .content .main-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ececec;
  padding: 24px;
}

.homeIndex .content .main-header .top-bar h4 {
  font-size: 18px;
  color: #777777;
  margin-bottom: 0;
}

.homeIndex .content .main-header .top-bar img {
  margin-right: 16px;
}

.homeIndex .content .main-body {
  padding: 30px;
}

.homeIndex .content .popup-overlay {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
}

.homeIndex .content .popup-news {
  text-align: left;
  width: 600px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px;
}

.homeIndex .content .popup-news .popup-header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0px;
  background: #ededed;
}

.homeIndex .content .popup-news .popup-body {
  padding: 20px 40px 0px;
}

.homeIndex .content .popup-news .popup-footer {
  padding: 20px 40px 0 40px;
}

.homeIndex .content .popup-news .popup-footer button {
  font-weight: bold;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 47px;
  background: rgb(118, 92, 51);
  color: #ffffff;
}

.homeIndex .content .popup-news .popup-footer label {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
}

.homeIndex .content .popup-news .popup-footer .styled-checkbox + label:before {
  position: unset;
  margin-right: 12px;
}

.homeIndex .content .popup-news .popup-footer .styled-checkbox:checked + label:after {
  top: 3px;
  left: 0;
}

.homeIndex .content .popup-news .list-news {
  overflow: auto;
  height: 56vh;
}

.homeIndex .content .popup-news .list-news .item-news {
  margin-bottom: 32px;
  text-align: center;
}

.homeIndex .content .popup-news .list-news .item-news:last-child {
  margin-bottom: 0;
}

.homeIndex .content .popup-news .list-news .item-news__title {
  color: #777777;
  font-weight: bold;
  padding-top: 16px;
}

.homeIndex .content .popup-news .list-news .item-news__content {
  color: #777777;
  white-space: pre-line;
}

.homeIndex .content .modal-search-user-not-found {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .homeIndex .content .main-header .top-header {
    display: block;
  }
  .homeIndex .content .list-post {
    padding: 0px 16px;
  }
  .homeIndex .content .item__footer .btn-message {
    font-size: 10px;
  }
  .homeIndex .content__banner .carousel-item img {
    width: 100%;
  }
  .homeIndex .content .filter-box {
    padding: 0 16px;
  }
  .homeIndex .content .popup-news .popup-body {
    padding: 0px;
  }
  .homeIndex .content .popup-news .popup-body .list-news {
    overflow: auto;
    height: 33vh;
  }
  .homeIndex .content .popup-news .popup-footer {
    padding: 10px 40px 20px;
  }
  .homeIndex .content .popup-news .popup-footer .text-center label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .homeIndex .sidebar.hide {
    display: none;
  }
  .homeIndex .sidebar.show {
    display: block;
  }
  .homeIndex .js-open-sidebar {
    display: block;
    padding: 10px;
  }
  .homeIndex .content.content-outer {
    padding-left: 0;
  }
  .homeIndex .content .item {
    padding: 12px;
  }
  .homeIndex .content .item__footer span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .homeIndex .content .item {
    width: 100%;
  }
  .homeIndex .content .item:nth-child(2n-1) {
    margin-right: 0;
  }
}
.messageList .content .wrapper-options {
  position: relative;
  z-index: 100;
  background-color: #fff;
  margin: 0px 162px 30px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.messageList .content .wrapper-options .wrapper-icon-hidden-options {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
}

.messageList .content .wrapper-options .wrapper-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.messageList .content .wrapper-options .wrapper-btns .wrapper-btn-of-history {
  width: 756px;
  background-color: #dcdddd;
  padding: 10px 0;
  border-radius: 10px;
  color: #595757;
  font-size: 16px;
  margin-bottom: 17px;
}

.messageList .content .wrapper-options .wrapper-btns .wrapper-btn-actived {
  color: #fff;
  background-color: #595757;
}

.messageList .content .wrapper-btns-accept-reset {
  display: flex;
  align-items: center;
  justify-content: center;
}

.messageList .content .btn {
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
}

.messageList .content .btn.btn-accept {
  background-color: #A751E9;
  min-width: 303px;
  padding: 10px 0;
}

.messageList .content .btn.btn-reset {
  min-width: 140px;
  background-color: #595757;
  padding: 10px 0;
  margin-left: 20px;
}

.scroll-active {
  opacity: 0.4;
}

.filter-box {
  padding: 0 10px;
  display: flex;
  color: #303030;
  align-items: center;
  margin-bottom: 10px;
}

.filter-box .filter-box-title {
  width: 15%;
}

.filter-box .filter-box-title img {
  margin-right: 5px;
}

.filter-box .sort label {
  margin-bottom: 0;
  margin-right: 5px;
}

.filter-box .filter-box-users {
  width: 85%;
}

.filter-box__username {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

.filter-box__username .search-value {
  border: none;
  font-weight: bold;
  font-size: 16px;
  color: rgb(119, 119, 119);
  padding-right: 60px;
}

.filter-box__username .search-value::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}

.filter-box__username .search-value::placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}

.filter-box__username .search-value:focus {
  box-shadow: 0 0 12px rgba(235, 79, 131, 0.4);
}

.filter-box__username .search-questioner {
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
}

.filter-box__username .search-questioner button {
  border-radius: 8px;
}

.filter-box__username .search-questioner button img {
  width: 17px;
  height: auto;
}

.filter-box .link-guide {
  align-items: center;
  display: flex;
  color: #6e6e6e;
}

.filter-box .link-guide img {
  margin-left: 3px;
}

.filter-box button {
  color: white;
  background-color: #eb4f83;
  font-size: 14px;
  padding: 4px 28px;
  border-radius: 16px;
  margin-left: 30px;
}

.filter-box button.disabled {
  background-color: #dfdfdf;
}

.filter-box select {
  border-radius: 10px;
  padding: 5px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .filter-box {
    padding: 0 8px;
  }
}
.accountForgotPassword .page-bg,
.accountForgotPasswordStep2 .page-bg {
  background: url("../img/banner.png") no-repeat fixed;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}

.accountForgotPassword .page-bg--transparent,
.accountForgotPasswordStep2 .page-bg--transparent {
  background: transparent;
}

.accountForgotPassword .form-logo,
.accountForgotPasswordStep2 .form-logo {
  text-align: center;
  padding-bottom: 40px;
}

.accountForgotPassword .form-reset-password,
.accountForgotPasswordStep2 .form-reset-password {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(118, 92, 51, 0.5);
  border-radius: 15px;
  padding: 48px 80px 40px;
}

.accountForgotPassword .form-reset-password__title,
.accountForgotPasswordStep2 .form-reset-password__title {
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 48px;
}

.accountForgotPassword .form-reset-password__content input,
.accountForgotPasswordStep2 .form-reset-password__content input {
  width: 70%;
  border: none;
  outline: none;
  padding: 18px 10px 18px 0px;
  background: transparent;
}

.accountForgotPassword .form-reset-password__content input::-moz-placeholder,
.accountForgotPasswordStep2 .form-reset-password__content input::-moz-placeholder {
  color: #acacac;
}

.accountForgotPassword .form-reset-password__content input::-moz-placeholder, .accountForgotPasswordStep2 .form-reset-password__content input::-moz-placeholder {
  color: #acacac;
}

.accountForgotPassword .form-reset-password__content input::placeholder,
.accountForgotPasswordStep2 .form-reset-password__content input::placeholder {
  color: #acacac;
}

.accountForgotPassword .form-reset-password__content .input-group,
.accountForgotPasswordStep2 .form-reset-password__content .input-group {
  position: relative;
  background: #ffffff;
  border: 1px solid #acacac;
  box-sizing: border-box;
  border-radius: 40px;
  margin-bottom: 16px;
}

.accountForgotPassword .form-reset-password__content .input-group:nth-child(2),
.accountForgotPasswordStep2 .form-reset-password__content .input-group:nth-child(2) {
  margin-bottom: 32px;
}

.accountForgotPassword .form-reset-password__content .input-group.error,
.accountForgotPasswordStep2 .form-reset-password__content .input-group.error {
  border: 1px solid #eb4f83;
}

.accountForgotPassword .form-reset-password__content .input-group div.error-validated,
.accountForgotPasswordStep2 .form-reset-password__content .input-group div.error-validated {
  border: none;
  position: absolute;
  top: -40px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  color: #ffffff;
  background: #f26464;
  box-shadow: 0px 4px 10px rgba(235, 79, 131, 0.15);
  border-radius: 5px;
}

.accountForgotPassword .form-reset-password__content .input-group div.error-validated:after,
.accountForgotPasswordStep2 .form-reset-password__content .input-group div.error-validated:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f26464;
  margin-left: 45px;
  position: absolute;
  top: 48px;
}

.accountForgotPassword .form-reset-password__content .input-group-prepend,
.accountForgotPasswordStep2 .form-reset-password__content .input-group-prepend {
  padding: 0px 22px;
}

.accountForgotPassword .form-reset-password__content button,
.accountForgotPasswordStep2 .form-reset-password__content button {
  border: none;
  width: 100%;
  padding: 18px;
  background: #ab50eb !important;
  border-radius: 40px;
  color: #ffffff;
  margin-bottom: 24px;
}

.accountForgotPassword .form-reset-password__content button:active,
.accountForgotPassword .form-reset-password__content button:focus,
.accountForgotPasswordStep2 .form-reset-password__content button:active,
.accountForgotPasswordStep2 .form-reset-password__content button:focus {
  outline: none;
}

.accountForgotPassword .form-reset-password__content span,
.accountForgotPasswordStep2 .form-reset-password__content span {
  text-align: center;
}

.accountForgotPassword .form-reset-password__content span.mb-pc,
.accountForgotPasswordStep2 .form-reset-password__content span.mb-pc {
  margin-bottom: 48px;
}

.accountForgotPassword .form-reset-password__content .text-link,
.accountForgotPasswordStep2 .form-reset-password__content .text-link {
  display: inline-block;
  text-decoration: none;
  color: #eb4f83;
}

.accountForgotPassword .form-reset-password__content .text-link:hover,
.accountForgotPasswordStep2 .form-reset-password__content .text-link:hover {
  color: #eb4f83;
}

.accountForgotPassword .form-size,
.accountForgotPasswordStep2 .form-size {
  width: 570px;
}

.accountForgotPassword .reset-pw p,
.accountForgotPasswordStep2 .reset-pw p {
  margin-bottom: 48px;
}

.accountForgotPassword .reset-pw .form-reset-password,
.accountForgotPasswordStep2 .reset-pw .form-reset-password {
  padding-bottom: 80px;
}

.accountForgotPassword .reset-pw .form-reset-password__title,
.accountForgotPasswordStep2 .reset-pw .form-reset-password__title {
  margin-bottom: 32px;
  color: rgb(118, 92, 51);
}

.accountForgotPassword .reset-pw .form-reset-password .input-group,
.accountForgotPasswordStep2 .reset-pw .form-reset-password .input-group {
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .accountForgotPassword .form-reset-password,
  .accountForgotPasswordStep2 .form-reset-password {
    margin: 16px;
    padding: 16px;
  }
}
.menuIndex .ipad-only {
  display: none;
}

.menuIndex .pc-only {
  display: block;
}

.menuIndex .multiple-item {
  display: none;
}

.menuIndex .slick-initialized {
  display: block;
}

.menuIndex .multiple-item img {
  margin: 0 auto;
}

.menuIndex .main-header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 30px;
}

.menuIndex .main-header .top-header__title {
  font-size: 18px;
  font-weight: bold;
  color: #282828;
}

.menuIndex .main-header .top-header__info {
  color: #777777;
  font-weight: bold;
}

.menuIndex .main-header .top-header__info span {
  margin-left: 16px;
  padding: 12px 16px;
  color: rgb(118, 92, 51);
  font-weight: bold;
  border: 1px solid rgb(118, 92, 51);
  border-radius: 20px;
}

.menuIndex .main-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ececec;
  padding: 24px;
}

.menuIndex .main-header .top-bar h4 {
  font-size: 18px;
  color: #777777;
  margin-bottom: 0;
}

.menuIndex .main-header .top-bar img {
  margin-right: 24px;
}

.menuIndex .main-body {
  padding: 30px;
}

.menuIndex .notice-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 0px 24px;
  background: #ffffff;
  padding: 20px 24px;
}

.menuIndex .notice-box span {
  padding-left: 20px;
}

.menuIndex .notice-box span:first-child {
  color: #333333;
  font-weight: bold;
}

.menuIndex .notice-box span:last-child {
  color: #777777;
  font-size: 14px;
}

.menuIndex .work-data-balloon {
  display: none;
  position: absolute;
  width: 288px;
  height: 163px;
  padding: 10px 8px 10px 8px;
  margin-bottom: 10px;
  color: #666;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  border-radius: 25px;
  font: 16px/2 "\6E38\30B4\30B7\30C3\30AF";
  float: right;
  top: 30px;
  right: 3px;
  z-index: 1000;
}

.menuIndex .rank-data-balloon {
  display: none;
  position: absolute;
  width: 220px;
  height: 200px;
  padding: 10px 8px 10px 8px;
  margin-bottom: 10px;
  color: #666;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  border-radius: 25px;
  font: 16px/2 "\6E38\30B4\30B7\30C3\30AF";
  float: right;
  top: 30px;
  right: 3px;
  z-index: 1000;
}

.menuIndex .link-list {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 0px 24px;
  background: #ffffff;
}

.menuIndex .link-list__item {
  border-bottom: 1px solid #dfdfdf;
}

.menuIndex .link-list__item a {
  padding: 7px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.menuIndex .link-list__item span {
  color: #777777;
  font-weight: bold;
  padding-left: 20px;
}

.menuIndex .link-list__item:last-child {
  border: none;
}

.menuIndex .link-list__item .ms-badge {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  background: #1bc4a1;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.menuIndex .work-today-header {
  color: #ffffff;
  background-image: url("../img/work-today-header-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 192px;
  height: 48px;
  padding-top: 9px;
  font-weight: bold;
  text-align: center;
}

.menuIndex .work-data-header {
  color: #ffffff;
  background-image: url("../img/work-today-header-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 192px;
  height: 48px;
  padding-top: 9px;
  font-weight: bold;
  text-align: center;
}

.menuIndex .work-today-wrapper {
  height: 340px;
  position: relative;
  top: -5px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 38px 18px;
  background: #fdfdf0;
  margin-bottom: 30px;
}

.menuIndex .work-today-wrapper .work-today-content {
  background-image: url("../img/profile-content-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.menuIndex .work-today-wrapper .work-today-content .row {
  margin-top: 45px;
}

.menuIndex .work-today-wrapper .work-today-content .btn-work-today {
  width: 391px;
  height: 44px;
  background-image: url("../img/work-today-btn.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.menuIndex .work-today-wrapper .work-today-content__item {
  padding: 0 75px;
}

.menuIndex .work-today-wrapper .work-today-content__item .block {
  background-image: url("../img/rank-item-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 0;
}

.menuIndex .work-today-wrapper .work-today-content__item .block .element {
  position: relative;
  bottom: 25px;
}

.menuIndex .work-today-wrapper .work-today-content__item .block span.title {
  padding: 28px 58px;
  background-image: url("../img/rank-item-header-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 34px;
}

@media only screen and (max-width: 1250px) {
  .menuIndex .work-today-wrapper .work-today-content__item .block span.title {
    padding: 10px 6px;
  }
}
@media only screen and (max-width: 600px) {
  .menuIndex .work-today-wrapper .work-today-content__item .block span.title {
    padding: 6px 10px;
  }
}
.menuIndex .work-today-wrapper .work-today-content__item .outstanding_value {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (max-width: 1070px) {
  .menuIndex .work-today-wrapper .work-today-content__item {
    padding: 0 20px;
  }
}
.menuIndex .work-today-wrapper .footer-button {
  margin-bottom: 10px;
}

.menuIndex .work-data-wrapper {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 38px 18px;
  background: #fdfdf0;
  margin-bottom: 30px;
  height: auto;
  position: relative;
  top: -5px;
}

.menuIndex .work-data-wrapper .work-data .month-point {
  padding: 22px 124px;
  min-width: 647px;
  background-image: url("../img/rank-item-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #ffffff;
}

.menuIndex .work-data-wrapper .work-data .previous-month-point {
  margin-bottom: 37px;
}

@media only screen and (max-width: 1000px) {
  .menuIndex .work-data-wrapper .work-data .month-point {
    padding: 18px 60px;
    min-width: 200px;
    text-align: center;
  }
}
.menuIndex .work-data-wrapper .work-data .email-month {
  padding: 22px 124px;
  min-width: 647px;
  background-image: url("../img/rank-item-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (max-width: 1000px) {
  .menuIndex .work-data-wrapper .work-data .email-month {
    padding: 18px 60px;
    min-width: 200px;
    text-align: center;
  }
}
.menuIndex .work-data-wrapper .work-data .tooltip-item {
  position: relative;
  bottom: 23px;
  left: -5px;
  cursor: pointer;
  z-index: 1000;
}

.menuIndex .work-data-wrapper .work-data__item:first-child {
  padding-left: 33px;
}

.menuIndex .work-data-wrapper .work-data__item:last-child {
  padding-right: 33px;
}

@media only screen and (max-width: 600px) {
  .menuIndex .work-data-wrapper .work-data__item:first-child {
    padding-left: 0;
  }
  .menuIndex .work-data-wrapper .work-data__item:last-child {
    padding-right: 0;
  }
}
.menuIndex .work-data-wrapper .work-data__item .block {
  background-image: url("../img/rank-item-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 10px 0;
  width: 308px;
}

@media only screen and (max-width: 960px) {
  .menuIndex .work-data-wrapper .work-data__item .block {
    width: 190px;
  }
}
@media only screen and (max-width: 600px) {
  .menuIndex .work-data-wrapper .work-data__item .block {
    width: 160px;
  }
}
.menuIndex .work-data-wrapper .work-data__item .outstanding_value {
  font-size: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .menuIndex .work-data-wrapper .work-data__item .outstanding_value {
    font-size: 22px;
  }
}
.menuIndex .work-data-wrapper .work-data__component {
  background-image: url("../img/profile-content-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 20px 0;
  font-size: 20px;
}

.menuIndex .work-data-wrapper .work-data__component.second {
  font-weight: bold;
  color: #494545;
  font-size: 23px;
}

.menuIndex .work-data-wrapper .work-data .month-point-value {
  display: inline-block;
}

.menuIndex .rank-info-wrapper {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 38px 18px;
  background: #fdfdf0;
  margin-bottom: 30px;
  height: auto;
  position: relative;
  top: -5px;
}

.menuIndex .rank-info-wrapper .rank-title {
  position: relative;
  bottom: 42px;
}

.menuIndex .rank-info-wrapper .rank-content {
  background-image: url("../img/profile-content-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.menuIndex .rank-info-wrapper .rank-content .tooltip-item {
  position: relative;
  bottom: 29px;
  left: -8px;
  cursor: pointer;
  z-index: 1000;
}

.menuIndex .rank-info-wrapper .rank-content__item {
  padding: 0 75px;
}

.menuIndex .rank-info-wrapper .rank-content__item .block {
  background-image: url("../img/rank-item-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 0;
}

.menuIndex .rank-info-wrapper .rank-content__item .block .element {
  position: relative;
  bottom: 25px;
}

.menuIndex .rank-info-wrapper .rank-content__item .block span.title {
  padding: 28px 58px;
  background-image: url("../img/rank-item-header-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 34px;
}

@media only screen and (max-width: 1250px) {
  .menuIndex .rank-info-wrapper .rank-content__item .block span.title {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .menuIndex .rank-info-wrapper .rank-content__item .block span.title {
    padding: 6px 10px;
  }
}
.menuIndex .rank-info-wrapper .rank-content__item .outstanding_value {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (max-width: 1070px) {
  .menuIndex .rank-info-wrapper .rank-content__item {
    padding: 0 20px;
  }
}
.menuIndex .rank-info-wrapper .footer-button a {
  background-image: url("../img/rank-info-btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 391px;
  height: 44px;
  margin-bottom: 47px;
}

.menuIndex .ranking-modal {
  position: absolute;
  border: none;
  width: 900px;
  height: 800px;
}

@media only screen and (max-width: 1000px) {
  .menuIndex .ranking-modal {
    width: 700px;
    height: 650px;
  }
}
@media only screen and (max-height: 900px) {
  .menuIndex .ranking-modal {
    width: 800px;
    height: 700px;
  }
}
@media only screen and (max-height: 720px) {
  .menuIndex .ranking-modal {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (max-width: 600px) {
  .menuIndex .ranking-modal {
    width: 350px;
    height: 550px;
  }
}
.menuIndex .user-ranking-data {
  margin-right: 0;
  margin-left: 60px;
  width: 80%;
}

.menuIndex .user-rank-info {
  margin-right: 0;
  margin-left: 60px;
  width: 80%;
}

@media only screen and (max-width: 1250px) {
  .menuIndex .ipad-only {
    display: block;
  }
  .menuIndex .pc-only {
    display: none;
  }
  .menuIndex .user-data-info {
    margin-left: 20px;
  }
  .menuIndex .user-data-info__message-data {
    padding: 2px 0 !important;
  }
}
.helpIndex .help {
  color: #777777;
}

.helpIndex .form-search {
  position: relative;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  height: 48px;
  line-height: 48px;
}

.helpIndex .form-search input[type=search] {
  border: none;
  outline: none;
  background: transparent;
  padding-left: 16px;
  width: 80%;
  color: #777777;
  caret-color: rgb(118, 92, 51);
}

.helpIndex .form-search .btn-search {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0px 32px;
  background: rgb(118, 92, 51);
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
}

.helpIndex .row-noti {
  color: #777777;
  background: rgba(242, 100, 100, 0.1);
  border-radius: 8px;
  padding: 16px;
  margin: 24px 0px;
}

.helpIndex .list-faq .list-faq-title {
  font-weight: bold;
  color: rgb(118, 92, 51);
  margin-bottom: 24px;
}

.helpIndex .list-faq .list-faq-title:first-child {
  margin-top: 36px;
}

.helpIndex .list-faq .list-faq-title:last-child {
  margin-bottom: 10px;
}

.helpIndex .list-faq .list-faq-link {
  margin-bottom: 20px;
}

.helpIndex .list-faq .list-faq-item {
  display: block;
  text-decoration: none;
  color: #777777;
  margin-bottom: 20px;
  white-space: pre-wrap;
}

.helpIndex .list-faq .list-faq-item img {
  padding-right: 16px;
}

.helpIndex .list-faq .list-faq-detail {
  padding: 24px 0px;
}

.helpIndex .list-faq__footer-link {
  margin-bottom: 20px;
}

.helpIndex .list-faq__footer-link a {
  font-weight: bold;
  text-decoration: none;
  color: rgb(118, 92, 51);
  margin-bottom: 10px;
}

.helpIndex .list-faq__footer-title {
  color: rgb(118, 92, 51);
}

.helpIndex .content .text-link {
  display: inline-block;
  text-decoration: none;
  color: rgb(118, 92, 51);
}

.helpDetail .help {
  color: #777777;
}

.helpDetail .list-faq .list-faq-tit {
  font-weight: bold;
  padding-top: 24px;
  color: #333333;
  white-space: pre-wrap;
}

.helpDetail .list-faq .list-faq-title {
  font-weight: bold;
  color: rgb(118, 92, 51);
  margin-bottom: 24px;
}

.helpDetail .list-faq .list-faq-title:first-child {
  margin-top: 36px;
}

.helpDetail .list-faq .list-faq-item {
  display: block;
  text-decoration: none;
  color: #777777;
  margin-bottom: 20px;
}

.helpDetail .list-faq .list-faq-item img {
  padding-right: 16px;
}

.helpDetail .list-faq .list-faq-detail {
  padding: 24px 0px;
  white-space: pre-wrap;
}

.helpDetail .list-faq__footer-link {
  margin-bottom: 20px;
}

.helpDetail .list-faq__footer-link a {
  font-weight: bold;
  text-decoration: none;
  color: rgb(118, 92, 51);
  margin-bottom: 10px;
}

.helpDetail .list-faq__footer-title {
  color: rgb(118, 92, 51);
}

.helpDetail .content .text-link {
  display: inline-block;
  text-decoration: none;
  color: rgb(118, 92, 51);
}

.helpDetail .content .box-bar .box-title {
  color: rgb(118, 92, 51);
}

.accountSetting .content .btn,
.settingIndex .content .btn,
.termIndex .content .btn,
.privacyIndex .content .btn {
  border: 1px solid transparent;
}

.accountSetting .content .btn-primary,
.settingIndex .content .btn-primary,
.termIndex .content .btn-primary,
.privacyIndex .content .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.accountSetting .content .box-outer,
.settingIndex .content .box-outer,
.termIndex .content .box-outer,
.privacyIndex .content .box-outer {
  width: 760px;
  margin: 0 auto;
}

.accountSetting .content .box-inner,
.settingIndex .content .box-inner,
.termIndex .content .box-inner,
.privacyIndex .content .box-inner {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.accountSetting .content .box-inner .box-bar img,
.settingIndex .content .box-inner .box-bar img,
.termIndex .content .box-inner .box-bar img,
.privacyIndex .content .box-inner .box-bar img {
  padding-right: 16px;
}

.accountSetting .content .box-inner .box-title,
.settingIndex .content .box-inner .box-title,
.termIndex .content .box-inner .box-title,
.privacyIndex .content .box-inner .box-title {
  color: #333333;
  font-weight: bold;
}

.accountSetting .content .box-inner .box-title-lg,
.settingIndex .content .box-inner .box-title-lg,
.termIndex .content .box-inner .box-title-lg,
.privacyIndex .content .box-inner .box-title-lg {
  font-size: 24px;
  color: rgb(118, 92, 51);
  font-weight: bold;
}

.accountSetting .content .box-inner .box-border,
.settingIndex .content .box-inner .box-border,
.termIndex .content .box-inner .box-border,
.privacyIndex .content .box-inner .box-border {
  border-bottom: 1px solid #dfdfdf;
}

.accountSetting .content .flex-between-centered,
.settingIndex .content .flex-between-centered,
.termIndex .content .flex-between-centered,
.privacyIndex .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.accountSetting .content .flex-between-centered:nth-child(2),
.settingIndex .content .flex-between-centered:nth-child(2),
.termIndex .content .flex-between-centered:nth-child(2),
.privacyIndex .content .flex-between-centered:nth-child(2) {
  margin-bottom: 32px;
}

.accountSetting .content .flex-between-centered input.error-validated,
.settingIndex .content .flex-between-centered input.error-validated,
.termIndex .content .flex-between-centered input.error-validated,
.privacyIndex .content .flex-between-centered input.error-validated {
  border: 1px solid rgb(118, 92, 51) !important;
}

.accountSetting .content .flex-between-centered div.error-validated,
.settingIndex .content .flex-between-centered div.error-validated,
.termIndex .content .flex-between-centered div.error-validated,
.privacyIndex .content .flex-between-centered div.error-validated {
  border: none;
  position: absolute;
  top: -40px;
  right: 0;
  padding: 0 20px;
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background: #f26464;
  box-shadow: 0px 4px 10px rgba(235, 79, 131, 0.15);
  border-radius: 5px;
}

.accountSetting .content .flex-between-centered div.error-validated:after,
.settingIndex .content .flex-between-centered div.error-validated:after,
.termIndex .content .flex-between-centered div.error-validated:after,
.privacyIndex .content .flex-between-centered div.error-validated:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f26464;
  margin-left: 45px;
  position: absolute;
  left: 20px;
}

.accountSetting .content .setting .box-text,
.settingIndex .content .setting .box-text,
.termIndex .content .setting .box-text,
.privacyIndex .content .setting .box-text {
  padding-top: 48px;
}

.accountSetting .content .setting .setting-box .top-bar,
.settingIndex .content .setting .setting-box .top-bar,
.termIndex .content .setting .setting-box .top-bar,
.privacyIndex .content .setting .setting-box .top-bar {
  font-weight: bold;
}

.accountSetting .content .setting .setting-box .top-bar img,
.settingIndex .content .setting .setting-box .top-bar img,
.termIndex .content .setting .setting-box .top-bar img,
.privacyIndex .content .setting .setting-box .top-bar img {
  padding-right: 16px;
}

.accountSetting .content .setting .setting-box__title,
.settingIndex .content .setting .setting-box__title,
.termIndex .content .setting .setting-box__title,
.privacyIndex .content .setting .setting-box__title {
  font-weight: bold;
  margin: 36px 0px 30px;
}

.accountSetting .content .setting .setting-box__title:first-child,
.settingIndex .content .setting .setting-box__title:first-child,
.termIndex .content .setting .setting-box__title:first-child,
.privacyIndex .content .setting .setting-box__title:first-child {
  margin-top: 0;
}

.accountSetting .content .setting .setting-box__item,
.settingIndex .content .setting .setting-box__item,
.termIndex .content .setting .setting-box__item,
.privacyIndex .content .setting .setting-box__item {
  padding: 18px 0px;
  border-bottom: 1px solid #dfdfdf;
}

.accountSetting .content .setting .setting-box__item h5,
.settingIndex .content .setting .setting-box__item h5,
.termIndex .content .setting .setting-box__item h5,
.privacyIndex .content .setting .setting-box__item h5 {
  color: #777777;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}

.accountSetting .content .setting .setting-box__item a,
.settingIndex .content .setting .setting-box__item a,
.termIndex .content .setting .setting-box__item a,
.privacyIndex .content .setting .setting-box__item a {
  text-decoration: none;
}

.accountSetting .content .setting .setting-box p,
.settingIndex .content .setting .setting-box p,
.termIndex .content .setting .setting-box p,
.privacyIndex .content .setting .setting-box p {
  padding-top: 40px;
  color: #777777;
  margin: 0;
}

.accountSetting .content .setting .setting-box input,
.settingIndex .content .setting .setting-box input,
.termIndex .content .setting .setting-box input,
.privacyIndex .content .setting .setting-box input {
  width: 50%;
  border: none;
  outline: none;
  text-align: right;
  background: transparent;
  width: 80%;
}

.accountSetting .content .setting .setting-box input.input-num-count,
.settingIndex .content .setting .setting-box input.input-num-count,
.termIndex .content .setting .setting-box input.input-num-count,
.privacyIndex .content .setting .setting-box input.input-num-count {
  width: 70%;
}

.accountSetting .content .setting .setting-box input::-moz-placeholder,
.settingIndex .content .setting .setting-box input::-moz-placeholder,
.termIndex .content .setting .setting-box input::-moz-placeholder,
.privacyIndex .content .setting .setting-box input::-moz-placeholder {
  color: #acacac;
}

.accountSetting .content .setting .setting-box input::-moz-placeholder, .settingIndex .content .setting .setting-box input::-moz-placeholder, .termIndex .content .setting .setting-box input::-moz-placeholder, .privacyIndex .content .setting .setting-box input::-moz-placeholder {
  color: #acacac;
}

.accountSetting .content .setting .setting-box input::placeholder,
.settingIndex .content .setting .setting-box input::placeholder,
.termIndex .content .setting .setting-box input::placeholder,
.privacyIndex .content .setting .setting-box input::placeholder {
  color: #acacac;
}

.accountSetting .content .setting a,
.settingIndex .content .setting a,
.termIndex .content .setting a,
.privacyIndex .content .setting a {
  text-decoration: none;
  color: #777777;
}

.accountSetting .content .setting .setting-button,
.settingIndex .content .setting .setting-button,
.termIndex .content .setting .setting-button,
.privacyIndex .content .setting .setting-button {
  text-align: center;
  padding-top: 24px;
}

.accountSetting .content .setting .setting-button button,
.settingIndex .content .setting .setting-button button,
.termIndex .content .setting .setting-button button,
.privacyIndex .content .setting .setting-button button {
  color: #ffffff;
  background: rgb(118, 92, 51);
  border-radius: 30px;
  width: 380px;
  height: 48px;
}

.accountSetting .content .setting .fs-12,
.settingIndex .content .setting .fs-12,
.termIndex .content .setting .fs-12,
.privacyIndex .content .setting .fs-12 {
  font-size: 12px;
}

.accountSetting .content .setting iframe,
.settingIndex .content .setting iframe,
.termIndex .content .setting iframe,
.privacyIndex .content .setting iframe {
  width: 100%;
  height: 383px;
  border: none;
  margin-bottom: 36px;
}

.accountSetting .content .setting .line,
.settingIndex .content .setting .line,
.termIndex .content .setting .line,
.privacyIndex .content .setting .line {
  background: #dfdfdf;
  text-align: center;
  font-weight: bold;
  padding: 12px 0px;
  margin-bottom: 16px;
  margin-top: 36px;
}

.accountSetting .content .setting .box-title-lg,
.settingIndex .content .setting .box-title-lg,
.termIndex .content .setting .box-title-lg,
.privacyIndex .content .setting .box-title-lg {
  padding-top: 8px;
}

.accountSetting .content .setting .post-detail,
.settingIndex .content .setting .post-detail,
.termIndex .content .setting .post-detail,
.privacyIndex .content .setting .post-detail {
  padding: 16px;
  color: #777777;
}

@media only screen and (max-width: 768px) {
  .accountSetting .content .box-outer {
    width: 100%;
  }
  .accountSetting .content .setting-box {
    font-size: 14px;
  }
  .accountSetting .content .setting-box__item h5 {
    font-size: 14px;
    width: 100%;
  }
}
.accountCheckCmt .modal {
  width: 450px;
  margin-left: -240px;
  left: 50%;
  top: 50%;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 !important;
}

.accountCheckCmt .modal .popup-header {
  background: #ededed;
  padding: 20px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #333333;
}

.accountCheckCmt .modal .popup-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 32px;
  align-items: center;
  color: #777777;
}

.accountCheckCmt #confirm_submit_cmt {
  height: 240px;
  margin-top: -120px;
}

.accountCheckCmt #confirm_submit_cmt .popup-body {
  text-align: center;
}

.accountCheckCmt #confirm_submit_cmt .popup-footer {
  text-align: center;
}

.accountCheckCmt #confirm_submit_cmt .popup-footer .btn-confirm-cmt {
  background: rgb(118, 92, 51);
  border-radius: 23px;
  align-items: center;
  text-align: center;
  width: 90%;
  padding: 5px 0;
  border: none;
  color: #ffffff;
}

.accountCheckCmt #confirm_submit_cmt .popup-footer .btn-confirm-cmt-cancel {
  background: #ffffff;
  border-radius: 23px;
  color: #777777;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  width: 90%;
  padding: 5px 0;
  border: 1px solid #777777;
  margin-top: 16px;
}

.accountCheckCmt #submit_cmt_failed {
  height: 276px;
  margin-top: -138px;
}

.accountCheckCmt #submit_cmt_failed .popup-footer {
  text-align: center;
}

.accountCheckCmt #submit_cmt_failed .popup-footer .btn-cmt-failed {
  padding: 5px 0;
  background: rgb(118, 92, 51);
  border-radius: 23px;
  width: 90%;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border: none;
}

.accountCheckCmt #submit_cmt_success,
.accountCheckCmt #deny_id_card_message {
  height: 300px;
  margin-top: -128px;
}

.accountCheckCmt #submit_cmt_success .popup-footer,
.accountCheckCmt #deny_id_card_message .popup-footer {
  text-align: center;
  padding-bottom: 5px;
}

.accountCheckCmt #submit_cmt_success .popup-footer .btn-cmt-success,
.accountCheckCmt #deny_id_card_message .popup-footer .btn-cmt-success {
  padding: 5px 0;
  background: rgb(118, 92, 51);
  border-radius: 23px;
  width: 90%;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border: none;
}

.accountCheckCmt #submit_cmt_pending {
  height: 340px;
  margin-top: -170px;
}

.accountCheckCmt #submit_cmt_pending .popup-footer {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
}

.accountCheckCmt #submit_cmt_pending .popup-footer a {
  color: rgb(118, 92, 51);
  padding: 38px 0;
}

.accountCheckCmt #submit_cmt_pending .popup-footer .button-back {
  padding: 10px 65px;
  background: rgb(118, 92, 51);
  border-radius: 23px;
  color: white;
  font-weight: bold;
  border: none;
}

.accountCheckCmt .content .error {
  color: #ff0000;
}

.accountCheckCmt .content .box-outer {
  width: auto;
  max-width: 760px;
}

.accountCheckCmt .content .main-header {
  padding: 0;
  display: block;
}

.accountCheckCmt .check-cmt-box {
  height: 560px;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 30px;
  overflow: auto;
}

.accountCheckCmt .check-cmt-box .example-text {
  padding: 0;
  margin: 0;
}

.accountCheckCmt .text-noti {
  margin-bottom: 20px;
}

.accountCheckCmt .text-bold {
  font-weight: bold;
}

.accountCheckCmt .col-wrapper {
  background: #ffffff;
  border-radius: 8px;
  padding: 30px 80px 40px;
  margin-bottom: 24px;
}

.accountCheckCmt .col-tit {
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.accountCheckCmt .col-form {
  border-radius: 8px;
  min-height: 250px;
  text-align: center;
  padding: 36px;
}

.accountCheckCmt .col-form.form1 {
  border: 3px dashed rgb(118, 92, 51);
  margin-bottom: 24px;
}

.accountCheckCmt .col-form.form2 {
  border: 3px dashed #005248;
  margin-bottom: 32px;
}

.accountCheckCmt .col-form.form1 .inputfile + label {
  background: rgb(118, 92, 51);
}

.accountCheckCmt .col-form.form2 .inputfile + label {
  background: #005248;
}

.accountCheckCmt .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.accountCheckCmt .inputfile + label {
  width: 260px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border-radius: 24px;
  color: #fff;
  font-weight: bold;
}

.accountCheckCmt .btn-form-upload .inputfile + label {
  width: 200px;
  height: 44px;
  line-height: 44px;
  color: rgb(118, 92, 51);
  border: 1px solid rgb(118, 92, 51);
  margin: 16px 0px;
}

.accountCheckCmt .btn-logout {
  width: 45%;
  height: 56px;
  border-radius: 47px;
  background: rgb(118, 92, 51);
  font-weight: bold;
  margin-top: 40px;
  color: white;
}

.accountCheckCmt .btn-logout.active {
  background: rgb(118, 92, 51);
  color: #fff;
}

.accountCheckCmt .btn-apply {
  width: 45%;
  height: 56px;
  background: #dfdfdf;
  border-radius: 47px;
  color: #777777;
  font-weight: bold;
  margin-top: 40px;
}

.accountCheckCmt .btn-apply.active {
  background: rgb(118, 92, 51);
  color: #fff;
}

.accountCheckCmt .btn-apply.active:disabled {
  background: #dfdfdf;
  color: #777777;
}

.accountCheckCmt .img-uploaded {
  width: 100%;
  height: 264px;
  border-radius: 8px;
  margin: 32px 0px;
}

.accountCheckCmt .ic-arrow {
  margin: 16px 0px;
}

.accountCheckCmt .form-input-cs {
  background: transparent;
  width: 100%;
  border: 1px solid #acacac;
  border-radius: 8px;
  outline: none;
  height: 44px;
  line-height: 44px;
  padding: 0px 16px;
}

.accountCheckCmt p {
  color: #777777;
  padding: 24px;
  margin: 0;
  background: #ffffff;
  border-radius: 8px;
  margin: 0 !important;
}

.accountCheckCmt .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accountCheckCmt .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  height: 312px;
  overflow: hidden;
  position: relative;
}

.accountCheckCmt .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.accountCheckCmt .ms-popup__body {
  padding: 32px;
  color: #777777;
}

.accountCheckCmt .ms-popup__footer {
  padding: 0px 50px 32px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.accountCheckCmt .ms-popup__footer button {
  font-weight: bold;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 24px;
}

.accountCheckCmt .ms-popup__footer .btn-custom1 {
  background: rgb(118, 92, 51);
  color: #ffffff;
}

.accountCheckCmt .ms-popup__footer .btn-custom2 {
  background: transparent;
  border: 1px solid #777777;
  color: #777777;
  margin-top: 16px;
}

.accountCheckCmt .mb-28 {
  margin-bottom: 28px;
}

.accountCheckCmt .form-upload {
  margin-top: 64px;
}

@media only screen and (max-width: 768px) {
  .accountCheckCmt .col-wrapper,
  .accountCheckCmt .col-form {
    padding: 16px;
  }
  .accountCheckCmt .inputfile + label {
    width: 100%;
  }
}
.checkAspiration .btn-submit-aspiration {
  color: white;
  background: url(../img/button-juju.png) center center no-repeat !important;
  background-size: cover !important;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 32px;
  border-radius: 8px;
  display: inline-block;
}

.checkAspiration .btn-submit-aspiration:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.checkAspiration .form-group textarea {
  width: 100%;
  padding: 5px;
}

.templateForm .form-container {
  position: relative;
}

.templateIndex .content .template-content,
.templateForm .content .template-content {
  white-space: pre;
}

.templateIndex .content .num-count-input,
.templateForm .content .num-count-input {
  position: absolute;
  bottom: 20px;
  right: 10px;
  display: none;
}

.templateIndex .content .num-count-textarea,
.templateForm .content .num-count-textarea {
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: none;
}

.templateIndex .content .btn,
.templateForm .content .btn {
  border: 1px solid transparent;
}

.templateIndex .content .btn-primary,
.templateForm .content .btn-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.templateIndex .content .btn-secondary,
.templateForm .content .btn-secondary {
  background-color: #5a6268;
  border-color: #545b62;
}

.templateIndex .content .add_new_template.disabled,
.templateForm .content .add_new_template.disabled {
  opacity: 0.5;
  cursor: auto;
}

.templateIndex .content .box-bar,
.templateForm .content .box-bar {
  margin-bottom: 24px;
}

.templateIndex .content .template-name,
.templateForm .content .template-name {
  cursor: pointer;
  width: 100%;
}

.templateIndex .content .flex-between-centered,
.templateForm .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.templateIndex .content .template .switch,
.templateForm .content .template .switch {
  width: 46px;
  height: 28px;
  margin: 0;
  margin-right: 22px;
}

.templateIndex .content .template .switch .switch__toggle,
.templateForm .content .template .switch .switch__toggle {
  border: 1px solid #dfdfdf;
}

.templateIndex .content .template .switch .switch__handle,
.templateForm .content .template .switch .switch__handle {
  width: 24px;
  height: 24px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  top: 1px;
}

.templateIndex .content .template .switch :checked + .switch__toggle > .switch__handle,
.templateForm .content .template .switch :checked + .switch__toggle > .switch__handle {
  left: 19px;
}

.templateIndex .content .template .switch :checked + .switch__toggle,
.templateForm .content .template .switch :checked + .switch__toggle {
  background-color: c;
  border: 1px solid #727171;
}

.templateIndex .content .template .btn-delete,
.templateForm .content .template .btn-delete {
  padding: 0px 29px;
  border-left: 1px solid #dfdfdf;
}

.templateIndex .content .template .template-size,
.templateForm .content .template .template-size {
  height: 75vh;
  position: relative;
}

.templateIndex .content .template .template-list,
.templateForm .content .template .template-list {
  overflow: auto;
  height: 100%;
}

.templateIndex .content .template .template-list::-webkit-scrollbar,
.templateForm .content .template .template-list::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}

.templateIndex .content .template .template-list::-webkit-scrollbar-thumb,
.templateForm .content .template .template-list::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 2px;
}

.templateIndex .content .template .template-item,
.templateForm .content .template .template-item {
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0px;
}

.templateIndex .content .template .template-info,
.templateForm .content .template .template-info {
  margin-top: 40px;
}

.templateIndex .content .template .template-info span,
.templateForm .content .template .template-info span {
  color: #777777;
  padding-right: 80px;
}

.templateIndex .content .template .template-info span:last-child,
.templateForm .content .template .template-info span:last-child {
  padding-right: 0;
}

.templateIndex .content .template .template-button,
.templateForm .content .template .template-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.templateIndex .content .template #template-collapse,
.templateForm .content .template #template-collapse {
  width: 80%;
  color: #777777;
}

.templateIndex .content .template .template-link,
.templateForm .content .template .template-link {
  display: flex;
}

.templateIndex .content .template .template-link a,
.templateForm .content .template .template-link a {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.templateIndex .content .template .template-link a:first-child,
.templateForm .content .template .template-link a:first-child {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #777777;
  border: 1px solid #777777;
  border-radius: 20px;
  margin-right: 12px;
}

.templateIndex .content .template .template-link .btn-send-message,
.templateIndex .content .template .template-link a:last-child,
.templateForm .content .template .template-link .btn-send-message,
.templateForm .content .template .template-link a:last-child {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #727171;
  border: 1px solid #727171;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
}

.templateIndex .content .template .template-blank,
.templateForm .content .template .template-blank {
  color: #dfdfdf;
  padding-top: 28px;
}

.templateIndex .content .template input,
.templateForm .content .template input {
  border: none;
  outline: none;
  margin-bottom: 24px;
  font-weight: bold;
  background: rgba(51, 51, 51, 0.05);
  width: 100%;
  padding: 16px 18px;
  border-radius: 8px;
}

.templateIndex .content .template textarea,
.templateForm .content .template textarea {
  border: none;
  resize: none;
  outline: none;
  color: #777777;
  background: rgba(51, 51, 51, 0.05);
  line-height: 22px;
  caret-color: rgb(118, 92, 51);
  height: 200px;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
}

.templateIndex .content .template .group-button,
.templateForm .content .template .group-button {
  margin-top: 40px;
  text-align: center;
}

.templateIndex .content .template .btn-cancel,
.templateForm .content .template .btn-cancel {
  color: #777777;
  border: 1px solid #777777;
  border-radius: 25px;
  width: 120px;
  padding: 10px 0px;
  margin-right: 12px;
}

.templateIndex .content .template .btn-done,
.templateForm .content .template .btn-done {
  background: #777777;
  border-radius: 25px;
  color: #ffffff;
  width: 120px;
  padding: 10px 0px;
}

.templateIndex .content .switch-content-type h4,
.templateForm .content .switch-content-type h4 {
  font-size: 20px;
}

.templateIndex .content .switch-content-type .content-type,
.templateForm .content .switch-content-type .content-type {
  width: 155px;
  justify-content: space-between;
  position: relative;
}

.templateIndex .content .switch-content-type .content-type.type1,
.templateForm .content .switch-content-type .content-type.type1 {
  padding-bottom: 10px;
}

.templateIndex .content .switch-content-type .content-type.type1::after,
.templateForm .content .switch-content-type .content-type.type1::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #dfdfdf;
  right: 25px;
  bottom: 5px;
}

.templateIndex .content .switch-content-type .btn-sort-template,
.templateIndex .content .switch-content-type .btn-save-position,
.templateForm .content .switch-content-type .btn-sort-template,
.templateForm .content .switch-content-type .btn-save-position {
  border: 1px solid rgb(118, 92, 51);
  color: rgb(118, 92, 51);
}

.templateIndex .content .switch-content-type .btn-sort-template:focus,
.templateIndex .content .switch-content-type .btn-save-position:focus,
.templateForm .content .switch-content-type .btn-sort-template:focus,
.templateForm .content .switch-content-type .btn-save-position:focus {
  box-shadow: none;
}

.templateIndex .content .sorting-item,
.templateForm .content .sorting-item {
  padding-left: 8px !important;
  background-color: #ececec;
  border-radius: 2px;
  margin: 2px 0;
}

.templateIndex .content .drag-highlight,
.templateForm .content .drag-highlight {
  height: 70px;
  background-color: rgb(118, 92, 51);
}

.templateForm .form-container {
  position: relative;
}

.templateIndex .content .template-content,
.templateForm .content .template-content {
  white-space: pre;
}

.templateIndex .content .num-count-input,
.templateForm .content .num-count-input {
  position: absolute;
  bottom: 20px;
  right: 10px;
  display: none;
}

.templateIndex .content .num-count-textarea,
.templateForm .content .num-count-textarea {
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: none;
}

.templateIndex .content .btn,
.templateForm .content .btn {
  border: 1px solid transparent;
}

.templateIndex .content .btn-primary,
.templateForm .content .btn-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.templateIndex .content .btn-secondary,
.templateForm .content .btn-secondary {
  background-color: #5a6268;
  border-color: #545b62;
}

.templateIndex .content .add_new_template.disabled,
.templateForm .content .add_new_template.disabled {
  opacity: 0.5;
  cursor: auto;
}

.templateIndex .content .box-bar,
.templateForm .content .box-bar {
  margin-bottom: 24px;
}

.templateIndex .content .template-name,
.templateForm .content .template-name {
  cursor: pointer;
  width: 100%;
}

.templateIndex .content .flex-between-centered,
.templateForm .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.templateIndex .content .template .switch,
.templateForm .content .template .switch {
  width: 46px;
  height: 28px;
  margin: 0;
  margin-right: 22px;
}

.templateIndex .content .template .switch .switch__toggle,
.templateForm .content .template .switch .switch__toggle {
  border: 1px solid #dfdfdf;
}

.templateIndex .content .template .switch .switch__handle,
.templateForm .content .template .switch .switch__handle {
  width: 24px;
  height: 24px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  top: 1px;
}

.templateIndex .content .template .switch :checked + .switch__toggle > .switch__handle,
.templateForm .content .template .switch :checked + .switch__toggle > .switch__handle {
  left: 19px;
}

.templateIndex .content .template .switch :checked + .switch__toggle,
.templateForm .content .template .switch :checked + .switch__toggle {
  background-color: #727171;
  border: 1px solid #727171;
}

.templateIndex .content .template .btn-delete,
.templateForm .content .template .btn-delete {
  padding: 0px 29px;
  border-left: 1px solid #dfdfdf;
}

.templateIndex .content .template .template-size,
.templateForm .content .template .template-size {
  height: 75vh;
  position: relative;
}

.templateIndex .content .template .template-list,
.templateForm .content .template .template-list {
  overflow: auto;
  height: 100%;
}

.templateIndex .content .template .template-list::-webkit-scrollbar,
.templateForm .content .template .template-list::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}

.templateIndex .content .template .template-list::-webkit-scrollbar-thumb,
.templateForm .content .template .template-list::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 2px;
}

.templateIndex .content .template .template-item,
.templateForm .content .template .template-item {
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0px;
}

.templateIndex .content .template .template-info,
.templateForm .content .template .template-info {
  margin-top: 40px;
}

.templateIndex .content .template .template-info span,
.templateForm .content .template .template-info span {
  color: #777777;
  padding-right: 80px;
}

.templateIndex .content .template .template-info span:last-child,
.templateForm .content .template .template-info span:last-child {
  padding-right: 0;
}

.templateIndex .content .template .template-button,
.templateForm .content .template .template-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.templateIndex .content .template #template-collapse,
.templateForm .content .template #template-collapse {
  width: 80%;
  color: #777777;
}

.templateIndex .content .template .template-link,
.templateForm .content .template .template-link {
  display: flex;
}

.templateIndex .content .template .template-link a,
.templateForm .content .template .template-link a {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.templateIndex .content .template .template-link a:first-child,
.templateForm .content .template .template-link a:first-child {
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #777777;
  border: 1px solid #777777;
  border-radius: 20px;
  margin-right: 12px;
  background-color: white;
}

.templateIndex .content .template .template-blank,
.templateForm .content .template .template-blank {
  color: #dfdfdf;
  padding-top: 28px;
}

.templateIndex .content .template input,
.templateForm .content .template input {
  border: none;
  outline: none;
  margin-bottom: 24px;
  font-weight: bold;
  background: rgba(51, 51, 51, 0.05);
  width: 100%;
  padding: 16px 18px;
  border-radius: 8px;
}

.templateIndex .content .template textarea,
.templateForm .content .template textarea {
  border: none;
  resize: none;
  outline: none;
  color: #777777;
  background: rgba(51, 51, 51, 0.05);
  line-height: 22px;
  caret-color: rgb(118, 92, 51);
  height: 200px;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
}

.templateIndex .content .template .group-button,
.templateForm .content .template .group-button {
  margin-top: 40px;
  text-align: center;
}

.templateIndex .content .template .btn-cancel,
.templateForm .content .template .btn-cancel {
  color: #777777;
  border: 1px solid #777777;
  border-radius: 25px;
  width: 120px;
  padding: 10px 0px;
  margin-right: 12px;
}

.templateIndex .content .template .btn-done,
.templateForm .content .template .btn-done {
  background: #777777;
  border-radius: 25px;
  color: #ffffff;
  width: 120px;
  padding: 10px 0px;
}

.sendMultiMessages .content {
  background: #f5f5f5;
}

.sendMultiMessages .content__main {
  min-height: 100vh;
}

.sendMultiMessages .content.content-outer {
  padding-left: 276px;
}

.sendMultiMessages .content .filter-box {
  padding: 0 30px;
  display: flex;
  color: #303030;
  align-items: center;
  margin-bottom: 10px;
}

.sendMultiMessages .content .filter-box .filter-box-title {
  width: 15%;
}

.sendMultiMessages .content .filter-box .filter-box-title img {
  margin-right: 5px;
}

.sendMultiMessages .content .filter-box .sort label {
  margin-bottom: 0;
  margin-right: 5px;
}

.sendMultiMessages .content .filter-box .filter-box-users {
  width: 85%;
}

.sendMultiMessages .content .filter-box__username {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

.sendMultiMessages .content .filter-box__username .search-value {
  border: none;
  font-weight: bold;
  font-size: 16px;
  color: rgb(119, 119, 119);
  padding-right: 60px;
}

.sendMultiMessages .content .filter-box__username .search-value::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}

.sendMultiMessages .content .filter-box__username .search-value::placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}

.sendMultiMessages .content .filter-box__username .search-value:focus {
  box-shadow: 0 0 12px rgba(235, 79, 131, 0.4);
}

.sendMultiMessages .content .filter-box__username .search-questioner {
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
}

.sendMultiMessages .content .filter-box__username .search-questioner button {
  border-radius: 8px;
}

.sendMultiMessages .content .filter-box__username .search-questioner button img {
  width: 29px;
  height: auto;
}

.sendMultiMessages .content .filter-box .link-guide {
  align-items: center;
  display: flex;
  color: #6e6e6e;
}

.sendMultiMessages .content .filter-box .link-guide img {
  margin-left: 3px;
}

.sendMultiMessages .content .filter-box button {
  color: white;
  background-color: rgb(118, 92, 51);
  font-size: 14px;
  padding: 4px 28px;
  border-radius: 16px;
  margin-left: 30px;
}

.sendMultiMessages .content .filter-box button.disabled {
  background-color: #dfdfdf;
}

.sendMultiMessages .content .body-filter .title-filter {
  width: 25%;
  margin-top: 5px;
  font-size: 12px;
}

.sendMultiMessages .content .body-filter .title-filter img {
  margin-top: 3px;
  height: 12px;
  width: 12px;
  margin-right: 8px;
}

.sendMultiMessages .content .body-filter .select-box {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: white;
  width: 25%;
  margin-left: 2px;
  max-width: -ms-calc(100% - 64px);
  max-width: -o-calc(100% - 64px);
  max-width: calc(100% - 64px);
}

.sendMultiMessages .content .body-filter .select-box select {
  width: 100%;
  padding: 5px 20px 5px 5px;
  color: #969696;
  z-index: 2;
  position: relative;
  font-size: 10px;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sendMultiMessages .content .body-filter .select-box select:focus {
  outline: none;
  border: none;
  text-decoration: none;
  color: currentColor;
}

.sendMultiMessages .content .body-filter .select-box select:hover {
  outline: none;
  border: none;
  text-decoration: none;
  color: currentColor;
}

.sendMultiMessages .content .body-filter .select-box:before {
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.sendMultiMessages .content .body-filter .select-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid transparent;
  border-top: 5px solid #666666;
  border-bottom: none;
}

.sendMultiMessages .content .body-filter .select-box + .button-submit {
  margin-left: 10px;
}

.sendMultiMessages .content .body-filter .search-row,
.sendMultiMessages .content .body-filter .second-row {
  margin-top: 3px;
}

.sendMultiMessages .content .body-filter .search-row .left-side,
.sendMultiMessages .content .body-filter .second-row .left-side {
  width: 25%;
  max-width: 25%;
}

.sendMultiMessages .content .body-filter .search-row .right-side,
.sendMultiMessages .content .body-filter .second-row .right-side {
  width: 75%;
  max-width: 75%;
}

.sendMultiMessages .content .body-filter .search-row .form-input,
.sendMultiMessages .content .body-filter .second-row .form-input {
  background-color: #fff;
  border-radius: 5px;
  width: 53%;
}

.sendMultiMessages .content .body-filter .search-row .search-btn,
.sendMultiMessages .content .body-filter .second-row .search-btn {
  border: none;
  margin-left: 10px;
  margin-right: 9px;
  background-color: #eb5083;
  color: #ffffff;
  padding: 6px 21px;
  border-radius: 16px;
  font-size: 14px;
}

.sendMultiMessages .content .js-reset-action .text-reset-filter {
  font-family: "HiraginoSans-W3";
  color: rgb(118, 92, 51);
  font-size: 14px;
  border: 1px rgb(118, 92, 51) solid;
  padding: 5px 10px;
  border-radius: 5px;
}

.sendMultiMessages .content select {
  border-radius: 10px;
  padding: 5px;
  width: 100%;
}

.sendMultiMessages .content .list-post {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  min-height: 80vh;
}

.sendMultiMessages .content .item {
  position: relative;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 24px;
  width: calc(50% - 12px);
}

.sendMultiMessages .content .item:nth-child(2n-1) {
  margin-right: 24px;
}

.sendMultiMessages .content .item__top {
  display: flex;
  align-items: center;
  position: relative;
}

.sendMultiMessages .content .item__top .remove-user {
  color: rgb(118, 92, 51);
  position: absolute;
  right: 0;
  top: 0;
}

.sendMultiMessages .content .item__top .top-left .thumbnail {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.sendMultiMessages .content .item__top .top-right {
  padding-left: 13px;
}

.sendMultiMessages .content .item__top .top-right__name {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.sendMultiMessages .content .item__top .top-right__name img {
  margin-left: 4px;
}

.sendMultiMessages .content .item__top .top-right__info {
  font-size: 14px;
  color: #777777;
}

.sendMultiMessages .content .item__body {
  padding-bottom: 24px;
}

.sendMultiMessages .content .item__body p {
  font-size: 14px;
  color: #333333;
  padding: 0;
  margin: 24px 0;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-height: 1.4rem;
}

.sendMultiMessages .content .item__body p.updated-about-me-time {
  font-size: 12px;
  margin: 10px 0;
}

.sendMultiMessages .content .item__body .btn-custom {
  display: inline-block;
  font-size: 14px;
  color: rgb(118, 92, 51);
  border: 1px solid rgb(118, 92, 51);
  border-radius: 16px;
  padding: 5px 20px;
  margin: 0;
  text-decoration: none;
}

.sendMultiMessages .content .item__footer {
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
}

.sendMultiMessages .content .item__footer .btn-message {
  max-width: auto;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 21px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: rgb(118, 92, 51);
  text-decoration: none;
  padding: 0;
}

.sendMultiMessages .content .item__footer .btn-message img {
  margin-right: 10px;
}

.sendMultiMessages .content .item__footer .btn-info-login .info-login {
  float: right;
}

.sendMultiMessages .content .item__footer span {
  font-size: 14px;
}

.sendMultiMessages .content .item__footer span:first-child {
  color: #777777;
  margin-bottom: 5px;
}

.sendMultiMessages .content .item__footer span:last-child {
  color: rgb(118, 92, 51);
}

.sendMultiMessages .content .btn-mission {
  position: fixed;
  bottom: 70px;
  right: 43px;
  z-index: 98;
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
}

.sendMultiMessages .content .btn-mission img {
  margin: 0 auto;
  display: block;
  padding-top: 15px;
}

.sendMultiMessages .content .btn-mission .noti {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #1bc4a1;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sendMultiMessages .content button {
  border: none;
}

.sendMultiMessages .content button:active,
.sendMultiMessages .content button:focus {
  outline: none;
}

.sendMultiMessages .content a:hover {
  text-decoration: none;
}

.sendMultiMessages .content .avatar-default {
  display: inline-block;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.sendMultiMessages .content .switch {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border: none;
  overflow: visible;
  width: 68px;
  z-index: 0;
  text-align: left;
}

.sendMultiMessages .content .switch .switch__input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  vertical-align: top;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sendMultiMessages .content .switch .switch__toggle {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}

.sendMultiMessages .content .switch .switch__toggle .text-active {
  padding-left: 7px;
  display: none;
  color: #ffffff;
}

.sendMultiMessages .content .switch .switch__toggle .text-default {
  padding-right: 7px;
  display: block;
  text-align: right;
  color: #777777;
}

.sendMultiMessages .content .switch .switch__handle {
  box-sizing: border-box;
  background-clip: padding-box;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 26px;
  width: 26px;
  background-color: white;
  left: 1px;
  top: 2px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.59, 0.01, 0.5, 0.99);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.sendMultiMessages .content .switch :checked + .switch__toggle {
  background-color: #1bc4a1;
}

.sendMultiMessages .content .switch :checked + .switch__toggle .text-default {
  display: none;
}

.sendMultiMessages .content .switch :checked + .switch__toggle .text-active {
  display: block;
}

.sendMultiMessages .content .switch :checked + .switch__toggle > .switch__handle {
  left: 40px;
  box-shadow: none;
}

.sendMultiMessages .content .switch :disabled + .switch__toggle {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.sendMultiMessages .content .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.sendMultiMessages .content .styled-checkbox + label {
  cursor: pointer;
  padding: 0;
}

.sendMultiMessages .content .styled-checkbox + label:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #777777;
  border-radius: 2px;
}

.sendMultiMessages .content .styled-checkbox:checked + label:before {
  border: none;
}

.sendMultiMessages .content .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/ic_checkbox.png");
  width: 16px;
  height: 16px;
}

.sendMultiMessages .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sendMultiMessages .content .box-outer {
  width: 760px;
}

.sendMultiMessages .content .box-inner {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.sendMultiMessages .content .box-inner .box-bar img {
  padding-right: 16px;
}

.sendMultiMessages .content .box-inner .box-title {
  color: #333333;
  font-weight: bold;
}

.sendMultiMessages .content .box-inner .box-title-lg {
  font-size: 24px;
  color: rgb(118, 92, 51);
  font-weight: bold;
}

.sendMultiMessages .content .box-inner .box-border {
  border-bottom: 1px solid #dfdfdf;
}

.sendMultiMessages .content .text-link {
  display: inline-block;
  text-decoration: none;
  color: rgb(118, 92, 51);
}

.sendMultiMessages .content .text-link:hover {
  color: rgb(118, 92, 51);
}

.sendMultiMessages .content .main-chat .list-post {
  display: unset;
  padding: 0;
}

.sendMultiMessages .content .main-chat .item {
  margin-bottom: 20px;
  margin-right: 0;
  width: 446px;
}

.sendMultiMessages .content .main-header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 30px;
}

.sendMultiMessages .content .main-header .top-header__title {
  font-size: 18px;
  font-weight: bold;
}

.sendMultiMessages .content .main-header .top-header__info {
  color: #777777;
  font-weight: bold;
}

.sendMultiMessages .content .main-header .top-header__info span {
  margin-left: 16px;
  padding: 12px 16px;
  color: rgb(118, 92, 51);
  font-weight: bold;
  border: 1px solid rgb(118, 92, 51);
  border-radius: 20px;
}

.sendMultiMessages .content .main-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ececec;
  padding: 24px;
}

.sendMultiMessages .content .main-header .top-bar h4 {
  font-size: 18px;
  color: #777777;
  margin-bottom: 0;
}

.sendMultiMessages .content .main-header .top-bar img {
  margin-right: 16px;
}

.sendMultiMessages .content .main-body {
  padding: 30px;
}

.sendMultiMessages .content .popup-overlay {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
}

.sendMultiMessages .content .popup-news {
  text-align: left;
  width: 600px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px;
}

.sendMultiMessages .content .popup-news .popup-header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 22px 0px;
  background: #ededed;
}

.sendMultiMessages .content .popup-news .popup-body {
  padding: 40px 40px 0px;
}

.sendMultiMessages .content .popup-news .popup-footer {
  padding: 20px 40px 40px;
}

.sendMultiMessages .content .popup-news .popup-footer button {
  font-weight: bold;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 47px;
  background: rgb(118, 92, 51);
  color: #ffffff;
}

.sendMultiMessages .content .popup-news .popup-footer label {
  position: relative;
  font-weight: bold;
  margin-bottom: 32px;
}

.sendMultiMessages .content .popup-news .popup-footer .styled-checkbox + label:before {
  position: unset;
  margin-right: 12px;
}

.sendMultiMessages .content .popup-news .popup-footer .styled-checkbox:checked + label:after {
  top: 3px;
  left: 0;
}

.sendMultiMessages .content .popup-news .list-news {
  overflow: auto;
  height: 56vh;
}

.sendMultiMessages .content .popup-news .list-news .item-news {
  margin-bottom: 32px;
}

.sendMultiMessages .content .popup-news .list-news .item-news:last-child {
  margin-bottom: 0;
}

.sendMultiMessages .content .popup-news .list-news .item-news__img {
  height: 180px;
  width: 100%;
  border-radius: 8px;
}

.sendMultiMessages .content .popup-news .list-news .item-news__title {
  color: #777777;
  font-weight: bold;
  padding-top: 16px;
}

.sendMultiMessages .content .popup-news .list-news .item-news__content {
  color: #777777;
  white-space: pre-line;
}

.sendMultiMessages .content .modal-search-user-not-found {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sendMultiMessages .content #second_filter_required .btn,
.sendMultiMessages .content #addition_second_filter_required .btn {
  border: 1px solid transparent;
}

.sendMultiMessages .content #second_filter_required .btn-primary,
.sendMultiMessages .content #addition_second_filter_required .btn-primary {
  border-color: #007bff;
  background-color: #007bff;
}

.sendMultiMessages .modal#popup_no_user_selected {
  width: 450px;
  margin-left: -240px;
  left: 50%;
  top: 50%;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 !important;
}

.sendMultiMessages .modal#popup_no_user_selected .popup-header {
  background: #ededed;
  padding: 20px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #333333;
}

.sendMultiMessages .modal#popup_no_user_selected .popup-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 32px;
  align-items: center;
  color: #777777;
}

.sendMultiMessages #popup_guide,
.sendMultiMessages #popup_no_user_selected {
  height: 270px;
  margin-top: -128px;
}

.sendMultiMessages #popup_guide .popup-footer,
.sendMultiMessages #popup_no_user_selected .popup-footer {
  text-align: center;
}

.sendMultiMessages #popup_guide .popup-footer .btn-close-popup,
.sendMultiMessages #popup_no_user_selected .popup-footer .btn-close-popup {
  padding: 5px 0;
  background: rgb(118, 92, 51);
  border-radius: 23px;
  width: 90%;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border: none;
}

@media only screen and (max-width: 600px) {
  .sendMultiMessages .content .main-header .top-header {
    display: block;
  }
  .sendMultiMessages .content .list-post {
    padding: 0px 16px;
  }
  .sendMultiMessages .content .item__footer .btn-message {
    font-size: 10px;
  }
  .sendMultiMessages .content__banner .carousel-item img {
    width: 100%;
  }
  .sendMultiMessages .content .filter-box {
    padding: 0 16px;
  }
  .sendMultiMessages .content .popup-news .popup-body {
    padding: 0px;
  }
  .sendMultiMessages .content .popup-news .popup-body .list-news {
    overflow: auto;
    height: 33vh;
  }
  .sendMultiMessages .content .popup-news .popup-footer {
    padding: 10px 40px 20px;
  }
  .sendMultiMessages .content .popup-news .popup-footer .text-center label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sendMultiMessages .sidebar.hide {
    display: none;
  }
  .sendMultiMessages .sidebar.show {
    display: block;
  }
  .sendMultiMessages .js-open-sidebar {
    display: block;
    padding: 10px;
  }
  .sendMultiMessages .content.content-outer {
    padding-left: 0;
  }
  .sendMultiMessages .content .item {
    padding: 12px;
  }
  .sendMultiMessages .content .item__footer span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .sendMultiMessages .content .item {
    width: 100%;
  }
  .sendMultiMessages .content .item:nth-child(2n-1) {
    margin-right: 0;
  }
}
.elementaryMission .mission-tab,
.intermediateMission .mission-tab,
.advancedMission .mission-tab,
.specialMission .mission-tab,
.completedMission .mission-tab {
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 22px;
}

.elementaryMission .mission-tab .nav-link,
.intermediateMission .mission-tab .nav-link,
.advancedMission .mission-tab .nav-link,
.specialMission .mission-tab .nav-link,
.completedMission .mission-tab .nav-link {
  color: #777777;
  padding: 0px 30px 20px;
}

.elementaryMission .mission-tab .active,
.intermediateMission .mission-tab .active,
.advancedMission .mission-tab .active,
.specialMission .mission-tab .active,
.completedMission .mission-tab .active {
  color: rgb(118, 92, 51);
  border-bottom: 2px solid rgb(118, 92, 51);
}

.elementaryMission .mission-content,
.intermediateMission .mission-content,
.advancedMission .mission-content,
.specialMission .mission-content,
.completedMission .mission-content {
  padding: 0px 30px;
}

.elementaryMission .mission-item,
.intermediateMission .mission-item,
.advancedMission .mission-item,
.specialMission .mission-item,
.completedMission .mission-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid #dfdfdf;
}

.elementaryMission .mission-item:last-child,
.intermediateMission .mission-item:last-child,
.advancedMission .mission-item:last-child,
.specialMission .mission-item:last-child,
.completedMission .mission-item:last-child {
  border: none;
}

.elementaryMission .mission-item__title,
.intermediateMission .mission-item__title,
.advancedMission .mission-item__title,
.specialMission .mission-item__title,
.completedMission .mission-item__title {
  font-weight: bold;
}

.elementaryMission .mission-item__left,
.intermediateMission .mission-item__left,
.advancedMission .mission-item__left,
.specialMission .mission-item__left,
.completedMission .mission-item__left {
  width: 78%;
  padding-right: 50px;
}

.elementaryMission .mission-item__right button,
.intermediateMission .mission-item__right button,
.advancedMission .mission-item__right button,
.specialMission .mission-item__right button,
.completedMission .mission-item__right button {
  padding: 16px 40px;
  border-radius: 5px;
}

.elementaryMission .mission-item__right button.ms-btn-disabled,
.intermediateMission .mission-item__right button.ms-btn-disabled,
.advancedMission .mission-item__right button.ms-btn-disabled,
.specialMission .mission-item__right button.ms-btn-disabled,
.completedMission .mission-item__right button.ms-btn-disabled {
  background: #dfdfdf;
  color: #777777;
  cursor: unset;
}

.elementaryMission .mission-item__right button.ms-btn-active,
.intermediateMission .mission-item__right button.ms-btn-active,
.advancedMission .mission-item__right button.ms-btn-active,
.specialMission .mission-item__right button.ms-btn-active,
.completedMission .mission-item__right button.ms-btn-active {
  background: #005248;
  color: #ffffff;
}

.elementaryMission .mission-item__progress,
.intermediateMission .mission-item__progress,
.advancedMission .mission-item__progress,
.specialMission .mission-item__progress,
.completedMission .mission-item__progress {
  width: 100%;
  background: #dfdfdf;
  border-radius: 3px;
  height: 5px;
  margin: 16px 0px 12px;
}

.elementaryMission .mission-item__progress .progress-bar,
.intermediateMission .mission-item__progress .progress-bar,
.advancedMission .mission-item__progress .progress-bar,
.specialMission .mission-item__progress .progress-bar,
.completedMission .mission-item__progress .progress-bar {
  height: 5px;
  border-radius: 3px;
}

.elementaryMission .mission-item__progress .progress-bar.lv-begin,
.intermediateMission .mission-item__progress .progress-bar.lv-begin,
.advancedMission .mission-item__progress .progress-bar.lv-begin,
.specialMission .mission-item__progress .progress-bar.lv-begin,
.completedMission .mission-item__progress .progress-bar.lv-begin {
  background: #3bbad3;
}

.elementaryMission .mission-item__progress .progress-bar.lv-middle,
.intermediateMission .mission-item__progress .progress-bar.lv-middle,
.advancedMission .mission-item__progress .progress-bar.lv-middle,
.specialMission .mission-item__progress .progress-bar.lv-middle,
.completedMission .mission-item__progress .progress-bar.lv-middle {
  background: #e480ac;
}

.elementaryMission .mission-item__progress .progress-bar.lv-advanced,
.intermediateMission .mission-item__progress .progress-bar.lv-advanced,
.advancedMission .mission-item__progress .progress-bar.lv-advanced,
.specialMission .mission-item__progress .progress-bar.lv-advanced,
.completedMission .mission-item__progress .progress-bar.lv-advanced {
  background: #eec512;
}

.elementaryMission .mission-item__progress .progress-bar.lv-guerrilla,
.intermediateMission .mission-item__progress .progress-bar.lv-guerrilla,
.advancedMission .mission-item__progress .progress-bar.lv-guerrilla,
.specialMission .mission-item__progress .progress-bar.lv-guerrilla,
.completedMission .mission-item__progress .progress-bar.lv-guerrilla {
  background: #43c9c2;
}

.elementaryMission .mission-item .flex-between-centered,
.intermediateMission .mission-item .flex-between-centered,
.advancedMission .mission-item .flex-between-centered,
.specialMission .mission-item .flex-between-centered,
.completedMission .mission-item .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.elementaryMission .mission-box,
.intermediateMission .mission-box,
.advancedMission .mission-box,
.specialMission .mission-box,
.completedMission .mission-box {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin: 20px;
}

.elementaryMission .mission-completed,
.intermediateMission .mission-completed,
.advancedMission .mission-completed,
.specialMission .mission-completed,
.completedMission .mission-completed {
  padding: 16px 0px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
}

.elementaryMission .mission-completed:last-child,
.intermediateMission .mission-completed:last-child,
.advancedMission .mission-completed:last-child,
.specialMission .mission-completed:last-child,
.completedMission .mission-completed:last-child {
  border: none;
}

.elementaryMission .mission-completed .ms-completed-ico,
.intermediateMission .mission-completed .ms-completed-ico,
.advancedMission .mission-completed .ms-completed-ico,
.specialMission .mission-completed .ms-completed-ico,
.completedMission .mission-completed .ms-completed-ico {
  margin-right: 30px;
}

.elementaryMission .mission-completed .ms-txt-completed,
.intermediateMission .mission-completed .ms-txt-completed,
.advancedMission .mission-completed .ms-txt-completed,
.specialMission .mission-completed .ms-txt-completed,
.completedMission .mission-completed .ms-txt-completed {
  color: rgb(118, 92, 51);
  margin-left: 107px;
}

.elementaryMission .mission-completed .ms-completed-ctn,
.intermediateMission .mission-completed .ms-completed-ctn,
.advancedMission .mission-completed .ms-completed-ctn,
.specialMission .mission-completed .ms-completed-ctn,
.completedMission .mission-completed .ms-completed-ctn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.elementaryMission .mission-completed .ms-completed-result-ctn,
.intermediateMission .mission-completed .ms-completed-result-ctn,
.advancedMission .mission-completed .ms-completed-result-ctn,
.specialMission .mission-completed .ms-completed-result-ctn,
.completedMission .mission-completed .ms-completed-result-ctn {
  width: 40%;
  justify-content: space-between;
}

.elementaryMission .ms-num,
.intermediateMission .ms-num,
.advancedMission .ms-num,
.specialMission .ms-num,
.completedMission .ms-num {
  font-weight: bold;
}

.elementaryMission .ms-num.lv-begin,
.intermediateMission .ms-num.lv-begin,
.advancedMission .ms-num.lv-begin,
.specialMission .ms-num.lv-begin,
.completedMission .ms-num.lv-begin {
  color: #3bbad3;
}

.elementaryMission .ms-num.lv-middle,
.intermediateMission .ms-num.lv-middle,
.advancedMission .ms-num.lv-middle,
.specialMission .ms-num.lv-middle,
.completedMission .ms-num.lv-middle {
  color: #e480ac;
}

.elementaryMission .ms-num.lv-advanced,
.intermediateMission .ms-num.lv-advanced,
.advancedMission .ms-num.lv-advanced,
.specialMission .ms-num.lv-advanced,
.completedMission .ms-num.lv-advanced {
  color: #eec512;
}

.elementaryMission .ms-num.lv-guerrilla,
.intermediateMission .ms-num.lv-guerrilla,
.advancedMission .ms-num.lv-guerrilla,
.specialMission .ms-num.lv-guerrilla,
.completedMission .ms-num.lv-guerrilla {
  color: #43c9c2;
}

.elementaryMission .ms-txt,
.intermediateMission .ms-txt,
.advancedMission .ms-txt,
.specialMission .ms-txt,
.completedMission .ms-txt {
  margin-right: 15px;
  padding: 3px 12px;
  font-weight: bold;
  border-radius: 14px;
}

.elementaryMission .ms-txt.lv-begin,
.intermediateMission .ms-txt.lv-begin,
.advancedMission .ms-txt.lv-begin,
.specialMission .ms-txt.lv-begin,
.completedMission .ms-txt.lv-begin {
  color: #3bbad3;
  background: #e0f8fd;
}

.elementaryMission .ms-txt.lv-middle,
.intermediateMission .ms-txt.lv-middle,
.advancedMission .ms-txt.lv-middle,
.specialMission .ms-txt.lv-middle,
.completedMission .ms-txt.lv-middle {
  color: #e480ac;
  background: #fde7f0;
}

.elementaryMission .ms-txt.lv-advanced,
.intermediateMission .ms-txt.lv-advanced,
.advancedMission .ms-txt.lv-advanced,
.specialMission .ms-txt.lv-advanced,
.completedMission .ms-txt.lv-advanced {
  color: #eec512;
  background: #faf5e0;
}

.elementaryMission .ms-txt.lv-guerrilla,
.intermediateMission .ms-txt.lv-guerrilla,
.advancedMission .ms-txt.lv-guerrilla,
.specialMission .ms-txt.lv-guerrilla,
.completedMission .ms-txt.lv-guerrilla {
  color: #43c9c2;
  background: #cff7f4;
}

.elementaryMission .ms-tit,
.intermediateMission .ms-tit,
.advancedMission .ms-tit,
.specialMission .ms-tit,
.completedMission .ms-tit {
  font-weight: bold;
}

.elementaryMission .ms-blank-noti,
.intermediateMission .ms-blank-noti,
.advancedMission .ms-blank-noti,
.specialMission .ms-blank-noti,
.completedMission .ms-blank-noti {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 6px;
  color: #777777;
  margin: 30px 0px;
}

.elementaryMission .mission-popup,
.intermediateMission .mission-popup,
.advancedMission .mission-popup,
.specialMission .mission-popup,
.completedMission .mission-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.elementaryMission .mission-popup .ms-popup-outer,
.intermediateMission .mission-popup .ms-popup-outer,
.advancedMission .mission-popup .ms-popup-outer,
.specialMission .mission-popup .ms-popup-outer,
.completedMission .mission-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementaryMission .mission-popup .ms-popup-inner,
.intermediateMission .mission-popup .ms-popup-inner,
.advancedMission .mission-popup .ms-popup-inner,
.specialMission .mission-popup .ms-popup-inner,
.completedMission .mission-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}

.elementaryMission .mission-popup .ms-popup-inner.w-720,
.intermediateMission .mission-popup .ms-popup-inner.w-720,
.advancedMission .mission-popup .ms-popup-inner.w-720,
.specialMission .mission-popup .ms-popup-inner.w-720,
.completedMission .mission-popup .ms-popup-inner.w-720 {
  width: 720px;
}

.elementaryMission .mission-popup .ms-popup__header,
.intermediateMission .mission-popup .ms-popup__header,
.advancedMission .mission-popup .ms-popup__header,
.specialMission .mission-popup .ms-popup__header,
.completedMission .mission-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.elementaryMission .mission-popup .ms-popup__body,
.intermediateMission .mission-popup .ms-popup__body,
.advancedMission .mission-popup .ms-popup__body,
.specialMission .mission-popup .ms-popup__body,
.completedMission .mission-popup .ms-popup__body {
  padding: 30px 36px;
}

.elementaryMission .mission-popup .ms-popup__footer,
.intermediateMission .mission-popup .ms-popup__footer,
.advancedMission .mission-popup .ms-popup__footer,
.specialMission .mission-popup .ms-popup__footer,
.completedMission .mission-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 36px;
}

.elementaryMission .mission-popup .ms-popup__footer button,
.intermediateMission .mission-popup .ms-popup__footer button,
.advancedMission .mission-popup .ms-popup__footer button,
.specialMission .mission-popup .ms-popup__footer button,
.completedMission .mission-popup .ms-popup__footer button {
  background: rgb(118, 92, 51);
  border-radius: 24px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}

.elementaryMission .mission-popup .ms-popup__title,
.intermediateMission .mission-popup .ms-popup__title,
.advancedMission .mission-popup .ms-popup__title,
.specialMission .mission-popup .ms-popup__title,
.completedMission .mission-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(118, 92, 51);
  text-align: center;
  margin-bottom: 30px;
}

.elementaryMission .mission-popup .ms-popup p,
.intermediateMission .mission-popup .ms-popup p,
.advancedMission .mission-popup .ms-popup p,
.specialMission .mission-popup .ms-popup p,
.completedMission .mission-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .elementaryMission .mission-item,
  .intermediateMission .mission-item,
  .advancedMission .mission-item,
  .specialMission .mission-item,
  .completedMission .mission-item {
    display: block;
  }
  .elementaryMission .mission-item__left,
  .intermediateMission .mission-item__left,
  .advancedMission .mission-item__left,
  .specialMission .mission-item__left,
  .completedMission .mission-item__left {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
  .elementaryMission .mission-item__right button,
  .intermediateMission .mission-item__right button,
  .advancedMission .mission-item__right button,
  .specialMission .mission-item__right button,
  .completedMission .mission-item__right button {
    width: 100%;
  }
  .elementaryMission .mission-tab .nav-link,
  .intermediateMission .mission-tab .nav-link,
  .advancedMission .mission-tab .nav-link,
  .specialMission .mission-tab .nav-link,
  .completedMission .mission-tab .nav-link {
    padding: 0px 16px 20px;
    font-size: 12px;
  }
  .elementaryMission .mission-box,
  .intermediateMission .mission-box,
  .advancedMission .mission-box,
  .specialMission .mission-box,
  .completedMission .mission-box {
    margin: 0;
  }
  .elementaryMission .mission-content,
  .intermediateMission .mission-content,
  .advancedMission .mission-content,
  .specialMission .mission-content,
  .completedMission .mission-content {
    padding: 16px;
  }
  .elementaryMission .mission-completed .ms-txt-completed,
  .intermediateMission .mission-completed .ms-txt-completed,
  .advancedMission .mission-completed .ms-txt-completed,
  .specialMission .mission-completed .ms-txt-completed,
  .completedMission .mission-completed .ms-txt-completed {
    margin-left: 20px;
  }
  .elementaryMission .mission-completed .ms-completed-ico,
  .intermediateMission .mission-completed .ms-completed-ico,
  .advancedMission .mission-completed .ms-completed-ico,
  .specialMission .mission-completed .ms-completed-ico,
  .completedMission .mission-completed .ms-completed-ico {
    margin-right: 16px;
  }
  .elementaryMission .mission-completed .ms-completed-ico img,
  .intermediateMission .mission-completed .ms-completed-ico img,
  .advancedMission .mission-completed .ms-completed-ico img,
  .specialMission .mission-completed .ms-completed-ico img,
  .completedMission .mission-completed .ms-completed-ico img {
    width: 32px;
  }
  .elementaryMission .mission-completed .ms-txt,
  .intermediateMission .mission-completed .ms-txt,
  .advancedMission .mission-completed .ms-txt,
  .specialMission .mission-completed .ms-txt,
  .completedMission .mission-completed .ms-txt {
    font-size: 14px;
  }
  .elementaryMission .mission-completed .ms-completed-ctn,
  .intermediateMission .mission-completed .ms-completed-ctn,
  .advancedMission .mission-completed .ms-completed-ctn,
  .specialMission .mission-completed .ms-completed-ctn,
  .completedMission .mission-completed .ms-completed-ctn {
    display: unset;
  }
  .elementaryMission .mb-16,
  .intermediateMission .mb-16,
  .advancedMission .mb-16,
  .specialMission .mb-16,
  .completedMission .mb-16 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .elementaryMission .mission-completed .ms-txt-completed,
  .intermediateMission .mission-completed .ms-txt-completed,
  .advancedMission .mission-completed .ms-txt-completed,
  .specialMission .mission-completed .ms-txt-completed,
  .completedMission .mission-completed .ms-txt-completed {
    margin-left: 0 !important;
  }
  .elementaryMission .mission-completed .row-reverse,
  .intermediateMission .mission-completed .row-reverse,
  .advancedMission .mission-completed .row-reverse,
  .specialMission .mission-completed .row-reverse,
  .completedMission .mission-completed .row-reverse {
    flex-flow: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  .elementaryMission .mission-completed .ms-txt-completed,
  .intermediateMission .mission-completed .ms-txt-completed,
  .advancedMission .mission-completed .ms-txt-completed,
  .specialMission .mission-completed .ms-txt-completed,
  .completedMission .mission-completed .ms-txt-completed {
    margin-left: 24px;
  }
}
@media (max-width: 600px) {
  .completedMission .mission-completed .ms-completed-ctn > .ms-completed-result-ctn {
    display: block !important;
  }
  .completedMission .mission-completed .ms-completed-ctn > .ms-completed-result-ctn .ms-pay {
    margin-bottom: 5px;
  }
}
.reviewLists .content .review .review-size {
  height: 75vh;
  overflow: auto;
}

.reviewLists .content .review .review-item {
  padding: 16px 0px;
  border-bottom: 1px solid #dfdfdf;
}

.reviewLists .content .review .review-headText {
  font-weight: bold;
  margin-right: 16px;
}

.reviewLists .content .review .review-count {
  color: #eec512;
  margin-left: 16px;
  margin-top: -2px;
}

.reviewLists .content .review .review-ic {
  display: flex;
}

.reviewLists .content .review .btn-review-cancel {
  display: inline-block;
  background-color: #826639;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 0px 5px;
  margin-right: 10px;
}

.reviewLists .content .review .review-processing {
  display: inline-block;
  background-color: #fff;
  color: #de799b;
  border: 1px solid #de799b;
  border-radius: 4px;
  text-decoration: none;
  padding: 0px 5px;
  margin-right: 10px;
}

.reviewLists .content .review .cancel-review-container {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  transition: all 0.3s;
}

.reviewLists .content .review .cancel-review-container ul {
  padding-left: 20px;
}

.reviewLists .content .review .cancel-review-container .reason {
  width: 100%;
}

.reviewLists .content .review .cancel-review-container .btn-actions {
  margin-top: 20px;
}

.reviewLists .content .review .cancel-review-container.show {
  visibility: visible;
  opacity: 1;
}

.reviewLists .content .review .review-content {
  margin-bottom: 5px;
  color: #777777;
}

.reviewLists .content .review .review-info span:first-child {
  color: #777777;
  font-weight: bold;
}

.reviewLists .content .review .review-info span:last-child {
  margin-left: 16px;
  color: rgb(118, 92, 51);
}

.reviewLists .content .review .ic-star-rate {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url("../img/ic_star-default.png");
}

.reviewLists .content .review .ic-star-rate.checked {
  background: url("../img/ic_star-checked.png");
}

.reviewLists .content .review .ic-star-rate.half {
  background: url("../img/ic_half-star.png");
}

.reviewLists .content .list-top-reviews {
  border-bottom: none !important;
}

.reviewLists .content .list-top-reviews .carousel {
  overflow-x: auto;
  padding: 15px 0 15px;
}

.reviewLists .content .list-top-reviews .review-item {
  min-height: 165px;
  background-color: rgba(224, 224, 224, 0.3);
  padding: 10px 15px;
  border-radius: 15px;
  border: none;
}

.reviewLists .content .list-top-reviews .review-item .review-cancel {
  text-align: center;
}

.reviewLists .content .list-top-reviews .review-item .review-cancel .btn-review-cancel,
.reviewLists .content .list-top-reviews .review-item .review-cancel .review-processing {
  margin-right: 0;
}

.reviewLists .content .list-top-reviews .review-item .left-info .review-info {
  font-size: 15px;
  color: #826639;
}

.reviewLists .content .list-top-reviews .review-item .review-content a {
  color: #545454;
}

.reviewLists .content .list-top-reviews .review-item .review-content a:hover {
  text-decoration: none;
}

.reviewLists .content .list-top-reviews .review-item + .review-item {
  margin-left: 20px;
}

.reviewDetail .content .review .review-size {
  height: 75vh;
}

.reviewDetail .content .review .review-headText {
  margin-top: 10px;
  margin-bottom: 15px;
}

.reviewDetail .content .review .review-item {
  padding: 16px 0;
  border-bottom: 1px solid #dfdfdf;
}

.reviewDetail .content .review .review-headText {
  font-weight: bold;
  margin-right: 16px;
}

.reviewDetail .content .review .review-count {
  color: #eec512;
  margin-left: 16px;
  margin-top: -2px;
}

.reviewDetail .content .review .review-ic {
  display: flex;
}

.reviewDetail .content .review .btn-review-cancel {
  display: inline-block;
  background-color: #826639;
  color: #fff;
  text-decoration: none;
  padding: 0px 5px;
  margin-right: 10px;
}

.reviewDetail .content .review .review-processing {
  display: inline-block;
  background-color: #fff;
  color: #826639;
  border: 1px solid #826639;
  text-decoration: none;
  padding: 0px 5px;
  margin-right: 10px;
}

.reviewDetail .content .review .cancel-review-container {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  transition: all 0.3s;
}

.reviewDetail .content .review .cancel-review-container ul {
  padding-left: 20px;
}

.reviewDetail .content .review .cancel-review-container .reason {
  width: 100%;
}

.reviewDetail .content .review .cancel-review-container .btn-actions {
  margin-top: 20px;
}

.reviewDetail .content .review .cancel-review-container.show {
  visibility: visible;
  opacity: 1;
}

.reviewDetail .content .review .review-content {
  margin-bottom: 5px;
  color: #777777;
}

.reviewDetail .content .review .review-info span:first-child {
  color: #777777;
  font-weight: bold;
}

.reviewDetail .content .review .review-info span:last-child {
  margin-left: 16px;
  color: #826639;
}

.reviewDetail .content .review .ic-star-rate {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url("../img/ic_star-default.png");
}

.reviewDetail .content .review .ic-star-rate.checked {
  background: url("../img/ic_star-checked.png");
}

.reviewDetail .content .review .ic-star-rate.half {
  background: url("../img/ic_half-star.png");
}

.reviewDetail .content .review-item {
  background-color: #e0e0e0;
  min-height: 165px;
  padding: 10px 15px;
  border-radius: 15px;
}

.reviewDetail .content .review-item .review-cancel {
  text-align: center;
}

.reviewDetail .content .review-item .review-cancel .btn-review-cancel,
.reviewDetail .content .review-item .review-cancel .review-processing {
  margin-right: 0;
}

.reviewDetail .content .review-item .left-info .review-info {
  font-size: 15px;
  color: #826639;
}

.reviewDetail .content .review-item .review-content {
  color: #545454;
}

.profileDetail .hide {
  display: none;
}

.profileDetail .user-profile__btn {
  text-align: center;
  position: fixed;
  bottom: 45px;
  left: 50%;
  margin-left: 64px;
}

.profileDetail .user-profile__btn .btn-message {
  max-width: 245px;
  background-color: #ffffff;
  border-radius: 21px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(118, 92, 51);
  text-decoration: none;
}

.profileDetail ul.js-show-menu {
  z-index: 1;
  top: 200px;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 136px;
  height: 54px;
  border-radius: 8px;
  border: 1px rgb(118, 92, 51) solid;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profileDetail ul.js-show-menu a {
  color: rgb(118, 92, 51);
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.profileDetail .user-avatar img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profileDetail .user-profile-outer {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px 12px 0px;
  margin-bottom: 15px;
}

.profileDetail .user-profile {
  background: #ffffff;
}

.profileDetail .user-profile__header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 30px 0px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.profileDetail .user-profile__body {
  padding: 15px;
}

.profileDetail .user-profile .user-info {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 12px;
}

.profileDetail .user-profile .user-info .wrapper-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profileDetail .user-profile .user-info .last-sent-fee-message {
  color: rgb(118, 92, 51);
  font-size: 14px;
}

.profileDetail .user-profile .user-info .total-fee-message-sent {
  color: #747474;
  font-size: 12px;
  font-weight: 600;
}

.profileDetail .user-profile .user-info .unfollow-item {
  color: white;
  border: none;
  background: #3E8D45 !important;
  padding: 5px;
  border-radius: 15px;
  font-size: 13px;
  width: 77px;
  margin-left: -5px;
  cursor: pointer;
}

.profileDetail .user-profile .user-info .follow-item {
  color: white;
  border: none;
  background: #868686;
  padding: 5px;
  border-radius: 15px;
  font-size: 13px;
  width: 77px;
  margin-left: -5px;
  cursor: pointer;
}

.profileDetail .user-profile .user-info .follow-item img {
  width: 14px;
  margin-bottom: 3px;
}

.profileDetail .user-profile .user-tag {
  padding-bottom: 12px;
}

.profileDetail .user-profile .user-tag .tag-title {
  color: #252526;
  font-weight: bold;
  padding: 12px 0px;
}

.profileDetail .user-profile .user-tag .tag-item {
  color: #ab50eb;
  border: 1px solid #ab50eb;
  padding: 2px 12px;
  border-radius: 15px;
  font-weight: 600;
}

.profileDetail .user-profile .user-avatar {
  padding-right: 18px;
  margin-bottom: 5px;
}

.profileDetail .user-profile .login-time {
  font-size: 14px;
  color: #777777;
}

.profileDetail .user-profile .login-time img {
  margin-bottom: 5px;
}

.profileDetail .user-profile .user-name {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.profileDetail .user-profile .user-name img {
  margin-left: 4px;
}

.profileDetail .user-profile .user-age {
  font-size: 14px;
  display: flex;
  gap: 15px;
  color: #ACACAC;
}

.profileDetail .user-profile .user-age img {
  width: 26px;
  height: 26px;
}

.profileDetail .user-profile .user-table .user-table-tit {
  font-weight: bold;
  font-size: 16px;
  color: #ab50eb;
}

.profileDetail .user-profile .user-table table {
  width: 100%;
}

.profileDetail .user-profile .user-table tr {
  border-bottom: 1px solid #dfdfdf;
}

.profileDetail .user-profile .user-table tr:last-child {
  border: none;
}

.profileDetail .user-profile .user-table tr td {
  width: 50%;
  padding: 14px 0px;
  font-size: 14px;
}

.profileDetail .user-profile .user-table tr td:first-child {
  font-weight: bold;
}

.profileDetail .user-profile .user-table tr td:last-child {
  color: #808284;
  font-weight: 600;
  font-size: 15px;
}

.profileDetail .user-profile p {
  color: #333333;
  font-size: 14px;
  word-break: break-all;
  white-space: pre-wrap;
}

.profileDetail .confirm-popup-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.profileDetail .confirm-popup-block .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profileDetail .confirm-popup-block .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 600px;
  overflow: hidden;
}

.profileDetail .confirm-popup-block .ms-popup-inner.w-720 {
  width: 720px;
}

.profileDetail .confirm-popup-block .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.profileDetail .confirm-popup-block .ms-popup__body {
  padding: 0;
  font-size: 16px;
}

.profileDetail .confirm-popup-block .ms-popup__head {
  padding: 16px 36px;
  background-color: #ededed;
  font-family: "Hiragino Sans";
}

.profileDetail .confirm-popup-block .ms-popup__note {
  padding: 0 36px;
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

.profileDetail .confirm-popup-block .ms-popup__note p {
  color: #f02020 !important;
}

.profileDetail .confirm-popup-block .ms-popup__form {
  display: flex;
  flex-direction: column;
  padding: 0px 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.profileDetail .confirm-popup-block .ms-popup__form label {
  font-size: 14px;
  color: #777777;
}

.profileDetail .confirm-popup-block .ms-popup__form textarea {
  border-radius: 8px;
  color: #777777;
  resize: none;
  height: 123px;
  padding: 10px;
  border: 1px solid #acacac;
}

.profileDetail .confirm-popup-block .ms-popup__form textarea:focus {
  outline: none;
}

.profileDetail .confirm-popup-block .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 20px;
  justify-content: space-between;
}

.profileDetail .confirm-popup-block .ms-popup__footer button {
  border: 1px solid #777777;
  background-color: #ffffff;
  color: #777777;
  border-radius: 40px;
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
}

.profileDetail .confirm-popup-block .ms-popup__footer .submit__block {
  background: rgb(118, 92, 51);
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
  border: none;
}

.profileDetail .confirm-popup-block .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(118, 92, 51);
  text-align: center;
  margin-bottom: 30px;
}

.profileDetail .confirm-popup-block .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

.profileDetail .confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.profileDetail .confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profileDetail .confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}

.profileDetail .confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}

.profileDetail .confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.profileDetail .confirm-popup .ms-popup__body {
  padding: 30px 25px !important;
}

.profileDetail .confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 36px;
}

.profileDetail .confirm-popup .ms-popup__footer button {
  border: 1px solid #777777 !important;
  background-color: #ffffff !important;
  color: #777777 !important;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}

.profileDetail .confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(118, 92, 51);
  text-align: center;
  margin-bottom: 30px;
}

.profileDetail .confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .profileDetail .user-profile .user-info .last-sent-fee-message {
    font-size: 15px;
  }
  .profileDetail .user-profile .user-info .total-fee-message-sent {
    font-size: 14px;
  }
  .profileDetail .user-profile__btn {
    left: 38%;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .profileDetail .user-profile__btn {
    left: 25%;
  }
}
.accountUpdateAvatar .content .hide {
  display: none;
}

.accountUpdateAvatar .content .avatarNote {
  color: rgb(118, 92, 51);
  font-weight: 100;
}

.accountUpdateAvatar .content .avatarPreview {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.accountUpdateAvatar .content .upload-image .box-outer {
  width: 600px;
  margin-top: 40px;
}

.accountUpdateAvatar .content .upload-image .box-inner .box-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.accountUpdateAvatar .content .upload-image .box-inner .group-step .promotion-title {
  margin-top: 52px;
}

.accountUpdateAvatar .content .upload-image .box-inner .group-step .promotion {
  margin-top: 15px;
}

.accountUpdateAvatar .content .upload-image .box-inner .separator {
  margin-bottom: 10px;
}

.accountUpdateAvatar .content .upload-image .box-inner .item-step-ic.right {
  position: absolute;
  top: 20px;
  right: 20px;
}

.accountUpdateAvatar .content .upload-image .box-inner .item-step-ic.left {
  position: absolute;
  top: 20px;
  left: 20px;
}

.accountUpdateAvatar .content .upload-image .step-content {
  color: #643731;
  margin: 0 auto;
}

.accountUpdateAvatar .content .upload-image .step-content .dark-red {
  color: #bd4231;
}

.accountUpdateAvatar .content .upload-image .step-content.small {
  max-width: 410px;
}

.accountUpdateAvatar .content .upload-image .item-step .item-step-tit {
  font-weight: bold;
  font-size: 18px;
  padding-top: 48px;
}

.accountUpdateAvatar .content .upload-image .item-step .item-step-img.step1 {
  padding: 60px 0px;
}

.accountUpdateAvatar .content .upload-image .item-step .item-step-img.step3 {
  padding: 100px 0px 88px;
}

.accountUpdateAvatar .content .upload-image .item-step .item-step-ctn {
  color: #777777;
  text-align: left;
}

.accountUpdateAvatar .content .upload-image .item-step .item-step-ctn.step1 {
  margin-bottom: 77px;
}

.accountUpdateAvatar .content .upload-image .item-step .item-step-ctn.step3 {
  padding: 20px;
  margin-bottom: 40px;
}

.accountUpdateAvatar .content .upload-image .item-step .item-step-btn {
  text-align: center;
  margin-top: 30px;
}

.accountUpdateAvatar .content .upload-image .item-step .item-step-btn .btn-disabled {
  color: #777777;
  background: #dfdfdf;
  border-radius: 47px;
}

.accountUpdateAvatar .content .upload-image .item-step .item-step-btn .btn-enable:disabled {
  background: #dfdfdf;
  color: #777777;
}

.accountUpdateAvatar .content .upload-image .item-step .item-step-btn .btn-enable.step-2 {
  margin-top: 45px;
}

.accountUpdateAvatar .content .upload-image .item-step .item-step-btn .btn-enable.step-3 {
  background: url(../img/step4_btn_finish.png) no-repeat center center;
  padding: 23px 168px;
}

.accountUpdateAvatar .content .upload-image .item-step .group-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 23px;
}

.accountUpdateAvatar .content .upload-image .item-step .group-dots .item-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin-right: 15px;
}

.accountUpdateAvatar .content .upload-image .item-step .group-dots .item-dot:last-child {
  margin-right: 0;
}

.accountUpdateAvatar .content .upload-image .item-step .group-dots .item-dot.active {
  background: rgba(255, 255, 255, 0.8);
}

.accountUpdateAvatar .content .upload-image .item-step .text-box {
  text-align: left;
  border-radius: 8px;
  padding: 20px;
  background-color: rgba(223, 223, 223, 0.5);
  color: #777777;
}

.accountUpdateAvatar .content .upload-image .item-step .text-box.mt-40 {
  margin-top: 40px;
}

.accountUpdateAvatar .content .upload-image .item-step .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.accountUpdateAvatar .content .upload-image .item-step .inputfile + label {
  width: 100%;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  border-radius: 47px;
  color: #fff;
  background: rgb(118, 92, 51);
}

.accountUpdateAvatar .content .btn-reupload-avatar {
  width: 100%;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  border-radius: 47px;
  color: #fff;
  background: rgb(118, 92, 51);
  margin-bottom: 12px;
}

.messageGallery .content .content__main {
  min-height: 100vh;
}

.messageGallery .content .main-header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 30px;
}

.messageGallery .content .main-header .top-header__title {
  font-size: 18px;
  font-weight: bold;
}

.messageGallery .content .box-outer {
  width: 760px;
}

.messageGallery .content .box-inner {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.messageGallery .content .main-body {
  padding: 30px;
}

.messageGallery .gallery-size {
  position: relative;
  height: 75vh;
}

.messageGallery .gallery-list {
  display: flex;
  flex-wrap: wrap;
}

.messageGallery .gallery-list-detail {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.messageGallery .gallery-list-detail img {
  width: 50%;
}

.messageGallery .gallery-item {
  width: calc(25% - 12px);
  margin-bottom: 16px;
  margin-right: 16px;
}

.messageGallery .gallery-item:nth-child(4n) {
  margin-right: 0;
}

.messageGallery .gallery-item img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.messageGallery .gallery-btn {
  position: absolute;
  top: 50%;
  width: 100%;
}

.messageGallery .gallery-btn button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #dfdfdf;
}

.messageGallery .gallery-btn button .ic-next {
  transform: rotate(180deg);
}

.followingIndex .follow-screen {
  max-width: 767px;
  margin: auto;
  padding: 20px 10px;
  background: #f5f5f5;
  min-height: 100vh;
}

.followingIndex .follow-screen__tab {
  background: white;
  border-radius: 35px;
  margin-bottom: 20px;
  width: 380px;
}

.followingIndex .follow-screen__tab .tab-item {
  width: 260px;
  padding: 7px;
  border-radius: 30px;
  background: transparent;
  color: black;
  margin-left: -1px;
  margin-right: -1px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}

.followingIndex .follow-screen__tab .tab-item.active {
  background: rgb(171, 80, 235) !important;
  color: white;
}

.followingIndex .follow-screen__content .content-box {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.followingIndex .follow-screen__content .follow-item {
  padding: 0 10px;
  position: relative;
  border-bottom: solid 1px lightgray !important;
}

.followingIndex .follow-screen__content .follow-item__content {
  padding: 10px 0;
  border-bottom: none !important;
  width: 100%;
}

.followingIndex .follow-screen__content .follow-item .vertical-line {
  display: block;
  width: 1px;
  background: lightgray;
  margin: 6px -5px 6px 11px;
}

.followingIndex .follow-screen__content .follow-item .unfollow-button {
  background: #d9d7d7;
  font-size: 13px;
  line-height: 22px;
  width: 138px;
  height: 28px;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
  border: none;
  z-index: 2;
  margin: 23px 5px 0px 20px;
}

.followingIndex .follow-screen__content .follow-item .unfollow-button .button-unfollow {
  color: #797979;
  margin: 3px 4px 0 0px;
  font-weight: bold;
}

.followingIndex .follow-screen__content .follow-item__content .thumb-avatar {
  z-index: 2;
  width: 50px;
  height: 50px;
  min-width: 50px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: lightgray;
}

.followingIndex .follow-screen__content .follow-item__content .thumb-avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.followingIndex .follow-screen__content .follow-item__content .content-detail {
  flex-grow: 1;
  padding-left: 10px;
  width: -ms-calc("100% - 50px");
  width: -o-calc("100% - 50px");
}

.followingIndex .follow-screen__content .follow-item__content .content-detail .detail-name {
  padding-bottom: 3px;
}

.followingIndex .follow-screen__content .follow-item__content .content-detail .detail-name .name {
  z-index: 2;
  font-size: 16px;
  padding-right: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #333333;
}

.followingIndex .follow-screen__content .follow-item__content .content-detail .detail-name .date {
  padding-top: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}

.followingIndex .follow-screen__content .follow-item__content .content-detail .detail-info {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}

.followingIndex .follow-screen__content .follow-item__advanced {
  transition: all 0.5s ease;
  width: 0;
  overflow: hidden;
}

.followingIndex .follow-screen__content .follow-item__advanced > div.d-flex {
  padding: 10px 0;
  border-bottom: 1px solid lightgray;
}

.followingIndex .follow-screen__content .follow-item__advanced .button-text {
  background: none;
  border: none;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}

.followingIndex .follow-screen__content .follow-item__advanced .button-unfollow {
  background: #ab50eb;
  font-size: 16px;
  line-height: 22px;
  width: 150px;
  height: 55px;
  min-width: 100px;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  border: none;
  color: white;
  z-index: 2;
}

.followingIndex .follow-screen__content .follow-item__advanced .vertical-line {
  display: block;
  width: 1px;
  background: lightgray;
  margin: 0 15px;
}

.followingIndex .follow-screen__content .follow-item input[type=checkbox] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 71px;
}

.followingIndex .follow-screen__content .follow-item input[type=checkbox]:checked ~ .follow-item__advanced {
  width: 30%;
}

.followingIndex .follow-screen__content .follow-item:last-child div .d-flex {
  padding-bottom: 0px;
  border-bottom: none;
}

.followingIndex .follow-screen__content .follow-item:last-child .follow-item__content {
  border-bottom: none;
}

.followingIndex .follow-screen__content .notice-zero-following {
  text-align: center;
}

.followingIndex .follow-screen__content .notice-zero-following .image-notice {
  margin: 130px 130px 30px;
  min-height: 150px;
  min-width: 150px;
  max-width: 200px;
  max-height: 200px;
}

.followingIndex .follow-screen__content .notice-zero-following .text-notice {
  width: 50%;
  margin: 0px auto 70px;
  font-size: 15px;
  color: #8c8a99;
}

.followingIndex .follow-screen__content .notice-zero-following .button-notice {
  width: 260px;
  padding: 10px;
  border-radius: 30px;
  color: white;
  background: #727171;
  font-size: 18px;
  border: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: bold;
}

.followingIndex .confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.followingIndex .confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.followingIndex .confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}

.followingIndex .confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}

.followingIndex .confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.followingIndex .confirm-popup .ms-popup__body {
  padding: 30px 28px !important;
}

.followingIndex .confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 36px;
}

.followingIndex .confirm-popup .ms-popup__footer button {
  background: rgb(255, 255, 255) !important;
  border-radius: 24px;
  color: #777777 !important;
  font-weight: bold;
  width: 100%;
  padding: 12px;
  border: 1px #777777 solid !important;
}

.followingIndex .confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(118, 92, 51);
  text-align: center;
  margin-bottom: 30px;
}

.followingIndex .confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

.followingIndex .main-header {
  position: relative;
  border-bottom: 1px solid #979797;
}

.followingIndex .main-header .top-header {
  padding: 28px !important;
}

.followingIndex .main-header .btn-filter {
  font-family: "HiraginoSans-W3";
  color: #ab50eb !important;
  font-size: 14px;
  border: 1px #ab50eb solid !important;
  padding: 5px 10px;
  border-radius: 5px;
}

.followingIndex .main-header .list-filters {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  list-style: none;
  background: #fff;
  top: 101%;
  z-index: 9999;
}

.followingIndex .main-header .list-filters li {
  font-weight: normal;
  padding: 16px;
}

.followingIndex .main-header .list-filters li a {
  color: #000;
}

.followingIndex .main-header .list-filters li a:hover {
  text-decoration: none;
}

.followingIndex .main-header .list-filters li.active a {
  color: #ab50eb !important;
}

.followingIndex .main-header .list-filters li + li {
  border-top: 1px solid #dfdfdf;
}

@media only screen and (max-width: 600px) {
  .followingIndex .followingIndex .follow-screen__tab {
    width: 260px;
  }
  .followingIndex .followingIndex .follow-screen__tab .tab-item {
    font-size: 16px;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__content .detail-name {
    max-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__content .detail-name .name {
    font-size: 14px;
    width: 33%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__content .detail-name .date {
    font-size: 14px;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__content .detail-info {
    font-size: 14px;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__advanced .vertical-line {
    margin: 0;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__advanced .button-unfollow {
    height: 50px;
    font-size: 10px;
    min-width: unset;
  }
}
.user-data {
  padding: 30px 30px 0 30px;
}

.user-data .user-information .avatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-data .user-information .card-body {
  background: #fdfdf0;
}

.user-data .user-information .card-body .user-data-info__message-data {
  background: #fff3d0;
  padding: 2px 5px;
  border-radius: 8px;
}

.user-data .user-information .information {
  margin-left: 30px;
  color: rgb(86, 86, 86);
  font-weight: 500;
}

.user-data .user-information .information p {
  margin-bottom: 0;
}

.user-data .user-information .information .name {
  color: rgb(255, 255, 255);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

.user-data .user-information .information .connected-number {
  font-size: 15px;
  margin-bottom: 5px;
  color: rgb(235, 79, 131);
}

.user-data .user-information .information .free-message-number {
  font-size: 12px;
  font-weight: 500;
  color: #4992e1;
}

.user-data .user-information .information .rank-title {
  font-size: 15px;
  margin-bottom: 5px;
}

.user-data .user-information .information .rank-data .element {
  display: grid;
  margin-right: 20px;
}

.user-data .user-information .information .rank-data .element .title {
  font-size: 16px;
  margin-bottom: 8px;
}

.user-data .user-information .information .rank-data .element .value {
  font-size: 17px;
}

.user-data .user-information .information .rank-data .element .value .icon-ranking {
  margin-left: -5px;
  margin-top: -3px;
}

.user-data .user-information .appear-title .title {
  margin-bottom: 10px;
  margin-top: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.user-data .user-information .appear-title input.title-value {
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.user-data .user-information .appear-title input.title-value ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(86, 86, 86);
  opacity: 1;
  /* Firefox */
}

.user-data .user-information .appear-title input.title-value ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(86, 86, 86);
  opacity: 1;
  /* Firefox */
}

.user-data .user-information .appear-title input.title-value :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(86, 86, 86);
}

.user-data .user-information .appear-title input.title-value ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(86, 86, 86);
}

.user-data .user-information .appear-title .input-group input#appear-title-input {
  background: #fdfdf0;
}

.user-data .user-information .appear-title .input-group button.input-group-text {
  background-color: #fdfdf0;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.user-data .user-information .button-review-profile {
  color: white;
  background-image: url("../img/preview-profile-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 20px;
}

#confirmRankingPopup {
  overflow-x: hidden;
  overflow-y: hidden;
}

.design08 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.design08 th {
  padding: 10px;
  background: #d47c7e;
  border: solid 1px #666666;
  color: #ffffff;
}

.design08 td {
  padding: 10px;
  border: solid 1px #666666;
}

.design08 td:first-child {
  background: #e9faf9;
}

.ranking-modal-title {
  font-size: 30px;
  text-align: center;
  color: rgb(118, 92, 51);
  margin-bottom: 15px;
}

.confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}

.confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}

.confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.confirm-popup .ms-popup__body {
  padding: 30px 36px;
}

.confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0 36px 36px;
}

.confirm-popup .ms-popup__footer button {
  background: rgb(118, 92, 51);
  border-radius: 24px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}

.confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(118, 92, 51);
  text-align: center;
  margin-bottom: 30px;
}

.confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

.block-confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.block-confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.block-confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}

.block-confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.block-confirm-popup .ms-popup__body {
  padding: 0;
  font-size: 16px;
}

.block-confirm-popup .ms-popup__head {
  padding: 16px 36px;
  background-color: #ededed !important;
  font-weight: bold;
  font-family: "Hiragino Sans";
}

.block-confirm-popup .ms-popup__note {
  padding: 0 36px;
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

.block-confirm-popup .ms-popup__note p {
  color: #f02020 !important;
}

.block-confirm-popup .ms-popup__form {
  display: flex;
  flex-direction: column;
  padding: 0px 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-confirm-popup .ms-popup__form label {
  font-size: 14px;
  color: #777777;
}

.block-confirm-popup .ms-popup__form textarea {
  border-radius: 8px;
  color: #777777;
  resize: none;
  height: 123px;
  padding: 10px;
  border: 1px solid #acacac;
}

.block-confirm-popup .ms-popup__form textarea:focus {
  outline: none;
}

.block-confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 20px;
  justify-content: center;
}

.block-confirm-popup .ms-popup__footer button {
  border: 1px solid #777777 !important;
  background-color: #ffffff !important;
  color: #777777 !important;
  border-radius: 40px;
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
}

.block-confirm-popup .ms-popup__footer .submit__block {
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
  border: none;
}

.block-confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(118, 92, 51);
  text-align: center;
  margin-bottom: 30px;
}

.block-confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

@media only screen and (max-width: 375px) {
  .user-data {
    padding: 10px 10px 0 10px;
  }
  .user-data .user-information .information {
    margin-left: 10px;
  }
  .user-data .user-information .information .rank-data .element .title {
    font-size: 11px;
  }
  .user-data .user-information .information .rank-data .element .value {
    font-size: 11px;
  }
  .user-data .user-information .button-review-profile {
    margin-top: 15px;
    padding: 10px 22px;
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .user-data {
    padding: 10px 10px 0 10px;
  }
  .user-data .user-information .information {
    margin-left: 10px;
  }
  .user-data .user-information .information .rank-data .element .title {
    font-size: 11px;
  }
  .user-data .user-information .information .rank-data .element .value {
    font-size: 11px;
  }
  .user-data .user-information .button-review-profile {
    margin-top: 15px;
    padding: 10px 22px;
    width: 100%;
  }
}
.timelineIndex .time-line button {
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}

.timelineIndex .time-line .thumbnail {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.timelineIndex .time-line__form {
  padding: 24px 24px 8px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 24px;
}

.timelineIndex .time-line__form .form-top {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}

.timelineIndex .time-line__form .form-top .thumbnail {
  flex: none;
  margin-right: 13px;
}

.timelineIndex .time-line__form .form-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}

.timelineIndex .time-line__form .form-bottom .btn-post {
  height: 44px;
  width: 133px;
  background-color: #61c23f;
  border-radius: 5px;
  color: #ffffff;
}

.timelineIndex .time-line__form .form-bottom .preview-image-box .preview-image {
  max-width: 250px;
  max-height: 250px;
}

.timelineIndex .time-line__form .form-upload {
  position: relative;
  color: #333333;
  display: flex;
  align-items: center;
}

.timelineIndex .time-line__form .form-upload img {
  flex: none;
  margin-right: 13px;
  width: 40px;
}

.timelineIndex .time-line__form .form-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.timelineIndex .time-line__form textarea {
  font-size: 16px;
  line-height: 26px;
  outline: none;
  border: none;
  resize: none;
  background-color: #fff;
  width: 100%;
  height: 75px;
  overflow: auto;
  color: #333333;
}

.timelineIndex .time-line__form textarea::-moz-placeholder {
  color: #acacac;
}

.timelineIndex .time-line__form textarea::placeholder {
  color: #acacac;
}

.timelineIndex .time-line__list .item-article {
  padding: 24px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 24px;
}

.timelineIndex .time-line__list .item-article .item-top {
  display: flex;
  align-items: center;
}

.timelineIndex .time-line__list .item-article .item-top .top-middle {
  padding-left: 24px;
}

.timelineIndex .time-line__list .item-article .item-top .top-middle__name {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.timelineIndex .time-line__list .item-article .item-top .top-middle__info {
  font-size: 14px;
  color: #777777;
}

.timelineIndex .time-line__list .item-article .item-top .top-right {
  padding-left: 64%;
}

.timelineIndex .time-line__list .item-article .item-top .top-right img {
  width: 20px;
}

.timelineIndex .time-line__list .item-article .item-body {
  padding-top: 24px;
}

.timelineIndex .time-line__list .item-article .item-body p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.timelineIndex .time-line__list .item-article .item-body img {
  width: 100%;
}

.timelineIndex .time-line__list .item-article .item-footer {
  padding-top: 24px;
}

.timelineIndex .time-line__list .item-article .item-footer .footer-reaction button {
  font-size: 16px;
  color: #000000;
}

.timelineIndex .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction {
  margin-right: 28px;
}

.timelineIndex .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction img {
  width: 20px;
}

.timelineIndex .time-line__list .item-article .item-footer .footer-reaction button.btn-comment img {
  width: 23px;
}

.timelineIndex .time-line__list .item-article .item-footer .footer-reaction img {
  margin-right: 12px;
}

.timelineIndex .time-line__list .item-article .item-footer .footer-box-comment {
  display: flex;
  align-items: center;
  padding-top: 24px;
}

.timelineIndex .time-line__list .item-article .item-footer .footer-box-comment img:first-child {
  flex: none;
  margin-right: 33px;
}

.timelineIndex .time-line__list .item-article .item-footer .footer-box-comment .form-input {
  width: 100%;
  min-height: 44px;
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 40px;
  outline: none;
  padding: 0px 16px;
  margin-right: 15px;
}

.timelineIndex .time-line__list .item-article .footer-list-comment {
  padding-top: 28px;
}

.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment {
  display: flex;
}

.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .right {
  padding-top: 10px;
  padding-left: 24px;
}

.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-top .top-middle {
  padding-left: 0;
}

.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action {
  display: flex;
  padding-left: 433px;
}

.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action img {
  width: 20px;
}

.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action img:last-child {
  width: 20px;
  margin-left: 10px;
}

.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-body {
  padding-top: 15px;
}

.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-body p {
  padding-bottom: 15px;
}

.timelineIndex .time-line__list .item-article .footer-list-comment .btn-viewall {
  font-size: 14px;
  color: #eb4f83;
  line-height: 19px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .timelineIndex .time-line .thumbnail {
    width: 42px;
    height: 42px;
  }
  .timelineIndex .time-line__form textarea {
    font-size: 14px;
  }
  .timelineIndex .time-line__form .form-bottom .form-upload {
    font-size: 14px;
  }
  .timelineIndex .time-line__form .form-bottom .form-upload .icon-upload-image {
    width: 30px;
  }
  .timelineIndex .time-line__form .form-bottom .btn-upload {
    font-size: 14px;
  }
  .timelineIndex .time-line__form .form-bottom .btn-post {
    width: 94px;
    height: 34px;
  }
  .timelineIndex .time-line__form .form-bottom .preview-image-box .preview-image {
    max-width: 250px;
    max-height: 250px;
  }
  .timelineIndex .time-line__list .item-article {
    padding: 16px;
    margin-bottom: 16px;
  }
  .timelineIndex .time-line__list .item-article .item-top .top-right {
    padding-left: 165px;
  }
  .timelineIndex .time-line__list .item-article .item-top .top-right__name {
    font-size: 14px;
  }
  .timelineIndex .time-line__list .item-article .item-top .top-right__info {
    font-size: 12px;
    color: #777777;
  }
  .timelineIndex .time-line__list .item-article .item-top .top-right img.btn-delete-buzz {
    width: 15px;
  }
  .timelineIndex .time-line__list .item-article .item-body {
    padding-top: 16px;
  }
  .timelineIndex .time-line__list .item-article .item-body p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .timelineIndex .time-line__list .item-article .item-footer {
    padding-top: 16px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-reaction button {
    font-size: 14px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction {
    margin-right: 18px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-reaction img {
    margin-right: 8px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-box-comment {
    padding-top: 16px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-box-comment img {
    margin-right: 18px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-box-comment .form-input {
    min-height: 34px;
    font-size: 14px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment {
    padding-top: 18px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .right {
    padding-top: 0;
    padding-left: 14px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .right .button-action {
    padding-left: 155px;
    width: 15px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-body {
    padding-top: 12px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-body p {
    padding-bottom: 12px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment .btn-viewall {
    font-size: 14px;
  }
}
.timelineDetail .time-line button {
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}

.timelineDetail .time-line .thumbnail {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.timelineDetail .time-line__form {
  padding: 24px 24px 8px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 24px;
}

.timelineDetail .time-line__form .form-top {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}

.timelineDetail .time-line__form .form-top .thumbnail {
  flex: none;
  margin-right: 13px;
}

.timelineDetail .time-line__form .form-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}

.timelineDetail .time-line__form .form-bottom .btn-post {
  height: 44px;
  width: 133px;
  background-color: #61c23f;
  border-radius: 5px;
  color: #ffffff;
}

.timelineDetail .time-line__form .form-bottom .preview-image-box .preview-image {
  max-width: 250px;
  max-height: 250px;
}

.timelineDetail .time-line__form .form-upload {
  position: relative;
  color: #333333;
  display: flex;
  align-items: center;
}

.timelineDetail .time-line__form .form-upload img {
  flex: none;
  margin-right: 13px;
  width: 40px;
}

.timelineDetail .time-line__form .form-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.timelineDetail .time-line__form textarea {
  font-size: 16px;
  line-height: 26px;
  outline: none;
  border: none;
  resize: none;
  background-color: #fff;
  width: 100%;
  height: 75px;
  overflow: auto;
  color: #333333;
}

.timelineDetail .time-line__form textarea::-moz-placeholder {
  color: #acacac;
}

.timelineDetail .time-line__form textarea::placeholder {
  color: #acacac;
}

.timelineDetail .time-line__list .item-article {
  padding: 24px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 24px;
}

.timelineDetail .time-line__list .item-article .item-top {
  display: flex;
  align-items: center;
}

.timelineDetail .time-line__list .item-article .item-top .top-middle {
  padding-left: 24px;
}

.timelineDetail .time-line__list .item-article .item-top .top-middle__name {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.timelineDetail .time-line__list .item-article .item-top .top-middle__info {
  font-size: 14px;
  color: #777777;
}

.timelineDetail .time-line__list .item-article .item-top .top-right {
  padding-left: 64%;
}

.timelineDetail .time-line__list .item-article .item-top .top-right img {
  width: 20px;
}

.timelineDetail .time-line__list .item-article .item-body {
  padding-top: 24px;
}

.timelineDetail .time-line__list .item-article .item-body p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.timelineDetail .time-line__list .item-article .item-body img {
  width: 100%;
}

.timelineDetail .time-line__list .item-article .item-footer {
  padding-top: 24px;
}

.timelineDetail .time-line__list .item-article .item-footer .footer-reaction button {
  font-size: 16px;
  color: #000000;
}

.timelineDetail .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction {
  margin-right: 28px;
}

.timelineDetail .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction img {
  width: 20px;
}

.timelineDetail .time-line__list .item-article .item-footer .footer-reaction button.btn-comment img {
  width: 23px;
}

.timelineDetail .time-line__list .item-article .item-footer .footer-reaction img {
  margin-right: 12px;
}

.timelineDetail .time-line__list .item-article .item-footer .footer-box-comment {
  display: flex;
  align-items: center;
  padding-top: 24px;
}

.timelineDetail .time-line__list .item-article .item-footer .footer-box-comment img:first-child {
  flex: none;
  margin-right: 33px;
}

.timelineDetail .time-line__list .item-article .item-footer .footer-box-comment .form-input {
  width: 100%;
  min-height: 44px;
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 40px;
  outline: none;
  padding: 0px 16px;
  margin-right: 15px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment {
  padding-top: 28px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment {
  display: flex;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .right {
  padding-top: 10px;
  padding-left: 24px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .right .top-right {
  padding-left: 0%;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-top .top-middle {
  padding-left: 0;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action {
  display: flex;
  padding-left: 434px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action img {
  width: 20px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action img:last-child {
  width: 20px;
  margin-left: 10px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-body {
  padding-top: 15px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-body p {
  padding-bottom: 15px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply {
  display: flex;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .right {
  padding-top: 10px;
  padding-left: 24px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-top .top-middle {
  padding-left: 0;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-top .button-action {
  display: flex;
  padding-left: 340px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-top .button-action img {
  width: 20px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-top .button-action img:last-child {
  width: 20px;
  margin-left: 10px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-body {
  padding-top: 15px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-body p {
  padding-bottom: 15px;
}

.timelineDetail .time-line__list .item-article .footer-list-comment .btn-viewall {
  font-size: 14px;
  color: #eb4f83;
  line-height: 19px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .timelineDetail .time-line .thumbnail {
    width: 42px;
    height: 42px;
  }
  .timelineDetail .time-line__form textarea {
    font-size: 14px;
  }
  .timelineDetail .time-line__form .form-bottom .form-upload {
    font-size: 14px;
  }
  .timelineDetail .time-line__form .form-bottom .form-upload .icon-upload-image {
    width: 30px;
  }
  .timelineDetail .time-line__form .form-bottom .btn-upload {
    font-size: 14px;
  }
  .timelineDetail .time-line__form .form-bottom .btn-post {
    width: 94px;
    height: 34px;
  }
  .timelineDetail .time-line__form .form-bottom .preview-image-box .preview-image {
    max-width: 250px;
    max-height: 250px;
  }
  .timelineDetail .time-line__list .item-article {
    padding: 16px;
    margin-bottom: 16px;
  }
  .timelineDetail .time-line__list .item-article .item-top .top-right {
    padding-left: 43%;
  }
  .timelineDetail .time-line__list .item-article .item-top .top-right__name {
    font-size: 14px;
  }
  .timelineDetail .time-line__list .item-article .item-top .top-right__info {
    font-size: 12px;
    color: #777777;
  }
  .timelineDetail .time-line__list .item-article .item-top .top-right img.btn-delete-buzz {
    width: 15px;
  }
  .timelineDetail .time-line__list .item-article .item-body {
    padding-top: 16px;
  }
  .timelineDetail .time-line__list .item-article .item-body p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .timelineDetail .time-line__list .item-article .item-footer {
    padding-top: 16px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-reaction button {
    font-size: 14px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction {
    margin-right: 18px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-reaction img {
    margin-right: 8px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-box-comment {
    padding-top: 16px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-box-comment img {
    margin-right: 18px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-box-comment .form-input {
    min-height: 34px;
    font-size: 14px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment {
    padding-top: 18px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .right {
    padding-top: 0;
    padding-left: 14px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .right .button-action {
    padding-left: 155px;
    width: 15px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-body {
    padding-top: 12px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-body p {
    padding-bottom: 12px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-reply .right .item-top .top-right {
    padding-left: 0;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-reply .right .item-top .button-action {
    padding-left: 135px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .btn-viewall {
    font-size: 14px;
  }
}
.blockindex .follow-screen {
  max-width: 767px;
  margin: auto;
  padding: 20px 10px;
  background: #f5f5f5;
  min-height: 100vh;
}

.blockindex .follow-screen__tab {
  background: white;
  border-radius: 35px;
  margin-bottom: 20px;
  width: 380px;
}

.blockindex .follow-screen__tab .tab-item {
  width: 260px;
  padding: 7px;
  border-radius: 30px;
  background: transparent;
  color: black;
  margin-left: -1px;
  margin-right: -1px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.blockindex .follow-screen__tab .tab-item.active {
  background: rgb(118, 92, 51);
  color: white;
}

.blockindex .follow-screen__content .content-box {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.blockindex .follow-screen__content .button-un-block {
  background: white;
  font-size: 16px;
  line-height: 22px;
  width: 120px;
  height: 44px;
  min-width: 100px;
  border-radius: 25px;
  border-color: #777777 !important;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  font-weight: normal;
  color: #777777 !important;
}

.blockindex .follow-screen__content .follow-item {
  padding: 0 10px;
  position: relative;
}

.blockindex .follow-screen__content .follow-item__content {
  padding: 10px 0;
  border-bottom: 1px solid lightgray;
  width: 100%;
}

.blockindex .follow-screen__content .follow-item__content .thumb-avatar {
  z-index: 2;
  width: 50px;
  height: 50px;
  min-width: 50px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: lightgray;
}

.blockindex .follow-screen__content .follow-item__content .thumb-avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.blockindex .follow-screen__content .follow-item__content .content-detail {
  flex-grow: 1;
  padding-left: 10px;
  width: -ms-calc("100% - 50px");
  width: -o-calc("100% - 50px");
}

.blockindex .follow-screen__content .follow-item__content .content-detail .detail-name {
  padding-bottom: 3px;
}

.blockindex .follow-screen__content .follow-item__content .content-detail .detail-name .name {
  z-index: 2;
  font-size: 16px;
  padding-right: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #333333;
}

.blockindex .follow-screen__content .follow-item__content .content-detail .detail-name .date {
  padding-top: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}

.blockindex .follow-screen__content .follow-item__content .content-detail .detail-info {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}

.blockindex .follow-screen__content .follow-item__advanced {
  transition: all 0.5s ease;
  width: 0;
  overflow: hidden;
}

.blockindex .follow-screen__content .follow-item__advanced > div.d-flex {
  padding: 10px 0;
  border-bottom: 1px solid lightgray;
}

.blockindex .follow-screen__content .follow-item__advanced .button-text {
  background: none;
  border: none;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}

.blockindex .follow-screen__content .follow-item__advanced .button-unfollow {
  background: #ab50eb;
  font-size: 16px;
  line-height: 22px;
  width: 150px;
  height: 55px;
  min-width: 100px;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  border: none;
  color: white;
  z-index: 2;
}

.blockindex .follow-screen__content .follow-item__advanced .vertical-line {
  display: block;
  width: 1px;
  background: lightgray;
  margin: 0 15px;
}

.blockindex .follow-screen__content .follow-item input[type=checkbox] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 71px;
}

.blockindex .follow-screen__content .follow-item input[type=checkbox]:checked ~ .follow-item__advanced {
  width: 30%;
}

.blockindex .follow-screen__content .follow-item:last-child div .d-flex {
  padding-bottom: 0px;
  border-bottom: none;
}

.blockindex .follow-screen__content .follow-item:last-child .follow-item__content {
  border-bottom: none;
}

.blockindex .follow-screen__content .notice-zero-following {
  text-align: center;
}

.blockindex .follow-screen__content .notice-zero-following .image-notice {
  margin: 130px 130px 30px;
  min-height: 150px;
  min-width: 150px;
  max-width: 200px;
  max-height: 200px;
}

.blockindex .follow-screen__content .notice-zero-following .text-notice {
  width: 50%;
  margin: 0px auto 70px;
  font-size: 15px;
  color: #8c8a99;
}

.blockindex .follow-screen__content .notice-zero-following .button-notice {
  width: 260px;
  padding: 10px;
  border-radius: 30px;
  color: white;
  background: #727171;
  font-size: 18px;
  border: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: bold;
}

.blockindex .confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.blockindex .confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blockindex .confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}

.blockindex .confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}

.blockindex .confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.blockindex .confirm-popup .ms-popup__body {
  padding: 30px 36px;
}

.blockindex .confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 36px;
}

.blockindex .confirm-popup .ms-popup__footer button {
  background: #fff !important;
  border-radius: 24px;
  color: #777777 !important;
  border: solid 1px #777777 !important;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}

.blockindex .confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(118, 92, 51);
  text-align: center;
  margin-bottom: 30px;
}

.blockindex .confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .blockindex .followingIndex .follow-screen__tab {
    width: 260px;
  }
  .blockindex .followingIndex .follow-screen__tab .tab-item {
    font-size: 16px;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__content .detail-name {
    max-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__content .detail-name .name {
    font-size: 14px;
    width: 33%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__content .detail-name .date {
    font-size: 14px;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__content .detail-info {
    font-size: 14px;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__advanced .vertical-line {
    margin: 0;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__advanced .button-unfollow {
    height: 50px;
    font-size: 10px;
    min-width: unset;
  }
}
.listNotification .notification-screen {
  max-width: 767px;
  margin: auto;
  padding: 20px 10px;
  background: #f5f5f5;
  min-height: 100vh;
}

.listNotification .notification-screen .notice-zero-following {
  text-align: center;
}

.listNotification .notification-screen__content .content-box {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.listNotification .notification-screen__content .content-box .notification-item {
  padding: 10px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid lightgray;
}

.listNotification .notification-screen__content .content-box .notification-item a {
  text-decoration: none;
  color: #000000;
}

.listNotification .notification-screen__content .content-box .notification-item__content {
  width: 100%;
}

.listNotification .notification-screen__content .content-box .notification-item__content .text-box {
  padding-left: 10px;
}

.listNotification .notification-screen__content .content-box .notification-item__content .text-box p {
  margin-bottom: 0;
}

.listNotification .notification-screen__content .content-box .notification-item__content .image-notifi {
  width: 40px;
  height: 40px;
}

.listNotification .notification-screen__content .content-box .notification-item__content .image-notifi img {
  max-width: 100%;
}

.listNotification .notification-screen__content .content-box .notification-item__content .content-notifi {
  width: 35px;
  height: 35px;
}

@media only screen and (max-width: 600px) {
  .listNotification .followingIndex .notification-screen__tab {
    width: 260px;
  }
  .listNotification .followingIndex .notification-screen__tab .tab-item {
    font-size: 16px;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__content .detail-name {
    max-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__content .detail-name .name {
    font-size: 14px;
    width: 33%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__content .detail-name .date {
    font-size: 14px;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__content .detail-info {
    font-size: 14px;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__advanced .vertical-line {
    margin: 0;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__advanced .button-unfollow {
    height: 50px;
    font-size: 10px;
    min-width: unset;
  }
}
.settingPushNotification .setting .btn-save {
  border: 1px solid #777777;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 16px;
  padding: 7px 24px;
}

.settingPushNotification .setting-item {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  height: 65px;
}

.settingPushNotification .setting-item .button-select-message-noti {
  cursor: pointer;
  color: blue;
  margin-bottom: 0;
}

.settingPushNotification .setting-item .icon-select-message-noti {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.settingPushNotification .setting-item .switch {
  height: 30px;
  line-height: 30px;
  top: 8px;
}

.settingPushNotification .setting-item .switch__toggle {
  background-color: #c8c8c8 !important;
}

.settingPushNotification .setting-item .switch__handle {
  background-color: white;
}

.settingPushNotification .setting-item .switch__input:checked + .switch__toggle {
  background-color: #727171 !important;
  box-shadow: inset 0 0 0 2px #727171 !important;
}

.settingPushNotification .setting-item:last-child {
  border-bottom: none;
}

.aboutReward .point-explain .point-explain-group {
  margin-bottom: 30px;
}

.aboutReward .point-explain .point-explain-group .group-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  color: rgb(118, 92, 51);
}

.aboutReward .point-explain .point-explain-group:first-child .group-title {
  margin-top: 0;
}

.aboutReward .point-explain .row-p {
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: rgb(51, 51, 51);
  font-weight: 500;
}

.aboutReward .point-explain .row-p:first-child {
  padding-top: 0;
}

.aboutReward .point-explain .flex-between-centered:nth-child(2) {
  margin-bottom: 0;
}

.previewProfileDetail .main-body {
  background: url("../img/background-preview-profile-detail.png") #ffeecd;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  font-family: "Hiragino Sans";
}

.previewProfileDetail .main-body .my-container {
  max-width: 400px;
  margin: auto;
}

.previewProfileDetail .main-body .my-container .banner-box {
  position: relative;
  height: 225px;
  background-color: #708295;
  border-radius: 8px 8px 0 0;
}

.previewProfileDetail .main-body .my-container .banner-box .rank-watermark {
  position: absolute;
  right: -3px;
  top: -2px;
}

.previewProfileDetail .main-body .my-container .banner-box .rank-watermark img {
  width: 90px;
}

.previewProfileDetail .main-body .my-container .banner-box .user-avatar {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 70px;
  right: 0;
  margin: auto;
}

.previewProfileDetail .main-body .my-container .banner-box .user-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.previewProfileDetail .main-body .my-container .banner-box .user-avatar-premium {
  top: 0;
  left: 0;
}

.previewProfileDetail .main-body .my-container .banner-box .user-avatar-premium img {
  width: 100%;
  height: 225px;
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.previewProfileDetail .main-body .my-container .banner-box .basic-information {
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 8px 10px;
  font-size: 15px;
}

.previewProfileDetail .main-body .my-container .banner-box .basic-information .certificate-icon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.previewProfileDetail .main-body .my-container .banner-box .basic-information .star-icon {
  height: 11px;
  margin-right: 3px;
}

.previewProfileDetail .main-body .my-container .banner-box .basic-information .twitter-icon {
  height: 16px;
  width: 20px;
  margin-right: 5px;
}

.previewProfileDetail .main-body .my-container .banner-box .basic-information .follow-button {
  background-color: rgb(48, 48, 48);
  border-radius: 4px;
  padding: 2px 4px;
}

.previewProfileDetail .main-body .my-container .banner-box .basic-information p {
  margin-bottom: 8px;
}

.previewProfileDetail .main-body .my-container .banner-box .basic-information p.name {
  font-size: 16px;
  font-weight: bold;
}

.previewProfileDetail .main-body .my-container .banner-box .basic-information p {
  margin-bottom: 8px;
  margin-left: 8px;
}

.previewProfileDetail .main-body .my-container .banner-box .basic-information p.stt-on::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #a9d96e;
  border-radius: 15px;
}

.previewProfileDetail .main-body .my-container .appear-title {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 0;
}

.previewProfileDetail .main-body .my-container .appear-title p {
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  min-height: 50px;
  font-family: "Hiragino Sans";
}

.previewProfileDetail .main-body .my-container .appear-title p.gold {
  background-image: url("../img/appeal_title_in_1h.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.previewProfileDetail .main-body .my-container .appear-title p.blue {
  background-image: url("../img/appeal_title_in_24h.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.previewProfileDetail .main-body .my-container .appear-title p.silver {
  background-image: url("../img/appeal_title_more_than_24h.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.previewProfileDetail .main-body .my-container .fee-service {
  font-size: 13px;
  color: rgb(48, 48, 48);
}

.previewProfileDetail .main-body .my-container .fee-service p {
  margin-bottom: 4px;
}

.previewProfileDetail .main-body .my-container .font-size-13 {
  font-size: 13px;
}

.previewProfileDetail .main-body .my-container .appraisal-style,
.previewProfileDetail .main-body .my-container .fortune-telling {
  padding: 2px 8px 2px 8px;
  border-radius: 20px;
  background: #708295;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
}

.previewProfileDetail .main-body .my-container .rank-and-style {
  padding: 0 10px;
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info {
  border: 2px solid rgb(154, 154, 154);
  border-radius: 8px;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  background-color: white;
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table {
  border-radius: 8px;
  border: none;
  height: auto;
  background-color: white;
  padding: 15px 20px;
  width: 100%;
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr {
  height: 40px;
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr th {
  width: 100px;
  padding: 0 10px;
  border-right: rgb(154, 154, 154) 1px solid;
  font-size: 13px;
  color: #6e6e6e;
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr .rank-normal {
  font-family: "Tahoma";
  font-weight: bold;
  font-size: 15px;
  color: rgb(255, 255, 255);
  padding: 6px 15px;
  background-image: linear-gradient(to left, rgb(160, 160, 160) 0%, rgb(215, 215, 215) 41%, rgb(210, 210, 210) 76%, rgb(189, 189, 189) 99%);
  text-align: center;
  border-radius: 5px;
  text-shadow: 1px 1px #9a9a9a;
  letter-spacing: 2px;
  display: table-cell;
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr .rank-icon {
  max-width: 135px;
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr .fee-service {
  font-size: 13px;
  color: rgb(48, 48, 48);
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr .fee-service p {
  margin-bottom: 4px;
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .fortune-telling {
  color: white;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
  padding: 0 5px;
  display: inline-block;
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .fortune-telling.gold {
  background-color: rgb(215, 171, 33);
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .fortune-telling.blue {
  background-color: rgb(0, 113, 188);
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .fortune-telling.silver {
  background-color: rgb(110, 110, 110);
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .appraisal-style,
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .fortune-telling {
  font-size: 13px;
  text-align: center;
  padding: 0 5px;
  background-color: white;
  border-radius: 4px;
  display: inline-block;
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .appraisal-style.gold,
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .gold.fortune-telling {
  color: rgb(215, 171, 33);
  border: 1px solid rgb(215, 171, 33);
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .appraisal-style.blue,
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .blue.fortune-telling {
  color: rgb(0, 113, 188);
  border: 1px solid rgb(0, 113, 188);
}

.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .appraisal-style.silver,
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .silver.fortune-telling {
  color: rgb(110, 110, 110);
  border: 1px solid rgb(110, 110, 110);
}

.previewProfileDetail .main-body .my-container .box-title {
  height: 24px;
  font-weight: bold;
  font-size: 16px;
  color: rgb(0, 0, 0);
  margin-bottom: 5px;
  margin-top: 25px;
  padding-left: 15px;
}

.previewProfileDetail .main-body .my-container .about-me-box {
  padding: 0 10px;
}

.previewProfileDetail .main-body .my-container .about-me-box .about-me {
  background-color: #fff8ea;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 13px;
  color: #6e6e6e;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 375px) {
  .previewProfileDetail .main-body {
    padding: 0 0 !important;
  }
  .previewProfileDetail .main-body .my-container .banner-box {
    height: 200px;
  }
  .previewProfileDetail .main-body .my-container .banner-box .user-avatar {
    width: 90px;
    height: 90px;
  }
  .previewProfileDetail .main-body .my-container .banner-box .user-avatar img {
    width: 90px;
    height: 90px;
  }
  .previewProfileDetail .main-body .my-container .banner-box .user-avatar-premium img {
    height: 200px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style {
    padding: 0 10px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style table tr th {
    padding: 0 10px;
    font-size: 10px;
    width: 80px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style table tr .rank-normal {
    font-size: 13px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style table tr:first-child td:nth-child(2) {
    width: 100px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style table tr:first-child td:nth-child(2) img {
    width: 125px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style table tr .fee-service {
    font-size: 10px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  padding: 0 20px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/fonts/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../img/fonts/slick.eot");
  src: url("../img/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../img/fonts/slick.woff") format("woff"), url("../img/fonts/slick.ttf") format("truetype"), url("../img/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.confirm-popup-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.confirm-popup-center .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.confirm-popup-center .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 390px;
  overflow: hidden;
}
.confirm-popup-center .ms-popup-inner.w-720 {
  width: 720px;
}
.confirm-popup-center .ms-popup__header {
  background: #EDEDED;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.confirm-popup-center .ms-popup__body {
  padding: 30px 36px;
}
.confirm-popup-center .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 36px;
}
.confirm-popup-center .ms-popup__footer button {
  border: none;
  background: rgb(171, 80, 235);
  border-radius: 24px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}
.confirm-popup-center .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(171, 80, 235);
  text-align: center;
  margin-bottom: 30px;
}
.confirm-popup-center .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

.noti-popup-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.noti-popup-center .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noti-popup-center .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 390px;
  overflow: hidden;
}
.noti-popup-center .ms-popup-inner.w-720 {
  width: 720px;
}
.noti-popup-center .ms-popup__header {
  background: #EDEDED;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.noti-popup-center .ms-popup__body {
  padding: 30px 36px;
}
.noti-popup-center .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 36px;
}
.noti-popup-center .ms-popup__footer button {
  border: none;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}
.noti-popup-center .ms-popup__footer button.button-submit {
  background: rgb(171, 80, 235);
  border-radius: 24px;
  color: #fff;
}
.noti-popup-center .ms-popup__footer button.button-cancel {
  background: #EDEDED;
  border-radius: 24px;
  color: #777777;
}
.noti-popup-center .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: #EB4F83;
  text-align: center;
  margin-bottom: 30px;
}
.noti-popup-center .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

.popup-main button {
  background: transparent;
  border: none;
}
.popup-main .text-link {
  color: rgb(171, 80, 235);
}
.popup-main #confirm_term_modal .ms-popup-inner {
  width: 400px;
}
.popup-main #confirm_term_modal #cancel_agree_term {
  background: #ffffff;
  color: #000000;
  border: 1px solid #80868C;
  font-weight: normal;
}

.popup-overlay#popup-news {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
}

.popup-news {
  text-align: left;
  width: 950px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px;
}
.popup-news .popup-header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0px;
  background: #EDEDED;
}
.popup-news .popup-body {
  padding: 20px 40px 0px;
}
.popup-news .popup-footer {
  padding: 20px 40px 0 40px;
}
.popup-news .popup-footer button {
  font-weight: bold;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 47px;
  background: rgb(171, 80, 235);
  color: #ffffff;
}
.popup-news .popup-footer label {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
}
.popup-news .popup-footer .styled-checkbox + label:before {
  position: unset;
  margin-right: 12px;
}
.popup-news .popup-footer .styled-checkbox:checked + label:after {
  top: 3px;
  left: 0;
}
.popup-news .list-news {
  overflow: auto;
  height: 56vh;
}
.popup-news .list-news .item-news {
  margin-bottom: 32px;
  text-align: center;
}
.popup-news .list-news .item-news:last-child {
  margin-bottom: 0;
}
.popup-news .list-news .item-news__img {
  width: 90%;
  border-radius: 8px;
}
.popup-news .list-news .item-news__title {
  color: #777777;
  font-weight: bold;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-news .list-news .item-news__title .news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popup-news .list-news .item-news__content {
  color: #777777;
  white-space: pre-line;
}

#bonus-popup .modal-content {
  padding: 30px 20px 20px;
  width: 300px;
  height: 300px;
}
#bonus-popup .modal-dialog {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.5s ease-out;
}
#bonus-popup.show .modal-dialog {
  transform: scale(1);
}
#bonus-popup .modal-body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
#bonus-popup .modal-body .close {
  position: absolute;
  top: -25px;
  right: -14px;
  font-size: 1.5rem;
  border: none;
  padding: 0;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: rgb(171, 80, 235);
  color: #ffffff;
}
#bonus-popup .modal-body .close:hover {
  color: #ffffff;
}
#bonus-popup .modal-body .btn-get-bonus {
  color: white !important;
  background-color: rgb(171, 80, 235) !important;
  font-size: 16px;
  padding: 5px 50px;
  border-radius: 16px;
  margin: 0 auto;
  width: 100%;
}
#bonus-popup #bonus-image {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .counselPageSidebar .header {
    position: sticky;
    top: 0;
    z-index: 1050;
  }
  .counselPageSidebar .header .js-open-sidebar {
    display: block;
    padding: 10px;
  }
  .counselPageSidebar .sidebar.main-nav {
    display: none;
  }
  .counselPageSidebar .sidebar.main-nav a {
    padding: 14px 24px;
  }
  .counselPageSidebar .sidebar__logo {
    padding: 10px 24px;
  }
  .counselPageSidebar .sidebar__info {
    padding-top: 16px;
    margin-bottom: 14px;
  }
  .counselPageSidebar .sidebar.show {
    display: block;
    z-index: 9999;
  }
  .counselPageSidebar .sidebar-overlay {
    cursor: pointer;
    display: none;
    position: fixed;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .counselPageSidebar .content .main-header .top-header {
    padding: 10px;
  }
  .counselPageSidebar .content .main-body {
    padding: 16px;
  }
  .counselPageSidebar .content.content-outer {
    padding-left: 0;
  }
}
.messageList .content .item-href {
  cursor: pointer;
}
.messageList .content .img-emoji {
  width: 20px;
  height: auto;
}
.messageList .content .js-open-menu .icon-dot {
  /* IE 9 */
  transform: rotate(90deg);
}
.messageList .content .js-open-menu .text-filter {
  font-family: "HiraginoSans-W3";
  color: rgb(171, 80, 235);
  font-size: 14px;
  border: 1px rgb(171, 80, 235) solid;
  padding: 5px 10px;
  border-radius: 5px;
}
.messageList .content .js-open-action .text-filter {
  font-family: "HiraginoSans-W3";
  color: #969696;
  font-size: 14px;
  border: 1px rgb(171, 80, 235) solid;
  padding: 5px 10px;
  border-radius: 5px;
}
.messageList .content .js-reset-action .text-reset-filter {
  font-family: "HiraginoSans-W3";
  background-color: #fff;
  color: #969696;
  font-size: 14px;
  border: 2px #fff solid;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}
.messageList .content .no-data {
  position: absolute;
  left: 50%;
  top: 70%;
  text-align: center;
  margin-top: -110px;
  margin-left: -130px;
}
.messageList .content .no-data .no-data-desc {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  align-items: center;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 60px;
  margin-bottom: 0;
  color: #dfdfdf;
}
.messageList .content .no-data .btn-no-data {
  width: 260px;
  height: 44px;
  background: rgb(171, 80, 235);
  border-radius: 24px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.messageList .content #confirm .btn {
  border: 1px solid transparent;
}
.messageList .content #confirm .btn-primary {
  border-color: #007bff;
  background-color: #007bff;
}
.messageList .content #confirm .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}
.messageList .content #second_filter_required .btn,
.messageList .content #addition_second_filter_required .btn,
.messageList .content #search_noti .btn {
  border: 1px solid transparent;
}
.messageList .content #second_filter_required .btn-primary,
.messageList .content #addition_second_filter_required .btn-primary,
.messageList .content #search_noti .btn-primary {
  border-color: #007bff;
  background-color: #007bff;
}
.messageList .content .styled-checkbox {
  position: absolute;
  opacity: 0;
  left: 5px;
  top: 1px;
  z-index: 99;
  cursor: pointer;
}
.messageList .content .styled-checkbox + label {
  padding: 0;
}
.messageList .content .styled-checkbox + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #777777;
  border-radius: 2px;
}
.messageList .content .styled-checkbox:checked + label:before {
  border: none;
}
.messageList .content .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/ic_checkbox.png");
  width: 16px;
  height: 16px;
}
.messageList .content .form-check {
  margin-right: 40px;
}
.messageList .content .msg-list {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: unset;
}
.messageList .content .msg-list .filter-box {
  padding: 0 30px;
  display: flex;
  margin-top: 35px;
}
.messageList .content .msg-list .filter-box__username {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  max-width: 854px;
  margin: auto;
}
.messageList .content .msg-list .filter-box__username .search-value {
  cursor: pointer;
  background-color: white !important;
  border-radius: 8px !important;
  border: none;
  font-weight: bold;
  font-size: 16px;
  color: rgb(119, 119, 119);
  padding-right: 60px;
}
.messageList .content .msg-list .filter-box__username .search-value::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.messageList .content .msg-list .filter-box__username .search-value::placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.messageList .content .msg-list .filter-box__username .search-value:focus {
  box-shadow: 0 0 12px rgba(118, 92, 51, 0.5);
}
.messageList .content .msg-list .filter-box__username .search-questioner {
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
}
.messageList .content .msg-list .filter-box__username .search-questioner button {
  border-radius: 8px;
}
.messageList .content .msg-list .filter-box__username .search-questioner button img {
  max-width: 17px;
  height: auto;
}
.messageList .content .msg-list .filter-box__username .search-questioner button .img-search {
  max-width: none !important;
  width: 26px !important;
  height: 27px;
}
.messageList .content .msg-list__header {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 35px;
  background: #ffffff;
  border-bottom: 1px solid #979797;
}
.messageList .content .msg-list__header .iconRight {
  position: absolute;
  top: 40%;
  right: 16px;
}
.messageList .content .msg-list__header .iconLeft {
  position: absolute;
  top: 40%;
  left: 16px;
}
.messageList .content .msg-list__header ul {
  position: absolute;
  top: 89px;
  display: none;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: auto;
  right: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.messageList .content .msg-list__header li {
  font-weight: normal;
  padding: 16px;
  border-bottom: 1px solid #dfdfdf;
}
.messageList .content .msg-list__header li:last-child {
  border: none;
}
.messageList .content .msg-list__header a {
  color: unset;
  text-decoration: none;
}
.messageList .content .msg-list__header .active {
  color: rgb(171, 80, 235);
}
.messageList .content .msg-list__footer {
  width: 35%;
  bottom: 40px;
  margin: 0 auto;
}
.messageList .content .msg-list__footer button {
  width: 100%;
  background: rgb(171, 80, 235);
  padding: 10px 0px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  border-radius: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.messageList .content .msg-list__footer button:disabled {
  background: #dfdfdf;
  color: #777777;
  font-size: 16px;
  line-height: 22px;
}
.messageList .content .msg-detail {
  position: relative;
  width: 376px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  margin-right: 20px;
}
.messageList .content .msg-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding: 0px 24px;
  background: #ffffff;
  border-bottom: 1px solid #979797;
}
.messageList .content .msg-detail__header h4 {
  font-size: 16px;
  color: #3f3f3f;
  margin: 0;
  padding-left: 16px;
}
.messageList .content .msg-detail__body {
  min-height: 100vh;
  padding: 10px;
}
.messageList .content .msg-detail__body .msg-recieved {
  display: flex;
  text-align: right;
  margin-bottom: 10px;
}
.messageList .content .msg-detail__body .msg-sent {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.messageList .content .msg-detail__body .msg-sent .msg-content {
  width: 50%;
}
.messageList .content .msg-detail__body .msg-sent p {
  text-align: left;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background-color: rgb(171, 80, 235);
  border: 1px solid rgb(171, 80, 235);
  border-radius: 18px 0px 18px 18px;
  margin-bottom: 0;
}
.messageList .content .msg-detail__body .msg-sent span {
  font-size: 10px;
  color: #9b9898;
  letter-spacing: 0.03em;
}
.messageList .content .msg-detail__body .msg-sent.error p {
  background-color: #ffffff;
  color: #252323;
}
.messageList .content .msg-detail__body .msg-content {
  width: 50%;
}
.messageList .content .msg-detail__body .msg-avatar {
  padding-right: 10px;
}
.messageList .content .msg-detail__body p {
  text-align: left;
  font-size: 14px;
  color: #252323;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 0px 20px 20px 20px;
  margin-bottom: 0;
}
.messageList .content .msg-detail__body span {
  font-size: 10px;
  color: #9b9898;
  letter-spacing: 0.03em;
}
.messageList .content .msg-detail__footer {
  padding: 5px;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 99px;
  background-color: rgb(171, 80, 235);
  box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.15);
}
.messageList .content .msg-detail__footer .form-custom {
  height: 44px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
}
.messageList .content .msg-detail__footer .form-custom input {
  width: 80%;
  border: none;
  outline: none;
  caret-color: rgb(171, 80, 235);
}
.messageList .content .msg-detail__footer .form-custom input::-moz-placeholder {
  font-size: 14px;
  color: #717171;
  padding-left: 5px;
}
.messageList .content .msg-detail__footer .form-custom input::placeholder {
  font-size: 14px;
  color: #717171;
  padding-left: 5px;
}
.messageList .content .msg-detail__footer .btn-edit {
  font-size: 10px;
  color: #ffffff;
}
.messageList .content .msg-detail .js-show-dialog {
  display: none;
  position: absolute;
  bottom: -105px;
  width: 355px;
  right: 10px;
  border-radius: 6px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);
  line-height: 24px;
}
.messageList .content .msg-detail .js-show-dialog:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
  margin-left: 45px;
  position: absolute;
  top: -20px;
  right: 50px;
  transform: rotate(180deg);
}
.messageList .content .msg-detail .js-show-dialog img {
  width: 34px;
  height: auto;
  border-radius: 50%;
}
.messageList .content .msg-detail .js-show-dialog span {
  padding-left: 8px;
  font-size: 14px;
  color: #545454;
}
.messageList .content .msg-detail .js-show-dialog span:nth-child(1) {
  color: rgb(171, 80, 235);
}
.messageList .content .msg-detail .js-show-dialog span:nth-child(2) {
  font-weight: 600;
}
.messageList .content .msg-detail .js-show-dialog span:last-child {
  font-size: 12px;
}
.messageList .content .msg-detail .js-show-dialog.show {
  display: block;
}
.messageList .content .avatar-default {
  display: inline-block;
  height: 44px;
  width: 44px;
  border-radius: 50%;
}
.messageList .content .main-chat .list-post {
  display: unset;
  padding: 0;
}
.messageList .content .main-chat .item {
  margin-bottom: 20px;
  margin-right: 0;
  width: 446px;
}
.messageList .content .popup-overlay {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1100;
  display: flex;
}
.messageList .content .popup-news {
  text-align: left;
  width: 950px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px;
}
.messageList .content .popup-news .popup-header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0px;
  background: #EDEDED;
}
.messageList .content .popup-news .popup-header .round_btn {
  display: block;
  width: 25px;
  position: absolute;
  right: 16px;
  top: 12px;
  height: 25px;
  border-radius: 50%;
  background-color: red;
}
.messageList .content .popup-news .popup-header .btn-close {
  font-size: 26px;
  color: white;
  right: 14px;
  top: 2px;
  position: absolute;
}
.messageList .content .popup-news .popup-body {
  padding: 20px 40px 0px;
}
.messageList .content .popup-news .popup-footer {
  padding: 20px 40px 0 40px;
}
.messageList .content .popup-news .popup-footer button {
  font-weight: bold;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 47px;
  background: rgb(171, 80, 235);
  color: #ffffff;
}
.messageList .content .popup-news .popup-footer label {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
}
.messageList .content .popup-news .popup-footer .styled-checkbox + label:before {
  position: unset;
  margin-right: 12px;
}
.messageList .content .popup-news .popup-footer .styled-checkbox:checked + label:after {
  top: 3px;
  left: 0;
}
.messageList .content .popup-news .list-news {
  overflow: auto;
  height: 56vh;
}
.messageList .content .popup-news .list-news .item-news {
  margin-bottom: 32px;
  text-align: center;
}
.messageList .content .popup-news .list-news .item-news:last-child {
  margin-bottom: 0;
}
.messageList .content .popup-news .list-news .item-news__img {
  width: 90%;
  border-radius: 8px;
}
.messageList .content .popup-news .list-news .item-news__title {
  color: #777777;
  font-weight: bold;
  padding-top: 16px;
}
.messageList .content .popup-news .list-news .item-news__title .news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.messageList .content .popup-news .list-news .item-news__content {
  color: #777777;
  white-space: pre-line;
}
.messageList .content #bonus-popup .modal-content {
  padding: 30px 20px 20px;
  width: 300px;
  height: 300px;
}
.messageList .content #bonus-popup .modal-dialog {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.5s ease-out;
}
.messageList .content #bonus-popup.show .modal-dialog {
  transform: scale(1);
}
.messageList .content #bonus-popup .modal-body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.messageList .content #bonus-popup .modal-body .close {
  position: absolute;
  top: -25px;
  right: -14px;
  font-size: 1.5rem;
  border: none;
  padding: 0;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: rgb(171, 80, 235);
  color: #ffffff;
}
.messageList .content #bonus-popup .modal-body .close:hover {
  color: #ffffff;
}
.messageList .content #bonus-popup .modal-body .btn-get-bonus {
  color: white !important;
  background-color: rgb(171, 80, 235) !important;
  font-size: 16px;
  padding: 5px 50px;
  border-radius: 16px;
  margin: 0 auto;
  width: 100%;
}
.messageList .content #bonus-popup #bonus-image {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1600px) {
  .messageList .content .msg-item__info .info-content {
    max-width: 720px;
  }
}
@media only screen and (max-width: 1366px) {
  .messageList .content .msg-item__info .info-content {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .messageList .content .msg-item__info .info-content {
    max-width: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .messageList .content .msg-list__body {
    margin: 0;
    width: 100%;
  }
  .messageList .content .msg-item__info .info-content {
    max-width: 240px;
  }
  .messageList .content .form-check {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .messageList .content .msg-list__header {
    margin-top: 0;
    padding: 0;
    padding-left: 10px;
    height: 48px;
    line-height: 48px;
    position: sticky;
    top: 44px;
  }
  .messageList .content .msg-list__header .js-show-menu {
    line-height: 35px;
    font-size: 15px;
  }
  .messageList .content .msg-list__header .js-show-menu li {
    padding: 0 6px;
  }
  .messageList .content .msg-list ul {
    top: 48px;
  }
  .messageList .content .msg-list ul li {
    padding: 6px;
  }
  .messageList .content .msg-list .iconRight {
    top: -5px;
    right: 7px;
  }
}

.msg-list__show-filter {
  margin-top: 10px;
  text-align: center;
}

.btn-show-filter {
  font-size: 15px;
  min-width: 405px;
  border: 2px #A751E9 solid !important;
  padding: 5px 10px;
  border-radius: 15px;
}

.btn-show-filter span img {
  width: 30px;
}

.content button {
  background: transparent;
  border: none;
}

.load-more-user {
  position: absolute;
  right: 9.2vw;
  top: 131px;
  cursor: pointer;
  padding: 2px 0px;
  border-radius: 19px;
  color: #fff;
  background-color: #A751E9;
  width: 120px;
}

.msg-list__body {
  margin: 0 auto 0 auto !important;
  border-radius: 0 !important;
}

#reset-btn-of-history {
  outline: none;
  box-shadow: none;
}

#reset-btn-of-history:focus {
  outline: none;
  box-shadow: none;
}

.two-lines {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.two-lines > div {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}

.pc-popup {
  display: block !important;
}

.sp-popup {
  display: none !important;
  width: 90% !important;
}

.item-news__title {
  color: #777777;
  font-weight: bold;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  .pc-popup {
    display: none !important;
  }
  .sp-popup {
    display: block !important;
  }
}
@media only screen and (max-width: 500px) {
  .list-news {
    height: 65vh !important;
  }
}
.messageDetail {
  /* Absolute Center Spinner */
  /* Transparent Overlay */
  /* :not(:required) hides these rules from IE9 and below */
  /* Animation */
}
.messageDetail .loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.messageDetail .loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.messageDetail .loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.messageDetail .loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.messageDetail .emoji-picker-icon {
  display: none;
}
.messageDetail .emoji-wysiwyg-editor {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  resize: none;
  line-height: 20px;
  max-height: 790px !important;
}
.messageDetail .emoji-wysiwyg-editor::-moz-placeholder {
  color: #acacac;
}
.messageDetail .emoji-wysiwyg-editor::placeholder {
  color: #acacac;
}
.messageDetail .content .modal .modal-header h5.modal-title {
  margin: 0 auto;
  font-weight: bold;
}
.messageDetail .content .msg-call-recieved .msg-avatar {
  display: inline-block;
  vertical-align: top;
}
.messageDetail .content .msg-call-recieved .call-time {
  background: none;
  width: 150px;
  text-align: right;
  padding-top: 0;
  margin-left: 65px;
}
.messageDetail .content .call-log-received {
  display: inline-block;
  background: #f2f2f2;
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 0 30px 30px 30px;
  cursor: pointer;
}
.messageDetail .content .call-log-received .fa-call-log {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.messageDetail .content .call-log-received .fa-call-log label {
  font-size: 16px;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-left: -20px;
}
.messageDetail .content .media-thumbnail {
  text-align: center;
  border-radius: 18px 0px 18px 18px;
  overflow: hidden;
}
.messageDetail .content .media-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 150px;
}
.messageDetail .content .media-thumbnail video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 150px;
  height: 150px;
  padding: 5px 0px;
}
.messageDetail .content .toolbox {
  padding: 30px;
}
.messageDetail .content .toolbox label {
  display: block;
  cursor: pointer;
}
.messageDetail .content .toolbox a {
  color: #212529;
}
.messageDetail .content .toolbox a:hover {
  text-decoration: none;
}
.messageDetail .content .image-deny {
  background: rgb(171, 80, 235);
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 30px 0 30px 30px;
  cursor: pointer;
}
.messageDetail .content .image-deny .fa-image-deny {
  font-size: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -27px;
}
.messageDetail .content .hide {
  display: none;
}
.messageDetail .content .btn {
  border: 1px solid transparent;
}
.messageDetail .content .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.messageDetail .content .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.messageDetail .content .user-avatar img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.messageDetail .content .js-open-menu {
  width: 50px;
  alignment: right;
}
.messageDetail .content .js-open-menu .icon-dot {
  /* IE 9 */
  transform: rotate(90deg);
}
.messageDetail .content .js-open-menu .text-filter {
  font-family: "HiraginoSans-W3";
  color: rgb(171, 80, 235);
  font-size: 14px;
  border: 1px rgb(171, 80, 235) solid;
  padding: 5px 10px;
  border-radius: 5px;
}
.messageDetail .content ul.js-show-user_menu {
  z-index: 1;
  top: 200px;
  display: block;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 136px;
  height: 54px;
  border-radius: 8px;
  border: 1px rgb(171, 80, 235) solid;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.messageDetail .content ul.js-show-user_menu li {
  font-weight: normal;
  padding: 13px;
}
.messageDetail .content ul.js-show-user_menu li:last-child {
  border: none;
}
.messageDetail .content ul.js-show-user_menu a {
  color: #C53530;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.messageDetail .content .msg-list {
  position: relative;
  min-height: 80vh;
}
.messageDetail .content .msg-list__footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.messageDetail .content .msg-list__footer button {
  width: 260px;
  background: rgb(171, 80, 235);
  padding: 10px 0px;
  color: #fff;
  border-radius: 22px;
}
.messageDetail .content .msg-list .msg-item {
  padding: 16px 0px;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}
.messageDetail .content .msg-list .msg-item:last-child {
  border: none;
}
.messageDetail .content .msg-list .msg-item__info {
  width: 100%;
  padding-left: 11px;
}
.messageDetail .content .msg-list .msg-item__info .info-name {
  font-size: 16px;
  font-weight: 600;
  color: #1e1f1f;
}
.messageDetail .content .msg-list .msg-item__info .info-content {
  color: #777777;
}
.messageDetail .content .msg-list .msg-item__info .info-time {
  color: #5e6163;
  text-align: right;
  margin-bottom: 8px;
}
.messageDetail .content .msg-list .msg-item__info .msg-badge {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  background: rgb(171, 80, 235);
  border-radius: 14px;
  color: #fff;
}
.messageDetail .content .msg-detail {
  position: relative;
  border-right: 1px solid #dfdfdf;
}
.messageDetail .content .msg-detail__header h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.messageDetail .content .msg-detail__header h4 img {
  margin-left: 4px;
}
.messageDetail .content .msg-detail__body {
  min-height: auto;
  height: 70vh;
  max-height: 100vh;
  overflow-y: scroll;
  padding: 20px;
  background-color: #dcdddd;
}
.messageDetail .content .msg-detail__body .msg-recieved {
  display: flex;
  text-align: right;
  margin-bottom: 20px;
}
.messageDetail .content .msg-detail__body .msg-recieved .media-thumbnail {
  text-align: center;
  border-radius: 0px 18px 18px 18px;
  overflow: hidden;
  background: #ebebeb;
}
.messageDetail .content .msg-detail__body .msg-recieved.free-message {
  text-align: left;
}
.messageDetail .content .msg-detail__body .msg-recieved.free-message p {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(171, 80, 235);
}
.messageDetail .content .msg-detail__body .msg-sent {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.messageDetail .content .msg-detail__body .msg-sent .msg-content {
  width: 50%;
}
.messageDetail .content .msg-detail__body .msg-sent .msg-content p {
  word-break: break-all;
  white-space: pre-wrap;
}
.messageDetail .content .msg-detail__body .msg-sent p {
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
  border: none;
  border-radius: 18px 0px 18px 18px;
  margin-bottom: 0;
}
.messageDetail .content .msg-detail__body .msg-sent p.hidden {
  background-color: rgb(251, 241, 200);
  border: 1px solid rgb(251, 241, 200);
  color: black;
}
.messageDetail .content .msg-detail__body .msg-sent span {
  font-size: 14px;
  color: #9b9898;
  letter-spacing: 0.03em;
}
.messageDetail .content .msg-detail__body .msg-sent.error p {
  background-color: #ffffff;
  color: #f1f2f2;
}
.messageDetail .content .msg-detail__body .msg-sent .media-thumbnail {
  text-align: center;
  border-radius: 18px 0px 18px 18px;
  overflow: hidden;
}
.messageDetail .content .msg-detail__body .msg-content {
  width: 50%;
}
.messageDetail .content .msg-detail__body .msg-content p {
  word-break: break-all;
  white-space: pre-wrap;
}
.messageDetail .content .msg-detail__body .msg-avatar {
  padding-right: 10px;
}
.messageDetail .content .msg-detail__body .msg-time {
  display: inline-block;
  border-radius: 100px;
  padding: 3px 25px;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 34px;
}
.messageDetail .content .msg-detail__body p {
  text-align: left;
  font-size: 16px;
  color: #333333;
  padding: 10px;
  border-radius: 0px 20px 20px 20px;
  margin-bottom: 0;
}
.messageDetail .content .msg-detail__body span {
  font-size: 14px;
  color: #9b9898;
  letter-spacing: 0.03em;
}
.messageDetail .content .msg-detail__body .media-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 150px;
}
.messageDetail .content .msg-detail__body .media-thumbnail video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 150px;
  height: 150px;
  padding: 5px 0px;
}
.messageDetail .content .msg-detail__footer {
  padding: 12px;
  padding-top: 20px !important;
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #7b6078;
  box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.15);
}
.messageDetail .content .msg-detail__footer.default {
  background: rgb(135, 135, 135);
}
.messageDetail .content .msg-detail__footer.default .form-custom {
  background: #ffffff;
}
.messageDetail .content .msg-detail__footer.default .count-box {
  color: #fff8e9;
}
.messageDetail .content .msg-detail__footer.default .btn-edit {
  margin-right: 1rem;
  color: #777777;
}
.messageDetail .content .msg-detail__footer.default .btn-edit p {
  margin: 0;
}
.messageDetail .content .msg-detail__footer.default .ic-plus {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  background: url("/img/ic_plus1.png");
}
.messageDetail .content .msg-detail__footer.default .ic-plus.open {
  transform: rotate(45deg);
}
.messageDetail .content .msg-detail__footer.default .ic-edit {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  background: url("/img/ic_edit1.png");
}
.messageDetail .content .msg-detail__footer .resize-zone {
  width: 100%;
  position: absolute;
  height: 20px;
  left: 0px;
  cursor: pointer;
  top: 0px;
  z-index: 1000;
}
.messageDetail .content .msg-detail__footer .resize-text {
  font-size: 15px;
  position: absolute;
  padding: 0px 8px;
  border-radius: 12px;
  top: -19px;
  border: solid 3px #A0849C;
  margin: 0px auto;
  color: #ffffff;
  cursor: pointer;
  background-color: #7b6078;
}
.messageDetail .content .msg-detail__footer .resize-text span {
  font-size: 17px;
}
.messageDetail .content .msg-detail__footer .default-color {
  color: #808080;
  border: solid 3px #878787;
  background-color: #fff;
}
.messageDetail .content .msg-detail__footer .form-custom {
  height: 105px;
  min-height: 105px;
  max-height: 82vh;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
}
.messageDetail .content .msg-detail__footer .form-custom input {
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  caret-color: rgb(171, 80, 235);
}
.messageDetail .content .msg-detail__footer .form-custom input::-moz-placeholder {
  font-size: 14px;
  color: #717171;
  padding-left: 5px;
}
.messageDetail .content .msg-detail__footer .form-custom input::placeholder {
  font-size: 14px;
  color: #717171;
  padding-left: 5px;
}
.messageDetail .content .msg-detail__footer .form-custom .emoji-picker-icon {
  display: none;
}
.messageDetail .content .msg-detail__footer .btn-edit {
  font-size: 14px;
  color: #ffffff;
  margin-right: 1rem;
}
.messageDetail .content .msg-detail__footer .btn-edit p {
  margin: 0;
}
.messageDetail .content .msg-detail__footer .switch {
  height: 30px;
  line-height: 30px;
  margin: 0;
}
.messageDetail .content .msg-detail__footer .switch .switch__toggle {
  background-color: rgb(27, 29, 32);
}
.messageDetail .content .msg-detail__footer .count-box {
  font-size: 12px;
  color: #ffffff;
}
.messageDetail .content .msg-detail__footer .count-box .message-count {
  font-size: 14px;
}
.messageDetail .content .msg-detail__footer .count-box .message-count-notice {
  color: #ffffff;
  display: none;
}
.messageDetail .content .msg-detail__footer .count-box .count-point-unlock {
  color: #ffffff;
  display: none;
}
.messageDetail .content .msg-detail__footer .count-box .count-point-unlock span {
  font-size: 14px;
}
.messageDetail .content .msg-detail__footer .count-box .message-not-enough-point {
  display: none;
  color: #ffffff;
}
.messageDetail .content .msg-detail .js-show-dialog {
  display: none;
  position: absolute;
  bottom: unset;
  width: 355px;
  right: 10px;
  top: 80px;
  border-radius: 6px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 0 20px #fef2f6;
  line-height: 24px;
}
.messageDetail .content .msg-detail .js-show-dialog:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
  margin-left: 45px;
  position: absolute;
  top: -20px;
  right: 50px;
  transform: rotate(180deg);
}
.messageDetail .content .msg-detail .js-show-dialog img {
  width: 34px;
  height: auto;
  border-radius: 50%;
}
.messageDetail .content .msg-detail .js-show-dialog span {
  padding-left: 8px;
  font-size: 14px;
  color: #545454;
}
.messageDetail .content .msg-detail .js-show-dialog span:nth-child(1) {
  color: rgb(171, 80, 235);
}
.messageDetail .content .msg-detail .js-show-dialog span:nth-child(2) {
  font-weight: 600;
}
.messageDetail .content .msg-detail .js-show-dialog span:last-child {
  font-size: 12px;
}
.messageDetail .content .msg-detail .js-show-dialog.show {
  display: block;
}
.messageDetail .content .user-profile-outer {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px 12px 0px;
  margin-bottom: 15px;
}
.messageDetail .content .user-profile {
  background: #ffffff;
}
.messageDetail .content .user-profile__header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 30px 0px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.messageDetail .content .user-profile__body {
  padding: 15px;
}
.messageDetail .content .user-profile .user-info {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 12px;
}
.messageDetail .content .user-profile .user-info .unfollow-item {
  color: white;
  border: none;
  background: rgb(171, 80, 235);
  padding: 5px;
  border-radius: 15px;
  font-size: 13px;
  width: 77px;
  margin-left: -5px;
  cursor: pointer;
}
.messageDetail .content .user-profile .user-info .follow-item {
  color: white;
  border: none;
  background: #008d3a;
  padding: 8px;
  border-radius: 15px;
  font-size: 13px;
  width: 77px;
  margin-left: -3px;
  cursor: pointer;
}
.messageDetail .content .user-profile .user-info .follow-item img {
  width: 14px;
  margin-bottom: 3px;
}
.messageDetail .content .user-profile .user-tag {
  padding-bottom: 12px;
}
.messageDetail .content .user-profile .user-avatar {
  padding-right: 18px;
  margin-bottom: 3px;
}
.messageDetail .content .user-profile .user-name {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.messageDetail .content .user-profile .user-name img {
  margin-left: 4px;
}
.messageDetail .content .user-profile .user-age {
  font-size: 14px;
}
.messageDetail .content .user-profile .user-about {
  white-space: pre-wrap;
  word-break: break-all;
}
.messageDetail .content .user-profile .user-table .user-table-tit .updated-about-me-time {
  font-size: 12px;
  color: #333333;
}
.messageDetail .content .user-profile .user-table table {
  width: 100%;
}
.messageDetail .content .user-profile .user-table tr {
  border-bottom: 1px solid #dfdfdf;
}
.messageDetail .content .user-profile .user-table tr:last-child {
  border: none;
}
.messageDetail .content .user-profile .user-table tr td {
  width: 50%;
  padding: 14px 0px;
  font-size: 14px;
}
.messageDetail .content .user-profile .user-table tr td:first-child {
  font-weight: bold;
}
.messageDetail .content .user-profile .user-table tr td:last-child {
  color: #777777;
}
.messageDetail .content .user-profile p {
  color: #333333;
  font-size: 14px;
}
.messageDetail .content button {
  background: transparent;
  border: none;
}
.messageDetail .content button:active, .messageDetail .content button:focus {
  outline: none;
}
.messageDetail .content button.send-message {
  padding-top: 11px;
}
.messageDetail .content .avatar-default {
  display: inline-block;
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.messageDetail .content .main-chat {
  display: flex;
}
.messageDetail .content .js-show-memo {
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(118, 92, 51, 0.5);
  border-radius: 4px;
  width: 440px;
  position: absolute;
  top: 70px;
  right: 10px;
  z-index: 1;
}
.messageDetail .content .js-show-memo::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #ffffff;
  margin-left: 45px;
  position: absolute;
  top: -11px;
  right: 88px;
  transform: rotate(180deg);
}
.messageDetail .content .js-show-memo .memo-top {
  padding: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.messageDetail .content .js-show-memo .memo-body {
  padding: 20px;
}
.messageDetail .content .js-show-memo .txt-length {
  text-align: right;
  display: block;
  color: #acacac;
}
.messageDetail .content .js-show-memo button {
  border: 1px solid rgb(171, 80, 235);
  padding: 0px 8px;
  border-radius: 3px;
  color: rgb(171, 80, 235);
}
.messageDetail .content .js-show-memo textarea {
  width: 100%;
  height: 216px;
  padding: 16px;
  border: none;
  outline: none;
  resize: none;
}
.messageDetail .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.messageDetail .content [v-cloak] {
  display: none;
}
.messageDetail .content .form-check {
  margin-right: 16px;
}
.messageDetail .content .form-check .styled-checkbox:checked + label:after {
  top: 10px;
}
.messageDetail .content .empty-chat {
  text-align: center;
  margin-top: 15vh;
}
.messageDetail .content .empty-chat a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  background: rgb(171, 80, 235);
  border-radius: 24px;
  padding: 10px 0;
  width: 260px;
}
.messageDetail .content .empty-chat__txt {
  font-weight: bold;
  font-size: 24px;
  color: #dfdfdf;
  margin: 28px 0 60px;
}
.messageDetail .content .image-upload {
  margin-right: 1rem;
}
.messageDetail .content .image-upload > input {
  display: none;
}
.messageDetail .content .image-upload img {
  width: 24px;
  cursor: pointer;
}
.messageDetail .content #file_selected {
  width: 32px;
  height: 32px;
}
.messageDetail .content .switch {
  height: 30px;
  line-height: 30px;
}
.messageDetail .content .switch .switch__toggle {
  background-color: rgb(27, 29, 32);
}
.messageDetail .content .switch .switch__toggle .text-active {
  padding-left: 7px;
  display: none;
  color: #ffffff;
}
.messageDetail .content .switch .switch__toggle .text-default {
  padding-right: 7px;
  display: block;
  text-align: right;
  color: #fff;
}
.messageDetail .content .switch :checked + .switch__toggle {
  background-color: rgb(0, 143, 58);
}
.messageDetail .content .switch :checked + .switch__toggle .text-default {
  display: none;
}
.messageDetail .content .switch :checked + .switch__toggle .text-active {
  display: block;
}
.messageDetail .content .ic-plus {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
.messageDetail .content .ic-plus.ic-active {
  background: url("/img/ic_plus1.png");
}
.messageDetail .content .ic-plus.open {
  transform: rotate(45deg);
}
.messageDetail .content .ic-plus.ic-default {
  background: url("/img/ic_plus1.png");
}
.messageDetail .content .ic-edit {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
.messageDetail .content .ic-edit.ic-active {
  background: url("/img/ic_edit1.png");
}
.messageDetail .content .ic-edit.ic-default {
  background: url("/img/ic_edit_default.png");
}
.messageDetail .content .ic-send {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}
.messageDetail .content .ic-send.ic-active {
  background: url("/img/ic_send_default.png");
  background-size: contain;
}
.messageDetail .content .ic-send.ic-default {
  background: url("/img/ic_send.png");
}
.messageDetail .unread-message {
  background-color: #f2f2f2;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 28px;
  padding: 4px 0;
}
.messageDetail .confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.messageDetail .confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messageDetail .confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}
.messageDetail .confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}
.messageDetail .confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.messageDetail .confirm-popup .ms-popup__body {
  padding: 30px 36px;
}
.messageDetail .confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0 36px 36px;
}
.messageDetail .confirm-popup .ms-popup__footer button {
  background: rgb(171, 80, 235);
  border-radius: 24px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}
.messageDetail .confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(171, 80, 235);
  text-align: center;
  margin-bottom: 30px;
}
.messageDetail .confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}
.messageDetail .confirm-popup-treatment .ms-popup-inner {
  width: 500px;
}
.messageDetail .confirm-popup-treatment .ms-popup-inner .modal-header p {
  color: #000000;
}
.messageDetail .confirm-popup-treatment .ms-popup-inner .modal-body .treatment-point-content #treatment_point {
  margin-left: 10px;
  text-align: center;
}
.messageDetail .confirm-popup-treatment .ms-popup-inner .modal-body .treatment-point-content #treatment_point::-moz-placeholder {
  text-align: center;
}
.messageDetail .confirm-popup-treatment .ms-popup-inner .modal-body .treatment-point-content #treatment_point::placeholder {
  text-align: center;
}
.messageDetail .confirm-popup-treatment .ms-popup-inner .modal-body .treatment-point-content .title-pt {
  margin-left: 10px;
}
.messageDetail .confirm-popup-treatment .ms-popup-inner .modal-body .treatment-point-content .title-pt p {
  margin: 10px 0 0 5px;
  color: #212529;
}
.messageDetail .confirm-popup-treatment .ms-popup-inner .modal-body .treatment-notes {
  font-size: 14px;
}
.messageDetail .extra-menu__item img {
  width: 115px;
}
.messageDetail .block-confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.messageDetail .block-confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messageDetail .block-confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 600px;
  overflow: hidden;
}
.messageDetail .block-confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}
.messageDetail .block-confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.messageDetail .block-confirm-popup .ms-popup__body {
  padding: 0;
  font-size: 16px;
}
.messageDetail .block-confirm-popup .ms-popup__head {
  padding: 16px 36px;
  background-color: #ededed;
  font-family: "Hiragino Sans";
}
.messageDetail .block-confirm-popup .ms-popup__note {
  padding: 0 36px;
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}
.messageDetail .block-confirm-popup .ms-popup__note p {
  color: #f02020 !important;
}
.messageDetail .block-confirm-popup .ms-popup__form {
  display: flex;
  flex-direction: column;
  padding: 0px 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.messageDetail .block-confirm-popup .ms-popup__form label {
  font-size: 14px;
  color: #777777;
}
.messageDetail .block-confirm-popup .ms-popup__form textarea {
  border-radius: 8px;
  color: #777777;
  resize: none;
  height: 123px;
  padding: 10px;
  border: 1px solid #acacac;
}
.messageDetail .block-confirm-popup .ms-popup__form textarea:focus {
  outline: none;
}
.messageDetail .block-confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 20px;
  justify-content: space-between;
}
.messageDetail .block-confirm-popup .ms-popup__footer button {
  border: 1px solid #777777;
  background-color: #ffffff;
  color: #777777;
  border-radius: 40px;
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
}
.messageDetail .block-confirm-popup .ms-popup__footer .submit__block {
  background: rgb(171, 80, 235);
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
  border: none;
}
.messageDetail .block-confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(171, 80, 235);
  text-align: center;
  margin-bottom: 30px;
}
.messageDetail .block-confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .messageDetail .content .msg-detail__body .msg-sent .msg-content {
    width: 65%;
  }
  .messageDetail .content .msg-detail__body .msg-sent .msg-content p {
    font-size: 14px;
  }
  .messageDetail .content .msg-detail__body .msg-recieved .msg-content {
    width: 65%;
  }
  .messageDetail .content .msg-detail__body .msg-recieved .msg-content p {
    font-size: 14px;
  }
  .messageDetail .content .msg-detail__footer .image-upload {
    margin-right: 3px;
  }
  .messageDetail .content .msg-detail__footer .btn-edit {
    margin-right: 3px;
    padding: unset;
    font-size: 10px;
  }
  .messageDetail .content .msg-detail__footer .switch {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 56px;
  }
  .messageDetail .content .msg-detail__footer .switch__handle {
    height: 20px;
    width: 20px;
  }
  .messageDetail .content .msg-detail__footer .switch :checked + .switch__toggle .switch__handle {
    left: 33px;
  }
  .messageDetail .content .msg-detail__footer.default .btn-edit {
    margin-right: 3px;
    padding: unset;
    font-size: 10px;
  }
  .messageDetail .content .msg-detail__footer .count-box {
    font-size: 10px;
  }
  .messageDetail .content .msg-detail__footer .count-box .message-count {
    font-size: 12px;
  }
  .messageDetail .content .main-chat {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .messageDetail .content .msg-detail {
    position: relative;
    border-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .messageDetail .content .msg-detail__header {
    height: 48px;
    padding: 0px 10px;
    position: sticky;
    top: 44px;
  }
}

.userIndex .page-bg {
  background: url(../img/banner.png);
  background-size: contain;
  height: 100vh;
  overflow: hidden;
}
.userIndex .page-bg--transparent {
  background: transparent;
}
.userIndex .form-logo {
  text-align: center;
  padding-bottom: 40px;
}
.userIndex .form-login {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(235, 79, 131, 0.1);
  border-radius: 15px;
  padding: 48px 80px 40px;
}
.userIndex .form-login__title {
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 48px;
}
.userIndex .form-login__content input {
  width: 70%;
  border: none;
  outline: none;
  padding: 18px 10px 18px 0px;
  background: transparent;
}
.userIndex .form-login__content input::-moz-placeholder {
  color: #acacac;
}
.userIndex .form-login__content input::placeholder {
  color: #acacac;
}
.userIndex .form-login__content .input-group {
  position: relative;
  background: #ffffff;
  border: 1px solid #acacac;
  box-sizing: border-box;
  border-radius: 40px;
  margin-bottom: 16px;
}
.userIndex .form-login__content .input-group:nth-child(2) {
  margin-bottom: 32px;
}
.userIndex .form-login__content .input-group.error {
  border: 1px solid rgb(171, 80, 235);
}
.userIndex .form-login__content .input-group.error .error-validated {
  visibility: visible;
  opacity: 1;
}
.userIndex .form-login__content .input-group .error-validated {
  position: absolute;
  top: -40px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  color: #ffffff;
  background: #f26464;
  box-shadow: 0px 4px 10px rgba(235, 79, 131, 0.15);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.userIndex .form-login__content .input-group .error-validated:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f26464;
  margin-left: 45px;
  position: absolute;
  top: 48px;
}
.userIndex .form-login__content .input-group-prepend {
  padding: 0px 22px;
}
.userIndex .form-login__content #pwdSwitch {
  position: absolute;
  right: 6px;
  top: -1px;
  width: 50px;
  height: 63px;
  cursor: pointer;
}
.userIndex .form-login__content #eye-slash {
  position: absolute;
  right: 21px;
  pointer-events: none;
  top: 15px;
  font-weight: bold;
  font-size: 21px;
  color: #7b7b7b;
}
.userIndex .form-login__content button {
  border: none;
  width: 100%;
  padding: 18px;
  background: rgb(229, 172, 10);
  border-radius: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 24px;
}
.userIndex .form-login__content button:active, .userIndex .form-login__content button:focus {
  outline: none;
}
.userIndex .form-login__content span {
  text-align: center;
}
.userIndex .form-login__content span.mb-pc {
  margin-bottom: 48px;
}
.userIndex .form-login__content .text-link {
  display: inline-block;
  text-decoration: none;
  color: rgb(171, 80, 235);
}
.userIndex .form-login__content .text-link:hover {
  color: rgb(171, 80, 235);
}
.userIndex .form-login .term-of-service a {
  color: rgb(171, 80, 235);
}
.userIndex .form-login .term-of-service a:hover {
  color: rgb(171, 80, 235);
}
.userIndex .form-login .term-of-service .hight-light {
  color: #212529;
}
.userIndex .form-size {
  width: 570px;
}
.userIndex .reset-pw p {
  margin-bottom: 48px;
}
.userIndex .reset-pw .form-login {
  padding-bottom: 80px;
}
.userIndex .reset-pw .form-login__title {
  margin-bottom: 32px;
  color: #1bc4a1;
}
.userIndex .reset-pw .form-login .input-group {
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .userIndex .form-login {
    padding: 16px;
    margin: 16px;
  }
  .userIndex .form-login__title {
    margin-bottom: 24px;
  }
  .userIndex .form-login__content span.mb-pc {
    margin-bottom: 24px;
  }
}
.profileEdit .content .width50 {
  width: 50%;
}
.profileEdit .content .userName {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}
.profileEdit .content .userName::-moz-placeholder {
  font-weight: normal;
}
.profileEdit .content .userName::placeholder {
  font-weight: normal;
}
.profileEdit .content #twitter-error {
  top: 10px;
}
.profileEdit .content .btn-edit-profile {
  border: 1px solid #777777;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 16px;
  padding: 7px 24px;
}
.profileEdit .content .btn-primary {
  background-color: #007bff;
  border: 1px solid transparent;
}
.profileEdit .hide {
  display: none;
}
.profileEdit .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.profileEdit .styled-checkbox + label {
  cursor: pointer;
  padding: 0;
}
.profileEdit .styled-checkbox + label:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #777777;
  border-radius: 2px;
}
.profileEdit .styled-checkbox:checked + label:before {
  border: none;
}
.profileEdit .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/ic_checkbox.png");
  width: 16px;
  height: 16px;
}
.profileEdit .popup-overlay {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
}
.profileEdit .popup-inner {
  text-align: left;
  width: 500px;
  background: #fff;
  border-radius: 8px;
}
.profileEdit .popup-inner .popup-header {
  text-align: center;
  color: #333333;
  font-weight: bold;
  padding: 24px 0;
  border-bottom: 1px solid #dfdfdf;
}
.profileEdit .popup-inner .popup-body {
  padding: 26px 30px;
  border-bottom: 1px solid #dfdfdf;
}
.profileEdit .popup-inner .popup-body .form-check {
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 24px;
}
.profileEdit .popup-inner .popup-body label {
  margin: 0;
}
.profileEdit .popup-inner .popup-footer {
  display: flex;
}
.profileEdit .popup-inner .popup-footer button {
  width: 50%;
  flex-grow: 1;
  padding: 24px 0px;
}
.profileEdit .popup-inner .popup-footer button.btn-submit {
  color: rgb(53, 53, 53);
  font-weight: bold;
}
.profileEdit .popup-inner .popup-footer button.btn-close {
  color: #777777;
  border-right: 1px solid #dfdfdf;
}
.profileEdit .text-link-blue {
  width: 60%;
  margin: auto;
  text-align: start;
  color: #edeeee;
}
.profileEdit .about-register button {
  background: rgb(53, 53, 53);
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
}
.profileEdit .about-register .modal-content {
  background: #eefdf9;
  border: none;
  text-align: left;
  padding: 30px;
}
.profileEdit .about-register ul li {
  font-weight: bold;
  color: rgb(53, 53, 53);
  opacity: 0.8;
}
.profileEdit .example-profile .modal-content {
  border: none;
}
.profileEdit .example-profile .modal-content .profile-image-box {
  height: 350px;
  position: relative;
  border-radius: 8px 8px 0 0;
  background-image: url("../img/background-preview-profile-detail.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.profileEdit .example-profile .modal-content .profile-image-box .close-button {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #acacac;
  background-color: #f0f0f0;
  right: -14px;
  top: -14px;
  text-align: center;
  font-size: 19px !important;
  line-height: unset !important;
  opacity: 1 !important;
}
.profileEdit .example-profile .modal-content .profile-image-box .user-picture {
  top: 0;
  left: 0;
  right: 0;
  bottom: 65px;
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
}
.profileEdit .example-profile .modal-content .profile-image-box .user-picture img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.profileEdit .example-profile .modal-content .profile-image-box .background-user-picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 350px;
}
.profileEdit .example-profile .modal-content .profile-image-box .background-user-picture img {
  height: 100%;
  width: 100%;
}
.profileEdit .example-profile .modal-content .profile-image-box .user-name {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  padding: 8px 10px;
  font-size: 21px;
  height: 50px;
  width: 100%;
}
.profileEdit .example-profile .modal-content .profile-info {
  background-image: url("../img/background-preview-profile-detail.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 20px;
}
.profileEdit .example-profile .modal-content .profile-info__title {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.profileEdit .example-profile .modal-content .profile-info__description {
  padding: 20px;
  border: 1px #6e6e6e solid;
  border-radius: 8px;
  background-color: white;
  font-size: 12px;
}
.profileEdit .col-item {
  margin-bottom: 24px;
}
.profileEdit .col-item__headTitle {
  font-weight: bold;
  color: rgb(53, 53, 53);
  padding-left: 20px;
  padding-bottom: 16px;
}
.profileEdit .col-item__content {
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.profileEdit .col-item__content .text-notice-waiting-approve {
  font-size: 20px;
  color: rgb(53, 53, 53);
  padding: 0;
}
.profileEdit .col-item__content .avatar-box::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
.profileEdit .col-item__content .avatar-box p {
  top: 0;
  left: 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.profileEdit .col-item.last {
  margin-top: 47px;
  margin-bottom: 15px;
}
.profileEdit .col-item.last label {
  display: block;
  font-weight: bold;
}
.profileEdit .col-item.last input {
  text-align: left;
  font-weight: normal;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
}
.profileEdit .col-item.last input::-moz-placeholder {
  color: #acacac;
}
.profileEdit .col-item.last input::placeholder {
  color: #acacac;
}
.profileEdit .col-item .btn-custom {
  border-radius: 5px;
  color: rgb(70, 59, 15);
  font-weight: bold;
  background-color: #ffcb04;
  width: 60%;
  padding: 8px 10px;
  border: none;
  margin-top: 22px;
  font-size: 22px;
  margin-bottom: 5px;
}
.profileEdit .col-item .text-link-blue {
  color: #919191;
  text-decoration: underline;
  display: block;
}
.profileEdit .col-item .button-link {
  width: 60%;
  height: 35px;
  display: block;
  margin: 10px auto;
}
.profileEdit .col-item .button-link img {
  width: 100%;
}
.profileEdit .col-item .form-group {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px;
  border-bottom: 1px solid #dfdfdf;
}
.profileEdit .col-item .form-group__left {
  font-weight: bold;
  color: #333333;
}
.profileEdit .col-item .form-group__right {
  text-align: right;
  color: #777777;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
.profileEdit .col-item .form-group__right .showModal {
  cursor: pointer;
}
.profileEdit .col-item .form-group__right img[data-toggle=modal] {
  cursor: pointer;
  padding-left: 25px;
}
.profileEdit .col-item .form-group__right .gender-arrow {
  padding-left: 8px;
}
.profileEdit .col-item .form-group__right img {
  padding-left: 4px;
}
.profileEdit .col-item .form-group__right button {
  padding-right: 0 !important;
}
.profileEdit .col-item .form-group:first-child {
  padding-top: 0;
}
.profileEdit .col-item .form-group:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.profileEdit .col-item input,
.profileEdit .col-item select {
  border: none;
  outline: none;
  text-align: right;
  background: transparent;
  color: #777777;
  font-weight: bold;
}
.profileEdit .col-item input::-moz-placeholder, .profileEdit .col-item select::-moz-placeholder {
  color: #777777;
  font-size: 16px;
}
.profileEdit .col-item input::placeholder,
.profileEdit .col-item select::placeholder {
  color: #777777;
  font-size: 16px;
}
.profileEdit .col-item input.vc-appearance-none.vc-text-base {
  width: 20px;
  height: 20px;
  background-image: url("../img/ic_calendar.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  color: transparent;
  caret-color: transparent;
}
.profileEdit .col-item input.vc-appearance-none.vc-text-base:focus {
  box-shadow: none;
}
.profileEdit .col-item select::-ms-expand {
  display: none;
}
.profileEdit .col-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.profileEdit .col-item .mb-20 {
  margin-bottom: 20px;
}
.profileEdit .col-item .mb-16 {
  margin-bottom: 16px;
}
.profileEdit .col-item .mb-12 {
  margin-bottom: 12px;
}
.profileEdit .col-item .img-box {
  border: 2px solidrgb(53, 53, 53);
  border-radius: 8px;
  margin: 0px 40px;
}
.profileEdit .col-item .img-box .img-title {
  text-align: center;
  padding: 16px 0px 12px;
}
.profileEdit .col-item .img-box-wrap {
  background-color: #fffcee;
  text-align: center;
  padding: 15px 0;
}
.profileEdit .col-item .fs-16 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.profileEdit .col-item p {
  margin-bottom: 0;
  color: #777777;
  font-size: 12px;
  padding: 16px;
}
.profileEdit .col-item textarea {
  border: none;
  width: 100%;
  resize: none;
  outline: none;
  font-size: 14px;
  color: #777777;
  line-height: 22px;
  caret-color: rgb(53, 53, 53);
}
.profileEdit .col-item .txt-length {
  color: #acacac;
  font-size: 14px;
  text-align: right;
  display: block;
}
.profileEdit .col-item .avatar-preview img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .profileEdit .content .col-item .form-group:first-child .form-group__right {
    display: unset;
  }
  .profileEdit .content .col-item .form-group__left {
    font-size: 14px;
  }
  .profileEdit .content .col-item .form-group__right {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .profileEdit .content .col-item .form-group__right img {
    padding-left: 8px;
    height: 12px;
  }
  .profileEdit .content .col-item .form-group__right .showModal {
    width: 85%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .profileEdit .content .col-item .img-box {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .profileEdit .example-profile .modal-dialog {
    margin: 4rem 1rem 1rem !important;
  }
  .profileEdit .example-profile .modal-dialog .profile-info {
    padding: 10px;
  }
  .profileEdit .example-profile .modal-dialog .profile-info__description {
    padding: 10px;
  }
}
.lastRegister .content .last-register .form-group,
.confirmRegister .content .last-register .form-group {
  position: relative;
}
.lastRegister .content .last-register .box-outer,
.confirmRegister .content .last-register .box-outer {
  margin-top: 40px;
}
.lastRegister .content .last-register .box-inner,
.confirmRegister .content .last-register .box-inner {
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.lastRegister .content .last-register .list-check,
.confirmRegister .content .last-register .list-check {
  display: flex;
  flex-wrap: wrap;
}
.lastRegister .content .last-register .list-check .check-item,
.confirmRegister .content .last-register .list-check .check-item {
  border: 1px solid #ACACAC;
  border-radius: 21px;
  padding: 5px 10px;
  display: inline;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #ACACAC;
}
.lastRegister .content .last-register .list-check label,
.confirmRegister .content .last-register .list-check label {
  margin-bottom: 0;
}
.lastRegister .content .last-register .list-check .styled-checkbox + label,
.confirmRegister .content .last-register .list-check .styled-checkbox + label {
  position: relative;
}
.lastRegister .content .last-register .list-check .styled-checkbox + label:before,
.confirmRegister .content .last-register .list-check .styled-checkbox + label:before {
  position: unset !important;
  margin-right: 12px;
}
.lastRegister .content .last-register .list-check .styled-checkbox:checked + label:after,
.confirmRegister .content .last-register .list-check .styled-checkbox:checked + label:after {
  top: 4px !important;
  left: 0;
}
.lastRegister .content .last-register .list-check .styled-checkbox,
.confirmRegister .content .last-register .list-check .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.lastRegister .content .last-register .list-check .styled-checkbox + label,
.confirmRegister .content .last-register .list-check .styled-checkbox + label {
  cursor: pointer;
  padding: 0;
}
.lastRegister .content .last-register .list-check .styled-checkbox + label:before,
.confirmRegister .content .last-register .list-check .styled-checkbox + label:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #777777;
  border-radius: 2px;
}
.lastRegister .content .last-register .list-check .styled-checkbox:checked + label:before,
.confirmRegister .content .last-register .list-check .styled-checkbox:checked + label:before {
  border: none;
}
.lastRegister .content .last-register .list-check .styled-checkbox:checked + label:after,
.confirmRegister .content .last-register .list-check .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/ic_checkbox.png");
  width: 16px;
  height: 16px;
}
.lastRegister .content .last-register .form-control-cs,
.confirmRegister .content .last-register .form-control-cs {
  caret-color: rgb(171, 80, 235);
  width: 100%;
  border: 1px solid #ACACAC;
  border-radius: 8px;
  padding: 11px 12px;
}
.lastRegister .content .last-register .form-control-cs input,
.confirmRegister .content .last-register .form-control-cs input {
  width: 75%;
  border: none;
  outline: none;
}
.lastRegister .content .last-register .form-control-cs input::-moz-placeholder, .confirmRegister .content .last-register .form-control-cs input::-moz-placeholder {
  color: #ACACAC;
}
.lastRegister .content .last-register .form-control-cs input::placeholder,
.confirmRegister .content .last-register .form-control-cs input::placeholder {
  color: #ACACAC;
}
.lastRegister .content .last-register .form-control-cs textarea,
.confirmRegister .content .last-register .form-control-cs textarea {
  background: transparent;
  resize: none !important;
  width: 100%;
  height: 146px;
  border: none;
  outline: none;
}
.lastRegister .content .last-register .form-control-cs .txt-length-area,
.confirmRegister .content .last-register .form-control-cs .txt-length-area {
  display: block;
  text-align: right;
  color: #777777;
}
.lastRegister .content .last-register .form-control-cs .txt-length,
.confirmRegister .content .last-register .form-control-cs .txt-length {
  position: absolute;
  right: 10px;
  color: #777777;
}
.lastRegister .content .last-register [v-cloak],
.confirmRegister .content .last-register [v-cloak] {
  opacity: 0;
}
.lastRegister .content .last-register .form-label-cs,
.confirmRegister .content .last-register .form-label-cs {
  color: #777777;
  font-weight: bold;
}
.lastRegister .content .last-register .form-value-cs,
.confirmRegister .content .last-register .form-value-cs {
  color: #777777;
  white-space: pre-wrap;
}
.lastRegister .content .last-register button,
.confirmRegister .content .last-register button {
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  width: 100%;
}
.lastRegister .content .last-register .btn-disabled,
.confirmRegister .content .last-register .btn-disabled {
  color: #777777;
  background: #DFDFDF;
  border-radius: 47px;
}
.lastRegister .content .last-register .btn-enable,
.confirmRegister .content .last-register .btn-enable {
  color: #ffffff;
  background: rgb(171, 80, 235);
  border-radius: 47px;
}
.lastRegister .content .last-register div.error-validated,
.confirmRegister .content .last-register div.error-validated {
  border: none;
  position: absolute;
  top: -40px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  color: #FFFFFF;
  background: #F26464;
  box-shadow: 0px 4px 10px rgba(235, 79, 131, 0.15);
  border-radius: 5px;
}
.lastRegister .content .last-register div.error-validated:after,
.confirmRegister .content .last-register div.error-validated:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #F26464;
  margin-left: 45px;
  position: absolute;
  top: 48px;
}

@media only screen and (max-width: 768px) {
  .lastRegister .content .last-register .box-inner,
  .confirmRegister .content .last-register .box-inner {
    padding: 16px;
  }
}
.homeIndex .multi-message-content {
  display: flex;
  padding-right: 25px;
}
.homeIndex .multi-message-content .link-guide {
  color: #7B7A7B;
  margin: auto 5px auto 0;
}
.homeIndex .multi-message-content .select-template {
  background-color: rgb(171, 80, 235);
  border-radius: 3px;
  margin-left: 8px;
  padding: 0 50px;
  color: #fff;
  font-size: 14px;
}
.homeIndex .multi-message-content .select-template .icon-send-bulk {
  width: 35px;
}
.homeIndex .multi-message-content .disabled {
  background-color: #AAAAAA;
  margin: auto 0;
  padding: 5px 14px;
  border-radius: 5px;
  height: 35px;
}
.homeIndex .multiple-item {
  display: none;
}
.homeIndex .slick-initialized {
  display: block;
}
.homeIndex .multiple-item img {
  margin: 0 auto;
}
.homeIndex .trouble-tags-button {
  color: white;
  background-color: rgba(235, 79, 131, 0.37);
  font-size: 18px;
  font-weight: bold;
  padding: 10px 32px;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-right: 40px;
}
.homeIndex .tag-search-active {
  background-color: rgb(171, 80, 235);
}
.homeIndex .content {
  background: #F5F5F5;
}
.homeIndex .content__main {
  min-height: 80vh;
}
.homeIndex .content.content-outer {
  padding-left: 276px;
}
.homeIndex .content__banner {
  margin-bottom: 30px;
}
.homeIndex .content__banner .carousel {
  padding: 30px 30px 16px;
}
.homeIndex .content__banner .carousel-indicators {
  bottom: -10px;
  margin: 0;
}
.homeIndex .content__banner .carousel-indicators li {
  width: 8px;
  height: 8px;
  background: #C4C4C4;
  border: none;
  border-radius: 50%;
  flex: none;
}
.homeIndex .content__banner .carousel-indicators li.active {
  background: rgb(171, 80, 235);
}
.homeIndex .content__banner .carousel-item {
  height: 140px;
}
.homeIndex .content__banner .carousel-item img {
  height: 100%;
}
.homeIndex .content .filter-box {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.homeIndex .content .filter-box__username {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
.homeIndex .content .filter-box__username .search-value {
  border: none;
  font-weight: bold;
  font-size: 16px;
  color: rgb(119, 119, 119);
  padding-right: 60px;
}
.homeIndex .content .filter-box__username .search-value::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.homeIndex .content .filter-box__username .search-value::placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.homeIndex .content .filter-box__username .search-value:focus {
  box-shadow: 0 0 12px rgb(122, 55, 170);
}
.homeIndex .content .filter-box__username .search-questioner {
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
}
.homeIndex .content .filter-box__username .search-questioner button {
  border-radius: 8px;
}
.homeIndex .content .filter-box__username .search-questioner button img {
  width: 29px;
  height: auto;
}
.homeIndex .content .list-post {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.homeIndex .content .item {
  position: relative;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 24px;
  width: calc(50% - 12px);
}
.homeIndex .content .item:nth-child(2n-1) {
  margin-right: 24px;
}
.homeIndex .content .item__top {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.homeIndex .content .item__top .remove-user {
  color: rgb(171, 80, 235);
  position: absolute;
  right: 7px;
  top: 0;
  font-weight: 500;
  font-size: 25px;
}
.homeIndex .content .item__top .top-left .thumbnail {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.homeIndex .content .item__top .top-right {
  padding-left: 13px;
}
.homeIndex .content .item__top .top-right__name {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.homeIndex .content .item__top .top-right__name img {
  margin-left: 4px;
}
.homeIndex .content .item__top .top-right__info {
  font-size: 14px;
  color: #777777;
}
.homeIndex .content .item__top .btn-custom {
  display: inline-block;
  font-size: 14px;
  color: rgb(171, 80, 235);
  border: 1px solid rgb(171, 80, 235);
  border-radius: 3px;
  padding: 5px 15px;
  margin: 0;
  text-decoration: none;
}
.homeIndex .content .item__body p {
  font-size: 14px;
  color: #333333;
  padding: 0;
  padding-top: 15px;
  margin-bottom: 15px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-height: 1.4rem;
}
.homeIndex .content .item__body p.updated-about-me-time {
  font-size: 12px;
  margin-bottom: 15px;
}
.homeIndex .content .item__body .btn-custom {
  display: inline-block;
  font-size: 14px;
  color: rgb(171, 80, 235);
  border: 1px solid rgb(171, 80, 235);
  border-radius: 16px;
  padding: 5px 20px;
  margin: 0;
  text-decoration: none;
}
.homeIndex .content .item__footer {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.homeIndex .content .item__footer .btn-message {
  max-width: 245px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  background: #3E8D45;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 1px;
}
.homeIndex .content .item__footer .btn-message img {
  margin-right: 0 !important;
}
.homeIndex .content .item__footer .btn-info-login .info-login {
  text-align: right;
}
.homeIndex .content .item__footer span {
  font-size: 14px;
}
.homeIndex .content .item__footer span:first-child {
  color: #777777;
  margin-bottom: 5px;
}
.homeIndex .content .item__footer span:last-child {
  color: rgb(171, 80, 235);
}
.homeIndex .content .btn-mission {
  position: fixed;
  bottom: 70px;
  right: 43px;
  z-index: 98;
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
}
.homeIndex .content .btn-mission img {
  margin: 0 auto;
  display: block;
  padding-top: 15px;
}
.homeIndex .content .btn-mission .noti {
  position: absolute;
  top: 13px;
  right: -3px;
  width: 20px;
  height: 20px;
  background: #f02a2a;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeIndex .content button {
  border: none;
}
.homeIndex .content button:active, .homeIndex .content button:focus {
  outline: none;
}
.homeIndex .content a:hover {
  text-decoration: none;
}
.homeIndex .content .avatar-default {
  display: inline-block;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.homeIndex .content .switch {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border: none;
  overflow: visible;
  width: 68px;
  z-index: 0;
  text-align: left;
}
.homeIndex .content .switch .switch__input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  vertical-align: top;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.homeIndex .content .switch .switch__toggle {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}
.homeIndex .content .switch .switch__toggle .text-active {
  padding-left: 7px;
  display: none;
  color: #ffffff;
}
.homeIndex .content .switch .switch__toggle .text-default {
  padding-right: 7px;
  display: block;
  text-align: right;
  color: #777777;
}
.homeIndex .content .switch .switch__handle {
  box-sizing: border-box;
  background-clip: padding-box;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 26px;
  width: 26px;
  background-color: white;
  left: 1px;
  top: 2px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.59, 0.01, 0.5, 0.99);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.homeIndex .content .switch :checked + .switch__toggle {
  background-color: #1bc4a1;
}
.homeIndex .content .switch :checked + .switch__toggle .text-default {
  display: none;
}
.homeIndex .content .switch :checked + .switch__toggle .text-active {
  display: block;
}
.homeIndex .content .switch :checked + .switch__toggle > .switch__handle {
  left: 40px;
  box-shadow: none;
}
.homeIndex .content .switch :disabled + .switch__toggle {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.homeIndex .content .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.homeIndex .content .styled-checkbox + label {
  cursor: pointer;
  padding: 0;
}
.homeIndex .content .styled-checkbox + label:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #777777;
  border-radius: 2px;
}
.homeIndex .content .styled-checkbox:checked + label:before {
  border: none;
}
.homeIndex .content .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/ic_checkbox.png");
  width: 16px;
  height: 16px;
}
.homeIndex .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homeIndex .content .box-outer {
  width: 760px;
}
.homeIndex .content .box-inner {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.homeIndex .content .box-inner .box-bar img {
  padding-right: 16px;
}
.homeIndex .content .box-inner .box-title {
  color: #333333;
  font-weight: bold;
}
.homeIndex .content .box-inner .box-title-lg {
  font-size: 24px;
  color: rgb(171, 80, 235);
  font-weight: bold;
}
.homeIndex .content .box-inner .box-border {
  border-bottom: 1px solid #dfdfdf;
}
.homeIndex .content .text-link {
  display: inline-block;
  text-decoration: none;
  color: rgb(171, 80, 235);
}
.homeIndex .content .text-link:hover {
  color: rgb(171, 80, 235);
}
.homeIndex .content .main-chat .list-post {
  display: unset;
  padding: 0;
}
.homeIndex .content .main-chat .item {
  margin-bottom: 20px;
  margin-right: 0;
  width: 446px;
}
.homeIndex .content .main-header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  padding: 30px;
}
.homeIndex .content .main-header .top-header__title {
  font-size: 18px;
  font-weight: bold;
}
.homeIndex .content .main-header .top-header__info {
  color: #777777;
  font-weight: bold;
}
.homeIndex .content .main-header .top-header__info span {
  margin-left: 16px;
  padding: 12px 16px;
  color: rgb(171, 80, 235);
  font-weight: bold;
  border: 1px solid rgb(171, 80, 235);
  border-radius: 20px;
}
.homeIndex .content .main-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ECECEC;
  padding: 24px;
}
.homeIndex .content .main-header .top-bar h4 {
  font-size: 18px;
  color: #777777;
  margin-bottom: 0;
}
.homeIndex .content .main-header .top-bar img {
  margin-right: 16px;
}
.homeIndex .content .main-body {
  padding: 30px;
}
.homeIndex .content .popup-overlay {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
}
.homeIndex .content .popup-news {
  text-align: left;
  width: 950px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px;
}
.homeIndex .content .popup-news .popup-header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0px;
  background: #EDEDED;
}
.homeIndex .content .popup-news .popup-body {
  padding: 20px 40px 0px;
}
.homeIndex .content .popup-news .popup-footer {
  padding: 20px 40px 0 40px;
}
.homeIndex .content .popup-news .popup-footer button {
  font-weight: bold;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 47px;
  background: #EB4F83;
  color: #ffffff;
}
.homeIndex .content .popup-news .popup-footer label {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
}
.homeIndex .content .popup-news .popup-footer .styled-checkbox + label:before {
  position: unset;
  margin-right: 12px;
}
.homeIndex .content .popup-news .popup-footer .styled-checkbox:checked + label:after {
  top: 3px;
  left: 0;
}
.homeIndex .content .popup-news .list-news {
  overflow: auto;
  height: 56vh;
}
.homeIndex .content .popup-news .list-news .item-news {
  margin-bottom: 32px;
  text-align: center;
}
.homeIndex .content .popup-news .list-news .item-news:last-child {
  margin-bottom: 0;
}
.homeIndex .content .popup-news .list-news .item-news__img {
  width: 90%;
  border-radius: 8px;
}
.homeIndex .content .popup-news .list-news .item-news__title {
  color: #777777;
  font-weight: bold;
  padding-top: 16px;
}
.homeIndex .content .popup-news .list-news .item-news__title .news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homeIndex .content .popup-news .list-news .item-news__content {
  color: #777777;
  white-space: pre-line;
}
.homeIndex .content #bonus-popup .modal-content {
  padding: 30px 20px 20px;
  width: 300px;
  height: 300px;
}
.homeIndex .content #bonus-popup .modal-dialog {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.5s ease-out;
}
.homeIndex .content #bonus-popup.show .modal-dialog {
  transform: scale(1);
}
.homeIndex .content #bonus-popup .modal-body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.homeIndex .content #bonus-popup .modal-body .close {
  position: absolute;
  top: -25px;
  right: -14px;
  font-size: 1.5rem;
  border: none;
  padding: 0;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: rgb(171, 80, 235);
  color: #ffffff;
}
.homeIndex .content #bonus-popup .modal-body .close:hover {
  color: #ffffff;
}
.homeIndex .content #bonus-popup .modal-body .btn-get-bonus {
  color: white !important;
  background-color: rgb(171, 80, 235) !important;
  font-size: 16px;
  padding: 5px 50px;
  border-radius: 16px;
  margin: 0 auto;
  width: 100%;
}
.homeIndex .content #bonus-popup #bonus-image {
  width: 100%;
  height: auto;
}
.homeIndex .content .modal-search-user-not-found {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeIndex .content .loadmore-user-loading {
  padding: 10px 0 30px;
}
.homeIndex .modal#popup_no_user_selected {
  width: 450px;
  margin-left: -240px;
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 5px 35px;
}
.homeIndex .modal#popup_no_user_selected .popup-header {
  background: #EDEDED;
  padding: 20px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #333333;
}
.homeIndex .modal#popup_no_user_selected .popup-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 32px;
  text-align: center;
  color: #777777;
}
.homeIndex #popup_guide,
.homeIndex #popup_no_user_selected {
  height: auto;
  margin-top: -128px;
}
.homeIndex #popup_guide .popup-footer,
.homeIndex #popup_no_user_selected .popup-footer {
  text-align: center;
}
.homeIndex #popup_guide .popup-footer .btn-close-popup,
.homeIndex #popup_no_user_selected .popup-footer .btn-close-popup {
  padding: 5px 0;
  background: rgb(171, 80, 235);
  border-radius: 23px;
  width: 35%;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
@media only screen and (max-width: 600px) {
  .homeIndex .content .main-header .top-header {
    display: block;
  }
  .homeIndex .content .list-post {
    padding: 0px 16px;
  }
  .homeIndex .content .item__footer .btn-message {
    font-size: 10px;
  }
  .homeIndex .content__banner .carousel-item img {
    width: 100%;
  }
  .homeIndex .content .filter-box {
    padding: 0 16px;
  }
  .homeIndex .content .popup-news .popup-body {
    padding: 0px;
  }
  .homeIndex .content .popup-news .popup-body .list-news {
    overflow: auto;
    height: 33vh;
  }
  .homeIndex .content .popup-news .popup-footer {
    padding: 10px 40px 20px;
  }
  .homeIndex .content .popup-news .popup-footer .text-center label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .homeIndex .sidebar.hide {
    display: none;
  }
  .homeIndex .sidebar.show {
    display: block;
  }
  .homeIndex .js-open-sidebar {
    display: block;
    padding: 10px;
  }
  .homeIndex .content.content-outer {
    padding-left: 0;
  }
  .homeIndex .content .item {
    padding: 12px;
  }
  .homeIndex .content .item__footer span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .homeIndex .content .item {
    width: 100%;
  }
  .homeIndex .content .item:nth-child(2n-1) {
    margin-right: 0;
  }
}

.scroll-active {
  opacity: 0.4;
}

.filter-box {
  padding: 0 10px;
  display: flex;
  color: #303030;
  align-items: center;
  margin-bottom: 10px;
}
.filter-box .filter-box-title {
  width: 15%;
}
.filter-box .filter-box-title img {
  margin-right: 5px;
}
.filter-box .sort label {
  margin-bottom: 0;
  margin-right: 5px;
}
.filter-box .filter-box-users {
  width: 85%;
}
.filter-box__username {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
.filter-box__username .search-value {
  border: none;
  font-weight: bold;
  font-size: 16px;
  color: rgb(119, 119, 119);
  padding-right: 60px;
}
.filter-box__username .search-value::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.filter-box__username .search-value::placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.filter-box__username .search-value:focus {
  box-shadow: 0 0 12px rgba(235, 79, 131, 0.4);
}
.filter-box__username .search-questioner {
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
}
.filter-box__username .search-questioner button {
  border-radius: 8px;
}
.filter-box__username .search-questioner button img {
  width: 29px;
  height: auto;
}
.filter-box .link-guide {
  align-items: center;
  display: flex;
  color: #6e6e6e;
}
.filter-box .link-guide img {
  margin-left: 3px;
}
.filter-box button {
  color: white;
  background-color: rgb(171, 80, 235);
  font-size: 14px;
  padding: 4px 28px;
  border-radius: 16px;
  margin-left: 30px;
}
.filter-box button.disabled {
  background-color: #dfdfdf;
}
.filter-box select {
  border-radius: 10px;
  padding: 5px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .filter-box {
    padding: 0 8px;
  }
}
.two-lines {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.two-lines > div {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}

.pc-popup {
  display: block !important;
}

.sp-popup {
  display: none !important;
  width: 90% !important;
}

@media only screen and (max-width: 1000px) {
  .pc-popup {
    display: none !important;
  }
  .sp-popup {
    display: block !important;
  }
}
@media only screen and (max-width: 500px) {
  .list-news {
    height: 65vh !important;
  }
}
.icon_animation {
  animation: icon_animation 3.2s infinite;
}

@keyframes icon_animation {
  0% {
    transform: translate(0px, 2px);
  }
  2% {
    transform: translate(0px, -2px);
  }
  4% {
    transform: translate(0px, 2px);
  }
  6% {
    transform: translate(0px, -2px);
  }
  8% {
    transform: translate(0px, 2px);
  }
  10% {
    transform: translate(0px, -2px);
  }
  12% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.currentIndex .multi-message-box {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0px 15px 15px;
  background-color: rgb(255, 255, 255);
  margin: 15px 30px;
  justify-content: space-between;
}
.currentIndex .multi-message-box .multi-message-content {
  display: flex;
  padding-right: 25px;
}
.currentIndex .multi-message-box .multi-message-content .link-guide {
  color: #7B7A7B;
  margin: auto 5px auto 0;
}
.currentIndex .multi-message-box .multi-message-content .select-template {
  background-color: rgb(171, 80, 235);
  border-radius: 3px;
  margin-left: 8px;
  padding: 0 50px;
  color: #fff;
  font-size: 14px;
}
.currentIndex .multi-message-box .multi-message-content .select-template .icon-send-bulk {
  width: 35px;
}
.currentIndex .multi-message-box .multi-message-content .disabled {
  background-color: #AAAAAA;
  margin: auto 0;
  padding: 5px 14px;
  border-radius: 5px;
  height: 35px;
}
.currentIndex .multiple-item {
  display: none;
}
.currentIndex .slick-initialized {
  display: block;
}
.currentIndex .multiple-item img {
  margin: 0 auto;
}
.currentIndex .trouble-tags-button {
  color: white;
  background-color: rgba(235, 79, 131, 0.37);
  font-size: 18px;
  font-weight: bold;
  padding: 10px 32px;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-right: 40px;
}
.currentIndex .tag-search-active {
  background-color: rgb(171, 80, 235);
}
.currentIndex .content {
  background: #F5F5F5;
}
.currentIndex .content__main {
  min-height: 80vh;
}
.currentIndex .content.content-outer {
  padding-left: 276px;
}
.currentIndex .content__banner {
  margin-bottom: 30px;
}
.currentIndex .content__banner .carousel {
  padding: 30px 30px 16px;
}
.currentIndex .content__banner .carousel-indicators {
  bottom: -10px;
  margin: 0;
}
.currentIndex .content__banner .carousel-indicators li {
  width: 8px;
  height: 8px;
  background: #C4C4C4;
  border: none;
  border-radius: 50%;
  flex: none;
}
.currentIndex .content__banner .carousel-indicators li.active {
  background: rgb(171, 80, 235);
}
.currentIndex .content__banner .carousel-item {
  height: 140px;
}
.currentIndex .content__banner .carousel-item img {
  height: 100%;
}
.currentIndex .content .filter-box {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.currentIndex .content .filter-box__username {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
.currentIndex .content .filter-box__username .search-value {
  border: none;
  font-weight: bold;
  font-size: 16px;
  color: rgb(119, 119, 119);
  padding-right: 60px;
}
.currentIndex .content .filter-box__username .search-value::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.currentIndex .content .filter-box__username .search-value::placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.currentIndex .content .filter-box__username .search-value:focus {
  box-shadow: 0 0 12px rgb(122, 55, 170);
}
.currentIndex .content .filter-box__username .search-questioner {
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
}
.currentIndex .content .filter-box__username .search-questioner button {
  border-radius: 8px;
}
.currentIndex .content .filter-box__username .search-questioner button img {
  width: 29px;
  height: auto;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-title {
  background-color: #FFFFFF;
  width: 100%;
  color: rgb(171, 80, 235);
  border-radius: 5px 5px 0 0;
  position: relative;
  padding: 3px 0;
  cursor: pointer;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-title:before {
  content: "";
  background-image: url(../img/icon-search.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0px;
  margin-left: 5px;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-title #toggle_form_filter {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: #000000;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-title.hide-filter {
  border-radius: 5px;
  padding: 5px;
  color: #252526;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-title.hide-filter:before {
  content: "";
  background-image: url(../img/icon-search.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0px;
  margin-left: 5px;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form {
  height: 160px;
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding: 5px 0 5px 0;
  position: relative;
}
@media screen and (max-width: 1022px) {
  .currentIndex .content .filter-box.filter-wrap .filter-box-form {
    height: 100%;
  }
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  border-bottom: 1px solid #B3B3B4;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form.hide-filter {
  display: none;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form.show-filter {
  display: block;
}
.currentIndex .content .filter-box.filter-wrap .filter1 {
  display: flex;
}
@media screen and (max-width: 1022px) {
  .currentIndex .content .filter-box.filter-wrap .filter1 {
    display: block;
  }
}
.currentIndex .content .filter-box.filter-wrap .filter1 input[type=radio] {
  display: none;
}
.currentIndex .content .filter-box.filter-wrap .filter1 label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 5px 25px;
  margin: 10px;
  border-radius: 3px;
  background-color: #6C757D;
  color: #fff;
}
@media screen and (max-width: 1102px) {
  .currentIndex .content .filter-box.filter-wrap .filter1 label {
    margin: 6px;
  }
}
.currentIndex .content .filter-box.filter-wrap .filter1 input[type=radio]:checked + label {
  background-color: rgb(171, 80, 235);
}
.currentIndex .content .filter-box.filter-wrap .filterB {
  display: flex;
}
@media screen and (max-width: 1022px) {
  .currentIndex .content .filter-box.filter-wrap .filterB {
    flex-wrap: wrap;
  }
}
.currentIndex .content .filter-box.filter-wrap .filterB .input-group {
  width: auto;
  margin-right: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 1102px) {
  .currentIndex .content .filter-box.filter-wrap .filterB .input-group {
    margin: 9px 6px -3px 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 745px) {
  .currentIndex .content .filter-box.filter-wrap .filterB .filterSpace {
    margin-right: 200px;
  }
}
@media screen and (max-width: 588px) {
  .currentIndex .content .filter-box.filter-wrap .filterB .filterSpace {
    margin-right: 0;
  }
}
.currentIndex .content .filter-box.filter-wrap .filterB label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.currentIndex .content .filter-box.filter-wrap .filterB input[type=checkbox] {
  display: none;
}
.currentIndex .content .filter-box.filter-wrap .filterB .filterB-checkbox {
  cursor: pointer;
  padding: 0 0 0 20px;
}
.currentIndex .content .filter-box.filter-wrap .filterB .filterB-checkbox::before {
  content: "";
  background: #fff;
  border: 1.5px solid rgb(171, 80, 235);
  border-radius: 2px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: -2px;
  left: -10px;
}
.currentIndex .content .filter-box.filter-wrap .filterB .filterB-checkbox::after {
  border-right: 2px solid rgb(171, 80, 235);
  border-bottom: 2px solid rgb(171, 80, 235);
  content: "";
  display: block;
  height: 20px;
  width: 10px;
  opacity: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: -3px;
}
.currentIndex .content .filter-box.filter-wrap .filterB input[type=checkbox]:checked + .filterB-checkbox::after {
  opacity: 1;
}
.currentIndex .content .filter-box.filter-wrap .search-button-wrap {
  display: flex;
  justify-content: center;
}
.currentIndex .content .filter-box.filter-wrap .search-button-wrap #submit-search {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 7px 25px;
  margin: 10px;
  border-radius: 3px;
  color: #fff;
  background-color: rgb(171, 80, 235);
  width: 200px;
}
@media screen and (max-width: 700px) {
  .currentIndex .content .filter-box.filter-wrap .search-button-wrap #submit-search {
    width: 200px;
  }
}
@media screen and (max-width: 529px) {
  .currentIndex .content .filter-box.filter-wrap .search-button-wrap #submit-search {
    width: 170px;
  }
}
@media screen and (max-width: 500px) {
  .currentIndex .content .filter-box.filter-wrap .search-button-wrap #submit-search {
    width: 140px;
  }
}
.currentIndex .content .filter-box.filter-wrap .search-button-wrap #submit-search:disabled {
  background-color: rgba(108, 117, 125, 0.5294117647) !important;
}
.currentIndex .content .filter-box.filter-wrap .search-button-wrap #submit-riset {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 7px 25px;
  margin: 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #6C757D;
  width: 200px;
}
@media screen and (max-width: 700px) {
  .currentIndex .content .filter-box.filter-wrap .search-button-wrap #submit-riset {
    width: 200px;
  }
}
@media screen and (max-width: 529px) {
  .currentIndex .content .filter-box.filter-wrap .search-button-wrap #submit-riset {
    width: 170px;
  }
}
@media screen and (max-width: 500px) {
  .currentIndex .content .filter-box.filter-wrap .search-button-wrap #submit-riset {
    width: 140px;
  }
}
.currentIndex .content .filter-box.schedule-wrap .filter-box-title {
  background-color: #FFFFFF;
  width: 100%;
  color: rgb(171, 80, 235);
  border-radius: 5px 5px 0 0;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.currentIndex .content .filter-box.schedule-wrap .filter-box-title:before {
  content: "";
  background-image: url(../img/icon-cyclic-black.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 18px;
}
.currentIndex .content .filter-box.schedule-wrap .filter-box-title #toggle_form_schedule {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: #000000;
}
.currentIndex .content .filter-box.schedule-wrap .filter-box-title.hide-schedule {
  border-radius: 5px;
  padding: 10px;
  color: #252526;
}
.currentIndex .content .filter-box.schedule-wrap .filter-box-title.hide-schedule:before {
  content: "";
  background-image: url(../img/icon-cyclic-black.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 8px;
}
.currentIndex .content .filter-box.schedule-wrap .filter-box-form {
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding: 5px 0 5px 0;
  position: relative;
}
@media screen and (max-width: 1022px) {
  .currentIndex .content .filter-box.schedule-wrap .filter-box-form {
    height: 100%;
  }
}
.currentIndex .content .filter-box.schedule-wrap .filter-box-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  border-bottom: 1px solid #B3B3B4;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.currentIndex .content .filter-box.schedule-wrap .filter-box-form.hide-schedule {
  display: none;
}
.currentIndex .content .filter-box.schedule-wrap .filter-box-form.show-schedule {
  display: block;
}
.currentIndex .content .filter-box.schedule-wrap .schedule-items {
  text-align: center;
}
@media screen and (max-width: 1022px) {
  .currentIndex .content .filter-box.schedule-wrap .schedule-items {
    display: block;
  }
}
.currentIndex .content .filter-box.schedule-wrap .schedule-items input[type=radio] {
  display: none;
}
.currentIndex .content .filter-box.schedule-wrap .schedule-items .item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 25px;
  margin: 10px auto;
  border-radius: 3px;
  background-color: #6C757D;
  color: #fff;
  width: 30%;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 1102px) {
  .currentIndex .content .filter-box.schedule-wrap .schedule-items .item {
    width: 40%;
  }
}
.currentIndex .content .filter-box.schedule-wrap .schedule-items .item.active {
  background-color: rgb(171, 80, 235);
}
.currentIndex .content .filter-box.schedule-wrap .actions-button-wrap {
  display: flex;
  justify-content: center;
}
.currentIndex .content .filter-box.schedule-wrap .actions-button-wrap #filter_schedule {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 25px;
  margin: 10px;
  border-radius: 3px;
  color: #fff;
  background-color: rgb(171, 80, 235);
  width: 200px;
}
.currentIndex .content .filter-box.schedule-wrap .actions-button-wrap #filter_schedule:disabled {
  background-color: rgba(108, 117, 125, 0.5294117647);
}
@media screen and (max-width: 700px) {
  .currentIndex .content .filter-box.schedule-wrap .actions-button-wrap #filter_schedule {
    width: 200px;
  }
}
@media screen and (max-width: 529px) {
  .currentIndex .content .filter-box.schedule-wrap .actions-button-wrap #filter_schedule {
    width: 170px;
  }
}
@media screen and (max-width: 500px) {
  .currentIndex .content .filter-box.schedule-wrap .actions-button-wrap #filter_schedule {
    width: 140px;
  }
}
.currentIndex .content .filter-box.schedule-wrap .actions-button-wrap #reset_schedule {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 25px;
  margin: 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #6C757D;
  width: 200px;
}
@media screen and (max-width: 700px) {
  .currentIndex .content .filter-box.schedule-wrap .actions-button-wrap #reset_schedule {
    width: 200px;
  }
}
@media screen and (max-width: 529px) {
  .currentIndex .content .filter-box.schedule-wrap .actions-button-wrap #reset_schedule {
    width: 170px;
  }
}
@media screen and (max-width: 500px) {
  .currentIndex .content .filter-box.schedule-wrap .actions-button-wrap #reset_schedule {
    width: 140px;
  }
}
.currentIndex .content .filter-box.filter-wrap .filter-box-title {
  background-color: #FFFFFF;
  width: 100%;
  color: rgb(171, 80, 235);
  border-radius: 5px 5px 0 0;
  position: relative;
  padding: 3px 0;
  cursor: pointer;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-title:before {
  content: "";
  background-image: url(../img/icon-search.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0px;
  margin-left: 5px;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-title #toggle_form_filter {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: #000000;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-title.hide-filter {
  border-radius: 5px;
  padding: 5px;
  color: #252526;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-title.hide-filter:before {
  content: "";
  background-image: url(../img/icon-search.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0px;
  margin-left: 5px;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 0 0 5px 5px;
  padding: 5px 0 5px 0;
  position: relative;
}
@media screen and (max-width: 1022px) {
  .currentIndex .content .filter-box.filter-wrap .filter-box-form {
    height: 100%;
  }
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  border-bottom: 1px solid #B3B3B4;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form.hide-filter {
  display: none;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form.show-filter {
  display: block;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1022px) {
  .currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox {
    flex-wrap: wrap;
  }
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox .input-group {
  width: auto;
  margin-right: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 1102px) {
  .currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox .input-group {
    margin: 9px 6px -3px 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 745px) {
  .currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox .filterSpace {
    margin-right: 200px;
  }
}
@media screen and (max-width: 588px) {
  .currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox .filterSpace {
    margin-right: 0;
  }
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox input[type=checkbox] {
  display: none;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox__label {
  cursor: pointer;
  padding: 0 0 0 20px;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox__label:before {
  content: "";
  background: #fff;
  border: 1.5px solid rgb(171, 80, 235);
  border-radius: 2px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: -2px;
  left: -10px;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox__label:after {
  border-right: 2px solid rgb(171, 80, 235);
  border-bottom: 2px solid rgb(171, 80, 235);
  content: "";
  display: block;
  height: 20px;
  width: 10px;
  opacity: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: -3px;
}
.currentIndex .content .filter-box.filter-wrap .filter-box-form .filter-checkbox input[type=radio]:checked + .filter-checkbox__label::after {
  opacity: 1;
}
.currentIndex .content .filter-box.filter-wrap .filter-items {
  text-align: center;
}
@media screen and (max-width: 1022px) {
  .currentIndex .content .filter-box.filter-wrap .filter-items {
    display: block;
  }
}
.currentIndex .content .filter-box.filter-wrap .filter-items input[type=radio] {
  display: none;
}
.currentIndex .content .filter-box.filter-wrap .filter-items .item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 25px;
  margin: 10px auto;
  border-radius: 3px;
  background-color: #6C757D;
  color: #fff;
  width: 30%;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 1102px) {
  .currentIndex .content .filter-box.filter-wrap .filter-items .item {
    width: 40%;
  }
}
.currentIndex .content .filter-box.filter-wrap .filter-items .item.active {
  background-color: rgb(171, 80, 235);
}
.currentIndex .content .filter-box.filter-wrap .actions-button-wrap {
  display: flex;
  justify-content: center;
}
.currentIndex .content .filter-box.filter-wrap .actions-button-wrap #filter_btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 25px;
  margin: 10px;
  border-radius: 3px;
  color: #fff;
  background-color: rgb(171, 80, 235);
  width: 200px;
}
.currentIndex .content .filter-box.filter-wrap .actions-button-wrap #filter_btn:disabled {
  background-color: rgba(108, 117, 125, 0.5294117647);
}
@media screen and (max-width: 700px) {
  .currentIndex .content .filter-box.filter-wrap .actions-button-wrap #filter_btn {
    width: 200px;
  }
}
@media screen and (max-width: 529px) {
  .currentIndex .content .filter-box.filter-wrap .actions-button-wrap #filter_btn {
    width: 170px;
  }
}
@media screen and (max-width: 500px) {
  .currentIndex .content .filter-box.filter-wrap .actions-button-wrap #filter_btn {
    width: 140px;
  }
}
.currentIndex .content .filter-box.filter-wrap .actions-button-wrap #reset_filter {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 25px;
  margin: 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #6C757D;
  width: 200px;
}
@media screen and (max-width: 700px) {
  .currentIndex .content .filter-box.filter-wrap .actions-button-wrap #reset_filter {
    width: 200px;
  }
}
@media screen and (max-width: 529px) {
  .currentIndex .content .filter-box.filter-wrap .actions-button-wrap #reset_filter {
    width: 170px;
  }
}
@media screen and (max-width: 500px) {
  .currentIndex .content .filter-box.filter-wrap .actions-button-wrap #reset_filter {
    width: 140px;
  }
}
.currentIndex .content .list-post {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.currentIndex .content .item {
  position: relative;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 24px;
  width: calc(50% - 12px);
}
.currentIndex .content .item:nth-child(2n-1) {
  margin-right: 24px;
}
.currentIndex .content .item__top {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.currentIndex .content .item__top .remove-user {
  color: rgb(171, 80, 235);
  position: absolute;
  right: 7px;
  top: 0;
  font-weight: 500;
  font-size: 25px;
}
.currentIndex .content .item__top .top-left .thumbnail {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.currentIndex .content .item__top .top-right {
  padding-left: 13px;
}
.currentIndex .content .item__top .top-right__name {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.currentIndex .content .item__top .top-right__name img {
  margin-left: 4px;
}
.currentIndex .content .item__top .top-right__info {
  font-size: 14px;
  color: #777777;
}
.currentIndex .content .item__top .btn-custom {
  display: inline-block;
  font-size: 14px;
  color: rgb(171, 80, 235);
  border: 1px solid rgb(171, 80, 235);
  border-radius: 3px;
  padding: 5px 15px;
  margin: 0;
  text-decoration: none;
}
.currentIndex .content .item__body p {
  font-size: 14px;
  color: #333333;
  padding: 0;
  padding-top: 15px;
  margin-bottom: 15px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-height: 1.4rem;
}
.currentIndex .content .item__body p.updated-about-me-time {
  font-size: 12px;
  margin-bottom: 15px;
}
.currentIndex .content .item__body .btn-custom {
  display: inline-block;
  font-size: 14px;
  color: rgb(171, 80, 235);
  border: 1px solid rgb(171, 80, 235);
  border-radius: 16px;
  padding: 5px 20px;
  margin: 0;
  text-decoration: none;
}
.currentIndex .content .item__footer {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.currentIndex .content .item__footer .btn-message {
  max-width: 245px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  background: #3E8D45;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 1px;
}
.currentIndex .content .item__footer .btn-message img {
  margin-right: 0 !important;
}
.currentIndex .content .item__footer .btn-info-login .info-login {
  text-align: right;
}
.currentIndex .content .item__footer span {
  font-size: 14px;
}
.currentIndex .content .item__footer span:first-child {
  color: #777777;
  margin-bottom: 5px;
}
.currentIndex .content .item__footer span:last-child {
  color: rgb(171, 80, 235);
}
.currentIndex .content .btn-mission {
  position: fixed;
  bottom: 70px;
  right: 43px;
  z-index: 98;
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
}
.currentIndex .content .btn-mission img {
  margin: 0 auto;
  display: block;
  padding-top: 15px;
}
.currentIndex .content .btn-mission .noti {
  position: absolute;
  top: 13px;
  right: -3px;
  width: 20px;
  height: 20px;
  background: #f02a2a;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.currentIndex .content button {
  border: none;
}
.currentIndex .content button:active, .currentIndex .content button:focus {
  outline: none;
}
.currentIndex .content a:hover {
  text-decoration: none;
}
.currentIndex .content .avatar-default {
  display: inline-block;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.currentIndex .content .switch {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border: none;
  overflow: visible;
  width: 68px;
  z-index: 0;
  text-align: left;
}
.currentIndex .content .switch .switch__input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  vertical-align: top;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.currentIndex .content .switch .switch__toggle {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}
.currentIndex .content .switch .switch__toggle .text-active {
  padding-left: 7px;
  display: none;
  color: #ffffff;
}
.currentIndex .content .switch .switch__toggle .text-default {
  padding-right: 7px;
  display: block;
  text-align: right;
  color: #777777;
}
.currentIndex .content .switch .switch__handle {
  box-sizing: border-box;
  background-clip: padding-box;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 26px;
  width: 26px;
  background-color: white;
  left: 1px;
  top: 2px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.59, 0.01, 0.5, 0.99);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.currentIndex .content .switch :checked + .switch__toggle {
  background-color: #1bc4a1;
}
.currentIndex .content .switch :checked + .switch__toggle .text-default {
  display: none;
}
.currentIndex .content .switch :checked + .switch__toggle .text-active {
  display: block;
}
.currentIndex .content .switch :checked + .switch__toggle > .switch__handle {
  left: 40px;
  box-shadow: none;
}
.currentIndex .content .switch :disabled + .switch__toggle {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.currentIndex .content .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.currentIndex .content .styled-checkbox + label {
  cursor: pointer;
  padding: 0;
}
.currentIndex .content .styled-checkbox + label:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #777777;
  border-radius: 2px;
}
.currentIndex .content .styled-checkbox:checked + label:before {
  border: none;
}
.currentIndex .content .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/ic_checkbox.png");
  width: 16px;
  height: 16px;
}
.currentIndex .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.currentIndex .content .box-outer {
  width: 760px;
}
.currentIndex .content .box-inner {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.currentIndex .content .box-inner .box-bar img {
  padding-right: 16px;
}
.currentIndex .content .box-inner .box-title {
  color: #333333;
  font-weight: bold;
}
.currentIndex .content .box-inner .box-title-lg {
  font-size: 24px;
  color: rgb(171, 80, 235);
  font-weight: bold;
}
.currentIndex .content .box-inner .box-border {
  border-bottom: 1px solid #dfdfdf;
}
.currentIndex .content .text-link {
  display: inline-block;
  text-decoration: none;
  color: rgb(171, 80, 235);
}
.currentIndex .content .text-link:hover {
  color: rgb(171, 80, 235);
}
.currentIndex .content .main-chat .list-post {
  display: unset;
  padding: 0;
}
.currentIndex .content .main-chat .item {
  margin-bottom: 20px;
  margin-right: 0;
  width: 446px;
}
.currentIndex .content .main-header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  padding: 30px;
}
.currentIndex .content .main-header .top-header__title {
  font-size: 18px;
  font-weight: bold;
}
.currentIndex .content .main-header .top-header__info {
  color: #777777;
  font-weight: bold;
}
.currentIndex .content .main-header .top-header__info span {
  margin-left: 16px;
  padding: 12px 16px;
  color: rgb(171, 80, 235);
  font-weight: bold;
  border: 1px solid rgb(171, 80, 235);
  border-radius: 20px;
}
.currentIndex .content .main-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ECECEC;
  padding: 24px;
}
.currentIndex .content .main-header .top-bar h4 {
  font-size: 18px;
  color: #777777;
  margin-bottom: 0;
}
.currentIndex .content .main-header .top-bar img {
  margin-right: 16px;
}
.currentIndex .content .main-body {
  padding: 30px;
}
.currentIndex .content .popup-overlay {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
}
.currentIndex .content .popup-news {
  text-align: left;
  width: 950px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px;
}
.currentIndex .content .popup-news .popup-header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0px;
  background: #EDEDED;
}
.currentIndex .content .popup-news .popup-header .round_btn {
  display: block;
  width: 25px;
  position: absolute;
  right: 16px;
  top: 12px;
  height: 25px;
  border-radius: 50%;
  background-color: red;
}
.currentIndex .content .popup-news .popup-header .btn-close {
  font-size: 26px;
  color: white;
  right: 14px;
  top: 2px;
  position: absolute;
}
.currentIndex .content .popup-news .popup-body {
  padding: 20px 40px 0px;
}
.currentIndex .content .popup-news .popup-footer {
  padding: 20px 40px 0 40px;
}
.currentIndex .content .popup-news .popup-footer button {
  font-weight: bold;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 47px;
  background: rgb(171, 80, 235);
  color: #ffffff;
}
.currentIndex .content .popup-news .popup-footer label {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
}
.currentIndex .content .popup-news .popup-footer .styled-checkbox + label:before {
  position: unset;
  margin-right: 12px;
}
.currentIndex .content .popup-news .popup-footer .styled-checkbox:checked + label:after {
  top: 3px;
  left: 0;
}
.currentIndex .content .popup-news .list-news {
  overflow: auto;
  height: 56vh;
}
.currentIndex .content .popup-news .list-news .item-news {
  margin-bottom: 32px;
  text-align: center;
}
.currentIndex .content .popup-news .list-news .item-news:last-child {
  margin-bottom: 0;
}
.currentIndex .content .popup-news .list-news .item-news__img {
  width: 90%;
  border-radius: 8px;
}
.currentIndex .content .popup-news .list-news .item-news__title {
  color: #777777;
  font-weight: bold;
  padding-top: 16px;
}
.currentIndex .content .popup-news .list-news .item-news__title .news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.currentIndex .content .popup-news .list-news .item-news__content {
  color: #777777;
  white-space: pre-line;
}
.currentIndex .content .modal-search-user-not-found {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.currentIndex .content .loadmore-user-loading {
  padding: 10px 0 30px;
}
.currentIndex .modal#popup_no_user_selected {
  width: 450px;
  margin-left: -240px;
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 5px 35px;
}
.currentIndex .modal#popup_no_user_selected .popup-header {
  background: #EDEDED;
  padding: 20px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #333333;
}
.currentIndex .modal#popup_no_user_selected .popup-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 32px;
  text-align: center;
  color: #777777;
}
.currentIndex #popup_guide,
.currentIndex #popup_no_user_selected {
  height: auto;
  margin-top: -128px;
}
.currentIndex #popup_guide .popup-footer,
.currentIndex #popup_no_user_selected .popup-footer {
  text-align: center;
}
.currentIndex #popup_guide .popup-footer .btn-close-popup,
.currentIndex #popup_no_user_selected .popup-footer .btn-close-popup {
  padding: 5px 0;
  background: rgb(171, 80, 235);
  border-radius: 23px;
  width: 35%;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
@media only screen and (max-width: 600px) {
  .currentIndex .content .main-header .top-header {
    display: block;
  }
  .currentIndex .content .list-post {
    padding: 0px 16px;
  }
  .currentIndex .content .item__footer .btn-message {
    font-size: 10px;
  }
  .currentIndex .content__banner .carousel-item img {
    width: 100%;
  }
  .currentIndex .content .filter-box {
    padding: 0 16px;
  }
  .currentIndex .content .popup-news .popup-body {
    padding: 0px;
  }
  .currentIndex .content .popup-news .popup-body .list-news {
    overflow: auto;
    height: 33vh;
  }
  .currentIndex .content .popup-news .popup-footer {
    padding: 10px 40px 20px;
  }
  .currentIndex .content .popup-news .popup-footer .text-center label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .currentIndex .sidebar.hide {
    display: none;
  }
  .currentIndex .sidebar.show {
    display: block;
  }
  .currentIndex .js-open-sidebar {
    display: block;
    padding: 10px;
  }
  .currentIndex .content.content-outer {
    padding-left: 0;
  }
  .currentIndex .content .item {
    padding: 12px;
  }
  .currentIndex .content .item__footer span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .currentIndex .content .item {
    width: 100%;
  }
  .currentIndex .content .item:nth-child(2n-1) {
    margin-right: 0;
  }
}

.scroll-active {
  opacity: 0.4;
}

.filter-box {
  padding: 0 10px;
  display: flex;
  color: #303030;
  align-items: center;
  margin-bottom: 10px;
}
.filter-box .filter-box-title {
  width: 15%;
}
.filter-box .filter-box-title img {
  margin-right: 5px;
}
.filter-box .sort label {
  margin-bottom: 0;
  margin-right: 5px;
}
.filter-box .filter-box-users {
  width: 85%;
}
.filter-box__username {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
.filter-box__username .search-value {
  border: none;
  font-weight: bold;
  font-size: 16px;
  color: rgb(119, 119, 119);
  padding-right: 60px;
}
.filter-box__username .search-value::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.filter-box__username .search-value::placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.filter-box__username .search-value:focus {
  box-shadow: 0 0 12px rgba(235, 79, 131, 0.4);
}
.filter-box__username .search-questioner {
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
}
.filter-box__username .search-questioner button {
  border-radius: 8px;
}
.filter-box__username .search-questioner button img {
  width: 29px;
  height: auto;
}
.filter-box .link-guide {
  align-items: center;
  display: flex;
  color: #6e6e6e;
}
.filter-box .link-guide img {
  margin-left: 3px;
}
.filter-box button {
  color: white;
  background-color: rgb(171, 80, 235);
  font-size: 14px;
  padding: 4px 28px;
  border-radius: 16px;
  margin-left: 30px;
}
.filter-box button.disabled {
  background-color: #dfdfdf;
}
.filter-box select {
  border-radius: 10px;
  padding: 5px;
  width: 100%;
}

.modal-footer .modal-close-button {
  color: white !important;
  background-color: rgb(171, 80, 235) !important;
  font-size: 16px;
  padding: 5px 50px;
  border-radius: 16px !important;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .filter-box {
    padding: 0 8px;
  }
}
.two-lines {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.two-lines > div {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}

.pc-popup {
  display: block !important;
}

.sp-popup {
  display: none !important;
  width: 90% !important;
}

@media only screen and (max-width: 1000px) {
  .pc-popup {
    display: none !important;
  }
  .sp-popup {
    display: block !important;
  }
}
@media only screen and (max-width: 500px) {
  .list-news {
    height: 65vh !important;
  }
}
.icon_animation {
  animation: icon_animation 3.2s infinite;
}

@keyframes icon_animation {
  0% {
    transform: translate(0px, 2px);
  }
  2% {
    transform: translate(0px, -2px);
  }
  4% {
    transform: translate(0px, 2px);
  }
  6% {
    transform: translate(0px, -2px);
  }
  8% {
    transform: translate(0px, 2px);
  }
  10% {
    transform: translate(0px, -2px);
  }
  12% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.accountForgotPassword .page-bg, .accountForgotPasswordStep2 .page-bg {
  background: url("../img/banner.png") no-repeat fixed;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
.accountForgotPassword .page-bg--transparent, .accountForgotPasswordStep2 .page-bg--transparent {
  background: transparent;
}
.accountForgotPassword .form-logo, .accountForgotPasswordStep2 .form-logo {
  text-align: center;
  padding-bottom: 40px;
}
.accountForgotPassword .form-reset-password, .accountForgotPasswordStep2 .form-reset-password {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(118, 92, 51, 0.5);
  border-radius: 15px;
  padding: 48px 80px 40px;
}
.accountForgotPassword .form-reset-password__title, .accountForgotPasswordStep2 .form-reset-password__title {
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 48px;
}
.accountForgotPassword .form-reset-password__content input, .accountForgotPasswordStep2 .form-reset-password__content input {
  width: 70%;
  border: none;
  outline: none;
  padding: 18px 10px 18px 0px;
  background: transparent;
}
.accountForgotPassword .form-reset-password__content input::-moz-placeholder, .accountForgotPasswordStep2 .form-reset-password__content input::-moz-placeholder {
  color: #ACACAC;
}
.accountForgotPassword .form-reset-password__content input::placeholder, .accountForgotPasswordStep2 .form-reset-password__content input::placeholder {
  color: #ACACAC;
}
.accountForgotPassword .form-reset-password__content .input-group, .accountForgotPasswordStep2 .form-reset-password__content .input-group {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #ACACAC;
  box-sizing: border-box;
  border-radius: 40px;
  margin-bottom: 16px;
}
.accountForgotPassword .form-reset-password__content .input-group:nth-child(2), .accountForgotPasswordStep2 .form-reset-password__content .input-group:nth-child(2) {
  margin-bottom: 32px;
}
.accountForgotPassword .form-reset-password__content .input-group.error, .accountForgotPasswordStep2 .form-reset-password__content .input-group.error {
  border: 1px solid #EB4F83;
}
.accountForgotPassword .form-reset-password__content .input-group div.error-validated, .accountForgotPasswordStep2 .form-reset-password__content .input-group div.error-validated {
  border: none;
  position: absolute;
  top: -40px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  color: #FFFFFF;
  background: #F26464;
  box-shadow: 0px 4px 10px rgba(235, 79, 131, 0.15);
  border-radius: 5px;
}
.accountForgotPassword .form-reset-password__content .input-group div.error-validated:after, .accountForgotPasswordStep2 .form-reset-password__content .input-group div.error-validated:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #F26464;
  margin-left: 45px;
  position: absolute;
  top: 48px;
}
.accountForgotPassword .form-reset-password__content .input-group-prepend, .accountForgotPasswordStep2 .form-reset-password__content .input-group-prepend {
  padding: 0px 22px;
}
.accountForgotPassword .form-reset-password__content button, .accountForgotPasswordStep2 .form-reset-password__content button {
  border: none;
  width: 100%;
  padding: 18px;
  background: rgb(171, 80, 235);
  border-radius: 40px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.accountForgotPassword .form-reset-password__content button:active, .accountForgotPassword .form-reset-password__content button:focus, .accountForgotPasswordStep2 .form-reset-password__content button:active, .accountForgotPasswordStep2 .form-reset-password__content button:focus {
  outline: none;
}
.accountForgotPassword .form-reset-password__content span, .accountForgotPasswordStep2 .form-reset-password__content span {
  text-align: center;
}
.accountForgotPassword .form-reset-password__content span.mb-pc, .accountForgotPasswordStep2 .form-reset-password__content span.mb-pc {
  margin-bottom: 48px;
}
.accountForgotPassword .form-reset-password__content .text-link, .accountForgotPasswordStep2 .form-reset-password__content .text-link {
  display: inline-block;
  text-decoration: none;
  color: #EB4F83;
}
.accountForgotPassword .form-reset-password__content .text-link:hover, .accountForgotPasswordStep2 .form-reset-password__content .text-link:hover {
  color: #EB4F83;
}
.accountForgotPassword .form-size, .accountForgotPasswordStep2 .form-size {
  width: 570px;
}
.accountForgotPassword .reset-pw p, .accountForgotPasswordStep2 .reset-pw p {
  margin-bottom: 48px;
}
.accountForgotPassword .reset-pw .form-reset-password, .accountForgotPasswordStep2 .reset-pw .form-reset-password {
  padding-bottom: 80px;
}
.accountForgotPassword .reset-pw .form-reset-password__title, .accountForgotPasswordStep2 .reset-pw .form-reset-password__title {
  margin-bottom: 32px;
  color: #333333;
}
.accountForgotPassword .reset-pw .form-reset-password .input-group, .accountForgotPasswordStep2 .reset-pw .form-reset-password .input-group {
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .accountForgotPassword .form-reset-password, .accountForgotPasswordStep2 .form-reset-password {
    margin: 16px;
    padding: 16px;
  }
}
.menuIndex .ipad-only {
  display: none;
}
.menuIndex .pc-only {
  display: block;
}
.menuIndex .multiple-item {
  display: none;
}
.menuIndex .slick-initialized {
  display: block;
}
.menuIndex .multiple-item img {
  margin: 0 auto;
}
.menuIndex .popup-overlay {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
}
.menuIndex .popup-news {
  text-align: left;
  width: 950px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px;
}
.menuIndex .popup-news .popup-header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0px;
  background: #EDEDED;
}
.menuIndex .popup-news .popup-header .round_btn {
  display: block;
  width: 25px;
  position: absolute;
  right: 16px;
  top: 12px;
  height: 25px;
  border-radius: 50%;
  background-color: red;
}
.menuIndex .popup-news .popup-header .btn-close {
  font-size: 26px;
  color: white;
  right: 14px;
  top: 2px;
  position: absolute;
}
.menuIndex .popup-news .popup-body {
  padding: 20px 40px 0px;
}
.menuIndex .popup-news .popup-footer {
  padding: 20px 40px 0 40px;
}
.menuIndex .popup-news .popup-footer button {
  font-weight: bold;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 47px;
  background: rgb(171, 80, 235);
  color: #ffffff;
}
.menuIndex .popup-news .popup-footer label {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
}
.menuIndex .popup-news .popup-footer .styled-checkbox + label:before {
  position: unset;
  margin-right: 12px;
}
.menuIndex .popup-news .popup-footer .styled-checkbox:checked + label:after {
  top: 3px;
  left: 0;
}
.menuIndex .popup-news .list-news {
  overflow: auto;
  height: 56vh;
}
.menuIndex .popup-news .list-news .item-news {
  margin-bottom: 32px;
  text-align: center;
}
.menuIndex .popup-news .list-news .item-news:last-child {
  margin-bottom: 0;
}
.menuIndex .popup-news .list-news .item-news__img {
  width: 90%;
  border-radius: 8px;
}
.menuIndex .popup-news .list-news .item-news__title {
  color: #777777;
  font-weight: bold;
  padding-top: 16px;
}
.menuIndex .popup-news .list-news .item-news__title .news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuIndex .popup-news .list-news .item-news__content {
  color: #777777;
  white-space: pre-line;
}
.menuIndex #bonus-popup .modal-content {
  padding: 30px 20px 20px;
  width: 300px;
  height: 300px;
}
.menuIndex #bonus-popup .modal-dialog {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.5s ease-out;
}
.menuIndex #bonus-popup.show .modal-dialog {
  transform: scale(1);
}
.menuIndex #bonus-popup .modal-body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.menuIndex #bonus-popup .modal-body .close {
  position: absolute;
  top: -25px;
  right: -14px;
  font-size: 1.5rem;
  border: none;
  padding: 0;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: rgb(171, 80, 235);
  color: #ffffff;
}
.menuIndex #bonus-popup .modal-body .close:hover {
  color: #ffffff;
}
.menuIndex #bonus-popup .modal-body .btn-get-bonus {
  color: white !important;
  background-color: rgb(171, 80, 235) !important;
  font-size: 16px;
  padding: 5px 50px;
  border-radius: 16px;
  margin: 0 auto;
  width: 100%;
}
.menuIndex #bonus-popup #bonus-image {
  width: 100%;
  height: auto;
}
.menuIndex .main-header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 30px;
}
.menuIndex .main-header .top-header__title {
  font-size: 18px;
  font-weight: bold;
  color: #282828;
}
.menuIndex .main-header .top-header__info {
  color: #777777;
  font-weight: bold;
}
.menuIndex .main-header .top-header__info span {
  margin-left: 16px;
  padding: 12px 16px;
  color: rgb(171, 80, 235);
  font-weight: bold;
  border: 1px solid rgb(171, 80, 235);
  border-radius: 20px;
}
.menuIndex .main-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ececec;
  padding: 24px;
}
.menuIndex .main-header .top-bar h4 {
  font-size: 18px;
  color: #777777;
  margin-bottom: 0;
}
.menuIndex .main-header .top-bar img {
  margin-right: 24px;
}
.menuIndex .main-body {
  padding: 30px;
}
.menuIndex .notice-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 0px 24px;
  background: #ffffff;
  padding: 20px 24px;
}
.menuIndex .notice-box span {
  padding-left: 20px;
}
.menuIndex .notice-box span:first-child {
  color: #333333;
  font-weight: bold;
}
.menuIndex .notice-box span:last-child {
  color: #777777;
  font-size: 14px;
}
.menuIndex .work-data-balloon {
  display: none;
  position: absolute;
  width: 288px;
  height: 163px;
  padding: 10px 8px 10px 8px;
  margin-bottom: 10px;
  color: #666;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  border-radius: 25px;
  font: 16px/2 "\6E38\30B4\30B7\30C3\30AF";
  float: right;
  top: 30px;
  right: 3px;
  z-index: 1000;
}
.menuIndex .rank-data-balloon {
  display: none;
  position: absolute;
  width: 220px;
  height: 200px;
  padding: 10px 8px 10px 8px;
  margin-bottom: 10px;
  color: #666;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  border-radius: 25px;
  font: 16px/2 "\6E38\30B4\30B7\30C3\30AF";
  float: right;
  top: 30px;
  right: 3px;
  z-index: 1000;
}
.menuIndex .link-list {
  box-shadow: 2px 3px 9px #9b9b9b;
  border-radius: 8px;
  padding: 0px 24px;
  background: #ffffff;
}
.menuIndex .link-list__item {
  border-bottom: 2px solid #afb0b0;
}
.menuIndex .link-list__item a {
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.menuIndex .link-list__item span {
  color: #252526;
  padding-left: 10px;
}
.menuIndex .link-list__item:last-child {
  border: none;
}
.menuIndex .link-list__item .ms-badge {
  position: absolute;
  top: -11px;
  right: -25px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0;
  background: #f02a2a;
  border-radius: 50%;
  color: #fff;
  font-size: 11.5px;
  text-align: center;
}
.menuIndex .work-today-header {
  color: #ffffff;
  background-image: url("../img/work-today-header-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 192px;
  height: 48px;
  padding-top: 9px;
  font-weight: bold;
  text-align: center;
}
.menuIndex .work-data-header {
  color: #ffffff;
  background-image: url("../img/work-today-header-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 192px;
  height: 48px;
  padding-top: 9px;
  font-weight: bold;
  text-align: center;
}
.menuIndex .work-today-wrapper {
  height: 340px;
  position: relative;
  top: -5px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 38px 18px;
  background: #fdfdf0;
  margin-bottom: 30px;
}
.menuIndex .work-today-wrapper .work-today-content {
  background-image: url("../img/profile-content-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.menuIndex .work-today-wrapper .work-today-content .row {
  margin-top: 45px;
}
.menuIndex .work-today-wrapper .work-today-content .btn-work-today {
  width: 391px;
  height: 44px;
  background-image: url("../img/work-today-btn.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.menuIndex .work-today-wrapper .work-today-content__item {
  padding: 0 75px;
}
.menuIndex .work-today-wrapper .work-today-content__item .block {
  background-image: url("../img/rank-item-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 0;
}
.menuIndex .work-today-wrapper .work-today-content__item .block .element {
  position: relative;
  bottom: 25px;
}
.menuIndex .work-today-wrapper .work-today-content__item .block span.title {
  padding: 28px 58px;
  background-image: url("../img/rank-item-header-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 34px;
}
@media only screen and (max-width: 1250px) {
  .menuIndex .work-today-wrapper .work-today-content__item .block span.title {
    padding: 10px 6px;
  }
}
@media only screen and (max-width: 600px) {
  .menuIndex .work-today-wrapper .work-today-content__item .block span.title {
    padding: 6px 10px;
  }
}
.menuIndex .work-today-wrapper .work-today-content__item .outstanding_value {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 1070px) {
  .menuIndex .work-today-wrapper .work-today-content__item {
    padding: 0 20px;
  }
}
.menuIndex .work-today-wrapper .footer-button {
  margin-bottom: 10px;
}
.menuIndex .work-data-wrapper {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 38px 18px;
  background: #fdfdf0;
  margin-bottom: 30px;
  height: auto;
  position: relative;
  top: -5px;
}
.menuIndex .work-data-wrapper .work-data .month-point {
  padding: 22px 124px;
  min-width: 647px;
  background-image: url("../img/rank-item-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #ffffff;
}
.menuIndex .work-data-wrapper .work-data .previous-month-point {
  margin-bottom: 37px;
}
@media only screen and (max-width: 1000px) {
  .menuIndex .work-data-wrapper .work-data .month-point {
    padding: 18px 60px;
    min-width: 200px;
    text-align: center;
  }
}
.menuIndex .work-data-wrapper .work-data .email-month {
  padding: 22px 124px;
  min-width: 647px;
  background-image: url("../img/rank-item-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 1000px) {
  .menuIndex .work-data-wrapper .work-data .email-month {
    padding: 18px 60px;
    min-width: 200px;
    text-align: center;
  }
}
.menuIndex .work-data-wrapper .work-data .tooltip-item {
  position: relative;
  bottom: 23px;
  left: -5px;
  cursor: pointer;
  z-index: 1000;
}
.menuIndex .work-data-wrapper .work-data__item:first-child {
  padding-left: 33px;
}
.menuIndex .work-data-wrapper .work-data__item:last-child {
  padding-right: 33px;
}
@media only screen and (max-width: 600px) {
  .menuIndex .work-data-wrapper .work-data__item:first-child {
    padding-left: 0;
  }
  .menuIndex .work-data-wrapper .work-data__item:last-child {
    padding-right: 0;
  }
}
.menuIndex .work-data-wrapper .work-data__item .block {
  background-image: url("../img/rank-item-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 10px 0;
  width: 308px;
}
@media only screen and (max-width: 960px) {
  .menuIndex .work-data-wrapper .work-data__item .block {
    width: 190px;
  }
}
@media only screen and (max-width: 600px) {
  .menuIndex .work-data-wrapper .work-data__item .block {
    width: 160px;
  }
}
.menuIndex .work-data-wrapper .work-data__item .outstanding_value {
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .menuIndex .work-data-wrapper .work-data__item .outstanding_value {
    font-size: 22px;
  }
}
.menuIndex .work-data-wrapper .work-data__component {
  background-image: url("../img/profile-content-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 20px 0;
  font-size: 20px;
}
.menuIndex .work-data-wrapper .work-data__component.second {
  font-weight: bold;
  color: #494545;
  font-size: 23px;
}
.menuIndex .work-data-wrapper .work-data .month-point-value {
  display: inline-block;
}
.menuIndex .rank-info-wrapper {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 38px 18px;
  background: #fdfdf0;
  margin-bottom: 30px;
  height: auto;
  position: relative;
  top: -5px;
}
.menuIndex .rank-info-wrapper .rank-title {
  position: relative;
  bottom: 42px;
}
.menuIndex .rank-info-wrapper .rank-content {
  background-image: url("../img/profile-content-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.menuIndex .rank-info-wrapper .rank-content .tooltip-item {
  position: relative;
  bottom: 29px;
  left: -8px;
  cursor: pointer;
  z-index: 1000;
}
.menuIndex .rank-info-wrapper .rank-content__item {
  padding: 0 75px;
}
.menuIndex .rank-info-wrapper .rank-content__item .block {
  background-image: url("../img/rank-item-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 0;
}
.menuIndex .rank-info-wrapper .rank-content__item .block .element {
  position: relative;
  bottom: 25px;
}
.menuIndex .rank-info-wrapper .rank-content__item .block span.title {
  padding: 28px 58px;
  background-image: url("../img/rank-item-header-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 34px;
}
@media only screen and (max-width: 1250px) {
  .menuIndex .rank-info-wrapper .rank-content__item .block span.title {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .menuIndex .rank-info-wrapper .rank-content__item .block span.title {
    padding: 6px 10px;
  }
}
.menuIndex .rank-info-wrapper .rank-content__item .outstanding_value {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 1070px) {
  .menuIndex .rank-info-wrapper .rank-content__item {
    padding: 0 20px;
  }
}
.menuIndex .rank-info-wrapper .footer-button a {
  background-image: url("../img/rank-info-btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 391px;
  height: 44px;
  margin-bottom: 47px;
}
.menuIndex .ranking-modal {
  position: absolute;
  border: none;
  width: 900px;
  height: 800px;
}
@media only screen and (max-width: 1000px) {
  .menuIndex .ranking-modal {
    width: 700px;
    height: 650px;
  }
}
@media only screen and (max-height: 900px) {
  .menuIndex .ranking-modal {
    width: 800px;
    height: 700px;
  }
}
@media only screen and (max-height: 720px) {
  .menuIndex .ranking-modal {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (max-width: 600px) {
  .menuIndex .ranking-modal {
    width: 350px;
    height: 550px;
  }
}
.menuIndex .user-ranking-data {
  margin-right: 0;
  margin-left: 60px;
  width: 80%;
}
.menuIndex .user-rank-info {
  margin-right: 0;
  margin-left: 60px;
  width: 80%;
}
@media only screen and (max-width: 1250px) {
  .menuIndex .ipad-only {
    display: block;
  }
  .menuIndex .pc-only {
    display: none;
  }
  .menuIndex .user-data-info {
    margin-left: 20px;
  }
  .menuIndex .user-data-info__message-data {
    padding: 2px 0 !important;
  }
}

.profile-container {
  display: flex;
  margin-bottom: 20px;
}

.avatar-link-container {
  position: relative;
}

.rank-images {
  width: 45px;
  position: absolute;
  right: 0px;
  top: 60px;
}

.avatar-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 15px;
}

.profile-link-container {
  margin-top: 8px;
  margin-left: 8px;
}

.profile-detail-link,
.edit-profile-link {
  color: #12c5ff;
  font-weight: 600;
  font-size: 15px;
}

.user-name {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  gap: 54px;
}

.wrapper-star {
  display: flex;
  margin-top: -5px;
}

.star img {
  width: 30px;
}

.gray-star img {
  width: 28px;
}

.points-section {
  display: flex;
  gap: 87px;
}

.points-label {
  font-size: 15px;
  margin-left: 2px;
  font-weight: bold;
}

.points-value {
  font-weight: bold;
  font-size: 18px;
  margin-top: -3px;
}

.action-buttons {
  display: flex;
  margin-top: 4px;
  gap: 70px;
}

.edit-profile-link-container {
  margin-top: 1px;
}

.appeal-label {
  font-size: 17px;
  font-weight: bold;
}

.appeal-input-group {
  display: flex;
  gap: 12px;
}

.appeal-input {
  border: solid 2px #80868C !important;
  border-radius: 5px !important;
}

.edit-button {
  border: solid 2px #80868C !important;
  border-radius: 5px !important;
  padding: 10px 70px !important;
  background: #fff !important;
  flex-shrink: 0;
}

.appeal-input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input-container {
  flex-grow: 1;
}

.appeal-input {
  width: 100%;
  box-sizing: border-box;
  /* パディングを含めたサイズ調整 */
}

.last-update,
.current-month-placeholder {
  color: #7B7A7A;
}

.daily-stats {
  background: #ffffff;
  color: #000000;
  padding: 20px 40px 20px 40px;
  font-weight: bold;
  border-radius: 13px;
  margin-bottom: 35px;
  box-shadow: 2px 3px 9px #9b9b9b;
  border-radius: 8px;
  font-size: 17px;
}

.daily-points {
  margin-bottom: 15px;
}

.free-messages-stats {
  margin-bottom: 25px;
}

.daily-points-value,
.current-month-points {
  font-size: 30px;
}

.daily-points-value {
  margin-top: -10px;
}

.free-messages-value,
.paid-messages-value,
.previous-month-points {
  font-size: 19px;
}

.visit-message-action {
  text-align: center;
}

.visit-message {
  padding: 8px 80px;
  color: black;
  background: #fff;
  border-radius: 50px;
}

.points-box {
  display: flex;
  justify-content: space-between;
}

.monthly-stats {
  background: #ffffff;
  padding: 20px 40px 25px 40px;
  border-radius: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 17px;
}

.current-month-label,
.previous-month-label {
  font-weight: 500;
}

.current-month-stats,
.previous-month-stats {
  display: flex;
  justify-content: space-between;
}

.current-month-stats {
  margin-bottom: 20px;
}

.previous-month-stats {
  margin-bottom: 40px;
}

.comparison-stats {
  text-align: center;
}

.comparison-text {
  padding: 7px 22vw;
  background: #eeeeee;
}

.ranking-info {
  font-size: 17px;
}

.ranking-title {
  font-weight: bold;
}

.ranking-details {
  gap: 10vw;
  display: flex;
  background: #ffffff;
  padding: 20px 40px 25px 40px;
  margin-bottom: 35px;
  justify-content: center;
  box-shadow: 2px 3px 9px #9b9b9b;
  border-radius: 8px;
}

.ranking-item {
  text-align: center;
}

.ranking-status {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

.ranking-type,
.ranking-date {
  font-weight: bold;
  margin-bottom: 10px;
  color: #727171;
}

.icon-item {
  position: relative;
}

.icon-text {
  position: absolute;
  top: 60px;
  left: 13px;
}

.icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 40px;
}

.icon-image {
  height: auto;
  width: 122px;
}

.mission-link-container,
.mission-item {
  position: relative;
}

.unachieved-ms-badge,
.noreceived-ms-badge {
  position: absolute;
  top: -12px;
  right: -13px;
  font-size: 17px;
  text-align: center;
  color: white;
  width: 25px;
  height: 25px;
  background: red;
  border-radius: 100px;
}

.noreceived-ms-badge {
  background: rgb(27, 196, 161);
  top: 14px;
}

.unachieved-ms-badge-menu,
.noreceived-ms-badge-menu {
  position: absolute;
  top: 7px;
  right: 23px;
  font-size: 18px;
  text-align: center;
  color: white;
  width: 27px;
  height: 27px;
  background: red;
  border-radius: 100px;
}

.noreceived-ms-badge-menu {
  background: rgb(27, 196, 161);
  top: 34px;
}

.ranking-info .list-post {
  padding: 0px 0px !important;
}

.ranking-info .updated-about-me-time {
  padding: 25px 0 10px 0 !important;
}

.ranking-info .btn-custom {
  margin-bottom: -16px !important;
  color: #777777;
  padding: 8px 25px 5px 25px;
  border-radius: 50px;
  border: solid 1px #777777;
}

.ranking-info .btn-message {
  max-width: 245px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 600;
  color: #eb4f83;
  text-decoration: none !important;
  padding: 12px 15px;
  border: solid 1px #eb4f83;
  border-radius: 50px !important;
}

.ranking-info .btn-message img {
  margin-right: 3px !important;
}

.ranking-info .item {
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

.ranking-info .item__footer {
  padding-top: 20px !important;
}

.ranking-info a:hover,
.visit-message-action a:hover {
  text-decoration: none;
}

.view-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  margin-bottom: -28px;
}

.view-more a {
  color: #12c5ff;
  font-weight: 600;
  font-size: 15px;
}

.recently-replied-user-list .item {
  margin-bottom: 24px !important;
}

.recently-replied-user-list .list-post {
  padding-top: 24px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.recently-replied-user-list .main-header {
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  border-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  border-image-slice: 1;
}

@media only screen and (max-width: 1320px) {
  .comparison-text {
    padding: 7px 12vw;
  }
  .ranking-details {
    gap: 6vw;
  }
}
@media only screen and (max-width: 1000px) {
  .ranking-info .item {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 40px !important;
  }
  .view-more {
    display: flex;
    justify-content: flex-end;
    margin-top: -35px;
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 650px) {
  .edit-button {
    padding: 10px 20px !important;
  }
  .user-name {
    font-size: 20px;
  }
  .points-section {
    gap: 24px;
  }
  .action-buttons {
    gap: 14px;
  }
  .mission-button {
    width: 100px;
  }
  .profile-detail-link,
  .edit-profile-link {
    font-size: 14px;
  }
  .daily-stats,
  .monthly-stats {
    padding: 20px 15px 30px 15px;
  }
  .visit-message {
    padding: 8px 60px;
  }
  .paid-messages-stats {
    margin-bottom: 30px;
  }
  .monthly-stats {
    font-size: 15px;
  }
  .daily-points-value,
  .current-month-points {
    font-size: 24px;
  }
  .comparison-text {
    padding: 7px 3vw;
  }
  .ranking-status {
    font-size: 20px;
  }
  .ranking-details {
    gap: 1vw;
    padding: 20px 10px 25px 10px;
  }
  .ranking-info {
    font-size: 13px;
  }
  .icon-image {
    height: auto;
    width: 102px;
  }
  .unachieved-ms-badge-menu,
  .noreceived-ms-badge-menu {
    position: absolute;
    top: 3px;
    right: 19px;
    font-size: 17px;
    width: 25px;
    height: 25px;
  }
  .noreceived-ms-badge-menu {
    top: 28px;
  }
}
.helpIndex .help {
  color: #777777;
}
.helpIndex .form-search {
  position: relative;
  border: 1px solid #DFDFDF;
  border-radius: 30px;
  height: 48px;
  line-height: 48px;
}
.helpIndex .form-search input[type=search] {
  border: none;
  outline: none;
  background: transparent;
  padding-left: 16px;
  width: 80%;
  color: #777777;
  caret-color: rgb(171, 80, 235);
}
.helpIndex .form-search .btn-search {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0px 32px;
  background: rgb(171, 80, 235);
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: bold;
}
.helpIndex .row-noti {
  color: #777777;
  background: rgba(242, 100, 100, 0.1);
  border-radius: 8px;
  padding: 16px;
  margin: 24px 0px;
}
.helpIndex .list-faq .list-faq-title {
  font-weight: bold;
  color: rgb(171, 80, 235);
  margin-bottom: 24px;
}
.helpIndex .list-faq .list-faq-title:first-child {
  margin-top: 36px;
}
.helpIndex .list-faq .list-faq-title:last-child {
  margin-bottom: 10px;
}
.helpIndex .list-faq .list-faq-link {
  margin-bottom: 20px;
}
.helpIndex .list-faq .list-faq-item {
  display: block;
  text-decoration: none;
  color: #777777;
  margin-bottom: 20px;
  white-space: pre-wrap;
}
.helpIndex .list-faq .list-faq-item img {
  padding-right: 16px;
}
.helpIndex .list-faq .list-faq-detail {
  padding: 24px 0px;
}
.helpIndex .list-faq__footer-link {
  margin-bottom: 20px;
}
.helpIndex .list-faq__footer-link a {
  font-weight: bold;
  text-decoration: none;
  color: rgb(171, 80, 235);
  margin-bottom: 10px;
}
.helpIndex .list-faq__footer-title {
  color: rgb(171, 80, 235);
}
.helpIndex .content .text-link {
  display: inline-block;
  text-decoration: none;
  color: rgb(171, 80, 235);
}

.helpDetail .help {
  color: #777777;
}
.helpDetail .list-faq .list-faq-tit {
  font-weight: bold;
  padding-top: 24px;
  color: #333333;
  white-space: pre-wrap;
}
.helpDetail .list-faq .list-faq-title {
  font-weight: bold;
  color: rgb(171, 80, 235);
  margin-bottom: 24px;
}
.helpDetail .list-faq .list-faq-title:first-child {
  margin-top: 36px;
}
.helpDetail .list-faq .list-faq-item {
  display: block;
  text-decoration: none;
  color: #777777;
  margin-bottom: 20px;
}
.helpDetail .list-faq .list-faq-item img {
  padding-right: 16px;
}
.helpDetail .list-faq .list-faq-detail {
  padding: 24px 0px;
  white-space: pre-wrap;
}
.helpDetail .list-faq__footer-link {
  margin-bottom: 20px;
}
.helpDetail .list-faq__footer-link a {
  font-weight: bold;
  text-decoration: none;
  color: rgb(171, 80, 235);
  margin-bottom: 10px;
}
.helpDetail .list-faq__footer-title {
  color: rgb(171, 80, 235);
}
.helpDetail .content .text-link {
  display: inline-block;
  text-decoration: none;
  color: rgb(171, 80, 235);
}
.helpDetail .content .box-bar .box-title {
  color: rgb(171, 80, 235);
}

.accountSetting .content .btn,
.settingIndex .content .btn,
.termIndex .content .btn,
.privacyIndex .content .btn {
  border: 1px solid transparent;
}
.accountSetting .content .btn-primary,
.settingIndex .content .btn-primary,
.termIndex .content .btn-primary,
.privacyIndex .content .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}
.accountSetting .content .box-outer,
.accountSetting .content .box,
.settingIndex .content .box-outer,
.settingIndex .content .box,
.termIndex .content .box-outer,
.termIndex .content .box,
.privacyIndex .content .box-outer,
.privacyIndex .content .box {
  width: 760px;
  margin: 0 auto;
}
.accountSetting .content .box,
.settingIndex .content .box,
.termIndex .content .box,
.privacyIndex .content .box {
  min-height: 300px;
}
.accountSetting .content .box-inner,
.settingIndex .content .box-inner,
.termIndex .content .box-inner,
.privacyIndex .content .box-inner {
  padding: 24px;
  background: #1b1d20;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 0;
}
.accountSetting .content .box-inner .box-bar,
.settingIndex .content .box-inner .box-bar,
.termIndex .content .box-inner .box-bar,
.privacyIndex .content .box-inner .box-bar {
  padding: 18px 24px;
}
.accountSetting .content .box-inner .box-bar img,
.settingIndex .content .box-inner .box-bar img,
.termIndex .content .box-inner .box-bar img,
.privacyIndex .content .box-inner .box-bar img {
  padding-right: 16px;
}
.accountSetting .content .box-inner .box-title,
.settingIndex .content .box-inner .box-title,
.termIndex .content .box-inner .box-title,
.privacyIndex .content .box-inner .box-title {
  color: #fff;
  font-weight: bold;
}
.accountSetting .content .box-inner .box-title-lg,
.settingIndex .content .box-inner .box-title-lg,
.termIndex .content .box-inner .box-title-lg,
.privacyIndex .content .box-inner .box-title-lg {
  font-size: 24px;
  color: rgb(171, 80, 235);
  font-weight: bold;
}
.accountSetting .content .box-inner .box-border,
.settingIndex .content .box-inner .box-border,
.termIndex .content .box-inner .box-border,
.privacyIndex .content .box-inner .box-border {
  border-bottom: 1px solid #dfdfdf;
}
.accountSetting .content .box-inner.privacy-inner, .accountSetting .content .box-inner.term-inner,
.settingIndex .content .box-inner.privacy-inner,
.settingIndex .content .box-inner.term-inner,
.termIndex .content .box-inner.privacy-inner,
.termIndex .content .box-inner.term-inner,
.privacyIndex .content .box-inner.privacy-inner,
.privacyIndex .content .box-inner.term-inner {
  background: #FFFFFF;
  padding: 24px;
}
.accountSetting .content .box-inner.privacy-inner .box-title, .accountSetting .content .box-inner.term-inner .box-title,
.settingIndex .content .box-inner.privacy-inner .box-title,
.settingIndex .content .box-inner.term-inner .box-title,
.termIndex .content .box-inner.privacy-inner .box-title,
.termIndex .content .box-inner.term-inner .box-title,
.privacyIndex .content .box-inner.privacy-inner .box-title,
.privacyIndex .content .box-inner.term-inner .box-title {
  color: #333333;
  font-weight: bold;
}
.accountSetting .content .flex-between-centered,
.settingIndex .content .flex-between-centered,
.termIndex .content .flex-between-centered,
.privacyIndex .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.accountSetting .content .flex-between-centered:nth-child(2),
.settingIndex .content .flex-between-centered:nth-child(2),
.termIndex .content .flex-between-centered:nth-child(2),
.privacyIndex .content .flex-between-centered:nth-child(2) {
  margin-bottom: 32px;
}
.accountSetting .content .flex-between-centered input.error-validated,
.settingIndex .content .flex-between-centered input.error-validated,
.termIndex .content .flex-between-centered input.error-validated,
.privacyIndex .content .flex-between-centered input.error-validated {
  border: 1px solid rgb(171, 80, 235) !important;
}
.accountSetting .content .flex-between-centered div.error-validated,
.settingIndex .content .flex-between-centered div.error-validated,
.termIndex .content .flex-between-centered div.error-validated,
.privacyIndex .content .flex-between-centered div.error-validated {
  border: none;
  position: absolute;
  top: -40px;
  right: 0;
  padding: 0 20px;
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  background: #F26464;
  box-shadow: 0px 4px 10px rgba(235, 79, 131, 0.15);
  border-radius: 5px;
}
.accountSetting .content .flex-between-centered div.error-validated:after,
.settingIndex .content .flex-between-centered div.error-validated:after,
.termIndex .content .flex-between-centered div.error-validated:after,
.privacyIndex .content .flex-between-centered div.error-validated:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #F26464;
  margin-left: 45px;
  position: absolute;
  left: 20px;
}
.accountSetting .content .setting .box-text,
.settingIndex .content .setting .box-text,
.termIndex .content .setting .box-text,
.privacyIndex .content .setting .box-text {
  padding: 48px 20px 20px;
  color: #fff;
}
.accountSetting .content .setting .setting-box .top-bar,
.settingIndex .content .setting .setting-box .top-bar,
.termIndex .content .setting .setting-box .top-bar,
.privacyIndex .content .setting .setting-box .top-bar {
  font-weight: bold;
}
.accountSetting .content .setting .setting-box .top-bar img,
.settingIndex .content .setting .setting-box .top-bar img,
.termIndex .content .setting .setting-box .top-bar img,
.privacyIndex .content .setting .setting-box .top-bar img {
  padding-right: 16px;
}
.accountSetting .content .setting .setting-box__title,
.settingIndex .content .setting .setting-box__title,
.termIndex .content .setting .setting-box__title,
.privacyIndex .content .setting .setting-box__title {
  font-weight: bold;
  margin: 36px 0px 30px;
  margin: 0;
  color: #EAEAEA;
  padding: 18px 24px;
  background: #333;
}
.accountSetting .content .setting .setting-box__title:first-child,
.settingIndex .content .setting .setting-box__title:first-child,
.termIndex .content .setting .setting-box__title:first-child,
.privacyIndex .content .setting .setting-box__title:first-child {
  margin-top: 0;
}
.accountSetting .content .setting .setting-box__item,
.settingIndex .content .setting .setting-box__item,
.termIndex .content .setting .setting-box__item,
.privacyIndex .content .setting .setting-box__item {
  padding: 18px 24px;
  color: #ddd;
  border-bottom: 1px solid #DFDFDF;
  border-bottom: 2px solid #333;
}
.accountSetting .content .setting .setting-box__item h5,
.settingIndex .content .setting .setting-box__item h5,
.termIndex .content .setting .setting-box__item h5,
.privacyIndex .content .setting .setting-box__item h5 {
  color: #a7a7a7;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
.accountSetting .content .setting .setting-box__item a,
.settingIndex .content .setting .setting-box__item a,
.termIndex .content .setting .setting-box__item a,
.privacyIndex .content .setting .setting-box__item a {
  text-decoration: none;
}
.accountSetting .content .setting .setting-box p,
.settingIndex .content .setting .setting-box p,
.termIndex .content .setting .setting-box p,
.privacyIndex .content .setting .setting-box p {
  padding: 40px 24px;
  color: #777777;
  margin: 0;
}
.accountSetting .content .setting .setting-box .wrapper-content,
.settingIndex .content .setting .setting-box .wrapper-content,
.termIndex .content .setting .setting-box .wrapper-content,
.privacyIndex .content .setting .setting-box .wrapper-content {
  background-color: #292B2D;
  padding-bottom: 20px;
  margin: 0 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.accountSetting .content .setting .setting-box .wrapper-content .title,
.settingIndex .content .setting .setting-box .wrapper-content .title,
.termIndex .content .setting .setting-box .wrapper-content .title,
.privacyIndex .content .setting .setting-box .wrapper-content .title {
  font-weight: bold;
  margin: 0;
  color: #EAEAEA;
  font-size: 14px;
  padding: 18px 24px;
}
.accountSetting .content .setting .setting-box .wrapper-content label,
.settingIndex .content .setting .setting-box .wrapper-content label,
.termIndex .content .setting .setting-box .wrapper-content label,
.privacyIndex .content .setting .setting-box .wrapper-content label {
  color: #EAEAEA;
  padding: 0 24px;
  font-size: 14px;
  margin: 0;
}
.accountSetting .content .setting .setting-box .wrapper-content .field,
.settingIndex .content .setting .setting-box .wrapper-content .field,
.termIndex .content .setting .setting-box .wrapper-content .field,
.privacyIndex .content .setting .setting-box .wrapper-content .field {
  background-color: #E1E1E1;
  margin: 0 24px;
  padding: 10px;
  border-radius: 7px;
}
.accountSetting .content .setting .setting-box .wrapper-content .field .text,
.settingIndex .content .setting .setting-box .wrapper-content .field .text,
.termIndex .content .setting .setting-box .wrapper-content .field .text,
.privacyIndex .content .setting .setting-box .wrapper-content .field .text {
  padding: 0;
  color: #231815;
  font-weight: 500;
}
.accountSetting .content .setting .setting-box .wrapper-content .wrapper-link,
.settingIndex .content .setting .setting-box .wrapper-content .wrapper-link,
.termIndex .content .setting .setting-box .wrapper-content .wrapper-link,
.privacyIndex .content .setting .setting-box .wrapper-content .wrapper-link {
  margin: 0 24px;
}
.accountSetting .content .setting .setting-box .wrapper-content .wrapper-link a,
.settingIndex .content .setting .setting-box .wrapper-content .wrapper-link a,
.termIndex .content .setting .setting-box .wrapper-content .wrapper-link a,
.privacyIndex .content .setting .setting-box .wrapper-content .wrapper-link a {
  font-size: 12px;
  color: #DDD;
  text-decoration: underline;
}
.accountSetting .content .setting .setting-box input,
.settingIndex .content .setting .setting-box input,
.termIndex .content .setting .setting-box input,
.privacyIndex .content .setting .setting-box input {
  width: 50%;
  border: none;
  outline: none;
  text-align: right;
  background: transparent;
  width: 80%;
}
.accountSetting .content .setting .setting-box input.input-num-count,
.settingIndex .content .setting .setting-box input.input-num-count,
.termIndex .content .setting .setting-box input.input-num-count,
.privacyIndex .content .setting .setting-box input.input-num-count {
  width: 70%;
}
.accountSetting .content .setting .setting-box input::-moz-placeholder, .settingIndex .content .setting .setting-box input::-moz-placeholder, .termIndex .content .setting .setting-box input::-moz-placeholder, .privacyIndex .content .setting .setting-box input::-moz-placeholder {
  color: #ACACAC;
}
.accountSetting .content .setting .setting-box input::placeholder,
.settingIndex .content .setting .setting-box input::placeholder,
.termIndex .content .setting .setting-box input::placeholder,
.privacyIndex .content .setting .setting-box input::placeholder {
  color: #ACACAC;
}
.accountSetting .content .setting a,
.settingIndex .content .setting a,
.termIndex .content .setting a,
.privacyIndex .content .setting a {
  text-decoration: none;
  color: #777777;
}
.accountSetting .content .setting .setting-button,
.settingIndex .content .setting .setting-button,
.termIndex .content .setting .setting-button,
.privacyIndex .content .setting .setting-button {
  text-align: center;
  padding-top: 24px;
}
.accountSetting .content .setting .setting-button button,
.settingIndex .content .setting .setting-button button,
.termIndex .content .setting .setting-button button,
.privacyIndex .content .setting .setting-button button {
  color: #FFFFFF;
  background: rgb(171, 80, 235);
  border-radius: 30px;
  width: 380px;
  height: 48px;
}
.accountSetting .content .setting .fs-12,
.settingIndex .content .setting .fs-12,
.termIndex .content .setting .fs-12,
.privacyIndex .content .setting .fs-12 {
  font-size: 12px;
}
.accountSetting .content .setting iframe,
.settingIndex .content .setting iframe,
.termIndex .content .setting iframe,
.privacyIndex .content .setting iframe {
  width: 100%;
  height: 383px;
  border: none;
  margin-bottom: 36px;
}
.accountSetting .content .setting .line,
.settingIndex .content .setting .line,
.termIndex .content .setting .line,
.privacyIndex .content .setting .line {
  background: #DFDFDF;
  text-align: center;
  font-weight: bold;
  padding: 12px 0px;
  margin-bottom: 16px;
  margin-top: 36px;
}
.accountSetting .content .setting .box-title-lg,
.settingIndex .content .setting .box-title-lg,
.termIndex .content .setting .box-title-lg,
.privacyIndex .content .setting .box-title-lg {
  padding-top: 8px;
}
.accountSetting .content .setting .post-detail,
.settingIndex .content .setting .post-detail,
.termIndex .content .setting .post-detail,
.privacyIndex .content .setting .post-detail {
  padding: 16px;
  color: #777777;
}

@media only screen and (max-width: 768px) {
  .accountSetting .content .box-outer,
  .accountSetting .content .box {
    width: 100%;
  }
  .accountSetting .content .setting-box {
    font-size: 14px;
  }
  .accountSetting .content .setting-box__item h5 {
    font-size: 14px;
    width: 100%;
  }
}
.container-change-info {
  min-height: 100vh;
}
.container-change-info .wrapper-form {
  background-color: #292B2D;
  max-width: 650px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 20px 40px;
  margin-top: 30px;
}
.container-change-info .wrapper-form .title {
  font-weight: bold;
  margin: 0;
  color: #EAEAEA;
  font-size: 14px;
  padding-bottom: 10px;
}
.container-change-info .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-change-info .form form {
  width: 100%;
}
.container-change-info .form form .field {
  padding: 9px;
  border-radius: 7px;
  outline: none;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.container-change-info .form .button {
  background-color: #008D3A;
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
  padding: 10px 50px;
  margin-top: 20px;
}
.container-change-info .modal-content {
  background-color: #333333;
  color: #fff;
  text-align: center;
}
.container-change-info .modal-body {
  padding: 1rem 5rem;
}
.container-change-info .modal-footer {
  border: none;
  justify-content: center;
}
.container-change-info .modal-footer .btn {
  background-color: #d1d1d1;
  color: #3e3a39;
  border-radius: 100px;
  min-width: 150px;
  font-weight: 600;
}

.accountCheckCmt .modal {
  width: 450px;
  margin-left: -240px;
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 !important;
}
.accountCheckCmt .modal .popup-header {
  background: #EDEDED;
  padding: 20px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #333333;
}
.accountCheckCmt .modal .popup-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 32px;
  align-items: center;
  color: #777777;
}
.accountCheckCmt #confirm_submit_cmt {
  height: 240px;
  margin-top: -120px;
}
.accountCheckCmt #confirm_submit_cmt .popup-body {
  text-align: center;
}
.accountCheckCmt #confirm_submit_cmt .popup-footer {
  text-align: center;
}
.accountCheckCmt #confirm_submit_cmt .popup-footer .btn-confirm-cmt {
  background: rgb(171, 80, 235);
  border-radius: 23px;
  align-items: center;
  text-align: center;
  width: 90%;
  padding: 5px 0;
  border: none;
  color: #FFFFFF;
}
.accountCheckCmt #confirm_submit_cmt .popup-footer .btn-confirm-cmt-cancel {
  background: #FFFFFF;
  border-radius: 23px;
  color: #777777;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  width: 90%;
  padding: 5px 0;
  border: 1px solid #777777;
  margin-top: 16px;
}
.accountCheckCmt #submit_cmt_failed {
  height: 276px;
  margin-top: -138px;
}
.accountCheckCmt #submit_cmt_failed .popup-footer {
  text-align: center;
}
.accountCheckCmt #submit_cmt_failed .popup-footer .btn-cmt-failed {
  padding: 5px 0;
  background: rgb(171, 80, 235);
  border-radius: 23px;
  width: 90%;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
.accountCheckCmt #submit_cmt_success,
.accountCheckCmt #deny_id_card_message {
  height: 300px;
  margin-top: -128px;
}
.accountCheckCmt #submit_cmt_success .popup-footer,
.accountCheckCmt #deny_id_card_message .popup-footer {
  text-align: center;
  padding-bottom: 5px;
}
.accountCheckCmt #submit_cmt_success .popup-footer .btn-cmt-success,
.accountCheckCmt #deny_id_card_message .popup-footer .btn-cmt-success {
  padding: 5px 0;
  background: rgb(171, 80, 235);
  border-radius: 23px;
  width: 90%;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
.accountCheckCmt #submit_cmt_pending {
  height: 340px;
  margin-top: -170px;
}
.accountCheckCmt #submit_cmt_pending .popup-footer {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
}
.accountCheckCmt #submit_cmt_pending .popup-footer a {
  color: rgb(171, 80, 235);
  padding: 38px 0;
}
.accountCheckCmt #submit_cmt_pending .popup-footer .button-back {
  padding: 10px 65px;
  background: rgb(171, 80, 235);
  border-radius: 23px;
  color: white;
  font-weight: bold;
  border: none;
}
.accountCheckCmt .content .error {
  color: #ff0000;
}
.accountCheckCmt .content .box-outer {
  width: auto;
  max-width: 760px;
}
.accountCheckCmt .content .main-header {
  padding: 0;
  display: block;
}
.accountCheckCmt .check-cmt-box {
  height: 560px;
  background: #F2F2F2;
  border-radius: 8px;
  padding: 30px;
  overflow: auto;
}
.accountCheckCmt .check-cmt-box .example-text {
  padding: 0;
  margin: 0;
}
.accountCheckCmt .text-noti {
  margin-bottom: 20px;
}
.accountCheckCmt .text-bold {
  font-weight: bold;
}
.accountCheckCmt .col-wrapper {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px 80px 40px;
  margin-bottom: 24px;
}
.accountCheckCmt .col-tit {
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.accountCheckCmt .col-form {
  border-radius: 8px;
  min-height: 250px;
  text-align: center;
  padding: 36px;
}
.accountCheckCmt .col-form.form1 {
  border: 3px dashed rgb(171, 80, 235);
  margin-bottom: 24px;
}
.accountCheckCmt .col-form.form2 {
  border: 3px dashed #005248;
  margin-bottom: 32px;
}
.accountCheckCmt .col-form.form1 .inputfile + label {
  background: rgb(171, 80, 235);
}
.accountCheckCmt .col-form.form2 .inputfile + label {
  background: #005248;
}
.accountCheckCmt .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.accountCheckCmt .inputfile + label {
  width: 260px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border-radius: 24px;
  color: #fff;
  font-weight: bold;
}
.accountCheckCmt .btn-form-upload .inputfile + label {
  width: 200px;
  height: 44px;
  line-height: 44px;
  color: rgb(171, 80, 235);
  border: 1px solid rgb(171, 80, 235);
  margin: 16px 0px;
}
.accountCheckCmt .btn-logout {
  width: 45%;
  height: 56px;
  border-radius: 47px;
  background: rgb(171, 80, 235);
  font-weight: bold;
  margin-top: 40px;
  color: white;
}
.accountCheckCmt .btn-logout.active {
  background: rgb(171, 80, 235);
  color: #fff;
}
.accountCheckCmt .btn-apply {
  width: 45%;
  height: 56px;
  background: #DFDFDF;
  border-radius: 47px;
  color: #777777;
  font-weight: bold;
  margin-top: 40px;
}
.accountCheckCmt .btn-apply.active {
  background: rgb(171, 80, 235);
  color: #fff;
}
.accountCheckCmt .btn-apply.active:disabled {
  background: #DFDFDF;
  color: #777777;
}
.accountCheckCmt .img-uploaded {
  width: 100%;
  height: 264px;
  border-radius: 8px;
  margin: 32px 0px;
}
.accountCheckCmt .ic-arrow {
  margin: 16px 0px;
}
.accountCheckCmt .form-input-cs {
  background: transparent;
  width: 100%;
  border: 1px solid #ACACAC;
  border-radius: 8px;
  outline: none;
  height: 44px;
  line-height: 44px;
  padding: 0px 16px;
}
.accountCheckCmt p {
  color: #777777;
  padding: 24px;
  margin: 0;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0 !important;
}
.accountCheckCmt .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accountCheckCmt .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  height: 312px;
  overflow: hidden;
  position: relative;
}
.accountCheckCmt .ms-popup__header {
  background: #EDEDED;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.accountCheckCmt .ms-popup__body {
  padding: 32px;
  color: #777777;
}
.accountCheckCmt .ms-popup__footer {
  padding: 0px 50px 32px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.accountCheckCmt .ms-popup__footer button {
  font-weight: bold;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 24px;
}
.accountCheckCmt .ms-popup__footer .btn-custom1 {
  background: rgb(171, 80, 235);
  color: #ffffff;
}
.accountCheckCmt .ms-popup__footer .btn-custom2 {
  background: transparent;
  border: 1px solid #777777;
  color: #777777;
  margin-top: 16px;
}
.accountCheckCmt .mb-28 {
  margin-bottom: 28px;
}
.accountCheckCmt .form-upload {
  margin-top: 64px;
}

@media only screen and (max-width: 768px) {
  .accountCheckCmt .col-wrapper, .accountCheckCmt .col-form {
    padding: 16px;
  }
  .accountCheckCmt .inputfile + label {
    width: 100%;
  }
}
.checkAspiration .btn-submit-aspiration {
  color: white;
  background: url(../img/button-juju.png) center center no-repeat !important;
  background-size: cover !important;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 32px;
  border-radius: 8px;
  display: inline-block;
}
.checkAspiration .btn-submit-aspiration:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.checkAspiration .form-group textarea {
  width: 100%;
  padding: 5px;
}

.templateForm .form-container {
  position: relative;
}

.templateIndex .content .template-content, .templateForm .content .template-content, .fixedTemplateForm .content .template-content {
  white-space: pre;
}
.templateIndex .content .num-count-input, .templateForm .content .num-count-input, .fixedTemplateForm .content .num-count-input {
  position: absolute;
  bottom: 20px;
  right: 10px;
  display: none;
}
.templateIndex .content .num-count-textarea, .templateForm .content .num-count-textarea, .fixedTemplateForm .content .num-count-textarea {
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: none;
}
.templateIndex .content .btn, .templateForm .content .btn, .fixedTemplateForm .content .btn {
  border: 1px solid transparent;
}
.templateIndex .content .btn-primary, .templateForm .content .btn-primary, .fixedTemplateForm .content .btn-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
.templateIndex .content .btn-secondary, .templateForm .content .btn-secondary, .fixedTemplateForm .content .btn-secondary {
  background-color: #5a6268;
  border-color: #545b62;
}
.templateIndex .content .add_new_template.disabled, .templateForm .content .add_new_template.disabled, .fixedTemplateForm .content .add_new_template.disabled {
  opacity: 0.5;
  cursor: auto;
}
.templateIndex .content .box-bar, .templateForm .content .box-bar, .fixedTemplateForm .content .box-bar {
  margin-bottom: 24px;
}
.templateIndex .content .template-name, .templateForm .content .template-name, .fixedTemplateForm .content .template-name {
  cursor: pointer;
  width: 100%;
}
.templateIndex .content .flex-between-centered, .templateForm .content .flex-between-centered, .fixedTemplateForm .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.templateIndex .content .template .switch, .templateForm .content .template .switch, .fixedTemplateForm .content .template .switch {
  width: 46px;
  height: 28px;
  margin: 0;
  margin-right: 22px;
}
.templateIndex .content .template .switch .switch__toggle, .templateForm .content .template .switch .switch__toggle, .fixedTemplateForm .content .template .switch .switch__toggle {
  border: 1px solid #DFDFDF;
}
.templateIndex .content .template .switch .switch__handle, .templateForm .content .template .switch .switch__handle, .fixedTemplateForm .content .template .switch .switch__handle {
  width: 24px;
  height: 24px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  top: 1px;
}
.templateIndex .content .template .switch :checked + .switch__toggle > .switch__handle, .templateForm .content .template .switch :checked + .switch__toggle > .switch__handle, .fixedTemplateForm .content .template .switch :checked + .switch__toggle > .switch__handle {
  left: 19px;
}
.templateIndex .content .template .switch :checked + .switch__toggle, .templateForm .content .template .switch :checked + .switch__toggle, .fixedTemplateForm .content .template .switch :checked + .switch__toggle {
  background-color: #727171;
  border: 1px solid #727171;
}
.templateIndex .content .template .btn-delete, .templateForm .content .template .btn-delete, .fixedTemplateForm .content .template .btn-delete {
  padding: 0px 29px;
  border-left: 1px solid #DFDFDF;
}
.templateIndex .content .template .template-size, .templateForm .content .template .template-size, .fixedTemplateForm .content .template .template-size {
  height: 75vh;
  position: relative;
}
.templateIndex .content .template .template-list, .templateForm .content .template .template-list, .fixedTemplateForm .content .template .template-list {
  overflow: auto;
  height: 100%;
}
.templateIndex .content .template .template-list::-webkit-scrollbar, .templateForm .content .template .template-list::-webkit-scrollbar, .fixedTemplateForm .content .template .template-list::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.templateIndex .content .template .template-list::-webkit-scrollbar-thumb, .templateForm .content .template .template-list::-webkit-scrollbar-thumb, .fixedTemplateForm .content .template .template-list::-webkit-scrollbar-thumb {
  background: #DFDFDF;
  border-radius: 2px;
}
.templateIndex .content .template .template-item, .templateForm .content .template .template-item, .fixedTemplateForm .content .template .template-item {
  border-bottom: 1px solid #DFDFDF;
  padding: 20px 0px;
}
.templateIndex .content .template .template-info, .templateForm .content .template .template-info, .fixedTemplateForm .content .template .template-info {
  margin-top: 40px;
}
.templateIndex .content .template .template-info span, .templateForm .content .template .template-info span, .fixedTemplateForm .content .template .template-info span {
  color: #777777;
  padding-right: 80px;
}
.templateIndex .content .template .template-info span:last-child, .templateForm .content .template .template-info span:last-child, .fixedTemplateForm .content .template .template-info span:last-child {
  padding-right: 0;
}
.templateIndex .content .template .template-button, .templateForm .content .template .template-button, .fixedTemplateForm .content .template .template-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.templateIndex .content .template #template-collapse, .templateForm .content .template #template-collapse, .fixedTemplateForm .content .template #template-collapse {
  width: 80%;
  color: #777777;
}
.templateIndex .content .template .template-link, .templateForm .content .template .template-link, .fixedTemplateForm .content .template .template-link {
  display: flex;
}
.templateIndex .content .template .template-link a, .templateForm .content .template .template-link a, .fixedTemplateForm .content .template .template-link a {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.templateIndex .content .template .template-link a:first-child, .templateForm .content .template .template-link a:first-child, .fixedTemplateForm .content .template .template-link a:first-child {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #777777;
  border: 1px solid #777777;
  border-radius: 20px;
  margin-right: 12px;
}
.templateIndex .content .template .template-link .btn-send-message,
.templateIndex .content .template .template-link a:last-child, .templateForm .content .template .template-link .btn-send-message,
.templateForm .content .template .template-link a:last-child, .fixedTemplateForm .content .template .template-link .btn-send-message,
.fixedTemplateForm .content .template .template-link a:last-child {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #727171;
  border: 1px solid #727171;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
}
.templateIndex .content .template .template-blank, .templateForm .content .template .template-blank, .fixedTemplateForm .content .template .template-blank {
  color: #DFDFDF;
  padding-top: 28px;
}
.templateIndex .content .template input, .templateForm .content .template input, .fixedTemplateForm .content .template input {
  border: none;
  outline: none;
  margin-bottom: 24px;
  font-weight: bold;
  background: rgba(51, 51, 51, 0.05);
  width: 100%;
  padding: 16px 18px;
  border-radius: 8px;
}
.templateIndex .content .template textarea, .templateForm .content .template textarea, .fixedTemplateForm .content .template textarea {
  border: none;
  resize: none;
  outline: none;
  color: #777777;
  background: rgba(51, 51, 51, 0.05);
  line-height: 22px;
  caret-color: rgb(171, 80, 235);
  height: 200px;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
}
.templateIndex .content .template .group-button, .templateForm .content .template .group-button, .fixedTemplateForm .content .template .group-button {
  margin-top: 40px;
  text-align: center;
}
.templateIndex .content .template .btn-cancel, .templateForm .content .template .btn-cancel, .fixedTemplateForm .content .template .btn-cancel {
  color: #777777;
  border: 1px solid #777777;
  border-radius: 25px;
  width: 120px;
  padding: 10px 0px;
  margin-right: 12px;
}
.templateIndex .content .template .btn-done, .templateForm .content .template .btn-done, .fixedTemplateForm .content .template .btn-done {
  background: #777777;
  border-radius: 25px;
  color: #ffffff;
  width: 120px;
  padding: 10px 0px;
}
.templateIndex .content .switch-content-type h4, .templateForm .content .switch-content-type h4, .fixedTemplateForm .content .switch-content-type h4 {
  font-size: 20px;
}
.templateIndex .content .switch-content-type .content-type, .templateForm .content .switch-content-type .content-type, .fixedTemplateForm .content .switch-content-type .content-type {
  width: 155px;
  justify-content: space-between;
  position: relative;
}
.templateIndex .content .switch-content-type .content-type.type1, .templateForm .content .switch-content-type .content-type.type1, .fixedTemplateForm .content .switch-content-type .content-type.type1 {
  padding-bottom: 10px;
}
.templateIndex .content .switch-content-type .content-type.type1::after, .templateForm .content .switch-content-type .content-type.type1::after, .fixedTemplateForm .content .switch-content-type .content-type.type1::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #dfdfdf;
  right: 25px;
  bottom: 5px;
}
.templateIndex .content .switch-content-type .btn-sort-template, .templateIndex .content .switch-content-type .btn-save-position, .templateForm .content .switch-content-type .btn-sort-template, .templateForm .content .switch-content-type .btn-save-position, .fixedTemplateForm .content .switch-content-type .btn-sort-template, .fixedTemplateForm .content .switch-content-type .btn-save-position {
  border: 1px solid #727171;
  color: #727171;
}
.templateIndex .content .switch-content-type .btn-sort-template:focus, .templateIndex .content .switch-content-type .btn-save-position:focus, .templateForm .content .switch-content-type .btn-sort-template:focus, .templateForm .content .switch-content-type .btn-save-position:focus, .fixedTemplateForm .content .switch-content-type .btn-sort-template:focus, .fixedTemplateForm .content .switch-content-type .btn-save-position:focus {
  box-shadow: none;
}
.templateIndex .content .sorting-item, .templateForm .content .sorting-item, .fixedTemplateForm .content .sorting-item {
  padding-left: 8px !important;
  background-color: #ececec;
  border-radius: 2px;
  margin: 2px 0;
}
.templateIndex .content .drag-highlight, .templateForm .content .drag-highlight, .fixedTemplateForm .content .drag-highlight {
  height: 70px;
  background-color: rgb(171, 80, 235);
}
.templateIndex .content .fixed-template-blank, .templateForm .content .fixed-template-blank, .fixedTemplateForm .content .fixed-template-blank {
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  padding: 20px;
}

.templateForm .form-container {
  position: relative;
}

.templateIndex .content .template-content, .templateForm .content .template-content, .fixedTemplateForm .content .template-content {
  white-space: pre;
}
.templateIndex .content .num-count-input, .templateForm .content .num-count-input, .fixedTemplateForm .content .num-count-input {
  position: absolute;
  bottom: 20px;
  right: 10px;
  display: none;
}
.templateIndex .content .num-count-textarea, .templateForm .content .num-count-textarea, .fixedTemplateForm .content .num-count-textarea {
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: none;
}
.templateIndex .content .btn, .templateForm .content .btn, .fixedTemplateForm .content .btn {
  border: 1px solid transparent;
}
.templateIndex .content .btn-primary, .templateForm .content .btn-primary, .fixedTemplateForm .content .btn-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
.templateIndex .content .btn-secondary, .templateForm .content .btn-secondary, .fixedTemplateForm .content .btn-secondary {
  background-color: #5a6268;
  border-color: #545b62;
}
.templateIndex .content .add_new_template.disabled, .templateForm .content .add_new_template.disabled, .fixedTemplateForm .content .add_new_template.disabled {
  opacity: 0.5;
  cursor: auto;
}
.templateIndex .content .box-bar, .templateForm .content .box-bar, .fixedTemplateForm .content .box-bar {
  margin-bottom: 24px;
}
.templateIndex .content .template-name, .templateForm .content .template-name, .fixedTemplateForm .content .template-name {
  cursor: pointer;
  width: 100%;
}
.templateIndex .content .flex-between-centered, .templateForm .content .flex-between-centered, .fixedTemplateForm .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.templateIndex .content .template .switch, .templateForm .content .template .switch, .fixedTemplateForm .content .template .switch {
  width: 46px;
  height: 28px;
  margin: 0;
  margin-right: 22px;
}
.templateIndex .content .template .switch .switch__toggle, .templateForm .content .template .switch .switch__toggle, .fixedTemplateForm .content .template .switch .switch__toggle {
  border: 1px solid #DFDFDF;
}
.templateIndex .content .template .switch .switch__handle, .templateForm .content .template .switch .switch__handle, .fixedTemplateForm .content .template .switch .switch__handle {
  width: 24px;
  height: 24px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  top: 1px;
}
.templateIndex .content .template .switch :checked + .switch__toggle > .switch__handle, .templateForm .content .template .switch :checked + .switch__toggle > .switch__handle, .fixedTemplateForm .content .template .switch :checked + .switch__toggle > .switch__handle {
  left: 19px;
}
.templateIndex .content .template .switch :checked + .switch__toggle, .templateForm .content .template .switch :checked + .switch__toggle, .fixedTemplateForm .content .template .switch :checked + .switch__toggle {
  background-color: #727171;
  border: 1px solid #727171;
}
.templateIndex .content .template .btn-delete, .templateForm .content .template .btn-delete, .fixedTemplateForm .content .template .btn-delete {
  padding: 0px 29px;
  border-left: 1px solid #DFDFDF;
}
.templateIndex .content .template .template-size, .templateForm .content .template .template-size, .fixedTemplateForm .content .template .template-size {
  height: 75vh;
  position: relative;
}
.templateIndex .content .template .template-list, .templateForm .content .template .template-list, .fixedTemplateForm .content .template .template-list {
  overflow: auto;
  height: 100%;
}
.templateIndex .content .template .template-list::-webkit-scrollbar, .templateForm .content .template .template-list::-webkit-scrollbar, .fixedTemplateForm .content .template .template-list::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.templateIndex .content .template .template-list::-webkit-scrollbar-thumb, .templateForm .content .template .template-list::-webkit-scrollbar-thumb, .fixedTemplateForm .content .template .template-list::-webkit-scrollbar-thumb {
  background: #DFDFDF;
  border-radius: 2px;
}
.templateIndex .content .template .template-item, .templateForm .content .template .template-item, .fixedTemplateForm .content .template .template-item {
  border-bottom: 1px solid #DFDFDF;
  padding: 20px 0px;
}
.templateIndex .content .template .fixed-template-item, .templateForm .content .template .fixed-template-item, .fixedTemplateForm .content .template .fixed-template-item {
  border-bottom: 1px solid #DFDFDF;
  padding: 20px 0px;
}
.templateIndex .content .template .fixed-template-title, .templateForm .content .template .fixed-template-title, .fixedTemplateForm .content .template .fixed-template-title {
  border-bottom: 1px solid #DFDFDF;
  padding: 20px 0px;
}
.templateIndex .content .template .template-info, .templateForm .content .template .template-info, .fixedTemplateForm .content .template .template-info {
  margin-top: 40px;
}
.templateIndex .content .template .template-info span, .templateForm .content .template .template-info span, .fixedTemplateForm .content .template .template-info span {
  color: #777777;
  padding-right: 80px;
}
.templateIndex .content .template .template-info span:last-child, .templateForm .content .template .template-info span:last-child, .fixedTemplateForm .content .template .template-info span:last-child {
  padding-right: 0;
}
.templateIndex .content .template .template-button, .templateForm .content .template .template-button, .fixedTemplateForm .content .template .template-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.templateIndex .content .template #template-collapse, .templateForm .content .template #template-collapse, .fixedTemplateForm .content .template #template-collapse {
  width: 80%;
  color: #777777;
}
.templateIndex .content .template .template-link, .templateForm .content .template .template-link, .fixedTemplateForm .content .template .template-link {
  display: flex;
}
.templateIndex .content .template .template-link a, .templateForm .content .template .template-link a, .fixedTemplateForm .content .template .template-link a {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.templateIndex .content .template .template-link a:first-child, .templateForm .content .template .template-link a:first-child, .fixedTemplateForm .content .template .template-link a:first-child {
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #777777;
  border: 1px solid #777777;
  border-radius: 20px;
  margin-right: 12px;
  background-color: white;
}
.templateIndex .content .template .template-blank, .templateForm .content .template .template-blank, .fixedTemplateForm .content .template .template-blank {
  color: #DFDFDF;
  padding-top: 28px;
}
.templateIndex .content .template input, .templateForm .content .template input, .fixedTemplateForm .content .template input {
  border: none;
  outline: none;
  margin-bottom: 24px;
  font-weight: bold;
  background: rgba(51, 51, 51, 0.05);
  width: 100%;
  padding: 16px 18px;
  border-radius: 8px;
}
.templateIndex .content .template textarea, .templateForm .content .template textarea, .fixedTemplateForm .content .template textarea {
  border: none;
  resize: none;
  outline: none;
  color: #777777;
  background: rgba(51, 51, 51, 0.05);
  line-height: 22px;
  caret-color: rgb(171, 80, 235);
  height: 200px;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
}
.templateIndex .content .template .group-button, .templateForm .content .template .group-button, .fixedTemplateForm .content .template .group-button {
  margin-top: 40px;
  text-align: center;
}
.templateIndex .content .template .btn-cancel, .templateForm .content .template .btn-cancel, .fixedTemplateForm .content .template .btn-cancel {
  color: #777777;
  border: 1px solid #777777;
  border-radius: 25px;
  width: 120px;
  padding: 10px 0px;
  margin-right: 12px;
}
.templateIndex .content .template .btn-done, .templateForm .content .template .btn-done, .fixedTemplateForm .content .template .btn-done {
  background: #777777;
  border-radius: 25px;
  color: #ffffff;
  width: 120px;
  padding: 10px 0px;
}
.templateIndex .content .fixed-template-blank, .templateForm .content .fixed-template-blank, .fixedTemplateForm .content .fixed-template-blank {
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  padding: 20px;
}

.sendMultiMessages .content {
  background: #F5F5F5;
}
.sendMultiMessages .content__main {
  min-height: 100vh;
}
.sendMultiMessages .content.content-outer {
  padding-left: 276px;
}
.sendMultiMessages .content .filter-box {
  padding: 0 30px;
  display: flex;
  color: #303030;
  align-items: center;
  margin-bottom: 10px;
}
.sendMultiMessages .content .filter-box .filter-box-title {
  width: 15%;
}
.sendMultiMessages .content .filter-box .filter-box-title img {
  margin-right: 5px;
}
.sendMultiMessages .content .filter-box .sort label {
  margin-bottom: 0;
  margin-right: 5px;
}
.sendMultiMessages .content .filter-box .filter-box-users {
  width: 85%;
}
.sendMultiMessages .content .filter-box__username {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
.sendMultiMessages .content .filter-box__username .search-value {
  border: none;
  font-weight: bold;
  font-size: 16px;
  color: rgb(119, 119, 119);
  padding-right: 60px;
}
.sendMultiMessages .content .filter-box__username .search-value::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.sendMultiMessages .content .filter-box__username .search-value::placeholder {
  font-weight: normal;
  font-size: 15px;
  color: rgb(154, 154, 154);
}
.sendMultiMessages .content .filter-box__username .search-value:focus {
  box-shadow: 0 0 12px rgba(235, 79, 131, 0.4);
}
.sendMultiMessages .content .filter-box__username .search-questioner {
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
}
.sendMultiMessages .content .filter-box__username .search-questioner button {
  border-radius: 8px;
}
.sendMultiMessages .content .filter-box__username .search-questioner button img {
  width: 29px;
  height: auto;
}
.sendMultiMessages .content .filter-box .link-guide {
  align-items: center;
  display: flex;
  color: #6e6e6e;
}
.sendMultiMessages .content .filter-box .link-guide img {
  margin-left: 3px;
}
.sendMultiMessages .content .filter-box button {
  color: white;
  background-color: rgb(171, 80, 235);
  font-size: 14px;
  padding: 4px 28px;
  border-radius: 16px;
  margin-left: 30px;
}
.sendMultiMessages .content .filter-box button.disabled {
  background-color: #dfdfdf;
}
.sendMultiMessages .content .body-filter {
  position: relative;
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 3px 5px 3px 10px;
  color: #969696;
  margin: 15px 10px;
}
.sendMultiMessages .content .body-filter .title-filter {
  width: 25%;
  margin-top: 5px;
  font-size: 12px;
}
.sendMultiMessages .content .body-filter .title-filter img {
  margin-top: 3px;
  height: 12px;
  width: 12px;
  margin-right: 8px;
}
.sendMultiMessages .content .body-filter .select-box {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: white;
  width: 25%;
  margin-left: 2px;
  max-width: -ms-calc(100% - 64px);
  max-width: -o-calc(100% - 64px);
  max-width: calc(100% - 64px);
}
.sendMultiMessages .content .body-filter .select-box select {
  width: 100%;
  padding: 5px 20px 5px 5px;
  color: #969696;
  z-index: 2;
  position: relative;
  font-size: 10px;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sendMultiMessages .content .body-filter .select-box select:focus {
  outline: none;
  border: none;
  text-decoration: none;
  color: currentColor;
}
.sendMultiMessages .content .body-filter .select-box select:hover {
  outline: none;
  border: none;
  text-decoration: none;
  color: currentColor;
}
.sendMultiMessages .content .body-filter .select-box:before {
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.sendMultiMessages .content .body-filter .select-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid transparent;
  border-top: 5px solid #666666;
  border-bottom: none;
}
.sendMultiMessages .content .body-filter .select-box + .button-submit {
  margin-left: 10px;
}
.sendMultiMessages .content .body-filter .search-row,
.sendMultiMessages .content .body-filter .second-row {
  margin-top: 3px;
}
.sendMultiMessages .content .body-filter .search-row .left-side,
.sendMultiMessages .content .body-filter .second-row .left-side {
  width: 25%;
  max-width: 25%;
}
.sendMultiMessages .content .body-filter .search-row .right-side,
.sendMultiMessages .content .body-filter .second-row .right-side {
  width: 75%;
  max-width: 75%;
}
.sendMultiMessages .content .body-filter .search-row .form-input,
.sendMultiMessages .content .body-filter .second-row .form-input {
  background-color: #fff;
  border-radius: 5px;
  width: 53%;
}
.sendMultiMessages .content .body-filter .search-row .search-btn,
.sendMultiMessages .content .body-filter .second-row .search-btn {
  border: none;
  margin-left: 10px;
  margin-right: 9px;
  background-color: #eb5083;
  color: #ffffff;
  padding: 6px 21px;
  border-radius: 16px;
  font-size: 14px;
}
.sendMultiMessages .content .js-reset-action .text-reset-filter {
  font-family: "HiraginoSans-W3";
  color: rgb(171, 80, 235);
  font-size: 14px;
  border: 1px rgb(171, 80, 235) solid;
  padding: 5px 10px;
  border-radius: 5px;
}
.sendMultiMessages .content select {
  border-radius: 10px;
  padding: 5px;
  width: 100%;
}
.sendMultiMessages .content .list-post {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  min-height: 80vh;
}
.sendMultiMessages .content .item {
  position: relative;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 24px;
  width: calc(50% - 12px);
}
.sendMultiMessages .content .item:nth-child(2n-1) {
  margin-right: 24px;
}
.sendMultiMessages .content .item__top {
  display: flex;
  align-items: center;
  position: relative;
}
.sendMultiMessages .content .item__top .remove-user {
  color: rgb(171, 80, 235);
  position: absolute;
  right: 0;
  top: 0;
}
.sendMultiMessages .content .item__top .top-left .thumbnail {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.sendMultiMessages .content .item__top .top-right {
  padding-left: 13px;
}
.sendMultiMessages .content .item__top .top-right__name {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.sendMultiMessages .content .item__top .top-right__name img {
  margin-left: 4px;
}
.sendMultiMessages .content .item__top .top-right__info {
  font-size: 14px;
  color: #777777;
}
.sendMultiMessages .content .item__body {
  padding-bottom: 24px;
}
.sendMultiMessages .content .item__body p {
  font-size: 14px;
  color: #333333;
  padding: 0;
  margin: 24px 0;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-height: 1.4rem;
}
.sendMultiMessages .content .item__body p.updated-about-me-time {
  font-size: 12px;
  margin: 10px 0;
}
.sendMultiMessages .content .item__body .btn-custom {
  display: inline-block;
  font-size: 14px;
  color: rgb(171, 80, 235);
  border: 1px solid rgb(171, 80, 235);
  border-radius: 16px;
  padding: 5px 20px;
  margin: 0;
  text-decoration: none;
}
.sendMultiMessages .content .item__footer {
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
}
.sendMultiMessages .content .item__footer .btn-message {
  max-width: auto;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 21px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: rgb(171, 80, 235);
  text-decoration: none;
  padding: 0;
}
.sendMultiMessages .content .item__footer .btn-message img {
  margin-right: 10px;
}
.sendMultiMessages .content .item__footer .btn-info-login .info-login {
  float: right;
}
.sendMultiMessages .content .item__footer span {
  font-size: 14px;
}
.sendMultiMessages .content .item__footer span:first-child {
  color: #777777;
  margin-bottom: 5px;
}
.sendMultiMessages .content .item__footer span:last-child {
  color: rgb(171, 80, 235);
}
.sendMultiMessages .content .btn-mission {
  position: fixed;
  bottom: 70px;
  right: 43px;
  z-index: 98;
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
}
.sendMultiMessages .content .btn-mission img {
  margin: 0 auto;
  display: block;
  padding-top: 15px;
}
.sendMultiMessages .content .btn-mission .noti {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #1bc4a1;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sendMultiMessages .content button {
  border: none;
}
.sendMultiMessages .content button:active, .sendMultiMessages .content button:focus {
  outline: none;
}
.sendMultiMessages .content a:hover {
  text-decoration: none;
}
.sendMultiMessages .content .avatar-default {
  display: inline-block;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.sendMultiMessages .content .switch {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border: none;
  overflow: visible;
  width: 68px;
  z-index: 0;
  text-align: left;
}
.sendMultiMessages .content .switch .switch__input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  vertical-align: top;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sendMultiMessages .content .switch .switch__toggle {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}
.sendMultiMessages .content .switch .switch__toggle .text-active {
  padding-left: 7px;
  display: none;
  color: #ffffff;
}
.sendMultiMessages .content .switch .switch__toggle .text-default {
  padding-right: 7px;
  display: block;
  text-align: right;
  color: #777777;
}
.sendMultiMessages .content .switch .switch__handle {
  box-sizing: border-box;
  background-clip: padding-box;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 26px;
  width: 26px;
  background-color: white;
  left: 1px;
  top: 2px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.59, 0.01, 0.5, 0.99);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.sendMultiMessages .content .switch :checked + .switch__toggle {
  background-color: #1bc4a1;
}
.sendMultiMessages .content .switch :checked + .switch__toggle .text-default {
  display: none;
}
.sendMultiMessages .content .switch :checked + .switch__toggle .text-active {
  display: block;
}
.sendMultiMessages .content .switch :checked + .switch__toggle > .switch__handle {
  left: 40px;
  box-shadow: none;
}
.sendMultiMessages .content .switch :disabled + .switch__toggle {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.sendMultiMessages .content .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.sendMultiMessages .content .styled-checkbox + label {
  cursor: pointer;
  padding: 0;
}
.sendMultiMessages .content .styled-checkbox + label:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #777777;
  border-radius: 2px;
}
.sendMultiMessages .content .styled-checkbox:checked + label:before {
  border: none;
}
.sendMultiMessages .content .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/ic_checkbox.png");
  width: 16px;
  height: 16px;
}
.sendMultiMessages .content .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sendMultiMessages .content .box-outer {
  width: 760px;
}
.sendMultiMessages .content .box-inner {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.sendMultiMessages .content .box-inner .box-bar img {
  padding-right: 16px;
}
.sendMultiMessages .content .box-inner .box-title {
  color: #333333;
  font-weight: bold;
}
.sendMultiMessages .content .box-inner .box-title-lg {
  font-size: 24px;
  color: rgb(171, 80, 235);
  font-weight: bold;
}
.sendMultiMessages .content .box-inner .box-border {
  border-bottom: 1px solid #dfdfdf;
}
.sendMultiMessages .content .text-link {
  display: inline-block;
  text-decoration: none;
  color: rgb(171, 80, 235);
}
.sendMultiMessages .content .text-link:hover {
  color: rgb(171, 80, 235);
}
.sendMultiMessages .content .main-chat .list-post {
  display: unset;
  padding: 0;
}
.sendMultiMessages .content .main-chat .item {
  margin-bottom: 20px;
  margin-right: 0;
  width: 446px;
}
.sendMultiMessages .content .main-header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  padding: 30px;
}
.sendMultiMessages .content .main-header .top-header__title {
  font-size: 18px;
  font-weight: bold;
}
.sendMultiMessages .content .main-header .top-header__info {
  color: #777777;
  font-weight: bold;
}
.sendMultiMessages .content .main-header .top-header__info span {
  margin-left: 16px;
  padding: 12px 16px;
  color: rgb(171, 80, 235);
  font-weight: bold;
  border: 1px solid rgb(171, 80, 235);
  border-radius: 20px;
}
.sendMultiMessages .content .main-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ECECEC;
  padding: 24px;
}
.sendMultiMessages .content .main-header .top-bar h4 {
  font-size: 18px;
  color: #777777;
  margin-bottom: 0;
}
.sendMultiMessages .content .main-header .top-bar img {
  margin-right: 16px;
}
.sendMultiMessages .content .main-body {
  padding: 30px;
}
.sendMultiMessages .content .popup-overlay {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
}
.sendMultiMessages .content .popup-news {
  text-align: left;
  width: 600px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px;
}
.sendMultiMessages .content .popup-news .popup-header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 22px 0px;
  background: #EDEDED;
}
.sendMultiMessages .content .popup-news .popup-body {
  padding: 40px 40px 0px;
}
.sendMultiMessages .content .popup-news .popup-footer {
  padding: 20px 40px 40px;
}
.sendMultiMessages .content .popup-news .popup-footer button {
  font-weight: bold;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 47px;
  background: rgb(171, 80, 235);
  color: #ffffff;
}
.sendMultiMessages .content .popup-news .popup-footer label {
  position: relative;
  font-weight: bold;
  margin-bottom: 32px;
}
.sendMultiMessages .content .popup-news .popup-footer .styled-checkbox + label:before {
  position: unset;
  margin-right: 12px;
}
.sendMultiMessages .content .popup-news .popup-footer .styled-checkbox:checked + label:after {
  top: 3px;
  left: 0;
}
.sendMultiMessages .content .popup-news .list-news {
  overflow: auto;
  height: 56vh;
}
.sendMultiMessages .content .popup-news .list-news .item-news {
  margin-bottom: 32px;
}
.sendMultiMessages .content .popup-news .list-news .item-news:last-child {
  margin-bottom: 0;
}
.sendMultiMessages .content .popup-news .list-news .item-news__img {
  height: 180px;
  width: 100%;
  border-radius: 8px;
}
.sendMultiMessages .content .popup-news .list-news .item-news__title {
  color: #777777;
  font-weight: bold;
  padding-top: 16px;
}
.sendMultiMessages .content .popup-news .list-news .item-news__content {
  color: #777777;
  white-space: pre-line;
}
.sendMultiMessages .content .modal-search-user-not-found {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sendMultiMessages .content #second_filter_required .btn, .sendMultiMessages .content #addition_second_filter_required .btn {
  border: 1px solid transparent;
}
.sendMultiMessages .content #second_filter_required .btn-primary, .sendMultiMessages .content #addition_second_filter_required .btn-primary {
  border-color: #007bff;
  background-color: #007bff;
}
.sendMultiMessages .modal#popup_no_user_selected {
  width: 450px;
  margin-left: -240px;
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 !important;
}
.sendMultiMessages .modal#popup_no_user_selected .popup-header {
  background: #EDEDED;
  padding: 20px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #333333;
}
.sendMultiMessages .modal#popup_no_user_selected .popup-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 32px;
  align-items: center;
  color: #777777;
}
.sendMultiMessages #popup_guide,
.sendMultiMessages #popup_no_user_selected {
  height: 270px;
  margin-top: -128px;
}
.sendMultiMessages #popup_guide .popup-footer,
.sendMultiMessages #popup_no_user_selected .popup-footer {
  text-align: center;
}
.sendMultiMessages #popup_guide .popup-footer .btn-close-popup,
.sendMultiMessages #popup_no_user_selected .popup-footer .btn-close-popup {
  padding: 5px 0;
  background: rgb(171, 80, 235);
  border-radius: 23px;
  width: 90%;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
@media only screen and (max-width: 600px) {
  .sendMultiMessages .content .main-header .top-header {
    display: block;
  }
  .sendMultiMessages .content .list-post {
    padding: 0px 16px;
  }
  .sendMultiMessages .content .item__footer .btn-message {
    font-size: 10px;
  }
  .sendMultiMessages .content__banner .carousel-item img {
    width: 100%;
  }
  .sendMultiMessages .content .filter-box {
    padding: 0 16px;
  }
  .sendMultiMessages .content .popup-news .popup-body {
    padding: 0px;
  }
  .sendMultiMessages .content .popup-news .popup-body .list-news {
    overflow: auto;
    height: 33vh;
  }
  .sendMultiMessages .content .popup-news .popup-body .list-news img {
    height: 100%;
    width: 100%;
  }
  .sendMultiMessages .content .popup-news .popup-footer {
    padding: 10px 40px 20px;
  }
  .sendMultiMessages .content .popup-news .popup-footer .text-center label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sendMultiMessages .sidebar.hide {
    display: none;
  }
  .sendMultiMessages .sidebar.show {
    display: block;
  }
  .sendMultiMessages .js-open-sidebar {
    display: block;
    padding: 10px;
  }
  .sendMultiMessages .content.content-outer {
    padding-left: 0;
  }
  .sendMultiMessages .content .item {
    padding: 12px;
  }
  .sendMultiMessages .content .item__footer span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .sendMultiMessages .content .item {
    width: 100%;
  }
  .sendMultiMessages .content .item:nth-child(2n-1) {
    margin-right: 0;
  }
}

.elementaryMission .mission-tab, .intermediateMission .mission-tab, .advancedMission .mission-tab, .specialMission .mission-tab, .newbieMission .mission-tab, .completedMission .mission-tab, .noReceivedMission .mission-tab {
  font-weight: bold;
  border-bottom: 1px solid #DFDFDF;
  padding-top: 22px;
}
.elementaryMission .mission-tab .nav-link, .intermediateMission .mission-tab .nav-link, .advancedMission .mission-tab .nav-link, .specialMission .mission-tab .nav-link, .newbieMission .mission-tab .nav-link, .completedMission .mission-tab .nav-link, .noReceivedMission .mission-tab .nav-link {
  color: #777777;
  padding: 0px 30px 20px;
}
.elementaryMission .mission-tab .active, .intermediateMission .mission-tab .active, .advancedMission .mission-tab .active, .specialMission .mission-tab .active, .newbieMission .mission-tab .active, .completedMission .mission-tab .active, .noReceivedMission .mission-tab .active {
  color: #ab50eb;
  border-bottom: 2px solid #ab50eb;
}
.elementaryMission .mission-tab .unfulfilled-icons, .intermediateMission .mission-tab .unfulfilled-icons, .advancedMission .mission-tab .unfulfilled-icons, .specialMission .mission-tab .unfulfilled-icons, .newbieMission .mission-tab .unfulfilled-icons, .completedMission .mission-tab .unfulfilled-icons, .noReceivedMission .mission-tab .unfulfilled-icons {
  position: absolute;
  top: -7px;
  right: 11px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0px;
  background: rgb(240, 42, 42);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-size: 11.5px;
  text-align: center;
}
.elementaryMission .mission-content, .intermediateMission .mission-content, .advancedMission .mission-content, .specialMission .mission-content, .newbieMission .mission-content, .completedMission .mission-content, .noReceivedMission .mission-content {
  padding: 0px 30px;
}
.elementaryMission .mission-item, .intermediateMission .mission-item, .advancedMission .mission-item, .specialMission .mission-item, .newbieMission .mission-item, .completedMission .mission-item, .noReceivedMission .mission-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid #DFDFDF;
}
.elementaryMission .mission-item:last-child, .intermediateMission .mission-item:last-child, .advancedMission .mission-item:last-child, .specialMission .mission-item:last-child, .newbieMission .mission-item:last-child, .completedMission .mission-item:last-child, .noReceivedMission .mission-item:last-child {
  border: none;
}
.elementaryMission .mission-item__title, .intermediateMission .mission-item__title, .advancedMission .mission-item__title, .specialMission .mission-item__title, .newbieMission .mission-item__title, .completedMission .mission-item__title, .noReceivedMission .mission-item__title {
  font-weight: bold;
}
.elementaryMission .mission-item__left, .intermediateMission .mission-item__left, .advancedMission .mission-item__left, .specialMission .mission-item__left, .newbieMission .mission-item__left, .completedMission .mission-item__left, .noReceivedMission .mission-item__left {
  width: 100%;
  padding-right: 3%;
}
.elementaryMission .mission-item__right button, .intermediateMission .mission-item__right button, .advancedMission .mission-item__right button, .specialMission .mission-item__right button, .newbieMission .mission-item__right button, .completedMission .mission-item__right button, .noReceivedMission .mission-item__right button {
  padding: 16px 40px;
  border-radius: 5px;
}
.elementaryMission .mission-item__right button.ms-btn-disabled, .intermediateMission .mission-item__right button.ms-btn-disabled, .advancedMission .mission-item__right button.ms-btn-disabled, .specialMission .mission-item__right button.ms-btn-disabled, .newbieMission .mission-item__right button.ms-btn-disabled, .completedMission .mission-item__right button.ms-btn-disabled, .noReceivedMission .mission-item__right button.ms-btn-disabled {
  background: #DFDFDF;
  color: #777777;
  cursor: unset;
}
.elementaryMission .mission-item__right button.ms-btn-active, .intermediateMission .mission-item__right button.ms-btn-active, .advancedMission .mission-item__right button.ms-btn-active, .specialMission .mission-item__right button.ms-btn-active, .newbieMission .mission-item__right button.ms-btn-active, .completedMission .mission-item__right button.ms-btn-active, .noReceivedMission .mission-item__right button.ms-btn-active {
  background: #61C23F;
  color: #ffffff;
}
.elementaryMission .mission-item__progress, .intermediateMission .mission-item__progress, .advancedMission .mission-item__progress, .specialMission .mission-item__progress, .newbieMission .mission-item__progress, .completedMission .mission-item__progress, .noReceivedMission .mission-item__progress {
  width: 100%;
  background: #DFDFDF;
  border-radius: 3px;
  height: 5px;
  margin: 16px 0px 12px;
}
.elementaryMission .mission-item__progress .progress-bar, .intermediateMission .mission-item__progress .progress-bar, .advancedMission .mission-item__progress .progress-bar, .specialMission .mission-item__progress .progress-bar, .newbieMission .mission-item__progress .progress-bar, .completedMission .mission-item__progress .progress-bar, .noReceivedMission .mission-item__progress .progress-bar {
  height: 5px;
  border-radius: 3px;
}
.elementaryMission .mission-item__progress .progress-bar.lv-begin, .intermediateMission .mission-item__progress .progress-bar.lv-begin, .advancedMission .mission-item__progress .progress-bar.lv-begin, .specialMission .mission-item__progress .progress-bar.lv-begin, .newbieMission .mission-item__progress .progress-bar.lv-begin, .completedMission .mission-item__progress .progress-bar.lv-begin, .noReceivedMission .mission-item__progress .progress-bar.lv-begin {
  background: #3BBAD3;
}
.elementaryMission .mission-item__progress .progress-bar.lv-middle, .intermediateMission .mission-item__progress .progress-bar.lv-middle, .advancedMission .mission-item__progress .progress-bar.lv-middle, .specialMission .mission-item__progress .progress-bar.lv-middle, .newbieMission .mission-item__progress .progress-bar.lv-middle, .completedMission .mission-item__progress .progress-bar.lv-middle, .noReceivedMission .mission-item__progress .progress-bar.lv-middle {
  background: #E480AC;
}
.elementaryMission .mission-item__progress .progress-bar.lv-advanced, .intermediateMission .mission-item__progress .progress-bar.lv-advanced, .advancedMission .mission-item__progress .progress-bar.lv-advanced, .specialMission .mission-item__progress .progress-bar.lv-advanced, .newbieMission .mission-item__progress .progress-bar.lv-advanced, .completedMission .mission-item__progress .progress-bar.lv-advanced, .noReceivedMission .mission-item__progress .progress-bar.lv-advanced {
  background: #EEC512;
}
.elementaryMission .mission-item__progress .progress-bar.lv-guerrilla, .intermediateMission .mission-item__progress .progress-bar.lv-guerrilla, .advancedMission .mission-item__progress .progress-bar.lv-guerrilla, .specialMission .mission-item__progress .progress-bar.lv-guerrilla, .newbieMission .mission-item__progress .progress-bar.lv-guerrilla, .completedMission .mission-item__progress .progress-bar.lv-guerrilla, .noReceivedMission .mission-item__progress .progress-bar.lv-guerrilla {
  background: #43C9C2;
}
.elementaryMission .mission-item__progress .progress-bar.lv-newbie, .intermediateMission .mission-item__progress .progress-bar.lv-newbie, .advancedMission .mission-item__progress .progress-bar.lv-newbie, .specialMission .mission-item__progress .progress-bar.lv-newbie, .newbieMission .mission-item__progress .progress-bar.lv-newbie, .completedMission .mission-item__progress .progress-bar.lv-newbie, .noReceivedMission .mission-item__progress .progress-bar.lv-newbie {
  background: #43C9C2;
}
.elementaryMission .mission-item .flex-between-centered, .intermediateMission .mission-item .flex-between-centered, .advancedMission .mission-item .flex-between-centered, .specialMission .mission-item .flex-between-centered, .newbieMission .mission-item .flex-between-centered, .completedMission .mission-item .flex-between-centered, .noReceivedMission .mission-item .flex-between-centered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.elementaryMission .mission-box, .intermediateMission .mission-box, .advancedMission .mission-box, .specialMission .mission-box, .newbieMission .mission-box, .completedMission .mission-box, .noReceivedMission .mission-box {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin: 20px;
}
.elementaryMission .mission-completed, .intermediateMission .mission-completed, .advancedMission .mission-completed, .specialMission .mission-completed, .newbieMission .mission-completed, .completedMission .mission-completed, .noReceivedMission .mission-completed {
  padding: 16px 0px;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  align-items: center;
}
.elementaryMission .mission-completed:last-child, .intermediateMission .mission-completed:last-child, .advancedMission .mission-completed:last-child, .specialMission .mission-completed:last-child, .newbieMission .mission-completed:last-child, .completedMission .mission-completed:last-child, .noReceivedMission .mission-completed:last-child {
  border: none;
}
.elementaryMission .mission-completed .ms-completed-ico, .intermediateMission .mission-completed .ms-completed-ico, .advancedMission .mission-completed .ms-completed-ico, .specialMission .mission-completed .ms-completed-ico, .newbieMission .mission-completed .ms-completed-ico, .completedMission .mission-completed .ms-completed-ico, .noReceivedMission .mission-completed .ms-completed-ico {
  margin-right: 30px;
}
.elementaryMission .mission-completed .ms-txt-completed, .intermediateMission .mission-completed .ms-txt-completed, .advancedMission .mission-completed .ms-txt-completed, .specialMission .mission-completed .ms-txt-completed, .newbieMission .mission-completed .ms-txt-completed, .completedMission .mission-completed .ms-txt-completed, .noReceivedMission .mission-completed .ms-txt-completed {
  color: #61C23F;
  margin-left: 107px;
}
.elementaryMission .mission-completed .ms-completed-ctn, .intermediateMission .mission-completed .ms-completed-ctn, .advancedMission .mission-completed .ms-completed-ctn, .specialMission .mission-completed .ms-completed-ctn, .newbieMission .mission-completed .ms-completed-ctn, .completedMission .mission-completed .ms-completed-ctn, .noReceivedMission .mission-completed .ms-completed-ctn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.elementaryMission .mission-completed .ms-completed-result-ctn, .intermediateMission .mission-completed .ms-completed-result-ctn, .advancedMission .mission-completed .ms-completed-result-ctn, .specialMission .mission-completed .ms-completed-result-ctn, .newbieMission .mission-completed .ms-completed-result-ctn, .completedMission .mission-completed .ms-completed-result-ctn, .noReceivedMission .mission-completed .ms-completed-result-ctn {
  width: 40%;
  justify-content: space-between;
}
.elementaryMission .ms-num, .intermediateMission .ms-num, .advancedMission .ms-num, .specialMission .ms-num, .newbieMission .ms-num, .completedMission .ms-num, .noReceivedMission .ms-num {
  font-weight: bold;
}
.elementaryMission .ms-num.lv-begin, .intermediateMission .ms-num.lv-begin, .advancedMission .ms-num.lv-begin, .specialMission .ms-num.lv-begin, .newbieMission .ms-num.lv-begin, .completedMission .ms-num.lv-begin, .noReceivedMission .ms-num.lv-begin {
  color: #3BBAD3;
}
.elementaryMission .ms-num.lv-middle, .intermediateMission .ms-num.lv-middle, .advancedMission .ms-num.lv-middle, .specialMission .ms-num.lv-middle, .newbieMission .ms-num.lv-middle, .completedMission .ms-num.lv-middle, .noReceivedMission .ms-num.lv-middle {
  color: #E480AC;
}
.elementaryMission .ms-num.lv-advanced, .intermediateMission .ms-num.lv-advanced, .advancedMission .ms-num.lv-advanced, .specialMission .ms-num.lv-advanced, .newbieMission .ms-num.lv-advanced, .completedMission .ms-num.lv-advanced, .noReceivedMission .ms-num.lv-advanced {
  color: #EEC512;
}
.elementaryMission .ms-num.lv-guerrilla, .intermediateMission .ms-num.lv-guerrilla, .advancedMission .ms-num.lv-guerrilla, .specialMission .ms-num.lv-guerrilla, .newbieMission .ms-num.lv-guerrilla, .completedMission .ms-num.lv-guerrilla, .noReceivedMission .ms-num.lv-guerrilla {
  color: #43C9C2;
}
.elementaryMission .ms-num.lv-newbie, .intermediateMission .ms-num.lv-newbie, .advancedMission .ms-num.lv-newbie, .specialMission .ms-num.lv-newbie, .newbieMission .ms-num.lv-newbie, .completedMission .ms-num.lv-newbie, .noReceivedMission .ms-num.lv-newbie {
  color: #43C9C2;
}
.elementaryMission .ms-txt, .intermediateMission .ms-txt, .advancedMission .ms-txt, .specialMission .ms-txt, .newbieMission .ms-txt, .completedMission .ms-txt, .noReceivedMission .ms-txt {
  margin-right: 15px;
  padding: 3px 12px;
  font-weight: bold;
  border-radius: 14px;
}
.elementaryMission .ms-txt.lv-begin, .intermediateMission .ms-txt.lv-begin, .advancedMission .ms-txt.lv-begin, .specialMission .ms-txt.lv-begin, .newbieMission .ms-txt.lv-begin, .completedMission .ms-txt.lv-begin, .noReceivedMission .ms-txt.lv-begin {
  color: #3BBAD3;
  background: #E0F8FD;
}
.elementaryMission .ms-txt.lv-middle, .intermediateMission .ms-txt.lv-middle, .advancedMission .ms-txt.lv-middle, .specialMission .ms-txt.lv-middle, .newbieMission .ms-txt.lv-middle, .completedMission .ms-txt.lv-middle, .noReceivedMission .ms-txt.lv-middle {
  color: #E480AC;
  background: #FDE7F0;
}
.elementaryMission .ms-txt.lv-advanced, .intermediateMission .ms-txt.lv-advanced, .advancedMission .ms-txt.lv-advanced, .specialMission .ms-txt.lv-advanced, .newbieMission .ms-txt.lv-advanced, .completedMission .ms-txt.lv-advanced, .noReceivedMission .ms-txt.lv-advanced {
  color: #EEC512;
  background: #FAF5E0;
}
.elementaryMission .ms-txt.lv-guerrilla, .intermediateMission .ms-txt.lv-guerrilla, .advancedMission .ms-txt.lv-guerrilla, .specialMission .ms-txt.lv-guerrilla, .newbieMission .ms-txt.lv-guerrilla, .completedMission .ms-txt.lv-guerrilla, .noReceivedMission .ms-txt.lv-guerrilla {
  color: #43C9C2;
  background: #CFF7F4;
}
.elementaryMission .ms-txt.lv-newbie, .intermediateMission .ms-txt.lv-newbie, .advancedMission .ms-txt.lv-newbie, .specialMission .ms-txt.lv-newbie, .newbieMission .ms-txt.lv-newbie, .completedMission .ms-txt.lv-newbie, .noReceivedMission .ms-txt.lv-newbie {
  color: #43C9C2;
  background: #CFF7F4;
}
.elementaryMission .ms-tit, .intermediateMission .ms-tit, .advancedMission .ms-tit, .specialMission .ms-tit, .newbieMission .ms-tit, .completedMission .ms-tit, .noReceivedMission .ms-tit {
  font-weight: bold;
}
.elementaryMission .ms-blank-noti, .intermediateMission .ms-blank-noti, .advancedMission .ms-blank-noti, .specialMission .ms-blank-noti, .newbieMission .ms-blank-noti, .completedMission .ms-blank-noti, .noReceivedMission .ms-blank-noti {
  padding: 20px;
  background: #F5F5F5;
  border-radius: 6px;
  color: #777777;
  margin: 30px 0px;
}
.elementaryMission .mission-popup, .intermediateMission .mission-popup, .advancedMission .mission-popup, .specialMission .mission-popup, .newbieMission .mission-popup, .completedMission .mission-popup, .noReceivedMission .mission-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.elementaryMission .mission-popup .ms-popup-outer, .intermediateMission .mission-popup .ms-popup-outer, .advancedMission .mission-popup .ms-popup-outer, .specialMission .mission-popup .ms-popup-outer, .newbieMission .mission-popup .ms-popup-outer, .completedMission .mission-popup .ms-popup-outer, .noReceivedMission .mission-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementaryMission .mission-popup .ms-popup-inner, .intermediateMission .mission-popup .ms-popup-inner, .advancedMission .mission-popup .ms-popup-inner, .specialMission .mission-popup .ms-popup-inner, .newbieMission .mission-popup .ms-popup-inner, .completedMission .mission-popup .ms-popup-inner, .noReceivedMission .mission-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}
.elementaryMission .mission-popup .ms-popup-inner.w-720, .intermediateMission .mission-popup .ms-popup-inner.w-720, .advancedMission .mission-popup .ms-popup-inner.w-720, .specialMission .mission-popup .ms-popup-inner.w-720, .newbieMission .mission-popup .ms-popup-inner.w-720, .completedMission .mission-popup .ms-popup-inner.w-720, .noReceivedMission .mission-popup .ms-popup-inner.w-720 {
  width: 720px;
}
.elementaryMission .mission-popup .ms-popup__header, .intermediateMission .mission-popup .ms-popup__header, .advancedMission .mission-popup .ms-popup__header, .specialMission .mission-popup .ms-popup__header, .newbieMission .mission-popup .ms-popup__header, .completedMission .mission-popup .ms-popup__header, .noReceivedMission .mission-popup .ms-popup__header {
  background: #EDEDED;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.elementaryMission .mission-popup .ms-popup__body, .intermediateMission .mission-popup .ms-popup__body, .advancedMission .mission-popup .ms-popup__body, .specialMission .mission-popup .ms-popup__body, .newbieMission .mission-popup .ms-popup__body, .completedMission .mission-popup .ms-popup__body, .noReceivedMission .mission-popup .ms-popup__body {
  padding: 30px 28px;
}
.elementaryMission .mission-popup .ms-popup__footer, .intermediateMission .mission-popup .ms-popup__footer, .advancedMission .mission-popup .ms-popup__footer, .specialMission .mission-popup .ms-popup__footer, .newbieMission .mission-popup .ms-popup__footer, .completedMission .mission-popup .ms-popup__footer, .noReceivedMission .mission-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 36px;
}
.elementaryMission .mission-popup .ms-popup__footer button, .intermediateMission .mission-popup .ms-popup__footer button, .advancedMission .mission-popup .ms-popup__footer button, .specialMission .mission-popup .ms-popup__footer button, .newbieMission .mission-popup .ms-popup__footer button, .completedMission .mission-popup .ms-popup__footer button, .noReceivedMission .mission-popup .ms-popup__footer button {
  background: #ab50eb;
  border-radius: 25px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding: 10px;
}
.elementaryMission .mission-popup .ms-popup__title, .intermediateMission .mission-popup .ms-popup__title, .advancedMission .mission-popup .ms-popup__title, .specialMission .mission-popup .ms-popup__title, .newbieMission .mission-popup .ms-popup__title, .completedMission .mission-popup .ms-popup__title, .noReceivedMission .mission-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: #ab50eb;
  text-align: center;
  margin-bottom: 30px;
}
.elementaryMission .mission-popup .ms-popup p, .intermediateMission .mission-popup .ms-popup p, .advancedMission .mission-popup .ms-popup p, .specialMission .mission-popup .ms-popup p, .newbieMission .mission-popup .ms-popup p, .completedMission .mission-popup .ms-popup p, .noReceivedMission .mission-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .elementaryMission .mission-item, .intermediateMission .mission-item, .advancedMission .mission-item, .specialMission .mission-item, .newbieMission .mission-item, .completedMission .mission-item, .noReceivedMission .mission-item {
    display: block;
  }
  .elementaryMission .mission-item__left, .intermediateMission .mission-item__left, .advancedMission .mission-item__left, .specialMission .mission-item__left, .newbieMission .mission-item__left, .completedMission .mission-item__left, .noReceivedMission .mission-item__left {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
  .elementaryMission .mission-item__right button, .intermediateMission .mission-item__right button, .advancedMission .mission-item__right button, .specialMission .mission-item__right button, .newbieMission .mission-item__right button, .completedMission .mission-item__right button, .noReceivedMission .mission-item__right button {
    width: 100%;
  }
  .elementaryMission .mission-tab .nav-link, .intermediateMission .mission-tab .nav-link, .advancedMission .mission-tab .nav-link, .specialMission .mission-tab .nav-link, .newbieMission .mission-tab .nav-link, .completedMission .mission-tab .nav-link, .noReceivedMission .mission-tab .nav-link {
    padding: 0px 16px 20px;
    font-size: 12px;
  }
  .elementaryMission .mission-box, .intermediateMission .mission-box, .advancedMission .mission-box, .specialMission .mission-box, .newbieMission .mission-box, .completedMission .mission-box, .noReceivedMission .mission-box {
    margin: 0;
  }
  .elementaryMission .mission-content, .intermediateMission .mission-content, .advancedMission .mission-content, .specialMission .mission-content, .newbieMission .mission-content, .completedMission .mission-content, .noReceivedMission .mission-content {
    padding: 16px;
  }
  .elementaryMission .mission-completed .ms-txt-completed, .intermediateMission .mission-completed .ms-txt-completed, .advancedMission .mission-completed .ms-txt-completed, .specialMission .mission-completed .ms-txt-completed, .newbieMission .mission-completed .ms-txt-completed, .completedMission .mission-completed .ms-txt-completed, .noReceivedMission .mission-completed .ms-txt-completed {
    margin-left: 20px;
  }
  .elementaryMission .mission-completed .ms-completed-ico, .intermediateMission .mission-completed .ms-completed-ico, .advancedMission .mission-completed .ms-completed-ico, .specialMission .mission-completed .ms-completed-ico, .newbieMission .mission-completed .ms-completed-ico, .completedMission .mission-completed .ms-completed-ico, .noReceivedMission .mission-completed .ms-completed-ico {
    margin-right: 16px;
  }
  .elementaryMission .mission-completed .ms-completed-ico img, .intermediateMission .mission-completed .ms-completed-ico img, .advancedMission .mission-completed .ms-completed-ico img, .specialMission .mission-completed .ms-completed-ico img, .newbieMission .mission-completed .ms-completed-ico img, .completedMission .mission-completed .ms-completed-ico img, .noReceivedMission .mission-completed .ms-completed-ico img {
    width: 32px;
  }
  .elementaryMission .mission-completed .ms-txt, .intermediateMission .mission-completed .ms-txt, .advancedMission .mission-completed .ms-txt, .specialMission .mission-completed .ms-txt, .newbieMission .mission-completed .ms-txt, .completedMission .mission-completed .ms-txt, .noReceivedMission .mission-completed .ms-txt {
    font-size: 14px;
  }
  .elementaryMission .mission-completed .ms-completed-ctn, .intermediateMission .mission-completed .ms-completed-ctn, .advancedMission .mission-completed .ms-completed-ctn, .specialMission .mission-completed .ms-completed-ctn, .newbieMission .mission-completed .ms-completed-ctn, .completedMission .mission-completed .ms-completed-ctn, .noReceivedMission .mission-completed .ms-completed-ctn {
    display: unset;
  }
  .elementaryMission .mb-16, .intermediateMission .mb-16, .advancedMission .mb-16, .specialMission .mb-16, .newbieMission .mb-16, .completedMission .mb-16, .noReceivedMission .mb-16 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .elementaryMission .mission-completed .ms-txt-completed, .intermediateMission .mission-completed .ms-txt-completed, .advancedMission .mission-completed .ms-txt-completed, .specialMission .mission-completed .ms-txt-completed, .newbieMission .mission-completed .ms-txt-completed, .completedMission .mission-completed .ms-txt-completed, .noReceivedMission .mission-completed .ms-txt-completed {
    margin-left: 0 !important;
  }
  .elementaryMission .mission-completed .row-reverse, .intermediateMission .mission-completed .row-reverse, .advancedMission .mission-completed .row-reverse, .specialMission .mission-completed .row-reverse, .newbieMission .mission-completed .row-reverse, .completedMission .mission-completed .row-reverse, .noReceivedMission .mission-completed .row-reverse {
    flex-flow: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  .elementaryMission .mission-completed .ms-txt-completed, .intermediateMission .mission-completed .ms-txt-completed, .advancedMission .mission-completed .ms-txt-completed, .specialMission .mission-completed .ms-txt-completed, .newbieMission .mission-completed .ms-txt-completed, .completedMission .mission-completed .ms-txt-completed, .noReceivedMission .mission-completed .ms-txt-completed {
    margin-left: 24px;
  }
}

@media (max-width: 600px) {
  .completedMission .mission-completed .ms-completed-ctn > .ms-completed-result-ctn {
    display: block !important;
  }
  .completedMission .mission-completed .ms-completed-ctn > .ms-completed-result-ctn .ms-pay {
    margin-bottom: 5px;
  }
}
.reviewLists .content .review .review-size {
  height: 75vh;
  overflow: auto;
}
.reviewLists .content .review .review-item {
  padding: 16px 0px;
  border-bottom: 1px solid #DFDFDF;
}
.reviewLists .content .review .review-headText {
  font-weight: bold;
  margin-right: 16px;
}
.reviewLists .content .review .review-count {
  color: #EEC512;
  margin-left: 16px;
  margin-top: -2px;
}
.reviewLists .content .review .review-ic {
  display: flex;
}
.reviewLists .content .review .btn-review-cancel {
  display: inline-block;
  background-color: #826639;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 0px 5px;
  margin-right: 10px;
}
.reviewLists .content .review .review-processing {
  display: inline-block;
  background-color: #fff;
  color: #de799b;
  border: 1px solid #de799b;
  border-radius: 4px;
  text-decoration: none;
  padding: 0px 5px;
  margin-right: 10px;
}
.reviewLists .content .review .cancel-review-container {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  transition: all 0.3s;
}
.reviewLists .content .review .cancel-review-container ul {
  padding-left: 20px;
}
.reviewLists .content .review .cancel-review-container .reason {
  width: 100%;
}
.reviewLists .content .review .cancel-review-container .btn-actions {
  margin-top: 20px;
}
.reviewLists .content .review .cancel-review-container.show {
  visibility: visible;
  opacity: 1;
}
.reviewLists .content .review .review-content {
  margin-bottom: 5px;
  color: #777777;
}
.reviewLists .content .review .review-info span:first-child {
  color: #777777;
  font-weight: bold;
}
.reviewLists .content .review .review-info span:last-child {
  margin-left: 16px;
  color: rgb(171, 80, 235);
}
.reviewLists .content .review .ic-star-rate {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url("../img/ic_star-default.png");
}
.reviewLists .content .review .ic-star-rate.checked {
  background: url("../img/ic_star-checked.png");
}
.reviewLists .content .review .ic-star-rate.half {
  background: url("../img/ic_half-star.png");
}
.reviewLists .content .list-top-reviews {
  border-bottom: none !important;
}
.reviewLists .content .list-top-reviews .carousel {
  overflow-x: auto;
  padding: 15px 0 15px;
}
.reviewLists .content .list-top-reviews .review-item {
  min-height: 165px;
  background-color: rgba(224, 224, 224, 0.3);
  padding: 10px 15px;
  border-radius: 15px;
  border: none;
}
.reviewLists .content .list-top-reviews .review-item .review-cancel {
  text-align: center;
}
.reviewLists .content .list-top-reviews .review-item .review-cancel .btn-review-cancel,
.reviewLists .content .list-top-reviews .review-item .review-cancel .review-processing {
  margin-right: 0;
}
.reviewLists .content .list-top-reviews .review-item .left-info .review-info {
  font-size: 15px;
  color: #826639;
}
.reviewLists .content .list-top-reviews .review-item .review-content a {
  color: #545454;
}
.reviewLists .content .list-top-reviews .review-item .review-content a:hover {
  text-decoration: none;
}
.reviewLists .content .list-top-reviews .review-item + .review-item {
  margin-left: 20px;
}

.reviewDetail .content .review .review-size {
  height: 75vh;
}
.reviewDetail .content .review .review-headText {
  margin-top: 10px;
  margin-bottom: 15px;
}
.reviewDetail .content .review .review-item {
  padding: 16px 0;
  border-bottom: 1px solid #DFDFDF;
}
.reviewDetail .content .review .review-headText {
  font-weight: bold;
  margin-right: 16px;
}
.reviewDetail .content .review .review-count {
  color: #EEC512;
  margin-left: 16px;
  margin-top: -2px;
}
.reviewDetail .content .review .review-ic {
  display: flex;
}
.reviewDetail .content .review .btn-review-cancel {
  display: inline-block;
  background-color: #826639;
  color: #fff;
  text-decoration: none;
  padding: 0px 5px;
  margin-right: 10px;
}
.reviewDetail .content .review .review-processing {
  display: inline-block;
  background-color: #fff;
  color: #826639;
  border: 1px solid #826639;
  text-decoration: none;
  padding: 0px 5px;
  margin-right: 10px;
}
.reviewDetail .content .review .cancel-review-container {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  transition: all 0.3s;
}
.reviewDetail .content .review .cancel-review-container ul {
  padding-left: 20px;
}
.reviewDetail .content .review .cancel-review-container .reason {
  width: 100%;
}
.reviewDetail .content .review .cancel-review-container .btn-actions {
  margin-top: 20px;
}
.reviewDetail .content .review .cancel-review-container.show {
  visibility: visible;
  opacity: 1;
}
.reviewDetail .content .review .review-content {
  margin-bottom: 5px;
  color: #777777;
}
.reviewDetail .content .review .review-info span:first-child {
  color: #777777;
  font-weight: bold;
}
.reviewDetail .content .review .review-info span:last-child {
  margin-left: 16px;
  color: #826639;
}
.reviewDetail .content .review .ic-star-rate {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url("../img/ic_star-default.png");
}
.reviewDetail .content .review .ic-star-rate.checked {
  background: url("../img/ic_star-checked.png");
}
.reviewDetail .content .review .ic-star-rate.half {
  background: url("../img/ic_half-star.png");
}
.reviewDetail .content .review-item {
  background-color: #E0E0E0;
  min-height: 165px;
  padding: 10px 15px;
  border-radius: 15px;
}
.reviewDetail .content .review-item .review-cancel {
  text-align: center;
}
.reviewDetail .content .review-item .review-cancel .btn-review-cancel,
.reviewDetail .content .review-item .review-cancel .review-processing {
  margin-right: 0;
}
.reviewDetail .content .review-item .left-info .review-info {
  font-size: 15px;
  color: #826639;
}
.reviewDetail .content .review-item .review-content {
  color: #545454;
}

.profileDetail .hide {
  display: none;
}
.profileDetail .user-profile__btn {
  text-align: center;
  position: fixed;
  bottom: 45px;
  left: 50%;
  margin-left: 32px;
}
.profileDetail .user-profile__btn .btn-message {
  max-width: 245px;
  background-color: #ffffff;
  border-radius: 21px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(171, 80, 235);
  text-decoration: none;
}
.profileDetail ul.block-button {
  z-index: 1;
  top: 200px;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 95px;
  height: 45px;
  border-radius: 8px;
  border: 1px #ab50eb solid;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profileDetail ul.block-button a {
  color: #ab50eb;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.profileDetail ul.report-button {
  z-index: 1;
  top: 200px;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 95px;
  height: 45px;
  border-radius: 8px;
  border: 1px #ab50eb solid;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profileDetail ul.report-button a {
  color: #ab50eb;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.profileDetail ul.js-show-menu {
  z-index: 1;
  top: 200px;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 136px;
  height: 54px;
  border-radius: 8px;
  border: 1px rgb(171, 80, 235) solid;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profileDetail ul.js-show-menu a {
  color: rgb(171, 80, 235);
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.profileDetail .user-avatar img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profileDetail .user-profile-outer {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px 12px 0px;
  margin-bottom: 15px;
}
.profileDetail .user-profile {
  background: #ffffff;
}
.profileDetail .user-profile__header {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 30px 0px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.profileDetail .user-profile__body {
  padding: 15px;
}
.profileDetail .user-profile .user-info {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 12px;
}
.profileDetail .user-profile .user-info .last-sent-fee-message {
  color: rgb(171, 80, 235);
  font-size: 14px;
}
.profileDetail .user-profile .user-info .total-fee-message-sent {
  color: #747474;
  font-size: 12px;
  font-weight: 600;
}
.profileDetail .user-profile .user-info .unfollow-item {
  color: white;
  border: none;
  background: rgb(171, 80, 235);
  padding: 5px;
  border-radius: 15px;
  font-size: 13px;
  width: 77px;
  margin-left: -5px;
  cursor: pointer;
}
.profileDetail .user-profile .user-tag {
  padding-bottom: 12px;
}
.profileDetail .user-profile .user-avatar {
  padding-right: 18px;
  margin-bottom: 5px;
}
.profileDetail .user-profile .user-name {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.profileDetail .user-profile .user-name img {
  margin-left: 4px;
}
.profileDetail .user-profile .user-table .user-table-tit {
  font-weight: bold;
  font-size: 16px;
}
.profileDetail .user-profile .user-table table {
  width: 100%;
}
.profileDetail .user-profile .user-table tr {
  border-bottom: 1px solid #dfdfdf;
}
.profileDetail .user-profile .user-table tr:last-child {
  border: none;
}
.profileDetail .user-profile .user-table tr td {
  width: 50%;
  padding: 14px 0px;
  font-size: 14px;
}
.profileDetail .user-profile .user-table tr td:first-child {
  font-weight: bold;
}
.profileDetail .user-profile p {
  color: #333333;
  font-size: 14px;
  word-break: break-all;
  white-space: pre-wrap;
}
.profileDetail .confirm-popup-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.profileDetail .confirm-popup-block .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profileDetail .confirm-popup-block .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 600px;
  overflow: hidden;
}
.profileDetail .confirm-popup-block .ms-popup-inner.w-720 {
  width: 720px;
}
.profileDetail .confirm-popup-block .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.profileDetail .confirm-popup-block .ms-popup__body {
  padding: 0;
  font-size: 16px;
}
.profileDetail .confirm-popup-block .ms-popup__head {
  padding: 16px 36px;
  background-color: #ededed;
  font-family: "Hiragino Sans";
}
.profileDetail .confirm-popup-block .ms-popup__note {
  padding: 0 36px;
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}
.profileDetail .confirm-popup-block .ms-popup__note p {
  color: #f02020 !important;
}
.profileDetail .confirm-popup-block .ms-popup__form {
  display: flex;
  flex-direction: column;
  padding: 0px 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.profileDetail .confirm-popup-block .ms-popup__form label {
  font-size: 14px;
  color: #777777;
}
.profileDetail .confirm-popup-block .ms-popup__form textarea {
  border-radius: 8px;
  color: #777777;
  resize: none;
  height: 123px;
  padding: 10px;
  border: 1px solid #acacac;
}
.profileDetail .confirm-popup-block .ms-popup__form textarea:focus {
  outline: none;
}
.profileDetail .confirm-popup-block .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 20px;
  justify-content: space-between;
}
.profileDetail .confirm-popup-block .ms-popup__footer button {
  border: 1px solid #777777;
  background-color: #ffffff;
  color: #777777;
  border-radius: 40px;
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
}
.profileDetail .confirm-popup-block .ms-popup__footer .submit__block {
  background: rgb(171, 80, 235);
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
  border: none;
}
.profileDetail .confirm-popup-block .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(171, 80, 235);
  text-align: center;
  margin-bottom: 30px;
}
.profileDetail .confirm-popup-block .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}
.profileDetail .confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.profileDetail .confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profileDetail .confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}
.profileDetail .confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}
.profileDetail .confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.profileDetail .confirm-popup .ms-popup__body {
  padding: 30px 36px;
}
.profileDetail .confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 36px;
}
.profileDetail .confirm-popup .ms-popup__footer button {
  background: rgb(171, 80, 235);
  border-radius: 24px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}
.profileDetail .confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(171, 80, 235);
  text-align: center;
  margin-bottom: 30px;
}
.profileDetail .confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .profileDetail .user-profile .user-info .last-sent-fee-message {
    font-size: 15px;
  }
  .profileDetail .user-profile .user-info .total-fee-message-sent {
    font-size: 14px;
  }
  .profileDetail .user-profile__btn {
    left: 38%;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .profileDetail .user-profile__btn {
    left: 25%;
  }
}
.accountUpdateAvatar .content {
  background: url("../img/banner.png");
  background-size: contain;
  height: 100vh;
  overflow: scroll;
}
.accountUpdateAvatar .content .hide {
  display: none;
}
.accountUpdateAvatar .content .avatarNote {
  color: rgb(171, 80, 235);
  font-weight: 100;
}
.accountUpdateAvatar .content .avatarPreview {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accountUpdateAvatar .content .upload-image .box-outer {
  width: 600px;
  margin-top: 40px;
}
.accountUpdateAvatar .content .upload-image .box-inner {
  padding: 0 0 40px;
  position: relative;
  padding-top: 48px;
  min-height: 760px;
}
.accountUpdateAvatar .content .upload-image .box-inner .box-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.accountUpdateAvatar .content .upload-image .box-inner .box-title img {
  width: 100%;
}
.accountUpdateAvatar .content .upload-image .box-inner .group-step {
  margin-top: 45px;
}
.accountUpdateAvatar .content .upload-image .box-inner .group-step .promotion-title {
  margin-top: 30px;
}
.accountUpdateAvatar .content .upload-image .box-inner .group-step .promotion-title img {
  width: 256px;
}
.accountUpdateAvatar .content .upload-image .box-inner .group-step .promotion {
  margin-top: 15px;
  position: relative;
}
.accountUpdateAvatar .content .upload-image .box-inner .group-step .promotion .promotion-msg {
  position: absolute;
  width: 142px;
  right: 67px;
  top: 69px;
}
.accountUpdateAvatar .content .upload-image .box-inner .group-step .promotion .promotion-pic {
  width: 100%;
}
.accountUpdateAvatar .content .upload-image .box-inner .separator {
  margin-bottom: 10px;
  margin-top: 25px;
}
.accountUpdateAvatar .content .upload-image .box-inner .separator img {
  width: 75%;
  height: 10px;
}
.accountUpdateAvatar .content .upload-image .box-inner .item-step-ic.right {
  position: absolute;
  top: 20px;
  right: 20px;
}
.accountUpdateAvatar .content .upload-image .box-inner .item-step-ic.left {
  position: absolute;
  top: 20px;
  left: 20px;
}
.accountUpdateAvatar .content .upload-image .step-content {
  color: #643731;
  margin: 0 auto;
}
.accountUpdateAvatar .content .upload-image .step-content .dark-red {
  color: #fff11f;
}
.accountUpdateAvatar .content .upload-image .step-content.small {
  max-width: 450px;
}
.accountUpdateAvatar .content .upload-image .step-content.step1 .group-content .step1-title img {
  width: 245px;
}
.accountUpdateAvatar .content .upload-image .step-content.step3 {
  padding-bottom: 18px;
}
.accountUpdateAvatar .content .upload-image .step-content.step3 .group-content {
  line-height: 28px;
}
.accountUpdateAvatar .content .upload-image .step-content.step4 .group-content {
  padding-bottom: 65px;
  line-height: 28px;
}
.accountUpdateAvatar .content .upload-image .step-content.step4 .group-content .complete-pic img {
  width: 100%;
}
.accountUpdateAvatar .content .upload-image .step-content.step4 .group-content .step4-title img {
  width: 180px;
}
.accountUpdateAvatar .content .upload-image .step-content.step2 .group-content {
  padding-top: 0;
}
.accountUpdateAvatar .content .upload-image .step-content.step2 .group-content .step2-title {
  position: relative;
}
.accountUpdateAvatar .content .upload-image .step-content.step2 .group-content .step2-title img {
  position: absolute;
  top: 20px;
  width: 245px;
}
.accountUpdateAvatar .content .upload-image .step-content .group-content {
  padding-top: 27px;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
.accountUpdateAvatar .content .upload-image .step-content .group-content__text {
  text-align: left;
  margin-top: 10px;
  font-size: 15px;
}
.accountUpdateAvatar .content .upload-image .item-step {
  background: url(../img/group_step_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  padding-top: 25px;
  padding-bottom: 50px;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-tit {
  font-weight: bold;
  font-size: 18px;
  padding-top: 48px;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-img.step1 {
  padding: 60px 0px;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-img.step3 {
  padding: 100px 0px 88px;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-ctn {
  color: #777777;
  text-align: left;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-ctn.step1 {
  margin-bottom: 77px;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-ctn.step3 {
  padding: 20px;
  margin-bottom: 40px;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-btn {
  text-align: center;
  margin-top: 30px;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-btn button {
  display: inline-block;
  border: none;
  font-weight: bold;
  outline: none;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-btn .btn-disabled {
  color: #777777;
  background: #DFDFDF;
  border-radius: 47px;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-btn .btn-enable:disabled {
  background: #DFDFDF;
  color: #777777;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-btn .btn-enable.step-1, .accountUpdateAvatar .content .upload-image .item-step .item-step-btn .btn-enable.step-2 {
  background: url(../img/step1_btn_next.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 28px 110px;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-btn .btn-enable.step-2 {
  margin-top: 45px;
}
.accountUpdateAvatar .content .upload-image .item-step .item-step-btn .btn-enable.step-3 {
  background: url(../img/step4_btn_finish.png) no-repeat center center;
  padding: 23px 168px;
}
.accountUpdateAvatar .content .upload-image .item-step .group-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.accountUpdateAvatar .content .upload-image .item-step .group-dots .item-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 15px;
}
.accountUpdateAvatar .content .upload-image .item-step .group-dots .item-dot:last-child {
  margin-right: 0;
}
.accountUpdateAvatar .content .upload-image .item-step .group-dots .item-dot.active {
  background: #fff11f;
}
.accountUpdateAvatar .content .upload-image .item-step .text-box {
  text-align: left;
  border-radius: 8px;
  padding: 20px;
  background-color: rgba(223, 223, 223, 0.5);
  color: #777777;
}
.accountUpdateAvatar .content .upload-image .item-step .text-box.mt-40 {
  margin-top: 40px;
}
.accountUpdateAvatar .content .upload-image .item-step .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.accountUpdateAvatar .content .upload-image .item-step .inputfile + label {
  width: 100%;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  border-radius: 47px;
  color: #fff;
  background: rgb(171, 80, 235);
}
.accountUpdateAvatar .content .item-step-btn {
  text-align: center;
  margin-top: 30px;
}
.accountUpdateAvatar .content .item-step-btn button {
  display: inline-block;
  border: none;
  font-weight: bold;
  outline: none;
}
.accountUpdateAvatar .content .item-step-btn .btn-disabled {
  color: #777777;
  background: #DFDFDF;
  border-radius: 47px;
}
.accountUpdateAvatar .content .item-step-btn .btn-enable:disabled {
  background: #DFDFDF;
  color: #777777;
}
.accountUpdateAvatar .content .item-step-btn .btn-enable.step-1, .accountUpdateAvatar .content .item-step-btn .btn-enable.step-2 {
  background: url(../img/step1_btn_next.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 18px 102px 27px;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
}
.accountUpdateAvatar .content .item-step-btn .btn-enable.step-2 {
  margin-top: 45px;
}
.accountUpdateAvatar .content .item-step-btn .btn-enable.step-3 {
  background: url(../img/step1_btn_next.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 18px 102px 27px;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
}
.accountUpdateAvatar .content .btn-reupload-avatar {
  width: 100%;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  border-radius: 47px;
  color: #fff;
  background: rgb(171, 80, 235);
  margin-bottom: 12px;
}

.messageGallery .content .content__main {
  min-height: 100vh;
}
.messageGallery .content .main-header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  padding: 30px;
}
.messageGallery .content .main-header .top-header__title {
  font-size: 18px;
  font-weight: bold;
}
.messageGallery .content .box-outer {
  width: 760px;
}
.messageGallery .content .box-inner {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.messageGallery .content .main-body {
  padding: 30px;
}
.messageGallery .gallery-size {
  position: relative;
  height: 75vh;
}
.messageGallery .gallery-list {
  display: flex;
  flex-wrap: wrap;
}
.messageGallery .gallery-list-detail {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messageGallery .gallery-list-detail img {
  width: 50%;
}
.messageGallery .gallery-item {
  width: calc(25% - 12px);
  margin-bottom: 16px;
  margin-right: 16px;
}
.messageGallery .gallery-item:nth-child(4n) {
  margin-right: 0;
}
.messageGallery .gallery-item img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.messageGallery .gallery-btn {
  position: absolute;
  top: 50%;
  width: 100%;
}
.messageGallery .gallery-btn button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #DFDFDF;
}
.messageGallery .gallery-btn button .ic-next {
  transform: rotate(180deg);
}

.followingIndex .follow-screen {
  max-width: 767px;
  margin: auto;
  padding: 20px 10px;
  background: #f5f5f5;
  min-height: 100vh;
}
.followingIndex .follow-screen__tab {
  background: white;
  border-radius: 35px;
  margin-bottom: 20px;
  width: 380px;
}
.followingIndex .follow-screen__tab .tab-item {
  width: 260px;
  padding: 7px;
  border-radius: 30px;
  background: transparent;
  color: black;
  margin-left: -1px;
  margin-right: -1px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
.followingIndex .follow-screen__tab .tab-item.active {
  background: rgb(171, 80, 235);
  color: white;
}
.followingIndex .follow-screen__content .content-box {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
.followingIndex .follow-screen__content .follow-item {
  padding: 0 10px;
  position: relative;
}
.followingIndex .follow-screen__content .follow-item__content {
  padding: 10px 0;
  border-bottom: 1px solid lightgray;
  width: 100%;
}
.followingIndex .follow-screen__content .follow-item__content .thumb-avatar {
  z-index: 2;
  width: 50px;
  height: 50px;
  min-width: 50px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: lightgray;
}
.followingIndex .follow-screen__content .follow-item__content .thumb-avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.followingIndex .follow-screen__content .follow-item__content .content-detail {
  flex-grow: 1;
  padding-left: 10px;
  width: -ms-calc("100% - 50px");
  width: -o-calc("100% - 50px");
}
.followingIndex .follow-screen__content .follow-item__content .content-detail .detail-name {
  padding-bottom: 3px;
}
.followingIndex .follow-screen__content .follow-item__content .content-detail .detail-name .name {
  z-index: 2;
  font-size: 16px;
  padding-right: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #333333;
}
.followingIndex .follow-screen__content .follow-item__content .content-detail .detail-name .date {
  padding-top: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}
.followingIndex .follow-screen__content .follow-item__content .content-detail .detail-info {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}
.followingIndex .follow-screen__content .follow-item__advanced {
  transition: all 0.5s ease;
  width: 0;
  overflow: hidden;
}
.followingIndex .follow-screen__content .follow-item__advanced > div.d-flex {
  padding: 10px 0;
  border-bottom: 1px solid lightgray;
}
.followingIndex .follow-screen__content .follow-item__advanced .button-text {
  background: none;
  border: none;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}
.followingIndex .follow-screen__content .follow-item__advanced .button-unfollow {
  background: #ab50eb;
  font-size: 16px;
  line-height: 22px;
  width: 150px;
  height: 55px;
  min-width: 100px;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  border: none;
  color: white;
  z-index: 2;
}
.followingIndex .follow-screen__content .follow-item__advanced .vertical-line {
  display: block;
  width: 1px;
  background: lightgray;
  margin: 0 15px;
}
.followingIndex .follow-screen__content .follow-item input[type=checkbox] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 71px;
}
.followingIndex .follow-screen__content .follow-item input[type=checkbox]:checked ~ .follow-item__advanced {
  width: 30%;
}
.followingIndex .follow-screen__content .follow-item:last-child div .d-flex {
  padding-bottom: 0px;
  border-bottom: none;
}
.followingIndex .follow-screen__content .follow-item:last-child .follow-item__content {
  border-bottom: none;
}
.followingIndex .follow-screen__content .notice-zero-following {
  text-align: center;
}
.followingIndex .follow-screen__content .notice-zero-following .image-notice {
  margin: 130px 130px 30px;
  min-height: 150px;
  min-width: 150px;
  max-width: 200px;
  max-height: 200px;
}
.followingIndex .follow-screen__content .notice-zero-following .text-notice {
  width: 50%;
  margin: 0px auto 70px;
  font-size: 15px;
  color: #8c8a99;
}
.followingIndex .follow-screen__content .notice-zero-following .button-notice {
  width: 260px;
  padding: 10px;
  border-radius: 30px;
  color: white;
  background: #727171;
  font-size: 18px;
  border: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: bold;
}
.followingIndex .confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.followingIndex .confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.followingIndex .confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}
.followingIndex .confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}
.followingIndex .confirm-popup .ms-popup__header {
  background: #EDEDED;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.followingIndex .confirm-popup .ms-popup__body {
  padding: 30px 36px;
}
.followingIndex .confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 36px;
}
.followingIndex .confirm-popup .ms-popup__footer button {
  background: rgb(171, 80, 235);
  border-radius: 24px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}
.followingIndex .confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(171, 80, 235);
  text-align: center;
  margin-bottom: 30px;
}
.followingIndex .confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}
.followingIndex .main-header {
  position: relative;
  border-bottom: 1px solid #979797;
}
.followingIndex .main-header .top-header {
  padding: 28px !important;
}
.followingIndex .main-header .btn-filter {
  font-family: "HiraginoSans-W3";
  color: rgb(171, 80, 235);
  font-size: 14px;
  border: 1px rgb(171, 80, 235) solid;
  padding: 5px 10px;
  border-radius: 5px;
}
.followingIndex .main-header .list-filters {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  list-style: none;
  background: #fff;
  top: 101%;
  z-index: 9999;
}
.followingIndex .main-header .list-filters li {
  font-weight: normal;
  padding: 16px;
}
.followingIndex .main-header .list-filters li a {
  color: #000;
}
.followingIndex .main-header .list-filters li a:hover {
  text-decoration: none;
}
.followingIndex .main-header .list-filters li.active a {
  color: rgb(171, 80, 235);
}
.followingIndex .main-header .list-filters li + li {
  border-top: 1px solid #DFDFDF;
}
@media only screen and (max-width: 600px) {
  .followingIndex .followingIndex .follow-screen__tab {
    width: 260px;
  }
  .followingIndex .followingIndex .follow-screen__tab .tab-item {
    font-size: 16px;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__content .detail-name {
    max-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__content .detail-name .name {
    font-size: 14px;
    width: 33%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__content .detail-name .date {
    font-size: 14px;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__content .detail-info {
    font-size: 14px;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__advanced .vertical-line {
    margin: 0;
  }
  .followingIndex .followingIndex .follow-screen__content .follow-item__advanced .button-unfollow {
    height: 50px;
    font-size: 10px;
    min-width: unset;
  }
}

.user-data .user-information .wrapper-avt-rate {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user-data .user-information .avatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-data .user-information .wrapper-info {
  padding: 20px 20px;
  width: 100%;
  background-color: #fff;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}
.user-data .user-information .wrapper-info p {
  margin: 0;
  font-weight: 600;
  font-size: 19px;
}
.user-data .user-information .wrapper-info .wrapper-star {
  display: flex;
}
.user-data .user-information .wrapper-info .wrapper-star .star {
  width: 30px;
  height: auto;
}
.user-data .user-information .wrapper-info .wrapper-star .star img {
  width: 100%;
  height: auto;
}
.user-data .user-information .wrapper-info .wrapper-star span {
  font-size: 20px;
}
.user-data .user-information .wrapper-info .ranking-week {
  display: flex;
  margin-top: 3px;
}
.user-data .user-information .wrapper-info .ranking-week .rank {
  width: 50px;
  height: auto;
}
.user-data .user-information .wrapper-info .ranking-week .rank img {
  width: 100%;
  height: auto;
}
.user-data .user-information .card-body {
  background: #fdfdf0;
}
.user-data .user-information .card-body .user-data-info__message-data {
  background: #fff3d0;
  padding: 2px 5px;
  border-radius: 8px;
}
.user-data .user-information .information {
  margin-left: 30px;
  color: rgb(86, 86, 86);
  font-weight: 500;
}
.user-data .user-information .information p {
  margin-bottom: 0;
}
.user-data .user-information .information .name {
  color: rgb(255, 255, 255);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}
.user-data .user-information .information .connected-number {
  font-size: 15px;
  margin-bottom: 5px;
  color: rgb(235, 79, 131);
}
.user-data .user-information .information .free-message-number {
  font-size: 12px;
  font-weight: 500;
  color: #4992e1;
}
.user-data .user-information .information .rank-title {
  font-size: 15px;
  margin-bottom: 5px;
}
.user-data .user-information .information .rank-data .element {
  display: grid;
  margin-right: 20px;
}
.user-data .user-information .information .rank-data .element .title {
  font-size: 16px;
  margin-bottom: 8px;
}
.user-data .user-information .information .rank-data .element .value {
  font-size: 17px;
}
.user-data .user-information .information .rank-data .element .value .icon-ranking {
  margin-left: -5px;
  margin-top: -3px;
}
.user-data .user-information .appear-title .title {
  margin-bottom: 10px;
  margin-top: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: rgb(51, 51, 51);
  font-weight: bold;
}
.user-data .user-information .appear-title input.title-value {
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.user-data .user-information .appear-title input.title-value ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(86, 86, 86);
  opacity: 1; /* Firefox */
}
.user-data .user-information .appear-title input.title-value ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(86, 86, 86);
  opacity: 1; /* Firefox */
}
.user-data .user-information .appear-title input.title-value :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(86, 86, 86);
}
.user-data .user-information .appear-title input.title-value ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(86, 86, 86);
}
.user-data .user-information .appear-title .input-group input#appear-title-input {
  background: #fdfdf0;
}
.user-data .user-information .appear-title .input-group button.input-group-text {
  background-color: #fdfdf0;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.user-data .user-information .button-review-profile {
  color: white;
  background-image: url("../img/preview-profile-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 20px;
}
.user-data .appear-title {
  margin: 30px 0;
  background-color: #c8c9c9;
  border-radius: 10px;
  padding: 30px 80px;
}
.user-data .appear-title label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.user-data .input-group {
  position: relative;
  width: 100%;
}
.user-data .input-group input {
  outline: none;
  border: none;
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background-color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: middle;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  caret-color: inherit;
  padding-right: 40px; /* ボタンの分のスペースを確保 */
}
.user-data .input-group-append {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  z-index: 10;
}
.user-data .input-group-append img {
  width: 20px;
  height: 20px;
}
.user-data .wrapper-work-today .title {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
}
.user-data .wrapper-work-today .content {
  background-color: #c8c9c9;
  padding: 30px 80px;
  border-radius: 10px;
}
.user-data .wrapper-work-today .content .value-title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}
.user-data .wrapper-work-today .content .value-display {
  background-color: #fff;
  border-radius: 10px;
  padding: 3px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-data .wrapper-work-today .content .value-display span,
.user-data .wrapper-work-today .content .value-display a {
  font-size: 22px;
  font-weight: bold;
  color: #212429;
}
.user-data .wrapper-work-today .content .percent-title {
  margin: 0;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.user-data .wrapper-work-today .content .wrapper-percents {
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 2px;
  border-radius: 10px;
}
.user-data .wrapper-work-today .content .wrapper-percents .percents {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.user-data .wrapper-work-today .content .wrapper-percents .percent-left {
  background-color: #008f3a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.user-data .wrapper-work-today .content .wrapper-percents .percent-right {
  background-color: #ef7100;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.user-data .wrapper-work-today .content .wrapper-suggest {
  display: flex;
  margin-top: 5px;
}
.user-data .wrapper-work-today .content .wrapper-suggest .suggest {
  display: flex;
  align-items: center;
}
.user-data .wrapper-work-today .content .wrapper-suggest .suggest .box {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 5px;
}
.user-data .wrapper-work-today .content .wrapper-suggest .suggest-left-percent {
  margin-right: 10px;
}
.user-data .wrapper-work-today .content .wrapper-suggest .suggest-left-percent .box {
  background-color: #008f3a;
}
.user-data .wrapper-work-today .content .wrapper-suggest .suggest-right-percent .box {
  background-color: #ef7100;
}
.user-data .wrapper-rank-up {
  background-color: #c8c9c9;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px 80px;
}
.user-data .wrapper-rank-up .wrapper-next-rank {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-data .wrapper-rank-up .wrapper-next-rank .wrapper-rank {
  display: flex;
  flex-direction: column;
}
.user-data .wrapper-rank-up .wrapper-next-rank .wrapper-rank img {
  width: 80px;
  height: auto;
}
.user-data .wrapper-rank-up .wrapper-next-rank .wrapper-rank span {
  font-weight: 600;
}
.user-data .wrapper-rank-up .wrapper-next-rank > img {
  margin: 0 24px;
  width: 100px;
  height: 50px;
}
.user-data .wrapper-rank-up .wrapper-desc-next-rank {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  padding: 20px;
}
.user-data .wrapper-rank-up .wrapper-desc-next-rank p {
  font-size: 20px;
  margin: 0;
}
.user-data .wrapper-rank-up .wrapper-desc-next-rank .title {
  font-weight: 600;
}
.user-data .wrapper-rank-up .wrapper-condition-next-rank {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
}
.user-data .wrapper-rank-up .wrapper-condition-next-rank p {
  margin: 0;
}
.user-data .wrapper-rank-up .wrapper-condition-next-rank .wrapper-notification-title {
  background-color: #ffd404;
  color: #cc1c1f;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 8px;
}
.user-data .wrapper-rank-up .wrapper-condition-next-rank .wrapper-desc {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

#confirmRankingPopup {
  overflow-x: hidden;
  overflow-y: hidden;
}

.design08 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.design08 th {
  padding: 10px;
  background: #d47c7e;
  border: solid 1px #666666;
  color: #ffffff;
}

.design08 td {
  padding: 10px;
  border: solid 1px #666666;
}

.design08 td:first-child {
  background: #e9faf9;
}

.ranking-modal-title {
  font-size: 30px;
  text-align: center;
  color: rgb(171, 80, 235);
  margin-bottom: 15px;
}

.confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}

.confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}

.confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.confirm-popup .ms-popup__body {
  padding: 30px 36px;
}

.confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0 36px 36px;
}

.confirm-popup .ms-popup__footer button {
  background: rgb(171, 80, 235);
  border-radius: 24px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}

.confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(171, 80, 235);
  text-align: center;
  margin-bottom: 30px;
}

.confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

.block-confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.block-confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.block-confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}

.block-confirm-popup .ms-popup__header {
  background: #ededed;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.block-confirm-popup .ms-popup__body {
  padding: 0;
  font-size: 16px;
}

.block-confirm-popup .ms-popup__head {
  padding: 16px 36px;
  background-color: rgb(171, 80, 235);
  font-family: "Hiragino Sans";
}

.block-confirm-popup .ms-popup__note {
  padding: 0 36px;
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

.block-confirm-popup .ms-popup__note p {
  color: #f02020 !important;
}

.block-confirm-popup .ms-popup__form {
  display: flex;
  flex-direction: column;
  padding: 0px 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-confirm-popup .ms-popup__form label {
  font-size: 14px;
  color: #777777;
}

.block-confirm-popup .ms-popup__form textarea {
  border-radius: 8px;
  color: #777777;
  resize: none;
  height: 123px;
  padding: 10px;
  border: 1px solid #acacac;
}

.block-confirm-popup .ms-popup__form textarea:focus {
  outline: none;
}

.block-confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 20px;
  justify-content: center;
}

.block-confirm-popup .ms-popup__footer button {
  border: 1px solid rgb(171, 80, 235);
  background-color: rgb(171, 80, 235);
  color: #fff;
  border-radius: 40px;
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
}

.block-confirm-popup .ms-popup__footer .submit__block {
  background: rgb(171, 80, 235);
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  width: calc(50% - 10px);
  padding: 15px;
  border: none;
}

.block-confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(171, 80, 235);
  text-align: center;
  margin-bottom: 30px;
}

.block-confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}

@media only screen and (max-width: 375px) {
  .user-data {
    padding: 10px 10px 0 10px;
  }
  .user-data .user-information .information {
    margin-left: 10px;
  }
  .user-data .user-information .information .rank-data .element .title {
    font-size: 11px;
  }
  .user-data .user-information .information .rank-data .element .value {
    font-size: 11px;
  }
  .user-data .user-information .button-review-profile {
    margin-top: 15px;
    padding: 10px 22px;
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .user-data {
    padding: 10px 10px 0 10px;
  }
  .user-data .user-information .information {
    margin-left: 10px;
  }
  .user-data .user-information .information .rank-data .element .title {
    font-size: 11px;
  }
  .user-data .user-information .information .rank-data .element .value {
    font-size: 11px;
  }
  .user-data .user-information .button-review-profile {
    margin-top: 15px;
    padding: 10px 22px;
    width: 100%;
  }
}
.timelineIndex .time-line button {
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}
.timelineIndex .time-line .thumbnail {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.timelineIndex .time-line__form {
  padding: 24px 24px 8px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 24px;
}
.timelineIndex .time-line__form .form-top {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}
.timelineIndex .time-line__form .form-top .thumbnail {
  flex: none;
  margin-right: 13px;
}
.timelineIndex .time-line__form .form-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}
.timelineIndex .time-line__form .form-bottom .btn-post {
  height: 44px;
  width: 133px;
  background-color: #61c23f;
  border-radius: 5px;
  color: #ffffff;
}
.timelineIndex .time-line__form .form-bottom .preview-image-box .preview-image {
  max-width: 250px;
  max-height: 250px;
}
.timelineIndex .time-line__form .form-upload {
  position: relative;
  color: #333333;
  display: flex;
  align-items: center;
}
.timelineIndex .time-line__form .form-upload img {
  flex: none;
  margin-right: 13px;
  width: 40px;
}
.timelineIndex .time-line__form .form-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.timelineIndex .time-line__form textarea {
  font-size: 16px;
  line-height: 26px;
  outline: none;
  border: none;
  resize: none;
  background-color: #fff;
  width: 100%;
  height: 75px;
  overflow: auto;
  color: #333333;
}
.timelineIndex .time-line__form textarea::-moz-placeholder {
  color: #acacac;
}
.timelineIndex .time-line__form textarea::placeholder {
  color: #acacac;
}
.timelineIndex .time-line__list .item-article {
  padding: 24px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 24px;
}
.timelineIndex .time-line__list .item-article .item-top {
  display: flex;
  align-items: center;
}
.timelineIndex .time-line__list .item-article .item-top .top-middle {
  padding-left: 24px;
}
.timelineIndex .time-line__list .item-article .item-top .top-middle__name {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
.timelineIndex .time-line__list .item-article .item-top .top-middle__info {
  font-size: 14px;
  color: #777777;
}
.timelineIndex .time-line__list .item-article .item-top .top-right {
  padding-left: 64%;
}
.timelineIndex .time-line__list .item-article .item-top .top-right img {
  width: 20px;
}
.timelineIndex .time-line__list .item-article .item-body {
  padding-top: 24px;
}
.timelineIndex .time-line__list .item-article .item-body p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.timelineIndex .time-line__list .item-article .item-body img {
  width: 100%;
}
.timelineIndex .time-line__list .item-article .item-footer {
  padding-top: 24px;
}
.timelineIndex .time-line__list .item-article .item-footer .footer-reaction button {
  font-size: 16px;
  color: #000000;
}
.timelineIndex .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction {
  margin-right: 28px;
}
.timelineIndex .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction img {
  width: 20px;
}
.timelineIndex .time-line__list .item-article .item-footer .footer-reaction button.btn-comment img {
  width: 23px;
}
.timelineIndex .time-line__list .item-article .item-footer .footer-reaction img {
  margin-right: 12px;
}
.timelineIndex .time-line__list .item-article .item-footer .footer-box-comment {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.timelineIndex .time-line__list .item-article .item-footer .footer-box-comment img:first-child {
  flex: none;
  margin-right: 33px;
}
.timelineIndex .time-line__list .item-article .item-footer .footer-box-comment .form-input {
  width: 100%;
  min-height: 44px;
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 40px;
  outline: none;
  padding: 0px 16px;
  margin-right: 15px;
}
.timelineIndex .time-line__list .item-article .footer-list-comment {
  padding-top: 28px;
}
.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment {
  display: flex;
}
.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .right {
  padding-top: 10px;
  padding-left: 24px;
}
.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-top .top-middle {
  padding-left: 0;
}
.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action {
  display: flex;
  padding-left: 433px;
}
.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action img {
  width: 20px;
}
.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action img:last-child {
  width: 20px;
  margin-left: 10px;
}
.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-body {
  padding-top: 15px;
}
.timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-body p {
  padding-bottom: 15px;
}
.timelineIndex .time-line__list .item-article .footer-list-comment .btn-viewall {
  font-size: 14px;
  color: #eb4f83;
  line-height: 19px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .timelineIndex .time-line .thumbnail {
    width: 42px;
    height: 42px;
  }
  .timelineIndex .time-line__form textarea {
    font-size: 14px;
  }
  .timelineIndex .time-line__form .form-bottom .form-upload {
    font-size: 14px;
  }
  .timelineIndex .time-line__form .form-bottom .form-upload .icon-upload-image {
    width: 30px;
  }
  .timelineIndex .time-line__form .form-bottom .btn-upload {
    font-size: 14px;
  }
  .timelineIndex .time-line__form .form-bottom .btn-post {
    width: 94px;
    height: 34px;
  }
  .timelineIndex .time-line__form .form-bottom .preview-image-box .preview-image {
    max-width: 250px;
    max-height: 250px;
  }
  .timelineIndex .time-line__list .item-article {
    padding: 16px;
    margin-bottom: 16px;
  }
  .timelineIndex .time-line__list .item-article .item-top .top-right {
    padding-left: 165px;
  }
  .timelineIndex .time-line__list .item-article .item-top .top-right__name {
    font-size: 14px;
  }
  .timelineIndex .time-line__list .item-article .item-top .top-right__info {
    font-size: 12px;
    color: #777777;
  }
  .timelineIndex .time-line__list .item-article .item-top .top-right img.btn-delete-buzz {
    width: 15px;
  }
  .timelineIndex .time-line__list .item-article .item-body {
    padding-top: 16px;
  }
  .timelineIndex .time-line__list .item-article .item-body p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .timelineIndex .time-line__list .item-article .item-footer {
    padding-top: 16px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-reaction button {
    font-size: 14px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction {
    margin-right: 18px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-reaction img {
    margin-right: 8px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-box-comment {
    padding-top: 16px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-box-comment img {
    margin-right: 18px;
  }
  .timelineIndex .time-line__list .item-article .item-footer .footer-box-comment .form-input {
    min-height: 34px;
    font-size: 14px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment {
    padding-top: 18px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .right {
    padding-top: 0;
    padding-left: 14px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .right .button-action {
    padding-left: 155px;
    width: 15px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-body {
    padding-top: 12px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment .item-comment .item-body p {
    padding-bottom: 12px;
  }
  .timelineIndex .time-line__list .item-article .footer-list-comment .btn-viewall {
    font-size: 14px;
  }
}

.timelineDetail .time-line button {
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}
.timelineDetail .time-line .thumbnail {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.timelineDetail .time-line__form {
  padding: 24px 24px 8px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 24px;
}
.timelineDetail .time-line__form .form-top {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}
.timelineDetail .time-line__form .form-top .thumbnail {
  flex: none;
  margin-right: 13px;
}
.timelineDetail .time-line__form .form-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}
.timelineDetail .time-line__form .form-bottom .btn-post {
  height: 44px;
  width: 133px;
  background-color: #61c23f;
  border-radius: 5px;
  color: #ffffff;
}
.timelineDetail .time-line__form .form-bottom .preview-image-box .preview-image {
  max-width: 250px;
  max-height: 250px;
}
.timelineDetail .time-line__form .form-upload {
  position: relative;
  color: #333333;
  display: flex;
  align-items: center;
}
.timelineDetail .time-line__form .form-upload img {
  flex: none;
  margin-right: 13px;
  width: 40px;
}
.timelineDetail .time-line__form .form-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.timelineDetail .time-line__form textarea {
  font-size: 16px;
  line-height: 26px;
  outline: none;
  border: none;
  resize: none;
  background-color: #fff;
  width: 100%;
  height: 75px;
  overflow: auto;
  color: #333333;
}
.timelineDetail .time-line__form textarea::-moz-placeholder {
  color: #acacac;
}
.timelineDetail .time-line__form textarea::placeholder {
  color: #acacac;
}
.timelineDetail .time-line__list .item-article {
  padding: 24px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 24px;
}
.timelineDetail .time-line__list .item-article .item-top {
  display: flex;
  align-items: center;
}
.timelineDetail .time-line__list .item-article .item-top .top-middle {
  padding-left: 24px;
}
.timelineDetail .time-line__list .item-article .item-top .top-middle__name {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
.timelineDetail .time-line__list .item-article .item-top .top-middle__info {
  font-size: 14px;
  color: #777777;
}
.timelineDetail .time-line__list .item-article .item-top .top-right {
  padding-left: 64%;
}
.timelineDetail .time-line__list .item-article .item-top .top-right img {
  width: 20px;
}
.timelineDetail .time-line__list .item-article .item-body {
  padding-top: 24px;
}
.timelineDetail .time-line__list .item-article .item-body p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.timelineDetail .time-line__list .item-article .item-body img {
  width: 100%;
}
.timelineDetail .time-line__list .item-article .item-footer {
  padding-top: 24px;
}
.timelineDetail .time-line__list .item-article .item-footer .footer-reaction button {
  font-size: 16px;
  color: #000000;
}
.timelineDetail .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction {
  margin-right: 28px;
}
.timelineDetail .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction img {
  width: 20px;
}
.timelineDetail .time-line__list .item-article .item-footer .footer-reaction button.btn-comment img {
  width: 23px;
}
.timelineDetail .time-line__list .item-article .item-footer .footer-reaction img {
  margin-right: 12px;
}
.timelineDetail .time-line__list .item-article .item-footer .footer-box-comment {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.timelineDetail .time-line__list .item-article .item-footer .footer-box-comment img:first-child {
  flex: none;
  margin-right: 33px;
}
.timelineDetail .time-line__list .item-article .item-footer .footer-box-comment .form-input {
  width: 100%;
  min-height: 44px;
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 40px;
  outline: none;
  padding: 0px 16px;
  margin-right: 15px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment {
  padding-top: 28px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment {
  display: flex;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .right {
  padding-top: 10px;
  padding-left: 24px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .right .top-right {
  padding-left: 0%;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-top .top-middle {
  padding-left: 0;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action {
  display: flex;
  padding-left: 434px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action img {
  width: 20px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-top .button-action img:last-child {
  width: 20px;
  margin-left: 10px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-body {
  padding-top: 15px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-body p {
  padding-bottom: 15px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply {
  display: flex;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .right {
  padding-top: 10px;
  padding-left: 24px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-top .top-middle {
  padding-left: 0;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-top .button-action {
  display: flex;
  padding-left: 340px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-top .button-action img {
  width: 20px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-top .button-action img:last-child {
  width: 20px;
  margin-left: 10px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-body {
  padding-top: 15px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .item-reply .item-body p {
  padding-bottom: 15px;
}
.timelineDetail .time-line__list .item-article .footer-list-comment .btn-viewall {
  font-size: 14px;
  color: #eb4f83;
  line-height: 19px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .timelineDetail .time-line .thumbnail {
    width: 42px;
    height: 42px;
  }
  .timelineDetail .time-line__form textarea {
    font-size: 14px;
  }
  .timelineDetail .time-line__form .form-bottom .form-upload {
    font-size: 14px;
  }
  .timelineDetail .time-line__form .form-bottom .form-upload .icon-upload-image {
    width: 30px;
  }
  .timelineDetail .time-line__form .form-bottom .btn-upload {
    font-size: 14px;
  }
  .timelineDetail .time-line__form .form-bottom .btn-post {
    width: 94px;
    height: 34px;
  }
  .timelineDetail .time-line__form .form-bottom .preview-image-box .preview-image {
    max-width: 250px;
    max-height: 250px;
  }
  .timelineDetail .time-line__list .item-article {
    padding: 16px;
    margin-bottom: 16px;
  }
  .timelineDetail .time-line__list .item-article .item-top .top-right {
    padding-left: 43%;
  }
  .timelineDetail .time-line__list .item-article .item-top .top-right__name {
    font-size: 14px;
  }
  .timelineDetail .time-line__list .item-article .item-top .top-right__info {
    font-size: 12px;
    color: #777777;
  }
  .timelineDetail .time-line__list .item-article .item-top .top-right img.btn-delete-buzz {
    width: 15px;
  }
  .timelineDetail .time-line__list .item-article .item-body {
    padding-top: 16px;
  }
  .timelineDetail .time-line__list .item-article .item-body p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .timelineDetail .time-line__list .item-article .item-footer {
    padding-top: 16px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-reaction button {
    font-size: 14px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-reaction button.btn-reaction {
    margin-right: 18px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-reaction img {
    margin-right: 8px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-box-comment {
    padding-top: 16px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-box-comment img {
    margin-right: 18px;
  }
  .timelineDetail .time-line__list .item-article .item-footer .footer-box-comment .form-input {
    min-height: 34px;
    font-size: 14px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment {
    padding-top: 18px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .right {
    padding-top: 0;
    padding-left: 14px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .right .button-action {
    padding-left: 155px;
    width: 15px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-body {
    padding-top: 12px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-body p {
    padding-bottom: 12px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-reply .right .item-top .top-right {
    padding-left: 0;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .item-comment .item-reply .right .item-top .button-action {
    padding-left: 135px;
  }
  .timelineDetail .time-line__list .item-article .footer-list-comment .btn-viewall {
    font-size: 14px;
  }
}

.blockindex .follow-screen {
  max-width: 767px;
  margin: auto;
  padding: 20px 10px;
  background: #f5f5f5;
  min-height: 100vh;
}
.blockindex .follow-screen__tab {
  background: white;
  border-radius: 35px;
  margin-bottom: 20px;
  width: 380px;
}
.blockindex .follow-screen__tab .tab-item {
  width: 260px;
  padding: 7px;
  border-radius: 30px;
  background: transparent;
  color: black;
  margin-left: -1px;
  margin-right: -1px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.blockindex .follow-screen__tab .tab-item.active {
  background: rgb(171, 80, 235);
  color: white;
}
.blockindex .follow-screen__content .content-box {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
.blockindex .follow-screen__content .button-un-block {
  background: white;
  font-size: 16px;
  line-height: 22px;
  width: 120px;
  height: 44px;
  min-width: 100px;
  border-radius: 25px;
  border-color: #848484;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  font-weight: normal;
  color: #3b3b3b;
}
.blockindex .follow-screen__content .follow-item {
  padding: 0 10px;
  position: relative;
}
.blockindex .follow-screen__content .follow-item__content {
  padding: 10px 0;
  border-bottom: 1px solid lightgray;
  width: 100%;
}
.blockindex .follow-screen__content .follow-item__content .thumb-avatar {
  z-index: 2;
  width: 50px;
  height: 50px;
  min-width: 50px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: lightgray;
}
.blockindex .follow-screen__content .follow-item__content .thumb-avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.blockindex .follow-screen__content .follow-item__content .content-detail {
  flex-grow: 1;
  padding-left: 10px;
  width: -ms-calc("100% - 50px");
  width: -o-calc("100% - 50px");
}
.blockindex .follow-screen__content .follow-item__content .content-detail .detail-name {
  padding-bottom: 3px;
}
.blockindex .follow-screen__content .follow-item__content .content-detail .detail-name .name {
  z-index: 2;
  font-size: 16px;
  padding-right: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #333333;
}
.blockindex .follow-screen__content .follow-item__content .content-detail .detail-name .date {
  padding-top: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}
.blockindex .follow-screen__content .follow-item__content .content-detail .detail-info {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}
.blockindex .follow-screen__content .follow-item__advanced {
  transition: all 0.5s ease;
  width: 0;
  overflow: hidden;
}
.blockindex .follow-screen__content .follow-item__advanced > div.d-flex {
  padding: 10px 0;
  border-bottom: 1px solid lightgray;
}
.blockindex .follow-screen__content .follow-item__advanced .button-text {
  background: none;
  border: none;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #777777;
}
.blockindex .follow-screen__content .follow-item__advanced .button-unfollow {
  background: #ab50eb;
  font-size: 16px;
  line-height: 22px;
  width: 150px;
  height: 55px;
  min-width: 100px;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  border: none;
  color: white;
  z-index: 2;
}
.blockindex .follow-screen__content .follow-item__advanced .vertical-line {
  display: block;
  width: 1px;
  background: lightgray;
  margin: 0 15px;
}
.blockindex .follow-screen__content .follow-item input[type=checkbox] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 71px;
}
.blockindex .follow-screen__content .follow-item input[type=checkbox]:checked ~ .follow-item__advanced {
  width: 30%;
}
.blockindex .follow-screen__content .follow-item:last-child div .d-flex {
  padding-bottom: 0px;
  border-bottom: none;
}
.blockindex .follow-screen__content .follow-item:last-child .follow-item__content {
  border-bottom: none;
}
.blockindex .follow-screen__content .notice-zero-following {
  text-align: center;
}
.blockindex .follow-screen__content .notice-zero-following .image-notice {
  margin: 130px 130px 30px;
  min-height: 150px;
  min-width: 150px;
  max-width: 200px;
  max-height: 200px;
}
.blockindex .follow-screen__content .notice-zero-following .text-notice {
  width: 50%;
  margin: 0px auto 70px;
  font-size: 15px;
  color: #8c8a99;
}
.blockindex .follow-screen__content .notice-zero-following .button-notice {
  width: 260px;
  padding: 10px;
  border-radius: 30px;
  color: white;
  background: #727171;
  font-size: 18px;
  border: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: bold;
}
.blockindex .confirm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.blockindex .confirm-popup .ms-popup-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blockindex .confirm-popup .ms-popup-inner {
  background: #ffffff;
  border-radius: 10px;
  width: 360px;
  overflow: hidden;
}
.blockindex .confirm-popup .ms-popup-inner.w-720 {
  width: 720px;
}
.blockindex .confirm-popup .ms-popup__header {
  background: #EDEDED;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.blockindex .confirm-popup .ms-popup__body {
  padding: 30px 36px;
}
.blockindex .confirm-popup .ms-popup__footer {
  border-top: none;
  padding: 0px 36px 36px;
}
.blockindex .confirm-popup .ms-popup__footer button {
  background: rgb(171, 80, 235);
  border-radius: 24px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding: 12px;
}
.blockindex .confirm-popup .ms-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(171, 80, 235);
  text-align: center;
  margin-bottom: 30px;
}
.blockindex .confirm-popup .ms-popup p {
  color: #777777;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .blockindex .followingIndex .follow-screen__tab {
    width: 260px;
  }
  .blockindex .followingIndex .follow-screen__tab .tab-item {
    font-size: 16px;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__content .detail-name {
    max-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__content .detail-name .name {
    font-size: 14px;
    width: 33%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__content .detail-name .date {
    font-size: 14px;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__content .detail-info {
    font-size: 14px;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__advanced .vertical-line {
    margin: 0;
  }
  .blockindex .followingIndex .follow-screen__content .follow-item__advanced .button-unfollow {
    height: 50px;
    font-size: 10px;
    min-width: unset;
  }
}

.listNotification .notification-screen {
  max-width: 767px;
  margin: auto;
  padding: 20px 10px;
  background: #f5f5f5;
  min-height: 100vh;
}
.listNotification .notification-screen__content .content-box {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
.listNotification .notification-screen__content .content-box .notification-item {
  padding: 10px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid lightgray;
}
.listNotification .notification-screen__content .content-box .notification-item a {
  text-decoration: none;
  color: #000000;
}
.listNotification .notification-screen__content .content-box .notification-item__content {
  width: 100%;
}
.listNotification .notification-screen__content .content-box .notification-item__content .text-box {
  padding-left: 10px;
}
.listNotification .notification-screen__content .content-box .notification-item__content .text-box p {
  margin-bottom: 0;
}
.listNotification .notification-screen__content .content-box .notification-item__content .image-notifi {
  width: 40px;
  height: 40px;
}
.listNotification .notification-screen__content .content-box .notification-item__content .image-notifi img {
  max-width: 100%;
}
.listNotification .notification-screen__content .content-box .notification-item__content .content-notifi {
  width: 35px;
  height: 35px;
}
.listNotification .news-screen {
  max-width: 767px;
  margin: auto;
  padding: 20px 10px;
  background: rgb(245, 245, 245);
  min-height: 100vh;
}
.listNotification .news-screen__content {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px;
  padding: 50px 55px 50px 55px;
  background-color: white;
}
.listNotification .news-screen__content .news-box {
  margin-bottom: 30px;
  text-align: center;
}
.listNotification .news-screen__content .news-box .news-img {
  width: 90%;
  border-radius: 16px;
}
.listNotification .news-screen__content .news-box a {
  padding-top: 16px;
  font-size: 20px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.listNotification .item-news__content a {
  display: block !important;
}
@media only screen and (max-width: 600px) {
  .listNotification .followingIndex .notification-screen__tab {
    width: 260px;
  }
  .listNotification .followingIndex .notification-screen__tab .tab-item {
    font-size: 16px;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__content .detail-name {
    max-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__content .detail-name .name {
    font-size: 14px;
    width: 33%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__content .detail-name .date {
    font-size: 14px;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__content .detail-info {
    font-size: 14px;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__advanced .vertical-line {
    margin: 0;
  }
  .listNotification .followingIndex .notification-screen__content .follow-item__advanced .button-unfollow {
    height: 50px;
    font-size: 10px;
    min-width: unset;
  }
}

.settingPushNotification .setting .btn-save {
  border: 1px solid #777777;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 16px;
  padding: 7px 24px;
}
.settingPushNotification .setting-item {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  height: 65px;
}
.settingPushNotification .setting-item .button-select-message-noti {
  cursor: pointer;
  color: blue;
  margin-bottom: 0;
}
.settingPushNotification .setting-item .icon-select-message-noti {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.settingPushNotification .setting-item .switch {
  height: 30px;
  line-height: 30px;
  top: 8px;
}
.settingPushNotification .setting-item .switch__toggle {
  background-color: #C8C8C8 !important;
}
.settingPushNotification .setting-item .switch__handle {
  background-color: white;
}
.settingPushNotification .setting-item .switch__input:checked + .switch__toggle {
  background-color: rgb(171, 80, 235) !important;
  box-shadow: inset 0 0 0 2px rgb(171, 80, 235) !important;
}
.settingPushNotification .setting-item:last-child {
  border-bottom: none;
}

.aboutReward .point-explain .point-explain-group {
  margin-bottom: 30px;
}
.aboutReward .point-explain .point-explain-group .group-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  color: rgb(171, 80, 235);
}
.aboutReward .point-explain .point-explain-group:first-child .group-title {
  margin-top: 0;
}
.aboutReward .point-explain .row-p {
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: rgb(51, 51, 51);
  font-weight: 500;
}
.aboutReward .point-explain .row-p:first-child {
  padding-top: 0;
}
.aboutReward .point-explain .flex-between-centered:nth-child(2) {
  margin-bottom: 0;
}

.previewProfileDetail .main-body {
  background: url("../img/background-preview-profile-detail.png") #FFEECD;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  font-family: "Hiragino Sans";
}
.previewProfileDetail .main-body .my-container {
  max-width: 400px;
  margin: auto;
}
.previewProfileDetail .main-body .my-container .banner-box {
  position: relative;
  height: 225px;
  background-color: #708295;
  border-radius: 8px 8px 0 0;
}
.previewProfileDetail .main-body .my-container .banner-box .rank-watermark {
  position: absolute;
  right: -3px;
  top: -2px;
}
.previewProfileDetail .main-body .my-container .banner-box .rank-watermark img {
  width: 90px;
}
.previewProfileDetail .main-body .my-container .banner-box .user-avatar {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 70px;
  right: 0;
  margin: auto;
}
.previewProfileDetail .main-body .my-container .banner-box .user-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.previewProfileDetail .main-body .my-container .banner-box .user-avatar-premium {
  top: 0;
  left: 0;
}
.previewProfileDetail .main-body .my-container .banner-box .user-avatar-premium img {
  width: 100%;
  height: 225px;
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.previewProfileDetail .main-body .my-container .banner-box .basic-information {
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 8px 10px;
  font-size: 15px;
}
.previewProfileDetail .main-body .my-container .banner-box .basic-information .certificate-icon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.previewProfileDetail .main-body .my-container .banner-box .basic-information .star-icon {
  height: 11px;
  margin-right: 3px;
}
.previewProfileDetail .main-body .my-container .banner-box .basic-information .twitter-icon {
  height: 16px;
  width: 20px;
  margin-right: 5px;
}
.previewProfileDetail .main-body .my-container .banner-box .basic-information .follow-button {
  background-color: rgb(48, 48, 48);
  border-radius: 4px;
  padding: 2px 4px;
}
.previewProfileDetail .main-body .my-container .banner-box .basic-information p {
  margin-bottom: 8px;
}
.previewProfileDetail .main-body .my-container .banner-box .basic-information p.name {
  font-size: 16px;
  font-weight: bold;
}
.previewProfileDetail .main-body .my-container .banner-box .basic-information p {
  margin-bottom: 8px;
  margin-left: 8px;
}
.previewProfileDetail .main-body .my-container .banner-box .basic-information p.stt-on::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #A9D96E;
  border-radius: 15px;
}
.previewProfileDetail .main-body .my-container .appear-title {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 0;
}
.previewProfileDetail .main-body .my-container .appear-title p {
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  min-height: 50px;
  font-family: "Hiragino Sans";
}
.previewProfileDetail .main-body .my-container .appear-title p.gold {
  background-image: url("../img/appeal_title_in_1h.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.previewProfileDetail .main-body .my-container .appear-title p.blue {
  background-image: url("../img/appeal_title_in_24h.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.previewProfileDetail .main-body .my-container .appear-title p.silver {
  background-image: url("../img/appeal_title_more_than_24h.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.previewProfileDetail .main-body .my-container .fee-service {
  font-size: 13px;
  color: rgb(48, 48, 48);
}
.previewProfileDetail .main-body .my-container .fee-service p {
  margin-bottom: 4px;
}
.previewProfileDetail .main-body .my-container .font-size-13 {
  font-size: 13px;
}
.previewProfileDetail .main-body .my-container .appraisal-style, .previewProfileDetail .main-body .my-container .fortune-telling {
  padding: 2px 8px 2px 8px;
  border-radius: 20px;
  background: #708295;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
}
.previewProfileDetail .main-body .my-container .rank-and-style {
  padding: 0 10px;
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info {
  border: 2px solid rgb(154, 154, 154);
  border-radius: 8px;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  background-color: white;
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table {
  border-radius: 8px;
  border: none;
  height: auto;
  background-color: white;
  padding: 15px 20px;
  width: 100%;
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr {
  height: 40px;
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr th {
  width: 100px;
  padding: 0 10px;
  border-right: rgb(154, 154, 154) 1px solid;
  font-size: 13px;
  color: #6e6e6e;
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr .rank-normal {
  font-family: "Tahoma";
  font-weight: bold;
  font-size: 15px;
  color: rgb(255, 255, 255);
  padding: 6px 15px;
  background-image: linear-gradient(to left, rgb(160, 160, 160) 0%, rgb(215, 215, 215) 41%, rgb(210, 210, 210) 76%, rgb(189, 189, 189) 99%);
  text-align: center;
  border-radius: 5px;
  text-shadow: 1px 1px #9a9a9a;
  letter-spacing: 2px;
  display: table-cell;
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr .rank-icon {
  max-width: 135px;
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr .fee-service {
  font-size: 13px;
  color: rgb(48, 48, 48);
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table tr .fee-service p {
  margin-bottom: 4px;
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .fortune-telling {
  color: white;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
  padding: 0 5px;
  display: inline-block;
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .fortune-telling.gold {
  background-color: rgb(215, 171, 33);
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .fortune-telling.blue {
  background-color: rgb(0, 113, 188);
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .fortune-telling.silver {
  background-color: rgb(110, 110, 110);
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .appraisal-style, .previewProfileDetail .main-body .my-container .rank-and-style .table-info table .fortune-telling {
  font-size: 13px;
  text-align: center;
  padding: 0 5px;
  background-color: white;
  border-radius: 4px;
  display: inline-block;
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .appraisal-style.gold, .previewProfileDetail .main-body .my-container .rank-and-style .table-info table .gold.fortune-telling {
  color: rgb(215, 171, 33);
  border: 1px solid rgb(215, 171, 33);
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .appraisal-style.blue, .previewProfileDetail .main-body .my-container .rank-and-style .table-info table .blue.fortune-telling {
  color: rgb(0, 113, 188);
  border: 1px solid rgb(0, 113, 188);
}
.previewProfileDetail .main-body .my-container .rank-and-style .table-info table .appraisal-style.silver, .previewProfileDetail .main-body .my-container .rank-and-style .table-info table .silver.fortune-telling {
  color: rgb(110, 110, 110);
  border: 1px solid rgb(110, 110, 110);
}
.previewProfileDetail .main-body .my-container .box-title {
  height: 24px;
  font-weight: bold;
  font-size: 16px;
  color: rgb(0, 0, 0);
  margin-bottom: 5px;
  margin-top: 25px;
  padding-left: 15px;
}
.previewProfileDetail .main-body .my-container .about-me-box {
  padding: 0 10px;
}
.previewProfileDetail .main-body .my-container .about-me-box .about-me {
  background-color: #FFF8EA;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 13px;
  color: #6e6e6e;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 375px) {
  .previewProfileDetail .main-body {
    padding: 0 0 !important;
  }
  .previewProfileDetail .main-body .my-container .banner-box {
    height: 200px;
  }
  .previewProfileDetail .main-body .my-container .banner-box .user-avatar {
    width: 90px;
    height: 90px;
  }
  .previewProfileDetail .main-body .my-container .banner-box .user-avatar img {
    width: 90px;
    height: 90px;
  }
  .previewProfileDetail .main-body .my-container .banner-box .user-avatar-premium img {
    height: 200px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style {
    padding: 0 10px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style table tr th {
    padding: 0 10px;
    font-size: 10px;
    width: 80px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style table tr .rank-normal {
    font-size: 13px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style table tr:first-child td:nth-child(2) {
    width: 100px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style table tr:first-child td:nth-child(2) img {
    width: 125px;
  }
  .previewProfileDetail .main-body .my-container .rank-and-style table tr .fee-service {
    font-size: 10px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/fonts/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../img/fonts/slick.eot");
  src: url("../img/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../img/fonts/slick.woff") format("woff"), url("../img/fonts/slick.ttf") format("truetype"), url("../img/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}