/* /Components/Account/Pages/Billing.razor.rz.scp.css */
.subtitle[b-mb1rfmtxdq] {
	font-size: 1rem;
	color: var(--text-secondary);
	max-width: 650px;
	margin: 0 auto 2rem;
	text-align: center;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0jewf7a1el] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0jewf7a1el] {
    flex: 1;
}

.sidebar[b-0jewf7a1el] {
    background-color: #1E1F27;
}

.top-row[b-0jewf7a1el] {
    background-color: #1E1F27;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0jewf7a1el]  a, .top-row[b-0jewf7a1el]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #ced4da;
    }

        .top-row[b-0jewf7a1el]  a:hover, .top-row[b-0jewf7a1el]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-0jewf7a1el]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-0jewf7a1el] {
        justify-content: space-between;
    }

        .top-row[b-0jewf7a1el]  a, .top-row[b-0jewf7a1el]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-0jewf7a1el] {
        flex-direction: row;
    }

    .sidebar[b-0jewf7a1el] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0jewf7a1el] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-0jewf7a1el]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-0jewf7a1el], article[b-0jewf7a1el] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0jewf7a1el] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-0jewf7a1el] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ***** DODATI STILOVI ZA USER DROPDOWN ***** */

.user-dropdown[b-0jewf7a1el] {
    position: relative;
    display: inline-block;
}

.user-dropdown-button[b-0jewf7a1el] {
    background-color: transparent;
    color: #ced4da;
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

    .user-dropdown-button:hover[b-0jewf7a1el] {
        text-decoration: underline;
    }

.user-avatar[b-0jewf7a1el] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.user-dropdown-content[b-0jewf7a1el] {
    display: none;
    position: absolute;
    background-color: #2a2c35;
    min-width: 200px; /* POVEĆANO: Povećana minimalna širina */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1001;
    right: 0;
    border-radius: 5px;
    padding: 0.5rem 0;
    box-sizing: border-box;
    overflow: hidden; /* Dodato ovde da uhvati svaki preliv */
}

    .user-dropdown-content .dropdown-item[b-0jewf7a1el],
    .user-dropdown-content .dropdown-item-form button[b-0jewf7a1el] {
        color: #d7d7d7;
        background: none;
        border: none;
        text-decoration: none;
        display: flex;
        align-items: center;
        width: 100%;
        text-align: left;
        cursor: pointer;
        font-size: 0.9rem;
        height: 2.1rem;
        line-height: 2.1rem;
        padding: 0 1rem;
        white-space: nowrap;
        overflow: hidden; /* Potvrđeno da je ovde */
        text-overflow: ellipsis; /* Potvrđeno da je ovde */
        box-sizing: border-box; /* Dodato i ovde za doslednost */
    }

        .user-dropdown-content .dropdown-item:hover[b-0jewf7a1el],
        .user-dropdown-content .dropdown-item-form button:hover[b-0jewf7a1el] {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

        .user-dropdown-content .dropdown-item.dropdown-item-welcome[b-0jewf7a1el] {
            font-weight: bold;
            color: white;
            height: auto;
            line-height: normal;
            padding: 0.5rem 1rem 0.25rem 1rem;
            white-space: normal; /* Omogućava prelamanje za 'Welcome !' poruku */
            text-overflow: clip; /* Uklanja ellipsis za 'Welcome !' */
        }

    .user-dropdown-content .dropdown-item-form[b-0jewf7a1el] {
        padding: 0;
    }

        .user-dropdown-content .dropdown-item span[b-0jewf7a1el],
        .user-dropdown-content .dropdown-item-form button span[b-0jewf7a1el] {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 1.25rem;
            height: 1.25rem;
            margin-right: 0.75rem;
            flex-shrink: 0; /* Dodato: Osigurava da se ikona ne smanjuje */
        }

    /* Dodajemo stil za tekstualni deo unutar dropdown itema ako postoji */
    .user-dropdown-content .dropdown-item > *:not(span)[b-0jewf7a1el] {
        flex-grow: 1; /* Omogućava tekstu da zauzme sav preostali prostor */
        min-width: 0; /* Omogućava smanjivanje teksta kada je flex kontejner */
        overflow: hidden; /* Osigurava da overflow radi na tekstu */
        text-overflow: ellipsis; /* Dodaje tri tačke za tekst */
    }


.user-dropdown:hover .user-dropdown-content[b-0jewf7a1el] {
    display: block;
}

/*novo*/
/* Padding unutar dropdowna */
.user-dropdown-content[b-0jewf7a1el] {
    padding: 0.75rem 1rem;
}

/* Portal link */
.portal-link strong[b-0jewf7a1el] {
    font-weight: 700;
}

/* Ukloni ikonicu hover underline */
.user-dropdown-button:hover[b-0jewf7a1el] {
    text-decoration: none;
}

/* Separator */
.vertical-separator[b-0jewf7a1el] {
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 1rem;
}

/* Font-size za avatar ikonu */
.user-avatar-icon[b-0jewf7a1el] {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

/* Dropdown header margine/spacing */
.dropdown-header[b-0jewf7a1el] {
    margin-bottom: 0.5rem;
}

/* Horizontalni dividers su vraćeni */
.dropdown-divider[b-0jewf7a1el] {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 0.5rem 0;
}

/* Ime i email unutar headera */
.user-fullname[b-0jewf7a1el] {
    font-weight: 600;
    font-size: 1rem;
}

.user-email[b-0jewf7a1el] {
    font-size: 0.85rem;
    opacity: 0.7;
}
/* 1) Ime i prezime u dugmetu (pre otvaranja menija) bold */
.user-dropdown-button .user-name[b-0jewf7a1el] {
    font-weight: 700;
}

/* 2) Header u otvorenom meniju: ikonica i ime u jednom redu */
.user-dropdown-content .dropdown-header[b-0jewf7a1el] {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* razmak između ikonice i teksta */
    padding: 0.75rem 1rem; /* zadrži padding iznad/ispod */
}

/* Unutrašnja informacija (email) neka ostane ispod imena */
.user-dropdown-content .user-info[b-0jewf7a1el] {
    display: flex;
    flex-direction: column;
}

/* \- (opciono) smanji marginu ispod headera */
.user-dropdown-content .dropdown-header[b-0jewf7a1el] {
    margin-bottom: 0.5rem;
}
/* Sakrij ikonicu u dropdown headeru */
.dropdown-header-icon[b-0jewf7a1el] {
    display: none !important;
}

/* Neka header bude jednostavan vertikalni blok sa lijevim paddingom */
.user-dropdown-content .dropdown-header[b-0jewf7a1el] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
}

/* Jasnije razdvajanje punog imena i emaila */
.user-dropdown-content .user-fullname[b-0jewf7a1el] {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.user-dropdown-content .user-email[b-0jewf7a1el] {
    font-size: 0.85rem;
    opacity: 0.7;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5kx95y69ng] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-5kx95y69ng] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-5kx95y69ng] {
    background-color: #1E1F27;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.navbar-brand[b-5kx95y69ng] {
    font-size: 1.1rem;
}

.bi[b-5kx95y69ng] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: -0.25rem;
    margin-right: 0.5rem;
}

.nav-item[b-5kx95y69ng] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

    .nav-item:first-of-type[b-5kx95y69ng] {
        padding-top: 0.7rem;
    }

    .nav-item:last-of-type[b-5kx95y69ng] {
        padding-bottom: 0.7rem;
    }

    .nav-item[b-5kx95y69ng]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 1.2rem;
        line-height: 1.2rem;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .nav-item[b-5kx95y69ng]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-5kx95y69ng]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

/* Ellipsis na dugim nazivima — ne prelama red */
.nav-item[b-5kx95y69ng]  .nav-link span,
.nav-details > summary span[b-5kx95y69ng] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 0;
}

.nav-scrollable[b-5kx95y69ng] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5kx95y69ng] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5kx95y69ng] {
        display: none;
    }

    .nav-scrollable[b-5kx95y69ng] {
        display: block;
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.dropdown-toggle[b-5kx95y69ng] {
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    color: #d7d7d7;
    padding-left: 0;
    padding-right: 1.5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

    .dropdown-toggle:hover[b-5kx95y69ng] {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

    .dropdown-toggle[b-5kx95y69ng]::after {
        content: "\F282";
        font-family: "bootstrap-icons";
        display: inline-block;
        margin-left: auto;
        margin-right: -0.25rem;
        transform: rotate(0deg);
        transition: transform 0.2s ease-in-out;
        vertical-align: middle;
        font-size: 0.6em;
        line-height: 1;
    }

    .dropdown-toggle.open[b-5kx95y69ng]::after {
        transform: rotate(90deg);
    }

.sub-menu[b-5kx95y69ng], .sub-menu-sub[b-5kx95y69ng] {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #24252e;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

    .sub-menu[style*="display: none;"][b-5kx95y69ng],
    .sub-menu-sub[style*="display: none;"][b-5kx95y69ng] {
        max-height: 0;
    }

    .sub-menu:not([style*="display: none;"])[b-5kx95y69ng],
    .sub-menu-sub:not([style*="display: none;"])[b-5kx95y69ng] {
        max-height: 500px;
    }

    .sub-menu .nav-item[b-5kx95y69ng], .sub-menu-sub .nav-item[b-5kx95y69ng] {
        padding-left: 0;
    }

    .sub-menu .nav-link[b-5kx95y69ng], .sub-menu .dropdown-toggle[b-5kx95y69ng] {
        padding-left: 2rem !important;
    }

    .sub-menu-sub .nav-link[b-5kx95y69ng], .sub-menu-sub .dropdown-toggle[b-5kx95y69ng] {
        padding-left: 3rem !important;
    }

        .sub-menu .nav-link .bi[b-5kx95y69ng],
        .sub-menu .dropdown-toggle .bi[b-5kx95y69ng],
        .sub-menu-sub .nav-link .bi[b-5kx95y69ng],
        .sub-menu-sub .dropdown-toggle .bi[b-5kx95y69ng] {
            margin-left: -0.25rem;
            margin-right: 0.5rem;
        }

/* ====== DETAILS & TOGGLE ICON ====== */
summary[b-5kx95y69ng]::-webkit-details-marker {
    display: none;
}

summary[b-5kx95y69ng] {
    list-style: none;
    cursor: pointer;
}

.nav-details > summary[b-5kx95y69ng] {
    position: relative;
    z-index: 1;
}

.toggle-icon[b-5kx95y69ng] {
    transition: transform 0.2s ease;
    font-size: 0.8rem;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: -0.25rem;
}

details[open] > summary .toggle-icon[b-5kx95y69ng] {
    transform: rotate(180deg);
}

/* li elementi u sub-menu-sub ne smeju prekriti SVG liniju */
ul.sub-menu-sub > li[b-5kx95y69ng] {
    position: relative;
    z-index: 1;
    background: transparent;
}

/* SVG tree linije uvek iznad pozadine */
.tree-svg[b-5kx95y69ng] {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    overflow: visible;
    z-index: 9999;
}
/* /Components/Pages/Dtc/Shared/Bosch/BoschDtcProcessor.razor.rz.scp.css */
/* Unutar MojaStranica.razor.css */

/* === POSTOJEĆI STILOVI === */

.widget-box[b-324fkzwj9a] {
	background-color: #2a2f3b;
	border: 1px solid #363e4d;
}

.widget-icon[b-324fkzwj9a] {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0, 194, 255, 0.2);
	font-size: 26px;
	color: #00c2ff;
}

/* Postavlja Saira font na H3 naslov unutar naše specifične kartice */
.dtc-processor-card h3[b-324fkzwj9a] {
	font-family: 'Saira', sans-serif;
}

	.dtc-processor-card h3 span[b-324fkzwj9a] {
		color: #ff6a00 !important;
		font-weight: 600;
	}

/* Stilizovanje samo za form-switch unutar naše kartice sa tabelom */
.card .table .form-switch .form-check-input[b-324fkzwj9a] {
	/* ISKLJUČEN switch (crvena boja) */
	background-color: #dc3545;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	border-color: #a71d2a;
}

	.card .table .form-switch .form-check-input:checked[b-324fkzwj9a] {
		/* UKLJUČEN switch (zelena boja) */
		background-color: #198754;
		border-color: #146c43;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	}

/* Kursor 'pointer' iznad switcha */
.card .table .form-switch[b-324fkzwj9a] {
	cursor: pointer;
}


/* === NOVI STILOVI ZA TABLE-FIXED LAYOUT === */

/* Na desktopu (fiksni layout) */
.table.table-dark.table-hover.table-fixed[b-324fkzwj9a] {
	table-layout: fixed !important;
	width: 100% !important;
}

/* Na mobilnim uređajima (<768px) vraćamo auto layout */
@media (max-width: 768px) {
	.table.table-dark.table-hover.table-fixed[b-324fkzwj9a] {
		table-layout: auto !important;
	}

		/* MAN i OBD kolone po 30% */
		.table.table-dark.table-hover.table-fixed col:nth-child(1)[b-324fkzwj9a],
		.table.table-dark.table-hover.table-fixed col:nth-child(2)[b-324fkzwj9a] {
			width: 30% !important;
		}

		/* Status kolona ~8% */
		.table.table-dark.table-hover.table-fixed col:nth-child(3)[b-324fkzwj9a] {
			width: 8% !important;
		}

		/* Related kolona ~10% */
		.table.table-dark.table-hover.table-fixed col:nth-child(4)[b-324fkzwj9a] {
			width: 10% !important;
		}

		/* Description zauzima ostatak */
		.table.table-dark.table-hover.table-fixed col:last-child[b-324fkzwj9a] {
			width: auto !important;
		}
}

/* === STILOVI ZA UPLOAD BAR === */

/* Hover efekat samo kada je zona klikabilna */
.custom-file-zone.is-clickable:hover .custom-btn-faux[b-324fkzwj9a] {
	filter: brightness(0.85);
}

/* Forsiranje pointera (ruke) i ubijanje sistemske strelice na skrivenom dugmetu */
.custom-file-zone.is-clickable[b-324fkzwj9a],
.custom-file-zone.is-clickable input[type="file"][b-324fkzwj9a],
.custom-file-zone.is-clickable input[type="file"][b-324fkzwj9a]::-webkit-file-upload-button {
	cursor: pointer !important;
}

/* Forsiranje default strelice kada je otvaranje onemogućeno */
.custom-file-zone.is-disabled[b-324fkzwj9a],
.custom-file-zone.is-disabled input[type="file"][b-324fkzwj9a],
.custom-file-zone.is-disabled input[type="file"][b-324fkzwj9a]::-webkit-file-upload-button {
	cursor: default !important;
}
/* /Components/Pages/Dtc/Shared/Delco/DelcoDtcProcessor.razor.rz.scp.css */
/* Unutar MojaStranica.razor.css */

/* === POSTOJEĆI STILOVI === */

.widget-box[b-2832q08k5e] {
	background-color: #2a2f3b;
	border: 1px solid #363e4d;
}

.widget-icon[b-2832q08k5e] {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0, 194, 255, 0.2);
	font-size: 26px;
	color: #00c2ff;
}

/* Postavlja Saira font na H3 naslov unutar naše specifične kartice */
.dtc-processor-card h3[b-2832q08k5e] {
	font-family: 'Saira', sans-serif;
}

	.dtc-processor-card h3 span[b-2832q08k5e] {
		color: #ff6a00 !important;
		font-weight: 600;
	}

/* Stilizovanje samo za form-switch unutar naše kartice sa tabelom */
.card .table .form-switch .form-check-input[b-2832q08k5e] {
	/* ISKLJUČEN switch (crvena boja) */
	background-color: #dc3545;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	border-color: #a71d2a;
}

	.card .table .form-switch .form-check-input:checked[b-2832q08k5e] {
		/* UKLJUČEN switch (zelena boja) */
		background-color: #198754;
		border-color: #146c43;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	}

/* Kursor 'pointer' iznad switcha */
.card .table .form-switch[b-2832q08k5e] {
	cursor: pointer;
}


/* === NOVI STILOVI ZA TABLE-FIXED LAYOUT === */

/* Na desktopu (fiksni layout) */
.table.table-dark.table-hover.table-fixed[b-2832q08k5e] {
	table-layout: fixed !important;
	width: 100% !important;
}

/* Na mobilnim uređajima (<768px) vraćamo auto layout */
@media (max-width: 768px) {
	.table.table-dark.table-hover.table-fixed[b-2832q08k5e] {
		table-layout: auto !important;
	}

		/* MAN i OBD kolone po 30% */
		.table.table-dark.table-hover.table-fixed col:nth-child(1)[b-2832q08k5e],
		.table.table-dark.table-hover.table-fixed col:nth-child(2)[b-2832q08k5e] {
			width: 30% !important;
		}

		/* Status kolona ~8% */
		.table.table-dark.table-hover.table-fixed col:nth-child(3)[b-2832q08k5e] {
			width: 8% !important;
		}

		/* Related kolona ~10% */
		.table.table-dark.table-hover.table-fixed col:nth-child(4)[b-2832q08k5e] {
			width: 10% !important;
		}

		/* Description zauzima ostatak */
		.table.table-dark.table-hover.table-fixed col:last-child[b-2832q08k5e] {
			width: auto !important;
		}
}

/* === STILOVI ZA UPLOAD BAR === */

/* Hover efekat samo kada je zona klikabilna */
.custom-file-zone.is-clickable:hover .custom-btn-faux[b-2832q08k5e] {
	filter: brightness(0.85);
}

/* Forsiranje pointera (ruke) i ubijanje sistemske strelice na skrivenom dugmetu */
.custom-file-zone.is-clickable[b-2832q08k5e],
.custom-file-zone.is-clickable input[type="file"][b-2832q08k5e],
.custom-file-zone.is-clickable input[type="file"][b-2832q08k5e]::-webkit-file-upload-button {
	cursor: pointer !important;
}

/* Forsiranje default strelice kada je otvaranje onemogućeno */
.custom-file-zone.is-disabled[b-2832q08k5e],
.custom-file-zone.is-disabled input[type="file"][b-2832q08k5e],
.custom-file-zone.is-disabled input[type="file"][b-2832q08k5e]::-webkit-file-upload-button {
	cursor: default !important;
}
/* /Components/Pages/Dtc/Shared/Delphi/DelphiDtcProcessor.razor.rz.scp.css */
/* Unutar MojaStranica.razor.css */

/* === POSTOJEĆI STILOVI === */

.widget-box[b-3mhfx77q18] {
	background-color: #2a2f3b;
	border: 1px solid #363e4d;
}

.widget-icon[b-3mhfx77q18] {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0, 194, 255, 0.2);
	font-size: 26px;
	color: #00c2ff;
}

/* Postavlja Saira font na H3 naslov unutar naše specifične kartice */
.dtc-processor-card h3[b-3mhfx77q18] {
	font-family: 'Saira', sans-serif;
}

	.dtc-processor-card h3 span[b-3mhfx77q18] {
		color: #ff6a00 !important;
		font-weight: 600;
	}

/* Stilizovanje samo za form-switch unutar naše kartice sa tabelom */
.card .table .form-switch .form-check-input[b-3mhfx77q18] {
	/* ISKLJUČEN switch (crvena boja) */
	background-color: #dc3545;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	border-color: #a71d2a;
}

	.card .table .form-switch .form-check-input:checked[b-3mhfx77q18] {
		/* UKLJUČEN switch (zelena boja) */
		background-color: #198754;
		border-color: #146c43;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	}

/* Kursor 'pointer' iznad switcha */
.card .table .form-switch[b-3mhfx77q18] {
	cursor: pointer;
}


/* === NOVI STILOVI ZA TABLE-FIXED LAYOUT === */

/* Na desktopu (fiksni layout) */
.table.table-dark.table-hover.table-fixed[b-3mhfx77q18] {
	table-layout: fixed !important;
	width: 100% !important;
}

/* Na mobilnim uređajima (<768px) vraćamo auto layout */
@media (max-width: 768px) {
	.table.table-dark.table-hover.table-fixed[b-3mhfx77q18] {
		table-layout: auto !important;
	}

		/* MAN i OBD kolone po 30% */
		.table.table-dark.table-hover.table-fixed col:nth-child(1)[b-3mhfx77q18],
		.table.table-dark.table-hover.table-fixed col:nth-child(2)[b-3mhfx77q18] {
			width: 30% !important;
		}

		/* Status kolona ~8% */
		.table.table-dark.table-hover.table-fixed col:nth-child(3)[b-3mhfx77q18] {
			width: 8% !important;
		}

		/* Related kolona ~10% */
		.table.table-dark.table-hover.table-fixed col:nth-child(4)[b-3mhfx77q18] {
			width: 10% !important;
		}

		/* Description zauzima ostatak */
		.table.table-dark.table-hover.table-fixed col:last-child[b-3mhfx77q18] {
			width: auto !important;
		}
}

/* === STILOVI ZA UPLOAD BAR === */

/* Hover efekat samo kada je zona klikabilna */
.custom-file-zone.is-clickable:hover .custom-btn-faux[b-3mhfx77q18] {
	filter: brightness(0.85);
}

/* Forsiranje pointera (ruke) i ubijanje sistemske strelice na skrivenom dugmetu */
.custom-file-zone.is-clickable[b-3mhfx77q18],
.custom-file-zone.is-clickable input[type="file"][b-3mhfx77q18],
.custom-file-zone.is-clickable input[type="file"][b-3mhfx77q18]::-webkit-file-upload-button {
	cursor: pointer !important;
}

/* Forsiranje default strelice kada je otvaranje onemogućeno */
.custom-file-zone.is-disabled[b-3mhfx77q18],
.custom-file-zone.is-disabled input[type="file"][b-3mhfx77q18],
.custom-file-zone.is-disabled input[type="file"][b-3mhfx77q18]::-webkit-file-upload-button {
	cursor: default !important;
}
/* /Components/Pages/Dtc/Shared/Marelli/MarelliDtcProcessor.razor.rz.scp.css */
/* Unutar MojaStranica.razor.css */

/* === POSTOJEĆI STILOVI === */

.widget-box[b-hfwhrv8tvl] {
	background-color: #2a2f3b;
	border: 1px solid #363e4d;
}

.widget-icon[b-hfwhrv8tvl] {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0, 194, 255, 0.2);
	font-size: 26px;
	color: #00c2ff;
}

/* Postavlja Saira font na H3 naslov unutar naše specifične kartice */
.dtc-processor-card h3[b-hfwhrv8tvl] {
	font-family: 'Saira', sans-serif;
}

	.dtc-processor-card h3 span[b-hfwhrv8tvl] {
		color: #ff6a00 !important;
		font-weight: 600;
	}

/* Stilizovanje samo za form-switch unutar naše kartice sa tabelom */
.card .table .form-switch .form-check-input[b-hfwhrv8tvl] {
	/* ISKLJUČEN switch (crvena boja) */
	background-color: #dc3545;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	border-color: #a71d2a;
}

	.card .table .form-switch .form-check-input:checked[b-hfwhrv8tvl] {
		/* UKLJUČEN switch (zelena boja) */
		background-color: #198754;
		border-color: #146c43;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	}

/* Kursor 'pointer' iznad switcha */
.card .table .form-switch[b-hfwhrv8tvl] {
	cursor: pointer;
}


/* === NOVI STILOVI ZA TABLE-FIXED LAYOUT === */

/* Na desktopu (fiksni layout) */
.table.table-dark.table-hover.table-fixed[b-hfwhrv8tvl] {
	table-layout: fixed !important;
	width: 100% !important;
}

/* Na mobilnim uređajima (<768px) vraćamo auto layout */
@media (max-width: 768px) {
	.table.table-dark.table-hover.table-fixed[b-hfwhrv8tvl] {
		table-layout: auto !important;
	}

		/* MAN i OBD kolone po 30% */
		.table.table-dark.table-hover.table-fixed col:nth-child(1)[b-hfwhrv8tvl],
		.table.table-dark.table-hover.table-fixed col:nth-child(2)[b-hfwhrv8tvl] {
			width: 30% !important;
		}

		/* Status kolona ~8% */
		.table.table-dark.table-hover.table-fixed col:nth-child(3)[b-hfwhrv8tvl] {
			width: 8% !important;
		}

		/* Related kolona ~10% */
		.table.table-dark.table-hover.table-fixed col:nth-child(4)[b-hfwhrv8tvl] {
			width: 10% !important;
		}

		/* Description zauzima ostatak */
		.table.table-dark.table-hover.table-fixed col:last-child[b-hfwhrv8tvl] {
			width: auto !important;
		}
}

/* === STILOVI ZA UPLOAD BAR === */

/* Hover efekat samo kada je zona klikabilna */
.custom-file-zone.is-clickable:hover .custom-btn-faux[b-hfwhrv8tvl] {
	filter: brightness(0.85);
}

/* Forsiranje pointera (ruke) i ubijanje sistemske strelice na skrivenom dugmetu */
.custom-file-zone.is-clickable[b-hfwhrv8tvl],
.custom-file-zone.is-clickable input[type="file"][b-hfwhrv8tvl],
.custom-file-zone.is-clickable input[type="file"][b-hfwhrv8tvl]::-webkit-file-upload-button {
	cursor: pointer !important;
}

/* Forsiranje default strelice kada je otvaranje onemogućeno */
.custom-file-zone.is-disabled[b-hfwhrv8tvl],
.custom-file-zone.is-disabled input[type="file"][b-hfwhrv8tvl],
.custom-file-zone.is-disabled input[type="file"][b-hfwhrv8tvl]::-webkit-file-upload-button {
	cursor: default !important;
}
/* /Components/Pages/Dtc/Shared/Siemens/SiemensDtcProcessor.razor.rz.scp.css */
/* Unutar MojaStranica.razor.css */

/* === POSTOJEĆI STILOVI === */

.widget-box[b-gs81aaxka3] {
	background-color: #2a2f3b;
	border: 1px solid #363e4d;
}

.widget-icon[b-gs81aaxka3] {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0, 194, 255, 0.2);
	font-size: 26px;
	color: #00c2ff;
}

/* Postavlja Saira font na H3 naslov unutar naše specifične kartice */
.dtc-processor-card h3[b-gs81aaxka3] {
	font-family: 'Saira', sans-serif;
}

	.dtc-processor-card h3 span[b-gs81aaxka3] {
		color: #ff6a00 !important;
		font-weight: 600;
	}

/* Stilizovanje samo za form-switch unutar naše kartice sa tabelom */
.card .table .form-switch .form-check-input[b-gs81aaxka3] {
	/* ISKLJUČEN switch (crvena boja) */
	background-color: #dc3545;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	border-color: #a71d2a;
}

	.card .table .form-switch .form-check-input:checked[b-gs81aaxka3] {
		/* UKLJUČEN switch (zelena boja) */
		background-color: #198754;
		border-color: #146c43;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	}

/* Kursor 'pointer' iznad switcha */
.card .table .form-switch[b-gs81aaxka3] {
	cursor: pointer;
}


/* === NOVI STILOVI ZA TABLE-FIXED LAYOUT === */

/* Na desktopu (fiksni layout) */
.table.table-dark.table-hover.table-fixed[b-gs81aaxka3] {
	table-layout: fixed !important;
	width: 100% !important;
}

/* Na mobilnim uređajima (<768px) vraćamo auto layout */
@media (max-width: 768px) {
	.table.table-dark.table-hover.table-fixed[b-gs81aaxka3] {
		table-layout: auto !important;
	}

		/* MAN i OBD kolone po 30% */
		.table.table-dark.table-hover.table-fixed col:nth-child(1)[b-gs81aaxka3],
		.table.table-dark.table-hover.table-fixed col:nth-child(2)[b-gs81aaxka3] {
			width: 30% !important;
		}

		/* Status kolona ~8% */
		.table.table-dark.table-hover.table-fixed col:nth-child(3)[b-gs81aaxka3] {
			width: 8% !important;
		}

		/* Related kolona ~10% */
		.table.table-dark.table-hover.table-fixed col:nth-child(4)[b-gs81aaxka3] {
			width: 10% !important;
		}

		/* Description zauzima ostatak */
		.table.table-dark.table-hover.table-fixed col:last-child[b-gs81aaxka3] {
			width: auto !important;
		}
}

/* === STILOVI ZA UPLOAD BAR === */

/* Hover efekat samo kada je zona klikabilna */
.custom-file-zone.is-clickable:hover .custom-btn-faux[b-gs81aaxka3] {
	filter: brightness(0.85);
}

/* Forsiranje pointera (ruke) i ubijanje sistemske strelice na skrivenom dugmetu */
.custom-file-zone.is-clickable[b-gs81aaxka3],
.custom-file-zone.is-clickable input[type="file"][b-gs81aaxka3],
.custom-file-zone.is-clickable input[type="file"][b-gs81aaxka3]::-webkit-file-upload-button {
	cursor: pointer !important;
}

/* Forsiranje default strelice kada je otvaranje onemogućeno */
.custom-file-zone.is-disabled[b-gs81aaxka3],
.custom-file-zone.is-disabled input[type="file"][b-gs81aaxka3],
.custom-file-zone.is-disabled input[type="file"][b-gs81aaxka3]::-webkit-file-upload-button {
	cursor: default !important;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* samo header stilovi */

:root[b-sd10ofyuk7] {
	--bg-card: #1F242B;
	--accent-main: #FF6B35;
	--text-primary: #E4E6EB;
	--text-secondary: #A9A9B1;
}

.header-highlight[b-sd10ofyuk7] {
	background-color: var(--bg-card);
	border: 1px solid var(--accent-main);
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
	padding: 2rem 2.5rem;
	margin-bottom: 2rem;
	text-align: center;
}

	.header-highlight h1[b-sd10ofyuk7] {
		font-size: 2.2rem;
		font-weight: 700;
		color: var(--text-primary);
		margin-bottom: 0;
		line-height: 1.2;
		text-align: center;
	}

		.header-highlight h1 em[b-sd10ofyuk7] {
			font-style: normal;
			color: var(--accent-main);
		}

.hh-sep[b-sd10ofyuk7] {
	width: 40px;
	height: 1px;
	background: rgba(255, 107, 53, 0.35);
	margin: 1.25rem auto;
}

.hh-text[b-sd10ofyuk7] {
	font-size: 0.95rem;
	color: var(--text-secondary);
	max-width: 820px;
	width: 100%;
	margin: 0 auto 0.75rem auto;
	line-height: 1.7;
	text-align: center;
	text-wrap: balance;
}

	.hh-text strong[b-sd10ofyuk7] {
		color: var(--text-primary);
		font-weight: 600;
	}

.hh-meta[b-sd10ofyuk7] {
	font-size: 0.78rem;
	color: #555B66;
	margin: 0.25rem 0 0;
	letter-spacing: 0.04em;
}

.hh-chips[b-sd10ofyuk7] {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0;
}

.hh-chip[b-sd10ofyuk7] {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 13px;
	border-radius: 999px;
	border: 1px solid rgba(255, 107, 53, 0.25);
	background: rgba(255, 107, 53, 0.08);
	font-size: 0.775rem;
	font-weight: 600;
	color: #C9CDD4;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

	.hh-chip svg[b-sd10ofyuk7] {
		width: 12px;
		height: 12px;
		flex-shrink: 0;
	}

.hh-chip-dim[b-sd10ofyuk7] {
	border-color: rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.03);
	color: #4A5060;
}

.hh-cta-strong[b-sd10ofyuk7] {
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--accent-main);
	margin: 0 0 0.3rem;
}

.hh-cta-sub[b-sd10ofyuk7] {
	font-size: 0.82rem;
	color: #6B7280;
	margin: 0;
}
/* /Components/Pages/Packages.razor.rz.scp.css */
/* -- COLOR & FONT VARIABLES -- */
:root[b-wmamj0k3uz] {
	--bg-dark: #0D1117;
	--bg-card: #161B22;
	--border-color: #30363D;
	--text-primary: #C9D1D9;
	--text-secondary: #8B949E;
	/* Main Action Color */
	--accent-orange: #FF4F00;
	--accent-orange-darker: #E04500;
	/* Plan-specific Colors */
	--plan-starter-color: #3B82F6;
	--plan-pro-color: #8B5CF6;
	--plan-business-color: #F59E0B;
	--plan-enterprise-color: #14B8A6;
}

/* -- PRICING CONTAINER -- */
.pricing-container[b-wmamj0k3uz] {
	padding: 0 20px 30px;
}

/* -- PRICING CARD -- */
.pricing-card[b-wmamj0k3uz] {
	background-color: var(--bg-card);
	border: 1px solid var(--border-color);
	border-radius: 12px;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	position: relative;
	overflow: hidden;
}

	.pricing-card:hover[b-wmamj0k3uz] {
		transform: translateY(-5px);
		border-color: var(--accent-orange);
		box-shadow: 0 8px 25px -10px rgba(255, 79, 0, 0.2);
	}

/* -- CARD HEADER -- */
.card-header[b-wmamj0k3uz] {
	text-align: center;
	margin-bottom: 1rem;
}

	.card-header h3[b-wmamj0k3uz] {
		font-weight: 600;
		font-size: 1.5rem;
		color: var(--text-primary);
	}

	.card-header p[b-wmamj0k3uz] {
		color: var(--text-secondary);
		font-size: 0.9rem;
	}

/* -- ICON -- */
.pricing-icon[b-wmamj0k3uz] {
	margin: 0 auto 1rem;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

	.pricing-icon svg[b-wmamj0k3uz] {
		width: 28px;
		height: 28px;
	}

/* -- PLAN COLORS -- */
.plan-starter .card-header h3[b-wmamj0k3uz] {
	color: var(--plan-starter-color);
}

.plan-starter .pricing-icon[b-wmamj0k3uz] {
	background: linear-gradient(145deg, rgba(59,130,246,0.1), rgba(59,130,246,0));
}

	.plan-starter .pricing-icon svg[b-wmamj0k3uz] {
		color: var(--plan-starter-color);
	}

.plan-pro .card-header h3[b-wmamj0k3uz] {
	color: var(--plan-pro-color);
}

.plan-pro .pricing-icon[b-wmamj0k3uz] {
	background: linear-gradient(145deg, rgba(139,92,246,0.1), rgba(139,92,246,0));
}

	.plan-pro .pricing-icon svg[b-wmamj0k3uz] {
		color: var(--plan-pro-color);
	}

.plan-business .card-header h3[b-wmamj0k3uz] {
	color: var(--accent-orange);
}

.plan-business .pricing-icon[b-wmamj0k3uz] {
	background: linear-gradient(145deg, rgba(255,79,0,0.1), rgba(255,79,0,0));
}

	.plan-business .pricing-icon svg[b-wmamj0k3uz] {
		color: var(--accent-orange);
	}

.plan-enterprise .card-header h3[b-wmamj0k3uz] {
	color: var(--plan-enterprise-color);
}

.plan-enterprise .pricing-icon[b-wmamj0k3uz] {
	background: linear-gradient(145deg, rgba(20,184,166,0.1), rgba(20,184,166,0));
}

	.plan-enterprise .pricing-icon svg[b-wmamj0k3uz] {
		color: var(--plan-enterprise-color);
	}

/* -- PRICE SECTION -- */
.price-section[b-wmamj0k3uz] {
	text-align: center;
	margin-bottom: 1.25rem;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	padding: 1rem 0;
}

.price-amount[b-wmamj0k3uz] {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--text-primary);
}

.price-for[b-wmamj0k3uz] {
	font-size: 0.9rem;
	color: var(--text-secondary);
	margin-left: 0.5rem;
}

/* -- FEATURES LIST -- */
.features-list[b-wmamj0k3uz] {
	list-style: none;
	padding: 0;
	margin: 0 0 1.25rem 0;
	color: var(--text-secondary);
	flex-grow: 1;
	font-size: 0.9rem;
}

	.features-list li[b-wmamj0k3uz] {
		padding-left: 1.5rem;
		margin-bottom: 0.75rem;
		position: relative;
	}

		.features-list li[b-wmamj0k3uz]::before {
			content: '✔';
			position: absolute;
			left: 0;
			color: var(--accent-orange);
			font-weight: bold;
		}

/* -- BUTTON -- */
.btn-price[b-wmamj0k3uz] {
	display: block;
	width: 100%;
	padding: 0.75rem;
	background-color: transparent;
	border: 1px solid var(--accent-orange);
	color: var(--accent-orange);
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1rem;
	transition: all 0.3s ease;
	cursor: pointer;
	text-align: center;
}

	.btn-price:hover[b-wmamj0k3uz] {
		background-color: var(--accent-orange);
		border-color: var(--accent-orange);
		color: #ffffff;
	}

/* -- BADGES -- */
.discount-badge[b-wmamj0k3uz] {
	position: absolute;
	top: 10px;
	right: -1px;
	color: #FFFFFF;
	padding: 4px 8px 4px 12px;
	font-size: 0.75rem;
	font-weight: 700;
	clip-path: polygon(10% 0%,100% 0%,100% 100%,10% 100%,0% 50%);
}

.plan-pro .discount-badge[b-wmamj0k3uz] {
	background-color: var(--plan-pro-color);
}

.plan-business .discount-badge[b-wmamj0k3uz] {
	background-color: var(--accent-orange);
}

.plan-enterprise .discount-badge[b-wmamj0k3uz] {
	background-color: var(--plan-enterprise-color);
}

/* -- RESPONSIVE -- */
@media (max-width: 1200px) {
	.pricing-card[b-wmamj0k3uz] {
		margin-bottom: 1.5rem !important;
	}
}

@media (max-width: 767px) {
	.pricing-card[b-wmamj0k3uz] {
		margin-bottom: 1rem !important;
	}
}
.btn-price[b-wmamj0k3uz] {
	display: block;
	width: 100%;
	padding: 0.75rem;
	background-color: transparent;
	border: 1px solid var(--accent-orange);
	color: var(--accent-orange);
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	/* ovo vraća pozadinsko svetlo */
	box-shadow: 0 6px 20px rgba(255, 79, 0, 0.4);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

	.btn-price:hover[b-wmamj0k3uz] {
		background-color: var(--accent-orange);
		color: #fff;
		transform: translateY(-2px);
		/* jači glow na hover */
		box-shadow: 0 8px 25px rgba(255, 79, 0, 0.6);
	}
/* /Components/Pages/Remover/RemoverProcessor.razor.rz.scp.css */
/* Unutar MojaStranica.razor.css */

/* === POSTOJEĆI STILOVI === */

.widget-box[b-5lb0fhuaaq] {
	background-color: #2a2f3b;
	border: 1px solid #363e4d;
}

.widget-icon[b-5lb0fhuaaq] {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0, 194, 255, 0.2);
	font-size: 26px;
	color: #00c2ff;
}

/* Postavlja Saira font na H3 naslov unutar naše specifične kartice */
.dtc-processor-card h3[b-5lb0fhuaaq] {
	font-family: 'Saira', sans-serif;
}

	.dtc-processor-card h3 span[b-5lb0fhuaaq] {
		color: #ff6a00 !important;
		font-weight: 600;
	}

/* Stilizovanje samo za form-switch unutar naše kartice sa tabelom */
.card .table .form-switch .form-check-input[b-5lb0fhuaaq] {
	/* ISKLJUČEN switch (crvena boja) */
	background-color: #dc3545;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	border-color: #a71d2a;
}

	.card .table .form-switch .form-check-input:checked[b-5lb0fhuaaq] {
		/* UKLJUČEN switch (zelena boja) */
		background-color: #198754;
		border-color: #146c43;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	}

/* Kursor 'pointer' iznad switcha */
.card .table .form-switch[b-5lb0fhuaaq] {
	cursor: pointer;
}


/* === NOVI STILOVI ZA TABLE-FIXED LAYOUT === */

/* Na desktopu (fiksni layout) */
.table.table-dark.table-hover.table-fixed[b-5lb0fhuaaq] {
	table-layout: fixed !important;
	width: 100% !important;
}

/* Na mobilnim uređajima (<768px) vraćamo auto layout */
@media (max-width: 768px) {
	.table.table-dark.table-hover.table-fixed[b-5lb0fhuaaq] {
		table-layout: auto !important;
	}

		/* MAN i OBD kolone po 30% */
		.table.table-dark.table-hover.table-fixed col:nth-child(1)[b-5lb0fhuaaq],
		.table.table-dark.table-hover.table-fixed col:nth-child(2)[b-5lb0fhuaaq] {
			width: 30% !important;
		}

		/* Status kolona ~8% */
		.table.table-dark.table-hover.table-fixed col:nth-child(3)[b-5lb0fhuaaq] {
			width: 8% !important;
		}

		/* Related kolona ~10% */
		.table.table-dark.table-hover.table-fixed col:nth-child(4)[b-5lb0fhuaaq] {
			width: 10% !important;
		}

		/* Description zauzima ostatak */
		.table.table-dark.table-hover.table-fixed col:last-child[b-5lb0fhuaaq] {
			width: auto !important;
		}
}
/* === NOVI STILOVI ZA LOG BOX === */

/* Kontejner koji drži log box, fiksiran za dno stranice */
.log-box-container[b-5lb0fhuaaq] {
	position: fixed;
	bottom: 0;
	left: 250px;
	right: 0;
	z-index: 100;
	/* Ovaj padding sada stvara providne margine oko kartice */
	padding: 0 1.42rem 1rem 2rem;
	/* Uklanjamo pozadinu sa kontejnera */
	background: transparent;
	pointer-events: none; /* Dozvoljava klik "kroz" providni deo */
}

	/* Primenjujemo stilove direktno na karticu unutar kontejnera */
	.log-box-container .card[b-5lb0fhuaaq] {
		background-color: #212529;
		border: 1px solid #363e4d;
		pointer-events: auto; /* Vraćamo mogućnost interakcije sa karticom */
	}

	/* Stil za samu textarea ostaje isti */
	.log-box-container textarea[b-5lb0fhuaaq] {
		height: 180px;
		resize: none;
	}
	/* Stil za samu textarea unutar log box-a */
	.log-box-container textarea[b-5lb0fhuaaq] {
		height: 180px; /* Fiksna visina, kako ste tražili */
		resize: none; /* Onemogućava korisniku da menja veličinu */
	}

/* Na mobilnim uređajima, log box zauzima celu širinu */
@media (max-width: 767.98px) {
	.log-box-container[b-5lb0fhuaaq] {
		left: 0;
		/* Povećavamo padding da se poravna sa karticama iznad */
		padding: 0 1.5rem 0.5rem 1.5rem;
	}
}

/* Novi stilovi za Info Card */

/* Rešava problem "bušnih" uglova tako što sakriva sve što viri */
.info-card[b-5lb0fhuaaq] {
	overflow: hidden;
}

	/* Smanjuje unutrašnje margine u telu info kartice */
	.info-card .card-body[b-5lb0fhuaaq] {
		padding: 0.75rem 1rem;
	}

		/* Dodatno smanjuje donju marginu na paragrafima unutar info kartice */
		.info-card .card-body p[b-5lb0fhuaaq] {
			margin-bottom: 0.25rem;
		}
/* Novi stil koji dodaje prazan prostor na dno stranice */
/* Visina je malo veća od visine log boxa da ima prostora */
.page-content-container[b-5lb0fhuaaq] {
	padding-bottom: 240px;
}

/* Stil za novi, skrolabilni log kontejner */
.log-content[b-5lb0fhuaaq] {
	height: 180px;
	overflow-y: auto;
	background-color: #212529;
	font-family: monospace;
	padding: 0.5rem;
	border: 1px solid #495057;
	border-radius: 0.25rem;
}

	/* Stil za pojedinačni red u logu */
	.log-content .log-entry[b-5lb0fhuaaq] {
		margin: 0;
		padding: 0;
		white-space: pre-wrap;
		font-size: 0.85rem;
	}
