.input {
	background: #293642;
	height: 3.5rem;
	color: #b7c0ca;
	width: 100%;
}
.input-dropdown {
	background: #293642;
	height: 3rem;
	color: #b7c0ca;
	width: 80%;
}
.input-comment {
	background: #293642;
    color: #b7c0ca;
    width: 100%;
    height: auto;
    min-height: 7rem;
    resize: vertical;
    line-height: 1.5;
    font-family: inherit;
}
.input-pass-reset {
	height: 3.5rem;
	color: #b7c0ca;
	width: 100%;
	background: #1e2c38;
}
.label {
	position: relative;
	top: 40px;
	left: 10px;
	color: #99ABC2;
}
.label-time {
	position: relative;
	top: 5px;
	/* left: 45%; */
	color: #99ABC2;
}
.label-date {
    position: relative;
    top: 5px;
    /* left: 10px; */
    color: #99ABC2;
}
.label-choose {
	position: relative;
	top: 40px;
	left: 60%;
	color: #99ABC2;
}
.label-radio {
	position: relative;
	top: 5px;
	color: #99ABC2;
	margin-right: 5%;
}
.label-dropdown {
	position: relative;
	top: 20px;
	left: 10px;
	color: #99ABC2;
}
.body {
	background: #121A21;
	font-family: "Inter", sans-serif;
}
.btn-login {
	font-weight: bold;
	width: 95%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
	height: 3rem;
	background: #307ACC;
}
.btn-add {
	font-weight: bold;
	width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	height: 3rem;
	background: #307ACC;
}
.login-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.input-group {
	width: 100%;
	display: flex;
	top: 120px;
}
.input-group-register {
	width: 100%;
	display: flex;
	position:relative;
	top: 160px;	
}
.input-radio {
	position: relative;
    top: 5px;
    left: 20px;
    margin-right: 30px;
	scale: 1.5;
}
.input-password {
	position: relative;
  top: -35px;
  left: 90%;
}
.forgot-pw {
	position: fixed;
	color: #99ABC2;
	top: 35%;
	font-size: 0.8rem;
}
.border-blue {
  border: 2px solid #007bff !important;
}
.border-lorange {
  border: 1px solid #f7c899;
}
.border-orange {
	border: 2px solid #ffa735;
}
.label.hidden {
  opacity: 0;
}
.main-meni-badge {
  background: #21334A;
}
.opis-menija {
	color: #8FABCC;
}
.btn-back {
  left: 10px;
  top: 40px;
  color: white;
  background: transparent;
  border: none;
  position: relative;
}
.upper-cloud {
  z-index: 50;
  position: sticky;
  top: 0;
  background: rgb(18, 26, 33, 0.9);
  backdrop-filter: blur(5px);
  box-shadow: #282f39 0.2px 0.2px 10px;
}
.patchy-notes {
	box-shadow: #282f39 0.2px 0.2px 10px;
}
.hr-with-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: #99ABC2;
}

.hr-with-text::before,
.hr-with-text::after {
  content: "";
  flex: 1;
  border-bottom: 0.1px dotted #99ABC2;
}

.hr-with-text::before {
  margin-right: 0.5em;
}

.hr-with-text::after {
  margin-left: 0.5em;
}
.modal-kartica {
	background: rgb(18, 26, 33, 0.9);
}
.drop-down-icon {
	position: relative;
    top: 40px;
    left: 92%;
    width: 5%;
}
.drop-down-btn {
	position: relative;
	z-index: 10;
	background: #293642;
	width: 100%;
}
.notranjost-drop-down {
	color: #99ABC2;
	overflow-y: scroll;
	max-height: 11rem;
}
.naslov-drop-down {
	color: #b7c0ca;
}
.btn-prikaz-povzetka {
	background: #293642;
	height: 3.5rem;
	color: #b7c0ca;
	width: 100%;
}
.fade-enter-active,
.fade-leave-active {
  	transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  	opacity: 0;
}
.checkbox-input {
	position: relative;
	/* left: 65%; */
}
.text-podatki {
	color: #b7c0ca;
}
.text-naslovi {
	color: #99ABC2;
}
.text-manjsi {
	font-size: 15px;
 /* The switch - the box around the slider */
}
.text-lorange {
	color: #f7c899;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.znacka-jezik {
  font-size: 9px;
  position: relative;
  top: -10px;
  right: 0px;
  color: #fbb;
}
input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 
.list-dark {
	background: #293642;
	color: #b7c0ca;
}
.new-dark-modal{
	background: #121A21;
	color: #b7c0ca;
}
.btn-filter {
	position: relative;
    top: 0px;
    left: 75%;
}
.iskalnik {
	position: relative;
  top: -38px;
  left: 90%;
  color: white;
}
.sticky {
	position: sticky;
  top: 100px;
}
.skupni-podatki {
	background: rgb(41, 54, 66, 0.5);
}
.logo-tablica > img {
		width:20%;
}
.hover-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: transform 0.5s ease;
  cursor: pointer;
}
.hover-card:hover {
  transform: translateY(-5px);
  border: 1px solid #ffa735;
  box-shadow: #282f39 0.2px 0.2px 10px;
}
.bg-cards {
	background-color: #293642;
}
@media only screen and (min-width: 750px) and (max-width: 1024px) {
	.input-group {
		top:0px;
	}
	.btn-login {
		position:relative;
	}
	.logo-tablica > img {
		width:10%;
	}
}
.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.toast {
    opacity: 1 !important;
    display: block !important;
    transform: none !important;
	position: sticky;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toast-container {
    position: sticky;
    top: 45%;
    left: 5%;
    transform: translateY(-280%);
    z-index: 1090;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.grecaptcha-badge {
  opacity: 0;
}
.narocnina {
	position: relative;
  top: -51px;
  color: gray;
  transform: rotate(25deg);
  left: 71%;
}
.narocnina_aktivna {
	position: relative;
  top: -51px;
  color: gold;
  transform: rotate(25deg);
  left: 71%;
}
.narocnina_sekcija {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 112px;
  border-radius: 6px;
  justify-content: space-between;
  margin: 10px;
}
.product {
  display: flex;
}
.opis_narocnine {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color:black;
  width:100%;
}
.required-field {
	border: 1px solid red !important;
}
.triangle-current {
	position: absolute;
  top: 20px;
  right: 19px;
}
/*TEST*/

:where([autocomplete="one-time-code"]) {
  --otp-digits: 6;
  --otp-ls: 4ch;
  --otp-gap: 1.10;

  /* private const */
  --_otp-bgsz: calc(var(--otp-ls) + 1ch);
  --_otp-digit: 0;
	all: unset;
	background: 
	linear-gradient(90deg, 
		var(--otp-bg, #70a2d9) calc(var(--otp-gap) * var(--otp-ls)),
		transparent 0),
		linear-gradient(90deg, 
		var(--otp-bg, #EEE) calc(var(--otp-gap) * var(--otp-ls)),
		transparent 0
	);
	background-position: calc(var(--_otp-digit) * var(--_otp-bgsz)) 0, 0 0;
	background-repeat: no-repeat, repeat-x;
	background-size: var(--_otp-bgsz) 100%;
	caret-color: var(--otp-cc, #222);
	caret-shape: block;
	clip-path: inset(0% calc(var(--otp-ls) / 2) 0% 0%);
	font-family: ui-monospace, monospace;
	font-size: var(--otp-fz, 2.5em);
	inline-size: calc(var(--otp-digits) * var(--_otp-bgsz));
	letter-spacing: var(--otp-ls);
	padding-block: var(--otp-pb, 1ch);
	padding-inline-start: calc(((var(--otp-ls) - 0.55ch) / 2) * var(--otp-gap));
}
@media only screen and (min-width: 100px) and (max-width: 400px) {
	.font-phone {
		font-size: 15px;	
	}
	.scale-phone {
		scale: 1.3;
	}
}

/* Modern Login Card with Bootstrap */
.login-card {
	background: rgba(41, 54, 66, 0.9) !important;
	border-radius: 20px !important;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.login-card .form-floating > .form-control.input {
	background: #293642 !important;
	border: 2px solid transparent !important;
	color: #b7c0ca !important;
	height: 3.5rem !important;
	border-radius: 12px !important;
	transition: all 0.3s ease !important;
}

.login-card .form-floating > .form-control.input:focus {
	background: #1e2c38 !important;
	border-color: #307ACC !important;
	box-shadow: 0 0 0 0.2rem rgba(48, 122, 204, 0.25) !important;
	color: #b7c0ca !important;
}

.login-card .form-floating > label {
	color: #99ABC2 !important;
	background: transparent !important;
	padding: 0.75rem 1rem !important;
}

.login-card .form-floating > .form-control.input:focus ~ label,
.login-card .form-floating > .form-control.input:not(:placeholder-shown) ~ label {
	color: #307ACC !important;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}

.login-logo {
	max-width: 80px;
	height: auto;
}

.password-toggle {
	color: #f7c899 !important;
	text-decoration: none !important;
	padding: 0.5rem !important;
	border-radius: 6px !important;
	transition: all 0.2s ease !important;
	z-index: 10;
}

.password-toggle:hover {
	color: #ffa735 !important;
	background: rgba(247, 200, 153, 0.1) !important;
}

.password-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(48, 122, 204, 0.25) !important;
}

.login-card .btn-primary {
	background: #307ACC !important;
	border: none !important;
	height: 3rem !important;
	font-weight: 600 !important;
	transition: all 0.3s ease !important;
}

.login-card .btn-primary:hover {
	background: #2563eb !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px rgba(48, 122, 204, 0.4) !important;
}

.login-card .btn-primary:active {
	transform: translateY(0) !important;
	box-shadow: 0 2px 8px rgba(48, 122, 204, 0.3) !important;
}

.login-card .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(48, 122, 204, 0.5) !important;
}

/* Responsive adjustments */
@media (max-width: 576px) {
	.login-card .card-body {
		padding: 1.5rem !important;
	}
	
	.login-logo {
		max-width: 70px;
	}
	
	.login-card .form-floating > .form-control.input {
		height: 3rem !important;
		font-size: 16px !important; /* Prevents zoom on iOS */
	}
	
	.login-card .btn-primary {
		height: 2.75rem !important;
	}
	:where([autocomplete="one-time-code"]) {
	  --otp-digits: 6;
	  --otp-ls: 3ch;
	  --otp-gap: 1.10;

	  /* private const */
	  --_otp-bgsz: calc(var(--otp-ls) + 1ch);
	  --_otp-digit: 0;
		all: unset;
		background: 
		linear-gradient(90deg, 
			var(--otp-bg, #BBB) calc(var(--otp-gap) * var(--otp-ls)),
			transparent 0),
			linear-gradient(90deg, 
			var(--otp-bg, #EEE) calc(var(--otp-gap) * var(--otp-ls)),
			transparent 0
		);
		background-position: calc(var(--_otp-digit) * var(--_otp-bgsz)) 0, 0 0;
		background-repeat: no-repeat, repeat-x;
		background-size: var(--_otp-bgsz) 100%;
		caret-color: var(--otp-cc, #222);
		caret-shape: block;
		clip-path: inset(0% calc(var(--otp-ls) / 2) 0% 0%);
		font-family: ui-monospace, monospace;
		font-size: var(--otp-fz, 2.5em);
		inline-size: calc(var(--otp-digits) * var(--_otp-bgsz));
		letter-spacing: var(--otp-ls);
		padding-block: var(--otp-pb, 1ch);
		padding-inline-start: calc(((var(--otp-ls) - 0.55ch) / 2) * var(--otp-gap));
	}
}
#twfCode {
	position: relative;
	left:5%;
}
@media (max-width: 320px) {
	.login-card .card-body {
		padding: 1rem !important;
	}
	
	.login-logo {
		max-width: 60px;
	}
}


@media (min-width: 1920px) {
	#twfCode {
	  position: relative;
	  left: 20%;
	}
}
@media (min-width: 2500px) {
	#twfCode {
		position: relative;
		left: 30%;
	}
}
@media (min-width: 768px) {
	.login-logo {
		max-width: 90px;
	}
}

/* Modern Patch Notes Styles */
.modern-card {
	background: rgba(41, 54, 66, 0.9) !important;
	border-radius: 16px !important;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
	backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.modern-input {
	background: #293642 !important;
	border: 2px solid transparent !important;
	color: #b7c0ca !important;
	height: 3.5rem !important;
	border-radius: 12px !important;
	transition: all 0.3s ease !important;
}

.modern-input:focus {
	background: #1e2c38 !important;
	border-color: #307ACC !important;
	box-shadow: 0 0 0 0.2rem rgba(48, 122, 204, 0.25) !important;
	color: #b7c0ca !important;
}

.modern-textarea {
	background: #293642 !important;
	border: 2px solid transparent !important;
	color: #b7c0ca !important;
	border-radius: 12px !important;
	transition: all 0.3s ease !important;
	resize: vertical !important;
}

.modern-textarea:focus {
	background: #1e2c38 !important;
	border-color: #307ACC !important;
	box-shadow: 0 0 0 0.2rem rgba(48, 122, 204, 0.25) !important;
	color: #b7c0ca !important;
}


.modern-card .form-floating > label {
	color: #99ABC2 !important;
	background: transparent !important;
	padding: 0.75rem 1rem !important;
}

.modern-card .form-floating > .form-control.modern-textarea {
	background: #293642 !important;
	border: 2px solid transparent !important;
	color: #b7c0ca !important;
	border-radius: 12px !important;
	transition: all 0.3s ease !important;
	resize: vertical !important;
}

.modern-card .form-floating > .form-control.modern-textarea:focus {
	background: #1e2c38 !important;
	border-color: #307ACC !important;
	box-shadow: 0 0 0 0.2rem rgba(48, 122, 204, 0.25) !important;
	color: #b7c0ca !important;
}

.modern-card .form-floating > .form-control:focus ~ label,
.modern-card .form-floating > .form-control:not(:placeholder-shown) ~ label {
	color: #307ACC !important;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}

.modern-btn-group .btn {
	background: #293642 !important;
	border: 2px solid transparent !important;
	color: #b7c0ca !important;
	border-radius: 8px !important;
	transition: all 0.3s ease !important;
	font-weight: 500 !important;
}

.modern-btn-group .btn:hover {
	background: #1e2c38 !important;
	border-color: #307ACC !important;
	transform: translateY(-1px) !important;
}

.modern-btn-group .btn.active {
	background: #307ACC !important;
	border-color: #307ACC !important;
	color: #ffffff !important;
	box-shadow: 0 4px 12px rgba(48, 122, 204, 0.3) !important;
}

.modern-level-btn {
	background: #293642 !important;
	border: 2px solid transparent !important;
	color: #b7c0ca !important;
	border-radius: 8px !important;
	transition: all 0.3s ease !important;
	font-weight: 500 !important;
}

.modern-level-btn:hover {
	background: #1e2c38 !important;
	border-color: #307ACC !important;
	transform: translateY(-1px) !important;
}

.modern-level-btn.active {
	background: #307ACC !important;
	border-color: #307ACC !important;
	color: #ffffff !important;
	box-shadow: 0 4px 12px rgba(48, 122, 204, 0.3) !important;
}

.modern-level-btn.active span {
	color: #ffffff !important;
}

.modern-btn-success {
	background: #28a745 !important;
	border: none !important;
	color: #ffffff !important;
	border-radius: 12px !important;
	height: 3rem !important;
	font-weight: 600 !important;
	transition: all 0.3s ease !important;
}

.modern-btn-success:hover {
	background: #218838 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4) !important;
}

.modern-btn-success:disabled {
	background: #6c757d !important;
	transform: none !important;
	box-shadow: none !important;
}

.modern-btn-primary {
	background: #307ACC !important;
	border: none !important;
	color: #ffffff !important;
	border-radius: 12px !important;
	font-weight: 600 !important;
	transition: all 0.3s ease !important;
}

.modern-btn-primary:hover {
	background: #2563eb !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px rgba(48, 122, 204, 0.4) !important;
}

.modern-btn-primary:disabled {
	background: #6c757d !important;
	transform: none !important;
	box-shadow: none !important;
}

.level-card {
	background: rgba(41, 54, 66, 0.6) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 12px !important;
	transition: all 0.3s ease !important;
}

.level-card:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
}

.level-header {
	background: rgba(255, 255, 255, 0.05) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 12px 12px 0 0 !important;
}

.note-item {
	background: rgba(255, 255, 255, 0.05) !important;
	border-radius: 8px !important;
	padding: 1rem !important;
	margin-bottom: 0.75rem !important;
	transition: all 0.2s ease !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.note-item:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	/* transform: translateX(4px) !important; */
}

.note-number {
	color: #307ACC !important;
	font-weight: 600 !important;
	margin-right: 0.5rem !important;
}

.note-text {
	color: #b7c0ca !important;
	line-height: 1.5 !important;
}

.note-delete-btn {
	border-radius: 6px !important;
	padding: 0.25rem 0.5rem !important;
	transition: all 0.2s ease !important;
}

.note-delete-btn:hover {
	background: #dc3545 !important;
	border-color: #dc3545 !important;
	color: #ffffff !important;
	transform: scale(1.05) !important;
}

.notes-list {
	max-height: 400px;
	overflow-y: auto;
}

/* Responsive adjustments for patch notes */
@media (max-width: 768px) {
	.modern-card .card-body {
		padding: 1.5rem !important;
	}
	
	.modern-input {
		height: 3rem !important;
		font-size: 16px !important;
	}
	
	.modern-btn-success,
	.modern-btn-primary {
		height: 2.75rem !important;
	}
	
	.modern-btn-group .btn {
		font-size: 0.875rem !important;
		padding: 0.5rem 0.75rem !important;
	}
	#twfCode {
	  position: relative;
	  left: 12%;
	}
}

@media (max-width: 576px) {
	.modern-card .card-body {
		padding: 1rem !important;
	}
	
	.modern-btn-group .btn {
		font-size: 0.8rem !important;
		padding: 0.4rem 0.5rem !important;
	}
}

/* Modern Main Component Styles */
.main-container {
	min-height: 100vh;
	background: #121A21;
	color: white;
	font-family: "Inter", sans-serif;
}

.main-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(18, 26, 33, 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1rem 0;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.header-section {
	flex: 1;
	display: flex;
	align-items: center;
}

.header-left {
	justify-content: flex-start;
}

.header-center {
	justify-content: center;
}

.header-right {
	justify-content: flex-end;
	gap: 0.75rem;
}

.user-info {
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 0.5rem;
	border-radius: 8px;
}

.user-info:hover {
	background: rgba(255, 255, 255, 0.1);
}

.user-name {
	display: block;
	color: #99ABC2;
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}

.logout-btn {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #b7c0ca;
	font-size: 0.875rem;
}

.logout-btn i {
	font-size: 1rem;
}

.main-title {
	font-size: 1.75rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
	text-align: center;
}

.header-btn {
	background: rgba(41, 54, 66, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #b7c0ca;
	padding: 0.75rem;
	transition: all 0.3s ease;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
}

.header-btn:hover {
	background: rgba(48, 122, 204, 0.8);
	border-color: #307ACC;
	color: #ffffff;
	transform: translateY(-1px);
}
.aktivniJezik {
	background: rgba(48, 122, 204, 0.6);
  border-color: #307ACC;
  color: #ffffff;
  transform: translateY(-1px);
}
.header-btn i {
	font-size: 1.1rem;
}

.main-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1rem;
}

.warning-message {
	background: rgba(220, 53, 69, 0.1);
	border: 1px solid rgba(220, 53, 69, 0.3);
	border-radius: 12px;
	padding: 1rem;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: #dc3545;
	font-size: 0.875rem;
}

.warning-message i {
	font-size: 1.1rem;
	flex-shrink: 0;
}

.menu-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.menu-section {
	margin-bottom: 3rem;
}

.section-divider {
	display: flex;
	align-items: center;
	text-align: center;
	color: #99ABC2;
	margin: 2rem 0 1.5rem 0;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.section-divider::before,
.section-divider::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid rgba(153, 171, 194, 0.3);
}

.section-divider::before {
	margin-right: 1rem;
}

.section-divider::after {
	margin-left: 1rem;
}

.menu-card {
	background: rgba(41, 54, 66, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 1.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 1rem;
	position: relative;
	overflow: hidden;
}

.menu-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(48, 122, 204, 0.1) 0%, rgba(255, 167, 53, 0.1) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.menu-card:hover {
	background: rgba(41, 54, 66, 0.95);
	border-color: #307ACC;
	transform: translateY(-4px);
	box-shadow: 0 8px 32px rgba(48, 122, 204, 0.2);
}

.menu-card:hover::before {
	opacity: 1;
}

.menu-icon {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	transition: all 0.3s ease;
}

.menu-card:hover .menu-icon {
	background: rgba(48, 122, 204, 0.2);
	transform: scale(1.1);
}

.menu-icon i {
	font-size: 1.5rem;
	color: #b7c0ca;
	transition: all 0.3s ease;
}

.menu-card:hover .menu-icon i {
	color: #307ACC;
}

.subscription-active,
.subscription-inactive {
	position: absolute;
	top: -8px;
	right: -8px;
	font-size: 1rem;
	transform: rotate(25deg);
}

.subscription-active {
	color: gold;
}

.subscription-inactive {
	color: #6c757d;
}

.menu-content {
	flex: 1;
	z-index: 1;
}

.menu-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 0.5rem 0;
	line-height: 1.4;
}

.menu-description {
	font-size: 0.875rem;
	color: #8FABCC;
	margin: 0;
	line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
	.header-content {
		flex-direction: row;
		gap: 0;
		padding: 0 1rem;
		justify-content: space-between;
	}
	
	.header-section {
		justify-content: center !important;
		flex: 1;
	}
	
	.header-left {
		justify-content: flex-start !important;
		order: 1;
	}
	
	.header-center {
		display: none;
	}
	
	.header-right {
		justify-content: flex-end !important;
		order: 2;
	}
	
	.main-header {
		padding: 0.75rem 0;
	}
	
	.main-content {
		padding: 1.5rem 1rem;
	}
	
	.menu-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	
	.menu-card {
		padding: 1.25rem;
		gap: 0.75rem;
	}
	
	.menu-icon {
		width: 48px;
		height: 48px;
	}
	
	.menu-icon i {
		font-size: 1.25rem;
	}
	
	.menu-title {
		font-size: 1rem;
	}
	
	.menu-description {
		font-size: 0.8rem;
	}
}

@media (max-width: 480px) {
	.header-content {
		padding: 0 0.75rem;
	}
	
	.main-header {
		padding: 0.5rem 0;
	}
	
	.main-content {
		padding: 1rem 0.75rem;
	}
	
	.menu-grid {
		gap: 0.75rem;
	}
	
	.menu-section {
		margin-bottom: 2rem;
	}
	
	.menu-card {
		padding: 0.875rem;
		flex-direction: column;
		text-align: center;
		gap: 0.75rem;
		border-radius: 12px;
	}
	
	.menu-icon {
		width: 44px;
		height: 44px;
		border-radius: 10px;
	}
	
	.menu-icon i {
		font-size: 1.25rem;
	}
	
	.menu-title {
		font-size: 0.9rem;
		margin-bottom: 0.25rem;
	}
	
	.menu-description {
		font-size: 0.75rem;
		line-height: 1.4;
	}
	
	.section-divider {
		font-size: 0.8rem;
		margin: 1.25rem 0 0.75rem 0;
		letter-spacing: 0.3px;
	}
	
	.section-divider::before,
	.section-divider::after {
		margin: 0 0.75rem;
	}
	
	.user-info {
		text-align: center;
		padding: 0.375rem;
	}
	
	.user-name {
		font-size: 0.8rem;
	}
	
	.logout-btn {
		font-size: 0.8rem;
		gap: 0.375rem;
	}
	
	.logout-text {
		display: none;
	}
	
	.header-btn {
		width: 40px;
		height: 40px;
		padding: 0.625rem;
	}
	
	.header-btn i {
		font-size: 1rem;
	}
	
	.main-title {
		font-size: 1.375rem;
	}
	
	.warning-message {
		padding: 0.75rem;
		font-size: 0.8rem;
		margin-bottom: 1.5rem;
	}
	
	.warning-message i {
		font-size: 1rem;
	}
}

@media (max-width: 320px) {
	.header-content {
		padding: 0 0.5rem;
	}
	
	.main-header {
		padding: 0.375rem 0;
	}
	
	.main-content {
		padding: 0.75rem 0.5rem;
	}
	
	.main-title {
		font-size: 1.125rem;
	}
	
	.header-btn {
		width: 36px;
		height: 36px;
		padding: 0.5rem;
	}
	
	.header-btn i {
		font-size: 0.9rem;
	}
	
	.menu-card {
		padding: 0.75rem;
		gap: 0.625rem;
		border-radius: 10px;
	}
	
	.menu-icon {
		width: 40px;
		height: 40px;
		border-radius: 8px;
	}
	
	.menu-icon i {
		font-size: 1.1rem;
	}
	
	.menu-title {
		font-size: 0.85rem;
		margin-bottom: 0.25rem;
	}
	
	.menu-description {
		font-size: 0.7rem;
		line-height: 1.3;
	}
	
	.section-divider {
		font-size: 0.75rem;
		margin: 1rem 0 0.625rem 0;
	}
	
	.section-divider::before,
	.section-divider::after {
		margin: 0 0.625rem;
	}
	
	.user-info {
		padding: 0.25rem;
	}
	
	.user-name {
		font-size: 0.75rem;
	}
	
	.logout-btn {
		font-size: 0.75rem;
		gap: 0.25rem;
	}
	
	.warning-message {
		padding: 0.625rem;
		font-size: 0.75rem;
		margin-bottom: 1.25rem;
		gap: 0.5rem;
	}
	
	.warning-message i {
		font-size: 0.9rem;
	}
	
	.menu-grid {
		gap: 0.625rem;
	}
	
	.menu-section {
		margin-bottom: 1.5rem;
	}
}

/* Modern Notification Toast Styles */
.modern-toast-container {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
	max-width: 400px;
	width: 100%;
	padding: 0 1rem;
}

.modern-toast {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
	animation: slideInRight 0.3s ease-out;
}

@keyframes slideInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.modern-toast-base {
	border-left: 4px solid #6c757d;
}

.toast-error {
	border-left-color: #dc3545;
}

.toast-success {
	border-left-color: #28a745;
}

.toast-header {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.25rem;
	padding-bottom: 0.75rem;
}

.toast-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: rgba(108, 117, 125, 0.1);
	color: #6c757d;
	font-size: 1.125rem;
}

.toast-error .toast-icon {
	background: rgba(220, 53, 69, 0.1);
	color: #dc3545;
}

.toast-success .toast-icon {
	background: rgba(40, 167, 69, 0.1);
	color: #28a745;
}

.toast-content {
	flex: 1;
	min-width: 0;
}

.toast-title {
	font-size: 1rem;
	font-weight: 600;
	color: #212529;
	margin: 0 0 0.5rem 0;
	display: block;
}

.toast-message {
	font-size: 0.875rem;
	color: #6c757d;
	margin: 0;
	line-height: 1.5;
}

.toast-close {
	background: none;
	border: none;
	color: #6c757d;
	cursor: pointer;
	padding: 0.5rem;
	border-radius: 8px;
	transition: all 0.2s ease;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.toast-close:hover {
	background: rgba(108, 117, 125, 0.1);
	color: #495057;
}

.toast-close i {
	font-size: 0.875rem;
}

.toast-actions {
	padding: 0.75rem 1.25rem 1.25rem 1.25rem;
	display: flex;
	gap: 0.75rem;
	justify-content: flex-end;
}

.action-btn {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	border: 2px solid transparent;
	border-radius: 8px;
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #ffffff;
	min-width: 80px;
	justify-content: center;
}

.action-btn-success {
	color: #28a745;
	border-color: #28a745;
}

.action-btn-success:hover {
	background: #28a745;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.action-btn-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.action-btn-danger:hover {
	background: #dc3545;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.action-btn i {
	font-size: 0.875rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.modern-toast-container {
		top: 10px;
		right: 10px;
		left: 10px;
		max-width: none;
		padding: 0;
	}
	
	.modern-toast {
		border-radius: 12px;
	}
	
	.toast-header {
		padding: 1rem;
		gap: 0.75rem;
	}
	
	.toast-icon {
		width: 36px;
		height: 36px;
		font-size: 1rem;
	}
	
	.toast-title {
		font-size: 0.9rem;
	}
	
	.toast-message {
		font-size: 0.8rem;
	}
	
	.toast-actions {
		padding: 0.5rem 1rem 1rem 1rem;
		flex-direction: column;
		gap: 0.5rem;
	}
	
	.action-btn {
		width: 100%;
		justify-content: center;
		padding: 0.75rem 1rem;
	}
}

@media (max-width: 480px) {
	.modern-toast-container {
		top: 5px;
		right: 5px;
		left: 5px;
	}
	
	.toast-header {
		padding: 0.875rem;
		gap: 0.625rem;
	}
	
	.toast-icon {
		width: 32px;
		height: 32px;
		font-size: 0.9rem;
	}
	
	.toast-actions {
		padding: 0.5rem 0.875rem 0.875rem 0.875rem;
	}
}

/* Modern PassReset Modal Styles */
.modern-passreset-modal .modern-modal-content {
	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
	border: none;
	border-radius: 20px;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.modern-close-section {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 10;
}

.modern-close-btn {
	background: rgba(220, 53, 69, 0.2);
	border: 1px solid rgba(220, 53, 69, 0.3);
	border-radius: 8px;
	color: #dc3545;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.modern-close-btn:hover {
	background: rgba(220, 53, 69, 0.3);
	border-color: #dc3545;
	transform: scale(1.05);
}

.modern-modal-header {
	padding: 2rem 2rem 1rem 2rem;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modern-modal-title {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.modern-modal-title i {
	color: #3498db;
	font-size: 1.25rem;
}

.modern-modal-body {
	padding: 1.5rem 2rem;
	max-height: 60vh;
	overflow-y: auto;
}

.modern-section {
	margin-bottom: 1.5rem;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.modern-section-header {
	display: flex;
	align-items: center;
	padding: 1.25rem;
	cursor: pointer;
	transition: all 0.3s ease;
	gap: 1rem;
}

.modern-section-header:hover,
.modern-clickable:hover {
	background: rgba(255, 255, 255, 0.12);
}

.modern-section-icon {
	width: 48px;
	height: 48px;
	background: rgba(52, 152, 219, 0.2);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3498db;
	font-size: 1.25rem;
	flex-shrink: 0;
}

.modern-crown-icon {
	background: rgba(255, 215, 0, 0.2);
	color: #ffd700;
}

.modern-section-content {
	flex: 1;
}

.modern-section-title {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 0.25rem 0;
}

.modern-section-desc {
	color: #bdc3c7;
	font-size: 0.875rem;
	margin: 0;
	line-height: 1.4;
}

.modern-section-toggle {
	color: #bdc3c7;
	font-size: 1rem;
	transition: transform 0.3s ease;
}

.modern-section-body {
	padding: 0 1.25rem 1.25rem 1.25rem;
}

.modern-form-group {
	margin-bottom: 1.25rem;
}

.modern-form-label {
	display: block;
	color: #bdc3c7;
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	transition: all 0.3s ease;
}

.modern-label-hidden {
	opacity: 0;
	transform: translateY(-10px);
}

.modern-input-group {
	position: relative;
	display: flex;
	align-items: center;
}

.modern-form-input {
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	color: #ffffff;
	padding: 0.875rem 1rem;
	font-size: 0.875rem;
	transition: all 0.3s ease;
}

.modern-form-input:focus {
	outline: none;
	background: rgba(255, 255, 255, 0.15);
	border-color: #3498db;
	box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.modern-form-input::placeholder {
	color: #95a5a6;
}

.modern-input-toggle {
	position: absolute;
	right: 0.75rem;
	background: none;
	border: none;
	color: #95a5a6;
	cursor: pointer;
	padding: 0.5rem;
	border-radius: 6px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modern-input-toggle:hover {
	color: #3498db;
	background: rgba(52, 152, 219, 0.1);
}

.modern-form-actions {
	padding-top: 0.5rem;
}

.modern-btn {
	border: none;
	border-radius: 10px;
	padding: 0.875rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: center;
	text-decoration: none;
}

.modern-btn-primary {
	background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
	color: #ffffff;
}

.modern-btn-primary:hover {
	background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
}

.modern-btn-secondary {
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.modern-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
}

.modern-modal-footer {
	padding: 1.5rem 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	background: rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.modern-modal-header {
		padding: 1.5rem 1.5rem 1rem 1.5rem;
	}
	
	.modern-modal-body {
		padding: 1.25rem 1.5rem;
	}
	
	.modern-modal-footer {
		padding: 1.25rem 1.5rem;
	}
	
	.modern-modal-title {
		font-size: 1.25rem;
	}
	
	.modern-section-header {
		padding: 1rem;
		gap: 0.75rem;
	}
	
	.modern-section-icon {
		width: 40px;
		height: 40px;
		font-size: 1.125rem;
	}
	
	.modern-section-title {
		font-size: 0.9rem;
	}
	
	.modern-section-desc {
		font-size: 0.8rem;
	}
}

@media (max-width: 480px) {
	.modern-modal-header {
		padding: 1.25rem 1.25rem 0.75rem 1.25rem;
	}
	
	.modern-modal-body {
		padding: 1rem 1.25rem;
	}
	
	.modern-modal-footer {
		padding: 1rem 1.25rem;
	}
	
	.modern-modal-title {
		font-size: 1.125rem;
		gap: 0.5rem;
	}
	
	.modern-section-header {
		padding: 0.875rem;
		gap: 0.625rem;
	}
	
	.modern-section-icon {
		width: 36px;
		height: 36px;
		font-size: 1rem;
	}
	
	.modern-form-input {
		padding: 0.75rem 0.875rem;
		font-size: 0.8rem;
	}
	
	.modern-btn {
		padding: 0.75rem 1.25rem;
		font-size: 0.8rem;
	}
}

/* Pregled Povrsin Component Specific Styles */
.pregled-povrsin-container .modern-header {
	background: rgba(18, 26, 33, 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: white;
	padding: 1rem 0;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.pregled-povrsin-container .header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
	gap: 2rem;
}

.pregled-povrsin-container .header-section {
	display: flex;
	align-items: center;
}

.pregled-povrsin-container .header-left {
	flex: 0 0 auto;
}

.pregled-povrsin-container .header-center {
	flex: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pregled-povrsin-container .header-right {
	flex: 0 0 auto;
}

.pregled-povrsin-container .back-btn {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	transition: all 0.3s ease;
	cursor: pointer;
}

.pregled-povrsin-container .back-btn:hover {
	background: rgba(48, 122, 204, 0.2);
	border-color: #307ACC;
	transform: translateY(-2px);
}

.pregled-povrsin-container .page-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0,0,0,0.1);
	line-height: 1.2;
}

.pregled-povrsin-container .page-subtitle {
	font-size: 0.9rem;
	opacity: 0.9;
	margin: 0.25rem 0 0 0;
	line-height: 1.3;
}

.pregled-povrsin-container .nav-tabs {
	display: flex;
	gap: 0.5rem;
	background: rgba(255, 255, 255, 0.05);
	padding: 0.25rem;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	align-items: center;
}

.pregled-povrsin-container .nav-tab {
	background: transparent;
	border: none;
	color: rgba(255, 255, 255, 0.8);
	padding: 0.75rem 1.5rem;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	transition: all 0.3s ease;
	cursor: pointer;
	font-weight: 500;
	white-space: nowrap;
}

.pregled-povrsin-container .nav-tab:hover {
	background: rgba(48, 122, 204, 0.2);
	color: #307ACC;
}

.pregled-povrsin-container .nav-tab.active {
	background: rgba(48, 122, 204, 0.3);
	color: #307ACC;
	border: 1px solid rgba(48, 122, 204, 0.5);
}

.pregled-povrsin-container .main-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
	background: #121A21;
	min-height: calc(100vh - 200px);
}

.pregled-povrsin-container .form-section {
	background: rgba(41, 54, 66, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
	margin-bottom: 2rem;
	overflow: hidden;
	transition: all 0.3s ease;
}

.pregled-povrsin-container .form-section:hover {
	background: rgba(41, 54, 66, 0.95);
	border-color: #307ACC;
	box-shadow: 0 8px 32px rgba(48, 122, 204, 0.2);
	transform: translateY(-2px);
}

.pregled-povrsin-container .section-header {
	background: rgba(255, 255, 255, 0.05);
	padding: 1.5rem 2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	gap: 1rem;
}

.pregled-povrsin-container .section-icon {
	width: 3rem;
	height: 3rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b7c0ca;
	font-size: 1.2rem;
	transition: all 0.3s ease;
}

.pregled-povrsin-container .form-section:hover .section-icon {
	background: rgba(48, 122, 204, 0.2);
	transform: scale(1.1);
}

.pregled-povrsin-container .form-section:hover .section-icon i {
	color: #307ACC;
}

.pregled-povrsin-container .section-title h3 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: white;
}

.pregled-povrsin-container .section-title p {
	margin: 0.25rem 0 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
}
.pregled-povrsin-container .section-title span {
	margin: 0.25rem 0 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
}
.pregled-povrsin-container .section-content {
	padding: 2rem;
}

.pregled-povrsin-container .form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5rem;
}

.pregled-povrsin-container .form-group {
	display: flex;
	flex-direction: column;
}

.pregled-povrsin-container .form-label {
	font-weight: 600;
	color: white;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
}

.pregled-povrsin-container .form-input {
	padding: 0.75rem 1rem;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	font-size: 1rem;
	transition: all 0.3s ease;
	background: rgba(255, 255, 255, 0.1);
	color: white;
}

.pregled-povrsin-container .form-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.pregled-povrsin-container .form-input:focus {
	outline: none;
	border-color: #307ACC;
	box-shadow: 0 0 0 3px rgba(48, 122, 204, 0.2);
}

.pregled-povrsin-container .form-input.error {
	border-color: #e53e3e;
	box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.2);
}

.pregled-povrsin-container .error-message {
	color: #e53e3e;
	font-size: 0.8rem;
	margin-top: 0.25rem;
	font-weight: 500;
}

.pregled-povrsin-container .grid-container {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pregled-povrsin-container .grid-header {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.5fr;
	background: rgba(255, 255, 255, 0.1);
	font-weight: 600;
	color: white;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.pregled-povrsin-container .grid-row {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.5fr;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: background-color 0.2s ease;
}

.pregled-povrsin-container .grid-row:hover {
	background: rgba(255, 255, 255, 0.05);
}

.pregled-povrsin-container .grid-row:last-child {
	border-bottom: none;
}

.pregled-povrsin-container .grid-cell {
	padding: 1rem 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pregled-povrsin-container .grid-cell.surface-label {
	justify-content: flex-start;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
}

.pregled-povrsin-container .checkbox-input {
	width: 1.2rem;
	height: 1.2rem;
	cursor: pointer;
	accent-color: #307ACC;
}

.pregled-povrsin-container .form-actions {
	background: rgba(41, 54, 66, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
	padding: 2rem;
	margin-top: 2rem;
}

.pregled-povrsin-container .action-buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.pregled-povrsin-container .btn {
	padding: 0.875rem 2rem;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	text-decoration: none;
}

.pregled-povrsin-container .btn-primary {
	background: linear-gradient(135deg, #307ACC 0%, #1e5f99 100%);
	color: white;
	box-shadow: 0 4px 15px rgba(48, 122, 204, 0.3);
}

.pregled-povrsin-container .btn-primary:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(48, 122, 204, 0.4);
}

.pregled-povrsin-container .btn-primary:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

.pregled-povrsin-container .btn-secondary {
	background: rgba(255, 255, 255, 0.1);
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.pregled-povrsin-container .btn-secondary:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
}

.pregled-povrsin-container .records-section {
	background: rgba(41, 54, 66, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
	overflow: hidden;
}

.pregled-povrsin-container .empty-state {
	text-align: center;
	padding: 4rem 2rem;
	color: rgba(255, 255, 255, 0.7);
}

.pregled-povrsin-container .empty-state i.pregled-povrsin-ikona {
	font-size: 4rem;
	margin-bottom: 1rem;
	opacity: 0.5;
}

.pregled-povrsin-container .empty-state h4 {
	margin: 1rem 0 0.5rem 0;
	color: white;
}

/* Mobile-Friendly Multi-Select Styles */
.pregled-povrsin-container .desktop-grid {
	display: block;
}

.pregled-povrsin-container .mobile-multiselect {
	display: none;
}
.pregled-povrsin-dokument {
	width: 100%;
  max-height: 500px;
  min-height: 500px;
}

.pregled-povrsin-container .condition-item,
.pregled-povrsin-container .deficiency-item,
.pregled-povrsin-container .obstacle-item,
.pregled-povrsin-container .bird-item,
.pregled-povrsin-container .remarks-item,
.pregled-povrsin-container .helicopter-item {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 1rem;
	margin-bottom: 1rem;
}

.pregled-povrsin-container .condition-header,
.pregled-povrsin-container .deficiency-header,
.pregled-povrsin-container .obstacle-header,
.pregled-povrsin-container .bird-header,
.pregled-povrsin-container .remarks-header,
.pregled-povrsin-container .helicopter-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pregled-povrsin-container .condition-header h4,
.pregled-povrsin-container .deficiency-header h4,
.pregled-povrsin-container .obstacle-header h4,
.pregled-povrsin-container .bird-header h4,
.pregled-povrsin-container .remarks-header h4,
.pregled-povrsin-container .helicopter-header h4 {
	margin: 0;
	color: white;
	font-size: 1.1rem;
	font-weight: 600;
}

.pregled-povrsin-container .condition-toggle,
.pregled-povrsin-container .deficiency-toggle,
.pregled-povrsin-container .obstacle-toggle,
.pregled-povrsin-container .bird-toggle,
.pregled-povrsin-container .remarks-toggle,
.pregled-povrsin-container .helicopter-toggle {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.pregled-povrsin-container .condition-toggle label,
.pregled-povrsin-container .deficiency-toggle label,
.pregled-povrsin-container .obstacle-toggle label,
.pregled-povrsin-container .bird-toggle label,
.pregled-povrsin-container .remarks-toggle label,
.pregled-povrsin-container .helicopter-toggle label {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
	cursor: pointer;
}

.pregled-povrsin-container .area-selection {
	margin-top: 1rem;
}

.pregled-povrsin-container .area-group {
	margin-bottom: 1.5rem;
}

.pregled-povrsin-container .area-group h5 {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	font-weight: 600;
	margin: 0 0 0.75rem 0;
}

.pregled-povrsin-container .area-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pregled-povrsin-container .area-checkbox {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	padding: 0.5rem 0.75rem;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 3rem;
	justify-content: center;
}

.pregled-povrsin-container .area-checkbox:hover {
	background: rgba(48, 122, 204, 0.1);
	border-color: rgba(48, 122, 204, 0.3);
}

.pregled-povrsin-container .area-checkbox input[type="checkbox"] {
	margin: 0;
	accent-color: #307ACC;
}

.pregled-povrsin-container .area-checkbox span {
	color: white;
	font-weight: 500;
	font-size: 0.9rem;
}

.pregled-povrsin-container .deficiency-details,
.pregled-povrsin-container .obstacle-details,
.pregled-povrsin-container .bird-details,
.pregled-povrsin-container .remarks-details,
.pregled-povrsin-container .helicopter-pad-details {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pregled-povrsin-container .checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.pregled-povrsin-container .checkbox-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
}

.pregled-povrsin-container .checkbox-item input[type="checkbox"] {
	margin: 0;
	accent-color: #307ACC;
}

.pregled-povrsin-container .checkbox-item span {
	color: white;
	font-size: 0.9rem;
}

/* Responsive Design for Pregled Povrsin */
@media (max-width: 768px) {
	.pregled-povrsin-container .desktop-grid {
		display: none;
	}
	
	.pregled-povrsin-container .mobile-multiselect {
		display: block;
	}
	.pregled-povrsin-container .header-content {
		flex-direction: column;
		gap: 1rem;
		padding: 0 1rem;
		align-items: center;
	}
	
	.pregled-povrsin-container .header-section {
		justify-content: center;
		width: 100%;
	}
	
	.pregled-povrsin-container .header-center {
		order: -1;
	}
	
	.pregled-povrsin-container .page-title {
		font-size: 1.5rem;
	}
	
	.pregled-povrsin-container .nav-tabs {
		width: 100%;
		justify-content: center;
	}
	
	.pregled-povrsin-container .main-content {
		padding: 1rem;
	}
	
	.pregled-povrsin-container .section-header {
		padding: 1rem;
		flex-direction: column;
		text-align: center;
		gap: 0.5rem;
	}
	
	.pregled-povrsin-container .section-content {
		padding: 1rem;
	}
	
	.pregled-povrsin-container .form-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	
	.pregled-povrsin-container .grid-header,
	.pregled-povrsin-container .grid-row {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}
	
	.pregled-povrsin-container .grid-cell {
		padding: 0.5rem;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	
	.pregled-povrsin-container .grid-cell.surface-label {
		background: rgba(255, 255, 255, 0.05);
		font-weight: 600;
	}
	
	.pregled-povrsin-container .action-buttons {
		flex-direction: column;
	}
	
	.pregled-povrsin-container .btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.pregled-povrsin-container .modern-header {
		padding: 0.5rem 0;
	}
	
	.pregled-povrsin-container .header-content {
		padding: 0 0.75rem;
		gap: 0.75rem;
	}
	
	.pregled-povrsin-container .page-title {
		font-size: 1.25rem;
	}
	
	.pregled-povrsin-container .page-subtitle {
		font-size: 0.8rem;
	}
	
	.pregled-povrsin-container .nav-tab {
		padding: 0.5rem 1rem;
		font-size: 0.9rem;
	}
	
	.pregled-povrsin-container .section-icon {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1rem;
	}
	
	.pregled-povrsin-container .section-title h3 {
		font-size: 1.1rem;
	}
	
	.pregled-povrsin-container .form-input {
		padding: 0.625rem 0.875rem;
		font-size: 0.9rem;
	}
	
	.pregled-povrsin-container .btn {
		padding: 0.75rem 1.5rem;
		font-size: 0.9rem;
	}
}