div {margin:0 0 0 0; padding: 0 0 0 0;}

#chartContainer {
	--vt-chart-header-height: 62px;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
	position: relative;
	box-sizing: border-box;
}

#chartContainer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: var(--vt-chart-header-height);
	z-index: 18;
	border-bottom: 1px solid rgba(148, 163, 184, 0.28);
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	pointer-events: none;
}

/* Final order-button alignment lock: keep Bootstrap row/col from pushing controls */
#consoleArea #buy-console .vt-order-quick,
#consoleArea #sell-console .vt-order-quick {
	display: grid !important;
	grid-template-columns: 54px repeat(5, minmax(0, 1fr)) !important;
	align-items: center !important;
	gap: 3px !important;
	width: 100% !important;
	margin: 0 0 5px 0 !important;
	padding: 4px !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}

#consoleArea #buy-console .vt-order-quick-label,
#consoleArea #sell-console .vt-order-quick-label {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	min-width: 0 !important;
	margin: 0 !important;
	font-size: 10px !important;
	line-height: 22px !important;
	white-space: nowrap !important;
}

#consoleArea #buy-console .vt-order-quick-btn,
#consoleArea #sell-console .vt-order-quick-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 24px !important;
	margin: 0 !important;
	padding: 0 2px !important;
	box-sizing: border-box !important;
	font-size: 10px !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

#consoleArea #buyPriceTab,
#consoleArea #sellPriceTab,
#consoleArea #buyAmountTab,
#consoleArea #sellAmountTab,
#consoleArea #buyTotalTab,
#consoleArea #sellTotalTab {
	display: grid !important;
	grid-template-columns: 82px minmax(0, 1fr) !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 30px !important;
	height: auto !important;
	margin: 0 0 4px 0 !important;
}

#consoleArea #buyPriceTab > [class*="col-"],
#consoleArea #sellPriceTab > [class*="col-"],
#consoleArea #buyAmountTab > [class*="col-"],
#consoleArea #sellAmountTab > [class*="col-"],
#consoleArea #buyTotalTab > [class*="col-"],
#consoleArea #sellTotalTab > [class*="col-"] {
	display: flex !important;
	align-items: center !important;
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

#consoleArea #buyTotalTab > [class*="col-"]:first-child,
#consoleArea #sellTotalTab > [class*="col-"]:first-child {
	display: block !important;
	font-size: 10px !important;
	line-height: 13px !important;
}

#consoleArea #buyPriceTab .input-group,
#consoleArea #sellPriceTab .input-group {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 34px 34px !important;
	width: 100% !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
}

#consoleArea #buyAmountTab .input-group,
#consoleArea #sellAmountTab .input-group,
#consoleArea #buyTotalTab .input-group,
#consoleArea #sellTotalTab .input-group {
	display: block !important;
	width: 100% !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#consoleArea #buyPriceTab .form-control,
#consoleArea #sellPriceTab .form-control,
#consoleArea #buyAmountTab .form-control,
#consoleArea #sellAmountTab .form-control,
#consoleArea #buyTotalTab .form-control,
#consoleArea #sellTotalTab .form-control {
	width: 100% !important;
	height: 28px !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 8px !important;
	box-sizing: border-box !important;
	line-height: 28px !important;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	min-width: 34px !important;
	max-width: 34px !important;
	height: 28px !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	border-radius: 0 !important;
	line-height: 1 !important;
	font-size: 0 !important;
	color: transparent !important;
}

#consoleArea #buyMinus::before,
#consoleArea #sellMinus::before {
	content: "-" !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	color: #334560 !important;
}

#consoleArea #buyPlus::before,
#consoleArea #sellPlus::before {
	content: "+" !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	color: #334560 !important;
}

#consoleArea #buyMinus:disabled::before,
#consoleArea #buyPlus:disabled::before,
#consoleArea #sellMinus:disabled::before,
#consoleArea #sellPlus:disabled::before {
	color: #eef3fb !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle,
#consoleArea #sell-console .btn-group.btn-group-toggle {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	width: 100% !important;
	height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
	box-sizing: border-box !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn,
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	position: relative !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn > input[type="radio"],
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn > input[type="radio"] {
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn > span,
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn > span {
	position: static !important;
	transform: none !important;
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

#chartInformation #chartContainer {
	height: 100% !important;
	margin: 0 !important;
}

#priceContainer {
	position: absolute !important;
	left: 0;
	right: 0;
	top: var(--vt-chart-header-height);
	bottom: 0;
	display: block !important;
	width: 100% !important;
	height: calc(100% - var(--vt-chart-header-height)) !important;
	margin: 0 !important;
	touch-action: pan-y;
}

#chartContainer .vt-chart-root {
	height: 100% !important;
}

#chartContainer .vt-chart-root canvas {
	cursor: crosshair;
}

#chartContainer .vt-chart-root canvas:focus {
	outline: 1px solid rgba(47, 111, 221, 0.55);
	outline-offset: -2px;
}

#chartContainer #helpdiv {
	position: absolute;
	top: 5px;
	left: 10px;
	right: 250px;
	z-index: 26;
	display: block !important;
	height: auto !important;
	min-height: 20px;
	overflow: hidden;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.88);
	color: #334155;
	font-size: 11px !important;
	line-height: 16px;
	pointer-events: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#chartContainer #chartTooltip {
	max-width: min(320px, calc(100% - 16px));
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
	backdrop-filter: blur(6px);
	padding: 7px 9px !important;
	font-size: 11px !important;
	line-height: 1.32 !important;
}

#chartContainer #chartTooltip .vt-chart-tooltip-price {
	margin: 3px 0 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	color: #f8fafc;
	font-weight: 700;
}

#chartContainer #chartTooltip .vt-chart-tooltip-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 5px;
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

#chartContainer #chartTooltip .vt-chart-tooltip-stat {
	display: inline-flex;
	align-items: baseline;
	gap: 3px;
	min-width: 0;
	font-size: 10px;
	line-height: 12px;
}

#chartContainer #chartTooltip .vt-chart-tooltip-stat em {
	color: #94a3b8;
	font-style: normal;
	font-weight: 800;
}

#chartContainer #chartTooltip .vt-chart-tooltip-stat b {
	color: #f8fafc;
	font-weight: 800;
}

#chartContainer #chartTooltip .vt-chart-tooltip-stat.gain b {
	color: #fecaca;
}

#chartContainer #chartTooltip .vt-chart-tooltip-stat.loss b {
	color: #bfdbfe;
}

#chartContainer #chartTooltip .vt-chart-tooltip-stat.strong b {
	color: #fde68a;
}

#chartContainer .vt-chart-toolbar {
	position: absolute;
	top: 4px;
	right: 8px;
	z-index: 30;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 3px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

#chartContainer .vt-chart-btn {
	height: 24px;
	min-width: 38px;
	padding: 0 7px;
	border: 1px solid #d4dae5;
	border-radius: 4px;
	background: #fff;
	color: #334155;
	font-size: 11px;
	font-weight: 700;
	line-height: 22px;
	cursor: pointer;
}

#chartContainer .vt-chart-icon-btn {
	min-width: 28px;
	padding: 0 6px;
}

#chartContainer .vt-chart-action[data-action="fit"],
#chartContainer .vt-chart-action[data-action="right"],
#chartContainer .vt-chart-live {
	display: none !important;
}

#chartContainer .vt-chart-btn.active {
	border-color: #2f6fdd;
	background: #2f6fdd;
	color: #fff;
}

#chartContainer .vt-chart-live.active {
	border-color: #dc2626;
	background: #dc2626;
	color: #fff;
}

#chartContainer .vt-chart-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	min-width: 66px;
	padding: 0 7px !important;
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	background: #f8fafc;
	color: #475569;
	font-size: 10px;
	font-weight: 800;
	line-height: 22px;
	white-space: nowrap;
	box-sizing: border-box;
}

#chartContainer .vt-chart-status.gain {
	border-color: rgba(220, 38, 38, 0.22);
	background: #fff7f7;
	color: #d60000;
}

#chartContainer .vt-chart-status.loss {
	border-color: rgba(37, 99, 235, 0.22);
	background: #f6f9ff;
	color: #0051c7;
}

#chartContainer .vt-chart-status.neutral {
	color: #475569;
}

#chartContainer .vt-chart-divider {
	width: 1px;
	height: 18px;
	margin: 0 2px;
	background: #d8dee8;
}

#chartContainer #smaInfo {
	position: absolute;
	left: 8px;
	right: auto;
	top: 35px;
	z-index: 24;
	max-width: calc(100% - 350px);
	max-height: 20px;
	overflow: hidden;
	padding: 1px 4px !important;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.62);
	line-height: 16px;
	pointer-events: none;
	white-space: nowrap;
	text-overflow: clip;
}

#chartContainer #smaInfo .vt-indicator-key {
	display: inline-flex;
	align-items: center;
	gap: 1px;
	max-width: none;
	height: auto;
	margin-right: 6px;
	padding: 0 !important;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 10px;
	font-weight: 800;
	line-height: 16px;
	white-space: nowrap;
}

#chartContainer #smaInfo .ma5 { color: #ffb347; }
#chartContainer #smaInfo .ma10 { color: #ffa07a; }
#chartContainer #smaInfo .ma20 { color: #ff7777; }
#chartContainer #smaInfo .ma60 { color: #2fbf63; }
#chartContainer #smaInfo .ma120 { color: #5f63ff; }
#chartContainer #smaInfo .bb-up,
#chartContainer #smaInfo .bb-down { color: #8f8f8f; }
#chartContainer #smaInfo .vt-vwap-info { color: #0f766e; }

#chartContainer #smaInfo .vt-indicator-key span {
	font-weight: 700;
	opacity: 0.9;
}

#chartContainer .vt-chart-trade-lines {
	position: absolute;
	left: 8px;
	bottom: 7px;
	z-index: 27;
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: calc(100% - 86px);
	overflow: hidden;
	pointer-events: none;
}

#chartContainer .vt-chart-trade-lines span {
	display: inline-flex;
	align-items: center;
	max-width: 142px;
	height: 20px;
	padding: 0 6px !important;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 1px 5px rgba(15, 23, 42, 0.08);
	font-size: 10px;
	font-weight: 900;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#chartContainer .vt-chart-trade-lines .avg.long,
#chartContainer .vt-chart-trade-lines .avg.short {
	color: #7c3aed;
}

#chartContainer .vt-chart-trade-lines .order.buy {
	color: #d60000;
}

#chartContainer .vt-chart-trade-lines .order.sell {
	color: #0051c7;
}

#chartContainer .vt-chart-session-lines {
	position: absolute;
	left: 8px;
	bottom: 31px;
	z-index: 27;
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: calc(100% - 86px);
	overflow: hidden;
	pointer-events: none;
}

#chartContainer .vt-chart-session-lines span,
#chartContainer .vt-vwap-info {
	display: inline-flex;
	align-items: center;
	max-width: 138px;
	height: 19px;
	padding: 0 6px !important;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 1px 5px rgba(15, 23, 42, 0.08);
	font-size: 10px;
	font-weight: 900;
	line-height: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#chartContainer .vt-chart-session-lines .prev {
	color: #64748b;
}

#chartContainer .vt-chart-session-lines .vwap,
#chartContainer .vt-vwap-info {
	color: #0f766e;
}

#chartContainer .vt-chart-session-lines .high {
	color: #dc2626;
}

#chartContainer .vt-chart-session-lines .low {
	color: #2563eb;
}

@media screen and (max-width: 600px) {
	#chartContainer {
		--vt-chart-header-height: 106px;
	}

	#chartContainer .vt-chart-toolbar {
		top: 4px;
		right: 4px;
		gap: 2px;
		padding: 2px;
		flex-wrap: wrap;
		justify-content: flex-end;
		max-width: calc(100% - 8px);
	}

	#chartContainer .vt-chart-btn {
		height: 22px;
		min-width: 30px;
		padding: 0 5px;
		font-size: 10px;
		line-height: 20px;
	}

	#chartContainer .vt-chart-icon-btn {
		min-width: 24px;
	}

	#chartContainer .vt-chart-live {
		min-width: 34px;
	}

	#chartContainer .vt-chart-status {
		height: 20px;
		min-width: 58px;
		padding: 0 5px !important;
		font-size: 9px;
		line-height: 18px;
	}

	#chartContainer #helpdiv {
		top: 58px;
		left: 6px;
		right: 6px;
		font-size: 10px !important;
		line-height: 14px;
		white-space: normal;
	}

	#chartContainer #smaInfo {
		top: 84px;
		left: 6px;
		right: 6px;
		max-width: calc(100% - 12px);
		max-height: 18px;
		padding: 1px 3px !important;
		font-size: 9px;
		overflow: hidden;
	}

	#chartContainer #smaInfo .vt-indicator-key {
		margin-right: 4px;
		font-size: 9px;
		line-height: 15px;
	}

	#chartContainer .vt-chart-trade-lines {
		left: 6px;
		right: 6px;
		bottom: 5px;
		max-width: calc(100% - 12px);
		gap: 3px;
	}

	#chartContainer .vt-chart-trade-lines span {
		max-width: 118px;
		height: 18px;
		padding: 0 5px !important;
		font-size: 9px;
		line-height: 16px;
	}

	#chartContainer .vt-chart-session-lines {
		left: 6px;
		right: 6px;
		bottom: 26px;
		max-width: calc(100% - 12px);
		gap: 3px;
	}

	#chartContainer .vt-chart-session-lines span,
	#chartContainer .vt-vwap-info {
		max-width: 104px;
		height: 18px;
		padding: 0 5px !important;
		font-size: 9px;
		line-height: 16px;
	}

	#chartContainer #chartTooltip {
		font-size: 10px !important;
		line-height: 1.45 !important;
		white-space: normal !important;
	}
}

/* 매수/매도 콘솔 스타일 */
#buy-console div, #sell-console div {padding: 0; margin:0;}

.vt-order-quick {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0 0 7px 0 !important;
	padding: 5px 6px !important;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 6px;
	background: #f8fafc;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.vt-order-quick-label {
	margin-right: 2px;
	color: #475569;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.vt-order-quick-btn {
	min-width: 42px;
	height: 22px;
	padding: 0 6px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	background: #fff;
	color: #334155;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	cursor: pointer;
}

.vt-order-quick-btn:hover {
	border-color: #64748b;
	background: #eef2f7;
}

#depthSummary {
	display: none !important;
	width: calc(100% - 8px);
	margin: 3px auto 4px auto !important;
	padding: 5px 6px !important;
	border: 1px solid rgba(148, 163, 184, 0.26);
	border-radius: 6px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	box-sizing: border-box;
	color: #334155;
	font-size: 10px;
	line-height: 14px;
}

.gridster #hogaInfo {
	display: flex !important;
	flex-direction: column !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

.gridster #hogaInfo > #sellSum {
	flex: 0 0 20px !important;
	height: 20px !important;
	min-height: 20px !important;
}

.gridster #hogaInfo > div:not(#sellSum) {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

.gridster #hogaInfo > div:not(#sellSum) > div:nth-child(1),
.gridster #hogaInfo > div:not(#sellSum) > div:nth-child(2) {
	flex: 1 1 0 !important;
	height: auto !important;
	min-height: 0 !important;
}

.gridster #hogaInfo > div:not(#sellSum) > #buySum {
	flex: 0 0 20px !important;
	height: 20px !important;
	min-height: 20px !important;
}

.vt-depth-top,
.vt-depth-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	overflow: hidden;
}

#depthPower {
	font-weight: 800;
}

#depthPower.buy { color: #d60000; }
#depthPower.sell { color: #0051c7; }
#depthPower.neutral { color: #475569; }

.vt-depth-bar {
	position: relative;
	height: 6px;
	margin: 4px 0;
	overflow: hidden;
	border-radius: 999px;
	background: #e2e8f0;
}

#depthSellBar,
#depthBuyBar {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	transition: width 0.18s ease;
}

#depthSellBar {
	left: 0;
	background: rgba(0, 81, 199, 0.45);
}

#depthBuyBar {
	right: 0;
	background: rgba(214, 0, 0, 0.45);
}

/* 호가창 기본 테두리 */
#hogaInfo [id*="sell-"] div{border:1px solid #f1f1f1;}
#hogaInfo [id*="buy-"] div{border:1px solid #f1f1f1;}

/* 호가창 개선된 스타일 */
#hogaInfo [id*="sell-"], #hogaInfo [id*="buy-"] {
	box-sizing: border-box;
}

#hogaInfo [id^="sell-"].selected-order-price,
#hogaInfo [id^="buy-"].selected-order-price {
	outline: 2px solid #111827 !important;
	outline-offset: -2px;
	position: relative;
	z-index: 2;
}

#hogaInfo [id^="sell-"].selected-order-price::after,
#hogaInfo [id^="buy-"].selected-order-price::after {
	content: '주문가';
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	padding: 1px 4px;
	border-radius: 4px;
	background: rgba(17, 24, 39, 0.86);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	pointer-events: none;
}

#hogaInfo [id*="sell-"] [id*="-valinfo"], 
#hogaInfo [id*="buy-"] [id*="-valinfo"],
#hogaInfo [id*="sell-"] [id*="-val2"],
#hogaInfo [id*="buy-"] [id*="-val3"] {
	position: relative !important;
	height: 100% !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	box-sizing: border-box !important;
	border: none !important;
}

/* 호가 바(-bar) 스타일 */
#hogaInfo [id*="sell-"] [id*="-bar"], #hogaInfo [id*="buy-"] [id*="-bar"] { 
	top: 1px !important;
	bottom: 1px !important;
	left: 2px !important;
	right: 2px !important;
	margin: 0 !important; 
	float: none !important; 
	position: absolute !important;
	border-radius: 0 2px 2px 0 !important; 
	font-size: 0 !important; 
	line-height: 0 !important;
	box-sizing: border-box !important;
	border: none !important;
}

#hogaInfo [id*="sell-"][id*="-bar"] {
	background-color: rgba(13, 110, 253, 0.15) !important; /* 매도 바 색상 (한국식 파란색) */
}
#hogaInfo [id*="buy-"][id*="-bar"] {
	background-color: rgba(220, 53, 69, 0.15) !important; /* 매수 바 색상 (한국식 빨간색) */
}

/* 호가 수량 텍스트 스타일 */
#hogaInfo [id*="-value"] {
	position: absolute !important; 
	left: 3px !important;
	right: auto !important;
	top: 50% !important; 
	transform: translateY(-50%) !important; 
	font-size: 10px !important; 
	color: #343a40 !important;
	text-align: left !important;
	border: none !important;
	margin: 0 !important;
	float: none !important;
}

/* 호가 매물량 증감 표시 스타일 */
.hoga-change {
	position: absolute !important;
	right: 3px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	font-size: 8px !important;
	font-weight: bold !important;
	text-align: right !important;
	border: none !important;
	margin: 0 !important;
	padding: 1px 2px !important;
	border-radius: 2px !important;
	opacity: 0.9 !important;
	transition: opacity 0.3s ease-in-out !important;
}

.hoga-change.increase {
	color: #fff !important;
	background-color: rgba(220, 53, 69, 0.8) !important; /* 빨간색 배경 */
}

.hoga-change.decrease {
	color: #fff !important;
	background-color: rgba(13, 110, 253, 0.8) !important; /* 파란색 배경 */
}

/* 애니메이션 효과 */
.hoga-change.fade-in {
	animation: fadeInChange 0.5s ease-in-out;
}

@keyframes fadeInChange {
	0% { opacity: 0; transform: translateY(-50%) scale(0.8); }
	50% { opacity: 1; transform: translateY(-50%) scale(1.1); }
	100% { opacity: 0.9; transform: translateY(-50%) scale(1); }
}

/* 3초 후 사라지는 효과 */
.hoga-change.fade-out {
	animation: fadeOutChange 0.5s ease-in-out forwards;
}

@keyframes fadeOutChange {
	0% { opacity: 0.9; }
	100% { opacity: 0; }
}

/* 세련된 시간 표시 스타일 */
#coin-currentTime {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
	color: white !important;
	border-radius: 12px !important;
	padding: 8px 16px !important;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	font-weight: 500 !important;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3) !important;
	position: relative !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

#coin-currentTime::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	animation: shimmer 3s infinite;
}

@keyframes shimmer {
	0% { left: -100%; }
	100% { left: 100%; }
}

.time-container {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	flex-wrap: wrap !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.current-time {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
}

.time-icon {
	width: 16px !important;
	height: 16px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.3) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 10px !important;
}

.time-value {
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px !important;
	color: white !important;
}

.market-info {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	font-size: 12px !important;
	opacity: 0.9 !important;
}

.market-status {
	padding: 2px 8px !important;
	background: rgba(255, 255, 255, 0.3) !important;
	border-radius: 8px !important;
	font-size: 10px !important;
	font-weight: 600 !important;
	color: white !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.progress-bar {
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	height: 3px !important;
	background: rgba(255, 255, 255, 0.4) !important;
	border-radius: 0 0 12px 12px !important;
	transition: width 1s ease-in-out !important;
}

/* 시장 상태별 스타일 */
.market-status.opening {
	background: rgba(76, 175, 80, 0.6) !important;
	color: white !important;
	animation: pulse-green 2s infinite;
	border: 1px solid rgba(76, 175, 80, 0.8) !important;
}

.market-status.trading {
	background: rgba(33, 150, 243, 0.6) !important;
	color: white !important;
	border: 1px solid rgba(33, 150, 243, 0.8) !important;
}

.market-status.closing-soon {
	background: rgba(244, 67, 54, 0.6) !important;
	color: white !important;
	animation: pulse-red 1s infinite;
	border: 1px solid rgba(244, 67, 54, 0.8) !important;
}

@keyframes pulse-green {
	0%, 100% { 
		background: rgba(76, 175, 80, 0.6) !important; 
		box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
	}
	50% { 
		background: rgba(76, 175, 80, 0.8) !important; 
		box-shadow: 0 0 10px rgba(76, 175, 80, 0.7);
	}
}

@keyframes pulse-red {
	0%, 100% { 
		background: rgba(244, 67, 54, 0.6) !important; 
		box-shadow: 0 0 5px rgba(244, 67, 54, 0.5);
	}
	50% { 
		background: rgba(244, 67, 54, 0.8) !important; 
		box-shadow: 0 0 15px rgba(244, 67, 54, 0.7);
	}
}

/* 프로그레스 바 색상 변화 */
.progress-bar {
	background: linear-gradient(90deg, #4CAF50 0%, #2196F3 50%, #F44336 100%) !important;
}

.sell-chart-value, .buy-chart-value{position:absolute; float:left; top:7px; left:1px; border:none; font-size:11px; margin:0 0 0 2px;}

/* 현재 체결가격 하이라이트 - 더 세련된 디자인 */
#hogaInfo [id*="sell-"].current-price, #hogaInfo [id*="buy-"].current-price {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0.03) 100%) !important;
    border-left: 4px solid #3b82f6 !important;
    border-top: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-bottom: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-right: 1px solid rgba(59, 130, 246, 0.1) !important;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1) !important;
    position: relative !important;
    transition: all 0.3s ease-in-out !important;
}

/* 현재 체결가격 펄스 애니메이션 효과 */
#hogaInfo [id*="sell-"].current-price::before, #hogaInfo [id*="buy-"].current-price::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(59, 130, 246, 0.05);
    animation: pulse-highlight 2s ease-in-out infinite;
    pointer-events: none;
    border-radius: 2px;
}

@keyframes pulse-highlight {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

/* 현재 체결가격 행의 div들 스타일 조정 */
#hogaInfo [id*="sell-"].current-price div, #hogaInfo [id*="buy-"].current-price div {
    border: none !important;
    position: relative;
    z-index: 1;
}

/* 가격 텍스트 강조 */
#hogaInfo [id*="sell-"].current-price [id*="-price"] span, 
#hogaInfo [id*="buy-"].current-price [id*="-price"] span {
    font-weight: 600 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.row {margin:0;}
.ui-dialog-titlebar 
{
	height: 30px;
	font-size: 12px;
	color: #666666;
	background-color: #f5eed8;
}
.ui-dialog-titlebar-close {
	visibility: hidden;
}
.gridster li {
	list-style-type: none;
	border-radius: 10px;
	
}

body {
	background-color: #f2f2f2;
}

.gridster li, .citems, #coinInfoHead {
	background-color: #fff;
}

#logInformation div {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.vt-tape-header {
	background: #f8fafc;
	border-bottom: 1px solid #e5e7eb;
	color: #475569;
	font-weight: 800;
}

.vt-tape-list {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}

.vt-tape-fixed-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 6px !important;
}

.vt-tape-mobile-list {
	padding: 6px !important;
	border: 1px solid #edf1f7;
}

.vt-tape-row {
	align-items: center;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #fff;
	transition: background 0.16s ease, border-color 0.16s ease;
}

.vt-tape-fixed-list > .vt-tape-row {
	flex: 1 1 0;
	height: auto !important;
	min-height: 24px;
}

.vt-tape-mobile-list > .vt-tape-row {
	height: 22px !important;
	min-height: 22px;
	font-size: 10px !important;
}

.vt-tape-row > [id^="priceinfo-"],
.vt-tape-row > [id^="valueinfo-"] {
	display: flex;
	align-items: center;
	min-width: 0;
	height: 100%;
	padding: 0 4px !important;
	box-sizing: border-box;
}

.vt-tape-row > [id^="priceinfo-"] {
	justify-content: center;
}

.vt-tape-row > [id^="valueinfo-"] {
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	text-align: right !important;
}

.vt-tape-buy {
	background: #fff8f8;
	border-color: rgba(220, 38, 38, 0.12);
}

.vt-tape-sell {
	background: #f8fbff;
	border-color: rgba(37, 99, 235, 0.12);
}

.vt-tape-empty {
	background: #fff;
	border-color: transparent;
}

.vt-tape-flash {
	animation: vtTapeFlash 0.32s ease;
}

.vt-tape-price-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 100%;
	min-width: 0;
}

.vt-tape-side-chip {
	flex: 0 0 auto;
	width: 18px;
	height: 16px;
	border-radius: 4px;
	font-size: 9px;
	font-weight: 900;
	line-height: 16px;
	text-align: center;
}

.vt-tape-buy .vt-tape-side-chip {
	background: #fee2e2;
	color: #b91c1c;
}

.vt-tape-sell .vt-tape-side-chip {
	background: #dbeafe;
	color: #1d4ed8;
}

.vt-tape-price {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 900;
}

.vt-tape-amount {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	font-weight: 900;
	line-height: 13px;
}

.vt-tape-buy .vt-tape-amount {
	color: #dc2626;
}

.vt-tape-sell .vt-tape-amount {
	color: #2563eb;
}

.vt-tape-value {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #64748b;
	font-size: 9px;
	font-weight: 700;
	line-height: 11px;
}

@keyframes vtTapeFlash {
	0% {
		background: #fff7ed;
		transform: translateX(0);
	}
	45% {
		background: #ffedd5;
		transform: translateX(1px);
	}
	100% {
		transform: translateX(0);
	}
}

#coinInfoHead div {
	cursor:pointer; text-align:center;font-size:11px;line-height:30px;
}

#marketTools {
	width: 100%;
	padding: 6px;
	border-left: 1px solid #edf1f5;
	border-right: 1px solid #edf1f5;
	background: #fbfdff;
	box-sizing: border-box;
}

.vt-market-breadth {
	margin: 6px 0 0 0 !important;
	padding: 5px !important;
	border: 1px solid #e3eaf4;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
}

.vt-market-breadth-bar {
	display: flex;
	width: 100%;
	height: 6px;
	margin: 0 0 5px 0 !important;
	overflow: hidden;
	border-radius: 999px;
	background: #e5e7eb;
}

.vt-market-breadth-bar span {
	display: block;
	height: 100%;
	min-width: 2px;
	transition: width 0.18s ease;
}

.vt-market-breadth-bar .up {
	background: #dc2626;
}

.vt-market-breadth-bar .down {
	background: #2563eb;
}

.vt-market-breadth-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 3px;
}

.vt-market-breadth-cell {
	min-width: 0;
	padding: 3px 4px !important;
	border: 1px solid #edf1f7;
	border-radius: 4px;
	background: #f8fafc;
	box-sizing: border-box;
}

.vt-market-breadth-cell span,
.vt-market-breadth-cell b {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vt-market-breadth-cell span {
	color: #64748b;
	font-size: 8px;
	font-weight: 800;
	line-height: 10px;
}

.vt-market-breadth-cell b {
	color: #1f2937;
	font-size: 9px;
	font-weight: 900;
	line-height: 12px;
	text-align: right;
}

.vt-market-breadth.gain .vt-breadth-breadth b,
.vt-market-breadth.gain .vt-breadth-leader b {
	color: #dc2626;
}

.vt-market-breadth.loss .vt-breadth-breadth b,
.vt-market-breadth.loss .vt-breadth-laggard b {
	color: #2563eb;
}

.vt-market-top {
	display: flex;
	align-items: center;
	gap: 6px;
}

.vt-market-search {
	flex: 1 1 auto;
	min-width: 0;
	height: 28px;
	padding: 0 8px;
	border: 1px solid #cbd5e1;
	border-radius: 5px;
	background: #fff;
	color: #1f2937;
	font-size: 11px;
	outline: none;
}

.vt-market-search:focus {
	border-color: #2f6fdd;
	box-shadow: 0 0 0 2px rgba(47, 111, 221, 0.12);
}

.vt-market-count {
	flex: 0 0 auto;
	color: #64748b;
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
}

.vt-market-filters {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 4px;
	margin-top: 5px;
}

.vt-market-filter {
	height: 24px;
	padding: 0 4px;
	border: 1px solid #d8e0eb;
	border-radius: 4px;
	background: #fff;
	color: #475569;
	font-size: 10px;
	font-weight: 800;
	line-height: 22px;
	cursor: pointer;
}

.vt-market-filter.active {
	border-color: #2f6fdd;
	background: #2f6fdd;
	color: #fff;
}

#coinList .citems {
	position: relative;
	transition: background 0.15s ease, box-shadow 0.15s ease;
}

#coinList .citems.vt-market-hidden {
	display: none !important;
}

#coinList .citems.vt-market-favorite {
	background: #fffaf0 !important;
	box-shadow: inset 3px 0 #f59e0b;
}

#coinList .citems.vt-market-held {
	box-shadow: inset 3px 0 #16a34a;
}

#coinList .citems.vt-market-favorite.vt-market-held {
	box-shadow: inset 3px 0 #f59e0b, inset 6px 0 #16a34a;
}

#coinList .vt-market-star {
	position: absolute;
	left: 3px;
	top: 50%;
	z-index: 3;
	display: block;
	width: 18px;
	height: 18px;
	padding: 0 !important;
	transform: translateY(-50%);
	border: 1px solid #d4dae5;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	color: #64748b;
	font-size: 0;
	font-weight: 900;
	line-height: 0;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
	appearance: none;
	-webkit-appearance: none;
}

#coinList .vt-market-star::before,
#coinList .vt-market-star::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	background: currentColor;
	border-radius: 999px;
	transform: translate(-50%, -50%);
}

#coinList .vt-market-star::before {
	width: 8px;
	height: 1.5px;
}

#coinList .vt-market-star::after {
	width: 1.5px;
	height: 8px;
}

#coinList .vt-market-favorite .vt-market-star {
	border-color: #f59e0b;
	background: #f59e0b;
	color: #fff;
}

#coinList .vt-market-favorite .vt-market-star::before {
	content: "*";
	width: auto;
	height: auto;
	background: transparent;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	transform: translate(-50%, -50%);
}

#coinList .vt-market-favorite .vt-market-star::after {
	display: none;
}

#coinList .citems > .vt-market-star + div {
	padding-left: 17px !important;
}

#marketEmptyState {
	display: none;
	padding: 14px 8px;
	border: 1px solid #edf1f5;
	border-top: none;
	background: #fff;
	color: #64748b;
	font-size: 11px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	#marketTools {
		position: sticky;
		top: 0;
		z-index: 5;
		padding: 5px;
		border-left: none;
		border-right: none;
	}

	.vt-market-breadth {
		margin-top: 5px !important;
		padding: 4px !important;
		border-radius: 5px;
	}

	.vt-market-breadth-bar {
		height: 5px;
		margin-bottom: 4px !important;
	}

	.vt-market-breadth-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2px;
	}

	.vt-market-breadth-cell {
		padding: 3px 4px !important;
	}

	.vt-market-breadth-cell span {
		font-size: 8px;
		line-height: 9px;
	}

	.vt-market-breadth-cell b {
		font-size: 9px;
		line-height: 11px;
	}

	.vt-market-search {
		height: 26px;
		font-size: 11px;
	}

	.vt-market-filter {
		height: 22px;
		padding: 0 2px;
		font-size: 9px;
		line-height: 20px;
	}

	.vt-market-count {
		font-size: 9px;
	}

	#coinList .vt-market-star {
		left: 2px;
		width: 16px;
		height: 16px;
		font-size: 0;
		line-height: 0;
	}

	#coinList .vt-market-star::before {
		width: 7px;
		height: 1.5px;
	}

	#coinList .vt-market-star::after {
		width: 1.5px;
		height: 7px;
	}

	#coinList .vt-market-favorite .vt-market-star::before {
		font-size: 12px;
	}

	#coinList .citems > .vt-market-star + div {
		padding-left: 15px !important;
	}
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border: 6px solid transparent;
  border-radius: 9px;
  background-clip: padding-box;  
}
::-webkit-scrollbar-track-piece:start {background: transparent;}
::-webkit-scrollbar-track-piece:end {background: transparent;}
::-webkit-scrollbar {width: 16px;}
@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

* {font-family: 'S-CoreDream-4Regular', sans-serif; }

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#buyTab > a.active {
	border:none;
	color:#fff;
	background-color:#dd0000;
}

#sellTab > a.active {
	border:none;
	color:#fff;
	background-color:#0051c7;
}

#waitTab > a.active {
	border:none;
	color:#fff;
	background-color:#555;
}

/* 동시호가 패널 스타일 */
#call-auction-panel {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
	border: 2px solid #ffd700 !important;
	box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3) !important;
}

#auction-state-title {
	animation: pulse-title 2s ease-in-out infinite;
}

@keyframes pulse-title {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.05); }
}

/* 동시호가 시장 상태 스타일 */
.market-status.call-auction {
	background: rgba(255, 215, 0, 0.7) !important;
	color: #333 !important;
	animation: pulse-auction 2s infinite;
	border: 1px solid rgba(255, 215, 0, 0.9) !important;
	font-weight: bold !important;
}

.market-status.call-auction-close {
	background: rgba(255, 140, 0, 0.7) !important;
	color: white !important;
	animation: pulse-auction-close 2s infinite;
	border: 1px solid rgba(255, 140, 0, 0.9) !important;
	font-weight: bold !important;
}

.market-status.market-closed {
	background: rgba(108, 117, 125, 0.7) !important;
	color: white !important;
	border: 1px solid rgba(108, 117, 125, 0.9) !important;
}

@keyframes pulse-auction {
	0%, 100% { 
		background: rgba(255, 215, 0, 0.7) !important; 
		box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
	}
	50% { 
		background: rgba(255, 215, 0, 0.9) !important; 
		box-shadow: 0 0 20px rgba(255, 215, 0, 0.7);
	}
}

@keyframes pulse-auction-close {
	0%, 100% { 
		background: rgba(255, 140, 0, 0.7) !important; 
		box-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
	}
	50% { 
		background: rgba(255, 140, 0, 0.9) !important; 
		box-shadow: 0 0 20px rgba(255, 140, 0, 0.7);
	}
}

/* 채팅 UI 개선: 높이를 늘리지 않고 정보 밀도와 가독성 개선 */
#chatInformation {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#chatInformation #chat-content {
	padding: 8px 6px 6px 10px !important;
	background: linear-gradient(180deg, #fdfefe 0%, #f4f7fb 100%);
	border-bottom: 1px solid #dbe3ef;
	border-radius: 10px 10px 0 0;
}

#chatInformation > .row {
	flex: 0 0 15%;
	background-color: #f6f9ff;
	border-top: 1px solid #d9e2f0 !important;
}

#chatInformation #chatText.form-control {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 10px !important;
	font-size: 11px !important;
}

#chatInformation #chatText::placeholder {
	color: #8a97ac;
	font-size: 10px;
}

#chatInformation #chatBtn.form-control {
	border: none !important;
	border-radius: 0 !important;
	background: linear-gradient(135deg, #2f6fdd 0%, #4a8ef6 100%) !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.2px;
}

#chatInformation #chatBtn.form-control:disabled {
	background: #9db4dc !important;
	color: #eef3ff !important;
	opacity: 1;
	cursor: not-allowed;
}

#chat-content .chat-bubble,
#chat-content > div:not(.notiPopup):not(.chat-bubble) {
	width: 100%;
	margin: 0 0 4px 0;
	padding: 5px 8px;
	border: 1px solid #e3e8f1;
	border-radius: 8px;
	background-color: #fff;
	color: #2e3847;
	font-size: 11px !important;
	font-family: inherit !important;
	line-height: 1.35;
	box-shadow: 0 1px 0 rgba(23, 40, 72, 0.05);
}

#chat-content .notiPopup,
#chat-content .chat-bubble-notice {
	margin: 0 0 4px 0 !important;
	padding: 6px 8px !important;
	background: linear-gradient(180deg, #f2f5fa 0%, #e9eef6 100%) !important;
	border-color: #d6dee9 !important;
	border-left: 3px solid #376fca !important;
	border-radius: 8px !important;
}

#chat-content .chat-bubble-nick {
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: 700;
	color: #345f9f;
	line-height: 1.2;
}

#chat-content .chat-bubble-text {
	white-space: pre-wrap;
	word-break: break-word;
}

#chat-content .chat-bubble-time,
#chat-content .notiPopup > div:last-child {
	margin-top: 3px;
	width: 100%;
	text-align: right !important;
	font-size: 9px !important;
	color: #74829a !important;
	line-height: 1.2;
}

#chat-content::-webkit-scrollbar {
	width: 12px;
}

#chat-content::-webkit-scrollbar-thumb {
	background-color: #bcc8dc;
	border: 4px solid transparent;
	border-radius: 999px;
	background-clip: padding-box;
}

/* 거래 콘솔(PC) 안정형 리디자인 */
#consoleArea #bidAskConsole {
	--trade-border: #d4deeb;
	--trade-text: #2f3746;
	--trade-muted: #667289;
	--trade-buy-a: #ff5f67;
	--trade-buy-b: #ff7d52;
	--trade-sell-a: #2c7be5;
	--trade-sell-b: #37a0ff;
	position: relative;
	height: 100%;
	background: linear-gradient(180deg, #dce7f5 0%, #d5e1f0 100%);
	border: 1px solid #afbed8;
	border-radius: 8px;
	padding: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

#consoleArea #bidAskConsole > ul {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 8px 0 0 0 !important;
	border: 1px solid #637db7 !important;
	border-bottom: none !important;
	border-radius: 0 !important;
	background: linear-gradient(90deg, #5f73b5 0%, #6785c5 100%) !important;
	position: sticky;
	top: 0;
	z-index: 30;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}

#consoleArea #bidAskConsole > ul li {
	float: none !important;
	flex: 0 0 25% !important;
	max-width: 25% !important;
	min-width: 0;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

#consoleArea #bidAskConsole > ul li + li {
	margin-left: -1px !important;
}

#consoleArea #bidAskConsole > ul li a {
	display: flex !important;
	width: 100% !important;
	align-items: center;
	justify-content: center;
	height: 34px;
	margin: 0 !important;
	padding: 0 8px;
	border-radius: 0;
	border: 1px solid #5b70ac;
	border-bottom: none;
	background: linear-gradient(180deg, #8e9fd2 0%, #7f93cc 100%);
	color: #dbe5ff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
	outline: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

#consoleArea #bidAskConsole > ul li + li a {
	border-left: none !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	height: calc(100% - 44px);
	margin-top: 0 !important;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #b6c5df;
	background: linear-gradient(180deg, #f3f7fd 0%, #ecf2fa 100%);
}

#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#buy-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#buy-console"] {
	height: 42px;
	margin-top: -8px !important;
	color: #4d65a8;
	border-color: #6f84ba;
	background: linear-gradient(180deg, #f8faff 0%, #edf2fc 100%);
	box-shadow: none;
	border-bottom: 1px solid #f3f7fd;
}

#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#sell-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#sell-console"] {
	height: 42px;
	margin-top: -8px !important;
	color: #4d65a8;
	border-color: #6f84ba;
	background: linear-gradient(180deg, #f8faff 0%, #edf2fc 100%);
	box-shadow: none;
	border-bottom: 1px solid #f3f7fd;
}

#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#history-console"],
#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#wait-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#history-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#wait-console"] {
	height: 42px;
	margin-top: -8px !important;
	color: #4d65a8;
	border-color: #6f84ba;
	background: linear-gradient(180deg, #f8faff 0%, #edf2fc 100%);
	box-shadow: none;
	border-bottom: 1px solid #f3f7fd;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	margin-top: 0 !important;
	padding: 8px !important;
	border: 1px solid var(--trade-border);
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95), 0 8px 18px rgba(33, 52, 84, 0.05);
	box-sizing: border-box;
	overflow: hidden;
}

#consoleArea #buy-console,
#consoleArea #sell-console {
	overflow-y: auto !important;
	overflow-x: hidden;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	margin-bottom: 0 !important;
	align-items: center;
}

#consoleArea #buy-console > .row > [class*="col-"]:first-child,
#consoleArea #sell-console > .row > [class*="col-"]:first-child {
	color: var(--trade-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12px;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	color: var(--trade-text);
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.2px;
	line-height: 1.1;
}

#consoleArea #buy-console input[type="radio"] { accent-color: #f15f68; }
#consoleArea #sell-console input[type="radio"] { accent-color: #2e7fe8; }

#consoleArea #buy-console label,
#consoleArea #sell-console label {
	margin: 0;
	color: #3c475d;
	font-size: 12px;
	font-weight: 600;
}

#consoleArea #buy-console .input-group.mb-4,
#consoleArea #sell-console .input-group.mb-4 {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console .form-control,
#consoleArea #sell-console .form-control {
	height: 32px;
	border-radius: 9px;
	border: 1px solid #ccd7e7;
	background-color: #f9fbff;
	color: #2f3a4e;
	font-size: 12px;
	font-weight: 600;
	padding: 0 10px;
	box-shadow: inset 0 1px 2px rgba(38, 57, 88, 0.05);
}

#consoleArea #buy-console .form-control::placeholder,
#consoleArea #sell-console .form-control::placeholder {
	color: #8d99ad;
	font-weight: 500;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	width: 34px;
	height: 32px;
	margin-left: 4px;
	border-radius: 8px;
	border: 1px solid #cad6e8;
	background: linear-gradient(180deg, #fbfdff 0%, #edf2f9 100%);
	color: #334560;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

#consoleArea #buy-console .btn-group,
#consoleArea #sell-console .btn-group {
	gap: 0;
}

#consoleArea #buy-console .btn-group.row,
#consoleArea #sell-console .btn-group.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#consoleArea #buy-console .btn-group .btn.col-3,
#consoleArea #sell-console .btn-group .btn.col-3 {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
	flex: 0 0 25%;
	max-width: 25%;
}

#consoleArea #buy-console .btn-group .btn,
#consoleArea #sell-console .btn-group .btn {
	height: 32px !important;
	border-radius: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 12px rgba(45, 70, 108, 0.12);
	padding: 0;
}

#consoleArea #buy-console .btn-group .btn + .btn,
#consoleArea #sell-console .btn-group .btn + .btn {
	border-left: none !important;
}

#consoleArea #buy-console .btn-group .btn:first-child,
#consoleArea #sell-console .btn-group .btn:first-child {
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

#consoleArea #buy-console .btn-group .btn:last-child,
#consoleArea #sell-console .btn-group .btn:last-child {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

#consoleArea #buy-console .btn-group .btn {
	background: linear-gradient(135deg, #ff5f67 0%, #ff7d52 100%) !important;
}

#consoleArea #sell-console .btn-group .btn {
	background: linear-gradient(135deg, #2c7be5 0%, #37a0ff 100%) !important;
}

#consoleArea #buy-console .btn-group .btn span,
#consoleArea #sell-console .btn-group .btn span {
	font-size: 13px !important;
	color: #fff;
}

#consoleArea #buyButton,
#consoleArea #sellButton {
	min-width: 70px;
	height: 32px;
	border-radius: 8px;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2px;
}

#consoleArea #buyButton {
	background: linear-gradient(135deg, #ff5e66 0%, #ff784f 100%);
	box-shadow: 0 6px 12px rgba(255, 99, 102, 0.28);
}

#consoleArea #sellButton {
	background: linear-gradient(135deg, #2d7ce5 0%, #369eff 100%);
	box-shadow: 0 6px 12px rgba(52, 135, 235, 0.28);
}

#consoleArea #buyButton:disabled,
#consoleArea #sellButton:disabled,
#consoleArea #buyMinus:disabled,
#consoleArea #buyPlus:disabled,
#consoleArea #sellMinus:disabled,
#consoleArea #sellPlus:disabled {
	background: #c8d4e5 !important;
	color: #eef3fb !important;
	box-shadow: none !important;
	cursor: not-allowed;
}

#consoleArea #buy-console span[style*="font-size:9px"],
#consoleArea #sell-console span[style*="font-size:9px"] {
	color: #70809a;
	font-size: 10px !important;
	font-weight: 600;
}

#consoleArea #buyMarketFee,
#consoleArea #sellMarketFee {
	color: #8a97ac !important;
	font-size: 10px !important;
	font-weight: 700;
}

#consoleArea #buy-console [title],
#consoleArea #sell-console [title] {
	color: #4b86de !important;
	font-weight: 700;
}

/* 거래 콘솔 디테일 재정리 */
#consoleArea #bidAskConsole {
	border-radius: 10px;
	padding: 8px 8px 6px;
}

#consoleArea #bidAskConsole > ul {
	border-radius: 6px 6px 0 0 !important;
	overflow: hidden;
}

#consoleArea #bidAskConsole > ul li a {
	font-size: 13px;
}

#consoleArea #bidAskConsole > ul li:not(.ui-state-active):not(.ui-tabs-active) a {
	opacity: 0.94;
}

#consoleArea #bidAskConsole > ul li a:hover {
	filter: brightness(1.04);
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: linear-gradient(180deg, #f6f9fe 0%, #edf3fb 100%);
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	padding: 2px 0;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	padding-bottom: 8px;
	margin-bottom: 8px !important;
	border-bottom: 1px solid #d6deea;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 18px;
	font-weight: 800;
	color: #2c3a52;
}

#consoleArea #buy-console input[type="radio"],
#consoleArea #sell-console input[type="radio"] {
	margin-right: 6px !important;
	transform: translateY(1px);
}

#consoleArea #buyPriceTab .input-group,
#consoleArea #sellPriceTab .input-group {
	display: flex !important;
	align-items: stretch;
}

#consoleArea #buyWantPrice,
#consoleArea #sellWantPrice {
	flex: 1 1 auto;
	min-width: 0;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

#consoleArea #buyMinus,
#consoleArea #sellMinus {
	margin-left: 0 !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0 !important;
}

#consoleArea #buyPlus,
#consoleArea #sellPlus {
	margin-left: 0 !important;
	border-left: none !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

#consoleArea #buyTotalTab .form-control,
#consoleArea #sellTotalTab .form-control {
	background: linear-gradient(180deg, #edf3fb 0%, #e5edf8 100%);
	font-weight: 700;
}

#consoleArea #buy-console .btn-group,
#consoleArea #sell-console .btn-group {
	border-radius: 10px;
	overflow: hidden;
}

#consoleArea #buy-console .btn-group .btn,
#consoleArea #sell-console .btn-group .btn {
	height: 34px !important;
	box-shadow: none;
}

#consoleArea #buy-console .btn-group .btn + .btn,
#consoleArea #sell-console .btn-group .btn + .btn {
	box-shadow: inset 1px 0 rgba(255, 255, 255, 0.28);
}

#consoleArea #buy-console .row:last-child .col-3,
#consoleArea #sell-console .row:last-child .col-3 {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

#consoleArea #buyButton,
#consoleArea #sellButton {
	width: 74px;
}

/* 정렬 보정 */
#consoleArea #buyPriceTab .input-group,
#consoleArea #sellPriceTab .input-group {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 42px 42px;
	align-items: stretch;
}

#consoleArea #buyPriceTab .input-group .form-control,
#consoleArea #sellPriceTab .input-group .form-control {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	width: 42px !important;
	min-width: 42px;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 1 !important;
	font-size: 0 !important;
	color: transparent !important;
	text-shadow: none !important;
}

#consoleArea #buyMinus,
#consoleArea #sellMinus {
	border-left: none !important;
	border-right: 1px solid #c7d4e7 !important;
	border-radius: 0 !important;
}

#consoleArea #buyPlus,
#consoleArea #sellPlus {
	border-left: none !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

#consoleArea #buyMinus::before,
#consoleArea #sellMinus::before {
	content: "-";
	font-size: 18px;
	font-weight: 800;
	color: #334560;
}

#consoleArea #buyPlus::before,
#consoleArea #sellPlus::before {
	content: "+";
	font-size: 18px;
	font-weight: 800;
	color: #334560;
}

#consoleArea #buyMinus:disabled::before,
#consoleArea #buyPlus:disabled::before,
#consoleArea #sellMinus:disabled::before,
#consoleArea #sellPlus:disabled::before {
	color: #eef3fb;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume,
#consoleArea #buyWantPrice,
#consoleArea #sellWantPrice,
#consoleArea #buyAmount,
#consoleArea #sellAmount,
#consoleArea #buyMoney,
#consoleArea #sellMoney {
	text-align: right !important;
	font-variant-numeric: tabular-nums;
}

#consoleArea #buyWantPrice::placeholder,
#consoleArea #sellWantPrice::placeholder,
#consoleArea #buyAmount::placeholder,
#consoleArea #sellAmount::placeholder {
	text-align: left;
}

#consoleArea #buy-console > .row:first-child .col-9,
#consoleArea #sell-console > .row:first-child .col-8 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* 최종 정렬 고정 */
#consoleArea #buyPriceTab .input-group,
#consoleArea #sellPriceTab .input-group {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 42px 42px !important;
	column-gap: 0 !important;
	width: 100% !important;
}

#consoleArea #buyPriceTab .input-group > input.form-control,
#consoleArea #sellPriceTab .input-group > input.form-control {
	grid-column: 1;
	width: 100% !important; /* bootstrap width:1% 무효화 */
	min-width: 0 !important;
}

#consoleArea #buyWantPrice,
#consoleArea #sellWantPrice {
	text-align: left !important;
}

#consoleArea #buyAmount,
#consoleArea #sellAmount,
#consoleArea #buyMoney,
#consoleArea #sellMoney,
#consoleArea #myMoney,
#consoleArea #myVolume {
	text-align: right !important;
	font-variant-numeric: tabular-nums;
}

/* 마지막 강제값: 탭 하단 여백 + 거래가능금액 폰트 */
#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 8px 10px 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 8px 8px 6px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	margin-bottom: 6px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

/* EOF 최종 압축/여백/스크롤 제거 */
#consoleArea #status,
#consoleArea #bidAskConsole,
#consoleArea #bidAskConsole .ui-tabs-panel {
	height: auto !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 14px 14px 10px !important;
	overflow-y: hidden !important;
	overflow-x: hidden !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 10px 10px 8px !important;
	overflow: hidden !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	height: auto !important;
	min-height: 24px !important;
	margin-bottom: 4px !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console .form-control,
#consoleArea #sell-console .form-control {
	height: 26px !important;
	font-size: 11px !important;
	padding: 0 8px !important;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	width: 34px !important;
	min-width: 34px !important;
	max-width: 34px !important;
	height: 26px !important;
	font-size: 15px !important;
}

#consoleArea #buy-console .btn-group .btn,
#consoleArea #sell-console .btn-group .btn {
	height: 28px !important;
}

#consoleArea #buy-console .btn-group .btn > span,
#consoleArea #sell-console .btn-group .btn > span {
	font-size: 11px !important;
}

#consoleArea #buyButton,
#consoleArea #sellButton {
	min-width: 62px !important;
	height: 30px !important;
	font-size: 11px !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 8px 10px 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 8px 8px 6px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	margin-bottom: 6px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 8px 10px 8px !important;
	background: #fff !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 8px 8px 6px !important;
	background: #fff !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

#consoleArea #bidAskConsole {
	background: #fff !important;
	padding: 0 !important;
	box-shadow: none !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	background: #fff !important;
	padding: 0 !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	background: #fff !important;
	padding: 0 !important;
	box-shadow: none !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	padding-bottom: 3px !important;
	margin-bottom: 4px !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle,
#consoleArea #sell-console .btn-group.btn-group-toggle {
	display: flex !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	margin: 0 !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn,
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn {
	position: relative;
	flex: 1 1 25% !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	display: block !important;
	text-align: center !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn > input[type="radio"],
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn > input[type="radio"] {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn > span,
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn > span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	align-self: stretch !important;
}

/* 주문가격 입력/버튼 정렬 긴급 복구 */
#consoleArea #buyPriceTab,
#consoleArea #sellPriceTab {
	align-items: center;
}

#consoleArea #buyPriceTab > .col-9,
#consoleArea #sellPriceTab > .col-9 {
	display: flex;
	align-items: center;
}

#consoleArea #buyPriceTab .input-group,
#consoleArea #sellPriceTab .input-group {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	width: 100% !important;
}

#consoleArea #buyPriceTab .input-group > .form-control,
#consoleArea #sellPriceTab .input-group > .form-control,
#consoleArea #buyWantPrice,
#consoleArea #sellWantPrice {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	text-align: left !important;
	border-right: none !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	flex: 0 0 42px !important;
	width: 42px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 1 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	color: #334560 !important;
	text-shadow: none !important;
}

#consoleArea #buyMinus,
#consoleArea #sellMinus {
	border-left: none !important;
	border-right: 1px solid #c7d4e7 !important;
	border-radius: 0 !important;
}

#consoleArea #buyPlus,
#consoleArea #sellPlus {
	border-left: none !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

#consoleArea #buyMinus::before,
#consoleArea #buyPlus::before,
#consoleArea #sellMinus::before,
#consoleArea #sellPlus::before {
	content: none !important;
}

#consoleArea #buyAmount,
#consoleArea #sellAmount,
#consoleArea #buyMoney,
#consoleArea #sellMoney,
#consoleArea #myMoney,
#consoleArea #myVolume {
	text-align: right !important;
	font-variant-numeric: tabular-nums;
}

/* EOF 최종 강제값: 탭 하단 여백 + 거래가능금액 폰트 */
#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 8px 10px 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 8px 8px 6px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	margin-bottom: 6px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

/* ZZZ 최종 강제값: 내부 패딩 확대 + 컨트롤 축소 + 스크롤 제거 */
#consoleArea #status,
#consoleArea #bidAskConsole,
#consoleArea #bidAskConsole .ui-tabs-panel {
	height: auto !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 14px 14px 10px !important;
	background: #fff !important;
	overflow-y: hidden !important;
	overflow-x: hidden !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 10px 10px 8px !important;
	background: #fff !important;
	overflow: hidden !important;
	box-shadow: none !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	height: auto !important;
	min-height: 24px !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 4px !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console .form-control,
#consoleArea #sell-console .form-control {
	height: 26px !important;
	font-size: 11px !important;
	padding: 0 8px !important;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	width: 34px !important;
	min-width: 34px !important;
	max-width: 34px !important;
	height: 26px !important;
	font-size: 15px !important;
}

#consoleArea #buy-console .btn-group .btn,
#consoleArea #sell-console .btn-group .btn {
	height: 28px !important;
}

#consoleArea #buy-console .btn-group .btn > span,
#consoleArea #sell-console .btn-group .btn > span {
	font-size: 11px !important;
}

#consoleArea #buyButton,
#consoleArea #sellButton {
	height: 30px !important;
	min-width: 62px !important;
	font-size: 11px !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 13px !important;
	line-height: 1.15 !important;
}

/* ZZZ 코너 라운드 통일 */
#consoleArea #bidAskConsole {
	border-radius: 10px !important;
	overflow: hidden !important;
}

#consoleArea #bidAskConsole > ul {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	overflow: hidden !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	border-radius: 0 0 10px 10px !important;
	overflow: hidden !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	border-radius: 0 !important;
}

#consoleArea #buyButton,
#consoleArea #sellButton {
	border-radius: 8px !important;
}

/* Prevent the order console widget from spilling over the chat widget below */
#consoleArea {
	overflow: hidden;
}

#consoleArea #status,
#consoleArea #bidAskConsole {
	height: 100% !important;
	min-height: 0;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	height: calc(100% - 44px) !important;
	min-height: 0;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	height: 100% !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

/* Reduce only the available-balance row to avoid unnecessary panel scrollbar */
#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	height: 18px !important;
	min-height: 18px !important;
	margin-bottom: 2px !important;
}

#consoleArea #buy-console > .row:first-child > [class*="col-"],
#consoleArea #sell-console > .row:first-child > [class*="col-"] {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 18px !important;
	font-size: 10px !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	display: inline-block;
	max-height: 18px;
	overflow: hidden;
	line-height: 18px !important;
	font-size: 12px !important;
}

/* Shrink top tab header to secure a little more vertical room */
#consoleArea #bidAskConsole > ul {
	padding: 0 !important;
	min-height: 30px !important;
}

#consoleArea #bidAskConsole > ul li a {
	height: 30px !important;
	line-height: 30px !important;
	font-size: 12px !important;
	padding: 0 6px !important;
}

#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#buy-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#buy-console"],
#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#sell-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#sell-console"],
#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#history-console"],
#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#wait-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#history-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#wait-console"] {
	height: 30px !important;
	line-height: 30px !important;
	margin-top: 0 !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	height: calc(100% - 32px) !important;
	padding: 6px 8px 6px !important;
}

/* Keep only one bottom curve line (outer shell) */
#consoleArea #bidAskConsole .ui-tabs-panel {
	border: 0 !important;
	border-top: 1px solid #c4d1e4 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* Keep tab widths perfectly symmetric (no cumulative -1px shift) */
#consoleArea #bidAskConsole > ul li + li {
	margin-left: 0 !important;
}

.vt-order-list {
	width: 100%;
	padding: 0 2px 8px !important;
	box-sizing: border-box;
	color: #243044;
	font-size: 11px;
	line-height: 1.25;
}

.vt-order-cancel,
.vt-order-symbol {
	border: 1px solid #c7d3e4;
	background: #fff;
	color: #39465b;
	font-weight: 700;
	letter-spacing: 0;
	cursor: pointer;
	box-sizing: border-box;
}

.vt-order-row {
	margin: 5px 0 !important;
	padding: 7px !important;
	border: 1px solid #d7e0ee;
	border-left: 4px solid #94a3b8;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(30, 45, 75, 0.05);
	box-sizing: border-box;
}

.vt-order-side-buy {
	border-left-color: #df3c45;
}

.vt-order-side-sell {
	border-left-color: #2e72d2;
}

.vt-order-side-short {
	border-left-color: #5a45b8;
}

.vt-order-side-cover {
	border-left-color: #17915d;
}

.vt-order-row-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 6px;
	min-height: 24px;
}

.vt-order-list-wait .vt-order-row-head {
	grid-template-columns: minmax(0, 1fr) auto auto;
}

.vt-order-row-title {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

.vt-order-type {
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 800;
}

.vt-order-symbol {
	min-width: 0;
	max-width: 150px;
	height: 23px;
	padding: 0 6px;
	border-radius: 4px;
	color: #172033;
	font-size: 11px;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vt-order-time {
	color: #6b7688;
	font-size: 10px;
	white-space: nowrap;
}

.vt-order-cancel {
	height: 23px;
	padding: 0 7px;
	border-color: #d3b0b7;
	border-radius: 4px;
	color: #b42835;
	font-size: 10px;
	line-height: 21px;
}

.vt-order-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 4px;
	margin-top: 6px !important;
}

.vt-order-cell {
	min-width: 0;
	padding: 4px 5px !important;
	border: 1px solid #edf1f7;
	border-radius: 4px;
	background: #f8fbff;
	box-sizing: border-box;
}

.vt-order-cell span,
.vt-order-cell b {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vt-order-cell span {
	color: #7b8798;
	font-size: 9px;
	line-height: 11px;
}

.vt-order-cell b {
	color: #1f2937;
	font-size: 10px;
	line-height: 13px;
}

.vt-order-cell.strong b {
	color: #111827;
}

.vt-order-progress-wrap {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 6px;
	color: #68758a;
	font-size: 9px;
	line-height: 12px;
}

.vt-order-progress {
	height: 5px;
	overflow: hidden;
	border-radius: 999px;
	background: #e6edf6;
}

.vt-order-progress i {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #5c86de 0%, #63b37c 100%);
}

.vt-order-empty {
	margin: 10px 0 !important;
	padding: 14px 8px !important;
	border: 1px dashed #ccd6e5;
	border-radius: 6px;
	background: #fbfdff;
	color: #64748b;
	text-align: center;
	font-size: 11px;
}

.vt-portfolio-item {
	width: calc(100% - 14px) !important;
	height: auto !important;
	min-height: 108px;
	margin: 6px 7px !important;
	padding: 8px !important;
	border: 1px solid #d7e0ee !important;
	border-left: 4px solid #64748b !important;
	border-radius: 6px !important;
	background: #fff !important;
	box-shadow: 0 1px 2px rgba(30, 45, 75, 0.05);
	box-sizing: border-box;
	overflow: visible;
}

.vt-portfolio-long {
	border-left-color: #d7464d !important;
}

.vt-portfolio-short {
	border-left-color: #5b4ac7 !important;
}

.vt-portfolio-row-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 6px;
	margin-bottom: 6px !important;
}

.vt-portfolio-title {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

.vt-portfolio-title b {
	min-width: 0;
	overflow: hidden;
	color: #172033;
	font-size: 13px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vt-portfolio-badge {
	flex: 0 0 auto;
	height: 18px;
	padding: 0 5px;
	border-radius: 4px;
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	line-height: 18px;
}

.vt-portfolio-badge.long {
	background: #d7464d;
}

.vt-portfolio-badge.short {
	background: #5b4ac7;
}

.vt-portfolio-row-rate {
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.vt-portfolio-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px;
}

.vt-portfolio-metric {
	min-width: 0;
	padding: 5px 6px !important;
	border: 1px solid #edf1f7;
	border-radius: 4px;
	background: #f8fbff;
	box-sizing: border-box;
}

.vt-portfolio-metric span,
.vt-portfolio-metric b {
	display: block;
	min-width: 0;
	max-width: 100%;
	letter-spacing: 0;
	white-space: nowrap;
}

.vt-portfolio-metric span {
	color: #7b8798;
	font-size: 9px;
	line-height: 11px;
}

.vt-portfolio-metric b {
	color: #1f2937;
	font-size: 11px;
	line-height: 14px;
	overflow: visible;
}

.vt-portfolio-metric.strong b {
	color: #111827;
}

.vt-portfolio-metric.vt-value-sm b {
	font-size: 10px;
	line-height: 13px;
}

.vt-portfolio-metric.vt-value-xs b {
	font-size: 9px;
	line-height: 12px;
}

.vt-portfolio-metric.vt-value-xxs {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

.vt-portfolio-metric.vt-value-xxs b {
	font-size: 8px;
	line-height: 11px;
}

@media screen and (max-width: 600px) {
	.vt-order-quick {
		gap: 3px;
		margin-bottom: 5px !important;
		padding: 4px !important;
		border-radius: 5px;
	}

	.vt-order-quick-label {
		flex: 0 0 100%;
		font-size: 10px;
		line-height: 12px;
	}

	.vt-order-quick-btn {
		flex: 1 1 calc(20% - 3px);
		min-width: 0;
		height: 22px;
		padding: 0 2px;
		font-size: 10px;
		line-height: 20px;
	}

	.vt-order-list {
		padding: 0 1px 8px !important;
		font-size: 10px;
	}

	.vt-order-row {
		margin: 5px 0 !important;
		padding: 6px !important;
		border-radius: 5px;
	}

	.vt-order-row-head,
	.vt-order-list-wait .vt-order-row-head {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 4px;
	}

	.vt-order-list-wait .vt-order-cancel {
		grid-column: 2;
		grid-row: 2;
	}

	.vt-order-row-title {
		gap: 4px;
	}

	.vt-order-symbol {
		max-width: 118px;
		height: 22px;
		font-size: 10px;
		line-height: 20px;
	}

	.vt-order-time {
		font-size: 9px;
	}

	.vt-order-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3px;
	}

	.vt-order-cell {
		padding: 4px !important;
	}

	.vt-portfolio-item {
		width: calc(100% - 12px) !important;
		min-height: 106px;
		margin: 5px 6px !important;
		padding: 6px !important;
		border-radius: 5px !important;
	}

	.vt-portfolio-row-head {
		gap: 4px;
		margin-bottom: 5px !important;
	}

	.vt-portfolio-title b {
		font-size: 11px;
		line-height: 16px;
	}

	.vt-portfolio-row-rate {
		font-size: 10px;
	}

	.vt-portfolio-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3px;
	}

	#depthSummary {
		width: 100%;
		margin: 2px 0 3px 0 !important;
		padding: 4px 3px !important;
		font-size: 9px;
		line-height: 12px;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
	}

	.vt-depth-top,
	.vt-depth-bottom {
		gap: 3px;
	}

	#depthSpread,
	#depthAskBid {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#depthPower,
	#depthRatio {
		flex: 0 0 auto;
	}

	.vt-tape-header {
		font-size: 10px !important;
	}

	.vt-tape-mobile-list,
	.vt-tape-fixed-list {
		gap: 1px;
		padding: 5px !important;
	}

	.vt-tape-fixed-list > .vt-tape-row,
	.vt-tape-mobile-list > .vt-tape-row {
		height: 20px !important;
		min-height: 20px;
		font-size: 9px !important;
	}

	.vt-tape-row > [id^="priceinfo-"],
	.vt-tape-row > [id^="valueinfo-"] {
		padding: 0 2px !important;
	}

	.vt-tape-price-wrap {
		gap: 2px;
	}

	.vt-tape-side-chip {
		width: 14px;
		height: 14px;
		border-radius: 3px;
		font-size: 8px;
		line-height: 14px;
	}

	.vt-tape-amount {
		font-size: 9px;
		line-height: 10px;
	}

	.vt-tape-value {
		font-size: 8px;
		line-height: 9px;
	}

	#hogaInfo [id^="sell-"].selected-order-price::after,
	#hogaInfo [id^="buy-"].selected-order-price::after {
		right: 2px;
		padding: 1px 3px;
		font-size: 8px;
	}
}

/* FINAL: order console button alignment lock */
#consoleArea #buy-console .vt-order-quick,
#consoleArea #sell-console .vt-order-quick {
	display: grid !important;
	grid-template-columns: 54px repeat(5, minmax(0, 1fr)) !important;
	align-items: center !important;
	gap: 3px !important;
	width: 100% !important;
	margin: 0 0 5px 0 !important;
	padding: 4px !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}

#consoleArea #buy-console .vt-order-quick-label,
#consoleArea #sell-console .vt-order-quick-label {
	display: flex !important;
	align-items: center !important;
	min-width: 0 !important;
	margin: 0 !important;
	font-size: 10px !important;
	line-height: 22px !important;
	white-space: nowrap !important;
}

#consoleArea #buy-console .vt-order-quick-btn,
#consoleArea #sell-console .vt-order-quick-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 24px !important;
	margin: 0 !important;
	padding: 0 2px !important;
	box-sizing: border-box !important;
	font-size: 10px !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

#consoleArea #buyPriceTab,
#consoleArea #sellPriceTab,
#consoleArea #buyAmountTab,
#consoleArea #sellAmountTab,
#consoleArea #buyTotalTab,
#consoleArea #sellTotalTab {
	display: grid !important;
	grid-template-columns: 82px minmax(0, 1fr) !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 30px !important;
	height: auto !important;
	margin: 0 0 4px 0 !important;
}

#consoleArea #buyPriceTab > [class*="col-"],
#consoleArea #sellPriceTab > [class*="col-"],
#consoleArea #buyAmountTab > [class*="col-"],
#consoleArea #sellAmountTab > [class*="col-"],
#consoleArea #buyTotalTab > [class*="col-"],
#consoleArea #sellTotalTab > [class*="col-"] {
	display: flex !important;
	align-items: center !important;
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

#consoleArea #buyTotalTab > [class*="col-"]:first-child,
#consoleArea #sellTotalTab > [class*="col-"]:first-child {
	display: block !important;
	font-size: 10px !important;
	line-height: 13px !important;
}

#consoleArea #buyPriceTab .input-group,
#consoleArea #sellPriceTab .input-group {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 34px 34px !important;
	width: 100% !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
}

#consoleArea #buyAmountTab .input-group,
#consoleArea #sellAmountTab .input-group,
#consoleArea #buyTotalTab .input-group,
#consoleArea #sellTotalTab .input-group {
	display: block !important;
	width: 100% !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#consoleArea #buyPriceTab .form-control,
#consoleArea #sellPriceTab .form-control,
#consoleArea #buyAmountTab .form-control,
#consoleArea #sellAmountTab .form-control,
#consoleArea #buyTotalTab .form-control,
#consoleArea #sellTotalTab .form-control {
	width: 100% !important;
	height: 28px !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 8px !important;
	box-sizing: border-box !important;
	line-height: 28px !important;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	min-width: 34px !important;
	max-width: 34px !important;
	height: 28px !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	border-radius: 0 !important;
	line-height: 1 !important;
	font-size: 0 !important;
	color: transparent !important;
}

#consoleArea #buyMinus::before,
#consoleArea #sellMinus::before {
	content: "-" !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	color: #334560 !important;
}

#consoleArea #buyPlus::before,
#consoleArea #sellPlus::before {
	content: "+" !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	color: #334560 !important;
}

#consoleArea #buyMinus:disabled::before,
#consoleArea #buyPlus:disabled::before,
#consoleArea #sellMinus:disabled::before,
#consoleArea #sellPlus:disabled::before {
	color: #eef3fb !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle,
#consoleArea #sell-console .btn-group.btn-group-toggle {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	width: 100% !important;
	height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
	box-sizing: border-box !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn,
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	position: relative !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn > input[type="radio"],
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn > input[type="radio"] {
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn > span,
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn > span {
	position: static !important;
	transform: none !important;
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}
