.ip__theme {
	font-family: Roboto, sans-serif;
	line-height: 1.5
}

header.ip__theme {
	box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
	background-color: #f5f5f5;
	position: fixed;
	top: 0;
	z-index: 10
}
.ip__theme .v-toolbar__content {
	padding: 4px 16px
}
.ip__theme .v-toolbar__content .v-btn.v-btn--icon.v-size--default {
	height: 48px;
	width: 48px
}
.ip__theme .v-toolbar__content>.v-btn.v-btn--icon:first-child {
	margin-left: -12px
}
.ip__theme .v-toolbar__content>.v-btn.v-btn--icon:first-child+.v-toolbar__title {
	padding-left: 20px
}
.ip__theme .v-toolbar__content>.v-btn.v-btn--icon:last-child {
	margin-right: -12px
}
.ip__theme .v-toolbar__content {
	align-items: center;
	display: flex;
	position: relative;
	z-index: 0
}
.ip__theme .spacer {
	flex-grow: 1!important
}
.ip__theme .shrink {
	flex-grow: 0!important;
	flex-shrink: 1!important
}
.ip__theme .v-image {
	z-index: 0
}
.ip__theme .v-image__image {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.ip__theme .v-image__image {
	background-repeat: no-repeat
}
.ip__theme .v-image__image--contain {
	background-size: contain
}
.ip__theme .v-image__image--cover {
	background-size: cover
}
.ip__theme .v-responsive {
	position: relative;
	overflow: hidden;
	flex: 1 0 auto;
	max-width: 100%;
	display: flex
}
.ip__theme .v-btn-toggle {
	display: flex!important;
	flex: 0 1 auto;
	position: relative;
	max-width: 100%;
	transition: .3s cubic-bezier(.25, .8, .5, 1)
}
footer.ip__theme .v-btn {
	height: 28px;
	margin: 0;
}
header.ip__theme .v-btn {
	height: 48px;
	margin: 4px;
}
.ip__theme .v-btn {
	min-width: 0;
	background-color: transparent!important;
	border-color: transparent;
	border-radius: 0;
	border-style: solid;
	border-width: thin;
	box-shadow: none;
	opacity: .8;
	padding: 0 12px;
	font-size: .875rem;
	color: rgba(0, 0, 0, .87);
	cursor: pointer;
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	font-weight: 500;
	letter-spacing: .0892857143em;
	justify-content: center;
	outline: 0;
	position: relative;
	text-decoration: none;
	text-indent: .0892857143em;
	text-transform: uppercase;
	transition-duration: .28s;
	transition-property: box-shadow, transform, opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap
}
.ip__theme .v-btn:before {
	background-color: currentColor;
	border-radius: inherit;
	bottom: 0;
	color: inherit;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .2s cubic-bezier(.4, 0, .6, 1)
}
.ip__theme .v-btn:active:before,
.ip__theme .v-btn:hover:before {
	opacity: .08
}
.ip__theme .justify-center {
	justify-content: center!important
}
.ip__theme .row {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 auto;
	margin: -12px
}
.ip__theme .col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	width: 100%;
	padding: 12px
}
.ip__theme .justify-space-around {
	justify-content: space-around!important
}
.ip__theme .d-flex {
	display: flex!important
}
.ip__theme .flex-column {
	flex-direction: column!important
}

body {
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

footer.ip__theme {
	color: #fff;
	background-color: #272727;
	align-items: center;
	display: flex;
	flex: 0 1 auto!important;
	flex-wrap: wrap;
	padding: 0 6px 0 16px;
	position: relative;
	transition-duration: .2s;
	transition-property: background-color, left, right;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

footer.ip__theme .footer-text {
	font-size: 12px!important
}

footer.ip__theme .v-divider {
	border-color: hsla(0, 0%, 100%, .12);
	display: flex!important
}
.ip__theme .v-divider--vertical {
	align-self: stretch;
	border: solid;
	border-width: 0 thin 0 0;
	height: inherit;
	min-height: 100%;
	max-height: 100%;
	max-width: 0;
	width: 0;
	vertical-align: text-bottom;
	margin: 0 -1px
}
.ip__theme .v-divider {
	flex: 1 1 0px;
	transition: inherit
}
.ip__theme .ip__theme hr {
	overflow: visible;
	height: 0
}
.ip__theme .container {
	width: 100%;
	padding: 12px;
	margin-right: auto;
	margin-left: auto
}
.ip__theme .v-list {
	display: block;
	padding: 8px 0;
	position: static;
	transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1)
}
.ip__theme .v-list-item {
	align-items: center;
	display: flex;
	flex: 1 1 100%;
	letter-spacing: normal;
	min-height: 30px;
	outline: 0;
	padding: 0 16px;
	position: relative;
	text-decoration: none;
	color: #fff
}
.ip__theme .v-list--dense .v-list-item .v-list-item__icon,.ip__theme .v-list-item--dense .v-list-item__icon {
	height: 24px;
	margin-top: 8px;
	margin-bottom: 8px
}
.ip__theme .v-list-item__icon:first-child {
	margin-right: 32px
}
.ip__theme .v-list-item__icon {
	display: inline-flex;
	min-width: 24px
}
.ip__theme .v-list-item__icon {
	align-self: flex-start;
	margin: 16px 0
}
.ip__theme .v-icon.v-icon {
	align-items: center;
	display: inline-flex;
	font-feature-settings: "liga";
	font-size: 24px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1;
	position: relative;
	text-indent: 0;
	transition: .3s cubic-bezier(.25, .8, .5, 1), visibility 0s;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.ip__theme .theme--dark.v-icon {
	color: #fff
}
.ip__theme .v-icon__svg {
	fill: currentColor
}
.ip__theme .v-icon__svg {
	height: 24px;
	width: 24px
}
.theme--light.v-btn--active:before, .theme--light.v-btn--active:hover:before {
    opacity: .18;
}
