.ktc-container .ktc-handler,
.ktc-description {
	background-color: rgba(1, 118, 165, 1);
	color: rgba(255, 255, 255, 1);
}
.ktc-description {
	border-radius: 6px 6px 0 0;
}
.ktc-container .ktc-handler svg {
	fill: rgba(255, 255, 255, 1);
}
.ktc-container .ktc-box {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(85, 85, 85, 1);
	border-radius: 6px;
}
.ktc-container .ktc-box:before,
.ktc-container .ktc-box:after {
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}
.ktc-container .ktc-close:before,
.ktc-container .ktc-close:after {
	background-color: rgba(255, 255, 255, 1);
}
.ktc-container {
	max-width: 400px;
}
@media screen and (max-width : 400px) {
	.ktc-container {
		max-width: 100%;
	}
}
.ktc-container .ktc-box {
	width: calc(400px - 80px);
	max-width: calc(100% - 40px);
}

.ktc-container .ktc-account {
	border-radius: 10px;
}
.ktc-container .ktc-handler,
.ktc-container .ktc-account img {
	border-radius: 50px;
}
.ktc-container .ktc-account:hover {
	background-color: rgba(245, 245, 245, 1);
	color: rgba(85, 85, 85, 1);
}
.ktc-container .ktc-account:not(:last-child):after {
	background-color: #f5f5f5;
}
.ktc-container .ktc-account:hover:after {
	background-color: rgba(245, 245, 245, 1);
}