.shortcut_icon
{
	cursor: pointer;
	transition: all 250ms;
	-webkit-user-select: none;
	user-select: none;
	touch-action: manipulation;
	filter: none;
}

.shortcut_tooltip
{
	display: none;
}

.shortcut_tooltip_trigger
{
	cursor: pointer;
}

.shortcut_icon_button_on
{
	filter: invert(46%) sepia(9%) saturate(3320%) hue-rotate(177deg) brightness(97%) contrast(85%);
}

@media (hover: hover) and (pointer: fine) and (min-width: 701px) and (min-height: 501px)
{
	.shortcut_tooltip_trigger:hover .shortcut_icon
	{
		filter: invert(46%) sepia(9%) saturate(3320%) hue-rotate(177deg) brightness(97%) contrast(85%);
	}

	.shortcut_tooltip
	{
		display: block;
		position: absolute;
		top: calc(100% + 11px);
		left: 50%;
		z-index: 1300;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translate(-50%, -8px) scale(0.98);
		transform-origin: top center;
		transition: opacity 140ms ease-out, transform 160ms ease-out, visibility 0ms linear 160ms;
	}

	.shortcut_tooltip_trigger:hover .shortcut_tooltip,
	.shortcut_tooltip:hover
	{
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translate(-50%, 0) scale(1);
		transition: opacity 140ms ease-out, transform 160ms ease-out, visibility 0ms linear 0ms;
	}

	.shortcut_tooltip_bridge
	{
		position: absolute;
		top: -18px;
		left: -12px;
		right: -12px;
		height: 24px;
		background: transparent;
	}

	.shortcut_tooltip_panel
	{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: max-content;
		min-width: 0;
		padding: 9px 10px 7px;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,.45);
		z-index: 5;
	}

	[data-theme="light"] .shortcut_tooltip_panel
	{
		background: #526fac;
	}

	[data-theme="dark"] .shortcut_tooltip_panel
	{
		background: #0c1c30;
		border: 0.5px solid #ffffffbf !important;
		box-shadow: 0 0 10px rgba(0,0,0,.55);
	}

	.shortcut_tooltip_panel::before
	{
		content: "";
		position: absolute;
		left: 50%;
		top: -10px;
		width: 0;
		height: 0;
		transform: translateX(-50%);
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #4a5467;
	}

	[data-theme="light"] .shortcut_tooltip_panel::before
	{
		border-bottom: 10px solid #526fac;
	}

	[data-theme="dark"] .shortcut_tooltip_panel::before,
	[data-theme="dark"] .shortcut_tooltip_panel::after
	{
		content: none !important;
	}

	.shortcut_tooltip_nub,
	.shortcut_tooltip_nub_cover
	{
		display: none;
	}

	[data-theme="dark"] .shortcut_tooltip_nub
	{
		position: absolute;
		top: -7px;
		left: 50%;
		display: block;
		width: 14px;
		height: 14px;
		margin-left: -7px;
		background: #0c1c30;
		border-left: 0.5px solid #ffffffbf;
		border-top: 0.5px solid #ffffffbf;
		transform: rotate(45deg);
		z-index: 2;
	}

	[data-theme="dark"] .shortcut_tooltip_nub_cover
	{
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 40px;
		height: 8px;
		margin-left: -20px;
		background: #0c1c30;
		z-index: 1;
	}

	.shortcut_tooltip_label
	{
		display: block;
		color: white;
		font-size: 0.7em;
		line-height: 1.15;
		letter-spacing: 0.02em;
		white-space: nowrap;
		text-align: center;
	}
}

.injury_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 1.25 2.75 3.45v3.2c0 3.55 2.15 6.1 5.25 8.1 3.1-2 5.25-4.55 5.25-8.1v-3.2L8 1.25Z' fill='none' stroke='black' stroke-width='1.4' stroke-linejoin='round'/><path d='M8 4.9v4.2M5.9 7h4.2' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 1.25 2.75 3.45v3.2c0 3.55 2.15 6.1 5.25 8.1 3.1-2 5.25-4.55 5.25-8.1v-3.2L8 1.25Z' fill='none' stroke='black' stroke-width='1.4' stroke-linejoin='round'/><path d='M8 4.9v4.2M5.9 7h4.2' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.alerts_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2M8 1.918l-.797.161A4 4 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4 4 0 0 0-3.203-3.92zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5 5 0 0 1 13 6c0 .88.32 4.2 1.22 6'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2M8 1.918l-.797.161A4 4 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4 4 0 0 0-3.203-3.92zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5 5 0 0 1 13 6c0 .88.32 4.2 1.22 6'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.sharp_plays_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444.201 444.201'><path d='M101.387 444.201h-88.4c-3.74 0-6.8-3.06-6.8-6.8V315.002c0-3.74 3.06-6.801 6.8-6.801h88.4c3.74 0 6.8 3.061 6.8 6.801v122.399c0 3.741-3.06 6.8-6.8 6.8ZM264.587 437.401v-217.6c0-3.74-3.061-6.8-6.8-6.8h-88.4c-3.74 0-6.8 3.06-6.8 6.8v217.6c0 3.74 3.06 6.8 6.8 6.8h88.4c3.739 0 6.8-3.059 6.8-6.8ZM436.634 121.202 369.068 4.208c-3.236-5.61-8.54-5.61-11.777 0L289.74 121.202c-3.237 5.61-.592 10.2 5.889 10.2h23.357v306c0 3.74 3.061 6.8 6.801 6.8h74.8c3.74 0 6.8-3.06 6.8-6.8v-306h23.358c6.474-.001 9.125-4.59 5.889-10.2Z'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444.201 444.201'><path d='M101.387 444.201h-88.4c-3.74 0-6.8-3.06-6.8-6.8V315.002c0-3.74 3.06-6.801 6.8-6.801h88.4c3.74 0 6.8 3.061 6.8 6.801v122.399c0 3.741-3.06 6.8-6.8 6.8ZM264.587 437.401v-217.6c0-3.74-3.061-6.8-6.8-6.8h-88.4c-3.74 0-6.8 3.06-6.8 6.8v217.6c0 3.74 3.06 6.8 6.8 6.8h88.4c3.739 0 6.8-3.059 6.8-6.8ZM436.634 121.202 369.068 4.208c-3.236-5.61-8.54-5.61-11.777 0L289.74 121.202c-3.237 5.61-.592 10.2 5.889 10.2h23.357v306c0 3.74 3.061 6.8 6.801 6.8h74.8c3.74 0 6.8-3.06 6.8-6.8v-306h23.358c6.474-.001 9.125-4.59 5.889-10.2Z'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.arb_alerts_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444 494'><path fill-rule='evenodd' d='M176 35 L35 176 L35 179 L71 214 L150 136 L151 137 L151 439 L153 441 L203 441 L204 137 L207 137 L284 214 L286 214 L320 180 L321 177 L180 35 Z M273 271 L261 275 L255 279 L245 290 L240 303 L240 321 L247 336 L259 347 L272 352 L289 352 L306 344 L315 334 L319 326 L321 317 L320 300 L312 285 L303 277 L288 271 Z M278 296 L288 298 L294 304 L296 310 L294 319 L290 324 L284 327 L274 326 L265 317 L265 307 L267 303 Z M395 273 L391 272 L241 422 L241 425 L256 440 L259 440 L409 290 L409 287 Z M357 361 L344 368 L334 379 L328 396 L328 405 L330 413 L336 425 L348 436 L363 441 L382 440 L396 432 L405 421 L410 407 L409 390 L401 374 L390 365 L377 360 Z M366 385 L373 385 L377 387 L383 393 L385 398 L385 404 L383 408 L373 416 L367 416 L360 413 L354 404 L355 394 L360 388 Z'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444 494'><path fill-rule='evenodd' d='M176 35 L35 176 L35 179 L71 214 L150 136 L151 137 L151 439 L153 441 L203 441 L204 137 L207 137 L284 214 L286 214 L320 180 L321 177 L180 35 Z M273 271 L261 275 L255 279 L245 290 L240 303 L240 321 L247 336 L259 347 L272 352 L289 352 L306 344 L315 334 L319 326 L321 317 L320 300 L312 285 L303 277 L288 271 Z M278 296 L288 298 L294 304 L296 310 L294 319 L290 324 L284 327 L274 326 L265 317 L265 307 L267 303 Z M395 273 L391 272 L241 422 L241 425 L256 440 L259 440 L409 290 L409 287 Z M357 361 L344 368 L334 379 L328 396 L328 405 L330 413 L336 425 L348 436 L363 441 L382 440 L396 432 L405 421 L410 407 L409 390 L401 374 L390 365 L377 360 Z M366 385 L373 385 L377 387 L383 393 L385 398 L385 404 L383 408 L373 416 L367 416 L360 413 L354 404 L355 394 L360 388 Z'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.crosshair_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8.5.5a.5.5 0 0 0-1 0v.518A7 7 0 0 0 1.018 7.5H.5a.5.5 0 0 0 0 1h.518A7 7 0 0 0 7.5 14.982v.518a.5.5 0 0 0 1 0v-.518A7 7 0 0 0 14.982 8.5h.518a.5.5 0 0 0 0-1h-.518A7 7 0 0 0 8.5 1.018zm-6.48 7A6 6 0 0 1 7.5 2.02v.48a.5.5 0 0 0 1 0v-.48a6 6 0 0 1 5.48 5.48h-.48a.5.5 0 0 0 0 1h.48a6 6 0 0 1-5.48 5.48v-.48a.5.5 0 0 0-1 0v.48A6 6 0 0 1 2.02 8.5h.48a.5.5 0 0 0 0-1zM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8.5.5a.5.5 0 0 0-1 0v.518A7 7 0 0 0 1.018 7.5H.5a.5.5 0 0 0 0 1h.518A7 7 0 0 0 7.5 14.982v.518a.5.5 0 0 0 1 0v-.518A7 7 0 0 0 14.982 8.5h.518a.5.5 0 0 0 0-1h-.518A7 7 0 0 0 8.5 1.018zm-6.48 7A6 6 0 0 1 7.5 2.02v.48a.5.5 0 0 0 1 0v-.48a6 6 0 0 1 5.48 5.48h-.48a.5.5 0 0 0 0 1h.48a6 6 0 0 1-5.48 5.48v-.48a.5.5 0 0 0-1 0v.48A6 6 0 0 1 2.02 8.5h.48a.5.5 0 0 0 0-1zM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.pause_circle_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/><path d='M5 6.25a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0zm3.5 0a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0z'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/><path d='M5 6.25a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0zm3.5 0a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0z'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

/* .last_number_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2z'/><path d='M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2z'/><path d='M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
} */

.last_number_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><g fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='9.57 15.41 12.17 24.05 20.81 21.44'/><path d='M12.14 23.94a21.91 21.91 0 1 1-.91 13.25'/></g><g transform='translate(20.9 19.1) scale(0.48)'><path d='M42 30H33.3l1.4-12H42a2 2 0 0 0 0-4H35.1L36 6a2 2 0 0 0-4 0l-.9 8h-12L20 6a2 2 0 0 0-4 0l-.9 8H6a2 2 0 0 0 0 4h8.7L13.3 30H6a2 2 0 0 0 0 4h6.9L12 42a2 2 0 0 0 4 0l.9-8h12L28 42a2 2 0 0 0 4 0l.9-8H42a2 2 0 0 0 0-4ZM17.3 30l1.4-12h12L29.3 30Z' fill='black' stroke='none'/></g></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 130%;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><g fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='9.57 15.41 12.17 24.05 20.81 21.44'/><path d='M12.14 23.94a21.91 21.91 0 1 1-.91 13.25'/></g><g transform='translate(20.9 19.1) scale(0.48)'><path d='M42 30H33.3l1.4-12H42a2 2 0 0 0 0-4H35.1L36 6a2 2 0 0 0-4 0l-.9 8h-12L20 6a2 2 0 0 0-4 0l-.9 8H6a2 2 0 0 0 0 4h8.7L13.3 30H6a2 2 0 0 0 0 4h6.9L12 42a2 2 0 0 0 4 0l.9-8h12L28 42a2 2 0 0 0 4 0l.9-8H42a2 2 0 0 0 0-4ZM17.3 30l1.4-12h12L29.3 30Z' fill='black' stroke='none'/></g></svg>");
    mask-repeat: no-repeat;
    mask-size: 130%;
    mask-position: center;
}

.clear_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828zm2.121.707a1 1 0 0 0-1.414 0L4.16 7.547l5.293 5.293 4.633-4.633a1 1 0 0 0 0-1.414zM8.746 13.547 3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293z'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828zm2.121.707a1 1 0 0 0-1.414 0L4.16 7.547l5.293 5.293 4.633-4.633a1 1 0 0 0 0-1.414zM8.746 13.547 3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293z'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.clear_view_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3.5.5A.5.5 0 0 1 4 1v13h13a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2H3.5a.5.5 0 0 1-.5-.5V4H1a.5.5 0 0 1 0-1h2V1a.5.5 0 0 1 .5-.5m2.5 3a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4H6.5a.5.5 0 0 1-.5-.5'/><g transform='translate(3.95 3.95) scale(0.78)'><path d='M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828zm2.121.707a1 1 0 0 0-1.414 0L4.16 7.547l5.293 5.293 4.633-4.633a1 1 0 0 0 0-1.414zM8.746 13.547 3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293z'/></g></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3.5.5A.5.5 0 0 1 4 1v13h13a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2H3.5a.5.5 0 0 1-.5-.5V4H1a.5.5 0 0 1 0-1h2V1a.5.5 0 0 1 .5-.5m2.5 3a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4H6.5a.5.5 0 0 1-.5-.5'/><g transform='translate(3.95 3.95) scale(0.78)'><path d='M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828zm2.121.707a1 1 0 0 0-1.414 0L4.16 7.547l5.293 5.293 4.633-4.633a1 1 0 0 0 0-1.414zM8.746 13.547 3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293z'/></g></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.new_window_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M4 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0'/><path d='M0 4a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v4a.5.5 0 0 1-1 0V7H1v5a1 1 0 0 0 1 1h5.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-2zm1 2h13V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z'/><path d='M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1h-1a.5.5 0 0 0 0 1h1v1a.5.5 0 0 0 1 0v-1h1a.5.5 0 0 0 0-1h-1v-1a.5.5 0 0 0-.5-.5'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M4 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0'/><path d='M0 4a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v4a.5.5 0 0 1-1 0V7H1v5a1 1 0 0 0 1 1h5.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-2zm1 2h13V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z'/><path d='M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1h-1a.5.5 0 0 0 0 1h1v1a.5.5 0 0 0 1 0v-1h1a.5.5 0 0 0 0-1h-1v-1a.5.5 0 0 0-.5-.5'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.player_props_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><g fill='none' stroke='black' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='31' cy='14' r='10'/><path d='M12 43c2.8-10.5 10.3-16 19-16 8.1 0 14.7 3.3 18.6 10.1'/><path d='M7 56 20 43v14l11-11v14l27-27'/><path d='M53 33h9v9'/></g></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><g fill='none' stroke='black' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='31' cy='14' r='10'/><path d='M12 43c2.8-10.5 10.3-16 19-16 8.1 0 14.7 3.3 18.6 10.1'/><path d='M7 56 20 43v14l11-11v14l27-27'/><path d='M53 33h9v9'/></g></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.person_icon
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}
