/* _content/AffidavitGeneratorV2/Components/Account/Pages/Login.razor.rz.scp.css */
[b-02nkr2sp11] .the-body {
    background-image: linear-gradient(13deg, #2c4a8f, #9cf5ff);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    justify-content: center;
}

[b-02nkr2sp11] .login-card {
    padding: 32px 32px 0;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    display: flex;
    height: 100%;
    max-height: 740px;
    max-width: 350px;
    flex-direction: column;
}

[b-02nkr2sp11] .login-card-content {
    flex-grow: 2;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

[b-02nkr2sp11] .header {
    /*margin-bottom: 50px;*/
}

[b-02nkr2sp11] h2 .highlight {
    color: #043B57;
}

[b-02nkr2sp11] .logo {
    border-radius: 40px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    margin: 0 auto 16px;
    /* background: rgba(255, 255, 255, 0.1); */
    align-items: center;
}

[b-02nkr2sp11] .form-field {
    margin-bottom: 5px;
    width: 100%;
    position: relative;
}

[b-02nkr2sp11] .form-field .icon {
    position: absolute;
    background: white;
    color: #69853d;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 20px;
}

[b-02nkr2sp11] .form-field input {
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 100%;
    border-radius: 16px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    outline: none;
    transition: all 0.2s;
}

[b-02nkr2sp11] button {
    background: white;
    display: block;
    color: #69853d;
    width: 100%;
    border: none;
    border-radius: 40px;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 32px;
    outline: none;
}

[b-02nkr2sp11] a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    transition: all 0.2s;
}

[b-02nkr2sp11] .login-card-footer {
    padding: 32px 0;
}
/* _content/AffidavitGeneratorV2/Components/Duplication/AffidavitComparisonComponent.razor.rz.scp.css */
/* SIDEBAR FLEX CONTAINER */
.flex-container[b-4u5c2f8rrs] {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction
                             and if we allow the items to wrap
                       * Remember this is the same as:
                       * flex-direction: row;
                       * flex-wrap: wrap;
                       */
    flex-flow: column;
    /* Then we define how is distributed the remaining space */
    justify-content: space-around;
    padding: 5px;
    margin: 0;
    overflow: auto;
}

.flex-item[b-4u5c2f8rrs] {
    background: lightgrey;
    padding: 5px;
    width: 100%;
    height: 285px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-header[b-4u5c2f8rrs] {
    color: black;
    padding: 5px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-weight: bold;
}

.flex-item-sector[b-4u5c2f8rrs] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 355px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-notes[b-4u5c2f8rrs] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 225px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-status[b-4u5c2f8rrs] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 240px;
    font-weight: bold;
    font-size: 12px;
}

.toast-icons[b-4u5c2f8rrs] {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* FULL WIDTH BUTTON */
[b-4u5c2f8rrs] .FullWidth {
    width: 100%;
    color: white !important;
}

[b-4u5c2f8rrs] .e-dropdown-menu {
    margin: -122px -27px !important;
    width: 500px !important;
}

[b-4u5c2f8rrs] .e-dropdown-popup {
    margin: -122px -27px !important;
    width: 500px !important;
}

    [b-4u5c2f8rrs] .e-dropdown-popup.e-control.e-icon-btn.FullWidth.e-dropdown-popup {
        margin: -122px -27px !important;
        width: 500px !important;
    }

[b-4u5c2f8rrs] .e-split-btn-wrapper .e-split-btn {
    border-right-color: #d1d5db;
}

[b-4u5c2f8rrs] .e-split-btn-wrapper {
    width: 100% !important;
}

    [b-4u5c2f8rrs] .e-split-btn-wrapper .e-dropdown-btn {
        width: 50px !important;
        color: white !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -1px;
        padding-left: 8px;
        padding-right: 8px;
        z-index: 1;
    }

/* TABLE BORDERED */
.table-bordered th[b-4u5c2f8rrs], .table-bordered td[b-4u5c2f8rrs] {
    border: 1px solid #e2e2e2 !important;
}

/* SPLITTER */
.splitter-table-content[b-4u5c2f8rrs] {
    font-size: 10px !important;
}

/* GENERAL TABLE ROWS */
.tr-header[b-4u5c2f8rrs] {
    background-color: gray;
    text-align: center !important;
}

.td-full-header[b-4u5c2f8rrs] {
    height: 32px !important;
}

.tr-th-headers[b-4u5c2f8rrs] {
    background-color: lightgrey;
    height: 32px !important;
    text-align: center !important;
}

.td-label[b-4u5c2f8rrs] {
    padding-left: 10px;
}

.td-field[b-4u5c2f8rrs] {
    margin: 10px !important;
}

.td-header[b-4u5c2f8rrs] {
    padding-left: 10px;
    width: 15%;
}

.header-row-content[b-4u5c2f8rrs] {
    align-items: center;
    line-height: 30px;
    vertical-align: middle;
    background-color: gray;
}

.row-content[b-4u5c2f8rrs] {
    align-items: center;
    line-height: 50px;
    vertical-align: middle;
}

.col-content[b-4u5c2f8rrs] {
    border: solid 0.5px #e2e2e2;
}

.e-input-group .e-input-group-icon[b-4u5c2f8rrs], .e-input-group.e-control-wrapper .e-input-group-icon[b-4u5c2f8rrs] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-4u5c2f8rrs] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

/*ACCORDION OVERRIDES*/

[b-4u5c2f8rrs] .e-accordion .e-acrdn-item .e-acrdn-header {
    padding: 0 !important;
}

[b-4u5c2f8rrs] .acc-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-4u5c2f8rrs] #cert-accordion-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-4u5c2f8rrs] .cert-accordion-item {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent) !important;
    background-color: #ffffff !important;
}

[b-4u5c2f8rrs] #cert-accordion {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-color: #ffffff !important;
}

[b-4u5c2f8rrs] .e-acrdn-header {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-4u5c2f8rrs] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-4u5c2f8rrs] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-4u5c2f8rrs] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-4u5c2f8rrs] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-4u5c2f8rrs] .e-acrdn-item e-select cert-accordion-item e-expand-state {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-4u5c2f8rrs] e-acrdn-header-content {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

.e-sidebar[b-4u5c2f8rrs] {
    background: #fff !important;
    color: black !important;
    overflow: hidden !important;
}

    .e-sidebar.e-open .sidebar-item[b-4u5c2f8rrs] {
        text-align: left !important;
        padding-left: 0px !important;
        color: black !important;
    }
/* _content/AffidavitGeneratorV2/Components/Duplication/CertificateComparisonComponent.razor.rz.scp.css */
/* SIDEBAR FLEX CONTAINER */
.flex-container[b-kqe798k34p] {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction
                             and if we allow the items to wrap
                       * Remember this is the same as:
                       * flex-direction: row;
                       * flex-wrap: wrap;
                       */
    flex-flow: column;
    /* Then we define how is distributed the remaining space */
    justify-content: space-around;
    padding: 5px;
    margin: 0;
    overflow: auto;
}

.flex-item[b-kqe798k34p] {
    background: lightgrey;
    padding: 5px;
    width: 100%;
    height: 285px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-header[b-kqe798k34p] {
    color: black;
    padding: 5px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-weight: bold;
}

.flex-item-sector[b-kqe798k34p] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 355px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-notes[b-kqe798k34p] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 225px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-status[b-kqe798k34p] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 240px;
    font-weight: bold;
    font-size: 12px;
}

.toast-icons[b-kqe798k34p] {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* FULL WIDTH BUTTON */
[b-kqe798k34p] .FullWidth {
    width: 100%;
    color: white !important;
}

[b-kqe798k34p] .e-dropdown-menu {
    margin: -122px -27px !important;
    width: 500px !important;
}

[b-kqe798k34p] .e-dropdown-popup {
    margin: -122px -27px !important;
    width: 500px !important;
}

    [b-kqe798k34p] .e-dropdown-popup.e-control.e-icon-btn.FullWidth.e-dropdown-popup {
        margin: -122px -27px !important;
        width: 500px !important;
    }

[b-kqe798k34p] .e-split-btn-wrapper .e-split-btn {
    border-right-color: #d1d5db;
}

[b-kqe798k34p] .e-split-btn-wrapper {
    width: 100% !important;
}

    [b-kqe798k34p] .e-split-btn-wrapper .e-dropdown-btn {
        width: 50px !important;
        color: white !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -1px;
        padding-left: 8px;
        padding-right: 8px;
        z-index: 1;
    }

/* TABLE BORDERED */
.table-bordered th[b-kqe798k34p], .table-bordered td[b-kqe798k34p] {
    border: 1px solid #e2e2e2 !important;
}

/* SPLITTER */
.splitter-table-content[b-kqe798k34p] {
    font-size: 10px !important;
}

/* GENERAL TABLE ROWS */
.tr-header[b-kqe798k34p] {
    background-color: gray;
    text-align: center !important;
}

.td-full-header[b-kqe798k34p] {
    height: 32px !important;
}

.tr-th-headers[b-kqe798k34p] {
    background-color: lightgrey;
    height: 32px !important;
    text-align: center !important;
}

.td-label[b-kqe798k34p] {
    padding-left: 10px;
}

.td-field[b-kqe798k34p] {
    margin: 10px !important;
}

.td-header[b-kqe798k34p] {
    padding-left: 10px;
    width: 15%;
}

.header-row-content[b-kqe798k34p] {
    align-items: center;
    line-height: 30px;
    vertical-align: middle;
    background-color: gray;
}

.row-content[b-kqe798k34p] {
    align-items: center;
    line-height: 50px;
    vertical-align: middle;
}

.col-content[b-kqe798k34p] {
    border: solid 0.5px #e2e2e2;
}

.e-input-group .e-input-group-icon[b-kqe798k34p], .e-input-group.e-control-wrapper .e-input-group-icon[b-kqe798k34p] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-kqe798k34p] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

/*ACCORDION OVERRIDES*/

[b-kqe798k34p] .e-accordion .e-acrdn-item .e-acrdn-header {
    padding: 0 !important;
}

[b-kqe798k34p] .acc-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-kqe798k34p] #cert-accordion-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-kqe798k34p] .cert-accordion-item {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent) !important;
    background-color: #ffffff !important;
}

[b-kqe798k34p] #cert-accordion {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-color: #ffffff !important;
}

[b-kqe798k34p] .e-acrdn-header {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-kqe798k34p] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-kqe798k34p] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-kqe798k34p] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-kqe798k34p] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-kqe798k34p] .e-acrdn-item e-select cert-accordion-item e-expand-state {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-kqe798k34p] e-acrdn-header-content {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

.e-sidebar[b-kqe798k34p] {
    background: #fff !important;
    color: black !important;
    overflow: hidden !important;
}

    .e-sidebar.e-open .sidebar-item[b-kqe798k34p] {
        text-align: left !important;
        padding-left: 0px !important;
        color: black !important;
    }
/* _content/AffidavitGeneratorV2/Components/Duplication/ScorecardLargeComparisonComponent.razor.rz.scp.css */
/* SIDEBAR FLEX CONTAINER */
.flex-container[b-xy753mksen] {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction
                             and if we allow the items to wrap
                       * Remember this is the same as:
                       * flex-direction: row;
                       * flex-wrap: wrap;
                       */
    flex-flow: column;
    /* Then we define how is distributed the remaining space */
    justify-content: space-around;
    padding: 5px;
    margin: 0;
    overflow: auto;
}

.flex-item[b-xy753mksen] {
    background: lightgrey;
    padding: 5px;
    width: 100%;
    height: 285px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-header[b-xy753mksen] {
    color: black;
    padding: 5px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-weight: bold;
}

.flex-item-sector[b-xy753mksen] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 355px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-notes[b-xy753mksen] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 225px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-status[b-xy753mksen] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 240px;
    font-weight: bold;
    font-size: 12px;
}

.toast-icons[b-xy753mksen] {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* FULL WIDTH BUTTON */
[b-xy753mksen] .FullWidth {
    width: 100%;
    color: white !important;
}

[b-xy753mksen] .e-dropdown-menu {
    margin: -122px -27px !important;
    width: 500px !important;
}

[b-xy753mksen] .e-dropdown-popup {
    margin: -122px -27px !important;
    width: 500px !important;
}

    [b-xy753mksen] .e-dropdown-popup.e-control.e-icon-btn.FullWidth.e-dropdown-popup {
        margin: -122px -27px !important;
        width: 500px !important;
    }

[b-xy753mksen] .e-split-btn-wrapper .e-split-btn {
    border-right-color: #d1d5db;
}

[b-xy753mksen] .e-split-btn-wrapper {
    width: 100% !important;
}

    [b-xy753mksen] .e-split-btn-wrapper .e-dropdown-btn {
        width: 50px !important;
        color: white !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -1px;
        padding-left: 8px;
        padding-right: 8px;
        z-index: 1;
    }

/* TABLE BORDERED */
.table-bordered th[b-xy753mksen], .table-bordered td[b-xy753mksen] {
    border: 1px solid #e2e2e2 !important;
}

/* SPLITTER */
.splitter-table-content[b-xy753mksen] {
    font-size: 10px !important;
}

/* GENERAL TABLE ROWS */
.tr-header[b-xy753mksen] {
    background-color: gray;
    text-align: center !important;
}

.td-full-header[b-xy753mksen] {
    height: 32px !important;
}

.tr-th-headers[b-xy753mksen] {
    background-color: lightgrey;
    height: 32px !important;
    text-align: center !important;
}

.td-label[b-xy753mksen] {
    padding-left: 10px;
}

.td-field[b-xy753mksen] {
    margin: 10px !important;
}

.td-header[b-xy753mksen] {
    padding-left: 10px;
    width: 15%;
}

.header-row-content[b-xy753mksen] {
    align-items: center;
    line-height: 30px;
    vertical-align: middle;
    background-color: gray;
}

.row-content[b-xy753mksen] {
    align-items: center;
    line-height: 50px;
    vertical-align: middle;
}

.col-content[b-xy753mksen] {
    border: solid 0.5px #e2e2e2;
}

.e-input-group .e-input-group-icon[b-xy753mksen], .e-input-group.e-control-wrapper .e-input-group-icon[b-xy753mksen] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-xy753mksen] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}


/*ACCORDION OVERRIDES*/

[b-xy753mksen] .e-accordion .e-acrdn-item .e-acrdn-header {
    padding: 0 !important;
}

[b-xy753mksen] .acc-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-xy753mksen] #cert-accordion-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-xy753mksen] .cert-accordion-item {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent) !important;
    background-color: #ffffff !important;
}

[b-xy753mksen] #cert-accordion {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-color: #ffffff !important;
}

[b-xy753mksen] .e-acrdn-header {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-xy753mksen] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-xy753mksen] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-xy753mksen] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-xy753mksen] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-xy753mksen] .e-acrdn-item e-select cert-accordion-item e-expand-state {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-xy753mksen] e-acrdn-header-content {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

.e-sidebar[b-xy753mksen] {
    background: #fff !important;
    color: black !important;
    overflow: hidden !important;
}

    .e-sidebar.e-open .sidebar-item[b-xy753mksen] {
        text-align: left !important;
        padding-left: 0px !important;
        color: black !important;
    }
/* _content/AffidavitGeneratorV2/Components/Duplication/ScorecardSmallComparisonComponent.razor.rz.scp.css */
/* SIDEBAR FLEX CONTAINER */
.flex-container[b-zbs4z96syk] {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction
                             and if we allow the items to wrap
                       * Remember this is the same as:
                       * flex-direction: row;
                       * flex-wrap: wrap;
                       */
    flex-flow: column;
    /* Then we define how is distributed the remaining space */
    justify-content: space-around;
    padding: 5px;
    margin: 0;
    overflow: auto;
}

.flex-item[b-zbs4z96syk] {
    background: lightgrey;
    padding: 5px;
    width: 100%;
    height: 285px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-header[b-zbs4z96syk] {
    color: black;
    padding: 5px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-weight: bold;
}

.flex-item-sector[b-zbs4z96syk] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 355px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-notes[b-zbs4z96syk] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 225px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-status[b-zbs4z96syk] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 240px;
    font-weight: bold;
    font-size: 12px;
}

.toast-icons[b-zbs4z96syk] {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* FULL WIDTH BUTTON */
[b-zbs4z96syk] .FullWidth {
    width: 100%;
    color: white !important;
}

[b-zbs4z96syk] .e-dropdown-menu {
    margin: -122px -27px !important;
    width: 500px !important;
}

[b-zbs4z96syk] .e-dropdown-popup {
    margin: -122px -27px !important;
    width: 500px !important;
}

    [b-zbs4z96syk] .e-dropdown-popup.e-control.e-icon-btn.FullWidth.e-dropdown-popup {
        margin: -122px -27px !important;
        width: 500px !important;
    }

[b-zbs4z96syk] .e-split-btn-wrapper .e-split-btn {
    border-right-color: #d1d5db;
}

[b-zbs4z96syk] .e-split-btn-wrapper {
    width: 100% !important;
}

    [b-zbs4z96syk] .e-split-btn-wrapper .e-dropdown-btn {
        width: 50px !important;
        color: white !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -1px;
        padding-left: 8px;
        padding-right: 8px;
        z-index: 1;
    }

/* TABLE BORDERED */
.table-bordered th[b-zbs4z96syk], .table-bordered td[b-zbs4z96syk] {
    border: 1px solid #e2e2e2 !important;
}

/* SPLITTER */
.splitter-table-content[b-zbs4z96syk] {
    font-size: 10px !important;
}

/* GENERAL TABLE ROWS */
.tr-header[b-zbs4z96syk] {
    background-color: gray;
    text-align: center !important;
}

.td-full-header[b-zbs4z96syk] {
    height: 32px !important;
}

.tr-th-headers[b-zbs4z96syk] {
    background-color: lightgrey;
    height: 32px !important;
    text-align: center !important;
}

.td-label[b-zbs4z96syk] {
    padding-left: 10px;
}

.td-field[b-zbs4z96syk] {
    margin: 10px !important;
}

.td-header[b-zbs4z96syk] {
    padding-left: 10px;
    width: 15%;
}

.header-row-content[b-zbs4z96syk] {
    align-items: center;
    line-height: 30px;
    vertical-align: middle;
    background-color: gray;
}

.row-content[b-zbs4z96syk] {
    align-items: center;
    line-height: 50px;
    vertical-align: middle;
}

.col-content[b-zbs4z96syk] {
    border: solid 0.5px #e2e2e2;
}

.e-input-group .e-input-group-icon[b-zbs4z96syk], .e-input-group.e-control-wrapper .e-input-group-icon[b-zbs4z96syk] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-zbs4z96syk] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}


/*ACCORDION OVERRIDES*/

[b-zbs4z96syk] .e-accordion .e-acrdn-item .e-acrdn-header {
    padding: 0 !important;
}

[b-zbs4z96syk] .acc-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-zbs4z96syk] #cert-accordion-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-zbs4z96syk] .cert-accordion-item {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent) !important;
    background-color: #ffffff !important;
}

[b-zbs4z96syk] #cert-accordion {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-color: #ffffff !important;
}

[b-zbs4z96syk] .e-acrdn-header {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-zbs4z96syk] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-zbs4z96syk] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-zbs4z96syk] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-zbs4z96syk] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-zbs4z96syk] .e-acrdn-item e-select cert-accordion-item e-expand-state {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-zbs4z96syk] e-acrdn-header-content {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

.e-sidebar[b-zbs4z96syk] {
    background: #fff !important;
    color: black !important;
    overflow: hidden !important;
}

    .e-sidebar.e-open .sidebar-item[b-zbs4z96syk] {
        text-align: left !important;
        padding-left: 0px !important;
        color: black !important;
    }
/* _content/AffidavitGeneratorV2/Components/Email/AdminEmailTemplates.razor.rz.scp.css */
body[b-ajf8qgppxj] {
}
/* _content/AffidavitGeneratorV2/Components/Email/EmailSettingsComponent.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Layout/EmptyLayout.razor.rz.scp.css */
.page[b-sriz6iewpw] {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

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


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

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

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

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

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

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

@media (min-width: 0px) {
    .page[b-sriz6iewpw] {
        height: 100%;
    width: 100%;
        flex-direction: row;
    }

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

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

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

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

#blazor-error-ui[b-sriz6iewpw] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-sriz6iewpw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AffidavitGeneratorV2/Components/Layout/LandingLayout.razor.rz.scp.css */
.page[b-juxiehz70f] {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

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



.appAppBar[b-juxiehz70f] {
    height: 56px !important;
    background: #4874ba !important;
    backdrop-filter: blur(10px) !important; /* Blur effect on the background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important; /* Shadow for depth */
    border: 1px solid rgba(255, 255, 255, 0.3) !important; /* Light border for better visibility */
}

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

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

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

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

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

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

@media (min-width: 0px) {
    .page[b-juxiehz70f] {
        height: 100%;
    width: 100%;
        flex-direction: row;
    }

    .sidebar[b-juxiehz70f] {
        width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-juxiehz70f] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-juxiehz70f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* TOP BAR */
.nav-top-row[b-juxiehz70f] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.navbar-toggler[b-juxiehz70f] {
    display: inline-block;
    border: none;
    width: 24px;
    height: 24px;
    margin-left: 30px;
    background-image: url('images/ToggleButton.png');
    background-color: #05163C;
    transform: scale(0.75);
    transform-origin: left;
    color: #ffffff;
}


/* Content area styles */
.title[b-juxiehz70f] {
    font-size: 20px;
}

/* end of dockbar icon Style */

.e-sidebar.e-dock.e-close span.e-text[b-juxiehz70f] {
    display: none;
}

.e-sidebar.e-dock.e-close .navbar-toggler[b-juxiehz70f] {
    margin-left: 21px;
}

.e-sidebar.e-dock.e-close .nav.flex-column[b-juxiehz70f] {
    margin-left: -8px;
}

.e-sidebar.e-dock.e-close .displayText[b-juxiehz70f] {
    display: none;
}

.e-sidebar.e-dock.e-close .nav-item.px-3[b-juxiehz70f] {
    width: 80px;
}

.e-sidebar.e-dock.e-close .separator[b-juxiehz70f] {
    border: 1px solid #FFFFFF;
    opacity: 0.14;
    width: 45px;
    margin: 1rem;
    margin-top: 0px;
    margin-left: 0.5rem;
}

.e-sidebar.e-dock.e-close .oi.oi-home[b-juxiehz70f] {
    margin-left: -1px;
}

.e-sidebar.e-dock.e-close .syncfusion-blazor-icons[b-juxiehz70f] {
    margin-left: -1px;
}

.e-sidebar.e-dock.e-open span.e-text[b-juxiehz70f] {
    display: inline-block;
}

.e-sidebar li[b-juxiehz70f] {
    list-style-type: none;
    cursor: pointer;
}

.e-sidebar ul[b-juxiehz70f] {
    padding: 0px;
}


/* .e-sidebar span.e-icons {
        color: #c0c2c5;
        line-height: 2
    } */

.e-open .e-icons[b-juxiehz70f] {
    margin-right: 16px;
}

.e-open .e-text[b-juxiehz70f] {
    overflow: hidden;
    font-size: 15px;
}

.sidebar-item[b-juxiehz70f] {
    text-align: center;
    border-bottom: 1px #e5e5e58a solid;
}

.e-sidebar.e-open .sidebar-item[b-juxiehz70f] {
    text-align: left;
    padding-left: 15px;
    color: #c0c2c5;
}

.e-sidebar[b-juxiehz70f] {
    background: #2d323e;
    overflow: hidden;
}

@font-face {
    font-family: 'e-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.appbar-control-section .e-dropdown-btn.e-inherit[b-juxiehz70f],
.appbar-control-section .e-btn.e-inherit.home[b-juxiehz70f] {
    margin: 0 5px;
}

.appbar-control-section .e-appbar .e-appbar-separator[b-juxiehz70f] {
    margin: 0 10px;
}

.appbar-control-section .e-appbar-icon-menu[b-juxiehz70f] {
    display: none;
}

.login[b-juxiehz70f] {
    position: absolute;
    right: 0px;
}

.e-switch-wrapper[b-juxiehz70f] {
    width: 100% !important;
}

.custom li[b-juxiehz70f] {
    float: left;
    /* font-size: 10px; */
    padding-left: 50px;
    /* font-style: oblique; */
}

.px-4[b-juxiehz70f] {
    padding-right: unset !important;
    padding-left: unset !important;
}

.e-appbar[b-juxiehz70f] {
    display: flex;
    width: 100%;
    height: 100% !important;
    flex-shrink: 0;
    flex-direction: row;
    position: relative;
    align-items: center;
    padding: 8px;
    overflow: hidden;
    font-size: 14px;
}
/* _content/AffidavitGeneratorV2/Components/Layout/LoginLayout.razor.rz.scp.css */
main[b-fkaay682ir] {
    flex: 1;
}

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

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

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

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

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

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

@media (min-width: 0px) {
    .page[b-fkaay682ir] {
        height: 100%;
    width: 100%;
        flex-direction: row;
    }

    .sidebar[b-fkaay682ir] {
        width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-fkaay682ir] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-fkaay682ir] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.site-content-style[b-fkaay682ir] {
    height: 100vh;
    width: 100vw;
}

.site-content-header[b-fkaay682ir] {
    height: 56px;
    width: 100%;
}

.site-content-body[b-fkaay682ir] {
    height: calc(100vh - 56px);
    width: 100%;
    /*padding: 15px !important;*/
}

.site-content-innerbody[b-fkaay682ir] {
    /*display: flex !important;*/
    height: 100% !important;
    width: 100% !important;
    /*padding: unset !important;*/
    overflow: auto !important;
    border: solid 1px #0d9caf !important;
    justify-content: center !important;
    align-items: center !important;
}

.dockSidebar[b-fkaay682ir] {
    /*background: #0d9caf !important;*/
    border: solid 1px lightgrey;
}

.e-sidebar.e-open .sidebar-item[b-fkaay682ir] {
    text-align: left;
    padding: 5px 20px;
    color: #535353 !important;
}

.dockSidebar.e-close .sidebar-item[b-fkaay682ir] {
    padding: 5px 20px;
}

.dockSidebar span.e-icons[b-fkaay682ir] {
    color: #535353 !important;
}

.nav-link[b-fkaay682ir] {
    display: block;
    padding: unset !important;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

/* Sidebar styles */
.dockSidebar.e-sidebar.e-right.e-close[b-fkaay682ir] {
    visibility: visible;
    transform: translateX(0%);
}

.dockSidebar .e-icons[b-fkaay682ir]::before {
    font-size: 25px;
}
/* dockbar icon Style */
.dockSidebar .home[b-fkaay682ir]::before {
    content: '\e102';
}

.dockSidebar .profile[b-fkaay682ir]::before {
    content: '\e10c';
}

.dockSidebar .info[b-fkaay682ir]::before {
    content: '\e11b';
}

.dockSidebar .settings[b-fkaay682ir]::before {
    content: '\e10b';
}

.e-sidebar .expand[b-fkaay682ir]::before,
.e-sidebar.e-right.e-open .expand[b-fkaay682ir]::before {
    content: '\e10f';
}

.e-sidebar.e-open .expand[b-fkaay682ir]::before,
.e-sidebar.e-right .expand[b-fkaay682ir]::before {
    content: '\e10e';
}
/* end of dockbar icon Style */
.dockSidebar.e-close .sidebar-item[b-fkaay682ir] {
    padding: 5px 20px;
}

.dockSidebar.e-dock.e-close span.e-text[b-fkaay682ir] {
    display: none;
}

.dockSidebar.e-dock.e-open span.e-text[b-fkaay682ir] {
    display: inline-block;
}

.dockSidebar li[b-fkaay682ir] {
    list-style-type: none;
    cursor: pointer;
}

.dockSidebar ul[b-fkaay682ir] {
    padding: 0px;
}

.dockSidebar.e-sidebar ul li:hover span[b-fkaay682ir] {
    color: white
}

.dockSidebar span.e-icons[b-fkaay682ir] {
    color: #c0c2c5;
    line-height: 2
}

.e-open .e-icons[b-fkaay682ir] {
    margin-right: 16px;
}

.e-open .e-text[b-fkaay682ir] {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    font-size: 15px;
}

.sidebar-item[b-fkaay682ir] {
    text-align: center;
    border-bottom: 1px #e5e5e58a solid;
}

.e-sidebar.e-open .sidebar-item[b-fkaay682ir] {
    text-align: left;
    padding-left: 15px;
    color: #c0c2c5;
}

.dockSidebar.e-sidebar[b-fkaay682ir] {
    background: #2d323e;
    overflow: hidden;
}
/* custom generated icons styles */
@@font-face {
    font-family: 'e-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* end of custom generated icons styles */
/* custom code start */
.ej2-new .sb-header[b-fkaay682ir],
.ej2-new .sb-bread-crumb[b-fkaay682ir],
.ej2-new #action-description[b-fkaay682ir],
.ej2-new .sb-action-description[b-fkaay682ir],
.ej2-new .e-tab-header[b-fkaay682ir],
.ej2-new .description-section[b-fkaay682ir],
.ej2-new #description-section[b-fkaay682ir],
.ej2-new #description[b-fkaay682ir],
.ej2-new .sb-footer[b-fkaay682ir], .ej2-new #left-sidebar[b-fkaay682ir], .sb-component-name[b-fkaay682ir] {
    display: none
}

.ej2-new .sb-right-pane.e-view[b-fkaay682ir] {
    margin-left: 0px !important;
}

.sb-action-description.sb-rightpane-padding[b-fkaay682ir] {
    padding-bottom: 0;
}

.description-section[b-fkaay682ir] {
    padding-top: 0;
}

#sb-content-header[b-fkaay682ir] {
    display: none
}

#content-tab.sb-content-tab[b-fkaay682ir] {
    height: 100% !important;
}

.ej2-new .container-fluid[b-fkaay682ir],
.ej2-new .container-fluid .control-section[b-fkaay682ir],
#sidebar-section[b-fkaay682ir], description-section sb-rightpane-padding[b-fkaay682ir] {
    padding: 0;
}

.sb-component-name.sb-rightpane-padding[b-fkaay682ir] {
    margin-top: -56px;
}

.sb-right-pane.e-view[b-fkaay682ir] {
    left: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    overflow-y: hidden;
}

.sb-desktop-wrapper[b-fkaay682ir] {
    height: 100%;
}

.sb-component-name h1[b-fkaay682ir] {
    padding-top: 0;
}

.ej2-new .sb-content.e-view[b-fkaay682ir] {
    top: 0;
}

#wrapper[b-fkaay682ir] {
    height: 60vh;
}
/* _content/AffidavitGeneratorV2/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ei3mcvqich] {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

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



.appAppBar[b-ei3mcvqich] {
    height: 56px !important;
    background: #4874ba !important;
    backdrop-filter: blur(10px) !important; /* Blur effect on the background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important; /* Shadow for depth */
    border: 1px solid rgba(255, 255, 255, 0.3) !important; /* Light border for better visibility */
}


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

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

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

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

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

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

@media (min-width: 0px) {
    .page[b-ei3mcvqich] {
        height: 100%;
    width: 100%;
        flex-direction: row;
    }

    .sidebar[b-ei3mcvqich] {
        width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-ei3mcvqich] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-ei3mcvqich] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* TOP BAR */
.nav-top-row[b-ei3mcvqich] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

/* CONTENT SECTION */
.content[b-ei3mcvqich] {
    padding: 1rem;
}

/* .sidebar {
        width: 300px;
        min-width: 300px;
        background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent) !important;
        background-color: #789d3e !important;
    } */


.navbar-toggler[b-ei3mcvqich] {
    display: inline-block;
    border: none;
    width: 24px;
    height: 24px;
    margin-left: 30px;
    background-image: url('images/ToggleButton.png');
    background-color: #05163C;
    transform: scale(0.75);
    transform-origin: left;
    color: #ffffff;
}


/* Content area styles */
.title[b-ei3mcvqich] {
    font-size: 20px;
}

/* end of dockbar icon Style */

.e-sidebar.e-dock.e-close span.e-text[b-ei3mcvqich] {
    display: none;
}

.e-sidebar.e-dock.e-close .navbar-toggler[b-ei3mcvqich] {
    margin-left: 21px;
}

.e-sidebar.e-dock.e-close .nav.flex-column[b-ei3mcvqich] {
    margin-left: -8px;
}

.e-sidebar.e-dock.e-close .displayText[b-ei3mcvqich] {
    display: none;
}

.e-sidebar.e-dock.e-close .nav-item.px-3[b-ei3mcvqich] {
    width: 80px;
}

.e-sidebar.e-dock.e-close .separator[b-ei3mcvqich] {
    border: 1px solid #FFFFFF;
    opacity: 0.14;
    width: 45px;
    margin: 1rem;
    margin-top: 0px;
    margin-left: 0.5rem;
}

.e-sidebar.e-dock.e-close .oi.oi-home[b-ei3mcvqich] {
    margin-left: -1px;
}

.e-sidebar.e-dock.e-close .syncfusion-blazor-icons[b-ei3mcvqich] {
    margin-left: -1px;
}

.e-sidebar.e-dock.e-open span.e-text[b-ei3mcvqich] {
    display: inline-block;
}

.e-sidebar li[b-ei3mcvqich] {
    list-style-type: none;
    cursor: pointer;
}

.e-sidebar ul[b-ei3mcvqich] {
    padding: 0px;
}


/* .e-sidebar span.e-icons {
        color: #c0c2c5;
        line-height: 2
    } */

.e-open .e-icons[b-ei3mcvqich] {
    margin-right: 16px;
}

.e-open .e-text[b-ei3mcvqich] {
    overflow: hidden;
    font-size: 15px;
}

.sidebar-item[b-ei3mcvqich] {
    text-align: center;
    border-bottom: 1px #e5e5e58a solid;
}

.e-sidebar.e-open .sidebar-item[b-ei3mcvqich] {
    text-align: left;
    padding-left: 15px;
    color: #c0c2c5;
}

.e-sidebar[b-ei3mcvqich] {
    background: #2d323e;
    overflow: hidden;
}

@font-face {
    font-family: 'e-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.appbar-control-section .e-dropdown-btn.e-inherit[b-ei3mcvqich],
.appbar-control-section .e-btn.e-inherit.home[b-ei3mcvqich] {
    margin: 0 5px;
}

.appbar-control-section .e-appbar .e-appbar-separator[b-ei3mcvqich] {
    margin: 0 10px;
}

.appbar-control-section .e-appbar-icon-menu[b-ei3mcvqich] {
    display: none;
}

.login[b-ei3mcvqich] {
    position: absolute;
    right: 0px;
}

.e-switch-wrapper[b-ei3mcvqich] {
    width: 100% !important;
}

.custom li[b-ei3mcvqich] {
    float: left;
    /* font-size: 10px; */
    padding-left: 50px;
    /* font-style: oblique; */
}

.px-4[b-ei3mcvqich] {
    padding-right: unset !important;
    padding-left: unset !important;
}

.e-appbar[b-ei3mcvqich] {
    display: flex;
    width: 100%;
    height: 100% !important;
    flex-shrink: 0;
    flex-direction: row;
    position: relative;
    align-items: center;
    padding: 8px;
    overflow: hidden;
    font-size: 14px;
}
/* _content/AffidavitGeneratorV2/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xczeuuzvw1] {
    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);
}

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

.top-row[b-xczeuuzvw1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

.bi[b-xczeuuzvw1] {
    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-xczeuuzvw1] {
    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-xczeuuzvw1] {
    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-xczeuuzvw1] {
    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-lock-nav-menu[b-xczeuuzvw1] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-xczeuuzvw1] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-xczeuuzvw1] {
    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-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-xczeuuzvw1] {
    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-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-xczeuuzvw1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AffidavitGeneratorV2/Components/Layout/NavMenuV2.razor.rz.scp.css */
body[b-0nnazfit9f],
html[b-0nnazfit9f] {
  height: 100%;
  margin: 0;
  padding: 0;
}

body[b-0nnazfit9f] {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1376484/jess-harding-lqT6NAmTaiY-unsplash.jpg");
  background-size: cover;
  background-position: center;
  font-family: "Rajdhani", sans-serif;
}

*[b-0nnazfit9f],
*[b-0nnazfit9f]:before,
*[b-0nnazfit9f]:after {
  box-sizing: border-box;
}

.glass[b-0nnazfit9f] {
  height: 100%;
  width: 100%;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1376484/jess-harding-lqT6NAmTaiY-unsplash.jpg");
  background-size: cover;
  background-position: center;
  clip-path: inset(10em);
  filter: blur(20px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.drop-shadow[b-0nnazfit9f] {
  height: 100%;
  width: 100%;
  filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.3));
  display: flex;
  justify-content: center;
  align-items: center;
}
.drop-shadow[b-0nnazfit9f]:before {
  display: block;
  content: "";
  position: absolute;
  top: 10em;
  height: calc(100% - 20em);
  width: calc(100% - 20em);
  border-top: 2px solid rgba(225, 225, 225, 0.2);
  border-left: 1px solid rgba(225, 225, 225, 0.1);
  border-right: 1px solid rgba(225, 225, 225, 0.3);
  z-index: 2;
}
.drop-shadow > span[b-0nnazfit9f] {
  position: absolute;
  z-index: 5;
  color: white;
  font-size: 4em;
  letter-spacing: 0.75em;
  padding-left: 0.375em;
}

@media (max-width: 980px) {
  .glass[b-0nnazfit9f] {
    clip-path: inset(5em);
  }
  .drop-shadow[b-0nnazfit9f]:before {
    top: 5em;
    width: calc(100% - 10em);
  }
  .drop-shadow > span[b-0nnazfit9f] {
    font-size: 4em;
  }
}
@media (max-width: 640px) {
  .drop-shadow > span[b-0nnazfit9f] {
    font-size: 2em;
  }
}

/*# sourceMappingURL=NavMenuV2.razor.css.map */
/* _content/AffidavitGeneratorV2/Components/Pages/Account/Login.razor.rz.scp.css */
:root[b-k61zwkl7di] {
    --color-bg1: rgb(8, 10, 15);
    --color-bg2: rgb(0, 17, 32);
    --color1: 18, 113, 255;
    --color2: 107, 74, 255;
    --color3: 100, 100, 255;
    --color4: 50, 160, 220;
    --color5: 80, 47, 122;
    --color-interactive: 140, 100, 255;
    --circle-size: 80%;
    --blending: hard-light;
}

.row-content[b-k61zwkl7di] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-k61zwkl7di], .e-input-group.e-control-wrapper .e-input-group-icon[b-k61zwkl7di] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-k61zwkl7di] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.page-content-area[b-k61zwkl7di] {
    position: absolute;
    height: calc(100% - 56px);
    width: 100%;
    z-index: 10;
}

.full-container[b-k61zwkl7di] {
    height: calc(100vh - 56px);
}

.square-button[b-k61zwkl7di] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-k61zwkl7di] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}

/*CARD*/
*[b-k61zwkl7di] {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    color: #FFF;
    background: transparent;
    border: none;
}

/*FORM*/
form[b-k61zwkl7di] {
    height: 525px;
    width: 450px;
    /*background-color: rgb(72 116 186 / 75%);*/
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 17px;
    backdrop-filter: blur(10px);
    /*border: 3px solid rgba(255, 255, 255, 0.1);*/
    /* box-shadow: 0 0 40px rgb(43 162 255 / 60%); */
    padding: 20px;
}

form *[b-k61zwkl7di] {
    /*font-family: 'Quicksand', sans-serif;*/
    color: #ffffff;
    letter-spacing: 1px;
    outline: none;
    border: none;
}

form h3[b-k61zwkl7di] {
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}

label[b-k61zwkl7di] {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 800;
}

input[b-k61zwkl7di] {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.22);
    border: 2px solid #38363654;
    border-radius: 5px;
    width: 100%;
    border-radius: 25px;
}

/*NBD INPUT COLORS*/
[b-k61zwkl7di] .input-nbd-control {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.22);
    border: 2px solid #38363654;
    border-radius: 5px;
    width: 100%;
    border-radius: 25px;
}

[b-k61zwkl7di] .input-nbd-control:hover {
    background: #434343;
    transition: all 0.50s ease;
}

[b-k61zwkl7di] .input-nbd-control:focus {
    box-shadow: 0px 2px 2px #0000002b, 0px 5px 10px #00000036;
    background: #434343;
}

/*Property INPUT COLORS*/
[b-k61zwkl7di] .input-property-control {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.22);
    border: 2px solid #38363654;
    border-radius: 5px;
    width: 100%;
    border-radius: 25px;
}

[b-k61zwkl7di] .input-property-control:hover {
    background: #434343;
    transition: all 0.50s ease;
}

[b-k61zwkl7di] .input-property-control:focus {
    box-shadow: 0px 2px 2px #0000002b, 0px 5px 10px #00000036;
    background: #434343;
}

/*FORESTRY INPUT COLORS*/
[b-k61zwkl7di] .input-forestry-control {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.22);
    border: 2px solid #38363654;
    border-radius: 5px;
    width: 100%;
    border-radius: 25px;
}

[b-k61zwkl7di] .input-forestry-control:hover {
    background: #434343;
    transition: all 0.50s ease;
}

[b-k61zwkl7di] .input-forestry-control:focus {
    box-shadow: 0px 2px 2px #0000002b, 0px 5px 10px #00000036;
    background: #434343;
}

/*FINANCIAL INPUT COLORS*/
[b-k61zwkl7di] .input-financial-control {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.22);
    border: 2px solid #38363654;
    border-radius: 5px;
    width: 100%;
    border-radius: 25px;
}

[b-k61zwkl7di] .input-financial-control:hover {
    background: #434343;
    transition: all 0.50s ease;
}

[b-k61zwkl7di] .input-financial-control:focus {
    box-shadow: 0px 2px 2px #0000002b, 0px 5px 10px #00000036;
    background: #434343;
}

.checkbox[b-k61zwkl7di] {
    width: 20px !important;
}

input:hover[b-k61zwkl7di] {
    background: #434343;
    transition: all 0.50s ease;
}

input:focus[b-k61zwkl7di] {
    box-shadow: 0px 2px 2px #0000002b, 0px 5px 10px #00000036;
    background: #434343;
}

[b-k61zwkl7di]::placeholder {
    color: #e5e5e5;
}

button[b-k61zwkl7di] {
    margin-top: 40px;
    margin-bottom: 15px;
    width: 60%;
    background: rgba(0, 0, 0, 0.22);
    border: 2px solid #38363654;
    border-radius: 25px;
    color: #e1e1e1;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 20%;
}

button:hover[b-k61zwkl7di] {
    background: #4874ba;
    transition: all 0.50s ease;
}

button:focus[b-k61zwkl7di] {
    box-shadow: 0px 0px 0px 2px rgba(103, 110, 103, 0.71);
    background: #629677;
}

.button-nbd-control[b-k61zwkl7di] {
    margin-top: 40px;
    margin-bottom: 15px;
    width: 60%;
    background: rgba(0, 0, 0, 0.22);
    border: 2px solid #38363654;
    border-radius: 25px;
    color: #e1e1e1;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 20%;
}

.button-nbd-control:hover[b-k61zwkl7di] {
    background: #4874ba;
    transition: all 0.50s ease;
}

.button-nbd-control:focus[b-k61zwkl7di] {
    box-shadow: 0px 0px 0px 2px rgba(103, 110, 103, 0.71);
    background: #4874ba;
}

.button-property-control[b-k61zwkl7di] {
    margin-top: 40px;
    margin-bottom: 15px;
    width: 60%;
    background: rgba(0, 0, 0, 0.22);
    border: 2px solid #38363654;
    border-radius: 25px;
    color: #e1e1e1;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 20%;
}

.button-property-control:hover[b-k61zwkl7di] {
    background: #4874ba;
    transition: all 0.50s ease;
}

.button-property-control:focus[b-k61zwkl7di] {
    box-shadow: 0px 0px 0px 2px rgba(103, 110, 103, 0.71);
    background: #4874ba;
}

.button-financial-control[b-k61zwkl7di] {
    margin-top: 40px;
    margin-bottom: 15px;
    width: 60%;
    background: rgba(0, 0, 0, 0.22);
    border: 2px solid #38363654;
    border-radius: 25px;
    color: #e1e1e1;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 20%;
}

.button-financial-control:hover[b-k61zwkl7di] {
    background: var(--financial-primary);
    transition: all 0.50s ease;
}

.button-financial-control:focus[b-k61zwkl7di] {
    box-shadow: 0px 0px 0px 2px rgba(103, 110, 103, 0.71);
    background: var(--financial-primary);
}

.button-forestry-control[b-k61zwkl7di] {
    margin-top: 40px;
    margin-bottom: 15px;
    width: 60%;
    background: rgba(0, 0, 0, 0.22);
    border: 2px solid #38363654;
    border-radius: 25px;
    color: #e1e1e1;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 20%;
}

.button-forestry-control:hover[b-k61zwkl7di] {
    background: #789d3e;
    transition: all 0.50s ease;
}

.button-forestry-control:focus[b-k61zwkl7di] {
    box-shadow: 0px 0px 0px 2px rgba(103, 110, 103, 0.71);
    background: #789d3e;
}

.social-icons[b-k61zwkl7di] {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon[b-k61zwkl7di] {
    min-height: 40px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 40px;
    box-shadow: 0px 4px 8px #0c0b0b00;
    transition: all 0.50s ease;
    font-size: 20px;
}

.social-icon:hover[b-k61zwkl7di] {
    box-shadow: 0px 4px 14px #0000007a;
}

.social-icon:focus[b-k61zwkl7di] {
    box-shadow: 0px 0px 0px 2px currentColor;
    transform: scale(0.9);
}

.page-content-area-background-nbd[b-k61zwkl7di] {
    z-index: 0;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: calc(100vw + 150px);
    height: calc(100vh + 150px);
    background-image: url(images/backgrounds/login/nbd/Login-background.jpg);
    filter: blur(10px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-content-area-background-forestry[b-k61zwkl7di] {
    z-index: 0;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: calc(100vw + 150px);
    height: calc(100vh + 150px);
    background-image: url(images/backgrounds/login/forestry/Login-background.png);
    filter: blur(10px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-content-area-background-financial[b-k61zwkl7di] {
    z-index: 0;
    position: absolute;
    overflow: hidden;
    width: calc(100vw + 150px);
    height: calc(100vh + 150px);
    background-image: url(images/backgrounds/login/financial/Login-background.webp);
    filter: blur(10px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-content-area-background-property[b-k61zwkl7di] {
    z-index: 0;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: calc(100vw + 150px);
    height: calc(100vh + 150px);
    background-image: url(images/backgrounds/login/property/Login-background.jpg);
    filter: blur(10px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nbd-form-color[b-k61zwkl7di] {
    opacity: 0.75;
    background-color: var(--nbd-primary);
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.property-form-color[b-k61zwkl7di] {
    opacity: 0.75;
    background-color: var(--property-primary);
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.financial-form-color[b-k61zwkl7di] {
    opacity: 0.75;
    background-color: var(--financial-primary);
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.forestry-form-color[b-k61zwkl7di] {
    opacity: 0.75;
    background-color: var(--forestry-primary);
    border: 3px solid rgba(255, 255, 255, 0.1);
}
/* _content/AffidavitGeneratorV2/Components/Pages/Administrative/DocumentValidation.razor.rz.scp.css */
.row-content[b-wjjeyfxy1s] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-wjjeyfxy1s], .e-input-group.e-control-wrapper .e-input-group-icon[b-wjjeyfxy1s] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-wjjeyfxy1s] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-button[b-wjjeyfxy1s] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-wjjeyfxy1s] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Administrative/Emails/TemplateIndex.razor.rz.scp.css */
.row-content[b-bm868qpnjb] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-bm868qpnjb], .e-input-group.e-control-wrapper .e-input-group-icon[b-bm868qpnjb] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-bm868qpnjb] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-button[b-bm868qpnjb] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-bm868qpnjb] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Administrative/EmailSettings.razor.rz.scp.css */
.row-content[b-raxjmvr7zf] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-raxjmvr7zf], .e-input-group.e-control-wrapper .e-input-group-icon[b-raxjmvr7zf] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-raxjmvr7zf] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.email-settings-top-grid[b-raxjmvr7zf] {
    height: 50% !important;
    width: 100% !important;
}

.email-settings-bottom-templates[b-raxjmvr7zf] {
    height: 50% !important;
    width: 100% !important;
    overflow:auto;
}

.square-button[b-raxjmvr7zf] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-raxjmvr7zf] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Administrative/EmailTemplates.razor.rz.scp.css */
.row-content[b-2zcz2r70cf] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-2zcz2r70cf], .e-input-group.e-control-wrapper .e-input-group-icon[b-2zcz2r70cf] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-2zcz2r70cf] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-button[b-2zcz2r70cf] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-2zcz2r70cf] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Administrative/SystemAnnouncement.razor.rz.scp.css */
.row-content[b-fbizk2cylr] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-fbizk2cylr], .e-input-group.e-control-wrapper .e-input-group-icon[b-fbizk2cylr] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-fbizk2cylr] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-button[b-fbizk2cylr] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-fbizk2cylr] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Administrative/UsersIndex.razor.rz.scp.css */
.row-content[b-wpe740fy9k] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-wpe740fy9k], .e-input-group.e-control-wrapper .e-input-group-icon[b-wpe740fy9k] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-wpe740fy9k] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-button[b-wpe740fy9k] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-wpe740fy9k] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Administrative/VerificationAgenciesIndex.razor.rz.scp.css */
.row-content[b-vif74gymat] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-vif74gymat], .e-input-group.e-control-wrapper .e-input-group-icon[b-vif74gymat] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-vif74gymat] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-button[b-vif74gymat] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-vif74gymat] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Assessment/Assess.razor.rz.scp.css */
.row-content[b-36nxxjvbmy] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-36nxxjvbmy], .e-input-group.e-control-wrapper .e-input-group-icon[b-36nxxjvbmy] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-36nxxjvbmy] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

[b-36nxxjvbmy] .square-delete-button {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}

[b-36nxxjvbmy] .e-acrdn-panel {
    border-radius: 50px !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Businesses/CreateBusiness.razor.rz.scp.css */
.row-content[b-lc1m2ws0t6] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-lc1m2ws0t6], .e-input-group.e-control-wrapper .e-input-group-icon[b-lc1m2ws0t6] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-lc1m2ws0t6] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.e-icons[b-lc1m2ws0t6] {
    color: white !important;
    font-size: 15px !important;
}

.e-icons[b-lc1m2ws0t6] {
    color: black !important;
    font-size: 40px !important;
}

    .e-icons.e-medium[b-lc1m2ws0t6] {
        font-size: 40px !important;
    }

.row-2[b-lc1m2ws0t6] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Businesses/ExampleBoldReport.razor.rz.scp.css */
.row-content[b-0ka3aquu28] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-0ka3aquu28], .e-input-group.e-control-wrapper .e-input-group-icon[b-0ka3aquu28] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-0ka3aquu28] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.e-icons[b-0ka3aquu28] {
    color: white !important;
    font-size: 15px !important;
}

.e-icons[b-0ka3aquu28] {
    color: black !important;
    font-size: 40px !important;
}

    .e-icons.e-medium[b-0ka3aquu28] {
        font-size: 40px !important;
    }

.row-2[b-0ka3aquu28] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/Admin/DeletionRequests.razor.rz.scp.css */
.row-content[b-cultquo8oh] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-cultquo8oh], .e-input-group.e-control-wrapper .e-input-group-icon[b-cultquo8oh] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-cultquo8oh] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.e-icons[b-cultquo8oh] {
    color: white !important;
    font-size: 15px !important;
}

.e-icons[b-cultquo8oh] {
    color: black !important;
    font-size: 40px !important;
}

    .e-icons.e-medium[b-cultquo8oh] {
        font-size: 40px !important;
    }

.default-tab[b-cultquo8oh] {
    border: 1px solid #d7d7d7;
}

    .default-tab .e-content .e-item[b-cultquo8oh] {
        padding: 10px;
        text-align: justify;
    }

.default-tab-control-section[b-cultquo8oh] {
    margin: 20px 20% 20px 20%;
}

@media screen and (max-width: 480px) {
    .default-tab-control-section[b-cultquo8oh] {
        margin: 20px 0 20px 0;
    }
}

.bootstrap5 .default-tab[b-cultquo8oh],
.bootstrap5-dark .default-tab[b-cultquo8oh],
.bootstrap .default-tab[b-cultquo8oh],
.bootstrap-dark .default-tab[b-cultquo8oh],
.bootstrap4 .default-tab[b-cultquo8oh] {
    border: none;
}

    .fluent .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .bootstrap5 .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .tailwind .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .material .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .bootstrap4 .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .bootstrap .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .fabric .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .fluent2 .default-tab .e-content > .e-item.e-active[b-cultquo8oh] {
        background: #FAF9F8;
    }

    .fluent-dark .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .bootstrap5-dark .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .tailwind-dark .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .material-dark .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .bootstrap-dark .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .fabric-dark .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .highcontrast .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .fluent2-dark .default-tab .e-content > .e-item.e-active[b-cultquo8oh],
    .fluent2-highcontrast .default-tab .e-content > .e-item.e-active[b-cultquo8oh] {
        background: #201F1E;
    }
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/Affidavits/AffidavitView.razor.rz.scp.css */
.row-content[b-6p9d8em7ei] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-6p9d8em7ei], .e-input-group.e-control-wrapper .e-input-group-icon[b-6p9d8em7ei] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-6p9d8em7ei] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-button[b-6p9d8em7ei] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-6p9d8em7ei] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/Affidavits/Generate/GeneratedAffidavit.razor.rz.scp.css */
.row-content[b-a5eppe9xhg] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-a5eppe9xhg], .e-input-group.e-control-wrapper .e-input-group-icon[b-a5eppe9xhg] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-a5eppe9xhg] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.e-icons[b-a5eppe9xhg] {
    color: white !important;
    font-size: 15px !important;
}

.e-icons[b-a5eppe9xhg] {
    color: black !important;
    font-size: 40px !important;
}

    .e-icons.e-medium[b-a5eppe9xhg] {
        font-size: 40px !important;
    }

.row-2[b-a5eppe9xhg] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/Affidavits/Generate/GeneratePropertyAffidavit.razor.rz.scp.css */
.row-content[b-diu0vq2oou] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-diu0vq2oou], .e-input-group.e-control-wrapper .e-input-group-icon[b-diu0vq2oou] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-diu0vq2oou] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

[b-diu0vq2oou] .page-content-body-main {
    height: calc(100% - 90px) !important;
    padding: 15px !important;
    overflow: auto;
}
[b-diu0vq2oou] .page-content-body-bread {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    height: 50px !important;
    overflow: auto;
}

.square-button[b-diu0vq2oou] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-diu0vq2oou] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}

.row-2[b-diu0vq2oou] {
    width: 100%;
    /*display: flex;
    flex-direction: row;
    justify-content: start;*/
}

[b-diu0vq2oou] .forestry-hoverText-home {
    font-weight: normal;
    color: #789d3e !important;
    text-decoration: none !important;
}

[b-diu0vq2oou] .property-hoverText-home {
    font-weight: normal;
    color: #699ad1 !important;
    text-decoration: none !important;
}
.nbd-hoverText-home[b-diu0vq2oou] {
    font-weight: normal;
    color: #699ad1 !important;
    text-decoration: none !important;
}
.financial-hoverText-home[b-diu0vq2oou] {
    font-weight: normal;
    color: #8403cf !important;
    text-decoration: none !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/Affidavits/ValidatePropertyAffidavit.razor.rz.scp.css */
/* SIDEBAR FLEX CONTAINER */
.flex-container[b-fhdftnrrpw] {
    display: flex;
    flex-flow: column;
    padding: 5px;
    margin: 0;
    overflow: auto;
    align-items: center;
    justify-content: flex-start;
}

.flex-item[b-fhdftnrrpw] {
    background: lightgrey;
    padding: 5px;
    width: 100%;
    height: 285px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-header[b-fhdftnrrpw] {
    color: black;
    padding: 5px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-weight: bold;
}

.flex-item-sector[b-fhdftnrrpw] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 355px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-notes[b-fhdftnrrpw] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 225px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-status[b-fhdftnrrpw] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 240px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-dynamic[b-fhdftnrrpw] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 555px;
    font-weight: bold;
    font-size: 12px;
}

.toast-icons[b-fhdftnrrpw] {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


[b-fhdftnrrpw] .table {
    margin-top: 1rem;
}

/* FULL WIDTH BUTTON */
[b-fhdftnrrpw] .FullWidth {
    width: 100%;
    color: white !important;
}

[b-fhdftnrrpw] .e-dropdown-menu {
    margin: -122px -27px !important;
    width: 500px !important;
}

[b-fhdftnrrpw] .e-dropdown-popup {
    margin: -122px -27px !important;
    width: 500px !important;
}

    [b-fhdftnrrpw] .e-dropdown-popup.e-control.e-icon-btn.FullWidth.e-dropdown-popup {
        margin: -122px -27px !important;
        width: 500px !important;
    }

[b-fhdftnrrpw] .e-split-btn-wrapper .e-split-btn {
    border-right-color: #d1d5db;
}

[b-fhdftnrrpw] .e-split-btn-wrapper {
    width: 100% !important;
}

    [b-fhdftnrrpw] .e-split-btn-wrapper .e-dropdown-btn {
        width: 50px !important;
        color: white !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -1px;
        padding-left: 8px;
        padding-right: 8px;
        z-index: 1;
    }

/* TABLE BORDERED */
.table-bordered th[b-fhdftnrrpw], .table-bordered td[b-fhdftnrrpw] {
    border: 1px solid #e2e2e2 !important;
}

/* SPLITTER */
.splitter-table-content[b-fhdftnrrpw] {
    font-size: 10px !important;
}

/* GENERAL TABLE ROWS */
.tr-header[b-fhdftnrrpw] {
    background-color: gray;
    text-align: center !important;
}

.td-full-header[b-fhdftnrrpw] {
    height: 32px !important;
}

.tr-th-headers[b-fhdftnrrpw] {
    background-color: lightgrey;
    height: 32px !important;
    text-align: center !important;
}

.tr-th-headers2[b-fhdftnrrpw] {
    height: 32px !important;
    text-align: center !important;
}

.td-label[b-fhdftnrrpw] {
    padding-left: 10px;
}

.td-field[b-fhdftnrrpw] {
    margin: 10px !important;
}

.td-header[b-fhdftnrrpw] {
    padding-left: 10px;
    width: 15%;
}

.header-row-content[b-fhdftnrrpw] {
    align-items: center;
    line-height: 30px;
    vertical-align: middle;
    background-color: gray;
}

.row-content[b-fhdftnrrpw] {
    align-items: center;
    line-height: 50px;
    vertical-align: middle;
}

.col-content[b-fhdftnrrpw] {
    border: solid 0.5px #e2e2e2;
}

.e-input-group .e-input-group-icon[b-fhdftnrrpw], .e-input-group.e-control-wrapper .e-input-group-icon[b-fhdftnrrpw] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-fhdftnrrpw] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

/*ACCORDION OVERRIDES*/

[b-fhdftnrrpw] .e-accordion .e-acrdn-item .e-acrdn-header {
    padding: 0 !important;
}

[b-fhdftnrrpw] .acc-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-fhdftnrrpw] #cert-accordion-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-fhdftnrrpw] .cert-accordion-item {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent) !important;
    background-color: #ffffff !important;
}

[b-fhdftnrrpw] #cert-accordion {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-color: #ffffff !important;
}

[b-fhdftnrrpw] .e-acrdn-header {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-fhdftnrrpw] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-fhdftnrrpw] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-fhdftnrrpw] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-fhdftnrrpw] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-fhdftnrrpw] .e-acrdn-item e-select cert-accordion-item e-expand-state {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-fhdftnrrpw] e-acrdn-header-content {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

.e-sidebar[b-fhdftnrrpw] {
    background: #fff !important;
    color: black !important;
    overflow: hidden !important;
}

    .e-sidebar.e-open .sidebar-item[b-fhdftnrrpw] {
        text-align: left !important;
        padding-left: 0px !important;
        color: black !important;
    }
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/Certificates/ValidatePropertyCertificate.razor.rz.scp.css */
/* SIDEBAR FLEX CONTAINER */
.flex-container[b-l6o7hulfah] {
    display: flex;
    flex-flow: column;
    padding: 5px;
    margin: 0;
    overflow: auto;
    align-items: center;
    justify-content: flex-start;
}

.flex-item[b-l6o7hulfah] {
    background: lightgrey;
    padding: 5px;
    width: 100%;
    height: 285px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-header[b-l6o7hulfah] {
    color: black;
    padding: 5px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-weight: bold;
}

.flex-item-sector[b-l6o7hulfah] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 355px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-notes[b-l6o7hulfah] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 225px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-status[b-l6o7hulfah] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 240px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-dynamic[b-l6o7hulfah] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 555px;
    font-weight: bold;
    font-size: 12px;
}

.toast-icons[b-l6o7hulfah] {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


[b-l6o7hulfah] .table {
    margin-top: 1rem;
}

/* FULL WIDTH BUTTON */
[b-l6o7hulfah] .FullWidth {
    width: 100%;
    color: white !important;
}

[b-l6o7hulfah] .e-dropdown-menu {
    margin: -122px -27px !important;
    width: 500px !important;
}

[b-l6o7hulfah] .e-dropdown-popup {
    margin: -122px -27px !important;
    width: 500px !important;
}

    [b-l6o7hulfah] .e-dropdown-popup.e-control.e-icon-btn.FullWidth.e-dropdown-popup {
        margin: -122px -27px !important;
        width: 500px !important;
    }

[b-l6o7hulfah] .e-split-btn-wrapper .e-split-btn {
    border-right-color: #d1d5db;
}

[b-l6o7hulfah] .e-split-btn-wrapper {
    width: 100% !important;
}

    [b-l6o7hulfah] .e-split-btn-wrapper .e-dropdown-btn {
        width: 50px !important;
        color: white !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -1px;
        padding-left: 8px;
        padding-right: 8px;
        z-index: 1;
    }

/* TABLE BORDERED */
.table-bordered th[b-l6o7hulfah], .table-bordered td[b-l6o7hulfah] {
    border: 1px solid #e2e2e2 !important;
}

/* SPLITTER */
.splitter-table-content[b-l6o7hulfah] {
    font-size: 10px !important;
}

/* GENERAL TABLE ROWS */
.tr-header[b-l6o7hulfah] {
    background-color: gray;
    text-align: center !important;
}

.td-full-header[b-l6o7hulfah] {
    height: 32px !important;
}

.tr-th-headers[b-l6o7hulfah] {
    background-color: lightgrey;
    height: 32px !important;
    text-align: center !important;
}

.tr-th-headers2[b-l6o7hulfah] {
    height: 32px !important;
    text-align: center !important;
}

.td-label[b-l6o7hulfah] {
    padding-left: 10px;
}

.td-field[b-l6o7hulfah] {
    margin: 10px !important;
}

.td-header[b-l6o7hulfah] {
    padding-left: 10px;
    width: 15%;
}

.header-row-content[b-l6o7hulfah] {
    align-items: center;
    line-height: 30px;
    vertical-align: middle;
    background-color: gray;
}

.row-content[b-l6o7hulfah] {
    align-items: center;
    line-height: 50px;
    vertical-align: middle;
}

.col-content[b-l6o7hulfah] {
    border: solid 0.5px #e2e2e2;
}

.e-input-group .e-input-group-icon[b-l6o7hulfah], .e-input-group.e-control-wrapper .e-input-group-icon[b-l6o7hulfah] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-l6o7hulfah] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

/*ACCORDION OVERRIDES*/

[b-l6o7hulfah] .e-accordion .e-acrdn-item .e-acrdn-header {
    padding: 0 !important;
}

[b-l6o7hulfah] .acc-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-l6o7hulfah] #cert-accordion-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-l6o7hulfah] .cert-accordion-item {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent) !important;
    background-color: #ffffff !important;
}

[b-l6o7hulfah] #cert-accordion {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-color: #ffffff !important;
}

[b-l6o7hulfah] .e-acrdn-header {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-l6o7hulfah] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-l6o7hulfah] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-l6o7hulfah] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-l6o7hulfah] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-l6o7hulfah] .e-acrdn-item e-select cert-accordion-item e-expand-state {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-l6o7hulfah] e-acrdn-header-content {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

.e-sidebar[b-l6o7hulfah] {
    background: #fff !important;
    color: black !important;
    overflow: hidden !important;
}

    .e-sidebar.e-open .sidebar-item[b-l6o7hulfah] {
        text-align: left !important;
        padding-left: 0px !important;
        color: black !important;
    }
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/ManageAffidavits.razor.rz.scp.css */
.row-content[b-9u765vplu1] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-9u765vplu1], .e-input-group.e-control-wrapper .e-input-group-icon[b-9u765vplu1] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-9u765vplu1] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-button[b-9u765vplu1] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-9u765vplu1] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/ManageDocument.razor.rz.scp.css */
.row-content[b-5qw7s1zlcp] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-5qw7s1zlcp], .e-input-group.e-control-wrapper .e-input-group-icon[b-5qw7s1zlcp] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-5qw7s1zlcp] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}



.square-button[b-5qw7s1zlcp] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-5qw7s1zlcp] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/MyAffidavits.razor.rz.scp.css */
.row-content[b-ysfg3j8o46] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-ysfg3j8o46], .e-input-group.e-control-wrapper .e-input-group-icon[b-ysfg3j8o46] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-ysfg3j8o46] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.page-content-area[b-ysfg3j8o46] {
    border: solid #0000002b 1px;
    width: 100%;
    height: calc(100vh - 88px) !important;
    overflow: auto;
}

.square-button[b-ysfg3j8o46] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-ysfg3j8o46] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/Scorecards/ValidatePropertyScorecard.razor.rz.scp.css */
/* SIDEBAR FLEX CONTAINER */
.flex-container[b-7vh9sez19o] {
    display: flex;
    flex-flow: column;
    padding: 5px;
    margin: 0;
    overflow: auto;
    align-items: center;
    justify-content: flex-start;
}

.flex-item[b-7vh9sez19o] {
    background: lightgrey;
    padding: 5px;
    width: 100%;
    height: 285px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-header[b-7vh9sez19o] {
    color: black;
    padding: 5px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-weight: bold;
}

.flex-item-sector[b-7vh9sez19o] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 355px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-notes[b-7vh9sez19o] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 225px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-status[b-7vh9sez19o] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 240px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-dynamic[b-7vh9sez19o] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 555px;
    font-weight: bold;
    font-size: 12px;
}

.toast-icons[b-7vh9sez19o] {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* FULL WIDTH BUTTON */
[b-7vh9sez19o] .FullWidth {
    width: 100%;
    color: white !important;
}

[b-7vh9sez19o] .e-dropdown-menu {
    margin: -122px -27px !important;
    width: 500px !important;
}

[b-7vh9sez19o] .e-dropdown-popup {
    margin: -122px -27px !important;
    width: 500px !important;
}

    [b-7vh9sez19o] .e-dropdown-popup.e-control.e-icon-btn.FullWidth.e-dropdown-popup {
        margin: -122px -27px !important;
        width: 500px !important;
    }

[b-7vh9sez19o] .e-split-btn-wrapper .e-split-btn {
    border-right-color: #d1d5db;
}

[b-7vh9sez19o] .e-split-btn-wrapper {
    width: 100% !important;
}

    [b-7vh9sez19o] .e-split-btn-wrapper .e-dropdown-btn {
        width: 50px !important;
        color: white !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -1px;
        padding-left: 8px;
        padding-right: 8px;
        z-index: 1;
    }

/* TABLE BORDERED */
.table-bordered th[b-7vh9sez19o], .table-bordered td[b-7vh9sez19o] {
    border: 1px solid #e2e2e2 !important;
}

/* SPLITTER */
.splitter-table-content[b-7vh9sez19o] {
    font-size: 10px !important;
}

/* GENERAL TABLE ROWS */
.tr-header[b-7vh9sez19o] {
    background-color: gray;
    text-align: center !important;
}

.td-full-header[b-7vh9sez19o] {
    height: 32px !important;
}

.tr-th-headers[b-7vh9sez19o] {
    background-color: lightgrey;
    height: 32px !important;
    text-align: center !important;
}

.td-label[b-7vh9sez19o] {
    padding-left: 10px;
}

.td-field[b-7vh9sez19o] {
    margin: 10px !important;
}

.td-header[b-7vh9sez19o] {
    padding-left: 10px;
    width: 15%;
}

.header-row-content[b-7vh9sez19o] {
    align-items: center;
    line-height: 30px;
    vertical-align: middle;
    background-color: gray;
}

.row-content[b-7vh9sez19o] {
    align-items: center;
    line-height: 50px;
    vertical-align: middle;
}

.col-content[b-7vh9sez19o] {
    border: solid 0.5px #e2e2e2;
}

.e-input-group .e-input-group-icon[b-7vh9sez19o], .e-input-group.e-control-wrapper .e-input-group-icon[b-7vh9sez19o] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-7vh9sez19o] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}


/*ACCORDION OVERRIDES*/

[b-7vh9sez19o] .e-accordion .e-acrdn-item .e-acrdn-header {
    padding: 0 !important;
}

[b-7vh9sez19o] .acc-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-7vh9sez19o] #cert-accordion-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-7vh9sez19o] .cert-accordion-item {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent) !important;
    background-color: #ffffff !important;
}

[b-7vh9sez19o] #cert-accordion {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-color: #ffffff !important;
}

[b-7vh9sez19o] .e-acrdn-header {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-7vh9sez19o] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-7vh9sez19o] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-7vh9sez19o] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-7vh9sez19o] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-7vh9sez19o] .e-acrdn-item e-select cert-accordion-item e-expand-state {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-7vh9sez19o] e-acrdn-header-content {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

.e-sidebar[b-7vh9sez19o] {
    background: #fff !important;
    color: black !important;
    overflow: hidden !important;
}

    .e-sidebar.e-open .sidebar-item[b-7vh9sez19o] {
        text-align: left !important;
        padding-left: 0px !important;
        color: black !important;
    }
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/Scorecards/ValidatePropertyScorecardQSE.razor.rz.scp.css */
/* SIDEBAR FLEX CONTAINER */
.flex-container[b-iwqoc7hru9] {
    display: flex;
    flex-flow: column;
    padding: 5px;
    margin: 0;
    overflow: auto;
    align-items: center;
    justify-content: flex-start;
}


.flex-item[b-iwqoc7hru9] {
    background: lightgrey;
    padding: 5px;
    width: 100%;
    height: 285px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-header[b-iwqoc7hru9] {
    color: black;
    padding: 5px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-weight: bold;
}

.flex-item-sector[b-iwqoc7hru9] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 355px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-notes[b-iwqoc7hru9] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 225px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-status[b-iwqoc7hru9] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 100%;
    height: 240px;
    font-weight: bold;
    font-size: 12px;
}

.flex-item-dynamic[b-iwqoc7hru9] {
    color: black;
    background-color: #fff8e9;
    border: #ffcd65 1px solid;
    padding: 5px;
    width: 555px;
    font-weight: bold;
    font-size: 12px;
}

.toast-icons[b-iwqoc7hru9] {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* FULL WIDTH BUTTON */
[b-iwqoc7hru9] .FullWidth {
    width: 100%;
    color: white !important;
}

[b-iwqoc7hru9] .e-dropdown-menu {
    margin: -122px -27px !important;
    width: 500px !important;
}

[b-iwqoc7hru9] .e-dropdown-popup {
    margin: -122px -27px !important;
    width: 500px !important;
}

    [b-iwqoc7hru9] .e-dropdown-popup.e-control.e-icon-btn.FullWidth.e-dropdown-popup {
        margin: -122px -27px !important;
        width: 500px !important;
    }

[b-iwqoc7hru9] .e-split-btn-wrapper .e-split-btn {
    border-right-color: #d1d5db;
}

[b-iwqoc7hru9] .e-split-btn-wrapper {
    width: 100% !important;
}

    [b-iwqoc7hru9] .e-split-btn-wrapper .e-dropdown-btn {
        width: 50px !important;
        color: white !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -1px;
        padding-left: 8px;
        padding-right: 8px;
        z-index: 1;
    }

/* TABLE BORDERED */
.table-bordered th[b-iwqoc7hru9], .table-bordered td[b-iwqoc7hru9] {
    border: 1px solid #e2e2e2 !important;
}

/* SPLITTER */
.splitter-table-content[b-iwqoc7hru9] {
    font-size: 10px !important;
}

/* GENERAL TABLE ROWS */
.tr-header[b-iwqoc7hru9] {
    background-color: gray;
    text-align: center !important;
}

.td-full-header[b-iwqoc7hru9] {
    height: 32px !important;
}

.tr-th-headers[b-iwqoc7hru9] {
    background-color: lightgrey;
    height: 32px !important;
    text-align: center !important;
}

.td-label[b-iwqoc7hru9] {
    padding-left: 10px;
}

.td-field[b-iwqoc7hru9] {
    margin: 10px !important;
}

.td-header[b-iwqoc7hru9] {
    padding-left: 10px;
    width: 15%;
}

.header-row-content[b-iwqoc7hru9] {
    align-items: center;
    line-height: 30px;
    vertical-align: middle;
    background-color: gray;
}

.row-content[b-iwqoc7hru9] {
    align-items: center;
    line-height: 50px;
    vertical-align: middle;
}

.col-content[b-iwqoc7hru9] {
    border: solid 0.5px #e2e2e2;
}

.e-input-group .e-input-group-icon[b-iwqoc7hru9], .e-input-group.e-control-wrapper .e-input-group-icon[b-iwqoc7hru9] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-iwqoc7hru9] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}


/*ACCORDION OVERRIDES*/

[b-iwqoc7hru9] .e-accordion .e-acrdn-item .e-acrdn-header {
    padding: 0 !important;
}

[b-iwqoc7hru9] .acc-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-iwqoc7hru9] #cert-accordion-header {
    height: 32px !important;
    background-color: gray;
    text-align: center !important;
}

[b-iwqoc7hru9] .cert-accordion-item {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent) !important;
    background-color: #ffffff !important;
}

[b-iwqoc7hru9] #cert-accordion {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    background-color: #ffffff !important;
}

[b-iwqoc7hru9] .e-acrdn-header {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-iwqoc7hru9] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-iwqoc7hru9] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-iwqoc7hru9] .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header[b-iwqoc7hru9] {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-iwqoc7hru9] .e-acrdn-item e-select cert-accordion-item e-expand-state {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

[b-iwqoc7hru9] e-acrdn-header-content {
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    padding: unset !important;
    margin: unset !important;
    display: flex !important;
    background-image: unset !important;
    background-color: #737373 !important;
    color: white !important;
    justify-content: center !important;
}

.e-sidebar[b-iwqoc7hru9] {
    background: #fff !important;
    color: black !important;
    overflow: hidden !important;
}

    .e-sidebar.e-open .sidebar-item[b-iwqoc7hru9] {
        text-align: left !important;
        padding-left: 0px !important;
        color: black !important;
    }
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/UploadDocument.razor.rz.scp.css */
.row-content[b-dchsxe1mw3] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-dchsxe1mw3], .e-input-group.e-control-wrapper .e-input-group-icon[b-dchsxe1mw3] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-dchsxe1mw3] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.e-icons[b-dchsxe1mw3] {
    color: white !important;
    font-size: 15px !important;
}

.title-button-flex[b-dchsxe1mw3] {
    display: flex;
    flex-flow: row;
}

/* We tell all items to be 100% width, via flex-basis */
    .title-button-flex > *[b-dchsxe1mw3] {
        flex: 1 100%;
    }

.button-flex[b-dchsxe1mw3] {
    flex: 1 0px;
    padding-right: 5px;
}

.title-flex[b-dchsxe1mw3] {
    flex: 9 0px;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Documents/VAManageDocuments.razor.rz.scp.css */
.row-content[b-8jhn45ng86] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-8jhn45ng86], .e-input-group.e-control-wrapper .e-input-group-icon[b-8jhn45ng86] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-8jhn45ng86] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}



.square-button[b-8jhn45ng86] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-8jhn45ng86] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Index.razor.rz.scp.css */
.ulstyle[b-h50t09ib6t] {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    list-style-type: none !important;
    padding-left: 0px !important;
}

.controlregion[b-h50t09ib6t] {
    margin-top: 50px;
}

.pagecontent[b-h50t09ib6t] {
    font-family: sans-serif !important;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.34px;
    line-height: 24px;
    margin-top: 10px;
}


.list[b-h50t09ib6t] {
    float: left;
    line-height: 40px;
    min-width: 280px;
    font-family: sans-serif !important;
    font-size: 19px;
    color: #0073DC;
}

.syncfusion-blazor-index-icons[b-h50t09ib6t] {
    font-family: "sbicons";
    color: #0073DC !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    padding-right: 13px;
    font-size: 18px;
}

.productheader[b-h50t09ib6t] {
    font-family: sans-serif !important;
    font-size: 19px !important;
    color: #333333 !important;
    letter-spacing: 0.41px;
}

.pageheader[b-h50t09ib6t] {
    font-family: sans-serif !important;
    font-size: 24px !important;
    color: #333333;
    font-weight: bold !important;
}

.row-content[b-h50t09ib6t] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-h50t09ib6t], .e-input-group.e-control-wrapper .e-input-group-icon[b-h50t09ib6t] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-h50t09ib6t] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.e-icons[b-h50t09ib6t] {
    color: white !important;
    font-size: 15px !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Landing.razor.rz.scp.css */

.content[b-45wcv1ub50] {
    padding: unset !important;
}

.landing-content-area[b-45wcv1ub50] {
    border: solid #0000002b 1px;
    width: 100%;
    height: calc(100vh - 56px) !important;
    overflow: auto;
}

.landing-purpose-area[b-45wcv1ub50] {
    width: 100% !important;
    height: 165px !important;
}

.landing-purpose-area-header[b-45wcv1ub50] {
    font-family: "Helvetica", Helvetica !important;
    color: #1c1a1b;
    font-size: 19px;
    padding-bottom: 26px;
    padding-top: 26px;
    padding-left: 29px;
}

.text[b-45wcv1ub50] {
    text-shadow: 0px 0px 10px black;
    width: 100%;
    position: relative;
    color: #eef8fe;
    padding: 24px;
    font-size: 19px;
    text-align: center;
}

.text p[b-45wcv1ub50] {
    margin: 10px 0px 40px;
    font-size: 20px;
}


.landing-selection-area[b-45wcv1ub50] {
    width: 100% !important;
    height: 500px !important;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 0.55rem;
}

.card-col[b-45wcv1ub50] {
    -webkit-box-flex: 0;
    align-content: center;
    flex: 1 0 33.3%;
}

.card-col:hover[b-45wcv1ub50] {
    box-shadow: rgb(0 0 0 / 15%) 5px 6px 9px;
}

.landing-selection-area-card-body[b-45wcv1ub50] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 4rem;
}

[b-45wcv1ub50] .landing-about-area {
    width: 100% !important;
    min-height: 185px !important;
    max-height: 250px !important;
}

.landing-additional-area[b-45wcv1ub50] {
    width: 100% !important;
    height: 130px !important;

    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.bottom-info[b-45wcv1ub50] {
    margin-left: 20px;
    margin-right: 20px;
}

.forestry-landing-footer-area[b-45wcv1ub50] {
    width: 100% !important;
    height: 75px !important;
    display: inline-grid;
    -webkit-box-flex: 0;
    background-color: white !important;
    color: color-mix(in srgb, var(--forestry-primary), white 90%) !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8125rem;
    padding: 0 2rem;
    order: 4;
    border-top: solid;
    border-top-color: color-mix(in srgb, var(--forestry-teriary), black 10%);
    padding-top: 15px;
}

.property-landing-footer-area[b-45wcv1ub50] {
    width: 100% !important;
    height: 75px !important;
    display: inline-grid;
    -webkit-box-flex: 0;
    background-color: white !important;
    color: color-mix(in srgb, var(--nbd-primary), white 90%) !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8125rem;
    padding: 0 2rem;
    order: 4;
    border-top: solid;
    border-top-color: color-mix(in srgb, var(--nbd-teriary), black 10%);
    padding-top: 15px;
}

.nbd-landing-footer-area[b-45wcv1ub50] {
    width: 100% !important;
    height: 75px !important;
    display: inline-grid;
    -webkit-box-flex: 0;
    background-color: white !important;
    color: color-mix(in srgb, var(--property-primary), white 90%) !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8125rem;
    padding: 0 2rem;
    order: 4;
    border-top: solid;
    border-top-color: color-mix(in srgb, var(--property-teriary), black 10%);
    padding-top: 15px;
}

.financial-landing-footer-area[b-45wcv1ub50] {
    width: 100% !important;
    height: 75px !important;
    display: inline-grid;
    -webkit-box-flex: 0;
    background-color: white !important;
    color: color-mix(in srgb, var(--financial-primary), white 90%) !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8125rem;
    padding: 0 2rem;
    order: 4;
    border-top: solid;
    border-top-color: color-mix(in srgb, var(--financial-teriary), black 10%);
    padding-top: 15px;
}

.text-border[b-45wcv1ub50] {
    border: none;
    color: #063b57;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.nbd-theme-banner[b-45wcv1ub50] {
    width: 100% !important;
    background-image: url(images/banners/nbd-banner.jpg);
    background-size: cover;
    background-position: bottom;
    vertical-align: middle;
    height: fit-content;
}

.financial-theme-banner[b-45wcv1ub50] {
    width: 100% !important;
    background-image: url(images/banners/financial-banner.webp);
    background-size: cover;
    background-position: bottom;
    vertical-align: middle;
    height: fit-content;
    object-fit: cover;
    object-position: 0px -511px;
    vertical-align: middle;
    border-style: none;
}

.property-theme-banner[b-45wcv1ub50] {
    width: 100% !important;
    background-image: url(images/banners/property-banner.jpg);
    background-size: cover;
    background-position: bottom;
    vertical-align: middle;
    height: fit-content;
    object-fit: cover;
    object-position: 0px -511px;
    vertical-align: middle;
    border-style: none;
}

.forestry-theme-banner[b-45wcv1ub50] {
    width: 100% !important;
    background-image: url(images/banners/forestry-banner.png);
    background-size: cover;
    background-position: bottom;
    vertical-align: middle;
    height: fit-content;
    object-fit: cover;
    object-position: 0px -511px;
    vertical-align: middle;
    border-style: none;
}

.forestry-theme-button[b-45wcv1ub50] {
    width: 100%;
    height: 100px;
    background-image: url(images/icons/forestry/icon_document_upload_inverted.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    object-fit: cover;
    object-position: 0px -511px;
    vertical-align: middle;
    border-style: none;
}

.property-theme-button[b-45wcv1ub50] {
    width: 100%;
    height: 100px;
    background-image: url(images/icons/property/icon_document_upload_inverted.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    object-fit: cover;
    object-position: 0px -511px;
    vertical-align: middle;
    border-style: none;
}

.nbd-theme-button[b-45wcv1ub50] {
    width: 100%;
    height: 100px;
    background-image: url(images/icons/nbd/icon_document_upload_inverted.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    object-fit: cover;
    object-position: 0px -511px;
    vertical-align: middle;
    border-style: none;
}

.financial-theme-button[b-45wcv1ub50] {
    width: 100%;
    height: 100px;
    background-image: url(images/icons/financial/icon_document_upload_inverted.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    object-fit: cover;
    object-position: 0px -511px;
    vertical-align: middle;
    border-style: none;
}

.forestry-theme-button-3[b-45wcv1ub50] {
    cursor: pointer;
    outline: 0;
    /* color: #57595a; */
    color: #eef8fe;
    background-color: var(--forestry-teriary);
    border-color: var(--forestry-primary);
    display: inline-block;
    font-weight: 200;
    line-height: 2;
    text-align: center;
    border: 1px solid transparent;
    padding: 7px 16px;
    font-size: 16px;
    border-radius: 0.35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.property-theme-button-3[b-45wcv1ub50] {
    cursor: pointer;
    outline: 0;
    color: color-mix(in srgb, var(--property-primary), white 90%);
    background-color: var(--property-teriary);
    border-color: #57595a;
    display: inline-block;
    font-weight: 200;
    line-height: 2;
    text-align: center;
    border: 1px solid transparent;
    padding: 7px 16px;
    font-size: 16px;
    border-radius: 0.35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nbd-theme-button-3[b-45wcv1ub50] {
    cursor: pointer;
    outline: 0;
    /* color: #57595a; */
    color: color-mix(in srgb, var(--nbd-primary), white 90%);
    background-color: var(--nbd-teriary);
    border-color: #57595a;
    display: inline-block;
    font-weight: 200;
    line-height: 2;
    text-align: center;
    border: 1px solid transparent;
    padding: 7px 16px;
    font-size: 16px;
    border-radius: 0.35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.financial-theme-button-3[b-45wcv1ub50] {
    cursor: pointer;
    outline: 0;
    color: color-mix(in srgb, var(--financial-primary), white 90%);
    background-color: var(--financial-teriary);
    border-color: #57595a;
    display: inline-block;
    font-weight: 200;
    line-height: 2;
    text-align: center;
    border: 1px solid transparent;
    padding: 7px 16px;
    font-size: 16px;
    border-radius: 0.35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.forestry-theme-about-area[b-45wcv1ub50] {
    text-align: center;
    float: initial;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: color-mix(in srgb, var(--forestry-secondary), white 90%);
    color: #1c1a1b;
    width: 100% !important;
    min-height: 185px !important;
}

.property-theme-about-area[b-45wcv1ub50] {
    text-align: center;
    float: initial;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: color-mix(in srgb, var(--property-primary), white 90%);
    color: #1c1a1b;
    width: 100% !important;
    min-height: 185px !important;
}

.nbd-theme-about-area[b-45wcv1ub50] {
    text-align: center;
    float: initial;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: color-mix(in srgb, var(--nbd-primary), white 90%);
    color: #1c1a1b;
    width: 100% !important;
    min-height: 185px !important;
}

.financial-theme-about-area[b-45wcv1ub50] {
    text-align: center;
    float: initial;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: color-mix(in srgb, var(--financial-primary), white 90%);
    color: #1c1a1b;
    width: 100% !important;
    min-height: 185px !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/MinorComponents/AILoader.razor.rz.scp.css */
[b-fw7xtx1799] body {
    margin: 0;
}

[b-fw7xtx1799] .base {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}
    [b-fw7xtx1799] .base .circ {
        width: 15rem;
        height: 15rem;
        border-radius: 50%;
        position: absolute;
        transform-style: preserve-3d;
        backdrop-filter: blur(0.5px);
        border: 2.5px solid;
        border-top-color: rgba(220, 128, 109, 0.5);
        border-bottom-color: rgba(151, 93, 193, 0.5);
        border-left-color: rgba(151, 93, 193, 0.5);
        border-right-color: rgba(220, 128, 109, 0.5);
        opacity: 0;
    }
        [b-fw7xtx1799] .base .circ.circ-1 {
            transform: rotate3d(0, 1, 0, 24deg);
            animation: rotate-b-fw7xtx1799 2s linear infinite;
            animation-delay: 0.1333333333s;
        }
        [b-fw7xtx1799] .base .circ.circ-2 {
            transform: rotate3d(0, 1, 0, 48deg);
            animation: rotate-b-fw7xtx1799 2s linear infinite;
            animation-delay: 0.2666666667s;
        }
        [b-fw7xtx1799] .base .circ.circ-3 {
            transform: rotate3d(0, 1, 0, 72deg);
            animation: rotate-b-fw7xtx1799 2s linear infinite;
            animation-delay: 0.4s;
        }
        [b-fw7xtx1799] .base .circ.circ-4 {
            transform: rotate3d(0, 1, 0, 96deg);
            animation: rotate-b-fw7xtx1799 2s linear infinite;
            animation-delay: 0.5333333333s;
        }
        [b-fw7xtx1799] .base .circ.circ-5 {
            transform: rotate3d(0, 1, 0, 120deg);
            animation: rotate-b-fw7xtx1799 2s linear infinite;
            animation-delay: 0.6666666667s;
        }
        [b-fw7xtx1799] .base .circ.circ-6 {
            transform: rotate3d(0, 1, 0, 144deg);
            animation: rotate-b-fw7xtx1799 2s linear infinite;
            animation-delay: 0.8s;
        }
        [b-fw7xtx1799] .base .circ.circ-7 {
            transform: rotate3d(0, 1, 0, 168deg);
            animation: rotate-b-fw7xtx1799 2s linear infinite;
            animation-delay: 0.9333333333s;
        }
        [b-fw7xtx1799] .base .circ.circ-8 {
            transform: rotate3d(1, 0, 0, 192deg);
            animation: rotate-2-b-fw7xtx1799 3s linear infinite;
            animation-delay: 1.0666666667s;
        }
        [b-fw7xtx1799] .base .circ.circ-9 {
            transform: rotate3d(1, 0, 0, 216deg);
            animation: rotate-2-b-fw7xtx1799 3s linear infinite;
            animation-delay: 1.2s;
        }
        [b-fw7xtx1799] .base .circ.circ-10 {
            transform: rotate3d(1, 0, 0, 240deg);
            animation: rotate-2-b-fw7xtx1799 3s linear infinite;
            animation-delay: 1.3333333333s;
        }
        [b-fw7xtx1799] .base .circ.circ-11 {
            transform: rotate3d(1, 0, 0, 264deg);
            animation: rotate-2-b-fw7xtx1799 3s linear infinite;
            animation-delay: 1.4666666667s;
        }
        [b-fw7xtx1799] .base .circ.circ-12 {
            transform: rotate3d(1, 0, 0, 288deg);
            animation: rotate-2-b-fw7xtx1799 3s linear infinite;
            animation-delay: 1.6s;
        }
        [b-fw7xtx1799] .base .circ.circ-13 {
            transform: rotate3d(1, 0, 0, 312deg);
            animation: rotate-2-b-fw7xtx1799 3s linear infinite;
            animation-delay: 1.7333333333s;
        }
        [b-fw7xtx1799] .base .circ.circ-14 {
            transform: rotate3d(1, 0, 0, 336deg);
            animation: rotate-2-b-fw7xtx1799 3s linear infinite;
            animation-delay: 1.8666666667s;
        }
        [b-fw7xtx1799] .base .circ.circ-15 {
            transform: rotate3d(1, 0, 0, 360deg);
            animation: rotate-2-b-fw7xtx1799 3s linear infinite;
            animation-delay: 2s;
        }

@keyframes rotate-b-fw7xtx1799 {
  from {
    opacity: 1;
    transform: rotate3d(0, 1, 1, 360deg);
  }
  to {
    transform: rotate3d(0, 1, 1, 0deg);
    opacity: 1;
  }
}
@keyframes rotate-2-b-fw7xtx1799 {
  from {
    opacity: 1;
    transform: rotate3d(1, 0, 1, 0deg);
  }
  to {
    opacity: 1;
    transform: rotate3d(1, 0, 1, 360deg);
  }
}

/*# sourceMappingURL=AILoader.razor.css.map */
/* _content/AffidavitGeneratorV2/Components/Pages/MinorComponents/AILoaderNoText.razor.rz.scp.css */
[b-dr4vm15ri7] body {
    margin: 0;
}

[b-dr4vm15ri7] .base {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    [b-dr4vm15ri7] .base .circ {
        width: 15rem;
        height: 15rem;
        border-radius: 50%;
        position: absolute;
        transform-style: preserve-3d;
        backdrop-filter: blur(0.5px);
        border: 2.5px solid;
        border-top-color: rgba(220, 128, 109, 0.5);
        border-bottom-color: rgba(151, 93, 193, 0.5);
        border-left-color: rgba(151, 93, 193, 0.5);
        border-right-color: rgba(220, 128, 109, 0.5);
        opacity: 0;
    }

        [b-dr4vm15ri7] .base .circ.circ-1 {
            transform: rotate3d(0, 1, 0, 24deg);
            animation: rotate-b-dr4vm15ri7 2s linear infinite;
            animation-delay: 0.1333333333s;
        }

        [b-dr4vm15ri7] .base .circ.circ-2 {
            transform: rotate3d(0, 1, 0, 48deg);
            animation: rotate-b-dr4vm15ri7 2s linear infinite;
            animation-delay: 0.2666666667s;
        }

        [b-dr4vm15ri7] .base .circ.circ-3 {
            transform: rotate3d(0, 1, 0, 72deg);
            animation: rotate-b-dr4vm15ri7 2s linear infinite;
            animation-delay: 0.4s;
        }

        [b-dr4vm15ri7] .base .circ.circ-4 {
            transform: rotate3d(0, 1, 0, 96deg);
            animation: rotate-b-dr4vm15ri7 2s linear infinite;
            animation-delay: 0.5333333333s;
        }

        [b-dr4vm15ri7] .base .circ.circ-5 {
            transform: rotate3d(0, 1, 0, 120deg);
            animation: rotate-b-dr4vm15ri7 2s linear infinite;
            animation-delay: 0.6666666667s;
        }

        [b-dr4vm15ri7] .base .circ.circ-6 {
            transform: rotate3d(0, 1, 0, 144deg);
            animation: rotate-b-dr4vm15ri7 2s linear infinite;
            animation-delay: 0.8s;
        }

        [b-dr4vm15ri7] .base .circ.circ-7 {
            transform: rotate3d(0, 1, 0, 168deg);
            animation: rotate-b-dr4vm15ri7 2s linear infinite;
            animation-delay: 0.9333333333s;
        }

        [b-dr4vm15ri7] .base .circ.circ-8 {
            transform: rotate3d(1, 0, 0, 192deg);
            animation: rotate-2-b-dr4vm15ri7 3s linear infinite;
            animation-delay: 1.0666666667s;
        }

        [b-dr4vm15ri7] .base .circ.circ-9 {
            transform: rotate3d(1, 0, 0, 216deg);
            animation: rotate-2-b-dr4vm15ri7 3s linear infinite;
            animation-delay: 1.2s;
        }

        [b-dr4vm15ri7] .base .circ.circ-10 {
            transform: rotate3d(1, 0, 0, 240deg);
            animation: rotate-2-b-dr4vm15ri7 3s linear infinite;
            animation-delay: 1.3333333333s;
        }

        [b-dr4vm15ri7] .base .circ.circ-11 {
            transform: rotate3d(1, 0, 0, 264deg);
            animation: rotate-2-b-dr4vm15ri7 3s linear infinite;
            animation-delay: 1.4666666667s;
        }

        [b-dr4vm15ri7] .base .circ.circ-12 {
            transform: rotate3d(1, 0, 0, 288deg);
            animation: rotate-2-b-dr4vm15ri7 3s linear infinite;
            animation-delay: 1.6s;
        }

        [b-dr4vm15ri7] .base .circ.circ-13 {
            transform: rotate3d(1, 0, 0, 312deg);
            animation: rotate-2-b-dr4vm15ri7 3s linear infinite;
            animation-delay: 1.7333333333s;
        }

        [b-dr4vm15ri7] .base .circ.circ-14 {
            transform: rotate3d(1, 0, 0, 336deg);
            animation: rotate-2-b-dr4vm15ri7 3s linear infinite;
            animation-delay: 1.8666666667s;
        }

        [b-dr4vm15ri7] .base .circ.circ-15 {
            transform: rotate3d(1, 0, 0, 360deg);
            animation: rotate-2-b-dr4vm15ri7 3s linear infinite;
            animation-delay: 2s;
        }

@keyframes rotate-b-dr4vm15ri7 {
    from {
        opacity: 1;
        transform: rotate3d(0, 1, 1, 360deg);
    }

    to {
        transform: rotate3d(0, 1, 1, 0deg);
        opacity: 1;
    }
}

@keyframes rotate-2-b-dr4vm15ri7 {
    from {
        opacity: 1;
        transform: rotate3d(1, 0, 1, 0deg);
    }

    to {
        opacity: 1;
        transform: rotate3d(1, 0, 1, 360deg);
    }
}

/*# sourceMappingURL=AILoader.razor.css.map */
/* _content/AffidavitGeneratorV2/Components/Pages/MinorComponents/Grids/PercentageColumnComponent.razor.rz.scp.css */
body[b-aj2sg0w76g] {
}
/* _content/AffidavitGeneratorV2/Components/Pages/MinorComponents/Loader.razor.rz.scp.css */
.loader-8[b-kilgf966tk] {
    width: 150px;
    height: 150px;
    border: 20px solid White;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

    .loader-8[b-kilgf966tk]:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 50px;
        background: Black;
        width: 50px;
        height: 50px;
        transform: translate(-50%, 50%);
        border-radius: 50%;
    }

.neumorphic[b-kilgf966tk] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    /*Opacify any color with pure CSS*/
    animation: 1s -.3s 1 paused opacify-b-kilgf966tk;
    backdrop-filter: blur(0.1rem);
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: -.25rem -.25rem .5rem rgba(0,0,0,.07), .25rem .25rem .5rem rgba(0,0,0,.12), -.75rem -.75rem 1.75rem rgba(0,0,0,.07), .75rem .75rem 1.75rem rgba(0,0,0,.12), inset 8rem 8rem 8rem rgba(0,0,0,.05), inset -8rem -8rem 8rem rgba(0,0,0,.05);
    height: 100vh;
    width: 100%;
    z-index: 2;
    cursor: wait; /* Add a pointer on hover */
}

.center[b-kilgf966tk] {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes opacify-b-kilgf966tk {
    to {
        background: transparent;
    }
}
/* _content/AffidavitGeneratorV2/Components/Pages/Playground.razor.rz.scp.css */
.background[b-mvvq345bjl] {
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 125%; /* Make it slightly larger than the viewport */
    height: 125%; /* Prevent gaps when moving */
    background-image: url(https://cdnb.artstation.com/p/assets/images/images/051/264/275/large/tim-warnock-nf-set5environments-war-torndemacia-c-04.jpg?1656872066);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}

.login-container[b-mvvq345bjl] {
    position: relative;
    z-index: 10;
    /* Style your login form here */
}

.row-content[b-mvvq345bjl] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-mvvq345bjl], .e-input-group.e-control-wrapper .e-input-group-icon[b-mvvq345bjl] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-mvvq345bjl] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}



.square-button[b-mvvq345bjl] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-mvvq345bjl] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Powers/BulkDocumentImport.razor.rz.scp.css */
.row-content[b-7e1bi9trck] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-7e1bi9trck], .e-input-group.e-control-wrapper .e-input-group-icon[b-7e1bi9trck] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-7e1bi9trck] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.page-content-area[b-7e1bi9trck] {
    border: solid #0000002b 1px;
    width: 100%;
    height: calc(100vh - 88px) !important;
    overflow: auto;
}

.page-content-body[b-7e1bi9trck] {
    height: calc(100% - 40px) !important;
    padding: 15px !important;
    overflow: auto;
}

.email-settings-top-grid[b-7e1bi9trck] {
    height: 50% !important;
    width: 100% !important;
}

.email-settings-bottom-templates[b-7e1bi9trck] {
    height: 50% !important;
    width: 100% !important;
    overflow: auto;
}

.square-button[b-7e1bi9trck] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-7e1bi9trck] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Powers/BulkDocumentSorting.razor.rz.scp.css */
.row-content[b-7gkf5q4mxn] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-7gkf5q4mxn], .e-input-group.e-control-wrapper .e-input-group-icon[b-7gkf5q4mxn] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-7gkf5q4mxn] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.page-content-area[b-7gkf5q4mxn] {
    border: solid #0000002b 1px;
    width: 100%;
    height: calc(100vh - 88px) !important;
    overflow: auto;
}

.page-content-body[b-7gkf5q4mxn] {
    height: calc(100% - 40px) !important;
    padding: 15px !important;
    overflow: auto;
}

.email-settings-top-grid[b-7gkf5q4mxn] {
    height: 50% !important;
    width: 100% !important;
}

.email-settings-bottom-templates[b-7gkf5q4mxn] {
    height: 50% !important;
    width: 100% !important;
    overflow: auto;
}

.square-button[b-7gkf5q4mxn] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-7gkf5q4mxn] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}

.row-content[b-7gkf5q4mxn] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-7gkf5q4mxn], .e-input-group.e-control-wrapper .e-input-group-icon[b-7gkf5q4mxn] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-7gkf5q4mxn] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.e-icons[b-7gkf5q4mxn] {
    color: white !important;
    font-size: 15px !important;
}

.page-content-area[b-7gkf5q4mxn] {
    border: solid #0000002b 1px;
    width: 100%;
    height: calc(100vh - 88px) !important;
    overflow: auto;
}

.page-content-body[b-7gkf5q4mxn] {
    height: calc(100% - 40px) !important;
    padding: 15px !important;
    overflow: auto;
}

.title-button-flex[b-7gkf5q4mxn] {
    display: flex;
    flex-flow: row;
}

    /* We tell all items to be 100% width, via flex-basis */
    .title-button-flex > *[b-7gkf5q4mxn] {
        flex: 1 100%;
    }

.button-flex[b-7gkf5q4mxn] {
    flex: 1 0px;
    padding-right: 5px;
}

.title-flex[b-7gkf5q4mxn] {
    flex: 9 0px;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Powers/Imports/AffidavitImports.razor.rz.scp.css */
body[b-72o66yh728] {
}
/* _content/AffidavitGeneratorV2/Components/Pages/Powers/Imports/CertificateImports.razor.rz.scp.css */
body[b-vgpzepkb6c] {
}
/* _content/AffidavitGeneratorV2/Components/Pages/Powers/Imports/FileManager.razor.rz.scp.css */
.row-content[b-b61hwenms5] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-b61hwenms5], .e-input-group.e-control-wrapper .e-input-group-icon[b-b61hwenms5] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-b61hwenms5] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.page-content-area[b-b61hwenms5] {
    border: solid #0000002b 1px;
    width: 100%;
    height: calc(100vh - 88px) !important;
    overflow: auto;
}

.page-content-body[b-b61hwenms5] {
    height: calc(100% - 40px) !important;
    padding: 15px !important;
    overflow: auto;
}

.email-settings-top-grid[b-b61hwenms5] {
    height: 50% !important;
    width: 100% !important;
}

.email-settings-bottom-templates[b-b61hwenms5] {
    height: 50% !important;
    width: 100% !important;
    overflow: auto;
}

.square-button[b-b61hwenms5] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-b61hwenms5] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Powers/Imports/ScorecardImports.razor.rz.scp.css */
body[b-ip4wcgl4oy] {
}
/* _content/AffidavitGeneratorV2/Components/Pages/Powers/PWDocumentDownload.razor.rz.scp.css */
.row-content[b-ccd8zt80ir] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-ccd8zt80ir], .e-input-group.e-control-wrapper .e-input-group-icon[b-ccd8zt80ir] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-ccd8zt80ir] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}



.square-button[b-ccd8zt80ir] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-ccd8zt80ir] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Powers/SuperPowers.razor.rz.scp.css */
.row-content[b-ujezgsd5jc] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-ujezgsd5jc], .e-input-group.e-control-wrapper .e-input-group-icon[b-ujezgsd5jc] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-ujezgsd5jc] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}



.square-button[b-ujezgsd5jc] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-ujezgsd5jc] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Affidavit/AffidavitIndex.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Affidavit/Sections/AffidavitDashboard.razor.rz.scp.css */
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-hoaakzfppf] {
    color: #111827;
    background: #D6E2C7 !important;
    box-sizing: border-box;
}

.ReportBtnClass[b-hoaakzfppf] {
    width: 100%;
}

.e-dashboardlayout.e-control .e-panel .e-panel-header[b-hoaakzfppf] {
    border-bottom: 1px solid #edebe9;
    color: #201f1e;
    font-family: "Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 56px;
    padding: 5px 5px 5px 15px;
    background: #D6E2C7 !important;
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-hoaakzfppf] {
    line-height: 35px !important;
    height: 50px !important;
    background: #D6E2C7 !important;
}

.e-dashboardlayout[b-hoaakzfppf] {
    padding: 10px;
}

    .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-hoaakzfppf] {
        line-height: 40px;
        height: 40px;
    }

.fluent .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-hoaakzfppf],
.fluent-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-hoaakzfppf] {
    height: 56px;
}

.bootstrap5 .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-hoaakzfppf],
.bootstrap5-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-hoaakzfppf],
.tailwind .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-hoaakzfppf],
.fluent .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-hoaakzfppf],
.fluent-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-hoaakzfppf],
.tailwind-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-hoaakzfppf] {
    line-height: inherit;
}

.root-container[b-hoaakzfppf] {
    height: 100%;
}

.title[b-hoaakzfppf] {
    font-size: 16px;
    font-weight: 400;
}

.category-text[b-hoaakzfppf] {
    float: left;
    line-height: 30px;
}

.category-icon[b-hoaakzfppf] {
    float: left;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}

.item-container[b-hoaakzfppf] {
    display: flex;
    text-align: center;
    height: 70%;
    padding: 2rem;
    font-size: 22px;
    font-weight: 400;
}

    .item-container.income[b-hoaakzfppf] {
        color: #17a00e
    }

    .item-container.balance[b-hoaakzfppf] {
        color: #008cff;
    }

    .item-container.transaction[b-hoaakzfppf] {
        color: #f41127;
    }

    .item-container.expense[b-hoaakzfppf] {
        color: #ca765a;
    }

.bottom-container[b-hoaakzfppf] {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.mobile .bottom-container[b-hoaakzfppf] {
    font-size: 30px;
}

.material .bottom-container[b-hoaakzfppf],
.fabric .bottom-container[b-hoaakzfppf],
.bootstrap .bottom-container[b-hoaakzfppf],
.bootstrap4 .bottom-container[b-hoaakzfppf],
.tailwind .bottom-container[b-hoaakzfppf],
.bootstrap5 .bottom-container[b-hoaakzfppf] {
    color: #4c5258;
}

.amt-payment.expense-payment[b-hoaakzfppf] {
    font-weight: bold;
    color: #ff5e65;
}

.amt-payment.income-payment[b-hoaakzfppf] {
    font-weight: bold;
    color: #04cd93;
}

.auto-left[b-hoaakzfppf] {
    margin-left: auto;
}

.e-panel-cotent[b-hoaakzfppf] {
    padding: 1rem;
}

@@font-face {
    font-family: 'e-sb-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.balance[b-hoaakzfppf]:after {
    content: "\e900";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.expense[b-hoaakzfppf]:after {
    content: "\e901";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.income[b-hoaakzfppf]:after {
    content: "\e902";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.transaction[b-hoaakzfppf]:after {
    content: "\e903";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.e-headercelldiv span.e-headertext[b-hoaakzfppf] {
    font-size: 14px;
    font-weight: 500;
}

.e-grid .e-rowcell[b-hoaakzfppf] {
    font-size: 13px;
}

.mobile .e-control.e-lib.e-dashboardlayout.e-responsive[b-hoaakzfppf] {
    z-index: 0;
    overflow: scroll;
}

.mobile .item-container[b-hoaakzfppf] {
    padding: 40px;
    font-size: 40px;
}

.mobile .balance[b-hoaakzfppf]:after {
    content: "\e900";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.mobile .expense[b-hoaakzfppf]:after {
    content: "\e901";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.mobile .income[b-hoaakzfppf]:after {
    content: "\e902";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.mobile .transaction[b-hoaakzfppf]:after {
    content: "\e903";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.e-control.e-lib.e-dashboardlayout.e-responsive[b-hoaakzfppf] {
    z-index: 0;
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-grid.sf-grid .e-gridcontent .e-content.e-yscroll[b-hoaakzfppf] {
    overflow: auto;
}

body.tailwind-dark .e-dashboardlayout.e-control .e-panel[b-hoaakzfppf] {
    border: 1px #435266 solid;
}

.e-gridheader[b-hoaakzfppf] {
    padding-right: 0px !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Affidavit/Sections/AffidavitGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/AFS/AFSIndex.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/AFS/Sections/AFSDashboard.razor.rz.scp.css */
.e-switch-wrapper[b-ittbopdapy] {
    width: 100% !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/AFS/Sections/AFSGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/AFS/Sections/AFSOverview.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Average Scores/AverageScoresIndex.razor.rz.scp.css */
body[b-szgwcka0hc] {
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Average Scores/Sections/AverageScoresDashboard.razor.rz.scp.css */
.e-switch-wrapper[b-svsxvlfkvh] {
    width: 100% !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Average Scores/Sections/AverageScoresGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Average Scores/Sections/AverageScoresOverview.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Certificate/CertificateIndex.razor.rz.scp.css */
.default-tab[b-x2eh15sgom] {
    border: 1px solid #d7d7d7;
}

    .default-tab .e-content .e-item[b-x2eh15sgom] {
        padding: 10px;
        text-align: justify;
    }

.default-tab-control-section[b-x2eh15sgom] {
    margin: 20px 20% 20px 20%;
}

@media screen and (max-width: 480px) {
    .default-tab-control-section[b-x2eh15sgom] {
        margin: 20px 0 20px 0;
    }
}

.bootstrap5 .default-tab[b-x2eh15sgom],
.bootstrap5-dark .default-tab[b-x2eh15sgom],
.bootstrap .default-tab[b-x2eh15sgom],
.bootstrap-dark .default-tab[b-x2eh15sgom],
.bootstrap4 .default-tab[b-x2eh15sgom] {
    border: none;
}

    .fluent .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .bootstrap5 .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .tailwind .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .material .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .bootstrap4 .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .bootstrap .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .fabric .default-tab .e-content > .e-item.e-active[b-x2eh15sgom] {
        background: #FAF9F8;
    }

    .fluent-dark .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .bootstrap5-dark .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .tailwind-dark .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .material-dark .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .bootstrap-dark .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .fabric-dark .default-tab .e-content > .e-item.e-active[b-x2eh15sgom],
    .highcontrast .default-tab .e-content > .e-item.e-active[b-x2eh15sgom] {
        background: #201F1E;
    }
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Certificate/Sections/CertificateDashboard.razor.rz.scp.css */
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-lnj5jim5is] {
    color: #111827;
    background: #D6E2C7 !important;
    box-sizing: border-box;
}

.ReportBtnClass[b-lnj5jim5is] {
    width: 100%;
}

.e-dashboardlayout.e-control .e-panel .e-panel-header[b-lnj5jim5is] {
    border-bottom: 1px solid #edebe9;
    color: #201f1e;
    font-family: "Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 56px;
    padding: 5px 5px 5px 15px;
    background: #D6E2C7 !important;
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-lnj5jim5is] {
    line-height: 35px !important;
    height: 50px !important;
    background: #D6E2C7 !important;
}

.e-dashboardlayout[b-lnj5jim5is] {
    padding: 10px;
}

    .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-lnj5jim5is] {
        line-height: 40px;
        height: 40px;
    }

.fluent .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-lnj5jim5is],
.fluent-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-lnj5jim5is] {
    height: 56px;
}

.bootstrap5 .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-lnj5jim5is],
.bootstrap5-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-lnj5jim5is],
.tailwind .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-lnj5jim5is],
.fluent .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-lnj5jim5is],
.fluent-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-lnj5jim5is],
.tailwind-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-lnj5jim5is] {
    line-height: inherit;
}

.root-container[b-lnj5jim5is] {
    height: 100%;
}

.title[b-lnj5jim5is] {
    font-size: 16px;
    font-weight: 400;
}

.category-text[b-lnj5jim5is] {
    float: left;
    line-height: 30px;
}

.category-icon[b-lnj5jim5is] {
    float: left;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}

.item-container[b-lnj5jim5is] {
    display: flex;
    text-align: center;
    height: 70%;
    padding: 2rem;
    font-size: 22px;
    font-weight: 400;
}

    .item-container.income[b-lnj5jim5is] {
        color: #17a00e
    }

    .item-container.balance[b-lnj5jim5is] {
        color: #008cff;
    }

    .item-container.transaction[b-lnj5jim5is] {
        color: #f41127;
    }

    .item-container.expense[b-lnj5jim5is] {
        color: #ca765a;
    }

.bottom-container[b-lnj5jim5is] {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.mobile .bottom-container[b-lnj5jim5is] {
    font-size: 30px;
}

.material .bottom-container[b-lnj5jim5is],
.fabric .bottom-container[b-lnj5jim5is],
.bootstrap .bottom-container[b-lnj5jim5is],
.bootstrap4 .bottom-container[b-lnj5jim5is],
.tailwind .bottom-container[b-lnj5jim5is],
.bootstrap5 .bottom-container[b-lnj5jim5is] {
    color: #4c5258;
}

.amt-payment.expense-payment[b-lnj5jim5is] {
    font-weight: bold;
    color: #ff5e65;
}

.amt-payment.income-payment[b-lnj5jim5is] {
    font-weight: bold;
    color: #04cd93;
}

.auto-left[b-lnj5jim5is] {
    margin-left: auto;
}

.e-panel-cotent[b-lnj5jim5is] {
    padding: 1rem;
}

@@font-face {
    font-family: 'e-sb-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.balance[b-lnj5jim5is]:after {
    content: "\e900";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.expense[b-lnj5jim5is]:after {
    content: "\e901";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.income[b-lnj5jim5is]:after {
    content: "\e902";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.transaction[b-lnj5jim5is]:after {
    content: "\e903";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.e-headercelldiv span.e-headertext[b-lnj5jim5is] {
    font-size: 14px;
    font-weight: 500;
}

.e-grid .e-rowcell[b-lnj5jim5is] {
    font-size: 13px;
}

.mobile .e-control.e-lib.e-dashboardlayout.e-responsive[b-lnj5jim5is] {
    z-index: 0;
    overflow: scroll;
}

.mobile .item-container[b-lnj5jim5is] {
    padding: 40px;
    font-size: 40px;
}

.mobile .balance[b-lnj5jim5is]:after {
    content: "\e900";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.mobile .expense[b-lnj5jim5is]:after {
    content: "\e901";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.mobile .income[b-lnj5jim5is]:after {
    content: "\e902";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.mobile .transaction[b-lnj5jim5is]:after {
    content: "\e903";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.e-control.e-lib.e-dashboardlayout.e-responsive[b-lnj5jim5is] {
    z-index: 0;
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-grid.sf-grid .e-gridcontent .e-content.e-yscroll[b-lnj5jim5is] {
    overflow: auto;
}

body.tailwind-dark .e-dashboardlayout.e-control .e-panel[b-lnj5jim5is] {
    border: 1px #435266 solid;
}

.e-gridheader[b-lnj5jim5is] {
    padding-right: 0px !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Certificate/Sections/CertificateGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Economic Development/EconomicDevelopmentIndex.razor.rz.scp.css */
body[b-vs74apuib8] {
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Economic Development/Sections/EconomicDevelopmentDashboard.razor.rz.scp.css */
body[b-bcmvvvq6tk] {
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Economic Development/Sections/EconomicDevelopmentGrid.razor.rz.scp.css */
body[b-ofe9wpjsd1] {
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Economic Development/Sections/EconomicDevelopmentOverview.razor.rz.scp.css */
body[b-z2xvlpj7ju] {
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/EF/EFIndex.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/EF/Sections/EFDashboard.razor.rz.scp.css */
.e-switch-wrapper[b-1jjdob36zj] {
    width: 100% !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/EF/Sections/EFGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/EF/Sections/EFOverview.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Employment Equity/EmploymentEquityIndex.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Employment Equity/Sections/EmploymentEquityDashboard.razor.rz.scp.css */
.e-switch-wrapper[b-7jucvar0c3] {
    width: 100% !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Employment Equity/Sections/EmploymentEquityGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Employment Equity/Sections/EmploymentEquityOverview.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Enterprise Supplier/EnterpriseSupplierIndex.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Enterprise Supplier/Sections/EnterpriseSupplierDashboard.razor.rz.scp.css */
.e-switch-wrapper[b-ob1s0m9okt] {
    width: 100% !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Enterprise Supplier/Sections/EnterpriseSupplierGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Enterprise Supplier/Sections/EnterpriseSupplierOverview.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Management Control/ManagementControlIndex.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Management Control/Sections/ManagementControlDashboard.razor.rz.scp.css */
.e-switch-wrapper[b-clhi6t4n7b] {
    width: 100% !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Management Control/Sections/ManagementControlGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Management Control/Sections/ManagementControlOverview.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Ownership/OwnershipIndex.razor.rz.scp.css */
body[b-r9qu1nuzbh] {
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Ownership/Sections/OwnershipDashboard.razor.rz.scp.css */
.e-switch-wrapper[b-dq4a494w36] {
    width: 100% !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Ownership/Sections/OwnershipGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Ownership/Sections/OwnershipOverview.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Preferencial Procurement/PreferencialProcurementIndex.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Preferencial Procurement/Sections/PreferencialProcurementDashboard.razor.rz.scp.css */
.e-switch-wrapper[b-ctbhvxpe48] {
    width: 100% !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Preferencial Procurement/Sections/PreferencialProcurementGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Preferencial Procurement/Sections/PreferencialProcurementOverview.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Sector/Sections/SectorDashboard.razor.rz.scp.css */
.e-dashboardlayout.e-control .e-panel .e-panel-header[b-kv5jraecxx] {
    border-bottom: 1px solid #edebe9;
    color: #201f1e;
    font-family: "Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 56px;
    padding: 5px 5px 5px 15px;
    background-color: #dfdfdf;
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-kv5jraecxx] {
    line-height: 35px !important;
    height: 50px !important;
}

.e-dashboardlayout[b-kv5jraecxx] {
    padding: 10px;
}

    .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-kv5jraecxx] {
        line-height: 40px;
        height: 40px;
    }

.fluent .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-kv5jraecxx],
.fluent-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-kv5jraecxx] {
    height: 56px;
}

.bootstrap5 .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-kv5jraecxx],
.bootstrap5-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-kv5jraecxx],
.tailwind .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-kv5jraecxx],
.fluent .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-kv5jraecxx],
.fluent-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-kv5jraecxx],
.tailwind-dark .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header[b-kv5jraecxx] {
    line-height: inherit;
}

.root-container[b-kv5jraecxx] {
    height: 100%;
}

.title[b-kv5jraecxx] {
    font-size: 16px;
    font-weight: 400;
}

.category-text[b-kv5jraecxx] {
    float: left;
    line-height: 30px;
}

.category-icon[b-kv5jraecxx] {
    float: left;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}

.item-container[b-kv5jraecxx] {
    display: flex;
    text-align: center;
    height: 70%;
    padding: 2rem;
    font-size: 22px;
    font-weight: 400;
}

    .item-container.income[b-kv5jraecxx] {
        color: #17a00e
    }

    .item-container.balance[b-kv5jraecxx] {
        color: #008cff;
    }

    .item-container.transaction[b-kv5jraecxx] {
        color: #f41127;
    }

    .item-container.expense[b-kv5jraecxx] {
        color: #ca765a;
    }

.bottom-container[b-kv5jraecxx] {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.mobile .bottom-container[b-kv5jraecxx] {
    font-size: 30px;
}

.material .bottom-container[b-kv5jraecxx],
.fabric .bottom-container[b-kv5jraecxx],
.bootstrap .bottom-container[b-kv5jraecxx],
.bootstrap4 .bottom-container[b-kv5jraecxx],
.tailwind .bottom-container[b-kv5jraecxx],
.bootstrap5 .bottom-container[b-kv5jraecxx] {
    color: #4c5258;
}

.amt-payment.expense-payment[b-kv5jraecxx] {
    font-weight: bold;
    color: #ff5e65;
}

.amt-payment.income-payment[b-kv5jraecxx] {
    font-weight: bold;
    color: #04cd93;
}

.auto-left[b-kv5jraecxx] {
    margin-left: auto;
}

.e-panel-cotent[b-kv5jraecxx] {
    padding: 1rem;
}

@@font-face {
    font-family: 'e-sb-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.balance[b-kv5jraecxx]:after {
    content: "\e900";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.expense[b-kv5jraecxx]:after {
    content: "\e901";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.income[b-kv5jraecxx]:after {
    content: "\e902";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.transaction[b-kv5jraecxx]:after {
    content: "\e903";
    font-size: 24px;
    font-family: "e-sb-icons";
}

.e-headercelldiv span.e-headertext[b-kv5jraecxx] {
    font-size: 14px;
    font-weight: 500;
}

.e-grid .e-rowcell[b-kv5jraecxx] {
    font-size: 13px;
}

.mobile .e-control.e-lib.e-dashboardlayout.e-responsive[b-kv5jraecxx] {
    z-index: 0;
    overflow: scroll;
}

.mobile .item-container[b-kv5jraecxx] {
    padding: 40px;
    font-size: 40px;
}

.mobile .balance[b-kv5jraecxx]:after {
    content: "\e900";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.mobile .expense[b-kv5jraecxx]:after {
    content: "\e901";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.mobile .income[b-kv5jraecxx]:after {
    content: "\e902";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.mobile .transaction[b-kv5jraecxx]:after {
    content: "\e903";
    font-size: 40px;
    font-family: "e-sb-icons";
}

.e-control.e-lib.e-dashboardlayout.e-responsive[b-kv5jraecxx] {
    z-index: 0;
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-grid.sf-grid .e-gridcontent .e-content.e-yscroll[b-kv5jraecxx] {
    overflow: auto;
}

body.tailwind-dark .e-dashboardlayout.e-control .e-panel[b-kv5jraecxx] {
    border: 1px #435266 solid;
}

.e-gridheader[b-kv5jraecxx] {
    padding-right: 0px !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Sector/Sections/SectorGrid.razor.rz.scp.css */
body[b-ipglr416y9] {
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Sector/SectorIndex.razor.rz.scp.css */
.default-tab[b-eldoe68e5i] {
    border: 1px solid #d7d7d7;
}

    .default-tab .e-content .e-item[b-eldoe68e5i] {
        padding: 10px;
        text-align: justify;
    }

.default-tab-control-section[b-eldoe68e5i] {
    margin: 20px 20% 20px 20%;
}

@media screen and (max-width: 480px) {
    .default-tab-control-section[b-eldoe68e5i] {
        margin: 20px 0 20px 0;
    }
}

.bootstrap5 .default-tab[b-eldoe68e5i],
.bootstrap5-dark .default-tab[b-eldoe68e5i],
.bootstrap .default-tab[b-eldoe68e5i],
.bootstrap-dark .default-tab[b-eldoe68e5i],
.bootstrap4 .default-tab[b-eldoe68e5i] {
    border: none;
}

    .fluent .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .bootstrap5 .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .tailwind .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .material .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .bootstrap4 .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .bootstrap .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .fabric .default-tab .e-content > .e-item.e-active[b-eldoe68e5i] {
        background: #FAF9F8;
    }

    .fluent-dark .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .bootstrap5-dark .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .tailwind-dark .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .material-dark .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .bootstrap-dark .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .fabric-dark .default-tab .e-content > .e-item.e-active[b-eldoe68e5i],
    .highcontrast .default-tab .e-content > .e-item.e-active[b-eldoe68e5i] {
        background: #201F1E;
    }
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Skills Development/Sections/SkillsDevelopmentDashboard.razor.rz.scp.css */
.e-switch-wrapper[b-ti4ommgnke] {
    width: 100% !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Skills Development/Sections/SkillsDevelopmentGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Skills Development/Sections/SkillsDevelopmentOverview.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Skills Development/SkillsDevelopmentIndex.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Socio Economic/Sections/SocioEconomicDashboard.razor.rz.scp.css */
.e-switch-wrapper[b-ajwmq827y9] {
    width: 100% !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Socio Economic/Sections/SocioEconomicGrid.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Socio Economic/Sections/SocioEconomicOverview.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Reporting/Socio Economic/SocioEconomicIndex.razor.rz.scp.css */
/* _content/AffidavitGeneratorV2/Components/Pages/Supplier/MyPurchases.razor.rz.scp.css */
.row-content[b-ubf57mzz0m] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-ubf57mzz0m], .e-input-group.e-control-wrapper .e-input-group-icon[b-ubf57mzz0m] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-ubf57mzz0m] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-button[b-ubf57mzz0m] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-ubf57mzz0m] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Supplier/MyPurchasesDocument.razor.rz.scp.css */
.row-content[b-u8ze2jemc4] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-u8ze2jemc4], .e-input-group.e-control-wrapper .e-input-group-icon[b-u8ze2jemc4] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-u8ze2jemc4] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-button[b-u8ze2jemc4] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-u8ze2jemc4] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Supplier/Search.razor.rz.scp.css */
.row-content[b-mut1cm69j4] {
    align-items: center;
}

.e-input-group .e-input-group-icon[b-mut1cm69j4], .e-input-group.e-control-wrapper .e-input-group-icon[b-mut1cm69j4] {
    background: rgba(0, 0, 0, 0);
    border-color: #d1d5db;
    color: #6b7280 !important;
}

.square-button[b-mut1cm69j4] {
    height: 25px !important;
    line-height: 1 !important;
    width: 25px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-button[b-mut1cm69j4] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #5e4936 !important;
}

.square-delete-button[b-mut1cm69j4] {
    height: 23px !important;
    line-height: 1 !important;
    padding: 0 !important;
    padding-top: 1px !important;
    width: 23px !important;
    border-radius: 20% !important;
    background-color: #d13438 !important;
}
/* _content/AffidavitGeneratorV2/Components/Pages/Tickets/SupportLandingPage.razor.rz.scp.css */
.tailwind-dark .e-kanban .e-kanban-header .e-header-cells .e-item-count[b-013tb97t9z],
.tailwind .e-kanban .e-kanban-header .e-header-cells .e-item-count[b-013tb97t9z],
.bootstrap5-dark .e-kanban .e-kanban-header .e-header-cells .e-item-count[b-013tb97t9z],
.bootstrap5 .e-kanban .e-kanban-header .e-header-cells .e-item-count[b-013tb97t9z] {
    margin-top: 3px;
}

.e-kanban .header-template-wrap[b-013tb97t9z] {
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
}

    .e-kanban .header-template-wrap .header-icon[b-013tb97t9z] {
        font-family: 'Kanban priority icons';
        margin-top: 3px;
        width: 10%;
    }

    .e-kanban .header-template-wrap .header-text[b-013tb97t9z] {
        margin-left: 15px;
    }

.e-kanban.e-rtl .header-template-wrap .header-text[b-013tb97t9z] {
    margin-right: 15px;
}

.e-kanban.e-rtl .e-card-avatar[b-013tb97t9z] {
    left: 12px;
    right: auto;
}

.e-kanban .e-card-avatar[b-013tb97t9z] {
    width: 30px;
    height: 30px;
    text-align: center;
    background: gainsboro;
    color: #6b6b6b;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 3px;
}

.bootstrap5 .e-kanban .e-card-avatar[b-013tb97t9z], .bootstrap5-dark .e-kanban .e-card-avatar[b-013tb97t9z], .tailwind .e-kanban .e-card-avatar[b-013tb97t9z], .tailwind-dark .e-kanban .e-card-avatar[b-013tb97t9z] {
    padding: 8px 3px;
}

.e-kanban .Open[b-013tb97t9z]::before {
    content: '\e700';
    color: #0251cc;
    font-size: 16px;
}

.e-kanban .In.Progress[b-013tb97t9z]::before {
    content: '\e703';
    color: #ea9713;
    font-size: 16px;
}

.e-kanban .e-image img[b-013tb97t9z] {
    background: #ececec;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
}

.e-kanban .Review[b-013tb97t9z]::before {
    content: '\e701';
    color: #8e4399;
    font-size: 16px;
}

.e-kanban .Close[b-013tb97t9z]::before {
    content: '\e702';
    color: #63ba3c;
    font-size: 16px;
}

.e-kanban .e-card .e-card-tag[b-013tb97t9z] {
    background: #ececec;
    color: #6b6b6b;
    margin-right: 5px;
    line-height: 1.1;
    font-size: 13px;
    border-radius: 3px;
    padding: 4px;
}

.e-kanban .e-card-footer[b-013tb97t9z] {
    display: flex;
    padding: 0px 12px 12px;
    line-height: 1;
    height: 35px;
}

.bootstrap5 .e-kanban .e-card-footer[b-013tb97t9z],
.bootstrap5-dark .e-kanban .e-card-footer[b-013tb97t9z] {
    height: 51px;
}

.tailwind .e-kanban .e-card-footer[b-013tb97t9z],
.tailwind-dark .e-kanban .e-card-footer[b-013tb97t9z] {
    height: 41px;
}

.bootstrap5.e-bigger .e-kanban .e-card-footer[b-013tb97t9z],
.bootstrap5-dark.e-bigger .e-kanban .e-card-footer[b-013tb97t9z],
.tailwind.e-bigger .e-kanban .e-card-footer[b-013tb97t9z],
.tailwind-dark.e-bigger .e-kanban .e-card-footer[b-013tb97t9z] {
    height: 37px;
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.Low.e-selection:hover[b-013tb97t9z],
.card-template.Low[b-013tb97t9z] {
    border-left: 3px solid #ffd600
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.High.e-selection:hover[b-013tb97t9z],
.card-template.High[b-013tb97t9z] {
    border-left: 3px solid #990099
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.Normal.e-selection:hover[b-013tb97t9z],
.card-template.Normal[b-013tb97t9z] {
    border-left: 3px solid #66cc33
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.Critical.e-selection:hover[b-013tb97t9z],
.card-template.Critical[b-013tb97t9z] {
    border-left: 3px solid #cc0000
}

.e-kanban.e-rtl .card-template[b-013tb97t9z] {
    border-left: none
}

    .e-kanban.e-rtl .card-template.Low[b-013tb97t9z] {
        border-right: 3px solid #ffd600
    }

    .e-kanban.e-rtl .card-template.High[b-013tb97t9z] {
        border-right: 3px solid #990099
    }

    .e-kanban.e-rtl .card-template.Normal[b-013tb97t9z] {
        border-right: 3px solid #66cc33
    }

    .e-kanban.e-rtl .card-template.Critical[b-013tb97t9z] {
        border-right: 3px solid #cc0000
    }

@font-face {
    font-family: 'Kanban priority icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="sf-icon-"][b-013tb97t9z],
[class*=" sf-icon-"][b-013tb97t9z] {
    font-family: 'Kanban priority icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fluent .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-tag[b-013tb97t9z],
.fluent .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-tag[b-013tb97t9z],
.fluent-dark .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-tag[b-013tb97t9z],
.fluent-dark .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-tag[b-013tb97t9z] {
    padding: 0px 4px;
    font-size: 12px;
}

.fluent .e-kanban .e-card-avatar[b-013tb97t9z] {
    padding: 7px 4px;
}
