@media (max-width: 500px) {
	.modal-footer-custom button {
		margin-right: 0px;
		padding: 5px;
		font-size: 10px;
	}
}

.container-about {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	padding-right: 50px;
}

.pet-info-container-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.pet-photo-modal {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
}

.service-info-modal {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.service-title-modal {
	font-weight: bold;
	font-size: 18px;
}

.service-date-modal {
	font-size: 16px;
	color: gray;
}

.btn-copy-custom {
	border: none;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.timeline-container {
	flex-grow: 1;
	padding: 20px;
	align-items: flex-start;
	align-content: flex-start;
	min-height: fit-content;
	width: 100%;
}

.title-about {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-top: 20px;
	margin-bottom: 120px;
}

.wrapper-pb150 {
	padding-top: 150px;
}

.title-about-text {
	width: 732px;
	text-align: center;
	margin-bottom: 120px;
}

.wrapper-title-about-text {
	margin-top: 100px;
	font-size: 77px;
	text-align: center;
	margin-bottom: 100px;
}

.title-about-text-span {
	font-size: 77px;
	font-family: 'Pompiere', serif;
}

.text-color-orange {
	color: #EB6F2D;
}

.flex-space-between {
	display: flex;
	justify-content: space-between;
}

.comfort-section {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 60px;
}

.comfort-image {
	text-align: center;
	margin-right: 50px;
}

.pretty-woman-image {
	width: 760px;
}

.comfort-text {
	width: 480px;
	text-align: center;
}

.comfort-title {
	font-size: 36px;
	font-family: 'Public Sans', serif;
}

.comfort-description {
	font-size: 24px;
	font-family: 'Pridi', serif;
}

.wrapper-title-box-service {
	align-items: center;
	background-color: #F6F6F6;
	border-radius: 40px;
}
.title-box-service-left {
	margin-left: 30px;
	width: 120px;
}
.title-box-service-text {
	font-size: 22px;
	font-weight: 400;
	font-family: 'Pridi',serif;
}
.title-box-service-image {
	margin-top: 60px;
	margin-right: 36px;
	margin-bottom: 14px;
	width: 140px;
}
.title-box-service-right {
	width: 120px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
}
.wrapper-title-about-main-image{
	padding-bottom: 150px;
}
.title-about-main-image {
	width: 700px;
}

.title-nattypets-platform {
	margin-bottom: 50px;
	width: 1100px;
	margin-top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.title-nattypets-pharagraf {
	font-family: 'Pompiere', serif;
	font-size: 70px;
	font-weight: 400;
}

.our-strengths {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 120px;
}

.our-strengths-background {
	position: absolute;
	z-index: -1;
	top: 30px;
}

.full-width {
	width: 100%;
}

.our-strengths-content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.our-strengths-header {
	text-align: center;
	padding-top: 100px;
}

.our-strengths-details {
	width: 50%;
}

.our-strengths-box-upper {
	background-color: #EB6F2D;
	border-radius: 50px;
	width: 250px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	margin-bottom: 50px;
}

.our-strengths-box-upper-text {
	width: 224px;
	font-size: 20px;
	font-family: 'Poppins', serif;
	color: white;
	margin: 0 auto;
}

.our-strengths-boxes-container {
	display: flex;
	justify-content: space-between;
}

.our-strengths-boxes {
	background-color: #F6F6F6;
	border-radius: 50px;
	width: 250px;
	text-align: center;
	padding: 10px 0;
}

.our-strengths-text {
	width: 245px;
	font-size: 20px;
	font-family: 'Poppins', serif;
	color: #797979;
	margin: 0 auto;
}

.our-strengths-boxes-image {
	width: 120px;
}

.our-strengths-main-text {
	font-size: 70px;
}

@media screen and (max-width: 1024px) {
	.title-about {
		flex-direction: column;
		margin-bottom: 60px;
	}

	.title-about-text {
		width: 100%;
		max-width: 700px; 
		margin-bottom: 60px;
		padding: 0 20px; 
	}

	.title-about-text-span {
		font-size: 50px;
		line-height: 1.2; 
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.flex-space-between {
		flex-direction: column;
		gap: 30px;
	}

	.wrapper-title-box-service {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.title-about-main-image {
		width: 100%;
		max-width: 500px;
	}

	.wrapper-title-about-main-image {
		display: none;
	}

	.title-nattypets-platform {
		width: 100%;
		max-width: 700px;
		padding: 0 20px;
	}

	.title-nattypets-pharagraf {
		font-size: 40px;
		line-height: 1.2;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	[style*="display:flex;justify-content:center"] {
		flex-direction: column;
		align-items: center;
		margin-bottom: 60px;
	}

	[style*="width:800px"] {
		width: 100% !important;
		max-width: 500px;
	}

	.wrapper-care-box {
		margin-top: 40px;
		margin-left: 0;
		text-align: center;
		width: 100%;
		max-width: 420px;
	}

	[style*="width:420px"] {
		width: 100% !important;
		padding: 0 20px;
	}

	[style*="display:flex;justify-content:space-between"] {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}

	.our-strengths {
		width: 100%;
		max-width: 700px;
		padding: 0 20px;
	}

	.our-strengths-content {
		flex-direction: column;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.our-strengths-header {
		padding-top: 50px;
	}

	.our-strengths-main-text {
		font-size: 40px;
	}

	.our-strengths-details {
		width: 100%;
		max-width: 400px;
	}

	.our-strengths-boxes-container {
		flex-direction: column;
		gap: 20px;
	}

	.our-strengths-boxes {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}

	.our-strengths-box-upper {
		width: 100%;
		max-width: 280px;
	}

	.our-strengths-box-upper-text,
	.our-strengths-text {
		width: 90%;
		font-size: 16px;
	}

	.our-strengths-boxes-image {
		width: 100px;
	}

	.comfort-section {
		flex-direction: column;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.comfort-image {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.pretty-woman-image {
		width: 100%;
		max-width: 500px;
	}

	.comfort-text {
		width: 100%;
		max-width: 400px;
		padding: 0 20px;
	}

	.comfort-title {
		font-size: 30px;
	}

	.comfort-description {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.container-about {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wrapper-pb150 {
		padding-top: 80px;
	}

	.title-about-text-span {
		font-size: 36px;
		line-height: 1.2;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.title-box-service-text {
		font-size: 18px;
	}

	.title-box-service-image {
		margin-top: 30px;
		margin-right: 20px;
		width: 120px;
	}

	.wrapper-title-about-main-image {
		padding-bottom: 80px;
		display: none;
	}

	.title-nattypets-pharagraf {
		font-size: 32px;
		line-height: 1.2;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.wrapper-care-box {
		margin-top: 30px;
	}

	[style*="margin-bottom:120px"] {
		margin-bottom: 60px !important;
	}

	[style*="font-size:16px;font-weight:700"] {
		font-size: 14px !important;
	}

	.our-strengths-main-text {
		font-size: 36px;
	}

	.our-strengths-boxes-image {
		width: 80px;
	}

	.our-strengths-box-upper-text,
	.our-strengths-text {
		font-size: 14px;
	}

	.our-strengths-boxes {
		max-width: 250px;
	}

	.our-strengths-box-upper {
		max-width: 250px;
	}

	.pretty-woman-image {
		max-width: 400px;
	}

	.comfort-title {
		font-size: 26px;
	}

	.comfort-description {
		font-size: 18px;
	}
}

@media screen and (max-width: 700px) {
	.title-about-text {
		max-width: 500px; 
	}

	.title-about-text-span {
		font-size: 32px; 
		line-height: 1.3;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
}

@media screen and (max-width: 480px) {
	.title-about-text {
		max-width: 400px; 
	}

	.title-about-text-span {
		font-size: 24px; 
		line-height: 1.3;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.title-box-service-left {
		margin-left: 15px;
		width: 100px;
	}

	.title-box-service-right {
		width: 100px;
		margin: 0 10px;
	}

	.title-box-service-image {
		width: 100px;
		margin: 20px 15px 10px;
	}

	.wrapper-title-box-service {
		border-radius: 20px;
		flex-direction: column;
		text-align: center;
	}

	.title-nattypets-pharagraf {
		font-size: 24px;
		line-height: 1.3;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	[style*="padding: 12px"] {
		padding: 8px !important;
		font-size: 14px;
	}

	[style*="border-radius: 40px"] {
		border-radius: 20px !important;
	}

	[style*="font-size:16px;font-family"] {
		font-size: 14px !important;
	}

	.wrapper-care-box {
		padding: 0 15px;
	}

	.our-strengths-main-text {
		font-size: 28px;
	}

	.our-strengths-header {
		padding-top: 30px;
	}

	.our-strengths-box-upper,
	.our-strengths-boxes {
		border-radius: 30px;
		padding: 8px 0;
		max-width: 220px;
	}

	.our-strengths-box-upper-text,
	.our-strengths-text {
		font-size: 12px;
	}

	.our-strengths-boxes-image {
		width: 60px;
	}

	.pretty-woman-image {
		max-width: 300px;
	}

	.comfort-title {
		font-size: 22px;
	}

	.comfort-description {
		font-size: 16px;
	}

	.comfort-image {
		margin-bottom: 20px;
	}
}

@media (max-width: 1600px) {
	.title-about-text {
		width: 620px;
		margin-bottom: 100px;
	}

	.title-box-service-image {
		margin-top: 50px;
		margin-right: 30px;
		margin-bottom: 14px;
		width: 120px;
	}

	.title-about-text-span {
		font-size: 70px;
	}

	.title-about {
		margin-bottom: 100px;
	}
}

.about-list-font-size{
	font-size:24px;
}
.about-list-image-width {
	max-width: 125px;
}
.about-titles-font-size{
	font-size:65px;
}
.wrapper-about-list-image-width{
	width:125px;
}
.wrapper-care-box {
	margin-top: 120px;
	margin-left: 35px;
}
.about-footer-text {
	margin: 0 210px;
}
@media (max-width: 1600px) {
	.title-about-text {
		width: 620px;
		margin-bottom:100px
	}
	.title-box-service-image {
		margin-top: 50px;
		margin-right: 30px;
		margin-bottom: 14px;
		width: 120px;
	}
	.title-about-text-span {
		font-size: 70px;
	}
	.title-about {
		margin-bottom: 100px;
	}
}

.code-phone-confirm{
	margin-bottom:18px;
}
/*.our-strengths {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 75px;
}*/
/*.our-strengths::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #F6F6F6;
		border-radius: 75px;
		clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
		z-index: -1;*/ /* ³                             */
/*}*/
.timeline-item {
	position: relative;
	padding: 26px 0;
	display: flex;
	align-items: center;
}

	.timeline-line {
		width: 2px;
		background-color: #4caf50;
		position: absolute;
		left: 20px;
		z-index: 0;
	}

		.timeline-line.top {
			top: 0;
			bottom: 50%;
		}

		.timeline-line.bottom {
			top: 50%;
			bottom: 0;
		}

	.timeline-dot {
		width: 20px;
		height: 20px;
		background-color: #4caf50;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		z-index: 1;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.timeline-content {
		padding-left: 40px;
	}

	.timeline-date {
		font-size: 14px;
		color: #4caf50;
		margin-bottom: 5px;
	}

	.timeline-status {
		font-size: 16px;
		font-weight: 500;
	}

	.dot-gray {
		background-color: gray !important;
	}

	.dot-red {
		background-color: red !important;
	}

	.date-gray {
		color: gray !important;
	}

	.date-red {
		color: red !important;
	}

	.line-gray {
		background-color: gray !important;
	}

	.line-red {
		background-color: red !important;
	}


	.tab-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		position: relative;
		z-index: 0;
		min-height: 100vh;
		height: 100%;
		overflow: visible;
	}

	.tab-pane {
		overflow-y: auto;
		overflow-x: hidden;
		display: flex;
		flex-direction: column;
		padding-top: 10px;
		position: relative;
		width: 100%;
		height: 100%;
	}

	.nav-tabs {
		position: relative;
		z-index: 1;
	}

	.custom-pane {
		position: absolute;
	}

	.custom-title {
		margin-top: 25px;
	}

	@media (max-width: 600px) {

		.items-pets .item-pet-container .item-pet {
			width: 170px;
			height: 170px;
		}
	}

	@media (max-width: 768px) {
		.navbar-columns {
			display: flex;
			justify-content: space-between;
			background: #bae9a8;
		}

		#nav-left {
			display: flex;
			flex-direction: column;
			width: 58%;
		}

		#nav-rigth {
			display: flex;
			flex-direction: column;
			width: 40%;
		}

		.nav-item {
			margin-bottom: 10px;
		}
	}

	@media (max-width: 768px) {
		.fc {
			font-size: 12px;
		}

		.fc-toolbar {
			flex-direction: column;
		}

		.fc .fc-toolbar .fc-left,
		.fc .fc-toolbar .fc-right {
			margin-bottom: 10px;
		}
	}

	@media (max-width: 410px) {
		.pet-photo-container-left {
			display: none;
		}
	}

	.navbar-header-test {
		display: none;
		justify-content: space-between;
		align-items: center;
		width: auto;
	}

	.switch-lang-small {
		display: none;
	}

	@media (max-width: 768px) {

		.navbar-nav .nav-item-icons {
			display: none;
		}

		.navbar-header {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 100%;
		}

			.navbar-header h1 {
				flex: 1;
				margin: 0;
			}

		.navbar-header-test {
			display: flex;
			width: auto;
		}

			.navbar-header-test .navbar-notifications .notification-block-min-width {
				list-style-type: none;
				padding: 0;
				margin: 0;
				display: flex;
			}

			.navbar-header-test .navbar-notifications {
				display: flex;
				margin-top: 10px;
			}

				.navbar-header-test .navbar-notifications .notification-block-min-width .nav-item-icons .notificationCustomSmall .notification-badge {
					margin-right: 10px;
				}

		.switch-lang-small {
			margin-top: 5px;
			display: block;
		}

		.navbar-nav .nav-item .switch-lang {
			display: none;
		}

		.navbar-toggle {
			margin-left: 10px;
		}
	}

	@media (max-width: 768px) {
		.fc-toolbar {
			display: none;
		}

		.fc-dayGridMonth-view {
			font-size: 12px;
		}
	}

	@media (max-width: 768px) {
		.fc-button {
			padding: 10px 15px;
			font-size: 14px;
		}
	}

	.map-request-style {
		height: 450px;
		margin: 0px 0px 0px;
	}

	.custom-form-group-apply {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		height: 100%;
		flex-wrap: wrap;
	}

		.custom-form-group-apply .btn {
			padding: 7px 7px;
			font-size: 14px;
		}

	@media (max-width: 768px) {
		.custom-form-group-apply {
			justify-content: center;
			width: 100%;
		}

			.custom-form-group-apply .btn {
				text-align: center;
			}
	}

	/* My pets logic adaptation*/
	@media (max-width: 1000px) {
		.col3.add-pet-container {
			width: 100%;
			text-align: center;
			margin-bottom: 50px;
		}

			.col3.add-pet-container .add-pet {
				display: inline-block;
			}

			.col3.add-pet-container i {
				font-size: 3rem;
				margin-top: 34px;
			}
	}

	/* My service filters logic adaptation*/

	.button-create-service-custom {
		margin-right: 50px;
	}

	.service-actions-container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.service-create-btn {
		flex: 0 0 auto;
		margin-bottom: 10px;
	}

	.service-filter-controls {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		flex: 1;
	}

	.form-group-custom-service {
		margin-right: 15px;
		margin-bottom: 10px;
	}


	@media (max-width: 700px) {
		.service-actions-container {
			flex-direction: column;
			align-items: flex-start;
		}

		.service-filter-controls {
			justify-content: flex-start;
			width: 100%;
		}

		.form-group-custom-service {
			width: 100%;
			margin-right: 0;
		}
	}

	.custom-datepicker {
		background-color: white !important;
		color: black !important;
	}

	/* Register page + logic adaptation*/
	.phone-form-group {
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100px;
	}

	.phone-input {
		margin-bottom: 5px;
		width: 18%;
	}

	/*.iti {
		height: 53px;
	}*/

	@media (max-width: 1000px) {
		.phone-input {
			width: 30%;
		}
	}

	@media (max-width: 600px) {
		.phone-input {
			width: 50%;
		}
	}

	.responsive-img {
		max-width: 100%;
		height: auto;
		max-width: 300px;
		margin: 20px auto;
		display: block;
		object-fit: cover;
	}

	.service-address {
		max-width: 100%;
		text-align: center;
		margin-left: 15px;
		margin-right: 15px;
	}

		.service-address h5 {
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

	.iti__selected-dial-code {
		display: none;
	}

	.text-danger {
		color: #e3342f;
	}

	.is-invalid {
		border: 2px solid #d36060 !important;
	}

	.custom-form-inline {
		display: flex;
		margin-top: 15px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		align-items: flex-start;
	}

	.custom-form-group {
		flex: 1 1 auto;
		min-width: 150px;
		margin-right: 15px;
	}

	.custom-date-filter,
	.custom-period-filter {
		display: flex;
		gap: 10px;
		flex: 1 1 auto;
	}

		.custom-period-filter input {
			flex: 1 1 auto;
		}

	@media (max-width: 768px) {
		.custom-form-inline {
			flex-direction: column;
		}

		.custom-form-group {
			width: 100%;
			margin-right: 0;
		}
	}

	/* Time logic */
	.parentContainer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-bottom: 100px;
		padding: 20px;
	}

	.paymentContainer {
		width: 85%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	@media (max-width: 950px) {
		.paymentContainer {
			width: 90%;
		}

		.card-container {
			flex-direction: column;
			gap: 15px;
			width: 80%;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.card {
			width: 100%;
			min-width: 160px;
		}
	}

	.time-container {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}

		.time-container .time-input {
			width: 150px;
			margin: 0 5px;
			margin-bottom: 20px;
		}

		.time-container .time-separator {
			margin: 0 10px;
			font-size: 16px;
			margin-bottom: 20px;
		}

	.time-description {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100px;
		overflow-y: auto;
		resize: none;
		box-sizing: border-box;
	}


	.toggle-switch-buy {
		display: inline-flex;
		position: absolute;
		border: 2px solid #32a852;
		border-radius: 30px;
		overflow: hidden;
		font-family: Arial, sans-serif;
		font-size: 16px;
		width: 260px;
	}

		.toggle-switch-buy input {
			display: none;
		}

		.toggle-switch-buy label {
			flex: 1;
			text-align: center;
			padding: 6px 0;
			color: #32a852;
			transition: color 0.3s;
			position: relative;
			z-index: 2;
			cursor: pointer;
		}

		.toggle-switch-buy input:checked + label {
			color: #fff;
		}

	.toggle-bg-buy {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 50%;
		background-color: #32a852;
		border-radius: 30px;
		transition: left 0.3s;
		z-index: 1;
	}

	#boarding:checked ~ .toggle-bg-buy {
		left: 50%;
	}

	.toggle-switch-buy {
		cursor: pointer;
	}

	.card-container {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
		transition: opacity 0.5s ease-in-out;
	}

		.card-container.hidden {
			display: none;
		}

	.card {
		/* margin-top: 100px; */
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
		padding: 20px;
		text-align: center;
		max-width: calc(26% - 40px);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	@media (max-width: 768px) {
		.card {
			width: 100%;
			margin-top: 50px;
		}

		.popular .badge {
			left: -10px;
			width: 120%;
		}

		.profitable .badge {
			left: -10px;
			width: 120%;
		}
	}

	.card-header {
		position: relative;
		padding: 10px 0;
	}

		.card-header .count {
			font-size: 40px;
			font-weight: bold;
			color: #333;
			margin: 0;
		}

		.card-header p {
			margin: 5px 0 0 0;
			font-size: 18px;
			color: #777;
		}

	.card-body p {
		margin: 10px 0;
		color: #555;
	}

	.price {
		font-size: 14px;
		font-weight: bold;
		color: #32a852;
	}

		.price s {
			font-size: 16px;
			color: #888;
			margin-right: 10px;
		}

	.discount {
		font-size: 14px;
		color: #f68c1e;
		margin-left: 5px;
	}

	.card-footer {
		margin-top: 20px;
	}

		.card-footer button {
			background-color: #32a852;
			border: none;
			color: white;
			padding: 10px 20px;
			border-radius: 5px;
			cursor: pointer;
			font-size: 16px;
		}

	.popular .badge {
		background-color: #f68c1e;
		padding: 5px 10px;
		border-radius: 20px;
		color: #fff;
		font-size: 14px;
		margin-bottom: 10px;
		position: absolute;
		top: -25px;
	}

	.profitable .badge {
		background-color: #ffcb33;
		padding: 5px 10px;
		border-radius: 20px;
		color: #fff;
		font-size: 14px;
		margin-bottom: 10px;
		position: absolute;
		top: -25px;
	}

	.card .badge {
		display: block;
	}

	.view-switcher .btn {
		font-size: 10px;
		border: 2px solid transparent;
		border-radius: 0.25rem;
		cursor: pointer;
		height: 35px;
	}

	.view-switcher .btn-active {
		background-color: #28a745;
		color: white;
		border-color: #28a745;
	}

	.view-switcher .btn-inactive {
		background-color: #f8f9fa;
		color: #6c757d;
		border-color: #6c757d;
	}


	.date-range {
		display: flex;
		align-items: center;
		gap: 10px;
	}

		.date-range input {
			flex: 1;
		}

	.date-separator {
		padding: 0 10px;
		font-weight: bold;
	}

	/* Add Service table for fill time */

	.table-container-add-service {
		max-width: 600px;
		text-align: center;
		margin: 0 auto;
	}

	.plus-button-add-time {
		background-color: #28a745;
		color: white;
		border: none;
		border-radius: 50%;
		font-size: 20px;
		width: 30px;
		height: 30px;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		margin-top: -10px;
		margin-bottom: 10px;
	}

	.minus-button {
		background-color: #dc3545;
		color: white;
		border: none;
		border-radius: 50%;
		font-size: 18px;
		width: 30px;
		height: 30px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	/* Add Service for day of week */

	.days-container {
		width: 300px;
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}

	.day-option {
		display: flex;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
		margin: 0 5px;
	}

		.day-option input[type="checkbox"] {
			display: none;
		}

		.day-option span {
			display: block;
			width: 30px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			border-radius: 50%;
			background-color: #e0e0e0;
			margin-top: 5px;
			transition: background-color 0.3s;
		}

		.day-option input[type="checkbox"]:checked + span {
			background-color: #4CAF50;
			color: white;
		}

	/* My Services for tippy cards */


	.tippy-box[data-theme~='tomato'] {
		border-radius: 4px;
	}

		.tippy-box[data-theme~='tomato'] .tippy-arrow {
			color: inherit;
		}

	.calendar-services {
		width: 100%;
		height: 700px;
		padding: 10px;
	}

	.tooltip-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #fff;
		padding: 15px;
		max-width: 300px;
		font-size: 14px;
		color: black;
	}

	.pet-photo-tippy img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		object-fit: cover;
		margin-bottom: 10px;
	}

	.pet-name-tippy {
		margin-bottom: 10px;
		text-align: center;
	}

	.service-time-tippy {
		text-align: center;
		margin-top: -8px;
		margin-bottom: 8px;
	}

	.service-status-tippy {
		text-align: center;
		margin-top: -8px;
		margin-bottom: 8px;
	}

	.service-type-tippy {
		margin-bottom: 15px;
		text-align: center;
		font-size: 18px;
	}

	.tooltip-buttons {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

		.tooltip-buttons a, .tooltip-buttons button {
			width: 30px;
			height: 30px;
			display: flex;
			align-items: center;
			justify-content: center;
			border: none;
			border-radius: 4px;
			margin: 0 2px;
		}

			.tooltip-buttons button.button-yellow-tippy {
				background: #f0c800;
				color: #fff;
			}

			.tooltip-buttons a.button-red-tippy {
				background: #e74c3c;
			}

			.tooltip-buttons a.button-blue-tippy {
				background: #3498db;
			}

			.tooltip-buttons button.button-red-tippy {
				background: #e74c3c;
				color: #fff;
			}

		.tooltip-buttons i {
			font-size: 16px;
			color: #fff;
		}

	/* Add Service */
	.date-input-group-add-service {
		display: flex;
		align-items: center;
	}

		.date-input-group-add-service .form-control {
			margin-right: 10px;
		}

		.date-input-group-add-service .separator {
			margin-right: 10px;
		}

		.date-input-group-add-service input {
			width: 200px;
		}

	/* Calendary Add Service */
	.fc-daygrid-day {
		cursor: default;
	}

	.fc-daygrid-day-top {
		cursor: default;
	}

	.fc-daygrid-day-number {
		cursor: default;
	}

	.fc-event {
		cursor: default;
	}

	.calendar-container {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 40px;
		margin-left: 20%;
	}

	@media (max-width: 1000px) {
		.calendar-container {
			margin-left: 5%;
			margin-bottom: 20px;
		}
	}

	@media (max-width: 600px) {
		.date-custom-input {
			width: 30%;
		}
	}

	.custom-background-event {
		background-color: forestgreen;
		border: none;
	}


	/* switch lang */

	.switch-lang {
		cursor: pointer;
		z-index: 50;
		width: 60px;
		position: relative;
	}

		.switch-lang:hover .lang-dropdown {
			opacity: 1;
			visibility: visible;
		}

	.current-lang {
		background: #F8F8F8;
		padding: 5px;
		height: 20px;
		border-radius: 5px;
		display: flex;
		align-items: center;
	}

	.lang-flag {
		width: 20px;
		height: auto;
		margin-right: 5px;
	}

	.lang-text {
		font-family: 'Cabin', sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		color: #6d6d6d;
		margin-top: 30px;
		font-size: 13px;
	}

	.lang-dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.4s ease, visibility 0.4s ease;
		background: #F8F8F8;
		border-radius: 5px;
		margin-top: 2px;
		padding: 5px 0;
	}

	.selecting-lang {
		padding: 3px 10px;
		cursor: pointer;
		height: 20px;
		display: flex;
		align-items: center;
		transition: background 0.3s ease;
	}

		.selecting-lang:hover {
			background: #ededed;
		}

	.active-lang {
		font-weight: bold;
	}

	/*Payment Page*/

	.payment-section {
		background: #fff;
		border-radius: 8px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		padding: 20px;
		max-width: 600px;
		margin: auto;
	}

		.payment-section h2 {
			margin-top: 0;
		}

	.payment-methods {
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
	}

	.payment-method {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 10px;
	}

	.payment-method-label {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
		color: #333;
	}

	.payment-method input[type="radio"] {
		margin-right: 10px;
	}

	.total-amount {
		margin-bottom: 20px;
	}

	.pay-button {
		background: #28a745;
		color: #fff;
		border: none;
		border-radius: 4px;
		padding: 10px 20px;
		cursor: pointer;
	}

		.pay-button:hover {
			background: #218838;
		}

	.transaction-units {
		width: 100%;
	}

		.transaction-units .transaction-unit-card {
			width: 40%;
		}

	@media (max-width: 850px) {
		.transaction-units .transaction-unit-card {
			width: 330px;
		}
	}

	.service-list-payment {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}

	.service-item-payment {
		position: relative;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		padding: 20px;
		flex: 1 1 calc(33.333% - 20px);
		max-width: calc(33.333%);
		box-sizing: border-box;
		transition: all 0.3s ease-in-out;
		right: 10px;
	}

	.service-details-payment {
		margin-bottom: 10px;
	}

	.service-title-payment {
		margin: 0;
		font-size: 18px;
		color: #333;
	}

	.service-price-payment {
		font-size: 16px;
		font-weight: bold;
		color: #333;
	}

	.quantity-selector-payment {
		display: flex;
		align-items: center;
	}

		.quantity-selector-payment label {
			margin-right: 10px;
			font-size: 14px;
		}

		.quantity-selector-payment input {
			width: 60px;
			padding: 5px;
			font-size: 14px;
			text-align: center;
		}

	.service-image-payment {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		object-fit: cover;
	}

	@media (max-width: 800px) {
		.service-item-payment {
			flex: 1 1 100%;
			max-width: 70%;
			text-align: start;
		}

		.service-image-payment {
			margin: 0 auto 10px;
			width: 80px;
			height: 80px;
		}

		.service-details-payment {
			margin-bottom: 20px;
		}
	}

	.summary {
		position: absolute;
		width: 25%;
		top: 25%;
		left: 70%;
		padding: 30px;
		background: #fff;
		text-align: center;
		border-radius: 8px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

		.summary ul {
			list-style-type: none;
			padding: 0;
		}

			.summary ul li {
				margin-bottom: 10px;
			}

		.summary p {
			margin-top: 20px;
			font-weight: bold;
		}

	/*Layout*/

	.nav-item-icons {
		margin-left: 10px;
		font-size: 20px;
		margin-top: -5px;
	}

		.nav-item-icons button {
			border: none;
			background: none;
			position: relative;
		}

	/*Carusel pet photos design*/
	.items-pets {
		left: 50%;
		transform: translate(-50%, -50%);
		user-select: none;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 100%;
		margin-top: 200px;
		margin-bottom: 250px;
	}

		.items-pets .item-pet {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 250px;
			height: 250px;
			border-radius: 50%;
			overflow: hidden;
			transition: all 300ms ease-in-out;
			z-index: -1;
			opacity: 0;
		}

	.item-pet img {
		width: 100%;
		height: 100%;
		cursor: pointer;
		object-fit: cover;
	}

	.item-pet-container {
		position: absolute;
		text-align: center;
	}

	.pet-info {
		margin-top: 310px;
		font-size: 18px;
		color: rgba(0, 0, 0, 1);
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		opacity: 0;
		transition: opacity 100ms ease-in-out;
	}

	.item-pet.active + .pet-info {
		opacity: 2;
	}

	.item-pet.active {
		opacity: 1;
		z-index: 99;
		box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.75);
	}

	.item-pet.prev {
		z-index: 2;
		opacity: 0.25;
		transform: translate(-125%, -50%);
	}

	.item-pet.next {
		z-index: 2;
		opacity: 0.25;
		transform: translate(25%, -50%);
	}

	.items-pets .button-container-pets {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 275px;
		z-index: 100;
		display: flex;
		justify-content: space-between;
	}

	.button-container-pets .button {
		color: #fff;
		font-size: 32px;
		cursor: pointer;
		position: relative;
		opacity: 0.75;
		transition: all 300ms ease-in-out;
	}

		.button-container-pets .button:hover {
			opacity: 1;
		}

		.button-container-pets .button:before {
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 50px;
			height: 50px;
			background-color: rgba(0, 0, 0, 1);
			border-radius: 50%;
			z-index: -99;
		}

	/*Filter design*/

	.multy-status {
		position: relative;
		z-index: 5;
		width: auto;
		min-width: 200px;
	}

	/*Comment Style*/
	.blog-comment::before,
	.blog-comment::after,
	.blog-comment-form::before,
	.blog-comment-form::after {
		content: "";
		display: table;
		clear: both;
	}

	.comment-author-style {
		color: green;
	}

	.no-users-responses {
		text-align: center;
		padding: 30px;
		font-size: 18px;
	}

	.blog-comment {
		padding-left: 15%;
		padding-right: 15%;
	}

		.blog-comment ul {
			list-style-type: none;
			padding: 0;
		}

		.blog-comment img {
			opacity: 1;
			filter: Alpha(opacity=100);
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-o-border-radius: 4px;
			border-radius: 4px;
		}

			.blog-comment img.avatar {
				position: relative;
				float: left;
				margin-left: 0;
				margin-top: 0;
				width: 65px;
				height: 65px;
			}

		.blog-comment .post-comments {
			border: 1px solid #eee;
			margin-bottom: 20px;
			margin-left: 85px;
			margin-right: 0px;
			padding: 10px 20px;
			position: relative;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-o-border-radius: 4px;
			border-radius: 4px;
			background: #fff;
			color: #6b6e80;
			position: relative;
		}

		.blog-comment .meta {
			font-size: 16px;
			color: #aaaaaa;
			padding-bottom: 8px;
			margin-bottom: 10px !important;
			border-bottom: 1px solid #eee;
		}

		.blog-comment ul.comments ul {
			list-style-type: none;
			padding: 0;
			margin-left: 85px;
		}

	.blog-comment-form {
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 40px;
	}

		.blog-comment h3,
		.blog-comment-form h3 {
			margin-bottom: 40px;
			font-size: 26px;
			line-height: 30px;
			font-weight: 800;
		}


	/*Sidebox notifications custom design*/

	@import url(https://fonts.googleapis.com/css?family=Muli);

	.overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 1050;
	}

	.disable-scroll {
		overflow: hidden;
	}

	.button-show-more-comments {
		display: flex;
		justify-content: center;
	}

	#load-more-btn {
		margin-top: 20px;
	}

	.sidebar-custom-notification {
		position: fixed;
		width: 27%;
		right: -500px;
		background-color: white;
		height: 100%;
		padding: 6px;
		padding-bottom: 40px;
		top: 0;
		z-index: 1100;
		overflow-y: auto;
		transition: right 0.7s;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

		.sidebar-custom-notification h2 {
			margin-top: 30px;
		}

		.sidebar-custom-notification.active {
			right: 0;
		}

	@media (max-width: 1000px) {
		.sidebar-custom-notification {
			width: 100%;
			right: -1000px;
		}
	}

	.cancel-custom-notification.top-right {
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 20px;
		background: none;
		border: none;
		color: black;
		cursor: pointer;
	}

	.no-notifications-message {
		padding: 20px;
		text-align: center;
		color: #333;
		font-size: 16px;
	}

	.cancel-custom-notification {
		position: absolute;
		right: 7px;
		top: 10px;
		cursor: pointer;
		padding: 3px 8px;
		border-radius: 20px;
	}

		.cancel-custom-notification:hover {
			color: black;
			background-color: forestgreen;
		}

	.gone-custom-notification {
		display: none;
	}

	.notibox-custom-notification {
		color: black;
		font-family: 'Muli', sans-serif;
		background-color: #b9d97e;
		width: calc(100% - 30px);
		padding: 15px;
		margin: 15px;
		border-radius: 4px;
		position: relative;
		display: flex;
		align-items: center;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}

		.notibox-custom-notification.is-view {
			background-color: #d3d3d3;
		}

		.notibox-custom-notification:hover {
			background-color: #a8c96d;
		}

		.notibox-custom-notification.is-view:hover {
			background-color: #c0c0c0;
		}

	.no-notifications-message {
		margin-top: 20px;
		padding: 20px;
		background-color: #f8f8f8;
		color: #666;
		border: 1px solid #ddd;
		border-radius: 4px;
		text-align: center;
		font-size: 16px;
	}

	.notibox-custom-message-notification {
		color: black;
		font-family: 'Muli', sans-serif;
		background-color: #b9d97e;
		width: calc(100% - 30px);
		padding: 15px;
		margin: 15px;
		border-radius: 4px;
		position: relative;
		display: flex;
		align-items: center;
	}

		.notibox-custom-message-notification:hover {
			background-color: #a3c36f;
			cursor: pointer;
		}

	.notification-user-photo {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		overflow: hidden;
		margin-right: 20px;
		flex-shrink: 0;
	}

		.notification-user-photo img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	.notification-details {
		flex-grow: 1;
	}

	.notification-type {
		font-weight: bold;
		margin-bottom: 5px;
		text-align: center;
		margin-right: 50px;
	}

	.notification-message {
		margin-top: 0;
	}

	.notification-footer {
		display: flex;
		justify-content: space-between;
		margin-top: -15px;
	}

	.notification-provider {
		margin-right: 15px;
		font-weight: bold;
	}

	.notification-time {
		font-style: italic;
	}



	/*Modal custom design*/

	.show-more-button {
		background-color: #4CAF50;
		color: white;
		border: none;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin-top: 10px;
		cursor: pointer;
		border-radius: 4px;
		transition: background-color 0.3s ease;
	}

		.show-more-button:hover {
			background-color: #45a049;
		}

	.center-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.starability-grow {
		margin-bottom: 20px;
	}

	.comment-textarea {
		width: 80%;
		padding: 10px;
		font-size: 14px;
		border: 1px solid #ccc;
		border-radius: 4px;
		resize: vertical;
	}

	.modal-custom {
		display: none;
		position: fixed;
		z-index: 10000;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0,0,0,0.4);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.modal-content-custom {
		position: relative;
		background-color: white;
		color: black;
		margin: auto;
		padding: 0;
		width: 50%;
		max-width: 600px;
		border-radius: 10px;
		overflow: hidden;
		-webkit-animation-name: animatetop;
		-webkit-animation-duration: 0.4s;
		animation-name: animatetop;
		animation-duration: 0.4s;
	}

	@media screen and (max-width: 1000px) {
		.modal-content-custom {
			width: 90%;
		}
	}

	@-webkit-keyframes animatetop {
		from {
			top: -300px;
			opacity: 0;
		}

		to {
			top: 0;
			opacity: 1;
		}
	}

	@keyframes animatetop {
		from {
			top: -300px;
			opacity: 0;
		}

		to {
			top: 0;
			opacity: 1;
		}
	}

	.close-custom {
		color: black;
		float: right;
		margin-left: 17px;
		margin-top: -10px;
		font-size: 28px;
		font-weight: bold;
		cursor: pointer;
		transition: color 0.3s;
	}

		.close-custom:hover,
		.close-custom:focus {
			color: #9C27B0;
		}

	.modal-header-custom {
		padding: 25px 16px;
		background-color: white;
		color: black;
		border-bottom: 1px solid #ddd;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.modal-body-custom {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 10px 46px;
	}

	.modal-footer-custom {
		padding: 10px 16px;
		background-color: white;
		color: black;
		border-top: 1px solid #ddd;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		text-align: right;
	}

		.modal-header-custom h2,
		.modal-footer-custom h3 {
			margin: 0;
			padding: 0;
		}

	.user-info-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

		.user-info-container strong {
			flex-grow: 1;
		}

		.user-info-container .time-ago {
			white-space: nowrap;
		}

	.notification-badge {
		background-color: red;
		color: white;
		right: -12px;
		top: -5px;
		position: absolute;
		border-radius: 50%;
		padding: 5px 10px;
		min-width: 15px;
		min-height: 15px;
		font-size: 10px;
		font-weight: bold;
	}


	/* Buttons custom */

	.button-blue {
		appearance: none;
		background-color: #3366ff;
		border: 1px solid rgba(27, 31, 35, .15);
		border-radius: 6px;
		box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
		padding: 6px 16px;
		position: relative;
		text-align: center;
		text-decoration: none;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
		vertical-align: middle;
		white-space: nowrap;
		transition: transform 0.2s ease, background-color 0.2s ease;
	}

		.button-blue :focus:not(:focus-visible):not(.focus-visible) {
			box-shadow: none;
			outline: none;
		}

		.button-blue:hover {
			background-color: #0040ff;
			transform: scale(0.90);
			color: #fff;
		}


	.button-yellow {
		appearance: none;
		background-color: #ffd633;
		border: 1px solid rgba(27, 31, 35, .15);
		border-radius: 6px;
		box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
		padding: 6px 16px;
		position: relative;
		text-align: center;
		text-decoration: none;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
		vertical-align: middle;
		white-space: nowrap;
		transition: transform 0.2s ease, background-color 0.2s ease;
	}

		.button-yellow :focus:not(:focus-visible):not(.focus-visible) {
			box-shadow: none;
			outline: none;
		}

		.button-yellow:hover {
			background-color: #ffcc00;
			transform: scale(0.90);
		}

	.button-red {
		appearance: none;
		background-color: #ff3333;
		border: 1px solid rgba(27, 31, 35, .15);
		border-radius: 6px;
		box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
		padding: 6px 16px;
		position: relative;
		text-align: center;
		text-decoration: none;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
		vertical-align: middle;
		white-space: nowrap;
		transition: transform 0.2s ease, background-color 0.2s ease;
	}

		.button-red :focus:not(:focus-visible):not(.focus-visible) {
			box-shadow: none;
			outline: none;
		}

		.button-red:hover {
			background-color: #ff0000;
			transform: scale(0.90);
		}


	/* Service Order Details */

	.picture-order-service {
		display: inline-block;
		height: 200px;
		width: 200px;
		position: relative;
		cursor: pointer;
		text-align: center;
	}

		.picture-order-service .name-pet-card {
			font-size: 17px;
			margin-top: 3px;
		}

		.picture-order-service::after {
			content: "";
			width: 100%;
			height: 100%;
			border-radius: 50%;
			background-color: forestgreen;
			position: absolute;
			top: 0;
			left: 0;
			z-index: -1;
		}

		.picture-order-service img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			transition: all 0.9s ease 0s;
			border-radius: 50%;
		}

		.picture-order-service:hover img {
			box-shadow: 0 0 0 14px #f7f5ec;
			transform: scale(0.7);
		}

	/* Service Details */
	.hidden {
		display: none;
	}

	.picture {
		display: inline-block;
		height: 300px;
		width: 300px;
		position: relative;
		cursor: pointer;
		text-align: center;
	}

		.picture .name-pet-card {
			font-size: 17px;
			margin-top: 3px;
		}

		.picture::after {
			content: "";
			width: 100%;
			height: 100%;
			border-radius: 50%;
			background-color: forestgreen;
			position: absolute;
			top: 0;
			left: 0;
			z-index: -1;
		}

		.picture img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			transition: all 0.9s ease 0s;
			border-radius: 50%;
		}

		.picture:hover img {
			box-shadow: 0 0 0 14px #f7f5ec;
			transform: scale(0.7);
		}
	/* MyOrderService Filters */

	.filter-order-service-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-left: 5px;
		gap: 30px;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.multy-status select {
		width: 100%;
		padding: 8px;
		border-radius: 4px;
	}

	.view-switcher button {
		padding: 10px 20px;
		border: none;
		cursor: pointer;
	}

	.view-switcher .btn-active {
		background-color: #28a745;
		color: white;
	}

	.view-switcher .btn-inactive {
		background-color: #6c757d;
		color: white;
	}

	@media (max-width: 768px) {
		.filter-order-service-container {
			flex-direction: column;
			gap: 15px;
			align-items: stretch;
		}

		.multy-status select {
			width: 100%;
		}

		h4 {
			text-align: center;
		}

		.view-switcher {
			width: 100%;
			justify-content: space-around;
			margin-left: 0;
		}

			.view-switcher button {
				flex: 1;
				text-align: center;
			}
	}

	/* MyService Card */

	:root {
		--status-service-color: forestgreen;
	}

	.titlePage {
		margin-top: 30px;
	}

	#servicesContainer {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 103%;
	}

	@media (max-device-width: 1000px) {
		#servicesContainer {
			margin: 0;
			margin-left: 20px;
		}
	}

	.our-team {
		border-radius: 20px;
		padding: 30px 0 40px;
		background-color: #f7f5ec;
		text-align: center;
		overflow: hidden;
		position: relative;
		height: 430px;
		border: solid 1px var(--status-service-color);
		margin: 10px;
		width: 30%;
	}

	@media (max-device-width: 1200px) {
		.our-team {
			width: 30%;
		}
	}

	@media (max-device-width: 590px) {
		.our-team {
			width: 40%;
		}

			.our-team .team-content .user-card-details {
				padding: 0px 5px;
				flex: 1 1 100%;
			}
	}

	@media (min-device-width: 1200px) {
		.our-team {
			width: 280px;
		}
	}

	.our-team .team-content .content-center {
		margin-top: 15px;
		font-size: 11px;
	}

	.our-team .picture {
		display: inline-block;
		height: 130px;
		width: 130px;
		position: relative;
		cursor: pointer;
	}

	@media (max-width: 768px) {
		.our-team .picture {
			height: 100px;
			width: 100px;
			margin-bottom: 30px;
		}
	}


	.our-team .picture::before {
		content: "";
		width: 100%;
		height: 0;
		border-radius: 50%;
		background-color: var(--status-service-color);
		position: absolute;
		bottom: 135%;
		right: 0;
		left: 0;
		opacity: 0.9;
		transform: scale(3);
		transition: all 0.3s linear 0s;
	}

	.our-team:hover .picture::before {
		height: 100%;
	}

	.our-team .picture::after {
		content: "";
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background-color: var(--status-service-color);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.our-team .picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transition: all 0.9s ease 0s;
		border-radius: 50%;
	}

	.our-team .picture .pet-photo-img img,
	.our-team .picture .multiple-pets-service-details img {
		transition: none;
	}

	.our-team:hover .picture img {
		box-shadow: 0 0 0 14px #f7f5ec;
		transform: scale(0.7);
	}

	.our-team:hover .picture .pets-switcher img {
		box-shadow: none !important;
		transform: none !important;
	}

	.our-team:hover .picture .pet-photo-img img,
	.our-team:hover .picture .multiple-pets-service-details img {
		box-shadow: none;
		transform: none;
	}

	.our-team .title {
		display: block;
		font-size: 15px;
		color: #4e5052;
		text-transform: capitalize;
	}

	.our-team .team-content .user-card-details {
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

		.our-team .team-content .user-card-details:hover {
			color: #3aa846;
		}

	.our-team .team-content .status-rating-details {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

		.our-team .team-content .status-rating-details h4 {
			margin-top: 10px;
		}

	.our-team .team-content .user-card-details img {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin-block-start: 10px;
	}

	.our-team .team-content .user-card-details a {
		color: inherit;
		text-decoration: none;
		font-size: 14px;
		margin-left: 4px;
		margin-top: 10px;
	}

	.our-team .social {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		width: 100%;
		padding: 5px;
		margin: 0;
		background-color: var(--status-service-color);
		position: absolute;
		bottom: -110px;
		left: 0;
		transition: all 0.5s ease 0s;
	}

	.our-team .team-content h3.name,
	.our-team .team-content h5,
	.our-team .team-content h4 {
		margin: 0;
		padding: 0;
	}

	.our-team .team-content h5 {
		margin-top: 5px;
	}

	.our-team:hover .social {
		bottom: 0;
	}

	.our-team .social li {
		display: inline-block;
	}

		.our-team .social li a {
			display: block;
			padding: 10px;
			font-size: 17px;
			color: white;
			transition: all 0.3s ease 0s;
			text-decoration: none;
		}

			.our-team .social li a:hover {
				color: #1369ce;
				background-color: #f7f5ec;
			}

	/* Layout */
	.user-profile-nav {
		display: flex;
		align-items: center;
		padding-left: 15px;
	}

	.wrapper-user-profile {
		display: flex;
		align-items: center;
	}

	.user-profile {
		display: flex;
		align-items: center;
	}

	.user-profile-image {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #65c178;
		margin-right: 10px;
		background-size: cover;
		background-position: center;
		overflow: hidden;
	}

	.user-details {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.user-name {
		font-weight: bold;
	}

	.user-role {
		font-size: small;
		color: gray;
	}

	.nottnotification {
		cursor: pointer;
	}

	#notification-container {
		position: fixed;
		top: 100px;
		right: 10px;
		z-index: 1000;
	}

	.notification {
		background-color: #333;
		color: #fff;
		padding: 15px;
		margin-top: 10px;
		border-radius: 5px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		opacity: 0;
		transform: translateX(100%);
		transition: transform 0.3s ease, opacity 0.3s ease;
		position: relative;
	}

		.notification.show {
			opacity: 1;
			transform: translateX(0);
		}

		.notification .close {
			position: absolute;
			top: 5px;
			right: 10px;
			background: none;
			border: none;
			color: #fff;
			font-size: 16px;
			cursor: pointer;
		}


	.dropdown-menu .dropdown-item {
		display: block;
		width: 110%;
		text-align: left;
	}

	/* UserProfile */
	.image-upload-container {
		width: 400px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border: 2px dashed #ccc;
		border-radius: 10px;
		padding: 20px;
		transition: border-color 0.3s;
	}

		.image-upload-container:hover {
			border-color: #9ecaed;
		}

	.image-upload-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 8px 20px;
		color: #666;
		background-color: #f8f8f8;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		transition: background-color 0.3s;
	}

		.image-upload-btn:hover {
			background-color: #e8e8e8;
		}

		.image-upload-btn i {
			margin-right: 8px;
		}

	.image-preview {
		width: 100%;
		margin-top: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

		.image-preview img {
			max-width: 100%;
			max-height: 200px;
			border-radius: 5px;
		}

	/* RequestService Cards */
	bodyCard {
		font-family: Arial, sans-serif;
		background-color: #f0f0f0;
		margin: 0 auto;
		padding: 20px;
		max-width: 100%;
		align-items: center;
	}

	.blocks {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

		.blocks .block {
			min-width: 350px;
			display: flex;
			align-items: center;
			background-color: #ffffff;
			border: 1px solid #ddd;
			border-radius: 8px;
			padding: 10px;
			margin: 5px 5px;
			cursor: pointer;
		}

	.block:hover {
		background-color: #f9f9f9;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}

	.pet-photo {
		object-fit: cover;
		margin-right: 20px;
		width: 62px;
		height: 60px;
		border-radius: 50%;
	}

	.pet-photo-container-marker {
		object-fit: cover;
		text-align: center;
	}

		.pet-photo-container-marker .pet-photo-marker-img {
			width: 60px;
			height: 60px;
			overflow: hidden;
		}

			.pet-photo-container-marker .pet-photo-marker-img img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		.pet-photo-container-marker .pet-name {
			font-size: 14px;
		}


	.pet-photo-container-left {
		object-fit: cover;
		margin-right: 20px;
		text-align: center;
	}

	@media (max-width: 450px) {
	}

	.pet-photo-container-left img {
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}

	.pet-photo-container-left .pet-photo-img {
		width: 60px;
		height: 60px;
		overflow: hidden;
		border-radius: 50%;
	}

		.pet-photo-container-left .pet-photo-img img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	.pet-photo-container-left .pet-name {
		font-size: 14px;
		width: 60px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.block-content {
		flex: 1;
		text-align: left;
		margin-left: 7px;
	}

		.block-content .user-small-details {
			margin-top: 5px;
		}

			.block-content .user-small-details:hover a {
				color: #3aa846;
			}

			.block-content .user-small-details img {
				width: 30px;
				height: 30px;
				border-radius: 50%;
			}

			.block-content .user-small-details a {
				color: inherit;
				text-decoration: none;
				font-size: 13px;
			}

		.block-content h3 {
			margin: 0;
			font-size: 15px;
		}

		.block-content p {
			margin: 0;
			color: #777;
			font-size: 1em;
		}

			.block-content p + p {
				margin-top: -5px;
			}

	.block-button {
		margin-left: auto;
	}

	.btn-success {
		background-color: #4CAF50;
		border: none;
		color: white;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 12px;
		/*margin-left: 10px;*/
		border-radius: 5px;
		transition: background-color 0.3s;
	}

		.btn-success:hover {
			background-color: #45a049;
		}

	.btn-warning {
		background-color: #c22b17;
		border: none;
		color: white;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 12px;
		margin-left: 10px;
		border-radius: 5px;
		transition: background-color 0.3s;
	}

		.btn-warning:hover {
			background-color: #c22b20;
		}

	.pagination-container-request {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
		gap: 10px;
		margin-bottom: 30px;
	}

	.btn-pagination-request {
		background-color: #4CAF50;
		border: none;
		color: white;
		font-size: 18px;
		padding: 10px 15px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background-color 0.3s;
		outline: none;
	}

		.btn-pagination-request:disabled {
			background-color: #a5d6a7;
			cursor: not-allowed;
		}

		.btn-pagination-request:hover {
			background-color: #45a049;
		}

		.btn-pagination-request:focus {
			outline: none;
		}

	.pagination-info-request {
		font-size: 16px;
		color: #333;
		padding: 5px 10px;
		min-width: 50px;
		text-align: center;
	}

	modalOverlay {
		flex: 1;
		background-color: honeydew;
		justify-content: center;
		align-items: center;
	}

	modalContent {
		background-color: aliceblue;
		padding: 20px;
		border-radius: 10px;
		align-items: center;
		gap: 15px;
	}

	/* Стили для отображения нескольких питомцев */
	.multiple-pets-tippy {
		display: flex;
		align-items: center;
		gap: 2px;
	}

	.pet-avatar-tippy {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		object-fit: cover;
		/* margin-left: -5px; */
	}

	.more-pets-tippy {
		color: black;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		margin-left: -5px;
	}

	.pets-names-tippy {
		font-weight: bold;
		margin-top: 5px;
		font-size: 14px;
	}

	/* Стили для модального окна с несколькими питомцами */
	.pets-info-container-modal {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
		margin-top: 20px;
		flex-direction: column;
	}

	.multiple-pets-photos-modal {
		display: flex;
		align-items: center;
		gap: 5px;
		margin-bottom: 10px;
	}

	.pet-photo-modal-small {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		object-fit: cover;
	}

	.more-pets-modal {
		color: black;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-weight: bold;
	}

	.pets-names-modal {
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		margin-top: 5px;
		color: #333;
	}

	/* Стили для ServiceOrders с несколькими питомцами */
	.multiple-pets-service-details {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.pets-photos-container {
		display: flex;
		align-items: center;
		gap: 5px;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 400px;
	}

	.pet-photo-multiple {
		width: 100px;
		height: 100px;
		border-radius: 50% !important;
		object-fit: cover !important;
		transition: transform 0.2s ease;
		display: block;
	}

	.pet-photo-multiple:hover {
		transform: scale(1.1);
		border-color: #007bff;
	}

	.our-team .picture .pet-photo-multiple:hover {
		transform: none;
		border-color: transparent;
	}

	.more-pets-indicator {
		background: #007bff;
		color: white;
		border-radius: 50%;
		width: 100px;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: bold;
	}

	.pets-names-container {
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		color: #333;
		max-width: 200px;
		word-wrap: break-word;
	}

	/* Дополнительные стили для круглых фотографий в ServiceOrders */
	.service-details-picture .picture-order-service {
		display: inline-block !important;
		height: 150px !important;
		width: 150px !important;
		position: relative !important;
		cursor: pointer !important;
		text-align: center !important;
	}

	.service-details-picture .picture-order-service img {
		border-radius: 50% !important;
		object-fit: cover !important;
		width: 100% !important;
		height: 100% !important;
		display: block !important;
	}

	.service-details-picture .pet-photo-multiple {
		border-radius: 50% !important;
		object-fit: cover !important;
		width: 100px !important;
		height: 100px !important;
		display: block !important;
	}

	.service-details-picture .pet-title-order {
		font-size: 20px !important;
		margin-top: 5px !important;
		text-align: center !important;
		font-weight: bold !important;
	}

	/* Стили для RequestServices - отображение нескольких питомцев */
	.pet-photo-container-left .multiple-pets-service-details {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}

	.pet-photo-container-left .pets-photos-container {
		display: flex;
		align-items: center;
		gap: 3px;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 150px;
	}

	/* Стили для MyOrderServices - отображение нескольких питомцев */
	.our-team .picture .multiple-pets-service-details {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		width: 100%;
		height: 100%;
		background: transparent;
	}

	.our-team .picture .pets-photos-container {
		display: flex;
		align-items: center;
		gap: 6px;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 250px;
	}

	.our-team .picture .pet-photo-img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1;
	}

	.our-team .picture .pet-photo-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 50%;
	}

	.our-team .picture .pets-names-container {
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		color: #333;
		max-width: 250px;
		word-wrap: break-word;
		line-height: 1.2;
	}

	.our-team .picture .pet-name {
		display: inline-block;
		margin: 0 2px;
	}

	.pet-photo-container-left .pet-photo-img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		overflow: hidden;
	}

	.pet-photo-container-left .pet-photo-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 50%;
	}

	.pet-photo-container-left .pet-photo-multiple {
		width: 40px !important;
		height: 40px !important;
		border-radius: 50% !important;
		object-fit: cover !important;
	}

	.pet-photo-container-left .pets-names-container {

		font-size: 12px;
		text-align: center;
		color: #333;
		max-width: 150px;
		word-wrap: break-word;
		line-height: 1.2;
	}

	/* Промокоды стили */
	.promo-code-section {
		width: 100%;
		margin: 20px 0;
		margin-top: 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.promo-code-container {
		background: #fff;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
		padding: 15px;
		width: 100%;
		max-width: 350px;
		text-align: left;
	}

	.promo-code-header h5 {
		margin: 0 0 8px 0;
		font-size: 16px;
		font-weight: bold;
		color: #333;
	}

	.promo-code-input-group {
		display: flex;
		gap: 8px;
		margin-bottom: 10px;
	}

	.promo-code-input {
		flex: 1;
		padding: 8px 12px;
		border: 1px solid #e0e0e0;
		border-radius: 6px;
		font-size: 13px;
		transition: border-color 0.3s ease;
		background: #fafafa;
	}

	.promo-code-input:focus {
		outline: none;
		border-color: #32a852;
		background: #fff;
	}

	.promo-code-button {
		padding: 8px 16px;
		background: #32a852;
		color: #fff;
		border: none;
		border-radius: 6px;
		font-size: 13px;
		font-weight: 500;
		cursor: pointer;
		transition: background-color 0.3s ease, transform 0.2s ease;
		white-space: nowrap;
	}

	.promo-code-button:hover {
		background: #2d8f47;
		transform: translateY(-1px);
	}

	.promo-code-button:active {
		transform: translateY(0);
	}

	.promo-code-reset-button {
		padding: 8px 12px;
		background: #dc3545;
		color: #fff;
		border: none;
		border-radius: 6px;
		font-size: 13px;
		font-weight: 500;
		cursor: pointer;
		transition: background-color 0.3s ease, transform 0.2s ease;
		white-space: nowrap;
	}

	.promo-code-reset-button:hover {
		background: #c82333;
		transform: translateY(-1px);
	}

	.promo-code-reset-button:active {
		transform: translateY(0);
	}

	.promo-message {
		min-height: 16px;
		font-size: 12px;
		font-weight: 500;
		padding: 4px 0;
	}



	/* Адаптивность для мобильных устройств */
	@media (max-width: 768px) {
		.promo-code-section {
			align-items: center;
		}
		
		.promo-code-container {
			max-width: 100%;
			margin: 0 15px;
		}
		
		.promo-code-input-group {
			flex-direction: column;
		}
		
		.promo-code-button {
			width: 100%;
		}
		

	}

	/* Анимации */
	.promo-code-container {
		animation: slideInDown 0.5s ease-out;
	}



	@keyframes slideInDown {
		from {
			opacity: 0;
			transform: translateY(-20px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@keyframes slideInUp {
		from {
			opacity: 0;
			transform: translateY(20px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	/* Pet Switcher Styles */
	.pets-switcher {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5px;
		margin-top: 8px;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: thin;
		scrollbar-color: #65c178 transparent;
		padding: 2px 0;
	}
	
	.pets-switcher::-webkit-scrollbar {
		height: 4px;
	}
	
	.pets-switcher::-webkit-scrollbar-track {
		background: transparent;
	}
	
	.pets-switcher::-webkit-scrollbar-thumb {
		background-color: #65c178;
		border-radius: 2px;
	}
	
	.pets-switcher::-webkit-scrollbar-thumb:hover {
		background-color: #4a8b5a;
	}
	
	.pet-switcher-item {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		border: 2px solid transparent;
		cursor: pointer;
		overflow: hidden;
		transition: border-color 0.3s ease;
	}
	
	.pet-switcher-item.active {
		border-color: #65c178;
	}
	
	.pet-switcher-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 50%;
	}
	
	.pet-switcher-item:hover {
		border-color: #65c178;
		opacity: 0.8;
	}

	/* Responsive styles for pets-switcher */
	@media (max-width: 768px) {
		.pets-switcher {
			gap: 3px;
			margin-top: 5px;
			justify-content: center;
		}
		
		.pet-switcher-item {
			width: 25px;
			height: 25px;
			flex-shrink: 0;
		}
	}

	@media (max-width: 480px) {
		.pets-switcher {
			gap: 2px;
			justify-content: center;
		}
		
		.pet-switcher-item {
			width: 22px;
			height: 22px;
		}
	}

.header-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.header-left {
	flex: 0 0 auto;
}

.header-center {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	justify-content: right;
	overflow: visible;
}

.header-center .nav,
.header-center ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
	margin: 0;
	padding: 0;
}

.header-right {
	flex: 0 0 auto;
	max-width: 260px;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.header-right .user-name,
.header-right .user,
.header-right .username {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

@media (max-width: 1200px) {
	.header-center { overflow-x: auto; overflow-y: visible; }
}