:root {
	--greenVar: #c1e17d;
	--blueVar: #80d2ff;
}

.dark {
	--greenVar: #778f43;
	--blueVar: #527b91;
}

* {
	font-family: "Wix Madefor Display", sans-serif;
}

.avatarWrap {
	position: relative;
}

.infoMargin {
	margin: 30px 30px 0px 30px;
}

.avatarInner {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #C74974;
	border-radius: 50%;
	user-select: none;
}

.inline {
	display: inline-block;
	margin-left: 30px;
	margin-top: 30px;
	font-size: 24px;
	font-weight: 600;
	vertical-align: middle;
}

.avatarLetters,
.inlineInOut:not(.helper) div {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	padding-inline-end: 6px;
	padding-inline-start: 6px;
	padding-block-end: 10px;
	padding-block-start: 10px;
	font-weight: 500;
	letter-spacing: -0.01em;
	min-width: min-content;
}


.inlineInOut div {
	overflow: hidden;
}

#wrap {
	margin: 30px auto;
	width: max-content;
}

div#parserWrap {
	width: max-content;
	background: #FFF;
	position: relative;
}

h1 {
	padding: 30px 30px 0px 30px;
	margin-top: 0;
}

h2 {
	padding: 0px 30px 0px 30px;
	margin-top: 0;
}

body {
	font-family: Arial, sans-serif;
}

.chart-container {
	display: flex;
	align-items: flex-end;
	height: 130px;
	width: calc(100% - 60px);
	padding: 30px;
	margin: auto;
	border-bottom: 1px solid #313a8d44;
	position: relative;
}

.dark .chart-container {
	border-bottom: 1px solid #FFF4
}

#parserWrap {
	border-top: 1px solid #313a8d44;
}

.dark #parserWrap {
	border-top: 1px solid #FFF4
}

.bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 1;
	position: relative;
	margin: 0 5px;
}


.inlineInOut {
	display: flex;
	width: calc(100% - 60px);
	height: 30px;
	background: #0001;
	margin: 10px auto;
	border-radius: 25px;
	overflow: hidden;
}

.dark .inlineInOut {
	background: #FFF1;
}

.inlineInOut.helper {
	margin: 0px auto;
	background: none;
	border-radius: 0;
}

.inlineInOut.helper div:first-child {
	flex-grow: 1;
}


.incoming,
.outgoing {
	width: 100%;
	border-radius: 2px;
}

.incoming,
.inlineIn {
	background-color: var(--blueVar);
}

.outgoing,
.inlineOut {
	background-color: var(--greenVar);
}


.date {
	font-size: 12px;
	text-align: center;
	margin: 5px;
	font-family: monospace !important;
}

.styles-legend-KpvHE {
	display: flex;
	margin: 0 30px;
}

.styles-legend-KpvHE div:first-child {
	margin-left: auto;
}

.styles-legend-item-oxc3Y {
	display: flex;
	align-items: center;
}

.styles-legend-KpvHE div,
.styles-legend-KpvHE svg {
	margin: 0 3px;
}

.inlineInfo {
	display: flex;
	margin: 30px;
}

.inlineInfoInner {
	margin-right: 30px;
	font-weight: 600;
}

.inlineInfoBlock {
	font-size: 28px;
}

.inlineInfoBottom,
.infoMargin {
	font-weight: 400;
	font-size: 16px;
}

span.minidata {
	font-weight: 400;
	font-size: 18px;
	opacity: .5;
}

.leftMini span.minidata {
	font-size: 14px;
}

.dark div#parserWrap {
	background: #242424;
}

.dark .blackDay {
	color: #FFF
}

.redDay {
	color: #F00
}

.dark .inline {
	color: #FFF !important;
}

.highContrast *:not(.textLegend) {
	color: #000 !important;
}

.highContrast .inlineIn,
.highContrast .incoming {
	background: #000;
}


.highContrast .date.redDay {
	font-weight: 900;
}

.highContrast .styles-legend-KpvHE div:first-child svg circle {
	fill: #000;
}

.highContrast .styles-legend-KpvHE div:last-child svg circle {
	fill: #888;
}

.highContrast .avatarInner {
	background: #000 !important;
}

.highContrast .avatarLetters {
	color: #FFF !important;
}

.aboutInfo {
	display: flex;
	align-items: center;
}

.aboutInfo>* {
	height: max-content;
}

.aboutInfo svg {
	margin-top: 10px;
	margin-right: auto;
	margin-left: 10px;
}

.buildInfo {
	margin-right: 30px;
	text-align: right;
	font-size: 14px;
}

.intableFlex {
	margin: 10px 30px 10px 30px;
}

span.textLegend {
	color: inherit;
	opacity: .5;
	font-size: 14px;
}

.progress-container {
	width: 100%;
	background-color: #0001;
	border-radius: 5px;
	overflow: hidden;
	height: 10px;
}

.dark .progress-container {
	background-color: #FFF1;
}

.progress-bar {
	height: 100%;
	background: linear-gradient(90deg, var(--blueVar) 25%, var(--greenVar) 75%);
	width: 0%;
	transition: width 0.5s ease-in-out;
	border-radius: 5px;
}

table {
	width: calc(100% - 60px);
	margin: 30px;
}

tr td:first-child {
	border-radius: 30px 0 0 30px !important;
}

td {
	font-size: 18px;
	text-align: right;
	padding: 1px 12px 1px 0;
	white-space: nowrap;
}

td.leftMini {
	text-align: left;
}

td.maxWidthMini {
	min-width: 150px;
}

tr:nth-child(even):not(.red) td {
	background-color: #0014ff10;
}

.EPS {
	background: #ffb580;
}

.dark .EPS {
	background: #ad591f;
}

.avatarMini {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #FFF4;
	border-radius: 50%;
	margin: 0px 8px;
}

.callstat {
	height: 100px;
	background: transparent;
	border-radius: 0px;
	margin: 0 0px;
	border-right: 1px solid;
	color: #a3a3a3;
	position: relative;
	text-align: right;
	padding: 0px 6px 0px 0px;
	width: min-content;
}

.callstat:after {
	content: '0';
	position: absolute;
	bottom: 0;
	margin: 0 0px;
	right: 0;
	padding: 0px 6px 0px 0px;
}


.highContrast .EPS {
	background: url(data:image/gif;base64,R0lGODlhAwADAIAAAExMTAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDMgMTE2LmRkYzdiYzQsIDIwMjEvMDgvMTctMTM6MTg6MzcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRDBFQjlEOUY5QzcxMUVGOTFCOUFFNUVGRDU5Q0NFMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRDBFQjlEQUY5QzcxMUVGOTFCOUFFNUVGRDU5Q0NFMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFEMEVCOUQ3RjlDNzExRUY5MUI5QUU1RUZENTlDQ0UzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFEMEVCOUQ4RjlDNzExRUY5MUI5QUU1RUZENTlDQ0UzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAMAAwAAAgQEcgkFADs=) !important;
}


.highContrast {
	--greenVar: #9d9d9d;
	--blueVar: #000;
}

.highContrast tr:nth-child(even):not(.red) td {
	background-color: #0000000f;
}

.highContrast .aboutInfo,
.highContrast td {
	filter: grayscale(1);
}