/* START Micro ClearFix */
.cf:before, .cf:after { content: ""; display: table } /* For modern browsers */
.cf:after { clear: both }
.cf { zoom: 1 } /* For IE 6/7 (trigger hasLayout) */
/* END Micro ClearFix */

HTML {
	height: 100%;
}
.nobg { background: none; }
BODY {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #314861;
	font-family: "Poppins", sans-serif;
	line-height: 20px;
	background-image: url(/static/images/bg3.webp);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	background-attachment: fixed;
}
BODY.loaded {
	background-image: url(/static/images/bg3.webp);
}

A:not(.button):not(.sclbtn45465422) {
	font-family: "Noto Sans Display", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #7AA93C;
	text-decoration: none;
}
A:not(.button):not(.sclbtn45465422):hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	/*text-decoration-line: overline;*/
}
A:not(.button):not(.sclbtn45465422):visited {
	color: #7AA93C;
}


EM { font-style: italic }
STRONG { font-weight: bold }
SMALL { font-size: 0.688px }

H1 { font-size: 1.875em; border-bottom: 0px dotted #555 }
H2 { font-size: 1.250em; }

.mt10 { margin-top: 10px }
.mt20 { margin-top: 20px }
.mt30 { margin-top: 30px }
.mb10 { margin-bottom: 10px }
.mb20 { margin-bottom: 20px }
.mb30 { margin-bottom: 30px }
.pt10 { padding-top: 10px }

INPUT[type=checkbox] { position: relative; top: 1px }

INPUT[type=text], INPUT[type=password], INPUT[type=number], TEXTAREA, SELECT:not(.flatpickr-monthDropdown-months) {
	box-sizing: border-box;
	border-radius: 3px;
	border-width: 1px;
	box-shadow: inset 0px 1px 2px #DDD;
	height: 44px;
	outline: none;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #666;
	border-top: 1px solid #DDD;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px transparent;
	padding-left: 10px;
	padding-right: 3px;
	resize: none;
	margin: 0;
}

SELECT:not(:disabled):not(.flatpickr-monthDropdown-months) {
	background-color: white;
}

INPUT[type="radio"] {
	/* remove standard background appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* create custom radiobutton appearance */
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 2px;
	/* background-color only for content */
	background-clip: content-box;
	border: 1px solid black;
	background-color: transparent;
	border-radius: 50%;
}
INPUT[type="radio"]:active, LABEL:active INPUT[type="radio"] {
	background-color: #CCC !important;
	/*background-color: black;*/
}
/* appearance for checked radiobutton */
INPUT[type="radio"]:checked {
	background-color: #7AA93C;
	/*background-color: black;*/
}

INPUT[type="checkbox"] {
	/* remove standard background appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* create custom radiobutton appearance */
	display: inline-block;
	width: 14px;
	height: 14px;
	padding: 2px;
	/* background-color only for content */
	background-clip: content-box;
	border: 1px solid black;
	background-color: transparent;
	border-radius: 1px;
	margin: 3px 3px 0px 5px;
}
INPUT[type="checkbox"]:active, LABEL:active INPUT[type="checkbox"] {
	background-color: #CCC !important;
	/*background-color: black;*/
}
/* appearance for checked radiobutton */
INPUT[type="checkbox"]:checked {
	background-color: #7AA93C;
	/*background-color: black;*/
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #BBB;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #BBB;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #BBB;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #BBB;
}

.tr {
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
}

.nosel {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ellipsis {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.scale0 {
	transform: scale(0, 0);
	transition-timing-function: ease-in;
}

.wrap {
	word-wrap: break-word;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.left { float: left }
.right { float: right }

/*---------------------------------------------------------------------------------------*/

:root {
	--green: #7AA93C;
}



#logo {
	color: black;
	font-size: 60px;
	margin-top: 200px;
	font-weight: 600;
	text-shadow: 0px 0px 2px white;
	text-align: center;
	max-width: 740px;
	min-width: 360px;
	margin: 0 auto;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 5%;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 18px;
	padding: 12px;
	box-sizing: border-box;
}
#logo:not(.homepage) {
	display: none;
}
#logo .title {
	display: inline-block;
	width: 300px;
	margin-left: -40px;
}
#logo .title IMG {
	width: 100%;
}
#logo H2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 18px;
}
#logo H3 {
	font-weight: 500;
	font-size: 28px;
	line-height: 35px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.maincontent {
	position: relative;
	top: 100vh;
	height: 400px;
	background: url(/static/images/bg_scratches.png);
}

.button {
	background-color: black;
	text-transform: uppercase;
	color: white;
	display: inline;
	outline: none;
	border: none;
	border-radius: 3px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 0.75px;
	padding: 5px 12px;
	cursor: pointer;
	text-decoration: none;
}
.button I {
	vertical-align: top;
	font-size: 24px;
}
A.button {
	padding: 10px 7px 10px 12px;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 25px;
}
.button[disabled] {
	background-color: #AAA;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(8px);
	/*filter: blur(8px);*/
	z-index: 50;
}

/*
#login, #mainpanel {
	position: fixed;
	box-sizing: border-box;
	background-color: #F9F9F9;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	width: calc(100% - 20px);
	max-width: 460px;
	color: black;
	padding: 20px;
	border-radius: 3px;
	display: none;
	z-index: 2;
}
*/
#login, #mainpanel {
	position: relative;
	box-sizing: border-box;
	background-color: #F9F9F9;
	transform: translateX(-50%);
	left: 50%;
	width: calc(100% - 20px);
	max-width: 460px;
	color: black;
	padding: 20px;
	border-radius: 3px;
	z-index: 51;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainpanel {
	padding: 40px;
	overflow: hidden;
}
#login .close {
	font-size: 40px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
#login .close:hover {
	color: #A60000;
}
#login H2, #mainpanel H2 {
	text-transform: uppercase;
	margin-top: 5px;
	text-align: center;
	font-weight: 500;
}
#login .desc, #mainpanel .desc {
	color: #777;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}
#login .accounts {
	margin-top: 15px !important;
	margin: 0 auto;
}

#login .accounts > DIV {
	text-align: center;
	margin-top: 10px;
	width: 200px;
	float: left;
}

.sclbtn45465422 {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	display: block;
	text-align: left;
	text-decoration: none;
}
.sclbtn45465422:hover {
	text-decoration: none;
}

.sclbtn45465422.f {
	background-color: #1877F2;
	color: white;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
}
.sclbtn45465422.f .logo {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background: url('/static/images/fblogo.png') top left no-repeat;
	background-size: 100% 100%;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 10px;
}

.sclbtn45465422.g {
	background-color: white;
	color: #666;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
}
.sclbtn45465422.g:active {
	box-shadow: 0px 1px 2px rgba(66, 133, 244, 1);
}
.sclbtn45465422.g .logo {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background: url('/static/images/glogo.svg') top left no-repeat;
	background-size: 100% 100%;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 10px;
}

.sclbtn45465422.m {
	background-color: #000000;
	color: white;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
}
.sclbtn45465422.m .logo {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	background: url('/static/images/mslogo.png') top left no-repeat;
	background-size: 100% 100%;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 9px;
}

.sclbtn45465422.t {
	background-color: #009DF7;
	color: white;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
}
.sclbtn45465422.t .logo {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background: url('/static/images/twlogo.svg') top left no-repeat;
	background-size: 100% 100%;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 10px;
}
.sclbtn45465422.a {
	background-color: #000000;
	color: white;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
}
.sclbtn45465422.a .logo {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	background: url('/static/images/aplogow.svg') top left no-repeat;
	background-size: 100% 100%;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 9px;
}

.page {
	background-color: #F9F9F9;
	border-radius: 4px;
	margin: 20px;
	padding: 40px;
}
.page UL {
	margin-bottom: 10px;
}
.page LI {
	margin-top: 0px;
}
.page LI > P {
	margin-bottom: 2px;
}
.page H1 {
	margin: 20px 0;
	line-height: 30px;
}
.page H2 {
	margin: 20px 0px 8px 0px;
}
.page H3 {
	font-weight: bold;
}
.page P {
	margin-bottom: 10px;
}
.page .logo {
	text-align: center;
}
.page .logo IMG {
	width: 200px;
}

#login .separator, #mainpanel .separator {
	height: 0px;
	border-bottom: 1px dotted #AAA;
	margin-top: 30px;
	margin-bottom: 30px;
}
#mainpanel .separator {
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom-color: #CCC;
}
#login .separator SPAN, #mainpanel .separator SPAN {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #888;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	top: -10px;
}

#login FORM, #mainpanel FORM {
	text-align: center;
}
#login INPUT {
	width: 90%;
}
#mainpanel INPUT:not([type="radio"]):not([type="checkbox"]), #mainpanel SELECT {
	width: 100%;
	margin: 0;
	margin-bottom: 12px;
}
#mainpanel INPUT[type="radio"] {
	position: relative;
	top: 2px;
}
#mainpanel INPUT[type="checkbox"] {
	position: relative;
	top: 2px;
}
#login INPUT[type=password] {
	margin-top: 20px;
}
#locallogin {
	text-align: center;
	width: 100%;
	position: relative;
}
#locallogin .submitline, #mainpanel .submitline {
	margin-top: 15px;
	width: 90%;
	display: inline-block;
}
#mainpanel .submitline {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 15px;
}
#mainpanel .submitline .button {
	display: inline;
}
.nogiftlists {
	text-align: center;
	padding-top: 25px !important;
}
.nogiftlists P {
	margin-top: 35px;
}
.nogiftlists P .button {
	padding-top: 9px;
	padding-bottom: 9px;
}
#locallogin .button {
	margin-left: 1px;
}
#locallogin .forgot {
}
#locallogin .newacc {
	position: absolute;
	right: 21px;
	bottom: 2px;
	font-size: 13px;
}
#locallogin A, #mainpanel A {
	font-size: 13px;
}
#locallogin .submitline .right {
	text-align: right;
	line-height: 19px;
	margin-top: -3px;
}
#mainpanel .content {
	margin-top: 20px;
}
.errorLabel {
	color: #BE0000;
	text-align: left;
	margin-bottom: 3px;
	position: relative;
	display: none;
}
#locallogin .errorLabel {
	width: 90%;
	margin-left: 20px;
	margin-bottom: 5px;
}
.errorLabel I {
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.errorLabel.success {
	color: #7AA93C;
}
.page .errorLabel {
	margin-top: 10px;
	margin-bottom: 7px;
}
#mainpanel .subtitle {
	font-size: 18px;
	text-align: left;
}
#mainpanel .confirm {
	display: none;
}
#mainpanel .confirm .desc {
	text-align: left;
}
#mainpanel .confirm .submitline {
	margin-top: 30px;
}
#mainpanel .general {
	display: block;
}
#mainpanel .general .desc {
	text-align: left;
}
#mainpanel .general .submitline {
	margin-top: 30px;
}

#menubar {
	background-color: #F9F9F9;
	width: 220px;
	position: fixed;
	top: 0;
	left: -221px;
	z-index: 101;
	height: 100%;
	transition: left 0.15s;
	border-right: 1px solid #CCC;
}
#menubar.visible {
	left: 0;
}
#menubar UL {
	height: calc(100% - 64px);
	overflow-y: auto;
}

#menubar LI {

}
#menubar LI:not(.text):hover {
	background-color: black;
}
#menubar LI.sep {
	padding: 0 20px;
}
#menubar LI.sep DIV {
	/*border-bottom: 1px dotted #AAA;*/
}
#menubar LI.text {
	padding: 10px 20px;
	color: black;
	font-size: 16px;
	font-weight: 500;
}
#menubar LI.text.name {
	position: relative;
	padding-right: 46px;
}
#menubar LI A {
	text-transform: uppercase;
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}
#menubar LI:not(.text):hover A {
	color: white;
}
#menubar LI.ll A {
	padding-left: 30px;
	text-transform: none;
	font-size: 13px;
	font-weight: 400;
}
#burger {
	position: fixed;
	top: 10px;
	left: 10px;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	background-color: #F9F9F9;
	height: 40px;
	width: 41px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
}
#burger I {
	color: black;
	font-size: 33px;
	position: absolute;
	top: 4px;
	left: 4px;
}
#burger2 {
	position: fixed;
	top: 10px;
	left: 10px;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	background-color: #7AA93C;
	height: 40px;
	width: 41px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
}
#burger2 I {
	color: white;
	font-size: 33px;
	position: absolute;
	top: 4px;
	left: 4px;
	text-shadow: 1px 1px 1px black;
}

.page INPUT, .page SELECT {
	width: 500px;
	margin-bottom: 10px;
}
.page .note {
	font-size: 12px;
	color: #777;
}
#localProfilePic .preview {
	background: url('/static/images/default_avatar.png') no-repeat top left;
	background-color: white;
	background-size: cover;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	border: 2px solid black;
	margin-right: 10px;
}
#localProfilePic .actions {
	padding-top: 17px;
}
#localProfilePic .actions .button {
	margin-left: -10px;
}


.button.small {
	transform: scale(0.8);
}

#localProfilePic .uploadProgress {
	margin-top: 4px;
	width: calc(100% - 10px);
}

#localProfilePic .uploadProgress .progressBar {
	height: 5px;
	background-color: black;
	width: 0%;
	border-radius: 3px;
}
#deleteAvatar {
	display: none;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	background: #7AA93C !important;
	border-color: #7AA93C !important;
}

.flatpickr-monthDropdown-months OPTION:hover {
	background-color: #7AA93C !important;
}
#listicons {
	text-align: center;
}
#listicons LI {
	width: 50px;
	height: 50px;
	margin: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	border-radius: 50%;
	border: 2px solid #EFEFEF;
	background-size: contain;
	cursor: pointer;
	display: inline-block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#listicons LI.selected {
	border-color: #7AA93C !important;
}
#listicons LI:last-child {
	margin-right: 0px;
}
#listicons LI:hover {
	border-color: #AAA;
}
#listicons .none {
	background-color: white;
}
#listicons .none I {
	display: table-cell;
	padding-top: 13px;
	padding-left: 13px;
	color: #F25C5D;
}
.tippy-content {
	font-size: 12px;
}

.listing {
	width: 100%;
	margin-top: 30px;
}
.listing TH {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.listing TD {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #555;
	vertical-align: top;
}
.listing TD:first-child {
	padding-right: 5px;
	vertical-align: middle;
}
.listing TD:first-child A {
	position: relative;
	display: inline-block;
}
.listing TD:first-child A:not(.listClosed) {
	font-size: 14px !important;
}
.listing A.listClosed {
	color: #AAA !important;
	font-size: 13px !important;
	font-weight: 300;
}
.listing .badge {
	position: absolute;
	top: 3px;
	left: -20px;
	background-color: #A60000;
	color: white;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	text-shadow: 1px 1px 1px black;
	display: none;
}
.listing .actions {
	text-align: right;
}
.listing .actions A {
	color: black;
	display: inline-block;
	height: 30px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.listing .actions A:hover {
	color: #7AA93C !important;
}
.listing .actions A:visited {
	color: black;
}
.listing .actions A:first-child {
	margin-right: 4px;
}
.listing .actions SPAN {
	vertical-align: bottom;
	position: relative;
	font-size: 30px;
}
.listing .title {
	font-size: 14px;
}
.listing .actions .edit.disabled {
	color: #CCC !important;
}


.listicon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #CCC;
	vertical-align: bottom;
	margin-left: 5px;
	position: relative;
	top: 2px;
}
.listicon-view {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #CCC;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.headline {
	display: flex;
	flex-direction: row;
	/*justify-content: center;*/
	/*align-content: center;*/
	align-items: center;
	margin-top: 20px;
}
.headline H1 {
	margin: 0;
}
.headline A I {
	vertical-align: top;
	position: relative;
	top: 4px;
	font-size: 22px;
}
.headline A {
	color: #314861 !important;
}
.headline A:hover {
	color: #7AA93C !important;
}

#slide-existing, #slide-new, #slide-edit {
	margin-top: 20px;
}
#urlcont {
	position: relative;
}
#urlcont .loader {
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	width: 32px;
	height: 32px;
}
#itemUrl[disabled] {
	color: #CCC;
}

#imagePreviews {
	margin-top: 10px;
}
.imagePreview, .imagePreviewEdit {
	display: inline-block;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70.7%;
	background-color: white;
	background-image: url('/static/images/default_item.png');
	border-radius: 50%;
	border: 1px solid #EFEFEF;
	margin-top: 10px;
	margin-right: 10px;
	filter: grayscale(100%);
	opacity: 0.5;
	cursor: pointer;
}
.imagePreview:last-child {
	margin-right: 0;
}
.imagePreview.active, .imagePreview:hover {
	filter: none;
	opacity: 1;
}
.imagePreview.active {
	border-color: darkgray;
}

#gifts {
	margin-top: 48px;
}
#gifts LI {
	list-style-type: decimal;
}

#slide-new, #slide-edit {
	display: none;
}

.itemcont {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.itemcont .store {
	margin-top: 8px;
	margin-bottom: 5px;
}
.itemcont .store IMG {
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.itemcont .title A {
	font-size: 17px;
}
.itemcont .leftside.completed .title A {
	text-decoration: line-through;
	color: #AAAAAA;
}
.itemcont .leftside.completed .price {
	color: #AAAAAA;
}
.itemcont .leftside.completed .store IMG {
	filter: grayscale(100%);
	opacity: 0.3;
}
.itemcont .price {
	font-size: 20px;
	margin-top: 8px;
	color: black;
}
.itemcont .leftside.completed .price {
	text-decoration: line-through;
}
.itemcont .price .currency {
	font-size: 16px;
}
.itemcont .pic {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70.7%;
	background-color: white;
	background-image: url('/static/images/default_item.png');
	border-radius: 50%;
	border: 1px solid #EFEFEF;
	margin-left: 35px;
}
.itemcont .addedby {
	font-size: 12px;
	color: #777;
	margin-top: 5px;
}
.itemcont .addedby A {
	font-size: 12px;
}

.progressBar {
	margin-top: 50px;
	border-radius: 2px;
	/*border: 1px solid #EFEFEF;*/
	background-color: white;
	position: relative;
	height: 15px;
	box-shadow: inset 0px 1px 2px #ddd;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	cursor: default;
}
.progressBar .text {
	text-align: center;
	position: absolute;
	top: -8px;
	left: 0%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	font-size: 11px;
	text-shadow: 1px 1px 0px black;
	font-weight: 500;
	color: white;
	background-color: #7AA93C;
	border-radius: 50%;
	padding-top: 5px;
	box-sizing: border-box;
	z-index: 2;
}
.progressBar .fill {
	width: 100%;
	height: 100%;
	background-color: #7AA93C;
	border-radius: 2px;
	position: relative;
}
.progressBar .mine {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #FAA756;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right: 1px solid #CCC;
	color: white;
	font-size: 11px;
	line-height: 14px;
	text-shadow: 1px 1px 0px black;
	overflow: hidden;
}
.progressBar .remaining {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.progressBar .note {
	position: absolute;
	top: -32px;
	color: black;
	background: url(/static/images/down-right-arrow.png) no-repeat bottom right;
	background-size: 15px;
	padding-right: 19px;
	padding-bottom: 4px;
	height: 20px;
	font-size: 13px;
}

.actionsLine {
	margin-top: 20px;
}
.actionsLine > * {
	float: left;
}
.actionsLine .icon, .actionsLine BUTTON {
	margin-right: 20px;
	margin-bottom: 10px;
}
.actionsLine .icon {
	margin-top: 6px;
}
.actionsLine BUTTON {

}
.actionsLine .itsminebox {
	margin-top: 6px;
	font-size: 13px;
	font-weight: 500;
}
.actionsLine A {
	font-size: 13px !important;
}
.actionsLine .icon I {
	position: relative;
	top: -2px;
	color: #555;
}
.actionsLine .icon:hover I {
	color: #7AA93C;
}
.actionsLine .chat I {
	top: 0;
}
.actionsLine .list {
	margin-right: 20px;
}

.chipInForm {
	display: none;
}
.saveChipIn {
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cancelChipIn, .deleteChipIn {
	padding: 5px;
}

.tippy-total-contributions {
	text-align: center;
}
.tippy-total-contributions SPAN {
	margin-top: 1px;
	display: inline-block;
}

.contributors {
	margin-top: 10px;
}
.contributors A {
	float: left;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 20px;
	text-decoration: none !important;
	margin-bottom: 10px;
}
.contributors .pic {
	background: url('/static/images/default_avatar.png') no-repeat top left;
	background-color: white;
	background-size: cover;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: 2px solid black;
	margin-right: 6px;
	display: inline-block;
}
.contributors A .text {
	display: flex;
	flex-direction: column;
	line-height: 17px;
}
.contributors .date {
	font-size: 12px;
	color: #555;
}
.contributors .amount {
	font-size: 12px;
	color: #000;
}
.itsmine {

}

#gifts LI.item:not(:last-child) {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.fillAmountLine {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}
.fillAmountLine A {
	padding: 3px 5px;
}
.amountHeader {
	font-size: 15px;
}
.contributors {
	display: none;
}
.contributorsHeader {
	font-size: 14px;
	display: none;
}
.expandContributions I {
	vertical-align: middle;
	color: #555;
}
.expandContributions:hover I {
	color: #7AA93C;
}
#nogifts {
	margin-top: 30px;
}

#chaticon {
	position: fixed;
	bottom: 10px;
	right: 10px;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	background-color: #7AA93C;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 3;
	z-index: 51;
	/*box-shadow: 0px 0px 2px #CB7B7B;*/
	/*border: 2px solid black;*/
}
#chaticon I {
	color: white;
	font-size: 24px;
	position: absolute;
	top: 9px;
	left: 8px;
	text-shadow: 1px 1px 1px black;
}
#chaticon .badge {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #A60000;
	color: white;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	text-shadow: 1px 1px 1px black;
	display: none;
}

#chat {
	box-sizing: border-box;
	width: 100%;
	height: 70%;
	background-color: #F9F9F9;
	position: fixed;
	bottom: -70%;
	left: 0;
	z-index: 60;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: bottom 0.15s;
}
#chat.visible {
	bottom: 0;
}
#chatMainPanel {
	width: 100%;
	height: calc(100% - 65px);
	display: flex;
	flex-direction: row;
}
#chatMessages {
	height: 100%;
	flex-grow: 1;
	padding: 30px 10px 20px 30px;
}

#chatMessage {
	position: relative;
	/*bottom: 0;*/
	/*left: 0;*/
	width: 100%;
	height: 65px;
}
#chatMessage INPUT {
	margin: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	padding-right: 65px;
}
#chatMessage .send {
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 100%;
	cursor: pointer;
}
#chatMessage .send I {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -10px;
	color: #000;
}
#chatMessage .send .loader {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 50%;
	margin-left: -16px;
	display: none;
	width: 32px;
	height: 32px;
}
#chatMessage .send:hover I {
	color: #7AA93C;
}

#chatItems {
	width: calc(100% - 65px);
	position: fixed;
	top: -50px;
	right: 0;
	transition: top 0.15s;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
#chatItems::-webkit-scrollbar {
	display: none;
}

#chatItems.visible {
	top: 10px;
}
#chatItems UL {
	height: 42px;
	width: max-content;
	margin: 0;
}

#chatItems LI {
	float: left;
	cursor: pointer;
}
#chatItems .pic {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70.7%;
	background-color: white;
	background-image: url('/static/images/default_item.png');
	border-radius: 50%;
	border: 1px solid #EFEFEF;
	margin-right: 5px;
}
#chatUsers {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
#chatUsers::-webkit-scrollbar {
	display: none;
}
#chatUsers UL {
	margin: 12px 12px 0px 10px;
}
#chatUsers LI {
	cursor: pointer;
}
#chatUsers LI:not(:last-child) {
	margin-bottom: 10px;
}
#chatUsers .pic {
	background: url('/static/images/default_avatar.png') no-repeat top left;
	background-color: white;
	background-size: cover;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: 2px solid black;
	display: block;
}
#chatMessages {
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
}

#chatMessages LI {
	margin-bottom: 20px;
	position: relative;
}
#chatMessages .toast {
	display: flex;
	flex-direction: row;
	background-color: white;
}
#chatMessages .pic {
	background: url('/static/images/default_avatar.png') no-repeat top left;
	background-color: white;
	background-size: cover;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: 2px solid black;
	display: block;
}
#chatMessages .me .pic {
	border-color: white;
}

#chatMessages .messageCont {
	background-color: rgba(0,0,0, 0.2);
	border-radius: 0 8px 8px 0;
	max-width: calc(100% - 40px);
}
#chatMessages .me .messageCont {
	margin-left: auto;
	border-radius: 8px 0 0 8px;
}
#chatMessages .me .messageCont {
	background-color: #7AA93C;
}
#chatMessages .messageCont TD {
	vertical-align: top;
}
#chatMessages .messageCont TD:first-child {
	padding: 10px;
}
#chatMessages .messageCont TD:last-child {
	padding: 7px 10px 10px 0;
}
#chatMessages .messageCont .nameCont {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
#chatMessages .messageCont .nameCont A {
	margin-right: 5px;
}
#chatMessages .me .messageCont .ts {
	color: white;
	text-shadow: 1px 1px 0px rgb(0 0 0 / 80%);
}
#chatMessages .messageCont .ts {
	color: black;
	text-shadow: 1px 1px 1px rgb(255 255 255 / 90%);
	font-size: 12px;
	font-style: italic;
}
#chatMessages .message {
	font-size: 13px;
	color: #314861;
	/*font-style: italic;*/
	margin-top: 4px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}
#chatMessages .me .message {
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#chatMessages .message A {
	word-break: break-word;
}
#chatMessages .me .message A {
	color: antiquewhite;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	/*text-shadow: none;*/
	text-decoration: none;
	font-style: normal;
}
#chatMessages LI:not(.me) .message A {
	color: olive;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	font-style: normal;
}
#chatMessages .me .message A:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}
#chatMessages LI:not(.me) .message A.userlink {
	color: peru;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#chatMessages .me .message A.userlink {
	color: sandybrown;
}
#chatMessages .name {
	white-space: nowrap;
	color: black;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#chatMessages .me .name {
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
#chatMessages LI:not(.me) .messageCont:before {
	content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	top: 10px;
	left: -20px;
	border: 10px solid transparent;
	border-right-color: rgba(0, 0, 0, 0.2);
}
#chatMessages LI.me .messageCont:before {
	content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	top: 10px;
	right: -20px;
	border: 10px solid transparent;
	border-left-color: #7AA93C;
}
#chatMessages .shadow {
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(204,204,204);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,0) 70%);
	z-index: 1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#chatMessages .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
}

#hpUserCont {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

#hpUser {
	display: flex;
	margin-right: 10px;
	color: black;
	text-shadow: 1px 1px 1px rgb(255 255 255 / 60%);
}
#hpUser .pic {
	background: url('/static/images/default_avatar.png') no-repeat top left;
	background-color: white;
	background-size: cover;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: 2px solid black;
	margin-right: 6px;
	display: inline-block;
}
#hpUser .text {
	display: flex;
	flex-direction: column;
	line-height: 17px;
	float: right;
	text-align: left;
}
#hpUser .date {
	font-size: 12px;
	color: #555;
}

#profileMainLine {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 35px;
}
#profileMainLine .pic {
	background: url('/static/images/default_avatar.png') no-repeat top left;
	background-color: white;
	background-size: cover;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	border: 2px solid black;
	margin-right: 10px;
	flex-shrink: 0;
}
#profileMainLine .name .text {
	font-size: 26px;
	line-height: 20px;
}
#profileMainLine .name .contri {
	font-size: 14px;
	display: block;
	margin-top: 3px;
}

.profileSection SPAN:first-of-type {
	font-size: 16px;
	color: black;
	margin-top: 5px;
	display: inline-block;
}
.profileSection SPAN:last-of-type {
	font-size: 14px;
	word-break: break-all;
	color: #555;
	display: inline-block;
	margin-left: 5px;
}
.profileSection I {
	font-size: 15px;
	vertical-align: middle;
	color: #7AA93C;
	cursor: pointer;
}

#finder {
	box-sizing: border-box;
	width: 100%;
	height: 70%;
	background-color: #F9F9F9;
	position: fixed;
	bottom: -70%;
	left: 0;
	z-index: 60;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: bottom 0.15s;
	padding: 0 15px 0 15px;
}
#finder.visible {
	bottom: 0;
}
#finder .shadow {
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(204,204,204);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,0) 70%);
	z-index: 1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#finder .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
}
#finder UL {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	padding-top: 15px;
	justify-content: center;
}
#finder UL:after {
	content: "";
	display: block;
	height: 30px;
	width: 100%;
}
#finder .item {
	display: block;
	box-sizing: border-box;
	float: left;
	background-color: white;
	width: 220px;
	height: fit-content;
	margin: 15px 15px 15px 15px;
	padding: 10px;
	border: 1px solid #EFEFEF;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.13);
	cursor: pointer;
}
#finder .item:hover {
	/*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);*/
	/*background-color: #F5F5F5;*/
}
#finder .pic {
	width: 100%;
	height: 200px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#finder .pic IMG {
	height: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
	border-radius: 4px;
	background-color: #EFEFEF;
	border: 1px solid #EDEDED;
}

#finder .text {
	margin: 10px 3px 0px 3px;
}
#finder .title {
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
#finder .pline {
	margin-top: 5px;
}
#finder .price {
	color: black;
	margin-top: 10px;
	font-size: 16px;
}
#finder .add I {
	position: relative;
	top: 6px;
	background-color: black;
	color: white;
	cursor: pointer;
	transform: scale(1.1);
}
#finder .add I:hover {
	color: #7AA93C;
}

#finder .noGiftItems {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.balanceHeader {
	font-size: 14px;
	color: #555;
	margin: 10px 0 10px 0 !important;
}
.balanceList A {
	font-size: 16px !important;
}
.balanceList A {
	font-size: 16px !important;
}
.balanceListItem {
	margin-top: 10px;
	padding-left: 15px;
}
.balanceContributionUser {
	text-align: right;
	font-size: 14px;
	margin-top: 5px;
}
.balanceContributionAmount {
	text-align: right;
	font-size: 18px;
	margin-top: 3px;
}
.balanceContributionAmount.debt {
	color: #A60000;
}
.balanceContributionDate, .balanceContributionTransfer {
	text-align: right;
	font-size: 12px;
	color: #777;
}
.balanceActions .transfer I {
	vertical-align: middle;
	position: relative;
	top: -2px;
	color: #7AA93C;
	margin: 0;
}
.balanceActions .transferred {
	font-size: 12px;
}
.balanceActions .transferred I {
	vertical-align: middle;
	margin: 0;
	cursor: default;
	position: relative;
	top: -2px;
}
.balanceActions .transferred I:hover {
	color: initial;
}
.balanceActions {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
}
.balanceActions I {
	color: black;
	cursor: pointer;
	margin-left: 5px;
}
.balanceActions I:hover {
	color: #7AA93C;
}

.tippy-box[data-theme="centertext"] .tippy-content {
	text-align: center;
}

#diffnote SPAN {
	font-weight: 600;
}
#closenote {
	font-size: 12px;
	color: #777;
	margin-top: 5px;
}

#mypic {
	position: absolute;
	top: 6px;
	right: 10px;
	height: 26px;
	width: 26px;
	display: block;
	box-sizing: border-box;
	padding: 0 !important;
}
#mypic SPAN {
	background: url('/static/images/default_avatar.png') no-repeat top left;
	background-color: white;
	background-size: cover;
	border-radius: 50%;
	border: 1px solid black;
	margin-right: 0px;
	display: block;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

#translations {
	margin-top: 40px;
}
#translations TH {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#translations .file {
	font-size: 12px;
}
#translations .key {
	font-size: 13px;
}
#translations .translation {
	font-size: 12px;
}
#translations TEXTAREA {
	width: 500px;
	height: 60px;
	font-size: 13px;
}
#translations TD {
	vertical-align: middle;
}
#translations TR:nth-child(even) {
	background-color: white;
}
#saveTranslations {
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -100px;
}
#saveTranslations INPUT {
	width: 200px;
}
#nolists {
	text-align: center;
	margin-top: 25px;
}
#nolists P {
	margin-top: 30px;
}

#langs {
	display: flex;
	flex-direction: row;
	justify-content: center;
	/*align-content: center;*/
	align-items: center;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
}
#langs A {
	display: inline-block;
	border-radius: 3px;
	filter: grayscale(100%);
	opacity: 0.7;
}
#langs A.current, #langs A:hover {
	filter: none;
	opacity: 1;
}
#langs A:not(:last-child) {
	margin-right: 20px;
}
#langs A IMG {
	vertical-align: top;
	border-radius: 3px;
	width: 32px;
	height: 24px;
}

.page.terms UL {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}
.page.terms LI {
	display: list-item;
}

.grecaptcha-badge {
	visibility: hidden;
}

.itemcont .itemMenu {
	color: black;
	vertical-align: bottom;
	display: inline-block;
	cursor: pointer;
	position: relative;
	top: 1px;
}

#itemPopup {
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	color: white;
	border-radius: 3px;
	display: none;
}
#itemPopupRename {
	border-bottom: 1px solid #F9F9F9;
	padding: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
}
#itemPopupRename:hover {
	color: #7AA93C;
}
#itemPopupDelete {
	padding: 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}
#itemPopupDelete:hover {
	color: #7AA93C;
}

.imagePreviewEdit {
	display: block;
	margin: 0 auto;
	opacity: 1;
	cursor: default;
	filter: none;
}

.button.contributed {
	background-color: #FAA756;
	color: black;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

OL.steps {
	list-style-type: decimal;
	list-style-position: outside;
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	margin-top: 20px;
	margin-left: 25px;
}
OL.steps LI {
	display: list-item;
	text-align: left;
	padding-left: 8px;
	margin-bottom: 8px;
}

OL.steps LI::marker {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' viewBox='0 0 50 50'%3E%3Cpath d='M46.4 16.2c-2.3-2.3-5.4-3.5-8.4-4.5-.5-.2-1.1-.3-1.6-.5-1.6-1.6-3.7-2.8-6.2-3.2-1-.2-1.9.1-2.5.6-.9-.3-1.8-.6-2.7-.8-3.2-1-6.4-1.8-9.5-.1-1 .5-1.9 1.2-2.7 2-6.4 1.4-11.7 5-12.4 12.7C0 27 1.9 31.5 4.9 34.9c.1.6.2 1.1.4 1.7 1 3.2 3.3 5.7 6.7 6.5 2.7.6 5.4-.2 7.9-1.2 3.3.4 6.7.3 9.9 0 6.5-.7 13.3-2.8 17.1-8.5 3.6-5.2 4-12.6-.5-17.2zm-17.3.9c2.1.4 4 1.7 4.7 3.8 0 .5-.1 1.1-.2 1.6-.3 1.4-.8 2.6-1.6 3.7-.7.2-1.5.1-2.3-.4-.8-.4-1.6-1-2.2-1.6-.4-.4-1.2-1.7-1.6-1.9 3.4 1.3 5.1-3 3.2-5.2zm-11.6 9.7c.2-1.9 1.1-3.9 2.3-5.5-.4 2.1.3 4.2 1.7 6 1.3 1.7 3.1 3.2 5 4.2-.2.1-.4.2-.6.4-.1 0-.1.1-.2.1-3.9.2-8.7-.8-8.2-5.2zm-6.4 3.1c.1.3.1.7.2 1 .2.6.4 1.2.7 1.8-.4-.2-.7-.5-1-.7.1-.8.1-1.4.1-2.1zm31.2-1.3c-.9 1.7-2.1 3.1-3.7 4.1 2-2.1 3.4-4.7 4-7.6.2-.7.3-1.4.3-2.1.6 1.5.5 3.3-.6 5.6z'/%3E%3C/svg%3E") ' ';
}

OL.steps LI:nth-child(3n)::marker {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' viewBox='0 0 50 50'%3E%3Cpath d='M46.5 12.5c-.4-1.1-1.3-1.8-2.2-2-4.2-4-11.6-4.3-17.1-4.1-6.9.3-13.9 2.1-19.4 6.5C2 17.5-2.4 25.7 2.5 32.6c2.2 3.2 5.5 4.9 9 5.5 3.3 1.7 6.7 3.3 10.2 4.4 7.8 2.3 17 1.6 23.2-4.3 7.3-7 4.8-17.3 1.6-25.7zm-20.2 2.7c.6 0 1.3 0 1.8.2 1.1.4 1.7 1.3 2 2.3-1-1.2-2.4-2.1-3.8-2.5zm-1.4 6.6c.9.9 1.3 2.2-.2 2.3-2 .2-1.1-1.9.2-2.3zm-11.8 9.8c-.6-.3-2.9-1.1-3.2-1.8-.2-.5 1.4-3.1 2.1-4.2.3.5.7 1 1.2 1.4 0 .3.1.6.2.8.5 1.9 1.5 3.1 2.9 4h-.2c-.8.1-1.6.1-2.5-.1-.2 0-.3 0-.5-.1zM24 36.4c1.6-.7 3-1.5 4.3-2.5.8.2 1.7.3 2.5.5 2.5.4 5.2.9 7.7.6-.9.6-2 1.1-3 1.4-3.9 1.3-7.7 1-11.5 0z'/%3E%3C/svg%3E") ' ';
}

OL.steps LI:nth-child(3n - 1)::marker {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' viewBox='0 0 50 50'%3E%3Cpath d='M48.3 23.7c-1-9.9-9.9-15.6-18.8-17.8-8.2-2.1-18.8-2.6-24.6 4.8C.6 16.2 1 23.6 4.3 29.3c-.5 1-.8 2-1 3-.6 4 2 7.6 5.1 10 5.9 4.4 14 4.2 19.6-.4 1.5 0 2.9-.2 4.4-.5 1.8 0 3.5 0 5.3-.1 2.3-.1 3.5-1.9 3.5-3.7 4.5-3.3 7.7-8.2 7.1-13.9zM9.1 17.8c1.1-4.1 4.9-5.8 8.8-6.1.9-.1 1.9-.1 2.9-.1-3.2 1.6-6.3 4.6-8 7.4-.1.1-.1.2-.2.3-1.1.9-2.1 1.9-3 2.9-.2.2-.4.4-.5.6-.4-1.7-.5-3.3 0-5z'/%3E%3C/svg%3E") ' ';
}

OL.steps LI SPAN {
	display: block;
	font-size: 15px;
	color: #333;
}

.translationPage {
	background-color: #F9F9F9;
	border-radius: 4px;
	margin: 20px;
	padding: 40px;
}
.translationPage INPUT, .translationPage SELECT {
	width: 1000px;
	margin-bottom: 10px;
}
#translations {
	margin-top: 40px;
}
#translations TH {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#translations .file {
	font-size: 12px;
}
#translations .key {
	font-size: 13px;
}
#translations .translation {
	font-size: 12px;
}
#translations TEXTAREA {
	width: 500px;
	height: 60px;
	font-size: 13px;
}
#translations TD {
	vertical-align: middle;
}
#translations TR:nth-child(even) {
	background-color: white;
}
#translations TD:first-child {
	border-right: 1px solid rgba(0,0,0,0.1);
}
#translations TD:nth-child(2) {
	padding-left: 10px;
}
#saveTranslations {
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -100px;
}
#saveTranslations INPUT {
	width: 200px;
}
#translations INPUT.tip_dot {
	border: 1px solid #C5221F !important;
}
#translations INPUT.tip_ucfirst {
	border: 1px solid #297BE6 !important;
}
#translations .autoTranslated {
	background-color: antiquewhite !important;
}

#filters {
	margin: 0;
	font-size: 12px;
	margin-top: 10px;
	display: flex;
	gap: 8px;
	row-gap: 0;
	flex-wrap: wrap
}
#filters LI {
	cursor: pointer;
}
#filters .material-icons, #filters .material-icons-outlined {
	vertical-align: middle;
	position: relative;
	top: -1px;
	font-size: 32px;
	color: #AAA;
}
#filters LI.on .material-icons {
	color: var(--green);
}


















/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
	.flatpickr-calendar.animate.open {
		-webkit-animation: none !important;
		animation: none !important;
	}
	#logo {
		display: block !important;
	}
	.itemcont .leftside {
		max-width: 820px;
	}
	.progressBar {
		width: 50%;
	}
	#chat {
		width: 50%;
		right: 0;
		left: unset;
	}
	#chatMessages .messageCont {
		max-width: calc(100% - 200px);
	}
}

@media (min-width: 1025px) {
	#chatMessages .messageCont {
		margin-left: 20px;
	}
	#chatMessages .me .messageCont {
		margin-right: 20px;
	}
	#chatMessages LI:not(.me) .messageCont:before {
		left: 0px;
	}
	#chatMessages LI.me .messageCont:before {
		right: 0px;
	}
	
	#finder UL {
		justify-content: left;
	}
}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
	.flatpickr-calendar.animate.open {
		-webkit-animation: none !important;
		animation: none !important;
	}
	#chat {
		width: 75%;
		right: 0;
		left: unset;
	}
	#chatMessages .messageCont {
		max-width: calc(100% - 100px);
	}
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

	/* CSS */

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	/* CSS */

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (max-width: 767px) {
	#logo {
		left: 0%;
		background-color: rgba(255, 255, 255, 0.8);
	}
	#logo H3 {
		font-size: 22px;
		margin-bottom: 0px;
	}

	.page INPUT, .page SELECT {
		width: 100%;
	}
	.saveChipIn {
		margin-left: 0;
	}
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (max-width: 480px) {
	#logo {
		left: 0%;
	}
	#logo H3 {
		font-size: 22px;
		margin-bottom: 0px;
	}
	.page.terms {
		padding: 25px;
	}
	#login .accounts {
		width: 200px;
		margin: 0 auto;
	}
	#login .sclbtn45465422 {
		height: 40px;
		line-height: 38px;
	}
	#login .sclbtn45465422 .logo {
		width: 30px;
		height: 30px;
	}
	#locallogin .newacc {
		font-size: 15px;
		position: initial;
		margin-top: 12px;
	}
	#locallogin A {
		font-size: 15px;
	}
	#locallogin .forgot {
		margin-top: 7px !important;
		font-size: 14px;
	}
	.itemcont .pic {
		margin-left: 15px;
	}
	.page.list {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#finder .item {
		width: 145px;
	}
	#finder .pic {
		height: 123px;
		background-size: cover;
	}
	#finder .price {
		font-size: 13px;
	}
	#finder .title {
		font-size: 12px;
		height: 60px;
	}
	.listing .listicon {
		display: none;
	}
}

@media (max-width: 500px) {
	#logo {
		width: calc(100% - 40px);
		left: 0;
	}
}