/* ==========================
   RADIO WAVE LOADER (based on your loader structure)
   uses only #loading-layer:before and :after
   ========================== */

#loading-layer{
  display:none;
  z-index:9999;
  position:fixed;
  top:0; left:0; right:0; bottom:0;
  width:100%; height:100%;
  text-indent:-9999px;
  overflow:hidden;
  white-space:nowrap;

  /* optional subtle dim */
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(2px);
}

/* center dot + wave ring */
#loading-layer:before,
#loading-layer:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  transform: translate(-50%, -50%);
}

/* center dot (station signal) */
#loading-layer:before{
  width:10px;
  height:10px;
  background: rgba(255,255,255,.92);
  box-shadow:
    0 0 0 6px rgba(255,255,255,.06),
    0 0 22px rgba(255,255,255,.20);
}

/* radio wave ring (pulsing outward) */
#loading-layer:after{
  width:14px;
  height:14px;
  background: transparent;
  border:2px solid rgba(255,255,255,.45);
  box-shadow: 0 0 24px rgba(255,255,255,.18);
  animation: radioWave 1.2s ease-out infinite;
}

@keyframes radioWave{
  0%{
    width:14px;
    height:14px;
    opacity:.9;
    transform: translate(-50%, -50%) scale(1);
  }
  70%{
    width:110px;
    height:110px;
    opacity:.18;
    transform: translate(-50%, -50%) scale(1);
  }
  100%{
    width:130px;
    height:130px;
    opacity:0;
    transform: translate(-50%, -50%) scale(1);
  }
}

	@-webkit-keyframes load1 {
		0%, 80%, 100% { -webkit-transform: translate(-100%, 0); }
		40% { -webkit-transform: translate(50%, 0) scale(.6, .6); }
	}
	@keyframes load1 {
		0%, 80%, 100% { transform: translate(-100%, 0); }
		40% { transform: translate(50%, 0) scale(.6, .6); }
	}
	@-webkit-keyframes load2 {
		0%, 80%, 100% { -webkit-transform: translate(100%, 0); }
		40% { -webkit-transform: translate(-50%, 0) scale(.6, .6); }
	}
	@keyframes load2 {
		0%, 80%, 100% { transform: translate(100%, 0); }
		40% { transform: translate(-50%, 0) scale(.6, .6); }
	}

.scriptcode,
	.title_spoiler, .text_spoiler { padding: 15px 20px; background: #fff; border: 1px solid #d9dcde; }

	.title_quote { margin-top: 2px; font-weight: bold; padding: 15px 5px;border-top: 3px solid #444;}
	.quote, blockquote {
		padding: 0 1em 1em 3em;
		border: 0 solid #444;
		border-top-width: 3px;
		border-bottom-width: 3px;
		font-family: Georgia, serif; font-style: italic;
		font-size: 1.0em;
		position: relative;
	}
	
	.title_quote + .quote {
		border-top-width: 0;
	}

	.quote:before, blockquote:before {
		position: absolute;
		left: 0; top: 0;
		content: "\0022";
		font-weight: bold;
		font-size: 4em;
		margin-left: -.1em;
	}
	.title_spoiler { margin-top: 2px; }
	.text_spoiler { margin-bottom: 2px; }
	.title_spoiler img { vertical-align: middle; margin: -1px 0 0 !important }
	.scriptcode { color: #4c6d0f; text-align: left; font-family: "Courier New" }
	.title_spoiler { font-weight: normal; }
	.text_spoiler { border-top: 0; text-align: justify; }

	.hide { background-color: #f0f0f0; padding: 5px; color: #4c6d0f; margin: 0 0 1em 0 }
	.hide a { text-decoration: underline; } .hide a:hover { text-decoration: none }

.calendar { width: 100%; text-align: center; font-size: .9em; margin-bottom: 0; }
.calendar tr td, .calendar tr th { padding: 3px; }
	.calendar tr td a { color: #3b82f6 !important; font-weight: bold; }
	.calendar tr td { padding: 5px 3px; }
	.calendar tr td.weekday, .calendar tr th.weekday { color: #3b82f6; }
	.calendar tr th { background-color: rgba(255,255,255,0.1); font-weight: bold; text-transform: uppercase; }
	.calendar tr th.monthselect { background-color: transparent; padding-bottom: 15px; }

.voteprogress, .pollprogress {
	overflow: hidden;
	height: 6px;
	margin-bottom: 10px;
	background-color: #e7e7e7;
	border-radius: 3px;
	margin-top: 6px;
}
	.voteprogress span, .pollprogress span {
		text-indent: -9999px;
		height: 6px;
		display: block;
		overflow: hidden;
		background-color: #3b82f6;
	}

.rating, .unit-rating { width: 150px; height: 30px; }
	.rating { font-size: 11px; }
	.unit-rating, .unit-rating li a:hover, .unit-rating li.current-rating {
		background-image: url(../dleimages/rating.png);
		-webkit-background-size: 30px auto; background-size: 30px auto;
	}
	.unit-rating {
		list-style: none;
		margin: 0; padding: 0;
		position: relative;
		background-position: 0 -30px;
	}
	.unit-rating li {
		text-indent: -90000px;
		padding: 0; margin: 0;
		float: left;
	}
	.unit-rating li a {
		display: block;
		width: 30px; height: 30px;
		text-decoration: none;
		border: 0 none !important;
		text-indent: -9000px;
		z-index: 17;
		position: absolute;
		padding: 0;
	}
	.unit-rating li a:hover {
		background-position: 0 -60px;
		z-index: 2;
		left: 0;
	}
	.unit-rating a.r1-unit { left: 0; }
	.unit-rating a.r1-unit:hover { width: 30px; }
	.unit-rating a.r2-unit { left: 30px; }
	.unit-rating a.r2-unit:hover { width: 60px; }
	.unit-rating a.r3-unit { left: 60px; }
	.unit-rating a.r3-unit:hover { width: 90px; }
	.unit-rating a.r4-unit { left: 90px; }
	.unit-rating a.r4-unit:hover { width: 120px; }
	.unit-rating a.r5-unit { left: 120px; }
	.unit-rating a.r5-unit:hover { width: 150px; }
	.unit-rating li.current-rating {
		background-position: 0 0;
		position: absolute;
		height: 30px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}

	.comment .rating, .comment .unit-rating { width: 75px; height: 15px; }
	.comment .unit-rating, .comment .unit-rating li a:hover, .comment .unit-rating li.current-rating {
		-webkit-background-size: 15px auto; background-size: 15px auto;
	}
	.comment .unit-rating { background-position: 0 -15px; }
	.comment .unit-rating li a { width: 15px; height: 15px; }
	.comment .unit-rating li a:hover { left: 0; background-position: 0 -30px; }
	.comment .unit-rating a.r1-unit { left: 0; }
	.comment .unit-rating a.r1-unit:hover { width: 15px; }
	.comment .unit-rating a.r2-unit { left: 15px; }
	.comment .unit-rating a.r2-unit:hover { width: 30px; }
	.comment .unit-rating a.r3-unit { left: 30px; }
	.comment .unit-rating a.r3-unit:hover { width: 45px; }
	.comment .unit-rating a.r4-unit { left: 45px; }
	.comment .unit-rating a.r4-unit:hover { width: 60px; }
	.comment .unit-rating a.r5-unit { left: 60px; }
	.comment .unit-rating a.r5-unit:hover { width: 75px; }
	.comment .unit-rating li.current-rating { height: 15px; }

	.ratingplus {
		color: #70bb39;
	}

	.ratingminus {
		color: #64748b;
	}

	.ratingzero {
		color: #6c838e;
	}
	
.userstop td, .pm td.pm_list, .pm th.pm_head { border-bottom: 1px solid #efefef; padding: 12px 8px; }
	table.pm, table.userstop { width: 100%; margin-bottom: 0; }
	table.pm select { width: 150px; }
	.userstop thead td, .pm td.pm_head { border-bottom: 1px solid #efefef; font-weight: bold; }
	table.pm .navigation { border-top-width: 0; margin: 0; }

.pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
	text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
	border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
	color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
	color: #afafaf;
}

.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
	color: #64748b;
	font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
	margin-top: 15px;
}
.pm_navigation .navigation {
	display: inline-block;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 0.188rem;
	padding: .4rem;
}

.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}

#dropmenudiv {
		padding: 10px 0;
		min-width: 140px;
		width: auto !important;
		font-size: .9em;
		border-radius: 2px;
		border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.2);
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
		background-clip: padding-box;
	}
	#dropmenudiv { background-color: #fff; }
	#dropmenudiv a {
		text-decoration: none !important;
		color: inherit;
		display: block;
		padding: 5px 20px;
		border: 0 none;
		white-space: nowrap;
		color: inherit;
	}
	#dropmenudiv a:hover { background-color: #3b82f6; color: #fff; }

#searchsuggestions {
	z-index: 2200;
	width: 300px;
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
	border: 1px solid #ddd; border-color: rgba(0,0,0,0.2);
	background-clip: padding-box;
	font-size: .9em;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	#searchsuggestions a, #searchsuggestions span.notfound { padding: 15px 25px; display: block; text-decoration: none; border-bottom: 1px solid #e5e5e5; }
	#searchsuggestions a { color: inherit; }
	#searchsuggestions a:hover { background-color: #f7f7f7; }
	#searchsuggestions a span { display: block; cursor: pointer; }
	#searchsuggestions span.searchheading { display: block; font-weight: bold; margin-bottom: .2em; }
	#searchsuggestions span.seperator { display: block; }
	#searchsuggestions span.seperator a { padding: 10px 0; text-align: center; border: 0 none; background-color: transparent; color: #919191; }
	#searchsuggestions span.notfound { padding: 15px 25px; display: block; }
	#searchsuggestions .break { display: none; }

.ui-front { z-index: 1000; }
.ui-button-icon-only { overflow: hidden; text-indent: -9999px; }

.ui-widget-overlay {
	background: #000;
	opacity: 0.5;
	left: 0; top: 0; right: 0; bottom: 0;
	position: fixed;
	}
	.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
	.ui-helper-clearfix { display: inline-block }
	* html .ui-helper-clearfix { height: 1% }
	.ui-helper-clearfix { display: block }
	.ui-dialog {
		text-align: left;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 420px;
		border-radius: 2px;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
		border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.2);
		background-color: #fff;
		background-clip: padding-box;
		outline: none;
	}
	.ui-dialog-titlebar { padding: 1.39em 1.39em; position: relative; border-bottom: 1px solid #eceded; }
	.ui-dialog-title { float: left; font-weight: bold; font-size: 1em; }
	.ui-dialog-titlebar-close {
		position: absolute;
		right: .77em; top: 50%;
		margin-top: -1.24em !important;
		height: 1.78em !important;
		width: 2.47em;
		border: 0 none !important;
		background-color: inherit !important;
		box-shadow: none !important;
		padding: 0px !important;
		background-image: inherit !important;
	}
	.ui-dialog-titlebar-close .ui-icon {
		display: block;
		margin: .77em auto 0 auto;
		width: 1em; height: 1em;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAABbZFH9AAAAGFBMVEUAAAD/SFv/SFv/SFv/SFv/SFv/SFv/SFsH0wwQAAAAB3RSTlMAzhK8Mb0yjxeujgAAAGZJREFUGNNjcFZggAEmE4ZwIThPsZhBsVABJiUuBMZgABIHEzApCAmTglIwQQgNF4MwIEIwSYgUTFIJJAWXFARJwSXL4VIIHqZKhCmYNiBsx3QZwtVoPkL1LWpIoIWSOUoIJiOHLgBIeRWBi4fJWAAAAABJRU5ErkJggg==);
		-webkit-background-size: 1em auto; background-size: 1em auto;
		opacity: .5;
	}

	.ui-dialog-titlebar-close span.ui-button-text {
		display: block;
		margin: .77em auto 0 auto;
		width: 1em; height: 1em;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAABbZFH9AAAAGFBMVEUAAAD/SFv/SFv/SFv/SFv/SFv/SFv/SFsH0wwQAAAAB3RSTlMAzhK8Mb0yjxeujgAAAGZJREFUGNNjcFZggAEmE4ZwIThPsZhBsVABJiUuBMZgABIHEzApCAmTglIwQQgNF4MwIEIwSYgUTFIJJAWXFARJwSXL4VIIHqZKhCmYNiBsx3QZwtVoPkL1LWpIoIWSOUoIJiOHLgBIeRWBi4fJWAAAAABJRU5ErkJggg==);
		-webkit-background-size: 1em auto; background-size: 1em auto;
		opacity: .5;
		text-indent: -9999px;
	}

	.ui-button {
		border: 0 none;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		font-size: .9em;
		border-radius: .231em;
		outline: none;
		color: #fff;
		padding: .463em 1.16em;
		text-decoration: none !important;
		box-shadow: 0 1px .231em 0 rgba(0,0,0,0.14);

		background-color: #3b82f6;

		box-sizing: border-box;
	}
	.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
	.ui-icon { overflow: hidden; text-indent: -9999px; }
	.ui-dialog label { color: #575757; }
	.ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 1; }
	.loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
	.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
	.ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: right; border-top: 1px solid #eceded; }
	.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
	.ui-draggable .ui-dialog-titlebar { cursor: move; }
	.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
	.ui-button { margin: 0 .208em; }
	.ui-helper-hidden-accessible{display: none;}

	.ui-button:hover { background-color: #5e91bb; }

	.ui-dialog-buttonset button:last-child {
			background-color: #3b82f6;
			color: #fff;
	}
	.ui-dialog-buttonset button:last-child:hover {
		background-color: #3b82f6;
	}

	.ui-dialog-buttonset button:first-child {
	  background-color: #888;
	  border-color: #888;
	  color: #fff;
	}
	.ui-dialog-buttonset button:first-child:hover {
		background-color: #888888c7;
	}
	.ui-dialog-buttonset button.ui-button-delete {
		background-color: #2563eb;
	    border-color: #2563eb;
	    color: #fff;
	    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
	}
	.ui-dialog-buttonset button.ui-button-delete:hover {
		background-color: #1d4ed8;
	    border-color: #1d4ed8;
	    color: #fff;
	    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
	}
.tox .tox-dialog__footer .tox-button--secondary {
    background-color: #888 !important;
    border-color: #888 !important;
    color: #fff !important;
}

.tox .tox-button {
    background-color: #3b82f6 !important;
    border-color: #3b82f6 !important;
}
.ui-autocomplete { position: absolute; cursor: default; }
* html .ui-autocomplete { width: 1px } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
	list-style:none;
	padding: 2px; margin: 0;
	float: left;
	background: #fff 50% bottom repeat-x;
	border: 1px solid #dedede;
	color: #353535;
	}
	.ui-menu .ui-menu { margin-top: -3px; }
	.ui-menu .ui-menu-item { margin:0; padding: 0; zoom: 1; float: left; clear: left; width: 100%; }
	.ui-menu .ui-menu-item a { text-decoration:none; display:block; padding:.2em .4em; line-height:1.5; zoom:1; }
	.ui-menu .ui-menu-item a.ui-state-hover,
	.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; border: 1px solid #a7a7a7; color: #4e4e4e; font-weight: bold; }

.quick-edit-text { padding: .4em; width: 350px; }
	.quick-edit-textarea {
		height: 250px; padding: 2px;
		border: 1px solid #d7d7d7;
		width: 100%;
		box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	}

#marker-bar,
	#txtselect_marker {
		cursor: pointer;
		background:url(../dleimages/marker.png) no-repeat 0 0;
		display: block;
		visibility: hidden;
		position: absolute;
		z-index: 1200;
		opacity: 0;
		-webkit-transition: opacity .4s, visibility .1s linear .4s;
		transition: opacity .4s, visibility .1s linear .4s;
	}
	#txtselect_marker.show {
		visibility: visible;
		width: 21px; height: 31px;
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
		opacity: 1;
	}
	#txtselect_marker:hover { background-position: 0 -31px; }
	#marker-bar {
		border: 1px solid #ccc;
		border-radius: 15px;
		background: #fff;
		padding: 5px 10px;
		cursor: default;
		box-shadow: 0 0 4px #ccc; -webkit-box-shadow: 0 0 4px #ccc;
	}
	#marker-bar.show {
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
		opacity: 1;
		visibility: visible;
	}
	#marker-bar .masha-social,
	#marker-bar .masha-marker {
		cursor: pointer;
		display: block;
		margin: 0 5px;
		float: left;
	}
	#marker-bar .masha-marker{
		line-height: 1em;
		color: #aaa;
		border-bottom: 1px dotted #aaa;
		margin-right: 10px;
	}
	#marker-bar .masha-marker:hover {
		color: #2563eb;
		border-color: #2563eb;
	}
	.user_selection, .user_selection_true {
		background: #fff5d5;
		padding: 2px 0;
	}
	.user_selection a.txtsel_close,
	.user_selection_true a.txtsel_close { display: none; }
	.user_selection .closewrap, .user_selection_true .closewrap { position: relative; }
	.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
		display: inline-block;
		position: absolute;
		top: -7px; left: -5px;
		width: 23px; height: 23px;
		background: url(../dleimages/marker.png) 0 -62px no-repeat;
	}
	.user_selection.hover a.txtsel_close:hover, .user_selection_true.hover a.txtsel_close:hover {
		background-position: 0 -85px;
	}


	#share-popup {
		border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
		border-radius: 2px;
		background: #fff;
		position: absolute; z-index: 100;
		width: 414px;
		display: none;
		padding: 20px 0;
		opacity: 0;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
		background-clip: padding-box;
		-webkit-transition: opacity .4s, visibility .1s linear .4s;
		transition: opacity .4s, visibility .1s linear .4s;
	}
	#share-popup.show {
		display: block; opacity: 1;
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
	}
	#share-popup .social { padding: 0 0 10px 17px; }
	#share-popup .social p { padding-bottom: 10px; margin: 0; font-weight: bold;}
	#share-popup .social ul { list-style: none; margin: 0; padding: 0; }
	#share-popup .social ul li { display: inline; margin-right: 20px; padding-top: 2px; }
	#share-popup .social ul a {
		text-decoration: none;
		font-size: 12px;
		display: inline-block;
		color: #919191;
	}
	#share-popup .social ul a:hover { text-decoration: underline; }
	#share-popup .social a span {
		cursor: pointer;
		width: 20px; height: 20px;
		background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 5px 0 0;
	}
	#share-popup .social .tw span { background-position: 0 -20px; }
	#share-popup .social .tw:hover span { background-position: 0 0; }
	#share-popup .social .fb span { background-position: -20px -20px; } 
	#share-popup .social .fb:hover span { background-position: -20px 0; }
	#share-popup .social .vk span{ background-position: -40px -20px; }
	#share-popup .social .vk:hover span { background-position: -40px 0; }
	#share-popup .social .gp span{ background-position: -60px -20px; }
	#share-popup .social .gp:hover span { background-position: -60px 0; }
	#share-popup .link {
		clear: both;
		border-top: 1px solid #d9d9d9;
		padding: 10px 5px 0 10px;
		line-height: 1.2;
		overflow: hidden;
		margin: 0 7px;
	}
	#share-popup .link p {
		font-weight: bold;
		padding: 0 0 3px 0;
		margin: 0;
	}
	#share-popup .link span {
		color: #999;
		font-size: 10px;
		display: block;
		padding-top: 3px;
	}
	#share-popup .link a { display: block; }
	.dle-alert, .dle-confirm, .dle-promt { padding: 20px 1em !important; }

select, textarea, input[type="text"], input[type="password"], input[type="file"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"] {
	display: inline-block;
	width: 20.83em;
	padding: .555em .83em;
	vertical-align: middle;
	border-radius: .139em;
	background: #fcfcfc;
	border: 1px solid #dde0e2;
	-webkit-transition: border 0.2s linear 0s; transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

select {
	width: auto;
    padding: .4rem 2.25rem .4rem .75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    appearance: none;
}
select[multiple] {
    padding-right: .75rem;
    background-image: none;
}
	textarea { margin: 0; overflow: auto; vertical-align: top; resize: vertical; }
	textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus,
	input[type="file"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
	input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
	input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
	input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
	input[type="color"]:focus, .uneditable-input:focus {
		border-color: #404549;
		background-color: #fff;
	}

	input[type="file"], input[type="image"],
	input[type="submit"], input[type="reset"],
	input[type="button"] { width: auto; }
	input[type="search"] {
		box-sizing: content-box;
	}
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
	select[multiple], select[size], textarea { height: auto; }
	::-moz-placeholder, :-moz-placeholder, ::-webkit-input-placeholder { opacity: 0.6; }

	input:focus { outline: none; }
	input[type="file"], input[type="image"] {
		padding: 0;
		border-width: 0;
		background: none;
		box-shadow: none; -webkit-box-shadow: none;
	}
	.wide, .bb-editor textarea,
	.ui-dialog textarea, select#category,
	.timezoneselect, .twofactorselect, .quick-edit-text {
		width: 100% !important;
	}
	#searchuser, #searchinput {
		width: 100% !important;
		margin-bottom: 10px;
	}
	table.xfields input { width: 100%; }
	table.xfields tr > td:first-child { padding-right: 10px; }

	.form_submit .c-capcha { float: right; }
	.c-capcha { position: relative; }
	.c-capcha:after { clear: both; display: block; content: ""; }
	.c-capcha > a { float: left; margin-right: 0; }
	.c-capcha img {
		position: relative;
		display: block;
		width: 100px; height: 39px;
		border-radius: 2px 0 0 2px;
		z-index: 1;
		background: #fff;
		border: 1px solid #dde0e2;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.c-capcha:hover img { 
		box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
		-webkit-transform: scale(1.3,1.3); transform: scale(1.3,1.3);
		border-color: #1a1a1a;
		border-radius: 2px;
	}
	.c-capcha > input {
		border-radius: 0 2px 2px 0;
		float: left;
		width: 150px;
		border-left-width: 0;
		text-align: center;
	}
	
	.dle-captcha { position: relative; }
	.dle-captcha:after { clear: both; display: block; content: ""; }
	.dle-captcha > a { float: left; margin-right: 5px; }
	.dle-captcha img {
		position: relative;
		display: block;
		width: 130px; height: 46px;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.dle-captcha > input { float: left; width: 130px; }
	
	@media screen and (max-width: 344px) {
		#rc-imageselect, .g-recaptcha {
			transform:scale(0.925);
			-webkit-transform:scale(0.925);
			transform-origin: 0 0; 
			-webkit-transform-origin: 0 0;
		}
	}

.btn, .bbcodes {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: .94em;
	border-radius: .148em;
	outline: none;
	color: #fff !important;
	padding: .59em 1.48em;
	text-decoration: none !important;
	box-shadow: 0 1px .148em 0 rgba(0,0,0,0.14); -webkit-box-shadow: 0 1px .148em 0 rgba(0,0,0,0.14);

	background-color: #3b82f6;

	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

	.btn:hover, .bbcodes:hover {
		background-color: #2563eb;
	}
	.btn:active, .bbcodes:active, .ui-button:active {
		background: #1d4ed8;
		box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.14); -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.14);
	}
	.btn > .icon { fill: #fff; }

	.btn_white, .btn_white:hover {
		color: #444 !important;
		background-color: #f7f7f7;
	}
	.btn_white:hover { color: #3b82f6 !important; }
	.btn_white:active { background: #eaeaea; }

	.btn_border {
		background: none;
		color: #444 !important;
		box-shadow: inset 0 0 0 1px rgba(0,0,0,0.14); -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.14);
	}
	.btn_border:hover {
		background: none;
		color: #3b82f6 !important;
	}
	.btn_border:active { background: #eaeaea; }
.bbcodes.cancelchanges {
	background-color: #888;
}
.bbcodes.cancelchanges:hover, .bbcodes.cancelchanges:active {
	background-color: #888888c7;
}
.mediaupload-col3 button {
	font-size: 13px;
}
.tox .tox-dialog__header {
    background-color: #3b82f6 !important;
    border-bottom: 1px solid #3b82f6 !important;
}
table.xfields {
	width: 100%;
}
.xfields textarea, .xprofile textarea {
    width: 100%;
    height: 186px;
    margin-top: 5px;
}

.xfieldsnote {
	color: #838383;
    font-size: .9em;
}

.xfields_table td {
    vertical-align: top;
}
.xfieldsrow {
	padding-top:5px;
	clear: both;
}
.xfieldscolleft {
	float: left;
	width: 30%;
	padding-top: 14px;
}
.xfieldscolright {
	float: left;
	width: 70%;
}
.file-box {
	width: 95%;
	max-width: 437px;
	border:1px solid #B3B3B3;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	background-color: #F5F5F5;
	padding: 10px;
	margin-top: 10px;
}

.xfieldimagegallery, .comments-image-gallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.xfieldimagegallery li, .comments-image-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;  
}

.xfieldimagegallery li img, .comments-image-gallery li img{
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.xfieldimagegallery li img:hover, .comments-image-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;
	cursor:pointer;
}
.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;
	max-width: 437px;
    background:#bfdbfe; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}

.qq-upload-drop-area-active {background:#93c5fd;}

.sortable-ghost {
    opacity: 0.4;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor:not-allowed;
    pointer-events:none;
    opacity:0.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none;
}

.progress {
    overflow:hidden;
    margin-top:10px;
	margin-bottom:10px;
    background-color:whitesmoke;
    height:10px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    background:#eee;
    -webkit-box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
 .progress .progress-bar {
    float:left;
    width:0%;
    font-size:12px;
    line-height:20px;
    color:white;
    text-align:center;
    background-color:#428bca;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition:width 0.6s ease;
    transition:width 0.6s ease;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    -webkit-box-shadow:none;
    box-shadow:none;
    height:8px;
}
.progress-bar span{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0 0 0 0);
    border:0;
}
.progress-blue {
    background-image:-webkit-gradient(linear, left 0%, left 100%, from(#9bcff5), to(#6db9f0));
    background-image:-webkit-linear-gradient(top, #9bcff5, 0%, #6db9f0, 100%);
    background-image:-moz-linear-gradient(top, #9bcff5 0%, #6db9f0 100%);
    background-image:linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
    background-repeat:repeat-x;
    border:1px solid #55aeee;
}

.emoji {
    border: none;
    vertical-align: bottom;
}
span.emoji {
    margin-left: 0.313rem;
    margin-right: 0.313rem;
}

.emoji_box {
	width:100%;
	max-width: 390px;
}
.emoji_category {
	padding:7px;
	clear:both;
}
.emoji_list {
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	font-family:'Apple Color Emoji', 'Segoe UI Emoji', 'NotoColorEmoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
	font-size:2em;
}
.emoji_symbol {
	float:left;
	margin-bottom: 10px;
	width:12.5%;
	text-align:center;
}

.emoji_symbol a,  .emoji_symbol a:hover {
	cursor: pointer;
	text-decoration:none;
}

.native-emoji {
    font-size: 1.3em;
    font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'NotoColorEmoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
}

.wseditor {
    border-top: 5px solid #3b82f6;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.wseditor .tox-tinymce {
    border-top: none;
}

.mobilewseditor .tox:not(.tox-tinymce-inline) .tox-editor-header {
	border-bottom: none;
}

#dlefastreplycomments .wseditor {
	margin-bottom: 10px;
}

.dlecomments-editor .tox .tox-toolbar__primary,  .dlefastedit-editor .tox .tox-toolbar__primary{
    border-top: 0;
    box-shadow: none;
}

.mce-toc {
  border: 1px solid #dbdada;
	margin: 0 0 .7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
	padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
	padding-left: 20px;
	margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}

.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}

.mce-accordion summary {
	cursor: pointer;
}

.self_delete_link {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 10px 22px;
  border-radius: 2px;
  margin-left: 15px;
	outline: none;
	background-color: #2563eb;
	color: #fff;
	text-shadow: 0 1px #333;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
	transition: all ease .1s; transition: all ease .1s;
}

input[type="text"].comments_author_field {
	width: 100%;
	margin-bottom: 10px;
}

.user_fields .xfieldscolright {
    float: none;
    width: auto;
}
.user_fields .form-check-input {
	margin: 0.375rem 0.625rem 0 0;
}
/* =========================================
   DLE PUSH — RADIO STYLE (dark glass)
   ========================================= */

.DLEPush{
  z-index: 3000;
  position: fixed;
  right: 18px;
  top: 18px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

/* появление */
@keyframes DLEPush-show{
  0%{
    transform: translateY(-20px) scale(.96);
    opacity:0;
  }
  100%{
    transform: translateY(0) scale(1);
    opacity:1;
  }
}

/* карточка */
.DLEPush-notification.wrapper{
  animation: DLEPush-show .35s cubic-bezier(.22,1,.36,1);
  position:relative;

  display:grid;
  grid-template-columns: 52px 1fr;
  align-items:center;

  width:100%;
  max-width:380px;

  border-radius:16px;
  overflow:hidden;

  color:#fff;
  background: rgba(18,20,24,.92);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(12px);

  box-shadow:
    0 20px 70px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.05);
}

/* иконка слева */
.DLEPush-notification .DLEPush-icon{
  grid-column:1;
  grid-row:1 / span 2;
  display:flex;
  align-items:center;
  justify-content:center;

  width:52px;
  height:100%;

  background:rgba(255,255,255,.05);
  border-right:1px solid rgba(255,255,255,.08);
}

.DLEPush-notification .DLEPush-icon svg{
  width:20px;
  height:20px;
  opacity:.9;
}

/* заголовок */
.DLEPush-notification .DLEPush-header{
  font-weight:600;
  font-size:14px;
  margin:10px 12px 2px;
}

/* текст */
.DLEPush-notification .DLEPush-message{
  font-size:13px;
  margin:0 12px 12px;
  opacity:.85;
  line-height:1.35;
}

/* кнопка закрыть */
.DLEPush-notification .DLEPush-close{
  position:absolute;
  top:8px;
  right:10px;
  background:none;
  border:0;
  color:#fff;
  font-size:18px;
  cursor:pointer;
  opacity:.5;
  transition:.2s;
}
.DLEPush-notification .DLEPush-close:hover{
  opacity:1;
}

/* ================= COLORS ================= */

/* SUCCESS */
.DLEPush-notification.wrapper.push-success{
  border-color: rgba(0,255,170,.25);
  box-shadow:
    0 20px 70px rgba(0,0,0,.55),
    0 0 30px rgba(0,255,170,.08);
}
.push-success .DLEPush-icon{
  background: linear-gradient(180deg,#00c896,#009e77);
}

/* WARNING */
.DLEPush-notification.wrapper.push-warning{
  border-color: rgba(255,180,0,.25);
  box-shadow:
    0 20px 70px rgba(0,0,0,.55),
    0 0 30px rgba(255,180,0,.08);
}
.push-warning .DLEPush-icon{
  background: linear-gradient(180deg,#ffb300,#ff8f00);
}

/* ERROR */
.DLEPush-notification.wrapper.push-error{
  border-color: rgba(255,70,70,.35);
  box-shadow:
    0 20px 70px rgba(0,0,0,.55),
    0 0 30px rgba(255,70,70,.15);
}
.push-error .DLEPush-icon{
  background: linear-gradient(180deg,#ff4a4a,#d92c2c);
}

/* INFO */
.DLEPush-notification.wrapper.push-info{
  border-color: rgba(120,170,255,.35);
  box-shadow:
    0 20px 70px rgba(0,0,0,.55),
    0 0 30px rgba(120,170,255,.12);
}
.push-info .DLEPush-icon{
  background: linear-gradient(180deg,#4a7bff,#2c56d9);
}

/* mobile */
@media (max-width:600px){
  .DLEPush{
    right:10px;
    left:10px;
    top:10px;
  }
  .DLEPush-notification.wrapper{
    max-width:100%;
  }
}


.quote_link {
	float: right;
}
.quote_link svg {
	color: #6c838e;
	vertical-align: middle;
}

.clipboard-copy-link svg {
	color: #6c838e;
	vertical-align: middle;
	margin-top: -3px;
}
select#category {
	max-width: 24.31em !important;
	height: 9.72em !important;
}
.smart-captcha {
    display: inline-block;
}

.mathml-container {
	font-family: math;
}

div.mathml-block {
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .139em .35em;
}

div.mathml-block .katex {
    font-size: 1.1em;
}

span.mathml-inline {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .12em;
}

.dleshowhidden {
	color: #104d92;
	background-color: #E3F2FD;
	border: 1px solid #1E88E5;
	box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
	padding: .83em;	
}

.title_spoiler svg{
	vertical-align: middle;
	margin-top: -.28em;
	margin-right: .47em;
	height: 1.11em;
	width: 1.11em;
}


/* =========================================
   THEME PATCH (dark/light) — blue accent
   No layout changes, colors only
   ========================================= */

html{
  --sys-accent:#3b82f6;
  --sys-accent-hover:#2563eb;
  --sys-accent-active:#1d4ed8;

  --sys-bg:#ffffff;
  --sys-bg2:#f3f4f6;
  --sys-text:#111827;
  --sys-muted:#64748b;
  --sys-border:rgba(0,0,0,.15);
  --sys-shadow:0 8px 40px -10px rgba(0,0,0,.25);
}

html[data-theme="dark"]{
  --sys-bg:#121418;
  --sys-bg2:#161a20;
  --sys-text:#e5e7eb;
  --sys-muted:#9ca3af;
  --sys-border:rgba(255,255,255,.12);
  --sys-shadow:0 20px 70px rgba(0,0,0,.55);
}

/* dropdowns / popups */
#dropmenudiv,
#searchsuggestions,
.ui-dialog,
.ui-menu,
#marker-bar,
#share-popup{
  background-color: var(--sys-bg) !important;
  color: var(--sys-text) !important;
  border-color: var(--sys-border) !important;
  box-shadow: var(--sys-shadow) !important;
}

/* hover items */
#dropmenudiv a:hover{
  background-color: var(--sys-accent) !important;
  color:#fff !important;
}
#searchsuggestions a:hover{
  background-color: var(--sys-bg2) !important;
}

/* buttons */
.btn, .bbcodes, .ui-button{
  background-color: var(--sys-accent) !important;
}
.btn:hover, .bbcodes:hover, .ui-button:hover{
  background-color: var(--sys-accent-hover) !important;
}
.btn:active, .bbcodes:active, .ui-button:active{
  background-color: var(--sys-accent-active) !important;
}

/* dialogs */
.ui-dialog-titlebar{
  border-bottom-color: var(--sys-border) !important;
}
.ui-dialog label{
  color: var(--sys-muted) !important;
}
.ui-widget-overlay{
  background:#000 !important;
  opacity:.55 !important;
}

/* inputs */
select, textarea, input[type="text"], input[type="password"], input[type="file"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"]{
  background: var(--sys-bg) !important;
  color: var(--sys-text) !important;
  border-color: var(--sys-border) !important;
}

textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus,
input[type="file"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="color"]:focus, .uneditable-input:focus{
  border-color: var(--sys-accent) !important;
}

/* calendar + progress accent */
.calendar tr td a,
.calendar tr td.weekday, .calendar tr th.weekday{
  color: var(--sys-accent) !important;
}
.voteprogress span, .pollprogress span{
  background-color: var(--sys-accent) !important;
}

/* no red semantics */
.ratingminus{ color: var(--sys-muted) !important; }
