.mobileView {
  padding: 0px;
}

.ga_pageSegment {
  max-height: calc(100% - 30px) !important;
  padding: 0 !important;
}

.master_grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.groupList .item.active {
  background-color: #0074d9 !important;
}

.groupList .item {
  padding: 5px 7px 7px 10px !important;
}


.groupList .active.item .header {
  color: white !important;
}

.groupList .active.item .description {
  color: white !important;
}

.groupUsers {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.groupUsers .field>label {
  display: none !important;
}

.ui.checkbox>label {
  padding-left: 30px !important;
}

.group_logo_container {
  width: 160px;
  height: 160px;
  border: 1px solid black;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff !important;
  background-image:
    linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa),
    linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa) !important;
  background-position: 0 0, 10px 10px !important;
  background-size: 20px 20px !important;
  position: relative;
  padding: 5px;
}

#group_logo {
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
}