﻿/* Prevent LinCore.Blazor styles from breaking MudBlazor DataGrid in workflow pages */
.mud-data-grid .mud-table-head th {
    position: relative;
    overflow: visible;
}

.mud-data-grid .mud-input {
    position: relative;
}

.mud-list-item {
    padding: 0px 0px 0px 0px !important;
}

.mud-list-item-text p {
    font-size: 14px !important;
    font-family: LindeDax !important;
}

.mud-list-item-text p {
    font-size: 14px !important;
    font-family: LindeDax !important;
}
.mud-list-item-icon {
    min-width: 15px;
    padding: 0px 5px 0px 5px;
}

.mud-icon-size-medium {
    font-size: 1.25rem;
}
.mud-input-required{
    color:red
}
.mud-popover p {
    font-size: 14px !important;
    font-family: LindeDax !important;
    padding-left: 5px;
}
.mud-table-head * .mud-table-cell {
    padding: 2px 0px 2px 8px !important;
    border: 1px solid rgb(224 224 224);
    background-color: rgb(224 224 224) !important;
    font-size: 0.8125rem;
    line-height: 1.2;
}

.mud-table-body .mud-table-row .mud-table-cell {
    padding: 2px 0px 2px 8px !important;
    font-size: 0.8125rem;
    line-height: 1.2;
}

.mud-table-container {
    overflow-x: auto;
}

.small-title {
    font-size: 14px !important;
    font-family: LindeDax !important;
    margin: 5px 2px;
    background-color: #eoeoe;
    font-weight: bold;
}
.meduim-title {
    font-size: 20px !important;
    font-family: LindeDax !important;
    margin: 5px 2px;
    background-color: #eoeoe;
    font-weight: bolder;
}
.center-meduim-title {
    font-size: 20px !important;
    font-family: LindeDax !important;
    text-align: center;
}
.mud-dialog-title{
    padding: 4px 20px !important;
}
.mud-dialog-title h6 {
    font-family: LindeDax !important;
}

.custom-dialog-top {
    position: absolute;
    top: 80px;
    left: auto;
    right: auto;
/*    z-index: 1050;*/
}

.section-container {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0px;
    background-color: #F7F7F7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.section-container:hover {
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2); /* On hover, slightly increase shadow for a modern touch */
}

.dflex {
    display: flex;
    background-color: rgb(224 224 224) !important;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.validation-message{
    padding: 2px !important;
    color : red !important;
}

.pricesmart-card {
    border: 1px solid #005591;
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0px;
}

.headerbar {
    background-color: rgb(224 224 224) !important;
    margin: 0px 5px;
}

.message-info {
    font-size: 16px !important;
    font-family: LindeDax !important;
    text-align: left;
    margin-top:16px;
}

.right-aling-div {
    width: 100%;
    padding: 1px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* App version footer */
.app-version-footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    font-size: 0.7rem;
    color: #888;
    z-index: 9999;
}

/* Toolbar action buttons container */
.toolbar-actions {
    display: flex;
    gap: 4px;
}

.toolbar-actions-top {
    display: flex;
    gap: 4px;
    margin-top: 6px;
}

/* Column config popover */
.column-config-popover {
    min-width: 220px;
}

/* MultiSelectAutocomplete overflow chip */
.chip-cursor-pointer {
    cursor: pointer;
}

/* MultiSelectAutocomplete overflow popover */
.overflow-popover {
    display: inline-block;
    max-width: 400px;
}