@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: 'Poppins';
	font-weight: 300;
	background-color: #f8f9fe;
	color: #212529;
}

a {
	color: #1190bc;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

#sidebar {
	background-color: #262c48;
	color: #94a0b0;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 260px;
	overflow-x: hidden;
	white-space: nowrap;
	z-index: 10;
	transition: 0.3s;
}

#sidebar a:hover {
	text-decoration: none;
}

.sidebar-toggler,
.navbar-toggler {
	background: unset;
	border: none;
	padding: 15px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-close-sidebar {
	display: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 28px;
	color: #fff;
}

.btn-close-sidebar i:hover {
	cursor: pointer;
}

ul#menu-list {
	list-style: none;
	padding-left: 0;
}

.dropdown-list {
	color: #8a8a8c;
	padding: 13px 6px 13px 48px;
}

.dropdown-list:hover,
.dropdown-list.active {
	background-color: #3a4657;
}

.dropdown-list .premium-plugin {
	position: absolute;
}

.dropdown-list .premium-plugin i {
	left: -28px;
	position: relative;
}

.li-list {
	color: #94a0b0;
	padding: 6px;
	padding-left: 16px;
	margin: 10px 0 10px 5px;
}

.li-list i {
	margin-right: 10px;
}

.li-list:hover,
.active .li-list {
	color: #19bae0;
	padding: 6px;
	padding-left: 16px;
	margin-left: 0;
}

#menu-list li:hover {
	border-left: 5px solid #19bae0;
	text-decoration: none;
}

#menu-list li.active {
	border-left: 5px solid #19bae0;
}

.dropdown-container {
	display: none;
	background-color: #313755;
}

.dropdown-container.active {
	display: block;
}

.fa-caret-down {
	float: right;
	padding-right: 8px;
}

.tooltip-info {
	font-size: 13px;
	background-color: #6e7bb9;
	padding: 1px 6px;
	border-radius: 20px;
	margin-left: 8px;
	color: #fff;
}

#content {
	padding: 30px 30px;
	padding-top: 85px;
	margin-left: 260px;
	margin-top: 0;
	max-width: none;
	margin-bottom: 40px;
	transition: 0.3s;
	position: relative;
	z-index: 1;
}

#content.content_fullwidth {
	max-width: none;
}

#content-bar {
	margin-left: 260px;
	transition: 0.3s;
}

.section {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
}

.section-bottom-link {
	margin-top: 10px;
	padding-bottom: 20px;
}

.section-full {
	padding: 0;
}

.section-title {
	font-size: 1.2rem;
}

.general-wrapper {
	padding: 20px;
}

.admin-menu {
	margin-top: 20px;
}

.main-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
}

.navbar {
	margin-left: 260px;
	height: 55px;
	padding: 0;
	background: #fff;
	box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
	transition: 0.3s;
	position: sticky;
	top: 0;
	z-index: 100;
}

.navbar .quicklinks {
	margin-right: 10px;
}

.navbar a {
	color: #fff;
}

.navbar-brand {
	position: relative;
	display: flex;
	align-items: center;
}

.page-title {
	margin-top: 5px;
	margin-bottom: 20px;
}

button.remove-category {
	margin-left: auto;
}

.category-item span.badge {
	margin-left: 20px;
}

.tag-list span.badge {
	margin-left: 5px;
}

.tag-list span.badge:hover {
	cursor: pointer;
}

span.btn-tag {
	background-color: #a2a9ca !important;
}

.logo {
	margin: 10px;
	padding: 6px;
	height: 50px;
	margin-left: 10px;
}

.install-form,
.login-form,
.register-form {
	max-width: 400px;
	min-width: 0;
	width: 100%;
	background-color: #FFF;
	padding: 30px 10px;
	border-radius: 10px;
}

.login-logo {
	margin-bottom: 30px;
}

.install-body,
.login-body {
	background: linear-gradient(135deg, #0c0d14 0%, #1a1b28 100%);
	min-height: 100vh;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.install-container,
.login-container,
.register-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	height: 100vh;
	width: 100%;
	overflow-y: auto;
	padding: 20px;
	box-sizing: border-box;
}

.register-container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.register-body {
	overflow-y: auto;
	overflow-x: hidden;
}

.register-body .register-container {
	height: auto;
	min-height: 100dvh;
	align-items: flex-start;
	padding: 20px 12px;
}

/* Register Form Styling */
.register-form {
	background-color: #ffffff;
	border-radius: 16px;
	padding: 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	max-width: 450px;
	width: 100%;
	border: 2px solid #e0e0e0;
}

.register-form .container {
	padding-left: 0;
	padding-right: 0;
}

.register-form .form-label {
	color: #212529;
	font-weight: 500;
	margin-bottom: 8px;
}

.register-form .form-control {
	background-color: #f8f9fa !important;
	color: #212529 !important;
	border: 2px solid #dee2e6 !important;
	padding: 12px 16px;
	font-size: 16px;
	border-radius: 8px;
}

.register-form .form-control::placeholder {
	color: #6c757d !important;
	opacity: 1;
}

.register-form .form-control:focus {
	background-color: #ffffff !important;
	color: #212529 !important;
	border-color: #6842ff !important;
	box-shadow: 0 0 0 0.2rem rgba(104, 66, 255, 0.25) !important;
}

.register-form .form-check-label {
	color: #212529;
	font-weight: 400;
}

.register-form .form-check-input {
	background-color: #ffffff;
	border-color: #dee2e6;
}

.register-form .form-check-input:checked {
	background-color: #6842ff;
	border-color: #6842ff;
}

.register-form .btn-primary {
	background-color: #6842ff !important;
	border: none !important;
	padding: 12px 40px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.3s ease;
	width: 100%;
}

.register-form .btn-primary:hover {
	background-color: #5635d9 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(104, 66, 255, 0.4) !important;
}

.register-form .btn-primary:active {
	transform: translateY(0);
}

.register-form a {
	color: #6842ff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.register-form a:hover {
	color: #8b6dff;
}

.register-form .text-center {
	color: #212529;
}

.register-form .alert {
	background-color: #f8f9fa;
	border: 2px solid #dee2e6;
	color: #212529;
	border-radius: 8px;
}

.register-form .alert-warning {
	background-color: #fff3cd;
	border-color: #ffc107;
	color: #856404;
}

.register-form .alert-success {
	background-color: #d4edda;
	border-color: #28a745;
	color: #155724;
}

/* Login Form - Light Mode (Default) */
.login-form {
	background-color: #ffffff;
	border-radius: 16px;
	padding: 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	max-width: 450px;
	width: 100%;
	border: 2px solid #e0e0e0;
}

.login-form .form-label {
	color: #212529;
	font-weight: 500;
	margin-bottom: 8px;
}

.login-form .form-control {
	background-color: #f8f9fa !important;
	color: #212529 !important;
	border: 2px solid #dee2e6 !important;
	padding: 12px 16px;
	font-size: 16px;
	border-radius: 8px;
}

.login-form .form-control::placeholder {
	color: #6c757d !important;
	opacity: 1;
}

.login-form .form-control:focus {
	background-color: #ffffff !important;
	color: #212529 !important;
	border-color: #6842ff !important;
	box-shadow: 0 0 0 0.2rem rgba(104, 66, 255, 0.25) !important;
}

.login-form .form-check-label {
	color: #212529;
	font-weight: 400;
}

.login-form .form-check-input {
	background-color: #ffffff;
	border-color: #dee2e6;
}

.login-form .form-check-input:checked {
	background-color: #6842ff;
	border-color: #6842ff;
}

.login-form .btn-primary {
	background-color: #6842ff !important;
	border: none !important;
	padding: 12px 40px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.3s ease;
	width: 100%;
}

.login-form .btn-primary:hover {
	background-color: #5635d9 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(104, 66, 255, 0.4) !important;
}

.login-form .btn-primary:active {
	transform: translateY(0);
}

.login-form a {
	color: #6842ff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.login-form a:hover {
	color: #8b6dff;
}

.login-form .text-center {
	color: #212529;
}

.login-form .alert {
	background-color: #f8f9fa;
	border: 2px solid #dee2e6;
	color: #212529;
	border-radius: 8px;
}

.login-form .alert-warning {
	background-color: #fff3cd;
	border-color: #ffc107;
	color: #856404;
}

.login-form .alert-success {
	background-color: #d4edda;
	border-color: #28a745;
	color: #155724;
}

.login-form .link-register,
.login-form .link-forgot-password {
	color: #212529;
	margin-top: 10px;
}

/* Dark Mode Login Form */
html.dark .login-form {
	background-color: #1a1b28;
	border: 2px solid #2c2d3a;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

html.dark .login-form .form-label {
	color: #ffffff;
}

html.dark .login-form .form-control {
	background-color: #2c2d3a !important;
	color: #ffffff !important;
	border: 2px solid #4a4b5c !important;
}

html.dark .login-form .form-control::placeholder {
	color: #8e8f9d !important;
}

html.dark .login-form .form-control:focus {
	background-color: #353647 !important;
	color: #ffffff !important;
	border-color: #6842ff !important;
	box-shadow: 0 0 0 0.2rem rgba(104, 66, 255, 0.25) !important;
}

html.dark .login-form .form-check-label {
	color: #ffffff;
}

html.dark .login-form .form-check-input {
	background-color: #2c2d3a;
	border-color: #4a4b5c;
}

html.dark .login-form .form-check-input:checked {
	background-color: #6842ff;
	border-color: #6842ff;
}

html.dark .login-form .text-center {
	color: #ffffff;
}

html.dark .login-form a {
	color: #6842ff;
}

html.dark .login-form a:hover {
	color: #8b6dff;
}

html.dark .login-form .alert {
	background-color: #2c2d3a;
	border: 2px solid #4a4b5c;
	color: #ffffff;
}

html.dark .login-form .alert-warning {
	background-color: #3d2a1a;
	border-color: #d6793a;
	color: #ffd89b;
}

html.dark .login-form .alert-success {
	background-color: #1a3d2a;
	border-color: #14ca14;
	color: #9bffd8;
}

html.dark .login-form .link-register,
html.dark .login-form .link-forgot-password {
	color: #ffffff;
}

/* Dark Mode Register Form */
html.dark .register-form {
	background-color: #1a1b28;
	border: 2px solid #2c2d3a;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

html.dark .register-form .form-label {
	color: #ffffff;
}

html.dark .register-form .form-control {
	background-color: #2c2d3a !important;
	color: #ffffff !important;
	border: 2px solid #4a4b5c !important;
}

html.dark .register-form .form-control::placeholder {
	color: #8e8f9d !important;
}

html.dark .register-form .form-control:focus {
	background-color: #353647 !important;
	color: #ffffff !important;
	border-color: #6842ff !important;
	box-shadow: 0 0 0 0.2rem rgba(104, 66, 255, 0.25) !important;
}

html.dark .register-form .form-check-label {
	color: #ffffff;
}

html.dark .register-form .form-check-input {
	background-color: #2c2d3a;
	border-color: #4a4b5c;
}

html.dark .register-form .form-check-input:checked {
	background-color: #6842ff;
	border-color: #6842ff;
}

html.dark .register-form .text-center {
	color: #ffffff;
}

html.dark .register-form a {
	color: #6842ff;
}

html.dark .register-form a:hover {
	color: #8b6dff;
}

html.dark .register-form .alert {
	background-color: #2c2d3a;
	border: 2px solid #4a4b5c;
	color: #ffffff;
}

html.dark .register-form .alert-warning {
	background-color: #3d2a1a;
	border-color: #d6793a;
	color: #ffd89b;
}

html.dark .register-form .alert-success {
	background-color: #1a3d2a;
	border-color: #14ca14;
	color: #9bffd8;
}

@media (min-width: 992px) {
	.register-body .register-container {
		align-items: center;
		padding: 30px 20px;
	}
}

@media (max-width: 575.98px) {
	.register-container {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.register-form {
		padding: 18px 14px;
		border-radius: 12px;
	}

	.register-form .form-control {
		padding: 10px 12px;
		font-size: 15px;
	}

	.register-form .btn-primary {
		padding: 10px 20px;
	}
}

.login-logo {
	margin-bottom: 30px;
}

.login-logo img {
	max-width: 200px;
	height: auto;
}

.login-links a {
	color: #6842ff;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.login-links a:hover {
	color: #8b6dff;
	text-decoration: underline;
}

ul.category-list,
ul.collection-list,
ul.plugin-translations-list {
	margin-bottom: 0;
	padding-left: 0;
}

.category-list .category-item,
.collection-list .collection-item,
.plugin-translations-list .plugin-translation-item {
	padding: 8px 8px 8px 20px;
	border: 1px solid #dcdfe3;
	margin: 15px 10px;
	border-radius: 5px;
}

span.categories {
	color: #d6793a;
}

.has-translation-cur {
	background-color: #95d5b1;
	color: #000000;
}

.has-translation-other {
	background-color: #ddd892;
	color: #000000;
}

.plugin-list .plugin-update-available {
	background-color: #cceece;
}

.dropdown-btn:hover {
	cursor: pointer;
}

/* Quotes */
#quote {
	overflow: hidden;
	opacity: 1;
	transition: all 0.8s cubic-bezier(0.44, 1.13, 0.58, 1);
}

.author {
	font-weight: 600;
	font-style: italic;
	float: right;
	margin-right: 5px;
}

.disabled-list {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

.btn {
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 7px !important;
}

.btn-primary {
	background-color: #19bae0;
	border-color: #19bae0;
}

.btn-info {
	color: #fff;
}

a.btn-info {
	color: #fff;
}

.bs-callout {
	margin: 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
}

.bs-callout h4 {
	margin-top: 0;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
	background-color: #fff;
}

.bs-callout-danger {
	background-color: #fcf2f2;
	border-color: #d9534f;
}

.bs-callout-warning {
	background-color: #fefbed;
	border-color: #f0ad4e;
}

.bs-callout-info {
	background-color: #f0f7fd;
	border-color: #5bc0de;
}

.fetch-games.fade {
	display: none;
}

.fetch-games.show {
	display: block;
}

.official-info {
	margin: 10px;
}

/* Table */

/* table.table a {
	color: #1190bc;
} */

table.table a:hover {
	color: #064c64;
}

/* Search */

.has-search .form-control {
	padding-left: 2.375rem;
}

.has-search .form-control-feedback {
	position: absolute;
	z-index: 1;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
}

/* Icons */

.fa-thumbs-down {
	color: #ec505d;
	margin-right: 10px;
}

.fa-thumbs-up {
	color: #29badd;
	margin-right: 10px;
}

.fa-plus.circle {
	color: #17af71;
}

.fa-pencil-alt.circle {
	color: #1190bc;
}

.fa-trash.circle {
	color: #e75963;
}

.fa.circle {
	padding: 0.5em 0.57em;
	border: 1px solid;
	border-radius: 50%;
	margin-right: 5px;
}

img.gamelist {
	border-radius: 10px;
	width: 60px;
	height: 60px;
}

.pagination .page-item.disabled .page-link {
	color: #fff !important;
}

.badge {
	box-shadow: none;
}

.badge-primary {
	color: #fff !important;
	background-color: #4285f4 !important;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.btn {
	border-radius: 10px;
	box-shadow: none;
}

.cms {
	margin-top: 50px;
	margin-bottom: 15px;
}

.login-title {
	text-align: center;
	margin-bottom: 25px;
	font-weight: 400;
	color: #212529;
}

.modal-dialog .modal-content {
	border-radius: 10px;
}

.modal-dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 100% !important;
	margin: 0;
	padding: 12px;
}

.modal-body {
	max-height: 85vh;
	overflow-y: auto;
}

.popup-widget-items .widget-item {
	margin-bottom: 12px;
}

/* Stats */

canvas {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.chart-container {
	width: 840px;
}

.container-stats {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.stats-option {
	position: absolute;
	width: 170px;
	right: 30px;
}

.section-stats {
	position: relative;
	overflow: hidden;
}

/* Theme */

.theme {
	float: left;
	margin-right: 30px;
	margin-bottom: 35px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.theme-id-container {
	padding: 15px;
}

.theme-thumbnail img {
	width: 300px;
	height: 220px;
}

.theme-name {
	font-size: 20px;
	display: inline-block;
}

.theme-action {
	float: right;
}

.theme-action button {
	margin: 0;
}

.theme-info {
	margin-top: 10px;
	margin-bottom: 30px;
}

.theme-author {
	float: left;
}

.theme-version {
	float: right;
}

.plugin-repo-container {
	max-height: 600px;
	overflow-x: auto;
}

.plugin-inactive {
	opacity: 0.5;
}

h4.plugin-title {
	margin-bottom: 15px;
}

.tooltip-doc-plugin {
	font-weight: normal;
	font-size: 16px;
	background-color: #94abbf;
	color: #fff;
	padding: 3px 7px;
	border-radius: 30px;
	float: right;
}

.widget-item {
	cursor: pointer;
	padding: 12px 18px;
	border: 1px solid #dee2e6;
	background-color: #dee2e6;
}

.btn-insert-widget {
	padding: 10px;
	border: 1px solid #68975e;
	text-align: center;
	margin-bottom: 19px;
	color: #91b789;
	cursor: pointer;
}

.popup-widget-item {
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}

.popup-widget-item:hover {
	background-color: rgba(0, 123, 255, 0.1);
}

.theme-dark .popup-widget-item {
	border-bottom-color: #48517d;
}

.theme-dark .popup-widget-item:hover {
	background-color: rgba(100, 150, 255, 0.15);
}

#widget-modal {
	z-index: 1055;
}

#widget-modal .modal-dialog {
	z-index: 1056;
	pointer-events: auto;
}

#widget-modal .modal-content {
	pointer-events: auto;
}

#widget-modal .modal-body {
	max-height: 400px;
	overflow-y: auto;
}

.modal-backdrop {
	z-index: 1050 !important;
}

.popup-widget-item-title {
	font-size: 16px;
	font-weight: bold;
}

.theme-dark .widget-item {
	border-color: #48517d;
	background-color: #333a59;
}

.widget-title {
	position: relative;
}

.widget-form {
	padding: 12px 18px;
	border: 1px solid #dee2e6;
	background-color: #fff;
	border-top: none;
}

.theme-dark .widget-form {
	border-color: #48517d;
	background-color: #2c3351;
}

.widget-description {
	padding: 12px 18px;
}

.panel-default {
	margin: 10px 0 0 0;
	border: 1px solid #dee2e6;
	padding: 0 18px;
}

.theme-dark .panel-default {
	border-color: #48517d;
}

.panel-description {
	margin-bottom: 10px;
}

.panel-body {
	min-height: 128px;
	margin-bottom: 18px;
}

.panel-title {
	position: relative;
	margin: 12px 0;
	cursor: pointer;
}

.panel-title::after,
.panel-body .widget-title::after {
	content: "\f0d7";
	top: -2px;
	right: 0px;
	position: absolute;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.panel-title[aria-expanded="true"]::after {
	content: "\f0d8";
}

.ui-sortable-placeholder {
	margin-top: 12px;
	border: 2px dashed #ccdfd8;
	height: 50px;
	width: 100%;
	background: #f7fdfa;
}

.theme-dark .ui-sortable-placeholder {
	border-color: #6987b7;
	background: #3e4562;
}

.widget-action-button-area {
	margin-top: 10px;
}

.panel-default .widget-item-sortable {
	margin-top: 12px;
}

.small {
	font-size: 0.85rem;
	font-weight: unset;
}

.delete-widget:hover {
	cursor: pointer;
}

.widget-inactive {
	opacity: 0.5;
}

.theme-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background: rgba(0, 0, 0, 0.4);
}

.theme-overlay i {
	color: white;
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.theme-overlay:hover {
	opacity: 1;
}

.theme-thumbnail {
	position: relative;
}

.theme-update-wrapper {
	position: relative;
	top: -80px;
}

.theme-update-info {
	position: absolute;
	width: 100%;
	border-left: 4px solid #ffb486;
	color: #856404;
	background-color: #fff3cd;
	padding: .85rem 1.25rem;
}

.theme-add {
	width: 300px;
	height: 310px;
	border: 2px dashed #c6d7f0;
}

.theme-add-icon {
	color: #19bae0;
	font-size: 80px;
	margin-left: 50%;
	margin-top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.theme-add:hover {
	cursor: pointer;
}

.label-theme-add {
	position: absolute;
	width: 300px;
	height: 310px;
}

.theme-upload {
	width: 300px;
	height: 310px;
	border: 2px dashed #c6d7f0;
}

.theme-upload-icon {
	color: #19bae0;
	font-size: 80px;
	margin-left: 50%;
	margin-top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.label-theme-upload:hover {
	cursor: pointer;
}

.label-theme-upload {
	position: absolute;
	width: 300px;
	height: 310px;
}

.has-update-icon {
	float: right;
	margin-right: 14px !important;
	color: #f26262;
	margin-top: 4px;
}

.installed-plugin-list .has-update-icon {
	position: absolute;
	right: 0;
}

#available-widgets {
	position: sticky;
	top: 90px;
	max-height: 85vh;
	overflow-y: scroll;
}

.td-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 0;
}

/* TABLE */

.table thead th {
	font-weight: normal;
}

.section-full .section-title {
	padding: 20px;
}

.custom-table thead th {
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: 2px solid;
	border-color: #eee;
}

.custom-table tbody td {
	padding-top: 16px;
	padding-bottom: 16px;
	border-color: #eee;
}

.custom-table thead {
	background-color: #f6f9fc;
}

.custom-table table {
	border: none;
}

.custom-table tr td:first-child,
.custom-table tr th:first-child {
	padding-left: 20px;
}

.custom-table tr td:last-child,
.custom-table tr th:last-child {
	padding-right: 20px;
}

/* BOXES */

.boxes {
	color: #fff;
}

.box {
	padding: 30px 25px;
	border-radius: 7px;
	margin-bottom: 30px;
	box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
}

.box h2.amount {
	font-weight: 600;
}

.box-info {
	font-weight: 500;
}

.box-1 {
	background-color: #ee7586;
}

.box-2 {
	background-color: #4cd29a;
}

.box-3 {
	background-color: #f2b260;
}

.box-4 {
	background-color: #70aaf7;
}

span.input-icon {
	position: absolute;
	top: 7px;
	left: 10px;
}

input[type=text].has-icon {
	padding-left: 35px;
}

.list-group-item {
	color: unset;
}

/* TABS */

.custom-tab {
	background-color: #6e7bb9;
	padding: 20px 20px 0 20px;
}

.custom-tab .nav-link {
	background-color: #acb5e3;
	margin-left: 5px;
	color: rgba(0, 0, 0, 0.51);
}

.custom-tab .nav-link a {
	color: unset;
}

/* Dark Mode */
.theme-dark body {
	background-color: #1c203a;
	color: #adbcce;
}

/* .theme-dark a,
.theme-dark table.table a {
	color: #29badd;
} */

.theme-dark a.btn {
	color: #fff;
}

.theme-dark .quicklinks a {
	color: #fff;
}

.theme-dark .bs-callout {
	color: #262c48;
}

.theme-dark .section {
	background-color: #262c48;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
}

.theme-dark .custom-table thead {
	background-color: #3b4366;
}

.theme-dark .custom-tab {
	background-color: #5e6795;
}

.theme-dark .custom-tab .nav-link {
	background-color: #7780ae;
}

.theme-dark .theme {
	background-color: #262c48;
}

.theme-dark #sidebar {
	background-color: #262c48;
}

.theme-dark .navbar {
	background-color: #262c48;
	box-shadow: none;
}

.theme-dark .li-list {
	color: #adbcce;
}

.theme-dark .li-list:hover,
.active .li-list {
	color: #19bae0;
}

.theme-dark .table {
	color: #adbcce;
}

.theme-dark .table td {
	border-color: #3b4a5e;
}

.theme-dark .table th {
	border-color: #3b4a5e;
}

.theme-dark .table thead th {
	border-color: #3b4a5e;
}

/* Disabled theme button styles */
.btn-theme:disabled {
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	color: #fff !important;
	cursor: not-allowed !important;
	opacity: 0.6;
}

.btn-theme:disabled:hover {
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	color: #fff !important;
}

.theme-dark .nav-tabs .nav-item.show .nav-link,
.theme-dark .nav-tabs .nav-link.active,
.theme-dark .nav-tabs .nav-link:focus,
.theme-dark .nav-tabs .nav-link:hover {
	color: #76889f;
	background-color: #212644;
	border-color: #48517d;
	border-bottom: 1px solid #262c48;
}

.theme-dark .nav-tabs {
	border-bottom: 1px solid #48517d;
}

.theme-dark .list-group-item {
	background-color: #262c48;
	border: 1px solid rgba(0, 0, 0, .2);
}

.theme-dark .form-control,
.theme-dark .form-select {
	background-color: #1c203a;
	border: 1px solid #3b4a5e;
	color: #e1e5eb;
}

.theme-dark .form-control::placeholder {
	color: #8a9bb0;
	opacity: 1;
}

.theme-dark .pagination .page-item .page-link {
	color: unset;
}

.theme-dark .modal-content {
	background-color: #262c48;
}

.theme-dark .modal-header {
	border-bottom: 1px solid #48517d;
}

.theme-dark .close {
	color: #adbcce;
}

.theme-dark .category-list .category-item,
.theme-dark .collection-list .collection-item,
.theme-dark .plugin-translations-list .plugin-translation-item {
	border: 1px solid #3b4a5e;
}

.theme-dark .dropdown-list:hover,
.theme-dark .dropdown-list.active {
	background-color: #434960;
}

.theme-dark .dropdown-container {
	background-color: #313755;
}

.theme-dark .image-gallery-item {
	border: 1px solid #4d5579;
}

.theme-dark .text-muted {
	color: #778399 !important;
}

.theme-dark .plugin-list .plugin-update-available {
	background-color: #373e62;
}

.theme-dark .card-header {
	background-color: #5e6795;
}

.theme-dark .card {
	background-color: #333a59;
}

.theme-dark .border-bottom {
	border-color: #48517d !important;
}

.theme-dark .bg-light {
	background-color: rgb(38, 44, 72) !important;
}

/* Dark theme pagination styles */
.theme-dark .pagination .page-item .page-link {
	background-color: #262c48;
	border-color: #3b4a5e;
	color: #adbcce;
}

.theme-dark .pagination .page-item.active .page-link {
	background-color: #19bae0;
	border-color: #19bae0;
	color: #fff;
}

.theme-dark .pagination .page-item.disabled .page-link {
	background-color: #1c203a;
	border-color: #3b4a5e;
	color: #566276;
}

.theme-dark .pagination .page-item:not(.active):not(.disabled) .page-link:hover {
	background-color: #3a4156;
	border-color: #4d5579;
	color: #fff;
}

.theme-dark .pagination {
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.theme-dark .pagination .page-link:focus {
	box-shadow: 0 0 0 0.2rem rgba(25, 186, 224, 0.25);
}

@media(max-width: 768px) {
	.navbar {
		margin-left: 0;
	}

	.btn-close-sidebar {
		display: block;
	}

	#sidebar {
		width: 0px;
		z-index: 1000;
	}

	#content {
		margin-left: 0px;
		padding: 30px 15px;
		padding-top: 70px;
	}

	#content-bar {
		margin-left: 0px;
	}
}


/* Logo Upload Preview Boxes */
.logo-preview-box {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	max-height: 100px;
}

.logo-preview-box img {
	max-width: 100%;
	max-height: 70px;
	object-fit: contain;
}

.logo-preview-box.icon-preview {
	min-height: 80px;
	max-height: 80px;
}

.logo-preview-box.icon-preview img {
	max-height: 48px;
	max-width: 48px;
}

.theme-light .logo-preview-box {
	background-color: #e9ecef;
	border-color: #dee2e6;
}
