/* Minification failed. Returning unminified contents.
(240,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(241,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(242,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(426,35): run-time error CSS1046: Expect comma, found '30'
(426,41): run-time error CSS1046: Expect comma, found '/'
(426,67): run-time error CSS1046: Expect comma, found '30'
(426,73): run-time error CSS1046: Expect comma, found '/'
(675,17): run-time error CSS1039: Token not allowed after unary operator: '-sidebarW'
(772,36): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(887,47): run-time error CSS1039: Token not allowed after unary operator: '-sidebarW'
(892,25): run-time error CSS1039: Token not allowed after unary operator: '-navbarPY'
(897,17): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(945,23): run-time error CSS1039: Token not allowed after unary operator: '-sidebarW'
(946,31): run-time error CSS1039: Token not allowed after unary operator: '-navbarPY'
(1225,52): run-time error CSS1030: Expected identifier, found 'li'
(1225,73): run-time error CSS1031: Expected selector, found ')'
(1225,73): run-time error CSS1025: Expected comma or open brace, found ')'
(1275,57): run-time error CSS1030: Expected identifier, found 'li'
(1275,78): run-time error CSS1031: Expected selector, found ')'
(1275,78): run-time error CSS1025: Expected comma or open brace, found ')'
(1305,25): run-time error CSS1039: Token not allowed after unary operator: '-sidebarW'
(1313,37): run-time error CSS1039: Token not allowed after unary operator: '-sidebarW'
(1321,40): run-time error CSS1039: Token not allowed after unary operator: '-sidebarW'
(1349,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 16px;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@font-face {
    font-family: 'Mulish';
    src: url('../../../Content/fonts/Mulish/static/Mulish-ExtraBold.ttf');
    font-weight: 800;
}

@font-face {
    font-family: 'Mulish';
    src: url('../../../Content/fonts/Mulish/static/Mulish-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Mulish';
    src: url('../../../Content/fonts/Mulish/static/Mulish-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Mulish';
    src: url('../../../Content/fonts/Mulish/static/Mulish-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Mulish';
    src: url('../../../Content/fonts/Mulish/static/Mulish-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url('../../../Content/fonts/Roboto/Roboto-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: Roboto;
    src: url('../../../Content/fonts/Roboto/Roboto-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url('../../../Content/fonts/Roboto/Roboto-Regular.ttf');
    font-weight: 400;
}
/* ==========================================================================
     Author's custom styles
     ========================================================================== */

/* ==========================================================================
     Helper classes
     ========================================================================== */
.hidden,
[hidden] {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

    .sr-only.focusable:active,
    .sr-only.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        white-space: inherit;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.minh-0 {
    min-height: 0 !important;
}
/* ==========================================================================
     Responsive Design.
     ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]::after {
            content: " (" attr(href) ")";
        }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
    Custom styles
  =========================================================================== */
body {
    background-color: #E5E5E5 !important;
}

#root {
    height: 100%;
    font-family: 'Mulish', sans-serif !important;
    height: 100vh;
    --sidebarW: 112px;
    --navbarPY: 1rem;
    --primary: #65BFD3;
}

.custom-dxdivider {
    padding: 7px 0px !important;
}

#root div::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

#root div::-webkit-scrollbar-track {
    background: #EEEEEE;
    border-radius: 30px;
}

#root div::-webkit-scrollbar-thumb {
    background: #D2D2D2;
    border-radius: 30px;
    border: 3px solid #EEEEEE !important;
}

    #root div::-webkit-scrollbar-thumb:hover {
        background: #B4B4B4;
    }

/* DEVEXTREME OVERRIDE */
.dx-widget {
    font-family: 'Mulish', sans-serif !important;
}
/* disabled by Farlo, reason: cause button at dashboard widget becomes transparent */
/*.dx-button-mode-contained.dx-button-default, .dx-button-mode-contained.dx-button-default.dx-state-hover {
    background-color: transparent;
}
*/
.dx-dropdownbutton-popup-wrapper .dx-popup-content {
    padding: 0px;
}

.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content {
    /* Pilih salah satu */
    width: auto !important;
    min-width: 100%;
}

.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-popup-content .dx-list-item {
    display: block;
}

.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-popup-content .dx-list-item-content {
    display: block;
}

div.custom-dd i.dx-icon.dx-icon-spindown.dx-icon-right {
    display: inline-flex;
    align-items: center;
}

    div.custom-dd i.dx-icon.dx-icon-spindown.dx-icon-right::before {
        display: inline-block;
        vertical-align: middle !important;
        content: "";
        border-top: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        background: url('../../../../../img/icons/chevronDown.svg') no-repeat;
        width: 8px !important;
        height: 5px !important;
    }


.dx-button.dx-button-normal-custom {
    border-radius: 6px;
    border: 1px solid #4A4A4A;
}

.dx-button.dx-button-dark-custom {
    border-radius: 6px;
    color: #FFFFFF;
    background-color: #212529;
    border-color: #212529;
}

    .dx-button.dx-button-dark-custom.dx-state-disabled {
        opacity: 1;
        border: 1px solid #4A4A4A;
        background: #D2D2D2;
    }

        .dx-button.dx-button-dark-custom.dx-state-disabled .dx-button-text {
            opacity: 1;
            color: #4A4A4A;
        }

.dx-button-default-custom {
    background: rgba(9, 30, 66, 0.04);
    border-radius: 6px;
}

    .dx-button-default-custom img.dx-icon,
    .dx-button-dark-custom img.dx-icon,
    .dx-button-normal-custom img.dx-icon {
        width: 24px;
        height: auto;
    }

    .dx-button-default-custom .dx-button-content {
        display: flex;
    }

    .dx-button-default-custom .dx-button-text {
        font-family: 'Mulish' !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-size: 14px !important;
        line-height: 20px !important;
        display: flex;
        align-items: center;
        color: #42526E;
    }

    .dx-button-default-custom.dx-state-focused {
        background-color: #D9EFF4;
        border-color: #D9EFF4;
    }

.dx-button:not(.dx-dropdownbutton-action) .dx-button-content .dx-button-text {
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.datagrid-custom-action .dx-button-content {
    padding: 0 !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row:not(.dx-datagrid-filter-row) > td {
    padding-block: 1rem !important;
}

td[role='columnheader'] div.dx-datagrid-text-content[role='presentation'],
td[role='columnheader'] div.dx-treelist-text-content[role='presentation'] {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #1D1D1D;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 0px 8px;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > td {
    border-top: 1px solid #8CCFDE;
    border-bottom: 1px solid #8CCFDE;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) {
    background-color: #8CCFDE;
}

.dx-datagrid td.cell-highlight-left {
    box-shadow: inset 6px 0px 0px;
}

.dx-datagrid td.highlight-danger {
    color: #DE2A02;
    background-color: #FCE1DE;
}

.dx-overlay-shader {
    background-color: transparent;
}

.dx-toast-content {
    box-shadow: 0px 3px 5px rgb(9 30 66 / 20%), 0px 0px 1px rgb(9 30 66 / 31%);
    border-radius: 2px;
    padding: 10px 16px;
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.dx-toast-icon {
    width: 16px;
    height: 16px;
}

.dx-toast-success {
    background: #478C35;
}

g.shape text {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #1D1D1D;
}

g.shape.active rect {
    fill: #65BFD3;
}

/*.dx-fileuploader .dx-fileuploader-wrapper {
    padding: 0;
}

    .dx-fileuploader .dx-fileuploader-wrapper .dx-fileuploader-input-wrapper {
        padding: 0;
        border: none;
    }

.dx-fileuploader .dx-fileuploader-button {
    background: #FAFBFC;
    border: 1px solid #A5A5A5;
    box-sizing: border-box;
    border-radius: 6px;
    height: 34px;
    width: 100%
}

    .dx-fileuploader .dx-fileuploader-button .dx-button-content {
        display: flex;
        align-items: center;
        padding: 7px 8px 8px;
    }

        .dx-fileuploader .dx-fileuploader-button .dx-button-content::after {
            display: inline-block;
            vertical-align: middle !important;
            content: "";
            border-top: 0 !important;
            border-right: 0 !important;
            border-bottom: 0 !important;
            border-left: 0 !important;
            background: url('../../../../../img/icons/FileText01.svg') no-repeat;
            width: 24px !important;
            height: 24px !important;
            margin-left: auto;
        }

.dx-fileuploader .dx-button-text {
    font-family: 'Mulish' !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.5px !important;
    color: #1D1D1D;
}
*/
.dx-dropdowneditor.dx-datebox .dx-dropdowneditor-icon::before {
    display: inline-block;
    vertical-align: middle !important;
    content: "";
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    width: 24px !important;
    height: 24px !important;
    margin: -12px 0px 0px -15px;
    background: url('../../../../../img/icons/Calendar02.svg') no-repeat;
}

.dx-numberbox .arrow {
    position: absolute;
    right: 14px;
}

    .dx-numberbox .arrow.dx-state-active,
    .dx-numberbox .arrow.dx-state-focused {
        background-color: transparent;
    }

.dx-numberbox .arrow-up {
    transform: rotate(180deg);
    top: 0;
    right: 0;
}

.dx-numberbox .arrow-down {
    bottom: 0;
    right: 0;
}

.dx-numberbox .arrow .dx-icon {
    position: absolute;
    height: 8px;
    width: 8px;
    top: 0;
}

.dx-numberbox .arrow-down .dx-icon {
    left: -2px;
}

.custom-ul span {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */

    letter-spacing: 0.6px;
    color: #000000;
}

.dx-icon-isnotblank {
    font: 10px/1 DXIcons;
}

    .dx-icon-isnotblank.bullet-light-success {
        color: #B5E6AD !important;
    }

    .dx-icon-isnotblank.bullet-success {
        color: #478C35 !important;
    }

    .dx-icon-isnotblank.bullet-warning {
        color: #F8C16A !important;
    }

    .dx-icon-isnotblank.bullet-danger {
        color: #DE2A02 !important;
    }

    .dx-icon-isnotblank.bullet-danger-400 {
        color: #F28779 !important;
    }

    .dx-icon-isnotblank.bullet-danger-600 {
        color: #79443D !important;
    }

    .dx-icon-isnotblank.bullet-violet {
        color: #503991 !important;
    }

    .dx-icon-isnotblank.bullet-primary {
        color: #1890FF !important;
    }

    .dx-icon-isnotblank.bullet-black-500 {
        color: #1D1D1D !important;
    }
    .dx-icon-isnotblank.bullet-white {
        color: #fdfdfd !important;
    }

.dx-datagrid.dx-filter-menu .dx-menu-item-has-icon .dx-icon {
    color: #000;
}

.dx-datagrid.dx-filter-menu .dx-menu-item-content .dx-icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
}

.dx-filter-menu .dx-submenu li .dx-menu-item-text {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-left: 0.5rem;
    color: #1D1D1D;
}

.dx-filter-menu .dx-submenu li .dx-icon.dx-icon-filter-operation-default::before {
    display: inline-block;
    vertical-align: middle !important;
    content: "";
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    background: url('../../../../../img/icons/Trash.svg') no-repeat;
    width: 24px !important;
    height: 24px !important;
    margin: -12px 0px 0px -3.5px;
}

.custom-radio .dx-radiobutton-icon {
    width: 18px;
    height: 18px;
}

    .custom-radio .dx-radiobutton-icon::before {
        width: 16px;
        height: 16px;
        border: 2px solid #12131A;
    }

.custom-radio .dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    width: 8px;
    height: 8px;
    margin-top: -14px;
    margin-left: 6px;
    background: #478C35;
}

.custom-radio .dx-radiobutton-icon-checked::before,
.custom-radio .dx-state-focused .dx-radiobutton-icon-checked::before {
    border: 2px solid #478C35 !important;
}

/* DEVEXTREME OVERRIDE */

/* STATICS : BEGIN */
/* MAIN MENU : BEGIN */
.main-menu-wrapper {
    /* width: 10%; */
    width: var(--sidebarW);
    background-color: #8CCFDE;
    position: fixed;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
}

    .main-menu-wrapper .dx-list-item {
        border: none;
    }

        .main-menu-wrapper .dx-list-item .dx-list-item-content {
            padding-block: 0px;
        }

div#main-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top: 40px;
}

li.menu-item {
    display: flex;
    justify-content: center;
}

    li.menu-item.dx-dropdownbutton .dx-button {
        border-radius: 8px !important;
    }

    li.menu-item img.dx-icon {
        width: 24px;
        height: auto;
        display: block;
        margin-inline: auto;
        margin-top: 8px;
        margin-bottom: 4px;
    }

    li.menu-item.dx-widget {
        height: 4.75rem;
        width: 5.625rem;
        margin-bottom: 1px;
    }

        li.menu-item .dx-widget.dx-button {
            border-width: 0px;
        }

    li.menu-item .dx-button-content {
        min-width: 100%;
    }

    li.menu-item span.dx-button-text {
        display: grid;
        color: #1D1D1D;
        text-decoration: none;
        text-align: center;
        font-style: normal !important;
        font-size: 11px;
        font-weight: 600 !important;
        line-height: 16px;
        letter-spacing: 0.5px;
    }

    li.menu-item .dx-state-hover .dx-button .dx-button-content,
    li.menu-item .dx-state-focused .dx-button .dx-button-content,
    li.menu-item.active .dx-button .dx-button-content {
        background-color: #FFFFFF !important;
    }

    li.menu-item a {
        height: 4.75rem;
        width: 5.625rem;
        display: grid;
        color: #1D1D1D;
        text-decoration: none;
        text-align: center;
        border-radius: 8px;
        font-style: normal !important;
        font-size: 11px;
        font-weight: 600 !important;
        line-height: 16px;
        letter-spacing: 0.5px;
    }

        li.menu-item a.active {
            background-color: #FFF;
            color: #333;
        }

        li.menu-item a:hover:not(.active) {
            background-color: #FFF;
            color: #333;
            border: 1px solid var(--primary);
        }

.custom-dd-menu .dx-scrollview-content {
    margin-block: 4px;
}

.custom-dd-menu .dx-list-item .dx-item-content {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    /* Primary / Black / Black 500-Base */

    color: #1D1D1D;
}

.custom-dd-menu .dx-list-item.dx-state-hover {
    background-color: #F1F9FB !important;
}

.custom-dd-menu .dx-icon {
    width: 18px;
    height: 18px;
    display: flex;
}

.custom-dd-menu .dx-toolbar-label .dx-toolbar-item-content > div {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #1D1D1D;
}

.custom-dd-menu .dx-popup-title.dx-toolbar {
    padding: 8px 12px;
    border-bottom: none;
}

.custom-dd-menu .dx-closebutton {
    color: transparent !important;
    font-size: 24px !important;
    margin-right: 16px;
}

    .custom-dd-menu .dx-closebutton.dx-state-hover {
        background-color: transparent !important;
    }

    .custom-dd-menu .dx-closebutton .dx-button-content {
        padding: 0;
    }

.custom-dd-menu i.dx-icon-close {
    color: transparent !important;
    font-size: 24px !important;
}

    .custom-dd-menu i.dx-icon-close::before {
        background: url('../../../../../img/icons/circleX.svg') no-repeat;
        height: 24px;
        width: 24px;
    }


div.custom-dd-menu .inner-dd {
    padding: 0px !important;
}

    div.custom-dd-menu .inner-dd .dx-dropdownbutton {
        width: 100%;
    }

        div.custom-dd-menu .inner-dd .dx-dropdownbutton .dx-button-content {
            display: flex;
            width: 100%;
            padding-left: 7px !important;
        }

    div.custom-dd-menu .inner-dd i.dx-icon.dx-icon-spindown.dx-icon-right {
        display: flex;
        align-items: center;
        margin-left: auto;
    }

        div.custom-dd-menu .inner-dd i.dx-icon.dx-icon-spindown.dx-icon-right::before {
            display: inline-block;
            vertical-align: middle !important;
            content: "";
            border-top: 0 !important;
            border-right: 0 !important;
            border-bottom: 0 !important;
            border-left: 0 !important;
            background: url('../../../../../img/icons/chevronDown.svg') no-repeat;
            width: 8px !important;
            height: 5px !important;
            transform: rotate(-90deg);
        }

/* MAIN MENU : END*/

/* HEADER : BEGIN */
header {
    background: #FFFFFF;
    width: calc(100vw - (100vw - 100%) - var(--sidebarW));
    position: absolute;
    right: 0;
    box-shadow: 0px 1px 1px rgba(9, 30, 66, 0.25), 0px 0px 1px rgba(9, 30, 66, 0.31);
    padding-inline: 1.75rem !important;
    padding-block: var(--navbarPY) !important;
    z-index: 1001;
}

#header-breadcrumb .breadcrumb-item {
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

    #header-breadcrumb .breadcrumb-item.active {
        color: #1D1D1D;
        font-weight: 400;
    }


.user-dropdown #user-dd .dx-button .dx-button-content {
    padding: 0;
}

.user-dropdown #user-dd .dx-icon:not(.dx-icon-spindown) {
    border-radius: 50% !important;
    margin-right: 1rem !important;
    height: 32px;
    width: auto
}

.user-dropdown #user-dd .dx-icon-spindown {
    align-items: center;
    display: inline-flex;
}

    .user-dropdown #user-dd .dx-icon-spindown::before {
        display: inline-block;
        vertical-align: middle !important;
        content: "";
        border-top: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        background: url('../../../../../img/icons/chevronDown.svg') no-repeat;
        width: 8px !important;
        height: 5px !important;
    }

.user-dropdown img:not(.dx-icon) {
    margin-right: 1.5rem;
}
/* HEADER : END */
/* CONTENT WRAPPER : BEGIN */
.content-wrapper {
    margin-left: var(--sidebarW);
    padding: calc(4rem + var(--navbarPY)) 1rem 1rem;
    min-height: 100%;
}

h5.page-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #1D1D1D;
    margin-bottom: 1.5rem;
}

div#page-grid-wrapper {
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px;
    margin-top: 1.5rem;
}

h5.page-grid-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

#cancel-btn .dx-button-text, #save-btn .dx-button-text {
    font-family: Mulish !important;
    font-size: 16px;
    line-height: 24px;
}

.custom-context .dx-menu-items-container {
    padding: 4px 1px;
    min-width: 350px;
}

.custom-context .dx-menu-item.dx-state-hover, .custom-context .dx-menu-item.dx-menu-item-expanded {
    background-color: #F1F9FB !important;
}

.custom-context .dx-submenu li.dx-menu-item-wrapper {
    border-bottom: 1px solid #EEEEEE;
}

    .custom-context .dx-submenu li.dx-menu-item-wrapper:last-of-type {
        border-bottom: none;
    }

.custom-context .dx-menu-item-content {
    padding: 9px;
}

.custom-context .dx-submenu:not(:first-of-type) .dx-menu-item-content {
    padding: 1rem 9px;
}

.custom-context img.context-icon {
    height: 18px;
    width: 18px;
}

.custom-context div.context-text {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #1D1D1D;
}

.custom-context div.context-description {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #777777;
    margin-top: 4px;
}

.custom-context .context-shortcut {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.6px;
    color: #A5A5A5;
}

.file-input-text {
    background: #FAFBFC !important;
    border: 1px solid #A5A5A5 !important;
    border-radius: 6px !important;
}

    .file-input-text.dx-texteditor.dx-state-readonly {
        border-style: solid;
    }

        .file-input-text.dx-texteditor.dx-state-readonly .dx-widget.dx-state-disabled,
        .file-input-text .dx-state-disabled .dx-button .dx-icon, .dx-state-disabled.dx-button .dx-icon {
            opacity: 1;
        }

#consolidation-view-tabs.master-tools.master-tools-tabs .dx-tabpanel-container {
    display: none;
}

.master-tools.master-tools-modal {
    font-family: 'Mulish' !important;
    font-style: normal;
    letter-spacing: 0.5px;
    color: #1D1D1D;
}

    .master-tools.master-tools-modal i.dx-icon-close {
        color: transparent !important;
        font-size: 24px !important;
    }

        .master-tools.master-tools-modal i.dx-icon-close::before {
            background: url('../../../../../img/icons/circleX.svg') no-repeat;
        }

    .master-tools.master-tools-modal .dx-popup-title {
        border-bottom: 0;
        padding: 1.5rem 2rem;
    }

    .master-tools.master-tools-modal .dx-popup-content {
        padding: 0 32px 16px 32px;
    }

    .master-tools.master-tools-modal .modal-title {
        font-family: 'Mulish';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.5px;
        color: #1D1D1D;
    }

    .master-tools.master-tools-modal div:not(.normal-grid) > div.dx-datagrid .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
        border-top: 1px solid #1D1D1D;
        border-bottom: 1px solid #1D1D1D;
    }

    .master-tools.master-tools-modal g[visibility="visible"] path {
        stroke-dasharray: 2;
    }

    .master-tools.master-tools-modal g[visibility="visible"] g > rect {
        fill: #FFF;
        rx: 5;
        filter: drop-shadow(0.5px 1px 1px #091E42);
    }

    .master-tools.master-tools-modal g[visibility="visible"] g text {
        fill: #000 !important;
        font-family: 'Mulish' !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .master-tools.master-tools-modal .modal-subtitle {
        font-family: 'Mulish';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
        color: #1D1D1D;
    }

.alternate-tree .dx-treelist-rowsview .dx-row[aria-level="0"] > td {
    overflow: visible;
    white-space: nowrap;
    border-right: 0;
}

    .alternate-tree .dx-treelist-rowsview .dx-row[aria-level="0"] > td:not(td:first-child) {
        border-left: 0;
    }

    .alternate-tree .dx-treelist-rowsview .dx-row[aria-level="0"] > td div.dx-treelist-text-content {
        overflow: visible;
        white-space: nowrap !important;
    }

.grid-tabs .badge {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.6px;
    border: 1px solid #A5A5A5;
    border-radius: 22px;
    padding-block: 1px;
    margin-left: 0.75rem;
}

    .grid-tabs .badge.badge-secondary {
        color: #1D1D1D;
        background: #FFFFFF;
    }

    .grid-tabs .badge img.clear-btn {
        width: 16px;
        height: 16px;
        margin-left: 0.25rem;
    }
	
.dx-submenu .dx-submenu {
    transform: translate(-100%, -50%) !important;
}

    .dx-submenu .dx-submenu ul {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 75vh;
    }	
/* CONTENT WRAPPER : END */

/* CUSTOM FORM WIZARD : BEGIN */
ul.form-wizard {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

    ul.form-wizard li.steps {
        text-align: center;
        font-family: 'Mulish';
        font-style: normal;
        letter-spacing: 0.5px;
        color: #1D1D1D;
        width: 164px;
        position: relative;
    }

        ul.form-wizard li.steps .step-indicator {
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            background: #FFFFFF;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
            height: 32px;
            width: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-inline: auto;
            margin-bottom: 10px;
        }

        ul.form-wizard li.steps:not(ul.form-wizard li.steps:last-of-type):after {
            content: "";
            display: inline-block;
            height: 0.25rem;
            vertical-align: bottom;
            width: 73%;
            margin-right: -100%;
            margin-left: 10px;
            background-color: #D2D2D2;
            opacity: 0.5;
            border-radius: 8px;
            position: absolute;
            top: 16px;
            right: 64%;
        }

        ul.form-wizard li.steps.active .step-indicator {
            border: 2px solid #038767;
        }

        ul.form-wizard li.steps.done .step-indicator {
            background-color: #038767;
            position: relative;
            transform: rotate(45deg);
        }

            ul.form-wizard li.steps.done .step-indicator span {
                display: none;
            }

            ul.form-wizard li.steps.done .step-indicator:before {
                content: "";
                position: absolute;
                width: 1px;
                height: 15px;
                background-color: #fff;
                left: 18px;
                top: 7px;
            }

            ul.form-wizard li.steps.done .step-indicator:after {
                content: "";
                position: absolute;
                width: 7px;
                height: 1px;
                background-color: #fff;
                left: 11px;
                top: 21px;
            }

        ul.form-wizard li.steps.done:not(ul.form-wizard li.steps:last-of-type):after {
            background: #9ACFC2;
        }

        ul.form-wizard li.steps h6.step-title {
            font-weight: 700;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 0;
        }

        ul.form-wizard li.steps div.step-description {
            font-weight: 400;
            font-size: 11px;
            line-height: 16px;
        }
/* CUSTOM FORM WIZARD : END */

/* STATICS : END */

@media screen and (max-width: 36rem) {
    .border-sm-top {
        border-top: 1px solid #dee2e6 !important;
    }

    .main-menu-wrapper {
        width: 0px !important;
    }

        .main-menu-wrapper.show {
            width: var(--sidebarW) !important;
        }

    header {
        width: 100%;
    }

        header.show {
            width: calc(100% - var(--sidebarW));
        }

    .content-wrapper {
        margin-left: 0px;
    }

        .content-wrapper.show {
            transform: translateX(var(--sidebarW));
        }

    #root.show {
        overflow-x: hidden;
    }

    .btn-sm-block {
        width: 100% !important;
    }

    .btn-md-block {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .btn-md-block {
        width: 100% !important;
    }
}
.text-hidden {
    color: transparent !important;
}

.custom-column .dx-overlay-content {
    box-shadow: 0px 10px 18px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
    border-radius: 18px;
    --cardWidth: 500px;
}
.custom-column .dx-popup-title .dx-toolbar-before {
    width: 100%;
    text-align: center;
}
.h-80 {
    height: 80%
}

.h-85 {
    height: 85%
}
.h-90 {
    height: 90%
}
.h-95 {
    height: 95%
}


