body {
	overflow: scroll;
}
#wrapper {
	position: relative;
	overflow: hidden;
}
.invisible {
	display: none;
}
.three-col-parent {
	display: grid;
	grid-template-columns: 1fr 1fr 2fr;
	column-gap: 20px;
}
#col-one {
	justify-content: right;
	padding-right: 60px;
}
#col-one,
#col-two {
	margin-top: 60px;
	-ms-overflow-style: none; /* Internet Explorer 10+ */
	scrollbar-width: none; /* Firefox */
}
#col-one::-webkit-scrollbar {
	display: none; /* Safari and Chrome */
}
#col-two::-webkit-scrollbar {
	display: none; /* Safari and Chrome */
}
#col-three::-webkit-scrollbar {
	display: none; /* Safari and Chrome */
}
#col-three {
	margin-top: 60px;
	padding-right: 10px;
	padding-bottom: 40px;
}
.vertical-line-dashed {
	width: 1px;
	border-right: dashed 1px black;
	margin-right: 20px;
	margin-bottom: 15px;
	position: relative;
	display: grid;
	align-items: center;
}
#root-vld {
	height: 200px;
}
#grow-vld {
	height: 150px;
}
#bloom-vld {
	height: 100px;
}
.main-label {
	font-family: sans-serif;
	color: rgb(0, 0, 0);
	font-weight: bolder;
	text-transform: uppercase;
	transform: translateX(40px);
}
.title-object {
	padding-right: 20px;
	height: 40px;
	margin-bottom: 10px;
	padding-top: 2px;
	cursor: pointer;
	border-radius: 6px;
	display: flex;
	justify-content: end;
}
.content {
	background-color: rgb(243, 243, 243);
	color: rgb(0, 0, 0);
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	position: relative;
	border-bottom: solid 1px #0000ff;
	overflow: hidden;
	height: 60px;
}
.opportunity {
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 1.3rem;
}
.mini-circle-root,
.mini-circle-grow,
.mini-circle-bloom {
	width: 10px;
	height: 10px;
	border: solid 1px black;
	border-radius: 100%;
	transform: translateX(-4px);
	position: relative;
	display: inline-flex;
	justify-content: end;
}
.category {
	position: relative;
	transform: translate(-40px, -8px);
	cursor: pointer;
}
#find-mini-circle,
#enroll-mini-circle,
#study-mini-circle,
#graduate-mini-circle,
#place-mini-circle,
#evolve-mini-circle,
#advance-mini-circle,
#spread-mini-circle,
#attract-mini-circle {
	background-color: white;
}
#card-container {
	position: relative;
	height: calc(100vh - 140px);
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none; /* Internet Explorer 10+ */
	scrollbar-width: none; /* Firefox */
}
#card-container::-webkit-scrollbar {
	display: none; /* Safari and Chrome */
}

/* Shopping Cart CSS */
/* start */
.abs-wrapper {
	position: absolute;
	z-index: 999999;
}
.shopping-cart {
	background-color: rgba(255, 255, 255, 0.9);
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	width: 600px;
	height: auto;
	position: relative;
	overflow: scroll;
	-ms-overflow-style: none; /* Internet Explorer 10+ */
	scrollbar-width: none; /* Firefox */
	z-index: 999999;
}
.shopping-cart::-webkit-scrollbar {
	display: none; /* Safari and Chrome */
}
.cart-container {
	position: relative;
	width: 100%;
	bottom: 0;
}
.cart-items {
	margin-bottom: 20px;
}

.cart-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.cart-item-name {
	font-weight: bold;
}

.cart-item-price {
	margin-left: 10px;
}

.cart-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 560px;
}

#checkout-btn {
	background-color: green;
	color: white;
	padding: 10px;
	border: none;
	cursor: pointer;
}

#checkout-btn:disabled {
	background-color: gray;
	color: white;
	cursor: not-allowed;
	opacity: 20%;
}

#remove-all-btn:disabled {
	opacity: 20%;
}

#checkout-btn:hover:not(:disabled) {
	background-color: darkgreen;
}
.cart-item-checkbox {
	width: 10px;
	height: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.cart-item-checkbox.active {
	background-color: #ff0000;
	background-position: center;
	background-size: 60%;
	border-color: #7f7dff;
}

/* Shopping Cart CSS */
/* end */

#page-title {
	position: absolute;
	top: 0;
	right: 0;
}
#atlas {
	font-size: 4rem;
	font-weight: bolder;
	float: right;
	margin-right: 40px;
	margin-top: 40px;
}

.remove-btn {
	background-color: none;
	border: none;
	background: none;
	color: rgb(255, 131, 131);
}
.remove-btn:hover {
	color: red;
}
#cart-toggle {
	position: absolute;
	z-index: 99999999;
	left: 20px;
	top: 20px;
	width: 100px;
	height: 40px;
}
.rel-cont {
	position: relative;
}
.title-circle {
	width: 10px;
	height: 10px;
	background-color: white;
	border: solid 1px black;
	border-radius: 100%;
	transform: translateY(14px);
}
.title-object-parent {
	position: relative;
	display: flex;
	justify-content: end;
}
#labels-one,
#labels-two {
	border-bottom: solid 2px black;
	margin-bottom: 40px;
}
#labels-two {
	position: sticky;
	top: 0;
	z-index: 9999;
}
.primary-label {
	padding: 20px;
	background-color: #f1f1f1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.secondary-label {
	padding: 40px;
	background-color: #f1f1f1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	z-index: 99s;
}
.bar {
	height: 3px;
	width: 40px;
	position: absolute;
	transform: translate(50px, -6px);
	border-radius: 3px;
	overflow: hidden;
	display: flex;
	justify-content: start;
}
.bar-number-parent {
	position: absolute;
	width: 40px;
	transform: translate(50px, -4px);
	display: flex;
	justify-content: start;
}
.bar-number {
	font-size: 1rem;
	font-weight: normal;
}
.value-bar {
	background-color: #000000;
	height: 100%;
}
:root {
	--find-val: 11;
	--enroll-val: 9;
	--study-val: 6;
	--graduate-val: 9;
	--place-val: 19;
	--evolve-val: 29;
	--advance-val: 18;
	--spread-val: 31;
	--attract-val: 18;
}
#find-bar {
	width: calc((40 * var(--find-val)) / 31 * 1px);
}
#enroll-bar {
	width: calc((40 * var(--enroll-val)) / 31 * 1px);
}
#study-bar {
	width: calc((40 * var(--study-val)) / 31 * 1px);
}
#graduate-bar {
	width: calc((40 * var(--graduate-val)) / 31 * 1px);
}
#place-bar {
	width: calc((40 * var(--place-val)) / 31 * 1px);
}
#evolve-bar {
	width: calc((40 * var(--evolve-val)) / 31 * 1px);
}
#advance-bar {
	width: calc((40 * var(--advance-val)) / 31 * 1px);
}
#spread-bar {
	width: calc((40 * var(--spread-val)) / 31 * 1px);
}
#attract-bar {
	width: calc((40 * var(--attract-val)) / 31 * 1px);
}

.filter {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	margin-bottom: 40px;
}
.or-line {
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}
.filter-col-one,
.filter-col-two,
.filter-col-three {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 3px;
	border: solid 1px grey;
}
.filter-btn {
	margin: 0;
	padding: 0;
	cursor: pointer;
	user-select: none;
}

#user-info {
	position: relative;
	z-index: 9999;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
	justify-content: left;
	padding: 20px;
	width: 250px;
	border-right: solid 1px grey;
	border-bottom: solid 1px grey;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#login-button {
	width: 100px;
	height: 40px;
}
#signup-button {
	width: 100px;
	height: 40px;
	margin-left: 10px;
}
#signout-button {
	width: 100px;
	height: 40px;
}
#username-display {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	height: 40px;
	width: auto;
	color: black;
	font-size: medium;
}
button {
	background: rgb(185, 233, 255);
	border: none;
	border-radius: 3px;
}
