<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #1e1f2c !important;
  height: 100%;
}
body #wrapper {
  font-family: 'LatoRegular';
  height: 100% !important;
}
body #wrapper #show_login_modal {
  padding: 5px !important;
}
body #wrapper section {
  background-color: #1E1F2C;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  padding-top: 50px;
}
body #wrapper section #sidebar_container {
  background-color: #232534;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: -1143px;
  position: fixed;
  top: 50px;
  width: 270px;
  z-index: 9;
}
body #wrapper section #sidebar_container h2 {
  color: #CCD4F5;
  font: normal 700 14px/20px 'LatoBold';
  margin: 34px 0px 19px 25px;
}
body #wrapper section #sidebar_container #sidebar {
  list-style-type: none;
  padding: 0px 12px;
}
body #wrapper section #sidebar_container #sidebar .nav_item {
  margin-bottom: 4px;
}
body #wrapper section #sidebar_container #sidebar .nav_item.cert_tab a::before {
  background-image: url("https://cdn.hackerhero.com/1.1/assets/images/user_modules/module_icon_sprite_dark.svg");
  background-position: -170px -57px;
  content: "";
  height: 20px;
  margin: 0 15px 0px 12px;
  width: 20px;
}
body #wrapper section #sidebar_container #sidebar .nav_item.cert_tab:hover a::before {
  background-position: -170px -84px;
}
body #wrapper section #sidebar_container #sidebar .nav_item:hover a {
  color: #CCD4F5;
}
body #wrapper section #sidebar_container #sidebar .nav_item:hover a .sidebar_icon.home {
  background-position: -90px 0;
}
body #wrapper section #sidebar_container #sidebar .nav_item:hover a .sidebar_icon.groups {
  background-position: -127px 2px;
}
body #wrapper section #sidebar_container #sidebar .nav_item:hover a .sidebar_icon.courses {
  background-position: -166px -2px;
}
body #wrapper section #sidebar_container #sidebar .nav_item a {
  align-items: center;
  color: #6C76A0;
  display: flex;
  font: normal 400 14px/20px 'LatoRegular';
  height: 42px;
  padding: 0px;
}
body #wrapper section #sidebar_container #sidebar .nav_item a .sidebar_icon {
  background: url("/assets/images/user/hh_sprites.svg") no-repeat;
  display: inline-block;
  height: 20px;
  margin: 0 15px 0px 12px;
  vertical-align: middle;
  width: 23px;
}
body #wrapper section #sidebar_container #sidebar .nav_item a .sidebar_icon.home {
  background-position: -90px -34px;
}
body #wrapper section #sidebar_container #sidebar .nav_item a .sidebar_icon.groups {
  background-position: -127px -33px;
}
body #wrapper section #sidebar_container #sidebar .nav_item a .sidebar_icon.courses {
  background-position: -166px -37px;
}
body #wrapper section #sidebar_container #sidebar .selected {
  background-color: #2D304B;
  border-radius: 8px;
}
body #wrapper section #sidebar_container #sidebar .selected a {
  color: #CCD4F5;
  font: 14px/20px 'LatoBold';
  padding: 11px 0px;
  vertical-align: middle;
}
body #wrapper section #sidebar_container #sidebar .selected a .sidebar_icon.home {
  background-position: -90px 0;
}
body #wrapper section #sidebar_container #sidebar .selected a .sidebar_icon.groups {
  background-position: -127px 2px;
}
body #wrapper section #sidebar_container #sidebar .selected a .sidebar_icon.courses {
  background-position: -166px -2px;
}
body #wrapper section #groups_container {
  height: max-content;
  margin: 0px 0px 20px 267px;
  width: 1140px;
}
body #wrapper section #groups_container h1 {
  color: #CCD4F5;
  font-family: 'LatoBold';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 23px;
}
body #wrapper section #groups_container #groups_tab_header {
  background: #1E1F2C;
  padding-bottom: 4px;
  padding-left: 34px;
  padding-top: 30px;
  position: sticky;
  top: 50px;
  width: 104%;
  z-index: 8;
}
body #wrapper section #groups_container nav #groups_nav_tab {
  border-bottom: 1px solid #2D304B;
  display: flex;
  margin-bottom: 4px;
  padding: 0;
}
body #wrapper section #groups_container nav #groups_nav_tab li {
  cursor: pointer;
  font: 14px 'LatoRegular';
  list-style-type: none;
  margin: 0 24px 0  0 !important;
}
body #wrapper section #groups_container nav #groups_nav_tab li:hover a {
  border: none;
  color: #CCD4F5;
}
body #wrapper section #groups_container nav #groups_nav_tab li a {
  border: none;
  color: #6C76A0;
  cursor: pointer;
  padding: 0px 0px 13px 0px;
}
body #wrapper section #groups_container nav #groups_nav_tab .selected {
  border-bottom: 2px solid #34C65C;
  font: 14px 'LatoBold';
}
body #wrapper section #groups_container nav #groups_nav_tab .selected a {
  color: #CCD4F5;
}
body #wrapper section #groups_container #groups_nav_tab_content {
  margin-left: 34px;
  padding: 17px 0px;
  width: 100%;
  z-index: 4;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul {
  column-gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  row-gap: 20px;
  /* Group Card style */
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list #create_group_list {
  display: flex;
  list-style-type: none;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list #create_group_list #create_group_btn {
  align-items: center;
  background: #1E1F2C;
  border: 1px solid #4D5581;
  border-radius: 8px;
  color: #8590BC;
  display: flex;
  flex-direction: column;
  font: normal 400 14px/20px 'LatoRegular';
  height: 274px;
  justify-content: center;
  outline: none;
  padding: 0;
  text-align: center;
  width: 276px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list #create_group_list #create_group_btn .create_group_icon {
  background: url("/assets/images/user/create_group_icon.svg") no-repeat 0 0;
  height: 24px;
  margin-bottom: 14px;
  width: 22px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list #create_group_list:hover #create_group_btn {
  border: 1px solid #34C65C;
  color: #34C65C;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list #create_group_list:hover #create_group_btn .create_group_icon {
  background-position: -48px 0;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list .group_card .archive_group_btn,
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list .group_card .unarchive_group_btn {
  display: none;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list .group_card.active_group_card .archive_group_btn,
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list .group_card.active_group_card .unarchive_group_btn {
  align-items: center;
  background: #373953;
  border: 1px solid #555B84;
  border-radius: 5px;
  color: #CCD4F5;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 6;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list .group_card.active_group_card .unarchive_group_btn .unarchive_icon {
  background: url("/assets/images/user/unarchive_btn.svg") no-repeat 0 0;
  height: 30px;
  position: absolute;
  width: 30px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list .group_card:hover .archive_group_btn,
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list .group_card:hover .unarchive_group_btn {
  align-items: center;
  background: #373953;
  border: 1px solid #555B84;
  border-radius: 5px;
  color: #CCD4F5;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 6;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul#groups_list .group_card:hover .unarchive_group_btn .unarchive_icon {
  background: url("/assets/images/user/unarchive_btn.svg") no-repeat 0 0;
  height: 30px;
  position: absolute;
  width: 30px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card {
  background: #2F3147;
  border: none;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  position: relative;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  width: 276px;
  word-wrap: break-word;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card:hover {
  box-shadow: 0px 0px 10px rgba(52, 198, 92, 0.65);
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card:hover .card_header a {
  color: #34C65C !important;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .archive_group_btn,
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .unarchive_group_btn {
  display: none;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_header {
  cursor: pointer;
  flex: 1 1 auto;
  padding: 0px 20px 5px;
  position: relative;
  z-index: 2;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_header .member_images {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 40px 0px 15px 15px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_header .member_images img {
  background: #2F3147;
  border: 2px solid #8590BC;
  height: 32px;
  margin-left: -15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 32px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_header .member_images img:first-child {
  z-index: 5;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_header .member_images img:nth-child(2) {
  z-index: 4;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_header .member_images img:nth-child(3) {
  z-index: 3;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_header .member_images img:nth-child(4) {
  z-index: 2;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_header .member_images img:nth-child(5) {
  z-index: 1;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_header h2 {
  color: #CCD4F5;
  font-family: 'LatoBold';
  font-size: 14px;
  height: 22px;
  letter-spacing: .25px;
  line-height: 22px;
  margin: 0px 0px -5px 11px;
  max-width: 210px;
  text-align: center;
  white-space: nowrap;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_header h2 a {
  color: #CCD4F5;
  display: inline-block;
  max-width: 210px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_header span {
  color: #6C76A0;
  display: flex;
  font: normal 400 12px/20px 'LatoRegular';
  justify-content: center;
  margin-top: 4px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_body {
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_body .cover_photo {
  bottom: 60px;
  height: 144px;
  position: absolute;
  text-decoration: none;
  width: 100%;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_body .cover_photo img {
  border-radius: 8px 8px 0px 0px;
  height: 144px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_body .cover_photo::after {
  background: linear-gradient(180deg, rgba(47, 49, 71, 0) 0%, #2f3147 80%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_body ul.card_quick_links {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  list-style-type: none;
  margin: 19px 0px 12px 0px;
  padding: 0px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_body ul.card_quick_links li {
  text-align: center;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_body ul.card_quick_links li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_body ul.card_quick_links li a:hover span:first-child {
  color: #34C65C !important;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_body ul.card_quick_links li a span:first-child {
  color: #CCD4F5;
  font: 14px 'LatoBold';
  margin-bottom: 7px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_body ul.card_quick_links li a span:last-child {
  color: #616987;
  font: 12px 'LatoRegular';
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_body ul.card_quick_links li:nth-child(2) {
  border-left: 1px solid #4B4F74;
  border-right: 1px solid #4B4F74;
  height: 40px;
  padding: 0px 20px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer a {
  background: #414465;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  flex-direction: column;
  height: 70px;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer a:hover span:nth-child(2) {
  color: #34C65C !important;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer a:hover .fas {
  color: #34C65C;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 170px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer a span:first-child {
  color: #8590BC;
  font: normal 400 12px/20px 'LatoRegular';
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer a span:nth-child(2) {
  color: #CCD4F5;
  font: normal 700 12px/20px 'LatoBold';
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer a .fas {
  right: 20px;
  top: 25px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer .fas {
  color: #CCD4F5;
  font-size: 18px;
  position: absolute;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer:hover .fas {
  color: #34C65C;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer .button {
  bottom: 25px;
  right: 20px;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer .cancel_request_btn {
  align-items: center;
  background: #414465;
  border: none;
  border-radius: 0px 0px 8px 8px;
  color: #CCD4F5;
  display: flex;
  font-family: 'LatoRegular';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  line-height: 20px;
  outline: none;
  padding: 0 20px;
  transition: none;
  width: 100%;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer .cancel_request_btn:hover {
  color: #34C65C;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer .join_group_btn {
  align-items: center;
  background: #414465;
  border: none;
  border-radius: 0px 0px 8px 8px;
  color: #CCD4F5;
  display: flex;
  font-family: 'LatoRegular';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  line-height: 20px;
  outline: none;
  padding: 0 20px;
  transition: none;
  width: 100%;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer .join_group_btn p {
  margin-bottom: 0;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer .join_group_btn:hover {
  color: #34C65C;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card .card_footer .no_course_btn {
  align-items: center;
  background: #414465;
  border: none;
  border-radius: 0px 0px 8px 8px;
  color: #7A86BA;
  cursor: pointer;
  display: flex;
  font: normal 700 12px/20px 'LatoRegular';
  height: 70px;
  justify-content: center;
  outline: none;
  text-align: center;
  transition: all .5s;
  width: 100%;
}
body #wrapper section #groups_container #groups_nav_tab_content .tab-pane &gt; ul &gt; li.group_card.highlight {
  filter: drop-shadow(0px 0px 11px rgba(52, 172, 85, 0.53));
}
body #wrapper section #groups_container #groups_nav_tab_content .no_group_placeholder {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
body #wrapper section #groups_container #groups_nav_tab_content .no_group_placeholder .group_placeholder_icon {
  background: url("/assets/images/user/group_placeholder.svg") no-repeat;
  display: flex;
  height: 105px;
  justify-content: center;
  margin: 0 15px 0px 12px;
  margin-top: 120px;
  width: 105px;
}
body #wrapper section #groups_container #groups_nav_tab_content .no_group_placeholder span {
  color: #6C76A0;
  font: 14px 'LatoRegular';
  margin-top: 21px;
}
body #wrapper section #groups_container #groups_nav_tab_content .no_group_placeholder span a {
  color: #34C65C;
  font: 14px 'LatoBold';
  text-decoration: none;
}
#mobile_sidenav_menu {
  display: none !important;
}
@media screen and (max-width: 620px) {
  #mobile_sidenav_menu {
    display: block !important;
  }
}
#global_sidebar_navigation {
  top: 50px;
}
.archive_group_popover,
.unarchive_group_popover,
.cancel_group_request_popover {
  background-color: #232534;
  border: none;
  box-shadow: 0px 4px 8px 0px rgba(18, 19, 26, 0.64);
  width: 250px;
}
.archive_group_popover.unarchive_group_popover .popover-body form .confirm_popover_btn,
.unarchive_group_popover.unarchive_group_popover .popover-body form .confirm_popover_btn,
.cancel_group_request_popover.unarchive_group_popover .popover-body form .confirm_popover_btn {
  background: #34C65C;
}
.archive_group_popover.bs-popover-top &gt; .arrow:after,
.unarchive_group_popover.bs-popover-top &gt; .arrow:after,
.cancel_group_request_popover.bs-popover-top &gt; .arrow:after {
  bottom: 2px;
}
.archive_group_popover.bs-popover-bottom &gt; .arrow:after,
.unarchive_group_popover.bs-popover-bottom &gt; .arrow:after,
.cancel_group_request_popover.bs-popover-bottom &gt; .arrow:after {
  top: 2px;
}
.archive_group_popover .arrow:before,
.unarchive_group_popover .arrow:before,
.cancel_group_request_popover .arrow:before {
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.archive_group_popover .arrow:after,
.unarchive_group_popover .arrow:after,
.cancel_group_request_popover .arrow:after {
  border-bottom-color: #232534;
  border-top-color: #2C2E40;
}
.archive_group_popover .popover-body,
.unarchive_group_popover .popover-body,
.cancel_group_request_popover .popover-body {
  border: none;
  padding: 16px 0px 0px 0px;
}
.archive_group_popover .popover-body h3,
.unarchive_group_popover .popover-body h3,
.cancel_group_request_popover .popover-body h3 {
  color: #CCD4F5;
  font-family: 'LatoBold';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.archive_group_popover .popover-body p,
.unarchive_group_popover .popover-body p,
.cancel_group_request_popover .popover-body p {
  color: #8590BC;
  font-family: 'LatoRegular';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 0px 23px;
  text-align: center;
}
.archive_group_popover .popover-body p span,
.unarchive_group_popover .popover-body p span,
.cancel_group_request_popover .popover-body p span {
  color: #CCD4F5;
}
.archive_group_popover .popover-body form,
.unarchive_group_popover .popover-body form,
.cancel_group_request_popover .popover-body form {
  background-color: #2C2E40;
  border-radius: 0px 0px 4px 4px;
  display: flex;
  padding: 20px;
}
.archive_group_popover .popover-body form .hide_popover_btn,
.unarchive_group_popover .popover-body form .hide_popover_btn,
.cancel_group_request_popover .popover-body form .hide_popover_btn {
  background: #3A3E5A;
  border: none;
  border-radius: 8px;
  color: #CCD4F5;
  font-family: 'LatoRegular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 18px;
  margin-right: 12px;
  outline: none;
  text-align: center;
  width: 99px;
}
.archive_group_popover .popover-body form .confirm_popover_btn,
.unarchive_group_popover .popover-body form .confirm_popover_btn,
.cancel_group_request_popover .popover-body form .confirm_popover_btn {
  background: #FF6060;
  border: none;
  border-radius: 8px;
  color: #FFF;
  font-family: 'LatoRegular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 18px;
  outline: none;
  text-align: center;
  width: 99px;
}
@media screen and (max-width: 1470px) {
  body #wrapper {
    width: 1465px;
  }
  body #wrapper section #sidebar_container {
    height: 100%;
    left: 0;
    margin-left: 0;
    position: fixed;
    z-index: 9;
  }
  body #wrapper section #groups_container {
    margin: 0px 17px 24px 232px;
  }
  body #wrapper section #groups_container #groups_tab_header {
    padding-top: 32px;
  }
}
@media screen and (max-width: 620px) {
  body #wrapper {
    max-width: 100%;
    min-width: unset;
  }
  body #wrapper section {
    box-sizing: content-box;
    display: flex;
  }
  body #wrapper section #sidebar_container {
    display: none;
    width: 100%;
  }
  body #wrapper section #groups_container {
    height: max-content;
    margin: 0px 0px;
    width: 100%;
  }
  body #wrapper section #groups_container h1 {
    margin: 0px 16px 15px;
  }
  body #wrapper section #groups_container #groups_tab_header {
    padding-left: 0px;
    padding-top: 20px;
    width: 100%;
  }
  body #wrapper section #groups_container #groups_nav_tab_content {
    margin: 0px 16px;
    width: 92%;
  }
  body #wrapper section #groups_container #groups_nav_tab_content .tab-pane ul {
    width: 100%;
  }
  body #wrapper section #groups_container #groups_nav_tab_content .tab-pane ul#groups_list {
    padding-left: 0px;
  }
  body #wrapper section #groups_container #groups_nav_tab_content .tab-pane ul &gt; li#create_group_list {
    width: 100%;
  }
  body #wrapper section #groups_container #groups_nav_tab_content .tab-pane ul &gt; li#create_group_list &gt; #create_group_btn {
    height: 120px !important;
    width: 100% !important;
  }
  body #wrapper section #groups_container #groups_nav_tab_content .tab-pane ul &gt; li.group_card {
    max-width: 100%;
    width: 100%;
  }
  body #wrapper section #groups_container #groups_nav_tab_content .tab-pane ul &gt; li.group_card .card_header h2 {
    margin: 0px 0px -5px 0px;
    max-width: 100%;
  }
  body #wrapper section #groups_container #groups_nav_tab_content .tab-pane ul &gt; li.group_card .card_header h2 a {
    max-width: 100%;
  }
  body #wrapper section #groups_container #groups_nav_tab_content .tab-pane ul &gt; li.group_card .card_body ul.card_quick_links li:nth-child(2) {
    padding: 0px 51px;
  }
  body #wrapper section #groups_container #groups_nav_tab_content .tab-pane ul &gt; li.group_card .card_footer a span {
    width: 90%;
  }
  body #wrapper section #groups_container nav {
    margin: 0px 16px;
  }
  body #wrapper section #groups_container nav #groups_nav_tab {
    display: inline-flex;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  body #wrapper section #groups_container nav #groups_nav_tab button.nav-link {
    margin-right: 22px;
  }
  body #wrapper section #groups_container nav #groups_nav_tab button.nav-link:last-child {
    margin-right: 0;
  }
  body #wrapper section #groups_container nav #groups_nav_tab::-webkit-scrollbar {
    display: none;
  }
  body #wrapper section #groups_container nav .nav {
    flex-wrap: inherit;
  }
  body #wrapper section #groups_container nav .nav &gt; .nav-link {
    display: block;
    padding: 10px 15px;
    position: relative;
  }
}
</pre></body></html>