/* /Components/Account/Pages/AdminArea/UtilizadorArea.razor.rz.scp.css */
.searchfield[b-gopzgacq1i] {
    width: 250px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-h11jbuouox] {
    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-h11jbuouox] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-h11jbuouox] {
    height: 3.5rem;
    background-color: var(--primary-700);
}

.navbar-brand[b-h11jbuouox] {
    font-size: 1.1rem;
}

.bi[b-h11jbuouox] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-h11jbuouox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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[b-h11jbuouox] {
    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[b-h11jbuouox] {
    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-h11jbuouox] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-h11jbuouox] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-h11jbuouox] {
        padding-bottom: 1rem;
    }

    .nav-item[b-h11jbuouox]  a {
        color: var(--primary-700);
        border-radius: 8px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-weight: 500;
        transition: all 0.3s ease;
    }

.nav-item[b-h11jbuouox]  a.active {
    background-color: var(--primary-200);
    color: var(--primary-800);
    box-shadow: 0 2px 4px rgba(57, 128, 170, 0.15);
}

.nav-item[b-h11jbuouox]  a:hover {
    background-color: var(--primary-100);
    color: var(--primary-800);
    transform: translateX(2px);
}

.nav-scrollable[b-h11jbuouox] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-h11jbuouox] {
    display: block;
}

/* Gradient Navigation Styles */
[b-h11jbuouox] .nav-link-hover:hover {
    background: var(--primary-100) !important;
    border-radius: 8px;
    transform: translateX(2px);
    color: var(--primary-800) !important;
}

[b-h11jbuouox] .mud-nav-link {
    border-radius: 8px;
    margin: 2px 8px;
    transition: all 0.3s ease;
    color: var(--primary-700) !important;
}

[b-h11jbuouox] .mud-nav-link:hover {
    background: var(--primary-100) !important;
    transform: translateX(4px);
    box-shadow: 0 2px 4px rgba(57, 128, 170, 0.15);
    color: var(--primary-800) !important;
}

[b-h11jbuouox] .mud-nav-group .mud-nav-link {
    margin-left: 16px;
    background: transparent;
    color: var(--primary-600) !important;
}

[b-h11jbuouox] .mud-nav-group .mud-nav-link:hover {
    background: var(--primary-100) !important;
    color: var(--primary-800) !important;
}

[b-h11jbuouox] .mud-nav-group > .mud-nav-link {
    font-weight: 500;
    background: transparent;
    color: var(--primary-700) !important;
}

[b-h11jbuouox] .mud-drawer {
    border-right: 1px solid var(--primary-200);
    background: var(--neutral-50) !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-h11jbuouox] {
        display: none;
    }

    .nav-scrollable[b-h11jbuouox] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PedidoUnicoMenu.razor.rz.scp.css */
.form-border[b-6l82z55c19] {
    border-radius: 12px;
    height: 90vh;
    margin-top: 75px;
}
/* /Components/Pages/Backoffice/PedidosUnicos/Campanhas/CampanhaCriar.razor.rz.scp.css */
.mud-input-label[b-09cx8rzt7w] {
    font-size: 1rem;
    opacity: 0.9;
}

.custom-container-blank[b-09cx8rzt7w] {
    max-width: 800px;
    width: 100%;
}

div.d-flex.justify-center[b-09cx8rzt7w] {
    width: 100%;
}
/**Style="font-size: 0.7rem; opacity: 0.8;"**/
/* /Components/Pages/Backoffice/PedidosUnicos/Campanhas/CampanhaCulturasEdit.razor.rz.scp.css */
.param-candid-header[b-95gogmlh3y] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 120px;
}

.param-candid-row[b-95gogmlh3y] {
    align-items: center;
    display: flex;
    height: 100%;
    width: 150px;
}

.param-candid-cell[b-95gogmlh3y] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 120px;
}

div.overflow[b-95gogmlh3y] {
    overflow-x: auto;
}
div.wide[b-95gogmlh3y] {
    display: inline-block;
    min-width: max-content;
}
div.width150[b-95gogmlh3y] {
    width: 150px;
}
div.fixed-height[b-95gogmlh3y] {
    height: 48px;
}
/* /Components/Pages/Backoffice/PedidosUnicos/Campanhas/Campanhas.razor.rz.scp.css */
.custom-table-border[b-ahhhiraq9w] {
    border-radius: 8px
}
/* /Components/Pages/Backoffice/PedidosUnicos/Configuracao/Geral.razor.rz.scp.css */
div.border-radius-8[b-rpq2d4knml] {
    border-radius: 8px
}
/* /Components/Pages/CandidaturaGeo/MapComponent.razor.rz.scp.css */
.menu[b-qgu4kk9144] {
    position: absolute;
    display: none;
    border: #c0c0c0 solid 1px;
    font-family: calibri, arial, helvetica, sans serif;
}

div .menuOption[b-qgu4kk9144] {
    padding: 4px 8px;
    background-color: #f0f0f0;
}

div .active:hover[b-qgu4kk9144] {
    cursor: pointer;
    background-color: #3B9DC2;
    color: #ffffff;
}

div .inactive[b-qgu4kk9144] {
    color: #c0c0c0;
}

#olMapSketchArea[b-qgu4kk9144] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10000;
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
}

#olMapOptions[b-qgu4kk9144] {
    z-index: 1;
    position: absolute;
    width: 420px;
    height: 40px;
    right: 0px;
    top: 0px;
    margin-top: 10px;
    margin-right: 10px;
}

#olMapLegend[b-qgu4kk9144] {
    z-index: 1;
    position: relative;
    width: 500px;
    height: 150px;
    border: 1px solid black;
    background-color: white;
    right: 0px;
    bottom: 0px;
    margin-bottom: 25px;
    margin-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    display:none!important;
}

.isip-legend-droppable[b-qgu4kk9144] {
    display: table;
    width: auto;
}

    .isip-legend-droppable > div[b-qgu4kk9144] {
        display: table-row;
        width: auto;
        clear: both;
    }

.mapaFrame[b-qgu4kk9144] {
    margin: 0;
    padding: 0;
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#mapWrapper[b-qgu4kk9144] {
    width: 100%;
    height: 100%;
}

.olMap[b-qgu4kk9144] {
    height: 100%;
}
/* /Components/Pages/Frontoffice/PedidosUnicos/Formularios/Edicao/MedidasCandidatas/MedidasCandidatasList.razor.rz.scp.css */
.mud-data-grid.medidas-candidatas[b-hy3cji71xz] {
    --mud-data-grid-header-color: white;
    color: white;
}

/* /Components/Pages/Frontoffice/PedidosUnicos/Formularios/Edicao/PlanosExploracao/PlanoExploracaoList.razor.rz.scp.css */
.nested-grid[b-80hkpnab5m] {
    background-color: #B0CCDD; /* or any color */
    font-weight: bold;
    margin-left: initial;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.border-radius-8[b-65cxq6zjvg]{
        border-radius: 8px;
}
