table,
table td {
	padding: 0;
	text-align: center;
	border: 1p solid #000;
	border-collapse: collapse;
	font-size: 28px;
}

.clickableRow {
	cursor: pointer;
	user-select: none;
}

.selectedRow td {
	background: #0b66c3 !important;
	color: #ffffff !important;
}

#driverListContent .clickableRow:not(.selectedRow):hover td {
	background: rgba(255, 255, 255, 0.18);
}

#traceTxtBody .traceTableRow:not(.selectedRow):hover td {
	background: rgba(255, 255, 255, 0.18);
}

.clickableRow:focus,
.clickableRow td:focus {
	outline: none;
}

#subScreen {
	position: absolute;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.2);
	align: left;
	top: 0;
	left: 0;
	width: 98%;
	height: 100%;
	padding: 20px;
	display: none;
}

.subScreen_base {
	margin: 0 auto;
	position: relative;
	width: 90%;
	height: 100%;
	background: #ffffff;
	font-size: 30px;
	text-align: center;
	border: 1p solid #666666;
	overflow-y: scroll;
	padding: 5px;
}

#traceTxt {
	position: fix;
	z-index: 900;
	bottom: 0;
	height: 60px;
	align: center;
	text-align: center;
	background: #ffffff;
	width: 100%;
	border: 1p solid #666666;
	padding: 10px;
}

#searchPanel {
	display: none;
}

#driverListSplitter {
	display: none;
}

#traceTxtSplitter {
	display: none;
}

#wait {
	position: fix;
	z-index: 999;
	top: 200px;
	left: 0;
	background: #cccccc;
	align: center;
}

body {
	margin: 0;
	overflow-x: hidden;
}

#smartPhonePanel {
	display: none;
}

:root {
	--driver-list-width: 430px;
	--driver-list-splitter-width: 8px;
	--trace-panel-width: 470px;
	--trace-panel-splitter-width: 8px;
}

@media screen and (min-width: 1024px) {
	body {
		overflow: hidden;
	}

	body.is-resizing-driver-list {
		cursor: col-resize;
		user-select: none;
	}

	body.is-resizing-trace-panel {
		cursor: col-resize;
		user-select: none;
	}

	table,
	table td {
		font-size: 14px;
	}

	#myMap {
		left: calc(var(--driver-list-width) + var(--driver-list-splitter-width)) !important;
		right: calc(var(--trace-panel-width) + var(--trace-panel-splitter-width)) !important;
		width: auto !important;
		height: 100vh !important;
	}

	#driverList {
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		width: var(--driver-list-width);
		height: 100vh;
		margin: 0;
		padding: 0;
		background: #ffffff;
		border-right: 1px solid #999999;
		overflow: hidden;
		box-sizing: border-box;
		z-index: 900;
	}

	#searchPanel {
		display: grid;
		grid-template-rows: 40px 189px;
		row-gap: 8px;
		height: 270px;
		padding: 8px;
		background: #efefef;
		border-bottom: 1px solid #bfbfbf;
		box-sizing: border-box;
	}

	#driverListContent {
		height: calc(100vh - 293px);
		margin-top: 0;
		overflow-y: auto;
		background: #ffffff;
	}

	.driverListTable {
		padding: 0 !important;
		border-collapse: separate !important;
		border-spacing: 0;
	}

	.driverListTable td {
		border: 1px solid #a6a6a6;
	}

	.driverListTableHeader td {
		position: sticky;
		top: 0;
		z-index: 2;
		background: #cccccc;
		border-color: #8f8f8f;
	}

	.infoPanel {
		height: 189px;
		border: 1px solid #bdbdbd;
		border-radius: 8px;
		background: linear-gradient(180deg, #fbfbfb 0%, #ececec 100%);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
		box-sizing: border-box;
		padding: 10px;
		display: grid;
		grid-template-rows: 34px auto;
		row-gap: 8px;
		font-size: 11px;
	}

	.loginPanel {
		height: 40px;
		border: 1px solid #b8b8b8;
		border-radius: 6px;
		background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
		padding: 0 8px;
		box-sizing: border-box;
	}

	#loginPanelForm {
		display: grid;
		grid-template-columns: 54px minmax(0, 1fr) 88px;
		column-gap: 8px;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	#loginPanelStatus {
		display: none;
		align-items: center;
		height: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		white-space: nowrap;
	}

	.driverListLoginLabel {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		white-space: nowrap;
	}

	.driverListLoginInput {
		width: 100%;
		height: 25px;
		border: 1px solid #a8a8a8;
		border-radius: 4px;
		background: #ffffff;
		padding: 0 8px;
		box-sizing: border-box;
		font-size: 12px;
	}

	.driverListLoginButton {
		height: 25px;
		border: 1px solid #b8b8b8;
		border-radius: 4px;
		background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
		font-size: 12px;
		font-weight: bold;
		cursor: pointer;
	}

	.driverListLoginButton:hover {
		border-width: 2px;
		border-color: #8f8f8f;
	}

	.driverListInfoTop {
		display: grid;
		grid-template-columns: 210px minmax(0, 1fr);
		column-gap: 8px;
		align-items: stretch;
	}

	.driverListInfoFilters,
	.driverListInfoSearch {
		height: 34px;
		border: 1px solid #b8b8b8;
		border-radius: 6px;
		background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}

	.driverListInfoFilters {
		justify-content: flex-start;
		gap: 12px;
		padding: 0 14px;
		font-size: 11px;
		font-weight: bold;
		white-space: nowrap;
	}

	.driverListInfoFilters label {
		display: inline-flex;
		align-items: center;
		gap: 4px;
		white-space: nowrap;
	}

	.driverListInfoSearch {
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.02em;
		cursor: pointer;
	}

	.driverListInfoSearch:not(:disabled):hover {
		border-width: 2px;
		border-color: #8f8f8f;
	}

	.driverListInfoMain {
		display: grid;
		grid-template-columns: 110px minmax(0, 1fr);
		column-gap: 8px;
		align-items: start;
	}

	.driverListOptions {
		display: flex;
		align-items: center;
		padding: 8px 10px 0;
		min-height: 20px;
	}

	.driverListOptionLabel {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		font-size: 14px;
		color: #333333;
		white-space: nowrap;
	}

	.driverListOptionLabel input {
		margin: 0;
	}

	.driverListInfoPhoto {
		height: 116px;
		border: 1px solid #9e9e9e;
		background: linear-gradient(180deg, #dcae51 0%, #f0cf7b 100%);
		overflow: hidden;
	}

	.driverListInfoPhoto img {
		display: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.driverListInfoTable {
		display: grid;
		gap: 0;
		min-width: 0;
		width: 100%;
		justify-self: stretch;
	}

	.driverListInfoTableRow {
		display: grid;
		grid-template-columns: 72px minmax(0, 1fr);
		min-height: 24px;
	}

	.driverListInfoTableRow + .driverListInfoTableRow {
		margin-top: -1px;
	}

	.driverListInfoLabel {
		background: #b8b6f0;
		border: 1px solid #7e7cb4;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
	}

	.driverListInfoValue {
		border: 1px solid #a8a8a8;
		background: #ffffff;
		display: flex;
		align-items: center;
		padding: 0 8px;
		box-sizing: border-box;
		font-weight: bold;
		justify-content: flex-start;
		line-height: 1.2;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#driverListSplitter {
		display: block !important;
		position: fixed;
		top: 0;
		left: var(--driver-list-width);
		width: var(--driver-list-splitter-width);
		height: 100vh;
		background: #d9d9d9;
		border-left: 1px solid #bdbdbd;
		border-right: 1px solid #bdbdbd;
		cursor: col-resize;
		z-index: 901;
	}

	#driverListSplitter:hover {
		background: #c3c3c3;
	}

	#traceTxtSplitter {
		display: block !important;
		position: fixed;
		top: 0;
		right: var(--trace-panel-width);
		width: var(--trace-panel-splitter-width);
		height: 100vh;
		background: #d9d9d9;
		border-left: 1px solid #bdbdbd;
		border-right: 1px solid #bdbdbd;
		cursor: col-resize;
		z-index: 901;
	}

	#traceTxtSplitter:hover {
		background: #c3c3c3;
	}

	#driverList table,
	#driverList td,
	#traceTxt table,
	#traceTxt td {
		font-size: 14px;
	}

	#traceTxt {
		position: fixed;
		top: 0;
		right: 0;
		width: var(--trace-panel-width);
		height: 100vh;
		padding: 0;
		background: #ffffff;
		border-left: 1px solid #999999;
		overflow: hidden;
		box-sizing: border-box;
		z-index: 900;
		display: flex;
		flex-direction: column;
	}

	#selectDatePanel {
		flex: 0 0 auto;
		padding: 10px 10px 10px;
		background: linear-gradient(180deg, #f4f4f4 0%, #e6e6e6 100%);
		border-bottom: 1px solid #bdbdbd;
		box-sizing: border-box;
	}

	.selectDatePanelCard {
		border: 1px solid #bdbdbd;
		border-radius: 8px;
		background: #f7f7f7;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
		padding: 8px;
		display: grid;
		row-gap: 4px;
	}

	.selectDatePanelNav {
		display: grid;
		grid-template-columns: 40px 100px 40px minmax(0, 1fr);
		column-gap: 6px;
		row-gap: 4px;
		align-items: stretch;
	}

	.selectDatePanelOptions {
		display: flex;
		align-items: center;
		padding: 6px 2px 0;
		min-height: 20px;
	}

	.selectDatePanelOptionLabel {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		font-size: 14px;
		color: #333333;
		white-space: nowrap;
	}

	.selectDatePanelOptionLabel input {
		margin: 0;
	}

	#selectDateError {
		grid-column: 1 / -1;
		min-height: 20px;
		font-size: 11px;
		line-height: 1.2;
		color: #555555;
		padding: 0 0 2px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: flex;
		align-items: center;
	}

	.selectDatePanelButton,
	.selectDatePanelConfirm {
		height: 34px;
		border: 1px solid #b8b8b8;
		border-radius: 6px;
		background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
		font-size: 11px;
		font-weight: bold;
		cursor: pointer;
		box-sizing: border-box;
	}

	.selectDatePanelButton:not(:disabled):hover,
	.selectDatePanelConfirm:not(:disabled):hover {
		border-width: 2px;
		border-color: #8f8f8f;
	}

	.selectDatePanelButton {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.selectDatePanelDateField {
		height: 34px;
	}

	#selectDateInput {
		width: 100%;
		height: 34px;
		border: 1px solid #b8b8b8;
		border-radius: 6px;
		background: #ffffff;
		padding: 0 6px;
		box-sizing: border-box;
		font-size: 13px;
		font-weight: bold;
		color: #222222;
		text-align: center;
	}

	#selectDateInput.inputError {
		border-color: #d53a3a;
		background: #fff2f2;
		color: #b30000;
	}

	#selectDateError.hasError {
		color: #b30000;
	}

	.selectDatePanelConfirm {
		width: 100%;
		letter-spacing: 0.02em;
		font-size: 13px;
	}

	#traceTxtBody {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		background: #ffffff;
	}

	#placeRegistPanel {
		flex: 0 0 40px;
		height: 40px;
		background: #efefef;
		border-top: 1px solid #bfbfbf;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 4px 8px;
		box-sizing: border-box;
		overflow: hidden;
		transition: height 0.2s ease, flex-basis 0.2s ease;
	}

	#placeRegistPanel.expanded {
		flex-basis: 432px;
		height: 432px;
	}

	.placeRegistButton {
		flex: 0 0 30px;
		height: 30px;
		line-height: 30px;
		width: 100%;
		min-width: 0;
		align-self: stretch;
		border: 1px solid #b8b8b8;
		border-radius: 6px;
		background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
		color: #333333;
		font-size: 13px;
		font-weight: bold;
		cursor: pointer;
		box-sizing: border-box;
	}

	.placeRegistButton:hover {
		border-width: 2px;
		border-color: #8f8f8f;
	}

	.placeRegistContent {
		width: 100%;
		margin-top: 10px;
		padding: 12px 14px 14px;
		border: 1px solid #bdbdbd;
		border-radius: 8px;
		background: linear-gradient(180deg, #fbfbfb 0%, #ececec 100%);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
		box-sizing: border-box;
		display: grid;
		row-gap: 10px;
	}

	.placeRegistRow {
		display: grid;
		grid-template-columns: 92px minmax(0, 1fr) minmax(0, 1fr);
		column-gap: 10px;
		align-items: center;
	}

	.placeRegistRowSingle {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.placeRegistLabel {
		font-size: 12px;
		color: #333333;
		letter-spacing: 0.08em;
		text-align: right;
		white-space: nowrap;
	}

	.placeRegistField,
	.placeRegistSelect {
		width: 100%;
		height: 34px;
		border: 1px solid #5f5f5f;
		box-sizing: border-box;
		background: #ffffff;
		font-size: 13px;
		padding: 0 8px;
	}

	.placeRegistReadonly {
		background: #d9d9d9;
	}

	.placeRegistPair {
		display: grid;
		grid-template-columns: 58px minmax(0, 1fr);
		column-gap: 8px;
		align-items: center;
	}

	.placeRegistPairLabel {
		font-size: 12px;
		color: #333333;
		white-space: nowrap;
	}

	.placeRegistButtons {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		column-gap: 8px;
		margin-top: 4px;
	}

	.placeRegistActionButton {
		height: 36px;
		border: 1px solid #b8b8b8;
		border-radius: 4px;
		background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
		color: #333333;
		font-size: 13px;
		cursor: pointer;
		box-sizing: border-box;
	}

	.placeRegistActionButton:not(:disabled):hover {
		border-width: 2px;
		border-color: #8f8f8f;
	}

	.placeRegistActionButton:disabled {
		color: #9a9a9a;
		cursor: default;
	}

	.placeRegistShowAllToggle {
		width: 100%;
		height: 36px;
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 0 4px;
		color: #333333;
		font-size: 13px;
		box-sizing: border-box;
	}

	.placeRegistShowAllToggle input[type="checkbox"] {
		width: 16px;
		height: 16px;
		margin: 0;
	}

	.placeRegistShowAllToggle.disabled {
		color: #9a9a9a;
		cursor: default;
	}

	.placeRegistFooter {
		display: flex;
		align-items: center;
		justify-content: space-between;
		column-gap: 12px;
		min-height: 36px;
	}

	.placeRegistIdDisplay {
		font-size: 13px;
		color: #111111;
		white-space: nowrap;
		text-align: right;
	}

	.traceTable {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		table-layout: auto;
		font-size: 11px;
		line-height: 1.15;
		background: #ffffff;
	}

	.traceTableHeader td {
		position: sticky;
		top: 0;
		z-index: 2;
	}

	.traceTableHeader td {
		background: #f0f0f0;
		color: #111111;
		font-weight: bold;
		border: 1px solid #8f8f8f;
		padding: 3px 6px;
		text-align: left;
		white-space: nowrap;
	}

	.traceTableRow td {
		border: 1px solid #a6a6a6;
		padding: 2px 6px;
		height: 22px;
		box-sizing: border-box;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.traceColDate {
		width: 118px;
	}

	.traceColStatus {
		width: 56px;
		text-align: center;
	}

	.traceColTemp1,
	.traceColTemp2 {
		width: 34px;
		text-align: right;
	}

	.traceColDriver {
		width: 92px;
	}

	.traceColNinusi {
		width: 96px;
	}

	.traceColPlace {
		width: auto;
		text-align: left;
	}

	body:not(.driver-trackno-visible) .driverListColTrackNo {
		display: none;
		width: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		border-left-width: 0 !important;
		border-right-width: 0 !important;
	}

	body:not(.trace-details-visible) .traceColDriver,
	body:not(.trace-details-visible) .traceColNinusi {
		display: none;
		width: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		border-left-width: 0 !important;
		border-right-width: 0 !important;
	}

	#subScreen {
		display: none !important;
	}
}

@media screen and (max-width: 1023px) {
	#subScreen {
		position: fixed;
		inset: 0;
		width: auto;
		height: auto;
		padding: 16px;
		display: none;
		align-items: center;
		justify-content: center;
		background: rgba(0, 0, 0, 0.28);
		box-sizing: border-box;
		z-index: 1300;
	}

	#wait {
		position: static;
		width: min(320px, calc(100vw - 32px));
		height: auto;
		margin: 0;
		padding: 24px 20px;
		border: 1px solid #8d8d8d;
		border-radius: 14px;
		background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
		font-size: 26px;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
		overflow: visible;
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
		box-sizing: border-box;
	}

	#driverList {
		position: relative;
		display: block;
		width: 100%;
		min-height: calc(100vh - 104px - env(safe-area-inset-bottom, 0px));
		background: #ffffff;
		box-sizing: border-box;
	}

	#searchPanel {
		display: grid;
		grid-template-rows: auto auto;
		row-gap: 8px;
		padding: 10px 10px 8px;
		background: #efefef;
		border-bottom: 1px solid #bfbfbf;
		box-sizing: border-box;
	}

	#driverListContent {
		height: calc(100vh - 104px - env(safe-area-inset-bottom, 0px) - 232px);
		overflow-y: auto;
		background: #ffffff;
		box-sizing: border-box;
	}

	#myMap,
	#traceTxt {
		display: none !important;
	}

	body.mobile-view-map #driverList {
		display: none !important;
	}

	body.mobile-view-map #myMap {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: calc(104px + env(safe-area-inset-bottom, 0px)) !important;
		width: auto !important;
		height: auto !important;
		display: block !important;
		z-index: 900;
	}

	body.mobile-view-map #traceTxt {
		display: none !important;
	}

	body.mobile-view-trace #driverList,
	body.mobile-view-trace #myMap {
		display: none !important;
	}

	body.mobile-view-trace #traceTxt {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: calc(104px + env(safe-area-inset-bottom, 0px)) !important;
		width: auto !important;
		height: auto !important;
		display: flex !important;
		flex-direction: column;
		padding: 0 !important;
		overflow: hidden;
		z-index: 900;
	}

	body.mobile-view-trace #traceTxtBody {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		touch-action: pan-y;
	}

	body.mobile-view-trace .traceTable {
		border-collapse: collapse;
		background: #ffffff;
	}

	body.mobile-view-trace .traceTableHeader td {
		border: 1px solid #7a7a7a;
		padding: 6px 10px;
	}

	body.mobile-view-trace .traceTableRow td {
		border: 1px solid rgba(255, 255, 255, 0.72);
		padding: 6px 10px;
	}

	body.mobile-view-trace #selectDatePanel {
		display: none !important;
	}

	body.mobile-view-trace #placeRegistPanel {
		display: none !important;
	}

	.loginPanel {
		border: 1px solid #b8b8b8;
		border-radius: 6px;
		background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
		padding: 8px;
		box-sizing: border-box;
	}

	#loginPanelForm {
		display: grid;
		grid-template-columns: 56px minmax(0, 1fr) 88px;
		column-gap: 8px;
		align-items: center;
	}

	#loginPanelStatus {
		display: none;
		font-size: 14px;
		font-weight: bold;
		color: #333333;
	}

	.driverListLoginLabel {
		font-size: 12px;
		font-weight: bold;
		color: #333333;
	}

	.driverListLoginInput,
	.driverListLoginButton {
		height: 34px;
		box-sizing: border-box;
	}

	.driverListLoginInput {
		width: 100%;
		border: 1px solid #a8a8a8;
		border-radius: 6px;
		background: #ffffff;
		padding: 0 8px;
		font-size: 14px;
	}

	.driverListLoginButton {
		border: 1px solid #b8b8b8;
		border-radius: 6px;
		background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
		font-size: 14px;
		font-weight: bold;
	}

	.infoPanel {
		border: 1px solid #bdbdbd;
		border-radius: 8px;
		background: linear-gradient(180deg, #fbfbfb 0%, #ececec 100%);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
		box-sizing: border-box;
		padding: 10px;
		display: grid;
		row-gap: 8px;
	}

	.driverListInfoTop {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 92px;
		column-gap: 8px;
		align-items: stretch;
	}

	.driverListInfoFilters,
	.driverListInfoSearch {
		min-height: 40px;
		border: 1px solid #b8b8b8;
		border-radius: 6px;
		background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
		box-sizing: border-box;
	}

	.driverListInfoFilters {
		display: flex;
		align-items: center;
		justify-content: space-around;
		padding: 0 8px;
		font-size: 13px;
		font-weight: bold;
	}

	.driverListInfoSearch {
		font-size: 14px;
		font-weight: bold;
	}

	.driverListInfoMain {
		display: grid;
		grid-template-columns: 92px minmax(0, 1fr);
		column-gap: 8px;
		align-items: start;
	}

	.driverListInfoPhoto {
		height: 108px;
		border: 1px solid #9e9e9e;
		background: linear-gradient(180deg, #dcae51 0%, #f0cf7b 100%);
		overflow: hidden;
	}

	.driverListInfoPhoto img {
		display: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.driverListInfoTable {
		display: grid;
		gap: 0;
		min-width: 0;
	}

	.driverListInfoTableRow {
		display: grid;
		grid-template-columns: 64px minmax(0, 1fr);
		min-height: 27px;
	}

	.driverListInfoLabel {
		background: #b8b6f0;
		border: 1px solid #7e7cb4;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: bold;
	}

	.driverListInfoValue {
		border: 1px solid #a8a8a8;
		background: #ffffff;
		display: flex;
		align-items: center;
		padding: 0 8px;
		box-sizing: border-box;
		font-size: 13px;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.driverListOptions {
		display: flex;
		align-items: center;
		padding-top: 2px;
	}

	.driverListOptionLabel {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		font-size: 14px;
		color: #333333;
	}

	#smartPhonePanel {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		height: 104px;
		padding: 14px 12px calc(14px + env(safe-area-inset-bottom, 0px));
		box-sizing: border-box;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 8px;
		align-items: center;
		background: linear-gradient(180deg, rgba(246, 246, 246, 0.98) 0%, rgba(224, 224, 224, 0.98) 100%);
		border-top: 1px solid #a8a8a8;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.16);
		z-index: 1100;
	}

	.smartPhonePanelButton {
		width: 100%;
		height: 64px;
		border: 1px solid #8f8f8f;
		border-radius: 10px;
		background: linear-gradient(180deg, #ffffff 0%, #dfdfdf 100%);
		color: #222222;
		font-size: 28px;
		font-weight: bold;
		letter-spacing: 0.04em;
		box-sizing: border-box;
	}

	body {
		padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
		box-sizing: border-box;
	}
}
