@charset "UTF-8";
@import url(font-nunito.css);
@import url(font-source-sans-pro.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: 'Source Sans Pro', verdana, arial, helvetica, geneva, sans-serif;
font-size: 1.15em;
background: url(../img/cover/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #1a1f23}
strong.nostrong{
	font-weight: normal;
}
#settingshint{
	margin-top: 5px;
	margin-bottom: 15px;
}
h1{
font-family: 'Nunito', cursive, Arial;
color: white;
text-shadow: 2px 2px 1px rgba(53, 45, 37, 1);
padding-bottom: 0px;
margin-top: 20px;
margin-bottom: 0px;
font-size: 1.6em;
padding-top: 0px;
margin-top:15px;}
h1 a{
color: #ffffff;
}
h1 a:hover, h1 a:active{
color: #dee5ec;
}
#slogan{
color: white;
font-family: 'Nunito', cursive;
text-shadow: 1px 1px 1px rgba(53, 45, 37, 1);
margin-left: 67px;
font-size: 1.0em;
}
#slogan a{
color: #ffffff
}
#slogan a:hover{
color: #fff2b7;
transition: color 1s ease;
}
#slogan b, #slogan strong{
font-weight: normal;
}
#sloganh2{
display: inline;
font-size: 1.0em;
}
#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;
}
#optionsdashbox a{
	user-select: none;
}
#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;
	user-select: none;
}
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: right;
margin-right: 15px; margin-left: 15px;
}
#linkstop a, #linksbottom a{
	word-spacing: 0px;
	font-weight: normal;
	line-height: 0.84em;
	font-size: 0.84em;
color: white;
text-shadow: 1px 1px 1px rgba(53, 45, 37, 1);
}
#short_url_creator{
	margin-bottom: 15px;
} 
#linksbottom {
	margin-top: 7px;
}
a {
	text-decoration: none;
	font-weight: bold;
	transition: color 1s ease;
	color: #174e7e;
}
a:hover{
	transition: color 1s ease;
color: #2476dc;
}
a:active{
	color: #2476dc;
}
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: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
background-color: #ecedf5;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa) );
background: -moz-linear-gradient(top, #fff, #fafafa);
border: 2px solid #174e7e;
}
div.showtarget{
	display: inline-block;
	margin-left: 0;
	max-width: 75%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 10px;
	padding: 5px;
border: 2px solid #174e7e;
background-color: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5) );
background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
}
div.innerdashbox {
	margin-top: 10px;
	padding: 25px;

user-select: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #174e7e;
background-color: rgba(255,255,255,0.18);
}
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: #fcfcfe;
border-bottom: 2px double #0f3c6b;
border-top: 1px solid #2369b2;
border-left: 1px solid #2369b2;
border-right: 1px solid #2369b2;
color: #074983;
font-weight: bold;
font-size: 14px;	
}
textarea{
	text-indent: 0;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
border-bottom: 2px double #0e3d6f;
transition: border-bottom 1s ease, color 1s ease;
color: #0e3d6f;
}
input[disabled], select[disabled]{
color: #a9a9a9;
	
}
input:disabled::-webkit-input-placeholder, textarea:disabled::placeholder {
color: #a9a9a9;
}
input:disabled:-moz-placeholder { 
color: #a9a9a9;
}
input:disabled::-moz-placeholder {
color: #a9a9a9;
}
input:disabled:-ms-input-placeholder {
color: #a9a9a9;
}
input::-webkit-input-placeholder, textarea::placeholder {
color: #a9a9a9;
}
input:-moz-placeholder { 
color: #a9a9a9;
}
input::-moz-placeholder {
color: #a9a9a9;
}
input:-ms-input-placeholder {
color: #a9a9a9;
}
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: 6px 10px;
font-size: 0.95em;
font-family: 'Source Sans Pro', 'Arial';
color: #ffffff;
font-weight: bold;
text-shadow: 1px 1px 2px #000;
border: solid 1px #0026a1;
background-color: #2184eb;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3890e8), to(#2576be));
background: -moz-linear-gradient(top, #3890e8, #2576be);
transition: background 1s ease, background-color 1s ease, border 1s 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 {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3887d7), to(#195d99) );
background: -moz-linear-gradient(top, #3887d7, #195d99);
transition: background 1s ease, background-color 1s ease;
}
input[type=button]:active, input[type=submit]:active, button:active {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3178c1), to(#124a7b) );
background: -moz-linear-gradient(top, #3178c1, #124a7b);
transition: background 1s ease, background-color 1s ease;
}
input[type=button]:disabled, input[type=submit]:disabled, input[type=button]:disabled:hover, input[type=submit]:disabled:hover, button:disabled{
	background: initial;
border: solid 1px #9a9a9a;
text-shadow: 1px 1px 2px #5d5d5d;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6d6d6), to(#bababa) );
background: -moz-linear-gradient(top, #d6d6d6, #bababa);
}

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: white;
text-shadow: 1px 1px 2px #000;
font-weight: bold;
font-size: 0.9em;
border: solid 1px #0026a1;
padding-top: 4px;
padding-bottom: 4px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3890e8), to(#2576be) );
background: -moz-linear-gradient(top, #3890e8, #2576be);
}
select:hover{
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3887d7), to(#195d99) );
background: -moz-linear-gradient(top, #3887d7, #195d99);
}
select:active{
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3178c1), to(#124a7b) );
background: -moz-linear-gradient(top, #3178c1, #124a7b);
}
option{
color: black;
background-color: white;
text-shadow: none;
}
#form_prestart, #form_preend{
	width: 95px;
	text-align: center;
	margin-right: 7px;
min-width: 106px;
}
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 {
width: 790px;
position: relative;
margin-left: auto;
margin-right: auto;
}
#centereddiv {
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	width: 790px;
}
#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: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #353535	}
#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%;
	font-size: 0.9em;
}
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: 150px;
}
#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: #000f5f;
}
.javascriptwarnung{
	font-size: 0.9em;
	margin: 20px;
	padding: 10px;
	text-align: center;
	border: 3px solid #b30000;}
.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: #ffffff00;
}
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;
	display: none;
}

#cptchtask{
color: black;
}
img.cptch_digits{
	height: 0.74em;
}
table.donate{
	width: 80%;
}
table.donate tr td{
	width: 50%; 
	text-align: center; 
	vertical-align: top;
}
#privacyhint{
	color: #a11e00;
font-size: 0.65em;
	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 #174e7e;
}
#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: #fcfcfe;
	padding: 4px 6px;
	margin-bottom: 2px;
    display: flex;
    border-bottom: 2px double #0f3c6b;
    border-top: 1px solid #2369b2;
    border-left: 1px solid #2369b2;
    border-right: 1px solid #2369b2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#multilinktab tr td div:focus-within{
    border-bottom: 2px double #0e3d6f;
    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 #174e7e;
	-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: #174e7e;
}
#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;
}
#faqanswers strong[id]{
	padding-top: 15px;
}
#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: #174e7e !important;
	text-shadow: none;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{
	box-shadow: 0 0 0 3px #174e7e50 !important;
}
div.swal2-actions > button:hover {
	background: #174e7e !important;
	border: initial !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active, div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{
	border-width: 0 !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: #174e7e;}
#qrgen-opt-list fieldset{
	padding-top: 7px;
	background: white;
	border-radius: 7px;
border: 2px solid #174e7e;}
#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 #174e7e;
background: white}
.qrgen-opt > form, .qrgen-opt > table, .qrgen-opt div.qrgen-innerform-style{
	cursor: default;
}
.qrgen-opt-intro > strong{
	color: #134169;}
#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: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d1eaffb3));
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: #174e7e;	
}
.qrgen-innerform-style{
	margin-left: 35px;
	padding: 10px 15px;
    border-radius: 7px;
    box-shadow: none;
	background: white;
	display: inline-block;
	border: 1px solid #174e7e;	
}
.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: #174e7e;
border-radius: 6px;	
}
#qrusercontentov legend{
	font-weight: bold;
	color: #174e7e;	
}
#qrusercontentov div{
	padding-top: 12px;
    font-family: monospace;
	font-size: 13px;
background-color: #ffffff;}
#qrclbt{
	clear: both;
}
#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;
}

#indlogin{
	font-size: 0.85em;
}
#indlogin input{
	width: 220px;
	text-align: center;
	margin-top: 5px;
}
#swal2-title{
	font-size: 22px;
	margin-top: 10px;
}
.swal2-icon {
	display: none !important;
}
div:where(.swal2-container) div:where(.swal2-footer){
	margin-top: 35px !important;
	margin-bottom: 25px !important;
}
div:where(.swal2-container) div:where(.swal2-validation-message){
	margin-top: 8px !important;
	margin-bottom: 10px !important;
}
#qrimgconin{border-color: #174e7e;} strong, b, th, label{font-weight: 600;} .qrgen-opt-intro{color: black;} div.innerdashbox fieldset{border-radius: 5px; border: 1px solid #174e7e;} #hintind{ padding-top: 2px; }
#shortenerOptionsDropdown{ padding-top: 1px; font-size: 16px;}
div.dashbox{width: 682px;} #options-h3{margin-bottom: 7px; margin-top: 25px;} #options-h3,#h2ind{padding-left:10px;} #options{margin-left: 0px;} #ind_target_url{width: 470px;} #hintind{padding-right: 10px;} #qrcodefactory{padding: 0 5px;} #centereddiv{margin-bottom: 0px; margin-top: 12px;} #mainwrapper{box-shadow: 0px 0px 15px #000000a6; border: 1px solid #54545491;padding: 5px 28px; margin-top: 35px; margin-bottom: 50px; width: 790px; margin-left: auto; margin-right: auto; background: #585858; border-radius: 5px; background: linear-gradient(350deg, rgba(88, 88, 88, 75%) 0%, rgb(88 88 88 / 87%) 25%, rgba(88, 88, 88, 1) 58%, rgb(88 88 88 / 70%) 78%, rgba(88, 88, 88, 1) 99%);} #embedind #mainwrapper{padding: 0; border: none;} #short_url_creator{margin-bottom: 10px;}