.account-section {
	background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
}

.account-card,
.account-login-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 18px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	height: 100%;
}

.account-card-header {
	padding: 35px 35px 25px;
	/* Finom, semleges szürke átmenet a korábbi barna helyett */
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.01));
	border-bottom: 1px solid #efefef;
}

.account-card-body {
	padding: 35px;
}

.account-badge {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 50px;
	/* Semleges világosszürke háttér és sötétszürke szöveg */
	background: #f1f3f5;
	color: #495057;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.account-title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.account-subtitle {
	color: #6c757d;
	margin-bottom: 0;
}

.account-feature-list {
	margin: 0;
	padding: 0;
}

.account-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid #f1f1f1;
}

.account-feature-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.account-feature-icon {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 12px;
	/* Semleges ikon háttér és szín */
	background: #f1f3f5;
	color: #495057;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.account-form-box {
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 16px;
	padding: 24px;
}

.account-login-top {
	padding: 35px 35px 20px;
	border-bottom: 1px solid #efefef;
	background: #fff;
}

.account-login-body {
	padding: 30px 35px 35px;
}

.account-tabs {
	gap: 10px;
}

.account-tabs .nav-item {
	flex: 1 1 0;
}

.account-tabs .nav-link {
	width: 100%;
	border: 0;
	border-radius: 12px;
	padding: 14px 14px;
	font-weight: 700;
	color: #495057;
	background: #f3f4f6;
	transition: all 0.25s ease;
}

.account-tabs .nav-link:hover {
	background: #eceef1;
	color: #212529;
}

.account-tabs .nav-link.active {
	/* Határozott, sötétszürke aktív állapot */
	background: #495057;
	color: #fff;
	box-shadow: 0 10px 25px rgba(73, 80, 87, 0.25);
}

.account-tab-pane {
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 16px;
	padding: 24px;
}

.account-login-card .form-control,
.account-card .form-control {
	min-height: 48px;
	border-radius: 10px;
	border: 1px solid #dfe3e8;
	box-shadow: none;
	background: #fff;
}

.account-login-card .form-control:focus,
.account-card .form-control:focus {
	/* Visszafogott, szürkés fókusz keret a barna helyett */
	border-color: #adb5bd;
	box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.1);
}

.account-login-card .btn.btn-default,
.account-card .btn.btn-default {
	border-radius: 10px;
	padding: 12px 22px;
	font-weight: 700;
}

.account-info-note {
	/* Szolid, általános információs doboz színezés */
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 12px;
	padding: 12px 14px;
	color: #6c757d;
	font-size: 14px;
}

.account-bottom-link {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #efefef;
	text-align: center;
	font-size: 14px;
	color: #6c757d;
}

.account-bottom-link a {
	font-weight: 700;
	color: #495057; /* Hozzáadva, hogy a link se legyen véletlenül alapértelmezett kék (ha nem szeretnéd) */
	text-decoration: none;
}

.account-bottom-link a:hover {
	color: #212529;
}

.captcha-parent {
	margin-top: 18px;
}

@media (max-width: 991.98px) {
	.account-card-header,
	.account-card-body,
	.account-login-top,
	.account-login-body {
		padding: 25px;
	}

	.account-tab-pane,
	.account-form-box {
		padding: 18px;
	}
}

.grx-filter-widget {
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 12px;
	padding: 18px 18px 20px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.035);
}

.grx-filter-widget .widget-title {
	text-align: center;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eeeeee;
}

.grx-filter-widget .widget-title .title {
	font-size: 28px;
	line-height: 1.1;
	margin: 0;
	color: #e4a38c;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.grx-filter-group {
	margin-bottom: 14px;
}

.grx-filter-group:last-child {
	margin-bottom: 0;
}

.grx-filter-toggle {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7e2dd;
	padding: 0 0 9px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	color: #4f587f;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	box-shadow: none;
}

.grx-filter-toggle:focus {
	outline: none;
	box-shadow: none;
}

.grx-filter-toggle i {
	font-size: 13px;
	color: #59617f;
	transition: transform 0.2s ease;
}

.grx-filter-toggle:not(.collapsed) i {
	transform: rotate(180deg);
}

.grx-filter-options {
	padding-top: 10px;
}

.grx-filter-options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.grx-filter-options li {
	margin-bottom: 8px;
}

.grx-filter-options li:last-child {
	margin-bottom: 0;
}

.grx-check {
	position: relative;
	display: block;
	padding-left: 28px;
	color: #4f587f;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 400;
	cursor: pointer;
}

.grx-check input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 4px;
	width: 15px;
	height: 15px;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
	border: 1.5px solid #999;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
}

.grx-check input[type="checkbox"]:checked {
	background: #cea264;
	border-color: #cea264;
}

.grx-check input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid #222;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.grx-check label {
	margin: 0;
	cursor: pointer;
	color: inherit;
	font-weight: 400;
}

.grx-filter-actions {
	display: flex;
	gap: 8px;
	margin-top: 16px;
}

.grx-filter-actions .btn {
	flex: 1;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 12px;
	border-radius: 7px;
	line-height: 1.2;
}

.grx-filter-actions .btn-outline {
	border: 1px solid #dddddd;
	background: #fff;
	color: #555;
}

.grx-filter-actions .btn-outline:hover {
	background: #f7f7f7;
	color: #333;
}

@media (max-width: 575.98px) {
	.grx-filter-widget {
		padding: 16px;
	}

	.grx-filter-widget .widget-title .title {
		font-size: 25px;
	}

	.grx-filter-toggle {
		font-size: 15px;
	}

	.grx-check {
		font-size: 14px;
	}
}


.grx-filter-widget .grx-filter-toggle,
.grx-filter-widget .grx-filter-toggle:hover,
.grx-filter-widget .grx-filter-toggle:focus,
.grx-filter-widget .grx-filter-toggle:active {
	color: #4f587f !important;
	background: transparent !important;
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.grx-filter-widget .grx-filter-toggle span,
.grx-filter-widget .grx-filter-toggle:hover span,
.grx-filter-widget .grx-filter-toggle:focus span,
.grx-filter-widget .grx-filter-toggle:active span {
	color: #4f587f !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.grx-filter-widget .grx-filter-toggle i,
.grx-filter-widget .grx-filter-toggle:hover i,
.grx-filter-widget .grx-filter-toggle:focus i,
.grx-filter-widget .grx-filter-toggle:active i {
	color: #4f587f !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.grx-filter-widget .grx-filter-toggle.collapsed i {
	transform: rotate(0deg);
}

.grx-filter-widget .grx-filter-toggle:not(.collapsed) i {
	transform: rotate(180deg);
}	

	
.navbar .dropdown-menu .langcolor i.fa-check {
	line-height: 1 !important;
}


/*placeholdertotop*/
.input-container {
    position: relative;
    margin-top: 20px;
}

.floating-input {
    border: 1px solid #ccc; /* Ez a szegély marad kattintáskor is */
    padding: 10px 10px 10px 5px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    outline: none; /* Különösen fontos, hogy ne legyen kék kontúr fókusz esetén */
}

.floating-label {
    position: absolute;
    top: 85%;
    left: 0px;
    font-size: 13px;
    color: #aaa;
    pointer-events: none;
    transition: 0.2s ease all;
    transform: translateY(-92%);
	/*background:#fff;	*/
	padding: 4px 4px 4px 4px;
}

/* Csak a label pozíciója és színe változik, az input border-e nem */
.floating-input:focus + .floating-label,
.floating-input:not(:placeholder-shown) + .floating-label {
    top: 0;
    font-size: 11px;
    color: #777;
	border: 1px solid #ddd; /* Ez a szegély marad kattintáskor is */
	border-bottom:0px;
	
}

.regselect{border:1px solid #ccc}

.pwshw{
	margin-left:-25px; width:40px; height:40px;
}

@media (max-width: 768px) {
	.pwshw{ margin-top:-70px;float:right; height:35px;}
	
}
/*placeholdertotop*/


.errclass {
    border-color: #dc3545 !important; /* Bootstrap danger piros */
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

/* Opcionális: ha fókuszba kerül a hibaos mező, maradjon piros a glow is */
.errclass:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}

.succesborder{
border-color: #198754 !important; border-width: 2px !important; border-style: solid !important;
}


/* Eltávolítja a táblázat szélső celláinak alapértelmezett oldalsó margóját, 
   hogy a tartalom teljesen kitöltse a rendelkezésre álló helyet */
.custom-order-table td {
    vertical-align: middle;
}


/* Segédosztály a közepes betűvastagsághoz, ha a BS5 alapértelmezettje nem elég */
.fw-medium {
    font-weight: 500;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0 !important;
}
.tree-hidden {
        display: none !important;
    }
    .tree-visible {
        display: block !important;
    }
    
    /* Opcionális: Finom átmenet a Bootstrap ikon forgásához, ha használod */
    .group-arrow {
        transition: transform 0.2s ease;
    }
    .tree-group[aria-expanded="true"] .group-arrow {
        transform: rotate(180deg);
    }

.w100{
	width:100%;
}
.img60{
	width:60% !important;
}
.disabled {  
	cursor: not-allowed !important;
}	

.nodisplay{
	display:none;
}

.fs-08{
	font-size:.8em !Important;
}

.fs-09{
	font-size:.9em !important;
}

.fs-1{
	font-size:1.0em !important;
}

.fs-15{
	font-size:1.5em !important;
}

.fs-12{
	font-size:1.2em !important;
}

.fs-60p{
	font-size:60px !important;
}

.dred{
    color: #ae2500 !important;
}

.text-green{
	color: #048b1d; !important;
}

.text-red-dark {
  color: #d0021b !important; 
}

.warningclass{
	border:1px solid #d6bc68 !important;
	background:#fff3cd !important;
}



.nositeclass{
	background: rgba(50, 50, 50, 1) url(../images/objects/menu-bg.png);
}
.userimage{
	max-height:40px;
	border:1px solid #fff;
}

/*ckeditorstiles*/
img.right
{	
	float: right;
	margin-left: 15px !important;
	padding: 8px !important;
}

img.left {
	float: left;
	margin-right: 15px !important;
	padding: 8px !important;
}

.nocapitalize{
	text-transform: none !important;
}


.img-responsive{
	max-width: 100% !important;
	height:auto !important;
}