/*==============================*\
  "Clarity" by Valerio Lyndon
  R28.0

| == = == THEME CONTENTS == = == |

! IMPORTS

! OPTIMIZATIONS
? repeated code & more
@ Variables
@ Transitions
@ Nav-Buttons

! PAGE-BASE
? generic containers

! HEADER
@ Cover
@ Nav-Main
? main Bar
@ Nav-Buttons-Top
? located above main bar
@ Nav-Buttons-L
? below main bar on left
@ Nav-Buttons-R
? below main bar on right
@ Sort-By
? sort menu

! LIST
? anime/manga listings
@ Base
@ Status
@ Number
@ Image
? image/number
@ Title
? title/type
@ Score
@ MAL
@ Progress
@ Priority
@ Generic-Columns
? rated/magazine/storage/season
@ Tags
? tags/studio/licensors
@ Dates
? started/finished/airing/etc
@ More-Info

! FOOTER

! OVERLAYS
? overlayed menus and iframes
@ Base
@ iframes
@ Filter-Menu

! FIXES

\*==============================*/




/*==============================*\
  !IMPORTS
\*==============================*/

@\import "https://fonts.googleapis.com/css2?family=Oswald&display=swap";
@\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/resources/font-awesome-4.7.0/css/font-awesome-force-legacy.min.css";





/*==============================*\
  !OPTIMIZATIONS @Variables
\*==============================*/

:root {
	/* Primary Customization */
	--name: none;
	--avatar: none;
	--banner: url(https://i.imgur.com/VoPJz2S.jpg);
	--character: url(https://i.imgur.com/6IPyngH.png);
	--background: none;

	/* Generic Colours */
	--pbg: #efefef;
	--bg: #fff;
	--bg-dark: #ddd;
	--text: #323232;
	--text-h: #787878;
	--text-dim: #bababa;
	--text-dim-h: #646464;
	--text-dark: #111;
	--shadow: rgba(0,0,0,0.2);
	--icon: #323232;
	--accent: #4065ba;
	--banner-text: #fff;
	--banner-text-shadow: rgba(0,0,0,0.45);

	/* Button Colours */
	--btn-bg: #ebebeb;
	--btn-bg-h: #323232;
	--btn-head-bg-h: #1d439b;
	--btn-text-h: #fff;

	/* Header Colours */
	--text-head: #9b9b9b;
	--text-head-h: #787878;

	/* Status Colours */
	--watching: #2db039;
	--completed: #26448f;
	--onhold: #f1c83e;
	--dropped: #a12f31;
	--plantowatch: #c3c3c3;

	/* Single-Use Colours */
	--cover-bg: #323232;
	--edit-btn: #d9d9d9;
	--checkmark: #9696eb;

	/* Other */
	--font-1: Arial, Verdana, "FontAwesome 4", FontAwesome, sans-serif;
	--font-2: Verdana, Arial, "FontAwesome 4", FontAwesome, sans-serif;
	--font-icon: "FontAwesome 4", FontAwesome;
}



/*------------------------------*\
  OPTIMIZATIONS @Transitions
\*------------------------------*/

.icon-menu:before, 
.icon-menu:after,
.icon-menu svg,
.icon-menu.setting,
.icon-menu.setting .text,
.icon-menu.setting .text a,
.header .header-title:after,
.status-menu:after,
.fixed .status-menu:after,
.status-menu-container:not(.fixed) .status-menu,
.status-menu-container.fixed .status-menu,
.status-button:after,
#search-box,
#search-box input,
#search-box:after,
.list-table-header .header-title,
.list-table .list-table-header .header-title .link.sort,
.data.image .link:after,
.data.progress,
.data.chapter,
.data.volume,
.data.score a,
.data.tags a,
.data.tags a.edit:after,
.data.genre a,
.data.demographic a,
.data.studio a,
.data.licensor a,
.data.priority,
#advanced-options .advanced-options-button a,
#fancybox-close
{ transition: all 0.3s ease !important; }

#search-button i,
.header-info a,
.list-table-data a,
.more-info .td1 > div > a,
#advanced-options .advanced-options-header .description,
#advanced-options .advanced-options-header .description:before,
#advanced-options [class*="-widget"] input,
#advanced-options [class*="-widget"] select,
#advanced-options [class*="-widget"] label
{ transition: all 0.15s ease !important; }



/*------------------------------*\
  OPTIMIZATIONS @Nav-Buttons
\*------------------------------*/

.header .header-title,
.header-info,
.icon-menu,
.list-menu-float .icon-menu,
.icon-menu.quick-add:before,
.stats a,
.list-table > tbody:first-of-type:after
{
	display: inline-block;
	height: 26px !important;
	width: 26px !important;
	background: var(--bg) !important;
	border-radius: 13px;
	box-shadow: 0px 1px 2px var(--shadow);
	overflow: hidden;
	
	color: var(--text) !important;
	font: normal 0/26px var(--font-1);
	text-indent: 0;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	
	transition: all 0.3s ease !important;
}

.header .header-title:hover,
.icon-menu:hover,
.list-menu-float .icon-menu:hover,
.stats a:hover
{
	width: 100px !important;
	background: var(--btn-head-bg-h) !important;
	color: var(--btn-text-h) !important;
}





/*==============================*\
  !PAGE-BASE
\*==============================*/

html {
	position: relative;
	
	min-height: 100%;
}

body {
	padding-bottom: 64px;
	background: var(--pbg) var(--background) no-repeat center / cover fixed !important;
}

.list-container {
	position: static;
	
	width: 100%;
	background: none !important;
	border: none;
}

.list-block {
	width: 1060px;
	min-height: initial;
	margin: 64px auto 0;
}

.status-menu-container.fixed + .list-block {
	margin-top: 128px !important;
}

.list-unit {
	width: 100% !important;
	margin: 0
}

.list-table {
	border: none !important;
}


a, a:hover {
	color: var(--accent);
}

/* Remove Tutorial/Notices */
.initialize-tutorial, #recaptcha-terms { display: none !important; }





/*==============================*\
  !HEADER @Cover
\*==============================*/

.cover-block {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25;
	
	width: 100%;
	min-width: 1060px;
	height: 318px;
	background: var(--cover-bg) var(--banner) no-repeat center center / cover scroll;
}

/* Gradient */
.cover-block:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	
	display: block;
	width: 100%;
	height: 50px;
	background: linear-gradient(to top,rgba(0,0,0,0.5),transparent);
}

/* Hide unnecessary container & change image button */
.btn-list-setting, #cover-image  { display: none !important; }



/* - - - - - - - - - - - - - - -*\
  Character Image
\*- - - - - - - - - - - - - - - */

#list-container #cover-image-container {
	display: block !important;
	width: 1060px;
	height: 100%;
	padding: 0;
	background: var(--character) no-repeat right center / contain;
	margin: 0 auto;
}


/* - - - - - - - - - - - - - - -*\
  User Name
\*- - - - - - - - - - - - - - - */

#cover-image-container:after {
	content: var(--name);
	position: absolute;
	top: 55px;
	left: 50%;
	
	margin-left: -475px;
	
	color: var(--banner-text);
	font: bold 60px/60px Oswald;
	text-align: left;
	letter-spacing: 15px;
	text-shadow: 1px 4px 7px var(--banner-text-shadow);
	text-transform: uppercase;
	white-space: pre;
	
	transform: scale(0.9) perspective(350px) rotateY(8deg) rotateZ(-3deg);
	animation: name-slide 3s 1 0.5s backwards;
}

@keyframes name-slide {
	0% {
		top: 12px;
		margin-left: -535px;
		opacity: 0;
		letter-spacing: 0;
		
		animation-timing-function: ease-out;
	}
	90% {
		top: 55px;
		margin-left: -475px;
	}
	100% {
		letter-spacing: 15px;
		opacity: 1;
		
		animation-timing-function: cubic-bezier(0,0,.75,1);
	}
}



/*------------------------------*\
  HEADER @Nav-Buttons-Top	
\*------------------------------*/

.header {
	z-index: 36;
	display: flex;
	height: 36px;
	margin-top: 282px;
}

.header .header-menu {
	position: static;
	
	display: flex;
	width: auto;
	height: 26px;
	margin-left: 6px;
	
	order: 2;
}

.btn-menu {
	height: 0;
	
	font-size: 0 !important;
}

/* Remove unnecessary javascript dropdown button */
.btn-menu #header-menu-button { display: none; }


/* - - - - - - - - - - - - - - -*\
  Home Button
\*- - - - - - - - - - - - - - - */

.header .header-title {
	position: static;
	
	margin-left: 155px;
	
	order: 1;
	
	z-index: 1;
}

.header .header-title:before {
	content: "\f015";
	display: inline-block;
	
	width: 26px;
	background: none !important;
	
	font-size: 14px;
	font-family: var(--font-icon);
	text-align: center !important;
}

.header .header-title:hover:before {
	color: var(--btn-text-h) !important;
}

.header .header-title:after {
	content: "Home";
	
	display: inline-block;
	height: 26px !important;
	width: 26px !important;
	
	font: 14px/26px var(--font-1);
	color: var(--text);
}

.header .header-title:hover:after {
	color: var(--btn-text-h);
}


/* - - - - - - - - - - - - - - -*\
  Anime/Mangalist Buttons
\*- - - - - - - - - - - - - - - */

.header .header-menu .list-menu {
	position: static;
	order: 1;
	
	display: inline-block;
	height: 26px;
	border: none;
	background: none;
	box-shadow: none;
}

.header .icon-menu.manga-list, .header .icon-menu.anime-list {
	position: static;
	
	padding: 0;
	margin-right: 6px;
	
	font-size: 0 !important;
	font-weight: normal !important;
}

.header .icon-menu.manga-list .text, .header .icon-menu.anime-list .text {
	position: static !important;
	
	font: 14px/26px var(--font-1);
	vertical-align: top;
}

.header .header-menu .list-menu .icon-menu svg.icon {
	position: static;
	
	max-width: 14px;
	max-height: 14px;
	padding: 6px;
	
	fill: var(--text);
}

.header .header-menu .list-menu .icon-menu:hover svg.icon { fill: var(--btn-text-h); }


/* - - - - - - - - - - - - - - -*\
  Login/Affinity Menu
\*- - - - - - - - - - - - - - - */

.header-info {
	position: static;
	
	width: auto !important;
	padding: 0 8px;
	margin: 0 !important;
	font-size: 12px;
	
	order: 2;
}

.header-info a {
	color: var(--text) !important;
	text-decoration: none !important;
}

.header-info a:hover {
	color: var(--text-h) !important;
}


/* - - - - - - - - - - - - - - -*\
  Username Button (Avatar Link)
\*- - - - - - - - - - - - - - - */

.btn-menu a.username {
	position: absolute;
	left: 0;
	top: -7px;
	
	display: block;
	width: 150px;
	height: 150px;
	background: none;
	border-radius: 50%;
	
	font-size: 0;
}

.btn-menu span.username { display: none !important; }



/*------------------------------*\
  HEADER @Nav-Main
\*------------------------------*/

.status-menu-container {
	position: relative;
	z-index: 35 !important;
	
	width: 100%;
	min-width: 1060px;
	height: 64px;
	background: none;
	border: none !important;
}

.status-menu-container.fixed { z-index: 45 !important; }

.status-menu-container:before, .status-menu-container:after {
	content: "";
	position: absolute;
	left: 0;
	z-index: -1;
	
	display: block;
	width: 100%;
}

.status-menu-container:before {
	top: 0;
	
	height: 64px;
	background: var(--bg);
}

.status-menu-container:after {
	top: 64px;
	
	height: 2px;
	background: linear-gradient(to bottom,var(--shadow),transparent);
}

.status-menu {
	position: relative;
	
	display: block !important;
	width: 1060px;
	padding: 0 0 0 173px;
	margin: 0 auto;
	box-sizing: border-box;
}

.fixed .status-menu { padding: 0 0 0 71px; }

/* - - - - - - - - - - - - - - -*\
  Avatar
\*- - - - - - - - - - - - - - - */

.status-menu:after {
	content:"";
	position: absolute;
	top: -51px;
	left: -8px;
	
	width: 150px;
	height: 150px;
	background: var(--bg-dark) var(--avatar) no-repeat center top / cover;
	border: 8px solid var(--bg);
	border-radius: 50%;
	
	opacity: 1;
	box-shadow: 0 1px 2px var(--shadow);
}

.fixed .status-menu:after {
	top: 0px;
	
	width: 48px;
	height: 48px;
	
	box-shadow: none;
}

/* - - - - - - - - - - - - - - -*\
  Buttons
\*- - - - - - - - - - - - - - - */

.status-menu .status-button {
	display: inline-block !important;
	height: 32px;
	padding: 16px 0 !important;
	margin: 0 15px !important;
	
	color: var(--text-head) !important;
	font-size: 17.6px !important;
	line-height: 30px;
	white-space: nowrap;
	font-family: Oswald !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.status-menu .status-button.on {
	color: var(--text-head-h) !important;
}

.status-button.all_anime:after	{ background: var(--accent) !important; }
.status-button.watching:after,
.status-button.reading:after	{ background: var(--watching) !important; }
.status-button.completed:after	{ background: var(--completed) !important; }
.status-button.onhold:after		{ background: var(--onhold) !important; }
.status-button.dropped:after	{ background: var(--dropped) !important; }
.status-button.plantowatch:after,
.status-button.plantoread:after	{ background: var(--plantowatch) !important; }


/* - - - - - - - - - - - - - - -*\
  Search-Bar
\*- - - - - - - - - - - - - - - */

.status-menu-container .search-container {
	top: 19px;
	right: 0;
	z-index: 1;
}

#search-box {
	padding-right: 22px;
	border: 2px solid transparent;
	border-radius: 13px;
	margin-top: 0 !important;
}

#search-box.open {
	width: 150px !important;
	background: var(--btn-bg);
	border: 2px solid var(--bg-dark);
}

#search-box input {
	background: none;
	border: none;
	border-radius: 13px;
	outline: none;
	color: var(--text);
}

#search-box.open input {
	text-indent: 7.5px;
	line-height: 20px;
}

.status-menu-container .search-container #search-button {
	position: absolute;
	right: 0;
	top: 0;
	
	width: 26px;
	height: 26px;
	border-radius: 13px;
	margin-top: 0;
	
	text-align: center;
}
.open ~ #search-button {
	pointer-events: none;
}

#search-button i {
	color: var(--text-head) !important;
	font-size: 18px;
	line-height: 26px;
}

.open ~ #search-button i {
	font-size: 14px;
	line-height: 24px;
}

/* Adds gradiented edges for smooth appearance on overflowing text. */
#search-box:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	
	width: 0;
	height: 22px;
	padding-right: 22px;
	background: linear-gradient(to right, var(--btn-bg) 2px, transparent 9.5px, transparent 142.5px, var(--btn-bg) 150px) content-box;
	border: 2px solid transparent;
	border-radius: 13px;
	
	pointer-events: none;
	opacity: 0;
}

#search-box.open:after {
	width: 150px;
	opacity: 1;
}



/*------------------------------*\
  HEADER @Nav-Buttons-L
\*------------------------------*/

.list-menu-float {
	position: relative;
	top: auto;
	
	display: block;
	width: 904px;
	height: 0;
	padding-left: 155px;
	margin: 0 auto;
	border: none;
	background: none;
	
	text-align: left;
	font-size: 0;
	
	z-index: 38;
}

.icon-menu, .list-menu-float form { display: inline-block !important; }

.list-menu-float .icon-menu {
	top: 74px;
	
	margin: 0 6px 0 0;
}

.list-menu-float .icon-menu .text {
	top: 0 !important;
	left: 26px !important;
	
	display: inline-block;
	width: auto !important;
	height: 26px;
	
	color: var(--text) !important;
	font-size: 14px !important;
	
	opacity: 1 !important;
}

.list-menu-float .icon-menu:hover .text {
	color: var(--btn-text-h) !important;
}

.list-menu-float .icon-menu svg.icon {
	top: 6px !important;
	left: 6px !important;
	
	max-width: 14px;
	max-height: 14px;
	
	fill: var(--text);
}

.list-menu-float .icon-menu:hover svg.icon { fill: var(--btn-text-h); }


/* - - - - - - - - - - - - - - -*\
  Profile Button
\*- - - - - - - - - - - - - - - */

/* List-Owner */

[data-owner="1"] .list-menu-float .icon-menu.profile {
	position: absolute;
	left: 0;
	top: -43px;
	
	display: block !important;
	width: 150px !important;
	height: 150px !important;
	background: none !important;
	border-radius: 50%;
	
	font-size: 0;
	
	box-shadow: none;
}

/* Non-List-Owner */

[data-owner=""] .icon-menu.profile {
	background-image: none !important;
}

[data-owner=""] .icon-menu.profile:before {
	content: "\f007";
	position: absolute;
	top: 0;
	left: 0;
	
	display: block;
	width: 26px;
	height: 26px;
	
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: var(--text);
	font-family: var(--font-icon);
}

[data-owner=""] .icon-menu.profile:hover:before {
	color: var(--btn-text-h);
}

[data-owner=""] .icon-menu.profile:after {
	content: "Profile";
	position: absolute;
	top: 0;
	left: 26px;
	
	display: inline-block;
	height: 26px;
	
	font-size: 14px;
	
	color: var(--text);
}

[data-owner=""] .icon-menu.profile:hover:after {
	color: var(--btn-text-h);
}


/* - - - - - - - - - - - - - - -*\
  Quick Add Button
\*- - - - - - - - - - - - - - - */

.icon-menu.quick-add svg {
	display: none;
}

.icon-menu.quick-add:before {
	content: "\f067";
	
	background: none !important;
	
	font-size: 14px;
	text-align: center;
	font-family: var(--font-icon);
	
	box-shadow: none;
}

.icon-menu.quick-add:hover:before {
	color: var(--btn-text-h) !important;
}


/* - - - - - - - - - - - - - - -*\
  Settings Button
\*- - - - - - - - - - - - - - - */

.icon-menu.setting { overflow: visible; }

.icon-menu.setting:hover { width: 26px !important; }

.icon-menu.setting .text {
	top: -2px !important;
	left: 0 !important;
	
	width: 240px !important;
	height: 26px !important;
	padding: 2px 0;

	overflow: visible;
	
	font-size: 0 !important;
	
	opacity: 1 !important;
	pointer-events: none;
	z-index: -1;
}

.icon-menu.setting:hover .text { pointer-events: auto; }

.icon-menu.setting .text a {
	position: absolute !important;
	top: 2px !important;
	left: 13px !important;
	
	width: 0 !important;
	height: 26px !important;
	background: var(--btn-bg-h) !important;
	border: none !important;
	border-radius: 0 13px 13px 0;
	overflow: hidden;
	
	color: var(--btn-text-h) !important;
	font: 14px/26px var(--font-1) !important;
	text-indent: 9px;
	text-align: center;
	white-space: nowrap;
	
	opacity: 0 !important;
}

.icon-menu.setting:hover .text a {
	width: 120px !important;
	border-radius: 0 13px 13px 0;
	
	opacity: 1 !important;
}

.icon-menu.setting:hover .text .link-list-setting { left: 120px !important; }

.icon-menu.setting .text a:hover { background: var(--btn-head-bg-h) !important; }



/*------------------------------*\
  HEADER @Nav-Buttons-R
\*------------------------------*/

.list-unit .list-status-title {
	width: 1060px;
	height: 64px;
	margin-top: -64px;
	background: none;
}

.list-status-title .text { display: none !important }

.list-status-title .stats {
	position: absolute;
	top: 10px;
	right: 32px !important;
	
	display: block;
	width: auto;
	height: 26px !important;
	border-radius: 0 0 26px 0;
	
	font-size: 0;
	line-height: 13px !important;
}

.stats a {
	margin: 0 0 0 6px !important;
	
	font: 14px/26px var(--font-1);
}

.stats a i {
	width: 26px;
	text-align: center;
}

i.fa-chart-column::before {
	content: "\f080";
}


.list-stats {
	position: absolute;
	top: 416px;
	
	width: 1060px !important;
	background: none !important;
	
	color: var(--text) !important;
	font-weight: bold;
}



/*------------------------------*\
  HEADER @Sort-By
\*------------------------------*/

.list-table > tbody:first-of-type {
	position: relative;
	top: -26px;
	margin-top: -30px;
	left: 1032px;
	
	display: block;
	width: 30px;
	height: 30px;
	background: none !important;
	
	z-index: 39;
}

.list-table > tbody:first-of-type:after {
	content: "\f0dc";
	position: absolute;
	top: 0;
	right: 0;
	
	margin: 2px;
	
	font-size: 14px;
	font-family: var(--font-icon);
	text-align: center;
}

.list-table > tbody:first-of-type:hover:after {
	background: var(--btn-head-bg-h) !important;
	color: var(--btn-text-h) !important;
}

.list-table-header {
	position: absolute;
	top: 0;
	right: 15px;
	
	display: block;
	width: auto;
	height: 26px;
	padding: 2px 0;
	
	font-size: 0;
	white-space: nowrap;
	
	pointer-events: none;
	z-index: -1;
}

.list-table > tbody:first-of-type:hover .list-table-header { pointer-events: auto; }


/* Items */

.list-table .list-table-header .header-title {
	position: relative;
	
	display: inline-block;
	width: auto !important;
	height: auto;
	padding: 0 !important;
	border: none;
	background: none;
	
	font-weight: normal;
}

.list-table > tbody:first-of-type:hover .header-title {
	opacity: 1;
}

.list-table .list-table-header .header-title .link.sort {
	display: block;
	width: 13px;
	height: 26px;
	background: var(--btn-bg-h);
	border-radius: 13px 0 0 13px;
	margin-left: -13px;
	overflow: hidden;
	box-sizing: border-box;
	
	color: var(--btn-text-h) !important;
	font: 11px/26px var(--font-2);
	text-align: center;
	text-indent: -9px;
	white-space: normal;
	
	opacity: 0;
}

.list-table tbody:first-of-type:hover .list-table-header .header-title .link.sort {
	width: 80px;
	opacity: 1;
}

.list-table-header .header-title a.hover_info { display: none !important; }

.list-table .list-table-header .header-title .link.sort:hover { background: var(--btn-head-bg-h); }

.list-table-header .header-title a .sort-icon {
	position: absolute;
	left: 50%;
	
	width: 10px;
	height: 10px;
	margin-left: -5px;
	
	color: inherit !important;
	font-size: 10px;
	line-height: 10px;
}

.sort-icon.fa-sort-up { top: 2px; }
.sort-icon.fa-sort-down { bottom: 2px; }

/* Fixes for airing & publishing dates */

.anime tbody:first-of-type:hover .header-title.started a, .anime tbody:first-of-type:hover .header-title.finished a { padding: 0 13px; }

.manga tbody:first-of-type:hover .header-title.started a, .manga tbody:first-of-type:hover .header-title.finished a { width: 100px !important; }

/* Renames certain items */

.header-title.title a { font-size: 0 !important; }

.header-title.title a:after {
	content: "Title";
	font-size: 11px;
}

/* Removes useless tags item */

.list-table-header .header-title.tags { display: none !important; }





/*==============================*\
  !LIST @Base
\*==============================*/

.list-item {
	position: relative;
	
	display: block;
	width: 100%;
	background: var(--bg) !important;
	border: none;
	margin-bottom: 8px;
}

.list-table-data {
	position: relative;
	
	display: flex;
	max-width: 1060px;
	min-height: 64px;
	
	align-items: center;
	
	font-size: 0;
}

.data {
	display: block !important;
	padding: 0 !important;
	border: none !important;
	flex: 0 0 auto;
	
	color: var(--text);
	font-size: 11px;
}

.list-table .list-table-data .data a {
	color: var(--text) !important;
	text-decoration: none !important;
}

.list-table .list-table-data a:not(.edit-disabled):hover {
	color: var(--text-h) !important;
}


/* - - - - - - - - - - - - - - -*\
  Loading Icon
\*- - - - - - - - - - - - - - - */

.list-unit .loading-space {
	margin: 14px 0 22px;
}
.list-unit .loading-space #loading-spinner {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	
	color: var(--text);
}


/* - - - - - - - - - - - - - - -*\
  Empty Table Message
\*- - - - - - - - - - - - - - - */

.list-table[data-items="[]"]:after {
	content: "No entries found. Try another category?";
	
	display: block;
	width: 900px;
	background: var(--bg);
	border-radius: 16px;
	margin: 32px auto;
	
	color: var(--text);
	font: 16px/32px var(--font-1);
	text-align: center;
}

[data-owner="1"] .list-table[data-items="[]"]:after {
	content: "No entries found. Why not add some?";
}

[data-query*='"s":'] .list-table[data-items="[]"]:after {
	content: "No entries found. Perhaps your search terms are too restrictive?";
}




/*------------------------------*\
  LIST @Status
\*------------------------------*/

.data.status {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 1px !important;
	height: 100%;
	padding: 0 !important;
}

.status.watching,
.status.reading { background: var(--watching) !important; }
.status.completed { background: var(--completed) !important; }
.status.onhold { background: var(--onhold) !important; }
.status.dropped { background: var(--dropped) !important; }
.status.plantowatch,
.status.plantoread { background: var(--plantowatch) !important; }



/*------------------------------*\
  LIST @Number
\*------------------------------*/

.data.number {
	position: relative;
	top: -22px;
	
	width: 20px;
	height: 20px;
	background: var(--bg);
	border-radius: 10px;
	margin: 0 -28px 0 8px;
	
	order: 1;
	
	line-height: 20px;
	font-weight: 700;
	
	z-index: 1;
}

.list-item:nth-child(n+101) .data.number {
	text-indent: -7px;
}

.list-item:nth-child(n+1001) .data.number {
	width: 27px;
	margin-right: -35px;
}

.list-item:nth-child(n+10001) .data.number {
	width: 34px;
	margin-right: -42px;
}



/*------------------------------*\
  LIST @Image
\*------------------------------*/

.data.image {
	width: 64px;
	height: 64px;
	margin: 4px 0 4px 8px;
	order: 1;
}

.data.image a {
	position: relative;
	display: block !important;
	border-radius: 50%;
	overflow: hidden;
}

.data.image img {
	width: 64px !important;
	height: 64px !important;
	border: none !important;
	object-fit: cover;
}

/* External link icon on hover */
.data.image a:after {
	content: "\f14c";
	position: absolute;
	top: 0;
	left: 0;
	
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	
	color: #fff;
	font: 30px/64px var(--font-icon);
	
	opacity: 0;
}

.data.image a:hover:after {	
	opacity: 1;
}



/*------------------------------*\
  LIST @Title
\*------------------------------*/

.data.title {
	position: relative;
	
	width: 142px;
	height: 16px;
	padding: 32px 0 0 8px !important;
	
	order: 12;
	flex: 1 0 auto;
	
	line-height: 16px;
}

.data.title .link.sort {
	position: absolute;
	top: 16px;
	left: 8px;
	
	display: inline-block;
	max-width: 100%;
	padding-right: 16px;
	
	overflow: hidden;
	box-sizing: border-box;
	
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-table .list-table-data .title .link:hover {
	color: var(--accent) !important;
}

.content-status, .rewatching, .rereading {
	color: var(--text-dim) !important;
	font-size: 10px !important;
}

.content-status:before, .rewatching:before, .rereading:before { content: "[" }
.content-status:after, .rewatching:after, .rereading:after { content: "] - " }



.add-edit-more {
	display: inline;
	float: none !important;
	
	color: var(--text-dim);
}

.list-table .list-table-data .title .add-edit-more a { color: var(--text-dim) !important; }
.list-table .list-table-data .title .add-edit-more a:hover { color: var(--text-dim-h) !important; }

.icon-watch, /* legacy selector, just in case it's still needed */
.icon-watch2 {
	 display: none !important;
}
.notes {
	display: none;
}


/* - - - - - - - - - - - - - - -*\
  Type
\*- - - - - - - - - - - - - - - */

.data.type {
	position: relative;
	top: -16px;
	z-index: 1;
	
	width: 92px;
	height: 16px;
	padding-left: 8px !important;
	margin-right: -100px;
	
	order: 11;
	
	text-align: left !important;
	color: var(--text-dim);
	line-height: 16px;
	font-size: 10px;
}

/* modify .type when .number is present */

.data.number + td:not(.image) ~ .type {
	margin-left: 28px;
	margin-right: -128px;
}


/*------------------------------*\
  LIST @MAL
\*------------------------------*/

.data.mal_score,
.data.score_diff,
.data.popularity {
	width: 65px;
	order: 12;
}
.data.score_diff {
	width: 40px;
}
.data.popularity {
	width: 80px;
}

.data.mal_score::before {
	content: "MAL Score:";
	display: block;
	color: var(--text-dim);
	white-space: nowrap;
}
.data.score_diff::before {
	content: "Diff:";
	display: block;
	color: var(--text-dim);
}
.data.popularity::before {
	content: "Popularity:";
	display: block;
	color: var(--text-dim);
}

.score ~ .data.score_diff {
	order: 13;
	padding-top: 3em !important;
	margin-left: -34px;
	margin-right: -6px;
	font-style: italic;
}
.score ~ .data.score_diff::before {
	color: transparent;
}


/*------------------------------*\
  LIST @Score
\*------------------------------*/

.data.score {
	position: relative;
	
	width: 26px;
	height: 26px;
	
	order: 13;
}

.data.score a {
	display: block;
	width: 26px;
	height: 26px;
	background: var(--btn-bg);
	border-radius: 13px;
	margin: 0 0 0 auto;
	
	line-height: 26px;
}

.list-table .list-table-data .score a:not(.edit-disabled):hover {
	background: var(--btn-bg-h);
	
	color: var(--btn-text-h) !important;
}

.data.score select {
	position: absolute;
	top: 0;
	right: 0;
	
	display: block;
	width: 40px;
	height: 26px;
	padding: 0 9px;
	background: var(--btn-bg-h) url(https://i.imgur.com/KF8oOyC.png) no-repeat 20px center / 16px auto;
	border: none;
	border-radius: 13px;
	box-shadow: none !important;
	
	color: var(--btn-text-h);
	font: bold 1.1em/26px var(--font-2);
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@-moz-document url-prefix() {
	.data.score select {
		padding: 0 16px 0 0;
		text-align: center;
	}
}

.data.score select:focus {
	outline: none !important;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}



/*------------------------------*\
  LIST @Progress
\*------------------------------*/

.data.progress, .data.chapter, .data.volume {
	width: 92px;
	
	order: 15;
}

.data.chapter { margin-top: -34px; }
.data.volume { margin: 34px 0 0 -92px; }

.data.progress span, .data.chapter span, .data.volume span { color: var(--text); }

.data.progress:before {
	content: "Progress:";
	color: var(--text-dim);
}

.data.chapter:before {
	content: "Chapters:";
	color: var(--text-dim);
}

.data.volume:before {
	content: "Volumes:";
	color: var(--text-dim);
}

/* Icon for completed entries. */
.data.progress span:only-of-type:after, .data.chapter span:only-of-type:after, .data.volume span:only-of-type:after {
	content: " \f058";
	position: relative;
    top: 1px;
	
	color: var(--checkmark);
	font-family: var(--font-icon);
	font-size: 13px;
}

.data.progress input, .data.chapter input, .data.volume input {
	height: 15px;
	padding: 0 1px;
	background: var(--btn-bg);
	border: 1px solid var(--bg-dark);
	outline-color: var(--accent) !important;
	
	box-sizing: border-box;
	
	color: var(--text-dark);
	font: 11px var(--font-2);
}



/*------------------------------*\
  LIST @Priority
\*------------------------------*/

.data.priority {
	width: 92px;
	height: 74px;
	background: var(--bg);
	
	order: 14;
	
	color: var(--text);
	line-height: 74px;
	z-index: 1;
}

.data.priority:before {
	content: "\f0a2";
	font-family: var(--font-icon);
}

/* fix for all anime page */

.status:not(.plantowatch):not(.plantoread) ~ .data.priority { display: none !important; }

/* modify .priority when .progress is present */

.data.progress ~ .priority, .data.chapter ~ .priority, .data.volume ~ .priority {
	position: relative;
	margin-right: -92px;
	opacity: 1;
	pointer-events: none;
	z-index: 1;
}

.list-item:hover .progress ~ .priority,
.list-item:hover .chapter ~ .priority,
.list-item:hover .volume ~ .priority {
	opacity: 0;
}



/*------------------------------*\
  LIST @Generic-Columns
\*------------------------------*/

.data.rated,
.data.magazine,
.data.storage,
.data.retail,
.data.season {
	margin-right: 4px;
	
	order: 19;
	flex-shrink: 1;
}

.data.rated { width: 40px; }
.data.magazine { width: 90px; }
.data.storage, .data.retail { width: 72px; }
.data.season {
	width: 92px;
	
	order: 20;
}


.data.rated:before,
.data.magazine:before,
.data.storage:before,
.data.retail:before,
.data.season:before {
	display: block;
	
    color: var(--text-dim);
}

.data.rated:before { content: "Rated:"; }
.data.magazine:before { content: "Magazine:"; }
.data.storage:before, .data.retail:before { content: "Storage:"; }
.data.season:before { content: "Premiered:"; }


.data.season:empty:after {
	content: "Unknown";
	
	display: block;
	
	color: var(--text-dim);
}



/*------------------------------*\
  LIST @Tags
\*------------------------------*/

.data.tags, .data.genre, .data.demographic, .data.studio, .data.licensor {
	width: 120px;
	padding: 3px 0 !important;
	margin-right: 8px;
	
	order: 21;
	flex-shrink: 1;
}
.data.studio, .data.licensor {
	order: 22;
}

.data.tags span, .data.genre span, .data.demographic span, .data.studio span, .data.licensor span {
	display: block;
	padding: 1px 0;
	
	font-size: 0 !important;
	line-height: 0;
}

.data.tags a:not(.edit),
.data.genre a,
.data.demographic a,
.data.studio a,
.data.licensor a {
	display: block;
	padding: 1px;
	background: var(--btn-bg);
	border-radius: 8.5px;
	
	color: var(--text) !important;
	font-size: 11px !important;
	line-height: 15px;
}

.list-table .list-table-data .tags span a:hover,
.list-table .list-table-data .genre span a:hover,
.list-table .list-table-data .demographic span a:hover,
.list-table .list-table-data .studio span a:hover,
.list-table .list-table-data .licensor span a:hover {
	background: var(--btn-bg-h);
	
	color: var(--btn-text-h) !important;
}

/* Empty box message. */
.data.studio:empty:before,
.data.genre:empty:before,
.data.demographic:empty:before,
.data.licensor:empty:before,
.data.magazine:empty:before {
	display: block;
	padding: 1px;
	
	color: var(--text-dim);
	font-size: 10px;
	line-height: 15px;
	white-space: pre;
}

.data.genre:empty:before { content: "Unknown\a Genre"; }
.data.demographic:empty:before { content: "Unknown\a Demographic"; }
.data.studio:empty:before { content: "Unknown\a Studio"; }
.data.licensor:empty:before { content: "Unknown\a Licensor"; }
.data.magazine:empty:before { content: "Unknown\a Magazine"; }


.data.tags textarea {
	position: absolute;
	top: 3px;
	right: 4px;
	z-index: 5;
	
	width: 530px !important;
	height: calc(100% - 6px) !important;
	background: var(--btn-bg);
	border: 1px solid var(--bg-dark);
	outline-color: var(--accent) !important;
	resize: none;
	
	color: var(--text);
}

@-moz-document url-prefix() {
	.data.tags textarea {
		width: 524px !important;
		height: calc(100% - 14px) !important;
		padding: 2px;
		box-sizing: initial !important;
	}
}


.data.tags a.edit {
	position: absolute;
	top: 0px;
	right: 0px;
	
	width: 5px !important;
	height: 100% !important;
	background: var(--edit-btn);
	
	text-align: left !important;
	font-size: 0 !important;
	
	opacity: 0;
	z-index: 1;
}

.list-item:hover .data.tags a.edit {
	opacity: 0.7;
}

.list-item:hover .data.tags a.edit:hover {
	width: 25px !important;
	
	opacity: 1;
}

.data.tags a.edit:after {
	content: "\f040";
	position: absolute;
	top: 50%;
	right: 0;
	
	width: 100%;
	height: 20px;
	margin-top: -10px;
	
	color: var(--text);
	font: 0/20px var(--font-icon);
	text-align: center;
	
	opacity: 0;
}

.data.tags a.edit:hover:after {
	font-size: 14px;
	
	opacity: 1;
}



/*------------------------------*\
  LIST @Dates
\*------------------------------*/

.data.started, .data.finished, .data.days, .data.airing-started, .data.airing-finished {
	position: relative;
	
	display: flex !important;
	width: 100px;
	height: 14px;
	flex-flow: row wrap;
	
	overflow: hidden;
	order: 25;
	
	color: var(--text);
	font-size: 9px;
	line-height: 14px;
	text-align: left !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.data.started { top: -20px; }
.data.finished { top: 0; margin-left: -100px; }
.data.days { top: 20px; margin-left: -100px; }
.data.airing-started { top: -10px; }
.data.airing-finished { top: 10px; margin-left: -100px; }

.data.started:before, .data.finished:before, .data.days:before, .data.airing-started:before, .data.airing-finished:before {
	display: inline-block;
	width: 29px;
	padding-right: 4px;
	border-right: 1px solid var(--text-dim);
	margin-right: 3px;
	flex: 0 0 auto;
	
	text-align: right;
	color: var(--text-dim);
}

.data.started:before { content: "Start"; }
.data.finished:before { content: "End"; }
.data.days:before { content: "Days"; }
.data.airing-started:before { content: "Aired"; }
.manga .data.airing-started:before { content: "Issued"; }
.data.airing-finished:before { content: "to"; }

.manga .data.airing-started, .manga .data.airing-finished { width: 107px; }
.manga .data.airing-finished { margin-left: -107px; }
.manga .data.airing-started:before, .manga .data.airing-finished:before { width: 36px; }

.data.airing-started::after,
.data.airing-finished::after,
.data.started::after,
.data.finished::after,
.data.days::after {
	content: "-";
	display: block;
	width: 63px;
	flex: 0 0 auto;
	color: var(--text-dim);
	font-size: 14px;
}



/*------------------------------*\
  LIST @More-Info
\*------------------------------*/

.more-info {
	border: none !important;
}

.more-info .td1 {
	position: relative;
	padding-top: 23px;
	
	color: var(--text-dark);
}

.more-info .td1 > div { margin: 0; }

/* Discuss Button */

.more-info .td1 > div > a {
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: 2px solid var(--accent);
}

.list-table .more-info .more-content a { color: var(--text-dark) !important; }

.list-table .more-info .more-content a:hover { color: var(--accent) !important; }





/*==============================*\
  !FOOTER
\*==============================*/

footer {
	position: absolute;
    bottom: 0;
    left: 0;
	
    width: 100%;
}

#footer-block {
	min-width: 1060px;
	height: 32px;
	padding: 16px 0;
	background: var(--bg);
}

#footer-block:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	
	width: 100%;
	min-width: 1060px;
	height: 2px;
	background: linear-gradient(to top,rgba(0,0,0,0.1),transparent);
}

#copyright {
	padding: 0;
	
	color: var(--text-head);
	line-height: 16px;
}

#copyright:after {
	content: "\aList design by Valerio Lyndon.";
	white-space: pre;
}





/*==============================*\
  !OVERLAYS @Base
\*==============================*/

body.ownlist #fancybox-overlay {
	background: #000 !important;
	opacity: 0.2 !important;
}

/*------------------------------*\
  OVERLAYS @iframes
\*------------------------------*/

#fancybox-outer [class^="fancy-"] { display: none; }

#fancybox-outer {
	background: var(--bg) !important;
	box-shadow: 0 0 32px rgba(0,0,0,0.5);
}

#fancybox-outer #fancybox-close {
    top: -13px;
	right: -13px;
	
	width: 16px;
	height: 16px;
	padding: 2px;
	background: var(--btn-bg);
	border: 3px solid var(--btn-text-h);
	border-radius: 13px;
	
	color: var(--text);
	text-align: center;
	
	box-shadow: 0px 1px 2px var(--shadow);
}

#fancybox-outer #fancybox-close:after {	
	content: "\f00d";
	
	display: block;
	margin-top: -1px;
	
	font: 16px/1 var(--font-icon);
}

#fancybox-outer #fancybox-close:hover {
	background: var(--text);
	
	color: var(--btn-text-h);
}



/*------------------------------*\
  OVERLAYS @Filter-Menu
\*------------------------------*/

#advanced-options {
	top: 64px;
	
	width: 910px;
	padding: 32px 0;
	background: var(--bg);
	border: none;
	
	box-shadow: 0 0 32px rgba(0,0,0,0.5);
	
	color: var(--text-dark);
}

#advanced-options .advanced-options-header, 
#advanced-options .advanced-options-button,
#advanced-options [class*="-widget"]
{
	width: 100%;
	padding: 0;
	border: none;
}

#advanced-options .sort-widget:last-of-type,
#advanced-options .filter-widget:last-of-type {
	padding-bottom: 0;
}
#advanced-options .sort, #advanced-options .filter {
	padding-bottom: 32px;
}

/* - - - - - - - - - - - - - - -*\
  Headers
\*- - - - - - - - - - - - - - - */

#advanced-options .advanced-options-header {
	font-size: 0;
	line-height: 26px;
	
	box-sizing: border-box;
}

#advanced-options .advanced-options-header:before {
	display: inline-block;
	width: 249px;
	height: 100%;
	padding-bottom: 7.5px;
	
	font-size: 16px;
	line-height: 26px;
	text-align: right;
}

#advanced-options .filter .advanced-options-header:before {
	content: "Filter";
}

#advanced-options .sort .advanced-options-header:before {
	content: "Sort";
}

#advanced-options .advanced-options-header .description {
	display: inline-block;
	width: 20px;
	margin: 0;
	
	color: transparent;
	white-space: nowrap;
	vertical-align: top;
	
	transition: all 0.15s ease;
	pointer-events: none;
}

#advanced-options .advanced-options-header .description:hover {
	color: inherit;
	
	pointer-events: auto;
}

#advanced-options .advanced-options-header .description:before {
	content: "\f059";
	
	display: inline-block;
	width: 20.5px;
	
	color: var(--icon);
	font: 14px/26px var(--font-icon);
	text-align: center;
	
	pointer-events: auto;
}

#advanced-options .advanced-options-header .description:hover:before {
	color: var(--text-dim);
}


/* - - - - - - - - - - - - - - -*\
  Items
\*- - - - - - - - - - - - - - - */

#advanced-options [class*="-widget"] {
	font-size: 0;
	line-height: 1;
	white-space: nowrap;
}

#advanced-options [class*="-widget"] > * {
	font-size: 12px;
	vertical-align: top;
}

#advanced-options [class*="-widget"] .widget-header {
	width: 250.5px;
	height: 26px;
	padding: 11px 7.5px 11px 0;
	border-right: 2px solid var(--text-dim);
	margin-right: 7.5px;
	
	line-height: 26px;
	text-align: right;
}


#advanced-options [class*="-widget"] span {
	line-height: 26px;
}

#advanced-options [class*="-widget"] span:not(.widget-header),
#advanced-options [class*="-widget"] input,
#advanced-options [class*="-widget"] select,
#advanced-options [class*="-widget"] label
{
	height: 26px;
	margin: 11px 0;
	border-color: var(--text-dim) !important;
	border-radius: 13px;
	
	box-sizing: border-box;
	
	color: var(--text-dark);
	font-size: 12px;
}

#advanced-options [class*="-widget"] input,
#advanced-options [class*="-widget"] select {
	padding: 0 7.5px;
	background: transparent;
	outline: none;
}

#advanced-options [class*="-widget"] select {
	padding-right: 16px;
	background: transparent url(https://i.imgur.com/hFijppc.png) no-repeat right center / 16px auto;
}

#advanced-options [class*="-widget"] input:focus,
#advanced-options [class*="-widget"] select:focus,
#advanced-options [class*="-widget"] option {
	background-color: var(--btn-bg) !important;
}


#advanced-options input:disabled + label,
#advanced-options :disabled
{
	opacity: 0.5;
	color: var(--text) !important;
}


/* - - - - - - - - - - - - - - -*\
  Specific Items
\*- - - - - - - - - - - - - - - */

#advanced-options .title input {
	width: 387.5px !important;
}


#advanced-options .filter-widget[class*="-status"] select {
	width: 197.5px !important;
}


#advanced-options .producer select, #advanced-options .magazine select {
	width: 387.5px !important;
}


#advanced-options .filter-widget[class*="-date"] span:nth-of-type(n+2) {
	display: inline-block;
	width: 40px;
	padding: 0 3px 0 7.5px;
	border: 1px solid var(--text-dim);
	border-right: none;
	border-radius: 13px 0 0 13px;
	margin-right: 0 !important;
	
	line-height: 24px;
	font-style: italic;
}

#advanced-options .filter-widget[class*="-date"] span:nth-of-type(3) {
	margin-left: 7.5px !important;
}

#advanced-options .filter-widget[class*="-date"] .year,
#advanced-options .filter-widget[class*="-date"] .month,
#advanced-options .filter-widget[class*="-date"] .day {
	border-radius: 0;
	padding: 0 16px 0 7.5px;
	border-left-width: 0;
}

#advanced-options .filter-widget[class*="-date"] .year,
#advanced-options .filter-widget[class*="-date"] .month {
	border-right: none;
}

#advanced-options .filter-widget[class*="-date"] .day {
	border-radius: 0 13px 13px 0;
}

#advanced-options .filter-widget[class*="-date"] .year { width: 60px !important; }
#advanced-options .filter-widget[class*="-date"] .month,
#advanced-options .filter-widget[class*="-date"] .day { width: 45px !important; }

#advanced-options .aired-season .year {
	width: 60px !important;
}

#advanced-options .aired-season .season {
	width: 130px !important;
	margin-left: 7.5px;
}


#advanced-options .first select,
#advanced-options .second select {
	width: 190px !important;	
}


#advanced-options .sort-widget input[type=radio] + label {
	width: 92.25px !important;
	border-radius: 13px;
	margin-left: 7.5px;
	background: transparent !important;
	
	color: var(--text-dark);
	line-height: 14px;
	
	transition: all 0.15s ease;
}

#advanced-options .sort-widget input[type=radio]:not(:disabled) + label:hover {
	background: var(--btn-bg) !important;
}

#advanced-options .sort-widget input[type=radio]:not(:disabled):checked + label {
	background: var(--text-dim) !important;
	border: 1px solid var(--text-dim);
	
	color: var(--bg) !important;
}

#advanced-options .sort-widget input[type=radio]:not(:checked) + label i {
	color: var(--icon);
}


/* - - - - - - - - - - - - - - -*\
  Action Buttons (Apply, Clear, Close)
\*- - - - - - - - - - - - - - - */

#advanced-options .advanced-options-button a,
#advanced-options #fancybox-close {
	width: 90px;
	height: 26px;
	padding: 0;
	background: var(--btn-bg);
	border-radius: 13px;
	box-shadow: 0px 1px 2px var(--shadow);
	
	color: var(--text-dark);
	line-height: 26px;
	text-align: center;
}

#advanced-options .advanced-options-button a:hover,
#advanced-options #fancybox-close:hover {
	background: var(--btn-bg-h);
	
	color: var(--btn-text-h);
}

#advanced-options .advanced-options-button .btn-apply { margin: 0 0 0 -106px; }
#advanced-options .advanced-options-button .btn-clear { margin: 0 0 0 8px; }

#advanced-options #fancybox-close {
	left: 50%;
	top: auto;
	bottom: 32px;
	
	border: none;
	margin-left: 53px;
}

#advanced-options .btn-apply:before {
	content: "\f00c  ";
	font-family: var(--font-icon);
}
#advanced-options .btn-clear:before {
	content: "\f12d  ";
	font-family: var(--font-icon);
}
#advanced-options #fancybox-close:after {
	content: "\f00d  Close";
	font: 12px/26px var(--font-1);
}



/*------------------------------*\
  OVERLAYS @Other
\*------------------------------*/

/* Rewatching Box */

#fancybox-wrap[style*="width: 320px;"] {
	height: 120px !important;
}

[style*="width: 320px;"] #fancybox-inner {
	height: calc(100% - 20px) !important;
}

div[style^="width: 300px;"] {
	display: flex;
	height: 100% !important;
	flex-flow: column nowrap;
	justify-content: center;
	color: var(--text);
	font-size: 13px !important;
}

div[style^="width: 300px;"] div {
	font-size: 0;
}

div[style^="width: 300px;"] input {
	display: block;
	width: 240px;
	height: 26px;
	background: var(--btn-bg);
	border: none;
	border-radius: 13px;
	box-shadow: 0 1px 2px var(--shadow);
	margin: 0 auto 5px;
	color: var(--text);
	font: normal 12px/26px var(--font-1);
	transition: all 0.3s ease;
	cursor: pointer;
}

div[style^="width: 300px;"] input:hover {
	background: var(--btn-bg-h);
	color: var(--btn-text-h);
}





/*==============================*\
  !FIXES
\*==============================*/

/* Fixes blurry images on Chrome, which affected some people in May 2022 */
.status-menu::after,
.data.image img,
.data.image a::before {
    image-rendering: -webkit-optimize-contrast;
}

/* Ad area on certain preview styles, yet to appear on the list */
div[style="padding-top: 8px"] {
	display: none;
}