<!doctype html>
<html>
	<head>
		<meta charset=utf-8>
		<meta id=viewportsettings name=viewport content=width=device-width,interactive-widget=resizes-content,user-scalable=no,initial-scale=1>
		<meta id=themecolor name=theme-color content=transparent>
		<meta name=background-color content=transparent>
		<link rel=manifest href=/manifest.json>
		<style>
:hover, :focus, :active {
	outline:none;
}
	
::-moz-focus-inner {
	border:0;
}
	
* {
	box-sizing:border-box;
}
	
small, .small {
	font-size:80%;
}
	
.medium {
	font-size:120%;
}
	
big, .big {
	font-size:160%;
}
	
.bigger {
	font-size:220%;
}
	
.biggest {
	font-size:300%;
}
	
.huge {
	font-size:400%;
}
	
.nowrap {
	white-space:nowrap;
}
	
body {
	font-size:100%;
	padding:0 0 74px 0;
	margin:0;
	width:100%;
}
	
body[data-transparency] {
	background-attachment:fixed !important;
}
	
html, body, svg text {
	font-family:sans-serif;
}
	
img {
	border:none;
}
	
ul {
	padding:0px;
	margin:0px;
	text-decoration:none;
}
	
li {
	margin-bottom:5px;
}
	
ul li {
	list-style:none;
	vertical-align:middle;
}
	
hr {
	border:0;
	margin:2px 0;
}
	
p, h1, h2, h3, h4, h5, h6 {
	margin:4px 0;
}
	
p {
	padding:0 3px;
}
	
[hidden] {
	display:none !important;
}
	
a {
	vertical-align:middle;
}
	
button {
	display:inline-block;
	color:inherit;
	font-family:inherit;
	font-size:inherit;
	user-select:none;
	vertical-align:middle;
}
	
button:disabled {
	opacity:0.5;
}
	
button svg {
	pointer-events:none;
	vertical-align:middle;
}
	
label {
	font-size:90%;
	font-weight:bold;
	padding:0 2px;
	display:inline-block;
}
	
input, textarea, select, .input {
	border:0;
	padding:1px 2px;
}
	
input, textarea, select {
	background-color:transparent;
	border-radius:0;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	width:100%;
	margin:0;
	display:block;
	resize:none;
}
	
select {
	display:inline-block;
	min-width:120px;
	width:inherit;
	min-height:40px;
	-webkit-appearance:none;
	-moz-appearance:none;
	border-radius:3px;
	padding:0 10px;
}
	
select, select:focus {
	background-position:calc(100% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px);
	background-size:5px 5px, 5px 5px, 1px;
	background-repeat:no-repeat;
}
	
[dir=rtl] select {
	background-position:calc(5px) calc(1em + 2px), calc(10px) calc(1em + 2px);
	padding:0 10px 0 0;
}
	
#icons {
	display:none;
}
	
.tahweem {
	display:none;
	z-index:99999;
	opacity:.1;
	pointer-events:none;
}
	
[data-tahweem] .tahweem {
	display:inline-block;
}
	
#eqonahui {
	display:none;
	width:64px;
	height:64px;
	border:0;
	margin:8px;
}
	
#loadingbox {
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:#000;
	color:#fff;
	z-index:99999;
}
	
#loadingbox .progress_bar {
	width:200px;
	background:#333;
	height:12px;
	margin:10px 0;
	border-radius:8px;
	position:relative;
	display:flex;
}
	
#loadingbox .progress_bar .completed {
	border-radius:8px;
	height:100%;
	background:#fff;
	box-shadow:0 0 25px 0 #fff;
}
	
.above {
	z-index:100;
}
	
.z500 {
	z-index:500;
}
	
.z400 {
	z-index:400;
}
	
.z300 {
	z-index:300;
}
	
.z200 {
	z-index:200;
}
	
.z100 {
	z-index:100;
}
	
.z90 {
	z-index:90;
}
	
.z80 {
	z-index:80;
}
	
.z70 {
	z-index:70;
}
	
.z60 {
	z-index:60;
}
	
.z50 {
	z-index:50;
}
	
.z40 {
	z-index:40;
}
	
.z30 {
	z-index:30;
}
	
.z20 {
	z-index:20;
}
	
.z10 {
	z-index:10;
}
	
[data-minimal] #tallheaderui {
	display:none;
}
	
[data-minimal] #tallscreenpadding {
	display:none;
}
	
body[data-minimal] {
	padding-top:0;
	padding-bottom:0;
}
	
#tallheaderui {
	pointer-events:none;
	top:0;
	padding-top:12vh;
}
	
[data-sticky].headerui {
	z-index:100;
	position:sticky;
	top:0;
	backdrop-filter:blur(8px);
}
	
#headerui [data-align="1"] {
	text-align:center;
}
	
#headerui [data-align="2"] {
	text-align:end;
}
	
#icons {
	height:0;
	width:100%;
}
	
#statusbarshadow {
	z-index:999999;
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:60px;
	pointer-events:none;
	background:linear-gradient(#000 -40%, transparent);
}
	
#statusbarpadding {
	height:25px;
}
	
@media (min-height:600px) {
	#tallscreenpadding {
		height:42vh;
	}
}
	
.fixed {
	position:fixed;
}
	
.absolute {
	position:absolute;
}
	
.relative {
	position:relative;
}
	
.sticky {
	position:sticky;
}
	
.top {
	top:0;
}
	
.right {
	right:0;
}
	
.left {
	left:0;
}
	
.bottom {
	bottom:0;
}
	
.justifycenter {
	justify-content:center;
}
	
.vcenter {
	vertical-align:middle;
	align-self:center;
}
	
.vcenterkids {
	align-items:center;
}
	
.upper {
	text-transform:uppercase;
}
	
.smallcaps {
	font-variant:small-caps;
}
	
.spaces {
	white-space:pre;
}
	
.ellipsis {
	text-overflow:ellipsis;
	white-space:pre;
	overflow:hidden;
}
	
.allcaps {
	text-transform:capitalize;
}
	
.lower {
	text-transform:lowercase;
}
	
.monospace {
	font-family:monospace;
}
	
.centertext {
	text-align:center;
}
	
.justifytext {
	text-align:justify;
}
	
.start {
	text-align:start;
	align-self:flex-start;
}
	
.end {
	text-align:end;
	align-self:end;
}
	
.vend {
	align-self:flex-end;
}
	
.noselect {
	user-select:none;
}
	
.inlineonly {
	display:inline;
}
	
.inline {
	display:inline-block;
	vertical-align:middle;
}
	
.displayblock {
	display:block;
}
	
.narrowline {
	line-height:1;
}
	
.narrowletters {
	letter-spacing:-1px;
}
	
.narrowerletters {
	letter-spacing:-1.5px;
}
	
.light {
	font-weight:100;
}
	
.semibold {
	font-weight:600;
}
	
.bold {
	font-weight:bold;
}
	
.pad, .form {
	padding-left:5px;
	padding-right:5px;
}
	
.padv {
	padding-top:5px;
	padding-bottom:5px;
}
	
.padt {
	padding-top:5px;
}
	
.padb {
	padding-bottom:5px;
}
	
.padr {
	padding-right:5px;
}
	
.padl {
	padding-left:5px;
}
	
.gap {
	margin-left:5px;
	margin-right:5px;
}
	
.gapv {
	margin-top:5px;
	margin-bottom:5px;
}
	
.gapt {
	margin-top:5px;
}
	
.gapb {
	margin-bottom:5px;
}
	
.tag {
	border-radius:5px;
}
	
.r90 {
	transform:rotate(90deg);
}
	
.r180 {
	transform:rotate(180deg);
}
	
.r270 {
	transform:rotate(270deg);
}
	
.grid {
	display:grid;
	grid-template-columns:repeat(3, 1fr);
}
	
.grid.two {
	grid-template-columns:repeat(2, 1fr);
}
	
.flex {
	display:flex;
}
	
.inlineflex {
	display:inline-flex;
}
	
.flex.row, .inlineflex.row {
	flex-direction:row;
}
	
.flex .min, .flex .less, .flex .grow, .flex .more {
	width:auto !important;
}
	
.flex .min, .inlineflex .min {
	flex-grow:0;
}
	
.flex .less, .inlineflex .less {
	flex-grow:1;
}
	
.flex .grow, .inlineflex .grow {
	flex-grow:2;
}
	
.flex .more, .inlineflex .more {
	flex-grow:3;
}
	
.icon svg, .icon img {
	width:24px;
	height:24px;
	pointer-events:none;
	vertical-align:middle;
}
	
.giant.icon svg, .giant .icon svg, .giant.icon img, .giant .icon img {
	width:128px;
	height:128px;
}
	
.huge.icon svg, .huge .icon svg, .huge.icon img, .huge .icon img {
	width:96px;
	height:96px;
}
	
.large.icon svg, .large .icon svg, .large.icon img, .large .icon img {
	width:64px;
	height:64px;
}
	
.medium.icon svg, .medium .icon svg, .medium.icon img, .medium .icon img {
	width:48px;
	height:48px;
}
	
.small.icon svg, .small .icon svg, .small.icon img, .small .icon img {
	width:12px;
	height:12px;
}
	
.flex .vertical, .inlineflex .vertical, .flex.vertical, .inlineflex.vertical {
	flex-direction:column;
}
	
.flex .center {
	display:flex;
}
	
.flex .inlineflex.center {
	display:inline-flex;
}
	
.flex .center, .inlineflex .center {
	align-items:center;
	margin:0 auto;
}
	
.flex .mh25, .inlineflex .mh25 {
	min-height:25vh;
}
	
.flex .mh50, .inlineflex .mh50 {
	min-height:50vh;
}
	
.flex .mh75, .inlineflex .mh75 {
	min-height:75vh;
}
	
.flex .mh100, .inlineflex .mh100 {
	min-height:100vh;
}
	
.dim, .dimx {
	opacity:0.7;
}
	
.extradim, .extradimx {
	opacity:0.5;
}
	
[data-selected] .dimx, [data-selected] .extradimx {
	opacity:1;
}
	
button.xaas {
	margin:6px auto;
	display:block;
	border-radius:14px;
	padding:5px 30px;
	font-weight:bold;
	font-size:150%;
	letter-spacing:-2px;
	text-transform:uppercase;
}
	
#dimmer {
	display:flex;
	right:0;
	left:0;
	top:0;
	bottom:0;
	align-items:center;
}
	
#dimmertext {
	text-align:center;
	max-width:80%;
	margin:0 auto;
	font-size:180%;
	padding:5px 15px;
	letter-spacing:-1px;
	border-radius:5px;
}
	
@keyframes fadein {
	0% {
		transform:scale(0.9);
		opacity:0;
	}
	100% {
		transform:scale(1);
		opacity:1;
	}
}
	
[data-largetext] {
	font-size:120%;
}
	
[data-largetext] button svg {
	width:26px;
	height:26px;
}
	
.form button {
	display:block;
	margin:0 auto;
}
	
button svg {
	width:22px;
	height:22px;
}
	
input.bare {
	font-size:150%;
	border-bottom-width:1px;
}
	
#webapp_status_ui, #taht3nsar {
	z-index:3000;
	overflow:visible;
}
	
#webapp_status_ui {
	top:unset;
	left:unset;
	right:0;
	bottom:90px;
	max-height:64px;
	max-width:600px;
	letter-spacing:-1px;
	transition:right .1s ease-in;
}
	
#webapp_status_ui .text {
	padding:6px 10px;
	border-radius:6px;
	border-right:0 !important;
	border-radius:10px 0 0 10px;
	text-align:start;
}
	
#taht3nsar .text {
	padding:5px;
	border-radius:5px;
}
	
#webapp_status_ui .text, #taht3nsar .text {
	text-align:center;
}
	
html, body, svg text {
	font-family:"FreeSans", "Segoe UI", "Noto Naskh Arabic UI", "Geeza Pro", "Arial", "Helvetica", sans-serif;
}
	
body {
	padding-right:8px;
	padding-left:8px;
}
	
@media (min-width:640px) {
	body {
		max-width:640px;
		margin:0 auto;
	}
	::-webkit-scrollbar {
		width:8px;
		height:8px;
	}
	::-webkit-scrollbar-thumb {
	}
	::-webkit-scrollbar-thumb:active {
	}
}
	
@media (min-width:800px) {
	body {
		max-width:700px;
	}
	#dialogui {
		font-size:150%;
		padding-bottom:140px;
	}
	#skdots {
		display:none !important;
	}
	#softkeysui .row2 {
		display:flex !important;
	}
	#softkeysui .row2 button {
		height:54px;
	}
	#softkeysui .row2 button .tooltip {
		right:90px;
	}
	#softkeysui .row2 button svg {
		height:48px;
		width:48px;
	}
}
	
@media (min-width:1024px) {
	body {
		max-width:840px;
	}
	#eqonahui {
		display:inline-block;
	}
	#softkeysui .row1 button {
		height:96px;
	}
	#softkeysui .row1 button svg {
		height:48px;
		width:48px;
	}
}
	
#sidebarui {
	border:0;
	width:260px;
	top:0;
	left:0;
	bottom:70px;
	border-radius:0 0 10px 0;
	display:none;
	flex-direction:column-reverse;
	overflow:visible;
}
	
.fill_available {
	width:100%;
}
	
.sidebar_item {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	align-items:center;
}
	
.sidebar_item .icon {
	padding-right:5px;
}
	
.sidebar_item .count {
	padding:3px;
	font-weight:bold;
	right:-5px;
	position:absolute;
	z-index:20;
	border-radius:10px;
}
	
@media (min-width:861px) {
	#sidebarui {
		display:inline-flex;
	}
	#tallheaderui {
		padding-left:260px;
		padding-right:90px;
	}
	body {
		max-width:720px;
		margin-left:max(134px, 10%);
		margin-right:max( 90px, 10%);
	}
	#pagermowjoodah {
		max-width:650px;
		justify-content:left;
	}
}
	
@media (min-width:1025px) {
	body {
		max-width:720px;
		margin-left:max(260px, 25%);
		margin-right:max(90px, 25%);
	}
}
	
@media (max-width:1024px) {
	#sidebarui {
		width:64px;
	}
	.sidebar_item .title, .sidebar_item .subtitle {
		display:none;
	}
}
	
.list {
	user-select:none;
}
	
.list > .pin {
	position:sticky;
	margin:0 40px 0 auto;
	width:min-content;
	padding:38px;
	border-radius:100%;
	border-bottom-left-radius:0;
}
	
.list > .pin .origin {
	position:absolute;
}
	
.list > .start_pin {
	top:90px;
	transform:rotate(135deg);
}
	
.list > .start_pin > .origin {
	transform:rotate(-135deg);
	left:0;
	right:17px;
}
	
.list > .start_pin > .text {
	text-align:center;
}
	
.list > .end_pin {
	transform:rotate(-45deg);
	bottom:90px;
}
	
.list > .end_pin > .origin {
	transform:rotate(45deg);
	left:-17px;
	right:0;
}
	
.list > .end_pin .text {
	text-align:center;
}
	
.list > .message {
	display:flex;
	align-items:center;
	min-height:50vh;
}
	
.list > .message span {
	font-size:150%;
	text-align:center;
	width:100%;
}
	
.list .header {
	backdrop-filter:blur(8px);
	border-radius:6px;
	top:64px;
	max-width:max-content;
	margin:6px auto;
	padding:6px 12px;
}
	
[data-freeflow].list .item, [data-freeflow].list .listitem {
	display:inline-block;
}
	
[data-freeflow].list .item.inlineflex, [data-freeflow].list .listitem.inlineflex {
	display:inline-flex;
}
	
[data-grid].list .items {
	display:grid;
	grid-template-columns:repeat(2, 1fr);
}
	
[data-grid="3"].list .items {
	grid-template-columns:repeat(3, 1fr);
}
	
[data-grid="4"].list .items {
	grid-template-columns:repeat(4, 1fr);
}
	
[data-grid="5"].list .items {
	grid-template-columns:repeat(5, 1fr);
}
	
.list .item {
	padding:0 6px;
	cursor:pointer;
}
	
.list .item, .list .listitem {
	position:relative;
}
	
[data-transparency] .list .item, [data-transparency] .list .listitem {
	border-bottom:1px solid transparent;
}
	
.list .item[data-baidaa] .baidaa, .list .listitem[data-baidaa] .baidaa {
	opacity:0;
	user-select:none;
}
	
.list .item[data-baidaa], .list .listitem[data-baidaa] {
	font-weight:bold;
}
	
.list .item .title {
	font-size:125%;
	white-space:nowrap;
	letter-spacing:-1px;
}
	
.list .item[data-selected] .body {
	font-size:125%;
	line-height:1.1;
}
	
[data-grid][data-hidetext].list .items .text {
	display:none;
}
	
.list img {
	height:48px;
	width:auto;
}
	
.small .list img {
	height:24px;
}
	
[data-largetext] .small .list img {
	height:36px;
}
	
[data-grid="2"].list .items img {
	height:54px;
}
	
[data-grid="3"].list .items img {
	height:50px;
}
	
[data-grid="4"].list .items img {
	height:48px;
}
	
[data-grid="5"].list .items img {
	height:40px;
}
	
.list .item .icon {
	position:absolute;
	top:3px;
	right:3px;
	bottom:0;
	padding-left:40px;
}
	
.list .item[data-selected] .days {
	font-weight:bold;
}
	
[data-past] {
	font-weight:bold;
}
	
.list .hide, .list .ixtaf {
	display:none;
}
	
[data-focussed].list [data-selected] .hide, [data-focussed].list [data-selected] .ixtaf {
	display:block;
}
	
[data-focussed].list [data-selected] .inline.hide, [data-focussed].list [data-selected] .inline.ixtaf {
	display:inline-block;
}
	
[data-focussed].list [data-selected] .flex.hide, [data-focussed].list [data-selected] .flex.ixtaf {
	display:flex;
}
	
[data-focussed].list [data-selected] .inlineflex.hide, [data-focussed].list [data-selected] .inlineflex.ixtaf {
	display:inline-flex;
}
	
.list [data-mufarraq] {
	position:sticky;
	z-index:100;
	grid-column-start:1;
	height:35px;
	white-space:nowrap;
	overflow:hidden;
}
	
.list [data-mufarraq="1"] {
	top:0;
}
	
.list [data-mufarraq="2"] {
	top:35px;
}
	
[data-pager="1"] .list [data-mufarraq="1"] {
	top:40px;
}
	
[data-pager="1"] .list [data-mufarraq="2"] {
	top:75px;
}
	
[data-pager="2"] .list [data-mufarraq="1"] {
	top:53px;
}
	
[data-pager="2"] .list [data-mufarraq="2"] {
	top:88px;
}
	
[data-grid="2"].list [data-mufarraq] {
	grid-column-end:3;
}
	
[data-grid="3"].list [data-mufarraq] {
	grid-column-end:4;
}
	
[data-grid="4"].list [data-mufarraq] {
	grid-column-end:5;
}
	
[data-grid="5"].list [data-mufarraq] {
	grid-column-end:6;
}
	
.list .item .tawassa3, .list .listitem .tawassa3 {
	position:absolute;
	overflow:visible;
	bottom:100%;
	margin-left:10px;
	right:12px;
	z-index:200;
	border-radius:5px;
	pointer-events:none;
	transition:opacity .2s ease-in;
}
	
.soft_item {
	border-radius:12px;
	padding:12px;
}
	
@media (max-width:720px) {
	[data-grid] .soft_item, [data-freeflow] .soft_item {
		padding-right:12px;
	}
}
	
.settingsitem {
	padding:9px 0;
	border:1px solid transparent !important;
	border-radius:8px;
}
	
.settingsitem .icon svg {
	width:48px;
	height:48px;
}
	
@media (min-width:540px) {
	.settingsitem .icon svg {
		width:52px;
		height:52px;
	}
}
	
#softkeysui {
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	z-index:1000;
	padding:0 1px 1px 1px;
}
	
#softkeys_backstack {
	right:16px;
	bottom:66px;
}
	
#softkeys_backstack .dot {
	width:6px;
	height:6px;
	border-radius:8px;
	display:inline-block;
}
	
#skhelp {
	margin-bottom:5px;
	font-size:125%;
}
	
#softkeysui button {
	line-height:1;
	letter-spacing:-1px;
	border-radius:4px;
	border:0;
	height:26px;
	overflow:hidden;
}
	
#softkeysui button span {
	vertical-align:middle;
}
	
#softkeysui button.star span {
	font-size:150%;
}
	
#softkeysui button.hash span {
	font-size:125%;
}
	
#softkeysui button .icon {
	display:inline-block;
}
	
[data-animations] #softkeysui button .icon {
	position:relative;
	transition:.2s right ease-out;
	right:0;
}
	
#softkeysui button svg {
	height:25px;
	width:25px;
}
	
.row2 .soft_key .bubble {
	display:flex;
	position:absolute;
	top:0;
	bottom:0;
	right:90%;
	pointer-events:none;
	place-content:center;
	z-index:5;
}
	
.row2 .soft_key .bubble span {
	align-self:center;
	height:min-content;
	border-radius:5px;
	padding:2px 8px;
	font-size:90%;
}
	
#softkeysui button label {
	height:inherit;
	margin:0 3px 0 0;
	font-size:120%;
	border-radius:5px;
	padding:0 5px;
	white-space:nowrap;
}
	
#softkeysui .row1 {
	min-height:26px;
}
	
#softkeysui .row1 button {
	padding:0 5px;
}
	
#softkeysui .row2 button {
	display:flex;
	flex-direction:column;
	padding:0 5px 0 0;
	margin-right:1px;
	font-size:100%;
	margin-bottom:0;
	height:unset;
	align-items:center;
}
	
#softkeysui .row2 button .short {
	font-size:95%;
	margin-bottom:4px;
	max-width:48px;
}
	
#softkeysui .row2 button[data-hawm="1"] .short {
	opacity:0;
}
	
#softkeysui .left, #softkeysui .right {
	position:absolute;
	bottom:0;
	font-size:110%;
}
	
#softkeysui .left {
	border-radius:0 8px 0 0;
	text-align:left;
	left:0;
	text-align:end;
}
	
#softkeysui .center {
	display:flex;
	align-items:center;
	border-radius:8px 8px 0 0;
	font-size:120%;
	text-align:center;
	margin:0 auto;
}
	
#softkeysui .right {
	border-radius:8px 0 0 0;
	text-align:right;
	right:0;
	text-align:start;
}
	
@media (min-width:300px) {
	#softkeysui .left {
		display:flex;
		flex-direction:row-reverse;
		align-items:center;
	}
	#softkeysui .right {
		display:flex;
		flex-direction:row;
		align-items:center;
	}
	#softkeysui .row2 button:hover .tooltip, #softkeysui .row2 [data-hawm="1"] .tooltip {
		display:flex;
	}
	#softkeysui .row2 button:hover .tooltip label {
		display:flex;
	}
	#softkeysui .row2 button {
		padding:0 4px;
	}
	#softkeysui .row2 button .tooltip {
		display:none;
		position:absolute;
		right:70px;
		align-items:center;
		top:0;
		font-weight:normal;
		font-size:100%;
		width:max-content;
		padding:8px;
		border-radius:8px;
		pointer-events:none;
	}
	#softkeysui button .key {
		margin:2px;
		padding:2px;
	}
	#softkeysui button label {
		border:0 !important;
		height:auto;
	}
	#softkeysui .row1 button .tooltip {
		font-size:90%;
		flex-direction:column;
	}
}
	
@media (min-width:1400px) {
	#softkeysui .row2 button {
		padding:0 10px;
	}
	#softkeysui .row2 button .tooltip {
		right:84px;
	}
}
	
#sheetui {
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	max-height:100vh;
	overflow-x:auto;
	z-index:500;
	border-radius:15px 15px 0 0;
}
	
#sheetui > .header {
	position:sticky;
	left:0;
	right:0;
	top:0;
	z-index:200;
	padding:5px;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:125%;
}
	
#sheetui .container {
	padding:0 0 30px 0;
}
	
.list_sheet_item {
	padding-top:12px;
	padding-bottom:12px;
}
	
#sheetui [data-bardaa].container {
	opacity:.4;
	pointer-events:none;
	user-select:none;
}
	
#sheetui [data-visiblesheet] {
	padding-bottom:48px;
}
	
#sheetui [data-visiblesheet] .heading {
	font-size:125%;
	font-weight:bold;
	margin-bottom:5px;
}
	
@media (min-width:640px) {
	#sheetui {
		max-width:640px;
		margin:0 auto !important;
	}
}
	
#dialogui {
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	max-height:80vh;
	overflow-x:auto;
	z-index:700;
	padding:6px 6px 90px 6px;
	border-radius:15px 15px 0 0;
}
	
@media (min-width:640px) {
	#dialogui {
		max-width:640px;
		margin:0 auto !important;
	}
}
	
@media (min-width:301px) {
	#softkeysui button {
		line-height:1;
		letter-spacing:-1px;
		border-radius:0;
		border:0;
		overflow:hidden;
		min-height:42px;
		backdrop-filter:blur(6px);
	}
	#softkeysui .row1 button {
		height:64px;
	}
	#softkeysui button:active, #softkeysui button[data-lamsah] {
	}
	#softkeysui button svg {
		height:42px;
		width:42px;
	}
	#softkeysui .row2, #skdots {
		display:flex;
		flex-direction:column;
		position:fixed;
		bottom:90px;
		right:0;
	}
	#skdots {
		display:none;
		z-index:100;
		min-height:120px;
		min-width:32px;
		border-right:0;
		border-radius:10px 0 0 10px;
	}
	#softkeysui .row2, #skdots {
		margin-bottom:80px;
	}
}
	
#softkeysui[data-hidden] #skdots {
	display:flex;
	right:-2px;
}
	
#softkeysui[data-hidden] .row2 {
	display:none;
}
	
[data-align=left] #softkeysui .row1 {
	flex-direction:row;
}
	
[data-align=left] #softkeysui .row1, [data-align=left] #softkeysui .row2 {
	right:initial;
	left:0;
}
	
@media (min-width:301px) {
	#skdots {
		display:none !important;
	}
	#softkeysui .row2 [data-hawm="1"] .tooltip, #softkeysui .row2 [data-hawm="1"] .label {
		position:absolute;
		top:6px;
		right:95px;
		padding:2px;
		border-radius:6px;
	}
	#skhelp {
		display:none;
	}
	#softkeysui .row2 {
		display:flex !important;
		border-right:0;
		border-radius:10px 0 0 10px;
	}
	#softkeysui .row2 button {
		position:relative;
		overflow:visible;
		border-radius:10px 0 0 10px;
	}
	#softkeysui .row2 [data-hawm="1"] .icon {
		right:45px;
		position:relative;
	}
	#softkeysui[data-hidden] .row2 {
		right:-6px;
		border-color:transparent;
	}
}
	
.sessions_steps {
	display:flex;
	align-items:center;
	min-height:40vh;
}
	
.sessions_step {
	text-align:center;
	width:100%;
}
	
#visualizer {
	width:100%;
	height:60px;
	display:block;
	position:relative;
}
	
#visualizer .path {
	position:absolute;
	bottom:0;
	display:inline-block;
	width:1%;
	font-size:80%;
}
	
#whiteboardui {
	touch-action:pinch-zoom;
	cursor:crosshair;
	border-radius:15px;
}
	
.addon_item {
	padding:10px 15px;
	align-items:center;
}
	
.addon_item .headline {
	font-size:160%;
}
	
.addon_item .icon svg {
	width:64px;
	height:64px;
}
	
@media (max-width:600px) {
	.addon_item .headline {
		font-size:120%;
	}
	.addon_item .icon svg {
		width:36px;
		height:36px;
	}
}
	
.call_list_item .profile_icon {
	position:relative;
}
	
.call_list_item .profile_tag {
	border-radius:30%;
}
	
.call_list_item .profile_tag, .call_list_item .profile_tag svg {
	width:64px;
	height:64px;
}
	
.call_list_item .color_tag {
	position:absolute;
	left:0;
	top:0;
	padding:6px;
	border-radius:10px;
}
	
.call_list_item .status_icon svg {
	width:18px;
	height:18px;
	padding:1px;
	border-radius:20px;
	position:absolute;
}
	
.call_list_item .mic_tag svg {
	left:-8px;
	top:22px;
}
	
.call_list_item .form_tag svg {
	right:-4px;
	top:-2px;
}
	
.call_list_item .listen_tag svg {
	left:-4px;
	bottom:-2px;
}
	
.call_list_item .os_tag svg {
	right:-4px;
	bottom:-2px;
}
</style>

		</head>
	
	<body>
		<div id=statusbarpadding></div>
		
		<div id=statusbarshadow></div>
		
		<div id=tallscreenpadding></div>
		
		<div class="tahweem absolute top bottom left right noselect"></div>
		
		<div id=tafawwaq class=sticky></div>
		
		<div id=loadingbox class="fixed flex">
			<div class=center>
				<div class="flex vertical">
					<div class="big bold centertext" data-i18n=loading></div>
					
					<div class=progress_bar data-id=progress_bar>
						<div class=completed data-id=completed></div>
						</div>
					
					<div data-id=progress></div>
					</div>
				</div>
			</div>
		
		<div class="soft_item flex" data-template=progress_item>
			<div class="flex vertical grow">
				<div class=bold data-id=title></div>
				
				<div class="dim small" data-id=info></div>
				</div>
			
			<div class=pad data-id=progress></div>
			</div>
		
		<div id=dimmer class=fixed hidden>
			<div id=dimmertext></div>
			</div>
		
		<img id=eqonahui class="fixed top right z200" src=/e.png>
		<div id=tallheaderui class="fixed z100 left right">
			<div class="big centertext" hidden data-id=header data-dir=1>
				<div class="giant icon" data-id=icon></div>
				
				<div class="big bold" data-id=title></div>
				
				<div class=dim data-id=subtitle></div>
				</div>
			</div>
		
		<div id=headerui class="relative headerui">
			<div hidden data-id=header data-dir=1>
				<div class="inlineflex padv">
					<div class="vcenter pad">
						<div class=icon data-id=icon></div>
						</div>
					
					<div class="vcenter pad prevent_overflow">
						<div class="bold ellipsis" data-id=title></div>
						
						<div class="dim ellipsis" data-id=subtitle></div>
						</div>
					</div>
				</div>
			</div>
		
		<div id=webapp_status_ui class="fixed flex" hidden>
			<div class=title data-id=title></div>
			
			<div class=text data-id=text></div>
			</div>
		
		<div id=taht3nsar class="fixed flex" hidden>
			<div class=text></div>
			</div>
		
		<button class="checkbox flex row" type=button data-template=checkbox>
			<div class=center>
				<div class=icon data-id=icon></div>
				
				<label data-id=label></label>
				</div>
			</button>
		
		<div class="pad gapb centertext" data-view=not_found>
			<div class=big data-id=title>Whoa!</div>
			
			<div class=bold data-id=message>How did you get here?</div>
			
			<div class=dim data-id=path></div>
			</div>
		
		<div id=sidebarui class=fixed>
			<div class=fill_available data-id=list></div>
			</div>
		
		<div class="sidebar_item flex padv" data-template=sidebar_item>
			<div class=icon data-id=icon></div>
			
			<div class="flex vertical narrowline details">
				<div class="pad title" data-id=title></div>
				
				<div class="pad dim small subtitle" data-id=subtitle></div>
				</div>
			
			<div class=count data-id=count_tag>
				<div class="pad dim" data-id=count></div>
				</div>
			</div>
		
		<div id=networkui class="pad small dim redbg noselect" hidden>
			<div class="inline pad" data-id=topic></div>
			
			<div class=inline data-id=time></div>
			</div>
		
		<div data-view=network>
			<div data-id=list></div>
			</div>
		
		<div class="listitem network_item pad padv flex" data-template=network_item>
			<b class=pad data-id=name></b>
			
			<div class="pad dim" data-id=state></div>
			</div>
		
		<div id=listui>
			<div class=list data-template=list data-list>
				<div class="header flex vertical vcenter pad padv gapb bold small centertext" data-id=raees>
					<div class="mowdoo3list grow" data-id=mowdoo3list></div>
					
					<div class=miqyaas hidden data-id=miqyaas></div>
					</div>
				
				<div class=message hidden>
					<span data-id=message></span>
					</div>
				
				<div class="start_pin pin" hidden data-id=start_pin>
					<div class=origin>
						<div class=text>start_pin</div>
						</div>
					</div>
				
				<div class=items data-id=items></div>
				
				<div class="end_pin pin" hidden data-id=end_pin>
					<div class=origin>
						<div class=text>end_pin</div>
						</div>
					</div>
				</div>
			
			<div class=item data-template=listitem>
				<div class=flex>
					<img hidden data-id=image>
					<div class="grow text">
						<div class=title data-id=title data-dir></div>
						
						<div class="title hide" data-id=titlehide data-dir></div>
						
						<div class=title data-id=titledays data-dir data-by=age></div>
						
						<div class=title data-id=titletime data-dir data-by=time></div>
						
						<div class=title data-id=titlehours data-dir data-by=hourly></div>
						
						<div class="subtitle hide" data-id=subtitle data-dir></div>
						
						<div class="body hide" data-id=body data-dir></div>
						
						<div class=body data-id=bodyshowhtml data-dir></div>
						
						<div class=body data-id=bodyshow data-dir></div>
						
						<div class=days data-id=days data-by=age></div>
						
						<div class="time hide" data-id=time></div>
						
						<div class=time data-id=timeshow></div>
						</div>
					
					<div class=icon hidden data-id=icon></div>
					
					<div class="min center">
						<div class="uid hide" data-id=uid></div>
						</div>
					</div>
				</div>
			
			<div class=sep data-template=listsep></div>
			
			<div class=soft_item data-template=list_item>
				<div class=icon data-id=icon></div>
				
				<div class=title data-id=title></div>
				
				<div class=subtitle data-id=subtitle></div>
				</div>
			</div>
		
		<div data-view=settings>
			<hr>
			<div data-id=list></div>
			
			<hr>
			<div data-id=ad></div>
			</div>
		
		<div class="listitem flex vertical centertext pad settingsitem" data-template=settingsitem>
			<div class=icon data-id=icon data-icon=iconsettings></div>
			
			<div class=bold data-id=title></div>
			
			<div class=dim data-id=body></div>
			</div>
		
		<div id=softkeysui dir=ltr>
			<div id=skhelp data-i18n=skhelp></div>
			
			<div id=skhints class=row2></div>
			
			<div id=skdots>
				<div class="center pad padv dim">#</div>
				
				<div class="center icon" data-icon=iconmorevert></div>
				</div>
			
			<div id=skmain class=row1></div>
			
			<div id=softkeys_backstack class=fixed>
				<span class=dot></span>
				
				<span class=dot></span>
				
				<span class=dot></span>
				
				<span class=dot></span>
				</div>
			
			<button class=soft_key data-template=skbutton>
				<span class=hint></span>
				
				<span class=bg></span>
				
				<div class=icon data-id=real_icon></div>
				
				<span class="inline tooltip">
					<label hidden data-id=name></label>
					
					<div class="key pad tag dim upper bold small" hidden data-id=key></div>
					</span>
				
				<div class=bubble data-id=bubble>
					<span class=label hidden data-id=label></span>
					</div>
				
				<span class=short hidden data-id=short_name></span>
				</button>
			</div>
		
		<div id=sheetui class=sheet hidden>
			<div class="header centertext" data-id=header data-dir=1></div>
			
			<form class=container data-id=container></form>
			</div>
		
		<div data-sheet=list_sheet>
			<div data-id=list></div>
			</div>
		
		<div class="listitem pad padv flex list_sheet_item" data-template=list_sheet_item>
			<div class=icon data-id=icon></div>
			
			<div class="flex vertical narrowline">
				<div class=pad data-id=title></div>
				
				<div class="pad dim small" data-id=subtitle></div>
				</div>
			
			<div class=tag hidden data-id=count_tag>
				<div class="pad dim" data-id=count></div>
				</div>
			
			<div class=pad data-id=value></div>
			</div>
		
		<style id=dynamicstyle></style>
		
		<div id=dialogui class=dialog hidden>
			<div class="header centertext accent" data-id=header>
				<div class="title bold" data-id=title></div>
				
				<div class="subtitle small" data-id=subtitle></div>
				
				<hr>
				<br></div>
			
			<div class="body centertext" data-id=message></div>
			
			<input hidden data-id=input>
			<textarea hidden data-id=textarea></textarea>
			</div>
		
		<div data-view=main></div>
		
		<div id=addons-scripts></div>
		
		<div id=addons-styles></div>
		
		<div id=addons-dom></div>
		
		<div data-view=addons>
			<div data-id=list></div>
			</div>
		
		<div class="soft_item addon_item flex padb" data-template=addon_item>
			<div class="icon center pad large" data-id=icon></div>
			
			<div class="flex vertical pad grow">
				<div class="flex headline">
					<div class=name data-id=name></div>
					
					<div class="build dim pad" data-id=build></div>
					
					<div class="build dim pad small vcenter" data-id=new_build></div>
					</div>
				
				<div class=description data-id=description></div>
				
				<div class="needs_group flex dim small" data-id=needs_group>
					<div class="padr bold">needs </div>
					
					<div class=needs data-id=needs></div>
					</div>
				</div>
			
			<div class="flex center upper">
				<div class="is_system pad narrowletters" data-id=is_system>System</div>
				
				<div class="is_private pad narrowletters" data-id=is_private>Private</div>
				
				<div class="state pad bold" data-id=state></div>
				</div>
			</div>
		
		<script src=/a.js></script>
		
		
<svg id="icons"><symbol viewBox="0 0 48 48" id="iconadd"> <path d="M38 26H26v12h-4V26H10v-4h12V10h4v12h12v4z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconaddcircleoutline"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M26 14h-4v8h-8v4h8v8h4v-8h8v-4h-8v-8zM24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.82 0-16-7.18-16-16S15.18 8 24 8s16 7.18 16 16-7.18 16-16 16z"/> </symbol><symbol viewBox="0 0 48 48" id="iconappinstall"> <g transform="matrix(0 -.6625 .6625 0 5.45 42.55)"> <g stroke-width="1.232"> <path d="m22.66 0h-19.32c-1.842 0-3.34 1.498-3.34 3.34v19.32c0 1.842 1.498 3.34 3.34 3.34h19.32c1.842 0 3.34-1.498 3.34-3.34v-19.32c0-1.842-1.498-3.34-3.34-3.34z"/> <path d="m33.34 26h19.32c1.842 0 3.34-1.498 3.34-3.34v-19.32c0-1.842-1.498-3.34-3.34-3.34h-19.32c-1.842 0-3.34 1.498-3.34 3.34v19.32c0 1.842 1.498 3.34 3.34 3.34z"/> <path d="m22.66 30h-19.32c-1.842 0-3.34 1.498-3.34 3.34v19.32c0 1.842 1.498 3.34 3.34 3.34h19.32c1.842 0 3.34-1.498 3.34-3.34v-19.32c0-1.842-1.498-3.34-3.34-3.34z"/> </g> <path d="m41.14 55.98v-11.15h-11.15v-3.717h11.15v-11.15h3.717v11.15h11.15v3.717h-11.15v11.15z" stroke-width="1.145"/> </g> </symbol><symbol viewBox="0 0 48 48" id="iconapple"> <path d="m15.94 45.31c-2.96-1.287-4.718-4.243-6.401-6.846-3.117-5.377-4.898-12.11-2.778-18.16 1.539-4.522 6.186-7.996 11.05-7.452 2.329 0.2871 4.454 1.629 6.791 1.72 3.195-0.7622 6.372-2.546 9.749-1.685 2.611 0.4433 5.085 1.905 6.628 4.069-2.812 1.788-4.995 4.897-4.729 8.345-0.1017 3.821 2.553 7.246 5.93 8.79-1.346 3.819-3.528 7.429-6.568 10.13-1.767 1.565-4.301 1.508-6.376 0.6604-2.223-0.9386-4.73-1.397-7.061-0.5654-2.007 0.5529-4.117 1.688-6.232 1.001zm8.133-33.64c0.0794-4.767 4.315-8.87 8.985-9.255 0.2635 3.019-1.136 5.972-3.382 7.952-1.506 1.394-3.517 2.377-5.606 2.262 6.34e-4 -0.3194 0.0014-0.6389 2e-3 -0.9582z"/> </symbol><symbol viewBox="0 0 48 48" id="iconarrowback"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M40 22H15.66l11.17-11.17L24 8 8 24l16 16 2.83-2.83L15.66 26H40v-4z"/> </symbol><symbol viewBox="0 0 48 48" id="iconblock"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zM8 24c0-8.84 7.16-16 16-16 3.7 0 7.09 1.27 9.8 3.37L11.37 33.8C9.27 31.09 8 27.7 8 24zm16 16c-3.7 0-7.09-1.27-9.8-3.37L36.63 14.2C38.73 16.91 40 20.3 40 24c0 8.84-7.16 16-16 16z"/> </symbol><symbol viewBox="0 0 48 48" id="iconbluron"> <path d="M12 26c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6-9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm30 11c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-14-7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM6 27c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm14 14c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-34c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 11c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm16 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-14 7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-8-24c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 17c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8-9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconbrightness7"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M40 17.37V8h-9.37L24 1.37 17.37 8H8v9.37L1.37 24 8 30.63V40h9.37L24 46.63 30.63 40H40v-9.37L46.63 24 40 17.37zM24 36c-6.63 0-12-5.37-12-12s5.37-12 12-12 12 5.37 12 12-5.37 12-12 12zm0-20c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8z"/> </symbol><symbol viewBox="0 0 48 48" id="iconbugreport"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M40 16h-5.62c-.9-1.56-2.14-2.91-3.63-3.92L34 8.83 31.17 6l-4.35 4.35c-.9-.22-1.85-.35-2.82-.35-.97 0-1.92.13-2.82.35L16.83 6 14 8.83l3.25 3.25c-1.49 1.01-2.73 2.36-3.63 3.92H8v4h4.18c-.11.65-.18 1.32-.18 2v2H8v4h4v2c0 .68.07 1.35.18 2H8v4h5.62c2.07 3.58 5.94 6 10.38 6s8.31-2.42 10.38-6H40v-4h-4.18c.11-.65.18-1.32.18-2v-2h4v-4h-4v-2c0-.68-.07-1.35-.18-2H40v-4zM28 32h-8v-4h8v4zm0-8h-8v-4h8v4z"/> </symbol><symbol viewBox="0 0 48 48" id="iconcall"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M13.25 21.59c2.88 5.66 7.51 10.29 13.18 13.17l4.4-4.41c.55-.55 1.34-.71 2.03-.49C35.1 30.6 37.51 31 40 31c1.11 0 2 .89 2 2v7c0 1.11-.89 2-2 2C21.22 42 6 26.78 6 8c0-1.11.9-2 2-2h7c1.11 0 2 .89 2 2 0 2.49.4 4.9 1.14 7.14.22.69.06 1.48-.49 2.03l-4.4 4.42z"/> </symbol><symbol viewBox="0 0 48 48" id="iconcallend"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M24 18c-3.21 0-6.3.5-9.2 1.44v6.21c0 .79-.46 1.47-1.12 1.8-1.95.98-3.74 2.23-5.33 3.7-.36.35-.85.57-1.4.57-.55 0-1.05-.22-1.41-.59L.59 26.18c-.37-.37-.59-.87-.59-1.42 0-.55.22-1.05.59-1.42C6.68 17.55 14.93 14 24 14s17.32 3.55 23.41 9.34c.37.36.59.87.59 1.42 0 .55-.22 1.05-.59 1.41l-4.95 4.95c-.36.36-.86.59-1.41.59-.54 0-1.04-.22-1.4-.57-1.59-1.47-3.38-2.72-5.33-3.7-.66-.33-1.12-1.01-1.12-1.8v-6.21C30.3 18.5 27.21 18 24 18z"/> </symbol><symbol viewBox="0 0 48 48" id="iconcheckbox"> <path d="M38 6H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4zM20 34L10 24l2.83-2.83L20 28.34l15.17-15.17L38 16 20 34z"/> </symbol><symbol viewBox="0 0 48 48" id="iconcheckboxoutlineblank"> <path d="M38 10v28H10V10h28m0-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z"/> </symbol><symbol viewBox="0 0 48 48" id="iconclose"> <path d="m38 13-3-3-11 11-11-11-3 3 11 11-11 11 3 3 11-11 11 11 3-3-11-11z"/> </symbol><symbol viewBox="0 0 48 48" id="icondaterange"> <path d="M18 22h-4v4h4v-4zm8 0h-4v4h4v-4zm8 0h-4v4h4v-4zm4-14h-2V4h-4v4H16V4h-4v4h-2c-2.22 0-3.98 1.8-3.98 4L6 40c0 2.2 1.78 4 4 4h28c2.2 0 4-1.8 4-4V12c0-2.2-1.8-4-4-4zm0 32H10V18h28v22z"/> <path fill="none" d="M0 0h48v48H0z"/> </symbol><symbol viewBox="0 0 48 48" id="icondeleteforever"> <path fill="none" d="M0 0h48v48H0V0z"/> <path d="M12 38c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V14H12v24zm4.93-14.24l2.83-2.83L24 25.17l4.24-4.24 2.83 2.83L26.83 28l4.24 4.24-2.83 2.83L24 30.83l-4.24 4.24-2.83-2.83L21.17 28l-4.24-4.24zM31 8l-2-2H19l-2 2h-7v4h28V8z"/> <path fill="none" d="M0 0h48v48H0z"/> </symbol><symbol viewBox="0 0 48 48" id="icondone"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M18 32.34L9.66 24l-2.83 2.83L18 38l24-24-2.83-2.83z"/> </symbol><symbol viewBox="0 0 48 48" id="iconedit"> <path d="M6 34.5V42h7.5l22.13-22.13-7.5-7.5L6 34.5zm35.41-20.41c.78-.78.78-2.05 0-2.83l-4.67-4.67c-.78-.78-2.05-.78-2.83 0l-3.66 3.66 7.5 7.5 3.66-3.66z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconequalizer"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M20 40h8V8h-8v32zM8 40h8V24H8v16zm24-22v22h8V18h-8z"/> </symbol><symbol viewBox="0 0 48 48" id="iconexittoapp"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M20.17 31.17L23 34l10-10-10-10-2.83 2.83L25.34 22H6v4h19.34l-5.17 5.17zM38 6H10c-2.21 0-4 1.79-4 4v8h4v-8h28v28H10v-8H6v8c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z"/> </symbol><symbol viewBox="0 0 48 48" id="iconextension"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M41 22h-3v-8c0-2.21-1.79-4-4-4h-8V7c0-2.76-2.24-5-5-5s-5 2.24-5 5v3H8c-2.21 0-3.98 1.79-3.98 4l-.01 7.6H7c2.98 0 5.4 2.42 5.4 5.4S9.98 32.4 7 32.4H4.01L4 40c0 2.21 1.79 4 4 4h7.6v-3c0-2.98 2.42-5.4 5.4-5.4 2.98 0 5.4 2.42 5.4 5.4v3H34c2.21 0 4-1.79 4-4v-8h3c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/> </symbol><symbol viewBox="0 0 48 48" id="iconfastforward"> <path d="M8 36l17-12L8 12v24zm18-24v24l17-12-17-12z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconfastrewind"> <path d="M22 36V12L5 24l17 12zm1-12l17 12V12L23 24z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconfeaturedplaylist"> <path fill="none" d="M0 0h48v48H0V0z"/> <path d="M42 6H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zM24 22H6v-4h18v4zm0-8H6v-4h18v4z"/> </symbol><symbol viewBox="0 0 48 48" id="iconfiledownload"> <path d="M38 18h-8V6H18v12h-8l14 14 14-14zM10 36v4h28v-4H10z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconfilterlist"> <path d="M20 36h8v-4h-8v4zM6 12v4h36v-4H6zm6 14h24v-4H12v4z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconfilterlistrev"> <path d="m20 12h8v4h-8zm-14 24v-4h36v4zm6-14h24v4h-24z"/> <path d="m0 48h48v-48h-48z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconformatsize"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M18 8v6h10v24h6V14h10V8H18zM6 24h6v14h6V24h6v-6H6v6z"/> </symbol><symbol viewBox="0 0 48 48" id="iconheadset"> <path d="M0 0h48v48H0z" opacity=".1" fill="none"/> <path d="M24 2C14.06 2 6 10.06 6 20v14c0 3.31 2.69 6 6 6h6V24h-8v-4c0-7.73 6.27-14 14-14s14 6.27 14 14v4h-8v16h6c3.31 0 6-2.69 6-6V20c0-9.94-8.06-18-18-18z"/> </symbol><symbol viewBox="0 0 48 48" id="iconheadsetoff"> <path d="M0 0h48v48H0z" fill="none" opacity=".1"/> <path d="m24 2c-4.614 0-8.82 1.739-12.01 4.594l2.834 2.834c2.457-2.134 5.663-3.428 9.172-3.428 7.73 0 14 6.27 14 14v4h-8v0.5996l11.58 11.58c0.2657-0.6775 0.416-1.413 0.416-2.184v-14c0-9.94-8.06-18-18-18zm-18.79 1.811-2.434 2.434 5.32 5.32c-1.338 2.516-2.098 5.387-2.098 8.436v14c0 3.31 2.69 6 6 6h6v-16h-8v-4c0-1.928 0.3956-3.762 1.102-5.434l18.9 18.9v6.535h6c0.1723 0 0.3432-0.009077 0.5117-0.02344l4.734 4.734 2.432-2.434-38.47-38.47z"/> </symbol><symbol viewBox="0 0 48 48" id="iconhelp"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm2 34h-4v-4h4v4zm4.13-15.49l-1.79 1.84C26.9 25.79 26 27 26 30h-4v-1c0-2.21.9-4.21 2.34-5.66l2.49-2.52C27.55 20.1 28 19.1 28 18c0-2.21-1.79-4-4-4s-4 1.79-4 4h-4c0-4.42 3.58-8 8-8s8 3.58 8 8c0 1.76-.71 3.35-1.87 4.51z"/> </symbol><symbol viewBox="0 0 48 48" id="iconhome"> <path d="M20 40V28h8v12h10V24h6L24 6 4 24h6v16z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconhourglassempty"> <path d="M12 5v10l9 9-9 9v10h24V33l-9-9 9-9V5H12zm20 29v5H16v-5l8-8 8 8zm-8-12l-8-8V9h16v5l-8 8z"/> <path fill="none" d="M0 0h48v48H0V0z"/> </symbol><symbol viewBox="0 0 48 48" id="iconkeyboardreturn"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M38 14v8H11.66l7.17-7.17L16 12 4 24l12 12 2.83-2.83L11.66 26H42V14z"/> </symbol><symbol viewBox="0 0 48 48" id="iconkeyboardvoice"> <path d="M24 30c3.31 0 5.98-2.69 5.98-6L30 12c0-3.32-2.68-6-6-6-3.31 0-6 2.68-6 6v12c0 3.31 2.69 6 6 6zm10.6-6c0 6-5.07 10.2-10.6 10.2-5.52 0-10.6-4.2-10.6-10.2H10c0 6.83 5.44 12.47 12 13.44V44h4v-6.56c6.56-.97 12-6.61 12-13.44h-3.4z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconlinux"> <g> <path d="m18.01 45.29c-1.292 0.1318-3.404-1.112-1.639-2.09-2.724-0.7071-5.388-2.281-6.508-4.988-1.26-2.422-1.957-5.075-2.617-7.704-1.177-1.072-3.711-0.7275-4.297-2.719 2.956-1.421 3.762-4.967 4.146-7.941 0.6988-4.989 2.013-10.38 6.149-13.67 4.358-3.623 10.55-4.239 15.9-2.892 5.056 1.26 9.063 5.435 10.46 10.41 1.423 3.797 0.9547 8.113 2.918 11.72 0.4231 1.548 3.948 2.243 1.498 3.646-1.549 0.9062-3.909 0.7-3.707 3.172-0.901 3.118-1.831 6.498-4.25 8.806-1.282 1.111-2.913 1.717-4.531 2.154 2.226 1.392-1.124 2.339-2.448 2.147-1.525-0.01069-4.153 0.1673-4.57-1.456-1.486-0.4749-1.152 1.308-2.708 1.286-1.247 0.205-2.535 0.1813-3.795 0.1181zm15.66-10.91c2.043-3.356 1.945-7.502 1.841-11.3-0.4014-3.751-0.9986-7.673-2.994-10.94-1.279-2.035-4.501-2.756-6.165-0.7778-1.277 2.052-3.555 1.782-4.815-0.08665-1.729-1.94-4.901-1.072-6.129 0.9789-1.967 3.36-2.59 7.34-2.934 11.17-0.07215 3.769-0.1337 7.907 2.011 11.18 2.465 3.197 6.829 4.386 10.72 4.097 3.164-0.4336 6.44-1.759 8.467-4.32z"/> <g stroke-dashoffset="200" stroke-opacity=".2617" stroke-width="5"> <circle cx="23.96" cy="21" r="3.062" color="#000000" stop-color="#000000" style="paint-order:stroke fill markers"/> <circle cx="18.06" cy="16.75" r="1.136" color="#000000" stop-color="#000000" style="paint-order:stroke fill markers"/> <circle cx="30.29" cy="16.75" r="1.136" color="#000000" stop-color="#000000" style="paint-order:stroke fill markers"/> </g> </g> </symbol><symbol viewBox="0 0 48 48" id="iconlock"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M36 16h-2v-4c0-5.52-4.48-10-10-10S14 6.48 14 12v4h-2c-2.21 0-4 1.79-4 4v20c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V20c0-2.21-1.79-4-4-4zM24 34c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm6.2-18H17.8v-4c0-3.42 2.78-6.2 6.2-6.2 3.42 0 6.2 2.78 6.2 6.2v4z"/> </symbol><symbol viewBox="0 0 48 48" id="iconm"> <path d="M24 28c3.31 0 5.98-2.69 5.98-6L30 10c0-3.32-2.68-6-6-6-3.31 0-6 2.68-6 6v12c0 3.31 2.69 6 6 6zm10.6-6c0 6-5.07 10.2-10.6 10.2-5.52 0-10.6-4.2-10.6-10.2H10c0 6.83 5.44 12.47 12 13.44V42h4v-6.56c6.56-.97 12-6.61 12-13.44h-3.4z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconmenu"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M6 36h36v-4H6v4zm0-10h36v-4H6v4zm0-14v4h36v-4H6z"/> </symbol><symbol viewBox="0 0 48 48" id="iconmessage"> <path d="M40 4H8C5.79 4 4.02 5.79 4.02 8L4 44l8-8h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm-4 24H12v-4h24v4zm0-6H12v-4h24v4zm0-6H12v-4h24v4z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconmnone"> <path d="M24 28c3.31 0 5.98-2.69 5.98-6L30 10c0-3.32-2.68-6-6-6-3.31 0-6 2.68-6 6v12c0 3.31 2.69 6 6 6zM21.6 9.8c0-1.32 1.08-2.4 2.4-2.4 1.32 0 2.4 1.08 2.4 2.4l-.02 12.4c0 1.32-1.07 2.4-2.38 2.4-1.32 0-2.4-1.08-2.4-2.4V9.8zm13 12.2c0 6-5.07 10.2-10.6 10.2-5.52 0-10.6-4.2-10.6-10.2H10c0 6.83 5.44 12.47 12 13.44V42h4v-6.56c6.56-.97 12-6.61 12-13.44h-3.4z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconmoff"> <path d="M0 0h48v48H0zm0 0h48v48H0z" fill="none"/> <path d="M38 22h-3.4c0 1.49-.31 2.87-.87 4.1l2.46 2.46C37.33 26.61 38 24.38 38 22zm-8.03.33c0-.11.03-.22.03-.33V10c0-3.32-2.69-6-6-6s-6 2.68-6 6v.37l11.97 11.96zM8.55 6L6 8.55l12.02 12.02v1.44c0 3.31 2.67 6 5.98 6 .45 0 .88-.06 1.3-.15l3.32 3.32c-1.43.66-3 1.03-4.62 1.03-5.52 0-10.6-4.2-10.6-10.2H10c0 6.83 5.44 12.47 12 13.44V42h4v-6.56c1.81-.27 3.53-.9 5.08-1.81L39.45 42 42 39.46 8.55 6z"/> </symbol><symbol viewBox="0 0 48 48" id="iconmorevert"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M24 16c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 12c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/> </symbol><symbol viewBox="0 0 48 48" id="iconmudeer"> <path d="m24 1.082a22.92 22.92 0 0 0-22.92 22.92 22.92 22.92 0 0 0 22.92 22.92 22.92 22.92 0 0 0 22.92-22.92 22.92 22.92 0 0 0-22.92-22.92zm0 11.09h0.001953a11.83 11.83 0 0 1 11.82 11.83 11.83 11.83 0 0 1-0.668 3.916h-12.41v-8.154h-3.332l0.01367 1.234 1.971-0.02539 0.06445 6.973-2.047-0.02344 0.01953 1.186h3.311v-0.001954h11.92l0.5137-1.182h2.268v-8.16h3.996 1.246v9.342h-3.996-1.244-2.783a11.83 11.83 0 0 1-10.67 6.723 11.83 11.83 0 0 1-11.83-11.83 11.83 11.83 0 0 1 11.82-11.83zm-13.87 7.588v9.342h-5.928l5.928-9.342zm4.875 0v6.342h1.244v-6.342h-1.244zm23.68 1.109v7.053h2.707l0.03906-7.053h-2.746zm-23.68 5.568v1.168h1.244v-1.168h-1.244zm0 1.482v1.168h1.244v-1.168h-1.244z"/> </symbol><symbol viewBox="0 0 48 48" id="iconnetworkcheck"> <path d="m31.8 9.545c-0.35 0-0.64 0.19-0.82 0.46l-0.13 0.29-10.37 23.31c-0.32 0.57-0.51 1.22-0.51 1.93 0 2.21 1.8 4.01 4.01 4.01 1.93 0 3.53-1.36 3.92-3.17l0.01-0.07 4.89-25.76c0-0.55-0.45-1-1-1zm-29.8 8 4 4c5.75-5.75 13.57-8.15 21.07-7.25l2.38-5.36c-9.66-1.71-19.98 1.15-27.45 8.61zm40 4 4-4c-3.27-3.27-7.1-5.63-11.17-7.14l-1.07 5.63c2.99 1.24 5.8 3.07 8.24 5.51zm-8 8 4-4c-1.6-1.6-3.41-2.84-5.33-3.78l-1.11 5.84c0.87 0.55 1.69 1.19 2.44 1.94zm-24-4 4 4c2.27-2.27 5.11-3.59 8.06-3.99l2.57-5.77c-5.28-0.16-10.6 1.74-14.63 5.76z"/> </symbol><symbol viewBox="0 0 48 48" id="iconnotifications"> <path d="m 24,44 c 2.099143,0.137012 4.258555,-2.076528 3.899104,-4 -2.633035,0 -5.266069,0 -7.899104,0 -0.04641,2.150781 1.848746,4.046339 4,4 z M 36,32 c -0.03155,-3.806799 0.06802,-7.617289 -0.05949,-11.421418 C 35.652702,16.028695 32.949239,11.459378 28.546032,9.8396384 27.390898,9.668578 26.710232,9.2588055 27,8.0483521 27.154411,5.7176785 24.190093,4.1153974 22.321289,5.5115234 20.970043,6.3241927 20.942472,7.9686983 21,9.36 16.626426,10.285087 13.278945,14.094247 12.39797,18.401646 11.74548,21.441175 12.085192,24.566514 12,27.650175 12,29.100117 12,30.550058 12,32 c -1.333333,1.333333 -2.6666667,2.666667 -4,4 0,0.666667 0,1.333333 0,2 10.666667,0 21.333333,0 32,0 -0.04791,-0.680454 0.09566,-1.440219 -0.07134,-2.071344 C 38.619104,34.619104 37.309552,33.309552 36,32 Z"/> </symbol><symbol viewBox="0 0 48 48" id="iconnotificationsoff"> <path d="M40 37.39L15.68 12.3l-5.13-5.29L8 9.55l5.6 5.6.01.01C12.56 17.14 12 19.48 12 22v10l-4 4v2h27.46l4 4L42 39.45l-2-2.06zM24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-14.64V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-.29.07-.57.15-.85.24-.21.07-.41.14-.61.22 0 0-.01 0-.01.01-.01 0-.02.01-.03.01-.46.18-.91.39-1.35.62-.01 0-.02.01-.03.01L36 29.36z"/> </symbol><symbol viewBox="0 0 48 48" id="iconowner"> <path d="m11.51 39.81c-0.5869-0.1595-0.9687-0.4555-1.198-0.9289-0.168-0.3471-0.1944-0.5746-0.1944-1.677v-1.275h27.79l-0.03001 1.382c-0.02864 1.319-0.04145 1.399-0.2802 1.76-0.1569 0.2368-0.4174 0.4599-0.699 0.5986l-0.4489 0.221-12.26 0.01787c-9.503 0.01386-12.35-0.0081-12.68-0.09763zm-1.438-8.005c-0.05095-0.1495-3.951-21.64-3.931-21.66 0.00829-0.0084 2.462 2.21 5.454 4.93 4.13 3.755 5.459 4.914 5.522 4.815 0.04588-0.07146 1.604-2.74 3.462-5.929 1.858-3.19 3.4-5.799 3.425-5.799s1.567 2.61 3.425 5.799c1.858 3.19 3.416 5.858 3.462 5.929 0.06335 0.09866 1.392-1.06 5.522-4.815 2.991-2.72 5.445-4.938 5.454-4.93 0.0083 0.0084-0.8734 4.901-1.959 10.87l-1.974 10.86-13.91 0.0236c-11.08 0.0188-13.92-1.87e-4 -13.95-0.0932z"/> </symbol><symbol viewBox="0 0 48 48" id="iconpause"> <path d="M12 38h8V10h-8v28zm16-28v28h8V10h-8z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconpeople"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M32 22c3.31 0 5.98-2.69 5.98-6s-2.67-6-5.98-6c-3.31 0-6 2.69-6 6s2.69 6 6 6zm-16 0c3.31 0 5.98-2.69 5.98-6s-2.67-6-5.98-6c-3.31 0-6 2.69-6 6s2.69 6 6 6zm0 4c-4.67 0-14 2.34-14 7v5h28v-5c0-4.66-9.33-7-14-7zm16 0c-.58 0-1.23.04-1.93.11C32.39 27.78 34 30.03 34 33v5h12v-5c0-4.66-9.33-7-14-7z"/> </symbol><symbol viewBox="0 0 48 48" id="iconperson"> <path d="M24 24c4.42 0 8-3.59 8-8 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 4.41 3.58 8 8 8zm0 4c-5.33 0-16 2.67-16 8v4h32v-4c0-5.33-10.67-8-16-8z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconpersonadd"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M30 24c4.42 0 8-3.59 8-8 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 4.41 3.58 8 8 8zm-18-4v-6H8v6H2v4h6v6h4v-6h6v-4h-6zm18 8c-5.33 0-16 2.67-16 8v4h32v-4c0-5.33-10.67-8-16-8z"/> </symbol><symbol viewBox="0 0 48 48" id="iconphoneandroid"> <path d="M32 2H16c-3.31 0-6 2.69-6 6v32c0 3.31 2.69 6 6 6h16c3.31 0 6-2.69 6-6V8c0-3.31-2.69-6-6-6zm-4 40h-8v-2h8v2zm6.5-6h-21V8h21v28z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconphoto"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M42 38V10c0-2.21-1.79-4-4-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4zM17 27l5 6.01L29 24l9 12H10l7-9z"/> </symbol><symbol viewBox="0 0 48 48" id="iconplayarrow"> <path d="M-838-2232H562v3600H-838z" fill="none"/> <path d="M16 10v28l22-14z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconrefresh"> <path d="M35.3 12.7C32.41 9.8 28.42 8 24 8 15.16 8 8.02 15.16 8.02 24S15.16 40 24 40c7.45 0 13.69-5.1 15.46-12H35.3c-1.65 4.66-6.07 8-11.3 8-6.63 0-12-5.37-12-12s5.37-12 12-12c3.31 0 6.28 1.38 8.45 3.55L26 22h14V8l-4.7 4.7z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconremovecircleoutline"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M14 22v4h20v-4H14zM24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.82 0-16-7.18-16-16S15.18 8 24 8s16 7.18 16 16-7.18 16-16 16z"/> </symbol><symbol viewBox="0 0 48 48" id="iconsearch"> <path d="M31 28h-1.59l-.55-.55C30.82 25.18 32 22.23 32 19c0-7.18-5.82-13-13-13S6 11.82 6 19s5.82 13 13 13c3.23 0 6.18-1.18 8.45-3.13l.55.55V31l10 9.98L40.98 38 31 28zm-12 0c-4.97 0-9-4.03-9-9s4.03-9 9-9 9 4.03 9 9-4.03 9-9 9z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconsend"> <path d="M4.02 42L46 24 4.02 6 4 20l30 4-30 4z"/> <path d="M0 0h48v48H0z" fill="none"/> </symbol><symbol viewBox="0 0 48 48" id="iconsettings"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M38.86 25.95c.08-.64.14-1.29.14-1.95s-.06-1.31-.14-1.95l4.23-3.31c.38-.3.49-.84.24-1.28l-4-6.93c-.25-.43-.77-.61-1.22-.43l-4.98 2.01c-1.03-.79-2.16-1.46-3.38-1.97L29 4.84c-.09-.47-.5-.84-1-.84h-8c-.5 0-.91.37-.99.84l-.75 5.3c-1.22.51-2.35 1.17-3.38 1.97L9.9 10.1c-.45-.17-.97 0-1.22.43l-4 6.93c-.25.43-.14.97.24 1.28l4.22 3.31C9.06 22.69 9 23.34 9 24s.06 1.31.14 1.95l-4.22 3.31c-.38.3-.49.84-.24 1.28l4 6.93c.25.43.77.61 1.22.43l4.98-2.01c1.03.79 2.16 1.46 3.38 1.97l.75 5.3c.08.47.49.84.99.84h8c.5 0 .91-.37.99-.84l.75-5.3c1.22-.51 2.35-1.17 3.38-1.97l4.98 2.01c.45.17.97 0 1.22-.43l4-6.93c.25-.43.14-.97-.24-1.28l-4.22-3.31zM24 31c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"/> </symbol><symbol viewBox="0 0 48 48" id="iconstop"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M12 12h24v24H12z"/> </symbol><symbol viewBox="0 0 48 48" id="icontab"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M42 6H6c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4zm0 32H6V10h20v8h16v20z"/> </symbol><symbol viewBox="0 0 48 48" id="icontheme"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M40 17.37V8h-9.37L24 1.37 17.37 8H8v9.37L1.37 24 8 30.63V40h9.37L24 46.63 30.63 40H40v-9.37L46.63 24 40 17.37zM24 36c-1.79 0-3.48-.4-5-1.1 4.13-1.9 7-6.06 7-10.9s-2.87-9-7-10.9c1.52-.7 3.21-1.1 5-1.1 6.63 0 12 5.37 12 12s-5.37 12-12 12z"/> </symbol><symbol viewBox="0 0 48 48" id="icontimer"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M30 2H18v4h12V2zm-8 26h4V16h-4v12zm16.05-13.23l2.85-2.85c-.86-1.03-1.8-1.97-2.83-2.83l-2.85 2.85C32.15 9.48 28.24 8 23.99 8 14.04 8 6 16.06 6 26s8.04 18 17.99 18S42 35.94 42 26c0-4.25-1.48-8.15-3.95-11.23zM24 40c-7.73 0-14-6.27-14-14s6.27-14 14-14 14 6.27 14 14-6.27 14-14 14z"/> </symbol><symbol viewBox="0 0 48 48" id="icontranslate"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M25.74 30.15l-5.08-5.02.06-.06c3.48-3.88 5.96-8.34 7.42-13.06H34V8H20V4h-4v4H2v3.98h22.34C22.99 15.84 20.88 19.5 18 22.7c-1.86-2.07-3.4-4.32-4.62-6.7h-4c1.46 3.26 3.46 6.34 5.96 9.12L5.17 35.17 8 38l10-10 6.22 6.22 1.52-4.07zM37 20h-4l-9 24h4l2.25-6h9.5L42 44h4l-9-24zm-5.25 14L35 25.33 38.25 34h-6.5z"/> </symbol><symbol viewBox="0 0 48 48" id="iconundo"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M25 16c-5.29 0-10.11 1.97-13.8 5.2L4 14v18h18l-7.23-7.23C17.54 22.44 21.09 21 25 21c7.09 0 13.09 4.61 15.19 11l4.73-1.56C42.17 22.06 34.3 16 25 16z"/> </symbol><symbol viewBox="0 0 48 48" id="iconvisibility"> <path d="M0 0h48v48H0z" fill="none"/> <path d="M24 9C14 9 5.46 15.22 2 24c3.46 8.78 12 15 22 15 10.01 0 18.54-6.22 22-15-3.46-8.78-11.99-15-22-15zm0 25c-5.52 0-10-4.48-10-10s4.48-10 10-10 10 4.48 10 10-4.48 10-10 10zm0-16c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"/> </symbol><symbol viewBox="0 0 48 48" id="iconvisibilityoff"> <path d="M0 0h48v48H0zm0 0h48v48H0zm0 0h48v48H0zm0 0h48v48H0z" fill="none"/> <path d="M24 14c5.52 0 10 4.48 10 10 0 1.29-.26 2.52-.71 3.65l5.85 5.85c3.02-2.52 5.4-5.78 6.87-9.5-3.47-8.78-12-15-22.01-15-2.8 0-5.48.5-7.97 1.4l4.32 4.31c1.13-.44 2.36-.71 3.65-.71zM4 8.55l4.56 4.56.91.91C6.17 16.6 3.56 20.03 2 24c3.46 8.78 12 15 22 15 3.1 0 6.06-.6 8.77-1.69l.85.85L39.45 44 42 41.46 6.55 6 4 8.55zM15.06 19.6l3.09 3.09c-.09.43-.15.86-.15 1.31 0 3.31 2.69 6 6 6 .45 0 .88-.06 1.3-.15l3.09 3.09C27.06 33.6 25.58 34 24 34c-5.52 0-10-4.48-10-10 0-1.58.4-3.06 1.06-4.4zm8.61-1.57l6.3 6.3L30 24c0-3.31-2.69-6-6-6l-.33.03z"/> </symbol><symbol viewBox="0 0 48 48" id="iconwindows"> <path d="m1.782 12.32v10.53h21.07v-21.07h-21.07v10.53zm23.37 0v10.53h21.07v-21.07h-21.07v10.53zm-23.37 23.38v10.52h21.07v-21.05h-21.07v10.52zm23.37 0v10.52h21.07v-21.05h-21.07v10.52z"/> </symbol></svg>


		</body>
	</html>