/* _content/RsWind/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xep4hhg2wk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xep4hhg2wk] {
    flex: 1;
}

@media (max-width: 1279.98px) {
    main[b-xep4hhg2wk] {
        padding-top: 110px; /* Account for fixed header */
    }
}

@media (min-width: 1280px) {
    main[b-xep4hhg2wk] {
        margin-left: 300px;
    }
}

.sidebar[b-xep4hhg2wk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (max-width: 1279.98px) {
    .sidebar[b-xep4hhg2wk] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 1000;
    }
}

.top-row[b-xep4hhg2wk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-xep4hhg2wk]  a,
.top-row[b-xep4hhg2wk]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-xep4hhg2wk]  a:hover,
.top-row[b-xep4hhg2wk]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-xep4hhg2wk]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1279.98px) {
    .top-row[b-xep4hhg2wk] {
        justify-content: space-between;
    }

    .top-row[b-xep4hhg2wk]  a,
    .top-row[b-xep4hhg2wk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1280px) {
    .page[b-xep4hhg2wk] {
        flex-direction: row;
    }

    .sidebar[b-xep4hhg2wk] {
        width: 300px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }

    .top-row[b-xep4hhg2wk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xep4hhg2wk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xep4hhg2wk],
    article[b-xep4hhg2wk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xep4hhg2wk] {
    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-xep4hhg2wk] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/RsWind/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3xyi44x8du] {
    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);
    z-index: 1001;
    transition: background-color 0.3s ease;
}

.navbar-toggler:checked[b-3xyi44x8du] {
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler:hover[b-3xyi44x8du] {
    background-color: rgba(255, 255, 255, 0.2);
}

.top-row[b-3xyi44x8du] {
    min-height: 110px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
}

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

.bi[b-3xyi44x8du] {
    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-3xyi44x8du] {
    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-person-plus-fill-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-plus-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-rs-wind-logo[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='160px' height='100px' viewBox='0 0 160 100' enable-background='new 0 0 160 100' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M123.183,64.331H37.194V35.668h85.988V64.331z M120.317,38.534 H40.062v22.93h80.256V38.534z'/%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M44.903,43.425h5.476c0.707,0,1.284,0.141,1.729,0.422c0.446,0.281,0.787,0.62,1.024,1.015 c0.239,0.397,0.4,0.807,0.486,1.227c0.085,0.421,0.128,0.773,0.128,1.053c0,0.732-0.141,1.383-0.422,1.949 c-0.28,0.569-0.688,0.962-1.227,1.182c0.221,0.123,0.415,0.247,0.588,0.375c0.169,0.129,0.311,0.312,0.42,0.549 c0.11,0.239,0.195,0.547,0.256,0.926s0.092,0.873,0.092,1.481c0,0.477,0.003,0.874,0.01,1.192 c0.004,0.317,0.023,0.569,0.055,0.759c0.029,0.189,0.076,0.335,0.137,0.439c0.061,0.104,0.152,0.179,0.275,0.229v0.347h-2.49 c-0.074-0.315-0.131-0.668-0.174-1.053s-0.064-0.918-0.064-1.602c0-0.451-0.012-0.833-0.036-1.145s-0.094-0.567-0.21-0.769 c-0.117-0.202-0.294-0.348-0.531-0.439c-0.238-0.091-0.566-0.138-0.98-0.138H47.12v5.145h-2.197L44.903,43.425z M49.756,49.212 c0.586,0,1.022-0.135,1.31-0.403c0.287-0.269,0.43-0.734,0.43-1.391c0-0.171-0.021-0.358-0.064-0.559 c-0.043-0.201-0.118-0.388-0.229-0.559c-0.109-0.171-0.27-0.314-0.476-0.431c-0.208-0.115-0.476-0.173-0.806-0.173H47.12v3.516 H49.756z'/%3E%3Cpath fill='%23FFFFFF' d='M60.935,52.72c0.307,0.007,0.552,0.009,0.734,0.009c0.182,0,0.416-0.002,0.704-0.009 c0.004,0.871-0.216,1.685-0.659,2.438c0.246,0.273,0.482,0.529,0.714,0.763c0.23,0.236,0.439,0.455,0.626,0.663 c-0.411-0.008-0.732-0.012-0.961-0.012c-0.301,0-0.608,0-0.919,0L60.51,55.88c-0.148,0.111-0.274,0.201-0.382,0.273 c-0.106,0.069-0.235,0.141-0.389,0.215c-0.154,0.074-0.316,0.136-0.485,0.188c-0.173,0.049-0.353,0.089-0.542,0.114 c-0.191,0.027-0.396,0.042-0.617,0.042c-0.57,0-1.087-0.095-1.545-0.282c-0.461-0.189-0.81-0.47-1.048-0.844 c-0.239-0.374-0.359-0.781-0.359-1.221c0-0.309,0.06-0.602,0.176-0.878c0.115-0.276,0.312-0.544,0.588-0.801 c0.274-0.258,0.702-0.542,1.28-0.854c-0.203-0.31-0.346-0.581-0.43-0.814c-0.086-0.233-0.13-0.456-0.13-0.669 c0-0.257,0.06-0.506,0.179-0.75c0.117-0.242,0.291-0.452,0.521-0.63c0.229-0.18,0.483-0.304,0.766-0.376 c0.28-0.071,0.581-0.108,0.899-0.108c0.501,0,1.063,0.08,1.688,0.239l0.029,1.298c-0.264-0.128-0.486-0.214-0.666-0.259 c-0.181-0.044-0.357-0.067-0.533-0.067c-0.225,0-0.432,0.041-0.62,0.121c-0.188,0.08-0.332,0.196-0.431,0.35 c-0.099,0.152-0.148,0.315-0.148,0.484c0,0.094,0.014,0.191,0.037,0.294c0.025,0.104,0.074,0.226,0.144,0.364 c0.097,0.193,0.239,0.42,0.425,0.675c0.225,0.308,0.459,0.597,0.705,0.868c0.059,0.069,0.268,0.29,0.629,0.658 c0.162,0.169,0.317,0.332,0.465,0.494c0.055-0.131,0.094-0.241,0.117-0.333c0.022-0.092,0.045-0.222,0.063-0.387 C60.913,53.115,60.928,52.927,60.935,52.72z M59.718,54.93l-0.762-0.82c-0.219-0.233-0.4-0.433-0.547-0.604 c-0.148-0.168-0.32-0.373-0.52-0.612c-0.267,0.167-0.465,0.303-0.596,0.405c-0.131,0.102-0.238,0.216-0.326,0.338 c-0.087,0.124-0.148,0.239-0.18,0.355c-0.033,0.115-0.05,0.23-0.05,0.349c0,0.228,0.065,0.438,0.194,0.626 c0.131,0.188,0.313,0.333,0.549,0.433c0.234,0.1,0.498,0.147,0.794,0.147c0.163,0,0.319-0.017,0.472-0.049 c0.15-0.033,0.285-0.08,0.404-0.137c0.118-0.055,0.217-0.116,0.296-0.181C59.528,55.116,59.618,55.031,59.718,54.93z'/%3E%3Cpath fill='%23FFFFFF' d='M66.021,52.526c0,0.183,0.027,0.395,0.082,0.64c0.055,0.244,0.161,0.476,0.32,0.697 c0.158,0.218,0.388,0.404,0.688,0.558c0.298,0.151,0.691,0.228,1.18,0.228c0.269,0,0.537-0.022,0.807-0.072 c0.269-0.048,0.512-0.134,0.731-0.256c0.22-0.123,0.396-0.293,0.53-0.514c0.136-0.219,0.202-0.505,0.202-0.86 c0-0.256-0.049-0.469-0.146-0.641c-0.098-0.17-0.234-0.314-0.412-0.431c-0.177-0.114-0.385-0.215-0.622-0.301 c-0.238-0.088-0.498-0.173-0.779-0.258l-1.152-0.328c-0.439-0.123-0.865-0.258-1.271-0.403c-0.411-0.146-0.772-0.358-1.09-0.631 c-0.318-0.275-0.574-0.635-0.769-1.081c-0.195-0.446-0.294-1.028-0.294-1.749c0-0.365,0.053-0.784,0.156-1.254 c0.103-0.469,0.305-0.91,0.604-1.317c0.3-0.41,0.717-0.757,1.255-1.044c0.537-0.286,1.245-0.43,2.124-0.43 c0.829,0,1.513,0.147,2.05,0.439c0.537,0.293,0.967,0.653,1.291,1.08c0.323,0.428,0.549,0.888,0.677,1.382 c0.128,0.495,0.192,0.943,0.192,1.347h-2.16c-0.025-0.147-0.059-0.333-0.1-0.559c-0.045-0.227-0.141-0.443-0.294-0.651 c-0.153-0.208-0.372-0.388-0.659-0.541c-0.287-0.151-0.674-0.228-1.162-0.228c-0.222,0-0.44,0.028-0.659,0.082 c-0.221,0.055-0.418,0.143-0.596,0.266c-0.177,0.122-0.323,0.284-0.439,0.485c-0.115,0.202-0.174,0.45-0.174,0.742 c0,0.256,0.039,0.467,0.119,0.631c0.08,0.165,0.174,0.297,0.283,0.395c0.11,0.096,0.232,0.17,0.367,0.219 c0.133,0.048,0.256,0.091,0.367,0.128l2.616,0.787c0.367,0.11,0.721,0.244,1.063,0.404c0.342,0.157,0.644,0.371,0.906,0.64 c0.262,0.27,0.473,0.603,0.632,0.999c0.159,0.397,0.237,0.895,0.237,1.492c0,0.66-0.081,1.225-0.246,1.693 c-0.166,0.47-0.379,0.863-0.641,1.183c-0.264,0.316-0.557,0.569-0.879,0.759c-0.324,0.189-0.646,0.332-0.961,0.43 c-0.318,0.097-0.611,0.161-0.88,0.192c-0.27,0.03-0.482,0.047-0.641,0.047c-0.988,0-1.785-0.154-2.39-0.46 c-0.604-0.303-1.071-0.678-1.399-1.126c-0.33-0.444-0.551-0.924-0.66-1.437c-0.109-0.512-0.164-0.971-0.164-1.372H66.021z'/%3E%3Cpath fill='%23FFFFFF' d='M76.237,43.425h2.398c0.232,1.195,0.431,2.231,0.595,3.104c0.165,0.872,0.306,1.623,0.421,2.25 c0.117,0.629,0.214,1.157,0.294,1.584c0.079,0.428,0.144,0.796,0.191,1.109c0.049,0.31,0.089,0.587,0.119,0.832 c0.03,0.244,0.064,0.489,0.101,0.732h0.02c0.035-0.231,0.071-0.47,0.1-0.713c0.029-0.245,0.071-0.532,0.121-0.861 c0.047-0.331,0.109-0.718,0.182-1.163c0.073-0.447,0.157-0.986,0.256-1.62c0.099-0.637,0.216-1.384,0.356-2.245 c0.141-0.861,0.309-1.864,0.504-3.012h2.381c0.209,1.209,0.386,2.244,0.54,3.104c0.153,0.86,0.28,1.598,0.386,2.215 c0.104,0.616,0.192,1.135,0.264,1.557c0.074,0.419,0.136,0.789,0.185,1.097c0.047,0.313,0.091,0.593,0.128,0.845 c0.036,0.249,0.073,0.514,0.107,0.795h0.039c0.037-0.207,0.068-0.421,0.101-0.641c0.03-0.221,0.068-0.485,0.12-0.797 c0.048-0.311,0.111-0.687,0.191-1.126c0.078-0.439,0.181-0.979,0.302-1.62c0.12-0.642,0.268-1.404,0.439-2.29 c0.171-0.885,0.372-1.931,0.604-3.14h2.271l-3.04,13.146h-2.16c-0.184-1.072-0.345-2.014-0.485-2.818 c-0.141-0.807-0.264-1.52-0.366-2.144c-0.104-0.621-0.194-1.168-0.266-1.638c-0.073-0.47-0.142-0.906-0.203-1.31 c-0.059-0.403-0.117-0.787-0.172-1.153c-0.055-0.367-0.113-0.763-0.175-1.191h-0.019c-0.06,0.428-0.115,0.819-0.164,1.172 c-0.051,0.355-0.105,0.724-0.164,1.108c-0.062,0.383-0.129,0.803-0.203,1.255c-0.073,0.452-0.163,0.987-0.266,1.611 c-0.104,0.622-0.226,1.35-0.375,2.178c-0.146,0.831-0.316,1.807-0.511,2.93h-2.107L76.237,43.425z'/%3E%3Cpath fill='%23FFFFFF' d='M93.393,56.571h-2.25V43.425h2.25V56.571z'/%3E%3Cpath fill='%23FFFFFF' d='M102.052,43.425h2.106v13.146h-2.254l-4.392-9.375h-0.038v9.375h-2.105V43.425h2.398l4.268,9.155h0.017 V43.425z'/%3E%3Cpath fill='%23FFFFFF' d='M106.318,43.425h4.76c0.609,0,1.14,0.097,1.594,0.292c0.451,0.196,0.839,0.456,1.161,0.779 c0.324,0.324,0.592,0.7,0.806,1.125c0.215,0.429,0.382,0.874,0.504,1.338c0.123,0.464,0.208,0.929,0.257,1.4 c0.05,0.47,0.071,0.913,0.071,1.329c0,0.462-0.024,0.957-0.08,1.483c-0.055,0.522-0.15,1.042-0.284,1.556 c-0.134,0.512-0.316,1.001-0.541,1.463c-0.226,0.465-0.502,0.874-0.832,1.227c-0.33,0.356-0.724,0.636-1.181,0.845 c-0.457,0.206-0.98,0.31-1.565,0.31h-4.649L106.318,43.425z M108.535,54.302h2.188c0.448,0,0.831-0.129,1.148-0.385 s0.567-0.592,0.757-1.005c0.188-0.417,0.326-0.891,0.411-1.422c0.084-0.53,0.127-1.064,0.127-1.602 c0-0.965-0.087-1.728-0.257-2.289c-0.168-0.561-0.379-0.982-0.629-1.263c-0.249-0.282-0.52-0.458-0.812-0.531 c-0.291-0.075-0.552-0.111-0.784-0.111h-2.149V54.302z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpolygon fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' points='157.218,35.052 153.258,35.052 123.183,4.821 95.877,32.122 92.085,32.122 123.183,1 '/%3E%3Cpolygon fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' points='145.182,35.052 142.291,35.052 129.871,35.052 129.871,64.331 127.004,64.331 127.004,32.186 138.47,32.186 123.183,16.899 107.896,32.186 104.073,32.186 123.183,13.079 '/%3E%3C/g%3E%3Cg%3E%3Cpolygon fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' points='2.781,64.947 6.741,64.947 36.816,95.179 64.124,67.877 67.915,67.877 36.816,99 '/%3E%3Cpolygon fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' points='14.818,64.947 17.709,64.947 30.128,64.947 30.128,35.668 32.995,35.668 32.995,67.813 21.53,67.813 36.816,83.101 52.103,67.813 55.925,67.813 36.816,86.922 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 120px;
    height: 80px;
}

.bi-tools-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 0 0 1l2.2 3.081a1 1 0 0 0 .815.419h.07a1 1 0 0 1 .708.293l2.675 2.675-2.617 2.654A3.003 3.003 0 0 0 0 13a3 3 0 1 0 5.878-.851l2.654-2.617.968.968-.305.914a1 1 0 0 0 .242 1.023l3.27 3.27a.997.997 0 0 0 1.414 0l1.586-1.586a.997.997 0 0 0 0-1.414l-3.27-3.27a1 1 0 0 0-1.023-.242L10.5 9.5l-.96-.96 2.68-2.643A3.005 3.005 0 0 0 16 3c0-.269-.035-.53-.102-.777l-2.14 2.141L12 4l-.364-1.757L13.777.102a3 3 0 0 0-3.675 3.68L7.462 6.46 4.793 3.793a1 1 0 0 1-.293-.707v-.071a1 1 0 0 0-.419-.814L1 0Zm9.646 10.646a.5.5 0 0 1 .708 0l2.914 2.915a.5.5 0 0 1-.707.707l-2.915-2.914a.5.5 0 0 1 0-.708ZM3 11l.471.242.529.026.287.445.445.287.026.529L5 13l-.242.471-.026.529-.445.287-.287.445-.529.026L3 15l-.471-.242L2 14.732l-.287-.445L1.268 14l-.026-.529L1 13l.242-.471.026-.529.445-.287.287-.445.529-.026L3 11Z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-person-badge-fill-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm4.5 0a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm5 2.755C12.146 12.825 10.623 12 8 12s-4.146.826-5 1.755V14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-.245z'/%3E%3C/svg%3E");
}

.bi-person-gear-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm.256 7a4.474 4.474 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10c.26 0 .507.009.740.025.226-.341.496-.65.804-.918C9.077 9.038 8.564 9 8 9c-5 0-6 3-6 4s1 1 1 1h5.256Zm3.63-4.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382l.045-.148ZM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z'/%3E%3C/svg%3E");
}

.bi-clipboard-check-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z'/%3E%3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z'/%3E%3C/svg%3E");
}

.bi-wrench-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.252A3.003 3.003 0 0 0 13 16a3 3 0 1 0-.851-5.878L5.897 3.781A3.004 3.004 0 0 0 2.223.1l2.141 2.142L4 4l-1.757.364L.102 2.223zm13.37 9.019.528.026.287.445.445.287.026.529L15 13l-.242.471-.026.529-.445.287-.287.445-.529.026L13 15l-.471-.242L12 14.732l-.287-.445L11.268 14l-.026-.529L11 13l.242-.471.026-.529.445-.287.287-.445.529-.026L13 11l.471.242z'/%3E%3C/svg%3E");
}

.bi-exclamation-triangle-fill-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
}

.bi-cart-fill-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
}

.bi-file-earmark-text-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z'/%3E%3C/svg%3E");
}

.bi-pencil-square-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z'/%3E%3Cpath fill-rule='evenodd' d='M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z'/%3E%3C/svg%3E");
}

.bi-file-earmark-medical-nav-menu[b-3xyi44x8du] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" viewBox="0 0 16 16"><path d="M7.5 5.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L6 7l-.549.317a.5.5 0 1 0 .5.866l.549-.317V8.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L8 7l.549-.317a.5.5 0 1 0-.5-.866l-.549.317zm-2 4.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z"/></svg>');
}

.bi-file-earmark-check-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z'/%3E%3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z'/%3E%3C/svg%3E");
}

.bi-box-seam-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2l-2.218-.887zm3.564 1.426L5.596 5 8 5.961 14.154 3.5l-2.404-.961zm3.25 1.7-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z'/%3E%3C/svg%3E");
}

.bi-send-fill-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 3.178 4.995.002.002.26.41a.5.5 0 0 0 .886-.083l6-15Zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471-.47 1.178Z'/%3E%3C/svg%3E");
}

.bi-trash-fill-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1H3v9a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4h.5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1H2.5zm3 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zM8 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5zm3 .5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-file-earmark-plus-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 6.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z'/%3E%3C/svg%3E");
}

.bi-file-earmark-check-fill-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm1.354 4.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708.708z'/%3E%3C/svg%3E");
}

.bi-envelope-fill-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z'/%3E%3C/svg%3E");
}

.bi-graph-up-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z'/%3E%3C/svg%3E");
}

.bi-eye-fill-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z'/%3E%3Cpath d='M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-list-check-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-cart-check-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 6.354a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z'/%3E%3Cpath d='M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E");
}

.bi-clipboard-data-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V7zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0V9z'/%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z'/%3E%3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z'/%3E%3C/svg%3E");
}

.bi-lightning-charge-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09z'/%3E%3C/svg%3E");
}

.bi-file-earmark-pdf-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5z'/%3E%3Cpath d='M1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181.123.122.185.296.185.522Zm1.217-1.333v3.999h1.46c.401 0 .734-.08.998-.237a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.589-.68c-.264-.156-.599-.234-1.005-.234H3.362Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.14 1.14 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082h-.563v-2.707Zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638H7.896Z'/%3E%3C/svg%3E");
}

.bi-person-circle-nav-menu[b-3xyi44x8du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.nav-item[b-3xyi44x8du] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

.nav-item[b-3xyi44x8du]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    min-height: 3rem;
    display: flex;
    align-items: center;
    line-height: 1.5;
    width: 100%;
    padding: 0.5rem 0.75rem;
    white-space: normal;
    word-wrap: break-word;
    transition: background-color 0.2s ease, color 0.2s ease;
}

@media (max-width: 1279.98px) {
    .nav-item[b-3xyi44x8du] {
        font-size: 1rem;
    }

    .nav-item[b-3xyi44x8du]  .nav-link {
        min-height: 3.5rem;
        padding: 0.75rem 1rem;
    }
}

.nav-item[b-3xyi44x8du]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-3xyi44x8du]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

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

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

@media (max-width: 1279.98px) {
    .nav-scrollable[b-3xyi44x8du] {
        /* Mobile menu scrollable area */
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }
}

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 110px);
        overflow-y: auto;
    }
}

/* Custom scrollbar styling */
.nav-scrollable[b-3xyi44x8du]::-webkit-scrollbar {
    width: 10px;
}

.nav-scrollable[b-3xyi44x8du]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.nav-scrollable[b-3xyi44x8du]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.nav-scrollable[b-3xyi44x8du]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Firefox scrollbar styling */
.nav-scrollable[b-3xyi44x8du] {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.2);
}

/* Touch-friendly improvements for mobile devices */
@media (hover: none) and (pointer: coarse) {
    /* Remove hover effects on touch devices, use active instead */
    .nav-item[b-3xyi44x8du]  .nav-link:hover {
        background-color: transparent;
    }

    .nav-item[b-3xyi44x8du]  .nav-link:active {
        background-color: rgba(255, 255, 255, 0.2);
    }

    /* Ensure hamburger menu is easy to tap */
    .navbar-toggler[b-3xyi44x8du] {
        min-width: 48px;
        min-height: 48px;
    }
}

/* _content/RsWind/Components/Pages/Administrators/EditAdministrator.razor.rz.scp.css */
.edit-administrator-page[b-drti05g2a0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.spinner-border[b-drti05g2a0] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-drti05g2a0 0.75s linear infinite;
}

@keyframes spinner-border-b-drti05g2a0 {
    to {
        transform: rotate(360deg);
    }
}

.visually-hidden[b-drti05g2a0] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.text-center[b-drti05g2a0] {
    text-align: center;
}

.p-5[b-drti05g2a0] {
    padding: 3rem;
}

.mt-3[b-drti05g2a0] {
    margin-top: 1rem;
}

.alert[b-drti05g2a0] {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-danger[b-drti05g2a0] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert h4[b-drti05g2a0] {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.alert p[b-drti05g2a0] {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .edit-administrator-page[b-drti05g2a0] {
        padding: 1rem 0.5rem;
    }
}
/* _content/RsWind/Components/Pages/Clients/EditClient.razor.rz.scp.css */
.edit-client-page[b-lmo5neukmx] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.text-center[b-lmo5neukmx] {
    text-align: center;
}

.p-5[b-lmo5neukmx] {
    padding: 3rem;
}

.mt-3[b-lmo5neukmx] {
    margin-top: 1rem;
}

.spinner-border[b-lmo5neukmx] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-lmo5neukmx 0.75s linear infinite;
}

@keyframes spinner-border-b-lmo5neukmx {
    to {
        transform: rotate(360deg);
    }
}

.visually-hidden[b-lmo5neukmx] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.alert[b-lmo5neukmx] {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-danger[b-lmo5neukmx] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert h4[b-lmo5neukmx] {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.alert p[b-lmo5neukmx] {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .edit-client-page[b-lmo5neukmx] {
        padding: 1rem 0.5rem;
    }
}
/* _content/RsWind/Components/Pages/Dashboard/Components/TechnicianDashboard.razor.rz.scp.css */
.full-width-btn[b-pns06yo61t] {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #8DC540;
    border: none;
    color: white;
    cursor: not-allowed;
}

.full-width-btn:disabled[b-pns06yo61t] {
    opacity: 0.8;
}

.report-type-counts[b-pns06yo61t] {
    display: flex;
    gap: 15px;
    width: 100%;
}

.report-count-box[b-pns06yo61t] {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.report-count-value[b-pns06yo61t] {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 8px;
}

.report-count-label[b-pns06yo61t] {
    font-size: 14px;
    text-transform: uppercase;
}

.report-count-green[b-pns06yo61t] {
    background-color: #2AB573; /* Green for Konserwacje (K) */
}

.report-count-blue[b-pns06yo61t] {
    background-color: #3498db; /* Blue for Naprawy (N) */
}

.report-count-red[b-pns06yo61t] {
    background-color: #e74c3c; /* Red for Awarie (A) */
}

.report-count-amber[b-pns06yo61t] {
    background-color: #f39c12; /* Amber/Yellow for Zamówienia (ZW) */
}

.report-item[b-pns06yo61t] {
    padding: 12px 15px;
    margin-bottom: 8px;
    border-radius: 4px;
    color: white;
    font-weight: 500;
}

@media (max-width: 768px) {
    .stat-box[b-pns06yo61t] {
        width: 100%;
    }

    .report-type-counts[b-pns06yo61t] {
        flex-direction: column;
    }

    .report-count-box[b-pns06yo61t] {
        width: 100%;
    }
}
/* _content/RsWind/Components/Pages/Dashboard/Components/TechnicianStatsTable.razor.rz.scp.css */
.stats-container[b-42g4tjvztb] {
    width: 100%;
    margin-top: 2rem;
}

.table-scroll-container[b-42g4tjvztb] {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #cccccc;
    background: #f0f0f0;
}

.stats-table[b-42g4tjvztb] {
    width: 100%;
    border-collapse: collapse;
    background: #f0f0f0;
}

.stats-table thead[b-42g4tjvztb] {
    background-color: rgba(102, 47, 143, 0.6);
    position: sticky;
    top: 0;
    z-index: 10;
}

.stats-table th[b-42g4tjvztb] {
    border: 1px solid #cccccc;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-transform: none;
    font-weight: 200;
    padding: 4px 8px;
    text-align: center;
}

.stats-table td[b-42g4tjvztb] {
    border: 1px solid #cccccc;
    color: #7E7E7E;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 4px 8px;
    text-align: center;
}

.stats-table .report-type-col[b-42g4tjvztb] {
    width: 3%;
    min-width: 50px;
}

.stats-table .report-type[b-42g4tjvztb] {
    font-weight: 600;
}

.stats-table tbody tr[b-42g4tjvztb] {
    background-color: #f0f0f0;
}
/* _content/RsWind/Components/Pages/Devices/DeviceDetails.razor.rz.scp.css */
/* Report Creation Buttons */
.report-type-buttons[b-d5b0abvu25] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.report-btn[b-d5b0abvu25] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 90px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    font-weight: bold;
    color: white;
}

.report-btn:hover[b-d5b0abvu25] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.report-btn:active[b-d5b0abvu25] {
    transform: translateY(0);
}

.report-btn-label[b-d5b0abvu25] {
    font-size: 2.5rem;
    font-weight: bold;
}

/* Report Button Colors - matching the image */
.report-btn-k[b-d5b0abvu25] {
    background-color: #4CAF50; /* Green */
}

.report-btn-k:hover[b-d5b0abvu25] {
    background-color: #45a049;
}

.report-btn-n[b-d5b0abvu25] {
    background-color: #2196F3; /* Blue */
}

.report-btn-n:hover[b-d5b0abvu25] {
    background-color: #1976D2;
}

.report-btn-a[b-d5b0abvu25] {
    background-color: #f44336; /* Red */
}

.report-btn-a:hover[b-d5b0abvu25] {
    background-color: #da190b;
}

.report-btn-zw[b-d5b0abvu25] {
    background-color: #FF9800; /* Orange */
}

.report-btn-zw:hover[b-d5b0abvu25] {
    background-color: #F57C00;
}

/* Clickable Report Items */
.clickable-report[b-d5b0abvu25] {
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
}

.clickable-report:hover[b-d5b0abvu25] {
    background-color: rgba(0, 0, 0, 0.05);
    transform: translateX(2px);
}

.clickable-report:active[b-d5b0abvu25] {
    transform: translateX(0);
}

/* Report Type Colors for History */
.report-type-a[b-d5b0abvu25] {
    background-color: #ffebee;
    border-left: 4px solid #f44336;
}

.report-type-n[b-d5b0abvu25] {
    background-color: #e3f2fd;
    border-left: 4px solid #2196F3;
}
/* _content/RsWind/Components/Pages/Instructions/Components/BreadcrumbNavigation.razor.rz.scp.css */
.breadcrumb-item a[b-n3eso9vq16] {
    cursor: pointer;
    text-decoration: none;
}

.breadcrumb-item a:hover[b-n3eso9vq16] {
    text-decoration: underline;
}
/* _content/RsWind/Components/Pages/Instructions/Components/FolderTreeBrowser.razor.rz.scp.css */
.folder-tree[b-5ffhwyvu5e] {
    user-select: none;
}

.folder-item[b-5ffhwyvu5e] {
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 4px;
    transition: background-color 0.2s;
    min-width: 0;
    width: 100%;
}

.folder-item:hover[b-5ffhwyvu5e] {
    background-color: #f8f9fa;
}

.folder-item.selected[b-5ffhwyvu5e] {
    background-color: #0d6efd;
    color: white;
}

.folder-item.root[b-5ffhwyvu5e] {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.folder-icon[b-5ffhwyvu5e] {
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.expand-icon[b-5ffhwyvu5e] {
    width: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 0.25rem;
    cursor: pointer;
    flex-shrink: 0;
}

.expand-icon.empty[b-5ffhwyvu5e] {
    cursor: default;
}

.folder-name[b-5ffhwyvu5e] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}
/* _content/RsWind/Components/Pages/Instructions/Components/FolderTreeNode.razor.rz.scp.css */
.folder-children[b-mium2smuzc] {
    padding-left: 1.5rem;
}

.folder-node[b-mium2smuzc] {
    width: 100%;
    min-width: 0;
}

.folder-item[b-mium2smuzc] {
    min-width: 0;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.folder-name[b-mium2smuzc] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.folder-icon[b-mium2smuzc] {
    flex-shrink: 0;
    margin-right: 0.5rem;
}

.expand-icon[b-mium2smuzc] {
    flex-shrink: 0;
}
/* _content/RsWind/Components/Pages/Instructions/Components/FolderView.razor.rz.scp.css */
.subfolder-list[b-x8955n3lt0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.subfolder-card[b-x8955n3lt0] {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
    min-width: 0;
}

.subfolder-card span:not(.folder-icon)[b-x8955n3lt0] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.subfolder-card:hover[b-x8955n3lt0] {
    background-color: #f8f9fa;
}

.folder-icon[b-x8955n3lt0] {
    margin-right: 0.5rem;
    flex-shrink: 0;
}
/* _content/RsWind/Components/Pages/Instructions/Components/InstructionList.razor.rz.scp.css */
.table-responsive[b-wmxvkpscma] {
    width: 100%;
}

.instruction-table[b-wmxvkpscma] {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0;
}

.file-name-col[b-wmxvkpscma] {
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.size-col[b-wmxvkpscma] {
    width: 15%;
    white-space: nowrap;
}

.date-col[b-wmxvkpscma] {
    width: 20%;
    white-space: nowrap;
}

.actions-col[b-wmxvkpscma] {
    width: 20%;
    white-space: nowrap;
}

.file-icon[b-wmxvkpscma] {
    margin-right: 0.5rem;
}

.instruction-table tbody tr[b-wmxvkpscma] {
    vertical-align: middle;
}

.instruction-table th[b-wmxvkpscma],
.instruction-table td[b-wmxvkpscma] {
    padding: 0.75rem;
}
/* _content/RsWind/Components/Pages/Instructions/Instructions.razor.rz.scp.css */
.page-container[b-yjm6x635dd] {
    padding: 1rem;
    width: 100%;
}

.page-container .row[b-yjm6x635dd] {
    width: 100%;
    margin: 0;
}

.section-header[b-yjm6x635dd] {
    font-weight: bold;
    background-color: #f8f9fa;
}

.subfolder-list[b-yjm6x635dd] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.subfolder-card[b-yjm6x635dd] {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.subfolder-card:hover[b-yjm6x635dd] {
    background-color: #f8f9fa;
}

.file-icon[b-yjm6x635dd] {
    margin-right: 0.5rem;
}
/* _content/RsWind/Components/Pages/MonthlyBalance/MonthlyBalance.razor.rz.scp.css */
.page-container[b-b1f1c6usw6] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-b1f1c6usw6] {
    margin-bottom: 2rem;
    text-align: center;
}

.page-header h3[b-b1f1c6usw6] {
    margin-bottom: 1rem;
    color: #2c3e50;
}

.balance-section[b-b1f1c6usw6] {
    margin-bottom: 3rem;
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-title[b-b1f1c6usw6] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

.offer-block[b-b1f1c6usw6] {
    margin-bottom: 1.5rem;
}

.offer-header[b-b1f1c6usw6] {
    background-color: #2c3e50;
    color: white;
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 4px 4px 0 0;
}

.offer-line-item[b-b1f1c6usw6] {
    display: grid;
    grid-template-columns: 1fr 150px 120px 80px;
    gap: 1rem;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e9ecef;
    background-color: white;
}

.offer-line-item-with-vat[b-b1f1c6usw6] {
    display: grid;
    grid-template-columns: 1fr 150px 120px 80px 80px;
    gap: 1rem;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e9ecef;
    background-color: white;
}

.offer-line-item:nth-child(odd)[b-b1f1c6usw6],
.offer-line-item-with-vat:nth-child(odd)[b-b1f1c6usw6] {
    background-color: #f8f9fa;
}

.offer-line-item:last-of-type[b-b1f1c6usw6],
.offer-line-item-with-vat:last-of-type[b-b1f1c6usw6] {
    border-bottom: none;
}

.item-name[b-b1f1c6usw6] {
    color: #2c3e50;
    font-weight: 500;
}

.item-total[b-b1f1c6usw6],
.item-price[b-b1f1c6usw6],
.item-quantity[b-b1f1c6usw6],
.item-vat[b-b1f1c6usw6] {
    text-align: right;
    color: #495057;
}

.item-total[b-b1f1c6usw6] {
    font-weight: 600;
}

.offer-divider[b-b1f1c6usw6] {
    height: 1rem;
    background-color: transparent;
}

.empty-message[b-b1f1c6usw6] {
    padding: 2rem;
    text-align: center;
    color: #6c757d;
    font-style: italic;
    background: #f8f9fa;
    border-radius: 4px;
}

.overall-summary[b-b1f1c6usw6] {
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.summary-title[b-b1f1c6usw6] {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1.25rem;
    text-align: center;
}

.summary-grid[b-b1f1c6usw6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.summary-item[b-b1f1c6usw6] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-left: 4px solid;
}

.summary-item.income[b-b1f1c6usw6] {
    border-left-color: #28a745;
}

.summary-item.cost[b-b1f1c6usw6] {
    border-left-color: #ffc107;
}

.summary-item.work-cost[b-b1f1c6usw6] {
    border-left-color: #17a2b8;
}

.summary-item.profit[b-b1f1c6usw6] {
    border-left-color: #dc3545;
}

.summary-label[b-b1f1c6usw6] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.summary-value[b-b1f1c6usw6] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
}

@media (max-width: 992px) {
    .page-container[b-b1f1c6usw6] {
        padding: 1rem;
    }

    .summary-grid[b-b1f1c6usw6] {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .summary-value[b-b1f1c6usw6] {
        font-size: 1.1rem;
    }

    .overall-summary[b-b1f1c6usw6] {
        padding: 1.25rem;
    }

    .offer-line-item[b-b1f1c6usw6] {
        grid-template-columns: 1fr 130px 100px 60px;
        gap: 0.75rem;
        font-size: 0.9rem;
    }

    .offer-line-item-with-vat[b-b1f1c6usw6] {
        grid-template-columns: 1fr 120px 90px 60px 60px;
        gap: 0.75rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .summary-grid[b-b1f1c6usw6] {
        grid-template-columns: 1fr;
    }

    .overall-summary[b-b1f1c6usw6] {
        padding: 1rem;
    }

    .summary-title[b-b1f1c6usw6] {
        font-size: 1.1rem;
    }

    .summary-value[b-b1f1c6usw6] {
        font-size: 1rem;
    }

    .summary-item[b-b1f1c6usw6] {
        padding: 0.875rem;
    }

    .offer-line-item[b-b1f1c6usw6],
    .offer-line-item-with-vat[b-b1f1c6usw6] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        padding: 1rem;
    }

    .item-name[b-b1f1c6usw6] {
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .item-total[b-b1f1c6usw6],
    .item-price[b-b1f1c6usw6],
    .item-quantity[b-b1f1c6usw6],
    .item-vat[b-b1f1c6usw6] {
        text-align: left;
        display: flex;
        justify-content: space-between;
    }

    .item-total[b-b1f1c6usw6]::before {
        content: "Razem: ";
        font-weight: 600;
    }

    .item-price[b-b1f1c6usw6]::before {
        content: "Cena jedn.: ";
        font-weight: 600;
    }

    .item-quantity[b-b1f1c6usw6]::before {
        content: "Ilość: ";
        font-weight: 600;
    }

    .item-vat[b-b1f1c6usw6]::before {
        content: "VAT: ";
        font-weight: 600;
    }
}
/* _content/RsWind/Components/Pages/Overview/Overview.razor.rz.scp.css */
.page-container[b-97u7jykgn7] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-97u7jykgn7] {
    margin-bottom: 2rem;
    text-align: center;
}

.page-title[b-97u7jykgn7] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: 1px;
    margin: 0;
}

.overview-items[b-97u7jykgn7] {
    padding: 0;
}

.overview-item[b-97u7jykgn7] {
    width: 100%;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    font-weight: 400;
    border-left: 3px solid;
    background: white;
    margin-bottom: 0.25rem;
}

.overview-item.udt-overdue[b-97u7jykgn7] {
    border-left-color: #09f;
    color: #f30;
}

.overview-item.udt[b-97u7jykgn7] {
    border-left-color: #09f;
    color: #2c3e50;
}

.overview-item.measurements-overdue[b-97u7jykgn7] {
    border-left-color: #6c3;
    color: #f30;
}

.overview-item.measurements[b-97u7jykgn7] {
    border-left-color: #6c3;
    color: #2c3e50;
}

.overview-item.special[b-97u7jykgn7] {
    border-left-color: #f00;
    color: #2c3e50;
}

.item-date[b-97u7jykgn7] {
    font-weight: 500;
}

.item-separator[b-97u7jykgn7] {
    margin: 0 0.5rem;
    color: #6c757d;
}

.item-device[b-97u7jykgn7] {
    font-weight: 600;
}

.item-address[b-97u7jykgn7] {
    color: inherit;
}

.empty-message[b-97u7jykgn7] {
    padding: 2rem;
    text-align: center;
    color: #6c757d;
    font-style: italic;
    background: #f8f9fa;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .page-container[b-97u7jykgn7] {
        padding: 1rem;
    }

    .page-title[b-97u7jykgn7] {
        font-size: 1.25rem;
    }

    .overview-item[b-97u7jykgn7] {
        font-size: 0.8rem;
        padding: 0.4rem 0.75rem;
    }

    .item-separator[b-97u7jykgn7] {
        margin: 0 0.3rem;
    }
}
/* _content/RsWind/Components/Pages/ReportsK/Components/CreateReportKForm.razor.rz.scp.css */
.quick-create-card[b-swm4geggtd] {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    text-align: center;
}

.quick-create-title[b-swm4geggtd] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}
/* _content/RsWind/Components/Pages/ReportsOf/ReportOfDetails.razor.rz.scp.css */
.status-badge[b-sphrpkq2ij] {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
}

.quote-items-table[b-sphrpkq2ij] {
    width: 100%;
}

.quote-items-header[b-sphrpkq2ij] {
    display: flex;
    background-color: #f8f9fa;
    padding: 0.75rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
}

.quote-item-row[b-sphrpkq2ij] {
    display: flex;
    padding: 0.75rem;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s;
}

.quote-item-row:hover[b-sphrpkq2ij] {
    background-color: #f8f9fa;
}

.header-col[b-sphrpkq2ij],
.item-col[b-sphrpkq2ij] {
    padding: 0 0.5rem;
}

.col-lp[b-sphrpkq2ij] {
    width: 5%;
    text-align: center;
}

.col-name[b-sphrpkq2ij] {
    width: 35%;
}

.col-quantity[b-sphrpkq2ij] {
    width: 12%;
    text-align: center;
}

.col-price[b-sphrpkq2ij] {
    width: 15%;
    text-align: right;
}

.col-vat[b-sphrpkq2ij] {
    width: 10%;
    text-align: center;
}

.col-deadline[b-sphrpkq2ij] {
    width: 23%;
    text-align: center;
}

@media (max-width: 768px) {
    .page-title[b-sphrpkq2ij] {
        font-size: 1.5rem;
    }

    .quote-items-header[b-sphrpkq2ij],
    .quote-item-row[b-sphrpkq2ij] {
        flex-direction: column;
    }

    .header-col[b-sphrpkq2ij],
    .item-col[b-sphrpkq2ij] {
        width: 100% !important;
        text-align: left !important;
        padding: 0.25rem 0.5rem;
    }
}
/* _content/RsWind/Components/Pages/ReportsOfw/Components/ReportOfwForm.razor.rz.scp.css */
.form-label-sm[b-g7qvmnlj0a] {
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    color: #2c3e50;
}

.quote-item-row[b-g7qvmnlj0a] {
    margin-bottom: 0.5rem;
}

.counter-group[b-g7qvmnlj0a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.counter-btn[b-g7qvmnlj0a] {
    width: 36px;
    height: 36px;
    background-color: #4a90e2;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.counter-btn:hover[b-g7qvmnlj0a] {
    background-color: #2874c7;
    transform: scale(1.05);
}

.counter-btn:active[b-g7qvmnlj0a] {
    transform: scale(0.95);
}

.counter-input[b-g7qvmnlj0a] {
    text-align: center;
    font-weight: 600;
    flex: 1;
}

/* Subtotal Display */
.subtotal-display[b-g7qvmnlj0a] {
    background-color: #e9ecef;
    font-weight: 700;
    color: #27ae60;
    text-align: right;
}

/* Grand Total */
.grand-total-display[b-g7qvmnlj0a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background-color: #2c3e50;
    color: white;
    border-radius: 4px;
    font-size: 1.25rem;
}

.grand-total-label[b-g7qvmnlj0a] {
    font-weight: 700;
    text-transform: uppercase;
}

/* Validation */
.validation-message[b-g7qvmnlj0a] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Responsive */
@media (max-width: 768px) {
    .quote-item-row[b-g7qvmnlj0a] {
        padding: 0.75rem;
    }

    .counter-btn[b-g7qvmnlj0a] {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .grand-total-display[b-g7qvmnlj0a] {
        flex-direction: column;
        gap: 0.5rem;
        font-size: 1rem;
    }
}
/* _content/RsWind/Components/Pages/ReportsOfw/ReportOfwDetails.razor.rz.scp.css */
/* Component-specific styles for quote items table */
.quote-items-table[b-06qq7zvg9e] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.quote-items-header[b-06qq7zvg9e] {
    display: flex;
    background-color: #e9ecef;
    padding: 0.75rem 0.5rem;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    font-size: 0.875rem;
}

.header-col[b-06qq7zvg9e] {
    padding: 0 0.5rem;
    text-align: center;
}

.quote-item-row[b-06qq7zvg9e] {
    display: flex;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.2s ease;
}

.quote-item-row:hover[b-06qq7zvg9e] {
    background-color: #f8f9fa;
}

.robocizna-row[b-06qq7zvg9e] {
    background-color: #fff3cd;
}

.robocizna-row:hover[b-06qq7zvg9e] {
    background-color: #ffe69c;
}

.robocizna-label[b-06qq7zvg9e] {
    font-weight: 700;
    color: #856404;
}

.quote-total-row[b-06qq7zvg9e] {
    display: flex;
    padding: 1rem 0.5rem;
    background-color: #e9ecef;
    border-top: 2px solid #dee2e6;
    font-weight: 700;
}

.item-col[b-06qq7zvg9e] {
    padding: 0 0.5rem;
    color: #2c3e50;
}

/* Column widths */
.col-lp[b-06qq7zvg9e] {
    width: 5%;
    text-align: center;
}

.col-name[b-06qq7zvg9e] {
    width: 35%;
    text-align: left;
}

.col-quantity[b-06qq7zvg9e] {
    width: 10%;
    text-align: center;
}

.col-price[b-06qq7zvg9e] {
    width: 15%;
    text-align: right;
}

.col-total[b-06qq7zvg9e] {
    width: 15%;
    text-align: right;
}

.col-deadline[b-06qq7zvg9e] {
    width: 20%;
    text-align: center;
}

.total-label[b-06qq7zvg9e] {
    font-weight: 700;
    color: #2c3e50;
    text-align: right;
}

.total-value[b-06qq7zvg9e] {
    font-weight: 700;
    color: #27ae60;
    font-size: 1.1rem;
}

.link-primary[b-06qq7zvg9e] {
    color: #4a90e2;
    text-decoration: none;
    font-weight: 600;
}

.link-primary:hover[b-06qq7zvg9e] {
    color: #2874c7;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .quote-items-table[b-06qq7zvg9e] {
        font-size: 0.875rem;
    }

    .header-col[b-06qq7zvg9e],
    .item-col[b-06qq7zvg9e] {
        padding: 0 0.25rem;
    }

    .col-name[b-06qq7zvg9e] {
        width: 30%;
    }

    .col-deadline[b-06qq7zvg9e] {
        width: 20%;
    }
}

@media (max-width: 768px) {
    .quote-items-table[b-06qq7zvg9e] {
        font-size: 0.75rem;
    }

    .quote-items-header[b-06qq7zvg9e] {
        padding: 0.5rem 0.25rem;
    }

    .quote-item-row[b-06qq7zvg9e],
    .quote-total-row[b-06qq7zvg9e] {
        padding: 0.5rem 0.25rem;
    }

    .col-lp[b-06qq7zvg9e] {
        width: 8%;
    }

    .col-name[b-06qq7zvg9e] {
        width: 40%;
    }

    .col-quantity[b-06qq7zvg9e] {
        width: 12%;
    }

    .col-price[b-06qq7zvg9e] {
        width: 15%;
    }

    .col-total[b-06qq7zvg9e] {
        width: 15%;
    }

    .col-deadline[b-06qq7zvg9e] {
        width: 10%;
        font-size: 0.7rem;
    }

    .total-value[b-06qq7zvg9e] {
        font-size: 1rem;
    }
}
/* _content/RsWind/Components/Pages/ReportsZw/Components/CreateReportZwForm.razor.rz.scp.css */
.quick-create-card[b-onxo9l8yfl] {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    text-align: center;
}

.quick-create-title[b-onxo9l8yfl] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}
/* _content/RsWind/Components/Pages/ReportsZw/Components/ReportZwForm.razor.rz.scp.css */
.order-item-row[b-2kx8bmblg4] {
    align-items: center;
}

.order-item-row:last-child[b-2kx8bmblg4] {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .order-item-row[b-2kx8bmblg4] {
        margin-bottom: 1rem !important;
    }
}
/* _content/RsWind/Components/Pages/ReportsZw/ReportZwDetails.razor.rz.scp.css */
/* Component-specific styles */
.order-item-display[b-boo3mhz0zk] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.order-item-display:last-child[b-boo3mhz0zk] {
    margin-bottom: 0;
}

.item-label[b-boo3mhz0zk] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.item-value[b-boo3mhz0zk] {
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

.item-quantity[b-boo3mhz0zk] {
    font-size: 1.25rem;
    color: #4a90e2;
    font-weight: 700;
}

@media (max-width: 768px) {
    .order-item-display[b-boo3mhz0zk] {
        margin-bottom: 0.75rem;
    }

    .item-quantity[b-boo3mhz0zk] {
        font-size: 1.1rem;
    }
}
/* _content/RsWind/Components/Pages/TechnicianViews/OpenOrderDetails.razor.rz.scp.css */
.order-items-table[b-htler36q1t] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.order-items-header[b-htler36q1t] {
    display: grid;
    grid-template-columns: 60px 1fr 120px;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #495057;
}

.order-item-row[b-htler36q1t] {
    display: grid;
    grid-template-columns: 60px 1fr 120px;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.order-item-row:hover[b-htler36q1t] {
    background-color: #f8f9fa;
}

.header-col[b-htler36q1t],
.item-col[b-htler36q1t] {
    display: flex;
    align-items: center;
}

.col-lp[b-htler36q1t] {
    justify-content: center;
    font-weight: 600;
}

.col-name[b-htler36q1t] {
    justify-content: flex-start;
}

.col-quantity[b-htler36q1t] {
    justify-content: center;
    font-weight: 600;
}

@media (max-width: 768px) {
    .order-items-header[b-htler36q1t],
    .order-item-row[b-htler36q1t] {
        grid-template-columns: 50px 1fr 80px;
        gap: 0.5rem;
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }
}
/* _content/RsWind/Components/Shared/CheckboxDisplay.razor.rz.scp.css */
.checkbox-display[b-qmr22qwamo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-icon[b-qmr22qwamo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #dc3545; /* Red for unchecked (✗) */
    border-radius: 4px;
    flex-shrink: 0;
}

.checkbox-icon.checked[b-qmr22qwamo] {
    color: #28a745; /* Green for checked (✓) */
}

.checkbox-label[b-qmr22qwamo] {
    font-size: 0.9rem;
    color: #333;
}

@media (max-width: 1279.98px) {
    .checkbox-icon[b-qmr22qwamo] {
        width: 1.35rem;
        height: 1.35rem;
        font-size: 1.1rem;
    }

    .checkbox-label[b-qmr22qwamo] {
        font-size: 0.85rem;
    }
}
/* _content/RsWind/Components/Shared/ClientSignaturePad.razor.rz.scp.css */
.client-signature-section[b-7lxml25eli] {
    margin-top: 1rem;
}

.signature-capture[b-7lxml25eli] {
    background: #fff;
    border-radius: 8px;
}

.canvas-wrapper[b-7lxml25eli] {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    margin-top: 0.5rem;
    overflow: hidden;
}

.signature-canvas[b-7lxml25eli] {
    width: 100%;
    height: 200px;
    cursor: crosshair;
    display: block;
    touch-action: none;
}

.signature-actions[b-7lxml25eli] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.signature-actions .btn[b-7lxml25eli] {
    min-width: 120px;
}

.btn-icon[b-7lxml25eli] {
    font-weight: bold;
    margin-right: 0.25rem;
}

.signature-preview[b-7lxml25eli] {
    margin-top: 0.5rem;
}

.signature-display-box[b-7lxml25eli] {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
    padding: 1rem;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signature-display-box svg[b-7lxml25eli] {
    max-width: 100%;
    height: auto;
}

.existing-signature-preview[b-7lxml25eli] {
    margin-bottom: 1rem;
}

.existing-signature-preview .signature-display-box[b-7lxml25eli] {
    background: #fff;
    border-color: #198754;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .signature-canvas[b-7lxml25eli] {
        height: 150px;
    }

    .signature-actions .btn[b-7lxml25eli] {
        min-width: 100px;
        font-size: 0.875rem;
    }
}
/* _content/RsWind/Components/Shared/CollapsibleGroup.razor.rz.scp.css */
/* Container */
.collapsible-group[b-47r2nnpsw3] {
    margin-bottom: 1rem;
    width: 100%;
}

/* Header */
.collapsible-header[b-47r2nnpsw3] {
    padding: 0.75rem 1rem;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s;
    color: #7E7E7E;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.collapsible-header:hover[b-47r2nnpsw3] {
    background-color: #e8e8e8;
}

.collapsible-title[b-47r2nnpsw3] {
    font-weight: 400;
}

.count-badge[b-47r2nnpsw3] {
    font-weight: 600;
    margin-left: 0.25rem;
}

.collapsible-icon[b-47r2nnpsw3] {
    font-size: 1.2rem;
    transition: transform 0.2s;
}

/* Content */
.collapsible-content[b-47r2nnpsw3] {
    border: 1px solid #cccccc;
    border-top: none;
    background-color: #f0f0f0;
}

/* Color themes for different report groups */

/* Green - Pending reports to send */
.collapsible-header.green-header[b-47r2nnpsw3] {
    background-color: rgba(0, 148, 71, 0.95);
    color: #FFFFFF;
}

.collapsible-header.green-header:hover[b-47r2nnpsw3] {
    background-color: rgba(0, 148, 71, 1);
}

.collapsible-content.green-content[b-47r2nnpsw3] {
    background-color: rgba(0, 148, 71, 0.1);
}

/* Orange - Pending offers */
.collapsible-header.orange-header[b-47r2nnpsw3] {
    background-color: rgba(244, 94, 34, 0.95);
    color: #FFFFFF;
}

.collapsible-header.orange-header:hover[b-47r2nnpsw3] {
    background-color: rgba(244, 94, 34, 1);
}

.collapsible-content.orange-content[b-47r2nnpsw3] {
    background-color: rgba(244, 94, 34, 0.1);
}

/* Amber - Material requisitions */
.collapsible-header.amber-header[b-47r2nnpsw3] {
    background-color: rgba(247, 149, 33, 0.95);
    color: #FFFFFF;
}

.collapsible-header.amber-header:hover[b-47r2nnpsw3] {
    background-color: rgba(247, 149, 33, 1);
}

.collapsible-content.amber-content[b-47r2nnpsw3] {
    background-color: rgba(247, 149, 33, 0.1);
}

/* Red - Disabled devices */
.collapsible-header.red-header[b-47r2nnpsw3] {
    background-color: rgba(236, 34, 39, 0.95);
    color: #FFFFFF;
}

.collapsible-header.red-header:hover[b-47r2nnpsw3] {
    background-color: rgba(236, 34, 39, 1);
}

.collapsible-content.red-content[b-47r2nnpsw3] {
    background-color: rgba(236, 34, 39, 0.1);
}

/* Blue - UDT inspections */
.collapsible-header.blue-header[b-47r2nnpsw3] {
    background-color: rgba(0, 153, 255, 0.95);
    color: #FFFFFF;
}

.collapsible-header.blue-header:hover[b-47r2nnpsw3] {
    background-color: rgba(0, 153, 255, 1);
}

.collapsible-content.blue-content[b-47r2nnpsw3] {
    background-color: rgba(0, 153, 255, 0.1);
}
/* _content/RsWind/Components/Shared/ConfirmationModal.razor.rz.scp.css */
.modal-backdrop[b-3z3wlxrhv1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-dialog-container[b-3z3wlxrhv1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    pointer-events: none;
}

.modal-dialog[b-3z3wlxrhv1] {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    pointer-events: all;
}

.modal-header[b-3z3wlxrhv1] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-3z3wlxrhv1] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
}

.btn-close[b-3z3wlxrhv1] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close[b-3z3wlxrhv1]::before {
    content: "×";
}

.modal-body[b-3z3wlxrhv1] {
    padding: 1rem;
}

.modal-body p[b-3z3wlxrhv1] {
    margin: 0;
}

.modal-footer[b-3z3wlxrhv1] {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
/* _content/RsWind/Components/Shared/DetailsPageHeader.razor.rz.scp.css */
.details-page-header[b-d4se7vpuvm] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.25);
    position: relative;
    overflow: hidden;
}

.details-page-header[b-d4se7vpuvm]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
}

.header-content[b-d4se7vpuvm] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    z-index: 1;
}

.header-left[b-d4se7vpuvm] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
}

.header-icon[b-d4se7vpuvm] {
    width: 64px;
    height: 64px;
    min-width: 64px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.header-icon[b-d4se7vpuvm]::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}

/* Icon variants */
.icon-client[b-d4se7vpuvm]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.icon-device[b-d4se7vpuvm]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Crect x='4' y='2' width='16' height='20' rx='2' ry='2'/%3E%3Cline x1='8' y1='6' x2='16' y2='6'/%3E%3Cline x1='8' y1='10' x2='16' y2='10'/%3E%3Cline x1='8' y1='14' x2='16' y2='14'/%3E%3C/svg%3E");
}

.icon-technician[b-d4se7vpuvm]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}

.icon-administrator[b-d4se7vpuvm]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1Z'/%3E%3C/svg%3E");
}

.icon-report[b-d4se7vpuvm]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10 9 9 9 8 9'/%3E%3C/svg%3E");
}

.header-title-section[b-d4se7vpuvm] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.header-title[b-d4se7vpuvm] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
}

.header-subtitle[b-d4se7vpuvm] {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header-actions[b-d4se7vpuvm] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

/* Enhanced action icons for header */
.header-actions .action-icon[b-d4se7vpuvm] {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    width: 44px;
    height: 44px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.header-actions .action-icon:hover[b-d4se7vpuvm] {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.header-actions .action-icon[b-d4se7vpuvm]::before {
    filter: brightness(0) invert(1);
}

/* Responsive adjustments */
@media (max-width: 1279.98px) {
    .details-page-header[b-d4se7vpuvm] {
        padding: 1.5rem;
    }

    .header-content[b-d4se7vpuvm] {
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
    }

    .header-left[b-d4se7vpuvm] {
        gap: 1rem;
    }

    .header-icon[b-d4se7vpuvm] {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }

    .header-icon[b-d4se7vpuvm]::before {
        width: 32px;
        height: 32px;
    }

    .header-title[b-d4se7vpuvm] {
        font-size: 1.5rem;
    }

    .header-subtitle[b-d4se7vpuvm] {
        font-size: 0.9rem;
    }

    .header-actions[b-d4se7vpuvm] {
        justify-content: flex-end;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .details-page-header[b-d4se7vpuvm] {
        padding: 1.25rem;
        border-radius: 8px;
    }

    .header-left[b-d4se7vpuvm] {
        gap: 0.75rem;
    }

    .header-icon[b-d4se7vpuvm] {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .header-icon[b-d4se7vpuvm]::before {
        width: 28px;
        height: 28px;
    }

    .header-title[b-d4se7vpuvm] {
        font-size: 1.25rem;
    }

    .header-subtitle[b-d4se7vpuvm] {
        font-size: 0.85rem;
    }

    .header-actions .action-icon[b-d4se7vpuvm] {
        width: 40px;
        height: 40px;
    }
}
/* _content/RsWind/Components/Shared/DeviceAutocomplete.razor.rz.scp.css */
.device-autocomplete[b-fbirclidru] {
    position: relative;
    width: 100%;
}

.autocomplete-input-wrapper[b-fbirclidru] {
    position: relative;
    width: 100%;
}

.autocomplete-input-wrapper .form-control[b-fbirclidru] {
    width: 100%;
    padding-right: 2.5rem;
}

.autocomplete-input-wrapper input[readonly][b-fbirclidru] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.autocomplete-input-wrapper .clear-button[b-fbirclidru] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.autocomplete-input-wrapper .clear-button:hover[b-fbirclidru] {
    opacity: 1;
}

.autocomplete-input-wrapper .clear-button[b-fbirclidru]::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.autocomplete-results[b-fbirclidru] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.autocomplete-item[b-fbirclidru] {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #f1f3f5;
}

.autocomplete-item:last-child[b-fbirclidru] {
    border-bottom: none;
}

.autocomplete-item:hover:not(.loading):not(.no-results)[b-fbirclidru] {
    background-color: #f8f9fa;
}

.autocomplete-item.loading[b-fbirclidru],
.autocomplete-item.no-results[b-fbirclidru] {
    cursor: default;
    color: #6c757d;
    text-align: center;
}

.device-autocomplete.open .form-control[b-fbirclidru] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* _content/RsWind/Components/Shared/EmailRecipientDialog.razor.rz.scp.css */
.modal-backdrop[b-9hpg0b7pe6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    pointer-events: none;
}

.modal-dialog-container[b-9hpg0b7pe6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    pointer-events: none;
}

.modal-dialog[b-9hpg0b7pe6] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    pointer-events: auto;
    position: relative;
}

.modal-header[b-9hpg0b7pe6] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title[b-9hpg0b7pe6] {
    margin: 0;
    font-size: 1.25rem;
}

.modal-body[b-9hpg0b7pe6] {
    padding: 1.5rem;
}

.modal-footer[b-9hpg0b7pe6] {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.btn-close[b-9hpg0b7pe6] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
}

.btn-close[b-9hpg0b7pe6]:before {
    content: "×";
}
/* _content/RsWind/Components/Shared/EmailStatusModal.razor.rz.scp.css */
.modal-backdrop[b-6xcsz1gt1q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-dialog-container[b-6xcsz1gt1q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.modal-dialog[b-6xcsz1gt1q] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header[b-6xcsz1gt1q] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title[b-6xcsz1gt1q] {
    margin: 0;
    font-size: 1.25rem;
}

.modal-body[b-6xcsz1gt1q] {
    padding: 1.5rem;
}

.modal-footer[b-6xcsz1gt1q] {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
}

.btn-close[b-6xcsz1gt1q] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
}

.btn-close[b-6xcsz1gt1q]:before {
    content: "×";
}
/* _content/RsWind/Components/Shared/LoadingSpinner.razor.rz.scp.css */
.loading-container[b-ds70xmw439] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    width: 100%;
}

.spinner-border[b-ds70xmw439] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.loading-message[b-ds70xmw439] {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}
/* _content/RsWind/Components/Shared/MonthYearPicker.razor.rz.scp.css */
.month-year-picker[b-0m2dyvg56k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.month-year-picker .form-label[b-0m2dyvg56k] {
    white-space: nowrap;
}

.month-year-picker .form-select[b-0m2dyvg56k] {
    width: auto;
}
/* _content/RsWind/Components/Shared/SearchableDropdown.razor.rz.scp.css */
.searchable-dropdown[b-k3dnr1t3rq] {
    position: relative;
    width: 100%;
}

.dropdown-input-wrapper[b-k3dnr1t3rq] {
    position: relative;
    width: 100%;
}

.dropdown-input-wrapper input[readonly][b-k3dnr1t3rq] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.dropdown-input-wrapper .clear-button[b-k3dnr1t3rq] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-input-wrapper .clear-button:hover[b-k3dnr1t3rq] {
    color: #495057;
}

.dropdown-results[b-k3dnr1t3rq] {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #dee2e6;
    border-bottom: none;
    border-radius: 0.375rem 0.375rem 0 0;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item[b-k3dnr1t3rq] {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #f1f3f5;
}

.dropdown-item:last-child[b-k3dnr1t3rq] {
    border-bottom: none;
}

.dropdown-item:hover:not(.loading):not(.no-results)[b-k3dnr1t3rq] {
    background-color: #f8f9fa;
}

.dropdown-item.loading[b-k3dnr1t3rq],
.dropdown-item.no-results[b-k3dnr1t3rq] {
    cursor: default;
    color: #6c757d;
    text-align: center;
}

.searchable-dropdown.open .form-control[b-k3dnr1t3rq] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* _content/RsWind/Components/Shared/SendReportModal.razor.rz.scp.css */
.modal-backdrop[b-6t9xk95akk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    cursor: pointer;
}

.modal-dialog-container[b-6t9xk95akk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    pointer-events: none;
}

.modal-dialog[b-6t9xk95akk] {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    position: relative;
}

.modal-header[b-6t9xk95akk] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0.5rem 0.5rem 0 0;
}

.modal-title[b-6t9xk95akk] {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.25rem;
}

.modal-body[b-6t9xk95akk] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer[b-6t9xk95akk] {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-radius: 0 0 0.5rem 0.5rem;
}

@media (max-width: 576px) {
    .modal-dialog[b-6t9xk95akk] {
        max-width: calc(100% - 2rem);
        margin: 0.5rem;
    }

    .modal-footer[b-6t9xk95akk] {
        flex-direction: column;
        align-items: stretch;
    }

    .modal-footer button[b-6t9xk95akk] {
        width: 100%;
    }
}

/* _content/RsWind/Components/Shared/SignatureCaptureComponent.razor.rz.scp.css */
.signature-section[b-b3ip6db4qe] {
    width: 100%;
}

.signature-display[b-b3ip6db4qe] {
    margin-bottom: 1rem;
}

.signature-preview[b-b3ip6db4qe] {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 1rem;
    background-color: #f8f9fa;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signature-capture[b-b3ip6db4qe] {
    width: 100%;
}

.canvas-wrapper[b-b3ip6db4qe] {
    border: 2px solid #dee2e6;
    border-radius: 4px;
    background-color: white;
    padding: 0;
    overflow: hidden;
    margin-bottom: 1rem;
}

.signature-canvas[b-b3ip6db4qe] {
    display: block;
    width: 100%;
    height: 200px;
    cursor: crosshair;
    touch-action: none;
    background-color: white;
}

.signature-actions[b-b3ip6db4qe] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.signature-actions button[b-b3ip6db4qe] {
    min-width: 120px;
}
/* _content/RsWind/Components/Shared/TechnicianAutocomplete.razor.rz.scp.css */
.technician-autocomplete[b-nmrzzs698l] {
    position: relative;
    width: 100%;
}

.autocomplete-input-wrapper[b-nmrzzs698l] {
    position: relative;
    width: 100%;
}

.autocomplete-input-wrapper .form-control[b-nmrzzs698l] {
    width: 100%;
    padding-right: 2.5rem;
}

.autocomplete-input-wrapper input[readonly][b-nmrzzs698l] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.autocomplete-input-wrapper .clear-button[b-nmrzzs698l] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.autocomplete-input-wrapper .clear-button:hover[b-nmrzzs698l] {
    opacity: 1;
}

.autocomplete-input-wrapper .clear-button[b-nmrzzs698l]::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.autocomplete-results[b-nmrzzs698l] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.autocomplete-item[b-nmrzzs698l] {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #f1f3f5;
}

.autocomplete-item:last-child[b-nmrzzs698l] {
    border-bottom: none;
}

.autocomplete-item:hover:not(.loading):not(.no-results)[b-nmrzzs698l] {
    background-color: #f8f9fa;
}

.autocomplete-item.loading[b-nmrzzs698l],
.autocomplete-item.no-results[b-nmrzzs698l] {
    cursor: default;
    color: #6c757d;
    text-align: center;
}

.technician-autocomplete.open .form-control[b-nmrzzs698l] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
