/* =====================================================
   DLE ENGINE.CSS - DLEHUB THEME
   Profile Popup Compatible + Full DLE Features
   ===================================================== */

/* =============================================================
   LOADING LAYER
   ============================================================= */
#loading-layer {
	background-color: #0f172a !important;
	border: 1px solid #334155 !important;
	border-radius: 0.75rem !important;
	color: #fff !important;
	padding: 0.625rem 1.5rem !important;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5) !important;
	backdrop-filter: blur(8px) !important;
	z-index: 9999 !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	text-align: center;
}

#loading-layer.withouttext {
	background: rgba(15, 23, 42, 0.6);
	padding: 0.3125rem 0.3125rem 0 0.3125rem;
	border-radius: 50%;
}

#loading-layer.withtext {
	padding: 0.625rem;
	background: rgba(15, 23, 42, 0.6);
	border-radius: 0.3125rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* =============================================================
   BBCODE ELEMENTS
   ============================================================= */
.scriptcode,
.title_quote,
.title_spoiler,
.text_spoiler,
.quote {
	padding: 0.625rem;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}

.dark .scriptcode,
.dark .title_quote,
.dark .title_spoiler,
.dark .text_spoiler,
.dark .quote {
	background: #1e293b;
	border-color: #334155;
}

.title_quote {
	border-left: 2px solid #3b82f6;
	border-bottom: 0;
	margin-top: 0.125rem;
	font-weight: bold;
	color: #0f172a;
}

.dark .title_quote {
	color: #f8fafc;
}

.quote,
blockquote {
	border-left: 2px solid #3b82f6;
	font-style: italic;
	color: #334155;
}

.dark .quote,
.dark blockquote {
	border-left-color: #60a5fa;
	color: #cbd5e1;
}

.quote_block {
	margin-bottom: 0.7rem;
}

.title_spoiler {
	margin-top: 0.125rem;
	cursor: pointer;
}

.text_spoiler {
	margin-bottom: 0.125rem;
	border-top: 0;
	text-align: justify;
}

.title_spoiler img,
.title_spoiler svg {
	vertical-align: middle !important;
	margin: -0.0625rem 0.4375rem 0 0 !important;
	height: 1rem;
	width: 1rem;
}

.scriptcode {
	color: #4c6d0f !important;
	text-align: left;
	font-family: 'Courier New', monospace !important;
	background-color: #1e293b !important;
}

.dark .scriptcode {
	color: #7db16e !important;
}

.hide {
	background-color: #fef3c7;
	padding: 0.3125rem;
	color: #92400e;
	margin: 0 0 1em 0;
	border-radius: 0.375rem;
}

.dark .hide {
	background-color: rgba(251, 191, 36, 0.1);
	color: #fcd34d;
}

.hide a {
	text-decoration: underline;
}

.hide a:hover {
	text-decoration: none;
}

.quote_link {
	float: right;
}

.quote_link svg,
.clipboard-copy-link svg {
	color: #64748b;
	vertical-align: middle;
}

.clipboard-copy-link svg {
	color: #6c838e;
	vertical-align: middle;
	margin-top: -0.1875rem;
}

/* =============================================================
   SORT LINKS
   ============================================================= */
.sort {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sort>li,
.sort {
	display: inline;
}

.sort>li {
	margin: 0 0 0 3%;
}

.sort>li a {
	color: #334155;
}

.dark .sort>li a {
	color: #cbd5e1;
}

.sort>li.asc a,
.sort>li.desc a {
	color: #3b82f6;
}

.sort>li.asc a:after,
.sort>li.desc a:after {
	content: "";
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAsBAMAAACj90TiAAAAG1BMVEUAAAAzlOYzlOYzlOYzlOYzlOYzlOYzlOYzlOar6gzlAAAACHRSTlMAjesv90eHRuQt1XUAAABSSURBVBjTzdCxDQAhDENRSyzAEFdQ0zDB9axEgzw2DokEI1A9/S4OyAxADEcpPGlpFKWoSpEKp0Dlb6SvG2jY4Fka4tw4PqbEsDNTcb8gn/d4LPQHQDdjhblbAAAAAElFTkSuQmCC);
	display: inline-block;
	vertical-align: middle;
	margin: -0.0625rem 0 0 0.4em;
	width: 0.375rem;
	height: 0.6875rem;
	background-size: 0.375rem auto;
}

.sort>li.asc a:after {
	background-position: 0 -0.6875rem;
}

/* =============================================================
   CALENDAR
   ============================================================= */
.calendar {
	width: 100%;
	text-align: center;
}

.calendar tr td,
.calendar tr th {
	padding: 0.1875rem;
}

.calendar tr td a {
	color: inherit;
	font-weight: bold;
}

.calendar tr td {
	padding: 0.3125rem 0.1875rem;
}

.calendar tr td.weekday {
	color: #3b82f6;
}

.calendar tr th {
	background-color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.dark .calendar tr th {
	background-color: #1e293b;
}

.calendar tr th.weekday {
	background-color: #3b82f6;
	color: #fff;
}

.calendar tr th.monthselect {
	background-color: transparent;
	color: #94a3b8;
	padding-bottom: 0.9375rem;
}

.calendar tr th.monthselect a {
	color: #94a3b8;
}

/* =============================================================
   VOTE & POLL PROGRESS
   ============================================================= */
.voteprogress,
.pollprogress {
	overflow: hidden;
	height: 0.375rem;
	margin-bottom: 0.625rem;
	background-color: #e2e8f0;
	border-radius: 0.1875rem;
	margin-top: 0.375rem;
}

.dark .voteprogress,
.dark .pollprogress {
	background-color: #334155;
}

.voteprogress span,
.pollprogress span {
	text-indent: -9999px;
	height: 0.375rem;
	display: block;
	overflow: hidden;
	background: #3b82f6;
}

.voteprogress .vote2,
.pollprogress .poll2 {
	background-color: #ef4444;
}

.voteprogress .vote3,
.pollprogress .poll3 {
	background-color: #10b981;
}

.voteprogress .vote4,
.pollprogress .poll4 {
	background-color: #06b6d4;
}

.voteprogress .vote5,
.pollprogress .poll5 {
	background-color: #f59e0b;
}

/* =============================================================
   RATING SYSTEM
   ============================================================= */
.rating,
.unit-rating {
	width: 7.1875rem;
	height: 1.4375rem;
}

.rating {
	font-size: 0.6875rem;
}

.unit-rating,
.unit-rating li a:hover,
.unit-rating li.current-rating {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAACKBAMAAAAnGmX8AAAALVBMVEX///+RkZH+12L/w0//7cP/5aj+24X/+u7/9d2tra3Jycne3t7/zGn5+fnx8fHkdmbhAAACEUlEQVRIx+2UuUsDQRTGF+8bp4yiyKDRUhiNFikW73LxwsIiRETL4F2KilpYmFYQklIE0VYbIQQsY2kjWkbwfzDjzvhm3rzCJiCSr1p+SfY7HsT7w2rYp3ltQPO6HpqPDdA8GSVxPuckr+HcJ205T1D8gHPSeJbzPopz7hrvnk4sSL4wcboLdIpb6v0ZxuY+LGB/HRY2ubn2MeB1a5ukxtEUGkEp4bSVchtvhLzfORaE/NV7VCDnlFzJPSKPJmEcczpffhg4x13zvB2nVxXvDdP2oKNHU+FOAyi+r/xRgWn9sOVVRKv8/ycJmlc/0nx8iOYrMRLXC5EibYUIKN4iBGl8KMQoaSsEaZwTIo7Z3tHkoihpdX7mBOiysJSHhJYCWMDExho1JjfXPgP8ZG2T0zhub7SjecJpK+U23gz5iHMsHRJpLuTDzmoqjnNEJRXTbByTv/Gd48YD+WHgHHddtsMnrhb5MO0gih/b/7ZfQQWWA+WPCizph22vojKr7Y3mTec0L7bT/K6T5ukIbctYgbRlLEPxRsbOSVvGuimeZYw0ZiVh9vpwfyX5xfXDJ1CJDHVAQlOQtvXOxMYazSa/9UDvGqIOrWmNI/ZxXjS/xCOrjHjSZ3g7Wg1CmsZZ6Eq9P1LAR1RCXDaOpKGtOV2mGUaD48pGRXliFL8jTNuF4odB2tKoQDaj/FGBG/3w4f0LfQHtX5JXyZBVcwAAAABJRU5ErkJggg==);
	background-size: 1.4375rem auto;
}

.unit-rating {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background-position: 0 -2.875rem;
}

.unit-rating li {
	text-indent: -90000px;
	padding: 0;
	margin: 0;
	float: left;
}

.unit-rating li a {
	display: block;
	width: 1.4375rem;
	height: 1.4375rem;
	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 -1.4375rem;
	z-index: 2;
	left: 0;
}

.unit-rating a.r1-unit {
	left: 0;
}

.unit-rating a.r1-unit:hover {
	width: 1.4375rem;
}

.unit-rating a.r2-unit {
	left: 1.4375rem;
}

.unit-rating a.r2-unit:hover {
	width: 2.875rem;
}

.unit-rating a.r3-unit {
	left: 2.875rem;
}

.unit-rating a.r3-unit:hover {
	width: 4.3125rem;
}

.unit-rating a.r4-unit {
	left: 4.3125rem;
}

.unit-rating a.r4-unit:hover {
	width: 5.75rem;
}

.unit-rating a.r5-unit {
	left: 5.75rem;
}

.unit-rating a.r5-unit:hover {
	width: 7.1875rem;
}

.unit-rating li.current-rating {
	background-position: 0 0;
	position: absolute;
	height: 1.4375rem;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	padding: 0;
}

.ratingplus {
	color: #10b981;
}

.ratingminus {
	color: #ef4444;
}

.ratingzero {
	color: #64748b;
}

/* =============================================================
   PM & USERS TOP TABLES
   ============================================================= */
.userstop td,
.pm td.pm_list,
.pm th.pm_head {
	border-bottom: 1px solid #e2e8f0;
	padding: 0.75rem 0.5rem;
}

.dark .userstop td,
.dark .pm td.pm_list,
.dark .pm th.pm_head {
	border-bottom-color: #334155;
}

table.pm,
table.userstop {
	width: 100%;
	margin-bottom: 0;
}

table.pm select {
	width: 11.875rem;
}

.userstop thead td,
.pm td.pm_head {
	border-bottom: 1px solid #e2e8f0;
	font-weight: bold;
}

.dark .userstop thead td,
.dark .pm td.pm_head {
	border-bottom-color: #334155;
}

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_list.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: 0.8rem;
}

.pm tbody>tr:hover {
	background-color: #e2e8f099;
}

.dark .pm tbody>tr:hover {
	background-color: rgba(51, 65, 85, 0.3);
}

.pm_navigation {
	margin-top: 1rem;
}

.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;
}

.dark .pm_navigation .navigation {
	color: #e2e8f0;
	background-color: #334155;
}

.dark .pm_navigation .navigation a {
	color: #e2e8f0;
}

.dark .pm_navigation .navigation a:hover {
	background-color: #475569;
}

/* =============================================================
   DROPDOWN MENU
   ============================================================= */
#dropmenudiv {
	padding: 0.625rem 0;
	min-width: 8.75rem;
	width: auto !important;
	font-size: 0.85rem;
	box-shadow: 0 0.5rem 2.5rem -0.625rem rgba(0, 0, 0, 0.3);
	border: 1px solid #e2e8f0;
	border-color: rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
	background-color: #fff;
	border-radius: 0.5rem;
}

.dark #dropmenudiv {
	background-color: #1e293b;
	border-color: #334155;
}

#dropmenudiv a {
	text-decoration: none !important;
	color: #334155;
	display: block;
	padding: 0.1875rem 1.25rem;
	border: 0 none;
	white-space: nowrap;
}

.dark #dropmenudiv a {
	color: #cbd5e1;
}

#dropmenudiv a:hover {
	background-color: #eff6ff;
	color: #3b82f6;
}

.dark #dropmenudiv a:hover {
	background-color: #334155;
	color: #60a5fa;
}

/* =============================================================
   SEARCH SUGGESTIONS
   ============================================================= */
#searchsuggestions {
	z-index: 2200;
	width: 18.75rem;
	border-radius: 0.75rem;
	background: #fff;
	box-shadow: 0 0.5rem 2.5rem -0.625rem rgba(0, 0, 0, 0.3);
	border: 1px solid #e2e8f0;
	border-color: rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	font-size: 0.9em;
	box-sizing: border-box;
}

.dark #searchsuggestions {
	background: #1e293b;
	border-color: #334155;
}

#searchsuggestions a,
#searchsuggestions span.notfound {
	padding: 0.9375rem 1.5625rem;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #e2e8f0;
}

.dark #searchsuggestions a,
.dark #searchsuggestions span.notfound {
	border-bottom-color: #334155;
}

#searchsuggestions a {
	color: #334155;
}

.dark #searchsuggestions a {
	color: #cbd5e1;
}

#searchsuggestions a:hover {
	background-color: #f1f5f9;
}

.dark #searchsuggestions a:hover {
	background-color: #334155;
}

#searchsuggestions a span {
	display: block;
	cursor: pointer;
}

#searchsuggestions span.searchheading {
	display: block;
	font-weight: bold;
	margin-bottom: 0.2em;
}

#searchsuggestions span.seperator {
	display: block;
}

#searchsuggestions span.seperator a {
	padding: 0.625rem 0;
	text-align: center;
	border: 0 none;
	background-color: transparent;
	color: #64748b;
}

#searchsuggestions span.notfound {
	padding: 0.9375rem 1.5625rem;
	display: block;
}

#searchsuggestions .break {
	display: none;
}

/* =============================================================
   UI DIALOGS - Profile Popup Compatible
   ============================================================= */
.ui-front {
	z-index: 1000;
}

.ui-widget-overlay {
	background: rgba(15, 23, 42, 0.75);
	opacity: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	backdrop-filter: blur(4px);
}

.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: 23.125rem;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 2.5rem -0.625rem rgba(0, 0, 0, 0.3);
	border: 1px solid #e2e8f0;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	background-clip: padding-box;
	outline: none;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.dark .ui-dialog {
	background-color: #1e293b;
	border-color: #334155;
}

/* Dialog Title Bar - Profile Popup Style */
.ui-dialog-titlebar {
	padding: 1rem 1.25rem;
	position: relative;
	background: linear-gradient(to right, #3b82f6, #2563eb) !important;
	color: #fff;
}

/* Decorative Pattern */
.ui-dialog-titlebar::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 0);
	background-size: 24px 24px;
	pointer-events: none;
}

.ui-dialog-title {
	float: left;
	font-weight: 600;
	font-size: 0.9rem;
	color: #ffffff;
	position: relative;
	z-index: 1;
}

/* Close Button - Fixed Position */
.ui-dialog-titlebar-close {
	position: absolute;
	right: 0.625rem;
	top: 50%;
	margin-top: -1rem !important;
	height: 1.4375rem !important;
	width: 2rem;
	border: 0 none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	cursor: pointer;
	z-index: 2;
}

.ui-dialog-titlebar-close .ui-icon {
	display: block;
	margin: 0.5625rem auto 0 auto;
	width: 0.75rem;
	height: 0.75rem;
	opacity: 0.5;
	font-weight: 600;
	font-size: 1rem;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	text-indent: -9999px;
}

.ui-dialog-titlebar-close span.ui-button-text {
	display: block;
	margin: 0.5625rem auto 0 auto;
	width: 0.75rem;
	height: 0.75rem;
	background-size: 0.625rem auto;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	text-indent: -9999px;
	opacity: 0.5;
}

.ui-dialog-titlebar-close:hover .ui-icon,
.ui-dialog-titlebar-close span.ui-button-text:hover {
	opacity: 1;
}

.ui-icon,
.ui-button-icon-only {
	overflow: hidden;
	text-indent: -9999px;
}

.ui-dialog label {
	color: #475569;
}

.dark .ui-dialog label {
	color: #cbd5e1;
}

.ui-dialog-content {
	padding: 1.25rem;
	border: 1px solid #fff;
	overflow: auto;
	position: relative;
	zoom: 1;
	font-size: 0.875rem;
}

.dark .ui-dialog-content {
	border-color: #1e293b;
}

.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: 0.9375rem;
	text-align: right;
	border-top: 1px solid #e2e8f0;
}

.dark .ui-dialog .ui-dialog-buttonpane {
	border-top-color: #334155;
}

.ui-dialog .ui-resizable-se {
	bottom: 0.1875rem;
	height: 0.875rem;
	right: 0.1875rem;
	width: 0.875rem;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-state-error {
	background: #fef1ec 50% 50% repeat-x !important;
	border: 1px solid #ef4444;
	color: #ef4444;
}

.ui-button {
	margin: 0 0.1875rem;
}

.ui-helper-hidden-accessible {
	display: none;
}

/* UI Buttons */
.ui-button {
	font-size: 0.85rem;
	border: 0 none;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 0.5rem;
	outline: none;
	background-color: #0c5f7e;
	color: #fff;
	padding: 0.4375rem 1.1875rem;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	transition: all ease 0.1s;
	margin: 0 0.1875rem;
}

.ui-button:hover {
	background-color: #0c5f7e;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	transform: translateY(-1px);
}

.ui-dialog-buttonset button:last-child {
	background-color: #0c5f7e;
	color: #fff;
}

.ui-dialog-buttonset button:last-child:hover {
	background-color: #0c5f7e;
}

.ui-dialog-buttonset button:first-child {
	background-color: #64748b;
	border-color: #64748b;
	color: #fff;
}

.ui-dialog-buttonset button:first-child:hover {
	background-color: #475569;
}

.ui-dialog-buttonset button.ui-button-delete {
	background-color: #ef4444;
	border-color: #ef4444;
	color: #fff;
}

.ui-dialog-buttonset button.ui-button-delete:hover {
	background-color: #dc2626;
	border-color: #dc2626;
}

.dle-popup-userprofileadmin .ui-button-delete {
	float: left;
}

.dle-popup-userprofileadmin .ui-dialog-buttonset button:nth-child(2) {
	background-color: #64748b;
}

.dle-alert,
.dle-confirm,
.dle-promt {
	padding: 1.25rem 1em !important;
}

/* =============================================================
   AUTOCOMPLETE & MENU
   ============================================================= */
.ui-autocomplete {
	position: absolute;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0.125rem;
	margin: 0;
	float: left;
	background: #fff 50% bottom repeat-x;
	border: 1px solid #e2e8f0;
	color: #334155;
	border-radius: 0.5rem;
}

.dark .ui-menu {
	background: #1e293b;
	border-color: #334155;
	color: #cbd5e1;
}

.ui-menu .ui-menu {
	margin-top: -0.1875rem;
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0.2em 0.4em;
	cursor: pointer;
	width: 100%;
}

/* =============================================================
   FORM ELEMENTS
   ============================================================= */
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;
	padding: 0.375rem;
	vertical-align: middle;
	border-radius: 0.5rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	transition: border 0.2s linear 0s;
	box-sizing: border-box;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.dark select,
.dark textarea,
.dark input[type="text"],
.dark input[type="password"],
.dark input[type="file"],
.dark input[type="datetime"],
.dark input[type="datetime-local"],
.dark input[type="date"],
.dark input[type="month"],
.dark input[type="time"],
.dark input[type="week"],
.dark input[type="number"],
.dark input[type="email"],
.dark input[type="url"],
.dark input[type="search"],
.dark input[type="tel"],
.dark input[type="color"] {
	background: #1e293b;
	border-color: #334155;
	color: #e2e8f0;
}

select {
	width: auto;
	padding: 0.35rem 2.2rem 0.35rem 0.65rem;
	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 0.75rem center;
	background-size: 1rem 0.75rem;
	appearance: none;
}

select[multiple] {
	padding-right: 0.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: #3b82f6;
	outline: none;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
	width: auto;
}

input[type="search"] {
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

select[multiple],
select[size],
textarea {
	height: auto;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 0.6;
	color: #94a3b8;
}

.dark input::-moz-placeholder,
.dark textarea::-moz-placeholder,
.dark input::-webkit-input-placeholder,
.dark textarea::-webkit-input-placeholder {
	color: #64748b;
}

input:focus {
	outline: none;
}

input[type="file"],
input[type="image"] {
	padding: 0;
	border-width: 0;
	background-color: transparent;
}

.wide,
.bb-editor textarea,
.ui-dialog textarea,
select#category,
.timezoneselect,
.twofactorselect,
.quick-edit-text {
	width: 100% !important;
}

#searchuser,
#searchinput {
	width: 100% !important;
	margin-bottom: 0.625rem;
}

/* =============================================================
   CAPTCHA
   ============================================================= */
.form_submit .c-captcha {
	float: right;
}

.c-captcha {
	position: relative;
}

.c-captcha:after {
	clear: both;
	display: block;
	content: "";
}

.c-captcha>a {
	float: left;
	margin-right: 0.3125rem;
}

.c-captcha img {
	position: relative;
	display: block;
	width: 8.125rem;
	height: 2.875rem;
	z-index: 1;
	transition: all ease 0.2s;
}

.c-captcha>input {
	float: left;
	width: 8.125rem;
	height: 2.875rem;
}

.dle-captcha {
	position: relative;
}

.dle-captcha:after {
	clear: both;
	display: block;
	content: "";
}

.dle-captcha>a {
	float: left;
	margin-right: 0.3125rem;
}

.dle-captcha img {
	position: relative;
	display: block;
	width: 8.125rem;
	height: 2.875rem;
	transition: all ease 0.2s;
}

.dle-captcha>input {
	float: left;
	width: 8.125rem;
	height: 2.875rem;
}

/* =============================================================
   BUTTONS & BBCODES
   ============================================================= */
.btn,
.bbcodes,
.btn-border {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 0.5rem;
	outline: none;
	background: linear-gradient(to right, #0c5f7e, #0a4f68);
	color: #fff;
	padding: 0.4375rem 1.375rem;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	transition: all ease 0.1s;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.btn>.icon {
	fill: #fff;
}

.btn-white>.icon {
	fill: #0c5f7e;
}

.btn-white {
	background-color: #fff;
	color: #0c5f7e;
}

.btn-white:hover>.icon {
	fill: #fff;
}

.btn-white:hover {
	background-color: #0c5f7e;
	color: #fff;
}

.btn:hover,
.bbcodes:hover {
	background: linear-gradient(to right, #0a4f68, #084057);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	transform: translateY(-1px);
}

.bbcodes.cancelchanges {
	background-color: #64748b;
}

.bbcodes.cancelchanges:hover {
	background-color: #475569;
}

.btn-big {
	padding: 0.75rem 1.6875rem;
	border-radius: 0.625rem;
}

.btn-border {
	color: #0c5f7e;
	border: 2px solid #0c5f7e;
	line-height: 1.375rem;
	padding: 0.3125rem 1.25rem;
	background-color: transparent !important;
	overflow: hidden;
	box-shadow: inset 0 0 0 0 transparent;
	text-shadow: none;
}

.btn-border.btn-big {
	padding: 0.625rem 1.25rem;
}

/* =============================================================
   BB EDITOR
   ============================================================= */
.bb-editor textarea {
	box-sizing: border-box;
	padding: 0.4375rem;
	border: 1px solid #e2e8f0;
	width: 100%;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin-top: -1px;
	outline: none;
}

.dark .bb-editor textarea {
	border-color: #334155;
	background-color: #1e293b;
	color: #e2e8f0;
}

.bb-editor textarea:focus {
	border-color: #3b82f6 !important;
}

/* =============================================================
   EMOJI
   ============================================================= */
.emoji_box {
	width: 100%;
	max-width: 24.375rem;
}

.emoji_category {
	padding: 0.4375rem;
	clear: both;
}

.emoji_list {
	margin-top: 0.3125rem;
	margin-bottom: 0.3125rem;
	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: 0.625rem;
	width: 12.5%;
	text-align: center;
}

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

span.emoji {
	margin-left: 0.313rem;
	margin-right: 0.313rem;
}

.emoji {
	border: none;
	vertical-align: bottom;
}

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

/* =============================================================
   QUICK EDIT
   ============================================================= */
.quick-edit-text {
	padding: 0.4em;
	width: 21.875rem;
}

.quick-edit-textarea {
	height: 15.625rem;
	padding: 0.125rem;
	border: 1px solid #e2e8f0;
	width: 100%;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border-radius: 0.5rem;
}

.dark .quick-edit-textarea {
	border-color: #334155;
	background-color: #1e293b;
	color: #e2e8f0;
}

#dlefastreplycomments {
	padding: 0 4% 0.625rem 4%;
}

#dle-comments-list>.comments-tree-list>li .comments-tree-list>li #dlefastreplycomments {
	padding: 0 0 0.625rem 0;
}

/* =============================================================
   TEXT MARKER
   ============================================================= */
#marker-bar,
#txtselect_marker {
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: 1200;
	opacity: 0;
	transition: opacity 0.4s, visibility 0.1s linear 0.4s;
}

#txtselect_marker {
	cursor: pointer;
	background: url(../dleimages/marker.png) no-repeat 0 0;
}

#txtselect_marker:hover {
	background-position: 0 -2rem;
}

#marker-bar {
	border: 1px solid #cbd5e1;
	border-radius: 0.9375rem;
	background: #fff;
	padding: 0.3125rem 0.625rem;
	cursor: default;
	box-shadow: 0 0 0.25rem #cbd5e1;
}

.dark #marker-bar {
	background: #1e293b;
	border-color: #334155;
}

#marker-bar.show {
	transition: opacity 0.4s, visibility 0s;
	opacity: 1;
	visibility: visible;
}

#txtselect_marker.show {
	visibility: visible;
	width: 2rem;
	height: 2rem;
	transition: opacity 0.4s, visibility 0s;
	opacity: 1;
}

#marker-bar .masha-social,
#marker-bar .masha-marker {
	cursor: pointer;
	display: block;
	margin: 0 0.3125rem;
	float: left;
}

#marker-bar .masha-marker {
	line-height: 1em;
	color: #94a3b8;
	border-bottom: 1px dotted #94a3b8;
	margin-right: 0.625rem;
}

#marker-bar .masha-marker:hover {
	color: #3b82f6;
	border-color: #3b82f6;
}

.user_selection,
.user_selection_true {
	background: #fef3c7;
	padding: 0.125rem 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: -0.4375rem;
	left: -0.3125rem;
	width: 2.0625rem;
	height: 2.0625rem;
	background: url(../dleimages/closemarker.png) 0 0 no-repeat;
}

.user_selection.hover a.txtsel_close:hover,
.user_selection_true.hover a.txtsel_close:hover {
	background-position: 0 -2.0625rem;
}

/* =============================================================
   SHARE POPUP
   ============================================================= */
#share-popup {
	border: 1px solid #e2e8f0;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 0.75rem;
	background: #fff;
	position: absolute;
	z-index: 100;
	width: 25.875rem;
	display: none;
	padding: 1.25rem 0;
	opacity: 0;
	box-shadow: 0 0.5rem 2.5rem -0.625rem rgba(0, 0, 0, 0.3);
	background-clip: padding-box;
	transition: opacity 0.4s, visibility 0.1s linear 0.4s;
}

.dark #share-popup {
	background: #1e293b;
	border-color: #334155;
}

#share-popup.show {
	display: block;
	opacity: 1;
	transition: opacity 0.4s, visibility 0s;
}

#share-popup .social {
	padding: 0 0 0.625rem 1.0625rem;
}

#share-popup .social p {
	padding-bottom: 0.625rem;
	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: 1.25rem;
	padding-top: 0.125rem;
}

#share-popup .social ul a {
	text-decoration: none;
	font-size: 0.75rem;
	display: inline-block;
	color: #64748b;
}

#share-popup .social ul a:hover {
	text-decoration: underline;
}

#share-popup .social a span {
	cursor: pointer;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../dleimages/social-icons.png) 1.25rem 1.25rem no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -0.1875rem 0.3125rem 0 0;
}

#share-popup .link {
	clear: both;
	border-top: 1px solid #cbd5e1;
	padding: 0.625rem 0.3125rem 0 0.625rem;
	line-height: 1.2;
	overflow: hidden;
	margin: 0 0.4375rem;
}

.dark #share-popup .link {
	border-top-color: #334155;
}

#share-popup .link p {
	font-weight: bold;
	padding: 0 0 0.1875rem 0;
	margin: 0;
}

#share-popup .link span {
	color: #64748b;
	font-size: 0.625rem;
	display: block;
	padding-top: 0.1875rem;
}

#share-popup .link a {
	display: block;
}

/* =============================================================
   XFIELDS (Custom Fields)
   ============================================================= */
table.xfields {
	width: 100%;
}

.xfields textarea,
.xprofile textarea {
	width: 100%;
	height: 11.625rem;
	margin-top: 0.3125rem;
}

.xfields input[type="text"] {
	width: 100%;
}

.xfieldsdescr {
	width: 12.5rem;
}

.xfields .bb-pane+textarea {
	margin-top: 0;
}

.xfieldsnote {
	color: #64748b;
	font-size: 0.9em;
}

.xfields_table td {
	vertical-align: top;
}

.xfieldsrow {
	padding-top: 0.625rem;
	clear: both;
}

.xfieldscolleft {
	float: left;
	width: 30%;
	padding-top: 0.375rem;
}

.xfieldscolright {
	float: left;
	width: 70%;
}

.file-box {
	width: 95%;
	max-width: 27.3125rem;
	border: 1px solid #94a3b8;
	border-radius: 0.1875rem;
	background-color: #f1f5f9;
	padding: 0.625rem;
	margin-top: 0.625rem;
}

.dark .file-box {
	background-color: #1e293b;
	border-color: #475569;
}

.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: 0.3125rem;
	border: 0.3125rem solid #fff;
	width: 6.25rem;
	height: 6.25rem;
	transition: box-shadow 0.5s ease;
}

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

/* =============================================================
   FILE UPLOAD
   ============================================================= */
.qq-uploader {
	position: relative;
	width: 100%;
}

.qq-upload-button {
	display: inline-block;
	margin-top: 0.3125rem;
	margin-bottom: 0.3125rem;
	cursor: pointer;
}

.qq-upload-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	max-width: 27.3125rem;
	background: #ff9797;
	text-align: center;
}

.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -0.5rem;
	font-size: 1rem;
}

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

.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);
	box-shadow: none;
}

/* =============================================================
   PROGRESS BAR
   ============================================================= */
.progress {
	overflow: hidden;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
	background-color: #e2e8f0;
	height: 0.625rem;
	border-radius: 0.5rem;
	background: #e2e8f0;
	box-shadow: 0 1px 0 white, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0.25rem rgba(0, 0, 0, 0.2) inset;
}

.dark .progress {
	background-color: #334155;
}

.progress .progress-bar {
	float: left;
	width: 0%;
	font-size: 0.75rem;
	line-height: 1.25rem;
	color: white;
	text-align: center;
	background-color: #3b82f6;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	transition: width 0.6s ease;
	border-radius: 0.5rem;
	height: 0.5rem;
}

.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: linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
	background-repeat: repeat-x;
	border: 1px solid #55aeee;
}

/* =============================================================
   WYSIWYG EDITOR (TinyMCE)
   ============================================================= */
.wseditor {
	border-top: 0.3125rem solid #0c5f7e;
	border-top-left-radius: 0.125rem;
	border-top-right-radius: 0.125rem;
}

.wseditor .tox-tinymce {
	border-top: none;
}

#dlefastreplycomments .wseditor {
	margin-bottom: 0.625rem;
}

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

.mce-toc {
	border: 1px solid #cbd5e1;
	margin: 0 0 0.7rem 0;
	border-radius: 0.5rem;
	padding: 0.5rem;
}

.dark .mce-toc {
	border-color: #334155;
}

.mce-toc h2 {
	margin: 0.25rem;
	font-size: 1rem;
	font-weight: bold;
}

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

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

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

.mce-accordion summary {
	cursor: pointer;
	padding: 0.5rem;
	background-color: #f1f5f9;
	border-radius: 0.25rem;
	margin-bottom: 0.25rem;
}

.dark .mce-accordion summary {
	background-color: #334155;
}

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

.image-shadows {
	box-shadow: rgba(9, 30, 66, 0.25) 0 0.25rem 0.5rem -0.125rem, rgba(9, 30, 66, 0.08) 0 0 0 1px;
}

.image-padded {
	padding: 0.5rem;
}

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

.tox .tox-dialog__header {
	color: #fff !important;
	background-color: #3b82f6 !important;
	border-bottom: #3b82f6 !important;
}

.tox .tox-dialog__footer .tox-button--secondary {
	background-color: #64748b !important;
	border-color: #64748b !important;
	color: #fff !important;
}

.tox .tox-button {
	background-color: #0c5f7e !important;
	border-color: #0c5f7e !important;
}

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

.self_delete_link {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 0.75rem 1.6875rem;
	border-radius: 0.625rem;
	margin-left: 0.9375rem;
	outline: none;
	background-color: #ef4444;
	color: #fff;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	transition: all ease 0.1s;
}

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

.user_fields .xfieldscolright {
	float: none;
	width: auto;
}

.user_fields .form-check-input {
	margin: 0.375rem 0.625rem 0 0;
}

/* =============================================================
   EKSİK OLAN MODAL VE POPUP STİLLERİ
   ============================================================= */
.dle-alert,
.dle-confirm,
.dle-promt {
	padding: 1.25rem 1em !important;
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 2.5rem -0.625rem rgba(0, 0, 0, 0.3);
}

.dark .dle-alert,
.dark .dle-confirm,
.dark .dle-promt {
	background-color: #1e293b;
}

.ui-dialog-content h2 {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	color: #334155;
}

.dark .ui-dialog-content h2 {
	color: #cbd5e1;
}

.ui-state-error {
	background: #fef2f2 50% 50% repeat-x !important;
	border: 1px solid #ef4444;
	color: #dc2626;
	border-radius: 0.5rem;
}

/* =============================================================
   EKSİK OLAN UI VE ARAYÜZ ELEMANLARI
   ============================================================= */
.ui-helper-hidden-accessible {
	display: none;
}

.bbcodes.cancelchanges {
	background-color: #64748b !important;
}

.bbcodes.cancelchanges:hover {
	background-color: #475569 !important;
}

/* =============================================================
   EKSİK OLAN TAKVİM VE SIRALAMA STİLLERİ
   ============================================================= */
.calendar {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.calendar tr td,
.calendar tr th {
	padding: 0.1875rem;
	border: 1px solid #e2e8f0;
}

.dark .calendar tr td,
.dark .calendar tr th {
	border-color: #334155;
}

.calendar tr td a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.calendar tr td a:hover {
	text-decoration: underline;
	background-color: #eff6ff;
}

.dark .calendar tr td a:hover {
	background-color: #334155;
}

.calendar tr th.monthselect a:hover {
	color: #3b82f6;
	text-decoration: underline;
}

/* =============================================================
   EKSİK OLAN ÖZEL DLE FONKSİYONLARI
   ============================================================= */
#marker-bar,
#txtselect_marker {
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: 1200;
	opacity: 0;
	transition: opacity 0.4s, visibility 0.1s linear 0.4s;
}

#txtselect_marker {
	cursor: pointer;
	background: url(../dleimages/marker.png) no-repeat 0 0;
}

#txtselect_marker:hover {
	background-position: 0 -2rem;
}

#marker-bar {
	border: 1px solid #cbd5e1;
	border-radius: 0.9375rem;
	background: #fff;
	padding: 0.3125rem 0.625rem;
	cursor: default;
	box-shadow: 0 0 0.25rem #cbd5e1;
}

.dark #marker-bar {
	background: #1e293b;
	border-color: #334155;
}

#marker-bar.show {
	transition: opacity 0.4s, visibility 0s;
	opacity: 1;
	visibility: visible;
}

#txtselect_marker.show {
	visibility: visible;
	width: 2rem;
	height: 2rem;
	transition: opacity 0.4s, visibility 0s;
	opacity: 1;
}

#share-popup {
	border: 1px solid #e2e8f0;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 0.75rem;
	background: #fff;
	position: absolute;
	z-index: 100;
	width: 25.875rem;
	display: none;
	padding: 1.25rem 0;
	opacity: 0;
	box-shadow: 0 0.5rem 2.5rem -0.625rem rgba(0, 0, 0, 0.3);
	background-clip: padding-box;
	transition: opacity 0.4s, visibility 0.1s linear 0.4s;
}

.dark #share-popup {
	background: #1e293b;
	border-color: #334155;
}

#share-popup.show {
	display: block;
	opacity: 1;
	transition: opacity 0.4s, visibility 0s;
}

.quick-edit-text {
	padding: 0.4em;
	width: 21.875rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.5rem;
}

.dark .quick-edit-text {
	border-color: #334155;
	background-color: #1e293b;
	color: #e2e8f0;
}

/* =============================================================
   EKSİK OLAN KULLANICI MESAJLARI VE TABLOLAR
   ============================================================= */
.user_selection,
.user_selection_true {
	background: #fef3c7;
	padding: 0.125rem 0;
	border-radius: 0.25rem;
}

.dark .user_selection,
.dark .user_selection_true {
	background: rgba(251, 191, 36, 0.1);
}

.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: -0.4375rem;
	left: -0.3125rem;
	width: 2.0625rem;
	height: 2.0625rem;
	background: url(../dleimages/closemarker.png) 0 0 no-repeat;
}

.user_selection.hover a.txtsel_close:hover,
.user_selection_true.hover a.txtsel_close:hover {
	background-position: 0 -2.0625rem;
}


/* =============================================================
   DLE PUSH NOTIFICATIONS
   ============================================================= */
.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 1.25rem;
	top: 1.25rem;
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #0f172a;
	margin-bottom: 0.625rem;
	width: 100%;
	max-width: 25rem;
	box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: 0.625rem;
}

.dark .DLEPush-notification.wrapper {
	color: #e2e8f0;
	background-color: #1e293b;
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 2.8125rem;
	height: 100%;
	border-top-left-radius: 0.625rem;
	border-bottom-left-radius: 0.625rem;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: 0.8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: 0.5rem;
}

.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: 0.875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li,
.DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 0.5rem;
	right: 0.625rem;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #d1fae5;
}

.dark .DLEPush-notification.wrapper.push-success {
	background-color: rgba(16, 185, 129, 0.2);
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #10b981;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #fef3c7;
}

.dark .DLEPush-notification.wrapper.push-warning {
	background-color: rgba(245, 158, 11, 0.2);
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #f59e0b;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #fee2e2;
}

.dark .DLEPush-notification.wrapper.push-error {
	background-color: rgba(239, 68, 68, 0.2);
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #ef4444;
}

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 25rem;
	}
}

@media only screen and (max-width: 600px) {
	.xfieldscolleft {
		float: none;
		width: 100%;
	}

	.xfieldscolright {
		float: none;
		width: 100%;
	}
}