body {
	font-size: 16px;
	background: #f5f5f5;
}

#loading {
	position: fixed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

#loader {
	display: inline-block;
	width: 65px;
	height: 65px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-top-color: #e95903;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

.mdi:before {
	display: inline-block;
	font: normal normal normal 24px/1 Material Design Icons;
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mdi-account:before {
	content: "\F0004";
}

.mdi-account-plus:before {
	content: "\F0014";
}

.mdi-arrow-left:before {
	content: "\F004D";
}

.mdi-assistant:before {
	content: "\F0064";
}

.mdi-bookmark-outline:before {
	content: "\F00C3";
}

.mdi-brightness-4:before {
	content: "\F00DD";
}

.mdi-bullhorn:before {
	content: "\F00E6";
}

.mdi-cart:before {
	content: "\F0110";
}

.mdi-chevron-down:before {
	content: "\F0140";
}

.mdi-chevron-left:before {
	content: "\F0141";
}

.mdi-chevron-right:before {
	content: "\F0142";
}

.mdi-close:before {
	content: "\F0156";
}

.mdi-facebook:before {
	content: "\F020C";
}

.mdi-heart-outline:before {
	content: "\F02D5";
}

.mdi-home:before {
	content: "\F02DC";
}

.mdi-instagram:before {
	content: "\F02FE";
}

.mdi-linkedin:before {
	content: "\F033B";
}

.mdi-magnify:before {
	content: "\F0349";
}

.mdi-menu:before {
	content: "\F035C";
}

.mdi-menu-down:before {
	content: "\F035D";
}

.mdi-message:before {
	content: "\F0361";
}

.mdi-store:before {
	content: "\F04DC";
}

.mdi-wifi-check:before {
	content: "\F16BD";
}

.o-data-placeholder .__content {
	opacity: 0.5;
}

.ok-swiper {
	width: 100%;
	position: relative;
}

.ok-swiper .swiper-wrapper {
	height: 100% !important;
}

.ok-swiper .swiper-button-prev {
	background-image: none;
	width: auto;
	height: auto;
}

.ok-swiper .swiper-button-prev:after {
	content: none;
	display: none;
}

.ok-swiper .swiper-button-next {
	background-image: none;
	width: auto;
	height: auto;
}

.ok-swiper .swiper-button-next:after {
	content: none;
	display: none;
}

.ok-swiper .swiper-button-next.swiper-button-disabled,
.ok-swiper .swiper-button-prev.swiper-button-disabled {
	pointer-events: all;
}

.ok-swiper .swiper-slide.swiper-slide-auto {
	width: auto;
}

.ok-swiper .swiper-button-disabled {
	display: none;
}

.ok-swiper.--fill-height .swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.ok-swiper.--fill-height .swiper-wrapper .swiper-slide {
	height: auto;
}

.o-announ-img .v-image__image--preload {
	background-size: contain;
	-webkit-filter: none;
	filter: none;
}

.messenger-toolbar-list {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-bottom: 1px solid #d5d5d5 !important;
	height: 56px !important;
}

.messenger-toolbar-list .messenger-toolbar-list-title {
	font-size: 1.1rem;
}

.v-window.o-msn-popup {
	height: 100vh;
	background-color: #fff;
	font-family: DroidArabicKufiRegular, Montserrat, sans-serif !important;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.v-window.o-msn-popup .v-window-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	bottom: 0;
}

.v-window.o-msn-popup #threads-window {
	overflow-y: auto;
}

.v-window.o-msn-popup :-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

.o-data-placeholder .__content {
	opacity: 0.5;
}

:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-sizing: initial;
	box-sizing: initial;
}

.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(44px / 44 * 27);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: 44px;
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - 44px / 2);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #007aff;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 44px;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	line-height: 1;
}

.swiper-button-prev {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after {
	content: "prev";
}

.swiper-button-next {
	right: 10px;
	left: auto;
}

.swiper-button-next:after {
	content: "next";
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.theme--light.v-btn {
	color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
	background-color: #f5f5f5;
}

.theme--light.v-btn.v-btn--icon {
	color: rgba(0, 0, 0, 0.54);
}

.theme--light.v-btn:hover:before {
	opacity: 0.04;
}

.theme--light.v-btn--active:before,
.theme--light.v-btn--active:hover:before,
.theme--light.v-btn:focus:before {
	opacity: 0.12;
}

.theme--light.v-btn--active:focus:before {
	opacity: 0.16;
}

.theme--dark.v-btn {
	color: #fff;
}

.theme--dark.v-btn.v-btn--icon {
	color: #fff;
}

.theme--dark.v-btn:hover:before {
	opacity: 0.08;
}

.theme--dark.v-btn:focus:before {
	opacity: 0.24;
}

.v-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-weight: 500;
	letter-spacing: 0.0892857143em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0;
	position: relative;
	text-decoration: none;
	text-indent: 0.0892857143em;
	text-transform: uppercase;
	-webkit-transition-duration: 0.28s;
	-o-transition-duration: 0.28s;
	transition-duration: 0.28s;
	-webkit-transition-property: opacity, -webkit-box-shadow, -webkit-transform;
	transition-property: opacity, -webkit-box-shadow, -webkit-transform;
	-o-transition-property: box-shadow, transform, opacity;
	transition-property: box-shadow, transform, opacity;
	transition-property: box-shadow, transform, opacity, -webkit-box-shadow, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.v-btn.v-size--small {
	font-size: 0.75rem;
}

.v-btn.v-size--default {
	font-size: 0.875rem;
}

.v-btn:before {
	border-radius: inherit;
	bottom: 0;
	color: inherit;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
	background-color: currentColor;
}

.v-btn:not(.v-btn--disabled) {
	will-change: box-shadow;
}

.v-btn:not(.v-btn--round).v-size--small {
	height: 28px;
	min-width: 50px;
	padding: 0 12.4444444444px;
}

.v-btn > .v-btn__content .v-icon {
	color: inherit;
}

.v-btn__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	line-height: normal;
	position: relative;
}

.v-btn:not(.v-btn--text):not(.v-btn--outlined).v-btn--active:before {
	opacity: 0.18;
}

.v-btn:not(.v-btn--text):not(.v-btn--outlined):hover:before {
	opacity: 0.08;
}

.v-btn:not(.v-btn--text):not(.v-btn--outlined):focus:before {
	opacity: 0.24;
}

.v-btn--contained {
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.v-btn--contained:after {
	-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.v-btn--contained:active {
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.v-btn--depressed {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.v-btn--fab,
.v-btn--icon {
	min-height: 0;
	min-width: 0;
	padding: 0;
}

.v-btn--fab.v-size--default .v-icon,
.v-btn--fab.v-size--small .v-icon,
.v-btn--icon.v-size--default .v-icon,
.v-btn--icon.v-size--small .v-icon {
	height: 24px;
	font-size: 24px;
	width: 24px;
}

.v-btn--icon.v-size--small {
	height: 28px;
	width: 28px;
}

.v-btn--icon.v-size--default {
	height: 36px;
	width: 36px;
}

.v-btn--fab.v-btn--contained {
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14),
		0 1px 18px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.v-btn--fab.v-btn--contained:after {
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.v-btn--fab.v-btn--contained:active {
	-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14),
		0 5px 22px 4px rgba(0, 0, 0, 0.12);
	box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14),
		0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.v-btn--fab.v-size--small {
	height: 40px;
	width: 40px;
}

.v-btn--fab.v-size--default {
	height: 56px;
	width: 56px;
}

.v-btn--outlined {
	border: thin solid currentColor;
}

.v-btn--round .v-btn__content .v-icon {
	color: currentColor;
}

.v-btn--flat,
.v-btn--outlined,
.v-btn--text {
	background-color: transparent;
	background-color: initial;
}

.v-btn--outlined:before,
.v-btn--round:before {
	border-radius: inherit;
}

.v-btn--round {
	border-radius: 50%;
}

.theme--light.v-sheet {
	background-color: #fff;
	border-color: #fff;
	color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-sheet {
	background-color: #1e1e1e;
	border-color: #1e1e1e;
	color: #fff;
}

.v-sheet {
	border-radius: 0;
}

.v-sheet:not(.v-sheet--outlined) {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.v-application .white--text {
	color: #fff !important;
	caret-color: #fff !important;
}

.v-application .transparent {
	background-color: transparent !important;
	background-color: initial !important;
	border-color: transparent !important;
}

.v-application .red {
	background-color: #f44336 !important;
	border-color: #f44336 !important;
}

.v-application .blue--text {
	color: #2196f3 !important;
	caret-color: #2196f3 !important;
}

.v-application .grey {
	background-color: #9e9e9e !important;
	border-color: #9e9e9e !important;
}

.v-application .grey.darken-4 {
	background-color: #212121 !important;
	border-color: #212121 !important;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

*,
:after,
:before {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	padding: 0;
	margin: 0;
}

hr {
	overflow: visible;
	height: 0;
}

main {
	display: block;
}

a {
	background-color: transparent;
	background-color: initial;
}

a:active,
a:hover {
	outline-width: 0;
}

b,
strong {
	font-weight: bolder;
}

input {
	border-radius: 0;
}

button,
input {
	font: inherit;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

[role="button"],
[type="button"],
button {
	cursor: pointer;
	color: inherit;
}

[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="button"]::-moz-focus-inner,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"] {
	-webkit-appearance: button;
}

button,
input {
	background-color: transparent;
	background-color: initial;
	border-style: none;
}

legend {
	border: 0;
	color: inherit;
	display: table;
	white-space: normal;
	max-width: 100%;
}

img {
	border-style: none;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled="true"] {
	cursor: default;
}

.v-application .elevation-2 {
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.v-application .elevation-1 {
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
}

html {
	font-size: 16px;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.v-application {
	font-family: DroidArabicKufiRegular, Muli, sans-serif;
	line-height: 1.5;
}

.v-application ::-ms-clear,
.v-application ::-ms-reveal {
	display: none;
}

.v-application .d-none {
	display: none !important;
}

.v-application .d-inline {
	display: inline !important;
}

.v-application .d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.v-application .flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.v-application .flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.v-application .flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.v-application .flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.v-application .justify-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.v-application .justify-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.v-application .align-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.v-application .align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.v-application .ma-auto {
	margin: auto !important;
}

.v-application .mx-2 {
	margin-right: 8px !important;
	margin-left: 8px !important;
}

.v-application .my-3 {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

.v-application .my-4 {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.v-application .my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.v-application .mt-1 {
	margin-top: 4px !important;
}

.v-application .mt-2 {
	margin-top: 8px !important;
}

.v-application .mt-3 {
	margin-top: 12px !important;
}

.v-application .mt-4 {
	margin-top: 16px !important;
}

.v-application .mt-6 {
	margin-top: 24px !important;
}

.v-application .mt-8 {
	margin-top: 32px !important;
}

.v-application .mb-1 {
	margin-bottom: 4px !important;
}

.v-application .mb-3 {
	margin-bottom: 12px !important;
}

.v-application .mb-4 {
	margin-bottom: 16px !important;
}

.v-application .ml-2 {
	margin-left: 8px !important;
}

.v-application .mx-n1 {
	margin-right: -4px !important;
	margin-left: -4px !important;
}

.v-application .pa-0 {
	padding: 0 !important;
}

.v-application .pa-1 {
	padding: 4px !important;
}

.v-application .pa-5 {
	padding: 20px !important;
}

.v-application .px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.v-application .py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.v-application .py-2 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.v-application .pt-1 {
	padding-top: 4px !important;
}

.v-application .rounded-0 {
	border-radius: 0 !important;
}

.v-application .rounded-circle {
	border-radius: 50% !important;
}

.v-application .text-center {
	text-align: center !important;
}

.v-application .text-capitalize {
	text-transform: capitalize !important;
}

@media (min-width: 960px) {
	.v-application .d-md-block {
		display: block !important;
	}

	.v-application .mt-md-6 {
		margin-top: 24px !important;
	}
}

@media (min-width: 1264px) {
	.v-application .d-lg-block {
		display: block !important;
	}
}

.v-progress-circular {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.v-progress-circular > svg {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.v-progress-circular--indeterminate > svg {
	-webkit-animation: progress-circular-rotate 1.4s linear infinite;
	animation: progress-circular-rotate 1.4s linear infinite;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.v-progress-circular--indeterminate .v-progress-circular__overlay {
	-webkit-animation: progress-circular-dash 1.4s ease-in-out infinite;
	animation: progress-circular-dash 1.4s ease-in-out infinite;
	stroke-linecap: round;
	stroke-dasharray: 80, 200;
	stroke-dashoffset: 0px;
}

.v-progress-circular__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.v-progress-circular__overlay {
	stroke: currentColor;
	z-index: 2;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.theme--light.v-card {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.87);
}

.v-sheet.v-card {
	border-radius: 4px;
}

.v-sheet.v-card:not(.v-sheet--outlined) {
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.v-card {
	border-width: thin;
	display: block;
	max-width: 100%;
	outline: none;
	text-decoration: none;
	-webkit-transition-property: opacity, -webkit-box-shadow;
	transition-property: opacity, -webkit-box-shadow;
	-o-transition-property: box-shadow, opacity;
	transition-property: box-shadow, opacity;
	transition-property: box-shadow, opacity, -webkit-box-shadow;
	word-wrap: break-word;
	position: relative;
	white-space: normal;
}

.v-card > :first-child:not(.v-btn):not(.v-chip) {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.v-card > :last-child:not(.v-btn):not(.v-chip) {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.v-card__actions {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
}

.v-card__actions > .v-btn.v-btn {
	padding: 0 8px;
}

.v-card--flat {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12) !important;
}

.v-card--link,
.v-card--link .v-chip {
	cursor: pointer;
}

.v-card--link:focus:before {
	opacity: 0.08;
}

.v-card--link:before {
	background: currentColor;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.v-card--disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-dialog {
	border-radius: 4px;
	margin: 24px;
	overflow-y: auto;
	pointer-events: auto;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	width: 100%;
	z-index: inherit;
	-webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14),
		0 9px 46px 8px rgba(0, 0, 0, 0.12);
	box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14),
		0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.v-dialog:not(.v-dialog--fullscreen) {
	max-height: 90%;
}

.v-dialog > * {
	width: 100%;
}

.v-dialog__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
	-o-transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
	transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
	width: 100%;
	z-index: 6;
	outline: none;
}

.v-dialog__container {
	display: none;
}

.theme--light.v-icon {
	color: rgba(0, 0, 0, 0.54);
}

.theme--light.v-icon:focus:after {
	opacity: 0.12;
}

.theme--dark.v-icon {
	color: #fff;
}

.theme--dark.v-icon:focus:after {
	opacity: 0.24;
}

.v-icon.v-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-font-feature-settings: "liga";
	font-feature-settings: "liga";
	font-size: 24px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1;
	position: relative;
	text-indent: 0;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
	-o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-icon.v-icon:after {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	width: 100%;
	-webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}

.v-icon--left {
	margin-right: 8px;
}

.v-icon.v-icon.v-icon--link {
	cursor: pointer;
	outline: none;
}

.spacer {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.theme--light.v-chip {
	border-color: rgba(0, 0, 0, 0.12);
	color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-chip:not(.v-chip--active) {
	background: #e0e0e0;
}

.theme--light.v-chip:hover:before {
	opacity: 0.04;
}

.theme--light.v-chip:focus:before {
	opacity: 0.12;
}

.v-chip {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 20px;
	max-width: 100%;
	outline: none;
	overflow: hidden;
	padding: 0 12px;
	position: relative;
	text-decoration: none;
	-webkit-transition-duration: 0.28s;
	-o-transition-duration: 0.28s;
	transition-duration: 0.28s;
	-webkit-transition-property: opacity, -webkit-box-shadow;
	transition-property: opacity, -webkit-box-shadow;
	-o-transition-property: box-shadow, opacity;
	transition-property: box-shadow, opacity;
	transition-property: box-shadow, opacity, -webkit-box-shadow;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	vertical-align: middle;
	white-space: nowrap;
}

.v-chip:before {
	background-color: currentColor;
	bottom: 0;
	border-radius: inherit;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 0;
}

.v-chip .v-icon {
	font-size: 24px;
}

.v-application--is-ltr .v-chip .v-icon--left {
	margin-left: -6px;
	margin-right: 6px;
}

.v-chip:not(.v-chip--no-color) .v-icon {
	color: inherit;
}

.v-chip .v-chip__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	max-width: 100%;
}

.v-chip--label {
	border-radius: 4px !important;
}

.v-chip.v-size--default {
	border-radius: 16px;
	font-size: 14px;
	height: 32px;
}

.theme--light.v-divider {
	border-color: rgba(0, 0, 0, 0.12);
}

.v-divider {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	max-width: 100%;
	height: 0;
	max-height: 0;
	border: solid;
	border-width: thin 0 0 0;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.theme--light.v-list {
	background: #fff;
	color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-list {
	background: #1e1e1e;
	color: #fff;
}

.v-sheet.v-list {
	border-radius: 0;
}

.v-sheet.v-list:not(.v-sheet--outlined) {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.v-list {
	display: block;
	padding: 8px 0;
	position: static;
	-webkit-transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: box-shadow;
}

.v-list--nav .v-list-item:not(:last-child):not(:only-child) {
	margin-bottom: 8px;
}

.v-list--nav {
	padding-left: 8px;
	padding-right: 8px;
}

.v-list--nav .v-list-item {
	padding: 0 8px;
}

.v-list--nav .v-list-item,
.v-list--nav .v-list-item:before {
	border-radius: 4px;
}

.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
	color: rgba(0, 0, 0, 0.87) !important;
}

.theme--light.v-list-item:hover:before {
	opacity: 0.04;
}

.theme--light.v-list-item:focus:before {
	opacity: 0.12;
}

.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
	color: #fff !important;
}

.theme--dark.v-list-item:hover:before {
	opacity: 0.08;
}

.theme--dark.v-list-item:focus:before {
	opacity: 0.24;
}

.v-list-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	letter-spacing: normal;
	min-height: 48px;
	outline: none;
	padding: 0 16px;
	position: relative;
	text-decoration: none;
}

.v-list-item:after {
	content: "";
	min-height: inherit;
	font-size: 0;
}

.v-list-item__action {
	-ms-flex-item-align: center;
	align-self: center;
	margin: 12px 0;
}

.v-list-item__action .v-input,
.v-list-item__action .v-input--selection-controls__input,
.v-list-item__action .v-input__control,
.v-list-item__action .v-input__slot {
	margin: 0 !important;
}

.v-list-item__action .v-input {
	padding: 0;
}

.v-list-item__avatar {
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.v-list-item__avatar {
	margin-bottom: 8px;
	margin-top: 8px;
}

.v-list-item__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	overflow: hidden;
	padding: 12px 0;
}

.v-list-item__content > * {
	line-height: 1.1;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.v-list-item__icon {
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 16px 0;
}

.v-application--is-ltr .v-list-item__action:last-of-type:not(:only-child),
.v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child) {
	margin-left: 16px;
}

.v-application--is-ltr .v-list-item__avatar:first-child {
	margin-right: 16px;
}

.v-application--is-ltr .v-list-item__action:first-child {
	margin-right: 32px;
}

.v-list-item__action,
.v-list-item__avatar,
.v-list-item__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 24px;
}

.v-list-item .v-list-item__title {
	line-height: 1.2;
}

.v-list-item__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.v-list-item__title {
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 1rem;
}

.v-list-item--link {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-list-item--link:before {
	background-color: currentColor;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-list--two-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal) {
	margin-bottom: 16px;
	margin-top: 16px;
}

.v-list--two-line .v-list-item {
	min-height: 64px;
}

.v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header__append-icon {
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0;
	min-width: 48px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.v-avatar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: normal;
	position: relative;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.v-avatar .v-icon,
.v-avatar .v-image,
.v-avatar .v-responsive__content {
	border-radius: inherit;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: inherit;
	width: inherit;
}

.v-item-group {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
	max-width: 100%;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
	border-color: rgba(0, 0, 0, 0.42);
}

.theme--light.v-text-field:not(.v-input--has-state):hover > .v-input__control > .v-input__slot:before {
	border-color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-text-field--filled > .v-input__control > .v-input__slot {
	background: rgba(0, 0, 0, 0.06);
}

.theme--light.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state)
	> .v-input__control
	> .v-input__slot:hover {
	background: rgba(0, 0, 0, 0.12);
}

.theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
	background: #fff;
}

.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)
	> .v-input__control
	> .v-input__slot
	fieldset {
	color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled)
	> .v-input__control
	> .v-input__slot:hover
	fieldset {
	color: rgba(0, 0, 0, 0.86);
}

.v-text-field {
	padding-top: 12px;
	margin-top: 4px;
}

.v-text-field input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	line-height: 20px;
	padding: 8px 0 8px;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.v-text-field .v-input__control,
.v-text-field .v-input__slot,
.v-text-field fieldset {
	border-radius: inherit;
}

.v-text-field .v-input__control,
.v-text-field fieldset {
	color: inherit;
}

.v-text-field.v-input--dense {
	padding-top: 0;
}

.v-text-field.v-input--dense:not(.v-text-field--outlined) input {
	padding: 4px 0 2px;
}

.v-text-field.v-input--dense .v-input__append-inner {
	margin-top: 0;
}

.v-text-field .v-input__append-inner {
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 4px;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-application--is-ltr .v-text-field .v-input__append-inner {
	margin-left: auto;
	padding-left: 4px;
}

.v-text-field .v-label {
	max-width: 90%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	top: 6px;
	white-space: nowrap;
	pointer-events: none;
}

.v-application--is-ltr .v-text-field .v-label {
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.v-text-field > .v-input__control > .v-input__slot {
	cursor: text;
}

.v-text-field > .v-input__control > .v-input__slot:after,
.v-text-field > .v-input__control > .v-input__slot:before {
	bottom: -1px;
	content: "";
	left: 0;
	position: absolute;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	width: 100%;
}

.v-text-field > .v-input__control > .v-input__slot:before {
	border-color: inherit;
	border-style: solid;
	border-width: thin 0 0 0;
}

.v-text-field > .v-input__control > .v-input__slot:after {
	background-color: currentColor;
	border-color: currentColor;
	border-style: solid;
	border-width: thin 0 thin 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.v-text-field__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 100%;
	min-height: 14px;
	overflow: hidden;
}

.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
}

.v-text-field--filled,
.v-text-field--outlined {
	position: relative;
}

.v-text-field--filled > .v-input__control > .v-input__slot,
.v-text-field--outlined > .v-input__control > .v-input__slot {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 56px;
}

.v-text-field--filled.v-input--dense > .v-input__control > .v-input__slot {
	min-height: 52px;
}

.v-text-field--filled.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot {
	min-height: 40px;
}

.v-text-field--outlined {
	border-radius: 4px;
}

.v-text-field--enclosed .v-input__append-inner {
	margin-top: 17px;
}

.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-inner {
	margin-top: 14px;
}

.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner {
	margin-top: 9px;
}

.v-text-field--filled {
	border-radius: 4px 4px 0 0;
}

.v-text-field--outlined .v-text-field__slot,
.v-text-field--single-line .v-text-field__slot {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.v-text-field.v-text-field--enclosed {
	margin: 0;
	padding: 0;
}

.v-text-field.v-text-field--enclosed .v-text-field__details {
	padding: 0 12px;
}

.v-text-field.v-text-field--enclosed .v-text-field__details {
	padding-top: 0;
	margin-bottom: 8px;
}

.v-text-field--outlined > .v-input__control > .v-input__slot:after,
.v-text-field--outlined > .v-input__control > .v-input__slot:before,
.v-text-field--rounded > .v-input__control > .v-input__slot:after,
.v-text-field--rounded > .v-input__control > .v-input__slot:before,
.v-text-field--solo > .v-input__control > .v-input__slot:after,
.v-text-field--solo > .v-input__control > .v-input__slot:before {
	display: none;
}

.v-text-field--outlined,
.v-text-field--solo {
	border-radius: 4px;
}

.v-text-field--outlined {
	margin-bottom: 16px;
	-webkit-transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-text-field--outlined .v-label {
	top: 18px;
}

.v-text-field--outlined fieldset {
	border-collapse: collapse;
	border-color: currentColor;
	border-style: solid;
	border-width: 1px;
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -5px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, border-width;
	-o-transition-property: color, border-width;
	transition-property: color, border-width;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
	transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-application--is-ltr .v-text-field--outlined fieldset {
	padding-left: 8px;
}

.v-text-field--outlined legend {
	line-height: 11px;
	padding: 0;
	-webkit-transition: width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-application--is-ltr .v-text-field--outlined legend {
	text-align: left;
}

.v-application--is-ltr .v-text-field--outlined.v-text-field--rounded legend {
	margin-left: 12px;
}

.v-text-field--outlined > .v-input__control > .v-input__slot {
	background: transparent;
}

.v-text-field--rounded {
	border-radius: 28px;
}

.v-text-field--rounded > .v-input__control > .v-input__slot {
	padding: 0 24px;
}

.v-text-field.v-text-field--solo .v-label {
	top: calc(50% - 9px);
}

.v-text-field.v-text-field--solo .v-input__control {
	min-height: 48px;
	padding: 0;
}

.v-text-field.v-text-field--solo .v-input__control input {
	caret-color: auto;
}

.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) > .v-input__control > .v-input__slot {
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.v-text-field.v-text-field--solo .v-input__append-inner {
	-ms-flex-item-align: center;
	align-self: center;
	margin-top: 0;
}

.theme--light.v-input,
.theme--light.v-input input {
	color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-input input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-input input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-input input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-input input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-input input::placeholder {
	color: rgba(0, 0, 0, 0.38);
}

.v-input {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 16px;
	letter-spacing: normal;
	max-width: 100%;
	text-align: left;
}

.v-input input {
	max-height: 32px;
}

.v-input input:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-input input:active,
.v-input input:focus {
	outline: none;
}

.v-input .v-label {
	height: 20px;
	line-height: 20px;
	letter-spacing: normal;
}

.v-input__control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-width: 0;
	width: 100%;
}

.v-input__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 24px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 24px;
	width: 24px;
}

.v-input__slot {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
	min-height: inherit;
	position: relative;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	width: 100%;
}

.v-input--dense > .v-input__control > .v-input__slot {
	margin-bottom: 4px;
}

.v-input--hide-details > .v-input__control > .v-input__slot {
	margin-bottom: 0;
}

.theme--light.v-label {
	color: rgba(0, 0, 0, 0.6);
}

.v-label {
	font-size: 16px;
	line-height: 1;
	min-height: 8px;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.theme--light.v-messages {
	color: rgba(0, 0, 0, 0.6);
}

.v-messages {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 12px;
	min-height: 14px;
	min-width: 1px;
	position: relative;
}

.v-application--is-ltr .v-messages {
	text-align: left;
}

.v-select {
	position: relative;
}

.v-select:not(.v-select--is-multi).v-text-field--single-line .v-select__selections {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.v-select > .v-input__control > .v-input__slot {
	cursor: pointer;
}

.v-select.v-text-field input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	margin-top: 0;
	min-width: 0;
	pointer-events: none;
	position: relative;
}

.v-select__selections {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 18px;
	max-width: 100%;
	min-width: 0;
}

.v-select__slot {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.theme--light.v-subheader {
	color: rgba(0, 0, 0, 0.6);
}

.v-subheader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 0 16px 0 16px;
}

.v-menu {
	display: none;
}

.v-input--selection-controls {
	margin-top: 16px;
	padding-top: 4px;
}

.v-input--selection-controls .v-input__slot {
	cursor: pointer;
}

.v-input--selection-controls__input {
	color: inherit;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 24px;
	position: relative;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-application--is-ltr .v-input--selection-controls__input {
	margin-right: 8px;
}

.v-input--selection-controls__input input[role="switch"] {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-input--selection-controls__ripple {
	border-radius: 50%;
	cursor: pointer;
	height: 34px;
	position: absolute;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	width: 34px;
	left: -12px;
	top: calc(50% - 24px);
	margin: 7px;
}

.v-input--selection-controls__ripple:before {
	border-radius: inherit;
	bottom: 0;
	content: "";
	position: absolute;
	opacity: 0.2;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.v-input--selection-controls.v-input {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.v-input--selection-controls .v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before {
	background: currentColor;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.theme--light.v-input--switch .v-input--switch__thumb {
	color: #fff;
}

.theme--light.v-input--switch .v-input--switch__track {
	color: rgba(0, 0, 0, 0.38);
}

.v-input--switch__thumb,
.v-input--switch__track {
	background-color: currentColor;
	pointer-events: none;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.v-input--switch__track {
	border-radius: 8px;
	width: 36px;
	height: 14px;
	left: 2px;
	position: absolute;
	opacity: 0.6;
	right: 2px;
	top: calc(50% - 7px);
}

.v-input--switch__thumb {
	border-radius: 50%;
	top: calc(50% - 10px);
	height: 20px;
	position: relative;
	width: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-input--switch .v-input--selection-controls__input {
	width: 38px;
}

.v-input--switch .v-input--selection-controls__ripple {
	top: calc(50% - 24px);
}

.v-application--is-ltr .v-input--switch .v-input--selection-controls__ripple {
	left: -14px;
}

.v-input--switch:not(.v-input--switch--flat):not(.v-input--switch--inset) .v-input--switch__thumb {
	-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.container {
	width: 100%;
	padding: 12px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 960px) {
	.container {
		max-width: 1000px;
	}
}

@media (min-width: 1264px) {
	.container {
		max-width: 1300px;
	}
}

@media (min-width: 1904px) {
	.container {
		max-width: 1300px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: -12px;
	margin-left: -12px;
}

.row--dense {
	margin-right: -4px;
	margin-left: -4px;
}

.row--dense > .col,
.row--dense > [class*="col-"] {
	padding: 4px;
}

.col,
.col-2,
.col-6,
.col-12,
.col-lg-2,
.col-md-3,
.col-md-4,
.col-sm-4 {
	width: 100%;
	padding: 12px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 600px) {
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 960px) {
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.v-application--is-ltr .offset-md-1 {
		margin-left: 8.3333333333%;
	}
}

@media (min-width: 1264px) {
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.theme--light.v-image {
	color: rgba(0, 0, 0, 0.87);
}

.v-image {
	z-index: 0;
}

.v-image__image {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.v-image__image {
	background-repeat: no-repeat;
}

.v-image__image--preload {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.v-image__image--contain {
	background-size: contain;
}

.v-image__image--cover {
	background-size: cover;
}

.v-responsive {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.v-responsive__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
	max-width: 100%;
}

.v-application--is-ltr .v-responsive__sizer ~ .v-responsive__content {
	margin-left: -100%;
}

.v-responsive__sizer {
	-webkit-transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
}

.theme--light.v-toolbar.v-sheet {
	background-color: #fff;
}

.v-sheet.v-toolbar {
	border-radius: 0;
}

.v-sheet.v-toolbar:not(.v-sheet--outlined) {
	-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.v-toolbar {
	contain: layout;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	-webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), left 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		right 0.2s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
		width 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), left 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		right 0.2s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
		width 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		left 0.2s cubic-bezier(0.4, 0, 0.2, 1), right 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
		width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		left 0.2s cubic-bezier(0.4, 0, 0.2, 1), right 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
		width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		left 0.2s cubic-bezier(0.4, 0, 0.2, 1), right 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
		width 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.v-toolbar .v-input {
	padding-top: 0;
	margin-top: 0;
}

.v-toolbar__content {
	padding: 4px 16px;
}

.v-toolbar__content .v-btn.v-btn--icon.v-size--default {
	height: 48px;
	width: 48px;
}

.v-application--is-ltr .v-toolbar__content > .v-btn.v-btn--icon:first-child {
	margin-left: -12px;
}

.v-application--is-ltr .v-toolbar__content > .v-btn.v-btn--icon:first-child + .v-toolbar__title {
	padding-left: 20px;
}

.v-application--is-ltr .v-toolbar__content > .v-btn.v-btn--icon:last-child {
	margin-right: -12px;
}

.v-toolbar__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

.v-toolbar__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.v-toolbar__items > .v-btn {
	border-radius: 0;
	height: 100% !important;
	max-height: none;
}

.v-toolbar__title {
	font-size: 1.25rem;
	line-height: 1.5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.v-toolbar--flat {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12) !important;
}

.theme--light.v-badge .v-badge__badge:after {
	border-color: #fff;
}

.v-badge {
	position: relative;
}

.v-badge,
.v-badge__badge {
	display: inline-block;
	line-height: 1;
}

.v-badge__badge {
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	height: 20px;
	letter-spacing: 0;
	min-width: 20px;
	padding: 4px 6px;
	pointer-events: auto;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: auto;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	white-space: nowrap;
}

.v-application--is-ltr .v-badge__badge {
	right: auto;
}

.v-badge__wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 1;
	flex: 0 1;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.v-badge--bordered .v-badge__badge:after {
	border-radius: inherit;
	border-width: 2px;
	border-style: solid;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.v-tooltip {
	display: none;
}

.theme--light.v-app-bar.v-toolbar.v-sheet {
	background-color: #f5f5f5;
}

.v-sheet.v-app-bar.v-toolbar {
	border-radius: 0;
}

.v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined) {
	-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.v-app-bar.v-app-bar--fixed {
	position: fixed;
	top: 0;
	z-index: 5;
}

.theme--light.v-snack__wrapper {
	color: rgba(0, 0, 0, 0.87);
}

.v-sheet.v-snack__wrapper {
	border-radius: 4px;
}

.v-sheet.v-snack__wrapper:not(.v-sheet--outlined) {
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14),
		0 1px 18px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.v-snack {
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	pointer-events: none;
	right: 0;
	top: 0;
	width: 100%;
}

.v-snack:not(.v-snack--absolute) {
	height: 100vh;
	position: fixed;
	z-index: 1000;
}

.v-snack:not(.v-snack--centered):not(.v-snack--top) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.v-snack__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: currentColor !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 8px;
	max-width: 672px;
	min-height: 48px;
	min-width: 344px;
	padding: 0;
	pointer-events: auto;
	position: relative;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.v-snack__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0178571429em;
	line-height: 1.25rem;
	margin-right: auto;
	padding: 14px 16px;
	text-align: left;
	text-align: initial;
}

.v-snack__action {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.v-application--is-ltr .v-snack__action {
	margin-right: 8px;
}

.v-snack--bottom {
	top: auto;
}

.theme--dark.v-footer {
	background-color: #272727;
	color: #fff;
}

.v-sheet.v-footer {
	border-radius: 0;
}

.v-sheet.v-footer:not(.v-sheet--outlined) {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.v-footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 1 auto !important;
	flex: 0 1 auto !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6px 16px;
	position: relative;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color, left, right;
	-o-transition-property: background-color, left, right;
	transition-property: background-color, left, right;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.theme--light.v-navigation-drawer {
	background-color: #fff;
}

.theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
	background-color: rgba(0, 0, 0, 0.12);
}

.theme--light.v-navigation-drawer .v-divider {
	border-color: rgba(0, 0, 0, 0.12);
}

.v-navigation-drawer {
	-webkit-overflow-scrolling: touch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	max-width: 100%;
	overflow: hidden;
	pointer-events: auto;
	top: 0;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
	-webkit-transition-property: visibility, width, -webkit-transform;
	transition-property: visibility, width, -webkit-transform;
	-o-transition-property: transform, visibility, width;
	transition-property: transform, visibility, width;
	transition-property: transform, visibility, width, -webkit-transform;
}

.v-navigation-drawer.v-navigation-drawer--right:after {
	left: 0;
	right: auto;
}

.v-navigation-drawer .v-list:not(.v-select-list) {
	background: inherit;
}

.v-navigation-drawer__border {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
}

.v-navigation-drawer__content {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.v-navigation-drawer--right {
	left: auto;
	right: 0;
}

.v-navigation-drawer--right > .v-navigation-drawer__border {
	right: auto;
	left: 0;
}

.v-navigation-drawer--fixed {
	z-index: 6;
}

.v-navigation-drawer--fixed {
	position: fixed;
}

.v-navigation-drawer--temporary {
	z-index: 7;
}

.v-navigation-drawer--close {
	visibility: hidden;
}

.v-window {
	overflow: hidden;
}

.v-window__container {
	height: inherit;
	position: relative;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.theme--light.v-application {
	background: #f5f5f5;
	color: rgba(0, 0, 0, 0.87);
}

.v-application {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.v-application a {
	cursor: pointer;
}

.v-application--wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	max-width: 100%;
	position: relative;
}

.v-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 100%;
	-webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-main__wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	position: relative;
}

.snackbar-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.empty-bookmark[data-v-0a587cb1] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 80vh;
}

.o-app__content {
	min-height: calc(100vh - 56px);
}

.o-app .full-h {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.o-app .flex-gap-1 {
	gap: 4px !important;
}

.o-app h1,
.o-app h2,
.o-app h3 {
	font-family: DroidArabicKufiRegular, Montserrat, sans-serif;
}

.v-btn {
	letter-spacing: inherit;
}

@media screen and (min-width: 960px) {
	.o-app.theme--light ::-webkit-scrollbar-track {
		background-color: #f5f5f5;
	}

	.o-app.theme--light ::-webkit-scrollbar {
		width: 8px;
	}

	.o-app.theme--light ::-webkit-scrollbar-thumb {
		border-radius: 0;
		background-color: #ccc;
	}
}

.v-card.v-sheet.v-card--light-shadow {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}

.o-app.theme--light {
	--v-shadow: #d1d1d1;
}

.o-app .v-sheet.v-card:not(.v-sheet--outlined):not(.o-service-card) {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.o-app .v-dialog {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.o-data-placeholder .__content {
	opacity: 1;
}

.o-dual-layout {
	--sidebar-padding: 16px;
	--sidebar-width: 300px;
	--sidebar-max-width: 300px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: var(--sidebar-padding);
}

@media screen and (min-width: 960px) {
	.o-dual-layout {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
	}
}

.o-dual-layout > .__content {
	position: relative;
	width: 100%;
}

@media screen and (min-width: 960px) {
	.o-dual-layout > .__content {
		width: calc(100% - var(--sidebar-width) - var(--sidebar-padding));
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media screen and (min-width: 960px) {
	.o-dual-layout > .__sidebar {
		width: var(--sidebar-width);
		max-width: var(--sidebar-max-width);
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.o-dual-layout > .__sidebar:empty {
	display: none;
}

.o-right-carousel {
	position: relative;
	z-index: 1;
	max-width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.o-right-carousel > a {
	text-decoration: none;
}

.o-announ-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-radius: 0;
}

.o-announ-card h2 {
	font-family: DroidArabicKufiRegular, Muli, sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
}

.o-announ-card .price {
	font-size: 1rem;
	font-weight: 700;
}

.o-announ-card .price {
	font-family: DroidArabicKufiRegular, Muli, sans-serif;
	line-height: 1;
	color: var(--v-primary-base);
	margin-top: 4px;
}

.o-announ-card-mini .o-announ-card-image {
	margin: 4px 4px 4px 4px;
	border-radius: 3px;
	overflow: hidden;
}

.o-announ-card-mini h2 {
	font-weight: 400;
}

@media screen and (max-width: 959px) {
	.o-announ-card-mini h2 {
		font-size: 0.9rem;
	}
}

@media screen and (min-width: 960px) {
	.o-announ-card-mini h2 {
		font-size: 1rem;
	}
}

.card-intertitel[data-v-7434ad3a] {
	position: relative;
	padding: 20px;
	background: transparent;
}

.btn-close-intertitel[data-v-7434ad3a] {
	z-index: 55;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 20px;
	right: 20px;
	margin: -14px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0), 0 0 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0), 0 0 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
	height: 30px !important;
	width: 30px !important;
}

svg {
	outline: none;
}

.o-section-heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.o-section-heading__icon .v-icon {
	font-size: 30px;
}

.o-section-heading__content h1,
.o-section-heading__content h2 {
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1;
}

@media screen and (min-width: 960px) {
	.o-section-heading__icon .v-icon {
		font-size: 30px;
	}

	.o-section-heading__content h1,
	.o-section-heading__content h2 {
		font-size: 1.3rem;
		font-weight: 300;
		line-height: 1;
	}
}

.o-store-card-full.v-card.v-sheet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 325px;
	height: 100%;
}

.o-store-card-full.v-card.v-sheet .__head {
	text-align: center;
	padding: 0 12px;
	min-height: 100px;
}

.o-store-card-full.v-card.v-sheet .__head > h2 {
	line-height: 1.1;
	font-size: 1.1rem;
	padding-top: 5px;
}

.o-store-card-full.v-card.v-sheet .__head > h3 {
	line-height: 1.1;
	font-size: 0.9rem;
	font-weight: 300;
	margin-top: 4px;
}

.o-store-card-full.v-card.v-sheet .__body {
	position: relative;
}

.o-store-card-full.v-card.v-sheet .__body > .__logo {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.o-store-card-full.v-card.v-sheet .__body > .__gallery {
	opacity: 0.9;
	height: 200px;
	background: var(--v-background-darken1);
}

.o-store-card-full.v-card.v-sheet .__body > .__gallery_2,
.o-store-card-full.v-card.v-sheet .__body > .__gallery_4 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(64px, 1fr));
}

.o-store-card-full.v-card.v-sheet .__body > .__gallery_6 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(64px, 1fr));
}

.theme--light .page-top[data-v-dd96d09a] {
	background: -o-linear-gradient(#f5f5f5, #f5f5f5, #f5f5f5, #eee);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f5f5f5),
		color-stop(#f5f5f5),
		color-stop(#f5f5f5),
		to(#eee)
	);
	background: linear-gradient(#f5f5f5, #f5f5f5, #f5f5f5, #eee);
}

.theme--light .v-divider[data-v-dd96d09a] {
	border-color: rgba(0, 0, 0, 0.05) !important;
}

.search-bar-ok {
	width: 300px;
	margin-right: 10px;
}

@media (max-width: 1150px) {
	.search-bar-ok {
		width: 200px;
	}
}

@media (min-width: 1150px) and (max-width: 1250px) {
	.search-bar-ok {
		width: 250px;
	}
}

.o-app-bar-desk.theme--light {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #d5d5d5;
	background-color: #fff !important;
}

.o-app-bar-desk .v-btn.v-btn--active.theme--light {
	color: var(--v-primary-base);
}

.o-app-bar-desk .v-btn.v-btn--active.theme--light:before {
	border-bottom: 3px solid currentColor;
	background-color: transparent;
	background-color: initial;
	opacity: 1;
}

.o-app-bar-desk .v-toolbar__content {
	margin: auto;
}

@media (min-width: 1366px) {
	.o-app-bar-desk .v-toolbar__content {
		max-width: 1300px;
	}
}

.o-app-bar-desk__logo img {
	width: auto;
	height: 32px;
	display: block;
	outline: none;
}

:root {
	--v-anchor-base: #e95903;
	--v-primary-base: #e95903;
	--v-primary-lighten5: #ffe592;
	--v-primary-lighten4: #ffc877;
	--v-primary-lighten3: #ffac5c;
	--v-primary-lighten2: #ff9042;
	--v-primary-lighten1: #ff7427;
	--v-primary-darken1: #c93d00;
	--v-primary-darken2: #a91f00;
	--v-primary-darken3: #8b0000;
	--v-primary-darken4: #6e0000;
	--v-secondary-base: #4285f4;
	--v-secondary-lighten5: #e4ffff;
	--v-secondary-lighten4: #c5f1ff;
	--v-secondary-lighten3: #a6d5ff;
	--v-secondary-lighten2: #87baff;
	--v-secondary-lighten1: #669fff;
	--v-secondary-darken1: #026cd7;
	--v-secondary-darken2: #0054bb;
	--v-secondary-darken3: #003e9f;
	--v-secondary-darken4: #002a85;
	--v-accent-base: #fbbc05;
	--v-accent-lighten5: #ffffac;
	--v-accent-lighten4: #ffff8f;
	--v-accent-lighten3: #ffff72;
	--v-accent-lighten2: #fff455;
	--v-accent-lighten1: #ffd835;
	--v-accent-darken1: #dca100;
	--v-accent-darken2: #bd8700;
	--v-accent-darken3: #9f6e00;
	--v-accent-darken4: #825600;
	--v-error-base: #e00000;
	--v-error-lighten5: #ffb383;
	--v-error-lighten4: #ff9669;
	--v-error-lighten3: #ff7850;
	--v-error-lighten2: #ff5a37;
	--v-error-lighten1: #ff381e;
	--v-error-darken1: #bf0000;
	--v-error-darken2: #9f0000;
	--v-error-darken3: #800000;
	--v-error-darken4: #640000;
	--v-info-base: #36a3f7;
	--v-info-lighten5: #deffff;
	--v-info-lighten4: #bfffff;
	--v-info-lighten3: #a0f6ff;
	--v-info-lighten2: #80daff;
	--v-info-lighten1: #5ebeff;
	--v-info-darken1: #0089da;
	--v-info-darken2: #0070be;
	--v-info-darken3: #0058a3;
	--v-info-darken4: #004188;
	--v-success-base: #00dc6b;
	--v-success-lighten5: #cbfff5;
	--v-success-lighten4: #abffd8;
	--v-success-lighten3: #8bffbc;
	--v-success-lighten2: #6affa0;
	--v-success-lighten1: #45f985;
	--v-success-darken1: #00bf51;
	--v-success-darken2: #00a338;
	--v-success-darken3: #00881d;
	--v-success-darken4: #006d00;
	--v-warning-base: #ff6b00;
	--v-warning-lighten5: #fff897;
	--v-warning-lighten4: #ffdb7b;
	--v-warning-lighten3: #ffbe60;
	--v-warning-lighten2: #ffa245;
	--v-warning-lighten1: #ff8629;
	--v-warning-darken1: #de5000;
	--v-warning-darken2: #be3400;
	--v-warning-darken3: #9f1100;
	--v-warning-darken4: #810000;
	--v-background-base: #f9f9f9;
	--v-background-lighten5: #ffffff;
	--v-background-lighten4: #ffffff;
	--v-background-lighten3: #ffffff;
	--v-background-lighten2: #ffffff;
	--v-background-lighten1: #ffffff;
	--v-background-darken1: #dcdcdc;
	--v-background-darken2: #c1c1c1;
	--v-background-darken3: #a5a5a5;
	--v-background-darken4: #8b8b8b;
	--v-border-base: #eaeded;
	--v-border-lighten5: #ffffff;
	--v-border-lighten4: #ffffff;
	--v-border-lighten3: #ffffff;
	--v-border-lighten2: #ffffff;
	--v-border-lighten1: #ffffff;
	--v-border-darken1: #ced1d1;
	--v-border-darken2: #b2b5b5;
	--v-border-darken3: #989a9a;
	--v-border-darken4: #7e8080;
}

.v-application a {
	color: var(--v-anchor-base);
}

.v-application .primary {
	background-color: var(--v-primary-base) !important;
	border-color: var(--v-primary-base) !important;
}

.v-application .primary--text {
	color: var(--v-primary-base) !important;
	caret-color: var(--v-primary-base) !important;
}

.v-application .accent {
	background-color: var(--v-accent-base) !important;
	border-color: var(--v-accent-base) !important;
}

.o-mega-menu[data-v-7253111d] {
	width: 100%;
	position: relative;
}

.o-mega-menu__item[data-v-7253111d] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	width: 115px;
	cursor: pointer;
}

.o-mega-menu__item .v-card[data-v-7253111d] {
	width: 75px;
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.o-mega-menu__item h2[data-v-7253111d] {
	line-height: 1.1;
	font-weight: 400;
	word-wrap: normal;
	letter-spacing: -0.8px;
	font-size: 0.8rem;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.theme--light .o-mega-menu .v-card[data-v-7253111d] {
	background: #fff;
}

.theme--light .o-mega-menu__item:hover .v-card[data-v-7253111d] {
	background: #ddd;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes progress-circular-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes progress-circular-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes progress-circular-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0px;
	}
	50% {
		stroke-dasharray: 100, 200;
		stroke-dashoffset: -15px;
	}
	to {
		stroke-dasharray: 100, 200;
		stroke-dashoffset: -125px;
	}
}

@keyframes progress-circular-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0px;
	}
	50% {
		stroke-dasharray: 100, 200;
		stroke-dashoffset: -15px;
	}
	to {
		stroke-dasharray: 100, 200;
		stroke-dashoffset: -125px;
	}
}

@font-face {
	font-family: Material Design Icons;
	src: url("./fonts/mdi/fonts/materialdesignicons-webfont.woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: DroidArabicKufiRegular;
	src: url(https://www.ouedkniss.com/fonts/DroidArabicKufiRegular.a9b030e2.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* cyrillic-ext */
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: local("Montserrat Italic"), local("Montserrat-Italic"),
		url("./fonts/Montserrat-400-cyrillic-ext1.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}
/* cyrillic */
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: local("Montserrat Italic"), local("Montserrat-Italic"),
		url("./fonts/Montserrat-400-cyrillic2.woff2") format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}
/* vietnamese */
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: local("Montserrat Italic"), local("Montserrat-Italic"),
		url("./fonts/Montserrat-400-vietnamese3.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}
/* latin-ext */
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: local("Montserrat Italic"), local("Montserrat-Italic"),
		url("./fonts/Montserrat-400-latin-ext4.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}
/* latin */
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: local("Montserrat Italic"), local("Montserrat-Italic"),
		url("./fonts/Montserrat-400-latin5.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}
/* cyrillic-ext */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: local("Montserrat Light"), local("Montserrat-Light"),
		url("./fonts/Montserrat-300-cyrillic-ext6.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}
/* cyrillic */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: local("Montserrat Light"), local("Montserrat-Light"),
		url("./fonts/Montserrat-300-cyrillic7.woff2") format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}
/* vietnamese */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: local("Montserrat Light"), local("Montserrat-Light"),
		url("./fonts/Montserrat-300-vietnamese8.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}
/* latin-ext */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: local("Montserrat Light"), local("Montserrat-Light"),
		url("./fonts/Montserrat-300-latin-ext9.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}
/* latin */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: local("Montserrat Light"), local("Montserrat-Light"),
		url("./fonts/Montserrat-300-latin10.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}
/* cyrillic-ext */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"),
		url("./fonts/Montserrat-400-cyrillic-ext11.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}
/* cyrillic */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"),
		url("./fonts/Montserrat-400-cyrillic12.woff2") format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}
/* vietnamese */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"),
		url("./fonts/Montserrat-400-vietnamese13.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}
/* latin-ext */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"),
		url("./fonts/Montserrat-400-latin-ext14.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}
/* latin */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"),
		url("./fonts/Montserrat-400-latin15.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}
/* cyrillic-ext */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"),
		url("./fonts/Montserrat-700-cyrillic-ext16.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}
/* cyrillic */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"),
		url("./fonts/Montserrat-700-cyrillic17.woff2") format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}
/* vietnamese */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"),
		url("./fonts/Montserrat-700-vietnamese18.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}
/* latin-ext */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"),
		url("./fonts/Montserrat-700-latin-ext19.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}
/* latin */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"),
		url("./fonts/Montserrat-700-latin20.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}
/* vietnamese */
@font-face {
	font-family: "Muli";
	font-style: italic;
	font-weight: 400;
	src: local("Muli Italic"), local("Muli-Italic"),
		url("./fonts/Muli-400-vietnamese21.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}
/* latin-ext */
@font-face {
	font-family: "Muli";
	font-style: italic;
	font-weight: 400;
	src: local("Muli Italic"), local("Muli-Italic"),
		url("./fonts/Muli-400-latin-ext22.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}
/* latin */
@font-face {
	font-family: "Muli";
	font-style: italic;
	font-weight: 400;
	src: local("Muli Italic"), local("Muli-Italic"),
		url("./fonts/Muli-400-latin23.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}
/* vietnamese */
@font-face {
	font-family: "Muli";
	font-style: normal;
	font-weight: 300;
	src: local("Muli Light"), local("Muli-Light"),
		url("./fonts/Muli-300-vietnamese24.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}
/* latin-ext */
@font-face {
	font-family: "Muli";
	font-style: normal;
	font-weight: 300;
	src: local("Muli Light"), local("Muli-Light"),
		url("./fonts/Muli-300-latin-ext25.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}
/* latin */
@font-face {
	font-family: "Muli";
	font-style: normal;
	font-weight: 300;
	src: local("Muli Light"), local("Muli-Light"),
		url("./fonts/Muli-300-latin26.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}
/* vietnamese */
@font-face {
	font-family: "Muli";
	font-style: normal;
	font-weight: 400;
	src: local("Muli Regular"), local("Muli-Regular"),
		url("./fonts/Muli-400-vietnamese27.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}
/* latin-ext */
@font-face {
	font-family: "Muli";
	font-style: normal;
	font-weight: 400;
	src: local("Muli Regular"), local("Muli-Regular"),
		url("./fonts/Muli-400-latin-ext28.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}
/* latin */
@font-face {
	font-family: "Muli";
	font-style: normal;
	font-weight: 400;
	src: local("Muli Regular"), local("Muli-Regular"),
		url("./fonts/Muli-400-latin29.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}
/* vietnamese */
@font-face {
	font-family: "Muli";
	font-style: normal;
	font-weight: 700;
	src: local("Muli Bold"), local("Muli-Bold"),
		url("./fonts/Muli-700-vietnamese30.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}
/* latin-ext */
@font-face {
	font-family: "Muli";
	font-style: normal;
	font-weight: 700;
	src: local("Muli Bold"), local("Muli-Bold"),
		url("./fonts/Muli-700-latin-ext31.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}
/* latin */
@font-face {
	font-family: "Muli";
	font-style: normal;
	font-weight: 700;
	src: local("Muli Bold"), local("Muli-Bold"),
		url("./fonts/Muli-700-latin32.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}
@font-face {
	font-family: "DroidArabicKufiBold";
	src: url("./fonts/DroidArabicKufi-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DroidArabicKufiRegular";
	src: url("./fonts/DroidArabicKufiRegular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

.ok-swiper {
	width: 100%;
	position: relative;
}

.ok-swiper .swiper-wrapper {
	height: 100% !important;
}

.ok-swiper.--pagination {
	--pagination-height: 48px;
}

.ok-swiper.--pagination .swiper-container {
	padding-bottom: var(--pagination-height);
}

.ok-swiper.--pagination .swiper-pagination-bullets {
	bottom: calc(var(--pagination-height) / 2 - 12px);
}

.ok-swiper.--pagination .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: var(--v-primary-base);
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-sizing: initial;
	box-sizing: initial;
}

.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

*,
:after,
:before {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	padding: 0;
	margin: 0;
}

a {
	background-color: transparent;
	background-color: initial;
}

a:active,
a:hover {
	outline-width: 0;
}

.v-application ::-ms-clear,
.v-application ::-ms-reveal {
	display: none;
}

.v-application .mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.v-application .mt-1 {
	margin-top: 4px !important;
}

.theme--light.v-image {
	color: rgba(0, 0, 0, 0.87);
}

.v-image {
	z-index: 0;
}

.v-image__image {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.v-image__image {
	background-repeat: no-repeat;
}

.v-image__image--preload {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.v-image__image--contain {
	background-size: contain;
}

.v-responsive {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.v-responsive__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
	max-width: 100%;
}

.v-application--is-ltr .v-responsive__sizer ~ .v-responsive__content {
	margin-left: -100%;
}

.v-responsive__sizer {
	-webkit-transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
}

.v-application a {
	cursor: pointer;
}

.o-app h2 {
	font-family: DroidArabicKufiRegular, Montserrat, sans-serif;
}

@media screen and (min-width: 960px) {
	.o-app.theme--light ::-webkit-scrollbar-track {
		background-color: #f5f5f5;
	}

	.o-app.theme--light ::-webkit-scrollbar {
		width: 8px;
	}

	.o-app.theme--light ::-webkit-scrollbar-thumb {
		border-radius: 0;
		background-color: #ccc;
	}
}

.v-application a {
	color: var(--v-anchor-base);
}

.o-smart-cat.--mobile .__item {
	text-decoration: none;
	color: inherit;
	text-align: center;
}

.o-smart-cat.--mobile .__item:focus {
	background: var(--v-primary-base);
	color: #fff;
}

.o-smart-cat.--mobile .__item > div {
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	border: 0;
}

.theme--light .o-smart-cat.--mobile .__item > div {
	background: #fff;
}

.o-smart-cat.--mobile .__item h2 {
	line-height: 1.2;
	font-weight: 300;
	word-wrap: normal;
	font-size: 0.65rem;
}

#category-desktop-menu {
	display: none;
}

#category-mobile-menu {
	display: block;
}

@media (min-width: 600px) {
	.o-app-bar-desk {
		display: block;
	}

	.o-app-bar-mob {
		display: none;
	}
}

.top-header-ads-desktop {
	display: none !important;
}

.top-header-ads-mobile {
	display: flex !important;
}

.bottom-header-ads-desktop {
	display: none !important;
}

.bottom-header-ads-mobile {
	display: block !important;
}

@media (min-width: 800px) {
	.top-header-ads-desktop {
		display: flex !important;
	}

	.top-header-ads-mobile {
		display: none !important;
	}

	.bottom-header-ads-desktop {
		display: block !important;
	}

	.bottom-header-ads-mobile {
		display: none !important;
	}

	#category-desktop-menu {
		display: block;
	}

	#category-mobile-menu {
		display: none;
	}
}
