﻿@import url('app.css');

:root {
    color-scheme: light only;
}

html {
    height: -webkit-fill-available;
}

body {
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

:root {
    --v2px: 2px;
    --v4px: 4px;
    --v6px: 6px;
    --v8px: 8px;
    --v10px: 10px;
    --v12px: 12px;
    --v14px: 14px;
    --v16px: 16px;
    --v18px: 18px;
    --v20px: 20px;
    --v24px: 24px;
    --v28px: 28px;
    --v32px: 32px;
    --v36px: 36px;
    --v40px: 40px;
    --v48px: 48px;
    --v56px: 56px;
    --v64px: 64px;
    --h2px: 2px;
    --h4px: 4px;
    --h6px: 6px;
    --h8px: 8px;
    --h10px: 10px;
    --h12px: 12px;
    --h14px: 14px;
    --h16px: 16px;
    --h18px: 18px;
    --h20px: 20px;
    --h24px: 24px;
    --h28px: 28px;
    --h32px: 32px;
    --h36px: 36px;
    --h40px: 40px;
    --h48px: 48px;
    --h56px: 56px;
    --h64px: 64px;
}

/* Empty Layout */
.emptylayout-main-div {
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    background-color: var(--mud-palette-primary);
    position: fixed;
    margin: 0;
    display: flex;
    flex-flow: row;
}

.emptylayout-rightpanel {
    margin: 20px;
    background: white;
    border-radius: 6px;
    width: 520px;
    min-width: 520px;
}

.emptylayout-footer-text {
    color: black !important;
    font-size: 13px;
}

.emptylayout-leftpanel-image {
    object-position: center;
    object-fit: contain;
    max-width: 100%;
}

.emptylayout-logo {
    height: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    object-position: left;
    object-fit: contain;
}

.emptylayout-title {
    color: white;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    margin-top: 50px;
    margin-left: 50px;
}

.emptylayout-text {
    color: white;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-left: 50px;
}
/* Empty Layout */

.main-menu-link > svg {
    color: #A2A3A0 !important;
}

.mobile {
    display: none !important;
}



.mud-tabs-panels {
    overflow-y: auto
}

.mud-main-content {
    height: calc(100% - 53px) !important;
}

.main-container {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 47px) !important;
    max-height: calc(100% - 47px) !important;
}

.mud-tabs-panels {
    overflow-y: hidden;
    overflow-x: hidden;
}

.mud-main-content {
    padding-top: 0px !important;
}

.transparent {
    background: none;
}

.mud-badge.mud-badge-top.right.mud-badge-overlap {
    inset: auto auto calc(100% - 20px) calc(100% - 20px);
}

.position-absolute {
    position: absolute;
    left: 0;
    z-index: 990;
}

.position-absolute-top-right {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 990;
}

.position-relative {
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}

.sign-in-provider-button {
    height: 54px;
    width: 54px;
}

.page-header-label {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #0F1108;
}

.flex-0 {
    flex: 0 !important;
}

.mud-button {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 18px;
    text-transform: none;
    elevation: 0;
}

.mud-drawer-open-mini-md-left .mud-main-content {
    margin-left: var(--mud-drawer-width-mini-left) !important;
}

.mud-nav-link-text {
    white-space: nowrap;
}

.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-icon-button-disabled) > svg {
    color: #10567E !important;
}

.mud-icon-button.selected:not(.mud-icon-button-disabled) > span > svg {
    color: #10567E !important;
}

.mud-drawer {
    overflow-x: hidden;
}

.mud-drawer-header {
    padding-left: 12px;
    padding-top: 16px;
    background-color: white;
}

.mud-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mud-drawer {
    top: 0;
}

.focus-trap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .focus-trap > div {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

.cliper-tabs-container .mud-tabs-toolbar-wrapper {
    width: 100% !important;
    display: flex;
    flex-direction: row;
}

.cliper-tab-content-grid {
    height: calc(100vh - 228px) !important
}

.cliper-tabs-container {
    width: 100%;
}

    .cliper-tabs-container .mud-tabs-panels {
        display: flex;
    }

.mud-input-control {
    margin-top: 0px;
}

.cliper-tabs-container .mud-tabs-panels {
    flex: 1 1 0% !important;
}

.mud-input-control.mud-input-control-margin-dense {
    margin-top: 0px;
    margin-bottom: var(--v24px);
}

.mud-checkbox {
    height: 40px;
}

.mud-switch {
    margin-right: -12px;
    padding-right: 0px;
}

.mud-dialog .mud-dialog-actions {
    justify-content: space-between
}

.cliper-line-item-icon {
    padding: 6px;
}

.mud-popover-cascading-value {
    z-index: 1302;
}

.create-popover {
    top: calc(100% - 101px) !important;
    border-radius: 0;
}

.filter-popover {
    top: calc(100% - 450px) !important;
    bottom: 0;
    left: 0 !important;
    width: 100%;
    border-radius: 0;
}

.mud-tabs-scroll-button {
    display: none;
}

.mud-tab.mud-ripple {
    min-width: 120px !important;
}

.mud-tab.mud-ripple {
    white-space: nowrap !important;
}

.login-image {
    height: 64px;
    width: 64px;
}

.login-title {
    font-size: 28px;
    color: #3A3A3A;
    line-height: 34px;
    font-weight: 700;
}

.mud-input-control-helper-container {
    padding-left: 4px !important;
    padding-right: 4px !important;
}


.stretched-icon-button > .mud-button-label {
    white-space: nowrap;
}

    .stretched-icon-button > .mud-button-label > .mud-button-icon-end {
        margin-left: 100px !important;
        margin-right: 9px;
    }

/* Hide scrollbar for Chrome, Safari and Opera */
.hidden-scroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.cell-center {
    text-align: center !important;
}

.cell-right {
    text-align: right !important;
}

.cell-center-header {
    text-align: center !important;
    margin-right: -18px;
}

.cell-right-header {
    text-align: right !important;
    margin-right: -18px;
}

.mud-table-pagination {
    display: flex !important;
    justify-content: end;
}

.mud-table-pagination {
    display: block !important;
}

    .mud-table-pagination div {
        margin-top: 0px !important;
    }

    .mud-table-pagination .mud-select input {
        text-align: center !important;
    }

.mud-table-pagination {
    overflow: hidden;
}

.mud-table-sticky-footer .mud-table-container {
    overflow-x: hidden;
}

.data-grid-action {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;
}

.data-grid-header-action {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;
}

.mud-xs-table .mud-table-cell {
    justify-content: flex-start !important;
}

table {
    width: 100%;
    table-layout: fixed;
}

    table tbody {
        width: 100%;
        overflow: hidden;
    }

    table td, table th {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.mud-table-cell::before {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-view-add-button {
    position: absolute;
    bottom: 80px;
    right: 24px;
    height: 60px;
    width: 60px;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

    .list-view-add-button > .mud-button-label > .mud-button-icon-size-large > .mud-svg-icon {
        font-size: 48px !important;
    }

.page-content-actions {
    position: absolute;
    right: var(--h16px);
}

.mud-popover-cascading-value {
    display: none;
}

.filter-popup-button {
    height: 35px;
    font-size: 14px;
}

.dialog-popup-button {
    height: 35px;
    font-size: 14px;
}

.mud-table-container {
    flex-grow: 1;
}

.cliper-form-button {
    height: 35px;
    font-size: 14px;
    min-width: 220px;
}

.cliper-form-button-left {
    height: 35px;
    font-size: 14px;
    width: 95%;
}

.cliper-form-button-right {
    height: 35px;
    font-size: 14px;
    width: 95%;
    margin-left: 5%;
}

.mud-table-smalldevices-sortselect .mud-input {
    display: none !important;
}

.mud-grid-spacing-xs-3 > .mud-grid-item {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.mud-grid-spacing-xs-3 {
    margin-top: 0px;
}

.ql-container {
    min-height: 10rem !important;
    height: 100% !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.ql-editor {
    height: 100% !important;
    flex: 1 !important;
    overflow-y: auto !important;
    width: 100% !important;
    max-height: 0;
}

.mud-dialog .mud-dialog-actions {
    padding: 8px 24px;
}

.order-list-item-index {
    font-size: 24px;
    font-weight: 500;
}

.order-list-item {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-list-item-2 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100% !important;
}

.selected-table-row > td {
    color: white !important;
    background-color: #10567eff !important;
}

    .selected-table-row > td .mud-input {
        color: white !important;
    }

    .caspect-065 .aspect-container{
        aspect-ratio: 0.65 !important;
    }

.caspect-154 .aspect-container {
    aspect-ratio: 1.54 !important;
}

.nested-table table {
    table-layout:auto;
}

.clear-all-text {
    cursor: pointer;
    color: #10567eff;
    font-weight: 500;
}

.notification-item-title {
    font-size: 16px;
    font-weight: 400;
}

.notification-item-timestamp {
    font-size: 12px;
    font-weight: 400;
    color: #7D7E79;
    margin-top: 4px;
}

.notification-item-icon {
    height: 11px;
    width: 11px;
    margin-top: 5px;
    margin-right: 10px;
}

.notification-item-container {
    padding-bottom: 0px !important;
}

.hidden {
    visibility: hidden;
}

.max-width-200{
    max-width:200px;
}

.max-width-250 {
    max-width: 250px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-350 {
    max-width: 350px;
}

.max-width-400 {
    max-width: 400px;
}

.autocomplete{
    margin-bottom: 50px;
}

.mud-tabs-panels{
    height: 100%;
}

.custom-search-container {
    border: 1px solid #BFBFBF;
    border-radius: 5px;
}

.custom-search-results-container {
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.custom-search-results-remove-item{
    position:absolute;
    right:0;
    top:0;
}