/* /Components/Layout/CustomLayout/Card.razor.rz.scp.css */
.custom-card[b-ehg3bjh5cl] {
   /* border: 2px solid darkgrey; */
   border-radius: 16px;
   box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);

}

.card-header[b-ehg3bjh5cl] {
   background-color: darkgreen;
   padding: 10px;
   font-weight: bold;
}

.card-header h5[b-ehg3bjh5cl] 
{
   color: #2f8f2f;
}
/* /Components/Layout/CustomLayout/DecisionCard.razor.rz.scp.css */

.decision-card[b-trgxnubucp]
{
    border-radius: 16px;
    border: 1px solid white;
   box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.decision-card-footer[b-trgxnubucp]
{
    padding: 1%;
}

.decision-card-header[b-trgxnubucp]
{
    padding: 1%;
    border-bottom: 1px solid #dee2e6;
}
/* /Components/Layout/CustomLayout/DotPointCard.razor.rz.scp.css */

.dotpoint-card-layout[b-vpp9e4iqub]
{
    border: 1px solid white;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding-top: 3%;
    padding-bottom: 3%;
}


/* /Components/Layout/CustomLayout/PdfViewer.razor.rz.scp.css */
/* /Components/Layout/CustomLayout/ProductBox.razor.rz.scp.css */
.product-box[b-fcgiwwcluu]{
    /* border: 1px solid #038007; */
    border-radius: 16px;
    background-color: #ffffff;
    border-color: white;
    /* height: 100%; */
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.product-box > .card-body[b-fcgiwwcluu] {
    background-color: #ffffff;
}

.product-box:hover *[b-fcgiwwcluu]{
    /* background-color:#038007; */
    transition: background-color 0.3s ease, color 0.3s ease, border-width 0.3s ease;
    color: #000000;
}

.product-box .card-title[b-fcgiwwcluu] {
    color: #2f8f2f;
    /* font-size: 1.25rem;
    font-weight: 600; */
}

.product-footer[b-fcgiwwcluu]{
    padding-bottom: 2%;
}

/* /Components/Layout/Footer.razor.rz.scp.css */
.footer[b-v07f1opnno]{
    background-color: #f8f9fa;
    padding: 20px 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9nfldv2nk5] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-9nfldv2nk5] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

article[b-9nfldv2nk5] {
    flex: 1;
}

.sidebar[b-9nfldv2nk5] {
    background-image: linear-gradient(180deg, rgba(245, 243, 243, 0) 0%, #277f0f 70%);
}

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

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

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

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

.bi-briefcase-fill-card[b-9nfldv2nk5]{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-briefcase-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 0a.5.5 0 0 0-.5.5V2H2a2 2 0 0 0-2 2v1h16V4a2 2 0 0 0-2-2h-4V.5a.5.5 0 0 0-.5-.5zM16 7H0v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z'/%3E%3C/svg%3E");
}

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

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

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

    .sidebar[b-9nfldv2nk5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-9nfldv2nk5] {
    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-9nfldv2nk5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0nplc83bxs] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: rgb(255, 255, 255);
    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-0nplc83bxs] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0nplc83bxs] {
    min-height: 3.5rem;
    background-color: rgb(255, 255, 255);
}

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

.bi[b-0nplc83bxs] {
    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-0nplc83bxs] {
    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-nav-menu[b-0nplc83bxs] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0nplc83bxs] {
    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");
}

.bi-person-circle-nav-menu[b-0nplc83bxs] {
    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-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 5a5 5 0 0 0-4.546 2.916c.03.03.06.06.091.091A4.978 4.978 0 0 0 8 13a4.978 4.978 0 0 0 4.455-2.993c.031-.031.061-.061.091-.091A5 5 0 0 0 8 8z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-0nplc83bxs]  .nav-link {
        color: #000000;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-0nplc83bxs]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: rgb(24, 143, 0);
}

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

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

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

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

    .nav-scrollable[b-0nplc83bxs] {
        /* 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/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-20ek8yak3w],
.components-reconnect-repeated-attempt-visible[b-20ek8yak3w],
.components-reconnect-failed-visible[b-20ek8yak3w],
.components-pause-visible[b-20ek8yak3w],
.components-resume-failed-visible[b-20ek8yak3w],
.components-rejoining-animation[b-20ek8yak3w] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-20ek8yak3w],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-20ek8yak3w],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-20ek8yak3w],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-20ek8yak3w],
#components-reconnect-modal.components-reconnect-retrying[b-20ek8yak3w],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-20ek8yak3w],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-20ek8yak3w],
#components-reconnect-modal.components-reconnect-failed[b-20ek8yak3w],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-20ek8yak3w] {
    display: block;
}


#components-reconnect-modal[b-20ek8yak3w] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-20ek8yak3w 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-20ek8yak3w 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-20ek8yak3w 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-20ek8yak3w]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-20ek8yak3w 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-20ek8yak3w {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-20ek8yak3w {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-20ek8yak3w {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-20ek8yak3w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-20ek8yak3w] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-20ek8yak3w] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-20ek8yak3w] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-20ek8yak3w] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-20ek8yak3w] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-20ek8yak3w] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-20ek8yak3w 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-20ek8yak3w] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-20ek8yak3w {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.licence-col[b-3zoa8nazfu]
{
    background-color: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.login-container[b-3zoa8nazfu]
{
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.login-form-div[b-3zoa8nazfu]
{
    background-color: #fbfdf9;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.user-regos-col[b-3zoa8nazfu], .org-reg-col[b-3zoa8nazfu]
{
    background-color: #fbfdf9;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.member-org-row[b-3zoa8nazfu]
{
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.member-org-panel[b-3zoa8nazfu]
{
    background-color: #fbfdf9;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.manage-special-org-row[b-3zoa8nazfu]
{
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.summary-row[b-3zoa8nazfu]
{
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.summary-metric-card[b-3zoa8nazfu],
.summary-chart-card[b-3zoa8nazfu]
{
    background-color: #fbfdf9;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.summary-metric-value[b-3zoa8nazfu]
{
    font-size: 3rem;
    font-weight: 700;
    color: #2f8f2f;
    line-height: 1;
}

.summary-metric-label[b-3zoa8nazfu]
{
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #2d2d2d;
}

.summary-chart-title[b-3zoa8nazfu]
{
    font-size: 1rem;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 8px;
}

.summary-line-chart-frame[b-3zoa8nazfu]
{
    width: 100%;
    height: 280px;
    border: none;
    border-radius: 12px;
    background-color: #ffffff;
}
/* /Components/Pages/Download.razor.rz.scp.css */

.download-page-card[b-kr4fi0hrws] 
{
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.download-results[b-kr4fi0hrws]
{
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.download-form[b-kr4fi0hrws]
{
    border: 10px solid;
    border-color: red;
    border-radius: 16px;
}

.download-results h2[b-kr4fi0hrws] {
    margin: 0 0 16px;
    color: #2f8f2f;
    font-size: 1.5rem;
}

.download-item-card[b-kr4fi0hrws]
{
    background-color: #fbfdf9;
    border: 1px solid #fbfdf9;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.os-icon[b-kr4fi0hrws] {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.os-icon-linux[b-kr4fi0hrws] {
    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 1.2c-1.35 0-2.45 1.1-2.45 2.45v1.05c0 .5-.18.97-.52 1.34C4.12 6.98 3.5 8.48 3.5 10.2c0 2.6 1.78 4.6 4.5 4.6s4.5-2 4.5-4.6c0-1.72-.62-3.22-1.53-4.16a1.98 1.98 0 0 1-.52-1.34V3.65C10.45 2.3 9.35 1.2 8 1.2Zm-1.1 2.35c.3 0 .55.25.55.56a.55.55 0 1 1-1.1 0c0-.3.25-.56.55-.56Zm2.2 0c.3 0 .55.25.55.56a.55.55 0 1 1-1.1 0c0-.3.25-.56.55-.56ZM8 5.5l.55.4L8 6.3l-.55-.4L8 5.5Zm-3.1 2.35c.58.4.93.93 1.14 1.67l-.5 2.7-1.55 1.2c-.28.22-.67.18-.9-.08a.65.65 0 0 1 .08-.92l1.2-1.08.53-3.49Zm6.2 0 .53 3.49 1.2 1.08c.26.23.3.65.08.92-.23.26-.62.3-.9.08l-1.55-1.2-.5-2.7c.2-.74.56-1.27 1.14-1.67ZM8 7.2c-1.4 0-2.25 1.08-2.25 2.8 0 1.96.92 3.32 2.25 3.32s2.25-1.36 2.25-3.32C10.25 8.28 9.4 7.2 8 7.2Z'/%3E%3C/svg%3E");
}

.os-icon-windows[b-kr4fi0hrws] {
    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 2.53 6.5 1.5v6.03H0V2.53Zm7.5-1.19L16 0v7.53H7.5V1.34ZM0 8.47h6.5v6.03L0 13.47v-5Zm7.5 0H16V16l-8.5-1.34V8.47Z'/%3E%3C/svg%3E");
}

.os-icon-macos[b-kr4fi0hrws] {
    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.18 8.45c.02 1.92 1.68 2.56 1.7 2.57-.01.04-.26.9-.86 1.78-.52.76-1.06 1.52-1.91 1.53-.84.02-1.11-.5-2.07-.5-.97 0-1.27.48-2.05.52-.82.03-1.44-.82-1.97-1.57-1.06-1.53-1.87-4.31-.78-6.22.54-.95 1.5-1.55 2.55-1.57.79-.01 1.54.53 2.07.53.53 0 1.52-.66 2.56-.56.44.02 1.66.18 2.44 1.33-.06.04-1.45.84-1.43 2.66ZM9.98 3.18c.43-.52.72-1.24.64-1.96-.62.03-1.38.41-1.83.92-.4.46-.75 1.19-.66 1.89.69.05 1.4-.35 1.85-.85Z'/%3E%3C/svg%3E");
}

.os-icon-github[b-kr4fi0hrws] {
    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 0C3.58 0 0 3.58 0 8a8 8 0 0 0 5.47 7.59c.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.5-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82A7.56 7.56 0 0 1 8 3.8c.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8 8 0 0 0 16 8c0-4.42-3.58-8-8-8Z'/%3E%3C/svg%3E");
}
/* /Components/Pages/Home.razor.rz.scp.css */

#description-section[b-xw3o1jidw7] {
    text-align: center;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.intro-card[b-xw3o1jidw7] {
    background: linear-gradient(180deg, #ffffff 0%, #f8faf8 100%);
    border-radius: 1rem;
}

.intro-card-icon[b-xw3o1jidw7] {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #198754;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    box-shadow: 0 0.5rem 1rem rgba(25, 135, 84, 0.2);
}

.intro-card-icon-rewrite[b-xw3o1jidw7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-pencil-fill' viewBox='0 0 16 16'%3E%3Cpath d='M12.854.146a.5.5 0 0 1 .707 0l2.586 2.586a.5.5 0 0 1 0 .707l-9.793 9.793a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168z'/%3E%3C/svg%3E");
}

.intro-card-icon-technology[b-xw3o1jidw7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cpu' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 0a.5.5 0 0 1 .5.5V2h4V.5a.5.5 0 0 1 1 0V2h1a2 2 0 0 1 2 2v1h1.5a.5.5 0 0 1 0 1H14v4h1.5a.5.5 0 0 1 0 1H14v1a2 2 0 0 1-2 2h-1v1.5a.5.5 0 0 1-1 0V14H6v1.5a.5.5 0 0 1-1 0V14H4a2 2 0 0 1-2-2v-1H.5a.5.5 0 0 1 0-1H2V6H.5a.5.5 0 0 1 0-1H2V4a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M4 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z'/%3E%3Cpath d='M6 6h4v4H6z'/%3E%3C/svg%3E");
}

.intro-card-icon-download[b-xw3o1jidw7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-download' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.6a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.6a.5.5 0 0 1 1 0v2.6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.6a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M7.646 11.354a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 9.793V1.5a.5.5 0 0 0-1 0v8.293L5.354 7.646a.5.5 0 1 0-.708.708z'/%3E%3C/svg%3E");
}
/* /Components/Pages/Register.razor.rz.scp.css */
.general-use-col[b-1rg1ecqdit]
{
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.special-use-col[b-1rg1ecqdit]
{
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.special-use-form-row[b-1rg1ecqdit]
{
    background-color: #fbfdf9;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.general-use-form-row[b-1rg1ecqdit]
{
    background-color: #fbfdf9;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

#licence-decision-table[b-1rg1ecqdit]
{
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}
/* /Components/Pages/SpecialRegistration.razor.rz.scp.css */

.special-use-col[b-a1efkcef63]{
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}
/* /Components/Pages/Validate.razor.rz.scp.css */
.email[b-9fccpt8oi0]
{
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}

.pdf-div[b-9fccpt8oi0]
{
    background-color: #fbfdf9;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 3%;
}
