@import '_content/eSwysBlazor/eSwysBlazor.bundle.scp.css';

/* _content/JedAIL/Components/Controls/ControlDetailEdit.razor.rz.scp.css */
[b-rd0qi1z9pj] .section {
    min-height: 450px !important;
}

.dxbl-col[b-rd0qi1z9pj] {
  margin-top: 0px !important;
}

.dxbl-form-layout-item[b-rd0qi1z9pj] {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/* _content/JedAIL/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gqd2b25acf] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-gqd2b25acf] .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-gqd2b25acf] #menu-top {
    display: block;
}

    [b-gqd2b25acf] #menu-top.hidden {
        display: none;
    }

[b-gqd2b25acf] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-gqd2b25acf] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}
[b-gqd2b25acf] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}


[b-gqd2b25acf] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-gqd2b25acf] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-gqd2b25acf] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-gqd2b25acf] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-gqd2b25acf] {
    display: flex;
    gap: 10px;
    padding: 0.2rem 0rem;
}

    .nav-buttons-container[b-gqd2b25acf]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-gqd2b25acf]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

@media (max-width: 768px) {
  [b-gqd2b25acf] .layout-sidebar {
    grid-area: header / header / header / header !important;
  }
}

@media (max-width: 768px) {
    [b-gqd2b25acf] #menu-top {
        display: none;
    }
}
/* _content/JedAIL/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-z2yl64o0sa] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
  background-image: linear-gradient(180deg, var(--bs-body-bg) 0%, var(--bs-primary) 150%);
    display: block;
}

    #sidebar.auto-expanded[b-z2yl64o0sa] {
        display: none;
    }

    #sidebar .menu-closeonclick-placeholder[b-z2yl64o0sa] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

[b-z2yl64o0sa] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-z2yl64o0sa] {
    text-align: center;
}

[b-z2yl64o0sa] .menu-button-container {
    align-self: center;
}

.menu-button[b-z2yl64o0sa] {
  
}

[b-z2yl64o0sa] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-z2yl64o0sa] .menu {
    background-color: inherit;
}

    [b-z2yl64o0sa] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-z2yl64o0sa] .menu-item {
    color: var(--bs-white);
}

[b-z2yl64o0sa] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-z2yl64o0sa] .home-icon {
    background-image: url("images/home.svg");
}

[b-z2yl64o0sa] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-z2yl64o0sa] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-z2yl64o0sa] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-z2yl64o0sa] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-z2yl64o0sa] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-z2yl64o0sa] .user-icon {
    background-image: url("images/account/user.svg");
}

[b-z2yl64o0sa] .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-z2yl64o0sa] .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-z2yl64o0sa] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-z2yl64o0sa] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-z2yl64o0sa] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

    [b-z2yl64o0sa] .footer .icon {
        margin-left: 0;
    }

#sidebar.auto-expanded[b-z2yl64o0sa]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-z2yl64o0sa]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-z2yl64o0sa] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-z2yl64o0sa] {
            display: block;
        }

        #sidebar.auto-expanded[b-z2yl64o0sa] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded[b-z2yl64o0sa]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.auto-expanded .menu-button[b-z2yl64o0sa] {
                background-image: url("images/close.svg");
                width: 1.875rem;
                height: 1.875rem;
            }

        #sidebar:not(.auto-expanded)[b-z2yl64o0sa]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-z2yl64o0sa] {
        text-align: inherit;
    }

    [b-z2yl64o0sa] .menu-button-container {
        display: block;
    }

    [b-z2yl64o0sa] .layout-item {
        display: none;
    }

    [b-z2yl64o0sa] .footer {
        display: none;
    }
}

.jedail-logo-image[b-z2yl64o0sa] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.squeezed-image[b-z2yl64o0sa] {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover; /* or 'contain' if you want to fit the image inside the container */
}
