body {
	/*background-color: #FCF0DE;*/
}

header {
	background-color: #FFF;
	padding: 10px;
}

main {
	padding: 0px;
}

#notification_bar {
	position: fixed;
	top: 20px;
	z-index: 10;
}

.show {
	display: block;
}

#div_version {
	position: fixed; bottom:20px;
}

#main {
	width: 100%;
	height: 100%;
}

.sign-title {
	font-size: 24pt;
	/*color: #FCC57A;*/
}

.sign-title span:nth-of-type(1) {
	font-weight: bolder;
}

.sign-subtitle {
	padding-top: 0px;
	font-size: 8pt;
}

.container {
	--bs-gutter-x: 0px;
}

.content {
	padding: 10px;
}

/* buttons */
.btn-primary {
	--bs-btn-color: #FFF;
	--bs-btn-bg: #FCC678;
	--bs-btn-border-color: #FCC678;
	--bs-btn-hover-bg: #FCC678;
	--bs-btn-hover-border-color: #FCC678;
	--bs-btn-active-bg: #FCC678;
    --bs-btn-active-border-color: #FCC678;
    --bs-btn-padding-x: 10px;
}

.btn-primary.creator {
	background-color: #C598FA;
}

.btn-primary.business {
	background-color: #D47779;
}

.btn-primary.viewer {
	background-color: #FCC678;
}

.btn-social {
	--bs-btn-color: #57628F;
	--bs-btn-bg: #FFF;
	--bs-btn-border-color: #57628F;
	--bs-btn-hover-bg: #FFF;
	--bs-btn-hover-border-color: #57628F;
	--bs-btn-active-bg: #FFF;
    --bs-btn-active-border-color: #57628F;
    --bs-btn-padding-x: 10px;
}

.btn, .form-input {
  width: 100%; 			/* default for mobile */
  border-radius: 20px;
}

/* For desktop (screens wider than 768px, for example) */
@media (min-width: 768px) {
  .btn, .form-input {
    width: 50%; 		/* desktop width */
	margin-left: 0%;	/* Remove centering if not needed */
  }
}

.form-input {
	border-radius: 5px;
}

#logo_text {
	font-weight: bold;
}

.row {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Navbar */


.navbar-collapse {
	color: black;
	align-items: start;
}

.navbar a {
	color: black;
}

#logo_image {
	width: auto;
}

/* Colors */
.creator.highlight {
	color: #D7A4FF;
}

.creator.btn-primary {
	background-color: #D7A4FF;
}

.business.highlight {
	color: #9D0000;
}

.business.btn-primary {
	background-color: #9D0000;
}

.viewer.highlight {
	color: #FD860A;
}

.viewer.btn-primary {
	background-color: #FD860A;
}

.fg-black {
	color: black;
}

.fg-white {
	color: white;
}

/* Default */
nav.home {
	margin: 10px;
	border-radius: 40px;
	color: white;
}

main.home {
	margin: 20px;
}

footer.home {
	background-color: #3c006d;
	color: white;
	padding: 15px;
}

footer.home a {
	color: white;
	text-decoration: none;
}

footer.home a:hover {
	color: white;
	text-decoration: none;
}

footer.home img {
	width: auto;
}

p.home {
	color: white;
}

p.home span:first-child {
	color: white;
	font-size: 3rem;
	font-weight: bold;
}

p.home span:nth-of-type(2) {
	font-size: 1.2rem;
	font-weight: normal;
}

.home.btn {
	background-color: white;
}

.home.btn-primary {
	color: #a151ff;
}

.home.btn-secondary {
	color: #c50000;
}

.home.accordion .accordion-button {
	background-color: #b40000;
	color: white;
	border-radius: 15px;
}

.home.accordion .accordion-body {
	
}

.home.accordion .accordion-item {
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 15px;
	background-color: #b40000;
	color: white;
	border: none;
}

.home img {
	width: 100%;
}

.home.engagements img {
	width: 160px;
}

/* Curators */
#curators {
	display: flex;
	flex-direction: row;   /* left → right */
	flex-wrap: wrap;      /* allow wrapping to next row */
	gap: 12px;            /* space between items (supported in modern browsers) */
	align-items: flex-start;
	color: white;
}

#curators div {
}

#curators > div:nth-child(1) {
	background-color: #a151ff;
	border-radius: 15px;
	width: 270px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center; /* horizontal */
	align-items: center;     /* vertical */
}

#curators div:nth-child(1) img:nth-child(1) {
	width: auto;
	margin-left: auto;
}

#curators div:nth-child(1) img:nth-child(2) {
	width: 200px;
}

/* the white line */
#curators div:nth-child(1) div:nth-child(3) {
	width: 100px;
	border-top: 1px solid white; 
	margin: 10px auto;  
}

#curators div:nth-child(1) div:nth-child(4) {
	display: flex;
	flex-direction: row;
}

#curators div:nth-child(1) div:nth-child(4) img {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}

#curators > div:nth-child(2) {
	background-color: #6e7aa3;
	border-radius: 15px;
	width: 65px;
	padding: 20px;
	flex-direction: column;
	justify-content: center; /* horizontal */
	align-items: center;     /* vertical */
	margin-top: 300px;
	transform: translateX(60%);
}

#curators > div:nth-child(2) img {
	width: auto;
}

#curators > div:nth-child(3) {
	background-color: #ff9900;
	border-radius: 15px;
	width: 140px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center; /* horizontal */
	align-items: center;     /* vertical */
	color: white;
	transform: translateX(-25%);
}

#curators div:nth-child(3) img:nth-child(1) {
	width: auto;
	margin-left: auto;
}

#curators div:nth-child(3) img:nth-child(2) {
	width: 100px;
}

#curators > div:nth-child(4) {
	background-color: #b50000;
	border-radius: 15px;
	width: 195px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center; /* horizontal */
	align-items: center;     /* vertical */
	color: white;
}

/* the white line */
#curators div:nth-child(4) div:nth-child(3) {
	width: 100px;
	border-top: 1px solid white; 
	margin: 10px auto;  
}

#curators div:nth-child(4) div:nth-child(4) {
	display: flex;
	flex-direction: row;
}

#curators div:nth-child(4) div:nth-child(4) img {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}

#curators div:nth-child(4) img:nth-child(1) {
	width: auto;
	margin-left: auto;
}

/* Role split */
.role_split_card {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
	gap: 1rem;                             /* space between columns */
	align-items: center;                   /* align content at top */
	background-color: #FFF;
	border-radius: 5px;
	border-color: #EAEDF8;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}

/* Role split: images */
.role_split_card img {
	padding: 20px;
}

/* Role split: ">" column */
.role_split_card div:nth-child(3) {
  	width: 10%;
}

/* Role split: titles */
.role_split_card div > span:nth-child(1) {
	font-size: 16pt;
}

/* Role split: text */
.role_split_card div > span:nth-child(5) {
	font-size: 8pt;
	color: black;
	line-height: 1.2;
}

/* Sign-ups */

.content.creator {
	/* background-color: #EBE2F5; */
}

.content.business {
	background-color: #F6E1E1;
}

.content.viewer {
	background-color: #FCF0DE;
}

/* Setup */
.setup-subtitle {
	font-weight: bold;
}

#span_username {
	color: black;
	font-weight: normal;
	font-size: 16pt;
}

.btn-outline-primary.creator {
	--bs-btn-bg: white;
	--bs-btn-color: #6B7AA7;	
	--bs-btn-border-color: #6B7AA7;
	--bs-btn-active-border-color: #6B7AA7;
}

#setup_continue.creator {
	background-color: #8E2DFF;
}

/* Cirql */
.cirql-link {
	color: #3b487b;
}

.cirql-link:hover {
	color: #3b487b;
}


.title.creator {
	color: #652296;
	font-weight: bold;
}

.circle {
  	width: 50px;              /* circle size */
  	height: 50px;             /* must be equal to width */
  	border: 1px solid #2C3E50; /* border color */
  	border-radius: 50%;        /* makes it a circle */
}

#img_cover {
	width: 80px;
	height: 80px;
	border-radius: 50%;        /* makes it a circle */
}

/* Profile */
#image_avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}

.content.profile.creator {
	background-color: #F2F2F3;
}

/* Feed */
.feed-item-head {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	border-radius: 50%;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feed-item-title {
	font-weight: bold;
	color: black;	
}

.feed-item-link {
	color: black;
}

.feed-item-link:hover {
	color: black;
}

.feed-item-cirql {
	width: 95px;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	border-radius: 50%;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feed-item-theme {
	width: 140px;
	height: 95px;
}
#feed-scroll-container {
  overflow-y: auto;             /* Enable vertical scroll */
  border: 1px solid #ddd;
}

.feed-item {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0rem;
  margin: .5rem;
  background: #e9ecef;
  border-radius: .5rem;
}

.feed-item img {
	/* border-radius: 10px; */
}

.feed-item.container .row {
	flex-wrap: nowrap !important;
}

img.feed-item-head {
	width: 80px;
	border-radius: 50%;
	object-fit: cover;
}

.feed-item-cirql.half {
	clip-path: inset(0 50% 0 0);
}

img.feed-item-theme {
	width: 110px;
	border-radius: 8px;
}

span.feed-item-theme {
	color: white;
	border-radius: 8px;
	padding: 10px;
	margin: 2px;
}

.feed-item-theme.half {
	clip-path: inset(0 50% 0 0);
}

.feed-item-footer {
	background-color: white;	
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
	margin-left: -16px;
	margin-right: -16px;
}

.half img {
    object-fit: cover;
}

/* Tags */
.btn.tag {
	width: 120px;
	margin: 2px;
}

#input_tag {
	padding-top: 0px;
}

/* Misc */
:root{
  --label-border: #000;          /* black border */
  --label-bg: #fff;             /* white background (unchecked) */
  --label-text: #000;           /* black text (unchecked) */
  --label-checked-bg: #000;     /* background when checked */
  --label-checked-text: #fff;   /* text when checked */
  --label-hover-bg: #f7f7f7;    /* hover background when unchecked */
  --label-focus-outline: 3px solid rgba(0,123,255,0.25); /* focus ring */
  --item-gap: 6px;
}

/* Container: vertical list, 1 item per line, scrollable */
.check-list {
  max-height: 120px;        /* adjust height as needed */
  overflow-y: auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
}

/* Remove default bootstrap form-check spacing and position */
.check-item {
  display: block;           /* make label a block (full width) */
  width: 100%;
  cursor: pointer;
  user-select: none;
}

/* Visually hide native checkbox but keep it accessible */
.check-item input[type="checkbox"] {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  border: 0;
  padding: 0;
}

/* The visible "card-like" label */
.check-item .check-body {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--label-border);
  background: var(--label-bg);
  color: var(--label-text);
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  transition: background-color .15s ease, color .15s ease, border-color .12s ease, transform .06s;
}

/* Hover effect (only for unchecked items) */
.check-item:not(.checked) .check-body:hover {
  background: var(--label-hover-bg);
}

/* Checked state — using sibling selector: input:checked + .check-body */
.check-item input[type="checkbox"]:checked + .check-body {
  background: var(--label-checked-bg);
  color: var(--label-checked-text);
  border-color: var(--label-checked-bg);
}

/* Provide a subtle pressed effect */
.check-item input[type="checkbox"]:active + .check-body {
  transform: translateY(1px);
}

/* Focus-visible for keyboard users */
.check-item input[type="checkbox"]:focus + .check-body,
.check-item .check-body:focus {
  outline: none;
  box-shadow: var(--label-focus-outline);
}

/* Small checkbox square at the end (custom visual) */
.check-item .check-indicator {
  margin-left: auto;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid currentColor;
  background: transparent;
  flex: 0 0 auto;
}

/* Tick mark when checked (using pseudo element) */
.check-item input[type="checkbox"]:checked + .check-body .check-indicator {
  background: currentColor; /* uses the label text color (which becomes white when checked) */
  border-color: currentColor;
}

.check-item input[type="checkbox"]:checked + .check-body .check-indicator::after {
  content: "✓";
  font-size: 12px;
  color: var(--label-checked-text);
  line-height: 1;
}

/* Mobile */
@media (max-width: 420px) {
  .check-item .check-body { padding: 10px 12px; }
}

/* Desktop */
@media (min-width: 992px) {
/*
  .navbar {
    height: 100vh;
    width: 250px;
   	flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    border-right: 1px solid #ddd;
    padding-top: 1rem;
  }

  .navbar-collapse {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  .navbar-nav .nav-link {
    width: 100%;
  }

  body {
    margin-left: 250px; 
  }
*/
	
	#logo_image {
		width: auto !important;
	}
	
	footer {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	
	.home img {
		width: 400px !important;
	}
	
	.home.engagements img {
		width: 160px !important;
	}
	
	#curators div:nth-child(1) img:nth-child(1) {
		width: auto !important;
	}
	
	#curators div:nth-child(1) img:nth-child(2) {
		width: 200px !important;
	}
	
	#curators div:nth-child(1) div:nth-child(4) img {
		width: auto  !important;
	}
	
	#curators > div:nth-child(2) img {
		width: auto  !important;
	}
	
	#curators div:nth-child(3) img:nth-child(1) {
		width: auto !important;
	}
	
	#curators div:nth-child(3) img:nth-child(2) {
		width: 100px !important;
	}
	
	#curators div:nth-child(4) img:nth-child(1) {
		width: auto !important;
	}
	
	#curators > div:nth-child(4) > img:nth-child(2) {
		width: 100% !important;
	}
	
	#curators div:nth-child(4) div:nth-child(4) img {
		width: auto !important;
	}
	
	footer.home img {
		width: auto !important;
	}
}
