body {
	background: #333;
}

#navbar {
	border-bottom-color: transparent;
	backdrop-filter: none !important;
}

#pageControls {
	display: none;
}


.buttonContainerMobile {
	margin-top: 15px;
}

.navbar.expanded,
.navbar.expanded *,
#websiteControls>*,
#userControls>* {
	pointer-events: all;
}

.buttonContainer {
	/* margin-top: 30px; */
	/* margin-bottom: -40px; */
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	padding-top: 10px;
	color: #333;
}

html.stickyTabs .buttonContainer {
	display: block;
	position: absolute;
	height: 50px;
	bottom: -7px;
	margin: 0;
	padding: 10px 0;
	border: 0;
	margin-bottom: 0;
	z-index: 1000;
	text-align: left;
	padding-left: 66px;
}

html.stickyTabs .buttonContainer .btn {
	color: #f5f5f5;
	border-color: transparent;
	margin-left: -10px;
	background: transparent;
}

html.stickyTabs #topPanel .followButton.following {
	color: #f5f5f5;
	background-image: url('/assets/img/icons/icon_followed.png');
}

#userTabs {
	display: inline-block;
	position: relative;
	width: auto;
	bottom: 2px;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}

#userTabs .nav-tabs li a {
	margin-bottom: 2px;
}

.nav-tabs li {
	display: inline-block;
	height: 35px;
	margin-right: 25px;
	float: none;
}

#topPanel:not(.edit) span.icon {
	top: -2px;
	margin-right: 6px;
}

.navbar.expanded #userTabs,
.navbar.expanded #userControls {
	display: none;
}

#content {
	transition: filter 200ms;
	min-height: 700px;
	padding-top: 130px;
	background: #f5f5f5;
	overflow-x: hidden;
}

#content.blur {
	-webkit-filter: blur(5px);
	/* Safari 6.0 - 9.0 */
	filter: blur(5px);
	pointer-events: none;
}

#content.withoutUserTabs {
	padding-top: 36px;
}

#content .promo {
	position: relative;
	width: calc(100% + 60px);
	/* top: -60px; */
	/* left: -30px; */
	padding: 40px 70px;
	box-shadow: 0 0 10px inset #aaa;
	background: url('/assets/img/teach/section-background-1.svg') #ffffff;
	text-align: left;
	margin: 0px -30px 100px -30px;
}

#content .promo .list {
	border-left: 1px solid #333;
}

#content .promo h1 {
	line-height: 1.3;
	margin-bottom: 0;
}

#websiteControls {
	transition: opacity 400ms;
	opacity: 1;
}

#websiteControls.fadeOut {
	opacity: 0;
}

#websiteControls.fadeOut * {
	pointer-events: none;
}

hr {
	border-top-color: #333;
	margin-top: 0px;
}

#meta>* {
	margin-bottom: 10px !important;
}

#meta .title,
#meta .bio {
	float: left;
	clear: both;
}

#meta .byLocation,
#meta .byWebsite,
#meta .topSketchMeta {
	float: left;
	clear: none;
}

#topPanel.hasTopSketch:not(.edit) {
	height: 70vh;
	max-height: 770px;
}

.slant::before {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	left: -20px;
	content: '';
	background: url(/assets/img/user/slant_left.svg) top right no-repeat;
}

.slant::after {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	right: -20px;
	content: '';
	background: url(/assets/img/user/slant_right.svg) bottom left no-repeat;
}

.slant {
	display: block;
	position: relative;
	width: auto;
	padding: 5px 10px;
	background: #F8E71Cee;
	color: #333;
	float: left;
}

.badge {
	background-color: #F8E71Cee;
	color: #333;
	border-radius: 0;
	overflow: visible;
}

#topPanel.hasTopSketch {
	background: unset;
}

#topPanel .nav-tabs li a {
	color: #333 !important;
}

#topPanel .nav-tabs li.active a::after,
#topPanel .nav-tabs li.active:hover a::after {
	background: #333;
}

#topPanel.hasTopSketch:not(.edit)::after {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	content: '';
	background: #ffffffee;
	z-index: -1;
}

#topSketchMeta {
	position: absolute;
	right: 0;
	bottom: 35px;
	max-width: 43px;
	padding-right: 15px;
	transition: max-width 200ms;
}

#topSketchMeta:hover {
	max-width: 130px;
}

#topSketchMeta::after {
	content: unset;
}

#topSketchMeta>div {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#topSketch {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* #topSketch::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffffcc;
	left: 0;
	transition: background-color 400ms 200ms;
}
#topSketch.showcaseTopSketch::after {
	background-color: #ffffff00;
} */

#topSketch iframe {
	/* background: #f5f5f5; */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
	pointer-events: none;
	z-index: -1;
	/* turn off volume on edge+ios safari */
	volume: silent;
}

#topPanel {
	position: relative;
	width: 100%;
	overflow: visible;
	min-height: 340px;
	padding-top: 170px;
	background: url(/assets/img/patterns/bg_caret@2x.png);
	border-bottom: 1px solid #333;
	background-size: 16px 8px;
}

#topPanel.edit {
	position: fixed;
	height: 100% !important;
	box-shadow: 0 0 5px #999;
	background: #f5f5f5;
	color: #333;
	z-index: 10;
	overflow-y: scroll;
	padding-top: 70px;
}

#topPanel:not(.edit) .showOnEdit {
	display: none;
}

#topPanel.edit .hideOnEdit {
	display: none !important;
}

#topPanel.edit .tabs,
#topPanel.edit .plus {
	display: none;
}

#topPanel.edit .warningBox {
	margin-bottom: 15px;
}

.nav-tabs li a {
	color: #333 !important;
}

#topPanel .title {
	font-size: 42px;
	float: left;
	left: 3px;
	padding-left: 5px;
	padding-right: 6px;
}

#topPanel .title input[type="text"] {
	padding-bottom: 0;
}

#topPanel .byFullname {
	display: block;
	display: table;
	display: inline-block;
	padding: 0;
	/* flex: 2 60%; */
	margin-bottom: 0px;
	line-height: 0.95;
	white-space: normal;
	word-break: break-all;
	min-width: auto;
	/* white-space: nowrap; */
	max-width: 100%;
	text-overflow: ellipsis;
}

#topPanel #meta a {
	color: #333;
}

#topPanel #metaEditButtons {
	padding-bottom: 60px;
}

#topPanel #locationLabel {
	display: inline-block;
}

#topPanel.edit #locationLabel {
	display: none;
}

#topPanel.edit label {
	margin-left: 0px;
	/* border-bottom-color: #f5f5f5; */
}

#topPanel.edit .title {
	padding-left: 15px;
	padding-right: 15px;
}

#topPanel .extraLinks a {
	/* margin-left: 50px; */
	/* margin-top: 6px; */
	/* display: inline-block; */
	/* text-align: center; */
}

#topPanel .icon_camera_white {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/assets/img/icons/camera_white@2x.png") no-repeat;
	background-size: 32px 20px;
	background-position: center bottom -20px;
	transition: background-position 800ms;
	cursor: pointer;
}

#topPanel.edit .icon_camera_white {
	background-position: center bottom 20px;
}

#topPanel .userThumbContainer {
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 50%;
	overflow: hidden;
}

#topPanel .userThumbContainer .thumbContainer {
	background-color: #f5f5f5;
}

#topPanel .userSetup {
	position: relative;
	padding: 0;
}

#topPanel .userThumb {
	border: 5px solid #f5f5f5;
	background: #f5f5f5;
}

#topPanel .uploadUserImage {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 30;
	pointer-events: none;
	/*    margin-top: -100%;*/
}

#topPanel.edit .uploadUserImage {
	pointer-events: auto;
	/*    margin-top: -100%;*/
}

input:-webkit-autofill {
	-webkit-text-fill-color: #f5f5f5 !important;
	-webkit-box-shadow: 0 0 0px 1000px rgb(198, 79, 74) inset;
	z-index: 0;
	/*    border-bottom: 1px solid rgba(240, 240, 240, 0.3);*/
	border-bottom: 1px solid #d37f7b;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

.uploadUserImage .cropit-image-preview.cropit-image-loaded {
	cursor: move;
	transition: background-position 0ms;
	border: 3px solid rgb(245, 245, 245);
	left: 0;
}

.cropit-gradient {
	/* border-radius: 50%; */
	border: 3px solid #f5f5f5;
	background: -moz-linear-gradient(top, rgba(0, 153, 133, 0) 0%, rgba(0, 153, 133, 0.92) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 153, 133, 0) 0%, rgba(0, 153, 133, 0.92) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 153, 133, 0) 0%, rgba(0, 153, 133, 0.92) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
	/* background-color: #888; */
}

.cropit-image-preview {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	background-size: cover;
	border-radius: 50%;
	left: 0;
}

#avatarOptionsContainer {
	position: absolute;
	width: 100%;
	bottom: -40px;
}

.tippyForm-theme .formItem {
	margin-bottom: 25px;
}

.uploadUserImage input[type=range] {
	/* display: none; */
	position: absolute;
	bottom: -40px;
	margin: 10px 0;
}

.uploadUserImage .buttons {
	display: none;
	position: absolute;
	width: 100%;
	bottom: -60px;
	text-align: center;
}

.uploadUserImage.imageLoaded .buttons {
	display: block;
}

.uploadUserImage .buttons a {
	display: inline-block;
	width: 21px;
	height: 21px;
	border: none;
	background-repeat: no-repeat;
	background-size: 21px 21px;
}

#confirmUserImage {
	background-image: url(/assets/img/icons/icon_followed.png);
}

#cancelUserImage {
	background-image: url(/assets/img/icons/icon_cancel.png);
}

#topPanel .by .plus {
	display: block;
	top: 10%;
	right: 10%;
	transition: all 600ms 400ms;
	visibility: hidden;
	opacity: 0;
}

#topPanel .by.bePlusMember .plus {
	/* animation: heartbeat 1.5s infinite; */
	display: none;
}

@keyframes heartbeat {
	0% {
		-webkit-transform: scale(1);
	}

	10% {
		-webkit-transform: scale(0.95);
	}

	20% {
		-webkit-transform: scale(1.05);
	}

	30% {
		-webkit-transform: scale(0.95);
	}

	90% {
		-webkit-transform: scale(0.95);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

#topPanel .plusMember .plus,
#topPanel .bePlusMember .plus,
#topPanel.edit .plus {
	top: -5%;
	right: -5%;
	visibility: visible;
	opacity: 1;
}

#plusMemberInfo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin-top: 3px;
	/* opacity: 0; */
	/* visibility: hidden; */
	transition: margin-top 200ms, opacity 200ms;
}

.edit #plusMemberInfo {
	margin-top: -6px;
	opacity: 1 !important;
	visibility: visible !important;
}

#plusMemberInfo a {
	color: #fff;
}

#meta .icon {
	top: -1px;
	margin-right: 2px;
}

#plusMemberInfo a.labelLink {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 200ms;
}

.edit #plusMemberInfo a.labelLink {
	visibility: visible;
	opacity: 1;
}

#plusMemberInfo a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

#topPanel .by {
	display: flex;
	position: relative;
	/* flex-direction: row; */
	/* flex-wrap: wrap; */
	/* justify-content: flex-start; */
	align-items: flex-end;
	/* align-content: flex-end; */
	margin-right: -15px;
	margin-left: -15px;
	transition: padding 200ms;
	padding-left: 0;
}

#topPanel.edit .by {
	position: relative;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-end;
	margin-right: -15px;
	margin-left: -15px;
}

#topPanel .by>* {
	/* flex: 1 100%; */
}

#topPanel .byThumbnail {
	position: relative;
	bottom: -40px;
	padding: 0px;
	/* flex: 1 6%; */
	max-width: 270px;
	border-radius: 1000px;
	/* margin-right: auto; */
	margin-left: auto;
	z-index: 1;
}

#topPanel #confettiCanvas {
	position: absolute;
	width: 100%;
	height: 200%;
	top: -100%;
	left: 0;
}

#topPanel .plusBadge.shake {
	animation: shake 2s 3;
}

@keyframes shake {

	10%,
	30%,
	50% {
		transform: rotate3d(0, 0, 1, 10deg);
	}

	20%,
	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}

	0%,
	60%,
	100% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

#topPanel #byMeta {
	/* flex: 2 30%; */
	/* padding-left: 30px; */
	position: relative;
}




#topPanel .by .byLocation {
	display: inline-block;
	white-space: nowrap;
	margin-right: 20px;
}

#topPanel .by .byWebsite {
	display: inline-block;
	width: auto;
	white-space: nowrap;
	margin-right: 20px;
	/* margin-bottom: 15px; */
	max-width: 220px;
	text-overflow: ellipsis;
	/* overflow: hidden; */
	vertical-align: top;
}

#topPanel.edit .by .byWebsite {
	width: 43%;
	padding-left: 15px;
	max-width: unset;
	vertical-align: top;
	overflow: unset;
	/* margin-bottom: -15px; */
}

#topPanel.edit .by .byWebsite label {
	margin-left: -15px;
}

#topPanel #editProfileLink {
	width: auto;
	padding: 6px 0 7px 0;
	color: #333;
	align-self: center;
	margin-left: 15px;
	padding-right: 15px;
}

#topPanel #listViewLink {
	width: auto;
	padding: 6px 0 7px 0;
	color: #333;
	align-self: center;
	margin-left: 15px;
	padding-right: 15px;
}

.edit .byText {
	padding-top: 50px;
}

.edit .byLocation {
	width: 30%;
	/* margin-left: 0 !important; */
	/* padding-left: 0 !important; */
}

.edit .byLocation .hideOnEdit {
	transition: opacity 0ms !important;
}

#saveButton {
	position: fixed;
	height: 50px;
	top: 0;
	right: 0;
	min-width: 150px;
	/* margin-left: -15px; */
	/* margin-right: -15px; */
	/* border-color: #f5f5f5; */
	/* color: #f5f5f5; */
	z-index: 2;
}

#location {
	display: inline-block;
	/* position: relative; */
	max-width: 260px;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: bottom;
}

.edit #location {
	/* display: inline-block; */
	/* margin-top: 30px; */
	/* margin-left: 15px; */
	/* text-align: left; */
	width: 100%;
	max-width: unset;
}

#topPanel.edit #additionalFormFields {
	display: block;
}

#additionalFormFields {
	/* flex: 1 100%; */
	/* padding-left: 15px; */
	/* padding-right: 15px; */
	display: none;
	margin-bottom: 20px;
	margin-top: 20px;
}

#additionalFormFields input {
	/* width: 60%; */
	margin-right: 15px;
}

#topPanel a.labelLink {
	top: -1px;
	/* color: #fff; */
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	margin-left: 30px;
}

input[label='username'] {
	text-decoration: line-through;
}

#activityFeedContainer {
	margin-left: 3.6%;
}

#activityFeedContainer .userThumb {
	border-color: #eee;
	background-color: transparent;
}

#activityFeedContainer .tip .description {
	font-size: 18px;
	border-bottom: 1px solid #999;
}

#feedTemplates {
	display: none;
}

#topPanel:not(.edit) #editForm {
	position: absolute;
	/* padding: 0 15px; */
	width: 100%;
	bottom: 0;
	/* left: 0; */
}

#editForm formItem a,
#editForm formItem a:hover,
#editForm formItem a:active {
	color: #f5f5f5;
}

#editForm formItem {
	display: block;
	margin-bottom: 30px;
	/* padding-left: 0px; */
	/* margin-left: 15px; */
}

#editForm formItem input {
	padding-left: 80px;
	/* margin-left: -15px; */
	/* padding-right: 0; */
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

#passwordFields {
	border-left: 5px solid #333;
	margin-left: 15px;
	padding-top: 5px;
	margin-bottom: 60px;
	padding-right: 30px;
}

#changePassword {
	min-height: 29px;
}

#newPassword {
	margin-bottom: 0;
}

#changePasswordLink {
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	padding-left: 80px;
	padding-top: 7px;
	cursor: pointer;
}

.editable.edit,
.selectable.edit,
.toggleable.edit,
.removable.edit {
	padding-left: 80px;
}

.icon_pencil2_white {
	top: 2px;
}

#topPanel .followButton {
	position: relative;
	/* background-size: 21px 21px; */
	/* background-position: left center; */
	/* background-repeat: no-repeat; */
	/* cursor: pointer; */
	min-width: 50%;
	padding-left: 10px;
	margin-bottom: 6px;
	height: 35px;
}

#topPanel .followButton.follow {}

#topPanel .followButton.following:not(.loading) {
	background-image: url('/assets/img/icons/checkmark_circle@2x.png');
	border-color: transparent;
	background-size: 19px;
	min-width: unset;
	color: #333;
	padding-left: 25px;
	padding-right: 0;
	background-position: 0px 8px;
	text-transform: unset;
	background-repeat: no-repeat;
}

#topPanel .followButton.disabled {
	background: transparent;
	background-image: url('/assets/img/icons/loader_white.svg');
	background-size: 21px 21px;
	background-position: center center;
	background-repeat: no-repeat;
	/* color: transparent; */
	border-color: transparent;
}

#topPanel .followButton.following #followLink,
#topPanel .followButton.follow #followingLink {
	display: none;
}

#topPanel .followButton.follow #followLink,
#topPanel .followButton.following #followingLink {
	display: inherit;
}

#followerMeta {
	/* padding-top: 10px; */
}

#followerMeta>span {
	cursor: pointer;
}

.tippy-tooltip.user-list-tippy-theme {
	position: relative;
	padding: 0px !important;
}

.tippy-tooltip.user-list-tippy-theme .tippy-content {
	position: relative;
	width: 345px;
	left: 0px;
	padding: 20px 15px 0;
	max-height: 400px;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}

#userActionsPopover .description.text-left {
	position: relative;
	left: 0;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

#userActionsPopover .formItem {
	margin-bottom: 30px;
}

.sketchActionsTooltip-theme {
	width: auto;
}

.userActionsTippy,
.userActionsTippy>div {
	display: inline-block;
	width: 20px;
}

#userActionsHandle {
	display: inline-block;
	top: 3px;
	padding: 10px;
	background-size: 10px;
	vertical-align: top;
	margin-right: -20px;
}

.userActionsTooltip-theme {
	width: 300px;
}

.userActionsTooltip-theme label {
	color: var(--white);
}

.edit #editButton {
	position: fixed;
}

@keyframes followingAnimation {
	from {
		top: 80px;
		left: 30px;
		opacity: 0;
	}

	to {
		top: 60px;
		left: -10px;
		opacity: 1;
	}
}

#topPanel #description {
	display: none;
	margin-top: 40px;
	margin-bottom: 40px;
}

#topPanel.edit #description {
	display: none;
}

#topPanel .descriptionBorder {
	border-top: 1px solid #f5f5f5;
	margin-left: 0;
	margin-bottom: 20px;
}

#topPanel .descriptionText {
	text-indent: -5%;
	padding-left: 5%;
	padding-right: 14.28%;
}

#topPanel .description question {
	font-style: italic;
	padding-right: 5px;
}

#topPanel .description answer {
	font-weight: bold;
	padding-right: 5px;
}

#topPanel .tabs {
	display: flex;
	white-space: nowrap;
	overflow: auto;
	margin-right: -15px;
	clear: both;
	height: 35px;
	position: relative;
	align-self: flex-start;
	margin-left: -60px;
	padding-left: 60px;
}

.nav-tabs {
	display: inline-block;
	position: relative;
	width: auto;
	height: 35px;
	bottom: -4px;
	bottom: 0;
	float: none;
	border-bottom: none;
	-webkit-user-select: none;
	user-select: none;
	white-space: nowrap;
	flex: 1;
	text-align: left;
}

.sidePane>div {
	margin-bottom: 80px;
}

.sidePane .tag::before {
	display: inline-block;
	position: absolute;
	width: 100%;
	padding: 3px 0;
	content: 'Code Challenge';
	background: #F8E71C;
	font-size: 14px;
	font-family: 'Dosis', Helvetica, sans-serif;
	font-weight: 400;
	clear: right;
	border-radius: 0;
	margin-bottom: 4px;
	color: #aaa;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.progressBarContainer {
	display: block;
	position: relative;
	height: 25px;
	background-color: #E6E6E6;
	margin-bottom: 10px;
	overflow: hidden;
}

.progressBar {
	display: block;
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0px;
	background-color: #73E87A;
	opacity: 1;
	transition: width 2s ease-in-out;
	z-index: 0;
}

.progressBarContainer::after {
	display: inline-block;
	position: relative;
	padding: 3px 5px;
	content: attr(title);
	z-index: 3;
	font-weight: bold;
}

.featuredCuration {
	overflow: hidden;
	text-overflow: ellipsis;
}

.featuredCuration .flex {
	margin-bottom: 15px;
	align-items: flex-end;
}

.featuredCuration .subheader {
	margin-bottom: 3px;
	color: #999;
	padding-left: 1px;
}

.featuredCuration h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	font-size: 1.6em;
}

.featuredCuration .title {
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

.featuredCuration .title:hover {
	opacity: 0.7;
}

.featuredCuration .icon_arrow_circle_right {
	top: 5px;
}


.fcThumbContainer {
	flex: 0 0 70px;
	margin-right: 15px;
}

.releaseInfo {
	gap: 15px;
	margin-bottom: 30px;
}

.releaseInfo h1,
.releaseInfo h2,
.releaseInfo h3 {
	font-family: "Dosis", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.releaseInfo h1 {
	font-size: 18px;
}

.releaseInfo h2 {
	font-size: 16px;
}

.releaseInfo ul li {
	list-style-type: circle;
	margin-bottom: 10px;
	margin-left: 19px;
}

.releaseInfo .releaseMeta {
	text-align: right;
	width: 100px;
	padding: 5px;
	background-color: #ececec;
}

/***SKETCHES****/

#sketchesContainer {
	position: relative;
	/* overflow: hidden; */
}

#listToggle {
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	right: 15px;
	bottom: 8px;
	background: url(/assets/img/icons/list_small@2x.png) center no-repeat;
	background-size: 17px;
}

#listToggle.listView {
	background: url(/assets/img/icons/grid_small@2x.png) center no-repeat;
	background-size: 17px;
}

#crayonsContainer {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

#crayonDescription {
	position: absolute;
	top: -70px;
	padding: 0;
}

.crayonTabTippy-theme {
	top: 75px !important;
	text-align: left !important;
}

/* crayon container large */
.crayonContainerLarge {
	margin-bottom: 10vw;
}

.crayonContainerLarge .counter {
	min-height: 95px;
}

.crayonContainerLarge .header {
	display: flex;
	margin-bottom: 30px;
	flex-direction: row;
	align-items: stretch;
}

.crayonContainerLarge .headerMeta {
	/* border-bottom: 1px solid #ddd; */
	padding-top: 8px;
	margin-bottom: -7px;
}

.crayonContainerLarge .counter {
	display: inline-block;
	padding: 10px 10px;
	font-family: "Staatliches", "Dosis", Arial, Helvetica, sans-serif;
	min-width: 45px;
	background-color: #333;
	color: #f5f5f5;
	font-size: 30px;
	font-weight: 200;
	margin-right: 15px;
	line-height: 1;
	text-align: center;
}

.crayonContainerLarge .crayonImageContainer {
	display: flex;
	max-height: 50vh;
	/* justify-content: flex-start; */
	/* align-items: flex-start; */
	padding-left: 8px;
}

.crayonContainerLarge .crayonImage {
	width: 100%;
	object-fit: cover;
	box-shadow: 0 0 40px #bbb;
	border: 1px solid #ddd;
	/* border: 40px inset #f5f5f5; */
	/* box-shadow: none; */
}

.sketchList.listView {}

.sketchList.listView .sketchLi {
	margin-bottom: 39px;
	padding: 0 0px 0 5px !important;
}

.sketchList.listView hr {
	display: none;
}

.sketchList.listView .sketchLabel {
	/* border: none; */
	/* padding: 0; */
}

ul.sketchList.listView li.gram {
	margin-bottom: 39px;
}

.gram .sketchLabel {
	display: block;
}

.mainSketches {
	padding: 0 16px;
	margin-bottom: 125px;
}

.mainSketches .newSketchLi {
	display: none;
}

.tab-pane {
	background: inherit;
	padding-bottom: 60px;
}

/*
.sketchThumbContainer.newSketch {
    background: url('/assets/img/icons/icon_plus_large_dark.svg') center center no-repeat;
    background-size: 40% 40%;
}
.sketchThumbContainer.newSketch .sketchLabel {
    text-align: center;
    opacity: 1;
    background: none;
    height: auto;
}
*/

#heartsFeedContainer h2 img {
	height: 30px;
	margin-right: 5px;
}

ul#heartsFeed {
	padding: 0px 15px;
}

#heartsFeed li {
	padding: 0;
	list-style: none;
}

#heartsFeed .sketchThumbContainer {
	min-width: 100%;
	min-height: auto;
}

#followersContainer,
#followingContainer {
	padding-top: 100px;
}

#followerContainer li,
#followingContainer li {}

#followerContainer .bgCaret,
#followingContainer .bgCaret {
	background: url('/assets/img/icons/icon_caret_right_dark.png') center center no-repeat;
}

#followerContainer .bgImage {
	position: absolute;
	width: 450px;
	top: -200px;
	left: 0px;
}

#followingContainer .bgImage {
	position: absolute;
	width: 450px;
	top: -200px;
	right: 0px;
}

#followerList,
#followingList {
	margin-bottom: 0;
	padding-bottom: 20px;
	grid-template-columns: repeat(5, 1fr);
}

#followerList .userThumbContainer,
#followingList .userThumbContainer {
	min-width: 100%;
	/* min-height: 100%; */
	/* margin-bottom: 30px; */
}

/*HEARTS PANEL*/

#heartsList {
	padding: 0 1px;
	list-style: none;
}


/* CLASSES PANEL */
#createClassButton,
#createCurationButton {
	margin-bottom: 40px;
	margin-left: -30px;
	opacity: 0.6;
}

#createClassButton .icon,
#createCurationButton .icon {
	top: 3px;
}

#classesList .classTitle {
	margin-bottom: 5px;
}

#classesList .classTeachers {
	max-width: 120px;
	height: 30px;
	display: inline-flex;
	vertical-align: baseline;
	/* margin-right: 15px; */
	flex-wrap: nowrap;
	/* overflow: hidden; */
	width: auto;
	flex-direction: row-reverse;
	/* top: 10px; */
	position: relative;
	align-items: center;
}

#classesList .userList {
	gap: 0px;
	grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
	width: auto;
}

#classesList .classTeachers .userThumbContainer {
	width: 30px;
	height: 30px;
	padding-top: 0;
	display: block;
	flex: 1 0 30px;
	margin-right: -16px;

}

/* Placeholder sketch styling */
.sketchLi.placeholder {
	cursor: default;
	background: url('/assets/img/icons/icon_x_large.png') no-repeat center center;
	background-size: 60px 58px;
	opacity: 0.2;
	aspect-ratio: 1;
}

#classesList .classTeachers .userThumbContainer:first-of-type {
	margin-right: 0;
}

#classesList .classTeachers .thumbContainer {
	border-color: #ccc;
}

#classesList .extraTeachers {
	/* margin-left: 18px; */
	vertical-align: unset;
}

.classMeta {
	display: flex;
	gap: 20px;
	align-items: center;
	align-content: center;
}

#classesMeta .btn {
	min-width: 140px;
}

#classesMeta .warning {
	border: 1px solid #d6abab;
	padding: 10px;
	margin-bottom: 3px;
	border-radius: 5px;
	background: #f2d8d8;
	text-align: center;
}

.collectionList {
	list-style-type: none;
	/* padding: 0; */
	/* margin: 0; */
}

.collectionList li.classComponent {
	position: relative;
	/* padding: 0 0 0 15px; */
	margin-bottom: 60px;
	list-style: none;
}


.collectionList li.archived {
	/* opacity: 0.6; */
}


.collectionList .institution,
.collectionList .classTitle,
.collectionList .curationTitle {
	font-size: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#curationsList .curation {
	margin-bottom: 60px;
}

#curationsList .curationTitle {
	display: block;
}

#curationsList .curationDescription {
	max-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.icon_caret_right_dark {
	height: 14px;
	top: 12px;
	background: url('/assets/img/icons/icon_caret_right_dark.png') center center no-repeat;
	background-size: 7px 14px;
}

/* one-offs */
#genuaryTable {
	width: 100%;
	margin-bottom: 10px;
}

#genuaryTable tr {
	/* border: 1px solid #ddd; */
}

#genuaryTable td {
	padding-top: 14.2857142857%;
	border: 1px solid #ddd;
	width: 14.2857142857%;
	position: relative;
}

#genuaryTable td::before {
	content: attr(day);
	position: absolute;
	font-size: 13px;
	z-index: 2;
	top: 0px;
	left: 0px;
	font-weight: bold;
	padding: 0px 1px;
	background: #f5f5f5;
}

#genuaryTable td[month='dec'],
#genuaryTable td[month='feb'] {
	color: #ddd;
	/* border-color: #000; */
}

#genuaryTable td .sketchLi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#genuaryTable .sketchThumb {
	border: none;
}

#genuaryTable .sketchLabel {
	display: none;
}



#genuary>circle {
	opacity: 0.7;
	cursor: pointer;
}

#genuary>circle:hover {
	opacity: 0.9;
	stroke: #333;
}

#genuary>circle.mySketch {
	stroke: #333;
	stroke-width: 1px;
}

@media (min-width: 992px) {
	#topPanel .byThumbnail {
		/* flex: 1; */
	}
}

@media (max-width: 767px) {

	html,
	body {
		overflow-x: hidden;
	}

	#followerContainer,
	#followingContainer {
		padding-top: 30px;
	}

	#topPanel {
		height: unset !important;
		text-align: center;
		margin-bottom: 0;
		min-height: unset;
		padding-top: 50px;
	}

	#topPanel:not(.edit) #editForm {
		position: relative;

	}

	#topPanel #meta>* {
		/* margin-bottom: 15px; */
	}

	#topPanel.edit {
		text-align: left;
	}

	#topPanel .byThumbnail {
		max-width: 180px;
		flex: none;
		margin-right: auto;
		margin-left: auto;
	}

	#topPanel.edit .by .byWebsite,
	#topPanel.edit .by .byLocation {
		display: block;
		width: 100%;
		flex: none;
	}

	#topPanel.edit .by .byLocation {
		margin-bottom: 30px;
	}

	#topPanel .by .byWebsite {
		/* display: block; */
		/* width: 100%; */
		/* max-width: unset; */
	}

	#topPanel .by {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}

	#topPanel.hasTopSketch #topSketchMeta {
		display: inline-block;
		float: none;
		padding-right: 10px;
		margin-right: 0;
	}

	#topPanel .title,
	#topPanel .bio {
		display: table;
	}

	#topPanel .slant {
		/* display: inline-block; */
		/* position: static; */
		width: auto;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	#topPanel .tabs::-webkit-scrollbar {
		display: none;
	}

	#topPanel .tabs {
		padding: 0 15px;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 5vh;
		overflow-x: auto;
		overflow-y: hidden;
		overflow: -moz-scrollbars-none;
		-ms-overflow-style: none;
	}

	#topPanel .nav-tabs {
		/* display: inline-block; */
		/* white-space: nowrap; */
		/* bottom: 0; */
		padding: 0;
		/* width: auto; */
	}

	#topPanel .tabs li {
		display: inline-block;
		margin-right: 20px;
		/* font-size: 0.85em; */
		float: none;
	}

	#topPanel #listToggle {
		display: none !important;
	}

	#topPanel .by>* {
		flex: 1 100%;
	}

	#topPanel .extraLinks {

		/* margin-left: -15px; */
		margin-top: 40px;
	}

	#topPanel .extraLinks a {
		display: inline;
		text-align: center;
	}

	.createSketchButton {
		display: none;
	}

	#topPanel .followButton {}

	#topPanel .followButton.following {
		/* color: #f5f5f5; */
		width: auto;
		background-color: transparent;
	}

	#topPanel .followButton {
		width: 140px;
		min-width: unset;
	}

	#topPanel #byMeta {
		width: 100%;
		flex: none;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 60px;
	}

	#topPanel .by .byLocation {
		/* margin-right: 0; */
	}

	.sketchList.listView {
		padding-left: 0;
	}

	ul.sketchList>li.gram {
		padding: 0;
	}

	#content {
		padding-top: 15px;
	}

	#activityFeedContainer {
		margin-left: unset;
	}

	#classesMeta {
		border-bottom: 1px solid var(--black);
		margin-bottom: 30px;
	}

	#classesStats {
		display: flex;
		justify-content: space-between;
	}


}