/*!
Theme Name: The Ranking
Theme URI: http://underscores.me/
Author: Roberto Rescigno
Author URI: http://underscores.me/
Description: The Ranking Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: irkarting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The Ranking is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

:root {
	--color-bianco: #fff;
	--color-grigio: #d9d9d9;
	--color-nero: #1a2031;
	--color-blu-grigio: #393a4e;
	--color-rosso: #e63329;
	--color-rosso-scuro: #801c17;
	--color-verde: #19b737;
	--color-verde-scuro: #1a6e19;
	--color-blu: #3867ff;
	--color-blu-scuro: #223e99;
	--color-celeste: #8fd1f4;
	--color-azzurro: #02c2ff;
	--color-petrolio: #047498;
	--colore-viola: #bd21bf;
	--colore-arancione: #f28705;
	--colore-argento: #d3d3d3;
	--colore-oro: #bf9b30;
	--color-nero-alt: #161825;
	--color-nero-profondo: #1d1f31;
	--color-blu-grigio-scuro: #25293c;
	--color-blu-acciaio: #2b4562;
	--color-bordeaux: #780000;
	--colore-giallo-acceso: #fde62c;
	--colore-arancione-acceso: #ff9800;
	--colore-turchese: #00d2be;
	--colore-discord: #404eed;
	--colore-celeste-chiaro: #80caff;
	--colore-indaco: #4f46e5;
	--color-bianco-freddo: #fafafb;
	--colore-twitter: #1d9bf0;
	--colore-github: #24292f;
	--colore-rosa-hero: #ff4694;
	--colore-viola-hero: #776fff;
	--font-titoli: "Good Times", ui-serif, georgia, serif;
	--font-body: kufam, ui-sans-serif, system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesEl-Regular.ttf) format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesEl-Italic.ttf) format("truetype");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesLt-Regular.ttf) format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesLt-Italic.ttf) format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesRg-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesRg-Italic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesBk-Regular.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesBk-Italic.ttf) format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesRg-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesRg-BoldItalic.ttf) format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesHv-Regular.ttf) format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Good Times";
	src: url(fonts/official_font/GoodTimesHv-Italic.ttf) format("truetype");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-Italic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-MediumItalic.ttf) format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-SemiBold.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-SemiBoldItalic.ttf) format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-BoldItalic.ttf) format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-ExtraBold.ttf) format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-ExtraBoldItalic.ttf) format("truetype");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-Black.ttf) format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: kufam;
	src: url(fonts/official_font/Kufam-BlackItalic.ttf) format("truetype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-nero);
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--font-titoli);
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: var(--color-grigio);
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted var(--color-blu-grigio);
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--color-bianco);
	background: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

hr {
	background-color: var(--color-grigio);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--color-grigio) var(--color-grigio) var(--color-grigio);
	border-radius: 3px;
	background: var(--color-grigio);
	color: var(--color-nero);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--color-grigio);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--color-grigio);
}

/* input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
} */
input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding-left: 1rem;
}

textarea,
select,
input[type="password"] {
	padding-left: 1rem !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	height: 38px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--color-grigio);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: var(--color-blu);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Custom Code */
html {
	font-family: var(--font-body);
}

body {
	font-family: var(--font-body);
}

.font-good-times {
	font-family: var(--font-titoli);
}

.font-kufam {
	font-family: var(--font-body);
}

.liquid-glass {
	-webkit-backdrop-filter: blur(18px) saturate(160%);
	backdrop-filter: blur(18px) saturate(160%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.liquid-glass--strong {
	-webkit-backdrop-filter: blur(26px) saturate(175%);
	backdrop-filter: blur(26px) saturate(175%);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0 18px 64px rgba(0, 0, 0, 0.55);
}

.liquid-glass--dark {
	background:
		radial-gradient(1200px 240px at 20% 0%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 60%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
		rgba(17, 24, 39, 0.55);
}

.liquid-glass--light {
	border-color: rgba(255, 255, 255, 0.26);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
	background:
		radial-gradient(1000px 220px at 20% 0%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 62%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.1)),
		rgba(255, 255, 255, 0.16);
}

.liquid-glass--bar {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.liquid-glass--interactive {
	transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.liquid-glass--interactive:hover {
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
	transform: translateY(-1px);
}

.liquid-glass--dark.liquid-glass--interactive:hover {
	background-color: rgba(17, 24, 39, 0.62);
}

.liquid-glass--light.liquid-glass--interactive:hover {
	background-color: rgba(255, 255, 255, 0.22);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.liquid-glass {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.liquid-glass--strong {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.liquid-glass--dark {
		background: rgba(17, 24, 39, 0.88);
	}

	.liquid-glass--light {
		background: rgba(255, 255, 255, 0.88);
	}
}

.page-template-page-irk-world li {
	list-style: disc;
	margin: 1rem 2rem;
}

/* Inline Editing backend profile */
.editable .editor,
.editable .edit-icon {
	display: none;
}

.editable:hover .edit-icon {
	display: inline-block;
	cursor: pointer;
}


/* Dark Mode */
button#dark-mode-toggle {
	border: none;
}

body.dark-mode {
	--tw-bg-opacity: 1;
	background-color: rgba(26, 32, 49, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(217, 217, 217, var(--tw-text-opacity));
}

.icon-sun,
.icon-moon {
	width: 1.5rem;
	display: block;
	color: var(--color-bianco);
}

.icon-moon {
	display: none;
}

body.dark-mode .icon-moon {
	display: block;
}

body.dark-mode .icon-sun {
	display: none;
}


.tab-content {
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	-o-transition: max-height 0.35s;
	transition: max-height 0.35s;
}

.tab:hover .tab-content {
	max-height: 40em;
}

.tab input:checked ~ .tab-content {
	max-height: 40em;
}

.acf-form-submit {
	display: flex;
	justify-content: center;
	margin: 15px auto;
}

.acf-form .acf-form-submit input[type="submit"],
.acf-form .acf-button,
.acf-form a.acf-button,
.acf-form button.acf-button,
.acf-form input.acf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border: 0;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.95);
	padding: 0.625rem 1rem;
	font-weight: 600;
	line-height: 1.25rem;
	text-decoration: none;
	cursor: pointer;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
	outline: none;
}

.acf-form .acf-form-submit input[type="submit"]:hover,
.acf-form .acf-button:hover,
.acf-form a.acf-button:hover,
.acf-form button.acf-button:hover,
.acf-form input.acf-button:hover {
	background: rgba(255, 255, 255, 0.12);
}

.acf-form .acf-form-submit input[type="submit"]:active,
.acf-form .acf-button:active,
.acf-form a.acf-button:active,
.acf-form button.acf-button:active,
.acf-form input.acf-button:active {
	background: rgba(255, 255, 255, 0.16);
}

.acf-form .acf-form-submit input[type="submit"]:focus,
.acf-form .acf-form-submit input[type="submit"]:focus-visible,
.acf-form .acf-button:focus,
.acf-form .acf-button:focus-visible,
.acf-form a.acf-button:focus,
.acf-form a.acf-button:focus-visible,
.acf-form button.acf-button:focus,
.acf-form button.acf-button:focus-visible,
.acf-form input.acf-button:focus,
.acf-form input.acf-button:focus-visible {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 0 0 2px rgba(99, 102, 241, 0.75);
}

.acf-form .acf-form-submit input[type="submit"]:disabled,
.acf-form .acf-button:disabled,
.acf-form button.acf-button:disabled,
.acf-form input.acf-button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

/* .searchandfilter ul {
    display: flex;
    justify-content: space-evenly;
} */

.searchandfilter ul.chosen-results {
	flex-direction: column;
}

/* Pilota - Free Agent */
.details-card.h-100 {
	height: 350px;
}

.details-card .flag-icon {
	background-size: cover;
	background-position: center;
	width: 2em;
	height: 1.9em;
	border-radius: 9999px;
}

/* .details-card::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;

	width: 400%;
	height: 100%;
	transform: skew(-22.5deg) translateX(-25%);
	transform-origin: top left;
	background-color: var(--team-color);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 50%, transparent 50%), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 50%, transparent 50%), linear-gradient(90deg, transparent 50%, rgba(0, 0, 0, 0.11) 50%), linear-gradient(90deg, transparent 50%, rgba(0, 0, 0, 0.14) 50%);
	background-size: 15%, 28%, 35%, 50%;
	margin: 0;
	transition: transform 0.25s ease;
} */

.details-card.rating-bronzo {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2026/02/sfondo-card_blu-scuro.webp);
    background-size: cover;
    background-position: top;
}
/* .details-card.rating-bronzo::after {
	background-color: #2b4562;
} */

.details-card.rating-silver::after {
	background-color: #fff;
}

.details-card.rating-gold::after {
	background-color: #ff9800;
}

.details-card.rating-platinum {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2026/02/sfondo-card_verde.webp);
    background-size: cover;
    background-position: top;
}

#lista-team .details-card.rating-platinum {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2026/02/card-1280x800_racing-group.webp);
    background-size: cover;
    background-position: top;
}

/* .details-card.rating-platinum::after {
	background-color: #00d2be;
} */

.details-card.rating-manager::after {
	background-color: #780000;
}

.details-card.rating-club {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2026/02/sfondo-card_blu.webp);
    background-size: cover;
    background-position: top;
}

#lista-club .details-card.rating-club {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2026/02/card-1280x800_circuiti.webp);
    background-size: cover;
    background-position: top;
}
/* .details-card.rating-club::after {
	background-color: #005fd2;
} */

.card-team-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.card--team.rating-bronzo::after {
	background-color: rgba(205, 127, 50, 0.1);
}

.card--team.rating-silver::after {
	background-color: rgba(192, 192, 192, 0.1);
}

.card--team.rating-gold::after {
	background-color: rgba(255, 215, 0, 0.1);
}

.card--team.rating-platinum::after {
	background-color: rgba(229, 228, 226, 0.1);
}

/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(33, 33, 33, 0.9);
	z-index: 99999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.preloader-logo {
	opacity: 0;
	transition: opacity 1s ease;

	/* Centra il logo (modifica a seconda delle dimensioni desiderate) */
	width: 200px;
	height: auto;
}

.kart-container {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.kart {
	position: absolute;
	left: -10%;

	/* Imposta la posizione iniziale fuori dallo schermo */
	top: 100%;

	/* Centra verticalmente */
	transform: translateY(-100%);

	/* Centra verticalmente */
	animation: kartAnimation 5s linear infinite;
	width: 100px;
	height: 100px;
	background: url(https://theranking.tbkart.it/wp-content/uploads/2023/08/formula-1_2513166.png) no-repeat;
}

.kart:nth-child(1) {
	animation: kartAnimation 5s linear infinite 0s;
}

/* Nessun ritardo */
.kart:nth-child(2) {
	animation: kartAnimation 4s linear infinite 0.5s;
}

/* Ritardo di 0.5 secondi */
.kart:nth-child(3) {
	animation: kartAnimation 6s linear infinite 1s;
}

/* Ritardo di 1 secondo */

.loading-bar-container {
	width: 100%;
	height: 5px;
	background-color: var(--color-grigio);
	position: absolute;
	top: 0;
	overflow: hidden;
}

.loading-bar {
	height: 100%;
	width: 0;
	position: absolute;
	background-color: var(--color-blu);
}

@keyframes kartAnimation {

	0% {
		left: -10%;

		/* Parte da fuori dello schermo a sinistra */
	}

	100% {
		left: 110%;

		/* Va fuori dallo schermo a destra */
	}
}

/* Menù di navigazione */

/* Stile per il menù a tendina */
.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	background-color: var(--color-blu-grigio);
	margin-top: 0.25rem;
	border-radius: 0.25rem;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	display: block;
}

/* Stile per ogni elemento del sottomenù */
.sub-menu a {
	display: block;

	/* Aggiunto per forzare ogni elemento a occupare tutta la larghezza */
	width: 200px;
	border-bottom: 1px solid var(--color-grigio);

	/* Linea di separazione */
	padding: 1rem;

	/* Spaziatura intorno a ciascun elemento */
	white-space: nowrap;
	text-align: left;
}

/* Rimuove la linea di separazione per l'ultimo elemento */
.sub-menu a:last-child {
	border-bottom: none;
}

/* Mostra il menù a tendina al passaggio del mouse */
.group:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

/* Imposta il layout del menù principale */
.menu-item {
	position: relative;
}

@media (max-width: 767px) {
	#mobile-menu .menu-item {
		width: 100%;
	}

	#mobile-menu .menu-item a {
		display: block;
		width: 100%;
		padding: 0.95rem 1rem;
		font-size: 1.25rem;
		line-height: 1.75rem;
		border-radius: 1rem;
	}

	#mobile-menu .menu-item a:hover {
		background-color: rgba(255, 255, 255, 0.08);
	}

	#mobile-menu .sub-menu {
		position: static;
		box-shadow: none;
		background: transparent;
		margin-top: 0.5rem;
		opacity: 1 !important;
		visibility: visible !important;
	}

	#mobile-menu .sub-menu.hidden {
		display: block !important;
	}

	#mobile-menu .sub-menu a {
		width: auto;
		border-bottom: none;
		padding: 0.75rem 1rem 0.75rem 1.5rem;
		font-size: 1.05rem;
		white-space: normal;
	}
}


/* Page Header */
.page--header {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2026/01/background-roadto-scaled.jpg);
	background-color: #161825;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.page-template-lista--club .page--header {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2026/02/cover-pagina-1920x600-circuiti.jpg);
}

.page-template-lista-racer .page--header {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2026/02/cover-pagine-1920x600-racer.jpg);
}

.page-template-lista-team .page--header {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2026/02/cover-pagine-1920x600-team-principal.jpg);
}

.page-template-calendario-gare .page--header {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2026/02/cover-pagina-1920x600-eventi.webp);
}

.page-template-template-classifiche .page--header {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2026/02/cover-pagina-1920x600-classifiche.webp);
}

.page--header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(22, 24, 37, 0.92) 0%, rgba(22, 24, 37, 0.55) 35%, rgba(22, 24, 37, 0.15) 70%, rgba(22, 24, 37, 0) 100%);
	pointer-events: none;
	z-index: 0;
}

.page--header > * {
	position: relative;
	z-index: 1;
}

.page--header img {
	object-fit: cover;
	object-position: center;
	width: 24rem;
	height: 72rem;
	display: block;
	margin-top: -5rem;
}

.page-template-calendario-gare,
.post-type-archive-evento {
	background: #161825;
}

.irk-premium-bg {
	background:
		radial-gradient(900px 460px at 10% 0%, rgba(56, 103, 255, 0.18), rgba(0, 0, 0, 0) 60%),
		radial-gradient(880px 420px at 90% -10%, rgba(230, 51, 41, 0.14), rgba(0, 0, 0, 0) 58%),
		radial-gradient(820px 520px at 50% 110%, rgba(25, 183, 55, 0.12), rgba(0, 0, 0, 0) 62%),
		#161825;
	position: relative;
	overflow: hidden;
}

.irk-premium-bg::before,
.irk-premium-bg::after {
	content: "";
	position: absolute;
	inset: -12rem;
	pointer-events: none;
	filter: blur(70px);
	opacity: 0.55;
	transform: translateZ(0);
}

.irk-premium-bg::before {
	background: radial-gradient(closest-side at 28% 18%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 70%);
}

.irk-premium-bg::after {
	background: radial-gradient(closest-side at 70% 30%, rgba(56, 103, 255, 0.18), rgba(255, 255, 255, 0) 72%);
	opacity: 0.35;
}

.irk-premium-bg > * {
	position: relative;
	z-index: 1;
}


/* Homepage */
.hidden {
	display: none;
}

.overlay-description {
	opacity: 0;
}

.overlay-description p,
.overlay-description span {
	text-transform: none;
}

.slide-active {
	display: block;

	/* o il valore che preferisci */
}

.page-template-page-user-profile header,
.page-template-user-pages header,
.page-template-user-pages footer,
.page-template-user-pages [id="join--discord"],
.page-template-edit-pilota footer,
.page-template-edit-pilota [id="join--discord"],
.page-template-page-user-profile footer,
.page-template-page-user-profile [id="join--discord"] {
	display: none;
}

.page-template-page-user-profile aside header,
.page-template-user-pages aside header {
	display: block;
}

/* Search & Filter PRO */
select.sf-input-select,
input.sf-input-text {
	padding: 0.5rem 1rem;
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 100%;
}

/* Card registrazione homepage */
.gradient-border {
	--border-width: 3px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 200px;
	font-family: Lato, sans-serif;
	font-size: 2.5rem;
	text-transform: uppercase;
	color: var(--color-bianco);
	background: #222;
	border-radius: var(--border-width);
}

.gradient-border::after {
	position: absolute;
	content: "";
	top: calc(-1 * var(--border-width));
	left: calc(-1 * var(--border-width));
	z-index: -1;
	width: calc(100% + var(--border-width) * 2);
	height: calc(100% + var(--border-width) * 2);
	background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
	background-size: 300% 300%;
	background-position: 0 50%;
	border-radius: calc(2 * var(--border-width));
	animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {

	50% {
		background-position: 100% 50%;
	}
}

/* Single Pilota */
.cover--pilota,
.cover--racing--group {
	/* background: url(https://theranking.tbkart.it/wp-content/uploads/2023/10/SL-113022-54210-35-scaled.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left; */
	height: 28rem;
	width: 100%;
	position: relative;
	top: 8rem;
	overflow: hidden;
}

.page-template-page-user-profile .cover--pilota,
.page-template-user-pages .cover--pilota {
	height: 28rem;
	width: 100%;
	position: relative;
	top: 0;
	overflow: hidden;
}
.page-template-page-user-profile .cover--pilota {
	height: auto;
}

.cover--pilota img {
	object-fit: cover;
    object-position: center;
    width: 10rem;
    height: 10rem;
    display: block;
    margin-top: 0rem;
}

.cover--racing--group img {
	object-fit: cover;
	object-position: center;
	width: 24rem;
	height: 24rem;
	display: block;
	margin-top: 2rem;
}

/* Pagina Registrazione */
.page-template-registrazione header,
.page-template-registrazione footer,
.page-template-new-register header,
.page-template-new-register footer {
	display: none;
}

.page-template-registrazione [id="registration--row"] {
	background: url(https://theranking.tbkart.it/wp-content/uploads/2023/10/SL-113022-54210-35-scaled.jpg);
	background-size: cover;
}


/* Ranking Piloti */

/* Stili specifici per le altezze dei primi tre box */
.box-first-class {
	height: 20rem; /* Altezza per il primo classificato */
}

.box-second-class,
.box-third-class {
	height: 16rem; /* Altezza per il secondo e terzo classificato */
}

/* Stile per l'animazione del bordo gradiente */
.animated-border {
	--border-width: 8px;
	position: relative;
	border-radius: var(--border-width);
}

.animated-border::after {
	position: absolute;
	content: "";
	top: calc(-1 * var(--border-width));
	left: calc(-1 * var(--border-width));
	z-index: -1;
	width: calc(100% + var(--border-width) * 2);
	height: calc(100% + var(--border-width) * 2);
	background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
	background-size: 300% 300%;
	background-position: 0 50%;
	border-radius: calc(2 * var(--border-width));
	animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {

	50% {
		background-position: 100% 50%;
	}
}

/* Statistiche profilo */
#statistiche .grid.grid-cols-2.gap-4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

/* Modal cancellazione account Racer */
#delete-account-modal {

	/* Stili per la modal */
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

/* ACF Frontend (Advanced Forms / ACF Form) */
.acf-form .acf-label,
.acf-form .af-label.acf-label,
.acf-form .acf-field .acf-actions {
	color: #fb923c;
}

.acf-form,
.acf-form .af-fields,
.acf-form .acf-fields {
	border: 0;
	background: transparent;
}

.acf-form .af-fields > .af-field,
.acf-form .acf-fields > .acf-field {
	margin-top: 1.25rem;
}

.acf-form .acf-label label,
.acf-form .af-label label {
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5rem;
}

.acf-form .acf-input-wrap > input[type="text"],
.acf-form .acf-input-wrap > input[type="email"],
.acf-form .acf-input-wrap > input[type="url"],
.acf-form .acf-input-wrap > input[type="number"],
.acf-form .acf-input-wrap > input[type="search"],
.acf-form .acf-input-wrap > input[type="password"],
.acf-form textarea,
.acf-form select {
	width: 100%;
	border: 0;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.95);
	padding: 0.625rem 0.75rem;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
	outline: none;
}

.acf-form .acf-input-wrap > input::placeholder,
.acf-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.acf-form textarea {
	min-height: 8rem;
	resize: vertical;
}

.acf-form .acf-input-wrap > input:focus,
.acf-form textarea:focus,
.acf-form select:focus {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10), 0 0 0 2px rgba(99, 102, 241, 0.75);
}

.acf-form .acf-relationship {
	border-radius: 1rem;
	border: none;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
	padding: 0.75rem;
}

.acf-relationship .selection .choices .list {
	border: none !important;
}

/* .acf-form .acf-relationship .selection {
	display: grid;
	gap: 0.75rem;
} */

.acf-form .acf-relationship .choices,
.acf-form .acf-relationship .values {
	border-radius: 0.75rem;
	background: rgba(17, 24, 39, 0.35) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.acf-form .acf-relationship a {
	color: rgba(255, 255, 255, 0.92);
}

.acf-form .acf-relationship .choices-list li,
.acf-form .acf-relationship .values-list li {
	margin: 0.5rem;
}

.acf-form .acf-relationship .acf-rel-item {
	display: inline-flex;
	align-items: center;
	border-radius: 9999px;
	padding: 0.375rem 0.625rem;
	background: rgba(255, 255, 255, 0.10);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.acf-form .acf-relationship .acf-rel-item:hover {
	background: rgba(255, 255, 255, 0.14);
}

.page-template-edit-racing-group .acf-fields.-border,
.af-field.af-field-type-text.af-field-nome-team.acf-field.acf-field-text.acf-field-64864888739fb {
	border: none;
	background: transparent;
}

/* Modal logout */
#modal-logout-confirm {
	position: fixed;
	left: 50%;
	top: 50%;
	/* transform: translate(-50%, -50%); */
	background-color: var(--color-bianco);
	padding: 20px;
	border: 1px solid #ccc;
	z-index: 1000;
}

select#nazionalita option,
select#nazionalita_pilota option {
	color: #111827;
	background-color: #ffffff;
}

/* Global dropdown readability across browsers/OS (Chrome/Windows, Safari, etc.) */
select option,
select optgroup {
	color: #111827 !important;
	background-color: #ffffff !important;
}

/* Popup di conferma aggiornamento dati profilo */
.confirmation-popup {
	position: fixed;
	top: 20px;
	right: 20px;
	background-color: var(--color-verde);
	color: var(--color-bianco);
	padding: 10px;
	border-radius: 5px;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


footer {
	background: #030712 var(--tw-gradient-to-position);
}
