body .ft-chaton a, body .ft-chatbox-skin1 a, body .ft-chatbox-skin2 a, body .ft-chatbox-skin3 a, body .ft-chatbox-skin4 a, body .ft-navi, body .ft-navi a, body .ft-navi-chaton a{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	text-decoration: none;
}
.ft-cpho svg{background:#4CAF50}
.ft-csms svg{background:#e56100}
.ft-cmes svg{background:#0082FF}
.ft-ctel svg{background:#29A9EB}
.ft-czal svg{background:#0068FF}
.ft-cwha svg{background:#29A71A}
.ft-cmai svg{background:#2196F3}
.ft-cmap svg{background:#8a56cd}
.ft-chaton a:hover, .ft-chatbox-skin1:hover{
	text-decoration: none;
}
.ft-chatbox{
	position: fixed;
    z-index: 10150;
    left: 10px;
    bottom: 10px;
}
.ft-chatbox button{
	border:none;
	box-sizing: border-box;
	margin:0px;
}
.ft-chatbox #chatona {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    animation: logo 2000ms infinite;
    padding: 0px;
    box-sizing: border-box;
    line-height: 0;
	background: #4caf50;
}
.ft-chatbox #chatona svg{
	width:40px;
	margin:auto;
}
@keyframes logo {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  
  0% { box-shadow: 0 0 0 0px #4caf50,0 0 0 0px #4caf50;}
  100% { box-shadow: 0 0 0 7px rgba(0,210,255,0),0 0 0 30px rgba(0,210,255,0); }
}
.ft-chaton {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px 5px;
	position:relative;
	margin-bottom:25px;
	-webkit-animation: duoilen 2s ease forwards;
	animation: duoilen 2s ease forwards;
	min-width: 230px;
}
.ft-chaton-full {
    position: fixed;
    background: rgb(0 0 0 / 41%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@keyframes duoilen{
  from {
    opacity:0.3;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes duoilen{
  from {
    opacity:0.3;
  }
  to {
    opacity:1;
  }
}
.ft-chaton-scroll{
	max-height: 300px;
	overflow: auto;
	padding:0px 10px;
}
.ft-chaton::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-top: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.ft-chaton a {
    display: flex;
    align-items: center;
    color: #444;
	padding: 5px;
}
.ft-chaton a:hover{
	opacity:0.8;
	background: #eee;
    box-sizing: content-box;
    border-radius: 7px;
}
.ft-chaton a:not(:last-child){
	margin-bottom:10px;
}
.ft-chaton svg{
	width:40px;
	margin-right:15px;
	border-radius:100%;
}
/* thanh scrool */
.ft-chaton *, .ft-navi-chaton * {
    scrollbar-color: #eee #ffffff00;
    scrollbar-width: thin !important;
}
.ft-chaton ::-webkit-scrollbar, .ft-navi-chaton ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: none;
}
.ft-chaton ::-webkit-scrollbar-thumb, .ft-navi-chaton ::-webkit-scrollbar-thumb{
    background-color: #eee;
    border-radius: 2px;
}
.ft-chaton ::-webkit-scrollbar-track, .ft-navi-chaton ::-webkit-scrollbar-track{
    background-color: none;
}
/* skin 1 */
.ft-chatbox-skin1{
	position: fixed;
    z-index: 10150;
    left: 10px;
    bottom: 10px;
	width:45px;
}
.ft-chatbox-skin1 a{
	display:block;
	position: relative;
}
.ft-chatbox-skin1 a:not(:last-child){
	margin-bottom:7px;
}
.ft-chatbox-skin1 a span{
	display:none;
}
.ft-chatbox-skin1 a:hover span {
    padding: 0px 16px;
    display: block;
    z-index: 100;
    left: 35px;
    margin: 7px 0px 70px 20px;
    height: 33px;
    position: absolute;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    top: 0px;
    opacity: 0.9;
    background: #11111194;
    width: max-content;
	display: flex;
    align-items: center;
    justify-content: center;
}
.ft-chatbox-skin1 svg{
	width:45px;
	margin:auto;
	border-radius:100%;
}
.ft-chatbox-skin1 svg:hover{
	animation: logo3 1000ms infinite;
}
/* skin 2 */
.ft-chatbox-skin2{
	position: fixed;
    z-index: 10150;
    left: 0px;
    bottom: 10px;
	width:45px;
}
.ft-chatbox-skin2 a{
	display:block;
	position: relative;
	line-height: 0;
	margin-bottom:2px;
}
.ft-chatbox-skin2 a span{
	display:none;
}
.ft-chatbox-skin2 a:hover span {
    z-index: 100;
    left: 45px;
    padding: 0px 20px;
    height: 45px;
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 0px;
    opacity: 0.9;
    background: #333;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-chatbox-skin2 svg{
	width:45px;
	margin:auto;
}
/* skin 3 */
.ft-chatbox-skin3{
	position: fixed;
    z-index: 10150;
    left: 10px;
    bottom: 10px;
	width:45px;
}
.ft-chatbox-skin3 a{
	display:block;
	position: relative;
}
.ft-chatbox-skin3 a:not(:last-child){
	margin-bottom:7px;
}
.ft-chatbox-skin3 a span{
	display:none;
}
.ft-chatbox-skin3 a:hover span {
    padding: 0px 16px;
    display: block;
    z-index: 100;
    left: 35px;
    margin: 7px 0px 70px 20px;
    height: 33px;
    position: absolute;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    top: 0px;
    opacity: 0.9;
    background: #11111194;
    width: max-content;
	display: flex;
    align-items: center;
    justify-content: center;
}
.ft-chatbox-skin3 svg{
	width:45px;
	margin:auto;
	border-radius: 0px 20px 0px 20px;
}
.ft-chatbox-skin3 svg:hover{
	animation: logo3 1000ms infinite;
}
/* skin 4 */
.ft-chatbox-skin4{
	position: fixed;
    z-index: 10150;
    left: 10px;
    bottom: 10px;
	width:45px;
}
.ft-chatbox-skin4 a{
	display:block;
	position: relative;
}
.ft-chatbox-skin4 a:not(:last-child){
	margin-bottom:7px;
}
.ft-chatbox-skin4 a span{
	display:none;
}
.ft-chatbox-skin4 a:hover span {
    padding: 0px 16px;
    display: block;
    z-index: 100;
    left: 35px;
    margin: 7px 0px 70px 20px;
    height: 33px;
    position: absolute;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    top: 0px;
    opacity: 0.9;
    background: #11111194;
    width: max-content;
	display: flex;
    align-items: center;
    justify-content: center;
}
.ft-chatbox-skin4 svg{
	width:45px;
	margin:auto;
	border-radius: 10px;
	background:none !important;
}
.ft-chatbox-skin4 svg:hover{
	animation: logo3 1000ms infinite;
}
@keyframes logo3 {
	0% {transform:rotate(0deg) scale(1) skew(1deg);}
	10% {transform:rotate(-25deg) scale(1) skew(1deg);}
	20% {transform:rotate(25deg) scale(1) skew(1deg);}
	30% {transform:rotate(-25deg) scale(1) skew(1deg);}
	40% {transform:rotate(25deg) scale(1) skew(1deg);}
	50% {transform:rotate(0deg) scale(1) skew(1deg);}
	100% {transform:rotate(0deg) scale(1) skew(1deg);}
}
.ft-chatbox-skin4 .ft-cpho svg path{fill:#4CAF50 !important}
.ft-chatbox-skin4 .ft-csms svg path{fill:#e56100 !important}
.ft-chatbox-skin4 .ft-cmes svg path{fill:#0082FF !important}
.ft-chatbox-skin4 .ft-ctel svg path{fill:#29A9EB !important}
.ft-chatbox-skin4 .ft-czal svg path{fill:#0068FF !important}
.ft-chatbox-skin4 .ft-cwha svg path{fill:#29A71A !important}
.ft-chatbox-skin4 .ft-cmai svg path{fill:#2196F3 !important}
.ft-chatbox-skin4 .ft-cmap svg path{fill:#8a56cd !important}

.ft-chatbox-skin4 .ft-cpho svg{border:2px solid #4CAF50}
.ft-chatbox-skin4 .ft-csms svg{border:2px solid #e56100}
.ft-chatbox-skin4 .ft-cmes svg{border:2px solid #0082FF}
.ft-chatbox-skin4 .ft-ctel svg{border:2px solid #29A9EB}
.ft-chatbox-skin4 .ft-czal svg{border:2px solid #0068FF}
.ft-chatbox-skin4 .ft-cwha svg{border:2px solid #29A71A}
.ft-chatbox-skin4 .ft-cmai svg{border:2px solid #2196F3}
.ft-chatbox-skin4 .ft-cmap svg{border:2px solid #8a56cd}
/* NAVI */
:root{
	--navicolor: #333;
	--backchatbg:#fff;
	--bordcolor: #ff4444;
	--backcolor:#fff;
	--backchatcolor:#ffffffd6;
	--textchatcolor:#333;
}
.ft-boxnavi{
	display:none;
	background: var(--backcolor);
    box-shadow: 0px -1px 7px #00000030;
    z-index: 10150;
	padding: 10px 10px 20px 10px;
    box-sizing: border-box;
	height: 65px;
	line-height: 1.2;
	position: fixed;
}
.ft-navi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap:5px;
	color:var(--navicolor);
}
.ft-navi a{
	color:var(--navicolor);
}
.ft-navi-chaton a{
	color:var(--textchatcolor);
}  
.ft-navi a:hover, .ft-navi-chaton a:hover{
	opacity:0.9;
}
.ft-navi-cen-but a {color:var(--bordcolor);cursor: pointer;}
.ft-navi-cen-but a .ft-navi-cen-span{color:#fff;}
.ft-navi div {
    text-align: center;
	position: relative;
}
.ft-navi div span{
	font-size:11px;
	display:block;
	font-weight:bold;
}
.ft-navi .ft-navi-span{
	position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}
.ft-navi .ft-navi-cen-span {
    background: var(--bordcolor);
    padding: 2px 8px;
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}
.ft-navi-cen-but {
    position: absolute !important;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%,0);
    width:100%;
}
.ft-navi svg {
    width: 100%;
    height: 100%;
    max-width:25px;
}
.ft-navi-cen svg {
    background: var(--backchatbg);
    border: 1px solid #0000002b;
    padding: 10px;
    border-radius: 100%;
	max-width:35px;
	box-sizing: content-box;
}
.ft-navi-cen-but i {
    display: inline-block;
    border-radius: 100%;
    padding: 0px;
    line-height: 0;
	animation: logo4 1000ms infinite;
}
@keyframes logo4 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  
  0% { box-shadow: 0 0 0 0px var(--bordcolor);}
  100% { box-shadow: 0 0 0 10px rgba(0,210,255,0);}
}
.ft-navi-chaton {
    background: var(--backchatcolor);
    box-shadow: 0px -1px 7px #00000030;
    padding: 20px 10px;
    z-index: 10150;
    box-sizing: border-box;
	position: fixed;
}
.ft-navi-chaton svg{
	width: 40px;
    margin-right: 15px;
    border-radius: 100%;
}
.ft-navi-chaton a {
    display: flex;
    align-items: center;
    padding: 5px;
	font-weight:bold;
	font-size:16px;
}
/* navi skin 1 */
.navi-skin1{
	bottom:0;
    left:0;
    right:0;
}
.navi-chat-skin1{
	left:0;
    right:0;
	bottom: 64px;
}
/* navi skin 2 */
.navi-skin2{
	bottom:0;
    left:0;
    right:0;
}
.navi-chat-skin2{
	left:0;
    right:0;
	bottom: 64px;
}
.ft-navi-cen1 {
    border-top: 4px solid var(--bordcolor);
    padding-top: 10px;
    margin-top: -10px;
}
.ft-navi-cen1 a{
	color:var(--bordcolor);
}
/* navi skin 3 */
.navi-skin3{
	bottom:10px;
    left:10px;
    right:10px;
	border-radius:10px;
}
.navi-chat-skin3{
    left:10px;
	right:10px;
	bottom:85px;
	border-radius:10px;
}
/* navi skin 4 */
.ft-navi-cen-momo svg {
    background: var(--bordcolor);
    border: 1px solid #0000002b;
    padding: 10px;
    border-radius: 100%;
	max-width:25px;
	box-sizing: content-box;
}
.ft-navi-cen-momo a {color:#fff !important}
.ft-navi-cen-but.ft-navi-cen-but-momo{bottom:-20px;}
.ft-menu-border{
    bottom: 99%;
    width: 7em;
    height: 1.4em;
    position: absolute;
    clip-path: url(#menu);
    will-change: transform;
    background-color:var(--backcolor); 
	left: 50%;
    transform: translateX(-50%);
	z-index:-1;	
}
.ft-svg-container {
    width: 0;
    height: 0;
}
/* mobile */
@media (max-width: 700px){
	.chaton-mobile{display:none}
	.ft-boxnavi{display:block;}
}