/* /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;
    }
}
/* /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;
}
/* /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;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mht2dw1ovl],
.components-reconnect-repeated-attempt-visible[b-mht2dw1ovl],
.components-reconnect-failed-visible[b-mht2dw1ovl],
.components-pause-visible[b-mht2dw1ovl],
.components-resume-failed-visible[b-mht2dw1ovl],
.components-rejoining-animation[b-mht2dw1ovl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mht2dw1ovl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mht2dw1ovl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mht2dw1ovl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mht2dw1ovl],
#components-reconnect-modal.components-reconnect-retrying[b-mht2dw1ovl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mht2dw1ovl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mht2dw1ovl],
#components-reconnect-modal.components-reconnect-failed[b-mht2dw1ovl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mht2dw1ovl] {
    display: block;
}

#components-reconnect-modal[b-mht2dw1ovl] {
    background-color: var(--mud-palette-background, white) !important;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-mht2dw1ovl 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-mht2dw1ovl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mht2dw1ovl 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-mht2dw1ovl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mht2dw1ovl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mht2dw1ovl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mht2dw1ovl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mht2dw1ovl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mht2dw1ovl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mht2dw1ovl] {
    color: var(--mud-palette-text-primary, black);
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mht2dw1ovl] {
    margin: 1rem !important;
    border: 0;
    background-color: var(--mud-palette-primary, #6b9ed2);
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-mht2dw1ovl] {
    background-color: var(--mud-palette-primary-darken, #3b6ea2);
}

#components-reconnect-modal button:active[b-mht2dw1ovl] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-mht2dw1ovl] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-mht2dw1ovl] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-mht2dw1ovl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-mht2dw1ovl] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-mht2dw1ovl {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/ScrollSpyNav.razor.rz.scp.css */
/* 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;
}
/* /Components/Pages/Applications.razor.rz.scp.css */
[b-p5zl8lzxle] .product-gif-sm {
    width: 330px !important;
    height: auto !important;
}
/* /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;
}
/* /Components/Pages/Authorized/ProductDownloads.razor.rz.scp.css */
[b-gic6qlzfvn] .mud-tabs-tabbar-inner {
  height: 100% !important;
}


/* /Components/Pages/Authorized/TrainingVideos.razor.rz.scp.css */
[b-fpz1nhfxl6] .video-preview-container {
    width: 100%;
    max-width: 400px;
}

[b-fpz1nhfxl6] .video-preview-container video {
    height: auto;
    width: 100%;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

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

[b-nk5b26kng1] .carousel-caption {
    max-width: 40rem !important;
    bottom: 3.25rem !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-left {
    bottom: 3.25rem !important;
    left: 3rem !important;
    margin-right: 3rem !important;
}

/* Since positioning the image, we need to help out the caption */
[b-nk5b26kng1] .carousel-caption-right {
    bottom: 3.25rem !important;
    right: 3rem !important;
    margin-left: 3rem !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 {
        padding: 10px !important;
        max-width: 100% !important;

        left: 5px !important;
        right: 5px !important;
        bottom: 5px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    [b-nk5b26kng1] .mud-carousel-nav {
        display: none !important;
    }

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

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

[b-yega4ag30b] .privacy-h4 {
    margin-top: 50px !important;
}
/* /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%;
}
/* /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;
    }
}
/* /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 {
    max-width: 100%;
    object-fit: cover;
    background-size: contain !important;
    height: 200px !important;
}

[b-tpoc1an8tm] .hardware-skeleton {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
/* /Components/Shared/UserPermissions.razor.rz.scp.css */
.permission-tab-panel[b-ku35narrqu] {
    overflow: auto !important;
    height: 300px !important;
}
/* /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;
  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] {
  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: #0B78D0;
  border-color: #0B78D0;
}

.cookie-consent-button.accept-policy:hover[b-ymzwusfo59] {
  color: #fff;
  background-color: #1879CD;
  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: #5C7A84;
  border-color: #5C7A84
}

.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;
  }
}
