﻿.mud-table .no-border th {
  border: 0 !important;
}
.mud-table.custom-header thead > tr th {
  font-weight: 600 !important;
  border-bottom: 2px solid var(--mud-palette-tertiary);
}
.mud-table.custom-header thead > tr button, .mud-table.custom-header thead > tr span, .mud-table.custom-header thead > tr th {
  color: var(--mud-palette-tertiary) !important;
}
.mud-table.custom-header thead > tr svg {
  fill: var(--mud-palette-tertiary) !important;
}
.mud-table .custom-header th {
  font-weight: 600 !important;
  border-bottom: 2px solid var(--mud-palette-tertiary);
}
.mud-table .custom-header button, .mud-table .custom-header span, .mud-table .custom-header th {
  color: var(--mud-palette-tertiary) !important;
}
.mud-table .custom-header svg {
  fill: var(--mud-palette-tertiary) !important;
}

.mud-table-cell,
.mud-table-cell * {
  font-size: var(--mud-typography-body2-size) !important;
}

.mud-table.no-overflow .mud-table-container {
    overflow-y: hidden !important;
}

.mud-table-pagination .mud-select .mud-select-input {
  line-height: initial;
}

.mud-input-label-outlined.mud-input-label-margin-dense {
  transform: translate(14px, 11px) scale(1);
}

.mud-input {
  font-size: var(--mud-typography-body1-size) !important;
}

.mud-input-control {
  margin: 0 !important;
}

.mud-table-cell svg.mud-icon-root {
  font-size: 1.2rem !important
}

.rotating-loading-icon .mud-input-adornment.mud-input-adornment-start.mud-select-input svg.mud-icon-root.mud-icon-default.mud-svg-icon.mud-icon-size-medium {
    animation: rotate-center 2000ms linear infinite reverse;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mud-snackbar-location-bottom-right {
  bottom: 84px !important;
}

.mud-chart-donut {
  max-width: 100%;
}

.mud-chart-line {
  overflow: visible;
}

.mud-table-row > .mud-table-cell:first-child:not([data-label]) > .d-flex {
  padding-left: unset !important;
}

.edit-claims .mud-treeview-item .mud-checkbox span.mud-ripple-checkbox * {
    color: var(--mud-palette-primary) !important;
}

@media only screen and (max-width: 1279px) {
    .mud-main-content {
    margin-left: 0 !important;
  }
}
