.TrackPage {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
}

.TrackPageLeftFlex {
	display: flex;
	flex-direction: column;
	background-color: #eeeeee;
	padding: 40px;
	width: 100%;
	height: 100%;
	justify-content: center;
	flex-shrink: 1;
}

.TrackPageRightFlex {
	display: flex;
	margin-top: auto;
	flex-direction: column;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	gap: 20px;
	overflow-y: scroll;
	width: 100%;
	height: calc(100% - 130px);
	margin-top: auto;
	flex-shrink: 1;
}

.TrackPageParentColumnFlex {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	gap: 5px;
	flex-direction: column;
}

.TrackPageColumnFlex {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.TrackPageRowFlex {
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.TrackPageTitle {
	font-size: 26px;
	text-align: center;
}

.TrackPageTextMedium {
	font-family: 'FontGilroyMedium';
	font-size: 16px;
}

.TrackPageTextSubTitle {
	font-size: 12px;
	margin-bottom: 40px;
	text-align: center;
}

.TrackPageText {
	font-size: 14px;
	margin-bottom: 20px;
}

.TrackPageButton {
	color: white;
	background-color: #121315;
	text-align: center;
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	height: max-content;
	text-decoration: none;
}

.TrackPageCircle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #2f3135;
	flex-shrink: 0;
}

.TrackPageStick {
	width: 2px;
	height: 100%;
	background-color: #2f3135;
	flex-shrink: 1;
}


.TrackPageWear {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.TrackPageWearTitle {
	color: white;
	font-size: 18px;
	cursor: pointer;
}

.TrackPageWearDescription {
	color: #ffffffd6;
	font-size: 12px;
}

.TrackPageWearColorCirlce {
	background-color: white;
	width: 15px;
	height: 15px;
	border-radius: 15px;
}

.TrackPageWearColor {
	color: white;
	font-size: 16px;
	padding: 2px;
	text-align: center;
}

.TrackPageWearSize {
	color: white;
	font-size: 16px;
	padding: 2px;
	text-align: center;
}

.TrackPageWearCount {
	color: white;
	font-size: 16px;
	padding: 2px;
	text-align: center;
}

.TrackPageWearPanel {
	display: flex;
	flex-direction: row;
	margin-top: auto;
	align-items: center;
	gap: 5px;
}

.TrackPageWearRow {
	display: flex;
	flex-direction: row;
	gap: 5px;
}