html,
body {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

html {
	font-family: "San Francisco", Roboto, sans-serif;
	font-size: 13px;
}
html.is-cordova.is-ios {
	font: -apple-system-body;	
}

body {
	overflow-y: auto;
	background: #ffffff;
  overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

body.large {
	font-size: 1.25em;
}

@media (min-device-width: 600px) {
	body {
		font-size: 1.1em;
	}
	body.large {
		font-size: 1.5em;
	}
}

body::after {
  position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
  content:
		url(svg/unlock.svg) url(images/default.png) url(images/group.png) url(images/qr_code.png) url(images/smartphone.png)
		url(svg/dropdown.svg) url(svg/close.svg) url(svg/menu.svg) url(svg/confirm.svg) url(svg/check.svg) url(svg/avatar-gallery.svg) url(svg/avatar-camera.svg) url(svg/avatar-delete.svg) url(svg/camera.svg) url(svg/star-grey.svg) url(svg/star-gold.svg) url(svg/invite.svg) url(svg/compose.svg) url(svg/gif.svg) url(svg/bottom.svg) url(svg/close-white.svg) url(svg/menu-white.svg) url(svg/confirm-white.svg) url(svg/check-white.svg) url(svg/microphone.svg) url(svg/stop.svg) url(svg/send-message.svg) url(svg/message-tts.svg) url(svg/search-microphone.svg) url(svg/delete.svg)
		url(categories/general.svg) url(categories/activities.svg) url(categories/people.svg) url(categories/emotions.svg) url(categories/food-drinks.svg) url(categories/transport.svg) url(categories/places.svg) url(categories/medical.svg) url(categories/emojis.svg)
		url(klipy/trending.svg) url(klipy/reactions.svg) url(klipy/funny.svg) url(klipy/love.svg) url(klipy/dance.svg) url(klipy/scary.svg) url(klipy/animals.svg) url(klipy/entertainment.svg) url(klipy/sports.svg);
}

* {
	line-height: 1.4em;
	word-break: break-word;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
	touch-action: manipulation;
}
*:not(input):not(textarea) {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*:not(path) {
	color: inherit;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

::placeholder {
	color: #c8c8c8;
}

/*
* {
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  display: none;
}
*/

#splashscreen {
	position: absolute;
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f4f6f8;
	z-index: 999999;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 6em;	
}
#splashscreen .icon {
	position: relative;
	display: inline-block;
	width: 112px;
	height: 112px;
	background: url(images/icon.png) no-repeat center center;
	background-size: contain;
}
#splashscreen .unlock {
	display: none;
}

.is-cordova #splashscreen, .hide-splashscreen #splashscreen {
	display: none;
}

.is-locked {
	overflow: hidden;
}
.is-locked #splashscreen {
	display: flex;
}
.is-locked.is-ios #splashscreen .unlock {
	position: relative;
	display: inline-block;
	width: 5em !important;
	aspect-ratio: 1;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #e8e8ec url(svg/unlock.svg) no-repeat center 45%;
	background-size: 45%;
}
.is-locked.is-ios #splashscreen .unlock:active {
	background-color: #e0e0e3;
}

button {
	cursor: pointer;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	resize: none;
}

input:disabled,
select:disabled,
textarea:disabled {
	color: #b0b0b0;
	background: #fafafa;
}

input[type=text],
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
}

select {
	padding: .3em 1.6em .3em .6em;
	background: url(svg/dropdown.svg) no-repeat right .4em center;
	background-size: .8em;
}

p {
	position: relative;
	padding: 0;
	margin: 1em 0;
}

.hidden {
	display: none !important;
}
.avatar {
	background: #c4c4c4 url(images/default.png) no-repeat center center;
	background-size: cover;
	border-radius: 50%;
}

body > .toast {
	position: fixed;
	display: block;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	max-width: 40em;
	margin: 0 auto;
	text-align: center;
	z-index: 9999;
}
body > .toast span {
	display: inline-block;
	min-width: 10em;
	padding: .75em 1.5em;
	color: #ffffff;
	border-radius: 1.5em;
	background: rgba(100, 100, 100, .9);
	font-size: 1.1em;
	box-sizing: border-box;
	cursor: pointer;
}

.context-menu {
	position: absolute;
	margin: -.2em .4em;
	color: #000000;
	background: #ffffff;
	border-radius: .2em;
	box-shadow: 0 .15em 1.5em rgba(0, 0, 0, .15);
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	z-index: 999;	
}
.context-menu a {
	display: block;
	padding: .7em 3em .7em 1.5em;
	text-decoration: none;	
}
.context-menu a:hover {
	color: #ffffff;
	background: #42a5f5;
}
.context-menu .separator {
	display: block;
	position: relative;
	margin: .1535em 1.35em;
	border-top: solid 1px #f4f4f4;
}

.container {
	position: relative;
	display: table;
	width: 100%;
	min-height: 100%;
	background: inherit;
}

.container > .view {
	display: none;
}
.container > .active {
	position: absolute;
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
	padding: 3.75em 0 0;
	min-height: 100%;
	background: inherit;
	box-sizing: border-box;
}
.container > .view > .content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
  max-width: 52em;
	margin-left: auto;
	margin-right: auto;
	/* padding: 1em; */
	background: inherit;
	box-sizing: border-box;	
}

.is-ios .container > .active {
	padding-bottom: calc(constant(safe-area-inset-bottom));
	padding-bottom: calc(env(safe-area-inset-bottom));
}

.container > .spinner > .spinner {
	position: fixed;
	left: 50%;
	top: 50%;
  width: 10em;
  height: 10em;
	margin: -5em 0 0 -5em;
	border: .75em solid rgba(66, 165, 245, .2);
  border-left-color:  rgb(66, 165, 245);
	border-radius: 100%;
	box-sizing: border-box;
  animation: spinner 1.1s infinite linear;
}
.container > .spinner > .content {
	display: none;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
	
  100% {
    transform: rotate(360deg);
  }
}

.title-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.75em;
	background: inherit;
	border-bottom: solid 1px #f0f0f0;
	box-sizing: border-box;
	z-index: 5;
}
.title-bar > .label {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 4.68755em);
	margin: 0 2.34375em;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2.34375em;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
	overflow: hidden;
}
.title-bar > button {
	position: absolute;
	bottom: 0;
	width: 3.75em;
	height: 3.75em;
	padding: 0;
	margin: 0;
	background: transparent;	
	border: none;
}
.title-bar > button::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-color: transparent;
}
.title-bar > button:active {
	background-color: rgba(204, 204, 204, .15);
}

.title-bar > .button-close {
	left: 0;
}
.title-bar > .button-close::after {
	background-image: url(svg/close.svg);
	background-size: 20%;
}
.title-bar > .button-menu {
	right: 0;
}
.title-bar > .button-menu::after {
	background-image: url(svg/menu.svg);
	background-size: 56%;
}
.title-bar > .button-confirm {
	right: 0;
}
.title-bar > .button-confirm::after {
	background-image: url(svg/confirm.svg);
	background-size: 40%;
}
.title-bar > .button-search {
	right: 0;
}
.title-bar > .button-search::after {
	background-image: url(svg/search-microphone.svg);
	background-size: 30%;
}
.title-bar > .button-delete {
	right: 0;
}
.title-bar > .button-delete::after {
	background-image: url(svg/delete.svg);
	background-size: 36%;
}

.view .content label {
	display: block;
	margin: 1em 0;
}


.outer-views > .spinner > .spinner {
	position: fixed;
	left: 50%;
	top: 50%;
  width: 10em;
  height: 10em;
	margin: -5em 0 0 -5em;
	border: .75em solid rgba(66, 165, 245, .2);
  border-left-color:  rgb(66, 165, 245);
	border-radius: 100%;
	box-sizing: border-box;
  animation: spinner 1.1s infinite linear;
}
.outer-views > .spinner > .content {
	display: none;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
	
  100% {
    transform: rotate(360deg);
  }
}

label > span {
	display: block;
	margin: 0 .25em .2em;
	opacity: .7;
}
input,
select {
	position: relative;
	margin: 0;
	padding: .4em .6em;
	border-radius: .3em;
	border: solid 1px #f0f0f0;
	line-height: 1.4em;
	box-sizing: border-box;
	vertical-align: middle;	
}
input:focus,
select:focus {
	border-color: #e8e8e8;
	box-shadow: 0 0 .5em rgba(0, 0, 0, .05);
}

label > input,
label > select {
	position: relative;
	width: 100%;
}

label > .error {
	margin: .2em .25em 1em;
	color: #e53935;
	opacity: 1;
}

button.button {
	position: relative;
	padding: .2em .8em;
	margin: .4em .4em .4em 0;
	border: solid .15em #000000;
	font-family: "Roboto Condensed", "San Francisco", Roboto, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background: inherit;
}
button.button:active {
	background-color: rgba(204, 204, 204, .15);
}

.setup .content {
	max-width: 30em !important;
	padding: 2em;
}
.setup .content p {
	position: relative;
	margin: 0 0 1.5em;
	padding: 0;
	text-align: center;
}
.setup .content select,
.setup input[type=text] {
	position: relative;
	width: 100%;
	font-size: 1.1em;
	text-align: center;
}

.setup .content * + p {
	margin: 1.5em 0;
}
.setup .content input + p,
.setup .content select + p,
.setup .content button + p {
	margin: 3.5em 0 1.5em;
}

.setup .font-size {
	position: relative;
	appearance: none;
	padding: .25em .25em .25em 1.25em;
	border: none;
	background: transparent;
	vertical-align: middle;
}

.setup .font-size.regular {
	margin: 0;
	font-size: 1rem;
}
.setup .font-size.large {
	font-size: 1.25rem;
}

@media (min-device-width: 600px) {
	.setup .font-size.regular {
		margin: 0;
		font-size: 1.1rem;
	}
	.setup .font-size.large {
		font-size: 1.5rem;
	}
}

.setup .font-size.checked {
	color: #42a5f5;
	background: url(svg/check.svg) no-repeat left center;
	background-size: .9em;
}
.setup .font-size.regular.checked {
	margin: 0 1em 0 0;
}
.setup .font-size.large.checked {
	margin: 0 0 0 2em;
}

.setup button.button {
	display: block;
	margin: 0 auto;
}

.setup .pictogram {
	position: relative;
	margin: 0 auto;
	width: 14em;
	height: 14em;
	background: #000000 no-repeat center center;
	background-size: contain;
}
.setup .pictogram.qr-code {
	background-image: url(images/qr_code.png);
}
.setup .pictogram.smartphone {
	background-image: url(images/smartphone.png);
}

.edit-avatar {
	position: relative;
	margin: 0 auto;
	width: 14em;
	height: 14em;
}
.edit-avatar + .buttons {
	margin: 1em 0 0;
	text-align: center;
}
.edit-avatar + .buttons button {
	position: relative;
	width: 3em;
	height: 3em;
	margin: 0 .3em;
	padding: 0;
	border: none;
	border-radius: 50%;
	box-shadow: 0 .1em .45em rgba(0, 0, 0, .5);
}
.edit-avatar + .buttons button:active {
	box-shadow: none;
}

.edit-avatar + .buttons .button-gallery {
	background: #4caf50 url(svg/avatar-gallery.svg) no-repeat center center;
	background-size: 1.8em;
}
.edit-avatar + .buttons .button-camera {
	background: #2196f3 url(svg/avatar-camera.svg) no-repeat center center;
	background-size: 1.65em;
}
.edit-avatar + .buttons .button-delete {
	background: #f44336 url(svg/avatar-delete.svg) no-repeat center center;
	background-size: 1.425em;
}

.invite .content {
	max-width: 30em !important;
	padding: 2em;
}
.invite .content p {
	position: relative;
	margin: 0 0 1.5em;
	padding: 0;
	text-align: center;
}
.invite .qrcode {
	position: relative;
	margin: 0 auto;
	width: 80vw;
	max-width: 20em;
	height: 80vw;
	max-height: 20em;
}
.invite .qrcode > canvas {
	position: relative;
	width: 100%;
	height: 100%;
}
.invite .qrcode + p {
	margin: 2.5em auto 1.25em;
}

.invite .content button {
	position: relative;
	display: block;
	width: 5em !important;
	height: 5em;
	margin: 1em auto;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #66bb6a no-repeat center center;
	box-shadow: 0 .15em .4em rgba(0, 0, 0, .25);	
}
.invite .content button:active {
	box-shadow: none;
}

.invite .content .scan {
	background-image: url(svg/camera.svg);
	background-size: 56%;
}

.contacts > .content {
	padding-bottom: 6.45em;
	max-width: none !important;	
}

.contacts .list {
	position: relative;
	margin: -.25em auto;
	width: 100%;
	max-width: 40em;
}

.contacts .contact {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 5.4em;
	padding: 1em 1em 1em 7.5em;
	border-bottom: solid 1px #f8f8f8;
	box-sizing: border-box;
	cursor: pointer;
}

.contacts .contact::after {
	position: absolute;
	content: '';
	width: 1em;
	height: 1em;
	top: 50%;
	left: 1em;
	margin: -.5em 0 0;
	background: #eceff1;
	border-radius: 50%;
}
.contacts .online::after {
	background: #7cb342;
}

.contacts .contact .avatar {
	position: absolute;
	left: 2.8em;
	top: 50%;
	width: 4em;
	height: 4em;
	margin: -2em 0 0;
}
.contacts .contact .label {
	font-size: 1.1em;
}

.contacts .group .avatar {
	background-image: url(images/group.png);
}

.contacts .recent .unread-messages {
	padding-right: 2.8em;
}
.contacts .alphabet .contact {
	padding-right: 3.8em;
}
.contacts .alphabet .unread-messages {
	padding-right: 5.3em;
}

.contacts .unread {
	position: absolute;
	display: block;
	top: 50%;
	width: 1em;
	height: 1em;
	margin: -.5em 0 0;
	background: #f44336;
	border-radius: .5em;
}
.contacts .recent .unread {
	right: 1em;
}
.contacts .alphabet .unread {
	right: 3.8em;
}

.contacts .recent .favorite {
	display: none;
}
.contacts .alphabet .contact > .favorite {
	position: absolute;
	display: block;
	right: 1em;
	top: 50%;
	width: 2em;
	height: 2em;
	margin: -1.2em 0 0;
	background: url(svg/star-grey.svg) no-repeat center center;
	background-size: contain;
}
.contacts .alphabet .favorite > .favorite {
	background-image: url(svg/star-gold.svg);
}

.contacts .buttons {
	position: fixed;
	bottom: 0;
	width: 100%;
	flex-shrink: 0;
	padding: .7em;
	border-top: solid 1px #f8f8f8;
	background: #ffffff;	
	box-sizing: border-box;
	text-align: center;
}
.contacts .buttons button {
	position: relative;
	display: inline-block;
	width: 5em !important;
	aspect-ratio: 1;
	margin: 0 .5em;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #66bb6a no-repeat center center;
	box-shadow: 0 .15em .4em rgba(0, 0, 0, .25);	
}
.contacts .buttons button:active {
	box-shadow: none;
}

.contacts .buttons .invite {
	background-image: url(svg/invite.svg);
	background-size: 60%;
}

.list-contacts > .content {
	max-width: none !important;	
}

.list-contacts .list {
	position: relative;
	margin: -.25em auto;
	width: 100%;
	max-width: 40em;
}

.list-contacts .contact {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 5.4em;
	padding: 1em 1em 1em 8em;
	border-bottom: solid 1px #f8f8f8;
	box-sizing: border-box;
}
.list-contacts .disabled > * {
	opacity: .4;
}

.list-contacts .contact::after {
	position: absolute;
	content: '';
	width: 1.5em;
	height: 1.5em;
	top: 50%;
	left: 1em;
	margin: -.75em 0 0;
	background: #eceff1;
	border-radius: 50%;
}

.list-contacts .selected {
	background: #fcfcfc;
}
.list-contacts .selected::after {
	background: #42a5f5 url(svg/check-white.svg) no-repeat center center;
	background-size: 54%;
}

.list-contacts .contact .avatar {
	position: absolute;
	left: 3.3em;
	top: 50%;
	width: 4em;
	height: 4em;
	margin: -2em 0 0;
}
.list-contacts .contact .label {
	font-size: 1.1em;
}

.symbol {
	position: relative;
	text-align: center;
}
.symbol {
	display: inline-block;
	width: 5em;
	margin: .5em .5em .25em;
	box-sizing: border-box;
	vertical-align: top;	
}
.symbol .visitaal,
.symbol .emoji {
	position: relative;
	width: 5em;
	height: 5em;
	margin: 0 auto;
	background: no-repeat center center;
	background-size: contain;
}
.symbol .visitaal {
	border-radius: .2em;
}
.symbol .label {
	position: relative;
	width: 100%;
	padding: .25em 0 0;
	font-size: .85em;
	line-height: 1rem;
	white-space: normal;
}

.no-label .symbol {
	margin: .5em;
}
.no-label .symbol .label {
	display: none;
}

.chat > .content {
	padding-bottom: 0;
	max-width: none !important;	
}
.chat.can-send-message > .content {
	padding-bottom: 6.45em;
}

.chat .messages {
	position: relative;
	margin: -.25em auto;
	width: 100%;
	max-width: 40em;
}

.chat .buttons {
	display: none;
}

.chat.can-send-message .buttons {
	position: fixed;
	display: block;
	bottom: 0;
	width: 100%;
	flex-shrink: 0;
	padding: .7em 0;
	border-top: solid 1px #f8f8f8;
	background: #ffffff;	
	box-sizing: border-box;
	text-align: center;
}
.chat .buttons button {
	position: relative;
	display: inline-block;
	width: min(5em, calc(25vw - .5em)) !important;
	aspect-ratio: 1;
	margin: 0 .25em;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #66bb6a no-repeat center center;
	box-shadow: 0 .15em .4em rgba(0, 0, 0, .25);	
}
.chat .buttons button:active {
	box-shadow: none;
}

.chat .buttons .message {
	background-image: url(svg/compose.svg);
	background-size: 60%;
}
.chat .buttons .camera {
	background-image: url(svg/camera.svg);
	background-size: 56%;
}
.chat .buttons .voice-message {
	background-image: url(svg/microphone.svg);
	background-size: 40%;
}
.chat .buttons .gif {
	background-image: url(svg/gif.svg);
	background-size: 56%;
}

.chat .buttons .scroll-to-bottom {
	position: absolute;
	right: 1.125em;
	top: -1.125em;
	width: 2.5em !important;
	height: 2.5em;
	margin: 0;	
	background-image: url(svg/bottom.svg);
	background-position: center 60%;
	background-size: 50%;
}

.chat .state {
	position: relative;
	margin: 1.5em 1em;
	text-align: center;
}
.chat .state .text {
	position: relative;
	display: inline-block;
	padding: .6em 1.2em;
	border-radius: 2em;
	background: #ffe082;
	font-size: 1.05em;
	box-shadow: 0 .1em .4em rgba(0, 0, 0, .125);
}

.chat .message {
	position: relative;
	min-height: 4em;
	margin: 1.5em 0;
	padding: 0 1em 0 5.5em;
}
.chat .message-right {
	text-align: right;
}
.chat .message .name {
	position: relative;
	padding: 0 .51em .3em;
}
.chat .message .avatar {
	position: absolute;
	left: 1em;
	width: 3.5em;
	height: 3.5em;
	margin: .5em 0;
}
.chat .message .content {
	position: relative;
	display: block;
}
.chat .message .bubble {
	position: relative;
	display: inline-block;
	padding: .25em .5em;
	border-radius: .5em;	
}
.chat .message-left .bubble {
	background: #b7e6fa;
}
.chat .message-right .bubble {
	background: #c9e6cb;
}

.chat .message .image {
	position: relative;
	display: inline-block;
	width: 80%;
	background: no-repeat center center;
	background-size: contain;
}
.chat .message .image.placeholder {
	background-color: #eaebec;
}

.chat .message .audio {
	display: inline-flex;
	align-items: center;
	padding: .6em;
	border-radius: 10em;
	background: #f0f4f0;
}
.chat .message .play-audio, .chat .message .stop-audio {
	position: relative;
	display: inline-block;
	width: 5em !important;
	height: 5em;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #66bb6a no-repeat center center;
	box-shadow: 0 .15em .4em rgba(0, 0, 0, .25);		
}
.chat .message .play-audio {
	background-image: url(svg/play.svg);
	background-position: 58% center;
	background-size: 40%;
}
.chat .message .stop-audio {
	background-image: url(svg/stop.svg);
	background-size: 40%;
}
.chat .message .audio .label {
	margin: 0 .75em;
	font-size: 2em;
}

.chat .message time {
	display: none;
}
.chat .message:last-of-type time {
	display: block;
	margin: .4em .6em 0;
	font-size: .85em;
	color: #888888;	
}

.popup-image {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	overflow: hidden;
	touch-action: none;
	z-index: 999;
}

.popup-image button {
	position: absolute;
	top: 0;
	width: 3.75em;
	height: 3.75em;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, .4);	
	border: none;
	z-index: 1;
}
.popup-image button::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
}

.popup-image .close {
	left: 0;
}
.popup-image .close::after {
	background-image: url(svg/close-white.svg);
	background-size: 20%;
}

.popup-image .menu {
	right: 0;
}
.popup-image .menu::after {
	background-image: url(svg/menu-white.svg);
	background-size: 56%;
}

.popup-image .image {
	position: absolute;
	background: no-repeat center center;
	background-size: contain;
}
.popup-image .animate {
	transition: left .25s, top .25s, width .25s, height .25s;
}

.view.compose {
	display: flex;
	height: 100%;
	overflow: hidden;
}
.compose .content {
	display: flex;
	height: 100%;
	flex: 1 1 auto;
	flex-direction: column;
}
.compose .message {
	position: relative;
	margin: 1em 1em 0.5em;
	padding-right: 4.8em;
}
.compose .message .bubble {
	position: relative;
	min-height: 7.25em;
	padding: .25em;
	border-radius: .5em;	
	background: #c9e6cb;
}
.compose .message .placeholder {
	display: inline-block;
	margin: .5em .5em .25em;
}
.compose .send-message, .compose .message-tts {
	position: absolute;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 .15em .4em rgba(0, 0, 0, .25);
}
.compose .send-message:active, .compose .message-tts:active {
	box-shadow: none;
}
.compose .send-message {
	top: .2em;
	right: 0;
	width: 4em;
	height: 4em;
	background: #66bb6a url(svg/send-message.svg) no-repeat 54% center;
	background-size: 25%;
}
.compose .message-tts {
	top: 4.7em;
	right: .5em;
	width: 3em;
	height: 3em;
	background: #66bb6a url(svg/message-tts.svg) no-repeat 54% center;
	background-size: 50%;
}

.compose .dragging {
	position: fixed;
	z-index: 99;	
}

.compose ul,
.compose li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.compose .categories {
	position: sticky;
	position: -webkit-sticky;
	display: flex;
	top: 0;
	width: 100%;
	padding: .5em;
	background: #ffffff;
	box-sizing: border-box;
	z-index: 1;
}
.compose .categories li {
	width: 100%;
}
.compose .categories button {
	position: relative;
	display: block;
	width: 80%;
	max-width: 2.5em;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: transparent no-repeat center center;
	background-size: contain;
	opacity: .4;
}
.compose .categories button .inner {
	display: block;
	padding: 0 0 100%;
}

.compose .categories .active {
	opacity: 1;
}

.compose .categories .category-general {
	background-image: url(categories/general.svg);
}
.compose .categories .category-activities {
	background-image: url(categories/activities.svg);
}
.compose .categories .category-people {
	background-image: url(categories/people.svg);
}
.compose .categories .category-emotions {
	background-image: url(categories/emotions.svg);
}
.compose .categories .category-food-drinks {
	background-image: url(categories/food-drinks.svg);
}
.compose .categories .category-transport {
	background-image: url(categories/transport.svg);
}
.compose .categories .category-places {
	background-image: url(categories/places.svg);
}
.compose .categories .category-medical {
	background-image: url(categories/medical.svg);
}
.compose .categories .category-emojis {
	background-image: url(categories/emojis.svg);
}

.compose .slider {
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
	white-space: nowrap;
	transform: translate3D(0, 0, 0);
}
.compose .slider .inner {
	position: absolute;
	left: 0;
	height: 100%;
}
.compose .slider .animate {
	transition: transform .25s ease-out;
}
.compose .slider .category {
	display: inline-flex;
	width: 100%;
	height: 100%;
	padding: 0 .5em;
	flex-wrap: wrap;
	justify-content: space-around;
	box-sizing: border-box;
	overflow: auto;
}
.compose .slider .dummy {
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.popup-speech {
	position: fixed;
	display: flex;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 2em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4em;
	background: rgba(0, 0, 0, .95);
	overflow: hidden;
	z-index: 999;
}
.popup-speech .icon {
	position: relative;
	width: 10em;
	height: 10em;
	background: url(svg/speech.svg) no-repeat center center;
	background-size: contain;
}
.popup-speech .label {
	font-size: 1.25em;
	text-align: center;
	color: #ffffff;
}

/*
body:not(.large) .compose .slider.advanced .symbol {
	width: 25%;
	padding: .5em;
}
*/

.voice-message .content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5em;
}
.voice-message .content > button {
	position: relative;
	display: inline-block;
	width: 8em !important;
	height: 8em;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #66bb6a no-repeat center center;
	box-shadow: 0 .15em .4em rgba(0, 0, 0, .25);	
}
.voice-message .content > button:active {
	box-shadow: none;
}

.voice-message .content .start-recording {
	background-image: url(svg/microphone.svg);
	background-size: 40%;	
}
.voice-message .content .stop-recording {
	background-image: url(svg/stop.svg);
	background-size: 40%;	
	background-color: #f44336;
}
.voice-message .content .send-voice-message {
	background-image: url(svg/send-audio.svg);
	background-position: 54% 54%;
	background-size: 58%;
}

.voice-message .audio-duration {
	position: relative;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 2em;
	text-align: center;
}
.voice-message .audio-recording {
	position: relative;
	width: min(30em, 80%);
	height: 1em;
	border-radius: 1em;
	background: #eeeeee;
	overflow: hidden;

}
.voice-message .audio-level {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-100%);
	width: 100%;
	height: 1em;
	border-radius: 1em;
	background: linear-gradient(to bottom, #42A5F5, #2196f3);
}

.voice-message .content .label {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1em .5em;
	text-align: center;
	font-size: 1.2em;
	box-sizing: border-box;
}

.view.klipy {
	display: flex;
	height: 100%;
	overflow: hidden;
}
.klipy .content {
	display: flex;
	height: 100%;
	flex: 1 1 auto;
	flex-direction: column;
}

.klipy ul,
.klipy li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.klipy .categories {
	position: sticky;
	position: -webkit-sticky;
	display: flex;
	top: 0;
	width: 100%;
	padding: .5em;
	background: #ffffff;
	box-sizing: border-box;
	z-index: 1;
}
.klipy .categories li {
	width: 100%;
	padding: .5em;
}
.klipy .categories button {
	position: relative;
	display: block;
	width: 100%;
	max-width: 2.5em;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: transparent no-repeat center center;
	background-size: contain;
	opacity: .4;
}
.klipy .categories button .inner {
	display: block;
	padding: 0 0 100%;
}

.klipy .categories .active {
	opacity: 1;
}

.klipy .categories .category-trending {
	background-image: url(klipy/trending.svg);
}
.klipy .categories .category-reactions {
	background-image: url(klipy/reactions.svg);
}
.klipy .categories .category-funny {
	background-image: url(klipy/funny.svg);
}
.klipy .categories .category-love {
	background-image: url(klipy/love.svg);
}
.klipy .categories .category-dance {
	background-image: url(klipy/dance.svg);
}
.klipy .categories .category-scary {
	background-image: url(klipy/scary.svg);
}
.klipy .categories .category-animals {
	background-image: url(klipy/animals.svg);
}
.klipy .categories .category-entertainment {
	background-image: url(klipy/entertainment.svg);
}
.klipy .categories .category-sports {
	background-image: url(klipy/sports.svg);
}

.klipy .slider {
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
	white-space: nowrap;
	transform: translate3D(0, 0, 0);
}
.klipy .slider > .inner {
	position: absolute;
	left: 0;
	height: 100%;
}
.klipy .slider .animate {
	transition: transform .25s ease-out;
}
.klipy .slider .category {
	position: relative;
	display: inline-flex;
	width: 100%;
	height: 100%;
	white-space: normal;
	vertical-align: top;
	overflow: auto;
	flex-direction: row;
}
.klipy .slider .column-1,
.klipy .slider .column-2 {
	position: relative;
	width: 50%;
	padding: 0 0 .2em;
}
.klipy .slider .column-1 {
	margin: 0 .1em 0 .2em;
}
.klipy .slider .column-2 {
	margin: 0 .2em 0 .1em;
}
.klipy .slider .image {
	position: relative;
	width: 100%;
	margin: 0 0 .2em;
	background-size: cover;
}
.klipy .slider .placeholder,
.klipy .slider .loading {
	background-color: #eaebec;
}

.klipy-attribution {
	position: fixed;
	bottom: .5em;
	right: .5em;
	width: 6em;
	height: 2.74em;
	background: url(images/klipy.png) no-repeat center center;
	background-size: contain;
	pointer-events: none;
}

.popup-klipy {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	overflow: hidden;
	touch-action: none;
	z-index: 999;
}

.popup-klipy button {
	position: absolute;
	top: 0;
	width: 3.75em;
	height: 3.75em;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, .4);
	border: none;
	z-index: 1;
}
.popup-klipy button::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
}

.popup-klipy .close {
	left: 0;
}
.popup-klipy .close::after {
	background-image: url(svg/close-white.svg);
	background-size: 20%;
}

.popup-klipy .send {
	right: 0;
}
.popup-klipy .send::after {
	background-image: url(svg/confirm-white.svg);
	background-size: 40%;
}

.popup-klipy .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: contain;
}

.settings .menu,
.settings .menu li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.settings .menu li {
	border-bottom: solid 1px #f8f8f8;
}
.settings .menu button {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 1em 1.5em;
	background: transparent;
	border: none;
	text-align: left;
	font-size: 1.05em;
}
.settings .menu button:active {
	background: #fcfcfc;
}
.settings .delete-profile button {
	color: #f44336;
}

.view.media-library {
	display: flex;
	height: 100%;
	overflow: hidden;
}
.media-library .content {
	display: flex;
	height: 100%;
	flex: 1 1 auto;
	flex-direction: column;
}

.media-library ul,
.media-library li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.media-library .categories {
	position: sticky;
	position: -webkit-sticky;
	display: flex;
	top: 0;
	width: 100%;
	padding: 0 .2em .1em;
	background: #ffffff;
	box-sizing: border-box;
	z-index: 1;
}
.media-library .categories li {
	width: 100%;
	padding: .5em;
}
.media-library .categories button {
	position: relative;
	display: block;
	width: 100%;
	padding: 1em 0;
	border: 0;
	background: transparent no-repeat center center;
	background-size: contain;
}
.media-library .categories .active::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: .2em;
	background: #e0e1e2;
}

.media-library .slider {
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
	white-space: nowrap;
	transform: translate3D(0, 0, 0);
}
.media-library .slider > .inner {
	position: absolute;
	left: 0;
	height: 100%;
}
.media-library .slider .animate {
	transition: transform .25s ease-out;
}
.media-library .slider .category {
	position: relative;
	display: inline-flex;
	width: 100%;
	height: 100%;
	white-space: normal;
	vertical-align: top;
	overflow: auto;
	flex-direction: row;
}
.media-library .slider .column-1,
.media-library .slider .column-2 {
	position: relative;
	width: 50%;
	padding: 0 0 .2em;
}
.media-library .slider .column-1 {
	margin: 0 .1em 0 .2em;
}
.media-library .slider .column-2 {
	margin: 0 .2em 0 .1em;
}
.media-library .slider .image, .media-library .slider .audio {
	position: relative;
	width: 100%;
	margin: 0 0 .2em;
}
.media-library .slider .image {
	background-size: cover;
}
.media-library .slider .audio {
	display: flex;
	background: #f0f4f0;
	aspect-ratio: 1;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 1em;
}

.media-library .play-audio, .media-library .stop-audio {
	position: relative;
	display: inline-block;
	width: 4em !important;
	height: 4em;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #66bb6a no-repeat center center;
	box-shadow: 0 .15em .4em rgba(0, 0, 0, .25);		
}
.media-library .play-audio {
	background-image: url(svg/play.svg);
	background-position: 58% center;
	background-size: 40%;
}
.media-library .stop-audio {
	background-image: url(svg/stop.svg);
	background-size: 40%;
}

.media-library .slider input[type=checkbox] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
}
.media-library .slider .placeholder,
.media-library .slider .loading {
	background-color: #eaebec;
}

.about .about-app {
	position: relative;
	display: flex;
	min-height: 5em;
	margin: 1.5em 1em;
	padding: 0 0 0 6em;
	flex-direction: column;
	justify-content: center;
}
.about .about-app .icon {
	position: absolute;
	left: 0;
	width: 5em;
	height: 5em;
	background: url(images/icon.png) no-repeat center center;
	background-size: contain;
}
.about .about-app h2 {
	margin: 0;
	padding: 0;
	font-size: 2.75em;
}
.about .version-number {
	margin-top: -.5em;
}
.about .address {
	margin: .5em 1.5em 2em;
	line-height: 1.5em;
}

.about .tiles {
	display: flex;
	flex-wrap: wrap;
	background: #e8eaec;
}
.about .tile {
	position: relative;
	width: 50%;
	aspect-ratio: 1.2;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	overflow: hidden;
	perspective: 1000px;
}

.about .tile-content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform .8s;
  transform-style: preserve-3d;	
}
.about .tile.active .tile-content {
	transform: rotateY(180deg);
}
.about .tile .front,
.about .tile .back {
  position: absolute;
  width: 100%;
  height: 100%;
	background: linear-gradient(145deg, #f0f2f4, #ffffff);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.about .tile .front::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
}
.about .tile .back {
	display: flex;
	padding: 10px;	
	flex-direction: column;
	justify-content: center;
	align-content: center;
  transform: rotateY(180deg);
	color: #444444;
	box-sizing: border-box;
}
.about .tile .name {
	font-weight: bold;
}

.about .tile .visitaal::after {
	background-image: url(logos/visitaal.png);
	background-size: 68%;
}
.about .tile .spelpartners::after {
	background-image: url(logos/spelpartners.png);
	background-size: 88%;
}
.about .tile .hgk::after {
	background-image: url(logos/hgk.png);
	background-size: 88%;
}
.about .tile .sidn::after {
	background-image: url(logos/sidn-fonds.png);
	background-size: 60%;
}
.about .tile .middin::after {
	background-image: url(logos/middin.png);
	background-size: 80%;
}
.about .tile .amarant::after {
	background-image: url(logos/amarant.png);
	background-size: 60%;
}
.about .tile .emojione::after {
	background-image: url(logos/emojione.png);
	background-size: 80%;
}
.about .tile .klipy::after {
	background-image: url(logos/klipy.png);
	background-size: 64%;
}
.about .tile .calidus::after {
	background-image: url(logos/calidus.png);
	background-size: 70%;
}
.about .tile .visio::after {
	background-image: url(logos/visio.png);
	background-size: 78%;
}
.about .tile .gemiva::after {
	background-image: url(logos/gemiva.png);
	background-size: 82%;
}

/*
.view.about {
	display: flex;
	flex-direction: column;
}
.about .content {
	flex: 1 0 auto;
	text-align: center;
}
.about .app-icon {
	position: relative;
	width: 7em;
	height: 7em;
	margin: 1.5em auto;
	background: url(images/about-app.png) no-repeat center center;
	background-size: contain;
}
.about .app-name {
	font-size: 1.5em;
	font-weight: bold;
}
.about .credit-dev,
.about .credit-design {
	margin: 1.5em 1em;
}
.about .spelpartners {
	position: relative;
	display: block;
	margin: 2em auto;
	width: 13em;
	height: 4em;
	background: url(images/spelpartners.png) no-repeat center center;
	background-size: contain;	
}
.about .credit-emoji-one,
.about .credit-klipy,
.about .credit-sidn {
	margin: 1em;
}
.about .trademark,
.about .address {
	text-align: center;	
}
.about .trademark {
	margin: 1em 1em 0;
}
.about .address {
	margin: 1em;
	opacity: .4;
}
*/