/* _content/CompanyPortal/Components/Dialogs/ContactUsFormDialog.razor.rz.scp.css */
#hardware-items-container[b-4gxvh6v4oz] {
    max-height: 450px !important;
    overflow-y: auto !important;
}

@media (max-width: 959px) {
    #hardware-items-container[b-4gxvh6v4oz] {
        max-height: unset !important;
        overflow-y: unset !important;
    }
}
/* _content/CompanyPortal/Components/Layout/MainLayout.razor.rz.scp.css */
[b-c1kjympyed] .brand-text {
    letter-spacing: .1rem !important;
    font-weight: 400 !important;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif !important;
    margin-inline-start: 12px !important;
    font-size: 20px !important;
    user-select: none !important;
}

/* Overriding the top nav bar items default margins. */
[b-c1kjympyed] .mud-nav-link-text {
    margin-left: 0 !important;
}

/* Overriding the top nav bar items hover and selected styles. */
[b-c1kjympyed] .mud-navmenu.mud-navmenu-default .mud-nav-link {
    --mud-palette-action-default-hover: rgba(0, 0, 0, 0) !important;
    --mud-palette-ripple-opacity: 0 !important;

    &.active:not(.mud-nav-link-disabled) {
        background-color: transparent !important;
    }
}

[b-c1kjympyed] .mini-nav-button-container {
    margin-right: 10px;
}

/* Overriding the top nav bar items click ripple effects. */
[b-c1kjympyed] .mud-ripple {
    &:after {
        background-image: none !important;
        transform: none !important;
        transition: none !important;
    }

    &:active[b-c1kjympyed]:after {
        transform: none !important;
        opacity: 0 !important;
    }
}

@media (max-width: 640.99px) {
    [b-c1kjympyed] .account-dropdown-menu {
        max-width: 80vw !important;
    }
}

@media (min-width: 641px) {
    [b-c1kjympyed] .account-dropdown-menu {
        max-width: 450px !important;
    }
}

/* The following css styles the top nav bar items with bottom borders when active and on hover. */
[b-c1kjympyed] .links-animated {
    .mud-nav-link {


        border-bottom-width: 2px;
        border-bottom-color: transparent;

        &.active:not(.mud-nav-link-disabled) {
            border-bottom-width: 2px !important;
            border-bottom-color: var(--mud-palette-primary) !important;
            border-bottom-style: solid !important;
        }
    }
}

[b-c1kjympyed] .links-animated a:hover {
    transition: border-bottom-width 2s ease 1s !important;

    border-bottom-width: 2px;
    border-bottom-color: var(--mud-palette-primary-lighten) !important;
    border-bottom-style: solid !important;

    /*animation: ease-in 3s !important;*/
    /*animation-delay: 1s !important;*/
    /*animation-duration: 1s !important;*/
}
/* _content/CompanyPortal/Components/Layout/NavMenu.razor.rz.scp.css */
/* This sets base styles for the nav menu items and applies styling when active */
[b-vf42tjy8xa] .mud-navmenu-bordered {
    .mud-nav-link {
        border-inline-start-width: 5px !important;
        border-inline-start-color: transparent !important;

        &.active:not(.mud-nav-link-disabled) {
            border-inline-start-color: var(--mud-palette-primary) !important;
            border-inline-start-style: solid !important;

            border-inline-end-style: none !important;
            border-inline-end-width: 0 !important;
        }
    }
}

/* This sets styles for the nav menu items on hover */
[b-vf42tjy8xa] .mud-navmenu-bordered a:hover {
    border-inline-start-color: var(--mud-palette-primary-lighten) !important;

    border-inline-start-style: solid !important;
    border-inline-start-width: 5px !important;
}

[b-vf42tjy8xa] .nav-menu-section-title {
    height: 36px;
}
/* _content/CompanyPortal/Components/Layout/ScrollSpyNav.razor.rz.scp.css */
/* sidebar */
.bs-docs-sidebar[b-relev6u4tu] {
    /*padding-left: 20px;*/
    /*margin-top: 30px;*/
    /*margin-bottom: 20px;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}

/* all links */
.bs-docs-sidebar a[b-relev6u4tu] {
    color: #999;
    border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav a[b-relev6u4tu] {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
}

/* active & hover links */
.bs-docs-sidebar .nav .active > a[b-relev6u4tu],
.bs-docs-sidebar .nav a:hover[b-relev6u4tu],
.bs-docs-sidebar .nav a:focus[b-relev6u4tu] {
    color: #26A3F6;
    text-decoration: none;
    background-color: transparent;
    border-left-color: #26A3F6;
}

/* all active links */
.bs-docs-sidebar .nav .active > a[b-relev6u4tu],
.bs-docs-sidebar .nav .active:hover > a[b-relev6u4tu],
.bs-docs-sidebar .nav .active:focus > a[b-relev6u4tu] {
    font-weight: 700;
}

/* nested active links */
.bs-docs-sidebar .nav .nav .active > a[b-relev6u4tu],
.bs-docs-sidebar .nav .nav .active:hover > a[b-relev6u4tu],
.bs-docs-sidebar .nav .nav .active:focus > a[b-relev6u4tu] {
    font-weight: 500;
}

/*!* hide inactive nested list *!*/
/*.bs-docs-sidebar .nav ul.nav {*/
/*    display: none;*/
/*}*/

/*!* show active nested list *!*/
/*.bs-docs-sidebar .nav > .active > ul.nav {*/
/*    display: block;*/
/*}*/
/* _content/CompanyPortal/Components/Pages/Applications.razor.rz.scp.css */
[b-p5zl8lzxle] .product-gif-sm {
    width: 330px !important;
    height: auto !important;
}
/* _content/CompanyPortal/Components/Pages/Authorized/LicensingInfo.razor.rz.scp.css */
[b-n8dnx1v4ql] .mud-tabs-tabbar-inner {
    height: 100% !important;
}

[b-n8dnx1v4ql] .mud-select {
    flex-grow: 0 !important;
}
/* _content/CompanyPortal/Components/Pages/Authorized/ProductDownloads.razor.rz.scp.css */
/*::deep .mud-tab {*/
/*    justify-content: flex-end !important;*/
/*}*/

[b-gic6qlzfvn] .mud-tabs-tabbar-inner {
    height: 100% !important;
}


/* _content/CompanyPortal/Components/Pages/Home.razor.rz.scp.css */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
[b-nk5b26kng1] #home-carousel {
    height: 550px !important;
}

/* Since positioning the image, we need to help out the caption */
[b-nk5b26kng1] .carousel-caption-left {
    max-width: 35% !important;
    bottom: 3.25rem !important;
    left: 3rem !important;
    margin-right: 3rem !important;
    z-index: 2000 !important;
    position: absolute !important;
    background: rgba(33, 37, 41, .85) !important;
}

/* Since positioning the image, we need to help out the caption */
[b-nk5b26kng1] .carousel-caption-right {
    max-width: 35% !important;
    bottom: 3.25rem !important;
    right: 3rem !important;
    margin-left: 3rem !important;
    z-index: 2000 !important;
    position: absolute !important;
    background: rgba(33, 37, 41, .85) !important;
}

[b-nk5b26kng1] .carousel-img {
    min-width: 100% !important;
    min-height: 550px !important;
    max-height: 550px !important;
}

@media (max-width: 959px) {
    [b-nk5b26kng1] .carousel-caption-left, [b-nk5b26kng1] .carousel-caption-right {
        max-width: 100% !important;
    }

    [b-nk5b26kng1] .carousel-img {
        min-height: 450px !important;
        max-height: 450px !important;
    }

    [b-nk5b26kng1] #home-carousel {
        height: 450px !important;
    }
}

@media (max-width: 599px) {
    [b-nk5b26kng1] .carousel-caption-left, [b-nk5b26kng1] .carousel-caption-right {
        max-width: 100% !important;
    }

    [b-nk5b26kng1] .carousel-img {
        min-height: 375px !important;
        max-height: 375px !important;
    }

    [b-nk5b26kng1] #home-carousel {
        height: 375px !important;
    }
}
/* _content/CompanyPortal/Components/Pages/Privacy.razor.rz.scp.css */
[b-yega4ag30b] .privacy-h5 {
    margin-top: 25px !important;
}

[b-yega4ag30b] .privacy-h4 {
    margin-top: 50px !important;
}
/* _content/CompanyPortal/Components/Shared/LicenseAccountHierarchyTreeView.razor.rz.scp.css */
[b-s09c8akd0d] .mud-treeview-item-content {
    align-items: start !important;
}

[b-s09c8akd0d] .mud-treeview-item-icon {
    margin-top: 2px !important;
}

[b-s09c8akd0d] .mud-treeview-group {
    margin-left: 25px !important;
}

.custom-tree-view-body[b-s09c8akd0d] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    width: 100%;
}
/* _content/CompanyPortal/Components/Shared/QuoteBuilder.razor.rz.scp.css */
.min-loading-height[b-2cn6gs58f8] {
    min-height: 600px;
}

@media (max-width: 640.99px) {
    [b-2cn6gs58f8] .hardware-filter-menu {
        max-width: 90vw !important;
    }
}

@media (min-width: 641px) {
    [b-2cn6gs58f8] .hardware-filter-menu {
        max-width: 350px !important;
    }
}
/* _content/CompanyPortal/Components/Shared/QuoteBuilderHardwareCard.razor.rz.scp.css */
[b-tpoc1an8tm] .linear-barcode {
    width: 75px;
    height: 24px !important;
    margin-right: 10px;
}

[b-tpoc1an8tm] .square-barcode {
    width: 24px;
    height: 24px !important;
}

[b-tpoc1an8tm] .rfid-tag {
    width: 125px;
    height: 24px !important;
}

[b-tpoc1an8tm] .hardware-img {
    background-size: contain !important;
    height: 200px !important;
    margin: 10px !important;
}

[b-tpoc1an8tm] .hardware-skeleton {
    height: 100%; 
    width: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 10;
}
/* _content/CompanyPortal/Components/Shared/UserPermissions.razor.rz.scp.css */
.permission-tab-panel[b-ku35narrqu] {
    overflow: auto !important;
    height: 300px !important;
}
/* _content/CompanyPortal/Components/Shared/_CookieConsentPartial.razor.rz.scp.css */
/*
 * Cookie Consent Popup
 */

.cookie-consent[b-ymzwusfo59] {
    font-size: 14px !important;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.43 !important;
    letter-spacing: .01071em !important;
    text-transform: none !important;
    /*color: #616161 !important;*/
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: .3px solid darkgray;
    border-radius: .25rem;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1399;
    background-color: var(--mud-palette-appbar-background, #fff);
    transition: opacity .55s linear;
    flex: 0 0 auto;
    width: 60vw;
    margin-left: calc(20vw);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);

    a {
        color: #1E88E5 !important;
        text-decoration: underline !important;
    }

    p[b-ymzwusfo59] {
        margin-bottom: 0 !important;
        text-decoration: none !important;
    }
}

.cookie-consent-button[b-ymzwusfo59] {
    /*background-color: #055160 !important;*/
    /*color: #fff !important;*/
    /*border: 1px solid !important;*/
    padding: 0.5rem 1rem !important;
    margin: 0 !important;
    border-radius: 0.25rem !important;
    cursor: pointer !important;
    min-width: 100px;
    min-height: 37px;
    border: none !important;
}

.cookie-consent-button.accept-policy[b-ymzwusfo59] {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.cookie-consent-button.accept-policy:hover[b-ymzwusfo59] {
    color: #fff;
    background-color: #1E88E5;
    border: none !important;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12)
}

.cookie-consent-button.deny-policy[b-ymzwusfo59] {
    color: #fff;
    background-color: #607D8B;
    border-color: #607D8B
}

.cookie-consent-button.deny-policy:hover[b-ymzwusfo59] {
    color: #fff;
    background-color: #546E7A;
    border: none !important;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12)
}

.elevated[b-ymzwusfo59] {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1200px) {
    .cookie-consent[b-ymzwusfo59] {
        width: 90vw;
        margin-left: 5vw;
    }
}
