/* _content/KalkulatorCO2/Components/Controls/CustomDropdown.razor.rz.scp.css */
.dropdown-wrapper[b-icr3vz7n5u] {
    position: relative;
    user-select: none;
    color: #474747;
    width:100%;
}

.dropdown-selected[b-icr3vz7n5u] {
    width: 100%;
    height: 48px;
    padding: 8px 16px;
    background: #ffffff;
    border-radius: 20px;
    border: 0.2px solid #6F8789;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

    .dropdown-selected span[b-icr3vz7n5u] {
        pointer-events: none;
    }

    .dropdown-selected.invalid[b-icr3vz7n5u] {
        border: 1px solid #e50000;
    }

.dropdown-list[b-icr3vz7n5u] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f9fefb;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin-top: 8px;
    padding: 8px 0;
    box-sizing: border-box;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-item[b-icr3vz7n5u] {
    padding: 8px 24px;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
}

    .dropdown-item:hover[b-icr3vz7n5u] {
        background-color: #F1AF41;
        color:#fff;
        border-radius: 12px;
    }

.fa-chevron-down[b-icr3vz7n5u] {
    pointer-events: none;
    color: #474747;
}


/* _content/KalkulatorCO2/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-siu7xjs200] {
    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-siu7xjs200] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-siu7xjs200] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-siu7xjs200] {
    font-size: 1.1rem;
}

.bi[b-siu7xjs200] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-siu7xjs200] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-siu7xjs200] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-siu7xjs200] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-siu7xjs200] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-siu7xjs200] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-siu7xjs200] {
        padding-bottom: 1rem;
    }

    .nav-item[b-siu7xjs200]  .nav-link {
        color: #000000;
        font-weight: bold;
        background: none;
        border: 1px solid black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-siu7xjs200]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: #000000;
    }

    .nav-item[b-siu7xjs200]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: #000000;
    }

.nav-scrollable[b-siu7xjs200] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-siu7xjs200] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-siu7xjs200] {
        display: none;
    }

    .nav-scrollable[b-siu7xjs200] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/KalkulatorCO2/Components/Pages/Home.razor.rz.scp.css */
.form-wrapper[b-ezg7gd8wls] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 6rem;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .form-wrapper[b-ezg7gd8wls] {
        padding: 0px; /* More subtle */
        padding-top: 6rem;
    }
}


.form-container[b-ezg7gd8wls] {
    width: 100%;
    max-width: 500px;
    padding: 24px;
    border: 1px solid #aaa;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    background-color: #fff;
    box-sizing: border-box;
}

    .form-container label[b-ezg7gd8wls] {
        font-size: 14px;
        margin-top: 15px;
        display: block;
    }

.form-control[b-ezg7gd8wls] {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 8px;
    box-sizing: border-box;
    border-radius: 20px !important;
}

.submit-button[b-ezg7gd8wls] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 4px 16px;
    background-color: #5A9F66;
    color: white;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    width: 100%;
    height: 48px;
    user-select: none;
    box-sizing: border-box;
}

    .submit-button i[b-ezg7gd8wls] {
        font-size: 20px;
    }

    .submit-button:hover:enabled[b-ezg7gd8wls] {
        background-color: #F1AE41;
    }

    .submit-button:active:enabled[b-ezg7gd8wls] {
        background-color: #5A9F66;
        transform: scale(0.98);
    }

    .submit-button:disabled[b-ezg7gd8wls] {
        background-color: #a8d0b1;
        cursor: not-allowed;
        opacity: 0.7;
    }

.captcha-box[b-ezg7gd8wls] {
    width: 15%;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 20px;
    height: 48px;
    border: 0.2px solid #6F8789;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .captcha-box[b-ezg7gd8wls] {
        width: 100%; /* Or a different value like 80%, 90%, etc. */
    }
}

.povrsina-group[b-ezg7gd8wls] {
    display: flex;
    gap: 5px;
}

.title-text[b-ezg7gd8wls]{
    text-align:center;
}
.title-text-size[b-ezg7gd8wls]{
    font-size: 1.8rem;
    font-weight:bold;
    color: #474747;
}

.subtitle-text-size[b-ezg7gd8wls] {
    font-size: 1rem;
    color: #6f8789;
}
/* _content/KalkulatorCO2/Components/Pages/Rezultati.razor.rz.scp.css */
.parent-wrapper[b-7euiufboa6] {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.results-wrapper[b-7euiufboa6]{
    width:60%;
    justify-content:center;
    padding-top:6rem;
}

@media screen and (max-width: 768px) {
    .results-wrapper[b-7euiufboa6] {
        width: 100%; /* Or a different value like 80%, 90%, etc. */
    }
}

.result-container[b-7euiufboa6] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1.5rem;
    background-color: #f2fdf6;
    border-radius: 12px;
    justify-content: space-between;
}

.card[b-7euiufboa6] {
    background-color: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    flex: 1 1 45%;
    min-width: 300px;
}

    .card ul[b-7euiufboa6] {
        list-style-type: none;
        padding-left: 0;
        margin: 1rem 0;
    }

        .card ul li[b-7euiufboa6] {
            margin-bottom: 0.5rem;
            font-size: 1rem;
        }

.card-details[b-7euiufboa6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.detail-row[b-7euiufboa6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.5rem;
}

    .detail-row .label[b-7euiufboa6] {
        font-weight: 500;
        color: #000;
        flex: 1;
        min-width: 40%;
        font-size:14px;
    }

    .detail-row .label-parametre[b-7euiufboa6] {
        font-weight: 500;
        border-radius: 9999px;
        padding: 0.3rem 0.9rem;
        border: 1px solid #333;
        background-color: white;
        flex-shrink: 0;
        white-space: nowrap;
        font-size:12px;
    }

    .detail-row .label-cultura-bg[b-7euiufboa6] {
        background-color: #f1ae41; /* Orange */
        border-color: transparent;
        color: white;
    }

/* Responsive behavior */
@media screen and (max-width: 480px) {
    .detail-row[b-7euiufboa6] {
        align-items: flex-start;
    }

        .detail-row .label-parametre[b-7euiufboa6] {
            text-align: left;
        }
}

.result-values[b-7euiufboa6] {
    font-size: 1.1rem;
}

    .result-values strong[b-7euiufboa6] {
        display: block;
        margin-bottom: 0.5rem;
    }

.co2-box[b-7euiufboa6] {
    padding: 1.5rem;
}

.highlight-box[b-7euiufboa6] {
    padding: 1.5rem 1rem;
    border-radius: 20px;
    margin-top: 1rem;
    display: inline-block;
}

.highlight-box-orange[b-7euiufboa6] {
    background-color: #fff7e6;
}

.highlight-box-green[b-7euiufboa6] {
    background-color: #ebf6ed;
}

.highlight-box-result-orange[b-7euiufboa6] {
    color: #d88a00;
}

.highlight-box-result-green[b-7euiufboa6] {
    color: #5a9f66;
}

.highlight-box-number[b-7euiufboa6] {
    font-size: 1.5rem;
    font-weight: bold;
}

.results-title[b-7euiufboa6] {
    font-size: 1.6rem;
    color: #5a9f66;
    font-weight:bold;
}

.p-title[b-7euiufboa6] {
    font-size: 24px;
    color: #474747;
}
.top-buttons[b-7euiufboa6] {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Force desktop layout inside PDF export wrapper */
#pdf-export-container.force-desktop .results-wrapper[b-7euiufboa6],
#pdf-export-container.force-desktop .result-container[b-7euiufboa6] {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 1.5rem !important;
}

#pdf-export-container.force-desktop .card[b-7euiufboa6] {
    flex: 1 1 45% !important;
    min-width: 300px;
}

#pdf-export-container.force-desktop .co2-box[b-7euiufboa6] {
    padding: 1.5rem !important;
}

@media screen and (max-width: 768px) {
    #pdf-export-container.force-desktop *[b-7euiufboa6] {
        width: auto !important;
        max-width: none !important;
    }
}
