html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.imageuploadcontainer {
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 19rem;
}

.separator {
    display: flex;
    color: var(--mud-palette-text-disabled);
    align-items: center;
    text-align: center;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid var(--mud-palette-text-disabled);
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }

.background {
    background-image: url(/images/background_full.png);
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

.loginform {
    max-height: 90vh;
    position: absolute;
    left: 60vw;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 75%;
    max-width: 400px;
    backdrop-filter: blur(5px) !important;
    background-color: hsla(0, 0%, 100%, 0.84);
    /*background-color:  rgba(255, 255, 255, 0.5) !important;*/
    /*border: solid 0.6px rgba(255, 255, 255, 0.5);*/
}

.wevpreview {
    height: 630px;
    position: absolute;
    left: 50vw;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 320px;
    min-width: 330px;
    backdrop-filter: blur(5px) !important;
    background-color: hsla(0, 0%, 100%, 0.84);
    /*background-color:  rgba(255, 255, 255, 0.5) !important;*/
    /*border: solid 0.6px rgba(255, 255, 255, 0.5);*/
}

.shortLine {
    width: 12px;
    border-top: 1.0px solid var(--mud-palette-text-secondary);
}

@font-face {
    font-family: 'Helvetica-Font';
    src: url('../fonts/Helvetica-Font/Helvetica.ttf')
}

@font-face {
    font-family: 'Thicccboi';
    src: url('https://assets.website-files.com/6217a376b29e9be35c01ccfc/6217aacba52a65639a0e64e8_THICCCBOI-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url('https://assets.website-files.com/6217a376b29e9be35c01ccfc/6217aacb0e14b48ab2822818_THICCCBOI-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url('https://assets.website-files.com/6217a376b29e9be35c01ccfc/6217aacb88ab6e20fc32b3d4_THICCCBOI-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    /*    --mio-theme-color-on-surface-variant-2: linear-gradient(0deg,rgba(68,71,70,.08),rgba(68,71,70,.08));
    --mio-theme-color-on-surface-variant-4: linear-gradient(0deg,rgba(68,71,70,.12),rgba(68,71,70,.12));
    --mio-theme-color-on-surface-2: linear-gradient(0deg,rgba(31,31,31,.08),rgba(31,31,31,.08)),var(--mio-theme-color-secondary-container);
    --mio-theme-color-on-surface-4: linear-gradient(0deg,rgba(31,31,31,.12),rgba(31,31,31,.12)),var(--mio-theme-color-secondary-container);
    --mio-theme-color-white: #fff;
    --mio-theme-color-on-background: #1f1f1f;
    --mio-theme-color-background: #fff;
    --mio-theme-color-on-surface: #1f1f1f;
    --mio-theme-color-on-surface-variant: #444746;
    --mio-theme-color-surface-0: #fff;
    --mio-theme-color-surface-variant: #e1e3e1;
    --mio-theme-color-inverse-surface: #303030;
    --mio-theme-color-inverse-on-surface: #f2f2f2;
    --mio-theme-color-primary: #0b57d0;
    --mio-theme-color-primary-80: #a8c7fa;
    --mio-theme-color-primary-30: #0842a0;
    --mio-theme-color-primary-20: #062e6f;
    --mio-theme-color-on-primary: #fff;
    --mio-theme-color-neutral-10: #1f1f1f;
    --mio-theme-color-neutral-90: #e3e3e3;
    --mio-theme-color-primary-container: #d3e3fd;
    --mio-theme-color-on-primary-container: #041e49;
    --mio-theme-color-secondary: #00639b;
    --mio-theme-color-on-secondary: #fff;
    --mio-theme-color-secondary-container: #c2e7ff;
    --mio-theme-color-on-secondary-container: #001d35;
    --mio-theme-color-tertiary-container: #c4eed0;
    --mio-theme-color-on-tertiary-container: #072711;
    --mio-theme-color-utility-error: #b3261e;
    --mio-theme-color-utility-on-error: #fff;
    --mio-theme-color-utility-outline: #747775;
    --mio-theme-color-surface-1: #f8fafd;
    --mio-theme-color-surface-2: #f3f6fc;
    --mio-theme-color-surface-3: #eff3fa;
    --mio-theme-color-surface-4: #edf2fa;
    --mio-theme-color-surface-5: #eaf0f9;
    --mio-theme-color-extensions-do-container: #085786;
    --mio-theme-color-extensions-on-do-container: #fff;
    --mio-theme-color-extensions-dont-container: #b3261e;
    --mio-theme-color-extensions-on-dont-container: #fff;
    --mio-theme-color-extensions-caution-container: #e8e971;
    --mio-theme-color-extensions-on-caution-container: #1f1f1f;
    --mio-theme-color-ref-secondary-200: #7fcfff;
    --mio-theme-color-ref-secondary-300: #5ab3f0;
    --mio-theme-color-ref-neutral-100: #e3e3e3;
    --mio-theme-color-ref-neutral-200: #c7c7c7;
    --mio-theme-color-scrim-video-container: rgba(31,31,31,.64);
    --mio-theme-color-scrim-video-control: hsla(0,0%,100%,.12);
    --mio-theme-color-scrim-video-control-pressed: hsla(0,0%,100%,.24);
    --mio-theme-color-copy-link-tooltip: #f2f2f2;
    --mio-theme-elevation-1: 0px 1px 2px 0px rgba(0,0,0,.3),0px 1px 3px 1px rgba(0,0,0,.15);
    --mio-theme-elevation-2: 0px 1px 2px 0px rgba(0,0,0,.3),0px 2px 6px 2px rgba(0,0,0,.15);
    --mio-theme-elevation-3: 0px 1px 3px 0px rgba(0,0,0,.3),0px 4px 8px 3px rgba(0,0,0,.15);*/
    --card-front-back-font: Helvetica-Font;
    --mud-palette-table-hover: #f3f6fc !important;
    --mud-palette-action-default-hover: #f3f6fc !important;
}


/* app styles*/

.app-layout {
    background-color: var(--md-sys-color-background);
    color: var(--md-sys-color-on-primary-container);
    --mud-palette-primary: var(--md-sys-color-primary);
    --mud-palette-primary-text: var(--md-sys-color-on-primary);
    --mud-palette-secondary: var(--md-sys-color-secondary);
    --mud-palette-secondary-text: var(--md-sys-color-on-secondary);
}

.app-main-container {
    height: 100%;
    overflow-y: hidden;
    overflow-x: clip;
    background-color: var(--md-sys-color-background);
    padding: unset;
}
/*overrides*/

.nav-rail {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
}


.mud-button {
    border-radius: 20px;
    padding-left: 24px;
    padding-right: 24px;
    text-transform: unset;
}

.mud-paper {
    border-radius: 24px;
    background-color: var(--md-sys-color-surface);
}

.mud-list {
    border-radius: 4px;
    background-color: var(--md-sys-color-surface);
}


.mud-snackbar {
    border-radius: 24px;
}

.mud-drawer {
    background-color: var(--md-sys-color-background) !important;
    /*border-right: 1px solid var(--mio-theme-color-surface-variant);*/
}

.mud-drawer-content {
    /*justify-content: center;*/
}

.mud-expand-panel {
    background-color: unset;
}

.mud-fab-extended.mud-fab-size-large {
    border-radius: 16px;
    height: 56px;
    min-width: 80px;
    color: var(--mio-theme-color-on-surface-variant);
}

.mud-fab-error {
    color: var(--md-sys-color-on-error);
    background-color: var(--md-sys-color-error-container);
}

.mud-card {
    border-radius: 12px;
}

.mud-card-media {
    border-radius: 12px;
}

.mud-table-empty-row {
    background-color: unset;
}

.mud-tabs-toolbar {
    background-color: unset;
}

.mud-dialog {
    --mud-palette-primary: var(--md-sys-color-primary);
    --mud-palette-primary-text: var(--md-sys-color-on-primary);
    --mud-palette-secondary: var(--md-sys-color-secondary);
    --mud-palette-secondary-text: var(--md-sys-color-on-secondary);
    background-color: var(--md-sys-color-surface);
    border-radius: 28px;
    min-width: 400px;
    max-width: 560px;
    padding: 24px;
}

    .mud-dialog .mud-dialog-title {
        padding: 0px;
    }

    .mud-dialog .mud-dialog-content {
        padding: 16px 0px 24px 0px;
    }


.button-style {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}


.image-upload > input {
    display: none;
}


.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
    background-color: unset;
}
/*Designer Style*/
.designer-tabs-style {
    width: 100%;
}

.designer-preview-tabs-style {
    width: 100%;
}

.datasource-parent-style {
    /* Frame 46 */
    /* Auto layout */

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px 12px 12px;
    gap: 10px;
    width: 350px;
    /* Alert/Warning_Light */

    background: #FFF4DE;
    border-radius: 4px;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.datasource-innertext-style {
    width: 284px;
    height: 9px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    leading-trim: both;
    text-edge: cap;
    /* Text/100 */

    color: #1C1C1C;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 1;
}

.link-style {
    color: #177FF9;
    text-decoration: underline;
    cursor: pointer;
}
/*Designer Style*/

.users-configuration-container {
    min-height: 200px;
}

.users-configuration-button {
    box-sizing: border-box;
    width: 127px;
    height: 40px;
    border: 1.5px solid #ECECEC;
    border-radius: 54px;
    text-transform: none;
    margin-top: 5px;
}

.user-config-search {
    background-color: #F9F9F9;
    border: 1px solid #ECECEC;
    border-radius: 25px;
    padding-left: 15px;
}

    .user-config-search:focus-visible {
        outline: none;
    }

.user-config-btn {
    width: 212px;
    height: 42px;
}

.add-fields-description-style {
    color: #BDBDBD !important;
}

.add-fields-heading-style {
    color: #757575 !important;
}



.card-qr-code-parent-style {
    position: absolute;
    bottom: 0;
    left: 113px;
}

.drop-zone-header-style {
    width: 100%;
}

.front-empty-dropzone-style {
    border: none !important;
    border-style: none !important;
    background-color: rgba(210, 215, 211, .2) !important;
}

.front-drop-zone-style {
    width: 272px !important;
    padding: 13px !important;
    transition: none !important;
    height: 32px !important;
    margin-left: 8px;
}

.back-drop-zone-style {
    padding-top: 0px !important;
    transition: none !important;
    min-height: 347px !important;
    border: none !important;
    border-style: none !important;
}

.back-filded-drop-zone-style {
    padding: 3px 0px 0px 0px !important;
    transition: none;
}

.drop-zone-primary-style {
    /*border-radius: 9px !important;*/
}

.field-dialogue-style {
    background-color: white;
    min-width: 506px;
}

.back-card-title-style {
    text-align: center;
}



.front-view-label-style {
}

    .front-view-label-style input {
        text-align: left !important;
    }

/*.front-view-label-style .mud-input-error {
    padding-bottom:12% !important;
}
*/

.front-view-value-style {
    background-color: transparent;
    border: none;
    overflow: hidden;
}

    .front-view-value-style:focus-visible {
        outline: none;
    }

    .front-view-value-style input {
        text-align: right !important;
        color: #8d8d8d !important;
    }

.value-back-field {
    margin: 0px;
    color: var(--md-sys-color-primary);
}

.designer-preview-tabs-style input {
    font-family: var(--card-front-back-font) !important;
    font-size: 14px !important;
}

.front-view-chip-style {
    background-color: transparent;
    margin: 0;
    justify-content: left;
}

    .front-view-chip-style > .mud-chip-content > .mud-button-root {
        padding-top: 4px;
    }


.back-view-chip-cursor-style * {
    cursor: pointer !important;
}

.back-view-chip-border-style {
    border-bottom: 1px solid lightgrey;
    margin-left: 13px !important;
}

.back-view-chip-style {
    background-color: transparent;
    padding: 24px 12px 24px 14px;
    width: 100%;
    border-radius: 0px !important;
    margin: 0;
    justify-content: space-between;
    font-size: 0.8rem;
}

    .back-view-chip-style:hover {
        background-color: transparent !important;
    }

.back-chip-parent-style {
    border-bottom: 1px solid #0000001e;
}

.front-filled-dropzone-style {
    padding: 0px !important;
    /* This is for later use*/
    /*  margin: 0px !important;*/

    transition: none;
    width: auto;
}

.front-label-input-style {
    margin: 0 !important;
    padding: 0 !important;
    width: 230px;
    margin-top: 2px !important;
}

    .front-label-input-style input {
        font-size: 12px !important;
        width: 218px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

.front-value-input-style {
    margin: 0 !important;
    padding: 0 !important;
    width: 230px;
}

    .front-value-input-style input {
        font-size: 25px !important;
        width: 218px !important;
        margin-bottom: 8px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

.back-mudbadge-parent-style {
    border-bottom: 1px solid #0000001e;
    padding-bottom: 12px;
}

/*Designer*/




.base-pass {
    border-radius: 16px;
    width: 330px;
}



.link-style {
    color: #177FF9;
    text-decoration: underline;
    cursor: pointer;
}

.card-back-card-preview-style {
    border-radius: 5px 5px 0 0 !important;
}

.card-back-card-grid-preview-style {
    padding: 6px !important;
}

.card-back-card-grid-logo-style {
    padding: 8px !important;
}

.back-card-secondary-non-static-value-style {
    padding-left: 0 !important;
}

.mud-border-success {
    border: none !important;
    border-style: none !important;
    background-color: rgba(51, 170, 51, .2) !important;
}

.mud-dropitem-placeholder {
    border: 2px dashed #0000001e !important;
    z-index: 1 !important;
}

.back-value-item-main-div-style {
    width: 100% !important;
}

.view-tabs-style {
    /*text-align:center !important;*/
    /*This is for later use*/
}

/*.mud-chip-close-button {
    height: 21px !important;
    width: 21px !important;
    background-color: transparent !important;
    margin-top: 2px !important;
}*/

.front-view-chip-style > .mud-chip-close-button {
    height: 21px !important;
    width: 21px !important;
    background-color: transparent !important;
    margin-top: 2px !important;
}

@media (hover: hover) {
    .front-view-chip-style .mud-icon-button-label {
        /*This will enable visible on hover only*/
        display: block !important;
        /*display: block !important;*/
        margin: 0px !important;
        padding: 0px !important;
        height: 21px !important;
        width: 21px !important;
    }

    .back-view-chip-style .mud-icon-button-label {
        /*This will enable visible on hover only*/
        display: none !important;
        /*display: block !important;*/
        margin: 0px !important;
        padding: 0px !important;
        height: 21px !important;
        width: 21px !important;
    }
}


@media (hover: none) {
    .front-view-chip-style .mud-icon-button-label {
        /*This will enable visible on hover only*/
        /*display: none !important;*/
        /*display: block !important;*/
        margin: 0px !important;
        padding: 0px !important;
        height: 21px !important;
        width: 21px !important;
    }

    .back-view-chip-style .mud-icon-button-label {
        /*This will enable visible on hover only*/
        /*display: none !important;*/
        /*display: block !important;*/
        margin: 0px !important;
        padding: 0px !important;
        height: 21px !important;
        width: 21px !important;
    }
}

.front-view-chip-style:hover .mud-icon-button-label {
    display: block !important;
}

.back-view-chip-style:hover .mud-icon-button-label {
    display: block !important;
}

.mud-dropitem-placeholder {
    border: 1px dashed #0000001e !important;
}

.cropper-container {
    max-height: inherit;
}

.cropped-canvas-dialog .mud-dialog-title {
    padding-bottom: 0;
}

.cropper-face {
    opacity: 25%;
}

.img-container.cropper-face-close .cropper-container .cropper-crop-box .cropper-face {
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}

.img-container.cropper-face-arrow .cropper-container .cropper-crop-box .cropper-face {
    clip-path: polygon(40% 0%, 40% 40%, 100% 40%, 100% 60%, 40% 60%, 40% 100%, 0% 50%);
}

.img-container.cropper-face-circle .cropper-container .cropper-crop-box .cropper-face {
    border-radius: 50%;
}

.img-container.cropper-face-pentagon .cropper-container .cropper-crop-box .cropper-face {
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.img-container,
.img-preview {
    background-color: var(--mud-palette-background-grey);
    text-align: center;
    width: 50%;
}

.img-container {
    width: 300px;
    height: 282px;
}

@media (min-width: 768px) {
    .img-container {
        /*min-height: 573px;*/
    }
}

.img-preview {
    overflow: hidden;
}

.img-container > ::deep img {
    max-width: 100%;
}

.img-preview > ::deep img {
    max-width: 100%;
}

.preview-logo-back {
    height: 1.25rem;
    width: 3rem;
    background-color: #ffffff00 !important;
}

.preview-strip-back {
    height: 2.0rem;
    width: 9.8rem;
    background-color: #ffffff00 !important;
}

.preview-logo {
    height: 3.125rem;
    width: 10rem;
    background-color: #ffffff00 !important;
}

.preview-strip {
    height: 6.9rem;
    width: 19.3rem;
    background-color: #ffffff00 !important;
}

.preview-lg {
    height: 9em;
    width: 16em;
}

.preview-md {
    height: 4.5em;
    width: 8em;
}

.preview-sm {
    height: 2.25em;
    width: 4em;
}

.preview-xs {
    height: 1.125em;
    margin-right: 0;
    width: 2em;
}

.cropper-error-load {
    max-height: inherit;
    max-width: inherit;
}

.mud-drop-item {
    z-index: 1 !important;
}

.user-table {
    --mud-palette-background: #ffff;
    --mud-text-primary: var(--md-sys-color-primary);
    background-color: unset;
}


.default-fields .mud-border-error {
    background-color: transparent !important;
}

.mud-border-error {
    background-color: #ff000040 !important;
}

/*Styles related to re-connect UI overloaded component*/
.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2001;
    overflow: hidden;
    background-color: #fff;
    opacity: 1;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}


