.group_settings_overlay {
  min-width: 380px;
  padding: 40px;
  height: auto;
  overflow-y: auto;
}
.group_settings_overlay.overlay .title {
  margin-bottom: 20px;
}

.group_settings_overlay.overlay .title .title_id {
  font-size: 12px;
}
.group_settings_overlay .input_helper {
  margin-bottom: 4px;
}
.dashboard_help_text {
  color: #bec3c7;
  font-size: 16px;
  line-height: 20px;
}
.flocknote_url_holder {
  text-align: right;
  font-size: 10px;
  color: #828c8d;
  z-index: 3;
}
.group_shortname_input {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.input_around_shortname .text_error_arrow_around {
  margin-left: 253px;
}
.input_around_shortname .text_error {
  max-width: 278px;
}
.group_name_input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 20px;
}
.group_name_input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 20px;
}
.group_open_closed {
  margin-bottom: 20px;
}
.ttj_input_holder {
  display: none;
  margin-bottom: 20px;
}
.ttj_input_holder .text {
  float: left;
  line-height: 54px;
}
.shortname_input_holder,
.shortname_input_holder_everyone {
  margin-bottom: 20px;
}
.shortname_input_holder .text,
.shortname_input_holder_everyone .text {
  float: left;
  line-height: 47px;
}
.shortname_input_holder .text_input {
  font-size: 12px;
}
.shortname_input_holder_everyone .text_input {
  font-size: 11px;
}
.url_output_holder .text {
  float: left;
}
.ttj_input_holder.on {
  display: block;
}
.input_around_ttj,
.input_around_shortname {
  float: right;
  width: 200px;
}
.social_connect {
  color: #fff;
  display: block;
  position: relative;
  border-radius: 3px;
  float: left;
  width: 138px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.social_connect_link {
  color: #fff !important;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 138px;
  line-height: 36px;
  border: 2px solid rgba(0, 0, 0, 0);
  text-align: center;
  display: block;
  border-radius: 3px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.social_connect_link .fa {
  font-size: 1.5em;
  margin-right: 6px;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.social_connected_to {
  margin-left: 8px;
}
.social_connected_to .fa {
  font-size: 1.25em;
  margin-right: 4px;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.social_connect_link:hover {
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.social_connect:active:not(.is_connected) {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.facebook_connect {
  background-color: #3b5998;
  margin-right: 20px;
}
.facebook_connected_to,
.twitter_connected_to {
  white-space: nowrap;
  max-width: 106px;
  overflow: hidden;
}
.twitter_connect {
  background-color: #4099ff;
}
.remove_social {
  position: absolute;
  right: 6px;
  cursor: pointer;
  line-height: 40px;
  font-size: 16px;
  opacity: 0.5;
  top: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.remove_social:hover {
  opacity: 1;
}
.remove_social:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.page_group {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.off.page_group {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.group_top {
  background: #fff;
  color: #384a5d;
  position: absolute;
  left: 340px;
  right: 0;
  top: 0;
  height: 80px;
  border-bottom: 1px solid #bec3c7;
}
/* .group_top.include_contacts {
  height: 86px;
} */
.page_group.hasBanner .group_top {
  height: fit-content;
}
.group_banner {
  padding: 0 10px 0 80px;
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: "Raleway", sans-serif;
  height: 50px;
  display: flex;
  max-width: 1035px;
  
  /* cover the group tabs if they overlap*/
  z-index: 10; 
}

@media screen and (max-width: 1000px) {
  .group_banner {
    position: absolute;
    align-items: flex-start;
    top: 6px;
    right: 34px;
    max-width: 280px;
  }
}

@media screen and (max-width: 500px) {
  .group_banner {
    display: none;
  }
}

.group_banner a:link {
  color: #0a3043 !important;
}
.group_banner a:visited {
  color: #0a3043 !important;
}

.group_banner_content {
  border-radius: 14px;
  font-size: 12px;
  padding: 8px 12px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.group_banner_close {
  position: absolute;
  top: 4px;
  right: 6px;
  padding: 2px;
  background: rgba(111, 108, 106, 0.3);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f2f2f1;
  cursor: pointer;
  font-size: 16px;

  height: 16px;
  width: 16px;
  right: 4px;

  transition: all 250ms ease-in-out;
}
.group_banner_close:hover {
  background: rgba(111, 108, 106, 1);
}
.group_banner_close:active {
  transform: scale(0.9);
}
.group_banner_content_icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .group_banner_content_icon {
    display: none;
  }
}

.group_banner_content_text {
  padding-right: 20px;
  line-height: 16px;
}

@media (max-width: 1200px) {
  .group_banner_content_text {
    line-height: 14px;
  }
}

.delete_group_button {
  position: relative;
  font-size: 24px;
  color: #828c8d !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 8000;
  cursor: pointer;
  top: 40px;
  width: 22px;
  margin-bottom: -20px;
}
.delete_group_button:hover {
  color: #f0243a !important;
}
.group_settings_overlay .button_holder {
  margin-bottom: 24px;
}
select.delete_group_select {
  position: absolute;
  left: 38px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 8001;
  font-size: 17px;
}
select.delete_group_select.off {
  opacity: 0;
}
.dropdown_blocker {
  width: 275px;
  height: 24px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 8002;
}
.people_holder {
  width: 100%;
}
.group_content {
  position: absolute;
  top: 81px;
  left: 340px;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
/* .group_content.include_contacts {
  top: 87px;
} */
.page_group.hasBanner .group_content {
  top: 135px;
}
.group_content .people_top {
  flex: 0 0 auto;
}
.group_content .people_bottom {
  overflow: auto;
  height: 100%;
  flex: 1;
}
.ie8 .group_content {
  top: 250px;
}

.load_more_notes {
  display: block;
  margin: 40px auto;
}
.page_group {
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.page_group.off,
.page_group.remove {
  opacity: 0;
}
.page_group.remove {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.group_buttons {
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  max-height: 40px;
}
.group_join_button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  margin-right: 8px;
  width: 170px;
  padding: 0;
  text-align: center;
}
.can_admin .group_join_button {
  margin-right: 0;
  line-height: 36px;
  min-height: 36px;
  font-size: 18px;
  top: 0;
  width: 160px;
  margin-top: 0;
}
.group_subscribed .group_join_button {
  display: none;
}
.group_pending .group_join_button {
  display: none;
}
.group_pending_indicator {
  display: none;
}
.group_pending .group_pending_indicator {
  display: inline-block;
}
.group_icon {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100px;
}
.group_top .group_icon {
  width: 60px;
  height: 60px;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.everyone_group.group_top .group_icon,
.special_group.group_top .group_icon {
  display: none;
}
.group_icon .upload_icon {
  line-height: 56px;
  margin-top: 4px;
  width: 60px;
  font-size: 48px;
}
.group_top .group_icon.can_admin {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.group_top .group_icon.can_admin:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.group_top .group_name {
  padding-left: 80px;
  display: table-cell;
  height: 80px;
  line-height: 32px;
  vertical-align: middle;
  padding-right: 12px;
  color: #384a5d;
  font-size: 24px;
  width: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.everyone_group.group_top .group_name,
.special_group.group_top .group_name {
  padding-left: 20px;
}
.group_top.can_admin .group_name,
.group_top.activity_group .group_name,
.group_top.can_group_admin .group_name {
  height: 50px;
  line-height: 25px;
  overflow: hidden;
}
.group_name_inner {
  max-height: 50px;
  display: flex;
  align-items: center;
}
#group_top_contacts_icon {
  font-size: 20px;
  margin-left: 8px;
}
.ie8 .group_top.can_admin .group_name,
.ie8 .group_top.can_group_admin .group_name {
  height: 56px;
  line-height: 28px;
}
.ie8 .group_top.can_admin.special_group .group_name,
.ie8 .group_top.can_group_admin.special_group .group_name {
  height: 90px;
  line-height: 32px;
}
.group_name_includeContacts_message {
  font-size: 14px;
  line-height: initial;
  font-style: italic;
  padding: 3px;
  color: #828c8d;
}
.group_top .group_description {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  font-size: 14px;
}
.group_top:has(.group_buttons > .group_join_button) .group_description {
  padding-right: 190px;
}
@media screen and (max-width: 840px) {
  .group_top .group_description {
    display: block;
    margin-left: 80px;
    margin-bottom: 10px;
  }
  .group_top:has(.group_buttons > .group_join_button) .group_description {
    padding-right: 0px;
  }
}

@media screen and (min-width: 841px) {
  .truncate-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-right: 2rem;
  }
  .group_name_inner.truncate-overflow {
    font-size: 24px;
    padding: 3px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.group_tabs {
  box-sizing: border-box;
  margin-left: 80px;
  display: flex;
}
.group_tabs_scrollable {
  position: relative;
  flex-grow: 1;
  margin-right: 30px;
}
.group_tabs_scrollable_inside {
  overflow: auto;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.group_tabs_scrollable_inside::-webkit-scrollbar {
  display: none;
}
.everyone_group.group_top .group_tabs,
.special_group .group_tabs {
  margin-left: 20px;
}
.group_top .group_name .info_indicator.fa-question-circle {
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  margin-left: 5px;
  padding-top: 0px;
  vertical-align: top;
}
.group_tab {
  line-height: 27px;
  cursor: pointer;
  margin-right: 22px;
  font-size: 14px;
  padding: 0 1px;
  position: relative;
  color: #828c8d;
  transition: color 0.2s;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  flex-grow: 0;
  flex-shrink: 0;
}
.boards_new {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 100%;
  margin-left: 4px;
  background: red;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  height: 16px;
  display: flex;
  align-items: center;
  padding: 0 6px;
  border-radius: 20px;
}
.no-touch .group_tab:hover {
  color: #2f3f4f;
}
.group_tab.on {
  color: #2f3f4f;
  border-bottom: 3px solid #278dc1;
}
.group_tabs_scroll_button {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 100%;
  padding: 0 2px;
  cursor: pointer;
  transition: 0.2s;
  color: #278dc1;
  display: none;
}
.group_tabs_scroll_button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 20px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.group_tabs_scroll_button > div {
  transition: transform 0.2s;
}
.group_tabs_scroll_button:active > div {
  transform: scale(0.9);
}

.group_tabs_scrollable.scrolled_left .group_tabs_scroll_button_left,
.group_tabs_scrollable.can_scroll_right .group_tabs_scroll_button_right {
  display: flex;
}
.group_tabs_scroll_button.group_tabs_scroll_button_right {
  right: auto;
  left: 100%;
}
.group_tabs_scroll_button.group_tabs_scroll_button_right::after {
  right: 100%;
  left: auto;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.group_panel {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.group_panel.page_notes {
  overflow: auto;
}
.notes_holder {
  background: #fff;
}
.group_panel.off,
.group_panel.remove {
  opacity: 0;
}
.group_panel.remove {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.group_welcome_message,
.groupWelcomeReplyTo {
  margin-bottom: 20px;
}
.welcomeEmailReplyToSelector {
  margin-bottom: 10px;
}
.group_welcome_message textarea,
.ttj_welcome_option textarea {
  width: 298px;
  height: 120px;
  resize: none;
}
.ttj_welcome_option textarea {
  vertical-align: bottom;
}
.all_groups_button {
  position: absolute;
  text-shadow: none;
  cursor: pointer;
  background: #98a4a5;
  line-height: 38px;
  font-size: 24px;
  border-radius: 44px;
  height: 44px;
  width: 44px;
  text-align: center;
  padding-left: 6px;
  z-index: 2000;
  top: 50%;
  margin-top: -22px;
  display: none;
  left: 3px;
  border: 3px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.all_groups_button:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.group_settings_button {
  color: #98a4a5;
  font-size: 20px;
  margin-top: 6px;
  margin-right: 170px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.touch .group_settings_button {
  font-size: 28px;
  margin-top: 2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.group_subscribed .group_settings_button {
  margin-top: -5px;
  margin-right: 0;
}
.group_settings_button.has_selectlist,
.group_settings_button:hover {
  color: #828c8d;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}
.group_settings_button:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.get_embed_code {
  margin-top: 10px;
  margin-left: -1px;
  display: inline-block;
}
.group_settings_overlay pre {
  max-width: 298px;
  border: 1px solid #98a4a5;
  border-radius: 3px;
  padding: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.group_settings_overlay pre xmp {
  margin: 0;
  padding: 0;
}
.group_member_count {
  margin-right: 10px;
  line-height: 30px;
  color: #828c8d;
  font-size: 14px;
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.group_member_count_number {
  font-weight: 400;
}
.group_url_link,
.rss_feed_link {
  margin-top: 16px;
}
.group_url_link .subtext,
.rss_feed_link .subtext,
.recaptcha_option .subtext,
.subnetLaunchedOption .subtext {
  font-size: 13px;
  margin-top: 0;
  word-wrap: break-word;
  word-break: break-all; /* Firefox */
  width: 298px;
}
.ttj_input_holder .subtext {
  font-size: 13px;
  margin-top: 0;
  width: 298px;
}
.ttj_input_holder .ttj_welcome_option .subtext {
  font-size: 11px;
  text-align: right;
}
.recaptcha_option,
.subnetLaunchedOption {
  margin-top: 20px;
}
.recaptcha_option .subtext,
.subnetLaunchedOption .subtext {
  word-wrap: normal;
  word-break: normal;
}
.network_gif_option,
.network_allowHoHAddusers_option {
  margin-top: 20px;
}
.ttj_cta_option,
.ttj_language_option,
.ttj_welcome_option {
  margin-top: 10px;
}
.ttj_language_option_dropdown {
  float: right;
}
.ttj_cta_option.disabled,
.ttj_language_option.disabled {
  color: #999999;
}
.network_gif_option .fa,
.network_allowHoHAddusers_option .fa,
.ttj_cta_option .fa {
  color: #98a4a5;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none !important;
}

.fn_alert_default.fn_alert_group_join_confirmation .fn_alert_title {
  color: #eceff0;
  padding-left: 28px;
  padding-right: 28px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#278dc1+0,016099+100 */
  background: rgb(39, 141, 193); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(39, 141, 193, 1) 0%,
    rgba(1, 96, 153, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(39, 141, 193, 1) 0%,
    rgba(1, 96, 153, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(39, 141, 193, 1) 0%,
    rgba(1, 96, 153, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#278dc1', endColorstr='#016099',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media screen and (max-width: 840px) {
  .group_top {
    position: relative;
    left: 0;
    height: auto;
  }
  .group_top.can_admin .group_name,
  .group_top.activity_group .group_name,
  .group_top.can_group_admin .group_name {
    padding-top: 4px;
  }
  .group_content {
    position: static;
    background: #fff;
    min-height: 400px;
  }
  .group_around {
    background: #fff;
  }
  .group_panel {
    position: static;
  }
  .group_name_inner {
    max-height: none;
  }
}
@media screen and (max-width: 840px) and (min-height: 900px) {
  .group_around {
    min-height: 920px;
  }
}
@media screen and (max-width: 840px) and (min-height: 1025px) {
  .group_around {
    min-height: 1010px;
  }
}
@media screen and (max-width: 840px) and (min-height: 750px) and (orientation: portrait) {
  .group_content {
    min-height: 760px;
  }
}
@media screen and (max-width: 600px) {
  .browser-ios-true.browser-release-6 .page_group {
    opacity: 1 !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .browser-ios-true.browser-release-6 .off.page_group {
    display: none;
  }
  .group_top .group_name {
    padding-right: 92px;
  }
  .group_subscribed .group_top .group_name {
    padding-right: 20px;
  }
  .group_top.can_admin .group_name,
  .group_top.can_group_admin .group_name {
    padding-right: 120px;
    height: 60px;
    padding-top: 8px;
    line-height: 32px;
  }
  .group_subscribed .group_top.can_admin .group_name {
    padding-right: 70px;
  }
  .group_top .not_on_mobile {
    display: none;
  }
  .can_admin .group_join_button,
  .group_join_button {
    width: auto;
    padding: 0 10px;
  }
  .group_settings_button {
    margin-right: 64px;
  }
  .group_around {
    min-height: 400px;
  }
}

.network_tags {
  border-top: 1px solid #828c8d;
  padding-top: 10px;
}
.network_tag {
  float: left;
  display: block;
  line-height: 26px;
  border-radius: 20px;
  border: 1px solid #bec3c7;
  position: relative;
  padding: 0 10px;
  padding-right: 20px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}
.network_tag:hover {
  background: #fff;
  border: 1px solid #828c8d;
}
.remove_tag {
  position: absolute;
  right: 4px;
  top: 0;
  cursor: pointer;
  color: #bec3c7;
}
.network_tag:hover .remove_tag {
  color: #828c8d;
}
.remove_tag:hover {
  color: #802428 !important;
}
.add_network_tag_input {
  border: 1px solid #bec3c7;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 24px;
  line-height: 24px;
  width: 180px;
}
.add_network_tag_input:hover,
.add_network_tag_input:focus {
  border: 1px solid #828c8d;
}
.add_network_tag {
  text-align: center;
}

.delete_group_note_confirmation_overlay {
  padding: 10px;
}

.group_settings_overlay .extended_fields_options {
  margin-top: 20px;
  max-width: 310px;
}
.extended_field_option {
  border-radius: 3px;
  padding: 4px;
  font-size: 18px;
}
.extended_field_option:hover {
  background: rgba(255, 255, 255, 0.8);
}
.extended_field_option .fa {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.beta_text {
  padding: 40px;
  background: #eceff0; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #eceff0 0%,
    #d5d9db 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #eceff0 0%,
    #d5d9db 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #eceff0 0%,
    #d5d9db 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff0', endColorstr='#d5d9db',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #bec3c7;
}
.beta_text.is_on_beta {
  background: #c56006; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #c56006 0%,
    #e87e04 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #c56006 0%,
    #e87e04 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #c56006 0%,
    #e87e04 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c56006', endColorstr='#e87e04',GradientType=0 ); /* IE6-9 */
  color: #fff;
  border-bottom: none;
}
.beta_text.is_on_beta a {
  color: #fff !important;
}
.beta_text .title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.beta_text .button {
  display: inline-block;
}

.special_folder_text {
  color: #828c8d;
  padding: 10px 80px;
  font-size: 14px;
  border-bottom: 1px solid #eceff0;
}

.sms_provider {
  margin-top: 20px;
}

.group_tabs_spacer {
  flex-grow: 1;
}
.add_sheet_button_holder {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
}
.add_sheet_button_around {
  height: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-left: -4px;
}
.add_sheet_button {
  margin-top: 1px;
  color: #828c8d;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 20px;
  border-radius: 20px;
  padding: 0 3px;
  font-weight: 400;
  user-select: none;
  overflow: hidden;
  position: relative;
  max-width: 20px;
  transition: color 0.2s, background 0.2s, max-width 0.2s;
}
.add_sheet_button i {
  flex-grow: 0;
  flex-shrink: 0;
}
.add_sheet_button:hover,
.add_sheet_button.no_boards {
  background: #278dc1;
  color: #fff;
  max-width: 96px;
}
.add_sheet_button.no_boards {
  overflow: visible;
}
.add_sheet_button > div {
  display: flex;
  align-items: center;
  transition: transform 0.2s;
}
.add_sheet_button:active > div {
  transform: scale(0.95);
}

.add_sheet_button_text {
  padding: 0 6px;
  font-size: 11px;
  text-transform: uppercase;
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
