@import '_content/Point42.UI/Point42.UI.p77ywkqgza.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* _content/Grant42/Areas/Account/Shared/AccountLayout.razor.rz.scp.css */
.account[b-ubvwalf6ru] {
    padding: 2rem;
}
/* _content/Grant42/Components/GrantUnitRenderFragment.razor.rz.scp.css */
.recommendations[b-jpwvm5wn0d] {
    font-size: 16px;
    font-weight: 400;
    font-family: Verdana, sans-serif;
    margin: 10px 0;
}

[b-jpwvm5wn0d] .toggle-button {
    padding-left: 0;
    text-align: left;
}

.output .pin:first-of-type[b-jpwvm5wn0d] {
    margin-top: 10px;
}
/* _content/Grant42/Components/Landing/LandingUnitRenderFragment.razor.rz.scp.css */
.result-item[b-9l98t2empo] {
    margin-bottom: 20px;
}

.result-header[b-9l98t2empo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 7px;
    padding: 15px 18px;
    margin-bottom: 0;
    transition: background 0.2s;
    user-select: none;
    background: #f8f9fa;
    color: #212529;
}

    .result-header h3[b-9l98t2empo] {
        font-size: 1.5em;
    }

.result-header-error[b-9l98t2empo] {
    background: #e58181;
    color: #6c0000;
}

    .result-header-error h3[b-9l98t2empo] {
        color: #000;
    }

.result-header-warning[b-9l98t2empo] {
    background: #fff3cd;
    color: #856404;
}

.result-header-success[b-9l98t2empo] {
    background: #d1e7dd;
    color: #0f5132;
}

.result-header-neutral[b-9l98t2empo] {
    background: #e2e3e5;
    color: #41464b;
}

.result-header.active .result-toggle[b-9l98t2empo] {
    transform: rotate(90deg);
}

.result-toggle[b-9l98t2empo] {
    margin-left: 10px;
    font-size: 1.4rem;
    transition: transform 0.2s;
}

.result-content[b-9l98t2empo] {
    padding: 18px;
    background: #fff;
    border: 1px solid #f1f2f3;
    border-top: none;
    border-radius: 0 0 8px 8px;
    margin-bottom: 16px;
}

.result-collapse-button[b-9l98t2empo] {
    min-width: 110px;
}

.result-collapse-text[b-9l98t2empo] {
    font-size: 14px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
}

    .result-collapse-text h5[b-9l98t2empo] {
        color: #000;
    }

@media (max-width: 991px) {
    .result-header h3[b-9l98t2empo] {
        font-size: 1.3em;
    }

    .result-toggle[b-9l98t2empo] {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .result-header h3[b-9l98t2empo] {
        font-size: 1.1em;
    }
}
/* _content/Grant42/Components/Loader.razor.rz.scp.css */
.loader-wrapper[b-lheie4dxng] {
    width: 100%;
    text-align: center;
}

.loader[b-lheie4dxng] {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-b-lheie4dxng 1s linear infinite;
}

.loader-description[b-lheie4dxng] {
    display: block;
    margin-top: 1rem;
    font-size: 14px;
    color: var(--accent-color);
}

@keyframes rotation-b-lheie4dxng {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/Grant42/Components/Promocode/PromocodeTable.razor.rz.scp.css */
[b-iyi4evjtjn] .inactive {
    background-color: whitesmoke;
}

    [b-iyi4evjtjn] .inactive:hover > td {
        background-color: whitesmoke !important;
    }
/* _content/Grant42/Layouts/AdminLayout.razor.rz.scp.css */
.page[b-znbcc5o8fv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-znbcc5o8fv] {
    flex: 1;
}

.sidebar[b-znbcc5o8fv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-znbcc5o8fv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-znbcc5o8fv]  a, .top-row[b-znbcc5o8fv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-znbcc5o8fv]  a:hover, .top-row[b-znbcc5o8fv]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-znbcc5o8fv]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-znbcc5o8fv] {
        justify-content: space-between;
    }

        .top-row[b-znbcc5o8fv]  a, .top-row[b-znbcc5o8fv]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .sidebar[b-znbcc5o8fv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-znbcc5o8fv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-znbcc5o8fv]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-znbcc5o8fv], article[b-znbcc5o8fv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-znbcc5o8fv] {
    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-znbcc5o8fv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

[b-znbcc5o8fv] .ant-menu-horizontal {
    align-self: center;
}
/* _content/Grant42/Pages/Admin/Execute.razor.rz.scp.css */
.actions[b-t3ub37i79e] {
    margin-bottom: 1rem;
}

.pre[b-t3ub37i79e] {
  margin: 12px 0;
  padding: 12px 20px;
  background: #fff;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16),
    0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
/* _content/Grant42/Pages/Landing/Check.razor.rz.scp.css */
.results-content[b-mild718tix] {
    margin-top: 40px;
}

.result-error[b-mild718tix] {
    text-align: center;
    color: var(--accent-color);
}
