﻿@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
    }
}

:root {
    --mud-zindex-popover: 1500 !important;
}

html, body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 13px !important;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

.w-100 {
    width: 100% !important;
}

.w-95 {
    width: 95% !important;
}

.w-98 {
    width: 98% !important;
}

.h-100vh {
    height: calc(100vh - 70px);
}

.h-80vh {
    min-height: 88vh;
}

.c-white {
    color: rgba(255, 255, 255, 0.9) !important;
}

.c-cream {
    color: rgb(238, 238, 238) !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.no-bg {
    background: none !important;
    border: none !important;
}

.pa-6 {
    padding: 24px !important;
}

.pl-6 {
    padding-left: 24px !important;
}

.pr-6 {
    padding-right: 24px !important;
}

.pt-6 {
    padding-top: 24px !important;
}

.pb-6 {
    padding-bottom: 24px !important;
}

.m0-auto {
    margin: 0 auto !important;
}

.v-hidden {
    visibility: hidden !important;
}

.image-pin-container {
    position: relative;
    display: inline-block;
}

.image-pin-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url('../icons/marker.png');
    background-size: cover;
    transform: translate(-50%, -100%);
    cursor: pointer;
}

.p-wordbreak-normal {
    word-break: normal;
    white-space: normal;
}

.mud-nav-link-text-custom a {
    font-size: 1.1rem;
    padding-left: 25px;
}

.mud-nav-link-text-custom div {
    font-size: 1.1rem;
}

.mud-nav-link-text-custom a:hover {
    color: white;
}

.layout-body-pb {
    padding-bottom: 60px !important;
}

.mud-border-default {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.mud-border-default-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mud-avatar-outlined {
    background-color: transparent !important;
}

.mud-card-hover {
    cursor: pointer;
}

.mud-card-header {
    padding: 0 !important;
}

.mud-switch-button .mud-switch-thumb {
    width: 15px !important;
    height: 15px !important;
}

.mud-switch-span {
    width: 56px;
    height: 34px;
}

.mud-table-cell {
    font-size: 1rem;
}

.mud-chip.mud-disabled {
    opacity: 1 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.k-input-inner {
    background-color: inherit !important;
    width: 100% !important;
    padding: 0;
    color: inherit !important;
}

.k-combobox {
    border: 1px solid grey;
    border-radius: 5px;
}

.d-flex {
    display: flex !important;
}

.k-floating-label-container {
    display: flex !important;
    flex-wrap: wrap !important;
}

.k-dateinput {
    width: 100%;
    border: 1px solid grey !important;
    border-radius: 5px !important;
}

.account-chip .mud-tooltip-root {
    width: fit-content !important;
}

.authentication-provider-chip .mud-chip-content {
    min-width: inherit !important;
}

.mud-chip-content {
    min-width: 100% !important;
}

.mud-chip.mud-chip-size-small {
    min-height: 24px !important;
    height: 100%;
}

.mud-chip-icon {
    margin-left: 12px !important;
}

.mud-chip {
    white-space: unset !important;
}

.table-grid {
    min-width: 1000px;
    overflow-x: auto;
}

    .table-grid .k-grid-content {
        font-size: 1rem !important;
    }

    .table-grid .k-input {
        padding: 0 !important;
        padding-left: 2px !important;
        border: 1px solid #ced4da;
    }

    .table-grid .k-combobox {
        width: 100% !important;
        border: 1px solid #ced4da;
    }

.k-popup {
    /*padding: 7px !important;*/
    overflow-y: scroll !important;
}

.bt-grey {
    border-top: 1px solid #ced4da;
}

.bc-transparent {
    background-color: transparent !important;
}

.visibility-hidden {
    visibility: hidden;
    height: 0;
}

.primary-gradient-background {
    background: linear-gradient(180deg, #004C6D 0%, #6EAAC7 100%), linear-gradient(180deg, #02308A 0%, #02498A 100%);
}

.resource-error {
    width: 170px;
    height: 170px;
}

.image-map-container {
    width: 80%;
    height: 500px;
    margin-top: 20px;
    border: 2px solid #ccc;
}

.account-tab .mud-tabs-toolbar {
    background-color: inherit !important;
}

.user-avatar .mud-badge.mud-badge-top.right.mud-badge-overlap {
    inset: auto auto calc(100% - 18px) calc(100% - 20px) !important;
}



.grid-toolbar-actions-item .mud-list-item-icon {
    min-width: 26px !important;
}

.k-treeview {
    overflow: inherit !important;
}

.k-treeview-leaf {
    width: 100%;
}

.tree-render .k-treeview-leaf {
    padding: 8px 12px !important;
}

    .tree-render .k-treeview-leaf:hover {
        background-color: rgb(247, 249, 252) !important;
    }

    .tree-render .k-treeview-leaf:focus {
        background-color: rgb(247, 249, 252) !important;
    }

    .tree-render .k-treeview-leaf:active {
        background-color: rgb(247, 249, 252) !important;
    }

.mud-list-item-icon {
    min-width: 50px !important;
}

.tree-node {
    border-bottom: 1px solid var(--mud-palette-lines-default) !important;
    box-shadow: none;
}

    .tree-node .mud-avatar {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

.k-treeview-toggle {
    padding: 5px;
}

.k-treeview-group {
    border-left: 1.5px dotted var(--mud-palette-lines-default) !important;
}

.custom-dialog-content {
    max-height: 400px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-background);
}

.custom-fullscreen-dialog-content {
    max-height: 750px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-background);
}

.color-displayer {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 10px;
}

.custom-date-picker .k-input-inner {
    padding: 17.5px 14px !important;
    font-family: inherit;
    font-size: 1rem !important;
}

.custom-date-picker .k-input-outline {
    display: flex;
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: start;
    border-radius: var(--mud-default-borderradius);
    border-color: var(--mud-palette-lines-inputs);
    border-width: 1px;
    border-style: solid;
    transition: border-width,border-color 200ms cubic-bezier(.4,0,.2,1) 0ms;
}

.custom-date-picker .k-label {
    /*transform: translate(7px,-11px) scale(.75);
    background-color: var(--mud-palette-surface);
    max-width: 85px;
    position: absolute;
    z-index: 10;
    top: 0;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0.9rem;*/
    /* transform: scale(.79); */
    background-color: var(--mud-palette-surface);
    /* min-width: 10px; */
    position: absolute;
    z-index: 10;
    /* top: 0; */
    /* text-align: center; */
    /* padding-left: 4px; */
    /* padding-right: 4px; */
    font-size: 9.5px;
    /* width: 100%; */
    margin-top: -10px;
    margin-left: 14px;
    padding: 2px;
}


.recepient-label {
    /*background-color: var(--mud-palette-surface);*/
    position: relative;
    left: 15px;
    font-size: .75rem;
}

.form-switch {
    display: flex;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    /*height: 100%;*/
    text-align: start;
    border-radius: var(--mud-default-borderradius);
    border-color: var(--mud-palette-lines-inputs);
    border-width: 1px;
    border-style: solid;
    transition: border-width,border-color 200ms cubic-bezier(.4,0,.2,1) 0ms;
}

    .form-switch .form-switch-label {
        background-color: var(--mud-palette-surface);
        position: absolute;
        top: -9px;
        left: 15px;
        font-size: .75rem;
    }






    .form-switch .form-switch-caption {
        background-color: var(--mud-palette-surface);
        position: absolute;
        bottom: -20px;
        text-align: left;
        left: 2px;
        font-size: .75rem;
    }

.custom-date-picker .k-form-field {
    position: relative;
}

.form-side-menu .mud-expand-panel-header {
    padding-top: 6px;
    padding-bottom: 6px;
}

.form-panel:hover .form-panel-add-btn {
    visibility: visible;
}

.form-panel-add-btn {
    visibility: hidden;
    transition: visibility 0.1s linear;
}

.form-item-panel-priority-btn-container {
    visibility: hidden;
    width: 0;
    transition: visibility 0.1s linear;
}

.form-item-panel:hover .form-item-panel-priority-btn-container {
    visibility: visible;
    width: max-content;
}

.drawer-bottom-action {
    position: fixed;
    bottom: 0;
    margin-left: -20px;
    width: 100%;
    background-color: var(--mud-palette-background);
}

.video-viewer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .video-viewer video {
        max-width: 1000px !important;
    }

.editor-notoolbar .k-toolbar {
    display: none !important;
}

.node {
    cursor: pointer;
}

.node-details {
    cursor: pointer;
}


.node circle {
    fill: #fff;
    stroke: #01579B;
    stroke-width: 1.5px;
}

.node text {
    font-size: 11px;
}

.node-details text {
    font: 10px sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1px;
}


.svg-tooltip {
    position: absolute;
    z-index: 10;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    color: black;
    border: 1px solid grey;
    padding: 12px 20px 8px 20px;
    font-size: 10px;
    border-radius: 5px;
    min-width: max-content;
    width: 250px;
    /*transition: opacity 0.3s linear 2s;*/
}

.svg-action {
    position: absolute;
    z-index: 10;
    font-size: 10px;
}

.svg-tooltip-title {
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    max-width: 200px;
    text-transform: uppercase;
}

.svg-tooltip-description {
    margin: 0;
    margin-bottom: 10px;
    font-size: 10px;
    max-width: 200px;
    color: grey;
}

.svg-tooltip-tagContainer {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 200px;
}

.svg-tooltip-tag {
    background-color: lightsteelblue;
    padding: 5px;
    border-radius: 20px;
    margin-right: 5px;
}

.svg-tooltip-date {
    font-size: 9px;
    text-align: right;
    color: #a2a2a2;
    margin: 0;
}

.content-name {
    color: black;
    margin: 0;
    font-size: 11px;
}

.svg-graph-container {
    max-width: 100%;
    overflow: scroll;
}

.content-name {
    backdrop-filter: blur(5px);
}

.element-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content-icon {
    margin-left: 5px;
    padding: 1px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 100ms ease-in;
}


.form-item-card {
    cursor: pointer;
}

    .form-item-card:hover {
        box-shadow: var(--mud-elevation-1);
    }

.notification-setting-grid-checkbox .mud-icon-button {
    padding: 0 !important;
}

.notification-setting-grid-checkbox label {
    margin-bottom: 0 !important;
}


.custom-toolbar {
    width: 100%;
    background-color: var(--mud-palette-appbar-background);
    line-height: 10px;
    border-bottom: inset;
    border-bottom-width: 1px;
    padding: 3px 8px;
    color: #656565;
}

.custom-drawer .k-drawer {
    position: absolute !important;
}

.enumeration-kind-container .k-animation-container {
    position: static !important;
}

.k-detail-row {
    background-color: var(--mud-palette-lines-default) !important;
}

.wizard-drawer .k-wizard-content {
    overflow: unset !important;
}

.notification-list-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.item-border {
    border: 1px rgba(0, 0, 0, 0.1);
}

.notification-droplist-message {
    max-height: 30px;
    max-width: 300px;
    overflow: hidden;
}

.notification-droplist-subject {
    max-width: 280px;
    max-height: 25px;
    overflow: hidden;
}

.notification-page-message {
    max-height: 30px;
    max-width: 300px;
    overflow: hidden;
}


.notification-page-subject {
    max-width: 1000px;
    max-height: 25px;
    overflow: hidden;
}

.dialog-message-content {
    font-size: 13px;
    white-space: pre-wrap;
    padding: 10px;
    margin: 5px;
    overflow-y: auto;
    max-height: 300px;
}

    .dialog-message-content .mud-input-control-input-container {
        background-color: #f0f0f0;
    }

.dialog-message-headers {
    font-weight: 500;
}


.camera-worker-url {
    height: 51.44px;
    width: 100%;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 3px;
    background-color: var(--mud-palette-lines-default);
    margin-top: 6.5px;
}

.parking-session-paper {
    min-height: 80px;
}


.site-text {
    font-weight: bold;
}

.signature-pad {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

.list-options {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
}

.k-i-arrow-rotate-cw {
    display: none !important;
}

.centered-content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.custom-tab-menu .mud-tooltip-root.mud-tooltip-inline {
    width: 100%;
}*/

.asset-tree-view.k-grid td, .asset-tree-view.k-grid.k-table-td {
    white-space: nowrap !important;
}

.k-chart > svg > g > path[fill="rgb(255, 255, 255)"] {
    fill: transparent;
}

.k-chart > svg > g > path[fill="rgb(51, 51, 51)"] {
    fill: transparent;
}

/*.k-chart > svg {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}
*/
.employee-card-checkbox .mud-icon-button {
    padding: 0;
}

.k-column-title, .k-header {
    font-family: var(--mud-typography-body1-family) !important;
    font-weight: var(--mud-typography-body1-weitgh) !important;
    letter-spacing: var(--mud-typography-body1-letterspacing) !important;
    line-height: var(--mud-typography-body1-lineheight) !important;
    font-size: var(--mud-typography-body1-size) !important;
}

.employee-induction .k-step-text {
    white-space: break-spaces !important;
}

.entity-browser .mud-icon-button {
    padding: 0;
}

.wizard-list-item {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 5px;
}

.custom-carousel .navigation-arrow {
    top: 50%;
    z-index: 5;
    position: absolute;
    height: 100%;
}

/*.mud-drawer.mud-drawer-temporary {
    z-index: 1200 !important;
}*/

.overlay-switch .mud-button-root.mud-icon-button {
    margin-top: 9px !important;
    margin-left: 10px !important;
}

.stream-container {
    background-color: #262626;
    border: 20px solid var(--mud-palette-surface);
    -ms-border-radius: 30px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    resize: both; /* Enable resizing */
    overflow: hidden;
    width: 776px;
    height: 430px;
}

.ipad-container {
    width: 1006px;
    height: 680px;
    background-color: #262626;
    border: 20px solid var(--mud-palette-surface);
    -ms-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    resize: both; /* Enable resizing */
    overflow: hidden;
}

.ipad-screen {
    width: 100%;
    height: 100%;
    background-color: #262626;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.ipad-home-button {
    width: 50px;
    height: 50px;
    background-color: var(--mud-palette-surface);
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .ipad-home-button:hover {
        background-color: #666;
    }

.command-card {
    min-width: 15rem;
    width: 100%;
    height: 100%;
}

.camera-upload {
    border-radius: 10px !important;
}

.visitor-type-card {
    min-height: 80px;
    margin-bottom: 12px;
    /*width: 95%;*/
}

    .visitor-type-card .mud-card {
        background-color: var(--mud-palette-background) !important;
        /*color: white !important;*/
        cursor: pointer;
        min-height: inherit;
        /*background-color: #004C6D !important;*/
    }

.custom-tab-menu .mud-tooltip-root {
    width: 100% !important;
}

.grid-actions .mud-tooltip-root {
    width: inherit !important;
}


.navbar-logo {
    max-width: 150px;
    height: 100%;
    padding: 2px 0px;
}

.system-selector-card {
    cursor: pointer;
}

    .system-selector-card:hover {
        background-color: rgba(144, 202, 249, 0.16);
    }

.tree-view-menu-container {
    overflow: hidden;
    position: relative;
    min-height: 900px;
}

.tree-view-menu-app-bar {
    margin-left: 0 !important;
    width: 100% !important;
}

.tree-view-menu-drawer {
    height: 100%;
    background-color: transparent;
    color: black;
    padding: 10px;
    max-height: 850px;
}

.tree-view-menu-content {
    padding-top: 10px !important;
    background-color: var(--mud-palette-background);
    height: 100%;
    margin-left: 400px !important;
}

.tree-view-menu-content-active {
    margin-left: 0 !important;
}



.qr-scan-overlay {
    animation: fadeIn 0.2s ease-in-out forwards;
}

.qr-scan-container {
    height: 100%;
}

    .qr-scan-container .mud-overlay-absolute {
        position: fixed;
    }



    .qr-scan-container .qr-scanner-box {
        position: fixed;
        top: 0;
        left: 0;
        /*bottom:0;*/
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .qr-scan-container .qr-scanner-box #qr-scanner {
            background-color: rgba(33, 33, 33, 0.2) !important;
            backdrop-filter: blur(10px);
            height: auto;
            max-height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .qr-scan-container .qr-scanner-box #qr-scanner video {
                width: 100vw !important;
                height: auto !important;
                min-height: 100vh;
            }





.user-photo-scan-overlay {
    animation: fadeIn 0.2s ease-in-out forwards;
}

.user-photo-scan-container {
    height: 100%;
}

    .user-photo-scan-container .mud-overlay-absolute {
        position: fixed;
    }



    /*.user-photo-scan-overlay .scan-title {
    margin-top: -50px !important;
}*/

    .user-photo-scan-container .scanner-box {
        position: fixed;
        top: 0;
        left: 0;
        /*bottom:0;*/
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .user-photo-scan-container .scanner-box #user-scanner {
            background-color: rgba(33, 33, 33, 0.2) !important;
            backdrop-filter: blur(10px);
            height: auto;
            max-height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .user-photo-scan-container .scanner-box #user-scanner video {
                width: 100vw !important;
                height: auto !important;
                min-height: 100vh;
            }

.user-photo-scan-overlay .user-camera-frame {
    width: 350px;
}

.camera-provider-container .user-photo-scan-container {
    height: auto;
}

.profile-glassy-card {
    height: 200px;
    background: linear-gradient(105.64deg, rgba(255, 255, 255, 0.5) 18.11%, rgba(217, 217, 217, 0.1) 88.74%);
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.2s linear;
}

    .profile-glassy-card .profile-glassy-card-title {
        position: absolute;
        bottom: 32px;
        left: 30px;
        font-size: 26px;
        font-weight: 100;
        max-width: 420px;
    }

    .profile-glassy-card .profile-glassy-card-logo {
        margin: 20px;
        height: 98px;
        width: 120px;
    }

    .profile-glassy-card:hover {
        background: linear-gradient(105.64deg, rgba(217, 217, 217, 0.5) 18.11%, rgba(217, 217, 217, 0.1) 88.74%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
    }

.kiosk-glassy-option {
    width: 370px;
    height: 310px;
    /* Kiosk Action Button Lg */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 40px;
    /* Kiosk Action Button Lg */
    background: linear-gradient(120.85deg, rgba(255, 255, 255, 0.4) 12.91%, rgba(255, 255, 255, 0.1) 88.9%);
    padding-left: 30px;
    padding-top: 40px;
    cursor: pointer;
    transition: box-shadow 0.2s linear;
    margin-right: 40px;
    margin-bottom: 20px;
}

    .kiosk-glassy-option:hover {
        background: linear-gradient(105.64deg, rgba(217, 217, 217, 0.5) 18.11%, rgba(217, 217, 217, 0.1) 88.74%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
    }

    .kiosk-glassy-option .option-icon {
        font-size: 70px;
    }

    .kiosk-glassy-option .option-title {
        font-size: 50px;
        margin-top: 20px;
        max-width: 370px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2;
    }

.kiosk-glassy-option-success-bg {
    background: linear-gradient(120.85deg, rgba(124, 255, 130, 0.4) 12.91%, rgba(124, 255, 130, 0.1) 88.9%) !important;
    border: none;
}

.kiosk-glassy-option-primary-bg {
    background: linear-gradient( 120.85deg, rgba(0, 155, 223, 0.6) 12.91%, rgba(0, 155, 223, 0.3) 88.9% );
    border: none;
}

.search-primary-btn-mobile {
    width: 200px !important;
}

.kiosk-glassy-option-fail-bg {
    background: linear-gradient(120.85deg, rgba(255, 112, 112, 0.4) 12.91%, rgba(255, 112, 112, 0.1) 88.9%) !important;
    border: none;
}


.kiosk-glassy-option-sm {
    min-width: 260px;
    padding: 20px;
    /*height: 100px;*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    /*padding-left: 30px;*/
    /*padding-top: 30px;*/
    cursor: pointer;
    transition: box-shadow 0.2s linear;
    margin-right: 40px;
    margin-bottom: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

    .kiosk-glassy-option-sm:hover {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
    }

    .kiosk-glassy-option-sm .option-title {
        font-size: 25px;
    }

.kiosk-glassy-option-sm-error-bg {
    background: linear-gradient(115.74deg, rgba(250, 112, 112, 0.6) 13.68%, rgba(255, 88, 88, 0.38) 100%);
}


.visitor-type-glassy-card {
    /*padding: 30px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 0px 0px 30px;
    /* Rectangle 7 */
    /*width: 400px;*/
    height: 200px;
    background: linear-gradient(105.64deg, rgba(255, 255, 255, 0.5) 18.11%, rgba(217, 217, 217, 0.1) 88.74%);
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.2s linear;
}

    .visitor-type-glassy-card .profile-glassy-card-title {
        font-size: 36px;
        font-weight: 100;
        max-width: 500px;
    }

    .visitor-type-glassy-card .profile-glassy-card-caption {
        font-size: 24px;
        font-weight: 100;
        max-width: 500px;
        margin: 0 10px 10px 0;
    }

    .visitor-type-glassy-card .profile-glassy-card-logo {
        margin-top: 20px;
        margin-right: 20px;
        max-height: 50px;
    }

    .visitor-type-glassy-card:hover {
        background: linear-gradient(105.64deg, rgba(217, 217, 217, 0.5) 18.11%, rgba(217, 217, 217, 0.1) 88.74%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
    }

.visitor-type-glassy-card-selected {
    background: none !important;
    border: 1px solid white;
}

    .visitor-type-glassy-card-selected:hover {
        box-shadow: none;
    }

.glassy-card-bg {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    height: 100%;
    flex-direction: column;
    max-width: 600px;
    width: 90%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
    cursor: pointer;
    min-height: 350px
}

    .glassy-card-bg .glassy-card-icon {
        max-height: 120px;
    }

    .glassy-card-bg .glassy-card-title {
        font-size: 30px;
        margin-top: 25px
    }

    .glassy-card-bg:hover {
        background: rgba(255, 255, 255, 0.2);
    }

.glassy-card-dark-bg {
    background: rgba(0, 0, 0, 0.2) !important;
    color: white !important;
}

.camera-warning-bg {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    height: 100%;
    flex-direction: column;
    max-width: 600px;
    width: 90%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
    cursor: pointer;
    min-height: 350px
}

.code-input input {
    text-align: center;
    font-size: 4rem !important;
}

.code-input .mud-input {
    width: 96px;
    height: 130px;
}

.kiosk-btn-badge {
    position: absolute;
    /* right: 40px;*/
    top: 10px;
    right: 0px;
    z-index: 2;
}

    .kiosk-btn-badge .mud-badge {
        font-size: 18px;
        min-width: 30px;
        height: 30px;
        padding: 6px 8px;
        background: rgba(124, 255, 130, 0.5) !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(10px);
    }

.count-card-sm {
    width: 180px;
    height: 175px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-image: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
    border-radius: 16px;
    padding: 12px 12px 12px 12px;
    margin-right: 18px;
    margin-bottom: 20px;
    cursor: pointer;
}

    .count-card-sm .count-card-count {
        font-size: 4.0rem;
        font-weight: 500;
        margin-top: 10px;
    }

    .count-card-sm .count-card-title {
        margin: 0px;
        font-weight: 600;
        line-height: 1.57143;
        font-size: 1.10rem;
    }

.checkin-dashboard-grid .table-grid {
    width: 100% !important;
    min-width: 100%;
}

#kiosk-activity-chart-id text {
    fill: var(--mud-palette-text-primary);
}


#site-activity-chart-id text {
    fill: var(--mud-palette-text-primary);
}

.profile-card-container {
    margin-top: 40px;
}

.checkin-verify-card-container {
    display: flex;
}

.verify-card-header {
    display: flex;
    align-items: center;
}

.checkin-verify-card {
    /*font-family: "RobotoCondensed" !important;*/
    background-color: rgba(33, 33, 33, 0.8) !important;
    max-width: 650px;
    width: 100%;
    padding: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
    border-radius: 15px;
}

    .checkin-verify-card .verify-card-visitor-icon {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        /*margin-right: 60px;*/
    }

    .checkin-verify-card .verify-card-name-container {
        /*margin-top: -50px;*/
    }

    .checkin-verify-card .verify-card-visitor-name {
        /*font-family: "RobotoCondensed";*/
        font-size: 30px;
    }

    .checkin-verify-card .verify-card-info-icon {
        font-size: 24px;
    }

    .checkin-verify-card .verify-card-info-text {
        font-size: 16px;
        margin-left: 10px;
        /*font-family: "Aptos";*/
    }

    .checkin-verify-card .verify-card-info-container {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;
        /*font-family: "RobotoCondensed";*/
        min-width: 350px;
    }

    .checkin-verify-card .verify-card-chip {
        /*font-family: "RobotoCondensed";*/
        font-size: 16px;
        padding: 10px;
    }

    .checkin-verify-card .verify-card-qr-container {
        background-color: white;
        border-radius: 10px;
        /*margin-right: 20px;
        margin-top: 30px;*/
    }

        .checkin-verify-card .verify-card-qr-container .qr-title {
            font-size: 20px;
            font-weight: bold;
            color: black;
            margin-top: -10px;
        }

    .checkin-verify-card .company-logo {
        height: 150px;
        margin-top: -3px;
        margin-bottom: 10px;
        width: 100%;
        max-width: 320px;
    }



.checkin-verify-item-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
    border-radius: 12px;
    background-color: rgba(33, 33, 33, 0.5) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);


}

.checkin-verify-item-card-left {
    display: flex;
    align-items: center;
}

.checkin-verify-itemtext-info {
    display: flex;
    flex-direction: column;
}

.checkin-verify-item-card-container {
    display: flex;
}

.verify-card-qr {
    border-radius: 10px;
    width: 150px !important;
    height: 150px !important;
}

.k-event {
    color: black;
    background-color: rgba(176, 214, 242, 0.8) !important;
    border-left: 2px solid #1181D7 !important;
}

    .k-event p {
        /*font-weight: 500;*/
    }

.workflow-tree {
}

    .workflow-tree .k-treeview-group {
        border: none !important;
    }

    .workflow-tree .k-treeview-toggle {
        background-color: rgba(144, 202, 249, 0.16) !important;
        border-radius: 10px;
        border: 1px solid rgba(144, 202, 249, 0.16);
        padding: 6px;
    }

    .workflow-tree .wt-form {
        background-color: rgba(144, 202, 249, 0.16);
        border: 1px solid rgba(144, 202, 249, 0.16);
        padding: 3px 10px;
    }

        .workflow-tree .wt-form:hover {
            border: 1px solid grey;
        }

        .workflow-tree .wt-form .mud-icon-button {
            padding: 0;
        }

    .workflow-tree .k-treeview-leaf:hover, .workflow-tree .k-treeview-leaf.k-hover {
        color: #EBEBEB;
        background: none;
    }

    .workflow-tree .child-count-chip {
        /*border: 1px solid grey;*/
        background-color: var(--mud-palette-surface);
        border-radius: 5px;
        padding: 4px 5px;
        min-width: 50px;
        cursor: pointer;
    }

.workflow-tree-question {
    padding: 5px;
    width: 100%;
}

    .workflow-tree-question:hover {
        border: 1px solid grey;
        cursor: pointer;
    }

    .workflow-tree-question .wt-question-kind-selector {
        width: 230px;
    }

        .workflow-tree-question .wt-question-kind-selector .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
            padding: 8px 15px !important;
        }

.workflow-tree .wt-form .mud-icon-button {
    padding: 0;
}

.workflow-tree-question .wt-question-options .mud-icon-button {
    padding: 5px;
}

.workflow-tree-question .wt-question-status-chip {
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .workflow-tree-question .wt-question-status-chip .mud-chip {
        border-radius: 5px;
        font-size: 10px;
        padding: 0 7px;
        /*background-color: rgba(38, 166, 154, 0.2);*/
    }

.workflow-tree-question .wt-question-type-chip {
    width: 200px;
}

.wt-question-selected {
    border-left: 4px solid var(--mud-palette-primary) !important;
}

.visitor-checkin-type-card:hover {
    background-color: var(--mud-palette-background);
    border: 3px solid #5C6BC0;
}

.checkin-workforce-alert .mud-alert-message {
    width: 100%;
}

.lottie-container .mud-input-control {
    flex: none !important;
}

.question-items-dialog-container .mud-dialog-container {
    z-index: 2000 !important;
}


.request-profile-glassy-card {
    height: 150px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: background 0.2s linear;
}

    .request-profile-glassy-card .request-profile-glassy-card-title {
        position: absolute;
        bottom: 45px;
        left: 30px;
        font-size: 20px;
        max-width: 300px;
    }

    .request-profile-glassy-card .request-profile-glassy-card-logo {
        /*margin-right: 20px;*/
        max-height: 50%;
        /*margin-top: 20px;*/
    }

    .request-profile-glassy-card:hover {
        background: rgba(217, 217, 217, 0.5);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
    }


.request-requirement-glassy-card {
    height: 150px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: background 0.2s linear;
}

    .request-requirement-glassy-card .request-requirement-glassy-card-title {
        position: absolute;
        bottom: 45px;
        left: 30px;
        font-size: 20px;
        max-width: 300px;
    }

    .request-requirement-glassy-card .request-requirement-glassy-card-logo {
        margin-right: 34px;
        max-height: 70px;
        /*margin-top: 20px;*/
    }

    .request-requirement-glassy-card:hover {
        background: rgba(217, 217, 217, 0.5);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
    }

.manual-checkin-kiosk-glassy-card {
    height: 150px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: background 0.2s linear;
}

    .manual-checkin-kiosk-glassy-card .manual-checkin-kiosk-glassy-card-title {
        position: absolute;
        bottom: 45px;
        left: 30px;
        font-size: 20px;
        max-width: 300px;
    }

    .manual-checkin-kiosk-glassy-card .manual-checkin-kiosk-glassy-card-logo {
        /*max-height: 70px;*/
    }

    .manual-checkin-kiosk-glassy-card:hover {
        background: rgba(217, 217, 217, 0.5);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
    }

.request-comment-box {
    width: 50%;
    padding: 24px;
    margin-bottom: 10px;
}

.request-comment-box-title {
}

.request-comment-box-date {
}

.request-comment-box-message {
    margin-top: 10px;
    margin-bottom: 10px;
}

.operator-comment-box {
    justify-content: end;
}

.access-request-approver-grid .table-grid {
    width: 100% !important;
    min-width: 100%;
}

.pdf-viewer-container {
    width: 100%;
    /* max-width: 800px; */
    margin: 0 auto;
    overflow-y: auto;
    max-height: 600px;
    border: 1px solid #ccc;
    background-color: #c2c2c2;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .pdf-viewer-container canvas {
        margin-bottom: 30px; /* Space between pages */
        display: block; /* Ensure canvas is a block element */
        background: #fff; /* Optional: make it look like a real page */
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); /* Subtle shadow for page effect */
        padding: 10px; /* Optional: simulate a margin around content */
        border-radius: 5px; /* Optional: rounded corners for a smoother look */
    }

        .pdf-viewer-container canvas:last-child {
            margin-bottom: 0; /* Remove margin after the last page */
        }






.custom-pdf-viewer .k-toolbar {
    display: none;
}

.wf-landing-glassy-card {
    height: 460px;
    background: rgba(255, 255, 255, 0.1); /* Transparent white */
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.2s linear;
    transition: display 0.2s linear;
}

.quick-guide-card {
    cursor: pointer;
    transition: background-color 0.2s linear;
}

    .quick-guide-card:hover {
        background-color: #e2e2e2;
    }

.quick-guide-frame {
    visibility: hidden;
    height: 0px;
}

.quick-guide-frame-visible {
    min-height: 1000px;
    visibility: unset !important;
}

.instruction-link-icon {
    width: 30px !important;
    /*margin-bottom: 9px;*/
    margin-left: 10px;
    cursor: pointer;
}

    .instruction-link-icon path {
        fill: #2196f3ff;
    }


.wizard-list-item {
    border: 1px solid var(--mud-palette-primary);
    border-radius: 10px;
}

    .wizard-list-item:hover {
        background-color: var(--mud-palette-primary);
    }

.wizard-list-item-avatar {
    background-color: transparent;
    border: 1px solid var(--mud-palette-primary);
    color: var(--mu-palette-primary);
    transition: background-color 200ms cubic-bezier(.4,0,.2,1) 0ms;
}

    .wizard-list-item-avatar svg {
        fill: var(--mu-palette-primary);
    }

.register-tree {
    /*padding: 10px;*/
}

    .register-tree .k-treeview-group {
        border: none !important;
    }

    .register-tree .k-treeview-toggle {
        /*background-color: rgba(144, 202, 249, 0.16) !important;
        border-radius: 10px;
        border: 1px solid rgba(144, 202, 249, 0.16);
        padding: 6px;*/
    }

    .register-tree .k-treeview-leaf {
        white-space: normal;
        width: 400px;
        /*border-left: 1px solid #e2e2e2;*/
        padding: 0;
    }

        .register-tree .k-treeview-leaf:hover, .register-tree .k-treeview-leaf.k-hover {
            background-color: rgba(144, 202, 249, 0.16);
        }

    .register-tree .leaf-container {
        padding: 4px 4px 8px 4px;
    }

    .register-tree .leaf-container-active {
        background-color: rgba(144, 202, 249, 0.16);
        border-radius: 10px;
    }

    .register-tree .k-treeview-leaf .leaf-text {
        white-space: normal;
        width: 320px;
    }

    .register-tree .k-treeview-leaf .child-leaf {
        border-left: 2px dashed #e2e2e2;
        cursor: pointer;
        width: 300px;
        padding: 4px 4px 8px 4px;
    }

    .register-tree .k-treeview-leaf .child-leaf-pointer {
        /*border-left: 1px solid #e2e2e2;*/
        border-style: dashed;
        max-width: 10px;
        margin-right: 5px;
    }

    .register-tree .k-svg-icon > svg {
        fill: var(--mud-palette-grey-default);
    }

.scan-id-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.scan-id-card {
    width: 600px;
    height: 350px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1rem;
    padding-top: 2rem;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    justify-content: center;
}

    .scan-id-card.glow {
        animation: glowPulse 2s infinite;
    }

.scan-id-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25)
}

.scan-id-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.scan-id-line {
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
}

.scan-id-line-name {
    width: 70%;
}

.scan-id-line-id {
    width: 50%;
}

.identity-scan-job-btn {
    min-width: 200px;
    min-height: 70px;
    border-radius: 10px;
    position: relative;
}

    .identity-scan-job-btn .mud-button-label {
        font-size: 18px !important;
        font-weight: 100;
        /*padding-left: 45px;*/
    }

    .identity-scan-job-btn .mud-button-icon-start {
        position: absolute;
        left: 20px;
    }

.identity-scan-job-glassy-btn {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
    transition: box-shadow 0.2s linear;
}

    .identity-scan-job-glassy-btn:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

.identity-scan-job-warning-btn {
    background: linear-gradient(120.85deg, #e6b800 12.91%, #664400 88.9%);
}

.identity-scan-job-primary-btn {
    background: linear-gradient( 120.85deg, rgba(0, 155, 223, 0.6) 12.91%, rgba(0, 155, 223, 0.3) 88.9% );
}

.identity-scan-job-indigo-btn {
    background: linear-gradient(120.85deg, #7986CB 12.91%, #7986CB 88.9%) !important;
}

@media only screen and (max-width: 500px) {
    .identity-scan-job-glassy-btn {
        width: 200px !important;
        height: 60px !important;
    }
}

@media only screen and (min-device-width: 393px) and (max-device-width: 393px) and (min-device-height: 852px) and (max-device-height: 852px) and (-webkit-device-pixel-ratio: 3)
{
    .identity-scan-job-glassy-btn {
        width: 200px !important;
        height: 60px !important;
    }
}

@media (max-width: 999px) {

    .entityCardStyle {
        display: inline-block;
        width: 300px;
        min-height: 700px;
        overflow: scroll;
    }
}

.stack-layout-container .grid-stack-item-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    background: var(--mud-palette-surface);
    border: 1px solid rgba(0,0,0,0.2);
    /*border-radius: 8px;*/
    /*padding: 1rem;*/
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.stack-layout-container .stack-item-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 7px 4px;
}


@media (min-width: 1601px) {
    .doc-min-width {
        min-width: 650px;
    }

    .cardStyle {
        display: inline-block;
        width: 1800px;
        min-height: 500px;
    }
}

@media (max-width: 1600px) and (min-width: 650px) {
    .doc-min-width {
        min-width: 300px;
    }

    .cardStyle {
        display: inline-block;
        width: 1400px;
        max-height: 600px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media (max-width: 1600px) and (min-width:1000px) {

    .entityCardStyle {
        display: inline-block;
        width: 700px;
        min-height: 700px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media (min-width: 1601px) {

    .entityCardStyle {
        display: inline-block;
        width: 1000px;
        min-height: 700px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

.question-text-container {
    max-width: 800px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.text-wrap {
    max-width: 700px !important;
    white-space: normal !important;
    line-height: 1 !important;
    word-wrap: break-word !important;
}


.question-items-text-wrap {
    max-width: 1100px !important;
    white-space: normal !important;
    line-height: 1 !important;
    word-wrap: break-word !important;
}


.upload-file-dialog {
    max-width: 1000px !important;
}

#mud-snackbar-container {
    z-index: 99999 !important;
}

@media (max-width: 1280px) {

    .question-items-description-text-wrap {
        max-width: 500px !important;
        white-space: normal !important;
        line-height: 1 !important;
        word-wrap: break-word !important;
        overflow-y: hidden;
    }
}

.user-privilege-tree .user-privilege-denied {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #f5f5f5; /* light gray background */
}

.user-privilege-tree .user-privilege-title {
    display: inline;
    width: 100%;
}

.user-privilege-tree .k-table-alt-row {
    background-color: rgba(0,0,0, 0);
}

.user-privilege-tree .k-grid .k-table-tbody > .k-table-alt-row:not(.k-detail-row):hover,
.user-privilege-tree .k-grid .k-table-tbody > .k-table-alt-row:not(.k-detail-row).k-hover {
    background-color: #212121;
}

/*.user-privilege-tree .k-icon {
    width: 0px;
    height: 0px;
}

.user-privilege-tree .user-privilege-title {
    display: flex;
    padding-left: 20px;
    width: 100%;
}*/
@media (min-width: 1280px) {
    .question-items-description-text-wrap {
        max-width: 700px !important;
        white-space: normal !important;
        line-height: 1 !important;
        word-wrap: break-word !important;
        overflow-y: hidden;
    }
}


.page-size-dropdown {
    z-index: 10000 !important;
}



.audit-category .k-drawer-wrapper {
    overflow-y: hidden !important;
}

.audit-Paper .audit-tree-scroll {
    overflow-y: auto !important;
    max-height: 62vh !important;
}




.audit-tree {
}


    .audit-tree .treeview-item {
        display: flex;
        align-items: center;
        padding: 0 5px;
        cursor: pointer;
        width: 100%;
    }


    .audit-tree .treeview-menu {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: auto;
    }

    .audit-tree .treeview-text {
        font-size: 14px;
        font-weight: 500 !important;
        flex-grow: 0;
    }

    .audit-tree .category {
        padding: 0 7px;
        width: 100%;
        cursor: pointer;
    }

        .audit-tree .category:hover {
            border: 1px solid grey;
        }


    .audit-tree .template {
        padding: 1.5px 3px;
        width: 100%;
        cursor: pointer;
    }




    .audit-tree .has-padding {
        padding-left: 10px !important;
        width: 100% !important;
    }


    .audit-tree .no-padding {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .audit-tree .treeview-menu .mud-icon-button {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 0 !important;
    }

    .audit-tree .treeview-item .tree-item-delete-btn {
        display: none !important;
    }


    .audit-tree .treeview-item:hover .tree-item-delete-btn {
        display: block !important;
    }


    .audit-tree .selected-item.active {
        background-color: #d3d3d3 !important;
        width: 100% !important;
        border-radius: 2px !important;
        color: black !important;
    }


    .audit-tree .k-treeview-leaf .child-leaf {
        border-left: 2px dashed grey;
    }

.child-leaf-pointer {
    border-color: grey;
    border-style: dashed;
    max-width: 10px;
    margin-right: 5px;
}

.selected-template-item {
    background-color: rgba(144, 202, 249, 0.16) !important;
}

@media only screen and (max-width: 680px) {
    .user-photo-scan-overlay .user-camera-frame {
        width: 160px !important;
    }

    .user-photo-scan-overlay .scan-title .scanner-box-title {
        font-size: 18px !important;
    }

    .camera-cancel-button {
        position: fixed;
        margin-top: -70px !important;
    }

    .camera-warning-title {
        font-size: 18px;
    }

    .camera-warning-description {
        font-size: 14px;
    }



    .checkin-verify-item-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px;
        border-radius: 12px;
        background-color: rgba(33, 33, 33, 0.5) !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 960px) and (max-width: 1100px) {
    .camera-warning-title {
        font-size: 12px;
    }

    .camera-warning-description {
        font-size: 10px;
    }
}

@media (min-width: 1101px) and (max-width: 1400px) {
    .camera-warning-title {
        font-size: 15px;
    }

    .camera-warning-description {
        font-size: 12px;
    }
}


@media (min-width: 1400px) and (max-width: 1690px) {
    .camera-warning-title {
        font-size: 22px;
    }
}


@media (min-width: 681px) and (max-width: 1300px) {

    .kiosk-btn-badge {
        position: absolute;
        /* right: 40px;*/
        top: -15px;
        right: 0px;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .alert-filter-button {
        flex-direction: column !important;
        align-items: stretch !important;
        margin-top: 10px !important;
    }

        .alert-filter-button > * {
            margin-right: 0 !important;
            margin-bottom: 0.5rem;
            width: 100% !important;
        }

    .alert-filter-button .d-flex > * {
        width: 100% !important;
        margin-bottom: 0.5rem;
    }
}





.caption-text {
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    word-break: break-word !important;
}

.card-name-text {
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    word-break: break-word !important;
}


.card-title-text-color {
    color: #b2b2b2 !important;
}

.timeline-scroll-container {
    max-height: 650px;
    overflow-y: auto;
}

.grid-row-flagged {
    background-color: #FFF8E1;
}