.master-avatar {
	/* float: right; */
	height: 120px;
	width: 120px;
	margin: 0 auto;
	border: 1px solid rgba(30, 30, 30, 0.5);
	border-radius: 100px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.2);
	opacity: 0.7;
}

.master-avatar-passive {
	/* float: right; */
	height: 120px;
	width: 120px;
	margin: 0 auto;
	border: 1px solid rgba(30, 30, 30, 0.5);
	border-radius: 100px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.2);
	opacity: 0.8;
}

.master {
	margin: 10px;
	text-align: center;
}

.master-active {
	border: 4px solid #0288d1 !important;
	opacity: 1;
}

.master-badge {
	position: absolute;
	margin-top: 87px;
	background: rgba(2, 136, 209, 1);
	clip-path: ellipse(58px 56px at 50% -75%);
	line-height: 20px;
	width: 120px;
	z-index: 2;
	opacity: 0.8;
	cursor: pointer;
}

.master-badge-text {
	margin-top: -2px;
	/* text-shadow: #000 0 0 2px; */
	font-size: 90%;
	color: #fff;
	text-shadow: 1px 1px 0 #333, -1px 1px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333;
}

.master-badge-text2 {
	font-size: 90%;
	margin-top: -6px;
}

.master-name {
	font-weight: 600;
}

.master-area {
	max-width: 150px;
}

#myres_master_name {
	max-width: 150px;
}

.round-digit {
	width: 35px;
	height: 35px;
	padding: 4px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: rgb(63, 67, 100);
	background-color: rgba(255, 140, 0, 0.6);
	border-radius: 60px;
	font-size: 90%;
	margin: 10px 10px 10px 0;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.2);
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.service {
	min-width: 100px;
	max-width: 300px;
	border: 1px solid rgba(30, 30, 30, 0.1);
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.2);
	margin: 5px;
}

#service_options .service {
	max-width: 100%;
}

.service-res {
	display: block;
	border: 1px solid rgba(30, 30, 30, 0.1);
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.2);
	margin: 2px 5px 0px 5px;
	padding: 1px 5px;
}

.ref-service {
	min-width: 100px;
	max-width: 146px;
	border: 1px solid rgba(30, 30, 30, 0.1);
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.2);
	margin: 5px;
}

/* purgecss start ignore */
.service-photos {
	height: 200px;
	overflow: hidden;
}

.ref-service-photos {
	height: 100px;
	overflow: hidden;
}

.photo-delete {
	position: absolute;
	top: 30px;
	left: 15px;
}
/* purgecss end ignore */

.service-name {
	font-size: 110%;
	font-weight: bold;
	margin: 5px;
	color: #456;
	text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.2);
}

.service-name-res {
	font-size: 85%;
	/* font-weight: bold; */
	/* margin: 5px; */
	color: #456;
	text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.2);
}

.service-quantity-label {
	margin: 0px 5px 5px 10px;
	color: #456;
	display: inline-block;
}

.service-quantity {
	display: inline-block;
	width: 70px;
	margin-bottom: 5px;
}

.service-add,
.service-delete {
	float: right;
	margin: 5px;
	color: #ffaa40;
	text-shadow: 1px 1px 3px rgba(30, 30, 30, 0.2);
	cursor: pointer;
}

.service-add:hover,
.service-delete:hover {
	opacity: 0.8;
}

.service-add:active,
.service-delete:active {
	color: #dd6c00;
	zoom: 105%;
}

.service-time {
	padding: 10px;
	/* font-size: 105%; */
	font-weight: 600;
	color: #0288d1;
}

.service-time-res {
	padding: 1px 5px;
	font-size: 85%;
	/* font-weight: 600; */
	color: #0288d1;
}

.service-price {
	padding: 10px;
	font-size: 110%;
	font-weight: 600;
	color: darkorange;
}

.service-price-res {
	padding: 1px 5px;
	font-size: 85%;
	/* font-weight: 600; */
	color: darkorange;
}

.service-description {
	font-size: 90%;
	margin: 5px;
	color: #678;
}

.basket-time {
	margin: 5px;
}

.basket-total-time {
	padding: 10px;
	font-size: 110%;
	font-weight: 600;
	color: #0288d1;
}

.basket-total {
	font-size: 120%;
	margin: 5px;
}

.basket-total-sum {
	padding: 10px;
	font-size: 120%;
	font-weight: 600;
	color: darkorange;
}

.basket-total-sum-res {
	padding: 10px;
	font-size: 110%;
	font-weight: 600;
	color: darkorange;
}

#recommendations_master i {
	color: #0288d1;
}

.fa-blue {
	color: #0288d1;
}

#reference_caption,
#supplementary_caption {
	cursor: pointer;
}

.promo-div {
	margin: 5px;
}

.recommendations {
	font-style: italic;
	font-size: 120%;
}

.announcement {
	width: 280px;
	height: 160px;
	/* border: 1px solid rgba(30, 30, 30, 0.1); */
	border: 1px solid rgba(30, 80, 120, 0.6);
	border-radius: 5px;
	/* box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.2); */
	box-shadow: 3px 3px 6px rgba(30, 30, 30, 0.3);
	margin: 5px;
	padding: 10px;
	background-image: url("../images/promo_back.jpg");
	font-size: 120%;
	/* font-weight: 500; */
	/* color: #fff; */
	text-shadow: 1px 1px 4px rgba(255, 230, 230, 0.9), 1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5),
		-1px -1px 4px rgba(255, 230, 230, 0.9), 1px 0px 0 rgba(255, 255, 255, 0.5), 0px 1px 0 rgba(255, 255, 255, 0.5),
		-1px 0px 0 rgba(255, 255, 255, 0.5), 0px -1px 0 rgba(255, 255, 32550, 0.5);
	/* text-shadow: 0px 0px 6px rgba(255, 200, 200, 1), 1px 1px 1px rgba(90, 90, 90, 0.6); */
	/* font-weight: bold; */
}

.announcement-offer {
	width: 120px;
	margin-top: -18px;
	margin-left: 70px;
	margin-bottom: 10px;
	display: block;
}

.announcement-text {
	display: block;
	margin-top: -6px;
}

#make_like_last {
	margin: 15px;
	font-size: 110%;
}

#ref_pic,
#feedback_pic {
	max-width: 285px;
	max-height: 150px;
	display: block;
	cursor: pointer;
}

#promo,
#reservation_promo {
	display: inline-block;
	width: 256px;
}

#promo_redeem,
#reservation_promo_redeem {
	margin-top: -4px;
}

.my_reservation {
	width: 305px;
	border: 1px solid rgba(30, 30, 30, 0.1);
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.2);
	margin: 5px;
	padding: 5px;
	/* cursor: pointer; */
}

.myres_dt {
	font-size: 110%;
	font-weight: bold;
	color: #456;
	text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.2);
	margin: 6px;
}

.myres_service {
	margin: 8px 6px 6px 12px;
}

.res-confirmed {
	margin: 4px 3px 8px 6px;
	color: rgba(3, 69, 144, 0.8);
	/* text-decoration: underline; */
}

.res-confirmed-img {
	margin-top: -5px;
	height: 32px;
}

.fa-tag,
.fa-question-circle {
	color: #2060a0;
	margin-right: 4px;
	width: 15px;
}

.myres_waiting {
	margin: 0px 6px 6px 6px;
}

.myres_waiting0 {
	background-color: #ffaaaa;
	border-radius: 4px;
	padding: 0px 3px 1px 3px;
}

.myres_waiting1,
.myres_waiting2 {
	background-color: #aaffaa;
	border-radius: 4px;
	padding: 0px 3px 1px 3px;
}

.hr-small {
	margin: 7px;
	width: 280px;
	margin: auto;
}

.myres_shift {
	margin: 10px;
	/* width: 90px; */
}

.myres-delete {
	float: right;
}

.myres-btn {
	margin: 10px;
	/* width: 135px;
	float: right; */
}

.myres-hint {
	color: #777;
	margin-bottom: 10px;
}

.txt-small {
	font-size: 90%;
}

.txt-grey {
	color: #777;
}

.tariff {
	border: 1px solid #bbb;
	padding: 1px 4px 1px 6px;
	border-radius: 8px 0px 8px 0px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
	/* text-shadow: 1px 1px 3px #8b8bab; */
	letter-spacing: 1px;
	opacity: 0.7;
	background: linear-gradient(60deg, rgb(220, 160, 220), rgba(220, 160, 220, 0.5));
	/* background: linear-gradient(rgb(30, 199, 255), rgb(3, 169, 244)); */
	font-size: 70%;
	vertical-align: text-top;
	display: none;
}

.text_small {
	font-size: 85%;
}

.text_small_grayed {
	font-size: 85%;
	color: #666;
}

#reservation_form_info {
	margin-bottom: 10px;
	border: 1px solid #bbb;
	padding: 1px 4px 1px 6px;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
	/* text-shadow: 1px 1px 3px #8b8bab; */
	letter-spacing: 1px;
	opacity: 0.8;
	background: linear-gradient(0deg, rgba(240, 240, 3, 0.8), rgba(240, 244, 3, 0.5));
	font-size: 85%;
}

.promo-text {
	margin: 10px;
	border: 1px solid #bbb;
	padding: 1px 4px 1px 6px;
	border-radius: 8px 0px 8px 0px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
	/* text-shadow: 1px 1px 3px #8b8bab; */
	letter-spacing: 1px;
	opacity: 0.7;
	background: linear-gradient(60deg, rgb(3, 169, 244), rgba(30, 199, 255, 0.5));
	/* background: linear-gradient(rgb(30, 199, 255), rgb(3, 169, 244)); */
	font-size: 80%;
	/* vertical-align: text-top; */
	max-width: 250px;
	display: inline-block;
}

.applied-promos {
	margin: 15px 0px;
}

.btn-group {
	margin: 6px;
}

.btn-group > .btn {
	border: 1px solid rgba(230, 230, 230, 0.8);
}

.btn-group-waiting > label {
	/* font-size: 90%; */
	white-space: break-spaces;
	font-size: 96%;
	max-height: 60px;
	min-width: 65px;
	box-shadow: none !important;
}

.btn-group > .waiting0.active {
	background-color: #ffaaaa !important;
	color: #333 !important;
}

.btn-group > .waiting1.active {
	background-color: #aaffaa !important;
	color: #333 !important;
}

.btn-group > .waiting2.active {
	background-color: #aaffaa !important;
	color: #333 !important;
}

.place {
	min-width: 100px;
	max-width: 300px;
	border: 1px solid rgba(30, 30, 30, 0.1);
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgb(30 30 30 / 20%);
	margin: 5px;
}

.place-active {
	border: 5px solid #0288d1;
	opacity: 1;
	border-radius: 10px;
}

.place-address {
	margin: 5px;
}

.text-small {
	font-size: 90%;
}

.tip {
	position: absolute;
	width: 300px;
	left: -100px;
	display: block;
	padding: 0.8em;
	background: white;
	border: 2px solid #03a9f4;
	border-radius: 5px;
	/* color: white; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 999;
}

.coupon-use {
	border-radius: 10px;
	box-shadow: 4px 2px 3px rgba(60, 60, 60, 0.5);
	float: right;
	margin: 12px;
	color: #ffaa40 !important;
	text-shadow: 1px 1px 3px rgba(30, 30, 30, 0.2);
	cursor: pointer;
	background: white;
	width: 46px;
	height: 44px;
	padding: 2px;
	border: 1px solid #aaa;
	opacity: 0.9;
}

.coupon-use:hover {
	border-radius: 20px;
	box-shadow: 4px 2px 3px rgba(60, 60, 60, 0.5);
	float: right;
	margin: 12px;
	color: #ffaa40 !important;
	text-shadow: 1px 1px 3px rgba(30, 30, 30, 0.2);
	cursor: pointer;
	background: white;
	width: 44px;
	height: 42px;
	padding: 1px;
	border: 1px solid #aaa;
	opacity: 0.9;
}

.coupon-use-img {
	width: 36px;
}

.slots {
	width: 176px;
	display: inline-block;
	margin: 4px 0px 4px 12px;
}

.myres_no_slots {
	margin: 6px 6px 6px 13px;
}

.calendar-block {
	width: 32% !important;
	text-align: center;
	margin-bottom: 8px;
}

.calendar-img {
	height: 36px;
	cursor: pointer;
}

.calendar-link {
	font-weight: bold;
	font-size: 80%;
}

#invite_form {
	position: fixed;
	margin: auto;
	top: 0px;
	left: 0;
	right: 0;
	width: 80%;
	z-index: 99;
	background-color: rgba(255, 190, 110, 0.9);
	border-radius: 5px;
	box-shadow: 0px 0px #aaa;
	-webkit-animation: inviteForm 1s infinite alternate;
	-moz-animation: inviteForm 1s infinite alternate;
	-ms-animation: inviteForm 1s infinite alternate;
	-o-animation: inviteForm 1s infinite alternate;
	animation: inviteForm 1s infinite alternate;
}

@keyframes inviteForm {
	from {
		box-shadow: 0px 0px 2px #aaa;
	}
	to {
		box-shadow: 4px 4px 6px #aaa;
	}
}

/* .blurred {
	filter: grayscale(80%);
} */

#name,
#confirm_code {
	padding-top: 2px;
}

.flex-wrap-div {
	display: flex;
	flex-wrap: wrap;
}

#confirm_div {
	margin-top: 10px;
	display: none;
}

#invite {
	display: inline-block;
	width: auto;
	margin-top: 10px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 120%;
}

#reservation_form,
#phone_confirmed,
#reservation_done,
#message_us,
#invite_form,
#make_like_last,
#ref_pic_upload,
#feedback_pic_upload,
#calendar-full,
#avatar_form {
	display: none;
}

/* #menu_myres {
	margin-top: 30px;
} */

#menu_myres > a {
	color: #ffdd80;
}

#about {
	padding-top: 1rem !important;
}

#slogan {
	text-shadow: 1px 1px #666;
}

.user-avatar {
	position: absolute;
	left: 285px;
	top: -12px;
	z-index: 1031;
	cursor: pointer;
}

#user_pic_upload {
	display: none;
}

#avatar_edit {
	width: 350px;
	height: 380px;
}

.user-avatar-img {
	height: 80px;
	width: 80px;
	margin: 0 auto;
	border: 1px solid rgba(30, 30, 30, 0.6);
	border-radius: 50px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.2);
	opacity: 0.85;
}

#user_data_referral_url,
#user_data_referral_code {
	width: 255px;
	display: inline-block;
}

#user_data_referral_url_copy:active,
#user_data_referral_code_copy:active,
#user_data_referral_url_copy:focus,
#user_data_referral_code_copy:focus {
	background-color: lightgreen;
}

.btn-tt {
	background: transparent;
}

.padding-5px {
	padding: 5px;
}

.padding-3px {
	padding: 3px;
}

.margin-left-4px {
	margin-left: 4px;
}

.tab {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	border: 1px solid rgba(30, 30, 30, 0.1);
	box-shadow: 1px 1px 2px rgba(30, 30, 30, 0.2);
	margin-bottom: 15px;
	border-radius: 5px 5px 0 0;
}

.tab-active {
	display: inline-block;
	/* background-color: rgba(3, 169, 244, 0.8); */
	background-image: linear-gradient(rgba(3, 169, 244, 0.8), rgba(3, 169, 244, 0.6));
	box-shadow: none;
	/* opacity: 1; */
}

.quiz-btn {
	display: inline-block;
	padding: 3px 16px;
	cursor: pointer;
	border: 1px solid rgba(30, 30, 30, 0.1);
	box-shadow: 1px 1px 2px rgba(30, 30, 30, 0.2);
	margin-bottom: 15px;
	border-radius: 5px;
}

.quiz-btn-active {
	display: inline-block;
	/* background-color: rgba(3, 169, 244, 0.8); */
	background-image: linear-gradient(rgba(3, 169, 244, 0.8), rgba(3, 169, 244, 0.6));
	box-shadow: none;
	font-weight: bold;
	/* opacity: 1; */
}

.feedback-thumb {
	font-size: 20px;
	margin: 8px;
}

.services-tab {
	max-width: 140px;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
	height: 60px;
	padding-top: 5px;
}

.history_record {
	width: 300px;
	border: 1px solid rgba(30, 30, 30, 0.1);
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.2);
	margin: 5px;
	/* opacity: 0.8; */
	/* cursor: pointer; */
}

.lh-50 {
	line-height: 50px;
}

#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	background: #ffffff;
	border: 1px solid #bbb;
	border-radius: 5px;
	width: 154px;
	height: 110px;
	box-shadow: 4px 4px 8px rgba(30, 30, 30, 0.3);
	z-index: 3;
}

.loader-spinner {
	border: 10px solid #e7e7e7;
	border-top: 10px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 10px 50px;
	animation: spin 1s linear infinite;
}

.loader-caption {
	display: block;
	font-size: 120%;
	margin: 15px 30px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.orange {
	color: #ffaa40;
}

#languages {
	margin-top: 20px;
}

.language_selector {
	padding: 12px;
	cursor: pointer;
}

#poll {
	/* border: 1px solid rgba(30, 30, 30, 0.1); */
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.2);
	background-image: linear-gradient(rgba(180, 150, 50, 0.4), rgba(255, 220, 100, 0.6));
	padding: 6px;
	font-size: 110%;
}

.highlight-animated {
	animation: opacity-cycle 2s infinite;
	background: white;
}

@keyframes orange-blink {
	0% {
		background: #ffe7a7;
	}
	20% {
		background: #fdc797;
	}
	40% {
		background: #fda766;
	}
	60% {
		background: #fda766;
	}
	80% {
		background: #fdc797;
	}
	100% {
		background: #ffe7a7;
	}
}

@keyframes opacity-cycle {
	0% {
		opacity: 60%;
	}
	10% {
		opacity: 65%;
	}
	20% {
		opacity: 70%;
	}
	30% {
		opacity: 75%;
	}
	40% {
		opacity: 80%;
	}
	50% {
		opacity: 85%;
	}
	60% {
		opacity: 80%;
	}
	70% {
		opacity: 75%;
	}
	80% {
		opacity: 70%;
	}
	90% {
		opacity: 65%;
	}
	100% {
		opacity: 60%;
	}
}

.hidecontent {
	display: none;
}

.myaccordion label {
	box-shadow: 0 0 15px #d4d4d4;
	display: block;
	padding: 6px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	/* background: rgba(2, 136, 209, 1); */
	/* color: #fff; */
	transition: ease 0.8s;
	font-weight: 400;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
}
.myaccordion label:hover {
	/* background: #03a9f4; */
	background-image: linear-gradient(rgba(3, 169, 244, 0.8), rgba(3, 169, 244, 0.6));
}
.content {
	/* box-shadow: 0 0 20px #d4d4d4; */
	background: #ffff;
	/* padding: 10px 25px; */
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	/* border: 1px solid #d4d4d4; */
	/* margin: -1 0 0 0; */
}
.myaccordion input:checked + label + .content {
	display: block;
	-webkit-animation: fadeIn 0.8s ease-out;
	-moz-animation: fadeIn 0.8s ease-out;
	-o-animation: fadeIn 0.8s ease-out;
	animation: fadeIn 0.8s ease-out;
}
@keyframes fadeIn {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

.category-table th,
td {
	border: 1px solid #bbb;
	width: 86px;
	vertical-align: top;
	font-size: 80%;
	padding: 3px;
}

.highlight {
	background: lightyellow;
}

#help_content {
	font-size: 90%;
}

.hint {
	font-size: 90%;
	color: #666;
}

.wl_accordion {
	margin: 5px 0px 5px 0px;
}

.wl_expand {
	padding: 4px 6px;
}

.waiting_buttons {
	margin: 4px 10px 7px 10px;
}

.mt-5px {
	margin-top: 5px;
}

.mt-10px {
	margin-top: 10px;
}

/* overwrites */

.ui-widget {
	/* font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; */
	/* font-size: 1.1em;*/
	font: inherit !important;
}

.ui-widget-content {
	background: white !important;
	color: #445 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #7e7783;
	background: white !important;
	font-weight: bold;
	color: #445 !important;
}
