/* _content/TalismanDashboard.Mvc/Views/Shared/DisplayTemplates/ActionOverlay.cshtml.rz.scp.css */

.action-panel[b-fucwvnxujf] {
    position: absolute;
}

svg[b-fucwvnxujf] {
    color: var(--bs-secondary-color);
}
/* _content/TalismanDashboard.Mvc/Views/Shared/DisplayTemplates/AlertHeader.cshtml.rz.scp.css */

#alertHeader[b-86c11wbj14] {
    padding: 16px;
}

img[b-86c11wbj14] {
    width: 48px;
    height: 48px;
}

h6[b-86c11wbj14] {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}

p[b-86c11wbj14] {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/DisplayTemplates/Decimal.cshtml.rz.scp.css */
/* _content/TalismanDashboard.Mvc/Views/Shared/DisplayTemplates/MenuModel.cshtml.rz.scp.css */
.sidebar .nav-link[b-bj3sxm3rzu] {
    font-size: 13px;
    font-weight: 300;
    color: #f2f2f2;
    padding: 0;
}

.sidebar .nav-link:hover[b-bj3sxm3rzu] {
    background-color: var(--tm-sidebar-hover-bg);
}


.sidebar .nav-link.active[b-bj3sxm3rzu] {
    color: white;
    background-color: var(--tm-sidebar-active-bg);
    font-weight: bold;
}

.sidebar .nav-link.active:hover[b-bj3sxm3rzu] {
    background-color: var(--tm-sidebar-active-bg);
}


.sidebar .nav-item .nav-item .nav-link[b-bj3sxm3rzu] {
    background-color: var(--tm-sidebar-submenu-bg);
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

    .sidebar .nav-item .nav-item .nav-link.active[b-bj3sxm3rzu],
    .sidebar .nav-item .nav-item .nav-link:hover[b-bj3sxm3rzu] {
        background-color: var(--tm-sidebar-submenu-hover-bg);
    }

.sidebar .nav-item .nav-item .nav-link img[b-bj3sxm3rzu] {
    margin: 6px 17px;
}


.sidebar .btn-toggle-nav[b-bj3sxm3rzu] {
    background-color: var(--tm-sidebar-submenu-bg);
    padding-bottom: 13px;
    margin-bottom: 12px;
}


.sidebar .btn-toggle[b-bj3sxm3rzu] {
    cursor: pointer;
}

.sidebar .btn-toggle[b-bj3sxm3rzu]::after {
    width: 10px;
    line-height: 0;
    content: url("/images/expand-arrow-down-10x6.svg");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    margin-left: auto;
    margin-right: 14px;
}

.sidebar .btn-toggle[aria-selected="true"][b-bj3sxm3rzu]::after {
    transform: rotate(180deg);
}

.sidebar .nav-link.active img.off[b-bj3sxm3rzu] {
    display: none;
}

.sidebar .nav-link.active img.on[b-bj3sxm3rzu] {
    display: block;
}

.sidebar .nav-item :not(.nav-link.active) img.on[b-bj3sxm3rzu] {
    display: none;
}

.sidebar .nav-item :not(.nav-link.active) img.off[b-bj3sxm3rzu] {
    display: block;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/DisplayTemplates/TabularData.cshtml.rz.scp.css */

table[b-mil5g7z3as] {
    font-size: 14px;
}

thead th[b-mil5g7z3as] {
    height: 40px;
    background-color: var(--bs-table-header-bg);
    color: var(--bs-secondary);
    padding: 5px;
    font-weight: normal;
}

thead th:first-of-type[b-mil5g7z3as] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 16px;
}

thead th:last-of-type[b-mil5g7z3as] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

tbody tr td[b-mil5g7z3as] {
    height: 40px;
    padding: 0 5px;
}

tbody tr td:first-of-type[b-mil5g7z3as] {
    padding-left: 16px;
}

tbody tr:first-of-type td:first-of-type[b-mil5g7z3as] {
    border-top-left-radius: 5px;
}

tbody tr:first-of-type td:last-of-type[b-mil5g7z3as] { 
    border-top-right-radius: 5px; 
}

tbody tr:last-of-type[b-mil5g7z3as] {
   /* border-bottom: solid 1px #d7d7d7;*/
}

tbody tr:last-of-type td:first-of-type[b-mil5g7z3as] {
    border-bottom-left-radius: 5px;
}

tbody tr:last-of-type td:last-of-type[b-mil5g7z3as] {
    border-bottom-right-radius: 5px;
}

.vertical-line[b-mil5g7z3as] {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: auto;
    transform: rotate(180deg);
}


.tbl-header[b-mil5g7z3as] {
    margin-bottom: 12px;
}

.tbl-content[b-mil5g7z3as] {
    overflow-x: auto;
}


.no-row-data[b-mil5g7z3as] {
    background-color: var(--bs-table-striped-bg);
    padding-top: 40px;
    min-height: 250px;
}
.no-row-data p[b-mil5g7z3as] {
    font-size: 14px;
    line-height: 18px;
}

/* for custom scrollbar for webkit browser*/

[b-mil5g7z3as]::-webkit-scrollbar {
    width: 8px;
}

[b-mil5g7z3as]::-webkit-scrollbar-track {
    background-color: var(--tm-scrollbar-track);
}

[b-mil5g7z3as]::-webkit-scrollbar-thumb {
    background-color: var(--tm-scrollbar-thumb);
    height: 18%;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/DisplayTemplates/TabularDataCondensed.cshtml.rz.scp.css */

table[b-d016zf55iz] {
    font-size: 14px;
}

thead th[b-d016zf55iz] {
    height: 40px;
    background-color: var(--bs-table-bg);
    padding: 5px;
    font-weight: bold;
}

thead th:first-of-type[b-d016zf55iz] {
    padding-left: 16px;
}

tbody tr td[b-d016zf55iz] {
    height: 30px;
    padding: 0 5px;
    background-color: var(--bs-table-striped-bg);
}

tbody tr td:first-of-type[b-d016zf55iz] {
    padding-left: 16px;
}

tbody tr:first-of-type[b-d016zf55iz] {
    /*border-top: solid 1px #d7d7d7;*/
}

tbody tr[b-d016zf55iz] {
    /*border-bottom: solid 1px #d7d7d7;*/
}

.vertical-line[b-d016zf55iz] {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: auto;
    transform: rotate(180deg);
}


.tbl-header[b-d016zf55iz] {
    /*margin-bottom: 12px;*/
}

.tbl-content[b-d016zf55iz] {
    overflow-x: auto;
}


.no-row-data[b-d016zf55iz] {
    background-color: var(--bs-table-striped-bg);
    padding-top: 5px;
    height: 30px;
}
.no-row-data p[b-d016zf55iz] {
    font-size: 14px;
    line-height: 18px;
}

/* for custom scrollbar for webkit browser*/

[b-d016zf55iz]::-webkit-scrollbar {
    width: 8px;
}

[b-d016zf55iz]::-webkit-scrollbar-track {
    background-color: var(--tm-scrollbar-track);
}

[b-d016zf55iz]::-webkit-scrollbar-thumb {
    background-color: var(--tm-scrollbar-thumb);
    height: 18%;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/DisplayTemplates/TabularDynamicData.cshtml.rz.scp.css */

table[b-9gksp89vln] {
    font-size: 14px;
}

thead th[b-9gksp89vln] {
    height: 40px;
    background-color: var(--bs-table-header-bg);
    color: var(--bs-secondary);
    padding: 5px;
    font-weight: normal;
}

thead th:first-of-type[b-9gksp89vln] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 16px;
}

thead th:last-of-type[b-9gksp89vln] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

tbody tr td[b-9gksp89vln] {
    height: 40px;
    padding: 0 5px;
}

tbody tr td:first-of-type[b-9gksp89vln] {
    padding-left: 16px;
}

tbody tr:first-of-type td:first-of-type[b-9gksp89vln] {
    border-top-left-radius: 5px;
}

tbody tr:first-of-type td:last-of-type[b-9gksp89vln] { 
    border-top-right-radius: 5px; 
}

tbody tr:last-of-type[b-9gksp89vln] {
   /* border-bottom: solid 1px #d7d7d7;*/
}

tbody tr:last-of-type td:first-of-type[b-9gksp89vln] {
    border-bottom-left-radius: 5px;
}

tbody tr:last-of-type td:last-of-type[b-9gksp89vln] {
    border-bottom-right-radius: 5px;
}

.vertical-line[b-9gksp89vln] {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: auto;
    transform: rotate(180deg);
}


.tbl-header[b-9gksp89vln] {
    margin-bottom: 12px;
}

.tbl-content[b-9gksp89vln] {
    overflow-x: auto;
}


.no-row-data[b-9gksp89vln] {
    background-color: var(--bs-table-striped-bg);
    padding-top: 40px;
    min-height: 250px;
}
.no-row-data p[b-9gksp89vln] {
    font-size: 14px;
    line-height: 18px;
}

/* for custom scrollbar for webkit browser*/

[b-9gksp89vln]::-webkit-scrollbar {
    width: 8px;
}

[b-9gksp89vln]::-webkit-scrollbar-track {
    background-color: var(--tm-scrollbar-track);
}

[b-9gksp89vln]::-webkit-scrollbar-thumb {
    background-color: var(--tm-scrollbar-thumb);
    height: 18%;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/DisplayTemplates/TabularDynamicDataCondensed.cshtml.rz.scp.css */

table[b-j7ozf7bmn0] {
    font-size: 14px;
}

thead th[b-j7ozf7bmn0] {
    height: 40px;
    background-color: var(--bs-table-bg);
    padding: 5px;
    font-weight: bold;
}

thead th:first-of-type[b-j7ozf7bmn0] {
    padding-left: 16px;
}

tbody tr td[b-j7ozf7bmn0] {
    height: 30px;
    padding: 0 5px;
    background-color: var(--bs-table-striped-bg);
}

tbody tr td:first-of-type[b-j7ozf7bmn0] {
    padding-left: 16px;
}

tbody tr:first-of-type[b-j7ozf7bmn0] {
    /*border-top: solid 1px #d7d7d7;*/
}

tbody tr[b-j7ozf7bmn0] {
    /*border-bottom: solid 1px #d7d7d7;*/
}

.vertical-line[b-j7ozf7bmn0] {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: auto;
    transform: rotate(180deg);
}


.tbl-header[b-j7ozf7bmn0] {
    /*margin-bottom: 12px;*/
}

.tbl-content[b-j7ozf7bmn0] {
    overflow-x: auto;
}


.no-row-data[b-j7ozf7bmn0] {
    background-color: var(--bs-table-striped-bg);
    padding-top: 5px;
    height: 30px;
}
.no-row-data p[b-j7ozf7bmn0] {
    font-size: 14px;
    line-height: 18px;
}

/* for custom scrollbar for webkit browser*/

[b-j7ozf7bmn0]::-webkit-scrollbar {
    width: 8px;
}

[b-j7ozf7bmn0]::-webkit-scrollbar-track {
    background-color: var(--tm-scrollbar-track);
}

[b-j7ozf7bmn0]::-webkit-scrollbar-thumb {
    background-color: var(--tm-scrollbar-thumb);
    height: 18%;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/DisplayTemplates/Toast.cshtml.rz.scp.css */

.toast[b-jcgw0xuxj2] {
    width: 500px;
}

.toast-icon[b-jcgw0xuxj2] {
    width: 60px;
    text-align: center;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.toast-body[b-jcgw0xuxj2] {
    padding: 30px 24px;
}

img[b-jcgw0xuxj2] {
    width: 38px;
    height: 38px;
}

h6[b-jcgw0xuxj2] {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 4px 0;
}

p[b-jcgw0xuxj2] {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
}

.btn-close[b-jcgw0xuxj2] {
    margin-right: 20px;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/DisplayTemplates/ValidationHeader.cshtml.rz.scp.css */

.validation-header[b-2o8dhi9uch] {
    background-color: #FD6151;
    padding: 20px;
    color: white;
}

    .validation-header:has(.validation-summary-valid)[b-2o8dhi9uch] {
        display: none;
    }

    .validation-header:has(.validation-summary-errors)[b-2o8dhi9uch] {
        display: flex;
    }

img[b-2o8dhi9uch] {
    margin-right: 8px;
}

h6[b-2o8dhi9uch] {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px 0;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/EditorTemplates/PasswordRequirements.cshtml.rz.scp.css */

div.password-requirements[b-jzvuxqptuw] {
    font-size: 12px;
    line-height: 14px;
    color: var(--bs-tertiary-color);
}

div.password-requirements ul[b-jzvuxqptuw] {
    padding-left: 14px;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/EditorTemplates/RowDataModel.cshtml.rz.scp.css */

table[b-kvorrqvxmu] {
    font-size: 14px;
}

thead th[b-kvorrqvxmu] {
    height: 40px;
    padding: 5px;
    font-weight: bold;
}

thead th:first-of-type[b-kvorrqvxmu] {
    padding-left: 16px;
}

tbody tr td[b-kvorrqvxmu] {
    height: 30px;
    padding: 0 5px;
}

tbody tr td:first-of-type[b-kvorrqvxmu] {
    padding-left: 16px;
}

tbody tr:first-of-type[b-kvorrqvxmu] {
    /*border-top: solid 1px #d7d7d7;*/
}

tbody tr[b-kvorrqvxmu] {
    /*border-bottom: solid 1px #d7d7d7;*/
}

.vertical-line[b-kvorrqvxmu] {
    width: 1px;
    /* Adjust the width as needed */

    height: 20px;
    /* Adjust the height as needed */

    /*background-color: rgba(255, 255, 255, 0.8);*/
    /* Change color if desired */

    margin-left: auto;
    /* Center the line horizontally */

    transform: rotate(180deg);
    /* Rotate the line to make it vertical */
}


.tbl-header[b-kvorrqvxmu] {
    /*margin-bottom: 12px;*/
}

.tbl-content[b-kvorrqvxmu] {
    overflow-x: auto;
}


/* for custom scrollbar for webkit browser*/

[b-kvorrqvxmu]::-webkit-scrollbar {
    width: 8px;
}

[b-kvorrqvxmu]::-webkit-scrollbar-track {
    /*background-color: #d4d4d4;*/
}

[b-kvorrqvxmu]::-webkit-scrollbar-thumb {
    /*background-color: #7f7f7f;*/
    height: 18%;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/EditorTemplates/SearchInputModel.cshtml.rz.scp.css */

[b-t3y3nza42o]::placeholder {
    /*color: #aaaaaa;*/
    opacity: 1; /* Firefox */
}
[b-t3y3nza42o]::-ms-input-placeholder { /* Edge 12 -18 */
    /*color: #aaaaaa;*/
}
/* _content/TalismanDashboard.Mvc/Views/Shared/EditorTemplates/TabularDataCondensed.cshtml.rz.scp.css */

table[b-c4svvmw055] {
    font-size: 14px;
}

thead th[b-c4svvmw055] {
    height: 40px;
    background-color: var(--bs-table-bg);
    padding: 5px;
    font-weight: bold;
}

thead th:first-of-type[b-c4svvmw055] {
    padding-left: 16px;
}

tbody tr td[b-c4svvmw055] {
    height: 30px;
    padding: 0 5px;
}

tbody tr td:first-of-type[b-c4svvmw055] {
    padding-left: 16px;
}

tbody tr:first-of-type[b-c4svvmw055] {
    /*border-top: solid 1px #d7d7d7;*/
}

tbody tr[b-c4svvmw055] {
    /*border-bottom: solid 1px #d7d7d7;*/
}

.vertical-line[b-c4svvmw055] {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: auto;
    transform: rotate(180deg);
}


.tbl-header[b-c4svvmw055] {
    /*margin-bottom: 12px;*/
}

.tbl-content[b-c4svvmw055] {
    overflow-x: auto;
}


.no-row-data[b-c4svvmw055] {
    /*background-color: #f2f2f2;*/
    padding-top: 5px;
    height: 30px;
}
.no-row-data p[b-c4svvmw055] {
    font-size: 14px;
    line-height: 18px;
}

/* for custom scrollbar for webkit browser*/

[b-c4svvmw055]::-webkit-scrollbar {
    width: 8px;
}

[b-c4svvmw055]::-webkit-scrollbar-track {
    background-color: var(--tm-scrollbar-track);
}

[b-c4svvmw055]::-webkit-scrollbar-thumb {
    background-color: var(--tm-scrollbar-thumb);
    height: 18%;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/_Header.cshtml.rz.scp.css */

header[b-yywbyjz9y6] {
    background-color: var(--tm-header-bg);
}

header nav h3[b-yywbyjz9y6] {
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
}

header nav .offcanvas-body ul.navbar-nav .nav-link[b-yywbyjz9y6] {
    padding-left: 28px;
    padding-right: 0;
}

header nav .offcanvas-body ul.navbar-nav li:last-child .nav-link[b-yywbyjz9y6] {
    padding-left: 24px;
    padding-right: 24px;
}

.theme-image[b-yywbyjz9y6] {
    width: 28px;
    height: 28px;
    background-size: cover;
    cursor: pointer;
}
.theme-image-light[b-yywbyjz9y6] {
    background-image: url("images/top-nav-lightmode-OFF.svg");
}
.theme-image-dark[b-yywbyjz9y6] {
    background-image: url("images/top-nav-darkmode-OFF.svg");
}

.theme-image-light:hover[b-yywbyjz9y6] {
    background-image: url('images/top-nav-lightmode-OVER.svg');
}
.theme-image-dark:hover[b-yywbyjz9y6] {
    background-image: url('images/top-nav-darkmode-OVER.svg');
}
/* _content/TalismanDashboard.Mvc/Views/Shared/_Information.cshtml.rz.scp.css */

h2[b-pfqhfnt4h0] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

p[b-pfqhfnt4h0] {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.modal-body[b-pfqhfnt4h0] {
    padding: 30px 24px;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/_Layout.cshtml.rz.scp.css */

div.container-fluid[b-0jb15378dk] {
    background-color: var(--tm-container-bg);
}
/* _content/TalismanDashboard.Mvc/Views/Shared/_Loader.cshtml.rz.scp.css */

#loader[b-p8lszavb9f] {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    padding-top: 100px;
    background: var(--bs-secondary-bg);
    opacity: 0.9;
}

    #loader .img-container[b-p8lszavb9f] {
        position: relative;
        display: inline-block;
    }

    #loader span[b-p8lszavb9f] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: var(--bs-tertiary-color);
        font-size: 8px;
    }
/* _content/TalismanDashboard.Mvc/Views/Shared/_LoginLayout.cshtml.rz.scp.css */
html[b-tivg8qsw19],
body[b-tivg8qsw19] {
    height: 100%;
}

main[b-tivg8qsw19] {
    background-color: var(--bs-secondary-bg);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

h1[b-tivg8qsw19] {
    font-size: 18px;
    text-align: left;
}

.form-signin[b-tivg8qsw19] {
    max-width: 470px;
    padding: 56px 40px 20px;
}

p[b-tivg8qsw19] {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.company-logo[b-tivg8qsw19] {
    margin-bottom: 44px;
}

.talisman[b-tivg8qsw19] {
    margin-top: 64px;
    margin-bottom: 14px;
}
/* _content/TalismanDashboard.Mvc/Views/Shared/_Sidebar.cshtml.rz.scp.css */

@media (min-width: 768px) {
    .sidebar .offcanvas-lg[b-fby01ybx7r] {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }
}

.sidebar[b-fby01ybx7r] {
    height: calc(100vh - 70px);
    width: 220px;
}

.sidebar .offcanvas-bottom[b-fby01ybx7r] {
    margin-left: 14px;
    margin-bottom: 16px;
}

#sidebar[b-fby01ybx7r] {
    width: 44px;
    min-width: 44px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

    #sidebar.expand[b-fby01ybx7r] {
        width: 220px;
        min-width: 220px;
    }
    
.sidebar-nav[b-fby01ybx7r] {
    flex: 1 1 auto;
}
