._container_ymre6_1 {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  z-index: 5;
  width: 100%;
  overflow: hidden;
}

._tabs_ymre6_11 {
  height: 40px;
  margin-bottom: 0.5rem;
}

._searchContainer_ymre6_16 {
  padding: 0.5rem;
}

._body_ymre6_20 {
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem 0;
}

._actions_ymre6_26 {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid var(--color-gray-300);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
}

._selectItem_ymre6_33 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1rem 0;
}

._selectItem_ymre6_33:hover {
  user-select: none;
  cursor: pointer;
}

._checkbox_ymre6_45 {
  flex: 0 0 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid var(--color-gray-600);
  border-radius: 2px;
  position: relative;
  background-color: var(--color-white);
  margin-right: 0.5rem;
}

._checked_ymre6_56 {
  background-color: var(--color-gray-600);
}

._checked_ymre6_56::after {
  content: '';
  position: absolute;
  border: solid #fff;
  display: block;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
