
/*#region GENERAL*/
:root {
    /*PALETTE*/
    /*--primary: var(--greenMid);*/
    --primary: #3B6E8F;
    --bs-primary: var(--greenMid);
    --bs-primary-rgb: 59 110 143;
    --bs-primary-rgb-com: 59,110,143;
    --bs-active-rgb-com: 128,127,131;
    --secondary: #9C9BA2;
    --active: #395E75;
    --hover: rgba(var(--greenDarkRGB), 0.6);
    --hoverColor: var(--white);
    --hoverlight: #333333;
    --hovericon: #D2D2D2;
    --disabled: var(--grey);
    --menuPanel: #ffffff;
    --sidePanel: #ffffff;
    --sidePanelButtons: var(--white);
    --backgroundPanel: #ffffff;
    --page-background: #F2F5F9;
    --sidebarVersion: var(--blue);
    --sidebarVersionAccent: var(--white);
    --dropdownAccent: var(--greenWhite);
    --shadowMain: var(--greenShadow);
    --shadowMainRGB: var(--greenShadowRGB);
    --shadowSecondaryRGB: var(--greenLightRGB);
    --menuIcon: var(--blue);
    --menuText: var(--secondary);
    --panelTitle: var(--primary);
    --pageTitle: var(--black);
    --headingColor: var(--black);
    --button: var(--primary);
    --buttonContrast: var(--white);
    --hudButton: var(--primary);
    --hudContrast: var(--white);
    /****Borders***/
    --pageBorder: var(--blueMid);
    --sidebarBorder: var(--blue);
    --panelDividerColor: #d2d2d2;
    --cardBorder: #d2d2d2;
    --formControlBorder: var(--blue);
    --tooltipBorder: var(--blue);
    --tooltipText: var(--blue);
    --tooltipShadow: var(--blueMid);
    --tooltipBackground: var(--white);
    --link: var(--primary);
    --linkhover: #333333;
    /****COMPONENTS****/
    --headerLineHeight: 1.2rem;
    /*COLOURS*/
    /*--greygreen: #f4f7ed;*/
    --greygreen: #f5f7f0;
    --greenmunsell: #00A878;
    --greencrayola: #D8F1A0;
    --blacksmoky: #0B0500;
    --orangecrayola: #f3c178;
    --lightPink: #FFF2F9;
    --white: #ffffff;
    --ShadowGrey: #afafaf;
    --shadowGreyRGB: 175, 175, 175;
    --shadowGreyRGB-com: rgb(175, 175, 175);
    --lightGrey: rgba(128,127,131,0.01);
    --purpleGrey: rgba(90,23,132, 0.1);
    --pinkWhite: rgba(244,0,127, 0.01);
    --greenWhite: rgba(125,195,128,0.01);
    --blueWhite: rgba(49,52,128,0.01);
    --purple: rgb(90,23,132);
    --blue: rgb(49,52,128);
    --blue-rgb: 49,52,128;
    --blueHex: #313480;
    --blueDark: #353A8C;
    --blueMid: #37448c;
    --blueLight: #2aa2b7;
    --blueVeryLight: #d1e3df;
    --orange: rgb(233,75,39);
    --pink: rgb(244,0,127);
    --green: rgb(125,195,130);
    --greenHex: #7dc382;
    --greenShadow: #019d48;
    --greenShadowRGB: 1,157,72;
    --greenDark: #0b9e40;
    --greenDarkRGB: 11,158,65;
    --greenMid: #7ABF7F;
    --greenMidRGB: 122, 191, 127;
    --greenGrey: 80, 142, 123;
    --greenLight: 209,227,223;
    --greenLightRGB: 209,227,223;
    --greenLightHex: #D1E3DF;
    --red: rgb(201,79,79);
    --redHex: c94f4f;
    --redMid: #bf4b54;
    --black: #1b1232;
    --grey: #f2f2f2;
    /*REASONS PALETTE*/
    --rp1: #37448c;
    --rp2: #903048;
    --rp3: #9a3f33;
    --rp4: #e2b46c;
    --rp5: #d9c85b;
    --rp6: #48b39a;
    --rp7: #3694bf;
    --rp8: #f46190;
    /*DEVEXPRESS*/
    --dx-calendar-header-hover-color: var(--active);
    --dx-calendar-table-selection-color: var(--purpleGrey);
    --dx-calendar-table-active-color: var(--white);
    --dx-calendar-table-hover-color: var(--white);
    --dx-grid-header-color: #f2f2f2;
    --dx-grid-selection-color: var(--active);
    --currentcolor: #ffffff;
    --dx-from-font-family: "Noto Sans";
    --dx-form-font-weight: 400;
    /*BOOTSTRAP*/
    --bs-body-font-size: 0.875rem;
    --bs-body-color: var(--secondary);
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--white);
    --bs-table-striped-bg: rgba(var(--bs-active-rgb-com), 0.05);
    --bs-table-active-color: var(--white);
    --bs-table-active-bg: rgba(var(--bs-active-rgb-com), 0.1);
    --bs-table-hover-color: var(--white);
    --bs-table-hover-bg: rgba(var(--bs-active-rgb-com), 0.075);
    --bs-gutter-y: 1.5rem;
    --bs-table-accent-bg: var(--active) !important;
    --table-grid-lines: #dee2e6;
    --table-header-text: #333333;
    --table-header-background: #f2f2f2;
    /*--loading-start: hsla(277, 70%, 30%, 0.1);*/
    /*--loading-start: hsl(329,153%,80%);
    --loading-end: hsl(329,103%,90%);*/
    --loading-start: hsl(329,4%,79%);
    --loading-end: hsl(329,4%,97%);
    --sidebar-max-width: 280px;
}

/**,
*::before,
*::after {
    box-sizing: border-box;
}*/

html, body {
    font-family: 'Noto Sans';
    background-color: var(--backgroundPanel);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
    overflow-x: hidden;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: white;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    outline: 1px solid slategrey;
}

#app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    #app .page {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    #app > div.sidebar {
    }

article.content {
    /* border-left: solid 2px var(--pageBorder); */
    padding-bottom: 1rem;
    background: var(--page-background);
}

.page {
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    main > .sidebar + div {
        max-width: calc(100vw - var(--sidebar-max-width));
    }

.main-content-container {
    max-height: calc(100vh - 55px);
    /* padding-bottom: 10px; */
    overflow-y: auto;
}

.top-row {
    background-color: var(--primary);
    color: #ffffff;
    border-bottom: none !important;
}

.footer {
    overflow: hidden !important;
    color: var(--primary);
    background: var(--menuPanel);
}

.sidebar {
    background-color: var(--menuPanel);
    z-index: 5;
}

.SideBarVersionWrapper {
    /* bottom: 0; */
}

.background-shaded {
    /*background-color:rgba(var(--shadowGreyRGB), 0.15);*/
    background-color: var(--menuPanel);
}

#page-login section {
    background-color: white;
    -webkit-box-shadow: 0px 4px 14px rgba(var(--bs-primary-rgb-com), 0.45);
    box-shadow: 0px 4px 14px rgba(var(--bs-primary-rgb-com), 0.45);
}

#page-login .form-group {
    /*padding:5px;*/
}

#page-login .btn-primary {
    color: var(--buttonContrast) !important;
    background-color: var(--primary);
    border-color: var(--primary);
}

    #page-login .btn-primary:focus {
        background-color: var(--active);
        outline: var(--active);
        -webkit-box-shadow: 0 0 0 0.1rem var(--active);
        box-shadow: 0 0 0 0.1rem var(--active);
        border-color: var(--active);
    }

.login-version {
    margin-top: -1.25rem;
    font-size: 0.875rem;
    color: var(--primary);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--primary);
    font-weight: 600;
}

    h1:focus {
        outline: none;
    }

.page-title {
    color: var(--pageTitle);
}

a, .btn-link {
    color: var(--link);
}

.btn-primary {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn {
    background-color: var(--button);
    color: var(--buttonContrast) !important;
    border-color: var(--button);
}

.btn-pink {
    background-color:;
    color: var(--white);
}

.btn:hover, .btn:active
/*, .btn:focus*/ {
    background-color: var(--active);
    outline: var(--active);
    -webkit-box-shadow: 0 0 0 0.1rem var(--active);
    box-shadow: 0 0 0 0.1rem var(--active);
    border-color: var(--active);
    color: var(--white) !important;
}
/*
.btn-pink:hover, .btn:active, .btn:focus {
    background-color: #dc3545;
    outline: #dc3545;
    box-shadow: 0 0 0 0.1rem #dc3545;
    border-color: #dc3545;
    color: var(--white);
}*/
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--active);
    border-color: var(--active);
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.1rem var(--active);
    box-shadow: 0 0 0 0.1rem var(--active);
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: var(--purpleGrey);
    background-color: var(--purpleGrey);
    color: var(--primary);
}

.btn.imageButtonIcon {
    background: none;
    color: var(--button) !important;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: -3px;
    transition: none !important;
    -webkit-animation: none !important;
    -webkit-animation-fill-mode: unset !important;
}

    .btn.imageButtonIcon .dx-image:not(.dx-image-fill) {
        fill: var(--button);
        color: var(--button);
    }

    .btn.imageButtonIcon:hover,
    .btn.imageButtonIcon:active,
    .btn.imageButtonIcon:focus {
        background: none !important;
        color: var(--hoverlight) !important;
        outline: none;
        border-color: transparent !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn.imageButtonIcon:hover .dx-image:not(dx-image-fill),
        .btn.imageButtonIcon:active .dx-image:not(dx-image-fill),
        .btn.imageButtonIcon:focus .dx-image:not(dx-image-fill) {
            fill: var(--primary);
            color: var(--active);
        }

.dxbl-btn:not(.dxbl-disabled):not(:disabled):hover {
    color: var(--dxbl-btn-hover-color);
}

.fa-solid.fa-user {
    transition: none !important;
    -webkit-animation: none !important;
    -webkit-animation-fill-mode: unset !important;
}

a:hover {
    color: var(--linkhover);
}

a.imageButtonIcon:hover {
    cursor: pointer;
}

.page-login.form-group {
    margin: 5px;
}

.nav-link text-dark {
    color: var(--primary);
}

#btnLogout {
    color: var(--button) !important;
    border: none;
    background-color: transparent;
}

    #btnLogout:hover, #btnLogout:active, #btnLogout:focus {
        border: none;
        border-color: transparent;
        color: var(--hovericon) !important;
        text-decoration: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #btnLogout i {
        padding-right: 10px;
    }

.flex-column.gap-2.sticky-top {
    top: 1rem;
}

.form-control:disabled {
    background-color: var(--purpleGrey);
}

.form-control[readonly] {
    background-color: #fff;
}

.btn-danger {
    border-color: #dc3545;
}

.sidebar a, .sidebar .btn-link,
.top-row a, .top-row .btn-link {
    color: var(--menuText);
    font-weight: 200;
}

.sidebar i {
    color: var(--primary);
}

.sidebar .menu-item:hover i {
    color: var(--primary);
}


.sidebar a, .sidebar u {
    text-decoration: none;
}

.logo-container {
    padding: 5px;
    margin: 25px 0;
    text-align: center;
}

.content {
    padding-top: 1.1rem;
}

.top-row + article.content.px-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
}

/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}*/

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: var(--active);
    bottom: 0;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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;
    color: var(--white);
}

    #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: var(--white);
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--white) var(--white) var(--ShadowGrey);
}

.nav-tabs {
    border-bottom: 1px solid var(--ShadowGrey);
}

.nav-link {
    color: var(--white);
}

.nav-tabs .nav-link {
    background-color: var(--active);
}

    .nav-link:focus,
    .nav-link:hover,
    .nav-tabs .nav-link.active:hover {
        color: var(--secondary);
    }

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-color: var(--white) var(--white) var(--ShadowGrey);
    }

.row {
    --bs-gutter-y: 1.5rem;
}

form .row, .form-group, .dx-tabs-content .row {
    --bs-gutter-y: 0;
}

.form-check-input:focus {
    border-color: var(--primary);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgb(var(--bs-primary-rgb) / 25%);
    box-shadow: 0 0 0 0.25rem rgb(var(--bs-primary-rgb) / 25%);
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2300A878'/%3e%3c/svg%3e");
}

.form-switch[check-state="1"] .form-check-input:active, .form-switch[check-state="1"] .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

/*Bordered box*/
.borderedBoxBtn {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid var(--primary);
}

.borderedBox {
    border-radius: 5px;
    border: 1px solid;
    border-color: var(--primary);
    padding: 10px;
}

.borderedBoxAppointments {
    border-radius: 5px;
    border: 1px solid;
    border-color: var(--primary);
    padding: 10px;
}

.title {
    /* padding-left: 0.75rem;*/
    color: var(--black);
}

article {
    /*border-right: 14px solid rgb(59 110 143);*/
}

.grid-option-buttons button {
    /*margin-bottom:5px;*/
}

.grid-customicons.fa-check {
    color: green;
}

.grid-customicons.fa-hourglass-clock {
    color: blue;
}

.grid-customicons.fa-xmark {
    color: darkred;
}

.grid-customicons.fa-ban {
    color: red;
}

.grid-customicons.fa-window-close {
    color: black;
}

.dxbl-grid-selected-row .grid-customicons {
    color: white !important;
}

.grid-option-buttons {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.headingSpan {
    font-weight: 500;
}

.fadeout {
    opacity: 1;
    -webkit-transition: opacity 1000ms linear;
    -o-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}

.button-icon {
    background-color: transparent;
    outline: none;
    border: none;
    color: var(--primary);
}

.color-red {
    color: red;
}

.button-icon:hover {
    color: var(--active);
}

.hover-primary:hover {
    color: var(--primary);
}

.panelPatientLookup {
    margin: 0 15px 0 0;
}

textarea {
    border-radius: 7px;
    resize: none !important;
}

.infoPanel .row {
    --bs-gutter-y: 0;
}

.infoPanel label + span {
    font-weight: 400;
    color: #9c9ba2;
}

.leave-request-caption {
    font-weight: 400 !important;
    color: var(--secondary) !important;
}

.leaves-info-caption {
    color: #0a0a0a;
    font-weight: 500;
}

.infoPanel {
    border: var(--cardBorder) 1px solid;
    border-radius: 7px;
    padding: 15px;
    -webkit-box-shadow: var(--ShadowGrey) 2px 4px 5px;
    box-shadow: var(--ShadowGrey) 2px 4px 5px;
    background-color: var(--menuPanel);
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.infoPanelTraining {
    border: var(--cardBorder) 1px solid;
    border-radius: 7px;
    padding: 15px;
    -webkit-box-shadow: var(--ShadowGrey) 2px 4px 5px;
    box-shadow: var(--ShadowGrey) 2px 4px 5px;
    background-color: var(--menuPanel);
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    min-height: 250px;
    max-height: 250px;
}

.panelTitle h4 {
    color: var(--panelTitle);
}

.employee-profile-panel-cutoff-span {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
    min-height: calc(1.5em * 2);
    white-space: pre-wrap;
    word-break: break-all;
    max-width: 330px;
}
.profile-panel-employee-name{
    max-width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.my-department-department-name {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 1);
    /*min-height: calc(1.5em * 2);*/
    white-space: pre-wrap;
    word-break: break-all;
    max-width: 43rem;
}

.employee-row-Panel {
    border: var(--cardBorder) 1px solid;
    padding: 15px;
    -webkit-box-shadow: var(--ShadowGrey) 2px 4px 5px;
    box-shadow: var(--ShadowGrey) 2px 4px 5px;
    background-color: var(--menuPanel);
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    min-height: 72px;
    max-height: 72px;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex-basis-content {
    -ms-flex-preferred-size: content;
    flex-basis: content;
}

.flex-basis-30-percent {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.flex-basis-25-percent {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.profile-picture-container:not(.component-sidedrawer .profile-picture-container) {
    max-width: 150px;
    max-height: 150px;
    width: 150px;
    height: 150px;
}

.profile-picture-small-container {
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
}

.profile-picture {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    background-color: var(--ShadowGrey);
}

.profile-picture-small {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: var(--ShadowGrey);
}

.profile-picture.fa-stack {
    background: none;
    width: 2em;
    max-width: 150px;
    max-height: 150px;
}

.profile-picture-small.fa-stack {
    background: none;
    width: 1em;
    /*max-width: 50px;
    max-height: 50px;*/
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-picture .fa-circle:first-child {
    color: var(--menuPanel);
    max-width: 150px;
    max-height: 150px;
    font-size: clamp(150px, 2em, 150px);
}

.profile-picture-small .fa-circle:first-child {
    color: var(--menuPanel);
    max-width: 50px;
    max-height: 50px;
    font-size: clamp(50px, 1em, 50px);
}

.profile-picture > i + .fa-circle {
    color: var(--primary);
    font-size: 150px;
}

.profile-picture-small > i + .fa-circle {
    color: var(--primary);
    font-size: 50px;
}


.profile-picture .user-icon {
    color: var(--blue);
}

.profile-picture-small .user-icon {
    color: var(--blue);
}

/*#page-EmployeeManagement .profile-picture .user-icon {
    margin-left: 5px;
}

#page-MyDepartment .profile-picture-small .user-icon {
    margin-left: 11px;
    margin-top: -4px;
}

#page-MyCoWorker .profile-picture-small .user-icon {
    margin-left: 11px;
    margin-top: -4px;
}*/

.profile-panel {
    /* min-width: -webkit-fit-content;*/
    min-width: -moz-fit-content;
    /* min-width: fit-content;*/
    background: var(--menuPanel);
    padding: 5px;
    border: 1px solid var(--cardBorder);
    width: 100%;
}

.profile-panel {
    border-radius: 7px;
}

.infopanel-primary-div {
    color: var(--primary);
}

.infopanel-fontwight-div {
    font-weight: 600;
}

/*.component-employee-info-panel .profile-panel > div div:last-of-type {
    color: var(--primary);
    font-weight: 600;
}*/

.Separator-Primary {
    color: var(--primary);
    -webkit-box-shadow: 0px 1px 10px var(--primary);
    box-shadow: 0px 1px 10px var(--primary);
}

.user-warning {
    color: red;
}

/*#endregion*/

/*#region NOTIFICATIONS*/
#page-notifications h3 {
    /*text-align: center;*/
}

.component-notification-tray ::-webkit-scrollbar {
    width: 5px;
}

.component-notification-tray ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: white;
}

.component-notification-tray ::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    outline: 1px solid slategrey;
}


#page-notifications #notificationList {
    /*border: 1px solid var(--primary);*/
    /*background: var(--backgroundPanel);*/
    /*border-radius: 10px;*/
}

#btn-notifications .bell {
    padding: 0 !important;
    line-height: 1.5rem !important;
}

#btn-notifications .fa-layers-counter {
    color: var(--white) !important;
    background: #F08A2F;
    border-radius: 1.2rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 9px;
    width: 16px;
    position: relative;
    left: -14px;
    display: inline-block;
    top: -10px;
    min-width: 16px;
}

.component-notification-tray {
    width: 40px;
}

.component-login-display .clock-transaction-button {
    width: 44px;
}

.notification-tray-block, #notification-tray-block {
    position: absolute;
    display: none;
}

    .notification-tray-block-show, #notification-tray-block.notification-tray-block-show {
        display: block;
    }

        .notification-tray-block-show .dropdown-menu {
            background-color: var(--menuPanel);
            max-width: 500px;
            max-height: 600px;
            overflow-y: scroll;
            margin-left: -360px;
        }

.notification-read {
    background-color: rgba(59, 109, 143, 0.1);
}

.notificationList {
    font-size: 0.825rem;
}

.notification-subject {
    color: var(--primary);
    font-size: 0.875rem;
}

.component-notification-tray .notification-subject {
    max-width: 20em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notification-body {
    font-size: 0.825rem;
}

.component-notification-tray .notification-body {
    max-width: 20em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 4.5ch;
    line-height: 1.2;
}

.notification-time {
    color: var(--primary);
    font-size: 0.725rem;
    line-height: 1.8;
}

.notification-read-status i {
    color: #F08A2F !important;
    font-size: 0.825rem !important;
}

.component-notification:hover > .notification-read-status i {
    color: #ffffff !important;
}

.notification-tray-block h6 {
    margin-bottom: 0;
}

.notification-view {
    font-size: 0.775rem;
}

.component-notification {
    padding: 0 0.5rem;
}

.notificationContainer:hover,
.notificationContainer:hover h6,
.notificationContainer:hover h5,
.notificationContainer:hover span {
    background-color: var(--active);
    color: var(--hoverColor);
    cursor: pointer;
    /*border-radius: 5px;*/
}


.notifications-top-row, .notification-status-label {
    padding: 0 0.5rem;
}


.notification-title {
    color: var(--primary);
    font-weight: 500;
}
/*#endregion*/

/*#region SIDEBAR*/
#sidebar {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: var(--sidebar-max-width);
    position: sticky;
    top: 0;
    height: 100%;
}

.sidebar:not(.active) {
    /*border-right: 2px solid var(--blue);*/
}

#sidebar a {
    /*display:inline-block;*/
}

.sidebar .ShortTitle {
    display: none;
}

.sidebar .menu-item div span:last-child {
    display: none;
}

#sidebar .longTitle {
    /*left:15px;*/
}

.sidebar.closed .longTitle, .sidebar.closed .longTitle + i {
    display: none;
}

.btn.sidebar-button b i {
    color: var(--white) !important;
}

.sidebar.closed .ShortTitle,
.sidebar.closed .menu-item div span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex:1;*/
}

#sidebar .menu-item div span:first-child {
    padding-left: 15px;
}

#sidebar .sidebar-header {
    padding: 20px;
    padding-left: 15px;
    display: none;
}

.sidebar .sidebar-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 2px solid #F2F5F9;
    overflow: hidden;
    /* border-bottom: 2px solid #F2F5F9; */
    max-height: calc(100vh - 180px);
}

.sidebar-body a {
    /*        padding:5px;
*/
}

.sidebar-body .active a {
    /*min-width:55px;*/
    /*max-width:55px;*/
}

.sidebar-body > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-body > div {
    overflow-y: auto;
    overflow-x: hidden;
}

#sidebar p {
    color: var(--primary);
    padding: 10px;
}

#sidebar a {
    /*font-size: 1.2rem;*/
    /*        display: inline-block;
*/
}

.menu-section.active .menu-level-first.show-menu-item .longTitle {
    font-weight: 600;
}

#sidebar .menu-section.active .menu-item {
    max-width: 265px;
    /* font-weight: 600; */
    /* text-overflow: ellipsis; */
}

#sidebar .menu-item a:hover, #sidebar .menu-item a:active,
#sidebar .menu-item a:focus {
    background: transparent;
}

#sidebar .menu-item:hover,
#sidebar .menu-item:active, #sidebar .menu-item:focus {
    color: var(--primary);
    background: var(--white);
    font-weight: 600;
}

    #sidebar .menu-item:hover span,
    #sidebar .menu-item:focus,
    #sidebar .menu-item:active span,
    .current-menu-item i:not(.menu-level-first i) {
        color: var(--primary);
        background: transparent;
        font-weight: 600;
    }

#sidebar .menu-item.active > a, a[aria-expanded="true"] {
    color: var(--primary);
    background: var(--active);
}

.current-menu-item .menu-item:not(.menu-level-first) {
    /* -webkit-box-shadow: var(--active) 0px 0px 35px inset; */
    /* box-shadow: var(--active) 0px 0px 35px inset; */
    --fa-secondary-color: var( --primary);
    --fa-primary-color: var( --primary);
    font-weight: 600;
    color: var(--primary);
}

.current-menu-item .menu-item::before {
    /* content: ' '; */
    background-color: var(--primary);
    width: 7px;
    min-height: 1.7rem;
    max-height: 2.75rem;
    height: 2.75rem;
    float: left;
    display: block;
    -webkit-animation: vertical-grow 0.1s ease-in-out;
    animation: vertical-grow 0.1s ease-in-out;
    -webkit-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
    margin-left: -25px;
}

.current-menu-item .menu-level-second.show-menu-item a {
    font-weight: 600;
    color: var(--primary);
}

.closed .active .current-menu-item .menu-item:before {
    margin-left: 0;
}

.menu-section.active .menu-level-first .longTitle {
    color: var(--primary);
}

.sidebar.closed .menu-item.ps-4 {
    padding-left: 0 !important;
}

.sidebar.closed {
    max-width: 55px;
    text-align: center;
}



    .sidebar.closed .menu-section .menu-item a {
        /*padding: 10px 5px;*/
        text-align: center;
    }

.sidebar .menu-section .menu-item a i {
    font-size: 1rem;
    line-height: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 30px;
    width: 100%;
}

.menu-item .longTitle + i {
    max-width: 30px;
}

.menu-level-first {
    /*border-bottom:2px solid var(--primary);*/
}

.menu-level-second:not(.sidebar.closed .menu-level-second) {
    padding-left: 15px;
}

.menu-section.active .menu-sub-section {
    /* -webkit-box-shadow: rgba(var(--bs-primary-rgb-com), 0.9) -1px 5px 16px 0px inset, rgba(255, 255, 255, 0.8) -2px 5px 10px 0px; */
    /* box-shadow: rgba(var(--bs-primary-rgb-com), 0.9) -1px 5px 16px 0px inset, rgba(255, 255, 255, 0.8) -2px 5px 10px 0px; */
}

.menu-section.active .menu-item {
    /* height:30px; */
    width: 100%;
}

.closed .menu-section.active .menu-item,
.closed .menu-section.active .menu-item * {
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    /*    font-size: 1.875rem !important;
*/
    /*max-height: 50px;*/
}

.active .menu-item {
    -webkit-transition: font-size ease-in-out 0.1s;
    -o-transition: font-size ease-in-out 0.1s;
    transition: font-size ease-in-out 0.1s;
}

.menu-item {
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.menu-section.active .menu-level-first {
    /* background-color: var(--active); */
    /*border-left:var(--primary) 6px solid;*/
}

    .menu-section.active .menu-level-first i {
        color: var(--primary);
    }

    .active .menu-section.active .menu-level-first:before,
    .menu-section.active .menu-level-first:before {
        content: ' ';
        background-color: var(--primary);
        width: 7px;
        min-height: 1.7rem;
        max-height: 2.75rem;
        height: 2.75rem;
        float: left;
        display: block;
        -webkit-animation: vertical-grow 0.1s ease-in-out;
        animation: vertical-grow 0.1s ease-in-out;
        -webkit-transition: height 0.2s ease-out, background-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
        transition: height 0.2s ease-out, background-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
        -o-transition: height 0.2s ease-out, background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
        transition: height 0.2s ease-out, background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
        transition: height 0.2s ease-out, background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
    }

.menu-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.menu-section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-y: visible;
    max-height: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-item {
    width: var(--sidebar-max-width);
    /* display:flex;
    flex:1;
    justify-items:stretch;*/
    /*width:200px;*/
}

.menu-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .menu-item-container div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu-item-container a {
        padding: 10px 5px;
    }

.closed .menu-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
}

.closed .menu-item-container {
    max-width: 55px;
    width: 100%;
}

.longTitle b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#sidebar .menu-section .menu-item span .longTitle > i {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

.longTitle {
    margin-left: 5px;
    white-space: pre;
    text-wrap: wrap;
    /* max-width: 200px; */
    word-wrap: break-word;
    width: 220px;
    /* inline-size: 180px; */
    /* overflow-wrap: break-word; */
    /* word-break: break-word; */
}

.menu-item div span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-section.active .menu-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.menu-section.active {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    display: unset;
    width: var(--sidebar-max-width);
}

.menu-sub-section {
    display: none;
}

    .menu-sub-section:has(.show-menu-item) {
        display: block;
        -webkit-transition: max-width 0.8s ease-in-out;
        -o-transition: max-width 0.8s ease-in-out;
        transition: max-width 0.8s ease-in-out;
    }

.menu-section.active .menu-item.menu-level-first {
    /*width:50px;*/
}

.menu-section.active .menu-sub-section:not(.sidebar.closed .navbar-nav.active .menu-sub-section),
.menu-section.active .menu-item-container:not(.sidebar.closed .menu-section.active .menu-item-container),
.menu-section.active .menu-level-first:not(.sidebar.closed .navbar-nav.active .menu-level-first) {
    max-width: calc(100% - 13px);
    min-width: -webkit-fill-available;
    min-width: -moz-available;
    min-width: stretch;
}

.menu-section.active .menu-item:not(.closed .active .menu-item, .menu-level-second),
.menu-section.active .menu-sub-section:not(.closed .active .menu-sub-section) {
    max-width: calc(100% - 7px) !important;
}

.sidebar.closed .navbar-nav.active .menu-section.active {
    width: 100%;
}

.menu-section.active .menu-section-container {
    display: unset;
    overflow-y: unset;
    max-height: unset;
}

.closed .menu-section.active {
    max-width: 55px;
}

    .closed .menu-section.active .menu-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


.sidebar.closed .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}


.sidebar-button {
    width: 100%;
}

    .sidebar-button:hover {
        width: 100%;
    }

.sidebar-header:after {
    content: '';
    background: var(--primary);
    position: absolute;
    top: 55px;
    left: 55px;
    width: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar:after {
    /* content: '';*/
    background: var(--primary);
    position: absolute;
    top: 55px;
    left: 250px;
    width: 2px;
    height: calc(100% - 55px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

main > article:before {
    content: '';
    background: var(--primary);
    position: absolute;
    top: 55px;
    left: 0;
    width: 2px;
    height: calc(100% - 55px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav:after {
    overflow: hidden;
}

.sidebar.closed:after {
    left: 55px;
}

.sidebar.closed .fa-angle-right {
    margin-left: -3px;
}



/*#region SIDEBAR FOOTER*/
#rowAppVersion {
    margin-top: 10px;
}

#rowSidebarVersion {
    /*  bottom: 15px;
    position: fixed;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 8px;
    left: 0;
    font-size: 11px;
    padding-bottom: 25px;
    position: sticky;
    bottom: 0;
    top: 100%;
}

.closed #rowSidebarVersion {
    padding: 0;
}

.gnlink a {
    color: #f6921e;
}

.gnLink {
    color: #f6921e;
}

#sidebar .SideBarVersionWrapper {
    text-align: center;
}

#rowAppVersion span {
    color: var(--active) !important;
}

.SideBarVersionWrapper {
    padding-bottom: 15px;
    position: sticky;
    bottom: 0;
    /* top: calc(100% - 20px); */
    border-top: 1px solid #F2F5F9;
}

.SideBarVersionWrapper, #sidebar .SideBarVersionWrapper a {
    line-height: 13px;
    font-size: 11px;
}

.version-row-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2px;
}

/*#endregion*/

/*#region Nav Menu Hover*/

.navmenu-group-hover-container {
    /*position:absolute;
    left:166px;
    margin-top:-46px;*/
    border: solid 2px var(--primary);
    padding-top: 5px;
    background-color: var(--white);
    z-index: 999999;
    text-align: center;
    -webkit-animation: small-grow 0.25s ease-in-out, fadeIn 0.2s ease-in-out;
    animation: small-grow 0.25s ease-in-out, fadeIn 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.closed .navmenu-group-hover-container {
    left: 55px;
}

.navmenu-group-hover-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
}

.navmenu-group-hover-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding: 5px 10px;
}

    .navmenu-group-hover-row:hover {
        /*background-color: var(--active);*/
        color: var(--primary);
    }

        .navmenu-group-hover-row:hover * {
            color: var(--primary);
        }

    .navmenu-group-hover-row i {
        margin-right: 5px;
        font-size: 1.2rem;
        width: 25px;
    }

    .navmenu-group-hover-row span {
        font-size: 1rem;
        font-weight: 600;
    }

.navmenu-group-hover-title {
    font-weight: bold;
    text-align: center !important;
}

/*#endregion*/
/*#endregion */

/*#region HEADER*/

.top-row div:not(.component-sidedrawer div, .component-notification-tray div, .component-notification-tray) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-row a:hover {
    color: var(--active);
}


.article-container {
    height: -webkit-fill-available;
    height: stretch;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    overflow-y: auto;
    max-width: max(calc(100vw - var(--sidebar-max-width)), 100%);
}

    .article-container article {
        max-width: max(calc(100vw - var(--sidebar-max-width)), 100%);
    }

#btn-menu-mobile {
    display: none;
}

.navbar {
    width: 100%;
    height: 65px;
}


.header-row {
    width: 100%;
}


.logo-full {
    height: 3.5rem;
}

.login-controls-container {
    vertical-align: middle;
    padding-top: 1rem;
}

    .login-controls-container a {
        color: #000 !important;
    }

        .login-controls-container a:first-child {
            margin-right: 1rem;
        }

.component-login-display a:hover i,
.component-login-display a:focus i,
.component-login-display a:active i {
    color: var(--active);
}

#btnLogout:hover i, #btnLogout:focus i,
#btnLogout:active i {
    color: var(--hovericon);
}

.component-login-display {
    line-height: 18px;
    font-size: 12px;
}

    .component-login-display i:not(.component-sidedrawer i) {
        color: var(--white);
        font-size: 18px;
        padding: 5px;
    }

    .component-login-display button:not(.component-sidedrawer button) {
        background: none;
        border: none;
        color: var(--white);
        padding: 0.5rem 0.25rem;
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .component-login-display button span:not(.component-sidedrawer span) {
        color: var(--white) !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .component-login-display button:hover span:not(.component-sidedrawer span),
    .component-login-display button:hover i:not(.component-sidedrawer span) {
        color: var(--hovericon);
    }

    .component-login-display button:hover:not(.component-sidedrawer button),
    .component-login-display button:focus:not(.component-sidedrawer button),
    .component-login-display button:active:not(.component-sidedrawer button) {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: var(--hovericon);
    }

.not-authorised a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 5px;
}

.component-login-display .component-clock-transaction-management
button span {
    font-size: 1.5rem;
}
/*#endregion*/

/*#region DESKTOP LAYOUT*/
.desktop-layout {
    width: 100%;
    height: 100%;
}

    .desktop-layout .wrapper {
        margin: 0 auto;
        max-width: 800px;
    }

    .desktop-layout .page {
        width: 100%;
        min-height: 100%;
        position: relative;
    }

    .desktop-layout header {
        height: 60px;
    }

        .desktop-layout header .logo {
            height: 60px;
            width: 104px;
            background: url(../../images/logo.png) no-repeat;
        }

.dx-theme-generic.dx-color-scheme-dark .desktop-layout header .logo {
    background-position: -104px 0;
}

.dx-theme-generic.dx-color-scheme-light .desktop-layout header .logo {
    background-position: 0 0;
}

.desktop-layout .main-menu {
    width: 100%;
}

.desktop-layout .toolbar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    margin-bottom: 35px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .desktop-layout .toolbar .dx-content {
        width: 100%;
    }

.desktop-layout #navBar .dx-icon {
    display: none;
}

.desktop-layout #navBar .dx-tab {
    padding: 9px 30px 11px;
}

.desktop-layout #navBar .dx-nav-item {
    height: 40px;
}

    .desktop-layout #navBar .dx-nav-item.dx-state-focused {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
/*FIX ME*/
.dxbl-tabs.vertical-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li,
.dxbl-tabs.vertical-tabs > .dxbl-tabs-tablist > ul > li {
    list-style: none;
    border: 1px solid;
}

.dxbl-tabs.vertical-tabs > .dxbl-tabs-tablist.dxbl-tabs-tablist-scrollable > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.dxbl-tabs.vertical-tabs > .dxbl-tabs-tablist.dxbl-tabs-tablist-scrollable.dxbl-tabs-tablist-has-overflow > .dxbl-btn {
    display: none;
}

.dxbl-tabs.vertical-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item > :not(.dxbl-image), .dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item > :not(.dxbl-image) {
    height: 15px;
}

.dxbl-col-md-12.dxbl-col.dxbl-fl-item.form-edit-button-wrapper {
    text-align: right;
    margin-top: -28px;
    position: absolute;
}

.dxbl-col-xs-12.dxbl-col.dxbl-fl-item.form-edit-button-wrapper {
    text-align: right;
    margin-top: -28px;
    position: absolute;
}

.desktop-layout #tabs {
    width: 100%;
    text-align: center;
}

    .desktop-layout #tabs .dx-tab {
        padding: 5px 30px;
    }

.desktop-layout .half-content {
    float: left;
    width: 45%;
    margin: 0;
    padding: 0;
}

    .desktop-layout .half-content:first-child {
        padding: 0 10% 0 0;
    }

.desktop-layout .footer-gap {
    height: 40px;
}

.desktop-layout footer {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.desktop-layout .dx-field {
    position: static;
}

.desktop-layout .dx-toolbar {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

    .desktop-layout .dx-toolbar .dx-toolbar-before .dx-toolbar-item:first-child {
        margin: 0;
    }

    .desktop-layout .dx-toolbar .dx-toolbar-after .dx-toolbar-item {
        margin: 0 0 0 8px;
    }

.desktop-layout .dx-popup-title.dx-toolbar .dx-toolbar-label {
    padding: 0 5px 0 0;
}

.desktop-layout .dx-content.dx-animating.dx-leave,
.desktop-layout .dx-content.dx-animating.dx-enter {
    position: absolute;
    top: 0;
    left: 0;
}
/*#endregion*/

/*#region DEVEXPRESS*/
#longCaption .longCaption {
    max-width: 297px !important;
}


.dxbl-data-row .table-active.bg-primary.text-white.text-start {
    background-color: var(--active) !important;
    color: var(--secondary) !important;
}

.dxbl-calendar .dxbl-calendar-header.btn-group .dxbl-calendar-header-btn {
    color: var(--white);
}

.dxbl-calendar .dxbl-calendar-table-days-of-week th {
    color: var(--blue);
}

.dxbl-grid-selected-row {
    color: var(--active);
}

td > div {
    transition: none !important;
    -webkit-animation: none !important;
    -webkit-animation-fill-mode: unset !important;
}

.table-bordered > :not(caption) > * > * {
    border-color: var(--table-grid-lines);
}

.form-control {
    /* border-color: var(--formControlBorder);*/
}

    .form-control:focus {
        border-color: var(--primary);
        -webkit-box-shadow: 0 0 0 0.25rem rgb(var(--bs-primary-rgb) / 25%);
        box-shadow: 0 0 0 0.25rem rgb(var(--bs-primary-rgb) / 25%);
    }

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.dx-image:not(.dx-image-fill, .dxbl-editor-clear-btn .dx-image) {
    color: var(--white);
}

.dxbl-editor-clear-btn .dx-image {
    color: var(--ShadowGrey);
}

.dxbl-editor-clear-btn:hover .dx-image {
    color: var(--active);
}

button.btn.dxbl-editor-clear-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:hover .dx-image:not(.dx-image-fill, .dxbl-editor-clear-btn .dx-image, .component-login-display .dx-image) {
    color: var(--white);
}

.form-control button.dxbl-editor-clear-btn:before {
    background-color: var(--ShadowGrey) !important;
}

.dxbl-modal > .dxbl-modal > .dxbl-popup .dxbl-popup-header-button > .dxbl-popup-header-button-image {
    color: currentColor;
}

.dxbl-grid-selected-row .btn.imageButtonIcon {
    color: white !important;
}

td > div > button {
    margin-top: -10px !important;
    margin-bottom: -9px !important;
}

.dxbl-gridview > .card > * > .dxbl-table > thead > tr:last-child > td,
.dxbl-gridview > .card > * > .dxbl-table > thead > tr:last-child > th,
.dxbl-gridview > .card > .dxbl-table > thead > tr:last-child > td,
.dxbl-gridview > .card > .dxbl-table > thead > tr:last-child > th {
    border-bottom-color: var(--cardBorder);
}

.dxbl-grid .card {
    /*border-color:transparent;*/
}

.card {
    border: 1px solid var(--cardBorder);
}

.table {
    color: var(--secondary);
}

    .table th {
        color: var(--table-header-text);
        background-color: var(--table-header-background);
    }

dxbl-grid div.card {
    border-radius: 0px;
}

.table .dxbl-fixed-header-content {
    color: var(--headerTitle);
}

li div.dropdown-item.focused.bg-primary {
    background-color: var(--active) !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--active);
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--hover);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: var(--disabled);
    border-color: var(--disabled);
}

.blazored-toast, .blazored-toast-container {
    z-index: 999999999;
}

.form-view .dxbl-fl-row-break {
}

.form-view .row > * {
    margin-top: 5px;
}

.form-edit .row > * {
    margin-top: 5px;
}

div.row .form-edit-button-wrapper {
    text-align: right;
    margin-top: -28px;
    position: absolute;
}

.form-edit-button {
    text-align: right;
    border: none;
    background: none;
    color: var(--primary);
}

    .form-edit-button:hover {
        /*background:none;
    border:none;
    box-shadow:none;
    outline:none;*/
        /*border-col
    color:var(--active);*/
    }

.dxbl-checkbox.dxbl-checkbox-switch:not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-checked .dxbl-checkbox-check-element:not(.dxbl-disabled):not(:disabled):hover {
    --dxbl-checkbox-switch-checked-hover-background: var(--primary);
    --dxbl-checkbox-switch-checked-hover-bg: var(--primary);
    background: var(--dxbl-checkbox-switch-checked-hover-background);
    background-color: var(--dxbl-checkbox-switch-checked-hover-bg);
    box-shadow: none;
}

.dxbl-checkbox.dxbl-checkbox-unchecked .dxbl-checkbox-check-element:focus-within,
.dxbl-checkbox.dxbl-checkbox-checked .dxbl-checkbox-check-element:has(:focus) {
    --dxbl-checkbox-checked-focus-shadow-color: var(--primary);
    --dxbl-checkbox-unchecked-focus-shadow-color: var(--primary);
}

/*#region SCHEDULER*/
.scheduler-hide-day-of-week tr > td.dxbl-sc-date-hr.dxbl-sc-date-hr-today,
.scheduler-hide-day-of-week tr > td.dxbl-sc-date-hr {
    display: none !important;
}

.scheduler-hide-day-of-week tr > td.dxbl-sc-all-day-area {
    display: none !important;
}

.scheduler-resource-wrapper {
    margin: 0 auto;
}

.scheduler-resource-text {
    text-align: center;
    padding: 6px !important;
    font-size: 1.2rem;
}

.scheduler-large .scheduler-resource-text {
    padding: 2px !important;
    font-size: 0.825rem;
}

.doctor .scheduler-resource-wrapper {
    max-width: 20px;
    width: 20px;
}

.doctor .scheduler-resource-text {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    background-color: var(--lightPink);
    border-radius: 20px;
}

.scheduler-resource-container {
    width: 100%;
}

.resource-card-container {
    width: 250px;
    max-height: 100px;
    display: none;
    float: left;
    z-index: 999;
    position: absolute;
    background-color: var(--white);
    border-radius: 5px;
    border: 2px solid var(--primary);
}

    .resource-card-container.show {
        display: block;
    }

.resource-card-wrapper {
    padding: 5px;
}

.resource-card-title {
    font-weight: 600;
}

.resource-card-subtitle {
}

.resource-card-content {
}

#rowAppointments {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.card-container {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 15px;
}
/*.card-added-item {
    max-width: 400px;
    border-radius: 5px;
    border-bottom-left-radius:15px;
    border-top-left-radius:15px;
    margin-right:20px;

}
.card-added-item-wrapper{
    padding: 5px 10px;
    border-left:5px solid var(--primary);
    border-radius:15px;
}*/

.card-added-item {
    max-width: 400px;
    border: solid 2px var(--primary);
    border-radius: 5px;
    margin-right: 20px;
    background-color: var(--menuPanel);
}

.card-added-item-wrapper {
    padding: 5px 10px;
}

.card-added-item label {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.dxbl-scheduler .dxbl-sc-apt-container span {
    color: var(--white);
}

.scheduler-appointment {
    -webkit-box-shadow: .125rem .25rem rgba(34,34,34,0.15);
    box-shadow: .125rem .25rem rgba(34,34,34,0.15);
    overflow: hidden;
    height: 100%;
    padding: 0px 5px;
}

/*#endregion*/


.dxbl-tagbox button.disabled {
    display: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: none !important;
    animation: none !important;
}


.dxbl-combobox.dxbl-dropdown-edit .form-control.dxbl-input-group-append,
.dxbl-date-time-edit.dxbl-dropdown-edit .form-control.dxbl-input-group-append {
    right: -1px;
}

.card-header {
    background-color: var(--table-header-background);
    color: var(--secondary);
    font-weight: 600;
}

.dxbl-grid .dxbl-grid-table > thead .dxbl-grid-header-row > th:not(.dxbl-grid-empty-cell) {
    background-color: var(--table-header-background) !important;
    color: var(--table-header-text);
}


.dxbl-grid-selected-row .dxbl-checkbox .dxbl-image {
    color: var(--primary) !important;
}

.dx-chart-tooltip .dx-tooltip-content div > div {
    padding: 1px 5px;
    text-align: center;
}
/*#endregion*/

/*#region RIGHT DRAWER*/
.sidebar-right {
    background-color: var(--background-panel);
    position: fixed;
    /*height: 100%;*/
    z-index: -100;
    right: 0;
    float: right;
    top: 0;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 95%;
    -webkit-transition: max-width 0.2s ease-in-out;
    -o-transition: max-width 0.2s ease-in-out;
    transition: max-width 0.2s ease-in-out;
}

    .sidebar-right.active {
        /*width: calc(25% - 88px);*/

        -webkit-animation: slideLeft 0.4s ease-in-out forwards;
        -webkit-animation-fill-mode: forwards;
        z-index: 999;
        top: 0;
    }

        .sidebar-right.active .drawer-content-wrapper {
            z-index: 999;
            width: 100%;
            width: -webkit-fill-available;
            width: stretch;
            overflow-x: hidden;
        }

#component-AddEditLeaveRequest {
    max-height: fit-content;
    overflow-y: auto;
}

    #component-AddEditLeaveRequest .dxbl-fl {
        max-height: fit-content;
        overflow-y: auto;
        overflow-x: hidden;
    }

.sidebar-right.hide {
    z-index: -100;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation: slideRight 0.4s ease-in-out forwards;
    -webkit-animation-fill-mode: forwards;
}

    .sidebar-right.hide .drawer-container {
        width: 0;
    }

    #SideDrawer.hide, .sidebar-right.hide, .sidebar-right.hide * {
        max-width: 0;
        max-height: 0;
        height: 0;
        width: 0;
        min-width: 0;
        min-height: 0;
        border: none;
        background: transparent;
    }

#SideDrawer {
    height: 80%;
    min-height: 80%;
    min-width: 10px;
    width: 100%;
}

    #SideDrawer #sidebarCollapse.btn {
        background-color: unset;
    }


    #SideDrawer.active {
    }

        #SideDrawer.active .drawer-content {
            /*  -webkit-animation: slideLeftAndreas 2.8s ease-in-out;
            -webkit-animation-fill-mode: forwards;*/
        }
/******levescheme-css-start*/
#page-LeaveScheme #SideDrawer.active .drawer-content {
    padding: 20px;
}
/******levescheme-css-end*/

#SideDrawer .drawer-content {
}

#SideDrawer.active .drawer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
    margin-top: -15px;
    min-width: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 75vh;
}

#SideDrawer.active .navbar-expand {
    display: none;
}

#SideDrawer.hide .navbar-collapse {
    display: none;
}


#SideDrawer.active .drawer-button-wrapper {
    /*opacity:1;*/
    margin-top: 0px;
}

    #SideDrawer.active .drawer-button-wrapper:hover {
        /*opacity:1;*/
        margin-top: -2px;
    }

.sideDrawer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.drawer-button-wrapper {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--primary);
    /*transition:opacity 0.4s ease-in-out;*/
}

    .drawer-button-wrapper button {
        height: 100%;
        border-radius: 0;
        border: 2px solid var(--primary);
        padding: 5px;
    }

        .drawer-button-wrapper button:hover {
            border: 2px solid var(--primary);
            -webkit-box-shadow: 0 0 0 0 1px var(--shadowMain);
            box-shadow: 0 0 0 0 1px var(--shadowMain);
        }

#SideDrawerCopyHoliday .drawer-container {
    height: 85vh !important;
    max-height: 90vh !important;
}

.drawer-container {
    margin-top: 10%;
    height: 80%;
    max-height: 80vh;
    background: var(--page-background);
    border-top: 2px solid var(--primary);
    width: 100%;
    width: -webkit-fill-available;
    width: stretch;
    border: 2px solid var(--primary);
    border-radius: 0.5rem;
}

.drawer-container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*height: calc(100% - 3.5rem);*/
    height: 100%;
}

.drawer-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*min-height: calc(100% - 100px);*/
}

.drawer-item-wrapper {
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.hide .drawer-close-wrapper {
    width: 0;
}

.hide .drawer-container-wrapper * {
    max-width: 0;
    width: 0;
    border: 0;
}

.drawer-close-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 2px solid var(--primary);
    margin-top: auto;
}

.hide #btnCloseSideDrawer {
    visibility: hidden;
    width: 0;
}

.active #btnCloseSideDrawer {
    width: auto;
    font-size: 1.5rem;
}

.drawer-close {
    margin-right: 15px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

    .drawer-close button, .drawer-close button:focus,
    .drawer-close button:active, .drawer-close button:hover {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .drawer-close i {
        color: var(--primary);
    }

    .drawer-close button:hover i {
        color: var(--active);
    }

.drawer-content-wrapper > *:first-child {
    /*margin-right: 7px;*/
    /*margin-left: 7px;*/
}

main:has(aside.component-sidedrawer.active)
.dxbl-grid > .card .dxbl-scroll-viewer:first-child > .dxbl-scroll-viewer-content > .dxbl-grid-table
:not(.component-sidedrawer.active .dxbl-grid > .card .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-grid-table > thead) {
    z-index: unset;
}
/*#endregion*/

/*#region HUD*/
.hud-container {
    width: auto;
    padding: 5px 0px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 998;
    left: 0;
    float: left;
    border-radius: 5px;
}

.hud-wrapper {
    position: fixed;
    top: 50%;
    /*left: 275px;*/
    left: calc(var(--sidebar-max-width) + 2px);
    width: 50px;
}

.hud-item {
}

    .hud-item > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

.hud-button {
    width: 30px;
    border-radius: 0;
}

.delete-Button {
    width: 30px;
    border-radius: 0;
}

.hud-right {
    right: 0;
    left: unset;
    float: right;
}

.hud-left {
    margin-left: -25px;
    position: relative;
    left: 0px;
}

    .hud-left .hud-wrapper {
        width: 30px;
        -webkit-transition: left 0.25s ease-in-out;
        -o-transition: left 0.25s ease-in-out;
        transition: left 0.25s ease-in-out;
    }

    .hud-left .hud-button {
        padding: 10px;
        padding-left: 7px
    }

    .hud-left .delete-Button {
        padding: 10px;
        padding-left: 7px
    }

body:has(.sidebar) div .hud-left .hud-wrapper {
    left: calc(var(--sidebar-max-width) + 2px);
}

body:has(.sidebar.closed) div .hud-left .hud-wrapper {
    left: 57px;
}

body:has(.navmenu-group-hover-container) .hud-left {
    z-index: 2;
}

/**stick top**/
.hud-top, .hud-bottom {
    top: 0;
    height: 38px;
    left: calc(50% + 55px);
    overflow: hidden;
    max-width: 210px;
    min-width: 38px;
    padding: 0;
}

.hud-top {
    top: 56px;
}

.hud-bottom {
    top: unset;
    bottom: 0;
}

    .hud-top button.hud-button, .hud-bottom button.hud-button {
        width: auto;
        height: 100%;
    }

    .hud-top button.delete-Button, .hud-bottom button.delete-Button {
        width: auto;
        height: 100%;
    }

    .hud-top:hover .hud-item, .hud-bottom:hover .hud-item {
        /*width:14%;*/
    }

    .hud-top .hud-item:hover, .hud-bottom .hud-item:hover {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .hud-top .hud-wrapper, .hud-bottom .hud-wrapper {
        left: unset;
        top: unset;
        position: unset;
        width: auto;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: var(--hudButton);
        height: 38px;
    }

    .hud-top .btn:hover, .hud-bottom .btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
        opacity: 1;
    }

        .hud-top .btn:hover span, .hud-bottom .btn:hover span {
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }


    .hud-top .hud-item, .hud-bottom .hud-item {
        height: 38px;
    }


.hud-container.hud-right .hud-wrapper {
    left: unset;
    left: calc(100% - 40px);
}

.hud-right:hover {
    right: 0px;
}

.hud-item:hover button {
    /* width:fit-content;*/
}

.hud-right .hud-item:hover button {
    -webkit-transform: translate(-50px);
    -ms-transform: translate(-50px);
    transform: translate(-50px);
}

.hud-left .hud-item:hover button {
}

.hud-item i {
    width: 100%;
    /*margin-left:-4px;*/
    /* margin-right:10px;*/
}

.hud-item button {
    padding: 10px;
    background-color: var(--hudButton);
    border: var(--hudButton);
    color: var(--hudContrast) !important;
}

.power-on {
    text-shadow: 0px 0px 5px var(--active);
    color: var(--dx-calendar-table-active-color);
}

.power-on-pink {
    text-shadow: 0px 0px 5px #dc3545;
    color: var(--dx-calendar-table-active-color);
}

.power-on:hover {
    color: var(--hudContrast);
}

.power-on-pink:hover {
    color: #dc3545;
}

.power-off {
    text-shadow: 0px 0px 1px var(--hudContrast);
    color: var(--ShadowGrey);
    opacity: 0.85;
}

.power-off-pink {
    text-shadow: 0px 0px 1px var(--white);
    color: var(--ShadowGrey);
    opacity: 0.85;
}

button:hover .power-on, button:focus .power-on, button:active .power-on {
    color: var(--hudContrast);
}

button:hover .power-off-pink, button:focus .power-off-pink, button:active .power-off-pink {
    color: var(--hudContrast);
}
/*.hud-item button span{
    width:0;
    opacity:0;
}
.hud-item button:hover span {
    width:100%;
    opacity:1;
}

.accordion {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: -10px auto;
}*/
/*#endregion*/

/*#region POPUPS*/
.popupFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.popup-body {
    padding: 15px;
}

.popup-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px;
}

.modal {
}

.modal-header {
    /*background-color:var(--primary);*/
}

.modal-title {
    text-align: center;
    width: 100%;
    color: var(--secondary);
    font-weight: 600;
}

.modal-backdrop {
    background-color: transparent;
}

.dxbl-modal-back:empty {
    background-color: transparent !important;
}

.dxbl-grid > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-grid-table > thead {
    z-index: 0;
}

body:has(.navmenu-group-hover-container) .dxbl-popup-cell {
    z-index: -1 !important;
}
/*#endregion*/

/*#region TOOLTIPS*/
.ui-tooltip, .arrow:after {
    background: var(--tooltipBackground) !important;
    background-color: var(--tooltipBackground) !important;
    border: 1px solid var(--tooltipBorder) !important;
}

.ui-tooltip {
    padding: 2px 5px !important;
    color: var(--tooltipText) !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0 0 7px var(--tooltipShadow) !important;
    box-shadow: 0 0 7px var(--tooltipShadow) !important;
    font-size: 0.75rem !important;
    font-weight: 600;
    text-align: center;
    white-space: pre-wrap;
    max-width: 150px;
    /*    top: 100px !important;*/
}

    .ui-tooltip, .ui-tooltip * {
        pointer-events: none;
    }

.arrow {
    width: 60px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -10px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        right: 100%;
        left: unset;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 22px;
        top: -20px;
        width: 20px;
        height: 20px;
        -webkit-box-shadow: 6px 5px 9px -9px var(--tooltipBackground) !important;
        box-shadow: 6px 5px 9px -9px var(--tooltipBackground) !important;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.left:after {
        display: none;
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.ui-tooltip-content {
    white-space: pre-wrap;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    max-width: 100px;
    font-size: 0.75rem;
    line-height: 0.875rem;
}

    .ui-tooltip-content:has(.tooltip-auto-width) {
        /*word-break:break-word;*/
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

.ui-tooltip:has(.tooltip-auto-width) {
    max-width: none;
}
/*#endregion*/

/*#region SKELETON LOADER*/
.skeleton {
    -webkit-animation: 1s linear infinite alternate;
    animation: 1s linear infinite alternate;
}

.skeleton-text {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.load-indicator {
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*    animation: skeletonloading 1s linear infinite alternate;*/
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    float: left;
    position: relative;
}


    .load-indicator.active {
        /*width: calc(25% - 88px);*/

        -webkit-animation: slideLeft 0.4s ease-in-out forwards, skeletonloading 1s linear infinite alternate;
        -webkit-animation-fill-mode: forwards;
        z-index: 999;
    }

    .load-indicator.active {
        z-index: 999;
    }

    .load-indicator.hide {
        z-index: -100;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation: slideRight 0.4s ease-in-out forwards, skeletonloading 1s linear infinite alternate;
        -webkit-animation-fill-mode: forwards;
        width: 0;
        height: 0;
    }

.showloading {
    -webkit-animation: skeletonloadingtwo 1s linear infinite alternate;
    -webkit-animation-fill-mode: forwards;
    border-radius: 5px;
}

    .showloading * {
        border-radius: 5px;
        z-index: -1000;
        -webkit-animation: skeletonloadingtwo 1s linear infinite alternate;
        -webkit-animation-fill-mode: forwards;
    }

    .showloading button, .showloading button span {
        border: none;
        outline: none;
        background-color: transparent;
    }

.hideloading, .hideloading * {
    -webkit-animation: skeletonhide 0.5s linear forwards;
    -webkit-animation-fill-mode: forwards;
}

.borderedBoxBtn, .borderedBoxBtn > div {
    -webkit-animation: growSlowly 0.4s ease;
    animation: growSlowly 0.4s ease;
}

.tooltip-after-grow {
    -webkit-animation: tooltipGrow 0.1s linear forwards;
    animation: tooltipGrow 0.1s linear forwards;
}


.fadein {
    -webkit-animation: fadeIn 0.5s linear forwards;
    animation: fadeIn 0.5s linear forwards;
}

.growslowly {
    -webkit-animation: growSlowly 0.5s linear forwards;
    animation: growSlowly 0.5s linear forwards;
}

.fadein.growslowly {
    -webkit-animation: fadeIn 1s ease forwards, growSlowly 0.5s ease forwards;
    animation: fadeIn 1s ease forwards, growSlowly 0.5s ease forwards;
}

.borderedBoxBtn.showloading .dxbl-fl-ctrl {
    border-radius: 5px;
    -webkit-animation: fadeIn 0.5s linear forwards, skeletonloadingtwo 1s linear infinite alternate;
    animation: fadeIn 0.5s linear forwards, skeletonloadingtwo 1s linear infinite alternate;
}

.borderedBoxBtn.hideloading .dxbl-fl-ctrl {
    -webkit-animation: fadeIn 1s linear forwards;
    animation: fadeIn 1s linear forwards;
}

.showloading .dxbl-fl-cpt, .hideloading .dxbl-fl-cpt {
    opacity: 1 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: none !important;
    animation: none !important;
}

.showloading .dxbl-fl > .row, .hideloading .dxbl-fl > .row,
.showloading .dxbl-fl, .hideloading .dxbl-fl {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*#endregion*/

/*#region PAGER*/
.pagerBtn {
    color: var(--buttonContrast);
    background-color: var(--button);
    border-color: var(--button);
}

.page-item.active .page-link {
    background-color: var(--button);
    border-color: var(--button);
    color: var(--buttonContrast);
}

.page-item .page-link {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--button);
    outline: var(--primary);
    -webkit-box-shadow: 0 0 0 0.25rem rgb(var(shadowMainRGB) / 25%);
    box-shadow: 0 0 0 0.25rem rgb(var(shadowMainRGB) / 25%);
}

    .page-item .page-link .dx-image:not(.dx-image-fill) {
        color: var(--primary);
    }
/*#endregion*/

/*#region SPINNER*/
.loading-container {
    background: -o-linear-gradient(315deg, var(--menuPanel) 0%, rgba(128,127,131,0.01), 5%, rgba(128,127,131,0.5) 50%, rgba(128,127,131,1) 150%);
    background: linear-gradient(135deg, var(--menuPanel) 0%, rgba(128,127,131,0.01), 5%, rgba(128,127,131,0.5) 50%, rgba(128,127,131,1) 150%);
    will-change: background-position;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

main article.content.px-5:has(.loading-container) {
    padding: 0 !important;
}

.spinner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.spinner-content {
    color: white;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loading-container .spinner-content,
.loading-container .spinner-container h5,
.loading-container .spinner-message-container * {
    color: white !important;
}

    .loading-container .spinner-content div:after {
        background: white;
    }

.spinner-content div {
    -webkit-transform-origin: 40px 40px;
    -ms-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: fadeout 1.2s linear infinite;
    animation: fadeout 1.2s linear infinite;
}

    .spinner-content div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 37px;
        width: 6px;
        height: 18px;
        border-radius: 20%;
        background: var(--primary);
    }

    .spinner-content div:nth-child(1) {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner-content div:nth-child(2) {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .spinner-content div:nth-child(3) {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner-content div:nth-child(4) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .spinner-content div:nth-child(5) {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .spinner-content div:nth-child(6) {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .spinner-content div:nth-child(7) {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .spinner-content div:nth-child(8) {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .spinner-content div:nth-child(9) {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .spinner-content div:nth-child(10) {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .spinner-content div:nth-child(11) {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

    .spinner-content div:nth-child(12) {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

.spinner-message-container {
    margin-top: 10px;
}

/*#endregion*/

/*#region FILE UPLOAD*/
.component-file-input {
}

.document-card-area:empty {
    padding: 0;
}

.document-card-area:last-child {
    border-bottom: 0px;
    border-right: 0px;
}

.document-card-area {
    background: var(--white);
    padding: 15px;
}

input[type="file"].hidden-uploader {
    background-color: var(--primary) !important;
    color: var(--white);
    appearance: auto;
    display: none;
}

.file-input-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--primary);
    padding: 5px;
    cursor: pointer;
    background: var(--primary);
    color: white;
    border-radius: 7px;
}

.component-document-card {
    border: 2px solid var(--primary);
    background: var(--backgroundPanel);
    max-width: 125px;
    min-width: 125px;
    max-height: 100px;
    min-height: 100px;
}

.document-card-file-name {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
}
/*#endregion*/

/*#region ClockTransactions*/

/*#page-ClockTransaction label,
.component-AddEditClockOutRegister label,
.component-AddEditClockInRegister label {
    font-weight: bold;
}*/

label {
    /* font-weight: bold; */
}

.clock-transaction-container {
    background-color: var(--menuPanel);
    border: 1px solid var(--table-header-background);
}

.carousel-selection-wrapper i {
    cursor: pointer;
    font-size: 30px;
    color: var(--button);
}

.carousel-selection-wrapper {
    gap: 5px;
}

    .carousel-selection-wrapper i:hover,
    .carousel-selection-wrapper i:active,
    .carousel-selection-wrapper i:focus {
        color: var(--active);
    }

.clock-transactions-header {
    padding: 10px 5px 5px 5px;
    background-color: var(--table-header-background);
    text-align: center;
}

.clock-transactions-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
    background: var(--menuPanel);
}

.clock-transactions-event-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    padding: 0px 15px 5px 15px;
}

.clock-transactions-body {
    background: var(--menu-panel);
}

.clock-transaction-event-header div {
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.clock-transaction-divider {
    background-color: var(--table-header-background);
    height: 100%;
    padding: 0 !important;
    width: 1px;
    gap: 0px !important;
}

.clock-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(rgb(var(--green)),0.9);
}

.clock-start, .clock-end {
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .clock-start i, .clock-start label {
        color: var(--green);
    }

.clock-end {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

    .clock-end i, .clock-end label {
        color: var(--red);
    }


.clock-end-event {
    padding: 10px 5px;
    /*text-align: center;*/
    color: var(--menuPanel);
    font-weight: 600;
}

.clock-end-event-empty {
}

#section-panel-attendance-info {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

    #section-panel-attendance-info h5 {
        text-align: center;
    }

    #section-panel-attendance-info label {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    #section-panel-attendance-info div {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #section-panel-attendance-info div span {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            width: 10%;
            margin-left: auto;
            text-align: end;
        }

.white-background .profile-panel {
    background-color: white;
}

/*#endregion*/

/*#region EVALUATION SUBMISSION*/
.group-questions-and-answers-body {
    padding: 2rem;
    background-color: var(--menuPanel);
}

.section-question:not(:last-of-type):after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--blue);
    margin: 1.5rem 0;
}

.section-answer {
    padding: 0px 15px;
    font-size: 1.1rem;
}

.section-question-title h5 {
    /*color: var(--blue);
    margin-top: 0.3rem;*/
    font-weight: bold;
}

.section-question-title h4 {
    /*color: var(--blue);
    margin-top: 0.3rem;*/
    font-weight: bold;
}

.print-skill-question-group:not(:last-of-type):after {
    /* border-bottom: 1px solid var(--blue);
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--blue);
    margin: 1.5rem 0;*/
}

.print-skill-question-group:first-of-type {
    page-break-before: avoid !important;
}

.report-span {
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    color: var(--primary);
    font-weight: 600;
}

.report_label {
    color: black !important;
}

input[type="radio" i].selected-answer:disabled {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    border: var(--primary) solid 2px !important;
    -webkit-appearance: none !important;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    padding: 0;
    background-clip: content-box;
}

/*#endregion*/

/*#region CALENDAR*/
.component-leaves-calendar {
    /* overflow-x: hidden; */
}

#SideDrawer .component-leaves-calendar {
    /* overflow-x: scroll; */
}

#SideDrawer .leaves-calendar-body {
    /*overflow-x: hidden;*/
    min-height: 100px;
    max-height: 300px;
}

#SideDrawer .calendar-days-wrapper div {
    max-height: 41px;
}

#SideDrawer .leavesRequest-calendar-main > div {
    overflow-x: hidden;
}

#SideDrawer .calendar-half-size .calendar-header-days {
    min-width: 100%;
    max-width: 100%;
}

#SideDrawer .leavesRequest-calendar-main {
    display: flex;
}

#SideDrawer .calendar-header-icon {
    position: unset;
}

.dashboard-widget-container .component-leaves-calendar {
    max-height: 350px;
}

.dashboard-widget-container .leaves-calendar-main > div {
    max-height: 240px;
    overflow: hidden;
}

.dashboard-widget-container .leaves-calendar-main {
    padding-bottom: 14px;
}

#page-hr-manager-dashboard + div > * .leaves-calendar-body,
#page-hr-officer-dashboard + div > * .leaves-calendar-body{
    min-height: unset !important;
}

.component-leaves-calendar-toolbar {
    background-color: transparent;
}

#dtCalendarDate .dxbl-btn-group-right {
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

.leaves-calendar-main {
    padding: 10px;
    background-color: transparent;
    cursor: default;
    /* overflow-x:scroll; */
}

    .leaves-calendar-main.Empty {
        width: 100% !important;
    }

.leavesRequest-calendar-main {
    background-color: transparent;
    cursor: default;
    /* overflow-x:scroll; */
}

    .leaves-calendar-main ::-webkit-scrollbar,
    .leavesRequest-calendar-main ::-webkit-scrollbar {
        height: 10px;
        width: 5px;
    }

    .leaves-calendar-main ::-webkit-scrollbar-track,
    .leavesRequest-calendar-main ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 10px rgba(var(--shadowGreyRGB), 0.2);
        box-shadow: inset 0 0 10px rgba(var(--shadowGreyRGB), 0.2);
    }

    .leaves-calendar-main ::-webkit-scrollbar-thumb,
    .leavesRequest-calendar-main ::-webkit-scrollbar-thumb {
        background-color: var(--blue);
        border-radius: 5px;
    }


.leaves-calendar-main > div {
    overflow-x: hidden;
    outline: var(--bs-gray-500) 1px solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px;
}

.calendar-person-icon, .calendar-person-name {
    /*background-color: var(--menuPanel);*/
    padding: 9px;
    color: var(--blacksmoky);
}

.calendar-header-icon,, .calendar-header-filter-type, .flex-header-days {
    background-color: var(--white);
    color: var(--primary);
}

.leaves-calendar-header {
    background-color: rgb(var(--shadowGreyRGB), 0.6);
    color: var(--blacksmoky);
}

.calendar-header-days {
    padding: 5px;
    /* width: 75vw; */
    min-width: 70vw;
    padding-left: 0;
    overflow-x: auto;
}

    .calendar-header-days::-webkit-scrollbar {
        background: transparent !important;
        width: 0 !important;
        height: 0 !important;
    }

.calendar-header-days, .calendar-header-filter-type, .calendar-header-month {
    font-weight: 600;
}

    .calendar-header-month .month-shown {
        padding: 3px 2px 0 5px;
        min-width: 50px;
        font-size: 1.05rem;
        color: var(--primary);
    }

.calendar-header-icon, .calendar-person-icon {
    width: 38px;
    min-width: 38px;
    position: sticky;
    z-index: 2;
    top: 0;
    left: 0;
    padding-left: 10px;
}

.calendar-header-filter-type, .calendar-person-name {
    width: 198px;
    min-width: 198px;
    position: sticky;
    z-index: 2;
    top: 0;
    left: 0;
}

.calendar-person-name {
    color: var(--blacksmoky);
    font-weight: 600;
    height: 40px;
    cursor: not-allowed;
    /*border-bottom: solid 1px var(--ShadowGrey);*/
}

.calendar-person-row-days:last-child {
    border-bottom: solid 2px;
}

.calendar-person-row-days {
    z-index: 1;
    top: 0;
    /*min-width: 50vw;*/
    min-height: 35px;
    /*max-width: 58vw;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

main:has(.notification-tray-block-show) .calendar-person-row-days {
    z-index: 0;
}

main:has(.component-SubmitClockTransaction) .calendar-header-days,
main:has(.component-SubmitClockTransaction) .leaves-calendar-body,
main:has(.employee-rows-container) .leaves-calendar-body,
main:has(.employee-rows-container) .calendar-header-days {
    z-index: 0;
}

.calendar-half-size .leaves-calendar-main {
    width: fit-content;
}

.calendar-half-size .calendar-person-row-days {
    min-width: 35vw;
    max-width: 50vw;
}

.calendar-half-size .calendar-header-days {
    min-width: 35vw;
    max-width: 50vw;
}

.calendar-header-day, .calendar-person-row-day {
    min-width: 47px;
    text-align: center;
    /* width: -webkit-fill-available; */
    color: var(--bs-black);
}

.twenty-eight .calendar-header-day,
.twenty-eight .calendar-person-row-days > div {
    width: 52px;
}

.twenty-eight .calendar-person-row-day.weekend {
    width: 53px;
}

.twenty-nine .calendar-header-day,
.twenty-nine .calendar-person-row-days > div {
    width: 50px;
}

.twenty-nine .calendar-person-row-day.weekend {
    width: 51px;
}

.thirty .calendar-header-day,
.thirty .calendar-person-row-days > div {
    width: 48px;
}

.thirty .weekend.calendar-person-row-day {
    width: 47px;
}

.thirty-one .weekend.calendar-person-row-day {
    width: 47px
}


.calendar-person-row-days > div {
    min-width: 47px;
    text-align: center;
}

.calendar-body-row {
    height: 41px;
    background: var(--white);
}

    .calendar-body-row:not(:last-of-type) {
        border-bottom: 2px solid var(--bs-gray-500);
    }

.weekend {
    background-color: rgb(var(--shadowGreyRGB), 1);
    color: var(--black);
    padding: 10px;
}

.leaves-calendar-body {
    max-height: 490px;
    overflow-x: scroll;
    overflow-y: scroll;
    background: var(--white);
}

.leaves-calendar-body, .leaves-calendar-header {
    /* min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
}

.leaves-calendar-header-month-row, .leaves-calendar-header-month-row .calendar-header-month {
    background: var(--white);
    color: var(--primary);
}

.leave-calendar-footer-type-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
}

    .leave-calendar-footer-type-wrapper:hover, .leave-calendar-footer-type-wrapper:active {
        background: var(--active);
        color: var(--white);
        padding: 0.875rem;
    }

.calendar-day-on-leave, .day-is-holiday {
    /* border-radius: 35px; */
    /* width: 35px; */
    margin: auto 0;
    /* border: 2px solid; */
    min-height: 41px;
    margin: auto;
    min-width: 47px;
    cursor: pointer;
    /* align-items: center; */
}


    .calendar-day-on-leave span, .day-is-holiday span {
        position: relative;
        top: 10px;
        color: var(--white);
        font-weight: 600;
    }

    .calendar-day-on-leave i, .day-is-holiday i {
        padding: 1px;
    }

.day-is-holiday {
    border-radius: 0;
    border-style: dashed;
    border-width: 2px;
    width: 100%;
}

    .day-is-holiday span {
        color: var(--black);
    }

.calendar-day-on-leave i.fa-hourglass-clock,
.calendar-day-on-leave i.fa-hourglass-start {
    font-size: 0.65rem;
}

.calendar-day-on-leave i:after, .day-is-holiday i:after {
    opacity: 0.75;
}

.calendar-day-on-leave i.fa-circle-xmark:after {
    color: var(--red);
}

.calendar-day-on-leave i.fa-circle-check:after {
    color: var(--green);
}

.calendar-day-on-leave span:hover,
.calendar-day-on-leave span:active,
.calendar-day-on-leave span:focus
.calendar-day-on-leave:hover span,
.calendar-day-on-leave:active span,
.calendar-day-on-leave:focus span,
.day-is-holiday span:hover,
.day-is-holiday span:active,
.day-is-holiday span:focus,
.day-is-holiday:hover span,
.day-is-holiday:focus span,
.day-is-holiday:active span,
component-leaves-calendar-day:hover .calendar-day-on-leave span
. {
    color: var(--white);
}

.leave-duration-spin {
    max-width: 100px;
}

.leave-popup-element {
    background-color: var(--menuPanel);
    border: 2px solid var(--blue);
    position: relative !important;
}

    .leave-popup-element * {
        pointer-events: none;
    }

.calendar-leave-popup-header, .calendar-leave-popup-body, .calendar-leave-status {
    padding: 5px;
}

.calendar-leave-popup-body {
    padding: 10px;
}

.calendar-leave-popup-header > div, .calendar-leave-status {
    text-align: center;
    width: 100%;
}

.calendar-leave-popup-body hr {
    color: var(--blue);
    margin-bottom: 5px;
}

.calendar-leave-popup-body i:not(.calendar-leave-status i) {
    color: var(--primary);
    width: 20px;
    text-align: center;
}

.calendar-leave-status, .calendar-leave-popup-header {
    font-weight: 600;
    font-size: 1rem;
}

    .calendar-leave-status.Pending,
    .calendar-leave-status.InReview {
        color: var(--blue);
    }

    .calendar-leave-status.Approved {
        color: var(--green);
    }

    .calendar-leave-status.Decline,
    .calendar-leave-status.Cancelled,
    .calendar-leave-status.Declined,
    .calendar-leave-status.Canceled {
        color: var(--red);
    }

.calendar-leave-subject {
    color: var(--white);
    text-align: center;
}

.time-picker .dxbl-btn-group-right {
    display: flex;
    flex-direction: column;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.time-picker button {
    padding: 0px 10px;
    border-radius: 0px;
    background: transparent;
}

    .time-picker button span {
        margin: 0px;
    }


.active-leave-type {
    background-color: var(--active);
    color: var(--white);
}

.day-is-holiday {
    background: gold !important;
}


/*#endregion*/
/****leave-statement css start*/
#page-LeaveStatement .btn-wrap .dxbl-fl-ctrl {
    display: flex;
    gap: 5px !important;
    justify-content: flex-end;
}

    #page-LeaveStatement .btn-wrap .dxbl-fl-ctrl button {
        white-space: nowrap;
    }
/****leave-statement css end*/
#appointment-Manual-Leave-info #btnFindEmployee {
    align-items: center;
}

/*#region RESPONSIVENESS*/
@media (max-width: 1720px) {
    .leavestatement-row .dxbl-row .btn-wrap {
        width: 100%;
    }
}

@media (max-width: 1450px) {
    .hrleave-management .full-width {
        width: 100%;
    }

    #page-ManualAdjustmentManagement table.dxbl-grid-table {
        table-layout: auto;
    }

    #page-ManualAdjustmentManagement .dxbl-grid table.dxbl-grid-table th.dxbl-grid-empty-cell, #page-ManualAdjustmentManagement .dxbl-grid table.dxbl-grid-table td.dxbl-grid-empty-cell {
        padding: 0px;
        border: none;
    }

    #page-LeaveScheme .d-flex .row {
        width: 100% !important;
        margin: 0px 0px;
    }

        #page-LeaveScheme .d-flex .row .col-lg-12 {
            padding-left: 0px;
            padding-right: 0px;
        }

    #page-LeaveScheme > .d-flex {
        flex-wrap: wrap;
    }

    .dxbl-grid-table .dxbl-grid-empty-cell {
        width: 0px;
        display: none !important;
    }

    .dxbl-grid-table {
        table-layout: auto !important;
    }
}

@media (max-width: 1350px) {
    /****leave-statement css start*/
    .leavestatement-row .dxbl-row {
        white-space: nowrap;
        row-gap: 10px;
    }

        .leavestatement-row .dxbl-row .dxbl-col-lg-2 {
            width: 21%;
        }
    /****leave-statement css end*/
    /****manualleave-statement css start*/
    #page-ManualAdjustmentManagement .row .col-2:nth-child(1) {
        width: 30%;
    }

    #page-ManualAdjustmentManagement {
        padding-right: 0px;
        padding-left: 0px;
    }
    /****manualleave-statement css end*/
    #page-parameter-management .select-tab {
        min-width: fit-content;
        white-space: nowrap;
    }

    #page-standardtwocoltemplate .full-width {
        grid-template-columns: repeat(var(--bs-columns, 1), 1fr);
    }

        #page-standardtwocoltemplate .full-width .col {
            width: 100% !important;
            grid-column: auto / span 1;
        }
}

@media (max-width: 1200px) {
    .component-sidedrawer.sidebar-right.active {
        /*max-width: 60% !important;*/
    }

    #SideDrawer.active {
        max-width: 60% !important;
    }

    .sidedrawer-overlay {
        display: none !important;
    }



    .dxbl-fl .dxbl-row {
        --dxbl-row-item-spacing-y: 0.15rem;
    }

    #page-ManualAdjustmentManagement .row .col-9, #page-ManualAdjustmentManagement .row .col-3 {
        width: 100%;
    }

    #page-parameter-management .select-tab,
    .component-leaves-parameter-management .select-tab {
        min-width: fit-content;
        white-space: nowrap;
    }

    #page-parameter-management .dxbl-grid-table thead th,
    #page-parameter-management .dxbl-grid-table tbody td,
    .component-city-management .dxbl-grid-table thead th,
    .component-city-management .dxbl-grid-table tbody td,
    .component-leaves-parameter-management .dxbl-grid-table thead th,
    .component-leaves-parameter-management .dxbl-grid-table tbody td {
        min-width: 90px;
    }

    .component-city-management .dxbl-grid-table .dxbl-grid-empty-cell,
    .dxbl-grid-table .dxbl-grid-empty-cell,
    #page-LeaveScheme .dxbl-grid-table .dxbl-grid-empty-cell {
        width: 0px;
        display: none;
    }

    .component-city-management .dxbl-grid-table,
    .dxbl-grid-table, #page-LeaveScheme .dxbl-grid-table {
        table-layout: auto;
    }

    #page-standardtwocoltemplate .year-info {
        grid-template-columns: repeat(var(--bs-columns, 6), 1fr);
        gap: 10px;
    }
}

@media (max-width: 1024px) {

    .sidebar {
        /*width: 30%;*/
    }

    .component-sidedrawer.sidebar-right.active {
        /*max-width: 80% !important;*/
    }

    #SideDrawer.active {
        max-width: 80% !important;
    }

    #page-ManualAdjustmentManagement .row .col-2:nth-child(1) {
        width: auto;
    }

    #page-LeaveScheme .dxbl-grid-search-box-container,
    .component-city-management .dxbl-grid-search-box-container {
        width: 100%;
    }

    #page-LeaveScheme {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .component-login-display .authorised span:not(.dx-image, .component-clock-transaction-management span) {
        display: none;
    }

    .component-login-display .authorised a {
        padding: 0.375rem 0.75rem;
    }

    #btnLogout span {
        display: none;
    }

    #btnLogout {
        padding: 0.375rem 0.75rem;
    }

        #btnLogout i {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

    .component-sidedrawer.sidebar-right.active {
        max-width: 100% !important;
    }

    #SideDrawer.active {
        max-width: 100% !important;
    }

    .drawer-container-wrapper {
        width: 100%;
    }

    .drawer-content {
        min-width: 50% !important;
        width: 100% !important;
    }

    .dxbl-memo .dxbl-input-group .dxbl-reset-width {
        width: 100% !important;
    }

    .component-login-display .component-clock-transaction-management-wrapper {
        text-align: right;
    }

    .component-login-display .component-clock-transaction-management span {
        text-align: center;
    }

    :root {
        /*--sidebar-max-width:100vw;*/
    }

    .sidedrawer-overlay {
        display: none !important;
    }

    #sidebar {
        --sidebar-max-width: 100vw;
        height: calc(100vh - 60px);
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition: opacity 0.4s, visibility 0.8s, width 0.4s, max-width 0.4s, max-height 0.2s, height 0.2s;
        -o-transition: opacity 0.4s, visibility 0.8s, width 0.4s, max-width 0.4s, max-height 0.2s, height 0.2s;
        transition: opacity 0.4s, visibility 0.8s, width 0.4s, max-width 0.4s, max-height 0.2s, height 0.2s;
    }

        #sidebar.hide-mobile-menu,
        .sidebar:has(.hide-mobile-menu),
        #sidebar.hide-mobile-menu > div,
        #sidebar.hide-mobile-menu .sidebar-body,
        #sidebar.hide-mobile-menu .sidebar-body > div {
            visibility: hidden;
            width: 0px;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -webkit-transition: max-width 0.2s ease-in-out, max-height 0.2s ease-in-out, height 0.1s ease-in-out, width 0.1s ease-in-out, opacity 0.2s ease-in-out, visibility 0.15s ease-in-out;
            -o-transition: max-width 0.2s ease-in-out, max-height 0.2s ease-in-out, height 0.1s ease-in-out, width 0.1s ease-in-out, opacity 0.2s ease-in-out, visibility 0.15s ease-in-out;
            transition: max-width 0.2s ease-in-out, max-height 0.2s ease-in-out, height 0.1s ease-in-out, width 0.1s ease-in-out, opacity 0.2s ease-in-out, visibility 0.15s ease-in-out;
        }

    .hide-mobile-menu .sidebar-body > div {
        -webkit-transition: visibility 0.2s;
        -o-transition: visibility 0.2s;
        transition: visibility 0.2s;
    }

    .hide-mobile-menu .menu-item {
        /*transition-delay:0.05s;*/
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    div.sidebar-body {
        /*transition-delay:0.15s;*/
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    main:has(.sidebar):not(:has(.hide-mobile-menu)) .top-row > div:not(.mobile-menu-button-wrapper),
    main:has(.sidebar):not(:has(.hide-mobile-menu)) article {
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        /*opacity: 0;*/
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    main:has(.sidebar .hide-mobile-menu) .top-row,
    main:has(.sidebar .hide-mobile-menu) article {
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    body:has(.sidebar .navbar-nav#sidebar:not(.active)) .component-login-display .component-clock-transaction-management span {
        /*display:none;*/
    }

    .hide-mobile-menu#sidebar {
        --sidebar-max-width: 0px;
        /*opacity:0;*/
        visibility: hidden;
        /*max-height:0;*/
        /*height:0;*/
    }

    .hide-mobile-menu#sidebar {
        max-width: 0;
        /*width:0 ;*/
        opacity: 0;
        visibility: hidden;
        font-size: 0;
    }

    #btn-menu-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        height: 2.5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 55px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.5rem;
        background: var(--button);
    }

        #btn-menu-mobile i {
            color: var(--buttonContrast);
        }

    .hide-mobile-menu #btn-menu-mobile {
        /*display:flex;*/
    }

    #sidebarCollapse {
        display: none;
    }

    #sidebar .sidebar-header {
        display: none;
    }

    .mobile-menu-button-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 3.5rem;
        padding: 7px;
        /*border-bottom: 2px solid var(--pageBorder);*/
    }

    .mobile-menu-button-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .sidebar {
        height: 100%;
        width: auto;
        /*max-height: 3.5rem;*/
    }

    .top-row:has(div.not-authorised) + article.content {
        margin-left: -45px;
    }

    .top-row:has(div.authorised) .logo-container {
        padding-right: 5px !important;
    }

    article.content {
        /*margin-left:-70px;*/
    }

    #sidebar .sidebar-body {
        border-top: none;
    }

    .logo-container {
        padding-right: 5px !important;
    }

    .navmenu-group-hover-container {
        display: none;
    }

    .article-container {
        left: 0;
    }

    article {
        border-right: none;
    }

    .component-leaves-parameter-management .select-tab {
        white-space: nowrap;
    }
}



/*#endregion*/

/*#region ANIMATIONS*/
@-webkit-keyframes tooltipGrow {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes growSlowly {
    0% {
        width: 0;
        height: 0;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes skeletonloading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

@-webkit-keyframes skeletonloadingtwo {
    0% {
        /*box-shadow:inset 0px 0px 0 5000px hsl(200, 20%, 80%);*/
        -webkit-box-shadow: inset 0px 0px 0 5000px var(--loading-start);
        box-shadow: inset 0px 0px 0 5000px var(--loading-start);
    }

    100% {
        /*box-shadow: inset 0px 0px 0 5000px hsl(200, 20%, 95%);*/
        -webkit-box-shadow: inset 0px 0px 0 5000px var(--loading-end);
        box-shadow: inset 0px 0px 0 5000px var(--loading-end);
    }
}

@-webkit-keyframes skeletonhide {

    0% {
        -webkit-box-shadow: inset 0px 0px 0 5000px var(--loading-end);
        box-shadow: inset 0px 0px 0 5000px var(--loading-end);
    }

    100% {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@-webkit-keyframes vertical-grow {
    0% {
        height: 0px;
    }

    100% {
        height: 100%;
    }
}

@-webkit-keyframes max-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes small-grow {
    0% {
        -webkit-transform: scale(0.992);
        transform: scale(0.992);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes gradient {
    /*0% {*/
    /*transform: translate(0%, -50%);*/
    /*background-position: 0% -50%;
        }

        50% {*/
    /*transform: translate(100%, 50%);*/
    /*background-position: 100% 50%;
        }

        100% {*/
    /*transform: translate(0%, 50%);*/
    /*background-position: 0% 50%;
        }*/
    0% {
        background-position: 0% 10%;
    }

    50% {
        background-position: 10% 100%;
    }

    100% {
        background-position: 0% 10%;
    }
}

@keyframes gradient {
    /*0% {*/
    /*transform: translate(0%, -50%);*/
    /*background-position: 0% -50%;
        }

        50% {*/
    /*transform: translate(100%, 50%);*/
    /*background-position: 100% 50%;
        }

        100% {*/
    /*transform: translate(0%, 50%);*/
    /*background-position: 0% 50%;
        }*/
    0% {
        background-position: 0% 10%;
    }

    50% {
        background-position: 10% 100%;
    }

    100% {
        background-position: 0% 10%;
    }
}

.transparent-btn {
    color: #591782;
    border: none;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0px;
    margin: 0px 5px;
    background-color: #fff;
}

    .transparent-btn:hover {
        background-color: transparent !important;
        color: #f4007f !important;
    }

.card-contain {
    width: 31.3%;
    min-height: 190px;
}

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

.card-contain:hover .transparent-btn {
    background-color: transparent !important;
    color: #fff;
}
/*#endregion*/

/*#endregion*/

.dxbl-checkbox.valid.modified:not([type=checkbox]).dxbl-checkbox-switch.dxbl-checkbox-unchecked .dxbl-checkbox-check-element {
    background-color: var(--dxbl-checkbox-switch-unchecked-bg, currentcolor) !important;
}


/*#region PRINTING */
@media print {
    /*#region General*/

    @page {
        size: A4;
        margin: 5mm 0mm;
        height: 100%;
        overflow-y: visible;
    }

    html {
        margin: 15mm;
        background-color: white;
        height: 100%;
        overflow: initial !important;
        font-size: 10px;
    }

    body {
        margin: 0mm !important;
        background-color: white;
        max-width: 1000px;
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        -ms-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    main {
        overflow-y: visible;
    }

    main, .page {
        position: unset !important;
        display: block !important;
        width: 100%;
    }

    #app, .page, body, html {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .main-content-container {
        height: 100%;
    }

    .page .top-row, .sidebar {
        visibility: hidden;
        display: none !important;
    }

    main div:has(.top-row) {
        display: none !important;
    }

    article.content {
        border: none;
        padding-bottom: 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    article *:not(.printable-area *, .printable-area) {
        /*        visibility: hidden;
        display: none;*/
    }

    html, body, .page, article, .article-container, .content, .container-fluid {
        /* height:100% !important; */
        display: block;
        overflow-y: visible !important;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 15px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }

    h6 {
        font-size: 11px;
    }

    p, span, label {
        font-size: 10px;
    }

    .main-content-container {
        /* height:auto !important; */
        max-height: unset;
    }

    .printable-area button {
        visibility: hidden;
    }

    .printable-area {
        overflow: visible;
        overflow-y: visible !important;
    }

    .hide-on-print {
        visibility: hidden;
        display: none;
    }

    .show-on-print {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    hr {
        display: block;
        height: 1px;
        background: transparent;
        border: none;
        border-top: solid 1px var(--primary);
    }

    .ui-tooltip {
        display: none;
    }

    .do-not-break-on-print {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }

    .page-break-before-this {
        page-break-before: always;
    }

    .page-break-after-this {
        page-break-after: always;
    }

    .printable-popup .dxbl-modal-header.dxbl-popup-header {
        display: none !important;
    }

    .printable-popup .dxbl-modal-body, .printable-popup .dxbl-modal-content {
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    /*#endregion*/
    /*#region Evaluations*/
    .print-skill-question-group {
        padding-top: 1rem;
    }


    .component-employee-info-panel {
        width: 100% !important;
    }


    .section-question:not(:last-of-type):after {
        border-top: 1px solid var(--blue);
    }

    .print-skill-question-group:not(:last-of-type):after {
        border-bottom: 1px solid var(--blue);
    }

    .print-skill-question-group:not(:last-of-type):after {
        border-bottom: 1px solid var(--blue);
        content: '';
        width: 100%;
        height: 1px;
        background-color: var(--blue);
        margin: 1.5rem 0;
    }

    #printable-area.component-print-skill div:not(.report-panel-wrapper, .report-panel-wrapper *) {
        padding-left: 300px !important;
    }

    .report-panel-wrapper {
        /*border:solid 1px purple;*/
    }

        .report-panel-wrapper .report-panel {
            /* width: 760px;
        min-width: 760px;
        max-width: 760px;*/
            padding: 0px !important;
            padding-left: 0px !important;
            /*border:solid 1px green*/
        }

        .report-panel-wrapper .report-panels-container {
            overflow: visible;
            width: 100%;
            /*border:solid 1px red;*/
        }

        .report-panel-wrapper .profile-panel {
            width: 100% !important;
        }


    .dxbl-tabs-item:not(.dxbl-active) {
        display: none !important;
    }

    .print-skill-header-left {
        width: 1020px !important;
    }

    .print-skill-header-right {
        width: 1020px !important;
        padding-left: 10px;
        margin-left: 10px !important;
        /*margin-right:auto !important;*/
    }



    /*endregion*/

    /*#region Exit Interview*/
    .question-card {
        overflow-y: unset !important;
        height: max-content !important;
    }

    .interview-questions {
        width: 100% !important;
    }

    .interview-details {
        width: 66% !important;
    }

    .interview-print {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    /*input[type="radio"]:checked:after {
        background-color: var(--primary);
        height: 10px;
        width: 10px;
        content: '';
        position: absolute;
        border-radius: 13px;
    }*/

    /*input.valid[value=True]*/

    /*input.valid[value=True]:before {
        opacity:1;
        border-color: var(--primary);
    }*/

    /*endregion*/
}



/*#endregion*/

/*#region CLEAN ME*/
/* For After Valid Data Saving */
.dxValidDataAfterSave {
    outline: none !important;
    border: 1px solid var(--bs-border-color, var(--bs-gray-400, #ced4da)) !important;
}

/* Email Template */
.templateBox {
    height: 60%;
    max-width: 100%;
    margin: auto;
}

.outerTemplateBox {
    border: 2px solid var(--primary);
    height: 60%;
    padding: 3px;
    max-width: 60%;
    margin: auto;
    width: 60%;
}

.templateBox > div {
    padding: 0px 10px 5px 10px;
}

.templateLogo {
    height: 50px;
    background: var(--primary);
}

.disableInput {
    pointer-events: none;
    opacity: 0.5;
}


/*#endregion*/

/* Vertical Line */

.vl {
    border-left: 3px solid var(--primary);
}

.component-box {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #f8f8f8;
}

.bg-custom-lightgray {
    background-color: #d3d3d3; /* Replace with your desired color */
}

.bubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px;
    background-color: #d3d3d3;
    border-radius: 20px;
    margin: 10px;
    height: 38px;
}

.close-button {
    width: 20px;
    height: 21px;
    border-radius: 50%;
    background-color: grey;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    cursor: pointer;
    margin: 2px;
}

.equalBoxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.component {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.label {
    display: inline-block;
    width: 127px; /* Adjust the width as needed */
}

.editor {
    display: inline-block;
    width: calc(100% - 127px); /* Adjust the width based on the label width */
    vertical-align: top;
}

.date-label {
    display: inline-block;
    width: 90px; /* Adjust the width as needed */
}

.date-editor {
    display: inline-block;
    width: calc(100% - 90px); /* Adjust the width based on the label width */
    vertical-align: top;
}

/*#region ProfilePage*/

.component-view-edit-employee-detail .btn {
    margin-top: -13px;
}

.component-view-edit-medical-info .btn {
    margin-top: -13px;
}

.component-view-edit-emergency-detail .btn {
    margin-top: -13px;
}

.component-days-remaining .btn:disabled {
    background-color: var(--button);
}

/*#endregion*/

.component-profile-row:nth-child(odd) {
    background-color: white;
}

component-profile-row:nth-child(even) {
    background-color: grey;
}


.dashboard-widget-container {
    min-height: 400px;
    max-height: 400px;
    border: 1px solid var(--cardBorder);
    overflow-y: auto;
    border-radius: 7px;
    background: #ffffff;
}

    .dashboard-widget-container .profile-panel {
        border: none;
    }

    .dashboard-widget-container .main-container.employee-row-Panel {
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

.employee-row-clock-in-time {
    /*min-width:72px;*/
    font-size: 2em;
}

.component-profile-row.employee-row-Panel #btnpersonleave {
    font-size: 1.75em;
    color: var(--primary);
}

.employee-row-clock-in-time span {
    font-size: medium;
}

.employee-row-indicator-icon {
    font-size: 1.75em;
    color: var(--primary);
}

.component-department {
    /*border: 1px solid var(--secondary);*/
}

    .component-department .btn:disabled {
        background-color: var(--button) !important;
    }

.dashboard-widget-container *::-webkit-scrollbar {
    width: 5px;
}

.dashboard-widget-container *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: white;
}

.dashboard-widget-container *::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    outline: 1px solid slategrey;
}

.dashboard-widget-container .component-my-goals .card {
    width: 100% !important;
}

.dashboard-widget-container .component-my-goals > div:last-child {
    padding: 5px;
}

.equal-height-layoutItem {
    line-height: 50.91px;
}

.main-button-hover-effect {
    display: inline-flex;
    /*padding: 10px 12px !important;*/
    border-radius: 7px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-height: 40px !important;
    min-height: 40px !important;
}

.file-button-hover-effect {
    border-radius: 7px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-height: 40px !important;
    min-height: 40px !important;
}

.main-button-hover-effect::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    border-radius: 7px;
    z-index: -2;
}

.main-button-hover-effect:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #253D4D;
    transition: all .3s;
    border-radius: 7PX;
    z-index: -1;
}

.main-button-hover-effect:hover {
    color: var(--buttonContrast);
    outline: none !important;
    box-shadow: none !important;
}

    .main-button-hover-effect:hover:before {
        width: 100%;
    }

li {
    display: flex;
    gap: 14px;
}

.leave-balace-button {
    background-color: transparent;
    color: #3B6D8F !important;
    border: none !important;
    height: 40px !important;
    width: 40px !important;
}

    .leave-balace-button:disabled {
        background-color: transparent !important;
        color: #3B6D8F !important;
        opacity: 50% !important;
        border: none !important;
    }

    .leave-balace-button:hover {
        background-color: transparent;
        color: #333333 !important;
        outline: none !important;
        box-shadow: none !important;
    }

.component-days-remaining .leave-balace-button:disabled {
    background-color: none !important;
}

.my-department-button-hover-effect .btn:hover {
    outline: none !important;
    box-shadow: none !important;
}

.dxbl-grid .dxbl-text-edit {
    border-top: none;
    border-bottom-left-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom-right-radius: 0;
}

.dxbl-grid .editcmb {
    border-top: none;
    border-bottom-left-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom-right-radius: 0;
    height: 35px;
}

.dxbl-grid .dxbl-grid-table > tbody > tr.dxbl-grid-edit-row.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-empty-cell):not(.dxbl-grid-indent-cell)::before {
    background-color: #bcd2e1 !important;
    opacity: 100% !important;
}

#page-MyCoWorker .dxbl-text-edit .dxbl-text-edit-input {
    width: 240px;
}

#search-input .dxbl-text-edit {
    border-top: none;
    border-bottom-left-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom-right-radius: 0;
}

.dx-blazor-widget .dx-chart-with-legend-container {
    display: flex;
    flex-direction: row !important;
    padding: 15px 0;
}

.dx-legend-horizontal .dx-chart-legend-items {
    flex-direction: column;
}

.dx-chart-legend.dx-center {
    margin-top: 0px;
}

.dx-legend-horizontal.dx-chart-legend .dx-chart-legend-item {
    margin-right: 0px;
    padding: 15px 0px;
}

#page-my-goals {
    border: none;
}

.dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item {
    color: #333333;
}

.combobx-template {
    border-radius: 7px !important;
    height: 40px !important;
}

.dxbl-text-edit > .dxbl-btn-group, .dxbl-text-edit > .dxbl-btn-group-vertical {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.combobox-label-color label {
    color: var(--secondary) !important;
    font-weight: 500 !important;
}

.combobox-label-color {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.drawer-container {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#time-picker-caret-up-button {
    height: 20px;
    border-top-right-radius: 7px;
}

#time-picker-caret-down-button {
    height: 20px;
    border-bottom-right-radius: 7px;
}

#time-picker-caret-up-button:hover: {
    border-top-right-radius: 7px;
}

#time-picker-caret-down-button:hover {
    border-bottom-right-radius: 7px;
}

.title-theme {
    margin-top: 13px;
}

    .title-theme .heading {
        color: var(--linkhover);
    }

.employee-row-Panel {
    box-shadow: none;
    border: none;
}


.dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-active):not(.dxbl-disabled):not(:disabled):not(.dxbl-disabled):not(:disabled):hover, .dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-active):not(.dxbl-disabled):not(:disabled):not(.dxbl-disabled):not(:disabled):hover {
    background-color: transparent;
}

#reporting-line-button button.main-button-hover-effect {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}

#btnsendemail {
    font-size: 1.25em;
    color: var(--primary);
}

#btncallperson {
    font-size: 1.25em;
    color: var(--primary);
}

.dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-active):not(.dxbl-disabled):not(:disabled):not(.dxbl-disabled):not(:disabled):hover, .dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-active):not(.dxbl-disabled):not(:disabled):not(.dxbl-disabled):not(:disabled):hover {
    background-color: transparent !important;
}

.icon-button {
    background-color: transparent !important;
    color: var(--primary) !important;
    border: none !important;
    /*height: 40px !important;
    width: 40px !important;*/
    background: none !important;
}

    .icon-button:disabled {
        background-color: var(--buttonContrast) !important;
        color: var(--primary) !important;
        opacity: 50% !important;
        border: none !important;
        background: none !important;
    }

    .icon-button:hover {
        background-color: #333333 !important;
        color: #333333 !important;
        outline: none !important;
        box-shadow: none !important;
        background: none !important;
    }

    .icon-button:focus {
        box-shadow: none !important;
    }
/*.dx-blazor-widget .dx-chart > svg {
    width: auto !important;
}

.dx-blazor-widget .dx-chart-with-legend-container{
    height: auto !important;
    width: auto !important;
}*/
/*.dx-blazor-widget .dx-chart {
    height: auto !important;
    width: 300px !important;
}*/
.dx-chart.dx-visibility-change-handler svg {
    /*width: 265px !important;*/
}

.dxbl-scroll-viewer-content li {
    vertical-align: middle;
    /* line-height: 2rem;*/
}

.dxbl-grid-selected-row .icon-button {
    color: #FFFFFF !important;
}

    .dxbl-grid-selected-row .icon-button:hover {
        color: #FFFFFF !important;
    }

.accordion-radius {
    border-radius: 7px !important;
}

.dxbl-text-edit > .dxbl-text-edit-template {
    display: flex;
    align-items: center !important;
}

.notifications-top-row .fa-layers-counter {
    color: var(--white) !important;
    background: #F08A2F;
    border-radius: 1.2rem;
    height: 1.4rem;
    line-height: 1rem;
    font-size: 14px;
    width: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-title {
    margin-bottom: 0px;
}

.notificationContainer {
    border-bottom: 1px solid var(--cardBorder);
}

#page-notifications #notificationList .notificationContainer {
    border-left: 1px solid var(--cardBorder);
    border-right: 1px solid var(--cardBorder);
    border-top: 1px solid var(--cardBorder);
    padding: 0px;
}

    #page-notifications #notificationList .notificationContainer:nth-of-type(1) {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    #page-notifications #notificationList .notificationContainer:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border-bottom: 1px solid var(--cardBorder);*/
    }





.notifications-top-row .notification-view a {
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .notifications-top-row .notification-view a:hover {
        text-decoration: none !important;
        color: #FFFFFF;
        border: none;
    }

.notifications-top-row .notification-view {
    display: flex;
    align-items: center;
    justify-content: center;
}

.notifications-top-row {
    border-bottom: 1px solid var(--cardBorder);
    padding-bottom: 10px;
}

.notification-title {
    font-weight: 600;
}

.notifications-top-row .notification-view a i {
    font-size: 16px;
}

.component-notification .notification-body {
    color: #212529;
}

#HR-dashboard-chart .dx-chart-title {
    margin-bottom: 30px;
}

.dx-chart-tooltip > .form-control .dx-tooltip-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
}

.dx-chart-tooltip > .form-control {
    max-width: 300px;
    width: 300px;
}

dxbl-grid .expired {
    color: red;
}

dxbl-grid .dxbl-grid-selected-row.expired {
    color: white;
    background-color: red;
    --dxbl-grid-selection-bg: red;
    --dxbl-grid-selection-color: white;
}

#notification-tray-block .notifications-top-row .notification-view a.main-button-hover-effect {
    padding-left: 10px;
    padding-right: 15px;
}

#page-MyDepartment .profile-picture-small-container .profile-picture-small {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-MyDepartment .profile-picture-small .user-icon {
    margin: 0px;
}

.employee-rows-container .component-profile-row .name-section {
    min-width: 330px;
    max-width: 330px;
}

.employee-rows-container #btnsendemail {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#btnsendemail {
    color: #FFFFFF !important;
}

.employee-rows-container #btncallperson {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#btncallperson {
    color: #FFFFFF !important;
}

.employee-row-clock-in-time i {
    font-size: 15px;
}

.dashboard-my-co-workers-widget {
    overflow: hidden !important;
}

#page-MyCoWorker .employee-rows-container {
    height: 260px;
}

#page-MyDepartment .employee-rows-container {
    height: 330px;
}

#grdEmployees.dxbl-grid > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-grid-table > thead {
    z-index: 1;
}

.dxbl-grid-fixed-cell i {
    color: var(--black);
}

#page-ManagerLeaveRequestManagement .dx-chart.dx-visibility-change-handler svg {
    width: 100% !important;
}

/* region exit interview */
.question-card {
    overflow-y: scroll;
    height: 42.5rem;
    overflow-x: hidden;
}

.exit-card-title {
    color: var(--primary);
    font-weight: 600;
    font-size: 1rem;
}

.interview-card-p {
    color: black;
    font-weight: bold;
}

.dev-express-spans {
    font-family: var(--dx-from-font-family) !important;
    font-weight: var(--dx-form-font-weight) !important;
}

/*region end*/


/* hr leavemanagement responsive start */
.hrleave-tabbing .component-employee-info-panel {
    height: 100%;
}

    .hrleave-tabbing .component-employee-info-panel .days-remaining-chart-container {
        width: 100%;
    }
/* hr leavemanagement responsive end */

/* year closing responsive start */
#LeaveRequestsPendingReview_Popup {
    min-width: 900px;
    margin: 0;
}
/* year closing responsive end */

/*evaluations responsive start*/
.evaluation-year-goal .card-header button.main-button-hover-effect {
    width: 40px;
}

#page-evaluations .section-evaluations-main {
    overflow: auto;
}

#page-evaluations .group-questions-and-answers-footer {
    margin-bottom: 20px;
}

#printable-area.component-print-skill {
    margin: 20px 0px 0px 0px !important;
}
/*evaluations responsive end*/

/* employees management responsive start */
#page-ExitInterview .col-11 .dxbl-fl:not(.dxbl-fl-calc) .dxbl-fl-item > .dxbl-fl-cpt {
    text-wrap: wrap !important;
}
/* employees management responsive end */


/* internal recruitment responsive start */
.component-file-input .document-card-area .document-item .small-info-panel-body {
    flex-wrap: wrap !important;
    flex-direction: column !important;
}

.position-opening-report .dxbl-col-md-2 {
    width: auto !important;
}
/* internal recruitment responsive end */

@media (max-width: 1832px) {
    /*page layout responsive start*/
    #page-my-goals .card-body div.pt-2 div.flex-column div.flex-row {
        display: flex !important;
        flex-direction: column !important;
    }
    /*page layout responsive end*/

    /* my profile responsive start */
    #component-add-edit-employee .dxbl-fl:not(.dxbl-fl-calc) .dxbl-fl-item > .dxbl-fl-cpt {
        text-wrap: wrap;
    }
    /* my profile responsive end */

    /*evaluations responsive start*/
    .person-evaluation-year-goal .person-leave-requests .evaluation-year-goal .dxbl-row .dxbl-fl-item:nth-child(2) label,
    .person-evaluation-year-goal .person-leave-requests .evaluation-year-goal .dxbl-row .dxbl-fl-item:nth-child(3) label,
    .person-evaluation-year-goal .person-leave-requests .evaluation-year-goal .dxbl-row .dxbl-fl-item:nth-child(4) label {
        font-size: 12px;
    }

    .person-evaluation-year-goal .person-leave-requests .evaluation-year-goal .dxbl-row .dxbl-fl-item:nth-child(4) {
        padding-left: 0px;
    }
    /*evaluations responsive end*/
}

@media (max-width: 1600px) {
    /* trainings responsive start */
    .employees-training-pg .dxbl-fl .dxbl-row {
        min-width: 300px;
    }

    .subordinates-training-pg .dxbl-fl .dxbl-row {
        min-width: 300px;
    }

    .hr-training-pg .dxbl-fl .dxbl-row {
        min-width: 300px;
    }

    .search-training-filter-component .filter-date-component .dxbl-col-md-3 {
        width: 50%;
    }

    .search-training-filter-component .filter-date-component .dxbl-col-md-6 {
        width: 100%;
    }
    /* trainings responsive end */
}

@media (max-width: 1500px) {
    #page-late-arrival-report .responsive-button-alignment {
        flex-direction: column !important;
    }

        #page-late-arrival-report .responsive-button-alignment .align-items-center {
            flex-direction: column !important;
            width: 100% !important;
            align-items: start !important;
        }

            #page-late-arrival-report .responsive-button-alignment .align-items-center .d-inline-flex .dxbl-text-edit {
                width: 100% !important;
            }

        #page-late-arrival-report .responsive-button-alignment .button-alignment {
            width: 100% !important;
            align-items: end;
            justify-content: end;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        #page-late-arrival-report .responsive-button-alignment .dxbl-radio-group.dxbl-radio-group-horizontal > .dxbl-checkbox-radio {
            padding-right: var(--dxbl-radio-group-radio-padding-left);
            padding-left: 0px;
        }


    #page-incomplete-working-hour-report .responsive-button-alignment {
        flex-direction: column !important;
    }

        #page-incomplete-working-hour-report .responsive-button-alignment .align-items-center {
            flex-direction: column !important;
            width: 100% !important;
            align-items: start !important;
        }

            #page-incomplete-working-hour-report .responsive-button-alignment .align-items-center .d-inline-flex .dxbl-text-edit {
                width: 100% !important;
            }

        #page-incomplete-working-hour-report .responsive-button-alignment .button-alignment {
            width: 100% !important;
            align-items: end;
            justify-content: end;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        #page-incomplete-working-hour-report .responsive-button-alignment .dxbl-radio-group.dxbl-radio-group-horizontal > .dxbl-checkbox-radio {
            padding-right: var(--dxbl-radio-group-radio-padding-left);
            padding-left: 0px;
        }

    #page-late-arrival-report .align-items-end {
        width: 100%;
    }

    #page-late-arrival-report .responsive-button-alignment .align-items-end .d-inline-flex .dxbl-text-edit {
        width: 100% !important;
    }
}

@media (max-width: 1399px) {
    /*evaluations responsive start*/
    .evel-row {
        flex-wrap: wrap;
    }

    #component-preview-employee-goals .evel-row {
        row-gap: 30px !important;
    }
    /*evaluations responsive end*/
}

@media (max-width: 1355px) {
    /* page layout responsive start */
    .dashboard-widget-container {
        min-width: 400px;
    }

    .main-button-hover-effect span {
        font-size: 13px;
        text-wrap: nowrap;
    }

    .main-button-hover-effect i {
        font-size: 13px;
    }

    #reporting-line-button button.main-button-hover-effect {
        font-size: 13px;
    }
    /*page layout responsive end*/

    /* time attendance responsive start */
    #page-time-attendance-report .col-9 .dxbl-col-md-3 {
        min-width: 190px;
    }

        #page-time-attendance-report .col-9 .dxbl-col-md-3:last-child {
            min-width: 125px;
        }
    /* time attendance responsive end */

    /* trainings responsive start */
    .search-training-filter-component .filter-training-component .dxbl-fl .dxbl-row {
        flex-direction: column !important;
    }

    .search-training-filter-component .filter-training-component .dxbl-col-md-4 {
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .search-training-filter-component .filter-employee-do-not-have-component .dxbl-fl .dxbl-row {
        flex-direction: column !important;
    }

    .search-training-filter-component .filter-employee-do-not-have-component .dxbl-col-md-4 {
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    /* trainings responsive end */

    /* internal recruitment responsive start */
    .component-position-openings-management .person-leave-requests {
        flex-direction: column !important;
    }

        .component-position-openings-management .person-leave-requests .col-8 {
            width: 100%;
        }

        .component-position-openings-management .person-leave-requests .col-4 {
            width: 100%;
        }

    .component-position-openings-management .col-8 {
        width: 100%;
    }

    .position-opening-report .dxbl-col-md-2 {
        min-width: 160px !important;
        width: 160px !important;
    }

    .position-opening-report .dxbl-col-md-3 {
        min-width: 90px !important;
        width: 90px !important;
    }
    /* internal recruitment responsive end */
}

@media (max-width: 1200px) {
    /* leaves management responsive start */
    #page-leave-calendar-management .calendar-header-filter-type, .calendar-person-name {
        min-width: 150px;
        width: 150px;
    }

    .calendar-half-size .leaves-calendar-main {
        width: auto;
    }
    /* leaves management responsive end */

    /* my profile responsive start */
    #component-add-edit-employee .edit-details-component-responsive {
        flex-direction: column;
    }

        #component-add-edit-employee .edit-details-component-responsive .col-6 {
            width: 100%;
            gap: 0;
        }

    .dxbl-col-md-12.dxbl-col.dxbl-fl-item.form-edit-button-wrapper {
        margin-top: -41px;
    }

    .dxbl-col-xs-12.dxbl-col.dxbl-fl-item.form-edit-button-wrapper {
        margin-top: -41px;
    }
    /* my profile responsive end */

    /* employees responsive start */
    #component-add-edit-employee #search-employee {
        width: 300px !important;
    }
    /* employees responsive end */

    /* administration parameters responsive start */
    #page-PersonEvalHeader .dxbl-col-md-2 {
        min-width: 180px;
    }

    .component-leaves-parameter-management .hud-top {
        left: 65%;
    }
    /* administration parameters responsive end */

    /* evalution responsive start */
    .person-evaluation-year-goal .person-leave-requests {
        flex-direction: column !important;
    }

        .person-evaluation-year-goal .person-leave-requests .col-6 {
            width: 100% !important;
        }
    /* evalution responsive end */

    /* time attendance responsive start */
    #page-time-attendance-report .col-12 .dxbl-col-md-2 {
        min-width: 160px;
        padding-left: 8px;
        padding-right: 8px;
    }

        #page-time-attendance-report .col-12 .dxbl-col-md-2:last-child {
            min-width: 100px;
            width: 100px;
            padding-left: 0px;
            padding-right: 0px;
        }

    #page-incomplete-working-hour-report .responsive-button-alignment {
        flex-direction: column !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #page-incomplete-working-hour-report .col-12 .dxbl-col-md-3 {
        width: 100%;
        padding: 8px;
    }

    #page-incomplete-working-hour-report .col-12 .dxbl-col-md-2 {
        width: 100%;
        text-align: right;
        padding: 8px;
    }

    #page-incomplete-working-hour-report .responsive-button-alignment .dxbl-fl .dxbl-row {
        width: 100% !important;
    }

    #page-incomplete-working-hour-report .responsive-button-alignment .dxbl-fl {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* time attendance responsive end */

    /* employees management responsive start */
    #page-TeamManagement .person-leave-requests {
        flex-direction: column !important;
    }

        #page-TeamManagement .person-leave-requests .col-lg-6 {
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
        }
    /* employees management responsive end */

    /* trainings responsive start */
    .search-training-filter-component .filter-function-component .dxbl-fl .dxbl-row {
        flex-direction: column !important;
    }

    .search-training-filter-component .filter-function-component .dxbl-col-md-6 {
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .search-training-filter-component .filter-service-line-component .dxbl-fl .dxbl-row {
        flex-direction: column !important;
    }

    .search-training-filter-component .filter-service-line-component .dxbl-col-md-6 {
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .search-training-filter-component .filter-department-component .dxbl-fl .dxbl-row {
        flex-direction: column !important;
    }

    .search-training-filter-component .filter-department-component .dxbl-col-md-6 {
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    /* trainings responsive end */

    /* internal recruitment responsive start */
    .position-opening-report {
        flex-direction: column !important;
    }

        .position-opening-report .opening-report-dropdown-combobox {
            flex-direction: column !important;
        }

            .position-opening-report .opening-report-dropdown-combobox .dxbl-col-md-2 {
                width: 100% !important;
            }

            .position-opening-report .opening-report-dropdown-combobox .dxbl-col-md-5.text-start {
                width: 100% !important;
                flex-direction: column !important;
                flex-wrap: wrap !important;
            }

                .position-opening-report .opening-report-dropdown-combobox .dxbl-col-md-5.text-start button {
                    flex-wrap: nowrap !important;
                }

        .position-opening-report .opening-report-search-component .dxbl-fl .dxbl-row .dxbl-col-md-6 {
            flex-direction: row !important;
            width: auto;
        }
    /* internal recruitment responsive end */
}

@media (max-width: 1199px) {
    /* clock transection responsive start */
    .clock-transection-table {
        flex-wrap: wrap;
    }
    /* clock transection responsive end */
}

@media (max-width: 1100px) {
    /* my leave request responsive start */
    .person-leave-requests {
        display: flex !important;
        flex-direction: column !important;
    }

        .person-leave-requests div {
            flex: 1 1 auto !important;
            width: auto !important;
        }
    /* my leave request responsive end */

    /* leaves management responsive start */
    #page-ManagerLeaveRequestManagement .dxbl-grid .dxbl-grid-table > thead > tr > th, .dxbl-grid .dxbl-grid-table > thead > tr > th > .dxbl-grid-header-content > span, .dxbl-grid .dxbl-grid-table > tbody > tr > td, .dxbl-grid .dxbl-grid-table > tbody > tr.dxbl-grid-group-footer-row > td > div[dxbl-grid-summary-item], .dxbl-grid .dxbl-grid-table > tfoot > tr > td, .dxbl-grid .dxbl-grid-table > tfoot > tr > td > div[dxbl-grid-summary-item] {
        font-size: 12px;
    }

    .profile-picture-container:not(.component-sidedrawer .profile-picture-container) {
        width: 100% !important;
    }

    .profile-picture.fa-stack {
        width: 150px !important;
        height: 150px !important;
    }

    .profile-picture .user-icon {
        padding-left: 0 !important;
    }

    .monthly-upcoming-leaves-component .upcoming-leaves-component-responsive {
        flex: 0 0 auto !important;
    }
    /* leaves management responsive end */

    /* my profile responsive start */
    #component-add-edit-employee .dxbl-fl:not(.dxbl-fl-calc) .dxbl-fl-item > .dxbl-fl-cpt {
        font-size: 12px;
    }

    #component-add-edit-employee h4 {
        font-size: 22px;
    }

    #component-add-edit-employee h5 {
        font-size: 18px;
    }

    .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl), .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl) {
        font-size: 12px;
    }

    .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl), .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dxbl-fl .dxbl-fl-gd, .dxbl-fl .dxbl-fl-gt {
        margin-top: 0px;
    }
    /* my profile responsive end */

    /* hr leave management responsive start */
    .hrleave-tabbing {
        display: flex !important;
        flex-direction: column !important;
    }

        .hrleave-tabbing div {
            flex: 1 1 auto !important;
            width: 100% !important;
            height: auto !important;
        }
    /* hr leave management responsive end */

    /* administration parameters responsive start */
    #page-CombinationMgmt .person-leave-requests div {
        flex: 0 1 auto !important;
    }
    /* administration parameters responsive end */

    /* Myevalution responsive start */
    .person-evaluation-year-goal .person-leave-requests .evaluation-year-goal .dxbl-row .dxbl-fl-item:nth-child(1) div {
        width: 100% !important;
    }
    /* Myevalution responsive end */

    /* time attendance responsive start */
    #page-time-attendance-report .col-12 .dxbl-col-md-2 {
        min-width: 150px;
        padding-left: 4px;
        padding-right: 4px;
    }

        #page-time-attendance-report .col-12 .dxbl-col-md-2:last-child {
            min-width: 100px;
            padding-left: 0px;
            padding-right: 0px;
        }

    .page-clock-transaction .col-12 .dxbl-col-md-5 {
        min-width: 150px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .page-clock-transaction .col-12 .dxbl-col-md-2 {
        min-width: 100px;
        padding-left: 4px;
        padding-right: 4px;
    }
    /* time attendance responsive end */

    /* employees management responsive start */
    #page-ReportingLineReview .person-leave-requests .col-md-3 {
        margin-top: 20px !important;
    }
    /* employees management responsive end */
}

@media (max-width: 1024px) {
    /* page layout responsive start */
    h5 {
        font-size: 16px;
    }

    h3 {
        font-size: 24px
    }

    .article-container article {
        padding: 20px 30px !important;
    }

    .dashboard-widget-container {
        min-width: 400px;
    }
    /* page layout responsive end */

    /* clock transection responsive start */
    .clock-transection-table .component-employee-info-panel {
        width: 100% !important;
    }
    /* clock transection responsive end */

    /* my profile responsive start */
    .component-employee-info-panel {
        width: 240px !important;
    }

    .component-days-remaining button#btnprev {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .component-days-remaining button#btnnext {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* my profile responsive end */

    /* employees responsive start */
    .responsive-alignment {
        flex-direction: column !important;
    }

    .responsive-width-alignment .small-info-panel .infoPanel {
        width: 100%;
    }

    #component-add-edit-employee .component-employee-info-panel .profile-panel .icon-button span {
        font-size: 14px !important;
    }

    #component-add-edit-employee .search-emp-row .main-button-hover-effect {
        text-wrap: nowrap !important;
    }
    /* employees responsive end */

    /* year closing responsive start */
    .user-warning {
        font-size: 14px;
        font-weight: 400;
    }
    /* year closing responsive end */

    /* administration parameters responsive start */
    #page-CompanyManagement #grdStructure.dxbl-grid {
        min-width: auto;
    }

    #page-PersonEvalHeader .dxbl-col-md-2 {
        min-width: 160px;
        padding-left: 8px;
        padding-right: 8px;
    }
    /* administration parameters responsive end */

    /*evaluations responsive start*/
    #printable-area.component-print-skill .component-employee-info-panel,
    #printable-area.component-print-skill .print-skill-header .print-skill-header {
        width: 100% !important;
    }

    #printable-area.component-print-skill .print-skill-header {
        flex-wrap: wrap;
    }

    .evel-row .component-employee-info-panel {
        width: 100% !important;
    }
    /*evaluations responsive end*/

    /* time attendance responsive start */
    #page-time-attendance-report .responsive-button-alignment .dxbl-fl .dxbl-row {
        flex-direction: column !important;
    }

    #page-time-attendance-report .col-12 .dxbl-col-md-2 {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #page-time-attendance-report .col-12 .dxbl-col-md-2:last-child {
            width: 100% !important;
            text-align: center;
            padding: 8px;
        }
    /* time attendance responsive end */
}

@media (max-width: 991px) {
    /* employees responsive start */
    .component-notification-tray {
        display: flex !important;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        margin-right: -10px;
        margin-left: 10px;
    }

        .component-notification-tray button.btn-notfications {
            min-width: 44px;
        }

            .component-notification-tray button.btn-notfications span.fa-layers {
                min-width: 28px;
            }

    #component-add-edit-employee #search-employee {
        width: 250px !important;
    }
    /* employees responsive end */

    /* leave-statement responsive start */

    .leavestatement-row .dxbl-row .dxbl-col-lg-2 {
        width: 100%;
    }
    /* leave-statement responsive end */

    /* year closing responsive start */
    #LeaveRequestsPendingReview_Popup {
        min-width: 715px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* year closing responsive end */
    .component-leaves-parameter-management .hud-top {
        left: 75%;
    }

    /* time attendance responsive start */
    .page-clock-transaction .responsive-button-alignment .dxbl-fl .dxbl-row {
        flex-direction: column !important;
    }

    .page-clock-transaction .responsive-button-alignment .dxbl-fl {
        width: 100% !important;
    }

    .page-clock-transaction .responsive-button-alignment {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-clock-transaction .col-12 .dxbl-col-md-2 {
        width: 100% !important;
        text-align: center;
        padding: 8px;
    }

    .page-clock-transaction .col-12 .dxbl-col-md-5 {
        width: 100% !important;
    }
    /* time attendance responsive end */
}

@media (max-width: 880px) {
    /* my leave request responsive start */
    .article-container article {
        padding: 20px;
    }

    #page-CompanyManagement {
        padding: 0px;
    }

        #page-CompanyManagement .col-2 {
            min-width: 160px;
        }
    /* my leave request responsive end */

    /* leaves management responsive start */
    #page-leave-calendar-management .ms-auto {
        flex-wrap: nowrap;
    }

    #page-ManagerLeaveRequestManagement .col-2 {
        min-width: 160px;
    }

    #page-ManagerLeaveRequestManagement .responsive-button-alignment {
        flex-direction: column;
    }
    /* leaves management responsive end */

    /* my profile responsive start */
    .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl), .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl) {
        font-size: 13px;
    }

    .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl), .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl) {
        padding-left: 10px;
        padding-right: 10px;
    }

    #reporting-line-button button.main-button-hover-effect {
        text-wrap: nowrap;
    }

    .profile-info-panel-responsive {
        flex-direction: column;
        gap: 1.5rem !important;
    }

        .profile-info-panel-responsive .profile-info-panel-responsive-alignment {
            flex-direction: row !important;
        }

    .profile-picture-container:not(.component-sidedrawer .profile-picture-container) {
        min-width: 100px !important;
        min-height: 100px !important;
        width: 100px !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .profile-picture.fa-stack {
        min-width: 100px !important;
        min-height: 100px !important;
        width: 100px !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .profile-picture .fa-circle:first-child {
        color: var(--menuPanel);
        max-width: 100px;
        max-height: 100px;
        font-size: clamp(100px, 2em, 100px);
    }

    .profile-picture .fa-circle::before {
        min-width: 100px !important;
        min-height: 100px !important;
        width: 100px !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .profile-picture > i + .fa-circle {
        font-size: 100px;
    }

    .profile-picture .user-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 60px;
    }

    .profile-panel {
        height: 100%;
    }
    /* my profile responsive end */

    /* employees responsive start */
    .profile-picture {
        width: 100px;
        height: 100px;
        border-radius: 100px;
    }

    .report-panel .component-employee-info-panel {
        width: 100% !important;
    }

    .component-employee-info-panel {
        width: 100% !important;
    }

    #component-add-edit-employee #search-employee {
        width: 150px !important;
    }
    /* employees responsive end */

    /* year closing responsive start */
    .component-year-closing .dxbl-col-lg-2 {
        min-width: 160px;
        width: 160px;
    }
    /* year closing responsive end */

    /* administration parameters responsive start */
    #page-PersonEvalHeader .dxbl-col-md-2 {
        min-width: 120px;
        padding-left: 5px;
        padding-right: 5px;
    }

        #page-PersonEvalHeader .dxbl-col-md-2:last-child {
            min-width: 40px;
            width: 40px;
            padding-left: 5px;
            padding-right: 5px;
        }

    #page-standardtwocoltemplate .grid .g-col-md-4 {
        min-width: 250px;
    }

        #page-standardtwocoltemplate .grid .g-col-md-4:last-child {
            min-width: 150px;
        }
    /* administration parameters responsive end */
}

@media (max-width: 768px) {

    /*menu responsive start*/
    .sidebar {
        width: 35%;
    }

    main > .sidebar + div {
        width: 100% !important;
        max-width: 100% !important;
    }

    main:has(.sidebar .hide-mobile-menu) .top-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .top-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    /*menu responsive end*/

    /* my leave request responsive start */
    .responsive-button-alignment {
        flex-direction: column !important;
    }

    .drawer-close {
        margin-top: 15px;
    }
    /* my leave request responsive end */

    /* my profile responsive start */
    .component-employee-info-panel {
        width: 50% !important;
    }

    .report-panel .component-employee-info-panel {
        width: 100% !important;
    }
    /* my profile responsive end */

    /* employees responsive start */
    #component-add-edit-employee .responsive-button-alignment {
        flex-direction: row !important;
    }

    #component-add-edit-employee #search-employee {
        width: 250px !important;
    }

    .employee-profile-grid-responsive-alignment {
        flex-direction: column !important;
    }
    /* employees responsive end */

    /* leave-statement responsive start*/
    #page-LeaveStatement .dxbl-grid table.dxbl-grid-table {
        table-layout: auto;
    }

        #page-LeaveStatement .dxbl-grid table.dxbl-grid-table th.dxbl-grid-empty-cell,
        #page-LeaveStatement .dxbl-grid table.dxbl-grid-table td.dxbl-grid-empty-cell {
            padding: 0px;
            border: none;
        }
    /* leave-statement responsive end*/

    /* manual adjustment responsive start */
    #page-ManualAdjustmentManagement .component-sidedrawer .component-employee-info-panel {
        width: 100% !important;
    }

        #page-ManualAdjustmentManagement .component-sidedrawer .component-employee-info-panel .profile-panel {
            flex-wrap: wrap;
        }

        #page-ManualAdjustmentManagement .component-sidedrawer .component-employee-info-panel .profile-picture-container {
            width: 100% !important;
        }

    /* manual adjustment responsive end */

    /* year closing responsive start */
    .component-year-closing .title-responsive-alignment {
        display: flex;
        justify-content: center;
    }

    .component-year-closing .user-warning {
        text-align: center
    }

    .component-year-closing .responsive-button-alignment {
        display: flex;
        align-items: center;
    }
    /* year closing responsive end */

    /* administration parameters responsive start */
    .hud-left .hud-wrapper {
        left: 95% !important;
        display: grid !important;
        top: 70% !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .hud-top .hud-wrapper {
        /*left: 95% !important;*/
        display: flex !important;
        /*top: 70% !important;*/
        align-items: center !important;
        justify-content: center !important;
    }

    .hud-top {
        top: 65px;
    }

    #page-PersonEvalHeader .dxbl-col-md-2 {
        min-width: 220px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .component-leaves-parameter-management .col-4 {
        width: 100%;
    }

        .component-leaves-parameter-management .col-4 .w-75 {
            width: 100% !important;
        }
    /* administration parameters responsive end */

    /* evalution responsive start */
    .person-evaluation-year-goal .person-leave-requests .evaluation-year-goal .dxbl-row .dxbl-fl-item:nth-child(4) {
        padding-left: 10px;
    }

    textarea.text-truncate {
        white-space: normal !important;
    }

    #component-EvaluationGoalForm form .dxbl-row .dxbl-fl-item:last-child {
        margin-top: 10px;
    }

    #reporting-line-button {
        margin-left: 5px !important;
    }

    #component-EvaluationGoalForm .main-button-hover-effect {
        padding: 5px 10px;
        margin: 5px 0px;
    }

    #page-PersonEvalHeader .evel-spec {
        flex-wrap: wrap;
    }

    #page-PersonEvalHeader .infoPanel progress {
        width: fit-content;
    }

    .btn-title-wrap {
        flex-wrap: wrap;
    }

        .btn-title-wrap .col-6 {
            width: 100%;
        }
    /* evalution responsive end */

    /* time attendance responsive start */
    #page-ClockTransaction .btn-title-wrap {
        flex-wrap: wrap;
    }

        #page-ClockTransaction .btn-title-wrap .col-8, #page-ClockTransaction .btn-title-wrap .col-4 {
            width: 100%;
        }
    /* time attendance responsive end */

    /* employees management responsive start */
    .questionnaire-multiple-choice {
        flex-wrap: wrap !important;
    }
    /* employees management responsive end */
}

@media (max-width: 665px) {
    /*menu responsive start*/
    .sidebar {
        width: 55%;
    }
    /*menu responsive end*/

    /* year closing responsive start */
    #LeaveRequestsPendingReview_Popup {
        width: 100%;
        min-width: auto;
        width: auto;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* year closing responsive end */
}

@media screen and (max-width:767px) {
    .component-view-edit-employee-detail.half-column .dxbl-row .dxbl-group-body-content .dxbl-fl-item,
    .component-edit-employment-detail.half-column .dxbl-row .dxbl-group-body-content .dxbl-fl-item,
    .component-view-edit-medical-info.half-column .dxbl-row .dxbl-group-body-content .dxbl-fl-item,
    .component-view-edit-emergency-detail.half-column .dxbl-row .dxbl-group-body-content .dxbl-fl-item {
        width: 50%;
    }

        .component-view-edit-employee-detail.half-column .dxbl-row .dxbl-group-body-content .dxbl-fl-item.form-edit-button-wrapper,
        .component-edit-employment-detail.half-column .dxbl-row .dxbl-group-body-content .dxbl-fl-item.form-edit-button-wrapper,
        .component-view-edit-medical-info.half-column .dxbl-row .dxbl-group-body-content .dxbl-fl-item.form-edit-button-wrapper,
        .component-view-edit-emergency-detail.half-column .dxbl-row .dxbl-group-body-content .dxbl-fl-item.form-edit-button-wrapper {
            width: 100% !important;
        }
}

@media (max-width: 584px) {
    /* my leave request responsive start */
    #page-CompanyManagement .dxbl-grid .dxbl-grid-table > thead > tr > th, .dxbl-grid .dxbl-grid-table > thead > tr > th > .dxbl-grid-header-content > span, .dxbl-grid .dxbl-grid-table > tbody > tr > td, .dxbl-grid .dxbl-grid-table > tbody > tr.dxbl-grid-group-footer-row > td > div[dxbl-grid-summary-item], .dxbl-grid .dxbl-grid-table > tfoot > tr > td, .dxbl-grid .dxbl-grid-table > tfoot > tr > td > div[dxbl-grid-summary-item] {
        font-size: 12px;
    }
    /* my leave request responsive start */

    /* my profile responsive start */
    .profile-info-panel-responsive .profile-info-panel-responsive-alignment {
        flex-direction: column !important;
    }

    .component-employee-info-panel {
        width: 100% !important;
    }
    /* my profile responsive end */

    /* employees responsive start */
    #component-add-edit-employee .responsive-button-alignment {
        flex-direction: column !important;
    }
    /* employees responsive end */

    /* hr leavemanagement responsive start */
    .hrleave-management .request-dropdown {
        width: 100%;
    }
    /* hr leavemanagement responsive end */

    /*manual leavemanagement responsive start */
    #page-ManualAdjustmentManagement .row .col-2:nth-child(1) {
        width: -webkit-fill-available;
    }
    /*manual leavemanagement responsive end */

    /* year closing responsive start */
    #LeaveRequestsPendingReview_Popup {
        width: 100%;
        min-width: 450px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .year-closing-group-buttons-alignment {
        flex-direction: column !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .year-closing-group-buttons {
        margin: 0;
    }
    /* year closing responsive end */

    /* administration parameters responsive start */
    .hud-left .hud-wrapper {
        left: 93% !important;
    }
    /* administration parameters responsive end */

    /* employees management responsive start */
    #page-standardtwocoltemplate .exit-interview-responsive-alignment {
        flex-direction: column !important;
        flex: 1 1 auto !important;
    }

        #page-standardtwocoltemplate .exit-interview-responsive-alignment .col-8 {
            width: 100% !important;
        }

        #page-standardtwocoltemplate .exit-interview-responsive-alignment .col-4 {
            width: 100% !important;
        }
    /* employees management responsive end */

    /* trainings responsive start */
    .search-training-filter-component .card-header .responsive-button-alignment {
        flex-direction: column !important;
        align-items: center;
    }
    /* trainings responsive start */
}

@media (max-width: 455px) {
    /*page layout responsive start*/
    .article-container article {
        padding: 15px 20px !important;
    }

    .dashboard-widget-container {
        min-width: 300px;
        min-height: 300px;
    }
    /*page layout responsive end*/

    /* my leave request responsive start */
    #page-CompanyManagement .main-button-hover-effect {
        padding-left: 8px;
        padding-right: 8px;
    }

    .drawer-container {
        margin-top: 0px;
        height: 100%;
        max-height: fit-content;
    }

    #SideDrawer.active .drawer-content {
        max-height: 100vh;
        overflow-y: auto;
    }
    /* my leave request responsive end */

    /* year closing responsive start */
    #LeaveRequestsPendingReview_Popup {
        width: 100%;
        min-width: 350px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .year-closing-buttons {
        gap: 0.25rem !important;
    }
    /* year closing responsive end */

    /* administration parameters responsive start */
    h3.group-of-questions {
        font-size: 20px;
    }

    #page-standardtwocoltemplate .grid .g-col-md-4 {
        min-width: 200px;
    }

        #page-standardtwocoltemplate .grid .g-col-md-4:last-child {
            min-width: 130px;
            text-wrap: nowrap;
        }

    .hud-left .hud-wrapper {
        left: 90% !important;
    }
    /* administration parameters responsive end */

    /* trainings responsive start */
    .search-training-filter-component .card-header .responsive-button-alignment .dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active, .dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active {
        padding-left: 4px;
        padding-right: 4px;
    }

    .search-training-filter-component .card-header .responsive-button-alignment .dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-active):not(.dxbl-disabled):not(:disabled), .dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-active):not(.dxbl-disabled):not(:disabled) {
        padding-left: 4px;
        padding-right: 4px;
    }
    /* trainings responsive start */
}

@media (max-width: 425px) {
    /*menu responsive start*/
    .sidebar {
        width: 100%;
    }
    /*menu responsive end*/

    /* leaves management responsive start */
    .component-leaves-calendar-toolbar .leaves-calendar-buttons-row .start-date .dxbl-text-edit .dxbl-text-edit-input {
        width: 200px;
    }

    #page-ManagerLeaveRequestManagement button.main-button-hover-effect {
        padding-left: 8px;
        padding-right: 8px;
    }

        #page-ManagerLeaveRequestManagement button.main-button-hover-effect span {
            font-size: 12px;
        }

    #page-ManagerLeaveRequestManagement .search-emp-row {
        gap: 0.25rem !important;
    }

    #page-ManagerLeaveRequestManagement .col-12 {
        padding: 0px !important;
    }
    /* leaves management responsive end */


    /* my dashboard responsive start */
    #page-MyCoWorker .dxbl-text-edit .dxbl-text-edit-input {
        width: 120px;
    }

    #page-MyCoWorker .main-container #right-content .dxbl-fl label.dxbl-fl-cpt {
        font-size: 12px;
    }
    /* my dashboard responsive end */

    /* employees responsive start */
    #component-add-edit-employee #search-employee {
        width: 180px !important;
    }
    /* employees responsive end */

    /* year closing responsive start */
    #LeaveRequestsPendingReview_Popup {
        width: 100%;
        min-width: 300px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* year closing responsive end */

    /* administration parameters responsive start */
    .component-leaves-parameter-management .hud-top {
        left: 70%;
    }

    #page-standardtwocoltemplate .grid {
        flex-direction: column !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #page-standardtwocoltemplate .grid .mt-3 {
            margin-top: 0px !important;
        }

        #page-standardtwocoltemplate .grid .g-col-md-4 {
            width: 100% !important;
            text-align: center !important;
        }
    /* administration parameters responsive end */

    /* employees management responsive start */
    .group-questions-and-answers-body {
        padding: 20px 10px;
    }

    h3 {
        font-size: 18px;
    }
}
/* employees management responsive end */

@media (max-width: 375px) {
    /* leaves management responsive start */
    #page-ManagerLeaveRequestManagement button.main-button-hover-effect {
        padding-left: 4px;
        padding-right: 4px;
        min-height: 35px !important;
    }
    /* leaves management responsive start */

    /* my dashboard responsive start */
    #page-MyCoWorker .main-container #left-content .dxbl-pager button.dxbl-btn {
        padding-left: 4px;
        padding-right: 4px;
    }

    #page-MyCoWorker .dxbl-text-edit .dxbl-text-edit-input {
        width: 60px;
    }
    /* my dashboard responsive end */

    /* trainings responsive start */
    .search-training-filter-component .card-header .responsive-button-alignment .dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul, .dxbl-tabs > .dxbl-tabs-tablist > ul {
        flex-wrap: wrap;
    }
    /* trainings responsive start */
}

@media (max-width: 330px) {
    /*page layout responsive start*/
    h5 {
        font-size: 15px;
    }

    .dashboard-widget-container {
        min-width: 280px;
    }

    .profile-picture-small-container {
        max-width: 30px;
        max-height: 30px;
        width: 30px;
        height: 30px;
    }

    .profile-picture-small.fa-stack {
        max-width: 30px;
        max-height: 30px;
    }

    .profile-picture-small .fa-circle:first-child {
        max-width: 30px;
        max-height: 30px;
        font-size: clamp(30px, 1em, 30px);
    }

    .profile-picture-small > i + .fa-circle {
        font-size: 30px;
    }

    #page-MyCoWorker .profile-picture-small .user-icon {
        height: 30px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    #page-MyDepartment .profile-picture-small-container .profile-picture-small {
        width: 30px;
        height: 30px;
    }

    #page-MyDepartment .profile-picture-small .user-icon {
        height: 30px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #page-MyCoWorker .component-my-coworkers #search-input {
        display: none !important;
    }
    /*page layout responsive end*/

    /* my leave request responsive start */
    #page-CompanyManagement .col-2 {
        min-width: 130px;
    }
    /* my leave request responsive end */

    /* leaves management responsive start */
    #page-ManagerLeaveRequestManagement .col-2 {
        min-width: 100px;
    }

    #page-ManagerLeaveRequestManagement .dxbl-btn > .dxbl-image + *, .dxbl-btn > :not(.dxbl-image) + .dxbl-image:not(:first-child) {
        margin-left: 0px !important;
    }
    /* leaves management responsive end */

    /* employees responsive start */
    #component-add-edit-employee #search-employee {
        width: 150px !important;
    }
    /* employees responsive end */

    /* administration parameters responsive start */
    #paticular-evaluation .dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item > .dxbl-text .dxbl-tabs-text-overflow, .dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item > .dxbl-text .dxbl-tabs-text-overflow {
        text-wrap: wrap;
    }

    .component-leaves-parameter-management .hud-top {
        left: 60%;
    }
    /* administration parameters responsive end */

    /* internal recruitment responsive start */
    .component-position-openings-management .person-leave-requests .col-4 {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 290px !important;
        width: 290px !important;
    }

        .component-position-openings-management .person-leave-requests .col-4 .infoPanel {
            min-width: 290px !important;
            width: 290px !important;
        }

            .component-position-openings-management .person-leave-requests .col-4 .infoPanel #colLeaveDetails {
                min-width: 290px !important;
                width: 290px !important;
            }
    /* internal recruitment responsive end */
}

.profile-panel .infopanel-primary-div span {
    /*max-width: 230px;*/
    text-overflow: ellipsis;
    text-wrap: wrap;
    overflow-wrap: anywhere;
}

/*.component-not-found-wrapper {
    background-color: #FFFFFF !important;
    border: 1px solid #D2D2D2 !important;
    border-radius: 7px !important;
    margin: 5px 0px;
}*/
.heading-row {
    min-height: 45px;
    max-height: 45px;
    margin-right: 5px;
}

.disabled-btn {
    pointer-events: none;
    cursor: none;
    opacity: 0.3;
}

.details-panel {
    max-height: 250px;
    background: white;
    border: var(--cardBorder) 1px solid;
    border-radius: 7px;
    padding: 10px;
    -webkit-box-shadow: var(--ShadowGrey) 2px 4px 5px;
    box-shadow: var(--ShadowGrey) 2px 4px 5px;
    min-width: fit-content;
}
