﻿
html, body {
	overscroll-behavior-x: none; /*prevents browser navigation with 2 fingers*/
}

body {
	--dark-button-text: #FFFFFF;
	--dark-primary: #369EFF;
	--dark-primary-75: #369EFFBF;
	--dark-text-20: #EEEEEE33;
	--dark-text-15: #EEEEEE26;
	--dark-text-50: #EEEEEE80;
	--dark-text: #EEE;
	--dark-background: #000;
	--dark-label: #141414B3;
	--dark-button-icon: #B3B3B4;
	--dark-divider: #363636;
	--dark-text-05: #EEEEEE0D;
	--dark-text-10: #EEEEEE1A;
	--dark-dropdown-background: #313131;
	--dark-thumbnail-border: #353535;
	--dark-thumbnail-background: #141414;
	--dark-label-stroke: #353535;
	--default-border-radius: 8px;
	--accent-primary: #369EFF; 
}

.loader {
	border-top-color: var(--dark-primary);
	-webkit-animation: spinner 1.5s linear infinite;
	animation: spinner 1.5s linear infinite;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


/*Disable autofill styles*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px #23232329;
}

/*#0F0F0F*/
.deon-background {
	background: var(--dark-label, rgba(20, 20, 20, 0.75));
	box-shadow: 0px 16px 66px 0px rgba(0, 0, 0, 0.71);
}

.deon-background-no-shadow {
	background: var(--dark-label, rgba(20, 20, 20, 0.75));
}

.deon-blur-background {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.deon-mild-blur-background {
	-webkit-backdrop-filter: blur(10px) opacity(70%);
	backdrop-filter: blur(10px) opacity(70%);
}

.checked-svg {
	filter: invert(50%) sepia(97%) saturate(2135%) hue-rotate(190deg) brightness(103%) contrast(101%);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.deon-hover-effect:hover {
	filter: brightness(80%);
}

.deon-hover-effect:active {
	filter: invert(50%) sepia(97%) saturate(2135%) hue-rotate(190deg) brightness(103%) contrast(101%);
}

.deon-hover-effect-background:hover:not([disabled]) {
	filter: brightness(80%);
}

.deon-hover-effect-background:active:not([disabled]) {
	filter: brightness(65%);
}


/*text*/
.style-1 {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 150% */
}

.style-2 {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
}

.style-3 {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
}

.style-5 {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 171.429% */
}

.style-6 {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; /* 114.286% */
}

.style-6a {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.6px;
}

.style-8 {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 133.333% */
}

.style-9 {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
}

.modal {
	transition-duration: 100ms;
}

.default-rounded-border {
	border-radius: var(--default-border-radius);
}

.deon-dialog {
	max-width: 96vw;
	width: 556px;
	border-radius: var(--default-border-radius);
	position: relative;
	opacity: inherit;
	transition-duration: 100ms;
	transition-property: backdrop-filter, opacity;
}

.alert {
	gap: 16px !important;
	padding: 16px !important;
}

.text-place-center {
	text-align: -webkit-center;
	text-align: -moz-center
}

.deon-dialog-content, .deon-dialog-content-gap, .deon-dialog-content-between {
	padding: 24px;
	display: flex;
	flex-direction: column;
}

.deon-dialog-content-gap {
	row-gap: 20px;
}

.deon-dialog-content-between {
	place-content: space-between;
}

.deon-dropdown-border {
	border: solid 2px var(--dark-text-15) !important;
}

.deon-border-with-blur, .deon-dialog {
	border: solid 2px var(--dark-text-15) !important;
	border-radius: var(--default-border-radius);
	background-color: var(--dark-label);
}

	.deon-dialog::before {
		content: '';
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		z-index: -1;
	}

	.deon-border-with-blur::before {
		content: '';
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		z-index: -1;
		border-radius: var(--default-border-radius);
	}

.deon-dialog-action-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	column-gap: 16px;
	height: 40px;
	user-select: none;
}

.deon-border {
	border: 1px solid var(--dark-text-20);
}

.deon-border-selected {
	border: 1px solid var(--dark-primary);
}

html, body, div, a, i, button, select, option, optgroup, hr, br {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.disabled-text {
	filter: brightness(50%);
}

::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 43%, black 43%, black 57%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	border-radius: var(--default-border-radius);
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #2B2B2B;
	border-radius: var(--default-border-radius);
}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #555555;
	}

/* For Firefox */
:root {
	scrollbar-width: thin;
}

@-moz-document url-prefix() {
	.scrollable {
		scrollbar-width: thin;
	}
}

.rounded-panel {
	border-radius: 16px;
}

::-webkit-scrollbar-track {
	margin-bottom: 10px;
	margin-top: 10px;
}

.currentBackground {
	height: 20px;
	border-radius: 25px;
	border: solid 1px var(--dark-text-20);
	margin-top: -45px;
	margin-inline: 20px;
}

.table {
	padding: 12px !important;
}

.max-w-md {
	max-width: 448px !important;
}

.w-56 {
	width: 224px !important;
}

.max-w-xs {
	max-width: 320px !important;
}

.rounded-lg {
	border-radius: 8px !important;
}
/*label[b-9ygej8qhaa] {
	top: 11.4286px !important;
}*/

.w-9 {
	width: 36px;
}

.w-32 {
	width: 128px;
}

.h-32 {
	height: 128px;
}

.ml-1\.5 {
	margin-left: 6px;
}

.px-3\.5 {
	padding-left: 14px;
	padding-right: 14px;
}

.top-3\.5 {
	top: 14px;
}

.table :where(th, td) {
	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.menu {
	padding: 8px !important;
}

.w-52 {
	width: 208px;
}

.rounded-box {
	border-radius: 16px !important;
}

.h-72 {
	height: 288px !important;
}

.w-96 {
	width: 384px;
}

.btn-sm {
	height: 32px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	min-height: 32px !important;
	font-size: 14px !important;
}

.deon-divider {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
	white-space: nowrap;
	height: 100%;
	background-color: var(--dark-text-20);
	width: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

@keyframes pulse-bg {
	50% {
		background-color: rgba(0, 0, 0, 0.1);
	}
}

.bg-pulse {
	animation: pulse-bg 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
