@charset "UTF-8";
@import url(font-valera-round.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.1em;
background: url(../img/cover/kurzelinks.de-less-color.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-top: 35px;
color: #352527}
strong.nostrong{
	font-weight: normal;
}
#settingshint{
	margin-top: 5px;
	margin-bottom: 15px;
}
h1{
font-family: 'Varela Round', Verdana;
font-size: 1.8em;
color: white;
text-shadow: 2px 2px 1px #352527bf;
margin-bottom: 0px;
padding-bottom: 0px;
margin-top: 20px;
padding-top: 20px;
}
h1 a{
color: #ffffff;
}
h1 a:hover, h1 a:active{
}
#slogan{
margin-left: 3px;
color: white;
text-shadow: 1px 1px 1px rgba(53, 37, 39, 1);
font-family: 'Varela Round', Verdana;
font-size: 0.88em;
}
#slogan a{
}
#slogan a:hover{
}
#slogan b, #slogan strong{
font-weight: normal;
}
#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;
}
#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 {
	white-space: nowrap;
	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;
text-shadow: 1px 1px 1px rgba(53, 37, 39, 1);
}
#short_url_creator{
	margin-bottom: 15px;
} 
#linksbottom {
	margin-top: 7px;
}
a {
	text-decoration: none;
	font-weight: bold;
	transition: color 1s ease;
	color: #950808;
}
a:hover{
	border-bottom: 1px dashed #ac3b3b;
}
a:active{
	border-bottom: 1px dashed #ac3b3b;
}
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: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 5%, rgba(255,245,245,1) 50%, rgba(255,255,255,1) 95%);
border: 2px solid #b54b4b;
}
div.showtarget{
	display: inline-block;
	margin-left: 0;
	max-width: 75%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
	padding: 5px;
border: 2px solid #b54b4b;
background-color: #fff6f6;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9e1e0));
background: -moz-linear-gradient(top, #fff, #f9e1e0);
}
div.innerdashbox {
	margin-top: 10px;
	padding: 25px;

user-select: none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 2px solid #b54b4b;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 5%, rgba(255,240,240,1) 50%, rgba(255,255,255,1) 95%);
}
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: #fefcfc;
border-bottom: 2px double #a03e3e;
border-top: 1px solid #d29c9c;
border-left: 1px solid #d29c9c;
border-right: 1px solid #d29c9c;
olor: #4a2f2f;
font-size: 13px;
}
textarea{
	text-indent: 0;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
	border-bottom: 2px double #950808;
transition: border-bottom 1s ease, color 0.5s ease;
color: #931e1e;
}
input[disabled], select[disabled]{
color: #b88585;
	
}
input:disabled::-webkit-input-placeholder, textarea:disabled::placeholder {
color: #b88585;
}
input:disabled:-moz-placeholder { 
color: #b88585;
}
input:disabled::-moz-placeholder {
color: #b88585;
}
input:disabled:-ms-input-placeholder {
color: #b88585;
}
input::-webkit-input-placeholder, textarea::placeholder {
color: #b88585;
}
input:-moz-placeholder { 
color: #b88585;
}
input::-moz-placeholder {
color: #b88585;
}
input:-ms-input-placeholder {
color: #b88585;
}
input[type="file"]::file-selector-button{
	margin-right: 5px;
}
input[type=button], input[type=submit], button, input[type="file"]::file-selector-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;
color: #333;
border-radius: 8px;
font-size: 13px;
color: #333;
font-weight: bold;
border: solid 2px #b54b4b;
background-color: #fafdff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffafa) );
background: -moz-linear-gradient(top, #ffffff, #fffafa); 
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 {
border: solid 2px #b54b4b;
background-color: #f6fcff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff6f6) );
background: -moz-linear-gradient(top, #ffffff, #fff6f6); 
transition: background 1s ease, background-color 1s ease, border 1s ease;
}
input[type=button]:active, input[type=submit]:active, button:active {
border: solid 2px #b54b4b;
background-color: #e6f0f6;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4e6e6) );
background: -moz-linear-gradient(top, #ffffff, #f4e6e6); 
}
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 1s ease, background-color 1s ease, border 1s 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: #950808;
font-weight: bold;
font-size: 13px;
border: solid 1px #a03e3e;
border-bottom: solid 2px #a03e3e;
padding-top: 4px;
padding-bottom: 4px;
background-color: #fafdff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafdff) );
background: -moz-linear-gradient(top, #ffffff, #fafdff); 
}
select:hover{
background-color: #fafdff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafdff) );
background: -moz-linear-gradient(top, #ffffff, #fafdff); 
}
select:active{
background-color: #fafdff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafdff) );
background: -moz-linear-gradient(top, #ffffff, #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 {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
width: 790px;
position: relative;
margin-left: auto;
margin-right: auto;
padding-bottom: 7px;
border-top-right-radius: 5px;
background-color: rgba(80, 20, 0, 0.3);
border-left: 28px solid rgba(80, 20, 0, 0);
border-right: 28px solid rgba(80, 20, 0, 0);
}
#centereddiv {
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
	width: 790px;
background-color: rgba(80,20,0,0.3);
border-left: 28px solid rgba(80,20,0,0.3);
border-right: 28px solid rgba(80,20,0,0.3);
border-top: 5px solid rgba(80,20,0,0.3);
border-bottom: 5px solid rgba(80,20,0,0.3);
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
#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: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		border: 2px solid #b54b4b	}
#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: #922626;
}
.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: #950808;
}
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: #631616;
}

#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: #950808;
font-size: 0.68em;
	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 #b54b4b;
}
#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: 6px 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: #fefcfc;
	padding: 4px 6px;
	margin-bottom: 2px;
    display: flex;
    border-bottom: 2px double #a03e3e;
    border-top: 1px solid #d29c9c;
    border-left: 1px solid #d29c9c;
    border-right: 1px solid #d29c9c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#multilinktab tr td div:focus-within{
    border-bottom: 2px double #950808;
    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 #950808;
	-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: #b54b4b;
}
#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: #950808 !important;
	text-shadow: none;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus, {
	box-shadow: 0 0 0 3px #95080850 !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:active{
	background: #950808 !important;
}
div.swal2-actions > button:hover {
	background: #950808 !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;
}
#swal2-html-container input{
	text-indent: 0;
}
h1 span.font05em{
	font-size: 0.5em;
}

#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;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	z-index: 100;
}
#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;
}
#pubusreqat{
	margin: 10px;
}
#qrgen-opt-list fieldset legend{
	font-weight: bold;
	text-align: center;
	color: #950808;}
#qrgen-opt-list fieldset{
	padding-top: 7px;
	background: white;
	border-radius: 7px;
border: 2px solid #950808;}
#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 #950808;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(255, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 95%);}
.qrgen-opt > form, .qrgen-opt > table, .qrgen-opt div.qrgen-innerform-style{
	cursor: default;
}
.qrgen-opt-intro > strong{
	color: #810000;}
#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(255 255 255) 5%, rgb(255 236 236) 50%, rgb(255 253 253) 95%);
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: #810000;	
}
.qrgen-innerform-style{
	margin-left: 35px;
	padding: 10px 15px;
    border-radius: 7px;
    box-shadow: none;
	background: white;
	display: inline-block;
	border: 1px solid #950808;	
}
.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: #950808;
border-radius: 6px;	
}
#qrusercontentov legend{
	font-weight: bold;
	color: #950808;	
}
#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;
	font-size: 0.95em;
}
div.innerdashbox fieldset{border-radius: 10px; border: 2px solid #b54b4b; background: white;} #hintind{ padding-top: 1px; }