﻿@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-BoldItalic.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-BlackItalic.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Black.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Heavy.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Italic.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-LightItalic.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-MediumItalic.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-HeavyItalic.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-ThinItalic.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-UltraLightItalic.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-UltraLight.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  font-family: "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #ecedf7 !important;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e7e8f2;
  margin: 1px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* ---------------------- MudBlazor Library Modification ---------------------- */

.mud-typography-body1 {
  font-family: "Helvetica Neue", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.mud-input-helper-text.mud-input-error {
  font-size: 14px !important;
  color: rgba(244, 67, 54, 1) !important;
}

.validation-message {
  font-size: 14px !important;
  color: rgba(244, 67, 54, 1) !important;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  margin-top: 3px;
}

.mud-button-filled:hover,
.mud-button-filled:active,
.mud-button-filled {
  box-shadow: none !important;
}

.mud-button-label {
  text-transform: capitalize !important;
}

.mud-list.mud-list-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mud-list.mud-list-padding .mud-button-label {
  font-size: 12px !important;
}

.mud-list-item-icon {
  min-width: 27px !important;
}

.mud-list-item-icon .mud-icon-size-medium {
  font-size: 18px !important;
}

.mud-progress-circular.mud-progress-small {
  color: #fff !important;
}

.mud-radio-group .mud-icon-button {
  padding: 0px;
  padding-right: 4px;
}

.mud-radio-group .mud-radio .mud-icon-button:hover,
.mud-radio-group .mud-radio .mud-icon-button:focus-visible,
.mud-radio-group .mud-radio .mud-icon-button:active {
  background-color: transparent !important;
}

.mud-radio>.mud-radio-content {
  color: #000;
  font-size: 14px !important;
  font-weight: 500;
  color: #343434;
}

.mud-radio-content-placement-end {
  margin-left: 0px !important;
  margin-right: 16px;
  margin-inline-start: 0px !important;
  margin-inline-end: 16px;
  flex-direction: row;
}

.mud-radio-icons .mud-icon-size-medium {
  font-size: 14px !important;
}

.mud-radio-icons.mud-checked svg:nth-child(2) {
  fill: #06c100 !important;
}

.mud-radio>.mud-radio-content {
  font-size: 12px !important;
  line-height: normal !important;
}

.mud-overlay .mud-overlay-scrim.mud-overlay-dark {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.mud-chip.mud-clickable {
  cursor: default !important;
}

.mud-drawer.mud-drawer-responsive.mud-drawer-pos-right.mud-drawer--open:not(.mud-drawer--initial),
.mud-drawer.mud-drawer-persistent.mud-drawer-pos-right.mud-drawer--open:not(.mud-drawer--initial) {
  animation: mud-drawer-slide-in-right 900ms cubic-bezier(0, 0, 0.2, 1) !important;
}

.mud-drawer.mud-drawer-responsive.mud-drawer-pos-right.mud-drawer--closed:not(.mud-drawer--initial),
.mud-drawer.mud-drawer-persistent.mud-drawer-pos-right.mud-drawer--closed:not(.mud-drawer--initial) {
  animation: mud-drawer-slide-out-right 900ms cubic-bezier(0, 0, 0.2, 1) !important;
}

.mud-overlay.mud-overlay-absolute {
  z-index: 1002 !important;
}

/* ---------------------- Radzen Library Modification ---------------------- */
.rz-multiselect .rz-placeholder,
.rz-dropdown .rz-placeholder {
  color: #000 !important;
  opacity: 0.42 !important;
}

div:not(.rz-form-field-content)>.rz-colorpicker.rz-state-disabled .rz-inputtext,
div:not(.rz-form-field-content)>.rz-spinner.rz-state-disabled .rz-inputtext,
div:not(.rz-form-field-content)>.rz-listbox.rz-state-disabled .rz-inputtext,
div:not(.rz-form-field-content)>.rz-autocomplete-input:disabled .rz-inputtext,
div:not(.rz-form-field-content)>.rz-state-disabled.rz-autocomplete .rz-inputtext,
div:not(.rz-form-field-content)>.rz-state-disabled.rz-multiselect .rz-inputtext,
div:not(.rz-form-field-content)>.rz-state-disabled.rz-dropdown .rz-inputtext,
div:not(.rz-form-field-content)>.rz-colorpicker:disabled .rz-inputtext,
.rz-lookup-search div:not(.rz-form-field-content)>input:disabled .rz-inputtext,
div:not(.rz-form-field-content)>.rz-spinner:disabled .rz-inputtext,
.rz-calendar div:not(.rz-form-field-content)>.rz-inputtext:disabled .rz-inputtext,
div:not(.rz-form-field-content)>.rz-multiselect:disabled .rz-inputtext,
div:not(.rz-form-field-content)>.rz-dropdown:disabled .rz-inputtext,
div:not(.rz-form-field-content)>.mask:disabled .rz-inputtext,
div:not(.rz-form-field-content)>.rz-textarea:disabled .rz-inputtext,
div:not(.rz-form-field-content)>.rz-textbox:disabled .rz-inputtext {
  background-color: transparent !important;
}

.rz-form-field-content,
.rz-colorpicker,
.rz-lookup-search input,
.rz-spinner,
.rz-calendar .rz-inputtext,
.rz-multiselect,
.rz-dropdown,
.mask,
.rz-textarea,
.rz-textbox {
  border: 1px solid #fff !important;
  border-radius: 5px !important;
}

.rz-multiselect,
.rz-dropdown {
  width: 154px !important;
}

.rz-form-field.rz-state-focused .rz-form-field-content,
.rz-spinner:focus-within:not(.rz-state-disabled),
.rz-autocomplete:focus-within:not(.rz-state-disabled),
.rz-colorpicker:not(:disabled):not(.rz-state-disabled):focus,
.rz-lookup-search input:not(:disabled):not(.rz-state-disabled):focus,
.rz-spinner:not(:disabled):not(.rz-state-disabled):focus,
.rz-calendar .rz-inputtext:not(:disabled):not(.rz-state-disabled):focus,
.rz-multiselect:not(:disabled):not(.rz-state-disabled):focus,
.rz-dropdown:not(:disabled):not(.rz-state-disabled):focus,
.mask:not(:disabled):not(.rz-state-disabled):focus,
.rz-textarea:not(:disabled):not(.rz-state-disabled):focus,
.rz-textbox:not(:disabled):not(.rz-state-disabled):focus {
  box-shadow: none !important;
}

.valid.modified:not([type="checkbox"]) {
  outline: none !important;
}

/* ---------------------- Utility Classes ---------------------- */
/* Buttons */
.button-with-only-icon {
  width: 47px !important;
  height: 47px !important;
  border-radius: 100% !important;
  border: 1px solid #f3f3f3 !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 47px;
  min-width: 47px !important;
}

.button-primary.mud-button {
  padding: 2px 20px;
  border-radius: 20px;
  border: 1px solid #4c57eb;
  background: #4c57eb;
  display: flex;
  align-items: center;
  color: #fff !important;
  gap: 6px;
}

.button-primary.mud-button-filled:hover {
  background-color: #4c57eb !important;
  color: #fff !important;
}

.button-primary.mud-button p {
  font-size: 10px;
  font-weight: 400;
  color: #fff !important;
}

.button-wrapper .button-primary.mud-button p {
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
}

.button-wrapper .button-primary.mud-button {
  padding: 5px 20px !important;
}

.form-sidebar .button-primary.mud-button p {
  font-size: 14px !important;
  font-weight: 400;
  color: #fff !important;
}

.button-secondary.mud-button {
  padding: 3px 20px;
  border-radius: 37px;
  border: 1px solid #f7f6fb;
  background: #f7f6fb;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  font-size: 10px;
}

.button-secondary.mud-button p {
  font-size: 10px;
  font-weight: 400;
}

.button-with-only-text {
  padding: 3px 20px !important;
  border-radius: 10px !important;
  border: 1px solid transparent !important;
  background-color: transparent;
  display: flex !important;
  align-items: center !important;
  gap: 6px;
  color: #c7c7c7 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.button-with-only-text:hover {
  background-color: transparent !important;
}

.button-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.button-wrapper.button-align-center {
  justify-content: center;
  margin-top: 50px;
}

.button-wrapper.button-wrapper-with-border {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #f7f6fb;
}

.button-wrapper.button-wrapper-with-border .buttons-div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mr-10 {
  margin-left: 10px;
}

/* ---------------------- Loader ---------------------- */

.mud-overlay.web-loading-overlay .mud-overlay-scrim.mud-overlay-dark,
.mud-overlay.web-loading-overlay {
  background-color: #000 !important;
}

.loader {
  --d: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #000;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0,
    calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px,
    calc(0 * var(--d)) calc(1 * var(--d)) 0 2px,
    calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px,
    calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px,
    calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px,
    calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
  animation: l27 1s infinite steps(8);
}

.loader.loader-light {
  color: #ecedf7 !important;
}

@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}

/* ---------------------- Landing Page ---------------------- */
.landing-page {
  background: #f9f9f9;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------- Login Page ---------------------- */
.login-page {
  background: url(../images/pngs/login-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page .login-page-content {
  max-width: 455px;
  width: 100%;
  padding: 12px;
}

.login-page .login-page-logo {
  text-align: center;
  margin-bottom: 10px;
}

.login-page .login-page-logo img {
  width: 150px !important;
}

.login-page .login-page-section {
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  background: #ffffff;
  padding: 40px;
}

.login-page .login-page-form {
  margin-top: 30px;
}

.login-page .login-page-section h1 {
  color: #232323;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.login-page .login-page-section p {
  color: #969696;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.login-page .mud-input-control {
  padding-bottom: 12px;
}

.login-page .login-page-section .mud-input.mud-input-outlined .mud-input-outlined-border,
.login-page .login-page-section .mud-input.mud-input-outlined {
  border-radius: 20px;
  overflow: hidden;
}

.login-page .login-page-section .login-page-helper-text-button {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
  justify-content: end;
}

.login-page .login-page-section .login-page-helper-text-button p {
  color: #3874ff;
  font-size: 14px;
  font-weight: 400;
}

.login-page .login-page-section .login-page-forget-password {
  display: flex;
  justify-content: flex-end !important;
}

.login-page .login-page-section .mud-checkbox p {
  color: #232323;
  font-size: 16px;
  font-weight: 500;
}

.login-page .login-page-section .button-primary.mud-button {
  padding: 10px 14px;
  border-radius: 20px;
  border: 1px solid #4c57eb;
  background: #4c57eb;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-top: 16px;
}

.login-page .login-page-section .mud-button-filled:disabled {
  background-color: #4c57eb !important;
  opacity: 0.7 !important;
}

.login-page .login-page-section .button-primary.mud-button p {
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
}

.login-page .login-page-section .mud-checkbox .mud-icon-button {
  padding: 0 !important;
  padding-right: 10px !important;
}

.login-page.forget-password .login-page-section .mud-input {
  margin-bottom: 0px !important;
}

.login-page.forget-password .login-page-section h1 {
  color: #232323;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.login-page .login-page-section .mud-checkbox .mud-icon-root.mud-svg-icon {
  fill: #000000;
}

.login-page-error-message {
  color: red !important;
  text-align: left !important;
}

.logout-button {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  width: 100%;
}

.logout-button img {
  padding-right: 10px;
}

.logout-button:hover {
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  .login-page .login-page-logo img {
    max-width: 120px;
  }

  .login-page .login-page-section h1 {
    color: #232323;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
  }

  .login-page .login-page-section {
    padding: 18px;
  }

  .login-page .login-page-form {
    margin-top: 16px;
  }
}

@media screen and (max-width: 358px) {
  .login-page .login-page-section .login-page-helper-text-button p {
    margin-bottom: 10px;
  }
}

/* ---------------------- Main Layout ---------------------- */
/* Dashboard Container */
.dashboard-main-container {
  display: flex;
  min-height: 100vh;
  gap: 10px;
  position: relative;
  padding: 10px;
  background: #ecedf7;
}

/* Sidebar */
/*.dashboard-main-container .dashboard-sidebar {
  width: 280px;
  transition: all 0.3s ease;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0;
  z-index: 1;
  padding: 10px;
}
*/
.dashboard-main-container .dashboard-sidebar {
    flex: 1;
    margin-left: 23px;
}
.dashboard-main-container .dashboard-sidebar>div {
  display: flex;
  justify-content: space-between;
}

.dashboard-main-container .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-main-container .logo img {
  width: 100px;
}

.dashboard-main-container .sidebar-content .logo img{
    display:none !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content>span {
  font-size: 14px;
  font-weight: 400;
  color: #989898;
  display: block;
  margin-bottom: 16px;
}

/*
.dashboard-main-container .dashboard-sidebar .sidebar-content .menu {
    list-style-type: none;
    padding-left: 14px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .menu li {
    font-size: 14px;
    font-weight: 400;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 20px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .menu li.active {
    background-color: #4C57EB;
    color: #fff;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .menu li.active img {
    filter: invert(1) brightness(100);
}*/
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu {
  height: auto;
  overflow: auto;
  display: flex;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link-text {
  font-size: 14px;
  font-weight: 400 !important;
  color: #575757;
}

.mud-navmenu.mud-navmenu-default .mud-nav-link-expand-icon.mud-transform {
  fill: #575757 !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link:hover,
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
  background: none !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .nav-menu-icon .mud-nav-link-text {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .nav-menu-icon .mud-nav-link-text:before {
  content: "";
  position: relative;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .nav-menu-icon.nav-menu-dashboard-icon .mud-nav-link-text:before {
  background: url(/Images/svgs/dashboard.svg);
  width: 13.33px;
  height: 13.33px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .nav-menu-icon.nav-menu-dashboard-icon .mud-nav-link-text .mud-nav-link-text:before {
  display: none !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .nav-menu-icon.nav-menu-workflow-icon .mud-nav-link-text:before {
  background: url(/Images/svgs/warranty-ro.svg);
  width: 15px;
  height: 15px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .nav-menu-icon.nav-menu-jv-icon .mud-nav-link-text:before {
  background: url(/Images/svgs/jv.svg);
  width: 15px;
  height: 15px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .nav-menu-icon.nav-menu-users-icon .mud-nav-link-text:before {
  background: url(/Images/svgs/users.svg);
  width: 13.32px;
  height: 16px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-navmenu .mud-nav-link-text {
  font-size: 12px !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .nav-menu-icon.no-icon .mud-nav-link-text:before {
  display: none !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link.active .mud-nav-link-text {
  color: #000 !important;
  font-weight: 500 !important;
}

/*
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link.active:not(.mud-nav-link-disabled) {
    background: #4C57EB !important;
    border-radius: 28px;
    padding: 13px;
}
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-item > .mud-nav-link {
    padding: 12px 16px 12px 16px !important;
}
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-nav-link-text{
    color: #FFFFFF !important;
}
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link.active:not(.mud-nav-link-disabled) .nav-menu-icon {
    filter: brightness(100);
}
*/
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-item,
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu>.mud-nav-item,
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu>.mud-nav-group .mud-nav-link {
  height: 40px !important;
  border-radius: 28px;
  width: auto !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu>.mud-nav-group>.mud-nav-group .mud-nav-link {
  height: 30px !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu>.mud-nav-item .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-nav-link-text {
  color: #ffffff !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu>.mud-nav-item .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-nav-link-text:before {
  filter: brightness(100);
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link.active:not(.mud-nav-link-disabled) {
  background: #4c57eb !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link {
  align-items: center !important;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link-text {
  line-height: normal !important;
}

/* Sidebar Footer */
.dashboard-main-container .dashboard-sidebar .sidebar-footer {
  bottom: 20px;
  width: 100%;
  text-align: center;
  background-color: #ebecf6;
  border-radius: 20px;
  padding: 14px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-footer p:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  margin-bottom: 8px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-footer p:nth-child(2) {
  font-size: 11px;
  font-weight: 300;
  color: #777;
  margin-bottom: 10px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-footer .visit-website-button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 6px 27px;
  cursor: pointer;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  max-width: 143px;
}

/* Main Content */
.dashboard-main-container .dashboard-main-content {
  margin-left: 0px;
  transition: margin-left 0.3s ease;
  width: calc(100% - 0px);
  height: calc(100vh - 121px);
}

/* Toggle Button */
.dashboard-main-container .toggle-sidebar-btn {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  border: 1px solid #f3f3f3;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
}

.dashboard-main-container .toggle-sidebar-btn img {
  width: 16px;
}

/* Backdrop */
.dashboard-main-container .sidebar-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1001;
}

.mud-nav-link .mud-nav-link-text {
  margin-left: 2px !important;
  margin-inline-start: 2px !important;
  margin-inline-end: unset;
}

/* ---------------------- Page Header ---------------------- */
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.page-header .page-title {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.page-header .page-title div:nth-child(1),
.page-title-mobile div:nth-child(1) {
  font-size: 30px;
  font-weight: 700;
}

.page-header .page-title div:nth-child(2),
.page-title-mobile div:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
}

.page-title-mobile {
  display: none;
}

.page-header .page-action-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
}

.page-header .page-action-wrapper .page-header-avatar {
  width: 37px;
  height: 37px;
}

.page-header .page-action-wrapper .page-header-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.page-header .page-action-wrapper .page-header-icon img {
  width: 20px;
}

.page-header .page-action-wrapper .page-header-user-info {
  justify-content: space-between;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 2px 2px 16px;
  gap: 10px;
  cursor: pointer;
}

.page-header .page-action-wrapper .page-header-user-info span {
  font-size: 12px;
  font-weight: 500;
}

.page-header .page-action-wrapper .settings-container {
  position: relative;
  border-radius: 33px;
  border: 1px solid #f3f3f3;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header .page-action-wrapper .settings-container .button-with-only-icon {
  border: 1px solid #fff;
}

.page-header .page-action-wrapper #expanded-menu {
  display: flex;
  gap: 5px;
  padding-left: 7px;
  display: none;
}

.page-header .page-action-wrapper #expanded-menu a {
  display: flex;
  gap: 10px;
  background: #fafafc;
  border-radius: 33px;
  padding: 8px 16px;
  align-items: center;
}

.page-header .page-action-wrapper #expanded-menu a img {
  height: 16px;
}

.page-header .page-action-wrapper .menu-item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: white;
  border: none;
}

.page-header .page-action-wrapper .menu-item img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.page-header .page-action-wrapper .menu-item span {
  font-size: 14px;
  color: black;
}

.page-header .page-action-wrapper .menu-item:hover {
  background-color: #f0f0f0;
}

.page-header-user-info {
  position: relative;
  display: flex;
  align-items: center;
}

.page-header-avatar {
  cursor: pointer;
  margin-left: 10px;
}

.page-header .page-action-wrapper .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #ddd;
  width: 150px;
  display: none;
  z-index: 1002;
  width: 250px;
  padding: 27px 20px 20px;
  background-color: white;
  border-radius: 30px;
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 10px;
  cursor: auto;
}

.page-header .page-action-wrapper .dropdown-menu .dropdown-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-header .page-action-wrapper .dropdown-menu .profile-img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}

.page-header .page-action-wrapper .dropdown-menu h2 {
  margin: 5px 0 0px;
  font-size: 16px;
  font-weight: 700;
  color: #04091e;
}

.page-header .page-action-wrapper .dropdown-menu p {
  font-size: 12px;
  font-weight: 400;
  color: #747681;
}

.page-header .page-action-wrapper .button-primary.mud-button {
  padding: 7px 20px !important;
  background-color: #6180fb !important;
}

.page-header .page-action-wrapper .dropdown-menu a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  padding-top: 20px;
  display: inline-block;
  cursor: pointer;
}

.page-header .page-action-wrapper .dropdown-menu>img {
  padding-right: 8px;
}

/* ---------------------- Page Table Container ---------------------- */
.page-table-container {
  background: #f7f6fb;
  border-radius: 20px;
  padding: 10px;
  /*   height: 100%;*/
  overflow: auto;
  height: calc(100vh - 81px);
}

.page-table-container .page-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.page-table-container .page-table-header.justifynot {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  margin-bottom: 10px;
  height: 42px !important;
  flex-direction: row !important;
}

.page-table-container .page-table-header.justifynot .mud-icon-size-medium {
  font-size: 18px !important;
  fill: #7b7c85 !important;
}

.page-table-container .page-table-header .button-with-only-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
}

.page-table-container .page-table-header .page-table-title {
  font-size: 24px;
  font-weight: 500;
  color: #7b7c85;
}

.page-table-container .page-table-header-action {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-table-container .page-table-header .form-field-wrapper .mud-input {
  height: 42px !important;
}

.page-table-container .page-table-header .rz-dropdown {
  height: 42px !important;
}

.page-table-container .page-table-tabs {
  display: flex;
  background: #e9eaf6;
  display: flex;
  align-items: center;
  border-radius: 24px;
  margin-bottom: 10px;
}

.page-table-container .page-table-tabs>div:nth-child(1) {
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  flex-wrap: wrap;
}

.page-table-container .page-table-tabs>div:nth-child(1) div {
  background: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 18px;
  border-radius: 24px;
  color: #898989;
  border: 0.5px solid #eaebf5;
  text-align: center;
  cursor: pointer;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-table-container .page-table-tabs>div:nth-child(1) div.active {
  color: #000;
}

.page-table-container .page-table-tabs-inputs {
  display: flex;
  background: #e9eaf6;
  align-items: center;
  border-radius: 61px;
  margin-bottom: 10px;
}

.page-table-container .page-table-tabs-inputs>div:nth-child(1) {
  border-radius: 24px;
  display: flex;
  align-items: flex-start;
  gap: 10px 18px;
  padding: 13px 20px;
  flex-wrap: wrap;
}

.page-table-container .page-table-tabs-inputs .form-field-wrapper .mud-input.mud-input-outlined {
  background: #fff !important;
}

.page-table-container .page-table-tabs-inputs .form-field-wrapper {
  min-width: 200px !important;
  margin: 0 !important;
}

.page-table-container .page-table-tabs-inputs .custom-select {
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.page-table-container .page-table-tabs-inputs .rz-dropdown.cusotm-select {
  background-color: #fff !important;
}

.page-table-container .bottom {
  display: flex;
  justify-content: space-between;
}

.page-table-container .records {
  margin-right: 20px;
}

.page-table-container .page-table-content {
  display: flex;
  gap: 10px;
  overflow: hidden;
  align-items: stretch;
}

.mud-drawer-page-content {
  display: flex;
  flex-direction: column;
}

.page-table-container .page-table-info-wrapper {
  display: flex;
  justify-content: start;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.page-table-container .page-table-info-wrapper p {
  font-size: 15px;
  /*Need to Fix this*/
  /*font-size: 10px;*/
  font-weight: 500;
  color: #cbcbcb;
  min-width: 18%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}

.page-table-container .page-table-info-wrapper p strong {
  color: #000 !important;
}

.page-table-content-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.page-table-content-wrapper .tab-content .mud-radio-group {
  margin-bottom: 10px !important;
}

.page-table-content-wrapper .tab-content .content {
  display: none;
  padding-top: 0 !important;
}

.page-table-content-wrapper .tab-content .content.active {
  display: block;
}

.page-table-content-wrapper .tab-content .mud-input-input-control {
  max-width: 400px !important;
}

.page-table-content-wrapper .tab-content .button-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  float: right;
}

.page-table-content-wrapper .form-field-wrapper {
  margin-bottom: 0 !important;
}

.page-table-tabs-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  padding-top: 12px !important;
  border-top: 1px solid #fbfbfb;
}

.page-table-tabs-wrapper .mud-radio {
  color: #000000;
  background: #f7f6fb;
  padding: 9.5px 15px;
  border-radius: 25px;
  margin-right: 8px;
}

.page-table-tabs-wrapper.page-table-tabs-wrapper-responsive {
  margin-top: 20px !important;
}

.page-table-tabs-wrapper.page-table-tabs-wrapper-responsive .mud-radio {
  margin-right: 0px !important;
}

.page-table-tabs-wrapper .mud-button svg:nth-child(1) {
  font-size: 12px !important;
}

.page-table-tabs-wrapper label {
  position: relative;
}

.page-table-tabs-wrapper label .mud-checked {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  background: #4c57eb;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 21px;
}

.page-table-tabs-wrapper .mud-radio-group .mud-radio .mud-icon-button:hover,
.page-table-tabs-wrapper .mud-radio-group .mud-radio .mud-icon-button:focus-visible,
.page-table-tabs-wrapper .mud-radio-group .mud-radio .mud-icon-button:active {
  background: #4c57eb !important;
}

.page-table-tabs-wrapper label .mud-checked+.mud-radio-content {
  color: #fff !important;
}

.page-table-tabs-wrapper label.mud-radio-content-placement-start {
  margin: 0 !important;
}

.page-table-tabs-wrapper label.mud-radio-content-placement-start {
  background: #e9eaf6;
}

.page-table-tabs-wrapper .default-tabs.only-history {
  flex: 1;
}

.page-table-tabs-wrapper .default-tabs.only-history label.mud-radio-content-placement-start {
  background: #4c57eb !important;
  color: #fff !important;
}

.page-table-tabs-wrapper .default-tabs.only-history .mud-radio {
  margin-bottom: 10px !important;
}

.page-table-tabs-wrapper .default-tabs.only-history label .mud-radio-content {
  color: #fff !important;
}

.page-table-tabs-wrapper .default-tabs.view-pdf-btn-wrapper.only-one-radio label.mud-radio-content-placement-start {
  background: #4c57eb !important;
  color: #fff !important;
}

.page-table-tabs-wrapper .default-tabs.view-pdf-btn-wrapper.only-one-radio label .mud-radio-content {
  color: #fff !important;
}

.page-table-tabs-wrapper .mud-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.page-table-tabs-wrapper .default-tabs .mud-input-control.mud-input-control-boolean-input {
  margin-top: 0 !important;
}

.page-table-tabs-wrapper label .mud-radio-icons {
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
}

.page-table-tabs-wrapper label .mud-radio-content {
  z-index: 1 !important;
}

.page-table-tabs-wrapper .mud-radio-group .mud-icon-button {
  padding-right: 0 !important;
}

#reject .form-wrapper-with-button {
  margin-top: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.form-wrapper-with-button .form-field-wrapper {
  max-width: 253px;
  width: 100%;
}

.mud-table-heading {
  color: #7b7c85;
  font-size: 24px;
  font-weight: 500;
}

.page-table-content-wrapper .form-wrapper-with-button {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  justify-content: flex-end;
}

.page-table-content-wrapper .tab-content {
  width: 100%;
}

/* Default Tabs Content */

.default-tabs-content .default-tabs-grid-item {
  background: #fcfcfc;
  border-radius: 20px !important;
  padding: 15px;
}

.default-tabs-grid-heading {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

.default-tabs-grid-heading.align-heading-left {
  text-align: left !important;
}

.default-tabs-content-card {
  border-radius: 10px;
  background: #ffffff;
  padding: 10px;
}

.default-tabs-content-card .form-field-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px;
  padding-left: 14px;
  background: #f7f6fb;
  border-radius: 20px;
  margin-bottom: 10px;
  height: 37px;
}

.default-tabs-content-card .form-field-header .mud-button {
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  max-width: 25px !important;
  padding: 0;
}

.default-tabs-content-card .form-field-header .mud-button img {
  width: 8px !important;
  height: 8px !important;
}

.default-tabs-content-card .form-field-header>div:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
  color: #0f0f0f;
}

.default-tabs-content-card .form-field-wrapper:not(:last-child) {
  margin-bottom: 10px !important;
}

.default-tabs-grid-item .justify-content-center {
  justify-content: center !important;
}

.default-tabs-content-card .default-tabs-fields-wrapper {
  border: 1px solid #f5f5f5 !important;
  border-radius: 10px !important;
  padding: 10px;
}

.default-tabs-content-card .default-tabs-fields-wrapper:not(:last-child) {
  margin-bottom: 10px !important;
}

.default-tabs-content-card .default-tabs-fields-wrapper:last-child {
  margin-bottom: 1px !important;
}

.default-tabs-content-card .default-tabs-fields-wrapper>div:nth-child(1) {
  display: flex;
  justify-content: space-between;
}

.default-tabs-content-card .default-tabs-fields-wrapper>div:nth-child(1) .mud-button {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  padding: 0;
  background: #f7f6fb !important;
}

.default-tabs-content-card .default-tabs-fields-wrapper>div:nth-child(1)>div:nth-child(1) {
  max-width: 80% !important;
}

.default-tabs-content-card-scroll {
  max-height: 184px !important;
  overflow: auto !important;
}

.default-tabs-content-card .default-tabs-fields-wrapper.with-gap>div:nth-child(1) {
  flex-wrap: wrap;
  gap: 0px 10px;
  justify-content: flex-start !important;
}

.default-tabs-content-card .default-tabs-fields-wrapper.with-gap>div:nth-child(1)>div:nth-child(1) {
  max-width: 100% !important;
}

.default-tabs-content-card .default-tabs-fields-wrapper.with-gap .form-field-wrapper {
  width: calc(16.66% - 9px) !important;
}

/* ---------------------- Form Sidebar ---------------------- */
.form-sidebar {
  width: 272px;
  background-color: white;
  display: none;
  z-index: 1000;
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
  padding-right: 10px;
  min-height: calc(100vh - 220px);
  max-height: calc(100vh - 220px);
}

.form-sidebar .form-sidebar-header {
  margin-bottom: 20px;
}

.form-sidebar .form-sidebar-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.form-sidebar .button-wrapper {
  padding-top: 15px;
  border-top: 1px solid #f7f6fb;
  flex-wrap: wrap;
}

.form-sidebar form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  padding-right: 10px;
}

.form-sidebar .default-tabs-content-card {
  border: 1px solid #f5f5f5 !important;
}

/* ---------------------- Table Styling ---------------------- */
.mud-table {
  width: 100%;
  background: transparent !important;
  box-shadow: none !important;
}

.mud-table-container {
  height: 100%;
  min-height: calc(100vh - 270px);
  max-height: calc(100vh - 270px);
  padding-right: 5px;
}

.variable-height-table .mud-table-container {
  min-height: auto !important;
}

.variable-height-table .mud-table-cell {
    vertical-align: top;
}
.variable-height-table  .mud-input-control.mud-input-control-margin-dense {
    margin: 0 !important;
}
.mud-table-empty-row {
    background-color: transparent !important;
}

.mud-table-root thead th {
  padding: 8px 10px;
  background: #eaebf5;
  border-bottom: none;
  color: #7b7c85;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.mud-table-root td {
  border-top: 4px solid #f7f6fb !important;
  border-bottom: 4px solid #f7f6fb !important;
  color: #898989;
  font-size: 12px;
  font-weight: 400;
}

.mud-table-pagination {
  display: flex !important;
  justify-content: space-between !important;
  flex-direction: row-reverse !important;
}

.mud-table-pagination-toolbar {
  border-top: 0px !important;
  padding-right: 10px;
}

.mud-table-root .mud-table-head {
  height: 44px !important;
}

.mud-table-body .mud-table-row {
  background-color: #fff !important;
}

.mud-table-body .mud-table-row {
  background-color: #fff !important;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
  background-color: #e9eaf6 !important;
}

.mud-table-body .mud-table-row td:nth-child(1) {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  overflow: hidden;
}

.mud-table-body .mud-table-row td:last-child {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  overflow: hidden;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell:first-child {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  overflow: hidden;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell:last-child {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  overflow: hidden;
}

.mud-table-dense * .mud-table-row .mud-table-cell {
  padding: 6px 5px 6px 5px !important;
  padding-inline-start: 5px !important;
  padding-inline-end: 5px !important;
}

/* Pagination */
.mud-pagination {
  justify-content: center !important;
}

.mud-table-pagination .mud-pagination-item {
  border: 1px solid #eaeaea;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mud-table-pagination .mud-icon-button-label {
  color: #000000 !important;
  font-size: 10px;
  font-weight: 700;
}

.mud-table-pagination .mud-pagination-item.mud-pagination-item-selected,
.mud-table-pagination .mud-pagination-item.mud-pagination-item-selected .mud-button-filled.mud-button-filled-primary {
  background: #ebecf6;
  box-shadow: none !important;
}

.mud-table-pagination .mud-pagination-item.mud-pagination-item-selected .mud-button-filled.mud-button-filled-primary .mud-button-label {
  color: #000000 !important;
  font-size: 10px;
  font-weight: 700;
}

.mud-select.mud-table-pagination-select {
  border-radius: 20px !important;
  padding: 5px 6px !important;
  border: 1px solid #eaeaea;
}

.mud-table-pagination .mud-table-pagination-select .mud-select-input {
  margin-top: 0px !important;
  padding: 0 4px !important;
}

.mud-table-pagination-caption {
  padding: 0 !important;
}

.mud-table-pagination .mud-select .mud-select-input .mud-input-slot {
  line-height: normal !important;
}

/*  No Data Found */

.no-data-found {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column !important;
  gap: 10px;
  width: calc(100vw - 300px);
}

.no-data-found img {
  width: 120px;
}

.no-data-found h5 {
  color: #424242;
}

/* Status */
.status-tag {
  padding: 4px 14px;
  border-radius: 20px;
  display: inline-block;
  font-size: 11px;
  text-transform: capitalize;
  min-width: 135px;
  text-align: center;
  white-space: nowrap;
  background: #ededed;
  color: #6e6e6e;
  font-weight: 400 !important;
}

.All,
.StatusChange {
  background: #ededed;
  color: #6e6e6e;
}

.DocumentUpload {
  background: #f1ddeb;
  color: #cb1a9c;
}

.New,
.Creation {
  background: #dbf3ed;
  color: #0b998d;
}

.Rejected,
.BookingRejected,
.DocumentRemove {
  background: #ffe3e3;
  color: #d9534f;
}

.Corrected,
.BookingCorrected,
.SendingMail {
  color: #89a551;
  background: #ebf7d1;
}

.Finalized,
.BookingConfirmed,
.Confirmed,
.SendingNotification {
  background: #ceffd2;
  color: #05a15a;
}

.ReadyToBooked,
.Booked,
.Modification {
  background: #fef0db;
  color: #be6f00;
}

.Draft {
  background: #ededed;
  color: #6e6e6e;
}

.PENDING {
  background: #dbf3ed;
  color: #0b998d;
}

.REJECT {
  background: #ffdbdb;
  color: #df0000;
}

.Posted {
  background: #d2ffd0;
  color: #06c100;
}

.APPROVE {
  color: #89a551;
  background: #ebf7d1;
}

.Active {
  background: #d2ffd0;
  color: #06c100;
  position: relative;
  padding-right: 33px;
  text-align: left;
  min-width: 86px !important;
}

.Active::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: url(/Images/svgs/tick-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 6.29px;
}

.Inactive {
  background: #ffdbdb;
  color: #df0000;
  position: relative;
  padding-right: 33px;
  text-align: left;
  min-width: 86px !important;
}

.Inactive::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: url(/Images/svgs/cross-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 7px;
}

.status-approval-tag {
  padding: 0px 21px;
  padding-right: 0px;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
  white-space: nowrap;
  border: 1px solid var(--border-color-dark);
  position: relative;
  padding-left: 26px;
}

.status-approval-tag::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  min-width: 7px;
  min-height: 7px;
  display: block;
  background: #e0e1ff;
}

.status-approval-tag.approval-rejected::after {
  background: #ff0000;
}

.status-approval-tag.approval-approved::after {
  background: #06c100;
}

.status-approval-tags {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

/* Dropdown */
.table-dropdown-menu.mud-popover.mud-popover-open {
  border-radius: 15px !important;
}

.table-dropdown-menu.mud-popover.mud-popover-open .mud-button-root {
  background: #f5f5f5;
  border-radius: 28px;
  font-size: 10px;
  color: #3d3d3d;
  padding: 3px 10px;
  width: 100%;
  font-weight: 400;
}

.table-dropdown-menu.mud-popover.mud-popover-open .mud-list.mud-list-padding .mud-button-label {
  justify-content: flex-start !important;
}

.table-dropdown-menu.mud-popover.mud-popover-open .mud-button-icon-start {
  margin-right: 5px !important;
}

.table-dropdown-menu.mud-popover.mud-popover-open .mud-button-icon-size-medium>*:first-child {
  font-size: 14px !important;
}

.table-dropdown-menu.mud-popover.mud-popover-open .mud-list {
  padding: 5px 7px !important;
  width: 164px !important;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.table-review-dropdown {
  color: #06c100 !important;
  background: #f2fcf2 !important;
}

.table-edit-dropdown {
  color: #5b93ff !important;
  background: #f7f9ff !important;
}

.table-export-dropdown {
  color: #d5a00d !important;
  background: #fdfaf3 !important;
}

/* ---------------------- Form Fields ---------------------- */
.form-field-wrapper {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.form-field-wrapper label {
  font-size: 12px;
  font-weight: 500;
}

.form-field-wrapper.search-form-field .mud-input>input.mud-input-root-outlined,
.form-field-wrapper.search-form-field div.mud-input-slot.mud-input-root-outlined {
  padding-top: 10.51px !important;
  padding-bottom: 10.51px !important;
}

.form-field-wrapper.search-form-field .mud-input>input.mud-input-root-outlined,
.form-field-wrapper.search-form-field div.mud-input-slot.mud-input-root-outlined {
  padding-left: 0px !important;
}

.form-field-wrapper.search-form-field .mud-input-adornment-start {
  margin-right: 3px !important;
  margin-inline-end: 3px !important;
  margin-inline-start: unset !important;
  margin-top: 9px !important;
}

.form-field-wrapper .mud-input>input.mud-input-root-outlined,
.form-field-wrapper div.mud-input-slot.mud-input-root-outlined {
  padding: 10.5px 14px !important;
}

.form-field-wrapper .mud-input-control {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 0 !important;
}

.form-field-wrapper .mud-input-control-input-container {
  border-radius: 5px;
  overflow: hidden;
}

.form-field-wrapper .mud-input.mud-input-outlined .mud-input-outlined-border {
  border-radius: 5px;
  border: 1px solid #f7f6fb !important;
}

.form-field-wrapper .mud-input.mud-input-outlined {
  background-color: #f7f6fb !important;
}

.form-field-wrapper.search-form-field {
  margin-bottom: 0px;
}

.form-field-wrapper.search-form-field .mud-input-control {
  background-color: #fff !important;
  border-radius: 5px;
  overflow: hidden;
  width: 200px;
}

.form-field-wrapper.search-form-field .mud-input.mud-input-outlined {
  background-color: #ffffff !important;
}

.form-field-wrapper.search-form-field .mud-input-outlined-border {
  border-radius: 5px;
  border: 1px solid #fff !important;
}

.form-field-wrapper-horizontal .form-field-wrapper .mud-input-control {
  width: 120px;
}

.form-field-wrapper-horizontal {
  width: 120px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.form-field-wrapper-horizontal .form-field-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}

.form-field-wrapper-horizontal .form-field-wrapper label {
  white-space: nowrap;
}

.radio-buttons-horizontal .mud-radio-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  margin-top: 12px;
}

.spacing-bottom {
  padding-bottom: 15px !important;
}

.custom-switch {
  width: 78px !important;
}

.yes-no-switch label.mud-switch .mud-switch-track.mud-default::after {
  content: "No" !important;
  right: 20px !important;
}

.yes-no-switch label.mud-switch .mud-switch-track.mud-success::after {
  content: "Yes" !important;
  left: 20px !important;
}

.variable-height-table .mud-input-control {
  min-width: 100% !important;
  background-color: #f7f6fb !important;
  margin: 0px;
  border-radius: 5px !important;
}

.variable-height-table .mud-input-control .mud-input-slot {
  padding: 11px 15px !important;
}
.variable-height-table .mud-input-control .mud-input-slot.mud-input-root-adorned-end {
  padding: 11px 15px !important;
  padding-right:5px !important;
}

.variable-height-table .mud-picker {
    min-width: 125px !important;
}

.variable-height-table .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border,
.variable-height-table .mud-input.mud-input-outlined .mud-input-outlined-border {
  border-color: transparent !important;
}

.variable-height-table .mud-icon-size-medium {
  font-size: 16px !important;
}
.rz-dropdown.cusotm-select.custom-select-min-width {
    min-width: 140px !important;
}
/* Radzen */
.rz-dropdown.cusotm-select {
    min-width: 100% !important;
    background-color: #f7f6fb !important;
    justify-content: center !important;
}

.cusotm-select-bg-white {
  min-width: 223px !important;
  background-color: #fff !important;
  justify-content: center !important;
}

.rz-dropdown.custom-select-with-icon {
  position: relative;
  padding-left: 40px;
  min-width: 180px;
}

.rz-dropdown.custom-select-with-icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../Images/svgs/store.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.rz-dropdown.custom-select-with-icon.agents::before {
  background: url(../Images/svgs/agents.svg);

  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.mud-input,
.rz-placeholder,
.rz-dropdown-label {
  font-size: 14px !important;
  line-height: 14px !important;
}

.rz-dropdown.custom-select-with-icon {
  justify-content: center !important;
}

.rz-autocomplete-items li,
.rz-multiselect-items li,
.rz-dropdown-items li {
  font-size: 14px !important;
}

.rz-clear .rz-multiselect-label-container,
.rz-clear .rz-dropdown-label {
  cursor: default !important;
}

/* Mudblazor */
.form-field-wrapper .mud-switch-span-medium.mud-switch-span {
  padding: 0px !important;
  height: 30px !important;
  width: 78px !important;
  border-radius: 15px !important;
}

.form-field-wrapper label.mud-switch {
  border-radius: 15px !important;
  margin: 0 !important;
}

.form-field-wrapper label.mud-switch .mud-switch-base-medium.mud-switch-base {
  padding: 3px !important;
}

.form-field-wrapper label.mud-switch .mud-switch-base.mud-checked {
  transform: translateX(47px) !important;
}

.form-field-wrapper label.mud-switch .mud-switch-button .mud-switch-thumb-medium {
  width: 24px;
  height: 24px;
  background-color: #fff;
}

.form-field-wrapper label.mud-switch .mud-switch-span .mud-switch-track.mud-success {
  background-color: #5ba55c !important;
  opacity: 1 !important;
}

.form-field-wrapper label.mud-switch .mud-switch-track.mud-success {
  position: relative;
}

.form-field-wrapper label.mud-switch .mud-switch-track.mud-success::after {
  content: "Active";
  color: #fff;
  position: absolute;
  left: 12px;
  top: 50%;
  display: block;
  font-size: 10px;
  font-weight: 400;
  transform: translateY(-50%);
}

.form-field-wrapper label.mud-switch .mud-switch-track.mud-default {
  position: relative;
  background-color: #f7f6fb !important;
  border: 1px solid #f7f6fb !important;
  opacity: 1 !important;
}

.form-field-wrapper label.mud-switch .mud-switch-track.mud-default::after {
  content: "Inactive";
  color: #bcbcbc;
  position: absolute;
  right: 9px;
  top: 50%;
  display: block;
  font-size: 10px;
  font-weight: 400;
  transform: translateY(-50%);
}

.form-field-wrapper>label>span {
  color: #ff0000 !important;
}

/* ---------------------- MUD Drawer ---------------------- */
.mud-drawer.mud-paper {
  color: #000 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  z-index: 1 !important;
  border-radius: 20px;
}

.mud-drawer-content {
  background: #f7f6fb !important;
}

/*.mud-drawer.mud-drawer-responsive,
.mud-drawer.mud-drawer-persistent {
    height: calc(100vh - 138px) !important;
}
*/
/* ---------------------- Table With Sidebar ---------------------- */
.table-with-sidebar {
  display: flex;
  gap: 10px;
}

.table-with-sidebar .no-data-found {
  width: calc(100vw - 600px);
}

.table-with-sidebar .mud-table {
  width: calc(100% - 272px);
}

.table-with-sidebar .form-sidebar {
  display: block;
}

.table-with-sidebar .form-sidebar .form-sidebar-heading,
.form-sidebar-heading {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin-bottom: 30px;
}

.table-with-sidebar .table-button-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  padding: 0px 10px;
}

.table-with-sidebar .button-with-only-icon {
  width: 25px !important;
  height: 25px !important;
  border-radius: 100% !important;
  border: 1px solid #eaebf5 !important;
  background: #eaebf5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 25px;
  min-width: 25px !important;
  padding: 12px !important;
}

/* Full Height Table */
.table-with-sidebar .form-sidebar {
  min-height: calc(100vh - 270px);
  max-height: calc(100vh - 270px);
}

.sticky-table-cell .mud-table-container {
  padding-right: 0 !important;
}

/*.sticky-table-cell tr td:last-child {
    right: 0px;
    position: sticky;
    background-color: #fff;
    z-index: 141 !important;
}

.sticky-table-cell tr th {
    z-index: 142 !important;
}

.sticky-table-cell tr td:last-child {
    width: 83px !important;
    min-width: 83px !important;
    max-width: 83px !important;
    padding: 0rem !important;
}

.sticky-table-cell tr th:last-child {
    top: 0 !important;
    z-index: 143 !important;
    right: 0 !important;
}
*/
.sticky-table-column tr td:last-child {
    right: 0px;
    position: sticky;
    background-color: #fff;
    z-index: 141 !important;
}

.sticky-table-column tr th:last-child {
    top: 0 !important;
    z-index: 143 !important;
    right: 0 !important;
}

.sticky-table-cell tr td .mud-input-slot {
    font-size: 0.875rem;
    padding: 0 !important;
}

.sticky-table-cell .mud-input-control>.mud-input-control-input-container>div.mud-input.mud-input-text {
  margin: 0;
  padding: 5px 10px;
  min-width: 100px;
  margin-top: 0 !important;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e9eaf6;
}

.sticky-table-cell .mud-input.mud-input-underline:after,
.sticky-table-cell .mud-input-control-helper-container {
  display: none !important;
}

.sticky-table-cell .mud-input.mud-input-underline:before {
  border: 0px !important;
  border-radius: 10px;
}

.sticky-table-cell .mud-input.mud-input-underline:focus,
.sticky-table-cell .mud-input.mud-input-underline.mud-input-error:after {
  transform: unset !important;
  border-bottom: none !important;
}

.sticky-table-cell .mud-input-helper-text.mud-input-error {
  display: none !important;
}

.table-with-sidebar .sticky-table-cell .table-button-wrapper {
  padding: 0 !important;
}

/* ---------------------- PDF wrapper ---------------------- */
.ro-pdf-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  height: calc(100% - 59px);
}

.ro-pdf-wrapper .pdf-card {
  display: flex;
  align-items: flex-start;
  padding: 10px 0px;
  border-radius: 0px;
  border: 1px solid #ececec;
  background-color: white;
}

.ro-pdf-wrapper .pdf-card .pdf-checkbox {
  margin-right: 5px !important;
}

.ro-pdf-wrapper .pdf-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.ro-pdf-wrapper .pdf-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
}

.ro-pdf-wrapper .pdf-details .pdf-detail-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.ro-pdf-wrapper .pdf-name {
  font-weight: 500 !important;
  margin: 0;
  color: #000 !important;
  font-size: 11px !important;
  display: flex !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  width: 100%;
}

.ro-pdf-wrapper .pdf-details .pdf-detail-flex .button-with-only-icon {
  width: 25px !important;
  height: 25px !important;
  border-radius: 100% !important;
  border: 1px solid #f3f3f3 !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 25px;
  min-width: 25px !important;
  padding: 10px !important;
}

.ro-pdf-wrapper .pdf-info {
  font-size: 10px !important;
  color: #7b7c85 !important;
  font-weight: 500 !important;
  margin-top: 4px;
}

.ro-pdf-wrapper .pdf-link {
  font-size: 12px !important;
  text-decoration: none;
  font-weight: 400 !important;
  color: #5ba55c !important;
  align-self: end;
  text-decoration: underline;
}

/* --------------------- JV PDF wrapper ------------------- */
.jv-pdf-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  height: calc(100% - 59px);
  background: #f7f6fb;
  border-radius: 5px;
}

.jv-pdf-wrapper .pdf-card {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ececec;
  background-color: white;
}

.jv-pdf-wrapper .pdf-card .pdf-checkbox {
  margin-right: 5px !important;
}

.jv-pdf-wrapper .pdf-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.jv-pdf-wrapper .pdf-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
}

.jv-pdf-wrapper .pdf-details .pdf-detail-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.jv-pdf-wrapper .pdf-name {
  font-weight: 500 !important;
  margin: 0;
  color: #000 !important;
  font-size: 11px !important;
  display: flex !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  width: 100%;
}

.jv-pdf-wrapper .pdf-details .pdf-detail-flex .button-with-only-icon {
  width: 25px !important;
  height: 25px !important;
  border-radius: 100% !important;
  border: 1px solid #f3f3f3 !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 25px;
  min-width: 25px !important;
  padding: 10px !important;
}

.jv-pdf-wrapper .pdf-info {
  font-size: 10px !important;
  color: #7b7c85 !important;
  font-weight: 500 !important;
  margin-top: 4px;
}

.jv-pdf-wrapper .pdf-link {
  font-size: 12px !important;
  text-decoration: none;
  font-weight: 400 !important;
  color: #5ba55c !important;
  align-self: end;
  text-decoration: underline;
}

.jv-pdf-wrapper-header {
  display: flex;
  justify-content: space-between;
}

.jv-pdf-wrapper-header .button-with-only-icon {
  width: 23px !important;
  height: 23px !important;
  border: 1px solid transparent !important;
  min-width: 10px !important;
  padding: 0px;
}

/* ---------------------- Dashboard ---------------------- */
.dashboard-page-container .mud-paper.mud-elevation-1 {
  box-shadow: 0px 4px 52px 0px #00000026 !important;
  border-radius: 30px !important;
  background: #f7f6fb !important;
}

.dashboard-page-container .mud-paper.mud-elevation-1>div.dashbaord-card-content>div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.dashboard-page-container .mud-paper.mud-elevation-1>div.dashbaord-card-content>span {
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  display: block;
}

.dashboard-page-container .mud-paper.mud-elevation-1>div.dashbaord-card-content>div:nth-child(3) {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dashboard-page-container .mud-paper.mud-elevation-1>div.dashbaord-card-content>div:nth-child(3) span:nth-child(1) {
  font-size: 34px;
  font-weight: 500;
  color: #000000;
  line-height: normal;
}

.dashboard-page-container .mud-paper.mud-elevation-1>div.dashbaord-card-content>div:nth-child(3) span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
}

.dashboard-page-container .mud-grid-item {
  align-self: stretch !important;
}

.dashboard-page-container .mud-grid-item .mud-paper {
  height: 100% !important;
}

.dashboard-page-container .dashbaord-card-content-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}

.dashboard-page-container .dashbaord-card-content-header div {
  font-size: 24px;
  font-weight: 700;
  color: #000 !important;
}

.dashboard-page-container .dashbaord-card-content-header p {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
}

.dashboard-page-container .dashbaord-card-content-header.stats-content {
  margin-bottom: 0px !important;
  text-align: center !important;
  align-items: center !important;
}

.dashboard-page-container .dashbaord-card-content-header.stats-content p {
  margin-bottom: 0px !important;
}

.dashboard-page-container .dashbaord-card-content-header.dashbaord-header-with-button {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
}

.dashboard-page-container .dashbaord-card-content-header.dashbaord-header-with-button .rz-dropdown.custom-select-with-icon {
  align-self: flex-end !important;
}

/* Dashborad Graphs */
/* Process Statistics */
.progress-statistic-container {
  display: flex;
  gap: 50px;
  align-items: center !important;
}

#processes-statistic-graph {
  position: relative;
  min-height: 177px;
  width: 177px;
}

#processes-statistic-graph div {
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#processes-statistic-graph div span {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

#processes-statistic-graph div:nth-child(1) {
  width: 142px;
  height: 142px;
  background: #4854ea;
  border: 1px solid #aab0f9;
  top: 0;
  right: 0;
}

#processes-statistic-graph div:nth-child(1) span {
  margin-bottom: 28px;
  margin-left: 28px;
}

#processes-statistic-graph div:nth-child(2) {
  width: 92px;
  height: 92px;
  background: #828af7;
  border: 1px solid #aab0f9;
  bottom: 0;
  right: 10px;
}

#processes-statistic-graph div:nth-child(2) span {
  font-size: 10px;
  margin-top: 10px;
  margin-left: 10px;
}

#processes-statistic-graph div:nth-child(3) {
  width: 103px;
  height: 103px;
  background: #6570f1;
  border: 1px solid #aab0f9;
  bottom: 10px;
  left: 0px;
  z-index: 2;
}

#processes-statistic-graph div:nth-child(4) {
  width: 65px;
  height: 65px;
  background: #aab0f9;
  border: 1px solid #aab0f9;
  top: 15px;
  left: 15px;
}

#processes-statistic-graph div:nth-child(4) span {
  font-size: 8px;
  font-weight: 500;
  color: #fff;
}

#processes-statistic-graph-label {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#processes-statistic-graph-label>div {
  display: flex;
  gap: 5px;
}

#processes-statistic-graph-label div>div.dataset-indicator {
  width: 35px;
  height: 35px;
  border-radius: 100%;
}

#processes-statistic-graph-label div:nth-child(1)>div.dataset-indicator {
  background-color: #4854ea;
}

#processes-statistic-graph-label div:nth-child(2)>div.dataset-indicator {
  background-color: #828af7;
}

#processes-statistic-graph-label div:nth-child(3)>div.dataset-indicator {
  background-color: #aab0f9;
}

#processes-statistic-graph-label div:nth-child(4)>div.dataset-indicator {
  background-color: #6570f1;
}

#processes-statistic-graph-label .mud-progress-linear {
  border-radius: 50px;
  overflow: hidden;
}

#processes-statistic-graph-label .mud-progress-linear.horizontal.mud-progress-linear-medium {
  height: 11px !important;
}

#processes-statistic-graph-label .dataset-values {
  flex: 1;
}

#processes-statistic-graph-label .dataset-values>span {
  font-size: 12px;
  font-weight: 500;
  color: #000 !important;
}

/* Radzen File Upload*/
.radzen-custom-upload .rz-fileupload-buttonbar {
  padding: 0;
  background-color: transparent !important;
}

.radzen-custom-upload .rz-fileupload-choose {
  border: none !important;
  box-shadow: none !important;
  text-transform: capitalize !important;
  height: 37.63px !important;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f6fb !important;
  gap: 6px !important;
}

.radzen-custom-upload .rz-button .rzi {
  background: url(/Images/svgs/upload-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px !important;
  height: 12px !important;
  display: inline-block !important;
}

.table-with-sidebar .table-button-wrapper .radzen-custom-upload .rz-fileupload-choose {
  height: 26.22px !important;
  width: 26.22px !important;
  border: 1px solid #eaebf5 !important;
  background: #eaebf5 !important;
  padding: 7px !important;
}

.table-with-sidebar .table-button-wrapper .rz-fileupload.radzen-custom-upload {
  width: 26.22px !important;
  height: 26.22px !important;
}

/* ---------------------- Error / Not Found Page ---------------------- */
.error-container {
  height: calc(100vh - 101px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.error-container div {
  height: 170px;
  position: relative;
  z-index: 1;
}

.error-container div h1 {
  font-size: 129px;
  margin: 0;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../Images/pngs/error-bg.webp) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: top;
}

.error-container h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}

.error-container p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}

.error-container a {
  font-size: 14px;
  text-decoration: none;
  background: #fff !important;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #000;
  font-weight: 700;
}

/* Form Sidebar As Column*/
.view-pdf-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.view-pdf-btn-wrapper>div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.view-pdf-btn-wrapper button.view-pdf-btn-ro {
  width: 47px !important;
  height: 47px !important;
  border-radius: 100% !important;
  border: 1px solid #f3f3f3 !important;
  background: #fff !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 47px;
  min-width: 47px !important;
}

.view-pdf-btn-wrapper button.view-pdf-btn-ro img {
  width: 15px !important;
}

.form-sidebar.form-sidebar-as-column {
  display: block !important;
  min-height: auto !important;
  max-height: auto !important;
  background: #f7f6fb !important;
  width: 100% !important;
}

.form-sidebar.form-sidebar-as-column .ro-pdf-wrapper {
  height: 300px;
  overflow-y: auto !important;
}

.form-sidebar.form-sidebar-as-column .ro-pdf-wrapper.ro-pdf-wrapper-small {
  height: 212px;
}

#hide-form-fields {
  width: 100%;
}

/* Helper Text */

.disclaimer-text {
  display: flex !important;
  flex-direction: column;
  padding-top: 89px;
  justify-content: center;
  align-items: center !important;
  border-top: 1px solid #e9eaf6 !important;
  position: relative !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #b9b9b9 !important;
  width: 100% !important;
}

.disclaimer-text::before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  background: url(/Images/svgs/pdf-document.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-50%);
  text-align: center;
  filter: grayscale(1) brightness(2.75);
  padding-top: 23px;
}

.jv-pdf-wrapper .disclaimer-text {
  border: none !important;
  margin-bottom: 27px;
}

/* Mege Button */

.merge-button-container .merge-button {
  width: 31px !important;
  height: 31px !important;
  border-radius: 100% !important;
  border: 1px solid #f3f3f3 !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 31px !important;
  min-width: 31px !important;
}

.merge-button-container .merge-button img {
  width: 14px !important;
}

/* Upload Button */
.form-sidebar-heading-with-upload-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-sidebar-heading-with-upload-icon .button-with-only-icon {
  width: 31px !important;
  height: 31px !important;
  border-radius: 100% !important;
  border: 1px solid #f3f3f3 !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 31px !important;
  min-width: 31px !important;
}

.form-sidebar-heading-with-upload-icon .button-with-only-icon img {
  width: 12px !important;
}

.mud-file-upload {
  margin: 0 !important;
}

.mud-file-upload {
  margin: 0 !important;
}

.mud-file-upload .button-with-only-icon .mud-button-label {
  min-width: 10px !important;
  height: 10px !important;
}

/* Apex Chart */
.apexcharts-bar-series.apexcharts-plot-series .apexcharts-series path {
  clip-path: inset(0% 0% 0% 0% round 70px);
}

.apexcharts-legend {
  gap: 0px 10px;
}

.apexcharts-legend {
  justify-content: flex-start !important;
}

@media screen and (max-width: 1800px) {
  .page-table-container .page-table-info-wrapper p {
    font-size: 12px;
  }

  .mud-radio>.mud-radio-content {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1600px) {
  .page-table-container .page-table-info-wrapper p {
    font-size: 10px;
  }

  .mud-radio>.mud-radio-content {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 1397px) {
  .mud-table-container {
    min-height: calc(100vh - 270px);
    max-height: calc(100vh - 270px);
  }

  .mud-table-large .mud-table-container {
    min-height: calc(100vh - 270px);
    max-height: calc(100vh - 270px);
  }

  .form-sidebar {
    min-height: calc(100vh - 220px);
    max-height: calc(100vh - 220px);
  }

  .variable-height-table .mud-table-container {
    min-height: auto !important;
  }
}

@media (max-width: 1200px) {
  .dashboard-main-container .dashboard-sidebar {
    width: 280px;
    transition: all 0.3s ease;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0;
    z-index: 1;
    padding: 10px;
  }

  .dashboard-main-container .dashboard-sidebar>div {
    background-color: #f7f8fa;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
  }

   .dashboard-main-container  .logo{
     justify-content: flex-start;
     flex: 1;
     margin-left: 27px;
   }

  .dashboard-main-container .sidebar-content .logo img{
    display:block !important;
    margin-bottom:30px;
   }
   
  .dashboard-main-container .dashboard-sidebar {
    flex: 1;
    margin-left: 0px;
   }

  .dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu {
    flex-direction: column;
  }

  .dashboard-main-container .dashboard-sidebar {
    transform: translateX(-100%);
    z-index: 1000;
  }

  .dashboard-main-container .dashboard-main-content {
    margin-left: 0;
    width: 100% !important;
  }

  .toggle-sidebar-btn {
    display: flex !important;
  }

  .dashboard-main-container .toggle-sidebar-desktop-btn {
    display: none !important;
  }

  .dashboard-sidebar-open .dashboard-sidebar {
    transform: translateX(0);
  }

  .dashboard-sidebar-open .sidebar-backdrop {
    display: block;
  }

  .mud-drawer.mud-paper {
    height: auto !important;
  }

  .mud-drawer.mud-drawer-responsive,
  .mud-drawer.mud-drawer-persistent {
    height: 100% !important;
  }

  .page-header .page-title {
    display: none;
  }

  .page-title-mobile {
    display: block;
    margin: 20px 0px;
  }

  .no-data-found {
    width: calc(100vw - 0px);
  }

  .table-with-sidebar .no-data-found {
    width: calc(100vw - 300px);
  }

  .page-table-container {
    height: 100%;
  }
}

@media (max-width: 998px) {
  .page-table-container .page-table-header {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .dashboard-main-container .dashboard-main-content,
  .page-table-container {
    height: auto !important;
  }

  .page-table-container .page-table-info-wrapper p {
    width: 30%;
  }
}

@media (max-width: 959px) {
  .mud-drawer-overlay.mud-drawer-overlay--open.mud-drawer-overlay-responsive.mud-drawer-overlay-md {
    display: none !important;
  }

  .default-tabs-content-card .default-tabs-fields-wrapper.with-gap>div:nth-child(1) {
    flex-wrap: wrap;
    gap: 4px !important;
  }

  .default-tabs-content-card .default-tabs-fields-wrapper.with-gap>div:nth-child(1) {
    justify-content: flex-start !important;
  }

  .default-tabs-content-card .default-tabs-fields-wrapper.with-gap .form-field-wrapper {
    width: 24% !important;
  }
}

@media (max-width: 768px) {
  .error-container div {
    height: 110px;
  }

  .error-container div h1 {
    font-size: 90px;
  }

  .dashboard-page-container .dashbaord-card-content-header.dashbaord-header-with-button {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .dashboard-page-container .dashbaord-card-content-header.dashbaord-header-with-button .rz-dropdown {
    align-self: flex-end;
  }

  .page-table-container .page-table-header-action {
    gap: 6px;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
  }

  .page-table-container .form-field-wrapper.search-form-field .mud-input-control {
    width: 100%;
  }

  .page-table-container .page-table-header-action .form-field-wrapper,
  .page-table-container .page-table-header-action .rz-dropdown {
    width: 100%;
    min-width: 100% !important;
  }

  .form-sidebar {
    position: fixed;
    top: 20px;
    right: 20px;
    height: auto;
    bottom: 20px;
    min-height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);
  }

  .table-with-sidebar .form-sidebar {
    min-height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);
  }

  .form-sidebar.form-sidebar-as-column {
    position: unset !important;
  }

  .table-with-sidebar .mud-table {
    width: 100% !important;
  }

  .table-with-sidebar .form-sidebar {
    display: none;
  }

  .view-pdf-btn-wrapper button.view-pdf-btn-ro {
    display: flex !important;
  }

  .form-field-wrapper-horizontal {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }

  .form-field-wrapper-horizontal .form-field-wrapper {
    gap: 5px !important;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }

  .form-field-wrapper-horizontal .form-field-wrapper .mud-input-control {
    width: 100%;
  }

  .page-table-tabs-wrapper.page-table-tabs-wrapper-responsive {
    flex-direction: column !important;
    gap: 10px;
  }

  .mud-table-pagination {
    flex-direction: column !important;
    margin-top: 20px;
    gap: 0px;
    align-items: center;
  }

  .page-table-content-wrapper .form-wrapper-with-button {
    flex-direction: column !important;
  }

  .table-with-sidebar .no-data-found {
    width: calc(100vw - 40px) !important;
  }

  .default-tabs-content-card .default-tabs-fields-wrapper.with-gap .form-field-wrapper {
    width: calc(50% - 9px) !important;
  }
}

.history-table-styling .mud-table-body .mud-table-row .mud-table-cell:nth-child(2) {
  white-space: unset;
  max-width: 300px;
}

@media screen and (max-width: 600px) {
  .page-table-container {
    height: auto !important;
  }

  .page-table-container .page-table-content {
    height: auto !important;
  }

  .mud-table {
    background: #fff !important;
  }

  .mud-table-root {
    border-spacing: 11px !important;
    border-collapse: separate !important;
  }

  .mud-table-body .mud-table-row {
    background: #f9f9f9 !important;
  }

  .mud-table-root td {
    border-top: 0px solid #f7f6fb !important;
    border-bottom: 0px solid #f7f6fb !important;
  }

  .mud-table-body .mud-table-row td:nth-child(1) {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .mud-table-body .mud-table-row td:last-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    overflow: hidden;
  }

  .page-header .page-action-wrapper .page-header-user-info .page-header-icon,
  .page-header .page-action-wrapper .page-header-user-info>span {
    display: none !important;
  }

  .page-header .page-action-wrapper .page-header-user-info {
    padding: 2px 2px 2px 2px !important;
  }

  .page-header-avatar {
    margin: 0 !important;
  }

  .page-table-container .page-table-info-wrapper p {
    width: 47%;
  }

  .sticky-table-cell tr td:last-child {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 0rem !important;
    padding: 6px 16px !important;
    background: #f9f9f9;
  }

  .table-with-sidebar .table-button-wrapper {
    padding: 0 !important;
  }

  .history-table-styling .mud-table-body .mud-table-row .mud-table-cell:nth-child(2) {
    white-space: unset;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .page-header .page-action-wrapper #expanded-menu {
    position: absolute;
    top: 100%;
    right: 0;
    flex-direction: column;
    margin-top: 10px;
    background: #fff;
    border-radius: 20px;
    padding: 5px;
  }

  .button-wrapper.button-wrapper-with-border {
    flex-direction: column !important;
    align-items: flex-end !important;
  }

  .default-tabs-content-card .default-tabs-fields-wrapper.with-gap .form-field-wrapper {
    width: 100% !important;
  }
}

@media (max-width: 416px) {
  .mud-table .mud-table-pagination .mud-table-pagination-toolbar {
    padding-top: 0px !important;
    min-height: auto !important;
  }
}

@media screen and (max-width: 375px) {
  .page-table-container .page-table-tabs>div:nth-child(1) {
    flex-direction: column;
    width: 100%;
  }

  .page-table-container .page-table-tabs>div:nth-child(1) .tab {
    width: 100%;
  }

  .dashboard-page-container .mud-paper.mud-elevation-1>div.dashbaord-card-content>div:nth-child(3) {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}

/* Permission Table Button */
.table-radio-buttons,
.table-checkboxes {
  display: flex;
  gap: 34px;
}

.table-radio-buttons .mud-icon-button,
.table-checkboxes .mud-icon-button {
  padding: 0 !important;
}

.table-radio-buttons .mud-typography,
.table-checkboxes .mud-typography {
  font-size: 12px !important;
  color: #4a4a4a !important;
}

.table-radio-buttons .mud-icon-button:hover,
.table-checkboxes .mud-icon-button:hover {
  background-color: transparent !important;
}

.table-checkboxes .mud-icon-root {
  font-size: 16px !important;
  margin-right: 5px !important;
}

/* Permission Table Button */
.table-radio-buttons,
.table-checkboxes {
  display: flex;
  gap: 34px;
}

.table-radio-buttons .mud-icon-button,
.table-checkboxes .mud-icon-button {
  padding: 0 !important;
}

.table-radio-buttons .mud-typography,
.table-checkboxes .mud-typography {
  font-size: 12px !important;
  color: #4a4a4a !important;
}

.table-radio-buttons .mud-icon-button:hover,
.table-checkboxes .mud-icon-button:hover {
  background-color: transparent !important;
}

.table-checkboxes .mud-icon-root {
  font-size: 16px !important;
  margin-right: 5px !important;
}

.table-radio-buttons .mud-icon-root {
  font-size: 16px !important;
  margin-right: 5px !important;
}

.table-permission-dropdown {
  color: #d5a00d !important;
  background: #fdfaf3 !important;
}

.rz-dropdown-items-wrapper .rz-dropdown-items {
  padding: 0 !important;
}

.rz-dropdown-items-wrapper .rz-dropdown-item {
  font-size: 12px !important;
  padding: 8px 16px !important;
}

.dashboard-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 20px !important;
  flex-wrap: wrap;
}

.dashboard-actions .custom-picker.mud-picker {
  max-width: 325px !important;
}

.dashboard-actions .custom-picker.mud-picker .mud-input-control-input-container {
  max-width: 325px !important;
  border-radius: 5px !important;
  min-height: 40px !important;
}

.dashboard-actions .custom-picker .mud-input-control>.mud-input-control-input-container {
  background: #fff;
}

.dashboard-actions .custom-picker .mud-input-outlined-border {
  border: none !important;
}

.dashboard-actions .custom-picker.mud-picker .mud-input-control.mud-input-control-margin-dense {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .dashboard-actions .custom-picker.mud-picker {
    max-width: 100% !important;
  }

  .dashboard-actions .custom-picker.mud-picker .mud-input-control-input-container {
    max-width: 100% !important;
  }

  .dashboard-actions .rz-dropdown {
    width: 100% !important;
  }
}

.mud-table-cell {
  white-space: nowrap;
}

.default-tabs-content-card .default-tabs-fields-wrapper .mud-icon-size-medium {
  font-size: 12px !important;
}

.table-row-add {
  display: flex;
  justify-content: flex-end;
}

.tab-content-price {
  font-size: 30px !important;
  font-weight: bold;
}

.tab-content-with-attachments .form-field-wrapper .mud-input-input-control {
  max-width: 100% !important;
}

.tab-content-with-attachments .form-wrapper-with-button .form-field-wrapper {
  max-width: 100% !important;
}

.mud-input-control.mud-input-number-control .mud-input-numeric-spin {
  top: 50% !important;
  bottom: 0;
  right: 7px !important;
  transform: translateY(-50%) !important;
}

.variable-height-table .mud-input-control.mud-input-number-control .mud-input-slot {
  padding-right: 28px !important;
}

.mud-button.button-primary:disabled {
  background-color: #4c57eb !important;
  opacity: 0.8 !important;
}

.mud-input, .rz-placeholder, .rz-dropdown-label {
  font-size: 12px !important;
  line-height: 12px !important;
}

.sticky-table-cell tr td .mud-input-slot {
  font-size: 12px !important;
}

.rz-multiselect,
.rz-dropdown {
  width: 140px !important;
}

.mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important;
}

.mud-table-cell .button-with-only-icon {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px;
    min-width: 34px !important;
}

.table-description {
    padding: 11px 15px !important;
    background: #F7F6FB;
    border-radius: 4px;
    word-wrap:anywhere;
    overflow-wrap:anywhere;
    white-space: normal;
    min-height:39.16px;
}


.table-textarea-description .mud-input-underline {
    border: none !important;
    background: transparent !important;
    padding: 0px !important;
}



.form-wrapper-with-button .mud-button-label {
    white-space: nowrap !important;
}