/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */


.clutchClass1105 {
  all: unset;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--colors-elevation2);

  &:global(:hover) {  
    background-color: var(--colors-elevation4);
  
  }
}

.clutchClass1106 {
  padding: 6px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 6px;

  &:global(:focus) {  
    background-color: var(--colors-elevation3);
    outline: 0;
  
  }
}

.clutchClass1107 {
  padding: 6px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 6px;

  &:global(:focus) {  
    background-color: var(--colors-elevation3);
    outline: 0;
  
  }
}

.clutchClass1108 {
  background-color: var(--colors-elevation2);
  border-radius: 4px;
  overflow: hidden;
  max-height: 400px;
  overflow-y: auto;

}