.app-header .dropdown-menu a:hover {
	text-decoration: none;
}
.red {
	color: #f86c6b;
}
.mr-16 {
  margin-right: 16px!important;
}
.mr-8 {
  margin-right: 8px!important;
}
@media screen and (max-width: 768px) {
	.sp__mb-1 {
		margin-bottom: 0.25rem !important;
	}
	.sp__mb-2 {
		margin-bottom: 0.5rem !important;
	}
}
table {
	table-layout: fixed;
	margin-bottom: 0!important;
}
table.table--customers {
	table-layout: auto!important;
}
ul.pagination {
	margin-top: 1.5rem;
	margin-bottom: 0!important;
}
table th,
table td {
	word-break: keep-all;
}
table th,
table td {
	word-break: keep-all;
}
table tr[data-link] {
	cursor: pointer;
}
table tr[data-link]:hover {
	background-color: #f5f5f5;
}
table tr.disabled,
table tr.disabled:hover {
  background-color: #E0E0E0;
}
th.tw50 {
	width: 50px;
}
th.tw60 {
	width: 60px;
}
th.tw80 {
	width: 80px;
}
th.tw100 {
	width: 100px;
}
th.tw120 {
	width: 120px;
}
th.tw150 {
	width: 150px;
}
td.insurance-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
th.table-menu {
	width: 50px;
}
th.table-menu ,
td.table-menu {
	text-align: center;
}
th.table-menu i ,
td.table-menu i {
	font-size: 16px;
}
td.table-menu i {
	color: #20a8d8;
}
td.table-menu i:hover {
	color: #167495;
}
.btn.card-header-change {
	font-size: 12px;
	padding: 0 .75rem;
}
.cursor-pointer {
	cursor: pointer;
}
.align-height {
	display: flex;
}
.align-height .card {
	width: 100%;
}
.dashboardCard__title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3em;
	margin-bottom: .5rem;
}
.dashboardCard__icon {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dashboardCard__num {
	font-size: 36px;
	line-height: 1;
	margin-bottom: .666rem;
}
.badge.special {
	font-size: 14px;
	margin-bottom: .5rem;
	font-weight: normal;
	padding: .4em .5em;
}
.badge.info-category {
	width: 100%;
	padding: 0.5em 0;
}
.badge.badge-info {
	color: #FFF;
}
.list-group-item {
	padding: .75rem!important;
}
.form-check-inline {
	margin-right: 1.5rem!important;
}
.customer__avatar .img-avatar {
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 50%;
}
.header__avatar {
	width: 35px;
	height: 35px;
	object-fit: cover;
	border-radius: 50%;
}
.chat {
	display: flex;
	height: calc(100vh - 197px);
}
.chatSide {
	flex-basis: 306px;
	width: 306px;
	scrollbar-width: thin;
	overflow-y: scroll;
  overflow-x: hidden;
	position: relative;
}
.chatMain {
	display: flex;
    flex-direction: column;
	flex-basis: calc(100% - 306px);
	overflow: hidden;
	background-color: #FFF;
}
.chat--edit .chatMain {
	display: flex;
    flex-direction: column;
	flex-basis: calc(100% - 612px);
	overflow: hidden;
	background-color: #FFF;
}
.chatList {
	width: 300px;
	cursor: pointer;
}
.chatList__item {
	position: relative;
	width: 300px;
	display: flex;
	align-items: center;
	padding: 16px 20px;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg,  transparent 0,  transparent 20px,  #c8ced3 20px,  #c8ced3 calc(100% - 20px),  transparent calc(100% - 20px),  transparent 100%);
  border-image-slice: 1;
  min-height: 75px;
}
.chatList__item.disabled {
	background-color: #E0E0E0;
}
.chatList__item.current,
.chatList__item:hover {
	background-color: #eee;
}
.chatList__item::after {
}
.chatList__item:last-child::after {
	display: none;
}
.chatList__item__group .chatList__item {
	padding-left: 50px;
}
.chatList__icon {
	flex-basis: 30px;
	width: 30px;
}
.chatList__icon .fa-align-justify {
  color: #888;
}
.chatList__icon .fa-plus-square {
  color: #4dbd74;
}
.fa-folder,
.fa-folder-open {
  color: #FEBB28;
}
.chatlist__button .fa-times,
.chatlist__button .fa-minus {
  color: #f86c6b;
}
.chatlist__button .fa-pencil {
  color: #20a8d8;
}

.chatList__item--groupAdd .chatList__icon i,
.chatList__item--folder .chatList__icon i {
	font-size: 20px;
}
.chatList__avatar {
	flex-basis: 40px;
	width: 40px;
	margin-right: 16px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 0;
}
.chatList__avatar .img-avatar {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
}
.chatList__avatar img {
	width: 100%;
}
.chatList__info {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	overflow: hidden;
}
.chatList__infoTop {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.chatList__infoBottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.chatList__item--groupItem .chatList__info {
	padding-right: 16px;
}
.chatlist__infoButtons {
	display: flex;
	margin: 0 -6px;
}
.chatlist__button {
	margin: 0 6px;
	cursor: pointer;
}
.chatList__name {

}
.chatList__date {
	font-size: 12px;
	color: #6c757d;
}
.chatList__message {
	flex-basis: 170px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6c757d;
}
.chatList__unread {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #59A949;
	border-radius: 50%;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
.chatList__item.chatList__item--group{
  display: flex;
  justify-content: space-between;
  min-height: 75px;
  flex-direction: column;
  border-bottom: 0px;
  padding-bottom: 0;
  background-color: #FFF;
}
.chatList__item--group__up i{
  position: absolute;
  top: -16px;
  left: 12px;
  z-index: 9998;
  padding: 8px 12px 8px 4px;
}
.chatList__item--group__down i{
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 9998;
  padding: 8px 12px 8px 4px;
}

.chatList__item--group-info {
  display: flex;
  justify-content: space-between;
  min-height: 59px;
  position: relative;
  width: 300px;
  align-items: center;
  padding: 0 16px 20px;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg,  transparent 0,  transparent 20px,  #c8ced3 20px,  #c8ced3 calc(100% - 20px),  transparent calc(100% - 20px),  transparent 100%);
  border-image-slice: 1;
}
.chatList__item--group .chatList__item--groupItem {
  padding-left: 32px;
}
.chatList__item--group .chatList__item--groupItem i{
  margin-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px
}
.chatList__item--dragging {
  opacity: .5;
}
.chatList__item--groupDragging {
  opacity: .5;
  background-color: #eee!important;
}
.chatList__item.chatList__item--group .chatList__info i{
  margin-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px
}
.chatList__item.chatList__item--group .chatList__name{
  display: flex;
  align-items: center;
  word-break: break-all;
  max-width: 200px;
}
.chatList__item--group button {
  width: 56px;
  padding: 0;
  font-size: .75rem!important;
  height: 32px!important;
}
.chatList__item--group .chatList__info .chatList__infoTop  {
  display: flex;
  align-items: center;
}
#newGroupName {
  max-width: 166px;
  margin-right: 1rem;
  margin-left: .5rem;

}
.groupListArea.dragging {
  /*cursor: none;*/
}

.groupListArea.dragging .chatList__item--group-item-list {
  /*display: none;*/
}
.groupListArea.dragging .chatList__item--group-item-list .chatList__item {
  /*display: none;*/
}
.groupListArea.dragging .draggableWrapper {
  /*height: 59px!important;*/
}



.chatList.chatListParent {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms 0s ease;
}
.chatList.chatListParent.selectedGroup {
  left: -100%;
  transition: all 300ms 0s ease;
}
.chatList.chatListChild {
  position: absolute;
  top: 0;
  right: -100%;
  transition: all 300ms 0s ease;
}
.chatList.chatListChild.selectedGroup {
  right: 0;
  transition: all 300ms 0s ease;
}


.relationListArea .chatList__item i {

}
.chatList__consumer {
  width: 100%;
}
.chatList__consumer .card-accent-primary{
  border: none;
}
@media screen and (max-width: 1000px) {
  .chatList__consumer {
    display: none;
  }
}

.card-header-actions.card-header-actions--returnChat {
  display: none;
}
@media screen and (max-width: 480px) {
  .card-header-actions.card-header-actions--returnChat {
    display: block;
    margin-right: 0;
  }
  .card-header-actions.card-header-actions--editGroup {
      display: none;
  }
}



.ChatList__ToolBox {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ChatList__ModeBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 49px;
}
.ChatList__ModeItem  {
  flex-basis: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #eee;
  border-bottom: 1px solid #c8ced3;
}
.ChatList__ModeItem:hover  {
  opacity: .5;
  background-color: #eee;
}
.ChatList__ModeItem.ChatList__ModeItem--Active  {
  opacity: .8;
  background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
.ChatList__ModeItem:first-child  {
	border-right: 1px solid #c8ced3;
}
.ChatList__SearchBox {
  padding: 16px;
  position: relative;
}
.ChatList__SearchBox i{
  position: absolute;
  top: 26px;
  right: 11px;
}


.chatMessages {
	flex: 1 1 auto;
	padding: 16px 20px 40px;
	scrollbar-width: thin;
	overflow-y: scroll;
  display: flex;
  flex-direction: column-reverse;
}
.chatMessages__head {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #6c757d;
	margin: 8px 0;
	clear: both;
}
.chatMessages__head::before,
.chatMessages__head::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #c8ced3;
	display: block;
}
.chatMessages__head::before {
	margin-right: 1em;
}
.chatMessages__head::after {
	margin-left: 1em;
}
.chatMessages__block {
	display: flex;
	align-items: flex-start;
	clear: both;
  width: 100%;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.chatMessages__block:hover {
  background-color: #FAFAFA;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.chatMessages__avatar {
	flex-basis: 40px;
	width: 40px;
	padding-top: 16px;
	margin-right: 16px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 0;
}
.chatMessages__avatar img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
}
.chatMessages__desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
	flex-basis: calc(100% - 56px);
	padding: 16px 0;
}
.chatMessages__info {
	display: flex;
	margin-bottom: 4px;
	font-size: 0;
}
.chatMessages__block--partner .chatMessages__info {
	justify-content: flex-end;
}
.chatMessages__name {
	display: inline-block;
	font-size: 12px;
	color: #6c757d;
	margin-right: 8px;
}
.chatMessages__readStatus {
	display: inline-block;
	font-size: 12px;
	color: #6c757d;
	margin-right: 8px;
}
.chatMessages__date {
	display: inline-block;
	font-size: 12px;
	color: #6c757d;
	margin-right: 8px;
}
.chatMessages__status .fa-bookmark {
  color: #59A949;
}
.chatMessages__status {
	display: flex;
	margin: 0 4px 0 -4px;
}
.chatMessages__status__icon {
	margin: 0 4px;
}
.chatMessages__status__icon i {
	font-size: 16px;
}
.chatMessages__text {
	background-color: #86E34C;
	padding: 8px 12px;
	border-radius: 6px;
	line-height: 1.5;
	max-width: 334px;
	word-break: break-all;
}
.chatMessages__text.chatMessages__text--img {
	background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.chatMessages__block--partner .chatMessages__text.chatMessages__text--img{
	background-color: transparent;
}

.chatMessages__text__image {
  flex-basis: calc(100% - 60px);
  cursor: pointer;
}
.chatMessages__text__image__icon {
  margin-left: 12px;
  background-color: #e7e7e7;
  width: 36px;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.chatMessages__text__image__icon i{
  color: #888;
}
.chatMessages__text__image__icon:hover {
  opacity: .8;
}
.chatMessages__text__image__icon.chatMessages__text__image__icon--left {
  margin-left: 0;
  margin-right: 12px;
}
.chatMessages__text.chatMessages__text--file{
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: .8;
}
.chatMessages__text.chatMessages__text--file .chatMessages__text__filename {
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  max-width: 260px;
}

.chatMessages__text__fileIcon {
	border: 1px solid #c3c3c3;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
.chatMessages__block--customer .chatMessages__text__fileIcon {
	border: 1px solid #fff;
}
.chatMessages__text__fileIcon i{
  font-size: 24px;
}
.chatMessages__text__fileIcon.chatMessages__text__fileIcon--excel i {
  color: #227447;
}
.chatMessages__text__fileIcon.chatMessages__text__fileIcon--word i {
  color: #2a579a;
}
.chatMessages__text__fileIcon.chatMessages__text__fileIcon--powerpoint i {
  color: #b7472a;
}
.chatMessages__text__fileIcon.chatMessages__text__fileIcon--pdf i {
  color: #F50802;
}



.chatMessages__text__fileDownload {
  color: #20a8d8;
  cursor: pointer;
}
.chatMessages__block--customer .chatMessages__text {
  margin-right: auto;
}
.chatMessages__block--partner .chatMessages__text {
  margin-left: auto;
	background-color: #ebebeb;
}
.chatMessages__text.chatMessages__text--img img {
  border-radius: 6px;
}
.chatMessages__text.chatMessages__text--img {
  padding:0;
}
.chatMessages__text.chatMessages__text--img .chatMessages__text__filename {
  padding: 8px;
  font-size: 16px;
}

.chatMessages__block--partner .chatMessages__avatar,
.chatMessages__block--partner .chatMessages__name {
	display: none;
}
.chatMessages__block--partner .chatMessages__desc {
	flex-basis: 100%;
}
.chatMessages__block--partner .chatMessages__info {
	text-align: right;
}
.chatMessages__actions {
  position: absolute;
  left: 0;
  bottom: -31px;
  z-index: 9998;
  display: none;
}
.chatMessages__actions.chatMessages__actions--partner {
  left: inherit;
  right: 0
}
.chatMessages__block:hover .chatMessages__actions,
 .chatMessages__actions:hover,
.chatMessages__actions.shown {
  display: block;
}
.chatMessages__actions ul {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  list-style: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.chatMessages__actions.chatMessages__actions--partner ul {

}
.chatMessages__actions li {
  font-size: 12px;
  padding: 6px 12px;
  cursor: pointer;
}
.chatMessages__actions li:hover {
  background-color: #eee;
}
.chatMessages__actions li i {
  margin-right: 6px;
}
.chatMessages__actions li .fa-bookmark{
  color: #59A949;
}

.chatMessages__linkCard {
  display: flex;
  margin-top: 8px;
  max-width: 240px;
  justify-content: center;
  border-radius: 8px;
  background-color:  #ebebeb;
}
.chatMessages__block--customer .chatMessages__linkCard {
  margin-right: auto;
}
.chatMessages__block--partner .chatMessages__linkCard {
  margin-left: auto;
}
.chatMessages__linkCard a{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.linkCard__image {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 8px;
}
.linkCard__info {
  background-color: #86E34C;
  padding: 8px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
}
.chatMessages__linkCard.chatMessages__linkCard--noImage .linkCard__info {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.chatMessages__block--customer .linkCard__info {
  margin-right: auto;
}
.chatMessages__block--partner .linkCard__info {
  margin-left: auto;
}
.linkCard__info__title {
  color: #23282c;
  font-weight: bold;
  margin-bottom: 2px;
  display: flex;
}

.linkCard__info__description {
  font-size: 12px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.edittingMessage {
  background-color: #999;
  height: 28px;
  padding: 2px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edittingMessage p {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}
.edittingMessage i {
  color: white;
  z-index: 9999;
  font-size: 15px;
}



.chatForm {
	justify-content: flex-end;
	border-top: 1px solid #c8ced3;
	padding: 0;
	font-size: 0;
  position: relative;
}
.chatForm .EmojiPickerReact {
  position: absolute!important;
  top: -340px;
  left: 0;
  z-index: 9999;
}
.chatForm .EmojiPickerReact .epr-emoji-category-label {
  font-size: 14px;
}


.chatForm__block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 12px;
	border-bottom: 1px solid #c8ced3;
}
.chatForm__block__tools {
	display: flex;
	align-items: center;
	margin: 0 -8px;
}
.chatForm__tool {
	margin: 0 8px;
}
.chatForm__tool i {
	font-size: 16px;
	cursor: pointer;
}
.chatForm__block__button {

}
.chatForm textarea {
	width: 100%;
	min-height: 50px;
	max-height: calc((100vh - 197px) / 2 - 35px);
	border: none;
	resize: none;
	font-size: 14px;
	line-height: 1.5;
	padding: 14px 12px 15px;
	overflow-y: auto;
}
.chatForm__sent {
	font-size: .75rem!important;
	color: #fff!important;
	background-color: #20a8d8!important;
	border: none!important;
	border-radius: 2px!important;
	height: 26px!important;
	line-height: 26px!important;
	padding: 0 12px!important;
}
.chatForm__sent i {
	color: #fff;
}


.chatSide::-webkit-scrollbar-track,
.chatMessages::-webkit-scrollbar-track,
.chat--bulk .chatList::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px;
}
.chatSide::-webkit-scrollbar,
.chatMessages::-webkit-scrollbar,
.chat--bulk .chatList::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.chatSide::-webkit-scrollbar-thumb,
.chatMessages::-webkit-scrollbar-thumb,
.chat--bulk .chatList::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #ccc;
}


.chat--bulk {
	display: flex;
    flex-direction: column;
}
.chat--bulk .chatList {
	flex: 1 1 auto;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.chat--bulk .chatList__item {
	flex-basis: 33.333%;
	width: 33.333%;
	border-top: 1px solid #c8ced3;
	border-bottom: 1px solid #c8ced3;
	border-right: 1px solid #c8ced3;
	margin-top: -1px;
	margin-bottom: 0;
}
.chat--bulk .chatList__item::after {
	display: none;
}
.chat--bulk .chatList__item.chatList__item__all {
    flex-basis: 100%;
    width: 100%;
    padding: 26px 20px;
}
.chat--bulk .chatList__check {
	font-size: 0;
	margin-right: 16px;
}
.chat--bulk .form-check-input {
	position: static;
	margin: 0;
}
.chat--bulk .chatList__info {
	flex-basis: calc(100% - 85px);
}
.chat--bulk .chatList__infoTop {
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.modal-dialog.modal-bulk-dialog {
	max-width: 660px;
}
.modal-bulk-message {
	word-break: break-all;
}
.modal-bulk-customer {
	margin-bottom: 16px;
}
.modal-bulk-customer-list {
	display: flex;
	flex-wrap: wrap;
	max-height: 432px;
	width: 626px;
	overflow-y: scroll;
}
.modal-bulk-customer-list.modal-bulk-customer-list--file {
	max-height: 256px;
}
.modal-bulk-customer-list .chatList__item {
	flex-basis: 50%;
	width: auto;
}
.modal-bulk-customer-list .chatList__item:hover {
	background-color: transparent;
}

.modal-bulk-customer-list .chatList__item:last-child::after {
	display: block;
}
.modal-bulk-message-text {
	padding: 16px 20px 0;
}
@media screen and (max-width: 480px) {
	.modal-dialog {
		max-width: calc(100vw - 40px)!important;
		min-width: inherit!important;
	}
	.modal-bulk-customer-list .chatList__item {
		flex-basis: 100%;
	}
	.modal-bulk-customer-list {
		max-height: 360px;
	}

}
.modal-dialog.modal-group-dialog {
	max-width: 660px;
	min-width: 400px;
}
.modal-group-message {
	word-break: break-all;
}
.modal-group-message-text {
	padding: 16px 20px 0;
}

.article__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.article__date {
	color: #909090;
}
.article__head .badge.info-category {
	display: flex;
	padding: 0.5em;
	width: auto;
}
.article__title {
	flex-basis: 100%;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
	table {
		table-layout: auto;
	}
}
@media screen and (max-width: 480px) {
	.table th {
		padding: 4px 12px!important;
	}
	.table td {
		padding: 10px 12px!important;
		font-size: 14px!important;
	}
	.main .container-fluid {
		padding: 0 16px!important;
	}
	.card-body {
		padding: 16px!important;
	}
	.chat {
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
		height: calc(100vh - 197px);
	}
	.chatSide {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.chatSide.hide {
		left: -100%;
	}
	.chatList {
		width: 100%;
	}
	.chatList__item {
		width: 100%;
	}
	.chatList__info {
		flex-basis: calc(100% - 56px);
		width: calc(100% - 56px);
	}
	.chatList__infoTop {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}
	.chatList__infoBottom {
		flex-basis: 100%;
		max-width: 100%;
	}
	.chatList__item::after {
		right: 20px;
		width: calc(100% - 40px);
	}
	.chatMain {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
	}
	.chatMain.show {
		left: 0;
	}
	.chat--bulk .chatList {
		max-height: calc(100vh - 304px);
	}
	.chat--bulk .chatList__item {
		flex-basis: 100%;
		margin-top: 0;
		border-top: none;
		border-right: none;
	}

}
article.information {

}
.information__meta {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.information__meta .badge.info-category {
	width: auto;
	padding: .5em 1em;
}
.information__title {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 1.5em;
}
.information__body {

}
.pagination--information {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.paginationInformation--back {
	text-align: center;
}
.paginationInformation--next {
	text-align: right;
}
@media screen and (max-width: 480px) {
	.paginationInformation .btn {
		width: 100%;
		margin-bottom: 1em;
	}
	.paginationInformation--back {
		order: 3;
	}
	.paginationInformation--next {
		order: 2;
	}
}

.modal {
	display: flex!important;
	justify-content: center;
}
.modal-dialog.insurance-modal {
	max-width: 90vw;
        min-width: 200px;
	display: inline-block;
}
.modal-dialog.insurance-modal.expand {
	max-width: 90vw;
}
.insurance-img-wrapper img {
	width: 100%;
	max-height: 75vh;
}

.upload--avatar .img-avatar {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}


textarea.form-control.placeholder {
  color: #AFAFAF;
}


.btngroup--qr button {
	margin: 0 .5rem;
}
@media screen and (max-width: 480px) {
	.btngroup--qr {
		flex-wrap: wrap;
	}
	.btngroup--qr button {
		flex-basis: 100%;
		margin: 0 0 .5rem;
	}
	.btngroup--qr button:last-of-type {
		margin: 0;
	}
}
.firstAccess {
	width: 100%;
	height: 100vh;
	color: #333;
}
.firstAccess__top {
	height: calc(100vh - 240px);
	padding: 48px;
	display: flex;
	justify-content: center;
}
.firstAccess__terms {
	width: 100%;
	max-width: 500px;
	border: 1px solid #ccc;
	background-color: #fff;
	height: calc(100vh - 336px);
	margin-right: 48px;
	overflow-y: scroll;
	padding: 16px;
}
.firstAccess__policy {
	width: 100%;
	max-width: 500px;
	border: 1px solid #ccc;
	background-color: #fff;
	height: calc(100vh - 336px);
	overflow-y: scroll;
	padding: 16px;
}
.firstAccess__head {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1em;
}

.firstAccess__bottom {
	height: 240px;
}
.firstAccess__check {
	text-align: center;
	margin-bottom: 48px;
}
.firstAccess__button {
	display: flex;
	justify-content: center;
}
.firstAccess__button .btn {
	width: 180px;
}
.firstAccess__button .btn-danger {
	margin-right: 48px;
}
@media screen and (max-width: 480px) {
.firstAccess {
	height: auto;
}
.firstAccess__top {
	height: auto;
	padding: 24px;
}
.firstAccess__top {
	flex-wrap: wrap;
}
.firstAccess__terms {
	max-width: 100%;
	margin-bottom: 24px;
	margin-right: 0;
	height: 240px;
}
.firstAccess__policy {
	max-width: 100%;
	height: 240px;
}
.firstAccess__check {
	margin-bottom: 48px;
}
.firstAccess__button {
	flex-wrap: wrap;
	padding: 0 24px;
}
.firstAccess__button .btn {
	width: 100%;
}
.firstAccess__button .btn-danger {
	margin-right: 0;
	margin-bottom: 16px;
}


}

.terms__block {
	font-size: 12px;
	margin-bottom: 2rem;
}
.terms__head {
	margin-bottom: 1em;
	font-weight: bold;

}
.terms__subBlock {
	margin-bottom: 1em;
	line-height: 2;
}
.terms__numIndent {
	margin-right: 1em;
}
.terms__text {

}



/*munehara追加中*/
th.table-action, td.table-action {
}
th.table-action i, td.table-action i{
	font-weight: bold;
}
th.table-action.danger i, td.table-action.danger i{
	color: #f86c6b;
}
.insurance__item__list.row td {
	vertical-align: middle;
}

.slick-prev:before, .slick-next:before {
	  color: black!important;
}
.slick-track {
	margin-left: 0!important;
	margin-right: 0!important;
}
.slick-slide {
	padding: 0 0.5rem;
}

.upload--image-list--item--image img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.upload--image-list--item-icon {
	font-size: 1rem;;
}
.upload--image-list--item-icon.danger {
	color: #f86c6b;
}
.upload--image-list--item-icon.danger i{
	font-weight: bold;
}
.upload--insurance--action {
	display: flex;
	justify-content: end;
}

.tableEntryError thead tr th {
	vertical-align: middle;
}
.tableWithCarousel tbody tr td {
	vertical-align: top!important;
}
.tableWithCarousel tbody tr td.table-action i {
	cursor: pointer;
}
.slick-slide img {
	width: 120px!important;
	height: 180px!important;
	object-fit: cover;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.slider-container .regular.slider img {
		width: 90px!important;
		height: 135px!important;
		object-fit: cover;
		margin-right: 12px;
	}
	.slider-container .regular.slider {
		display: flex;
    	flex-wrap: nowrap;
	}
	.slider-container .regular.slider img:last-of-type {
		margin-right: 0;
	}
	.slick-slide {
	    padding: 0 0.5rem!important;
	}
	.th--carousel {

	}
}

.modal--upload {
	max-width: inherit!important;
	width: 90vw!important;
	margin: auto!important;
}
.modal--upload .modal-content {
	height: 100%;
	min-height: 90vh!important;
}
.upload__box {
	display: flex;
	flex-wrap: wrap;
}
.upload__box .upload__item {
	position: relative;
	width: 200px;
	height: 200px;
	margin-right: 24px;
	margin-bottom: 24px;
}
.upload__box .upload__item img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	cursor: pointer;
}
.upload__box .upload__item:hover img {
	opacity: .7;
}
.upload__box .upload__icon {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: none;
}
.upload__box .upload__item:hover .upload__icon {
	display: block;
}
.upload__box .upload__icon i {
	color: #f86c6b;
	font-size: 24px;
	font-weight: bold;
}
.upload__box .upload__btn {
	position: relative;
	width: 200px;
	height: 200px;
	border: 4px dashed #20a8d8;
	border-radius: 8px;
	cursor: pointer;
}
.upload__box .upload__btn i {
	position: absolute;
	font-size: 48px;
	color: #20a8d8;
	font-weight: bold;
	top: calc(50% - 24px);
	right: calc(50% - 24px);
}

@media screen and (max-width: 1024px) {
	.upload__box .upload__item,
	.upload__box .upload__item img,
	.upload__box .upload__btn {
		width: 180px;
		height: 180px;
	}
	.upload__box .upload__item .upload__icon {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.upload__box .upload__item,
	.upload__box .upload__item img,
	.upload__box .upload__btn {
		width: 120px;
		height: 120px;
	}
	.upload__box .upload__btn i {
		position: absolute;
		font-size: 24px;
		color: #20a8d8;
		font-weight: bold;
		top: calc(50% - 12px);
		right: calc(50% - 12px);
	}
	.upload__box .upload__icon {
		top: 12px;
		right: 12px;
	}
}
.id__row {
	margin-left: 0!important;
	margin-right: 0!important;
}
.id__flex {
	justify-content: space-between;
}
.id__flex .card {
	flex: 0 0 49%;
	max-width: 49%;
}
@media screen and (max-width: 750px) {
	.id__flex .card {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sp__order01 {
		order: 1;
	}
	.sp__order02 {
		order: 2;
	}
	.sp__order03 {
		order: 3;
	}
	.sp__order04 {
		order: 4;
	}
	.sp__order05 {
		order: 5;
	}
}

.partner--notification tbody tr{
	display: none;
}
.partner--notification tbody tr:nth-child(1),
.partner--notification tbody tr:nth-child(2),
.partner--notification tbody tr:nth-child(3),
.partner--notification tbody tr:nth-child(4),
.partner--notification tbody tr:nth-child(5)
{
	display: table-row;
}
.partner--notification.openTable tbody tr{
	display: table-row;
}
.moreView__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.moreView {
	padding: 0.5em 0;
	color: #20a8d8;
	cursor: pointer;
	width: 240px;
	border: 1px solid #20a8d8;
	text-align: center;
}
.companyModal--createArea {
        margin-bottom: 16px;
	border-bottom: solid 1px #C8CeD3;
	padding-bottom: 22px;
}

.companyModal--text,
.companyModal--textLabel,
.companyModal--emailLabel {
	color: #73818f;
}
.companyModal--relationEmailArea{
	padding: 0 16px;
	margin-bottom: 8px;
}
.companyModal--relationEmailArea input{
	width: 436px;
}
.companyModal--emailLabel {
	font-size: 12px;
	margin-bottom: 10px;
}
.companyModal--button {
        margin-top: 12px;
	padding: 8px 16px;
}
.companyModal--buttonLinkText {
	margin-right: 16px;
}

.card--companyDetail .card-body {
	display: flex;
	justify-content: space-between;
}
.card--companyDetail .card__avatar {
	width: 180px;
	text-align: center;
}
.card--companyDetail .card__detail {
	width: calc(100% - 204px);
}
.card--companyDetail .customer__avatar {
	text-align: center;
}
.card--companyDetail .list-group-item {
	display: flex;
	align-items: flex-start;
}
.card--companyDetail .list-group__head {
	width: 100px;
}
.card--companyDetail .list-group__desc {
	width: calc(100% -100px);
}
.card--companyDetail .list-group-item:first-of-type {
	border-top: 0!important;
}
.card--companyDetail .list-group-item:last-of-type {
	display: none;
}
@media screen and (max-width: 480px) {
	.card--companyDetail .card-body {
		flex-wrap: wrap;
	}
	.card--companyDetail .card__avatar {
		width: 100%;
		margin-bottom: 1rem;
	}
	.card--companyDetail .card__avatar button {
		display: none;
	}
	.card--companyDetail .card__detail {
		width: 100%;
	}
	.card--companyDetail .card__detail button {
		display: block;
		width: 100%;
	}
	.card--companyDetail .list-group-item:first-of-type {
		border-top: 1px solid rgba(0, 0, 0, 0.125)!important;
	}
	.card--companyDetail .list-group-item:last-of-type {
		display: block;
	}

}

.period-over {
	background-color: #DDD!important;
}
.classification-icon {
	width: 24px;
	height: auto;
}
.insurance-detail-icon .classification-icon{
	width: 20px;
}
.classification-icon.favoriteSvg {
	fill: #E57373;
}
.classification-icon.carSvg {
	fill: #64B5F6;
}
.classification-icon.sickSvg {
	fill: #BA68C8;
}
.classification-icon.savingsSvg {
	fill: #FFB74D;
}
.classification-icon.cancerSvg {
	fill: #E57373;
}
.classification-icon.petsSvg {
	fill: #A1887F;
}
.classification-icon.incomeCompensationSvg {
	fill: #64B5F6;
}
.classification-icon.nursingSvg {
	fill: #81C784;
}
.classification-icon.housingSvg {
	fill: #81C784;
}
.classification-icon.travelSvg {
	fill: #BA68C8;
}
.classification-icon.leisureSvg {
	fill: #4DB6AC;
}
.classification-icon.liabilitySvg {
	fill: #FFB74D;
}

.nav-tabs {
  justify-content: space-between;
}
.nav-tabs a.nav-link br {
  display: none;
}
.nav-tabs a.nav-link.active {
  background-color: #59A949!important;
  color: #fff!important;
}
.nav-tabs a.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: calc(50% - 9px);
  border-top: 7px solid #59A949;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.nav-tabs .nav-item {
  width: calc(50% - 8px);
  margin-bottom: -1px;
  text-align: center;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.75rem 0;
  position: relative;
  display: block;
  font-weight: bold;
  color: #73818f;
  background-color: #D1D1D6;
  color: #fff!important;
  border-radius: 0!important;
  border: none!important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-radius: 0;
  border: none;
}
.tab-content {
  border: none!important;
}
.tab-content .tab-pane {
  padding: 1rem 0 0!important;
}

@media screen and (max-width: 768px) {
  .nav-tabs .nav-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .nav-tabs a.nav-link br {
    display: block;
  }
}

.chatSetting__item.chatSetting__item--birthday {
}
.chatSetting__item__date {
	margin-right: 16px;
}
.chatSetting__item-line {
  display: flex;
  align-items: center;
}
.chatSetting__item__date.chatSetting__item__date--birthday {
  width: 144px;
}


.chatSettingForm {
  justify-content: flex-end;
  border-top: 1px solid #c8ced3;
  padding: 0;
  font-size: 0;
  position: relative;
}
.chatSettingForm__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  border: 1px solid #c8ced3;
  flex-direction: column;
  width: 100%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
}
.chatSettingForm__block .EmojiPickerReact {
  position: absolute!important;
  top: -300px;
  left: 0;
  z-index: 1019;
}

.chatSettingForm__block textarea{
  padding: 8px 12px 16px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #c8ced3;
  resize: none;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}

.chatSettingForm__block__tools {
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -8px;
  width: 100%;
}
.chatSettingForm__tool {
      margin: 0 8px;
}

.chatSettingForm__tool.chatSettingForm__tool--syncprofile {
  cursor: pointer;
  border: 1px solid #c8ced3;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 12px;
}
.chatSettingForm__tool.chatSettingForm__tool--syncprofile:hover {
  opacity: .8;
}
.chatSettingForm__block__attachment {
  display: flex;
  align-items: center;
/*  flex: 0 0 66.66667%;
  max-width: 66.66667%;*/
  flex: 0 0 50%;
  max-width: 300px;
}
.chatSetting__attachment__remove {
  flex-basis: 60px;
  text-align: center;
}
.chatSetting__attachment__remove i{
  color: red;
}
.chatSetting__attachment.chatSetting__attachment--image {
  flex-basis: calc(100% - 60px);
}
.chatSetting__attachment .chatSetting__attachment__downloadLink {
  position: absolute;
  color: #20a8d8;
  cursor: pointer;
}

.card-header-chat {
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.card-header-head {
}

.card-header-actions.card-header-actions--chat {
  display: flex;
  float: none
}
.card-header-actions.card-header-actions--chat a {
  margin-left: 12px;
}
.card-header-actions.card-header-actions--chat a.card-header-change-wrapper-returnChat{
  display: none;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .chatSettingForm__block {
    max-width: 100%;
  }
  .card-header-actions.card-header-actions--chat a.card-header-change-wrapper-returnChat{
    display: block;
  }
  .card-header-actions.card-header-actions--chat .card-header-change-wrapper-gorupEdit {
    display: none;
  }
  .card-header-actions.card-header-actions--chat {
    display: block;
  }
  .card-header-actions.card-header-actions--chat a {
    display: block;
    margin-left: 0;
    cursor: pointer;
  }
  .card-header-actions.card-header-actions--chat a:nth-child(2) {
    margin-top: 8px;
  }
}


label.css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  font-size: 14px!important;
  line-height: 14px!important;
}
.css-nxo287-MuiInputBase-input-MuiOutlinedInput-input  {
  height: 12px!important;
  width: 100px;
}
.css-nxo287-MuiInputBase-input-MuiOutlinedInput-input::placeholder  {
  font-size: 12px;
}

.chatTemplate__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.chatTemplate__list li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 8px;
}


.css-1uvydh2 {
	width: 80px!important;
}
.css-5ikgf7::after {
	height: 0!important;
}




/* forBusiness */
.chatMessages__block--partner .chatMessages__avatar,
.chatMessages__block--partner .chatMessages__name {
	display: inline-block!important;
}

@media screen and (max-width: 768px) {
.chatSetting__switch {
    margin-top: 8px;
}
.chatSettingForm__block {
    max-width: calc(100% - 30px);
    flex: 0 0 100%;
    padding: 0 10px;
    margin: 15px;
}
.chatSettingForm__block textarea {
    padding: 0;
    padding-top: 8px;
  }
.chatSettingForm__block__tools {
    padding: 8px 0;
  }
.chatSettingForm__block__attachment {
    flex: 0 0 100%;
    margin-left: 15px;
    margin-top: 8px;
}
}


/*memo*/
.negotiationMemo__List {
  margin-bottom: 32px;
}
.negotiationMemoForm__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #c8ced3;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.negotiationMemoForm__block textarea{
  padding: 8px 12px 16px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #c8ced3;
  resize: none;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}
.negotiationMemoForm__block__tools {
	display: flex;
	align-items: flex-start;
	margin: 0 -8px;
  padding: 8px;
  width: 100%;
}
.negotiationMemoForm__tool {
      margin: 0 8px;
}

.negotiationMemoForm__block__attachment {
  display: flex;
  align-items: center;
/*  flex: 0 0 66.66667%;
  max-width: 66.66667%;*/
  flex: 0 0 50%;
  max-width: 300px;
}
.negotiationMemo__attachment {
  cursor: pointer;
}
.negotiationMemo__attachment__remove {
  flex-basis: 60px;
  text-align: center;
}
.negotiationMemo__attachment__remove i{
  color: red;
}
.negotiationMemo__attachment.negotiationMemo__attachment--image {
  flex-basis: calc(100% - 60px);
}
.negotiationMemo__attachment .negotiationMemo__attachment__downloadLink {
  position: absolute;
  color: #20a8d8;
  cursor: pointer;
}


.negotiationMemo__head {
  display: flex;
  border-top: 1px solid #c8ced3;
  border-bottom: 2px solid #c8ced3;
  vertical-align: top;
}
.negotiationMemo__head__item {
  font-weight: 700;
  padding: 0.75rem!important;
  width: 130px!important;
  flex: unset!important;
}
.negotiationMemo__head__item label {
  margin-bottom: 0;
}

.negotiationMemo__item {
  display: flex;
  border-bottom: 1px solid #c8ced3;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.negotiationMemo__item:hover {
  opacity: .8;
  background-color: #F3F3F3;
}
.negotiationMemo__List .negotiationMemo__item__date {
  flex-basis: 130px;
  width: 130px;
  padding: 0.75rem;
  flex: unset;
  max-width: unset;
}
.negotiationMemo__List .negotiationMemo__item__title {
  width: calc(100% - 154px);
  max-width: calc(100% - 154px);
  padding: 0.75rem;
  flex: unset;
}
.negotiationMemo__List .negotiationMemo__item__title span{
  margin-right: 0.75rem;
}
.negotiationMemo__List .negotiationMemo__item__icon {
  width: 12px;
  margin-right: 12px;
}
.negotiationMemo__item__detail {
  border-bottom: 1px solid #c8ced3;
}
.negotiationMemo__item__detail input {
  border-color: #c8ced3;
}


.card-header--listWidthSearch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.SearchBox {
  display: flex;
  align-items: center;
  width: 300px;
  position: relative;
}
.SearchBox input {
  padding-right: 36px;
}
.SearchBox .fa-times {
  position: absolute;
  right: 0;
}
.negotiationMemo__List .negotiationMemo__item__detail input {
	width: 144px!important
}
