@import 'Salezbird.Client.tnqr67za3h.bundle.scp.css';

/* _content/Salezbird/Components/Controls/ANavLink.razor.rz.scp.css */
[b-bldvx8iyjr] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-bldvx8iyjr] .icon-settings {
    -webkit-mask-image: url("images/account/settings.svg");
    mask-image: url("images/account/settings.svg");
}

[b-bldvx8iyjr] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

.menu-button-nav[b-bldvx8iyjr] {
    width: 1.875rem;
    height: 1.875rem;
}

[b-bldvx8iyjr] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}
/* _content/Salezbird/Components/Controls/ATextbox.razor.rz.scp.css */
[b-fp9wo44vdq] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-fp9wo44vdq] .icon-settings {
    -webkit-mask-image: url("images/account/settings.svg");
    mask-image: url("images/account/settings.svg");
}

[b-fp9wo44vdq] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

.menu-button-nav[b-fp9wo44vdq] {
    width: 1.875rem;
    height: 1.875rem;
}

[b-fp9wo44vdq] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}
/* _content/Salezbird/Components/Layout/Drawer.razor.rz.scp.css */
::deep .navigation-drawer[b-sknkm9zbxe] {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-sknkm9zbxe] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-sknkm9zbxe] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-sknkm9zbxe] {
        display: none;
        visibility: hidden;
    }

    [b-sknkm9zbxe] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 100;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-sknkm9zbxe] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/Salezbird/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zhjoofqjl9] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-zhjoofqjl9] .navigation-drawer > .dxbl-drawer-panel {
/*    This is the default created Blue background for the drawer panel */
/*    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);*/
}

[b-zhjoofqjl9] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
}

[b-zhjoofqjl9] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 0.5rem 1rem;
}

[b-zhjoofqjl9] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-zhjoofqjl9] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 0.5rem;
}

[b-zhjoofqjl9] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: left;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-zhjoofqjl9] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-zhjoofqjl9] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-zhjoofqjl9] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-zhjoofqjl9] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-zhjoofqjl9] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-zhjoofqjl9] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-zhjoofqjl9] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-zhjoofqjl9] .icon-settings {
    -webkit-mask-image: url("images/account/settings.svg");
    mask-image: url("images/account/settings.svg");
}

[b-zhjoofqjl9] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-zhjoofqjl9] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-zhjoofqjl9] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-zhjoofqjl9] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-zhjoofqjl9] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-zhjoofqjl9] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-zhjoofqjl9] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-zhjoofqjl9] {
    display: inline-flex;
}

.menu-button-nav[b-zhjoofqjl9] {
    width: 1.5rem;
    height: 1.5rem;
    width: 120px;
}

.nav-buttons-container[b-zhjoofqjl9] {
    display: flex;
    height: 3.5rem;
    max-height: 3.5rem;
    gap: 10px;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.nav-buttons-container[b-zhjoofqjl9]  .menubutton-float-end {
    margin-left: auto;
}




.footer-container[b-zhjoofqjl9] {
    border-top: 1px solid #d6d5d5;
    height: 2.5rem;
    max-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    bottom: 0;
    width: 100vw;
}

.nav-buttons-container[b-zhjoofqjl9]  .dxbl-btn-icon-only {
    --dxbl-btn-padding-x: 0.75rem;
    --dxbl-btn-padding-y: 0.25rem;
}

[b-zhjoofqjl9] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-zhjoofqjl9] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-zhjoofqjl9] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-zhjoofqjl9] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-zhjoofqjl9] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-zhjoofqjl9] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }

}

/*Customization for main body layout vertical scrollbar*/

[b-zhjoofqjl9]::-webkit-scrollbar {
    width: 0.5em;
}

[b-zhjoofqjl9]::-webkit-scrollbar-track-piece {
    background: white;
}

[b-zhjoofqjl9]::-webkit-scrollbar-thumb {
    background: #808b96;
}
/* _content/Salezbird/Components/Layout/NavTreeMenu.razor.rz.scp.css */
#sidebar[b-vc7dp63j71] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-vc7dp63j71] {
    text-align: center;
}

[b-vc7dp63j71] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-vc7dp63j71] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-vc7dp63j71] .menu {
    background-color: inherit;
}

[b-vc7dp63j71] .menu .dxbl-menu-item-list {
    gap: 0.5rem;
}

[b-vc7dp63j71] .menu-item {
    color: var(--bs-white);
    margin: 5px 0px 5px 0px;
}

[b-vc7dp63j71] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-vc7dp63j71] .home-icon {
    background-image: url("images/home.svg");
}

[b-vc7dp63j71] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-vc7dp63j71] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-vc7dp63j71] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-vc7dp63j71] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-vc7dp63j71] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-vc7dp63j71] .user-icon {
    background-image: url("images/account/user.svg");
}

[b-vc7dp63j71] .user-icon {
    background-image: url("images/account/user.svg");
}

table[b-vc7dp63j71] {
    width: 100%;
}

tr[b-vc7dp63j71] {

}

/*Flyout menu header*/
th[b-vc7dp63j71] {
    padding: 5px 0px 5px 5px;
    color: #111111;
    border-bottom: 1px solid;
}

td[b-vc7dp63j71] {
    padding: 15px 0px 0px 5px;
}

@media (max-width: 768px) {
    #sidebar[b-vc7dp63j71] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-vc7dp63j71] {
        text-align: inherit;
    }
}
/* _content/Salezbird/Components/Layout/NavTreeMenu2.razor.rz.scp.css */
#sidebar[b-lj9ahna7sc] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-lj9ahna7sc] {
    text-align: center;
}

/* TreeView - Change font size and weight*/
[b-lj9ahna7sc] .dxbl-treeview {
    /*    --dxbl-treeview-font-size: 0.9rem;
    --dxbl-treeview-font-weight: 500;*/
    --dxbl-treeview-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    --dxbl-treeview-font-size: 14px;
    --dxbl-treeview-font-weight: 400;
}

[b-lj9ahna7sc] .dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container:not(.dxbl-disabled):not(:disabled).dxbl-active {
    background-color: #5A70CD;
}

[b-lj9ahna7sc] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-lj9ahna7sc] .menu {
    background-color: inherit;
    padding: 0.5rem 1rem;
    /*    background-color: white;*/
}

[b-lj9ahna7sc] .menu .dxbl-menu-item-list {
    gap: 0.5rem;
}

/* Tree menu items style */
[b-lj9ahna7sc] .menu-item {
    /*        color: var(--bs-white);*/
}

[b-lj9ahna7sc] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-lj9ahna7sc] .home-icon {
    background-image: url("images/home.svg");
}

[b-lj9ahna7sc] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-lj9ahna7sc] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-lj9ahna7sc] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-lj9ahna7sc] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-lj9ahna7sc] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-lj9ahna7sc] .user-icon {
    background-image: url("images/account/user.svg");
}

[b-lj9ahna7sc] .user-icon {
    background-image: url("images/account/user.svg");
}

table[b-lj9ahna7sc] {
    width: 100%;
}

tr[b-lj9ahna7sc] {

}

/*Flyout menu header*/
th[b-lj9ahna7sc] {
    padding: 5px 0px 5px 5px;
    color: #111111;
    border-bottom: 1px solid;
}

td[b-lj9ahna7sc] {
    padding: 15px 0px 0px 5px;
}

@media (max-width: 768px) {
    #sidebar[b-lj9ahna7sc] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-lj9ahna7sc] {
        text-align: inherit;
    }
}
/* _content/Salezbird/Components/Layout/SimpleLayout.razor.rz.scp.css */
.page[b-5pq1hqxqos] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-5pq1hqxqos] .navigation-drawer > .dxbl-drawer-panel {
/*    This is the default created Blue background for the drawer panel */
/*    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);*/
}

[b-5pq1hqxqos] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
}

[b-5pq1hqxqos] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 0.5rem 1rem;
}

[b-5pq1hqxqos] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-5pq1hqxqos] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 0.5rem;
}

[b-5pq1hqxqos] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-5pq1hqxqos] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-5pq1hqxqos] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-5pq1hqxqos] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-5pq1hqxqos] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-5pq1hqxqos] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-5pq1hqxqos] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-5pq1hqxqos] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-5pq1hqxqos] .icon-settings {
    -webkit-mask-image: url("images/account/settings.svg");
    mask-image: url("images/account/settings.svg");
}

[b-5pq1hqxqos] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-5pq1hqxqos] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-5pq1hqxqos] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-5pq1hqxqos] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-5pq1hqxqos] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-5pq1hqxqos] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-5pq1hqxqos] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-5pq1hqxqos] {
    display: inline-flex;
}

.menu-button-nav[b-5pq1hqxqos] {
    width: 1.5rem;
    height: 1.5rem;
    width: 120px;
}


.logo[b-5pq1hqxqos] {
    width: 213px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

.nav-buttons-container[b-5pq1hqxqos] {
    display: flex;
    height: 3.5rem;
    max-height: 3.5rem;
    gap: 10px;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.nav-buttons-container[b-5pq1hqxqos]  .menubutton-float-end {
    margin-left: auto;
}

.body-container[b-5pq1hqxqos] {
    padding: 0.5rem 1rem 3rem 1rem !important;
    height: calc(100vh - 6rem);
    max-height: calc(100vh - 6rem);
    overflow: auto;
}

.footer-container[b-5pq1hqxqos] {
    border-top: 1px solid #d6d5d5;
    height: 2.5rem;
    max-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100vw;
}

.nav-buttons-container[b-5pq1hqxqos]  .dxbl-btn-icon-only {
    --dxbl-btn-padding-x: 0.75rem;
    --dxbl-btn-padding-y: 0.25rem;
}

[b-5pq1hqxqos] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-5pq1hqxqos] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-5pq1hqxqos] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-5pq1hqxqos] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-5pq1hqxqos] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-5pq1hqxqos] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }

}

/*Customization for main body layout vertical scrollbar*/

[b-5pq1hqxqos]::-webkit-scrollbar {
    width: 0.5em;
}

[b-5pq1hqxqos]::-webkit-scrollbar-track-piece {
    background: white;
}

[b-5pq1hqxqos]::-webkit-scrollbar-thumb {
    background: #808b96;
}
