html,
body {
	margin: 0;
	min-height: 100vh;
	background: #12172c;
	color: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
}

.layout {
	display: flex;
	align-items: stretch;
	min-height: 100vh;
	width: 100%;
}

#app {
	flex: 1;
	min-width: 0;
	color: #ffffff;
}

.account-shell {
	display: flex;
	min-height: 100vh;
	background:
		radial-gradient(circle at top right, rgba(25, 170, 230, 0.1), transparent 26%),
		linear-gradient(180deg, #151a33 0%, #12172c 100%);
}

.bonus-points-page {
	min-width: 0;
	padding: 95px 30px 44px;
	box-sizing: border-box;
}

.familygroup-page,
.familygroup-child-page {
	flex: 1;
	min-width: 0;
	padding: 67px 30px 44px;
	box-sizing: border-box;
}

.account-page {
	flex: 1;
	min-width: 0;
	min-height: 100%;
	padding: 156px 40px 44px;
	color: #fff;
	background: #12172c;
	overflow: hidden;
	box-sizing: border-box;
}

.account-page-section {
	margin: 0 auto;
}

.account-page-breadcrumb-nav {
	display: block;
	margin-left: 9%;
/* 	margin: 0 auto 30px; */
	position: relative;
	z-index: 1;
}

.account-page .account-page-breadcrumb-nav {
	display: none;
}

.bread-crumb {
	width: 94%;
	position: relative;
	padding-top: 120px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bread-crumb,
.bread-crumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bread-crumb a {
	text-decoration: none;
	cursor: pointer;
}

.bread-crumb .bread-crumb-item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bread-crumb .bread-crumb-item a p {
	color: #A3B2BF;
	-webkit-transition: .15s linear;
	transition: .15s linear;
	font-size: .875em;
	white-space : nowrap;
	margin: 0;
}

.bread-crumb .bread-crumb-item a p span {
	position: relative;
	vertical-align: middle;
}

.bread-crumb .bread-crumb-item a p span img {
	width: 15px;
	height: 15px;
}

.bread-crumb .bread-crumb-item:hover a p {
	color: #E2EAF2;
}

.bread-crumb .bread-crumb-item::after {
	content: '';
	display: table;
	width: 6px;
	height: 10px;
	background: url("/img/page/filmdetail/icon-more.svg") no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 0 10px;
	margin-top: 6px;
}

.bread-crumb .bread-crumb-item:nth-last-child(1)::after {
	display: none;
}

.account-page-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.account-page-title {
	margin: 0;
	color: #A3B2BF;
	font-size: 2em;
	font-weight: 700;
}

.account-page-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.account-page-actions.is-manage-hidden .account-page-manage:not([hidden]) {
	display: none;
	pointer-events: none;
}

.account-page-filter {
	position: relative;
}

.account-page-filter-button,
.account-page-manage,
.account-page-delete {
	height: 38px;
	padding: 0 16px;
	border: none;
	background: none;
	color: #d7e2ef;
	font-size: 0.88em;
	cursor: pointer;
	white-space: nowrap;
}

.account-page-manage,
.account-page-delete {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border-radius: 1000px;
	background: rgba(255, 255, 255, 0.2);
}

.account-page-manage[hidden],
.account-page-delete[hidden] {
	display: none !important;
}

.account-page-filter-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 126px;
	justify-content: space-between;
}

.account-page-filter-icon {
	display: flex;
	align-items: center;
	font-size: 1.2em;
	line-height: 1;
}

.account-page-filter-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 188px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.72);
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.92);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 20;
}

.account-page-filter-menu.is-open {
	display: block;
}

.account-page-filter-item {
	width: 100%;
	padding: 14px 18px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: transparent;
	color: #ffffff;
	text-align: left;
	cursor: pointer;
	font-size: 1em;
}

.account-page-filter-item:last-child {
	border-bottom: 0;
}

.account-page-filter-item.is-active,
.account-page-filter-item:hover {
	background: rgba(0, 175, 235, 0.12);
	color: #00afeb;
}

.account-page-pagination {
	margin-top: 36px;
}

.note {
	color: white;
	text-align: center;
	padding: 30px;
}

.note img{
    width: 90px;
    margin-bottom: 8px;
}
.note h2{
    margin: 0 auto;
    margin-bottom: 8px;
    color: #C3D6E7;
    font-size: 1.2em
}
.note h3{
	font-size: 1em;
    color: #A3B2BF;
}

.filmcase-play,
.filmcase-play-triangle,
.filmcase-hover {
	display: none !important;
}

.appointment-history-group {
	width: 100%;
	margin: 24px auto 0;
	box-sizing: border-box;
}

.appointment-history-group.history-list {
	display: block;
	overflow: visible;
}

.appointment-history-group .cabinet-films {
	padding-right: 0;
}

.appointment-history-group .cabinet-wrapper {
	padding-left: 0;
}

.appointment-history-group .history-swiper {
	position: relative;
	overflow: hidden;
	width: calc(100% + 32px);
	padding-top: 18px;
	padding-right: 16px;
	padding-bottom: 78px;
	padding-left: 16px;
	margin-top: -18px;
	margin-right: -16px;
	margin-left: -16px;
	box-sizing: border-box;
}

.appointment-history-group .history-swiper .swiper-slide {
	height: auto;
	overflow: visible;
}

.appointment-history-group .history-swiper .swiper-wrapper {
	align-items: stretch;
}

@media all and (min-width: 768px) {
	.appointment-history-group .history-swiper {
		width: calc(100% + 80px);
		padding-right: 20px;
		padding-left: 20px;
		margin-right: -18px;
		margin-left: -40px;
	}

	.appointment-history-group .swiper-buttons {
		display: block;
		opacity: 0;
		transition: 0.15s linear;
	}

	.appointment-history-group .history-swiper:hover .swiper-buttons {
		opacity: 1;
	}

	.appointment-history-group .swiper-button-next,
	.appointment-history-group .swiper-button-prev {
		--swiper-navigation-color: #fff;
		--swiper-theme-color: #fff;
		color: #fff;
		top: -74px;
		height: 120%;
		margin-top: 0;
		width: 56px;
	}

	.appointment-history-group .swiper-button-prev {
		left: 0;
		padding-left: 14px;
		background: linear-gradient(90deg, rgba(18, 23, 44, 0.7) 0%, rgba(18, 23, 44, 0) 100%);
	}

	.appointment-history-group .swiper-button-next {
		right: 0;
		width: 72px;
		background: linear-gradient(-90deg, rgba(18, 23, 44, 0.7) 0%, rgba(18, 23, 44, 0) 100%);
	}

	.account-shell .cabinet-group .cabinet-films .cabinet-wrapper {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.layout {
		overflow: visible;
	}

	.account-shell {
		display: block;
	}

	.bonus-points-page {
		padding: 14px 10px 28px;
		padding-top: 90px;
	}

	.familygroup-page,
	.familygroup-child-page {
		padding: 67px 10px 28px;
		padding-top: 88px;
	}

	.account-page {
		padding: 14px 16px 28px;
		padding-top: 90px;
	}

	.account-page-breadcrumb-nav {
		width: 94%;
	}

	.account-page .account-page-breadcrumb-nav {
		display: block;
		margin-top: 12px;
		margin-bottom: 24px;
		margin-left: 0;
	}

	.bread-crumb{
		margin-top: 12px;
	    margin-bottom: 24px;
	    margin-left: 0;
	}

	.account-page-toolbar {
		margin-bottom: 20px;
	}

	.account-page-title {
		font-size: 1.25em;
	}

	.account-page-actions {
		gap: 6px;
	}

	.account-page-filter-button,
	.account-page-manage,
	.account-page-delete {
		height: 36px;
		padding: 6px 16px;
		font-size: .8125em;
	}

	.account-page-filter-button {
		min-width: 104px;
	}

	.account-page-filter-menu {
		min-width: 160px;
		border-radius: 14px;
	}

	.account-page-filter-item {
		padding: 12px 14px;
		font-size: .9em;
	}

	.appointment-history-group {
		margin-top: 16px;
	}

	.appointment-history-group .swiper-buttons,
	.appointment-history-group .swiper-button-prev,
	.appointment-history-group .swiper-button-next {
		display: none !important;
	}
}
