body {
	font-size: 14px;
	font-family: "TT Interphases Pro", Arial, Helvetica, sans-serif;
	margin: 0px;
	background: rgb(242, 245, 249);
	overflow-x: hidden !important;
	min-height: calc(100vh);
	overflow-y: scroll;
	color: #9d9a9a;

    display: flex;
    flex-direction: column;
    min-height: 100vh;

    word-wrap: break-word;
  	word-break: break-word;
}

p {
	padding: 0;
	margin: 0;
}

#root {
	width: 100%;
	display: flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
}

h1 {
	margin: 0;
	padding: 0 1em 1em 1em;
	text-align: center;
	font-size: 130%;
}
header h1 {
	color: rgb(49, 116, 246);
	padding: 0;
}
h2 {
	text-align: center;
	font-size: 150%;
}

ul {
	padding: 0 0 0 1em;
	list-style-type: '🔔 ';
}

a {
	color: cornflowerblue;
}

a:visited {
	color: cadetblue;
}

.css-main-header {
	z-index: 9998;
	position: sticky;
	top: 0px;
	display: flex;
	flex-direction: column;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 64px;
	padding: 0px 40px;
	background-color: rgb(255, 255, 255);
	box-shadow: none;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
.base-input {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
	appearance: none;
	resize: none;
	box-sizing: border-box;
	font-size: 0.94rem;
	width: 100%;
	color: rgb(0, 0, 0);
	display: inline-block;
	text-align: left;
	border: 0.0625rem solid transparent;
	background-color: rgb(241, 243, 245);
	min-height: 2.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border-radius: 0.6rem;
}
.base-input::placeholder {
	user-select: none;
	color: rgb(173, 181, 189);
	opacity: 1;
}

/** Main **/
.container {
	display: flex;
	flex-flow: row wrap;
	align-content: space-between;
	justify-content: center;
	gap: 1em;
	row-gap: 2em;

	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0px auto;
}
.item {
	width: calc(50% - 5px);
	flex: 1 0;
}
@media (max-width: 1000px) {
	.item {
		width: calc(100% - 5px);
		flex: 1 0 auto;
	}
}

.line-break {
	width: calc(100% - 24px);
	min-width: 55%;
}

.css-section {
	box-sizing: content-box;
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 840px;
	width: 100%;
	margin: 0px 12px;
}

.css-section-content-wrapper {
	background: rgb(255, 255, 255);
	padding: 1em 1em 0 1em;
	border-radius: 16px;
	height: 100%;
}

#logo {
	position: absolute;
	top: 12px;
	right: 50px;
	padding-left: 11px;
}

.css-button {
	font-family: "TT Interphases Pro", Arial, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	-moz-box-align: center;
	align-items: center;
	background-color: rgb(234, 241, 254);
	border-radius: 12px;
	border: 1px solid rgb(234, 241, 254);
	color: rgb(49, 116, 246);
	cursor: pointer;
	display: flex;
	gap: 8px;
	height: 40px;
	-moz-box-pack: center;
	justify-content: center;
	max-width: 100%;
	padding: 7px 0px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.15s;
	transition-property: background-color, border-color, color;
	transition-timing-function: ease-in-out;
	user-select: none;
	vertical-align: middle;
	width: 100%;
	display: inline-block;
}

.mantine-Input-wrapper {
	padding-bottom: 20px;
}

#result, #error {
	border: 1px solid rgb(214, 227, 253);
	padding: 0.5em;
	margin: 17px 0;
	border-radius: 17px;
	text-align: center;
}
#result img {
	min-height: 248px;
}

#error {
	color: red;
}

code, kbd {
	background-color: aliceblue;
	border: 1px dashed lightblue;
	border-radius: 6px;
	display: inline-block;
	line-height: 1.1;
	font-size: 100%;
}

.double-underline {
	border-bottom: 3px double;
}
a .double-underline {
	border-bottom: 1px double;
}

blockquote {
	padding: 0 2px;
	margin: 0 19px;
	background-color: aliceblue;
	border: 1px solid cornflowerblue;
	border-left: 4px solid cornflowerblue;
	border-radius: 4px;
	display: inline-block;
}
blockquote::before, blockquote::after {
	content: "❞";
	font-size: 19pt;
	float: left;
	line-height: 0.8;
}
blockquote::after {
	float: right;
}

dl {
	line-height: 1.7;
}
dt:before {
	content: "✨ "
}

section.main-section div {
	background-color: #c4e1fbd6;
/*	max-width: 440px;*/
}

section.faq {
	width: 80%;
	max-width: 80%;
	font-size: 90%;
}
section.faq dl {
	line-height: 1.5;
}

/** Custom blocks **/
.input-wrapper-url {
  width: 60%;
  display: inline-block;
  text-align: left;
}
.input-wrapper-link-name {
  width: 30%;
  display: inline-block;
  text-align: left;
}

#content-form {
  text-align: center;
}

#button-copy {
  width: 25px;
  height: 25px;
  padding: 5px;
}

/** Notification **/
#notification {
    position:fixed;
    top: 20%;
    min-width: 300px;
    min-height: 5em;
    z-index: 10000;
    text-align:center;
    font-weight:normal;
    font-size: 16px;
    font-weight:bold;
    color:white;
    background-color: #3174f4;
    padding: 1em;
    border-radius: 15px;
    /* Vertical centering: */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.main-section button {
  	max-width: 30%;
}

/*** Mobile ***/
@media (max-width: 1000px) {
	* {
		font-size: 1.04em;
	}

	section.main-section button {
		max-width: 80%;
	}

	.input-wrapper-url {
 		width: 90%;
	}
	.input-wrapper-link-name {
  		width: 90%;
  	}
}

@media (max-width: 600px) {
	#logo {
		top: 50px;
	}
}
/*** /Mobile ***/

