/* #region Global */

/* Document variables*/
:root {
    --bg-wic-violet: rgb(46,49,146);
    --bg-wic-violet4: rgb(46,49,146,.04);
    --bg-wic-violet-light: rgb(108,84,163);
    --bg-wic-violet4-light: rgb(108,84,163,.04);
    --bg-wic-red: rgb(238,52,57);
    --bg-wic-red-light: rgb(243,113,109);
    --bg-wic-gray: rgb(170,170,170);
    --bg-wic-gray-light: rgb(200,200,200);
}

/*#region PreApplication styles start */

html, body {
    height: 100%;
    margin: 0;
    background-color: #cab6d8a1;
}

.app-background {
    background: #cab6d8a1;
}

.page {
    display: grid;
    grid-template-areas:
        "nav main";
    grid-template-columns: 100px 1fr; /* Fixed sidebar, flexible content */
    height: 100vh;
}

.navmenu {
    grid-area: nav;
    display: flex;
    flex-direction: column; /* Stack items vertically */
}

/* Main Content Area */
.main-content {
    grid-area: main;
    overflow-y: auto; /* Enable scrolling for main content */
}

.custom-table {
    width: 60%;
    margin: 20px 0 0 10px;
    font-size: 12px;
    text-align: left;
    border: 1px solid black; /* Add border around the table */
    margin: 0 0 10px;
}

    /* Style for table headers */
    .custom-table th {
        border-collapse: collapse;
        background-color: #411541fa; /* Purple background */
        color: white; /* White text */
        padding: 10px 10px;
        font-weight: bold;
    }

    /* Style for table data */
    .custom-table td {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        padding: 5px;
    }

    /* Add some hover effect for table rows */
    .custom-table tr:hover {
        background-color: #f1f1f1;
    }


#Language {
    width: 25%;
}

.big-underline {
    border: none;
    height: 5px;
    background-color: #4caf50;
    margin: 20px 0;
}

.custom-button {
    width: 20px;
    background: #ffffff !important;
    padding: 0 !important;
}

.grid-custom {
    width: 45%;
    height: 70%;
}

.column-width {
    width: 20px;
}

.k-selected {
    background: #ffffff !important;
    color: black !important;
}

#main-header {
    background: #411541fa !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #ffffff !important;
}

.grid-table {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

    .grid-table .k-form-field-wrap {
        width: 30%;
    }

.k-grid-header, .k-table-thead {
    background: #411541fa !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: small;
}

.small-font-button {
    font-size: small !important;
    width: 15% !important;
}

.k-progressbar .k-selected {
    background: #411541fa !important;
}

.k-treeview-item label {
    padding-left: 5px;
}

/* Input error style */
.input-error {
    border: 2px solid #ff4d4f !important; /* Red border */
    border-radius: 4px;
}

.error-tooltip {
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 100%; /* Position it below the input field */
    margin-top: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    display: none; /* Initially hidden */
}

/* Show tooltip on hover */
span.error:hover + .error-tooltip {
    display: block !important;
}

.k-step-text, .k-wizard-buttons-left {
    display: none;
}

.k-step-current .k-step-indicator,
.k-step-done .k-step-indicator {
    background: #411541fa !important;
    color: #ffffff !important;
    border: none !important;
    border-color: #cab6d8a1 !important;
}

.k-stepper .k-step-current .k-step-indicator {
    border: none !important;
}

.k-step-current .k-step-indicator-text {
    color: #ffffff !important;
}

.nav-fluid {
    background: #ffffff !important;
}

.required-span {
    color: #B00020;
}

.required:after {
    content: "*";
    color: rgb(255, 0, 0);
    font-weight: bold
}

.k-wizard-steps {
    background: #ffffff;
    padding: 10px;
}

.k-wizard-buttons-right {
    width: 100%;
}

.wizard-footer {
    margin-top: 10px;
    position: relative;
    font-size: small;
    font-style: italic;
    padding-left: 1 0vh;
    text-align: center;
}

.k-wizard-buttons {
    display: flex !important;
    justify-content: flex-start !important;
    margin-right: 10px;
}

.k-disabled {
    background: #8080805e !important;
}

.scrollable-popup .k-popup {
    overflow: auto;
}

.popup-container {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: center;
    padding: 1em;
}

.wizardStepShow {
    height: 100%;
}

.wizardStepHidden {
    height: 100%;
    display: none;
}

.grid-no-scroll .k-grid-content {
    overflow-y: auto;
}

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0; /* version 2.26 and older requires !important here */
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0;
}


.alignCrdPreFix {
    background-color: #ffffff;
}

.control-width {
    width: 45%;
}

.fontLabel {
    font-size: 8px;
}

.colHdr {
    background-color: #ffffff !important;
    opacity: .99;
}

.col {
    background-color: inherit !important;
    opacity: .99;
}

.grid-no-scroll .k-grid-content {
    overflow-y: auto;
}

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0; /* version 2.26 and older requires !important here */
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0;
}

.fam-name {
    width: 30%;
    min-width: 180px;
    padding: 2px 0;
}

.fam-button {
    width: 20%;
    min-width: 120px;
    padding: 2px 0;
}

.fam-info {
    width: 30%;
    min-width: 180px;
    margin: 0;
    padding: 2px 0px;
}

.k-pager-numbers {
    opacity: .99;
}

.k-wizard-pager {
    display: none;
}

.k-treeview-toggle {
    display: none !important;
}

h6, h5, h4, h3, h2, h1 {
    font-weight: bold;
}

.k-button {
    border: .5px solid rgb(73 113 82) !important;
}

.img-logo {
    max-width: 120px;
    height: auto;
}

.version-footer {
    text-align: center;
    font-size: x-small;
}


/*Force table to not be like tables anymore */
.mobile-grid table,
.mobile-grid thead,
.mobile-grid tbody,
.mobile-grid th,
.mobile-grid tr,
.mobile-grid td {
    display: block;
}

     /*Hide table headers (but not display: none;, for accessibility) */
    .mobile-grid thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

.k-grid.mobile-grid tr {
    border: 1px solid rgba(0,0,0,.2);
}

.k-grid.mobile-grid .k-grid-content .k-table-row > td.k-table-td {
     /*Behave  like a "row" */
    border-bottom: 1px solid rgba(0,0,0,.08);
    position: relative;
    padding-left: 50%;
    height: 40px;
}

.mobile-grid td:before {
    /*Now like a table header */
    position: absolute;
    /*Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 5px;
    white-space: normal;
    font-weight: bold;
}

/*#region PreApplication styles end*/
@font-face {
    font-family: 'ppoDinPro';
    src: url('../fonts/DINPro.otf');
}

    @font-face {
        font-family: 'ppoWicGravur';
        src: url('../fonts/GravurCondensed-Black.otf');
    }
    /* Document body font types */
    html, body {
    font-family: ppoDinPro, 'DIN Pro', Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font-Index {
    font-size: .85rem;
}

.font-Info {
    font-size: .75rem;
}

/* Link style remove underline */
a {
    text-decoration: none;
}

    /* Link style remove underline */
    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }
/* #endregion Global */

/* #region Application */
h1:focus {
    outline: none;
}

.k-card-hbox {
    display: flex;
    flex-flow: row nowrap;
    background-color: rgb(200,200,200) !important;
    margin-bottom: 0;
}

.k-actions-start {
    display: none !important;
}

/* Eliminate the 'X' in drop-down lists */
.k-icon.k-i-x {
    display: none !important;
}

.content {
    padding-top: 1.1rem;
}

.anchor-cursor {
    cursor: pointer;
}

.my-signature {
}

    .my-signature::before {
        content: "\2297";
        font-size: 12px;
        position: absolute;
        top: 75%;
        left: 0;
        z-index: 2;
    }

    .my-signature::after {
        content: "";
        position: absolute;
        top: 90%;
        left: 5%;
        right: 0;
        width: 100%;
        z-index: 2;
        border: 1px dashed #ccc;
        opacity: 0.5;
    }

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.pad-line {
    padding: 20px 0 20px 0;
}

.page-password {
    width: 50%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.pad-left {
    padding: 0 0 20px 20px !important;
}

.page-width {
    width: 100%;
}

.align-page {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.disclaimer-bg {
    background: lightyellow;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: #ffffff;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }
/* #endregion Application */

/* #region Header */

/* Page titles */
.ppo-page-title {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 1.5rem;
}

/* Fixed top nav wrapper layout */
.ppo-header {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e7e9ed;
    height: 56px;
    background: #fff;
}

/* Fixed top nav rendered */
.ppo-header-inner {
    position: relative;
}

/* Fixed top nav menu */
.ppo-topbar-item {
    display: inline-block;
    margin-right: 1.25rem;
}

    /* Remove outside space from last menu item */
    .ppo-topbar-item:last-child {
        margin-right: 0;
    }

    /* Fixed top nav url */
    .ppo-topbar-item > a {
        color: #5d6778;
    }

        .ppo-topbar-item > a:hover {
            color: #252930;
        }

/* Fixed top nav user menu shuttle gray */
.ppo-menu-user a.dropdown-item {
    color: #5d6778;
}

    /* Fixed top nav user menu */
    .ppo-menu-user a.dropdown-item:hover {
        background-color: transparent;
        color: var(--bg-wic-violet-light);
    }

    /* Fixed top nav user menu active and focus */
    .ppo-menu-user a.dropdown-item.active,
    .ppo-menu-user a.dropdown-item:focus {
        background-color: transparent;
        color: var(--bg-wic-violet-light);
    }

/* Fixed top nav menu clickable toggle */
.ppo-topbar-item .dropdown-toggle {
    position: relative;
}

/* Fixed top nav menu external spacing */
.ppo-topbar-item .dropdown-menu {
    font-size: 0.875rem;
    margin: 0;
}

    /* Fixed top nav menu start display  */
    .ppo-topbar-item .dropdown-menu.show {
        top: 23px !important;
    }

/* Fixed top nav menu icon */
.ppo-topbar-item .icon {
    font-size: 1.25rem;
    width: 24px;
    height: 24px;
}

/* Fixed top nav menu icon positioned badge */
.ppo-topbar-item .icon-badge {
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -0.45rem;
    top: -0.3rem;
    width: 20px;
    height: 20px;
    font-size: 0.6rem;
    font-weight: bold;
    padding-top: 1px;
    color: #fff;
    text-align: center;
}

    /* Fixed top nav badge counter */
    .ppo-topbar-item .icon-badge.icon-badge {
        background: #EC776C;
        border: 2px solid #fff;
    }

/* Fixed top nav notification menu */
.ppo-menu-notes .dropdown-menu {
    width: 300px;
    right: 0;
    left: auto;
    margin-top: 1.5rem;
}

    /* Fixed top nav notification menu */
    .ppo-menu-notes .dropdown-menu .dropdown-menu-header {
        border-bottom: 1px solid #e7e9ed;
    }

    /* Fixed top nav notification menu title */
    .ppo-menu-notes .dropdown-menu .dropdown-menu-title {
        font-size: 1rem;
    }

    /* Fixed top nav notification menu image */
    .ppo-menu-notes .dropdown-menu .profile-image {
        width: 36px;
        height: 36px;
    }

    /* Fixed top nav notification menu notification text */
    .ppo-menu-notes .dropdown-menu .info {
        padding-right: 80px;
        position: relative;
    }

    /* Fixed top nav notification menu notification timestamp */
    .ppo-menu-notes .dropdown-menu .meta {
        color: #828d9f;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0.75rem;
    }

    /* Fixed top nav notification menu notification footer */
    .ppo-menu-notes .dropdown-menu .dropdown-menu-footer {
        border-top: 1px solid #e7e9ed;
    }

    /* Fixed top nav notification menu notification footer */
    .ppo-menu-notes .dropdown-menu .item {
        min-width: 250px;
        position: relative;
        border-bottom: 1px solid #e7e9ed;
    }

        /* Set border for  last menu item */
        .ppo-menu-notes .dropdown-menu .item:last-child {
            border-bottom: none;
        }

        .ppo-menu-notes .dropdown-menu .item:hover {
            background: #f5f5f5;
        }

    /* Fixed top nav notification menu notification footer link */
    .ppo-menu-notes .dropdown-menu .link-mask {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
    }

/* Fixed top nav notification menu item icon */
.ppo-menu-notes .ppo-icon-holder {
    display: inline-block;
    background: var(--bg-wic-violet4);
    color: var(--bg-wic-violet-light);
    width: 36px;
    height: 36px;
    padding-top: 4px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%;
}

    /* Fixed top nav notification menu item image */
    .ppo-menu-notes .ppo-icon-holder svg {
        width: 20px;
        height: 20px;
    }

/* Fixed top nav user menu */
.ppo-menu-user {
    display: inline-block;
}

    /* Fixed top nav user menu image */
    .ppo-menu-user img {
        width: 36px;
        height: 36px;
    }

/* Default body content format */
.ppo-content {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background-color: var(--bg-wic-violet4);
    padding-top: 56px;
    overflow-x: hidden;
}

/* Sidebar navigation format */
.ppo-sidebar {
    position: fixed;
    min-height: 100vh;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0.875rem;
    border-right: 1px solid #e7e9ed;
}

    /* Sidebar closed hidden */
    .ppo-sidebar .panel-drop {
        display: none;
    }

    /* Sidebar container nav items */
    .ppo-sidebar .sidebar-inner {
        position: relative;
        z-index: 10;
        background: #fff;
        -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 15px;
        -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 15px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 15px;
        width: 250px;
        height: 100%;
    }

    /* Sidebar container close button */
    .ppo-sidebar .sidebar-close {
        display: none;
        position: absolute;
        z-index: 20;
        right: -2rem;
        top: 0;
        color: #fff;
        font-size: 2rem;
    }

    /* Sidebar container closed position */
    .ppo-sidebar.sidebar-hidden {
        left: -400px;
    }

    /* Sidebar container open position */
    .ppo-sidebar.sidebar-visible {
        left: 0;
    }

    /* Sidebar adds scrollbar for overflow */
    .ppo-sidebar .ppo-sidebar-nav {
        overflow-y: auto;
    }

        /* Sidebar reduces scrollbar width for overflow */
        .ppo-sidebar .ppo-sidebar-nav::-webkit-scrollbar {
            width: 6px;
            background-color: #e7e9ed;
            background-color: var(--bg-wic-violet4);
        }

        /* Sidebar draggable scrolling handle */
        .ppo-sidebar .ppo-sidebar-nav::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, 0.1);
            border-radius: 0.5rem;
        }

/* Sidebar toggle button */
#ppo-sidebar-toggler {
    color: var(--bg-wic-violet);
}

/* Sidebar brand area */
.ppo-branding {
    padding-top: 1rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

    /* Sidebar brand logo */
    /* Increase height for larger image */
    .ppo-branding .logo-icon {
        height: 45px;
    }

    /* Sidebar brand text */
    .ppo-branding .logo-text {
        color: #252930;
        font-size: 1.25rem;
        font-weight: 600;
        vertical-align: middle;
        text-decoration: none;
    }

    /* Sidebar brand link */
    .ppo-branding .ppo-logo {
        text-decoration: none;
    }

/* Sidebar navbar */
.ppo-nav {
    color: #5d6778;
    display: block;
    padding: 0;
    width: 100%;
}

    /* Sidebar nabar unordered list */
    .ppo-nav .ppo-menu {
        margin-bottom: 0
    }

    /* Sidebar navbar list item */
    .ppo-nav .nav-item {
        display: block;
        color: #5d6778;
        background: #fff;
    }

    /* Sidebar navbar navlink */
    .ppo-nav .nav-link {
        display: block;
        padding: .875rem 1rem;
        color: #252930;
        position: relative;
        padding-left: 3rem;
    }

        /* Sidebar navbar navlink active */
        .ppo-nav .nav-link.active {
            font-weight: 200;
            color: #ffffff;
            background-color: var(--bg-wic-violet);
        }

            /* Sidebar navbar navlink active hover */
            .ppo-nav .nav-link.active:hover {
                font-weight: 500;
                color: #ffffff;
            }

        /* Sidebar navbar navlink hover */
        .ppo-nav .nav-link:hover {
            /*color: #0d6efd;*/
            color: var(--bg-wic-violet);
        }

    /* Sidebar navbar navlink icon position */
    .ppo-nav .nav-icon {
        position: absolute;
        left: 1rem;
        top: 0.7rem;
    }

        /* Sidebar navbar navlink icon image */
        .ppo-nav .nav-icon .bi {
            width: 1.25rem;
            height: 1.25rem;
        }

/* Navlinks autotoggles 'active' for current URI */
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: none;
}

.ppo-wrapper {
    transition: none;
    /*transition: all 0.4s ease-in-out;*/
}

.ppo-pswd {
    display: flex;
    align-items: center;
}

.fade {
    transition: opacity 0.15s linear;
}

    .fade:not(.show) {
        opacity: 0;
    }

/* Collapsible element; hides content. */
.collapse:not(.show) {
    display: none;
}

/* Collapsible element transition. */
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

/* Fixed top nav user menu toggle text */
dropdown-toggle
.dropdown-toggle {
    white-space: nowrap;
}

.k-tabstrip-items-wrapper .k-item {
    color: #212529 !important;
}

.demo-section {
    margin: 0 auto;
    padding: 10px;
    border: 1px solid rgba(20,53,80,0.14);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
}

/* Fixed top nav user menu toggle position */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Fixed top nav user menu removes toggle */
.dropdown-toggle:empty::after {
    margin-left: 0;
}

/* Fixed top nav user menu removes toggle */
.dropdown-toggle.no-toggle-arrow:after {
    display: none !important;
}

/* Hide bottom navigation menu item */
.ppo-menu .menu-toggle {
    display: none;
}

/* Hide visible botton menu items from sidebar */
.nav-item:nth-child(n+2):nth-child(-n+3) {
    display: none;
}

/* Show sidebar menu icon */
.ppo-sidebar-burger {
    display: initial;
}

/* Hide small mobile logo */
.mobile-logo {
    display: none;
}
/* #endregion Header */

/* #region Body */
/* Card content container */
.ppo-card {
    position: relative;
    background: #fff;
    border-radius: 0.25rem;
}

    /* Card header content container */
    .ppo-card .ppo-card-header {
        border-bottom: 1px solid #e7e9ed;
    }

    /* Card header title content container */
    .ppo-card .ppo-card-title {
        font-size: 1.125rem;
        margin-bottom: 0;
    }

    /* Card content container link */
    .ppo-card .card-header-action {
        font-size: 0.875rem;
    }

        .ppo-card .card-header-action a:hover {
            text-decoration: underline;
        }

/* Card text position */
.ppo-card-numeric {
    text-align: center;
}

    /* Card text title */
    .ppo-card-numeric .numeric-text {
        font-size: 0.875rem;
        color: #828d9f;
        text-transform: uppercase;
    }

    /* Card text numeric format */
    .ppo-card-numeric .numeric-number {
        font-size: 2rem;
        color: #252930;
    }

    /* Card text time format */
    .ppo-card-numeric .numeric-rate {
        font-size: 0.875rem;
        color: #828d9f;
    }

/* Card container */
.ppo-card-feature {
    height: 100%;
}

    /* Card container text */
    .ppo-card-feature .title {
        font-size: 1rem;
    }

/* Card header icon style  */
.ppo-card .ppo-icon-holder {
    display: inline-block;
    background: var(--bg-wic-violet4);
    color: var(--bg-wic-violet-light);
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%;
}

    /* Card header icon image  */
    .ppo-card .ppo-icon-holder svg {
        width: 24px;
        height: 24px;
    }

.ppo-supergraphic-f1 {
    background-image: url("../images/supergraphics/Full/SupergraphicFull.png");
    background-size: cover;
    /*background-position: center bottom;*/
    /*background-repeat: no-repeat;*/
}

.ppo-supergraphic-p1 {
    background-image: url("../images/supergraphics/Partial/PartialSupergraphic1.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.ppo-supergraphic-p3 {
    background-image: url("../images/supergraphics/Partial/PartialSupergraphic3.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.ppo-supergraphic-p4 {
    background-image: url("../images/supergraphics/Partial/PartialSupergraphic4.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.ppo-supergraphic-t3 {
    background-image: url("../images/supergraphics/Partial/PartialSupergraphic3.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.custom-text-area {
    min-height: 128px !important;
}

.text-oneline {
    min-height: 23px !important;
}

.text-borders {
    border: none !important;
}

.label-red {
    padding-top: 5px;
    color: #EE0000;
}

.k-form-error, .k-invalid-msg, .customred {
    color: #EE0000 !important;
    font-family: var(--mud-typography-default-family) !important;
    font-size: var(--mud-typography-default-size) !important;
    font-weight: var(--mud-typography-default-weight) !important;
    font-style: normal !important;
}

.canvas-label {
    color: #f6f6f6;
    font-size: 10%;
}

.hover-label {
    font-size: 0%;
    width: 0%;
}

.middle-align {
    margin-top: 3px;
}

.justify-space-between {
    width: 80%;
    text-align: left;
    padding-top: 5px;
}

.btn-toggle {
    text-align: right;
    width: 20%;
}

.k-hbox {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 0;
}

.button-window {
    padding-top: 5px;
}

.button-padding {
    padding-top: 20px;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgb(200,200,200);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.k-checkbox {
    border: solid !important;
    border-width: 1px !important;
    border-color: gray !important;
}

.k-radio {
    border: solid !important;
    border-width: 1px !important;
    border-color: gray !important;
}

.k-button-no-border {
    border: none !important;
}

.k-dialog-titlebar {
    border-color: inherit;
    color: #ffffff !important;
    background-color: var(--bg-wic-violet) !important;
}

.cancel-border {
    border: 1px solid rgb(238,52,57) !important;
}

.bottom-navigation {
    margin-top: 16px;
    text-align: center;
}

#grey-checkbox:checked {
    background-color: #767676;
    border-color: #767676;
}

.demo-window {
    z-index: 44444;
}

.editor-label {
    margin: 0;
    font-size: .875em;
    display: block;
}

.k-window-titlebar {
    color: #ffffff !important;
    background-color: var(--bg-wic-violet) !important;
}

.product-group {
    min-width: 45%;
    margin-right: 10px;
    padding: 2px 0;
}

.productbtn {
    padding-top: 0.5rem;
    padding-bottom: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

    .productbtn > button {
        min-width: 75px;
    }

.same-line {
    display: block;
}

.googleImg {
    background-image: url("../images/Google.png");
    vertical-align: middle;
    height: 30px;
    width: 28px;
    display: inline-block;
}

.facebookImg {
    background-image: url("../images/Facebook.png");
    vertical-align: middle;
    height: 30px;
    width: 28px;
    display: inline-block;
}

.k-loader-container {
    z-index: 1;
}

.indexHeading {
    font-family: sans-serif;
    margin: 20px auto;
    color: black;
    text-align: center;
    font-size: 12px;
    position: relative;
    text-transform: none;
}

    .indexHeading:before {
        content: "";
        display: block;
        width: 30%;
        height: 1px;
        background: grey;
        left: 0;
        top: 50%;
        position: absolute;
    }

    .indexHeading:after {
        content: "";
        display: block;
        width: 30%;
        height: 1px;
        background: grey;
        right: 0;
        top: 50%;
        position: absolute;
    }

.my-button .my-form.k-form .k-form-buttons {
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
}

.k-form-label {
    width: 50% !important;
    font-size: .95rem;
}

.pad {
    padding: 5px;
}

.padItem {
    padding: 7px 50px 7px 50px;
}

.d1 {
    display: table-cell;
    width: 50%;
}

.d3 {
    display: table-cell;
    text-align: right;
    width: 50%;
}

.my-form.k-form .k-form-buttons {
    justify-content: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.rig {
    text-align: right;
}

/* #endregion Body */

/* #region Media */
/* Sidebar transition. */

/* Turn off the hamburger menu at 1200px*/
@media (min-width: 1200px) {
    .ppo-sidebar-burger {
        display: none;
    }
}

@media (max-width: 1200px) {
    .ppo-sidebar {
        transition: all 0.4s ease-in-out;
        left: -400px;
    }
}
/* Sidebar transition & user preference. */
@media (max-width: 1200px) and (prefers-reduced-motion: reduce) {
    .ppo-sidebar {
        transition: none;
    }
}

@media (max-width: 1200px) {
    .ppo-sidebar.sidebar-visible {
        display: block;
    }
}

@media (max-width: 1200px) {
    .sidebar-visible .sidebar-close {
        display: inline-block;
    }
}

@media (max-width: 1200px) {
    .sidebar-visible .sidebar-drop {
        position: fixed;
        display: block;
        min-height: 100vh;
        height: 100%;
        width: 100%;
        min-width: 100vw;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.35);
    }
}
/* Fixed top navbar space reservation */
@media (min-width: 1200px) {
    .ppo-wrapper {
        margin-left: 250px;
    }
}
/* Fixed top navbar space reservation */
@media (min-width: 1200px) {
    .ppo-header-inner {
        margin-left: 250px;
    }
}

/* sidebar navbar is re-used and fixed to bottom for mobile. 
    Responsive menu expands upward.  Nth-child is used to detect 
    menu items for both visible and responsive menu items. */
@media screen and (max-width: 576px) {

    /* Create space for bottom navigation menu */
    .ppo-content {
        padding-bottom: 44px;
    }

    /* Show menu item toggle */
    .ppo-menu .menu-toggle {
        float: right;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    /* Show visible menu items */
    .nav-item:nth-child(n+1):nth-child(-n+3) {
        display: block;
    }

    /* Hide drop-up menu items */
    .nav-item:nth-child(n+4):nth-child(-n+8) {
        display: none;
    }

    /* Show menu list as a block */
    .responsive .ppo-menu {
        display: block;
    }

    /* Hide visible menu items from drop-up */
    .responsive .nav-item:nth-child(n+1):nth-child(-n+3) {
        display: none;
    }

    /* Show menu items as a block */
    .responsive .nav-item:nth-child(n+4):nth-child(-n+8) {
        display: block;
    }

    /* Create fixed bottom navbar */
    .ppo-menu {
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        background-color: var(--bg-wic-violet);
        display: flex;
    }

    /* Use initial position value */
    .ppo-nav .nav-icon {
        position: initial;
    }

    /* Format bottom menu toggle button */
    .ppo-menu .menu-toggle .nav-link {
        padding: 20px;
    }

    /* Format bottom menu visible buttons */
    .ppo-menu .menu-visible .nav-link {
        padding: 20px;
    }

    /* start list color scheme for nav items */
    .ppo-menu .nav-item {
        background-color: var(--bg-wic-violet);
        text-decoration: none;
        font-weight: normal;
    }

        /* color scheme for list nav items */
        .ppo-menu .nav-item .nav-link {
            color: #ffffff;
            text-decoration: none;
            font-weight: normal;
        }

            /* Show active button */
            .ppo-menu .nav-item .nav-link.active {
                background-color: #ffffff;
                color: var(--bg-wic-violet);
            }

            /* Show alt button when hover */
            .ppo-menu .nav-item .nav-link:hover {
                text-decoration: none;
                font-weight: normal;
                background-color: #ffffff;
                color: var(--bg-wic-violet);
            }

    /* Show menu as default when active */
    .ppo-menu .menu-toggle .nav-link.active {
        background-color: var(--bg-wic-violet);
        color: #ffffff;
    }
    /* Show menu alternate when active */
    .ppo-menu .menu-visible .nav-link.active {
        background-color: #ffffff;
        color: var(--bg-wic-violet);
    }

    /* Turn off sidebar menu */
    #ppo-sidebar-toggler {
        pointer-events: none;
    }

    /* Turn off sidebar menu icon */
    .ppo-sidebar-burger {
        display: none;
    }

    /* Display small mobile logo */
    .mobile-logo {
        display: initial;
    }
        /* Increase height for larger image */
        .mobile-logo .logo-icon {
            height: 45px;
        }
}
/* Fixed top nav notifications menu */
@media (max-width: 375px) {
    .ppo-menu-notes .dropdown-menu {
        width: 250px;
        right: -50px;
        font-size: smaller;
    }
}
/* Card text dynamic formatting */
@media (max-width: 576px) {
    /* Card text numeric format */
    .ppo-card-numeric .numeric-number {
        font-size: 1.125rem;
    }
    /* Card text time format */
    .ppo-card-numeric .numeric-text {
        font-size: 0.75rem;
    }

    .signup-password {
        display: block !important;
        width: 70%;
    }
}
/* fly chat window for iphone SE and later
    @media screen and (max-height: 568px) {
        #chatId {
            padding-left: 18%;            
        }

        #chatList {
            height: 320px;
        }
    }*/

/* XS mobile screen resolution support */
@media screen and (max-width: 320px) {
    /* Format bottom menu toggle button */
    .ppo-menu .menu-toggle .nav-link {
        padding: 10px;
    }

    /* Format bottom menu visible buttons */
    .ppo-menu .menu-visible .nav-link {
        padding: 10px;
    }
}

/* User preference based suppression */
@media (prefers-reduced-motion: reduce) {
    .ppo-wrapper {
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }

    .wizard-footer {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .app-background {
        background: #ffffff;
    }

    #Language {
        width: 100%;
    }

    .wizard-footer {
        padding: 0;
        white-space: pre-wrap;
    }

    .k-wizard-steps {
        padding: 0;
    }

    .grid-table {
        padding: 0;
    }

        .grid-table .k-form-field-wrap {
            width: 100%;
        }

    .px-4 {
        padding: 0 !important;
    }

    .k-wizard {
        padding-inline: 0 !important;
    }

    .custom-cb {
        font-size: 15px;
    }

    .k-treeview-item {
        padding: 0 !important;
    }

    .grid-custom {
        width: 100%;
        height: 100%;
    }

    .small-font-button {
        font-size: small !important;
        width: 30% !important;
    }

    .custom-table {
        width: 100%;
    }

    .page {
        grid-template-areas:
            "nav"
            "main";
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .border-box {
        border: 1px solid #000;
        padding: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }
}
/* #endregion Media */
