html, body * {
    scrollbar-color: unset !important;
    scrollbar-width: unset !important;
}
a:hover {
    color: #f93b42;
}

.main_body {
    width: 100%;
    height: 90vh;
    position: relative;
}

.app_body {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #111111;
    
}

.dock_body {
    top: 55px;
    bottom: 5px;
    left: 0px;
    right: 5px;
    background-color: #111111;
    padding-left: 5px;
    /*width: calc(100% - 5px);*/
    /*height: calc(100% - 60px);*/
    position: absolute;
}

.e-grid .e-altrow {
    background-color: #212121;
}

.e-gridcontent .econtent {
    height: inherit;
}

.e-grid .e-gridheader {
    position: -webkit-sticky;
    position: sticky;
    top: 0px; /* The height of top nav menu. */
    z-index: 1;
}

.e-grid .e-spinner-pane {
    display: none;
}

.e-tick:before {
    content: "\e7ff";
}

.lm_content {
    background: #111317 !important;
}

    .lm_content > div {
        height: inherit;
        /*overflow-x: hidden;*/
    }

.lm_popout {
    visibility: hidden;
}

.lm_maximise {
    visibility: hidden;
}

.light_green_background {
    background-color: lightgreen;
}

.light_red_background {
    background-color: lightpink;
}

.green_background {
    background-color: green;
}

.red_background {
    background-color: red;
}

.reload {
    color: blue;
}

#components-reconnect-modal {
    background-color: black !important;
}

.circular_state {
    border-color: #27272f;
    border-radius: 8px;
    border-width: 8px;
    border-style: solid;
    height: 0px;
    width: 0px;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reverse_progress {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.z_score_progress_red_background {
    height: 4px;
    vertical-align: middle;
    background-color: #4b2724;
    border-radius: 0;
}

.z_score_progress_red {
    background-color: var(--mud-palette-tertiary);
    border-radius: 0;
    opacity: 0.9;
}

.z_score_progress_green_background {
    background-color: #1B5E20;
    height: 4px;
    vertical-align: middle;
    border-radius: 0;
}

.z_score_progress_green {
    background-color: var(--mud-palette-secondary);
    border-radius: 0;
    opacity:0.9;
}


#table.dataTable tbody th,
table.dataTable tbody td {
    padding: 6px 3px !important;
}


/****W2Ui Styles*****/
.w2ui-grid {
    border: 0;
}

    .w2ui-grid .w2ui-grid-body {
        background-color: var(--mud-palette-background);
    }

    .w2ui-grid .w2ui-grid-box {
        border: 0;
    }

        .w2ui-grid .w2ui-grid-box #grid_grid_body {
            color: #fff;
        }

        .w2ui-grid
        .w2ui-grid-box
        .w2ui-grid-body
        .w2ui-grid-frecords
        table
        tr.w2ui-even,
        .w2ui-grid
        .w2ui-grid-box
        .w2ui-grid-body
        .w2ui-grid-records
        table
        tr.w2ui-even {
            background-color: var(--mud-palette-background);
            border: 0;
        }

        .w2ui-grid .w2ui-grid-box .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd,
        .w2ui-grid .w2ui-grid-box .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd {
            background-color: var(--mud-palette-background-gray);
            border: 0;
        }

    .w2ui-grid .w2ui-grid-body table td {
        border-right: 0;
        border-bottom: 0;
        cursor: default !important;
        overflow: hidden;
    }

    .w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd,
    .w2ui-grid .w2ui-grid-summary table .w2ui-odd,
    .w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd {
        background-color: var(--mud-palette-background-gray);
    }

    .w2ui-grid .w2ui-grid-body .w2ui-grid-columns,
    .w2ui-grid .w2ui-grid-summary,
    .w2ui-grid .w2ui-grid-body .w2ui-grid-fcolumns {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .w2ui-grid .w2ui-grid-body table .w2ui-head {
        margin: 0;
        padding: 0;
        border-color: transparent;
        color: var(--mud-palette-dark-text);
        background: var(--mud-palette-table-hover);
    }

.w2ui-overlay .w2ui-overlay-body.w2ui-white {
    color: #3c3c3c;
    text-shadow: none;
    background-color: var(--mud-palette-background);
    border: 0;
    -webkit-box-shadow: 0 0 6px 1px #000;
    box-shadow: 0 0 6px 1px #000;
}

.w2ui-menu .w2ui-menu-item {
    color: #fff;
}

    .w2ui-menu .w2ui-menu-item:hover {
        background-color: #000;
        color: #fff;
    }

.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even:hover {
    background: #000000 !important;
    color: #fff !important;
}

.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-selected,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-selected,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-selected,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-selected,
.w2ui-menu .w2ui-menu-item.w2ui-selected {
    background: #20242B !important;
    color: #fff !important;
}

.w2ui-grid
.w2ui-grid-body
.w2ui-grid-frecords
table
tr.w2ui-even.w2ui-record-hover,
.w2ui-grid
.w2ui-grid-body
.w2ui-grid-records
table
tr.w2ui-even.w2ui-record-hover {
    background: #000000 !important;
    color: #fff !important;
}

.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even:hover {
    background-color: #20242B !important;
}



.w2ui-grid
.w2ui-grid-body
.w2ui-grid-frecords
table
tr.w2ui-even.w2ui-record-hover,
.w2ui-grid .w2ui-grid-body .w2ui-empty-record table tr.w2ui-even:hover,
.w2ui-grid
.w2ui-grid-body
.w2ui-grid-records
table
tr.w2ui-even.w2ui-record-hover,
.w2ui-grid .w2ui-grid-body .w2ui-empty-record table tr.w2ui-even:hover {
    background: red !important;
    color: unset !important;
}

.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-inactive:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-inactive:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-inactive:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-inactive:hover {
    color: #fff !important;
}

.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-inactive:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-inactive:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-inactive:hover,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-inactive:hover {
    color: #fff !important;
}

.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-inactive,
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-inactive,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-inactive,
.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-inactive {
    background: #20242B !important;
    color: #fff !important;
}

.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords,
.w2ui-grid
.w2ui-grid-body
.w2ui-grid-records
table
tbody
tr.w2ui-empty-record.w2ui-even:hover {
    background-color: #20242B !important;
}

.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords,
.w2ui-grid
.w2ui-grid-body
.w2ui-grid-records
table
tbody
tr.w2ui-empty-record.w2ui-odd:hover {
    background-color: #20242B !important;
}

.w2ui-reset table tr td {
    font-family: "Helvetica Neue","Helvetica","Arial","sans-serif" !important;
    font-size: 12px !important;
}

.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data > div {
    padding: 3px 6px;
}

.w2ui-overlay .w2ui-overlay-body.w2ui-white {
    font-family: "Helvetica Neue","Helvetica","Arial","sans-serif" !important;
    font-size: 12px !important;
}

.menu-text {
    margin: 0 15px;
}

.w2ui-col-header {
    /*text-align: center;*/
    font-weight: 700;
    opacity: 0.8;
}

::-webkit-scrollbar {
    width: 8px;
    height: 14px;
    background-color: #05070A;
}

::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0.5);
}


/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px gray;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #2C303B !important;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #2C303B !important;
    }


.mud-tab.mud-tab-active:hover {
    background-color: var(--mud-palette-primary-hover);
}

.mud-tab.mud-tab-active {
    color: var(--mud-palette-primary);
}

.mud-tab:hover {
    cursor: pointer;
    background-color: var(--mud-palette-action-default-hover);
}

.mud-ripple {
    position: relative;
    overflow: hidden;
}

.mud-card-header {
    padding: 8px;
}

.mud-card-content {
    padding: 8px;
}

.fs-7 {
    font-size: smaller !important;
}

.fs-8 {
    font-size: x-small !important;
}

.fs-grid {
    font-size: 0.7rem !important;
}

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

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

.vh-75 {
    height: 75vh;
}
.vh-50 {
    height: 50vh;
}

.mobile-card-bg {
    background-color: #2c2d37;
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.selectedColor {
    border-radius: 25%;
}

.chooseColor {
    width: 20px;
    height: 20px;
    border-radius: 25%;
    float: left;
    margin-top: 2.5px;
    padding-bottom: 2.5px;
    margin-right: 10px;
}

.card_button {
    width: 120px !important;
}

    .chooseColor .selectedColor {
        width: 20px;
        height: 20px;
    }

    .chooseColor ul {
        display: none;
        z-index: 30;
        position: relative;
        box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.7 );
    }

    .chooseColor:hover ul {
        display: block;
    }

    .chooseColor ul,
    .chooseColor ul li {
        list-style-type: none;
        border-radius: 25%;
    }

        .chooseColor ul li {
            width: 20px;
            height: 20px;
            cursor: pointer;
            margin-bottom: 2.5px;
        }

            .chooseColor ul li:hover {
                border: 1px solid orange;
            }

.dragablediv {
    position: absolute;
    z-index: 30;
}

.dragabledivHeader {
    padding: 5px;
    text-align: center;
    cursor: move;
    z-index: 31;
}

.popup-close {
    width: 40px;
    height: 25px;
    text-align: center
}
    .popup-close:hover {
        background-color: #FF6868;
        transition: .3s;
    }

.bottom_bar {
    height: 60px;
    padding-bottom: 5px;
}

@supports(padding: max(0px)) {
    .bottom_bar {
        padding-bottom: max(5px, env(safe-area-inset-bottom));
    }
}

.right-order-panel {
    overflow-x: hidden;
    overflow-y: auto;
    width: 220px
}

.container-inline {
    container-type: inline-size;
}

.opacity-90 {
    opacity: 0.9;
}

@container (max-width: 500px) {
    .right-order-panel {
        position: absolute;
        right:0px;
        top:50px;
        bottom:0px;
    }
}