/*Comman Css Put Here*/
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --mud-palette-primary: var(--primary-color) !important;
    --mud-palette-secondary: var(--tab-active-text-color) !important;
}

/******************************************************************************************************************************
 ******************************************************** Start Comman Mud Table ********************************************************* *
 *****************************************************************************************************************************/
.mud-table-row {
    white-space: nowrap;
}

.mud-table td, .mud-table th {
    padding: 10px 10px; /* Reduce padding for compact rows */
    font-size: 14px; /* Reduce font size for compact content */
    white-space: nowrap; /* Ensure text stays in a single line */
    text-overflow: ellipsis; /* Add ellipsis for overflow content */
    overflow: hidden; /* Hide overflowing content */
}

.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 0px 5px 0px 5px !important;
    /*  padding-inline-start: 0px !important;
    padding-inline-end: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;*/
}

.mud-table-body td {
    padding: 8px; /* Add padding to table cells */
    text-align: left;
}

.mud-table-head th {
    text-align: left; /* Align text to the left */
    padding: 8px; /* Add padding */
    font-weight: bold !important; /* Make header text bold */
    /*border: 1px solid white !important;*/
}

.mud-table-body tr {
    /*border: 1px solid black !important;*/
}

.mud-table-cell td {
    /*border: 1px solid black !important;*/
}

.mud-table-bordered .mud-table-container .mud-table-root .mud-table-body .mud-table-row .mud-table-cell:not(:last-child) {
    border-right: 1px solid black !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.mud-table-sort-label {
    padding-left: 5px !important;
}

/* Margins and padding for consistent spacing */
.mud-table-rec {
    margin: 8px; /* Adjust as per your needs */
    padding: 4px 8px; /* Top-bottom: 4px, Left-right: 8px */
    /*border-radius: 4px;*/ /* Optional: Rounded corners */
}

    .mud-table-rec input {
        margin: 0;
        padding: 0px !important; /* Padding for the input box */
        font-size: 14px !important; /* Adjust font size */
        font-weight: bold !important;
    }

.mud-table-recmodal {
    height: 23px !important;
}

.mud-table-root {
    border-collapse: separate !important;
    width: 100%;
}

table {
    border-bottom: 1px solid black !important;
}

/******************************************************************************************************************************
 ********************************************************End Comman Mud Table ********************************************************* *
 *****************************************************************************************************************************/
/******************************************************************************************************************************
 ********************************************************Start Mud Tabs**************************************************************
 *****************************************************************************************************************************/
/* Overall tab container */
.mud-tabs-tabbar {
    padding: 0px;
}

/* Tab headers container */
.mud-tabs-tabbar-inner {
    padding: 0px 0;
}

/* Individual tab styling */
.mud-tab {
    padding: 0px 4px !important;
    margin-right: 0px;
    font-size: 12px;
    white-space: nowrap;
    text-transform: capitalize !important;
    /*border: 1px solid #dbdbdb !important;*/
}

/* Tab slider (the bar under the active tab) */
.mud-tab-slider {
    height: 3px; /* Adjust slider thickness */
}
/* Content area below tabs */
.mud-tab-content {
    padding: 0px;
}

.mud-ripple {
    min-width: 0px !important;
    min-height: 0px !important;
}

.mud-tabs-tabbar .mud-tabs-tabbar-inner {
    min-height: 0px !important;
}

.mud-icon-button {
    padding: 0px !important;
}

.mud-tab.mud-ripple {
    font-weight: bold !important;
    font-size: 15px;
}
/******************************************************************************************************************************
 ********************************************************End Mud Tabs**************************************************************
 *****************************************************************************************************************************/

/******************************************************************************************************************************
 ********************************************************Start Navbar**************************************************************
 *****************************************************************************************************************************/

.navbar {
    padding: 0px !important;
}

.nav-link {
    padding: 0px 10px 0px 10px !important;
}

.navbar-content-center {
    justify-content: left !important;
}

.navbar-brand {
    margin-right: 0rem !important;
}
/******************************************************************************************************************************
 ********************************************************End Navbar**************************************************************
 *****************************************************************************************************************************/

/******************************************************************************************************************************
 ********************************************************Start Mud Popup**************************************************************
 *****************************************************************************************************************************/
/* pop up menu */
.mud-typography {
    font-size: 14px !important;
}

.mud-list-item {
    padding: 2px 6px 2px 6px !important;
}
.mud-menu-item {
    padding: 0px 0px 0px 8px !important;
    margin: 0px 0px 0px 0px !important;
}

.mud-menu-item-text {
    margin: 0px 6px 0px 6px !important;
    /*border-bottom: solid 1px #dbdbdb !important;*/
}
.mud-list-item-text{

}
.mud-button-root mud-table-sort-label span {
    padding-left: 10px !important;
}
/******************************************************************************************************************************
 ********************************************************End Mud Popup**************************************************************
 *****************************************************************************************************************************/

/******************************************************************************************************************************
 ********************************************************Start Mud DropDown**************************************************************
 *****************************************************************************************************************************/
.mud-select .mud-select-input .mud-input-slot {
    font-size: var(--mud-typography-default-size) !important;
}
/******************************************************************************************************************************
 ********************************************************End Mud DropDown**************************************************************
 *****************************************************************************************************************************/
/******************************************************************************************************************************
 ********************************************************Start Mud Comman**************************************************************
 *****************************************************************************************************************************/
.mud-icon-root.mud-svg-icon {
    fill: var(--primary-color) !important;
}

.tick-mark {
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-line {
    width: 2px;
    height: 24px;
    background-color: var(--mud-palette-primary);
    margin: 0 8px;
}

.Dynamic-dialog-title {
    background-color: var(--tab-normal-color);
    color: var(--header-text-color);
    padding: 10px;
    font-size: 17px !important;
    font-weight: bold;
    text-align: center;
}



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
    }

    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
 
/******************************************************************************************************************************
 ********************************************************End Mud ICON**************************************************************
 *****************************************************************************************************************************/


/******************************************************************************************************************************
 ********************************************************Start Mud Modal**************************************************************
 *****************************************************************************************************************************/
/* Size-related styles (height, width, padding, margin, etc.) */
.dialog-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-dialog{
    padding:0px !important;
}
.dialog-title {
    font-size: 16px;
    flex-grow: 1;
    text-align: center;
}

.addedit-dialog-title {
    padding: 10px;
    font-size: 17px !important;
    font-weight: bold;
    text-align: left;
}

.footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; /* Space between icon and text */
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #c0c0c0;
    cursor: pointer;
}

/******************************************************************************************************************************
 ********************************************************End Mud Modal**************************************************************
 *****************************************************************************************************************************/