/* /Controls/AnchorBar.razor.rz.scp.css */
.xamUiAnchorBar[b-12dmeybcnp] {
    display: flex;
    padding: 0.5rem 1rem 0 0.5rem;
    padding-top: 0.5rem !important;
    background-color: transparent;
    border-bottom: solid 1px var(--border-color);
}

.xamUiAnchorTab[b-12dmeybcnp] {
    margin: 0 1rem;
    cursor: pointer;
}

    .xamUiAnchorTab:first-child[b-12dmeybcnp] {
        margin-left: 0;
    }

.xamUiTabArrow[b-12dmeybcnp] {
    clear: both;
    box-sizing: border-box;
    height: 1rem;
    border-bottom: 0.188rem solid transparent;
    position: relative;
    width: 2.75rem;
}

    .xamUiTabArrow[b-12dmeybcnp]::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0.188rem;
        border-radius: 0.125rem 0.125rem 0 0;
    }
/* /Controls/BusyIndicator.razor.rz.scp.css */
@keyframes grow-b-uten1pnpj0 {
    0%, 100%, 50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.xam-busy-indicator--s .xam-busy-indicator--circle-0[b-uten1pnpj0],
.xam-busy-indicator--s .xam-busy-indicator--circle-1[b-uten1pnpj0],
.xam-busy-indicator--s .xam-busy-indicator--circle-2[b-uten1pnpj0] {
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 0.2rem;
}

.xam-busy-indicator--m .xam-busy-indicator--circle-0[b-uten1pnpj0],
.xam-busy-indicator--m .xam-busy-indicator--circle-1[b-uten1pnpj0],
.xam-busy-indicator--m .xam-busy-indicator--circle-2[b-uten1pnpj0] {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.4rem;
}

.xam-busy-indicator--circle-0[b-uten1pnpj0] {
    -webkit-animation: grow 1.6s infinite cubic-bezier(0.32, 0.06, 0.85, 1.11);
    animation: grow-b-uten1pnpj0 1.6s infinite cubic-bezier(0.32, 0.06, 0.85, 1.11);
}

.xam-busy-indicator--circle-1[b-uten1pnpj0] {
    -webkit-animation: grow 1.6s infinite cubic-bezier(0.32, 0.06, 0.85, 1.11);
    animation: grow-b-uten1pnpj0 1.6s infinite cubic-bezier(0.32, 0.06, 0.85, 1.11);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.xam-busy-indicator--circle-2[b-uten1pnpj0] {
    -webkit-animation: grow 1.6s infinite cubic-bezier(0.32, 0.06, 0.85, 1.11);
    animation: grow-b-uten1pnpj0 1.6s infinite cubic-bezier(0.32, 0.06, 0.85, 1.11);
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.xam-busy-indicator[b-uten1pnpj0],
.xam-busy-indicator--s[b-uten1pnpj0],
.xam-busy-indicator--m[b-uten1pnpj0] {
    font-weight: 400;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    display: block;
    font-size: 0;
    color: #0854a0;
    color: var(--sapContent_IconColor, #0854a0);
}

.xam-busy-indicator--circle-0[b-uten1pnpj0],
.xam-busy-indicator--circle-1[b-uten1pnpj0],
.xam-busy-indicator--circle-2[b-uten1pnpj0] {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    color: #0854a0;
    color: var(--sapContent_IconColor, #0854a0);
    position: relative;
    width: 0.125rem;
    height: 0.125rem;
    margin: 0 0.2rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #7247b4;
}

.xam-overlay[b-uten1pnpj0] {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25); /* Black background with opacity */
    z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.xam-busy-indicator[b-uten1pnpj0] {
    position: absolute;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* /Controls/DialogBase.razor.rz.scp.css */
.xam-dialog[b-fzzmh8mmz5] {
    display: flex;
    flex-direction: column;
    z-index: 999999;
    position: absolute;
    visibility: visible;
    min-height: 8rem;
    max-height: calc(100% - 5rem - 6%);
    min-width: 20rem;
    max-width: 90%;
    background-clip: padding-box;
    outline: none;
    overflow: hidden;
    transition: opacity 0.15s, transform 0.2s;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.22), 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
    background-color: #ffffff;
}

    .xam-dialog.center[b-fzzmh8mmz5] {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .xam-dialog.resizable[b-fzzmh8mmz5] {
        resize: both;
    }

.xam-overlay[b-fzzmh8mmz5] {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25); /* Black background with opacity */
    z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
/* /Controls/Heading.razor.rz.scp.css */
.xamUiTitle[b-647agf7sds] {
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: normal;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: text;
    min-width: 2rem;
    flex-shrink: 1;
    text-shadow: none;
    max-width: 100%;
    color: var(--title-color);
    font-weight: inherit;
}

    .xamUiTitle.H1[b-647agf7sds] {
        font-size: 2.25rem;
        margin: 0;
        padding: 0;
        font-weight: inherit;
    }

    .xamUiTitle.H2[b-647agf7sds] {
        font-size: 1.5rem;
        margin: 0;
        padding: 0;
        font-weight: inherit;
    }

    .xamUiTitle.H3[b-647agf7sds] {
        font-size: 1.25rem;
        margin: 0;
        padding: 0;
        font-weight: inherit;
    }

    .xamUiTitle.H4[b-647agf7sds] {
        font-size: 1.125rem;
        margin: 0;
        padding: 0;
        font-weight: inherit;
    }

    .xamUiTitle.H5[b-647agf7sds] {
        font-size: 1rem;
        margin: 0;
        padding: 0;
        font-weight: inherit;
    }

    .xamUiTitle.H6[b-647agf7sds] {
        font-size: 0.875rem;
        margin: 0;
        padding: 0;
        font-weight: inherit;
    }

.xamUiTitleNoWrap[b-647agf7sds] {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
/* /Controls/PageFooter.razor.rz.scp.css */
.xamUiObjectPageFooter[b-44ywr1ocem] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.5rem;
    padding: 0 0.5rem;
    margin: .5rem 0;
    box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.22), 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
}

.xamUiObjectPageFooterToolbar[b-44ywr1ocem] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
/* /Controls/PageHeader.razor.rz.scp.css */
.xam-page-header[b-lo3tt8ihn8] {
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 -0.0625rem rgb(209, 209, 209), 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 0.25rem;
    background-color: #ffffff;
}

.xam-page-title-wrap[b-lo3tt8ihn8] {
    display: flex;
    align-items: center;
}

.xam-header-title[b-lo3tt8ihn8] {
    flex-shrink: 0;
}

.xam-sub-title[b-lo3tt8ihn8] {
    margin-top: 0.5rem;
    color: var(--sub-title-color);
}

.xam-page-wrapper[b-lo3tt8ihn8] {
    height: 100%;
    overflow: hidden auto;
    flex-grow: 1;
}

.xam-page-header-content[b-lo3tt8ihn8] {
    overflow: inherit;
    background-color: #fff;
}

.xam-page-header-div[b-lo3tt8ihn8] {
    display: flex;
    min-height: 2rem;
    padding: 1rem;
    padding-top: 0rem;
    padding-bottom: 0.25rem;
    z-index: 2;
    /*position: relative;*/
    flex-shrink: 0;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    transition: all 1s linear;
}

.xam-page-title[b-lo3tt8ihn8] {
    z-index: 3;
    position: relative;
    min-height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 1rem 2rem 1rem 2rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
    background: rgb(255, 255, 255);
    padding: 1.5rem 1.5rem 0.25rem 1.5rem;
}

.xam-page-title-inner[b-lo3tt8ihn8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.xam-page-head[b-lo3tt8ihn8] {
    color: var(--color);
}

.xam-header-toolbar[b-lo3tt8ihn8] {
    display: flex;
    align-items: center;
    justify-content: end;
}

.xam-layout-actions[b-lo3tt8ihn8] {
    display: flex;
    align-items: center;
    justify-content: end;
}

.xam-global-actions[b-lo3tt8ihn8] {
    display: flex;
    align-items: center;
    justify-content: end;
}

.xam-anchor-bar[b-lo3tt8ihn8] {
    padding: 0.75rem 0 0 var(--padmar-small);
}



.xamUiObjPageHeaderShowHideBtn[b-lo3tt8ihn8] {
    position: absolute;
    z-index: 9999;
    left: calc(50% - 72px);
    bottom: -12px;
}

.xam-page-header-div.Collapse[b-lo3tt8ihn8] {
    max-height: 0px;
    display: none;
    opacity: 0;
}

.xamUiObjPageHeaderShowHideBtn[b-lo3tt8ihn8]:before {
    content: "";
    position: absolute;
    width: 8rem;
    top: 50%;
    height: .0725rem;
    background-image: linear-gradient(270deg,#0854a0,rgba(8,84,160,0));
    right: 100%;
}

.xamUiObjPageHeaderShowHideBtn[b-lo3tt8ihn8]::after {
    content: "";
    position: absolute;
    width: 8rem;
    top: 50%;
    height: .0725rem;
    background-image: linear-gradient(90deg,#0854a0,rgba(8,84,160,0));
    left: 100%;
}
/* /Controls/Select.razor.rz.scp.css */
/* /Controls/Table.razor.rz.scp.css */

.xamUiTableWrapper[b-ryg98v2joz] {
    height: 100%;
    overflow: auto;
    border: solid 1px #e5e5e5;
}

    .xamUiTableWrapper[b-ryg98v2joz]::-webkit-scrollbar {
        width: 12px;
    }

    .xamUiTableWrapper[b-ryg98v2joz]::-webkit-scrollbar-track {
        background-color: rgb(242, 242, 242);
    }

    .xamUiTableWrapper[b-ryg98v2joz]::-webkit-scrollbar-thumb {
        background: rgb(220, 220, 220);
    }

        .xamUiTableWrapper[b-ryg98v2joz]::-webkit-scrollbar-thumb:hover {
            background: rgb(190, 190, 190);
            cursor: pointer;
        }

.xamUiTable[b-ryg98v2joz] {
    position: relative;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}
/* /Controls/TableCell.razor.rz.scp.css */
th td[b-bikb53reeo] {
    empty-cells: show;
}

.xamUiTableCell[b-bikb53reeo] {
    box-sizing: border-box;
    border-bottom: 0.0625rem solid var(--border-color);
    background-color: inherit;
    padding: .375rem 0.5rem .375rem 0.5rem;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
}

    .xamUiTableCell.NoPadding[b-bikb53reeo] {
        padding: 0
    }
/* /Controls/TableHeaderCell.razor.rz.scp.css */

.xamUiTableHeaderCell[b-o0qc0jfqd5] {
    box-sizing: border-box;
    /*border-right: 0.0625rem solid #e5e5e5;*/
    border-bottom: solid 1px grey;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0.5rem;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: normal;
}
/* /Controls/TableHeaderRow.razor.rz.scp.css */
.xamUiTableHeaderRow[b-z5l2djhsn0] {
    height: 28px;
    background-color: rgb(232,232,232);
    color: #624784;
}
/* /Controls/TableRow.razor.rz.scp.css */
.xamUiTableRow[b-ylfwbq2atq] {
    height: 32px;
    background-color: #ffffff;
}
/* /Controls/TDialog.razor.rz.scp.css */

.xam-dialog-header[b-tcy9xi4g8k] {
    box-sizing: border-box;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15), inset 0 -0.0625rem 0 0 #d9d9d9;
    /*max-height: 1.5rem;*/
}

    .xam-dialog-header:active[b-tcy9xi4g8k] {
        cursor: move;
        cursor: grabbing;
        cursor: grab;
    }

.xam-dialog-header-bar[b-tcy9xi4g8k] {
    display: flex;
    flex-direction: column;
    padding: 0.65rem 1rem;
    border-bottom: 1px solid var(--cont-border-color);
    width: 100%;
    text-align: start;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xam-dialog-header-icon[b-tcy9xi4g8k] {
    font-family: sap-icon;
    color: var(--highlight-color);
    font-size: var(--font-large);
    -webkit-font-smoothing: antialiased;
}

.xam-dialog-sub-title[b-tcy9xi4g8k] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--subTitle-color);
}

.xam-dialog-content[b-tcy9xi4g8k] {
    flex: 1;
    padding: 1rem;
    padding: 1.5rem;
    height: auto;
    overflow: auto;
    min-height: 2.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: var(--font-medium);
}

    .xam-dialog-content[b-tcy9xi4g8k]::-webkit-scrollbar {
        width: 8px;
    }

    .xam-dialog-content[b-tcy9xi4g8k]::-webkit-scrollbar-track {
        background-color: rgb(242, 242, 242);
    }

    .xam-dialog-content[b-tcy9xi4g8k]::-webkit-scrollbar-thumb {
        background: rgb(230, 230, 230);
    }

        .xam-dialog-content[b-tcy9xi4g8k]::-webkit-scrollbar-thumb:hover {
            background: rgb(220, 220, 220);
        }

.xam-dialog-scroll[b-tcy9xi4g8k] {
    height: auto;
    width: 100%;
    vertical-align: middle;
}

.xam-dialog-scroll-cont[b-tcy9xi4g8k] {
    box-sizing: border-box;
    padding: 0 1rem 0 1rem;
    width: 100%;
}

.xam-dialog-footer[b-tcy9xi4g8k] {
    box-sizing: border-box;
    min-height: 2.125rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fff;
    border-top: 1px solid var(--cont-border-color);
    border-bottom: none;
    font-size: var(--font-medium);
    padding: 0.5rem 0.5rem;
}
/* /Controls/TextBoxBase.razor.rz.scp.css */

.xamUiInputBase[b-b13vxc213g] {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    height: 1.75rem;
    width: 100%;
    line-height: 1.55rem;
    padding: 2px 0px;
    margin: 0 0.0625rem;
    box-sizing: border-box;
    border: solid 1px lightgrey;
    background-color: #ffffff;
    font-size: 0.875rem;
}

.xamUiInputBaseWrap[b-b13vxc213g] {
    display: flex;
    flex: 1;
    align-items: center;
    height: 100%;
    padding: 2px;
}

.xamUiInputBaseText[b-b13vxc213g] {
    border: none;
    font-size: 0.875rem;
    outline: none;
    width: 1px;
    flex: 1;
    background-color: inherit;
}
/* /Controls/TLabel.razor.rz.scp.css */
.xamUiLabel[b-goig1du6o7] {
    color: #6a6d70;
    font-size: 0.875rem;
    transition: display 1s ease-in-out;
    margin: 2px 0;
}

    .xamUiLabel.Wrapped[b-goig1du6o7] {
        white-space: pre-line;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/* /Controls/t_Button.razor.rz.scp.css */
.xamUiButton[b-h30i88s4pf] {
    line-height: 30px;
    height: 30px;
    width: 190px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
}

    .xamUiButton.None[b-h30i88s4pf] {
        background-color: #7247b4;
        color: #ffffff;
    }

    .xamUiButton.Critical[b-h30i88s4pf] {
        background-color: #dd0000;
        color: #ffffff;
    }
/* /Controls/T_Link.razor.rz.scp.css */
.xam-link[b-rlzukiw007] {
    color: var(--link-color);
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    font-size: inherit;
    cursor: pointer;
    text-shadow: none;
    max-width: 100%;
}

    .xam-link:hover[b-rlzukiw007] {
        text-decoration: underline;
    }

.xam-link-desc[b-rlzukiw007] {
    color: var(--label-color);
    margin-left: var(--padmar-tiny);
    font-size: var(--font-medium);
}

.xamLinkDisabled[b-rlzukiw007] {
    opacity: 0.4;
    outline: none;
    pointer-events: none;
}

.xamLinkEmphasized[b-rlzukiw007] {
    font-weight: bold;
}

.xamLinkWrapping[b-rlzukiw007] {
    white-space: pre-line;
    word-wrap: break-word;
}
/* /Controls/T_Text.razor.rz.scp.css */
.xamUiText[b-7e86pspx32] {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    white-space: pre-line;
    word-wrap: break-word;
    cursor: text;
    cursor: inherit;
    font-size: 0.875rem;
    line-height: normal;
    text-align: left;
    color: var(--color);
}

    .xamUiText.Disabled[b-7e86pspx32] {
        opacity: 0.5;
    }

.xamUiTextNoWrap[b-7e86pspx32] {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.xamUiTextShowWhiteSpace[b-7e86pspx32] {
    white-space: pre-wrap;
}

.xamUiTextLineClamp[b-7e86pspx32] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Pages/EmailDetails.razor.rz.scp.css */
.wrapper[b-0vskyx7j16] {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.inner-wrapper[b-0vskyx7j16] {
    max-width: 767px;
}

.header-div[b-0vskyx7j16] {
    height: 64px;
    line-height: 64px;
    background-color: rgb(207, 207, 207);
    padding: 0 16px;
    font-size: 24px;
}

.description[b-0vskyx7j16] {
    margin-top: 32px;
    font-weight: 700;
    padding: 0 16px;
}

.message-wrap[b-0vskyx7j16] {
    border: solid 1px grey;
    border-radius: 6px;
    margin-top: 36px;
}

.message[b-0vskyx7j16] { 
    height: 172px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 2px;
    padding: 8px
}

    .message[b-0vskyx7j16]::-webkit-scrollbar {
        width: 8px;
    }

    .message[b-0vskyx7j16]::-webkit-scrollbar-track {
        background-color: #ffffff;
    }

    .message[b-0vskyx7j16]::-webkit-scrollbar-thumb {
        background: rgb(218, 218, 218);
        border-radius: 10px;
    }

        .message[b-0vskyx7j16]::-webkit-scrollbar-thumb:hover {
            background: rgb(193, 192, 191);
        }

.description2[b-0vskyx7j16] {
    margin-top: 32px;
    padding: 0 16px;
}

.description-small[b-0vskyx7j16] {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 0.75rem;
    padding: 0 16px;
}

    .description-small > *[b-0vskyx7j16] {
        font-size: inherit;
    }

.buttons-wrap[b-0vskyx7j16] {
    display: flex;
    padding: 0 16px;
}

.success[b-0vskyx7j16] {
    margin-top: 32px;
    border-left: solid 4px rgb(138, 195, 139);
    background-color: rgb(205,224,196);
    color: rgb(68, 117, 90);
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
}

.error[b-0vskyx7j16] {
    margin-top: 32px;
    border-left: solid 4px #bb0000;
    background-color: #ffebeb;
    color: #bb0000;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
}


.verify-code-wrap[b-0vskyx7j16] {
    display: flex;
    margin-top: 32px;
}

.verify-code-wrap-inner[b-0vskyx7j16] {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
}

.verify-code-text[b-0vskyx7j16] {
    border: none;
    border-bottom: solid 1px rgb(190, 190, 190);
    margin-top: 6px;
    font-weight: 700;
    height: 28px;
    width: 160px;
    line-height: 28px;
}

.verify-code-desc[b-0vskyx7j16] {
    display: flex;
    margin-top: 8px;
}

    .verify-code-desc > img[b-0vskyx7j16] {
        width: 12px;
        height: 12px;
    }

    .verify-code-desc > span[b-0vskyx7j16] {
        font-size: 0.75rem;
        margin-left: 6px;
        line-height: 12px;
    }


.attachment-wrap[b-0vskyx7j16] {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    font-size: 0.75rem;
    padding: 0 16px;
}

.attachment-head[b-0vskyx7j16] {
    font-weight: 700;
    margin-bottom: 4px;
}

.attachment[b-0vskyx7j16] {
    background-color: rgb(242, 242, 242);
    border: solid 1px lightgrey;
    border-radius: 8px;
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .attachment > img[b-0vskyx7j16] {
        width: 18px;
        height: 20px;
    }

    .attachment > span[b-0vskyx7j16] {
        margin-left: 8px;
    }

.attachment-desc[b-0vskyx7j16] {
    font-size: 0.75rem;
    padding: 0 16px;
    margin-top: 16px;
}

.footer-wrap[b-0vskyx7j16] {
    margin-top: 120px;
    margin-bottom: 32px;
    font-size: 0.75rem;
    padding: 0 16px;
    text-align: center;
}

    .footer-wrap > *[b-0vskyx7j16] {
        font-inherit;
    }
/* /Pages/EmailVerification.razor.rz.scp.css */
.wrapper[b-ub0h1p5n1q] {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.inner-wrapper[b-ub0h1p5n1q] {
    max-width: 767px;
}

.header-div[b-ub0h1p5n1q] {
    height: 64px;
    line-height: 64px;
    background-color: rgb(207, 207, 207);
    padding: 0 16px;
    font-size: 24px;
}

.description[b-ub0h1p5n1q] {
    margin-top: 32px;
    font-weight: 700;
    padding: 0 16px;
}

.message-wrap[b-ub0h1p5n1q] {
    border: solid 1px grey;
    border-radius: 6px;
    margin-top: 36px;
}

.message[b-ub0h1p5n1q] {
    height: 172px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 2px;
    padding: 8px
}

    .message[b-ub0h1p5n1q]::-webkit-scrollbar {
        width: 8px;
    }

    .message[b-ub0h1p5n1q]::-webkit-scrollbar-track {
        background-color: #ffffff;
    }

    .message[b-ub0h1p5n1q]::-webkit-scrollbar-thumb {
        background: rgb(218, 218, 218);
        border-radius: 10px;
    }

        .message[b-ub0h1p5n1q]::-webkit-scrollbar-thumb:hover {
            background: rgb(193, 192, 191);
        }

.description2[b-ub0h1p5n1q] {
    margin-top: 32px;
    padding: 0 16px;
}

.description-small[b-ub0h1p5n1q] {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 0.75rem;
    padding: 0 16px;
}

    .description-small>*[b-ub0h1p5n1q]{
        font-size: inherit;
    }

    .buttons-wrap[b-ub0h1p5n1q] {
        display: flex;
        padding: 0 16px;
    }

.success[b-ub0h1p5n1q] {
    margin-top: 32px;
    border-left: solid 4px rgb(138, 195, 139);
    background-color: rgb(205,224,196);
    color: rgb(68, 117, 90);
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
}

.error[b-ub0h1p5n1q] {
    margin-top: 32px;
    border-left: solid 4px #bb0000;
    background-color: #ffebeb;
    color: #bb0000;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
}
/* /Pages/ForgotPassword.razor.rz.scp.css */
.header[b-ku22pl5bz8] {
    display: flex;
    align-items: center;
    height: 58px;
    background-color: #ffffff;
    padding: 0 32px;
    font-size: 24px;
    font-weight: 600;
    color: #000000
}

.input-wrap[b-ku22pl5bz8] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 0.5rem 0;
    margin-top: 16px;
}

.email-input[b-ku22pl5bz8] {
    width: 420px;
}

.reset-button-wrap[b-ku22pl5bz8] {
    margin-top: 32px;
    width: 140px;
}

@media screen and (max-width: 800px) {
    .header[b-ku22pl5bz8]{
        justify-content: center;
    }

    .wrapper-0[b-ku22pl5bz8]{
        background-color: #ffffff !important;
    }

    .wrapper-3[b-ku22pl5bz8] {
        box-shadow: none !important;
        padding-top: 0 !important;
    }

    .wrapper[b-ku22pl5bz8] {
        width: 100% !important;
    }

    .desc[b-ku22pl5bz8] {
        width: 100% !important;
    }

    .input-wrap[b-ku22pl5bz8] {
        padding: 0 !important;
        margin-top: 32px !important;
    }

    .email-input[b-ku22pl5bz8] {
        width: 100% !important;
    }

    .reset-button-wrap[b-ku22pl5bz8] {
        margin-top: 48px !important;
        width: 100% !important;
    }
}
/* /Pages/T_PracticeDetails.razor.rz.scp.css */
.xamUiSubscriptionRow[b-nzxvi3h4kc] {
    display: flex;
    align-items: center;
    border-bottom: solid 1px var(--border-color);
    margin: 12px 0;
    padding-bottom: 3px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-wkktd8iddd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-wkktd8iddd] {
    flex: 1;
}

.sidebar[b-wkktd8iddd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wkktd8iddd] {
        display: none;
    }

    .top-row.auth[b-wkktd8iddd] {
        justify-content: space-between;
    }

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

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

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

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

    .main > div[b-wkktd8iddd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nf8tdmxa0n] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-nf8tdmxa0n] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

    .nav-item[b-nf8tdmxa0n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-nf8tdmxa0n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PlanSelector.razor.rz.scp.css */
.plan-title[b-i05hiu6c57] {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: inherit;
}

.plan[b-i05hiu6c57] {
    width: 329px;
    height: 48px;
    background: #FFFFFF;
    color:#6247B4; 
    border: solid 1px transparent;
    border-radius: 8px;
    margin-top: 12px;
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

    .plan.selected[b-i05hiu6c57] {
        background-color:#5335B0;
        color: #ffffff;
    }

    .plan:hover[b-i05hiu6c57] {
        border: solid 1px #6247B4;
    }

.plan-drtalk-logo[b-i05hiu6c57] {
    width: 64px;
    height: 16px;
    border-radius: 0px;
    margin-right: 3px;
}

.plan-name[b-i05hiu6c57] {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.01em;
    text-align: left;
    color: inherit;

}

.plan-active-badge[b-i05hiu6c57], .plan-added-badge[b-i05hiu6c57], .plan-click-to-add-badge[b-i05hiu6c57], .plan-cancelled-badge[b-i05hiu6c57] {
    padding: 6px 10px;
    background: #E3F8D7;
    border-radius: 34px;
    height: 24px;
    color: #4F9B27;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: -0.01em;
    text-align: center;
}

.plan-added-badge[b-i05hiu6c57] {
    background-color:palegoldenrod;
    color: darkgoldenrod;
}

.plan-click-to-add-badge[b-i05hiu6c57] {
    background-color: paleturquoise;
    color: darkblue;
}

.plan-cancelled-badge[b-i05hiu6c57] {
    background-color: lightpink;
    color: darkred;
}

.plan-amount[b-i05hiu6c57] {
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    height: 48px;
}

.plan-amount-desc[b-i05hiu6c57] {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #606F7B;
}

.plan-right-side-name[b-i05hiu6c57] {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #6247B4
}

.plan-upgrade-button[b-i05hiu6c57] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 8px;
    padding: 15px;
    background-color: #C72D65;
    cursor: pointer;
    width: 90%;
    margin: auto;
}

    .plan-upgrade-button.disabled[b-i05hiu6c57] {
        background-color: #949494;
        pointer-events: none;
    }

.plan-upgrade-button-text[b-i05hiu6c57] {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: #ffffff;
}


.plan-feature-wrap[b-i05hiu6c57]{
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    width: 50%;
}

.plan-feature[b-i05hiu6c57] {
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
    margin-left: 14px;
}

.plan-feature-tick[b-i05hiu6c57] {
    height: 10px;
    width: 13px;
    border-radius: 0px;
}

.plan-cancel-disc[b-i05hiu6c57] {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    height: 32px;
}

.plan-cancel-button[b-i05hiu6c57] {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    color: #5335B0;
    height: 32px;
    cursor: pointer;
}

.addon-title[b-i05hiu6c57] {
    margin-top: 10px;
    height: 25px;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #252A34;
}

.addon-badge[b-i05hiu6c57] {
    background-color:#20C997;
    color: #ffffff;
}

.coupon-header-row[b-i05hiu6c57] {
    display: flex;
    align-items: center;
    ;
    justify-content: center;
    color: inherit;
}

.coupon-plan-name[b-i05hiu6c57] {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #6247B4;
}

.coupon-desc[b-i05hiu6c57] {
    display: flex;
    align-items: center;
    margin-top: 12px;
    height: 88px;
    width: 775px;
}

.coupon-entry-row[b-i05hiu6c57] {
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: center;
}

.coupon-discount-row[b-i05hiu6c57] {
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px rgba(0, 0, 0, .2);
    height: 62px;
}

.coupon-total-row[b-i05hiu6c57] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px rgba(0, 0, 0, .2);
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    height: 62px;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.04em;
    text-align: left;
}

.coupon-upgrade-downgrade-button-row[b-i05hiu6c57] {
    margin-top: 38px;
    display: flex;
    justify-content: center;
}


/* /Shared/PrivacyPolicy.razor.rz.scp.css */
.sub-heading[b-rrsdkiw0c9] {
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: #5335B0;
    margin: 16px 0 8px 0;
}
/* /Shared/TermsAndConditions.razor.rz.scp.css */
.sub-heading[b-od98t9qd5f] {
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: #5335B0;
    margin: 16px 0 8px 0;
}
/* /XamControls/Display/Text.razor.rz.scp.css */
.xamUiText[b-3puosgod2r] {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    white-space: pre-line;
    word-wrap: break-word;
    cursor: text;
    cursor: inherit;
    font-size: 0.875rem;
    line-height: normal;
    text-align: left;
    color: var(--color);
}

    .xamUiText.Disabled[b-3puosgod2r] {
        opacity: 0.5;
    }

.xamUiTextNoWrap[b-3puosgod2r] {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.xamUiTextShowWhiteSpace[b-3puosgod2r] {
    white-space: pre-wrap;
}

.xamUiTextLineClamp[b-3puosgod2r] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /XamControls/Grid/Grid.razor.rz.scp.css */
.grid-page-number[b-yk2eu7oi3p] {
    margin: 0 4px;
    padding: .25rem .5rem;
    color: #5335B0;
    border: solid 1px #949494;
    border-radius: 3px;
    min-width: 32px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
}

.grid-page-number.selected[b-yk2eu7oi3p] {
    background-color: #5335B0;
    color: #ffffff;
    border: solid 1px #5335B0;
}

    .grid-page-number.disabled[b-yk2eu7oi3p] {
        pointer-events: none;
        background-color: #D1D1D1;
        color: #949494;
    }
