/* /Components/Generic/ButtonComponent.razor.rz.scp.css */
.css-button-position[b-crvjogmh7m] {
    margin: 4px;
}
/* /Components/Generic/ButtonContainer.razor.rz.scp.css */
.css-container-horizontal[b-1zli9kj8w7] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.css-container-vertical[b-1zli9kj8w7] {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.css-container-ivxdialog[b-1zli9kj8w7] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


/* /Components/Generic/FormContainer.razor.rz.scp.css */
.css-formcontainer[b-acnhpvbc0a] {
    width: 100%;
    min-width: 85px;
    padding-left: 10px;
    padding-right: 10px;
}

    .css-formcontainer div.row[b-acnhpvbc0a] {
        padding: 15px 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
/* /Components/Generic/TabpageComponent.razor.rz.scp.css */
.css-tabpagecontrol-placing[b-ph47evvilp] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--ivx-tabpage-bordercolor);
}


.css-tabitem-base[b-ph47evvilp] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-width: 125px;
    height: 100%;
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 0;
    cursor: pointer;
    border-top-right-radius: 15px;
    border-style: solid;
    border-top-width: 2px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0;
}

.css-tabitem-active[b-ph47evvilp] {
    font-size: small;
    font-weight: bold;
    border-top-width: 5px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0;
}

    .css-tabitem-active p[b-ph47evvilp] {
        margin: unset;
        cursor: pointer;
    }


.css-tabitem-inactive[b-ph47evvilp] {
    font-size: small;
    font-weight: normal;
}

    .css-tabitem-inactive p[b-ph47evvilp] {
        margin: unset;
        cursor: pointer;
    }
/* /Components/Generic/WidgetComponent.razor.rz.scp.css */

.css-widgetbox[b-u5sypk09li] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /*background-color: var(--ivx-widget-background);*/
    background: linear-gradient(143deg, rgba(102,163,255,1) 0%, rgba(230,240,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-u5sypk09li] {
        background: unset;
        background-color: var(--ivx-widget-hover-background);
    }



.css-widgetbox-selected[b-u5sypk09li] {
    border-width: 2px 2px 2px 2px;
    border-color: #364049;
}

.css-widgetbox-text[b-u5sypk09li] {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

    .css-widgetbox-text p[b-u5sypk09li] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor: default;
    }

.css-widgetbox-image[b-u5sypk09li] {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    flex-shrink: 0;
}

.css-widgetbox-phonenumbers[b-u5sypk09li] {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

    .css-widgetbox-phonenumbers p[b-u5sypk09li] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor: default;
        font-weight: 600;
    }
/* /Main/Desktop/DesktopComponent.razor.rz.scp.css */
.css-main-desktop[b-zlble0nq5h] {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: minmax(40px,auto) 1fr;
    grid-template-columns: 1fr
}

.css-hostdialog-area[b-zlble0nq5h] {
    position: relative;
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    height: 100%;
}


.css-hostdialog-brand[b-zlble0nq5h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    height: 100%;
}

    .css-hostdialog-brand img[b-zlble0nq5h] {
        display: block;
        max-height: 25%;
        max-width: 25%;
        width: auto;
        height: auto;
        opacity: 0.5;
    }
/* /Main/MainHost.razor.rz.scp.css */
.css-maingrid[b-ligkxi87ef] {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: minmax(42px,auto) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 125px 60px;
}
