.cui-custom-select {
  display: inline-block; }
  .cui-custom-select .cui-overlay {
    position: relative; }
  .cui-custom-select .cui-popover {
    width: 100%;
    transform: none !important; }
  .cui-custom-select .cui-popover-content {
    width: 100%;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0; }

.cui-custom-select-trigger.cui-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.cui-custom-select-input {
  display: none; }
