html, body {
    overflow-y: hidden;
    font-family: 'Open Sans', sans-serif !important;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.bg-deloitte-day {
    background-color: #A2C59326;
}

.bg-deloitte-day-header {
    background-color: #A2C593;
}

.bg-US-holiday {
    background-color: #C9D9E940;
}

.bg-US-holiday-header {
    background-color: #C9D9E9;
}

.bg-default-header {
    background-color: #E8E8E8;
}

.event-status-definite,
.event-status-tentative,
.event-status-prospect,
.event-status-softhold,
.event-status-draft,
.event-status-draft-Core,
.event-status-draft-Secondary {
    width: 10px;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

.event-status-definite {
    background-color: #43B02A;
}

.event-status-tentative {
    background-color: #FFCD00;
}

.event-status-prospect {
    background-color: #63666A !important;
}

.event-status-softhold {
    background-color: #62B5E5 !important;
}

.event-status-draft {
    background-color: #9368B7 !important;
}

.event-status-draft-Core {
    background-color: #9368B7 !important;
}

.event-status-draft-Secondary {
    background-color: #D1BCE3 !important;
}

.event-status-legend-definite,
.event-status-legend-tentative,
.event-status-legend-prospect,
.event-status-legend-softhold,
.event-status-legend-draft,
.event-status-draft-legend-Core,
.event-status-draft-legend-Secondary {
    width: 10px;
    height: 10px;
    display: inline-flex;
    margin-left: 4px;
    margin-right: 4px;
}

.event-status-legend-definite {
    background-color: #43B02A;
}

.event-status-draft-legend-Core {
    background-color: #9368B7 !important;
}

.event-status-draft-legend-Secondary {
    background-color: #D1BCE3 !important;
}

.event-status-legend-tentative {
    background-color: #FFCD00;
}

.event-status-legend-prospect {
    background-color: #63666A !important;
}

.event-status-legend-softhold {
    background-color: #62B5E5 !important;
}

.event-status-legend-draft {
    background-color: #9368B7 !important;
}

.event-status-legend {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-right: 12px;
}

.event-status-draft-Core {
    display: inline-flex;
    border: 0.5px solid #A7A8AA;
    justify-content: center;
    align-items: center;
}

.event-status-draft-Secondary {
    display: inline-flex;
    border: 0.5px solid #A7A8AA;
    justify-content: center;
    align-items: center;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    border-color: black;
    border-width: 1px;
    border-radius: 0;
}

.k-overlay {
    opacity: 0 !important;
}

.DoNotBlockHolidaysHeaderCss {
    background-color: #8B8B8B !important;
}

.USHolidaysHeaderCss {
    background-color: #C9D9E9 !important;
}

.DeloitteHolidaysHeaderCss {
    background-color: #A2C593 !important;
}

.ReligiousHolidaysHeaderCss {
    background-color: #CCC0DE !important;
}

.DoNotBlockHolidaysCss {
    background-color: rgba(139, 139, 139, 0.5) !important;
}

.USHolidaysCss {
    background-color: rgba(201, 217, 233, 0.5) !important;
}

.DeloitteHolidaysCss {
    background-color: rgba(162, 197, 147, 0.5) !important;
}

.ReligiousHolidaysCss {
    background-color: rgba(204, 192, 222, 0.5) !important;
}

.k-calendar .k-calendar-view .k-today {
    color: black !important;
}

.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link {
    border-color: rgb(25 19 19 / 8%);
    color: #f0e7e7;
    background-color: #131111 !important;
}

.k-calendar .k-calendar-td.k-selected.k-focus .k-link {
    background: black !important;
}

.k-button-flat-primary {
    font-weight: 600;
    color: black;
}

.tabstrip-item {
    border-bottom: 0.5px solid lightgray !important;
}



.k-toolbar {
    border: none;
    padding-block: 0 !important;
}

.edit-form-div {
    border: 1px solid #D0D0CE !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 2px !important;
}

.Add-WindowPopup {
    right: 0px !important;
    position: relative !important;
}

    .Add-WindowPopup .k-window-content {
        overflow-x: hidden !important;
        scrollbar-width: thin;
    }

    .Add-WindowPopup .k-window-titlebar {
        background-color: #000000 !important;
        color: #FFFFFF !important;
    }

    .Add-WindowPopup .k-input {
        border-width: 0px !important;
        border-style: none !important;
        color: #000000;
    }

        .Add-WindowPopup .k-input:focus {
            border-width: 0px !important;
            border-style: none !important;
            color: #000000;
        }

.expandArrowcss {
    width: 16px;
    height: 24px;
    border: none !important;
    /*  background: #FFFFFF; */
    background: transparent !important;
    box-shadow: none !important;
}

    .expandArrowcss:hover, .expandArrowcss:focus {
        background: transparent !important;
        box-shadow: none !important;
    }



.k-window-titlebar-actions button .k-svg-icon > svg {
    fill: #FFFFFF;
}

.k-switch-on .k-switch-track {
    border-color: #000000 !important;
    color: white !important;
    background-color: #000000 !important;
}

.k-switch-off .k-switch-track {
    border-color: #AAB4AA !important;
    color: #424242 !important;
    background-color: #000000 !important
}

.k-switch-off .k-switch-thumb {
    border: 1px solid #000000 !important;
    margin-left: -6px !important;
}

.k-switch-on .k-switch-thumb {
    border: 1px solid #000000 !important;
}

.k-switch-md .k-switch-track {
    height: 20% !important;
    width: auto !important;
}

.k-switch-off:focus .k-switch-track, .k-switch-off.k-focus .k-switch-track, .k-switch-on:focus .k-switch-track, .k-switch-on.k-focus .k-switch-track {
    outline: none !important;
}

.k-switch-label-on, .k-switch-label-off {
    display: none !important;
}

.k-switch-md {
    width: 36px !important;
    height: 20px !important;
    padding-left: 3px !important;
    padding-right: 6px !important;
}

    .k-switch-md .k-switch-thumb {
        width: 20px !important;
        height: 20px !important;
        background-color: #fff !important;
        border: 1px solid #000000 !important;
    }

.k-button {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.k-dropdownlist {
    border: none !important;
}

.k-button-solid-primary {
    background-color: black !important;
    border-color: black !important;
}


.k-grid-header .k-grid-filter.k-active, .k-grid-header .k-header-column-menu.k-active, .k-grid-header .k-grid-header-menu.k-active, .k-grid-header .k-hierarchy-cell .k-icon.k-active {
    color: white;
    background-color: #26890D
}

    .k-grid-header .k-grid-header-menu.k-active .k-svg-icon > svg {
        fill: white !important;
    }

.k-checkbox:indeterminate::before, .k-checkbox.k-indeterminate::before {
    background-color: black;
}

.custom-autocomplete {
    width: 100% !important;
    height: 20px;
    border-radius: 0 !important;
}

    .custom-autocomplete .k-input,
    .custom-autocomplete .k-input-inner,
    .custom-autocomplete input.k-input-inner {
        width: 100% !important;
        border-radius: 0px !important;
        padding-left: 5px !important;
        box-sizing: border-box;
    }

.User-popup-container .k-popup .k-list-ul li {
    border: 0;
    height: 60px;
    padding-top: 15px;
}

.User-popup-container .k-popup-content {
    max-height: auto;
    overflow-y: auto;
}

.k-grid .k-grid-content::-webkit-scrollbar {
    width: 7px; /* Width of the vertical scrollbar */
    height: 7px; /* Height of the horizontal scrollbar */
}

.k-grid .k-grid-content::-webkit-scrollbar-thumb {
    background-color: #887; /* Color of the scrollbar thumb */
    border-radius: 6px; /* Rounded corners for the thumb */
}

    .k-grid .k-grid-content::-webkit-scrollbar-thumb:hover {
        background-color: #554; /* Color when hovered */
    }

.k-grid .k-grid-content::-webkit-scrollbar-track {
    background-color: #ffffff; /* Background of the scrollbar track */
}

.DoNotBlockHolidaysCalendarCss {
    background-color: #E5E5E5 !important;
}

.USHolidaysCalendarCss {
    background-color: #9BBFE4 !important;
}

.DeloitteHolidaysCalendarCss {
    background-color: #A2C593 !important;
}

.ReligiousHolidaysCalendarCss {
    background-color: #CCC0DE !important;
}


/*---------------------------------Settings ------------------------------------------*/


.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    color: white;
    background-color: black;
    border-radius: 0px;
}

.k-tabstrip-content:focus, .k-tabstrip-content.k-focus, .k-tabstrip > .k-content:focus, .k-tabstrip > .k-content.k-focus {
    outline-color: white !important;
}

.k-tabstrip-item {
    border-bottom: 0.5px solid lightgray;
}

/* ---------------------------------------------------------------------------------- */


.centered-div {
    display: flex;
    justify-content: center; /* Horizontal center */
    align-items: center; /* Vertical center */
}

.k-tabstrip-content, .k-tabstrip > .k-content {
    padding-block: 0 !important;
}

.switch-btns-container .switch-btn-left.btn-active {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #D0D0CE !important;
}

.user-search-box {
    height: 32px;
    border: 1px solid #D0D0CE;
}


.telerik-textbox-no-radius .k-input-inner,
.telerik-textbox-no-radius .k-input,
.telerik-textbox-no-radius input,
.k-textbox.k-input.telerik-textbox-no-radius.telerik-blazor.k-input-outline.k-rounded-md.k-input-md {
    border-radius: 0px !important;
}

.k-toolbar.k-toolbar-resizable {
    flex-wrap: nowrap;
    padding-left: 0;
}

.telerik-blazor k-button k-toolbar-button k-button-solid k-rounded-md k-button-md k-button-solid-base {
    padding-left: 0;
}

.important-dates-add, .important-dates-add:hover {
    background: #26890D;
    color: white;
    margin-left: auto;
    width: 93px;
    height: 32px;
    margin-right: -7px;
    margin-bottom: 15px;
}

.k-calendar .k-range-mid {
    background-color: #E2E2E2 !important;
}
