
@font-face {
    font-family: "MrEavesXLModOT-Reg";
    src: url("../fonts/MREavesXLMod/MrEavesXLModOT-Reg.ttf");
}

@font-face {
    font-family: "MrEavesXLModOT-Bold";
    src: url("../fonts/MREavesXLMod/MrEavesXLModOT-Bold.ttf");
}

@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato2OFL/Lato-Regular.ttf");
}

@font-face {
    font-family: "Lato-Bold";
    src: url("../fonts/Lato2OFL/Lato-Bold.ttf");
}

html,
body {
    font-family: Lato-Regular, MrEavesXLModOT-Reg, Helvetica Neue, Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(246, 246, 246, 1);
    overflow-x: hidden;
}

#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;
    font-family: Lato, Helvetica, sans-serif;
    color: rgba(19, 19, 19, 1);
}

.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: #f6f6f680;
    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: none;
        }

.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 {
    border-top: 6px solid #004987;
    width: 600px;
    height: 250px;
}

.k-dialog-titlebar.k-window-titlebar {
    background-color: #fff;
    height: 80px;
}

.k-dialog-titlebar .k-dialog-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #131313;
}

.k-actions.k-actions-end.k-actions-horizontal.k-window-actions.k-dialog-actions {
    flex-direction: row-reverse;
    justify-content: flex-start;
    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;
    text-align: center;
}

.k-dialog-actions .k-button-solid-primary {
    background-color: #004987;
}

.k-dialog-actions .k-button-solid-base {
    color: #000;
    background-color: #fff;
}
/*end region*/

.page-container {
    padding: 20px;
    background-color: #fff;
    width: 100%;
    font-family: Lato, Helvetica, sans-serif;
    margin-bottom: 1%
}

/* Start Role assignment styles */

.buttonWrapper .cancel-btn {
    position: relative !important;
    height: 36px !important;
    border-radius: 2px !important;
    border: 1px solid !important;
    border-color: rgba(0, 73, 135, 1) !important;
    background-color: white !important;
    font-family: "Lato", Helvetica, sans-serif !important;
    font-weight: 400 !important;
    color: #000000 !important;
    font-size: 14px !important;
    text-align: center !important;
    letter-spacing: 0 !important;
    line-height: normal !important;
    width: 150px !important;
    margin-left: 30px !important;
    float: left !important;
}

.buttonWrapper .back-btn {
    position: relative !important;
    height: 36px !important;
    border-radius: 2px !important;
    border: 1px solid !important;
    border-color: rgba(0, 73, 135, 1) !important;
    background-color: white !important;
    font-family: "Lato", Helvetica, sans-serif !important;
    font-weight: 400 !important;
    color: #000000 !important;
    font-size: 14px !important;
    text-align: center !important;
    letter-spacing: 0 !important;
    line-height: normal !important;
    width: 150px !important;
    margin-right: 30px !important;
    float: right !important;
}

.buttonWrapper .next-btn {
    border-radius: 2px;
    position: relative;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
    background-color: Rgb(0,73,135);
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    width: 150px;
    height: 36px;
    margin-right: 30px;
    float: right;
}

.buttonWrapper .submit-btn {
    border-radius: 2px;
    position: relative;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
    background-color: Rgb(0,73,135);
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    width: 150px;
    height: 36px;
    margin-left: 30px;
    float: right;
}

.role-assignment .details-grid.k-grid .k-table-th:first-child, .k-grid td:first-child, .k-grid .k-table-td:first-child {
    font-weight: normal !important;
    cursor: pointer;
}

.tb-icon-container .k-icon {
    position: absolute;
    z-index: 1;
    top: 0em;
    left: 0.5em;
}

.role-assignment .tb-icon-container input.k-textbox,
.tb-icon-container .k-textbox input,
.tb-icon-container .k-state-empty .k-label {
    padding-left: 2em;
}

.role-assignment .tb-icon-container.with-label .k-icon {
    top: 0.5em;
}


.buttonWrapper {
    width: 100%
}

/* End Role assignment styles */

/* new project popup styles */
.new-project-window .k-window-title {
    background-color: white;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    color: rgba(19, 19, 19, 1);
    font-size: 18px;
    letter-spacing: 0px;
    line-height: normal;
    font-style: normal;
    align-items: center;
    height: 50px;
}

.new-project-form {
    margin-top: 10px;
}

.k-form-md .k-form-field, .k-form-md .k-form-buttons {
    margin-top: 0px !important;
}

.new-project-form .k-form .k-form-fieldset {
    margin: 1em 0 0
}

.k-form .k-form-fieldset {
    margin: 1em 0 0 !important;
}

.new-project-form .k-form-legend {
    display: none;
}

.new-project-form .k-label {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    color: rgba(19, 19, 19, 1);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: normal;
    white-space: nowrap;
    font-style: normal;
}

.new-project-form .k-picker-solid {
    border-color: #dbdbdb !important;
    background-color: white !important;
}

.k-input-inner {
    border-color: rgba(209, 209, 209, 1) !important;
    background-color: white !important;
}

.roster-container .k-panelbar > .k-panelbar-header > .k-link.k-selected {
    background-color: #dee4e8 !important;
}

.roster-container .k-panelbar > .k-panelbar-header > .k-link {
    background-color: rgba(246, 246, 246, 1) !important;
}

.new-project-form .dropdown {
    border-color: #dbdbdb;
    background-color: white;
}

.k-mr-2 {
    font-family: Lato, Helvetica, sans-serif !important;
    font-size: 14px;
    color: rgba(19, 19, 19, 1)
}

/* new project popup styles */

.role-framework-container {
    font-family: Lato, Helvetica, sans-serif !important;
}

/* Custom Telerik Tabstrip */
.custom-tabstrip .k-tabstrip-top .k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-top .k-tabstrip-items-wrapper .k-item.k-active.k-tab-on-top {
    position: relative;
    top: 2px !important;
}

.list-of-values-page-container .custom-tabstrip .k-tabstrip-top .k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-top .k-tabstrip-items-wrapper .k-item.k-active.k-tab-on-top {
    top: 7px !important;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-bottom-width: 4px !important;
}

.k-tabstrip {
    height: 100%;
}

.custom-tooltip .k-tooltip {
    background: #fff;
    border: 1px solid #004987;
    border-radius: 0;
    padding: 12px;
    box-shadow: 0px 4px 4px 0px #0000001F;
}

    .custom-tooltip .k-tooltip .k-callout {
        color: #004987;
    }

.create-roster .btn-wrapper {
    display: flex;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
    color: rgba(19, 19, 19, 1);
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    background-color: #ffffff !important;
    border-radius: 6px;
    border: 0.7px solid;
    border-color: rgba(0, 73, 135, 1);
    overflow: hidden;
    width: 90%;
    padding: 10px 35px !important;
}

.position {
    position: relative !important;
}

#roster-tabs [aria-selected="true"] .k-link {
    color: white !important;
}

.textarea-height {
    resize: none;
}

/*Popup Right Window Starts*/
.popup-right-window {
    top: 0;
    right: 0px !important;
    position: relative !important;
}

.custom-tabstrip .k-tabstrip-top .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top .k-tabstrip-items-wrapper .k-item.k-active.k-tab-on-top {
    top: 2px !important;
}

.border-none div {
    border: none !important;
}

.popup-right-window .k-window-titlebar {
    background-color: #fff;
    border: none;
}

.approval-container {
}

.pending-state {
    margin-top: 30px;
    margin-left: -10px;
}

    .pending-state p {
        margin: 5px;
    }

.pending-text {
    color: coral;
}

.rejected {
    color: #95190C !important;
}

.accepted-text {
    color: forestgreen;
}

.employee-name-text {
    color: #3e3e3e;
}

.designation-text {
    color: darkgrey;
}

.send-reminder {
    color: dodgerblue !important;
    background: none !important;
    border: none !important;
    position: relative;
    bottom: 5px;
}

.history-container {
}

.history-container .tiles {
    width: 100%;
    height: auto;
}

    .history-container .tiles .row-top {
        width: 100%;
        height: 25px;
    }

    .history-container .tiles .bullet-container {
        width: 8%;
        height: 25px;
        display: inline-block;
    }

    .history-container .tiles .bullet-filled {
        width: 8px;
        height: 8px;
        background-color: #999;
        border-radius: 50%;
        margin: 10px;
    }

    .bullet-filled {
        width: 8px;
        height: 8px;
        background-color: #999;
        border-radius: 50%;
        margin: 10px;
    }

.history-container .tiles .bullet-outline {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 10px;
}

    .history-container .tiles .status-container {
        width: 90%;
        height: 25px;
        display: inline-block;
    }

    .history-container .tiles .role-granted {
        font-size: 14px;
        color: #999;
        position: relative;
        bottom: 7px;
    }

    .history-container .tiles .role-accepted {
        font-size: 14px;
        color: #228b22;
        position: relative;
        bottom: 7px;
    }

    .history-container .tiles .role-rejected {
        font-size: 14px;
        color: red;
        position: relative;
        bottom: 7px;
    }

    .history-container .tiles .row-bottom {
        width: 100%;
        height: auto;
    }

    .history-container .tiles .bar-container {
        width: 8%;
        height: auto;
        border: 2px solid #000;
        display: inline-block
    }

    .history-container .tiles .bar {
        width: 1px;
        height: 100px;
        background-color: #999;
        margin: 11px;
    }

    .history-container .tiles .text-container {
        width: 90%;
        height: auto;
        border: 2px solid #000;
        display: inline-block;
        vertical-align: top;
        padding: 12px 0px 0px 0px;
    }

.history-container .tiles .text-container .name {
    height: auto;
    color: #000;
    width:100%;
}
.history-container .tiles .text-container .designation {
    height: auto;
    color: #999;
    width: 100%;
}
.view-comments {
    background: none !important;
    border: none !important;
    text-decoration: underline !important;
    font-size: 12px !IMPORTANT;
    padding: 0px !important;
}
/*Popup Right Window Ends*/
.textarea-height{
    resize:none;
}

.reject-role-btn {
    background-color: white;
    border: 0.7px solid;
    border-color: rgba(215, 56, 57, 1) !important;
    font-family: "Open Sans-Regular", Helvetica;
    color: rgba(215, 56, 57, 1) !important;
}
.error {
    color: rgba(215, 56, 57, 1);
    font-weight: 400;
    font-family: "Open Sans-Regular", Helvetica;
}
.reject-role-btn:hover {
    background-color: #f5f5f5;
}
