﻿
body {
    background-image: url('../image/forums-bg.svg') !important;
    background-position: center;
    background-position-y: -1500px;
    background-repeat: repeat;
    background-size: cover;
}

.discord {
    background-image: url('../image/discord-bg.svg') !important;
}

.grid-sys {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(12, 1fr);
    height: 100%;
}

.navbar {
    grid-column: span 12;
	margin: 0;
	height: 80px;
	left: 0px;
	top: 0px;
	background: #001E2B;
	  
}

.footer {
    grid-column: span 12;
	margin: 0;
	height: 80px;
	left: 0px;
	top: 0px;
	background: #001E2B;
	  
}

.break-border {
    border-style: dotted;
    border-color: white;
    color: white;
}

.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(354px,1080px) 1fr;
    grid-auto-rows: minmax(60px, auto);
	margin: 50px auto;
}

.section {
    grid-column-start: 1;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 70px;
}

.section-title {
    font-family: 'MongoDB Value Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    color: white;
}

.section-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: white;
}

.section-description a {
    color:#00ED64;
}


.header-container {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    grid-template-rows: 1fr 0.2fr;
    column-gap: 80px;
    row-gap: 20px;
}


.header-info {
    display: flex;
    flex-direction: column;
}

.header-image {
    width: 426px;
    height: 260px;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    background-color:rgba(1, 18, 26, 0.5);

}

a.anchor {
    display: block;
    position: relative;
    top: -170px;
    visibility: hidden;
}

.horizontal-img-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
}

.reverse-row {
    flex-direction: row-reverse !important;
}

.horizontal-img {
    background: url('../image/horizontal.jpg');
    min-width: 50%;
    height: 580px;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    background-color:rgba(1, 18, 26, 0.5);
}

.horizontal-textbox-content {
    font-size: 0.9em;
    margin-bottom: 30px;
}

.collapsible-container {
    min-width: 488px;
}

.textonly-header {
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}

.nonhero-button {
    border-radius: 10px !important;
    min-width: 240px !important;
    max-width: 240px !important;
}


.mug-tab-img {
    background: url("../image/mug-header.png") !important;
}

.creators-tab-img {
    background: url("../image/advocacy-bg.png") !important;
}

.partners-tab-img {
    background: url("../image/partners.png") !important;
}

.champions-tab-img {
    background: url("../image/champions.png") !important;
}

.inspire-tab {
    background: url("../image/fuel.jpg");
    /* background-size: cover;
    background-position: center; */
    min-width: 50%;
    height: 300px;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    background-color:rgba(1, 18, 26, 0.5);
}

.speak-tab {
    background: url("../image/inspire.jpeg");
    /* background-size: cover;
    background-position: center; */
    min-width: 50%;
    height: 300px;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    background-color:rgba(1, 18, 26, 0.5);
}

.input-group {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .button--initial {
    font-family: inherit;
    flex: 1;
    width: 156px;
    max-width: 284px;
    min-height: 45px;
    padding: .5em 1em;
    border: 1px solid #00ed64;
    border-radius: 10px;
    background-color: #001e2b;
    color: #00ed64;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    margin-right: auto;
}

  .input, .button--submit {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.4s, max-height 0.4s;
  }
  
  
  .input {
    min-height: 50px;
    max-width: 156px;
    padding: 0 1rem;
    color: #fff;
    font-size: 15px;
    border-left: 1px solid #00ed64;
    border-top: 1px solid #00ed64;
    border-bottom: 1px solid #00ed64;
    border-right: none;
    border-radius: 6px 0 0 6px;
    background-color: transparent;
}

.button--submit {
    min-height: 50px;
    padding: .5em 1em;
    border-right: 1px solid #00ed64;
    border-top: 1px solid #00ed64;
    border-bottom: 1px solid #00ed64;
    border-left: none; 
    border-radius: 0 6px 6px 0;
    background-color: #001e2b;
    color: #00ed64;
    font-size: 15px;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
}
  
  .input:focus, .input:focus-visible {
    outline: none;
  }

  .error-border {
    border-color: red !important;
}

.error-text {
    color: red !important;
}

  

.card-img {
    
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card-img-text {
    text-align: right;
    display: flex;
    margin-top: auto;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: 20px;
    font-family: 'MongoDB Value Serif', Helvetica, Arial, sans-serif;
    text-shadow:
    1px 1px 4px black,
    2px 2px 2px black;
    ;
}

.card-img-tags {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 20px;
    font-size: 14px;
    text-align: right;
}

.hero-text {
    font-family: 'MongoDB Value Serif', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 20px;
    color: white;
}

.hero-description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #C1C7C6;
}

.hero-links {
    display: flex;
    height: 48px;
    flex-direction: row;
    gap: 20px;
    text-align: center;
}

.text-links {
    color: #C1C7C6;
    margin-top: auto;
	margin-bottom: auto;
}

.button-links {
    border-radius: 2px;
    background: #00ED64 !important;
    color: #001E2B !important;
    min-width: 280px;
    max-width: 280px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 45px;
    cursor:pointer;
    border: none;
}

.button-links a {
    color: rgb(0, 0, 0);
}

.inverse-button-links {
    border-radius: 2px;
    border-style: solid;
    border-color: #00ED64;
    color: #00ED64 !important;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 45px;
    cursor:pointer;
    text-align: center;
    margin: auto;
}

.inverse-button-links a {
    color: #00ED64 !important;
}


.vertical-card {
    flex: 1;
    min-width: 300px;
    border-radius: 24px;
    background-color: #1C2D38;
    box-shadow: 0px 4px 20px -4px rgba(1, 18, 26, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vertical-card-content {
    display: flex;
    gap: 15px;
    flex-direction: column;
    padding: 30px;
}

.category {
    border: 1px solid #3D4F58;
    border-radius: 100px;
    font-size: 12px;
    padding: 5px;
    color: #F9FBFA;
    display: inline-block;
    white-space: normal;
    flex-shrink: 0;
    align-self: flex-start;
    line-height: 1;
}

.post-author {
    display: flex;
    flex-direction: row;
}
.post-title-india {
    white-space: normal; 
    overflow: visible; 
    text-overflow: clip; 
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none; 
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    margin-right: 20px;
}
.post-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis; 
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    margin-right: 20px;
}

.post-excerpt {
    white-space: normal; 
    overflow-wrap: break-word;
    word-break: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #C1C7C6;
    overflow: hidden; 
}

.post-event-deets {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #C1C7C6;
}

.post-author-img {
    border-radius: 50px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.rsvp-user {
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.user-name {
    overflow: hidden;
    max-width: 165px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mugname {
    max-width: 165px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-time {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.post-url {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.post-views {
    color: #C1C7C6;
}

.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;
    padding-top: 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 18px;
    letter-spacing: 0.01em;
}

.tablinks {
	color: #F9FBFA;
    font-family: "Euclid Circular A";
    opacity: 0.5;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 20px;
}

.tab-content {
	border-top: none;
	color: white !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    row-gap: 45px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

#Forums, #User-Groups, #Events, #Upcoming, #Past {
    display: flex;
    flex-direction: row;

}
  
  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

.content-sidebar-wrapper {
    gap: 40px;
    margin-top: 30px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;
    margin-bottom: 30px;
}

.content-list-container {
    background: #001E2B;
    border: 1.5px solid #3D4F58;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 50px;
    min-width: 750px;
    flex: 1;
}

.content-list-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 30px;
}

.list-filters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #C1C7C6;
}

.list-item {
    margin-top: 30px;
    margin-bottom: 30px;
}

.title-views {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cat-tags {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}

.cat-color {
    width: 12px;
    height: 12px;
    background-color: #00ED64;
    margin-top: auto;
    margin-bottom: auto;
}

.post-cat {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #F9FBFA;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.post-tags {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #E3FCF7;
    border: 1px solid #3D4F58;
    border-radius: 100px;
    background: #112733;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    width: fit-content;
}

.sidebar {
    background: #001E2B;
    border: 1.5px solid #3D4F58;
    border-radius: 24px;
    height: fit-content;
    padding-bottom: 45px;
}

.sidebar-header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding: 30px;
    background-color: #1C2D38;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.sidebar-section {
    padding-left: 30px;
    padding-right: 30px;
}

.sidebar-subtitle {
    margin: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #C1C7C6;
}

.user-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.user-img {
    border-radius: 200px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    margin-top: auto;
    margin-bottom: auto;
}

.user-description {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.user-description a{
    color:#00ED64;
}

.full-container {
    display: flex;
    flex-direction: column;
    background: #001E2B;
    border: 1px solid #3D4F58;
    box-shadow: 0px 4px 20px -4px #01121A;
    border-radius: 24px;
    padding: 40px;
    margin-top: 40px;
    color: white;
}

.profile-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    justify-content: space-around;
    gap: 80px;
}

.left-content {
    flex: 1;
}

.profile-img {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    background-color: white;
    border-radius: 100px;
    object-fit: cover;
}

.profile-details {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 40px;
}

.profile-name-img {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

.profile-name {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: white;
}

.profile-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.profile-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.profile-info {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    flex: 1;
}

.profile-sections {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.profile-title {
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 16px;

    letter-spacing: 0.4px;
    text-transform: uppercase;

    color: #C0FAE6;

}

.profile-content {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;

    color: #FFFFFF;

}

.no-bg-no-border {
    background: none !important;
    border: none !important;
}

.horizontal-card-container-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.horizontal-card-container-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px;
    flex: 1;
}

.horizontal-card {
    background: #1C2D38;
    box-shadow: 0px 4px 20px -4px rgba(1, 18, 26, 0.5);
    flex: 0 0 calc((100% - 80px) / 3);
    border-radius: 24px;
    padding: 30px;
    flex-grow: 1;
    min-width: 333px;
    max-width: 740px; /* This is to limit the size of upcoming events with long titles */
    display: flex;
    flex-direction: column;
}

.date-event-type {
    display: flex;
    flex-direction: row;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #F9FBFA;
    gap: 30px;
    margin-bottom: 15px;
}

.forum-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.going-rsvp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.going {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.going-img {
    width: 45px;
    height: 45px;
    border-radius: 100px;
}

.going-num {
    margin-top: auto;
    margin-bottom: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #C1C7C6;

}

.rsvp {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: auto;
    margin-bottom: auto;
    background: #3D4F58;
    text-align: center;
    border: 1px solid #889397;
    border-radius: 6px;

    width: 57px;
    height: 28px;

}

.see-more {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: auto;
    text-align: right;
    border-radius: 6px;

    float:right;

    height: 28px;
}

.sub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 40px;
}

.card-group {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: white;
}

.card-profile {
    display:flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.card-img-circular {
    width: 90px;
    height: 90px;
    border-radius: 100px;
}

.card-title-info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
}

.card-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.card-info {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #C1C7C6;

}

.card-link {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 20px;

}

.tag-holder {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.tag-holder {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.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;
    cursor: pointer;
    width: 60px;
    margin: auto;
}

.rsvp a {
    color: #C1C7C6 !important;
    margin-right: 5px;
    margin-left: 5px;
    display: block;
    margin-top: 2px;
}

.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-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 {
	text-align: center;
	columns: 20px 5;
}

.sb-content-title {
	margin-bottom: 20px;
}

.sb-about {
    font-size: 12px;
}

.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;
}

.green-caps-label {
    color: #00ED64;
    font-family: Euclid Circular A;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;

}

.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;
}

.flex-grow {
    flex-grow: 2;
}

.event-form textarea {
    min-width: 200px;
    max-width: 201px;
    max-height: 150px;
    min-height: 70px;
}

.collapsible {
    border: 1px solid #3d5058;
    background-color: #001e2b;
    border-radius: 20px;
    margin-bottom: 10px;
}

.collapsible summary {
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
    outline: none;
    margin: 10px;
}

.collapsible details:not([open]) summary:before {
    content: '▶';
    padding-right: 5px;
}

.collapsible details[open] summary:before {
    content: '▼';
    padding-right: 5px;
}

.collapsible details[open] summary {
    border-bottom: 1px solid #ccc;
}

.collapsible details[open]:last-child {
    border-radius: 5px 5px 0 0;
}

.details-content {
    font-size: 0.9em;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
}


@media only screen and (max-width: 1280px) {
    .content-sidebar-wrapper {
        flex-direction: column;
    }

    .horizontal-card-container-row {
        flex-direction: column;
    }

    .sidebar-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .hero-links {
        flex-direction: column;
    }

}

@media only screen and (max-width: 1130px) {
    .header-image {
        display:none;
    }
    .header-container {
        display:block;
    }
    .hero-links {
        margin-top: 20px;
    }


    .tab-content {
        flex-direction: column !important;
    }

    .card-img {
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    
}

@media only screen and (max-width: 980px) {

    .profile-container {
        flex-direction: column;
        gap: 0px;
    }

    .content-list-container {
        min-width: 0px;
    }

    .profile-img {
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
    }
    .horizontal-card-container {
        flex-direction: column;
    }

    .event-form-container {
        flex-direction: column-reverse;
        min-width: 350px;
    }

    .horizontal-img-text {
        flex-direction: column;
    }

    .reverse-row {
        flex-direction: column !important;
    }
  }

  @media only screen and (max-width: 750px) {
    .cat-tags {
        flex-direction: column;
    }
    .event-form-container{
        margin:0px !important;
    }

    .sidebar-flex {
        flex-direction: column;
    }

    .hero-resize {
        font-size: 40px;
        line-height: 50px;
    }
    .collapsible-container {
        min-width: 338px;
    }
    
  }

  @media only screen and (max-width: 430px) {
    .grid-sys {
        grid-template-columns: repeat(20, 1fr);
    }

    .hero-resize {
        font-size: 30px;
        line-height: 40px;
    }

    .collapsible-container {
        min-width: 338px;
    }
  }

.cat-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.css-mtug9e {
    background: #061621 !important;
}

body.landing-page footer {
    background: #061621 !important;
}

button:disabled{
   cursor: not-allowed;
}

p {
	color: #F9FBFA;
}

html {
    scroll-behavior: smooth;
}

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;
}

#email-frequency {
    width: 100px;
    margin-bottom: 30px;
    background: #001e2b;
    color: white;
}

#feedback-area {
    width: 100%;
    margin-bottom: 30px;
    background: #001e2b;
    color: white;
    min-width: 290px;
    max-width: 100%;
    min-height: 150px;
    max-height: 250px;

}

.save-preferences {
    width: 120px;
}

.error-container {
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: auto;
    padding: 10px;
    flex-direction: column;
  }

  .error-msg{
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .error-container h1 {
    font-size: 19px;
    text-align: left;
  }
  
  .error-image {
    max-width: 500px; 
  }
  
  .error-container a {
    width: 300px;
    background-color: #fff;
    color: #011e2b;
    padding: 8px 16px;
    font-size: 14px; 
    text-decoration: none;
    border-radius: 5px;
  }
  

.skeleton-screen {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
  }

.skeleton-image {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    animation: pulse 1s infinite;
    background-color: #e0e0e0;
    margin-bottom: 25px;
  }
  
  .skeleton-title,
  .skeleton-icon,
  .skeleton-name {
    height: 20px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    animation: pulse 1s infinite;
  }
  
  .skeleton-bar {
    height: 15px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    animation: pulse 1s infinite;
  }


  .title-views {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .skeleton-views {
    width: 30px;
    height: 15px;
    border-radius: 5px;
    animation: pulse 1s infinite;
  }
  
  .bars {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
  
  .skeleton-short-bar {
    width: 35px;
    height: 15px;
    border-radius: 5px;
    animation: pulse 1s infinite;
  }
  
  .skeleton-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 45px;
  }
  
  .skeleton-cta {
    height: 10px;
    width: 40%;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    animation: pulse 1s infinite;
  }

  .skeleton-title {
    width: 50%;
  }
  
  .skeleton-body {
    width: 100%;
  }
  
  .skeleton-icon {
    width: 45px;
    height: 45px; 
    border-radius: 50%;
    margin-right: 20px;
  }
  
  .skeleton-name-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  
  .skeleton-name {
    width: 50%; 
    height: 15px !important;
  }

  .arrow {
    border: solid #00ED64;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  


  .event-form-container {
    display: flex;
    justify-content: center;
    margin: 100px 50px 100px 50px;
    gap: 50px;
  }

  .event-form input, textarea, select {
    display: flex;
    width: 400px;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 4px;
    font-family: "Euclid Circular A" !important;
}

  .event-form h3 {
  margin-left: 20px;
  margin-right: 20px;  
}
  .event-form {
    display: flex;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    width: 500px;
    height: fit-content;
    padding: 40px;
    border-radius: 24px;
    background-color: #011e2b;
    justify-content: center;
    align-items: center;
    border: solid 1px #5c6c75;
  }

  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #011e2b;
    margin: 25% auto;
    padding: 20px;
    border: solid 1px #5c6c75;
    border-radius: 50px;
    width: 30%;
}

#myModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}

#postContent a {
    color: #00ed64;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-left: 4px solid #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    display: inline-block;
}
* {box-sizing:border-box}

/* Slideshow container */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
  @keyframes pulse {
    0% {
      background-color: rgba(255, 255, 255, 0.3);
    }
    50% {
      background-color: rgba(255, 255, 255, 0.6);
    }
    100% {
      background-color: rgba(255, 255, 255, 0.3);
    }
    animation-duration: 5s;
  }
  

  .submit-button {
    min-width: 100%;
    height: 40px;
    border-radius: 20px;
    border: none;
    background: #00ed64;
    cursor: pointer;
}

.cancel-rsvp-button {
    border: solid;
    color: red;
    background: transparent !important;
}
  
.flex-direction-column {
    flex-direction: column;
}

.text-align-center {
    text-align: center;
}

.align-items-center {
    align-items: center;
}

.leaflet-popup-content-wrapper {
    background: #001e2b !important;
    color: white !important;
}

.margin-spacer {
    margin-top: 30px;
    margin-bottom: 30px;
}

#searchBar {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 20px;
    background: #001e2b;
    border: 1.5px solid #3D4F58;
    outline: none; 
    color: #ffffff; 
    
    /* Additional styles for placeholder text */
    ::placeholder {
        color: #aaaaaa; /* Change placeholder text color */
        opacity: 1; /* Override browser default styles for placeholder opacity */
    }
}

.tab-title-container {
    display:flex;
    justify-content: flex-start;
}

.tab-title {
    flex: 0 0 auto;
}

.title-with-tab {
    width: 50%; 
    margin-left: 50%; 
    margin-top: auto;
    margin-bottom: auto;
    transform: translateX(-75%); 
}

#Map {
    width: 100%;
    flex-direction: column;
}

.no-gap {
    row-gap: 0px;
    gap: 0px;
}

.mug-tablinks {
	color: #F9FBFA;
    font-family: "Euclid Circular A";
    opacity: 0.5;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 20px;
}

.mug-tab-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.img-content-wrapper {
    display: flex;
    flex-direction: column;
    width: 450px;
    border: solid 1px #3d5058;
    border-radius: 20px;
    margin: 15px;
    padding: 20px;
    background-color: #1c2d38;
}

.img-content-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.scrollable-y {
    max-height: 1000px;
    overflow-y: auto;
}

#map {
    height: 500px;
    width: 100%;
    background: #3d5058;
    border-radius: 20px;
}

.leaders-list, .members-list {
    font-size: 14px;
}

.mug-title {
    font-size: 18px;
    font-weight: bold;
}

.checkbox-wrapper {
    display:flex;
    flex-direction: row;
    margin-top: 5px;
    line-height: 17px;
    width:120px;
}

.emoji {
    width: 18px;
}

.required:after {
    content:" *";
    color: red;
  }

  .newsletter-header-tab {
    /* background: url("https://mdb-community.s3.amazonaws.com/connect/developer-newsletter/Technical_CONTENT_Reading_Spot_BS_ForestGreen.png"); */
    background: url("../image/Technical_CONTENT_Reading_Spot_BS_Mist.png");
    /* background-size: cover;
    background-position: center; */
    min-width: 50%;
    height: 300px;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    background-color: rgba(1, 18, 26, 0);
}

.two-column-layout {
    display: flex;
    justify-content: space-between;
}

.form-container {
    flex: 1;
}

.newsletter-form-tab {
    background: url("../image/General_TECHNOLOGY_Coding_Spot_BS_ForestGreen.png");
    /* background-size: cover;
    background-position: center; */
    min-width: 50%;
    height: 300px;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    background-color: rgba(1, 18, 26, 0);
}

.button--submit2 {
    min-height: 35px;
    padding: .3em 3em;
    border-right: 1px solid #00ed64;
    border-top: 1px solid #00ed64;
    border-bottom: 1px solid #00ed64;
    border-left: 1px solid #00ed64; 
    border-radius: 6px 6px 6px 6px;
    background-color: #001e2b;
    color: #00ed64;
    font-size: 15px;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
}

.maptablinks {
	color: #F9FBFA;
    font-family: "Euclid Circular A";
    opacity: 0.5;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 20px;
}

.checkbox-container {
    display:flex;
    flex-direction: row;
    margin-right: 19px;
}

.checkbox-main-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 14px;
    margin-bottom: 20px;
}

#multiselect-dropdown-list div {
    display:flex;
}

.radio-group {
    margin: 20px;
    padding: 10px;
}
.radio-option {
    margin-bottom: 10px;
    display: flex;
}

.radio-option input {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

/* CHAMPION / CREATOR STYLE */

body {
    background-position-y: -100px !important;
}
.breadcrumb-section {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    position: absolute;
    background: transparent;
    z-index: 3;
    left: 56px;
    top: 180px;
    width: auto;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #4CAF50;
    text-decoration: none;
    margin: 0 5px;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-separator {
    color: white;
    margin: 0 5px;
}

.breadcrumb .current {
    font-weight: bold;
    color: white;
}
.header-bg {
    width: 100%;
    height: 331px;
    background: #023430;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: absolute;
    z-index: 1;
    left: 0;
    box-shadow: 1px 9px 8px rgba(0, 0, 0, 0.3);
}

.med-text {
    font-size: 24px;
    line-height: 32px;
    color: white;
}
.med-low-text {
    font-size: 18px;
    line-height: 24px;
    color: white;
}
#influencestraticon {
    background-image: url('../image/Collaborate.png') !important;
}
#shareknowicon {
    background-image: url('../image/Ask_the_Experts.png') !important;
}
#uplevelicon {
    background-image: url('../image/Session.png') !important;
}
.hero-icons {
    display: flex;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.counter {
    display: flex;
}
.counter.two {
    justify-content: flex-end;
}
.counter.two .text-container, .counter.three .text-container {
max-width: 556px;
}
.number-text-container {
    display:flex;
}
.text-container {
    margin-left: 24px;
}
.text-container p {
    color: #b5bab9;
}
.number-container {
    width: 72px;
    height: 72px;
    min-width:72px;
}
#oneicon {
    background-image: url('../image/one.svg') !important;
}
#twoicon {
    background-image: url('../image/two.svg') !important;
}
#threeicon {
    background-image: url('../image/three.svg') !important;
}
.qualification {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
#producticon {
    background-image: url('../image/product.svg') !important;
}
#communityicon {
    background-image: url('../image/community.svg') !important;
}
#exposureicon {
    background-image: url('../image/exposure.svg') !important;
}
#growthicon {
    background-image: url('../image/growth.svg') !important;
}
#creatorshareicon {
    background-image: url('../image/creatorshare.png') !important;
    background-size:contain;
}
#creatorconnectionsicon {
    background-image: url('../image/creatorconnections.png') !important;
    background-size:contain;
}
#creatorknowledgeicon {
    background-image: url('../image/creatorknowledge.png') !important;
    background-size:contain;
}
.icon {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.benefits-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.benefit-item {
    padding: 20px;
    border-radius: 10px;
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
    text-align: center;
    min-width: 200px; 
    max-width: calc(25% - 20px); 
}

.faq-container {
    width: 100%;
}

.faq-item {
    border-bottom: 1px solid #444;
    padding: 10px 0;
}

.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.faq-question:hover {
    color: #4CAF50;
}

.arrow {
    font-size: 18px;
    border: none;
}

.faq-answer {
    display: none;
    padding: 10px 0;
    font-size: 14px;
}
.creator-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
}

.left-section {
    max-width: 45%;
    text-align: left;
}

.left-section a {
    color: #1E90FF;
}

.left-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
}

.left-section p {
    margin: 10px 0;
    text-align: left;
}
.ready-for-more {
    margin-top: 20px;
}

.right-section {
    max-width: 45%;
}

.examples-box {
    background-color: #112533;
    padding: 20px;
    border-radius: 10px;
    text-align: left; 
}

.examples-box h3 {
    margin-top: 0;
}

.examples-box ul {
    list-style: none;
    padding: 0;
}

.examples-box li {
    margin: 10px 0;
    display: flex;
    align-items: center;
    text-align: left; 
}

.checkmark {
    color: #ffffff;
    margin-right: 20px;
    flex-shrink: 0; 
    margin-bottom: auto;
}

.header-container {
    margin-top: 105px;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .swiper-wrapper {
      height: 875px !important;
  }

  .swiper-pagination {
      position: relative !important;
  }

  .swiper-pagination-bullet {
      width: 12px !important; 
      height: 12px !important; 
      opacity: 1 !important;
  }

  .slide-label {
      color: #fff;
  }

  .swiper-pagination-bullet-active {
      background-color: #00ed64 !important;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slide-image {
      height: 220px;
      width: 220px;
      object-fit: cover;
      border: 2px solid #71F6BA;
  }

  .swiper-slide:hover::after {
    content: var(--hover-content);
    white-space: pre-wrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#71f6bb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 10px;
  }

@media only screen and (max-width: 1023px) {
    .breadcrumb-section {
        top: 130px;
    }
}

@media only screen and (max-width: 782px) {
    .benefits-container {
        justify-content: center;
    }
    .benefit-item {
        min-width: 300px;
    }
    .creator-section {
        flex-direction: column;
    }
    .left-section, .right-section {
        max-width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 578px) {
    .header-container {
        margin-top: 55px !important;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 499px) {
    .swiper-slide {
        margin-top: 0px !important;
    }
}


/* CHAMPION / CREATOR STYLE END */

