body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
}

main {
  min-width: 100vw;
  background-color: lightgray;
}

.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.card {
  padding: 2em;
}

.read-the-docs {
  color: #888;
}

.customMentionStyle > div > textarea {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0px;
  line-height: 1.43;
} 


.commentMentionStyle > div > textarea {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.43;
  border-radius: var(--borderRadius, 4px);
  border: var(--none, 1px) solid var(--_components-input-outlined-enabledBorder, rgba(0, 0, 0, 0.23));
  margin: 0px !important;
} 

.commentMentionStyle {
  min-height: 104px;
} 

.commentMentionStyle__suggestions {
  max-height: 40vh;
  overflow: auto;
  box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 5px 5px -3px rgba(0, 0, 0, 0.20);
}

.customMentionStyle__suggestions {
  max-height: 250px;
  overflow: auto;
  box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 5px 5px -3px rgba(0, 0, 0, 0.20);
  max-width: 100vw;
  z-index: 99999 !important;
}

.commentDialog .MuiPaper-root {
  overflow-y: visible !important;
  margin: 8px;
  width: calc(100% - 16px);
}

.commentMentionStyle__control {
  font-family: monospace;
  font-size: 14pt;
  max-height: 30vh;
}.CalendarContainer {
    background-color: white;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.20);
}

.SalesTargetContainer {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.20);
    padding: 0px;
}

.RecentlyViewed{
    padding:0px !important;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.20);
}

.Page {
    display: flex;
    justify-content: center; 
    align-items: start; 
}



.MuiCalendarOrClockPicker-root,
.MuiCalendarOrClockPicker-root > div {
  width: 290px;
}

.MuiCalendarPicker-root {
  width: 250px;
}

.MuiCalendarPicker-root > div:first-child {
  padding-left: 12px;
  padding-right: 8px;
  margin-bottom: 0px;
}

.MuiCalendarPicker-root > div:first-child > div:last-child > div {
  width: 4px;
}

.PrivatePickersSlideTransition-root {
  min-height: 230px;
}

button.MuiPickersDay-root.Mui-selected {
  width: 35px;
  height: 35px;
}

.css-23p0if-MuiButtonBase-root-MuiPickersDay-root:not(.Mui-selected) {
    border: 4px solid rgba(0, 0, 0, 0.6);
}.CalendarContainer{
    position: relative;
}

.dayEventsList{
    max-height: 100px;
    overflow-y: auto;
    min-height: 32px;
    width: 100%;
}

.dayEventItem{
    display: grid;
    grid-template-columns: 20px 1fr 40px;
    align-items: center;
    gap: 10px;
}

.dayEventItem .name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dayEventItem .year{
    font-weight: bold;
}.drop_zone {
    width: 100%;
    padding: 0;
    overflow-x: hidden;
}

.remove_outline:focus-within {
    outline: none !important;
}.CalendarContainer {
    background-color: white;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.20);
}

.SalesTargetContainer {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.20);
    padding: 0px;
}

.RecentlyViewed{
    padding:0px !important;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.20);
}

.WhiteBox{
    background-color: white;
    padding:16px;
}

.Page {
    display: flex;
    justify-content: center; 
    align-items: start; 
}



.MuiCalendarOrClockPicker-root,
.MuiCalendarOrClockPicker-root > div {
  width: 290px;
}

.MuiCalendarPicker-root {
  width: 250px;
}

.MuiCalendarPicker-root > div:first-child {
  padding-left: 12px;
  padding-right: 8px;
  margin-bottom: 0px;
}

.MuiCalendarPicker-root > div:first-child > div:last-child > div {
  width: 4px;
}

.PrivatePickersSlideTransition-root {
  min-height: 230px;
}

button.MuiPickersDay-root.Mui-selected {
  width: 35px;
  height: 35px;
}

.css-23p0if-MuiButtonBase-root-MuiPickersDay-root:not(.Mui-selected) {
    border: 4px solid rgba(0, 0, 0, 0.6);
}.CalendarContainer {
    background-color: white;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.20);
}

.SalesTargetContainer {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.20);
    padding: 0px;
}

.RecentlyViewed{
    padding:0px !important;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.20);
}

.WhiteBox{
    background-color: white;
    padding:16px;
}

.Page {
    display: flex;
    justify-content: center; 
    align-items: start; 
}



.MuiCalendarOrClockPicker-root,
.MuiCalendarOrClockPicker-root > div {
  width: 290px;
}

.MuiCalendarPicker-root {
  width: 250px;
}

.MuiCalendarPicker-root > div:first-child {
  padding-left: 12px;
  padding-right: 8px;
  margin-bottom: 0px;
}

.MuiCalendarPicker-root > div:first-child > div:last-child > div {
  width: 4px;
}

.PrivatePickersSlideTransition-root {
  min-height: 230px;
}

button.MuiPickersDay-root.Mui-selected {
  width: 35px;
  height: 35px;
}

.css-23p0if-MuiButtonBase-root-MuiPickersDay-root:not(.Mui-selected) {
    border: 4px solid rgba(0, 0, 0, 0.6);
}.role-cell {
  display: flex;
  align-items: flex-start;
  gap: 4px; /* Reduced gap to bring edit button closer */
}

.role-cell .MuiIconButton-root {
  transition: opacity 0.2s ease;
  margin-top: 2px; /* Align with top of chips when stacked */
  margin-left: 0; /* Remove any default margin */
  padding: 2px; /* Reduce padding to make it more compact */
}

.role-cell:hover .MuiIconButton-root {
  opacity: 1 !important;
}

.role-edit-form {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.role-edit-form .MuiFormControl-root {
  min-width: 200px;
  max-width: 300px;
}

.role-edit-form .MuiSelect-select {
  min-height: auto !important;
}

.auth-type-cell {
  display: flex;
  align-items: center;
}

.auth-type-cell .MuiChip-root {
  min-width: 100px;
}

/* Multiple role chips container */
.role-cell .MuiBox-root {
  /* Remove max-width constraint to prevent unnecessary right margin */
  flex: 0 1 auto; /* Don't grow, allow shrink, auto basis */
  margin-right: 0; /* Ensure no extra margin */
}

/* Create User Dialog Styles */
.create-user-dialog .MuiDialog-paper {
  max-height: 90vh;
}

.create-user-dialog .MuiFormControl-root {
  margin-bottom: 16px;
}

.create-user-dialog .role-chips-container {
  max-height: 60px;
  overflow-y: auto;
}

/* User Filter Bar Styles */
.user-filter-bar {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.user-filter-bar .MuiFormControl-root {
  background-color: white;
}

.user-filter-bar .MuiTextField-root {
  background-color: white;
}

.user-filter-bar .filter-chips {
  max-height: 40px;
  overflow-y: auto;
}
:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root{
  flex: 1;
  position: relative;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  color-scheme: light;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

.multi-input-chip .MuiChip-label{
  padding-left: 3px !important;
}

.table-row-with-kebab .kebab-menu-button {
  visibility: hidden;
}
.table-row-with-kebab:hover .kebab-menu-button {
  visibility: visible;
}