﻿

html,
body {
    font-family: "Open Sans", sans-serif;
    padding: 0;
    
}

#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: 3.5rem;
        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: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }

/* Header */
.header {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    background-color: #fff;
    color: #3e3e3e;
}

.h4,
h4.header-text {
    font-size: 18px;
    font-weight: 700;
}

.grid-container.header-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    height: 63px;
}

.left-column.header-left {
    display: flex;
    align-items: center;
    grid-column: 1;
}

.center-column.header-center {
    grid-column: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.header-separator {
    width: 1px;
    height: 63px;
    background-color: #d3d3d380;
    margin-right: 20px;
}

.label-header {
    font-size: 16px;
    padding-left: 12px;
    padding-top: 20px;
}
/* end region */

.nav-button {
    position: relative;
    text-decoration: none;
    color: #f6f6f6;
    font-size: 16px;
}

    .nav-active,
    .nav-button:hover,
    .nav-button:focus {
        text-decoration: none;
        font-weight: 500;
        color: #f6f6f6;
    }

        .nav-active::after,
        .nav-button:hover::after {
            text-decoration: none;
            content: "";
            font-weight: bold;
            display: block;
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 100%;
            border-bottom: 2px solid #e3b505;
        }

.k-button.grid-add-btn.k-button-solid-base {
    color: #00205c;
    border-color: #00205c;
    width: 12rem;
    border-radius: 15px;
    background-color: white;
}

.grid-add-btn:hover {
    background-color: white;
    box-shadow: none;
    transform: scale(1.05);
}

.grid-command-btn {
    color: #3e3e3e;
}

    .grid-command-btn:has(.edit-icon) {
        border: none;
        background: transparent;
    }

        .grid-command-btn:has(.edit-icon):hover {
            background: #f5f5f5;
        }

.edit-icon {
    height: 16px;
}

/*Custom Dialog Box*/
.k-dialog-wrapper .k-dialog {
    width: 500px;
    height: 250px;
}


.k-dialog-titlebar.k-window-titlebar {
    background-color: #00205c;
    height: 50px;
    color: #fff;
}

.k-window-content {
    color: black;
}

.k-dialog-titlebar .k-dialog-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #fff;
    justify-content: center;
}

.k-actions.k-actions-end.k-actions-horizontal.k-window-actions.k-dialog-actions {
    flex-direction: row-reverse;
    justify-content: center;
    border: none;
    padding: 40px;
    gap: 10px;
}

.k-dialog-actions .k-button {
    width: 140px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #004987;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
}

.k-dialog-actions .k-button-solid-primary {
    background-color: #004987;
}

.k-dialog-actions .k-button-solid-base {
    color: #fff;
    background-color: #004987;
    flex: none;
}
/*end region*/

.telerik-grid-wrapper {
    padding: 0;
    margin: 0;
}

.addNewButton {
    color: white !important;
    border-color: #00205c !important;
    width: 12rem !important;
    border-radius: 15px !important;
    background-color: #043162 !important;
}

    .addNewButton:hover {
        background-color: #043162;
        box-shadow: none;
        transform: scale(1.05);
    }

.window-right {
    position: fixed;
    height: 100% !important;
    width: 55% !important;
    margin-left: 33% !important;
}
/*end region*/

/*Custom Notification overlay */
.k-notification-group {
    z-index: 10099 !important;
}
/*end region*/

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    width: 100% !important;
    padding-left: 2% !important;
    box-shadow: 0 4px 2px -2px gray !important;
    background-color: #fff !important;
    margin-bottom: 4px !important;
}

.k-tabstrip-content,
.k-tabstrip > .k-content {
    margin: 0 !important;
    padding: 0% !important;
}

.button-container {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.width-100-percentage {
    width: 100%;
    display: block;
}

.footer-button {
    font-size: 12px;
    border-radius: 0;
    margin-left: 10px;
    border: none;
}

.footer .cancel-button,
footer .savedraft-button,
.footer .back-button {
    display: inline-flex;
    padding: 10px 35px;
    justify-content: center;
    gap: 10px;
    border-radius: 2px;
    border: 2px solid #004987;
    background-color: #fff;
    color: #004987;
    font-size: 14px;
    font-weight: bold;
}

.footer .next-button {
    display: inline-flex;
    padding: 10px 35px;
    justify-content: center;
    gap: 10px;
    border-radius: 2px;
    background-color: #004987 !important;
    border: 2px solid #004987;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.cancel-button-container {
    position: relative;
    float: left;
}

.next-button-container {
    position: relative;
    float: right;
}

.initial-data-loader .k-loader-container-overlay.k-overlay-light {
    background-color: white;
}

.k-loader-container {
    z-index: 100;
}

.footer-template {
    font-size: 100%;
}

.header-template {
    font-weight: bold;
    text-align: center;
}

.line {
    margin-top: 3%;
    margin-bottom: 3%;
}

.k-dialog-actions {
    justify-content: center !important;
}

.k-switch-md {
    width: 50px;
    height: 35px;
    font-size: 10px;
}

    .k-switch-md .k-switch-track {
        width: 35px;
    }

    .k-switch-md .k-switch-thumb {
        width: 20px;
        height: 20px;
    }

.design-title {
    font: 18px Lato, sans-serif;
    text-align: center;
    line-height: 35px;
    padding-bottom: 5px;
}

.design-subtitle {
    font: 14px Lato, sans-serif;
    text-align: center;
    line-height: 35px;
    padding-bottom: 5px;
}

.design-section {
    align-self: center;
    display: flex;
    flex-direction: column;
    color: #000;
    padding-top: 5px;
}

.designtracking {
    padding: 0px;
    height: 50%;
    width: 80%;
    background-color: white;
    align-items: center;
    margin-top: 30px;
}

.checkbox-margin {
    margin-left: 20px;
    margin-top: 2px;
    margin-right: 20px;
}

    .checkbox-margin > label {
        position: relative;
        top: 3px;
    }

.designtracking-grid {
    padding: 0px;
    height: 50%;
    width: 70%;
    margin-top: 30px;
    background-color: white;
    align-items: center;
    margin-left: 15%;
}

.re-baseline-button {
    margin-top: 10%;
    padding-block: 6px;
    padding-inline: 25px;
    font-size: 10px;
    border-radius: 0;
}

.excel-import {
    padding: 0px;
    height: auto;
    width: 60%;
    background-color: white;
    align-items: center;
    margin-top: 20px;
    margin-left: 15%;
}

.k-form-legend {
    display: none;
}

.k-form .k-form-fieldset {
    margin: 0;
}

.k-form .k-form-field {
    margin-top: 20px;
}


.k-form-button {
    width: 140px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #004987;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
}

.k-form-button-solid-primary {
    background-color: #004987;
}

.k-form-button-solid-base {
    color: #fff;
    background-color: #004987;
    flex: none;
}

.pill {
    padding: 4px 20px 4px 20px;
    gap: 10px;
    border-radius: 40px;
    border: 1px;
}

    .pill.success {
        border: 1px solid #4ea944;
        background: #d4fdd0;
    }


.k-toolbar-md {
    gap: 2px;
}

.full-screen-mode {
    float: right;
    position: fixed;
    right: 2px;
    z-index: 1000;
}

.iso-table-full-screen-mode {
    position: absolute;
    left: 5px;
    top: 5px;
}

/*UserDetailComponent Styles Start*/

.resource-panel {
    height: 70% !important;
    width: 60% !important;
}

.useradmin_tdropdown {
    width: 90%;
    height: 40px;
}

.userstatus_tswitch,
.k-switch-md .k-switch-track {
    height: 35px;
}

.userstatus_tswitch,
.k-switch-md {
    width: 100px;
    height: 40px;
}

/*UserDetailComponent Styles End*/

/*UserProjectAccessComponent Styles Start*/

.k-master-row {
    cursor: default;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

/*UserProjectAccessComponent Styles End*/

/*Home stylesheet start*/

.btn-theme1 {
    background-color: #004987;
    color: #fff;
    border: none;
    font-size: 12px;
    outline: none;
    height: 35px;
    width: 100%;
    border-radius: 20px;
}

.btn-theme2 {
    background-color: #fff;
    color: #2F2F2F;
    border: 1px solid #D1D1D1;
    font-size: 12px;
    outline: none;
    height: 35px;
    width: 100%;
    border-radius: 20px;
}
/* Selected status button style for FilterSection */
.btn-theme2-selected {
    background-color: #f1f9ff;
    color: #004987;
    border: 1px solid #004987;
    font-size: 12px;
    outline: none;
    height: 35px;
    width: 100%;
    border-radius: 20px;
}
.btn-project-popup {
    background-color: #fff;
    color: #004987;
    border: 1px solid #004987;
    font-size: 12px;
    outline: none;
    height: 35px;
    width: 100%;
    border-radius: 20px;
}
.connection-status-txt {
    color: #4FAD2F;
    font-size: 12px;
}
.layout-filter-btn:disabled {
    opacity: .5;
}

.layout-filter-btn {
    background-color: #fff;
    color: #2F2F2F;
    border: 1px solid #D1D1D1;
    font-size: 16px;
    outline: none;
    height: 44px;
    width: 100%;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-filter-img {
    width: 20px;
    height: auto;
}

.layout-filter-btn-selected {
    background-color: #004987;
    color: #fff;
    border: 1px solid #004987;
    outline: none;
    height: 44px;
    width: 100%;
    border-radius: 23px;
}
.add-hold-btn {
    background-color: #004987;
    color: #fff;
    font-size: 14px;
    outline: none;
    height: 40px;
    width: 124px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-hold-img {
    width: 20px;
    height: auto;
}
.filter-logic-button {
    background-color: #FFF;
    color: #004987;
    border: 1px solid #004987;
    font-size: 12px;
    outline: none !important;
    height: 35px;
    border-radius: 5px;
    width: 48%;
}
.filter-logic-button.active {
    background-color: #004987;
    color: #FFF;
}
.btn-theme3 {
    border: 1px solid #0073ce;
    color: #0073ce;
    background-color: #fff;
    border-radius: 20px;
    font-size: 12px;
    height: 35px;
    width: 100%;
    outline: none;
}

.btn-theme3-custom {
    border: 1px solid #D1D1D1;
    color: #0073CE;
    background-color: #fff !important;
    border-radius: 20px;
    font-size: 12px;
    height: 35px;
    outline: none;
    width: 100px;
}

.inp-custom1 {
    width: 100%;
    border: 1px solid #D1D1D1;
    outline: none;
    height: 35px;
    border-radius: 5px;
    font-size: 12px;
    padding-left: 10px;
    background-color: #fff;
    color: #888E93;
}
.global-searchbox {
    width: 470px;
    border: 1px solid #D1D1D1;
    outline: none;
    height: 55px;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 10px;
    background-color: #fff;
    color: #888E93;
}
input.inp-custom1:read-only {
    background-color: #efefef;
    cursor: not-allowed;
}
.inp-box-window-popup {
    width: 100%;
    border: 1px solid #D1D1D1;
    outline: none;
    height: 35px;
    font-size: 12px;
    padding-left: 10px;
    background-color: #fff;
    color: #888E93;
}
input.inp-box-window-popup:read-only {
    background-color: #efefef;
    cursor: not-allowed;
}
.txt-area-window-popup {
    width: 100%;
    border: 1px solid #D1D1D1;
    outline: none;
    height: 50px;
    font-size: 12px;
    padding-left: 10px;
    background-color: #fff;
    color: #888E93;
    resize: none;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-22 {
    font-size: 22px;
}
.font-32 {
    font-size: 32px;
}
.color-headings {
    color: #121212;
    font-size: 16px;
}
.color-sub-headings {
    color: #888E93;
    font-size: 14px;
}
.txt-style1 {
    font-size: 22px;
    font-weight: bold;
}

.txt-style2 {
    font-size: 14px;
}

.txt-style3 {
    font-size: 32px;
    font-weight: bold;
}

.txt-style4 {
    font-size: 14px;
    color: #3e3e3e;
    cursor: pointer;
}

.txt-style5 {
    color: #888e93;
    font-size: 14px;
}

.txt-style6 {
    font-size: 32px;
    font-weight: bold;
    color:#0073CE
}
.txt-style7 {
    color: #2F2F2F;
    font-size: 24px;
    font-weight: 600;
}

.txt-style8 {
    color: #888E93;
    font-size: 14px;
    font-weight: 400;
}
.txt-style9 {
    color: #2F2F2F;
    font-size: 24px;
    font-weight: 600;
}
.custom-table-row-header-txt {
    color: #0073CE;
    font-size: 14px;
}




.font-bold {
    font-weight: bold;
}

.grid-popup-header-txt {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

.grid-popup-label-txt {
    font-size: 14px;
    font-weight: normal;
    color: #3E3E3E;
    margin: 0px;
}
.widget-container {
    display: flex;
    gap: 10px;
}

.widget-container1 {
    width: 260px;
    height: 88px;
    border: 1px solid #D1D1D1;
    border-radius: 16px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.widget-container2 {
    width: 183px;
    height: 88px;
    border: 1px solid #D1D1D1;
    border-radius: 16px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dashboard-filter-container{
    display: flex;
    gap: 12px;
    padding-top: 20px;
}
.dashboard-filter-item {
    width: 150px;
}
.dashboard-priority-item {
    margin-left:25px;
    
}
.dashboard-filter-item1 {
    width: 255px;
}
.widget-container3 {
    width: 183px;
    height: 88px;
    border: 1px solid #D1D1D1;
    border-radius: 16px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.widget-container4 {
    width: 183px;
    height: 88px;
    border: 1px solid #D1D1D1;
    border-radius: 16px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.widget-style1 {
    border: 1px solid #ccc;
    padding: 20px 10px;
    border-radius: 10px;
}


.widget-style2 {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    padding: 16px;
    min-height: 140px;
}
.widget-style3 {
    border: 1px solid #ccc;
    padding: 30px 10px;
    border-radius: 10px;
}

.custom-ddl1 {
    border-radius: 20px !important;
    border: 1px solid #ccc !important;
    background-color: #fff;
    height: 35px !important;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    color: #2F2F2F !important;
}
.custom-ddl-all {
    color: #004987 !important;
    border: 1px solid #004987 !important;
    background-color: #f1f9ff !important;
}

/* Disabled dropdown styles */
.custom-ddl1.k-disabled,
.custom-ddl1[disabled],
.k-dropdownlist.k-disabled {
    border: 1px solid #d1d1d1 !important;
    background-color: #f5f5f5 !important;
    color: #a0a0a0 !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}

.k-dropdownlist.k-disabled .k-input-inner,
.k-dropdownlist.k-disabled .k-input-value-text {
    color: #a0a0a0 !important;
}

.k-dropdownlist.k-disabled .k-select {
    opacity: 0.5;
}
/*Home stylesheet end*/
.window-form-btn-cancel {
    background-color: #FFF;
    color: #004987;
    border: 1px solid #004987;
    font-size: 12px;
    outline: none !important;
    height: 35px;
    width: 100%;
    border-radius: 5px;
}

    .window-form-btn-cancel:hover {
        background-color: #FFF;
        color: #004987;
    }

.window-form-btn-save {
    background-color: #004987;
    color: #FFF;
    border: none;
    font-size: 12px;
    outline: none !important;
    height: 35px;
    width: 100%;
    border-radius: 5px;
}

.k-pager-numbers .k-selected {
    background-color: #004987 !important;
    color: #fff;
    border-radius: 7px;
    font-family: ui-monospace;
}

.grid-toolbar-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

div.k-window.telerik-window-custom {
    width: 25vw;
    max-height: 80vh;
    border-radius: 10px;
}

.filter-options-popup {
    box-shadow: 0px 1px 3px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    padding: 15px;
    width: 18vw;
    top: 30px;
}

.filter-options-popup1 {
    box-shadow: 0px 1px 3px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    padding: 15px;
    width: 18vw;
    right: 0;
    top: 30px;
}

.grid-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.grid-branch-icon {
    width: 15px;
    height: auto;
    cursor: pointer;
}

.table-header-txt {
    font-size: 12px;
    font-weight: 600;
    color: #3E3E3E;
    position: relative;
}

.table-body-txt1 {
    font-size: 12px;
    font-weight: 600;
    color: #3E3E3E;
}

.table-body-txt2 {
    font-size: 12px;
    font-weight: 600;
    color: #2F2F2F;
}
/*table style start*/

.tab-container {
    width: 100%;
}

.tab-headers {
    display: flex;
    
}

.tab-header {
    padding: 10px 10px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    color: #6f6f6f;

}

    .tab-header:hover:not(.disabled) {
        background-color: #f5f5f5;
    }

    .tab-header.active {
        border-bottom-color: #0073CE;
        color: #0073CE;
        font-weight: 600;
    }

    .tab-header.disabled {
        color: #ccc;
        cursor: not-allowed;
    }

.tab-content {
    min-height: 400px;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

/*table style end*/
.window-table-wrapper {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.window-table-header {
    border-bottom: 1px solid #ccc;
}

.window-table-body {
    border-bottom: 1px solid #ccc;
}

.window-table-header-txt {
    font-size: 12px;
    font-weight: 600;
    color: #3E3E3E;
    padding: 7px;
}

.window-table-body-txt {
    font-size: 12px;
    color: #2F2F2F;
    padding: 7px;
}

.window-table-body-txt-alt {
    font-size: 12px;
    color: #121212;
    padding: 7px;
}

.cursor-pointer {
    cursor: pointer;
}
.cursor-default{
    cursor: default;
}
.window-table-expand-icon {
    width: 6px;
    transition: transform 0.3s ease;
}
.window-table-expand-icon.rotated {
    transform: rotate(90deg);
}
.window-table-header-toggle {
    border-top: 1px solid #ccc;
}

.window-table-body-toggle {
    border-top: 1px solid #ccc;
}
.telerik-switch-custom{
    width: 70px !important;
}
.edit-alert-add-user {
    border-radius: 5px;
    color: #202020;
    width: 20px;
    height: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #ccc;
}
.edit-alert-add-user:hover {
    color: green;
}
.edit-alert-remove-user {
    border-radius: 5px;
    width: 20px;
    height: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #ccc;
}
.edit-alert-remove-user:hover {
    color: orange;
}
.breadcrumb-title-txt-left {
    color: #A7A7A7;
    font-size: 14px;
}
.breadcrumb-title-txt-right {
    color: #2F2F2F;
    font-size: 14px;
}
.breadcrumb-sub-title-txt {
    color: #2F2F2F;
    font-size: 22px;
    font-weight: bold;
}

/*Fixed and Sticky position styles start*/

.header-fixed-pos{
    position: fixed;
    width: 100%;
    z-index: 5;
}
.layout-align-pos-fixed{
    margin-top: 70px;
}
.db-page-title-fixed-pos{
    position: sticky;
    top: 70px;
    z-index: 4;
    background-color: #fff;
}
.tab-header-pos-fixed {
    position: sticky;
    top: 70px;
    z-index: 3;
    background-color: #fff;
}
.filter-sec-pos-fixed {
    position: sticky;
    top: 115px;
    background-color: #fff;
    z-index: 3;
}
.layout-sec-pos-fixed {
    position: sticky;
    top: 190px;
    z-index: 3;
    background-color: #fff;
}
/*Fixed and Sticky position styles end*/

.error-message-custom{
    font-size:12px;
    color:red;
    margin:0;
}
.tel-window-title-txt{
    font-size: 16px;
    font-weight: 600;
    color: #121212;
    text-transform: capitalize;
    margin: 0px;
}
.nav-back-icon{
    width: 12px;
}
.tooltip-outline{
    padding: 8px;
}
.tooltip-text{
    font-size: 14px;
    margin: 0px;
    width: 250px;
}
.items-table-container {
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #ccc;
    height: calc(100vh - 550px);
    min-height: 250px;
    max-height: calc(100vh - 300px);
}

.notify-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.notify-modal-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px 24px;
    width: 420px;
    max-width: 90%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.notify-modal-title {
    color: #0b5ed7;
    margin-bottom: 16px;
}

.notify-modal-text {
    color: #333;
    margin-bottom: 24px;
    font-size: 16px;
}

.notify-modal-ok-btn {
    background-color: #004987;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 32px;
    font-size: 16px;
    cursor: pointer;
}

/* Drill Up Header Container */
.drill-up-header {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}


/* Back Icon */
.drill-up-branch-icon {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

/* Drill Up Text */
.drill-up-text {
    letter-spacing: 0.3px;
}

/* Separator */
.drill-up-separator {
    margin-left: 6px;
    color: #b5b5b5;
    font-weight: 400;
}

.text-wrap-custom {
    white-space: normal; /* allow wrapping */
    word-break: break-word; /* break long words */
    overflow-wrap: anywhere; /* handle very long strings */
}

.k-tooltip {
    pointer-events: none;
}