.dao-gov-dropdown-toggle {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.dao-gov-dropdown-chevron {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  display: block;
}

@media (max-width: 1660px) {
  .dao-gov-dropdown-toggle {
    height: 40px;
  }
}

@media (max-width: 1200px) {
  .dao-gov-dropdown-toggle {
    height: 29px;
  }
}

@media (max-width: 768px) {
  .dao-gov-dropdown {
    width: 80px;
  }

  .dao-gov-dropdown-toggle {
    height: 29px;
    width: 80px;
    font-size: 11px;
    padding: 0 8px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }

  .dao-gov-dropdown-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dao-gov-dropdown-chevron {
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    display: block;
  }
}


.sam-select-toggle--admin {
    width: 100%;
}
@media (max-width: 1200px) {
  .sam-select-toggle--admin {
      width: 100% !important;
  }
}

.sam-pag-select {
  width: 75px;
}

@media (max-width: 1200px) {
  .sam-select-toggle--pagination {
      width: 75px !important;
  }
}