html, body {
	background-color: #FFFFFF;
	min-height: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	/*overscroll-behavior: none;*/
	touch-action: pan-y;
}

div {
	-webkit-tap-highlight-color: transparent;
}

button {
	-webkit-tap-highlight-color: transparent;
}

input {
	-webkit-tap-highlight-color: transparent;
}

input:disabled {
	background-color: transparent;
	opacity: 1.0;
}

textarea:disabled {
	background-color: transparent;
	opacity: 1.0;
}

select {
	-webkit-appearance: none;
}

img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

div#body_central {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	min-height: calc(100vh - 60px);
	float: left;
	margin-left: 0vw;
}

button.body_central_action {
	z-index: 10;
	display: inline-block;
	position: fixed;
	bottom: 10px;
	left: 10px;
	background-image: none;
	background-color: transparent;
	background-size: 200% 100%;
	color: #FFFFFF;
	width: 80px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 5px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
	overflow: hidden;
}





div#body_background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: calc(100vh - 0px);
	opacity: 1.0;
}

img#body_background_image {
	display: block;
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
}

div.body_background_overlay {
	z-index: 1000;
	position: fixed;
	background-color: #000000;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
}

div.container {
	width: 100%;
	min-width: 360px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 0px;
}

div#banner {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

button.banner_text {
	display: block;
	background-color: transparent;
	color: #999999;
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-align: center;
}

div.section {
	width: 100%;
	min-width: 340px;
	margin: 0 auto;
}

div.section_central {
	display: inline-block;
	width: 100%;
	min-width: 340px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.subsection {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

button.subsection_central_text {
	display: block;
	background-color: transparent;
	color: #333333;
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 45px;
	padding: 0px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 28px;
	text-align: center;
}

div.scroll_horizontal {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	text-align: left;
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	white-space: nowrap;
}

div.scroll_horizontal::-webkit-scrollbar {
	display: none;
}

div.dot_separator {
	display: inline-block;
	background-color: #111111;
	width: 2px;
	height: 2px;
	margin: 0px 0px 2px 0px;
	border-radius: 10px;
}

div.notification_background {
	position: absolute;
	left: 50%;
	background: #111111;
	width: 20px;
	height: 20px;
	border: 5px solid #FFFFFF;
	border-radius: 20px;
	transform: translate(-50%, 0px);
	pointer-events: none;
}





div#container_navigation {
	z-index: 100;
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
}

div#navigation_section {
	background-color: transparent;
	width: 100%;
	max-width: 100%;
	height: auto;
	font-family: Helvetica;
	font-weight: 100;
}

div#navigation_scroll {
	background-color: transparent;
	height: 25px;
	padding: 20px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	overflow: visible;
}

button.navigation_icon {
	z-index: 2;
	position: absolute;
	background-color: transparent;
	width: auto;
	height: 25px;
	padding: 0px;
	border: 0px;
	border-radius: 20px;
}

button#navigation_account_icon {
	top: 20px;
	left: 25px;
}

img.navigation_icon_image {
	width: auto;
	height: 100%;
	float: left;
	padding: 0px;
	border-radius: 13px;
}

button#navigation_title {
	display: block;
	background-color: transparent;
	color: #111111;
	width: auto;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 15px;
	letter-spacing: 0.5px;
}

div#navigation_buttons {
	display: block;
	width: auto;
	height: 100%;
	margin: 0px 15px 0px 15px;
}

div.navigation_button_container {
	position: relative;
	opacity: 1.0;
	width: auto;
	height: 100%;
	padding: 0px 18px 0px 18px;
}

button.navigation_button {
	display: block;
	background-color: transparent;
	color: #999999;
	width: auto;
	height: 25px;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
}

button.navigation_button:hover {
	color: #555555;
}

button.navigation_button:active {
	color: #111111;
}





div#my_subsection {
	width: calc(100% - 0px);
	max-width: 650px;
	margin: 0px 0px 0px 0px;
}

div#template_subsection {
	width: calc(100% - 0px);
	max-width: 650px;
	margin: 0px 0px 0px 0px;
}

div#relationship_subsection {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 10px 0px;
}





div#container_main {
	display: block;
	height: auto;
	min-height: calc(100vh - 110px);
	margin: 0 auto;
	padding: 0px;
	border: 0px;
}

div#main_section {
	color: #000000;
	width: 100%;
	max-width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Helvetica;
	font-weight: 100;
}

div.main_section_list {
	z-index: 2;
	display: inline-block;
	background-color: transparent;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	border-radius: 0px;
	vertical-align: top;
}





footer#footer {
	position: relative;
	background-color: transparent;
	bottom: 0px;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 20px 0px;
	border: 0px;
}

div.footer_content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-size: 0px;
	text-align: center;
}

button#footer_website {
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 5px;
}

button#footer_company {
	display: block;
	width: 100%;
	margin: 0px;
	pointer-events: none;
}

button#footer_terms {
	text-align: right;
}

button#footer_privacy {
	text-align: left;
}

button.footer_detail {
	display: inline-block;
	background-color: transparent;
	color: #999999;
	width: 40px;
	height: 30px;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	border: 0px;
	font-size: 9px;
	font-family: Helvetica;
    font-weight: 100;
	letter-spacing: 0px;
}

button.footer_detail:hover {
	color: #555555;
}

button.footer_detail:active {
	color: #111111;
}





div#home_section {
	position: relative;
	height: 100%;
}

div#template_section {
	position: relative;
	height: 100%;
	max-width: 600px;
}





div.schedule_calendar {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0px 0px 0px 0px;
}

div.schedule_calendar_time_labels {
	background-color: transparent;
	width: 60px;
	height: auto;
	float: left;
	padding: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

div.schedule_calendar_time_label {
	color: #111111;
	width: 100%;
	height: 16px;
	padding: 0px 0px 0px 3px;
	font-size: 10px;
	text-align: left;
}

div.schedule_calendar_banner {
	position: relative;
	background-color: transparent;
	width: 100%;
	height: auto;
	float: right;
	margin: 15px 0px 10px 0px;
	padding: 0px;
}

button.schedule_calendar_banner_button {
	background-color: #FFFFFF;
	color: #111111;
	width: auto;
	height: 30px;
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px 15px 0px 15px;
	border: 0px;
	border-radius: 15px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 10px;
	letter-spacing: 0.5px;
	box-shadow: 2px 2px 5px #00000015;
}

div.schedule_calendar_day_columns {
	background-color: transparent;
	width: calc(100% - 60px);
	height: auto;
	float: right;
}

div.schedule_calendar_day_column {
	background-color: transparent;
	position: relative;
	width: 14.28%;
	height: 100%;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

div.schedule_calendar_day_column_header {
	color: #999999;
	width: 100%;
	height: 15px;
	margin: 0px 0px 3px 0px;
	font-size: 10px;
	text-align: left;
	overflow: hidden;
	word-break: break-all;
}

div.schedule_calendar_day_column_subheader {
	color: #111111;
	width: 100%;
	height: 15px;
	margin: 0px 0px 20px 0px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-align: left;
	overflow: hidden;
	word-break: break-all;
}

div.schedule_calendar_day_column_time_blocks {
	position: relative;
	width: 100%;
	height: calc(100% - 30px);
	/*overflow-y: clip;*/
}

div.schedule_calendar_day_column_time_block {
	width: 100%;
	height: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.schedule_availability_block_mine {
	position: absolute;
	z-index: 3;
	background-color: transparent;
	width: 100%;
	top: 0px;
	left: 0px;
	border-top: 1px solid transparent;
	transform: translate(0px, 0px);
	touch-action: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.schedule_availability_block_stretch_up { 
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
	height: 12px;
	margin: -6px 0px 0px 0px;
	box-sizing: border-box;
}

div.schedule_availability_block_shift {
	position: absolute;
	top: -500px;
	left: 0px;
	background-color: transparent;
	width: 100%;
	height: 1000px;
	margin: 0px;
	cursor: pointer;
}

div.schedule_availability_block_shift_decoration {
	position: absolute;
	top: calc(500px - 1px);
	left: 0px;
	background: transparent;
	width: 100%;
	height: 10px;
	border-top: 1px solid #111111;
}

div.schedule_availability_block_stretch_down {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
	height: 12px;
	margin: 0px 0px -6px 0px;
	box-sizing: border-box;
}

div.schedule_availability_block_options {
	background-color: #FFFFFF;
	color: #555555;
	position: absolute;
	z-index: 4;
	top: -5px;
	width: auto;
	height: auto;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 4px 4px 6px -3px #AAAAAA;
	font-size: 10px;
}

input.schedule_availability_block_options_delete {
	width: 20px;
	height: 30px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

div.schedule_availability_block_options_times {
	width: auto;
	height: 30px;
	float: right;
}

button.schedule_availability_block_options_times_start {
	display: block;
	background-color: #FFFFFF;
	color: #111111;
	width: 50px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 10px;
	font-family: Helvetica;
	font-weight: 100;
	text-align: right;
	letter-spacing: 0.5px;
}

button.schedule_availability_block_options_times_end {
	display: block;
	background-color: #FFFFFF;
	color: #111111;
	width: 50px;
	height: 50%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 10px;
	font-family: Helvetica;
	font-weight: 100;
	text-align: right;
	letter-spacing: 0.5px;
}





div#friends_section {
	width: 100%;
	height: auto;
}





div.story_content {
	display: block;
	position: relative;
	z-index: 1;
	width: calc(100% - 20px);
	max-width: 550px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 0px;
	text-align: center;
}





div.prologue {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px auto;
	text-align: center;
}

div.prologue_contents {
	background-color: transparent;
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	font-size: 0px;
}





div.chapter {
	display: inline-block;
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	border-radius: 0px;
	box-shadow: 2px 2px 5px #00000015;
	font-size: 14px;
}

div.chapter_subheader {
	display: inline-block;
	background-color: transparent;
	width: calc(100% - 60px);
	height: auto;
	margin: 10px 0px 30px 0px;
}

button.chapter_subheader_text {
	background-color: transparent;
	color: #999999;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 20px;
	font-family: Helvetica;
    font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-align: left;
}

button.chapter_subheader_action {
	background-color: #111111;
	color: #FFFFFF;
	opacity: 1.0;
	display: inline-block;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 20px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 15px;
	letter-spacing: 0px;
}

button.chapter_subheader_action:hover {
	opacity: 0.9;
}

button.chapter_subheader_action:active {
	opacity: 0.8;
}

div.chapter_contents {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	float: right;
	margin: 25px 0px 25px 0px;
	font-size: 0px;
}

div#chapter_photos_scroll {
	background-color: transparent;
	padding: 0px;
	border: 0px;
}

div.chapter_photos {
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
}

img.chapter_photo_image {
	width: auto;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-radius: 0px;
}

div.chapter_photo_image_mask_round {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
	width: 100%;
	height: 100%;
	outline: 100px solid #FFFFFF;
	border-radius: 50%;
	pointer-events: none;
}

div.chapter_photo_image_mask_corners {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
	width: 100%;
	height: 100%;
	outline: 100px solid #FFFFFF;
	border-radius: 5px;
	pointer-events: none;
}

button.chapter_photo_uploader {
	background-color: transparent;
	color: #555555;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 14px;
}

button.chapter_detail {
	background-color: transparent;
	color: #111111;
	width: 100%;
	min-width: 1px;
	height: 20px;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	font-family: Helvetica;
    font-weight: 100;
	font-size: 16px;
	letter-spacing: 0.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

button.chapter_alt_text {
	display: block;
	background: transparent;
	color: #999999;
	width: auto;
	max-width: 100%;
	height: auto;
	min-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 18px;
}

input.chapter_input {
	background-color: transparent;
	color: #111111;
	width: 100%;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: none;
	border: 0px;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 0px;
	font-family: Helvetica;
    font-weight: 100;
	font-size: 16px;
	letter-spacing: 0.5px;
	text-align: left;	
}

input.chapter_input::placeholder {
	color: #CCCCCC;
}

input.chapter_input_dark::placeholder {
	color: #555555;
}

div.chapter_input_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
}

button.chapter_input_image_frame {
	background-color: transparent;
	width: 45px;
	height: 30px;
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img.chapter_input_image {
	background-color: transparent;
	width: 25px;
	height: 25px;
	float: right;
	margin: 2px 0px 0px -30px;
	padding: 0px 0px 0px 0px;
}

img.chapter_icon_image {
	z-index: 8;
	position: relative;
	background-color: transparent;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	border-radius: 25px;
}

div.chapter_central_buttons {
	z-index: 8;
	position: relative;
	display: inline-block;
	background-color: transparent;
	color: #555555;
	width: calc(100% - 30px);
	height: auto;
	margin: 0 auto;
	border-radius: 20px;
}

button.chapter_central_button {
	display: inline-block;
	background-color: #F0F0F0;
	color: #111111;
	width: auto;
	height: 100%;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	border: 0px;
	border-radius: 20px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.5px;
}

button.chapter_central_button:hover {
	background-color: #DDDDDD;
}

button.chapter_central_button:active {
	background-color: #CCCCCC;
}

div.chapter_central_icons {
	display: inline-block;
	height: auto;
	border-radius: 20px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

button.chapter_central_icon {
	display: inline-block;
	background-color: transparent;
	opacity: 1.0;
	width: 30px;
	height: 100%;
	margin: 0px 15px 0px 15px;
	padding: 5px;
	border: 0px;
	border-radius: 20px;
}

div.chapter_central_actions {
	display: block;
	background-color: transparent;
	width: fit-content;
	height: 20px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 5px;
	border: 0px;
	border-radius: 20px;
	box-shadow: 2px 2px 5px #00000015;
}

button.chapter_central_action {
	display: inline-block;
	background-color: transparent;
	color: #999999;
	width: auto;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 13px;
	letter-spacing: 0.5px;
}

div.chapter_central_action_separator {
	display: inline-block;
	width: 1px;
	height: 100%;
	float: left;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}

button.chapter_button {
	position: relative;
	background-color: transparent;
	opacity: 1.0;
	color: #999999;
	width: auto;
	height: 20px;
	float: left;
	margin: 0px 7px 0px 7px;
	padding: 0px;
	border: 0px;
	border-radius: 20px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
}

button.chapter_button:hover {
	opacity: 0.8;
}

button.chapter_button:active {
	opacity: 0.6;
}

img.chapter_button_image {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin: 0px;
	padding: 0px;
}

div.chapter_selector {
	z-index: 10;
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	bottom: calc(100% + 10px);
	right: -10px;
	color: transparent;
	width: auto;
	height: auto;
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #00000015;
	overflow: hidden;
}

button.chapter_selector_option {
	display: block;
	background-color: #FFFFFF;
	color: #111111;
	min-width: 120px;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	border: 0px;
	border-bottom: 1px solid #F0F0F0;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;
	white-space: nowrap;
}

button.chapter_error_message {
    background-color: #FFFFFF;
    color: #F44336;
    display: inline-block;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    padding: 0px;
    border: 0px;
    font-family: Helvetica;
    font-weight: 100;
    font-size: 14px;
	text-align: left;
}





div.center_modules {
	z-index: 10;
	display: inline-block;
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px 0px 40px 0px;
	padding: 0px;
	font-size: 0px;
}

div.center_modules_overlay {
	z-index: 12;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	border-radius: 40px;
}

button.center_modules_button {
	background-color: transparent;
	color: #111111;
	width: auto;
	height: 30px;
	margin: 0px 10px 0px 10px;
	padding: 0px 20px 0px 20px;
	border: 0px;
	border-radius: 20px;
	box-shadow: 2px 2px 5px #00000015;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
}

button.center_modules_button:hover {
	color: #555555;
}

button.center_modules_button:active {
	color: #777777;
}





div.title_module {
	display: inline-block;
	width: auto;
	max-width: calc(100% - 140px);
	height: 40px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 15px;
}

button.title_module_text {
	background-color: transparent;
	color: #111111;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

button.title_header {
	background-color: transparent;
	color: #999999;
	width: 100%;
	height: auto;
	min-height: 30px;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 17px;
	letter-spacing: 0.5px;
	line-height: 30px;
}

button.title_subheader {
	background-color: transparent;
	color: #BBBBBB;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
}





div.guide_modules {
	z-index: 10;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0px auto;
}

div.guide_module {
	position: relative;
	display: inline-block;
	background-color: transparent;
	width: fit-content;
	height: auto;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

button.guide_module_icon_button {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	opacity: 1.0;
	width: 35px;
	height: 35px;
	margin: 0px auto;
	padding: 5px;
	border: 0px;
	border-radius: 20px;
	pointer-events: none;
}

img.guide_module_image {
	z-index: 8;
	position: relative;
	background-color: transparent;
	width: 100%;
	height: 100%;
	float: right;
	padding: 0px 0px 0px 0px;
	border-radius: 50%;
	pointer-events: none;
}

button.guide_module_text_button {
	position: relative;
	background-color: transparent;
	color: #111111;
	opacity: 1.0;
	width: 100%;
	min-height: 30px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 30px;
}

div.guide_module_extended {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}





div.header_modules {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-top: 0px;
}

div.header_module {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 0px
}





button.module_icon {
	background-color: inherit;
	color: #999999;
	opacity: 1.0;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0px 7px 0px 7px;
	padding: 0px;
	border: 0px;
	border-radius: 25px;
	font-family: Helvetica;
	font-weight: 100;
	letter-spacing: 0.5px;
	font-size: 0px;
	filter: brightness(1.0);
}

img.module_icon_image {
	z-index: 8;
	position: relative;
	background-color: transparent;
	width: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
	pointer-events: none;
}





div.label_modules {
	display: inline-block;
	float: left;
	width: calc(100% - 60px);
	height: auto;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	font-size: 0px
}

div.label_module {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 30px 0px;
}

img.label_module_image {
	z-index: 8;
	position: relative;
	background-color: transparent;
	width: 70px;
	height: 70px;
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 35px;
}

div.label_module_buttons {
	display: inline-block;
	height: auto;
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border-radius: 20px;
	box-shadow: 2px 2px 5px #00000015;
}

button.label_module_button {
	background-color: #FFFFFF;
	color: #999999;
	width: auto;
	height: 20px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	border: 0px;
	border-radius: 20px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
}

div.label_module_icons {
	display: inline-block;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 20px;
}

div.label_module_icons_vertical {
	position: absolute;
	top: -5px;
	right: -10px;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}





div.widget_modules {
	display: inline-block;
	position: relative;
	float: left;
	width: calc(100% - 60px);
	height: auto;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

div.widget_module {
	display: inline-block;
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 0px;
}

div.widget_module_header {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.widget_module_controller {
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

button.widget_module_controller_text {
	display: inline-block;
	background-color: transparent;
	color: #999999;
	width: auto;
	height: 20px;
	float: left;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 12px;
}

div.widget_module_controller_buttons {
	position: absolute;
	top: -10px;
	right: 0px;
	background-color: transparent;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 5px 40px 5px 5px;
	border-radius: 20px;
	box-shadow: 2px 2px 5px #00000015;
}

button.widget_module_controller_button {
	background-color: #FFFFFF;
	color: #111111;
	width: auto;
	height: 20px;
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	border: 0px;
	border-radius: 20px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
}

button.widget_module_icon {
	z-index: 1;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #FFFFFF;
	opacity: 1.0;
	width: 30px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: 0px;
	border-radius: 20px;
	font-size: 0px;
	box-shadow: 2px 2px 5px #00000015;
}

img.widget_module_icon_image {
	z-index: 8;
	position: relative;
	background-color: transparent;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 20px;
}

button.widget_module_button {
	background-image: linear-gradient(90deg, #111111, #111111);
	background-clip: text;
	color: transparent;
	width: auto;
	max-width: calc(100% - 50px);
	height: 30px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 16px;
	letter-spacing: 0.5px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (hover: hover) {
	button.widget_module_button:hover {
		opacity: 0.7;
	}
}

button.widget_module_button:active {
	opacity: 0.5;
}

img.widget_module_image {
	z-index: 8;
	background-color: transparent;
	width: 25px;
	height: 15px;
	float: left;
	margin: 5px 0px 0px -5px;
	padding: 0px 0px 0px 0px;
	object-fit: cover;
}

img.widget_module_image:hover {
	opacity: 0.6;
}





div.module_extended {
	width: 100%;
	max-width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

button.module_extended_header {
	position: relative;
	background-color: transparent;
	color: #111111;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	border: 0px;
	border-bottom: 1px solid #EEEEEE;
	font-family: Helvetica;
	font-style: italic;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-align: left;
}

div.module_extended_item {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 0px;
}

div.module_extended_details {
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: calc(100% - 30px);
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

button.module_extended_detail {
	display: block;
	background-color: transparent;
	color: #111111;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 20px;
	white-space: normal;
	word-wrap: break-word;
}

button.module_extended_detail_secondary {
	display: block;
	background-color: transparent;
	color: #999999;
	width: auto;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 20px;
	white-space: normal;
	word-wrap: break-word;
}

div.module_extended_input_frame {
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 0px;
}

textarea.module_extended_input {
	background-color: transparent;
	color: #111111;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	outline: none;
	border: 0px;
	border-radius: 0px;
	text-align: left;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 12px;
	line-height: 25px;
	resize: none;
}

textarea.module_extended_input::placeholder {
	color: #999999;
}

textarea.module_extended_input_less_dark::placeholder {
	color: #999999;
}

button.module_extended_primary_image_frame {
	z-index: 8;
	position: absolute;
	left: -15px;
	background: transparent;
	color: #FFFFFF;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 25px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	transform: translate(0, 50%);
	pointer-events: none;
}

button.module_extended_image_frame {
	z-index: 8;
	position: absolute;
	background: transparent;
	color: #FFFFFF;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 25px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	transform: translate(0, 50%);
	pointer-events: none;
}

div.module_extended_actions {
	z-index: 5;
	display: block;
	position: relative;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-radius: 20px;
	box-shadow: 2px 2px 5px #00000015;
}





div.decision_module {
	display: inline-block;
	background-color: transparent;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

div.decision_module_overlay {
	position: absolute;
	z-index: 11;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: calc(100% - 60px);
	height: calc(100% - 30px);
	padding: 30px 30px 0px 30px;
	border-radius: 20px;
}

div.decision_module_frame {
	background-color: transparent;
	width: 100%;
	height: auto;
}

div.decision_module_question {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border: 0px;
}

button.decision_module_text {
	display: inline-block;
	background-color: transparent;
	opacity: 1.0;
	color: #111111;
	float: left;
	width: 100%;
	min-height: 25px;
	height: auto;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border: 0px;
	text-align: left;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 17px;
}





button.generative_module_button {
	display: block;
	float: right;
	background-color: #FFFFFF;
	opacity: 1.0;
	color: #555555;
	width: auto;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	border: 0px;
	border-radius: 15px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
	box-shadow: 2px 2px 5px #00000015;
}

button.generative_module_button:hover {
	background-color: #EEEEEE;
}

button.generative_module_button:active {
	background-color: #CCCCCC;
}

div.generative_module_picker {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0px 0px -15px 0px;
}

div.generative_module_picker_row {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
}





button.goals_module_button {
	display: inline-block;
	background-color: #FFFFFF;
	opacity: 1.0;
	color: #555555;
	width: auto;
	height: 30px;
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px 15px 0px 15px;
	border: 0px;
	border-radius: 15px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
	box-shadow: 2px 2px 5px #00000015;
}

button.goals_module_button:hover {
	background-color: #EEEEEE;
}

button.goals_module_button:active {
	background-color: #CCCCCC;
}





img.list_module_image {
	background-color: transparent;
	width: 25px;
	height: 25px;
	float: left;
	margin: 0 auto;
	margin: 0px 0px 0px -48px;
	padding: 0px;
}

div.list_module_suboption {
	display: inline-block;
	width: auto;
	height: auto;
	float: left;
	margin: 15px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

button.list_module_suboption_button {
	display: inline-block;
	background-color: #FFFFFF;
	color: #999999;
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 5px 15px 5px 15px;
	border: 0px;
	border-radius: 20px;
	box-shadow: 2px 2px 5px #00000015;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 17px;
}

button.list_module_suboption_button:hover {
	filter: brightness(0.9);
}

button.list_module_suboption_button:active {
	filter: brightness(0.7);
}





div.photo_module_background {
	display: inline-block;
	background-image: linear-gradient(90deg, #FFFFFF00, #FFFFFF00);
	width: auto;
	max-width: 100%;
	height: 100%;
	position: relative;
	margin: 0px;
	border: 0px;
	border-radius: 0px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

div.photo_module_zoom_background {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	text-align: center;
	transform: translate(-50%, -50%);
}

img.photo_module_zoom_image {
	width: 100%;
	height: 100%;
}

svg.photo_module_svg {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: calc(100% + 2px);
}

button.photo_module_message {
	display: block;
	background-color: transparent;
	color: #999999;
	width: 100%;
	max-width: 230px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 24px;
	white-space: normal;
}

div.photo_module_buttons {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	background-color: #11111188;
	width: 100%;
	height: auto;
	padding-bottom: 0px;
	border-radius: 0px 0px 5px 5px;
}

button.photo_module_button {
	background-color: transparent;
	opacity: 1.0;
	width: 35px;
	height: 35px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	border: 0px;
	border-radius: 15px;
}

button.photo_module_button:hover {
	opacity: 0.8;
}

button.photo_module_button:active {
	opacity: 0.6;
}

img.photo_module_button_image {
	background-color: transparent;
	position: relative;
	width: 20px;
	height: 20px;
	padding: 0px;
	border-radius: 10px;
}

button.photo_module_arc_icon {
	z-index: 3;
	position: absolute;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 8px;
	opacity: 1.0;
}

img.photo_module_arc_icon_image {
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 0px;
	height: 0px;
	border-radius: 50%;
}

img.photo_module_arc_central_image {
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	outline: 0px solid #FFFFFF30;
}

button.photo_module_arc_slider {
	z-index: 3;
	position: absolute;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 50%;
}





div.selector_module_item {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	box-shadow: 2px 2px 5px #00000015;
}

button.selector_module_icon {
	background-color: transparent;
	width: 30px;
	height: 50px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	border: 0px;
}

button.selector_module_detail {
	position: relative;
	background-color: transparent;
	color: #999999;
	width: calc(100% - 40px);
	height: auto;
	min-height: 30px;
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 25px;
	border: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-align: left;
	white-space: wrap;
}

button.selector_module_detail:hover {
	color: #555555;
}

button.selector_module_detail:active {
	color: #111111;
}





div.streak_module {
	position: relative;
	width: 280px;
	height: 280px;
	margin: 0 auto;
	border: 2px solid #EEEEEE;
	border-radius: 50%;
}

div.streak_module_details {
	z-index: 10;
	position: absolute;
	top: 50%;
	width: 100%;
	height: auto;
	transform: translate(0px, -50%);
}

button.streak_module_text {
	background-color: transparent;
	color: #111111;
	left: 0px;
	width: 100%;
	height: auto;
	margin: 0px 0px 15px 0px;
	border: 0px;
	border-radius: 0px 10px 10px 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 15px;
	letter-spacing: 0.5px;
}

button.streak_module_subtext {
	background-color: transparent;
	color: #999999;
	width: 100%;
	height: auto;
	border: 0px;
	left: 5%;
	bottom: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.streak_module_tasks {
	width: 260px;
	height: auto;
	margin: 0 auto;
}

div.streak_module_task {
	display: inline-block;
	width: fit-content;
	height: 35px;
	margin: 10px 5px 0px 5px;
	padding: 0px;
}

button.streak_module_task_text {
	background-color: #FFFFFF;
	color: #555555;
	width: auto;
	height: 100%;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	border: 0px;
	border-radius: 20px;
	box-shadow: 2px 2px 5px #00000015;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 10px;
	text-align: left;
	letter-spacing: 0.5px;
}

svg.streak_module_svg {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}





div.rating_modules {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0px;
}

div.rating_module {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
	margin: 0px;
}

div.rating_module_stars {
	display: block;
	width: auto;
	height: 25px;
	margin: 0px;
}

button.rating_module_star {
	background-color: transparent;
	width: 22px;
	height: 22px;
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

img.rating_module_star_image {
	position: relative;
	width: 100%;
	height: 100%;
	float: right;
	margin: 0px;
	padding: 0px 3px 0px 0px;
}





div.toggle_module {
	z-index: 5;
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

div.toggle_module_description {
	width: calc(100% - 60px);
	height: auto;
	float: left;
}

div.toggle_module_description_text {
	color: #111111;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 8px 0px;
	text-align: left;
}

div.toggle_module_description_value {
	color: #999999;
	width: 100%;
	height: 20px;
	float: left;
	text-align: left;
	line-height: 20px;
}

label.toggle_module_toggle {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: inline-block;
	width: 45px;
	height: 20px;
}

input.toggle_module_toggle_switch {
	opacity: 0;
	width: 0;
	height: 0;
}

span.toggle_module_toggle_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #EEEEEE;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 20px;
}

span.toggle_module_toggle_slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	background-color: #FFFFFF;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

input.toggle_module_toggle_switch:checked + span.toggle_module_toggle_slider {
	background-color: #CCCCCC;
}

input.toggle_module_toggle_switch:checked + span.toggle_module_toggle_slider:before { 
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px);
}





div.datum_module_data {
	display: none;
	width: auto;
	height: auto;
}

