@charset "UTF-8";
@import url(font-nunito2.css);
.dnone{
	display: none;
}
.inlblock{
	display: inline-block;	
}
.italicfont{
	font-style: italic;
}
.redfont{
	color: red;
}
.greenfont{
	color: darkgreen;
}
.boldfont{
	font-weight: bold;
}
.boldredfont{
	font-weight: bold;
	color: red;
}
.normalfont{
	font-weight: normal;
}
.centeredtext{
	text-align: center;
}
.underline{
	text-decoration: underline
}
body {
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, verdana, geneva, sans-serif;
font-size: 1em;
background-color: #f3f8fc; background-image: url(../img/cover/kurzlinks.de.png);
background-repeat: repeat;
color: #253135}
strong.nostrong{
	font-weight: normal;
}
#settingshint{
	margin-top: 5px;
	margin-bottom: 15px;
}
h1{
font-size: 2.0em;
margin-bottom: 4px;
margin-top: 20px;
letter-spacing: 0pt;
font-family: 'Nunito', Arial;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
h1 a{
color: #ffffff}
h1 a:hover, h1 a:active{
}
#slogan{
word-spacing: 1pt;
font-size: 0.9em;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
color: #ffffff;
font-family: 'Nunito';
}
#slogan a{
color: #ffffff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#slogan a:hover{
}
#slogan b, #slogan strong{
}
#sloganh2{
}
#tabandapp{
	padding-top: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#tabandapp1{
	width: 42px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.66em;
}
#h2ind{
	padding-left: 25px;
	white-space: nowrap;
	margin-bottom: 0;
	vertical-align: middle;
	display: table-cell;
	padding-right: 5px;
	cursor: pointer;
	float: left;
	user-select: none;
}
#options-h3{
		padding-left: 25px;
	margin-bottom: 0;
}
#optionsdashbox{
	padding-bottom: 7px;
}
#optionsdashbox select{
	text-align: center;
}
#h2box{
	width: 100%;
	display: table;
}
#hintind{
	width: 99%;
	padding-right: 25px;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}
#hintind a{
	margin-left: 10px;
}
h3{
	font-size: 1.1em;
	line-height: 1.333em;
	font-weight: bold;	
	margin-top: 6px;
	margin-bottom: 0.33em;
}
#options-h3{
	padding-top: 10px;
}
#linkstop, #linksbottom {
	margin-bottom: 7px;
	word-spacing: 5px;
	text-align: center;
}
#linkstop a, #linksbottom a{
	word-spacing: 0px;
	font-weight: normal;
	line-height: 0.84em;
	font-size: 0.84em;
color: white;
font-weight: bold;
text-shadow: 1px 1px 1px #000000aa;
}
#short_url_creator{
	margin-bottom: 15px;
} 
#linksbottom {
	margin-top: 7px;
}
a {
	text-decoration: none;
	font-weight: bold;
	transition: color 1s ease;
	color: #0e4a81;
}
a:hover{
	color: #1381c0; transition: color .25s ease;
}
a:active{
	color: #1381c0; transition: color .25s ease;
}
h1 a:hover{
	border: none;
}
a.showlink {
	cursor: pointer;
}
em a {
	font-weight: normal;
}
label{
	user-select: none;
}
div.dashbox {
	width: 650px;
	padding: 25px;
	
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
background-color: #e7f1f5;
background: -webkit-gradient(linear, left top, left bottom, from(#fcfeff), to(#e7f1f5));
background: -moz-linear-gradient(top, #fcfeff, #e7f1f5);
border: 2px solid #266e97;
}
div.showtarget{
	display: inline-block;
	margin-left: 0;
	max-width: 75%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 10px;
	padding: 5px;
border: 2px solid #266e97;
background-color: #ffffff;
}
div.innerdashbox {
	margin-top: 10px;
	padding: 25px;

user-select: none;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
border: 1px solid #266e97;
background-color: rgba(255,255,255,1);
}
input[type=text], input[type=number], input[type=password], input[type=url], input[type=email], textarea {
	outline-width: 0;
	padding: 8px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-indent: 5px;
	transition: border 1s ease, color 1s ease;
	background-color: #fcfefe;
border-bottom: 2px double #266e97;
border-top: 1px solid #9cbfd2;
border-left: 1px solid #9cbfd2;
border-right: 1px solid #9cbfd2;
color: #005190;
font-weight: bold;
font-size: 13px;
}
textarea{
	text-indent: 0;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
border-color: #005e79;
transition: border 0.75s ease, color 0.75s ease;
color: #005375;
}
input[disabled], select[disabled]{
color: #6795af;
	
}
input:disabled::-webkit-input-placeholder, textarea:disabled::placeholder {
color: #6795af;
}
input:disabled:-moz-placeholder { 
color: #6795af;
}
input:disabled::-moz-placeholder {
color: #6795af;
}
input:disabled:-ms-input-placeholder {
color: #6795af;
}
input::-webkit-input-placeholder, textarea::placeholder {
color: #6795af;
}
input:-moz-placeholder { 
color: #6795af;
}
input::-moz-placeholder {
color: #6795af;
}
input:-ms-input-placeholder {
color: #6795af;
}
input[type=button], input[type=submit], button {
	outline-width: 0;
	font-size: 0.9em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
padding: 7px 9px 8px 9px;
border-radius: 6px;
font-size: 13px;
color: #001721;
font-weight: bold;
border: solid 2px #266e97;
background-color: #ffffff;
transition: background 0.25s ease, background-color 0.25s ease, border 0.25s ease;
}
div.optitm fieldset legend{
	font-weight: bold;
}
div.optitm fieldset{
	padding: 15px 20px;
}
textarea{
	font-family: "Arial";
}
#ui-datepicker-div{
	font-family: Arial, sans-serif;
}
input[type=button]:hover, input[type=submit]:hover, button:hover {
border: solid 2px #005e79;
background-color: #f6fcff;
transition: background 0.25s ease, background-color 0.25s ease, border 0.25s ease;
}
input[type=button]:active, input[type=submit]:active, button:active {
border: solid 2px #005e79;
background-color: #e6f0f6;
}
input[type=button]:disabled, input[type=submit]:disabled, input[type=button]:disabled:hover, input[type=submit]:disabled:hover, button:disabled{
	background: initial;
border: solid 2px #bbb;
color: #333;
transition: background 0.25s ease, background-color 0.25s ease, border 0.25s ease;
}

input[type=submit]{
	margin-left: 5px;
}
select{
	outline-width: 0;
	font-size: 0.9em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	color: #333;
	min-width: 90px;
	padding: 2px 2px;
color: #005375;
font-weight: bold;
font-size: 13px;
border: solid 1px #266e97;
border-bottom: solid 2px #266e97;
padding-top: 4px;
padding-bottom: 4px;
background-color: #ffffff;
}
select:hover{
background-color: #fafdff;
}
select:active{
background-color: #fafdff;
}
option{
}
#form_prestart, #form_preend{
	width: 95px;
	text-align: center;
	margin-right: 7px;
}
label {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
label.lspt{
	display: inline-block;
	margin-bottom: 3px;
}
label.thinlabel, span.thinlabel{
	font-weight: normal;
}
.smallertext {
	font-size: 0.8em;
	line-height: 1.3em;
}
#topwrp{
	all: unset;
	display: contents;
}
.wh100{
	width:100%; 
	height:100%;
}
#top {
text-align: center;
}
#centereddiv {
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	width: 790px;
margin-top: 35px;
}
#contentdiv {
			border: 1px solid darkgray;
		width: 750px;
			word-wrap: break-word;
		font-size: 0.85em;
		line-height: 1.333em;
		z-index: 1;
		position: relative;
		padding: 20px;
		background-color: white;
		overflow: hidden;
			-moz-box-shadow: none;;
		-webkit-box-shadow: none;;
		box-shadow: none;;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		border: 1px solid darkgray	}
#showexample {
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 50px;
	margin-top: 30px;
}
#ind_target_url {
			width: 420px;
		margin-left: 5px;
		margin-right: 5px;
	}
#multi_url_clear_button_box{
	display: table-cell; 
	vertical-align: middle; 
	text-align: right;
	padding-right: 4px;

}
#multi_url_button_box{
	display: table-cell; 
	vertical-align: middle;
	padding-left: 3px;
}
#multi_url_status{
	padding-left: 3px;
	display: table-cell; 
	text-align: left; 
	vertical-align: middle;
	font-weight: bold; 
	width: 100%;
	}
ul {
	margin-bottom: 5px;
	margin-top: 7px;
}
#formurlbox {
	margin-bottom: 5px;
}
#options {
	margin-left: 10px;
}
#ind_wish_url {
	margin-left: 5px;
	margin-right: 5px;
    width: 200px;
}
#form_start,#form_end, #form_start_time, #form_end_time {
	text-align: center;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 0px;
	width: 105px;
	-khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#form_start,#form_end{
	margin-right: 5px;
}
#form_start_time, #form_end_time{
	margin-right: 10px;
}
#rowEnd, #rowStart{
	display: table-row;
}
#rowStartIn, #rowEndIn{
	display: inline-block;
}
#form_password {
	width: 200px;
	margin-left: 10px;
}
#form_mail_subject, #form_mail_recipient, #form_mail_more, #form_mail_cc, #form_mail_bcc, #form_mail_email{
	width: 100%;
	box-sizing: border-box;
}
#form_mail_text, #form_shortlink_note, #form_ml_desc{
	box-sizing: border-box;
	text-indent: 0;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 500px;
}
#multi_url_box{
	display: table; 
	width: 100%;
		text-align: right;
	padding: 5px 0px 3px 0px;
}
#form_mail_advanced{
	display: none;
}
#mailexample{
	white-space:nowrap;
	font-family: monospace;
}
#form_maxclicks {
	width: 45px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
#input_multi{
	display: none;
}
#bmproblem{
	font-size: 0.7em;
}
img{
	border: none;
}
#bmhint{
	font-size: 0.8em;
	margin-left: 5px;
	font-weight: normal;
	margin-top: 2px;
}
#bmhint a{
	font-weight: normal;
}
#abuse-reasons li{
	margin-bottom: 7px;
}
ul{
	padding-left: 25px;
}
#norefpwinfo, #norefmultiinfo{
	display: none;
	color: #2e7b87;
}
.javascriptwarnung{
	font-size: 0.9em;
	margin: 20px;
	padding: 10px;
	text-align: center;
	border: 3px solid #830000;}
.warning{
	border: 2px solid #b30000;
	border-radius: 7px;
	padding: 10px;
	margin: 10px;
}
div.optdescr {
	margin-bottom: 5px;
}
#ui-datepicker-div {
	font-size: 0.9em;
}
#ui-datepicker-div .ui-slider-horizontal,#ui-datepicker-div select {
	margin-left: 20px;
}
dd.ui-tpicker-time {
	background-color: red;
}
#result_urlwish{
	margin-top: 7px;
	padding-bottom: 5px;
}
#resultbox{
	margin-top: 15px;
	margin-bottom: 12px;
	}
#result{
	padding-right: 10px;
}
#result:empty {
	padding-right: 0px;
}
.app_teaser, .app_teaser a{
	font-weight: normal;
	color: #316799;
}
table, td, tr{
	border: none;
}
#cptch{
width: 50px;
margin-left: 10px;
}

#qrimg{
	width: 200px;
	height: 200px;
}
#qrimgcon {
	margin-right: 15px;
}
#qrusercontentshow, #qrtitleback{
	width: 204px;
}

#qrimg{
	display: block;
	aspect-ratio: 1 / 1 !important;
}
#qrleftside{
	float: left;
}
#qrimgcon {
    position: relative;
    display: inline-block;
	margin-bottom: 10px;
}
#qrimgconin{
	border: 1px solid gray;
	font-size: 5px;}
.overlay-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#qrsizefield{
	padding: 5px 5px;
	width: 50px;
	text-align: center;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
#optdescr_qrcode{
	padding-bottom: 5px;
}
#buttonqrdl, #buttonqrcp, #buttonqrdlsvg, #buttonqrdleps{
	display: none;
}
#shortenedUrlsButtons{
	margin-top: 5px;
	display: inline-block;
}
.inbl{
	display: inline-block;
}
#browserextadv{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	color: #193d59;
}

	#kurzelinksdouble a{
		font-weight: normal;
	}
#cptchtask{
color: black;
}
img.cptch_digits{
	height: 0.88em;
}
table.donate{
	width: 80%;
}
table.donate tr td{
	width: 50%; 
	text-align: center; 
	vertical-align: top;
}
#privacyhint{
	color: #12538e;
font-size: 0.697em;
	width: 100%;
	margin-top: 15px;
}
#mail_link_info{
	display: none;
	margin-bottom: 10px;
}
#shortenerOptions{
	z-index: 10;
	width: 190px;
	text-align: center;
	display: none;
	background-color: white;
	position: absolute;
	margin: 4px 10px;
	padding: 10px;
	list-style: none;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #266e97;
}
#shortenerOptionsDropdown{
	font-size: 15px;
	white-space: nowrap;
	display: table-cell;
	vertical-align: top;
	position: relative;
	user-select: none;
}
#shortenerOptions li{
	padding: 5px 0;
	white-space: nowrap;
}
#multi_link_box{
	padding-top: 8px;
}
#multi_link_box input[type=button]{
	margin-right: 5px;
}
#ol_multi_link{
	padding-top: 5px;
	margin-top: 0px;
}
#ol_multi_link li{
	padding-left: 5px;
	margin-bottom: 3px;
}
#ol_multi_link li a{
	font-weight: normal;
}
#ol_multi_link ::marker{
	font-weight: bold;
}
#multilinktab{
	border-collapse: collapse;
}
#multilinktab, #multilinktab tr{
	width: 100%;
}
#multilinktab, #multilinktab th, #multilinktab td{
	text-align: left;
	vertical-align: top;
}
#multilinktab input[type=button]{
	padding: 5px 10px 5px 10px !important;
}
#multilinktab .mlt1{
	padding-top: 0;
	padding-bottom: 0;
	width: 50%;
}
#multilinktab .mlt1.nd{
	width: 100%;
}
#multilinktab .mlt1 textarea{
	margin: 0;
}
#multilinktab .mlt2{
	padding-top: 0;
	padding-bottom: 0;
	width: 50%;
}
#multilinktab .mlt1 input, #multilinktab .mlt2 input{
	box-sizing: border-box;
	width: 100%;
}
#multilinktab td.mltb3{
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
	padding-right: 0px;
}
#multilinktab input.mlt3{
	height: 33px;
	width: 38px;
}
#multilinktab tr td div{
	background-color: #fcfefe;
	padding: 4px 6px;
	margin-bottom: 2px;
    display: flex;
    border-bottom: 2px double #266e97;
    border-top: 1px solid #9cbfd2;
    border-left: 1px solid #9cbfd2;
    border-right: 1px solid #9cbfd2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#multilinktab tr td div:focus-within{
    border-bottom: 2px double #005e79;
    transition: border-bottom 1s ease, color 1s ease;
}
#multilinktab tr td div textarea {
	outline: none;
	padding: 0;
	border: none;
	text-indent: 0px;
	padding-top: 4px;
}
input.mlinkd{
	height: 22px;
}
textarea.mlink, textarea.mlinkd{
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	resize:none;
	height: 22px;
	white-space: pre;
	scrollbar-width: none;
}
textarea.mlink::-webkit-scrollbar, textarea.mlinkd::-webkit-scrollbar {
   display: none;
 }
#pplbtn{
	padding-top:7px;
}
#qrcodeimg{
	border: 1px solid #12538e;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: right; 
	margin-left: 10px; 
	width: 100px;
}
#urlwishavailable{
	color: #007600;
}
img.multicopy{
	opacity: 0.4;
	margin-left: 7px;
	padding-top: 4px;
	height: 1em;
	box-sizing: border-box;
	transition: opacity 0.5s ease;
}
img.multicopy:hover{
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.5s ease;
}
:root{
	--timepickerborder: #266e97;
}
#embedind #top{
	display: none;
}
#embedind #contentdiv{
	width: 750px;
	z-index: 10;
    border: 2px solid #003482;
}
#embedind #centereddiv{
	margin-bottom: 0px;
	margin-left: 0; 
	margin-right: 0; 
	border-left: none; 
	border-right: none;
	border-top: none; 
	border-bottom: none;
}
#embedind #linksbottom{
	display: none;
}
#embedind #linkstop{
	margin-bottom: 0;
}
#embedind body{
	background: none;
}
#embedind #hintinda{
	display: none;
}
.flrightmarleftten{
	float: right; 
	margin-left: 10px;
}
#thankyou.mob{
	position: absolute; z-index: 10; color: red; font-size: 2.3em; margin-left: 7%;
}
#thankyou.nm{
	color: red; font-size: 3em; padding-left: 45px; padding-top: 25px;
}
#thximg{
	z-index: 9; max-width: 100%;
}
#thxbgimg{
	background-image: url('../img/spende-danke.png'); width: 750px; height: 477px;
}
.margin25{
	margin: 25px;
}

#andapimg{
	margin-left: 10px;
	float: right; 
	width: 96px;
}
#andaphintimg{
	vertical-align:middle; padding-bottom: 5px; height: 40px; float:left;
}
.width100percent{
	width: 100% !important;
}
#faqqr{
	float: left; 
	margin-top: 3px; 
	margin-right: 10px;
}
#faqlist{
	padding-inline-start: 25px;
}
#faqlist li{
	margin-bottom: 7px;
}
#faqlist li a{
	font-weight: normal;
}
#redsec{
	display: inline-block;
	text-align: center;
}
.extensionhint{
	margin: 25px; 
	color: #005500;
}
.flexvert{
	display: flex;
	align-items: baseline;
}
.margintop5{
	margin-top: 5px;
}
.margintop7{
	margin-top: 7px;
}
.margintop10{
	margin-top: 10px;
}
.margintop15{
	margin-top: 15px;
}
.margintop25{
	margin-top: 25px;
}
.marginbottom10{
	margin-bottom: 10px;
}
.marginbottom15{
	margin-bottom: 15px;
}
.marginright5{
	margin-right: 5px;
}
.marginleft0{
	margin-left: 0px !important;
}
.lh2em{
	line-height: 2em;
}
.nowrap{
	white-space: nowrap;
}
.multilinkhintspace, #multilinklinkheading{
	clear: both; 
	padding-top: 5px;
}
.pad0{
	padding: 0px !important;
}
.padleft1{
	padding-left: 1px;
}
div:where(.swal2-container){
	user-select: none;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
	background-color: #266e97 !important;
	text-shadow: none;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{
	box-shadow: 0 0 0 3px #266e9750 !important;
}

div.swal2-actions > button:hover {
	background: #266e97 !important;
	border: initial !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel{
	background-color: #737373 !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus{
	box-shadow: 0 0 0 3px #73737350 !important;	
}

div:where(.swal2-container) div:where(.swal2-popup) {
	font-size: 0.9rem !important;
}
#swal2-input, #swal2-textarea{
	border: 1px solid #545454 !important;
}
#swal2-input:focus, #swal2-textarea{
	box-shadow: none;
	border: 1px solid #545454 !important;
}
#swal2-textarea{
	resize: none;
	text-indent: initial;
}

#linksBottomLangSwitch{
	float: left;
	display: block;
}

.highlightgray{
	background-color: #d7d7d7;
}
#multilinkabusehint{
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 50px;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
}
#mldesc{
	margin-top:5px;
	margin-bottom: 30px;
	clear: both;
}
.clearboth{
	clear: both;
}
div#addtags.innerdashbox{
	padding-top: 15px;
}
.tagitm{
	margin-top: 10px;
	margin-bottom: 10px;
}
#nogroupselected{
	margin-top: 10px;
	margin-bottom: 0px;
}
#colorchoosing{
	display: flex;
	line-height: initial;
}
#qrdlform #colorchoosing div{
	margin-top: 4px;
}
#colorchoosing #qrcolordifferencewarning{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 7px;
	color: darkred;
}
#indcolorchoosing #colorchoosing{
	margin-top: 5px;
}
#qrredchoosing{
	margin-bottom: 15px;
}
#qrlogohint{
	clear: both;
	display: none;
	padding-top: 25px;
}
#qrdlform td{
	padding-left: 7px;
}
#qrdlform input{
	margin-left: 0;
}
#qrdlform select{
	padding-top: 6px;
    padding-bottom: 6px;
}
#qrdlform table tr{
	line-height: 2em;
}
#qrdlform table th{
	text-align: right;
}
#qrdlform table th, #qrdlform table td{
	vertical-align: top;
}
#qrdlform table #qrformmathtr > td{
	padding-bottom: 7px;
}
#qrimgovl{
	image-rendering: pixelated; /* Ensures no smoothing of edges */
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard) */
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard) */
}
#qrindhid{
	margin-top: 25px;
}
div.optitm{
	margin-bottom: 20px;
}
#domselman{
	margin-top: 15px;
	margin-bottom: 10px;
}
#targeturl{
	user-select: all;
}
#pwreglink{
	padding-left: 2px;
	padding-right: 2px;
}
@keyframes alertFadeIn {
	from {
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes alertFadeOut {
from {
	opacity: 1;
	transform: scale(1);
}
to {
	opacity: 0;
	transform: scale(0.8);
}
}
.alertFadeIn {
	animation: alertFadeIn 0.3s forwards;
}
.alertFadeOut {
	animation: alertFadeOut 0.15s forwards;
}
.vatoppd7{
	padding-top: 7px;
	vertical-align: top;
}
#openshorteneroptions{
	user-select: none;
}
#qrcolorexample{
    margin-right: 10px;
    height: 50px;
    width: 50px;
    display: grid;
    grid-template-columns: repeat(5, 10px);
    grid-template-rows: repeat(5, 10px);
    padding: 5px;
    border: 2px solid #333;
	float: left;
}
#qrcolorexample div {
    width: 10px;
    height: 10px;
}
#qrcolorexample div.b {
    background-color: black;
}
#qrcolorexample div.w {
    background-color: white;
}
input[type=color] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 25px;
    height: 25px;
    box-sizing: content-box;
    padding: 0;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden; 
}
input[type=color]::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 50%;
}
input[type=color]::-webkit-color-swatch {
    border-radius: 50%;
    border: 2px solid #000000;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
input[type=color]::-moz-color-swatch {
    border-radius: 50%;
    border: 2px solid #000000;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#aftercreationhint{
	text-align: center;
    padding: 10px 5px 0px 5px;
    border-radius: 10px;
}
#abuse-form input, #at-form input, #abuse-form textarea, #at-form textarea{
	box-sizing: border-box;
}
#abuse-form label, #at-form label{
	margin-bottom: 5px;
}
#abuse-form input, #abuse-form textarea, #at-form input, #at-form textarea{
	text-indent: 0;
	padding: 8px;
}
#abuse-form textarea, #at-form textarea{
	resize: vertical;
	min-height: 50px;
	max-height: 200px;
}
#abuse-chal, #at-chal{
	font-family: monospace;
	font-size: 1.2em;
	letter-spacing: 2px;
	background: white;
	padding-top: 5px;
	padding-bottom: 5px;
}
#abuse-form-fail, #at-form-fail{
	padding: 10px;
	text-align: center;
	color: #e20613;
	border: 2px solid #e20613;
	background: white;
	margin-bottom: 25px;
	border-radius: 10px;
}
#abuse-form-success, #at-form-success{
	padding: 10px;
	text-align: center;
	color: #1f6c07;
	border: 2px solid #1f6c07;
	background: white;
	margin-bottom: 25px;
	border-radius: 10px;
}
#at-confirm{
	border: 1px solid #ccc;
    padding: 7px 17px 12px 17px;
    border-radius: 5px;
    text-align: justify;
    background: white;
	display: none;
}
#at-confirm-rules{
	margin-top: 5px;
}
#at-confirm legend{
	font-weight: bold;
}
#at-confirm  ul li{
	text-align: left;
}
#qrgen-opt-list fieldset legend{
	font-weight: bold;
	text-align: center;
	color: #0d4564;}
#qrgen-opt-list fieldset{
	padding-top: 7px;
	background: white;
	border-radius: 7px;
border: 2px solid #12538e;}
#qrgen-opt-list .qrgen-opt{
	border-radius: 7px;
	padding: 10px 15px;
	margin-bottom: 6px;
	cursor: pointer;	
	user-select: none;
	background: none;
	transition: background 0.25s ease, background-color 0.25s ease, border 0.25s ease;
border: 1px solid #12538e;}
.qrgen-opt > form, .qrgen-opt > table, .qrgen-opt div.qrgen-innerform-style{
	cursor: default;
}
.qrgen-opt-intro > strong{
	color: #0d4564;}
#qrgen-opt-list .qrgen-opt-box{
	display: flex;
	align-items: center;
}
#qrgen-opt-list .qrgen-opt:hover, #qrgen-opt-list .qrgen-opt.hover-simulate{
	background: linear-gradient(180deg, rgb(232 246 255 / 60%) 0%, rgb(204 238 255 / 60%) 25%, rgb(222 240 255 / 60%) 50%, rgb(225 242 255 / 60%) 78%, rgb(218 239 255 / 60%) 100%);
transition: background 0.25s ease, background-color 0.25s ease;}
.qrgen-opt-img{
	width: 25px;
	flex-shrink: 0;
	margin-right: 12px;
}
.qrgen-opt-img svg{
	display: block;
	overflow: hidden;
	vertical-align: middle;
	fill: #0d4564;	
}
.qrgen-innerform-style{
	margin-left: 35px;
	padding: 10px 15px;
    border-radius: 7px;
    box-shadow: none;
	background: white;
	display: inline-block;
	border: 1px solid #4f68ab;	
}
.qrgen-innerform-style.ml0{
	margin-left: 0;
	margin-right: 0;
}
.qrgen-innerform.fw{
	width: 100%;
	box-sizing: border-box;
}
.qrgen-innerform textarea{
	width: 100%;
	height: 100px;
    min-height: 100px;
    max-height: 500px;
    margin-top: 5px;
    box-sizing: border-box;
    resize: vertical;
	font-weight: normal;
}
.qrgen-innerform.fw input[type='text'], .qrgen-innerform.fw input[type='email'], .qrgen-innerform.fw input[type='url'], .qrgen-innerform.fw input[type='number']{
	width: 100%;
	box-sizing: border-box;
}
.qrgen-innerform.fw input[type='checkbox'], .qrgen-innerform input[type='submit']{
	margin-top: 10px;
	margin-left: 0px;
}
.qrgen-innerform label{
	padding-bottom: 5px;
}
.qrgen-innerform form{
	padding: 0;
	margin: 0;
}
#qrgen-opt-ex input[type='text']{
	width: 150px;
	margin-right: 5px;
}
#qrgen-opt-ex select{
	margin-right: 5px;
}
#qrgen-opt-new-shorturl-menu input[type='button']{
	margin-right: 5px;
}
#qrtitlearea{
	margin-bottom: 10px;
}
#qrtitleback{
	margin-bottom: 15px;
	margin-right: 10px;
}
#qrtitlearea h2{
	display: inline;
}
#qrusercontentov{
	display: none;
	max-width: 100%;
    word-break: break-word;
	margin-top: 15px;
	clear: both;
	background: white;
	border-style: solid;
	border-color: #266e97;
border-radius: 6px;	
}
#qrusercontentov legend{
	font-weight: bold;
	color: #12538e;	
}
#qrusercontentov div{
	padding-top: 12px;
    font-family: monospace;
	font-size: 13px;
color: #001421;
background-color: #ffffff;}
#qrrightside{
	padding-bottom: 15px;
}
#qrgen-opt-wifi-tab{
	margin-top: 7px;
}
#qrgen-opt-wifi-tab th, #qrgen-opt-vcard-vcardqrform th, #qrgen-opt-geotag-form th, #qrgen-opt-ical-form th, #qrgen-opt-mailto-form th{
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}
#qrgen-opt-mailto-form th{
	width: 180px;
}
#qrgen-opt-wifi-tab td input[type='text'], #qrgen-opt-wifi-tab td input[type='password'], #qrgen-opt-wifi-tab select, #qrgen-opt-wifi-tab input[type=submit]{
	width: 170px;
	box-sizing: border-box;
}
#qrgen-opt-vcard-vcardqrtab, #qrgen-opt-geotag-form, #qrgen-opt-ical-form{
	margin-top: 7px;
}
#qrgen-opt-mailto-menu label{
	margin-top: 10px;
	padding-bottom: 0px;
}
#qrgen-opt-geotag-form input{
	width: 250px;
	box-sizing: border-box;
}
#qrgen-opt-ical-icaltab, #qrgen-opt-ical-icaltab input[type=text], #qrgen-opt-ical-icaltab input[type=url], #qrgen-opt-ical-icaltab textarea{
	width: 100%;
	box-sizing: border-box;
}
#qrgen-opt-ical-start-day, #qrgen-opt-ical-end-day, #qrgen-opt-ical-cycle-stops-day-input, .qrgen-opt-ical-cycle-exception{
	width: 95px !important;
	text-align: center;
}
#qrgen-opt-ical-start-time, #qrgen-opt-ical-end-time{
	width: 90px !important;
	text-align: center;
}
#qrgen-opt-ical-repeat-interval{
	width: 30px;
}
#qrgen-opt-ical-repeat-count{
	width: 40px;
}
#qrgen-opt-ical-repeat-cycle-stops{
	width: 65px;    
	margin-top: 3px;
    margin-bottom: 3px;
}
#qrgen-opt-ical-repeat-cycle{
	text-align: center;
}
.qrgen-opt-ical-cycle-exception{
	margin-top: 5px;
}
#qrgen-opt-mailto-tab, #qrgen-opt-mailto-tab input[type=text], #qrgen-opt-mailto-tab textarea{
	width: 100%;
	box-sizing: border-box;
}
.qrgenhint{
	margin-top: 12px;
}
#qrgen-opt-vcard-version{
	width: 100%;
}
#qrgen-opt-vcard-actit, #qrgen-opt-vcard-zip{
	width: 70px;
	min-width: auto;
}
#qrgen-opt-vcard-actit{
	text-align: center;
}
#qrgen-opt-logo-preview {
	width: 500px; 
	height: 500px;
 
	aspect-ratio: 1 / 1;
	display: flex; 
	justify-content: center; 
	align-items: center; 
	padding: 0px 8px 8px 8px;
}
#qrgen-opt-logo-preview-box fieldset{
	display: inline-block;
	padding: 0;
	margin-bottom: 5px;
}
#qrgen-opt-logo-bg-shape{
	margin-bottom: 15px;
}
#qrgen-opt-logo-bg-color-box{
	margin-top: 25px;
	display: table-row;
}
.qrgen-opt-logo-bg-color-label{
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}
#qrgen-opt-logo-target-size{
	width: 50px;
}

#qrcodefactory #h2box{
	margin-bottom: 5px;
}
#qrcodefactory #h2box #h2ind{
	padding-left: 3px;
}
#qrcodefactory #h2box #hintind{
	padding-right: 3px;
}
#qrgen-opt-logo-fg-chosen{
	padding-bottom: 10px;
}
#qrgen-opt-ical-repeat-form{
	width: 100%;
	box-sizing: border-box;
}
#qrcodefactory{
	margin-bottom: 10px;
}
#qrcodefactory select{
	text-align: center;
}
#qrcodefactory input[type=button], #qrcodefactory input[type=submit], #qrcodefactory button{
	margin-bottom: 7px;
}
#qrcodefactory input[type=file]{
	width: 90%;
}
#qrcodefactory input[type='text'], #qrcodefactory input[type='url'], #qrcodefactory input[type='number'], #qrcodefactory input[type='email'],  #qrcodefactory textarea{
	color: black;
	font-weight: normal;
}
#qrgen-load-template{
	display: none;
}
#qrgen-load-template fieldset{
	padding: 10px 15px 15px 15px;
}
#qrgen-load-template-failed{
	color: #c20000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.qrgen-innerform-style input[type=range], #qrgen-opt-logo-bg-shape{
	width: 330px;
}
#qrsavetemplate{
	margin-left: 5px;
}

#whitelistoptioninfo fieldset{
	border: 1px solid black;
	border-radius: 7px;
}
#whitelistoptioninfo fieldset legend{
	font-weight: bold;
}
#whitelistoptioninfo{
	padding-bottom: 10px;
}

div.innerdashbox fieldset{border-radius: 3px 3px 13px 13px; border: 1px solid #4f8aab;} #result{line-height: initial; font-size: 13px; box-sizing: border-box; display: inline-block; padding: 7px 10px 8px 9px; background: white; border-radius: 6px; border: 2px solid #266e97;} #result:empty{display: none;} input[type=text], input[type=number], input[type=password], input[type=url], input[type=email], textarea { transition: border .5s ease, color .5s ease; }.app_teaser{color: #356171;} div.showtarget{margin: 10px 0;} #options-h3, #h2ind{padding-left: 16px;} div.innerdashbox{ margin-top: 5px; padding: 20px; border-radius: 3px 3px 13px 13px; box-shadow: none; border: 1px solid #4f8aab; }div.dashbox{ background: white; border-radius: 3px 3px 30px 30px; box-shadow: rgb(15 21 26 / 36%) 0px 1px 4px -2px, rgba(15, 21, 26, 0.1) 0px 2px 2px -1px; border: 2px solid #12628e; margin-top: 4px;}#linkstop a, #linksbottom a {font-size: 0.86em; font-family: 'Nunito';} #linkstop, #linksbottom, #linksbottomin{}#linkstop{background: #007eccdd; background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 23%, transparent 23%), linear-gradient(to bottom, #0071b7dd, #0074bcdd, #0077c1dd, #007bc7dd, #007eccdd); background-size: 11px 11px, cover; background-repeat: repeat, no-repeat; padding: 13px 0 13px 0; box-shadow: rgba(15, 21, 26, 0.15) 0px 5px 6px 0px;} #linkstopin{width: 700px; margin-left: auto; margin-right: auto; display: flex; justify-content: space-between;} #linksbottom{background: #007eccdd; border-top: 1px solid #099cc5; padding: 13px 0; padding-bottom: 15px; box-shadow: rgba(15, 21, 26, 0.15) 0px -5px 6px 0px; background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 27%, transparent 27%), linear-gradient(to bottom, #0071b7dd, #0074bcdd, #0077c1dd, #007bc7dd, #007eccdd); background-size: 10px 10px, cover; background-repeat: repeat, no-repeat; padding-bottom: 15px; background-position: 10px 9px, 0px 0px;} #linksbottomin{width: 700px; margin-left: auto; margin-right: auto; display: flex; justify-content: space-between;}#contentdiv{box-sizing: border-box; border: none; background: unset; margin-left: auto; margin-right: auto; width: 750px; padding-top: 32px; padding-bottom: 32px;} #top{background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 23%, transparent 23%), linear-gradient(to bottom, #0071b7dd, #0074bcdd, #0077c1dd, #007bc7dd, #007eccdd); background-size: 11px 11px, cover; background-repeat: repeat, no-repeat; padding: 20px 0;} h1#siteh1{margin-top: 0; width: 700px; margin-left: auto; margin-right: auto; text-align: left; margin-bottom: 0;} span#slogan{font-weight: 600; width: 770px; display: inline-flex; margin-left: 75px;} h1 a{font-weight: 700;}html{height: 100%; width: 100%; background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 23%, transparent 23%), linear-gradient(to bottom, #0071b7dd, #0074bcdd, #0077c1dd, #007bc7dd, #007eccdd); background-size: 10px 10px, cover; background-repeat: repeat, no-repeat;}span.io { visibility: hidden; position: relative; }
span.io:after{ visibility: visible; position: absolute; top: 0; left: 0; content: "·" } .innerdashbox label{padding-top: 1px;} #copyshortenedurl{margin-left: 0px;} #centereddiv{margin-top: 0px; width: 100%;} #serviceshortinfo{padding: 5px 15px;} a, a:hover{transition: text-shadow .25s ease;} #linkstop a:hover, #linksbottom a:hover{ text-shadow: 1px 1px #2e7999;} h1#siteh1 a:hover{color: white; text-shadow: 1px 1px #2e7999;} #options{margin-left: 0;} #linkstop, #linksbottomin{z-index: 2; position: relative;} #hintind{ padding-top: 1px; padding-right: 16px;}  #qrcodeimg{border-width: 2px;} #qrimgconin{border: 2px solid #266e97;}
#contentdiv{padding: 25px;} #dind #contentdiv{padding: 20px 10px;} #ind_target_url{width: 453px;}
