@font-face {
    font-family: 'Euclid Circular A';
    src: url(https://www.mongodb.com/community/forums/uploads/default/original/3X/c/f/cfa76d0483d4a38bc690a56635e14b2e795eb4b9.ttf);
    }
    
    * {
    font-family: 'Euclid Circular A', Helvetica, Arial, sans-serif;
    }
    
    .grid-sys {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(12, 1fr);
    }
    
    .static-header {
    margin: 1px auto;
    height: 70px;
    background: #001e2b;
    width: 1100px;
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 1;
    grid-row-end: 3;
    z-index: 1000;
    position: sticky;
    top: 88px;
    padding-top: 15px;
    }
    
    .main-container {
    margin: 10px auto !important;
    }
    
    .static-icons {
    display: flex;
    justify-content: right;
    gap: 15px;
    margin-right: 10px;
    }
    
    .home-icon, .cal-icon, .meatball-icon, .user-icon {
    width: 40px;
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    cursor: pointer;
    }
    
    .home-icon:hover, .cal-icon:hover, .meatball-icon:hover, .user-icon:hover, .home-icon:focus, .cal-icon:focus, .meatball-icon:focus, .user-icon:focus{
    background-color:#2c4237;
    }
    
    .icon-btn-hover {
    color: #72a18a;
    cursor: pointer;
    background: transparent;
    }
    
    .fa-xl {
    line-height: 35px;
    font-size: 2em !important;
    }
    
    .show {
    display: flex;
    flex-direction: column;
    }
    
    .dropdown-sort {
    width: 150px;
    float: left;
    display: flex;
    justify-content: left;
    }
    
    .dropdown-sort ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    }

    .dropdown-sort ul a {
        cursor: pointer;
    }
    
    .dropdown-sort ul li {
    text-align: left;
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 0.85em;
    }
    
    .dropdown-sort ul li:hover{
    background-color: #2e5562;
    }
    
    .dropdown-sort ul li a {
    font-size: 14px;
    }
    
    .fa-xl {
        font-size: 1.7em !important;
    }
    .fa-5 {
        width: 36px;
    }
    .dropdown-subtitle {
        text-align: left;
        padding: 10px 12px;
        display: flex;
        width: 100%;
    }
    .dropdown-subtitle:hover {
        background-color: #2e5562;
    } 

    .dropbtn {
        font-size: 16px;
        border: none;
        cursor: pointer;
        padding: 0;
    }
      
    .dropdown {
        position: relative;
        display: inline-block;
    }
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #001e2b;
        min-width: 340px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        right: -20px;
        padding: 10px;
        border: 1px solid #2c4237;
      }
      
    .dropdown:hover .dropdown-content {display: block; cursor: pointer;}
      
    .general-links, .category-links, .about-links {
    display:flex;
    flex-direction: row;
    }
    
    .cat-icon {
    width: 9px;
    height: 9px;
    background-color: green;
    margin-top: auto;
    margin-bottom: auto;
    }
    
    .anon-icon {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
    width: 200px;
    justify-content: space-evenly;
    align-items: baseline;
    }
    
    .sign-up {
    width: 80px;
    }

    .login a {
    color: #00ed64 !important;
    }
    
    .user-img img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    }
    
    @media screen and (max-width: 1024px) {
    
    .static-icons {
    padding-top: 20px;
    }
    .static-header {
    padding-top:0px;
    top: 44px;
    }
    }
    
    body.landing-page footer {
    width: 100%;
    }
    
    .navbar {
    grid-column: span 12;
    margin: 0;
    height: 80px;
    left: 0px;
    top: 0px;
    background: #001E2B;
    z-index: 10000;
    }
    
    .footer {
    grid-column: span 12;
    margin: 0;
    height: 80px;
    left: 0px;
    top: 0px;
    background: #001E2B;
    
    }
    
    
    .menubar {
    grid-column: span 12;
    font-size: 24px;
    margin: 0;
    height: 50px;
    
    }
    
    * {
    box-sizing: border-box;
    }
    
    .main-container {
    grid-column-start: 2;
    grid-column-end: 12;
    display: grid;
    grid-template-columns: minmax(690px,1080px) 1fr;
    grid-auto-rows: minmax(60px, auto);
    margin: 50px auto;
    }
    
    .header {
    grid-column-start:1;
    grid-column-end:4;
    }
    
    .img-header {
    height: 380px;
    left: 272px;
    top: 196px;
    background: url("https://mdb-community.s3.amazonaws.com/mug/event.png");
    box-shadow: 0px 0px 4px rgba(93, 108, 116, 0.64);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    }
    
    .mask {
    left: 272px;
    top: 196px;
    background-color: #001e2b;
    opacity: 0.25;
    }
    
    .button {
        border-radius: 100px;
        background: #00ED64 !important;
        color: #001E2B !important;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 35px;
        font-size: 14px;
        text-align: center;
        cursor:pointer;
        border: none;
        white-space: nowrap;
        margin-top: auto;
        margin-bottom: auto;
    }

    .button a {
        color: #001E2B !important;
        margin-left: 5px;
        margin-right: 5px;
        }
    
    .button-inverse {
        border-radius: 100px;
        border-style: solid;
        border-color: #00ED64;
        color: #00ED64 !important;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 35px;
        font-size: 15px;
        text-align: center;
        cursor:pointer;
        margin-top: auto;
        margin-bottom: auto;
    }
    
    .vertical-center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
    
    .header-text-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    left: 5%;
    }
    
    .title-groupname {
    color: #FFF;
    margin-left: 5%;
    margin-right: 20px;
    }
    
    .title-detail {
    clear: both;
    color: #FFF;
    font-size: 15px;
    width: 30%;
    margin-left: 5%;
    flex: 100%;
    order: 3;
    }
    
    .header {
    position: relative;
    }
    
    .tab-menu {
    grid-column:span 4;
    vertical-align: bottom;
    font-size: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 40px;
    }
    
    .tab {
    overflow: hidden;
    background-color: #1c2d38;
    padding-top: 20px;
    padding-left: 7%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    }
    
    .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 18px;
    letter-spacing: 0.01em;
    cursor: pointer;
    }
    
    .tablinks {
    color: #F9FBFA;
    font-family: "Euclid Circular A";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    opacity: 0.5;
    }
    
    .tabcontent {
    border-top: none;
    color: white !important;
    display: grid;
    grid-template-columns: 2fr 0.25fr 1fr;
    grid-auto-rows: auto;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    }
    
    /* Fade in tabs */
    @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
    }
    
    @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
    }
    
    .event-tabcontent {
    border-top: none;
    color: white !important;
    
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    }
    
    .heading-text {
    display: inline-block;
    width: 75%;
    }
    
    .main-content-header-button {
    display: inline-block;
    width: 24%;
    text-align: right;
    font-size: 12px;
    cursor: pointer;
    }
    
    .content-box {
    left: 232px;
    top: 689px;
    
    background: #1C2D38;
    box-shadow: 0px 0px 4px rgba(93, 108, 116, 0.64);
    border-radius: 8px;
    margin-bottom: 20px;
    }
    
    .content-box-mini {
    height: 110px;
    left: 232px;
    top: 689px;
    
    background: #1C2D38;
    box-shadow: 0px 0px 4px rgba(93, 108, 116, 0.64);
    border-radius: 8px;
    margin-bottom: 20px;
    }
    
    .content-box-info {
    padding: 30px;
    display:flex;
    flex-direction: column;
    }
    
    .content-box-info-mini {
    padding: 25px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    }
    
    .content-text-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 20px;
    }
    
    .content-text-title-mini {
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    flex-direction: column;
    }
    
    .content-text-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px
    }
    
    .tag-list {
    margin-bottom: 10px;
    }
    
    .tags {
    display: inline-block;
    text-align: center;
    background: #1C2D38;
    border: 1px solid #3D4F58;
    border-radius: 100px;
    padding-left: 8px;
    padding-right: 8px;
    font-size:12px;
    }
    
    
    
    .event-info {
    margin-top: 10px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-content: center;
    }
    
    .time-place, .event-links {
    display:flex;
    flex-direction: row;
    gap: 20px;
    align-content: center;
    }
    
    .rsvp-button {
    color: #00282e;
    text-align: center;
    background: #f9fbfa;
    border-radius: 100px;
    padding: 7px; 
    line-height: 20px;
    cursor: pointer;
    width: 60px;
    margin: auto;
    }
    
    .rsvp a{
    color: #00282e !important;
    margin-right: 5px;
    margin-left: 5px;
    }
    
    .calendar, .location, .date-time {
    margin: auto;
    }
    
    .location {
    display: none;
    }
    
    .act-day {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: right;
    }
    
    .activity-blurb {
    text-align: right;
    color: #889397;
    font-size: 12px;
    }
    
    .content-category {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    margin-right: auto;
    }
    
    
    .sidebar {
    grid-column-start:3;
    grid-column-end:4;
    }
    
    .sidebar-content {
    background: #001E2B;
    border: 1px solid #3D4F58;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 25px;
    }
    
    .sidebar-resizer {
    padding: 10px !important;
    background: inherit !important;
    }
    
    .font-resizer {
    font-size: 10px !important;
    }
    
    .member-list {
        display: grid;
        grid-template-columns: 50px 50px 50px 50px 50px;
        grid-template-rows: auto;
        column-gap: 10px;
        row-gap: 10px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    
    .sb-content-title {
    margin-bottom: 20px;
    }
    
    .sb-about {
    font-size: 12px;
    line-height: normal;
    }
    
    .sb-next-event {
    margin-bottom: 20px;
    }
    
    .member-img {
    margin-right: 3px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .member-img img {
    border-radius: 100px;
    }
    
    .sb-content-options {
    margin-top: 8px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    
    .join-group {
    margin-right: 10px;
    margin-left: 0px; 
    }
    
    .active {
    font-weight: bold;
    opacity: 1 !important;
    }
    
    .events-tab {
    display: flex;
    flex-direction: row;
    gap:20px;
    margin-bottom: 20px;
    }
    
    .all-cat-dd, .all-tag-dd {
    font-size: 12px;
    }
    
    .events-tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px;
    color: white;
    font-family: "Euclid Circular A";
    cursor: pointer;
    }
    
    .topicbtn {
    margin-left: auto !important;
    }
    
    .main-content-header .active {
    color: #00ED64;
    }
    
    .see-members {
    cursor: pointer;
    }
    
    .members-view {
    padding: 30px;
    display: grid;
    background-color: #1c2d38;
    border-radius: 8px;
    grid-template-columns: 0.20fr 1fr 1fr;
    grid-auto-rows: auto;
    row-gap: 20px;
    }
    
    .members-view a {
    color: #F9FBFA;
    }
    
    .mug-member {
    grid-column-start: 1;
    grid-column-end: 4;
    display: grid;
    grid-template-columns: inherit;
    grid-auto-rows: auto;
    }
    
    .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    }
    
    .tooltip .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    bottom: 75%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    }
    
    .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    }
    
    .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    }
    
    @media only screen and (max-width: 1100px) {
    .member-img img {
    width: 35px !important;
    height: 35px !important;
    }
    }
    
    @media only screen and (max-width: 770px) {
    .main-container {
    min-width: 360px;
    display: block;
    }
    .main-content {
    grid-column-start: 1;
    grid-column-end: 4;
    margin-bottom: 25px;
    }
    .tabcontent {
    grid-template-columns: auto;
    }
    .sidebar {
    grid-column-start: 1;
    }
    
    .static-header {
    width: 100%;
    }
    }
    
    @media only screen and (max-width: 600px) {
    .tab {
    padding-left: 20px;
    }
    .tab button {
    padding: 14px 10px;
    font-size: 14px;
    }
    .heading-text {
    width: 70%;
    }
    .main-content-header-button {
    width: auto;
    }
    }
    
    .css-mtug9e {
    background: #061621 !important;
    }
    
    body.landing-page footer {
    background: #061621 !important;
    }
    
    button:disabled{
    cursor: not-allowed;
    }
    
    p {
    color: #F9FBFA;
    }
    
    body {
    background-color: #001E2B;
    font-family: "Euclid Circular A" !important;
    }
    
    a {
    text-decoration: none;
    color: #F9FBFA;
    }
    
    hr {
    border: 1px solid #3D4F58;
    margin-top:10px;
    margin-left:1px;
    margin-right:1px;
    }