body {
	position: relative;
	padding-left: 3rem;
}

a {
	text-decoration: none;
	white-space: nowrap;
}

.link {
	color: #FCCD2A;
}

.link:hover {
	cursor: pointer;
	text-decoration: underline;
}

main {
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	display: flex;
	position: fixed;
	justify-content: center;
	align-items: center;
}
.black-row{
	background-color: black !important;
	color: white !important;
}

.login-logo {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.login-mainpanel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 120px);
}

.login-bejelentkezes {
	color: white;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	font-size: 30px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	cursor: default;
	transition: text-shadow 0.3s;
}

.login-bejelentkezes:hover {
	text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.9);
}

.login-seemta {
	color: gray;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	font-size: 20px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	cursor: default;
	transition: text-shadow 0.3s;
}

.login-mainpanel img {
	max-width: 150px;
	filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
}

.login-form {
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-mainpanel input,
.login-mainpanel button {
	font-family: "rubik";
	font-weight: 500;
	margin-bottom: 10px;
	width: 300px;
	padding: 10px 20px;
	border-style: none;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	transition: box-shadow, 0.3s;
}

.login-mainpanel input:focus {
	outline: none;
	box-shadow: 0px 0px 7px white;
}

.login-mainpanel .login-submit,
.submit2 {
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	background-color: #FCCD2A;
	width: 340px;
	cursor: pointer;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
	transition: 0.15s;
}

.login-mainpanel.submit2 {
	color: white;
	box-shadow: none;
	background-color: #1e1e1e;
}

.login-mainpanel .submit:hover {
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.9);
}

.login-mainpanel .submit2:hover {
	box-shadow: none;
	text-shadow: 0px 0px 4px white;
}

.login-mainpanel .submit:active {
	background-color: rgba(255, 255, 255, 0.8);
}

.login-mainpanel .error {
	color: red;
	padding: 10px;
	border: 1px solid red;
	border-radius: 5px;
	display: block;
	text-align: center;
}

body {
	position: relative;
	color: white;
	transition: margin 0.5s;
	font-family: "rubik";
	font-weight: 400;
	background-color: #2e2e2d;
	background-image: url("https://www.transparenttextures.com/patterns/black-linen.png");
}

option {
	background-color: rgba(0, 0, 0, 0.75);
	color: white;
}

/* width */
::-webkit-scrollbar {
	width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
	background: lightgray;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: gray;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #ffd966;
}

.main-db-content {
	padding-bottom: 100px;
}

.db-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.db-cont {
	display: flex;
	width: 80%;
	border: 2px solid;
	padding: 5px;
	border-radius: 10px;
	transition: 0.2s;
	cursor: pointer;
}

.db-cont:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

.db-rank-div-name {
	color: #FCCD2A;
	font-size: 18px;
	font-weight: 500;
	width: 90%;
	display: flex;
	justify-content: center;
	margin: 10px 0;
	padding: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.db-rank-div-namelader {
	color: #FCCD2A;
	font-size: 18px;
	font-weight: 500;
	width: 80%;
	display: flex;
	justify-content: center;
	margin: 10px 0;
	padding: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.db-rank-div-namenyug {
	color: #FCCD2A;
	font-size: 18px;
	font-weight: 500;
	width: 80%;
	display: flex;
	justify-content: center;
	margin: 10px 0;
	padding: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.db-ga-img {
	height: 13px;
	object-fit: cover;
}

.db-medal-wrapper {
	width: 100%;
	display: flex;
}

.db-medal-cont {
	width: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.db-avatar {
	margin-right: 5px;
	image-rendering: high-quality;
	height: 50px;
	width: 50px;
	object-fit: cover;
	border-radius: 5px;
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}

.db-nev-cont {
	width: 22%;
	display: inline-flex;
	margin-left: 15px;
}

.db-nev-cont1 {
	gap: 10px;
	margin-left: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.db-nev-cont2 {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

.db-alnev {
	font-size: 20px;
}

.db-nev {
	color: lightgray;
}

.db-rank {
	flex: 1;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.db-opszam {
	justify-content: center;
	display: flex;
	align-items: center;
	color: lightgray;
	font-size: larger;
}

.db-inac-online {
	margin: 10px;
	font-size: 15px;
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.db-inac {}

.db-online {
	display: inline-flex;
	align-items: end;
	gap: 10px;
}

.db-aloszt-img {
	width: 20px;
	height: 30px;
	object-fit: contain;
}

.db-medal-img {
	width: 20px;
	height: 30px;
	object-fit: cover;
}

.db-rank-img {
	border-radius: 5px;
	height: 50px;
	object-fit: cover;
}

.db-date-cont,
.db-warn-cont {
	width: 18%;
	gap: 5px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

.db-warn-cont {
	width: 7%;
}

.db-date-row,
.db-warn-row {
	color: lightgray;
	gap: 6px;
	display: flex;
}

.db-date-date,
.db-warn {
	height: 100%;
	display: inline-flex;
	align-items: flex-end;
	justify-content: start;
}

.db-date-img {
	height: 20px;
	width: 20px;
	object-fit: contain;
}

/* --- Általános linkek --- */
.jarmuvek-maindiv td a {
	text-decoration: none;
	color: #FCCD2A;
	transition: color 0.2s ease;
}

.jarmuvek-maindiv td a:hover {
	color: #fff;
}

/* --- Táblázat alap --- */
.jarmuvek-maindiv table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
	font-family: "Rubik", sans-serif;
}

.jarmuvek-maindiv th,
.jarmuvek-maindiv td {
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid rgba(180, 148, 31, 0.5);
	color: #ccc;
	transition: all 0.2s ease;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* --- Fejléc --- */
.jarmuvek-maindiv th {
	color: #FCCD2A;
	background-color: rgba(20, 20, 20, 0.6);
	font-weight: 600;
	height: 30px;
}

/* --- Sorok --- */
.jarmuvek-maindiv tr {
	background-color: rgba(39, 39, 39, 0.4);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.jarmuvek-maindiv tr:hover td {
	background-color: rgba(99, 101, 104, 0.6);
	color: #fff;
}

/* --- Kiemelt / ch2 sor --- */
.jarmuvek-maindiv .ch2 {
	background-color: rgba(160, 71, 71, 0.1);
	color: #a04747;
}

.jarmuvek-maindiv .ch2:hover {
	background-color: rgba(160, 71, 71, 0.5);
	color: #fff;
}

/* --- Rejtett adatsorok --- */
.jarmuvek-maindiv .tr-table-adatok {
	display: none;
}

.jarmuvek-maindiv .tr-table-adatok.open {
	display: table-row;
}

/* --- Osztályok / TD-ek szélessége és font --- */
.td-mdc,
.th-mdc,
.td-egysegszam {
	font-weight: 600;
	width: 7%;
}

.td-tipus {
	font-weight: 500;
	width: 14%;
}

.td-rendszam {
	font-weight: 600;
	width: 7%;
}

.td-jarmuid {
	font-weight: 600;
	font-family: "Courier New", Courier, monospace;
	cursor: text;
	width: 5%;
}

.td-venom {
	font-weight: 500;
	width: 5%;
}

.td-hozzaferes {
	font-weight: 500;
	max-width: 40%;
	text-align: left !important;
	padding-left: 10px;
	white-space: normal;
}

.td-figyuk {
	width: 75px;
}

.td-changelock {
	font-weight: 500;
	width: 100px;
}

.td-forgalmi,
.td-ellenorzes {
	font-weight: 500;
	width: 7%;
}

.tdonline {
	font-weight: 500;
	width: 10px;
}

/* --- Container flex --- */
.jarmuvek-maindiv .jarmuvek-maindiv {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.jarmuvek-maindiv .jarmuvek-div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* --- Járműtípus fejlécek --- */
.jarmuvek-maindiv .jarmutipus {
	display: flex;
	font-weight: 400;
	font-size: 18px;
	color: #ccc;
	border-bottom: 1px solid #363636;
	padding-bottom: 5px;
	margin: 8px 0;
}

/* --- Gombok --- */
.jarmuvek-maindiv .table-buttons {
	display: flex;
	justify-content: center;
	gap: 6px;
}

.jarmuvek-maindiv .rangup-button,
.jarmuvek-maindiv .promise-button,
.jarmuvek-maindiv .derank-button {
	cursor: pointer;
	display: inline-block;
	width: 20px;
	margin: 0 3px;
	transition: transform 0.2s ease;
}

.jarmuvek-maindiv .rangup-button:hover,
.jarmuvek-maindiv .promise-button:hover,
.jarmuvek-maindiv .derank-button:hover {
	transform: scale(1.1);
}

/* --- Dátum --- */
.jarmuvek-maindiv .datum-ma {
	font-weight: 500;
	color: #7cc576;
	/* alapban zöld */
}

/* --- Separator --- */
.index-sep {
	display: flex;
	gap: 8px;
}


.index-div {
	display: inline-flex;
	flex: 3;
}

.index-div1 {
	width: 80%;
	display: inline-flex;
	flex-direction: column;
}

.index-div2 {
	flex: 2;
	display: inline-flex;
	flex-direction: column;
	margin-left: 20px;
	padding-left: 25px;
	float: right;
}

/* --- NEWS TOGGLE / ANNOUNCEMENT WRITER PANEL --- */

.newsToggle {
	cursor: pointer;
	padding: 15px 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	/* Koncentrálj az arany színre, hogy kitűnjön, mint fő beviteli akció */
	background-color: rgba(252, 205, 42, 0.1);
	border: 1px solid var(--color-main-gold);
	color: var(--color-main-gold);
	font-weight: 600;
	font-size: 1.1em;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	transition: background-color var(--transition-fast), box-shadow var(--transition-fast);
}

.newsToggle:hover {
	background-color: rgba(252, 205, 42, 0.2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/* Ha a toggle aktív (a legördülő panel nyitva van) */
.newsToggle.active {
	background-color: var(--color-main-gold);
	color: var(--color-dark-bg);
}

/* Stílus a tényleges író/űrlap panelnek (feltételezve, hogy ez az a tartalom, ami legördül) */
.news-writer-panel {
	display: none;
	/* Kezdetben rejtve */
	padding: 20px;
	margin-top: -15px;
	/* Kicsit belelóg a toggle alá */
	margin-bottom: 25px;
	border: 1px solid var(--color-main-gold);
	border-top: none;
	border-radius: 0 0 8px 8px;
	/* Csak alul legyen lekerekítés */
	background-color: #3e3e3e;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.news-writer-panel.open {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.news-writer-panel textarea,
.news-writer-panel input {
	width: 100%;
	padding: 10px 15px;
	border-radius: 6px;
	border: 1px solid #555;
	background-color: #2c2c2c;
	color: var(--color-text-light);
	font-family: var(--font-family-main);
	transition: border-color var(--transition-medium);
}

.news-writer-panel textarea:focus,
.news-writer-panel input:focus {
	outline: none;
	border-color: var(--color-main-gold);
	box-shadow: 0 0 0 3px rgba(252, 205, 42, 0.3);
}

.news-writer-panel textarea {
	min-height: 100px;
	resize: vertical;
}

.news-writer-panel button {
	background-color: var(--color-main-gold);
	color: var(--color-dark-bg);
	font-weight: 700;
	padding: 10px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color var(--transition-fast);
}

.news-writer-panel button:hover {
	background-color: var(--color-gold-hover);
}

/* --- FELHÍVÁS / ANNOUNCEMENT CARD STYLES --- */

/* Az inline-flex eltávolítva, hogy jobban illeszkedjen a konténerbe */
.felhivas-main {
	display: flex;
	flex-direction: column;
	/* Saroklekerekítés csökkentve az elegánsabb megjelenés érdekében */
	border-radius: 8px;
	padding: 18px 20px;
	/* Softer red shadow for alerts */
	box-shadow: 0 0 12px rgba(217, 83, 79, 0.4);
	border: 1px solid var(--color-error-red);
	margin-bottom: 25px;
	background-color: #2c2c2c;
	/* Consistent dark background */
}

.felhivas-header {
	display: flex;
	align-items: center;
	padding-bottom: 12px;
	margin-bottom: 12px;
	/* Világosabb elválasztóvonal a jobb kontrasztért */
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 1.2em;
	/* Kicsit nagyobb főcím */
}

.felhivas-title {
	margin: 0 10px;
	font-weight: 600;
	color: var(--color-text-light);
	/* A cím elfoglalja a rendelkezésre álló hely nagy részét */
	flex-grow: 1;
}

.felhivas-warn {
	/* A piros ikon/jelzés */
	text-shadow: 0 0 5px var(--color-error-red);
	font-size: 1.5em;
	color: var(--color-error-red);
	margin-right: 10px;
}

.felhivas-body {
	font-size: 16px;
	color: var(--color-text-light);
	line-height: 1.5;
}

.felhivas-author {
	justify-content: space-between;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 0.85em;
	display: flex;
	color: var(--color-text-secondary);
	/* Világosabb elválasztóvonal */
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.icon-small {
	height: 25px;
	width: auto;
}

.icon-small:hover {
	-webkit-filter: opacity(50%);
	cursor: pointer;
}

/* --- Feed & Visszajelzés konténerek --- */
.feed-container,
.visszajelzes-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
	/* kis távolság a sorok között */
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* --- Fejlécek --- */
.feed-head,
.visszajelzes-head {
	display: flex;
	justify-content: center;
	color: #b0b0b0;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(87, 87, 87, 0.5);
}

/* --- Testek --- */
.feed-body,
.visszajelzes-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* --- Feed sorok --- */
.feed-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(50, 50, 50, 0.7);
	padding: 10px 12px;
	border-radius: 8px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.feed-row:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* --- Visszajelzés sorok --- */
.visszajelzes-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(70, 70, 70, 0.7);
	/* kicsit világosabb */
	padding: 10px 12px;
	border-left: 3px solid #fcd303;
	/* sárga kiemelés */
	border-radius: 8px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.visszajelzes-row:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* --- Soron belüli elemek --- */
.feed-row1,
.visszajelzes-row1 {
	color: #fcd303;
	/* arany sárga */
	font-weight: 500;
}

.feed-row2,
.visszajelzes-row2 {
	color: #c0c0c0;
	margin-left: 5px;
}

.feed-row3,
.visszajelzes-row3 {
	color: #a0a0a0;
	margin-left: 15px;
}

/* --- Finom effektek --- */
.feed-row+.feed-row,
.visszajelzes-row+.visszajelzes-row {
	margin-top: 6px;
}

/* --- Kis reszponzivitás --- */
@media (max-width: 600px) {

	.feed-row,
	.visszajelzes-row {
		flex-direction: column;
		align-items: flex-start;
	}
}



.main-text {
	font-weight: 100;
	font-size: 35px;
	display: flex;
	border-bottom: 1px solid #363636;
	vertical-align: middle;
	margin-bottom: 10px;
}

.main-text2 {
	font-weight: 100;
	font-size: 20px;
	display: flex;
	vertical-align: middle;
	margin-bottom: 25px;
}

.main-text-db {
	font-weight: 100;
	font-size: 20px;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.main-text1 {
	font-size: 35px;
	font-weight: 400;
	color: #FCCD2A;
}

.letszam-container {
	display: flex;
}

.letszam {
	color: darkgray;
	margin-left: 5px;
}

.letszam1 {
	color: darkgray;
	font-size: 17px;
	display: flex;
	align-items: center;
}

.letszamszam {
	margin: 0 5px;
	color: white;
}

.letszamrang {
	margin-right: 5px;
}

.letszamonline {
	color: #7cc576;
	margin-right: 5px;
}

.letszaminac {
	color: #c57676;
	margin-right: 5px;
}

.letszamadmin {
	margin-left: 5px;
	color: #7cc576;
	font-size: 17px;
	display: flex;
	align-items: center;
}

.letszamsgh {
	margin-left: 5px;
	color: #f49ac1;
	font-size: 17px;
	display: flex;
	align-items: center;
}

.main-text-info {
	margin-right: 5px;
	color: #FCCD2A;
}

.main-text-info-gold {
	margin-right: 20px;
	color: #FCCD2A;
}

.main-text-info1 {
	font-weight: 500;
	margin-right: 5px;
}

.main-text-dot {
	font-size: 15px;
	margin: 0 20px;
	color: #525252;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.desc-title-main {
	font-size: 20px;
}

.desc-title {
	font-size: 25px;
	color: #FCCD2A;
	margin: 20px 0;
}

.desc-text {
	color: lightgray;
}

.leader-main {
	display: inline-flex;
}

.jstfy-middle-cont {
	display: flex;
	justify-content: center;
}

.event-cont {
	position: relative;
	gap: 15px;
	display: inline-flex;
	justify-self: center;
	flex-direction: column;
	align-items: center;
}

.event-nyuszi {
	width: 200px;
	margin-top: 10px;
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 1));
}

.eventgoldtext {
	background-image: linear-gradient(to left, #FCCD2A, #ffd966, #FCCD2A, #ffd966);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;
}

.eventgreentext {
	background-image: linear-gradient(to left, #3cb882, #77ffc4, #3cb882, #77ffc4, #3cb882, #77ffc4);
	text-shadow: 0 0 15px #3cb882;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;
}

.navigacio-border {
	margin-right: 50px;
	width: 250px;
	margin-top: 15px;
	border-radius: 10px;
	padding: 10px;
	display: inline-block;
	border: 1px solid #363636;
}

.navigacio {
	color: #FCCD2A;
	display: flex;
	border-bottom: 1px solid #363636;
	font-weight: 400;
	font-size: 30px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.navigacio-1 {
	text-shadow: 2px 2px 5px black;
	font-size: 20px;
	margin: 5px 0;
}

.navigacio-1 button {
	color: white;
	background-color: #363636;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 6px 10px;
	font-family: "rubik";
	font-weight: 500;
	font-size: 80%;
	border: none;
	border-radius: 7px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	margin-right: 10px;
}

.navigacio-1 .button-green {
	color: #7cc576;
}

.navigacio-1 .button-red {
	color: #c57676;
}

.notif-red {
	text-shadow: 1px 1px 3px black;
	text-align: center;
	height: 20px;
	width: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	background-color: red;
	border-radius: 20px;
	padding: 2px 10px;
}

.notif-red-leader {
	text-shadow: 2px 2px 3px black;
	margin-right: -20px;
	height: 20px;
	width: 5px;
	color: white;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: red;
	border-radius: 20px;
	padding: 2px 10px;
	margin-top: -15px;
}

.notif-green {
	text-shadow: 1px 1px 3px black;
	text-align: center;
	height: 20px;
	width: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	background-color: green;
	border-radius: 20px;
	padding: 2px 10px;
}

.notif-normal {
	text-shadow: 1px 1px 3px black;
	text-align: center;
	height: 20px;
	width: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	background-color: gray;
	border-radius: 20px;
	padding: 2px 10px;
}














.perm-b {
	font-size: 30px;
}

.errordiv {
	width: 600px;
}

.successdiv {
	width: 600px;
}

.error {
	color: red;
	padding: 20px;
	border: 1px solid red;
	border-radius: 5px;
	text-align: center;
}

.success {
	color: greenyellow;
	padding: 20px;
	border: 1px solid greenyellow;
	border-radius: 5px;
	text-align: center;
}

.error2,
.success2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.error3 {
	color: red;
	padding: 20px;
	border: 1px solid red;
	border-radius: 5px;
	text-align: center;
	display: inline-flex;
}

.backtomenu {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	cursor: pointer;
	padding: 6px 10px;
	font-family: "rubik";
	font-weight: 500;
	font-size: 80%;
	border: none;
	border-radius: 7px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	margin: 10px;
}

.backtomenu:hover {
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.add-bg {
	color: white;
	height: 50px;
	position: relative;
	display: flex;
	white-space: nowrap;
	overflow-y: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	color: bronze;
	border-radius: 6px;
	margin: 0px 0px 30px 0px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	transition: 0.5s;
}

.normalbg {
	color: #808080;
}

.warningbg {
	color: #00ff00;
}

.problembg {
	color: #ff0000;
}

.index-profile-bg {
	padding: 25px;
	color: white;
	position: relative;
	display: flex;
	white-space: nowrap;
	overflow-y: hidden;
	background-color: rgba(70, 70, 70, 0.3);
	margin: 0px 0px 15px 0px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.index-profile-bg-edit {
	padding: 25px;
	color: white;
	position: relative;
	display: flex;
	white-space: nowrap;
	overflow-y: hidden;
	background-color: rgba(70, 70, 70, 0.3);
	border-radius: 6px;
	margin: 0px 0px 15px 0px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.index-1-1 {
	display: inline-flex;
	padding: 25px;
	background-color: #363636;
	border-radius: 6px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.index-main-row {
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-avatar {
	height: 120px;
	width: 120px;
	object-fit: cover;
	border-radius: 500px;
	margin-right: 25px;
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}

.index-avatar2 {
	height: 120px;
	width: 120px;
	object-fit: cover;
	border-radius: 500px;
	margin-bottom: 15px;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.user-info1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.user-info2 {
	padding-left: 15px;
	border-left: 1px solid gray;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index-1 {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
}

.hello-text {
	font-size: 25px;
	margin: 0px 15px 15px 0px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.hello-text-1 {
	margin: 0 10px;
	color: #FCCD2A;
}

.middledot {
	margin: 0px 5px;
	color: lightgray;
}

.welcome-text-nev {
	font-size: 15px;
}

.welcome-text-alnev {
	margin-top: 5px;
	color: #FCCD2A;
	font-size: 25px;
}

.welcome-text-rang-i {
	margin-top: 0px;
	color: #FCCD2A;
	margin-top: 5px;
}

.welcome-text-perm {
	margin-top: -6px;
	margin-bottom: -6px;
	z-index: 100;
	font-size: 13px;
	background-color: #FCCD2A;
	padding: 0px 4px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	border-radius: 3px;
}

.welcome-text-rang {
	margin-top: 5px;
	font-size: 20px;
}

.welcome-text-medal {
	margin-top: 5px;
	font-size: 12px;
}

.welcome-text-alosztaly {
	margin-top: 5px;
	font-size: 15px;
}

.tagszerk .add-bg {
	height: auto;
	padding: 20px;
}

.xbutton {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}

.xbutton:hover {
	color: gray;
}

.add-grid {
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 5px 10px;
}

.add-grid div {
	display: flex;
	align-items: center;
}

.add-grid .button-green {
	margin-top: 30px;
}

.add-mdc-text {
	text-align: center;
	font-weight: 700;
	justify-content: center;
	margin: 20px 0px;
	grid-column-start: 1;
	grid-column-end: 5;
}

.add-bg input,
.add-bg select {
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	margin-left: 5px;
	border-radius: 5px;
	height: 30px;
	border: 1px solid gray;
	padding: 5px 10px;
	font-family: "rubik";
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	font-size: 15px;
	font-weight: 500;
	color-scheme: dark;
	outline: none;
	/* ne legyen alap fókusz keret */
}

.add-bg select {
	height: 40px;
}


option {
	font-weight: 500;
}

button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 6px 10px;
	font-family: "rubik";
	font-weight: 500;
	font-size: 15px;
	border: none;
	border-radius: 7px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	margin-right: 10px;
	white-space: nowrap;
}

.profile-left2 button {
	margin-right: 0px;
}

button:hover {
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.button-default {
	background-color: #d1d1d1;
}

.button-green {
	background-color: #7cc576;
}

.button-red {
	background-color: rgb(185, 127, 127);
}

.button-red-small {
	margin-left: 10px;
	margin-right: 0;
	color: white;
	box-shadow: none;
	width: 20px;
	height: 20px;
	padding: 0;
	background-color: rgb(218, 97, 97);
}

.button-red-small2 {
	color: black;
	margin-left: 10px;
	box-shadow: none;
	height: 30px;
	padding: 0 5px;
	background-color: rgb(218, 97, 97);
}

.button-darkred {
	background-color: rgb(218, 97, 97);
}

.button-blue {
	background-color: rgb(127, 152, 185);
}

.button-yellow {
	background-color: rgb(211, 197, 118);
}

.button-icon {
	-webkit-user-drag: none;
	width: 17px;
	object-fit: cover;
	margin-right: 5px;
}

.save-icon {
	-webkit-user-drag: none;
	width: 15px;
	object-fit: cover;
	margin-right: 5px;
}

.save-icon-small {
	margin-right: 5px;
	-webkit-user-drag: none;
	width: 15px;
	object-fit: cover;
}

.tek-table-div {
	overflow: auto;
	white-space: nowrap;
}

.alert-green,
.alert-red {
	text-align: center;
	flex-direction: column;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	background-color: none;
	margin-top: 30px;
	border-radius: 10px;
	padding: 20px;
}

.alert-green {
	color: rgb(134, 185, 127);
	border: 2px solid rgb(134, 185, 127);
	box-shadow: 0px 0px 5px rgb(134, 185, 127);
	text-shadow: 0px 0px 2px rgb(134, 185, 127);
}

.alert-red {
	color: rgb(218, 97, 97);
	border: 2px solid rgb(218, 97, 97);
	box-shadow: 0px 0px 5px rgb(218, 97, 97);
	text-shadow: 0px 0px 2px rgb(218, 97, 97);
}

.index-maininfo-p {
	position: relative;
	background-repeat: repeat;
	background-color: rgba(31, 31, 31, 0.1);
	border-width: 2px;
	border-style: solid;
	width: 140px;
	height: 100%;
	display: inline-flex;
	flex-direction: column;
	padding: 25px;
	border-radius: 15px;
}

/* --- Profil háttér --- */
.profile-background {
	border-radius: 15px;
	z-index: -1;
	opacity: 0.25;
	margin: -20px;
	position: absolute;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	filter: brightness(0.4);
}

/* --- Szerkesztés gomb --- */
.profile-edit-button {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.profile-edit-button button {
	background-color: #FCCD2A;
	color: #1a1a1a;
	padding: 8px 15px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 500;
	transition: 0.2s;
}

.profile-edit-button button:hover {
	background-color: #e6b800;
	transform: translateY(-2px);
}

/* --- Profil grid --- */
.profile-grid {
	padding-left: 30px;
	border-left: 1px solid rgba(87, 87, 87, 0.5);
	margin-left: 30px;
	display: inline-flex;
	flex-direction: column;
	row-gap: 10px;
	column-gap: 20px;
}

/* --- Grid elemek --- */
.profile-grid-element {
	max-width: 500px;
	padding: 10px;
	background-color: rgba(30, 30, 30, 0.75);
	border-radius: 10px;
	display: inline-flex;
	flex-direction: column;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: background-color 0.2s ease;
}

.profile-grid-element:hover {
	background-color: rgba(40, 40, 40, 0.85);
}

/* --- Label és szöveg --- */
.profile-grid-element1 {
	display: inline-flex;
	align-items: flex-end;
	font-size: 14px;
	color: gray;
	margin-right: 5px;
}

.profile-grid-element2 {
	white-space: normal;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: #e0d8ba;
	font-weight: 500;
}

/* --- Figyelmeztetések / jelzések --- */
.profile-figyu-row {
	padding: 8px 0;
	display: flex;
}

.profile-figyu1 {
	min-width: 15px;
	max-width: 15px;
	margin-right: 10px;
	padding-right: 5px;
	border-right: 1px solid rgba(87, 87, 87, 0.5);
}

.profile-figyu2 {
	white-space: nowrap;
	color: gray;
	margin-right: 10px;
}

.profile-figyu3 {
	white-space: normal;
	margin-right: 10px;
}

.profile-figyu4 {
	white-space: nowrap;
	color: #FCCD2A;
	margin-right: 10px;
	font-weight: 500;
}

/* --- Edit Info Grid --- */
.profile-edit-info {
	display: grid;
	row-gap: 15px;
	column-gap: 20px;
	grid-template-columns: auto auto;
	border: 2px solid rgba(252, 205, 42, 0.4);
	padding: 20px;
	border-radius: 15px;
	background-color: rgba(30, 30, 30, 0.75);
}

/* --- Edit mezők --- */
.profile-edit-element,
.profile-edit-element1,
.profile-edit-element2 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.edit-profile-input,
.leader-edit-input {
	margin-left: 10px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	border: none;
	border-radius: 6px;
	padding: 6px 10px;
	background-color: rgba(60, 60, 60, 0.7);
	color: #fff;
	transition: all 0.2s ease;
	width: 100%;
}

.edit-profile-input:focus,
.leader-edit-input:focus {
	background-color: rgba(80, 80, 80, 0.85);
	border: 1px solid #FCCD2A;
	outline: none;
	box-shadow: 0 0 5px rgba(252, 205, 42, 0.4);
}

/* --- Profil mentés gomb --- */
.profile-edit-save {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.profile-edit-save button {
	background-color: #FCCD2A;
	color: #1a1a1a;
	padding: 8px 16px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 500;
	transition: 0.2s;
}

.profile-edit-save button:hover {
	background-color: #e6b800;
	transform: translateY(-2px);
}


.profile-side-r {
	padding-left: 10px;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile-side-l {
	display: flex;
}

.profile-edit-details2 {
	margin-left: 20px;
	display: flex;
	justify-content: space-between;
}

.profile-left {
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
}

.profile-left1 {
	display: flex;
	flex-direction: column;
}

.profile-left2 {
	height: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
}

.profile-area {
	display: flex;
	flex-direction: row;
}

.badges {
	margin-top: 10px;
	margin-bottom: 40px;
}

.badge-template {
	font-weight: 700;
	padding: 3px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	color: black;
	background-color: white;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	margin-bottom: 5px;
	font-size: 14px;
}

.main-header {
	color: #FCCD2A;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lastseen {
	margin: 12px 0;
	font-size: 14px;
	text-align: center;
}

.lastseen-text {
	display: inline-block;
	color: darkgray;
}

.notonlineyet {
	color: darkgray;
}

.lastseen-login {
	font-size: 13px;
}

.online {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.online-b {
	font-size: 15px;
	color: #00ff00;
	text-shadow: 0px 0px 5px #00ff00;
	margin-right: 5px;
	margin-left: 5px;
}

.offline {
	color: lightgrey;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 12px;
}

.offline-b {
	font-size: 15px;
	color: gray;
	text-shadow: 0px 0px 4px gray;
	margin-right: 5px;
	margin-left: 5px;
}

.leader-grid {
	padding-left: 30px;
	border-left: 1px solid rgba(87, 87, 87, 0.5);
	margin-left: 30px;
	display: inline-flex;
	flex-direction: column;
	row-gap: 7px;
	column-gap: 30px;
}

.leader-panel {
	margin-top: 20px;
	display: inline-flex;
	border: 1px solid gray;
	border-radius: 6px;
	padding: 15px;
	padding-right: 5px;
}

.leader-panel-header {
	font-size: 15px;
	color: gray;
	margin-top: -40px;
	margin-left: -15px;
	background-color: none;
	padding: 0px 5px;
	position: absolute;
}

.leader-panel-row {
	gap: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.leader-edit-element {
	display: inline-flex;
	align-items: center;
	justify-content: start;
}

.leader-edit-element-l {
	display: inline-flex;
	align-items: flex-start;
	justify-content: start;
}

.leader-edit-element1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.leader-edit-element2 {
	width: 100%;
	display: inline-flex;
	margin-left: 5px;
	color: #FCCD2A;
}

.leader-edit-element3 {
	width: 100%;
	display: inline-flex;
	margin-left: 5px;
	color: #FCCD2A;
}

.leader-edit-input {
	margin-left: 10px;
	font-weight: 500;
	font-family: "rubik";
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
}

.leader-edit-cb {
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.leader-footer-cont {
	gap: 20px;
	display: flex;
	justify-content: space-between;
}

.leader-footer-cont1 {
	display: flex;
	flex-direction: column;
}

.leader-panel-cont {
	width: calc(100% - 8px);
	display: inline-flex;
	flex-direction: column;
	gap: 10px;
}

.leader-panel input {
	display: inline-flex;
	border-radius: 5px;
	font-size: large;
	color: white;
	background-color: #363636;
	font-weight: 500;
	font-family: "rubik";
	border: 1px white solid;
	padding: 5px;
}

.leader-figyu-cont {
	margin-left: 10px;
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-end;
}

.leader-plusz-cont {
	margin-left: 10px;
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-end;
}

.jelveny-wrapper {
	width: calc(100% - 8px);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.jelveny-row {
	gap: 3px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.figyuinput-m {
	width: 40px;
}

.figyuinput {
	width: 500px;
}

.oldfigyuwrapper {
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
}

.oldfigyurow {
	justify-content: space-between;
	display: inline-flex;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px;
}

.oldfigyudelete {
	max-width: 30%;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.figyuadd {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.figyuaddwrapper {
	display: flex;
	width: 100%;
}

.pluszinput-m {
	width: 40px;
}

.pluszinput {
	width: 500px;
}

.oldpluszwrapper {
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
}

.oldpluszrow {
	justify-content: space-between;
	display: inline-flex;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px;
}

.oldpluszdelete {
	max-width: 30%;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.pluszadd {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.pluszaddwrapper {
	display: flex;
	width: 100%;
}

.leader-panel-button {
	background-color: #1e1e1e;
	margin: 0;
}

/* --- Ticket Card Container --- */
.kozlemeny-main {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 6 50px;
	/* fix szélesség, lehet %-ban is */
	background-color: rgba(51, 51, 51, 0.85);
	/* sötét, modern doboz */
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}



/* --- Inputok és textarea --- */
.kozlemeny-main input,
.kozlemeny-main textarea {
	border: 1px solid rgba(180, 180, 180, 0.3);
	border-radius: 6px;
	padding: 10px;
	font-size: 1rem;
	color: #fff;
	background-color: rgba(50, 50, 50, 0.7);
	font-family: "Rubik", sans-serif;
	transition: all 0.2s ease;
	resize: vertical;
}

.kozlemeny-main input:focus,
.kozlemeny-main textarea:focus {
	border-color: #FCCD2A;
	background-color: rgba(60, 60, 60, 0.85);
	box-shadow: 0 0 5px rgba(252, 205, 42, 0.4);
	outline: none;
}

/* --- Head Row --- */
.kozlemeny-head-row,
.kozlemeny-body-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.kozlemeny-head-title,
.kozlemeny-body-title {
	font-weight: 600;
	color: #FCCD2A;
	display: flex;
	align-items: center;
	gap: 5px;
}

/* --- Inputs külön stílusban --- */
.kozlemeny-head-input,
.kozlemeny-body-input {
	border-radius: 5px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	padding: 6px 8px;
	border: 1px solid rgba(180, 180, 180, 0.3);
	background-color: rgba(50, 50, 50, 0.7);
	color: #fff;
	transition: all 0.2s ease;
}

.kozlemeny-head-input:focus,
.kozlemeny-body-input:focus {
	border-color: #FCCD2A;
	background-color: rgba(60, 60, 60, 0.85);
	box-shadow: 0 0 4px rgba(252, 205, 42, 0.4);
	outline: none;
}


.kilepesek-input {
	width: 250px;
	height: 22px;
	margin-right: 10px;
	font-weight: 500;
	font-family: "rubik";
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
}

.karakteridlink {
	color: lightblue;
}

.karakteridlink:hover {
	text-decoration: underline;
}

.index-profile-bg hr {
	opacity: 30%;
	width: 100%;
	margin-left: 10px;
}

.nav-navbar {
	border-bottom: 1px solid #363636;
	padding-bottom: 10px;
}

/* Inaktív gomb */
.nav-inactive {
	color: #FCCD2A;
	border: 1px solid rgba(252, 205, 42, 0.5);
	padding: 8px 20px;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.3px;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	background: rgba(252, 205, 42, 0.05);
	backdrop-filter: blur(4px);
}

.nav-inactive:hover {
	color: #fff;
	background-color: rgba(252, 205, 42, 0.2);
	border-color: #FCCD2A;
	transform: translateY(-1px);
	box-shadow: 0 0 10px rgba(252, 205, 42, 0.3);
}

/* Aktív gomb */
.nav-active,
.nav-active:hover {
	color: #1b1b1b;
	background-color: #FCCD2A;
	border: 1px solid #FCCD2A;
	padding: 8px 20px;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	letter-spacing: 0.3px;
	transition: all 0.25s ease-in-out;
	box-shadow: 0 0 12px rgba(252, 205, 42, 0.4);
}

.c11-aktiv-grid {
	text-align: start;
	font-size: 16px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	color: white;
	display: grid;
	grid-template-columns: auto auto;
	padding: 20px;
	gap: 5px 20px;
	border-radius: 5px;
	background: rgba(100, 100, 100, 0.3);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.c11-aktiv-main {
	margin-top: 30px;
	display: inline-flex;
	margin-bottom: 30px;
}

.c11-aktiv-resztvevok {
	border-radius: 5px;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	transition: 0.2s;
}

.c11-aktiv-resztvevok1 {
	display: inline-flex;
}

.c11-aktiv-resztvevok2 {
	display: inline-flex;
}

.c11-history-main {
	margin-top: 30px;
	display: inline-flex;
	margin-bottom: 100px;
}

.c11-aktiv-grid-element1,
.c11-aktiv-grid-element2 {
	display: block;
}

.c11-aktiv-grid-element2 select {
	margin: 0;
	height: 100%;
	color-scheme: dark;
}

.c11-aktiv-grid-element1 {
	color: #FCCD2A;
}

.c11-lezaras-confirm,
.c11-confirm-main {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.c11-confirm-main {
	flex-direction: column;
}

.c11_resztvevok1 {
	border-bottom: 1px solid rgb(87, 87, 87);
	display: block;
	font-weight: 700;
	color: white;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.c11-gombok {
	display: inline-flex;
	margin-left: 15px;
}

.c11_lezaras_maindiv {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.resztvevofok {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	padding: 2px 8px;
	border-radius: 5px;
	background-color: rgb(15, 15, 15);
	display: inline-block;
	margin: 0px 5px;
}

.success-block {
	display: flex;
}

.c11-h-div {
	border: 2px solid rgb(87, 87, 87);
	padding: 15px;
	border-radius: 5px;
}

.c11-h-id {
	position: absolute;
	display: inline-flex;
	color: gray;
	background-color: #1e1e1e;
	margin-top: -26px;
	padding: 0 8px;
}

/* --- Modern H-Table --- */
.h-table {
	width: 100%;
	border-collapse: collapse;
	overflow-x: auto;
	border-radius: 8px;
}

/* --- Table Head --- */
.h-table th {
	color: #FCCD2A;
	background-color: rgba(30, 30, 30, 0.8);
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-weight: 600;
	text-align: center;
}

/* --- Table Data --- */
.h-table td {
	font-weight: 400;
	color: #fff;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	transition: background-color 0.3s, color 0.3s;
	text-align: center;
	white-space: nowrap;
	background-color: rgba(45, 45, 45, 0.7);
}

/* --- Hover Effect --- */
.h-table tr:hover td {
	background-color: rgba(99, 98, 98, 0.85) !important;
	color: #FCCD2A;
}

/* --- Long Text Cells --- */
.h-table .td-longtext {
	white-space: normal;
	text-align: start;
}

/* --- Alternating row colors --- */
.h-table tr:nth-child(even) td {
	background-color: rgba(55, 55, 55, 0.7);
}


.garage {
	overflow: hidden;
	display: inline-flex;
	flex-direction: column;
}

.verticalfullrow {
	display: inline-flex;
}

.spotinuse {
	background-color: rgba(255, 0, 0, 0.02);
}

.verticalspot {
	color: lightgray;
	writing-mode: vertical-rl;
	font-size: 12px;
	/* box-shadow: 0px 0px 2px white inset; */
	width: 33.45px;
	height: 66.2px;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.verticalspot:hover {
	background: rgba(255, 255, 255, 0.1);
}

.twobytwo {
	display: inline-flex;
	flex-direction: column;
	height: 66.2px;
	width: 66.9px;
}

.horizontalspot {
	color: lightgray;
	font-size: 12px;
	width: 100%;
	height: 33.45px;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.horizontalspot:hover {
	background: rgba(255, 255, 255, 0.1);
}

.civilgarazscont {
	gap: 107px;
	display: flex;
	width: 1fr;
	background-image: url("../images/garage.png");
	background-repeat: no-repeat;
	background-size: auto;
	height: 462px;
	position: relative;
}

.igenyles-two-div {
	display: grid;
	border-collapse: collapse;
	grid-template-columns: 1fr 1fr;
	grid-auto-flow: column;
}

.igenyles-button-div {
	width: 50%;
	display: inline-flex;
	flex-direction: column;
	padding-right: 20px;
}

.igenyles-active-div {
	display: inline-flex;
	flex-direction: column;
}

.igenyles-button {
	font-size: larger;
	display: flex;
	justify-content: space-between;
	color: white;
	background-color: #363636;
	padding: 15px;
	margin-bottom: 20px;
	transition: 0.2s;
}

.igenyles-button:hover {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	background-color: #525252;
}

.igenyles-button-icon {
	filter: invert(100%);
	height: 30px;
	object-fit: cover;
	margin-left: 15px;
	transition: height, 0.2s;
}

.igenyles-aktiv {
	min-width: 450px;
	display: inline-flex;
	flex-direction: column;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.igenyles-aktiv-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 5px 10px;
	background-color: #282828;
}

.igenyles-aktiv-body {
	display: inline-flex;
	flex-direction: column;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
	background-color: #363636;
}

.ch2utasitsdel {
	color: #da6161;
	margin-left: 5px;
}

.small-x-red {
	display: inline-flex;
	cursor: pointer;
	margin-left: 7px;
	color: #c57676;
}

.small-x-red:hover {
	color: red;
}

.small-x-blue {
	display: inline-flex;
	cursor: pointer;
	margin-left: 7px;
	color: rgb(127, 152, 185);
}

.small-x-blue:hover {
	color: blue;
}

.small-x-green {
	display: inline-flex;
	cursor: pointer;
	margin-left: 7px;
	color: #7cc576;
}

.small-x-green:hover {
	color: rgb(0, 255, 0);
}

.igenyles-aktiv-element1 {
	display: inline-flex;
	margin-bottom: 15px;
}

.igenyles-aktiv-element2 {
	margin-right: 5px;
}

.igenyles-aktiv-element3 {
	margin-right: 5px;
	font-size: 105%;
	vertical-align: middle;
	color: darkgray;
}

.igenyles-aktiv-element-row {
	display: flex;
}

.igenyles-input {
	width: 300px;
	margin-left: 10px;
	font-weight: 500;
	font-family: "rubik";
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
}

.jarmu-igenyles-table {
	font-weight: 700;
	border-collapse: collapse;
}

.jarmu-igenyles-table tr:hover td {
	background-color: rgba(216, 160, 0, 0.8);
	cursor: pointer;
}

.jarmu-igenyles-th {
	color: #FCCD2A;
	padding: 10px 10px;
	border: 2px solid #363636;
}

.jarmu-igenyles-td {
	padding: 5px 5px;
	white-space: nowrap;
	text-align: center;
	font-weight: 400;
	color: white;
	border: 2px solid #363636;
	transition: background-color 0.2s;
}

.jarmu-igenyles-cb {
	background-color: red;
	width: 20px;
	-webkit-transform: scale(1.5);
}

.igenyles-comment {
	display: flex;
	flex-direction: column;
}

.igenyles-comment-container {
	display: inline-flex;
	margin-bottom: 30px;
}

.igenyles-comment-rang {
	text-align: right;
	color: #FCCD2A;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #363636;
}

.igenyles-comment-leiras {}

/* --- NV Container --- */
.nv-cont {
	width: 450px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	gap: 12px;
}

/* --- NV Background Box --- */
.nv-bg {
	border-radius: 10px;
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	background-color: rgba(59, 59, 59, 0.6);
	/* modern sötétszürke */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.nv-bg:hover {
	background-color: rgba(50, 50, 50, 0.7);
	transform: translateY(-2px);
}

/* --- NV Rows --- */
.nv-row,
.nv-row1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 5px 0;
	gap: 4px;
	color: #eee;
	font-weight: 500;
	font-size: 14px;
}

/* --- NV Input --- */
.nv-row-input {
	padding: 6px 10px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	border: 1px solid rgba(200, 200, 200, 0.2);
	border-radius: 5px;
	background-color: rgba(60, 60, 60, 0.7);
	color: #fff;
	transition: all 0.2s ease;
	outline: none;
}

.nv-row-input:focus {
	border-color: #FCCD2A;
	/* arany kiemelés fókusznál */
	background-color: rgba(70, 70, 70, 0.85);
	box-shadow: 0 0 5px rgba(252, 205, 42, 0.4);
}


/* --- Modern Default Table --- */
.default-table,
.default-table th,
.default-table td {
	color: #FCCD2A;
	font-family: "Rubik", sans-serif;
	border: 1px solid rgba(252, 205, 42, 0.5);
	/* finom arany határ */
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	padding: 8px 12px;
	transition: all 0.2s ease;
	background-color: rgba(40, 40, 40, 0.7);
}

.default-table {
	width: 100%;
	margin-bottom: 15px;
	overflow-x: auto;
	border-radius: 10px;
	/* lekerekített sarkok */
}

/* --- Th --- */
.default-table th {
	background-color: rgba(30, 30, 30, 0.8);
	color: #FCCD2A;
	font-weight: 600;
	height: 35px;
}

/* --- Td --- */
.default-table td {
	color: #fff;
	background-color: rgba(50, 50, 50, 0.7);
}

/* --- Hover --- */
.default-table tr:hover td {
	background-color: rgba(92, 92, 92, 0.85) !important;
	color: #FCCD2A;
}

/* --- Első sor ne legyen túl erős --- */
.default-table tr:first-child td {
	border-top: 1px solid rgba(252, 205, 42, 0.5);
}

/* --- Opció: alternáló sorok --- */
.default-table tr:nth-child(even) td {
	background-color: rgba(45, 45, 45, 0.7);
}


.tdimg img {
	width: 20px;
}

.tdimg img:hover {
	cursor: pointer;
	-webkit-filter: opacity(50%);
}

.tdfizu1 {
	display: inline-flex;
}

.fizu-text {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	border: none;
	background-color: #1e1e1e;
	color: white;
	margin-right: 0;
	box-shadow: none;
	width: 300px;
	height: 20px;
}

.percek-input {
	font-size: large;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	font-family: "Courier New", Courier, monospace;
	padding: 3px;
	color: white;
	width: 80px;
	background-color: rgba(20, 20, 20, 0.5);
}

.perc-zaras-container {
	display: inline-flex;
	flex-direction: column;
}

.jarmu-grid {
	display: inline-flex;
	flex-direction: column;
	row-gap: 5px;
}

.szanitec-table,
.szanitec-table th,
.szanitec-table td {
	color: black;
	font-family: "rubik";
	border: none;
	border-spacing: 5px;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	border-spacing: 3px 3px;
	border-collapse: collapse;
}

.szanitec-table {
	padding: 0px;
	margin-bottom: 15px;
	overflow: auto;
}

.szanitec-table th,
.szanitec-table td {
	border: 2px solid #820000;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.szanitec-table th {
	color: #d80000;
	background-color: rgba(20, 20, 20, 0.5);
	height: 30px;
}

.szanitec-table td {
	color: white;
	justify-content: center;
	transition: 0.2s;
}

.szanitec-table tr td {
	border-collapse: separate;
	border-spacing: 10px;
	background-color: rgba(39, 39, 39, 0.5);
	transition: 0.2s;
}

.szanitec-table tr:hover td {
	background-color: rgba(100, 100, 100, 0.5);
	color: #FCCD2A;
}

.spsu-table,
.spsu-table th,
.spsu-table td {
	color: black;
	font-family: "rubik";
	border: none;
	border-spacing: 5px;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	border-spacing: 3px 3px;
	border-collapse: collapse;
}

.spsu-table {
	padding: 0px;
	margin-bottom: 15px;
	overflow: auto;
}

.spsu-table th,
.spsu-table td {
	border: 2px solid #000282;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.spsu-table th {
	color: #0004d8;
	background-color: rgba(20, 20, 20, 0.5);
	height: 30px;
}

.spsu-table td {
	color: white;
	justify-content: center;
	transition: 0.2s;
}

.spsu-table tr td {
	border-collapse: separate;
	border-spacing: 10px;
	background-color: rgba(39, 39, 39, 0.5);
	transition: 0.2s;
}

.spsu-table tr:hover td {
	background-color: rgba(100, 100, 100, 0.5);
	color: #FCCD2A;
}

.form-main {
	margin: 10px 0;
	gap: 10px;
	display: flex;
	flex-direction: column;
	width: 50%;
}

.form-main input,
.form-main textarea {
	border: 1px solid gray;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: large;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
}

.form-row {
	gap: 10px;
	display: flex;
	flex-direction: column;
}

.form-title {
	font-size: 18px;
	color: #FCCD2A;
}

.form-desc {
	font-size: 14px;
}

.form-grid {
	margin-top: 5px;
	grid-auto-flow: column;
	grid-template-rows: 30px 30px 30px 30px 30px 30px 30px;
	grid-template-columns: 150px 150px;
	display: grid;
}

.form-other {
	gap: 5px;
	display: inline-flex;
	flex-direction: column;
}

/* Customize the label (the container) */
.cb-cont {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.cb-cont input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.cb-cm {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cb-cont:hover input~.cb-cm {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb-cont input:checked~.cb-cm {
	background-color: #FCCD2A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb-cm:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.cb-cont input:checked~.cb-cm:after {
	display: block;
}

/* Style the checkmark/indicator */
.cb-cont .cb-cm:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.currentViewerCont {
	display: inline-flex;
	margin-left: 50px;
	align-items: center;
	gap: 10px;
}

.currentViewer {
	cursor: pointer;
	display: inline-flex;
	height: 25px;
	align-items: center;
}

.currentViewerImgWrapper {
	border: 2px solid;
	height: 25px;
	width: 25px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.currentViewerImg {
	object-fit: cover;
	margin: 2px;
	height: 21px;
	width: 21px;
	border-radius: 21px;
}

.currentViewerName {
	margin-left: 6px;
	display: inline-flex;
	font-size: 16px;
	color: lightgray;
}

.currentViewerHidden {
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 25px;
	background-color: rgb(56, 56, 56);
	color: white;
	border-radius: 25px;
	font-size: 12px;
}

.tess:hover {
	background-color: #FCCD2A !important;
	color: #00000050 !important;
}

.tess {
	margin: 5px !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	text-decoration: none !important;
	color: #FCCD2A !important;
	background-color: #00000050 !important;
	border-radius: 4px !important;
	border: 1px solid #00000050 !important;
	transition: background-color 0.3s, color 0.3s !important;
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.db-kirendeltseg {
	display: flex;
	justify-content: center;
	/* Vízszintes középre igazítás */
	align-items: center;
	/* Függőleges középre igazítás */
	padding-right: 35px;
}