/* /Components/Admin/Exceptions/ExceptionComponent.razor.rz.scp.css */
.exception-body[b-fzxm2e7hqv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid;
    border-color: cornflowerblue;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 7px 7px 10px 0 #e8effc;
    padding: 50px;
    width: 90%;
    height: auto;
    min-height: 250px;
    margin-top: 115px;
}

.delete-button[b-fzxm2e7hqv] {
    background-color: #ffe6e6;
    border: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #b30000;
    color: black;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
}
/* /Components/Admin/Exceptions/ExceptionsHostDialog.razor.rz.scp.css */

.exceptions-grid-placing[b-zddbzmt3co] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}


.exceptions-grid[b-zddbzmt3co] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: flex-start;
    justify-content: flex-start;
    width: 75%;
    height: 100%;
}



.exceptions-control[b-zddbzmt3co] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
    height: 100%;
}
/* /Components/Desktop/DesktopHostDialog.razor.rz.scp.css */
.css-tabpages-placing[b-zlvaq07vn5] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: auto;
}


.css-dashboards-widgets-placing[b-zlvaq07vn5] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.css-audax[b-zlvaq07vn5] {
    background-image: url("/images/audax-logo.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 90%;
    background-size: auto 25%;
}

.css-dashboards-grid-placing[b-zlvaq07vn5] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 12px;
    font-weight: normal;
}

.css-systeeminstellingen-placing[b-zlvaq07vn5] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    height: auto;
    min-height: 42px;
    overflow-y: auto;
    background: white;
}



/* /Components/Desktop/TabpageComponent.razor.rz.scp.css */
.css-tabpagecontrol-placing-and-color[b-73rjqe3zch] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--ivx-boxcolor);
}


.css-tabitem-base[b-73rjqe3zch] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 34px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    margin-left: 10px;
    margin-top: 2px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
}

.css-tabitem-active[b-73rjqe3zch] {
    font-size: small;
    background-color: var(--ivx-tabitem-active-backgroundcolor);
    color: var(--ivx-tabitem-active-color);
    border-color: var(--ivx-tabitem-active-bordercolor);
    border-top-width: 2px;
    border-right-width: 1px;
    border-left-width:1px;
    border-bottom-width: 1px;
    padding-right: 4px;
}

    .css-tabitem-active p[b-73rjqe3zch] {
        margin: unset;
        cursor:pointer;
        margin-right:18px;

    }


.css-tabitem-inactive[b-73rjqe3zch] {
    font-size: small;
    background-color: var(--ivx-tabitem-inactive-backgroundcolor);
    color: var(--ivx-tabitem-inactive-color);
    border-color: var(--ivx-tabitem-active-bordercolor);
}

    .css-tabitem-inactive p[b-73rjqe3zch] {
        margin: unset;
        cursor: pointer;
    }
/* /Components/Generic/ButtonComponent.razor.rz.scp.css */
.css-button-position[b-tnrv2jbp6m] {
    margin: 4px;
}
/* /Components/Generic/ButtonContainer.razor.rz.scp.css */
.css-container-horizontal[b-49xy7zyutn] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.css-container-vertical[b-49xy7zyutn] {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.css-container-ivxdialog[b-49xy7zyutn] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


/* /Components/Generic/FormContainer.razor.rz.scp.css */
.css-formcontainer[b-lulg0c86eb] {
    width: 100%;
    min-width: 85px;
    padding-left: 10px;
    padding-right: 10px;
}

    .css-formcontainer div.row[b-lulg0c86eb] {
        padding: 15px 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
/* /Components/Generic/MenuComponent.razor.rz.scp.css */

.css-menucomponent-maindiv[b-ns2jkwvqlu] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 150px);
    position: absolute;
    top: 10px;
    background-color: var(--ivx-mainmenu-background);
}

/* /Components/Generic/MenuItemComponent.razor.rz.scp.css */
.css-menuitem-base[b-jjv0cb4pfv] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    background-color: var(--ivx-menuitem-background);
    padding-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--ivx-menuitem-background);
    border-radius: 5px;

}

    .css-menuitem-base:hover[b-jjv0cb4pfv] {
        background-color: var(--ivx-menuitem-hover);
        border-color: var(--ivx-menuitem-active-bordercolor);
    }

    .css-menuitem-base p[b-jjv0cb4pfv] {
        margin-top: unset;
        margin-bottom: unset;
        margin-left:15px;
        color: white;
        font-size: 14px;
        font-weight: 400;
        min-height: 25px;
        height: auto;
        text-align: left;
        cursor: pointer;
    }

.css-menuitem-root[b-jjv0cb4pfv] {
    margin-left: 10px;
    margin-right: 10px;
    min-height: 50px;
    height:auto;
    margin-top: 2px;
}

.css-menuitem-child[b-jjv0cb4pfv] {
    justify-content: flex-end;
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    margin-top: 2px;
}



/* Menuitems icons */
.home[b-jjv0cb4pfv]::before {
    content: '\e102';
}

.dashboard[b-jjv0cb4pfv]::before {
    content: '\e717';
}

.employees[b-jjv0cb4pfv]::before {
    content: '\e7d3';
}

.currentuser[b-jjv0cb4pfv]::before {
    content: '\e679';
}

.profile[b-jjv0cb4pfv]::before {
    content: '\e10c';
}

.info[b-jjv0cb4pfv]::before {
    content: '\e11b';
}

.settings[b-jjv0cb4pfv]::before {
    content: '\e10b';
}

.docking-open[b-jjv0cb4pfv]::before {
    content: '\e654';
}

.docking-closed[b-jjv0cb4pfv]::before {
    content: '\e653';
}

.childmenu-closed[b-jjv0cb4pfv] {
    position:absolute;
    right: 10px;
    color: #73808c;

}
.childmenu-closed[b-jjv0cb4pfv]::before {
    content: '\e781';
}

.childmenu-open[b-jjv0cb4pfv] {
    position: absolute;
    right: 10px;
    color: #73808c;
}
.childmenu-open[b-jjv0cb4pfv]::before {
    content: '\e798';
}

/* /Components/Generic/PanelComponent.razor.rz.scp.css */
.css-paneldiv-header[b-ga13wwuk81] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    height: 25px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid rgb(240,240,240);
    padding-left: 10px;
    color: blue;
    font-size: 125%;
}


.css-paneldiv-default[b-ga13wwuk81] {
    border: 1px solid rgb(240,240,240);
    border-radius: 5px;
}

.css-paneldiv-container-column[b-ga13wwuk81] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: none;
}

.css-paneldiv-container-row[b-ga13wwuk81] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: none;
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-egfl3v5vgr] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-egfl3v5vgr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-83nclgkjov],
.components-reconnect-repeated-attempt-visible[b-83nclgkjov],
.components-reconnect-failed-visible[b-83nclgkjov],
.components-pause-visible[b-83nclgkjov],
.components-resume-failed-visible[b-83nclgkjov],
.components-rejoining-animation[b-83nclgkjov] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-83nclgkjov],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-83nclgkjov],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-83nclgkjov],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-83nclgkjov],
#components-reconnect-modal.components-reconnect-retrying[b-83nclgkjov],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-83nclgkjov],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-83nclgkjov],
#components-reconnect-modal.components-reconnect-failed[b-83nclgkjov],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-83nclgkjov] {
    display: block;
}


#components-reconnect-modal[b-83nclgkjov] {
    background-color: white;
    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-83nclgkjov 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-83nclgkjov 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-83nclgkjov 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-83nclgkjov]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-83nclgkjov 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-83nclgkjov {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-83nclgkjov {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-83nclgkjov {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-83nclgkjov] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-83nclgkjov] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-83nclgkjov] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-83nclgkjov] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-83nclgkjov] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-83nclgkjov] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-83nclgkjov] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-83nclgkjov 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-83nclgkjov] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-83nclgkjov {
    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/Main/LoginComponent.razor.rz.scp.css */

.e-dialog .e-dlg-header-content[b-8alj8oydv1] {
    background-color: white;
}



.login-mainbody[b-8alj8oydv1] {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: 1fr;
    grid-template-columns: 300px 1fr;
}

.login-logo[b-8alj8oydv1] {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    width: 250px;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
}
.login-form[b-8alj8oydv1] {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    display: block;
    width: 100%;
    height: 100%;
}

.login-logo-image[b-8alj8oydv1] {
    width: 250px;
    height: 115px;
}

    .login-logo-image img[b-8alj8oydv1] {
        width: 250px;
        height: 115px;
    }
/* /Components/Main/MainHost.razor.rz.scp.css */
.css-maingrid[b-5gyc7th33r] {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: minmax(52px,auto) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 125px 60px;
}
/* /Components/Warehouse/ScanForm.razor.rz.scp.css */
.inline-dialog[b-g9f4lnde8t] {
    display: block;
    border: solid;
    border-color: cornflowerblue;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 7px 7px 10px 0 #e8effc;
    padding: 50px;
}

form[b-g9f4lnde8t] {
    position: relative;
    width: 100%;
    height: 100%;
}

.scanimage[b-g9f4lnde8t]{
    width: 50px;
    height: 50px;
}
/* /Components/Warehouse/ScanLogList.razor.rz.scp.css */
.table-pane[b-u4tkinuopk] {
    display: block;
    border: solid;
    border-color: cornflowerblue;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 7px 7px 10px 0 #e8effc;
    padding-left: 50px;
    padding-right: 25px;
    margin-top: 50px;
    max-height: 400px;
    height: 400px;
    overflow-y: scroll;
}

.table-body[b-u4tkinuopk] {
    max-width: 900px;
    min-width: 700px;
    border: 0;
    margin-top: 10px;
}

    .table-body th[b-u4tkinuopk] {
        height: 30px;
        vertical-align: middle;
        color: darkgray;
        border-bottom: solid;
        border-bottom-color: lightblue;
        border-bottom-width: 1px;
        padding-left: 4px;
    }

    .table-body tr[b-u4tkinuopk] {
        height: 30px;
        vertical-align: middle;
        border-bottom: solid;
        border-bottom-color: lightblue;
        border-bottom-width: 1px;
    }

    .table-body td[b-u4tkinuopk] {
        padding-left: 4px;
    }

.sealbag-destroy[b-u4tkinuopk] {
    background-color: #ffe6e6;
}

.sealbag-sample[b-u4tkinuopk] {
    background-color: #c1f0c1;
}

.sealbag-notfound[b-u4tkinuopk] {
    background-color: #fff2cc;
}
.sealbag-idle[b-u4tkinuopk] {
    background-color: darkgray;
}
/* /Components/Warehouse/ScanTicketForm.razor.rz.scp.css */
.inline-dialog[b-zdr046vcme] {
    display: block;
    border: solid;
    border-color: cornflowerblue;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 7px 7px 10px 0 #e8effc;
    padding: 50px;
}

form[b-zdr046vcme] {
    position: relative;
    width: 100%;
    height: 100%;
}

.scanimage[b-zdr046vcme]{
    width: 50px;
    height: 50px;
}
/* /Components/Warehouse/WarehouseHostDialog.razor.rz.scp.css */
.warehouse-mainbody[b-s9a50r0d9f] {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: 100%;
    grid-template-columns: minmax(30%,500px) 1fr;
}

.warehouse-logo[b-s9a50r0d9f] {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 230px;
    margin-top: 25px;
    align-items: center;
    justify-content: flex-start;
}

    .warehouse-logo img[b-s9a50r0d9f] {
        max-width: 650px;
        width: 90%;
        height: auto;
        aspect-ratio: auto;
        opacity: 0.5;
    }

.warehouse-formbody[b-s9a50r0d9f] {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    display: block;
    width: 100%;
    height: 100%;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--ivx-boxcolor);
    padding: 25px;

}


.destroy-sealbag[b-s9a50r0d9f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid;
    border-color: cornflowerblue;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 7px 7px 10px 0 #e8effc;
    padding: 50px;
    background-color: #ff4d4d;
    color: white;
    max-width: 800px;
}

.destroy-button[b-s9a50r0d9f] {
    background-color: #ffe6e6;
    border: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #b30000;
    color: black;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
}
.sample-sealbag[b-s9a50r0d9f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid;
    border-color: cornflowerblue;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 7px 7px 10px 0 #e8effc;
    padding: 50px;
    background-color: #29a329;
    color: white;
    max-width: 800px;
}

.sample-button[b-s9a50r0d9f] {
    background-color: #c1f0c1;
    border: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #145214;
    color: black;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
}


.notfound-sealbag[b-s9a50r0d9f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid;
    border-color: cornflowerblue;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 7px 7px 10px 0 #e8effc;
    padding: 50px;
    background-color: #ffbf00;
    color: black;
    margin-bottom: 20px;
}

.instruction-notfound-sealbag[b-s9a50r0d9f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid;
    border-color: cornflowerblue;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 7px 7px 10px 0 #e8effc;
    padding: 50px;
    background-color: #ffbf00;
    color: white;
    max-width: 800px;
}

.instruction-notfound-button[b-s9a50r0d9f] {
    background-color: #fff2cc;
    border: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #806000;
    color: black;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
}
/* /Components/Widgets/WidgetComponent.razor.rz.scp.css */

.css-widgetbox[b-2sucojyvf7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /*background-color: var(--ivx-widget-background);*/
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 250px;
    height: 200px;
    position: relative;
    margin: 15px;
}

    .css-widgetbox:hover[b-2sucojyvf7] {
        background: unset;
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }


.css-widgetbox-incolumn[b-2sucojyvf7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    background-color: var(--ivx-widget-background);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 100%;
    max-width: 250px;
    min-height: 125px;
    height: auto;
    position: relative;
    margin: 5px;
}

    .css-widgetbox-incolumn:hover[b-2sucojyvf7] {
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }


.css-widgetbox-selected[b-2sucojyvf7] {
    border-width: 2px 2px 2px 2px;
    border-color: #364049;
}
.css-widgetbox-text[b-2sucojyvf7] {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;

}

    .css-widgetbox-text p[b-2sucojyvf7] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor:default;
    }

.css-widgetbox-image[b-2sucojyvf7] {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    flex-shrink: 0;
}

/* /Components/Widgets/WidgetsComponent.razor.rz.scp.css */
body[b-12xxkmdd0x] {
}
