* {
    font-family: 'Roboto',sans-serif !important;
    margin: 0;
    padding: 0;
    font-size: 0.6rem;
}

body {
    font-weight: 400;
    color: #000;
    background-color: rgba(252, 252, 252, .5);
    line-height: 1.5;
}

.homePage {
    margin: 0 auto;
    text-align: center;
}

.homeCards {
    height: 60px;
    width: 180px;
    margin: 10px;
    border-radius: 8px;
}

    .homeCards a {
        font-size: 16px;
    }

    .homeCards:hover {
        box-shadow: 1px 1px 14px #0729EA7D;
    }
/* header css start */
.mud-appbar .mud-toolbar-appbar {
    height: 54px !important;
}

.horizontal-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    gap: 10;
}

    .horizontal-nav :first-child {
        padding: 0px;
    }

.mud-toolbar-gutters {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.image-text {
    font-family: Arial, sans-serif;
    color: #000;
    text-align: center;
    width: 180px;
}

    .image-text img {
        height: 29px;
    }

    .image-text h6 {
        font-weight: 700;
    }

.mud-nav-link .mud-nav-link-text {
    color: #000 !important;
    margin: 0 !important;
    text-align: center !important;
    font-weight: 400 !important;
}

.horizontal-nav .mud-menu {
    align-items: center !important;
    border-right: 0.3px solid gainsboro;
}

.hubPortalNav a {
    display: block;
    padding: 0px 5px;
}

.hubPortalNav {
    text-align: center !important;
    align-items: center !important;
    padding: 0px 10px;
}

.rmpPortal .hubPortalNav {
    border-left: 1px solid gray;
}

.cmpPortal .hubPortalNav {
    border-left: 1px solid #fff;
}

.hubPortalNav div {
    font-weight: 500 !important;
    font-size: 12px;
}

.operativeReview {
    align-items: center !important;
    background: black;
}

.operativeReview .mud-nav-link-text {
    color: #fcd419 !important;
    font-weight: 500;
    font-size: 14px;
}

.mud-popover.mud-popover-open {
    opacity: 1;
    transition: opacity;
    min-width: 150px !important;
}

.mud-menu button span {
    color: black;
    font-weight: 400;
    font-size: 10px;
}

.header-right-nav {
    margin: -2px !important;
    height: 100%;
}

.headerSelectBox .mud-nav-item {
    padding: 2px !important;
}

.headerSelectBox .mud-navmenu {
    background: #fcd419 !important;
}

.headerSelectBox .mud-collapse-container {
    position: absolute;
}

.mud-nav-item a:hover {
    background: transparent !important;
}

.rmpPortal .mud-appbar {
    background-color: #fcd419 !important;
}

.rmpPortal .hubPortalNav .mud-ripple {
    display: block;
    padding: 0px 5px;
    background-color: #fcd419 !important;
}

.rmpPortal .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled), .cmpPortal .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    background-color: inherit;
}

.mud-nav-link-text {
    font-weight: 400;
    color: #000 !important;
    margin: 0 !important;
    font-size: 10px;
}

.headerSelectBox button .mud-nav-link-text:hover {
    background: none !important;
}

.mud-toolbar {
    justify-content: space-between;
    padding: 0;
}

.wrap-text {
    word-wrap: break-word;
}

.operativeReview a {
    width: 151px;
}

.mud-chip-filled {
    width: 65px;
    color: black !important;
    font-weight: 400;
    background: none;
}

.rmpPortal .mud-chip-filled.mud-chip-color-primary {
    color: black !important;
    background: none !important;
}

.mud-chip-filled span {
    font-size: 10px;
}

.horizontal-nav .mud-menu .mud-menu-activator .mud-popover {
    background: #fcd419 !important;
}

/* =============================header css end   ====================*/
/* =============================table css starts ==================== */

.tableDropdown > .mud-input-control-input-container > .mud-input {
    padding: 0px !important;
    height: 25px !important;
    width: 100px !important;
}

.mud-table-row td {
    color: black !important;
    font-size: 9px;
    display: table-cell;
    padding: 3.2px !important;
    height: 23px;
}

.mud-table-container {
    padding: 0px 12px;
}

.mud-table-row th {
    color: black;
    font-size: 10px;
    padding: 8px 2px;
}

.thGrade {
    text-align: center;
}

.mud-table-row .thGrade {
    text-align: center;
}

.allocationPool .mud-icon-root.mud-svg-icon {
    padding: 0;
    margin: 0;
}

.rmpOptionMenu {
    border-top: 4px solid #fcd419 !important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-end-start-radius: 6px;
    border-end-end-radius: 6px;
    margin-bottom: 2px;
}

.allocationPool .mud-input-control > .mud-input-control-input-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.viewContainer {
    cursor: pointer;
    color: #609cec !important;
    font-weight: 500;
    font-size: 8px;
}

.mud-table-sort-label {
    font-size: 9px !important;
}
/* =============================table css end ==================== */


/* =============================tabs css start ==================== */
.mud-tab {
    padding: 0px 5px !important;
    max-width: 114px !important;
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #000 !important;
    margin-left: 30px;
    min-height: 35px !important;
    font-weight: bold;
    font-size: 16px !important;
    min-width: 100px !important;
    border-radius: 5px;
}

.userImage img {
    height: 176px;
    width: 144px;
}
/* =============================RMP tabs css end ==================== */
/* =============TabTable css start */
.tabTable .mud-elevation-1 {
    box-shadow: none;
}

.tabTable {
    padding-top: 30px;
}

    .tabTable .mud-table-row th span {
        text-align: center !important;
        font-weight: 500px;
        color: black;
    }

.tabInsideLink {
    float: right;
    font-size: 10px;
    color: green;
}
/* Unselected checkbox border */
.mud-checkbox:not(.mud-checked) .mud-checkbox-inner {
    border: 2px solid gray !important; /* Gray border for unselected checkboxes */
    border-radius: 4px; /* Optional: rounded corners */
}
/* Adjust hover and focus styles */
.mud-checkbox:not(.mud-checked):hover .mud-checkbox-inner,
.mud-checkbox:not(.mud-checked):focus-within .mud-checkbox-inner {
    border-color: #808080 !important; /* Darker gray on hover/focus */
}
/* ====cmp employee review page start */
.cmpPortal .mud-nav-link .mud-nav-link-text {
    color: #fff !important;
    margin: 0 !important;
    text-align: center !important;
    font-weight: 400 !important;
}

.cmpPortal .mud-chip-filled.mud-chip-color-primary {
    color: #fff !important;
    background: none !important;
}

.cmpPortal .mud-appbar {
    background-color: #609cec !important;
    color: #fff !important;
}

.cmpPortal .operativeReview {
    align-items: center !important;
    background: #fff;
}

    .cmpPortal .operativeReview .mud-nav-link-text {
        color: #609cec !important;
    }

.rmpPortal .mud-icon-root.mud-svg-icon {
    fill: black;
}

.cmpPortal.mud-icon-root.mud-svg-icon {
    fill: #fff !important;
}

.cmpPortal .mud-nav-link:not(.mud-nav-link-disabled) .mud-nav-link-icon.mud-nav-link-icon-default {
    color: #fff;
}

.cmpPortal.hubPortalNav {
    text-align: center !important;
    align-items: center !important;
    padding: 0px 10px;
    border-left: 1px solid #fff !important;
}

.mud-button-outlined.mud-button-outlined-warning:hover {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
}

.optionMenu.mud-expand-panel .mud-expand-panel-header {
    font-size: 10px;
    outline: 1px solid lightgray;
    background: #e5e5e5;
    padding: 5px 20px !important;
    position: relative;
    transition: min-height .3s cubic-bezier(0.25, 0.8, 0.5, 1);
    user-select: none;
    min-height: 26px !important;
}

.cmpOptionMenu {
    border-top: 4px solid #609cec;
}

.cmpTable .mud-table-cell {
    line-height: 2.43;
}

a:hover {
    color: #0a58ca;
    text-decoration: underline;
}
/* tmp page start */
.mud-chip-filled.mud-chip-color-primary {
    color: var(--mud-palette-primary-text);
    --mud-ripple-color: var(--mud-palette-primary-text) !important;
    background-color: none !important;
}

.gmp-background .mud-appbar {
    background-color: #51d466;
    color: white
}

.optionMenu {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.gmp-background .userAccMaint {
    align-items: center !important;
    background: white;
}

.gmp-background .mud-appbar .horizontal-nav .mud-nav-link-text {
    color: white !important;
}

.gmp-background .mud-appbar .header-right-nav .mud-nav-link-text {
    color: white !important;
    fill: white !important;
}

.gmp-background .mud-appbar .header-right-nav .hubPortalNav .mud-icon-root {
    color: white !important;
    fill: white !important;
}

.gmp-background .mud-appbar .header-right-nav .userAccMaint .mud-nav-link-text {
    color: #51d466 !important;
    font-weight: 500;
    font-size: 10px;
}

.gmp.mud-icon-root.mud-svg-icon {
    fill: #51d466 !important;
}

    .optionMenu input {
        padding: 0.7rem !important;
    }

    .optionMenu .mud-input-control-input-container {
        align-items: end !important;
    }

    .optionMenu .mud-select {
        max-width: 250px;
    }

    .optionMenu .mud-input {
        max-width: 240px;
    }

.ompOptionMenu {
    border-top: 4px solid #aa52ce !important;
}

.ompHeader .mud-appbar {
    background-color: #aa52ce;
}

    .ompHeader .mud-appbar .header-right-nav .mud-nav-link-text {
        color: white;
        fill: white;
    }

    .ompHeader .mud-appbar .mud-nav-link-text {
        color: white !important;
        fill: white !important;
    }

.ompHeader .headerSelectBox .mud-navmenu {
    background: #aa52ce !important;
}

.ompHeader .operativeReview .mud-nav-link-text {
    color: #aa52ce !important;
}

.dialog-container .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 8px !important;
}

.ompCompanyTable .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 5px;
}

.ompGradeTable .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 4px;
    width: 50px;
}

.mud-table-root .mud-table-head .mud-table-cell {
    font-weight: 700;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
    font-weight: bold;
}

/* ==========================Option Menu Common CSS=========================================== */
.optionMenuNew .mud-expansion-panels {
    flex: 0 1 auto;
    max-width: 100%;
    transition: .3s cubic-bezier(0.25, 0.8, 0.5, 1);
    border-radius: var(--mud-default-borderradius);
    width: 130px !important;
    z-index: 9;
    position: absolute !important;
    right: 8px;
}

.optionMenuNew .mud-expand-panel:last-child, .optionMenuNew .mud-expand-panel:first-child {
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.optionMenuNew .mud-expand-panel.mud-expand-panel-border {
    border-bottom: none !important;
}

.optionMenuNew .mud-collapse-container {
    width: 210px !important;
    background: white;
}

.optionMenuNew .mud-expand-panel .mud-expand-panel-content.mud-expand-panel-gutters {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: 1px solid #d3d3d3 !important;
    padding-bottom: 0px !important;
}

.optionMenuNew .mud-paper {
    width: 100%;
}

.optionMenuNew .mud-card-header {
    background-color: #e5e5e5;
    padding: 5px 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #e5e5e5;
}

.optionMenuNew .mud-expand-panel-header {
    position: relative;
}

.optionMenuNew .mud-collapse-container,
.optionMenuNew .mud-collapse-entered {
    position: absolute;
    right: 0;
}

.optionMenuNew .mud-expand-panel .mud-expand-panel-content {
    flex: 1 1 auto;
    max-width: 100%;
    padding-bottom: 0px;
}

.optionMenuNew .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-text {
    font-size: 9px;
    font-weight: 500;
}

.optionMenuNew .mud-expand-panel .mud-expand-panel-header {
    background-color: #f2f0ef;
    min-height: 10px !important;
    padding: 8px 10px !important;
    border: 1px solid #d3d3d3 !important;
    text-align: center;
}

.optionMenuNew .mud-link.mud-link-underline-hover {
    text-decoration: none;
    cursor: pointer;
}

.optionMenuNew .mud-card-header .mud-card-header-content .mud-typography {
    font-weight: 500;
}

.optionMenuNew .mud-card-content {
    padding: 12px;
}

.optionMenuNew .rowAlign {
    display: flex;
    align-items: center;
    gap: 10px;
}

.optionMenuNew strong {
    font-size: 8px;
}

.optionMenuNew .mud-link {
    color: #337ab7 !important;
}

.optionMenuNew .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 7.5px 14px;
}

.optionMenuNew .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-icon {
    visibility: hidden;
    display: none !important;
}
/* =========================common buttons=========== */
.btnFullWidth {
    width: 100%;
    border: 1.6px solid #5fc7c2;
    padding: 2px 0px;
    border-radius: 4px;
    color: #5fc7c2;
    font-weight: 500;
    font-size: 11px;
}

    .btnFullWidth:hover {
        background-color: #5fc7c2;
        color: #fff;
    }

.saveSmallBtn {
    border: 1.6px solid #3cb371 !important;
    padding: 2px 30px;
    border-radius: 4px;
    color: #3cb371 !important;
    font-weight: 500;
    font-size: 12px;
}

    .saveSmallBtn:hover {
        background-color: #3cb371 !important;
        color: #fff !important;
    }

.backSmallBtn {
    border: 1.6px solid #5fc7c2 !important;
    padding: 2px 0px;
    border-radius: 4px;
    color: #5fc7c2 !important;
    font-weight: 500;
    font-size: 12px;
}

    .backSmallBtn:hover {
        background-color: #5fc7c2 !important;
        color: #fff !important;
    }

.blueSmallBtn {
    width: 20%;
    border: 1.6px solid #30bdd9;
    padding: 2px 0px;
    border-radius: 4px;
    color: #30bdd9;
    font-weight: 500;
    font-size: 11px;
}

    .blueSmallBtn:hover {
        background-color: #30bdd9 !important;
        color: #fff !important;
    }

.ViewSmallBtn {
    width: 20%;
    border: 1.6px solid #1e8eba !important;
    padding: 2px 0px;
    border-radius: 4px;
    color: #1e8eba !important;
    font-weight: 500;
    font-size: 11px;
}

    .ViewSmallBtn:hover {
        background-color: #1e8eba !important;
        color: #fff !important;
    }

.deleteSmallBtn {
    width: 20%;
    border: 1.6px solid #e86969 !important;
    padding: 2px 0px;
    border-radius: 4px;
    color: #e86969 !important;
    font-weight: 500;
    font-size: 11px;
}

    .deleteSmallBtn:hover {
        background-color: #e86969 !important;
        color: #fff !important;
    }
/* ===============common colors and borders================ */
.borderRadius-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.border {
    border-width: 4px !important;
}

.borderYellow {
    border-top: 4px solid #fcd419 !important;
}

.borderRed {
    border-top: 4px solid #f36363 !important;
}

.borderPerple {
    border-top: 4px solid #aa52ce !important;
}

.borderLightPurple {
    border-top: 4px solid #ec60d6;
}

.borderGreen {
    border-top: 4px solid green;
    border-end-start-radius: 6px;
    border-end-end-radius: 6px;
    margin-bottom: 2px;
}

.borderBlack {
    border-top: 4px solid #000 !important;
}

.greenBorder {
    border-top: 4px solid #51d466 !important;
    border-end-start-radius: 6px;
    border-end-end-radius: 6px;
    margin-bottom: 2px;
}

.blueBorder {
    border-top: 4px solid #609cec;
}

.grey-border {
    border: 1px solid #d3d3d3;
    box-shadow: none;
}

.textSkyBlue {
    color: #609cec;
}

.textBlue {
    color: blue;
}

.textPerple {
    color: #aa52ce;
}

.textRed {
    color: #f36363;
}

.colorBlack {
    color: #000;
}

.colorYellow {
    color: #fcd419;
}

.colorWhite {
    color: #fff !important;
}

.colorGreen {
    color: #51d466;
}

.colorDarkGreen {
    color: green;
    color: #2e8b57;
}

.colorLightPurple {
    color: #ec60d6;
}

.bgRed {
    background-color: #f36363;
}

.bgPerple {
    background-color: #aa52ce;
}

.bgBlue {
    background-color: #609cec !important;
}

.yellow-background {
    background-color: #fcd419 !important;
}

.bgBlack {
    background: #000;
}

.bgPurple {
    background: #0075ff;
}

.bgWhite {
    background: #fff;
}

.bgYellow {
    background-color: #fcd419;
}

.bgGreen {
    background-color: green;
}

.global-bgwhite {
    background-color: white;
}

.global-font {
    font-family: 'Poppins', sans-serif;
}

.global-bold {
    font-weight: bold;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.global-bolder {
    font-weight: 700px;
}

.global-white {
    color: white
}

.global-navfontsize {
    font-size: 9px
}

/* =============================Landing Page Header==================== */
.mud-nav-item:hover,
.mud-menu:hover,
.mud-nav-group:hover {
    box-shadow: none
}

.logoContainer {
    min-width: 93px !important;
    max-width: none !important;
}

.mud-list-item {
    padding-top: 4px;
    padding-bottom: 4px;
}
/* =============================Index =================== */
.mud-tab.mud-tab-active {
    color: #000 !important;
    background-color: #cdedd2;
}

.landingPortal .mud-appbar {
    background-color: green !important;
    color: #fff !important;
}

.landingPortal .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    background-color: inherit;
}


.first-tab {
    margin-left: 10px;
}

.mud-border-primary {
    border-color: #89d595 !important;
}

.mud-tab-slider {
    position: absolute;
    background: #89d595;
}

    .mud-tab-slider.mud-tab-slider-horizontal {
        height: 0px;
        bottom: 0;
        transition: left .3s cubic-bezier(0.64, 0.09, 0.08, 1);
        will-change: left;
    }

.horizontal-nav .mud-nav-item,
.horizontal-nav .mud-nav-group {
    white-space: normal;
    height: 100%;
    padding: 0px 6px;
    align-items: center;
    min-width: 30px;
    width: auto;
    border: none;
}

li a {
    font-size: 12px;
    color: #bbb;
}

.disabled {
    color: grey;
    pointer-events: none;
}

.not-clickable {
    cursor: default;
}

.mud-container {
    padding-right: 7px;
}

.homeAuthenticateButton .mud-button-text {
    padding: 3px 8px !important;
    background-color: #f2f0ef !important;
    min-height: 10px !important;
    border: 1px solid #d3d3d3 !important;
    text-align: center !important;
}
.homeAuthenticateButton .mud-button-text:hover {
    background-color: #d3d3d3 !important;
}

.homeAuthenticateButton .mud-button-text:active {
        background-color: #ff8c00 !important;
}
.homeAuthenticateButton .mud-button:focus-visible, .homeAuthenticateButton .mud-button:active {
    background-color: #ff8c00 !important;
}
.homeAuthenticateButton .mud-button-label {
    color: rgba(66, 66, 66, 1); 
    font-size: 11px;
}
.homeAuthenticateButton .mud-button.active-button {
    background-color: #dff2e2 !important;
    color: white !important;
    border: 1px solid #25a25c !important;
}