.Icon__icon--3xS-f {
  font-size: 1.75em;
}

.SearchWidget__search_widget--38bNH {
  flex: 1;
  display: flex;
  align-self: stretch;
  flex-direction: row;
  align-items: center;
}

.SearchWidget__search_control--2dQap {
  position: absolute;
  right: 3em;
  display: flex;
  flex-direction: row-reverse;
}

@media screen {

  @media (max-width:667px) {
    .SearchWidget__search_control--2dQap {
      left:3em;
    }
  }

  @media (min-width:668px) {
    div[dir=ltr][class=lang] .SearchWidget__search_control--2dQap {
      left: 16em;
    }

    div[dir=rtl][class=lang] .SearchWidget__search_control--2dQap {
      left: 9.5em;
      right: 16em;
    }
  }

}

.SearchWidget__search_control--2dQap input {
  border: none;
  font-size: 1em;
  background-color: #4D4D4D;
  color: #fff;
  border-bottom: 0.01em solid #fff;
  padding: 0.5em;
  text-overflow: ellipsis;
  flex: 1;
}

.SearchWidget__search_control--2dQap input::placeholder {
  color: #fff;
  opacity: 0.5;
}

.SearchWidget__search_widget--38bNH > span {
  color: #000;
  margin: 1em;
  margin-top: 6em;
  margin-bottom: 3em;
  text-align: center;
}

.SearchWidget__search_widget--38bNH a {
  display: flex;
}

.SearchWidget__search_widget--38bNH .SearchWidget__buttons--1ODrc {
  display: flex;
  justify-content: flex-end;
}

.GroupTools__group_tools--2_Tq1 {
  display: flex;
  flex-direction: row;
}

.GroupTools__group_tools--2_Tq1 li {
  list-style-type: none;
  margin-left: 0.5em;
  display:flex;
}

.GroupTools__plusicon--3On8s {
  margin-right: 10px;
  
}
.CheckBox__checkbox--3qjMF {
  position: relative;
  display: flex;
  align-items: center;
}

.CheckBox__checkbox--3qjMF > span {
  font-size: 0.8em;
  color: #4D4D4D;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  opacity: 0.5;
}

.CheckBox__checkbox--3qjMF .CheckBox__children--1WPw0 {
  padding-top: 0.5em;
  width: 4em;
  height: 1em;
  min-width: 4em;
  min-height: 1.4em;
  display: flex;
  align-items: center;
}

.CheckBox__checkbox--3qjMF .CheckBox__switch--3dGbZ {
  border-radius: 0.25em;
  display: flex;
  flex: 1;
  border: 0.1em solid #999999;
  padding: 0.1em;
}

.CheckBox__checkbox--3qjMF .CheckBox__switch--3dGbZ.CheckBox__on--15KGJ {
  justify-content: flex-end;
}

.CheckBox__checkbox--3qjMF .CheckBox__switch--3dGbZ.CheckBox__off--1RAy5 {
  justify-content: flex-start;
  opacity: 0.5;
}

.CheckBox__checkbox--3qjMF .CheckBox__switch--3dGbZ > div {
  border-radius: 0.125em;
  background-color: #999999;
  width: 1.75em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.CheckBox__checkbox--3qjMF .CheckBox__switch--3dGbZ > div > span {
  color: #fff;
  font-size: 0.7em;
}

.CheckBox__checkbox--3qjMF .CheckBox__input--3lyMG {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  opacity: 0;
}

.BodyText__body_text--2GH2b {

}

button:not(.flex, .hidden, .MuiPopover-paper *, .ns *) {
  display: inline-block;
  font-size: 1em;
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0.5em;
  user-select: none;
  opacity: 1;
}

button:active {
  opacity: 0.25;
  transition: opacity 0.2s ease-in-out;
}

.Button__positive--23dBE {
  border: solid #4D4D4D;
  border-radius: 0.25em;
  background-color: #4D4D4D;
  color: #fff;
  text-decoration: none;
}

.Button__negative--1o6oq {
  border: none;
  color: #4D4D4D;
  background-color: transparent;
  text-decoration: underline;
}

.Button__active--33NUW {
  cursor: pointer;
}

.Button__inactive--1zsH6 {
  opacity: 0.3;
}
button.BigButton__bigbutton--1sFnq {
  color: #999999;
  background-color: #fff;
  border: 0.1em solid #999999;
  border-radius: 0.25em;
  display: flex;
  align-items: center;
}

div[dir=ltr][class=lang] button.BigButton__bigbutton--1sFnq {
  padding: 0.75em;
}

div[dir=rtl][class=lang] button.BigButton__bigbutton--1sFnq {
  padding: 0.35em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.BigButton__bigbutton--1sFnq span {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

button.BigButtonDisabled__bigbutton--3QN0j {
  color: #e2e2e2;
  background-color: #fff;
  border: 0.1em solid #e2e2e2;
  border-radius: 0.25em;
  display: flex;
  align-items: center;
  cursor: default;
}

div[dir=ltr][class=lang] button.BigButtonDisabled__bigbutton--3QN0j {
  padding: 0.75em;
}

div[dir=rtl][class=lang] button.BigButtonDisabled__bigbutton--3QN0j {
  padding: 0.35em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.BigButtonDisabled__bigbutton--3QN0j span {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.CreatePage__create_page--1Vc9Q {
  display: flex;
  flex-direction: column;
}

.CreatePage__create_page--1Vc9Q .CreatePage__options--1YOas {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-bottom: 5em;
}

.AvatarField__avatar_dropzone--1zMsb {
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  margin-bottom: 1em;
}

.AvatarField__avatar_dropzone--1zMsb > * {
  margin: 0.5em;
}

.AvatarField__avatar_dropzone--1zMsb .AvatarField__upload--PEOVP {
  overflow: hidden;
  border-radius: 50%;
  width: 192px;
  height: 192px;
  position: relative;
}

.AvatarField__avatar_dropzone--1zMsb .AvatarField__upload--PEOVP img {
  width: 100%;
}

.AvatarField__avatar_dropzone--1zMsb .AvatarField__upload--PEOVP svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 192px;
  height: 192px;
}

.EntityPicker__entity_picker--rKuJY {
  color: #999999;
  font-size: 1.25em;
  display: flex;
  flex-direction: column;
}

.EntityPicker__entity_picker--rKuJY .EntityPicker__search_bar--1T1it {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5em;
  height: 3em;
  min-height: 3em;
}

.EntityPicker__entity_picker--rKuJY .EntityPicker__search_bar--1T1it > * {
  margin: 0.5em;
}

.EntityPicker__entity_picker--rKuJY .EntityPicker__search_bar--1T1it input {
  flex: 1;
  margin-right: 1em;
}

.EntityPicker__entity_picker--rKuJY .EntityPicker__pickable_entities--3CvAP {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  padding-bottom: 1em;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (pointer: coarse) { /* cheeky trick to detect tablets and mobiles */
  .EntityPicker__entity_picker--rKuJY .EntityPicker__pickable_entities--3CvAP {
    overflow-y: scroll;
  }
}

.EntityPicker__entity_picker--rKuJY .EntityPicker__pickable_entity--3WH1K {
  flex: 1;
  border: 0.01em solid #999999;
  font-size: 0.8em;
  margin-bottom: 1em;
  padding: 0.25em;
  cursor: pointer;
}

.EntityPicker__entity_picker--rKuJY .EntityPicker__unpickable_entity--yGRYz {
  flex: 1;
}

.EntityPicker__entity_picker--rKuJY .EntityPicker__unpickable_entity--yGRYz .EntityPicker__badge--2Bp19 {
  opacity: 0.3;
  margin: 0.5em;
  padding: 0.5em;
  border: 0.01em solid #999999;
}

.EntityPicker__entity_picker--rKuJY .EntityPicker__pickable_entity--3WH1K .EntityPicker__badge--2Bp19 {
  margin: 0.5em;
  padding: 0.5em;
  border: 0.01em solid #999999;
}

.EntityPicker__entity_picker--rKuJY .EntityPicker__badge--2Bp19 .EntityPicker__info--1Jmmf {
  font-size: 0.8em;
  color: #000;
}

.TagPicker__tag_picker--28y6w.TagPicker__entity_picker--2sHmK {
  color: #999999;
  font-size: 1em;
  position: relative;
}

.TagPicker__tag_picker--28y6w.TagPicker__entity_picker--2sHmK .TagPicker__pickable_entities--19eu2 {
  position: absolute;
  z-index: 11;
  top: 3em;
  left: 4.5em;
  right: 1.5em;
  border: 0.01em solid #999999;
  background-color: #fff;
}

.TagPicker__tag_picker--28y6w.TagPicker__entity_picker--2sHmK .TagPicker__pickable_entity--3D5xo {
  border: none;
  border-top: 0.01em solid #999999;
  padding: 1em;
  margin:0;
}

.TagPicker__tag_picker--28y6w.TagPicker__entity_picker--2sHmK .TagPicker__pickable_entity--3D5xo:hover {
  border: none;
  border-top: 0.01em solid #999999;
  padding: 1em;
  margin:0;
  background-color: #999999;
  color: #fff;
}

.TagPicker__tag_picker--28y6w.TagPicker__entity_picker--2sHmK .TagPicker__pickable_entity--3D5xo:first-child {
  border-top: none;
}


.TagPicker__tag_picker--28y6w.TagPicker__entity_picker--2sHmK .TagPicker__search_bar--1iKKk {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5em;
  height: 3em;
  min-height: 3em;
}

.TagPicker__tag_picker--28y6w.TagPicker__entity_picker--2sHmK .TagPicker__search_bar--1iKKk > * {
  margin: 0.5em;
}

.TagPicker__tag_picker--28y6w.TagPicker__entity_picker--2sHmK .TagPicker__search_bar--1iKKk input {
  flex: 1;
  margin-right: 1em;
}

.CreateGroupPage__create_group_form--2rB_h {
  padding: 0;
}

.CreateGroupPage__create_group_form--2rB_h .CreateGroupPage__image_and_name--HCZED {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.CreateGroupPage__create_group_form--2rB_h .CreateGroupPage__image_and_name--HCZED > div:last-child {
  flex:1;
}

.CreateGroupPage__next--2lfGV {
  display: flex;
  align-items: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.CreateGroupPage__next_disabled--1yYer {
  opacity: 0.5;
}

.CreateGroupPage__create_group_form--2rB_h .CreateGroupPage__privacy_card--3x3gB {
  padding-top: 1em;
  padding-bottom: 3em;
}

.CreateGroupPage__create_group_form--2rB_h .CreateGroupPage__tags_card--YnPcy {
  padding-bottom: 3em;
}


/*# sourceMappingURL=main.608f1eeae7a08f9aad04.css.map*/