@keyframes fadeInOpacity{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}
[data-region=locked] .b-searchbox{
  padding:0;
  margin:0;
}
[data-region=locked] .b-searchbox.b-textfield div{
  padding-inline:5px;
  height:55px;
}
[data-region=locked] .b-searchbox .b-field-inner{
  border-radius:0;
  border:0;
}
[data-region=locked] .b-grid-header{
  padding-inline:0;
  flex-direction:column-reverse;
}
[data-region=locked] .b-group-row .b-grid-cell{
  margin-inline-start:0.5em;
}

.b-grid-header-container{
  box-shadow:none;
  border-bottom-width:2px;
}

.b-grid-header-text-content{
  height:100%;
  align-items:center;
  display:flex;
  flex-direction:column;
  flex:1 0 100%;
}

.b-grid-header-text{
  flex:1;
  margin:0;
  padding:0;
}

.b-group-state-icon{
  display:none;
}

.b-column-header-row{
  flex:1 0 2em;
  width:100%;
  display:flex;
  align-items:center;
  padding-inline-start:1em;
  font-size:0.85em;
}
.b-column-header-row i{
  margin-inline-end:0.7em;
}

.b-theme-stockholm .b-column-header-row{
  border-top:1px solid #d8d9da;
}

.b-theme-classic .b-column-header-row{
  border-top:1px solid #b0b0b7;
}

.b-theme-classic-light .b-column-header-row{
  border-top:1px solid #cccccc;
}

.b-theme-classic-dark .b-column-header-row{
  border-top:1px solid #2b2b2f;
}

.b-theme-material .b-column-header-row{
  border-top:1px solid transparent;
}

.b-group-header-row-text{
  text-transform:none;
}

