html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: 100%
}

button,
input {
	line-height: normal
}

button {
	text-transform: none
}

button {
	-webkit-appearance: button;
	cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button,
input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

img {
	max-width: 100%;
	vertical-align: middle
}

.btn {
	display: inline-block;
	padding: 5px 12px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 400;
	height: 40px;
	line-height: 1.53846154;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: .4s cubic-bezier(.175, .885, .32, 1);
	transition-property: background, border, box-shadow, outline, opacity
}

.btn:focus,
.btn:hover {
	color: #353535;
	text-decoration: none
}

.btn:active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn {
	color: #353535;
	background-color: #f2f2f2;
	border-color: #bfbfbf
}

.btn:active,
.btn:focus,
.btn:hover {
	color: #353535;
	opacity: 0.8;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .1)
}

.btn:active {
	background-image: none;
	box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15)
}

.btn-primary {
	color: #fff;
	background-color: var(--dx-primary-color);
	border-color: var(--dx-primary-color)
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: var(--dx-primary-color);
	border-color: var(--dx-primary-color);
	box-shadow: 0 2px 1px rgba(0, 0, 0, .1)
}

.btn-primary:hover {
	opacity: 0.8
}

.btn-primary:active {
	background-color: var(--dx-primary-color);
	background-image: none;
	border-color: var(--dx-primary-color);
	box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15)
}

@-moz-document url-prefix() {
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

.form-control::-moz-placeholder {
	color: grey
}

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 8px;
	font-size: 13px;
	line-height: 1.53846154;
	color: #fff;
	background-color: var(--dx-base2-color);
	border: 1px solid #32323c;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: var(--dx-primary-color);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(38, 43, 52, 0.6)
}

.form-control:focus::-moz-placeholder {
	color: #fff
}

@media (min-width:768px) {
	::-webkit-scrollbar {
		width: 10px;
		height: 10px
	}

	::-webkit-scrollbar-button {
		width: 0;
		height: 0
	}

	::-webkit-scrollbar-button:end:increment,
	::-webkit-scrollbar-button:start:decrement {
		display: block
	}

	::-webkit-scrollbar-button:vertical:end:decrement,
	::-webkit-scrollbar-button:vertical:start:increment {
		display: none
	}

	::-webkit-scrollbar-thumb:horizontal,
	::-webkit-scrollbar-thumb:vertical,
	::-webkit-scrollbar-track:horizontal,
	::-webkit-scrollbar-track:vertical {
		border-color: transparent;
		border-style: solid
	}

	::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box
	}

	::-webkit-scrollbar-thumb {
		min-height: 28px;
		background-color: rgba(0, 0, 0, .2);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border-radius: 5px;
		-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0, 0, 0, .4);
		-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25)
	}

	::-webkit-scrollbar-thumb:active {
		background-color: rgba(0, 0, 0, .5);
		-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35)
	}

	::-webkit-scrollbar-thumb:horizontal,
	::-webkit-scrollbar-thumb:vertical,
	::-webkit-scrollbar-track:horizontal,
	::-webkit-scrollbar-track:vertical {
		border-width: 0
	}

	::-webkit-scrollbar-track:hover {
		background-color: rgba(0, 0, 0, .05);
		-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
	}

	::-webkit-scrollbar-track:active {
		background-color: rgba(0, 0, 0, .05);
		-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07)
	}
}

.input-control {
	position: relative
}

.pager {
	display: flex;
	padding-left: 0;
	margin: 12px 0;
	gap: 8px;
	list-style: none;
	overflow-x: auto
}

.pager>li {
	display: flex
}

.pager>li>a {
	position: relative;
	float: left;
	padding: 4px 12px;
	margin-left: -1px;
	line-height: 1.53846154;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid transparent
}

.pager .pager-item-left .pager-item,
.pager .pager-item-right .pager-item {
	padding-top: 6px;
	padding-bottom: 6px;
	flex-shrink: 0
}

.pager .pager-item-left {
	left: 0
}

.pager .pager-item-right {
	right: 0
}

.pager>li:first-child>a {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pager>li:last-child>a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pager>li>a:focus,
.pager>li>a:hover {
	z-index: 2;
	opacity: 0.8
}

.pager-goto {
	width: 100px;
	text-align: center;
	display: flex;
	align-items: center
}

.pager-goto .btn,
.pager-goto .form-control {
	height: 32px
}

.pager>li>div {
	float: left
}

.pager>li .pager-goto {
	margin: 0 5px
}

.pager-label {
	position: relative;
	float: left;
	padding: 5px 4px;
	margin-left: -1px;
	line-height: 1.53846154;
	text-decoration: none;
	border: 1px solid transparent
}

.pager-item-left>a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pager-item-right>a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

*,:after,:before {
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

body,html {
    width: 100%;
    direction: ltr
}

body,html {
    margin: 0;
    box-sizing: border-box
}

aside,footer,header,main,nav {
    display: block
}

img {
    border-style: none
}

button,input {
    font: inherit;
    font-family: inherit;
    margin: 0
}

button,input {
    overflow: visible;
    text-transform: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,input:-moz-focusring {
    outline: 1px dotted ButtonText
}

.q-editor__content:empty:not(:focus):before {
    content: attr(placeholder);
    opacity: .7
}

:root {
    --q-color-primary: #1976d2;
    --q-color-secondary: #26a69a;
    --q-color-accent: #9c27b0;
    --q-color-positive: #21ba45;
    --q-color-negative: #c10015;
    --q-color-info: #31ccec;
    --q-color-warning: #f2c037;
    --q-color-dark: #1d1d1d
}

.text-primary {
    color: #1976d2 !important;
    color: var(--q-color-primary) !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

.bg-black {
    background: #000 !important
}

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

.justify-end {
    justify-content: flex-end
}

.flex-center,.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-center,.items-center {
    align-items: center
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

:root {
    --q-size-xs: 0;
    --q-size-sm: 600px;
    --q-size-md: 1024px;
    --q-size-lg: 1440px;
    --q-size-xl: 1920px
}

body {
    min-width: 100px;
    min-height: 100%;
    font-family: Roboto,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px
}

h1 {
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: -0.01562em
}

h1,h2 {
    font-weight: 300
}

h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    letter-spacing: -0.00833em
}

.text-center {
    text-align: center
}

.overflow-hidden {
    overflow: hidden !important
}

@supports(-ms-ime-align:auto) {
}

::-ms-clear {
    display: none
}

:root {
    --gold: #e1b355
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'),local('MaterialIcons-Regular'),url(/static/fonts/MaterialIcons-Regular.woff2) format('woff2'),url(/static/fonts/MaterialIcons-Regular.woff) format('woff'),url(/static/fonts/MaterialIcons-Regular.ttf) format('truetype')
}

li,ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0
}

@media (max-width: 960px) {

    .player-container {
        padding-left: 0;
        padding-right: 0
    }

    ::-webkit-scrollbar {
        display: none
    }
}

@media (max-width: 960px) {

    .player-container {
        padding-left: 0;
        padding-right: 0
    }

    ::-webkit-scrollbar {
        display: none
    }
}

#app-footer {
    padding-bottom: 100px;
}
.nav-list {
    padding-top: 12px;
    padding-bottom: 110px;
}