.sheet-list {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}

.sheet-list-bar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 50px;
  background-color: rgb(233, 233, 233);
  margin-bottom: 20px;
  padding: 0 10px 0 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1803921569);
  overflow-x: auto;
}

.sheet-list-bar-flexible {
  width: auto;
  min-height: 50px;
  min-width: 200px;
  flex-shrink: 1;
  flex-grow: 1;
  font-size: 12pt;
  cursor: pointer;
}

.sheet-list-bar-flexible * {
  cursor: pointer;
}

.sheet-list-bar-fixed {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  width: auto;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
}

.sheet-list-bar-fixed input {
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=sheet-list.css.map */
