@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*#region GENERAL*/
:root {
    /*PALETTE*/
    --primary: #E31E24;
    --bs-primary: #E31E24;
    --bs-primary-rgb: 221 54 54;
    --bs-primary-rgb-com: 221, 54, 54;
    --light-edge: #FBFAFA;
    --light-edge-rgb: 251, 250, 250;
    --light-accent: #8E97A9;
    --light-accent-rgb: 142, 151, 169;
    --dark-accent: #945F5B;
    --dark-accent-rgb: 148, 95, 91;
    --dark-edge: #0C120C;
    --dark-edge-rgb: 12, 18, 12;
    --bs-info: #17191e;
    --bs-success: #788c49;
    --bs-warning: #f57c11;
    --bs-danger: #fdd336;
    --secondary: var(--dark-accent);
    --active: #E31E24F1;
    --bs-active-rgb-com: 221, 54, 54;
    --hover: var(--dark-accent);
    --hoverColor: var(--dark-edge);
    --disabled: var(--grey);
    --menuPanel: rgba(var(--light-accent-rgb), 0.25);
    --sidePanel: rgba(var(--light-accent-rgb), 0.25);
    --sidePanelButtons: var(--dark-accent);
    --backgroundPanel: var(--light-edge);
    --sidebarVersion: var(--dark-edge);
    --sidebarVersionAccent: var(--light-accent);
    --dropdownAccent: #FCEEEE;
    --shadowMain: var(--dark-accent);
    --shadowMainRGB: var(--dark-accent-rgb);
    --shadowSecondaryRGB: var(--light-accent-rgb);
    --menuIcon: var(--dark-accent);
    --menuText: var(--dark-accent);
    --headerTitle: var(--dark-edge);
    --button: var(--primary);
    --buttonContrast: var(--white);
    --hudButton: var(--primary);
    --hudContrast: var(--white);
    /****Borders***/
    --pageBorder: var(--dark-edge);
    --sidebarBorder: var(--dark-edge);
    --cardBorder: var(--dark-edge);
    --formControlBorder: var(--dark-edge);
    --tooltipBorder: var(--dark-accent);
    --tooltipText: var(--light-edge);
    --tooltipShadow: var(--light-accent);
    --tooltipBackground: var(--light-accent);
    --link: var(--light-accent);
    /*COLOURS*/
    /*MAIN PALETTE*/
    --mp1: #0C120C;
    --mp1-rgb: 12 18 12;
    --mp1-rgb-com: 12, 18, 12;
    --mp2: #505350;
    --mp2-rgb: 64 68 67;
    --mp2-rgb-com: 64, 68, 67;
    --mp3: #9c9e9c;
    --mp3-rgb: 116 118 121;
    --mp3-rgb-com: 116, 118, 121;
    --mp4: #E31E24;
    --mp4-rgb: 221 54 54;
    --mp4-rgb-com: 221, 54, 54;
    --mp4-shadow: #AE1E1E;
    --mp5: #7EE081;
    --mp5-rgb: 126 224 129;
    --mp5-rgb-com: 126, 224, 129;
    --mp6: #EDF0F0;
    --mp6-rgb: 237 240 240;
    --mp6-rgb-com: 237, 240, 240;
    /*--greygreen: #f4f7ed;*/
    --greygreen: #f5f7f0;
    --greenmunsell: #00A878;
    --greencrayola: #D8F1A0;
    --blacksmoky: #0B0500;
    --orangecrayola: #f3c178;
    --lightPink: #FFF2F9;
    --white: #EDF0F0;
    --ShadowGrey: #afafaf;
    --shadowGreyRGB: 175, 175, 175;
    --shadowGreyRGB-com: rgb(175, 175, 175);
    --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: var( --Grey);
    --dx-grid-selection-color: var( --active);
    --currentcolor: #ffffff;
    --dxbl-checkbox-check-element-disabled-color: var(--primary, #f3f7e9);
    --dxbl-checkbox-check-element-disabled-bg: var(--white, #747679);
    /*BOOTSTRAP*/
    --bs-body-font-size: 0.875rem;
    --bs-body-color: var(--dark-edge);
    --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: var( --menuPanel);
    --table-header-text: var( --primary);
    --table-header-background: rgb(var( --shadowGreyRGB), 0.2);
    /*--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: 300px;
}



html, body {
    font-family: "Poppins", sans-serif;
    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;
}

#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: #F2F5F9;
}

.page {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.main-content-container {
    max-height: calc(100vh - 55px);
    /* padding-bottom: 10px; */
}

.top-row {
    background-color: var(--menuPanel);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid var(--pageBorder);
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }


.footer {
    overflow: hidden !important;
    color: var(--primary);
    background: var(--menuPanel);
}

.sidebar {
    background-color: var(--bs-white);
    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);
}

h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

    h3.main-title {
        color: var(--primary);
    }

.main-title {
    color: var(--primary);
}

h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
}

h1:focus {
    outline: none;
}

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: #333 !important;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*margin-top: -3px;*/
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .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;
        /*color: var(--active) !important;*/
        outline: none;
        border-color: transparent;
        -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);
        }

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(--active) !important;
        text-decoration: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.top-row div:not(.component-sidedrawer div) {
    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);
}

.section-identity-profile button#btn-identity-profile img {
    width: 45px;
    max-width: 45px;
}

    .section-identity-profile button#btn-identity-profile img:hover {
        opacity: 0.7;
    }

#btnLogout i {
    padding-right: 10px;
}

.form-control:disabled {
    background-color: var(--purpleGrey);
}

.form-control[readonly] {
    background-color: #fff;
}

.dxbl-pager button {
    border-radius: 10px;
}

.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(--white);*/
}


.sidebar a, .sidebar u {
    text-decoration: none;
}

.logo-container {
    padding-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-container a#IacovouLogo img {
        height: 50px;
        min-height: 50px;
    }

.content {
    /*padding-top: 1.1rem;*/
    padding: 40px;
}

.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;
}

.dxbl-tabs {
    --dxbl-tabs-bottom-border-width: 0px !important;
}

.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;
}

article {
    /*border-right: 14px solid var(--primary);*/
}

.grid-option-buttons button {
    /*margin-bottom:5px;*/
}

.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: black;
}

.hover-primary:hover {
    color: var(--primary);
}

.panelPatientLookup {
    margin: 0 15px 0 0;
}

textarea {
    resize: none !important;
}

.infoPanel .row {
    --bs-gutter-y: 0;
}

.infoPanel {
    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;
}

.panelTitle h4 {
    color: var(--headerTitle);
}

.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 {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    background-color: var(--ShadowGrey);
}

    .profile-picture.fa-stack {
        background: none;
        width: 2em;
        max-width: 150px;
        max-height: 150px;
    }

    .profile-picture .fa-circle:first-child {
        color: var(--menuPanel);
        max-width: 150px;
        max-height: 150px;
        font-size: clamp(150px, 2em, 150px);
    }

    .profile-picture > i + .fa-circle {
        color: var(--primary);
        font-size: 150px;
    }

    .profile-picture .user-icon {
        color: var(--blue);
    }

#page-EmployeeManagement .profile-picture .user-icon {
    margin-left: 5px;
}

.profile-panel {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    background: var(--menuPanel);
    padding: 15px;
    border: 1px solid var(--cardBorder);
    width: 100%;
}

.Separator-Primary {
    color: var(--primary);
    -webkit-box-shadow: 0px 1px 10px var(--primary);
    box-shadow: 0px 1px 10px var(--primary);
}
/*#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;*/
    text-wrap: wrap;
    /*color: var(--light-accent);*/
    font-weight: 500;
}

.sidebar.closed .longTitle, .sidebar.closed .longTitle + i {
    display: none;
}

#sidebar .current-menu-item .longTitle {
    color: var(--primary);
}

.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;
    display: flex;
    align-items: center;
}

#sidebar .sidebar-header {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.sidebar.closed #sidebar .sidebar-header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-right: 0 !important;
}

.sidebar.expanded .sidebar-header {
    align-self: end;
}

.sidebar .sidebar-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 15px !important;
    max-height: calc(100vh - 205px);
    overflow-x: hidden;
    overflow-y: auto;
}

.SideBarVersionWrapper {
    padding-bottom: 15px;
    position: sticky;
    bottom: 0;
    background-color: #FFFFFF;
    /* top: calc(100% - 20px); */
    /*border-top: 1px solid #F2F5F9;*/
}

/*component-bank-matters-nav-menu .sidebar-body {
    max-height: calc(100vh - 100px);
}*/

.menu-section.active .menu-item-container a div span.longTitleContainer b {
    font-size: 14px;
}

.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 p {
    color: var(--primary);
    padding: 10px;
}

#sidebar a {
    /*font-size: 1.2rem;*/
    /*        display: inline-block;
*/
}


#sidebar .menu-section.active .menu-item {
    font-size: 1rem;
}

#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(--active);
    /*background: var(--active);*/
}

    #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;
    }

#sidebar .menu-item.active > a, a[aria-expanded="true"] {
    color: var(--white);
    background: var(--active);
}

span.longTitleContainer:hover {
    color: var(--primary) !important;
}

.menu-item-container:hover a span {
    color: var(--primary) !important;
}

#sidebar .longTitle:hover {
    color: var(--primary) !important;
}

.sidebar .menu-section .menu-item a i:hover {
    color: var(--primary) !important;
}

.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: white;
}

.current-menu-item {
    color: var(--primary);
}

/*.current-menu-item.menu-item::before {
        content: ' ';
        background-color: var(--light-accent);
        width: 20px;
        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: -30px;
    }*/

.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: 80px;
    text-align: center;
}



    .sidebar.closed .menu-section .menu-item a {
        /*padding: 10px 5px;*/
        text-align: center;
    }

.sidebar .menu-section .menu-item a i {
    margin-right: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 30px;
    width: 100%;
    /*color: var(--light-accent);*/
    font-size: 20px;
}

.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;*/
    border-radius: 10px;
    margin: 0px 5px;
}

#sidebar .current-menu-item .longTitleContainer i {
    color: var(--primary) !important;
}

.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);*/
    color: var(--primary);
    /*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: 80px;
}

.closed .menu-item-container {
    max-width: 80px;
    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;
}

.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;
}*/

.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;
}

.hide-menu-item {
    display: none;
}

/* .menu-sub-section:has(.show-menu-item) {
        display: block;
        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% - 0px);
    min-width: -webkit-fill-available;
}

.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% - 0px) !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: 80px;
}

    .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: 40px;
    height: 40px;
    border-radius: 40px;
}

    .sidebar-button:hover {
        /*width: 100%;*/
        width: 40px;
        height: 40px;
    }

#sidebarCollapse b.longTitle {
    margin-left: 0px !important;
}

#sidebarCollapse b.ShortTitle {
    margin-left: 3px !important;
}

.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;
    position: relative;
}

#rowAppVersion span {
    color: var(--active) !important;
}

/*.SideBarVersionWrapper {
    padding-bottom: 15px;
    position: sticky;
    bottom: 0;
    top: 100%;
}*/

.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: 300px;
    /*margin-top:-46px;*/
    border: solid 1px var(--primary);
    padding-top: 5px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    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: 80px;
}

.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;
    margin-top: 10px;
}

.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(--white);*/
        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: 14px;
        font-weight: 500;
    }

.navmenu-group-hover-title {
    font-size: 16px;
    color: var(--primary);
    font-weight: 600;
    text-align: center !important;
}

/*#endregion*/
/*#endregion */


/*#region HEADER*/
.article-container {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    overflow-y: auto;
}

#btn-menu-mobile {
    display: none;
}

.navbar {
    width: 100%;
    height: 65px;
}


.header-row {
    width: 100%;
}


.logo-full {
    height: 3rem;
}

.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(--active);
}

.component-login-display {
    line-height: 1.5rem;
}

    .component-login-display i:not(.component-sidedrawer i) {
        color: #fff;
        font-size: 1.5rem;
        padding: 5px;
    }

    .component-login-display button:not(.component-sidedrawer button) {
        background: none;
        border: none;
        color: var(--primary);
        padding: 0.5rem 0.25rem;
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .component-login-display button span:not(.component-sidedrawer span) {
        color: var(--primary) !important;
    }

    .component-login-display button:hover span:not(.component-sidedrawer span),
    .component-login-display button:hover i:not(.component-sidedrawer span) {
        color: var(--active);
    }

    .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;
        background-color: var(--buttonContrast);
    }

.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;
}

.layout-username {
    padding: 15px;
    /*color:var(--white);*/
    /*color:var(--dark-edge);*/
    margin-right: 15px;
}

.auth:has(.layout-username) {
    height: 100%;
}
/*#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;
    }

.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*/

.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);
}

    .dxbl-grid-selected-row button.imageButtonIcon {
        color: #fff !important;
    }

.dxbl-btn:not(.dxbl-disabled):not(:disabled):hover {
    color: #fff !important
}

.table-bordered > :not(caption) > * > * {
    border-color: var(--table-grid-lines);
}

.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-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;
}

.toast.toast-success {
    background-color: var(--bs-success) !important;
}

.toast.toast-warning {
    background-color: var(--bs-info);
}

.toast.toast-error {
    background-color: var(--red);
}

.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);*/
    }

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    background: var(--primary);
}

.dx-radiobutton.dx-state-hover .dx-radiobutton-icon::before,
.dx-radiobutton.dx-state-focused .dx-radiobutton-icon::before,
.dx-radiobutton.dx-state-focused:not(.dx-state-active) .dx-radiobutton-icon::before {
    border-color: rgba(var(--bs-primary-rgb-com), 0.4);
}


/*#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: #333;
}


.dxbl-grid-selected-row .dxbl-checkbox .dxbl-image {
}

.dxbl-grid-selected-row .dxbl-checkbox-check-element {
    --dxbl-checkbox-check-element-disabled-color: var(--primary, #f3f7e9) !important;
    --dxbl-checkbox-check-element-disabled-bg: var(--white, #747679) !important;
}
/*#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: -webkit-fill-available;
        }

    .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: 100%;
    min-height: 100%;
    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;*/
        }

    #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: auto;
        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);
        }

.drawer-container {
    margin-top: 15%;
    /*height: 80%;*/
    max-height: 80vh;
    background: #F2F5F9;
    border-top: 2px solid var(--primary);
    width: 100%;
    width: -webkit-fill-available;
    width: stretch;
    border: 2px solid var(--primary);
    /*border-radius: 0.5rem;*/
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: 0px;
}

.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 {
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 9999;
}

    .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;
}

.backdrop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Dark semi-transparent overlay */
    z-index: 9980; /* Positioned below the SideDrawer but above the content */
    display: none; /* Initially hidden */
    pointer-events: none; /* Make sure it doesn't block interactions when not active */
}

main:has(aside.component-sidedrawer.active) .backdrop-overlay {
    display: block; /* Show the overlay */
    backdrop-filter: blur(1px); /* Apply the blur effect to the background */
    -webkit-backdrop-filter: blur(1px); /* Safari support */
}

main:has(aside.component-sidedrawer.active) {
    pointer-events: none;
    z-index: 0;
}

    main:has(aside.component-sidedrawer.active) aside.component-sidedrawer {
        pointer-events: auto;
        z-index: 9999;
    }

/* SideDrawer styling */
aside.component-sidedrawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999; /* SideDrawer above everything else */
    width: 250px; /* Adjust to your desired width */
    height: 100%;
    /*background-color: white;*/ /* or your desired color */
    /*box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);*/ /* Optional shadow */
}

    /* SideDrawer when closed (hidden) */
    aside.component-sidedrawer:not(.active) {
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }
/*#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;
}

/**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;
        background: var(--hudButton);
    }


.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);
}

/*#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;
}

.dxbl-a11y-status-helper {
    display: none !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;
}
/*.borderedBoxBtn.showloading *{
    border-radius:5px;
        animation:fadeIn 0.5s linear forwards;
}

.borderedBoxBtn.hideloading *{
    
    animation:fadeIn 1s linear forwards;
}*/
.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: repeating-linear-gradient(-45deg,
                                            var(--active),
                                            rgba(122,191,127, 0.7),
                                            var(--active), 
                                            rgba(122,191,127, 0.7), 
                                            var(--active),
                                            rgba(122,191,127, 0.7)); 
*/ /*background: var(--primary);*/
    background: -o-linear-gradient(315deg, var(--menuPanel) 0%, var(--white) 5%, #747679 50%,var(--dark-edge) 150%);
    background: linear-gradient(135deg, var(--menuPanel) 0%, var(--white) 5%, #747679 50%,var(--dark-edge) 150%);
    /*background: radial-gradient(circle, var(--blue) 1%,
        rgba(243,247,233,0.8) 75%, white 100%);*/
    /*animation: gradient 5s ease-in-out infinite;*/
    /*background-size: 400% 400%;*/
    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 {
    background: var(--bs-white);
    padding: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 7px;
    overflow-y: hidden;
    overflow-x: auto;
}

.component-document-card {
    /*border: 2px solid var(--primary);*/
    /*background: var(--backgroundPanel);*/
    /*max-width: 170px;
    min-width: 170px;
    max-height: 120px;
    min-height: 120px;*/
    /*width: 300px;*/
    max-width: 400px;
    justify-content: space-between;
    height: 50px;
    border-radius: 12px;
    border: none;
    background-color: #F2F5F9;
}

    .component-document-card .document-name .file-icon {
        background: #fff;
        min-width: 30px;
        min-height: 30px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.document-card-file-name {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 250px;
    overflow: hidden;
    text-align: left;
}
/*#endregion*/

/*#region ClockTransactions*/

/*#page-ClockTransaction label,
.component-AddEditClockOutRegister label,
.component-AddEditClockInRegister label {
    font-weight: bold;
}*/

label {
    /*font-weight: bold;*/
    font-weight: 500 !important;
}

.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;
}

/*#endregion*/

/*#region CALENDAR*/
.component-leaves-calendar {
    /* overflow-x: hidden; */
}

.leaves-calendar-main {
    padding: 2rem;
    background-color: var(--menuPanel);
    cursor: default;
    /* overflow-x:scroll; */
}

    .leaves-calendar-main ::-webkit-scrollbar {
        height: 10px;
    }

    .leaves-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 {
        background-color: var(--blue);
        border-radius: 5px;
    }


    .leaves-calendar-main > div {
        overflow-x: scroll;
        outline: rgba(var(--blue-rgb), 0.65) 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;
}

.calendar-header-icon, .leaves-calendar-header, .calendar-header-filter-type, .flex-header-days {
    background-color: var(--blue);
    color: var(--white);
}

.calendar-header-days {
    padding: 5px;
    /* width: 75vw; */
    min-width: 70vw;
}

.calendar-header-days, .calendar-header-filter-type {
    font-weight: 600;
}

.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: 30px;
}

.calendar-person-name {
    color: var(--primary);
    font-weight: 600;
}

.calendar-person-row-days {
    z-index: 1;
    top: 0;
    min-width: 70vw;
    min-height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calendar-header-day, .calendar-person-row-day {
    min-width: 47px;
    text-align: center;
    /* width: -webkit-fill-available; */
}

.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: 49px;
}

.thirty-one .weekend.calendar-person-row-day {
    width: 48px
}


.calendar-person-row-days > div {
    min-width: 47px;
    text-align: center;
}


.calendar-body-row {
    height: 41px;
}

    .calendar-body-row:not(:last-of-type) {
        border-bottom: 2px solid var(--blue);
    }

.weekend {
    background-color: rgb(var(--shadowGreyRGB), 0.6);
    color: var(--white);
    padding: 10px;
}

.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;
}

.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 {
    border-radius: 35px;
    width: 35px;
    margin: auto 0;
    /* border: 2px solid; */
    min-height: 35px;
    margin: auto;
    min-width: 35px;
    cursor: pointer;
}

    .calendar-day-on-leave span {
        position: relative;
        top: 5px;
        color: var(--white);
        font-weight: 600;
    }

    .calendar-day-on-leave i {
        padding: 1px;
    }

        .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 {
            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 {
        color: var(--active);
    }

.leave-popup-element {
    background-color: var(--menuPanel);
    border: 2px solid var(--blue);
}

    .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;
}

.active-leave-type {
    background-color: var(--active);
    color: var(--white);
}
/*#endregion*/

/*Dashboard*/
.card.main-card {
    border-radius: 20px;
    border: 1px solid #D2D2D2;
}

.main-button, .dxbl-btn-standalone.dxbl-btn-primary, .dxbl-calendar div.dxbl-calendar-footer .dxbl-btn, .dxbl-btn.dxbl-btn-secondary {
    padding: 10px 12px;
    max-height: 40px !important;
    gap: 5px;
    background-color: var(--active) !important;
    color: var(--white) !important;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

    .dxbl-btn-standalone.dxbl-btn-primary.btn.imageButtonIcon {
        padding: 10px 12px;
        max-height: 40px !important;
        gap: 5px;
        background-color: transparent !important;
        color: #333333 !important;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
    }

.dxbl-grid-selected-row button.imageButtonIcon {
    color: var(--white) !important;
}

.dxbl-btn-standalone.dxbl-btn-primary.btn.imageButtonIcon:hover {
    background-color: var(--active) !important;
    color: var(--white) !important;
}

.dxbl-grid-selected-row .dxbl-btn-standalone.dxbl-btn-primary.btn.imageButtonIcon {
    color: var(--white) !important;
}


.main-button:hover, .dxbl-btn-standalone.dxbl-btn-primary:hover, .dxbl-calendar div.dxbl-calendar-footer .dxbl-btn {
    background-color: #E31E24 !important;
}


.icon-button {
    background-color: var(--active) !important;
    color: var(--white) !important;
    border: 0px !important;
}

    .icon-button:hover {
        background-color: var(--active) !important;
        color: var(--white) !important;
    }

.dxbl-listbox > ul > li:hover {
    background-color: var(--active) !important;
    color: var(--white) !important;
}

.dxbl-checkbox {
    --dxbl-checkbox-radio-checked-hover-bg: var(--active) !important;
    --dxbl-checkbox-radio-button-check-bg: var(--active) !important;
    --dxbl-checkbox-radio-button-bg: #fff !important;
}

    .dxbl-checkbox.dxbl-checkbox-radio .dxbl-checkbox-check-element {
        /*background-color: #ffffff !important*/
    }

    .dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-checked .dxbl-checkbox-check-element, .dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-indeterminate .dxbl-checkbox-check-element {
        background-color: var(--active) !important;
    }

        .dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-checked .dxbl-checkbox-check-element:not(.dxbl-disabled):not(:disabled):hover, .dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-indeterminate .dxbl-checkbox-check-element:not(.dxbl-disabled):not(:disabled):hover {
            background-color: var(--active) !important;
            background: var(--active) !important;
        }

.dxbl-btn-toolbar.dxbl-toolbar-btn-ellipsis > .dxbl-btn-split > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar.dxbl-toolbar-btn-ellipsis > .dxbl-btn.dxbl-btn-secondary > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar.dxbl-toolbar-btn-ellipsis > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group.dxbl-toolbar-btn-ellipsis > .dxbl-btn-split > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group.dxbl-toolbar-btn-ellipsis > .dxbl-btn.dxbl-btn-secondary > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group.dxbl-toolbar-btn-ellipsis > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group > .dxbl-btn-group.dxbl-toolbar-btn-ellipsis > .dxbl-btn-split > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group > .dxbl-btn-group.dxbl-toolbar-btn-ellipsis > .dxbl-btn.dxbl-btn-secondary > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group > .dxbl-btn-group.dxbl-toolbar-btn-ellipsis > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group > .dxbl-btn-group > .dxbl-toolbar-item > .dxbl-btn-split > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group > .dxbl-btn-group > .dxbl-toolbar-item > .dxbl-btn.dxbl-btn-secondary > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group > .dxbl-btn-group > .dxbl-toolbar-item > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group > .dxbl-toolbar-item > .dxbl-btn-split > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group > .dxbl-toolbar-item > .dxbl-btn.dxbl-btn-secondary > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-btn-group > .dxbl-toolbar-item > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-toolbar-item > .dxbl-btn-split > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-toolbar-item > .dxbl-btn.dxbl-btn-secondary > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover, .dxbl-btn-toolbar > .dxbl-toolbar-item > .dxbl-btn.dxbl-btn-text-secondary:not(.dxbl-disabled):not(:disabled):hover {
    color: var(--active) !important;
}
/*.dxbl-checkbox.dxbl-checkbox-switch.dxbl-checkbox-checked .dxbl-checkbox-check-element {
    background-color: var(--active) !important;
}

.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 {
    background-color: #7D1114 !important;
    background: #7D1114 !important;
}*/
.dxbl-pager > .dxbl-btn.dxbl-btn-outline-secondary.dxbl-pager-page-btn:not(.dxbl-disabled):not(:disabled):hover {
    background-color: var(--active) !important;
    color: var(--white) !important;
}

.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::after, .dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active::after {
    background-color: transparent !important;
}

.dxbl-tabs > .dxbl-tabs-tablist.dxbl-tabs-tablist-scrollable {
    background-color: transparent !important;
}

.dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist {
    border-bottom: none !important;
}

.dxbl-calendar .dxbl-calendar-content .dxbl-calendar-day.dxbl-calendar-today {
    border-color: var(--dxbl-calendar-today-border-color) !important;
    background-color: var(--dxbl-calendar-today-border-color) !important;
    color: var(--bs-body-bg) !important;
}

.dxbl-calendar:not(.dxbl-disabled):not(:disabled) .dxbl-calendar-content > table > tbody > tr td:not(.dxbl-calendar-disabled-item):not(.dxbl-calendar-week-number):not(.dxbl-calendar-selected-range):not(.dxbl-disabled):not(:disabled):hover {
    background-color: var(--dxbl-calendar-today-border-color) !important;
    color: var(--bs-body-bg) !important;
}

.responsive-card-title-alignment {
    flex-direction: column !important;
}

.main-input-field {
    height: 40px;
    border-radius: 7px;
}

.main-text-area {
    border-radius: 7px;
}

.dxbl-text-edit > [class*="dxbl-btn-group-right"]:last-of-type {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

    .dxbl-text-edit > [class*="dxbl-btn-group-right"]:last-of-type button {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }

.dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content > .dxbl-modal-header:before {
    background: var(--white);
}

.dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
    border-radius: 20px;
}

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content > .dxbl-modal-header .dxbl-modal-title {
        color: var(--primary);
    }

.dxbl-text-edit > .dxbl-btn:not(.dxbl-btn.dxbl-edit-btn-clear):not(.dxbl-disabled):not(:disabled):hover, .dxbl-text-edit > .dxbl-btn-group > .dxbl-btn:not(.dxbl-btn.dxbl-edit-btn-clear):not(.dxbl-disabled):not(:disabled):hover, .dxbl-text-edit > .dxbl-btn-group-vertical > .dxbl-btn:not(.dxbl-btn.dxbl-edit-btn-clear):not(.dxbl-disabled):not(:disabled):hover {
    color: #333 !important;
}

.main-info-panel {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: -webkit-fill-available;
    background: #fff;
    padding: 15px 0px;
    border: 1px solid #d2d2d2;
    width: 100%;
    border-radius: 20px;
}

.main-info-panel-for-RequestOffer {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: -webkit-fill-available;
    background: #fff;
    padding: 15px 0px;
    border: 1px solid #d2d2d2;
    width: 100%;
    border-radius: 20px;
}

.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 > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active {
    color: var(--primary) !important;
    border-bottom: 2px solid var(--primary) !important;
    border: 0px;
    background: none;
}

.infoPanel[b-ix2swaei1d] {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    width: 100%;
}

label[b-ix2swaei1d] {
    color: #9C9BA2;
    min-width: 190px;
}

span[b-ix2swaei1d] {
    font-weight: 600 !important;
}

.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::before, .dxbl-tabs > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-active):not(.dxbl-disabled):not(:disabled):not(.dxbl-disabled):not(:disabled):hover::before {
    background-color: none;
    color: var(--primary);
    background: none;
    opacity: 100%;
}

.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 > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-active):not(.dxbl-disabled):not(:disabled):not(.dxbl-disabled):not(:disabled):hover {
    border: none;
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}

.top-row[b-r64j1tzfnv] {
    background-color: var(--primary);
    border-bottom: 0px;
    padding-right: 40px;
    height: 60px;
}

.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) {
    background-color: transparent !important;
}

#btnLogout:hover, #btnLogout:active, #btnLogout:focus {
    color: #333 !important;
}

    #btnLogout:hover i, #btnLogout:focus i, #btnLogout:active i {
        color: #333 !important;
    }

.component-login-display button:hover span:not(.component-sidedrawer span), .component-login-display button:hover i:not(.component-sidedrawer span) {
    color: #333 !important;
}

.component-login-display i:not(.component-sidedrawer i) {
    font-size: 18px;
}


.dxbl-grid .dxbl-grid-table > thead > tr > th 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 .dxbl-grid-table > tfoot > tr > td > div {
    width: 100%;
}

.dxbl-grid-header-content span div label {
    font-weight: 600 !important;
}

.resizable-memo {
    resize: vertical;
    overflow: auto;
    min-height: 80px;
}

.application-preview-info-panel {
    padding: 0px 15px;
}

.custom-grid {
    border-radius: 10px;
}

    .custom-grid .dxbl-grid-group-panel-container {
        display: none !important;
    }

    .custom-grid .dxbl-grid-search-box {
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-radius: 0px !important;
    }

    .custom-grid.dxbl-grid > .dxbl-grid-top-panel:first-of-type {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .custom-grid.dxbl-grid > .dxbl-scroll-viewer:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .custom-grid .dxbl-grid-table tr td.dxbl-align-right:first-child {
        text-align: center;
    }

.user-profile-picture {
    font-size: 35px !important;
}

.component-login-display div.authorised {
    display: flex;
    gap: 30px;
}

    .component-login-display div.authorised button#btnLogout {
        margin: 0px;
        padding: 0px;
    }

        .component-login-display div.authorised button#btnLogout i {
            margin: 0px;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .component-login-display div.authorised div.section-identity-profile button#btn-identity-profile {
        margin: 0px;
        padding: 0px;
    }

        .component-login-display div.authorised div.section-identity-profile button#btn-identity-profile i {
            margin: 0px;
            padding: 0px;
        }

component-login-display div.authorised {
    margin-right:
}

.component-employee-info-panel div img {
    width: 80px;
    height: 80px;
}

.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] {
    text-wrap: wrap;
    flex-wrap: wrap;
    word-break: break-word;
}

.dxbl-btn.dxbl-grid-filter-menu-funnel-btn {
    --dxbl-btn-border-width: 0;
    --dxbl-grid-header-spacing: 0;
    --dxbl-btn-focus-shadow-blur: 0;
    --dxbl-btn-focus-shadow-spread: 0;
    --dxbl-grid-filter-menu-funnel-btn-margin-y: calc(var(--dxbl-grid-text-cell-padding-y) * -1);
    --dxbl-grid-filter-menu-funnel-btn-padding-subtraction: 0.15rem;
    margin-top: var(--dxbl-grid-filter-menu-funnel-btn-margin-y);
    margin-bottom: var(--dxbl-grid-filter-menu-funnel-btn-margin-y);
    padding: calc(var(--dxbl-grid-text-cell-padding-y) - var(--dxbl-grid-filter-menu-funnel-btn-padding-subtraction)) calc(var(--dxbl-grid-text-cell-padding-x) - var(--dxbl-grid-filter-menu-funnel-btn-padding-subtraction));
}

h3 {
    font-size: 24px;
}

.dxbl-grid {
    min-width: auto !important;
}

#page-manager-eval-applications .main-info-panel {
    min-width: auto !important;
}

.dxbl-btn-primary, .dxbl-btn.dxbl-btn-secondary {
    padding: 10px 12px !important;
    border-radius: 7px !important;
}

.dxbl-text-edit > input {
    padding: 10px;
    width: 100%;
}

.dxbl-text-edit {
    border-radius: 7px;
    border: 1px solid #D2D2D2 !important;
    overflow: hidden;
}

div#component-add-edit-insurance .dxbl-text-edit {
    width: 100% !important;
}

.dxbl-checkbox.dxbl-checkbox-radio .dxbl-checkbox-check-element::before {
    /*border: none !important;*/
}

.dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled).dxbl-checkbox-checked .dxbl-checkbox-check-element, .dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled).dxbl-checkbox-indeterminate .dxbl-checkbox-check-element {
    border: none !important
}

.dxbl-checkbox.valid.modified.dxbl-checkbox-switch.dxbl-checkbox-unchecked .dxbl-checkbox-check-element {
    background-color: var(--active) !important;
    /*opacity: var(--active, 50%) !important;*/
}

.dxbl-checkbox.dxbl-checkbox-switch.dxbl-checkbox-unchecked .dxbl-checkbox-check-element {
    background-color: var(--dxbl-checkbox-switch-unchecked-bg, var(--bs-primary, var(--primary))) !important;
    opacity: var(--dxbl-checkbox-switch-unchecked-bg, 50%) !important;
}

.dxbl-checkbox.dxbl-checkbox-switch:not(.dxbl-disabled):not(:disabled).dxbl-checkbox-checked .dxbl-checkbox-check-element:not(.dxbl-disabled):not(:disabled):hover {
    background-color: var(--active) !important;
}

.dxbl-grid-filter-menu-values-view .dxbl-scroll-viewer-content {
    height: 200px;
}

.dxbl-scroll-viewer-content ul {
    list-style: none;
    padding-left: 0;
}

.dxbl-calendar .dxbl-calendar-content .dxbl-calendar-selected-item {
    background-color: var(--active) !important;
    color: #ffffff !important
}

.dxbl-scroll-viewer-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

    .dxbl-scroll-viewer-content ul li.dxbl-treeview-item {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 5px;
    }

.dxbl-treeview-item-content {
    display: flex;
    align-items: center;
}

td.dxbl-grid-empty-data-area {
    text-align: center;
}

.dxbl-btn.dxbl-btn-link.dxbl-grid-expand-button.dxbl-btn-tool:hover {
    background-color: var(--active) !important;
    color: #ffffff !important
}

    .dxbl-btn.dxbl-btn-link.dxbl-grid-expand-button.dxbl-btn-tool:hover svg.dxbl-image {
        color: #ffffff !important
    }

[data-virtual-item-index="-1"][dxbl-bottom-virtual-spacer-element], [data-virtual-item-index="-1"][dxbl-top-virtual-spacer-element] {
    display: none;
}

.dxbl-grid > .dxbl-grid-top-panel > .dxbl-grid-group-panel-container {
    align-items: center;
}

#SideDrawer.active .dxbl-fl .dxbl-fl-gd {
    margin-bottom: 0;
}

#SideDrawer.active .drawer-content-wrapper > *:first-child {
    padding-bottom: 0 !important;
}

#SideDrawer.active .drawer-content {
    padding: 1.5rem;
}

.dxbl-grid .dxbl-btn:not(.dxbl-disabled):not(:disabled):hover {
    color: #FFFFFF !important;
    background-color: var(--active) !important;
}

.dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content > .dxbl-modal-header .dxbl-popup-header-button:not(.dxbl-disabled):not(:disabled):hover {
    background-color: var(--active) !important;
    color: #FFFFFF !important;
}

.dxbl-checkbox.dxbl-checkbox-switch.dxbl-checkbox-checked .dxbl-checkbox-check-element {
    background-color: var(--active) !important;
}

/*#region RESPONSIVENESS*/
@media (max-width: 1300px) {
    .dxbl-grid .dxbl-grid-table > thead > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header), .dxbl-grid .dxbl-grid-table > thead > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .dxbl-grid .dxbl-grid-table > tbody > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header), .dxbl-grid .dxbl-grid-table > tbody > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .dxbl-grid .dxbl-grid-table > tfoot > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header), .dxbl-grid .dxbl-grid-table > tfoot > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell) {
        font-size: 12px;
    }

    .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 {
        font-size: 12px;
        font-weight: 400;
    }
}

@media (max-width: 1200px) {
    .component-sidedrawer.sidebar-right.active {
        max-width: 60% !important;
    }

    .dxbl-fl .dxbl-row {
        --dxbl-row-item-spacing-y: 0.15rem;
    }

    .responsive-alignment {
        flex-direction: column !important;
    }

    #page-manager-eval-applications .responsive-alignment .col-7 {
        width: 100%;
    }

    #page-manager-eval-applications .responsive-alignment .col-5, #page-ManagerDashboard .responsive-alignment .col-6, #page-CEOdashboard .responsive-alignment .col-6, #page-initiated-applications .responsive-alignment .col-7, #page-InitiatorDashboard .responsive-alignment .col-6, #page-SupervisorDashboard .responsive-alignment .col-6 {
        width: 100%;
    }

    button.main-button {
        padding: 8px 10px;
    }

    .sidedrawer-long-title h3.main-title {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .component-sidedrawer.sidebar-right.active {
        max-width: 80% !important;
    }

    .sidebar.expanded {
        width: 25%;
    }

    .navmenu-group-hover-container {
        left: calc(0.25* 100vw);
    }

    #sidebar .longTitle {
        font-size: 12px;
    }

    .sidedrawer-long-title h3.main-title {
        font-size: 19px;
    }

    .sidebar .sidebar-body {
        max-height: calc(100vh - 190px) !important;
    }

    /*    .component-bank-matters-nav-menu .sidebar-body{
        max-height: calc(100vh - 110px) !important;
    }*/

    #sidebar .longTitle {
        font-size: 11px;
    }

    .menu-section.active .menu-item-container:not(.sidebar.closed .menu-section.active .menu-item-container) {
        max-width: 200px;
        min-width: 200px;
    }
}

@media (max-width: 880px) {
    .sidebar.expanded .menu-item-container {
        min-width: 225px !important;
    }

    #sidebar .longTitle {
        max-width: 150px !important;
    }

    #sidebar .menu-item div span:first-child {
        padding-left: 5px !important;
    }

    #sidebar .menu-section.active .menu-item {
        padding-left: 10px !important;
    }
}

@media (max-width: 768px) {

    #sidebar .menu-section.active .menu-sub-section div span:first-child {
        padding-left: 5px !important;
    }

    .sidedrawer-long-title h3.main-title {
        font-size: 18px;
    }

    .sidebar {
        width: 25%;
    }

        .sidebar.closed {
            display: none !important;
        }

            .sidebar.closed .logo-container {
                display: none !important;
            }

    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;
    }

    .responsive-alignment {
        flex-direction: column !important;
    }

        .responsive-alignment .col-7 {
            width: 100%;
        }

    .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;
    }

    .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;*/
    }

    #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 {
            -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;*/
    }



    #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;
    }

    .page {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }


    .top-row {
        position: static;
        top: 0;
        z-index: 1;
    }

        .top-row.auth ::deep a:first-child {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-align: right;
            width: 0;
        }

    .sidebar.expanded {
        width: 30%;
    }

    .sidebar .sidebar-body {
        max-height: calc(100vh - 140px) !important;
    }

    /*    .component-bank-matters-nav-menu .sidebar-body {
        max-height: 100% !important;
    }*/
}

@media (max-width: 640px) {
    h5 {
        font-size: 16px;
    }

    h4 {
        font-size: 18px;
    }

    h3 {
        font-size: 20px;
    }

    h2 {
        font-size: 22px;
    }

    h1 {
        font-size: 24px;
    }

    .top-row .auth[b-r64j1tzfnv] {
        margin-right: 40px !important;
    }

    label[b-ix2swaei1d] {
        font-size: 12px;
    }

    span[b-ix2swaei1d] {
        font-size: 12px;
    }

    .sidebar.expanded {
        width: 35%;
    }

        .sidebar.expanded .logo-container a#IacovouLogo img {
            height: 40px !important;
            min-height: 40px !important;
        }

    .responsive-card-title-alignment {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 540px) {
    label[b-ix2swaei1d] {
        min-width: 35% !important;
    }

    span[b-ix2swaei1d] {
        min-width: 65% !important;
    }

    .sidebar.expanded {
        width: 40%;
    }

    #sidebar .longTitle {
        max-width: 100px !important;
    }

    .sidebar .menu-section .menu-item a i {
        font-size: 16px;
    }
}

@media (max-width: 440px) {

    .menu-section.active .menu-item-container:not(.sidebar.closed .menu-section.active .menu-item-container) {
        max-width: 280px !important;
        min-width: 280px !important;
    }

    #sidebar .menu-section.active .menu-item-container:not(.sidebar.closed .menu-section.active .menu-item-container) .longTitle {
        max-width: 280px !important;
        min-width: 280px !important;
    }

    #sidebar .longTitle {
        max-width: auto !important;
    }

    .drawer-container-wrapper {
        width: 100%;
        height: 100%;
        max-height: none !important;
    }

    .drawer-container {
        margin-top: 0px;
        height: 100%;
        max-height: fit-content;
    }

    #SideDrawer.active .drawer-content {
        max-height: none !important;
    }

    .sidebar.expanded {
        width: 100%;
    }

    .sidebar.closed {
        display: none !important;
    }

    button.main-button {
        font-size: 12px;
    }

    .sidebar .sidebar-body {
        max-height: calc(100vh - 130px) !important;
    }

    #sidebar {
        --sidebar-max-width: 100vw;
    }

    .logo-container {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    h3 {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    label[b-ix2swaei1d] {
        font-size: 11px;
    }

    span[b-ix2swaei1d] {
        font-size: 11px;
    }
}



/*#endregion*/

/*#region LC Application*/

.lcApplication-date-edit {
    height: 40px;
    border-radius: 7px;
}

/*#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;
}

.disableSelection {
    pointer-events: none;
}

.insured-info-panel {
    /*min-width: -webkit-fit-content;*/
    /*min-width: -moz-fit-content;*/
    /*min-width: fit-content;*/
    background: var(--menuPanel);
    padding: 10px;
    border: 1px solid var(--cardBorder);
    /*width: 100%;*/
    border-radius: 15px;
}

.info-panel {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    background: var(--white);
    padding: 15px;
    border: 1px solid var(--cardBorder);
    width: 100%;
    border-radius: 15px;
}

.scenario-panel {
    background: var(--menuPanel);
    padding: 15px;
    border: 1px solid var(--cardBorder);
    border-radius: 15px;
}

.common-info-panel {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 15px;
    width: 100%;
}

.dxbl-modal-header-default {
    display: contents !important;
}
/*#endregion*/

/* Dashed Horizontal Line */
.dashed {
    border: none;
    height: 1px;
    background: #000;
    background: -o-repeating-linear-gradient(left,#000,#000 5px,transparent 11px,transparent 7px);
    background: repeating-linear-gradient(90deg,#000,#000 5px,transparent 11px,transparent 7px);
}

.no-files {
    background: white;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-asset-files {
    background: var(--menuPanel);
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*#endregion*/

/*#region TOAST*/
/***START OF TOAST ***/

.blazored-toast-container {
    z-index: 999999;
}

.blazored-toast-body .blazored-toast-header .blazored-toast-close {
    background-color: transparent !important;
    border: 0 !important;
}

.blazored-toast-body .blazored-toast-header h5 {
    color: #ffff;
}

-con

.blazored-toast-body p {
    color: #ffff;
}


/***END OF TOAST***/


.minWidth25 {
    min-width: 25% !important;
}

.minWidth30 {
    min-width: 30% !important;
}

.minWidth35 {
    min-width: 35% !important;
}

.minWidth40 {
    min-width: 40% !important;
}

.minWidth45 {
    min-width: 45% !important;
}

.minWidth50 {
    min-width: 50% !important;
}

.minWidth55 {
    min-width: 55% !important;
}

.minWidth60 {
    min-width: 60% !important;
}

.minWidth70 {
    min-width: 70% !important;
}

.minWidth75 {
    min-width: 75% !important;
}

.minWidth80 {
    min-width: 80% !important;
}

.minWidth85 {
    min-width: 85% !important;
}

.minWidth90 {
    min-width: 90% !important;
}

.minWidth95 {
    min-width: 95% !important;
}

.minWidth100 {
    min-width: 100% !important;
}


.overflowClip {
    overflow-x: clip;
}

.dxbl-list-box dxbl-list-box-checked dxbl-list-box-multi-select {
    width: 100% !important;
}
