

html, body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
    overflow-y: hidden!important;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

.custom-alert {
    background-color: #ff9800; /* Orange background */
    color: white; /* White text */
    border: none; /* Remove border */
    border-radius: 4px; /* Rounded corners */
    padding: 16px; /* Padding */
    display: flex; /* Flexbox for aligning icon and text */
    align-items: center; /* Center items vertically */
}

    .custom-alert .mud-icon {
        margin-right: 8px; /* Space between icon and text */
    }

.custom-search-bar {
    width: 30px;
    align-items: start;
}

.custom-title {
    text-align: left;
    align-items: start;
}

.custom-pager {
    text-align: center;
    align-items: center;
}

.header-cell {
    background-color: #C9CACD;
    color: white;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    text-align: left;
}

    .header-cell:hover {
        background-color: #C9CACD;
        color: white;
    }

    .header-cell.sortable {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.sticky-header {
    position: sticky;
    top: 0;
    background-color: #f5f5f5;
    z-index: 10;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.custom-select-container {
    overflow: hidden;
    background-color: white;
}

.custom-select {
    width: 85px;
    border: none;
    box-shadow: none;
    background-color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .custom-select img {
        vertical-align: middle;
    }

.custom-textfield {
    border: none;
    box-shadow: none;
    flex-grow: 1;
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mud-popover {
    margin-top: 5px !important;
    border-radius: 10px !important;
}

    .mud-popover .mud-paper {
        border-radius: 10px !important;
        border: 1px solid #ccc !important;
        padding: 0;
    }

        .mud-popover .mud-paper .mud-list-item {
            border-radius: 10px;
            margin: 5px;
        }

.MyDialog .mud-dialog {
    border: 5px solid red;
    border-top: 5px solid red
}

.custom-stack {
    gap: 0 !important;
}

.containerDiv {
    background-color: whitesmoke;
    width: 100%;
/*    top: 0%;
    height: 93vh;
    overflow-y: hidden !important;
    overflow-x: hidden !important;*/
    margin-bottom: 0px;
}

.MyDialog .mud-dialog {
    border: 5px solid red;
    border-top: 5px solid red
}

.custom-stack {
    gap: 0 !important;
}

.switchContainer {
    background: #F4F5F9;
    transform: translate(32%, 20%);
    width: 60%;
    top: 0%;
    height: 70vh;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

@media only screen and (max-width: 600px) {
    .myTopHeader {
        margin-top: 3%
    }

    .pageDescription {
        display: none;
    }

    .secondTop {
        width: 100%;
        margin-top: 7%;
    }
}


.userDisplayer {
    margin-top: 1%;
    background: #D9D9D9 !important;
    padding: 4px;
    max-height: 68vh;
    overflow-y: auto;
    overflow-x: hidden !important;
}


.custom-input .mud-input:focus-within {
    border: 2px solid #177E89 !important;
    border-radius: 4px;
    outline: none;
}

    .custom-input .mud-input:focus-within + .mud-input-label {
        color: #177E89 !important;
    }

.custom-input .mud-input-slot {
    background: #F4F5F9 !important;
    border-radius: 4px !important;
    outline: none !important;
    height: 27px;
}

.mud-button {
    text-transform: none;
}

.custom-input .mud-input-label {
    color: var(--Base-base-800, #4F4F50) !important;
    font-size: 18px;
    font-weight: bolder;
    line-height: 20px;
}

.custom-input .mud-input-adornment {
    transition: transform 0.3s ease;
    height: 100%;
    font-size: 1.5rem;
    background: #F4F5F9;
}

.BackBTN {
    height: 2.5em;
    background-color: #177E89;
    color: white;
    margin-top: 0.5%;
    display: inline-block;
    border-radius: 5px;
    margin-right: 0%;
    right: 0%;
    float: right
}


/*********************/
.custom-input-second .mud-input-label {
    color: var(--Base-base-800, #4F4F50) !important;
    font-size: 18px;
    font-weight: bolder;
    line-height: 20px;
}

.custom-input-second .mud-input-slot::placeholder {
    color: #F4F5F9 !important;
}

.custom-input-second .mud-input-slot {
    background: #F4F5F9 !important;
    border-radius: 4px !important;
    height: 27px;
    outline: none;
}

.custom-input-second .mud-input:focus-within {
    background: transparent;
    border: 2px solid #177E89 !important;
    border-radius: 4px;
    outline: none;
}

    .custom-input-second .mud-input:focus-within + .mud-input-label {
        color: #177E89 !important;
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #EEE;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #333;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

.custom-autocomplete .mud-input {
    height: 43px;
    background-color: white;
    border-radius: 10px !important;
    border-width: 1.5px !important;
    border-color: #E9EAED;
    box-shadow: none !important;
}

.custom-autocomplete .mud-input-label {
    color: var(--Base-base-800, #4F4F50);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 10px !important;
    border-width: 1.5px !important;
    box-shadow: none !important;
}

.custom-autocomplete deep::after .mud-input-control-input-container {
    border: solid !important;
    border-width: 1.5px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.custom-select-container {
    overflow: hidden;
    background-color: white;
}

.custom-select {
    width: 85px;
    border: none;
    box-shadow: none;
    background-color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .custom-select img {
        vertical-align: middle;
    }

.custom-textfield {
    border: none;
    box-shadow: none;
    flex-grow: 1;
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .mud-popover .mud-paper {
        border-radius: 10px !important;
        border: 1px solid #ccc !important;
        padding: 0;
    }

        .mud-popover .mud-paper .mud-list-item {
            border-radius: 10px;
            margin: 5px;
        }

.MyDialog .mud-dialog {
    border: 5px solid red;
    border-top: 5px solid red
}

.custom-stack {
    gap: 0 !important;
}

.elevation-1 {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.myTableMudTd {
    background: white
}


.myTable {
    background: #D9D9D9;
    max-height: 68vh;
    overflow-y: auto;
    margin-bottom: 2%;
}

.custom-input .mud-input:focus-within {
    border: 2px solid #177E89 !important;
    border-radius: 4px;
    outline: none;
}

    .custom-input .mud-input:focus-within + .mud-input-label {
        color: #177E89 !important;
    }

.custom-input .mud-input-slot {
    background: #F4F5F9 !important;
    border-radius: 4px !important;
    outline: none !important;
    height: 27px;
}

.mud-button {
    text-transform: none;
}

.custom-input .mud-input-label {
    color: var(--Base-base-800, #4F4F50) !important;
    font-size: 18px;
    font-weight: bolder;
    line-height: 20px;
}

.custom-input .mud-input-adornment {
    transition: transform 0.3s ease;
    height: 100%;
    font-size: 1.5rem;
    background: #F4F5F9;
}

.BackBTN {
    height: 2.5em;
    background-color: #177E89;
    color: white;
    margin-top: 0.5%;
    display: inline-block;
    border-radius: 5px;
    margin-right: 0%;
    right: 0%;
    float: right
}


/*********************/
.custom-input-second .mud-input-label {
    color: var(--Base-base-800, #4F4F50) !important;
    font-size: 18px;
    font-weight: bolder;
    line-height: 20px;
}

.custom-input-second .mud-input-slot::placeholder {
    color: #F4F5F9 !important;
}

.custom-input-second .mud-input-slot {
    background: #F4F5F9 !important;
    border-radius: 4px !important;
    height: 27px;
    outline: none;
}

.custom-input-second .mud-input:focus-within {
    background: transparent;
    border: 2px solid #177E89 !important;
    border-radius: 4px;
    outline: none;
}

    .custom-input-second .mud-input:focus-within + .mud-input-label {
        color: #177E89 !important;
    }

.filter-button {
    position: relative;
}

.custom-popover {
    margin-top: 0px; /* Adjust to position closer to the button */
}

.custom-popover-content {
    width: 200px; /* Adjust width as needed */
}

.custom-pager {
    padding: 10px;
}


.myTableRow {
    padding: 2px;
    height: 17px;
    width: 30px;
}

.mud-table-cell {
    padding: 0;
    height: 17px;
    width: 45px;
}

.mud-table-row {
    padding: 5px;
    height: 45px;
}

.custom-checkbox .mud-checkbox {
    display: flex;
    align-items: center;
}

.custom-checkbox .mud-checkbox-label {
    font-weight: normal;
    font-size: 0.875rem;
    margin-left: 8px;
    color: #4A4A4A;
}

.custom-checkbox .mud-checkbox-input {
    width: 10px;
    height: 10px;
    border-radius: 4px;
    border: 1px solid #D1D1D1;
    background-color: green;
    margin-right: 4px;
}

.header-class .mud-table-row:first-child {
    background-color: var(--mud-palette-surface);
    position: sticky;
    z-index: 1;
    top: 0;
}

.header-class .mud-table-row:nth-child(2) {
    background-color: var(--mud-palette-surface);
    position: sticky;
    z-index: 1;
    top: 59px;
}

.header-class-grey {
    background-color: #C9CACD;
    text-align: center;
    position: sticky;
    z-index: 1;
    top: 0;
}

.left-expand-icon .mud-expand-panel-header {
    display: flex;
    flex-direction: row-reverse; 
    justify-content: space-between;
}

.table-style {
    border-collapse: collapse;
}

.pager-buttons {
    display: flex;
    justify-content: center;
}

.page-button {
    margin: 0 4px;
}

.pagination-buttons {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
}

    .pagination-buttons > * {
        margin: 0 5px;
    }

.table-row-styling {
    color: red;
}

.mud-grid {
    display: flex;
    flex-wrap: wrap;
}

/* Ensuring MudItem does not overflow */
.mud-item {
    overflow: hidden;
    padding: 10px;
}

@media (max-width: 768px) {
    .scrollable-container {
        max-height: 40vh; /* Smaller max height for smaller screens */
    }
}

.custom-page-button {
    border: solid 2px #0095d3;
    color: #4F4F50;
    background-color: transparent;
    border-radius: 10px;
}

    .custom-page-button:disabled {
        border-color: #CCCCCC; /* Change this to your desired disabled border color */
        color: #B0B0B0; /* Optional: Change the text color for disabled state */
    }
/* Dreawer Styling */
div.d-flex.flex-row.align-center.gap-1 {
    padding-top: 2px !important;
}
mud-treeview-item mud-treeview-select-none {
    cursor: pointer !important;
    background-color: #0095D21A !important;
    color: #0095D2 !important;
}
mud-treeview-item mud-treeview-select-none:hover {
    cursor: pointer !important;
    background-color: #0095D21A !important;
    color: #0095D2 !important;
}
/* Table Styling */
.mud-table-hover .mud-table-body .mud-table-row:hover {
    cursor: pointer !important;
    background-color: #0095D21A !important;
    color: #0095D2 !important;
}
td.mud-table-row {
    padding: 0px !important;
    height: 45px !important;
}
.mud-table-hover .mud-table-body .mud-table-row:hover .mud-table-cell {
     color: #0095D2 !important;
 }

.mud-button-group-root .mud-button-root.mud-icon-button {
    padding-right: 0px !important;
    padding-left: 0px !important;
    border: none !important;
}

.mud-button-group-root.mud-button-group-text-size-small .mud-button-root {
    padding: 0px 0px !important;
    border: none !important;
}

.mud-button-group-text.mud-button-group-override-styles .mud-button-root {
    padding: 0px 0px !important;
    border: none !important;
}

.mud-table-cell {
    padding: 2px;
    padding-left: 2%;
    padding-right: 2%;
}

.custom-page-button {
    border: solid 2px #0095d3;
    color: #4F4F50;
    background-color: transparent;
    border-radius: 10px;
}

    .custom-page-button:disabled {
        border-color: #CCCCCC; /* Change this to your desired disabled border color */
        color: #B0B0B0; /* Optional: Change the text color for disabled state */
    }
/* Dreawer Styling */
div.d-flex.flex-row.align-center.gap-1 {
    padding-top: 10px !important;
}
/* Table Styling */
.mud-table-hover .mud-table-body .mud-table-row:hover {
    cursor: pointer !important;
    background-color: #0095D21A !important;
    color: #0095D2 !important;
}

    .mud-table-hover .mud-table-body .mud-table-row:hover .mud-table-cell {
        color: #0095D2 !important;
    }

.mud-button-group-root .mud-button-root.mud-icon-button {
    padding-right: 0px !important;
    padding-left: 0px !important;
    border: none !important;
}

.mud-button-group-root.mud-button-group-text-size-small .mud-button-root {
    padding: 0px 0px !important;
    border: none !important;
}

.mud-button-group-text.mud-button-group-override-styles .mud-button-root {
    padding: 0px 0px !important;
    border: none !important;
}
.mud-archieved-row {
    background-color: #FFAE111A !important;
    color: #FFAE11 !important;
}
.custom-tab .mud-tab {
    text-transform: lowercase;
    font-size: 1rem;
}

.custom-tab .mud-tab {
    text-transform: capitalize;
}
.custom-tab .mud-tab.mud-tab-active {
        font-weight: bold;
}
.mud-input-element::placeholder {
    font-size: 0.875rem; 
    opacity: 0.8;
}
.body-content {
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 16px;
    padding-right: 16px;
}
.custom-button-radius {
    border-radius: 10px !important;
}
.person-table-header {
    background-color: #C9CACD !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    min-width: 148px !important;
    padding: 2px !important;
    height: 50px !important;
}
.custom-table-header {
    background-color: #C9CACD !important;
    text-align: center !important;
    padding: 2px !important;
    height: 50px !important;
}
.custom-table-cell {
    text-align: left !important;
    padding: 0px 0px !important;
    height:45px !important;
}
.custom-table-search {
    width: 320px;
    padding: 2px !important;
    background-color: #fff !important;
    color: #8D8E90 !important;
    outline: none !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    border: 1px solid #E0E1E4 !important;
    box-shadow: none !important;
}
.custom-table-search,
.hrpm__search-item {
    transition: border-color 200ms ease;
}

    .custom-table-search:hover,
    .hrpm__search-item:hover,
    .custom-table-search:focus,
    .hrpm__search-item:focus,
    .custom-table-search:focus-within,
    .hrpm__search-item:focus-within {
        border-color: #0095D3 !important;
        border-width: 1px !important;
    }
.bg-primary {
    background-color: #0095D3 !important;
}
.mud-tabs-tabbar-content {
    background-color: whitesmoke !important;
}
.custom-border-top {
    border-top: 13px solid #0095D3 !important;
    border-radius: 10px !important;
}
.mud-tabs-scroll-button {
    background-color: whitesmoke !important;
}
    /***********Sticky table header*/
     /* Remove scrolling from outer MudTable */
    .custom-table {
        border-radius: 10px;
        overflow: hidden !important; /* kill the second scrollbar */
    }
/* Remove top-right border-radius from the last header cell when no-header-border is active */
.hrpm__table-container.no-header-border .custom-table .mud-table-head th:last-child,
.hrpm__table-container.no-header-border .mud-table-head th:last-child {
    border-top-right-radius: 0 !important;
}
        /* Only scroll inside MudBlazor’s container */
        .custom-table .mud-table-container {
            max-height: 500px; /* flexible until this point */
            overflow-y: auto; /* one single scrollbar */
        }

        /* Sticky header */
        .custom-table .mud-table-head th {
            position: sticky;
            top: 0;
            z-index: 2;
            background: #E0E1E4;
        }

        /* Sticky footer pager */
        .custom-table .sticky-footer {
            position: sticky;
            bottom: 0;
            background: white;
            z-index: 2;
        }

        /*****Custom tabs******/
        .custom-tabs .mud-tab {
            border-bottom: 0px solid transparent !important;
            background-color: transparent !important;
        }

            .custom-tabs .mud-tab.mud-tab-active {
                border-bottom: 2px solid #009fe3 !important;
                color: #009fe3 !important;
                font-weight: bold;
            }

        .custom-tabs .mud-tab-active::after {
            display: none !important;
        }

        .custom-tabs .mud-tabs-toolbar {
            background-color: #009fe3 !important;
        }

        .custom-tabs .custom-tab {
            text-transform: none !important;
        }

            .custom-tabs .custom-tab .mud-tab {
                text-transform: lowercase;
                font-size: 1rem;
            }

            .custom-tabs .custom-tab .mud-tab {
                text-transform: capitalize;
            }

        .custom-tabs .mud-tabs-scroll-button .mud-button-root .mud-icon-button-label .mud-icon-root {
            border: 2px solid #009fe3 !important;
            color: #009fe3 !important;
            border-radius: 10px !important;
        }

        .custom-tabs .mud-tabs-scroll-button .mud-button-root:disabled .mud-icon-button-label .mud-icon-root {
            border: 2px solid #C9CACD !important;
            color: #C9CACD !important;
            border-radius: 10px !important;
        }

        .custom-tabs .mud-tabs-toolbar .mud-tabs-scroll-button {
            border: 1px solid red !important;
            border-radius: 10px !important;
        }

        .custom-tabs .mud-tabs-scroll-button .mud-icon-root {
            border: 2px solid #C9CACD !important;
            border-radius: 10px !important;
            height: 27px !important;
            width: 27px !important;
        }

        .custom-tabs .mud-tabs-scroll-button {
            background-color: transparent !important;
            border: none !important;
            box-shadow: none !important;
        }

        .custom-tabs .mud-tab:hover {
            background-color: #E0F7FA !important;
            color: #009fe3 !important;
        }

        .custom-tabs .mud-tabs-tabbar-content {
            background-color: #fff !important;
            padding-right: 0 !important;
            margin-right: 0 !important;
        }

        .custom-tabs .mud-tab.mud-ripple {
            background-color: #fff !important;
        }

        .custom-tabs .mud-tab.mud-tab-active.mud-ripple {
            border-bottom: 2px solid #009fe3 !important;
        }

        .custom-tabs .mud-tab.mud-ripple.custom-tab {
            background-color: #fff !important;
            min-width: 120px !important;
        }

        .custom-tabs .mud-tab.mud-tab-active.mud-ripple.custom-tab {
            background-color: #fff !important;
            min-width: 100px !important;
        }

        .custom-tabs .mud-tab:last-child {
            margin-right: 0 !important;
            padding-right: 0 !important;
        }
.mud-icon-button:hover,
.mud-button-root.mud-icon-button:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}