@import "sharedDark.css";

.react_select.default {
  position: relative;
  z-index: 1;
}

.react_select.default.is-open {
  z-index: 2;
}

.status-with-icon {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: var(--theme-primary);
  padding: 2px 0;
}

body.dark .status-with-icon {
  color: #9c9c9c;
}

.status-with-icon .icon {
  margin-right: 5px;
  font-size: 17px;
}

.mdc-switch__knob:before {
  background: none !important;
}

.hidden-for-user {
  position: relative;
  height: 0;
  width: 0;
  opacity: 0;
}
