div.MuiTabs-root.hid-tabs{
    background-color:$color-mercury !important;
}
.hid-tabs{ 
button.MuiButtonBase-root{
        color:$color-black !important;
       
    }
    button.MuiButtonBase-root{
        color:$color-black !important;
      
    }
.hid-tabs{
   
        button.hid-button--secondary{
       &:hover{
        background-color:$color-alto !important;
       } 
    
}
}
button.Mui-selected{
    background-color: $background-01 !important;
    //color:$ui-01 !important;
}
button.Mui-disabled
{
    cursor: not-allowed !important;
    pointer-events: auto !important;
    color:$color-dove-grey !important;

}
span.MuiTabs-indicator{
    background-color: $ui-01 !important;
}
}
.hid-tabs-horizontal-header{
    background-color:$color-nobel !important;
    //background-color: $background-01 !important;
}
.hid-tab-Content
div.hid-cardsMedia.MuiCardMedia-root {
    height: 0px;
    //background-color: $ui-07 !important;
    
}
.hid-tabs-vertical{
    background-color: $background-01 !important;
    display: flex ;
}
.hid-tab-vertical-header{
    background-color: $color-alto !important;
    //max-height: 200px; 
    //overflow-y: auto;
}
