/** * These are tokens taken from the design system in Figma * Please refer to Figma for a more detailed reference */
:root {
  --font-heading: "Darker Grotesque",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --font-body: "Inter",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --font-mono: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --color-white: white;
  --color-black: black;
  --color-base-50: #f7fafc;
  --color-base-100: #f0f5fa;
  --color-base-200: #e2e8f0;
  --color-base-300: #cbd5e0;
  --color-base-400: #a0aec0;
  --color-base-500: #718096;
  --color-base-600: #4a5568;
  --color-base-700: #2d3748;
  --color-base-800: #1a202c;
  --color-base-900: #171923;
  --color-special-info: #C15AF1;
  --color-special-info-light: #CB74F3;
  --color-special-info-dark: #A24CCA;
  --color-special-info-secondary: #F5E5FD;
  --color-special-success: #00C8A4;
  --color-special-success-light: #29D1B3;
  --color-special-success-dark: #00A88A;
  --color-special-success-secondary: #D6F6F0;
  --color-special-warning: #FFAE11;
  --color-special-warning-light: #FFBE41;
  --color-special-warning-dark: #EBA010;
  --color-special-warning-secondary: #FFEFCF;
  --color-special-danger: #F31155;
  --color-special-danger-light: #F53770;
  --color-special-danger-dark: #CC0E47;
  --color-special-danger-secondary: #FEE7EE;
  --color-accent-50: #ebf8ff;
  --color-accent-100: #bee3f8;
  --color-accent-200: #90cdf4;
  --color-accent-300: #63b3ed;
  --color-accent-400: #4299e1;
  --color-accent-500: #3182ce;
  --color-accent-600: #2b6cb0;
  --color-accent-700: #2c5282;
  --color-accent-800: #2a4365;
  --color-accent-900: #1a365d;
  --color-accent: var(--color-accent-500);
}
/** * Template Name: pAIment CSS * Author: Media Digital * */
/*-------------------------------------------------------------- # General --------------------------------------------------------------*/
:root {
  --bs-body-font-size: 0.9rem !important;
  --mud-palette-black: #272c34ff;
  --mud-palette-white: #ffffffff;
  --mud-palette-text-link: var(--color-accent);
  --mud-palette-primary: #004DF9 !important;
  --mud-palette-primary-rgb: 1,77,249 !important;
  --mud-palette-primary-text: #ffffffff;
  --mud-palette-primary-darken: rgb(1,77,225) !important;
  --mud-palette-primary-lighten: rgb(118,106,273) !important;
  --mud-palette-primary-hover: rgba(1,77,249,0.058823529411764705) !important;
  --mud-palette-secondary: #C15AF1 !important;
  --mud-palette-secondary-rgb: rgb(141,125,250) !important;
  --mud-palette-secondary-text: #ffffffff;
  --mud-palette-secondary-darken: rgb(129, 112, 245) !important;
  --mud-palette-secondary-lighten: rgb(177, 167, 250) !important;
  --mud-palette-secondary-hover: rgba(141,125,250,0.058823529411764705) !important;
  --mud-palette-tertiary: #50B9E1 !important;
  --mud-palette-tertiary-rgb: 79,185,225 !important;
  --mud-palette-tertiary-text: #ffffffff;
  --mud-palette-tertiary-darken: rgb(65,183,227) !important;
  --mud-palette-tertiary-lighten: rgb(115,194,224) !important;
  --mud-palette-tertiary-hover: rgba(79,185,225,0.058823529411764705) !important;
  --mud-palette-info: #80EFC9 !important;
  --mud-palette-info-rgb: rgb(129,239,202) !important;
  --mud-palette-info-text: #ffffffff;
  --mud-palette-info-darken: rgb(101,238,192) !important;
  --mud-palette-info-lighten: rgb(161,235,210);
  --mud-palette-info-hover: rgba(129,239,202,0.058823529411764705);
  --mud-palette-success: #6fc96f !important;
  --mud-palette-success-rgb: 0,200,83;
  --mud-palette-success-text: #ffffffff;
  --mud-palette-success-darken: rgb(0,163,68);
  --mud-palette-success-lighten: rgb(0,235,98);
  --mud-palette-success-hover: rgba(0,200,83,0.058823529411764705);
  --mud-palette-warning: #ff9800ff;
  --mud-palette-warning-rgb: 255,152,0;
  --mud-palette-warning-text: #ffffffff;
  --mud-palette-warning-darken: rgb(214,129,0);
  --mud-palette-warning-lighten: rgb(255,167,36);
  --mud-palette-warning-hover: rgba(255,152,0,0.058823529411764705);
  --mud-palette-error: #e96161 !important;
  --mud-palette-error-rgb: 244,67,54;
  --mud-palette-error-text: #ffffffff;
  --mud-palette-error-darken: rgb(242,28,13);
  --mud-palette-error-lighten: rgb(246,96,85);
  --mud-palette-error-hover: rgba(244,67,54,0.058823529411764705);
  --mud-palette-dark: #424242ff;
  --mud-palette-dark-rgb: 66,66,66;
  --mud-palette-dark-text: #ffffffff;
  --mud-palette-dark-darken: rgb(46,46,46);
  --mud-palette-dark-lighten: rgb(87,87,87);
  --mud-palette-dark-hover: rgba(66,66,66,0.058823529411764705);
  --mud-palette-text-primary: #424242ff;
  --mud-palette-text-secondary: #00000089;
  --mud-palette-text-disabled: #00000060;
  --mud-palette-action-default: #00000089;
  --mud-palette-action-default-hover: rgba(0,0,0,0.058823529411764705);
  --mud-palette-action-disabled: #00000042;
  --mud-palette-action-disabled-background: #0000001e;
  --mud-palette-surface: #ffffffff;
  --mud-palette-background: #ffffffff;
  --mud-palette-background-grey: #f5f5f5ff;
  --mud-palette-drawer-background: #ffffffff;
  --mud-palette-drawer-text: #424242ff;
  --mud-palette-drawer-icon: #616161ff;
  --mud-palette-appbar-background: #594ae2ff;
  --mud-palette-appbar-text: #ffffffff;
  --mud-palette-lines-default: #0000001e;
  --mud-palette-lines-inputs: #bdbdbdff;
  --mud-palette-table-lines: #e0e0e0ff;
  --mud-palette-table-striped: #00000005;
  --mud-palette-table-hover: #0000000a;
  --mud-palette-divider: #e0e0e0ff;
  --mud-palette-divider-light: #000000cc;
  --mud-palette-grey-default: #9E9E9E;
  --mud-palette-grey-light: #BDBDBD;
  --mud-palette-grey-lighter: #E0E0E0;
  --mud-palette-grey-dark: #757575;
  --mud-palette-grey-darker: #616161;
  --mud-palette-overlay-dark: rgba(33,33,33,0.4980392156862745);
  --mud-palette-overlay-light: rgba(255,255,255,0.4980392156862745);
  --mud-elevation-0: none;
  --mud-elevation-1: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
  --mud-elevation-2: 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);
  --mud-elevation-3: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
  --mud-elevation-4: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
  --mud-elevation-5: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);
  --mud-elevation-6: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
  --mud-elevation-7: 0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);
  --mud-elevation-8: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
  --mud-elevation-9: 0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);
  --mud-elevation-10: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
  --mud-elevation-11: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
  --mud-elevation-12: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);
  --mud-elevation-13: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);
  --mud-elevation-14: 0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);
  --mud-elevation-15: 0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);
  --mud-elevation-16: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);
  --mud-elevation-17: 0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);
  --mud-elevation-18: 0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);
  --mud-elevation-19: 0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);
  --mud-elevation-20: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);
  --mud-elevation-21: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);
  --mud-elevation-22: 0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);
  --mud-elevation-23: 0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);
  --mud-elevation-24: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);
  --mud-elevation-25: 0 5px 5px -3px rgba(0,0,0,.06), 0 8px 10px 1px rgba(0,0,0,.042), 0 3px 14px 2px rgba(0,0,0,.036);
  --mud-default-borderradius: 4px;
  --mud-drawer-width-left: 240px;
  --mud-drawer-width-right: 240px;
  --mud-drawer-width-mini-left: 56px;
  --mud-drawer-width-mini-right: 56px;
  --mud-appbar-height: 64px;
  --mud-typography-default-family: var(--font-body) !important;
  --mud-typography-default-size: .875rem;
  --mud-typography-default-weight: 400;
  --mud-typography-default-lineheight: 1.43;
  --mud-typography-default-letterspacing: .01071em;
  --mud-typography-default-text-transform: none;
  --mud-typography-h1-family: var(--font-heading) !important;
  --mud-typography-h1-size: 6rem;
  --mud-typography-h1-weight: 700 !important;
  --mud-typography-h1-lineheight: 1.167;
  --mud-typography-h1-letterspacing: -.01562em;
  --mud-typography-h1-text-transform: none;
  --mud-typography-h2-family: var(--font-body) !important;
  --mud-typography-h2-size: 3.75rem;
  --mud-typography-h2-weight: 700 !important;
  --mud-typography-h2-lineheight: 1.2;
  --mud-typography-h2-letterspacing: -.00833em;
  --mud-typography-h2-text-transform: none;
  --mud-typography-h3-family: var(--font-body) !important;
  --mud-typography-h3-size: 3rem;
  --mud-typography-h3-weight: 700 !important;
  --mud-typography-h3-lineheight: 1.167;
  --mud-typography-h3-letterspacing: 0;
  --mud-typography-h3-text-transform: none;
  --mud-typography-h4-family: var(--font-body) !important;
  --mud-typography-h4-size: 2.125rem;
  --mud-typography-h4-weight: 700 !important;
  --mud-typography-h4-lineheight: 1.235;
  --mud-typography-h4-letterspacing: .00735em;
  --mud-typography-h4-text-transform: none;
  --mud-typography-h5-family: var(--font-body) !important;
  --mud-typography-h5-size: 1.5rem;
  --mud-typography-h5-weight: 700 !important;
  --mud-typography-h5-lineheight: 1.334;
  --mud-typography-h5-letterspacing: 0;
  --mud-typography-h5-text-transform: none;
  --mud-typography-h6-family: var(--font-body) !important;
  --mud-typography-h6-size: 1.25rem;
  --mud-typography-h6-weight: 700 !important;
  --mud-typography-h6-lineheight: 1.6;
  --mud-typography-h6-letterspacing: .0075em;
  --mud-typography-h6-text-transform: none;
  --mud-typography-subtitle1-family: var(--font-body) !important;
  --mud-typography-subtitle1-size: 1rem;
  --mud-typography-subtitle1-weight: 700 !important;
  --mud-typography-subtitle1-lineheight: 1.75;
  --mud-typography-subtitle1-letterspacing: .00938em;
  --mud-typography-subtitle1-text-transform: none;
  --mud-typography-subtitle2-family: var(--font-body) !important;
  --mud-typography-subtitle2-size: .875rem;
  --mud-typography-subtitle2-weight: 700 !important;
  --mud-typography-subtitle2-lineheight: 1.57;
  --mud-typography-subtitle2-letterspacing: .00714em;
  --mud-typography-subtitle2-text-transform: none;
  --mud-typography-body1-family: var(--font-body) !important;
  --mud-typography-body1-size: 0.9rem !important;
  --mud-typography-body1-weight: 400;
  --mud-typography-body1-lineheight: 1.5;
  --mud-typography-body1-letterspacing: .00938em;
  --mud-typography-body1-text-transform: none;
  --mud-typography-body2-family: var(--font-body) !important;
  --mud-typography-body2-size: .85rem;
  --mud-typography-body2-weight: 400;
  --mud-typography-body2-lineheight: 1.43;
  --mud-typography-body2-letterspacing: .01071em;
  --mud-typography-body2-text-transform: none;
  --mud-typography-button-family: var(--font-body) !important;
  --mud-typography-button-size: .77rem !important;
  --mud-typography-button-weight: 500;
  --mud-typography-button-lineheight: 1.75;
  --mud-typography-button-letterspacing: .02857em;
  --mud-typography-caption-family: var(--font-body) !important;
  --mud-typography-caption-size: .75rem;
  --mud-typography-caption-weight: 400;
  --mud-typography-caption-lineheight: 1.66;
  --mud-typography-caption-letterspacing: .03333em;
  --mud-typography-overline-family: var(--font-body) !important;
  --mud-typography-overline-size: .75rem;
  --mud-typography-overline-weight: 400;
  --mud-typography-overline-lineheight: 2.66;
  --mud-typography-overline-letterspacing: .08333em;
  --mud-zindex-drawer: 1100;
  --mud-zindex-appbar: 1200;
  --mud-zindex-dialog: 1300;
  --mud-zindex-popover: 1400;
  --mud-zindex-snackbar: 1500;
  --mud-zindex-tooltip: 1600;
  scroll-behavior: smooth;
 /* light mode */
  --header-background: #fff;
  --header-shadow: rgba(1, 41, 112, 0.1);
  --page-background: var(--color-base-50);
  --page-font-color: var(--color-base-800);
  --nav-icon-color: var(--color-accent-700) !important;
  --header-nav-profile-color: var(--color-accent-800);
  --sidebar-background: var(--color-white);
  --sidebar-shadow: rgba(1, 41, 112, 0.1);
  --nav-link-side: var(--color-base-50);
  --nav-link: var(--color-base-500);
  --nav-link-icon-color: var(--color-accent);
  --logo-color: var(--color-accent-800);
  --mud-card-header-text: var(--color-accent-800);
  --btn-default-bg: var(--color-accent-900);
  --btn-default-text: #ffffff;
  --mud-card-shadow: 0px 0 30px rgb(1 41 112 / 10%);
  --pagetitle-h1: var(--color-accent-800) --mud-palette-action-default: rgba(0,0,0, 0.54);
  --input-background: #fff;
  --breadcrumb-seperator: rgba(0,0,0,.38);
  --card-title: var(--color-accent-800);
  --header-nav-background: #ffffff;
  --header-nav-text-color: #444444;
  --header-nav-hover: var(--color-base-100);
  --grey-lighten-bg: var(--color-base-50);
  --paipurple-lighten5-bg: #d4cefd;
  --textdefault: var(--color-base-800);
  --textprimary: var(--color-special-success);
  --textsecondary: var(--color-accent-800);
  --texttertiary: var(--color-special-info);
  --tabhover: var(--color-base-100);
  --title-color: var(--color-accent-700);
}
.dark-mode {
  --header-background: #2e3144;
  --header-shadow: rgba(0, 0, 0, 0.6);
  --page-background: #323848;
  --page-font-color: #dedede;
  --nav-icon-color: #fff;
  --header-nav-profile-color: #fff;
  --mud-palette-primary: #fff;
  --sidebar-background: #2e3144;
  --sidebar-shadow: rgba(0, 0, 0, 0.6);
  --nav-link-side: #363a52;
  --nav-link: #fff;
  --nav-link-icon-color: var(--color-accent);
  --logo-color: #fff;
  --mud-palette-text-primary: #a9a9a9;
  --mud-palette-surface: #2e3144;
  --mud-card-header-text: #fff;
  --mud-card-shadow: 0px;
  --pagetitle-h1: #dedede;
  --mud-palette-action-default: #fff;
  --mud-palette-text-secondary: #fff;
  --input-background: rgba(0, 0, 0, 0.0);
  --breadcrumb-seperator: #899bbd;
  --card-title: #fff;
  --header-nav-background: #2e3144;
  --header-nav-text-color: #ffffff;
  --header-nav-hover: #21253e;
  --btn-default-bg: #dedede;
  --btn-default-text: #000c40;
  --grey-lighten-bg: #202438;
  --paipurple-lighten5-bg: #403870;
  --tabhover: var(--color-base-800);
  --title-color: var(--color-accent-200);
}
.mud-tab.mud-tab-active, .mud-primary-text {
  color: var(--color-accent) !important;
}
.mud-nav-link:hover, .mud-tab:hover {
  background-color: var(--tabhover) !important;
}
body {
  font-family: var(--font-body);
  background: var(--page-background);
  color: var(--page-font-color);
}
a {
  color: var(--color-accent);
  text-decoration: none;
}
a:hover {
  color: var(--color-accent-600);
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}
/*---------------- #Text Colors -------------*/
.text-default {
  color: var(--textdefault) !important;
}
.text-primary {
  color: var(--textprimary) !important;
}
.text-secondary {
  color: var(--textsecondary) !important;
}
.text-tertiary {
  color: var(--texttertiary) !important;
}
/*-------------------------------------------------------------- # Main --------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 30px 40px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #main {
      padding: 20px;
 }
}
/*-------------------------------------------------------------- # Page Title --------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 5px;
}
.pagetitle h1 {
  font-size: 2rem !important;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--title-color);
}
/*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
div.mud-card-header {
  border-color: #ebeef4;
  color: var(--mud-card-header-text);
  padding: 15px;
  border-bottom: 1px solid #ebeef4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.grey.lighten-2 {
  background-color: var(--grey-lighten-bg);
}
/*-------------------------------------------------------------- # Override some default Bootstrap stylings --------------------------------------------------------------*/
/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}
.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}
.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}
.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}
.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}
.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}
.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}
/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.card-header, .card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
  border: none !important;
}
.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--card-title);
  font-family: "Darker Grotesque", sans-serif;
}
.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}
.card-body {
  padding: 0 20px 20px 20px;
}
.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 20px;
}
/* Close Button */
.btn-close {
  background-size: 25%;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}
/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: var(--font-body);
  color: #899bbd;
  font-weight: 600;
}
.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #51678f;
}
.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}
.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}
/* Mud Breadcrumbs */
.pai-breadcrumbs .mud-breadcrumbs{
  font-size: 14px;
  font-family: var(--font-body);
  color: #899bbd;
  font-weight: 600;
  padding: 4px 0px;
}
.pai-breadcrumbs .mud-breadcrumb-item a {
  color: #899bbd;
  transition: 0.3s;
}
.pai-breadcrumbs .mud-breadcrumb-item a:hover {
  color: #51678f;
}
.pai-breadcrumbs .mud-breadcrumb-item .mud-breadcrumb-item::before {
  color: #899bbd;
}
.pai-breadcrumbs .mud-breadcrumb-item .active {
  color: #51678f;
  font-weight: 600;
}
.pai-breadcrumbs .mud-breadcrumb-separator {
  padding: 0 8px;
}
/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}
/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/



.logo {
  line-height: 1;
}
@media (min-width: 1200px) {
  .logo {
      width: 236px;
 }
}
.logo img {
  height: 25px !important;
  margin-right: 6px;
}
.logo span {
  font-size: 26px;
  font-weight: 700;
  color: var(--logo-color);
  font-family: var(--font-body);
}


.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px var(--header-shadow);
  background-color: var(--header-background);
  padding-left: 20px;
 /* Toggle Sidebar Button */
 /* Search Bar */
}
.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}
.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header .search-bar {
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      padding: 20px;
      box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
      background: white;
      z-index: 9999;
      transition: 0.3s;
      visibility: hidden;
      opacity: 0;
 }
  .header .search-bar-show {
      top: 60px;
      visibility: visible;
      opacity: 1;
 }
}
.header .search-form {
  width: 100%;
}
.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}
.header .search-form input:focus, .header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}
.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}
.header .search-form button i {
  color: #012970;
}
/*-------------------------------------------------------------- # Header Nav --------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
}
.header-nav .nav-icon {
  font-size: 20px;
  color: var(--nav-icon-color);
}
.header-nav .nav-profile {
  color: var(--header-nav-profile-color);
}
.header-nav .nav-profile img {
  max-height: 36px;
}
.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}
.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 6px;
}
.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: var(--header-nav-text-color);
}
.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}
.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .messages .message-item a {
  display: flex;
}
.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}
.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--header-nav-text-color);
}
.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: var(--header-nav-text-color);
}
.header-nav .messages .message-item:hover {
  background-color: var(--header-nav-hover);
}
.header-nav .notifications .notification-item:hover {
  background-color: var(--header-nav-hover);
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--header-nav-text-color);
}
.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--header-nav-text-color);
}
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
  background-color: var(--header-nav-hover);
}
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  background-color: var(--header-nav-background);
}
.dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
  color: var(--header-nav-text-color);
}
.dropdown-menu .dropdown-footer a {
  color: var(--header-nav-text-color);
  text-decoration: underline;
}
.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}
.dropdown-menu .dropdown-divider {
  color: var(--header-nav-text-color);
  margin: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
  color: var(--header-nav-text-color);
}
.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.dropdown-menu .dropdown-item:hover {
  background-color: var(--header-nav-hover);
}
@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
      content: "";
      width: 13px;
      height: 13px;
      background-color: var(--header-nav-background);
      position: absolute;
      top: -7px;
      right: 20px;
      transform: rotate(45deg);
      border-top: 1px solid #eaedf1;
      border-left: 1px solid #eaedf1;
 }
}
@-webkit-keyframes dropdown-animate {
  0% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
  0% {
      opacity: 0;
 }
}
@keyframes dropdown-animate {
  0% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
  0% {
      opacity: 0;
 }
}
/*-------------------------------------------------------------- # Sidebar --------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 270px;
  z-index: 996;
  transition: all 0.3s;
 /*padding: 20px;
 */
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px var(--sidebar-shadow);
  background-color: var(--sidebar-background);
}
@media (max-width: 1199px) {
  .sidebar {
      left: -270px;
 }
}
.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}
@media (min-width: 1200px) {
  #main, #footer {
      margin-left: 270px;
 }
}
@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
      left: 0;
 }
}
@media (min-width: 1200px) {
  .toggle-sidebar #main, .toggle-sidebar #footer {
      margin-left: 0;
 }
  .toggle-sidebar .sidebar {
      left: -300px;
 }
}
.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-item {
  margin-bottom: 5px;
}
.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}
.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-accent);
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
 /*border-radius: 4px;
 */
  border-left: 4px solid var(--color-accent);
}
.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--color-accent);
}
.sidebar-nav .nav-link.collapsed {
  color: #7784ab;
  background: #fff;
  border-left: 0;
}
.sidebar-nav .nav-link.collapsed i {
  color: #7784ab;
}
.sidebar-nav .nav-link:hover {
  color: var(--color-accent);
  background: #f6f9ff;
}
.sidebar-nav .nav-link:active {
  color: var(--color-accent);
  background: #f6f9ff;
}
.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}
.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
.sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
  color: var(--color-accent);
}
.sidebar-nav .nav-content a.active i {
  background-color: var(--color-accent);
}
/*-------------------------------------------------------------------- # MudBlazor Nav Styles ---------------------------------------------------------------------*/
.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mud-nav-item {
  margin-bottom: 5px;
}
.mud-nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--nav-link);
  transition: 0.3;
  padding: 10px 15px;
  border-radius: 0px;
  border-left: 4px solid var(--nav-link-side);
}
.mud-nav-link:not(.mud-nav-link-disabled) .mud-nav-link-icon.mud-nav-link-icon-default {
  color: var(--nav-link-icon-color);
}
.mud-nav-link.mud-icon-root.mud-svg-icon {
  fill: var(--color-accent-600);
}
.mud-nav-link.mud-icon-root.mud-svg-icon:active {
  fill: var(--nav-link-icon-color) !important;
}
.mud-nav-link.active>.mud-icon-root.mud-svg-icon {
  fill: var(--color-accent) !important;
}
.mud-nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--color-accent) !important;
}
.mud-nav-link.collapsed {
  color: var(--color-accent-800);
  background: #fff;
}
.sidebar-nav .mud-nav-link.collapsed i {
  color: var(--color-accent) !important;
}
.sidebar-nav .mud-nav-link:hover {
  color: var(--color-accent) !important;
  background: var(--nav-link);
}
.mud-nav-link.active {
  color: var(--color-accent) !important;
  background: var(--header-nav-hover) !important;
  border-left: 4px solid var(--color-accent) !important;
}
.sidebar-nav .mud-nav-link:hover i {
  color: var(--color-accent) !important;
}
.sidebar-nav .mud-nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav .mud-nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
.sidebar-nav .mud-nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .mud-nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-accent-800);
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}
.sidebar-nav .mud-nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
.sidebar-nav .mud-nav-content a:hover, .sidebar-nav .mud-nav-content a.active {
  color: var(--color-accent) !important;
}
.sidebar-nav .mud-nav-content a.active i {
  background-color: var(--color-accent) !important;
}
.mud-navmenu.mud-navmenu-default .mud-nav-link-expand-icon.mud-transform{
  fill: var(--color-accent) !important;
}
/*-------------------------------------------------------------- # Dashboard --------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}
.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}
.dashboard .filter .icon:hover, .dashboard .filter .icon:focus {
  color: #4154f1;
}
.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}
.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}
.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}
/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}
.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}
.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}
/* Activity */
.dashboard .activity {
  font-size: 14px;
}
.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}
.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}
.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}
.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}
.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}
.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}
/* News & Updates */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}
.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}
.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}
.dashboard .news h4 a:hover {
  color: #4154f1;
}
.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}
/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}
.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}
.dashboard .recent-sales .table thead th {
  border: 0;
}
.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}
.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}
/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}
.dashboard .top-selling .table thead {
  background: #f6f6fe;
}
.dashboard .top-selling .table thead th {
  border: 0;
}
.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}
.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}
/*-------------------------------------------------------------- # Error 404 --------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}
.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}
.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}
.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}
.error-404 .btn:hover {
  background: #3e4f6f;
}
@media (min-width: 992px) {
  .error-404 img {
      max-width: 50%;
 }
}
/*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}
.footer .copyright {
  text-align: center;
  color: #012970;
}
.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
/*-------------------------------------------------------------- # Card Styles --------------------------------------------------------------*/
.icon img{
  margin-top: -30px;
  margin-left: -30px;
  height: 70px;
}
.card-link a{
  text-decoration: underline;
}
.mud-typography-body1{
  font-family: var(--font-body);
}
.paiment-card .mud-button-label{
  font-family: var(--font-body);
  text-decoration: underline;
  text-transform: none;
  font-size: 15px;
}
.paiment-method-card .mud-button-label {
  font-family: var(--font-body);
  font-size: 15px;
  text-transform: none;
}
.paiment-method-button {
  padding: 4px;
}
.paiment-text-info {
  font-size: 0.65rem;
}
.circle-icon {
  text-align: center;
  margin-top: 3px;
  margin-left: 3px;
  height: 12px !important;
  width: 12px !important;
}
.mud-card{
  border: none;
  border-radius: 5px;
  margin-top: 20px;
}
.card-shadow {
  box-shadow: var(--mud-card-shadow);
}
.card-outline-primary {
  border-top: 3px solid #014df9;
}
.card-outline-secondary {
  border-top: 3px solid var(--color-accent);
}
.card-outline-tertiary {
  border-top: 3px solid #4fb9e1;
}
.card-outline-info {
  border-top: 3px solid #81efca;
}
.card-outline-sec-light {
  border-top: 3px solid #899bcc;
}
.payment-method-icon img {
  height: 70px;
}
/*-------------------------------------------------------------- # MudBlazor Date Picker --------------------------------------------------------------*/
.mud-picker-container .mud-toolbar {
  padding-top: 10px;
}
.mud-picker-datepicker-toolbar .mud-button-year{
  font-size: 18px;
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: .00938em;
}
.mud-picker-datepicker-toolbar .mud-button-date{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: .00735em;
  border-left: 1px solid #ffffff;
  text-transform: none;
  border-radius: 0px;
  padding-left: 20px;
}
.mud-picker-datepicker-toolbar{
  align-items: center;
  display: inline;
  height: 50px;
  padding-top: 10px;
}
/*-------------------------------------------------------------- # Buttons --------------------------------------------------------------*/
/* Button default */
.mud-button{
  padding: 8px 16px 5px 16px !important;
}
.mud-button-filled-default{
  background-color: var(--btn-default-bg);
  color: var(--btn-default-text);
}
.mud-button-filled-default:hover{
  background-color: var(--color-accent-800);
  color: #ffffff;
}
.mud-button-outlined {
  color: var(--btn-default-bg);
  border: 1px solid var(--btn-default-bg);
  padding: 5px 15px;
}
/* Button secondary */
.mud-button-filled.mud-button-filled-secondary{
  background-color: #7c69f8;
  color: #ffffff;
}
.mud-button-filled.mud-button-filled-secondary:hover{
  background-color: #7c69f8;
  color: #ffffff;
}
.mud-button-outlined.mud-button-outlined-secondary {
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
}
.mud-button-outlined.mud-button-outlined-secondary:hover {
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
}
/* Button tertiary */
.mud-button-filled.mud-button-filled-tertiary{
  background-color: #4fb9e1;
  color: #ffffff;
}
.mud-button-filled.mud-button-filled-tertiary:hover{
  background-color: #4fb9e1;
  color: #ffffff;
}
.mud-button-outlined.mud-button-outlined-tertiary{
  color: #4fb9e1 !important;
  border: 1px solid #4fb9e1;
}
.mud-button-outlined.mud-button-outlined-tertiary:hover {
  color: #4fb9e1;
  border: 1px solid #4fb9e1;
}
/* Button info */
.mud-button-filled.mud-button-filled-info{
  background-color: #81efca;
  color: #ffffff;
}
.mud-button-filled.mud-button-filled-info:hover{
  background-color: #81efca;
  color: #ffffff;
}
.mud-button-outlined.mud-button-outlined-info {
  color: #81efca;
  border: 1px solid #81efca;
}
.mud-button-outlined.mud-button-outlined-info:hover {
  color: #81efca;
  border: 1px solid #81efca;
}
/* Copy To Clipboard button */
.copy-button-span {
  position: relative;
}
.copy-button {
  position: absolute;
  top: 5px;
  right: 25px;
  z-index: 999;
}
.dialog-container-scroll {
  max-height: 450px;
  overflow-y: scroll 
}
/*-------------------------------------------------------------- # Progress Bars --------------------------------------------------------------*/
.mud-progress-linear-color-primary{
  background-color: #dde7ff;
}
.mud-progress-linear-color-secondary{
  background-color: #d1cbf7;
}
.mud-progress-linear-color-tertiary{
  background-color: #4fbae15b;
}
.mud-progress-linear-color-info{
  background-color: #b5f3de;
}
.mud-progress-linear.mud-progress-linear-color-secondary:not(.mud-progress-linear-buffer) .mud-progress-linear-bar{
  background-color: var(--color-accent);
}
.mud-progress-linear.mud-progress-linear-color-primary:not(.mud-progress-linear-buffer) .mud-progress-linear-bar{
  background-color: #014df9;
}
.mud-progress-linear.mud-progress-linear-color-tertiary:not(.mud-progress-linear-buffer) .mud-progress-linear-bar{
  background-color: #4fb9e1;
}
.mud-progress-linear.mud-progress-linear-color-info:not(.mud-progress-linear-buffer) .mud-progress-linear-bar{
  background-color: #81efca;
}
/*-------------------------------------------------------------- # Badges and Avatars --------------------------------------------------------------*/
/*-------------------------------------------------------------- # Dividers --------------------------------------------------------------*/
.mud-divider{
  margin: 1px 0;
  color: inherit;
  background-color: #000c40;
  border: 0;
  opacity: .25;
}
/*--------------------Login Styles ------*/
.login-gradientbg{
  background-color: var(--color-accent);
 /* background-image: linear-gradient(120deg, #000d44, #004af0, var(--color-accent), #64bed6);
  */
  background: linear-gradient(162deg, #EDCB1B -110.38%, #FF154D -59.98%, #C15AF1 -14.21%, #2087FF 41.76%, #00E1B9 100%);
}
.login-footer-text a{
  color: #fff;
  text-decoration: underline;
}
.mud-table-root .mud-table-head .mud-table-cell {
  color: var(--mud-palette-text-primary);
  font-weight: 700;
  line-height: 1.5rem;
}
.mud-table-cell {
  font-size: .85rem;
}
.p-30{
  padding: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.section{
  background-color: transparent !important;
}
/*--------------------Color Styles ------*/
.paipurple {
  background-color: var(--color-accent);
}
.paipurple-text {
  color: var(--color-accent);
}
.paipurple.lighten-5 {
  background-color: var(--paipurple-lighten5-bg);
}
.paipurple-text.text-lighten-5 {
  color: #d4cefd;
}
.paipurple.lighten-4 {
  background-color: #c3bafc;
}
.paipurple-text.text-lighten-4 {
  color: #c3bafc;
}
.paipurple.lighten-3 {
  background-color: #b1a7fc;
}
.paipurple-text.text-lighten-3 {
  color: #b1a7fc;
}
.paipurple.lighten-2 {
  background-color: #a093fb;
}
.paipurple-text.text-lighten-2 {
  color: #a093fb;
}
.paipurple.lighten-1 {
  background-color: #8f7ffa;
}
.paipurple-text.text-lighten-1 {
  color: #8f7ffa;
}
.paipurple.darken-1 {
  background-color: #00897b;
}
.paipurple-text.text-darken-1 {
  color: #00897b;
}
.paipurple.darken-2 {
  background-color: #00796b;
}
.paipurple-text.text-darken-2 {
  color: #00796b;
}
.paipurple.darken-3 {
  background-color: #00695c;
}
.paipurple-text.text-darken-3 {
  color: #00695c;
}
.paipurple.darken-4 {
  background-color: #004d40;
}
.paipurple-text.text-darken-4 {
  color: #004d40;
}
.paipurple.accent-1 {
  background-color: #a7ffeb;
}
.paipurple-text.text-accent-1 {
  color: #a7ffeb;
}
.paipurple.accent-2 {
  background-color: #64ffda;
}
.paipurple-text.text-accent-2 {
  color: #64ffda;
}
.paipurple.accent-3 {
  background-color: #1de9b6;
}
.paipurple-text.text-accent-3 {
  color: #1de9b6;
}
.paipurple.accent-4 {
  background-color: #00bfa5;
}
.paipurple-text.text-accent-4 {
  color: #00bfa5;
}
/*-------------------- Drop Down Button ------*/
.btn-dropdown-display.mud-popover.mud-popover-bottom {
  top: 100% !important;
  right: 0px !important;
}
.mud-input{
  background-color: var(--input-background) !important;
}
.bgblack{
  background-color: #000000 !important;
}
.mud-breadcrumb-separator > span {
  color: var(--breadcrumb-seperator) !important;
}
.textwrap {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.textwrapmedium {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.mt-20{
  margin-top: 20px;
}
.palette-background {
  background-color: var(--mud-palette-surface) !important;
}
.green-background{
  background-color: var(--mud-palette-success);
  color: var(--mud-palette-white);
}
.dialog-overlay {
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.paitooltip {
  width: 300px;
}
.textwraplarge {
  width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.wrapcolumntext {
  overflow-wrap: break-word;
  max-width: 440px;
}
/*add class on ul to apply default bullet point*/
.liststyletype-disc {
  list-style-type: disc;
}

/* -------------- */

.mud-chip-filled {
  background-color: var(--color-base-100) !important;
}

.mud-nav-link:focus {
  background-color: var(--tabhover) !important;
}

.mud-paper.mud-elevation-1.mud-card {
  padding: 0.5rem;
}

.dashboard button.mud-button-filled-default:disabled {
  background-color: var(--color-base-100) !important;
  color: var(--color-base-400) !important;
}

.dashboard > p {
  padding-top: 20px;
}

.dashboard .mud-grid-item.d-flex.justify-content-between.px-3.py-2,
.dashboard .mud-grid-item.d-flex.justify-content-between.align-items-center.px-3.py-2 {
  padding: 1rem !important;
}

#header .mud-icon-root {
  color: var(--nav-icon-color);
}

/* -------------- */

.dark-mode .mud-button-filled-primary .mud-button-label {
  color: var(--color-accent-500);
}

.dark-mode button:disabled {
  color: var(--color-base-500) !important;
}

.dark-mode button:disabled {
  color: var(--color-base-500) !important;
}

.dark-mode .mud-input-label-text.mud-disabled {
  color: var(--color-base-600) !important;
}

.dark-mode .mud-switch-track.mud-default {
  background-color: var(--color-base-800) !important;  
}

.dark-mode .mud-chip-color-primary {
  color: var(--color-base-500) !important;
}
