﻿/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}
*/

@import '/_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css';

p {
    font-family: unset;
    font-size: unset;
}

body {
    --body-font: "Segoe UI Variable", "Segoe UI", sans-serif;
    font-family: var(--body-font);
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    margin: 0;
    min-height: unset !important;
}

.navmenu-icon {
    display: none;
}

.main {
    min-height: calc(100dvh - 100px);
    color: var(--neutral-foreground-rest);
}

.content {
    padding: 0.5rem 1.5rem;
    overflow: visible;
}

footer {
    display: flex;
    justify-content: space-between;
    background: var(--neutral-layer-4);
    color: var(--neutral-foreground-rest);
    padding: 10px 10px;
    gap: 10px;
}

    footer .link1 {
        grid-column: 2;
        justify-content: start;
    }

    footer .link2 {
        grid-column: 3;
        justify-self: end;
    }

    footer a {
        color: var(--neutral-foreground-rest);
        text-decoration: none;
    }

        footer a:focus {
            outline: 1px dashed;
            outline-offset: 3px;
        }

        footer a:hover {
            text-decoration: underline;
        }

.alert {
    border: 1px dashed var(--accent-fill-rest);
    padding: 5px;
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin: 20px 0;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::before {
        content: "An error has occurred. "
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

/*start toast css*/
.toast-container {
    position: fixed;
    bottom: 10px;
    right: 0%;
    width: 280px;
    margin-left: auto;
    z-index: 81;
}

.custom-info {
    background-color: rgba(15, 185, 242, 0.9);
}

.custom-success {
    background-color: rgba(75,181,67, 0.9);
    max-width: 250px;
}

.custom-error {
    background-color: rgba(212, 34, 28, 0.9);
}

.toast {
    display: block;
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    animation: fadein 0.5s, fadeout 0.5s 14.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.toast-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.toast-body {
    padding-top: 5px;
}
/*end toast css*/

.custom-danger-button {
    --accent-fill-rest: #D32F2F;
    --accent-foreground-rest: #FFFFFF;
}

.custom-info-button {
    --accent-fill-rest: #CCE5FF;
    --accent-foreground-rest: #003366 !important;
    --foreground-on-accent-rest: #003366 !important;
}

.custom-success-button {
    --accent-fill-rest: #DFF0D8;
    --accent-foreground-rest: #000000 !important;
    --foreground-on-accent-rest: #000000 !important;
    margin-top: 5px;
    /*background: padding-box linear-gradient(var(--accent-fill-rest), var(--accent-fill-rest)), border-box !important;*/
}

    .custom-success-button:hover {
        background-color: #30db33 !important;
    }

#overlay {
    position: fixed; /* Make it fixed to viewport */
    top: 0;
    left: 0;
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    background-color: rgba(0, 0, 0, 0.7); /* Dark semi-transparent background */
    display: flex;
    align-items: center; /* Center the spinner vertically */
    justify-content: center; /* Center the spinner horizontally */
    z-index: 9999; /* Ensure the overlay is on top of all content */
}

/* Spinner Styles */
.spinner {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue (customize color as needed) */
    border-radius: 50%; /* Make it circular */
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

#childrenModal {
    z-index: 9999;
    background-color: white;
    width: 80vw;
    padding: 20px;
    max-width: 500px;
    border-radius: 25px;
}

@media (min-width: 960px) {
    #childrenModal {
        padding: 50px;
    }
}

.custom-dark-background #childrenModal {
    background-color: black;
    border: 2px solid white;
}

.radio-child {
    border: 0px;
    width: 100%;
    height: 2em;
    width: 2em;
}

/* Spinner Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-container {
    background-color: white;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.custom-dark-background:not(.fluent-overlay):not(.fluent-overlay *):not(span.accordion-header-text) {
    background-color: #000 !important;
    color: white !important;
}

    .custom-dark-background p, .custom-dark-background h1, .custom-dark-background h2, .custom-dark-background h3, .custom-dark-background h4, .custom-dark-background h5, .custom-dark-background h6, .custom-dark-background content a, .custom-dark-background fluent-accordion-item, .custom-dark-background ol, .custom-dark-background ul {
        color: white;
    }

.custom-dark-background a, .custom-dark-background span.accordion-header-text {
    color: white;
}

    .custom-dark-background .icon {
        color: black;
        background-color: white;
    }

    .custom-dark-background .custom-accordion-header, .custom-dark-background .custom-accordion-body {
        border: 1px solid white;
    }

        .custom-dark-background .custom-accordion-header:hover, .custom-dark-background input.root:hover {
            background-color: grey !important;
        }

    .custom-dark-background fluent-text-field::part(control):hover, .custom-dark-background fluent-number-field::part(control):hover,
    .custom-dark-background fluent-combobox::part(control):hover {
        background-color: #a8a8a5; /* Change background color */
    }

    .custom-dark-background .custom-accordion-header:not(:has(.expanded)) {
        background-color: black;
    }

    .custom-dark-background img:not(.top_ribbon img):not(#to_top img) {
        background-color: white;
    }

.white-text {
    z-index: 9998;
}

.btn-delete {
    width: auto;
    height: 30px;
    cursor: pointer;
    align-items: center;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
    background-color: #f25555;
    text-decoration: none;
    color: white;
}

.btn-light-blue {
    width: auto;
    height: 30px;
    cursor: pointer;
    align-items: center;
    background: #4ac4ed;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
    text-decoration: none;
    color: white;
}

@media (max-width: 600px) {
    .main {
        flex-direction: column !important;
        row-gap: 0 !important;
    }

    nav.sitenav {
        width: 100%;
        height: 100%;
    }

    #main-menu {
        width: 100% !important;
    }

        #main-menu > div:first-child:is(.expander) {
            display: none;
        }

    .navmenu {
        width: 100%;
    }

    #navmenu-toggle {
        appearance: none;
    }

        #navmenu-toggle ~ nav {
            display: none;
        }

        #navmenu-toggle:checked ~ nav {
            display: block;
        }

    .navmenu-icon {
        cursor: pointer;
        z-index: 10;
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        width: 20px;
        height: 20px;
        border: none;
    }
}

.zahtjevEdit .accordion-button {
    font-weight: bold;
}


.btn-predaj {
    background-color: #325586;
}

.btn-back {
    margin-left: auto;
    order: 2;
}

.container-btn-flex {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.left, .right {
    display: flex;
    flex-direction: row;
}

.fluent-nav-text {
    text-wrap: wrap;
}

.pad-t-40 {
    padding-top: 40px;
}

/* General styles for the input field */
input[type="text"] {
    outline: none;
    border: 1px solid #efeeee;
    border-bottom: 1px solid grey;
    border-radius: 4px;
    height: 35px;
    padding-left: 8px;
}

input[type="text"]:hover {
    background-color: #f7f7f7;

}

input[type="text"]:hover {
    background-color: #f7f7f7;
}

.custom-dark-background input[type="text"]:hover {
    background-color: #a8a8a5;
}

input[type="text"]:focus {
    border-bottom: 2px solid #036ac4;
}

.custom-dark-background fluent-checkbox {
    background: black !important;
    margin: 2px;
}

label {
    display: block; /* Make the label a block element */
}

.label-privole {
    display: inline;
}

.expand-accordion-btn {

}

.custom-accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.custom-accordion-body {
    margin: 0;
    border-bottom: 1px solid var(--neutral-light, #edebe9);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 12px;
    background-color: white;
    margin-bottom: 5px;
    display: grid;
    grid-template-rows: 0fr;
    animation: drop 500ms forwards;
}

.custom-accordion-body > div {
    overflow: hidden;
}

@keyframes drop {
    from {
        opacity: 0;
        grid-template-rows: 0fr;
    }

    to {
        opacity: 1;
        grid-template-rows: 1fr;
    }
}


.custom-accordion-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px;
    background-color: white;
    color: #000;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;
    text-align: left;
}

.custom-accordion-header:hover {
    background-color: #aeaeb050;
}

.arrow-icon {
    height: 20px;
    display: inline-block;
    transition: transform 0.3s ease; /* Smooth transition for the rotation */
}

.expanded.arrow-icon {
    transform: rotate(180deg); /* Rotate the arrow upwards */
}

button:has(.expanded) {
    background-color: #9e9e9b80;/*boja zavrsava sa 2znamenkastim brojem, prestavlja opacity 01-99 */
}

/* Focus state */
/*input[type="text"]:focus {
    border-color: #007bff;*/ /* Blue border on focus */
/*box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);*/ /* Subtle blue shadow */
/*outline: none;*/ /* Remove default outline */
/*}*/
/* Placeholder styling */
input[type="text"]::placeholder {
    color: #aaa; /* Placeholder color */
    opacity: 1; /* Make sure placeholder is fully opaque */
}

/* Disabled state */
input[type="text"]:disabled {
    background-color: #f5f5f5; /* Light gray background */
    border-color: #ddd; /* Darker border */
    color: #999; /* Text color */
}

/* Error state */
input[type="text"].error {
    border-color: #dc3545; /* Red border */
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5); /* Red shadow */
}

/* Valid state */
input[type="text"].valid {
    border-color: #28a745;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    align-self: start;
}

.checkbox-holder {
    display: flex;
    gap: 10px;
}

.card-body {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.custom-btn {
    min-width: 150px;
    border-radius: 5px;
    min-height: 32px;
    color: white;
    border: none;
}

.custom-btn-anchor {
    all: unset;
    display: block;
    max-width: 150px;
    cursor: pointer;
    padding: 0 15px;
    line-height: 32px;
    border-radius: 5px;
    height: 32px;
    color: white;
    text-align: center;
    border: none;
}

.btn-blue {
    background-color: #036ac4;
}

    .btn-blue:hover {
        background-color: #2e7bbf;
    }

.btn-blue-anchor {
    background-color: #036ac4;
}

    .btn-blue-anchor:hover {
        color: white;
        background-color: #2e7bbf;
    }

.btn-green {
    background-color: #01692c;
}

    .btn-green:hover {
        background-color: #018f3c;
    }

.btn-grey-anchor {
    background-color: #696969;
}

    .btn-grey-anchor:hover {
        color: white;
        background-color: #616161;
    }

.btn-red {
    background-color: #D32F2F;
}

    .btn-red:hover {
        background-color: #e63939;
    }

.custom-dark-background .custom-btn, .custom-dark-background .custom-btn-anchor {
    border: 1px solid white;
    background-color: black;
}

    .custom-dark-background .custom-btn:hover, .custom-dark-background .custom-btn-anchor:hover, .positioning-region.custom-dark-background:hover {
        background-color: grey !important;
    }

.prilogWrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 10px;
}

.prilogBtnsWrapper {
    display: flex;
    gap: 7px;
}

.nazivPriloga {
    height: 32px; /* Set your desired height */
    line-height: 32px; /* Match the line-height to the height */
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-col {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

@media (max-width: 960px) {
    .mobile-col {
        flex-direction: column;
        gap: 20px;
    }

    .container-btn-flex {
        margin-top: 20px;
    }

    .privoleBtns {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}

.privoleBtns {
    display: flex;
    gap: 20px;
}

@media (min-width: 960px) {
    #btnSpremiPromjene {
        margin-right: 20px;
    }

    .prilogWrapper {
        flex-direction: row;
        gap: 20px;
    }

    .nazivPriloga {
        width: 250px;
    }

    #dijeteZavod {
        min-width: unset !important;
        width: 403px !important;
    }
}

button[disabled=disabled], button:disabled {
    cursor: not-allowed;
    opacity: 50%;
}

.zastupnik-card {
    background-color: white;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.custom-dark-background #uploadLabel, .custom-dark-background .zastupnik-card {
    border: 1px solid white;
}

.custom-dark-background #uploadSvg {
    background-color: white;
}

.custom-dark-background-footer {
    background-color: black;
    color: white;
    border-top: 1px solid white;
}

    .custom-dark-background-footer a, .custom-dark-background #VrijemeZahtjeva {
        color: white;
    }

.fluent-overlay.custom-dark-background {
    z-index: -1 !important;
}

#VrijemeZahtjeva {
    border: 1px solid grey;
    border-radius: 5px;
    margin-top: 4px;
    padding: 2px 6px;
}

.custom-btn-anchor:focus {
    outline: 2px solid black;
}

.custom-dark-background input:focus, .custom-dark-background .custom-btn-anchor:focus {
    outline: 2px solid white;
}

div.control {
    background-color: red !important;
}

.custom-dark-background fluent-checkbox::part(control) {
    background-color: black;
    outline: 2px solid white;
}

.custom-dark-background fluent-checkbox::part(checked-indicator) {
    color: black;
    outline: 2px solid white;
}

.custom-dark-background-header {
    background-color: black !important;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-family: "OmoType", "sans-serif";
}

.custom-dark-background-egradjani {
    background-color: black !important;
}


.custom-dark-background-slideout p {
    color: black !important;
}

.textAreaIzjava {
    border: 1px solid #efefef;
    border-bottom: 1px solid grey;
    border-radius: 5px;
    padding: 10px;
}

#dijeteZavod {
    width: 250px;
}

#to_top {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 40px;
    right: 20px;
    border: 1px solid white;
    padding: 4px;
    background-color: black;
}

    #to_top:hover {
        background-color: #666666;
    }

.custom-dark-background #egradjani {
    background-color: black !important;
}

#egradani_user_promjena_subjekta {
    display: none !important;
}

input[readonly] {
    background-color: #f0f0f0 !important; /* Light gray background */
    color: #000; /* Darker text color */
    border: 1px solid #ccc; /* Light gray border */
    cursor: not-allowed; /* Shows a not-allowed cursor */
    height: 35px;
}

input[disabled] {
    background-color: #f0f0f0 !important; /* Light gray background */
    color: #000; /* Darker text color */
    border: 1px solid #ccc; /* Light gray border */
    cursor: not-allowed; /* Shows a not-allowed cursor */
}

select[readonly] {
    pointer-events: none;
    background-color: #f0f0f0;
    color: #333;
    cursor: not-allowed;
    width: 80%;
    height: 35px;
    border-color: #f0f0f0;
    box-shadow: 0 0 5px rgba(240, 240, 240, 0.5);
    border-radius: 5px;
}

.priloziWrapper {
    display: flex;
    flex-wrap: wrap;
}

.prilogWrapper {
    flex: 0 0 50%; /* 50% width for each item to create two columns */
    box-sizing: border-box;
    padding: 8px;
}

.accordion-header-text{
    font-size: 20px;
}

.egradani_traka-holder {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
}

.layout {
    margin-top: 130px;
}

@media (min-width: 1040px) {
    .layout {
        margin-top: 134px;
    }
}





.custom-select {
    appearance: none; /* Remove default styles */
    -webkit-appearance: none; /* Remove default styles for Safari */
    -moz-appearance: none; /* Remove default styles for Firefox */
    border: 1px solid #ccc; /* Set border color */
    border-radius: 4px; /* Rounded corners */
    padding: 8px 12px; /* Padding inside */
    font-size: 16px; /* Font size */
    background-color: white; /* Background color */
    color: #333; /* Text color */
    cursor: pointer; /* Change cursor on hover */
}

    /* Style the dropdown arrow (pseudo-element technique) */
    .custom-select::after {
        content: "▼"; /* Arrow character */
        position: absolute;
        right: 12px; /* Position it at the right */
        pointer-events: none; /* Ignore pointer events */
        color: #333; /* Arrow color */
    }

    /* Option styles (only visible when the dropdown is open) */
    .custom-select option {
        background-color: white; /* Background for options */
        color: #333; /* Text color */
        padding: 8px; /* Padding inside options */
        border-radius: 8px; /* Rounded corners */
    }

    /* Optional: Add hover styles */
    .custom-select:hover {
        border-color: #888; /* Darker border on hover */
    }

    /* Optional: Add focus styles */
    .custom-select:focus {
        outline: none; /* Remove default outline */
        border-color: #0078D4; /* Focus border color */
        box-shadow: 0 0 1px #0078D4; /* Optional focus shadow */
    }
