﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('font-awesome/css/all.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.mud-grid-item {
    margin: 0;
    box-sizing: border-box;
}

.mud-input-outlined.always-outlined .mud-input-adornment-position-start {
    margin-top: 0 !important; /* Adjust as needed */
}

.mud-input-outlined.always-outlined .mud-input-label-shrink {
    transform: none !important;
    font-size: 1em; /* Adjust as needed */
    color: rgba(0, 0, 0, 0.6); /* Example color, adjust as needed */
}

.mud-input-outlined.always-outlined .mud-input-label {
    transform: translateY(-0.9rem) translateX(0.5rem) scale(0.75);
    transform-origin: top left;
    width: 100%;
}

.loader-container {
    display: flex;
    justify-content: center; /* centro horizontal */
    align-items: center; /* centro vertical */
    height: 100vh; /* ocupa toda a altura do ecrã */
    width: 100%;
}


.syncpt-loading-spinner {
    animation: rotation 3s infinite linear;
    width: 100px;
    max-width: 30vw;
}

.mud-timeline-vertical {
    padding-top: 10px;
    flex-direction: column;
}

.mud-timeline-vertical-override {
    padding-top: 10px;
    flex-direction: column;
}

.pa-6 {
    padding: 10px !important;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/*MudNavBar*/
.mud-navmenu .mud-nav-item {
    font-size: 0.8rem;
    padding-bottom: 0.0rem;
}

    .mud-navmenu .mud-nav-item:first-of-type {
        padding-top: 0rem;
    }

.mud-nav-item:last-of-type {
    padding-bottom: 0rem;
}

.mud-navmenu .mud-nav-item a {
    color: #454545 !important;
    border-radius: 4px !important;
    height: 2.5rem !important;
    display: flex !important;
    align-items: center !important;
    line-height: 3rem !important;
}

    .mud-navmenu.mud-nav-item a.active {
        background: #F0F0F0 !important;
        border-left: 6px solid #163B6D !important;
        font-weight: 700 !important;
    }

    .mud-navmenu.mud-nav-item a:hover {
        background: #F0F0F0;
        font-weight: 700;
    }
/*MudNavBar*/

/*MudTabs*/
.mud-tabs-panels {
    background-color: white;
}

.mud-tabs-toolbar {
    background-color: #E0E0E0 !important;
}
/*MudTabs*/
a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    background-color: #DC3228;
    border-color: #DC3228;
    color: #FFFFFF;
}

    .btn-primary:hover {
        background-color: #DC3228;
        border-color: #DC3228;
        color: #FFFFFF;
    }

.form-control:focus {
    border-color: #DC3228 !important;
    box-shadow: 0 0 0 0.03rem #DC3228 !important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #DC3228;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    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;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.full-width {
    width: 100% !important;
}

h1 {
    font-size: 2.0rem !important;
    color: #163B6D !important;
    font-weight: 400 !important;
}

.mud-breadcrumbs {
    padding: 0px 0px 0px 0px !important;
}

    .mud-breadcrumbs li a {
        color: #163B6D;
    }

    .mud-breadcrumbs li:last-child {
        font-weight: 500;
    }

.mud-card-header .mud-card-header-content {
    max-width: 100%;
    overflow-x: scroll !important;
}

.dl-horizontal dt {
    width: 200px;
}

.dl-horizontal dd {
    margin-left: 220px;
}

dt, dd {
    padding: 5px;
    line-height: 1.42857143;
}

.no-border-no-padding-left-right {
    border: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-padding-sides {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mud-expand-panel {
    background-color: #F4F5F5 !important;
}

    .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-text {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #163B6D;
    }

.mud-expand-panel-content {
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #FFFFFF;
}

.mud-carousel-item img {
    display: block;
    margin: 0 auto;
}

.mud-expand-panel h5 {
    font-size: 1.0rem;
    margin-top: 10px;
    color: #060606;
    /* border-bottom: 1px solid #163B6D; */
    padding: 10px;
    background: #E0E0E0;
}

.mud-tabs-panels h5 {
    font-size: 1.0rem;
    margin-top: 10px;
    color: #060606;
    /* border-bottom: 1px solid #163B6D; */
    padding: 10px;
    background: #E0E0E0;
}

.mud-button-filled-size-small {
    padding: 2px 8px !important;
    font-size: .7120rem !important;
}

.itemParagraphTitleSmall {
    font-size: 12px;
    padding-left: 5px;
    text-align: left;
}

.tradeitem-form-label {
    padding-top: 30px !important;
}



.mud-tooltip-root-full {
    width: 100%;
}

    .mud-tooltip-root-full
    .mud-tooltip-inline-full {
        width: 100%;
    }

.mud-tooltip-root.mud-tooltip-inline {
    display: inline-flex !important;
    float: right !important;
    margin-top: 0px;
    overflow: auto;
}

.mud-tooltip-inline-full-width {
    width: fit-content;
    text-align: center;
}

.mud-tooltip-question-mark-icon {
    font-size: 0.90rem !important;
    margin-bottom: 5px !important;
}

.div-tradeitem-list-thumbnail-image {
    float: left;
    height: 40px;
    width: 40px;
    padding: 5px;
    vertical-align: middle;
}

.itemParagraphNavBar {
    font-size: 12px;
    text-align: left;
    padding-left: 2px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0 !important;
}

.img-tradeitem-list-thumbnail-image {
    max-height: 100%;
    padding: 5px;
    margin: 0 auto;
}

.div-tradeitem-form {
}

.div-tradeitem-header-title {
    width: 100%;
    display: -webkit-inline-box;
}

    .div-tradeitem-header-title h1 {
        max-width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.div-btns-header-operation .mud-button-label .mud-button-icon-start {
    display: block;
    margin: 0;
}

.div-btns-header-operation button {
    float: right;
}

.div-btns-header-operation .mud-button-group-root {
    float: right;
}

.div-btns-header-operation .mud-menu {
    float: right;
    align-self: auto;
}

.grid-form-rendering {
    /*   padding: 0px !important;*/
    display: flex; /* Use flexbox to control layout */
}

.mud-table-row-master-data {
    color: inherit;
    display: flex;
    width: 100%;
    outline: 0;
    vertical-align: middle;
}

.div-tradeitem-header {
    position: fixed;
    z-index: 1;
    background-color: #f8f8f8;
    margin-top: -30px;
    padding-bottom: 20px;
    padding-top: 10px;
    right: 21px;
    left: 75px;
}

.div-tradeitem-main {
    position: relative;
    display: contents;
    flex-direction: column;
}

.tablemultilanguage {
    width: 100%;
    /* margin-bottom: 1rem; */
    color: #212529;
}

.mud-drawer.mud-drawer-mini .mud-nav-link {
    /* Your styles here, e.g., padding, font size, icon size */
    padding-left: 8px; /* minimal padding for mini mode */
    font-size: 0.75rem; /* if you want smaller text/icon, though normally icons only appear in mini mode */
}

.mud-drawer.mud-drawer-mini .custom-navlink {
    padding-left: 8px; /* or your desired style */
}

.no-header .mud-expansion-panel-header {
    display: none;
}

.custom-table {
    width: 200px;
}

.div-paper-tradeitem-header {
    width: 100%;
    z-index: 2;
}

.mud-card-header .mud-card-header-content {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.div-paper-tradeitem-side-menu {
    position: fixed;
    margin-top: 110px;
    z-index: 0;
    margin-left: 12px;
    width: 230px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}


.div-paper-tradeitem-side-menu_noheader {
    position: fixed;
    margin-top: -20px;
    z-index: 0;
    margin-left: 10px;
    width: 230px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.div-timeline-trade-side-menu {
    max-height: 62vh;
}

    .div-timeline-trade-side-menu .mud-timeline-item {
        padding-bottom: 12px !important;
    }

.div-paper-tradeitem-tabs {
    flex-grow: 1;
    margin-left: 255px;
    margin-top: 110px;
    margin-right: 12px;
    /*  margin-top: 110px;
    margin-left: 245px;
   
    z-index: 1;*/
}

.div-paper-tradeitem-tabs_noheader {
    flex-grow: 1;
    margin-left: 255px;
    margin-top: -20px;
    margin-right: 10px;
    /*  margin-top: -80px;
    margin-left: 245px;
    margin-right: 10px;
    z-index: 1;*/
}

.div-paper-tradeitem-tabs-no-tabs {
    flex-grow: 1;
    margin-right: 0px;
    margin-top: 150px;
    /* margin-top: 110px;
    margin-left: 0px;
    margin-right: 10px;
    z-index: 1;*/
}

.div-paper-tradeitem-tabs_noheader-no-tabs {
    flex-grow: 1;
    margin-top: -80px;
    margin-right: 10px;
    /* margin-top: -80px;
    margin-left: 0px;
    margin-right: 10px;
    z-index: 1;*/
}


.div-paper-tradeitem-tabs-vertical {
    flex-grow: 1;   
    margin-top: 110px;
    margin-right: 12px;
    margin-left: 255px;
}

.div-paper-tradeitem-tabs-vertical_noheader {
    flex-grow: 1;
    margin-left: 255px;
    margin-top: -20px;
    margin-right: 12px;
}

.div-paper-tradeitem-tabs-vertical-no-tabs {
    flex-grow: 1;
    margin-right: 12px;
    margin-top: 110px;
    margin-left: 12px;
    
}

.div-paper-tradeitem-tabs-vertical_noheader-no-tabs {
    flex-grow: 1;
    margin-top: -20px;
    margin-right: 12px;
    margin-left: 12px;
   
}

.div-paper-tradeitem-tab {
    margin-right: 10px;
    margin-bottom: 10px;
}



.vertical-timeline-tabs {
    display: flex;
    height: 400px; /* adjust as needed */
}
    .vertical-timeline-tabs .mud-tabheaders {
        display: none;
    }

    /* Make the headers vertical and styled like a timeline */
    .vertical-timeline-tabs .mud-tabheaders {
        flex-direction: column;
        width: 180px; /* width of the timeline column */
        border-right: 1px solid #ccc;
        margin: 0;
    }

    /* Style individual tab headers */
    .vertical-timeline-tabs .mud-tabheader {
        display: flex;
        align-items: center;
        padding: 10px;
        position: relative;
        cursor: pointer;
    }

        /* Add a circle (timeline node) before each tab label */
        .vertical-timeline-tabs .mud-tabheader::before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #3f51b5;
            margin-right: 10px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

    /* Style for the active tab's node (e.g., different color) */
    .vertical-timeline-tabs .mud-tabheader-active::before {
        background-color: #ff5722;
    }

    /* Style the content area to fill remaining space */
    .vertical-timeline-tabs .mud-tabpanel {
        flex: 1;
        padding: 20px;
        background-color: #f5f5f5;
    }


.table td, .table th {
    padding: 0.5rem !important;
}

.img .selected {
    border: 2px solid #DC3228;
}

/*Ant*/
.timeline-container {
    max-width: 600px; /* Keeps content within manageable width */
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden; /* Prevent horizontal scroll */
    padding: 20px;
}

.event {
    background: #f0f0f0;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
}
/*Ant*/
.ant-cascader {
    width: 100% !important;
    margin-top: 4px !important;
    height: 50px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
    height: 40px !important;
}

.ant-select-single .ant-select-selector {
    align-items: center !important;
}

.ant-select-selection-item {
    line-height: 50px !important;
}

.ant-select-selection-placeholder {
    line-height: 50px !important;
}

.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled), .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
    font-weight: 600 !important;
    background-color: var(--mud-palette-action-default-hover) !important;
}

.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
    box-shadow: 0 0 0 0.03rem #8C1B4F !important;
}

.tooltip-container {
    position: relative;
    display: inline-block; /* Adjust as needed */
    width: 100%;
}

.tooltiptext {
    visibility: hidden;
    width: fit-content;
    background-color: #636363;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 500;
    bottom: 135%; /* Position above the element */
    left: 50%;
    transform: translateX(-50%); /* Half of the width */
    opacity: 0;
    transition: opacity 0.3s;
    white-space: pre-wrap; /* Allow multiple lines if needed */
    padding: 5px;
}

.tooltip-container:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 200px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 55px;
    }
}

@media (max-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        text-align: right;
    }

    .dl-horizontal dd {
        margin-left: 170px;
    }
}

/*Tizzani.MudBlazor.HtmlEditor*/
.html-editor {
    min-height: 220px !important;
    padding-bottom: 40px !important;
}

.ql-toolbar {
    overflow-x: visible !important;
}

.ql-picker-options {
    max-height: 185px !important;
    overflow-x: scroll !important;
}

.ql-editor {
    min-height: 177px !important;
}

/* Login Page Start */
.login-background {
    background-image: none;
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: hidden;
}

    /*.login-background::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.5);
        z-index: 0;
    }*/

.main.login-body.login-background {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.container.card-login {
    z-index: 2;
}

.img.logo-responsive {
    width: 50%;
}


/* Login Page End */

/* ---------------------- NEW CSS for SonaePIM Layout ---------------------- */
.sonae-pim-container {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Make sure the container takes full height */
}

.sonae-pim-header {
    background-color: #f0f0f0; /* Example header background */
    padding: 10px;
    position: sticky;
    top: 0;
    z-index: 1; /* Ensure header stays on top */
    width: 100%; /* Ensure the header spans the full width */
}

.sonae-pim-navbar {
    background-color: #e0e0e0; /* Example navbar background */
    padding: 10px;
    width: 250px; /* Fixed width for the navbar */
    flex-shrink: 0; /* Prevent navbar from shrinking */
    height: 100%; /* Make the navbar take full height */
}

.sonae-pim-content {
    flex-grow: 1; /* Main content takes remaining space */
    overflow-y: auto; /* Enable scrolling for the content */
    padding: 10px;
    left:220px;
}

.grid-form-rendering {
    display: flex; /*  */
    flex-direction: column;
    height: 100%;
}
/* ---------------------- END NEW CSS ---------------------- */

/* ----------------- START LOGIN / RESET PASSWORD CSS -------------*/
.btn-login {
    background-color: #2b325d !important;
    border: none !important;
    border-radius: 5px !important;
    color: white !important;
    padding: 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    font-size: 16px !important;
}
/* ----------------- END LOGIN / RESET PASSWORD CSS -------------*/

/*----------------------------- Start Fix Body Height -----------------------------*/
body {
    height: fit-content !important;
    background-color: #f8f8f8 !important;
}
/*----------------------------- End Fix Body Height -----------------------------*/

/*------------------------- Start Fix AntDesign selector -------------------------*/
.ant-select-selector {
    border-color: #bdbdbdff !important;
    border-radius: 4px !important;
    border-width: 1px !important;
}
    .ant-select-selector:not(:focus-within):hover {
        border-color: #00000089 !important;
    }
    .ant-select-selector:focus-within {
        border-color: #dc3228ff !important;
        border-width: 2px !important;
    }

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
    padding: 2px 11px !important;
}
/*------------------------- End Fix AntDesign selector -------------------------*/

.mud-timeline-item {
    position: relative;
}

.timeline-dot-clickable {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 12px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 5;
}

.action-buttons {
    display: flex;
    gap: 0.5rem; /* ou 8px */
    align-items: center;
    justify-content: start;
}

.action-buttons-contained-formrendering {
    display: flex;
    gap: 0.5rem; /* ou 8px */
    align-items: center;
    justify-content: end;
}

.text-end {
    text-align: end !important;
}

.errors-count-badge span.mud-badge.mud-badge-top.right.mud-elevation-0.mud-theme-error.mud-badge-overlap {
    inset: auto auto calc(100%) calc(100% - 12px);
}

.filter-drawer:not(.mud-drawer-fixed) {
    position: fixed !important;
}

.new-product-tabs .mud-tabs-toolbar,
.export-tabs .mud-tabs-toolbar,
.codelists-tabs .mud-tabs-toolbar{
    background-color: #fff !important;
}

.codelists-tabs .mud-tab:hover {
    background-color: var(--mud-palette-primary-hover) !important;
}

.codelists-tabs .mud-tabs-toolbar{
    padding: 12px!important;
}

.new-product-dialog {
    overflow: visible !important;
    max-height: none !important;
}

.code-list-table td.mud-table-cell {
    border-bottom: none !important;
    width: 100%;
}

    .code-list-table td.mud-table-cell p {
        margin: 0 !important;
    }

.code-list-table .mud-table-row .mud-table-cell {
    padding: 14px 24px 14px 16px !important;
}

.code-list-table .mud-table-toolbar {
    margin-bottom: 24px !important;
    padding-right: 16px !important;
    padding-inline-end: 16px !important;
}

.code-list-table .mud-input-root-outlined {
    padding: 10.5px 14px !important;
}

.export-select-attributes-table .mud-table-container {
    overflow: clip;
}

.timeline-product-tabs:before {
    left: 10px !important;
    height: 100% !important;
}

.timeline-product-tabs {
    padding-top: 0 !important;
}

    .timeline-product-tabs .mud-timeline-item .mud-timeline-item-divider {
        min-width: 50px !important;
    }

    .timeline-product-tabs .mud-timeline-item .mud-timeline-item-divider {
        justify-content: flex-start !important;
    }

    .timeline-product-tabs .mud-timeline-item{
        justify-content: flex-end !important;
    }

.mud-timeline-vertical.mud-timeline-position-start .mud-timeline-item-content, .mud-timeline-vertical.mud-timeline-position-end .mud-timeline-item-content {
    max-width: 100% !important;
}

.mud-navmenu.mud-navmenu-bordered .mud-nav-link.active:not(.mud-nav-link-disabled) {
    border-inline-end-style: none !important;
    border-inline-end-width: 0px !important;
}

.mud-navmenu.mud-navmenu-secondary .mud-nav-link.active:not(.mud-nav-link-disabled) {
    background-color: var(--mud-palette-primary-hover) !important;
}

    .mud-navmenu.mud-navmenu-secondary .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-nav-link-icon {
        color: var(--mud-palette-primary) !important;
    }

.navmenu-link .mud-nav-link-text {
    display: flex;
    align-items: center;
}


.mud-tooltip-root.mud-tooltip-inline:has(.navmenu-link),
.mud-tooltip-root.mud-tooltip-inline:has(.navmenu-link-default) {
    width: 100% !important;
}

.navmenu-link.expanded {
    background-color: var(--mud-palette-primary-hover) !important;
}

    .navmenu-link.expanded .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-nav-link-icon {
        color: var(--mud-palette-primary) !important;
    }

.navmenu-link.collapsed .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-nav-link-icon {
    color: var(--mud-palette-drawer-icon) !important;
}


.navmenu-link.collapsed .mud-nav-link.active:not(.mud-nav-link-disabled) {
    background-color: transparent !important;
}

.navmenu-link.expanded .mud-nav-link.active:not(.mud-nav-link-disabled) {
    background-color: var(--mud-palette-primary-hover) !important;
}

.navmenu-link.collapsed .mud-nav-link.active:not(.mud-nav-link-disabled),
.navmenu-link.expanded .mud-nav-link.active:not(.mud-nav-link-disabled) {
    font-weight: inherit !important;
}

button.expand-btn:hover {
    background-color: transparent !important;
    color: rgb(140 27 79 / 90%) !important;
}

.navmenu-link.collapsed .mud-nav-link.active:hover:not(.mud-nav-link-disabled),
.navmenu-link.expanded .mud-nav-link.active:hover:not(.mud-nav-link-disabled) {
    background-color: var(--mud-palette-action-default-hover) !important;
}

.timeline-product-tabs {
    position: relative;
}

.timeline-line {
    position: absolute;
    left: 10px;
    width: 3px;
    background-color: var(--mud-palette-divider);
    z-index: 0;
    bottom: 0;
}

    .timeline-line.timeline-no-header{
        top: 20px;
    }

    .timeline-line.timeline-header {
        top: 35px;
    }

    .mud-timeline-vertical::before {
        display: none !important;
    }

.mud-timeline-item-dot {
    background: #4E4F4F !important;
}

    .mud-timeline-item-dot .mud-timeline-item-dot-inner.mud-timeline-dot-default {
        background-color: #4E4F4F !important;
    }

    .mud-timeline-item-dot .mud-timeline-item-dot-inner.mud-timeline-dot-primary {
        background-color: #DC3228 !important;
    }

    .mud-timeline-item-dot:has(.mud-timeline-dot-primary) {
        background: #dc3228 !important;
    }

svg.mud-icon-root.mud-svg-icon.mud-icon-size-medium.tab-has-errors {
    fill: #AB2424 !important;
}

.mud-timeline-item-dot-inner.mud-timeline-dot-default:has(.tab-has-errors) {
    background-color: #FBE1E1 !important;
}

.mud-timeline-item-dot .mud-timeline-item-dot-inner.mud-timeline-dot-primary:has(svg.tab-has-errors) {
    background-color: #fbe1e1 !important;
}

.mud-timeline-item-dot:has(svg.tab-has-errors) {
    background: #fbe1e1 !important;
}

.mud-item-has-errors .mud-timeline-item-content div.active p.mud-typography {
    color: #dc3228 !important;
    font-weight: 500 !important;
}

.mud-timeline-item-content div.active p.mud-typography {
    font-weight: 500 !important;
}

button.reject-item-btn span.mud-button-label {
    text-transform: none;
    font-weight: 500;
    font-size: smaller;
}

button.reject-item-btn:hover {
    background-color: transparent !important;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
    background: #dc3228 !important;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #dc3228 !important;
}

.ant-steps-item-process .ant-steps-item-icon {
    border-color: #dc3228 !important;
}

.ant-steps-icon .anticon-check {
    color: #dc3228 !important;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
    border-color: #dc3228 !important;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title, .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle, .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
    color: #dc3228 !important;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
    color: #dc3228 !important;
}

.ant-steps-item-finish .ant-steps-item-icon {
    border-color: #dc3228 !important;
}

.copy-from-gs1-table .mud-table-toolbar {
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 12vh;
}

/* Position class for top center */
.mud-top-center-snackbar {
    top: 20px !important; /* Adjust as needed */
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: fixed !important;
    z-index: 9999;
}

/* Style for larger Snackbar content */
/* Make Snackbar taller and larger */
.mud-snackbar {
    font-size: 1.25rem; /* Larger text size */
    padding: 24px; /* Increase padding for height */
    min-height: 80px; /* Set a minimum height for larger size */
    display: flex;
    align-items: center; /* Vertically center content */
    justify-content: center; /* Optional: horizontally center if needed */
}

/* Style for multiselect TradeItemCodeListMultiselectUdfEdit Sonae */

.multiselect .ant-select-selector{
    min-height: 40px !important;
}

.multiselect .ant-select-selection-item-remove {
    color: #fff !important;
}

.multiselect .ant-select-selection-item {
    line-height: 22px !important;
    background: #dc3228ff !important;
    border: 1px solid #dc3228ff !important;
    color: #fff !important;
}

.multiselect .anticon-loading {
    color: #dc3228ff !important;
}


.mud-scroll-to-top.visible {
    bottom: 8vh !important;
}

.height-adjustment {
    height: 2.5rem !important;
}

.mud-navmenu.mud-navmenu-dense .mud-nav-link {
    padding: 8px 16px 8px 16px !important;
}

.mud-navmenu.mud-navmenu-secondary.mud-navmenu-margin-none.mud-navmenu-dense.mud-navmenu-rounded.mud-navmenu-bordered.mud-border-secondary.nav.mud-width-full.itemParagraphNavBar.d-flex.flex-column {
    gap: 5px !important;
}