:root,
[data-bs-theme="light"] {
	--pix-blue: #0d6efd;
	--pix-indigo: #6610f2;
	--pix-purple: #6f42c1;
	--pix-pink: #d63384;
	--pix-red: #dc3545;
	--pix-orange: #fd7e14;
	--pix-yellow: #ffc107;
	--pix-green: #198754;
	--pix-teal: #20c997;
	--pix-cyan: #0dcaf0;
	--pix-black: #000;
	--pix-white: #fff;
	--pix-gray: #6c757d;
	--pix-gray-dark: #343a40;
	--pix-gray-100: #f8f9fa;
	--pix-gray-200: #e9ecef;
	--pix-gray-300: #dee2e6;
	--pix-gray-400: #ced4da;
	--pix-gray-500: #adb5bd;
	--pix-gray-600: #6c757d;
	--pix-gray-700: #495057;
	--pix-gray-800: #343a40;
	--pix-gray-900: #212529;
	--pix-primary: #0d6efd;
	--pix-secondary: #6c757d;
	--pix-success: #198754;
	--pix-info: #0dcaf0;
	--pix-warning: #ffc107;
	--pix-danger: #dc3545;
	--pix-light: #f8f9fa;
	--pix-dark: #212529;
	--pix-primary-rgb: 13, 110, 253;
	--pix-secondary-rgb: 108, 117, 125;
	--pix-success-rgb: 25, 135, 84;
	--pix-info-rgb: 13, 202, 240;
	--pix-warning-rgb: 255, 193, 7;
	--pix-danger-rgb: 220, 53, 69;
	--pix-light-rgb: 248, 249, 250;
	--pix-dark-rgb: 33, 37, 41;
	--pix-primary-text-emphasis: #052c65;
	--pix-secondary-text-emphasis: #2b2f32;
	--pix-success-text-emphasis: #0a3622;
	--pix-info-text-emphasis: #055160;
	--pix-warning-text-emphasis: #664d03;
	--pix-danger-text-emphasis: #58151c;
	--pix-light-text-emphasis: #495057;
	--pix-dark-text-emphasis: #495057;
	--pix-primary-bg-subtle: #cfe2ff;
	--pix-secondary-bg-subtle: #e2e3e5;
	--pix-success-bg-subtle: #d1e7dd;
	--pix-info-bg-subtle: #cff4fc;
	--pix-warning-bg-subtle: #fff3cd;
	--pix-danger-bg-subtle: #f8d7da;
	--pix-light-bg-subtle: #fcfcfd;
	--pix-dark-bg-subtle: #ced4da;
	--pix-primary-border-subtle: #9ec5fe;
	--pix-secondary-border-subtle: #c4c8cb;
	--pix-success-border-subtle: #a3cfbb;
	--pix-info-border-subtle: #9eeaf9;
	--pix-warning-border-subtle: #ffe69c;
	--pix-danger-border-subtle: #f1aeb5;
	--pix-light-border-subtle: #e9ecef;
	--pix-dark-border-subtle: #adb5bd;
	--pix-white-rgb: 255, 255, 255;
	--pix-black-rgb: 0, 0, 0;
	--pix-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--pix-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--pix-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--pix-body-font-family: var(--pix-font-sans-serif);
	--pix-body-font-size: 1rem;
	--pix-body-font-weight: 400;
	--pix-body-line-height: 1.5;
	--pix-body-color: #212529;
	--pix-body-color-rgb: 33, 37, 41;
	--pix-body-bg: #fff;
	--pix-body-bg-rgb: 255, 255, 255;
	--pix-emphasis-color: #000;
	--pix-emphasis-color-rgb: 0, 0, 0;
	--pix-secondary-color: rgba(33, 37, 41, 0.75);
	--pix-secondary-color-rgb: 33, 37, 41;
	--pix-secondary-bg: #e9ecef;
	--pix-secondary-bg-rgb: 233, 236, 239;
	--pix-tertiary-color: rgba(33, 37, 41, 0.5);
	--pix-tertiary-color-rgb: 33, 37, 41;
	--pix-tertiary-bg: #f8f9fa;
	--pix-tertiary-bg-rgb: 248, 249, 250;
	--pix-heading-color: inherit;
	--pix-link-color: #0d6efd;
	--pix-link-color-rgb: 13, 110, 253;
	--pix-link-decoration: underline;
	--pix-link-hover-color: #0a58ca;
	--pix-link-hover-color-rgb: 10, 88, 202;
	--pix-code-color: #d63384;
	--pix-highlight-color: #212529;
	--pix-highlight-bg: #fff3cd;
	--pix-border-width: 1px;
	--pix-border-style: solid;
	--pix-border-color: #dee2e6;
	--pix-border-color-translucent: rgba(0, 0, 0, 0.175);
	--pix-border-radius: .375rem;
	--pix-border-radius-sm: .25rem;
	--pix-border-radius-lg: .5rem;
	--pix-border-radius-xl: 1rem;
	--pix-border-radius-xxl: 2rem;
	--pix-border-radius-2xl: var(--pix-border-radius-xxl);
	--pix-border-radius-pill: 50rem;
	--pix-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--pix-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--pix-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--pix-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--pix-focus-ring-width: .25rem;
	--pix-focus-ring-opacity: .25;
	--pix-focus-ring-color: rgba(13, 110, 253, 0.25);
	--pix-form-valid-color: #198754;
	--pix-form-valid-border-color: #198754;
	--pix-form-invalid-color: #dc3545;
	--pix-form-invalid-border-color: #dc3545;
	--tblr-blue: #066fd1;
	--tblr-indigo: #4263eb;
	--tblr-purple: #ae3ec9;
	--tblr-pink: #d6336c;
	--tblr-red: #d63939;
	--tblr-orange: #f76707;
	--tblr-yellow: #f59f00;
	--tblr-green: #2fb344;
	--tblr-teal: #0ca678;
	--tblr-cyan: #17a2b8;
	--tblr-black: #000000;
	--tblr-white: #ffffff;
	--tblr-gray: #4b5563;
	--tblr-gray-dark: #1f2937;
	--tblr-gray-100: #f3f4f6;
	--tblr-gray-200: #e5e7eb;
	--tblr-gray-300: #d1d5db;
	--tblr-gray-400: #9ca3af;
	--tblr-gray-500: #6b7280;
	--tblr-gray-600: #4b5563;
	--tblr-gray-700: #374151;
	--tblr-gray-800: #1f2937;
	--tblr-gray-900: #111827;
	--tblr-primary: #066fd1;
	--tblr-secondary: #6b7280;
	--tblr-success: #2fb344;
	--tblr-info: #4299e1;
	--tblr-warning: #f59f00;
	--tblr-danger: #d63939;
	--tblr-light: #f9fafb;
	--tblr-dark: #1f2937;
	--tblr-muted: #6b7280;
	--tblr-blue: #066fd1;
	--tblr-azure: #4299e1;
	--tblr-indigo: #4263eb;
	--tblr-purple: #ae3ec9;
	--tblr-pink: #d6336c;
	--tblr-red: #d63939;
	--tblr-orange: #f76707;
	--tblr-yellow: #f59f00;
	--tblr-lime: #74b816;
	--tblr-green: #2fb344;
	--tblr-teal: #0ca678;
	--tblr-cyan: #17a2b8;
	--tblr-primary-rgb: 6, 111, 209;
	--tblr-secondary-rgb: 107, 114, 128;
	--tblr-success-rgb: 47, 179, 68;
	--tblr-info-rgb: 66, 153, 225;
	--tblr-warning-rgb: 245, 159, 0;
	--tblr-danger-rgb: 214, 57, 57;
	--tblr-light-rgb: 249, 250, 251;
	--tblr-dark-rgb: 31, 41, 55;
	--tblr-muted-rgb: 107, 114, 128;
	--tblr-blue-rgb: 6, 111, 209;
	--tblr-azure-rgb: 66, 153, 225;
	--tblr-indigo-rgb: 66, 99, 235;
	--tblr-purple-rgb: 174, 62, 201;
	--tblr-pink-rgb: 214, 51, 108;
	--tblr-red-rgb: 214, 57, 57;
	--tblr-orange-rgb: 247, 103, 7;
	--tblr-yellow-rgb: 245, 159, 0;
	--tblr-lime-rgb: 116, 184, 22;
	--tblr-green-rgb: 47, 179, 68;
	--tblr-teal-rgb: 12, 166, 120;
	--tblr-cyan-rgb: 23, 162, 184;
	--tblr-primary-text-emphasis: #022c54;
	--tblr-secondary-text-emphasis: #2b2e33;
	--tblr-success-text-emphasis: #13481b;
	--tblr-info-text-emphasis: #1a3d5a;
	--tblr-warning-text-emphasis: #624000;
	--tblr-danger-text-emphasis: #561717;
	--tblr-light-text-emphasis: #374151;
	--tblr-dark-text-emphasis: #374151;
	--tblr-primary-bg-subtle: #cde2f6;
	--tblr-secondary-bg-subtle: #e1e3e6;
	--tblr-success-bg-subtle: #d5f0da;
	--tblr-info-bg-subtle: #d9ebf9;
	--tblr-warning-bg-subtle: #fdeccc;
	--tblr-danger-bg-subtle: #f7d7d7;
	--tblr-light-bg-subtle: #f9fafb;
	--tblr-dark-bg-subtle: #9ca3af;
	--tblr-primary-border-subtle: #9bc5ed;
	--tblr-secondary-border-subtle: #c4c7cc;
	--tblr-success-border-subtle: #ace1b4;
	--tblr-info-border-subtle: #b3d6f3;
	--tblr-warning-border-subtle: #fbd999;
	--tblr-danger-border-subtle: #efb0b0;
	--tblr-light-border-subtle: #e5e7eb;
	--tblr-dark-border-subtle: #6b7280;
	--tblr-white-rgb: 255, 255, 255;
	--tblr-black-rgb: 0, 0, 0;
	--tblr-font-sans-serif: "Inter Var", Inter, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
	--tblr-font-monospace: Monaco, Consolas, Liberation Mono, Courier New, monospace;
	--tblr-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--tblr-body-font-family: var(--tblr-font-sans-serif);
	--tblr-body-font-size: 0.875rem;
	--tblr-body-font-weight: 400;
	--tblr-body-line-height: 1.4285714286;
	--tblr-body-color: #1f2937;
	--tblr-body-color-rgb: 31, 41, 55;
	--tblr-body-bg: #f9fafb;
	--tblr-body-bg-rgb: 249, 250, 251;
	--tblr-emphasis-color: #374151;
	--tblr-emphasis-color-rgb: 55, 65, 81;
	--tblr-secondary-color: rgba(31, 41, 55, 0.75);
	--tblr-secondary-color-rgb: 31, 41, 55;
	--tblr-secondary-bg: #e5e7eb;
	--tblr-secondary-bg-rgb: 229, 231, 235;
	--tblr-tertiary-color: rgba(31, 41, 55, 0.5);
	--tblr-tertiary-color-rgb: 31, 41, 55;
	--tblr-tertiary-bg: #f3f4f6;
	--tblr-tertiary-bg-rgb: 243, 244, 246;
	--tblr-heading-color: inherit;
	--tblr-link-color: #066fd1;
	--tblr-link-color-rgb: 6, 111, 209;
	--tblr-link-decoration: none;
	--tblr-link-hover-color: #0559a7;
	--tblr-link-hover-color-rgb: 5, 89, 167;
	--tblr-link-hover-decoration: underline;
	--tblr-code-color: light-dark(var(--tblr-gray-600), var(--tblr-gray-400));
	--tblr-highlight-color: #1f2937;
	--tblr-highlight-bg: #fdeccc;
	--tblr-border-width: 1px;
	--tblr-border-style: solid;
	--tblr-border-color: #e5e7eb;
	--tblr-border-color-translucent: rgba(4, 32, 69, 0.1);
	--tblr-border-radius: 6px;
	--tblr-border-radius-sm: 4px;
	--tblr-border-radius-lg: 8px;
	--tblr-border-radius-xl: 1rem;
	--tblr-border-radius-xxl: 2rem;
	--tblr-border-radius-2xl: var(--tblr-border-radius-xxl);
	--tblr-border-radius-pill: 100rem;
	--tblr-box-shadow: rgba(var(--tblr-body-color-rgb), 0.04) 0 2px 4px 0;
	--tblr-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--tblr-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--tblr-box-shadow-inset: 0 0 transparent;
	--tblr-focus-ring-width: 0.25rem;
	--tblr-focus-ring-opacity: 0.25;
	--tblr-focus-ring-color: rgba(var(--tblr-primary-rgb), 0.25);
	--tblr-form-valid-color: #2fb344;
	--tblr-form-valid-border-color: #2fb344;
	--tblr-form-invalid-color: #d63939;
	--tblr-form-invalid-border-color: #d63939;
}

[data-bs-theme="dark"] {
	color-scheme: dark;
	--pix-body-color: #dee2e6;
	--pix-body-color-rgb: 222, 226, 230;
	--pix-body-bg: #212529;
	--pix-body-bg-rgb: 33, 37, 41;
	--pix-emphasis-color: #fff;
	--pix-emphasis-color-rgb: 255, 255, 255;
	--pix-secondary-color: rgba(222, 226, 230, 0.75);
	--pix-secondary-color-rgb: 222, 226, 230;
	--pix-secondary-bg: #343a40;
	--pix-secondary-bg-rgb: 52, 58, 64;
	--pix-tertiary-color: rgba(222, 226, 230, 0.5);
	--pix-tertiary-color-rgb: 222, 226, 230;
	--pix-tertiary-bg: #2b3035;
	--pix-tertiary-bg-rgb: 43, 48, 53;
	--pix-primary-text-emphasis: #6ea8fe;
	--pix-secondary-text-emphasis: #a7acb1;
	--pix-success-text-emphasis: #75b798;
	--pix-info-text-emphasis: #6edff6;
	--pix-warning-text-emphasis: #ffda6a;
	--pix-danger-text-emphasis: #ea868f;
	--pix-light-text-emphasis: #f8f9fa;
	--pix-dark-text-emphasis: #dee2e6;
	--pix-primary-bg-subtle: #031633;
	--pix-secondary-bg-subtle: #161719;
	--pix-success-bg-subtle: #051b11;
	--pix-info-bg-subtle: #032830;
	--pix-warning-bg-subtle: #332701;
	--pix-danger-bg-subtle: #2c0b0e;
	--pix-light-bg-subtle: #343a40;
	--pix-dark-bg-subtle: #1a1d20;
	--pix-primary-border-subtle: #084298;
	--pix-secondary-border-subtle: #41464b;
	--pix-success-border-subtle: #0f5132;
	--pix-info-border-subtle: #087990;
	--pix-warning-border-subtle: #997404;
	--pix-danger-border-subtle: #842029;
	--pix-light-border-subtle: #495057;
	--pix-dark-border-subtle: #343a40;
	--pix-heading-color: inherit;
	--pix-link-color: #6ea8fe;
	--pix-link-hover-color: #8bb9fe;
	--pix-link-color-rgb: 110, 168, 254;
	--pix-link-hover-color-rgb: 139, 185, 254;
	--pix-code-color: #e685b5;
	--pix-highlight-color: #dee2e6;
	--pix-highlight-bg: #664d03;
	--pix-border-color: #495057;
	--pix-border-color-translucent: rgba(255, 255, 255, 0.15);
	--pix-form-valid-color: #75b798;
	--pix-form-valid-border-color: #75b798;
	--pix-form-invalid-color: #ea868f;
	--pix-form-invalid-border-color: #ea868f
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--pix-body-font-family);
	font-size: var(--pix-body-font-size);
	font-weight: var(--pix-body-font-weight);
	line-height: var(--pix-body-line-height);
	color: var(--pix-body-color);
	text-align: var(--pix-body-text-align);
	background-color: var(--pix-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: var(--pix-border-width) solid;
	opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--pix-heading-color)
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
	h3 {
		font-size: 1.75rem
	}
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
	h4 {
		font-size: 1.5rem
	}
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul {
	padding-left: 2rem
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: .875em
}

mark {
	padding: .1875em;
	color: var(--pix-highlight-color);
	background-color: var(--pix-highlight-bg)
}

sub,
sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: rgba(var(--pix-link-color-rgb), var(--pix-link-opacity, 1));
	text-decoration: underline
}

a:hover {
	--pix-link-color-rgb: var(--pix-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

pre,
code,
kbd,
samp {
	font-family: var(--pix-font-monospace);
	font-size: 1em
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

code {
	font-size: .875em;
	color: var(--pix-code-color);
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .1875rem .375rem;
	font-size: .875em;
	color: var(--pix-body-bg);
	background-color: var(--pix-body-color);
	border-radius: .25rem
}

kbd kbd {
	padding: 0;
	font-size: 1em
}

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--pix-secondary-color);
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

[role="button"] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
	display: none !important
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

iframe {
	border: 0
}

summary {
	display: list-item;
	cursor: pointer
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	--pix-gutter-x: 30px;
	--pix-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--pix-gutter-x) * .5);
	padding-left: calc(var(--pix-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto
}

.container {
	max-width: 400px
}

@media (min-width: 576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width: 768px) {

	.container,
	.container-sm,
	.container-md {
		max-width: 720px
	}
}

@media (min-width: 992px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px
	}
}

@media (min-width: 1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px
	}
}

@media (min-width: 1360px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		max-width: 1280px
	}
}

:root {
	--pix-breakpoint-xs: 0;
	--pix-breakpoint-sm: 576px;
	--pix-breakpoint-md: 768px;
	--pix-breakpoint-lg: 992px;
	--pix-breakpoint-xl: 1200px;
	--pix-breakpoint-xxl: 1360px
}

.row {
	--pix-gutter-x: 30px;
	--pix-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--pix-gutter-y));
	margin-right: calc(-.5 * var(--pix-gutter-x));
	margin-left: calc(-.5 * var(--pix-gutter-x))
}

.row>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--pix-gutter-x) * .5);
	padding-left: calc(var(--pix-gutter-x) * .5);
	margin-top: var(--pix-gutter-y)
}

.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}

.row-cols-auto>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%
}

.row-cols-4>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

.g-0,
.gx-0 {
	--pix-gutter-x: 0
}

.g-0,
.gy-0 {
	--pix-gutter-y: 0
}

.g-1,
.gx-1 {
	--pix-gutter-x: .25rem
}

.g-1,
.gy-1 {
	--pix-gutter-y: .25rem
}

.g-2,
.gx-2 {
	--pix-gutter-x: .5rem
}

.g-2,
.gy-2 {
	--pix-gutter-y: .5rem
}

.g-3,
.gx-3 {
	--pix-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--pix-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--pix-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--pix-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--pix-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--pix-gutter-y: 3rem
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-sm-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}

	.row-cols-sm-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-sm-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}

	.g-sm-0,
	.gx-sm-0 {
		--pix-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--pix-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--pix-gutter-x: .25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--pix-gutter-y: .25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--pix-gutter-x: .5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--pix-gutter-y: .5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--pix-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--pix-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--pix-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--pix-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--pix-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--pix-gutter-y: 3rem
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-md-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}

	.row-cols-md-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}

	.g-md-0,
	.gx-md-0 {
		--pix-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--pix-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--pix-gutter-x: .25rem
	}

	.g-md-1,
	.gy-md-1 {
		--pix-gutter-y: .25rem
	}

	.g-md-2,
	.gx-md-2 {
		--pix-gutter-x: .5rem
	}

	.g-md-2,
	.gy-md-2 {
		--pix-gutter-y: .5rem
	}

	.g-md-3,
	.gx-md-3 {
		--pix-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--pix-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--pix-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--pix-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--pix-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--pix-gutter-y: 3rem
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-lg-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}

	.row-cols-lg-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-lg-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}

	.g-lg-0,
	.gx-lg-0 {
		--pix-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--pix-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--pix-gutter-x: .25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--pix-gutter-y: .25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--pix-gutter-x: .5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--pix-gutter-y: .5rem
	}

	.g-lg-3,
	.gx-lg-3 {
		--pix-gutter-x: 1rem
	}

	.g-lg-3,
	.gy-lg-3 {
		--pix-gutter-y: 1rem
	}

	.g-lg-4,
	.gx-lg-4 {
		--pix-gutter-x: 1.5rem
	}

	.g-lg-4,
	.gy-lg-4 {
		--pix-gutter-y: 1.5rem
	}

	.g-lg-5,
	.gx-lg-5 {
		--pix-gutter-x: 3rem
	}

	.g-lg-5,
	.gy-lg-5 {
		--pix-gutter-y: 3rem
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-xl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}

	.row-cols-xl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}

	.g-xl-0,
	.gx-xl-0 {
		--pix-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--pix-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--pix-gutter-x: .25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--pix-gutter-y: .25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--pix-gutter-x: .5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--pix-gutter-y: .5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--pix-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--pix-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--pix-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--pix-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--pix-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--pix-gutter-y: 3rem
	}
}

@media (min-width: 1360px) {
	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-xxl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xxl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xxl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xxl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}

	.row-cols-xxl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xxl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xxl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}

	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}

	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-1 {
		margin-left: 8.33333%
	}

	.offset-xxl-2 {
		margin-left: 16.66667%
	}

	.offset-xxl-3 {
		margin-left: 25%
	}

	.offset-xxl-4 {
		margin-left: 33.33333%
	}

	.offset-xxl-5 {
		margin-left: 41.66667%
	}

	.offset-xxl-6 {
		margin-left: 50%
	}

	.offset-xxl-7 {
		margin-left: 58.33333%
	}

	.offset-xxl-8 {
		margin-left: 66.66667%
	}

	.offset-xxl-9 {
		margin-left: 75%
	}

	.offset-xxl-10 {
		margin-left: 83.33333%
	}

	.offset-xxl-11 {
		margin-left: 91.66667%
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--pix-gutter-x: 0
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--pix-gutter-y: 0
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--pix-gutter-x: .25rem
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--pix-gutter-y: .25rem
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--pix-gutter-x: .5rem
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--pix-gutter-y: .5rem
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--pix-gutter-x: 1rem
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--pix-gutter-y: 1rem
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--pix-gutter-x: 1.5rem
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--pix-gutter-y: 1.5rem
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--pix-gutter-x: 3rem
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--pix-gutter-y: 3rem
	}
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: transparent
}

a:focus {
	outline: none
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: inherit;
	margin: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: inherit
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

*:before,
*:after {
	pointer-events: none
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0
}

p {
	margin-bottom: 0;
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0
}

label {
	margin-bottom: 0
}

ol,
ul,
dl {
	margin-bottom: 0
}

ul {
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	list-style: none;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
	-webkit-padding-start: 0;
	padding-inline-start: 0
}

input,
button {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent
}

html,
body {
	max-width: 100%;
	overflow-x: hidden
}

body {
	margin: 0;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #e7e7e7;
	text-align: left;
	background-color: #000;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #e7e7e7;
	overflow-x: hidden
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #222423
}

::-webkit-scrollbar-thumb {
	background-color: #a7a7a7;
	background-size: 100% 300%;
	border-radius: 0px;
	-webkit-transition: .3s;
	transition: .3s
}

::-moz-selection {
	color: white;
	background: #a7a7a7
}

::selection {
	color: white;
	background: #a7a7a7
}

@font-face {
	font-family: 'gang-of-tree';
	src: url("../fonts/gang-of-tree.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'friz-quadrata-medium';
	src: url("../fonts/friz-quadrata-std-medium.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

body {
	font-weight: 400 !important;
	background-repeat: repeat;
	background-size: auto;
	font-family: "Open Sans", sans-serif;
	overflow-y: auto
}

#nav-hamburger {
	width: 18px;
	height: 16px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-left: 40px
}

@media (min-width: 1360px) {
	#nav-hamburger {
		display: none
	}
}

#nav-hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

#nav-hamburger:hover span {
	background-color: #fff
}

#nav-hamburger span:nth-child(1) {
	top: 0px
}

#nav-hamburger span:nth-child(2),
#nav-hamburger span:nth-child(3) {
	top: 8px
}

#nav-hamburger span:nth-child(4) {
	top: 16px
}

#nav-hamburger.open span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%
}

#nav-hamburger.open span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%
}

#nav-hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#nav-hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mobile-menu {
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background-color: rgba(34, 36, 35, 0.5);
	background-size: auto;
	height: 100vh;
	position: fixed;
	width: 100%;
	right: 0;
	top: 0;
	-webkit-transform: translate(-100%);
	transform: translate(-100%);
	-webkit-transition: .2s;
	transition: .2s;
	width: 100%;
	z-index: 9;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width: 1360px) {
	.mobile-menu {
		display: none
	}
}

.mobile-menu.open {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.mobile-menu .container {
	padding-top: calc(86px)
}

.mobile-menu .main-menu {
	height: auto;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.mobile-menu .main-menu .menu-item {
	background-color: rgba(255, 255, 255, 0.1);
	margin-bottom: 15px;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	min-height: 45px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.mobile-menu .main-menu .menu-item:hover {
	background-color: rgba(255, 255, 255, 0.15)
}

.mobile-menu .h-sep {
	height: 1px;
	opacity: 0.1;
	width: 100%;
	background-color: #fff;
	background-size: cover;
	margin-top: 20px;
	margin-bottom: 30px
}

.mobile-menu .button-style-2 {
	margin: 0 auto
}

.mobile-menu .buttons {
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.mobile-menu .buttons .login {
	font-weight: bold;
	color: #efe3fa;
	margin: 10px
}

.mobile-menu .buttons .button {
	margin: 10px
}

.main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.main-menu a,
.main-menu .menu-item {
	padding: 0 30px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	color: inherit;
	height: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0.5
}

.main-menu a:after,
.main-menu .menu-item:after {
	content: '';
	height: inherit;
	width: 100%;
	background-size: cover;
	background-image: url(../img/ui/nav-hover.png);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.pw-toggle i.bi-eye,
.pw-toggle i.bi-eye-slash {
	color: #fff !important; /* branco sempre */
}



.main-menu a>*,
.main-menu .menu-item>* {
	z-index: 1
}

.main-menu a img,
.main-menu .menu-item img {
	margin-right: 10px;
	display: block;
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.main-menu a .title,
.main-menu .menu-item .title {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	font-weight: bold;
	color: #d3c9b7;
	text-transform: uppercase;
	line-height: 1
}

.main-menu a .title .name,
.main-menu .menu-item .title .name {
	font-size: 15px;
	text-shadow: 0.484px 1.941px 0px rgba(26, 27, 27, 0.4)
}

.main-menu a .title span,
.main-menu .menu-item .title span {
	color: #ac9f95;
	font-size: 8px
}

.main-menu a:hover,
.main-menu .menu-item:hover {
	opacity: 1
}

.main-menu a:hover .title .name,
.main-menu .menu-item:hover .title .name {
	text-decoration: underline
}

.main-menu a.active,
.main-menu .menu-item.active {
	opacity: 1
}

.main-menu a.active:after,
.main-menu .menu-item.active:after {
	opacity: 1
}

.main-menu a.active .title,
.main-menu .menu-item.active .title {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}

.main-menu a.active img,
.main-menu .menu-item.active img {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}

.header {
	position: fixed;
	z-index: 900;
	top: 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #222423;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	height: 70px
}

.header .main-menu {
	height: 70px
}

.header::after {
	display: block;
	position: absolute;
	height: 90px;
	top: 0;
	background-image: url(../img/ui/navbar-bg.png);
	width: 100%;
	background-repeat: repeat-x;
	left: 0;
	content: ''
}

.header .h-sep {
	margin: 0 30px 0 0px;
	background-color: #151616;
	border-right: 1px solid #514739;
	width: 1px;
	height: 20px
}

.header .header-row {
	z-index: 2;
	position: relative
}

.header .h-right,
.header .h-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .h-left {
	-webkit-box-flex: 4;
	/* eskiden 3*/
	-ms-flex-positive: 4;
	/* eskiden 3*/
	flex-grow: 4
		/* eskiden 3*/
}

@media (max-width: 1359.98px) {

	.header .h-left .main-menu,
	.header .h-left .h-sep {
		display: none
	}
}

.header .h-left .logo {
	width: 141px;
	height: 45px;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin-right: 30px
}

.header .h-left .logo:hover {
	-webkit-filter: brightness(115%);
	filter: brightness(115%)
}

.header .h-left .logo img {
	pointer-events: none;
	position: absolute
}

.header .h-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1.2;
	/* eskiden 1*/
	-ms-flex-positive: 1.2;
	/* eskiden 1*/
	flex-grow: 1.2
		/* eskiden 1*/
}

.header .h-right .buttons {
	margin-left: auto;
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 575.98px) {
	.header .h-right .buttons {
		display: none
	}
}

@media (max-width: 767.98px) {
	.header .h-right .buttons .lang-selector {
		display: none
	}
}

.header .h-right .buttons .lang-selector {
	margin-right: 30px;
	position: relative
}

.header .h-right .buttons .lang-selector.open .lang-dropdown {
	opacity: 1;
	pointer-events: unset;
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

.header .h-right .buttons .lang-selector .nav-lang-button {
	padding: 5px;
	background-color: rgba(169, 168, 167, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.header .h-right .buttons .lang-selector .nav-lang-button:hover {
	background-color: rgba(169, 168, 167, 0.3)
}

.header .h-right .buttons .lang-selector .nav-lang-button span {
	display: block;
	margin: 0 10px 0 5px;
	color: #d3c9b7;
	width: 20px;
	font-size: 13px;
	text-transform: uppercase;
	text-shadow: 0.484px 1.941px 0px rgba(26, 27, 27, 0.4)
}

.header .h-right .buttons .lang-selector .nav-lang-button img {
	height: 17px;
	width: 25px;
	display: block;
	outline: 2px solid rgba(22, 22, 22, 0.5)
}

.header .h-right .buttons .lang-selector .lang-dropdown {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: absolute;
	top: 50px;
	left: -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(34, 36, 35, 0.9);
	padding: 5px
}

.section-subpage {
	margin-top: 69px;
	width: 100%;
	background-image: url(../img/subpage-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	/* GEREKLİ */
}

.section-subpage .section-heading {
	padding-top: 120px;
	padding-bottom: 150px
}

.section-welcome {
	margin-top: 69px;
	width: 100%
}

.section-welcome .pixarts-header-contents {
	height: calc(829px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	/* BOZARSA GERİ AL */
	overflow: hidden;
}

@media (max-width: 575.98px) {
	.section-welcome .pixarts-header-contents {
		height: 600px
	}
}

.section-welcome .pixarts-header-contents .welcome-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.section-welcome .pixarts-header-contents .welcome-content .col-auto {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 70px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: auto
}

.section-welcome .pixarts-header-contents .welcome-content .welcome-button {
	background-image: url(../img/ui/button-welcome-red.png);
	height: 89px;
	max-width: 362px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.2
}

.section-welcome .pixarts-header-contents .welcome-content .welcome-button:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.section-welcome .pixarts-header-contents .welcome-content .welcome-button .title {
	color: #e8dad1;
	font-size: 28px;
	text-shadow: 0.726px 2.911px 0px rgba(101, 19, 19, 0.9);
	font-family: "friz-quadrata-medium"
}

.section-welcome .pixarts-header-contents .welcome-content .welcome-button span {
	font-size: 11px;
	color: #e66e6a;
	text-shadow: 0.484px 1.941px 0px rgba(87, 29, 26, 0.6)
}

.section-welcome .pixarts-header-contents .welcome-content a.big-logo {
	position: relative;
	display: block;
	z-index: 1;
	margin-bottom: 80px;
	max-width: 587px;
	max-height: 266px;
	width: 89%;
	height: auto;
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.section-welcome .pixarts-header-contents .welcome-content a.big-logo:hover {
	-webkit-filter: brightness(120%) contrast(105%);
	filter: brightness(120%) contrast(105%);
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

@media (max-width: 991.98px) {
	.section-welcome .pixarts-header-contents .welcome-content a.big-logo {
		-webkit-filter: drop-shadow(0px 0px 25px #222423);
		filter: drop-shadow(0px 0px 25px #222423)
	}

	.section-welcome .pixarts-header-contents .welcome-content a.big-logo img {
		-webkit-filter: drop-shadow(0px 0px 25px #222423);
		filter: drop-shadow(0px 0px 25px #222423)
	}
}

.section-welcome .pixarts-header-contents .welcome-content a.big-logo img {
	display: block;
	width: 100%;
	pointer-events: none;
	height: auto
}

@media (max-width: 767.98px) {
	.section-welcome .pixarts-header-contents .welcome-content a.big-logo {
		margin-bottom: 85px
	}
}

.section-welcome .pixarts-header-contents img.welc-bg,
.section-welcome .pixarts-header-contents video {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	margin: 0 auto;
	height: inherit;
	display: block;
	z-index: 0;
	max-width: 100%;
	pointer-events: none
}

.section-welcome .pixarts-header-contents img.welc-bg.enable {
	display: block !important
}

@media (min-width: 1200px) {
	.section-welcome .pixarts-header-contents img.welc-bg {
		display: none
	}
}

@media (max-width: 767.98px) {
	.section-welcome .pixarts-header-contents img.welc-bg {
		-o-object-position: 64% 10%;
		object-position: 64% 10%
	}
}

.section-welcome .pixarts-header-contents video {
	min-width: 1150px;
	max-width: 3840px
}

@media (max-width: 1199.98px) {
	.section-welcome .pixarts-header-contents video {
		display: none
	}
}

img.section-separator {
	width: 980px;
	height: 22px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	max-width: 100%;
	margin: 60px auto;
	display: block;
	pointer-events: none
}

.section-content-dark {
	position: relative;
	padding-top: 50px;
	padding-bottom: 80px
}

.section-content-dark:after {
	z-index: 1;
	background: url(../img/ui/bg-dark-top-addon.png) center repeat-x;
	content: '';
	width: 100vw;
	height: 119px;
	background-size: auto 100%;
	background-position: top;
	position: absolute;
	left: 0;
	top: 30px
}

.section-content-dark:before {
	background: url(../img/ui/bg-dark-repeat.png) center repeat-y;
	background-size: 100% auto;
	background-position: top;
	content: '';
	width: 100vw;
	height: calc(100% - 65px);
	position: absolute;
	left: 0;
	top: 65px
}

.section-content-white {
	position: relative;
	padding-bottom: 70px
}

.section-content-white:after {
	z-index: 1;
	background: url(../img/ui/bg-white-top-addon.png) center repeat-x;
	content: '';
	width: 100%;
	height: 119px;
	background-size: auto 100%;
	background-position: top;
	position: absolute;
	left: 0;
	top: 30px
}

.section-content-white:before {
	background: url(../img/ui/bg-white-repeat.png) center repeat-y;
	background-size: 100% auto;
	background-position: top;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 70px
}

.holder {
	position: relative;
	z-index: 2
}

.w-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 30px;
	background-image: url(../img/ui/widget-head-bg.png);
	min-height: 77px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	width: 100%
}

.w-heading .action {
	display: block;
	padding: 5px 15px;
	background-color: rgba(169, 168, 167, 0.1);
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.w-heading .action:hover {
	background-color: rgba(169, 168, 167, 0.3)
}

.w-heading .action span {
	line-height: 1;
	font-weight: bold;
	color: #d3c9b7;
	font-size: 13px;
	text-shadow: 0.484px 1.941px 0px rgba(26, 27, 27, 0.7)
}

.w-heading .w-name {
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	line-height: 1
}

.w-heading .w-name img {
	width: auto;
	margin-right: 10px
}

.w-heading .w-name .main {
	color: #d3c9b7;
	font-size: 15px;
	text-shadow: 0.484px 1.941px 0px rgba(26, 27, 27, 0.7)
}

.w-heading .w-name span {
	font-size: 8px;
	color: #ac9f95
}

.w-holder {
	background-image: url(../img/ui/news-widget-bg.png);
	background-size: cover;
	background-position: bottom center
}

.footer {
	background: url(../img/ui/bg-footer.png);
	background-position: top;
	background-size: cover
}

.footer .footer-bottom {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 20px 0
}

.footer .footer-bottom .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .footer-bottom .social,
.footer .footer-bottom .link,
.footer .footer-bottom .h-sep {
	margin: 15px
}

.footer .footer-bottom .social {
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.footer .footer-bottom .social:hover {
	opacity: 1
}

.footer .footer-bottom .link {
	display: block;
	font-size: 14px;
	color: #636363;
	font-weight: 500;
	text-shadow: 0px 1px 3.28px rgba(9, 8, 12, 0.74)
}

.footer .footer-bottom .link:hover {
	color: #979797
}

.footer .footer-bottom .h-sep {
	background-color: #151616;
	border-right: 1px solid #393939;
	height: 20px;
	width: 1px
}

.footer .footer-bottom .author-logo {
	margin-left: auto;
	max-width: 152px;
	height: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	opacity: 0.5;
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.footer .footer-bottom .author-logo:hover {
	opacity: 1
}

.footer .footer-bottom .author-logo img {
	display: block;
	height: auto;
	max-width: 152px
}

@media (min-width: 992px) {

	.footer .lang-selector,
	.footer .f-detail {
		padding: 30px 0
	}
}

.footer .lang-selector {
	position: relative;
	max-width: 230px;
	width: 100%
}

@media (min-width: 992px) {
	.footer .lang-selector {
		margin-left: auto
	}
}

.footer .lang-selector .foot-lang-button {
	width: 100%;
	background-color: rgba(16, 16, 16, 0.5);
	border: 1px solid #101010;
	height: 44px;
	padding: 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer
}

.footer .lang-selector .foot-lang-button:hover {
	background-color: rgba(16, 16, 16, 0.2)
}

.footer .lang-selector .foot-lang-button img {
	margin-right: 10px
}

.footer .lang-selector>.foot-lang-button:after {
	content: '';
	height: 6px;
	width: 10px;
	position: absolute;
	display: block;
	background-image: url(../img/ui/lang-arrow.png);
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.footer .lang-selector .lang-dropdown {
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	pointer-events: none;
	width: inherit;
	background-color: rgba(16, 16, 16, 0.2);
	position: absolute;
	bottom: 100%;
	left: 0
}

.footer .lang-selector.open .lang-dropdown {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	pointer-events: unset
}

.footer .footer-content {
	padding: 30px 0
}

.footer .footer-content .f-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .footer-content .f-detail .pegi {
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	margin-right: 20px;
	opacity: 0.5;
	transition: 0.5s;
}

.footer .footer-content .f-detail .abra {
	max-width: 100%;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	margin-right: 20px;
	opacity: 0.5;
	transition: 0.5s;
}

.footer .footer-content .f-detail .pegi:hover,
.footer .footer-content .f-detail .abra:hover {
	opacity: 1;
}


.footer .footer-content .f-detail .desc p,
.footer .footer-content .f-detail .desc p a {
	margin: 3px 0;
	display: block;
	font-size: 14px;
	color: #636363;
	font-weight: 500;
	text-shadow: 0px 1px 3.28px rgba(9, 8, 12, 0.74)
}

.footer .footer-content .f-detail .desc p .gold {
	color: #c99657
}

.footer .footer-content .f-detail .desc p .white {
	color: #dadada
}

.footer .footer-separate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	opacity: 0.3
}

.footer .footer-separate:after {
	width: calc(100% - 40px);
	height: 1px;
	background-color: #9e8d78;
	content: '';
	position: absolute;
	display: block;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px)
}

.footer .footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0 20px 0
}

.footer .footer-menu a {
	display: block;
	font-size: 15px;
	text-shadow: 0.484px 1.941px 0px rgba(26, 27, 27, 0.4);
	color: #d3c9b7;
	font-weight: bold;
	padding: 20px 40px;
	line-height: 1;
	position: relative;
}

.footer .footer-menu a:hover {
	text-transform: uppercase
}

@media (min-width: 992px) {
	.footer .footer-menu a:not(:last-child):after {
		background-image: url(../img/ui/footer-menu-separate.png);
		width: 11px;
		height: 18px;
		position: absolute;
		content: '';
		right: 0;
		top: 50%;
		-webkit-transform: translate(50%, -40%);
		transform: translate(50%, -40%)
	}
}

@media (max-width: 768px) {
	.footer .footer-menu {
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
	}

	.footer .footer-menu a {
		padding: 10px 0;
		font-size: 16px;
	}


}


.ranking-holder {
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 50px
}

.col-ranking .hold-ranking {
	position: relative
}

.col-ranking .hold-ranking:after {
	height: 100%;
	width: 5px;
	background-image: url(../img/ui/gold-deco.png);
	left: -5px;
	top: 0;
	content: '';
	position: absolute
}

.col-ranking .hold-ranking:before {
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	opacity: 0.3;
	content: '';
	left: 10px;
	top: 10px;
	display: block;
	position: absolute
}

.col-ranking .hold-ranking>* {
	position: relative;
	z-index: 1
}

.col-ranking .rank-table {
	overflow: auto
}

.col-ranking .rank-table .t-head,
.col-ranking .rank-table .t-contents .t-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 500px;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.col-ranking .rank-table .t-head .holder,
.col-ranking .rank-table .t-contents .t-field .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: calc(100% - 60px);
	min-width: calc(100% - 60px);
	left: 30px
}

.col-ranking .rank-table .t-head .t-id,
.col-ranking .rank-table .t-contents .t-field .t-id {
	width: 10%;
	min-width: 10%
}

.col-ranking .rank-table .t-head .t-name,
.col-ranking .rank-table .t-contents .t-field .t-name {
	width: 30%;
	min-width: 30%;
	font-weight: 500
}

.col-ranking .rank-table .t-head .t-country,
.col-ranking .rank-table .t-contents .t-field .t-country {
	width: 25%;
	color: #5c5c5c;
	min-width: 25%
}

.col-ranking .rank-table .t-head .t-kingdom,
.col-ranking .rank-table .t-contents .t-field .t-kingdom {
	font-weight: 500;
	width: 20%;
	min-width: 20%
}

.col-ranking .rank-table .t-head .t-red,
.col-ranking .rank-table .t-contents .t-field .t-red {
	color: #ff3e50;
	text-shadow: 0px 0px 3.85px rgba(255, 62, 80, 0.15)
}

.col-ranking .rank-table .t-head .t-gray,
.col-ranking .rank-table .t-contents .t-field .t-gray {
	color: #585656;
	text-shadow: 0px 0px 3.85px rgba(0, 0, 0, 0.15)
}

.col-ranking .rank-table .t-head .t-blue,
.col-ranking .rank-table .t-contents .t-field .t-blue {
	color: #3e6bff;
	text-shadow: 0px 0px 3.85px rgba(62, 107, 255, 0.15)
}

.col-ranking .rank-table .t-head .t-gold,
.col-ranking .rank-table .t-contents .t-field .t-gold {
	color: #c29e6c;
	text-shadow: 0px 0px 3.85px rgba(194, 158, 108, 0.15)
}

.col-ranking .rank-table .t-head .t-res,
.col-ranking .rank-table .t-contents .t-field .t-res {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	width: 15%;
	min-width: 15%
}

.col-ranking .rank-table .t-head .t-res span,
.col-ranking .rank-table .t-contents .t-field .t-res span {
	margin-left: 3px;
	color: #c29e6c
}

.col-ranking .rank-table .t-head .t-res span.red,
.col-ranking .rank-table .t-contents .t-field .t-res span.red {
	margin-left: 3px;
	color: #951818
}

.col-ranking .rank-table .t-head {
	color: #7a7873;
	font-size: 12px;
	height: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.col-ranking .rank-table .t-contents .t-field {
	color: #353535;
	height: 50px
}

.col-ranking .rank-table .t-contents .t-field:nth-child(odd) {
	border-bottom: 1px solid #CCC;
	background-color: rgba(255, 255, 255, 0.75)
}

.col-ranking .rank-table .t-contents.reverse .t-field:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.75)
}

.col-ranking .rank-table .t-contents.reverse .t-field:nth-child(odd) {
	background-color: unset;
	border-top: 1px solid #CCC;
	border-bottom: 0px solid #CCC
}

@media (min-width: 1200px) {
	.col-news {
		position: relative;
		top: 10px
	}
}

@media (max-width: 991.98px) {
	.col-news {
		margin-top: 30px
	}
}

.s-news-holder {
	position: relative
}

.s-news-holder:before {
	top: 0;
	width: calc(100% - 60px);
	border-bottom: 1px solid rgba(34, 36, 35, 0.1);
	content: '';
	position: absolute;
	left: 30px
}

.s-news-holder .news-item {
	padding: 0 30px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	display: flex
}

.s-news-holder .news-item:before {
	width: 100%;
	height: 50px;
	background-image: url(../img/ui/news-hover-bg.png);
	content: '';
	position: absolute;
	left: 0px;
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

.s-news-holder .news-item:hover:before {
	opacity: 1
}

.s-news-holder .news-item:hover .title,
.s-news-holder .news-item:hover .date {
	color: #e0e0e0
}

.s-news-holder .news-item:after {
	bottom: 0;
	width: calc(100% - 60px);
	border-bottom: 1px solid rgba(34, 36, 35, 0.1);
	content: '';
	position: absolute;
	left: 30px
}

.s-news-holder .news-item .badge {
	z-index: 1;
	height: 22px;
	width: auto;
	background: url(../img/ui/news-badge-bg-repeat.png) center repeat-x;
	background-size: auto 100%;
	background-position: left top;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px
}

.s-news-holder .news-item .badge span {
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase
}

.s-news-holder .news-item .badge.b-blue {
	-webkit-filter: hue-rotate(217deg) brightness(1.2);
	filter: hue-rotate(217deg) brightness(1.2)
}

.s-news-holder .news-item .badge.b-gray {
	-webkit-filter: saturate(0) brightness(1.3);
	filter: saturate(0) brightness(1.3)
}

.s-news-holder .news-item .title {
	z-index: 1;
	position: relative;
	color: #222423;
	font-weight: 500;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis
}

.s-news-holder .news-item .date {
	z-index: 1;
	position: relative;
	margin-left: 30px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 14px;
	color: #222423
}

@media (max-width: 575.98px) {
	.s-news-holder .news-item .date {
		display: none
	}
}

.s-news-holder .news-item .date span {
	color: #7a7a7a
}

.big-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 30px
}

.big-news .image-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-image: url(../img/ui/image-holder-bg.png);
	width: 123px;
	height: 72px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin-right: 20px
}

.big-news .image-holder:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}

.big-news .image-holder img {
	width: 117px;
	height: 66px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	pointer-events: none
}

.big-news .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500
}

.big-news .details .title {
	margin-bottom: 20px;
	color: #333333;
	position: relative;
	font-size: 14px
}

.big-news .details .title::after {
	content: '';
	border-bottom: 1px solid #222423;
	opacity: 0.2;
	position: absolute;
	left: 0;
	width: 30px;
	bottom: -10px
}

.big-news .details .title:hover {
	text-decoration: underline
}

.big-news .details .title span {
	color: #8f292f;
	font-weight: bold
}

.big-news .details .info {
	color: #979797;
	font-size: 13px
}

.big-news .details .info span {
	color: #333
}

.big-news .details .info span.red {
	color: #8f292f
}

.news-meta .info span.red {
	color: #8f292f;
}

.news-meta span {
	color: #333;
}

.media-player {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width: 992px) {
	.media-player {
		height: 360px
	}
}

.media-player .media-action {
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
	position: absolute
}

.media-player .media-action:hover {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1)
}

.media-player .player-controls {
	width: calc(100% - 60px);
	position: absolute;
	bottom: 20px;
	max-width: 100%
}

.media-player .media-holder {
	width: inherit;
	height: inherit;
	overflow: hidden
}

.media-player .media-holder img,
.media-player .media-holder video {
	width: 100%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.media-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-image: url(../img/ui/widget-head-bg.png);
	min-height: 77px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%
}

.media-title .name {
	color: #d3c9b7;
	font-size: 15px;
	text-shadow: 0.484px 1.941px 0px rgba(26, 27, 27, 0.7)
}

.media-title .desc {
	color: #ac9f95;
	font-size: 10px
}

.holder-media {
	margin-top: -70px
}

.holder-form {
	margin-top: -70px;
	position: relative;
	overflow: hidden
}

.holder-form .justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.holder-form .char-reg-addon {
	position: absolute;
	right: 0;
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
	top: 0
}

@media (max-width: 1199.98px) {
	.holder-form .char-reg-addon {
		display: none
	}
}

.account-form {
	z-index: 1;
	padding: 40px;
	background-position: bottom center;
	background-image: url(../img/ui/form-bg.png);
	background-size: cover;
	position: relative
}

.account-form .f-heading {
	color: #222423;
	font-size: 28px;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "gang-of-tree"
}

.account-form .f-heading .text {
	margin: 10px 20px
}

.account-form .separate {
	height: 1px;
	width: 100%;
	background-color: #222423;
	opacity: .1;
	margin: 25px 0
}

.account-form p {
	text-align: center;
	color: #5b5454;
	font-size: 14px
}

.account-form p b {
	font-weight: 500;
	color: #222423
}

.account-form .notify {
	margin-top: 25px;
	padding: 15px;
	color: #222423;
	text-align: center
}

.account-form .notify.red {
	color: #de0034;
	background-color: rgba(220, 0, 60, 0.08);
	border: 1px solid rgba(220, 0, 60, 0.6)
}

.account-form .notify.green {
	color: #2b7c4f;
	background-color: rgba(0, 220, 98, 0.08);
	border: 1px solid rgba(0, 220, 98, 0.6)
}

.notify.orange {
	background-color: #fef7e0;
	color: #f9ab00;
}

.account-form .input-holder span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222423;
	margin-bottom: 5px;
	margin-top: 30px
}

.account-form .input-holder .label {
	width: 100%;
	position: relative
}

.account-form .input-holder .label:after {
	height: 10px;
	left: 49px;
	width: 1px;
	content: '';
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	background-color: #fff;
	opacity: 0.2
}

.account-form .input-holder .label img {
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.account-form .input-holder input {
	border-bottom: 2px solid white;
	width: 100%;
	color: #ededed;
	height: 48px;
	padding: 0 20px 0 70px
}

.account-form .input-holder select {
	border-bottom: 2px solid white;
	width: 100%;
	color: #ededed;
	height: 48px;
	;
	padding: 0 20px 0 70px
}


.account-form .input-holder textarea {
	border-bottom: 2px solid white;
	width: 100%;
	color: #ededed;

	padding: 10px 20px 0 70px
}

select,
textarea {
	background-color: #1f2120;
}

.account-form .input-holder input::-webkit-input-placeholder,
.account-form .input-holder select::-webkit-input-placeholder,
.account-form .input-holder textarea::-webkit-input-placeholder {
	color: rgba(237, 237, 237, 0.6)
}

.account-form .input-holder input:-ms-input-placeholder,
.account-form .input-holder select:-ms-input-placeholder,
.account-form .input-holder textarea:-ms-input-placeholder {
	color: rgba(237, 237, 237, 0.6)
}

.account-form .input-holder input::-ms-input-placeholder,
.account-form .input-holder select::-ms-input-placeholder,
.account-form .input-holder textarea::-ms-input-placeholder {
	color: rgba(237, 237, 237, 0.6)
}

.account-form .input-holder input::placeholder,
.account-form .input-holder select::placeholder,
.account-form .input-holder textarea::placeholder {
	color: rgba(237, 237, 237, 0.6)
}

.account-form .checkbox {
	margin-top: 30px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.account-form .checkbox input {
	display: none
}

.account-form .checkbox input:checked+span:after {
	opacity: 1
}

.account-form .checkbox span {
	position: relative;
	padding-left: 35px;
	font-size: 14px;
	color: #2d2d2d;
	display: block
}

.account-form .checkbox span:before,
.account-form .checkbox span:after {
	content: '';
	position: absolute;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	display: block
}

.account-form .checkbox span:before {
	cursor: pointer;
	left: 0;
	top: 0px;
	background-color: #1F2120;
	width: 22px;
	display: block;
	height: 20px
}

.account-form .checkbox span:after {
	opacity: 0;
	left: 0px;
	top: 0px;
	pointer-events: none;
	background-image: url(../img/ui/check-checked.png);
	width: 22px;
	height: 20px
}

.account-form .checkbox span a {
	font-weight: 500;
	color: #1c1c1c
}

.account-form .checkbox span a:hover {
	text-decoration: underline
}

.account-form .button-submit {
	margin: 30px auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 256px
}

.account-form .button-submit .title {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.account-form .button-submit:before {
	background-position: center;
	background-image: url(../img/ui/btn-submit-center.png)
}

.account-form .links {
	margin-top: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #222423
}

.account-form .links span {
	margin: 15px
}

.account-form .links a {
	color: inherit;
	text-decoration: underline
}

.account-form .decoration {
	position: absolute;
	pointer-events: none
}

.account-form .decoration--left {
	left: 10px;
	bottom: 10px
}

.account-form .decoration--right {
	right: 10px;
	bottom: 10px
}

.holder-banners {
	overflow: hidden;
	padding: 45px 15px;
	margin-top: -45px;
	margin-bottom: -45px
}

.holder-banners .banner {
	height: 100%;
	min-height: 134px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 30px;
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.holder-banners .banner:hover {
	-webkit-filter: brightness(1.15);
	filter: brightness(1.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.holder-banners .banner:before {
	width: 100%;
	height: 100%;
	border: 2px solid #222423;
	opacity: 0.3;
	content: '';
	left: 10px;
	top: 10px;
	display: block;
	position: absolute
}

.holder-banners .banner .deco {
	position: absolute;
	height: 83px;
	pointer-events: none;
	width: 83px;
	z-index: 1
}

.holder-banners .banner .deco--left {
	left: 10px;
	bottom: 10px
}

.holder-banners .banner .deco--right {
	right: 10px;
	top: 10px
}

.holder-banners .banner:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	height: inherit;
	background-size: cover
}

.holder-banners .banner .title {
	position: relative;
	z-index: 2;
	display: block;
	text-transform: uppercase;
	line-height: 1.2;
	text-shadow: 2.007px 2.229px 0px rgba(49, 11, 11, 0.6)
}

.holder-banners .banner .title span {
	font-size: 12px;
	font-family: "Open Sans";
	color: #cfb7b5
}

.holder-banners .banner .title .main {
	font-size: 24px;
	font-family: "friz-quadrata-medium";
	color: #fff;
	left: 348.026px;
	top: 1413.076px;
	z-index: 180
}

.holder-banners .banner--red:after {
	background-image: url(../img/ui/red-banner-bg-only.png)
}

.holder-banners .banner--red .character {
	width: 164px;
	height: 194px;
	z-index: 1;
	position: absolute;
	pointer-events: none;
	right: -60px;
	bottom: 0
}

.holder-banners .banner--gray {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.holder-banners .banner--gray .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-shadow: 2.007px 2.229px 0px rgba(0, 0, 0, 0.9)
}

.holder-banners .banner--gray .title span {
	color: #d1d1d1
}

.holder-banners .banner--gray:after {
	background-image: url(../img/ui/gray-banner-bg.png)
}

.section-heading {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	line-height: 1.2
}

.section-heading img {
	height: 22px;
	display: block;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-o-object-fit: auto;
	object-fit: auto
}

.section-heading .head {
	padding: 0 25px
}

.section-heading .title {
	font-size: 45px;
	color: #222423;
	font-family: "gang-of-tree";
	text-shadow: 0.726px 2.911px 0px rgba(255, 255, 255, 0.8)
}

.section-heading span {
	color: #000000;
	opacity: 0.3;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 5px
}

.section-heading.dark .title {
	color: #efefef;
	text-shadow: 0.726px 2.911px 0px rgba(0, 0, 0, 0.8)
}

.section-heading.dark span {
	color: #efefef
}

.about-point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}

.about-point .id {
	background-image: url(../img/ui/about-decoration.png);
	height: 79px;
	min-width: 63px;
	background-size: cover;
	display: block;
	margin-right: 20px;
	position: relative;
	margin-top: 10px
}

.about-point .id span {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 15px;
	font-size: 25px;
	font-family: "gang-of-tree";
	color: #222423;
	line-height: 1;
	text-shadow: 0.726px 2.911px 0px rgba(255, 255, 255, 0.86)
}

.about-point .text .head {
	font-family: "gang-of-tree";
	font-size: 20px;
	color: #222423;
	margin-bottom: 5px
}

.about-point .text p {
	color: #5b5454;
	font-size: 14px
}

.about-point .text p b {
	font-weight: 500;
	color: #222423
}

.about-image-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.about-image-holder img.about-image {
	width: 100%;
	height: auto;
	max-width: 100%
}

.about-image-holder .button-about {
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.about-image-holder .button-about:before {
	background-image: url(../img/ui/open-presentation-bg-button.png)
}

.button-widget {
	height: 50px;
	padding: 0 40px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: 30px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.button-widget span {
	font-size: 13px;
	color: #d9d9d9;
	font-weight: 700;
	z-index: 1
}

.button-widget:before {
	background-image: url(../img/ui/gray-button-bg.png);
	background-size: cover
}

.button-gold-nav {
	padding: 0 30px;
	height: 70px
}

.button-gold-nav .title {
	z-index: 1;
	text-transform: uppercase;
	color: #242525;
	font-size: 15px;
	line-height: 0.9
}

.button-gold-nav .title .name {
	font-weight: bold;
	text-shadow: 0.242px 0.97px 0px rgba(213, 185, 146, 0.8), 0.242px 0.97px 2px rgba(213, 185, 146, 0.6)
}

.button-gold-nav .title span {
	font-size: 8px;
	color: #d3ba9a;
	text-shadow: 0.242px 0.97px 2px rgba(35, 36, 36, 0.7)
}

.button-gold-nav img {
	z-index: 1;
	margin-right: 10px
}

.button-gold-nav:before {
	background-image: url(../img/ui/button-nav-gold.png);
	background-size: cover
}

.button-gold-nav,
.button-widget {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.button-gold-nav:hover,
.button-widget:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%)
}

.button-gold-nav:before,
.button-widget:before {
	position: absolute;
	height: inherit;
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
	content: '';
	left: 0;
	top: 0
}

input {
	background-color: #1f2120
}

table {
	border: 1px solid rgba(204, 204, 204, 0.1);
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed
}

table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em
}

table tr {
	background-color: rgba(204, 204, 204, 0.1);
	border: 1px solid rgba(204, 204, 204, 0.25);
	padding: .35em
}

table th,
table td {
	padding: .625em;
	text-align: center
}

table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase
}

@media screen and (max-width: 600px) {
	table {
		border: 0
	}

	table caption {
		font-size: 1.3em
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}

	table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em
	}

	table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right
	}

	table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase
	}

	table td:last-child {
		border-bottom: 0
	}
}

table th {
	text-align: center;
	color: #5b5454;
	font-size: 14px;
}


table td {
	text-align: center;
	color: #b4a78f;
	font-size: 14px;
	font-weight: 900;
}

/* İNDİRME */
.download-box {
	content: "";
	display: flex;
	align-items: center;
	background-image: url('../img/ui/bg-white-repeat.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2px;
	padding: 15px 20px;
	color: #7a6f62;
	margin: 10px 0;
	justify-content: space-between;
	gap: 20px;
	border-left: 5px solid #ab9c8a;
}

.download-left {
	display: flex;
	align-items: center;
	gap: 15px;
}


.download-icon {
	width: 50px;
	height: 50px;
}

.download-info {
	display: flex;
	flex-direction: column;
}

.download-title {
	font-weight: bold;
	font-size: 16px;
}

.download-sub {
	font-size: 13px;
	color: #8c8787;
}

.download-tag {
	background-color: rgba(0, 0, 0, 0.51);
	color: #e9e9dd;
	font-size: 12px;
	border-radius: 2px;
	padding: 2px 10px;
	margin-left: 8px;
}

.download-button {
	height: 48px;
	width: 100%;
	background-color: #406c0d;
	color: white;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.download-button:hover {
	background-color: #2f5009;
}

@media (max-width: 768px) {
	.download-box {
		flex-direction: column;
		align-items: flex-start;
		text-align: center;
	}

	.download-left {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 10px;
		width: 100%;
	}

	.download-icon {
		width: 60px;
		height: 60px;
	}

	.download-info {
		align-items: center;
	}

	.download-title {
		font-size: 15px;
		text-align: center;
	}

	.download-sub {
		font-size: 12px;
		text-align: center;
	}

	.button-gray-nav,
	.button-gold-nav {
		margin-top: 10px;
		width: 100%;
		justify-content: center;
	}

	.button-gray-nav .title,
	.button-gold-nav .title {
		text-align: center;
	}
}


.custom-color {
	color: #b4a78f;
	font-weight: 900;
}

.account-form .notify.info {
	color: #0c63e4;
	background-color: rgba(12, 99, 228, 0.08);
	border: 1px solid rgba(12, 99, 228, 0.6);
}

.account-form .notify.warning {
	color: #d68c00;
	background-color: rgba(214, 140, 0, 0.08);
	border: 1px solid rgba(214, 140, 0, 0.6);
}

.account-form .notify.dark {
	color: #ffffff;
	background-color: rgba(33, 37, 41, 0.9);
	/* koyu arka plan */
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.account-form .notify.light {
	color: #212529;
	background-color: rgba(255, 255, 255, 0.9);
	/* açık zemin */
	border: 1px solid rgba(222, 226, 230, 0.6);
}

.account-form .notify.gradient {
	color: #ededed;
	background: #232526;
	background: -webkit-linear-gradient(to right, #414345, #232526);
	background: linear-gradient(to right, #414345, #232526);
	border-left: 5px solid #ab9c8a;
}

.account-form .notify.gradient a {
	color: #edede0 !important;
	text-decoration: none !important;
	font-weight: bold;
}




.titleb {
	font-weight: bold;
	text-align: left;
}

.account-form .notify.light a {
	color: #212529 !important;
	text-decoration: none !important;
	font-weight: bold;
}

.left-not {
	text-align: left !important;
}

.account-form .notify.green a {
	color: #2b7c4f !important;
	text-decoration: none !important;
	font-weight: bold;
}


.oyuncu-tablosu {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	background-color: #111;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.oyuncu-tablosu th {
	background-color: #222423;
	color: #cfcfcf;
	padding: 12px 8px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.oyuncu-tablosu td {
	padding: 12px 8px;
	color: #b7b3b3;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.oyuncu-tablosu tr:nth-child(even) {
	background-color: #1a1a1a;
}

.oyuncu-tablosu tr:nth-child(odd) {
	background-color: #111;
}

.oyuncu-tablosu tr:hover {
	background-color: #292929;
}

.oyuncu-tablosu td:nth-child(2) {
	font-weight: bold;
	color: #7a776d;
}

.oyuncu-tablosu td img {
	vertical-align: middle;
	margin-right: 4px;
}

/* Sütun genişliklerini ayarla */
.oyuncu-tablosu th:nth-child(1),
.oyuncu-tablosu td:nth-child(1) {
	width: 50px;
}

/* Sıra */
.oyuncu-tablosu th:nth-child(2),
.oyuncu-tablosu td:nth-child(2) {
	width: 160px;
}

/* Oyuncu */
.oyuncu-tablosu th:nth-child(3),
.oyuncu-tablosu td:nth-child(3) {
	width: 120px;
}

/* Karakter */
.oyuncu-tablosu th:nth-child(4),
.oyuncu-tablosu td:nth-child(4) {
	width: 90px;
}

/* Krallık */
.oyuncu-tablosu th:nth-child(5),
.oyuncu-tablosu td:nth-child(5) {
	width: 130px;
}

/* Lonca */
.oyuncu-tablosu th:nth-child(6),
.oyuncu-tablosu td:nth-child(6) {
	width: 70px;
}

/* Seviye */

/* Ana menu item pozisyonlama */
.menu-item.dropdown-parent {
	position: relative;
	cursor: pointer;
}

.menu-item .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	background-color: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, 0.08);
	z-index: 99;
	display: none;
	flex-direction: column;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
}

.menu-item .dropdown-menu a {
	color: #ab9c8a;
	text-decoration: none;
	padding: 10px 15px;
	font-size: 12px;
	transition: background 0.3s ease;
}

.menu-item .dropdown-menu a:last-child {
	font-size: 13px;
	/* veya istediğin bir değer */
	color: #fef7e0;
	/* örnek farklı renk */
}

.menu-item .dropdown-menu a b {
	font-size: 12px;
	color: orangered;

}

.menu-item .dropdown-menu a:hover {
	background-color: #2a2a2a;
	color: #fff;
}

.menu-item .dropdown-menu a:active {
	background-color: #272727;
	color: #edede0;
}

.menu-item .dropdown-menu a .active {
	background-color: #272727;
	color: #edede0;
}

/* Hover ile açılmasını sağla */
.menu-item.dropdown-parent:hover .dropdown-menu {
	display: flex;
}


.badge {
	/* display: inline-block; */
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	border-radius: 6px;
	/* font-family: Arial, sans-serif; */
}

/* Renkler */
.badge.green {
	background-color: #e6f4ea;
	color: #34a853;
}

.badge.orange {
	background-color: #fef7e0;
	color: #f9ab00;
}

.badge.red {
	background-color: #fce8e6;
	color: #d93025;
}

.online-counter {
	position: absolute;
	bottom: 100px;
	right: 200px;
	display: flex;
	gap: 36px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	z-index: 10;
}

.stat-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.3s, box-shadow 0.3s;
}

.stat-box:hover {
	transform: scale(1.05);
}

.stat-box:hover .stat-value {
	text-shadow:
		0 0 8px rgba(255, 221, 102, 0.9),
		0 0 16px rgba(255, 221, 102, 0.7);
	color: #ffe08a;
}


.stat-value {
	font-size: 36px;
	font-weight: bold;
	color: #f4d88d;
	text-shadow: 0 0 6px rgba(255, 221, 102, 0.7);
}

.stat-label {
	font-size: 14px;
	color: #ddd;
	letter-spacing: 1px;
	margin-top: 4px;
}


@media(max-width: 768px) {
	.online-counter {
		display: none;
	}
}


.trailer-modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.modal-content {
	position: relative;
	max-width: 960px;
	width: 90%;
	z-index: 1001;
}

.modal-bg-border {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: #fff;
	border-radius: 12px;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.modal-content .close {
	position: absolute;
	top: -30px;
	right: -10px;
	font-size: 32px;
	color: #fff;
	cursor: pointer;
	z-index: 1002;
}

.iframe-wrapper {
	border-radius: 8px;
	overflow: hidden;
}

.modal-backdrop {
	position: absolute;
	inset: 0;
	z-index: 1000;
}

.close-img {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: filter 0.3s ease, opacity 0.3s ease;
	z-index: 1002;
}

.close-img:hover {
	filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6)) brightness(1.2);
	opacity: 1;
}



@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


.pw-link {
	background: none;
	border: none;
	color: #ab9c8a;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

.tooltip-container {
	position: relative;
	display: inline-block;
}

.tooltip-icon {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	cursor: pointer;
	vertical-align: middle;
	background-color: #1f2120;
	border: 1px solid #1f2120;
	border-radius: 50%;
	padding: 3px;
}

.tooltip-box {
	display: none;
	position: absolute;
	bottom: 20px;
	left: 0;
	background: #cccccc;
	color: #000;
	padding: 10px;
	font-size: 3px;
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 999;
	max-width: 240px;
}

.input-warning {
	color: #950a13;
	/* altın sarısı uyarı tonu */
	font-size: 13px;
	margin-top: 4px;
	padding-left: 2px;
	min-height: 16px;
	transition: 0.2s ease;
}

.input-warning.valid::after {
	content: " ✓";
	color: #28a745;
	font-weight: bold;
}

.profile-card {
	padding: 20px;
	display: flex;
	flex-direction: column;
	color: #2d2d2d;
}

.profile-header h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.profile-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}

.profile-left {
	flex: 1;
}

.profile-info li {
	list-style: none;
	margin-bottom: 8px;
}

.profile-buttons {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.profile-buttons .button-gold-nav {
	flex: 1 1 30%;
	min-width: 180px;
	text-align: center;
	transition: transform 0.2s ease;
}

.profile-buttons .button-gold-nav:hover {
	transform: scale(1.03);
}


@media (max-width: 768px) {
	.profile-buttons {
		/* flex-direction: column; AÇ */
		gap: 15px;
	}

	.profile-buttons .button-gold-nav {
		width: 100%;
		margin: 13px 0px 20px 0px;
	}
}



.profile-right img.profile-image {
	width: 140px;
}

.align-right {
	text-align: right !important;
}

.about-image-holder {
	position: relative;
	/* overflow: hidden; */
}

.owl-carousel .about-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	pointer-events: none;
}

.owl-carousel .owl-nav button {
	background: none;
	border: none;
	outline: none;
	pointer-events: all;
	cursor: pointer;
}

.owl-carousel .owl-nav img {
	width: auto;
	height: auto;
}

.button-about {
	position: absolute;
	/* bottom: 30px !important;
    left: 50%; */
	bottom: 10px !important;
	left: 60%;
	transform: translateX(-50%);
	z-index: 5;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
}


/* HATALAR */

.error-card {
	background-image: url(../img/ui/bg-white.png);
	background-repeat: repeat;
	background-size: contain;
	border-radius: 2px;
	padding: 15px 20px;
	color: #fff;
	margin: 10px 0;
	padding: 20px;
	gap: 20px;
	border-left: 5px solid #ab9c8a;
}

.card-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}

.left-side {
	flex: 1;
}

.right-side {
	display: flex;
	align-items: center;
}

.error-card h3 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #7a6f62;
}

.error-card p {
	margin: 5px 0;
}

.error-card a {

	margin-top: 10px;
	background: #c0392b;
	color: white;
	padding: 8px 16px;
	border-radius: 4px;
	text-decoration: none;
}

.error-card a:hover {
	background: #a93226;
}

.no-results {
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	color: #888;
}

.custom-a {
	color: #ab9c8a;
	font-weight: bold;
}

.custom-a:hover {
	color: #ccbca9;
}


.mt-2 {
	margin-top: 15px;
}

.mb-2 {
	margin-bottom: 15px;
}

.ml-2 {
	margin-left: 15px;
}

.margin-none {
	margin-top: 1px !important;
	margin-bottom: 1px !important;
}

/* KARAKTER CARD */

.char-avatar {
	position: relative;
	width: 100px;
	height: 100px;
}

.char-avatar img {
	position: relative;
	/* width: 106px;
    height: 130px; */
	height: 110%;
}

.avatar-frame {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 6px;
	background: linear-gradient(145deg, #d4af63, #a77c3c);
	border-radius: 12px;
	/* Köşeli kare efekt */
	box-shadow:
		0 0 0 3px #fff inset,
		/* iç beyaz çerçeve */
		0 0 10px rgba(0, 0, 0, 0.4);
	/* dış gölge */
}

.avatar-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	/* Yuvarlak içerik */
	display: block;
}

.character-info {
	display: flex;
	gap: 16px;
}

.char-details {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-left: 30px;
}

.char-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.char-row .label {

	font-weight: bold;
	color: #8d6238;
	min-width: 80px;
}

.char-row .label.width {
	width: 100px;
}

.value {
	color: #000;
}

.rank-label {
	margin-left: auto;
	font-weight: bold;
	color: #8d6238;
}

.rank-value {
	color: #000;
}

@media (max-width: 768px) {
	.character-info {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.char-avatar {
		margin-bottom: 15px;
		width: 120px;
		height: auto;
	}

	.char-details {
		margin-left: 0;
		align-items: center;
	}

	.char-row {
		flex-direction: column;
		align-items: center;
	}

	.char-row .label,
	.char-row .label.width,
	.value,
	.rank-label,
	.rank-value {
		width: auto;
		text-align: center;
		margin-left: 0 !important;
	}

	.economy-row {
		flex-direction: column;
		align-items: center;
		margin-top: 10px;
	}

	.money-box {
		margin-top: 5px;
	}
}

/* HABERLER */
.news-search-form .search-bar {
	display: flex;
	gap: 5px;
	align-items: center;
	width: 100%;
}

.news-search-form .input-holder {
	position: relative;
	flex: 1;
}

.news-search-form .input-holder input {
	width: 100%;
	padding: 10px 10px 10px 36px;
	border: none;
	/* background: #1e1e1e; */

	border-radius: 2px;
	font-size: 14px;
}

.news-search-form .input-holder img {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	opacity: 0.6;
}

.news-search-form .search-button {
	padding: 10px 16px;
	background-image: url(../img/ui/gray-button-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #ededed;
	border: none;
	border-radius: 2px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
	height: 48px;
}

.benzer-haber h3 {
	color: #a19383;
	letter-spacing: 2px;
	font-size: 20px;
	margin-top: 50px;
}

.news-search-form .search-button:hover {
	filter: brightness(1.3);
}

.search-button.active {
	background-image: url(../img/ui/button-nav-gold.png);
	color: black;
	font-weight: bold;
	background-size: cover;
	background-repeat: no-repeat;
}

.pagination .page.disabled {
	pointer-events: none;
	opacity: 0.4;
}



.news-list-page,
.news-detail-page {
	max-width: 1000px;
	margin: 40px auto;
	padding: 0 20px;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	/* mobilde taşmayı önler */
	gap: 16px;
	margin-bottom: 5px;
}


.news-search-form button {
	padding: 8px 16px;
	background: #333;
	color: white;
	border: none;
	margin-left: 8px;
}

.news-card-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news-card {
	display: flex;
	background-image: url(../img/ui/bg-white-repeat.png);
	background-repeat: repeat;
	background-size: contain;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000;
	transition: 0.2s;
	border-left: 5px solid #ab9c8a;
}

.news-card:hover {
	transform: scale(1.01);
}

.news-thumb img {
	width: 200px;
	height: 130px;
	object-fit: cover;
	box-shadow: 4px 5px 8px #333333;

}

.news-body {
	padding: 16px;
	flex: 1;
}

.news-title {
	font-size: 18px;
	font-weight: bold;
}

.news-meta {
	font-size: 12px;

	margin-bottom: 10px;
}

.news-meta em {
	color: #999;
}

.news-summary {
	font-size: 14px;
	color: #333 !important;
	text-align: left !important;
}

.news-meta .margins {
	margin: 5px 0px !important;
}

.news-header-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 2px;
}

.margins {
	margin: 5px 0px !important;
}

.badgeek {
	margin-bottom: 10px;
	display: inline-block;
}

.news-badge {
	/* padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    color: #fff; */
	z-index: 1;
	height: 22px;
	width: max-content;
	background: url(../img/ui/news-badge-bg-repeat.png) center repeat-x;
	background-size: auto 100%;
	background-position: left top;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	color: #e0e0e0;
	text-transform: uppercase;
	border-radius: 5px;
	font-family: Arial, sans-serif;
}

.news-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	text-decoration: none;
	border-radius: 6px;
	transition: background 0.2s ease;
}

.news-item:hover {
	background: #eee;
}

.news-item .badge {
	white-space: nowrap;
	font-size: 12px;
	padding: 2px 8px;
	flex-shrink: 0;
}

.news-item .title {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-weight: 500;
}

.news-item .date {
	white-space: nowrap;
	font-weight: bold;
	color: #444;
	flex-shrink: 0;
}

.b-blue {
	-webkit-filter: hue-rotate(217deg) brightness(1.2);
	filter: hue-rotate(217deg) brightness(1.2);
}

.b-gray {
	-webkit-filter: saturate(0) brightness(1.3);
	filter: saturate(0) brightness(1.3);
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	gap: 10px;
}

.page {
	padding: 6px 12px;
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none;
	transition: 0.5s;
}

.page:hover {
	background: #333;
	color: #fff;
	transition: 0.5s;
}

.page.active {
	background: #333;
	color: white;
}

.news-detail-title {

	color: #a19383;
	font-size: 25px;
	font-weight: bold;
}

.news-detail-image img {
	width: 50%;
	margin: 20px 0;
}

.news-detail-content p {
	margin-bottom: 10px;
	text-align: left;
}

.news-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.news-nav a {
	font-weight: bold;
	color: #333;
}

.news-search-form {
	width: 100%;
}


/* Mobil çözünürlük için düzenleme */
@media (max-width: 768px) {

	/* Tüm Haberler + Arama */
	.section-header {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.news-search-form .search-bar {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}

	.news-search-form .input-holder {
		width: 100%;
	}

	.news-search-form {
		width: 100%;
	}

	.news-search-form .input-holder input {
		width: 100%;
		font-size: 16px;
		padding: 12px 12px 12px 40px;
		height: 48px;
	}

	.news-search-form .input-holder img {
		width: 20px;
		height: 20px;
		left: 12px;
	}

	.news-search-form .search-button {
		width: 100%;
		height: 48px;
		font-size: 16px;
		margin: 0px 0px 10px 0px;
	}

	/* Haber kartı */
	.news-card {
		flex-direction: column !important;
		border: none !important;
	}

	.news-thumb img {
		width: 100% !important;
		height: auto !important;
		border-bottom: 5px solid #ab9c8a;
	}

	.news-body {
		padding: 12px;
	}

	.news-title {
		font-size: 16px;
		line-height: 1.4;
	}

	.news-summary {
		font-size: 14px;
	}
}


.news-detail-page .back-button {
	text-align: right;
	margin-bottom: 15px;
}

.news-detail-page .back-button a {
	font-weight: bold;
	color: #e7e7e7;
	background-image: url(../img/ui/gray-banner-bg.png);
	padding: 10px;
	border-radius: 2px;
}

.news-detail-page .back-button a:hover {
	filter: brightness(1.2);
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}


/* GRİ BUTON */
.button-gray-nav {
	padding: 0 30px;
	height: 70px
}

.button-gray-nav .title {
	z-index: 1;
	text-transform: uppercase;
	color: #242525;
	font-size: 15px;
	line-height: 0.9
}

.button-gray-nav .title .name {
	font-weight: bold;
	text-shadow: 0.242px 0.97px 0px rgba(107, 102, 95, 0.8), 0.242px 0.97px 2px rgba(107, 102, 96, 0.6);
	color: #e0e0e0;
}

.button-gray-nav .title span {
	font-size: 8px;
	color: #d9d9d9;
	text-shadow: 0.242px 0.97px 2px rgba(35, 36, 36, 0.7)
}

.button-gray-nav img {
	z-index: 1;
	margin-right: 10px
}

.button-gray-nav:before {
	background-image: url(../img/ui/gray-button-bg.png);
	background-size: cover
}

.button-gray-nav,
.button-widget {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.button-gray-nav:hover,
.button-widget:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%)
}

.button-gray-nav:before,
.button-widget:before {
	position: absolute;
	height: inherit;
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
	content: '';
	left: 0;
	top: 0
}

.profile-buttons .button-gray-nav {
	flex: 1 1 30%;
	min-width: 180px;
	text-align: center;
	transition: transform 0.2s ease;
}

.profile-buttons .button-gray-nav:hover {
	transform: scale(1.03);
}

.coinup {
	color: #ab9c8a;
	font-weight: bold;
	text-decoration: none;
	transition: 0.2s;
}

.coinup:hover {
	color: #7e705f;
	transition: 0.2s;
}


/* TERMS */
.clause {
	display: flex;
	margin-bottom: 20px;
	line-height: 1.7;
	color: #1e2120;
}

.clause-number {
	width: 60px;
	flex-shrink: 0;
	font-weight: bold;
	color: #ab9c8a;
}

.clause-content {
	flex: 1;
}

/* Liste stilleri */
.clause .clause-content ul {
	margin-left: 1.2rem;
	margin-bottom: 1rem;
}

.clause .clause-content ul li {
	margin-bottom: 0.5rem;
	list-style-type: disc;
}


.clause .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.rules-table .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.icon-line {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	font-size: 15px;
}

/* Tik işareti */
.icon-check {
	background-image: url('../img/ui/check-checked.png');
}

/* Çarpı işareti */
.icon-x {
	background-image: url('../img/ui/x-x.png');
}

/* RULES TABLE */
.rules-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.2px;
	color: #333;
}

.rules-table thead {
	background: #eaeaea;
}

.rules-table thead th {
	text-align: left;
	padding: 12px 10px;
	color: #666;
	font-weight: 600;
	font-size: 14px;
}

.rules-table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.rules-table tbody tr:nth-child(odd) {
	background-color: #f1f1f1;
}

.rules-table td {
	padding: 10px;

	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.2px;
	color: #333;
	font-weight: 300;
}

.rules-table td strong {
	font-weight: bold;
	color: #111;
}

.exp-red {
	color: #e74c3c;
	font-weight: bold;
}

.exp-orange {
	color: #e67e22;
	font-weight: bold;
}

.rules-table th,
.rules-table td {
	padding: 10px 12px;
	text-align: left;
	vertical-align: middle;
	word-wrap: break-word;
}

/* Zebra satır */
.rules-table tbody tr:nth-child(even) {
	background: #f6f6f6;
}

/* Sütun genişlikleri */
.rules-table th:nth-child(1),
.rules-table td:nth-child(1) {
	width: 14%;
}

.rules-table th:nth-child(2),
.rules-table td:nth-child(2) {
	width: 16%;
}

.rules-table th:nth-child(3),
.rules-table td:nth-child(3) {
	width: 14%;
}

.rules-table th:nth-child(4),
.rules-table td:nth-child(4) {
	width: 14%;
}

.rules-table th:nth-child(5),
.rules-table td:nth-child(5) {
	width: 14%;
}

.rules-table th:nth-child(6),
.rules-table td:nth-child(6) {
	width: 14%;
}

.rules-table th:nth-child(7),
.rules-table td:nth-child(7) {
	width: 10%;
}

.rules-table th:nth-child(8),
.rules-table td:nth-child(8) {
	width: 8%;
	text-align: center;
}

/* Sıralama Sayfası Özel İstatistik */

/* .online-counterSira {
    display: flex;
    gap: 36px;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    z-index: 54;
    text-align: center;
    position: absolute;
    right: 16%;
    top: 25%;

} */

.online-counterSira {
	position: absolute;
	right: 320px;
	bottom: 90px;
	display: flex;
	gap: 36px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	z-index: 10;
}


@media screen and (min-width: 2560px) {
	.online-counterSira {
		position: absolute;
		right: 320px;
		bottom: 90px;
		display: flex;
		gap: 36px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		z-index: 10;
	}
}

@media screen and (min-width: 1441px) and (max-width: 2559px) {

	/* Büyük masaüstü */
	.online-counterSira {
		position: absolute;
		right: 320px;
		bottom: 90px;
		display: flex;
		gap: 36px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		z-index: 10;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {

	/* Orta boyutlu masaüstü ve büyük laptop */
	.online-counterSira {
		position: absolute;
		right: 60px;
		bottom: 90px;
		display: flex;
		gap: 36px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		z-index: 10;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {

	/* Küçük laptop ve büyük tablet */
	.online-counterSira {
		position: absolute;
		right: 110px;
		bottom: 90px;
		display: flex;
		gap: 36px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		z-index: 10;
	}
}


@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* Standart tabletler için */
	.online-counterSira {
		position: absolute;
		right: 110px;
		bottom: 70px;
		display: flex;
		gap: 36px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		z-index: 10;
	}
}


@media screen and (min-width: 600px) and (max-width: 767px) {

	/* Büyük ekranlı telefonlar için */
	.online-counterSira {
		position: absolute;
		right: 320px;
		bottom: 90px;
		display: flex;
		gap: 36px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		z-index: 10;
	}
}

@media screen and (min-width: 480px) and (max-width: 599px) {

	/* Orta boy telefonlar */
	.online-counterSira {
		position: absolute;
		right: 320px;
		bottom: 90px;
		display: flex;
		gap: 36px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		z-index: 10;
	}
}


.stat-boxSira {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.3s, box-shadow 0.3s;
}

.stat-boxSira:hover {
	transform: scale(1.05);
}

.stat-boxSira:hover .stat-valueSira {
	/* text-shadow:
        0 0 8px rgba(255, 221, 102, 0.9),
        0 0 16px rgba(255, 221, 102, 0.7);
    color: #ffe08a; */
	color: #f4c78d;
	text-shadow:
		0 0 8px rgba(255, 189, 102, 0.7),
		0 0 16px rgba(255, 201, 102, 0.7);
	color: #ffe08a;
	transition: 0.5s;
}



.stat-valueSira {
	font-size: 36px;
	font-weight: bold;
	/* color: #f4d88d; */
	/* text-shadow: 0 0 6px rgba(255, 221, 102, 0.7); */
	color: #f4c78d;
	text-shadow: 0 0 6px rgb(255 204 102 / 70%);
	transition: 0.5s;
}

.stat-labelSira {
	font-size: 14px;
	color: rgb(0 0 0 / 50%);
	margin-top: 4px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}


@media(max-width: 768px) {
	.online-counterSira {
		display: none;
	}
}

.align {
	display: block;
	padding: 5px 15px;
	background-color: rgba(169, 168, 167, 0.1);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.aligntext {
	line-height: 1;
	font-weight: bold;
	/* text-shadow: 1px 1px 0px rgba(26, 27, 27, 0.7); */
}

.economy-row {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	/* ikonlar arası boşluk */
	margin-top: 10px;
}

.economy-row .label {
	width: 100px;
	font-weight: bold;
	/* color: #b8860b; */
}

.money-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	color: #b8860b;
	font-weight: 400;
	min-width: 60px;
}

.money-box img {
	width: 32px;
	height: 32px;
	margin-bottom: 4px;
}


.status-ok {
	color: #15ff00;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.profile-info li span {
		display: inline-block;
		margin-left: 0;
		margin-top: 6px;
	}

	.profile-info li {
		line-height: 1.4;
		font-size: 14px;
	}

	.profile-info li img {
		display: none;
	}

	.profile-info li .coinup {
		display: none;
	}

}

@media screen and (max-width: 768px) {
	.grup-profil {
		display: inline;
	}
}

.mb-30 {
	margin-bottom: 30px !important;
}

.minibutton {
	padding: 5px 15px;
	background-color: rgb(0 0 0 / 66%);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	line-height: 1;
	font-weight: bold;
	color: #d3c9b7;
	font-size: 13px;
	text-shadow: 0.484px 1.941px 0px rgba(26, 27, 27, 0.7);
	border-left: 4px solid #d3c9b7;
	border-radius: 3px;
	display: inline-block;
	transform: scale(1);
}

.minibutton:hover {
	transform: scale(1.05);
	background-color: rgb(0 0 0 / 80%);
}

.text-danger {
	color: #dc3545;
}

.mt-1 {
	margin-top: 10px;
}

.text-center {
	text-align: center !important;
}

.recaptcha-wrapper {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.g-recaptcha {
	display: inline-block;
	transform: scale(1.05);
	/* kutuyu biraz büyütmek istersen */
	transform-origin: center;
}


.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	background: rgba(0, 0, 0, 0.4);
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	transform: translate(0, 0);
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
	max-width: 500px;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0.3rem;
	outline: 0;
}

.modal-header,
.modal-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
}

.modal-header {
	border-bottom: 1px solid #dee2e6;
}

.modal-footer {
	border-top: 1px solid #dee2e6;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
	background: transparent;
	border: 0;
	appearance: none;
	font-size: 1.5rem;
	line-height: 1;
	color: #000;
	opacity: 0.5;
	cursor: pointer;
}

.modal-blur .modal-content {
	backdrop-filter: blur(8px);
	background-color: rgba(255, 255, 255, 0.8);
}



.custom-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	background: rgba(0, 0, 0, 0.4);
}

.custom-modal.show {
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-modal-dialog {
	max-width: 500px;
	width: 90%;
}

.custom-modal-content {
	/* background-color: #fff; */
	background-image: url('../img/ui/bg-white.png');
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	animation: fadeIn 0.3s ease-out;
}

.custom-modal-header,
.custom-modal-footer {
	padding: 15px;
	background-color: #f1f1f1;
}

.custom-modal-title {
	margin: 0;
	font-size: 18px;
	color: #111;
	opacity: .5;
}

.custom-modal-body {
	padding: 15px;

}

.custom-modal-close {
	padding: 0.1rem 0.1rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
	background: transparent;
	border: 0;
	appearance: none;
	font-size: 1.5rem;
	line-height: 1;
	color: #000;
	opacity: 0.5;
	cursor: pointer;
	display: block;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.text-warning {
	color: #beb47d !important;
	font-weight: bold !important;
}

.profile-right img {
	transition: 0.2s;
}

.profile-right img:hover {
	-webkit-filter: brightness(120%) contrast(105%);
	filter: brightness(120%) contrast(105%);
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

/*TOM SELECT*/
/* Seçili input alanı */
.ts-wrapper.single {
	background-color: #1f2120 !important;
	/* arka plan */
	border: 1px solid #afafaf;
	/* kenarlık */
	border-radius: 2px;
	color: #e0e0e0;
	/* yazı rengi */

}

/* Ok ikonu */
.ts-control::after {
	border-color: #d1b66a transparent transparent transparent;
}

/* Açılır kutu */
.ts-dropdown {
	background-color: #1f2120;
	border: 1px solid #d1b66a;
	border-radius: 2px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
	max-height: 200px;
	/* scroll için sınır */
	overflow-y: auto;
	z-index: 9999;
}

/* Açılır kutu içi seçenekler */
.ts-dropdown .option {
	color: #e0e0e0;
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
}

/* Hover efekti */
.ts-dropdown .option:hover,
.ts-dropdown .option.active {
	background-color: #d1b66a !important;
	color: #1f2120;
}

/* Placeholder rengi */
.ts-wrapper.single.has-items .ts-control>div {
	color: #e0e0e0;
}

/* Focus olduğunda */
.ts-wrapper.focus .ts-control {
	border-color: #f0c862;
	box-shadow: 0 0 5px #f0c862aa;
}

/* Çoklu seçimdeki etiketler */
.ts-wrapper.multi .item {
	background-color: #d1b66a;
	color: #1f2120;
	padding: 2px 8px;
	border-radius: 2px;
	margin-right: 5px;
}


.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
	cursor: pointer;
	background: #1f2120 !important;
}

.ts-dropdown [data-selectable].option {
	background: #1f2120;
}

/* TICKET DETAY SAYFASI */

.ticket-detail {
	width: 100%;
	margin: auto;
	padding: 20px;
}

#ticket-messages {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 400px;
	overflow-y: scroll;
	padding: 50px;
	background: transparent;
	/* background: #e5e5e5;
    background: -webkit-linear-gradient(to right, #eef2f3, #e5e5e5);
    background: linear-gradient(to right, #eef2f3, #e5e5e5); */
	border-radius: 2px;

}

.ticket-messages::-webkit-scrollbar {
	width: 6px;
}

.ticket-messages::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 3px;
}

.ticket-messages::-webkit-scrollbar-track {
	background-color: #eee;
}

.ticket-messages {
	scrollbar-width: thin;
	scrollbar-color: #999 #f0f0f0;
}



/* Ortak stil */
.message {
	max-width: 70%;
	padding: 12px 16px;
	border-radius: 12px;
	line-height: 1.5;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	word-break: break-word;
}

/* Kullanıcı mesajı (sol) */
.message.user {
	background-color: #959292;
	align-self: flex-start;
	border-bottom-left-radius: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}


.message.system {
	justify-content: center;
	max-width: 100%;
	border-radius: 2px;

	background-color: #f1f1f1;
	color: #333;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.message.system .date {
	text-align: right;
}

.message .message-content .date {
	font-size: 10px;
	font-style: italic;
}

.message.user::before {
	content: "";
	position: absolute;
	left: -28px;
	top: 5px;
	width: 20px;
	height: 20px;
	background-image: url('../img/ui/icon-user.png');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
}

/* Admin mesajı (sağ) */
.message.admin {
	background-color: #e0ffe0;
	align-self: flex-end;
	border-bottom-right-radius: 0;
	text-align: right;
	color: #557c55;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.message.admin::before {
	content: "";
	position: absolute;
	right: -28px;
	top: 5px;
	width: 20px;
	height: 20px;
	background-image: url('../img/ui/abra.png');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.message small {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 6px;
}

#replyForm {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#replyForm textarea {
	width: 100%;
	height: 100px;
	resize: vertical;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-family: inherit;
	color: #e5e5e5 !important;
}

#replyForm button {
	width: 150px;
	align-self: flex-end;
	background: url('../img/ui/gray-button-bg.png');
	color: white;
	border: none;
	padding: 10px;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.5s;
}

#replyForm button:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

#replyForm button:hover {
	background-color: #4cae4c;
}

#replyForm button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	filter: none;
	transform: none;
	background: url('../img/ui/gray-button-bg.png');
	color: #ccc;
}

#replyForm button:disabled:hover {
	filter: none;
	transform: none;
	background-color: unset;
}


.ticket-header {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.ticket-left {
	flex: 1;
	min-width: 250px;
}

.ticket-right {
	flex: 1;
	min-width: 250px;
}


.ticket-detail .ticket-header .ticket-left pre {
	color: #1f2120;
	font-family: 'Open Sans';
}


.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background: url(../img/ui/bg-dark-repeat.png);
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.375rem;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.p-3 {
	padding: 1rem !important;
}

.d-flex {
	display: flex !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.375rem;
	transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
}

.btn-primary {
	color: #24252c;
	background: url('../img/ui/bg-white-repeat.png');
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.2s;
}

.btn-primary:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.btn:disabled,
.btn.disabled {
	opacity: 0.65;
	pointer-events: none;
}

.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("../img/ui/lang-arrow-black.png");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	appearance: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select:focus {
	border-color: #9b9b9b;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(163, 163, 163, 0.25);
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1f2120;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
	color: #1f2120;
	background-color: #fff;
	border-color: #9b9b9b;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(163, 163, 163, 0.25);
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.btn-warning {
	color: #000;
	background: url('../img/ui/open-presentation-bg-button.png');
	text-transform: uppercase;
	font-weight: 500;
	transition: 0.2s;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}

.btn-warning:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.w-100 {
	width: 100% !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-item {
	margin: 0 2px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #e0e0e0;
	background-color: #2c2c2c;
	border-color: #d4d5d5;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.375rem 0.75rem;
	color: #2c2c2c;
	background-color: #fff;
	border: 1px solid #dee2e6;
	text-decoration: none;
	border-radius: 0.15rem;
	transition: all 0.2s ease-in-out;
}

.page-link:hover {
	z-index: 2;
	color: #2c2c2c;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

@media (max-width: 768px) {
	.profile-buttons .button-gray-nav {
		flex: 1 1 30%;
		min-width: 180px;
		text-align: center;
		transition: transform 0.2s ease;
		margin-top: 10px;
	}
}


.success-message {
	/* background-color: #e6ffec; */
	border: 1px solid #38a169;
	padding: 20px;
	border-radius: 2px;
	/* color: #22543d; */
	color: #e0e0e0;
	font-size: 16px;
	text-align: center;
	background: #34e89e;
	background: -webkit-linear-gradient(to right, #1d7464, #34e89e);
	background: linear-gradient(to right, #1d7464, #34e89e);

}

.success-message-text {
	text-align: center;
}


.ticketWiewbtn {
	background: transparent;
	border-radius: 2px;
	border: 3px dashed #d0d0d0;
	color: #d0d0d0;
	font-weight: 900;
	transition: 0.5s;
	text-decoration: none !important;
}

.ticketWiewbtn:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.mb-2-rem {
	margin-bottom: 6rem;
}

.mt-4 {
	margin-top: 20px;
}


.badgeCustom {
	display: inline-flex !important;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	border-radius: 6px;
}

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


.ticket-card {
	position: relative;
	padding-bottom: 40px !important;
	/* yıldızlar taşmasın diye alt boşluk bırakıyoruz */
}

.ticket-rating-wrapper {
	position: absolute;
	right: 16px;
	bottom: 12px;
}

.badge.bg-info {
	color: color-mix(in srgb, #17a2b8 calc(1 * 100%), transparent);
	background-color: color-mix(in oklab, #17a2b8 10%, transparent)
}

.badge.bg-success {
	color: color-mix(in srgb, #2fb344 calc(1 * 100%), transparent);
	background-color: color-mix(in oklab, var(--tblr-green) 10%, transparent);
}

.badge.bg-danger {
	color: color-mix(in srgb, #d63939 calc(1 * 100%), transparent);
	background-color: color-mix(in oklab, #d63939 10%, transparent);
}

.ticket-left .badge {
	padding: 4px 10px;
	font-size: 13px;
	border-radius: 2px;
	gap: .25rem;
}

.last-ticket-section {
	margin-top: 20px;
}

.last-ticket-box {
	background: url(../img/ui/bg-white-repeat.png);
	border-left: 4px solid #d9a441;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 6px;
	font-size: 14px;
	background-size: cover;
}

.last-ticket-section .btn-outline-primary {
	border: 3px dashed #4f4f4f;
	background: transparent;
	color: #4f4f4f;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
}

.last-ticket-section .btn-outline-primary:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}


.floating-help-icon {
	position: fixed;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	animation: shake 2s infinite;
	transition: transform 0.3s ease;
}

.floating-help-icon:hover {
	animation: none;
}

.floating-help-icon img {
	width: 100px;
	height: 100px;
}

.floating-tooltip {
	position: absolute;
	right: 75px;
	background-color: #111;
	color: #fff;
	padding: 8px 12px;
	border-radius: 8px;
	white-space: nowrap;
	font-size: 14px;
	opacity: 0;
	transform: scale(0.95);
	transition: all 0.3s ease;
	pointer-events: none;
}

.floating-help-icon:hover .floating-tooltip {
	opacity: 1;
	transform: scale(1);
}

@keyframes shake {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}

	25% {
		transform: translateY(-50%) rotate(-4deg);
	}

	50% {
		transform: translateY(-50%) rotate(4deg);
	}

	75% {
		transform: translateY(-50%) rotate(-4deg);
	}

	100% {
		transform: translateY(-50%) rotate(0deg);
	}
}

@media (max-width: 768px) {
	.floating-help-icon {
		display: none;
	}
}


.alert {
	color: #f59f00;
	background-color: color-mix(in srgb, #f59f00 10%, transparent);
	padding: 1rem;
	margin-bottom: 1rem;
	border-color: color-mix(in srgb, #f59f00 20%, transparent);
	border: 1px;
	border-radius: 5px;
	font-weight: 500;
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 1rem;
}

.alert a {
	color: inherit;
	text-decoration: underline;
}

.alert-danger {
	border: 3px solid #d63939;
	background-color: #d63939;
	color: #e0e0e0;
}

.alert-success {
	border: 3px solid #2fb344;
	background-color: #2fb344;
	color: #e0e0e0;
}

.alert-warning {
	border: 3px solid #f59f00;
	background-color: #f59f00;
	color: #e0e0e0;
}

.alert-info {
	border: 3px solid #4299e1;
	background-color: #4299e1;
	color: #e0e0e0;
}

.koyurenk-span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222423;
	margin-bottom: 5px;
	margin-top: 30px;
}

@media (max-width: 768px) {
	.mobilemb {
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.links img {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.profile-right {
		display: none;
	}

	.profile-card {
		padding: 0 !important;
	}
}

#tournament {
	overflow-x: auto;
	max-width: 100%;
	padding-bottom: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	#tournament {
		display: inline-block;
	}

	.jQBracket .team {
		font-size: 12px !important;
		padding: 4px 6px !important;
	}

	.jQBracket .score {
		font-size: 12px !important;
	}

}

.rules-box {
	padding: 10px;
	line-height: 1.8;
	font-size: 1.1em;
}

.rules-box ul {
	list-style-type: disc;
	padding-left: 20px;
	color: #2b2e33;
}

.mr-1 {
	margin-right: 10px;
}


#tournament-wrapper .tournament-card {
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #222;
  border: 2px solid #444;
  border-radius: 12px; */
	/* margin: 30px auto; */
	margin: auto;
	max-width: 700px;
	color: #fff;
	font-family: sans-serif;
	position: relative;
	overflow: hidden;
	/* padding: 20px 0; */
	padding: 0;
	margin-bottom: 50px;
}

#tournament-wrapper .player-side {
	width: 50%;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease;
}

#tournament-wrapper .player-side img {
	width: 80px;
	height: 80px;
	border-radius: 6px;
	margin-bottom: 8px;
	object-fit: cover;
	/* border: 2px solid #555; */
}

#tournament-wrapper .player-name {
	font-weight: bold;
	font-size: 18px;
}

#tournament-wrapper .player-class {
	font-size: 14px;
	color: #bbb;
}

#tournament-wrapper .score {
	font-size: 30px;
	font-weight: 900;
	margin-top: 10px;
	font-family: 'gang-of-tree';
}

#tournament-wrapper .vs-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-12deg);
	font-size: 68px;
	font-weight: bold;
	color: #000000;
	opacity: 0.4;
	pointer-events: none;
	font-family: "gang-of-tree";
}

/* Kazanan */
#tournament-wrapper .player-side.winner {
	/* background: linear-gradient(to right, #2e7d32, #66bb6a); */
	/* background: linear-gradient(to right, #cac531, #f3f9a7); */
	background: linear-gradient(to right, #f7971e, #f3f9a7);
}

/* Kaybeden */
#tournament-wrapper .player-side.loser {
	background: linear-gradient(to left, #2c2c2c, #1a1a1a);
	filter: grayscale(100%);
	opacity: 0.75;
}

#tournament-wrapper .tournament-card.winner-effect {
	position: relative;
	overflow: hidden;
	/* background: linear-gradient(to right, #f7971e, #f3f9a7); */
	/* box-shadow: 0 0 25px 5px rgba(255, 215, 0, 0.4); */
	border-radius: 2px;
	animation: glowPulse 2s ease-in-out infinite;
}

/* Shine effect */
#tournament-wrapper .tournament-card.winner-effect::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
	transform: skewX(-20deg);
	animation: shineEffect 4.5s infinite;
	z-index: 1;
	pointer-events: none;
}

@keyframes glowPulse {
	/* 0% { box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
  50% { box-shadow: 0 0 35px rgba(255, 215, 0, 0.8); }
  100% { box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); } */
}

/* Shine hareketi */
@keyframes shineEffect {
	0% {
		left: -75%;
	}

	100% {
		left: 125%;
	}
}

@keyframes floatingScore {
	0% {
		transform: perspective(100px) rotateX(5deg) translateY(0);
	}

	50% {
		transform: perspective(100px) rotateX(5deg) translateY(-3px);
	}

	100% {
		transform: perspective(100px) rotateX(5deg) translateY(0);
	}
}

#tournament-wrapper .score {
	animation: floatingScore 3s ease-in-out infinite;
}

.nowartext {
	text-align: left;
	padding: 20px;
	font-size: 1.4em;
	color: #999;
	font-weight: 200;
}

@media (max-width: 768px) {
	#tournament-wrapper .vs-box {
		position: absolute;
		top: 30%;
		left: 49%;
		transform: translate(-50%, -50%) rotate(-12deg);
		font-size: 47px;
		font-weight: bold;
		color: #000000;
		opacity: 0.4;
		pointer-events: none;
		font-family: "gang-of-tree";
	}

	#tournament-wrapper .player-name {
		font-weight: bold;
		font-size: 13px;
	}

}

.hidden {
	display: none;
}

/* intl-tel-input fix */
.iti {
	display: block !important;
	width: 100% !important;
}

.iti__flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto 0;
}

.iti input {
	width: 100% !important;
	padding-left: 60px !important;
	/* bayrak için alan */
	box-sizing: border-box;
	background: #000;
	/* mevcut form stilinle uyumlu olacak şekilde */
	color: #fff;
	height: 50px;
	/* senin input yüksekliğin neyse onu kullan */
}

.iti--allow-dropdown .iti__selected-flag {
	padding: 0 6px;
	background: none;
	border: none;
}

.account-form .input-holder span {
	margin-bottom: 2px !important;
	margin-top: 2px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
	padding-right: 6px;
	padding-left: 80px !important;
	background: #1f2120 !important;
	margin-left: 0;
}

.d-grid {
	display: grid;
}

.d-block {
	display: block !important;
}

.text-success {
	color: #20c997;
}

.vote-anim {
	font-size: 28px;
	font-family: 'gang-of-tree', sans-serif;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}

@keyframes shine {
	to {
		background-position: 200% center;
	}
}

.iti__country-list {
	max-height: 250px;
	/* default 300+ px oluyor */
	overflow-y: auto;
	/* scroll ekle */
	font-size: 14px;
	/* istersen fontu küçült */
}

.iti__country-list .iti__country {
	padding: 5px 10px;
	/* satır yüksekliğini küçült */
}

.iti--inline-dropdown .iti__dropdown-content {
	width: 350px !important;
}

.iti--container {
	top: 430px !important;
}

/* === Abra2 Gold-Glass Pagination === */
:root {
	--abra-gold: #c9a03b;
	--abra-gold-2: #f1d889;
	--abra-ink: #0e0e0f;
	--abra-ink-2: #1a1a1d;
	--abra-white: #fff;
}

.player-pagination {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.player-pagination .pager {
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 6px;
	border-radius: 5px;
	background-image: url(../img/ui/gray-button-bg.png);
	background-size: cover;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .06);
	backdrop-filter: blur(6px);
}

/* common link */
.player-pagination .pager-link {
	--size: 38px;
	min-width: var(--size);
	height: var(--size);
	padding: 0 12px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	text-decoration: none;
	color: #d3ba9a;
	background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .12));
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
	transition: all .18s ease;
	font-weight: 600;
}

.player-pagination .pager-link:hover {
	color: var(--abra-white);
	border-color: rgba(201, 160, 59, .55);
	box-shadow: 0 0 0 2px rgba(201, 160, 59, .18), inset 0 0 0 1px rgba(201, 160, 59, .25);
	transform: translateY(-1px);
}

/* active (gold pill) */
.player-pagination .pager-link.active {
	color: #111;
	background-image: url(../img/ui/button-nav-gold.png);
	background-size: cover;
	border-color: #ad8830;
	box-shadow:
		0 6px 16px rgba(201, 160, 59, .35),
		inset 0 1px 0 rgba(255, 255, 255, .45);
	transform: none;
}


.player-search-input {
	background-color: transparent !important;
	color: #d3ba9a;
}

.player-search-clear {
	color: #faebd7;
}


/* arrows */
.player-pagination .pager-link:first-child,
.player-pagination .pager-link:last-child {
	padding: 0 10px;
	font-weight: 700;
}

/* disabled */
.player-pagination .pager-link.disabled {
	pointer-events: none;
	opacity: .42;
	filter: grayscale(.2);
}

/* ellipsis */
.player-pagination .pager-ellipsis {
	color: rgba(255, 255, 255, .55);
	padding: 0 4px;
	user-select: none;
}

/* focus (klavye erişilebilirliği) */
.player-pagination .pager-link:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(201, 160, 59, .45);
}

/* small screens */
@media (max-width: 576px) {
	.player-pagination .pager {
		gap: 6px;
		padding: 5px;
	}

	.player-pagination .pager-link {
		--size: 34px;
		border-radius: 10px;
		padding: 0 10px;
	}
}

/* isyeri temaya daha da otursun diye ince alt çizgi (opsiyonel) */
.player-pagination {
	position: relative;
}

:root {
	--gold-1: #ffda7a;
	--gold-2: #d28b21;
	--gold-3: #8a5c1b;
	--gray-1: #e7e7e7;
	--gray-2: #6e6e6e;
	--glow: #ffb13b80;
}

.happyhour-badge {
	position: absolute;
	left: 7px;
	bottom: 78px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 14px;
	color: #fff;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, 'Helvetica Neue', Arial, sans-serif;
}

/* ——— % ROZETİ ——— */
:root {
	--gold-1: #ffda7a;
	--gold-2: #d28b21;
	--glow: #ffb13b80;
	--ray-1: #ffcf66;
	/* ışık rengi */
	--ray-2: #8833ff33;
	/* mor arka tını (örnekteki gibi) */
}

/* ROZET KUTUSU */
.pct-badge {
	position: relative;
	width: 86px;
	height: 86px;
	flex: 0 0 auto;
	overflow: hidden;
	border-radius: 50px;
	text-align: center;
	padding-top: 10px;
}

/* YÜZDE VE MORE */
.pct-line {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 2px;
}

.pct-badge .pct {
	font-family: 'friz-quadrata-medium', ui-serif, serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(180deg, var(--gold-1), var(--gold-2));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .55), 0 0 18px #ffbb3d33;
}

.pct-badge .pct-sign {
	font-weight: 900;
	font-size: 18px;
	background: linear-gradient(180deg, var(--gold-1), var(--gold-2));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .6);
}

.pct-badge .pct-more {
	margin-top: 2px;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .05em;
	background: linear-gradient(180deg, #ffe29a, #ffb23d);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0 1px 6px #0009, 0 0 12px #ffbb3d66;
}

/* ——— ARKA PARILTILAR ——— */

/* 1) Radial burst (arkada sabit ışınlar) */
.pct-badge .burst {
	position: absolute;
	inset: -30% -30%;
	pointer-events: none;
	background:
		radial-gradient(closest-side, #fff0 58%, #000 59% 60%, #fff0 61%)
		/* ortada ince halka maskesi */
		,
		conic-gradient(from 0deg, rgba(255, 255, 255, .0) 0 6%, var(--ray-1) 6% 8%, rgba(255, 255, 255, .0) 8% 100%);
	mix-blend-mode: screen;
	filter: blur(1px) drop-shadow(0 0 10px var(--ray-1));
	-webkit-mask: radial-gradient(circle, #000 65%, #0000 66%);
	/* ortayı aç */
	mask: radial-gradient(circle, #000 65%, #0000 66%);
	animation: burst-rot 12s linear infinite;
	opacity: .9;
}

@keyframes burst-rot {
	to {
		transform: rotate(360deg);
	}
}

/* 2) Sağdan sola süpürülen ışık */
.pct-badge .sweep {
	position: absolute;
	left: -60%;
	top: -20%;
	width: 220%;
	height: 140%;
	pointer-events: none;
	mix-blend-mode: screen;
	filter: blur(6px);
	background: linear-gradient(90deg, #fff0 0%, #fff4 35%, #fff8 50%, #fff4 65%, #fff0 100%);
	animation: sweep-move 3.4s ease-in-out infinite;
	opacity: .65;
}

@keyframes sweep-move {

	0%,
	100% {
		transform: translateX(-10%);
	}

	50% {
		transform: translateX(30%);
	}
}

/* Hareket azaltma */
@media (prefers-reduced-motion: reduce) {

	.pct-badge .burst,
	.pct-badge .sweep {
		animation: none;
	}
}


/* ——— METİN BLOĞU ——— */
.happyhour-text {
	line-height: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.happy {
	font-weight: 900;
	font-size: 30px;
	letter-spacing: .04em;
	background: linear-gradient(180deg, var(--gold-1), var(--gold-2));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0 2px 10px #0007, 0 0 18px #ffbb3d33;
}

.hour {
	font-weight: 800;
	font-size: 18px;
	letter-spacing: .18em;
	text-transform: uppercase;
	background: linear-gradient(180deg, var(--gray-1), var(--gray-2));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* “MORE” etiketi – küçük parlak kapsül */
.more-tag {
	display: inline-block;
	margin-left: 8px;
	padding: .15em .55em .2em;
	font-size: .68em;
	letter-spacing: .06em;
	border-radius: 999px;
	color: #1c1208;
	font-weight: 900;
	background: linear-gradient(180deg, #ffe29a, #ffb23d);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .45), 0 0 14px #ffbb3d66;
	position: relative;
	top: -1px;
}

.more-tag::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #fff8 0, #fff0 30% 70%, #fff6 100%);
	mix-blend-mode: screen;
	opacity: .6;
}

/* sayaç */
.timer {
	margin-top: 2px;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	font-size: 16px;
	color: #ffd27a;
	text-shadow: 0 0 10px #ffb13b44;
	animation: pulse 2.2s ease-in-out infinite;
}

@keyframes pulse {

	0%,
	100% {
		text-shadow: 0 0 8px #ffb13b33;
	}

	50% {
		text-shadow: 0 0 18px #ffb13b66;
	}
}

@media (max-width: 980px) {
	.happyhour-badge {
		display: none !important;
	}
}

/* küçük ekran */
@media (max-width:520px) {
	.happyhour-badge {
		gap: 12px;
		bottom: 16px;
		left: 16px;
	}

	.pct-badge {
		width: 70px;
		height: 70px;
		border-radius: 16px;
	}

	.pct-badge .pct {
		font-size: 32px;
		left: 12px;
		top: 14px;
	}

	.pct-badge .pct-sign {
		font-size: 18px;
		top: 12px;
		right: 8px;
	}

	.happy {
		font-size: 22px;
	}

	.hour {
		font-size: 14px;
	}

	.timer {
		font-size: 14px;
	}
}

@keyframes rainbow {

	0%,
	100% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}
}

.rainbow-animate {
	background: linear-gradient(270deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #8b00ff);
	background-size: 1400% 1400%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: rainbow 3s linear infinite;
	animation: rainbow 3s linear infinite;
}

.welcome-button {
    display: inline-block;
    padding: 35px 80px;
    background: url('/img/ui/button-bg-red.png') no-repeat center/cover;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: 0.25s ease-in-out;
    text-decoration: none;
}

.welcome-button .title {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.welcome-button span {
    font-size: 14px;
    color: #e9e9e9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.welcome-button:hover {
    filter: brightness(1.15);
    transform: translateY(-3px);
}
.label {
    position: relative;
}

/* Botão do olhinho da senha */
.pw-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    width: 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}
.pw-toggle i {
    font-size: 16px;
    color: #ffffff; /* ícone SEMPRE branco */
}

/* espaço pro olhinho não cobrir o texto */
#password,
#repeat-password {
    padding-right: 45px;
}

.pw-link {
    border: 0;
    background: transparent;
    padding: 0;
    margin-left: 4px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
}

.password-rules {
    display: none;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 0;
    padding-left: 0;
}
.password-rules li {
    list-style: none;
    color: #c0392b;
}
.password-rules li.good {
    color: #27ae60;
}

.input-warning {
    font-size: 13px;
    color: #c0392b;
    margin-top: 4px;
}

.char-code-suggestion {
    font-size: 13px;
    color: #27ae60;
    margin-top: 4px;
}

/* Checkbox garantido visível/clicável */
.checkbox {
    position: relative;
    z-index: 5;
    margin-top: 15px;
}
.checkbox .label_checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}
.checkbox .label_checkbox input[type="checkbox"] {
    position: static;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    cursor: pointer;
    opacity: 1;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.checkbox .label_checkbox span {
    line-height: 1.4;
}

/* WRAPPER  DOWNLOAD*/
/* ============================
   DOWNLOAD DIRETO
   ============================ */



/* Wrapper dos botões dentro do bloco notify */
.download-buttons-wrapper {
    padding: 20px 24px;
}

.download-buttons-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* BOTÃO DE DOWNLOAD – versão quadrada e refinada */
.download-main-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: 100%;
    padding: 14px 28px;
    min-height: 54px;

    /* FUNDO EM IMAGEM */
    /* background: url("/img/ui/gray-banner-bg.png") center/cover no-repeat; */
    background: url("/img/ui/red-banner-bg-only.png") center/cover no-repeat;

    /* QUADRADO */
    border-radius: 0px; /* deixe 0px se quiser TOTALMENTE quadrado */

    border: 1px solid rgba(0, 0, 0, 0.55);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.55);

    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;

    overflow: visible;
}

/* Ícone dentro do botão */
.download-main-btn i {
    font-size: 16px;
    margin-right: 2px;
}

/* Texto */
.download-main-text {
    white-space: nowrap;
}

/* Pílula "auto patcher" */
.download-badge {
    margin-left: 10px;
    padding: 3px 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #26b047 0%, #16892f 100%);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

/* DECORAÇÕES DOURADAS DE CANTO */
.download-btn-deco {
    position: absolute;
    width: 26px;
    height: auto;
    pointer-events: none;
    opacity: 0.95;
    z-index: 3;
}

/* Canto inferior esquerdo */
.download-btn-deco--left {
    bottom: 6px;
    left: 6px;
}

/* Canto superior direito */
.download-btn-deco--right {
    top: 6px;
    right: 6px;
}

/* Hover */
.download-main-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.65);
}

/* Mobile */
@media (max-width: 768px) {
    .download-buttons-inner {
        justify-content: center;
    }

    .download-main-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}


/* WRAPPER GERAL DA LISTA DE PERSONAGENS */
/* ============================
   DESBUGAR PERSONAGEM
   ============================ */


/* texto informativo no topo */
.unstuck-info-text {
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
    color: #b7b7b7;
}

/* quando não houver personagens */
.unstuck-empty {
    padding: 20px 15px;
    margin-top: 10px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.4);
    color: #e0e0e0;
    font-size: 14px;
}

/* grid de personagens */
.unstuck-characters {
    margin-top: 10px;
}

/* card de cada personagem */
.unstuck-character-card {
    position: relative;
    padding: 18px 20px 22px;
    border-radius: 10px;
    border: 1px solid rgba(201, 186, 136, 0.7);
    background: rgba(7, 9, 12, 0.4); /* se quiser sem fundo, troca pra: background: transparent; */
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

/* header com o nome do personagem */
.unstuck-character-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.unstuck-character-icon {
    width: 26px;
    height: auto;
    flex-shrink: 0;
}

.unstuck-character-name {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #f2f2f2;
}

.unstuck-character-level {
    font-size: 12px;
    font-weight: 400;
    color: #c3c3c3;
    margin-left: 4px;
}

/* imagem da classe */
.unstuck-character-class {
    text-align: center;
    margin: 8px 0 16px;
}

/* form do botão */
.unstuck-character-form {
    display: block;          /* antes era flex */
    width: 100%;             /* ocupa toda a largura do card */
    margin-top: 8px;
}

/* BOTÃO ESTILO BANNER (USA IMAGEM DE FUNDO PRÓPRIA) */
.unstuck-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;             /* botão ocupa toda a largura disponível */
    padding: 14px 32px;      /* aumenta a altura */
    min-width: 0;

    border: none;
    border-radius: 10px;
    background: transparent;

    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #f5f3ea;

    text-decoration: none;
    cursor: pointer;

    overflow: visible;
}

/* imagem de fundo do botão */
.unstuck-btn::before {
    content: "";
    position: absolute;
    inset: 0;

    /* background-image: url('../img/ui/gray-banner-bg.png'); */
    background-image: url('../img/ui/red-banner-bg-only.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;  /* cobre toda a largura */
    background-position: center;

    border-radius: 0px;
    z-index: 1;
}

.unstuck-btn:hover::before {
    filter: brightness(1.1);
}

.unstuck-btn:active::before {
    filter: brightness(0.95);
    transform: translateY(1px);
}



/* texto dentro do botão */
.unstuck-btn-text {
    position: relative;
    z-index: 3; /* acima das decorações e do ::before */
    white-space: nowrap;
}

/* decorações douradas nos cantos */
.unstuck-btn-deco {
    position: absolute;
    width: 22px;
    height: auto;
    pointer-events: none;
    z-index: 3;
}

/* canto inferior esquerdo */
.unstuck-btn-deco--left {
    bottom: 3px;   /* antes era -6 → subimos */
    left: 3px;     /* antes era -6 → puxamos pra dentro */
}

/* canto superior direito */
.unstuck-btn-deco--right {
    top: 3px;      /* antes era -6 → ajustado */
    right: 3px;    /* antes era -6 → ajustado */
}

/* se quiser uma variação ainda menor, já deixei esse extra aqui (usa se precisar)
.unstuck-btn.unstuck-btn--small {
    padding: 6px 22px;
    font-size: 11px;
}

.unstuck-btn.unstuck-btn--small .unstuck-btn-deco {
    width: 16px;
}
*/

/*
######       HOME          ######
######  Últimas Notícias   ######
*/
.big-news .details .meta {
    margin-top: 4px;
    font-size: 14px;
    color: #999; /* ou o tom que você quiser */
}

.rank-toggle {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rank-toggle-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.rank-toggle-btn.active {
    background: #c9ba88;
    border-color: #c9ba88;
    color: #000;
}

/*# sourceMappingURL=style.min.css.map */

/* CARD PRINCIPAL DA SHOP DE CASH */
/* CARD PRINCIPAL DA SHOP DE CASH */
/* ===========================
   SHOP DE CASH – CARD PRINCIPAL
   =========================== */

/* ===========================
   SHOP DE CASH – CARD
   Estilo alinhado com o tema escuro do site
   =========================== */

.coin-pack-card {
    position: relative;
    padding: 18px 18px 20px;
    border-radius: 12px;
    border: 1px solid rgba(201, 186, 136, 0.65); /* mesmo tom dourado do resto do site */
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.02), rgba(7, 9, 12, 0.96));
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.85);
    overflow: hidden;
    transform-origin: center;
    transition:
        transform 0.2s ease-out,
        box-shadow 0.2s ease-out,
        border-color 0.2s ease-out,
        background 0.2s ease-out,
        filter 0.2s ease-out;
}

/* linha de brilho MUITO discreta, estilo aura */
.coin-pack-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    border: 1px solid rgba(201, 186, 136, 0.18);
    box-shadow:
        0 0 20px rgba(0, 0, 0, 0.95) inset,
        0 0 12px rgba(201, 186, 136, 0.25) inset;
    pointer-events: none;
}

/* reflexo suave passando – bem mais leve que o anterior */
.coin-pack-card::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -60%;
    width: 40%;
    height: 180%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.08) 45%,
        rgba(255, 255, 255, 0.0) 100%
    );
    opacity: 0;
    transform: translateX(-120%);
    pointer-events: none;
}

/* animação do reflexo – discreta */
@keyframes cashShineSweepSoft {
    0% {
        transform: translateX(-140%);
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        transform: translateX(200%);
        opacity: 0;
    }
}

/* HOVER: sobe um pouco, borda mais viva e leve glow dourado */
.coin-pack-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 0 24px rgba(0, 0, 0, 0.95),
        0 0 26px rgba(201, 186, 136, 0.35);
    border-color: rgba(201, 186, 136, 0.95);
    background:
        radial-gradient(circle at top, rgba(201, 186, 136, 0.08), rgba(7, 9, 12, 0.98));
    filter: saturate(1.06);
}

.coin-pack-card:hover::after {
    animation: cashShineSweepSoft 0.8s ease-out forwards;
}

/* ===========================
   Ícones e textos
   =========================== */

.coin-pack-icon {
    max-width: 64px;
    margin: 0 auto 10px;
    display: block;
    transition:
        transform 0.2s ease-out,
        filter 0.2s ease-out;
}

.coin-pack-card:hover .coin-pack-icon {
    transform: translateY(-2px) scale(1.04);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}

/* ícone do presente (cash premiado) no topo, sem exagero */
.coin-pack-gift {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.85);
    transition:
        transform 0.2s ease-out,
        text-shadow 0.2s ease-out;
}

.coin-pack-card:hover .coin-pack-gift {
    transform: scale(1.05);
    text-shadow: 0 0 10px rgba(201, 186, 136, 0.75);
}

/* ícones dos itens de bônus */
.coin-pack-bonus-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* título e preço com leve destaque no hover */
.coin-pack-card .text.head,
.coin-pack-card .text.price {
    transition: text-shadow 0.2s ease-out, transform 0.2s ease-out;
}

.coin-pack-card:hover .text.head {
    text-shadow: 0 0 8px rgba(201, 186, 136, 0.55);
}

.coin-pack-card:hover .text.price {
    transform: scale(1.02);
    text-shadow: 0 0 8px rgba(201, 186, 136, 0.65);
}

/* ===========================
   Botão COMPRAR
   =========================== */

.coin-pack-button {
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition:
        transform 0.2s ease-out,
        box-shadow 0.2s ease-out,
        filter 0.2s ease-out;
}

.coin-pack-card:hover .coin-pack-button {
    transform: translateY(-1px);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
    filter: brightness(1.04);
}

/* ===========================
   CHECKOUT – CARD PRINCIPAL
   =========================== */
/* ===========================
   CHECKOUT – CARD PRINCIPAL
   =========================== */
/* ===========================
   CHECKOUT – CARD PRINCIPAL
   Cores aproximadas dos cards da shop-coins
   =========================== */

/* ===========================
   CHECKOUT – CARD PRINCIPAL
   =========================== */

/* ===========================
   CHECKOUT – CARD PRINCIPAL
   =========================== */

/* ===========================
   CHECKOUT – CARD PRINCIPAL
   =========================== */

.checkout-panel {
    position: relative;
    border-radius: 18px;
    overflow: hidden;

    /* base escura */
    background-color: #151515;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .75);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 24px 28px;
    color: #f5f5f5;
}

/* textura usando a MESMA imagem do banner cinza */
.checkout-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.80) 100%
        ),
        url("../img/ui/gray-banner-bg.png") center/cover no-repeat;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

/* conteúdo acima da textura */
.checkout-panel > * {
    position: relative;
    z-index: 1;
}

.checkout-panel h2 {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.checkout-panel hr {
    border-color: rgba(255, 255, 255, 0.06);
    margin-top: 0.6rem;
    margin-bottom: 0.9rem;
}

.checkout-panel .fw-semibold {
    font-size: 0.95rem;
    color: #ffffff;
}

.checkout-panel ul.dot-style {
    padding-left: 1rem;
    margin-bottom: 0;
}

.checkout-panel ul.dot-style li {
    font-size: 0.9rem;
    color: #e4e4e4;
    margin-bottom: 4px;
}

.checkout-panel img.icon-shadow {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .7));
}

.checkout-panel .alert {
    border-radius: 10px;
    background-color: #e5e5e5;
    color: #111;
    padding: 10px 14px;
    font-size: 0.85rem;
}

/* decorações douradas nos cantos do card não pegam clique */
.checkout-panel .deco {
    pointer-events: none;
}

/* ===========================
   CHECKOUT – BOTÃO VOLTAR
   =========================== */

.checkout-back-wrapper {
    margin-bottom: 1.4rem;
}

/* NÃO sobrescrever .back-button aqui.
   Ele usa o estilo global (mesmas imagens dos posts). */

/* ===========================
   CHECKOUT – BOTÕES DE PAGAMENTO
   =========================== */

.checkout-payments-row {
    margin-top: 1.8rem !important;
}

.checkout-pay-btn {
    min-width: 230px;
    padding: 0.7rem 1.7rem;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06) 0%,
        #262626 40%,
        #1c1c1c 100%
    );
    color: #fff;
    box-shadow: 0 10px 22px rgba(0,0,0,0.8);
    position: relative;
}

.checkout-pay-btn .icon {
    font-size: 1.4rem;
}

.checkout-pay-btn .texts {
    margin-left: 0.9rem;
    align-items: flex-start;
}

.checkout-pay-btn .text-1 {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.85;
}

.checkout-pay-btn .text-2 {
    font-size: 0.95rem;
    font-weight: 600;
}

.checkout-pay-btn:hover {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.10) 0%,
        #2f2f2f 40%,
        #232323 100%
    );
    color: #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,0.9);
}

/* Badge de bônus em cima do botão */
.checkout-bonus-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 12px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,0.7);
}

.checkout-bonus-badge-paypal {
    background-color: #721c24;
    color: #fff;
}

.checkout-bonus-badge-pix {
    background-color: #28a745;
    color: #fff;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .checkout-panel {
        padding: 18px 16px;
    }

    .checkout-panel h2 {
        font-size: 1.15rem;
    }

    .checkout-pay-btn {
        width: 100%;
    }

    .checkout-payments-row {
        gap: 0.75rem !important;
    }
}

