/**
 *
 */
.chat-window * {
 	/*outline: 1px dashed red;*/
 }
.chat-window {
	position: fixed;
	bottom: 20px;
	right: 64px;
	z-index: 2147483647;
}
.chat-window i:before,
.chat-window span:before {
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
}
.chat-window__button {
    width: 42px;
    height: 42px;
    color: #f08200;
    padding: 9px 8px 7px;
    border: 2px solid #f08200;
    opacity: .36;
    background: #151515;
    margin-left: auto;
    cursor: pointer;
}
.chat-window__button:hover {
	opacity: 1;
}
.chat-window__button span:before {
	display: block;
	height: 100%;
}
#chat-start {
    position: absolute;
    right: 0;
    top: -42px;
    z-index: 2;
    perspective: 1000;
}
#chat-start.active {
	top: 0px;
	opacity: 1;
}
.button-flip {
	height: 100%;
}
.chat-start {
	top: 3px;
}
.chat-collapse {
	top: 0;
	display: none;
}
#chat-start.active .button-flip {
	transform: rotateY(180deg);
	transform-style: preserve-3d;
	position: relative;
	-webkit-animation: close-rotate 10s infinite linear;
	animation: close-rotate 10s infinite linear;
}
#chat-start.active .chat-start,
#chat-start.active .chat-collapse {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	backface-visibility: hidden;
}
#chat-start.active .chat-start {
	z-index: 2;
	background: #151515;
}
#chat-start.active .chat-collapse {
	transform: rotateY(180deg);
	background: #151515;
}
.chat-window__button .chat-collapse:before {
	-webkit-transform: rotate(45deg) translate(2px, -2px);
	-ms-transform: rotate(45deg) translate(2px, -2px);
	-o-transform: rotate(45deg) translate(2px, -2px);
	transform: rotate(45deg) translate(2px, -2px);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	display: block;
	position: absolute;
	border-style: solid;
	border-color: #f08200;
	border-width: 0 4px 4px 0;
	height: 70%;
	width: 70%;
}
#chat-window ::-webkit-scrollbar {
	background: transparent;
}
#chat-window ::-webkit-scrollbar-track {
	background: transparent;
}
#chat-window ::-webkit-scrollbar-thumb {
	background: rgba(255, 226, 0, .5);
	border: 1px solid #151515;
}
#chat-window ::-webkit-scrollbar-thumb:hover {
	background: #f08200;
}
#chat-window ::-webkit-scrollbar-track-piece {
	background: transparent;
}
.chat-window__wrapper {
	z-index: 1;
	right: 0;
	bottom: 100%;
	width: 280px;
	box-shadow: 0 0 26px var(--color-black);
	position: relative;
	border-radius: 20px 0 0 0;
}
.chat-window__box {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.chat-window__header,
.chat-window__body,
.chat-window__footer {
	min-height: 40px;
	border-color: #f08200;
	border-style: solid;
}
.chat-window__header {
	background-color: #f08200;
	color: #151515;
	border-radius: 20px 0 0 0;
	border-width: 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	padding: 0 42px 0 0;
	position: relative;
	z-index: 3;
}
.chat-window__header-title {
	font-weight: 700;
	font-size: 14px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.chat-window__header-title span {
	padding: 1px;
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.chat-window__header-title small {
	position: absolute;
	left: 42px;
	top: -3px;
	color: #474747;
	opacity: .9;
	font-size: .7em;
}
.chat-window__header-title strong {
	white-space: nowrap;
	max-width: calc( 100% - 41px );
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
}
.chat-window__header-title #chat-waiting:after,
.chat-window__header-title #chat-connect:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  content: '\2026';
  width: 0px;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;
  animation: ellipsis steps(4,end) 900ms infinite;
}
.chat-window__header-title #chat-waiting i {
	margin-right: 1px;
}
.chat-window__header-title #chat-waiting i:before {
	-webkit-animation: blinker2 2s ease infinite;
	animation: blinker2 2s ease infinite;
}
.chat-window__header-title .chat-connect__load,
.chat-window__header-title #chat-manager i {
	display: inline-block;
	border-radius: 50%;
	position: relative;
	margin-right: 5px;
}
.chat-window__header-title #chat-manager i {
	border: 2px solid #151515;
	padding: 2px;
	display: block;
	width: 36px;
	height: 36px;
	font-size: 20px;
	color: #151515;
	text-align: center;
	line-height: 26px;
	min-width: 36px;
}
.chat-window__header-title .chat-connect__load {
	width: 36px;
	height: 36px;
	-webkit-flex: 0 0 36px;
	-ms-flex: 0 0 36px;
	flex: 0 0 36px;
}
.chat-window__header-title .chat-connect__load b {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	margin: 2px;
	border-radius: 50%;
	border-color: #151515 transparent transparent;
	border-style: solid;
	border-width: 8px;
	-webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.chat-window__header-title .chat-connect__load b:nth-child(1) {
	animation-delay: -0.45s;
}
.chat-window__header-title .chat-connect__load b:nth-child(2) {
	animation-delay: -0.3s;
}
.chat-window__header-title .chat-connect__load b:nth-child(3) {
	animation-delay: -0.15s;
}
.chat-window__header-title .chat-connect__load:before,
.chat-window__header-title #chat-manager i:before {
    background: #f08200;
    display: block;
    border-radius: 50%;
	position: absolute;
	border: 1px solid #f08200;
	top: 0;
	-webkit-animation: blinker 2s ease infinite;
	animation: blinker 2s ease infinite;
}
.chat-window__header-title .chat-connect__load:before {
	width: 12px;
	height: 12px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.chat-window__header-title #chat-manager i:before {
	width: 10px;
    height: 10px;
	right: -3px;
	z-index: 2;
}
.chat-window__header-title #chat-manager img {
	max-width: 28px;
	max-height: 28px;
	border: 0;
}
.chat-window__header-setting {
	/*margin-left: auto;*/
	/*height: 38px;*/
	/*display: -webkit-flex;*/
	/*display: flex;*/
	/*-webkit-justify-content: space-between;*/
	/*justify-content: space-between;*/
}
.chat-window__header-menu {
	padding: 15px 10px;
	cursor: pointer;
	margin-left: auto;
}
.chat-window__header-menu i {
	display: block;
	width: 6px;
	height: 6px;
	background-color: #151515;
	border-radius: 50%;
	position: relative;
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.chat-window__header-menu.open-box i {
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.chat-window__header-menu i:before,
.chat-window__header-menu i:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #151515;
	border-radius: 50%;
}
.chat-window__header-menu i:before {
	top: 10px;
}
.chat-window__header-menu i:after {
	bottom: 10px;
}
#chat-menu {
	background: #151515;
	position: absolute;
	left: 0;
	right: 0;
	top: calc( 100% + 2px );
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	border-bottom: 1px solid #f08200;
	-webkit-justify-content: center;
    justify-content: center;
}
#chat-menu input {
	margin: 5px 0 5px 5px;
	border: 0;
	padding: 2px 5px;
	text-align: center;
	font-size: 14px;
	font-family: monospace;
	width: 114px;
}
#chat-login {
	background: #f08200;
	margin: auto;
	padding: 3px 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}
.chat-window__body {
	min-height: 33vh;
	border-width: 0 2px;
	background: rgba(54, 54, 54, .9);
	background: repeating-linear-gradient(45deg, rgba(33, 33, 33, .9), rgba(33, 33, 33, .9) 15px, rgba(21, 21, 21, .9) 0, rgba(21, 21, 21, .9) 30px);
}
.chat-window__dialogue {
	font-size: 14px;
	line-height: 1.1;
	min-height: 322px;
	max-height: 80vh;
}
.first-step,
.second-step,
.third-step {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 5px 7px;
}
.first-step {
	padding-left: 15px;
	padding-right: 15px;
}
.chat-window__dialogue small,
.chat-setting__admin-tabs > small {
	padding: 5px 10px 10px 26px;
	position: relative;
	max-width: 100%;
	display: inline-block;
	font-size: 11.2px;
	line-height: 1.1;
}
.chat-window__dialogue small i,
.chat-setting__admin-tabs > small i {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 3px;
	margin: auto;
	width: 20px;
	height: 20px;
	line-height: 16px;
	color: #f08200;
	font-size: 14px;
	font-family: monospace;
}
.chat-window__dialogue small i:before,
.chat-setting__admin-tabs > small i:before {
	content: '!';
	text-align: center;
	border: 2px solid #f08200;
	border-radius: 50%;
	display: block;
	line-height: 15px;
	padding-top: 1px;
	background-color: #151515;
}
.chat-window__dialogue label {
	position: relative;
	padding: 12px 0 2px;
	margin-bottom: 5px;
	line-height: .8;
}
.chat-window__dialogue label:before {
	content: '';
	position: absolute;
	left: 0;
}
.chat-window__dialogue label input {
	display: block;
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #f08200;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px;
	width: 100%;
	margin-bottom: 2px;
	padding: 3px 1px;
}
.chat-window__dialogue label input + span {
	position: absolute;
	padding-top: 3px;
	color: #e5e5e5;
	top: 16px;
	left: 0;
	opacity: 1;
}
.chat-window__dialogue label input.focus + span {
	font-size: 12px;
	top: 0;
	opacity: 0;
}
.chat-window__dialogue label sup {
	color: #f08200;
	font-family: monospace;
}
.chat-window__dialogue label small {
	padding: 0;
	top: 100%;
	color: #929292;
}
#chat-authorization,
#chat-end,
#other-manager-send {
	display: block;
	background-color: #f08200;
	color: #151515;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	border: 2px solid transparent;
}
#chat-authorization {
	padding: 10px 15px;
	margin: 18px auto;
	width: 160px;
}
#chat-authorization:hover,
#chat-end:hover,
#other-manager-send:hover {
	background-color: #151515;
	color: #f08200;
	border-color: #f08200;
}
.second-step {
	max-height: 80vh;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 5px 0 0;
	min-height: 322px;
}
.chat-window__dialogue-wrap {
    max-height: calc( 100% - 60px );
    overflow-x: hidden;
    overflow-y: auto;
    margin: auto 5px 5px;
}
.chat-window__dialogue-wrap > :last-child {
	margin-bottom: 5px;
}
.chat-window__dialogue-user,
.chat-window__dialogue-manager,
.chat-window__dialogue-note,
.chat-window__dialogue-info {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	margin-top: 10px;
}
.message-time {
	display: block;
	margin-top: 5px;
	text-align: center;
	color: #e5e5e5;
	font-size: 10px;
}
.message-time strong {
	display: block;
}
.message-time small.yesterday {
}
.message-time small.today {
	display: none;
}
.message-time small {
	padding: 0;
	font-style: italic;
	font-size: 80%;
}
.message-text {
	border-style: solid;
	border-width: 10px;
	border-radius: 10px;
	-webkit-align-self: flex-start;
	align-self: flex-start;
	line-height: 1.25;
	font-size: 13px;
	position: relative;
}
.message-text:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 13px;
	border-style: solid;
	box-shadow: 0 -1px 0 #151515;
	z-index: 10;
}
.message-text a {
 	color: inherit;
 	font-size: .9em;
 	text-decoration: underline;
 	font-family: monospace;
 	font-weight: 700;
 	padding: 5px 0;
 	display: block;
}
.message-text a.chat-window__dialogue-target {
	text-decoration: none;
	border-top: 1px solid #1f1f1f;
	padding: 0;
	font-size: 10px;
	color: #202020;
	line-height: 10px;;
}
.message-text a.chat-window__dialogue-target:hover {
	color: #f08200;
	border-color: #f08200;
}
.message-text a:before {
	content: '\21AA';
	display: inline-block;
	margin-right: 2px;
	font-family: sans-serif;
	font-weight: 400;
}
.message-text a.chat-window__dialogue-target:before {
	content: '\260D';
	font-size: 14px;
	position: relative;
	bottom: -2px;
}
.message-text a[href^=mailto]:before {
	content: '\2709';
}
.chat-manager__avatar,
.chat-user__avatar {
	display: block;
	max-width: 50px;
}
.chat-manager__avatar img,
.chat-user__avatar:before {
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 50%;
	margin: auto;
}
.chat-window__dialogue-user {
	padding-right: 5px;
	margin-left: auto;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.chat-user__avatar {
	padding-left: 10px;
	color: #151515;
}
#chat-manager .chat-user__avatar {
	text-align: center;
}
.chat-user__avatar:before {
	content: '';
	background-color: #474747;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
}
#chat-manager .chat-user__avatar:after {
	position: relative;
	background-color: #363636;
	display: block;
	border-radius: 50%;
	height: 100%;
	width: 100%;
}
.chat-window__dialogue-user .message-text {
 	background-color: #474747;
 	border-color: #474747;
}
.chat-window__dialogue-user .message-text:before {
	border-color: transparent #474747;
	right: -17px;
	border-width: 0 0 10px 10px;
}
.chat-window__dialogue-manager {
	margin-right: auto;
	padding-left: 5px;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.chat-manager__avatar {
	padding-right: 10px;
}
.chat-manager__avatar img {
	background-color: #f08200;
	border: 2px solid #f08200;
}
.chat-window__dialogue-manager .message-text {
 	background-color: #f08200;
 	border-color: #f08200;
 	color: #151515;
}
.chat-window__dialogue-user .message-text p,
.chat-window__dialogue-manager .message-text p {
	padding: 0;
	margin: 0 0 5px;
}
.chat-window__dialogue-manager .message-text:before {
	border-color: transparent #f08200;
	left: -17px;
	border-width: 0 10px 10px 0;
}
.chat-window__dialogue-info {
	margin-top: 1px;
}
.chat-window__dialogue-note small {
	font-style: italic;
	padding: 5px;
	color: #848484;
}
.chat-window__dialogue-info small {
	padding: 5px;
	width: 100%;
	text-align: center;
	font-style: italic;
	color: #848484;
	font-size: 10px;
	background-color: #151515;
}
.chat-window__dialogue-note small:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    content: '\2026';
    width: 0px;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
}
.chat-window__dialogue-end {
	height: 74px;
	border-top: 2px solid #f08200;
	background-color: #151515;
	padding: 5px 7px;
}
.chat-window__dialogue-end small {
	padding: 0 0 0 26px;
}
.chat-window__dialogue-rating {
	display: -webkit-flex;
	display: flex;
	margin-left: -5px;
	padding-top: 5px;
}
.chat-window__dialogue-rating label input {
	display: none;
}
.chat-window__dialogue-rating .chat-star:first-of-type {
	margin-left: auto;
}
.chat-window__dialogue-rating .chat-star:last-of-type {
	margin-right: auto;
}
.chat-window__dialogue-rating .chat-star {
	padding: 0;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
.chat-window__dialogue-rating .chat-star span {
	position: static;
	display: block;
	max-width: 100%;
	max-height: 100%;
	padding: 4px;
	color: #474747;
}
.chat-window__dialogue-rating .chat-star:hover span,
.chat-window__dialogue-rating .chat-star.hover span {
	color: #e5e5e5;
}
.chat-window__dialogue-rating .chat-star.checked span {
	color: #f08200;
}
.chat-window__dialogue-rating .chat-star svg {
	width: 18px;
	height: 18px;
	position: relative;
	z-index: 0;
}
#chat-end {
	padding: 7px 7px 5px;
}
.chat-window__footer {
	background-color: #f08200;
	color: #363636;
	border-width: 2px;
	display: -webkit-flex;
	display: flex;
}
.chat-window__footer-message {
	width: calc( 100% - 38px );
	max-height: 34px;
	max-width: calc( 100% - 38px );
	-webkit-flex: 1 1 calc( 100% - 38px );
	-ms-flex: 1 1 calc( 100% - 38px );
	flex: 1 1 calc( 100% - 38px );
	border-style: solid;
	border-color: #f08200;
	border-width: 2px 0 2px 2px;
	overflow: hidden;
	margin: 2px;
	position: relative;
	box-shadow: 2px 0 0 #f08200, 0 0 0 2px #ab9907;
}
#new-message {
    color: #151515;
    font-size: 14px;
    width: 100%;
    line-height: 1.1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    min-height: 99%;
    font-family: monospace;
    position: relative;
    z-index: 2;
}
#new-message > * {
	padding: 0;
	margin: 0;
}
.new-message__placeholder {
	position: absolute;
	bottom: 4px;
	display: block;
	height: 1em;
	font-size: 12px;
	color: #ab9907;
	z-index: 1;
	opacity: 0;
}
#new-message:empty + .new-message__placeholder {
	opacity: 1;
}
#chat-send {
	border: 0;
	width: 38px;
	height: 38px;
	-webkit-flex: 1 1 38px;
	-ms-flex: 1 1 38px;
	flex: 1 1 38px;
	min-width: 38px;
}
.chat-send {
	position: static;
}
/** Admin panel */
.chat-setting:before {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background-color: #151515;
	border-radius: 22px 0 0 0;
}
.chat-setting__admin {
	position: absolute;
	z-index: 1;
	bottom: 114px;
	right: 0;
	left: 0;
	top: 0;
}
.chat-setting__admin:after {
	content: '';
}
.chat-setting__buttons {
	position: absolute;
	right: 100%;
	z-index: 10;
	bottom: 0;
}
.chat-button__sites,
.chat-button__management,
.chat-button__user {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #151515;
	border-radius: 50%;
	position: relative;
	margin: 5px;
	border: 2px solid #f08200;
	cursor: pointer;
	opacity: .5;
}
.chat-button__sites:hover,
.chat-button__management:hover,
.chat-button__user:hover {
	opacity: 1;
}
.chat-button__sites:before,
.chat-button__management:before,
.chat-button__user:before {
	display: block;
	height: 100%;
	background-size: 75%;
	width: calc( 100% - 1px );
}
.chat-button__sites.is-chats:after {
	content: '';
	width: 10px;
	height: 10px;
	z-index: 2;
	display: block;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #f08200;
	top: 0;
	left: -3px;
	-webkit-animation: blinker2 1s ease infinite;
	animation: blinker2 1s ease infinite;
	background: #f08200;
}
.chat-setting__admin-wrapper {
	position: relative;
	margin-top: auto;
	width: 100%;
	height: 100%;
}
.chat-setting__admin-tabs {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #151515;
	border-radius: 10px;
	padding: 15px 20px 15px 15px;
	border-color: #f08200;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0 0 26px var(--color-black);
	opacity: 0;
	visibility: hidden;
}
.chat-setting__admin-tabs.in-active {
	left: -100%;
	right: 100%;
	margin-right: -8px;
	opacity: 1;
	visibility: visible;
}
.chat-setting__admin-tabs > small {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.chat-setting__admin-info {
	padding-bottom: 5px;;
}
.chat-setting__admin-info small {
	color: #f08200;
	font-style: italic;
	font-size: 70%;
	border-bottom: 1px solid #f08200;
}
.chat-setting__admin-info span {
	font-size: 14px;
	font-family: monospace;
	text-align: right;
	line-height: 1;
	padding-top: 2px;
}
.chat-setting__card-button {
	width: 100%;
	text-align: left;
	color: #f08200;
	border-bottom: 1px solid #212121;
	padding: 5px 25px 5px 0;
	cursor: pointer;
	font-size: 14px;
	position: relative;
}
.chat-setting__card-button.collapsed {
	color: #e5e5e5;
}
.chat-setting__card-button:hover {
	color: #f08200;
}
.chat-setting__card-button small {
    display: inline-block;
    text-align: center;
    color: #151515;
    height: 14px;
    position: relative;
    font-size: 11px;
    top: -1px;
    border: 1px solid #f08200;
    background-color: #f08200;
    font-weight: 700;
    margin-right: 3px;
    min-width: 14px;
    padding: 0;
}
.chat-setting__card-button i {
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    backface-visibility: hidden;
	width: 13px;
	height: 12px;
}
.chat-setting__card-button i:before {
	-webkit-transform: rotate(-45deg) translate(-2px, 2px);
    -ms-transform: rotate(-45deg) translate(-2px, 2px);
    -o-transform: rotate(-45deg) translate(-2px, 2px);
    transform: rotate(-45deg) translate(-2px, 2px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    display: block;
    position: absolute;
    border-style: solid;
    border-color: #f08200;
    border-width: 0 2px 2px 0;
    height: 8px;
    width: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.chat-setting__card-button.collapsed i:before {
	-webkit-transform: rotate(45deg) translate(2px, -2px);
    -ms-transform: rotate(45deg) translate(2px, -2px);
    -o-transform: rotate(45deg) translate(2px, -2px);
    transform: rotate(45deg) translate(2px, -2px);
}
.chat-setting__card-body {
	font-size: 12px;
	margin-bottom: 0;
}
.chat-setting__card-body li {
	position: relative;
	line-height: 1;
	border-bottom: 1px solid #212121;
	cursor: pointer;
}
.chat-setting__card-body li:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 4px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	font-size: 8px;
}
.chat-setting__card-body li:nth-child(even) {
	background-color: #212121;
}
.chat-setting__card-body li input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.chat-setting__card-body li label {
	cursor: pointer;
	padding: 5px 0 5px 21px;
	display: block;
}
.chat-status__forwarding {
	color: #4eacff;
}
.chat-status__forwarding:before {
	background-color: #4eacff;
	-webkit-animation: blink 2.1s ease infinite;
	animation: blink 2.1s ease infinite;
}
.chat-status__pause {
	color: #616161;
}
.chat-status__pause:before {
	border: 1px solid;
}
.chat-status__wait-long {
	color: #ff4f00;
}
.chat-status__wait-long:before {
	background-color: #ff4f00;
	-webkit-animation: blink 2s ease infinite;
	animation: blink 2s ease infinite;
}
.chat-setting__card-body li em {
	font-size: 80%;
	white-space: nowrap;
}
#other-manager {
	position: relative;
}
.other-manager__select {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
.other-manager__select span {
	font-size: 12px;
	color: #929292;
    position: relative;
    max-width: 100%;
    display: inline-block;
    font-size: 11.2px;
    line-height: 1.1;
	padding-bottom: 5px;
}
.other-manager__select select {
	display: block;
	width: calc( 100% - 30px );
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #f08200;
	padding: 3px 5px;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 700;
	color: #f08200;
	line-height: 1.3;
	background-color: transparent;
}
.other-manager__select select::-ms-expand {
	display: none;
}
.other-manager__select select option {
 	font-weight: normal;
 	color: #151515;
 }
#other-manager-send {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 22px;
	height: 26px;
	width: 30px;
}
#other-manager-send span {
	padding: 0 7px;
	font-size: 24px;
	display: inline-block;
	line-height: 20px;
}

#admin-management input {
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	position: absolute;
}
#admin-management input + label {
}
#admin-management input:checked + label {
}
#admin-management input + label:before {
	color: transparent;
}
#admin-management input:checked + label:before {
	color: #f08200;
}
.chat-setting__admin-checkbox {
	display: block;
	font-size: 14px;
	padding: 5px 0;
	cursor: pointer;
}
.chat-setting__admin-checkbox:before {
	content: '\2713';
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #f08200;
	font-weight: 700;
	line-height: 5px;
	position: relative;
	top: -3px;
}
.chat-setting__admin-checkbox span {
}
/** Chat auto-complete */
.chat-window .ui-autocomplete.ui-widget {
	max-width: 276px;
	box-shadow: 0 -5px 10px -5px #151515;
	border-width: 5px 0 0;
	border-color: #2d2c28;
	border-style: solid;
	min-width: 276px;
}
.chat-window .ui-menu .ui-menu-item {
	border-bottom: 1px solid #474747;
	padding: 4px 10px 5px;
	font-size: 12px;
    line-height: 1.1;
	font-family: monospace;
}
.chat-window .ui-menu .ui-menu-item:last-child {
	border: 0;
}
.chat-window .ui-menu .ui-menu-item:hover {
	background-color: #151515;
	color: #e5e5e5;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes blinker {
  from {
    box-shadow: inset 0 0 0 10px #008000;
  }
  30% {
    box-shadow: inset 0 0 0 10px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 10px transparent;
  }
  to {
    box-shadow: inset 0 0 0 10px #008000;
  }
}
@keyframes blinker {
  from {
    box-shadow: inset 0 0 0 10px #008000;
  }
  30% {
    box-shadow: inset 0 0 0 10px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 10px transparent;
  }
  to {
    box-shadow: inset 0 0 0 10px #008000;
  }
}
@-webkit-keyframes blinker2 {
  from {
    box-shadow: inset 0 0 0 10px #ff0000;
  }
  30% {
    box-shadow: inset 0 0 0 10px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 10px transparent;
  }
  to {
    box-shadow: inset 0 0 0 10px #ff0000;
  }
}
@keyframes blinker2 {
  from {
    box-shadow: inset 0 0 0 10px #ff0000;
  }
  30% {
    box-shadow: inset 0 0 0 10px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 10px transparent;
  }
  to {
    box-shadow: inset 0 0 0 10px #ff0000;
  }
}
@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes close-rotate {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}
@keyframes close-rotate {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}
@-webkit-keyframes blink {
  from {
  	opacity: 1;
  }
  30% {
  	opacity: 0;
  }
  70% {
  	opacity: 0;
  }
  to {
  	opacity: 1;
  }
}
@keyframes blink {
  from {
  	opacity: 1;
  }
  30% {
  	opacity: 0;
  }
  70% {
  	opacity: 0;
  }
  to {
  	opacity: 1;
  }
}
/**
 * End: 1163;
 */