/* _content/computol.azure.portal.blazorwebapp/Pages/Requests/Components/RequestDisplay.razor.rz.scp.css */
@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/password.ttf);
}

.prop.password[b-na67xvk2n9] {
    font-family: 'password';
    letter-spacing: 0.11em;
}

[b-na67xvk2n9] .prop.password p::after {
    content: '00000000';
}

[b-na67xvk2n9] .prop p {
    margin-bottom: 0px;
}
/* _content/computol.azure.portal.blazorwebapp/Pages/Requests/UserTermination/Components/UserTerminationRequestDisplay.razor.rz.scp.css */
@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/password.ttf);
}

.prop.password[b-4hleczf8tw] {
    font-family: 'password';
    letter-spacing: 0.11em;
}

[b-4hleczf8tw] .prop.password p::after {
    content: '00000000';
}

[b-4hleczf8tw] .prop p {
    margin-bottom: 0px;
}
/* _content/computol.azure.portal.blazorwebapp/Pages/Tenants/TenantRow.razor.rz.scp.css */
.card-container[b-37k4x18vmj] {
    padding-bottom: 3px;
}

[b-37k4x18vmj] .card {
    padding: 2px;
    border: 1px solid var(--gray);
}

[b-37k4x18vmj] .card .card-inner {
    padding: 2px;
}

[b-37k4x18vmj] .card.selected {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

[b-37k4x18vmj] .card.selected .card-inner {
    background-color: var(--white);
    border-radius: 0.15rem;
}
/* _content/computol.azure.portal.blazorwebapp/Shared/CardRow.razor.rz.scp.css */
.card-container[b-x05l69dd7u] {
    padding-bottom: 3px;
}

[b-x05l69dd7u] .card {
    padding: 2px;
    border: 1px solid var(--gray);
}

    [b-x05l69dd7u] .card .card-inner {
        padding: 2px;
    }

    [b-x05l69dd7u] .card.selected {
        background-color: var(--primary);
        border: 1px solid var(--primary);
    }

        [b-x05l69dd7u] .card.selected .card-inner {
            background-color: var(--white);
            border-radius: 0.15rem;
        }

    [b-x05l69dd7u] .card.readonly {
        opacity: 0.55;
    }
/* _content/computol.azure.portal.blazorwebapp/Shared/Footer.razor.rz.scp.css */
.footer[b-s5oq0suig7] {
    border-top: 1px solid #c1c1c1;
}
/* _content/computol.azure.portal.blazorwebapp/Shared/InputFakePassword.razor.rz.scp.css */
@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/password.ttf);
}

input.pw[b-tuzeo048nv] {
    font-family: 'password';
    letter-spacing: 0.11em;
}
/* _content/computol.azure.portal.blazorwebapp/Shared/MasterDetail.razor.rz.scp.css */
[b-ccz4vl392a] .container-row {
    margin-right: -15px;
    margin-left: -15px;
    height: 100%;
}


[b-ccz4vl392a] .master-section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

[b-ccz4vl392a] .detail-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background: var(--white);
    box-shadow: 2px -8px 8px rgba(0, 21, 41, 0.35);
}
/* _content/computol.azure.portal.blazorwebapp/Shared/ScrollableRow.razor.rz.scp.css */
[b-1jmwiogouj] .scrollable-column {
    overflow: auto;
    flex-direction: column;
    display: flex;
}
/* _content/computol.azure.portal.blazorwebapp/Shared/Timeline.razor.rz.scp.css */
.timeline[b-gwg614y0pj] {
    border-left: 3px solid var(--primary); /*#727cf5;*/
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(2, 136, 209, 0.08);
    margin-left: auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 70%;
}

@media (max-width: 767px) {
    .timeline[b-gwg614y0pj] {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1[b-gwg614y0pj] {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2[b-gwg614y0pj],
.timeline h3[b-gwg614y0pj] {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event[b-gwg614y0pj] {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event[b-gwg614y0pj] {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type[b-gwg614y0pj] {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event[b-gwg614y0pj]:before,
.timeline .event[b-gwg614y0pj]:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event[b-gwg614y0pj]:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event[b-gwg614y0pj]:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event[b-gwg614y0pj]:after {
    -webkit-box-shadow: 0 0 0 3px var(--primary);
    box-shadow: 0 0 0 3px var(--primary);
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event[b-gwg614y0pj]:after {
        left: -31.8px;
    }
}

.rtl .timeline[b-gwg614y0pj] {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid var(--primary);
}

    .rtl .timeline .event[b-gwg614y0pj]::before {
        left: 0;
        right: -170px;
    }

    .rtl .timeline .event[b-gwg614y0pj]::after {
        left: 0;
        right: -55.8px;
    }
