﻿body {
    background-color: #F5F7FE !important;
}

/*#CF3D2C Couleur rouge*/
/*#EBEFF0 Couleur Delineo*/

.auto-size-column {
    width: auto;
    white-space: nowrap;
}

.invalid-cell {
    background-color: #FFC1C1;
}

.valid-cell {
    background-color: #CCFFCC;
}

.import-button {
    margin: 10px;
}

.right-align {
    display: flex;
    justify-content: flex-end;
}


.filtreParContainer {
    border: 1px dashed black;
}

.filtreTempsForts {
    display: flex;
    border: 1px dashed black;
    justify-content: space-between;
    flex-grow: 1;
}

.pickerEndSaleDate {
}

.pickerStartSaleDate {
}

.formulaireAjoutTempsFort{
    padding: 20px 20px 20px 20px;
    margin: 0 0 10px 0;
}

.mainScreenContainer {
    display: flex;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.manageHighLightButtons{
    display: flex;
}

.highLightCard{
    display: flex;
}

.menuUtilisateur{
    width: 200px;
}

.topNavBar{
    display:flex;
    background-color: white;
}

.containerPlvButtons {
    display: flex;
    margin-left: 150px;
    justify-content: space-between;
}

.nameMailPhonePrinterContainer, .nameWeightTypeContainer{
    display:flex;
    justify-content: space-between;
}

.addressNumberBoxContainer, .colorDefaultPrinterContainer{
    display: flex;
    justify-content: space-between;
}

.postalCodeCityPrinterContainer{
    display: flex;
    justify-content: space-between;
}

.addressComplementPrinter{
    display: flex;
}

.containerTabsPrinterManage, .containerTabsTypesManage {
    display: flex;
    width: auto;
}

.printerManagePage, .typesManagePage{
    display: flex;
    justify-content: space-between;
}

.secondContainerPrinterManage{

    display: inline-block; /* Pour que le conteneur s'adapte à la hauteur du contenu */
    max-height: 100%;
}

.secondContainerTypeManage {

    display: inline-block; /* Pour que le conteneur s'adapte à la hauteur du contenu */
    max-height: 100%;
}

.iconPrinterName {
    display: flex;
}

.iconTypeName{
    display:flex;
}

.iconWeightType{
    display: flex;
}

.iconColorType{
    display: flex;
}

.iconDefaultPrinter{
    display: flex;
}

.iconMailPrinter{
    display:flex;
}

.iconPhonePrinter{
    display:flex;
}

.iconInfosPrinter{
    display:flex;
}

.addPrinterButtonContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 40px;
}

.nameWeightTypeContainer {
    display: flex;

}

.colorDefaultPrinterContainer {
    display: flex;

}

.typeWeight{
    margin-left: 100px;
}

.defaultPrinterType{
    margin-left: 100px;
}

/*.typesManagePage{
    display:flex;
}*/

.divToAdjustBottomOfResumPrinterInfos {
    margin-bottom: 50px;
}

.divToAdjustBottomOfResumTypeInfos{
    margin-bottom: 50px;
}

.lenghtWidthSizeContainer {
    display: flex;
}

.thicknessCommentContainer {
    display: flex;
}

.lenghtSize {
    margin-right: 10px;
}

.widthSize {
    margin-left: 10px;
}

.thicknessSize {
    margin-right: 10px;
}

.commentSize {
    margin-left: 10px;
}

.sizeManagePage{
    width: auto;
    display:flex;
}

.divToAdjustBottomOfResumSizesInfos{
    margin-left: 20px;
}

.containerTabsSizeManage{
    height: auto;
}

.productWeightSelectContainer{
    display: flex;
    width: auto;
    border: 2px solid black;
    justify-content: space-between;
}

.plvManageContainer {
    /*width: 300px;*/ /* Assurez-vous de définir la largeur correcte ici */
    margin-left: auto;
    margin-right: auto;
}

.plvTreeviewContainer {
    border: 3px solid black;
}

.product-label{
    display: flex;
}

.item-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Espacement entre les éléments */
}

.manageOptionsMainScreen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Cette règle prend toute la hauteur de la fenêtre de visualisation */
    width: 100%;
}

.boxChooseKindManage{

}

.highLightUsersShopMainContainerManage, .rightUsersGroupsUnderGroupShopMainContainerManage, .plvCommandAndManageMainScreen {
    width: auto;
    display: flex;
}

.highLightManageChoice, .usersManageChoice, .shopManageChoice, .rightManageChoice, .usersGroupManageChoice, .shopGroupManageChoice, .commandPreviewAndPlvManageChoice, .plvManageChoice {
    border: 2px solid #C5C6C7;
    border-radius: 5px;
    text-align: center;
    padding: 4px;
    height: 180px;
    margin: 20px;
    width: 180px;
    background-color: white;
}

.startButtonMainScreen{
    margin-top: 40px;
}

.titleCardMainScren {
    font-weight: bold;
}

.logoDelineoContainer{
    width: auto;
}

.bg-alternate {
    background-color: #E1EAEE;
}

.addHighLightButton {
    display: flex;
    justify-content: center; /* Horizontalement centrer */
    align-items: center; /* Verticalement centrer */
    height: 100%; /* Assurez-vous que le conteneur a une hauteur */
}

/*.startAndEndDateNewHighLight {
    display: flex;
}*/

.startAndEndDateNewHighLight {
    display: flex; /* Utilisez flexbox pour les éléments enfants */
    justify-content: space-between; /* Écarte les éléments enfants */
    margin-left: 70px;
}

.startDateNewHighLight, .endDateNewHighLight {
    flex: 1; /* Chaque div prend la moitié de l'espace disponible */
    display: flex;
    flex-direction: column; /* Les éléments enfants sont affichés en colonne */
    align-items: start; /* Alignez les éléments à gauche */
}

.startAndEndPrepareNewHighLight {
    display: flex;
}

.nameAndInputNameNewHighLight {
    display: flex;
    flex-direction: column; /* Pour que les éléments enfants s'affichent en colonne (les uns au-dessus des autres) */
    align-items: center; /* Centrer les éléments enfants horizontalement */
}

.startPrepareNewHighLight {
    margin-left: 30px;
    margin-right: 30px;
}

.endPrepareNewHighLight {
    margin-left: 70px;
    margin-right: 30px;
}

.containerAddNewHighLight {
    width: 750px;
    display: grid;
    place-items: center; /* Centrer à la fois horizontalement et verticalement */
    height: 100%;
}

.startAndEndPrepareNewHighLight {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.startPrepareNewHighLight{
    margin-left: 70px;
}

.endPrepareNewHighLight{
    margin-right: 100px;
}

.centerContainerNewHighLight {
    display: flex;
    justify-content: center; /* Centrer horizontalement */
    align-items: center; /* Centrer verticalement */
    height: 80vh;
}

.containerAddNewHighLightButtons {
    display: flex;
    justify-content: center; /* Centrer les boutons horizontalement */
    margin-top: -200px; /* Mettez de l'espace entre le conteneur des boutons et la carte */
    gap: 20px;
}

.titleNewHighLight{
    text-align:center;
}



.firstLineFilterContainer{
    display: flex;
    justify-content:space-between;
    margin-bottom: 50px;
}

.secondLineFilterContainer {
    display: flex;
    justify-content: space-between;
}

.filterHighLightContainer {
    padding-left: 30px;
    padding-right: 30px;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.firstContainerInMudContainer {
    display: flex;
    justify-content: space-between;
    border: 1px solid black;
    background-color: white;
    width:100%;
}

.parentContainerOne {
    display: flex;
    justify-content: space-between;
    margin-left: 30px;
    margin-top: 5px;
    height: 40px;
    align-items: center;
}

.parentContainerTwo{
    display: flex;
    flex-direction: column;
}

.childContainerTwo{
    display: flex;
    justify-content:space-between;
}

.parentContainerThree{
    display:flex;
    flex-direction: column;
}

.childContainerThree {
    display: flex;
    justify-content: space-between;
}

.parentContainerFour{
    display:flex;
    flex-direction: column;
}

.childContainerFour {
    display: flex;
    justify-content: space-between;
}

.parentContainerFive {
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
    margin-top: 10px;
}

.cmtLabel{
    margin-right: 30px;
}

.productLabel {
    margin-left: -5px;
    /*margin-right: 120px;*/
}

.takeAllSpace{
    width: 100%;
}

.gammeLabel {
    margin-right: 50px;
}

.secondContainerInMudContainer {
    border: 1px solid black;
    background-color: white;
    margin-left: -130px;
    margin-right: -130px;
}

.detailsContainer {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.productDetails{
    display: flex;
    justify-content: center;
}

.gammeDetails{
    margin-left: -60px;
}

.detailGammeLabel{
    margin-left: -20px;
    text-align:center;
}

.searchFieldContainer {
    margin-right: 20px;
    margin-top: -6px;
}

.buttonSaveManageGroup{
    display:flex;
    justify-content:center;
}

.flexcontainerUsersGroupManage {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}

.centerInLineAndColumn {
    display: flex;
    justify-content: center; /* alignement horizontal */
    align-items: center; /* alignement vertical */
    height: 100%;
    margin: 10px;
}

.textFieldUsersManage {
    width: 300px;
}

.toFlex {
    display: flex;
    justify-content: center; /* alignement horizontal */
    align-items: center; /* alignement vertical */
    height: 100%;
    margin: 10px;
}

.simpleFlex{
    display:flex;
}

.spaceBetweenItems {
    margin-left: 5px;
    margin-right: 5px;
}

.newUserButtonsContainer {
    display: flex;
    justify-content: center; /* alignement horizontal */
    align-items: center; /* alignement vertical */
    height: 100%;
    margin: 10px;
}

.addNewUserContainer{
    margin-bottom: 30px;
}

.searchFieldAndTabsGroupContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 10px;
}

.centerInLine {
    display: flex;
    justify-content: center; /* alignement horizontal */
    height: 100%;
    margin: 10px;
}

.containerLabelShopManage {
    border: 1px solid black;
    padding-top: 4px;
    padding-bottom: 4px;
    width: calc(100% - 48px - 20px); /* Largeur calculée en fonction de la taille de containerUploadShopManage et de la marge de 20px */
}

.containerUploadShopManage {
    border: 1px solid black;
    width: 48px;
    height: 50px;
    margin-right: 20px; /* Espacement de 20px entre containerUploadShopManage et containerLabelShopManage */
}

.containerUploadItem {
    border: 1px solid black;
    margin-left: 20px; /* Espacement de 20px entre containerUploadItem et containerShopManageToFlex */
    margin-right: 20px; /* Espacement de 20px entre containerUploadItem et les bords droits */
}

.containerShopManageToFlex {
    display: flex;
    justify-content: flex-start; /* Alignement horizontal à gauche */
    align-items: center; /* Alignement vertical au centre */
    height: 100%;
    margin: 10px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    /* définissez une largeur spécifique pour que cela fonctionne, par exemple: */
    width: 50%;
}

.treeViewItems {
    height: 50px;
    display: flex;
    align-items: center;
}

.custom-drawer-color {
    background-color: #405893;
}


.icon-button-image {
    width: 50%; /* ou une valeur fixe comme 20px, 30px, etc. */
    height: auto;
    display: block; /* Supprime les marges inutiles autour de l'image */
}

/*============================  NAV LAYOUT  ===============================*/

.navButton
{
    background-color: #fff;
    height: 20px;
    width: 20px;
    padding: 0;
    filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.1599999964237213));
    position: fixed;
    left: 82px;
    top:35px;
    z-index: 10000;
}
.mud-drawer.mud-drawer-mini.mud-drawer-pos-left.mud-drawer--closed{
    width:94px;
    overflow: hidden;
}
.navClose{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.navOpen{
    width: 194px;
    height: 90px;
    background-color: #262F31;
}

.navLogo{
    padding: 0;
    & img{
        width: 100%; height: 100%;
    }
}
.navLogoBackground{
    background-color: #262F31;
    padding: 21px;
    margin-bottom: 21px;
}
.navLogo.navLogo--pim {
    width: 142px;
    height: 27px;

}
.navLogo.navLogo--delineo {
    width: 142px;
    height: 43px;
    margin: 28px auto 8px;

}
.mud-drawer{
    background-color: #313B3D;
}

.mud-drawer--open button.mud-button-root.mud-icon-button.mud-ripple.mud-ripple-icon.navButton
{
    position: fixed;
    left: 184px;
    top: 35px;
    z-index: 10000;
}

.mud-drawer-mini .mud-nav-link
{
    justify-content: center;
}

.mud-nav-item
{
    padding: 8px 0;
}

.mud-drawer.mud-drawer-responsive.mud-drawer-pos-left.mud-drawer--open:not(.mud-drawer--initial), .mud-drawer.mud-drawer-persistent.mud-drawer-pos-left.mud-drawer--open:not(.mud-drawer--initial)
{
    width: 194px;
    overflow: hidden;
}

.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled)
{
    color: #fff ;
    background-color: #161E20;
    border-right: 4px solid #406FF6;
   
}
.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled):hover:not(.mud-nav-link-disabled), .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled):focus-visible:not(.mud-nav-link-disabled) {
    background-color: #161E20;
    opacity: 0.9;
}
.menuSetting{
    flex: 1;
    & .mud-tooltip-root{
        width: 100%;
    }
    
}
.MenuSettingGroup .mud-collapse-container.mud-collapse-entered.mud-navgroup-collapse{
    background-color: #435357;
}
.MenuSettingGroup button.mud-nav-link.mud-ripple.mud-expanded {
    background-color: #2a3436;
}

.menuSettingStyle{
    padding: 20px;
    border-top:1px solid #BCCACE;
    font-size: 14px!important;
    &:last-child{
        justify-content: center;
        padding: 20px 0;
    }
    & svg{
        fill: #fff!important;
    }

}
a.mud-nav-link {
    display: flex;
    align-items: center;
}
/*
300 = light
400 = regular
500 = medium
600 = semibold
700 = bold 
 */
.txtName{
    font-size: 12px;
    font-weight: 600;
}
.txtStatut{
    font-size: 12px;
    font-weight: 300;
}

.avatarIcon{
    color: #000;

}
.iconArrow{
    padding: 0;
}
.menuSettingStyle .mud-icon-button{
    padding: 0;
}

.mud-drawer-close-mini-md-left .mud-main-content {
    margin-left: 94px;
    padding-top: 28px!important;
}
.mud-drawer-open-persistent-left:not(.mud-drawer-open-persistent-right) .mud-main-content {
    margin-left: 194px;
    padding-top: 28px!important;
}

.CardDashboard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    border-radius: 6px;
    border: 1px solid #C2C3CD;
    width: 100%;
    &:hover{
        border: 1px solid #0a53be;
        color: #0a53be;
        cursor: pointer;
    }
}
.CardButtonDashboard{
    width: 100%;
    padding: 0;
}
.CardDashboardIcon{
    font-size: 4rem;
    background-color: #262F31;
    padding: 9px;
    border-radius: 100%;
    fill: #fff!important;
    overflow: visible;
}
.CardButton{
    background-color: #F5F7FE;
    padding: 10px 55px;

    &:hover{
        background-color:#406FF6!important;
        color: #F5F7FE;
        font-weight: 500;
    }
}
span.mud-button-label {
    text-transform: initial;
    font-size: 18px;
}

.mud-switch{
    margin-left: 0!important;
    margin-right: 0!important;
    margin-inline-start: 0!important;
    margin-inline-end: 0!important;
}
.CardStyle{
    border-radius: 6px;
    border: 1px solid #C2C3CD;}
.CardStyleLogin{
    border-radius: 6px;
    border: 1px solid #C2C3CD;
    padding: 64px 52px;
}

.SearchField{
    background-color: #F4F6F6;
    border-radius: 6px;
    margin: 0;
    & .mud-input.mud-input-outlined .mud-input-outlined-border{
        border: 0!important;
    }
}

/*============================  LOGIN LAYOUT  ===============================*/

img.mud-image.object-fill.object-center.LogoDelPageLogin {
    width: 203px;
    height: 61px;
}
.LoginLayout{
    font-family: 'open sans', sans-serif !important;
    margin: 0;
    width: inherit;
}
.LoginSubTitle{
    color: #fff;
}

.LoginTitle{
    color: #fff;
&:focus{
        outline: none;
    }}

.LoginBgd{
    background-image: url("../img/bgd-login.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.LoginBgd img.mud-image.object-fill.object-center{
    align-items: start;
}

.ForgetLink{
    font-size: 14px;
}
.RememberCheckbox p.mud-typography.mud-typography-body1{
    font-size: 14px!important;
}
.BtnConnect{
    display: flex;
    justify-content: center;
    margin: auto;
}
.ContainerLogin{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.ContainerLoginTitle{
    margin: 0 auto;
}

/*============================  import highlight LAYOUT  ===============================*/
.NbFiles{
    font-size: 16px;
    font-weight: 500;
}

.ItemBgd{
    background-color: #EDF2F5;
    padding: 10px;
    border-radius: 6px;
}
.DragZone{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 56px 0!important;
}

/*============================  highlight LAYOUT  ===============================*/
thead.mud-table-head tr.mud-table-row{
    background-color: #DBDFE2;
}

.pb15{
    padding-bottom: 150px;
}

th.mud-table-cell {
    font-size: 18px;
    font-weight: 600;
}

button.mud-button-root.mud-button.mud-button-text.mud-button-text-secondary.mud-button-text-size-small.mud-ripple.ActionBtn span.mud-button-label {
    font-size: 14px;
}

.ChipPreparation {
    background-color: #EED4CB;
    color: #F05D23;
    border: 1px solid #F05D23;
    &:hover{
        background-color: #EED4CB!important;  
    }
}
.ChipFinished{
    background-color: #E0FAF1;
    color: #27BA7D;
    border: 1px solid #27BA7D;
    &:hover{
        background-color: #E0FAF1!important;
    }
}
.ChipPreparationPlanned{
    background-color: #E0FAF1;
    color: #27BA7D;
    border: 1px solid #27BA7D;
    &:hover{
        background-color: #E0FAF1!important;
    }
}
.ChipPlanned{
    background-color: #E0FAF1;
    color: #27BA7D;
    border: 1px solid #27BA7D;
    &:hover{
        background-color: #E0FAF1!important;
    }
}
.ChipRunning{
    background-color: #E9E7FF;
    color: #7956F3;
    border: 1px solid #7956F3;
    &:hover{
        background-color: #E9E7FF!important;
    }
}
.ChipCustom{
    background-color: #E9E7FF;
    color: #1500FF;
    &:hover{
        background-color: #E9E7FF!important;
    }
}
.ChipProductLineFull{
    background-color: #E9E7FF;
    color: #313B3E;
}
.ChipProductLineMedium{
    background-color: #BFE7F0;
    color: #313B3E;
}
.ChipProductLineSmall{
    background-color: #F2DEBD;
    color: #313B3E;
}
.ChipProductLineCustom{
    background-color: #C6D4FC;
    color: #313B3E;
}

.mud-expand-panel-header {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.mud-tab.mud-tab-active.mud-ripple.custom-tab-all,
.mud-tab.mud-tab-active.mud-ripple.custom-tab-add{
    background-color: #406FF6;
    color: #fff;
    border: none;
    text-transform: initial;
}
.mud-tab.mud-ripple.custom-tab-add,
.mud-tab.mud-ripple.custom-tab-all {
    color: #406FF6;
    border: 1px solid #406FF6;
    text-transform: initial;

}

.Pagination-custom .mud-input-control>.mud-input-control-input-container {
    border-bottom: 1px solid #BDBDBD;
}

.Pagination-custom p.mud-typography.mud-typography-body2.mud-table-pagination-caption {
    font-size: 14px;
}

.sticky-left {
    background-color: #fff!important;
    border-right: 1px dashed #BDBDBD;
    border-bottom: 0.5px solid #BDBDBD;
}
.sticky-right {
    background-color: #fff!important;
    border-left: 1px dashed #BDBDBD;
    border-bottom: 0.5px solid #BDBDBD;
}
th.mud-table-cell.sticky-right {
    background-color: #fff!important;
}
th.mud-table-cell.sticky-left {
    background-color: #fff!important;
    z-index: 3;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell:first-child {
    z-index: 1;
}
.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell{
    z-index: 0;
}

.mud-input-control.mud-input-required>.mud-input-control-input-container>.mud-input-label{
&::after {
    content: "*";
    color: red;
}}

.CenterVertical{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.mud-progress-circular.mud-primary-text.mud-progress-large.mud-progress-indeterminate.loading-custom{
    width: 100px!important;
    height: 100px!important;
}

.ShopListNull{
    color: #DA315A;
    font-size: .875rem;
    font-weight: 500;
}


.TableMenuSubCategory{
    font-weight: bold;
    &.mud-expand-panel-header{
        padding: 0!important;
    }
}

.TableMenuItems
{
    background-color: #fff;
    border-radius: 5px;
    margin: 10px 0;
}

.TableMenuHead{
    background-color: #DBDFE2;
    padding: 8px 24px;
    & p{
        font-weight: 600;
    }
}

.PannelMenu{
    background-color: #EDF2F5;
    margin-bottom: 10px!important;
}

.PannelP0{
    padding: 0!important;
}
.Pal-2{
    padding-left: 2px!important;
}
.Pal-6{
    padding-left: 6px!important;
}
.Pal-10{
    padding-left: 10px!important;
}
.Pal-12{
    padding-left: 12px!important;
}
.Pal-13{
    padding-left: 13px!important;
}
.Pal-14{
    padding-left: 14px!important;
}
.Pal-16{
    padding-left: 16px!important;
}
.Pal-18{
    padding-left: 18px!important;
}

.ChipMenuStatesExclus{
    background-color: #F1D7D8;
    color: #A72532;
    & svg{
        margin-right: 5px;
        transform: rotate(45deg); 
    }
}

.ChipMenuStatesInclus{
    background-color: #E3F7DE;
    color: #588A4B;
    & svg{
        margin-right: 5px;
    }
}
.ColorSecondary{
    & input.mud-input-slot.mud-input-root.mud-input-root-text.mud-input-root-adorned-end{
        color: #A97A39;
        font-size: 18px;
        font-weight: 600;
    }
    
}

.ChipSupplementField{
    margin: 0;
   & .mud-input{
       color: #A97A39;
       text-align: center;
   }
    & .mud-input.mud-input-underline:after{
        border-bottom: none;
    }
    & .mud-input.mud-input-underline:before{
        border-bottom: none;
    }
    &.mud-input.mud-input-text.mud-input-underline.mud-shrink:hover{
        border-bottom: none;
    }
    
    & .mud-input.mud-input-text.mud-input-underline.mud-shrink{
        margin: 0;
    }
    & .mud-input.mud-input-underline:hover:not(.mud-disabled):before{
        border-bottom: none!important;
    }
    & input.mud-input-slot.mud-input-root.mud-input-root-text {
        text-align: center;
    }
}

.mud-chip.mud-chip-text.mud-chip-size-large.mud-chip-color-secondary.ChipSupplement{
    background-color: #F3ECE1;
    border: 1px solid #A97A39;
}


/*----------------- PAGE CARTE -------------*/
.CardStyleTableCustom{
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #C2C3CD;
}
.TableScroll{
    border: 1px dashed #56585C;
    border-radius: 5px;
    display: flex;
    overflow: scroll;
}
.TableCustomLeft{
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
}
.TableCustomRight{
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
}
.TableHeadCustomLeft{
    background-color: #DBDFE2;
    padding: 16px 0 16px 12px;
    border-radius: 5px 0 0 0;
    & p {
        font-weight: 600;
    }
    
}
.TableHeadCustomCenter{
    background-color: #DBDFE2;
    padding: 16px 0;
    & p {
        font-weight: 600;
    }
}
.TableHeadCustomRight{
    background-color: #DBDFE2;
    padding: 16px 12px 16px 0;
    border-radius: 0 5px 0 0;
    & p {
        font-weight: 600;
    }

}
.text-center{
    text-align: center;
}
.textHide{
    color: transparent;
    text-align: center;
}

.TableBodyCustom{
    margin-bottom: 10px;
    & svg{
        color: transparent;
    }
    & .mud-expand-panel{
        background-color: #F5F7FE;
        margin-bottom: 10px;
        border: none;
    }
    & .TableBodyCustomItemCenter{
        background-color: #fff;
        margin: 0 10px 10px 0;
        padding-left: 0!important;
        width: 290px!important;
        & p {
            padding: 12px 0;
        }
    }
    & .TableBodyCustomItemLeft {
        background-color: #fff;
        margin-bottom: 10px;
        border-radius: 5px 0 0 5px;
        margin-left: 12px;

        & p {
            padding: 12px 0;
        }
    }
    & .TableBodyCustomItemRight{
            background-color: #fff;
            margin-bottom: 10px;
            border-radius: 0 5px 5px 0;
            margin-right: 12px;
            & svg{
                color: inherit;
            }
            & p {
                padding: 12px 0;
            }
    }
    & .mud-expand-panel-content{
        padding: 0!important;
    }
    & .mud-expand-panel-header{
        padding: 0;
    }
}

.CustomTableCenterData{
    display: flex;
    justify-content: center;
}

.Containerflexrow{
    width: 300px;
    padding-left: 9px;
}
.width100{
    width: 100%;
}
.Textellipse{
    white-space: nowrap;
    overflow: hidden;
}

.TableMenuBodyCustom{
   
    & .TableMenuBodyCustomItemCenter{
        margin-left: 10px;
    }
 
  
}

/* -------------- PAGE ADD MENU ---------------*/
.AddMenuHeaderProduct{
    margin-bottom: 10px;
    & .mud-expand-panel-header{
        background-color: #DBDFE2;
        border-radius: 6px;
        font-size: 16px;
    }
    
}

.BtnAddProduct{
    background-color: #1EA896;
    color: #fff;
    font-weight: 600;
}

.BtnDeleteProduct{
    background-color: #D81616;
    color: #fff;
    font-weight: 600;
}
.BtnAdd{
    color: #406FF6;
    background-color: #D8DADD;
    width: 20px;
    height: 20px;
}
.BtnDelete{
    color: #D81616;
    background-color: #D8DADD;
    width: 20px;
    height: 20px;
}
.CardAddProduct{
    max-height: 400px;
    height: 400px;
    overflow: scroll;
}

.CardDeleteProduct{
    height: 632px;
    max-height: 632px;
    overflow: scroll;
}