/* _content/DropPages.Dashboard/Components/Controls/Modal.razor.rz.scp.css */
.modal-overlay[b-vgefgtrosq] {
    position: fixed;
    background-color: rgba(0,0,0,.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    transition: all .3s;
}

.modal-dialog[b-vgefgtrosq] {
    min-width: min(420px,90vw);
    max-width: min(700px,80vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 2em;
    background: #fff;
    border-radius: 1rem;
}

.modal-dialog .title[b-vgefgtrosq] {
    font-weight: bold;
}
/* _content/DropPages.Dashboard/Components/Layout/MainLayout.razor.rz.scp.css */

#blazor-error-ui[b-eer4e1rga3] {
    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-eer4e1rga3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DropPages.Dashboard/Components/Pages/Account/ChangePlan.razor.rz.scp.css */
.pricingTable th:not(:last-child)[b-jq1jbd56vc], .pricingTable td:not(:last-child)[b-jq1jbd56vc] {
    border-right: 1px solid #dee2e6;
}

.pricingTable th[b-jq1jbd56vc], .pricingTable td[b-jq1jbd56vc] {
    text-align: center;
    padding: 20px;
}

    .pricingTable th[scope=row][b-jq1jbd56vc] {
        text-align: left;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 130px;
    }

    .pricingTable th[scope=col][b-jq1jbd56vc] {
        vertical-align: top;
    }

.priceTotal[b-jq1jbd56vc] {
    font-size: 2rem;
}

.billingCycles[b-jq1jbd56vc] {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.billingCycle[b-jq1jbd56vc] {
    font-weight: normal;
    color: rgba(73, 80, 87, 0.7);
    margin: 5px 0 15px 0;
}

.planName[b-jq1jbd56vc] {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.checkoutButton[b-jq1jbd56vc] {
    margin-bottom: 10px;
}

.tick[b-jq1jbd56vc] {
    color: rgb(12, 166, 120);
    font-size: 1rem;
}
/* _content/DropPages.Dashboard/Components/Pages/Account/Subscribe.razor.rz.scp.css */
.pricingTable th:not(:last-child)[b-h59y90s22j], .pricingTable td:not(:last-child)[b-h59y90s22j] {
    border-right: 1px solid #dee2e6;
}

.pricingTable th[b-h59y90s22j], .pricingTable td[b-h59y90s22j] {
    text-align: center;
    padding: 20px;
}

    .pricingTable th[scope=row][b-h59y90s22j] {
        text-align: left;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 130px;
    }

.priceTotal[b-h59y90s22j] {
    font-size: 2rem;
}

.billingCycles[b-h59y90s22j] {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.billingCycle[b-h59y90s22j] {
    font-weight: normal;
    color: rgba(73, 80, 87, 0.7);
    margin: 5px 0 15px 0;
}

.planName[b-h59y90s22j] {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.checkoutButton[b-h59y90s22j] {
    margin-bottom: 10px;
}

.tick[b-h59y90s22j] {
    color: rgb(12, 166, 120);
    font-size: 1rem;
}
/* _content/DropPages.Dashboard/Components/Pages/Admin/ViewAccount.razor.rz.scp.css */
.ms-table th[b-96o4bw39ja], .ms-table td[b-96o4bw39ja] {
    text-align: left;
}

    .ms-table th[scope=row][b-96o4bw39ja] {
        width: 200px;
    }
/* _content/DropPages.Dashboard/Components/Pages/Signup.razor.rz.scp.css */
.ms-hero-body[b-abht15z936] {
    padding: 2rem 4rem
}

.ms-hero-content[b-abht15z936] {
    margin-top: 2rem
}

.dbx-button[b-abht15z936] {
    margin-top: 1rem;
    background-color: rgb(0, 97, 254);
    color: #fff;
    padding: 16px 24px
}

    .dbx-button:hover[b-abht15z936] {
        background-color: rgb(0, 87, 229)
    }

    .dbx-button i[b-abht15z936] {
        margin-right: 10px
    }
