.SkatteverketContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 0;
  padding: 12px;
  background: #eef0f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.skatteverketHeading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid #d8dee8;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
          box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  color: #38454f;
  font-size: 12px;
  font-weight: 600;
}
.SkatteverketContainer > .h-100 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  border: 1px solid #d8dee8;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
          box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.skatteverketFooter {
  height: 40px;
  background-color: #fff;
}
#SkatteverketListView {
  height: 100% !important;
  max-height: 100% !important;
}
#SkatteverketListView .gridHeaderTitle {
    width: 90%;
}
#SkatteverketListView .sort {
    cursor: pointer;
}
#SkatteverketListView table th {
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    color: #38454f;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    vertical-align: top;
}
#SkatteverketListView table tr td {
    font-size: 12px;
    border: 0;
    color: #727374;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#SkatteverketListView .unknown {
    color: #0e0e0e73;
}
.AntPaginaitonComponet {
  float: left;
}
.deceasedDataGridFooter {
  background-color: #fff;
  bottom: 0;
  width: 100%;
}
.deceasedDataGridFooter .deceasedDataGridFooterText {
    font-size: 12px;
    text-align: right;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div {
      display: inline;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div:nth-child(even) {
      margin-right: 20px;
      margin-left: 10px;
}

