/*
Theme Name: Flatsome Keonah Child
Description: Child theme for a Flatsome-based live homepage inspired by elefan.io.
Author: OpenAI Codex
Template: flatsome
Version: 1.4.6
Text Domain: flatsome
*/

body.keonah-child-theme {
	background: #15171b;
	color: #f0f0f0;
}

body.keonah-child-theme #wrapper,
body.keonah-child-theme #main,
body.keonah-child-theme #content,
body.keonah-child-theme .page-wrapper {
	background: #15171b;
}

body.keonah-child-theme .container.keonah-container {
	max-width: 1585px;
	padding-left: 15px;
	padding-right: 15px;
}

body.keonah-child-theme a {
	transition: color .2s ease;
}

body.keonah-child-theme a:hover {
	color: #fac33d;
}

body.keonah-child-theme a:focus-visible,
body.keonah-child-theme button:focus-visible,
body.keonah-child-theme input:focus-visible {
	outline: 2px solid #fac33d;
	outline-offset: 2px;
}

body.keonah-child-theme .header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgb(32, 34, 38);
}

body.keonah-child-theme #footer.footer-wrapper {
	margin-top: 0;
	background: rgb(32, 34, 38);
}

.keonah-header-shell .header-main {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 78px;
}

.keonah-header-shell .menu-btn {
	display: none;
}

.keonah-header-shell .menu-label {
	display: none;
	width: 30px;
	height: 30px;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	transition: opacity .2s ease;
}

.keonah-header-shell .menu-label span {
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 7px;
	background: #fff;
}

.keonah-header-shell .menu-label span:first-child {
	margin-top: 0;
}

.keonah-header-shell .site-logo {
	flex: 0 0 auto;
	margin-right: 6px;
}

.keonah-header-shell .site-logo a {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: .01em;
}

.keonah-header-shell .site-logo img {
	display: block;
	width: auto;
	max-height: none;
	max-width: 100%;
}

.keonah-header-shell .header-nav {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.keonah-header-shell .daga-nav {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.keonah-header-shell .daga-nav > li {
	position: relative;
}

.keonah-header-shell .daga-nav > li > a {
	display: block;
	padding: 8px 14px;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	transition: color .2s ease;
}

.keonah-header-shell .daga-nav li a:hover,
.keonah-header-shell .daga-nav li.current-menu-item > a,
.keonah-header-shell .daga-nav li.current_page_item > a {
	color: #fac33d;
}

.keonah-header-shell .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	min-width: 210px;
	margin: 8px 0 0;
	padding: 8px 0;
	list-style: none;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: #1b1e23;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity .2s ease, transform .2s ease;
}

.keonah-header-shell .daga-nav li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.keonah-header-shell .sub-menu li a {
	display: block;
	padding: 7px 16px;
	color: #ddd;
	font-size: 14px;
}

.keonah-header-shell .header-search {
	flex: 0 0 230px;
	margin-left: auto;
}

.keonah-header-shell .header-search form {
	position: relative;
}

.keonah-header-shell .header-search input {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 4px;
	padding: 0 42px 0 12px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 14px;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.keonah-header-shell .header-search input::placeholder {
	color: rgba(255, 255, 255, 0.58);
}

.keonah-header-shell .header-search input:focus {
	border-color: rgba(250, 195, 61, 0.7);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 0 3px rgba(250, 195, 61, 0.12);
}

.keonah-header-shell .header-search button {
	position: absolute;
	top: 5px;
	right: 8px;
	width: 30px;
	height: 30px;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	transition: opacity .2s ease;
}

.keonah-header-shell .search-icon {
	display: none;
	width: 30px;
	height: 30px;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	transition: opacity .2s ease;
}

.keonah-header-shell .menu-label:hover,
.keonah-header-shell .header-search button:hover,
.keonah-header-shell .search-icon:hover {
	opacity: .82;
}

.keonah-live-home {
	background: #15171b;
	color: #fff;
}

.keonah-live-home section {
	margin: 24px 0 0;
}

.live-wrapper .post-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	margin-left: -15px;
	margin-right: -15px;
}

.live-wrapper .post-wrapper > div {
	padding: 15px;
}

.live-wrapper .main-left {
	width: 74%;
	display: flex;
	flex-direction: column;
}

.keonah-live-heading {
	margin: 0 0 14px;
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.02em;
	text-wrap: balance;
}

.live-wrapper .main-right {
	width: 26%;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.video-wrap {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	background: #000;
	aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 16 / 9) {
	.video-wrap {
		padding-top: 56.25%;
	}
}

.video-wrap iframe,
.video-wrap video,
.video-wrap .keonah-player-embed,
.video-wrap .keonah-player-empty,
.video-wrap .keonah-player-shell {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrap .keonah-player-embed iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.keonah-live-player {
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: contain;
	object-position: center center;
	display: block;
}

.keonah-live-player::-webkit-media-controls,
.keonah-live-player::-webkit-media-controls-panel,
.keonah-live-player::-webkit-media-controls-enclosure,
.keonah-live-player::-webkit-media-controls-overlay-play-button,
.keonah-live-player::-webkit-media-controls-play-button,
.keonah-live-player::-webkit-media-controls-start-playback-button,
.keonah-live-player::-webkit-media-controls-timeline,
.keonah-live-player::-webkit-media-controls-current-time-display,
.keonah-live-player::-webkit-media-controls-time-remaining-display,
.keonah-live-player::-webkit-media-controls-volume-slider,
.keonah-live-player::-webkit-media-controls-fullscreen-button {
	display: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.keonah-player-shell {
	cursor: default;
}

.keonah-player-live-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 11px;
	border-radius: 999px;
	background: #d10000;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
}

.keonah-player-clickshield {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: transparent;
}

.keonah-player-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background: linear-gradient(180deg, #1b1e23, #0e1013);
	text-align: center;
}

.keonah-player-empty strong {
	font-size: 30px;
}

.tabs {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgb(26, 28, 34);
}

.tab-header {
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: #1a1c22;
}

.tab-header button {
	flex: 1 1 50%;
	min-width: 0;
	border: 0;
	padding: 13px 10px;
	overflow: hidden;
	background: #1a1c22;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease;
}

.tab-header button.active,
.tab-header button:hover {
	background: #23262d;
	color: #f2c14f;
}

.tab-content {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
	padding: 15px;
}

.tab-content > div {
	display: none;
	width: 100%;
}

.tab-content > div.active {
	display: block;
	height: 100%;
	min-height: 0;
	overflow-y: auto;
}

.keonah-tab-placeholder {
	margin-bottom: 0;
	color: #d2d2d2;
	font-size: 13px;
	line-height: 1.65;
}

.keonah-live-chat {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	overflow: hidden;
}

.keonah-live-chat__messages {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 6px;
	scrollbar-width: thin;
	scrollbar-color: #5f636b #191c22;
}

.keonah-live-chat__messages::-webkit-scrollbar {
	width: 6px;
}

.keonah-live-chat__messages::-webkit-scrollbar-track {
	background: #191c22;
	border-radius: 999px;
}

.keonah-live-chat__messages::-webkit-scrollbar-thumb {
	background: #5f636b;
	border-radius: 999px;
}

.keonah-live-chat__messages::-webkit-scrollbar-thumb:hover {
	background: #7a7f89;
}

.keonah-live-chat__item {
	margin-bottom: 10px;
	padding: 10px 11px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: #20232a;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.keonah-live-chat__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 1;
}

.keonah-live-chat__name {
	color: #f5c44f;
	font-weight: 700;
}

.keonah-live-chat__time {
	color: #94979e;
}

.keonah-live-chat__text {
	margin: 0;
	color: #e2e2e2;
	font-size: 12px;
	line-height: 1.58;
	word-break: break-word;
}

.keonah-live-chat__form {
	flex: 0 0 auto;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.keonah-live-chat .keonah-live-chat__input,
.keonah-live-chat .keonah-live-chat__textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: #101318;
	color: #fff;
	padding: 9px 11px;
	font-size: 12px;
	outline: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	appearance: none;
	-webkit-appearance: none;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.keonah-live-chat__input {
	height: 38px;
	margin-bottom: 7px;
}

.keonah-live-chat__input:focus,
.keonah-live-chat__textarea:focus {
	border-color: #f5c44f;
	box-shadow: 0 0 0 3px rgba(245, 196, 79, 0.12);
}

.keonah-live-chat__input::placeholder,
.keonah-live-chat__textarea::placeholder {
	color: #8f949d;
}

.keonah-live-chat__textarea {
	min-height: 60px;
	max-height: 76px;
	padding-right: 52px;
	line-height: 1.55;
	resize: none;
}

.keonah-live-chat__composer {
	position: relative;
}

.keonah-live-chat__actions {
	position: absolute;
	right: 8px;
	bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.keonah-live-chat__status {
	font-size: 11px;
	line-height: 1.5;
	min-height: 0;
	margin: 6px 0 0;
	color: #f2c14f;
	text-align: left;
}

.keonah-live-chat__status:empty {
	display: none;
}

.keonah-live-chat__status.is-error {
	color: #f48a8a;
}

.keonah-live-chat__submit {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 40px;
	min-width: 40px;
	height: 40px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #e11111, #ba0909);
	color: #fff;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 8px 16px rgba(209, 11, 11, 0.18);
	transition: background-color .2s ease, opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.keonah-live-chat__submit:hover {
	background: linear-gradient(135deg, #cf0d0d, #a90707);
	transform: translateY(-1px);
	box-shadow: 0 12px 20px rgba(209, 11, 11, 0.22);
}

.keonah-live-chat__submit:disabled {
	opacity: .6;
	cursor: wait;
	transform: none;
	box-shadow: 0 10px 18px rgba(209, 11, 11, 0.16);
}

.keonah-live-chat__submit-text {
	display: none;
}

.keonah-live-chat__submit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 1;
}

.keonah-live-chat__empty {
	padding: 12px;
	border: 1px dashed rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	color: #b9bcc3;
	font-size: 12px;
	text-align: center;
}

.video-details-wrap {
	width: 74%;
	padding: 0 15px;
}

.video-details {
	margin-top: 12px;
	text-align: center;
}

.video-details > div {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin-bottom: 10px;
}

.cpc-daga {
	overflow-x: auto;
	justify-content: flex-start;
	white-space: nowrap;
}

.btn-cpc {
	display: inline-block;
	border: 0;
	padding: 7px 14px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.1);
	color: #b2b2b2;
	font-size: 14px;
	cursor: pointer;
}

.btn-cpc.active,
.btn-cpc:hover {
	background: #dd3333;
	color: #fff;
}

.btn-adv {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	width: 100%;
}

.btn-cuoc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	padding: 11px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 16px rgba(0, 0, 0, 0.18);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .01em;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.btn-cuoc:hover {
	transform: translateY(-1px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 24px rgba(0, 0, 0, 0.24);
	color: #fff !important;
	filter: saturate(1.05);
}

.btn-cuoc:active {
	transform: translateY(0);
}

.recent-playback .video-item-related .post-inner {
	display: flex;
	margin-bottom: 15px;
	padding: 0;
}

.recent-playback .post-item-img {
	margin-right: 10px;
	max-width: 100px;
	border-radius: 5px;
	overflow: hidden;
}

.recent-playback .post-item-img img,
.keonah-thumb-fallback {
	display: block;
	width: 90px;
	height: 90px;
	object-fit: cover;
}

.keonah-thumb-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #231b2e;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.recent-playback .post-text {
	flex: 1;
}

.recent-playback .post-title {
	margin: 0;
	line-height: 1.3;
}

.recent-playback .post-title a {
	color: #d9dfd6;
	font-size: 14px;
}

.recent-playback .post-title a:hover {
	color: #fac33d;
}

.recent-playback .videos-meta {
	margin-top: 10px;
	color: #976e6e;
	font-size: 13px;
}

.post-wr {
	margin-top: 28px;
	padding: 22px 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgb(26, 28, 34);
}

.post-wr .entry-content {
	color: #e0e0e0;
}

.post-wr .entry-content h1,
.post-wr .entry-content h2,
.post-wr .entry-content h3,
.post-wr .entry-content h4 {
	color: #fff;
}

.post-wr .entry-content p,
.post-wr .entry-content li {
	color: #d5d5d5;
}

.post-wr .entry-content a {
	color: #5bc026;
}

.post-wr .entry-content a:hover {
	color: #fac33d;
}

.post-wr .entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}

.post-wr .entry-content th,
.post-wr .entry-content td {
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 12px;
}

.footer-1,
.absolute-footer {
	background: rgb(32, 34, 38);
	color: #ddd;
}

.footer-1 {
	margin-top: 0;
	padding: 42px 0 26px;
}

.footer-1 .flex {
	display: flex;
	align-items: stretch;
	margin-left: -15px;
	margin-right: -15px;
}

.footer-1 .footer-col {
	display: flex;
	width: 33.333%;
	padding: 0 15px;
}

.footer-1 .widget {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	padding: 0 6px;
}

.footer-1 .widget-title {
	display: block;
	margin-bottom: 18px;
	padding-left: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
}

.footer-1 .widget-title:before {
	content: none;
}

.footer-1 .widget-title:after {
	content: none;
}

.footer-brand {
	margin-bottom: 22px;
}

.footer-brand img {
	display: block;
	width: auto;
	max-height: 55px;
}

.footer-brand a {
	display: inline-block;
}

.footer-brand__text {
	display: inline-block;
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: .02em;
}

.footer-col--about p,
.footer-1 li,
.footer-1 a,
.footer-1 .textwidget {
	color: #ddd;
	font-size: 16px;
	line-height: 1.85;
}

.footer-1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-1 li {
	margin-bottom: 8px;
}

.footer-1 a:hover {
	color: #de0404;
}

.footer-col--about .widget,
.footer-col--info .widget {
	text-align: left;
}

.footer-col--nav .widget,
.footer-col--nav .textwidget,
.footer-col--nav .ft-link {
	text-align: center;
}

.footer-col--nav .widget-title {
	text-align: center;
}

.footer-col--nav .ft-link li {
	display: block;
}

.absolute-footer {
	margin: 0;
	padding: 18px 0;
	border-top: 1px solid rgba(211, 95, 95, 0.3);
}

.copyright-text {
	color: #ddd;
	font-size: 16px;
}

@media only screen and (max-width: 992px) {
	.keonah-header-shell .header-main {
		flex-wrap: wrap;
		gap: 12px;
		min-height: 72px;
	}

	.keonah-header-shell .menu-btn {
		display: block;
		order: 1;
		width: 24px;
	}

	.keonah-header-shell .menu-label,
	.keonah-header-shell .search-icon {
		display: block;
	}

	.keonah-header-shell .site-logo {
		order: 2;
		margin-right: auto;
	}

	.keonah-header-shell .header-search {
		order: 3;
		flex: 0 0 auto;
		width: auto;
	}

	.keonah-header-shell .search-form-header,
	.keonah-header-shell .daga-nav {
		display: none;
	}

	.keonah-header-shell .search-form-header {
		position: fixed;
		left: 0;
		top: 74px;
		z-index: 123;
		width: 100%;
		padding: 15px;
		background: rgb(32, 34, 38);
	}

	.keonah-header-shell .search-form-header.active {
		display: block;
	}

	.keonah-header-shell .header-search input {
		height: 42px;
		font-size: 14px;
	}

	.keonah-header-shell .header-nav {
		order: 4;
		flex: 0 0 100%;
	}

	.keonah-header-shell .daga-nav {
		position: fixed;
		left: 0;
		top: 72px;
		z-index: 122;
		width: 100%;
		background: rgb(32, 34, 38);
	}

	.keonah-header-shell .daga-nav.active {
		display: block;
	}

	.keonah-header-shell .daga-nav > li {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.keonah-header-shell .sub-menu {
		position: relative;
		top: 0;
		opacity: 1;
		visibility: visible;
		transform: none;
		margin-top: 0;
		border: 0;
		background: none;
	}

	.live-wrapper .main-left,
	.live-wrapper .main-right,
	.video-details-wrap,
	.footer-1 .footer-col {
		width: 100%;
	}

	.live-wrapper .post-wrapper {
		flex-wrap: wrap;
		margin: 0;
	}

	.live-wrapper .post-wrapper > div {
		padding: 0;
	}

	.keonah-live-heading {
		margin: 0 0 16px;
		font-size: 24px;
		line-height: 1.25;
	}

	.video-wrap {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		aspect-ratio: 16 / 9;
		padding-top: 0;
	}

	.video-details-wrap {
		padding: 0;
	}

	.video-details > div {
		flex-wrap: wrap;
	}

	.btn-adv {
		justify-content: center;
	}

	.keonah-player-live-badge {
		top: 10px;
		left: 10px;
	}

	.post-wr {
		padding: 18px 16px;
	}

	.footer-1 {
		padding-top: 34px;
	}

	.keonah-live-chat {
		height: auto;
		min-height: 320px;
	}

	.keonah-live-chat__messages {
		max-height: 220px;
	}

	.keonah-live-chat__composer {
		position: relative;
		padding-right: 0;
	}

	.keonah-live-chat__textarea {
		min-height: 68px;
		max-height: 88px;
	}
}

@media only screen and (max-width: 640px) {
	.keonah-header-shell .site-logo a {
		font-size: 22px;
	}

	.keonah-header-shell .site-logo img {
		max-height: 38px;
	}

	.tab-header button {
		font-size: 11px;
		padding-left: 6px;
		padding-right: 6px;
	}

	.keonah-live-heading {
		font-size: 20px;
		margin-bottom: 14px;
	}

	.footer-brand__text {
		font-size: 32px;
	}

	.footer-1 .widget-title {
		font-size: 18px;
	}

	.footer-col--about p,
	.footer-1 li,
	.footer-1 a,
	.footer-1 .textwidget,
	.copyright-text {
		font-size: 15px;
	}

	.keonah-live-chat {
		min-height: 300px;
	}

	.keonah-live-chat__messages {
		max-height: 200px;
	}

	.keonah-live-chat__actions {
		position: absolute;
		right: 8px;
		bottom: 8px;
	}

	.keonah-live-chat__submit {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}

	.keonah-live-chat__textarea {
		padding-right: 52px;
	}
}
