.MuiPaper-root {
  color: var(--black);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}

.MuiSnackbarContent-root {
  color: #fff;
  display: flex;
  padding: 6px 16px;
  flex-grow: 1;
  flex-wrap: wrap;
  font-size: 0.875rem;
  align-items: center;
  /* font-family: Muli, sans-serif; */
  font-weight: 400;
  line-height: 1.43;
  border-radius: 4px;
  background-color: rgb(49, 49, 49);
}
@media (min-width:600px) {
  .MuiSnackbarContent-root {
    flex-grow: initial;
    min-width: 288px;
  }
}

.jss33 {
  padding-left: 20px;
}

.MuiPaper-elevation6 {
  box-shadow: 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);
}

.alert-notification {
  /*display: none;*/
  position: fixed;
  top: 11%;
  /*right: 20px;*/
  right: -100%;
  color: #fff !important; 
  max-height: 200px;
  /*transform: none; 
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;*/
  transition: all 225ms;
  width: auto;
  z-index: 100000;
}

.alert-error {
  background-color: #d32f2f !important;
}

.alert-success {
  background-color: #43a047 !important;
}

.MuiSnackbarContent-message {
  padding: 8px 0;
}

.jss38 {
  display: flex;
  align-items: center;
}

.MuiSnackbarContent-action {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: -8px;
  padding-left: 16px;
}

.MuiIconButton-colorInherit {
  color: inherit;
}

.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}
.MuiButtonBase-root.Mui-disabled {
  cursor: default;
  pointer-events: none;
}
@media print {
  .MuiButtonBase-root {
    -webkit-print-color-adjust: exact;
  }
}

.MuiButtonBase-root svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #cacad2; 
}
.MuiButtonBase-root svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; 
}

.MuiIconButton-root {
  flex: 0 0 auto;
  color: #A5AEBD;
  padding: 10px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}
.MuiIconButton-root:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.MuiIconButton-root.Mui-disabled {
  color: #A5AEBD;
  background-color: transparent;
}
@media (hover: none) {
  .MuiIconButton-root:hover {
    background-color: transparent;
  }
}

.MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}

.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
  color: #A5AEBD;
}

.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}


