.MuiDialog-scrollPaper {
  background-color: rgba(0, 0, 0, 0.5);
}

.MuiTableSortLabel-active {
  color: #f8f3f3 !important;
}

.MuiTableSortLabel-root:hover {
  color: #cccccc !important;
}

.MuiTableSortLabel-root.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active
  .MuiTableSortLabel-icon {
  color: #f8f3f3 !important;
}

.MuiTableCell-head {
  font-size: 12px !important;
}

.is-invalid > div:first-child {
  border: 1px solid #f64e60 !important;
}

.is-invalidautocomplete > div {
  border: 1px solid #f64e60 !important;
}

select.is-invalid {
  background-position: right calc(1.375em + 0.325rem) center !important;
}

.divinvalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  color: #f64e60;
  text-align: right;
}

.invalid-feedback {
  width: 100%;
  font-size: 0.9rem;
  color: #f64e60;
  text-align: right;
}

.valid-feedback {
  text-align: right;
}

.MuiTableRow-head th:last-child {
  background: #0072b7 !important;
}

.table-responsive th:last-child {
  background: #0072b7 !important;
}

.MuiTableHead-root tr:nth-child(n + 2):last-child {
  display: none !important;
}

.MuiTableRow-head th:last-child {
  background: #0072b7 !important;
}

.MuiTableRow-root td:first-child button {
  padding: 1px !important;
}

.memo-groupButton-41 {
  padding: 1px !important;
}

.element-100 {
  width: 100%;
}

.elementh-100 {
  height: 100%;
}

.form-control-sm-grid {
  padding: 0.1rem !important;
  font-size: 0.875rem !important;
  line-height: 0.5 !important;
  height: 0.5 !important;
  border-radius: 0.2rem !important;
  width: 100%;
}

.header-menu .menu-nav > .menu-item .menu-submenu.menu-submenu-classic {
  padding: 5px 0px !important;
}

.MuiExpansionPanelSummary-root.Mui-expanded {
  min-height: 48px !important;
  background-color: #ddd;
}

.MuiExpansionPanelSummary-content.Mui-expanded {
  margin: 5px 0 !important;
}

.MuiExpansionPanelSummary-root {
  background-color: #ddd !important;
}

.input-group-prepend .btn,
.input-group-append .btn {
  z-index: inherit !important;
}

.btn-clear {
  margin-left: -40px;
  z-index: 100;
}

.input-button-clear {
  border-top-right-radius: 0.42rem !important;
  border-bottom-right-radius: 0.42rem !important;
}

.MuiFormControl-marginNormal {
  margin-top: 1px !important;
  margin-bottom: 0px !important;
}

.MuiOutlinedInput-notchedOutline {
  border-color: #e4e6ef !important;
}

.MuiAutocomplete-inputRoot[class*='MuiOutlinedInput-root'][class*='MuiOutlinedInput-marginDense']
  .MuiAutocomplete-input::-webkit-input-placeholder {
  color: #0f0f0f !important;
}
.MuiAutocomplete-inputRoot[class*='MuiOutlinedInput-root'][class*='MuiOutlinedInput-marginDense']
  .MuiAutocomplete-input::-moz-placeholder {
  color: #0f0f0f !important;
}
.MuiAutocomplete-inputRoot[class*='MuiOutlinedInput-root'][class*='MuiOutlinedInput-marginDense']
  .MuiAutocomplete-input::placeholder {
  color: #0f0f0f !important;
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #134bd7 !important;
  border-width: 1px !important;
}

.MuiAutocomplete-inputRoot[class*='MuiOutlinedInput-root'][class*='MuiOutlinedInput-marginDense']
  .MuiAutocomplete-input {
  padding: 4.5px 4px 6px 4px !important;
}

.btn-sm-grid {
  padding: 1px 3px 1px 5px !important;
  font-size: 0.8rem !important;
}

.btn-sm-grid i {
  font-size: 1rem !important;
}

.label.label-lg {
  height: 16px !important;
}

.MuiListItemText-inset {
  padding-left: 30px !important;
}

.inputright-icon {
  right: 15px;
  position: absolute;
  top: 33px;
}

.position-absolute {
  position: absolute;
}
.react-toast-notifications__container {
  z-index: 9000 !important;
}

.modal .modal-header .closeButton {
  outline: none !important;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease !important;
  float: right !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
  font-size: 1.5em !important;
}

.loadingBorder {
  animation: moveBorder 3s ease 0s infinite normal forwards;
}

@keyframes moveBorder {
  0%,
  50%,
  100% {
    border-color: black;
  }

  25%,
  75% {
    border-color: transparent;
  }
}

.select__menu {
  z-index: 1000 !important;
}

.label.label-inline.label-lg {
  padding: 0.5rem 0.75rem !important;
}

@media (max-width: 620px) {
  .span-mobile {
    display: none !important;
  }
}

.form-group .form-text {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

i.icon-status {
  font-size: 1.5rem !important;
}

.border-radius-viewer {
  border-radius: 10px;
}

fieldset.fieldset-form {
  -webkit-box-shadow: 4px 4px 6px -1px #777;
  box-shadow: 4px 4px 6px -1px #777;
  background-color: #fdfdfd;
  padding: 10px;
  border-radius: 10px;
  display: block;
  margin: 0 10px;
  border: #f7f7f7 1px solid;
  margin-bottom: 10px;
}
fieldset.fieldset-form legend {
  font-size: 1rem;
  padding: 40px 0px 0px 5px;
  font-weight: 500;
}

.input-text-only-numbers {
  text-align: right;
}

.inputgrid {
  height: 2em !important;
  padding: 0.2rem !important;
  font-size: 0.85rem !important;
}

.navigatebutonsdiv {
  display: flow-root !important;
}
.navigatebutonsdivend {
  text-align-last: end;
}

.top50absolute {
  position: absolute !important;
  top: 3px;
  left: 50%;
}

.text-green {
  color: rgb(0, 143, 24);
}

.text-align-right {
  text-align: right;
}

.wsys-bg {
  background-image: url(/media/logos/logo-letter-1.png);
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

input[type='date']::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background: 'mdi mdi-24px mdi-clock-outline' no-repeat;
  filter: invert(29%) sepia(65%) saturate(7109%) hue-rotate(188deg) brightness(95%) contrast(101%);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.scanner {
  height: 100vh;
  width: 100vw;
  position: fixed !important;
  top: 0;
  left: 0;
}

.scanner-button {
  position: fixed !important;
  top: 10px;
  right: 10px;
}

.zindex-popover {
  z-index: 1070 !important;
}

.zindex-dialogbackdrop {
  z-index: 1065 !important;
}

.camera-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; /* Certifique-se de que o contêiner está acima de outros elementos */
  background-color: black; /* Para evitar bordas visíveis */
}
